Exporting unabsorbed data points

From: Fabien Grisé <fabien-grise_at_email.domain.hidden>
Date: Mon, 25 Apr 2011 17:43:45 -0500
Hi all,

I have been using Isis and I have succeeded in doing most things I wanted to.

Doing some X-ray/UV/optical/IR fitting, I wanted to export unabsorbed
fluxes of data and models. I have been able to export the fluxes from
the models using eval_fun on a linear grid and then writing the values
in a table with writecol.
However, this may be obvious but I have not been able to export
unabsorbed X-ray fluxes from the data (that I prefer to get in units
of erg). I thought that fixing the nH to 0 would do the trick but
apparently that does not work. Here is what I used:

load_par("fits/pldbb/pldbbsave");
set_par("tbabs(1).nH",0,1,0,10000);
set_par("tbabs(2).nH",0,1,0,10000);
() = eval_counts;
plot_unfold(1;dsym=-4,dcol=4,decol=4,mcol=2,power=0,res=2);
write_plot("pldbb_total_dered";head=0);

Is there another way to do this?
Any help would be appreciated.

Thanks,
Fabien
----
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 Mon Apr 25 2011 - 18:44:19 EDT

This archive was generated by hypermail 2.3.0 : Fri May 02 2014 - 08:35:47 EDT