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

Small but important change to only load metadata that has the status of...

Small but important change to only load metadata that has the status of reviewed and not rejected,new, etc.
parent e5c807a4
No related branches found
No related tags found
1 merge request!330fixing small issues in copy_instrument and magproc.py
......@@ -136,6 +136,7 @@ def write_cal_file(
starttime=starttime,
endtime=endtime,
station=observatory,
status="reviewed",
)
metadata = factory.get_metadata(query=query)
# 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