Get NIR Images

Gets NIR image that matches VIS image

plantcv.get_nir(path, filename)

returns nir_path

from plantcv import plantcv as pcv

# Set global debug behavior to None (default), "print" (to file), or "plot" (Jupyter Notebooks or X11)
pcv.params.debug = "print"

# Get NIR image
nir_path= pcv.get_nir("/home/images/sorghum/snapshot1", "VIS_SV_90_z300_h1_g0_e85_v500_86939.png")