Changeset 9
- Timestamp:
- 09/24/09 17:46:41 (3 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
TOOLS/draw_current_cm.pro (modified) (1 diff)
-
TOOLS/get_data.pro (modified) (1 diff)
-
TOOLS/hdf5_read_routines.pro (modified) (2 diffs)
-
TOOLS/shouldbe_logged.pro (modified) (1 diff)
-
WHATS_NEW (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TOOLS/draw_current_cm.pro
r8 r9 151 151 dt = max(times)-times[time_index] 152 152 dtlabel = '' 153 tstring = 'time='+Number_Formatter(timevalue,decimals= 2)+timelabel153 tstring = 'time='+Number_Formatter(timevalue,decimals=3)+timelabel 154 154 ; if (dt gt 0.) then tstring += ', remaining: ' +string(dt,FORMAT = 155 155 ; '(1F9.4)')+dtlabel -
trunk/TOOLS/get_data.pro
r8 r9 159 159 ; vvvvvvvv modify below vvvvvvvvvvvvv 160 160 161 Nderived = 3 4161 Nderived = 33 162 162 163 163 dfields = PTRARR(Nderived) -
trunk/TOOLS/hdf5_read_routines.pro
r8 r9 202 202 data_format = determine_data_format_from_file_name(ufiles[0]) 203 203 particlemassname = 'particle mass' 204 particlemassname = 'particle_mass' 204 205 205 206 cnt = 0L … … 230 231 cg = grids[ind[fi]+j] 231 232 ra = cg.end_index-cg.start_index + 1 232 dd = (cg.right_edge-cg.left_edge)/ra233 dd = double(cg.right_edge-cg.left_edge)/ra 233 234 d = ra 234 235 this_stride= (stride_defined) ? reform(stride[cnt,*]) : (intarr(n_elements(d)) + 1) -
trunk/TOOLS/shouldbe_logged.pro
r6 r9 8 8 ((strpos(string, 'elocity') GE 0) and not (strpos(string, 'abs') GE 0)) OR $ 9 9 (strpos(string, 'orticity') GE 0) OR $ 10 (strpos(string, 'PotentialField') GE 0) OR $ 10 11 (strpos(string, 'particle_pos') GE 0) OR $ 11 12 (strpos(string, '_time') GE 0) OR $ -
trunk/WHATS_NEW
r6 r9 1 1 What's new file for Jaques: 2 07/09 Added suport to plot 1D data fields. Just go to the histogram tab select x on the 2 07/09 A few more derived fields added. 3 Added suport to plot 1D data fields. Just go to the histogram tab select x on the 3 4 first drop down list and say density on the second. Hit Ctrl+D and voila, 1D plot .. 4 5 Added a way to overide the default loggin behavior. I.e. say you want to see the
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)