diff --git a/frontend/src/components/Menu.tsx b/frontend/src/components/Menu.tsx index f2cb881..d680e14 100644 --- a/frontend/src/components/Menu.tsx +++ b/frontend/src/components/Menu.tsx @@ -307,6 +307,7 @@ const Result = () => { Required Length for Target {/*Need to manually overwrite the style here because of werid bug*/} + {/* TODO: add visualise button here! */} For a {errVF.toFixed(2)}% uncertainty in phase fraction, you need to measure a total image size of about {sizeText} (i.e. {nMore} more images) at the same resolution. @@ -318,25 +319,20 @@ const Result = () => { Other errors are possible, and may be larger! (i.e, segmentation error) Not designed for periodic structures This is a (conservative) estimate - retry when you have measured the larger sample - Porta ac consectetur ac -

Full details can be found in the paper.

More info - setShowInfo(true)}>Brief explanation + setShowInfo(true)}>Click for Brief explanation! Implementation in the GitHub Full details can be found in the paper - - - - - - {(collapse == false) && getMenuInfo(menuState).innerHTML} - - - + {(showFullResults) ? getMenuInfo(menuState).innerHTML : + + + + {getMenuInfo(menuState).title} + + + + {(collapse == false) && getMenuInfo(menuState).innerHTML} + + + } + ) }