module s2fil_types_mod
! Variables
integer, public, parameter :: S2FIL_SCALE_DIM2_SIZE = 2
logical, public, parameter :: S2FIL_NORM_PRES_DIL_DEFAULT = .false.
end module s2fil_types_mod
Definition of intrinsic types and constants used in the s2fil library.
Author: J. D. McEwen (mcewen@mrao.cam.ac.uk)
Version: 0.1 January 2005
integer, public, parameter :: S2FIL_SCALE_DIM2_SIZE = 2Size of second dimension of scale(/dilation).
logical, public, parameter :: S2FIL_NORM_PRES_DIL_DEFAULT = .false.Filter type: Matched filter (symmetric) Filter type: Matched filter (directional) Filter type: Scale adaptive filter (symmetric) Filter type: Scale adaptive filter (directional) Default norm preserving dilation status.