carlos-gg / VIP_extras

Datacubes, Jupyter tutorials and other materials related to VIP (https://github.com/vortex-exoplanet/VIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VIP extras

Binder

additional material for VIP

Tutorials in form of Jupyter notebooks can be found in the tutorials/ folder. They can be visualized directly here on GitHub (by just clicking on them), or using the nbviewer service.

01. Main Tutorial

GitHub / nbviewer / binder

This tutorial covers most of the things VIP can do:

  • loading datasets
  • pre-processing
  • post-processing with ADI algorithms (Median subtraction, PCA, LLSG, ...)
  • fake planet injection
  • flux estimation (NEGFC)
  • contrast curves, S/N maps

02. Using HCIDataset objects

GitHub / nbviewer / binder

This tutorial shows how VIP's HCIDataset can be used for simple object-oriented access to all dataset related operations. It covers:

  • loading/saving datasets
  • simple operations (plotting, pre-processing, injecting)

The datasets in the datasets/ folder are available in FITS format, and VIP's own HCIDataset format (as .npz).

NACO betapic

Small ADI cube with 39 frames. naco_betapic.npz contains just the "raw" data (cube, psf, angles, px_scale), while naco_betapic_preproc.npz is slightly preprocessed (cropped, psf normalized).

About

Datacubes, Jupyter tutorials and other materials related to VIP (https://github.com/vortex-exoplanet/VIP)


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%