Changes between Version 2 and Version 3 of u/bliu/Scripts
- Timestamp:
- 04/29/15 10:03:35 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/bliu/Scripts
v2 v3 1 1 = Scripts and Programming = 2 2 3 == VisIT Scripts ==3 == 1. VisIT Scripts == 4 4 || measure and save the backflow flux to a text file || [http://www.pas.rochester.edu/~bliu/Scripts/Visit/backflowFlux.py Save backflow flux];;[http://www.pas.rochester.edu/~bliu/Scripts/Visit/backflowFlux.txt steps] || wiki:u/bliu/PlanetaryWind || 5 5 || rotate and save Window in VisIt || [http://www.pas.rochester.edu/~bliu/Scripts/Visit/savePlot.py Save to curve] || Save line plot to curve/text file || … … 7 7 8 8 9 == Collects for useful shell, gnuplot and python scripts & codes ==9 == 2. Collects for useful shell, gnuplot and python scripts & codes == 10 10 || Find all xml files in source and run saxon to transform and save the object files to output files with same directory structures || [http://www.pas.rochester.edu/~bliu/Scripts/xml_script/xml_script.sh XML transform script];[http://www.pas.rochester.edu/~bliu/Scripts/xml_script/xml_script_tests.tar.gz testing cases] || The java files folder and stylesheets folder are all located under the same folder as the script || 11 11 || Get Max and Min of one column of all ASCII data files using gnuplot || [http://www.pas.rochester.edu/~bliu/Scripts/plot/testAscii.sh shell script];[http://www.pas.rochester.edu/~bliu/Scripts/plot/gnuTest.inc gnuplot script] || data files example Rho000.data and Vy000.data. All located under test/ ||