aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormutantturkey <mutantturke@gmail.com>2012-08-03 10:01:57 -0400
committermutantturkey <mutantturke@gmail.com>2012-08-03 10:01:57 -0400
commitb1cf2ef9c477ac41edc69e99ebcc1e484d48543d (patch)
treea350a91475b227d2c84690bac24ffdf7b2cce375
parented6b033b61f7f7faef494b667713855dd3d8b44d (diff)
completed documenting step 1
-rw-r--r--README.markdown13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index e7894d1..c49fa40 100644
--- a/README.markdown
+++ b/README.markdown
@@ -79,4 +79,17 @@ Group1First10MinCropFile will look like this:
181:173:195:120
179:170:370:114
+After you have completed that, you will want to run the extraction step of the
+process-video-beta script. To get a more detailed look at the arguments accepted
+by the processing script, run it with the -h flag.
+
+ process-video-beta -v First10MinGroup1.avi -l Group1First10MinCropFile -n 1 -t First10MinSet -d data/ -1
+
+The -d flag indicates the folder you want to extract these files to, and will be
+used as the directory structure for the rest of the steps. The -1 flag tells it
+to run the first out of five steps.
+
+This will take some time, and require a lot of CPU and disk space.
+
+### Step 2: Deriving Cell Backgrounds ###