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
SyntaxPublic Enumeration mcssmSetSaveMode
Members
| Member name | Value | Description |
---|
| mcssmSaveModesMask | 15 | Mask to isolate flags regarding type of content save |
| mcssmDoNotSaveContent | 0 | Save only the set file, use existing image files (not recommended) |
| mcssmSaveContentIfNec | 1 | Save the image files only if necessary |
| mcssmSaveContent | 2 | Save the image files (unconditionally) |
| mcssmEnforceSameFolder | 4 | If mcssmSaveContentIfNec is set, make it a requirement that the image files are saved in the folder with the set file (or a sub-folder) |
| mcssmSaveContentToSubFolder | 8 | If the content needs to be saved, save to a sub-folder with the same name as the set file |
| mcssmSaveFormatMask | 240 | Mask to isolate flags regarding the format in which to save the image files |
| mcssmSaveEachLocation | 16 | Save the image for each location in its own single-frame file |
| mcssmSaveByChannel | 32 | Save all the images for a given channel in one multi-frame file (the file format must support this) |
| mcssmFileNamingFormatMask | 65280 | Mask to isolate flags regarding the format of the image file names |
| mcssmFileNamingNumeric | 0 | Use numeric locations for Site and Channel (if present in set), for instance <setname>_T0_S1_Z4_C2.<ext> |
| mcssmFileNamingText | 256 | Use site and channel names (if present), for instance <setname>_T0_ControlSite_Z4_DAPI.<ext> |
| mcssmFileNamingCThenZ | 512 | Change naming order to list Channel first (if present), then Z position, for instance <setname>_T0_S1_C2_Z4.<ext> |
| mcssmFileNamingIncludeAllDims | 1024 | Include all dimensions except User1 and User2 in the naming, even if they are not used in the set. |
| mcssmFileNamingIncludeUserDims | 2048 | Include 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. |
| mcssmFileNamingIncludeChannel | 4096 | Include channel in naming even if not yet used in set dimensionality |
| mcssmFileNamingIncludeZ | 8192 | Include Z focus in naming even if not yet used in set dimensionality |
| mcssmFileNamingIncludeScan | 16384 | Include scan in naming even if not yet used in set dimensionality |
| mcssmFileNamingIncludeSite | 32768 | Include channel in naming even if not yet used in set dimensionality |
| mcssmFileNamingIncludeTime | 65536 | Include time in naming even if not yet used in set dimensionality |
| mcssmFileNamingIncludeResolution | 131072 | Include resolution in naming even if not yet used in set dimensionality |
| mcssmFileNamingIncludeUser2 | 262144 | Include user 2 in naming even if not yet used in set dimensionality |
| mcssmSaveIsNOTSaveAs | 1048576 | The 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) |
| mcssmSaveIsTempFile | 16777216 | Flag to indicate that the set file is saved to a temporary file - do not update File property or dates
not yet supported |
See Also