#include <math.h>#include <stdio.h>#include <stdlib.h>#include <lal/LALStdlib.h>#include <lal/LALStdio.h>#include <lal/Date.h>#include <lal/SkyCoordinates.h>#include <lal/DetectorSite.h>#include <lal/TimeDelay.h>#include <lal/AVFactories.h>#include <lal/SkyAnnulus.h>Include dependency graph for SkyAnnulus.c:

Go to the source code of this file.
Functions | |
| NRCSID (SKYANNULUSSC,"$Id: SkyAnnulus.c,v 1.6 2007/06/08 14:41:43 bema Exp $") | |
| void | LALComputeSingleAnnulus (LALStatus *status, INT2Vector *sky, LALPlaceAndGPS *placetime1, LALPlaceAndGPS *placetime2, REAL4 dtErr, INT2 nx, INT2 ny) |
| void | LALComputeTripleAnnuli (LALStatus *status, INT2Vector **sky, LALPlaceAndGPS *placetime1, LALPlaceAndGPS *placetime2, LALPlaceAndGPS *placetime3, REAL4 dtErr, INT2 nx, INT2 ny) |
| void | LALExistTripleAnnuli (LALStatus *status, INT2 *exist, LALPlaceAndGPS *placetime1, LALPlaceAndGPS *placetime2, LALPlaceAndGPS *placetime3, REAL4 dtErr, INT2 nx, INT2 ny) |
| NRCSID | ( | SKYANNULUSSC | , | |
| "$Id: SkyAnnulus. | c, | |||
| v 1.6 2007/06/08 14:41:43 bema Exp $" | ||||
| ) |
| void LALComputeSingleAnnulus | ( | LALStatus * | status, | |
| INT2Vector * | sky, | |||
| LALPlaceAndGPS * | placetime1, | |||
| LALPlaceAndGPS * | placetime2, | |||
| REAL4 | dtErr, | |||
| INT2 | nx, | |||
| INT2 | ny | |||
| ) |
Definition at line 117 of file SkyAnnulus.c.
| void LALComputeTripleAnnuli | ( | LALStatus * | status, | |
| INT2Vector ** | sky, | |||
| LALPlaceAndGPS * | placetime1, | |||
| LALPlaceAndGPS * | placetime2, | |||
| LALPlaceAndGPS * | placetime3, | |||
| REAL4 | dtErr, | |||
| INT2 | nx, | |||
| INT2 | ny | |||
| ) |
Definition at line 190 of file SkyAnnulus.c.
| void LALExistTripleAnnuli | ( | LALStatus * | status, | |
| INT2 * | exist, | |||
| LALPlaceAndGPS * | placetime1, | |||
| LALPlaceAndGPS * | placetime2, | |||
| LALPlaceAndGPS * | placetime3, | |||
| REAL4 | dtErr, | |||
| INT2 | nx, | |||
| INT2 | ny | |||
| ) |
Definition at line 242 of file SkyAnnulus.c.
1.5.2