Metadata-Version: 2.1
Name: simim
Version: 0.3.5
Summary: Code for simulating the radio, sub-mm and FIR sky
Author: R P Keenan
License: MIT License
        
        Copyright (c) 2024 R P Keenan
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Documentation, https://simim.readthedocs.io
Project-URL: Repository, https://github.com/rpkeenan/simim_public
Keywords: astronomy,line intensity mapping,LIM,extragalactic,galaxy evolution,light cone,radio astronomy,millimeter astronomy,submillimeter astronomy,FIR astronomy
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: h5py
Requires-Dist: importlib-resources
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: scipy

SimIM
=====

SimIM is a tool for simulating the extra-galactic sky in radio, sub-mm and
far-infrared. Full documentation is available via [Read the
Docs](https://simim.readthedocs.io). Source code is avialable via
[GitHub](https://github.com/rpkeenan/simim_public).

This is Version 0.3, which includes utilities for downloading and formatting
simulation data, adding new properties such as spectral line emission to
simulations, visualizing basic data products, constructing light cones, making
pixelized maps or data cubes, and mocking instruments/timestreams. A future
release will add more detailed documentation with examples of all functionality
and relevant scientific applications.

What's Here
-----------

1. simim directory - source code for the SimIM package
2. setupsimim.py - script for completing SimIM setup when building from GitHub source code
3. docs directory - code for building documentation
4. tests directory - unit tests; these cover more recent additions to the SimIM source code
but are relatively sparse for the galprops, lightcone, and siminterface modules.
5. pyproject.toml, .readthedocs.yaml, .gitignore - config files for pip,
   readthedocs, and git

Change Log
----------
Version 0.3.5
- Update ascii loader for UniverseMachine to use less memory and hopefully run faster
- Minor bug fixes and some tests
