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) @19140   18 years Paul Price Adding option of allowing 'exact' shifts when doing interpolation. …
(edit) @19133   18 years Paul Price Some tests are caught by the compiler --- disabled.
(edit) @19129   18 years Paul Price Changing how interpolation works with masked pixels. Previously, the …
(edit) @19128   18 years Paul Price memBlock->nextBlock wasn't being set when !lastMemBlockAllocated. …
(edit) @19120   18 years Paul Price Adding error checking for mutexes.
(edit) @19085   18 years eugene big re-write to make thread-efficient; the psPolynomialMD structure …
(edit) @19070   18 years eugene use a local char for the temporary pointer
(edit) @19058   18 years Paul Price Learned that of all the fftw_ calls, only fftw_execute is thread-safe: …
(edit) @19057   18 years Paul Price Renamed psThreadTaskDelete to psThreadTaskRemove to maintain …
(edit) @19056   18 years Paul Price Adding psMutex type (just pthread_mutex_t) to avoid problems …
(edit) @19052   18 years Paul Price FFTW needs math library.
(edit) @19035   18 years eugene created psFitsDumpErors to dump all CFITSIO errors in the stack; also …
(edit) @19034   18 years eugene adding p_psErrorV and equivalent macro
(edit) @19023   18 years Paul Price Added functions to control threading for image convolution.
(edit) @19022   18 years Paul Price Added function to delete thread tasks.
(edit) @19016   18 years Paul Price Using a hash instead of an array for the tasks --- makes the lookup …
(edit) @19015   18 years Paul Price Adding functions to control threading of psImageConvolve functions.
(edit) @19004   18 years Paul Price Only need to warn if the user is attempting to turn threading on.
(edit) @18990   18 years Paul Price Wasn't using the conditional compilation correctly.
(edit) @18959   18 years Paul Price Adding support for FFTW threading.
(edit) @18958   18 years Paul Price Adding FFT threading header.
(edit) @18957   18 years Paul Price Working psImageConvolveMask into threads, since it can take a while.
(edit) @18956   18 years Paul Price Adding function to initiate FFT threading.
(edit) @18955   18 years Paul Price Fixing memory problem with psListGetAndRemove. This function must …
(edit) @18954   18 years Paul Price Adding PS_ARRAY_ADD_SCALAR
(edit) @18953   18 years Paul Price Cleaning up thread functions, documenting header. Added 'harvest' …
(edit) @18892   18 years eugene adding a macro for looking up data on a scalar
(edit) @18891   18 years Paul Price Quote so that comma is not interpreted as a break.
(edit) @18876   18 years eugene added a tmpData and tmpMask element to psStats for multithreading …
(edit) @18869   18 years Paul Price Don't write header keywords particular to compressed images in …
(edit) @18827   18 years eugene added psThread code
(edit) @18826   18 years eugene fixed mutex error in psRealloc, cleaned organization a bit, removed …
(edit) @18825   18 years eugene added psListGetAndRemove function
(edit) @18824   18 years eugene added a comment
(edit) @18714   18 years Paul Price psMetadataIteratorSet should return "true" even if it didn't find the …
(edit) @18617   18 years Paul Price item->data.str and item->data.V *should* be the same, but V makes more …
(edit) @18590   18 years Paul Price Making UpdateImage look like WriteImage.
(edit) @18580   18 years eugene plug memory leak
(edit) @18494   18 years eugene minor
(edit) @18493   18 years eugene added a comment
(edit) @18421   18 years Paul Price Putting in ffrdef in other places --- just in case!
(edit) @18420   18 years Paul Price Force a re-scan of the header to ensure everything's kosher. Was …
(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]; …
Note: See TracRevisionLog for help on using the revision log.