Install & Setup ElasticSearch 
Author: Josef Jezek
Check Download page for latest version of ElasticSearch and update VERSION
Author: Josef Jezek
Check Download page for latest version of ElasticSearch and update VERSION
def convert_to_optical_densities(rgb,r0,g0,b0): | |
OD = rgb.astype(float) | |
OD[:,:,0] /= r0 | |
OD[:,:,1] /= g0 | |
OD[:,:,2] /= b0 | |
return -np.log(OD) | |
def color_deconvolution(rgb,r0,g0,b0,verbose=False): | |
stain_OD = np.asarray([[0.18,0.20,0.08],[0.01,0.13,0.0166],[0.10,0.21,0.29]]) #hematoxylin, eosyn, DAB |
Locate the section for your github remote in the .git/config
file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:
<html> | |
<head> | |
<link rel="stylesheet" href="lib/leaflet.css" /> | |
<!--[if lte IE 8]> | |
<link rel="stylesheet" href="lib/leaflet.ie.css" /> | |
<![endif]--> | |
</head> | |
<body> | |
<div id="map" style="width:1004px; height:748px; border: 1px solid black;"></div> | |
<script type="text/javascript" src="lib/leaflet-src.js"></script> |
Installing Barracuda and Octopus | |
$ cd;wget -q -U iCab http://files.aegir.cc/BOA.sh.txt;bash BOA.sh.txt | |
$ boa in-head public server.mydomain.org my@email o1 | |
Now simply watch the progress and choose some platforms to include. Done! | |
And how to upgrade Barracuda and all Octopus instances? | |
$ barracuda up-head |