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

Exozodi fix #402

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6af49cf
Current status
CoreySpohn Oct 16, 2024
c1def85
switching to using standard_bands for V band calculations and adding …
dsavransky Oct 16, 2024
732167a
fixing typo in concepts doc
dsavransky Oct 16, 2024
a9516de
Create new system for working with exozodi intensity
CoreySpohn Oct 23, 2024
497ab98
Update documentation
CoreySpohn Oct 24, 2024
8fc9ac3
Add the script that generates the curve fit plot
CoreySpohn Oct 24, 2024
e65f638
Add .venv to .gitignore
CoreySpohn Oct 24, 2024
38c3ed2
Code cleanup and moving F0V attribute to be a ZL attribute
CoreySpohn Oct 24, 2024
103ef16
Initial test updates
CoreySpohn Oct 24, 2024
5bb3ddd
Merge branch 'master' into exozodi_fix
CoreySpohn Oct 24, 2024
4529ebd
Add nEZ for all SU modules
CoreySpohn Oct 25, 2024
987d05f
Update SurveySim modules to use JEZ instead of fEZ
CoreySpohn Oct 25, 2024
a6d3b2b
Update tests to have the JEZ units and proper accesses
CoreySpohn Oct 25, 2024
b842d6b
Add F0V attribute to ZL docstring
CoreySpohn Oct 25, 2024
a289256
Update docstrings in schedulers
CoreySpohn Oct 25, 2024
19e9166
Make ruff happy
CoreySpohn Oct 25, 2024
7202c3c
Make black happy
CoreySpohn Oct 25, 2024
7448252
Fix filter
CoreySpohn Oct 28, 2024
18ed7b8
Add pInds keyword to scale_JEZ
CoreySpohn Oct 28, 2024
7417d53
Use pInds keyword in SurveySimulation and fix some units
CoreySpohn Oct 28, 2024
5297145
Once again make Black happy instead of ruff
CoreySpohn Oct 28, 2024
66b267f
Fix usage of JEZ for completeness calls which should be using the def…
CoreySpohn Oct 28, 2024
64d2f3b
Back in black
CoreySpohn Oct 28, 2024
a389f86
fix: Incorrect caching behavior for JEZ0 caused by differing inclinat…
CoreySpohn Nov 19, 2024
57024a3
fix: Remove unnecessary keyword from get_spectral_template
CoreySpohn Nov 19, 2024
e49634e
fix: Add luminosity scaling to EZ calculations
CoreySpohn Nov 22, 2024
3a2a9ae
Update concepts document and the references to it
CoreySpohn Nov 22, 2024
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
Prev Previous commit
Next Next commit
Add F0V attribute to ZL docstring
  • Loading branch information
CoreySpohn committed Oct 25, 2024
commit b842d6bc24f60eb94dbfc790dca38ddfa4f1e425
2 changes: 2 additions & 0 deletions EXOSIMS/Prototypes/ZodiacalLight.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class ZodiacalLight(object):
:ref:`sec:outspec`
cachedir (str):
Path to the EXOSIMS cache directory (see :ref:`EXOSIMSCACHE`)
F0V (astropy.units.quantity.Quantity):
V band zero magnitude flux density
fEZ0 (astropy.units.quantity.Quantity):
Default surface brightness of exo-zodiacal light in units of 1/arcsec2
fZ0 (astropy.units.quantity.Quantity):
Expand Down