Changeset eb8a82e in sasmodels for sasmodels/resolution.py


Ignore:
Timestamp:
Oct 10, 2016 2:53:04 PM (8 years ago)
Author:
jhbakker
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
3023268
Parents:
0ae0f9a
Message:

SESANS mods, This is not a stable version!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/resolution.py

    r0ae0f9a reb8a82e  
    99from numpy import sqrt, log, log10, exp, pi  # type: ignore 
    1010import numpy as np  # type: ignore 
     11 
     12from sasmodels import sesans 
    1113 
    1214__all__ = ["Resolution", "Perfect1D", "Pinhole1D", "Slit1D", 
     
    5961 
    6062    def __init__(self, data, q_calc): 
     63        self.q = data.x 
    6164        self.data = data 
    6265        self.q_calc = q_calc 
Note: See TracChangeset for help on using the changeset viewer.