IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2009, 2:55:30 PM (17 years ago)
Author:
eugene
Message:

add option to save raw-ref matches in output smf file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO.c

    r22699 r23990  
    562562
    563563    // not needed if only one chip
    564     if (file->fpa->chips->n == 1) return true;
    565 
     564    if (file->fpa->chips->n == 1) {
     565        pmSourceWriteMatchedRefs (file->fits, file->fpa, config);
     566        return true;
     567    }
    566568
    567569    // find the FPA phu
     
    667669    psFree (outhead);
    668670
     671    pmSourceWriteMatchedRefs (file->fits, file->fpa, config);
    669672    return true;
    670673}
     
    10531056}
    10541057
     1058   
Note: See TracChangeset for help on using the changeset viewer.