Changes between Version 14 and Version 15 of u/bliu/Scripts


Ignore:
Timestamp:
02/01/18 12:10:26 (7 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/bliu/Scripts

    v14 v15  
    22
    33== 1. VisIT Scripts ==
     4|| Read a text file to Python lists and use (do contour as Example) the values || [http://www.pas.rochester.edu/~bliu/Scripts/Visit/readOutSoftLengths.txt procedures];[http://www.pas.rochester.edu/~bliu/Scripts/Visit/readTextToList.py Read file to lists]; || For Luke's Common Envelope Module ||
    45|| Create a "Constant" vector mesh variable from the result of querying operation. Calculate the gravitational potential around the particle locations. || [http://www.pas.rochester.edu/~bliu/Scripts/Visit/createMeshVariablefromScalar.txt Notes];[http://www.pas.rochester.edu/~bliu/Scripts/Visit/const_VectorMesh.py create a "Constant" vector mesh variable] || ||
    56|| Label the coordinates of two sink particles and save them to txt file || [http://www.pas.rochester.edu/~bliu/Scripts/Visit/labelAndSaveParticlePosition.txt procedure];[http://www.pas.rochester.edu/~bliu/Scripts/Visit/getParticlePosition.py save particle position] || ||
     
    1314
    1415== 2. Collects for useful shell, gnuplot and python scripts & codes ==
     16|| Extract dataSet from chombo files and save to a text file || [http://www.pas.rochester.edu/~bliu/Scripts/Bash/softLengthsCM.sh Read Soft_Lengths of two particles in Common Envelop chombo files] || See the procedure/details in VisIT scripts ||
    1517|| plot Histogram curve data with error bars || [http://www.pas.rochester.edu/~bliu/Scripts/Matlab/plotRhoPDF_Errbar_both.m density PDF with error bars and Gaussian 1 fit];[http://www.pas.rochester.edu/~bliu/Scripts/Matlab/plotRhoPDF_Errbar_g2_both.m density PDF with error bars and Gaussian2 fit] || see the procedure in VisIT Scripts ||
    1618|| Parsing Spectra files from postProcessing || [http://www.pas.rochester.edu/~bliu/Scripts/postProcessing/extra_hydrospectra.sh hydro data]; [http://www.pas.rochester.edu/~bliu/Scripts/postProcessing/extra_spectra_mhd.sh mhd data] || for WireTurbulence ||