-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
46 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,46 @@ | ||
# cellorganizer | ||
CellOrganizer | ||
------------- | ||
|
||
For generating 3D images, using a computer with at least 2 GB of memory is recommended. | ||
|
||
I. Installation | ||
--------------- | ||
To install CellOrganizer | ||
|
||
(1) Download the latest distribution from | ||
|
||
http://www.cellOrganizer.org | ||
|
||
or | ||
|
||
http://murphylab.web.cmu.edu/software/CellOrganizer | ||
|
||
(2) Unzip the distribution into a folder of your choice | ||
|
||
(3) Start Matlab and change the default directory to the folder chosen above | ||
|
||
II. Using CellOrganizer via the Graphical User Interface | ||
|
||
Enter "startup" at the Matlab command prompt | ||
|
||
III. Using CellOrganizer from the Matlab command line | ||
|
||
Enter "startup" at the Matlab command prompt to add the relevant paths. The main CellOrganizer commands are | ||
|
||
> img2slml | ||
which trains a model from a set of images | ||
|
||
and | ||
|
||
> slml2img | ||
which synthesizes one or more image(s) from a trained model. | ||
|
||
IV. Examples using the Matlab command line | ||
|
||
There are a numbers of demo files that illustrate how to use CellOrganizer from the command line. Type | ||
|
||
> demoinfo | ||
to get a listing of available demos. |