Changes between Version 2 and Version 3 of u/bliu/Scripts


Ignore:
Timestamp:
04/29/15 10:03:35 (10 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/bliu/Scripts

    v2 v3  
    11=  Scripts and Programming =
    22
    3 == VisIT Scripts ==
     3== 1. VisIT Scripts ==
    44|| 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 ||
    55|| 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 ||
     
    77
    88
    9 ==Collects for useful shell, gnuplot and python scripts & codes ==
     9== 2. Collects for useful shell, gnuplot and python scripts & codes ==
    1010|| 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 ||
    1111|| 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/ ||