-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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 |
| ... | ... |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels