simpunch


Namesimpunch JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummarySimulate PUNCH observations
upload_time2024-11-01 21:14:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords punch nasa simulate data solar physics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # simpunch

This software creates simulated PUNCH-like data. It's useful in testing the calibration pipeline.

> [!CAUTION]
> This package is still being developed. There will be breaking code changes until v1.
> We advise you to wait until then to use it.

![example simulated image](example.png)

It accepts a total brightness and polarized brightness model as input.
These have been created using the
[FORWARD code](https://www.frontiersin.org/journals/astronomy-and-space-sciences/articles/10.3389/fspas.2016.00008/full)
from [GAMERA simulation data ](https://arxiv.org/pdf/2405.13069).
These images are fed backward through the pipeline from level 3 to level 0 products,
adding appropriate effects along the way.

## Instructions

1. Install the package with `pip install .`
2. Start prefect with `prefect server start`
3. Create a configuration file like [example_config.toml](example_config.toml)
4. Run with `simpunch generate my_config.toml`

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "simpunch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "\"J. Marcus Hughes\" <hughes.jmb@gmail.com>",
    "keywords": "PUNCH, NASA, simulate, data, solar physics",
    "author": null,
    "author_email": "\"J. Marcus Hughes\" <hughes.jmb@gmail.com>, Chris Lowder <chris.lowder@swri.org>",
    "download_url": "https://files.pythonhosted.org/packages/14/a1/0c420f56c1f233a0165f3d39b45169859a7fe7e6d7b6bbe302d9562ac6a7/simpunch-0.0.1.tar.gz",
    "platform": null,
    "description": "# simpunch\n\nThis software creates simulated PUNCH-like data. It's useful in testing the calibration pipeline.\n\n> [!CAUTION]\n> This package is still being developed. There will be breaking code changes until v1.\n> We advise you to wait until then to use it.\n\n![example simulated image](example.png)\n\nIt accepts a total brightness and polarized brightness model as input.\nThese have been created using the\n[FORWARD code](https://www.frontiersin.org/journals/astronomy-and-space-sciences/articles/10.3389/fspas.2016.00008/full)\nfrom [GAMERA simulation data ](https://arxiv.org/pdf/2405.13069).\nThese images are fed backward through the pipeline from level 3 to level 0 products,\nadding appropriate effects along the way.\n\n## Instructions\n\n1. Install the package with `pip install .`\n2. Start prefect with `prefect server start`\n3. Create a configuration file like [example_config.toml](example_config.toml)\n4. Run with `simpunch generate my_config.toml`\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Simulate PUNCH observations",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/punch-mission/simpunch/issues",
        "Changelog": "https://github.com/punch-mission/simpunch/blob/main/CHANGELOG.md",
        "Documentation": "https://punch-mission.github.io/simpunch/",
        "Repository": "https://github.com/punch-mission/simpunch.git"
    },
    "split_keywords": [
        "punch",
        " nasa",
        " simulate",
        " data",
        " solar physics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14a10c420f56c1f233a0165f3d39b45169859a7fe7e6d7b6bbe302d9562ac6a7",
                "md5": "321ba68fadddd0cb1c52b1f3d6aecf60",
                "sha256": "8a31974424f4306a575bfb10fe60f5d8b5c231d417bf26ad040992706a931d0a"
            },
            "downloads": -1,
            "filename": "simpunch-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "321ba68fadddd0cb1c52b1f3d6aecf60",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2953198,
            "upload_time": "2024-11-01T21:14:43",
            "upload_time_iso_8601": "2024-11-01T21:14:43.935418Z",
            "url": "https://files.pythonhosted.org/packages/14/a1/0c420f56c1f233a0165f3d39b45169859a7fe7e6d7b6bbe302d9562ac6a7/simpunch-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-01 21:14:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "punch-mission",
    "github_project": "simpunch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "simpunch"
}
        
Elapsed time: 0.57199s