IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28878


Ignore:
Timestamp:
Aug 10, 2010, 12:29:30 PM (16 years ago)
Author:
bills
Message:

allow ifa to get postage stamps from non-magicked images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstampparse.pl

    r28741 r28878  
    386386    $need_magic    = $proj_hash->{need_magic};
    387387
    388     # Temporary hack so that MOPS can get at non-magicked data
     388    # Temporary hack so that IFA can get at non-magicked data
    389389    my $allow_mops_unmagicked = 1;
    390390    if ($allow_mops_unmagicked) {
    391391        if ($product and (($product eq "mops-pstamp-results") or
    392                           ($product eq "mops-pstamp-results2"))) {
     392                          ($product eq "mops-pstamp-results2") or
     393                          ($product eq "ifa-pstamp-results"))) {
    393394            $need_magic = 0;
    394395        }
Note: See TracChangeset for help on using the changeset viewer.