load_session(filename)
Load an OSCAR session file (.001)
| Parameters: |
|
|---|
| Returns: |
|
|---|
read_channel_data(buffer, position, data_data, channel_num)
Read data of one channel of an OSCAR session file.
| Parameters: |
|
|---|
| Returns: |
|
|---|
read_channel_metadata(buffer, position)
Read metadata of a channel in an OSCAR session file.
| Parameters: |
|
|---|
| Returns: |
|
|---|
read_event_metadata(buffer, position)
Read one event metadata of an OSCAR session file.
| Parameters: |
|
|---|
| Returns: |
|
|---|
read_session(buffer, position)
Read a session of an OSCAR session file. Only support version >= 10 at the moment.
| Parameters: |
|
|---|
| Returns: |
|
|---|
read_session_data(buffer, position)
Read the session data of an OSCAR session file.
| Parameters: |
|
|---|
| Returns: |
|
|---|
read_session_header(buffer, position)
Read the header of an OSCAR session file. Only support version >= 10 at the moment.
| Parameters: |
|
|---|
| Returns: |
|
|---|