TRES spectra

Processing TRES Spectrograph Data
Jessica Mink, 2023-May-08 2018-October-22

Telescope Data Center
TRES ThAr Image
[TDC Home]  [TDC Search] [OIR Home]
[Observation] [IDL Pipeline)] (Software) [Archive]

[TRES Data Directories] [Raw Data Keywords] [Reduced Data Keywords]

All TRES data since July 6, 2020 has been reduced this way

Task

Commands to Reduce Last Night's Data

1. Create and catalog TRES raw data archive

  1. When the log,"60logsheet", for a night has been mailed, data taking has stopped.

  2. Make sure the night's data has been completely transfered from Mt. Hopkins to Cambridge, list araw/[yyyy.mmdd] using tall. If the most recent file is tres.log or tres.log~ and the last data file is a COMP, BIAS, or DARK, the data transfer is probably complete. It is transfered at 9:00 am Cambridge time, but in the winter there may still be data until 10:00 am, so wait to process if the transfer is not complete. And sometimes the transfer doesn't work until later.

    In the Spring and Summer, the sky gets light sooner, and observing is completed earlier, though some observers run FLAT, BIAS, and DARK exposures after they're done observing. If you want to start reducing the data early,

    transfer data from Mt. Hopkins, using

       > tsync
    
    which runs
       > /data/oir/bin/rsync_instrument -i tres | tail -10
       
    and all of the data which hasn't been transferred yet, mostly that from last night, will show up in araw/[yyyy.mmdd. You can list all of the data which has been transferred using tall to make sure that it is complete. If it is not, try again. until last night's data is all there.

    Alternatively, if you have an account on flwo60, you can go to last night's raw transfer directory on your machine using tacd, log in to flwo60 using sftp, cd to /tres/[yyyy.mmdd], and check it for raw data. If you find that observing is completed and you want to start the pipeline before the automatic transfer has taken place, use mget -p ./* to transfer the night's data.

  3. trcp transfers last night's raw data from the the unmodifiable raw transfer directory to the modifiable raw directory, that is, from araw/[yyyy.mmdd] to traw/[yyyy.mmdd].
    trcp yyyy.mmdd transfers the raw data for any single night from the unmodifiable raw transfer directory to the modifiable one, that is, from araw/[yyyy.mmdd] to traw/[yyyy]/[yyyy.mmdd].

    cpraw is run by trcp and assigns RFN=[yyyymmdd].[nnn] after copying each FITS file [nnn].[object].fits and makes tab-separated databases of all raw files and all raw object files.
    The raw object database can be searched using the -r option of tresearch -r. After RFN's are set, the RFN's and file names are listed, then the file and object names, plus observer, p.i., and program, just to make sure that all necessary information is in the file headers. RFN means Reduced File Number and is used because that's how we keep track of observed FAST spectra. OFN, for Observed File Number, would make more sense for both instruments.

    • If any raw file has a problem,
      trcd to last night's raw directory or
      trcd [yyyy.mmdd] for any other night when there is data
      cd /home/tres/traw/[yyyy]/[yyyy.mmdd] will be executed to get you to the raw directory for the night you are copying.
    • Then, if there are useless files, move them to a new directory.
      mkdir ../Bad/[yyyy.mmdd]
      mv [badfile1] ... [badfilen] ../Bad/[yyyy.mmdd]
      
    • If the object name is wrong, rename the files for that object by changing the name, dropping any spaces using space using mv. Then set the OBJECT keyword in the FITS primary headers (-x 0) to the same name as the files:
      mv nnn.[objectname].fits nnn.[newobjectname].fits
      . . .
      mv nnn.[objectname].fits nnn.[newobjectname].fits
      sethead -x 0 *.[newobjectname].fits object=[newobjectname]
      
      If the position is wrong, too, set it to the correct one
      sethead -x 0 *.[newobjectname].fits ra=[hh:mm:ss.sss] dec=[dd:mm:ss.ss]
      

1, Create and catalog TRES raw data archive

2. Run TRES reduction and classification IDL pipeline

3. Check TRES spectra and clean cosmic rays and hot pixels

4. Re-run TRES classification IDL pipeline

5. Run multi-order cross-correlations of red TRES spectra

6. Run multi-order cross-correlations of selected TRES spectra

First, check the transfer directory to make sure that the data is in Cambridge
 > tall
Files in /home/tres/araw/2023.0505:
If no files come back, type
> tsync
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:22 0131.S0388310112.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:27 0132.S0388310112.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:33 0133.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:51 0134.T0366846982.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:09 0135.T0366846982.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:24 0136.T0366846982.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:27 0137.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:29 0138.HD185144.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:30 0139.HD185144.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:31 0140.HD185144.fits
Wait a while and then transfer again
> tsync
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:56 0171.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:57 0172.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:57 0173.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:58 0174.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:59 0175.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:59 0176.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:59 0177.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:59 0178.BIAS.fits
-rw-r----- 1 tres tresgrp   13943 Apr  6 09:00 tres.log
-rw-r----- 1 tres tresgrp    9655 Apr  6 06:56 tres.log~
This looks better, so type out the entire transfer directoryto make sure that it is all transferred.
> tall 2023.0404
Files in /home/tres/araw/2023.0404:
total 1011868
-rw-r----- 1 tres tresgrp 5057280 Apr  4 19:13 0001.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  4 19:13 0002.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  4 19:13 0003.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:17 0004.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:17 0005.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:18 0006.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:19 0007.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:19 0008.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:20 0009.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:20 0010.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:22 0011.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:22 0012.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:23 0013.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:23 0014.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:24 0015.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:24 0016.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:24 0017.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:25 0018.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:25 0019.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:25 0020.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:26 0021.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:26 0022.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:27 0023.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:27 0024.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:28 0025.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:28 0026.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:28 0027.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:29 0028.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:29 0029.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:29 0030.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:30 0031.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:30 0032.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:32 0033.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:32 0034.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:32 0035.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:32 0036.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:33 0037.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:36 0038.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:36 0039.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:36 0040.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:37 0041.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 18:37 0042.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:20 0043.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:22 0044.HIP035253.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:23 0045.HIP035253.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:24 0046.HIP035253.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:27 0047.HIP024130.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:28 0048.HIP024130.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:29 0049.HIP024130.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:32 0050.HIP027269.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:34 0051.HIP027269.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:35 0052.HIP027269.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:40 0053.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:42 0054.Sirius.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:43 0055.Sirius.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:43 0056.Sirius.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 22:46 0057.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 23:02 0058.T0011286229.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 23:20 0059.T0011286229.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 23:37 0060.T0011286229.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 23:45 0061.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 23:47 0062.HD39801.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 23:47 0063.HD39801.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 23:47 0064.HD39801.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 23:48 0065.HD39801.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 23:48 0066.HD39801.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 23:49 0067.HD39801.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 23:51 0068.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  5 23:59 0069.H38230.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 00:00 0070.H38230.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 00:02 0071.H38230.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 00:05 0072.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 00:24 0073.T0090853136.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 00:41 0074.T0090853136.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 00:59 0075.T0090853136.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 01:01 0076.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 01:18 0077.T0220144363.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 01:28 0078.T0220144363.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 01:38 0079.T0220144363.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 01:42 0080.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 01:44 0081.T0456260074.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 01:46 0082.T0456260074.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 01:48 0083.T0456260074.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 01:52 0084.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 02:13 0085.T0094823134.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 02:32 0086.T0094823134.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 02:50 0087.T0094823134.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 02:54 0088.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 02:58 0089.T0265010875.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 03:02 0090.T0265010875.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 03:09 0091.T0265010875.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 03:13 0092.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 03:16 0093.H65583.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 03:18 0094.H65583.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 03:19 0095.H65583.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 03:21 0096.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:10 0097.S0027066428.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:12 0098.S0027066428.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:14 0099.S0027066428.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:17 0100.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:23 0101.S0224292761.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:26 0102.S0224292761.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:28 0103.S0224292761.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:30 0104.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:34 0105.S0068121645.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:36 0106.S0068121645.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:40 0107.S0068121645.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:43 0108.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:45 0109.S0351370842.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:50 0110.S0351370842.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:54 0111.S0351370842.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 04:58 0112.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 05:01 0113.S0321553459.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 05:08 0114.S0321553459.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 05:13 0115.S0321553459.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 05:19 0116.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 05:21 0117.H127334.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 05:22 0118.H127334.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 05:23 0119.H127334.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 05:27 0120.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 05:48 0121.BA219012316.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 06:08 0122.BA219012316.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 06:29 0123.BA219012316.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 06:34 0124.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:03 0125.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:05 0126.Vega.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:05 0127.Vega.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:06 0128.Vega.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:08 0129.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:16 0130.S0388310112.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:22 0131.S0388310112.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:27 0132.S0388310112.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:33 0133.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 07:51 0134.T0366846982.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:09 0135.T0366846982.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:24 0136.T0366846982.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:27 0137.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:29 0138.HD185144.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:30 0139.HD185144.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:31 0140.HD185144.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:33 0141.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:42 0142.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:43 0143.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:43 0144.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:44 0145.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:44 0146.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:45 0147.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:46 0148.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:46 0149.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:47 0150.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:47 0151.COMP.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:49 0152.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:49 0153.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:50 0154.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:50 0155.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:50 0156.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:51 0157.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:51 0158.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:51 0159.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:52 0160.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:52 0161.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:52 0162.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:53 0163.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:54 0164.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:54 0165.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:54 0166.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:55 0167.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:55 0168.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:55 0169.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:56 0170.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:56 0171.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:57 0172.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:57 0173.FLAT.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:58 0174.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:59 0175.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:59 0176.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:59 0177.BIAS.fits
-rw-r----- 1 tres tresgrp 5057280 Apr  6 08:59 0178.BIAS.fits
-rw-r----- 1 tres tresgrp   13943 Apr  6 09:00 tres.log
-rw-r----- 1 tres tresgrp    9655 Apr  6 06:56 tres.log~
If it has arrived, copy it to the local archive, and set up the raw database.
 > trcp
Copy raw TRES data from 2023.0405 to local raw directory (yyyy/yyyy.mmdd)
CPRAW: copy 180 files from /home/tres/Archive/rawdata/data/2023.0405 to /home/tres/traw/2023/2023.0405
ls: No match.
CPRAW: adding RFN to /home/tres/traw/tresraw.new.files
20230405.0001 2023.0405/0001.COMP.fits,0
20230405.0002 2023.0405/0002.COMP.fits,0
20230405.0003 2023.0405/0003.COMP.fits,0
20230405.0004 2023.0405/0004.COMP.fits,0
20230405.0005 2023.0405/0005.COMP.fits,0
20230405.0006 2023.0405/0006.COMP.fits,0
20230405.0007 2023.0405/0007.COMP.fits,0
20230405.0008 2023.0405/0008.COMP.fits,0
20230405.0009 2023.0405/0009.COMP.fits,0
20230405.0010 2023.0405/0010.COMP.fits,0
20230405.0011 2023.0405/0011.FLAT.fits,0
20230405.0012 2023.0405/0012.FLAT.fits,0
20230405.0013 2023.0405/0013.FLAT.fits,0
20230405.0014 2023.0405/0014.FLAT.fits,0
20230405.0015 2023.0405/0015.FLAT.fits,0
20230405.0016 2023.0405/0016.FLAT.fits,0
20230405.0017 2023.0405/0017.FLAT.fits,0
20230405.0018 2023.0405/0018.FLAT.fits,0
20230405.0019 2023.0405/0019.FLAT.fits,0
20230405.0020 2023.0405/0020.FLAT.fits,0
20230405.0021 2023.0405/0021.FLAT.fits,0
20230405.0022 2023.0405/0022.FLAT.fits,0
20230405.0023 2023.0405/0023.FLAT.fits,0
20230405.0024 2023.0405/0024.FLAT.fits,0
20230405.0025 2023.0405/0025.FLAT.fits,0
20230405.0026 2023.0405/0026.FLAT.fits,0
20230405.0027 2023.0405/0027.FLAT.fits,0
20230405.0028 2023.0405/0028.FLAT.fits,0
20230405.0029 2023.0405/0029.FLAT.fits,0
20230405.0030 2023.0405/0030.FLAT.fits,0
20230405.0031 2023.0405/0031.FLAT.fits,0
20230405.0032 2023.0405/0032.FLAT.fits,0
20230405.0033 2023.0405/0033.BIAS.fits,0
20230405.0034 2023.0405/0034.BIAS.fits,0
20230405.0035 2023.0405/0035.BIAS.fits,0
20230405.0036 2023.0405/0036.BIAS.fits,0
20230405.0037 2023.0405/0037.BIAS.fits,0
20230405.0038 2023.0405/0038.BIAS.fits,0
20230405.0039 2023.0405/0039.BIAS.fits,0
20230405.0040 2023.0405/0040.BIAS.fits,0
20230405.0041 2023.0405/0041.BIAS.fits,0
20230405.0042 2023.0405/0042.BIAS.fits,0
20230405.0043 2023.0405/0043.COMP.fits,0
20230405.0044 2023.0405/0044.HIP035253.fits,0
20230405.0045 2023.0405/0045.HIP035253.fits,0
20230405.0046 2023.0405/0046.HIP035253.fits,0
20230405.0047 2023.0405/0047.HIP024130.fits,0
20230405.0048 2023.0405/0048.HIP024130.fits,0
20230405.0049 2023.0405/0049.HIP024130.fits,0
20230405.0050 2023.0405/0050.HIP027269.fits,0
20230405.0051 2023.0405/0051.HIP027269.fits,0
20230405.0052 2023.0405/0052.HIP027269.fits,0
20230405.0053 2023.0405/0053.COMP.fits,0
20230405.0054 2023.0405/0054.Sirius.fits,0
20230405.0055 2023.0405/0055.Sirius.fits,0
20230405.0056 2023.0405/0056.Sirius.fits,0
20230405.0057 2023.0405/0057.COMP.fits,0
20230405.0058 2023.0405/0058.T0011286229.fits,0
20230405.0059 2023.0405/0059.T0011286229.fits,0
20230405.0060 2023.0405/0060.T0011286229.fits,0
20230405.0061 2023.0405/0061.COMP.fits,0
20230405.0062 2023.0405/0062.HD39801.fits,0
20230405.0063 2023.0405/0063.HD39801.fits,0
20230405.0064 2023.0405/0064.HD39801.fits,0
20230405.0065 2023.0405/0065.HD39801.fits,0
20230405.0066 2023.0405/0066.HD39801.fits,0
20230405.0067 2023.0405/0067.HD39801.fits,0
20230405.0068 2023.0405/0068.COMP.fits,0
20230405.0069 2023.0405/0069.H38230.fits,0
20230405.0070 2023.0405/0070.H38230.fits,0
20230405.0071 2023.0405/0071.H38230.fits,0
20230405.0072 2023.0405/0072.COMP.fits,0
20230405.0073 2023.0405/0073.T0090853136.fits,0
20230405.0074 2023.0405/0074.T0090853136.fits,0
20230405.0075 2023.0405/0075.T0090853136.fits,0
20230405.0076 2023.0405/0076.COMP.fits,0
20230405.0077 2023.0405/0077.T0220144363.fits,0
20230405.0078 2023.0405/0078.T0220144363.fits,0
20230405.0079 2023.0405/0079.T0220144363.fits,0
20230405.0080 2023.0405/0080.COMP.fits,0
20230405.0081 2023.0405/0081.T0456260074.fits,0
20230405.0082 2023.0405/0082.T0456260074.fits,0
20230405.0083 2023.0405/0083.T0456260074.fits,0
20230405.0084 2023.0405/0084.COMP.fits,0
20230405.0085 2023.0405/0085.T0094823134.fits,0
20230405.0086 2023.0405/0086.T0094823134.fits,0
20230405.0087 2023.0405/0087.T0094823134.fits,0
20230405.0088 2023.0405/0088.COMP.fits,0
20230405.0089 2023.0405/0089.T0265010875.fits,0
20230405.0090 2023.0405/0090.T0265010875.fits,0
20230405.0091 2023.0405/0091.T0265010875.fits,0
20230405.0092 2023.0405/0092.COMP.fits,0
20230405.0093 2023.0405/0093.H65583.fits,0
20230405.0094 2023.0405/0094.H65583.fits,0
20230405.0095 2023.0405/0095.H65583.fits,0
20230405.0096 2023.0405/0096.COMP.fits,0
20230405.0097 2023.0405/0097.S0027066428.fits,0
20230405.0098 2023.0405/0098.S0027066428.fits,0
20230405.0099 2023.0405/0099.S0027066428.fits,0
20230405.0100 2023.0405/0100.COMP.fits,0
20230405.0101 2023.0405/0101.S0224292761.fits,0
20230405.0102 2023.0405/0102.S0224292761.fits,0
20230405.0103 2023.0405/0103.S0224292761.fits,0
20230405.0104 2023.0405/0104.COMP.fits,0
20230405.0105 2023.0405/0105.S0068121645.fits,0
20230405.0106 2023.0405/0106.S0068121645.fits,0
20230405.0107 2023.0405/0107.S0068121645.fits,0
20230405.0108 2023.0405/0108.COMP.fits,0
20230405.0109 2023.0405/0109.S0351370842.fits,0
20230405.0110 2023.0405/0110.S0351370842.fits,0
20230405.0111 2023.0405/0111.S0351370842.fits,0
20230405.0112 2023.0405/0112.COMP.fits,0
20230405.0113 2023.0405/0113.S0321553459.fits,0
20230405.0114 2023.0405/0114.S0321553459.fits,0
20230405.0115 2023.0405/0115.S0321553459.fits,0
20230405.0116 2023.0405/0116.COMP.fits,0
20230405.0117 2023.0405/0117.H127334.fits,0
20230405.0118 2023.0405/0118.H127334.fits,0
20230405.0119 2023.0405/0119.H127334.fits,0
20230405.0120 2023.0405/0120.COMP.fits,0
20230405.0121 2023.0405/0121.BA219012316.fits,0
20230405.0122 2023.0405/0122.BA219012316.fits,0
20230405.0123 2023.0405/0123.BA219012316.fits,0
20230405.0124 2023.0405/0124.COMP.fits,0
20230405.0125 2023.0405/0125.COMP.fits,0
20230405.0126 2023.0405/0126.Vega.fits,0
20230405.0127 2023.0405/0127.Vega.fits,0
20230405.0128 2023.0405/0128.Vega.fits,0
20230405.0129 2023.0405/0129.COMP.fits,0
20230405.0130 2023.0405/0130.S0388310112.fits,0
20230405.0131 2023.0405/0131.S0388310112.fits,0
20230405.0132 2023.0405/0132.S0388310112.fits,0
20230405.0133 2023.0405/0133.COMP.fits,0
20230405.0134 2023.0405/0134.T0366846982.fits,0
20230405.0135 2023.0405/0135.T0366846982.fits,0
20230405.0136 2023.0405/0136.T0366846982.fits,0
20230405.0137 2023.0405/0137.COMP.fits,0
20230405.0138 2023.0405/0138.HD185144.fits,0
20230405.0139 2023.0405/0139.HD185144.fits,0
20230405.0140 2023.0405/0140.HD185144.fits,0
20230405.0141 2023.0405/0141.COMP.fits,0
20230405.0142 2023.0405/0142.COMP.fits,0
20230405.0143 2023.0405/0143.COMP.fits,0
20230405.0144 2023.0405/0144.COMP.fits,0
20230405.0145 2023.0405/0145.COMP.fits,0
20230405.0146 2023.0405/0146.COMP.fits,0
20230405.0147 2023.0405/0147.COMP.fits,0
20230405.0148 2023.0405/0148.COMP.fits,0
20230405.0149 2023.0405/0149.COMP.fits,0
20230405.0150 2023.0405/0150.COMP.fits,0
20230405.0151 2023.0405/0151.COMP.fits,0
20230405.0152 2023.0405/0152.FLAT.fits,0
20230405.0153 2023.0405/0153.FLAT.fits,0
20230405.0154 2023.0405/0154.FLAT.fits,0
20230405.0155 2023.0405/0155.FLAT.fits,0
20230405.0156 2023.0405/0156.FLAT.fits,0
20230405.0157 2023.0405/0157.FLAT.fits,0
20230405.0158 2023.0405/0158.FLAT.fits,0
20230405.0159 2023.0405/0159.FLAT.fits,0
20230405.0160 2023.0405/0160.FLAT.fits,0
20230405.0161 2023.0405/0161.FLAT.fits,0
20230405.0162 2023.0405/0162.FLAT.fits,0
20230405.0163 2023.0405/0163.FLAT.fits,0
20230405.0164 2023.0405/0164.FLAT.fits,0
20230405.0165 2023.0405/0165.FLAT.fits,0
20230405.0166 2023.0405/0166.FLAT.fits,0
20230405.0167 2023.0405/0167.FLAT.fits,0
20230405.0168 2023.0405/0168.FLAT.fits,0
20230405.0169 2023.0405/0169.FLAT.fits,0
20230405.0170 2023.0405/0170.FLAT.fits,0
20230405.0171 2023.0405/0171.FLAT.fits,0
20230405.0172 2023.0405/0172.FLAT.fits,0
20230405.0173 2023.0405/0173.FLAT.fits,0
20230405.0174 2023.0405/0174.BIAS.fits,0
20230405.0175 2023.0405/0175.BIAS.fits,0
20230405.0176 2023.0405/0176.BIAS.fits,0
20230405.0177 2023.0405/0177.BIAS.fits,0
20230405.0178 2023.0405/0178.BIAS.fits,0
CPRAW: adding /home/tres/traw/tresraw.new.files to list file /home/tres/traw/tresraw.files
CPRAW: Cataloging header information in /home/tres/traw/tresraw.new.tab
CPRAW: adding new header info to /home/tres/traw/tresraw.tab and /home/tres/traw/tresrawobj.tab
CPRAW: List object names for 2023.0405
FILENAME                OBJECT          EXPTIME         OBSERVER        P.I.    PROGRAM                      
---------------------   -----------     --------        ---------       ------  -----------------------------
0044.HIP035253.fits     HIP035253         50.000        M Calkins       Latham  117 Giants                   
0045.HIP035253.fits     HIP035253         50.000        M Calkins       Latham  117 Giants                   
0046.HIP035253.fits     HIP035253         50.000        M Calkins       Latham  117 Giants                   
0047.HIP024130.fits     HIP024130         45.000        M Calkins       Latham  117 Giants                   
0048.HIP024130.fits     HIP024130         45.000        M Calkins       Latham  117 Giants                   
0049.HIP024130.fits     HIP024130         45.000        M Calkins       Latham  117 Giants                   
0050.HIP027269.fits     HIP027269         90.000        M Calkins       Latham  117 Giants                   
0051.HIP027269.fits     HIP027269         90.000        M Calkins       Latham  117 Giants                   
0052.HIP027269.fits     HIP027269         90.000        M Calkins       Latham  117 Giants                   
0054.Sirius.fits        Sirius             1.000        M Calkins       Latham  149 dwlmisc.mct              
0055.Sirius.fits        Sirius             1.000        M Calkins       Latham  149 dwlmisc.mct              
0056.Sirius.fits        Sirius             1.000        M Calkins       Latham  149 dwlmisc.mct              
0058.T0011286229.fits   T0011286229      850.000        M Calkins       Latham  149 dwlmisc.mct              
0059.T0011286229.fits   T0011286229     1020.000        M Calkins       Latham  149 dwlmisc.mct              
0060.T0011286229.fits   T0011286229     1020.000        M Calkins       Latham  149 dwlmisc.mct              
0062.HD39801.fits       HD39801            5.000        M Calkins       Dupree  159 Dupree                   
0063.HD39801.fits       HD39801            5.000        M Calkins       Dupree  159 Dupree                   
0064.HD39801.fits       HD39801            5.000        M Calkins       Dupree  159 Dupree                   
0065.HD39801.fits       HD39801            5.000        M Calkins       Dupree  159 Dupree                   
0066.HD39801.fits       HD39801            5.000        M Calkins       Dupree  159 Dupree                   
0067.HD39801.fits       HD39801            5.000        M Calkins       Dupree  159 Dupree                   
0069.H38230.fits        H38230            60.000        M Calkins       Latham  #20 Radial Velocity Standards
0070.H38230.fits        H38230            60.000        M Calkins       Latham  #20 Radial Velocity Standards
0071.H38230.fits        H38230            60.000        M Calkins       Latham  #20 Radial Velocity Standards
0073.T0090853136.fits   T0090853136     1020.000        M Calkins       Latham  175 tess                     
0074.T0090853136.fits   T0090853136     1020.000        M Calkins       Latham  175 tess                     
0075.T0090853136.fits   T0090853136     1020.000        M Calkins       Latham  175 tess                     
0077.T0220144363.fits   T0220144363      900.000        M Calkins       Latham  175 tess                     
0078.T0220144363.fits   T0220144363      600.000        M Calkins       Latham  175 tess                     
0079.T0220144363.fits   T0220144363      480.000        M Calkins       Latham  175 tess                     
0081.T0456260074.fits   T0456260074       90.000        M Calkins       Latham  175 tess                     
0082.T0456260074.fits   T0456260074       90.000        M Calkins       Latham  175 tess                     
0083.T0456260074.fits   T0456260074       90.000        M Calkins       Latham  175 tess                     
0085.T0094823134.fits   T0094823134     1200.000        M Calkins       Latham  175 tess                     
0086.T0094823134.fits   T0094823134     1020.000        M Calkins       Latham  175 tess                     
0087.T0094823134.fits   T0094823134     1020.000        M Calkins       Latham  175 tess                     
0089.T0265010875.fits   T0265010875      200.000        M Calkins       Latham  175 tess                     
0090.T0265010875.fits   T0265010875      200.000        M Calkins       Latham  175 tess                     
0091.T0265010875.fits   T0265010875      200.000        M Calkins       Latham  175 tess                     
0093.H65583.fits        H65583            60.000        M Calkins       Latham  #20 Radial Velocity Standards
0094.H65583.fits        H65583            60.000        M Calkins       Latham  #20 Radial Velocity Standards
0095.H65583.fits        H65583            60.000        M Calkins       Latham  #20 Radial Velocity Standards
0097.S0027066428.fits   S0027066428      100.000        M Calkins       Latham  179 sausage                  
0098.S0027066428.fits   S0027066428      100.000        M Calkins       Latham  179 sausage                  
0099.S0027066428.fits   S0027066428      100.000        M Calkins       Latham  179 sausage                  
0101.S0224292761.fits   S0224292761      240.000        M Calkins       Latham  179 sausage                  
0102.S0224292761.fits   S0224292761       80.000        M Calkins       Latham  179 sausage                  
0103.S0224292761.fits   S0224292761       80.000        M Calkins       Latham  179 sausage                  
0105.S0068121645.fits   S0068121645      120.000        M Calkins       Latham  179 sausage                  
0106.S0068121645.fits   S0068121645      120.000        M Calkins       Latham  179 sausage                  
0107.S0068121645.fits   S0068121645       90.000        M Calkins       Latham  179 sausage                  
0109.S0351370842.fits   S0351370842       60.000        M Calkins       Latham  179 sausage                  
0110.S0351370842.fits   S0351370842      240.000        M Calkins       Latham  179 sausage                  
0111.S0351370842.fits   S0351370842      240.000        M Calkins       Latham  179 sausage                  
0113.S0321553459.fits   S0321553459      120.000        M Calkins       Latham  179 sausage                  
0114.S0321553459.fits   S0321553459      300.000        M Calkins       Latham  179 sausage                  
0115.S0321553459.fits   S0321553459      300.000        M Calkins       Latham  179 sausage                  
0117.H127334.fits       H127334           40.000        M Calkins       Latham  #20 Radial Velocity Standards
0118.H127334.fits       H127334           40.000        M Calkins       Latham  #20 Radial Velocity Standards
0119.H127334.fits       H127334           40.000        M Calkins       Latham  #20 Radial Velocity Standards
0121.BA219012316.fits   BA219012316     1200.000        M Calkins       Badry   180 badry                    
0122.BA219012316.fits   BA219012316     1200.000        M Calkins       Badry   180 badry                    
0123.BA219012316.fits   BA219012316     1200.000        M Calkins       Badry   180 badry                    
0126.Vega.fits          Vega               4.000        M Calkins       Latham  149 dwlmisc.mct              
0127.Vega.fits          Vega               4.000        M Calkins       Latham  149 dwlmisc.mct              
0128.Vega.fits          Vega               4.000        M Calkins       Latham  149 dwlmisc.mct              
0130.S0388310112.fits   S0388310112      200.000        M Calkins       Latham  179 sausage                  
0131.S0388310112.fits   S0388310112      300.000        M Calkins       Latham  179 sausage                  
0132.S0388310112.fits   S0388310112      300.000        M Calkins       Latham  179 sausage                  
0134.T0366846982.fits   T0366846982     1020.000        M Calkins       Latham  175 tess                     
0135.T0366846982.fits   T0366846982     1020.000        M Calkins       Latham  175 tess                     
0136.T0366846982.fits   T0366846982      900.000        M Calkins       Latham  175 tess                     
0138.HD185144.fits      HD185144          43.000        M Calkins       Latham  #20 Radial Velocity Standards
0139.HD185144.fits      HD185144          43.000        M Calkins       Latham  #20 Radial Velocity Standards
0140.HD185144.fits      HD185144          43.000        M Calkins       Latham  #20 Radial Velocity Standards
>