Skip to content

Commit

Permalink
Noise filter and signal processing release.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettviren committed Aug 28, 2017
1 parent 8b6c23a commit 58abd15
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 39 deletions.
56 changes: 23 additions & 33 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,71 +1,61 @@
[submodule "gen"]
path = gen
url = git@github.com:WireCell/wire-cell-gen.git
url = https://github.com/WireCell/wire-cell-gen.git
update = merge
branch = 0.6.x
[submodule "sst"]
path = sst
url = git@github.com:WireCell/wire-cell-sst.git
url = https://github.com/WireCell/wire-cell-sst.git
update = merge
branch = 0.6.x
[submodule "iface"]
path = iface
url = git@github.com:WireCell/wire-cell-iface.git
url = https://github.com/WireCell/wire-cell-iface.git
update = merge
branch = 0.6.x
[submodule "riodata"]
path = riodata
url = [email protected]:WireCell/wire-cell-riodata.git
update = merge
[submodule "rootdict"]
path = rootdict
url = [email protected]:WireCell/wire-cell-rootdict.git
url = https://github.com/WireCell/wire-cell-riodata.git
update = merge
[submodule "util"]
path = util
url = [email protected]:WireCell/wire-cell-util.git
update = merge
[submodule "dfp"]
path = dfp
url = [email protected]:WireCell/wire-cell-dfp.git
update = merge
[submodule "alg"]
path = alg
url = [email protected]:WireCell/wire-cell-alg.git
update = merge
[submodule "rootvis"]
path = rootvis
url = [email protected]:WireCell/wire-cell-rootvis.git
url = https://github.com/WireCell/wire-cell-util.git
update = merge
branch = 0.6.x
[submodule "bio"]
path = bio
url = git@github.com:WireCell/wire-cell-bio.git
url = https://github.com/WireCell/wire-cell-bio.git
update = merge
[submodule "apps"]
path = apps
url = git@github.com:WireCell/wire-cell-apps.git
url = https://github.com/WireCell/wire-cell-apps.git
update = merge
branch = 0.6.x
[submodule "wire-cell-tbb"]
path = wire-cell-tbb
url = [email protected]:WireCell/wire-cell-tbb.git
update = merge
[submodule "tbb"]
path = tbb
url = [email protected]:WireCell/wire-cell-tbb.git
url = https://github.com/WireCell/wire-cell-tbb.git
update = merge
[submodule "python"]
path = python
url = git@github.com:WireCell/wire-cell-python.git
url = https://github.com/WireCell/wire-cell-python.git
update = merge
branch = 0.6.x
[submodule "cfg"]
path = cfg
url = git@github.com:WireCell/wire-cell-cfg.git
url = https://github.com/WireCell/wire-cell-cfg.git
update = merge
branch = 0.6.x
[submodule "sigproc"]
path = sigproc
url = git@github.com:WireCell/wire-cell-sigproc.git
url = https://github.com/WireCell/wire-cell-sigproc.git
update = merge
branch = 0.6.x
[submodule "waftools"]
path = waftools
url = git@github.com:WireCell/waf-tools.git
url = https://github.com/WireCell/waf-tools.git
update = merge
branch = 0.6.x
[submodule "sio"]
path = sio
url = [email protected]:WireCell/wire-cell-sio.git
url = https://github.com/WireCell/wire-cell-sio.git
branch = 0.6.x
1 change: 0 additions & 1 deletion alg
Submodule alg deleted from 878b26
1 change: 0 additions & 1 deletion dfp
Submodule dfp deleted from 888d72
1 change: 0 additions & 1 deletion rootdict
Submodule rootdict deleted from b1b7ac
1 change: 0 additions & 1 deletion rootvis
Submodule rootvis deleted from 89be5c
1 change: 0 additions & 1 deletion tbb
Submodule tbb deleted from 9d01d3
2 changes: 1 addition & 1 deletion waftools

0 comments on commit 58abd15

Please sign in to comment.