| MEDIA CYBERNETICS TECHNICAL SUPPORT | |||
| Frequently Asked Questions | Technical Service Bulletins | Mailing List Archive | Contact Us! |
|---|---|---|---|
| Technical Support Home | Product Updates | Device Drivers | Media Cybernetics Home |
RE:Princeton Instruments 16 bit data
|
|||
Hi Steven,
When I tried princeton camera driver of IPP V3.0, I copied
all Winvew files to the IPWIN3 directry.
But it was'nt nessesary, Followings are answers when I asked
about how to use driver to Media.
Ans:- IPP can run without WinView software. We tested it here with Micro
Max Camera and the PCI Princeton Board.
On WindowsNT4.0-they will need IPP3.0 (32bit) and EASY DLL NT Version
2.0.1.13 dated April7 1997
On Windows95-only IPP3.0(32b) will work with EASY DLL95 Version 2.0.1.13
dated April7, 1997--not the 16bit IPP and
On Windows3.1 they will need IPP3.0(16b) and EASY DLL Version 1.6.2 dated
15th January 1997.
I had no chance to test camera with above DLLs.
If you have enough time to try, Please let me know the results.
If you like to import .SPE files to IPP, Use flatfile definition
attached to read 12/16bits SPE file.
To import your 16 bits image to your documents,
Use "Convert to" "Gray Scale" with Best Fit button. and then export it
to your documets through clipboard or .BMP/.Tif files.
Kenzo Masuda, Planetron
**** Copy statements below to your SPE.des file ****
#
#Princeton Instruments ".SPE" Image file format
#
#16 bits Gray Scale data, File format definition for Import/Export
IFFCL_GRAY {
bits: 16
#Data format check(0:float,1:long,2:int,3:unsigned,4:string/byte,5:double,6:by
te,7:u_byte)
byte: @108=3
#Image resolution descripter
width: @42=ishort
height: @656=ishort
#Header size definition
start_offset: 4100
#Check Strings in Header
# byte: @688='0'
# byte: @689='1'
# byte: @690='.'
# byte: @691='0'
#Offset to Next line
line_offset: width*2
datatype: lsb_msb
}
#32 bits float Gray Scale data, File format definition for Import/Export
IFFCL_GRAY {
bits: 32
#Data format check(0:float,1:long,2:int,3:unsigned,4:string/byte,5:double,6:by
te,7:u_byte)
byte: @108=0
#Image resolution descripter
width: @42=ishort
height: @656=ishort
#Header size definition
start_offset: 4100
#Check Strings in Header
# byte: @688='0'
# byte: @689='1'
# byte: @690='.'
# byte: @691='0'
#Offset to Next line
line_offset: width*4
}
---------------------------------
To unsubscribe from this list, send an email to majordomo@atlantech.net with
'unsubscribe imagepro-users' in the body of the message.
This archive was generated by hypermail 2b29 : 08/04/00 EDT