taps.apps.configs.montage¶
MontageConfig
¶
Bases: AppConfig
Montage application configuration.
Parameters:
-
name
(Literal[str]
, default:'montage'
) –Application name.
-
img_folder
(Path
) –Input images directory path.
-
img_tbl
(str
, default:'Kimages.tbl'
) –Input image table filename.
-
img_hdr
(str
, default:'Kimages.hdr'
) –Header filename for input images.
-
output_dir
(str
, default:'data'
) –Output folder path for intermediate and final data (relative to run directory).