Skip to content

Files — The Rig's Image Archive

Every frame a sequence captures is written to the rig’s own disk as it happens — nothing depends on your phone, tablet, or browser staying connected. The Files screen is the browser for that archive: open it from the Home screen or the folder button on the Imaging screen to see every project on the rig, drill into a night’s frames, and inspect full FITS metadata.

It is one of three places your images live: the Gallery shows frames saved to the device in your hand, Files (this page) browses the rig’s disk, and Data Sync pulls the archive to the computer where you process.

Frames land in a fixed, predictable tree:

<data directory>/
└── <Project>/
└── <Target>/
├── LIGHT/
│ ├── <Filter>/ e.g. Ha/, OIII/, or NoFilter/
│ └── ...
├── DARK/ reserved for calibration frames
├── FLAT/
└── BIAS/
  • Project is the name you give a sequence in the PROJECT field at the top of the Sequencing screen. Leave it blank and ARIS names it for you: the primary target plus the date, like M31 2026-07-19.
  • Target folders come from the sequence’s target names.
  • Filter folders always follow the sequence’s filter name — on a one-shot-color rig with no wheel, frames land in NoFilter/.

A project accumulates across nights: run the same project again next week and new frames join the same folders, with frame numbering continuing where it left off. The app groups a folder’s frames by night as you browse — a “night” runs noon to noon, so a 1 a.m. frame files under the evening it belongs to.

Every file is self-describing, so the archive stays useful even when you copy frames off the rig by hand:

M31_Ha_300s_G100_O30_bin1_20260719_014512_0042.fits

That is target, filter, exposure, gain, offset, binning, local date, local time, and the frame number within that folder. Values the rig does not know are simply left out of the name rather than invented. Files you drop into the tree yourself (a stacked master from another tool, for instance) are listed as-is.

ARIS writes the same class of headers dedicated imaging suites write, so your frames drop straight into PixInsight, Siril, or any FITS-aware tool with nothing to fix up:

  • Exposure and identity — frame type, exposure time, gain/offset, binning, camera, filter, target, capture timestamps (UTC and local, plus MJD).
  • Pointing — RA/Dec in both decimal and sexagesimal form, altitude/azimuth and airmass at the exposure midpoint, pier side.
  • Equipment — telescope, focal length and ratio, focuser position and temperature, rotator angle, filter wheel.
  • Site and conditions — observer latitude/longitude, site elevation (when a GPS fix has provided it), and ambient conditions — temperature, dew point, cloud cover, wind — from the rig’s cached weather data when available.

One rule governs all of it: a value the rig does not know is omitted, never fabricated. Anything the camera driver already stamped is preserved untouched.

Darks, flats, and bias frames captured by sequence commands go to a shared Calibration project rather than any one target’s folder — organized by camera, then frame type, then filter. Calibration data is camera-scoped by nature, so the library is reusable across every project that camera shoots; matching works off the exposure, gain, temperature, and night recorded in each file.

Stacked results work the other way around: live-stack snapshots and overnight deep-stack masters land beside the subs they came from, in the target’s own folder.

The Files screen is a three-level drill-down:

  1. Projects — a card per project with its size, night count, and a preview thumbnail, plus a disk-usage strip for the rig.
  2. Frames — a night-grouped thumbnail gallery with chips to filter by target, frame type, and filter.
  3. Viewer — tap any frame for a full preview with its complete FITS header panel.

Thumbnails are generated on the rig at capture time, so browsing stays fast even over a slow connection to a remote rig.

  • Rename a project from its card menu — the folder on disk is renamed with it.
  • Select and delete frames or whole groups; the confirmation always shows the count and total size first. Data a running sequence is actively writing is protected from deletion and rename.
  • Download selected frames to the device you are browsing from. For bulk transfer to your processing machine, Data Sync is the better tool.

Storage guards itself so a full disk never costs you an unattended night silently:

  • A sequence will not start when free space is already below the floor (5 GB by default).
  • When free space falls below twice the floor mid-run, you get a low-disk warning and the night continues.
  • If the floor itself is hit, the sequence aborts cleanly — the checkpoint is kept, every frame captured so far is safe on disk, and the run can resume into the same folders once space is freed.