Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Jack3690/INSIST

Repository files navigation

Indian Spectroscopic and Imaging Space Telescope Documentation StatusPyPI - Python Version PyPI - Python Version PyPI - Downloads

Introduction

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.

Packages

PISTA: Python Image Simulation and Testing Application

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.

Installation

pip install insist-pista

Web Tools

  • Exposure Time Calculator : Streamlit
  • PSF Simulator : Streamlit
  • PISTA Webtool : Streamlit
  • Exposure Time Calculator Tool : Binder (Work in progress)

Notebooks

Usage

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.

Single PSF Generator

In this section we use Astropy to generate Gaussian and Airy disk PSFs based on FWHM and pixel scale, normalized based on ABmag

PSF Simulation using HCIPy

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

Convolving Filters with Stellar models

SED fitting validation using HST PHAT M31 Survey

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)

Conclusion/Disclaimer

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.

References