|
|
|
@19023
|
18 years |
Paul Price |
Added functions to control threading for image convolution.
|
|
|
|
@19022
|
18 years |
Paul Price |
Added function to delete thread tasks.
|
|
|
|
@19016
|
18 years |
Paul Price |
Using a hash instead of an array for the tasks --- makes the lookup …
|
|
|
|
@19015
|
18 years |
Paul Price |
Adding functions to control threading of psImageConvolve functions.
|
|
|
|
@19004
|
18 years |
Paul Price |
Only need to warn if the user is attempting to turn threading on.
|
|
|
|
@18990
|
18 years |
Paul Price |
Wasn't using the conditional compilation correctly.
|
|
|
|
@18959
|
18 years |
Paul Price |
Adding support for FFTW threading.
|
|
|
|
@18958
|
18 years |
Paul Price |
Adding FFT threading header.
|
|
|
|
@18957
|
18 years |
Paul Price |
Working psImageConvolveMask into threads, since it can take a while.
|
|
|
|
@18956
|
18 years |
Paul Price |
Adding function to initiate FFT threading.
|
|
|
|
@18955
|
18 years |
Paul Price |
Fixing memory problem with psListGetAndRemove. This function must …
|
|
|
|
@18954
|
18 years |
Paul Price |
Adding PS_ARRAY_ADD_SCALAR
|
|
|
|
@18953
|
18 years |
Paul Price |
Cleaning up thread functions, documenting header. Added 'harvest' …
|
|
|
|
@18892
|
18 years |
eugene |
adding a macro for looking up data on a scalar
|
|
|
|
@18891
|
18 years |
Paul Price |
Quote so that comma is not interpreted as a break.
|
|
|
|
@18876
|
18 years |
eugene |
added a tmpData and tmpMask element to psStats for multithreading …
|
|
|
|
@18869
|
18 years |
Paul Price |
Don't write header keywords particular to compressed images in …
|
|
|
|
@18827
|
18 years |
eugene |
added psThread code
|
|
|
|
@18826
|
18 years |
eugene |
fixed mutex error in psRealloc, cleaned organization a bit, removed …
|
|
|
|
@18825
|
18 years |
eugene |
added psListGetAndRemove function
|
|
|
|
@18824
|
18 years |
eugene |
added a comment
|
|
|
|
@18714
|
18 years |
Paul Price |
psMetadataIteratorSet should return "true" even if it didn't find the …
|
|
|
|
@18617
|
18 years |
Paul Price |
item->data.str and item->data.V *should* be the same, but V makes more …
|
|
|
|
@18590
|
18 years |
Paul Price |
Making UpdateImage look like WriteImage.
|
|
|
|
@18580
|
18 years |
eugene |
plug memory leak
|
|
|
|
@18494
|
18 years |
eugene |
minor
|
|
|
|
@18493
|
18 years |
eugene |
added a comment
|
|
|
|
@18421
|
18 years |
Paul Price |
Putting in ffrdef in other places --- just in case!
|
|
|
|
@18420
|
18 years |
Paul Price |
Force a re-scan of the header to ensure everything's kosher. Was …
|
|
|
|
@18392
|
18 years |
Paul Price |
Plugging memory leak.
|
|
|
|
@18344
|
18 years |
Paul Price |
Allow input coordinates to be of any type.
|
|
|
|
@18335
|
18 years |
Paul Price |
Fixing syntax errors.
|
|
|
|
@18334
|
18 years |
Paul Price |
Adding psTreeNearestWithin
|
|
|
|
@18333
|
18 years |
Paul Price |
Adding additional test case.
|
|
|
|
@18332
|
18 years |
Paul Price |
Adding tests for psVectorSelect
|
|
|
|
@18331
|
18 years |
eugene |
revert to 1.224 until PS_SELECT bug is fixed; (fixed return value)
|
|
|
|
@18317
|
18 years |
Paul Price |
Adding psTreeWithin and psTreeWithinAny
|
|
|
|
@18312
|
18 years |
Paul Price |
Using a select instead of sort when calculating medians. Hopefully, …
|
|
|
|
@18311
|
18 years |
Paul Price |
Adding selection functions.
|
|
|
|
@18300
|
18 years |
Paul Price |
Whoops.
|
|
|
|
@18299
|
18 years |
Paul Price |
Cleaning up the clean-up.
|
|
|
|
@18298
|
18 years |
Paul Price |
Cleaning up lanczos
|
|
|
|
@18297
|
18 years |
Paul Price |
Wasn't normalising separable interpolations by the square of the kernel.
|
|
|
|
@18209
|
18 years |
eugene |
added a missing return case
|
|
|
|
@18208
|
18 years |
eugene |
allow case where bscale/bzero cannot be determined
|
|
|
|
@18174
|
18 years |
Paul Price |
Ensuring numData is not "used uninitialised".
|
|
|
|
@18162
|
18 years |
Paul Price |
Adding function psImageInterpolateVarianceFactor. This involved …
|
|
|
|
@18156
|
18 years |
Paul Price |
If the BSCALE for quantisation can't be determined (e.g., a …
|
|
|
|
@18155
|
18 years |
Paul Price |
Robust statistics should fall over gracefully when the iteration limit …
|
|
|
|
@18145
|
18 years |
Paul Price |
Adding simple kd-tree implementation.
|
|
|
|
@18144
|
18 years |
Paul Price |
Catch NULL vector.
|
|
|
|
@18043
|
18 years |
Paul Price |
Gene has determined that what I had before --- normalising by the sum …
|
|
|
|
@17924
|
18 years |
jhoblitt |
attempt to handle SQL NULL take 4
|
|
|
|
@17923
|
18 years |
jhoblitt |
attempt to handle SQL NULLs take 3
|
|
|
|
@17922
|
18 years |
jhoblitt |
attempt to handle SQL NULL
|
|
|
|
@17921
|
18 years |
jhoblitt |
attempt to handle SQL 'NULL' values
|
|
|
|
@17907
|
18 years |
jhoblitt |
argh!
|
|
|
|
@17906
|
18 years |
Paul Price |
Parse times as well.
|
|
|
|
@17905
|
18 years |
jhoblitt |
removed double psFree()
|
|
|
|
@17904
|
18 years |
jhoblitt |
add support for parseing "0000-00-00..." datetime/timestamp fields
|
|
|
|
@17871
|
18 years |
jhoblitt |
make sure TIMESTAMP fields don't get translated into UNSIGNED DATATIME
|
|
|
|
@17869
|
18 years |
jhoblitt |
handle timestamp fields as DATETIME/psTime fields
|
|
|
|
@17853
|
18 years |
jhoblitt |
attempt to make INDEX work again
|
|
|
|
@17843
|
18 years |
jhoblitt |
doesn't check for indexes against after matching unindexes
|
|
|
|
@17842
|
18 years |
jhoblitt |
make sure index regex doesn't match uindex
|
|
|
|
@17841
|
18 years |
jhoblitt |
check for uindex before index
|
|
|
|
@17838
|
18 years |
jhoblitt |
rename unique to unindex
|
|
|
|
@17837
|
18 years |
bills |
fix unique key string generation
|
|
|
|
@17824
|
18 years |
eugene |
remove invalid check for static convName == NULL
|
|
|
|
@17810
|
18 years |
Paul Price |
Range checking.
|
|
|
|
@17809
|
18 years |
Paul Price |
Wrong dimension.
|
|
|
|
@17808
|
18 years |
Paul Price |
Wasn't masking at the end of a row/column.
|
|
|
|
@17807
|
18 years |
Paul Price |
Fixing psImageConvolveMask --- wasn't masking everything it was …
|
|
|
|
@17806
|
18 years |
Paul Price |
Adding test for psImageConvolveMask.
|
|
|
|
@17775
|
18 years |
jhoblitt |
add support for unique indexes
|
|
|
|
@17726
|
18 years |
Paul Price |
Adding separable version of psImageConvolveMask. Mask convolution …
|
|
|
|
@17710
|
18 years |
eugene |
adding various notes
|
|
|
|
@17660
|
18 years |
Paul Price |
Some fixes to image I/O: (1) when BITPIX=8, the FITS standard says …
|
|
|
|
@17656
|
18 years |
Paul Price |
Ensure input tilesize vector is non-NULL.
|
|
|
|
@17641
|
18 years |
Paul Price |
Fix type error.
|
|
|
|
@17640
|
18 years |
Paul Price |
More meaningful message.
|
|
|
|
@17623
|
18 years |
Paul Price |
X and Y confusion.
|
|
|
|
@17612
|
18 years |
eugene |
fixed error with cumulative histogram: values correspond to UPPER …
|
|
|
|
@17587
|
18 years |
Paul Price |
Explicitly writing ZBITPIX (with lower value than what is actually …
|
|
|
|
@17567
|
18 years |
eugene |
various test fixes and cleanups
|
|
|
|
@17566
|
18 years |
eugene |
clarified comment on disection
|
|
|
|
@17565
|
18 years |
eugene |
for a histogram, value is in bin i if bound[i] <= value < bound[i]; …
|
|
|
|
@17564
|
18 years |
eugene |
this was mis-calculating the determinant (mis-using …
|
|
|
|
@17529
|
18 years |
eugene |
fixing problems with histogram counting
|
|
|
|
@17515
|
18 years |
eugene |
merging from eam_branch_20080430 : cleanups for tests, minor fixes …
|
|
|
|
@17457
|
18 years |
eugene |
the mask/keep region functions were evaluating the operator (strcmp) …
|
|
|
|
@17447
|
18 years |
jhoblitt |
convert assert() to psAssert()
|
|
|
|
@17446
|
18 years |
eugene |
adding psAssert function
|
|
|
|
@17442
|
18 years |
eugene |
add; stubs for future N-D LMM
|
|
|
|
@17377
|
18 years |
Paul Price |
Wasn't freeing FFT data.
|
|
|
|
@17371
|
18 years |
Paul Price |
Fixed so that sample can be used as a buffer (to save allocating over …
|
|
|
|
@17365
|
18 years |
Paul Price |
Actually, don't want to modify threshold, since most of the image can …
|
|
|
|
@17363
|
18 years |
Paul Price |
Need to adjust threshold for the number of pixels in the kernel, which …
|
|
|
|
@17362
|
18 years |
Paul Price |
Had rows and columns around the wrong way.
|
|
|
|
@17355
|
18 years |
eugene |
white space
|
|
|
|