Mercurial > hg > aimc
comparison src/Configurations/SAI_json_dump.aimcconfig @ 607:49eef19e4f1d
Added JSON output for use with node.js and backbone.js
author | sness@sness.net |
---|---|
date | Fri, 10 May 2013 20:12:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
606:03c642677954 | 607:49eef19e4f1d |
---|---|
1 module1.name = FileInput | |
2 module1.id = file_input | |
3 module1.child1 = PZFCFilterbank | |
4 | |
5 module2.name = PZFCFilterbank | |
6 module2.id = pzfc | |
7 module2.child1 = NAP | |
8 | |
9 module3.name = NAP | |
10 module3.id = hcl | |
11 module3.child1 = Strobes | |
12 | |
13 module4.name = Strobes | |
14 module4.id = local_max | |
15 module4.parameters = <<<ENDPARAMS | |
16 ENDPARAMS | |
17 module4.child1 = SAI | |
18 | |
19 module5.name = SAI | |
20 module5.id = weighted_sai | |
21 module5.child1 = SAIOutput | |
22 | |
23 module6.name = SAIOutput | |
24 module6.id = json_out | |
25 module6.parameters = <<<ENDPARAMS | |
26 ENDPARAMS |