Changeset 63d314b in sasview for src/sas/perspectives
- Timestamp:
- May 27, 2015 2:15:10 AM (9 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:
- b5846a10
- Parents:
- 9776c82
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/perspectives/fitting/media/fitting_help.rst
r8570246 r63d314b 314 314 *the Data Explorer is checked (see the section* :ref:`Loading_data` *).* 315 315 316 This mode fits one data set. 317 316 318 When data is sent to the fitting perspective it is plotted in a graph window as 317 319 markers. … … 359 361 --------------------- 360 362 361 This fitting option enables to set a number of the constraints between the 362 parameters of fitting(s). It requires one or more FitPages with a data and a 363 model set for the fitting, and performs multiple fittings given by the 364 FitPage(s). The Complex (ParkMC) FitEngine will be used automatically. 365 366 Simultaneous Fit without Constraint 363 *NB: Before proceeding, ensure that the Single Mode radio button at the bottom of* 364 *the Data Explorer is checked (see the section* :ref:`Loading_data` *).* 365 366 This mode is an extension of the :ref:`Single Fit Mode` that fits two or more data 367 sets *to the same model* simultaneously. If necessary it is possible to constrain 368 fit parameters between data sets (eg, to fix a background level, or radius, etc). 369 370 If the data to be fit are in multiple files, load each file, select it in the 371 *Data Explorer*, and *Send To Fitting*. 372 373 If multiple data sets are in one file, load that file, *Unselect All Data*, then 374 select each dataset one at a time and Send To Fitting. 375 376 The result should be that for 377 n 378 datsets you have 2 379 n 380 graphs ( 381 n 382 of the data & model fit and 383 n 384 residuals plots). 385 386 IMPORTANT! 387 If you need to create a n 388 ew model with the new model wizard, or use a 389 model which is the sum of two existing models, go Fitting 390 391 Edit Custom Model 392 before 393 sending the data to the fitting engine. 394 The model will be available under 395 396 Customised 397 Models 398 399 on 400 the FitPage. NB: the name will likely be abbreviated; eg, 401 402 Peak 403 Gauss 404 Model + Absolute Power Law Model 405 406 will appear as 407 408 PGM + APL 409 410 . 411 3. 412 Go to each Fit 413 Page in turn 414 and: 415 416 Select the required model. 417 418 Unselect all the model par 419 ameters. 420 421 Enter some starting guesses for the parameters (it may be helpful to remove the 422 residuals plots for clarity; go Graph 423 424 Show and untick graph windows as required). 425 426 Enter any parameter limits (recommended). 427 428 Select which parameters will refine (sele 429 cting all is probably a bad idea...). 430 4. 431 Select Fitting 432 433 Simultaneous Fit (this also selects the Complex Fit Engine). 434 5. 435 Go to the Simultaneous Fit page 436 and: 437 438 Select which datasets are to be fitted (which will probably be all of them or you wouldnt 439 have 440 loaded them in!). 441 442 It is possible to tie parameters between datasets with constraints; eg, make the 443 Background in FitPage1 the same as the Background in FitPage2, and so on. To do this, 444 answer yes to Add Constraints in the Fit Constraints box. 445 446 But note th 447 at SANSView only lets you constrain parameters that are refining. 448 6. 449 Click Fit 450 451 452 453 Simultaneous Fits without Constraints 454 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 367 455 368 456 Assuming some FitPages are already set up, check the checkboxes of the … … 374 462 FitPage to recalculate. 375 463 376 Simultaneous Fit with Constraint 464 Simultaneous Fits with Constraints 465 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 377 466 378 467 Enter constraint in the text control next to *constraint fit* button. … … 391 480 Batch Fit Mode 392 481 -------------- 482 483 *NB: Before proceeding, ensure that the Batch Mode radio button at the bottom of* 484 *the Data Explorer is checked (see the section* :ref:`Loading_data` *).* 393 485 394 486 Batch Fit
Note: See TracChangeset
for help on using the changeset viewer.