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 |
Detects artefacts, returns a "badness map" that represents how much the algorithm thinks a particular pixel is an artefact. |
Package | astropy |
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 |
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 |
Undocumented |
Module | deconvolve |
Script that deconvolves the first argument with the second argument |
Module | estimate |
Provide various ways of estimating the noise in some data |
Module | extract |
No module docstring; 0/1 variable, 2/12 functions documented |
Module | fit |
Tool for fitting a PSF to a particular model |
Module | fits |
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 |
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 |
Routines for handing an array that knows it's physical size. |
Package | geometry |
Routines useful for geometry |
Package | graphical |
No package docstring; 1/1 module documented |
Package | image |
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 |
No package docstring; 2/2 modules, 1/1 package documented |
Package | optimise |
Classes and routines for wrangling PSF model into a format used by various 3rd party optimisation tools. |
Package | plot |
Classes and routines that assist with plotting, specifically plotting the progress of algorithms. |
Module | psf |
Module containing routines that operate on point spread function data |
Package | psf |
Holds routines, classes, and variables associated with modelling a PSF |
Module | psf |
Quick tool for normalising a PSF in a FITS file |
Module | py |
Implementation of Singular Spectrum Analysis. |
Module | py |
Implementation of Singular Value Decomposition |
Package | scipy |
No package docstring; 1/2 module documented |
Module | spatial |
Quick tool for spatially rebinning a FITS file, useful for reducing data volume when testing. |
Module | spectral |
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 |
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 |
Convert an image to FITS format |
Module | typedef |
Definitions of generic types so I can type hint more easily. |