Home
last modified time | relevance | path

Searched refs:theta_min (Results 1 – 25 of 39) sorted by relevance

12

/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DExact_radial_coll.comp35 * theta_min: [deg] Minimum Theta angle for the radial setting
51 SETTING PARAMETERS (theta_min=-5, theta_max=5, nslit=100,
71 …if (theta_max <= theta_min) exit(printf("Exact_radial_coll: %s: theta_max must be greater than the…
74 theta_min *= DEG2RAD;
75 theta = theta_max - theta_min;
120 window_theta = (theta_max - theta_min)/nslit;
172 theta1 = theta_min;
206 theta1 = i*window_theta+theta_min-beta_in/2;
207 theta2 = i*window_theta+theta_min+beta_in/2;
208 theta3 = i*window_theta+theta_min-beta_out/2;
[all …]
/dports/science/mcstas-comps/mcstas-comps-2.5-src/optics/
H A DCollimator_radial.comp67 theta_min=5, theta_max=165, nchan=0, radius=1.3, nslit=0,
93 theta_min *= DEG2RAD;
98 nchan = ceil(radius*fabs(theta_max-theta_min)/xwidth);
100 xwidth = radius*fabs(theta_max-theta_min)/nchan;
115 nslit = ceil(radius*fabs(theta_max-theta_min)/width_of_slit);
118 width_of_slit = radius*fabs(theta_max-theta_min)/nslit;
134 theta_min*RAD2DEG, theta_max*RAD2DEG);
180 if (input_theta >= theta_min && input_theta <= theta_max) {
208 if (output_theta >= theta_min && output_theta <= theta_max) {
257 theta1 = i*Soller_theta+theta_min;
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/
H A Dvsph_sph_box_2d.cxx206 double theta_min = min_th_; in min_point() local
208 theta_min /= vnl_math::deg_per_rad; in min_point()
210 theta_min *= vnl_math::deg_per_rad; in min_point()
212 return vsph_sph_point_2d(theta_min, ph_min, in_radians); in min_point()
907 double theta_min =
915 if (theta_max <= theta_min)
1038 double theta_min = in intersection() local
1046 if (theta_max <= theta_min) in intersection()
1071 boxes[0].set(theta_min, theta_max, b2_min_ph, in intersection()
1134 double theta_min = in intersection_area() local
[all …]
H A Dvsph_utils.cxx86 double theta_min = in sph_inter_area() local
94 if (theta_max <= theta_min) in sph_inter_area()
96 double a = std::fabs(std::cos(theta_min)-std::cos(theta_max)); in sph_inter_area()
/dports/science/fastjet/fastjet-3.3.4/plugins/SISCone/siscone/siscone/spherical/
H A Dgeom_2d.h81 static double theta_min; ///< minimal value for theta (set to 0) variable
88 return (unsigned int) (1u << ((int) (32*((theta-theta_min)/(theta_max-theta_min))))); in get_theta_cell()
H A Dgeom_2d.cpp49 double CSphtheta_phi_range::theta_min = 0.0; member in siscone_spherical::CSphtheta_phi_range
68 double xmin = max(c_theta-R,theta_min+0.00001); in CSphtheta_phi_range()
87 if (xmin<=theta_min+extra){ in CSphtheta_phi_range()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/algo/
H A Dboxm2_ocl_render_scene_uncertainty_map.cxx142 float theta_min = 0.0 ; in render_scene_uncertainty_map() local
158 theta_inc = (theta_max-theta_min)/ (float) (cl_nj) ; in render_scene_uncertainty_map()
169 float theta = theta_min + (float)j*theta_inc ; in render_scene_uncertainty_map()
302 float theta = theta_min + radial_theta_inc * r ; in render_scene_uncertainty_map()
306 int prev_j = (int)std::floor((theta-theta_min)/theta_inc); in render_scene_uncertainty_map()
331 float r = std::floor((theta_max-theta_min)/radial_theta_inc/2); in render_scene_uncertainty_map()
339 float yr = std::floor((y-theta_min)/radial_theta_inc); in render_scene_uncertainty_map()
369 float r = std::floor((theta_max-theta_min)/radial_theta_inc/2); in render_scene_uncertainty_map()
392 float r = std::floor((y-theta_min)/radial_theta_inc); in render_scene_uncertainty_map()
414 float theta_inc = (theta_max- theta_min)/((float)uimg->nj()); in compute_cubic_trajectory()
[all …]
H A Dboxm2_ocl_render_scene_uncertainty_map.h32 float theta_min, float theta_max,
/dports/math/py-pymc3/pymc-3.11.4/pymc3/step_methods/
H A Delliptical_slice.py111 theta_min = theta - 2 * np.pi
117 theta_min = theta
120 theta = nr.uniform(theta_min, theta_max)
/dports/audio/libmysofa/libmysofa-1.2.1-16-g52590e1/src/hrtf/
H A Dlookup.c42 lookup->theta_min = FLT_MAX; in mysofa_lookup_init()
59 if (origin[1] < lookup->theta_min) in mysofa_lookup_init()
61 lookup->theta_min = origin[1]; in mysofa_lookup_init()
H A Dmysofa.h100 float theta_min, theta_max; member
H A Dneighbors.c89 if ((lookup->theta_max - lookup->theta_min) > FLT_MIN) { in mysofa_neighborhood_init_withstepdefine()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/brad/
H A Dbrad_illum_cost_function.h22 double theta_min, double theta_max, in brad_illum_cost_function() argument
25 : vnl_cost_function(1), theta_min_(theta_min), theta_max_(theta_max), in brad_illum_cost_function()
H A Dbrad_illum_util.cxx242 double& theta_min, double& theta_max) in brad_search_range() argument
264 theta_min = min; theta_max = max; in brad_search_range()
321 double theta_min = 0, theta_max = 0; in brad_solve_atmospheric_model() local
322 brad_search_range(illum_dirs, u, v, theta_min, theta_max); in brad_solve_atmospheric_model()
323 std::cout << "theta_min = " << theta_min << " theta_max = " << theta_max << '\n'; in brad_solve_atmospheric_model()
432 brad_illum_cost_function icf(u, v, theta_min, theta_max, in brad_solve_atmospheric_model()
560 double theta_min = 0, theta_max = 0; in brad_solve_atmospheric_model() local
561 brad_search_range(illum_dirs, u, v, theta_min, theta_max); in brad_solve_atmospheric_model()
562 std::cout << "theta_min = " << theta_min << " theta_max = " << theta_max << '\n'; in brad_solve_atmospheric_model()
634 brad_illum_cost_function icf(u, v, theta_min, theta_max, in brad_solve_atmospheric_model()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_radar/
H A Dgog-radar.c808 double theta_min, theta_max, theta = 0; in gog_rt_view_render() local
836 gog_axis_map_get_bounds (c_map, &theta_min, &theta_max); in gog_rt_view_render()
839 theta_min = gog_axis_map_to_view (c_map, theta_min); in gog_rt_view_render()
841 if (theta_min > theta_max) { in gog_rt_view_render()
843 theta = theta_min; in gog_rt_view_render()
844 theta_min = theta_max; in gog_rt_view_render()
1010 go_add_epsilon ((theta_max - theta_min) in gog_rt_view_render()
1012 go_add_epsilon ((theta_max - theta_min) in gog_rt_view_render()
1013 - fmod (theta - theta_min, 2 * M_PI)) >= 0.0)) { in gog_rt_view_render()
1068 go_add_epsilon ((theta_max - theta_min) in gog_rt_view_render()
[all …]
/dports/science/mcstas-comps/mcstas-comps-2.5-src/examples/
H A DTest_Collimator_Radial.instr71 theta_min=-160, theta_max=160, roc=0)
83 theta_min=-160, theta_max=160)
H A DtemplateDIFF.instr179 theta_min=-10, theta_max=160, radius=L3-0.3-0.01)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bugl/
H A Dbugl_random_transform_set_2d.hxx74 const T theta_min, const T theta_max, in zero_skew_affine_uniform_interval() argument
80 double theta_min_d = theta_min, theta_max_d = theta_max; in zero_skew_affine_uniform_interval()
H A Dbugl_random_transform_set_2d.h43 const T theta_min, const T theta_max,
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/lib/coulomb/
H A Dcoulomb_filter.F228 real*8 pi,theta_min local
231 theta_min = 0.0d0
234 theta_min = 0.0d0
236 theta_min = 0.0d0
238 theta_min = 0.5d0*pi
241 f3_to_theta_min = theta_min
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/lib/coulomb/
H A Dcoulomb_filter.F228 real*8 pi,theta_min
231 theta_min = 0.0d0
234 theta_min = 0.0d0
236 theta_min = 0.0d0
238 theta_min = 0.5d0*pi
241 f3_to_theta_min = theta_min
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A D3dsc.hpp212 …const auto theta_min = std::lower_bound(std::next (theta_divisions_.cbegin ()), theta_divisions_.c… in computePoint() local
217 const auto k = std::distance(theta_divisions_.cbegin (), std::prev(theta_min)); in computePoint()
H A Dusc.hpp195 …const auto theta_min = std::lower_bound(std::next (theta_divisions_.cbegin ()), theta_divisions_.c… in computePointDescriptor() local
200 const auto k = std::distance(theta_divisions_.cbegin (), std::prev(theta_min)); in computePointDescriptor()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_curve_model.cxx568 double theta_min=1000.0, theta_max=-1000.0, k_min=1000.0, k_max=-1000.0; in report_accuracy() local
572 if (i.x()<theta_min) theta_min = i.x(); in report_accuracy()
583 min_estimates[0] = theta_min; in report_accuracy()
1233 double theta_min=1000.0, theta_max=-1000.0, k_min=1000.0, k_max=-1000.0; in report_accuracy() local
1248 if (i.y()<theta_min) theta_min = i.y(); in report_accuracy()
1258 min_estimates[0] = sdet_angle0To2Pi(theta_min+ref_theta); in report_accuracy()
2142 double theta_min=1000.0, theta_max=-1000.0, k_min=1000.0, k_max=-1000.0; in report_accuracy() local
2151 min_estimates[0] = sdet_angle0To2Pi(theta_min+ref_theta); in report_accuracy()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/trustregion/
H A DTRF.py214 (thetak < config.theta_min)):

12