MHD Filtering Wrapper API
ImageDataIO.filter_nrrd_gpu — Functionfilter_nrrd_gpu(
param_path::Dict, path_dir_nrrd::String, t_range, list_ch,
f_basename::Function; nrrd_filt_dir_key::String="path_dir_nrrd_filt",
mip_filt_dir_key::String="path_dir_MIP_filt", vmax=1600
)Runs total variation filtering on a set of images.
Arguments
param_path::Dict: Dictionary of locations of datapath_dir_nrrd::String: Location of NRRD files to filtert_range: Time points to filterlist_ch: Channels to filterf_basename::Function: Function that returns NRRD filename given time point and channelnrrd_filt_dir_key::String(optional): Key inparam_paththat maps to the location to store
the output NRRD files. Default path_dir_nrrd_filt
mip_filt_dir_key::String(optional): Key inparam_paththat maps to the location to store
the output MIP files. Default path_dir_MIP_filt
vmax: Contrast setting for png files