Standard Star Instructions » History » Version 56
Douglas Tucker, 08/05/2014 06:17 PM
1 | 14 | Douglas Tucker | h1. Standard Star Instructions |
---|---|---|---|
2 | 14 | Douglas Tucker | |
3 | 56 | Douglas Tucker | _(Author: Douglas Tucker; Created: 29 Aug 2013; Updated: 28 Sep 2013; Updated 5 Aug 2014)_ |
4 | 23 | Douglas Tucker | |
5 | 14 | Douglas Tucker | * Standard star fields are to be observed every evening and morning twilight that appear to be clear, |
6 | 20 | Douglas Tucker | where "clear" is determined by a quick visual inspection of the RASICAM image, of the TASCA image, |
7 | 20 | Douglas Tucker | or (!) of the sky itself. |
8 | 14 | Douglas Tucker | |
9 | 37 | Douglas Tucker | * For evening twilight, the standards can begin about 45 minutes before the end of Astronomical (18-deg) |
10 | 37 | Douglas Tucker | Twilight. If there is a late start, standards can continue until the end of Astronomical Twilight; |
11 | 37 | Douglas Tucker | after the end of Astronomical Twilight twilight, survey science observations must begin. |
12 | 28 | Douglas Tucker | |
13 | 37 | Douglas Tucker | * For morning twilight, the standards should start 25 minutes after the start of Astronomical (18-deg) Twilight. |
14 | 26 | Douglas Tucker | |
15 | 14 | Douglas Tucker | * If possible, for each twilight period, 3 standard star fields should be observed: one at low airmass |
16 | 14 | Douglas Tucker | (X<1.25), on at medium airmass (X=1.25-1.65), and one at high airmass (X=1.65-2.10). It is generally |
17 | 14 | Douglas Tucker | better to observe the high-airmass field first, since its airmass will be changing the most rapidly. |
18 | 53 | Douglas Tucker | _[Added 16 Dec 2013:]_ If you are comfortable doing so, you can try to arrange the observing sequence |
19 | 52 | Douglas Tucker | of the intermediate- and low-airmass fields so as to reduce slew time. |
20 | 14 | Douglas Tucker | |
21 | 20 | Douglas Tucker | * For half-nights, 1 or 2 fields -- preferably a low-airmass field and a high-airmass field -- should |
22 | 20 | Douglas Tucker | be observed just before switchover. (If only one field, a high-airmass field is preferred.) |
23 | 14 | Douglas Tucker | |
24 | 25 | Douglas Tucker | * The list of DES standard star fields can be found here: [[The Standard Fields]]. Note that they |
25 | 25 | Douglas Tucker | are broken into 3 types: a "Golden" sample, a "Silver" sample, and a "Bronze" sample. The "Golden" |
26 | 25 | Douglas Tucker | sample fields, which have photometrically calibrated standards in all 5 DES filters (grizY) over the full |
27 | 25 | Douglas Tucker | DECam focal plane, take precedence. The "Silver" and "Bronze" either are missing calibrated Y-band |
28 | 25 | Douglas Tucker | data or do not have calibrated standards just yet over the full DECam focal plane. *Always make sure |
29 | 25 | Douglas Tucker | that at least one "Golden" (SDSS) standard star field is observed each clear night.* |
30 | 1 | Douglas Tucker | |
31 | 1 | Douglas Tucker | * For evening twilight, use the *DES/standard/Yzirg* scripts (which start with Y-band and end with g-band); |
32 | 1 | Douglas Tucker | for morning twilight or pre-switchover, use the *DES/standard/grizY* scripts (which start with g-band and |
33 | 1 | Douglas Tucker | end with Y-band). (For those rare nights when we also observe in u-band, please use the corresponding |
34 | 1 | Douglas Tucker | "DES/standard/Yzirgu" and "DES/standard/ugrizY" scripts.) |
35 | 51 | Kevin Reil | |
36 | 51 | Kevin Reil | * The script *DES/defocus_nightly.json* should be appended to the last evening standard. No "breaK" is needed. |
37 | 51 | Kevin Reil | The script stays on the last standard field, defocuses, takes a single r-band image and refocuses. Obstac can |
38 | 51 | Kevin Reil | continue on from this point without trouble. If this script *fails* and the camera is out of focus press the |
39 | 51 | Kevin Reil | z-trim button on the ICS screen. |
40 | 14 | Douglas Tucker | |
41 | 14 | Douglas Tucker | * There are several useful scripts in the StdStarPicker package in the DECamObserver account on observer2, |
42 | 14 | Douglas Tucker | including decamStdFieldsTimeDate.py and decamStdFieldsQueryNextSet.py. |
43 | 14 | Douglas Tucker | |
44 | 54 | Douglas Tucker | * To get a full list of standard star fields that are in a good position to observe (airmass < 2.10, |
45 | 54 | Douglas Tucker | moon separation > 15 deg, within Blanco horizon limits), use decamStdFieldsTimeDate.py: |
46 | 14 | Douglas Tucker | |
47 | 16 | Douglas Tucker | <pre><code> |
48 | 14 | Douglas Tucker | source ~/dtucker/bin/setup_StdStarFieldPicker.csh (or .bash if you are using bash shell) |
49 | 14 | Douglas Tucker | |
50 | 14 | Douglas Tucker | decamStdFieldsTimeDate.py --help (for detailed help) |
51 | 14 | Douglas Tucker | decamStdFieldsTimeDate.py --UT=now (for a list accessible right now) |
52 | 14 | Douglas Tucker | decamStdFieldsTimeDate.py --UT='2013/09/17 00:43' (for a list accessible at 00:43UT on Sept 17, 2013) |
53 | 17 | Douglas Tucker | |
54 | 1 | Douglas Tucker | </code></pre> |
55 | 16 | Douglas Tucker | |
56 | 54 | Douglas Tucker | * To get a preferred triad of standard fields -- a low-airmass field, a medium-airmass field, and a |
57 | 54 | Douglas Tucker | high-airmass field -- for a given time and date, use decamStdFieldsQueryNextSet.py *(Note: the kentools |
58 | 55 | Douglas Tucker | command "standards" is a wrapper for this python script)*: |
59 | 1 | Douglas Tucker | |
60 | 1 | Douglas Tucker | <pre><code> |
61 | 17 | Douglas Tucker | source ~/dtucker/bin/setup_StdStarFieldPicker.csh (or .bash if you are using bash shell) |
62 | 17 | Douglas Tucker | |
63 | 14 | Douglas Tucker | decamStdFieldsQueryNextSet.py --help (for detailed help) |
64 | 1 | Douglas Tucker | decamStdFieldsQueryNextSet.py --UT=now (for a triad accessible right now) |
65 | 14 | Douglas Tucker | decamStdFieldsQueryNextSet.py --UT='2013/09/17 00:43' (for a triad accessible at 00:43UT on Sept 17, 2013) |
66 | 1 | Douglas Tucker | |
67 | 1 | Douglas Tucker | (Warning: decamStdFieldsQueryNextSet.py will output a default json file, "stdstar.json". Just ignore it.) |
68 | 18 | Douglas Tucker | |
69 | 14 | Douglas Tucker | </code></pre> |
70 | 1 | Douglas Tucker | |
71 | 56 | Douglas Tucker | * *For simplicity, look-up tables -- one for each month of DES Year 2 Operations -- listing the preferred |
72 | 41 | Douglas Tucker | triad for each 15-min interval throughout each night, can be found here:* |
73 | 41 | Douglas Tucker | |
74 | 56 | Douglas Tucker | > * "*listOfStdsByUT.Aug2014.txt*":https://cdcvs.fnal.gov/redmine/attachments/11984/listOfStdsByUT.Aug2014.txt |
75 | 41 | Douglas Tucker | |
76 | 56 | Douglas Tucker | > * "*listOfStdsByUT.Sep2014.txt*":https://cdcvs.fnal.gov/redmine/attachments/11984/listOfStdsByUT.Sep2014.txt |
77 | 1 | Douglas Tucker | |
78 | 56 | Douglas Tucker | > * "*listOfStdsByUT.Oct2014.txt*":https://cdcvs.fnal.gov/redmine/attachments/12675/listOfStdsByUT.Oct2014.txt |
79 | 1 | Douglas Tucker | |
80 | 56 | Douglas Tucker | > * "*listOfStdsByUT.Nov2014.txt*":https://cdcvs.fnal.gov/redmine/attachments/12676/listOfStdsByUT.Nov2014.txt |
81 | 41 | Douglas Tucker | |
82 | 56 | Douglas Tucker | > * "*listOfStdsByUT.Dec2014.txt*":https://cdcvs.fnal.gov/redmine/attachments/12677/listOfStdsByUT.Dec2014.txt |
83 | 41 | Douglas Tucker | |
84 | 56 | Douglas Tucker | > * "*listOfStdsByUT.Jan2015.txt*":https://cdcvs.fnal.gov/redmine/attachments/12678/listOfStdsByUT.Jan2015.txt |
85 | 56 | Douglas Tucker | |
86 | 56 | Douglas Tucker | > * "*listOfStdsByUT.Feb2015.txt*":https://cdcvs.fnal.gov/redmine/attachments/12680/listOfStdsByUT.Feb2015.txt |
87 | 56 | Douglas Tucker | |
88 | 56 | Douglas Tucker | (Old Year 1 versions can be found in the attached files below.) |
89 | 46 | Douglas Tucker | |
90 | 46 | Douglas Tucker | * _*You can also just run the the kentools commands "ephem" and "standards" described in the [[Introduction to kentools]] |
91 | 47 | Douglas Tucker | to find the appropriate triads of standard fields to observe. This is usually the simplest option.*_ |
92 | 21 | Douglas Tucker | |
93 | 21 | Douglas Tucker | h2. Attachments |