Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulan-94 committed Sep 13, 2022
1 parent 52f4e0b commit 4a23ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ smops
.. image:: https://img.shields.io/pypi/v/smops.svg
:target: https://pypi.python.org/pypi/smops

.. image:: https://img.shields.io/travis/mulan-94/smops.svg
:target: https://travis-ci.com/mulan-94/smops



smops - (aka Smooth Operator) is a python package for interpolating channelised FITS model images over larger user-specified frequency channesl. i.e if you give smops 4 channel model fits images, it will return 16 model images. For example:

Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[metadata]
name = smops
version = attr: smops.VERSION
author = attr: smops.AUTHOR
email = attr: smops.EMAIL
author = L. Andati
email = [email protected]
description = Python script for interpolating FITS model images over frequency
long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst
keywords = smops, model frequency interpolation, FITS images
Expand All @@ -13,8 +13,9 @@
url = https://github.com/mulan-94/smops
python_requires = >=3.8
classifiers=
Development Status :: 2 - Pre-Alpha
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3.8
Expand Down

0 comments on commit 4a23ef1

Please sign in to comment.