IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2008, 4:21:06 PM (19 years ago)
Author:
eugene
Message:

adding chip/host relationships

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080109/ippTasks/summit.copy.pro

    r16054 r16149  
    77# pztool -adddatastore -inst allskycam -telescope ps1 -uri  http://otis1.ifa.hawaii.edu/ds/allskycam/index.txt
    88
    9 $workdir    = /data/ipp010.0/
     9# XXX these things below need to be set in pantasks.pro, perhaps with a site-dependent call.
     10# XXX not sure how to handle the .N value if we need to use more than one
     11$workdir_template = /data/@HOST@.0/
    1012
    1113$VERBOSE = 1
     
    3436    periods      -poll     1
    3537    periods      -timeout  15
     38    npending     1
    3639
    3740    # success
     
    263266        substr $DATEOBS 8 2 DAY
    264267
     268        # we need to set the workdir based on 1) nebulous or not? 2) chip/host relationship
     269        set.workdir.by.camera $CAMERA $CLASS_ID /data/@HOST@.0
     270
    265271        # figure out filename
     272        # XXXX this filename needs to use nebulous names
    266273        $FILENAME = $workdir/$CAMERA/$YEAR/$MONTH/$DAY/$EXP_NAME/$EXP_NAME.$CLASS_ID.fits
    267274
Note: See TracChangeset for help on using the changeset viewer.