-
See http://www.washingtonpost.com/blogs/wonkblog/wp/2015/07/16/how-railroads-highways-and-other-man-made-lines-racially-divide-americas-cities/ for example
-
```
What steps will reproduce the problem?
1. no Problem, just a small wish.
What is the expected output? What do you see instead?
My expectation is a binned picture out of the Lodestar-Guiding-Cam. …
-
I am trying to run rtabmap.launch with an intel realsense R200. I've changed the rgb_topic, depth-topic, and camera_info_topic to the proper names but am running into a fatal error:
`[FATAL] (2016-03-…
-
Hey @drphilmarshall try this:
``` python
sh = im.shape
bin = 10
nx2 = sh[0] // bin
ny2 = sh[1] // bin
masked_im_trim = masked_im[0:nx2*bin, 0:ny2*bin]
rebin_masked_im = masked_im_trim.reshape(nx2, bi…
-
Is it possible to modify the histogram function so that it ignores black and white (or more generally some particular range or set of ranges). The use case is geostationary satellite images of the ear…
howff updated
8 years ago
-
```
[ pasted from email ]
Hello,
I use regularly PHG guiding (with sequence generator pro) and I appreciate this
software, thank you for sharing your job.
I have a little question : why PHD guidin…
-
Hi!
I'm using this package (actually the roboticsgroup fork because I'm on ROS Indigo) and k2_server to try and visualize skeleton data in RViz. Unfortunately, I'm having a really hard time lining up…
-
On the same NXO robot where ueye camera on the right hand worked fine https://github.com/tork-a/rtmros_nextage/pull/162#issuecomment-101181101, now this error happens when the topic `/right_hand_ueye/…
-
"Issue reading WCS coordinates" as stated by @gderosa2004 in spacetelescope/stginga#19.
pllim updated
8 years ago
-
Quickgen's use of specsim is quite convoluted and exposes a lot of specsim implementation details because specsim does not provide convenient access to the information it needs (see for example desihu…