X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=blobdiff_plain;f=aces%2Fluts%2Fsony%2Fslog1.py;fp=aces%2Fluts%2Fslog.py;h=95b31e00c69dcdf6c46f11f417c93b57895bf83d;hp=86546e06e3f289340fb7b0b5e24ac56fb9a2f9d0;hb=b77c69fb3072c1c11938bbbf71430223ac6444a2;hpb=a2a301c14e0568fef61dfd5404f3a8b2e593df4d diff --git a/aces/luts/slog.py b/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 --- a/aces/luts/slog.py +++ b/aces/luts/sony/slog1.py @@ -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