light-cone-calc
v1.8.2
Published
Cosmological calculations for the expansion of the universe
Downloads
18
Maintainers
Readme
LightConeCalc
A Javascript cosmological calculator for the expansion of the universe.
See this running at https://lightcone7.github.io/LightCone7.html.
Quick start
For use in a browser include minimized code from the CDN:
<!-- Stable branch -->
<script src="https://cdn.jsdelivr.net/npm/light-cone-calc@1"></script>
<!-- Development branch -->
<script src="https://cdn.jsdelivr.net/npm/light-cone-calc@develop"></script>
<!-- Legacy branch -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
Legacy API:
const results = LightConeCalc.Calculate({;
s_eq: 3370,
Ynow,
Yinf: Ynow / Math.sqrt(OmegaL),
s_upper: z_upper + 1,
s_lower: z_lower + 1,
s_step: steps,
Omega,
});
Development
Pull requests against the develop
branch welcome.