FILE GROUPER

DATASET ORGANIZATION UTILITY

ACCESS REPOSITORY

Overview

File Grouper is a platform-agnostic Go utility designed to solve the chaos of unstructured astrophotography datasets. Specifically optimized for ASIAIR and similar capture systems, it automates the tedious task of sorting thousands of frames into a logical hierarchy.

A clean dataset is the foundation of high-quality processing. File Grouper ensures your data is ready for calibration and stacking before you even open your processing software.

Features

  • SENSOR CLASSIFICATIONAutomatically group and organize images based on the camera model and sensor type detected in metadata.
  • TEMPORAL SORTINGEfficiently group entire imaging sessions by precise dates, keeping multi-night project data separate.
  • OBJECT TARGETINGClassify and folder frames by celestial object names, separating your 'M42' from your 'Rosette' data instantly.

Setup & Usage

INSTALLATION
go install github.com/sidthesloth92/db-astro-suite/tools/file-grouper@latest
EXECUTION
file-grouper --organize-asiair ./raw-data
terminal
CLI EXECUTION DIAGRAM PENDING
User to provide terminal output screenshot