isofit.utils.reconstruct ======================== .. py:module:: isofit.utils.reconstruct Functions --------- .. autoapisummary:: isofit.utils.reconstruct.reconstruct_subs isofit.utils.reconstruct.cli Module Contents --------------- .. py:function:: reconstruct_subs(input_subs_path, output_path, lbl_working_path) Helper function to take the flat array that the superpixel algorithms work with and turn them into images at the full resolution of the input/output file. They will have the full array-resolution, but appear as coarser pixel-resolution images. :param input_subs_path: Input subs file path. :param output_path: Output reconstructed file path. :param lbl_working_path: File path to label file for reconstruction. :returns: None .. py:function:: cli(**kwargs)