fchart3


Namefchart3 JSON
Version 0.10.3 PyPI version JSON
download
home_pagehttps://github.com/skybber/fchart3
SummaryCollection of Python scripts to make beautiful deepsky charts in various formats
upload_time2024-07-13 06:35:32
maintainerNone
docs_urlNone
authorMichiel Brentjens <brentjens@astron.nl>, Austin Riba <root@austinriba.com>, Vladimir Dvorak<lada.dvorak7@gmail.com
requires_python>=3.0
licenseNone
keywords fchart3 starchart star charts finder chart astronomy map
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Fchart3

Fchart3 is a Python project designed to create high-quality astronomical charts using data from Stellarium, Kstars, and HnSky, including 300 million stars. It can generate both offline charts with output to PDF and online interactive charts, as demonstrated in the **CzSky** project.

![fchar3](https://github.com/skybber/fchart3/assets/2523097/7748f1fd-4751-4586-ac4c-7c2900d66568)


Online interactive version available on project **CzSky**:
- [CzSky Chart](https://www.czsky.eu/chart?ra=1.532197702857378&dec=0.06961660554646551&fsz=100&splitview=true)

## Install

Download this project and run: 

`python setup.py install`

### Run
To see command-line options, use:
`fchart3 --help`

Generate findchart for Crab Nebula:
`fchart3 M1`

Generate complex chart of M39 (m39.pdf) region:
`fchart3 -width 190 -height 270 -fieldsize 40 -limstar 9 -limdso 9 --show-nebula-outlines --show-enhanced-milky-way --font-style-bayer bold --font-style-dso italic --flamsteed-numbers-only --show-equatorial-grid --hide-map-orientation-legend --hide-map-scale-legend m39`

Generate complex chart for M39 (m39.tikz) region with output to TIKZ format.
`fchart3 -f m39.tikz -width 190 -height 270 -fieldsize 40 -limstar 9 -limdso 9 --show-nebula-outlines --show-enhanced-milky-way --font-style-bayer bold --font-style-dso italic --flamsteed-numbers-only --show-equatorial-grid --hide-map-orientation-legend --hide-map-scale-legend m39`

### Previous Projects
The sources of the original project fcharts can be found at:
* https://www.astro.rug.nl/~brentjen/fchart.html

Previous fchart sources for python2.7 can be found at:
* https://github.com/Fingel/fchart

### Data files

This repository also contains the following catalogs in the data/catalogs directory:

- `bsc5.dat` catalogue of [bright stars](http://tdc-www.harvard.edu/catalogs/bsc5.html)
- `constbnd.dat` [Catalogue of Constellation Boundary Data](http://cdsarc.u-strasbg.fr/viz-bin/Cat?VI/49#sRM2.2)
- `constellationship_western.fab` - western constellation lines from Stellarium
- `milkyway.dat` - outlined Milky Way
- `milkyway_enhanced.dat` - shaded Milky Way
- `deep_sky.hnd` - catalog of deepsky objects from Hnsky created by Han Kleijn (https://www.hnsky.org/software.htm)
- `namedstars.dat` - catalog of named stars from [kstars](https://edu.kde.org/kstars/)
- `outlines_catgen.dat` - nebulae outlines from [OpenNGC](https://github.com/mattiaverga/OpenNGC)
- `PGC.dat` - catalogue of PGC galaxies
- `PGC_updates.dat` - actualizations of PGC catalogue
- `starnames.dat` - star names from [kstars](https://edu.kde.org/kstars/)
- `stars_0_0v*.cat` - UsnoNomad catalogs from [stellarium](https://github.com/Stellarium)
- `unamedstars.dat` - catalog of unamed stars from [kstars](https://edu.kde.org/kstars/)

### Authors
* Michiel Brentjens - original author
* Austin Riba - modern fchart for python 2.7, numpy. https://github.com/Fingel/fchart
* Vladimir Dvorak - fchart3: python3 + pycairo support. Rectangular view, constellations shapes, borderlines. Support for stars up to 16mag using HTM (hierarchical triangular mesh) and USNO NOMAD catalog.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/skybber/fchart3",
    "name": "fchart3",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": "fchart3 starchart star charts finder chart astronomy map",
    "author": "Michiel Brentjens <brentjens@astron.nl>, Austin Riba <root@austinriba.com>, Vladimir Dvorak<lada.dvorak7@gmail.com",
    "author_email": "\"Vladimir Dvorak (skybber)\" <lada.dvorak7@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/45/3b/5a981a4378575dbe70c302927ebffd6db779d30e7633996f06a076da281f/fchart3-0.10.3.tar.gz",
    "platform": null,
    "description": "# Fchart3\n\nFchart3 is a Python project designed to create high-quality astronomical charts using data from Stellarium, Kstars, and HnSky, including 300 million stars. It can generate both offline charts with output to PDF and online interactive charts, as demonstrated in the **CzSky** project.\n\n![fchar3](https://github.com/skybber/fchart3/assets/2523097/7748f1fd-4751-4586-ac4c-7c2900d66568)\n\n\nOnline interactive version available on project **CzSky**:\n- [CzSky Chart](https://www.czsky.eu/chart?ra=1.532197702857378&dec=0.06961660554646551&fsz=100&splitview=true)\n\n## Install\n\nDownload this project and run: \n\n`python setup.py install`\n\n### Run\nTo see command-line options, use:\n`fchart3 --help`\n\nGenerate findchart for Crab Nebula:\n`fchart3 M1`\n\nGenerate complex chart of M39 (m39.pdf) region:\n`fchart3 -width 190 -height 270 -fieldsize 40 -limstar 9 -limdso 9 --show-nebula-outlines --show-enhanced-milky-way --font-style-bayer bold --font-style-dso italic --flamsteed-numbers-only --show-equatorial-grid --hide-map-orientation-legend --hide-map-scale-legend m39`\n\nGenerate complex chart for M39 (m39.tikz) region with output to TIKZ format.\n`fchart3 -f m39.tikz -width 190 -height 270 -fieldsize 40 -limstar 9 -limdso 9 --show-nebula-outlines --show-enhanced-milky-way --font-style-bayer bold --font-style-dso italic --flamsteed-numbers-only --show-equatorial-grid --hide-map-orientation-legend --hide-map-scale-legend m39`\n\n### Previous Projects\nThe sources of the original project fcharts can be found at:\n* https://www.astro.rug.nl/~brentjen/fchart.html\n\nPrevious fchart sources for python2.7 can be found at:\n* https://github.com/Fingel/fchart\n\n### Data files\n\nThis repository also contains the following catalogs in the data/catalogs directory:\n\n- `bsc5.dat` catalogue of [bright stars](http://tdc-www.harvard.edu/catalogs/bsc5.html)\n- `constbnd.dat` [Catalogue of Constellation Boundary Data](http://cdsarc.u-strasbg.fr/viz-bin/Cat?VI/49#sRM2.2)\n- `constellationship_western.fab` - western constellation lines from Stellarium\n- `milkyway.dat` - outlined Milky Way\n- `milkyway_enhanced.dat` - shaded Milky Way\n- `deep_sky.hnd` - catalog of deepsky objects from Hnsky created by Han Kleijn (https://www.hnsky.org/software.htm)\n- `namedstars.dat` - catalog of named stars from [kstars](https://edu.kde.org/kstars/)\n- `outlines_catgen.dat` - nebulae outlines from [OpenNGC](https://github.com/mattiaverga/OpenNGC)\n- `PGC.dat` - catalogue of PGC galaxies\n- `PGC_updates.dat` - actualizations of PGC catalogue\n- `starnames.dat` - star names from [kstars](https://edu.kde.org/kstars/)\n- `stars_0_0v*.cat` - UsnoNomad catalogs from [stellarium](https://github.com/Stellarium)\n- `unamedstars.dat` - catalog of unamed stars from [kstars](https://edu.kde.org/kstars/)\n\n### Authors\n* Michiel Brentjens - original author\n* Austin Riba - modern fchart for python 2.7, numpy. https://github.com/Fingel/fchart\n* Vladimir Dvorak - fchart3: python3 + pycairo support. Rectangular view, constellations shapes, borderlines. Support for stars up to 16mag using HTM (hierarchical triangular mesh) and USNO NOMAD catalog.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Collection of Python scripts to make beautiful deepsky charts in various formats",
    "version": "0.10.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/skybber/fchart3/issues",
        "Homepage": "https://github.com/skybber/fchart3"
    },
    "split_keywords": [
        "fchart3",
        "starchart",
        "star",
        "charts",
        "finder",
        "chart",
        "astronomy",
        "map"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "453b5a981a4378575dbe70c302927ebffd6db779d30e7633996f06a076da281f",
                "md5": "eddfb7f531a21f54b7aba957ab7ce25d",
                "sha256": "aebdf89cb5f6402c4f1a7689ccb50b7b82a17e5ac01923e9f1ad319d16f2894e"
            },
            "downloads": -1,
            "filename": "fchart3-0.10.3.tar.gz",
            "has_sig": false,
            "md5_digest": "eddfb7f531a21f54b7aba957ab7ce25d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 17750613,
            "upload_time": "2024-07-13T06:35:32",
            "upload_time_iso_8601": "2024-07-13T06:35:32.720231Z",
            "url": "https://files.pythonhosted.org/packages/45/3b/5a981a4378575dbe70c302927ebffd6db779d30e7633996f06a076da281f/fchart3-0.10.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-13 06:35:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "skybber",
    "github_project": "fchart3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fchart3"
}
        
Elapsed time: 0.27998s