note for updating optode placements

This commit is contained in:
2026-04-15 16:17:01 -07:00
parent 0f6434121f
commit d74be5cdec
+1
View File
@@ -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):