askap-vast / vast-tools

A collection of tools that are useful for the VAST project and for exploration of results from the VAST Pipeline.
https://vast-survey.org/vast-tools/
MIT License
8 stars 0 forks source link

Single cutout produced for epochs where source is observed multiple times #402

Closed ddobie closed 1 year ago

ddobie commented 1 year ago

Currently the default naming scheme for fits and png cutouts is along the lines of {name}_EPOCH{epoch}, meaning that any time there are multiple observations of a source in a single epoch (e.g. the source appears in multiple fields) then the files are overwritten.

Instead, the naming scheme should be {name}_EPOCH{epoch}_{field}_{sbid}

ddobie commented 1 year ago

Closed by #403.