[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20020612: Specify frames sizes in McIDAS-X Batch mode (cont.)

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: 20020612: Specify frames sizes in McIDAS-X Batch mode (cont.)
  • Date: Wed, 12 Jun 2002 13:54:20 -0600

>From: Eirh-Yu Hsie <address@hidden>
>Organization: CU/CIRES
>Keywords: 200206121833.g5CIXZJ14508 McIDAS mcenv scripts

Hsie,

re: mcenv -f 4@600x800 << EOF

>For same size frames, I can do as you suggested,  How about for different size
>frames?  Can I do:
>
>mcenv -f 4@600x800 -f 4@512x512 << EOF

Yes, absolutely.  If you are dealing with satellite images, you may want to
also set the number of display levels used for imagery (the '-i flag)
since the default is 48:

mcenv -f 4@600x800 -f 4@512x512 -i 64 << EOF

(or 128, etc.)

Tom