Closed gfparaschos closed 7 months ago
In line 3503 of the file in the title an asterisk is missing. It should be: factor *= beamarea / (self.psize**2). Without the asterisk, setting cbar_unit equal to either ['mJy', 'beam'] or ['Jy', 'beam'] yields the same result.
factor *= beamarea / (self.psize**2)
cbar_unit
['mJy', 'beam']
['Jy', 'beam']
Thanks for catching this! This should be fixed now.
In line 3503 of the file in the title an asterisk is missing. It should be:
factor *= beamarea / (self.psize**2)
. Without the asterisk, settingcbar_unit
equal to either['mJy', 'beam']
or['Jy', 'beam']
yields the same result.