astromg / TOI

Telescope Operator Interface
MIT License
5 stars 0 forks source link

Plan Manager weirdness #18

Closed gerhajdu closed 1 year ago

gerhajdu commented 1 year ago

The Plan Manager doesn't load the correct number of requested exposures in a sequence when the number of requested exposures per band is different. For example, requesting the following: seq=1/u/240,2/g/8,2/r/5 seq=1/u/240,2/g/8,2/r/5 ... results in only u-band images being taken. Also, writing something like this to get around this issue: seq=2/g/8 seq=2/r/5 seq=1/u/240 ... results in only 1 u, g, r image taken by request.

astromg commented 1 year ago

The issue with jumping to the next object is fixed. The fix for one-line sequences issue is in the development

astromg commented 1 year ago

fixed