{
  "manifest": {
    "$BASE_DIR": "${configdir}",
    "$OUTPUT_DIR": "$BASE_DIR/output"
  },
  "target_simulator": "NEURON",
  "run": {
    "tstart": 0.0,
    "tstop": 150000.0,
    "dt": 0.1,
    "dL": 5,
    "spike_threshold": -10,
    "nsteps_block": 5000
  },
  "conditions": {
    "celsius": 34.0,
    "v_init": -80.0
  },
  "inputs": {
    "exc_stim_spikes": {
      "input_type": "spikes",
      "module": "sonata",
      "input_file": "$BASE_DIR/exc_stim_spikes.h5",
      "node_set": "exc_stim"
    },
    "prox_inh_stim_spikes": {
      "input_type": "spikes",
      "module": "sonata",
      "input_file": "$BASE_DIR/prox_inh_stim_spikes.h5",
      "node_set": "prox_inh_stim"
    },
    "dist_inh_stim_spikes": {
      "input_type": "spikes",
      "module": "sonata",
      "input_file": "$BASE_DIR/dist_inh_stim_spikes.h5",
      "node_set": "dist_inh_stim"
    }
  },
  "output": {
    "log_file": "log.txt",
    "output_dir": "$OUTPUT_DIR",
    "spikes_file": "spikes.h5"
  },
  "reports": {
    "Ca_HVA.ica_report": {
      "variable_name": "Ca_HVA.ica",
      "cells": "all",
      "module": "membrane_report",
      "sections": "all"
    },
    "Ca_LVAst.ica_report": {
      "variable_name": "Ca_LVAst.ica",
      "cells": "all",
      "module": "membrane_report",
      "sections": "all"
    },
    "Ih.ihcn_report": {
      "variable_name": "Ih.ihcn",
      "cells": "all",
      "module": "membrane_report",
      "sections": "all"
    },
    "NaTa_t.gNaTa_t_report": {
      "variable_name": "NaTa_t.gNaTa_t",
      "cells": "all",
      "module": "membrane_report",
      "sections": "all"
    },
    "inmda_report": {
      "variable_name": "inmda",
      "cells": "all",
      "module": "membrane_report",
      "sections": "all"
    },
    "v_report": {
      "variable_name": "v",
      "cells": "all",
      "module": "membrane_report",
      "sections": "all"
    },
    "ecp": {
      "cells": "all",
      "variable_name": "v",
      "module": "extracellular",
      "electrode_positions": "$COMPONENTS_DIR/recXelectrodes/linear_electrode.csv",
      "file_name": "ecp.h5",
      "electrode_channels": "all"
      }
  },
  "node_sets_file": "$BASE_DIR/node_sets.json",
  "network": "$BASE_DIR/circuit_config.json"
}