#include <lal/LUT.h>Include dependency graph for Stereographic.c:

Go to the source code of this file.
Functions | |
| NRCSID (STEREOGRAPHICC,"$Id: Stereographic.c,v 1.4 2007/06/08 14:41:46 bema Exp $") | |
| void | LALRotatePolarU (LALStatus *status, REAL8UnitPolarCoor *out, REAL8UnitPolarCoor *in, REAL8UnitPolarCoor *par) |
| void | LALInvRotatePolarU (LALStatus *status, REAL8UnitPolarCoor *out, REAL8UnitPolarCoor *in, REAL8UnitPolarCoor *par) |
| void | LALStereoProjectPolar (LALStatus *status, REAL8Polar2Coor *out, REAL8UnitPolarCoor *in) |
| void | LALStereoProjectCart (LALStatus *status, REAL8Cart2Coor *out, REAL8UnitPolarCoor *in) |
| void | LALStereoInvProjectPolar (LALStatus *status, REAL8UnitPolarCoor *out, REAL8Polar2Coor *in) |
| void | LALStereoInvProjectCart (LALStatus *status, REAL8UnitPolarCoor *out, REAL8Cart2Coor *in) |
| NRCSID | ( | STEREOGRAPHICC | , | |
| "$Id: Stereographic. | c, | |||
| v 1.4 2007/06/08 14:41:46 bema Exp $" | ||||
| ) |
| void LALRotatePolarU | ( | LALStatus * | status, | |
| REAL8UnitPolarCoor * | out, | |||
| REAL8UnitPolarCoor * | in, | |||
| REAL8UnitPolarCoor * | par | |||
| ) |
Definition at line 137 of file Stereographic.c.
| void LALInvRotatePolarU | ( | LALStatus * | status, | |
| REAL8UnitPolarCoor * | out, | |||
| REAL8UnitPolarCoor * | in, | |||
| REAL8UnitPolarCoor * | par | |||
| ) |
Definition at line 217 of file Stereographic.c.
| void LALStereoProjectPolar | ( | LALStatus * | status, | |
| REAL8Polar2Coor * | out, | |||
| REAL8UnitPolarCoor * | in | |||
| ) |
Definition at line 297 of file Stereographic.c.
| void LALStereoProjectCart | ( | LALStatus * | status, | |
| REAL8Cart2Coor * | out, | |||
| REAL8UnitPolarCoor * | in | |||
| ) |
Definition at line 330 of file Stereographic.c.
| void LALStereoInvProjectPolar | ( | LALStatus * | status, | |
| REAL8UnitPolarCoor * | out, | |||
| REAL8Polar2Coor * | in | |||
| ) |
Definition at line 365 of file Stereographic.c.
| void LALStereoInvProjectCart | ( | LALStatus * | status, | |
| REAL8UnitPolarCoor * | out, | |||
| REAL8Cart2Coor * | in | |||
| ) |
Definition at line 397 of file Stereographic.c.
1.5.2