add_ra_dec_from_object_name

msumastro.header_processing.patchers.add_ra_dec_from_object_name(directory=None, new_file_ext=None, object_list=None, object_list_dir=None)[source]

Add RA/Dec to FITS file that has object name but no pointing.

Parameters
dirstr, optional

Directory containing the files to be patched. Default is the current directory, .

new_file_extstr, optional

Name added to the FITS files with updated header information. It is added to the base name of the input file, between the old file name and the .fit or .fits extension. Default is ‘new’.

object_liststr, optional

Name of file containing list of objects. Default is set by read_object_list() which also explains the format of this file.

object_list_dirstr, optional

Directory in which the object_list is contained. Default is directory.