IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28410


Ignore:
Timestamp:
Jun 18, 2010, 3:38:33 PM (16 years ago)
Author:
watersc1
Message:

backport no-diff cleanup into the tag.
backport corrected quality cut for skycell_jpeg.pl into the tag.

Location:
tags/ipp-20100616
Files:
3 edited

Legend:

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

    r28381 r28410  
    8181        my $state      = $imfile->{data_state};
    8282        my $projection_cell = $skycell_id;
    83         if ($quality == 8007 or $state ne 'full') {
     83        if ($quality != 0 or $state ne 'full') {
    8484            next;
    8585        }
     
    178178        my $state      = $imfile->{data_state};
    179179        my $projection_cell = $skycell_id;
    180         if ($quality == 8007 or $quality == 1010 or $state ne 'full') {
     180        if ($quality != 0 or $state ne 'full') {
    181181            next;
    182182        }
     
    276276        my $fault      = $imfile->{fault};
    277277        my $projection_cell = $skycell_id;
    278         if ($quality == 8007 or $state ne 'full') {
     278        if ($quality != 0 or $state ne 'full') {
    279279            next;
    280280        }
  • tags/ipp-20100616/ippTasks/nightly_stacks.pro

    r28380 r28410  
    186186    book setword nsData $today nsState NEW
    187187
    188     command echo $today
    189 #   command automate_stacks.pl --clean_old --date $today
     188#    command echo $today
     189   command automate_stacks.pl --clean_old --date $today
    190190  end
    191191
  • tags/ipp-20100616/ippconfig/recipes/nightly_science.config

    r28379 r28410  
    1212  RETENTION_TIME U16 7
    1313END
    14 CLEAN_MODES METADATA
    15   MODE STR DIFF
    16   COMMAND STR difftool
    17   RETENTION_TIME U16 30
    18 END
     14# CLEAN_MODES METADATA
     15#  MODE STR DIFF
     16#  COMMAND STR difftool
     17#  RETENTION_TIME U16 30
     18# END
    1919
    2020FILTERS MULTI
Note: See TracChangeset for help on using the changeset viewer.