get_name_target¶
- tessilator.tessilator.get_name_target(t_target)[source]¶
Quick function to capture a string containing the name of the target.
- Parameters:
- t_target
astropy.table.row.Row The target data, which contains the target name.
- t_target
- Returns:
- name_target
str The formatted target name to be used for reference.
- name_target