-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added cached loader and updated middleman
- Loading branch information
Showing
17 changed files
with
410 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,6 @@ needs to take another hop: | |
|
||
|
||
|
||
|
||
# Configuration | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"Comment": "This is a configuration for the middle-man.", | ||
"transport_rx": | ||
{ | ||
"comment": "Receiver part of the middle-man. Read using BP4 for the time being.", | ||
"chunk_size": 10000, | ||
"nstep": 5, | ||
"datapath": "/global/cscratch1/sd/rkube/KSTAR/kstar_streaming/018431/", | ||
"engine": "BP4", | ||
"channel_range": ["L0101-2408"], | ||
"params": | ||
{ | ||
"This section": "IsEmpty" | ||
} | ||
}, | ||
"transport_tx": | ||
{ | ||
"engine": "SST", | ||
"channel_range": ["L0101-2408"], | ||
"params": | ||
{ | ||
"RegistrationMethod": "File" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"shotnr": 18431, | ||
"source": | ||
{ | ||
"source_file": "/global/homes/r/rkube/repos/delta/ECEI.018431.LFS.h5", | ||
"chunk_size": 10000, | ||
"num_chunks": 500, | ||
"channel_range": ["L0101-2408"] | ||
}, | ||
"params_bad": | ||
{ | ||
"IPAddress": "128.55.205.18", | ||
"DataTransport": "WAN", | ||
"Timeout": "300", | ||
"Port": "12400", | ||
"OneToOneMode": "TRUE", | ||
"AlwaysProvideLatestTimestep": "FALSE", | ||
"OpenTimeoutSecs": "300" | ||
}, | ||
"transport_kstar": | ||
{ | ||
"chunk_size": 10000, | ||
"nstep": 500, | ||
"datapath": "/global/cscratch1/sd/rkube/delta/tmp_kstar", | ||
"channel_range": ["L0101-2408"], | ||
"engine": "BP4", | ||
"params": | ||
{ | ||
"DataTransport": "WAN", | ||
"OpenTimeoutSecs": "60", | ||
"IPAddress": "128.55.205.19", | ||
"Timeout": "60", | ||
"Port": "50555" | ||
} | ||
}, | ||
"transport_nersc": | ||
{ | ||
"chunk_size": 10000, | ||
"nstep": 500, | ||
"datapath": "/global/cscratch1/sd/rkube/delta/tmp_nersc", | ||
"channel_range": ["L0101-2408"], | ||
"engine": "BP4", | ||
"params": | ||
{ | ||
"DataTransport": "WAN", | ||
"OpenTimeoutSecs": "60", | ||
"IPAddress": "128.55.205.19", | ||
"Timeout": "60", | ||
"Port": "50555" | ||
} | ||
}, | ||
"storage_mongo": | ||
{ | ||
"backend": "mongo", | ||
"datastore": "gridfs", | ||
"datadir": "/global/cscratch1/sd/rkube/delta" | ||
}, | ||
"storage": | ||
{ | ||
"backend": "null" | ||
}, | ||
"ECEI_cfg": { | ||
"TriggerTime": [-0.12, 61.2, 60], | ||
"t_norm": [-0.119, -0.109], | ||
"SampleRate": 500, | ||
"TFcurrent": 23000.0, | ||
"Mode": "O", | ||
"LoFreq": 81, | ||
"LensFocus": 80, | ||
"LensZoom": 340}, | ||
"fft_params" : {"nfft": 512, "window": "hann", "overlap": 0.5, "detrend": "constant", "full": true}, | ||
"task_list": [{ | ||
"task_description" : "cross_correlation", | ||
"analysis": "cross_correlation", | ||
"channel_chunk_size": 32768, | ||
"ref_channels" : "L0101-2408", | ||
"cmp_channels" : "L0101-2408" | ||
}, | ||
{ | ||
"task_description" : "cross_power", | ||
"analysis": "cross_power", | ||
"channel_chunk_size": 32768, | ||
"ref_channels" : "L0101-2408", | ||
"cmp_channels" : "L0101-2408" | ||
}, | ||
{ | ||
"task_description" : "cross_phase", | ||
"analysis": "cross_phase", | ||
"channel_chunk_size": 32768, | ||
"ref_channels" : "L0101-2408", | ||
"cmp_channels" : "L0101-2408" | ||
}, | ||
{ | ||
"task_description" : "coherence", | ||
"analysis": "coherence", | ||
"channel_chunk_size": 32768, | ||
"ref_channels" : "L0101-2408", | ||
"cmp_channels" : "L0101-2408" | ||
}] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.