IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12212


Ignore:
Timestamp:
Mar 2, 2007, 5:30:24 PM (19 years ago)
Author:
jhoblitt
Message:

add new filename abbreviations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ipptools/filenames.txt

    r9124 r12212  
    3737Residual JPEG, bin 1:   expId.detresid.detId.iter.b2.jpg
    3838
    39 Phase 2 processed:      expId.p2.classId.fits
    40 
    41 
    42 
    43 
    4439Requirements:
    4540
    4641Explain PPIMAGE.OUTPUT, PPIMAGE.BIN1, PPIMAGE.BIN2, etc.
     42
     43#
     44#  NEW CONVENTION
     45#
     46
     47Naming convention
     48--
     49Files that are the result of IPP processing steps are to be named as follows:
     50
     51dir:
     52    $exp_id/
     53
     54filename:
     55    $exp_id.$step$seq.$chipname.fits
     56
     57Where $step is the 2 letter abbreviations for the step.
     58    gyd  -> guide star/guidetool
     59    chp  -> chip level processing/chiptool
     60    cam  -> camera level processing/camtool
     61    wrp  -> warp to sky/warptool
     62    dif  -> image differencing/difftool
     63    stk  -> image combination/stacktool
     64
     65Where $seq is the unique ID number provided by the [foo]tool at each step in
     66the processing.
     67
     68Example
     69--
     70
     71./oi4411o0021/oi4411o0021.ch0000001.ccd1.fits
Note: See TracChangeset for help on using the changeset viewer.