LBEM-CH / focus

High Throughput Electron Microscopy Image Processing Software
http://www.focus-em.org
GNU General Public License v2.0
35 stars 14 forks source link

2dx Init-error #105

Closed scherers closed 9 years ago

scherers commented 9 years ago

Hi sebastian, When I open an image in 2dx image and initialize parameter, i get the following error for some of the images.. May I know, why it happens?? thanks..

#############################2dx_initialize_files#############################
==== Testing Endianess.
==============================================================================================
==== Testing correct size of input image.
============================================================================
==== Calculating magnification as 31250.
=============================================================================

==== Parameter initialization ran already.
===========================================================================
If this is wrong, set 'Initialization can be executed (again)' to 'Yes'.

==== HISTO - to produce a histogram of the grey-values in the image
==================================================
########################2dx_initialize_files
finished.########################
At line 36 of file /usr/local/2dx-master/kernel/mrc/lib/icllim.f (unit =
5, file = 'stdin')
Fortran runtime error: Bad integer for item 2 in list input

regards, selvaraj

sthennin commented 9 years ago

Hi, The program histo.exe reads the image dimensions from the input. What image dimension do you have set? Somehow, it appears that you don't supply a valid image dimension. This could be that you are supplying a floating point number (e.g., "2048.5") or a text (e.g., "5A"). Any of this? Henning.