Home
last modified time | relevance | path

Searched refs:BSQ (Results 1 – 25 of 99) sorted by relevance

1234

/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dppmtoascii.c31 #define BSQ '\\' macro
57 '.',':', ':',':', BSQ,BSQ, '<','<', '|',BSQ, '|',D04, '~',BSQ,'+','*',/*20-2F*/
63 '.',':', ':',':', ':',BSQ, ':',D04, ':',BSQ, '!',D04, ':',D04,D04,D05,/*80-8F*/
64 BSQ,BSQ, ':',D04, BSQ,'|', '(',D05, '<','%', D04,'Z', '<',D05,D05,D06,/*90-9F*/
65 ',',BSQ, 'i',D04, BSQ,BSQ, D04,BSQ, '|','|', '|','T', D04,BSQ,'4','9',/*A0-AF*/
66 'v',D04, D04,D05, BSQ,BSQ, D05,D06, '+',D05, '{',D06, 'q',D06,D06,D07,/*B0-BF*/
68 BSQ,D04, D04,D05, D04,'L', D05,'[', '<','Z', '/','Z', 'c','k',D06,'R',/*D0-DF*/
69 ',',D04, D04,D05, '>',BSQ, 'S','S', D04,D05, 'J',']', '>',D06,'1','9',/*E0-EF*/
/dports/graphics/netpbm/netpbm-10.91.01/converter/pbm/
H A Dpbmtoascii.c41 #define BSQ '\\' macro
67 '.',':', ':',':', BSQ,BSQ, '<','<', '|',BSQ, '|',D04, '~',BSQ,'+','*',/*20-2F*/
73 '.',':', ':',':', ':',BSQ, ':',D04, ':',BSQ, '!',D04, ':',D04,D04,D05,/*80-8F*/
74 BSQ,BSQ, ':',D04, BSQ,'|', '(',D05, '<','%', D04,'Z', '<',D05,D05,D06,/*90-9F*/
75 ',',BSQ, 'i',D04, BSQ,BSQ, D04,BSQ, '|','|', '|','T', D04,BSQ,'4','9',/*A0-AF*/
76 'v',D04, D04,D05, BSQ,BSQ, D05,D06, '+',D05, '{',D06, 'q',D06,D06,D07,/*B0-BF*/
78 BSQ,D04, D04,D05, D04,'L', D05,'[', '<','Z', '/','Z', 'c','k',D06,'R',/*D0-DF*/
79 ',',D04, D04,D05, '>',BSQ, 'S','S', D04,D05, 'J',']', '>',D06,'1','9',/*E0-EF*/
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Denvi.rst30 - **INTERLEAVE=BSQ/BIP/BIL**: Force the generation specified type of
31 interleaving. **BSQ** -- band sequential (default), **BIP** --- data
H A Disce.rst25 BSQ) determine the interleaving (default is BIP).
H A Drraster.rst31 - INTERLEAVE=BIP/BIL/BSQ. Respectively band interleaved by pixel, band
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/raster/
H A Denvi.rst30 - **INTERLEAVE=BSQ/BIP/BIL**: Force the generation specified type of
31 interleaving. **BSQ** -- band sequential (default), **BIP** --- data
H A Disce.rst25 BSQ) determine the interleaving (default is BIP).
H A Drraster.rst31 - INTERLEAVE=BIP/BIL/BSQ. Respectively band interleaved by pixel, band
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Denvi.rst30 - **INTERLEAVE=BSQ/BIP/BIL**: Force the generation specified type of
31 interleaving. **BSQ** -- band sequential (default), **BIP** --- data
H A Disce.rst25 BSQ) determine the interleaving (default is BIP).
H A Drraster.rst31 - INTERLEAVE=BIP/BIL/BSQ. Respectively band interleaved by pixel, band
/dports/math/py-spectral/spectral-0.22.4/spectral/
H A D__init__.py15 BSQ = 0 variable
/dports/astro/py-ephem/ephem-4.1.3/libastro/
H A Dsatspec.h30 double COSOMO, double BSQ, double XLLDOT, double OMGDT,
H A Ddeep.c155 double COSOMO, double BSQ, double XLLDOT, double OMGDT, in dpinit() argument
287 Z1 = Z1 + Z1 + BSQ * Z31; in dpinit()
288 Z2 = Z2 + Z2 + BSQ * Z32; in dpinit()
289 Z3 = Z3 + Z3 + BSQ * Z33; in dpinit()
/dports/math/R-cran-raster/raster/man/
H A DwriteRaster.Rd38 \code{bandorder}: Character. 'BIL', 'BIP', or 'BSQ'. For 'native' file formats only.
65 The rgdal package is needed, except for these file formats: 'raster', 'BIL', 'BIP', 'BSQ', 'SAGA', …
67 … BIL ('Bands Interleaved by Line'), BIP ('Bands Interleaved by Pixels') or BSQ ('Bands SeQuential'…
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Denvidataset.h105 enum Interleave { BSQ, BIL, BIP } interleave; enumerator
H A Dcpgdataset.cpp39 enum Interleave { BSQ, BIL, BIP }; enumerator
836 iInterleave = BSQ; in InitializeType3Dataset()
993 if( iInterleave == BSQ ) in InitializeType3Dataset()
994 poDS->nInterleave = BSQ; in InitializeType3Dataset()
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Denvidataset.h105 enum Interleave { BSQ, BIL, BIP } interleave; enumerator
H A Dcpgdataset.cpp39 enum Interleave { BSQ, BIL, BIP }; enumerator
836 iInterleave = BSQ; in InitializeType3Dataset()
993 if( iInterleave == BSQ ) in InitializeType3Dataset()
994 poDS->nInterleave = BSQ; in InitializeType3Dataset()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Denvidataset.h105 enum Interleave { BSQ, BIL, BIP } interleave; enumerator
H A Dcpgdataset.cpp39 enum Interleave { BSQ, BIL, BIP }; enumerator
836 iInterleave = BSQ; in InitializeType3Dataset()
993 if( iInterleave == BSQ ) in InitializeType3Dataset()
994 poDS->nInterleave = BSQ; in InitializeType3Dataset()
/dports/science/mdynamix/md528/
H A Dpimd.f341 BSQ = BX*BX+BY*BY+BZ*BZ
342 BBB = DSQRT(BSQ)
355 VIRPI = VIRPI + FORB*BSQ
369 BSQ = BX*BX+BY*BY+BZ*BZ
370 BBB = DSQRT(BSQ)
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/envi/
H A Dread_envi_file.pro165 IF (STRCMP(ileave, 'BSQ', /fold_case)) EQ 1 THEN BEGIN
174 MESSAGE, 'Unknown Interleaving; Need either BSQ/BIL/BIP.'
180 MESSAGE, 'No Interleave Found, Assuming BSQ.', /continue
583 ;; BSQ Interleaving
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Dcpgdataset.cpp42 enum Interleave {BSQ, BIL, BIP}; enumerator
830 iInterleave = BSQ; in InitializeType3Dataset()
988 if( iInterleave == BSQ ) in InitializeType3Dataset()
989 poDS->nInterleave = BSQ; in InitializeType3Dataset()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/srdft/
H A Ddftfun_srdft.F312 BSQ = B*B
313 BCD = BSQ*B
324 U = (AK/B-A*BK/BSQ)/XK
325 UL = (AKL/B-BL*AK/BSQ-AL*BK/BSQ-A*BKL/BSQ+D2*A*BK*BL/BCD)/XK
326 UK = -U/XK+(AKK/B-D2*AK*BK/BSQ-A*BKK/BSQ+D2*A*BK*BK/BCD)/XK
328 TERM1 = -(AL/B-A*BL/BSQ)*XL*VAG

1234