-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c709413
commit fe6100c
Showing
1 changed file
with
83 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,83 @@ | ||
>hidden_state | ||
>input_current | ||
>input_generation_settings | ||
|-->baseline | ||
|-->amplitude_scaling | ||
|-->tau | ||
|-->mean_firing_rate | ||
|-->sampling_rate | ||
|-->duration | ||
|-->FLAG_convert_to_amphere | ||
|-->condition | ||
|-->experimentname | ||
|-->experimentername | ||
|-->experimentnr | ||
|-->trialnr | ||
>membrane_potential | ||
>spikeindices | ||
>thresholds | ||
>thresholdindices | ||
>classification | ||
>classification/apwidth | ||
|-->ahpamp | ||
|-->meanspike | ||
|-->v | ||
|-->spikeindex | ||
|-->threshold | ||
|-->thresholdindex | ||
|-->apwidth | ||
|-->ahpamp | ||
>firing_rate | ||
>mean_threshold | ||
>Analysis | ||
>sta | ||
|-->ic | ||
|-->ic/raw | ||
|-->ic/cor | ||
|-->ic/correg | ||
|-->ic/priorPV | ||
|-->ic/STPV | ||
|-->ic/normalized_peakdistance | ||
|-->x | ||
|-->raw | ||
|-->cor | ||
|-->correg | ||
|-->priorPV | ||
|-->STPV | ||
|-->normalized_peakdistance | ||
>Analysis_Settings | ||
|-->threshold | ||
|-->thresholdmethod | ||
|-->searchthreshold | ||
|-->thresholdwindow | ||
|-->refractory_period | ||
|-->derthreshold | ||
|-->MIanalysis | ||
|-->windowtype | ||
|-->windowsize | ||
|-->factor_ron_roff | ||
|-->staparams | ||
|-->ic | ||
|-->normalize | ||
|-->lambda_original | ||
|-->window | ||
|-->factor_downsampling | ||
|-->lambdaI | ||
|-->projection_whichsta | ||
|-->x | ||
|-->normalize | ||
|-->lambda_original | ||
|-->window | ||
|-->factor_downsampling | ||
|-->lambdaI | ||
|-->projection_whichsta | ||
|-->classification | ||
|-->window | ||
|-->stdwindow | ||
|-->minisi | ||
|-->saveindividualsettings | ||
>normalized_trial | ||
|
||
Each cell data contains multiple trials. Each trial has the structure diplayed below: | ||
|
||
> data_index (dict) | ||
|->hidden_state (array) | ||
|->input_current (array) | ||
|->input_generation_settings (dict) | ||
|-->baseline | ||
|-->amplitude_scaling | ||
|-->tau | ||
|-->mean_firing_rate | ||
|-->sampling_rate | ||
|-->duration | ||
|-->FLAG_convert_to_amphere | ||
|-->condition | ||
|-->experimentname | ||
|-->experimentername | ||
|-->experimentnr | ||
|-->trialnr | ||
|->membrane_potential (array) | ||
|->spikeindices (array) | ||
|->thresholds (array) | ||
|->thresholdindices (array) | ||
|->classification | ||
|->classification/apwidth (dict) | ||
|-->ahpamp | ||
|-->meanspike (dict) | ||
|-->v | ||
|-->spikeindex | ||
|-->threshold | ||
|-->thresholdindex | ||
|-->apwidth | ||
|-->ahpamp | ||
|->firing_rate | ||
|->mean_threshold | ||
|->Analysis | ||
|->sta (dict) | ||
|-->ic | ||
|-->ic/raw | ||
|-->ic/cor | ||
|-->ic/correg | ||
|-->ic/priorPV | ||
|-->ic/STPV | ||
|-->ic/normalized_peakdistance | ||
|-->x | ||
|-->raw | ||
|-->cor | ||
|-->correg | ||
|-->priorPV | ||
|-->STPV | ||
|-->normalized_peakdistance | ||
|->Analysis_Settings (dict) | ||
|-->threshold | ||
|-->thresholdmethod | ||
|-->searchthreshold | ||
|-->thresholdwindow | ||
|-->refractory_period | ||
|-->derthreshold | ||
|-->MIanalysis (dict) | ||
|-->windowtype | ||
|-->windowsize | ||
|-->factor_ron_roff | ||
|-->staparams (dict) | ||
|-->ic (dict) | ||
|-->normalize | ||
|-->lambda_original | ||
|-->window | ||
|-->factor_downsampling | ||
|-->lambdaI | ||
|-->projection_whichsta | ||
|-->x (dict) | ||
|-->normalize | ||
|-->lambda_original | ||
|-->window | ||
|-->factor_downsampling | ||
|-->lambdaI | ||
|-->projection_whichsta | ||
|-->classification (dict) | ||
|-->window | ||
|-->stdwindow | ||
|-->minisi | ||
|-->saveindividualsettings | ||
|->normalized_trial (array) |