From 540494839284aa856e8b961b4ea772aae5506e4e Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 17 Apr 2023 13:46:49 -0500
Subject: [PATCH] snapshot...

---
 modules/util/abi_surfrad.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/util/abi_surfrad.py b/modules/util/abi_surfrad.py
index 22e688a8..908ca63b 100644
--- a/modules/util/abi_surfrad.py
+++ b/modules/util/abi_surfrad.py
@@ -85,8 +85,7 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st
     total_num_not_missing = 0
 
     for idx, data_f in enumerate(valid_files):
-        # if idx % 4 == 0:  # if we want to skip some files
-        if True:
+        if idx % 4 == 0:  # if we want to skip some files
             try:
                 h5f = h5py.File(data_f, 'r')
             except:
-- 
GitLab