SeeingProfileWidget#
- class stellarphot.gui_tools.SeeingProfileWidget(imagewidget=None, width=500, camera=None, observatory=None, _testing_path=None)[source]#
Bases:
objectA class for storing an instance of a widget displaying the seeing profile of stars in an image.
- Parameters:
- imagewidget
astrowidgets.ImageWidget, optional ImageWidget instance to use for the seeing profile.
- widthint, optional
Width of the seeing profile widget. Default is 500 pixels.
- camera
stellarphot.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.- observatory
stellarphot.settings.Observatory, optional Observatory instance to use for setting the TESS telescope information. If
None, or if theTESS_telescope_codeisNone, the TESS settings will not be displayed.
- imagewidget
- Attributes:
- ap_t
ipywidgets.IntText Text box for the aperture radius.
- box
ipywidgets.VBox Box containing the seeing profile widget.
- container
ipywidgets.VBox Container for the seeing profile widget.
- object_namestr
Name of the object in the FITS file.
- in_t
ipywidgets.IntText Text box for the inner annulus.
- iw
astrowidgets.ImageWidget ImageWidget instance used for the seeing profile.
- object_namestr
Name of the object in the FITS file.
- out
ipywidgets.Output Output widget for the seeing profile.
- out2
ipywidgets.Output Output widget for the integrated counts.
- out3
ipywidgets.Output Output widget for the SNR.
- out_t
ipywidgets.IntText Text box for the outer annulus.
- rad_prof
RadialProfile Radial profile of the star.
- save_aps
ipywidgets.Button Button to save the aperture settings.
- tess_box
ipywidgets.VBox Box containing the TESS settings.
- ap_t
Attributes Summary
Methods Summary
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