Interactive web simulator for visualizing exoplanet-exomoon transit light curves.
- Adjust star, planet, and moon parameters using the sliders
- View real-time light curve updates in the Light Curve tab
- See the orbital configuration in the Orbital View tab
- Use the time slider to animate the transit
Open index.html in a browser, or run a local server:
python -m http.server 8000├── index.html # Main HTML structure
├── styles.css # CSS styling
├── js/
│ ├── app.js # Main application logic
│ ├── config.js # Configuration and defaults
│ ├── physics.js # Transit physics calculations
│ ├── lightcurve.js # Light curve visualization
│ └── orbital.js # Orbital diagram generation
└── README.md # This file
MIT License - see LICENSE file for details.