Home
last modified time | relevance | path

Searched refs:PIXEL (Results 1 – 25 of 1519) sorted by relevance

12345678910>>...61

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Basic/
H A Dlayout.cpp44 ren->line (x2- PIXEL, y1, x2- PIXEL, y2- PIXEL); in layout_outline()
53 ren->line (x2- PIXEL, y1, x2- PIXEL, y2- PIXEL); in layout_dark_outline()
63 ren->line (x2- PIXEL, y1, x2- PIXEL, y2- PIXEL); in layout_pastel_lower()
73 ren->line (x2- PIXEL, y1, x2- PIXEL, y2- PIXEL); in layout_lower()
83 ren->line (x2- PIXEL, y1, x2- PIXEL, y2- PIXEL); in layout_higher()
92 ren->draw_triangle (x, y-3*PIXEL, x, y+3*PIXEL, x+7*PIXEL, y); in layout_submenu_triangle()
103 ren->draw_triangle (x-4*PIXEL, y, x+4*PIXEL, y, x, y-4*PIXEL); in layout_pulldown_triangle()
138 w -= PIXEL; h -= PIXEL; SI hw= ((w/PIXEL)>>1)*PIXEL; in layout_up_arrow()
150 w -= PIXEL; h -= PIXEL; SI hw= ((w/PIXEL)>>1)*PIXEL; in layout_down_arrow()
162 w -= PIXEL; h -= PIXEL; SI hh= ((h/PIXEL)>>1)*PIXEL; in layout_left_arrow()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Scrollable/
H A Dscrollbar_widget.cpp93 SI extra = (((h/PIXEL)*3)/4)*PIXEL + 3*PIXEL; in decode_position()
104 if (p<2*PIXEL) { bef=p; aft= 4*PIXEL-bef; } in decode_position()
116 SI extra = (((h/PIXEL)*3)/4)*PIXEL + 3*PIXEL; in encode_position()
130 layout_default (ren, X1, PIXEL, X2, h-PIXEL); in handle_repaint()
131 layout_higher (ren, X1, PIXEL, X2, h-PIXEL); in handle_repaint()
133 SI aw= (((h/PIXEL)*3)/4)*PIXEL; in handle_repaint()
143 SI aw = (((h/PIXEL)*3)/4)*PIXEL + 3*PIXEL; in handle_mouse()
240 SI extra = (((w/PIXEL)*3)/4)*PIXEL + 3*PIXEL; in decode_position()
263 SI extra = (((w/PIXEL)*3)/4)*PIXEL + 3*PIXEL; in encode_position()
281 SI ah= (((w/PIXEL)*3)/4)*PIXEL; in handle_repaint()
[all …]
H A Dcanvas_widget.cpp81 if ((ew<=(w-2*PIXEL)) && (eh<=(h-2*PIXEL))) { in set_extents()
178 a[0] << emit_position (PIXEL, -PIXEL, w-20*PIXEL, h-20*PIXEL); in handle_position()
179 a[1] << emit_position (0, 16*PIXEL-h, w-18*PIXEL, 16*PIXEL); in handle_position()
180 a[2] << emit_position (w-16*PIXEL, 0, 16*PIXEL, h-18*PIXEL); in handle_position()
183 a[0] << emit_position (PIXEL, -PIXEL, w-2*PIXEL, h-20*PIXEL); in handle_position()
184 a[1] << emit_position (0, 16*PIXEL-h, w, 16*PIXEL); in handle_position()
187 a[0] << emit_position (PIXEL, -PIXEL, w-20*PIXEL, h-2*PIXEL); in handle_position()
188 a[1] << emit_position (w-16*PIXEL, 0, 16*PIXEL, h); in handle_position()
190 else a[0] << emit_position (PIXEL, -PIXEL, w-2*PIXEL, h-2*PIXEL); in handle_position()
209 ren->line (PIXEL, -h+ 18*PIXEL, w-2*PIXEL, -h+ 18*PIXEL); in handle_repaint()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/gimpressionist/
H A Dplasma.c56 if (!PIXEL (y1,nx,r)) in mkplasma_sub()
57 PIXEL (y1, nx, r) = pfix ((PIXEL (y1, x1, r) + PIXEL (y1, x2, r)) / 2.0 + in mkplasma_sub()
61 if (!PIXEL (y2, nx, r)) in mkplasma_sub()
62 PIXEL (y2, nx, r) = pfix ((PIXEL (y2, x1, r) + PIXEL (y2, x2, r)) / 2.0 + in mkplasma_sub()
66 if (!PIXEL (ny, x1, r)) in mkplasma_sub()
67 PIXEL (ny, x1, r) = pfix ((PIXEL (y1, x1, r)+PIXEL (y2, x1, r)) / 2.0 + in mkplasma_sub()
71 if (!PIXEL (ny, x2, r)) in mkplasma_sub()
72 PIXEL (ny, x2, r) = pfix ((PIXEL (y1, x2, r) + PIXEL (y2, x2, r)) / 2.0 + in mkplasma_sub()
77 PIXEL (ny, nx, r) = in mkplasma_sub()
78 pfix ((PIXEL (y1, x1, r) + PIXEL (y1, x2, r) + in mkplasma_sub()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Diwa_spectrumfx.cpp310 PIXEL *pix = ras->pixels(j); in convertRaster()
350 pix->r = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in convertRaster()
354 pix->g = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in convertRaster()
358 pix->b = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in convertRaster()
441 pix->r = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in convertRasterWithLight()
445 pix->g = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in convertRasterWithLight()
449 pix->b = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in convertRasterWithLight()
508 pix->r = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in outputRasters()
512 pix->g = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in outputRasters()
516 pix->b = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in outputRasters()
[all …]
H A Dbodyhighlightfx.cpp18 template <typename PIXEL>
23 PIXEL *pix, *line; in doBlurValue()
164 void myOver(PIXEL &pixout, const PIXEL &pixin, const PIXEL &color) { in myOver()
171 void myAdd(PIXEL &pixout, const PIXEL &pixin, const PIXEL &color) { in myAdd()
180 void mySub(PIXEL &pixout, const PIXEL &pixin, const PIXEL &color) { in mySub()
189 void myMult(PIXEL &pixout, const PIXEL &pixin, const PIXEL &color) { in myMult()
200 void myLighten(PIXEL &pixout, const PIXEL &pixin, const PIXEL &color) { in myLighten()
209 void myDarken(PIXEL &pixout, const PIXEL &pixin, const PIXEL &color) { in myDarken()
221 void (*pixelOp)(PIXEL &, const PIXEL &, const PIXEL &)) { in doLayerBlending() argument
229 PIXEL opColor; in doLayerBlending()
[all …]
H A Diwa_adjustexposurefx.cpp9 template <typename RASTER, typename PIXEL>
15 PIXEL *pix = srcRas->pixels(j); in setSourceRaster()
17 (*chann_p).x = (float)pix->r / (float)PIXEL::maxChannelValue; in setSourceRaster()
18 (*chann_p).y = (float)pix->g / (float)PIXEL::maxChannelValue; in setSourceRaster()
19 (*chann_p).z = (float)pix->b / (float)PIXEL::maxChannelValue; in setSourceRaster()
31 template <typename RASTER, typename PIXEL>
36 PIXEL *pix = dstRas->pixels(j); in setOutputRaster()
40 pix->r = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in setOutputRaster()
44 pix->g = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in setOutputRaster()
48 pix->b = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in setOutputRaster()
[all …]
H A Diwa_perspectivedistortfx.cpp34 template <typename RASTER, typename PIXEL>
38 typename PIXEL::Channel halfChan = in setOutputRaster()
39 (typename PIXEL::Channel)(PIXEL::maxChannelValue / 2); in setOutputRaster()
41 dstRas->fill(PIXEL::Transparent); in setOutputRaster()
47 PIXEL *pix = dstRas->pixels(j); in setOutputRaster()
51 pix->r = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in setOutputRaster()
55 pix->g = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in setOutputRaster()
59 pix->b = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in setOutputRaster()
63 pix->m = (typename PIXEL::Channel)((val > (float)PIXEL::maxChannelValue) in setOutputRaster()
74 template <typename RASTER, typename PIXEL>
[all …]
H A Dtonecurvefx.cpp55 template <typename PIXEL, typename T>
77 while (x < p3.x && x < PIXEL::maxChannelValue + 1) { in fill_lut()
80 if (y > PIXEL::maxChannelValue) in fill_lut()
81 y = PIXEL::maxChannelValue; in fill_lut()
92 while (x < p3.x && x < PIXEL::maxChannelValue + 1) { in fill_lut()
95 if (y > PIXEL::maxChannelValue) in fill_lut()
96 y = PIXEL::maxChannelValue; in fill_lut()
168 template <typename PIXEL, typename CHANNEL_TYPE>
169 void doToneCurveFx(TRasterPT<PIXEL> ras, double frame, in doToneCurveFx()
214 PIXEL *pix = ras->pixels(j); in doToneCurveFx()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Composite/
H A Dtabs_widget.cpp69 ww= ww+ www + 2*PIXEL; in handle_get_size()
74 w= max (ww, www + 2*PIXEL); h= hh + hhh + 4*PIXEL; in handle_get_size()
105 a[i] << emit_position (cur_w + PIXEL, last_h + 2*PIXEL, in handle_position()
110 a[l] << emit_position (PIXEL, PIXEL, w-2*PIXEL, last_h-PIXEL, south_west); in handle_position()
124 SI fx1= xs[focus] - PIXEL; in handle_repaint()
126 SI top= h1 + h2 + 2*PIXEL; in handle_repaint()
135 ren->line (0, h1 + PIXEL, fx1, h1 + PIXEL); in handle_repaint()
136 ren->line (fx2, h1 + PIXEL, w, h1 + PIXEL); in handle_repaint()
141 ren->line (xs[i], h1+2*PIXEL, xs[i], top - PIXEL); in handle_repaint()
143 ren->line (xs[i+1]-PIXEL, h1+2*PIXEL, xs[i+1]-PIXEL, top - PIXEL); in handle_repaint()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Misc/
H A Dink_widget.cpp49 ev->w= 600 * PIXEL; in handle_get_size()
50 ev->h= 400 * PIXEL; in handle_get_size()
52 ev->w= 1280 * PIXEL; in handle_get_size()
53 ev->h= 400 * PIXEL; in handle_get_size()
77 x[j]= (SI) (sh[j][0] * PIXEL); in handle_repaint()
109 this << emit_invalidate (x1 - 3*PIXEL, y1 - 3*PIXEL, in refresh_last()
110 x2 + 3*PIXEL, y2 + 3*PIXEL); in refresh_last()
125 if (!nearby (point (x/PIXEL, y/PIXEL), shs[i])) in handle_mouse()
135 sh << point (x/PIXEL, y/PIXEL); in handle_mouse()
150 if (p[0] != (x/PIXEL) || p[1] != (y/PIXEL)) { in handle_mouse()
[all …]
H A Dballoon_widget.cpp52 SI xx= x+ ev->x+ 10*PIXEL; in balloon_handle_mouse()
53 SI yy= y+ ev->y- 5*PIXEL; in balloon_handle_mouse()
108 ev->w += 4*PIXEL; in handle_get_size()
109 ev->h += 4*PIXEL; in handle_get_size()
115 SI ww= w-4*PIXEL; in handle_position()
116 SI hh= h-4*PIXEL; in handle_position()
117 a[0] << emit_position (2*PIXEL, 2*PIXEL, ww, hh, south_west); in handle_position()
126 ren->set_pencil (pencil (black, PIXEL)); in handle_repaint()
127 ren->line (0, 0, w-PIXEL, 0); in handle_repaint()
128 ren->line (0, h-PIXEL, w-PIXEL, h-PIXEL); in handle_repaint()
[all …]
/dports/graphics/xd3d/xd3d-8.3.1/src/d3d/
H A Dclninf.f17 PIXEL = (XDMAX-XHELP)/REAL(IABS(IX0-IX1))
19 CALL GSMOVE(XHELP+PIXEL,YDMI2+PIXEL)
20 CALL GSLINE(XDMA2-PIXEL,YDMI2+PIXEL)
21 CALL GSLINE(XDMA2-PIXEL,YDMIN-PIXEL)
23 CALL GSLINE(XHELP+PIXEL,YDMIN-PIXEL)
24 CALL GSLINE(XHELP+PIXEL,YDMI2+PIXEL)
27 PIPI = PIXEL*2.
31 YYY = YINFO-PIXEL
57 PIPI = PIXEL*2.
59 YYY = YINFO-PIXEL
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dglz-encode.tmpl.c32 #define PIXEL one_byte_pixel_t macro
50 #define PIXEL rgb32_pixel_t macro
67 #define PIXEL rgb16_pixel_t macro
87 #define PIXEL rgb24_pixel_t macro
92 #define PIXEL rgb32_pixel_t macro
136 const PIXEL *tmp_ip = ip; in FNAME()
236 const PIXEL *ip = from; in FNAME()
237 const PIXEL *ip_bound = (PIXEL *)(seg->lines_end) - BOUND_OFFSET; in FNAME()
238 const PIXEL *ip_limit = (PIXEL *)(seg->lines_end) - LIMIT_OFFSET; in FNAME()
457 PIXEL *ip; in FNAME()
[all …]
/dports/deskutils/spice-gtk/spice-gtk-0.37/subprojects/spice-common/common/
H A Dlz_compress_tmpl.c60 #define PIXEL one_byte_pixel_t macro
91 #define PIXEL rgb32_pixel_t macro
106 #define PIXEL rgb16_pixel_t macro
125 #define PIXEL rgb24_pixel_t macro
130 #define PIXEL rgb32_pixel_t macro
166 const PIXEL *ip = from; in FNAME()
167 const PIXEL *ip_bound = (PIXEL *)(seg->lines_end) - BOUND_OFFSET; in FNAME()
168 const PIXEL *ip_limit = (PIXEL *)(seg->lines_end) - LIMIT_OFFSET; in FNAME()
299 PIXEL x = *ref; in FNAME()
462 PIXEL *ip; in FNAME()
[all …]
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/common/
H A Dlz_compress_tmpl.c58 #define PIXEL one_byte_pixel_t macro
89 #define PIXEL rgb32_pixel_t macro
104 #define PIXEL rgb16_pixel_t macro
123 #define PIXEL rgb24_pixel_t macro
128 #define PIXEL rgb32_pixel_t macro
164 const PIXEL *ip = from; in FNAME()
165 const PIXEL *ip_bound = (PIXEL *)(seg->lines_end) - BOUND_OFFSET; in FNAME()
166 const PIXEL *ip_limit = (PIXEL *)(seg->lines_end) - LIMIT_OFFSET; in FNAME()
297 PIXEL x = *ref; in FNAME()
460 PIXEL *ip; in FNAME()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Button/
H A Dpopup_widget.cpp61 ev->w += 6*PIXEL; in handle_get_size()
62 ev->h += 6*PIXEL; in handle_get_size()
68 a[0] << emit_position (3*PIXEL, -3*PIXEL, w- 6*PIXEL, h- 6*PIXEL); in handle_position()
75 layout_default (ren, PIXEL, PIXEL-h, in handle_repaint()
76 w-PIXEL, -PIXEL); in handle_repaint()
77 layout_default (ren, 2*PIXEL, 2*PIXEL-h, in handle_repaint()
78 w-2*PIXEL, -2*PIXEL); in handle_repaint()
H A Dtoggle_widget.cpp37 cmd (cmd2), on (on2), style (style2), dy (3*PIXEL) in toggle_widget_rep()
40 if (mini) sz= 12*PIXEL; in toggle_widget_rep()
41 else sz= 15*PIXEL; in toggle_widget_rep()
57 ren->set_pencil (pencil (dark, PIXEL)); in handle_repaint()
58 ren->line (3*PIXEL, dy + 3*PIXEL, sz - 4*PIXEL, dy + sz - 4*PIXEL); in handle_repaint()
59 ren->line (3*PIXEL, dy + sz - 4*PIXEL, sz - 4*PIXEL, dy + 3*PIXEL); in handle_repaint()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Output/
H A Dseparator_widget.cpp48 ev->w= 2*PIXEL+ pre+ post; in handle_get_size()
54 ev->h= 2*PIXEL+ pre+ post; in handle_get_size()
62 ren->set_pencil (pencil (layout_dark (ren), PIXEL)); in handle_repaint()
63 if (vert) ren->line (pre+PIXEL, ev->y1, pre+PIXEL, ev->y2); in handle_repaint()
64 else ren->line (ev->x1, -pre-PIXEL, ev->x2, -pre-PIXEL); in handle_repaint()
65 ren->set_pencil (pencil (white, PIXEL)); in handle_repaint()
66 if (vert) ren->line (pre+2*PIXEL, ev->y1, pre+2*PIXEL, ev->y2); in handle_repaint()
67 else ren->line (ev->x1, -pre-2*PIXEL, ev->x2, -pre-2*PIXEL); in handle_repaint()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tipc/
H A Dt32bitsrv_wrap.cpp25 template <typename PIXEL>
26 int t32bitsrv::RasterExchanger<PIXEL>::read(const char *srcBuf, int len) { in read()
29 m_pix = (PIXEL *)((UCHAR *)m_pix + len); in read()
33 int lineData = m_ras->getLx() * sizeof(PIXEL); in read()
35 (int)((m_ras->getLx() - xStart) * sizeof(PIXEL)), remainingData); in read()
48 template <typename PIXEL>
49 int t32bitsrv::RasterExchanger<PIXEL>::write(char *dstBuf, int len) { in write()
51 len = len - (len % sizeof(PIXEL)); in write()
55 m_pix = (PIXEL *)((UCHAR *)m_pix + len); in write()
59 int lineData = m_ras->getLx() * sizeof(PIXEL); in write()
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/bufr/tables/0/wmo/18/codetables/
H A D25174.table1 1 1 PIXEL IS AFFECTED BY RFI EFFECTS
2 2 2 PIXEL IS LOCATED IN THE HEXAGONAL ALIAS DIRECTION CENTRED ON SUN ALIAS
3 3 3 PIXEL IS CLOSE TO THE BORDER DELIMITING THE EXTENDED ALIAS FREE ZONE
4 4 4 PIXEL IS INSIDE THE EXTENDED ALIAS FREE ZONE
5 5 5 PIXEL IS INSIDE THE EXCLUSIVE OF ALIAS FREE ZONE
6 6 6 PIXEL IS LOCATED IN A ZONE WHERE A MOON ALIAS WAS RECONSTRUCTED
7 7 7 PIXEL IS LOCATED IN A ZONE WHERE SUN REFLECTION HAS BEEN DETECTED
8 8 8 PIXEL IS LOCATED IN A ZONE WHERE SUN ALIAS WAS RECONSTRUCTED
9 9 9 FLAT TARGET TRANSFORMATION HAS BEEN PERFORMED DURING IMAGE RECONSTRUCTION OF THIS PIXEL
11 11 11 DIRECT MOON CORRECTION HAS BEEN PERFORMED DURING IMAGE RECONSTRUCTION OF THIS PIXEL
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/bufr/tables/0/wmo/20/codetables/
H A D25174.table1 1 1 PIXEL IS AFFECTED BY RFI EFFECTS
2 2 2 PIXEL IS LOCATED IN THE HEXAGONAL ALIAS DIRECTION CENTRED ON SUN ALIAS
3 3 3 PIXEL IS CLOSE TO THE BORDER DELIMITING THE EXTENDED ALIAS FREE ZONE
4 4 4 PIXEL IS INSIDE THE EXTENDED ALIAS FREE ZONE
5 5 5 PIXEL IS INSIDE THE EXCLUSIVE OF ALIAS FREE ZONE
6 6 6 PIXEL IS LOCATED IN A ZONE WHERE A MOON ALIAS WAS RECONSTRUCTED
7 7 7 PIXEL IS LOCATED IN A ZONE WHERE SUN REFLECTION HAS BEEN DETECTED
8 8 8 PIXEL IS LOCATED IN A ZONE WHERE SUN ALIAS WAS RECONSTRUCTED
9 9 9 FLAT TARGET TRANSFORMATION HAS BEEN PERFORMED DURING IMAGE RECONSTRUCTION OF THIS PIXEL
11 11 11 DIRECT MOON CORRECTION HAS BEEN PERFORMED DURING IMAGE RECONSTRUCTION OF THIS PIXEL
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/bufr/tables/0/wmo/30/codetables/
H A D25174.table1 1 1 PIXEL IS AFFECTED BY RFI EFFECTS
2 2 2 PIXEL IS LOCATED IN THE HEXAGONAL ALIAS DIRECTION CENTRED ON SUN ALIAS
3 3 3 PIXEL IS CLOSE TO THE BORDER DELIMITING THE EXTENDED ALIAS FREE ZONE
4 4 4 PIXEL IS INSIDE THE EXTENDED ALIAS FREE ZONE
5 5 5 PIXEL IS INSIDE THE EXCLUSIVE OF ALIAS FREE ZONE
6 6 6 PIXEL IS LOCATED IN A ZONE WHERE A MOON ALIAS WAS RECONSTRUCTED
7 7 7 PIXEL IS LOCATED IN A ZONE WHERE SUN REFLECTION HAS BEEN DETECTED
8 8 8 PIXEL IS LOCATED IN A ZONE WHERE SUN ALIAS WAS RECONSTRUCTED
9 9 9 FLAT TARGET TRANSFORMATION HAS BEEN PERFORMED DURING IMAGE RECONSTRUCTION OF THIS PIXEL
11 11 11 DIRECT MOON CORRECTION HAS BEEN PERFORMED DURING IMAGE RECONSTRUCTION OF THIS PIXEL
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/bufr/tables/0/wmo/32/codetables/
H A D25174.table1 1 1 PIXEL IS AFFECTED BY RFI EFFECTS
2 2 2 PIXEL IS LOCATED IN THE HEXAGONAL ALIAS DIRECTION CENTRED ON SUN ALIAS
3 3 3 PIXEL IS CLOSE TO THE BORDER DELIMITING THE EXTENDED ALIAS FREE ZONE
4 4 4 PIXEL IS INSIDE THE EXTENDED ALIAS FREE ZONE
5 5 5 PIXEL IS INSIDE THE EXCLUSIVE OF ALIAS FREE ZONE
6 6 6 PIXEL IS LOCATED IN A ZONE WHERE A MOON ALIAS WAS RECONSTRUCTED
7 7 7 PIXEL IS LOCATED IN A ZONE WHERE SUN REFLECTION HAS BEEN DETECTED
8 8 8 PIXEL IS LOCATED IN A ZONE WHERE SUN ALIAS WAS RECONSTRUCTED
9 9 9 FLAT TARGET TRANSFORMATION HAS BEEN PERFORMED DURING IMAGE RECONSTRUCTION OF THIS PIXEL
11 11 11 DIRECT MOON CORRECTION HAS BEEN PERFORMED DURING IMAGE RECONSTRUCTION OF THIS PIXEL
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/bufr/tables/0/wmo/27/codetables/
H A D25174.table1 1 1 PIXEL IS AFFECTED BY RFI EFFECTS
2 2 2 PIXEL IS LOCATED IN THE HEXAGONAL ALIAS DIRECTION CENTRED ON SUN ALIAS
3 3 3 PIXEL IS CLOSE TO THE BORDER DELIMITING THE EXTENDED ALIAS FREE ZONE
4 4 4 PIXEL IS INSIDE THE EXTENDED ALIAS FREE ZONE
5 5 5 PIXEL IS INSIDE THE EXCLUSIVE OF ALIAS FREE ZONE
6 6 6 PIXEL IS LOCATED IN A ZONE WHERE A MOON ALIAS WAS RECONSTRUCTED
7 7 7 PIXEL IS LOCATED IN A ZONE WHERE SUN REFLECTION HAS BEEN DETECTED
8 8 8 PIXEL IS LOCATED IN A ZONE WHERE SUN ALIAS WAS RECONSTRUCTED
9 9 9 FLAT TARGET TRANSFORMATION HAS BEEN PERFORMED DURING IMAGE RECONSTRUCTION OF THIS PIXEL
11 11 11 DIRECT MOON CORRECTION HAS BEEN PERFORMED DURING IMAGE RECONSTRUCTION OF THIS PIXEL
[all …]

12345678910>>...61