[ESO Web]
European Southern Observatory
New Technology Telescope
[NTT Web]

General :
Observations :
Operations :

Night Operation Procedures

   
Procedure:
FitsList:  
Automatic Observing Log
Author:
 Olivier Hainaut
Version:
 1998 Nov. 21 (O.H)
 

This procedure explains how to use the fitslist program to create Observing Log Files, and to list the content of directories. Fitslist supposedly supports all NTT instruments in all modes.

The program source and executables are on wg5ops, in   ~nttmgr/fitslist/ .  It is also linked to ~nttastro/bin/fitslist.

1. Operation

To run fitslist

  then...
 
 

For automatic logging:

Type the following commands as soon as the new YYYY-MM-DD directory is created: The resulting log file is stored in wg5ops: /data/raw/dataLogs/flLog.yy-mm-dd.xxxx  , where yy-mm-dd is the current date (same as the directory where you work) and xxxx is an string identifying you (cf. fitslist -who   below)
 

To (re)start  the automatic log

For instance, after a crash, or if the log was not started since the begining of the night

To create a log file of existing images:

  • fitslist *.fits :   creates a log of all existing *fits files, show it on the screen. You can specify one or several files, or use wildcards.

  •  
  • To print the log file, pipe the result to a file ( fitslist *fits > mylog.dat ); you can then print the file either directly or with printlog mylog.dat  (cf below)

  •  

    To create a log (spy) window

    For instance, for the astronomer, or to replace the log window created by fitslist -i :

    To modify or search a log file:

    To print a log file:

    On nttastro@wg5ops, a printlog command has been defined:
    printlog flLog.98-11-21.wemc1_pts5

    2. Log File

    Headers

    The FitsList log file starts with a header containing the information of the night; this header is filled using the fitslist -e command.

    ===============================================================================
    EUROPEAN SOUTHERN OBSERVATORY                        New Technology Telescope
                                     Observing Log
    Date: 1998-08-20                             Observer: S. Zaggia
    DayOp: M. Pizarro / G. Martin                        NightOp: H.Nunez
    ===============================================================================
     

    It is then followed by an (very) short explanation of the different log lines:
    ===============================================================================
    Observation name
    <------- File name -------->      <--Program-->        <-Template->
    ExpTim      <-- RA --> <-- Dec -->   <-- LST--> <-- UTC-->  <Airm> <Rot> <Pra>
    Side Slit2      Filter     Grism         Slit1    Grating     WaveL   SlFilt
    Detector
    ===============================================================================
     

    Body of the log

    And finally the log itself. All the frames corresponding to a given Template (eg. SOT02) are enclosed between two lines:

    _______________________________________________________________________________
    SUSI_PAVO1_FI_06_11

    1st line: the name of the OB.
    ONTT.1998-08-21T00:53:37.273  60.A-9005(A)  SCIENCE   SOT02.31                1
    2: Archive filename, program number, exposure type (SCIENCE, CALIB, FLAT...), and original filename
     600.00s    19:59:28.0 -61:20:50.0   18:07:27.0 00:53:47.0   1.252    0.  -42.8
    3: exp.time, RA, Dec, ST, UT, airmass, rotator angle, paralactic angle
    SuSI:            I#814
    4: Instrument (or mode), and optical elements in the beam (see below)
    CCD: normal    2  2    2144  2048
    5: CCD (or IR array) read-out mode, bin x and y, size x and y
    ONTT.1998-08-21T01:04:12.607  60.A-9005(A)  SCIENCE   SOT02.32                2
     600.00s    19:59:31.0 -61:20:49.0   18:18:03.0 01:04:22.0   1.238    0.  -39.2
    for the next exposures of the same template, only the files names (line 2) and epoch and position (line 3) lines are repeated.
    ONTT.1998-08-21T01:17:04.275  60.A-9005(A)  SCIENCE   SOT02.33                3
     600.00s    19:59:27.0 -61:20:53.0   18:30:56.0 01:17:13.0   1.224    0.  -34.6
    ONTT.1998-08-21T01:27:42.276  60.A-9005(A)  SCIENCE   SOT02.34                4
     600.00s    19:59:31.0 -61:20:44.0   18:41:37.0 01:27:52.0   1.214    0.  -30.8
    _______________________________________________________________________________
    and so on till the end of the Template.
     

    Examples for different modes

    The content of Line 4 (instrument) is adjusted to list all the optical elements in the beam:
     

    Red:  slit#5.0   Free       Gr#2

    EMMI RILD: Starplate, Filter, Grism
     

    Red:             Free       Gr#2        0.5 294.9 Eche#14       -1.0nm ND0.5#66

    EMMI REMD: Filter, Grism, slit width and length (arcsec), grating, central wavelength (nm, -1 for echelle), and below slit filter.
     

    Special cases

    a. Test exposures

    The TEST exposures (focus, or small frames to adjust the flat-field level) have no intrinsic interest, but as they are stored on disk, they are just mentioned in the log, with no details:
    _______________________________________________________________________________
    SUSI_FFD_FB_1_10
    ONTT.1998-08-20T13:56:25.419  60.A-9005(A)  TEST      SCT02.20                1
    ONTT.1998-08-20T13:56:46.190  60.A-9005(A)  TEST      SCT02.21                2
    ONTT.1998-08-20T13:57:07.213  60.A-9005(A)  CALIB     SCT02.22                3
       6.28s    04:24:44.0 +19:44:06.0   07:09:08.0 13:57:16.0   1.000  139.  180.0
    SuSI:            B#811
    CCD: normal    2  2    2144  2048
    ONTT.1998-08-20T13:57:38.338  60.A-9005(A)  CALIB     SCT02.23                4
       6.28s    04:25:14.0 +19:44:05.0   07:09:38.0 13:57:46.0   1.000  139.  180.0
    ONTT.1998-08-20T13:58:08.663  60.A-9005(A)  CALIB     SCT02.24                5
       6.28s    04:25:45.0 +19:44:05.0   07:10:09.0 13:58:17.0   1.000  139.  180.0
    ONTT.1998-08-20T13:58:38.467  60.A-9005(A)  CALIB     SCT02.25                6
    ...

    in this example, the 2 first exposure (FF test) are just mentioned; note that the first real exposure has the fully detailed log, the following have only the file and epoch lines.
     

    b. DIMD exposures

    As DIMD exposures come by pair, they are listed by pair, not by templat. The two exposures of pair are separated by a dashed line:

    _______________________________________________________________________________
    Test-DIMDCT01
    ONTT.1998-08-17T18:38:23.990  59.A-0745     CALIB     DIMD2CT01.3             4
       0.01s    11:36:03.0 -28:32:41.0   11:39:08.0 18:38:19.0   1.000    2.  180.0
    Blu:             U#602                                        3252.9nm ND0.5#662
    CCD: normal    1  1    1124  1024
     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ONTT.1998-08-17T18:38:34.340  59.A-0745     CALIB     DIMD1CT01.3             4
    Red:             Free       Gr#2        0.5 294.9 Eche#14       -1.0nm ND0.5#66
    CCD: normal    1  1    0100  0100
    _______________________________________________________________________________


    Remarks:

    [Top of Page]

    Send comments to: NTT Webmasters <nttweb@www.eso.org>
    Last Update: MMM DD, YYYY (WHO)
    [ESO][ESO][ESO][Search][Help][News]