Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gmella opened this issue Mar 1, 2022 · 0 comments

Comments

@gmella
Copy link
Member

gmella commented Mar 1, 2022

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
... ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant