- Timestamp:
- Dec 27, 2011, 11:34:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/haf_add201112/ippScripts/scripts/addstar_run.pl
r33023 r33027 38 38 } 39 39 my $minidvodb_path; 40 my $stage_extra1; 40 41 my ( $add_id, $camera, $stage, $stage_id, $multi_num, $outroot, $stageroot, $dbname, $reduction, $dvodb, $minidvodb, $minidvodb_name, $minidvodb_group, $image_only, $verbose, $no_update, 41 42 $no_op, $redirect, $save_temps); … … 151 152 #is this cam_id magicked or not? 152 153 if ($magicked) { 154 $stage_extra1 = $magicked; 153 155 $fpaObjects = $ipprc->destreaked_filename("$fpaObjects") or &my_die("Missing entry from camera config", $add_id, $PS_EXIT_CONFIG_ERROR); 154 156 print "cam_id is magicked, using $fpaObjects for the cam smf\n"; … … 251 253 $fpaCommand .= " -dvodb_path $minidvodb_path" if defined $minidvodb_path; 252 254 $fpaCommand .= " -minidvodb_name $minidvodb_name" if defined $minidvodb_name; 255 $fpaCommand .= " -stage_extra1" if defined $stage_extra1; 253 256 $fpaCommand .= " -dbname $dbname" if defined $dbname; 254 257 print $fpaCommand; … … 283 286 $command .= " -path_base $outroot" if defined $outroot; 284 287 $command .= (" -dtime_addstar " . ((DateTime->now->mjd - $mjd_start) * 86400)); 285 $fpaCommand .= " -minidvodb_name $minidvodb_name" if defined $minidvodb_name; 288 # $command .= " -minidvodb_name $minidvodb_name" if defined $minidvodb_name; don't think we want it recorded (not sure) 289 $command .= " -stage_extra1 $stage_extra1" if defined $stage_extra1; 286 290 $command .= " -dbname $dbname" if defined $dbname; 291 print $command; 287 292 system ($command); 288 293 }
Note:
See TracChangeset
for help on using the changeset viewer.
