Files Lispix Reads
Allowed characters in file names.
| Raw File Format
Lispix reads several types of images, data cubes, spectra and
text .
(I have had problems analyzing data saved on network drives.
If you have problems, move the images to your local hard drive.)
These are the
file types that Lispix reads using the file menu:
Ascii
-
txt Data files such
as spreadsheets in ASCII tab-delimited format. Text files are opened
in a text window with this File/open menu. The same
text files are used in other ways by the appropriate tool, for example,
spreadsheets are opened as data by the Spreadsheet Tool.
- rpl "Raw Parameter List"
files. Accompany raw format images
or data cubes with the same name. Contain information about the raw
image, such as dimensions and data type.
Images
-
bmp Windows bitmap
No encoding. 8 bit gray level, 8 bit indexed color, and 24 bit RGB. 2/1/08.
Also writes bmp files, pixmap data only - use TIF or RAW to record gray
level image data of greater than 8-bits.
-
dat rae
RAE image format.
-
dm2 dm2
Digital Micrograph version 2. (Gatan Inc.)
-
doc not an image
Lets Lispix skip over .doc files when reading a folder of images.
-
epm NIST MAG EPM old
Old special NIST format for quantitated xray maps
.
-
epq NIST MAG EPM
NIST format for quantitated xray maps.
-
gif gif
graphics interchange format. Single image files.
-
jpeg jpg (PC) jpeg
(Mac) Photographic Expert's Group. Mac. Vanilla encoding schemes
-
Note Lispix does not
read 'Exif' JPEG files - file commonly written by digital cameras.
As of 2/07, I read digital camera JPEG files with Photoshop6.0.1*
and write them back out from Photoshop as JPEG files using the Boxtop*
Pro JPEG 5.0. Lispix reads these files.
-
ras PGT RAS
Princeton Gamma Tech modification of raster file format.
-
tif TIF (PC), TIFF
(Mac) Tagged image file format. PC.
-
.raw
raw brick of bytes single images or data cubes. Needs the .rpl file.
-
.ser data cube
-
.spd data cube
- Notes on these three types
Spectra
- EDAX .spc file See PPP Tool / Open / EDAX run,
and File / File Utilities / Edax /
Special image
types:
Evans
16-bit RAE images, encoded
in TIFF RGB format: These images, would appear to be RGB TIFF images, and
are interpreted by Photoshop, and Imagej that way. However, the Evans RAE
particle search software encodes bytes of these images as <R,G,B>
= <???, HOB, LOB>. Lispix detects these encoded images using these
criteria:
If Lispix is set to open
color images as gray level images, these images will be opened in
their original form – 16 bit gray level images. If Lispix is set to
open color images as-is, these images will be opened as if they were RGB color
images, and will probably look black or blue and banded.
As of Lx132, raw and spd
data cubes that are large are opened as
file-based cubes. Cropping channels and reducing the data types
is no longer necessary.
As of Lx61, Lispix will automaticall re-save
a data cube (in raw format, with m- appended to the front of the cube file
and rpl file names) if it is able to use a reduced data type, such as byte
or 16 bit, rather than, 32 bit.
For spectral images of 2048 channels only:
Lispix will give the option of cropping off the 1024 high energy channels
in order to save memory. If the cube is cropped, the cropped cube will
be saved automatically, again with "m-" appended to the front of
the file name.
Characters
in file names:
Lispix file reader is
not case sensitive.
Use these: A-Z or a-z,
0-9, -
Windows allows spaces,
underscores and some other symbols. HTML files might not be found if they have
spaces in their file names.
For moving files to other
computer systems, avoid these: space, *, any punctuation character (except when
part of a directory specification or as a wild
card, or as a 'dot' before the extension).