소스 검색

[single cell ephys] improve section printing 2

Jan Grewe 5 년 전
부모
커밋
9caacb1933
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      single_cell_intracellular_spikes/explore.py

+ 2 - 3
single_cell_intracellular_spikes/explore.py

@@ -36,10 +36,9 @@ if __name__ == "__main__":
         print("Example file was not found")
         exit()
     nix_file = nix.File.open(example_file, nix.FileMode.ReadOnly)
+    embed()
     metadata_overview(nix_file, sec_type="recording", sec_name="recording")
-    print("*" * 80)
-    metadata_overview(nix_file)
-    
+
     nix_file.close()