search for: ppm

Displaying 20 results from an estimated 200 matches for "ppm".

Did you mean: apm
2007 May 25
1
NTPD ?
Have used Centos 5 now couple of weeks and started to find pieces on places, ie. found logs :D Now, these ntpd errors strances me. Anyone else getting these? Errors frequency error 500 PPM exceeds tolerance 500 PPM: 1 time(s) frequency error 503 PPM exceeds tolerance 500 PPM: 1 time(s) frequency error 504 PPM exceeds tolerance 500 PPM: 1 time(s) frequency error 505 PPM exceeds tolerance 500 PPM: 1 time(s) frequency error 509 PPM exceeds tolerance 500 PPM: 3 time(s) fre...
2015 Apr 14
2
[PATCH 1/2] pm: prevent freeing the wrong engine context
...s(-) diff --git a/drm/nouveau/nvkm/engine/pm/base.c b/drm/nouveau/nvkm/engine/pm/base.c index 2006c44..274457c 100644 --- a/drm/nouveau/nvkm/engine/pm/base.c +++ b/drm/nouveau/nvkm/engine/pm/base.c @@ -332,9 +332,12 @@ static void nvkm_perfctx_dtor(struct nvkm_object *object) { struct nvkm_pm *ppm = (void *)object->engine; + struct nvkm_perfctx *ctx = (void *)object; + mutex_lock(&nv_subdev(ppm)->mutex); - nvkm_engctx_destroy(&ppm->context->base); - ppm->context = NULL; + nvkm_engctx_destroy(&ctx->base); + if (ppm->context == ctx) + ppm->context = NULL;...
2012 Jun 26
1
compare one field of dataframe with excel sheet using R
I have a data frame consisting of three columns(name of compund,ppm and frequency).Name contains string values .ppm and frequency contains numeric values with decimal points upto four digits. I have an excel sheet which is like a library.The first column contains the name of compounds and remaining column contains the ppm values of the compound which satisfy certai...
2009 Jun 15
1
display SVG, PNG, GIF, JPEG, TIFF, PPM in new plot frame
Dear R-help I want to display an image file in a new plot frame. SVG is my preferred format, but I can also consider PNG, GIF, JPEG, TIFF, and PPM (from ImageMagick). By way of background (although not material to this posting), the image file is generated by a call to 'dot' (part of the 'Graphviz' suite) after the required .dot file has been produced using hand-crafted R code. I have reduced my options to the following. An...
2003 Jan 21
2
How to convert jpg into lss format
I would like to to know about conversion from jpg file to lss format. I used ppmtolss16. It is giving following errors. for .jpg file: ppmtolss16: stdin is not a raw PPM file at ppmtolss16 line 105, <STDIN> line 1. for .png files: ppmtolss16: stdin is not a raw PPM file at ppmtolss16 line 105, <STDIN> line 1. from .ppm file: ( I converted .jpg file in to .ppm fil...
2014 Jul 21
1
[PATCH] perfmon: do not forget to destroy the engine context
...1 file changed, 1 insertion(+) diff --git a/nvkm/engine/perfmon/base.c b/nvkm/engine/perfmon/base.c index e9c5e51..7481003 100644 --- a/nvkm/engine/perfmon/base.c +++ b/nvkm/engine/perfmon/base.c @@ -303,6 +303,7 @@ nouveau_perfctx_dtor(struct nouveau_object *object) { struct nouveau_perfmon *ppm = (void *)object->engine; mutex_lock(&nv_subdev(ppm)->mutex); + nouveau_engctx_destroy(&ppm->context->base); ppm->context = NULL; mutex_unlock(&nv_subdev(ppm)->mutex); } -- 2.0.0
2012 May 08
2
PPM to BMP converter
Dear all, Several days ago, I posted How to write a bmp file pixel by pixel. Instead of bmp, I succeeded in writing a PPM file by using the pixmap package. Thanks for the hint generously provided by Uwe Ligges. Now I have a new question. How to convert a PPM file to BMP file in R? I know I can do this in photoshop or by some other softwares, but I think if I Can do this in R, that would be great! Would anyone...
2015 Jun 07
21
[PATCH RFC 00/20] expose global performance counters
Hello, This series exposes global performance counters (PCOUNTER) to the userspace through the nvif interface by reworking most of the code related to the PM engine. This interface will allow the userspace to control and monitor complex hardware events like the proprietary driver already does, for example with CUPTI and PerfKit. For now, this series only exposes performance counters on NV50,
2014 Sep 15
3
Prepare the way for performance counters in perfmon
Hi folks, This set of patches is just for clearing the way before introducing the infrastructure for performance counters in perfmon. I'll try to publish a new version of my kernel interface based on nvif in a couple of days. See you.
2012 Jun 13
5
finding duplicates in a data frame
I have two data frames which has 3 columns each.My first data frame is large like this below "new.col ppm.p. freq.p." "1_3_diaminopropane 3.13859 5.67516" "1_3_diaminopropane 3.137 6.65388" "1_3_diaminopropane 3.13541 8.0142" "1_3_diaminopropane 3.13383 9.64184" "1_3_diaminopropane 3.12075 298.243" "1_3_diaminopropane 3.1152 44.6212" &quo...
2010 Sep 16
1
Odd graphics output problem
Hi all, I'm having trouble saving graphics output from within a loop, and I can't figure out a solution. I'd like to produce and save lots of individual plots for inspection, so I set up the following script: library( lattice ) wd = "~/Documents/PPM/" ppm = read.table( paste( wd, "ppm_summary.txt", sep = "" ), sep = "\t", header = TRUE ) ppm$Trial = as.factor( ppm$Trial ) for ( ID in levels( ppm$Patient ) ){ patient_data = ppm[ ppm$Patient == ID, ] dir.create( paste( wd, ID, sep = "" ) )...
2009 Feb 02
2
Sweave
...Error in texi2dvi("varioCoo.tex", pdf = T) : Running 'texi2dvi' on 'varioCoo.tex' failed. LaTeX errors: ! You can't use `macro parameter character #' in horizontal mode. <argument> ... system@active\string "\endcsname ## l.111 bubble(NURE.orig, "ppm", col = c("# 00ff0088", "#00ff0088")) ! You can't use `macro parameter character #' in horizontal mode. <argument> ... system@active\string "\endcsname ## l.111 ...NURE.orig, "ppm", col = c("#00ff0...
2008 Feb 25
3
More examples?
Hello, I want to make a program to extract frame from a theora movie as images. I tried with the decoding example located at theora web site (dump_video.c. I use it to extract a frame as yuv image but when I try to convert it to ppm with yuvtoppm program i obtain a strange image ( see http://poux.be/tmp/file.ppm ). I think it's a problem with the byte order for yuv, but don't I don't know anything about this format. I'd like to make a simple program to encode chosen frame into ppm. Perhaps it's just order...
2003 Feb 28
2
File opening error after 1020 files opened
...he beginning it was fine. But after reading 1020 images or so, the read.pnm function seems to crash on me: [1] 1017 [1] 1018 [1] 1019 [1] 1020 Error in open.connection(con, open = "rb") : unable to open connection In addition: Warning message: cannot open file `/mydir/myfile1020.ppm' Then the R environment seems to crash too because I can't read any other files anymore. Neither can I use function "dir". dir("mydir") character(0) Warning message: list.files: "mydir" is not a readable directory I quit R and close all other applications a...
2009 Jul 22
0
how to calculate growth rate of CO2 (ppm) time series
Dear R Users, I have CO2 mixing ratio(ppm) time series data during 1991-2000. I would like to calculate CO2 growth rate /ppm.a-1 (is it derivative dt/dco2 ??) Kindly can any one advise how to calculate above. My data file looks like; time, year, month, day, hour, min, sec, lat, long, height, CO2 1991.476722 1991 6 24 0 5 0 -38.93 145.1...
2011 Feb 15
0
spatstat ppm models with covariates
Hello R users, I am fitting spatial point process models in spatstat using ppm and my models actually contain spatial covariates. The results of the models are returned with some levels of the covariates absent. eg when I fit a model with "aspect" using: ppm(points, ~aspect, covariates=list(aspect=aspect)) the results give coefficients for "North",&...
2002 Oct 15
2
AMENDED: Ppmtolss16 trouble...
...are several output to the screen, and instead of 10 X 10 pixels, the image is displayed over a couple of screens. Any thoughts? What am I doing wrong, here? -----Original Message----- From: Stovall, Adrian M. Sent: Tuesday, October 15, 2002 10:21 AM To: 'syslinux at zytor.com' Subject: Ppmtolss16 trouble... Hi all...I (like many others, I'm sure) am trying to get a custom graphic displayed on a LEAF-based linux firewall. I've been unable to create an lss file without hacking ppmtolss16, and I don't think the hack helps any. Here's the problem. Unaltered, and usin...
2004 Oct 26
1
indexing within the function "aggregate"
Hi all, I'm trying to work out the following problem, but I can't imagine how. I have the following (much reduced & oversimplified) dataset My.df <- cbind.data.frame(PPM=c(15.78, 15.81, 15.87, 15.83, 15.81, 15.84, 15.91, 15.90, 15.83, 15.81, 15.93, 15.83, 15.70, 15.92, 15.76, 15.81, 15.91, 15.75, 15.84, 15.86, 15.82, 15.79, 15.81, 15.82, 15.86, 15.77, 15.86, 15.99, 15.95, 16.01,...
2008 Aug 28
2
Read a file
Hello, I have a text file with this structure: # File created = Thursday, August 28, 2008 3:33:02 PM GMT # Data set = 373 2 1 C:\Bruker\TOPSPIN GABRMN # Spectral Region: # LEFT = 4.5 ppm. RIGHT = 0.5 ppm. # # SIZE = 13111 ( = number of points) # # In the following ordering is from the 'left' to the 'right' limits! # Lines beginning with '#' must be considered as comment lines. # 1628.40625 1628.40625 1964.40625 2242.0625 2533.5 2937.90625 3448.0 3923.96875...
2011 Apr 13
5
bizarre system slowness
...ng suspect in dmesg. Reboot doesn't fix it. Power off / power on doesn't fix it. Single mode is slow too, and I tried a couple different kernels. Dell's online diagnostics program could find nothing wrong with it. /var/log/messages was full of "ntpd[7313]: frequency error -1707 PPM exceeds tolerance 500 PPM" messages. There was a lot of messages about "the system limit for the maximum number of semaphore sets has been exceeded"; there was indeed a lot of leftover semaphores created by NRPE (owned by the nagios user); I deleted them but nothing has changed,...