Skip to content

Commit

Permalink
modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
tCeZ committed Mar 16, 2021
1 parent 2a7e743 commit bb04462
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 47 deletions.
46 changes: 0 additions & 46 deletions README

This file was deleted.

47 changes: 46 additions & 1 deletion README.md
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.

0 comments on commit bb04462

Please sign in to comment.