Re: confidence limits

From: John Houck <houck_at_email.domain.hidden>
Date: Tue, 11 Jan 2005 12:08:53 -0500
On Tue, Jan 11, 2005 at 11:36 -0500, Saku Vrtilek wrote:
> 
> Hi,
> 
> I am using:
> 
> isis> d = get_data_counts(1);
> isis> (elo, ehi) = _A (d.bin_lo, d.bin_hi);
> isis> de_value = reverse(d.value);
> isis> writecol ("sm101dat8.ascii", elo, ehi, de_value / t / e_width);
> 
> 
> to write out my data.
> 
> What to I do to get the errors?
> 
> isis> derr=get_data_err(1);
> S-Lang Error: Undefined Name: get_data_err is undefined
> 
> thanks,
> Saku

Hi Saku,

The 'd' structure returned by get_data_counts() has a
field named 'err' which contains the uncertainties.

Try
  print(d.err);
  
Thanks,
-John
----
You received this message because you are
subscribed to the isis-users list.
To unsubscribe, send a message to
isis-users-request_at_email.domain.hiddenwith the first line of the message as:
unsubscribe
Received on Tue Jan 11 2005 - 12:09:03 EST

This archive was generated by hypermail 2.2.0 : Thu Mar 15 2007 - 08:45:50 EDT