search for: geophysical

Displaying 20 results from an estimated 67 matches for "geophysical".

2006 Jan 23
8
In which application areas is R used?
If anyone has a list of application areas where there is extensive use of R, I'd like to hear of it. My current short list is: Bioinformatics Epidemiology Geophysics Agriculture and crop science John Maindonald Mathematical Sciences Institute, Australian National University. john.maindonald at anu.edu.au
2010 Apr 23
3
Playback all the sound files
Hello. There are so many sound files in /var/lib/asterisk/en. Is there an easy way to let me play back all of them one by one while I am watching CLI to see the current file name? Thanks for help. -- Jian Gao IT Technician SJ Geophysics Ltd. <http://www.sjgeophysics.com> jian.gao at sjgeophysics.com <mailto:jian.gao at sjgeophysics.com> Tel: (604)582-1100
2018 Mar 15
2
Vary an equation using values from a sequence
Hi All, I have a vector of data on which I am operating. The equation with which I want to operate on the vector has a value k. I want to run the equation and output a new vector, each time replacing k with each value from the sequence I defined. I have thought about using for loops and such, but this seems like overkill. I am wondering if there is a simple solution that would allow me to
2017 Nov 29
1
Admins supporting both RHEL and CentOS
...c mushroom > cloud, rendering critical hardware non-working and lab people standing > outside my office with torches, pitch-forks and all the shebang. > Yupp, unfortunately that's the current state of some lab equipment > manufacturers that use RHEL as a base... ProMAX/SeisSpace, a geophysical calculation software edited by Halliburton and costing roughly $ 50.000 / workstation still requires RHEL 5.x to run. :o) -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Site : https://www.microlinux.fr Blog : https://blog.microlinux.fr Mail : info at...
2010 May 17
1
SIP SRV Registration problem
Hello, all, I have a Linksys 3102 from a VoIP provider. It use SRV record to register to the provider's SIP server. When I configure this line into my Asterisk, the register doesn't work if I use their domain name. So it like this: If I use register => user:pwd at proxy.provider.com then I got: [2010-05-17 11:47:19] WARNING[2366] chan_sip.c: No such host: proxy.provider.com
2010 Oct 11
2
filled.contour: colour key decoupled from main plot?
Dear R colleagues, I am trying to plot some geophysical data as a filled contour on a continent map and so far the guidance from the R-help archives has been invaluable. The only bit that still eludes me is the colour key (legend) coming with filled.contour: I prefer to generate my own colour palette, mainly based on the quantiles of tenths of the data...
2005 Jun 07
1
Specifying medoids in PAM?
I am using the PAM algorithm in the CLUSTER library. When I allow PAM to seed the medoids using the default __build__ algorithm things work well: > pam(stats.table, metric="euclidean", stand=TRUE, k=5) But I have some clusters from a Hierarchical analysis that I would like to use as seeds for the PAM algorithm. I can't figure what the mediod argument wants. When I put in the
2007 Jan 04
5
color of opposite sign values in filled.contour
Dear R-helpers, I'm plotting geophysical data in the form of contours using "filled.contour". The display would be much more effective if the areas with negative values could be color coded by -- say -- "cold colors" in the range of blue to green, and conversely the areas with positive values got plotted with "war...
2005 Nov 10
2
Re: www.centos.org - Contact the CentOS Development Team Form
Ravi Srivastava submitted the following Information: Email ravi_prakash at ngri.res.in URL www.ngri.org.in Company National Geophysical Research Institute Location Hyderabad, India Comments Dear All, I am using CentOs 3.5 on a 64 bit Xeon machine. I wanted to install aic7xxx-6.3.9-rhel3.i686.rpm to use DAT 72 but it is giving following error message. Please help to resolve this problem: I took this rpm from http://www.adaptec.com/...
2018 Mar 15
0
Vary an equation using values from a sequence
I thnk what you want is ?outer. e.g.: outer(Data -min(Data),value,FUN = "+") Whether this works for your real task, however, may depend on details and complexities that you have omitted. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom
2012 Apr 17
2
Error with Rcmd check library --as-cran
...t not Matrix. Matrix is installed, though, on my workstation, as are the other ape dependencies. The check works fine by default and with the --timings option. What is different about --as-cran that makes it unable to find Matrix? Thanks for the help, -Dave Bapst, UChicago -- David Bapst Dept of Geophysical Sciences University of Chicago 5734 S. Ellis Chicago, IL 60637 http://home.uchicago.edu/~dwbapst/ http://cran.r-project.org/web/packages/paleotree/index.html <http://home.uchicago.edu/%7Edwbapst/> [[alternative HTML version deleted]]
2002 May 22
4
Compressed backup
Hi I am using rsync for backup on the disks of a Linux backup server. Obviously the server could store more data it the data were compressed. I read the "rsync -> tar" thread. Unfortunately, a compressed file system for Linuthere does not seem to exist yet. However, rsync can use compression for file transfer. Would it be possible to implement an option to store the data on the
2002 May 31
2
error in seq.POSIXt?
...what the cause of this was, but a workaround is two rewrite the call to seq.POSIXt as: temp.seq <- seq(temp.begin, length.out=90, by="day") I am unsure why one works and one does not. Any ideas? Brandon ---------------------------------------------------------------------------- Geophysical Statistics Project National Center for Atmospheric Research +1 303 497 1709 voice P.O. Box 3000, Boulder, CO 80307-3000 +1 303 497 1333 fax whitcher at ucar.edu www.cgd.ucar.edu/~whitcher/ -----------------------------------------------------...
2001 Jun 04
0
Re: unix R CMD check problem
...ing astray. Any help? > > I have included a TAR file of the pertinent parts ... just in case someone > wants to see _exactly_ ... > > Any help would be appreciated. > > Tim > > > > ## Tim Hoar, Associate Scientist email: thoar at ucar.edu ## > ## Geophysical Statistics Project phone: 303-497-1708 ## > ## National Center for Atmospheric Research FAX : 303-497-1333 ## > ## Boulder, CO 80307 http://www.cgd.ucar.edu/~thoar ## > ## Tim Hoar, Associate Scientist email: thoar at ucar.edu...
2002 Jun 25
5
Sourcing files with library
Hi everyone, I have written a class with methods that extend generic functions such as as.data.frame or show. When I load this package, I want to ensure that these methods - along with the other functions in the file - are added to R's search path or updated, if necessary. I have made a package using check/build/INSTALL. Will a simple library() call on the package accomplish this? I
2001 Dec 06
2
Solaris install problem ... mcount
...s = 0; list.c: if(ItemCounts != savecount) { list.c: ans = allocVector(STRSXP, ItemCounts); list.c: for(i = 0 ; i < ItemCounts ; i++) 0[216]0 nightingale:/<1>R-1.3.1/src/main > Any help? Thanks -- Tim ## Tim Hoar, Associate Scientist email: thoar at ucar.edu ## ## Geophysical Statistics Project phone: 303-497-1708 ## ## National Center for Atmospheric Research FAX : 303-497-1333 ## ## Boulder, CO 80307 http://www.cgd.ucar.edu/~thoar ## -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help m...
2000 Dec 22
2
REading the netCDF format into R
Hi! I have been coding a C-program which will read data from the netCDF format (a commonly used file format in the geophysical research community: see Unidata's URL for explanation: http://www.unidata.ucar.edu/packages/netcdf/), and have got to the point where I don't know what the error message mean. The C-program is called nc2r.c. When compiling the code, I get a number of warnings, but these are the same warnin...
2016 Mar 14
2
OpenSSH 7.2 slogin not removed from openssh.spec
It appears that the redhat/openssh.spec has not been updated to account for the removal of slogin from the build. This breaks rpmbuild. Specifically lines 361 and 362 still have the following: %attr(-,root,root) %{_bindir}/slogin %attr(-,root,root) %{_mandir}/man1/slogin.1* Robert Moucha Geophysics Syracuse University
2001 Jul 12
1
more subroutines for integrate()
..., c hopefully satisfying following claim for accuracy c abs(i-result).le.max(epsabs,epsrel*abs(i)). This is useful for numeric (inverse) Fourier transforms. Is there any hope? cheers... Brandon ---------------------------------------------------------------------------- Geophysical Statistics Project National Center for Atmospheric Research +1 303 497 1709 voice P.O. Box 3000, Boulder, CO 80307-3000 +1 303 497 1333 fax whitcher at ucar.edu www.cgd.ucar.edu/~whitcher/ -----------------------------------------------------...
2002 Feb 04
1
installing version 1.4.1
...R-1.4.1/date-stamp: Could not create file: Permission denied gtar: Error exit delayed from previous errors Is there some problem with R-1.4.1/date-stamp ? Can't imagine it is a deal-breaker, but ... Tim ## Tim Hoar, Associate Scientist email: thoar at ucar.edu ## ## Geophysical Statistics Project phone: 303-497-1708 ## ## National Center for Atmospheric Research FAX : 303-497-1333 ## ## Boulder, CO 80307 http://www.cgd.ucar.edu/~thoar ## -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help m...