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) @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.
(edit) @6778   20 years drobbin Edited functions wrt subimage v parent image issue.
(edit) @6770   20 years drobbin Edited several functions concerning subimage v. parent issue.
(edit) @6750   20 years drobbin Made several changes to image functions/tests w.r.t. subimage v. …
(edit) @6631   20 years drobbin Updated ImageRow, Col, Slice with respect to Sub-image v. parent-image …
(edit) @6484   20 years drobbin Changed psArray & psVector to zero 'n' upon allocation. Used to set …
(edit) @6354   20 years desonia fixed a leak in psFits table reading and cleaned up things according …
(edit) @6346   20 years gusciora .…
(edit) @6306   20 years gusciora .…
(edit) @6294   20 years desonia changed psImagePixelExtract to take a psPixels instead of psVector of …
(edit) @6227   20 years desonia changed 'complex' to 'double complex' to be more C99 compliant.
(edit) @6226   20 years gusciora I added tests for psImageSmooth, modified the psStats stuff and the …
(edit) @6193   20 years gusciora Several mods mostly to the psPolynomial fitting routines.
(edit) @6186   20 years gusciora Misc code cleaning
(edit) @5841   21 years desonia merged branch eam_rel9_b1. Contains many fixes made by IfA.
(edit) @5783   21 years desonia bug #623 -- fixes from eam_rel9_b0 branch.
(edit) @5676   21 years desonia Preserved col0,row0 in psImageCopy (Bug #609).
(edit) @5624   21 years desonia merged eam_r8.0_b2 into CVS trunk.
(edit) @5573   21 years desonia macroized psImageSmooth.
(edit) @5530   21 years desonia removed *(type*)& syntax for setting const values of struts.
(edit) @5511   21 years desonia Overhauled the Fits functions to match latest SDRS.
(edit) @5294   21 years gusciora Polynomial members are now nX, nY, nZ, nT.
(edit) @5256   21 years drobbin Added mask operations to psImageMaskOps files
(edit) @5227   21 years drobbin Created ImageMaskOps file. started ImageGrowMask fxn.
(edit) @5224   21 years drobbin Updated/fixed Image Mask/Keep fxns and implemented tests
(edit) @5217   21 years desonia added .loT files for ignoring.
(edit) @5216   21 years desonia changed psArrayGet/psArraySet/psArrayRemove to do proper reference …
(edit) @5213   21 years drobbin Updated ImageRow/Col for tail access, PixelCount fxns to allow for …
(edit) @5174   21 years drobbin Added fxns psImageRow/Col and tests. Updated psList struct to add …
(edit) @5137   21 years drobbin Implemented, updated, fixed, debugged the CountPixelMask fxns and tests
(edit) @5096   21 years gusciora Implementing the psPoly nOrder/nTerm switch.
(edit) @5090   21 years gusciora The nX terms for the polynomials now refer to the order, not the …
Note: See TracRevisionLog for help on using the revision log.