IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2006, 4:12:24 PM (20 years ago)
Author:
Paul Price
Message:

Adding pmFPAAddSourceFromView; renaming pmFPAAddSource to pmFPAAddSourceFromHeader.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmFPAfile.c

    r6827 r6834  
    698698
    699699        // set the view to the corresponding entry for this phu
    700         pmFPAview *view = pmFPAAddSource (fpa, phu, format);
     700        pmFPAview *view = pmFPAAddSourceFromHeader(fpa, phu, format);
    701701
    702702        // XXX is this the correct psMD to save the filename?
     
    786786
    787787        // set the view to the corresponding entry for this phu
    788         pmFPAview *view = pmFPAAddSource (fpa, phu, format);
     788        pmFPAview *view = pmFPAAddSourceFromHeader(fpa, phu, format);
    789789
    790790        // XXX is this the correct psMD to save the filename?
     
    879879
    880880        // set the view to the corresponding entry for this phu
    881         pmFPAview *view = pmFPAAddSource (file->fpa, phu, format);
     881        pmFPAview *view = pmFPAAddSourceFromHeader(file->fpa, phu, format);
    882882
    883883        // XXX is this the correct psMD to save the filename?
Note: See TracChangeset for help on using the changeset viewer.