IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib/src/imageops

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14736   19 years Paul Price Fixing assertion.
(edit) @14707   19 years Paul Price More cut/paste errors.
(edit) @14706   19 years Paul Price Cut/paste error.
(edit) @14705   19 years Paul Price Adding assertion for kernels.
(edit) @14704   19 years Paul Price Was doing direct convolution using x+u instead of x-u --- no …
(edit) @14638   19 years Paul Price Kernel range is inclusive.
(edit) @14523   19 years Paul Price Fixing range for error messages.
(edit) @14478   19 years Paul Price Adding psKernelAllocFromImage to generate a kernel from some input image.
(edit) @14452   19 years jhoblitt gcc attribute cleanup
(edit) @14332   19 years magnier adding output target to psImageConvolveDirect API
(edit) @13651   19 years Paul Price Even if no mask is supplied, a mask value may be desired (either good …
(edit) @13483   19 years Paul Price Adding psImageInterpolateStatus, a status enum which is returned by …
(edit) @13350   19 years rhl Support S32 in psImageConvolveDirect
(edit) @12998   19 years magnier added psImageCopyView function
(edit) @12953   19 years magnier added comments
(edit) @12815   19 years magnier use macro to set col0,row0
(edit) @12814   19 years magnier use macro to set col0,row0; subimage needs to offset pixels based on …
(edit) @12802   19 years Paul Price It's not the flux contribution of bad pixels that matters for marking …
(edit) @12776   19 years Paul Price Fixing lanczos and gauss interpolations.
(edit) @12756   19 years Paul Price Only attempt variance or mask interpolation if the image is provided.
(edit) @12748   19 years Paul Price Fixing comment.
(edit) @12745   19 years Paul Price psImageShiftKernel is redundant now, with psImageShift calling …
(edit) @12741   19 years Paul Price Reworking image interpolation to work on mask and variance image …
(edit) @12699   19 years magnier fix error in binning definition
(edit) @12588   19 years magnier created a common set of routines to define the binning parameters
(edit) @12444   19 years magnier removed special case for psphot (moved to psphotImageMedian)
(edit) @12431   19 years Paul Price Removing complex number support. No-one was using it, and it prevents …
(edit) @12330   19 years Paul Price Making psPixels APIs to look more like the psArray, psVector APIs …
(edit) @12256   19 years magnier added special case for division to handle div-by-zero; added different …
(edit) @12248   19 years Paul Price Fixing SEGV from mask being NULL.
(edit) @12187   19 years Paul Price Adding psImageConvolveMask
(edit) @12186   19 years Paul Price The usual way is much faster (factor of 3) for filled kernels. Might …
(edit) @12183   19 years Paul Price Whoops, wrong place.
(edit) @12181   19 years Paul Price Adding convolution benchmarking program.
(edit) @12179   19 years Paul Price Removing optional output image from psImageConvolve APIs due to …
(edit) @12001   19 years Paul Price Fixing tsum.
(edit) @12000   19 years Paul Price Generated kernel should be relative to the LAST data point (for OTA …
(edit) @11999   19 years Paul Price Fixing bug due to wrong sense of boolean.
(edit) @11795   19 years magnier fixed counting to be consistent with dvoMakeCorrUnbin; this may break …
(edit) @11760   19 years Paul Price Fixing compilation problems following change to histogram API.
(edit) @11759   19 years Paul Price Fixing bug 843 by modifying functions that (unnecessarily) returned an …
(edit) @11704   19 years Paul Price Fixes so it compiles. psVector FFTs don't work yet --- need to fix …
(edit) @11703   19 years Paul Price Reworked image convolution (split direct and FFT methods into separate …
(edit) @11686   19 years jhoblitt update psAbort() API: add noreturn attribute remove unneeded …
(edit) @11299   19 years magnier adjusted meaning of dx, dy
(edit) @11248   19 years magnier major cleanup of the Doxygen groups
(edit) @11156   20 years magnier added trace option output of stats vector
(edit) @11153   20 years magnier added psImageSmoothMaskF32
(edit) @10999   20 years jhoblitt consistently include config.h
(edit) @10550   20 years magnier - moved psHistogram functions to psHistogram.c,h (pslib_strict.h, …
(edit) @10548   20 years magnier changed psVectorStats return value to bool
(edit) @10396   20 years magnier API change: moved several arguments to a new psStats argument
(edit) @10273   20 years rhl 1/ Make psImageBackground interpret nMax == 0 as "all pixels" 2/ Make …
(edit) @10169   20 years magnier added psVectorStats for sky measurement, with multiple stats options; …
(edit) @10136   20 years rhl Added psImageUnbinPixel
(edit) @9975   20 years Paul Price Adding assertion on rng.
(edit) @9927   20 years magnier added test psImageShiftKernel and related p_psImageShiftKernel_F32; …
(edit) @9865   20 years magnier added BICUBE, fixed sign error and 0.5 pixel error in psImageShift
(edit) @9863   20 years magnier added psImageInterpolate tests so I could test fixes to this function
(edit) @9730   20 years Paul Price Following today's meeting, we agreed that psVectorAlloc (and therefore …
(edit) @9538   20 years Paul Price Synchronising with SDRS, and cleaning up: * Replaced is_psType() with …
(edit) @8978   20 years Paul Price Subtract the median when we add the numbers, so we don't get numerical …
(edit) @8974   20 years Paul Price Accumulator should be double.
(edit) @8914   20 years jhoblitt remove psTest.h
(edit) @8712   20 years jhoblitt move $SRCINC to always be left of $PSLIB_CFLAGS
(edit) @8627   20 years jhoblitt add gcc format attributes to: psAbort() psErrorStackPrint() …
(edit) @8412   20 years Paul Price Propogating PSLIB_CFLAGS to the lower levels, so that, e.g., …
(edit) @8232   20 years jhoblitt bug #790 - remove psErrorText.h and inline all error codes. all newly …
(edit) @7999   20 years Paul Price Replacing p_psGetStatValue with two functions: psStatsSingleOption …
(edit) @7985   20 years Paul Price Adding output of coverage testing to CLEANFILES and .cvsignore
(edit) @7914   20 years drobbin Added error handling to memory checking functions. Will hopefully …
(edit) @7766   20 years Paul Price Moved PS_ASSERT functions into appropriate places. Created psAssert.h …
(edit) @7612   20 years drobbin Edited psImageFitPoly and EvalPoly. Scaling factors were using …
(edit) @7535   20 years Paul Price x refers to the column, y refers to the row (bug 765).
(edit) @7524   20 years magnier replaced dangerous code with P_PSIMAGE_SET_NUMCOLS, etc
(edit) @7415   20 years rhl Need $(GSL_CFLAGS) on systems where gsl's not found in the path
(edit) @7381   20 years Paul Price Adding files missed in previous commit to merge additional pslib …
(edit) @7380   20 years Paul Price Merging the pslib "additional" functions from the modules into psLib …
(edit) @7210   20 years Paul Price Adding emacs temporary files to CLEANFILES
(edit) @7125   20 years drobbin fixed tests for ImageRow/Col F32, F64. Edited value comparisons to …
(edit) @7124   20 years drobbin fixed failing tests (ImageColF32,F64). Someone must have incorrectly …
(edit) @7123   20 years Paul Price Reverting to loop method for overlay with images of different types …
(edit) @7122   20 years Paul Price Fixing length of extracted vector.
(edit) @7121   20 years Paul Price Fixing errors in the macro that prevented compilation. Builds now.
(edit) @7120   20 years Paul Price Rows and columns were confused (psImageRow extracted a column, and …
(edit) @7112   20 years Paul Price Adding optimisation for psImageOverlaySection. When using the '=' …
(edit) @7091   20 years Paul Price Removing old version of psImageSmooth. The new version is much …
(edit) @7089   20 years Paul Price Added bounds checking to psImageSmooth. Discovered bugs: 1. The final …
(edit) @7077   20 years Paul Price SEGVs from overrunning the bounds with narrow images averted.
(edit) @7076   20 years Paul Price Moving temporary variables into where they are defined, ala C99.
(edit) @7071   20 years drobbin Fixed some tiny things and working on fixing psImageSmooth (not done).
(edit) @7057   20 years drobbin fixed seg fault occuring from NULL input image in imageSubset. Moved …
(edit) @7055   20 years drobbin Fixed memory leak and output errors associated with psImageSlice -> …
(edit) @6959   20 years magnier loop was running <= upper limits, rather than < upper limits
(edit) @6941   20 years magnier fixed some end-point errors with regions
(edit) @6940   20 years magnier fixed end-post errors in psImageCountPixelMask
(edit) @6937   20 years magnier replaced psImageSmooth with faster version
(edit) @6874   20 years magnier variety of small changes related to inconsistencies between psModules …
(edit) @6806   20 years drobbin Made changes concerning subimage issue and testing of changes.
(edit) @6805   20 years drobbin Made some changes for subimages issue and region issues.
Note: See TracRevisionLog for help on using the revision log.