IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2009, 11:42:57 AM (17 years ago)
Author:
Paul Price
Message:

Fixing destreaking for no URI in diffSkyfile, and possibility of inverse subtractions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_magic/ippTasks/magic.pro

    r24164 r24168  
    409409    book getword magicToDS $pageName uri -var URI
    410410    book getword magicToDS $pageName path_base -var PATH_BASE
     411    book getword magicToDS $pageName inverse -var INVERSE
    411412    book getword magicToDS $pageName cam_path_base -var CAM_PATH_BASE
    412413    book getword magicToDS $pageName outroot -var OUTROOT
     
    423424
    424425    $run = magic_destreak.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --streaks $STREAKS --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --uri $URI --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE --outroot $OUTROOT --logfile $logfile --recoveryroot $RECROOT --replace $REPLACE --remove $REMOVE
     426    if ($INVERSE > 0)
     427       # Inverse subtraction
     428       $run = $run --inverse
     429    end
    425430
    426431    add_standard_args run
Note: See TracChangeset for help on using the changeset viewer.