adlofts created page: contributing authored by Andrew Lofts's avatar Andrew Lofts
...@@ -18,21 +18,19 @@ and a Dedicated Programming award from SHARCNet, Compute Ontario.* ...@@ -18,21 +18,19 @@ and a Dedicated Programming award from SHARCNet, Compute Ontario.*
Property grid using JIDE implementation, by Levente Hunyadi* Property grid using JIDE implementation, by Levente Hunyadi*
# Page Navigation # Page Navigation
**Set Up**
* [Configuration](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/config) * [Configuration](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/config)
*** * [Epoching and Concatenating Data](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/epoching-data)
**Editing and Creating Marks**
* [Creating Marks Visually](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/manual-vised-edit) * [Creating Marks Visually](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/manual-vised-edit)
* [Creating Marks by Script](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/vised) * [Creating Marks by Script](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/vised)
*** * [Selecting, Editing and Creating Advanced Marks](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/selecting-marks)
* [Selecting and Editing Marks](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/selecting-marks)
* [Epoching and Concatenating Data](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/epoching-data)
***
* [Tutorial Packages](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/tutorials) **Marks Design**
* [Vised Marks Design and Structures](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/marks) * [Vised Marks Design and Structures](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/marks)
* [Functions](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/functions) * [Functions](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/functions)
* [Contributing and Contacting Us](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/contributing)
# Tutorials and Best Practice # Tutorials and Best Practice
There are three symbols that you should keep an eye out for in this documentation: There are three symbols that you should keep an eye out for in this documentation:
...@@ -44,6 +42,11 @@ There are three symbols that you should keep an eye out for in this documentatio ...@@ -44,6 +42,11 @@ There are three symbols that you should keep an eye out for in this documentatio
* :floppy_disk: Please note that whenever you make a change to a GUI(Graphic User Interface) field box, you must click off of it so that the field box is **not** highlighted, for EEGLAB to record your change. * :floppy_disk: Please note that whenever you make a change to a GUI(Graphic User Interface) field box, you must click off of it so that the field box is **not** highlighted, for EEGLAB to record your change.
***
* [Tutorial Packages](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/tutorials)
* [Contributing and Contacting Us](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/contributing)
# Getting Started! # Getting Started!
The vised marks extension is a multipurpose tool that has many useful features for visualising and editing EEG data. Its functions can be summarised in to three main categories: The vised marks extension is a multipurpose tool that has many useful features for visualising and editing EEG data. Its functions can be summarised in to three main categories:
1. Manually edit the data by interacting with the scroll data and placing marks manually. 1. Manually edit the data by interacting with the scroll data and placing marks manually.
... ...
......