display window disabling problems in batch mode idl [message #33921] |
Sun, 09 February 2003 15:11 |
psunter
Messages: 2 Registered: February 2003
|
Junior Member |
|
|
Hi all,
I'm using ENVI to write an application, and I was wondering if anyone
could help me with a problem I've encountered when turning off ENVI's
display status windows in batch mode idl. I'm trying to do it because
I've written code to do the PPI transformation operation in parallel
and don't want 10 or so status windows coming up.
I've found that 2 of envi's key functions, CF_DOIT (to load files into
memory) and PPI_DOIT (to run the ppi operation) work fine with status
windows turned on, but do nothing with status windows turned off.
However, the example code they give in the ENVI_BATCH_STATUS_WINDOW
section of the Envi programming guide does work (it does an
ENVI_STATS_DOIT operation with the status window on, then again with
it switched off).
Can anyone shed light on this problem? Have rsi not had a chance to
fully implement the no_status_window option?
Any help much appreciated,
Patrick Sunter.
|
|
|