IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28391


Ignore:
Timestamp:
Jun 17, 2010, 11:58:06 AM (16 years ago)
Author:
watersc1
Message:

update to tag to bring in changes to automation and ppskycell jpeg/fits

Location:
tags/ipp-20100616
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20100616/ippScripts/scripts/automate_stacks.pl

    r28313 r28391  
    394394        if ($summit_fault) {
    395395            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.*/)) {
    397397                print STDERR " (but I don't care).\n";
    398398            }
     
    404404        elsif (!$download_state or $download_state eq 'run') {
    405405            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.*/)) {
    407407                print STDERR " (but I don't care).\n";
    408408            }
     
    414414        elsif (!$new_state or $new_state eq 'run' ) {
    415415            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.*/)) {
    417417                print STDERR " (but I don't care).\n";
    418418            }
  • tags/ipp-20100616/ippconfig/recipes/filerules-split.mdc

    r28375 r28391  
    297297PPSKYCELL.JPEG1              OUTPUT {OUTPUT}.{FILE.INDEX}.b1.jpeg     JPEG            NONE       CHIP       TRUE      NONE
    298298PPSKYCELL.JPEG2              OUTPUT {OUTPUT}.{FILE.INDEX}.b2.jpeg     JPEG            NONE       CHIP       TRUE      NONE
    299 PPSKYCELL.BIN1          OUTPUT {OUTPUT}.{FILE.INDEX}.b1.fits     IMAGE     NONE       FPA        TRUE      NONE
    300 PPSKYCELL.BIN2          OUTPUT {OUTPUT}.{FILE.INDEX}.b2.fits     IMAGE     NONE       FPA       TRUE      NONE
     299PPSKYCELL.BIN1          OUTPUT {OUTPUT}.{FILE.INDEX}.b1.fits     IMAGE     COMP_IMG       FPA        TRUE      NONE
     300PPSKYCELL.BIN2          OUTPUT {OUTPUT}.{FILE.INDEX}.b2.fits     IMAGE     COMP_IMG       FPA       TRUE      NONE
    301301
    302302LOG.IMFILE                   OUTPUT {OUTPUT}.{CHIP.NAME}.log          TEXT            NONE       CHIP       TRUE      NONE
  • tags/ipp-20100616/ippconfig/recipes/ppSkycell.config

    r28375 r28391  
    22
    33MASKVAL         STR     MASK.VALUE      # Symbolic name of values to mask
    4 BIN1            S32     4               # Binning factor for output 1
    5 BIN2            S32     4               # Binning factor for output 2
     4BIN1            S32     16              # Binning factor for output 1
     5BIN2            S32     10              # Binning factor for output 2
    66MAKEFITS        BOOL    T               # Make fits image as well?
Note: See TracChangeset for help on using the changeset viewer.