eigsep-corr 2.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- eigsep_corr-2.0.0/PKG-INFO +49 -0
- eigsep_corr-2.0.0/README.md +22 -0
- eigsep_corr-2.0.0/eigsep_corr/__init__.py +4 -0
- eigsep_corr-2.0.0/eigsep_corr/blocks.py +1653 -0
- eigsep_corr-2.0.0/eigsep_corr/config/config.yaml +98 -0
- eigsep_corr-2.0.0/eigsep_corr/config.py +37 -0
- eigsep_corr-2.0.0/eigsep_corr/data/eigsep_fengine_1g_v2_3_2024-07-08_1858.fpg +5481 -19
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/box_fem/buck_no_antenna_atten8.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/box_fem/buck_with_antenna_atten0.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/box_fem/buck_with_antenna_atten15.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/box_fem/buck_with_antenna_atten8.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/box_fem/buck_with_antenna_filters_10dB.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/box_fem/ps_with_antenna_atten0.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/box_fem/ps_with_antenna_atten15.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/box_fem/ps_with_antenna_atten8.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/box_fem/ps_with_antenna_filters_10dB.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/fem/012.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/fem/032.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/fem/320.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/fem/348.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/fiber/1.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/fiber/2.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/fiber/3.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/fiber/4.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/fiber/5.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/pam/375.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/pam/376.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/pam/377.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/pam/378.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/power/antenna/buck_0.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/power/antenna/buck_15.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/power/antenna/ps_0.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/power/antenna/ps_15.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/power/antenna_atten_filter/buck_15.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/power/antenna_atten_filter/ps_15.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/power/powerbuck_east.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/power/powerbuck_north.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/power/powerps_east.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/power/powerps_north.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/data/gain_cal/snap/C000091.npz +0 -0
- eigsep_corr-2.0.0/eigsep_corr/fpga.py +815 -0
- eigsep_corr-2.0.0/eigsep_corr/io.py +217 -0
- eigsep_corr-2.0.0/eigsep_corr/testing.py +200 -0
- eigsep_corr-2.0.0/eigsep_corr/tests/test_fpga.py +213 -0
- eigsep_corr-2.0.0/eigsep_corr/tests/test_io.py +116 -0
- eigsep_corr-2.0.0/eigsep_corr/utils.py +93 -0
- eigsep_corr-2.0.0/eigsep_corr.egg-info/PKG-INFO +49 -0
- eigsep_corr-2.0.0/eigsep_corr.egg-info/SOURCES.txt +51 -0
- eigsep_corr-2.0.0/eigsep_corr.egg-info/dependency_links.txt +1 -0
- eigsep_corr-2.0.0/eigsep_corr.egg-info/requires.txt +16 -0
- eigsep_corr-2.0.0/eigsep_corr.egg-info/top_level.txt +1 -0
- eigsep_corr-2.0.0/pyproject.toml +68 -0
- eigsep_corr-2.0.0/setup.cfg +4 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: eigsep_corr
|
|
3
|
+
Version: 2.0.0
|
|
4
|
+
Summary: Software to control EIGSEP correlator on SNAP.
|
|
5
|
+
Author-email: Christian Hellum Bye <chbye@berkeley.edu>
|
|
6
|
+
License: MIT
|
|
7
|
+
Classifier: Intended Audience :: Science/Research
|
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Topic :: Scientific/Engineering :: Astronomy
|
|
11
|
+
Requires-Python: >=3.10
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
Requires-Dist: numpy
|
|
14
|
+
Requires-Dist: pyyaml
|
|
15
|
+
Requires-Dist: redis
|
|
16
|
+
Provides-Extra: plot
|
|
17
|
+
Requires-Dist: matplotlib; extra == "plot"
|
|
18
|
+
Provides-Extra: dev
|
|
19
|
+
Requires-Dist: build; extra == "dev"
|
|
20
|
+
Requires-Dist: matplotlib; extra == "dev"
|
|
21
|
+
Requires-Dist: twine; extra == "dev"
|
|
22
|
+
Requires-Dist: ruff; extra == "dev"
|
|
23
|
+
Requires-Dist: fakeredis==2.34.1; extra == "dev"
|
|
24
|
+
Requires-Dist: pytest; extra == "dev"
|
|
25
|
+
Requires-Dist: pytest-cov; extra == "dev"
|
|
26
|
+
Requires-Dist: pytest-timeout; extra == "dev"
|
|
27
|
+
|
|
28
|
+
# eigsep_corr
|
|
29
|
+
|
|
30
|
+
Low-level SNAP FPGA correlator driver for EIGSEP.
|
|
31
|
+
|
|
32
|
+
## Installation
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
pip install eigsep_corr
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### Hardware dependency
|
|
39
|
+
|
|
40
|
+
Controlling SNAP hardware requires
|
|
41
|
+
[casperfpga](https://github.com/EIGSEP/casperfpga), which is **not** included
|
|
42
|
+
in the PyPI package because it must be installed from source. The pinned version
|
|
43
|
+
is tracked in `hardware-requirements.txt`:
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
pip install -r hardware-requirements.txt
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
See that file for the current tag (currently **v0.6.0**).
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# eigsep_corr
|
|
2
|
+
|
|
3
|
+
Low-level SNAP FPGA correlator driver for EIGSEP.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
pip install eigsep_corr
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
### Hardware dependency
|
|
12
|
+
|
|
13
|
+
Controlling SNAP hardware requires
|
|
14
|
+
[casperfpga](https://github.com/EIGSEP/casperfpga), which is **not** included
|
|
15
|
+
in the PyPI package because it must be installed from source. The pinned version
|
|
16
|
+
is tracked in `hardware-requirements.txt`:
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
pip install -r hardware-requirements.txt
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
See that file for the current tag (currently **v0.6.0**).
|