Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nexus
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
nexus
Commits
c541c5a9
Commit
c541c5a9
authored
1 year ago
by
Destiny Kuehn
Committed by
Maeva Pourpoint
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue 33: Removed trillium compact/240 options from NRL Wizard
parent
2f3433d0
No related branches found
No related tags found
1 merge request
!29
Issue 33: Removed trillium compact/240 options from NRL Wizard
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
conda-recipe/meta.yaml
+1
-1
1 addition, 1 deletion
conda-recipe/meta.yaml
nexus/__init__.py
+1
-1
1 addition, 1 deletion
nexus/__init__.py
nexus/hardware.py
+0
-18
0 additions, 18 deletions
nexus/hardware.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
21 deletions
conda-recipe/meta.yaml
+
1
−
1
View file @
c541c5a9
package
:
name
:
nexus-passoft
version
:
"
2023.4.
4
.0"
version
:
"
2023.4.
5
.0"
source
:
path
:
../
...
...
This diff is collapsed.
Click to expand it.
nexus/__init__.py
+
1
−
1
View file @
c541c5a9
...
...
@@ -4,4 +4,4 @@
__author__
=
"""
IRIS PASSCAL
"""
__email__
=
'
software-support@passcal.nmt.edu
'
__version__
=
'
2023.4.
4
.0
'
__version__
=
'
2023.4.
5
.0
'
This diff is collapsed.
Click to expand it.
nexus/hardware.py
+
0
−
18
View file @
c541c5a9
...
...
@@ -210,28 +210,12 @@ def load(filename = defaultsfile):
def
create_defaults
():
s
=
Sensor
(
'
Na
'
)
sensors
.
append
(
s
)
s
=
Sensor
(
'
CMG-3T
'
)
s
.
NRL_keys
=
(
'
Guralp
'
,
'
CMG-3T
'
,
'
120s - 50Hz
'
,
'
1500
'
)
sensors
.
append
(
s
)
s
=
Sensor
(
'
CMG-40T
'
)
s
.
NRL_keys
=
(
'
Guralp
'
,
'
CMG-40T
'
,
'
30s - 50 Hz
'
,
'
800
'
)
sensors
.
append
(
s
)
s
=
Sensor
(
'
Trillium 40
'
)
s
.
NRL_keys
=
(
'
Nanometrics
'
,
'
Trillium 40
'
)
sensors
.
append
(
s
)
s
=
Sensor
(
'
Trillium 120 Compact
'
)
s
.
NRL_keys
=
(
'
Nanometrics
'
,
'
Trillium Compact
'
,
'
120 s
'
)
sensors
.
append
(
s
)
s
=
Sensor
(
'
Trillium 240 gen1
'
)
s
.
NRL_keys
=
(
'
Nanometrics
'
,
'
Trillium 240
'
,
'
1 - serial numbers < 400
'
)
sensors
.
append
(
s
)
s
=
Sensor
(
'
Trillium 240 gen2
'
)
s
.
NRL_keys
=
(
'
Nanometrics
'
,
'
Trillium 240
'
,
'
2 - serial numbers >= 400
'
)
sensors
.
append
(
s
)
s
=
Sensor
(
'
L-22
'
)
s
.
NRL_keys
=
(
'
Sercel/Mark Products
'
,
'
L-22D
'
,
'
5470 Ohms
'
,
'
20000 Ohms
'
)
sensors
.
append
(
s
)
...
...
@@ -247,13 +231,11 @@ def create_defaults():
d
=
DataLogger
(
'
Na
'
)
dataloggers
.
append
(
d
)
d
=
DataLogger
(
'
RT-130
'
)
d
.
NRL_keys
=
(
'
REF TEK
'
,
'
RT 130 & 130-SMA
'
,
PlaceHolder
.
GAIN
,
PlaceHolder
.
SR
)
d
.
soh_resps
[
'
LOG
'
]
=
None
d
.
soh_resps
[
'
VM
'
]
=
'
RT130_VM_RESP
'
dataloggers
.
append
(
d
)
d
=
DataLogger
(
'
Q330
'
)
d
.
NRL_keys
=
(
'
Quanterra
'
,
'
Q330SR
'
,
PlaceHolder
.
GAIN
,
PlaceHolder
.
SR
,
'
LINEAR AT ALL SPS
'
)
d
.
soh_resps
[
'
ACE
'
]
=
None
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
c541c5a9
...
...
@@ -50,6 +50,6 @@ setup(
packages
=
find_packages
(
include
=
[
'
nexus
'
]),
test_suite
=
'
tests
'
,
url
=
'
https://git.passcal.nmt.edu/software_public/passoft/nexus
'
,
version
=
'
2023.4.
4
.0
'
,
version
=
'
2023.4.
5
.0
'
,
zip_safe
=
False
,
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment