Skip to content

Commit

Permalink
Small changes to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinbranson committed Jan 20, 2017
1 parent eb35db3 commit eb6e05d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ExploreBehaviorAnatomyCorrelations.m
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function ExploreBehaviorAnatomyCorrelations_OpeningFcn(hObject, eventdata, handl
fprintf('Mat file containing normalized behavior data: %s\n',EBAC_DATA.datafilename);
fprintf('Supervoxel clustering data mat file: %s\n',EBAC_DATA.supervoxelfilename);
if isempty(EBAC_DATA.anatomydir),
fprintf('No per-line anatomy image directory.\n');
fprintf('No per-line anatomy image directory. Anatomy images will be downloaded from the web.\n');
else
fprintf('Per-line anatomy image directory: %s\n',EBAC_DATA.anatomydir);
end
Expand Down
Binary file removed docs/images/Thumbs.db
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h2><a id="DataLocs">Specifying Data Locations</a></h2>
</li>
<li> <a href="images/ScreenShot_SelectSupervoxelDataMATFile.png"><b>Supervoxel Clustering Data MAT File</b></a>: MAT file containing the supervoxel clustering of the brain. This data can be downloaded at <a href="http://research.janelia.org/bransonlab/FlyBowl/BABAMMATFiles/current/SupervoxelClusteringData.mat">SupervoxelClusteringData.mat</a>. <br>
</li>
<li> <a href="images/ScreenShot_SelectAnatomyDir.png"><b>Per-line Anatomy Image Directory</b></a>: Directory containing normalized, registered images of the expression patterns for each brain. This data can be downloaded at <a href="TODO">AverageAnatomyData</a>.<br>
<li> <a href="images/ScreenShot_SelectAnatomyDir.png"><b>Per-line Anatomy Image Directory</b></a>: Directory containing normalized, registered images of the expression patterns for each brain. This data can be downloaded at <a href="http://research.janelia.org/bransonlab/FlyBowl/BABAMMATFiles/current/AverageAnatomyData.zip">AverageAnatomyData.zip</a>.<br>
</li>
</ol>

Expand Down

0 comments on commit eb6e05d

Please sign in to comment.