IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2009, 3:12:47 PM (17 years ago)
Author:
eugene
Message:

check in changes from gene@development branch : extensive changes to moments calculation, psf model generation, aperture residuals; improvements to extended source analysis

Location:
trunk/psphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src

    • Property svn:ignore
      •  

        old new  
        1818psphotVersionDefinitions.h
        1919psphotMomentsStudy
         20psphotPetrosianStudy
  • trunk/psphot/src/psphotMakeFluxScale.c

    r20453 r25755  
    6060        goto DONE;
    6161    }
     62    if (trend->mode == PM_TREND_MAP) {
     63        // p_psImagePrint (2, trend->map->map, "FluxScale Before"); // XXX TEST:
     64        psImageMapRepair (trend->map->map);
     65        // p_psImagePrint (2, trend->map->map, "FluxScale After"); // XXX TEST:
     66    }
    6267
    6368    // XXX do something useful to measure residual statistics
Note: See TracChangeset for help on using the changeset viewer.