askap-vast / vast-post-processing

MIT License
0 stars 0 forks source link

Flux correction not implemented properly #76

Closed AkashA98 closed 5 months ago

AkashA98 commented 8 months ago

The model that we are fitting for is m*x + b, but the correction applied seems to be

votable.array[col] = flux_scale * (votable.array[col] + flux_offset_mJy)

which translates to m*(x+b).