|
CycloBranch
|
A structure to keep parsed lif metadata. More...
#include <cImageWindowTabOptical.h>
Public Member Functions | |
| cLifMetadata () | |
| The constructor. | |
| void | print () |
| Print metadata. | |
Public Attributes | |
| string | imagename |
| Image name. | |
| int | microscopytype |
| Type of microscopy technique (-1 = unknown, 0 = optical, 1 = fluorescence). | |
| string | microscopemodel |
| Microscope model. | |
| int | inversemicroscopemodel |
| Inverse microscope model. | |
| int | magnification |
| Magnification. | |
| int | flipx |
| Flip X. | |
| int | flipy |
| Flip Y. | |
| int | dimx |
| Width [pixels]. | |
| int | dimy |
| Height [pixels]. | |
| int | dimz |
| Depth [layers]. | |
| int | dim10 |
| Number of tiles. | |
| double | width |
| Width [m]. | |
| double | height |
| Height [m]. | |
| double | stageposx |
| Stage position x [m]. | |
| double | stageposy |
| Stage position y [m]. | |
| long long unsigned | memoryblocksize |
| Memory block size. | |
| string | memoryblockid |
| Memory block ID. | |
| vector< long long unsigned > | memoryblockoffsets |
| Offsets of memory blocks. | |
| vector< eChannelType > | channels |
| Color channels. | |
| vector< string > | luts |
| LUTs. | |
| int | tilescaninfoflipx |
| Flip X from TileScanInfo. | |
| int | tilescaninfoflipy |
| Flip Y from TileScanInfo. | |
| vector< cTileInfo > | tiles |
| Vector of tiles. | |
A structure to keep parsed lif metadata.