Changeset 5ab5cae in sasview
- Timestamp:
- Dec 14, 2014 10:26:37 AM (10 years ago)
- 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:
- e27d71b
- Parents:
- f6b977c
- Location:
- park-1.2.1/park
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
park-1.2.1/park/assembly.py
r3570545 r5ab5cae 160 160 of models in a script to for example set the fit range for 161 161 parameter 'a' of the model:: 162 162 163 assembly[0].set(a=[5,6]) 163 164 … … 304 305 305 306 :param fitness: the fitting model 306 The fitting model can be an instance of `park.assembly.Fitness`,307 or a tuple of (`park.model.Model`,`park.data.Data1D`)307 The fitting model can be an instance of `park.assembly.Fitness`, 308 or a tuple of (`park.model.Model`,`park.data.Data1D`) 308 309 :param weight: model weighting (usually 1.0) 309 310 :param isfitted: whether model should be fit (equivalent to weight 0.) -
park-1.2.1/park/data.py
r3570545 r5ab5cae 63 63 64 64 Attributes 65 ==========66 65 67 66 filename … … 94 93 95 94 Notes on calc_x 96 ===============97 95 98 96 The contribution of Q to a resolution of width dQo at point Qo is::
Note: See TracChangeset
for help on using the changeset viewer.