GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > GRBP / V0-4-2

Constituent: grbpsiu     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

GRBP_skew.h File Reference

Control the skewing of a repoint request. More...

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


Data Structures

struct  _GRBP_skew
 Amount to skew the RA and DEC on a repoint request. More...

Typedefs

typedef _GRBP_skew GRBP_skew
 Typedef for struct _GRBP_skew.

Functions

static __inline double GRBP__skewRaArcmins (double ra, float skew)
 Skews the right ascension by the specified amount.
static __inline double GRBP__skewDecArcmins (double dec, float skew)
 Skews the declination by the specified amount.

Detailed Description

Control the skewing of a repoint request.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: GRBP_skew.h,v 1.2 2007/10/16 22:43:50 jgt Exp $

Typedef Documentation

GRBP_skew
 

Typedef for struct _GRBP_skew.

The purpose of these parameters is to ensure that a repoint request does not result in the GRB gammas coming in exactly parallel to the LAT's towers and all its cracks. Doing so would affect the resolution and efficiency. These parameters are meant to skew the repoint direction slightly off-axis.


Function Documentation

static __inline double GRBP__skewDecArcmins double  dec,
float  skew
[static]
 

Skews the declination by the specified amount.

Returns:
The skewed declination
Parameters:
dec The declination, in arcmins, to skew
skew The skew amount, in arcmins

static __inline double GRBP__skewRaArcmins double  ra,
float  skew
[static]
 

Skews the right ascension by the specified amount.

Returns:
The skewed right ascension
Parameters:
ra The right ascension, in arcmins, to skew
skew The skew amount, in arcmins


Generated on Mon Oct 29 03:04:46 2007 by  doxygen 1.4.4