Skip to content

Commit

Permalink
method
Browse files Browse the repository at this point in the history
  • Loading branch information
vedina committed Mar 7, 2024
1 parent 739e13c commit 80e9722
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pynanomapper/datamodel/nexus_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,9 @@ def to_nexus(papp : mx.ProtocolApplication, nx_root: nx.NXroot() = None ) :
elif "material" in prm.lower():
target = sample
elif ("ASSAY" == prm.upper()) or ("E.METHOD" == prm.upper()):
#target = instrument
continue
print(prm.upper)
target = nx_root[entry_id]["experiment_documentation"]
#continue
elif ("E.SOP_REFERENCE" == prm):
#target = instrument
target = nx_root[entry_id]["experiment_documentation"]
Expand Down

0 comments on commit 80e9722

Please sign in to comment.