IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23990


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

Location:
trunk/psModules/src/objects
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/Makefile.am

    r23184 r23990  
    3838        pmSourceIO_PS1_CAL_0.c \
    3939        pmSourceIO_CMF_PS1_V1.c \
     40        pmSourceIO_MatchedRefs.c \
    4041        pmSourcePlots.c \
    4142        pmSourcePlotPSFModel.c \
  • 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   
  • trunk/psModules/src/objects/pmSourceIO.h

    r21516 r23990  
    7575bool pmSourceLocalAstrometry (psSphere *ptSky, float *posAngle, float *pltScale, pmChip *chip, float xPos, float yPos);
    7676
     77bool pmSourceWriteMatchedRefs (psFits *fits, pmFPA *fpa, pmConfig *config);
     78
    7779/// @}
    7880# endif /* PM_SOURCE_IO_H */
Note: See TracChangeset for help on using the changeset viewer.