Re: ascii files from isis

From: John Houck <houck>
Date: Tue, 29 Oct 2002 12:04:02 -0500
On Tue, Oct 29, 2002 at 11:42 -0500, Saku Vrtilek wrote:
> 
> Once I have a fit that I like in Isis how do I write the model onto an
> ascii file?  E.g. in Sherpa one says 
> 
> sherpa:  write model filename.ascii
> 
> (I like to do all my plots in sm)
> 

One simple way to get ascii output is to use the writecol 
function:

m = get_model_counts(1);  
writecol ("filename.ascii", m.bin_lo, m.bin_hi, m.value);

-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 Oct 29 2002 - 12:04:05 EST

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