bsrn.archive.get_azimuth_elevation#
- bsrn.archive.get_azimuth_elevation(azimuth=None, elevation=None)[source]#
Format horizon azimuth/elevation lists for LR0004.
Builds fixed-width
az elrows (11 pairs per line,-1padding) for the BSRN archive layout.- Parameters:
- Returns:
Fixed-width lines of
az elpairs, or `` -1 -1`` when inputs are absent.- Return type:
- Raises:
ValueError – If
azimuthandelevationlengths differ.