pull/407/head
Seth Fitzsimmons 2016-10-18 08:37:37 -07:00 zatwierdzone przez Dakota Benjamin
rodzic 4883fa0ee7
commit 2cca48f475
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -12,12 +12,12 @@ class ODMLoadDatasetCell(ecto.Cell):
def declare_params(self, params):
params.declare("force_focal", 'Override the focal length information for the '
'images', None)
params.declare("force_ccd", 'Override the ccd widht information for the '
params.declare("force_ccd", 'Override the ccd width information for the '
'images', None)
def declare_io(self, params, inputs, outputs):
inputs.declare("tree", "Struct with paths", [])
outputs.declare("photos", "list of ODMPhoto's", [])
outputs.declare("photos", "list of ODMPhotos", [])
def process(self, inputs, outputs):
# check if the extension is sopported