search for: crest

Displaying 20 results from an estimated 33 matches for "crest".

Did you mean: rest
2011 Nov 04
2
How to write a shapefile with projection
....275 4 610236.1 ???????? 3375748 ???????????? 8.251 5 610236.1 ???????? 3375747 ???????????? 8.217 6 610236.1 ???????? 3375746 ???????????? 8.196 ? #Get the projection from a raster ?named llev I have loaded before: crs <- projection(llev) ? # get a spatial point data frame from my data crest.sp <- SpatialPointsDataFrame(try[,1:2], try, proj4string=CRS(crs)) ? summary(crest.sp) Object of class SpatialPointsDataFrame Coordinates: ??????? min?????? ??????? max x? 610235.1? ?????? 610354.1 y 3374862.4 ?????? 3375751.4 Is projected: TRUE proj4string : [+proj=utm +zone=15 +ellp...
2010 Apr 13
3
liebert esp2 new version + crest factor
...ements to the driver liebert-esp2 + correct support for 3-phase systems. Should I make a large patch based on the last svn head or send you the whole file? Multiple patches per change are probably not practical in this case. 2) in http://www.networkupstools.org/doc/2.2.0/new-names.html there is no crest factor variable. Crest factor is very important for large installations. Should I add a new variable named crestfactor ? (Crest factor shows the ratio between the peak and the RMS) If you have a liebert ups, please send me the output from the program I last sent you. Thanks, -Spiros ------------...
2012 Mar 10
1
How to fit a line through the "Mountain crest", i.e., through the highest density of points - in a "loess-like" fashion.
Hi, I'm trying to normalize data by fitting a line through the highest density of points (in a 2D plot). In other words, if you visualize the data as a density plot, the fit I'm trying to achieve is the line that goes through the "crest" of the mountain. This is similar yet different to what LOESS does. I've been using loess before, but it does not exactly that as it takes into account all points. Although points farther from the fit have a smaller weight, they result in the fit being a bit off the crest. Do you know a...
2016 Jan 25
2
[GlobalISel][RFC] Thoughts on MachineModulePass
Hi Quentin, > On 22 Jan 2016, at 15:16, Quentin Colombet <qcolombet at apple.com> wrote: > 1. If anyone else is interested for such concept? yes, we are! (https://github.com/t-crest) > 2. What kind of information should we make accessible in an hypothetical MachineModule? I.e., how do you plan to use the MachineModulePass so that we make the right design decisions for the MachineModule feeding those passes? we are building a toolchain for real-time systems, including opt...
2018 Feb 22
0
[WORKSHOP] Computational Aspects of Simulation and Inference for Stochastic Processes and the YUIMA Project
...5-17:45 Location: Department of Economics, Business and Statistics Via Conservatorio 7, 20122 Milan (ITALY) 2 Floor, Departmental Seminar Room Invited speakers: * Alessandro De Gregorio (University of Rome) * Alexande Brouste (University of Le Mans, France) * Yuta Koike (University of Tokyo, JST CREST) * Emanuele Guidotti (University of Milan) * Stefano M. Iacus (University of Milan) * Lorenzo Mercuri (University of Milan) * Hiroki Masuda (Kyushu University) * Yuma Uehara (Institute of Statistical Mathematics) * Nakahiro Yoshida (University of Tokyo, Institute of Statistical Mathematics, JST CRE...
2012 Mar 10
1
How to improve the robustness of "loess"? - example included.
Hi, I posted a message earlier entitled "How to fit a line through the "Mountain crest" ..." I figured loess is probably the best way, but it seems that the problem is the robustness of the fit. Below I paste an example to illustrate the problem: tmp=rnorm(2000) X.background = 5+tmp; Y.background = 5+ (10*tmp+rnorm(2000)) X.specific = 3.5+3*runif(1000); Y.spec...
2013 Jun 10
1
[LLVMdev] Whole program alias analysis in backend
...nd port to 3.3, and write some proper test-cases.. I won't have time to do this properly in the near future, but if anybody is interested, I can try to find the main commits and post them as they are. And if you are really curious, you can find the git-repository here: https://github.com/t-crest/patmos-llvm Kind regards, Stefan
2002 Sep 09
3
loading data from a specified directory
...file in turn.I've called the file identifier f in this code segment: image.dvm <- function (horiz.slice.int=2, ping.int=3, start.h=3, start.min=4, max.z=800, f=350:372) { ## Purpose: to display the whole echogram integrals for consecutive CREST ## files to illustrate patterns of diel vertical migration ## ---------------------------------------------------------------------- ## Arguments: ## ---------------------------------------------------------------------- ## Author: Sam McClatchie, Date: 6 Sep 2002, 12:02 for (i...
2007 Jul 13
8
More sorting problems with untokenized index
...quot;, "corpus christi"] and a later batch: >> Event.find_by_contents("marathon",:sort=>"city_for_sort",:offset => 400).map(&:city_for_sort) => ["ocean shores", "austin", "boca raton", "sauvie island", "crested butte", "austin", "portland", "avery", "leadville", "houston"] Notice that name works: >> Event.find_by_contents("marathon",:sort=>"name_for_sort",:offset => 400).map(&:name_for_sort) => ["Columb...
2012 May 19
0
Call for Participation: ACM HPDC 2012 -- Early registration deadline May 25th
...Persistence-based Load Balancers for Iterative Overdecomposed Applications, Jonathan Lifflander (UIUC), Sriram Krishnamoorthy (PNNL), Laxmikant V. Kale (UIUC) 12. Highly Scalable Graph Search for the Graph500 Benchmark, Koji Ueno (Tokyo Institute of Technology/JST CREST), Toyotaro Suzumura (Tokyo Institute of Technology/IBM Research Tokyo/JST CREST) 13. PonD : Dynamic Creation of HTC Pool on Demand Using a Decentralized Resource Discovery System, Kyungyong Lee (University of Florida), David Wolinsky (Yale University),...
2012 May 19
0
Call for Participation: ACM HPDC 2012 -- Early registration deadline May 25th
...Persistence-based Load Balancers for Iterative Overdecomposed Applications, Jonathan Lifflander (UIUC), Sriram Krishnamoorthy (PNNL), Laxmikant V. Kale (UIUC) 12. Highly Scalable Graph Search for the Graph500 Benchmark, Koji Ueno (Tokyo Institute of Technology/JST CREST), Toyotaro Suzumura (Tokyo Institute of Technology/IBM Research Tokyo/JST CREST) 13. PonD : Dynamic Creation of HTC Pool on Demand Using a Decentralized Resource Discovery System, Kyungyong Lee (University of Florida), David Wolinsky (Yale University),...
2009 Mar 28
2
Serial port under Wine
Hi, all! I need serial port access under Wine. I did all things I had found in forums, but I have no access. What went wrong? ------------------------------------------------------- hm at m-art:~$ cat /proc/version Linux version 2.6.27-11-generic (buildd at crested) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Thu Jan 29 19:28:32 UTC 2009 hm at m-art:~$ wine --version wine-1.1.17 hm at m-art:~$ who | grep tty7 hm tty7 2009-03-28 17:15 (:0) hm at m-art:~$ ls -all /dev/ttyS0 crw-rw---- 1 root dialout 4, 64 2009-03-28 17:14 /dev/ttyS0...
2008 Apr 25
0
CircStats Bug? (PR#11266)
...> circ.summary(data) n mean.dir rho 1 1 0.2200071 43.12534 > circ.disp(data) n r rbar var 1 1 43.12534 43.12534 -42.12534 > -- Robert Mark, Ph.D. rmark at infomagic.net Rupestrian CyberServices Phone/FAX 928-526-3625 3644 N. Stone Crest St. http://www.rupestrian.com/ Flagstaff, AZ 86004-6811 USA RCS: Computer science in the service of rock art research, protection, and education.
2012 Sep 30
0
New package: logmult (log-multiplicative models)
...kew-symmetric association models proposed by Yamaguchi and by van der Heijden & Mooijaart. Thanks for your attention. As usual, comments and bug reports are welcome! -- Milan Bouchet-Valat Ph.D. at Observatory for Social Change (OCS-Sciences Po Paris) Quantitative Sociology Laboratory (LSQ-CREST) French National Institute for Demographic Studies (INED) _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2012 Sep 30
0
New package: logmult (log-multiplicative models)
...kew-symmetric association models proposed by Yamaguchi and by van der Heijden & Mooijaart. Thanks for your attention. As usual, comments and bug reports are welcome! -- Milan Bouchet-Valat Ph.D. at Observatory for Social Change (OCS-Sciences Po Paris) Quantitative Sociology Laboratory (LSQ-CREST) French National Institute for Demographic Studies (INED) _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2013 Jun 10
0
[LLVMdev] Whole program alias analysis in backend
Hi, I know that backend processes one function at a time, > is it somehow possible to do there a whole program analysis, > or could you give me some guidelines? > There are different kinds of LLVM passes: Those that process a function at a time (FunctionPass), but also those that work on the call graph (CallGraphSCCPass) or on an entire module (ModulePass). These are described in the
2012 Oct 10
2
Perl - strict.pm not found
Hello, I installed the ClamAV package onto a CentOS 6.3 server using yum. I then modified the /etc/freshclam.conf file to run a perl script whenever the ClamAV databases were updated: OnUpdateExecute /usr/local/bin/xymon_event ... The 'xymon_event' command is used on several servers, and generally works with no problems. However, on this server when the /etc/cron.daily/freshclam script
2010 Apr 21
2
liebert-esp2 patch (3-phase support)
...ut.frequency.nominal: 50.0 input.frequency: 50.0 input.L1-N.voltage: 235.9 input.L1.current: 5.0 input.L2-N.voltage: 239.6 input.L2.current: 5.4 input.L3-N.voltage: 237.8 input.L3.current: 5.0 input.phases: 3 output.frequency.nominal: 50.0 output.frequency: 50.0 output.L1-N.voltage: 230.8 output.L1.crestfactor: 2.1 output.L2-N.voltage: 230.4 output.L2.crestfactor: 2.7 output.L3-N.voltage: 230.4 output.L3.crestfactor: 2.0 output.phases: 3 ups.delay.start: 900 ups.firmware: I170R150M260 ups.L1.load: 21 ups.L1.power: 1400 ups.L1.realpower: 1000 ups.L2.load: 20 ups.L2.power: 1400 ups.L2.realpower: 1000...
2013 Jul 17
0
[LLVMdev] eclipse and gdb
Hi Reed, On Jul 17, 2013, at 3:19 AM, Reed Kotler <rkotler at mips.com> wrote: > On 07/16/2013 06:01 PM, Reed Kotler wrote: >> The Eclipse indexer seems to get stuck in the Clang unittests/AST >> > > In Eclipse you can tell it that a given directory is derived, and then it won't try and index it. > > Probably the more complex clang tests are too involved
2013 Jul 17
1
[LLVMdev] eclipse and gdb
...r STL in the past when I compiled LLVM with clang, but I think it works now with the latest clang/LLVM/gdb versions. You can find my code for pretty printing for GDB for LLVM together with some infos on how to setup Eclipse for debugging here, if you want to give it a go: https://github.com/t-crest/patmos-llvm/tree/master/utils/gdb Basically, you need to check out the 'python' folder somewhere, check out the 'gdbinit' file, modify the paths to your system and make your gdb load the gdbinit file (beware, the Eclipse Standard Process launcher and the GDB (DSF) launcher seem...