Skip to content

Commit

Permalink
Fixing bug to make depth-1 mapmaker work
Browse files Browse the repository at this point in the history
  • Loading branch information
chervias committed Jan 20, 2025
1 parent 703a3b4 commit 14ca1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sotodlib/site_pipeline/make_depth1_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def calibrate_obs(obs, site='so', dtype_tod=np.float32, nocal=True):
try:
obs.signal
has_signal = True
except KeyError:
except AttributeError:
has_signal = False

#if obs.signal is not None:
Expand Down

0 comments on commit 14ca1f7

Please sign in to comment.