|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.aerith.misao.image.filter.Filter
|
+--net.aerith.misao.image.filter.MeridianImageTransformFilter
The MeridianImageTransformFilter is an image
processing filter to transform the meridian image. The result is
stored in the new image.
| Field Summary | |
protected double |
decl
The declination of the center. |
protected double |
pixel_size
The pixel size in arcsec. |
protected double |
ra_interval
The R.A. |
| Fields inherited from class net.aerith.misao.image.filter.Filter |
monitor_set |
| Constructor Summary | |
MeridianImageTransformFilter(double decl,
double pixel_size,
double ra_interval)
Constructs a filter. |
|
| Method Summary | |
MonoImage |
operate(MonoImage image)
Operates the image processing filter and stores the result into the new image buffer. |
| Methods inherited from class net.aerith.misao.image.filter.Filter |
addMonitor,
setMonitor |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected double decl
protected double pixel_size
protected double ra_interval
| Constructor Detail |
public MeridianImageTransformFilter(double decl,
double pixel_size,
double ra_interval)
decl - the declination of the center.pixel_size - the pixel size in arcsec.ra_interval - the R.A. interval in second.| Method Detail |
public MonoImage operate(MonoImage image)
image - the original image to process.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||