IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib/src/astro/psTime.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22705   17 years Paul Price Convert all times to TAI before generating JD or MJD.
(edit) @22684   17 years Paul Price Ensure double arithmetic
(edit) @22682   17 years Paul Price API for psTimeConvert was confusing: the time is converted in-place, …
(edit) @22680   17 years Paul Price psTimeToISO now produces 9 decimal places. A new function, …
(edit) @22678   17 years Paul Price Cleaning up
(edit) @20595   18 years eugene explicit test of bad time (so we can break on it)
(edit) @19737   18 years Paul Price * GPC1 header keywords for the time don't include the middle 'T', so …
(edit) @17023   18 years eugene add psTimeFromString to parse various human-readable formats
(edit) @14077   19 years jhoblitt change psTimeCopy() to pass through NULL values
(edit) @13950   19 years jhoblitt change psLibInit() to return a boolean status change psLibFinalize() …
(edit) @13930   19 years jhoblitt ws fixes
(edit) @12409   19 years jhoblitt change psTimeConvert() to return NULL when passed an invalid psTime object
(edit) @11694   19 years jhoblitt ./sys header file cleanup: formatting/whitespace fixes add a …
(edit) @11668   19 years jhoblitt use 'bool' instead of psBool where-ever possible
(edit) @10999   20 years jhoblitt consistently include config.h
(edit) @10736   20 years magnier two fixes: catch fractional seconds in psTimeStrptime, allow …
(edit) @10122   20 years magnier cleaned up psTimer functions, changed psTimerStop to return bool …
(edit) @10092   20 years magnier timer should use tai, not utc; asserts should use an explicit integer
(edit) @9987   20 years Paul Price Changing p_psGetConfigFileName to p_psTimeConfigFileName --- previous …
(edit) @9980   20 years des Changed "if (MJD == NAN"..." to "if isnan(MJD)..." per Standard C.
(edit) @9819   20 years jhoblitt rollback r1.100 pending discussion of *Alloc() function behavior
(edit) @9818   20 years jhoblitt removed test in psTimeCopy checking for psTimeAlloc() returning NULL. …
(edit) @9805   20 years drobbin Added error check to psTimeCopy for proper time-type. only formatting …
(edit) @9749   20 years jhoblitt change psTimeToISO() to not append a 'Z' to the time string
(edit) @9665   20 years jhoblitt rename p_psTimeCopy() -> psTimeCopy() as it should be a public interface
(edit) @8776   20 years jhoblitt rename psMetadataConfigParse() -> psMetadataConfigRead()
(edit) @8773   20 years jhoblitt fix psTimeFromISO() to correct set the time type
(edit) @8772   20 years jhoblitt fix psTimeStrptime() - a hard coded format was being used instead of …
(edit) @8627   20 years jhoblitt add gcc format attributes to: psAbort() psErrorStackPrint() …
(edit) @8232   20 years jhoblitt bug #790 - remove psErrorText.h and inline all error codes. all newly …
(edit) @7961   20 years jhoblitt add psTimeStrftime()
(edit) @7942   20 years rhl Return error indication (NAN/NULL) in case of error, don't just call …
(edit) @7766   20 years Paul Price Moved PS_ASSERT functions into appropriate places. Created psAssert.h …
(edit) @7703   20 years jhoblitt add psTimeStrptime()
(edit) @7701   20 years jhoblitt remove commented code
(edit) @7700   20 years jhoblitt add psTimeToTM() rename p_psTimeFromTM() -> psTimeFromTM() minor …
(edit) @7608   20 years rhl 1/ The p_psMemAllocatePersistent() block didn't cover enough of the …
(edit) @7547   20 years Paul Price Removing stats from psLookupTableInterpolateAll
(edit) @7427   20 years Paul Price Adding calls to p_psMemAllocatePersistent within p_psTimeInit, per bug 753.
(edit) @7300   20 years Paul Price Applying patches from RHL. * Correctly detect cfitsio 3 (ffdkopn) * …
(edit) @6536   20 years drobbin changed getToken to see if it has gotten to NULL before incrementing …
(edit) @6269   20 years drobbin Updated psTimeFromISO to use 2nd argument, psTimeType and output the …
(edit) @6268   20 years drobbin Fixed Time conversions and ToMJD & ToJD fxns to use TAI type. Updated …
(edit) @6204   20 years gusciora Implemented the polynomial alloc argument changes.
(edit) @6184   21 years drobbin updated PrecessMethod. Fixed MetadataAddStr to error on NULL input. …
(edit) @6036   21 years drobbin Small update to TEO/polarTide. New fxn Time_TideUT1Corr done and tested.
(edit) @5684   21 years drobbin fixed formatting for strings for bug 600, TimeFromISO
(edit) @5507   21 years drobbin Implemented PrecessionCorr function. Not verified, very possibly wrong.
(edit) @5224   21 years drobbin Updated/fixed Image Mask/Keep fxns and implemented tests
(edit) @5222   21 years drobbin Added testing for psArgument functions and updated some psTime (minor …
(edit) @5136   21 years desonia changed PS_META* datatypes to more generic PS_DATA* datatypes.
(edit) @5083   21 years drobbin Implemented prototype and new code for psTimer fxns, tested, and debugged
(edit) @5015   21 years desonia * empty log message *
(edit) @4944   21 years drobbin made requested changes including using file descriptors in psTrace
(edit) @4937   21 years drobbin fixed psSphere struct, changed psPolynomial to unsigned int's
(edit) @4898   21 years drobbin Implemented psMemCheckType functions and tests. Some testing remains …
(edit) @4540   21 years desonia massive restructuring of codebase.
(edit) @4409   21 years drobbin updated files in accordance with requested revisions in …
(edit) @4330   21 years drobbin * empty log message *
(edit) @4209   21 years desonia renamed psMetadataParseConfig to psMetadataConfigParse.
(edit) @4051   21 years evanalst SDR-14 function updates.
(edit) @4029   21 years gusciora I renamed many of the PS_CHECK macros to PS_ASSERT…
(edit) @3884   21 years desonia changed PS_PI* to M_PI*.
(edit) @3712   21 years evanalst Modify the psTime data structure. (SDR-13)
(edit) @3708   21 years evanalst Change function name psTimeToLST to psTimeToLMST. (SDR-13)
(edit) @3706   21 years evanalst Change function name psTimeGetTime to psTimeGetNow. (SDR-13)
(edit) @3705   21 years evanalst Change function names from psTimeToISOTime and psTimeFromISOTime to …
(edit) @3704   21 years evanalst Change name psTimeLeapseconds to psTimeLeapSecondDelta. (SDR-13)
(edit) @3341   21 years desonia Changes to psMetadata to match latest SDRS.
(edit) @3264   21 years desonia Fixed bugs as reported by IfA.
(edit) @3220   21 years desonia * empty log message *
(edit) @3182   21 years desonia prepared the config/data directories to be installed into standard areas.
(edit) @3114   21 years desonia Added SWIG and autoconf.
(edit) @2749   22 years harman Corrected minor math error
(edit) @2744   22 years harman Corrected minor math error
(edit) @2725   22 years harman Added new time math functions
(edit) @2607   22 years harman Updates for version 10 of SDRS
(edit) @2515   22 years harman Changed function argument type
(edit) @2411   22 years gusciora Added -Wall to Makefile.globals, and fixed resultant compile errors.
(edit) @2365   22 years harman Updates resulting from testing
(edit) @2318   22 years harman Changed function argument
(edit) @2313   22 years harman Changed table names in array initializers
(edit) @2301   22 years harman Time config files updates
(edit) @2273   22 years desonia changed the psError signature to match SDRS. Also made misc. cleanups …
(edit) @2204   22 years desonia converted native C types to ps Types, where practical.
(edit) @2196   22 years harman Added psTimeInit function
(edit) @2181   22 years harman Replaced ALLOC_TIME with psTimeAlloc Added more error conditionals
(edit) @2179   22 years harman Updated add, subtract, and delta. Added psTimeAlloc
(edit) @2151   22 years desonia fixed code so that tests were relocatable.
(edit) @2112   22 years desonia fixed non-portable casting problem.
(edit) @2075   22 years harman Fixed time additon and subtraction functions
(edit) @2048   22 years desonia adjusted the psTime functions to conform to SDRS and made …
(edit) @2032   22 years harman Added type insertion on time preprocessor malloc
(edit) @2028   22 years harman Cosmetic change
(edit) @2025   22 years harman Fixed memory leak
(edit) @2019   22 years harman Fixed per Robert's astrometry bug.
(edit) @2016   22 years harman Removed Robert's commented code
(edit) @2001   22 years desonia changes resulting of testing (bugs found).
(edit) @1864   22 years desonia migrated more psError calls to new style (i.e., psErrorMsg).
(edit) @1795   22 years desonia M_PIl doesn't exist on Darwin; reverted back to using M_PI.
Note: See TracRevisionLog for help on using the revision log.