slide-lsst


Nameslide-lsst JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/yizedong/SLIDE
SummaryImage subtraction package for LSST DECam data
upload_time2025-07-30 21:45:31
maintainerNone
docs_urlNone
authorYize Dong
requires_python>=3.10
licenseMIT
keywords astronomy lsst decam image-subtraction transient-detection
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SLIDE: Subtracting LSST Images with DECam Exposures

SLIDE performs image subtraction on LSST data using DECam templates. It is designed to run directly on the Rubin Science Platform (RSP).
We thank Griffin Hosseinzadeh for providing the PyZOGY image subtraction example: https://github.com/griffin-h/image_subtraction

## Citation

If you use this package in your research, please cite:

```
Dong et al. (in prep)
```

## Installation

### Prerequisites

Most dependencies of this package has been installed on RSP. If you miss any packages, you can install them as following:

```bash
pip install --user reproject
```

### PyZOGY

This package depends on PyZOGY for image subtraction (https://github.com/dguevel/PyZOGY/tree/master):

```bash
# Install PyZOGY on RSP
git clone https://github.com/dguevel/PyZOGY.git
cd PyZOGY
pip install --user -e .
```

### Install SLIDE

```bash
# Install SLIDE on RSP
git clone https://github.com/yizedong/SLIDE.git
cd SLIDE
pip install --user -e .
```

## Documentation

For detailed usage examples, see the [`example.ipynb`](https://github.com/yizedong/SLIDE/blob/main/example.ipynb) notebook included in the package.

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yizedong/SLIDE",
    "name": "slide-lsst",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Yize Dong <yize.dong@outlook.com>",
    "keywords": "astronomy, lsst, decam, image-subtraction, transient-detection",
    "author": "Yize Dong",
    "author_email": "Yize Dong <yize.dong@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/44/60/8977117a6bd03dbe713df6c3a251a9d30b0f06d24358de59e7254f3903cd/slide_lsst-0.1.0.tar.gz",
    "platform": null,
    "description": "# SLIDE: Subtracting LSST Images with DECam Exposures\n\nSLIDE performs image subtraction on LSST data using DECam templates. It is designed to run directly on the Rubin Science Platform (RSP).\nWe thank Griffin Hosseinzadeh for providing the PyZOGY image subtraction example: https://github.com/griffin-h/image_subtraction\n\n## Citation\n\nIf you use this package in your research, please cite:\n\n```\nDong et al. (in prep)\n```\n\n## Installation\n\n### Prerequisites\n\nMost dependencies of this package has been installed on RSP. If you miss any packages, you can install them as following:\n\n```bash\npip install --user reproject\n```\n\n### PyZOGY\n\nThis package depends on PyZOGY for image subtraction (https://github.com/dguevel/PyZOGY/tree/master):\n\n```bash\n# Install PyZOGY on RSP\ngit clone https://github.com/dguevel/PyZOGY.git\ncd PyZOGY\npip install --user -e .\n```\n\n### Install SLIDE\n\n```bash\n# Install SLIDE on RSP\ngit clone https://github.com/yizedong/SLIDE.git\ncd SLIDE\npip install --user -e .\n```\n\n## Documentation\n\nFor detailed usage examples, see the [`example.ipynb`](https://github.com/yizedong/SLIDE/blob/main/example.ipynb) notebook included in the package.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Image subtraction package for LSST DECam data",
    "version": "0.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/yizedong/SLIDE/issues",
        "Documentation": "https://github.com/yizedong/SLIDE#readme",
        "Homepage": "https://github.com/yizedong/SLIDE",
        "Repository": "https://github.com/yizedong/SLIDE"
    },
    "split_keywords": [
        "astronomy",
        " lsst",
        " decam",
        " image-subtraction",
        " transient-detection"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a4ea0439be1d30352f6af2cbea02c324e037c8dada5db3501384f0285ad8b8c",
                "md5": "95ec4ee5d9ed57a5f184bec14d831079",
                "sha256": "6e0a3d59168c3183c2462bebb76020eef72d1e905a3a78098c90e5958f0bda0d"
            },
            "downloads": -1,
            "filename": "slide_lsst-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95ec4ee5d9ed57a5f184bec14d831079",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 19144,
            "upload_time": "2025-07-30T21:45:03",
            "upload_time_iso_8601": "2025-07-30T21:45:03.088123Z",
            "url": "https://files.pythonhosted.org/packages/6a/4e/a0439be1d30352f6af2cbea02c324e037c8dada5db3501384f0285ad8b8c/slide_lsst-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44608977117a6bd03dbe713df6c3a251a9d30b0f06d24358de59e7254f3903cd",
                "md5": "9c6a2dff5cebbfea02f4193624bd7b57",
                "sha256": "3674034fa4e7f417be4f5d87bea84dd447dae432832c37d80ddfd09721ef173a"
            },
            "downloads": -1,
            "filename": "slide_lsst-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9c6a2dff5cebbfea02f4193624bd7b57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 63069486,
            "upload_time": "2025-07-30T21:45:31",
            "upload_time_iso_8601": "2025-07-30T21:45:31.452272Z",
            "url": "https://files.pythonhosted.org/packages/44/60/8977117a6bd03dbe713df6c3a251a9d30b0f06d24358de59e7254f3903cd/slide_lsst-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 21:45:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yizedong",
    "github_project": "SLIDE",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "slide-lsst"
}
        
Elapsed time: 2.28823s