|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.geometry.DepthSampler
public class DepthSampler
This class handles sampling in the depth dimension
| Constructor Summary | |
|---|---|
DepthSampler(double zero,
double delta,
int n)
Generate an output image with the appropriate pixelization |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get the description of this component. |
java.lang.String |
getName()
Get the name of this component. |
Image |
sample(Image in)
Sample an image according the the input specification |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DepthSampler(double zero,
double delta,
int n)
Note that there is a conflict in the way SkyView originally presented 3-D data. It indicated that one could specify bands 1-10 to get 10 bands, but that is a range of only 9 bands. This would be OK, except that it doesn't translate properly to physical units, i.e. 3000-4000 A. We try to handle all of this consistently now, so a user needs to specify bands 0-10 to get the same range.
zero: - The beginning of the range to be sampled (in depth pixels).delta: - The size of the output pixels in terms of the input pixels.n: - The number of output bins.| Method Detail |
|---|
public java.lang.String getName()
Component
getName in interface Componentpublic java.lang.String getDescription()
Component
getDescription in interface Componentpublic Image sample(Image in)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||