/sleepy

Tools for sleep research

Primary LanguageObjective-CApache License 2.0Apache-2.0

Welcome to sleepy!
==================

This project contains a collection of tools designed to help with
data analysis in sleep research. Most of the tools are highly specific
to the data gathered in experiments by the Sleep Research Group [1]
of the University of Helsinki.

[1] http://www.helsinki.fi/science/helsleep/

Project contents
----------------

This project contains the following tools:

eeg/Superpower.xls
    Superpower reads EEG power sums generated by Ratpower and provides
    a simple mechanism for roughly scoring the data. Manual scores can
    also be imported. The scored power data is then analyzed and
    summarized for configured time bins.

    Superpower combines ideas from the earlier Powerhirmu 3.0, Helper 2.3
    and 3hdelta.xls tools, but the implementation is new.

emg/emgscore.s2s
    Emgscore is a Spike2 script that helps in scoring EMG data.

emg/EMGpower.xls
    EMGpower is a simplified version of Superpower, designed to work with
    the power output produced by emgscore.s2s.

These tools have been written by Kirsi-Marja Rytkönen and Jukka Zitting.

License information
-------------------

Copyright 2009 Kirsi-Marja Rytkönen and Jukka Zitting

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.