exostriker 0.88__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1168) hide show
  1. exostriker-0.88/LICENSE +21 -0
  2. exostriker-0.88/MANIFEST.in +1 -0
  3. exostriker-0.88/PKG-INFO +238 -0
  4. exostriker-0.88/README.md +183 -0
  5. exostriker-0.88/exostriker/__init__.py +1 -0
  6. exostriker-0.88/exostriker/__main__.py +2 -0
  7. exostriker-0.88/exostriker/autosave/.keep +0 -0
  8. exostriker-0.88/exostriker/datafiles/.keep +0 -0
  9. exostriker-0.88/exostriker/datafiles/51Peg_ELODIE.dat +153 -0
  10. exostriker-0.88/exostriker/datafiles/51Peg_HARPS.dat +91 -0
  11. exostriker-0.88/exostriker/datafiles/WASP-6_post.dat +55 -0
  12. exostriker-0.88/exostriker/datafiles/WASP-6_pre.dat +44 -0
  13. exostriker-0.88/exostriker/datafiles/WASP-6b_harps.vels +87 -0
  14. exostriker-0.88/exostriker/datafiles/WASP_6_lc.tran +18656 -0
  15. exostriker-0.88/exostriker/datafiles/WASP_6_lc_a.tran +9375 -0
  16. exostriker-0.88/exostriker/datafiles/WASP_6_lc_b.tran +9281 -0
  17. exostriker-0.88/exostriker/datafiles/WASP_6_lc_clean.tran +18567 -0
  18. exostriker-0.88/exostriker/datafiles/hip5364.vels +118 -0
  19. exostriker-0.88/exostriker/datafiles/hip5364_crires.vels +9 -0
  20. exostriker-0.88/exostriker/datafiles/hip88048.vels +150 -0
  21. exostriker-0.88/exostriker/datafiles/hip88048_crires.vels +10 -0
  22. exostriker-0.88/exostriker/datafiles/hip88048_sato12.vels +44 -0
  23. exostriker-0.88/exostriker/desktop_entry.py +119 -0
  24. exostriker-0.88/exostriker/gui.py +13203 -0
  25. exostriker-0.88/exostriker/install_swift.sh +38 -0
  26. exostriker-0.88/exostriker/lib/ES_settings.json +1 -0
  27. exostriker-0.88/exostriker/lib/Jupyter_emb.py +82 -0
  28. exostriker-0.88/exostriker/lib/RVBank_window.py +358 -0
  29. exostriker-0.88/exostriker/lib/RVBank_window_old.py +350 -0
  30. exostriker-0.88/exostriker/lib/RV_mod/CustomNestedSampler.py +141 -0
  31. exostriker-0.88/exostriker/lib/RV_mod/CustomSampler.py +131 -0
  32. exostriker-0.88/exostriker/lib/RV_mod/GP_kernels.py +124 -0
  33. exostriker-0.88/exostriker/lib/RV_mod/Warning_log.py +35 -0
  34. exostriker-0.88/exostriker/lib/RV_mod/__init__.py +5594 -0
  35. exostriker-0.88/exostriker/lib/RV_mod/am.py +163 -0
  36. exostriker-0.88/exostriker/lib/RV_mod/astrometry_ES.py +191 -0
  37. exostriker-0.88/exostriker/lib/RV_mod/errors.py +18 -0
  38. exostriker-0.88/exostriker/lib/RV_mod/functions.py +4542 -0
  39. exostriker-0.88/exostriker/lib/RV_mod/parameters.py +111 -0
  40. exostriker-0.88/exostriker/lib/RV_mod/rv_files.py +255 -0
  41. exostriker-0.88/exostriker/lib/RV_mod/rvmod/Warning_log.py +35 -0
  42. exostriker-0.88/exostriker/lib/RV_mod/rvmod/__init__.py +764 -0
  43. exostriker-0.88/exostriker/lib/RV_mod/rvmod/bs.inc +20 -0
  44. exostriker-0.88/exostriker/lib/RV_mod/rvmod/compile.sh +4 -0
  45. exostriker-0.88/exostriker/lib/RV_mod/rvmod/rvkep.f95 +5340 -0
  46. exostriker-0.88/exostriker/lib/RV_mod/rvmod/rvmod.inc +51 -0
  47. exostriker-0.88/exostriker/lib/RV_mod/rvmod/rvmod_for.f95 +5340 -0
  48. exostriker-0.88/exostriker/lib/RV_mod/rvmod/swift_loglik_Jakub.inc +51 -0
  49. exostriker-0.88/exostriker/lib/RV_mod/rvmod_test.py +71 -0
  50. exostriker-0.88/exostriker/lib/TESS_pdc_window.py +79 -0
  51. exostriker-0.88/exostriker/lib/UI/33_striker.png +0 -0
  52. exostriker-0.88/exostriker/lib/UI/33_striker_qso.png +0 -0
  53. exostriker-0.88/exostriker/lib/UI/act.ui +873 -0
  54. exostriker-0.88/exostriker/lib/UI/command +5 -0
  55. exostriker-0.88/exostriker/lib/UI/es.ui +182259 -0
  56. exostriker-0.88/exostriker/lib/UI/green_led.png +0 -0
  57. exostriker-0.88/exostriker/lib/UI/grey_led.png +0 -0
  58. exostriker-0.88/exostriker/lib/UI/opt_icon.png +0 -0
  59. exostriker-0.88/exostriker/lib/UI/red_led.png +0 -0
  60. exostriker-0.88/exostriker/lib/UI/rvs.ui +886 -0
  61. exostriker-0.88/exostriker/lib/UI/tdt.ui +846 -0
  62. exostriker-0.88/exostriker/lib/UI/test.gif +0 -0
  63. exostriker-0.88/exostriker/lib/act.py +459 -0
  64. exostriker-0.88/exostriker/lib/activity_window.py +759 -0
  65. exostriker-0.88/exostriker/lib/cairosvg_ES/VERSION +1 -0
  66. exostriker-0.88/exostriker/lib/cairosvg_ES/__init__.py +110 -0
  67. exostriker-0.88/exostriker/lib/cairosvg_ES/__main__.py +82 -0
  68. exostriker-0.88/exostriker/lib/cairosvg_ES/bounding_box.py +402 -0
  69. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/__init__.py +135 -0
  70. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/constants.py +2223 -0
  71. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/context.py +2257 -0
  72. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/ffi.py +98 -0
  73. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/fonts.py +536 -0
  74. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/matrix.py +250 -0
  75. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/patterns.py +371 -0
  76. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/pixbuf.py +213 -0
  77. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/surfaces.py +1545 -0
  78. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/test_cairo.py +1268 -0
  79. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/test_numpy.py +16 -0
  80. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/test_pixbuf.py +78 -0
  81. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/test_xcb.py +226 -0
  82. exostriker-0.88/exostriker/lib/cairosvg_ES/cairocffi/xcb.py +60 -0
  83. exostriker-0.88/exostriker/lib/cairosvg_ES/colors.py +245 -0
  84. exostriker-0.88/exostriker/lib/cairosvg_ES/css.py +100 -0
  85. exostriker-0.88/exostriker/lib/cairosvg_ES/cssselect2/__init__.py +123 -0
  86. exostriker-0.88/exostriker/lib/cairosvg_ES/cssselect2/compiler.py +428 -0
  87. exostriker-0.88/exostriker/lib/cairosvg_ES/cssselect2/parser.py +533 -0
  88. exostriker-0.88/exostriker/lib/cairosvg_ES/cssselect2/tree.py +414 -0
  89. exostriker-0.88/exostriker/lib/cairosvg_ES/defs.py +371 -0
  90. exostriker-0.88/exostriker/lib/cairosvg_ES/features.py +59 -0
  91. exostriker-0.88/exostriker/lib/cairosvg_ES/helpers.py +391 -0
  92. exostriker-0.88/exostriker/lib/cairosvg_ES/image.py +121 -0
  93. exostriker-0.88/exostriker/lib/cairosvg_ES/parser.py +433 -0
  94. exostriker-0.88/exostriker/lib/cairosvg_ES/path.py +452 -0
  95. exostriker-0.88/exostriker/lib/cairosvg_ES/shapes.py +111 -0
  96. exostriker-0.88/exostriker/lib/cairosvg_ES/surface.py +576 -0
  97. exostriker-0.88/exostriker/lib/cairosvg_ES/svg.py +13 -0
  98. exostriker-0.88/exostriker/lib/cairosvg_ES/test_api.py +216 -0
  99. exostriker-0.88/exostriker/lib/cairosvg_ES/text.py +232 -0
  100. exostriker-0.88/exostriker/lib/cairosvg_ES/tinycss2/__init__.py +18 -0
  101. exostriker-0.88/exostriker/lib/cairosvg_ES/tinycss2/ast.py +874 -0
  102. exostriker-0.88/exostriker/lib/cairosvg_ES/tinycss2/bytes.py +113 -0
  103. exostriker-0.88/exostriker/lib/cairosvg_ES/tinycss2/color3.py +336 -0
  104. exostriker-0.88/exostriker/lib/cairosvg_ES/tinycss2/nth.py +100 -0
  105. exostriker-0.88/exostriker/lib/cairosvg_ES/tinycss2/parser.py +377 -0
  106. exostriker-0.88/exostriker/lib/cairosvg_ES/tinycss2/serializer.py +141 -0
  107. exostriker-0.88/exostriker/lib/cairosvg_ES/tinycss2/tokenizer.py +424 -0
  108. exostriker-0.88/exostriker/lib/cairosvg_ES/url.py +154 -0
  109. exostriker-0.88/exostriker/lib/calculator.py +410 -0
  110. exostriker-0.88/exostriker/lib/corner_ES/__init__.py +8 -0
  111. exostriker-0.88/exostriker/lib/corner_ES/arviz_corner.py +186 -0
  112. exostriker-0.88/exostriker/lib/corner_ES/core.py +928 -0
  113. exostriker-0.88/exostriker/lib/corner_ES/corner.py +317 -0
  114. exostriker-0.88/exostriker/lib/corner_ES/corner_version.py +1 -0
  115. exostriker-0.88/exostriker/lib/cornerplot_parameter_window.py +478 -0
  116. exostriker-0.88/exostriker/lib/datafiles_window.py +83 -0
  117. exostriker-0.88/exostriker/lib/detrend_window.py +826 -0
  118. exostriker-0.88/exostriker/lib/doublespinbox.py +27 -0
  119. exostriker-0.88/exostriker/lib/dynesty_2_0/__init__.py +14 -0
  120. exostriker-0.88/exostriker/lib/dynesty_2_0/_version.py +1 -0
  121. exostriker-0.88/exostriker/lib/dynesty_2_0/bounding.py +1573 -0
  122. exostriker-0.88/exostriker/lib/dynesty_2_0/dynamicsampler.py +2219 -0
  123. exostriker-0.88/exostriker/lib/dynesty_2_0/dynesty.py +903 -0
  124. exostriker-0.88/exostriker/lib/dynesty_2_0/nestedsamplers.py +1053 -0
  125. exostriker-0.88/exostriker/lib/dynesty_2_0/plotting.py +2393 -0
  126. exostriker-0.88/exostriker/lib/dynesty_2_0/pool.py +164 -0
  127. exostriker-0.88/exostriker/lib/dynesty_2_0/results.py +454 -0
  128. exostriker-0.88/exostriker/lib/dynesty_2_0/results_old.py +10 -0
  129. exostriker-0.88/exostriker/lib/dynesty_2_0/sampler.py +1044 -0
  130. exostriker-0.88/exostriker/lib/dynesty_2_0/sampling.py +1138 -0
  131. exostriker-0.88/exostriker/lib/dynesty_2_0/utils.py +2289 -0
  132. exostriker-0.88/exostriker/lib/dynesty_patch.py +42 -0
  133. exostriker-0.88/exostriker/lib/emcee_ES/__init__.py +36 -0
  134. exostriker-0.88/exostriker/lib/emcee_ES/autocorr.py +136 -0
  135. exostriker-0.88/exostriker/lib/emcee_ES/backends/__init__.py +19 -0
  136. exostriker-0.88/exostriker/lib/emcee_ES/backends/backend.py +237 -0
  137. exostriker-0.88/exostriker/lib/emcee_ES/backends/hdf.py +292 -0
  138. exostriker-0.88/exostriker/lib/emcee_ES/emcee_version.py +1 -0
  139. exostriker-0.88/exostriker/lib/emcee_ES/ensemble.py +684 -0
  140. exostriker-0.88/exostriker/lib/emcee_ES/interruptible_pool.py +6 -0
  141. exostriker-0.88/exostriker/lib/emcee_ES/model.py +10 -0
  142. exostriker-0.88/exostriker/lib/emcee_ES/moves/__init__.py +23 -0
  143. exostriker-0.88/exostriker/lib/emcee_ES/moves/de.py +77 -0
  144. exostriker-0.88/exostriker/lib/emcee_ES/moves/de_snooker.py +46 -0
  145. exostriker-0.88/exostriker/lib/emcee_ES/moves/gaussian.py +118 -0
  146. exostriker-0.88/exostriker/lib/emcee_ES/moves/kde.py +43 -0
  147. exostriker-0.88/exostriker/lib/emcee_ES/moves/mh.py +65 -0
  148. exostriker-0.88/exostriker/lib/emcee_ES/moves/move.py +45 -0
  149. exostriker-0.88/exostriker/lib/emcee_ES/moves/red_blue.py +106 -0
  150. exostriker-0.88/exostriker/lib/emcee_ES/moves/stretch.py +33 -0
  151. exostriker-0.88/exostriker/lib/emcee_ES/moves/walk.py +37 -0
  152. exostriker-0.88/exostriker/lib/emcee_ES/mpi_pool.py +17 -0
  153. exostriker-0.88/exostriker/lib/emcee_ES/pbar.py +57 -0
  154. exostriker-0.88/exostriker/lib/emcee_ES/ptsampler.py +17 -0
  155. exostriker-0.88/exostriker/lib/emcee_ES/state.py +75 -0
  156. exostriker-0.88/exostriker/lib/emcee_ES/tests/__init__.py +0 -0
  157. exostriker-0.88/exostriker/lib/emcee_ES/tests/integration/__init__.py +0 -0
  158. exostriker-0.88/exostriker/lib/emcee_ES/tests/integration/test_de.py +19 -0
  159. exostriker-0.88/exostriker/lib/emcee_ES/tests/integration/test_de_snooker.py +16 -0
  160. exostriker-0.88/exostriker/lib/emcee_ES/tests/integration/test_gaussian.py +79 -0
  161. exostriker-0.88/exostriker/lib/emcee_ES/tests/integration/test_kde.py +28 -0
  162. exostriker-0.88/exostriker/lib/emcee_ES/tests/integration/test_longdouble.py +52 -0
  163. exostriker-0.88/exostriker/lib/emcee_ES/tests/integration/test_proposal.py +102 -0
  164. exostriker-0.88/exostriker/lib/emcee_ES/tests/integration/test_stretch.py +31 -0
  165. exostriker-0.88/exostriker/lib/emcee_ES/tests/integration/test_walk.py +15 -0
  166. exostriker-0.88/exostriker/lib/emcee_ES/tests/unit/__init__.py +0 -0
  167. exostriker-0.88/exostriker/lib/emcee_ES/tests/unit/test_autocorr.py +54 -0
  168. exostriker-0.88/exostriker/lib/emcee_ES/tests/unit/test_backends.py +276 -0
  169. exostriker-0.88/exostriker/lib/emcee_ES/tests/unit/test_blobs.py +96 -0
  170. exostriker-0.88/exostriker/lib/emcee_ES/tests/unit/test_ensemble.py +184 -0
  171. exostriker-0.88/exostriker/lib/emcee_ES/tests/unit/test_sampler.py +346 -0
  172. exostriker-0.88/exostriker/lib/emcee_ES/tests/unit/test_state.py +72 -0
  173. exostriker-0.88/exostriker/lib/emcee_ES/tests/unit/test_stretch.py +34 -0
  174. exostriker-0.88/exostriker/lib/emcee_ES/utils.py +62 -0
  175. exostriker-0.88/exostriker/lib/es.py +95356 -0
  176. exostriker-0.88/exostriker/lib/exochat.py +155 -0
  177. exostriker-0.88/exostriker/lib/exochat_opt.py +174 -0
  178. exostriker-0.88/exostriker/lib/figureoptions.py +256 -0
  179. exostriker-0.88/exostriker/lib/gls.py +787 -0
  180. exostriker-0.88/exostriker/lib/gui_groups.py +2924 -0
  181. exostriker-0.88/exostriker/lib/jac2astrocen.py +648 -0
  182. exostriker-0.88/exostriker/lib/mlp.py +844 -0
  183. exostriker-0.88/exostriker/lib/pg_hack.py +53 -0
  184. exostriker-0.88/exostriker/lib/png/Exo_striker_demo_image.png +0 -0
  185. exostriker-0.88/exostriker/lib/print_info_window.py +28 -0
  186. exostriker-0.88/exostriker/lib/pyqtgraph/GraphicsScene/GraphicsScene.py +543 -0
  187. exostriker-0.88/exostriker/lib/pyqtgraph/GraphicsScene/__init__.py +1 -0
  188. exostriker-0.88/exostriker/lib/pyqtgraph/GraphicsScene/exportDialog.py +145 -0
  189. exostriker-0.88/exostriker/lib/pyqtgraph/GraphicsScene/exportDialogTemplate.ui +103 -0
  190. exostriker-0.88/exostriker/lib/pyqtgraph/GraphicsScene/exportDialogTemplate_generic.py +63 -0
  191. exostriker-0.88/exostriker/lib/pyqtgraph/GraphicsScene/mouseEvents.py +384 -0
  192. exostriker-0.88/exostriker/lib/pyqtgraph/PlotData.py +53 -0
  193. exostriker-0.88/exostriker/lib/pyqtgraph/Point.py +160 -0
  194. exostriker-0.88/exostriker/lib/pyqtgraph/Qt/QtCore/__init__.py +0 -0
  195. exostriker-0.88/exostriker/lib/pyqtgraph/Qt/QtGui/__init__.py +0 -0
  196. exostriker-0.88/exostriker/lib/pyqtgraph/Qt/QtWidgets/__init__.py +0 -0
  197. exostriker-0.88/exostriker/lib/pyqtgraph/Qt/__init__.py +388 -0
  198. exostriker-0.88/exostriker/lib/pyqtgraph/Qt/__init__.pyi +44 -0
  199. exostriker-0.88/exostriker/lib/pyqtgraph/Qt/compat/__init__.py +0 -0
  200. exostriker-0.88/exostriker/lib/pyqtgraph/Qt/internals.py +226 -0
  201. exostriker-0.88/exostriker/lib/pyqtgraph/SRTTransform.py +166 -0
  202. exostriker-0.88/exostriker/lib/pyqtgraph/SRTTransform3D.py +227 -0
  203. exostriker-0.88/exostriker/lib/pyqtgraph/SignalProxy.py +111 -0
  204. exostriker-0.88/exostriker/lib/pyqtgraph/ThreadsafeTimer.py +43 -0
  205. exostriker-0.88/exostriker/lib/pyqtgraph/Transform3D.py +52 -0
  206. exostriker-0.88/exostriker/lib/pyqtgraph/Vector.py +95 -0
  207. exostriker-0.88/exostriker/lib/pyqtgraph/WidgetGroup.py +278 -0
  208. exostriker-0.88/exostriker/lib/pyqtgraph/__init__.py +466 -0
  209. exostriker-0.88/exostriker/lib/pyqtgraph/canvas/Canvas.py +462 -0
  210. exostriker-0.88/exostriker/lib/pyqtgraph/canvas/CanvasItem.py +484 -0
  211. exostriker-0.88/exostriker/lib/pyqtgraph/canvas/CanvasManager.py +76 -0
  212. exostriker-0.88/exostriker/lib/pyqtgraph/canvas/CanvasTemplate.ui +143 -0
  213. exostriker-0.88/exostriker/lib/pyqtgraph/canvas/CanvasTemplate_generic.py +92 -0
  214. exostriker-0.88/exostriker/lib/pyqtgraph/canvas/TransformGuiTemplate.ui +75 -0
  215. exostriker-0.88/exostriker/lib/pyqtgraph/canvas/TransformGuiTemplate_generic.py +55 -0
  216. exostriker-0.88/exostriker/lib/pyqtgraph/canvas/__init__.py +2 -0
  217. exostriker-0.88/exostriker/lib/pyqtgraph/colormap.py +846 -0
  218. exostriker-0.88/exostriker/lib/pyqtgraph/colors/__init__.py +0 -0
  219. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CC-BY license - applies to CET color map data.txt +250 -0
  220. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CC0 legal code - applies to virids, magma, plasma, inferno and cividis.txt +121 -0
  221. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C1.csv +256 -0
  222. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C1s.csv +256 -0
  223. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C2.csv +256 -0
  224. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C2s.csv +256 -0
  225. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C3.csv +256 -0
  226. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C3s.csv +256 -0
  227. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C4.csv +256 -0
  228. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C4s.csv +256 -0
  229. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C5.csv +256 -0
  230. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C5s.csv +256 -0
  231. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C6.csv +256 -0
  232. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C6s.csv +256 -0
  233. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C7.csv +256 -0
  234. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-C7s.csv +256 -0
  235. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-CBC1.csv +256 -0
  236. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-CBC2.csv +256 -0
  237. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-CBD1.csv +256 -0
  238. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-CBL1.csv +256 -0
  239. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-CBL2.csv +256 -0
  240. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-CBTC1.csv +256 -0
  241. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-CBTC2.csv +256 -0
  242. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-CBTD1.csv +256 -0
  243. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-CBTL1.csv +256 -0
  244. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-CBTL2.csv +256 -0
  245. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-D1.csv +256 -0
  246. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-D10.csv +256 -0
  247. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-D11.csv +256 -0
  248. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-D12.csv +256 -0
  249. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-D13.csv +256 -0
  250. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-D1A.csv +256 -0
  251. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-D2.csv +256 -0
  252. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-D3.csv +256 -0
  253. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-D4.csv +256 -0
  254. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-D6.csv +256 -0
  255. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-D7.csv +256 -0
  256. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-D8.csv +256 -0
  257. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-D9.csv +256 -0
  258. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-I1.csv +256 -0
  259. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-I2.csv +256 -0
  260. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-I3.csv +256 -0
  261. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L1.csv +256 -0
  262. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L10.csv +256 -0
  263. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L11.csv +256 -0
  264. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L12.csv +256 -0
  265. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L13.csv +256 -0
  266. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L14.csv +256 -0
  267. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L15.csv +256 -0
  268. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L16.csv +256 -0
  269. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L17.csv +256 -0
  270. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L18.csv +256 -0
  271. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L19.csv +256 -0
  272. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L2.csv +256 -0
  273. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L3.csv +256 -0
  274. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L4.csv +256 -0
  275. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L5.csv +256 -0
  276. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L6.csv +256 -0
  277. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L7.csv +256 -0
  278. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L8.csv +256 -0
  279. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-L9.csv +256 -0
  280. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-R1.csv +256 -0
  281. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-R2.csv +256 -0
  282. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-R3.csv +256 -0
  283. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/CET-R4.csv +256 -0
  284. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/PAL-relaxed.hex +13 -0
  285. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/PAL-relaxed_bright.hex +13 -0
  286. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/cividis.csv +266 -0
  287. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/inferno.csv +270 -0
  288. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/magma.csv +270 -0
  289. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/plasma.csv +270 -0
  290. exostriker-0.88/exostriker/lib/pyqtgraph/colors/maps/viridis.csv +270 -0
  291. exostriker-0.88/exostriker/lib/pyqtgraph/colors/palette.py +68 -0
  292. exostriker-0.88/exostriker/lib/pyqtgraph/configfile.py +194 -0
  293. exostriker-0.88/exostriker/lib/pyqtgraph/console/CmdInput.py +49 -0
  294. exostriker-0.88/exostriker/lib/pyqtgraph/console/Console.py +178 -0
  295. exostriker-0.88/exostriker/lib/pyqtgraph/console/__init__.py +1 -0
  296. exostriker-0.88/exostriker/lib/pyqtgraph/console/exception_widget.py +243 -0
  297. exostriker-0.88/exostriker/lib/pyqtgraph/console/repl_widget.py +219 -0
  298. exostriker-0.88/exostriker/lib/pyqtgraph/console/stackwidget.py +157 -0
  299. exostriker-0.88/exostriker/lib/pyqtgraph/debug.py +1286 -0
  300. exostriker-0.88/exostriker/lib/pyqtgraph/dockarea/Container.py +294 -0
  301. exostriker-0.88/exostriker/lib/pyqtgraph/dockarea/Dock.py +370 -0
  302. exostriker-0.88/exostriker/lib/pyqtgraph/dockarea/DockArea.py +382 -0
  303. exostriker-0.88/exostriker/lib/pyqtgraph/dockarea/DockDrop.py +139 -0
  304. exostriker-0.88/exostriker/lib/pyqtgraph/dockarea/__init__.py +2 -0
  305. exostriker-0.88/exostriker/lib/pyqtgraph/examples/Arrow.py +51 -0
  306. exostriker-0.88/exostriker/lib/pyqtgraph/examples/BarGraphItem.py +36 -0
  307. exostriker-0.88/exostriker/lib/pyqtgraph/examples/CLIexample.py +21 -0
  308. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ColorBarItem.py +89 -0
  309. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ColorButton.py +26 -0
  310. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ColorGradientPlots.py +147 -0
  311. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ConsoleWidget.py +32 -0
  312. exostriker-0.88/exostriker/lib/pyqtgraph/examples/CustomGraphItem.py +131 -0
  313. exostriker-0.88/exostriker/lib/pyqtgraph/examples/DataSlicing.py +56 -0
  314. exostriker-0.88/exostriker/lib/pyqtgraph/examples/DataTreeWidget.py +43 -0
  315. exostriker-0.88/exostriker/lib/pyqtgraph/examples/DateAxisItem.py +28 -0
  316. exostriker-0.88/exostriker/lib/pyqtgraph/examples/DateAxisItem_QtDesigner.py +44 -0
  317. exostriker-0.88/exostriker/lib/pyqtgraph/examples/DateAxisItem_QtDesigner.ui +44 -0
  318. exostriker-0.88/exostriker/lib/pyqtgraph/examples/DiffTreeWidget.py +45 -0
  319. exostriker-0.88/exostriker/lib/pyqtgraph/examples/Draw.py +42 -0
  320. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ErrorBarItem.py +23 -0
  321. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ExampleApp.py +594 -0
  322. exostriker-0.88/exostriker/lib/pyqtgraph/examples/FillBetweenItem.py +48 -0
  323. exostriker-0.88/exostriker/lib/pyqtgraph/examples/Flowchart.py +77 -0
  324. exostriker-0.88/exostriker/lib/pyqtgraph/examples/FlowchartCustomNode.py +153 -0
  325. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLBarGraphItem.py +40 -0
  326. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLGradientLegendItem.py +42 -0
  327. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLGraphItem.py +44 -0
  328. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLImageItem.py +51 -0
  329. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLIsosurface.py +60 -0
  330. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLLinePlotItem.py +40 -0
  331. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLMeshItem.py +115 -0
  332. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLPainterItem.py +93 -0
  333. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLScatterPlotItem.py +107 -0
  334. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLSurfacePlot.py +92 -0
  335. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLTextItem.py +32 -0
  336. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLViewWidget.py +28 -0
  337. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLVolumeItem.py +82 -0
  338. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GLshaders.py +97 -0
  339. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GradientEditor.py +18 -0
  340. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GradientWidget.py +46 -0
  341. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GraphItem.py +57 -0
  342. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GraphicsLayout.py +78 -0
  343. exostriker-0.88/exostriker/lib/pyqtgraph/examples/GraphicsScene.py +56 -0
  344. exostriker-0.88/exostriker/lib/pyqtgraph/examples/HistogramLUT.py +58 -0
  345. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ImageItem.py +60 -0
  346. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ImageView.py +67 -0
  347. exostriker-0.88/exostriker/lib/pyqtgraph/examples/InfiniteLine.py +83 -0
  348. exostriker-0.88/exostriker/lib/pyqtgraph/examples/InteractiveParameter.py +113 -0
  349. exostriker-0.88/exostriker/lib/pyqtgraph/examples/JoystickButton.py +46 -0
  350. exostriker-0.88/exostriker/lib/pyqtgraph/examples/Legend.py +40 -0
  351. exostriker-0.88/exostriker/lib/pyqtgraph/examples/LogPlotTest.py +30 -0
  352. exostriker-0.88/exostriker/lib/pyqtgraph/examples/MatrixDisplayExample.py +61 -0
  353. exostriker-0.88/exostriker/lib/pyqtgraph/examples/MouseSelection.py +32 -0
  354. exostriker-0.88/exostriker/lib/pyqtgraph/examples/MultiDataPlot.py +83 -0
  355. exostriker-0.88/exostriker/lib/pyqtgraph/examples/MultiPlotSpeedTest.py +65 -0
  356. exostriker-0.88/exostriker/lib/pyqtgraph/examples/MultiplePlotAxes.py +60 -0
  357. exostriker-0.88/exostriker/lib/pyqtgraph/examples/NonUniformImage.py +80 -0
  358. exostriker-0.88/exostriker/lib/pyqtgraph/examples/PColorMeshItem.py +133 -0
  359. exostriker-0.88/exostriker/lib/pyqtgraph/examples/PanningPlot.py +32 -0
  360. exostriker-0.88/exostriker/lib/pyqtgraph/examples/PlotAutoRange.py +42 -0
  361. exostriker-0.88/exostriker/lib/pyqtgraph/examples/PlotSpeedTest.py +178 -0
  362. exostriker-0.88/exostriker/lib/pyqtgraph/examples/PlotWidget.py +86 -0
  363. exostriker-0.88/exostriker/lib/pyqtgraph/examples/Plotting.py +96 -0
  364. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ProgressDialog.py +49 -0
  365. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ROIExamples.py +158 -0
  366. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ROItypes.py +118 -0
  367. exostriker-0.88/exostriker/lib/pyqtgraph/examples/RemoteGraphicsView.py +28 -0
  368. exostriker-0.88/exostriker/lib/pyqtgraph/examples/RemoteSpeedTest.py +76 -0
  369. exostriker-0.88/exostriker/lib/pyqtgraph/examples/RunExampleApp.py +22 -0
  370. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ScaleBar.py +26 -0
  371. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ScatterPlot.py +133 -0
  372. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ScatterPlotSpeedTest.py +142 -0
  373. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ScatterPlotWidget.py +64 -0
  374. exostriker-0.88/exostriker/lib/pyqtgraph/examples/SimplePlot.py +8 -0
  375. exostriker-0.88/exostriker/lib/pyqtgraph/examples/SpinBox.py +130 -0
  376. exostriker-0.88/exostriker/lib/pyqtgraph/examples/Symbols.py +36 -0
  377. exostriker-0.88/exostriker/lib/pyqtgraph/examples/TableWidget.py +28 -0
  378. exostriker-0.88/exostriker/lib/pyqtgraph/examples/TreeWidget.py +49 -0
  379. exostriker-0.88/exostriker/lib/pyqtgraph/examples/VideoSpeedTest.py +294 -0
  380. exostriker-0.88/exostriker/lib/pyqtgraph/examples/VideoTemplate.ui +353 -0
  381. exostriker-0.88/exostriker/lib/pyqtgraph/examples/VideoTemplate_generic.py +207 -0
  382. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ViewBox.py +93 -0
  383. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ViewBoxFeatures.py +82 -0
  384. exostriker-0.88/exostriker/lib/pyqtgraph/examples/ViewLimits.py +9 -0
  385. exostriker-0.88/exostriker/lib/pyqtgraph/examples/__init__.py +1 -0
  386. exostriker-0.88/exostriker/lib/pyqtgraph/examples/__main__.py +5 -0
  387. exostriker-0.88/exostriker/lib/pyqtgraph/examples/_buildParamTypes.py +98 -0
  388. exostriker-0.88/exostriker/lib/pyqtgraph/examples/_paramtreecfg.py +203 -0
  389. exostriker-0.88/exostriker/lib/pyqtgraph/examples/beeswarm.py +33 -0
  390. exostriker-0.88/exostriker/lib/pyqtgraph/examples/colorMaps.py +72 -0
  391. exostriker-0.88/exostriker/lib/pyqtgraph/examples/colorMapsLinearized.py +118 -0
  392. exostriker-0.88/exostriker/lib/pyqtgraph/examples/console_exception_inspection.py +199 -0
  393. exostriker-0.88/exostriker/lib/pyqtgraph/examples/contextMenu.py +137 -0
  394. exostriker-0.88/exostriker/lib/pyqtgraph/examples/crosshair.py +85 -0
  395. exostriker-0.88/exostriker/lib/pyqtgraph/examples/customGraphicsItem.py +58 -0
  396. exostriker-0.88/exostriker/lib/pyqtgraph/examples/customPlot.py +93 -0
  397. exostriker-0.88/exostriker/lib/pyqtgraph/examples/cx_freeze/plotTest.py +20 -0
  398. exostriker-0.88/exostriker/lib/pyqtgraph/examples/cx_freeze/setup.py +47 -0
  399. exostriker-0.88/exostriker/lib/pyqtgraph/examples/designerExample.py +41 -0
  400. exostriker-0.88/exostriker/lib/pyqtgraph/examples/designerExample.ui +38 -0
  401. exostriker-0.88/exostriker/lib/pyqtgraph/examples/dockarea.py +110 -0
  402. exostriker-0.88/exostriker/lib/pyqtgraph/examples/exampleLoaderTemplate.ui +110 -0
  403. exostriker-0.88/exostriker/lib/pyqtgraph/examples/exampleLoaderTemplate_generic.py +79 -0
  404. exostriker-0.88/exostriker/lib/pyqtgraph/examples/fractal.py +109 -0
  405. exostriker-0.88/exostriker/lib/pyqtgraph/examples/glow.py +108 -0
  406. exostriker-0.88/exostriker/lib/pyqtgraph/examples/hdf5.py +145 -0
  407. exostriker-0.88/exostriker/lib/pyqtgraph/examples/histogram.py +36 -0
  408. exostriker-0.88/exostriker/lib/pyqtgraph/examples/imageAnalysis.py +115 -0
  409. exostriker-0.88/exostriker/lib/pyqtgraph/examples/infiniteline_performance.py +50 -0
  410. exostriker-0.88/exostriker/lib/pyqtgraph/examples/isocurve.py +53 -0
  411. exostriker-0.88/exostriker/lib/pyqtgraph/examples/jupyter_console_example.py +97 -0
  412. exostriker-0.88/exostriker/lib/pyqtgraph/examples/linkedViews.py +40 -0
  413. exostriker-0.88/exostriker/lib/pyqtgraph/examples/logAxis.py +43 -0
  414. exostriker-0.88/exostriker/lib/pyqtgraph/examples/multiplePlotSpeedTest.py +79 -0
  415. exostriker-0.88/exostriker/lib/pyqtgraph/examples/multiprocess.py +51 -0
  416. exostriker-0.88/exostriker/lib/pyqtgraph/examples/notebooks/ImageAnalysis.ipynb +158 -0
  417. exostriker-0.88/exostriker/lib/pyqtgraph/examples/notebooks/PColorMeshItem.ipynb +140 -0
  418. exostriker-0.88/exostriker/lib/pyqtgraph/examples/notebooks/Plotting.ipynb +134 -0
  419. exostriker-0.88/exostriker/lib/pyqtgraph/examples/notebooks/ROIExamples.ipynb +202 -0
  420. exostriker-0.88/exostriker/lib/pyqtgraph/examples/notebooks/ScatterPlot.ipynb +173 -0
  421. exostriker-0.88/exostriker/lib/pyqtgraph/examples/notebooks/simple.ipynb +100 -0
  422. exostriker-0.88/exostriker/lib/pyqtgraph/examples/optics/__init__.py +1 -0
  423. exostriker-0.88/exostriker/lib/pyqtgraph/examples/optics/pyoptic.py +561 -0
  424. exostriker-0.88/exostriker/lib/pyqtgraph/examples/optics/schott_glasses.csv.gz +0 -0
  425. exostriker-0.88/exostriker/lib/pyqtgraph/examples/optics_demos.py +157 -0
  426. exostriker-0.88/exostriker/lib/pyqtgraph/examples/parallelize.py +60 -0
  427. exostriker-0.88/exostriker/lib/pyqtgraph/examples/parametertree.py +154 -0
  428. exostriker-0.88/exostriker/lib/pyqtgraph/examples/py2exe/plotTest.py +19 -0
  429. exostriker-0.88/exostriker/lib/pyqtgraph/examples/py2exe/setup.py +34 -0
  430. exostriker-0.88/exostriker/lib/pyqtgraph/examples/relativity/__init__.py +1 -0
  431. exostriker-0.88/exostriker/lib/pyqtgraph/examples/relativity/presets/Grid Expansion.cfg +411 -0
  432. exostriker-0.88/exostriker/lib/pyqtgraph/examples/relativity/presets/Twin Paradox (grid).cfg +667 -0
  433. exostriker-0.88/exostriker/lib/pyqtgraph/examples/relativity/presets/Twin Paradox.cfg +538 -0
  434. exostriker-0.88/exostriker/lib/pyqtgraph/examples/relativity/relativity.py +762 -0
  435. exostriker-0.88/exostriker/lib/pyqtgraph/examples/relativity_demo.py +17 -0
  436. exostriker-0.88/exostriker/lib/pyqtgraph/examples/scrollingPlots.py +113 -0
  437. exostriker-0.88/exostriker/lib/pyqtgraph/examples/syntax.py +250 -0
  438. exostriker-0.88/exostriker/lib/pyqtgraph/examples/template.py +15 -0
  439. exostriker-0.88/exostriker/lib/pyqtgraph/examples/test_examples.py +205 -0
  440. exostriker-0.88/exostriker/lib/pyqtgraph/examples/text.py +53 -0
  441. exostriker-0.88/exostriker/lib/pyqtgraph/examples/utils.py +137 -0
  442. exostriker-0.88/exostriker/lib/pyqtgraph/examples/verlet_chain/__init__.py +1 -0
  443. exostriker-0.88/exostriker/lib/pyqtgraph/examples/verlet_chain/chain.py +115 -0
  444. exostriker-0.88/exostriker/lib/pyqtgraph/examples/verlet_chain/make +2 -0
  445. exostriker-0.88/exostriker/lib/pyqtgraph/examples/verlet_chain/relax.c +48 -0
  446. exostriker-0.88/exostriker/lib/pyqtgraph/examples/verlet_chain/relax.py +70 -0
  447. exostriker-0.88/exostriker/lib/pyqtgraph/examples/verlet_chain_demo.py +119 -0
  448. exostriker-0.88/exostriker/lib/pyqtgraph/exceptionHandling.py +155 -0
  449. exostriker-0.88/exostriker/lib/pyqtgraph/exporters/CSVExporter.py +130 -0
  450. exostriker-0.88/exostriker/lib/pyqtgraph/exporters/CSVExporter_TT.py +124 -0
  451. exostriker-0.88/exostriker/lib/pyqtgraph/exporters/Exporter.py +141 -0
  452. exostriker-0.88/exostriker/lib/pyqtgraph/exporters/HDF5Exporter.py +76 -0
  453. exostriker-0.88/exostriker/lib/pyqtgraph/exporters/ImageExporter.py +120 -0
  454. exostriker-0.88/exostriker/lib/pyqtgraph/exporters/Matplotlib.py +161 -0
  455. exostriker-0.88/exostriker/lib/pyqtgraph/exporters/Matplotlib_ES.py +240 -0
  456. exostriker-0.88/exostriker/lib/pyqtgraph/exporters/PDFExporter.py +611 -0
  457. exostriker-0.88/exostriker/lib/pyqtgraph/exporters/PDFExporter_2.py +110 -0
  458. exostriker-0.88/exostriker/lib/pyqtgraph/exporters/PrintExporter.py +64 -0
  459. exostriker-0.88/exostriker/lib/pyqtgraph/exporters/SVGExporter.py +551 -0
  460. exostriker-0.88/exostriker/lib/pyqtgraph/exporters/__init__.py +12 -0
  461. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/Flowchart.py +925 -0
  462. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/FlowchartCtrlTemplate.ui +119 -0
  463. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/FlowchartCtrlTemplate_generic.py +65 -0
  464. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/FlowchartGraphicsView.py +40 -0
  465. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/Node.py +645 -0
  466. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/NodeLibrary.py +88 -0
  467. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/Terminal.py +583 -0
  468. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/__init__.py +2 -0
  469. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/library/Data.py +478 -0
  470. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/library/Display.py +310 -0
  471. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/library/Filters.py +342 -0
  472. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/library/Operators.py +105 -0
  473. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/library/__init__.py +19 -0
  474. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/library/common.py +195 -0
  475. exostriker-0.88/exostriker/lib/pyqtgraph/flowchart/library/functions.py +356 -0
  476. exostriker-0.88/exostriker/lib/pyqtgraph/frozenSupport.py +55 -0
  477. exostriker-0.88/exostriker/lib/pyqtgraph/functions.py +3232 -0
  478. exostriker-0.88/exostriker/lib/pyqtgraph/functions_numba.py +43 -0
  479. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ArrowItem.py +147 -0
  480. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/AxisItem.py +1275 -0
  481. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/BarGraphItem.py +303 -0
  482. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ButtonItem.py +58 -0
  483. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ColorBarItem.py +349 -0
  484. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/CurvePoint.py +122 -0
  485. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/DateAxisItem.py +358 -0
  486. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ErrorBarItem.py +158 -0
  487. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/FillBetweenItem.py +82 -0
  488. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/GradientEditorItem.py +1008 -0
  489. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/GradientLegend.py +125 -0
  490. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/GraphItem.py +145 -0
  491. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/GraphicsItem.py +645 -0
  492. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/GraphicsLayout.py +216 -0
  493. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/GraphicsObject.py +47 -0
  494. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/GraphicsWidget.py +74 -0
  495. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/GraphicsWidgetAnchor.py +110 -0
  496. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/GridItem.py +197 -0
  497. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/HistogramLUTItem.py +479 -0
  498. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ImageItem.py +1125 -0
  499. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/InfiniteLine.py +621 -0
  500. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/IsocurveItem.py +112 -0
  501. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ItemGroup.py +21 -0
  502. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/LabelItem.py +141 -0
  503. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/LegendItem.py +397 -0
  504. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/LinearRegionItem.py +356 -0
  505. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/MultiPlotItem.py +67 -0
  506. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/NonUniformImage.py +135 -0
  507. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/PColorMeshItem.py +435 -0
  508. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/PlotCurveItem.py +1015 -0
  509. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/PlotDataItem.py +1255 -0
  510. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/PlotItem/PlotItem.py +1309 -0
  511. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/PlotItem/__init__.py +3 -0
  512. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate.ui +363 -0
  513. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_generic.py +178 -0
  514. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ROI.py +2352 -0
  515. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ScaleBar.py +68 -0
  516. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ScatterPlotItem.py +1215 -0
  517. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/TargetItem.py +443 -0
  518. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/TextItem.py +218 -0
  519. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/UIGraphicsItem.py +116 -0
  520. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/VTickGroup.py +98 -0
  521. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ViewBox/ViewBox.py +1820 -0
  522. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.py +244 -0
  523. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ViewBox/__init__.py +3 -0
  524. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate.ui +161 -0
  525. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_generic.py +88 -0
  526. exostriker-0.88/exostriker/lib/pyqtgraph/graphicsItems/__init__.py +21 -0
  527. exostriker-0.88/exostriker/lib/pyqtgraph/icons/__init__.py +67 -0
  528. exostriker-0.88/exostriker/lib/pyqtgraph/icons/auto.png +0 -0
  529. exostriker-0.88/exostriker/lib/pyqtgraph/icons/ctrl.png +0 -0
  530. exostriker-0.88/exostriker/lib/pyqtgraph/icons/default.png +0 -0
  531. exostriker-0.88/exostriker/lib/pyqtgraph/icons/icons.svg +135 -0
  532. exostriker-0.88/exostriker/lib/pyqtgraph/icons/invisibleEye.svg +35 -0
  533. exostriker-0.88/exostriker/lib/pyqtgraph/icons/lock.png +0 -0
  534. exostriker-0.88/exostriker/lib/pyqtgraph/imageview/ImageView.py +947 -0
  535. exostriker-0.88/exostriker/lib/pyqtgraph/imageview/ImageViewTemplate.ui +246 -0
  536. exostriker-0.88/exostriker/lib/pyqtgraph/imageview/ImageViewTemplate_generic.py +151 -0
  537. exostriker-0.88/exostriker/lib/pyqtgraph/imageview/__init__.py +8 -0
  538. exostriker-0.88/exostriker/lib/pyqtgraph/jupyter/GraphicsView.py +179 -0
  539. exostriker-0.88/exostriker/lib/pyqtgraph/jupyter/__init__.py +3 -0
  540. exostriker-0.88/exostriker/lib/pyqtgraph/metaarray/MetaArray.py +1201 -0
  541. exostriker-0.88/exostriker/lib/pyqtgraph/metaarray/__init__.py +1 -0
  542. exostriker-0.88/exostriker/lib/pyqtgraph/metaarray/license.txt +7 -0
  543. exostriker-0.88/exostriker/lib/pyqtgraph/metaarray/readMeta.m +83 -0
  544. exostriker-0.88/exostriker/lib/pyqtgraph/multiprocess/__init__.py +24 -0
  545. exostriker-0.88/exostriker/lib/pyqtgraph/multiprocess/bootstrap.py +36 -0
  546. exostriker-0.88/exostriker/lib/pyqtgraph/multiprocess/parallelizer.py +341 -0
  547. exostriker-0.88/exostriker/lib/pyqtgraph/multiprocess/processes.py +532 -0
  548. exostriker-0.88/exostriker/lib/pyqtgraph/multiprocess/remoteproxy.py +1142 -0
  549. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/GLGraphicsItem.py +309 -0
  550. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/GLViewWidget.py +582 -0
  551. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/MeshData.py +504 -0
  552. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/__init__.py +24 -0
  553. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/GLAxisItem.py +64 -0
  554. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/GLBarGraphItem.py +30 -0
  555. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/GLBoxItem.py +86 -0
  556. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/GLGradientLegendItem.py +82 -0
  557. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/GLGraphItem.py +102 -0
  558. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/GLGridItem.py +88 -0
  559. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/GLImageItem.py +104 -0
  560. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/GLLinePlotItem.py +101 -0
  561. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/GLMeshItem.py +225 -0
  562. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/GLScatterPlotItem.py +196 -0
  563. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/GLSurfacePlotItem.py +136 -0
  564. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/GLTextItem.py +96 -0
  565. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/GLVolumeItem.py +228 -0
  566. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/items/__init__.py +0 -0
  567. exostriker-0.88/exostriker/lib/pyqtgraph/opengl/shaders.py +403 -0
  568. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/Parameter.py +842 -0
  569. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/ParameterItem.py +220 -0
  570. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/ParameterSystem.py +130 -0
  571. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/ParameterTree.py +205 -0
  572. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/SystemSolver.py +424 -0
  573. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/__init__.py +6 -0
  574. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/interactive.py +625 -0
  575. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/__init__.py +47 -0
  576. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/action.py +96 -0
  577. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/actiongroup.py +78 -0
  578. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/basetypes.py +438 -0
  579. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/bool.py +15 -0
  580. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/calendar.py +56 -0
  581. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/checklist.py +310 -0
  582. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/color.py +31 -0
  583. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/colormap.py +27 -0
  584. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/file.py +204 -0
  585. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/font.py +40 -0
  586. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/list.py +126 -0
  587. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/numeric.py +59 -0
  588. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/pen.py +222 -0
  589. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/progress.py +19 -0
  590. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/qtenum.py +69 -0
  591. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/slider.py +131 -0
  592. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/str.py +15 -0
  593. exostriker-0.88/exostriker/lib/pyqtgraph/parametertree/parameterTypes/text.py +22 -0
  594. exostriker-0.88/exostriker/lib/pyqtgraph/reload.py +318 -0
  595. exostriker-0.88/exostriker/lib/pyqtgraph/units.py +63 -0
  596. exostriker-0.88/exostriker/lib/pyqtgraph/util/__init__.py +0 -0
  597. exostriker-0.88/exostriker/lib/pyqtgraph/util/colorama/LICENSE.txt +27 -0
  598. exostriker-0.88/exostriker/lib/pyqtgraph/util/colorama/README.txt +303 -0
  599. exostriker-0.88/exostriker/lib/pyqtgraph/util/colorama/__init__.py +0 -0
  600. exostriker-0.88/exostriker/lib/pyqtgraph/util/colorama/win32.py +137 -0
  601. exostriker-0.88/exostriker/lib/pyqtgraph/util/colorama/winterm.py +120 -0
  602. exostriker-0.88/exostriker/lib/pyqtgraph/util/cprint.py +99 -0
  603. exostriker-0.88/exostriker/lib/pyqtgraph/util/cupy_helper.py +18 -0
  604. exostriker-0.88/exostriker/lib/pyqtgraph/util/garbage_collector.py +51 -0
  605. exostriker-0.88/exostriker/lib/pyqtgraph/util/get_resolution.py +19 -0
  606. exostriker-0.88/exostriker/lib/pyqtgraph/util/glinfo.py +46 -0
  607. exostriker-0.88/exostriker/lib/pyqtgraph/util/mutex.py +113 -0
  608. exostriker-0.88/exostriker/lib/pyqtgraph/util/numba_helper.py +17 -0
  609. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/BusyCursor.py +36 -0
  610. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/CheckTable.py +92 -0
  611. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/ColorButton.py +91 -0
  612. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/ColorMapWidget.py +274 -0
  613. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/ComboBox.py +235 -0
  614. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/DataFilterWidget.py +212 -0
  615. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/DataTreeWidget.py +129 -0
  616. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/DiffTreeWidget.py +161 -0
  617. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/FeedbackButton.py +141 -0
  618. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/FileDialog.py +16 -0
  619. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/GradientWidget.py +74 -0
  620. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/GraphicsLayoutWidget.py +64 -0
  621. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/GraphicsView.py +388 -0
  622. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/GroupBox.py +93 -0
  623. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/HistogramLUTWidget.py +40 -0
  624. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/JoystickButton.py +86 -0
  625. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/LayoutWidget.py +99 -0
  626. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/MatplotlibWidget.py +68 -0
  627. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/MatplotlibWidget_ES.py +59 -0
  628. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/MultiPlotWidget.py +78 -0
  629. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/PathButton.py +51 -0
  630. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/PenPreviewLabel.py +33 -0
  631. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/PlotWidget.py +102 -0
  632. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/ProgressDialog.py +268 -0
  633. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/RawImageWidget.py +165 -0
  634. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/RemoteGraphicsView.py +323 -0
  635. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/ScatterPlotWidget.py +293 -0
  636. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/SpinBox.py +615 -0
  637. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/TableWidget.py +480 -0
  638. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/TreeWidget.py +394 -0
  639. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/ValueLabel.py +73 -0
  640. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/VerticalLabel.py +82 -0
  641. exostriker-0.88/exostriker/lib/pyqtgraph/widgets/__init__.py +0 -0
  642. exostriker-0.88/exostriker/lib/qso.py +917 -0
  643. exostriker-0.88/exostriker/lib/run_mcmc_from_ses.py +47 -0
  644. exostriker-0.88/exostriker/lib/run_ns_from_ses.py +37 -0
  645. exostriker-0.88/exostriker/lib/rvs.py +465 -0
  646. exostriker-0.88/exostriker/lib/rvs_window.py +769 -0
  647. exostriker-0.88/exostriker/lib/scientificspin.py +67 -0
  648. exostriker-0.88/exostriker/lib/stdout_pipe.py +178 -0
  649. exostriker-0.88/exostriker/lib/swift/.idea/.gitignore +3 -0
  650. exostriker-0.88/exostriker/lib/swift/.idea/.name +1 -0
  651. exostriker-0.88/exostriker/lib/swift/.idea/inspectionProfiles/Project_Default.xml +39 -0
  652. exostriker-0.88/exostriker/lib/swift/.idea/inspectionProfiles/profiles_settings.xml +6 -0
  653. exostriker-0.88/exostriker/lib/swift/.idea/misc.xml +4 -0
  654. exostriker-0.88/exostriker/lib/swift/.idea/modules.xml +8 -0
  655. exostriker-0.88/exostriker/lib/swift/.idea/swift1.iml +8 -0
  656. exostriker-0.88/exostriker/lib/swift/bin.dat +0 -0
  657. exostriker-0.88/exostriker/lib/swift/compile.sh +1 -0
  658. exostriker-0.88/exostriker/lib/swift/io.inc +20 -0
  659. exostriker-0.88/exostriker/lib/swift/libswift.a +0 -0
  660. exostriker-0.88/exostriker/lib/swift/mass.bin.dat +0 -0
  661. exostriker-0.88/exostriker/lib/swift/swift.f95 +1927 -0
  662. exostriker-0.88/exostriker/lib/swift/swift.inc +51 -0
  663. exostriker-0.88/exostriker/lib/swift/swift_test.py +53 -0
  664. exostriker-0.88/exostriker/lib/symbols_window.py +117 -0
  665. exostriker-0.88/exostriker/lib/tdt.py +440 -0
  666. exostriker-0.88/exostriker/lib/terminal.py +78 -0
  667. exostriker-0.88/exostriker/lib/tls_hack.py +20 -0
  668. exostriker-0.88/exostriker/lib/transitleastsquares_ES/JAA546A14limb1-4.csv +428 -0
  669. exostriker-0.88/exostriker/lib/transitleastsquares_ES/__init__.py +18 -0
  670. exostriker-0.88/exostriker/lib/transitleastsquares_ES/catalog.py +175 -0
  671. exostriker-0.88/exostriker/lib/transitleastsquares_ES/command_line.py +130 -0
  672. exostriker-0.88/exostriker/lib/transitleastsquares_ES/core.py +188 -0
  673. exostriker-0.88/exostriker/lib/transitleastsquares_ES/fap.csv +1252 -0
  674. exostriker-0.88/exostriker/lib/transitleastsquares_ES/grid.py +156 -0
  675. exostriker-0.88/exostriker/lib/transitleastsquares_ES/helpers.py +113 -0
  676. exostriker-0.88/exostriker/lib/transitleastsquares_ES/interpolation.py +58 -0
  677. exostriker-0.88/exostriker/lib/transitleastsquares_ES/ld_claret_tess.csv +575 -0
  678. exostriker-0.88/exostriker/lib/transitleastsquares_ES/main.py +456 -0
  679. exostriker-0.88/exostriker/lib/transitleastsquares_ES/results.py +61 -0
  680. exostriker-0.88/exostriker/lib/transitleastsquares_ES/stats.py +469 -0
  681. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/EPIC201367065.csv +3632 -0
  682. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/EPIC201367065_detrended.csv +3632 -0
  683. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/EPIC206154641.csv +3203 -0
  684. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/run_tests.bat +12 -0
  685. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/run_tests.sh +1 -0
  686. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/test_FAP.py +10 -0
  687. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/test_catalog_data.py +73 -0
  688. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/test_cleaned_array.py +23 -0
  689. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/test_duration_grid.py +19 -0
  690. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/test_multi_planet.py +51 -0
  691. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/test_period_grid.py +51 -0
  692. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/test_resample.py +46 -0
  693. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/test_shapes.py +42 -0
  694. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/test_stats_gap.py +133 -0
  695. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/test_synthetic.py +64 -0
  696. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/test_transit_depth_min.py +72 -0
  697. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/test_uncertainties.py +58 -0
  698. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/test_validation.py +18 -0
  699. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tests/tls_config.cfg +23 -0
  700. exostriker-0.88/exostriker/lib/transitleastsquares_ES/tls_constants.py +148 -0
  701. exostriker-0.88/exostriker/lib/transitleastsquares_ES/transit.py +160 -0
  702. exostriker-0.88/exostriker/lib/transitleastsquares_ES/validate.py +181 -0
  703. exostriker-0.88/exostriker/lib/transitleastsquares_ES/version.py +2 -0
  704. exostriker-0.88/exostriker/lib/tree_view_ext.py +86 -0
  705. exostriker-0.88/exostriker/lib/word_processor_es/README.md +22 -0
  706. exostriker-0.88/exostriker/lib/word_processor_es/__init__.py +1 -0
  707. exostriker-0.88/exostriker/lib/word_processor_es/images/arrow-continue.png +0 -0
  708. exostriker-0.88/exostriker/lib/word_processor_es/images/arrow-curve-180-left.png +0 -0
  709. exostriker-0.88/exostriker/lib/word_processor_es/images/arrow-curve.png +0 -0
  710. exostriker-0.88/exostriker/lib/word_processor_es/images/blue-folder-open-document.png +0 -0
  711. exostriker-0.88/exostriker/lib/word_processor_es/images/clipboard-paste-document-text.png +0 -0
  712. exostriker-0.88/exostriker/lib/word_processor_es/images/disk--pencil.png +0 -0
  713. exostriker-0.88/exostriker/lib/word_processor_es/images/disk.png +0 -0
  714. exostriker-0.88/exostriker/lib/word_processor_es/images/document-copy.png +0 -0
  715. exostriker-0.88/exostriker/lib/word_processor_es/images/edit-alignment-center.png +0 -0
  716. exostriker-0.88/exostriker/lib/word_processor_es/images/edit-alignment-justify.png +0 -0
  717. exostriker-0.88/exostriker/lib/word_processor_es/images/edit-alignment-right.png +0 -0
  718. exostriker-0.88/exostriker/lib/word_processor_es/images/edit-alignment.png +0 -0
  719. exostriker-0.88/exostriker/lib/word_processor_es/images/edit-bold.png +0 -0
  720. exostriker-0.88/exostriker/lib/word_processor_es/images/edit-color.png +0 -0
  721. exostriker-0.88/exostriker/lib/word_processor_es/images/edit-italic.png +0 -0
  722. exostriker-0.88/exostriker/lib/word_processor_es/images/edit-list-order.png +0 -0
  723. exostriker-0.88/exostriker/lib/word_processor_es/images/edit-list.png +0 -0
  724. exostriker-0.88/exostriker/lib/word_processor_es/images/edit-underline.png +0 -0
  725. exostriker-0.88/exostriker/lib/word_processor_es/images/printer.png +0 -0
  726. exostriker-0.88/exostriker/lib/word_processor_es/images/question.png +0 -0
  727. exostriker-0.88/exostriker/lib/word_processor_es/images/scissors.png +0 -0
  728. exostriker-0.88/exostriker/lib/word_processor_es/images/selection-input.png +0 -0
  729. exostriker-0.88/exostriker/lib/word_processor_es/images/ui-tab--plus.png +0 -0
  730. exostriker-0.88/exostriker/lib/word_processor_es/old/text_editor.py +648 -0
  731. exostriker-0.88/exostriker/lib/word_processor_es/old/text_editor2.py +383 -0
  732. exostriker-0.88/exostriker/lib/word_processor_es/requirements.txt +1 -0
  733. exostriker-0.88/exostriker/lib/word_processor_es/screenshot-wordprocessor.jpg +0 -0
  734. exostriker-0.88/exostriker/lib/word_processor_es/syntax_py.py +213 -0
  735. exostriker-0.88/exostriker/lib/word_processor_es/word_processor_es.py +417 -0
  736. exostriker-0.88/exostriker/lib/worker.py +76 -0
  737. exostriker-0.88/exostriker/lib/wrapt_ES/__init__.py +27 -0
  738. exostriker-0.88/exostriker/lib/wrapt_ES/_wrappers.c +3199 -0
  739. exostriker-0.88/exostriker/lib/wrapt_ES/arguments.py +38 -0
  740. exostriker-0.88/exostriker/lib/wrapt_ES/decorators.py +541 -0
  741. exostriker-0.88/exostriker/lib/wrapt_ES/importer.py +286 -0
  742. exostriker-0.88/exostriker/lib/wrapt_ES/wrappers.py +986 -0
  743. exostriker-0.88/exostriker/source/latest_f/bs.inc +20 -0
  744. exostriker-0.88/exostriker/source/latest_f/dynfit_param.in +3 -0
  745. exostriker-0.88/exostriker/source/latest_f/io/io.inc +20 -0
  746. exostriker-0.88/exostriker/source/latest_f/io.inc +20 -0
  747. exostriker-0.88/exostriker/source/latest_f/mvs_f/follow2.f +112 -0
  748. exostriker-0.88/exostriker/source/latest_f/mvs_f/geninit_j3_in_days.f +104 -0
  749. exostriker-0.88/exostriker/source/latest_f/mvs_f/swift.inc +51 -0
  750. exostriker-0.88/exostriker/source/latest_f/mvs_f/swift_mvs_j.f +748 -0
  751. exostriker-0.88/exostriker/source/latest_f/mvs_f/swift_mvs_j_GR.f +831 -0
  752. exostriker-0.88/exostriker/source/latest_f/swift.inc +51 -0
  753. exostriker-0.88/exostriker/source/latest_f/swift_Jakub.inc +51 -0
  754. exostriker-0.88/exostriker/source/latest_f/swift_loglik_Jakub.inc +51 -0
  755. exostriker-0.88/exostriker/source/latest_f/symba5.inc +27 -0
  756. exostriker-0.88/exostriker/source/latest_f/symba_f/follow_symba2.f +210 -0
  757. exostriker-0.88/exostriker/source/latest_f/symba_f/geninit_j3_in_days.f +104 -0
  758. exostriker-0.88/exostriker/source/latest_f/symba_f/swift.inc +51 -0
  759. exostriker-0.88/exostriker/source/latest_f/symba_f/swift_symba5_j.f +294 -0
  760. exostriker-0.88/exostriker/source/png/33_striker.ico +0 -0
  761. exostriker-0.88/exostriker/source/png/33_striker.png +0 -0
  762. exostriker-0.88/exostriker/source/png/ES_new.gif +0 -0
  763. exostriker-0.88/exostriker/source/png/ES_new.png +0 -0
  764. exostriker-0.88/exostriker/source/png/ES_terminal.png +0 -0
  765. exostriker-0.88/exostriker/source/swift_j/@make_temp +35 -0
  766. exostriker-0.88/exostriker/source/swift_j/@makeall +161 -0
  767. exostriker-0.88/exostriker/source/swift_j/README.EDWARD +43 -0
  768. exostriker-0.88/exostriker/source/swift_j/README.first +342 -0
  769. exostriker-0.88/exostriker/source/swift_j/README.j2 +22 -0
  770. exostriker-0.88/exostriker/source/swift_j/README.stat +77 -0
  771. exostriker-0.88/exostriker/source/swift_j/README.units +19 -0
  772. exostriker-0.88/exostriker/source/swift_j/anal/anal_energy.f +99 -0
  773. exostriker-0.88/exostriker/source/swift_j/anal/anal_energy_write.f +65 -0
  774. exostriker-0.88/exostriker/source/swift_j/anal/anal_jacobi.f +65 -0
  775. exostriker-0.88/exostriker/source/swift_j/anal/anal_jacobi_write.f +134 -0
  776. exostriker-0.88/exostriker/source/swift_j/bs/bs.inc +20 -0
  777. exostriker-0.88/exostriker/source/swift_j/bs/bs_der.f +101 -0
  778. exostriker-0.88/exostriker/source/swift_j/bs/bs_der_pl.f +101 -0
  779. exostriker-0.88/exostriker/source/swift_j/bs/bs_int.f +191 -0
  780. exostriker-0.88/exostriker/source/swift_j/bs/bs_int_pl.f +191 -0
  781. exostriker-0.88/exostriker/source/swift_j/bs/bs_step.f +172 -0
  782. exostriker-0.88/exostriker/source/swift_j/bs.inc +20 -0
  783. exostriker-0.88/exostriker/source/swift_j/coord/coord_b2h.f +64 -0
  784. exostriker-0.88/exostriker/source/swift_j/coord/coord_b2h_tp.f +61 -0
  785. exostriker-0.88/exostriker/source/swift_j/coord/coord_b2j.f +113 -0
  786. exostriker-0.88/exostriker/source/swift_j/coord/coord_h2b.f +84 -0
  787. exostriker-0.88/exostriker/source/swift_j/coord/coord_h2b_tp.f +60 -0
  788. exostriker-0.88/exostriker/source/swift_j/coord/coord_h2j.f +116 -0
  789. exostriker-0.88/exostriker/source/swift_j/coord/coord_j2b.f +116 -0
  790. exostriker-0.88/exostriker/source/swift_j/coord/coord_j2h.f +101 -0
  791. exostriker-0.88/exostriker/source/swift_j/coord/coord_vb2h.f +65 -0
  792. exostriker-0.88/exostriker/source/swift_j/coord/coord_vb2h_tp.f +54 -0
  793. exostriker-0.88/exostriker/source/swift_j/coord/coord_vh2b.f +66 -0
  794. exostriker-0.88/exostriker/source/swift_j/coord/coord_vh2b_tp.f +49 -0
  795. exostriker-0.88/exostriker/source/swift_j/coord/coord_vh2vj.f +86 -0
  796. exostriker-0.88/exostriker/source/swift_j/cpp_test/README +18 -0
  797. exostriker-0.88/exostriker/source/swift_j/cpp_test/open_test1 +0 -0
  798. exostriker-0.88/exostriker/source/swift_j/cpp_test/open_test1.f +7 -0
  799. exostriker-0.88/exostriker/source/swift_j/cpp_test/open_test2 +0 -0
  800. exostriker-0.88/exostriker/source/swift_j/cpp_test/open_test2.f +7 -0
  801. exostriker-0.88/exostriker/source/swift_j/cpp_test/recur_test1 +0 -0
  802. exostriker-0.88/exostriker/source/swift_j/cpp_test/recur_test1.f +14 -0
  803. exostriker-0.88/exostriker/source/swift_j/cpp_test/recur_test2 +0 -0
  804. exostriker-0.88/exostriker/source/swift_j/cpp_test/recur_test2.f +14 -0
  805. exostriker-0.88/exostriker/source/swift_j/discard/discard.f +124 -0
  806. exostriker-0.88/exostriker/source/swift_j/discard/discard_mass_merge.f +156 -0
  807. exostriker-0.88/exostriker/source/swift_j/discard/discard_mass_merge5.f +148 -0
  808. exostriker-0.88/exostriker/source/swift_j/discard/discard_mass_merge5.old +148 -0
  809. exostriker-0.88/exostriker/source/swift_j/discard/discard_mass_peri.f +92 -0
  810. exostriker-0.88/exostriker/source/swift_j/discard/discard_mass_reorder.f +91 -0
  811. exostriker-0.88/exostriker/source/swift_j/discard/discard_mass_reorder5.f +75 -0
  812. exostriker-0.88/exostriker/source/swift_j/discard/discard_mass_reorder5.old +86 -0
  813. exostriker-0.88/exostriker/source/swift_j/discard/discard_massive.f +224 -0
  814. exostriker-0.88/exostriker/source/swift_j/discard/discard_massive.old +224 -0
  815. exostriker-0.88/exostriker/source/swift_j/discard/discard_massive5.f +219 -0
  816. exostriker-0.88/exostriker/source/swift_j/discard/discard_massive5.old +221 -0
  817. exostriker-0.88/exostriker/source/swift_j/discard/discard_peri.f +120 -0
  818. exostriker-0.88/exostriker/source/swift_j/discard/discard_pl.f +116 -0
  819. exostriker-0.88/exostriker/source/swift_j/discard/discard_pl_close.f +82 -0
  820. exostriker-0.88/exostriker/source/swift_j/discard/discard_sun.f +108 -0
  821. exostriker-0.88/exostriker/source/swift_j/example/README +5 -0
  822. exostriker-0.88/exostriker/source/swift_j/example/bin.dat +0 -0
  823. exostriker-0.88/exostriker/source/swift_j/example/dump_param.dat +6 -0
  824. exostriker-0.88/exostriker/source/swift_j/example/dump_pl.dat +16 -0
  825. exostriker-0.88/exostriker/source/swift_j/example/dump_tp.dat +18 -0
  826. exostriker-0.88/exostriker/source/swift_j/example/energy.out +11 -0
  827. exostriker-0.88/exostriker/source/swift_j/example/mvs.in +5 -0
  828. exostriker-0.88/exostriker/source/swift_j/example/param.in +7 -0
  829. exostriker-0.88/exostriker/source/swift_j/example/pl.in +16 -0
  830. exostriker-0.88/exostriker/source/swift_j/example/tp.in +7 -0
  831. exostriker-0.88/exostriker/source/swift_j/helio/helio_drift.f +62 -0
  832. exostriker-0.88/exostriker/source/swift_j/helio/helio_getacch.f +68 -0
  833. exostriker-0.88/exostriker/source/swift_j/helio/helio_getacch_tp.f +81 -0
  834. exostriker-0.88/exostriker/source/swift_j/helio/helio_lindrift.f +70 -0
  835. exostriker-0.88/exostriker/source/swift_j/helio/helio_lindrift_tp.f +55 -0
  836. exostriker-0.88/exostriker/source/swift_j/helio/helio_step.f +95 -0
  837. exostriker-0.88/exostriker/source/swift_j/helio/helio_step_pl.f +148 -0
  838. exostriker-0.88/exostriker/source/swift_j/helio/helio_step_tp.f +121 -0
  839. exostriker-0.88/exostriker/source/swift_j/hjs/anal_energy_hjs.f +74 -0
  840. exostriker-0.88/exostriker/source/swift_j/hjs/anal_energy_write_hjs.f +98 -0
  841. exostriker-0.88/exostriker/source/swift_j/hjs/coord_b2g.f +74 -0
  842. exostriker-0.88/exostriker/source/swift_j/hjs/coord_g2b.f +66 -0
  843. exostriker-0.88/exostriker/source/swift_j/hjs/coord_g2b_tp.f +77 -0
  844. exostriker-0.88/exostriker/source/swift_j/hjs/coord_vb2bg.f +59 -0
  845. exostriker-0.88/exostriker/source/swift_j/hjs/coord_vb2bg_tp.f +66 -0
  846. exostriker-0.88/exostriker/source/swift_j/hjs/discard_center_hjs.f +107 -0
  847. exostriker-0.88/exostriker/source/swift_j/hjs/discard_hjs.f +124 -0
  848. exostriker-0.88/exostriker/source/swift_j/hjs/drift_hjs.f +64 -0
  849. exostriker-0.88/exostriker/source/swift_j/hjs/getacch_hjs.f +106 -0
  850. exostriker-0.88/exostriker/source/swift_j/hjs/getacch_tp_hjs.f +94 -0
  851. exostriker-0.88/exostriker/source/swift_j/hjs/getaccj_hjs.f +134 -0
  852. exostriker-0.88/exostriker/source/swift_j/hjs/io_dump_pl_hjs.f +84 -0
  853. exostriker-0.88/exostriker/source/swift_j/hjs/io_dump_tp_hjs.f +77 -0
  854. exostriker-0.88/exostriker/source/swift_j/hjs/io_init_pl_hjs.f +168 -0
  855. exostriker-0.88/exostriker/source/swift_j/hjs/io_init_tp_hjs.f +144 -0
  856. exostriker-0.88/exostriker/source/swift_j/hjs/io_write_frame_hjs.f +211 -0
  857. exostriker-0.88/exostriker/source/swift_j/hjs/io_write_frame_r_hjs.f +211 -0
  858. exostriker-0.88/exostriker/source/swift_j/hjs/readme +169 -0
  859. exostriker-0.88/exostriker/source/swift_j/hjs/step_kdk_hjs.f +143 -0
  860. exostriker-0.88/exostriker/source/swift_j/hjs/step_kdk_pl_hjs.f +132 -0
  861. exostriker-0.88/exostriker/source/swift_j/hjs/step_kdk_tp_hjs.f +155 -0
  862. exostriker-0.88/exostriker/source/swift_j/hjs/tools/follow_hjs.f +152 -0
  863. exostriker-0.88/exostriker/source/swift_j/hjs/tools/gen_ae_hjs.f +415 -0
  864. exostriker-0.88/exostriker/source/swift_j/hjs/tools/gen_ae_hjs_2.sh +26 -0
  865. exostriker-0.88/exostriker/source/swift_j/hjs/tools/gen_ae_hjs_3.sh +26 -0
  866. exostriker-0.88/exostriker/source/swift_j/hjs/tools/gen_ae_hjs_5.sh +51 -0
  867. exostriker-0.88/exostriker/source/swift_j/hjs/tools/gen_pl_hjs.f +337 -0
  868. exostriker-0.88/exostriker/source/swift_j/hjs/tools/gen_pl_hjs_2.sh +11 -0
  869. exostriker-0.88/exostriker/source/swift_j/hjs/tools/gen_pl_hjs_3.sh +14 -0
  870. exostriker-0.88/exostriker/source/swift_j/hjs/tools/gen_pl_hjs_5.sh +20 -0
  871. exostriker-0.88/exostriker/source/swift_j/hjs/tools/mvs_3.in +3 -0
  872. exostriker-0.88/exostriker/source/swift_j/hjs/tools/mvs_5.in +3 -0
  873. exostriker-0.88/exostriker/source/swift_j/hjs/tools/paramhjs.in +7 -0
  874. exostriker-0.88/exostriker/source/swift_j/hjs/tools/plhjs.in +12 -0
  875. exostriker-0.88/exostriker/source/swift_j/hjs/tools/plhjs_3.in +12 -0
  876. exostriker-0.88/exostriker/source/swift_j/hjs/tools/plhjs_5.in +20 -0
  877. exostriker-0.88/exostriker/source/swift_j/hjs/tools/readme +113 -0
  878. exostriker-0.88/exostriker/source/swift_j/hjs/tools/tphjs.in +161 -0
  879. exostriker-0.88/exostriker/source/swift_j/hjs/tools/tphjs_3.in +161 -0
  880. exostriker-0.88/exostriker/source/swift_j/hjs/tools/tphjs_5.in +713 -0
  881. exostriker-0.88/exostriker/source/swift_j/hjs.tar +0 -0
  882. exostriker-0.88/exostriker/source/swift_j/io/io.inc +20 -0
  883. exostriker-0.88/exostriker/source/swift_j/io/io_discard_mass.f +86 -0
  884. exostriker-0.88/exostriker/source/swift_j/io/io_discard_mass.old +86 -0
  885. exostriker-0.88/exostriker/source/swift_j/io/io_discard_merge.f +85 -0
  886. exostriker-0.88/exostriker/source/swift_j/io/io_discard_merge.old +85 -0
  887. exostriker-0.88/exostriker/source/swift_j/io/io_discard_write.f +152 -0
  888. exostriker-0.88/exostriker/source/swift_j/io/io_dump_param.f +100 -0
  889. exostriker-0.88/exostriker/source/swift_j/io/io_dump_pl.f +80 -0
  890. exostriker-0.88/exostriker/source/swift_j/io/io_dump_pl_symba.f +81 -0
  891. exostriker-0.88/exostriker/source/swift_j/io/io_dump_tp.f +64 -0
  892. exostriker-0.88/exostriker/source/swift_j/io/io_energy_write.f +60 -0
  893. exostriker-0.88/exostriker/source/swift_j/io/io_getns.f +81 -0
  894. exostriker-0.88/exostriker/source/swift_j/io/io_init_param.f +137 -0
  895. exostriker-0.88/exostriker/source/swift_j/io/io_init_pl.f +120 -0
  896. exostriker-0.88/exostriker/source/swift_j/io/io_init_pl.old +120 -0
  897. exostriker-0.88/exostriker/source/swift_j/io/io_init_pl_symba.f +131 -0
  898. exostriker-0.88/exostriker/source/swift_j/io/io_init_pl_symba.old +131 -0
  899. exostriker-0.88/exostriker/source/swift_j/io/io_init_tp.f +108 -0
  900. exostriker-0.88/exostriker/source/swift_j/io/io_jacobi_write.f +67 -0
  901. exostriker-0.88/exostriker/source/swift_j/io/io_lyap2_write.f +57 -0
  902. exostriker-0.88/exostriker/source/swift_j/io/io_lyap_init.f +95 -0
  903. exostriker-0.88/exostriker/source/swift_j/io/io_lyap_write.f +42 -0
  904. exostriker-0.88/exostriker/source/swift_j/io/io_mvits_init.f +108 -0
  905. exostriker-0.88/exostriker/source/swift_j/io/io_open.F +66 -0
  906. exostriker-0.88/exostriker/source/swift_j/io/io_read_hdr.f +61 -0
  907. exostriker-0.88/exostriker/source/swift_j/io/io_read_hdr_r.f +55 -0
  908. exostriker-0.88/exostriker/source/swift_j/io/io_read_line.f +66 -0
  909. exostriker-0.88/exostriker/source/swift_j/io/io_read_line_r.f +63 -0
  910. exostriker-0.88/exostriker/source/swift_j/io/io_read_mass.f +62 -0
  911. exostriker-0.88/exostriker/source/swift_j/io/io_splitname.f +82 -0
  912. exostriker-0.88/exostriker/source/swift_j/io/io_write_frame.f +99 -0
  913. exostriker-0.88/exostriker/source/swift_j/io/io_write_frame_r.f +102 -0
  914. exostriker-0.88/exostriker/source/swift_j/io/io_write_hdr.f +60 -0
  915. exostriker-0.88/exostriker/source/swift_j/io/io_write_hdr_r.f +53 -0
  916. exostriker-0.88/exostriker/source/swift_j/io/io_write_line.f +71 -0
  917. exostriker-0.88/exostriker/source/swift_j/io/io_write_line_r.f +51 -0
  918. exostriker-0.88/exostriker/source/swift_j/io/io_write_mass.f +74 -0
  919. exostriker-0.88/exostriker/source/swift_j/io.inc +20 -0
  920. exostriker-0.88/exostriker/source/swift_j/libswift.a +0 -0
  921. exostriker-0.88/exostriker/source/swift_j/lyap/lyap_renorm.f +73 -0
  922. exostriker-0.88/exostriker/source/swift_j/lyap/lyap_step.f +154 -0
  923. exostriker-0.88/exostriker/source/swift_j/lyap/lyap_step_sh.f +92 -0
  924. exostriker-0.88/exostriker/source/swift_j/lyap2/lyap2_acc_tp.f +113 -0
  925. exostriker-0.88/exostriker/source/swift_j/lyap2/lyap2_drift_dan.f +168 -0
  926. exostriker-0.88/exostriker/source/swift_j/lyap2/lyap2_drift_kepu.f +69 -0
  927. exostriker-0.88/exostriker/source/swift_j/lyap2/lyap2_drift_one.f +77 -0
  928. exostriker-0.88/exostriker/source/swift_j/lyap2/lyap2_drift_tp.f +76 -0
  929. exostriker-0.88/exostriker/source/swift_j/lyap2/lyap2_kepu_mikk.f +83 -0
  930. exostriker-0.88/exostriker/source/swift_j/lyap2/lyap2_step.f +199 -0
  931. exostriker-0.88/exostriker/source/swift_j/lyap2/lyap2_step_tp.f +111 -0
  932. exostriker-0.88/exostriker/source/swift_j/main/swift.inc +51 -0
  933. exostriker-0.88/exostriker/source/swift_j/main/swift_bs +0 -0
  934. exostriker-0.88/exostriker/source/swift_j/main/swift_bs.f +186 -0
  935. exostriker-0.88/exostriker/source/swift_j/main/swift_lyap +0 -0
  936. exostriker-0.88/exostriker/source/swift_j/main/swift_lyap.f +188 -0
  937. exostriker-0.88/exostriker/source/swift_j/main/swift_lyap2 +0 -0
  938. exostriker-0.88/exostriker/source/swift_j/main/swift_lyap2.f +188 -0
  939. exostriker-0.88/exostriker/source/swift_j/main/swift_mvits +0 -0
  940. exostriker-0.88/exostriker/source/swift_j/main/swift_mvits.f +188 -0
  941. exostriker-0.88/exostriker/source/swift_j/main/swift_mvs +0 -0
  942. exostriker-0.88/exostriker/source/swift_j/main/swift_mvs.f +186 -0
  943. exostriker-0.88/exostriker/source/swift_j/main/swift_mvs_j +0 -0
  944. exostriker-0.88/exostriker/source/swift_j/main/swift_mvs_j.f +748 -0
  945. exostriker-0.88/exostriker/source/swift_j/main/swift_mvs_j_GR.f +848 -0
  946. exostriker-0.88/exostriker/source/swift_j/main/swift_mvs_j_rv +0 -0
  947. exostriker-0.88/exostriker/source/swift_j/main/swift_mvs_j_rv.f +766 -0
  948. exostriker-0.88/exostriker/source/swift_j/main/swift_mvs_j_tp +0 -0
  949. exostriker-0.88/exostriker/source/swift_j/main/swift_mvs_j_tp.f +1285 -0
  950. exostriker-0.88/exostriker/source/swift_j/main/swift_mvs_j_tp_tmp +0 -0
  951. exostriker-0.88/exostriker/source/swift_j/main/swift_mvs_j_tp_tmp.f +957 -0
  952. exostriker-0.88/exostriker/source/swift_j/main/swift_mvs_massloss_tides.f +560 -0
  953. exostriker-0.88/exostriker/source/swift_j/main/swift_rmvs +0 -0
  954. exostriker-0.88/exostriker/source/swift_j/main/swift_rmvs.f +186 -0
  955. exostriker-0.88/exostriker/source/swift_j/main/swift_rmvs2 +0 -0
  956. exostriker-0.88/exostriker/source/swift_j/main/swift_rmvs2.f +186 -0
  957. exostriker-0.88/exostriker/source/swift_j/main/swift_rmvs3 +0 -0
  958. exostriker-0.88/exostriker/source/swift_j/main/swift_rmvs3.f +186 -0
  959. exostriker-0.88/exostriker/source/swift_j/main/swift_symba3 +0 -0
  960. exostriker-0.88/exostriker/source/swift_j/main/swift_symba3.f +184 -0
  961. exostriker-0.88/exostriker/source/swift_j/main/swift_symba4 +0 -0
  962. exostriker-0.88/exostriker/source/swift_j/main/swift_symba4.f +188 -0
  963. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5 +0 -0
  964. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5.f +187 -0
  965. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5_grow +0 -0
  966. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5_grow.f +225 -0
  967. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5_grow.old +223 -0
  968. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5_grow2 +0 -0
  969. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5_j +0 -0
  970. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5_j.f +294 -0
  971. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5_spin +0 -0
  972. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5_spin.f +255 -0
  973. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5d_grow +0 -0
  974. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5d_grow.f +239 -0
  975. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5d_grow2 +0 -0
  976. exostriker-0.88/exostriker/source/swift_j/main/swift_symba5d_grow2.f +267 -0
  977. exostriker-0.88/exostriker/source/swift_j/main/swift_tu4 +0 -0
  978. exostriker-0.88/exostriker/source/swift_j/main/swift_tu4.f +186 -0
  979. exostriker-0.88/exostriker/source/swift_j/mvits/mvits.inc +19 -0
  980. exostriker-0.88/exostriker/source/swift_j/mvits/mvits_getacch_tp.f +99 -0
  981. exostriker-0.88/exostriker/source/swift_j/mvits/mvits_getacch_tp.old +112 -0
  982. exostriker-0.88/exostriker/source/swift_j/mvits/mvits_init_rot.f +62 -0
  983. exostriker-0.88/exostriker/source/swift_j/mvits/mvits_kickvh_tp.f +61 -0
  984. exostriker-0.88/exostriker/source/swift_j/mvits/mvits_lstep_tp.f +125 -0
  985. exostriker-0.88/exostriker/source/swift_j/mvits/mvits_obl_kick.f +83 -0
  986. exostriker-0.88/exostriker/source/swift_j/mvits/mvits_rotate.f +64 -0
  987. exostriker-0.88/exostriker/source/swift_j/mvits/mvits_rstep_tp.f +125 -0
  988. exostriker-0.88/exostriker/source/swift_j/mvits/mvits_step.f +162 -0
  989. exostriker-0.88/exostriker/source/swift_j/mvits/mvits_step.old +148 -0
  990. exostriker-0.88/exostriker/source/swift_j/mvs/drift/drift.f +64 -0
  991. exostriker-0.88/exostriker/source/swift_j/mvs/drift/drift_dan.f +135 -0
  992. exostriker-0.88/exostriker/source/swift_j/mvs/drift/drift_kepmd.f +67 -0
  993. exostriker-0.88/exostriker/source/swift_j/mvs/drift/drift_kepu.f +59 -0
  994. exostriker-0.88/exostriker/source/swift_j/mvs/drift/drift_kepu_fchk.f +45 -0
  995. exostriker-0.88/exostriker/source/swift_j/mvs/drift/drift_kepu_guess.f +69 -0
  996. exostriker-0.88/exostriker/source/swift_j/mvs/drift/drift_kepu_lag.f +87 -0
  997. exostriker-0.88/exostriker/source/swift_j/mvs/drift/drift_kepu_new.f +76 -0
  998. exostriker-0.88/exostriker/source/swift_j/mvs/drift/drift_kepu_p3solve.f +71 -0
  999. exostriker-0.88/exostriker/source/swift_j/mvs/drift/drift_kepu_stumpff.f +59 -0
  1000. exostriker-0.88/exostriker/source/swift_j/mvs/drift/drift_one.f +63 -0
  1001. exostriker-0.88/exostriker/source/swift_j/mvs/drift/drift_tp.f +63 -0
  1002. exostriker-0.88/exostriker/source/swift_j/mvs/getacch/getacch.f +91 -0
  1003. exostriker-0.88/exostriker/source/swift_j/mvs/getacch/getacch_ah0.f +58 -0
  1004. exostriker-0.88/exostriker/source/swift_j/mvs/getacch/getacch_ah1.f +72 -0
  1005. exostriker-0.88/exostriker/source/swift_j/mvs/getacch/getacch_ah2.f +61 -0
  1006. exostriker-0.88/exostriker/source/swift_j/mvs/getacch/getacch_ah3.f +68 -0
  1007. exostriker-0.88/exostriker/source/swift_j/mvs/getacch/getacch_ah3_tp.f +76 -0
  1008. exostriker-0.88/exostriker/source/swift_j/mvs/getacch/getacch_ir3.f +44 -0
  1009. exostriker-0.88/exostriker/source/swift_j/mvs/getacch/getacch_tp.f +99 -0
  1010. exostriker-0.88/exostriker/source/swift_j/mvs/kickvh/kickvh.f +52 -0
  1011. exostriker-0.88/exostriker/source/swift_j/mvs/kickvh/kickvh_tp.f +56 -0
  1012. exostriker-0.88/exostriker/source/swift_j/mvs/step/step_dkd.f +86 -0
  1013. exostriker-0.88/exostriker/source/swift_j/mvs/step/step_dkd_pl.f +99 -0
  1014. exostriker-0.88/exostriker/source/swift_j/mvs/step/step_dkd_tp.f +78 -0
  1015. exostriker-0.88/exostriker/source/swift_j/mvs/step/step_kdk.f +105 -0
  1016. exostriker-0.88/exostriker/source/swift_j/mvs/step/step_kdk_pl.f +88 -0
  1017. exostriker-0.88/exostriker/source/swift_j/mvs/step/step_kdk_tp.f +91 -0
  1018. exostriker-0.88/exostriker/source/swift_j/obl/obl_acc.f +90 -0
  1019. exostriker-0.88/exostriker/source/swift_j/obl/obl_acc_tp.f +78 -0
  1020. exostriker-0.88/exostriker/source/swift_j/obl/obl_pot.f +78 -0
  1021. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_eget.f +82 -0
  1022. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_ehie.f +78 -0
  1023. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_ehybrid.f +51 -0
  1024. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_el2xv.f +132 -0
  1025. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_esolmd.f +57 -0
  1026. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_fget.f +71 -0
  1027. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_fhybrid.f +50 -0
  1028. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_flon.f +108 -0
  1029. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_scget.f +55 -0
  1030. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_schget.f +41 -0
  1031. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_xv2aeq.f +113 -0
  1032. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_xv2el.f +190 -0
  1033. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_xv2el.old +190 -0
  1034. exostriker-0.88/exostriker/source/swift_j/orbel/orbel_zget.f +57 -0
  1035. exostriker-0.88/exostriker/source/swift_j/rmvs/rmvs.inc +36 -0
  1036. exostriker-0.88/exostriker/source/swift_j/rmvs/rmvs_chk.f +155 -0
  1037. exostriker-0.88/exostriker/source/swift_j/rmvs/rmvs_chk_ind.f +92 -0
  1038. exostriker-0.88/exostriker/source/swift_j/rmvs/rmvs_elog.f +81 -0
  1039. exostriker-0.88/exostriker/source/swift_j/rmvs/rmvs_obl_acc.f +88 -0
  1040. exostriker-0.88/exostriker/source/swift_j/rmvs/rmvs_peri.f +81 -0
  1041. exostriker-0.88/exostriker/source/swift_j/rmvs/rmvs_step.f +221 -0
  1042. exostriker-0.88/exostriker/source/swift_j/rmvs/rmvs_step_in.f +193 -0
  1043. exostriker-0.88/exostriker/source/swift_j/rmvs/rmvs_step_in_mvpl.f +80 -0
  1044. exostriker-0.88/exostriker/source/swift_j/rmvs/rmvs_step_in_tp.f +109 -0
  1045. exostriker-0.88/exostriker/source/swift_j/rmvs/rmvs_step_out.f +159 -0
  1046. exostriker-0.88/exostriker/source/swift_j/rmvs2/rmvs2_interp.f +160 -0
  1047. exostriker-0.88/exostriker/source/swift_j/rmvs2/rmvs2_interp_o.f +139 -0
  1048. exostriker-0.88/exostriker/source/swift_j/rmvs2/rmvs2_step.f +242 -0
  1049. exostriker-0.88/exostriker/source/swift_j/rmvs2/rmvs2_step_out.f +139 -0
  1050. exostriker-0.88/exostriker/source/swift_j/rmvs3/rmvs3_chk.f +129 -0
  1051. exostriker-0.88/exostriker/source/swift_j/rmvs3/rmvs3_elog.f +80 -0
  1052. exostriker-0.88/exostriker/source/swift_j/rmvs3/rmvs3_interp.f +152 -0
  1053. exostriker-0.88/exostriker/source/swift_j/rmvs3/rmvs3_step.f +220 -0
  1054. exostriker-0.88/exostriker/source/swift_j/rmvs3/rmvs3_step_in.f +193 -0
  1055. exostriker-0.88/exostriker/source/swift_j/rmvs3/rmvs3_step_out.f +186 -0
  1056. exostriker-0.88/exostriker/source/swift_j/rmvs3/rmvs3_step_out2.f +192 -0
  1057. exostriker-0.88/exostriker/source/swift_j/swift.inc +52 -0
  1058. exostriker-0.88/exostriker/source/swift_j/symba3/symba3.inc +27 -0
  1059. exostriker-0.88/exostriker/source/swift_j/symba3/symba3_chk.f +73 -0
  1060. exostriker-0.88/exostriker/source/swift_j/symba3/symba3_getacch.f +104 -0
  1061. exostriker-0.88/exostriker/source/swift_j/symba3/symba3_helio_drift.f +67 -0
  1062. exostriker-0.88/exostriker/source/swift_j/symba3/symba3_helio_getacch.f +93 -0
  1063. exostriker-0.88/exostriker/source/swift_j/symba3/symba3_kick.f +130 -0
  1064. exostriker-0.88/exostriker/source/swift_j/symba3/symba3_merge.f +148 -0
  1065. exostriker-0.88/exostriker/source/swift_j/symba3/symba3_nbodm.f +52 -0
  1066. exostriker-0.88/exostriker/source/swift_j/symba3/symba3_step_helio.f +95 -0
  1067. exostriker-0.88/exostriker/source/swift_j/symba3/symba3_step_interp.f +140 -0
  1068. exostriker-0.88/exostriker/source/swift_j/symba3/symba3_step_pl.f +133 -0
  1069. exostriker-0.88/exostriker/source/swift_j/symba3/symba3_step_recur.F +239 -0
  1070. exostriker-0.88/exostriker/source/swift_j/symba4/symba4.inc +27 -0
  1071. exostriker-0.88/exostriker/source/swift_j/symba4/symba4_chk.f +73 -0
  1072. exostriker-0.88/exostriker/source/swift_j/symba4/symba4_getacch.f +105 -0
  1073. exostriker-0.88/exostriker/source/swift_j/symba4/symba4_helio_drift.f +67 -0
  1074. exostriker-0.88/exostriker/source/swift_j/symba4/symba4_helio_getacch.f +93 -0
  1075. exostriker-0.88/exostriker/source/swift_j/symba4/symba4_kick.f +130 -0
  1076. exostriker-0.88/exostriker/source/swift_j/symba4/symba4_merge.f +148 -0
  1077. exostriker-0.88/exostriker/source/swift_j/symba4/symba4_nbodm.f +53 -0
  1078. exostriker-0.88/exostriker/source/swift_j/symba4/symba4_step_helio.f +95 -0
  1079. exostriker-0.88/exostriker/source/swift_j/symba4/symba4_step_interp.f +140 -0
  1080. exostriker-0.88/exostriker/source/swift_j/symba4/symba4_step_pl.f +139 -0
  1081. exostriker-0.88/exostriker/source/swift_j/symba4/symba4_step_pl.old +135 -0
  1082. exostriker-0.88/exostriker/source/swift_j/symba4/symba4_step_recur.F +239 -0
  1083. exostriker-0.88/exostriker/source/swift_j/symba5/symba5.inc +27 -0
  1084. exostriker-0.88/exostriker/source/swift_j/symba5/symba5.tar.Z +0 -0
  1085. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_chk.f +64 -0
  1086. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_chk.old +73 -0
  1087. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_getacch.c +209 -0
  1088. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_getacch.f +149 -0
  1089. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_getacch.old +127 -0
  1090. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_helio_drift.f +67 -0
  1091. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_helio_getacch.f +115 -0
  1092. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_helio_getacch.old +93 -0
  1093. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_kick.f +128 -0
  1094. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_kick.old +128 -0
  1095. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_merge.f +145 -0
  1096. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_merge.old +145 -0
  1097. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_nbodm.f +53 -0
  1098. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_step_helio.f +95 -0
  1099. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_step_interp.f +139 -0
  1100. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_step_interp.old +138 -0
  1101. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_step_pl.f +148 -0
  1102. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_step_pl.old +133 -0
  1103. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_step_recur.F +253 -0
  1104. exostriker-0.88/exostriker/source/swift_j/symba5/symba5_step_recur.old +237 -0
  1105. exostriker-0.88/exostriker/source/swift_j/symba5.inc +27 -0
  1106. exostriker-0.88/exostriker/source/swift_j/symba5d/helio_drag.f +73 -0
  1107. exostriker-0.88/exostriker/source/swift_j/symba5d/symba5d_step_helio.f +104 -0
  1108. exostriker-0.88/exostriker/source/swift_j/symba5d/symba5d_step_interp.f +149 -0
  1109. exostriker-0.88/exostriker/source/swift_j/symba5d/symba5d_step_pl.f +154 -0
  1110. exostriker-0.88/exostriker/source/swift_j/symba5s/io_write_spin.f +77 -0
  1111. exostriker-0.88/exostriker/source/swift_j/symba5s/spin_planets.f +177 -0
  1112. exostriker-0.88/exostriker/source/swift_j/symba5s/spin_planets_enc.f +250 -0
  1113. exostriker-0.88/exostriker/source/swift_j/symba5s/spin_planets_noenc.f +238 -0
  1114. exostriker-0.88/exostriker/source/swift_j/symba5s/spin_sun.f +63 -0
  1115. exostriker-0.88/exostriker/source/swift_j/symba5s/symba5s_step_helio.f +116 -0
  1116. exostriker-0.88/exostriker/source/swift_j/symba5s/symba5s_step_interp.f +163 -0
  1117. exostriker-0.88/exostriker/source/swift_j/symba5s/symba5s_step_pl.f +155 -0
  1118. exostriker-0.88/exostriker/source/swift_j/symba5s/symba5s_step_recur.F +274 -0
  1119. exostriker-0.88/exostriker/source/swift_j/tools/convert_h2j +0 -0
  1120. exostriker-0.88/exostriker/source/swift_j/tools/convert_h2j.f +104 -0
  1121. exostriker-0.88/exostriker/source/swift_j/tools/error +0 -0
  1122. exostriker-0.88/exostriker/source/swift_j/tools/error.f +39 -0
  1123. exostriker-0.88/exostriker/source/swift_j/tools/follow +0 -0
  1124. exostriker-0.88/exostriker/source/swift_j/tools/follow.f +146 -0
  1125. exostriker-0.88/exostriker/source/swift_j/tools/follow2 +0 -0
  1126. exostriker-0.88/exostriker/source/swift_j/tools/follow2.f +112 -0
  1127. exostriker-0.88/exostriker/source/swift_j/tools/follow3 +0 -0
  1128. exostriker-0.88/exostriker/source/swift_j/tools/follow3.f +112 -0
  1129. exostriker-0.88/exostriker/source/swift_j/tools/follow4 +0 -0
  1130. exostriker-0.88/exostriker/source/swift_j/tools/follow4.f +139 -0
  1131. exostriker-0.88/exostriker/source/swift_j/tools/follow4b.f +139 -0
  1132. exostriker-0.88/exostriker/source/swift_j/tools/follow_symba +0 -0
  1133. exostriker-0.88/exostriker/source/swift_j/tools/follow_symba.f +210 -0
  1134. exostriker-0.88/exostriker/source/swift_j/tools/follow_symba2 +0 -0
  1135. exostriker-0.88/exostriker/source/swift_j/tools/follow_symba2.f +210 -0
  1136. exostriker-0.88/exostriker/source/swift_j/tools/follow_symba_spin +0 -0
  1137. exostriker-0.88/exostriker/source/swift_j/tools/follow_symba_spin.f +315 -0
  1138. exostriker-0.88/exostriker/source/swift_j/tools/gen_ai +0 -0
  1139. exostriker-0.88/exostriker/source/swift_j/tools/gen_ai.f +86 -0
  1140. exostriker-0.88/exostriker/source/swift_j/tools/geninit_j3_days.f +104 -0
  1141. exostriker-0.88/exostriker/source/swift_j/tools/geninit_j3_days_mvs.f +105 -0
  1142. exostriker-0.88/exostriker/source/swift_j/tools/left.f +162 -0
  1143. exostriker-0.88/exostriker/source/swift_j/tools/swift.inc +51 -0
  1144. exostriker-0.88/exostriker/source/swift_j/tu4/tu4_getaccb.f +116 -0
  1145. exostriker-0.88/exostriker/source/swift_j/tu4/tu4_getaccb_tp.f +107 -0
  1146. exostriker-0.88/exostriker/source/swift_j/tu4/tu4_ldrift.f +52 -0
  1147. exostriker-0.88/exostriker/source/swift_j/tu4/tu4_ldrift_tp.f +61 -0
  1148. exostriker-0.88/exostriker/source/swift_j/tu4/tu4_step.f +141 -0
  1149. exostriker-0.88/exostriker/source/swift_j/tu4/tu4_vkickb.f +47 -0
  1150. exostriker-0.88/exostriker/source/swift_j/tu4/tu4_vkickb_tp.f +56 -0
  1151. exostriker-0.88/exostriker/source/swift_j/util/util_exit.f +44 -0
  1152. exostriker-0.88/exostriker/source/swift_j/util/util_hills.f +61 -0
  1153. exostriker-0.88/exostriker/source/swift_j/util/util_hills1.f +50 -0
  1154. exostriker-0.88/exostriker/source/swift_j/util/util_mass_peri.f +97 -0
  1155. exostriker-0.88/exostriker/source/swift_j/util/util_peri.f +96 -0
  1156. exostriker-0.88/exostriker/source/swift_j/util/util_version.f +48 -0
  1157. exostriker-0.88/exostriker/stability/.keep +0 -0
  1158. exostriker-0.88/exostriker/stability/mvs/.keep +0 -0
  1159. exostriker-0.88/exostriker/stability/mvs_gr/.keep +0 -0
  1160. exostriker-0.88/exostriker/stability/symba/.keep +0 -0
  1161. exostriker-0.88/exostriker.egg-info/PKG-INFO +238 -0
  1162. exostriker-0.88/exostriker.egg-info/SOURCES.txt +1166 -0
  1163. exostriker-0.88/exostriker.egg-info/dependency_links.txt +1 -0
  1164. exostriker-0.88/exostriker.egg-info/entry_points.txt +4 -0
  1165. exostriker-0.88/exostriker.egg-info/requires.txt +20 -0
  1166. exostriker-0.88/exostriker.egg-info/top_level.txt +1 -0
  1167. exostriker-0.88/pyproject.toml +52 -0
  1168. exostriker-0.88/setup.cfg +4 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 Trifon Trifonov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ recursive-include exostriker/ *
@@ -0,0 +1,238 @@
1
+ Metadata-Version: 2.1
2
+ Name: exostriker
3
+ Version: 0.88
4
+ Summary: This is the 'Transit and Radial velocity Interactive Fitting tool for Orbital analysis and N-body simulations: The Exo-Striker'
5
+ Author-email: Trifon Trifonov <trifonov@mpia.de>, "Matheus J. Castro" <matheusdejesuscastro@gmail.com>
6
+ License: MIT License
7
+
8
+ Copyright (c) 2018 Trifon Trifonov
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+
28
+ Project-URL: homepage, https://exostriker-manual.readthedocs.io/
29
+ Project-URL: repository, https://github.com/3fon3fonov/exostriker
30
+ Project-URL: Bug Tracker, https://github.com/3fon3fonov/exostriker/issues
31
+ Classifier: Programming Language :: Python :: 3
32
+ Classifier: License :: OSI Approved :: MIT License
33
+ Classifier: Operating System :: OS Independent
34
+ Requires-Python: >=3.8
35
+ Description-Content-Type: text/markdown
36
+ License-File: LICENSE
37
+ Requires-Dist: numpy>=1.21
38
+ Requires-Dist: scipy>=1.2.1
39
+ Requires-Dist: matplotlib>=3.3.1
40
+ Requires-Dist: formlayout==1.2.0
41
+ Requires-Dist: PyQt6
42
+ Requires-Dist: jupyter
43
+ Requires-Dist: jupyter-client
44
+ Requires-Dist: ipykernel
45
+ Requires-Dist: qtconsole
46
+ Requires-Dist: pathos>=0.2.5
47
+ Requires-Dist: emcee>=3.0.2
48
+ Requires-Dist: celerite>=0.3.1
49
+ Requires-Dist: batman-package>=2.4.8
50
+ Requires-Dist: ttvfast>=0.3.0
51
+ Requires-Dist: wotan>=1.7
52
+ Requires-Dist: openai
53
+ Requires-Dist: desktop_file
54
+ Requires-Dist: pywin32; sys_platform == "win32"
55
+
56
+
57
+ **T**ransit and **R**adial velocity **I**nteractive **F**itting tool for **O**rbital analysis and **N**-body simulations: **The Exo-Striker**
58
+
59
+ <p align="center">
60
+ <img width="400" src="./exostriker/source/png/33_striker.png">
61
+ </p>
62
+
63
+ The Exo-Striker analyzes exoplanet orbitals, performs N-body simulations, and models the RV stellar reflex motion caused by dynamically interacting planets in multi-planetary systems. It offers a broad range of tools for detailed analysis of transit and Doppler data, including power spectrum analysis for Doppler and transit data; Keplerian and dynamical modeling of multi-planet systems; MCMC and nested sampling; Gaussian Processes modeling; and a long-term stability check of multi-planet systems. The Exo-Striker can also perform Mean Motion Resonance (MMR) analysis, create fast fully interactive plots, and export ready-to-use LaTeX tables with best-fit parameters, errors, and statistics. It combines Fortran efficiency and Python flexibility and is cross-platform compatible (MAC OS, Linux, Windows).
64
+
65
+ <p align="center">
66
+ <img width="800" src="./exostriker/source/png/ES_new.gif">
67
+ </p>
68
+
69
+
70
+ **Documentation, Instructions, and Tutorials**
71
+
72
+ * (Work in progress) documentation is available at [https://exostriker-manual.readthedocs.io](https://exostriker-manual.readthedocs.io/en/latest/).
73
+
74
+ **Developer**
75
+
76
+ * Trifon Trifonov, MPIA Heidelberg.
77
+ * with contributions by Matheus J. Castro, Jakub Morawski, Mathias Zechmeister, Man Hoi Lee, Stefan Dreizler, Grigorii Smirnov-Pinchukov, Stephan Stock, Jonas Kemmer, Harry Psarakis, Tom Schiwy, and Desislava Antonova.
78
+
79
+ **What works**:
80
+
81
+ * RV signal and alias search: via GLS periodogram & maximum lnL periodogram (MLP).
82
+ * Transit signal search (via "TLS").
83
+ * Interactive transit photometry detrending (via "wotan").
84
+ * Keplerian and Dynamical modeling of RV & Transit photometry exoplanet data.
85
+ * Joint RVs + Transit + GPs best-fit optimization (internal Fortran Simplex and L-M minimizers, or many more via "SciPyOp").
86
+ * Joint RVs + Transit + GPs MCMC/Nested Sampling (via "emcee" & "dynesty")
87
+ * TTVs extraction.
88
+ * TTVs and/or joint TTVs + RVs analysis.
89
+ * Relative astrometry fitting.
90
+ * GP modeling (via "celerite").
91
+ * Linear models for detrending ground-based transit photometry.
92
+ * Activity index signal search via GLS periodogram.
93
+ * RVs vs. Activity time-series correlation analysis/plots.
94
+ * RV auto-fit (RV automated planet-finder algorithm).
95
+ * Interactive data binning, cliping, outlier removal, etc.
96
+ * Fit for apsidal orbital precession, or apply General Relativity (GR) precession.
97
+ * Instant online access to the "RVBank" database (over 212 000 RVs and activity indices of about 3000 HARPS stars & over 64 000 RVs and activity indices of about 1700 HIRES stars !!!).
98
+ * Instant AMD stability check for multiple planetary systems (including during optimization or MCMC/Nested Sampling).
99
+ * Long-term stability check of multiple planetary systems using SyMBA, MVS, and MVS with a GR precession.
100
+ * Fully interactive, super-fast, high-quality, exportable plots.
101
+ * Handy "cornerplot" GUI control.
102
+ * Import/Export of work sessions and multi-sessions.
103
+ * Export plots to a matplotlib window for further customization.
104
+ * Export ready to use LaTeX tables with best-fit parameters, errors, and statistics.
105
+ * Handy text-editor and calculator tools.
106
+ * Multi-platform: It works on MAC OS (10.6+), Linux (Suse, Mint, Ubuntu, etc.) and Windows 10.
107
+ * Integrated Bash-shell (Linux only).
108
+ * Integrated Jupyter shell.
109
+ * Integrated AI Boot (via openai GPT-3 -- ChatGPT).
110
+ * Importable as a standard python library (i.e., "import exostriker").
111
+ * Print the GUI screen into a .jpeg/.png image (useful for sharing quick results, just like the image above).
112
+ * Direct import of TESS & K2 *lc.fits, and CHEOPS *SCI_COR*.fits files.
113
+
114
+ **What is to be implemented**:
115
+
116
+ * Larger arsenal of N-body/dynamical simulation/analysis tools (+ "REBOUND" is planned to be included).
117
+ * Internal TTV and photo-dynamical modeling (i.e. the external "TTVFast" will become a secondary option).
118
+ * Combined modeling with Astrometry (As of Ver 0.75 this is possible, but is still work in progress).
119
+
120
+
121
+ Feedback and help in further development will be highly appreciated!
122
+ A wish-list with your favorite tools and methods to be implemented is also welcome!
123
+
124
+ Just open an "Issue" on the GitHub, or send a PM to trifonov@mpia.de.
125
+
126
+
127
+ **Installation**
128
+
129
+ Python3.11+ is strongly recommended!!! The Exo-Striker works with older Python3 versions, and even Python2, but you will likely have problems with some dependencies, which you may have to solve.
130
+ If your system Python3 is 3.10 and below, it is recommended to not upgrade the python3, but to install python3.10 alongside your system python3.
131
+
132
+
133
+ Appart of Python3.10/3.11 make sure you have 'gcc', 'gfortran', and 'csh',
134
+ which will be needed for compiling some of the important binaries!
135
+
136
+
137
+ **See README_install.md** for further instructions.
138
+
139
+
140
+
141
+ **Usage**
142
+
143
+ * To load the GUI, on a bash shell type:
144
+
145
+ $ exostriker (in case of pip3.8 install, see above)
146
+
147
+ * or just do:
148
+
149
+ $ python3.11 exostriker_gui.py (inside of the git clone directory, see above)
150
+
151
+
152
+
153
+ * If you want to use the library on the Python shell/script
154
+
155
+ In [1]: import exostriker
156
+
157
+ * or e.g., to load the RV routines:
158
+
159
+ In [1]: import exostriker.lib.RV_mod as rv
160
+
161
+
162
+ * Remember! Every button/action of the GUI is a wrapper of a convenient Python routine. Thus scripting is very easy:
163
+
164
+ <p align="center">
165
+ <img width="500" src="./exostriker/source/png/ES_terminal.png">
166
+ </p>
167
+
168
+
169
+ (However, one must be familiar with the functions and the 'fit' object...
170
+ A manual is planned but not available at the moment.)
171
+
172
+
173
+ **Credit**
174
+
175
+ If you made the use of The Exo-Striker for your paper, I would appreciate it if you give credit to it.
176
+ As it is unlikely that I will find time to write a refereed paper on The Exo-Striker soon, please cite the tool with its ASCL ID ascl:1906.004 (see https://ascl.net/1906.004).
177
+
178
+ The Exo-Striker relies on many open-source packages, which if you had made the use of (some of) them while working with the tool,
179
+ you should acknowledge too. (It is your responsibility to find the correct references in the literature):
180
+
181
+
182
+ * The interactive plotting is done with a custom version of the "pyqtgraph":
183
+
184
+ http://www.pyqtgraph.org/
185
+
186
+ * "GLS" and "MLP" periodograms are taken from Mathias Zechmeister's repo:
187
+
188
+ https://github.com/mzechmeister/python
189
+
190
+ * "TLS" and "wotan" are taken from:
191
+
192
+ https://github.com/hippke/tls
193
+
194
+ https://github.com/hippke/wotan
195
+
196
+ * The transit modeling is done with "batman":
197
+
198
+ https://github.com/lkreidberg/batman
199
+
200
+ * MCMC sampling is done with "emcee":
201
+
202
+ https://github.com/dfm/emcee
203
+
204
+ * Nested Sampling is done with "dynesty":
205
+
206
+ https://github.com/joshspeagle/dynesty
207
+
208
+ * TTV models are adopted from "TTVfast-python":
209
+
210
+ https://github.com/mindriot101/ttvfast-python
211
+
212
+ * The "Text editor" used in the tool is a hack between "Megasolid Idiom"
213
+ and "PyEdit2":
214
+
215
+ https://github.com/mfitzp/15-minute-apps/tree/master/wordprocessor
216
+
217
+ https://github.com/Axel-Erfurt/PyEdit2
218
+
219
+ * N-body tests are performed using a custom version of the "Swift" N-body library,
220
+ modified by Man Hoi Lee (HKU) and Trifon Trifonov (MPIA).
221
+
222
+ https://www.boulder.swri.edu/~hal/swift.html
223
+
224
+ * Additionally, the Exo-Striker uses many "standard" Python libraries like
225
+ "PyQt5/PyQt6", "matplotlib", "numpy", "scipy", "dill", "Jupyter", "qtconsole",
226
+ and more.
227
+
228
+ * The Exo-Striker project was inspired by the Systemic project.
229
+
230
+ http://www.stefanom.org/systemic/
231
+
232
+
233
+
234
+ **Scientific papers which one way or another made the use of the Exo-Striker (to my knowledge):**
235
+
236
+
237
+ [Check in ADS](https://ui.adsabs.harvard.edu/abs/2019ascl.soft06004T/citations)
238
+
@@ -0,0 +1,183 @@
1
+
2
+ **T**ransit and **R**adial velocity **I**nteractive **F**itting tool for **O**rbital analysis and **N**-body simulations: **The Exo-Striker**
3
+
4
+ <p align="center">
5
+ <img width="400" src="./exostriker/source/png/33_striker.png">
6
+ </p>
7
+
8
+ The Exo-Striker analyzes exoplanet orbitals, performs N-body simulations, and models the RV stellar reflex motion caused by dynamically interacting planets in multi-planetary systems. It offers a broad range of tools for detailed analysis of transit and Doppler data, including power spectrum analysis for Doppler and transit data; Keplerian and dynamical modeling of multi-planet systems; MCMC and nested sampling; Gaussian Processes modeling; and a long-term stability check of multi-planet systems. The Exo-Striker can also perform Mean Motion Resonance (MMR) analysis, create fast fully interactive plots, and export ready-to-use LaTeX tables with best-fit parameters, errors, and statistics. It combines Fortran efficiency and Python flexibility and is cross-platform compatible (MAC OS, Linux, Windows).
9
+
10
+ <p align="center">
11
+ <img width="800" src="./exostriker/source/png/ES_new.gif">
12
+ </p>
13
+
14
+
15
+ **Documentation, Instructions, and Tutorials**
16
+
17
+ * (Work in progress) documentation is available at [https://exostriker-manual.readthedocs.io](https://exostriker-manual.readthedocs.io/en/latest/).
18
+
19
+ **Developer**
20
+
21
+ * Trifon Trifonov, MPIA Heidelberg.
22
+ * with contributions by Matheus J. Castro, Jakub Morawski, Mathias Zechmeister, Man Hoi Lee, Stefan Dreizler, Grigorii Smirnov-Pinchukov, Stephan Stock, Jonas Kemmer, Harry Psarakis, Tom Schiwy, and Desislava Antonova.
23
+
24
+ **What works**:
25
+
26
+ * RV signal and alias search: via GLS periodogram & maximum lnL periodogram (MLP).
27
+ * Transit signal search (via "TLS").
28
+ * Interactive transit photometry detrending (via "wotan").
29
+ * Keplerian and Dynamical modeling of RV & Transit photometry exoplanet data.
30
+ * Joint RVs + Transit + GPs best-fit optimization (internal Fortran Simplex and L-M minimizers, or many more via "SciPyOp").
31
+ * Joint RVs + Transit + GPs MCMC/Nested Sampling (via "emcee" & "dynesty")
32
+ * TTVs extraction.
33
+ * TTVs and/or joint TTVs + RVs analysis.
34
+ * Relative astrometry fitting.
35
+ * GP modeling (via "celerite").
36
+ * Linear models for detrending ground-based transit photometry.
37
+ * Activity index signal search via GLS periodogram.
38
+ * RVs vs. Activity time-series correlation analysis/plots.
39
+ * RV auto-fit (RV automated planet-finder algorithm).
40
+ * Interactive data binning, cliping, outlier removal, etc.
41
+ * Fit for apsidal orbital precession, or apply General Relativity (GR) precession.
42
+ * Instant online access to the "RVBank" database (over 212 000 RVs and activity indices of about 3000 HARPS stars & over 64 000 RVs and activity indices of about 1700 HIRES stars !!!).
43
+ * Instant AMD stability check for multiple planetary systems (including during optimization or MCMC/Nested Sampling).
44
+ * Long-term stability check of multiple planetary systems using SyMBA, MVS, and MVS with a GR precession.
45
+ * Fully interactive, super-fast, high-quality, exportable plots.
46
+ * Handy "cornerplot" GUI control.
47
+ * Import/Export of work sessions and multi-sessions.
48
+ * Export plots to a matplotlib window for further customization.
49
+ * Export ready to use LaTeX tables with best-fit parameters, errors, and statistics.
50
+ * Handy text-editor and calculator tools.
51
+ * Multi-platform: It works on MAC OS (10.6+), Linux (Suse, Mint, Ubuntu, etc.) and Windows 10.
52
+ * Integrated Bash-shell (Linux only).
53
+ * Integrated Jupyter shell.
54
+ * Integrated AI Boot (via openai GPT-3 -- ChatGPT).
55
+ * Importable as a standard python library (i.e., "import exostriker").
56
+ * Print the GUI screen into a .jpeg/.png image (useful for sharing quick results, just like the image above).
57
+ * Direct import of TESS & K2 *lc.fits, and CHEOPS *SCI_COR*.fits files.
58
+
59
+ **What is to be implemented**:
60
+
61
+ * Larger arsenal of N-body/dynamical simulation/analysis tools (+ "REBOUND" is planned to be included).
62
+ * Internal TTV and photo-dynamical modeling (i.e. the external "TTVFast" will become a secondary option).
63
+ * Combined modeling with Astrometry (As of Ver 0.75 this is possible, but is still work in progress).
64
+
65
+
66
+ Feedback and help in further development will be highly appreciated!
67
+ A wish-list with your favorite tools and methods to be implemented is also welcome!
68
+
69
+ Just open an "Issue" on the GitHub, or send a PM to trifonov@mpia.de.
70
+
71
+
72
+ **Installation**
73
+
74
+ Python3.11+ is strongly recommended!!! The Exo-Striker works with older Python3 versions, and even Python2, but you will likely have problems with some dependencies, which you may have to solve.
75
+ If your system Python3 is 3.10 and below, it is recommended to not upgrade the python3, but to install python3.10 alongside your system python3.
76
+
77
+
78
+ Appart of Python3.10/3.11 make sure you have 'gcc', 'gfortran', and 'csh',
79
+ which will be needed for compiling some of the important binaries!
80
+
81
+
82
+ **See README_install.md** for further instructions.
83
+
84
+
85
+
86
+ **Usage**
87
+
88
+ * To load the GUI, on a bash shell type:
89
+
90
+ $ exostriker (in case of pip3.8 install, see above)
91
+
92
+ * or just do:
93
+
94
+ $ python3.11 exostriker_gui.py (inside of the git clone directory, see above)
95
+
96
+
97
+
98
+ * If you want to use the library on the Python shell/script
99
+
100
+ In [1]: import exostriker
101
+
102
+ * or e.g., to load the RV routines:
103
+
104
+ In [1]: import exostriker.lib.RV_mod as rv
105
+
106
+
107
+ * Remember! Every button/action of the GUI is a wrapper of a convenient Python routine. Thus scripting is very easy:
108
+
109
+ <p align="center">
110
+ <img width="500" src="./exostriker/source/png/ES_terminal.png">
111
+ </p>
112
+
113
+
114
+ (However, one must be familiar with the functions and the 'fit' object...
115
+ A manual is planned but not available at the moment.)
116
+
117
+
118
+ **Credit**
119
+
120
+ If you made the use of The Exo-Striker for your paper, I would appreciate it if you give credit to it.
121
+ As it is unlikely that I will find time to write a refereed paper on The Exo-Striker soon, please cite the tool with its ASCL ID ascl:1906.004 (see https://ascl.net/1906.004).
122
+
123
+ The Exo-Striker relies on many open-source packages, which if you had made the use of (some of) them while working with the tool,
124
+ you should acknowledge too. (It is your responsibility to find the correct references in the literature):
125
+
126
+
127
+ * The interactive plotting is done with a custom version of the "pyqtgraph":
128
+
129
+ http://www.pyqtgraph.org/
130
+
131
+ * "GLS" and "MLP" periodograms are taken from Mathias Zechmeister's repo:
132
+
133
+ https://github.com/mzechmeister/python
134
+
135
+ * "TLS" and "wotan" are taken from:
136
+
137
+ https://github.com/hippke/tls
138
+
139
+ https://github.com/hippke/wotan
140
+
141
+ * The transit modeling is done with "batman":
142
+
143
+ https://github.com/lkreidberg/batman
144
+
145
+ * MCMC sampling is done with "emcee":
146
+
147
+ https://github.com/dfm/emcee
148
+
149
+ * Nested Sampling is done with "dynesty":
150
+
151
+ https://github.com/joshspeagle/dynesty
152
+
153
+ * TTV models are adopted from "TTVfast-python":
154
+
155
+ https://github.com/mindriot101/ttvfast-python
156
+
157
+ * The "Text editor" used in the tool is a hack between "Megasolid Idiom"
158
+ and "PyEdit2":
159
+
160
+ https://github.com/mfitzp/15-minute-apps/tree/master/wordprocessor
161
+
162
+ https://github.com/Axel-Erfurt/PyEdit2
163
+
164
+ * N-body tests are performed using a custom version of the "Swift" N-body library,
165
+ modified by Man Hoi Lee (HKU) and Trifon Trifonov (MPIA).
166
+
167
+ https://www.boulder.swri.edu/~hal/swift.html
168
+
169
+ * Additionally, the Exo-Striker uses many "standard" Python libraries like
170
+ "PyQt5/PyQt6", "matplotlib", "numpy", "scipy", "dill", "Jupyter", "qtconsole",
171
+ and more.
172
+
173
+ * The Exo-Striker project was inspired by the Systemic project.
174
+
175
+ http://www.stefanom.org/systemic/
176
+
177
+
178
+
179
+ **Scientific papers which one way or another made the use of the Exo-Striker (to my knowledge):**
180
+
181
+
182
+ [Check in ADS](https://ui.adsabs.harvard.edu/abs/2019ascl.soft06004T/citations)
183
+
@@ -0,0 +1 @@
1
+ from exostriker import gui
@@ -0,0 +1,2 @@
1
+ from exostriker import gui
2
+ gui.main()
File without changes
File without changes
@@ -0,0 +1,153 @@
1
+ 2449610.5268 -33258.0 9.0
2
+ 2449612.4657 -33225.0 9.0
3
+ 2449655.3067 -33272.0 7.0
4
+ 2449728.2289 -33310.0 7.0
5
+ 2449729.2266 -33248.0 7.0
6
+ 2449730.2367 -33196.0 8.0
7
+ 2449739.2682 -33221.0 8.0
8
+ 2449750.2491 -33249.0 8.0
9
+ 2449751.2471 -33233.0 9.0
10
+ 2449753.248 -33313.0 8.0
11
+ 2449755.2534 -33187.0 7.0
12
+ 2449765.2616 -33283.0 8.0
13
+ 2449766.2602 -33314.0 8.0
14
+ 2449766.269 -33318.0 8.0
15
+ 2449767.2594 -33233.0 8.0
16
+ 2449903.54 -33185.0 8.0
17
+ 2449903.5488 -33190.0 7.0
18
+ 2449904.5722 -33227.0 7.0
19
+ 2449906.5974 -33256.0 7.0
20
+ 2449906.6036 -33258.0 7.0
21
+ 2449907.556 -33167.0 7.0
22
+ 2449908.5876 -33213.0 7.0
23
+ 2449909.5704 -33299.0 7.0
24
+ 2449910.5872 -33270.0 9.0
25
+ 2449910.5984 -33266.0 7.0
26
+ 2449969.3782 -33294.0 7.0
27
+ 2449969.5823 -33290.0 7.0
28
+ 2449970.4281 -33215.0 7.0
29
+ 2449970.6222 -33209.0 7.0
30
+ 2449971.4353 -33189.0 7.0
31
+ 2449971.6131 -33212.0 8.0
32
+ 2449972.3454 -33262.0 7.0
33
+ 2449972.3521 -33269.0 7.0
34
+ 2449974.393 -33245.0 8.0
35
+ 2449975.4237 -33200.0 7.0
36
+ 2449976.4366 -33250.0 7.0
37
+ 2449976.5922 -33276.0 7.0
38
+ 2450021.2859 -33223.0 7.0
39
+ 2450021.4437 -33224.0 7.0
40
+ 2450022.3597 -33190.0 7.0
41
+ 2450022.4538 -33210.0 7.0
42
+ 2450023.2911 -33278.0 7.0
43
+ 2450023.4251 -33282.0 7.0
44
+ 2450023.4376 -33290.0 7.0
45
+ 2450024.3059 -33310.0 7.0
46
+ 2450024.4243 -33308.0 7.0
47
+ 2450025.2538 -33238.0 7.0
48
+ 2450025.4473 -33233.0 7.0
49
+ 2450026.2852 -33215.0 9.0
50
+ 2450026.4366 -33198.0 8.0
51
+ 2450027.3954 -33238.0 7.0
52
+ 2450027.4389 -33280.0 7.0
53
+ 2450028.2865 -33320.0 7.0
54
+ 2450028.3399 -33316.0 7.0
55
+ 2450061.2777 -33294.0 7.0
56
+ 2450062.2532 -33332.0 7.0
57
+ 2450063.2506 -33292.0 7.0
58
+ 2450070.267 -33296.0 8.0
59
+ 2450090.2525 -33222.0 9.0
60
+ 2450091.2211 -33277.0 7.0
61
+ 2450264.5921 -33273.0 8.0
62
+ 2450265.5978 -33292.0 7.0
63
+ 2450268.6023 -33253.0 7.0
64
+ 2450324.48 -33291.0 7.0
65
+ 2450324.4964 -33289.0 7.0
66
+ 2450325.4563 -33254.0 7.0
67
+ 2450325.5858 -33250.0 7.0
68
+ 2450326.4458 -33191.0 7.0
69
+ 2450327.4538 -33218.0 7.0
70
+ 2450328.481 -33286.0 7.0
71
+ 2450328.4954 -33288.0 7.0
72
+ 2450329.4822 -33267.0 7.0
73
+ 2450380.3506 -33272.0 7.0
74
+ 2450381.3543 -33208.0 7.0
75
+ 2450382.3684 -33232.0 7.0
76
+ 2450383.3407 -33296.0 7.0
77
+ 2450384.3185 -33294.0 7.0
78
+ 2450385.3355 -33206.0 7.0
79
+ 2450447.2301 -33309.0 9.0
80
+ 2450448.2303 -33252.0 7.0
81
+ 2450474.2348 -33208.0 7.0
82
+ 2450475.2466 -33213.0 7.0
83
+ 2450476.2687 -33305.0 7.0
84
+ 2450675.5645 -33300.0 7.0
85
+ 2450677.5984 -33187.0 9.0
86
+ 2450678.5717 -33218.0 7.0
87
+ 2450681.516 -33194.0 7.0
88
+ 2450700.5215 -33305.0 7.0
89
+ 2450702.4976 -33227.0 7.0
90
+ 2450703.4754 -33202.0 7.0
91
+ 2450730.4311 -33294.0 7.0
92
+ 2450731.4058 -33274.0 7.0
93
+ 2450736.35 -33220.0 8.0
94
+ 2450766.3084 -33213.0 7.0
95
+ 2450770.294 -33222.0 8.0
96
+ 2450773.3718 -33317.0 7.0
97
+ 2450795.2702 -33255.0 8.0
98
+ 2450822.2472 -33247.0 7.0
99
+ 2450823.2515 -33310.0 7.0
100
+ 2450824.2428 -33307.0 7.0
101
+ 2451023.6254 -33250.0 7.0
102
+ 2451026.5557 -33288.0 8.0
103
+ 2451053.5191 -33220.0 8.0
104
+ 2451058.5707 -33197.0 7.0
105
+ 2451088.4154 -33213.0 7.0
106
+ 2451118.3504 -33227.0 7.0
107
+ 2451158.2423 -33313.0 7.0
108
+ 2451390.5824 -33305.0 8.0
109
+ 2451391.611 -33242.0 7.0
110
+ 2451392.5997 -33191.0 7.0
111
+ 2451417.4959 -33210.0 7.0
112
+ 2451418.4711 -33197.0 7.0
113
+ 2451420.4989 -33291.0 8.0
114
+ 2451423.5447 -33260.0 7.0
115
+ 2451438.4669 -33224.0 7.0
116
+ 2451442.4796 -33252.0 7.0
117
+ 2451466.4114 -33286.0 7.0
118
+ 2451467.4121 -33285.0 7.0
119
+ 2451505.3236 -33297.0 8.0
120
+ 2451510.3503 -33243.0 7.0
121
+ 2451781.532 -33201.0 7.0
122
+ 2451782.4879 -33207.0 7.0
123
+ 2451783.5073 -33276.0 7.0
124
+ 2451783.5442 -33277.0 8.0
125
+ 2451784.5082 -33297.0 8.0
126
+ 2451785.573 -33227.0 7.0
127
+ 2451786.5097 -33193.0 7.0
128
+ 2451803.462 -33215.0 7.0
129
+ 2451882.2379 -33292.0 8.0
130
+ 2452111.5881 -33199.0 7.0
131
+ 2452114.6031 -33296.0 7.0
132
+ 2452115.6032 -33214.0 7.0
133
+ 2452116.5952 -33192.0 7.0
134
+ 2452117.5246 -33262.0 7.0
135
+ 2452136.5761 -33223.0 7.0
136
+ 2452137.5644 -33175.0 7.0
137
+ 2452158.5288 -33194.0 7.0
138
+ 2452159.5751 -33258.0 7.0
139
+ 2452160.5717 -33315.0 7.0
140
+ 2452197.4041 -33220.0 7.0
141
+ 2452198.3617 -33304.0 7.0
142
+ 2452217.4169 -33216.0 7.0
143
+ 2452250.3148 -33283.0 8.0
144
+ 2452488.5851 -33194.0 7.0
145
+ 2452532.508 -33308.0 8.0
146
+ 2452533.5047 -33308.0 8.0
147
+ 2452561.3035 -33250.0 7.0
148
+ 2452565.4601 -33232.0 7.0
149
+ 2452612.3548 -33266.0 8.0
150
+ 2452833.6049 -33315.0 7.0
151
+ 2452852.6161 -33196.0 7.0
152
+ 2452858.5822 -33300.0 8.0
153
+ 2452887.5339 -33275.0 7.0