| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This program is an interactive, web-based visualization system designed for exploratory analysis of time-resolved astronomical light-curve data, with a particular focus on ZTF J1539 PSF surface-brightness measurements used in JWST precision timing studies. The application enables users to seamlessly switch between raw observational data and statistically averaged representations, while preserving a direct link between aggregated points and their underlying measurements.
The system renders dual-panel light curves using Plotly, displaying short-wavelength (SW) and long-wavelength (LW) surface brightness measurements simultaneously. Users can:
A central design goal of the tool is traceability: every averaged data point retains a mapping to the raw points that contributed to it. This mapping allows users to drill down from a statistical summary to the exact measurements used to compute it.
The program supports rich, event-driven interaction:
Hover interactions provide context-aware tooltips, showing metadata such as epoch, radial bounds, phase, MJD, and measurement uncertainty, ensuring that scientific context is always available.
To support data-quality assessment, the program includes configurable raw-point filtering mechanisms:
Filters can be applied inside or outside the selected band, and the accepted range is visually highlighted directly on the plot. Filtered results update both the displayed raw points and the corresponding averaged annotations, enabling rapid sensitivity testing of binning and filtering assumptions.
For datasets with associated observational images, the tool allows users to:
This tightly integrates numerical trends and image-level evidence, supporting visual validation of astrophysical features or anomalies.
The system is implemented as a client-side React / Next.js application, leveraging:
The architecture cleanly separates data processing, visual styling, and interaction logic, making the tool extensible to additional targets, wavelength bands, or survey datasets.
This program is intended for astronomers and data analysts who require:
By combining statistical aggregation with direct access to raw measurements and imagery, the tool bridges the gap between quantitative analysis and visual inspection, enabling more robust scientific interpretation.
Before installing the project, ensure you have the following installed:
git clone https://github.com/your-org/your-repo-name.git
cd your-repo-namenpm installnpm run buildnpm run start| Back | FazBrowse Home | New Git URL |