IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25368


Ignore:
Timestamp:
Sep 14, 2009, 12:20:18 PM (17 years ago)
Author:
bills
Message:

add class_id to chip stamps. require magic for bills-results and pstampresults

File:
1 edited

Legend:

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

    r25320 r25368  
    218218
    219219    # Temporary hack so that MOPS can get at non-magicked data
    220     if (($product eq "mops-pstamp-results") or ($product eq "pstampresults")
    221         or ($product eq "bills-results")) {
     220    if ($product eq "mops-pstamp-results") {
    222221        $need_magic = 0;
    223222    }
     
    368367
    369368        my $base = basename($image->{path_base});
     369        # XXX: TODO use filerule for this. I don't have a camera defined here
     370        if (($stage eq 'chip') and ($image->{camera} eq 'GPC1')) {
     371            $base = "${base}.${component}";
     372        }
    370373
    371374        my $output_base = "$out_dir/${rownum}_${job_num}_${base}";
Note: See TracChangeset for help on using the changeset viewer.