Skip to content

Commit

Permalink
AA - v16
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudana committed Aug 14, 2020
1 parent ecccfb5 commit 30f3e6b
Show file tree
Hide file tree
Showing 276 changed files with 1,955 additions and 1,332 deletions.
4 changes: 4 additions & 0 deletions WorldWideAstronomy/SOFA/SOFA.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,11 @@
<ClCompile Include="fasa03.c" />
<ClCompile Include="faur03.c" />
<ClCompile Include="fave03.c" />
<ClCompile Include="fk425.c" />
<ClCompile Include="fk45z.c" />
<ClCompile Include="fk524.c" />
<ClCompile Include="fk52h.c" />
<ClCompile Include="fk54z.c" />
<ClCompile Include="fk5hip.c" />
<ClCompile Include="fk5hz.c" />
<ClCompile Include="fw2m.c" />
Expand Down
4 changes: 4 additions & 0 deletions WorldWideAstronomy/SOFA/SOFA.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@
<ClCompile Include="tpstv.c" />
<ClCompile Include="tpxes.c" />
<ClCompile Include="tpxev.c" />
<ClCompile Include="fk45z.c" />
<ClCompile Include="fk54z.c" />
<ClCompile Include="fk425.c" />
<ClCompile Include="fk524.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="sofa.h" />
Expand Down
16 changes: 8 additions & 8 deletions WorldWideAstronomy/SOFA/a2af.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ void iauA2af(int ndp, double angle, char *sign, int idmsf[4])
** angle double angle in radians
**
** Returned:
** sign char '+' or '-'
** sign char* '+' or '-'
** idmsf int[4] degrees, arcminutes, arcseconds, fraction
**
** Called:
** iauD2tf decompose days to hms
**
** Notes:
**
** 1) The argument ndp is interpreted as follows:
Expand Down Expand Up @@ -56,11 +53,14 @@ void iauA2af(int ndp, double angle, char *sign, int idmsf[4])
** case where angle is very nearly 2pi and rounds up to 360 degrees,
** by testing for idmsf[0]=360 and setting idmsf[0-3] to zero.
**
** This revision: 2013 June 18
** Called:
** iauD2tf decompose days to hms
**
** This revision: 2020 April 1
**
** SOFA release 2018-01-30
** SOFA release 2020-07-21
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2020 IAU SOFA Board. See notes at end.
*/
{
/* Hours to degrees * radians to turns */
Expand All @@ -74,7 +74,7 @@ void iauA2af(int ndp, double angle, char *sign, int idmsf[4])

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2020
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down
16 changes: 8 additions & 8 deletions WorldWideAstronomy/SOFA/a2tf.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ void iauA2tf(int ndp, double angle, char *sign, int ihmsf[4])
** angle double angle in radians
**
** Returned:
** sign char '+' or '-'
** sign char* '+' or '-'
** ihmsf int[4] hours, minutes, seconds, fraction
**
** Called:
** iauD2tf decompose days to hms
**
** Notes:
**
** 1) The argument ndp is interpreted as follows:
Expand Down Expand Up @@ -56,11 +53,14 @@ void iauA2tf(int ndp, double angle, char *sign, int ihmsf[4])
** case where angle is very nearly 2pi and rounds up to 24 hours,
** by testing for ihmsf[0]=24 and setting ihmsf[0-3] to zero.
**
** This revision: 2013 July 31
** Called:
** iauD2tf decompose days to hms
**
** This revision: 2020 April 1
**
** SOFA release 2018-01-30
** SOFA release 2020-07-21
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2020 IAU SOFA Board. See notes at end.
*/
{
/* Scale then use days to h,m,s function. */
Expand All @@ -70,7 +70,7 @@ void iauA2tf(int ndp, double angle, char *sign, int ihmsf[4])

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2020
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down
7 changes: 3 additions & 4 deletions WorldWideAstronomy/SOFA/ab.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ void iauAb(double pnat[3], double v[3], double s, double bm1,
**
** This revision: 2013 October 9
**
** SOFA release 2018-01-30
** SOFA release 2020-07-21
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2020 IAU SOFA Board. See notes at end.
*/
{
int i;
Expand All @@ -82,7 +82,7 @@ void iauAb(double pnat[3], double v[3], double s, double bm1,

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2020
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down Expand Up @@ -175,5 +175,4 @@ void iauAb(double pnat[3], double v[3], double s, double bm1,
** United Kingdom
**
**--------------------------------------------------------------------*/

}
7 changes: 3 additions & 4 deletions WorldWideAstronomy/SOFA/ae2hd.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ void iauAe2hd (double az, double el, double phi,
**
** Last revision: 2017 September 12
**
** SOFA release 2018-01-30
** SOFA release 2020-07-21
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2020 IAU SOFA Board. See notes at end.
*/
{
double sa, ca, se, ce, sp, cp, x, y, z, r;
Expand Down Expand Up @@ -89,7 +89,7 @@ void iauAe2hd (double az, double el, double phi,

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2020
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down Expand Up @@ -182,5 +182,4 @@ void iauAe2hd (double az, double el, double phi,
** United Kingdom
**
**--------------------------------------------------------------------*/

}
6 changes: 3 additions & 3 deletions WorldWideAstronomy/SOFA/af2a.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ int iauAf2a(char s, int ideg, int iamin, double asec, double *rad)
**
** This revision: 2013 June 18
**
** SOFA release 2018-01-30
** SOFA release 2020-07-21
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2020 IAU SOFA Board. See notes at end.
*/
{

Expand All @@ -61,7 +61,7 @@ int iauAf2a(char s, int ideg, int iamin, double asec, double *rad)

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2020
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down
6 changes: 3 additions & 3 deletions WorldWideAstronomy/SOFA/anp.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ double iauAnp(double a)
**
** This revision: 2013 June 18
**
** SOFA release 2018-01-30
** SOFA release 2020-07-21
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2020 IAU SOFA Board. See notes at end.
*/
{
double w;
Expand All @@ -36,7 +36,7 @@ double iauAnp(double a)

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2020
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down
6 changes: 3 additions & 3 deletions WorldWideAstronomy/SOFA/anpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ double iauAnpm(double a)
**
** This revision: 2013 June 18
**
** SOFA release 2018-01-30
** SOFA release 2020-07-21
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2020 IAU SOFA Board. See notes at end.
*/
{
double w;
Expand All @@ -36,7 +36,7 @@ double iauAnpm(double a)

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2020
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down
7 changes: 3 additions & 4 deletions WorldWideAstronomy/SOFA/apcg.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ void iauApcg(double date1, double date2,
**
** This revision: 2013 October 9
**
** SOFA release 2018-01-30
** SOFA release 2020-07-21
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2020 IAU SOFA Board. See notes at end.
*/
{
/* Geocentric observer */
Expand All @@ -126,7 +126,7 @@ void iauApcg(double date1, double date2,

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2020
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down Expand Up @@ -219,5 +219,4 @@ void iauApcg(double date1, double date2,
** United Kingdom
**
**--------------------------------------------------------------------*/

}
7 changes: 3 additions & 4 deletions WorldWideAstronomy/SOFA/apcg13.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ void iauApcg13(double date1, double date2, iauASTROM *astrom)
**
** This revision: 2013 October 9
**
** SOFA release 2018-01-30
** SOFA release 2020-07-21
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2020 IAU SOFA Board. See notes at end.
*/
{
double ehpv[2][3], ebpv[2][3];
Expand All @@ -129,7 +129,7 @@ void iauApcg13(double date1, double date2, iauASTROM *astrom)

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2020
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down Expand Up @@ -222,5 +222,4 @@ void iauApcg13(double date1, double date2, iauASTROM *astrom)
** United Kingdom
**
**--------------------------------------------------------------------*/

}
7 changes: 3 additions & 4 deletions WorldWideAstronomy/SOFA/apci.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ void iauApci(double date1, double date2,
**
** This revision: 2013 September 25
**
** SOFA release 2018-01-30
** SOFA release 2020-07-21
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2020 IAU SOFA Board. See notes at end.
*/
{

Expand All @@ -135,7 +135,7 @@ void iauApci(double date1, double date2,

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2020
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down Expand Up @@ -228,5 +228,4 @@ void iauApci(double date1, double date2,
** United Kingdom
**
**--------------------------------------------------------------------*/

}
7 changes: 3 additions & 4 deletions WorldWideAstronomy/SOFA/apci13.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ void iauApci13(double date1, double date2,
**
** This revision: 2013 October 9
**
** SOFA release 2018-01-30
** SOFA release 2020-07-21
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2020 IAU SOFA Board. See notes at end.
*/
{
double ehpv[2][3], ebpv[2][3], r[3][3], x, y, s;
Expand Down Expand Up @@ -147,7 +147,7 @@ void iauApci13(double date1, double date2,

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2020
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down Expand Up @@ -240,5 +240,4 @@ void iauApci13(double date1, double date2,
** United Kingdom
**
**--------------------------------------------------------------------*/

}
7 changes: 3 additions & 4 deletions WorldWideAstronomy/SOFA/apco.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ void iauApco(double date1, double date2,
**
** This revision: 2013 October 9
**
** SOFA release 2018-01-30
** SOFA release 2020-07-21
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2020 IAU SOFA Board. See notes at end.
*/
{
double sl, cl, r[3][3], pvc[2][3], pv[2][3];
Expand Down Expand Up @@ -209,7 +209,7 @@ void iauApco(double date1, double date2,

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2020
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down Expand Up @@ -302,5 +302,4 @@ void iauApco(double date1, double date2,
** United Kingdom
**
**--------------------------------------------------------------------*/

}
7 changes: 3 additions & 4 deletions WorldWideAstronomy/SOFA/apco13.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ int iauApco13(double utc1, double utc2, double dut1,
**
** This revision: 2013 December 5
**
** SOFA release 2018-01-30
** SOFA release 2020-07-21
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2020 IAU SOFA Board. See notes at end.
*/
{
int j;
Expand Down Expand Up @@ -232,7 +232,7 @@ int iauApco13(double utc1, double utc2, double dut1,

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2020
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down Expand Up @@ -325,5 +325,4 @@ int iauApco13(double utc1, double utc2, double dut1,
** United Kingdom
**
**--------------------------------------------------------------------*/

}
Loading

0 comments on commit 30f3e6b

Please sign in to comment.