#
# HELP: SYNOPSIS:
# HELP:     colotux/helper/MergeAndFilter
# HELP:
# HELP: DESCRIPTION:
# HELP:     Merge original data, and filter them for smooth view.
# HELP:     Automatically used by FastPolys and friends.
#

# Re-load original grey values.
SET_SET 2 ,
WAITBARTITLE 0 40 Smoothing 3D Surface
MERGEGREY Normalized.g16.gz

# Filter for better viewing.
WAITBARTITLE 40 60 Smoothing 3D Surface 
nlgs 2 1 10000
WAITBARTITLE 60 80 Smoothing 3D Surface 
nlgs 1 1 10000
WAITBARTITLE 80 100 Smoothing 3D Surface 
nlgs 0 1 10000

# Re-enable noisy progress bars.
WAITBARTITLE -1
