Skip to content

BUG: Frequency band information missing on material properties (absorption coefficient) #70

@mberz

Description

@mberz

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]
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    Status

    Ready for pickup

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions