Changeset 19644
- Timestamp:
- Sep 22, 2008, 12:32:15 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r19561 r19644 35 35 'run-state=s' => \$run_state, 36 36 'debug' => \$debug, # Print to stdout 37 'threads=s' => \$threads, # Number of threads to use for ppStack37 'threads=s' => \$threads, # Number of threads to use for ppStack 38 38 'verbose' => \$verbose, # Print to stdout 39 39 'no-update' => \$no_update, # Don't update the database? … … 60 60 [ 61 61 # PPSTATS KEYWORD STATISTIC STACKTOOL FLAG 62 { name => "ROBUST_MEDIAN", type => "mean", flag => "-bg", dtype => "float" }, 63 { name => "ROBUST_STDEV", type => "rms", flag => "-bg_stdev", dtype => "float" }, 64 # { name => "DT_STACK", type => "sum", flag => "-dtime_stack", dtype => "float" }, 65 { name => "GOOD_PIXEL_FRAC", type => "mean", flag => "-good_frac", dtype => "float" }, 62 { name => "ROBUST_MEDIAN", type => "mean", flag => "-bg", dtype => "float" }, 63 { name => "ROBUST_STDEV", type => "rms", flag => "-bg_stdev", dtype => "float" }, 64 { name => "TIME_STACK", type => "sum", flag => "-dtime_stack", dtype => "float" }, 65 { name => "TIME_MATCH", type => "mean", flag => "-dtime_match_mean", dtype => "float" }, 66 { name => "TIME_MATCH", type => "stdev", flag => "-dtime_match_stdev", dtype => "float" }, 67 { name => "TIME_INITIAL", type => "sum", flag => "-dtime_initial", dtype => "float" }, 68 { name => "TIME_REJECT", type => "sum", flag => "-dtime_reject", dtype => "float" }, 69 { name => "TIME_FINAL", type => "sum", flag => "-dtime_final", dtype => "float" }, 70 { name => "TIME_PHOT", type => "sum", flag => "-dtime_phot", dtype => "float" }, 71 { name => "STAMP.MEAN", type => "mean", flag => "-match_mean", dtype => "float" }, 72 { name => "STAMP.MEAN", type => "stdev", flag => "-match_stdev", dtype => "float" }, 73 { name => "STAMP.RMS", type => "rms", flag => "-match_rms", dtype => "float" }, 74 { name => "TIME_PHOT", type => "sum", flag => "-dtime_phot", dtype => "float" }, 75 { name => "REJECT_IMAGES", type => "sum", flag => "-reject_images", dtype => "int" }, 76 { name => "REJECT_PIXELS", type => "mean", flag => "-reject_pix_mean", dtype => "float" }, 77 { name => "REJECT_PIXELS", type => "rms", flag => "-reject_pix_rms", dtype => "float" }, 78 { name => "NUM_SOURCES", type => "sum", flag => "-sources", dtype => "int" }, 79 { name => "GOOD_PIXEL_FRAC", type => "mean", flag => "-good_frac", dtype => "float" }, 66 80 ]; 67 81 my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note:
See TracChangeset
for help on using the changeset viewer.
