ratt-ru / ragavi

Radio Astronomy Gain and Visibility Inspector
MIT License
3 stars 1 forks source link

Incorrect time axis in plot containing multiple fields #46

Closed o-smirnov closed 5 years ago

o-smirnov commented 5 years ago

I'm seeing something like this:

image

This is incorrect, because I know that the first scan of field 2 (the squiggly lines) was actually midway through the observation and not at the start. So it just looks to me like all the scans of field 2 were shifted left, to make its starting time 0.

I think you're simply computing time-min(time) on a per-field basis, when in fact min(time) should be just one number for the entire table.

Mulan-94 commented 5 years ago

Yes you are right. Thanks for pointing this out. It will be fixed