Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eBOSS configuration #100

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
037dfca
Add notebook to generate sdss config data
belaa Nov 22, 2018
067fb6c
Add sdss data and eboss config file
belaa Nov 22, 2018
ab6dc2f
Updated camera specs for eBOSS
belaa Nov 22, 2018
22dcf2d
Add DESI blur and offset data
belaa Nov 22, 2018
fe5141e
Lowered max in wavelength grid to be below interpolation range of ebo…
belaa Nov 27, 2018
a31519d
Set num_sigmas_clip=0 for r-camera to make max_wave < max grid wavele…
belaa Nov 27, 2018
1de4334
Comment out fast_fiber_acceptance_path in config file
belaa Nov 28, 2018
9005c46
Override gitignore to add sdss files
belaa Nov 28, 2018
b02cc62
Changed num_sigmas_clip in b-camera to fix wavelength grid coverage
belaa Nov 28, 2018
b38e1d7
Extended Smee throughput values to go below 3000A
belaa Dec 17, 2018
b2ffdb3
Removed source model definition
belaa Dec 17, 2018
964bc6b
Fixed multiple values for argument in annotate()
belaa Jan 7, 2019
d0cd26e
Updated throughput table and modified ccd_nonzero
belaa Jun 12, 2019
c78c848
Initial work on downsampling to eboss grid
belaa Jun 20, 2019
27cd09d
eBOSS downsampling running for arbitrary number of fibers
belaa Jun 20, 2019
4ed6429
Adding log-10 eboss wavelength grid
belaa Jun 21, 2019
98b39aa
Changed rtol parameter in downsampling function
belaa Jun 21, 2019
46ef24f
Re-writing supplemental notebooks to include eBOSS downsampling feature
belaa Jul 10, 2019
19e103e
Updated eboss resolution files
belaa Jul 12, 2019
c626a2c
get the resolution matrix on same wavelength grid
londumas Jul 12, 2019
e6e101b
Rewriting downsampler and storing results in _eboss_camera_output()
belaa Dec 21, 2019
20f0059
Removing debug line
belaa Dec 21, 2019
4aa9666
Add random noise to eboss camera output table
belaa Jan 9, 2020
26f70da
Cleaning up eBOSS sim tutorials
belaa Jan 12, 2020
311515b
update astropy_helpers
dkirkby Jan 16, 2020
fe4de3a
Steamline travis tests and remove 2.7
dkirkby Jan 16, 2020
e96d13b
Merge branch 'travis' into sdss
belaa Jan 16, 2020
3a1140d
Added source model spectrum for eboss config
belaa Jan 23, 2020
7f679f2
Added documentation to eBOSS simulation tutorial
belaa Jan 24, 2020
c2081e7
Fixed pathnames
belaa Jan 24, 2020
6415cdf
Make qso spectrum default source model
belaa Jan 24, 2020
56ee59d
Comment out fast_fiber_acceptance_path
belaa Jan 24, 2020
5687675
Copy DESI source model spec-ABmag22.0.dat into sdss directory
belaa Jan 24, 2020
c25df1b
Passed running all cells to generate eBOSS config data
belaa Jan 24, 2020
31af500
Uncomment ccd coverage checks
belaa Jan 24, 2020
be091a8
Re-run simulation tutorial with ccd coverage checks
belaa Jan 24, 2020
0d239d5
Change field radius to DESI value
belaa Jan 30, 2020
cb7a66c
Extend wavelength coverage of throughput files
belaa Feb 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
# The following versions are the 'default' for tests, unless
# overridden underneath. They are defined here in order to save having
# to repeat them for all configurations.
- PYTHON_VERSION=3.6
- PYTHON_VERSION=3.7
- NUMPY_VERSION=stable
- ASTROPY_VERSION=stable
- MAIN_CMD='python setup.py'
Expand All @@ -53,9 +53,7 @@ env:

matrix:
# Make sure that egg_info works without dependencies
- PYTHON_VERSION=2.7 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.5 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.6 SETUP_CMD='egg_info'
- SETUP_CMD='egg_info'

matrix:

Expand All @@ -76,25 +74,13 @@ matrix:
- os: linux
env: SETUP_CMD='build_docs -w'

# Now try Astropy dev and LTS vesions with the latest 3.x and 2.7.
# Now try Astropy dev and LTS vesions with the latest 3.x.
- os: linux
env: ASTROPY_VERSION=development
EVENT_TYPE='pull_request push cron'
- os: linux
env: PYTHON_VERSION=2.7 ASTROPY_VERSION=lts
- os: linux
env: ASTROPY_VERSION=lts

# Try various python and numpy combinations. Since we can assume that
# the Numpy developers have taken care of testing Numpy with different
# versions of Python, we can vary Python and Numpy versions at the same
# time.

- os: linux
env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.13
- os: linux
env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.14

# Try numpy pre-release
- os: linux
env: NUMPY_VERSION=prerelease
Expand Down
2 changes: 1 addition & 1 deletion astropy_helpers
Submodule astropy_helpers updated 42 files
+13 −25 .travis.yml
+0 −108 CHANGES.rst
+1 −0 MANIFEST.in
+2 −2 README.rst
+92 −157 ah_bootstrap.py
+5 −7 appveyor.yml
+1 −3 astropy_helpers/commands/build_ext.py
+1 −13 astropy_helpers/commands/build_sphinx.py
+0 −51 astropy_helpers/conftest.py
+1 −1 astropy_helpers/extern/automodapi/__init__.py
+0 −3 astropy_helpers/extern/automodapi/autodoc_enhancements.py
+6 −21 astropy_helpers/extern/automodapi/automodapi.py
+24 −66 astropy_helpers/extern/automodapi/automodsumm.py
+1 −16 astropy_helpers/extern/automodapi/smart_resolver.py
+1 −6 astropy_helpers/extern/numpydoc/__init__.py
+24 −63 astropy_helpers/extern/numpydoc/docscrape.py
+39 −180 astropy_helpers/extern/numpydoc/docscrape_sphinx.py
+83 −0 astropy_helpers/extern/numpydoc/linkcode.py
+31 −151 astropy_helpers/extern/numpydoc/numpydoc.py
+0 −16 astropy_helpers/extern/numpydoc/templates/numpydoc_docstring.rst
+1 −1 astropy_helpers/extern/setup_package.py
+4 −9 astropy_helpers/git_helpers.py
+0 −107 astropy_helpers/openmp_helpers.py
+2 −32 astropy_helpers/setup_helpers.py
+13 −3 astropy_helpers/sphinx/conf.py
+2 −16 astropy_helpers/sphinx/ext/changelog_links.py
+0 −18 astropy_helpers/sphinx/ext/doctest.py
+0 −4 astropy_helpers/sphinx/ext/edit_on_github.py
+0 −0 astropy_helpers/sphinx/ext/tests/__init__.py
+18 −0 astropy_helpers/sphinx/ext/tocdepthfix.py
+40 −54 astropy_helpers/tests/__init__.py
+5 −9 astropy_helpers/tests/coveragerc
+89 −110 astropy_helpers/tests/test_ah_bootstrap.py
+3 −26 astropy_helpers/tests/test_git_helpers.py
+0 −38 astropy_helpers/tests/test_openmp_helpers.py
+49 −130 astropy_helpers/tests/test_setup_helpers.py
+3 −3 astropy_helpers/utils.py
+3 −15 astropy_helpers/version_helpers.py
+414 −0 ez_setup.py
+0 −28 licenses/LICENSE_ASTROSCRAPPY.rst
+3 −5 setup.py
+19 −0 tox.ini
318 changes: 318 additions & 0 deletions docs/nb/SimulatingeBOSS.ipynb

Large diffs are not rendered by default.

Loading