IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 8, 2009, 6:19:50 PM (17 years ago)
Author:
bills
Message:

updates to magic destreak processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/magic.pro

    r24711 r24726  
    463463    sprintf logfile "%s/%s.mds.%s.%s.%s.log" $OUTROOT $EXP_ID $MAGIC_DS_ID $STAGE_ID $COMPONENT
    464464
    465     host anyhost
     465    substr $COMPONENT 0 3 COMP_HEAD
     466    if ("$COMP_HEAD" == "sky")
     467        set.host.for.skycell $COMPONENT
     468    else
     469        # assume component is a class_id, if not we will default to anyhost
     470        set.host.for.camera $CAMERA $COMPONENT
     471    end
    466472
    467473    # TODO: do not add recoveryroot or replace if they are null or zero
Note: See TracChangeset for help on using the changeset viewer.