IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psModules/src/objects

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15843   19 years Paul Price Adding const in some appropriate places.
(edit) @15842   19 years Paul Price Making it so that the user can select the type of statistic to use …
(edit) @15834   19 years Paul Price Adding const in some appropriate places.
(edit) @15814   19 years Paul Price Checking in version that should allow ppStack to compile.
(edit) @15811   19 years eugene psfProb vs psfChisq
(edit) @15799   19 years eugene changing psfProb to psfChisq
(edit) @15707   19 years Paul Price Adding check on HDU.
(edit) @15706   19 years Paul Price Cleaning up mask iteration for easier maintenance.
(edit) @15705   19 years Paul Price Propagating error.
(edit) @15704   19 years Paul Price source->maskObj doesn't have to be asserted on, since it is tested in …
(edit) @15703   19 years Paul Price Only copy image if defined.
(edit) @15702   19 years Paul Price Removing test feature left in last check-in.
(edit) @15701   19 years Paul Price Also needed to adjust the centre for later interpolation.
(edit) @15700   19 years Paul Price Fixing cut/paste error in mapping input to desired coordinates.
(edit) @15699   19 years Paul Price Initialising chisqNorm.
(edit) @15698   19 years Paul Price Initialising components of pmSource.
(edit) @15697   19 years Paul Price Adding const in various places.
(edit) @15696   19 years Paul Price Fixing typo.
(edit) @15622   19 years gusciora Added PS_ASSERT to pmSourceFitSetDataAlloc() to ensure it isn't called …
(edit) @15619   19 years gusciora Cosmetic changes only.
(edit) @15588   19 years eugene removed over-zealous PS_ASSERTS
(edit) @15587   19 years eugene fix case of mismatch between image/mask and residual sizes
(edit) @15562   19 years eugene updating all changes from from eam_branch_20071023
(edit) @15417   19 years gusciora Merged problems with pmTrend2D.c
(edit) @15413   19 years gusciora ignore
(edit) @15254   19 years eugene changed mask to coeffMask, define PS_POLY_MASK_FIT,SET; distinguish …
(edit) @15250   19 years Paul Price Reading the table row by row in order to avoid memory fragmentation.
(edit) @15243   19 years eugene example code illustrating memory problem
(edit) @15232   19 years Paul Price Catching errors.
(edit) @15230   19 years Paul Price Attempting to guard against failing assertions on nXruff and nYruff in …
(edit) @15228   19 years Paul Price Need to pass down a corrected view so that the particular chip can be …
(edit) @15227   19 years Paul Price Concepts writing should now be done at a higher level.
(edit) @15213   19 years Paul Price Ensure PHU has been conformed to the camera format.
(edit) @15165   19 years gusciora Added the function psMemCheckGrowthCurve(psPtr ptr) Also, …
(edit) @15157   19 years Paul Price Reinstating the use of BLANK.HEADERS. This should properly be …
(edit) @15151   19 years eugene rough draft for BLANK.HEADERS
(edit) @15107   19 years eugene oops!
(edit) @15105   19 years eugene fix edge errors in pmTrend
(edit) @15104   19 years eugene fix edge errors in pmTrend
(edit) @15090   19 years eugene handle errors in pmTrend2DEval
(edit) @15089   19 years eugene clear the error from curve of growth
(edit) @15080   19 years eugene load flags from input file
(edit) @15056   19 years eugene min fitted flux must be non-zero or fits diverge
(edit) @15055   19 years eugene was failing to set parameters on start, update on cycles; added print …
(edit) @15054   19 years eugene space
(edit) @15053   19 years eugene metadata replace for PSF.CLUMP stuff
(edit) @15039   19 years eugene adding PS1_DEV_1 as pmSource I/O format; various cleanups of I/O operations
(edit) @15016   19 years eugene handle zero psf stars; user parameters for trend Nx,Ny; some code re-org
(edit) @15004   19 years eugene only set the binning scale / offset for MAP
(edit) @15002   19 years eugene added automatic scale adjustment for PSF parameter model
(edit) @15000   19 years eugene update from eam_branch_20070921
(edit) @14962   19 years eugene use FluxScale for model photometry if available
(edit) @14961   19 years eugene added FluxScale to psf
(edit) @14950   19 years eugene plug leaks
(edit) @14938   19 years eugene adding pmTrend2D
(edit) @14937   19 years eugene converting ApResid to pmTrend2D; F64 to F32 for various elements used …
(edit) @14936   19 years eugene adding pmTrend2D as part of the pmPSF model (ApResid)
(edit) @14846   19 years Paul Price Clear errors in psMinimizeGaussNewtonDelta --- can't do anything about …
(edit) @14837   19 years Paul Price Adding note on where possible SEGVs might come from.
(edit) @14812   19 years Paul Price Stopping errors coming out of ppSim.
(edit) @14669   19 years magnier calculate radius for sersic correctly
(edit) @14652   19 years magnier * added function pointers to pmModel to provide class-dependent …
(edit) @14530   19 years magnier adding model utility functions
(edit) @14529   19 years magnier added a comment
(edit) @14505   19 years magnier moving mods from ipp-2-2
(edit) @14472   19 years Paul Price Adding RGAUSS and SERSIC object models to the distribution.
(edit) @14345   19 years magnier extend valid parameter range
(edit) @14344   19 years magnier allow PAR7 to go to 20
(edit) @14343   19 years magnier if modelConv exists, return it
(edit) @14333   19 years magnier adding pmSourceCachePSF prototype
(edit) @14325   19 years magnier fixed minor bugs
(edit) @14324   19 years magnier added RGAUSS and SERSIC models to the default list
(edit) @14323   19 years magnier cleanup RGAUSS to conform to the current model code
(edit) @14322   19 years magnier allow SXX, SYY, and PAR_7 to move a bit faster
(edit) @14321   19 years magnier we were calculating sqrt(second moment), but everything else assumes …
(edit) @14220   19 years magnier further attempt to set valid limits for sigma_xy
(edit) @14208   19 years magnier creating pmSource_CMF_WritePHU
(edit) @14207   19 years magnier create pmPSF_WritePHU
(edit) @14134   19 years Paul Price Don't think we need this experimental feature.
(edit) @13982   19 years magnier adding cached psf model, holder for convolved psf model
(edit) @13961   19 years magnier handle errors on modelGuessFunc
(edit) @13960   19 years magnier catch errors from psEllipse functionssrc/objects/pmModelGroup.c
(edit) @13932   19 years magnier skipping nan values in input image
(edit) @13898   19 years Paul Price Extensive changes to APIs to allow use of a nominated value to mask …
(edit) @13803   19 years magnier replaced pmModel.status with pmModel.flags; using bit values instead …
(edit) @13773   19 years Paul Price Read/write concepts when reading/writing objects --- this way the …
(edit) @13670   19 years magnier need to identify the correct view for each level of the iteration
(edit) @13567   19 years rhl Set PM_SOURCE_MODE_BADPSF when we fail to get a good PSF estimate for …
(edit) @13527   19 years magnier added blocking to make the steps clearer
(edit) @13526   19 years magnier fixed the I/O concepts to create an output which can be read correctly
(edit) @13514   19 years magnier adding some test output code; removed asymmetrical clipping for apresd …
(edit) @13473   19 years magnier converting to the new kapa 2.0 API set
(edit) @13472   19 years magnier poor aperture magnitude should not cause psphot to die
(edit) @13431   19 years rhl Fix memory leak
(edit) @13426   19 years rhl Check {modelFromPSFFunc,pmSourcePhotometryAper,psEllipsePolToAxes}'s …
(edit) @13424   19 years rhl Check pmPSF_FitToModel's return code
(edit) @13423   19 years rhl Call psError in case of trouble
(edit) @13422   19 years rhl handle NULL modelPSF; fix memory leaks
(edit) @13421   19 years rhl Include pmErrorCodes.h
(edit) @13414   19 years Paul Price Added in some error handling.
Note: See TracRevisionLog for help on using the revision log.