parsotat / BatAnalysis

A python HEASOFT wrapper for processing Swift-BAT data.
MIT License
28 stars 11 forks source link

The proper naming of sources #4

Closed parsotat closed 1 year ago

parsotat commented 1 year ago

The naming of the batcelldetect algorithm can be different from what the user inputs. if the names doesn't match, then the proper data for counts, etc won't occur. Need to put in a check or figure out a way to infer the proper name of the source.

parsotat commented 1 year ago

this has been fixed with the get_real_source_name method.