For candidates/systems without a distance measurement but with the distance set to their host, the absolute magnitude (M_V) is not added to the table and kept blank.
This is due to the table being created from the YAML files and not from the candidate catalog (csv file). This table predates the csv file being created and added to release page.
The likely fix is use the information already in the catalog/csv file when making the latex file for the table.
https://github.com/apace7/local_volume_database/blob/main/scripts/create_latex_table.py#L705
For candidates/systems without a distance measurement but with the distance set to their host, the absolute magnitude (M_V) is not added to the table and kept blank.
This is due to the table being created from the YAML files and not from the candidate catalog (csv file). This table predates the csv file being created and added to release page.
The likely fix is use the information already in the catalog/csv file when making the latex file for the table.
https://github.com/apace7/local_volume_database/blob/main/scripts/create_latex_table.py#L705