Skip to content

atmosphere.py bug fix on get_relative_airmass airmass  #607

Description

@jramirezpr

Describe the bug
A clear and concise description of what the bug is.
on conda download, line 222 problem with cos
fix
comment out line 216
z = np.where(zenith > 90, np.nan, zenith)
and add an absolute valie on line 223
... +np.absolute (90 - z)) ** - 1.6364))))

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