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) @23486   17 years Paul Price Functions declared as 'type function()' caused errors with the Intel …
(edit) @23445   17 years Paul Price No need to fit if there's no sources.
(edit) @23442   17 years Paul Price Set the photcode for the reduced versions of psphotReadout.
(edit) @23349   17 years Paul Price Binning is only defined if the background model is.
(edit) @23306   17 years eugene added optional code to squash input NaNs
(edit) @23289   17 years Paul Price Put version information in HISTORY header keywords, so that they are …
(edit) @23287   17 years Paul Price Putting the psImageBinning onto the recipe was causing the dump for …
(edit) @23259   17 years Paul Price Changing API for psRandomAlloc() to make it easier to be …
(edit) @23242   17 years beaumont merging from cnb_branch_20090215
(edit) @23229   17 years eugene merging changes from branches/eam_branches/eam_branch_20090303 …
(edit) @23219   17 years Paul Price Forgot to add to the argument list.
(edit) @23218   17 years Paul Price Add additional diagnostic: number of sources rejected as too faint.
(edit) @23195   17 years Paul Price Adding function to print version information so it's captured in the log.
(edit) @23168   17 years Paul Price This is psphot
(edit) @23167   17 years Paul Price Add software version to header.
(edit) @23161   17 years Paul Price Shortening comments to fit in FITS header.
(edit) @23156   17 years Paul Price Adding function to populate a header with the version information.
(edit) @23118   17 years Paul Price Updating version functions to match psLib.
(edit) @22718   17 years Paul Price Removing unnecessary .cvsignore files.
(edit) @21519   17 years eugene added additional flag values, threaded functions always use the …
(edit) @21458   17 years Paul Price Hadn't changed weight --> variance for the standalone psphot.
(edit) @21407   17 years Paul Price Fixing correction factor for significance image.
(edit) @21392   17 years eugene add build info for psphotDetect
(edit) @21381   17 years eugene some comments re threading and malloc hits
(edit) @21366   17 years Paul Price Merging pap_branch_20090128. Resolved a small number of conflicts. …
(edit) @21359   17 years eugene defining test unthreaded versions for these functions to avoid hitting …
(edit) @21357   17 years eugene fix name space overlay error
(edit) @21356   17 years eugene adding test program psphotTest
(edit) @21355   17 years eugene test code for psImage allocs
(edit) @21353   17 years eugene adding new code for psphotDetect tool
(edit) @21341   17 years eugene clean up source fit set before cleaning up rest of psModules
(edit) @21255   17 years eugene modes to psphotReadoutFindPSF psphotReadoutKnownSources …
(edit) @21254   17 years eugene define handler function psphotSetMaskRecipe for use by other programs
(edit) @21253   17 years eugene clear error from mismatched stamps (caused by error in psphotVisual)
(edit) @21252   17 years eugene allow background model to be undefined (sky & skyErr go to NAN)
(edit) @21251   17 years eugene split psphotDetectionsFromSources from psphotLoadPSFSources
(edit) @21250   17 years eugene moved look up of parameters for extended sources fits from …
(edit) @21249   17 years eugene modify psphotReadoutFindPSF to use supplied sources
(edit) @21248   17 years eugene adding two new psphot variants
(edit) @21183   17 years eugene incorporating changes from 16bit mask upgrades (eam_branch_20081230)
(edit) @21177   17 years eugene fix peak flux based on moments
(edit) @21176   17 years eugene better values for peak->SN and flux
(edit) @21175   17 years eugene pass mask along to pmTrend functions
(edit) @21166   17 years eugene clean up threading model for psphotGuessModel (defined standard way to …
(edit) @21108   18 years Paul Price Adding API for background model calculation that doesn't require …
(edit) @21082   18 years eugene supply equivalent FWHM measurements for moments analysis
(edit) @21080   18 years eugene gracefully handle failures with ApResid Trend
(edit) @20938   18 years eugene do not fit known CRs in FitSourcesLinear; defined a new CR masking …
(edit) @20878   18 years eugene soften by adding to the variance, not the error
(edit) @20867   18 years Paul Price Fixing variable names.
(edit) @20865   18 years Paul Price Add softening parameter to weights when calculating crNsigma.
(edit) @20864   18 years Paul Price Removing debugging statement from production.
(edit) @20831   18 years Paul Price Fixing function name
(edit) @20829   18 years Paul Price psphotInit should not turn on threading for psImageConvolveMask …
(edit) @20770   18 years eugene only use a single cell for region window : otherwise we are biased to …
(edit) @20769   18 years eugene defer drop internal to outside of psphotReadout (these may be used by …
(edit) @20642   18 years eugene turn off pmSourceSetVisual for now
(edit) @20594   18 years eugene fix the PSF image mosaics
(edit) @20593   18 years eugene do not break the image if the GAIN is nan
(edit) @20586   18 years eugene call pmSourceSetVisual
(edit) @20581   18 years eugene require 10 stars per spatial bin, use a soften mag for residual fit
(edit) @20471   18 years Paul Price Adding trace.
(edit) @20470   18 years eugene quit, but do not error
(edit) @20464   18 years eugene turning on threading for psImageConvolve
(edit) @20463   18 years eugene using threaded version of psImageSmoothMask
(edit) @20453   18 years eugene cleanup timer marks
(edit) @20451   18 years eugene adjust scaling of S/N to use stdev of mean (down by sqrt(N))
(edit) @20450   18 years eugene show residuals and analytical model components separately
(edit) @20449   18 years eugene plug memory leak on failure
(edit) @20414   18 years eugene do not fail catastrophically for failure to generate ApResid
(edit) @20411   18 years eugene adding threading option (not quite ready; disabled), new psphotInit …
(edit) @20356   18 years Paul Price Apply mask for sources.
(edit) @20339   18 years Paul Price Ensure sources are over the S/N limit.
(edit) @20337   18 years Paul Price Should be an error not to produce a PSF.
(edit) @20330   18 years Paul Price Don't want to save sources --- we're already holding them elsewhere, …
(edit) @20329   18 years Paul Price Need to hack S/N of peaks to fool psphotSourceStats.
(edit) @20307   18 years Paul Price Propagating changes to psImageInterpolate.h
(edit) @20287   18 years Paul Price Fixing SEGV when !source->moments.
(edit) @20286   18 years mwv Corrected misspelled "varience" to "variance".
(edit) @20261   18 years eugene typo in upper / lower quartiles
(edit) @20255   18 years eugene fix nan values in output
(edit) @20252   18 years eugene skip invalid fluxes
(edit) @20251   18 years eugene plug leak
(edit) @20237   18 years eugene add new output metadata for PSF FWHM values
(edit) @20236   18 years eugene add timing mark
(edit) @20235   18 years eugene split log line in two
(edit) @20234   18 years eugene calculate FWHM for grid of points; add FWHM sigmas and ranges
(edit) @20216   18 years eugene reduced background error verbosity
(edit) @20213   18 years Paul Price Using faster psImageSmoothMask with new recipe option …
(edit) @20177   18 years Paul Price Avoiding assertion: "pmFootprintsAssignPeaks: Assertion `peaks != …
(edit) @20171   18 years Paul Price Only measure image quality if we weren't supplied the PSF --- no need …
(edit) @20170   18 years Paul Price Having psphotReadoutCleanup return false when there's an error still …
(edit) @20146   18 years Paul Price Fixing typo.
(edit) @20144   18 years Paul Price Cleaning up, adding comments.
(edit) @20085   18 years eugene fix compile bugs
(edit) @20084   18 years eugene drop deprecated source size measurements
(edit) @20083   18 years eugene move psf star dump to own function
(edit) @20082   18 years eugene drop deprecated source size measurements; move psf star dump to own …
(edit) @20081   18 years eugene fix aspect ratio choice; fix header comments; move growth curve …
(edit) @20080   18 years eugene create psphotDumpPSFStars; move growth curve analysis to own function
Note: See TracRevisionLog for help on using the revision log.