IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2009, 10:31:49 AM (17 years ago)
Author:
eugene
Message:

add code to read MATCHED_REF entries in the smf files, and write the read data

File:
1 edited

Legend:

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

    r24401 r24694  
    572572    // not needed if only one chip
    573573    if (file->fpa->chips->n == 1) {
    574         pmSourceWriteMatchedRefs (file->fits, file->fpa, config);
     574        pmSourceIO_WriteMatchedRefs (file->fits, file->fpa, config);
    575575        return true;
    576576    }
     
    678678    psFree (outhead);
    679679
    680     pmSourceWriteMatchedRefs (file->fits, file->fpa, config);
     680    pmSourceIO_WriteMatchedRefs (file->fits, file->fpa, config);
    681681    return true;
    682682}
     
    691691
    692692    pmFPA *fpa = file->fpa;
     693
     694    pmSourceIO_ReadMatchedRefs (file->fits, fpa, config);
    693695
    694696    if (view->chip == -1) {
Note: See TracChangeset for help on using the changeset viewer.