PumpIA
  • Core Components
  • Usage
  • File Handling
  • Utilities
    • Array Utilities
    • Feature Utilities
    • String Validators
    • Tkinter Utilities
    • File Utilities
  • Widgets
PumpIA
  • Utilities
  • View page source

Utilities

Some useful functions are provided.

Array Utilities

This contains some functions related to arrays, such as nth_max_positions.

Feature Utilities

This contains functions related to features in images, such as phantoms.

String Validators

This contains validators for strings, such as to check if a string is an integer.

Tkinter Utilities

This contains utilities related to Tkinter such as tk_copy.

File Utilities

This contains utilities which may be useful for file images

Contents

  • Array Utilities
    • Pixel
      • Pixel.x
      • Pixel.y
      • Pixel.value
    • Position
      • Position.x
      • Position.y
    • Vector
      • Vector.x1
      • Vector.x2
      • Vector.y1
      • Vector.y2
    • MinMax
      • MinMax.minimum
      • MinMax.maximum
      • MinMax.difference
    • MinMaxPix
      • MinMaxPix.minimum
      • MinMaxPix.maximum
    • nth_max_positions()
    • nth_max_up_positions()
    • nth_max_down_positions()
    • nth_max_bounds()
    • nth_max_peaks()
    • nth_max_widest_peak()
    • nth_max_troughs()
    • nth_max_widest_trough()
    • half_max_positions()
    • half_max_bounds()
    • tenth_max_positions()
    • tenth_max_bounds()
  • Feature Utilities
    • flat_top_gauss()
    • split_gauss()
    • split_gauss_integral()
    • ellipse_eq()
    • ellipse_eq_min_max()
    • rectangle_eq()
    • rectangle_eq_min_max()
    • single_feature_boundbox()
    • phantom_boundbox_manual()
    • phantom_boundary_automatic()
  • String Validators
    • check_date()
    • check_int()
    • check_float()
    • check_perc()
    • check_signed_int()
    • check_signed_float()
  • Tkinter Utilities
    • tk_copy()
    • remove_state_persistents()
  • File Utilities
    • get_file_tree_dict()
Previous Next

© Copyright 2025, Zack Ravetz.

Built with Sphinx using a theme provided by Read the Docs.