|
|
|
@33089
|
15 years |
bills |
Fix problems with IPP threading. In psThreadPoolWait wait until all …
|
|
|
|
@33030
|
15 years |
heather |
crap. I don't know why it thinks some of these are modified, but …
|
|
|
|
@32746
|
15 years |
eugene |
if we catch a memory block over/underrun, check the rest of the memory …
|
|
|
|
@32745
|
15 years |
eugene |
fix counting error in psImageSmooth (for real this time!)
|
|
|
|
@32742
|
15 years |
eugene |
add a test for psImageSmooth_PreAlloc
|
|
|
|
@32729
|
15 years |
eugene |
(another) counting error in psImageSmooth_PreAlloc
|
|
|
|
@32728
|
15 years |
eugene |
counting error in psImageSmooth_PreAlloc
|
|
|
|
@32727
|
15 years |
eugene |
fix rare endpost error in psImageConvolve
|
|
|
|
@32725
|
15 years |
eugene |
create a pre-alloc version of image smooth to avoid excessive allocs
|
|
|
|
@32724
|
15 years |
eugene |
creating psImageSmooth_PreAlloc_F32 to avoid excessive allocs
|
|
|
|
@32722
|
15 years |
eugene |
stomp on memory before freeing (to poison accidental reuse)
|
|
|
|
@32716
|
15 years |
eugene |
with a volatile lastMemBlockAllocated, need to cast away the volatile …
|
|
|
|
@32715
|
15 years |
eugene |
need to alloc the job list with an empty array
|
|
|
|
@32714
|
15 years |
eugene |
allocate job args array a bit more efficiently
|
|
|
|
@32713
|
15 years |
eugene |
do not run possibly invalid test code in psMemory.c
|
|
|
|
@32708
|
15 years |
eugene |
use HARDLOCKS on psMemory
|
|
|
|
@32634
|
15 years |
eugene |
merged from eam branches 20110906
|
|
|
|
@32597
|
15 years |
watersc1 |
Fix ASINH headers to be more descriptive and useful in figuring out …
|
|
|
|
@32481
|
15 years |
bills |
Per suggestion from Paul Price. Declare pending and done pointers …
|
|
|
|
@32409
|
15 years |
bills |
In psFitsReadTableNew a fits table is empty return a psFitsTable …
|
|
|
|
@32361
|
15 years |
bills |
fix uninitialized variable in freeTable()
|
|
|
|
@32276
|
15 years |
bills |
From Gene: in BLOCKSET_LOCK when nextBlock or previousBlock are …
|
|
|
|
@32263
|
15 years |
bills |
Implement the accessor functions. Remove the GetCell accessor versions.
|
|
|
|
@32251
|
15 years |
bills |
add psFitsTableNew.h to pslib.h Fix a memory leak.
|
|
|
|
@32229
|
15 years |
bills |
remove dead code
|
|
|
|
@32228
|
15 years |
bills |
working version of psFitsReadTableNew and psFitsWriteTableNew
|
|
|
|
@32217
|
15 years |
bills |
first work on new memory efficient fits binary table implementation
|
|
|
|
@32177
|
15 years |
Serge CHASTEL |
Memory leaks are now displayed in expected 'log'
|
|
|
|
@32174
|
15 years |
Serge CHASTEL |
Added psMemCheckLeaks2() in which the number of leaks to be displayed …
|
|
|
|
@31902
|
15 years |
eugene |
make psMetadataItemFormat a global function (renamed from …
|
|
|
|
@31660
|
15 years |
eugene |
merged from eam_branches/ipp-20110505: update memory locking to allow …
|
|
|
|
@31633
|
15 years |
watersc1 |
merge from czw branch: ASINH code
|
|
|
|
@31597
|
15 years |
eugene |
plug leak in psFitsReadImage; fix scaling on input (status needs to be …
|
|
|
|
@31446
|
15 years |
eugene |
compile-time option for separable (but unthreaded) bilinear …
|
|
|
|
@31435
|
15 years |
watersc1 |
LAP code, quick stacking code, and unconvolved diff code.
|
|
|
|
@31152
|
15 years |
eugene |
consolidate multiple FITTED stats; updates to psImageBackground based …
|
|
|
|
@30995
|
15 years |
Serge CHASTEL |
Issue 1469. NaN Management
|
|
|
|
@30724
|
15 years |
eugene |
accept more human-readable date/time string styles
|
|
|
|
@30636
|
15 years |
watersc1 |
merge from czw_branch of logflux code
|
|
|
|
@30595
|
15 years |
eugene |
psKernelAlloc now reports file & line; fix bug in psKernelTruncate; …
|
|
|
|
@30078
|
16 years |
bills |
catch case were fit results in nan values and avoid returning "good fit"
|
|
|
|
@30077
|
16 years |
eugene |
merge sample data tests from eam branch
|
|
|
|
@30075
|
16 years |
eugene |
handle bad data case when (eg) almost all data points are in a single …
|
|
|
|
@30049
|
16 years |
watersc1 |
Merge of realtime burntool and new nightly science code into trunk.
|
|
|
|
@30044
|
16 years |
bills |
Fix checking of good fit. Changed name to pGoodFit to emphasize that …
|
|
|
|
@30031
|
16 years |
eugene |
modifications to psImageMapFit to allow for unfittable data (at a …
|
|
|
|
@30024
|
16 years |
bills |
use portable types for 64 bit printfs. Required for build on macos …
|
|
|
|
@29934
|
16 years |
eugene |
add support for gzipped I/O
|
|
|
|
@29933
|
16 years |
eugene |
add support for gziped I/O; use psStringRealloc in psSlurp to return a …
|
|
|
|
@29932
|
16 years |
eugene |
add psStringRealloc function
|
|
|
|
@29931
|
16 years |
eugene |
proper error for failure to read cube
|
|
|
|
@29930
|
16 years |
eugene |
support modified bDraw APIs
|
|
|
|
@29929
|
16 years |
eugene |
drop obsolete tst_* test code; add test for variance in interpolation; …
|
|
|
|
@29833
|
16 years |
watersc1 |
Merge of czw_branch/20100817 into trunk. This includes the …
|
|
|
|
@29592
|
16 years |
eugene |
add windowed FFT option (currently unused)
|
|
|
|
@29542
|
16 years |
eugene |
merge changes from eam_branches/ipp-20100823
|
|
|
|
@29070
|
16 years |
watersc1 |
Fixing constants that shouldn't need to be fixed.
|
|
|
|
@29014
|
16 years |
eugene |
abort on image size mismatch (would segfault)
|
|
|
|
@28998
|
16 years |
eugene |
added pre-ffted kernel convolutions, changed minimization to accept …
|
|
|
|
@28667
|
16 years |
Paul Price |
It's bothered me for a while that the noise model that we have been …
|
|
|
|
@28635
|
16 years |
Paul Price |
Check types and sizes.
|
|
|
|
@28634
|
16 years |
Paul Price |
Allow NULL constraint.
|
|
|
|
@28580
|
16 years |
Paul Price |
Better way of checking for empty tables --- doesn't always make sense.
|
|
|
|
@28511
|
16 years |
Paul Price |
Fix logical error. Add check for empty table when getting size.
|
|
|
|
@28510
|
16 years |
Paul Price |
Previous solution didn't work.
|
|
|
|
@28509
|
16 years |
Paul Price |
Better error message.
|
|
|
|
@28507
|
16 years |
Paul Price |
An 'image' can be an empty table.
|
|
|
|
@28405
|
16 years |
Paul Price |
Discovered a race condition in the threading process. The thread …
|
|
|
|
@28404
|
16 years |
Paul Price |
Seek to end when opening message (log) file
|
|
|
|
@28402
|
16 years |
Paul Price |
Pulling pthread out of psThread type because it's unnecessary (never …
|
|
|
|
@28401
|
16 years |
Paul Price |
Adding comment on race condition in psMemory: don't need to deal with …
|
|
|
|
@28400
|
16 years |
Paul Price |
Lock on finishing up, because threads are still running. Ensure …
|
|
|
|
@28351
|
16 years |
Paul Price |
Add backtrace to pin down bug where task is undefined.
|
|
|
|
@28350
|
16 years |
Paul Price |
Hack to work around MySQL dump bug.
|
|
|
|
@28307
|
16 years |
Paul Price |
Add backtrace to abort and assertion output.
|
|
|
|
@28232
|
16 years |
Paul Price |
Dealing with the wrap at RA=0=2pi. Using 2*hav(theta) = 1-cos(theta) …
|
|
|
|
@28225
|
16 years |
Paul Price |
Fix multiple problems:
1. Some functions were not pruning, hence were …
|
|
|
|
@28223
|
16 years |
Paul Price |
Add extra diagnostics.
|
|
|
|
@28216
|
16 years |
Paul Price |
Fix compiler warning on type.
|
|
|
|
@28208
|
16 years |
Paul Price |
Adding functions psFitsReadTableAllColumns and …
|
|
|
|
@28172
|
16 years |
Paul Price |
Sync log file before aborting.
|
|
|
|
@28152
|
16 years |
Paul Price |
Problem: the interpolation has introduced power into the covariance …
|
|
|
|
@28151
|
16 years |
Paul Price |
In case there's already some covariance.…
|
|
|
|
@28149
|
16 years |
Paul Price |
After scaling, must renormalise covariance to remove errors in …
|
|
|
|
@28140
|
16 years |
Paul Price |
Reworking the locking again, now it's a bit clearer in my mind. Added …
|
|
|
|
@28138
|
16 years |
Paul Price |
Reworking the locks because something still seems to be sneaking …
|
|
|
|
@28136
|
16 years |
Paul Price |
Remove all thread tasks when told to.
|
|
|
|
@28043
|
16 years |
watersc1 |
Merging czw_branch (maskstats and software versions) back into the trunk
|
|
|
|
@28006
|
16 years |
eugene |
merging changes from PAP branch with modifications to the covariance …
|
|
|
|
@27911
|
16 years |
Paul Price |
Only use the thread mechanisms if threading is activated; otherwise, …
|
|
|
|
@27910
|
16 years |
Paul Price |
Fix compilation errors.
|
|
|
|
@27908
|
16 years |
Paul Price |
Adding mutex on psImageConvolveSetThreads to attempt to fix sporadic …
|
|
|
|
@27816
|
16 years |
eugene |
create a macro to return the image type
|
|
|
|
@27774
|
16 years |
Paul Price |
Rework to allow lines of an arbitrary size. Cleaned up code too.
|
|
|
|
@27702
|
16 years |
Paul Price |
Need to initialise.
|
|
|
|
@27697
|
16 years |
Paul Price |
psImageCovarianceSum now sums a single covariance matrix to produce a …
|
|
|
|
@27646
|
16 years |
eugene |
added a comment
|
|
|
|
@27645
|
16 years |
eugene |
added comments
|
|
|
|
@27553
|
16 years |
Paul Price |
Allocators should NEVER return NULL!
|
|
|
|
@27448
|
16 years |
bills |
remove noWriteFitsKeys before translating them. This fixes a problem …
|
|
|
|