P60 SED Machine Quick Start Guide
View as text file.
Observations with SEDm on the 60inch are scheduled by an automated queue script. The queue reads in targets from a database and schedules the night to allow as many targets to be observed within their observing constraints. Observation requests are bracketed by #Start# and #End# keywords. Below is a list of available keywords that can be set. Note that some keywords are optional.
Required Info
NAME =Object_Name limit 26 Characters no spaces
RA =Sexadecimal or Degree
DEC = Sexadecimal or Degree
EQUINOX =Equinox of coordinates in decimal years
Filter/IFU Parameters (must include at least one)
RC_FILTERS = r Exptime #repeat, g Exptime #repeat, i Exptime #repeat, u Exptime #repeat
IFU = AB or A, Exposure time
Optional parameters
MOON_ILL =maximum allowed moon illumination percentage
MOON_SEP =minimum moon separation in degrees
AIRMASS =maximum airmass
REPEAT =Number of times to repeat the observations
PHOT_CADENCE =Cadence of the RC observations in (d)ays or (s)econds
SPEC_CADENCE =Cadence of the IFU observations in (d)ays or (s)econds
START_MJD =Timing constraint to mark when an observation can first start
END_MJD =Timing constraint to mark when observations can no longer be taken
HORIZON =Boolean if target is in the JPL HORIZON’s database
Miscellaneous Parameters
P60PRID =Project id, will be assigned to the requester
P60PRNM =Project name limited to 50 characters
P60PRPI =Project PI limited to 50 characters
EMAIL =single email address to be used for notifications of an observation
Suggested IFU Exposure Time Guide
Mag | Sec |
14 - 15 | 300 |
15 - 16 | 420 |
16 - 17 | 600 |
17 - 18 | 900 |
18 - 19 | 1800 |
19 - 20 | 2700 |
20 - 21 | 3600 |
21 - 22 | 5400 |
Example Target Requests
Rainbow cam only request
Rainbow cam + IFU cam request
JPL Horizon target + IFU cam request
#Start#
NAME=JPL_Horizon_Name
HORIZON=True
EQUINOX=2000
IFU= AB, 2400
MOON_ILL=40%
MOON_SEP=30
AIRMASS=1.5
REPEAT=1
SPEC_CADENCE=3d
P60PRID=2017A-T0001
P60PRNM=Test project name
P60PRPI=SEDm
#End#
|