skyCatalogs


NameskyCatalogs JSON
Version 1.3.0 PyPI version JSON
download
home_page
SummaryWrites, reads catalogs input to LSST DESC simulations
upload_time2023-02-13 23:45:22
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords desc python catalog simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # The skyCatalogs package

This package will contain 
* code to create sky catalogs from input like cosmoDC2 (for galaxies) and similar catalogs for other source types
* implement an API to access information in the catalogs and products, such as flux calculations, derived from the catalogs

Sky Catalogs are chiefly intended for use by simulation programs. The physical representation is meant to compactly represent information needed to compute fluxes at a given time, under specified conditions (e.g. band).

## Set-up and testing
From bash
```
$ source <skyCatalogs install directory>/setup/setup.sh
$ nosetests <skyCatalogs install directory>
```

## Demo

## People
* [Joanne Bogart](https://github.com/DarkEnergyScienceCollaboration/skyCatalogs/issues/new?body=@JoanneBogart) (SLAC)

## License, etc.

This is open source software, available under the BSD license. If you are interested in this project, please do drop us a line via the hyperlinked contact names above, or by [writing us an issue](https://github.com/DarkEnergyScienceCollaboration/skyCatalogs/issues/new).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "skyCatalogs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "desc,python,catalog,simulation",
    "author": "",
    "author_email": "Joanne Bogart <jrb@slac.stanford.edu>",
    "download_url": "https://files.pythonhosted.org/packages/a1/07/c091f1a7ed557971efeae91c1618b50275352ae22980e45df0f28d2590e7/skyCatalogs-1.3.0.tar.gz",
    "platform": null,
    "description": "# The skyCatalogs package\n\nThis package will contain \n* code to create sky catalogs from input like cosmoDC2 (for galaxies) and similar catalogs for other source types\n* implement an API to access information in the catalogs and products, such as flux calculations, derived from the catalogs\n\nSky Catalogs are chiefly intended for use by simulation programs. The physical representation is meant to compactly represent information needed to compute fluxes at a given time, under specified conditions (e.g. band).\n\n## Set-up and testing\nFrom bash\n```\n$ source <skyCatalogs install directory>/setup/setup.sh\n$ nosetests <skyCatalogs install directory>\n```\n\n## Demo\n\n## People\n* [Joanne Bogart](https://github.com/DarkEnergyScienceCollaboration/skyCatalogs/issues/new?body=@JoanneBogart) (SLAC)\n\n## License, etc.\n\nThis is open source software, available under the BSD license. If you are interested in this project, please do drop us a line via the hyperlinked contact names above, or by [writing us an issue](https://github.com/DarkEnergyScienceCollaboration/skyCatalogs/issues/new).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Writes, reads catalogs input to LSST DESC simulations",
    "version": "1.3.0",
    "project_urls": null,
    "split_keywords": [
        "desc",
        "python",
        "catalog",
        "simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b287fb77d8aca9e6f0f081f6564ca87f70fa1fa28f099399c5454b314d5bb815",
                "md5": "ed444b7bd2b4c34dc82c7c5355ac8ffe",
                "sha256": "a48dcd9c03c52aee0a53076a52bd1f6a8d6b24238fac93ed3a1535b3921b8be4"
            },
            "downloads": -1,
            "filename": "skyCatalogs-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ed444b7bd2b4c34dc82c7c5355ac8ffe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 44754,
            "upload_time": "2023-02-13T23:45:20",
            "upload_time_iso_8601": "2023-02-13T23:45:20.898322Z",
            "url": "https://files.pythonhosted.org/packages/b2/87/fb77d8aca9e6f0f081f6564ca87f70fa1fa28f099399c5454b314d5bb815/skyCatalogs-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a107c091f1a7ed557971efeae91c1618b50275352ae22980e45df0f28d2590e7",
                "md5": "f127a036c6e8b270f145fd31097624a0",
                "sha256": "e2115946cb61c5d5aa14818ca628f68447ecbd43aae494d2c3749dd92cf0f5be"
            },
            "downloads": -1,
            "filename": "skyCatalogs-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f127a036c6e8b270f145fd31097624a0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 43302,
            "upload_time": "2023-02-13T23:45:22",
            "upload_time_iso_8601": "2023-02-13T23:45:22.655741Z",
            "url": "https://files.pythonhosted.org/packages/a1/07/c091f1a7ed557971efeae91c1618b50275352ae22980e45df0f28d2590e7/skyCatalogs-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-13 23:45:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "skycatalogs"
}
        
Elapsed time: 0.25384s