- Nov 20, 2015
-
-
Jeremy M Fee authored
-
- Nov 16, 2015
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Nov 13, 2015
-
-
Hal Simpson authored
-
- Nov 12, 2015
-
-
Hal Simpson authored
-
- Nov 11, 2015
-
-
Hal Simpson authored
-
- Aug 26, 2015
-
-
Hal Simpson authored
-
- Jul 17, 2015
-
-
Hal Simpson authored
-
- Jul 13, 2015
-
-
Hal Simpson authored
-
- Jul 09, 2015
-
-
Jeremy M Fee authored
-
- Jul 08, 2015
-
-
Hal Simpson authored
-
- Jul 01, 2015
-
-
Hal Simpson authored
-
Hal Simpson authored
-
- Jun 30, 2015
-
-
Jeremy M Fee authored
-
Hal Simpson authored
Fixed odds and ends, and made convert_stream_to_masked, and _convert_trace_to_int non destrutive calls
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
Refactored code to put one channel at a time, instead of one trace at a time, to fix a problem with writing to edge. Added logic to use cwbhost/cwbport if data is older then 10 days, and the cwbhost/cwbport are provided. Added starttime/endtime to put_timeseries to match algorithm base class. Other cleanup as discovered.
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
Completed comments. Changed _send_trace to _put_trace, and moved RawInputClient initialization and close into _put_trace. Added routines to change a trace to a masked array, and change channels into int.
-
Hal Simpson authored
-
- Apr 03, 2015
-
-
Hal Simpson authored
-
- Mar 31, 2015
-
-
Hal Simpson authored
-
- Mar 30, 2015
-
-
Hal Simpson authored
-
- Mar 27, 2015
-
-
Hal Simpson authored
Added basic checking of start/end times. Divide by 1000 to pass back actual data. Post process data, to convert traces from Masked arrays, to ndarrays with nans for gaps, and fill stretch the beginning and ending of arrays with nans, to make the arrays the same length, as the time asked for.
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
Removed unused public methods. Added _set_metadata, which sets channel, type, interval locally. Cleaned up some logic
-
Hal Simpson authored
Added EdgeFactory, ObservatoryMetadata and their accompanying tests. EdgeFactory only has get_timeseries implemented, put_timeseries will be done later. ObserveatoryMetadata has the Observatory information hardcoded for now, future implementations will use something more dynamic.
-