ACID-code-v2 0.2.0__tar.gz → 0.2.1__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 (106) hide show
  1. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/.github/workflows/publish.yml +1 -1
  2. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/PKG-INFO +1 -1
  3. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/src/ACID_code_v2.egg-info/PKG-INFO +1 -1
  4. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/src/ACID_code_v2.egg-info/SOURCES.txt +0 -1
  5. acid_code_v2-0.2.0/.github/workflows/python-app.yml +0 -35
  6. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/.gitattributes +0 -0
  7. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/.gitignore +0 -0
  8. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/.other_scripts/5_residual_profiles.py +0 -0
  9. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/.other_scripts/8_master_out_profiles.py +0 -0
  10. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/.readthedocs.yaml +0 -0
  11. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/.vscode/launch.json +0 -0
  12. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/LICENSE +0 -0
  13. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/README.md +0 -0
  14. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/acid.yml +0 -0
  15. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/docs/ACID.rst +0 -0
  16. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/docs/conf.py +0 -0
  17. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/docs/index.rst +0 -0
  18. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/docs/installation.rst +0 -0
  19. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/docs/make.bat +0 -0
  20. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/docs/requirements.txt +0 -0
  21. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/docs/using_ACID.rst +0 -0
  22. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/example/.make_syn_dat.py +0 -0
  23. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/example/example_linelist.txt +0 -0
  24. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/example/sample_spec_1.fits +0 -0
  25. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/example/sample_spec_2.fits +0 -0
  26. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/example/sample_spec_3.fits +0 -0
  27. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/example/tutorial_code.py +0 -0
  28. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/pyproject.toml +0 -0
  29. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/setup.cfg +0 -0
  30. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/src/ACID_code_v2/ACID.py +0 -0
  31. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/src/ACID_code_v2/LSD.py +0 -0
  32. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/src/ACID_code_v2/__init__.py +0 -0
  33. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/src/ACID_code_v2/mcmc_utils.py +0 -0
  34. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/src/ACID_code_v2/utils.py +0 -0
  35. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/src/ACID_code_v2.egg-info/dependency_links.txt +0 -0
  36. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/src/ACID_code_v2.egg-info/requires.txt +0 -0
  37. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/src/ACID_code_v2.egg-info/top_level.txt +0 -0
  38. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/.DS_Store +0 -0
  39. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-28T21:11:56.678_blaze_B.fits +0 -0
  40. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-28T21:11:56.678_flat_A.fits +0 -0
  41. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-28T21:11:56.678_flat_B.fits +0 -0
  42. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-28T21:11:56.678_lamp_A.fits +0 -0
  43. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-28T21:11:56.678_lamp_B.fits +0 -0
  44. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-28T21:11:56.678_order_profile.fits +0 -0
  45. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:02:50.897_bis_G2_A.fits +0 -0
  46. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:02:50.897_bis_G2_B.fits +0 -0
  47. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:02:50.897_bis_K5_A.fits +0 -0
  48. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:02:50.897_ccf_G2_A.fits +0 -0
  49. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:02:50.897_ccf_G2_B.fits +0 -0
  50. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:02:50.897_ccf_K5_A.fits +0 -0
  51. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:02:50.897_e2ds_A.fits +0 -0
  52. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:02:50.897_e2ds_B.fits +0 -0
  53. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:02:50.897_s1d_A.fits +0 -0
  54. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:02:50.897_s1d_B.fits +0 -0
  55. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:08:22.216_bis_G2_A.fits +0 -0
  56. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:08:22.216_bis_G2_B.fits +0 -0
  57. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:08:22.216_bis_K5_A.fits +0 -0
  58. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:08:22.216_ccf_G2_A.fits +0 -0
  59. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:08:22.216_ccf_G2_B.fits +0 -0
  60. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:08:22.216_ccf_K5_A.fits +0 -0
  61. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:08:22.216_e2ds_A.fits +0 -0
  62. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:08:22.216_e2ds_B.fits +0 -0
  63. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:08:22.216_s1d_A.fits +0 -0
  64. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:08:22.216_s1d_B.fits +0 -0
  65. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:13:54.107_bis_G2_A.fits +0 -0
  66. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:13:54.107_bis_G2_B.fits +0 -0
  67. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:13:54.107_bis_K5_A.fits +0 -0
  68. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:13:54.107_ccf_G2_A.fits +0 -0
  69. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:13:54.107_ccf_G2_B.fits +0 -0
  70. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:13:54.107_ccf_K5_A.fits +0 -0
  71. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:13:54.107_e2ds_A.fits +0 -0
  72. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:13:54.107_e2ds_B.fits +0 -0
  73. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:13:54.107_s1d_A.fits +0 -0
  74. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:13:54.107_s1d_B.fits +0 -0
  75. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:19:25.377_bis_G2_A.fits +0 -0
  76. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:19:25.377_bis_G2_B.fits +0 -0
  77. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:19:25.377_bis_K5_A.fits +0 -0
  78. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:19:25.377_ccf_G2_A.fits +0 -0
  79. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:19:25.377_ccf_G2_B.fits +0 -0
  80. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:19:25.377_ccf_K5_A.fits +0 -0
  81. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:19:25.377_e2ds_A.fits +0 -0
  82. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:19:25.377_e2ds_B.fits +0 -0
  83. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:19:25.377_s1d_A.fits +0 -0
  84. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:19:25.377_s1d_B.fits +0 -0
  85. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:24:57.238_bis_G2_A.fits +0 -0
  86. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:24:57.238_bis_G2_B.fits +0 -0
  87. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:24:57.238_bis_K5_A.fits +0 -0
  88. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:24:57.238_ccf_G2_A.fits +0 -0
  89. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:24:57.238_ccf_G2_B.fits +0 -0
  90. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:24:57.238_ccf_K5_A.fits +0 -0
  91. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:24:57.238_e2ds_A.fits +0 -0
  92. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:24:57.238_e2ds_B.fits +0 -0
  93. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:24:57.238_s1d_A.fits +0 -0
  94. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:24:57.238_s1d_B.fits +0 -0
  95. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:30:28.617_bis_G2_A.fits +0 -0
  96. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:30:28.617_bis_G2_B.fits +0 -0
  97. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:30:28.617_bis_K5_A.fits +0 -0
  98. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:30:28.617_ccf_G2_A.fits +0 -0
  99. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:30:28.617_ccf_G2_B.fits +0 -0
  100. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:30:28.617_ccf_K5_A.fits +0 -0
  101. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:30:28.617_e2ds_A.fits +0 -0
  102. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:30:28.617_e2ds_B.fits +0 -0
  103. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:30:28.617_s1d_A.fits +0 -0
  104. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/data/HARPS.2007-08-29T00:30:28.617_s1d_B.fits +0 -0
  105. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/tests.py +0 -0
  106. {acid_code_v2-0.2.0 → acid_code_v2-0.2.1}/tests/tutorial_test.py +0 -0
@@ -5,7 +5,7 @@ on:
5
5
  - 'v*'
6
6
  jobs:
7
7
  build:
8
- runs-on: ubuntu-latest
8
+ runs-on: macos-latest
9
9
  steps:
10
10
  - uses: actions/checkout@v3
11
11
  - uses: actions/setup-python@v4
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ACID_code_v2
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Returns line profiles from input spectra by fitting the stellar continuum and performing LSD
5
5
  Author: Lucy Dolan
6
6
  Author-email: Benjamin Cadell <bcadell01@qub.ac.uk>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ACID_code_v2
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Returns line profiles from input spectra by fitting the stellar continuum and performing LSD
5
5
  Author: Lucy Dolan
6
6
  Author-email: Benjamin Cadell <bcadell01@qub.ac.uk>
@@ -6,7 +6,6 @@ README.md
6
6
  acid.yml
7
7
  pyproject.toml
8
8
  .github/workflows/publish.yml
9
- .github/workflows/python-app.yml
10
9
  .other_scripts/5_residual_profiles.py
11
10
  .other_scripts/8_master_out_profiles.py
12
11
  .vscode/launch.json
@@ -1,35 +0,0 @@
1
- # This workflow will install Python dependencies, run tests and lint with a single version of Python
2
- # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
3
-
4
- name: Python application
5
-
6
- on:
7
- push:
8
- branches: [ "main" ]
9
- pull_request:
10
- branches: [ "main" ]
11
-
12
- permissions:
13
- contents: read
14
-
15
- jobs:
16
- build:
17
-
18
- runs-on: macos-latest
19
- steps:
20
- - uses: actions/checkout@v3
21
- - name: Set up Python 3.7
22
- uses: actions/setup-python@v3
23
- with:
24
- python-version: "3.7"
25
- - name: Install dependencies
26
- run: |
27
- python -m pip install --upgrade pip
28
- pip install pytest
29
- git clone https://github.com/ldolan05/ACID.git
30
- cd ACID
31
- python -m pip install -e .
32
- if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi
33
- - name: Test with pytest
34
- run: |
35
- pytest tests/*
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes