IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18568


Ignore:
Timestamp:
Jul 15, 2008, 12:39:50 PM (18 years ago)
Author:
eugene
Message:

add verbose to commands

Location:
trunk/ippTasks
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.correct.pro

    r18048 r18568  
    146146    stderr $LOGDIR/detcorr.run.log
    147147
    148     $run = detrend_correct_imfile.pl --det_id $DET_ID --exp_id $EXP_ID --class_id $CLASS_ID --exp_tag $EXP_TAG --input_uri $URI --corr_id $CORR_ID --corr_type $CORR_TYPE --camera $CAMERA --outroot $outroot --redirect-output
     148    $run = detrend_correct_imfile.pl --det_id $DET_ID --exp_id $EXP_ID --class_id $CLASS_ID --exp_tag $EXP_TAG --input_uri $URI --corr_id $CORR_ID --corr_type $CORR_TYPE --camera $CAMERA --outroot $outroot --redirect-output --verbose
    149149    if ("$WORKDIR" != "NULL")
    150150      $run = $run --workdir $WORKDIR
     
    265265    stderr $LOGDIR/detcorr.exp.run.log
    266266
    267     $run = detrend_correct_exp.pl --det_id $DET_ID --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --corr_id $CORR_ID --corr_type $CORR_TYPE --camera $CAMERA --redirect-output
     267    $run = detrend_correct_exp.pl --det_id $DET_ID --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --corr_id $CORR_ID --corr_type $CORR_TYPE --camera $CAMERA --redirect-output --verbose
    268268
    269269    if ("$WORKDIR" != "NULL")
  • trunk/ippTasks/detrend.norm.pro

    r18048 r18568  
    272272    stderr $LOGDIR/detrend.norm.run.log
    273273
    274     $run = detrend_norm_apply.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --value $NORM --input_uri $URI --camera $CAMERA --det_type $DET_TYPE --outroot $outroot --redirect-output
     274    $run = detrend_norm_apply.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --value $NORM --input_uri $URI --camera $CAMERA --det_type $DET_TYPE --outroot $outroot --redirect-output --verbose
    275275    add_standard_args run
    276276   
  • trunk/ippTasks/detrend.process.pro

    r18082 r18568  
    145145    stderr $LOGDIR/detproc.imfile.run.log
    146146
    147     $run = detrend_process_imfile.pl --det_id $DET_ID --exp_id $EXP_ID --det_type $DET_TYPE --class_id $CLASS_ID --exp_tag $EXP_TAG --input_uri $URI --camera $CAMERA --outroot $outroot --redirect-output
     147    $run = detrend_process_imfile.pl --det_id $DET_ID --exp_id $EXP_ID --det_type $DET_TYPE --class_id $CLASS_ID --exp_tag $EXP_TAG --input_uri $URI --camera $CAMERA --outroot $outroot --redirect-output --verbose
    148148    if ("$REDUCTION" != "NULL")
    149149      $run = $run --reduction $REDUCTION
     
    260260    stderr $LOGDIR/detproc.exp.run.log
    261261
    262     $run = detrend_process_exp.pl --det_id $DET_ID --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output
     262    $run = detrend_process_exp.pl --det_id $DET_ID --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output --verbose
    263263    if ("$REDUCTION" != "NULL")
    264264      $run = $run --reduction $REDUCTION
  • trunk/ippTasks/detrend.resid.pro

    r18048 r18568  
    145145    stderr $LOGDIR/detresid.run.log
    146146
    147     $run = detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --outroot $outroot --redirect-output
     147    $run = detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --outroot $outroot --redirect-output --verbose
    148148    if ("$REDUCTION" != "NULL")
    149149      $run = $run --reduction $REDUCTION
     
    262262    stderr $LOGDIR/detresid.exp.run.log
    263263
    264     $run = detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output
     264    $run = detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output --verbose
    265265    add_standard_args run
    266266
  • trunk/ippTasks/simtest.basic.config

    r18488 r18568  
    4141
    4242  # Pleiades
    43   CENTER.RA  F32 270.75
    44   CENTER.DEC F32 -23.7
     43  # CENTER.RA  F32 270.75
     44  # CENTER.DEC F32 -23.7
     45  CENTER.RA  F32 150.119167
     46  CENTER.DEC F32   2.205833
    4547
    4648  OFFSET.RA  F32 3600.0 # linear offset in arcsec (do not include cos(DEC) correction)
     
    7678
    7779  # Pleiades
    78   CENTER.RA  F32 270.75
    79   CENTER.DEC F32 -23.7
     80  # CENTER.RA  F32 270.75
     81  # CENTER.DEC F32 -23.7
     82  CENTER.RA  F32 150.119167
     83  CENTER.DEC F32   2.205833
    8084
    8185  OFFSET.RA  F32 3600.0 # linear offset in arcsec (do not include cos(DEC) correction)
Note: See TracChangeset for help on using the changeset viewer.