IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib/src/astro

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @42288   4 years eugene remove excessively verbose message
(edit) @41896   5 years eugene merge changes from eam_branches/ipp-dev-20210817 (fix chebyshevs 1D, …
(edit) @41531   5 years eugene add argument to psPlaneTransformInvert to specific extra orders to be …
(edit) @41519   5 years eugene minor white-space change
(edit) @40806   7 years eugene do not abort on invalid projection; allow calling function to fail …
(edit) @40044   9 years eugene fix logic error
(edit) @39926   10 years eugene merging changes from czw dev branch (compare with r39924)
(edit) @34089   14 years eugene changes to support pedantic gcc warnings; add configure option for …
(edit) @30724   15 years eugene accept more human-readable date/time string styles
(edit) @22714   17 years Paul Price Removing unnecessary .cvsignore files.
(edit) @22710   17 years Paul Price Make the number of decimals used by psTimeToISO configurable. MySQL …
(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) @21388   17 years eugene wrong size of static array diag_sum
(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) @19504   18 years eugene drop deprecated code
(edit) @17023   18 years eugene add psTimeFromString to parse various human-readable formats
(edit) @15254   19 years eugene changed mask to coeffMask, define PS_POLY_MASK_FIT,SET; distinguish …
(edit) @15050   19 years eugene drop useless psMemCheckType, change PS_ASSERT_PTR to PS_ASSERT_PTR_NON_NULL
(edit) @14452   19 years jhoblitt gcc attribute cleanup
(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) @13839   19 years magnier adding partially-implemented TNX
(edit) @12737   19 years Paul Price Fixing up enums --- psProjectionClass was using PS_PROJ_WHATEVER, as …
(edit) @12735   19 years Paul Price Adding const, errors for string/enum conversions
(edit) @12479   19 years magnier fixed error in free: was freeing the wrong thing
(edit) @12432   19 years Paul Price Solaris doesn't like having something called "sun"...…
(edit) @12409   19 years jhoblitt change psTimeConvert() to return NULL when passed an invalid psTime object
(edit) @12330   19 years Paul Price Making psPixels APIs to look more like the psArray, psVector APIs …
(edit) @11694   19 years jhoblitt ./sys header file cleanup: formatting/whitespace fixes add a …
(edit) @11686   19 years jhoblitt update psAbort() API: add noreturn attribute remove unneeded …
(edit) @11674   19 years jhoblitt change psFree() macro to *NOT* cast all pointers to (void *) change …
(edit) @11668   19 years jhoblitt use 'bool' instead of psBool where-ever possible
(edit) @11618   19 years magnier fixed un-inits
(edit) @11616   19 years jhoblitt don't include string.h in psString.h
(edit) @11248   19 years magnier major cleanup of the Doxygen groups
(edit) @10999   20 years jhoblitt consistently include config.h
(edit) @10848   20 years magnier changed return value for psVectorFit functions to bool; now using …
(edit) @10823   20 years magnier added a bunch of needed projection varients
(edit) @10736   20 years magnier two fixes: catch fractional seconds in psTimeStrptime, allow …
(edit) @10609   20 years magnier replaced p_psProject, p_psDeproject with psProject, psDeproject
(edit) @10122   20 years magnier cleaned up psTimer functions, changed psTimerStop to return bool …
(edit) @10100   20 years rhl p_psGetConfigFileName no longer exists
(edit) @10092   20 years magnier timer should use tai, not utc; asserts should use an explicit integer
(edit) @9989   20 years Paul Price Function to get config file name was not globally visible.
(edit) @9988   20 years jhoblitt fix default etc dir
(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) @9976   20 years drobbin Implemented testing for psEarthOrientation. Done with motion, working …
(edit) @9932   20 years drobbin Added files for profiling reporting in astro/. Error checks for NAN …
(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) @9730   20 years Paul Price Following today's meeting, we agreed that psVectorAlloc (and therefore …
(edit) @9665   20 years jhoblitt rename p_psTimeCopy() -> psTimeCopy() as it should be a public interface
(edit) @9540   20 years Paul Price Fixing psTraceGetLevel to use same convention as for psTrace
(edit) @9538   20 years Paul Price Synchronising with SDRS, and cleaning up: * Replaced is_psType() with …
(edit) @8914   20 years jhoblitt remove psTest.h
(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) @8712   20 years jhoblitt move $SRCINC to always be left of $PSLIB_CFLAGS
(edit) @8627   20 years jhoblitt add gcc format attributes to: psAbort() psErrorStackPrint() …
(edit) @8595   20 years rhl <time.h> fails to define gmtime_r on os/x 10.4.6 due to an apparent …
(edit) @8412   20 years Paul Price Propogating PSLIB_CFLAGS to the lower levels, so that, e.g., …
(edit) @8245   20 years jhoblitt normalize psTrace() facility names
(edit) @8232   20 years jhoblitt bug #790 - remove psErrorText.h and inline all error codes. all newly …
(edit) @7985   20 years Paul Price Adding output of coverage testing to CLEANFILES and .cvsignore
(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) @7934   20 years rhl Remove unimplemented p_psPlaneTransformLinearInvert_MHPCC for swig's sake
(edit) @7914   20 years drobbin Added error handling to memory checking functions. Will hopefully …
(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) @7552   20 years Paul Price Removing extraneous comma.
(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) @7210   20 years Paul Price Adding emacs temporary files to CLEANFILES
(edit) @7118   20 years drobbin Updated outputting message in EOC. (Added VERBOSE option, set default …
(edit) @7079   20 years magnier cleaned up ELIXIR/OLD version split
(edit) @6874   20 years magnier variety of small changes related to inconsistencies between psModules …
(edit) @6536   20 years drobbin changed getToken to see if it has gotten to NULL before incrementing …
(edit) @6534   20 years drobbin Edited psSphereOps to use dynamically allocated psSphereRot's everywhere.
(edit) @6484   20 years drobbin Changed psArray & psVector to zero 'n' upon allocation. Used to set …
(edit) @6445   20 years drobbin Changed psArrayAlloc to set ->n = 0. Updated corresponding functions …
(edit) @6425   20 years drobbin Added psMemThreadSafety. Removed p_lock from psList. Added comments …
(edit) @6409   20 years gusciora Rewrote psPlaneTransformCombine().
(edit) @6395   20 years gusciora .…
(edit) @6394   20 years gusciora .…
(edit) @6393   20 years gusciora .…
Note: See TracRevisionLog for help on using the revision log.