Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: underchemist/nanonispy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: narpfel/nanonispy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 25, 2016

  1. Insert some spacing (PEP8)

    narpfel committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    2e12cb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b24ef2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    932ac8b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. Correctly handle non-rectangular scans

    Nanonis stores the scan's dimensions as (y, x) and not as (x, y).
    narpfel committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    375fbb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Lazily load signal data

    Useful in the case that a series of measurements is filtered by a
    property given in the file header so that the signals of a majority
    of the data files are not actually needed.
    narpfel committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    c97dd62 View commit details
    Browse the repository at this point in the history
Loading