Click or drag to resize

mcssmSetSaveMode Enumeration

Options to apply when saving an image set.

Namespace:  MediaCy.IQL.Sets.IO
Assembly:  MediaCy.IQL.Sets.IO (in MediaCy.IQL.Sets.IO.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcssmSetSaveMode
Members
  Member nameValueDescription
mcssmSaveModesMask15Mask to isolate flags regarding type of content save
mcssmDoNotSaveContent0Save only the set file, use existing image files (not recommended)
mcssmSaveContentIfNec1Save the image files only if necessary
mcssmSaveContent2Save the image files (unconditionally)
mcssmEnforceSameFolder4If mcssmSaveContentIfNec is set, make it a requirement that the image files are saved in the folder with the set file (or a sub-folder)
mcssmSaveContentToSubFolder8If the content needs to be saved, save to a sub-folder with the same name as the set file
mcssmSaveFormatMask240Mask to isolate flags regarding the format in which to save the image files
mcssmSaveEachLocation16Save the image for each location in its own single-frame file
mcssmSaveByChannel32Save all the images for a given channel in one multi-frame file (the file format must support this)
mcssmFileNamingFormatMask65280Mask to isolate flags regarding the format of the image file names
mcssmFileNamingNumeric0Use numeric locations for Site and Channel (if present in set), for instance <setname>_T0_S1_Z4_C2.<ext>
mcssmFileNamingText256Use site and channel names (if present), for instance <setname>_T0_ControlSite_Z4_DAPI.<ext>
mcssmFileNamingCThenZ512Change naming order to list Channel first (if present), then Z position, for instance <setname>_T0_S1_C2_Z4.<ext>
mcssmFileNamingIncludeAllDims1024Include all dimensions except User1 and User2 in the naming, even if they are not used in the set.
mcssmFileNamingIncludeUserDims2048Include the User1 and User2 dimensions in the naming, conditionally based on whether mcssmFileNamingIncludeAllDims is set. This is not yet supported. If you don't want to IncludeAllDims, you can use these flags to specify the dimensions to include - useful if saving the set in interim conditions where not all the dimensionality is present yet.
mcssmFileNamingIncludeChannel4096Include channel in naming even if not yet used in set dimensionality
mcssmFileNamingIncludeZ8192Include Z focus in naming even if not yet used in set dimensionality
mcssmFileNamingIncludeScan16384Include scan in naming even if not yet used in set dimensionality
mcssmFileNamingIncludeSite32768Include channel in naming even if not yet used in set dimensionality
mcssmFileNamingIncludeTime65536Include time in naming even if not yet used in set dimensionality
mcssmFileNamingIncludeResolution131072Include resolution in naming even if not yet used in set dimensionality
mcssmFileNamingIncludeUser2262144Include user 2 in naming even if not yet used in set dimensionality
mcssmSaveIsNOTSaveAs1048576The default is that saves are Save As, which means cropping to the active region. Set this flag to indicate a normal Save (save back to original file, save all content, as necessary, and retain original active region)
mcssmSaveIsTempFile16777216Flag to indicate that the set file is saved to a temporary file - do not update File property or dates not yet supported
See Also