Skip to content

[enhancement] add more details for instrumentBias and calibrationsBias in the html view #1

@gmella

Description

@gmella

Is your feature request related to a problem? Please describe.
Some instrument setup fields seem duplicated because some data are not displayed, e.g. :

param value
... ...
instrumentBias: 0.190
instrumentBias: 0.016
calibrationBias: 0.021
calibrationBias: 0.02
calibrationBias: 0.08
calibrationBias: 0.02
calibrationBias: 0.015
... ...

Describe the solution you'd like
This would add much more information to add xml attributes coming from the xml source. My first proposal could be to loop on *@ in the xslt and concatenate name()=value() in addition to the tag name. Output would looks like :

param value
... ...
instrumentBias type=PHOT unit=JY band=M telescope=AT : 0.190
instrumentBias type=PHOT unit=JY band=M telescope=UT : 0.016
calibrationBias type=VIS band=L atmosphereQuality=Good : 0.021
calibrationBias type=VIS band=L atmosphereQuality=Excellent : 0.02
calibrationBias type=VIS: 0.08
calibrationBias type=VIS band=M atmosphereQuality=Good: 0.02
calibrationBias type=VIS band=M atmosphereQuality=Excellent: 0.015
... ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions