Skip to content
Snippets Groups Projects
Commit cc7a753b authored by Andrew Cohen's avatar Andrew Cohen
Browse files

took out 5 frame hard code test for ui batch seg

parent 549f42ce
No related branches found
No related tags found
No related merge requests found
......@@ -13,12 +13,6 @@ warning('off','all');
if nargin>1
fprintf(1,'got batchCommand=%s\n',batchCommand);
[conn,CONSTANTS]=openDB(strDB);
CONSTANTS.imageData.NumberOfFrames=5;
Write.updateConstants(conn,CONSTANTS);
close(conn);
Batch.batchSegment(strDB);
[conn,CONSTANTS]=openDB(strDB);
cmd='update tblConstants set uiStatus="batchTrackPending"';
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment