Quoted directly from Hamrick's user manual:
"If you're scanning several images in one go, scan each image once and save the raw CCD data file. "
URL:
Using Raw Scan Files
But then afterwards he explains that "raw" is in fact a TIFF
URL:
Output tab
Seems the DNG file wrapper is altogether optional....
RAW files from most digital cameras are just grayscale images that haven't been debayered yet. That's all the image data is - a bunch of tonal values. Debayering takes that data and knowledge of the color filters over the pixels to reconstruct the color image.
In most scanners, like your Coolscan, the CCD is an RGB device. It outputs an RGB values for each pixel. It doesn't have a Bayer filter so it's not a RAW file like what comes out of a camera. It *does* have linear gamma, so needs some processing before it looks good. So in this case it's not quite like a RAW image. It's pretty much exactly like a TIFF
The closest thing to it out of a digital camera is probably a Linear DNG, which is a RAW image that has been debayered (demosaiced) and saved as a DNG file.
So, there's no real point in scanning to DNG files other than the fact that Adobe Camera Raw and Lightroom will store your adjustments inside the file and not in an XMP sidecar. Though they'll do the same for a TIFF file too I think. So there's no real point in my mind.
Lastly, I don't really see the advantage of taking a non-inverted linear scan (a raw scan if you will) into one of these programs. In my experience, they really don't provide the necessary tools to color correct it properly and many times you'll end up with some color crossover in the shadows. There's no real substitute for setting the black point properly, which calls for a full fledged curves tool, and Lightroom doesn't offer that.
That being said, you can go a long way to recreating Color Perfect's inversions with Photoshop or even Image Magick if you know what you are doing. Change the gamma of the file from 1.0 to 2.2, invert, and properly set the black and white points and you are 90% of the way there. I have a set of actions that does this in Photoshop. If you want to do it for free, check out the negfix script (relies on Image Magick).
negfix8