|
|
|
@10243
|
20 years |
Paul Price |
Adding assertion to psImageInit.
|
|
|
|
@10242
|
20 years |
Paul Price |
psMetadataItemParseBool needed an option for boolean input!
|
|
|
|
@10241
|
20 years |
jhoblitt |
change psDBPackMySQLRow() to check the return of psTimeToTM().
|
|
|
|
@10233
|
20 years |
jhoblitt |
change parseTime() to use psTimeFromISO() instead of psTimeStrptime() …
|
|
|
|
@10196
|
20 years |
magnier |
update .cvsignore
|
|
|
|
@10193
|
20 years |
magnier |
added tap output programs to .cvsignore
|
|
|
|
@10192
|
20 years |
magnier |
fixed error in p_psMinLM_GuessAB: failed to set masked parameters! …
|
|
|
|
@10178
|
20 years |
magnier |
added some asserts, testing GaussNewton values
|
|
|
|
@10177
|
20 years |
magnier |
added const to p_psVectorGetElementF64 and psVectorPrint
|
|
|
|
@10173
|
20 years |
magnier |
several important changes:
- simplified code for sampleMean and MinMax …
|
|
|
|
@10170
|
20 years |
magnier |
added test for non-normal matrix equation
|
|
|
|
@10169
|
20 years |
magnier |
added psVectorStats for sky measurement, with multiple stats options; …
|
|
|
|
@10166
|
20 years |
magnier |
added stats tests
|
|
|
|
@10136
|
20 years |
rhl |
Added psImageUnbinPixel
|
|
|
|
@10132
|
20 years |
jhoblitt |
compare NULL psTimes with "IS" instead of "="
|
|
|
|
@10130
|
20 years |
jhoblitt |
handle NULL psTime objections when generation SQL conditional stmts
|
|
|
|
@10123
|
20 years |
Paul Price |
Adding test for bug 845.
|
|
|
|
@10122
|
20 years |
magnier |
cleaned up psTimer functions, changed psTimerStop to return bool …
|
|
|
|
@10121
|
20 years |
magnier |
divide initial guess by Qii (previously assumed input matrix was …
|
|
|
|
@10108
|
20 years |
Paul Price |
Cause of problem in p0tool was found in psDB. psDBMySQLToPType was …
|
|
|
|
@10101
|
20 years |
rhl |
Posix requires sys/stat.h to use fstat
|
|
|
|
@10100
|
20 years |
rhl |
p_psGetConfigFileName no longer exists
|
|
|
|
@10093
|
20 years |
magnier |
added missing backslash char; was dropping certain files
|
|
|
|
@10092
|
20 years |
magnier |
timer should use tai, not utc; asserts should use an explicit integer
|
|
|
|
@10065
|
20 years |
Paul Price |
psArgumentVerbosity was clobbering the pre-set log level.
|
|
|
|
@10051
|
20 years |
magnier |
comment change
|
|
|
|
@10044
|
20 years |
jhoblitt |
add psDBAffectedRows()
|
|
|
|
@10017
|
20 years |
magnier |
finished psSparseBorder, runs tests ok
|
|
|
|
@10016
|
20 years |
magnier |
added tap_psSparse
|
|
|
|
@10015
|
20 years |
magnier |
finished initial psSparse tests
|
|
|
|
@10010
|
20 years |
magnier |
added tap tests for psSparseBorder functions
|
|
|
|
@10009
|
20 years |
magnier |
added psSparseBorder for special matrices
|
|
|
|
@10008
|
20 years |
jhoblitt |
implement database store support for psU32 & psU64s
|
|
|
|
@10001
|
20 years |
magnier |
more dev work on the psSparseBorder concepts
|
|
|
|
@9999
|
20 years |
jhoblitt |
change psDBPackMySQLRow() & psDBGenerateCreateTableS() to support …
|
|
|
|
@9995
|
20 years |
Paul Price |
Fixing compilation errors.
|
|
|
|
@9991
|
20 years |
magnier |
adding psSparseBorder APIs (ifdef-ed out)
|
|
|
|
@9990
|
20 years |
jhoblitt |
rename psDBInit() -> psDBAlloc() and set psDBFree() as the deallocator …
|
|
|
|
@9989
|
20 years |
Paul Price |
Function to get config file name was not globally visible.
|
|
|
|
@9988
|
20 years |
jhoblitt |
fix default etc dir
|
|
|
|
@9987
|
20 years |
Paul Price |
Changing p_psGetConfigFileName to p_psTimeConfigFileName --- previous …
|
|
|
|
@9985
|
20 years |
jhoblitt |
add support for "unique" fields
|
|
|
|
@9982
|
20 years |
Paul Price |
Fixing bug in psVectorHistogram when input is not of type F32.
|
|
|
|
@9980
|
20 years |
des |
Changed "if (MJD == NAN"..." to "if isnan(MJD)..." per Standard C.
|
|
|
|
@9979
|
20 years |
jhoblitt |
fix the install paths so that "shared" install files are contained in …
|
|
|
|
@9978
|
20 years |
des |
In function psVectorToString, appended after line 548 the following …
|
|
|
|
@9977
|
20 years |
drobbin |
Someone moved the datadir from psLib/share/pslib to psLib/share so …
|
|
|
|
@9976
|
20 years |
drobbin |
Implemented testing for psEarthOrientation. Done with motion, working …
|
|
|
|
@9975
|
20 years |
Paul Price |
Adding assertion on rng.
|
|
|
|
@9974
|
20 years |
Paul Price |
Excess psMetadataAddItem was causing errors ("Duplicate metadata item …
|
|
|
|
@9948
|
20 years |
drobbin |
Added empty test templates for psEarthOrientation.c and updated makefile
|
|
|
|
@9941
|
20 years |
drobbin |
Reformatted for consistency between tests.
|
|
|
|
@9939
|
20 years |
Paul Price |
string.h is required for strlen.
|
|
|
|
@9938
|
20 years |
jhoblitt |
in getMetadataType()
remove duplicate call to psMetadataAddItem() …
|
|
|
|
@9937
|
20 years |
jhoblitt |
when parsing a line don't terminate the comment at a '~'
|
|
|
|
@9936
|
20 years |
drobbin |
Reformatting done for consistency between tests.
|
|
|
|
@9935
|
20 years |
jhoblitt |
print got/expected on ok_str() failure
|
|
|
|
@9934
|
20 years |
drobbin |
Replaced all unreachable spots I removed previously.
|
|
|
|
@9933
|
20 years |
drobbin |
Tap test for psSphereOps.c. execute_tap script added for convenience. …
|
|
|
|
@9932
|
20 years |
drobbin |
Added files for profiling reporting in astro/. Error checks for NAN …
|
|
|
|
@9931
|
20 years |
jhoblitt |
fix printing of empty METADATA comments
|
|
|
|
@9927
|
20 years |
magnier |
added test psImageShiftKernel and related p_psImageShiftKernel_F32; …
|
|
|
|
@9926
|
20 years |
magnier |
added tap_psImageShiftKernel.c to test NxN kernel-shifting code
|
|
|
|
@9921
|
20 years |
jhoblitt |
remove name from p_psParseLevelInfo
add 'nested' metadata's to the …
|
|
|
|
@9920
|
20 years |
jhoblitt |
remove passing around of a metadata nesting level param as this …
|
|
|
|
@9919
|
20 years |
jhoblitt |
delay parseLevelInfoArray alloc in parseLine() until it's really needed
|
|
|
|
@9918
|
20 years |
jhoblitt |
check fclose()'s return status
|
|
|
|
@9917
|
20 years |
jhoblitt |
revamp parseVector()
|
|
|
|
@9916
|
20 years |
jhoblitt |
split parseGeneric(), parseType(), & parseMetadataEnd() out of …
|
|
|
|
@9912
|
20 years |
jhoblitt |
improved error checking, coding style, & structure in parseLine() …
|
|
|
|
@9911
|
20 years |
jhoblitt |
remove ChangeLog as it's empty
|
|
|
|
@9910
|
20 years |
Paul Price |
Cleaning up --- isolating tests from each other.
|
|
|
|
@9909
|
20 years |
Paul Price |
Adding psClip
|
|
|
|
@9908
|
20 years |
drobbin |
added outputs: mdc-overwrite_true.txt and mdc-overwrite_false.txt in …
|
|
|
|
@9900
|
20 years |
drobbin |
Updated testing to conform to changes in psMetadataPrint return status.
|
|
|
|
@9896
|
20 years |
drobbin |
Merged this test into the output test
|
|
|
|
@9895
|
20 years |
drobbin |
Updated testing
|
|
|
|
@9875
|
20 years |
magnier |
added tests for psImageShift and psImageInterpolate, fixed low-level …
|
|
|
|
@9874
|
20 years |
drobbin |
Added type handling for S/U64
|
|
|
|
@9873
|
20 years |
jhoblitt |
improve error handling in psMetadataConfigParse()
|
|
|
|
@9872
|
20 years |
jhoblitt |
fix error checking in psMetadataConfigRead()
|
|
|
|
@9868
|
20 years |
drobbin |
Added comment parsing for metadata in parseLine in psMetadataConfig.c. …
|
|
|
|
@9865
|
20 years |
magnier |
added BICUBE, fixed sign error and 0.5 pixel error in psImageShift
|
|
|
|
@9864
|
20 years |
magnier |
added BICUBE interpolation, removed scrap code in BILINEAR interpolation
|
|
|
|
@9863
|
20 years |
magnier |
added psImageInterpolate tests so I could test fixes to this function
|
|
|
|
@9862
|
20 years |
drobbin |
Updated MetadataConfig tests and merged (removed) …
|
|
|
|
@9860
|
20 years |
jhoblitt |
check munmap()'s return status
|
|
|
|
@9848
|
20 years |
drobbin |
Removed a couple unreachable spots from psMetadataConfig in …
|
|
|
|
@9847
|
20 years |
drobbin |
Added a test for psArrayAllocEmpty (to complete psArray test-coverage)
|
|
|
|
@9846
|
20 years |
drobbin |
Updated psMetadataConfig- removed 1 or 2 unreachable spots. Updated …
|
|
|
|
@9829
|
20 years |
drobbin |
input file for psMetadataConfigParse.
|
|
|
|
@9828
|
20 years |
jhoblitt |
use MYSQL_LDFLAGS instead of MYSQL_LIBS
|
|
|
|
@9819
|
20 years |
jhoblitt |
rollback r1.100 pending discussion of *Alloc() function behavior
|
|
|
|
@9818
|
20 years |
jhoblitt |
removed test in psTimeCopy checking for psTimeAlloc() returning NULL. …
|
|
|
|
@9814
|
20 years |
drobbin |
Adding tap test for psMetadataConfigFormat
|
|
|
|
@9805
|
20 years |
drobbin |
Added error check to psTimeCopy for proper time-type. only formatting …
|
|
|
|
@9804
|
20 years |
jhoblitt |
code tidying
|
|
|
|
@9803
|
20 years |
jhoblitt |
remove FullUnitTest & runTest as they are now unused
|
|
|
|
@9802
|
20 years |
jhoblitt |
move mysql probling into it's only .m4 file
|
|
|
|
@9801
|
20 years |
jhoblitt |
add ax_lib_mysql.m4
|
|
|
|