|
|
|
Re: Problem with IDL 6.0, smb://, PowerMac G4, OS 10.2.8 [message #37940 is a reply to message #37937] |
Sun, 08 February 2004 17:57   |
Kenneth P. Bowman
Messages: 585 Registered: May 2000
|
Senior Member |
|
|
In article <MPG.1a8f41492c6bb99e9897de@news.frii.com>,
David Fanning <david@dfanning.com> wrote:
> P.S. I guess I *could* have read the question, but
> I was just back from playing tennis in 21F temperature.
> Of course, it *was* sunny, and we used sea-level balls.
> But that was fanatic, even for me. I think the brain was
> ... uh, frozen. :-)
I just spent the entire weekend at the ZAT with my daughter (and driving
back and forth). She lost in the finals of the consolation round, but
it was the best she has ever done. She played 85 games today (8 sets),
but I think I'm more tired. In case you couldn't tell, this is for
tennis junkies only. ;-)
Ken
|
|
|
Re: Problem with IDL 6.0, smb://, PowerMac G4, OS 10.2.8 [message #37943 is a reply to message #37940] |
Sat, 07 February 2004 17:39   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Kenneth P. Bowman writes:
> While I can shoot down David's idea,
Like shooting fish in a barrel! :-)
Cheers,
David
P.S. I guess I *could* have read the question, but
I was just back from playing tennis in 21F temperature.
Of course, it *was* sunny, and we used sea-level balls.
But that was fanatic, even for me. I think the brain was
... uh, frozen. :-)
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
|
Re: Problem with IDL 6.0, smb://, PowerMac G4, OS 10.2.8 [message #37945 is a reply to message #37944] |
Sat, 07 February 2004 08:44   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
blanke writes:
> I am having trouble reading some data on a very simple (and
> small) netCDF file, on a volume (Sun disk) mounted with
> Samba protocol, using IDL 6.0 on a PowerMac G4 running
> Mac OS 10.2.8.
This is almost certainly a byte-order problem. Here is
some information for you:
http://www.dfanning.com/tips/endian_machines.html
Setting one or the other "SWAP_ENDIAN" keywords on your
OPENR command will fix you right up. :-)
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: Problem with IDL 6.0, smb://, PowerMac G4, OS 10.2.8 [message #38002 is a reply to message #37925] |
Wed, 11 February 2004 05:28  |
blanke
Messages: 3 Registered: February 2004
|
Junior Member |
|
|
Kenneth P. Bowman wrote:
> Do you see the problem when not using IDL? For example, do
> the ncdumps look the same under Samba and NFS?
>
> Ken
Good point.
Problem does NOT appear with ncdump (part of netcdf library version
3.5.1-beta13, installed with fink).
But problem DOES appear with ncks (part of nco package, version 2.7.4-2):
- ncks applied on a local file works well;
- ncks applied on the same file, but samba-mounted, gives erroneous results.
Bruno
|
|
|