API / geotoolkit / seismic / pipeline / NormalizationType / NormalizationType
pipeline.NormalizationType.NormalizationType
Enum of normalization types used when rendering normalization.
Enumeration Members
Enumeration Members
• Average = "Average"
Uses all traces average absolute value as a normalization amplitude.
• Limits = "Limits"
Uses custom normalization limits. It requires to specify precisely min and max values for normalization.
• Maximum = "Maximum"
Uses the maximum amplitude of all samples in the all traces.
• None = "None"
Default behavior. No normalization is applied.
• RMS = "RMS"
Uses the mean square of all samples in the all traces.
• TraceAverage = "TraceAverage"
Uses trace average absolute value as a normalization amplitude.
• TraceMaximum = "TraceMaximum"
Uses the maximum amplitude of all samples in the trace.
• TraceRMS = "TraceRMS"
Uses the mean square of all samples in the trace.