Viewing and downloading records from the Astroskin Dashboard

Records

Upon logging into your Astroskin account, you'll be directed to the Records page.

From here you can see a quick overview of your synced records.

You're presented with the option to View your processed data 


Download your data in .csv format

Or even download the raw format

Please note that some raw data files are provided in .wav format and can only be opened with certain software. 



All the files in .csv format can be viewed in Excel software. You will notice some of the files are in .wav format. These .wav files (too large to be supported in Excel) can be viewed in a Python programming language software (example of Python script - load_hx_data.py), such as  Pycharm3 or Anaconda. If you wish to open a Hexoskin .wav file directly in the Matlab environment, here is a Matlab script - load_hx_data.m that you can use.

Please note that these scripts are deprecated but are given as an example to help you with your code development.

 

If you don't have any programming experience, there is a way to convert all of the .wav files into .csv files that you will be able to open with Excel. Please see this article to get started