IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18392   18 years Paul Price Plugging memory leak.
(edit) @18344   18 years Paul Price Allow input coordinates to be of any type.
(edit) @18335   18 years Paul Price Fixing syntax errors.
(edit) @18334   18 years Paul Price Adding psTreeNearestWithin
(edit) @18333   18 years Paul Price Adding additional test case.
(edit) @18332   18 years Paul Price Adding tests for psVectorSelect
(edit) @18331   18 years eugene revert to 1.224 until PS_SELECT bug is fixed; (fixed return value)
(edit) @18317   18 years Paul Price Adding psTreeWithin and psTreeWithinAny
(edit) @18312   18 years Paul Price Using a select instead of sort when calculating medians. Hopefully, …
(edit) @18311   18 years Paul Price Adding selection functions.
(edit) @18300   18 years Paul Price Whoops.
(edit) @18299   18 years Paul Price Cleaning up the clean-up.
(edit) @18298   18 years Paul Price Cleaning up lanczos
(edit) @18297   18 years Paul Price Wasn't normalising separable interpolations by the square of the kernel.
(edit) @18209   18 years eugene added a missing return case
(edit) @18208   18 years eugene allow case where bscale/bzero cannot be determined
(edit) @18174   18 years Paul Price Ensuring numData is not "used uninitialised".
(edit) @18162   18 years Paul Price Adding function psImageInterpolateVarianceFactor. This involved …
(edit) @18156   18 years Paul Price If the BSCALE for quantisation can't be determined (e.g., a …
(edit) @18155   18 years Paul Price Robust statistics should fall over gracefully when the iteration limit …
(edit) @18145   18 years Paul Price Adding simple kd-tree implementation.
(edit) @18144   18 years Paul Price Catch NULL vector.
(edit) @18043   18 years Paul Price Gene has determined that what I had before --- normalising by the sum …
(edit) @17924   18 years jhoblitt attempt to handle SQL NULL take 4
(edit) @17923   18 years jhoblitt attempt to handle SQL NULLs take 3
(edit) @17922   18 years jhoblitt attempt to handle SQL NULL
(edit) @17921   18 years jhoblitt attempt to handle SQL 'NULL' values
(edit) @17907   18 years jhoblitt argh!
(edit) @17906   18 years Paul Price Parse times as well.
(edit) @17905   18 years jhoblitt removed double psFree()
(edit) @17904   18 years jhoblitt add support for parseing "0000-00-00..." datetime/timestamp fields
(edit) @17871   18 years jhoblitt make sure TIMESTAMP fields don't get translated into UNSIGNED DATATIME
(edit) @17869   18 years jhoblitt handle timestamp fields as DATETIME/psTime fields
(edit) @17853   18 years jhoblitt attempt to make INDEX work again
(edit) @17843   18 years jhoblitt doesn't check for indexes against after matching unindexes
(edit) @17842   18 years jhoblitt make sure index regex doesn't match uindex
(edit) @17841   18 years jhoblitt check for uindex before index
(edit) @17838   18 years jhoblitt rename unique to unindex
(edit) @17837   18 years bills fix unique key string generation
(edit) @17824   18 years eugene remove invalid check for static convName == NULL
(edit) @17810   18 years Paul Price Range checking.
(edit) @17809   18 years Paul Price Wrong dimension.
(edit) @17808   18 years Paul Price Wasn't masking at the end of a row/column.
(edit) @17807   18 years Paul Price Fixing psImageConvolveMask --- wasn't masking everything it was …
(edit) @17806   18 years Paul Price Adding test for psImageConvolveMask.
(edit) @17775   18 years jhoblitt add support for unique indexes
(edit) @17726   18 years Paul Price Adding separable version of psImageConvolveMask. Mask convolution …
(edit) @17710   18 years eugene adding various notes
(edit) @17660   18 years Paul Price Some fixes to image I/O: (1) when BITPIX=8, the FITS standard says …
(edit) @17656   18 years Paul Price Ensure input tilesize vector is non-NULL.
(edit) @17641   18 years Paul Price Fix type error.
(edit) @17640   18 years Paul Price More meaningful message.
(edit) @17623   18 years Paul Price X and Y confusion.
(edit) @17612   18 years eugene fixed error with cumulative histogram: values correspond to UPPER …
(edit) @17587   18 years Paul Price Explicitly writing ZBITPIX (with lower value than what is actually …
(edit) @17567   18 years eugene various test fixes and cleanups
(edit) @17566   18 years eugene clarified comment on disection
(edit) @17565   18 years eugene for a histogram, value is in bin i if bound[i] <= value < bound[i]; …
(edit) @17564   18 years eugene this was mis-calculating the determinant (mis-using …
(edit) @17529   18 years eugene fixing problems with histogram counting
(edit) @17515   18 years eugene merging from eam_branch_20080430 : cleanups for tests, minor fixes …
(edit) @17457   18 years eugene the mask/keep region functions were evaluating the operator (strcmp) …
(edit) @17447   18 years jhoblitt convert assert() to psAssert()
(edit) @17446   18 years eugene adding psAssert function
(edit) @17442   18 years eugene add; stubs for future N-D LMM
(edit) @17377   18 years Paul Price Wasn't freeing FFT data.
(edit) @17371   18 years Paul Price Fixed so that sample can be used as a buffer (to save allocating over …
(edit) @17365   18 years Paul Price Actually, don't want to modify threshold, since most of the image can …
(edit) @17363   18 years Paul Price Need to adjust threshold for the number of pixels in the kernel, which …
(edit) @17362   18 years Paul Price Had rows and columns around the wrong way.
(edit) @17355   18 years eugene white space
(edit) @17331   18 years Paul Price Adding in-place mask convolution.
(edit) @17330   18 years Paul Price Adding test for psImageConvolveMaskFFT.
(edit) @17329   18 years Paul Price Shouldn't multiply by the maskVal --- it's set to 1 or zero. Shouldn't …
(edit) @17320   18 years Paul Price Optimising psImageConvolveFFT. Made a couple of optimisations: 1. …
(edit) @17317   18 years Paul Price Adding hint on producing profiling.
(edit) @17304   18 years Paul Price Fixing message.
(edit) @17302   18 years Paul Price Optimisation: using memcpy instead of copying each pixel.
(edit) @17301   18 years Paul Price Fixing API.
(edit) @17147   18 years Paul Price Adding goodness-of-fit parameters
(edit) @17075   18 years Paul Price Some idiot forgot the definition of "RMS", resulting in many values …
(edit) @17071   18 years Paul Price Reject high and low.
(edit) @17053   18 years Paul Price Empty strings were being returned as a single space. Looks like a …
(edit) @17050   18 years Paul Price Including strings.h for strcasecmp
(edit) @17048   18 years Paul Price Including strings.h for strcasecmp
(edit) @17035   18 years eugene adding PS_DEG_RAD, and PS_RAD_DEG
(edit) @17024   18 years eugene use psTimeFromString for time-based arguments; report errors if encountered
(edit) @17023   18 years eugene add psTimeFromString to parse various human-readable formats
(edit) @16993   18 years eugene minor formatting change
(edit) @16963   18 years Paul Price Cleaning up --- was getting SEGVs.
(edit) @16944   18 years Paul Price Allow polynomials to have dimension of zero --- just fit a constant. …
(edit) @16934   18 years Paul Price Check was unnecessary since we are setting bitpix ourselves.
(edit) @16910   18 years Paul Price Adding psImageShiftMask --- allows mask to follow the image when …
(edit) @16873   18 years Paul Price Rework psPixelsConcatenate so that duplicates don't expand the size of …
(edit) @16838   18 years Paul Price psPolynomialMDEval was in a horrible half-state of implementation.
(edit) @16825   18 years Paul Price Allow Boolean values to be written to FITS tables. Since we can't use …
(edit) @16822   18 years Paul Price Translate keywords when writing compressed, e.g., SIMPLE --> ZSIMPLE.
(edit) @16814   18 years Paul Price Propagating source information.
(edit) @16813   18 years Paul Price Propagating allocation information.
(edit) @16812   18 years Paul Price Need to set mask.
Note: See TracRevisionLog for help on using the revision log.