Changeset 28391
- Timestamp:
- Jun 17, 2010, 11:58:06 AM (16 years ago)
- Location:
- tags/ipp-20100616
- Files:
-
- 3 edited
-
ippScripts/scripts/automate_stacks.pl (modified) (3 diffs)
-
ippconfig/recipes/filerules-split.mdc (modified) (1 diff)
-
ippconfig/recipes/ppSkycell.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100616/ippScripts/scripts/automate_stacks.pl
r28313 r28391 394 394 if ($summit_fault) { 395 395 print STDERR "check_summit_copy: $date $exp_name has summit_fault $summit_fault"; 396 if ( $exp_type ne 'OBJECT') {396 if (($exp_type ne 'OBJECT')||($exp_name =~ /^c.*/)) { 397 397 print STDERR " (but I don't care).\n"; 398 398 } … … 404 404 elsif (!$download_state or $download_state eq 'run') { 405 405 print STDERR "check_summit_copy: $date $exp_name has download_state $download_state"; 406 if ( $exp_type ne 'OBJECT') {406 if (($exp_type ne 'OBJECT')||($exp_name =~ /^c.*/)) { 407 407 print STDERR " (but I don't care).\n"; 408 408 } … … 414 414 elsif (!$new_state or $new_state eq 'run' ) { 415 415 print STDERR "check_summit_copy: $date $exp_name has new_state $new_state"; 416 if ( $exp_type ne 'OBJECT') {416 if (($exp_type ne 'OBJECT')||($exp_name =~ /^c.*/)) { 417 417 print STDERR " (but I don't care).\n"; 418 418 } -
tags/ipp-20100616/ippconfig/recipes/filerules-split.mdc
r28375 r28391 297 297 PPSKYCELL.JPEG1 OUTPUT {OUTPUT}.{FILE.INDEX}.b1.jpeg JPEG NONE CHIP TRUE NONE 298 298 PPSKYCELL.JPEG2 OUTPUT {OUTPUT}.{FILE.INDEX}.b2.jpeg JPEG NONE CHIP TRUE NONE 299 PPSKYCELL.BIN1 OUTPUT {OUTPUT}.{FILE.INDEX}.b1.fits IMAGE NONEFPA TRUE NONE300 PPSKYCELL.BIN2 OUTPUT {OUTPUT}.{FILE.INDEX}.b2.fits IMAGE NONEFPA TRUE NONE299 PPSKYCELL.BIN1 OUTPUT {OUTPUT}.{FILE.INDEX}.b1.fits IMAGE COMP_IMG FPA TRUE NONE 300 PPSKYCELL.BIN2 OUTPUT {OUTPUT}.{FILE.INDEX}.b2.fits IMAGE COMP_IMG FPA TRUE NONE 301 301 302 302 LOG.IMFILE OUTPUT {OUTPUT}.{CHIP.NAME}.log TEXT NONE CHIP TRUE NONE -
tags/ipp-20100616/ippconfig/recipes/ppSkycell.config
r28375 r28391 2 2 3 3 MASKVAL STR MASK.VALUE # Symbolic name of values to mask 4 BIN1 S32 4# Binning factor for output 15 BIN2 S32 4# Binning factor for output 24 BIN1 S32 16 # Binning factor for output 1 5 BIN2 S32 10 # Binning factor for output 2 6 6 MAKEFITS BOOL T # Make fits image as well?
Note:
See TracChangeset
for help on using the changeset viewer.
