Previous Next        Current Page: NeXtMidas Training / Working with Files / The AUX List / What is an AUX?
back
Start Here   
Background   
Common Midas Concepts   
Getting Started - Part 1   
Getting Started - Part 2   
Working with Files   
   - File Basics   
   - The AUX List   
      - What is an AUX?   
      - Special AUX Entries   
      - The Read and Write AUX   
      - The AUX Command   
   + Basic File Commands   
   + Lab 1   
   + File Names   
   + File Types   
   + Lab 2   
   + Listing Files   
   + Lab 3   
   + Plotting Files   
   + Lab 4   
Option Trees   
Macros - Part 1 (Basics)   
Macros - Part 2 (Graphics)   
NetBeans - Part 1 (Setup)   
NetBeans - Part 2 (GUIs)   
NetBeans - Part 3 (Profiler)   
Eclipse - Part 1 (Setup)   
Eclipse - Part 2 (GUIs)   
Primitives   
WebStart   
Maps & Imagery   
X-Midas Interoperability   
RMIF & Remoting   
Installing NeXtMidas   
Support & Maintenance   
File Handlers   


  • What is an AUX?
    • An AUX is a named reference to a directory, like a symbolic link in Unix.
    • NeXtMidas has an AUX table containing the list of AUXes.
      • An AUX name can be any legitimate table name.
      • An AUX can be a traditional directory name or a URL.
    • Special Convention: An AUX path can be defined with a plus sign taking the place of the user name.
      • Example: /midas/data1/+/ would become /midas/data1/smith/ for a user smith.
      • This allows a common AUX configuration to be used for various users who each have independent data directories.
  • Define an AUX entry:
    • An AUX entry is added by setting an entry in the AUX table using SET or RESULTS.
      nM> set aux.mydata "/home/student/mydata/"
      nM> results aux.moredata "/home/student/anotherarea/"
                  
X-Midas Users Take Note:
In X-Midas, all AUX entries must be identified by a number. NeXtMidas allows the use of names for the AUX entries.

back