It can take a village of "Andy"s. 
I was helping out on this on Facebook. Figured I’d add to this thread, since search is better here than on Facebook.
Simplified notes from that discussion:
Getting 32b data from EXR to DPX without banding.
I used to create lot of custom transforms for LUTs but rarely do that anymore.
I mostly stick w inputTransforms and occasionally viewTransforms.
Keeping simple, gives less headaches and clear workflow in most cases.
ColorManage types:
TagOnly : Doesn’t change data, only the tag in metadata. Bypass in viewer will show w/o viewLut
InputTransform : Change from one source to another. Go back and forth btw linear and log spaces. All comp work here.
viewTransform: This is what you use to go to/from display colorspaces and baked in viewLuts. To/From sRGB, rec709, etc.
Camera data on the sensor is natively logarithmic and ranges from 0 (no info) to 1 (full white).
The raw data is accurate but displays incorrectly.
Apps, like Flame, use a ViewLut so image looks correct but doesn’t change the data.
Log data is great for camera sensors and color, but most comp work should be linear. (preferably w a large gamut/ACES)
General workflow notes:
-
Bring in log plate. Make sure it is tagged correctly. Log looks flat as you know. If you have a log viewer on, hit bypass and it’ll show the raw values.
-
ColorManage node set to InputTransform . Settings should be “from Source” to AcesCG. You could pick another linear space, but this is best option.
-
Comp w your linear exr CG.
-
Duplicate previous InputTransform and invert back to log.
-
Export DPX. Good practice to T-click orig plate to match clip length/color tagging/timecode etc.
This should work for almost all comp work. Some comp tasks work better in log. Grain is one example. In that case going from AcesCG to AcesCC will get you a log space. Grain and then convert back to AcesCG. There should be no loss if the luts are 32 bit. Once you get used to, it becomes second nature.
An exception to this rule is when you are supplied graphics. To insert in a phone screen as an example. These will likely be supplied as sRGB or rec709. These are Display Referred color spaces. To get these into your linear space, use a ViewTransform lut (not inputTransform) and go from “source” to AcesCG or similar.
If export DPX looks flat when reimported, it’s because it’s not reading the log tag correctly.
Add a “tagOnly” lut and (let Flame know it’s ACES_CC, etc. )after import to fix. Then Flame will display in viewPort correctly. Bypass will show you the raw data so it’ll go back to that flat log look.