PyFlashToGPS


NamePyFlashToGPS JSON
Version 1.0.5 PyPI version JSON
download
home_page
SummaryProcesses flash-tagged SharpCap FITS recordings to insert GPS accurate timestamps
upload_time2023-11-27 21:29:42
maintainer
docs_urlNone
author
requires_python
licenseMIT License
keywords flash flash-tag iotaflash sharpcap
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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 - enclose in quotes if spaces are present



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "PyFlashToGPS",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "flash,flash-tag,IOTAflash,SharpCap",
    "author": "",
    "author_email": "\"Robert L Anderson, Jr\" <bob.anderson.ok@gmail.com>",
    "download_url": "",
    "platform": null,
    "description": "PyFlashToGPS\r\n============\r\n\r\nPyFlashToGPS is a command line utility to analyze a flash-tagged FITS video and add GPS accurate\r\ntimestamps to the DATE-OBS meta-data for each frame.\r\n\r\nusage: PyFlashToGPS [-h] [--verbose] [--QHY174GPS] [--fits FITS_path]\r\n                    flash_times\r\n\r\nA utility to add GPS accurate timestamps to flash-tagged FITS videos.\r\n\r\npositional arguments:\r\n  flash_times       UTC times for first and last flash. Example: \"2023-09-02\r\n                    13:45:10 2023-09-02 13:47:05\" (the quotes are needed!)\r\n\r\noptions:\r\n  -h, --help        show this help message and exit\r\n  --verbose         Verbose output (used during development)\r\n  --QHY174GPS       If file came from a QHY174GPS camera, a comparison report\r\n                    is made between the GPS timestamps\r\n  --fits FITS_path  Full path to FITS folder - enclose in quotes if spaces are present\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Processes flash-tagged SharpCap FITS recordings to insert GPS accurate timestamps",
    "version": "1.0.5",
    "project_urls": {
        "Repository": "https://github.com/bob-anderson-ok/PyFlashToGPS"
    },
    "split_keywords": [
        "flash",
        "flash-tag",
        "iotaflash",
        "sharpcap"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d6eb5ae135ae174e9fa8a76ec7e3f84d9bd1f59fcf9ca59839d8f52414ed8a8",
                "md5": "c6a85b476091a351cb71899492bd4f19",
                "sha256": "b1f5c900c101f3e5071786714f9805687f43f157b5a9f6291dc13ca21256fc48"
            },
            "downloads": -1,
            "filename": "PyFlashToGPS-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c6a85b476091a351cb71899492bd4f19",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11579,
            "upload_time": "2023-11-27T21:29:42",
            "upload_time_iso_8601": "2023-11-27T21:29:42.822246Z",
            "url": "https://files.pythonhosted.org/packages/1d/6e/b5ae135ae174e9fa8a76ec7e3f84d9bd1f59fcf9ca59839d8f52414ed8a8/PyFlashToGPS-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-27 21:29:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bob-anderson-ok",
    "github_project": "PyFlashToGPS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyflashtogps"
}
        
Elapsed time: 0.14956s