;Time series photometry plan for a multi target
;This will shoot 50 images of target 1, then 50 images of target 2
;
;repeat = how many images you want to take
;interval = the exposure time
;binning = the binning of the camera
;filter = filter name (Clear, Luminance, Red, V, B, R, I)
;waitfor = the amount of time in seconds between images
;target = has to follow this format NAME<tab>HH:MM:SS<tab>DD:MM:SS
;you can repeat this format for as many targets you want
;shutdown = this just parks the telescope and closes up the system nicely

;target 1 - NGC1499 (change to what you want)
#repeat 50
#count 1
#interval 10
#binning 1
#filter Clear
#waitfor 30
NGC1499	04:03:12.000	36:21:59.994

;target 2 - M34 (change to what you want)
#repeat 50
#count 1
#interval 10
#binning 1
#filter Clear
#waitfor 30
M34	02:42:05.000	42:45:41.995

#shutdown