|  |  | 
    |  | 
        
          | calc_dnoe(data,
        i,
        frq_num,
        get_dr1,
        params,
        j) Calculate the derivative of the NOE value.
 | source code |  | 
    |  | 
        
          | calc_d2noe(data,
        i,
        frq_num,
        get_d2r1,
        params,
        j,
        k) Calculate the second partial derivative of the NOE value.
 | source code |  | 
    |  | 
        
          | calc_r1(data,
        i,
        frq_num,
        params) Calculate the R1 value if there is no R1 data corresponding to the 
      NOE data.
 | source code |  | 
    |  | 
        
          | calc_dr1(data,
        i,
        frq_num,
        params,
        j) Calculate the R1 value if there is no R1 data corresponding to the 
      NOE data.
 | source code |  | 
    |  | 
        
          | calc_d2r1(data,
        i,
        frq_num,
        params,
        j,
        k) Calculate the R1 value if there is no R1 data corresponding to the 
      NOE data.
 | source code |  | 
    |  | 
        
          | extract_r1(data,
        i,
        frq_num,
        params) Get the R1 value from data.ri_prime
 | source code |  | 
    |  | 
        
          | extract_dr1(data,
        i,
        frq_num,
        params,
        j) Get the dR1 value from data.dri_prime
 | source code |  | 
    |  | 
        
          | extract_d2r1(data,
        i,
        frq_num,
        params,
        j,
        k) Get the d2R1 value from data.d2ri_prime
 | source code |  |