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

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



>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