Identifier sap_exp Purpose Perform y = exp(x) on arrays (with error propagation) Synopsis sap_exp, arr_in, sarr_in, arr_out, sarr_out Arguments Name I/O Type Description ----------------------------------------------------- arr_in I Float(*) input array (e.g. flux) sarr-in I Float(*) array of uncertainties for arr_in sarr_out O Float(*) array of uncertainties for arr_out (propagated errors) arr_out O Float(*) output array Returns arr_out = exp(arr_in), sarr_out= propagated error Description Comment The routine is usually called from the "shell" ARITHM Example sap_exp, aar.data.flux, aar.data.stdev, exp_arr, exp_stdev Dependencies CALLS: -- CALLED FROM: arithm Category ISAP Filename sap_exp.pro Author A. Fiedler (--> AF) Version 1.0 History 0.1 27-09-95 AF 1.0 30-11-95 ES V1 delivery ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Copyright (C) 1995, Max-Planck-Institut fuer extraterrestrische Physik (MPE); Garching, Germany ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;