Spacecraft Control Framework 1.0
Spacecraft Control Library
Public Attributes | List of all members
airydefocused_psf_s Struct Reference

Structure for implementing a defocused Airy psf. More...

#include <sc_optics.h>

+ Inheritance diagram for airydefocused_psf_s:

Public Attributes

double defocus
 Defocus parameter.
 
- Public Attributes inherited from airy_psf_s
double aperture
 Aperture (mm)
 
double wavelength
 Wavelength (nm)
 
double f_length
 Focal length (mm), distance from aperture to image plane.
 
- Public Attributes inherited from psf_data_s
ml_matrix r
 [x;y] origin of peaks
 
ml_matrix i
 Intensity.
 
int n
 Number of rows in the pixel array.
 
int m
 Number of columns in the pixel array.
 
double x_pixel
 X Width of a pixel (microns)
 
double y_pixel
 Y Width of a pixel (microns)
 

Detailed Description

Structure for implementing a defocused Airy psf.