Package deeplenstronomy
Welcome to deeplenstronomy! Check out example notebooks here: https://deepskies.github.io/deeplenstronomy
Expand source code
"""Welcome to deeplenstronomy! Check out example notebooks here: https://deepskies.github.io/deeplenstronomy"""
__author__ = 'Robert Morgan'
__email__ = 'robert.morgan@wisc.edu'
__version__ = '0.0.1'
Sub-modules
deeplenstronomy.check-
This is an internal class. It identifies mistakes in the configuration file before dataset generation begins.
deeplenstronomy.deeplenstronomy-
The main module for dataset generation.
deeplenstronomy.distributions-
Contains all available distributions. Utilize the functions in this module by using the
DISTRIBUTIONkeyword in your configuration file. As an … deeplenstronomy.image_generator-
Generate images from the organized user inputs.
deeplenstronomy.input_reader-
Parse a user configuration file.
deeplenstronomy.special-
Special functions, useful for implementing correlations in sampled parameters. Utilizing the special keyword is discouraged, but makes it possible to …
deeplenstronomy.surveys-
Pre-defined settings for large astronomical surveys
deeplenstronomy.timeseries-
Generate light curves from time-series spectral energy distributions
deeplenstronomy.utils-
Helper functions and classes utilized internally.
deeplenstronomy.visualize-
Functions to visualize images.