Hi,
I’m working on validating the citation for the delaunay2doodson() function in our codebase, which is defined as:
double *delaunay2doodson(const double *const fundarg, double gmst, double *doodson);
The user_guide.txt claims this function’s formula is referenced from [@iers1992, chap. 7, pg. 53-54], but after a thorough review of IERS 1992 documents, no matching formula for converting Delaunay variables to Doodson arguments was found in that chapter/section.
Has anyone else cross-checked the IERS 1992 reference, or have additional sources to confirm the formula lineage? Happy to collaborate on finalizing the correct citation!
Best,
MrSoul8715