Skip to content

ImageSet

github-actions[bot] edited this page May 30, 2026 · 1 revision

moon-cycle v2.0.0


moon-cycle / ImageSet

Type Alias: 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

Example

import type { ImageSet } from 'moon-cycle';
const set: ImageSet = 'mm'; // monthly synodic cycle

Clone this wiki locally