Skip to content

Commit 5f188ba

Browse files
authored
Merge pull request #101 from JuliaAstro/stars
Star stuff
2 parents 0a4856d + 132f92b commit 5f188ba

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/JuliaAstroDocs.jl

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,39 @@ ecosystem() = (
101101
astropy = [],
102102
),
103103
),
104+
"Stars" => (
105+
(
106+
name = "cgarling/BolometricCorrections.jl",
107+
repo = "https://github.com/cgarling/BolometricCorrections.jl",
108+
doc = "https://cgarling.github.io/BolometricCorrections.jl/stable/",
109+
tagline = "Interfaces to libraries of astrophysical bolometric correction",
110+
descr = """
111+
- Access to and interpolation of pre-computed grids of bolometric corrections
112+
""",
113+
astropy = [],
114+
),
115+
(
116+
name = "cgarling/InitialMassFunctions.jl",
117+
repo = "https://github.com/cgarling/InitialMassFunctions.jl",
118+
doc = "https://cgarling.github.io/InitialMassFunctions.jl/stable/",
119+
tagline = "Evaluation of and sampling from stellar initial mass functions",
120+
descr = """
121+
- Provides a framework to evaluate and sample from stellar initial mass functions, including common literature models
122+
""",
123+
astropy = [],
124+
),
125+
(
126+
name = "cgarling/StarFormationHistories.jl",
127+
repo = "https://github.com/cgarling/StarFormationHistories.jl",
128+
doc = "https://cgarling.github.io/StarFormationHistories.jl/stable/",
129+
tagline = "Fitting astrophysical star formation histories via CMD modeling",
130+
descr = """
131+
- Implements methods for modeling observed Hess diagrams (i.e., binned color-magnitude diagrams) and using them to fit astrophysical star formation histories (SFHs)
132+
- Provides utilities for simulating CMDs given input SFHs and photometric error and completeness functions, which can be useful for planning observations and writing proposals
133+
""",
134+
astropy = [],
135+
),
136+
),
104137
"Galaxies and Cosmology" => (
105138
(
106139
name = "Cosmology.jl",

0 commit comments

Comments
 (0)