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) @14949   19 years eugene plug leaks from psImageSubset
(edit) @14947   19 years Paul Price Additional include file required for compilation.
(edit) @14938   19 years eugene adding pmTrend2D
(edit) @14937   19 years eugene converting ApResid to pmTrend2D; F64 to F32 for various elements used …
(edit) @14936   19 years eugene adding pmTrend2D as part of the pmPSF model (ApResid)
(edit) @14935   19 years eugene new API for psImageBackground
(edit) @14934   19 years eugene force consistency with dataLevel, fileLevel, freeLevel for …
(edit) @14933   19 years eugene minor spacing change
(edit) @14932   19 years eugene adding pmTrend2D.h
(edit) @14889   19 years Paul Price Had trouble with defining files for psphot from pswarp --- didn't know …
(edit) @14886   19 years jhoblitt install pmImageCombine.h
(edit) @14884   19 years Paul Price Copying an FPA onto itself takes forever --- you never get to the …
(edit) @14882   19 years gusciora First version for this file.
(edit) @14881   19 years gusciora Current latest working version of this file. A newer one is in …
(edit) @14880   19 years gusciora Newer version of the test config files. These wil leventually be …
(edit) @14870   19 years Paul Price Avoiding error from getting subimage of NULL mask. Plugging memory leak.
(edit) @14867   19 years Paul Price Was getting lots of NANs in unmasked pixels, because the FFT spreads …
(edit) @14846   19 years Paul Price Clear errors in psMinimizeGaussNewtonDelta --- can't do anything about …
(edit) @14841   19 years Paul Price Fixing order so that protection comes before the potential SEGV.
(edit) @14838   19 years Paul Price Only go to the penultimate source, since going to the last one can …
(edit) @14837   19 years Paul Price Adding note on where possible SEGVs might come from.
(edit) @14835   19 years Paul Price Check that a list of sources is provided, if required.
(edit) @14824   19 years Paul Price The values in the variance map were about half of what they should …
(edit) @14812   19 years Paul Price Stopping errors coming out of ppSim.
(edit) @14805   19 years Paul Price Adding ability to get stamps from sources.
(edit) @14804   19 years Paul Price Adding const
(edit) @14803   19 years Paul Price Fixing memory leak.
(edit) @14802   19 years Paul Price Candidate stamps (or stamp regions, if no stamp list is provided) for …
(edit) @14801   19 years Paul Price Preparing to take a (long) list of sources as candidate stamps. …
(edit) @14766   19 years Paul Price Don't read the stamps file more than once.
(edit) @14753   19 years Paul Price Fixing compilation error.
(edit) @14752   19 years Paul Price Generate kernel for the variance map as the square of the kernel for …
(edit) @14744   19 years Paul Price Allow use of NULL 'file' or 'list' argument name in making a filelist. …
(edit) @14739   19 years Paul Price Give pmSubtractionBorder a size, rather than the NULL kernel (since …
(edit) @14738   19 years Paul Price Consolidating some code. Making it so that the convolutions of the …
(edit) @14735   19 years Paul Price Wasn't iterating from the correct starting point for the weight.
(edit) @14734   19 years Paul Price Adding check for non-finite sum1.
(edit) @14733   19 years Paul Price Only perform calculations on good stamps.
(edit) @14722   19 years Paul Price Had some hard-coded options to remove the exposure time and other …
(edit) @14719   19 years Paul Price Adding error checking.
(edit) @14716   19 years Paul Price Entire matrix wasn't being populated --- left in some "upper diagonal …
(edit) @14713   19 years Paul Price Putting pointer declarations early, since in the event of an error …
(edit) @14712   19 years Paul Price Fixing compilation error.
(edit) @14711   19 years Paul Price Last commit log message is wrong --- Fixing the matrix generation. …
(edit) @14710   19 years Paul Price Cleaning up, consolidating some duplicated code. Fixing photometric …
(edit) @14709   19 years Paul Price Cleaning up, consolidating some duplicated code. Fixing photometric …
(edit) @14701   19 years Paul Price Extensive changes to image subtraction codes. Discovered that I …
(edit) @14690   19 years Paul Price Fixing up normalisation of the ISIS kernels.
(edit) @14680   19 years Paul Price Adding check.
(edit) @14675   19 years Paul Price Plugging memory leak.
(edit) @14671   19 years Paul Price Adding function pmSubtractionKernelsOptimumISIS, which derives an …
(edit) @14669   19 years magnier calculate radius for sersic correctly
(edit) @14654   19 years magnier update to new apis
(edit) @14653   19 years magnier adjust order to handle new definition of pmModelClass.h
(edit) @14652   19 years magnier * added function pointers to pmModel to provide class-dependent …
(edit) @14651   19 years magnier fixed bugs related to setting the camera from the command line …
(edit) @14649   19 years magnier changed API names pmIsFoo to pmFooTest
(edit) @14648   19 years magnier insignificant changes
(edit) @14647   19 years magnier added formatName to pmFPAfile (needed in some cases) dropped const …
(edit) @14636   19 years Paul Price If there are no bad pixels, then 'bad' is never allocated.
(edit) @14634   19 years Paul Price Adding pmStackReject.h
(edit) @14633   19 years Paul Price Removing function that's not used. Got another function of the same …
(edit) @14632   19 years Paul Price Moving pmSubtractionDeconvolveMask out of subtraction files, renaming …
(edit) @14631   19 years Paul Price Protecting pmReadoutFreeData from readout=NULL. Changing assertions …
(edit) @14625   19 years Paul Price Changes to stacking to allow it to work on convolved images. Pulled a …
(edit) @14624   19 years Paul Price Whoops, removed necessary definition.
(edit) @14623   19 years Paul Price Adding check on return of pmSubtractionKernelImage. Fixing coordinates …
(edit) @14606   19 years Paul Price Ditto.
(edit) @14605   19 years Paul Price Don't use regions if the size is 0.
(edit) @14604   19 years Paul Price Generate target stamps when not provided.
(edit) @14602   19 years Paul Price Adding function pmSubtractionDeconvolveMask that performs matched …
(edit) @14596   19 years magnier fixed a leak and a typo
(edit) @14595   19 years magnier supply the newCameraName to pmFPAfileDefineOutputForFormat
(edit) @14594   19 years jhoblitt add pmFPAUtils.h
(edit) @14592   19 years Paul Price Add the full kernel description rather than the string summary.
(edit) @14591   19 years Paul Price Put regions onto metadata as well.
(edit) @14585   19 years Paul Price Moving free to avoid SEGV.
(edit) @14584   19 years Paul Price Fixing type, psString --> const char*, since we don't need the memblock.
(edit) @14583   19 years Paul Price Adding pmSubtractionMatch.h
(edit) @14582   19 years Paul Price Fixing up analysis metadata.
(edit) @14581   19 years Paul Price Fixing normalisation of SPAM,FRIES kernels --- the start/stop values …
(edit) @14580   19 years Paul Price Adding function pmSubtractionMatch to do the PSF-matching. It calls …
(edit) @14552   19 years gusciora FIrst version of tests fo pmHDU.c
(edit) @14551   19 years gusciora Unfinished version of config files for the camera tests. These change …
(edit) @14550   19 years gusciora * empty log message *
(edit) @14549   19 years gusciora First version for pmFPARead.c and pmFPAWrite.c tests.
(edit) @14542   19 years Paul Price Forgot semi-colon.
(edit) @14541   19 years Paul Price Fixing normalisation of RINGS. Don't include pixels if they …
(edit) @14540   19 years Paul Price Moving photometric scaling into the kernel for RINGS, and fixing up …
(edit) @14539   19 years Paul Price Only normalise kernels that are even functions.
(edit) @14538   19 years Paul Price Fixing order of parameters for RINGS.
(edit) @14534   19 years Paul Price Fixing compilation errors.
(edit) @14533   19 years Paul Price Using FWHM instead of sigma.
(edit) @14532   19 years Paul Price Using FWHM instead of Gaussian sigmas. I figure FWHM is more …
(edit) @14530   19 years magnier adding model utility functions
(edit) @14529   19 years magnier added a comment
(edit) @14528   19 years Paul Price Ensure correct region is used when cutting down the weight map.
(edit) @14527   19 years Paul Price Use the weight map instead of the input image as the noise term.
(edit) @14525   19 years Paul Price Adding kernel description
(edit) @14524   19 years Paul Price Don't need to give pmSubtractionRejectStamps the images, since those …
Note: See TracRevisionLog for help on using the revision log.