Using Isis I am familiar with the commands to subtract one spectrum from another, and then plot the residual flux. eg where one spectrum is data and the other model d = get_data_counts(1); m = get_model_counts(1); % continuum model only d.value -= m.value; % subtract the continuum model id = define_counts (d); % define a new continuum- % subtracted data set. My present issue is a case where one spectrum (A) is considered to have had absorption occur over a considerable wavelength region, and the other (B) has not; I want to calculate tau = ln (fluxB / fluxA) and plot this value as an optical depth, with the x-axis in angstroms. I would ideally like to overplot the optical depth curve. Any suggestions would be greatly appreciated. Greg ---- 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 Fri Feb 14 2003 - 08:41:14 EST
This archive was generated by hypermail 2.2.0 : Thu Mar 15 2007 - 08:45:50 EDT