bpairet.github.io

<!doctype html>

mayo_hci API documentation

Package mayo_hci

MAYO pipeline, from Pairet et al. 2020 Copyright (C) 2020, Benoit Pairet

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Expand source code
'''
 MAYO pipeline, from Pairet et al. 2020
    Copyright (C) 2020, Benoit Pairet

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
'''

#from mayo_hci.local_info import local_info

import numpy as np
import vip_hci as vip


from mayo_hci.operators import *
from mayo_hci.algo_utils import *

from mayo_hci.mayonnaise import *

from mayo_hci.automatic_load_data import *
from mayo_hci.create_synthetic_data_with_disk_planet import *
from mayo_hci.GreeDS import *

Sub-modules

mayo_hci.GreeDS

GreeDS algorithm from Pairet etal 2020

mayo_hci.algo_utils

Contains a bunch of functions that are written to help using MAYO with adaptive contstraints

mayo_hci.automatic_load_data

automatic_load_data deals with loading ADI data

mayo_hci.create_synthetic_data_with_disk_planet

Injects synthetic circumstellar signal into an empty ADI dataset

mayo_hci.mayonnaise

mayonnaise.py …

mayo_hci.operators

Mathematical operators used in MAYO