sofar 1.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. docs/Makefile +20 -0
  2. docs/api_reference.rst +20 -0
  3. docs/conf.py +167 -0
  4. docs/contributing.rst +1 -0
  5. docs/history.rst +1 -0
  6. docs/index.rst +4 -0
  7. docs/make.bat +36 -0
  8. docs/readme.rst +1 -0
  9. docs/resources/conventions.py +162 -0
  10. docs/resources/working_with_sofa_HRIR_lateral.png +0 -0
  11. docs/resources/working_with_sofa_source_horizontal.png +0 -0
  12. docs/resources/working_with_sofa_source_lateral.png +0 -0
  13. docs/sofar.rst +82 -0
  14. sofar/__init__.py +28 -0
  15. sofar/io.py +427 -0
  16. sofar/sofa.py +1835 -0
  17. sofar/sofa_conventions/VERSION +1 -0
  18. sofar/sofa_conventions/conventions/AnnotatedEmitterAudio_0.2.csv +46 -0
  19. sofar/sofa_conventions/conventions/AnnotatedEmitterAudio_0.2.json +353 -0
  20. sofar/sofa_conventions/conventions/AnnotatedReceiverAudio_0.2.csv +46 -0
  21. sofar/sofa_conventions/conventions/AnnotatedReceiverAudio_0.2.json +353 -0
  22. sofar/sofa_conventions/conventions/FreeFieldDirectivityTF_1.1.csv +59 -0
  23. sofar/sofa_conventions/conventions/FreeFieldDirectivityTF_1.1.json +444 -0
  24. sofar/sofa_conventions/conventions/FreeFieldHRIR_1.0.csv +43 -0
  25. sofar/sofa_conventions/conventions/FreeFieldHRIR_1.0.json +333 -0
  26. sofar/sofa_conventions/conventions/FreeFieldHRTF_1.0.csv +44 -0
  27. sofar/sofa_conventions/conventions/FreeFieldHRTF_1.0.json +340 -0
  28. sofar/sofa_conventions/conventions/GeneralFIR-E_2.0.csv +37 -0
  29. sofar/sofa_conventions/conventions/GeneralFIR-E_2.0.json +270 -0
  30. sofar/sofa_conventions/conventions/GeneralFIR_1.0.csv +40 -0
  31. sofar/sofa_conventions/conventions/GeneralFIR_1.0.json +295 -0
  32. sofar/sofa_conventions/conventions/GeneralSOS_1.0.csv +40 -0
  33. sofar/sofa_conventions/conventions/GeneralSOS_1.0.json +306 -0
  34. sofar/sofa_conventions/conventions/GeneralTF-E_1.0.csv +38 -0
  35. sofar/sofa_conventions/conventions/GeneralTF-E_1.0.json +277 -0
  36. sofar/sofa_conventions/conventions/GeneralTF_1.0.csv +38 -0
  37. sofar/sofa_conventions/conventions/GeneralTF_1.0.json +277 -0
  38. sofar/sofa_conventions/conventions/GeneralTF_2.0.csv +38 -0
  39. sofar/sofa_conventions/conventions/GeneralTF_2.0.json +277 -0
  40. sofar/sofa_conventions/conventions/SimpleFreeFieldHRIR_1.0.csv +47 -0
  41. sofar/sofa_conventions/conventions/SimpleFreeFieldHRIR_1.0.json +369 -0
  42. sofar/sofa_conventions/conventions/SimpleFreeFieldHRSOS_1.0.csv +43 -0
  43. sofar/sofa_conventions/conventions/SimpleFreeFieldHRSOS_1.0.json +349 -0
  44. sofar/sofa_conventions/conventions/SimpleFreeFieldHRTF_1.0.csv +44 -0
  45. sofar/sofa_conventions/conventions/SimpleFreeFieldHRTF_1.0.json +340 -0
  46. sofar/sofa_conventions/conventions/SimpleFreeFieldSOS_1.0.csv +43 -0
  47. sofar/sofa_conventions/conventions/SimpleFreeFieldSOS_1.0.json +349 -0
  48. sofar/sofa_conventions/conventions/SimpleHeadphoneIR_1.0.csv +51 -0
  49. sofar/sofa_conventions/conventions/SimpleHeadphoneIR_1.0.json +396 -0
  50. sofar/sofa_conventions/conventions/SingleRoomMIMOSRIR_1.0.csv +78 -0
  51. sofar/sofa_conventions/conventions/SingleRoomMIMOSRIR_1.0.json +601 -0
  52. sofar/sofa_conventions/conventions/SingleRoomSRIR_1.0.csv +78 -0
  53. sofar/sofa_conventions/conventions/SingleRoomSRIR_1.0.json +601 -0
  54. sofar/sofa_conventions/conventions/deprecated/AnnotatedEmitterAudio_0.1.csv +46 -0
  55. sofar/sofa_conventions/conventions/deprecated/AnnotatedEmitterAudio_0.1.json +351 -0
  56. sofar/sofa_conventions/conventions/deprecated/AnnotatedReceiverAudio_0.1.csv +46 -0
  57. sofar/sofa_conventions/conventions/deprecated/AnnotatedReceiverAudio_0.1.json +351 -0
  58. sofar/sofa_conventions/conventions/deprecated/FreeFieldDirectivityTF_1.0.csv +58 -0
  59. sofar/sofa_conventions/conventions/deprecated/FreeFieldDirectivityTF_1.0.json +437 -0
  60. sofar/sofa_conventions/conventions/deprecated/GeneralFIRE_1.0.csv +37 -0
  61. sofar/sofa_conventions/conventions/deprecated/GeneralFIRE_1.0.json +270 -0
  62. sofar/sofa_conventions/conventions/deprecated/MultiSpeakerBRIR_0.3.csv +48 -0
  63. sofar/sofa_conventions/conventions/deprecated/MultiSpeakerBRIR_0.3.json +376 -0
  64. sofar/sofa_conventions/conventions/deprecated/SimpleFreeFieldHRIR_0.4.csv +43 -0
  65. sofar/sofa_conventions/conventions/deprecated/SimpleFreeFieldHRIR_0.4.json +333 -0
  66. sofar/sofa_conventions/conventions/deprecated/SimpleFreeFieldTF_0.4.csv +44 -0
  67. sofar/sofa_conventions/conventions/deprecated/SimpleFreeFieldTF_0.4.json +340 -0
  68. sofar/sofa_conventions/conventions/deprecated/SimpleFreeFieldTF_1.0.csv +44 -0
  69. sofar/sofa_conventions/conventions/deprecated/SimpleFreeFieldTF_1.0.json +340 -0
  70. sofar/sofa_conventions/conventions/deprecated/SimpleHeadphoneIR_0.1.csv +51 -0
  71. sofar/sofa_conventions/conventions/deprecated/SimpleHeadphoneIR_0.1.json +396 -0
  72. sofar/sofa_conventions/conventions/deprecated/SimpleHeadphoneIR_0.2.csv +51 -0
  73. sofar/sofa_conventions/conventions/deprecated/SimpleHeadphoneIR_0.2.json +396 -0
  74. sofar/sofa_conventions/conventions/deprecated/SingleRoomDRIR_0.2.csv +47 -0
  75. sofar/sofa_conventions/conventions/deprecated/SingleRoomDRIR_0.2.json +360 -0
  76. sofar/sofa_conventions/conventions/deprecated/SingleRoomDRIR_0.3.csv +47 -0
  77. sofar/sofa_conventions/conventions/deprecated/SingleRoomDRIR_0.3.json +360 -0
  78. sofar/sofa_conventions/conventions/deprecated/SingleTrackedAudio_0.1.csv +47 -0
  79. sofar/sofa_conventions/conventions/deprecated/SingleTrackedAudio_0.1.json +366 -0
  80. sofar/sofa_conventions/conventions/deprecated/SingleTrackedAudio_0.2.csv +51 -0
  81. sofar/sofa_conventions/conventions/deprecated/SingleTrackedAudio_0.2.json +397 -0
  82. sofar/sofa_conventions/rules/deprecations.json +13 -0
  83. sofar/sofa_conventions/rules/rules.json +819 -0
  84. sofar/sofa_conventions/rules/unit_aliases.json +11 -0
  85. sofar/sofa_conventions/rules/upgrade.json +226 -0
  86. sofar/sofa_conventions/write_upgrade_rules.py +139 -0
  87. sofar/sofa_conventions/write_verification_data.py +313 -0
  88. sofar/sofa_conventions/write_verification_rules.py +356 -0
  89. sofar/sofastream.py +301 -0
  90. sofar/update_conventions.py +449 -0
  91. sofar/utils.py +316 -0
  92. sofar-1.2.1.dist-info/LICENSE +22 -0
  93. sofar-1.2.1.dist-info/METADATA +136 -0
  94. sofar-1.2.1.dist-info/RECORD +105 -0
  95. sofar-1.2.1.dist-info/WHEEL +5 -0
  96. sofar-1.2.1.dist-info/top_level.txt +3 -0
  97. tests/__init__.py +0 -0
  98. tests/conftest.py +27 -0
  99. tests/test_deprecations.py +19 -0
  100. tests/test_io.py +349 -0
  101. tests/test_sofa.py +353 -0
  102. tests/test_sofa_upgrade_conventions.py +111 -0
  103. tests/test_sofa_verify.py +480 -0
  104. tests/test_sofastream.py +127 -0
  105. tests/test_utils.py +250 -0
@@ -0,0 +1,819 @@
1
+ {
2
+ "GLOBAL:DataType": {
3
+ "value": [
4
+ "Audio",
5
+ "FIR",
6
+ "FIR-E",
7
+ "FIRE",
8
+ "TF",
9
+ "TF-E",
10
+ "SOS"
11
+ ],
12
+ "specific": {
13
+ "Audio": {
14
+ "Data.SamplingRate": null,
15
+ "Data.SamplingRate:Units": [
16
+ "hertz"
17
+ ]
18
+ },
19
+ "FIR": {
20
+ "Data.IR": null,
21
+ "Data.Delay": null,
22
+ "Data.SamplingRate": null,
23
+ "Data.SamplingRate:Units": [
24
+ "hertz"
25
+ ]
26
+ },
27
+ "FIR-E": {
28
+ "Data.IR": null,
29
+ "Data.Delay": null,
30
+ "Data.SamplingRate": null,
31
+ "Data.SamplingRate:Units": [
32
+ "hertz"
33
+ ]
34
+ },
35
+ "FIRE": {
36
+ "Data.IR": null,
37
+ "Data.Delay": null,
38
+ "Data.SamplingRate": null,
39
+ "Data.SamplingRate:Units": [
40
+ "hertz"
41
+ ]
42
+ },
43
+ "TF": {
44
+ "Data.Real": null,
45
+ "Data.Imag": null,
46
+ "N": null,
47
+ "N:Units": [
48
+ "hertz"
49
+ ]
50
+ },
51
+ "TF-E": {
52
+ "Data.Real": null,
53
+ "Data.Imag": null,
54
+ "N": null,
55
+ "N:Units": [
56
+ "hertz"
57
+ ]
58
+ },
59
+ "TFE": {
60
+ "Data.Real": null,
61
+ "Data.Imag": null,
62
+ "N": null,
63
+ "N:Units": [
64
+ "hertz"
65
+ ]
66
+ },
67
+ "SOS": {
68
+ "Data.SOS": null,
69
+ "Data.Delay": null,
70
+ "Data.SamplingRate": null,
71
+ "Data.SamplingRate:Units": [
72
+ "hertz"
73
+ ],
74
+ "_dimensions": {
75
+ "N": {
76
+ "value": [
77
+ 6,
78
+ 12,
79
+ 18,
80
+ 24,
81
+ 30,
82
+ 36,
83
+ 42,
84
+ 48,
85
+ 54,
86
+ 60,
87
+ 66,
88
+ 72,
89
+ 78,
90
+ 84,
91
+ 90,
92
+ 96,
93
+ 102,
94
+ 108,
95
+ 114,
96
+ 120,
97
+ 126,
98
+ 132,
99
+ 138,
100
+ 144,
101
+ 150,
102
+ 156,
103
+ 162,
104
+ 168,
105
+ 174,
106
+ 180,
107
+ 186,
108
+ 192,
109
+ 198,
110
+ 204,
111
+ 210,
112
+ 216,
113
+ 222,
114
+ 228,
115
+ 234,
116
+ 240,
117
+ 246,
118
+ 252,
119
+ 258,
120
+ 264,
121
+ 270,
122
+ 276,
123
+ 282,
124
+ 288,
125
+ 294,
126
+ 300,
127
+ 306,
128
+ 312,
129
+ 318,
130
+ 324,
131
+ 330,
132
+ 336,
133
+ 342,
134
+ 348,
135
+ 354,
136
+ 360,
137
+ 366,
138
+ 372,
139
+ 378,
140
+ 384,
141
+ 390,
142
+ 396,
143
+ 402,
144
+ 408,
145
+ 414,
146
+ 420,
147
+ 426,
148
+ 432,
149
+ 438,
150
+ 444,
151
+ 450,
152
+ 456,
153
+ 462,
154
+ 468,
155
+ 474,
156
+ 480,
157
+ 486,
158
+ 492,
159
+ 498,
160
+ 504,
161
+ 510,
162
+ 516,
163
+ 522,
164
+ 528,
165
+ 534,
166
+ 540,
167
+ 546,
168
+ 552,
169
+ 558,
170
+ 564,
171
+ 570,
172
+ 576,
173
+ 582,
174
+ 588,
175
+ 594,
176
+ 600
177
+ ],
178
+ "value_str": "an integer multiple of 6 greater 0"
179
+ }
180
+ }
181
+ }
182
+ }
183
+ },
184
+ "GLOBAL:RoomType": {
185
+ "value": [
186
+ "free field",
187
+ "reverberant",
188
+ "shoebox",
189
+ "dae"
190
+ ],
191
+ "specific": {
192
+ "reverberant": {
193
+ "GLOBAL:RoomDescription": null
194
+ },
195
+ "shoebox": {
196
+ "RoomCornerA": null,
197
+ "RoomCornerB": null
198
+ },
199
+ "dae": {
200
+ "GLOBAL:RoomGeometry": null
201
+ }
202
+ }
203
+ },
204
+ "GLOBAL:SOFAConventions": {
205
+ "value": [
206
+ "AnnotatedEmitterAudio",
207
+ "AnnotatedEmitterAudio",
208
+ "AnnotatedReceiverAudio",
209
+ "AnnotatedReceiverAudio",
210
+ "FreeFieldDirectivityTF",
211
+ "FreeFieldHRIR",
212
+ "FreeFieldHRTF",
213
+ "GeneralFIR-E",
214
+ "GeneralFIR",
215
+ "GeneralSOS",
216
+ "GeneralTF-E",
217
+ "GeneralTF",
218
+ "GeneralTF",
219
+ "SimpleFreeFieldHRIR",
220
+ "SimpleFreeFieldHRSOS",
221
+ "SimpleFreeFieldHRTF",
222
+ "SimpleFreeFieldSOS",
223
+ "SimpleHeadphoneIR",
224
+ "SingleRoomMIMOSRIR",
225
+ "SingleRoomSRIR",
226
+ "FreeFieldDirectivityTF",
227
+ "GeneralFIRE",
228
+ "MultiSpeakerBRIR",
229
+ "SimpleFreeFieldHRIR",
230
+ "SimpleFreeFieldTF",
231
+ "SimpleFreeFieldTF",
232
+ "SimpleHeadphoneIR",
233
+ "SimpleHeadphoneIR",
234
+ "SingleRoomDRIR",
235
+ "SingleRoomDRIR",
236
+ "SingleTrackedAudio",
237
+ "SingleTrackedAudio"
238
+ ],
239
+ "specific": {
240
+ "AnnotatedEmitterAudio": {
241
+ "Data.Emitter": null
242
+ },
243
+ "AnnotatedReceiverAudio": {
244
+ "Data.Receiver": null
245
+ },
246
+ "GeneralFIR": {
247
+ "GLOBAL:DataType": [
248
+ "FIR"
249
+ ]
250
+ },
251
+ "GeneralFIR-E": {
252
+ "GLOBAL:DataType": [
253
+ "FIR-E"
254
+ ]
255
+ },
256
+ "GeneralTF": {
257
+ "GLOBAL:DataType": [
258
+ "TF"
259
+ ]
260
+ },
261
+ "GeneralTF-E": {
262
+ "GLOBAL:DataType": [
263
+ "TF-E"
264
+ ]
265
+ },
266
+ "SimpleFreeFieldHRIR": {
267
+ "GLOBAL:DataType": [
268
+ "FIR"
269
+ ],
270
+ "GLOBAL:RoomType": [
271
+ "free field"
272
+ ],
273
+ "EmitterPosition:Type": [
274
+ "cartesian",
275
+ "spherical"
276
+ ],
277
+ "_dimensions": {
278
+ "E": {
279
+ "value": [
280
+ 1
281
+ ],
282
+ "value_str": "1"
283
+ }
284
+ }
285
+ },
286
+ "SimpleFreeFieldHRTF": {
287
+ "GLOBAL:DataType": [
288
+ "TF"
289
+ ],
290
+ "GLOBAL:RoomType": [
291
+ "free field"
292
+ ],
293
+ "EmitterPosition:Type": [
294
+ "cartesian",
295
+ "spherical"
296
+ ],
297
+ "_dimensions": {
298
+ "E": {
299
+ "value": [
300
+ 1
301
+ ],
302
+ "value_str": "1"
303
+ }
304
+ }
305
+ },
306
+ "SimpleFreeFieldHRSOS": {
307
+ "GLOBAL:DataType": [
308
+ "SOS"
309
+ ],
310
+ "GLOBAL:RoomType": [
311
+ "free field"
312
+ ],
313
+ "EmitterPosition:Type": [
314
+ "cartesian",
315
+ "spherical"
316
+ ],
317
+ "_dimensions": {
318
+ "E": {
319
+ "value": [
320
+ 1
321
+ ],
322
+ "value_str": "1"
323
+ }
324
+ }
325
+ },
326
+ "FreeFieldHRIR": {
327
+ "GLOBAL:DataType": [
328
+ "FIR-E"
329
+ ],
330
+ "GLOBAL:RoomType": [
331
+ "free field"
332
+ ]
333
+ },
334
+ "FreeFieldHRTF": {
335
+ "GLOBAL:DataType": [
336
+ "TF-E"
337
+ ],
338
+ "GLOBAL:RoomType": [
339
+ "free field"
340
+ ]
341
+ },
342
+ "SimpleHeadphoneIR": {
343
+ "GLOBAL:DataType": [
344
+ "FIR"
345
+ ]
346
+ },
347
+ "SingleRoomSRIR": {
348
+ "GLOBAL:DataType": [
349
+ "FIR"
350
+ ]
351
+ },
352
+ "SingleRoomMIMOSRIR": {
353
+ "GLOBAL:DataType": [
354
+ "FIR-E"
355
+ ]
356
+ },
357
+ "FreeFieldDirectivityTF": {
358
+ "GLOBAL:DataType": [
359
+ "TF"
360
+ ]
361
+ }
362
+ }
363
+ },
364
+ "N:LongName": {
365
+ "value": [
366
+ "frequency"
367
+ ]
368
+ },
369
+ "ListenerPosition:Type": {
370
+ "value": [
371
+ "cartesian",
372
+ "spherical"
373
+ ],
374
+ "specific": {
375
+ "cartesian": {
376
+ "ListenerPosition:Units": [
377
+ "metre"
378
+ ]
379
+ },
380
+ "spherical": {
381
+ "ListenerPosition:Units": [
382
+ "degree, degree, metre"
383
+ ]
384
+ }
385
+ }
386
+ },
387
+ "ListenerView": {
388
+ "value": null,
389
+ "general": [
390
+ "ListenerView:Type",
391
+ "ListenerView:Units"
392
+ ]
393
+ },
394
+ "ListenerView:Type": {
395
+ "value": [
396
+ "cartesian",
397
+ "spherical"
398
+ ],
399
+ "specific": {
400
+ "cartesian": {
401
+ "ListenerView:Units": [
402
+ "metre"
403
+ ]
404
+ },
405
+ "spherical": {
406
+ "ListenerView:Units": [
407
+ "degree, degree, metre"
408
+ ]
409
+ }
410
+ }
411
+ },
412
+ "ListenerUp": {
413
+ "value": null,
414
+ "general": [
415
+ "ListenerView"
416
+ ]
417
+ },
418
+ "ReceiverPosition:Type": {
419
+ "value": [
420
+ "cartesian",
421
+ "spherical",
422
+ "spherical harmonics"
423
+ ],
424
+ "specific": {
425
+ "cartesian": {
426
+ "ReceiverPosition:Units": [
427
+ "metre"
428
+ ]
429
+ },
430
+ "spherical": {
431
+ "ReceiverPosition:Units": [
432
+ "degree, degree, metre"
433
+ ]
434
+ },
435
+ "spherical harmonics": {
436
+ "ReceiverPosition:Units": [
437
+ "degree, degree, metre"
438
+ ],
439
+ "_dimensions": {
440
+ "R": {
441
+ "value": [
442
+ 1,
443
+ 4,
444
+ 9,
445
+ 16,
446
+ 25,
447
+ 36,
448
+ 49,
449
+ 64,
450
+ 81,
451
+ 100,
452
+ 121,
453
+ 144,
454
+ 169,
455
+ 196,
456
+ 225,
457
+ 256,
458
+ 289,
459
+ 324,
460
+ 361,
461
+ 400,
462
+ 441,
463
+ 484,
464
+ 529,
465
+ 576,
466
+ 625,
467
+ 676,
468
+ 729,
469
+ 784,
470
+ 841,
471
+ 900,
472
+ 961,
473
+ 1024,
474
+ 1089,
475
+ 1156,
476
+ 1225,
477
+ 1296,
478
+ 1369,
479
+ 1444,
480
+ 1521,
481
+ 1600,
482
+ 1681,
483
+ 1764,
484
+ 1849,
485
+ 1936,
486
+ 2025,
487
+ 2116,
488
+ 2209,
489
+ 2304,
490
+ 2401,
491
+ 2500,
492
+ 2601,
493
+ 2704,
494
+ 2809,
495
+ 2916,
496
+ 3025,
497
+ 3136,
498
+ 3249,
499
+ 3364,
500
+ 3481,
501
+ 3600,
502
+ 3721,
503
+ 3844,
504
+ 3969,
505
+ 4096,
506
+ 4225,
507
+ 4356,
508
+ 4489,
509
+ 4624,
510
+ 4761,
511
+ 4900,
512
+ 5041,
513
+ 5184,
514
+ 5329,
515
+ 5476,
516
+ 5625,
517
+ 5776,
518
+ 5929,
519
+ 6084,
520
+ 6241,
521
+ 6400,
522
+ 6561,
523
+ 6724,
524
+ 6889,
525
+ 7056,
526
+ 7225,
527
+ 7396,
528
+ 7569,
529
+ 7744,
530
+ 7921,
531
+ 8100,
532
+ 8281,
533
+ 8464,
534
+ 8649,
535
+ 8836,
536
+ 9025,
537
+ 9216,
538
+ 9409,
539
+ 9604,
540
+ 9801,
541
+ 10000
542
+ ],
543
+ "value_str": "(N+1)**2 where N is the spherical harmonics order"
544
+ }
545
+ }
546
+ }
547
+ }
548
+ },
549
+ "ReceiverView": {
550
+ "value": null,
551
+ "general": [
552
+ "ReceiverView:Type",
553
+ "ReceiverView:Units"
554
+ ]
555
+ },
556
+ "ReceiverView:Type": {
557
+ "value": [
558
+ "cartesian",
559
+ "spherical"
560
+ ],
561
+ "specific": {
562
+ "cartesian": {
563
+ "ReceiverView:Units": [
564
+ "metre"
565
+ ]
566
+ },
567
+ "spherical": {
568
+ "ReceiverView:Units": [
569
+ "degree, degree, metre"
570
+ ]
571
+ }
572
+ }
573
+ },
574
+ "ReceiverUp": {
575
+ "value": null,
576
+ "general": [
577
+ "ReceiverView"
578
+ ]
579
+ },
580
+ "SourcePosition:Type": {
581
+ "value": [
582
+ "cartesian",
583
+ "spherical"
584
+ ],
585
+ "specific": {
586
+ "cartesian": {
587
+ "SourcePosition:Units": [
588
+ "metre"
589
+ ]
590
+ },
591
+ "spherical": {
592
+ "SourcePosition:Units": [
593
+ "degree, degree, metre"
594
+ ]
595
+ }
596
+ }
597
+ },
598
+ "SourceView": {
599
+ "value": null,
600
+ "general": [
601
+ "SourceView:Type",
602
+ "SourceView:Units"
603
+ ]
604
+ },
605
+ "SourceView:Type": {
606
+ "value": [
607
+ "cartesian",
608
+ "spherical"
609
+ ],
610
+ "specific": {
611
+ "cartesian": {
612
+ "SourceView:Units": [
613
+ "metre"
614
+ ]
615
+ },
616
+ "spherical": {
617
+ "SourceView:Units": [
618
+ "degree, degree, metre"
619
+ ]
620
+ }
621
+ }
622
+ },
623
+ "SourceUp": {
624
+ "value": null,
625
+ "general": [
626
+ "SourceView"
627
+ ]
628
+ },
629
+ "EmitterPosition:Type": {
630
+ "value": [
631
+ "cartesian",
632
+ "spherical",
633
+ "spherical harmonics"
634
+ ],
635
+ "specific": {
636
+ "cartesian": {
637
+ "EmitterPosition:Units": [
638
+ "metre"
639
+ ]
640
+ },
641
+ "spherical": {
642
+ "EmitterPosition:Units": [
643
+ "degree, degree, metre"
644
+ ]
645
+ },
646
+ "spherical harmonics": {
647
+ "EmitterPosition:Units": [
648
+ "degree, degree, metre"
649
+ ],
650
+ "_dimensions": {
651
+ "E": {
652
+ "value": [
653
+ 1,
654
+ 4,
655
+ 9,
656
+ 16,
657
+ 25,
658
+ 36,
659
+ 49,
660
+ 64,
661
+ 81,
662
+ 100,
663
+ 121,
664
+ 144,
665
+ 169,
666
+ 196,
667
+ 225,
668
+ 256,
669
+ 289,
670
+ 324,
671
+ 361,
672
+ 400,
673
+ 441,
674
+ 484,
675
+ 529,
676
+ 576,
677
+ 625,
678
+ 676,
679
+ 729,
680
+ 784,
681
+ 841,
682
+ 900,
683
+ 961,
684
+ 1024,
685
+ 1089,
686
+ 1156,
687
+ 1225,
688
+ 1296,
689
+ 1369,
690
+ 1444,
691
+ 1521,
692
+ 1600,
693
+ 1681,
694
+ 1764,
695
+ 1849,
696
+ 1936,
697
+ 2025,
698
+ 2116,
699
+ 2209,
700
+ 2304,
701
+ 2401,
702
+ 2500,
703
+ 2601,
704
+ 2704,
705
+ 2809,
706
+ 2916,
707
+ 3025,
708
+ 3136,
709
+ 3249,
710
+ 3364,
711
+ 3481,
712
+ 3600,
713
+ 3721,
714
+ 3844,
715
+ 3969,
716
+ 4096,
717
+ 4225,
718
+ 4356,
719
+ 4489,
720
+ 4624,
721
+ 4761,
722
+ 4900,
723
+ 5041,
724
+ 5184,
725
+ 5329,
726
+ 5476,
727
+ 5625,
728
+ 5776,
729
+ 5929,
730
+ 6084,
731
+ 6241,
732
+ 6400,
733
+ 6561,
734
+ 6724,
735
+ 6889,
736
+ 7056,
737
+ 7225,
738
+ 7396,
739
+ 7569,
740
+ 7744,
741
+ 7921,
742
+ 8100,
743
+ 8281,
744
+ 8464,
745
+ 8649,
746
+ 8836,
747
+ 9025,
748
+ 9216,
749
+ 9409,
750
+ 9604,
751
+ 9801,
752
+ 10000
753
+ ],
754
+ "value_str": "(N+1)**2 where N is the spherical harmonics order"
755
+ }
756
+ }
757
+ }
758
+ }
759
+ },
760
+ "EmitterView": {
761
+ "value": null,
762
+ "general": [
763
+ "EmitterView:Type",
764
+ "EmitterView:Units"
765
+ ]
766
+ },
767
+ "EmitterView:Type": {
768
+ "value": [
769
+ "cartesian",
770
+ "spherical"
771
+ ],
772
+ "specific": {
773
+ "cartesian": {
774
+ "EmitterView:Units": [
775
+ "metre"
776
+ ]
777
+ },
778
+ "spherical": {
779
+ "EmitterView:Units": [
780
+ "degree, degree, metre"
781
+ ]
782
+ }
783
+ }
784
+ },
785
+ "EmitterUp": {
786
+ "value": null,
787
+ "general": [
788
+ "EmitterView"
789
+ ]
790
+ },
791
+ "EmitterDescriptions": {
792
+ "value": null,
793
+ "general": [
794
+ "GLOBAL:EmitterDescription"
795
+ ]
796
+ },
797
+ "RoomVolume": {
798
+ "value": null,
799
+ "general": [
800
+ "RoomVolume:Units"
801
+ ]
802
+ },
803
+ "RoomTemperature": {
804
+ "value": null,
805
+ "general": [
806
+ "RoomTemperature:Units"
807
+ ]
808
+ },
809
+ "RoomVolume:Units": {
810
+ "value": [
811
+ "cubic metre"
812
+ ]
813
+ },
814
+ "RoomTemperature:Units": {
815
+ "value": [
816
+ "kelvin"
817
+ ]
818
+ }
819
+ }