Ignore:
Timestamp:
Dec 18, 2012 8:55:24 AM (12 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
6550b64
Parents:
0203ade
Message:

Added polarization and magnetic stuffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/include/parallelepiped.h

    r6319646 r318b5bbb  
    1717                </text> 
    1818        [FIXED]= <text>short_a.width; short_b.width; long_c.width;parallel_phi.width;parallel_psi.width; parallel_theta.width</text> 
    19         [ORIENTATION_PARAMS]= <text>parallel_phi;parallel_psi; parallel_theta; parallel_phi.width;parallel_psi.width; parallel_theta.width</text> 
    20  
     19        [ORIENTATION_PARAMS]= <text>parallel_phi;parallel_psi; parallel_theta; parallel_phi.width;parallel_psi.width; parallel_theta.width; M0_sld_pipe; M_theta_pipe; M_phi_pipe;M0_sld_solv; M_theta_solv; M_phi_solv; Up_frac_i; Up_frac_f; Up_theta;</text> 
     20        [MAGNETIC_PARAMS]= <text> M0_sld_pipe; M_theta_pipe; M_phi_pipe; M0_sld_solv; M_theta_solv; M_phi_solv; Up_frac_i; Up_frac_f; Up_theta; </text> 
    2121 
    2222 **/ 
     
    5656  Parameter parallel_psi; 
    5757 
     58  /// M0_sld_pipe 
     59  //  [DEFAULT]=M0_sld_pipe=0.0e-6 [1/A^(2)] 
     60  Parameter M0_sld_pipe; 
     61 
     62  /// M_theta_pipe 
     63  //  [DEFAULT]=M_theta_pipe=0.0 [deg] 
     64  Parameter M_theta_pipe; 
     65 
     66  /// M_phi_pipe 
     67  //  [DEFAULT]=M_phi_pipe=0.0 [deg] 
     68  Parameter M_phi_pipe; 
     69 
     70  /// M0_sld_solv 
     71  //  [DEFAULT]=M0_sld_solv=0.0e-6 [1/A^(2)] 
     72  Parameter M0_sld_solv; 
     73 
     74  /// M_theta_solv 
     75  //  [DEFAULT]=M_theta_solv=0.0 [deg] 
     76  Parameter M_theta_solv; 
     77 
     78  /// M_phi_solv 
     79  //  [DEFAULT]=M_phi_solv=0.0 [deg] 
     80  Parameter M_phi_solv; 
     81 
     82  /// Up_frac_i 
     83  //  [DEFAULT]=Up_frac_i=0.5 [u/(u+d)] 
     84  Parameter Up_frac_i; 
     85 
     86  /// Up_frac_f 
     87  //  [DEFAULT]=Up_frac_f=0.5 [u/(u+d)] 
     88  Parameter Up_frac_f; 
     89 
     90  /// Up_theta 
     91  //  [DEFAULT]=Up_theta=0.0 [deg] 
     92  Parameter Up_theta; 
     93   
    5894  // Constructor 
    5995  ParallelepipedModel(); 
Note: See TracChangeset for help on using the changeset viewer.