Menu

#195 peak.assignDimension() allows mismatched isotope assignment

3.0.0
closed
nobody
None
3
2017-04-05
2017-03-28
wb104
No

Working on Sec5Part2.ccpn:

peak = project.getByPid 'SP:hnca').peakLists[0].peaks[0]
nmrResidue = project.getByPid('NR:@-.@1.')
nmrAtom = nmrResidue.fetchNmrAtom(name='CA')

The following works, even though nmrAtom.isotopeCode = ‘13C’:

peak.assignDimension(axisCode=‘Hn', value=[nmrAtom])

So after the above, peak.dimensionNmrAtoms gives:

((ccpn.core.NmrAtom:@-.@1..CA,),
(ccpn.core.NmrAtom:@-.@1..CA,),
(ccpn.core.NmrAtom:@-.@1..N,))

Discussion

  • Fogh

    Fogh - 2017-04-04

    Fixed (in Rasmus Branch). Passed to Wayne for testing

     
  • wb104

    wb104 - 2017-04-05
    • status: open --> closed
     
  • wb104

    wb104 - 2017-04-05

    Tested in rasmus branch and is ok now (in that branch).

     

Log in to post a comment.