Add horizontal coordinates calculation to PCS_create

This commit is contained in:
eddyem
2020-06-01 17:11:27 +03:00
parent e0fbd955a6
commit b0bba12a9d
4 changed files with 28 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ int get_MJDt(struct timeval *tval, sMJD *MJD);
int get_LST(sMJD *mjd, double dUT1, double slong, double *LST);
void hor2eq(horizCrds *h, polarCrds *pc, double sidTime);
void eq2horH(polarCrds *pc, horizCrds *h);
void eq2hor(polarCrds *pc, horizCrds *h, double sidTime);;
void eq2hor(polarCrds *pc, horizCrds *h, double sidTime);
int get_ObsPlace(struct timeval *tval, polarCrds *p2000, polarCrds *pnow, horizCrds *hnow);
#endif // SOFA_H__