Loading README.md +23 −11 Original line number Diff line number Diff line Loading @@ -155,14 +155,20 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha │ └── <background noise files.wav> ├── config │ └── <configurations from git.yaml> ├── proc_input │ ├── cat1 │ │ ├── [l]p[ee]a[y]s[zz].c[nn].wav │ │ ├── [l]p[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata │ │ └── [l]p[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata │ ├── cat2... │ └── ...cat6 │ └── proc_input ├── cat1 │ ├── [l]p[ee]a[y]s[zz].c[nn].wav │ ├── [l]p[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata │ └── [l]p[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata ├── cat2... └── ...cat6 ``` #### Scripts outputs for P.800 ```bash . └── P800-1 │ # the below directories are created by the processing and collection scripts ├── proc_final │ ├── c01 Loading Loading @@ -205,7 +211,7 @@ This is essentially the contents of the `proc_final` directory produced from the #### Input structure for BS.1534 ````bash ```bash . └── BS1534-1 ├── config Loading @@ -214,7 +220,13 @@ This is essentially the contents of the `proc_final` directory produced from the │ ├── [l]m[ee]a[y]s[zz].c[nn].wav │ ├── [l]m[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata │ └── [l]m[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata │ ``` #### Scripts outputs for BS.1534 ```bash . └── BS1534-1 │ # the below directories are created by the processing and collection scripts ├── proc_final │ ├── c01 Loading Loading
README.md +23 −11 Original line number Diff line number Diff line Loading @@ -155,14 +155,20 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha │ └── <background noise files.wav> ├── config │ └── <configurations from git.yaml> ├── proc_input │ ├── cat1 │ │ ├── [l]p[ee]a[y]s[zz].c[nn].wav │ │ ├── [l]p[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata │ │ └── [l]p[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata │ ├── cat2... │ └── ...cat6 │ └── proc_input ├── cat1 │ ├── [l]p[ee]a[y]s[zz].c[nn].wav │ ├── [l]p[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata │ └── [l]p[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata ├── cat2... └── ...cat6 ``` #### Scripts outputs for P.800 ```bash . └── P800-1 │ # the below directories are created by the processing and collection scripts ├── proc_final │ ├── c01 Loading Loading @@ -205,7 +211,7 @@ This is essentially the contents of the `proc_final` directory produced from the #### Input structure for BS.1534 ````bash ```bash . └── BS1534-1 ├── config Loading @@ -214,7 +220,13 @@ This is essentially the contents of the `proc_final` directory produced from the │ ├── [l]m[ee]a[y]s[zz].c[nn].wav │ ├── [l]m[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata │ └── [l]m[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata │ ``` #### Scripts outputs for BS.1534 ```bash . └── BS1534-1 │ # the below directories are created by the processing and collection scripts ├── proc_final │ ├── c01 Loading