IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24506


Ignore:
Timestamp:
Jun 19, 2009, 4:36:51 AM (17 years ago)
Author:
eugene
Message:

ignore reduction if NULL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/warp.pro

    r24487 r24506  
    307307    end
    308308
    309 
    310309    # set the host and workdir based on the skycell hash
    311310    set.host.for.skycell $SKYCELL_ID
     
    318317    stderr $LOGDIR/warp.skycell.log
    319318
    320     $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --warp_skyfile_id $WARP_SKYFILE_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --reduction $REDUCTION --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE $MAGICKED_ARG
     319    $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --warp_skyfile_id $WARP_SKYFILE_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE $MAGICKED_ARG
     320    if ("$REDUCTION" != "NULL")
     321      $run = $run --reduction $REDUCTION
     322    end
    321323    add_standard_args run
    322324
Note: See TracChangeset for help on using the changeset viewer.