Skip to content

Commit 5a42dbf

Browse files
committedFeb 25, 2025·
Merge branch 'develop'
2 parents f019493 + 55b55c7 commit 5a42dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/modules/functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def sbr2nhi(sbr, bunit, bmaj, bmin, source, spec_line=None):
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:
147147
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'],
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)