Skip to content
Snippets Groups Projects
Commit 2f88984a authored by Carl Schaffer's avatar Carl Schaffer
Browse files

adding dark file to result df

parent 7f7dbdf9
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,7 @@ if __name__ == "__main__":
df['main_routine'] = extract_main_routine(df.command)
# select relevant columns
result = df[['map', 'main_routine', 'ff1', 'ff2', 'cal1', 'cal2',
'lambda', 'xtau', 'data', 'pzero', 'command',
'filename']].copy()
result = df[['map', 'main_routine', 'ff1', 'ff2', 'cal1', 'cal2','filedc',
'lambda', 'xtau', 'data', 'command', 'filename']].copy()
result.sort_index(inplace=True)
embed()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment