|
|
|
@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 …
|
|
|
|
@27417
|
16 years |
Paul Price |
Merging development branch branches/pap_stack/ (exposure maps and …
|
|
|
|
@27334
|
16 years |
Paul Price |
Plug memory leak.
|
|
|
|
@27313
|
16 years |
Paul Price |
Preserve type in psFitsReadImageBuffer.
|
|
|
|
@27303
|
16 years |
Paul Price |
Renaming psBitSet as psBits, and reworking code.
|
|
|
|
@27249
|
16 years |
Paul Price |
Wasn't being rigorous about checking for good pixels: just because …
|
|
|
|
@27219
|
16 years |
bills |
fix build Mac build problem
|
|
|
|
@27145
|
16 years |
Paul Price |
Better error checking.
|
|
|
|
@27097
|
16 years |
Paul Price |
Multiple retries to measure background statistics, to avoid writing …
|
|
|
|
@27069
|
16 years |
Paul Price |
Initialise Npixels.
|
|
|
|
@27068
|
16 years |
Paul Price |
And another.
|
|
|
|
@27067
|
16 years |
Paul Price |
Fix syntax error.
|
|
|
|
@27066
|
16 years |
Paul Price |
Better measurement of the background when the mask fraction is such …
|
|
|
|
@27056
|
16 years |
Paul Price |
Check return value of fprintf.
|
|
|
|
@26951
|
16 years |
eugene |
return a nan, not an abort, on a nan result
|
|
|
|
@26892
|
16 years |
eugene |
updates from eam_branches/20091201
|
|
|
|
@26641
|
16 years |
eugene |
add additional checks for perverse data cases
|
|
|
|
@26615
|
17 years |
eugene |
handle situations where the data range is absurd due to a smallish …
|
|
|
|
@26481
|
17 years |
bills |
If cfitsio type is TLONGLONG save as a psS64. It was falling through …
|
|
|
|
@26451
|
17 years |
eugene |
adding limits to message repeats for clarity
|
|
|
|
@26266
|
17 years |
eugene |
importing changes from eam_branches/20091113
|
|
|
|
@26001
|
17 years |
Paul Price |
Merging branches/pap for dual convolution.
|
|
|
|
@25994
|
17 years |
eugene |
add utility function to calculate covarFactor in an aperture
|
|
|
|
@25949
|
17 years |
Paul Price |
Removing duplicate line; from Eric Tittley.
|
|
|
|
@25884
|
17 years |
eugene |
change error to warning in robust stats
|
|
|
|
@25753
|
17 years |
eugene |
add psImageMaskPixels, psImageMapCleanup, psImageMapRepair
|
|
|
|
@25752
|
17 years |
eugene |
add 0.5pix note
|
|
|
|
@25478
|
17 years |
Paul Price |
Expand to allow S64, U64 types. Set outputs to values that will …
|
|
|
|
@25439
|
17 years |
Paul Price |
Fixing fuzz so that the expectation value is preserved: by adding …
|
|
|
|
@25383
|
17 years |
Paul Price |
Merging branches/pap (detection efficiency development) into trunk.
|
|
|
|
@25315
|
17 years |
bills |
add support for != operator
|
|
|
|
@25256
|
17 years |
Paul Price |
Merging branches/pap_mops into trunk. ppMops now merges multiple …
|
|
|
|
@25087
|
17 years |
Paul Price |
Add trace statements for debugging.
Fix writing FITS tables: need to …
|
|
|
|
@25049
|
17 years |
Paul Price |
XSI-compliant and GNU-specific versions were around the wrong way.
|
|
|
|
@25002
|
17 years |
Paul Price |
Fixing bug that prevents funpack from decompressing FITS files cleanly …
|
|
|
|
@24987
|
17 years |
Paul Price |
Check for dy = 0 when calculating dx/dy.
|
|
|
|
@24960
|
17 years |
Paul Price |
Fixing error message to be a bit more helpful.
|
|
|
|
@24901
|
17 years |
Paul Price |
Adding trace statements.
|
|
|
|
@24886
|
17 years |
eugene |
fix error in psVectorRealloc: was initing values from ->n to ->nalloc …
|
|
|
|
@24884
|
17 years |
eugene |
add test for zero-range vector in fitted stats v4; clean up exit for …
|
|
|
|
@24863
|
17 years |
Paul Price |
Propagate error instead of SEGV.
|
|
|
|
@24832
|
17 years |
Paul Price |
Adding function to provide weighted average of covariance matrices.
|
|
|
|
@24820
|
17 years |
eugene |
removed out-of-date XXX comment
|
|
|
|
@24790
|
17 years |
eugene |
added COUNT_WARNING macro to limit the number of repeated warning messages
|
|
|
|
@24619
|
17 years |
eugene |
do NOT memset recycled vectors (for now) -- this breaks ppStack for …
|
|
|
|
@24572
|
17 years |
eugene |
delete mergeinfo prop
|
|
|
|
@24571
|
17 years |
eugene |
apply property changes
|
|
|
|
@24563
|
17 years |
eugene |
zero newly-allocated vector elements
|
|
|
|
@24512
|
17 years |
Paul Price |
Done with development of mechanism to automatically publish …
|
|
|
|
@24497
|
17 years |
Paul Price |
Doubles should use lf.
|
|
|
|
@24481
|
17 years |
eugene |
min,max incorrectly calculated; for Nsubset > Npixels, loop directly …
|
|
|
|
@24432
|
17 years |
Paul Price |
Making messages more useful.
|
|
|
|
@24393
|
17 years |
eugene |
adding ignore entries
|
|
|
|
@24322
|
17 years |
giebink |
added test/optime/Makefile to AC_CONFIG_FILES
|
|
|
|
@24321
|
17 years |
giebink |
time tests moved
|
|
|
|
@24320
|
17 years |
giebink |
operational time test
|
|
|
|
@24319
|
17 years |
giebink |
operational time test
|
|
|
|
@24318
|
17 years |
giebink |
separating timing tests
|
|
|
|
@24303
|
17 years |
giebink |
corrected for change to psConverTime function
|
|
|
|
@24285
|
17 years |
bills |
In psFitsCompressionTypeFromString allow matches where the beginning …
|
|
|
|
@24272
|
17 years |
Paul Price |
Copy covariance matrix when copying readout.
|
|
|
|
@24220
|
17 years |
eugene |
set distinct NAN value
|
|
|
|
@24143
|
17 years |
welling |
Added PSARGUMENTS_INSTANTIATE_GENERICS and …
|
|
|
|
@24122
|
17 years |
eugene |
use c99 macro isfinite rather than finite
|
|
|
|
@24092
|
17 years |
eugene |
fitting the histogram value can result in ill-conditioned matrices; …
|
|
|
|
@24091
|
17 years |
eugene |
rename psMatrixGJSolveF32 to psMatrixGJSolve; better handling of …
|
|
|
|
@24090
|
17 years |
eugene |
rename LU decomp functions
|
|
|
|
@24089
|
17 years |
eugene |
return NAN for dparams on failure; rename psMatrixGJSolveF32 to …
|
|
|
|
@24088
|
17 years |
eugene |
rename psMatrixGJSolveF32 to psMatrixGJSolve
|
|
|
|
@24087
|
17 years |
eugene |
add a test for an example ill-conditioned matrix
|
|
|
|
@24086
|
17 years |
eugene |
explicitly call either GJ or LU solve functions; fixed errors on …
|
|
|
|
@24085
|
17 years |
eugene |
rename psMatrixLUSolve to psMatrixLUSolution, psMatrixLUD to …
|
|
|
|
@24084
|
17 years |
eugene |
rename psMatrixLUSolve to psMatrixLUSolution, psMatrixLUD to …
|
|
|
|
@24083
|
17 years |
eugene |
reinstate tests with segfaults to remind us to fix them; modify …
|
|
|
|
@24072
|
17 years |
eugene |
delete deprecated test
|
|
|
|
@24071
|
17 years |
eugene |
deleting ancient test directories
|
|
|
|
@24070
|
17 years |
eugene |
deleting ancient test directories
|
|
|
|
@24024
|
17 years |
eugene |
re-allow tests to be built
|
|
|
|
@24023
|
17 years |
eugene |
fixed API errors
|
|
|
|
@24020
|
17 years |
eugene |
add test of specific problem images for psMatrixGJSolve
|
|
|
|
@24019
|
17 years |
eugene |
ignore tap_psMatrix08
|
|
|
|
@23989
|
17 years |
eugene |
always handle psVectorStats false return status (is an error); check …
|
|
|
|
@23988
|
17 years |
eugene |
* converted a few critical traces to logs
* removed the excessive -- …
|
|
|
|
@23984
|
17 years |
eugene |
added some test code to verify GJ elimination: move to a real test
|
|
|
|
@23983
|
17 years |
eugene |
replace LU-decomp solver with real Gauss-Jordan elimination (which …
|
|
|
|
@23915
|
17 years |
eugene |
a multi results in an OR set for LIKE as well as == eg: (A LIKE foo OR …
|
|
|
|
@23882
|
17 years |
Paul Price |
Adding function to calculate covariance pseudo-matrix when binning.
|
|
|
|
@23859
|
17 years |
Paul Price |
There's no reason why multiple '@' characters can't appear on the same …
|
|
|
|
@23807
|
17 years |
Paul Price |
Fixing old names.
|
|
|
|
@23793
|
17 years |
Paul Price |
Making version information not dependent upon running configure, but …
|
|
|
|
@23787
|
17 years |
Paul Price |
Found good way to set version information.
|
|
|
|
@23738
|
17 years |
Paul Price |
Output directory isn't required.
|
|
|
|
@23694
|
17 years |
Paul Price |
Cleaning up.
|
|
|
|