GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > GRBP / V1-0-1

Constituent: grbpsiu     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

GRBP_location.h File Reference

Defines the result of doing a GRBP_locate. More...

#include "GRBP_math.h"

Include dependency graph for GRBP_location.h:

This graph shows which files directly or indirectly include this file:


Data Structures

struct  _GRBP_location
 Holds the information about a localized GRB. More...

Typedefs

typedef _GRBP_location GRBP_location
 Typedef GRBP_location.

Functions

static __inline double GRBP__dcosToThetaRadians (double dx, double dy, double dz)
 Returns the theta for the set of direction cosines.
static __inline double GRBP__dcosToPhiRadians (double dx, double dy)
 Returns the PHI for the set of direction cosines.
static __inline double GRBP__dcosToThetaDegrees (double dx, double dy, double dz)
 Returns the theta for the set of direction cosines.
static __inline double GRBP__dcosToDecDegrees (double dx, double dy, double dz)
 Returns the declination for the set of direction cosines.
static __inline double GRBP__dcosToRaDegrees (double dx, double dy)
 Returns the right ascension for the set of direction cosines.
static __inline double GRBP__dcosToDecArcmins (double dx, double dy, double dz)
 Returns the declination for the set of direction cosines.
static __inline double GRBP__dcosToRaArcmins (double dx, double dy)
static __inline double GRBP__dcosToPhiDegrees (double dx, double dy)
 Returns the PHI for the set of direction cosines.

Detailed Description

Defines the result of doing a GRBP_locate.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: GRBP_location.h,v 1.2 2007/07/05 22:50:34 russell Exp $

Function Documentation

static __inline double GRBP__dcosToDecArcmins double  dx,
double  dy,
double  dz
[static]
 

Returns the declination for the set of direction cosines.

Returns:
The declination, in arcmins, associated with the direction cosines
Parameters:
dx The x direction cosine, need not be normalized
dy The y direction cosine, need not be normalized
dz The z direction cosine, need not be normalized

static __inline double GRBP__dcosToDecDegrees double  dx,
double  dy,
double  dz
[static]
 

Returns the declination for the set of direction cosines.

Returns:
The declination, in degrees, associated with the direction cosines
Parameters:
dx The x direction cosine, need not be normalized
dy The y direction cosine, need not be normalized
dz The z direction cosine, need not be normalized

static __inline double GRBP__dcosToPhiDegrees double  dx,
double  dy
[static]
 

Returns the PHI for the set of direction cosines.

Returns:
The PHI, in degrees, associated with the direction cosines
Parameters:
dx The x direction cosine, need not be normalized
dy The y direction cosine, need not be normalized

static __inline double GRBP__dcosToPhiRadians double  dx,
double  dy
[static]
 

Returns the PHI for the set of direction cosines.

Returns:
The PHI, in radians associated with the direction cosines
Parameters:
dx The x direction cosine, need not be normalized
dy The y direction cosine, need not be normalized

static __inline double GRBP__dcosToRaDegrees double  dx,
double  dy
[static]
 

Returns the right ascension for the set of direction cosines.

Returns:
The right ascension, in arcmins, associated with the direction cosines
Parameters:
dx The x direction cosine, need not be normalized
dy The y direction cosine, need not be normalized

static __inline double GRBP__dcosToThetaDegrees double  dx,
double  dy,
double  dz
[static]
 

Returns the theta for the set of direction cosines.

Returns:
The theta, in degrees, associated with the direction cosines
Parameters:
dx The x direction cosine, need not be normalized
dy The y direction cosine, need not be normalized
dz The z direction cosine, need not be normalized

static __inline double GRBP__dcosToThetaRadians double  dx,
double  dy,
double  dz
[static]
 

Returns the theta for the set of direction cosines.

Returns:
The theta, in radians, associated with the direction cosines
Parameters:
dx The x direction cosine, need not be normalized
dy The y direction cosine, need not be normalized
dz The z direction cosine, need not be normalized


Generated on Sun Jun 14 02:10:07 2009 by  doxygen 1.4.4