askap-vast / vast-post-processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flux correction not implemented properly

AkashA98 opened this issue · comments

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).