IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25633


Ignore:
Timestamp:
Sep 28, 2009, 5:46:54 PM (17 years ago)
Author:
eugene
Message:

need to save apRadius as well as fitRadius

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/pswarp/src/pswarpTransformSources.c

    r21323 r25633  
    102102        new->sky = source->sky;
    103103        new->skyErr = source->skyErr;
     104        new->apRadius = source->apRadius;
    104105
    105106        new->modelPSF = pmModelAlloc(source->modelPSF->type);
     
    135136        new->modelPSF->nIter = model->nIter;
    136137        new->modelPSF->flags = model->flags;
    137         new->modelPSF->radiusFit = model->radiusFit;
     138        new->modelPSF->fitRadius = model->fitRadius;
    138139
    139140        psArrayAdd(outSources, SOURCE_ARRAY_BUFFER, new);
Note: See TracChangeset for help on using the changeset viewer.