I’m headed out of town for a bit and I’d like to keep an eye on my tank. Luckily linux has software that can do that called motion (obtained via apt-get install motion). You can do all sorts of things with it like time lapse photography, stream at whatever fps you like, auto adjust brightness, etc etc. Had to remove the filter from my ps3eye so a little too much IR is showing through, but it should be sufficient to make sure everything isn’t dying, here’s a live picture (refresh to get a new one):
[iframe src="http://192.168.1.18:8083/?action=stream"]
edit: something to check out in the future for a more permanent solution - zoneminder
Apparently I’ve been spending my time in OSX gimped by an unnoticed mouse lag. There’s always been something different between windows and OSX when it comes to mouse movement but I could never quite put my finger on it. Was it the mouse acceleration curve, or something else? Just ran across some software thanks to reddit that makes the mouse feel a hell of a lot like windows called SmoothMouse. The only problem is…my mouse bindings for mission control no longer work.
Time to give USB Overdrive another shot…lets hope this reboot doesn’t kill the machine.
EDIT: Kernel did not panic….so far so good…
The saga continues…still no clear direction in how to resolve this issue.
params = {'legend.fontsize' : 16,
'legend.linewidth' : 1.5,
'legend.markerscale' : 3}
rcParams.update(params)
<?php
$imgarray = glob("./wp-content/headers/homepage/\*.\*",1);
$cnt = count($imgarray);
$rn = rand(0,$cnt-1);
$img = $imgarray[$rn];
?>
I then have a single \(\Sigma\) value per grid-cell and can make a direct comparison:
In an ideal situation, each line would lie on the one-to-one dotted black line. Unfortunately both Sobolev and HSML values under estimate the grid values. The good news is that there isn’t much difference due to the resolution. We might have to examine more galaxies within our sims in a similar fashion to see if this under prediction takes place at the same surface densities; if that is the case we can easily incorporate some sort of correction factor. But that leads to the question - how many galaxies do we have to look at?
legend(bbox_to_anchor=(0.1,1.05),loc=3,shadow=True,fancybox=True)
def histoit(values,COLOR,LABEL,HLS,BINSIZE=0.1):
indexes = where(values>0)[0] ##prevents -inf
vals = log10(values[indexes])
binner = arange(min(vals),max(vals),BINSIZE)
hist(vals,color=COLOR,log=True,
bins=binner,
label=LABEL,histtype='step',lw=1.5,ls=HLS)
[table] Before,After [/table] better right? hello?