Python module to read the custom text formats historically used in MTA and other team's CXC data sets.
NOTE: This module is for convenience in unifying the MTA codebase dependent data sets into uniform formats rather than individual reads for each script sets locking the data format into a single schema This module is not meant to be a heavy dependence requirement for each script set. If a script set needs a data set for a specific task, and a version of this data set is available in...
- astropy .ecsv
- .json
- .h5
then the script set should use this format without the file_readers external module.