|
|
|
@15794
|
19 years |
Paul Price |
Adding comments to header file.
|
|
|
|
@15785
|
19 years |
Paul Price |
Fixing matrix multiplication. The check of dimensions was wrong, so I …
|
|
|
|
@15768
|
19 years |
Paul Price |
Fixing psMatrixTranspose to allow transposition of non-square matrices.
|
|
|
|
@15767
|
19 years |
Paul Price |
Determinant should be optional in psMatrixDeterminant.
|
|
|
|
@15760
|
19 years |
Paul Price |
Fixing use of macro.
|
|
|
|
@15759
|
19 years |
Paul Price |
Adding additional details in assertions.
|
|
|
|
@15714
|
19 years |
Paul Price |
Fixing comment.
|
|
|
|
@15713
|
19 years |
Paul Price |
Removing sort code of unknown (and suspicious: NR?) provenance from …
|
|
|
|
@15712
|
19 years |
Paul Price |
Removing stupid test.
|
|
|
|
@15711
|
19 years |
Paul Price |
Removing heap sort code that was straight out of Numerical Recipes. …
|
|
|
|
@15710
|
19 years |
Paul Price |
Wrong number of tests.
|
|
|
|
@15709
|
19 years |
gusciora |
Cosmetic changes only.
|
|
|
|
@15708
|
19 years |
gusciora |
Removed bug with the psFitsTable().
|
|
|
|
@15693
|
19 years |
Paul Price |
Case-insensitive matching.
|
|
|
|
@15692
|
19 years |
Paul Price |
Ensure case-insensitive comparison for min and max.
|
|
|
|
@15662
|
19 years |
Paul Price |
Adding check to see if we're on the PHU, in which case we …
|
|
|
|
@15640
|
19 years |
eugene |
crash on mismatched images
|
|
|
|
@15630
|
19 years |
Paul Price |
Integrating the code to choose the output BITPIX (and quantising …
|
|
|
|
@15627
|
19 years |
Paul Price |
Don't always want to tell everyone what random seed we've chosen.
|
|
|
|
@15625
|
19 years |
Paul Price |
Adding "NONE" for no compression.
|
|
|
|
@15615
|
19 years |
jhoblitt |
add additional tracing to psDBLastInsertID()
|
|
|
|
@15607
|
19 years |
Paul Price |
Tidying up.
|
|
|
|
@15599
|
19 years |
gusciora |
Added input parameter assert:
PS_ASSERT_IMAGE_NON_NULL(field, …
|
|
|
|
@15598
|
19 years |
gusciora |
Added psMemCheckImageMap()
|
|
|
|
@15586
|
19 years |
eugene |
adding a note
|
|
|
|
@15524
|
19 years |
Paul Price |
Should only allocate as much memory for string as is required.
|
|
|
|
@15523
|
19 years |
Paul Price |
Adding some additional memory instrumentation. Adding warning about …
|
|
|
|
@15507
|
19 years |
Paul Price |
Removing field in psImageMap to avoid carrying around a reference to …
|
|
|
|
@15505
|
19 years |
Paul Price |
Remove mmap code --- should not have done this in the first place.
|
|
|
|
@15503
|
19 years |
Paul Price |
Putting back change that caused memory corruption. Need to …
|
|
|
|
@15502
|
19 years |
Paul Price |
Removing extraneous +1.
|
|
|
|
@15498
|
19 years |
Paul Price |
Needed header file for PS_MIN
|
|
|
|
@15497
|
19 years |
Paul Price |
Reducing duplication.
|
|
|
|
@15496
|
19 years |
Paul Price |
No need to make string longer than its true length.
|
|
|
|
@15495
|
19 years |
Paul Price |
No need to cut strings off at 1024 characters.
|
|
|
|
@15493
|
19 years |
Paul Price |
Fixing typo.
|
|
|
|
@15492
|
19 years |
Paul Price |
Adding memory instrumentation for psImageCopy.
|
|
|
|
@15456
|
19 years |
Paul Price |
Adding additional information for tracking memory leaks.
|
|
|
|
@15454
|
19 years |
Paul Price |
Propagating allocation information, so leaks can be tracked down easier.
|
|
|
|
@15437
|
19 years |
Paul Price |
Plugging memory leak.
|
|
|
|
@15419
|
19 years |
Paul Price |
Adding PS_ASSERT_PTR_NULL
|
|
|
|
@15411
|
19 years |
Paul Price |
Replacing mmap with psSlurp. The proper behaviour of mmap when the …
|
|
|
|
@15410
|
19 years |
Paul Price |
Needs to know about psString.
|
|
|
|
@15407
|
19 years |
Paul Price |
Free what we've allocated in the event of an error.
|
|
|
|
@15406
|
19 years |
Paul Price |
Only free the vector if we allocated it.
|
|
|
|
@15384
|
19 years |
Paul Price |
psMessageDestination should not set anything for the log message, …
|
|
|
|
@15377
|
19 years |
gusciora |
Added a psMemCheckBinning() function.
|
|
|
|
@15370
|
19 years |
Paul Price |
Cleaned up code. Some required code was hidden in !PS_NO_TRACE …
|
|
|
|
@15335
|
19 years |
Paul Price |
Adding psFitsFloat.[ch] for quantising (and unquantising) …
|
|
|
|
@15324
|
19 years |
Paul Price |
Printing hex value of seed.
|
|
|
|
@15321
|
19 years |
Paul Price |
Expanding psImageConvolveMaskDirect and psImageConvolveMaskFFT to …
|
|
|
|
@15320
|
19 years |
Paul Price |
Adding psImageConvolveMaskFFT to use FFT convolution to convolve mask …
|
|
|
|
@15269
|
19 years |
jhoblitt |
add whitespace to a trace
|
|
|
|
@15261
|
19 years |
Paul Price |
Adding assertion.
|
|
|
|
@15254
|
19 years |
eugene |
changed mask to coeffMask, define PS_POLY_MASK_FIT,SET; distinguish …
|
|
|
|
@15253
|
19 years |
eugene |
changed mask to coeffMask, define PS_POLY_MASK_FIT,SET
|
|
|
|
@15249
|
19 years |
Paul Price |
Adding assertion on whether the FITS file is writable.
|
|
|
|
@15248
|
19 years |
Paul Price |
Adding function to return the number of rows in a FITS table. Also …
|
|
|
|
@15226
|
19 years |
Paul Price |
Handle NULL strings.
|
|
|
|
@15191
|
19 years |
Paul Price |
Translate the compressed image FITS headers to the proper header names …
|
|
|
|
@15179
|
19 years |
Paul Price |
Merging branch with FITS compression development.
|
|
|
|
@15126
|
19 years |
eugene |
for Robust Stats:
- measure +/- 0.5, 1.0, 2.0 sigma fractions to …
|
|
|
|
@15115
|
19 years |
eugene |
fixed edge case error
|
|
|
|
@15076
|
19 years |
eugene |
added psArraySortIndex
|
|
|
|
@15075
|
19 years |
eugene |
rename psCompareFcn to psCompareFunc
|
|
|
|
@15070
|
19 years |
eugene |
comment
|
|
|
|
@15069
|
19 years |
eugene |
space
|
|
|
|
@15050
|
19 years |
eugene |
drop useless psMemCheckType, change PS_ASSERT_PTR to PS_ASSERT_PTR_NON_NULL
|
|
|
|
@15049
|
19 years |
eugene |
add comment
|
|
|
|
@15048
|
19 years |
eugene |
limit histogram to 10k bins
|
|
|
|
@15047
|
19 years |
eugene |
temporarily disable PS_ASSERT_PTR, renamed to PS_ASSERT_PTR_HEAVY
|
|
|
|
@15046
|
19 years |
eugene |
cleanups; Alpha, Beta now only include unmasked parameters
|
|
|
|
@15045
|
19 years |
eugene |
use full histogram range to calculate binSize
|
|
|
|
@15041
|
19 years |
eugene |
added case of 1xN or Nx1 maps
|
|
|
|
@15001
|
19 years |
eugene |
add asserts for finite input values
|
|
|
|
@14988
|
19 years |
eugene |
added APIs to define psImageMap without psImage pointer
|
|
|
|
@14983
|
19 years |
Paul Price |
Including psMemory.h where required.
|
|
|
|
@14982
|
19 years |
Paul Price |
Memory assertion should be in the memory code, so that I can include …
|
|
|
|
@14960
|
19 years |
eugene |
init the mask vector if alloced here
|
|
|
|
@14931
|
19 years |
eugene |
added psStatsInit, FITTED_MEAN_V4, fixed out-of-range error in …
|
|
|
|
@14930
|
19 years |
eugene |
fixed extrapolation error in histograms with large dynamic range
|
|
|
|
@14929
|
19 years |
eugene |
adding psImageMap, psImagePixelInterpolate functions
|
|
|
|
@14928
|
19 years |
eugene |
added comment
|
|
|
|
@14927
|
19 years |
eugene |
adding psArrayRemoveDataNoFree
|
|
|
|
@14926
|
19 years |
eugene |
adding new tests for new functions
|
|
|
|
@14925
|
19 years |
eugene |
adding psImageInterpolatePixelBilinear
|
|
|
|
@14924
|
19 years |
eugene |
adding psImageMap functions, psImagePixelInterpolate functions
|
|
|
|
@14923
|
19 years |
eugene |
adding utility functions for coordinate system conversions
|
|
|
|
@14922
|
19 years |
eugene |
adding ability to return the subsample used for the stats
|
|
|
|
@14921
|
19 years |
eugene |
updates to child handling
|
|
|
|
@14885
|
19 years |
jhoblitt |
test cleanup
|
|
|
|
@14878
|
19 years |
jhoblitt |
change psFitsOptionsAlloc() to make a copy of it's tilesize arg
|
|
|
|
@14877
|
19 years |
jhoblitt |
add psFitsOptionsAlloc()
add psFitsSetOptions()
|
|
|
|
@14876
|
19 years |
jhoblitt |
psFitsSetCompression() error handling cleanups
|
|
|
|
@14872
|
19 years |
jhoblitt |
check psFitsSetCompression() to accept a psVector in place of an dim …
|
|
|
|
@14871
|
19 years |
jhoblitt |
change psFitsSetCompression() to report the cfitsio error stack
|
|
|
|
@14868
|
19 years |
jhoblitt |
add psFitsSetCompression()
|
|
|
|
@14866
|
19 years |
Paul Price |
Adding mask to psImageConvolveFFT, so that masked pixels may be set to …
|
|
|
|
@14826
|
19 years |
Paul Price |
Need to normalise the variance kernel so that the sum is unity --- …
|
|
|
|
@14762
|
19 years |
Paul Price |
Adding assertion on kernel sizes.
|
|
|
|