Browse Source

updated gitignore

master
jim 10 years ago
parent
commit
852b365e2e
2 changed files with 1 additions and 15 deletions
  1. +1
    -1
      .gitignore
  2. +0
    -14
      run.py

+ 1
- 1
.gitignore View File

@ -3,7 +3,7 @@ run.py
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
.idea/
# C extensions
*.so


+ 0
- 14
run.py View File

@ -1,14 +0,0 @@
from nd2reader import Nd2
from pprint import pprint
import numpy as np
from skimage import io
for image_set in Nd2("/home/jim/Desktop/nd2hacking/YFP-dsRed-GFP-BF.nd2").image_sets(0):
for image in image_set:
print(image.timestamp, image._channel, image._z_level)
print("")
# n = Nd2("/home/jim/Desktop/nd2hacking/test-141111.nd2")

Loading…
Cancel
Save