Skip to content

Commit

Permalink
deleted some printed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Perez Meza committed May 27, 2024
1 parent 2bac352 commit 1e99174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macsima2mc_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def main():
out_ant['exposure_level'].extend(antigen_stack_info['no_channels']*[e])

if extract_bleach:
print('extracting bleaching cycle:',cycle_)
#print('extracting bleaching cycle:',cycle_)
bleach_stack_info=create_stack(cycle_tiles_info,cycle_,e,device_name,stack_path,isbleach=True)
background_channels=['']#the blank string corresponds to the reference marker, it is always the first in the sorted_markers list
for fi in antigen_stack_info['filters'][1::]:
Expand All @@ -590,7 +590,7 @@ def main():


for e in exp:
print(e)
#print(e)
if extract_bleach:
df1=pd.DataFrame(out_ant).groupby('exposure_level').get_group(e)
df2=pd.DataFrame(out_ble).groupby('exposure_level').get_group(e)
Expand Down

0 comments on commit 1e99174

Please sign in to comment.