Metadata-Version: 2.1
Name: cubeinspect
Version: 0.1.3
Summary: View slices of FITS cubes.
Home-page: https://github.com/alecthomson/cubeinspect
Author: Alec Thomson
Author-email: alec.thomson@anu.edu.au
License: BSD 3-clause "New" or "Revised License"
Description: 
        # cubeinspect
        
        A tool for quickly inspecting channels in large astronomical data cubes, stored in FITS. Written for use by the POSSUM collaboration.
        
        
        ## Installation
        
        Use the package manager [pip](https://pypi.org/) to install cubeinspect.
        
        ```bash
        pip install cubeinspect
        ```
        
        ## Usage
        
        ```
        $ cubei -h
        usage: cubei [-h] [-v] [-t] [-c vmin vmax] fitsfile channel
        
            Open big file and make an average image of a selected channel.
            Image will be squared so that Stokes Q and U look reasonable.
        
            Saves a png with same name as FITS image + .medimage.png
        
        
        
        positional arguments:
          fitsfile      FITS file to open
          channel       Channel to inspect
        
        optional arguments:
          -h, --help    show this help message and exit
          -v            Verbosity.
          -t            Make thumbnail (takes extra time!)
          -c vmin vmax  Limits for image (defaults to vmax=std(image))
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        [BSD 3-clause](https://choosealicense.com/licenses/bsd-3-clause/)
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
