From a038546c360e18518e96d903d3f3807de52f61e8 Mon Sep 17 00:00:00 2001
From: Alex Wernle <awernle@usgs.gov>
Date: Tue, 23 Jul 2024 10:14:11 -0600
Subject: [PATCH] adding data_valid parameter although it is not a
 well-defined.

---
 geomagio/processing/magproc.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geomagio/processing/magproc.py b/geomagio/processing/magproc.py
index 604a9826..dd5e177f 100644
--- a/geomagio/processing/magproc.py
+++ b/geomagio/processing/magproc.py
@@ -137,6 +137,7 @@ def write_cal_file(
             endtime=endtime,
             station=observatory,
             status="reviewed",
+            data_valid=True,
         )
         metadata = factory.get_metadata(query=query)
         # convert returned metadata.metadata into Reading objects
-- 
GitLab