mirror of
https://github.com/eddyem/apogee_control.git
synced 2025-12-06 10:45:20 +03:00
histformat
This commit is contained in:
parent
2e6b90f2a9
commit
6fd081e768
10
bta_print.c
10
bta_print.c
@ -298,11 +298,11 @@ void write_bta_queue(fitsfile *fp){
|
|||||||
P = cur->data;
|
P = cur->data;
|
||||||
ptr = cur;
|
ptr = cur;
|
||||||
HISTRY("Data record # %d", i);
|
HISTRY("Data record # %d", i);
|
||||||
HISTRY("JD = %g / Julian date", P->JD);
|
HISTRY("JD = %.8f / Julian date", P->JD);
|
||||||
HISTRY("T_AZ = %.8g / Telescope Az: %s", P->Azimuth / 3600., angle_asc(P->Azimuth));
|
HISTRY("T_AZ = %.8f / Telescope Az: %s", P->Azimuth / 3600., angle_asc(P->Azimuth));
|
||||||
HISTRY("T_ZD = %.8g / Telescope ZD: %s", P->Zenith / 3600., angle_asc(P->Zenith));
|
HISTRY("T_ZD = %.8f / Telescope ZD: %s", P->Zenith / 3600., angle_asc(P->Zenith));
|
||||||
HISTRY("T_P2 = %.8g / Current P: %s", P->P2 / 3600., angle_asc(P->P2));
|
HISTRY("T_P2 = %.8f / Current P: %s", P->P2 / 3600., angle_asc(P->P2));
|
||||||
HISTRY("WIND = %.2g / Wind speed, m/s", P->Wind);
|
HISTRY("WIND = %.2f / Wind speed, m/s", P->Wind);
|
||||||
i++;
|
i++;
|
||||||
cur = cur->next;
|
cur = cur->next;
|
||||||
free(P);
|
free(P);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user