From 8c08d9162fef515fcdf2b8a9ab5cccc82344e86c Mon Sep 17 00:00:00 2001 From: Hannu Parviainen Date: Tue, 23 Feb 2021 17:24:32 +0000 Subject: [PATCH] - Improvement: Improved oblate star model visualisation. --- .idea/inspectionProfiles/Project_Default.xml | 15 ++ notebooks/osmodel_example_1.ipynb | 31 ++-- notebooks/osmodel_visualization_example.ipynb | 142 ++++++++++++++++++ pytransit/models/numba/osmodel.py | 66 ++++++++ pytransit/models/osmodel.py | 129 +++++++++------- pytransit/utils/octasphere.py | 97 ++++++++++++ pytransit/version.py | 2 +- requirements.txt | 22 ++- setup.py | 2 +- 9 files changed, 425 insertions(+), 81 deletions(-) create mode 100644 notebooks/osmodel_visualization_example.ipynb create mode 100644 pytransit/utils/octasphere.py diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index d826b7e..833908c 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -2,6 +2,21 @@