{ "info": { "author": "Asher Wasserman", "author_email": "adwasser@ucsc.edu", "bugtrack_url": null, "classifiers": [], "description": "masktools\n=========\n\nUtilities for designing DEIMOS slitmasks\n\nContact: \n\nWebsite: \n\nRequired packages\n-----------------\n* numpy (tested on 1.11.0)\n* astropy (tested on 1.1.1)\n* matplotlib (tested on 1.5.0)\n* astroquery (tested on 0.3.1)\n\n\nmasktools.superskims\n--------------------\n\nThis package is for creating distributions of SKiMS (Stellar Kinematics with Multiple Slits) \nwhich optimally sample the integrated stellar light of a galaxy.\n\nAuthors: Nicola Pastorello and Asher Wasserman\n\nThis packages installs the `superskims` script, which creates dsim input files for a given galaxy.\n\n> usage: superskims [-h] [-m MU_EFF] [-r RA] [-d DEC] [-q]\n> name R_eff axial_ratio position_angle num_masks\n> \n> This script generates dsim input files from the inputted galaxy parameters\n> \n> positional arguments:\n> name Name of galaxy for output and NED lookup\n> R_eff Effective radius of galaxy in arcseconds\n> axial_ratio Ratio of minor axis to major axis\n> position_angle In degrees counter-clockwise from North\n> num_masks Number of masks for the galaxy\n> \n> optional arguments:\n> -h, --help show this help message and exit\n> -m MU_EFF, --mu_eff MU_EFF\n> Effective surface brightness in mag/arcsec^2, default\n> is 22\n> -r RA, --ra RA Right ascension, in degrees J2000. If name is findable\n> by NED, will use that one instead.\n> -d DEC, --dec DEC Declination, in degrees J2000. If name is findable by\n> NED, will use that one instead.\n> -q, --quiet If toggled, suppress console output.\n\nFor more fine-grained control, you can access the Mask and Galaxy classes through the `masktools.superskims` package while within a python environment, e.g.,::\n\n from masktools import superskims\n from astropy.coordinates import SkyCoord\n center = SkyCoord('12h35m37.9s +12d15m50s')\n galaxy = superskims.Galaxy(name='N4551', center=center, r_eff=16.6, \n axial_ratio=0.75, position_angle=70.5)\n galaxy.optimize(num_masks=4)\n for mask in galaxy.masks:\n output_file = mask.name + '_PA{:0.1f}_superskims.dsim'.format(mask.mask_pa)\n superskims.outputs.save_to_dsim(mask, galaxy.center, output_file)\n\nmasktools.stars\n---------------\nThis package is for obtaining good guide stars and align stars for a mask. Work in progress.\nThe `get_table` method in the `query_usno` model is likely to be reorganized at some point.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/adwasser/masktools/tarball/0.0.6", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adwasser/masktools", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "masktools", "package_url": "https://pypi.org/project/masktools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/masktools/", "project_urls": { "Download": "https://github.com/adwasser/masktools/tarball/0.0.6", "Homepage": "https://github.com/adwasser/masktools" }, "release_url": "https://pypi.org/project/masktools/0.0.6/", "requires_dist": null, "requires_python": null, "summary": "Tools for making DEIMOS slit masks", "version": "0.0.6" }, "last_serial": 2250068, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "81dfceeb5c708ad4c37f086dde0ad768", "sha256": "51b37b3ba370fba4a1e57b4c128b64e47497397e4714f5a60423bc21c936f9f6" }, "downloads": -1, "filename": "masktools-0.0.3.tar.gz", "has_sig": false, "md5_digest": "81dfceeb5c708ad4c37f086dde0ad768", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9706, "upload_time": "2016-06-23T20:50:14", "url": "https://files.pythonhosted.org/packages/b7/8d/e8765a7468d26f9ebafa8acdb61ea0a65fa77db10f6dccce3dd7915aaa93/masktools-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "ce8ebfcac0662d3da48c5066da2513d8", "sha256": "692467e70f053e6b1aa261b97fe40501901574cb070a39f981524514604e7dc3" }, "downloads": -1, "filename": "masktools-0.0.4.tar.gz", "has_sig": false, "md5_digest": "ce8ebfcac0662d3da48c5066da2513d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10735, "upload_time": "2016-06-23T22:11:37", "url": "https://files.pythonhosted.org/packages/39/d5/49a826b2aaa84c4f1f89dd4b1e9f8ebbe93a049fa7f8d1c97f1c8456d6ec/masktools-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "e7127a403d1f3ab82441f2f409fa9117", "sha256": "446876eb890f158b8c0df778b42fb152eff37bbf13561f07291d2b51c960097f" }, "downloads": -1, "filename": "masktools-0.0.5.tar.gz", "has_sig": false, "md5_digest": "e7127a403d1f3ab82441f2f409fa9117", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11720, "upload_time": "2016-06-27T18:24:02", "url": "https://files.pythonhosted.org/packages/f2/57/f33f62a9c358ea30d13deaa2edcb0bb1576096c07b215645d63419bb45a0/masktools-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "464560d587ec0e00dd7f7ad988a89f74", "sha256": "66f86499fe419af07010a915732082ca395944b54b951e514bfbd234b5c61d77" }, "downloads": -1, "filename": "masktools-0.0.6.tar.gz", "has_sig": false, "md5_digest": "464560d587ec0e00dd7f7ad988a89f74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11864, "upload_time": "2016-07-28T21:33:57", "url": "https://files.pythonhosted.org/packages/4f/7c/ceaf45e28e6cb5d1f5e483a4213cd7d4b1bc8712878a2a8d74fc0d1016de/masktools-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "464560d587ec0e00dd7f7ad988a89f74", "sha256": "66f86499fe419af07010a915732082ca395944b54b951e514bfbd234b5c61d77" }, "downloads": -1, "filename": "masktools-0.0.6.tar.gz", "has_sig": false, "md5_digest": "464560d587ec0e00dd7f7ad988a89f74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11864, "upload_time": "2016-07-28T21:33:57", "url": "https://files.pythonhosted.org/packages/4f/7c/ceaf45e28e6cb5d1f5e483a4213cd7d4b1bc8712878a2a8d74fc0d1016de/masktools-0.0.6.tar.gz" } ] }