apca-introduction

The missing introduction to APCA  https://p.ce9e.org/apca-introduction/
git clone https://git.ce9e.org/apca-introduction.git

commit
fb11a95bb6e48b11365b20cbaff1670a1fc5b69e
parent
f902d58b5fcf58e7da70a79b4c78bebfd3d4d061
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-07-29 10:44
rm unused code

Diffstat

M plots/coverage.py 4 ----

1 files changed, 0 insertions, 4 deletions


diff --git a/plots/coverage.py b/plots/coverage.py

@@ -38,10 +38,6 @@ def apca_contrast(yfg, ybg):
   38    38 	return np.abs(c) * 100
   39    39 
   40    40 
   41    -1 def count(a, b):
   42    -1 	return sum(a * b)
   43    -1 
   44    -1 
   45    41 def iter_levels(levels):
   46    42 	for i in range(len(levels) + 1):
   47    43 		if i == 0: