IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2008, 4:20:57 PM (18 years ago)
Author:
eugene
Message:

convert chiphost tables to ipphosts tables, add lookups for skycellID to host, add in the redirect-output option to stack and diff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/warp.pro

    r19465 r19545  
    158158    book getword warpInputExp $pageName exp_tag -var EXP_TAG
    159159
    160     ### XXX Instead of setting these by camera, need to set by skycell_id
     160    # set the host and workdir (default)
    161161    set.host.for.camera $CAMERA $WARP_ID
    162162    set.workdir.by.camera $CAMERA $WARP_ID $WORKDIR_TEMPLATE $default_host WORKDIR
     
    273273    book getword warpPendingSkyCell $pageName exp_tag -var EXP_TAG
    274274
    275     ### XXX Instead of setting these by camera, need to set by skycell_id
    276     set.host.for.camera $CAMERA $WARP_ID
    277     set.workdir.by.camera $CAMERA $WARP_ID $WORKDIR_TEMPLATE $default_host WORKDIR
    278 
    279     # XXX we are supplied TESS_DIR, strip off path to generate TESS_ID
    280     # basename $TESS_DIR -var TESS_ID
    281     # sprintf outroot "%s/%s/%s/%s.%s.wrp.%s" $WORKDIR $TESS_ID $SKYCELL_ID $TESS_ID $SKYCELL_ID $WARP_ID
     275    # set the host and workdir based on the skycell hash
     276    set.host.for.skycell $SKYCELL_ID
     277    set.workdir.by.skycell $SKYCELL_ID $WORKDIR_TEMPLATE $default_host WORKDIR
    282278
    283279    ## generate outroot specific to this exposure
Note: See TracChangeset for help on using the changeset viewer.