This commit is contained in:
eddyem 2020-01-21 10:51:00 +03:00
parent f7ff00fcf1
commit cd4f2f03a0

View File

@ -227,6 +227,9 @@ int main (int argc, char **argv){
printf("("); radtodeg(DPI-aob); printf("("); radtodeg(DPI-aob);
printf(")/"); radtodeg(zob); printf(")/"); radtodeg(zob);
printf("\n"); printf("\n");
if( iauAtoc13 ( "R", rob, dob, utc1, utc2, dut1,
elong, phi, hm, xp, yp, phpa, tc, rh, wl, &rca, &dca )) return -1;
reprd ( "observed -> ICRS:", rca, dca );
/* /*
* Given: * Given:
@ -261,10 +264,6 @@ int main (int argc, char **argv){
printf(")/"); radtodeg(zob); printf(")/"); radtodeg(zob);
printf("\n"); printf("\n");
if( iauAtoc13 ( "R", rob, dob, utc1, utc2, dut1,
elong, phi, hm, xp, yp, phpa, tc, rh, wl, &rca, &dca )) return -1;
reprd ( "observed -> ICRS:", rca, dca );
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
// libNOVA // libNOVA
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////