thuban


Namethuban JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryHigh precision and accuracy astrometric image solving from a guess
upload_time2024-08-24 18:39:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords thuban solar physics analysis astrometry astronomy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # thuban

High precision astrometric image solving from a guess.

> [!WARNING]
> This package is not yet ready for production usage.


## To-do
 - [x] make a basic pointing refinement algorithm
 - [x] make a CLI for distortion and pointing solving simultaneously
 - [ ] make a distortion only solving step
 - [ ] try the distortion solving with a different size to see if that improves the pointing
 - [ ] make a pointing report that includes all the helpful info at solving results
 - [ ] evaluate quality of fit and report
 - [ ] move steps from the CLI to a function for cleaner code
 - [ ] allow passing in or using the existing distortion model instead of blanking it everytime
 - [ ] check that all images have the same format upon loading
 - [ ] avoid loading all the images at the beginning to preserve RAM
 - [ ] allow solving by passing in a single filename instead of just a directory
 - [ ] add more tests
 - [ ] document all functions
 - [ ] make a documentation website

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "thuban",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "\"J. Marcus Hughes\" <hughes.jmb@gmail.com>",
    "keywords": "thuban, solar, physics, analysis, astrometry, astronomy",
    "author": null,
    "author_email": "\"J. Marcus Hughes\" <hughes.jmb@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/89/2c/d3770635b218fbf3cade8a6f6b95096468a613c66a0e28011615f471731f/thuban-0.0.3.tar.gz",
    "platform": null,
    "description": "# thuban\n\nHigh precision astrometric image solving from a guess.\n\n> [!WARNING]\n> This package is not yet ready for production usage.\n\n\n## To-do\n - [x] make a basic pointing refinement algorithm\n - [x] make a CLI for distortion and pointing solving simultaneously\n - [ ] make a distortion only solving step\n - [ ] try the distortion solving with a different size to see if that improves the pointing\n - [ ] make a pointing report that includes all the helpful info at solving results\n - [ ] evaluate quality of fit and report\n - [ ] move steps from the CLI to a function for cleaner code\n - [ ] allow passing in or using the existing distortion model instead of blanking it everytime\n - [ ] check that all images have the same format upon loading\n - [ ] avoid loading all the images at the beginning to preserve RAM\n - [ ] allow solving by passing in a single filename instead of just a directory\n - [ ] add more tests\n - [ ] document all functions\n - [ ] make a documentation website\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "High precision and accuracy astrometric image solving from a guess",
    "version": "0.0.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/punch-mission/thuban/issues",
        "Changelog": "https://github.com/punch-mission/thuban/blob/main/CHANGELOG.md",
        "Documentation": "https://readthedocs.org",
        "Homepage": "https://example.com",
        "Repository": "https://github.com/punch-mission/thuban.git"
    },
    "split_keywords": [
        "thuban",
        " solar",
        " physics",
        " analysis",
        " astrometry",
        " astronomy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "892cd3770635b218fbf3cade8a6f6b95096468a613c66a0e28011615f471731f",
                "md5": "e6dfae3ae6c2f313022c750396afe6b4",
                "sha256": "2644b3e7ba28ab8720943e7a45b23399c26d253734bbce22ee5d980e98afdb06"
            },
            "downloads": -1,
            "filename": "thuban-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e6dfae3ae6c2f313022c750396afe6b4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2896085,
            "upload_time": "2024-08-24T18:39:28",
            "upload_time_iso_8601": "2024-08-24T18:39:28.508525Z",
            "url": "https://files.pythonhosted.org/packages/89/2c/d3770635b218fbf3cade8a6f6b95096468a613c66a0e28011615f471731f/thuban-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-24 18:39:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "punch-mission",
    "github_project": "thuban",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "thuban"
}
        
Elapsed time: 1.16952s