# Redshfiting
Use this package to shift radio sources (AGN, Clusters, ...) from a given redshift to a higher redshift. \
This can all be done in image plane, by giving a fits image as input.
Example to move the Perseus cluster from redshift 0.018 to 1.318:
```
from redshifting import move_source
myfits = 'Perseus_HBA_full.fits'
move_source(input_fits=myfits, orig_z=0.018, dz=1.3, output_fits='shifted_'+myfits)
```
This package is also on pypi:
https://pypi.org/project/redshifting/0.1.0/
Raw data
{
"_id": null,
"home_page": "",
"name": "redshifting",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,redshifting,radio astronomy",
"author": "Jurjen de Jong",
"author_email": "<jurjong@proton.me>",
"download_url": "https://files.pythonhosted.org/packages/78/59/05ee4b2c8d408a8d2caf67584ae864852ca182bd6c7d0246cd7072d12822/redshifting-1.3.tar.gz",
"platform": null,
"description": "# Redshfiting\n\nUse this package to shift radio sources (AGN, Clusters, ...) from a given redshift to a higher redshift. \\\nThis can all be done in image plane, by giving a fits image as input.\n\nExample to move the Perseus cluster from redshift 0.018 to 1.318:\n\n```\nfrom redshifting import move_source\nmyfits = 'Perseus_HBA_full.fits'\nmove_source(input_fits=myfits, orig_z=0.018, dz=1.3, output_fits='shifted_'+myfits)\n```\n\nThis package is also on pypi:\nhttps://pypi.org/project/redshifting/0.1.0/\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Redshift a radio source to a higher redshift",
"version": "1.3",
"split_keywords": [
"python",
"redshifting",
"radio astronomy"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "2dd41797c765f0966d0850c729df41d1",
"sha256": "4a6ff9c2018416d50361c30c54aa2bc602247dec9aeda5c6392e418c000722c6"
},
"downloads": -1,
"filename": "redshifting-1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2dd41797c765f0966d0850c729df41d1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4978,
"upload_time": "2022-12-12T18:08:04",
"upload_time_iso_8601": "2022-12-12T18:08:04.621276Z",
"url": "https://files.pythonhosted.org/packages/ea/65/3ee54bf4e50c212e2c19d40e9ea6f3c95ad5ef7380c0600576f1c1641554/redshifting-1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "530a193ff86cb1ea01d7939963a786f0",
"sha256": "1f6382548d5d19019f39c45fae09d8c5ae32554663eda5ef2b88f3ebc5f56921"
},
"downloads": -1,
"filename": "redshifting-1.3.tar.gz",
"has_sig": false,
"md5_digest": "530a193ff86cb1ea01d7939963a786f0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4536,
"upload_time": "2022-12-12T18:08:06",
"upload_time_iso_8601": "2022-12-12T18:08:06.139973Z",
"url": "https://files.pythonhosted.org/packages/78/59/05ee4b2c8d408a8d2caf67584ae864852ca182bd6c7d0246cd7072d12822/redshifting-1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-12 18:08:06",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "redshifting"
}