Hi all, I'm trying to fit XMM/RGS data and when I try to plot the result using rplot_counts, I got a plot where I can see the gaps of the response matrix. The plot can be download from anonymous ftp at: sao-ftp.cfa.harvard.edu cd /pub/transfer/gluna/ get xmm_testrgs1.ps Is there any way to plot this in a nice way, without the gaps? For reference, I'm using the pipeline data and the following script: _auto_declare=1; alias ("plot_data_counts", "pdc"); pdc(2); alias ("plot_unit", "pu"); pu("keV"); plot_unit("A"); alias ("oplot_model_counts", "opmc"); alias ("rplot_counts", "rp"); alias ("oplot_data_counts", "opdc"); load_data("P0111020101R1S004SRSPEC1001.FIT"); load_data("P0111020101R2S005SRSPEC1001.FIT"); rsp1=load_rmf("P0111020101R1S004RSPMAT1001.FIT"); arf1=factor_rsp(rsp1); assign_rmf (rsp1,1); assign_arf (arf1,1); rsp2=load_rmf("P0111020101R2S005RSPMAT1001.FIT"); arf2=factor_rsp(rsp2); assign_rmf (rsp2,2); assign_arf (arf2,2); () = define_back(1,"P0111020101R1S004BGSPEC1001.FIT"); () = define_back(2,"P0111020101R2S005BGSPEC1001.FIT"); list_data; plot_data_counts(1); plot_data_counts(2); and doing rp(1); thanks -Juan ######################################################## GERARDO JUAN MANUEL LUNA Center for Astrophysics/Smithsonian Astrophysical Observatory 60 Garden st. MS 15 Cambridge-MA-USA 02138 ######################################################## ---- 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: unsubscribeReceived on Tue Mar 29 2011 - 13:26:31 EDT
This archive was generated by hypermail 2.3.0 : Fri May 02 2014 - 08:35:47 EDT