mzechmeister
mzechmeister
From the code I also noted that the `shift` key toggles temporary between pan/zoom. This is currently a built-in way to toggle the behaviour with a keypress (instead of going...
> @mzechmeister did you manage to get pan using middle button working? Shift works (cursor has wrong icon however) but the middle button is more convenient. Yes, I have got...
Negative data points can occur simply at zero flux due to readout noise. I flag _significant negative_ flux values. https://github.com/mzechmeister/serval/blob/73e1fd843b196ab75f5b95c3652519b7ed90c2d3/src/read_spec.py#L513 In contrast to that, negative template fluxes appear unphysically and...
Currently, start RVs could be loaded by writing them into the `*.pre.dat` file and using the `-skippre` option. This is how `vtfix` works since 73e1fd843b196ab75f5b95c3652519b7ed90c2d3: https://github.com/mzechmeister/serval/blob/73e1fd843b196ab75f5b95c3652519b7ed90c2d3/src/serval.py#L1059-L1066
Closed accidentially.
Hi, Indeed, `Abest` is only defined, if it goes through here: https://github.com/mzechmeister/GLS/blob/e6fbf7a0e9e31f00063b8dad0956f3ed7f3c2d0d/javascript/gls.js#L102 I can reproduce the error when passing a file with content ``` 0 1 1 foo ``` `foo`...
A stellar mask seems now feasible, since template masking is now elaborated. The `badT` flag is propagated (`flagbroad`). For now one can modify the `QMAP` extension in the serval template...