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. 按 BSRN 存档布局生成定宽az el行(每行 11 对,不足填-1)。- Parameters:
- Returns:
Fixed-width lines of
az elpairs, or `` -1 -1`` when inputs are absent. 固定宽度az el行;无输入时为 `` -1 -1``。- Return type:
- Raises:
ValueError – If
azimuthandelevationlengths differ.azimuth与elevation长度不一致时。