Van Hateren Data Set conversion
Posted: 2015-08-24T15:26:16-07:00
I am having trouble converting the van hateren dataset files (http://bethgelab.org/datasets/vanhateren/) to a file type compatible with Experiment Builder (http://www.sr-research.com/eb.html). On the first website, there is a section discussing the line of code that needs to be used to convert this file type to a more convenient and manipulable type. I proceeded as follows in the command prompt:
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\Owner>convert -size 1536x1024 -depth 16 gray:imk00001.imc imk00001.fits
convert.exe: unable to open image `imk00001.imc': No such file or directory @ er
ror/blob.c/OpenBlob/2695.
convert.exe: no images defined `imk00001.fits' @ error/convert.c/ConvertImageCom
mand/3230.
and then,
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\Owner>convert -size 1536x1024 -depth 16 -endian MSB gray:imk00001.imc i
mk00001.fits
convert.exe: unable to open image `imk00001.imc': No such file or directory @ er
ror/blob.c/OpenBlob/2695.
convert.exe: no images defined `imk00001.fits' @ error/convert.c/ConvertImageCom
mand/3230.
Please remember that I am new to Imagemagick and am solely using it to convert these images to a file type that I can use. Thank you in advance for your help.
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\Owner>convert -size 1536x1024 -depth 16 gray:imk00001.imc imk00001.fits
convert.exe: unable to open image `imk00001.imc': No such file or directory @ er
ror/blob.c/OpenBlob/2695.
convert.exe: no images defined `imk00001.fits' @ error/convert.c/ConvertImageCom
mand/3230.
and then,
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\Owner>convert -size 1536x1024 -depth 16 -endian MSB gray:imk00001.imc i
mk00001.fits
convert.exe: unable to open image `imk00001.imc': No such file or directory @ er
ror/blob.c/OpenBlob/2695.
convert.exe: no images defined `imk00001.fits' @ error/convert.c/ConvertImageCom
mand/3230.
Please remember that I am new to Imagemagick and am solely using it to convert these images to a file type that I can use. Thank you in advance for your help.