Displaying 4 results from an estimated 4 matches for "picy".
Did you mean:
pic
2008 Apr 08
3
Wine (CrossOver for Mac) acting weird with modifiers.
Hi,
This probably seems somewhat reaching since CrossOver isn't Wine, but well, it's built on Wine, so I thought I might just answer here anyway.
I'm running WoW through Innerspace, which causes some weird problems.
With Innerspace loaded together with WoW it'll act as alt + shift is being held down.
Innerspace has an alias binded to alt + shift + t which will make WoW go into
2004 May 20
0
theora header bitmap for alpha3
...| FMBH: height >> 4 | PICW: frame_width | 12-15
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| | PICH: frame_height | 16-19
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| PICX: offset_x| PICY: offset_y| FRN: fps_numerator | 20-23
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| | FRD: fps_denominator | 24-27
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| | PARN: aspect...
2004 Oct 31
3
a question about Bitstream Header.
Hi,
I have a question about the format of Theora bitstream header.
It seems to me that there are differences between the specification[1]
(version 2004 Oct 1) and its reference implementation in
libtheora 1.0alpha3 released at 2004 Jun 1.
I mean that... please refer to Section 6.2 'Identification Header Decode'
in that specification[1] and the function
2006 May 10
1
ape comparative analysis query
...a true polytomy from A1 and B2 is the
ancestor of C1 which is the ancestor of D1
I have information on all the taxa and can create independent contrasts
for this:
x<-c(B1=47,D1=43,C1=45,B2=50,B3=47,B4=48,A1=48)
y<-c(B1=2.9,D1=5.4,C1=2.8,B2=3.5,B3=3.2,B4=3.5,A1=1.8)
picx<-pic(x,phy=tree)
picy<-pic(y,phy=tree)
Which seems to make sense. However, if I try to use anything more
sophisticated I run into problems:
>dat<-as.data.frame(cbind(x,y))
>model1<-gls(y~x,data=dat, correlation=corBrownian(phy=tree))
Error in corFactor.corStruct(object) : NA/NaN/Inf in foreign function...