Home
last modified time | relevance | path

Searched refs:shear (Results 1 – 25 of 3996) sorted by path

12345678910>>...160

/dports/archivers/snappy-java/snappy-java-1.1.7.5/src/test/resources/org/xerial/snappy/testdata/calgary/
H A Dbook15858 bright eyes like a moth, did not shear continuously,
5869 a frightened ewe to his shear-station, flinging it over
5933 ewes, and two-shear ewes had duly undergone their
5934 stripping, and the men were proceeding with the shear+
/dports/astro/gnuastro/gnuastro-0.16/
H A DNEWS2442 matrix, using the following options: '--shear', '--flip', '--project',
/dports/astro/gnuastro/gnuastro-0.16/doc/
H A Dgnuastro.info-13201 a shear of 2, and be tilted (projected). Run each of them and open the
3207 $ astwarp flat-ir/xdf-f160w.fits --shear=0.2
H A Dgnuastro.info-5327 the core principles behind weak-lensing by shear estimation). So the
H A Dgnuastro.texi2798 …uarter the original resolution), get shifted by 2.8 (by sub-pixel), get a shear of 2, and be tilte…
2804 $ astwarp flat-ir/xdf-f160w.fits --shear=0.2
15397 The final thing we can do with this definition of a @mymath{2\times2} warping matrix is shear.
15658 @itemx --shear=FLT[,FLT]
15661 When two values are given (separated by a comma), the first will be used to shear the first axis an…
15662 If you only need to shear along one axis, use @option{0} for the axis that must be untouched.
18727 … on the image (in fact this is one of the core principles behind weak-lensing by shear estimation).
/dports/astro/py-metpy/MetPy-1.1.0/docs/userguide/
H A Dgempak.rst930 <td>Magnitude of the vertical wind shear in a layer</td>
4078 <td>wind shear direction in a layer</td>
4086 <td>wind shear magnitude in a layer</td>
5086 <td>Low level wind shear forecast flag</td>
6110 …untain obscuration, turbulence, icing, sustained winds and low-level wind shear, and flags for plo…
7006 …AT, icing, hail, duststorms, sandstorms, cumulonimbus, and low level wind shear, flags for plottin…
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/calc/
H A Dindices.py211 shear = wind_5500m - wind_500m
215 shear_cross = concatenate([shear[1], -shear[0]])
216 shear_mag = units.Quantity(np.hypot(*(arg.magnitude for arg in shear)), shear.units)
/dports/audio/arss/arss-0.2.3-src/
H A DChangeLog19 - Fixed a bug in the BMP input function that would shear some images
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/geometry/
H A Djuce_AffineTransform.cpp165 AffineTransform AffineTransform::shear (float shearX, float shearY) noexcept in shear() function in juce::AffineTransform
H A Djuce_AffineTransform.h202 static AffineTransform shear (float shearX, float shearY) noexcept;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/drawables/
H A Djuce_SVGParser.cpp1657 trans = AffineTransform::shear (std::tan (degreesToRadians (numbers[0])), 0.0f); in parseTransform()
1661 trans = AffineTransform::shear (0.0f, std::tan (degreesToRadians (numbers[0]))); in parseTransform()
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dmatrix_decompose.inl89 // Now get scale and shear.
99 // Compute XY shear factor and make 2nd row orthogonal to 1st.
/dports/audio/festlex-oald/festival/lib/dicts/oald/
H A Doald-0.4.out56887 ("shear" v (((sh i@ r) 1)) ((pos "H0%") (subcat)))
/dports/audio/gnuspeechsa/gnuspeechsa-0.1.5/data/en/
H A DMainDictionary63067 shear 'sh_ee_r%ab
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXImage.h243 virtual void xshear(FXint shear,FXColor clr=0);
250 virtual void yshear(FXint shear,FXColor clr=0);
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXImage.cpp2221 if(shear){ in shearx()
2222 if(shear>0){ y=height-1; d=-1; } else { shear=-shear; y=0; d=1; } in shearx()
2229 z=(y*shear-1)/(height-1); y+=d; in shearx()
2283 if(shear){ in sheary()
2284 if(shear>0){ x=width-1; d=-1; } else { shear=-shear; x=0; d=1; } in sheary()
2291 z=(x*shear-1)/(width-1); x+=d; in sheary()
2339 void FXImage::xshear(FXint shear,FXColor clr){ in xshear() argument
2340 FXint neww=width+((FXABS(shear)+255)>>8); in xshear()
2342 FXTRACE((100,"%s::xshear(%d)\n",getClassName(),shear)); in xshear()
2358 void FXImage::yshear(FXint shear,FXColor clr){ in yshear() argument
[all …]
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dtremolo.cpp221 shearTransform.shear(0.0, -(lw / 2.0) / w2); in basePath()
454 shearTransform.shear(0.0, ds); in layoutTwoNotesTremolo()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/freetype/
H A DChangeLog.241696 * src/base/ftsynth.c (FT_GlyphSlot_Oblique): Fix shear angle.
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/freetype/docs/
H A DCHANGES673 - `FT_GlyphSlot_Oblique' now uses a shear angle of 12°.
/dports/audio/pocketsphinx/pocketsphinx-0.8/model/lm/en_US/
H A Dcmu07a.dic108628 shear SH IH R
108629 shear's SH IY R Z
/dports/audio/py-speechrecognition/speech_recognition-3.8.1/speech_recognition/pocketsphinx-data/en-US/
H A Dpronounciation-dictionary.dict108639 shear SH IH R
108640 shear's SH IY R Z
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/primitives/
H A Dprim_QPen.cpp289 painter->shear(x, y);
/dports/biology/diamond/diamond-2.0.13/src/lib/Eigen/src/Geometry/
H A DTransform.h571 EIGEN_DEVICE_FUNC Transform& shear(const Scalar& sx, const Scalar& sy);
972 Transform<Scalar,Dim,Mode,Options>::shear(const Scalar& sx, const Scalar& sy)
/dports/biology/emboss/EMBOSS-6.6.0/emboss/data/OBO/
H A Dgo.obo232254 name: response to fluid shear stress
232256 … production, gene expression, etc.) as a result of a fluid shear stress stimulus. Fluid shear stre…
234222 name: response to laminar fluid shear stress
234224shear stress stimulus. Laminar fluid flow is the force acting on an object in a system where the f…
234225 is_a: GO:0034405 ! response to fluid shear stress
412150 name: cellular response to fluid shear stress
412152 … production, gene expression, etc.) as a result of a fluid shear stress stimulus. Fluid shear stre…
412154 is_a: GO:0034405 ! response to fluid shear stress
412160 name: cellular response to laminar fluid shear stress
412163 is_a: GO:0034616 ! response to laminar fluid shear stress
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/resources/org/broadinstitute/hellbender/tools/funcotator/validationTestData/
H A DregressionTestHg19Large_expected.maf1697 …ponse to interferon-gamma (GO:0071346)|cellular response to laminar fluid shear stress (GO:0071499…

12345678910>>...160