PhotometrySettings#

class stellarphot.gui_tools.PhotometrySettings[source]#

Bases: object

A class to hold the widgets for photometry settings.

Attributes:
aperture_locationspathlib.Path

The path to the file containing the aperture locations

boxipywidgets.VBox

The box containing the widgets.

image_folderpathlib.Path

The path to the folder containing the images.

ifcccdproc.ImageFileCollection

The ImageFileCollection for the selected folder.

object_namestr

The name of the object.

Attributes Summary

aperture_locations

The path to the file containing the aperture locations

box

The box containing the widgets.

image_folder

The path to the folder containing the images.

object_name

The name of the object.

Attributes Documentation

aperture_locations#

The path to the file containing the aperture locations

box#

The box containing the widgets.

image_folder#

The path to the folder containing the images.

object_name#

The name of the object.