Blocks#

../_images/block.png

A Block is a single unit of processing acting on the Image object, reading and writing its attributes. Blocks documentation include the following information:

  • read: the Image attributes read by the Block

  • write: the Image attributes written by the Block

  • modify data: indicates that the Image.data is modified by the Block

Detection#

../_images/detection.png

SegmentedPeaks

SEDetection

Source Extractor detection.

DAOFindStars

DAOPHOT stars detection with photutils implementation.

PSF#

Cutouts

Extract square image cutouts centered on Image.stars_coords

MedianPSF

Get median psf from image.

FWHM

Fast empirical FWHM

Gaussian2D

Fit an elliptical 2D Gaussian model to an image effective PSF

Moffat2D

Fit an elliptical 2D Moffat model to an image effective PSF

FastGaussian

Fit a symetric 2D Gaussian model to an image effective PSF

Alignment, Centroiding#

../_images/matching.png

XYShift

Compute the linear shift between two point clouds.

Twirl

Affine transform computation for images registration

AffineTransform

Apply an affine transformation to image and/or stars

Cutout2D

TODO: change name of this.

COM

Centroiding using photutils.centroids.centroid_com

Quadratic

Centroiding using photutils.centroids.centroid_quadratic

Gaussian2D

Centroiding using photutils.centroids.centroid_2dg

BalletCentroid

Centroiding with ballet.

Photometry#

../_images/photometry.png

PhotutilsAperturePhotometry

Aperture photometry using the CircularAperture and CircularAnnulus of photutils with a wide range of apertures.

PhotutilsPSFPhotometry

SEAperturePhotometry

Utils#

../_images/utils.png

Calibration

Flat, Bias and Dark calibration

Cutouts

Extract square image cutouts centered on Image.stars_coords

Flip

Flip an image according to a reference

ImageBuffer

Stores the last Image

Pass

A Block that does nothing

SaveReduced

Save reduced FITS images.

Set

Sets specific attribute to every image

Stack

Build a FITS stack image of the observation

Trim

Image trimming.

XArray

All#

AffineTransform

Apply an affine transformation to image and/or stars

AstroAlignShift

Compute the linear shift between point clouds using astroalign

AutoSourceDetection

BalletCentroid

Centroiding with ballet.

Calibration

Flat, Bias and Dark calibration

CleanBadPixels

CleanCosmics

COM

Centroiding using photutils.centroids.centroid_com

Cutout2D

TODO: change name of this.

Cutouts

Extract square image cutouts centered on Image.stars_coords

DAOFindStars

DAOPHOT stars detection with photutils implementation.

DataBlock

Del

Drizzle

FastGaussian

Fit a symetric 2D Gaussian model to an image effective PSF

Flip

Flip an image according to a reference

Function

FWHM

Fast empirical FWHM

GaiaCatalog

Gaussian2D

Fit an elliptical 2D Gaussian model to an image effective PSF

Gaussian2D

Centroiding using photutils.centroids.centroid_2dg

Get

HFD

ImageBuffer

Stores the last Image

KeepGoodStars

LimitStars

LivePlot

LocalInterpolation

MedianPSF

Get median psf from image.

MedianStack

Moffat2D

Fit an elliptical 2D Moffat model to an image effective PSF

MPCalibration

Pass

A Block that does nothing

Peaks

PlateSolve

PlotVideo

PointSourceDetection

Quadratic

Centroiding using photutils.centroids.centroid_quadratic

RawVideo

RemoveBackground

SaveReduced

Save reduced FITS images.

SEDetection

Source Extractor detection.

SegmentedPeaks

Set

Sets specific attribute to every image

Shepard

Stack

Build a FITS stack image of the observation

StackStd

TESSCatalog

TraceDetection

Trim

Image trimming.

Twirl

Affine transform computation for images registration

WriteTo

Write image to FITS file

XArray

XArray2

XYShift

Compute the linear shift between two point clouds.