- Timestamp:
- May 11, 2026, 3:25:38 PM (2 months ago)
- File:
-
- 1 edited
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);
Note:
See TracChangeset
for help on using the changeset viewer.
