From 0ad15fdb0e51c53dc6aeeb551ad5b0a5cf95469a Mon Sep 17 00:00:00 2001
From: "andrea.giannetti" <andrea.giannetti@inaf.it>
Date: Wed, 12 Feb 2025 17:16:30 -0600
Subject: [PATCH] Added fit result table reference to text and updated label

---
 etl/prs/prs_poc_latex_table.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etl/prs/prs_poc_latex_table.py b/etl/prs/prs_poc_latex_table.py
index 857e8e6..7e81024 100644
--- a/etl/prs/prs_poc_latex_table.py
+++ b/etl/prs/prs_poc_latex_table.py
@@ -59,7 +59,7 @@ remap_columns = OrderedDict([
     ('class_phys', ('Classification', '')),
     ('best_fit', ('best fit($n\mathrm{H_2}$)', density_format)),
     ('hpd_interval', ('67\%  HPD', density_format)),
-    ('mass', ('Mass', '$[10^2 \mathrm{M_\odot}]$')),
+    ('mass', ('Mass', '$[10^2,\mathrm{M_\odot}]$')),
     ('distance', ('Distance', '[kpc]')),
     ('tpeak_86', ('$T_{MB,(2_{-1}-1_{-1})}$', '[K]')),
     ('linewidth_86', ('$FWHM_{(2_K-1_K)}$', fwhm_units)),
-- 
GitLab