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

Auto Picker #19

Merged
merged 45 commits into from
Nov 9, 2021
Merged

Auto Picker #19

merged 45 commits into from
Nov 9, 2021

Commits on Oct 9, 2019

  1. First commit for DeLoRES reader

    Still needs more work for GPS info. The NMEA strings written on these
    files don't seem to be complete.
    benhills committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    f233a4d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    9b65f68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66ba928 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea7aaea View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

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

Commits on Nov 1, 2019

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

Commits on Nov 4, 2019

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

Commits on Nov 5, 2019

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

Commits on Nov 8, 2019

  1. Update and test all of the analysis scripts.

    This is to finalize the scripts for Hills et al. (2020) to be submitted
    to the Radioglaciology Annals volume.
    A total of 6 attenuation methods implemented:
    Method 2 -- Jacobel et al. (2009)
    Method 3 -- Schroeder et al. (2016a, 2016b)
    Method 5 -- MacGregor et al. (2014); Matsuoka et al. (2010)
    Method 6a -- Depth-resolved (regression similar to method 1)
    Method 6b -- Depth-resolved (regression similar to method 3)
    Method 7 -- Secondary reflection as in Christianson et al. (2016)
    benhills committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    c2c33e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Change analysis file names.

    benhills committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    017528e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    921dcab View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Update load script for ApRES

    Accommodate multiple files and multiple bursts
    benhills committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    41384e6 View commit details
    Browse the repository at this point in the history
  2. Add a range differencing function for ApRES.

    Following Brennan et al. (2013) and Nicholls et al. (2015) calculate the
    vertical motion using a moving window and correlation coefficient
    calculated at subsequent depths in two acquisition profiles. Vertical
    ice motion between acquisitions can be seen for both internal
    reflections and the bed reflector.
    benhills committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    99b0d0d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Add a range differencing function to the ApRES processor.

    Uses the correlation coefficient between two ApRES profiles to determine
    the relative motion between acquisitions.
    benhills committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    0b98e76 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

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

Commits on Feb 20, 2020

  1. Add a warning on interpolation

    If the gps data onto which the interpolation will be done has longitude
    notation different than the radar longitude, then raise an error. We
    were having problems with one being written from 0 - 360 and the other
    from -180 - 180.
    benhills committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    2770510 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

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

Commits on Feb 28, 2020

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

Commits on Mar 7, 2020

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

Commits on Mar 17, 2020

  1. Small change in ApRES range differencing function

    Center the depth profile with each point now representing the center of
    the window rather than the top.
    benhills committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    0e434e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Some changes to Joshua's spectral density plotting.

    There were too many options in the plot command which made it confusing.
    I cut some out and hopefully made the help file more clear as to how one
    could plot the spectral density for each trace using Joshua's function.
    benhills committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    e7a6d45 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

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

Commits on Mar 20, 2020

  1. Add a function for calculating the phase/range uncertainty.

    Following Kingslake et al. (2014) calculate uncertainty with a noise
    phasor that has random phase and magnitude equal to the median of the
    measured phasor.
    benhills committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    8157367 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    2798237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f513a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Typo in Pulse EKKO load script.

    Line to load the time step from the header file was looking for the time
    window as 'WINDOW' when a later line has 'AMPLITUDE WINDOW' so it was
    loading that number instead.
    benhills committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    b9a59f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Add a load script for the St Olaf matlab files.

    These files are mostly the same as the ImpDAR matlab files but commonly
    have the data named as 'filtdata', 'interp_data', 'migdata', etc.
    benhills committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    ce861de View commit details
    Browse the repository at this point in the history
  2. Changes to naming convention for ApRES uncertainty

    There were too many variables named similar things, so I made it a bit
    more clear.
    benhills committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    2629657 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

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

Commits on Apr 6, 2020

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

Commits on Apr 7, 2020

  1. Typo in Kirchhoff Migration

    Removed 1e6 on the depth vector
    benhills committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    ba02e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7715a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

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

Commits on Apr 14, 2020

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

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    578c398 View commit details
    Browse the repository at this point in the history
  2. Add an autopicking routine.

    This routine asks for some picked points on the left side of the image
    and will spit out picks across the image for each.
    benhills committed May 21, 2020
    Configuration menu
    Copy the full SHA
    e863dea View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    31e70f9 View commit details
    Browse the repository at this point in the history
  2. Fixed some bugs with the sequence of the autopicker.

    The autopicker was not working nicely with the normal picker. That is,
    when switching back and forth, the program would break. This was because
    of an indexing issue with the pick number. Fixed.
    benhills committed May 29, 2020
    Configuration menu
    Copy the full SHA
    cc56966 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Some of the CReSIS data products are saved as an alternative version …

    …of .mat files, allow these to be loaded into ImpDAR
    benhills committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    4538711 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

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

Commits on Oct 13, 2020

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

Commits on Oct 17, 2020

  1. Created Issue dlilien#20

    This is in regard to the adaptive horizontal filter. The scaling
    function that is used to keep the filter from changing the deeper data
    is much more complicated than what I would have used. Considering
    simplifying.
    benhills committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    6509235 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Simplify the scaling function for ahfilt

    This was overly complicated and different from that being used in hfilt.
    I just copied from hfilt, and cleaned up some of the code. I also added
    optionality for setting the window_size from the command line function.
    benhills committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    8145a60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0542f4f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

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