Changeset c0c9a473 in sasview
- Timestamp:
- Sep 11, 2018 5:23:17 AM (6 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
- Children:
- 0863065
- Parents:
- d15ce7c6
- Location:
- installers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
installers/README-next-release.txt
r187a4a07 rc0c9a473 356 356 357 357 358 359 358 - New in Version 4.0.0-alpha 360 359 -------------------- … … 393 392 394 393 395 396 394 - New in Version 3.1.2 397 395 -------------------- … … 411 409 412 410 413 414 411 - New in Version 3.1.1 415 412 -------------------- 416 413 - Fixes bug #457 that prevented SasView from starting if the user was not 417 414 connected to the internet, or was behind a proxy server. 415 418 416 419 417 - New in Version 3.1.0 … … 472 470 non-project personnel through pull requests. 473 471 472 474 473 - New in Version 3.0.0 475 474 -------------------- … … 502 501 data. Supported formats include: TIFF, TIF, PNG, BMP, JPG. 503 502 503 504 504 - New in Version 2.2.1 505 505 -------------------- … … 513 513 - Made significant improvements to the batch/grid panel and fixed several bugs 514 514 - Fixed a number of other minor bugs 515 515 516 516 517 - New in Version 2.2.0 … … 541 542 - Tools: provides a number of useful supplementary tools such as SLD 542 543 calculation 543 544 544 - Fitting 545 545 - Includes a large number of model functions, both form factors and structure factors. … … 582 582 or plotting the evolution of the fit parameters with error bars (from within 583 583 the application). 584 585 584 - Tools 586 585 - A scattering length density calculator,including some X-ray information … … 592 591 - A slit size calculator optimized for Anton Paar Saxess is provided. 593 592 - A kiessig fringe thickness calculator is provided 594 595 593 - Plots and plot management 596 594 - A 3D graphing option (for 2d data/results) is provided with the view … … 606 604 - Extensive context sensitive plot/fitting/manipulation options are available 607 605 through a right mouse click pop-up menu on plots. 608 609 606 - Data management 610 607 - Supports 2 + column 1D ASCII data, NIST 1D and 2D data, and canSAS data … … 621 618 right click menus and the toolbar. The data explorer can be re-started 622 619 from the menu bar. 623 624 620 - Data manipulation 625 621 - Support various 2D averaging methods : Circular, sectors, annular, … … 627 623 - A 2D data maks editor is provided 628 624 - 2D mask can be applied to the circular averaging. 629 630 625 - Miscellaneous features 631 626 - limited reports can be generated in pdf format … … 689 684 690 685 2.4- Building and Installing 691 - use 'python setup.py build'692 - use 'python setup.py install'693 To build the documentation694 -use'python setup.py docs'686 - To build the code 687 use 'python setup.py build' 688 - To build the documentation 689 use'python setup.py docs' 695 690 696 691 2.5- Running SasView -
installers/README.txt
rd15ce7c6 rc0c9a473 356 356 357 357 358 359 358 - New in Version 4.0.0-alpha 360 359 -------------------- … … 393 392 394 393 395 396 394 - New in Version 3.1.2 397 395 -------------------- … … 411 409 412 410 413 414 411 - New in Version 3.1.1 415 412 -------------------- 416 413 - Fixes bug #457 that prevented SasView from starting if the user was not 417 414 connected to the internet, or was behind a proxy server. 415 418 416 419 417 - New in Version 3.1.0 … … 472 470 non-project personnel through pull requests. 473 471 472 474 473 - New in Version 3.0.0 475 474 -------------------- … … 502 501 data. Supported formats include: TIFF, TIF, PNG, BMP, JPG. 503 502 503 504 504 - New in Version 2.2.1 505 505 -------------------- … … 513 513 - Made significant improvements to the batch/grid panel and fixed several bugs 514 514 - Fixed a number of other minor bugs 515 515 516 516 517 - New in Version 2.2.0 … … 541 542 - Tools: provides a number of useful supplementary tools such as SLD 542 543 calculation 543 544 544 - Fitting 545 545 - Includes a large number of model functions, both form factors and structure factors. … … 582 582 or plotting the evolution of the fit parameters with error bars (from within 583 583 the application). 584 585 584 - Tools 586 585 - A scattering length density calculator,including some X-ray information … … 592 591 - A slit size calculator optimized for Anton Paar Saxess is provided. 593 592 - A kiessig fringe thickness calculator is provided 594 595 593 - Plots and plot management 596 594 - A 3D graphing option (for 2d data/results) is provided with the view … … 606 604 - Extensive context sensitive plot/fitting/manipulation options are available 607 605 through a right mouse click pop-up menu on plots. 608 609 606 - Data management 610 607 - Supports 2 + column 1D ASCII data, NIST 1D and 2D data, and canSAS data … … 621 618 right click menus and the toolbar. The data explorer can be re-started 622 619 from the menu bar. 623 624 620 - Data manipulation 625 621 - Support various 2D averaging methods : Circular, sectors, annular, … … 627 623 - A 2D data maks editor is provided 628 624 - 2D mask can be applied to the circular averaging. 629 630 625 - Miscellaneous features 631 626 - limited reports can be generated in pdf format … … 689 684 690 685 2.4- Building and Installing 691 - use 'python setup.py build'692 - use 'python setup.py install'693 To build the documentation694 -use'python setup.py docs'686 - To build the code 687 use 'python setup.py build' 688 - To build the documentation 689 use'python setup.py docs' 695 690 696 691 2.5- Running SasView
Note: See TracChangeset
for help on using the changeset viewer.