Skip to main content

A python package for checking the gaussian histogram of data array.

Project description

SigmaEx

SigmaEx Logo

SigmaEx is a Python package for analyzing and visualizing the Gaussian distribution of data arrays. It allows for sigma clipping, histogram analysis, and Gaussian fitting, with a variety of modes for customized data selection.

SigmaEx is optimized for the following cases:

  • Estimate the global background of an astronomical image
  • Estimate the pixel-to-pixel noise of an astronomical image
  • Modeling the distribution of a series of Gaussian-like data

Example Output of SigmaEx

Features

  • Sigma Clipping: Removes outliers from the data based on a given sigma threshold.
  • Gaussian Fit: Fits a Gaussian distribution to the sigma-clipped data and extracts parameters like mean (μ), standard deviation (σ), and amplitude (A).
  • Histogram Generation: Creates histograms of the data, with options for customized binning and selection modes.
  • Customizable Modes: Choose from various modes for how the data should be processed, such as positive, negative, or based on mean/median/standard deviation thresholds.
  • Support for FITS and TIFF files: Load data from FITS and TIFF files for analysis.
  • Plotting: Generates publication-quality plots of the data histogram and fitted Gaussian.

Installation

You can install the required dependencies via pip:

pip install sigmaex

Usage

Overview

sigmaex is a Python package designed for analyzing and fitting Gaussian distributions to data arrays, with features like sigma clipping and customizable histogram analysis. This document outlines how to use the package via the command-line interface (CLI) and how to generate plots and statistics for your data.

Python Package

from sigmaex import SigmaEx

# read data from fits file
sigmx = SigmaEx.from_fits("test.fits", ext=0)
# Or load any numpy array data
sigmx = SigmaEx(array)

# Plot the result
sigmx.plot()
# Print the result
print(sigmx)

Command-Line Interface (CLI)

Syntax

To run the package from the command line, use the following syntax:

sigmaex <data_file> [options]

Where <data_file> is the path to the input data file (either .fits or .tiff format).

Available Options

  • -s, --sigma: The number of standard deviations for sigma clipping. Default is 3.

    Example: -s 5

  • -m, --mode: The mode for sigma_ex. Options include:

    • all: Use all data.
    • positive: Use only positive values.
    • negative: Use only negative values.
    • le_mean: Values less than the sigma-clipped mean.
    • ge_mean: Values greater than the sigma-clipped mean.
    • le_median: Values less than the sigma-clipped median.
    • ge_median: Values greater than the sigma-clipped median.
    • le_std: Values less than the sigma-clipped standard deviation.
    • ge_std: Values greater than the sigma-clipped standard deviation.
    • custom: Custom range defined by xmin and xmax.

    Example: -m ge_mean

  • -n, --nbins: Number of bins for the histogram. Default is 200.

    Example: -n 300

  • --xmin: Minimum value for the custom mode.

    Example: --xmin 0

  • --xmax: Maximum value for the custom mode.

    Example: --xmax 100

  • --sample: Sample size for large datasets. Default is 1e7.

    Example: --sample 5000000

  • -o, --output: Output filename for the plot. Default is sigmaex.

    Example: -o output

Example Commands

  1. Fitting a Gaussian to a FITS file:
sigmaex data.fits

This will:

  • Read the data from data.fits.
  • Apply clipping.
  • Use all data for analysis.
  • Generate a histogram with 200 bins.
  1. Fitting a Gaussian to a TIFF file with custom range:
sigmaex data.tiff

This will:

  • Read the data from data.tiff.
  • Apply clipping.
  • Use the custom range between 0 and 100.
  • Generate a histogram with 200 bins.
  • Save the plot as sigmaex.pdf.

Plotting Output

  • PDF Plot: A high-resolution plot showing the histogram and the fitted Gaussian curve. The output file is saved as a .pdf file (e.g., sigmaex.pdf).

  • Text Output: A text file (sigmaex.txt) containing detailed statistics such as:

    • Raw statistics (mean, median, standard deviation, RMS).
    • Sigma-clipped statistics (mean, median, standard deviation, RMS).
    • Gaussian fit parameters (mean, standard deviation).

Example Output

------ σEx ------
file: test.fits
sigma=3, mode='all', nbins=200

-> bin width = 0.00030774250626564026


:::::: Data ::::::
Input Data Shape: (1136, 1137)
==flatten==> length: 1291632
==3σ-clip==> length: 1254351 (2.89% clipped)

:::::: Raw Statistics ::::::
mean   = 0.00163
median = 0.000331
std    = 0.0143
rms    = 0.0144

:::::: 3σ-clip Statistics ::::::
sigma_clipped_mean   = 0.000147
sigma_clipped_median = 1.74e-05
sigma_clipped_std    = 0.0103
sigma_clipped_rms    = 0.0103

:::::: σEx Fitting ::::::
X ~ N(μ, σ^2) --- fitting range: [-0.0306, 0.0306]
μ: gaussian_fit_mu    = -5.94e-05
σ: gaussian_fit_sigma = 0.0102

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sigmaex-0.1.0.tar.gz (19.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sigmaex-0.1.0-py3-none-any.whl (19.5 kB view details)

Uploaded Python 3

File details

Details for the file sigmaex-0.1.0.tar.gz.

File metadata

  • Download URL: sigmaex-0.1.0.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.13

File hashes

Hashes for sigmaex-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b40e34f1c3f3ed995f76e378d4add4a2ead0cb919934cf8f0f226f1fd3ffd72d
MD5 207f3d14002132ab70ec0f765fa833df
BLAKE2b-256 34bcaaad5d4f6bcdba218c2b33733dd6b1b8fbefe5aa97bd6b9c0cefe28187d3

See more details on using hashes here.

File details

Details for the file sigmaex-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: sigmaex-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 19.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.13

File hashes

Hashes for sigmaex-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 45e8bf62d05613845c6aeac9fc231a08cba9456692b42b67270169546c450ec8
MD5 cc085af4c5a19fde5659b4a45d935312
BLAKE2b-256 211e5390bf2a6ea4c6ee84dea75b0ea209a2239aeb7dee365e956754e3a19eb9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page