-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPKG-INFO
30 lines (28 loc) · 1.4 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Metadata-Version: 1.1
Name: lsl
Version: 2.0.0
Summary: LWA Software Library
Home-page: https://fornax.phys.unm.edu/lwa/trac/
Author: Jayce Dowell
Author-email: jdowell@unm.edu
License: GPL
Description: This package contains a collection of tools for reading, format shifting, and analyzing LWA data. It also contains the majority of the lwa_user library developed by NRL. The lwa_user modules includes (and their respective names in the LSL package are):
* lwa_user.astro (lsl.astro)
* lwa_user.catalog (lsl.catalog)
* lwa_user.mathutil (lsl.misc.mathutil)
* lwa_user.nec_util (lsl.sim.nec_util)
* lwa_user.skymap (lsl.skymap)
* lwa_user.transform (lsl.transform)
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux