Changes between Version 1 and Version 2 of u/bliu/Scripts
- Timestamp:
- 04/29/15 10:03:11 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/bliu/Scripts
v1 v2 1 1 = Scripts and Programming = 2 Collects for useful shell, gnuplot and python scripts & codes 2 3 == VisIT Scripts == 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 || 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 || 6 || rotate and save Window in VisIt || [http://www.pas.rochester.edu/~bliu/Scripts/Visit/rotateSave.py Rotate&Save] || Tested with VisIt 2.6.2 || 7 8 9 ==Collects for useful shell, gnuplot and python scripts & codes == 3 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 || 4 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/ || … … 6 13 || Python script to read csv file || [http://www.pas.rochester.edu/~bliu/Scripts/Python/csvRead.py read csv file]; [http://www.pas.rochester.edu/~bliu/Scripts/Python/snv.csv example csv file] || the example csv file comes from DDiMAP || 7 14 || Python scripts to read, write and parse fasta files ||[http://www.pas.rochester.edu/~bliu/Scripts/Python/fastaParsing.py read];[http://www.pas.rochester.edu/~bliu/Scripts/Python/fastaWrite.py write]; [http://www.pas.rochester.edu/~bliu/Scripts/Python/fastaParsing2.py parse]; [http://www.pas.rochester.edu/~bliu/Scripts/Python/fasta2List.py fasta file to a List]; [http://www.pas.rochester.edu/~bliu/Scripts/Python/128_Public_DDiMAP.fa example fasta file] || biopython needed. The example fasta file comes from DDiMAP || 8 || Python Script to 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 ||9 || Python Script to rotate and save Window in VisIt || [http://www.pas.rochester.edu/~bliu/Scripts/Visit/rotateSave.py Rotate&Save] || Tested with VisIt 2.6.2 ||10 15 || Relink all executable files in all the subdirectories || [http://www.pas.rochester.edu/~bliu/Scripts/cleanLinks.sh Relink astrobear for all subfolders] || For Bruce, on alfalfa || 11 16 || Convert gif files to movie files on Mac || [http://www.pas.rochester.edu/~bliu/Scripts/convertMovieOnMac.sh Movie Convert] || Using ffmpeg; For Mac ||