This is a repository dedicated to data simulations for the Indian Spectroscopic and Imaging Space Telescope (INSIST) project. It contains Jupyter Notebooks which can be hosted on cloud platforms such as Google Colab, Binder, and Gradient, and webtools which can be accessed using Binder.
A Python package aimed at simulating astronomical images. The routine generates individual stars to an image and adds different parameterized noises. The input parameter space is designed to inculcate observational parameters, telescope parameters, and detector characteristics.
pip install insist-pista
- Exposure Time Calculator : Streamlit
- PSF Simulator : Streamlit
- PISTA Webtool : Streamlit
- Exposure Time Calculator Tool :
(Work in progress)
- Image Simulation : Image_Simulation.ipynb
- PISTA : PISTA.ipynb
- PSF Simulator : PSF_Simulator.ipynb
- PSF Analysis : PSF_Analysis.ipynb
- UV Stellar Catalog Generator : UV_Stellar_Catalog.ipynb
- Exposure Time Calculator : Exposure_Time_Calculator.ipynb
This notebook provides step by step instructions on how to use PISTA package for resolved stellar population simulation.
This notebook expands on the low-level framework of PISTA package.
In this notebook, we explore how to simulate Points Spread Functions (PSF) with various parameter inputs. The objective is to able to generate a simulated image of a field which can be compared with actual data. This will be helpful at various stages of INSIST developement such as Pipiline validation, science cases pre-observation simulation etc.
In this section we use Astropy to generate Gaussian and Airy disk PSFs based on FWHM and pixel scale, normalized based on ABmag
In this section we explore how to use HCIPy for generating PSF for different telescopes
This notebook contains Python routines used for comparing off axis and on axis PSFs generated using Zemax and HCIPy. The aim is to quantitatively study how presence of an on-axis secondary modifies the PSF, and how it would affect the expected science cases.
This notebook contains routines which allows users to predict UV fluxes of sources using their PanSTARRS optical band magntidues through SED Fitting. The objective is to able to generate a catalog of sources in UV band using optical band magnitudes as input. For SED fitting we utilize Kurucz models http://kurucz.harvard.edu/grids.html
This notebook contains routines which allows users to calculate exposure time for a range of telescope surveys such as GALEX, UVIT, LSST etc with magnitude and SNR as inputs.
The package includes a GUI designed using PyQT5. (Work in Progress)
Please add the following acknowledgment if you use our package in your work.
"This work has made use of Python Image Simulation and Testing Application (PISTA) developed as part of the INdian Spectroscopic and Imaging Space Telescope (INSIST) project."
If you have any questions or suggestions for improvements to this repo, please contact the owners of the repository.