Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzstaffel committed Apr 10, 2024
1 parent e17ddfd commit 88d02d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gdtf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ all firmware revisions of the device.
./models/svg_side/yoke.svg
./models/svg_front/base.svg
./models/svg_front/yoke.svg
./light_distribution/lamp1.aes
./light_distribution/lamp1.IES
./light_distribution/lamp1.ldt
```
Expand Down Expand Up @@ -1382,7 +1382,7 @@ the Beam are specified in [table 41](#user-content-table-41 ).
| BeamType | [Enum](#user-content-attrtype-enum ) | Beam Type; Specified values: "Wash", "Spot", "None", "Rectangle", "PC", "Fresnel", "Glow". Default value "Wash"
| ColorRenderingIndex | [Uint](#user-content-attrtype-uint ) | The CRI according to TM-30 is a quantitative measure of the ability of the light source showing the object color naturally as it does as daylight reference. Size 1 byte. Default value 100. |
| EmitterSpectrum | [Node](#user-content-attrtype-node ) | Optional link to emitter in the physical description; use this to define the white light source of a subtractive color mixing system. Starting point: Emitter Collect; Default spectrum is a Black-Body with the defined ColorTemperature. |
| LightDistribution | [Resource](#user-content-attrtype-resource ) | Optional. File name without extension and without subfolder containing description of the AES or EULUMDAT file in the subfolder `./light_distribution/`. |
| LightDistribution | [Resource](#user-content-attrtype-resource ) | Optional. File name without extension and without subfolder containing description of the IES or EULUMDAT file in the subfolder `./light_distribution/`. |

</div>

Expand Down
8 changes: 4 additions & 4 deletions proposal/light-distribution-proposal/proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ Example Two Beam Fixture:
- How do we handle multiple beam in one fixture
- Multi LED Strip Light (Challenge is how you measure device)
- Multi LED Wash Light (You want to measure all at once, but represent the beam as one)
- LED Ring and normal beam (You only need the beam as AES file)
- LED Ring and normal beam (You only need the beam as IES file)
- Multi head fixtures (You need for each an individual beam, and it also needs to change)

- Only one AES file (or and interpolation between two AES files) can be active. This is challenging when multiple Attributes have effects on the light output.
- Only one IES file (or and interpolation between two IES files) can be active. This is challenging when multiple Attributes have effects on the light output.

- Do we need to add measurement instruction to the GDTF spec or only reference the AES spec.
- You measure devices in such a distance that the actual shape of the device has no influence on the measurement. For strip lights, this means a big distance. Not all can measure strip lights at such distance. The distance that AES recommends is 7x the beam diameter.
- Do we need to add measurement instruction to the GDTF spec or only reference the IES spec.
- You measure devices in such a distance that the actual shape of the device has no influence on the measurement. For strip lights, this means a big distance. Not all can measure strip lights at such distance. The distance that IES recommends is 7x the beam diameter.


## MVR
Expand Down

0 comments on commit 88d02d8

Please sign in to comment.