Commit 1756f266 authored by Bryce Hepner's avatar Bryce Hepner
Browse files

added remote terms for clarity

parent 767ccc59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ def create_average(images, which_sensor):

def remote_create_average(images, which_sensor):
    """
    Create an average image from a list of images
    Create an average image from a list of remote images
    Parameters:
        images (list): a list of images
        which_sensor (int): the sensor number
@@ -102,7 +102,7 @@ def remote_file_extractor(headname = "/media/elphel/NVME/lwir16-proc/te0607/scen
    return scenes

def remote_image_extractor(scenes):
    """Find all the files in the directory
    """Find all the remote files in the directory
    Parameters:
        dirname (str): the directory name
    Returns: