Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem opening signals with OpenSignals #16

Open
DavidGMarquez opened this issue Jan 18, 2017 · 0 comments
Open

Problem opening signals with OpenSignals #16

DavidGMarquez opened this issue Jan 18, 2017 · 0 comments

Comments

@DavidGMarquez
Copy link
Owner

Usually the new opensignals ask for the sampling frequency but sometimes it doesn't open the file.

Example this header is not valid:

JSON Text File Format

{"SamplingResolution": "10", "SampledChannels": [1, 2, 3, 4], "SamplingFrequency": "100", "ColumnLabels": ["signals/others/SeqN", "signals/others/Ind", "signals/AnalogInputs/Analog2/Signal2", "signals/AnalogInputs/Analog3/Signal3"], "AcquiringDevice": "20:16:02:26:59:04", "Version": "111", "StartDateTime": "Jan 18, 2017 12:16:46"}

EndOfHeader

While this yes

JSON Text File Format

{"SamplingResolution": "10", "SampledChannels": [1, 2, 3, 4], "SamplingFrequency": "100", "ColumnLabels": ["signals/others/SeqN", "signals/others/Ind", "signals/AnalogInputs/Analog2/Signal2", "signals/AnalogInputs/Analog3/Signal3"], "AcquiringDevice": "20:16:02:26:59:04", "Version": "111", "StartDateTime": "Jan 18, 2017 11:56:43 AM"}

EndOfHeader

The only difference is the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant