Changeset 3264 for trunk/psLib/src/astronomy
- Timestamp:
- Feb 17, 2005, 9:26:25 AM (21 years ago)
- Location:
- trunk/psLib/src/astronomy
- Files:
-
- 13 edited
-
psAstrometry.c (modified) (1 diff)
-
psAstrometry.h (modified) (1 diff)
-
psAstronomyErrors.h (modified) (1 diff)
-
psCoord.c (modified) (1 diff)
-
psCoord.h (modified) (1 diff)
-
psMetadata.c (modified) (1 diff)
-
psMetadata.h (modified) (2 diffs)
-
psMetadataIO.c (modified) (1 diff)
-
psMetadataIO.h (modified) (1 diff)
-
psPhotometry.h (modified) (1 diff)
-
psTime.c (modified) (1 diff)
-
psTime.h (modified) (1 diff)
-
slalib.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.c
r3027 r3264 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.5 8$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-0 1-17 23:25:09$10 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-02-17 19:26:23 $ 12 12 * 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ 15 15 -
trunk/psLib/src/astronomy/psAstrometry.h
r2855 r3264 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $11 * @date $Date: 200 4-12-30 20:18:36$10 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-02-17 19:26:23 $ 12 12 * 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ 15 15 -
trunk/psLib/src/astronomy/psAstronomyErrors.h
r3114 r3264 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-02- 03 00:45:06$9 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-02-17 19:26:23 $ 11 11 * 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 14 -
trunk/psLib/src/astronomy/psCoord.c
r3182 r3264 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.5 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02-1 0 02:36:41$12 * @version $Revision: 1.51 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-17 19:26:23 $ 14 14 * 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 17 /******************************************************************************/ -
trunk/psLib/src/astronomy/psCoord.h
r3114 r3264 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02- 03 00:45:06$14 * 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii12 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-17 19:26:23 $ 14 * 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 17 -
trunk/psLib/src/astronomy/psMetadata.c
r3246 r3264 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.5 0$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-02-17 01:58:42$16 * 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii14 * @version $Revision: 1.51 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-02-17 19:26:23 $ 16 * 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 18 18 */ 19 19 -
trunk/psLib/src/astronomy/psMetadata.h
r3246 r3264 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-02-17 01:58:42$15 * 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii13 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-02-17 19:26:23 $ 15 * 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 17 17 */ 18 18 #ifndef PS_METADATA_H … … 46 46 PS_META_NTYPE ///< Number of types. Must be last. 47 47 } psMetadataType; 48 49 /** Option flags for psMetadata functions 50 * 51 * Enumeration for the modification of the behaviour in psMetadataAddItem. 52 * 53 * @see psMetadataAddItem 54 */ 55 typedef enum { 56 PS_META_DEFAULT = 0, ///< default behaviour (duplicate entry is an error) 57 PS_META_REPLACE ///< allow entry to be replaced 58 } psMetadataFlags; 48 59 49 60 /** Metadata data structure. -
trunk/psLib/src/astronomy/psMetadataIO.c
r3114 r3264 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-02- 03 00:45:06$11 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-02-17 19:26:23 $ 13 13 * 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 15 */ 16 16 -
trunk/psLib/src/astronomy/psMetadataIO.h
r2637 r3264 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $12 * @date $Date: 200 4-12-06 20:00:03 $11 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-02-17 19:26:23 $ 13 13 * 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 15 */ 16 16 #ifndef PS_METADATAIO_H -
trunk/psLib/src/astronomy/psPhotometry.h
r3114 r3264 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02- 03 00:45:06$12 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-17 19:26:23 $ 14 14 * 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 17 -
trunk/psLib/src/astronomy/psTime.c
r3220 r3264 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.5 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02-1 5 03:02:53 $12 * @version $Revision: 1.53 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-17 19:26:23 $ 14 14 * 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 17 -
trunk/psLib/src/astronomy/psTime.h
r3220 r3264 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02-1 5 03:02:53 $14 * 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii12 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-17 19:26:23 $ 14 * 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 17 -
trunk/psLib/src/astronomy/slalib.h
r3145 r3264 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-02- 07 23:26:24$9 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-02-17 19:26:23 $ 11 11 * 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 14
Note:
See TracChangeset
for help on using the changeset viewer.
