diff --git a/src/directory.rs b/src/directory.rs index 3615682..be53336 100644 --- a/src/directory.rs +++ b/src/directory.rs @@ -94,6 +94,10 @@ impl <'a> DirStruct <'a> { } impl <'a> DirStruct <'a> { + + // We have to reimplement this functions in order to load the files in parallel + // using the full disk bandwidth + pub fn create_observations(&self, id_mc_ref: &str, sky_t: Vec) -> Obs { let mut tod_vec: Vec> = Vec::new();