-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get direction-binned spectra and light curves from packets files (#63)
Main goal was to add --frompackets support for direction-binned spectra and light curves. It sort of became my development branch: - Sped up 3D model reading by writing .parquet binary copies of the model.txt and abundances.txt - Fixed linting errors and warnings to improve code quality - Major changes to plotartisinitialabundances command (@ccollins22 please check that this still does what you wrote this for) - Add support for zstandard and lz4 compression - fix vspecpol plotting and add a test for it
- Loading branch information
1 parent
56d3edd
commit f32d7cb
Showing
92 changed files
with
4,253 additions
and
3,964 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
#!/usr/bin/env python3 | ||
# import artistools as at | ||
from artistools.atomic._atomic_core import get_ionrecombratecalibration | ||
from artistools.atomic._atomic_core import get_levels |
Oops, something went wrong.