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) @9770   20 years magnier This is an important change to the PSF shape model. - I have changed …
(edit) @9769   20 years magnier added PSF_CLUMP_NSIGMA, default to 1.5
(edit) @9730   20 years Paul Price Following today's meeting, we agreed that psVectorAlloc (and therefore …
(edit) @9676   20 years rhl Assert that a literal 4 is correct
(edit) @9675   20 years rhl Use symbolic param names
(edit) @9653   20 years rhl Use pmSource->sky not params[PM_PAR_SKY]
(edit) @9652   20 years rhl Use pmSource->sky not params[PM_PAR_SKY]
(edit) @9651   20 years rhl Add pmSource.sky(Err)?
(edit) @9621   20 years Paul Price Removing inclusion of config.h in header files, and putting it in all …
(edit) @9594   20 years Paul Price Documenting pmFPAMaskWeight.[ch]. Moving NOT_U8 and NOT_U16 macros …
(edit) @9564   20 years magnier support for psfTrendMask in pmPSFAlloc
(edit) @9563   20 years magnier added psfTrendMask to pmPSFAlloc
(edit) @9562   20 years magnier cleanups of APTREND stuff, added psfTrendMask to pmPSFAlloc
(edit) @9561   20 years magnier test for NAN chisq, chisqNorm values
(edit) @9560   20 years magnier fixed error in freeing updates
(edit) @9559   20 years magnier added init for nDOF
(edit) @9558   20 years magnier fixed mis-copied function in model flux function
(edit) @9557   20 years magnier removed outdated XXX comment
(edit) @9541   20 years Paul Price Fixing psTraceGetLevel to use same convention as for psTrace
(edit) @9539   20 years Paul Price Fixing psLib APIs following clean-up.
(edit) @9531   20 years rhl Make assertion true
(edit) @9528   20 years rhl Renamed PM_PAR_FLUX to PM_PAR_I0
(edit) @9527   20 years rhl Use CONSTANT_PHOTOMETRIC_WEIGHTS to control weighting of …
(edit) @9526   20 years rhl Provide symbolic names for model parameters
(edit) @9513   20 years magnier added empty moment for output RAW
(edit) @9387   20 years magnier adding header updates
(edit) @9316   20 years rhl Handle psVectorClipFitPolynomial1D returning NULL in pmPSFtryModel
(edit) @9297   20 years Paul Price Adding const where appropriate.
(edit) @9296   20 years Paul Price Clean up comment.
(edit) @9295   20 years Paul Price Unnecessary redefinition of psVectorBracket and psVectorInterpolate.
(edit) @9067   20 years magnier adding EXTNAME to psFitsWriteBlank
(edit) @8990   20 years jhoblitt install header files under pkgincludedir instead of the includedir …
(edit) @8927   20 years magnier added psVectorBracketDescend for reverse-sorted vectors
(edit) @8886   20 years magnier fixed compile errors from pmShutterCorrection stuff
(edit) @8885   20 years magnier splitting vector bracket stuff out of pmGrowthCurve.c,h
(edit) @8882   20 years rhl [Start to] provide symbolic names for parameters
(edit) @8880   20 years rhl [Start to] provide symbolic names for parameters; DUMMY workaround a …
(edit) @8815   20 years jhoblitt consistently include config.h remove fseeko #defs from …
(edit) @8813   20 years Paul Price Wrapping fseeko in preprocessor checks.
(edit) @8788   20 years jhoblitt use off_t instead of int where appropriate
(edit) @8787   20 years jhoblitt enable large file support & use fseeko() instead of fseek()
(edit) @8776   20 years jhoblitt rename psMetadataConfigParse() -> psMetadataConfigRead()
(edit) @8669   20 years jhoblitt fix a wide range of format string errors
(edit) @8569   20 years jhoblitt rename library & utilities from psModule -> psModules
(edit) @8474   20 years rhl Two changes relating to Bug 807: 1/ Ignore objects with …
(edit) @8471   20 years rhl When KEEP_PSF_CLUMP is true in psphot.config, save the PSF clump image …
(edit) @8436   20 years rhl Handle psVectorClipFitPolynomial1D failing without a SEGV; PR 806
(edit) @8422   20 years rhl Fix detection of e.g. 1 10 10 1 as a peak; bugzilla 802
(edit) @8246   20 years jhoblitt normalize psTrace() facility names
(edit) @8133   20 years magnier clarify the fit psf log message
(edit) @8004   20 years Paul Price Changing p_psGetStatsValue over to psStatsSingleOption and psStatsGetValue
(edit) @7947   20 years rhl Add possibly helpful struct member comments
(edit) @7725   20 years magnier fixes for CMF format
(edit) @7631   20 years magnier adding pmSourceFreePixels
(edit) @7604   20 years Paul Price Cleaning up use of include files for pslib.
(edit) @7589   20 years magnier updates from day when MHPCC CVS was down
(edit) @7478   20 years magnier pmModelGroupInit now returns status telling if init was performed
(edit) @7477   20 years magnier added test for failure to find psfClump
(edit) @7430   20 years magnier test for XTENSION before trying to delete
(edit) @7413   20 years rhl Add an error message
(edit) @7382   20 years Paul Price Moving additional pslib functions over to psLib proper. Some API changes.
(edit) @7324   20 years magnier changed certain psErrors to psTrace
(edit) @7311   20 years Paul Price Applying RHL patch. Generally improves the error handling and …
(edit) @7306   20 years magnier cleaned up CMP header output code
(edit) @7283   20 years Paul Price Restoring pmMaskBadPixels to the build (it has different functionality …
(edit) @7238   20 years Paul Price Updating calls to psFitsWriteHeader and psFitsWriteTable following API …
(edit) @7215   20 years Paul Price Adding emacs temporary files to CLEANFILES
(edit) @7016   20 years magnier fixed instances of psStringSplit to use new API
(edit) @7012   20 years magnier fixed read, frees, leaks
(edit) @7011   20 years magnier added indirect names to CMP, fixed state variables, leaks
(edit) @6960   20 years magnier plugging leaks
(edit) @6947   20 years magnier faster calculation of radius, simpsons rule for flux integration, …
(edit) @6946   20 years magnier merged with pmSourceFitModel
(edit) @6945   20 years magnier sanitize the guess parameters before submitting to fitter
(edit) @6944   20 years magnier rationalize region before counting masked pixels
(edit) @6943   20 years magnier vector length initialization
(edit) @6910   20 years magnier merged PM_SOURCE_MASK with PM_MASK_xxx, merged pmFPAMaskWeight with …
(edit) @6908   20 years magnier added simpsons rule for flux integral
(edit) @6907   20 years magnier cleaned up model functions, adjusted limits
(edit) @6905   20 years magnier added MOMENTS_AR_MAX, added limits to Sx and Sx > 0.05, merged …
(edit) @6874   20 years magnier variety of small changes related to inconsistencies between psModules …
(edit) @6873   20 years magnier fixed up conflicts
(edit) @6872   20 years magnier updates relative to rel10_ifa_1
(edit) @6511   20 years drobbin Updated files to reflect psArray, psVector, & psPixels changes in …
(edit) @6329   20 years gusciora These changes incorporate the new psMinimizeLMM prototype.
(edit) @6325   20 years gusciora These changes mostly reflect the new psStats SDRS changes. However, …
(edit) @6206   20 years gusciora misc bugs
(edit) @5844   21 years desonia changes from eam_rel9_b1
(edit) @5765   21 years desonia removed dependencies on psLibUtils.[ch] and psModuleUtils.[ch].
(edit) @5762   21 years desonia renamed the variable 'try' to 'psfTry' to avoid the conflict of …
(edit) @5760   21 years desonia Changes from Bug #627 -- replaced sed with perl and a couple of GCC 4 …
(edit) @5735   21 years desonia fixed small errors (Bug 614 and 615)
(edit) @5435   21 years gusciora .…
(edit) @5309   21 years desonia * empty log message *
(edit) @5307   21 years desonia included the required model files in distribution.
(edit) @5257   21 years gusciora A fairly large check-in. This incorporates must of Eugene's mods to …
(edit) @5255   21 years gusciora A fairly large check-in. This incorporates must of Eugene's mods to …
(add) @5170   21 years drobbin File reOrG by dRoB
Note: See TracRevisionLog for help on using the revision log.