sony slog updates
[OpenColorIO-Configs.git] / aces / luts / sony / slog1.py
similarity index 96%
rename from aces/luts/slog.py
rename to aces/luts/sony/slog1.py
index 86546e0..95b31e0 100755 (executable)
@@ -44,7 +44,7 @@ for i in xrange(NUM_SAMPLES):
     x = i/(NUM_SAMPLES-1.0)
     x = Fit(x, 0.0, 1.0, RANGE[0], RANGE[1])
     data.append(SLog10_to_lin(x))
-WriteSPI1D('slog10.spi1d', RANGE[0], RANGE[1], data)
+WriteSPI1D('slog1_10.spi1d', RANGE[0], RANGE[1], data)
 
 """
 NUM_SAMPLES = 2**13