Looking good Peter
Picking up on your queries:
My notes state that Buffer Size is W x H x C x 4, where :
W - image Width, in pixels
H - image Height, in pixels
C - number of Channels in the image (MONO and RAW = 1, COLOR = 3)
4 - becuase every pixel is expressed, internally, as a 32-bit (4-byte) Float variable
(4 must change to 8 if you are working in 64-bit resolution)
So, for your 'mono' (or 'raw') images, at 11608 x 8708, this gives approx. 386MB
Once the images have been DeBayered, the Buffer Size would need to increase by a factor of 3, to approx. 1.13GB
Stack Size is simply 'N times the Buffer Size', where N is the Number of images being processed.
Remember, Buffer Size is independent of the number of images being processed. However, as you point out the maximum size is 1GB - whuch is just slightly less than you 'require' if you were processing 3-channel 'color' images. I would not worry about this too much though, as the next (imminent) release of PixInsight should be able to perform the ImageIntegration process on 'raw' images - i.e. without the requirement to first DeBayer all the images prior to integration/stacking.
Also, just keep in mind that a 'RAW' image is not the same as a 'MONO' image - even though they might both appear as 'greyscale' images in PixInsight. A 'RAW' image implies that the data does actually carry colour data, encoded within the image as a function of 'pixel position in relation to the CFA'. the 'CFA' is the Color Filter Array that has been placed immediately in front of the imager sensor (at the time of manufacture, and which cannot be removed or otherwise overcome).
The actual imaging sensor may even be identical between two different imagers - one with the CFA (allowing RAW One-Shot-Color - OSC - or RAW DSLR images to be acquired); and the other with no CFA (allowing only MONO images to be acquired, even though secondary WB or NB filters may be placed in the optical path).
One of the key differences netween an OSC imager and a DSLR camera is the fact that a DSLR is (usually) capable of pre-processing the RAW image into a COLOR image within the DSLR software itself. Most (all ??) OSC cameras make no attempt to do this whatsoever, relying totally on PC-side software to DeBayer the image (i.e. to extract the color information with knowledge of the CFA filter layut). A DSLR camera allows a RAW (un-DeBayered) image to be extracted from the camera, to be proceesed by various types of 'DarkRoom' software - one of which is PixInsight. Performing the DeBayer process outside the DSLR software, especially with the likes of PixInsight, allows a far more detailed, statistically-based, suite of algorithms to be used to increase the fundamental SNR of the image. You just cannot do that inside the camera (yet, because I see no reason why PixInsight could not simply be used as the internal OS of a modern camera (of 'any' type
)
So - again a bit of a lengthy reply, but maybe you can now answer some of your questions, and generate others!
[By the way, did you purchase a full license for PixInsight ?]