Skip to content

Commit

Permalink
rename "contour" to "autofit" where users can see it
Browse files Browse the repository at this point in the history
  • Loading branch information
geneva-miller committed Dec 22, 2020
1 parent 6975130 commit 3b6e0ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion browser/static/js/main_zstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class Mode {
this.info = {label: this.info.label};
this.action = 'active_contour';
this.kind = Modes.question;
this.prompt = `Press SPACE to active contour on label ${this.info.label}`;
this.prompt = `Press SPACE to autofit label ${this.info.label}`;
render_info_display();
} else if (evt.key === 'q') {
// erode
Expand Down
2 changes: 1 addition & 1 deletion browser/templates/partials/infopane.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h5><em>Whole-label mode (default)</em></h5>

<p><strong>c</strong> | <em><u>create</u></em>: click on one cell mask (cell C). Hit “c” to create a new cell track starting from that frame.&nbsp;</p>

<p dir="ltr"><strong>m</strong> | <em><u>contour</u></em>: click on one cell mask (cell A). Hit "m" to reshape the mask. This will update the label to fit the cell shape more closely.</p>
<p dir="ltr"><strong>m</strong> | <em><u>autofit</u></em>: click on one cell mask (cell A). Hit "m" to reshape the mask. This will update the label to fit the cell shape more closely.</p>

<p dir="ltr"><strong>q</strong> | <em><u>shrink</u></em>: click on one cell mask (cell A). Hit "q" to slightly shrink the mask. This will delete the mask if it is small enough.</p>

Expand Down
2 changes: 1 addition & 1 deletion browser/templates/partials/infopane_abridged.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h6><em>Whole-label mode (default)</em></h6>

<p><strong>shift+click</strong> | <em><u>trim pixels</u></em>: hold down the shift key while clicking on a cell. This will trim away stray pixels from the part of the label you clicked on. This can be used to quickly clean up a cell annotation if there are disconnected pixels with that label that should not exist.&nbsp;</p>

<p dir="ltr"><strong>m</strong> | <em><u>contour</u></em>: click on one cell mask (cell A). Hit "m" to reshape the mask. This will update the label to fit the cell shape more closely.</p>
<p dir="ltr"><strong>m</strong> | <em><u>autofit</u></em>: click on one cell mask (cell A). Hit "m" to reshape the mask. This will update the label to fit the cell shape more closely.</p>

<p dir="ltr"><strong>q</strong> | <em><u>shrink</u></em>: click on one cell mask (cell A). Hit "q" to slightly shrink the mask. This will delete the mask if it is small enough.</p>

Expand Down

0 comments on commit 3b6e0ff

Please sign in to comment.