Changeset ea1f14d in sasmodels
- Timestamp:
- Mar 21, 2016 4:57:58 PM (9 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- fec69dd
- Parents:
- e6c1491
- Location:
- sasmodels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/core.py
r48fbd50 rea1f14d 237 237 weights = weights.astype(dtype=kernel.dtype) 238 238 values = values.astype(dtype=kernel.dtype) 239 239 print("kernel poly",values) 240 240 return kernel(details, weights, values, cutoff) 241 241 -
sasmodels/generate.py
re8d2276 rea1f14d 685 685 def poly_details(model_info, weights): 686 686 print("entering poly",weights) 687 687 688 print([p.name for p in model_info['parameters']]) 688 689 pars = model_info['parameters'][2:] # skip scale and background -
sasmodels/kernel_iq.c
r5462ffb rea1f14d 172 172 } 173 173 } 174 174 printf("rad len %f %f\n",local_values.radius, local_values.length); 175 175 #ifdef INVALID 176 176 if (INVALID(local_values)) continue; … … 193 193 } 194 194 } 195 195 196 196 //Makes a normalization avialable for the next round 197 197 result[nq] = norm;
Note: See TracChangeset
for help on using the changeset viewer.