mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-07-01 03:14:24 +00:00
31 lines
712 B
Markdown
31 lines
712 B
Markdown
[**moon-sighting v1.1.1**](../README.md)
|
|
|
|
***
|
|
|
|
[moon-sighting](../README.md) / ODEH\_THRESHOLDS
|
|
|
|
# Variable: ODEH\_THRESHOLDS
|
|
|
|
> `const` **ODEH\_THRESHOLDS**: `object`
|
|
|
|
Defined in: [types.ts:206](https://github.com/acamarata/moon-sighting/blob/2992dcee216cb24cc74542f6e8d5a6f4f0d16e05/src/types.ts#L206)
|
|
|
|
Published V thresholds (Odeh 2006):
|
|
A: V >= 5.65 — Visible with naked eye
|
|
B: V >= 2.00 — Visible with optical aid; may be seen with naked eye
|
|
C: V >= -0.96 — Visible with optical aid only
|
|
D: V < -0.96 — Not visible even with optical aid
|
|
|
|
## Type Declaration
|
|
|
|
### A
|
|
|
|
> `readonly` **A**: `5.65` = `5.65`
|
|
|
|
### B
|
|
|
|
> `readonly` **B**: `2` = `2.0`
|
|
|
|
### C
|
|
|
|
> `readonly` **C**: `-0.96` = `-0.96`
|