IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9445


Ignore:
Timestamp:
Oct 9, 2006, 4:41:44 PM (20 years ago)
Author:
jhoblitt
Message:

call "sync" on exit

Location:
trunk
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_norm_apply.pl

    r9215 r9445  
    116116    unlink $statsName;
    117117}
     118
     119END { system("sync") or die "failed to execute sync: $!" }
  • trunk/ippScripts/scripts/detrend_norm_calc.pl

    r9337 r9445  
    146146    }
    147147}
     148
     149END { system("sync") or die "failed to execute sync: $!" }
  • trunk/ippScripts/scripts/detrend_norm_exp.pl

    r9282 r9445  
    148148}
    149149
     150END { system("sync") or die "failed to execute sync: $!" }
    150151
    151152__END__
  • trunk/ippScripts/scripts/detrend_process_exp.pl

    r9400 r9445  
    146146}
    147147
     148END { system("sync") or die "failed to execute sync: $!" }
    148149
    149150__END__
  • trunk/ippScripts/scripts/detrend_process_imfile.pl

    r9337 r9445  
    120120}
    121121
     122END { system("sync") or die "failed to execute sync: $!" }
    122123
    123124__END__
  • trunk/ippScripts/scripts/detrend_reject_exp.pl

    r9337 r9445  
    205205}
    206206
     207END { system("sync") or die "failed to execute sync: $!" }
     208
    207209__END__
  • trunk/ippScripts/scripts/detrend_reject_imfile.pl

    r9337 r9445  
    222222}
    223223
     224END { system("sync") or die "failed to execute sync: $!" }
    224225
    225226__END__
  • trunk/ippScripts/scripts/detrend_resid.pl

    r9337 r9445  
    139139}
    140140
     141END { system("sync") or die "failed to execute sync: $!" }
     142
    141143__END__
  • trunk/ippScripts/scripts/detrend_stack.pl

    r9417 r9445  
    131131}
    132132
     133END { system("sync") or die "failed to execute sync: $!" }
    133134
    134135__END__
  • trunk/ippScripts/scripts/mdc2list.pl

    r8715 r9445  
    6969    return \%hash;
    7070}
     71
     72END { system("sync") or die "failed to execute sync: $!" }
  • trunk/ippScripts/scripts/phase0_exp.pl

    r9337 r9445  
    175175    return $imfile->{$name};
    176176}
     177
     178END { system("sync") or die "failed to execute sync: $!" }
  • trunk/ippScripts/scripts/phase0_imfile.pl

    r9267 r9445  
    124124# Pau.
    125125
     126END { system("sync") or die "failed to execute sync: $!" }
     127
    126128__END__
  • trunk/ippScripts/scripts/phase2.pl

    r9381 r9445  
    106106}
    107107
     108END { system("sync") or die "failed to execute sync: $!" }
     109
    108110__END__
  • trunk/ippScripts/scripts/phase3.pl

    r9400 r9445  
    151151}
    152152
     153END { system("sync") or die "failed to execute sync: $!" }
    153154
    154155__END__
  • trunk/ippTools/scripts/dettest.sh

    r9231 r9445  
    22
    33set -o verbose
     4
     5det_id=1
    46
    57./p0test.sh -detrend || exit 1
     
    911
    1012for ID in `seq 0 3` ; do
    11     dettool -addprocessedimfile -det_id 1 -exp_tag t10 -class_id $ID -uri file://proc-$ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 || exit 1
     13    dettool -addprocessedimfile -det_id $det_id -exp_tag t10 -class_id $ID -uri file://proc-$ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 || exit 1
    1214done;
    1315
    1416for ID in `seq 0 3` ; do
    15     dettool -addprocessedimfile -det_id 1 -exp_tag t11 -class_id $ID -uri file://proc-$ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 || exit 1
     17    dettool -addprocessedimfile -det_id $det_id -exp_tag t11 -class_id $ID -uri file://proc-$ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 || exit 1
    1618done;
    1719
     
    1921
    2022for ID in `seq 0 3` ; do
    21     dettool -addstacked -det_id 1 -uri file://stacked-$ID -class_id $ID -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 || exit 1
     23    dettool -addstacked -det_id $det_id -uri file://stacked-$ID -class_id $ID -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 || exit 1
    2224done;
    2325
    2426dettool -tonormalizedstat || exit 1
    2527for ID in `seq 0 3` ; do
    26     dettool -addnormalizedstat -det_id 1 -class_id $ID -norm 0.12345 || exit 1
     28    dettool -addnormalizedstat -det_id $det_id -class_id $ID -norm 0.12345 || exit 1
    2729done;
    2830
    2931dettool -tonormalize || exit 1
    3032for ID in `seq 0 3` ; do
    31     dettool -addnormalizedimfile -det_id 1 -class_id $ID -uri file://normalized-$ID -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri banana1 -b2_uri banannnnnaaa2 || exit 1
     33    dettool -addnormalizedimfile -det_id $det_id -class_id $ID -uri file://normalized-$ID -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri banana1 -b2_uri banannnnnaaa2 || exit 1
    3234done;
    3335
    3436dettool -tonormalizedexp || exit 1
    35 dettool -addnormalizedexp -det_id 1 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri file://normalizedexp -b2_uri file://normlalizedexp|| exit 1
     37dettool -addnormalizedexp -det_id $det_id -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri file://normalizedexp -b2_uri file://normlalizedexp|| exit 1
    3638
    3739dettool -toresid || exit 1
    3840
    3941for ID in `seq 0 3` ; do
    40     dettool -addresidimfile -det_id 1 -exp_tag t10 -class_id $ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 -uri file://resid-$ID || exit 1
     42    dettool -addresidimfile -det_id $det_id -exp_tag t10 -class_id $ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 -uri file://resid-$ID || exit 1
    4143done;
    4244for ID in `seq 0 3` ; do
    43     dettool -addresidimfile -det_id 1 -exp_tag t11 -class_id $ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 -uri file://resid-$ID || exit 1
     45    dettool -addresidimfile -det_id $det_id -exp_tag t11 -class_id $ID -recip myrecip -bg 1 -bg_stdev 1 -bg_mean_stdev 1 -uri file://resid-$ID || exit 1
    4446done;
    4547
    4648dettool -toresidexp || exit 1
    47 dettool -addresidexp -det_id 1 -exp_tag t10 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri jpeg1 -b2_uri jpeg2  || exit 1
    48 dettool -addresidexp -det_id 1 -exp_tag t11 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri jpeg1 -b2_uri jpeg2  -reject || exit 1
     49dettool -addresidexp -det_id $det_id -exp_tag t10 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri jpeg1 -b2_uri jpeg2  || exit 1
     50dettool -addresidexp -det_id $det_id -exp_tag t11 -recip myrecipe -bg 1 -bg_stdev 2 -bg_mean_stdev 3 -b1_uri jpeg1 -b2_uri jpeg2  -reject || exit 1
    4951
    5052dettool -residdetrun || exit 1
    5153dettool -residexp || exit 1
    52 dettool -updateresidexp -det_id 1 -iteration 0 -recip yourrecipe || exit 1
    53 dettool -updateresidexp -det_id 1 -iteration 0 -exp_tag t10 -reject || exit 1
    54 dettool -updateresidexp -det_id 1 -iteration 0 -exp_tag t11 || exit 1
     54dettool -updateresidexp -det_id $det_id -iteration 0 -recip yourrecipe || exit 1
     55dettool -updateresidexp -det_id $det_id -iteration 0 -exp_tag t10 -reject || exit 1
     56dettool -updateresidexp -det_id $det_id -iteration 0 -exp_tag t11 || exit 1
    5557dettool -residexp || exit 1
    56 dettool -updatedetrun -det_id 1 -again || exit 1
     58dettool -updatedetrun -det_id $det_id -again || exit 1
Note: See TracChangeset for help on using the changeset viewer.