You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If nothing gets fixed I'd recommend doing something like: if BUNIT == 'beam-1 Jy: BUNIT='Jy/beam' fits.write() print('please re-run SoFiA2 and come back for accurate NHI, W20, W50)
The NHI calculation can easily be fixed by the addition of BUNIT == 'beam-1 Jy' in the current if statement but W20 and W50 values from the SoFiA2 catalogue file are in 'pix'.
The text was updated successfully, but these errors were encountered:
Note, that there is still something weird with how the w20/w50 is written in the mom1 maps (it's 0!). I don't yet know if it's a problem in SIP or SoFiA, but I'm noting it here so I can look into it again when I actually have time.
Here from deep within the rabbit hole, I thought I'd raise an issue to keep track of the cascade of other issues raised related to this.
If nothing gets fixed I'd recommend doing something like:
if BUNIT == 'beam-1 Jy
:BUNIT='Jy/beam'
fits.write()
print('please re-run SoFiA2 and come back for accurate NHI, W20, W50)
The NHI calculation can easily be fixed by the addition of BUNIT == 'beam-1 Jy' in the current if statement but W20 and W50 values from the SoFiA2 catalogue file are in 'pix'.
The text was updated successfully, but these errors were encountered: