Skip to content

Commit 55b55c7

Browse files
committedFeb 25, 2025·
Cosmetic update to mom0 labels - Jy/bm
1 parent ba52845 commit 55b55c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/modules/functions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ def sbr2nhi(sbr, bunit, bmaj, bmin, source, spec_line=None):
144144
nhi_label = r'$N_\mathrm{{HI}}$ = {0:.1f} x $10^{{ {1:d} }}$ cm$^{{-2}}$'.format(nhi/10**nhi_ofm, nhi_ofm)
145145
nhi_labels = r'$N_\mathrm{{HI}}$ = $2^n$ x {0:.1f} x $10^{{ {1:d} }}$ cm$^{{-2}}$ ($n$=0,1,...)'.format(nhi/10**nhi_ofm, nhi_ofm)
146146
else:
147-
nhi_label = r'$S_\mathrm{{{0:s}}}$ = {1:.1f} x $10^{{ {2:d} }}$ Jy/beam Hz'.format(line['name'], nhi/10**nhi_ofm, nhi_ofm)
148-
nhi_labels = r'$S_\mathrm{{{:s}}}$ = $2^n$ x {:.1f} x $10^{{ {:d} }}$ Jy/beam Hz ($n$=0,1,...)'.format(line['name'],
147+
nhi_label = r'$S_\mathrm{{{0:s}}}$ = {1:.1f} x $10^{{ {2:d} }}$ Jy/bm Hz'.format(line['name'], nhi/10**nhi_ofm, nhi_ofm)
148+
nhi_labels = r'$S_\mathrm{{{:s}}}$ = $2^n$ x {:.1f}x$10^{{ {:d} }}$ Jy/bm Hz ($n$=0,1...)'.format(line['name'],
149149
nhi/10**nhi_ofm, nhi_ofm)
150150

151151
return nhi, nhi_label, nhi_labels

0 commit comments

Comments
 (0)