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

Home » Public Forums » archive » Re: Help from UNIX IDL 7.1 Users
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Help from UNIX IDL 7.1 Users [message #67652 is a reply to message #67651] Wed, 19 August 2009 09:56 Go to previous messageGo to previous message
Mike[2] is currently offline  Mike[2]
Messages: 99
Registered: December 2005
Member
On Aug 18, 7:17 pm, David Fanning <n...@dfanning.com> wrote:

> I am interested in what is in the Selection box,
> and what is returned.

Hi David,

I think that the include-the-path-in-the-Selection-box behavior has
been there for a long time - at least since 5.4. I've always treated
it as an annoying platform-dependence rather than a bug.

I tried your example on 5.4, 6.3, 7.0 and 7.1

theDirectory = '/disks/arctic6_raid/fanning/june_2007_162/mod09/'
theFile = 'channel_4_mosaic.png'
selectedFile = Dialog_Pickfile(FILE=theFile, PATH=theDirectory)


The dialogs look like this:

http://mypage.iu.edu/~mmiller3/IDL/dialog_pickfile-5.4.png

http://mypage.iu.edu/~mmiller3/IDL/dialog_pickfile-6.3.png

http://mypage.iu.edu/~mmiller3/IDL/dialog_pickfile-7.0.png

http://mypage.iu.edu/~mmiller3/IDL/dialog_pickfile-7.1.png


and the return value for your example is '/disks/arctic6_raid/fanning/
june_2007_162/mod09/channel_4_mosaic.png' with IDL 5.4, 6.3, 7.0, 7.1:


IDL> help, !version, /structure
** Structure !VERSION, 7 tags, length=44:
ARCH STRING 'x86'
OS STRING 'linux'
OS_FAMILY STRING 'unix'
RELEASE STRING '5.4'
BUILD_DATE STRING 'Sep 25 2000'
MEMORY_BITS INT 32
FILE_OFFSET_BITS


IDL> help, !version, /structure
** Structure !VERSION, 8 tags, length=104, data length=100:
ARCH STRING 'x86_64'
OS STRING 'linux'
OS_FAMILY STRING 'unix'
OS_NAME STRING 'linux'
RELEASE STRING '6.3'
BUILD_DATE STRING 'Mar 23 2006'
MEMORY_BITS INT 64
FILE_OFFSET_BITS
INT 64

IDL> help, !version, /structure
** Structure !VERSION, 8 tags, length=76, data length=76:
ARCH STRING 'x86'
OS STRING 'linux'
OS_FAMILY STRING 'unix'
OS_NAME STRING 'linux'
RELEASE STRING '7.0'
BUILD_DATE STRING 'Oct 25 2007'
MEMORY_BITS INT 32
FILE_OFFSET_BITS
INT 64
IDL> help, !version, /structure
** Structure !VERSION, 8 tags, length=76, data length=76:
ARCH STRING 'x86'
OS STRING 'linux'
OS_FAMILY STRING 'unix'
OS_NAME STRING 'linux'
RELEASE STRING '7.1'
BUILD_DATE STRING 'Apr 21 2009'
MEMORY_BITS INT 32
FILE_OFFSET_BITS
INT 64


Mike
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: [IDL 6.2 with ENVI 4.2] is-it possible to extract multiple profiles on multiple images from shape files
Next Topic: Re: is-it possible to extract multiple profiles on multiple images from shape files

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

Current Time: Sat Oct 11 07:15:23 PDT 2025

Total time taken to generate the page: 0.72196 seconds