FARSIGHT Tutorials
From FarsightWiki
(Difference between revisions)
LuisIbanez (Talk | contribs) |
m (→Image analysis workflows) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
'''The following tutorials are a work in progress and not complete''' | '''The following tutorials are a work in progress and not complete''' | ||
+ | = Tutorials = | ||
− | + | == Build == | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Most users would prefer to just download and use pre-compiled versions of FARSIGHT. If you prefer to build it yourself, here is the process (takes a while). | Most users would prefer to just download and use pre-compiled versions of FARSIGHT. If you prefer to build it yourself, here is the process (takes a while). | ||
* [[FARSIGHT_HowToBuild | How to Build FARSIGHT ]] | * [[FARSIGHT_HowToBuild | How to Build FARSIGHT ]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
To build Bio-Formats for use in FARSIGHT, see the following tutorial | To build Bio-Formats for use in FARSIGHT, see the following tutorial | ||
* [[FARSIGHT Tutorials/Building Software/Bio-Formats | Building Bio-Formats (for developers)]] | * [[FARSIGHT Tutorials/Building Software/Bio-Formats | Building Bio-Formats (for developers)]] | ||
+ | * [[FARSIGHT_Tutorials/Building_Software/Bio-Formats/UsrTutorial| Building Bio-Formats (for users)]] | ||
+ | We show below how to install and build the programs under TissueNets system: | ||
− | + | * [[TissueNets_HowToBuild|Building and Using TissueNets]] | |
− | + | == Use == | |
+ | === Editors === | ||
− | + | How to use the editors to validate automated results | |
− | * [[ | + | * [[Trace_Editor|The Trace Editor]] Validation and analysis of automated [[Tracing|Tracing Algorithms]] |
− | + | * [[NucleusEditor|Nucleus Editor]] Segmentation and classification of Nuclei | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | * [[ | + | |
+ | === Image analysis workflows === | ||
The following page shows you the steps in analyzing the 5-channel image to cytovascular map example on the home page: | The following page shows you the steps in analyzing the 5-channel image to cytovascular map example on the home page: | ||
Line 50: | Line 32: | ||
* [[FARSIGHT Tutorials/5-Label | 5-Label Example - Image to Objects]] | * [[FARSIGHT Tutorials/5-Label | 5-Label Example - Image to Objects]] | ||
+ | * [[Farsight_Courses|Farsight Courses]] | ||
− | + | * [[Microglia Tracing Tutorial]] | |
− | + | == Extend and contribute == | |
+ | The Python language is used for writing scripts | ||
− | + | * [http://docs.python.org/tutorial/ Tutorial on Python ] | |
− | * [[ | + | * [[Getting_Started_Coding | Coding Quick start]] |
+ | The following page shows you the steps to implement model/selection/view architecture that we use in Farsight: | ||
− | * [[ | + | * [[SampleEditor|Sample Editor]] |
Latest revision as of 19:30, 17 February 2012
The following tutorials are a work in progress and not complete
Contents |
Tutorials
Build
Most users would prefer to just download and use pre-compiled versions of FARSIGHT. If you prefer to build it yourself, here is the process (takes a while).
To build Bio-Formats for use in FARSIGHT, see the following tutorial
We show below how to install and build the programs under TissueNets system:
Use
Editors
How to use the editors to validate automated results
- The Trace Editor Validation and analysis of automated Tracing Algorithms
- Nucleus Editor Segmentation and classification of Nuclei
Image analysis workflows
The following page shows you the steps in analyzing the 5-channel image to cytovascular map example on the home page:
Extend and contribute
The Python language is used for writing scripts
The following page shows you the steps to implement model/selection/view architecture that we use in Farsight: