package documentation

Undocumented

Package algorithm No package docstring; 1/4 package documented
Module arguments Classes and functions for working with command-line arguments alongside the argparse module.
Module artefact_detection Detects artefacts, returns a "badness map" that represents how much the algorithm thinks a particular pixel is an artefact.
Package astropy_helper Undocumented
Module cast Contains routines for casting to and from types. Generally useful for simple data marshalling to and from text
Package cfg Configuration for the package
Package context Undocumented
Module create_bad_pixel_mask Given a badness map, will apply a value cut (or possibly a range of interpolated value cuts) to the badness map to give a boolean mask that defines "bad" pixels
Package data_structures Undocumented
Module deconvolve Script that deconvolves the first argument with the second argument
Module estimate_noise Provide various ways of estimating the noise in some data
Module extract_sources No module docstring; 0/1 variable, 2/12 functions documented
Module fit_psf_model Tool for fitting a PSF to a particular model
Module fits_copy_wcs Copy the WCS information from one FITS file to another, useful when we know that two observations were taken with the same setup but one has no physical information.
Module fits_slice Apply slices to a FITS file, reducing the number of entries across a set of axes.
Module fpath Field-aware path class, can use format fields to create new paths based upon a template path.
Module geo_array Routines for handing an array that knows it's physical size.
Package geometry Routines useful for geometry
Package graphical_frontends No package docstring; 1/1 module documented
Package image_processing No package docstring; 1/1 module documented
Module interpolate Tool for interpolating data in a FITS file, pixels to be interpolated are specified via a boolean map.
Module mfunc Module containing small mathematical functions that are useful in lots of contexts
Package numpy_helper No package docstring; 2/2 modules, 1/1 package documented
Package optimise_compat Classes and routines for wrangling PSF model into a format used by various 3rd party optimisation tools.
Package plot_helper Classes and routines that assist with plotting, specifically plotting the progress of algorithms.
Module psf_data_ops Module containing routines that operate on point spread function data
Package psf_model Holds routines, classes, and variables associated with modelling a PSF
Module psf_normalise Quick tool for normalising a PSF in a FITS file
Module py_ssa Implementation of Singular Spectrum Analysis.
Module py_svd Implementation of Singular Value Decomposition
Package scipy_helper No package docstring; 1/2 module documented
Module spatial_rebin Quick tool for spatially rebinning a FITS file, useful for reducing data volume when testing.
Module spectral_rebin Quick tool for spectrally rebinning a FITS file, convolves a triangular function of bin_width with the input data and samples it every bin_step.
Package stats No package docstring; 1/1 module documented
Module task_strat Contains support routines for holding data about "strategies" (i.e., different ways of doing things) that perform "tasks" (e.g., functions, operations, methods).
Package text Text wrapping, filling, formatting, indenting etc.
Module to_fits Convert an image to FITS format
Module typedef Definitions of generic types so I can type hint more easily.