light-cone-calc

1.8.2 • Public • Published

LightConeCalc

A Javascript cosmological calculator for the expansion of the universe.

See this running at https://lightcone7.github.io/LightCone7.html.

Build

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/light-cone-calc@0.2"></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.

Package Sidebar

Install

npm i light-cone-calc

Weekly Downloads

1

Version

1.8.2

License

MIT

Unpacked Size

43.6 kB

Total Files

5

Last publish

Collaborators

  • pbuk