From 970277d845ff165c4a81ba7772c5bba001eb0e21 Mon Sep 17 00:00:00 2001 From: shivesh Date: Mon, 9 Apr 2018 23:14:56 +0100 Subject: add spectral index implementation --- utils/fr.py | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/fr.py') diff --git a/utils/fr.py b/utils/fr.py index ddcb5d2..4242e97 100644 --- a/utils/fr.py +++ b/utils/fr.py @@ -344,7 +344,6 @@ def u_to_fr(source_fr, matrix): array([ 0.33740075, 0.33176584, 0.33083341]) """ - # TODO(shivesh): energy dependence composition = np.einsum( 'ai, bi, a -> b', abs(matrix)**2, abs(matrix)**2, source_fr ) -- cgit v1.2.3