Commit 235a9484 authored by Jay's avatar Jay Committed by jay
Browse files

Updates for review by @kree

parent f7ac3cb4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ class EdgeHealth(object):
        """
        for k, v in kwargs.items():
            if hasattr(self, k):
                print(k)
                setattr(self, k, v)

    def recompute_health(self):
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ from pvl._collections import PVLModule


def get_isis_translation(label):
    """Compute the ISIS serial number for a given image using
    """
    Compute the ISIS serial number for a given image using
    the input cube or the label extracted from the cube.

    Parameters
+2 −2
Original line number Diff line number Diff line
:mod:`vis.graph_view` --- Graph Visualization
==============================================

The :mod:`vis.graph_view` module supports visualization of candiate graph
The :mod:`vis.graph_view` module supports visualization of candidate graph
objects, nodes, and edges.  This is basic visualization functionality
that is monkey patched in to the graph objects.  This is not intended to be
low leverl diagnostic visualization
low level diagnostic visualization

.. versionadded:: 0.1.0

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.