├── LICENSE ├── README.md ├── data ├── README ├── functional │ ├── S1 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S10 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S11 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S12 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S13 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S14 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S15 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S16 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S17 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S18 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S19 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S2 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S20 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S21 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S22 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S23 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S24 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S3 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S4 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S5 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S6 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S7 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S8 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ ├── S9 │ │ ├── res_tcourse_L.txt │ │ └── res_tcourse_R.txt │ └── tmp └── structural │ ├── all_ICV.csv │ ├── all_extents.csv │ └── all_volumes.csv ├── requirements └── scripts └── MTLnet.ipynb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/README.md -------------------------------------------------------------------------------- /data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/README -------------------------------------------------------------------------------- /data/functional/S1/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S1/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S1/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S1/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S10/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S10/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S10/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S10/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S11/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S11/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S11/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S11/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S12/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S12/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S12/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S12/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S13/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S13/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S13/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S13/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S14/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S14/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S14/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S14/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S15/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S15/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S15/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S15/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S16/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S16/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S16/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S16/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S17/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S17/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S17/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S17/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S18/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S18/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S18/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S18/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S19/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S19/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S19/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S19/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S2/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S2/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S2/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S2/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S20/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S20/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S20/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S20/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S21/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S21/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S21/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S21/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S22/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S22/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S22/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S22/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S23/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S23/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S23/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S23/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S24/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S24/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S24/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S24/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S3/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S3/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S3/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S3/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S4/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S4/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S4/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S4/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S5/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S5/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S5/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S5/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S6/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S6/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S6/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S6/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S7/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S7/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S7/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S7/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S8/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S8/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S8/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S8/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/S9/res_tcourse_L.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S9/res_tcourse_L.txt -------------------------------------------------------------------------------- /data/functional/S9/res_tcourse_R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/functional/S9/res_tcourse_R.txt -------------------------------------------------------------------------------- /data/functional/tmp: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /data/structural/all_ICV.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/structural/all_ICV.csv -------------------------------------------------------------------------------- /data/structural/all_extents.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/structural/all_extents.csv -------------------------------------------------------------------------------- /data/structural/all_volumes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/data/structural/all_volumes.csv -------------------------------------------------------------------------------- /requirements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/requirements -------------------------------------------------------------------------------- /scripts/MTLnet.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shahpreya/MTLnet/HEAD/scripts/MTLnet.ipynb --------------------------------------------------------------------------------