Displaying 20 results from an estimated 4555 matches for "depth".
2007 Nov 20
9
[Bug 13319] New: YV12 and YUY2 overlay broken on PPC with NV34M
....2-1 X11 RandR extension library
ii xserver-xorg 1:7.3+6 the X.Org X server
X-Video Extension version 2.2
screen #0
Adaptor #0: "NV Video Overlay with Composite"
number of ports: 1
port base: 105
operations supported: PutImage
supported visuals:
depth 24, visualID 0x23
depth 24, visualID 0x24
depth 24, visualID 0x25
depth 24, visualID 0x26
depth 24, visualID 0x27
depth 24, visualID 0x28
depth 24, visualID 0x29
depth 24, visualID 0x2a
depth 24, visualID 0x2b
depth 24, visualID 0x2c
depth...
2007 Aug 22
0
Branch 'vivi' - 2 commits - libswfdec/swfdec_movie.c test/trace
libswfdec/swfdec_movie.c | 2 +-
test/trace/Makefile.am | 9 +++++++++
test/trace/remove-depths-5.swf |binary
test/trace/remove-depths-5.swf.trace | 1 +
test/trace/remove-depths-6.swf |binary
test/trace/remove-depths-6.swf.trace | 3 +++
test/trace/remove-depths-7.swf |binary
test/trace/remove-depths-7.swf.trace | 3 +++
test/trace/remove-depths-8.swf |bi...
2020 Mar 18
0
[PATCH 3/9] drm/nouveau/kms/nv140-: Don't modify depth in state during atomic commit
Currently, we modify the depth value stored in the atomic state when
performing a commit in order to workaround the fact we haven't
implemented support for depths higher then 10 yet. This isn't idempotent
though, as it will happen every atomic commit where we modify the OR
state even if the head's depth in the atomic...
2020 Apr 17
0
[RFC v3 05/11] drm/nouveau/kms/nv140-: Don't modify depth in state during atomic commit
Currently, we modify the depth value stored in the atomic state when
performing a commit in order to workaround the fact we haven't
implemented support for depths higher then 10 yet. This isn't idempotent
though, as it will happen every atomic commit where we modify the OR
state even if the head's depth in the atomic...
2020 May 08
0
[RFC v4 06/12] drm/nouveau/kms/nv140-: Don't modify depth in state during atomic commit
Currently, we modify the depth value stored in the atomic state when
performing a commit in order to workaround the fact we haven't
implemented support for depths higher then 10 yet. This isn't idempotent
though, as it will happen every atomic commit where we modify the OR
state even if the head's depth in the atomic...
2007 Jun 28
0
Branch 'as' - 5 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c test/trace
libswfdec-gtk/swfdec_playback_alsa.c | 3 --
libswfdec/swfdec_as_interpret.c | 32 ++++++++++++++++++++++++++++-
libswfdec/swfdec_movie.c | 11 +++++++++
test/trace/Makefile.am | 7 ++++++
test/trace/removesprite-depths-5.swf |binary
test/trace/removesprite-depths-5.swf.trace | 15 +++++++++++++
test/trace/removesprite-depths-6.swf |binary
test/trace/removesprite-depths-6.swf.trace | 15 +++++++++++++
test/trace/removesprite-depths-7.swf |binary
test/trace/removesprite-depths-7.swf.trace...
2009 Sep 23
4
Problem in graph plotting
Dear All,
Let:
dp: depth of the?river
tp: temperature with respect to depth
We can?have a simple scatter plot, between depth as y-axis and temperature as x-axis,?by using a?plot function as shown?below.
#####################?
dp <- c(1,4,3,2,5,7,9,8,9,2)
tp <- 1:10
plot(tp,dp, type= 'l')
##################...
2011 Jun 09
2
Calculating a mean based on a factor range
Hello all,
I have been using an instrument that collects a temperature profile of a
water column. The instrument records the temperature and depth any time it
takes a reading. I was sampling many times at discrete depth rather than a
complete profile of the water column (e.g. interested in 5m, 10m and 20m
depth position only). The issue was that these measurement were taken with
the instrument hanging off the side of a boat so a big enough wa...
2008 Dec 28
1
Using a constant scale across X-Y plots
...create
Figure 5.6, essentially, but I would like to be able depict different
metro areas. These of course have different lat/longs, so I need to
make different graphs. BUT (and this has been the tricky part), I
would like to produce graphics for each metropolitan region using the
same depth scale for all, so that dark gray means the same thing
consistently.
That's the part that is proving way too hard for my little brain and
limited R experience.
I'm assuming I don't have to include the quakes data to play around
with.
depth.col <- gray.colors(100)[cut(quakes...
2006 Mar 01
1
Drop1 and weights
Hi,
If I used drop1 in a weighted lm fit, it seems to ignore the weights
in the AIC calculation of the dropped terms, see the example below.
Can this be right?
Yan
--------------------
library(car)
> unweighted.model <- lm(trSex ~ (river+length +depth)^2-
length:depth, dno2)
> Anova(unweighted.model)
Anova Table (Type II tests)
Response: trSex
Sum Sq Df F value Pr(>F)
river 0.1544 1 3.3151 0.07100 .
length 0.1087 1 2.3334 0.12911
depth 0.1917 1 4.1145 0.04461 *
river:length 0.0049 1 0.1049...
2004 May 14
1
covariates in lm
...R list,
I have been trying to do a linear model, extracting the effect of a
covariate.... and the results do not match, when I do it with other programs
(e.g. minitab).... so it is obvious that I was doing something wrong.
Whan I do it with minitab, I have this results: (sector is a factor and depth
is the covariate):
Source DF Seq SS Adj SS Adj MS F P
sector 6 9.0605 2.9989 0.4998 1.21 0.297
depth 1 34.2072 11.9973 11.9973 29.16 0.000
sector*depth 6 1.5364 1.5364 0.2561 0.62 0.712
Error...
2011 May 17
1
Subsetting depth profiles based on maximum depth by group with plyr
Hello,
Apologies for a similar earlier post. I didn't include enough details in
that one.
I am having a little trouble subsetting some data based on a grouping
variable. I am using an instrument that does depth profiles of a water
column. The instrument records on the way down as well as the way up. So
thanks to an off-list reply I can subset the data so that all data collected
at the maximum depth and those collected on the way UP the water column are
used and the data collected on the way DOWN through t...
2013 Jan 12
1
How to extract value for specific rows in an array?
Hi everyone,
I have a dataset that contains depths measurements every 30 sec for several
days.
The subset of data that I am working on looks like this:
Date Day Depth
18442.00 29 41.0
18442.00 29 43.5
...
18442.04 29 40.3
18442.04 29 35.1
...
18443.00 30...
2015 Jan 22
2
[Bug 11067] New: add --min-depth and --max-depth options
https://bugzilla.samba.org/show_bug.cgi?id=11067
Bug ID: 11067
Summary: add --min-depth and --max-depth options
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: chip at inn...
2007 Dec 03
1
plotting step functions in plot vs. xyplot
Hi,
I have noticed an odd inconsistency when plotting a 'step' function
(type='s') in xyplot() vs. plot().
For example, given the following data:
## generate some profile depths: 0 - 150, in 10 cm increments
depth <- seq(0,150, by=10)
## generate some property: random numbers in this case
prop <- rnorm(n=length(depth), mean=15, sd=2)
## since the 0 is not a depth, and we would like the graph to start from 0
## make the first property row (associated with depth 0) th...
2006 Jun 22
9
OT -- BASH
Can someone explain why this:
find . -depth -print0 | cpio --null -pmd /tmp/test
will copy all files in and below the current directory -and- this:
find . -depth -print | grep -v .iso$ | wc -l
will count all the non-iso files -and- this:
find . -depth -print | grep .iso$ | wc -l
will count *only* the iso files -but- this:
find . -dept...
2003 Jun 18
3
finding contours in a matrix
Hi,
I have matrix of sea bottom depths that I am plotting in R with the function
'image'.
I am particularly interested in the 200m depth contour (I'm using 'distance
from this feature' as a covariate in a model) and would like to extract the
data at evenly
spaced points along it. I can easily superimpose a line at...
2009 Jul 13
1
Times series adjustment
Dear all,
I want make correction depth of a bathymetric data set.
To do so, I have the depth data set sample every second (a depth at each
second) in one hand, and in the other hand, I have a tide variation
level data set sample every 250 ms. The time register in each data sets
(tide and bathymetric) is express in seconds followinf t...
2005 Apr 01
1
Ordering scales in xYplot.Hmisc
Dear R community,
I am using xYplot() from the Hmisc package. The package works great to
plot means + CI. But I am having issues handling the scales.
I am plotting "Soil Clay content" vs "Soil depth" by "land use".
Usually in this type of graphs it is better to place the variable "soil
depth" in the y-axis and it should be ordered downward by depth (0-5 cm,
5-10 cm, 10-20 cm).
I can't figure out how to sort/order the scale to obtain the graph I
need, any insig...
2007 Jun 18
0
Branch 'as' - 8 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_sprite_movie.h libswfdec/swfdec_swf_decoder.c libswfdec/swfdec_swf_decoder.h
...wfdec_swf_decoder.c | 32 ++-
libswfdec/swfdec_swf_decoder.h | 11 +
libswfdec/swfdec_swf_instance.c | 2
libswfdec/swfdec_tag.c | 75 +++++--
libswfdec/swfdec_tag.h | 35 +--
test/image/Makefile.am | 7
test/image/duplicate-depth-5.swf |binary
test/image/duplicate-depth-5.swf.png |binary
test/image/duplicate-depth-6.swf |binary
test/image/duplicate-depth-6.swf.png |binary
test/image/duplicate-depth-7.swf |binary
test/image/duplicate-depth-7.swf.png |binary
test/image/duplicate-depth.c | 89 ++++++...