IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 17, 2006, 9:31:44 PM (20 years ago)
Author:
magnier
Message:

working on new linear fit process

File:
1 edited

Legend:

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

    r10011 r10075  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-11-16 01:45:50 $
     7 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-11-18 07:31:44 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    168168        psImageKeepCircle (source->mask, x, y, RADIUS, "OR", PM_MASK_MARK);
    169169        status = pmSourceFitModel (source, source->modelPSF, PM_SOURCE_FIT_PSF);
     170        // pmModelSub (source->pixels, source->mask, source->modelPSF, false, false);
    170171        psImageKeepCircle (source->mask, x, y, RADIUS, "AND", PS_NOT_U8(PM_MASK_MARK));
    171172
     
    291292
    292293    // XXX test dump of fitted model (dump when tracing?)
    293     if (0) {
     294    if (1) {
    294295        FILE *f = fopen ("resid.dat", "w");
    295296        psVector *apfit = psPolynomial1DEvalVector (poly, r2rflux);
     
    403404
    404405    // XXX test dump of star parameters vs position (compare with fitted values)
    405     if (0) {
     406    if (1) {
    406407        FILE *f = fopen ("params.dat", "w");
    407408
Note: See TracChangeset for help on using the changeset viewer.