|
|
|
@7235
|
20 years |
Paul Price |
psFitsWriteBlank will now preserve NAXISn, etc, having set NAXIS=0.
|
|
|
|
@7234
|
20 years |
Paul Price |
Changing the order of arguments for psFitsWriteHeader and …
|
|
|
|
@7233
|
20 years |
Paul Price |
Changed order of arguments for psFitsWriteHeader.
|
|
|
|
@7232
|
20 years |
Paul Price |
Changing the order of arguments for psFitsWriteHeader and …
|
|
|
|
@7231
|
20 years |
Paul Price |
Adding extname paramter to psFitsWriteTable.
|
|
|
|
@7230
|
20 years |
Paul Price |
Moving psFitsWriteTable functionality into psFitsInsertTable (the two …
|
|
|
|
@7229
|
20 years |
Paul Price |
Changing p_psFitsWriteHeader to psFitsWriteHeader (no check on the …
|
|
|
|
@7228
|
20 years |
Paul Price |
Removing psBinaryOp with = operator (no longer supported) in favour of …
|
|
|
|
@7227
|
20 years |
Paul Price |
psFitsWriteHeader checks that the HDU exists, and creates one if …
|
|
|
|
@7226
|
20 years |
Paul Price |
Extending the block on writing certain FITS headers to tables; …
|
|
|
|
@7225
|
20 years |
drobbin |
updated tests to remove failing outputs.
|
|
|
|
@7224
|
20 years |
Paul Price |
Fixing problem that prevented us from writing a PHU consisting of a …
|
|
|
|
@7223
|
20 years |
drobbin |
fixed some tests and reset verified output.
|
|
|
|
@7222
|
20 years |
Paul Price |
Getting rid of extraneous parenthesis that caused formatting problems.
|
|
|
|
@7221
|
20 years |
Paul Price |
Only particular FITS keywords may be duplicated in the metadata; …
|
|
|
|
@7211
|
20 years |
Paul Price |
Removing psDB_dummy.h in favour of putting its function into psDB.h so …
|
|
|
|
@7210
|
20 years |
Paul Price |
Adding emacs temporary files to CLEANFILES
|
|
|
|
@7209
|
20 years |
Paul Price |
Removing old files, which shouldn't have been here in the first place.
|
|
|
|
@7208
|
20 years |
Paul Price |
Removing old stuff --- it used psCell, so it's really really old. …
|
|
|
|
@7203
|
20 years |
Paul Price |
Generate a MULTI the first time a DUPLICATE_OK is supplied. Change …
|
|
|
|
@7202
|
20 years |
Paul Price |
Updated test following update of psArguments.c
|
|
|
|
@7201
|
20 years |
Paul Price |
MULTI is now used for multiple items with the same value (-arg 1 -arg …
|
|
|
|
@7193
|
20 years |
Paul Price |
Cleaning up macro code.
|
|
|
|
@7192
|
20 years |
Paul Price |
Cleaned up macro code.
|
|
|
|
@7189
|
20 years |
Paul Price |
Adding logical operators: & and |
|
|
|
|
@7188
|
20 years |
Paul Price |
Changing printf to psTrace.
|
|
|
|
@7182
|
20 years |
drobbin |
fixed stdout so all machine outputs will match.
|
|
|
|
@7181
|
20 years |
drobbin |
Added verbose setting to test to turn off data values output. (causes …
|
|
|
|
@7180
|
20 years |
drobbin |
check in changes. Output is said to be verified by paul price. minor …
|
|
|
|
@7167
|
20 years |
Paul Price |
Don't bother checking values that have already been masked.
|
|
|
|
@7166
|
20 years |
Paul Price |
Adding reporting of how many values were clipped.
|
|
|
|
@7164
|
20 years |
Paul Price |
Calculate clippedNvalues.
|
|
|
|
@7163
|
20 years |
Paul Price |
Changing psStats to use "long" for counts.
|
|
|
|
@7162
|
20 years |
Paul Price |
Making sure SIMPLE, BITPIX and NAXIS are set in data-less primary headers
|
|
|
|
@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.
|
|
|
|