Skip to content
Snippets Groups Projects
Commit c06ced07 authored by Ray Garcia's avatar Ray Garcia :scream_cat:
Browse files

load data before processing thru to bt/refl, try again

parent 3b3fc964
No related branches found
No related tags found
No related merge requests found
......@@ -445,7 +445,7 @@ class scmi_l1b_util(object):
return {
# rename and convert Rad to default SCMI variable name, substituting CMI atts for L1B
self.pug.rad_var_name: (lambda p: p[:-1] + (DEFAULT_CMI_VAR_NAME,), # replace Rad with Sectorized_CMI
lambda rad: self.rad_to_bt_or_refl, # convert Rad to BT or Refl
self.rad_to_bt_or_refl, # convert Rad to BT or Refl
lambda dims: dims, # Dimensions unchanged
self.sub_cmi_atts) # Attributes replaced with annotated CMI atts
}
......
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