Changeset 78


Ignore:
Timestamp:
02/22/07 00:23:28 (5 years ago)
Author:
davidcollins
Message:

update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Microscope.html

    r77 r78  
    126126     0.) Read entire grid, save it, take the slab.<br> 
    127127     1.) Read only the selected 2d slice from a single grid (doesn't work yet)<br> 
    128      2.) Read only the selcted 2d slice from the entire hierarchy. </td></tr> 
     128     2.) Read only the selcted 2d slice from the entire hierarchy. <br> 
     129     3.) Don't re-read the grid.<br> 
     130     4.) Hierarchy cube extraction. (This is slow, and might be buggy.)<br> 
     131</td></tr> 
    129132<tr><td> packed_grids </td><td> whether or not to use the Packed AMR method. </td></tr> 
    130 <tr><td> Output</td><td> Soon, output formats of jpg and eps will be added.</td></tr> 
    131 <tr><td> filename</td><td> Filename for jpg and eps formats.  (will be added with Output option.)</td></tr> 
     133<tr><td> Output</td><td>  
     1343 output methods: screen, jpg, post script.  jpg size is taken from <b>imx,imy</b>. Post script options can be found in Code/OpenPlotFile.ps.<br> 
     135</td></tr> 
     136<tr><td> filename</td><td> Filename for output.  Currently, suffixes are changed to be '.jpg' or '.eps', depending on the output method.</td><tr> 
    132137<tr><td colspan = 12> <center><b> Slice Extraction (slice menu)</b></center></td></tr> 
     138<tr><td> grid_pos[0,1,2] </td><td>data coordinate, for extraction. (number of zones from edge) <br> 
     139                                   This variable is ONLY used with ReadMethod=0&1 <br>  
     140                                   Visibility of this and the next is toggled based on Read Method.</td></tr> 
     141<tr><td> phys_pos[0,1,2] </td><td>physical coordinate,for extraction. (physical space from edge)<br> 
     142                                   This variable is ONLY used with ReadMethod=2&4</td></tr> 
    133143<tr><td> slice </td><td>slice to take. (xy plane, yz plane, etc.)<br>See the gui for a full list.<br> 
    134144                        Note that only the first 3 work with the Full Hierarchy reader. </td></tr> 
     
    136146                               (or y coord of x,z plane, or whatever.)<br> 
    137147                               </td></tr> 
    138 <tr><td> grid_pos[0,1,2] </td><td>data coordinate, for extraction. (number of zones from edge) <br> 
    139                                    This variable is ONLY used with ReadMethod=0 </td></tr> 
    140 <tr><td> phys_pos[0,1,2] </td><td>physical coordinate,for extraction. (physical space from edge)<br> 
    141                                    This variable is ONLY used with ReadMethod=2</td></tr> 
    142148<tr><td colspan = 12> <center><b> Plot Options.</b></center></td></tr> 
    143149<tr><td> imx,imy </td><td>number of pixels in image<br> Note that as 
     
    145151                        this change takes effect. (affect? Not an 
    146152                        english major.) </td></tr> 
    147 <tr><td></td><td> (more to come.)</td></tr> 
     153<tr><td>style</td><td> Plot style.  See gui for the full list. </td></tr> 
     154<tr><td>plot_opts</td><td> IDL has a shit ton of options.  This block allows you to pass more commands than 
     155are in the object into the various plot routines.  See the idl documentation for more info.<br> 
     156These styles use the stated IDL routine: all options <i> should</i> work:<br> 
     1570: shade_surf<br> 
     1581: contour<br> 
     1592: surface<br> 
     1603,4,5: tvscl<br> 
     1616:plot<br> 
     1627:oplot<br> 
     1638:plot, then oplot.<br> 
     164 
     165</td></tr> 
    148166<tr><td colspan = 12><center><b> Vector Menu</b></center</td></tr> 
    149167<tr><td> vector </td><td> vector field to plot.  </td></tr> 
     
    155173<tr><td> gamma </td><td> adiabatic index. Used for computing pressure 
    156174(which probably won't work for you anyhow, see above.)</td></tr> 
    157 <tr><td> logData </td><td>returns the log of the data. </td></tr> 
     175<tr><td>subtract_mean</td><td> Yup.  The one that says 'normalize' normalizes by the mean.</td></tr> 
     176<tr><td>mhd_used</td><td> Ties users shoelaces together.</td></tr> 
     177<tr><td> logData </td><td>returns the log of the data. (log is only applied to 'b') </td></tr> 
    158178<tr><td colspan = 12> <center><b> Scan Menu</b><br> Automatic incrementation</center></td></tr> 
    159179<tr><td> scanstep </td><td>number of steps to increment by. </td></tr> 
Note: See TracChangeset for help on using the changeset viewer.