Changeset 11415
- Timestamp:
- Jan 29, 2007, 4:50:43 PM (19 years ago)
- Location:
- trunk/ippScripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/Build.PL
r11410 r11415 21 21 }, 22 22 script_files => [qw( 23 scripts/detrend.pl 24 scripts/detrend_norm_apply.pl 25 scripts/detrend_norm_calc.pl 26 scripts/detrend_norm_exp.pl 27 scripts/detrend_process_exp.pl 28 scripts/detrend_process_imfile.pl 29 scripts/detrend_reject_exp.pl 30 scripts/detrend_reject_imfile.pl 31 scripts/detrend_resid.pl 32 scripts/detrend_stack.pl 33 scripts/inject.pl 34 scripts/inject_phase0.pl 35 scripts/ipp_datapath.pl 36 scripts/ipp_filename.pl 37 scripts/mdc2list.pl 38 scripts/phase0_exp.pl 39 scripts/phase0_imfile.pl 40 scripts/phase2.pl 41 scripts/phase3.pl 42 )], 43 )->create_build_script; 23 scripts/ipp_serial_inject.pl 24 scripts/detrend_norm_apply.pl 25 scripts/detrend_norm_calc.pl 26 scripts/detrend_norm_exp.pl 27 scripts/detrend_process_exp.pl 28 scripts/detrend_process_imfile.pl 29 scripts/detrend_reject_exp.pl 30 scripts/detrend_reject_imfile.pl 31 scripts/detrend_resid.pl 32 scripts/detrend_stack.pl 33 scripts/ipp_datapath.pl 34 scripts/ipp_filename.pl 35 scripts/mdc2list.pl 36 scripts/phase0_exp.pl 37 scripts/phase0_imfile.pl 38 scripts/phase2.pl 39 scripts/phase3.pl 40 scripts/ipp_serial_detrend.pl 41 scripts/ipp_serial_phase0.pl 42 scripts/ipp_serial_inject_mosaic.pl 43 )], 44 )->create_build_script; -
trunk/ippScripts/MANIFEST
r11411 r11415 4 4 MANIFEST 5 5 README 6 scripts/ detrend.pl6 scripts/ipp_serial_inject.pl 7 7 scripts/detrend_norm_apply.pl 8 8 scripts/detrend_norm_calc.pl … … 14 14 scripts/detrend_resid.pl 15 15 scripts/detrend_stack.pl 16 scripts/inject.pl17 scripts/inject_phase0.pl18 16 scripts/ipp_datapath.pl 19 17 scripts/ipp_filename.pl … … 23 21 scripts/phase2.pl 24 22 scripts/phase3.pl 23 scripts/ipp_serial_detrend.pl 24 scripts/ipp_serial_phase0.pl 25 scripts/ipp_serial_inject_mosaic.pl 25 26 t/00_distribution.t
Note:
See TracChangeset
for help on using the changeset viewer.
