Changeset 78
- Timestamp:
- 02/22/07 00:23:28 (5 years ago)
- File:
-
- 1 edited
-
trunk/doc/Microscope.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Microscope.html
r77 r78 126 126 0.) Read entire grid, save it, take the slab.<br> 127 127 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> 129 132 <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> 134 3 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> 132 137 <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> 133 143 <tr><td> slice </td><td>slice to take. (xy plane, yz plane, etc.)<br>See the gui for a full list.<br> 134 144 Note that only the first 3 work with the Full Hierarchy reader. </td></tr> … … 136 146 (or y coord of x,z plane, or whatever.)<br> 137 147 </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>142 148 <tr><td colspan = 12> <center><b> Plot Options.</b></center></td></tr> 143 149 <tr><td> imx,imy </td><td>number of pixels in image<br> Note that as … … 145 151 this change takes effect. (affect? Not an 146 152 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 155 are in the object into the various plot routines. See the idl documentation for more info.<br> 156 These styles use the stated IDL routine: all options <i> should</i> work:<br> 157 0: shade_surf<br> 158 1: contour<br> 159 2: surface<br> 160 3,4,5: tvscl<br> 161 6:plot<br> 162 7:oplot<br> 163 8:plot, then oplot.<br> 164 165 </td></tr> 148 166 <tr><td colspan = 12><center><b> Vector Menu</b></center</td></tr> 149 167 <tr><td> vector </td><td> vector field to plot. </td></tr> … … 155 173 <tr><td> gamma </td><td> adiabatic index. Used for computing pressure 156 174 (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> 158 178 <tr><td colspan = 12> <center><b> Scan Menu</b><br> Automatic incrementation</center></td></tr> 159 179 <tr><td> scanstep </td><td>number of steps to increment by. </td></tr>
Note: See TracChangeset
for help on using the changeset viewer.
