-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2880 from SasView/2732-fill-in-whats-new-boxes-fo…
…r-release-600-1 2732 fill in whats new boxes for release 6.0.0
- Loading branch information
Showing
23 changed files
with
381 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
body { | ||
text-align: center; | ||
font-size: 14pt; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
<html> | ||
<head/> | ||
<head> | ||
<!-- INJECT CSS HERE --> | ||
</head> | ||
<body> | ||
|
||
<h1> | ||
Some Handy Tips | ||
What's New: <i>Preferences</i> | ||
</h1> | ||
|
||
Have you tried randomly pressing buttons? | ||
|
||
<p><b>SasView is now more configurable</b>, and a preference dialog is available though the <i>File</i> menu.</p> | ||
|
||
<p><img src="whatsnew/6.0.0/preferences.png" width="600"/></p> | ||
|
||
<p>There are settings for graphics, GPU utilisation and more!</p> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,27 @@ | ||
<html> | ||
<head/> | ||
<head> | ||
<!-- INJECT CSS HERE --> | ||
</head> | ||
<body> | ||
|
||
<h1> | ||
Welcome to SasView - What's New | ||
What's New: <i>Correlation Function Analysis</i> | ||
</h1> | ||
|
||
Lot's of things | ||
<p>Correlation function analysis calculations have been made more robust and the interface has been greatly simplified, | ||
with more visual feedback, including...</p> | ||
|
||
|
||
<p><b>Single Click Interface</b></p> | ||
|
||
<p><img src="whatsnew/6.0.0/corfunc-interaction.png" width="600"/></p> | ||
|
||
<p><b>Feedback on Parameter Extraction</b></p> | ||
|
||
<p><img src="whatsnew/6.0.0/corfunc-extraction.png" width="600"/></p> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<html> | ||
<head> | ||
<!-- INJECT CSS HERE --> | ||
</head> | ||
<body> | ||
|
||
|
||
<h1> | ||
What's New: <i>General Scattering Calculator</i> | ||
</h1> | ||
|
||
<p>Calculating scattering curves from atomic level descriptions is <b>much faster</b> and supports | ||
different <b>structure factors</b>. | ||
|
||
<p><img src="whatsnew/6.0.0/rhodopsin.png"></p> | ||
|
||
<p>You can now <b>fit them</b> to data too.</p> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.