Currently, the backend saves absorption coefficients of materials without information on the corresponding frequency band for which this data was obtained. This information should be included in the data as well.
See:
https://github.com/choras-org/backend/blob/3f9ef0dcbffee4e9fda57d4ef6f9a629d08543c3/app/models/data/materials.json
This is an example what the complete entry for a single material looks like at the moment.
{
"name": "Fully reflective surface",
"description": "Rigid surface with flat 0 % absorption",
"category": "Rigid",
"absorptionCoefficients": [0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01]
},
Currently, the backend saves absorption coefficients of materials without information on the corresponding frequency band for which this data was obtained. This information should be included in the data as well.
See:
https://github.com/choras-org/backend/blob/3f9ef0dcbffee4e9fda57d4ef6f9a629d08543c3/app/models/data/materials.json
This is an example what the complete entry for a single material looks like at the moment.
{ "name": "Fully reflective surface", "description": "Rigid surface with flat 0 % absorption", "category": "Rigid", "absorptionCoefficients": [0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01] },