search for: sats

Displaying 20 results from an estimated 24215 matches for "sats".

Did you mean: sat
2000 Jun 28
2
Colour depth reduced to 12 by bitmap devices
I am using R to create colour plots as bitmap files. I have created a palette of 256 colours that I want to use, but the resultant output files contain only 12 colours used in dither patterns. The result is the same whether I use bmp() or png(). How can I get the true colours that I specified instead of dither patterns? (making the driver's job easier!) I am using R 1.1.0 for Windows
2017 Aug 26
3
Lenovo T460p post 7.4 CR possible problems
I have updated my laptop to 7.4 CR this morning and found that there have been a lot of logs on two fronts for the first time. 1. The kernel has indicated overheating: [Sat Aug 26 08:58:21 2017] CPU2: Core temperature above threshold, cpu clock throttled (total events = 1) [Sat Aug 26 08:58:21 2017] CPU4: Package temperature above threshold, cpu clock throttled (total events = 1) [Sat Aug 26
2017 Aug 26
1
Lenovo T460p post 7.4 CR possible problems
On 26 August 2017 at 14:42, <mad.scientist.at.large at tutanota.com> wrote: > It means it's time to open up your' laptop and evict all the dust bunnies. it's overheating on one desktop but not the other because one of your' desktops, as configured on your system is using the processor more. this is how laptops die as most people just whine and complain as their'
2010 Apr 20
5
Assigning Week Numbers
R experts, How could I extract the week number from a date vector (in Date class) such that week numbering (week 1...2...) begins (May 01) and ends (October 31) on the same specific dates each year? Week numbering must conform to the following day numbering format (Sat=1,Sun=2,Mon=3.....Fri=7). This means that new weeks must begin on Saturdays, and end on Fridays (except for the first date
2020 Mar 15
3
lmtp and recipient_delimiter
On 12/03/2020 08:04, Jean-Daniel wrote: > > >> Le 11 mars 2020 ? 19:32, Juri Haberland <juri at koschikode.com> a ?crit : >> >> Hi list, >> >> I have a small problem with recipient_delimiters contained in usernames. >> Recently I have extended recipient_delimiter from "+" to "+-" in both >> Postfix and Dovecot (using
2020 Mar 11
2
lmtp and recipient_delimiter
Hi list, I have a small problem with recipient_delimiters contained in usernames. Recently I have extended recipient_delimiter from "+" to "+-" in both Postfix and Dovecot (using lmtp) and now any user that have a '-' in it's username can't receive mail anymore, because lmtp truncates the localpart after the '-' and of course can't find the first
2017 Aug 26
1
Lenovo T460p post 7.4 CR possible problems
Also try package lm_sensors and its command sensors-detect, maybe just the temperature sensors are not properly initialized On Sat, Aug 26, 2017 at 8:42 PM, <mad.scientist.at.large at tutanota.com> wrote: > It means it's time to open up your' laptop and evict all the dust > bunnies. it's overheating on one desktop but not the other because one of > your' desktops,
2017 Aug 26
0
Lenovo T460p post 7.4 CR possible problems
It means it's time to open up your' laptop and evict all the dust bunnies.? it's overheating on one desktop but not the other because one of your' desktops, as configured on your system is using the processor more.? this is how laptops die as most people just whine and complain as their' laptop gets slower and less stable.? the first part to fail is often the hard drive.?
2010 Mar 19
2
Dataframe calculations
Hi everyone, My question will probably seem simple to most of you, but I have spent many hours trying to solve it. I need to perform a series of sequential calculations on my dataframe that move across rows and down columns, and then repeat themselves at each unique 'MM' by 'DD' grouping. Specifically, I want to add 'DEPART' time (24 hr time) to 'TRAVEL'(minutes)
2010 Mar 05
2
How to assign week numbers to a time-series
Hello everyone, My progress has stalled on finding a way of creating a somewhat complicated variable to add to my existing dataframe and I am hoping one of you could help me out. The dataframe below contains only a fraction of the data of my complete dataframe, but all of the variables. What I want to do is add another variable named 'WEEK' to this dataframe that is assigned 1 for row 1
2008 Aug 26
5
Problem w/ b95 + ZFS (version 11) - seeing fair number of errors on multiple machines
Hi, After upgrading to b95 of OSOL/Indiana, and doing a ZFS upgrade to the newer revision, all arrays I have using ZFS mirroring are displaying errors. This started happening immediately after ZFS upgrades. Here is an example: ormandj at neutron.corenode.com:~$ zpool status pool: rpool state: DEGRADED status: One or more devices has experienced an unrecoverable error. An attempt was
2006 Aug 12
4
Several files's checksum change without reason
Hi list, I'm a bit worried here. On a server, Centos 4.3 fully-patched SELinux activated, Osiris (a decentralized scanner for files changes on distant servers) signaled me several changes on files who were not (at first sight) affected by a recent update (the list is below). Is there a logic explanation for those changes to happen ? The "rpm -Va" command does not output md5sum
2010 Dec 26
1
can't install R with *local* gcc
Hello, we re-distribute R with our open-source platform http://www.ok-sat-library.org/ where we use R mainly for evaluation of computational experiments. Due to the various platforms, we build everything from source, and that works fine. Until now, that is: there are circumstances (for example in computer-science computer labs) where no Fortran-compiler is provided, and the users (students)
2011 Jan 07
3
When are Logwatch errors really errors
Hi All, I don't know enough about when errors are *really* errors. So I google a lot to read and learn. I have a few things in my Logwatch that I want to make sure I understand 1. smartd **Unmatched Entries** Problem creating device name scan list Device /dev/sda: using '-d sat' for ATA disk behind SAT layer. Device /dev/sdb: using '-d sat' for ATA disk behind SAT layer.
2008 Nov 07
2
Faster way to combine data sets with different date ranges
I am trying to combine two data sets, one with daily values and one with weekly values.  SurveyData conatins environmental data collected on a daily basis.  sat.data contains satellite sea surface temperature that is an average of satellite measurements over a six day period.  I would like to combine the two files so that my output file has the daily dates from SurveyData and the weekly average
2014 Jul 19
0
Fwd: Re: demote DC
Hi Marc, Thanks for your reply. On 18/07/2014 21:19, Marc Muehlfeld wrote: > Hello Fernando, > > Am 18.07.2014 20:14, schrieb Fernando Rodriguez: >> I am having a problem while demoting a DC. >> >> The DC i want to demotes is still online. When i try to use the command >> samba-tool domain demote this is the message i get: >> >> root at
2017 Mar 04
5
can we override "if" in R?
I'm just curious. Why making "if" generic is even more dangerous? Best, Da On Sat, Mar 4, 2017 at 1:22 PM, G?bor Cs?rdi <csardi.gabor at gmail.com> wrote: > `!` is a generic, `if` is not. You can define an `if` that is generic, > but this might be even more dangerous.... > > ? `if` <- function(a, b, c) UseMethod("if") > ? `if.default` <-
2003 May 05
3
polr in MASS
Hi, I am trying to test the proportional-odds model using the "polr" function in the MASS library with the dataset of "housing" contained in the MASS book ("Sat" (factor: low, medium, high) is the dependent variable, "Infl" (low, medium, high), "Type" (tower, apartment, atrium, terrace) and "Cont" (low, high) are the predictor variables
2005 Feb 04
2
how to generate a function from a linear model
Hi All, I am trying to generate a function from a linear model. I think there should be build-in function that perform this action but I've had no luck finding it. For example, I have a model created using lm(). model <- lm(sat.d~1+sat.n+I(sat.n^2)) What I would like to have is a function (similar to the one generated by splinefun()) so that I can use it on different data-sets.
2010 Sep 14
0
influence measures for multivariate linear models
I'm following up on a question I posted 8/10/2010, but my newsreader has lost this thread. > Barrett & Ling, JASA, 1992, v.87(417), pp184-191 define general > classes of influence measures for multivariate > regression models, including analogs of Cook's D, Andrews & Pregibon > COVRATIO, etc. As in univariate > response models, these are based on leverage and