Metadata-Version: 2.1
Name: PyFlashToGPS
Version: 1.0.0
Summary: Processes flash-tagged SharpCap FITS recordings to insert GPS accurate timestamps
Author-email: "Robert L Anderson, Jr" <bob.anderson.ok@gmail.com>
License: MIT License
Project-URL: Repository, https://github.com/bob-anderson-ok/PyFlashToGPS
Keywords: flash,flash-tag,IOTAflash,SharpCap
Description-Content-Type: text/x-rst

PyFlashToGPS
============

PyFlashToGPS is a command line utility to analyze a flash-tagged FITS video and add GPS accurate
timestamps to the DATE-OBS meta-data for each frame.

usage: PyFlashToGPS [-h] [--verbose] [--QHY174GPS] [--fits FITS_path]
                    flash_times

A utility to add GPS accurate timestamps to flash-tagged FITS videos.

positional arguments:
  flash_times       UTC times for first and last flash. Example: "2023-09-02
                    13:45:10 2023-09-02 13:47:05" (the quotes are needed!)

options:
  -h, --help        show this help message and exit
  --verbose         Verbose output (used during development)
  --QHY174GPS       If file came from a QHY174GPS camera, a comparison report
                    is made between the GPS timestamps
  --fits FITS_path  Full path to FITS folder


