Skip to content

Commit

Permalink
Merge pull request #18 from NTIA/calibration
Browse files Browse the repository at this point in the history
Moves calibration to scos-actions
  • Loading branch information
dboulware authored Jul 29, 2022
2 parents 1f86721 + 304a27e commit 2125ce1
Show file tree
Hide file tree
Showing 13 changed files with 36,889 additions and 38,052 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ importlib-metadata==4.11.3
# virtualenv
iniconfig==1.1.1
# via pytest
its-preselector @ git+https://github.com/NTIA/Preselector@0.0.1
its-preselector @ git+https://github.com/NTIA/Preselector@1.0.0
# via
# -r requirements.txt
# scos-actions
Expand Down Expand Up @@ -117,7 +117,7 @@ scipy==1.7.3
# via
# -r requirements.txt
# scos-actions
scos_actions @ git+https://github.com/NTIA/scos-actions@1.0.0
scos_actions @ git+https://github.com/NTIA/scos-actions@2.0.0
# via -r requirements.txt
sigmf @ git+https://github.com/NTIA/SigMF.git@multi-recording-archive
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django>=3.1.13, <4.0
environs>=9.0, <10.0
numpy>=1.0, <2.0
scos_actions @ git+https://github.com/NTIA/scos-actions@1.0.0
scos_actions @ git+https://github.com/NTIA/scos-actions@2.0.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environs==9.5.0
# via -r requirements.in
idna==3.3
# via requests
its-preselector @ git+https://github.com/NTIA/Preselector@0.0.1
its-preselector @ git+https://github.com/NTIA/Preselector@1.0.0
# via scos-actions
marshmallow==3.15.0
# via environs
Expand Down Expand Up @@ -46,7 +46,7 @@ ruamel-yaml-clib==0.2.6
# via ruamel-yaml
scipy==1.7.3
# via scos-actions
scos_actions @ git+https://github.com/NTIA/scos-actions@1.0.0
scos_actions @ git+https://github.com/NTIA/scos-actions@2.0.0
# via -r requirements.in
sigmf @ git+https://github.com/NTIA/SigMF.git@multi-recording-archive
# via scos-actions
Expand Down
3,994 changes: 1,997 additions & 1,997 deletions scos_usrp/configs/sensor_calibration.json.example

Large diffs are not rendered by default.

69,714 changes: 34,857 additions & 34,857 deletions scos_usrp/configs/sigan_calibration.json.example

Large diffs are not rendered by default.

224 changes: 0 additions & 224 deletions scos_usrp/hardware/calibration.py

This file was deleted.

Empty file.
80 changes: 0 additions & 80 deletions scos_usrp/hardware/tests/resources/utils.py

This file was deleted.

Loading

0 comments on commit 2125ce1

Please sign in to comment.