Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RSF
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
RSF
Commits
4d85e659
Commit
4d85e659
authored
10 months ago
by
Layton Aho
Browse files
Options
Downloads
Patches
Plain Diff
Update readme.md
parent
4a0be10d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+45
-1
45 additions, 1 deletion
readme.md
with
45 additions
and
1 deletion
readme.md
+
45
−
1
View file @
4d85e659
...
...
@@ -2,5 +2,49 @@ This is a repository for the manuscript and accompanying code currently under de
Once the manuscript is released, all code will be licensed open source (license TBD, likely GPL or BSD).
q
uestions? contact andrew.r.cohen 'at' drexel.edu
Q
uestions? contact andrew.r.cohen 'at' drexel.edu
# INSTALLATION
## Prerequisites
1.
Clone the required repositories:
```
git clone https://git-bioimage.coe.drexel.edu/opensource/rsf.git
```
and
```
git clone https://git-bioimage.coe.drexel.edu/opensource/ncd.git
```
and
HIP (how to install, use git? or install via HIP website?)
```
git clone https://git-bioimage.coe.drexel.edu/opensource/hydra-image-processor.git
```
2.
NODE? Right now required bececause of lever and lever utils dependencies.
## MATLAB Configuration
MATLAB version number minimum requirement?
Create a sample startup.m file in the rsf
\s
rc
\M
ATLAB folder?
https://www.mathworks.com/help/matlab/ref/startup.html
USER is the username of the user running the RSF code. The path should reflect where the git install was located, in this example case in the USER folder.
```
addpath(genpath,('C:\Users\USER\hydra-image-processor\src\MATLAB'));
addpath(genpath('C:\Users\USER\ncd\src\MATLAB'));
addpath(genpath('C:\Users\USER\rsf\SRC\MATLAB'));
```
## Pipeline
1.
Import images, sameple import code
2.
Run?
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment