IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psModules

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10198   20 years magnier removed old model components of pmPSFtry (are kept in the sources …
(edit) @10197   20 years magnier removed old model components of pmPSFtry (are kept in the sources array)
(edit) @10195   20 years magnier replace damping term
(edit) @10194   20 years magnier added tests to check GaussNewtonDelta
(edit) @10182   20 years magnier option to allow WriteEXTs to print alternate EXT model
(edit) @10181   20 years magnier guess is off by sqrt(2)
(edit) @10180   20 years magnier mask fitted parameters when measuring GaussNewtonDelta
(edit) @10179   20 years magnier new psImageBackground API
(edit) @10103   20 years rhl Fix memory leak
(edit) @10102   20 years rhl std{in,out,err} are reserved macros in stdio.h
(edit) @10098   20 years magnier improved tests on source fit
(edit) @10097   20 years magnier use parameter fit errors for parameter 2D fit
(edit) @10095   20 years magnier added tap_pmSourceFitModel.c
(edit) @10094   20 years magnier comment out test line
(edit) @10084   20 years Paul Price Adding note that returned pointer is only a view.
(edit) @10081   20 years Paul Price Extensive changes to FPA reading/writing functions to support mask and …
(edit) @10080   20 years Paul Price Offsets are in the readout, not in the image. Image offsets are …
(edit) @10079   20 years magnier defined a basic set of pmSourceFitModel tests
(edit) @10078   20 years magnier replaced factor of 2 in SXX, SYY derivative to slow swings
(edit) @10077   20 years magnier added weight to ModelInit, set to sky variance
(edit) @10075   20 years magnier working on new linear fit process
(edit) @10050   20 years magnier pulled code into pmSourceGetModel; added pmSourceWeights
(edit) @10049   20 years magnier cleanups; added moment recalculation for satstars with larger box
(edit) @10048   20 years magnier significant cleanup, added bicube measure of fractional peak position
(edit) @10031   20 years magnier moved pmSourceChisq into here
(edit) @10026   20 years Paul Price Using Poisson distribution if threshold is negative.
(edit) @10023   20 years Paul Price Adding additional notes.
(edit) @10022   20 years Paul Price Adding additional option for identifying bad pixels.
(edit) @10019   20 years Paul Price I mean median, not mean, know what I mean?
(edit) @10018   20 years Paul Price Using robust statistics instead of sample.
(edit) @10011   20 years magnier fixed bug, added error check
(edit) @9998   20 years Paul Price Fixing case where numScans == 0.
(edit) @9997   20 years Paul Price Fixing multiple frees, and mask for statistics.
(edit) @9992   20 years Paul Price Changes to allow system to work with PS_NO_TRACE.
(edit) @9986   20 years Paul Price Plugging memory leaks --- forgotten free in pmMaskIdentifyBadPixels, …
(edit) @9984   20 years Paul Price Input is an array of readouts, instead of multiple arrays of images, …
(edit) @9983   20 years Paul Price Adding functions to write masks. For this to work, had to add mask …
(edit) @9981   20 years Paul Price Adding functions to create bad pixel masks from flattened data.
(edit) @9951   20 years Paul Price Changing pmFringesReadFits and pmFringesWriteFits into pmFringesFormat …
(edit) @9950   20 years Paul Price Adding FRINGE type to pmFPAfile, which reads from/writes to FITS …
(edit) @9949   20 years Paul Price Adding functions to read/write tables within the FPA hierarchy …
(edit) @9945   20 years Paul Price Bug in output binning --- if the binning wasn't set, it would come …
(edit) @9944   20 years Paul Price Forgot to add them to the output.
(edit) @9943   20 years Paul Price Adding XBIN and YBIN to list that gets checked.
(edit) @9925   20 years magnier adjust mask region to follow interpolated shift, if applied; added …
(edit) @9924   20 years magnier added prototype
(edit) @9923   20 years magnier fixed a memory leak, restrict region to image in growth curve
(edit) @9922   20 years magnier added tap_pmGrowthCurve.c tap_pmSourcePhotometry.c, updated .cvsignores
(edit) @9915   20 years jhoblitt remove empty ChangeLog
(edit) @9904   20 years Paul Price Adding workdir to the configuration.
(edit) @9903   20 years Paul Price Prepend the global path to the file rule.
(edit) @9897   20 years jhoblitt move pmGrowthCurveGenerate() from pmGrowthCurve.c -> pmPSF.c
(edit) @9894   20 years Paul Price Reorganising so that the trace and logging stuff is loaded the …
(edit) @9886   20 years magnier convert apResid measurement to use pmSourceMagnitudes API for …
(edit) @9885   20 years magnier moved pmPSFFromModels to pmPSFFromPSFtry
(edit) @9884   20 years magnier added flag for interpolation for aperture photometry
(edit) @9883   20 years magnier added code to perform the subpixel shift, if requested; changed …
(edit) @9882   20 years magnier moved pmPSFFromModels to pmPSFFromPSFtry; now accepts a pmPSFtry as input
(edit) @9881   20 years magnier adding prep code to apply psImageBicubeFit to peaks in pmPeaks (ie, to …
(edit) @9880   20 years magnier added pmSourceCopy, change special magnitudes (32, 99) to NAN
(edit) @9879   20 years magnier moved psphotGrowthCurve to pmGrowthCurveGenerate
(edit) @9878   20 years magnier adding pstap (but disabled for now)
(edit) @9877   20 years magnier adding tests related to objects
(edit) @9876   20 years magnier adding pstap copied from psLib
(edit) @9866   20 years magnier centroid shift for aperture ifdef-ed out
(edit) @9856   20 years Paul Price Bug fixes in reading from FITS file (wasn't allocating memory, need to …
(edit) @9855   20 years Paul Price Changing unsigned int to int
(edit) @9854   20 years Paul Price Adding shutter type
(edit) @9843   20 years magnier I added code to pmSourcePhotometryAper to shift the source so the …
(edit) @9842   20 years magnier added metricErr
(edit) @9841   20 years magnier added metricErr, unused test output code, no skybias in apresid fit …
(edit) @9830   20 years Paul Price Was neglecting to zero the mask before using it.
(edit) @9822   20 years Paul Price Adding functions to read/write an array of fringe statistics to a …
(edit) @9810   20 years magnier changed name of radiusTMP to radiusFit in pmModel
(edit) @9808   20 years magnier if-def out some test code, comments describing SXY fitting issues
(edit) @9779   20 years magnier adding new prototypes
(edit) @9778   20 years magnier if-out test code lines
(edit) @9777   20 years magnier catch errors for undefined model names
(edit) @9776   20 years magnier returned PGAUSS and QGAUSS to service
(edit) @9775   20 years magnier major cleanup of model code, fixes to use new param defs
(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) @9762   20 years jhoblitt simple comment fix
(edit) @9730   20 years Paul Price Following today's meeting, we agreed that psVectorAlloc (and therefore …
(edit) @9724   20 years Paul Price Fixed incorrect statement.
(edit) @9723   20 years Paul Price Don't need that here.
(edit) @9722   20 years jhoblitt disable old pstest tests and remove associated metadata files remove …
(edit) @9719   20 years Paul Price Removing old files, no longer necessary and passed by.
(edit) @9718   20 years Paul Price Adding doxygen tags.
(edit) @9717   20 years Paul Price Fixing typo.
(edit) @9710   20 years Paul Price Documenting, adding const
(edit) @9703   20 years Paul Price Removing now-false statement.
(edit) @9702   20 years Paul Price Removing col0,row0 in the chip --- it's in the concepts.
(edit) @9701   20 years Paul Price Left additional argument.
(edit) @9700   20 years Paul Price Fixing typo.
(edit) @9699   20 years Paul Price Printing ourselves, instead of using psTrace, so that we can actually …
(edit) @9698   20 years Paul Price Adding more info to the descriptions.
(edit) @9697   20 years Paul Price Fixing false error caused by attempting to read concepts at FPA level …
(edit) @9695   20 years Paul Price Require cell to read concepts from cell information.
(edit) @9688   20 years Paul Price Adding a little bit more detail to the comments.
Note: See TracRevisionLog for help on using the revision log.