SeeingProfileWidget#

class stellarphot.gui_tools.SeeingProfileWidget(imagewidget=None, width=500, camera=None, observatory=None, _testing_path=None)[source]#

Bases: object

A class for storing an instance of a widget displaying the seeing profile of stars in an image.

Parameters:
imagewidgetastrowidgets.ImageWidget, optional

ImageWidget instance to use for the seeing profile.

widthint, optional

Width of the seeing profile widget. Default is 500 pixels.

camerastellarphot.settings.Camera, optional

Camera instance to use for calculating the signal to noise ratio. If None, the signal to noise ratio will not be calculated.

observatorystellarphot.settings.Observatory, optional

Observatory instance to use for setting the TESS telescope information. If None, or if the TESS_telescope_code is None, the TESS settings will not be displayed.

Attributes:
ap_tipywidgets.IntText

Text box for the aperture radius.

boxipywidgets.VBox

Box containing the seeing profile widget.

containeripywidgets.VBox

Container for the seeing profile widget.

object_namestr

Name of the object in the FITS file.

in_tipywidgets.IntText

Text box for the inner annulus.

iwastrowidgets.ImageWidget

ImageWidget instance used for the seeing profile.

object_namestr

Name of the object in the FITS file.

outipywidgets.Output

Output widget for the seeing profile.

out2ipywidgets.Output

Output widget for the integrated counts.

out3ipywidgets.Output

Output widget for the SNR.

out_tipywidgets.IntText

Text box for the outer annulus.

rad_profRadialProfile

Radial profile of the star.

save_apsipywidgets.Button

Button to save the aperture settings.

tess_boxipywidgets.VBox

Box containing the TESS settings.

Attributes Summary

Methods Summary

load_fits()

Load a FITS file into the image widget.

save()

Save all of the settings we have to a partial settings file.

Attributes Documentation

camera#

Methods Documentation

load_fits()[source]#

Load a FITS file into the image widget.

save()[source]#

Save all of the settings we have to a partial settings file.