ratt-ru / meqtrees

A library for implementing radio astronomical Measurement Equations
http://meqtrees.net
10 stars 2 forks source link

need a 'lock' option for chartplotter(inspector) plots #834

Open gijzelaerr opened 10 years ago

gijzelaerr commented 10 years ago
at 2011-11-02 21:38:59 Tony Willis reported:

need a 'lock' option for chartplotter(inspector) plots

gijzelaerr commented 10 years ago

Original comment thread migrated from bugzilla

at 2011-11-02 21:38:59 Tony Willis replied:

At present the offset separation between individual inspector plots gets adjusted whenever new data is added to the plot. It is desirable to have a 'lock' option so that the offset scale remains constant when new data is added to the plot.

at 2011-11-02 21:58:05 Oleg Smirnov replied:

Actually, I'm ok with the offset recomputing itself whenever new data arrives, we can leave that as is.

What bothers me is the offset being different per plot page, and also being readjusted whenever you switch the displayed vells. This makes it rather hard to compare XX and YY when they're plotted to different scales. (On the other hand, you do want to readjust the offset when going between amplitude/phase/real/imag displays, for obvious reasons.)

In fact, it's not only offset itself that needs to be lockable, it's the entire Y axis! (Currently, the effective Y limits can be different -- for the same offset -- due to outliers in the individual tracks).

I suggest the following:

Let's try to implement like that and see how well it works.