Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

From 2015, CSPM uses a new file format for physiology. The old one was "hd2000", which ran separately, but which was very clunky.

Raw data

In the study data folder, the "raw" data is from whatever recording we had: Biopac, IFF-PHYS, instrunet,or WHH. The "phys" folder contains the data in a universal format. (The MRI equivalent is DICOM, PAR/REC, Analyze for the raw, and nifti for the converted.)

phys folder

Each channel is saved as a MATLAB timeseries object, with asynchronous (that is, not necessarily uniformly sampled) time values. 

FileStructureFieldsSubfieldsDescription
info[protocol_id].matC.study_id link to study in database
  .num_channels  
  .channel{1:N} cell array of channels
   .namechannel name
   .filenamemat file of timeseries object; variable has channel name. File is located in phys folder)
   .sample_rateempty for asynchronous
  • No labels