Re: Combining and plotting HETG spectra

From: Michael Nowak <mnowak_at_email.domain.hidden>
Date: Fri, 3 Jun 2011 17:51:42 -0400
On Jun 3, 2011, at 3:38 PM, David P. Huenemoerder wrote:

> f you want to plot as combined, I think you need a negative index on
> the data or the combined group ID:
> 
> plot_data( -m1_id );
> 
> or for all combined:
> 
> plot_data( -[1:8] );
> 
> (and for the residuals, set popt.res = 4).

Haven't read the whole post, as I am now in Manhattan for the weekend.
However, the above is the *old* syntax.  The new syntax is:

	plot_unfold({1,2,3,4});

no combination

	plot_unfold({[1,2],[3,4]});

[1,2] are combined, [3,4] are combined.

OR, just for Dave:

	plot_unfold({{1},{2}});

plot combination group 1 combined, and group 2 combined.

Anyhow, off to get my free hotel drink now, for the fact that the hotel is
surrounded by one giant construction site blocking all traffic...

Cheers,

Mike


----
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 Fri Jun 03 2011 - 17:52:06 EDT

This archive was generated by hypermail 2.2.0 : Tue Jul 12 2011 - 14:54:57 EDT