comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Binary (0s and 1s) output
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Binary (0s and 1s) output [message #41795] Tue, 07 December 2004 08:13
josegomez is currently offline  josegomez
Messages: 2
Registered: December 2004
Junior Member
Hi!
I'm very new to IDL, and I'm trying to convert 5 integers into a series
of 40 logical (0/1) values. I have done this in fortran in the past
using an internal write, and then converting each element in the output
string into a 0 or 1. Given my limited knowledge of IDL, I tried to use
print with a format specifier, as follows:
IDL> print,format='(2B8.8)',0,255
% Unexpected text in format.
"(2B8.8)"
^
% Execution halted at: $MAIN$

According to my notes, the B format is there and can be used (this is
IDL 6.0).

The other problem is how to convert the (potentially!) resulting test
string into an array of integers.

Many thanks
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: reading images with small # pixels but large # bands in ENVI
Next Topic: READCOL compilation error

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 09 23:25:44 PDT 2025

Total time taken to generate the page: 1.11956 seconds