Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil8 committed Jan 23, 2025
1 parent 57f839a commit d0599ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caracal/workers/line_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ def worker(pipeline, recipe, config):
caracal.log.info('CDELT = {}'.format(cdelt))
caracal.log.info('ChWidth = {}'.format(chanwidth[0]))

caracal.log.info(np.round(cdelt) > np.round(chanwidth[0]*binchans,5))
caracal.log.info(np.round(cdelt), np.round(chanwidth[0]*binchans,5))
if np.round(cdelt) > np.round(chanwidth[0]*binchans,5):
doSpec = True
elif doProj:
Expand Down

0 comments on commit d0599ba

Please sign in to comment.