Changeset 17858
- Timestamp:
- May 29, 2008, 4:18:02 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r17803 r17858 87 87 88 88 # Identify the input and the template 89 my ($input, $inputMask, $inputWeight, $inputPath , $inputPSF); # Input files and path89 my ($input, $inputMask, $inputWeight, $inputPath); # Input files and path 90 90 my ($template, $templateMask, $templateWeight, $templatePath, $templateSources); # Template files and path 91 91 my $tess_id; # Tesselation identifier … … 111 111 $inputMask = "PPSTACK.OUTPUT.MASK"; 112 112 $inputWeight = "PPSTACK.OUTPUT.WEIGHT"; 113 $inputPSF = "PSPHOT.PSF.SAVE";114 113 } else { 115 114 $inputMask = "PSWARP.OUTPUT.MASK"; 116 115 $inputWeight = "PSWARP.OUTPUT.WEIGHT"; 117 $inputPSF = "PSPHOT.PSF.SAVE";118 116 } 119 117 } … … 147 145 $templateWeight = $ipprc->filename($templateWeight, $templatePath); 148 146 $inputWeight = $ipprc->filename($inputWeight, $inputPath); 149 $inputPSF = $ipprc->filename($inputPSF, $inputPath);150 147 $templateSources = $ipprc->filename($templateSources, $templatePath); 151 148 … … 156 153 &my_die("Couldn't find input: $inputMask", $diff_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($inputMask); 157 154 &my_die("Couldn't find input: $inputWeight", $diff_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($inputWeight); 158 &my_die("Couldn't find input: $inputPSF", $diff_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($inputPSF);159 155 &my_die("Couldn't find input: $templateSources", $diff_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($templateSources); 160 156 … … 180 176 $command .= " -recipe PPSTATS WARPSTATS"; 181 177 $command .= " -sources $templateSources"; 182 $command .= " -p sf $inputPSF";178 $command .= " -photometry"; 183 179 $command .= " -tracedest $traceDest -log $logDest"; 184 180
Note:
See TracChangeset
for help on using the changeset viewer.
