note for updating optode placements
This commit is contained in:
@@ -664,6 +664,7 @@ class UpdateOptodesWindow(QWidget):
|
|||||||
|
|
||||||
elif extension == '.xlsx':
|
elif extension == '.xlsx':
|
||||||
|
|
||||||
|
# TODO: Bad! Why assume sheet1 has the contents?
|
||||||
df = pd.read_excel(file_b, sheet_name='Sheet1')
|
df = pd.read_excel(file_b, sheet_name='Sheet1')
|
||||||
|
|
||||||
def _get_block_data(df, block_id, row_mapping, scale=0.001):
|
def _get_block_data(df, block_id, row_mapping, scale=0.001):
|
||||||
|
|||||||
Reference in New Issue
Block a user