IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2005, 9:26:25 AM (21 years ago)
Author:
desonia
Message:

Fixed bugs as reported by IfA.

Location:
trunk/psLib/src/astronomy
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psAstrometry.c

    r3027 r3264  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-01-17 23:25:09 $
     10 *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-02-17 19:26:23 $
    1212 *
    13  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     13 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1414 */
    1515
  • trunk/psLib/src/astronomy/psAstrometry.h

    r2855 r3264  
    88*  @author GLG, MHPCC
    99*
    10 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-12-30 20:18:36 $
     10*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-02-17 19:26:23 $
    1212*
    13 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     13*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1414*/
    1515
  • trunk/psLib/src/astronomy/psAstronomyErrors.h

    r3114 r3264  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    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 $
    1111 *
    12  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     12 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
    1414
  • trunk/psLib/src/astronomy/psCoord.c

    r3182 r3264  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-02-10 02:36:41 $
     12*  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-02-17 19:26:23 $
    1414*
    15 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     15*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1616*/
    1717/******************************************************************************/
  • trunk/psLib/src/astronomy/psCoord.h

    r3114 r3264  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.25 $ $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 Hawaii
     12*  @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
    1616*/
    1717
  • trunk/psLib/src/astronomy/psMetadata.c

    r3246 r3264  
    1212*  @author Ross Harman, MHPCC
    1313*
    14 *  @version $Revision: 1.50 $ $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 Hawaii
     14*  @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
    1818*/
    1919
  • trunk/psLib/src/astronomy/psMetadata.h

    r3246 r3264  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.36 $ $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 Hawaii
     13*  @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
    1717*/
    1818#ifndef PS_METADATA_H
     
    4646    PS_META_NTYPE                      ///< Number of types. Must be last.
    4747} psMetadataType;
     48
     49/** Option flags for psMetadata functions
     50 *
     51 *  Enumeration for the modification of the behaviour in psMetadataAddItem.
     52 *
     53 *  @see psMetadataAddItem
     54 */
     55typedef enum {
     56    PS_META_DEFAULT = 0,               ///< default behaviour (duplicate entry is an error)
     57    PS_META_REPLACE                    ///< allow entry to be replaced
     58} psMetadataFlags;
    4859
    4960/** Metadata data structure.
  • trunk/psLib/src/astronomy/psMetadataIO.c

    r3114 r3264  
    99*  @author Ross Harman, MHPCC
    1010*
    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 $
    1313*
    14 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     14*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1515*/
    1616
  • trunk/psLib/src/astronomy/psMetadataIO.h

    r2637 r3264  
    99*  @author Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-12-06 20:00:03 $
     11*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-02-17 19:26:23 $
    1313*
    14 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     14*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1515*/
    1616#ifndef PS_METADATAIO_H
  • trunk/psLib/src/astronomy/psPhotometry.h

    r3114 r3264  
    1010*  @author George Gusciora, MHPCC
    1111*
    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 $
    1414*
    15 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     15*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1616*/
    1717
  • trunk/psLib/src/astronomy/psTime.c

    r3220 r3264  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-02-15 03:02:53 $
     12 *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-02-17 19:26:23 $
    1414 *
    15  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     15 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1616 */
    1717
  • trunk/psLib/src/astronomy/psTime.h

    r3220 r3264  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-02-15 03:02:53 $
    14  *
    15  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     12 *  @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
    1616 */
    1717
  • trunk/psLib/src/astronomy/slalib.h

    r3145 r3264  
    77*  @author Robert DeSonia, MHPCC
    88*
    9 *  @version $Revision: 1.11 $ $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 $
    1111*
    12 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     12*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313*/
    1414
Note: See TracChangeset for help on using the changeset viewer.