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) @14327   19 years eugene update to use modified psMinLM_GuessABP API
(edit) @14326   19 years eugene update to handle current recipe functions
(edit) @14212   19 years eugene pmFPAfile.save is false by default
(edit) @14005   19 years eugene drop unneeded include
(edit) @14004   19 years eugene cleanup formatting
(edit) @13983   19 years eugene setting up the extended source fitting functions
(edit) @13976   19 years eugene fleshed out psf-convolved model fitting function
(edit) @13900   19 years Paul Price Extensive changes to APIs to allow use of a nominated value to mask …
(edit) @13866   19 years eugene data error only for invalid background
(edit) @13864   19 years eugene adding trace dump output; skip sources with apResid not finite
(edit) @13845   19 years eugene starting psf convolved model
(edit) @13835   19 years eugene fix memory leaks
(edit) @13834   19 years eugene do not raise an error if we cannot build a psf
(edit) @13831   19 years eugene move DropInternal calls before possible returns
(edit) @13808   19 years eugene using names consistent with fits keyword lengths
(edit) @13806   19 years Paul Price Clear an error in the stats.
(edit) @13804   19 years eugene replaced pmModel.status with pmModel.flags; using bit values instead …
(edit) @13609   19 years eugene cleanup satMask, badMask
(edit) @13593   19 years Paul Price Updating high-level programs to use symbolic names for mask values in …
(edit) @13570   19 years rhl Give names to mask bits for psImageInterpolate; don't despair if a …
(edit) @13569   19 years rhl If PSF reconstruction fails, try the centre of the image
(edit) @13529   19 years eugene fixed the psf I/O functions
(edit) @13528   19 years eugene changed the pmFPAfileDefine functions to not require an input status value
(edit) @13516   19 years eugene cleaned error messages
(edit) @13478   19 years eugene report errors for arguments
(edit) @13477   19 years eugene convert to kapa 2.0 API
(edit) @13442   19 years rhl Removed old versions of code
(edit) @13441   19 years rhl Rewrote pmFindFootprintAtPoint for speed using a mask and stop-pixels
(edit) @13430   19 years rhl Don't let the effective area drop below a pixel (allows very small …
(edit) @13429   19 years rhl Fix memory leak and use new psEllipsePolToAxes API. psphotPSFstats …
(edit) @13428   19 years rhl Check pmGrowthCurveGenerate's return code
(edit) @13427   19 years rhl Register psModule's error messages
(edit) @13419   19 years rhl Fix memory leaks
(edit) @13416   19 years Paul Price Fixing names for input PSF file.
(edit) @13413   19 years Paul Price Need to set 'status' to false before pmFPAfileDefineFromArgs so that …
(edit) @13411   19 years Paul Price Adding const to view.
(edit) @13408   19 years rhl Fix typo in error msg
(edit) @13407   19 years rhl Allow linear or constant order; check for singular matrix
(edit) @13375   19 years rhl Don't subtract saturated stars
(edit) @13374   19 years rhl Added argument to psphotRoughClass to indicate that the PSF clump's …
(edit) @13372   19 years rhl Allow pmMergeFootprintArrays to ignore some of peaks
(edit) @13353   19 years rhl Fix typo None --> NULL
(edit) @13351   19 years rhl Implement and use pmGrowFootprintArray
(edit) @13349   19 years rhl stdev can be NaN where we subtracted residuals, so deal with threshold …
(edit) @13348   19 years rhl Change psphotCullPeaks API to allow user to choose which image to use …
(edit) @13343   19 years Paul Price Avoiding errors generated by source->moments == NULL. If you know …
(edit) @13330   19 years eugene adding PM_MODEL_OP_NOISE flag so noise array is modified rather than …
(edit) @13304   19 years Paul Price Don't generate mask if it already exists --- don't want existing …
(edit) @13301   19 years rhl Fix memory leaks
(edit) @13236   19 years rhl Worked on pmFootprints; added pmFindFootprintAtPoint
(edit) @13225   19 years eugene load PSF from external file, load sources file external file, move …
(edit) @13219   19 years eugene adding
(edit) @13216   19 years eugene adding PLOT.APRESID
(edit) @13196   19 years eugene write resid images in trace mode
(edit) @13166   19 years eugene adding optional peak limit (useful for dense fields)
(edit) @13133   19 years eugene comment out SourceSize for now
(edit) @13086   19 years eugene added psphotSourceSize, not fully integrated
(edit) @13081   19 years eugene adding the rough-draft source size test code
(edit) @13079   19 years eugene trace comparison detail for shape parameters
(edit) @13056   19 years rhl Removed the other printf(".")
(edit) @13055   19 years rhl Removed printf(".")
(edit) @13052   19 years rhl Remove symbols that aren't in libpsphot
(edit) @13035   19 years eugene incorporating changes from eam_02_branch (pmSourceAdd/Sub, modified …
(edit) @13013   19 years rhl Save PSPHOT.BACKMDL.STDEV; change e.g. SKY_MEAN to SKY_MODEL_MEAN
(edit) @13012   19 years rhl Added pmFootprint support
(edit) @13011   19 years rhl Write variance of sky to PSPHOT.BACKMDL.STDEV
(edit) @13008   19 years rhl Write variance of sky to PSPHOT.BACKMDL.STDEV
(edit) @13007   19 years rhl Support for pmFootprint
(edit) @13006   19 years rhl Renamed psphotSortBy* to psphotSourceSortBy*
(edit) @12950   19 years eugene adding residual tables (from eam_02_branch)
(edit) @12923   19 years rhl Reflect changes in argument parsing in pmConfig
(edit) @12922   19 years rhl Don't crash if size <= 0
(edit) @12921   19 years rhl psphotTestArguments isn't in libpsphot
(edit) @12908   19 years eugene removed argc,argv from pmConfig
(edit) @12901   19 years rhl Include psmodules.h so that configure can #include "psphot.h" and …
(edit) @12900   19 years eugene KiiPS API change (const on filename)
(edit) @12872   19 years rhl prototype was missing a const
(edit) @12817   19 years eugene whitespace only
(edit) @12805   19 years eugene moved psphot library function prototypes to psphot.h, created …
(edit) @12792   19 years Paul Price Separating public and private interfaces in header file and library.
(edit) @12761   19 years eugene fixed uninitialized values errors
(edit) @12707   19 years eugene making output images based on trace
(edit) @12689   19 years eugene added deblend for saturated stars, fixed AddNoise
(edit) @12665   19 years eugene adding source plots
(edit) @12635   19 years eugene fixed compile
(edit) @12634   19 years eugene added option to force deep copy in pmChipMosaic
(edit) @12633   19 years eugene comment out source plots
(edit) @12632   19 years eugene disable background re-calc
(edit) @12631   19 years eugene added comments
(edit) @12627   19 years eugene adding source plots and radial plots
(edit) @12626   19 years eugene adding psphotAddNoise and psphotSourcePlots
(edit) @12625   19 years eugene using PM_PAR_ names
(edit) @12611   19 years eugene dropped deprecated code, put trace around test outputs
(edit) @12610   19 years eugene needed to re-activate LOAD files
(edit) @12602   19 years eugene select / de-select chips on the LOAD not INPUT fpa
(edit) @12601   19 years eugene asserts to PS_ASSERTs
(edit) @12600   19 years eugene more PS_ASSERTs; PS_META_REPLACE for binning addition
(edit) @12599   19 years eugene de-activate input images before calling second chip-level IO function
(edit) @12592   19 years eugene using common psImageBinning tools
(edit) @12587   19 years eugene psphot image loop now performs the mosaicing function first
Note: See TracRevisionLog for help on using the revision log.