Browse Source

Update 'README.md'

Dun Mao 5 years ago
parent
commit
f00df5826a
1 changed files with 13 additions and 13 deletions
  1. 13 13
      README.md

+ 13 - 13
README.md

@@ -4,29 +4,29 @@ Calcium fluorescence signals of hundreds of simultaneously imaged neurons in mou
 
 data structure explained below:
 
-behavior.
+**behavior**.
 
-ts:	time stamp in second
+**ts**:	time stamp in second
 
-pos_norm: normalized position (0~1, circular) for each trial
+**pos_norm**: normalized position (0~1, circular) for each trial
 
-trial: trial number
+**trial**: trial number
 
-speed: movement speed, in cm/s
+**speed**: movement speed, in cm/s
 
-speed_raw: raw running speed, extracted directly from encoder pulses
+**speed_raw**: raw running speed, extracted directly from encoder pulses
 
-pos_cum: cumulative position (cm) for the entire session
+**pos_cum**: cumulative position (cm) for the entire session
 
-pos_raw: raw position (cm) for each trial
+**pos_raw**: raw position (cm) for each trial
 
 
-imaging:
+**imaging:**
 
-ratio: dF/F (%), nSamples x nCells
+**ratio**: dF/F (%), nSamples x nCells
 
-deconv: deconvolved calcium signal (%), nSamples x nCells
+**deconv**: deconvolved calcium signal (%), nSamples x nCells
 
-tt: time stamp in second
+**tt**: time stamp in second
 
-avgstack: mean stack image
+**avgstack**: mean stack image