pub fn read_process_regions(
model_dir: &Path,
process_ids: &HashSet<Rc<str>>,
region_ids: &HashSet<Rc<str>>,
) -> Result<HashMap<Rc<str>, RegionSelection>>
Expand description
Read the process regions file.
§Arguments
model_dir
- Folder containing model configuration filesprocess_ids
- The possible valid process IDsregion_ids
- The possible valid region IDs
§Returns
A map of RegionSelection
s, with the process ID as the key.