Changeset 25398
- Timestamp:
- Sep 15, 2009, 3:58:12 PM (17 years ago)
- Location:
- branches/eam_branches/20090715/tools
- Files:
-
- 2 edited
- 2 copied
-
diff_outputs.pl (modified) (2 diffs)
-
examine_burntool_pcontrol.pl (copied) (copied from trunk/tools/examine_burntool_pcontrol.pl )
-
ipp_apply_burntool.pl (modified) (2 diffs)
-
make_burntool_pcontrol.pl (copied) (copied from trunk/tools/make_burntool_pcontrol.pl )
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/tools/diff_outputs.pl
r24224 r25398 16 16 'SOURCES', 'JPEG1', 'JPEG2', 17 17 'KERNEL' ], 18 'ALL' => [ 'IMAGE', 'MASK', 'VARIANCE', 19 ' SOURCES', 'JPEG1', 'JPEG2',20 ' KERNEL', 'INVERSE.IMAGE',21 ' INVERSE.MASK', 'INVERSE.VARIANCE',22 'INVERSE.SOURCES'],18 'ALL' => [ 'IMAGE', 'MASK', 'VARIANCE', 'SOURCES', 'JPEG1', 'JPEG2', 'KERNEL', 19 'INVERSE.IMAGE', 'INVERSE.MASK', 'INVERSE.VARIANCE', 'INVERSE.SOURCES', 20 'INCONV.IMAGE', 'INCONV.MASK', 'INCONV.VARIANCE', 21 'REFCONV.IMAGE', 'REFCONV.MASK', 'REFCONV.VARIANCE', 22 ], 23 23 'INVERSE' => [ 'INVERSE.IMAGE', 'INVERSE.MASK', 24 24 'INVERSE.VARIANCE', … … 38 38 'INVERSE.VARIANCE' => '.inv.wt.fits', # Variance 39 39 'INVERSE.SOURCES' => '.inv.cmf', # Sources 40 'INCONV.IMAGE' => '.inConv.fits', # Convolved input image 41 'INCONV.MASK' => '.inConv.mk.fits', # Convolved input mask 42 'INCONV.VARIANCE' => '.inConv.wt.fits', # Convolved input variance 43 'REFCONV.IMAGE' => '.refConv.fits', # Convolved reference image 44 'REFCONV.MASK' => '.refConv.mk.fits', # Convolved reference mask 45 'REFCONV.VARIANCE' => '.refConv.wt.fits', # Convolved reference variance 40 46 }; 41 47 -
branches/eam_branches/20090715/tools/ipp_apply_burntool.pl
r25022 r25398 140 140 my $tempfile = new File::Temp ( TEMPLATE => "$basename.XXXX", 141 141 DIR => '/tmp', 142 UNLINK => !$save_temps); 142 UNLINK => !$save_temps, 143 SUFFIX => '.fits'); 143 144 my $tmpImfileReal = $tempfile->filename; 144 145 # print "tmpImfile: $tmpImfile -> $tmpImfileReal\n"; … … 172 173 173 174 if ($RAWTABLES) { 174 $status = vsystem ("$burntool $tmpImfileReal out=$artImfileReal $prevFileOpt ", $REALRUN);175 $status = vsystem ("$burntool $tmpImfileReal out=$artImfileReal $prevFileOpt persist=t", $REALRUN); 175 176 } else { 176 $status = vsystem ("$burntool $tmpImfileReal $prevFileOpt ", $REALRUN);177 $status = vsystem ("$burntool $tmpImfileReal $prevFileOpt persist=t", $REALRUN); 177 178 } 178 179 if ($status) {
Note:
See TracChangeset
for help on using the changeset viewer.
