This pull request changes the naming scheme for output files (.fits, .png, .ann and .reg) to allow multiple files to be saved for each epoch. Files built from pipeline data will be saved in the form SOURCENAME_INDEX.ext, while files built from regular data will be saved in the form SOURCENAME_FIELDNAME_SBID.ext
This also changes the way that various functions inside vastools.source.Source are called, from being called based on epoch to being called based on index, and removing references to epochs in titles.
This pull request changes the naming scheme for output files (
.fits
,.png
,.ann
and.reg
) to allow multiple files to be saved for each epoch. Files built from pipeline data will be saved in the formSOURCENAME_INDEX.ext
, while files built from regular data will be saved in the formSOURCENAME_FIELDNAME_SBID.ext
This also changes the way that various functions inside
vastools.source.Source
are called, from being called based on epoch to being called based on index, and removing references to epochs in titles.