LAL  7.5.0.1-b72065a
TranslateAngles.c File Reference

Prototypes

int XLALTranslateDMStoRAD (REAL8 *radians, const CHAR *dms)
 Translate a string representing an angle in the form "degrees:minutes:seconds" into radians. More...
 
int XLALTranslateHMStoRAD (REAL8 *radians, const CHAR *hms)
 Translate a string representing an angle in the form "hours:minutes:seconds" into radians. More...
 
CHARXLALTranslateRADtoHMS (REAL8 radians)
 Translate (longitude, right-ascencsion, RA) radians into hours:minutes:seconds (HMS) format, returns allocated string. More...
 
CHARXLALTranslateRADtoDMS (REAL8 radians)
 Translate (latitude, declination, DEC) radians into "sign*degrees:minutes:seconds" (DMS) format, returns allocated string. More...
 

Go to the source code of this file.