IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psphot/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9838   20 years eugene added unused test code
(edit) @9837   20 years eugene use center of center pixel for ref object
(edit) @9836   20 years eugene reset radius to integer type (necessary since growth does not interpolate)
(edit) @9835   20 years eugene save smoothed images when tracing (>5)
(edit) @9834   20 years eugene fixed formula for normalization error
(edit) @9833   20 years eugene require growth curve to include min radius
(edit) @9813   20 years eugene changed name of radiusTMP to radiusFit in pmModel
(edit) @9812   20 years eugene dropped psmodule duplicate models
(edit) @9811   20 years eugene more complete ending for ENSEMBLE break point
(edit) @9809   20 years eugene added polyfitTest
(edit) @9807   20 years eugene added ignore option to psphotGrowthCurve
(edit) @9806   20 years eugene removing models now in psModules
(edit) @9781   20 years eugene updates to fix wrt new parameter defs
(edit) @9780   20 years eugene catch errors from psphotChoosePSF
(edit) @9772   20 years eugene added
(edit) @9771   20 years eugene this is an important change. I have changed the way in which the psf …
(edit) @9734   20 years Paul Price Changed definition of psVectorAlloc and psArrayAlloc
(edit) @9733   20 years Paul Price Changed definition of psVectorAlloc.
(edit) @9670   20 years eugene fixed bug: missing SAVE.OUTPUT implies TRUE not FALSE
(edit) @9661   20 years Paul Price Adding error checks on recipe parameters; providing defaults with …
(edit) @9656   20 years eugene minor cleanup of recipe logic
(edit) @9595   20 years Paul Price NOT_U8 and NOT_U16 macros were moved into psLib (and renamed with PS_ …
(edit) @9580   20 years eugene setting unique namespaces for error codes
(edit) @9576   20 years eugene fixes to psTrace name spaces
(edit) @9568   20 years eugene cleanups of APTREND stuff, including name-to-enum conversion and a …
(edit) @9567   20 years eugene added support for psfTrendMask for pmPSF parameter definitions
(edit) @9566   20 years eugene insignificant diff
(edit) @9565   20 years eugene made test output images part of trace level
(edit) @9539   20 years Paul Price Fixing psLib APIs following clean-up.
(edit) @9532   20 years rhl Added APERTURE
(edit) @9529   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) @9520   20 years eugene if BREAK_POINT is PEAKS, we still need to add the minimal source to sources
(edit) @9519   20 years eugene added error checks to psphotReadoutCleanup
(edit) @9517   20 years eugene added various asserts
(edit) @9516   20 years eugene added error case for ApResid
(edit) @9515   20 years eugene added error print for psphotImageLoop
(edit) @9317   20 years rhl Handle case when some models are NULL
(edit) @9291   20 years eugene adding error checking to pmFPAfileIOChecks calls
(edit) @9270   20 years eugene putting include config.h in psphot.h where it belongs
(edit) @9269   20 years eugene putting include config.h in psphot.h where it belongs
(edit) @8882   20 years rhl [Start to] provide symbolic names for parameters
(edit) @8881   20 years rhl Save enough metadata to unbin model->image
(edit) @8827   20 years Paul Price Adding configuration files to .cvsignore
(edit) @8817   20 years rhl Missed the case ApTrendOption == CONSTANT
(edit) @8807   20 years rhl return error if APTREND has unknown value
(edit) @8780   20 years jhoblitt enable config.h generation enable large file support
(edit) @8776   20 years jhoblitt rename psMetadataConfigParse() -> psMetadataConfigRead()
(edit) @8672   20 years jhoblitt fix a wide range of format string errors
(edit) @8512   20 years rhl Add psphotCVSName()
(edit) @8475   20 years rhl Move psphotBasicDeblend above psphotRoughClass; bug 807
(edit) @8470   20 years rhl Changed all psMemCopy "calls" to psMemIncrRefCounter
(edit) @8469   20 years rhl Fix memory leak
(edit) @8437   20 years rhl Detect PSF problems
(edit) @8411   20 years rhl Provide a more helpful error message
(edit) @8139   20 years eugene minor cleanup
(edit) @8138   20 years eugene track failures in log message, trace for source results
(edit) @8137   20 years eugene added maximum allowed ApResid value to config data, track failures in …
(edit) @8046   20 years Paul Price Initialising values to avoid compiler error.
(edit) @7941   20 years rhl Subtract sky even where mask bits are set (per discussion with EAM)
(edit) @7908   20 years rhl Check pmConfigRead()'s return value
(edit) @7907   20 years rhl Support SAVE.OUTPUT by analogy to SAVE.RES. N.b. defaults to true for …
(edit) @7829   20 years Paul Price Don't have to allocate config->arguments.
(edit) @7818   20 years Paul Price API change to pmConfigRead.
(edit) @7758   20 years eugene added breakpoints, better exit handling on psphotReadout
(edit) @7732   20 years eugene fixed handing of creating depended output images
(edit) @7731   20 years eugene minor change
(edit) @7730   20 years eugene fixed error message for missings cmd-line args
(edit) @7716   20 years Paul Price Renaming pmReadoutSet{Mask,Weight} as pmReadoutGenerate{Mask,Weight} …
(edit) @7677   20 years Paul Price Fixing code after pushing argc,argv into pmConfig.
(edit) @7638   20 years eugene added psphotSourceFreePixels
(edit) @7620   20 years eugene moved OUTPUT to DefineOutput
(edit) @7590   20 years eugene updating pmFileDefine APIs
(edit) @7582   20 years eugene updating to reflect changes to pmFPAfile APIs
(edit) @7527   20 years eugene removed unused entries
(edit) @7521   20 years eugene added psFree(config)
(edit) @7520   20 years eugene added comment
(edit) @7519   20 years eugene sequence re-order to make code clearer
(edit) @7518   20 years eugene added error check to psphotParseCamera results
(edit) @7517   20 years eugene added psphotErrorCodes and psphot.pc to .cvsignore
(edit) @7507   20 years eugene added check for no clump
(edit) @7506   20 years eugene added error check on psphotRoughClass
(edit) @7505   20 years eugene testing for prior init
(edit) @7504   20 years eugene config fixes to support pkg-config, moved errorCodes to …
(edit) @7438   20 years eugene adjusted configure scripts to build libpsphot without psphot.c
(edit) @7437   20 years eugene moved functions to correspond to order used
(edit) @7436   20 years eugene account for masked pixels when generating smoothed image
(edit) @7435   20 years eugene commented out test image writes
(edit) @7434   20 years eugene skip background regions with no valid pixels
(edit) @7385   20 years Paul Price Moving pslib additional functions from psModules into psLib proper; …
(edit) @7350   20 years rhl Autogenerated error files, and something from libtool
(edit) @7349   20 years rhl Tell automake to make the autogenerated error stack files
(edit) @7346   20 years rhl Return error rather than aborting; clean error stack
(edit) @7345   20 years rhl 1/ Return error rather than exiting 2/ Check more error codes
(edit) @7344   20 years rhl 1/ Move psLogSetFormat() to psphot.c 2/ Return NULL rather than exiting
(edit) @7342   20 years rhl Check return codes
(edit) @7341   20 years rhl Seed random numbers from IMSTATS_SEED (if defined)
(edit) @7340   20 years rhl include psphotErrorCodes.h
(edit) @7339   20 years rhl Set logMsg format here not in psphotArguments; check psphotArguments's …
Note: See TracRevisionLog for help on using the revision log.