Observation Class Reference

#include <orsa_orbit.h>

Collaboration diagram for Observation:

Collaboration graph
[legend]

List of all members.

Public Member Functions

bool operator< (const Observation &obs) const

Public Attributes

std::string designation
std::string discovery_asterisk
Date date
Angle ra
Angle dec
double mag
std::string obscode


Detailed Description

Definition at line 42 of file orsa_orbit.h.


Member Function Documentation

bool operator< ( const Observation obs  )  const [inline]

Definition at line 45 of file orsa_orbit.h.

References Observation::date, and Date::GetJulian().

00045                                                           {
00046       return (date.GetJulian() < obs.date.GetJulian());
00047     }

Here is the call graph for this function:


Member Data Documentation

std::string designation

Definition at line 50 of file orsa_orbit.h.

Referenced by RWOFile::Read(), and MPCObsFile::Read().

std::string discovery_asterisk

Definition at line 51 of file orsa_orbit.h.

Referenced by MPCObsFile::Read().

Definition at line 53 of file orsa_orbit.h.

Referenced by Sky::delta_arcsec(), RWOFile::Read(), and MPCObsFile::Read().

Definition at line 53 of file orsa_orbit.h.

Referenced by Sky::delta_arcsec(), RWOFile::Read(), and MPCObsFile::Read().

double mag

Definition at line 54 of file orsa_orbit.h.

Referenced by MPCObsFile::Read().

std::string obscode

Definition at line 55 of file orsa_orbit.h.

Referenced by RWOFile::Read(), MPCObsFile::Read(), and orsa::residual().


The documentation for this class was generated from the following file:

Generated on Sat May 10 00:04:26 2008 for liborsa by  doxygen 1.5.5