pyampp.util.config

Attributes

IDL_HMI_RSUN_CM

IDL_HMI_RSUN_M

AIA_EUV_PASSBANDS

AIA_UV_PASSBANDS

JSOC_NOTIFY_EMAIL

HMI_B_SEGMENTS

HMI_B_PRODUCTS

Functions

get_base_directory()

Get the base directory depending on the OS.

setup_directories()

Create and return the necessary directories for the package.

aia_euv_passbands()

Return the passbands for the SDO/AIA instrument.

aia_uv_passbands()

Return the passbands for the SDO/AIA instrument.

hmi_b_segments()

Return the segments for the HMI magnetogram.

jsoc_notify_email()

Return the email address for JSOC notifications.

hmi_b_products()

Return the products for the HMI magnetogram.

Module Contents

pyampp.util.config.IDL_HMI_RSUN_CM = 69600000000.0[source]
pyampp.util.config.IDL_HMI_RSUN_M = 696000000.0[source]
pyampp.util.config.get_base_directory()[source]

Get the base directory depending on the OS.

pyampp.util.config.setup_directories()[source]

Create and return the necessary directories for the package.

pyampp.util.config.aia_euv_passbands()[source]

Return the passbands for the SDO/AIA instrument.

pyampp.util.config.aia_uv_passbands()[source]

Return the passbands for the SDO/AIA instrument.

pyampp.util.config.hmi_b_segments()[source]

Return the segments for the HMI magnetogram.

pyampp.util.config.jsoc_notify_email()[source]

Return the email address for JSOC notifications.

pyampp.util.config.hmi_b_products()[source]

Return the products for the HMI magnetogram.

pyampp.util.config.AIA_EUV_PASSBANDS = ['94', '131', '171', '193', '211', '304', '335'][source]
pyampp.util.config.AIA_UV_PASSBANDS = ['1600', '1700'][source]
pyampp.util.config.JSOC_NOTIFY_EMAIL[source]
pyampp.util.config.HMI_B_SEGMENTS = ['field', 'inclination', 'azimuth', 'disambig'][source]
pyampp.util.config.HMI_B_PRODUCTS = ['br', 'bp', 'bt'][source]