-
Notifications
You must be signed in to change notification settings - Fork 0
ImageSet
github-actions[bot] edited this page May 30, 2026
·
1 revision
moon-cycle / ImageSet
ImageSet =
"mm"|"my"
Defined in: types.ts:11
Image set identifier.
-
'mm'= monthly dataset: 708 hourly images covering one synodic cycle -
'my'= yearly dataset: 8,760 hourly images covering calendar year 2023
import type { ImageSet } from 'moon-cycle';
const set: ImageSet = 'mm'; // monthly synodic cyclemoon-cycle · MIT License · GitHub · Issues
Guides
Examples
API
Reference
Community