├── .gitignore ├── README.md ├── composer.json ├── docs ├── out ├── sweph.gif ├── swephin.gif ├── swephprg.htm ├── swephprg.pdf ├── swisseph.htm └── swisseph.pdf ├── src ├── LICENSE ├── Makefile ├── fixstars.cat ├── sedeltat.txt.inactive ├── sefstars.txt ├── seleapsec.txt ├── seorbel.txt ├── swecl.c ├── swedate.c ├── swedate.h ├── swedll.h ├── swehel.c ├── swehouse.c ├── swehouse.h ├── swejpl.c ├── swejpl.h ├── swemini.c ├── swemmoon.c ├── swemplan.c ├── swemptab.c ├── swenut2000a.h ├── sweodef.h ├── swepcalc.c ├── swepcalc.h ├── swepdate.c ├── sweph.c ├── sweph.h ├── swephexp.h ├── swephlib.c ├── swephlib.h └── swetest.c ├── sweph ├── semo_00.se1 ├── semo_06.se1 ├── semo_12.se1 ├── semo_18.se1 ├── semo_24.se1 ├── semom06.se1 ├── semom12.se1 ├── semom18.se1 ├── semom24.se1 ├── semom30.se1 ├── sepl_00.se1 ├── sepl_06.se1 ├── sepl_12.se1 ├── sepl_18.se1 ├── sepl_24.se1 ├── seplm06.se1 ├── seplm12.se1 ├── seplm18.se1 ├── seplm24.se1 └── seplm30.se1 └── win └── swetest.exe /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/composer.json -------------------------------------------------------------------------------- /docs/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/docs/out -------------------------------------------------------------------------------- /docs/sweph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/docs/sweph.gif -------------------------------------------------------------------------------- /docs/swephin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/docs/swephin.gif -------------------------------------------------------------------------------- /docs/swephprg.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/docs/swephprg.htm -------------------------------------------------------------------------------- /docs/swephprg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/docs/swephprg.pdf -------------------------------------------------------------------------------- /docs/swisseph.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/docs/swisseph.htm -------------------------------------------------------------------------------- /docs/swisseph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/docs/swisseph.pdf -------------------------------------------------------------------------------- /src/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/LICENSE -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/fixstars.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/fixstars.cat -------------------------------------------------------------------------------- /src/sedeltat.txt.inactive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/sedeltat.txt.inactive -------------------------------------------------------------------------------- /src/sefstars.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/sefstars.txt -------------------------------------------------------------------------------- /src/seleapsec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/seleapsec.txt -------------------------------------------------------------------------------- /src/seorbel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/seorbel.txt -------------------------------------------------------------------------------- /src/swecl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swecl.c -------------------------------------------------------------------------------- /src/swedate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swedate.c -------------------------------------------------------------------------------- /src/swedate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swedate.h -------------------------------------------------------------------------------- /src/swedll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swedll.h -------------------------------------------------------------------------------- /src/swehel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swehel.c -------------------------------------------------------------------------------- /src/swehouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swehouse.c -------------------------------------------------------------------------------- /src/swehouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swehouse.h -------------------------------------------------------------------------------- /src/swejpl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swejpl.c -------------------------------------------------------------------------------- /src/swejpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swejpl.h -------------------------------------------------------------------------------- /src/swemini.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swemini.c -------------------------------------------------------------------------------- /src/swemmoon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swemmoon.c -------------------------------------------------------------------------------- /src/swemplan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swemplan.c -------------------------------------------------------------------------------- /src/swemptab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swemptab.c -------------------------------------------------------------------------------- /src/swenut2000a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swenut2000a.h -------------------------------------------------------------------------------- /src/sweodef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/sweodef.h -------------------------------------------------------------------------------- /src/swepcalc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swepcalc.c -------------------------------------------------------------------------------- /src/swepcalc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swepcalc.h -------------------------------------------------------------------------------- /src/swepdate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swepdate.c -------------------------------------------------------------------------------- /src/sweph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/sweph.c -------------------------------------------------------------------------------- /src/sweph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/sweph.h -------------------------------------------------------------------------------- /src/swephexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swephexp.h -------------------------------------------------------------------------------- /src/swephlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swephlib.c -------------------------------------------------------------------------------- /src/swephlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swephlib.h -------------------------------------------------------------------------------- /src/swetest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/src/swetest.c -------------------------------------------------------------------------------- /sweph/semo_00.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/semo_00.se1 -------------------------------------------------------------------------------- /sweph/semo_06.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/semo_06.se1 -------------------------------------------------------------------------------- /sweph/semo_12.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/semo_12.se1 -------------------------------------------------------------------------------- /sweph/semo_18.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/semo_18.se1 -------------------------------------------------------------------------------- /sweph/semo_24.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/semo_24.se1 -------------------------------------------------------------------------------- /sweph/semom06.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/semom06.se1 -------------------------------------------------------------------------------- /sweph/semom12.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/semom12.se1 -------------------------------------------------------------------------------- /sweph/semom18.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/semom18.se1 -------------------------------------------------------------------------------- /sweph/semom24.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/semom24.se1 -------------------------------------------------------------------------------- /sweph/semom30.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/semom30.se1 -------------------------------------------------------------------------------- /sweph/sepl_00.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/sepl_00.se1 -------------------------------------------------------------------------------- /sweph/sepl_06.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/sepl_06.se1 -------------------------------------------------------------------------------- /sweph/sepl_12.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/sepl_12.se1 -------------------------------------------------------------------------------- /sweph/sepl_18.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/sepl_18.se1 -------------------------------------------------------------------------------- /sweph/sepl_24.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/sepl_24.se1 -------------------------------------------------------------------------------- /sweph/seplm06.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/seplm06.se1 -------------------------------------------------------------------------------- /sweph/seplm12.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/seplm12.se1 -------------------------------------------------------------------------------- /sweph/seplm18.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/seplm18.se1 -------------------------------------------------------------------------------- /sweph/seplm24.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/seplm24.se1 -------------------------------------------------------------------------------- /sweph/seplm30.se1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/sweph/seplm30.se1 -------------------------------------------------------------------------------- /win/swetest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunjara/swetest/HEAD/win/swetest.exe --------------------------------------------------------------------------------