|
|
|
@36296
|
13 years |
watersc1 |
Fixed issue in scaled polyfit code that broke PATTERN.ROW correction. …
|
|
|
|
@36290
|
13 years |
watersc1 |
This should resolve the issues with the fitted statistics. Briefly, …
|
|
|
|
@36238
|
13 years |
watersc1 |
Fix final error in fitted stats: Ensure that the binsize does not …
|
|
|
|
@36237
|
13 years |
watersc1 |
Free forgotten values in psMinimizePolyFit. Correct some errors in …
|
|
|
|
@36222
|
13 years |
watersc1 |
Partially corrected psStats code. psStats/robustMedian handles small …
|
|
|
|
@36180
|
13 years |
watersc1 |
Fix to mixture model code for cases where NAN values appear. This …
|
|
|
|
@36121
|
13 years |
eugene |
fix boundaries on cumulative histogram; iterative clip uses 25 fixed …
|
|
|
|
@36114
|
13 years |
eugene |
use linear instead of quadratic fit for UQ and LQ as well (to avoid …
|
|
|
|
@36105
|
13 years |
watersc1 |
Fixes to robust median: -CDF should skip empty bins. -the median …
|
|
|
|
@36082
|
13 years |
eugene |
merge changes from EAM branch (add isInteractive element to psMinimizeLMM)
|
|
|
|
@35980
|
13 years |
watersc1 |
Remove unnecessary debug print statement.
|
|
|
|
@35951
|
13 years |
watersc1 |
The segfault error was due to forgetting that after removing Ncensored …
|
|
|
|
@35864
|
13 years |
bills |
In psMetadataConfigRead return error if psSlurpFilename returns an …
|
|
|
|
@35798
|
13 years |
watersc1 |
Fix to psMM that avoids memory corruption when Ncensored = 0.
|
|
|
|
@35785
|
13 years |
watersc1 |
Fixed psMM errors in handling NAN values. I've added a wrapper …
|
|
|
|
@35767
|
13 years |
eugene |
add new psMinimizeLMChi2 function with new convergence criterion; add …
|
|
|
|
@35674
|
13 years |
bills |
be careful out shifting bits to cacluate bscale. Shift a long value so …
|
|
|
|
@35555
|
13 years |
eugene |
add comment
|
|
|
|
@35469
|
13 years |
eugene |
fix unused variable
|
|
|
|
@35400
|
13 years |
watersc1 |
Add option to switch back to old rejection code. Disabled testing …
|
|
|
|
@35394
|
13 years |
watersc1 |
Update to FWHM rejection. I've not fully tested this yet, although it …
|
|
|
|
@35158
|
13 years |
bills |
add entry for BILINEAR_SIMPLE in the kernelSizes array
|
|
|
|
@34938
|
14 years |
watersc1 |
Switching IS_BILIN_SEPARABLE back to zero, as my change wasn't useful …
|
|
|
|
@34800
|
14 years |
watersc1 |
Merge from my branch including background restoration and stack stage …
|
|
|
|
@34724
|
14 years |
bills |
In psImageSmooth, handle sigma values that result in Nrange < 1. If …
|
|
|
|
@34703
|
14 years |
bills |
Detect error conditions where the number of histogram bins calculated …
|
|
|
|
@34702
|
14 years |
bills |
enhance assert requiring nbins > 0 to show the supplied illegal value
|
|
|
|
@34664
|
14 years |
bills |
Belatedly add leap second added July 1, 2012.
|
|
|
|
@34365
|
14 years |
bills |
relax assertion failure that was too strict
|
|
|
|
@34257
|
14 years |
eugene |
update the comments to ellipse functions
|
|
|
|
@34219
|
14 years |
bills |
Fix problem with debug build introduced by last revision
|
|
|
|
@34153
|
14 years |
eugene |
plug some leaks; clear faults on threads after counting the faults
|
|
|
|
@34089
|
14 years |
eugene |
changes to support pedantic gcc warnings; add configure option for …
|
|
|
|
@33955
|
14 years |
eugene |
fix alloc error (rare or never hit)
|
|
|
|
@33645
|
14 years |
eugene |
always read into a valid 2D image, even if input FITS file is 0D, 1D, …
|
|
|
|
@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.
|
|
|
|