WXcam Products¶
WXcam uses a richer product model than the purely numeric instruments.
Local raw mirror¶
The deployed raw mirror retains only HDR JPG and MP4 files for the FISH and PANO streams:
/project/aurora/raw/wxcam/FISH/project/aurora/raw/wxcam/PANO
AUTO/LONG/SHORT files remain on the camera host and are not cataloged or archived from this VM.
Catalog¶
The WXcam catalog lives at:
/data/aurora/products/wxcam/wxcam_catalog.sqlite
It indexes FISH HDR and PANO HDR JPG/MP4 files. Timestamps are derived from filenames and stored as UTC.
The active table is images. Key fields include:
image_type-fish_hdrorpano_hdrmedia_kind-imageorvideotime_utc,time_epoch_ns,day_utcraw_path,relative_path,filenamewidth,height,size_bytes,mtime_ns,indexed_at
Catalog queries should order records by time_epoch_ns and then raw_path.
When checked on 2026-05-21, the catalog had no null timestamp rows, no
duplicate raw_path rows, all cataloged images were HDR files, and FISH/PANO
image and video records were ordered cleanly by timestamp. At that check it
contained 48414 FISH HDR image records, 48413 PANO HDR image records, and
1343 MP4 records for each stream. The cataloged image span was
2026-01-12 02:25:00 to 2026-05-21 20:10:39; cataloged videos ran through
2026-05-21 19:00:00.
Daily videos and hourly thumbnails¶
- daily MP4s:
/data/aurora/products/wxcam/daily_videos/<image_type>/YYYYMMDD.mp4 - rolling latest MP4s:
/data/aurora/products/wxcam/daily_videos/<image_type>/latest.mp4 - hourly thumbnails:
/data/aurora/products/wxcam/hourly_thumbnails/<image_type>/YYYYMMDD/
Daily videos are stitched from the 24 hourly MP4 clips for that UTC day.
latest.mp4 is stitched from the most recent 24 hourly clips across day
boundaries.
The dashboard serves these MP4 files through the static route
/wxcam-media/daily_videos/... with a file-mtime query string. This avoids
sending tens of megabytes of video data through the Panel websocket and allows
browser video controls to use HTTP range requests.
Dashboard usage¶
- Interactive Data Browser uses the stitched MP4 products
- Science Quicklooks uses the HDR JPG grid, selecting the image nearest the
:30mark in each UTC hour - House Keeping Quicklooks uses the catalog and coverage diagnostics