Skip to content
Snippets Groups Projects
Commit 7dccba2d authored by tomrink's avatar tomrink
Browse files

minor

parent bca7aa6c
No related branches found
No related tags found
No related merge requests found
......@@ -1799,7 +1799,10 @@ def run_make_images(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_pat
if pirep_file is not None:
ice_dict, no_ice_dict, neg_ice_dict = setup(pirep_file)
clvrx_ds = CLAVRx(clvrx_dir)
if satellite == 'H08':
clvrx_ds = CLAVRx_H08(clvrx_dir)
else:
clvrx_ds = CLAVRx(clvrx_dir)
clvrx_files = clvrx_ds.flist
for fname in clvrx_files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment