IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2005, 10:26:59 AM (21 years ago)
Author:
eugene
Message:

clean up of small accounting bugs, adding the post-subtraction ApResid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotRadiusChecks.c

    r5772 r5802  
    2929    if (isnan(model->radius)) psAbort ("apply_psf_model", "error in radius");
    3030       
     31    if (source->mode &  PM_SOURCE_SATSTAR) {
     32        model->radius *= 2;
     33    }
     34
    3135    // check if we need to redefine the pixels
    3236    // XXX EAM : a better test would examine the source pixels
Note: See TracChangeset for help on using the changeset viewer.