Changeset 3322
- Timestamp:
- Mar 28, 2018 4:03:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2img_GE.py
r3321 r3322 153 153 print('Assumed 2048x2048') 154 154 size = 2048 155 nframes = 3 155 statinfo = os.stat(str(File).split("'")[1]) 156 fsize = statinfo.st_size 157 nframes = (fsize-8192)/(2*2048**2) 156 158 # return 0,0,0,0,False # probably should quit now 157 159 if imagenum > nframes:
Note: See TracChangeset
for help on using the changeset viewer.