|
|
|
@7161
|
20 years |
Paul Price |
Updating essential headers for psFitsInsertImage. psFitsWriteImage …
|
|
|
|
@7160
|
20 years |
Paul Price |
Increasing number of data points, using sigma instead of multiplier …
|
|
|
|
@7148
|
20 years |
Paul Price |
Making nFail optional in psMetadataConfigParse.
|
|
|
|
@7143
|
20 years |
Paul Price |
Applying patch from Josh --- 'It adds support for multi column/field …
|
|
|
|
@7139
|
20 years |
Paul Price |
Adding check for NAN data.
|
|
|
|
@7137
|
20 years |
Paul Price |
Increasing number of data values. Increasing background value (makes …
|
|
|
|
@7136
|
20 years |
Paul Price |
Increasing background value (it makes the test a bit harder to fail, …
|
|
|
|
@7135
|
20 years |
Paul Price |
Updating polynomial fitting to work properly with masks.
|
|
|
|
@7134
|
20 years |
Paul Price |
psMemIncrRefCounter should have const
|
|
|
|
@7133
|
20 years |
Paul Price |
Fixing some typos
|
|
|
|
@7132
|
20 years |
Paul Price |
Cleaning up code in psStats.c and psMathUtils.[ch]
|
|
|
|
@7131
|
20 years |
Paul Price |
Updating stats tests, following update to psStats.c
|
|
|
|
@7130
|
20 years |
Paul Price |
Better test for psMinimize --- fitting a Gaussian, and comparing …
|
|
|
|
@7125
|
20 years |
drobbin |
fixed tests for ImageRow/Col F32, F64. Edited value comparisons to …
|
|
|
|
@7124
|
20 years |
drobbin |
fixed failing tests (ImageColF32,F64). Someone must have incorrectly …
|
|
|
|
@7123
|
20 years |
Paul Price |
Reverting to loop method for overlay with images of different types …
|
|
|
|
@7122
|
20 years |
Paul Price |
Fixing length of extracted vector.
|
|
|
|
@7121
|
20 years |
Paul Price |
Fixing errors in the macro that prevented compilation. Builds now.
|
|
|
|
@7120
|
20 years |
Paul Price |
Rows and columns were confused (psImageRow extracted a column, and …
|
|
|
|
@7119
|
20 years |
drobbin |
edited output messages from EOC so they pass on the server. (Problems …
|
|
|
|
@7118
|
20 years |
drobbin |
Updated outputting message in EOC. (Added VERBOSE option, set default …
|
|
|
|
@7115
|
20 years |
magnier |
dropped error message for NULL input string in psStringSplit
|
|
|
|
@7112
|
20 years |
Paul Price |
Adding optimisation for psImageOverlaySection. When using the '=' …
|
|
|
|
@7111
|
20 years |
drobbin |
just text formatting.
|
|
|
|
@7110
|
20 years |
drobbin |
reset stderr. Warning messages missing from output, should be okay.
|
|
|
|
@7109
|
20 years |
drobbin |
Reset error outputs. (just a psWarning was removed at some point from …
|
|
|
|
@7108
|
20 years |
drobbin |
changed return values so that SetOffset loop doesn't return 0 by mistake.
|
|
|
|
@7107
|
20 years |
Paul Price |
Updating polynomial fitting for 3 and 4 dimensions
|
|
|
|
@7106
|
20 years |
Paul Price |
Fixing number of data points
|
|
|
|
@7105
|
20 years |
Paul Price |
Fixing tests: standardised inputs, distributed inputs around [-1,1] so …
|
|
|
|
@7104
|
20 years |
Paul Price |
Rewrote vectorFitPolynomial1DCheb to use the standard linear fitting …
|
|
|
|
@7103
|
20 years |
Paul Price |
Reorganising psMatrixGJSolve.
|
|
|
|
@7102
|
20 years |
Paul Price |
Renaming psGaussJordan to psMatrixGJSolve, moving function into psMatrix.c
|
|
|
|
@7101
|
20 years |
Paul Price |
Moving psGaussJordan into psMatrix.c, renaming to psMatrixGJSolve.
|
|
|
|
@7093
|
20 years |
Paul Price |
Adding core dumps to list of files to remove on 'make clean'
|
|
|
|
@7092
|
20 years |
Paul Price |
Adding core dumps to list of files to clean.
|
|
|
|
@7091
|
20 years |
Paul Price |
Removing old version of psImageSmooth. The new version is much …
|
|
|
|
@7090
|
20 years |
Paul Price |
Updated test to provide some feedback on where the error is occurring.
|
|
|
|
@7089
|
20 years |
Paul Price |
Added bounds checking to psImageSmooth. Discovered bugs: 1. The final …
|
|
|
|
@7085
|
20 years |
drobbin |
edited stdout so the server output would match my machine's.
|
|
|
|
@7079
|
20 years |
magnier |
cleaned up ELIXIR/OLD version split
|
|
|
|
@7078
|
20 years |
Paul Price |
Applying patch from Josh to fix my_bool in mySQL stuff --- their …
|
|
|
|
@7077
|
20 years |
Paul Price |
SEGVs from overrunning the bounds with narrow images averted.
|
|
|
|
@7076
|
20 years |
Paul Price |
Moving temporary variables into where they are defined, ala C99.
|
|
|
|
@7071
|
20 years |
drobbin |
Fixed some tiny things and working on fixing psImageSmooth (not done).
|
|
|
|
@7070
|
20 years |
Paul Price |
Applying patch from Josh Hoblitt: Patch to add transaction control to psdb
|
|
|
|
@7057
|
20 years |
drobbin |
fixed seg fault occuring from NULL input image in imageSubset. Moved …
|
|
|
|
@7056
|
20 years |
drobbin |
Fixed tests for psImageCountPixelMask.
|
|
|
|
@7055
|
20 years |
drobbin |
Fixed memory leak and output errors associated with psImageSlice -> …
|
|
|
|
@7050
|
20 years |
Paul Price |
Adding patch from Josh, which adds psDBLastInsertId
|
|
|
|
@7047
|
20 years |
drobbin |
Fixed stderr differences.
|
|
|
|
@7046
|
20 years |
drobbin |
Edited error message and updated indexSort test
|
|
|
|
@7045
|
20 years |
Paul Price |
Fixing psStringSplit following code update.
|
|
|
|
@7044
|
20 years |
drobbin |
Edited psVectorCopy and psVectorSort. Added error handling for NULL …
|
|
|
|
@7043
|
20 years |
drobbin |
Edited psVectorCopy and psVectorSort. Added error handling for NULL …
|
|
|
|
@7042
|
20 years |
Paul Price |
Fixing bug in psVectorSortIndex --- the switch was on the output type …
|
|
|
|
@7033
|
20 years |
Paul Price |
Supporting NULL for PS_DATA_STRING metadata item.
|
|
|
|
@7032
|
20 years |
Paul Price |
Supporting NULL for PS_DATA_STRING metadata items when printing the …
|
|
|
|
@7031
|
20 years |
Paul Price |
Removing assertion on NULL string --- psMetadataAddStr needs to handle …
|
|
|
|
@7021
|
20 years |
Paul Price |
Fixing bug in psArgumentHelp caused when default value (type S32) was …
|
|
|
|
@7015
|
20 years |
magnier |
fixed psStringSplit to use strpbrk, added boolean for significance of …
|
|
|
|
@7013
|
20 years |
magnier |
added support for S8,S16,U8,U16,U32
|
|
|
|
@6989
|
20 years |
drobbin |
updated stringSplit NULL-handling (& tests)
|
|
|
|
@6988
|
20 years |
drobbin |
reset on server.
|
|
|
|
@6987
|
20 years |
drobbin |
edited failing test.
|
|
|
|
@6986
|
20 years |
drobbin |
reset stdout file.
|
|
|
|
@6977
|
20 years |
Paul Price |
Added special case for psVectorCopy (copying to the same type: use …
|
|
|
|
@6962
|
20 years |
magnier |
changed psStringSplit to accept NULL input string
|
|
|
|
@6959
|
20 years |
magnier |
loop was running <= upper limits, rather than < upper limits
|
|
|
|
@6954
|
20 years |
Paul Price |
Removing AC_DISABLE_STATIC.
|
|
|
|
@6953
|
20 years |
Paul Price |
Adding psDB_dummy.h to replace psDB.h when mysql is not used.
|
|
|
|
@6952
|
20 years |
Paul Price |
Better solution to fftw problem.
|
|
|
|
@6951
|
20 years |
Paul Price |
Adding math library to LIBS so that we can get FFTW in the presence of …
|
|
|
|
@6942
|
20 years |
magnier |
modification of singular matrix handling
|
|
|
|
@6941
|
20 years |
magnier |
fixed some end-point errors with regions
|
|
|
|
@6940
|
20 years |
magnier |
fixed end-post errors in psImageCountPixelMask
|
|
|
|
@6939
|
20 years |
magnier |
restore the GaussJordan inversion
|
|
|
|
@6938
|
20 years |
magnier |
replaced psRegion support
|
|
|
|
@6937
|
20 years |
magnier |
replaced psImageSmooth with faster version
|
|
|
|
@6936
|
20 years |
magnier |
fixed missing vector length assignments
|
|
|
|
@6935
|
20 years |
magnier |
region selected by 0,0,0,0 was off by one on the upper limits
(must …
|
|
|
|
@6920
|
20 years |
magnier |
replaced PS_DATA_REGION because we need to be able to dynamically …
|
|
|
|
@6914
|
20 years |
drobbin |
No changes made.
|
|
|
|
@6913
|
20 years |
drobbin |
Edited psDataType-> removed PS_DATA_REGION since this type isn't …
|
|
|
|
@6912
|
20 years |
drobbin |
edited files to reflect changes & patches applied by IFA. Currently …
|
|
|
|
@6901
|
20 years |
magnier |
added NaN checks with psAbort
|
|
|
|
@6886
|
20 years |
Paul Price |
Vector length problem with psVectorSortIndex. See bug 737.
|
|
|
|
@6885
|
20 years |
Paul Price |
Fixing bug in number of elements in psBinaryOp and psUnaryOp: when the …
|
|
|
|
@6884
|
20 years |
Paul Price |
Forgot to add the header to the metadata after stripping trailing spaces.
|
|
|
|
@6883
|
20 years |
Paul Price |
Remove trailing spaces from string header values.
|
|
|
|
@6878
|
20 years |
Paul Price |
Increasing maximum length of line, to be compatible with GPC1 camera …
|
|
|
|
@6874
|
20 years |
magnier |
variety of small changes related to inconsistencies between psModules …
|
|
|
|
@6831
|
20 years |
desonia |
added check for libxml2 version to be 2.6.0 or greater.
|
|
|
|
@6806
|
20 years |
drobbin |
Made changes concerning subimage issue and testing of changes.
|
|
|
|
@6805
|
20 years |
drobbin |
Made some changes for subimages issue and region issues.
|
|
|
|
@6801
|
20 years |
desonia |
* empty log message *
|
|
|
|
@6800
|
20 years |
desonia |
changed version number to be post rel11.
|
|
|
|
@6798
|
20 years |
desonia |
added removal of temporary file, libpslib.la.temp, after it is no …
|
|
|
|
@6796
|
20 years |
desonia |
updated clean tag
|
|
|
|
@6793
|
20 years |
desonia |
changed version and tweaks for distcheck.
|
|
|
|