ply_prj_header_type Derived Type

type, public :: ply_prj_header_type

Configurable projection settings.


Components

Type Visibility Attributes Name Initial
character(len=labelLen), public :: kind

Kind of projection. Currently available: - 'l2p', L2-Projection - 'fpt', Fast Polynomial Transformation. Requires the FFTW.

type(ply_fpt_header_type), public :: fpt_header
type(ply_l2p_header_type), public :: l2p_header
type(ply_fxt_header_type), public :: fxt_header