Changeset 25027 for branches/pap/ippScripts/scripts/camera_exp.pl
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/camera_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippScripts/scripts/camera_exp.pl
r23739 r25027 94 94 95 95 my $recipe_addstar = $ipprc->reduction($reduction, 'ADDSTAR'); # Recipe to use 96 &my_die("Unrecognised ADDSTAR recipe", $cam_id, $PS_EXIT_CONFIG_ERROR) unless defined $recipe1; 96 &my_die("Unrecognised ADDSTAR recipe", $cam_id, $PS_EXIT_CONFIG_ERROR) unless defined $recipe_addstar; 97 98 my $recipe_psastro = $ipprc->reduction($reduction, 'PSASTRO'); # Recipe to use 99 &my_die("Unrecognised PSASTRO recipe", $cam_id, $PS_EXIT_CONFIG_ERROR) unless defined $recipe_psastro; 97 100 98 101 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files … … 242 245 # run psastro on the chipObjects, producing fpaObjects 243 246 my $command; 244 $command = "$psastro -list $list3Name -masklist $list4Name $outroot"; 247 $command = "$psastro"; 248 $command .= " -list $list3Name"; 249 $command .= " -masklist $list4Name"; 250 $command .= " $outroot"; 251 $command .= " -recipe PSASTRO $recipe_psastro"; 245 252 $command .= " -tracedest $traceDest -log $logDest"; 246 253 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
