Identifier sap_log10 Purpose Perform y = log(x) on arrays (basis of log: 10) (with error propagation) Synopsis sap_log10, 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 = log10(arr_in), sarr_out= propagated error Description Comment The routine is usually called from the "shell" ARITHM Example sap_log10, aar.data.flux, aar.data.stdev, log10_arr, stdev Dependencies CALLS: sap_error CALLED FROM: arithm Category ISAP Filename sap_log10.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 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;