//top\\: Twk Lausanne Download
The name Lausanne reflects both the geographic origin and the project’s commitment to the . 3. Core Architecture 3.1. Modules | Module | Description | Key Dependencies | |--------|-------------|-------------------| | twk.io | Unified I/O handling (BIDS, NIfTI, DICOM, HDF5). | nibabel, pydicom | | twk.preproc | Pre‑processing pipelines (realignment, slice‑timing, denoising). | Nilearn, scikit‑image | | twk.stats | Classical (GLM) and Bayesian statistical tools. | statsmodels, pymc3 | | twk.ml | Machine‑learning wrappers (feature selection, model evaluation). | scikit‑learn, torch, tensorflow | | twk.vis | Interactive visualisation (3‑D brain surfaces, connectomes). | plotly, pyvista | | twk.sim | Neural‑network simulation (spiking, rate‑based). | Brian2, NEST | | twk.dashboard | Web‑based GUI built on Dash for workflow orchestration. | dash, flask |
# ------------------------------------------------- # 1. Load a BIDS‑compliant dataset # ------------------------------------------------- bids_root = "/data/subject01" dataset = tio.load_bids(bids_root) twk lausanne download
singularity pull docker://epfl/twk-lausanne:2.0 singularity exec twk-lausanne_2.0.sif twk-dashboard These containers embed all optional dependencies (CUDA, neuroimaging libraries, JupyterLab) and are . 4.4. Source Code (Git) If you prefer to develop on the bleeding edge: The name Lausanne reflects both the geographic origin
# Activate the environment conda activate twk-lausanne Modules | Module | Description | Key Dependencies