Skip to content
Snippets Groups Projects
Commit a038546c authored by Wernle, Alexandra Nicole's avatar Wernle, Alexandra Nicole
Browse files

adding data_valid parameter although it is not a well-defined.

parent b1c5f31a
No related branches found
No related tags found
1 merge request!330fixing small issues in copy_instrument and magproc.py
...@@ -137,6 +137,7 @@ def write_cal_file( ...@@ -137,6 +137,7 @@ def write_cal_file(
endtime=endtime, endtime=endtime,
station=observatory, station=observatory,
status="reviewed", status="reviewed",
data_valid=True,
) )
metadata = factory.get_metadata(query=query) metadata = factory.get_metadata(query=query)
# convert returned metadata.metadata into Reading objects # convert returned metadata.metadata into Reading objects
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment