mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-06-30 19:04:24 +00:00
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to package.json. Generate initial API reference pages. Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
41 lines
993 B
Markdown
41 lines
993 B
Markdown
[**moon-sighting v1.1.1**](../README.md)
|
|
|
|
***
|
|
|
|
[moon-sighting](../README.md) / YALLOP\_THRESHOLDS
|
|
|
|
# Variable: YALLOP\_THRESHOLDS
|
|
|
|
> `const` **YALLOP\_THRESHOLDS**: `object`
|
|
|
|
Defined in: [types.ts:155](https://github.com/acamarata/moon-sighting/blob/89fb490051d0263a7d41c954161fb945f1569805/src/types.ts#L155)
|
|
|
|
Published q thresholds (Yallop 1997, NAO TN 69):
|
|
A: q > +0.216 — Easily visible to the naked eye
|
|
B: q > -0.014 — Visible under perfect conditions
|
|
C: q > -0.160 — May need optical aid to find; visible to naked eye
|
|
D: q > -0.232 — Optical aid needed; will not be visible to naked eye
|
|
E: q > -0.293 — Not visible even with telescope
|
|
F: q <= -0.293 — Below Danjon limit (Moon too close to Sun)
|
|
|
|
## Type Declaration
|
|
|
|
### A
|
|
|
|
> `readonly` **A**: `0.216` = `0.216`
|
|
|
|
### B
|
|
|
|
> `readonly` **B**: `-0.014` = `-0.014`
|
|
|
|
### C
|
|
|
|
> `readonly` **C**: `-0.16` = `-0.16`
|
|
|
|
### D
|
|
|
|
> `readonly` **D**: `-0.232` = `-0.232`
|
|
|
|
### E
|
|
|
|
> `readonly` **E**: `-0.293` = `-0.293`
|