Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glacial update for non-vertical rays #3

Open
wants to merge 13 commits into
base: glacial
Choose a base branch
from

Commits on Jul 15, 2014

  1. Configuration menu
    Copy the full SHA
    615e0a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Configuration menu
    Copy the full SHA
    4842971 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. Merge pull request #20 from alanfbaird/glacial_test

    Glacial update
    andreww committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    effc45a View commit details
    Browse the repository at this point in the history
  2. Fix option in MS_plot

    Should be 'quiet' not 'silent'
    andreww committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    165d0ee View commit details
    Browse the repository at this point in the history
  3. Fix calculation of isorropic velocity

    Rather than calculating the isotropic velcoty
    from the isotropic component of the poly-xtal
    anisotropic tensor (the norm of which changes
    with texture) use simple VRH mean of the single
    xtal tensor. This gives values that are just a
    function of the temperature and do not vary with
    texture.
    
    Also split the velocity graph into two graphs.
    andreww committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    95f7445 View commit details
    Browse the repository at this point in the history
  4. Handle both the new and old file formats

    Choose the format based on the first word
    in the first line of the EBSD files. Data
    is the same in both, but colomn order
    changes.
    andreww committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    6d20dca View commit details
    Browse the repository at this point in the history
  5. Deal with non-vertical rays

    These are still straight but have a inclination
    that is not 90 degrees. Plot as a function of
    source polrization (otherwise we end up with
    chaos as we sweep around the azimuth) and
    inclnation for different azimuths.
    
    Some cleanup is needed.
    andreww committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    2d89bc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Allow MS_save to write to an already open file

    If 'fname' is a real (rather than a string) write
    to that assuming it is an fid (and avoid opening a
    new file). In this case the file is not closed
    prior to exiting MS_save. This can be used when
    either several Cijs must be written to the same
    file or to create parts of larger reports.
    
    Note that 'fname' = 1 will write data to the
    terminal.
    andreww committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    d8be932 View commit details
    Browse the repository at this point in the history
  2. Teach the glacial_splitting example to write ATRAK

    Create an input file for MODSIMPLE - a model builder
    for the ATRAK anisotropic ray tracer.
    andreww committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    952a2f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2015

  1. Fix units for modsimple

    Aparanlty we had the wrong units for modsimple.
    According to Mike this is correct.
    andreww committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    ed06126 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2015

  1. Anisotropies for vertical section

    Add these to the summary plot. We should
    probably refactor MS_plot and make this an
    MS_summary or something.
    andreww committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    05982c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2015

  1. Change frequencies in glacial spliting example

    These should correspond to SKS, local events and
    icequakes.
    andreww committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    995c205 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Fix modsimple generator for glacial splitting

    We do not need a depth for the top of the model -
    so just print the depth, not zero.
    andreww committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    63fc8c9 View commit details
    Browse the repository at this point in the history