## This section contains the textual strings used in the HomeContent.py
HOME_HEADER_STRING = """
This dashboard is designed to provide a comprehensive toolset for X-ray astronomy data analysis. Here are the main features:
- Quicklook with Stingray:
- Don't want to dabble around too much and generate plots fast and easy, this is the way.
- Working with Event Data:
- Setup and creating EventList from photon arrival times
- Roundtrip to Astropy-compatible formats
- Loading and writing EventList objects
- Simulating EventList from Lightcurve
- Joining EventLists
- Working with Lightcurves:
- Creating light curves from time stamps, counts, or photon arrival times
- Operations including addition, subtraction, indexing, and plotting
- Handling Good Time Intervals (GTIs) and analyzing light curve segments
- Fourier Analysis:
- Generating Powerspectra, AveragedPowerspectra, and Cross Spectra
- Normalizing and re-binning power spectra
- Creating Dynamical Power Spectra
- Cross and Autocorrelations:
- Generating CrossCorrelation and AutoCorrelation plots
- Bispectra:
- Understanding and plotting Bispectrum
- Bayesian Excess Variance:
- Theoretical background and practical examples
- Multi-taper Periodogram:
- Creating and analyzing Multitaper objects
- Lomb Scargle Spectra:
- Generating Lomb Scargle Powerspectrum and Crossspectrum
Please use the sidebar to navigate to the different analysis tools. Each tool comes with interactive widgets to customize your analysis and generate plots on the fly.
We hope you find this dashboard useful for your research!
"""
HOME_FOOTER_STRING = """