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

Correctly handle Stokes V catalogue fluxes #462

Closed ddobie closed 1 year ago

ddobie commented 1 year ago

When the pilot data was originally produced, selavy would produce positive flux values for both the positive and negative source catalogues. At some point that changed, and selavy now produces negative flux values for the negative source catalogues.

To ensure that the correct flux density values are supplied to users, vasttools.utils.read_selavy should force all values to be positive.

Ty to @Andywang201605 for pointing this out and @joshoewahp for helping debug it.