Displaying 20 results from an estimated 200 matches similar to: "how to replace NA values in a list"
2012 Dec 07
0
fft and wavenumber
Hi
I need to compute the fft of an image A with dimension (Nx,Ny) and are not sure on how to compute the wavenumber.
I have done like that but i am not sure i am computing the wavenumber in the correct way..can someone help?
sara
image.plot(x,y,A)
dx = diff(x)[1]
dy = diff(y)[1]
## This is equivalent to what the matlab fftshift function does
fzs = fft(A)
Fzs = fftshift2D(fzs)/(Nx*Ny);
2000 Nov 15
2
loess documentation
Hi all,
I 've got a question about the usage of loess in the modreg package.
The documentation (loess.html) states that the smoothing window is
either set by span or enp.target. If span is used, the details section
of the docs state...
<SNIP>
DETAILS
Fitting is done locally. That is, for the fit at point x, the fit is
made using points in a neighbourhood of x, weighted by their
2000 Nov 15
2
loess documentation
Hi all,
I 've got a question about the usage of loess in the modreg package.
The documentation (loess.html) states that the smoothing window is
either set by span or enp.target. If span is used, the details section
of the docs state...
<SNIP>
DETAILS
Fitting is done locally. That is, for the fit at point x, the fit is
made using points in a neighbourhood of x, weighted by their
2009 Mar 21
1
Windows server 2003 SP2, SFU 3.5 and Samba 3.0.28
Hello list users,
I have been struggling with this combination in the subject field couple
of days now, so I decided to ask for some advice here. Hopefully someone
can point me to a right direction. The ultimate goal for me is to
authenticate users using AD, so that the UID/GID values configured for
users with SFU would also be in use in all our Linux machines. My
understanding is that using
2011 Mar 07
1
[Bug 1876] New: Requests to use keys held by the ssh-agent have no way of indicating their context
https://bugzilla.mindrot.org/show_bug.cgi?id=1876
Summary: Requests to use keys held by the ssh-agent have no way
of indicating their context
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh-agent
2013 Mar 12
5
extract values
Hello all!
I have a problem to extract values greater that for example 1820.
I try this code: x[x[,1]>1820,]->x1
Please help me!
Thank you!
The data structure is:
structure(c(2.576, 1.728, 3.434, 2.187, 1.928, 1.886, 1.2425,
1.23, 1.075, 1.1785, 1.186, 1.165, 1.732, 1.517, 1.4095, 1.074,
1.618, 1.677, 1.845, 1.594, 1.6655, 1.1605, 1.425, 1.099, 1.007,
1.1795, 1.3855, 1.4065, 1.138, 1.514,
2011 Aug 10
1
How should I run/start puppet (v.2.6.x)?
Dear all,
Can any one explain this please?
[root@puppet puppet]# puppet master --verbose
#
[root@puppet puppet]# service puppetmaster status
puppetmasterd (pid 1876) is running...
but the init.d script reports as it''s not running:
[root@puppet puppet]# /etc/init.d/puppet status
puppetd is stopped
Is there anything that I''m missing? Cheers!!
--
You received this message
2000 Dec 10
1
Old news.. but interesting
If you go to http://SingingFish.com you can see that this consumated Dec. 1.
This gives the MP3 consortium the most comprehensive access to web
distributed MP3 streaming and content, (and other formats)...
Full article: http://www.thomson-multimedia.com/vus/04/042/f042.htm
THOMSON MULTIMEDIA TO PURCHASE SINGINGFISH.COM TO BUILD STREAMING MEDIA CAPABILITIES
Leading Technology Helps Web
2013 Mar 13
2
merge datas
Hello all!
I have a problem with R. I try to merge data like this:
structure(c(2.1785, 1.868, 2.1855, 2.5175, 2.025, 2.435, 1.809,
1.628, 1.327, 1.3485, 1.4335, 2.052, 2.2465, 2.151, 1.7945, 1.79,
1.6055, 1.616, 1.633, 1.665, 2.002, 2.152, 1.736, 1.7985, 1.9155,
1.7135, 1.548, 1.568, 1.713, 2.079, 1.875, 2.12, 2.072, 1.906,
1.4645, 1.3025, 1.407, 1.5445, 1.437, 1.463, 1.5235, 1.609, 1.738,
1.478,
2013 Jun 03
2
recovering gluster volume || startup failure
Hello Gluster users:
sorry for long post, I have run out of ideas here, kindly let me know if i am looking at right places for logs and any suggested actions.....thanks
a sudden power loss casued hard reboot - now the volume does not start
Glusterfs- 3.3.1 on Centos 6.1 transport: TCP
sharing volume over NFS for VM storage - VHD Files
Type: distributed - only 1 node (brick)
XFS (LVM)
2013 Apr 07
2
group data in classes
Hello all!
I have a problem to group my data (years) in 10 years classes. For example
for year
year decade
1598 1590-1600
1599 1590-1600
1600 1590-1600
1601 1600-1610
---
my is like this>
[1] 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611
1612
[16] 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626
1627
[31] 1628 1629 1630 1631 1632 1633
2011 Mar 20
3
problem with xyplot
Hi all,
I am having a problem using xyplot from lattice library. I am plotting one
variable against another one, conditioning on two other variablesm one of
which has 3 levels and the other 6 levels. The output is thus a 6x3 panel
plot. Here's my code:
print((xyplot(CloDurPercent[CloDurNA != 'NA' & Mscor<3.5]~ConsDur[CloDurNA
!= 'NA' & Mscor<3.5]|Pos*ConsId,
2012 Nov 02
1
rgl package and animation
I am trying to figure out how to use rgl package for animation. It
appears that this is done using the play3d() function. Below I have
some sample code that plots a 3D path and puts a sphere at the point
farthest from the origin (which in this case also appears to be at the
end of the path). What I would like to do is animate the movement of
another sphere along the length of the path
2010 Aug 04
19
Font issue in Half-Life 2 via Wine 1.3.0
Greetz guys,
I have recently installed Wine 1.3.0, with winetricks (31/7/2010), and installed all the fonts available (via winetricks allfonts).
Everything downloaded and "installed" fine.
Now, I was playing Half-Life 2 on Wine 1.2 and it was working perfectly. I've installed Wine 1.3.0 and continued my game. But now, the fonts are messed (there are random letters missing from
2016 Sep 16
0
CEBA-2016:1876 CentOS 7 dmraid BugFix Update
CentOS Errata and Bugfix Advisory 2016:1876
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1876.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
7ffbc44a8463810579eb0e78b6b8244113c63eaec5e468bef1c9a1f093dfccca dmraid-1.0.0.rc16-26.el7_2.1.i686.rpm
2019 Jul 31
0
CEBA-2019:1876 CentOS 7 rear BugFix Update
CentOS Errata and Bugfix Advisory 2019:1876
Upstream details at : https://access.redhat.com/errata/RHBA-2019:1876
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
e0b00ed45de32d7cec4c24f9b0832206b495b7a132edaf5c9213e08ac437943a rear-2.4-5.el7_6.x86_64.rpm
Source:
2023 Oct 19
1
Error in samba-tool ntacl sysvolcheck
Hi!
I executed the command "samba-tool ntacl sysvolcheck" on a DC and I got the following I pasted below. The first DC was provisioned migrating from a samba NT4 PDC with an LDAP backend using the classic upgrade procedure. I haven't detected any problem but I wanted to make sure there isn't any problem I might not be seeing yet.
ERROR(<class
2005 Oct 06
0
WinXP SP2 winlogon.exe blue screen to death
Hi there,
I have another problem on WinXP SP2 with samba.3.0.20a. Somehow, in a random
situation, once user logged onto the workstations, they were prompted with
the winlogon.exe Fatal error + blue screen to death then self-reboot. When I
checked out the log from windows, it said there's problem on msgina.dll from
WinXP SP2. However, another user can successfully logon to the same
workstation
2013 Dec 03
3
Self Heal Issue GlusterFS 3.3.1
Hi,
I'm running glusterFS 3.3.1 on Centos 6.4.
? Gluster volume status
Status of volume: glustervol
Gluster process Port Online Pid
------------------------------------------------------------------------------
Brick KWTOCUATGS001:/mnt/cloudbrick 24009 Y 20031
Brick KWTOCUATGS002:/mnt/cloudbrick
2018 Jul 23
3
Failed to establish your Kerberos Ticket cache due time differences with the domain controller
Thanks Louis. Results below.
> Hai,
>
> I've reading this thread more closely.
>
> I suggest you try the followoing.
>
> Check the servers hardware clock in the bios first.
> Set these within 5 min, if they are not about the same.
>
There no RTC in the pi; the other DC is running in a VM with RTC set to UTC. I have disabled the guest from getting the time