Changeset 43025
- Timestamp:
- May 19, 2026, 5:04:09 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/detrend_process_imfile.pl
r40485 r43025 41 41 'class_id|i=s' => \$class_id, 42 42 'det_type|t=s' => \$det_type, 43 'exp_tag |=s'=> \$exp_tag,43 'exp_tag=s' => \$exp_tag, 44 44 'input_uri|u=s' => \$input_uri, 45 45 'camera|c=s' => \$camera, 46 46 'outroot|w=s' => \$outroot, # output file base name 47 'dbname |d=s'=> \$dbname, # Database name47 'dbname=s' => \$dbname, # Database name 48 48 'reduction=s' => \$reduction, # Reduction class 49 49 'threads=s' => \$threads, # Number of threads to use for ppImage … … 184 184 $command .= " $cmdflags"; 185 185 186 print "$command\n"; 187 186 188 # Add the processed file to the database 187 189 unless ($no_update) {
Note:
See TracChangeset
for help on using the changeset viewer.
