module documentation

RSA 28/2/23 This class handles transformations of a list of values from one fastest-middle-slow to another eg 1,2,3,4,5,6 -> F,M,S = 3,2,1 -> if pictures as x,y,z

4,5,6 1,2,3

Transform this list so it looks the same, but has been given fastest=Z, M=X,S=Y

Class CrsTransform Undocumented