Changeset 43021
- Timestamp:
- May 11, 2026, 3:25:38 PM (2 months ago)
- Location:
- branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts
- Files:
-
- 2 edited
-
stack_skycell.pl (modified) (2 diffs)
-
xcstack_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/stack_skycell.pl
r42835 r43021 44 44 'stack_id|d=s' => \$stack_id, # Stack identifier 45 45 ## XXX future addition: if stack gets multi-skyfile option 'stack_skyfile_id|d=s' => \$stack_skyfile_id, # Stack identifier 46 'dbname |d=s'=> \$dbname, # Database name46 'dbname=s' => \$dbname, # Database name 47 47 'outroot=s' => \$outroot, # Output root name 48 48 'run-state=s' => \$run_state, … … 363 363 run(command => $command, verbose => $verbose); 364 364 unless ($success) { 365 # print "error code: $error_code\n"; 365 366 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 366 367 &my_die("Unable to perform ppStack: $error_code", $stack_id, $error_code); -
branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/xcstack_skycell.pl
r42835 r43021 44 44 GetOptions( 45 45 'xcstack_id|d=s' => \$xcstack_id, # xcstack identifier 46 'dbname |d=s' => \$dbname, # Database name46 'dbname=s ' => \$dbname, # Database name 47 47 'camera|c=s' => \$camera, # Camera name 48 48 'outroot=s' => \$outroot, # Output root name
Note:
See TracChangeset
for help on using the changeset viewer.
