PQ Tag Dictionary#
(V1.1.05 as valid at 2025-11-13 11:29:29)
| Field Identifier | Indexed | Field Type | File Types | Loading | Oblig. | Remarks |
| <File Preamble 1 (no tag)> | no | Preamble | all | std. | mand. | File Magic e.g. "PQTTTR", "PQRESLT" or "PQCOMNT" filled up with char(0) |
| <File Preamble 2 (no tag)> | no | Preamble | all | std. | mand. | Format Version |
| <File Header> | ||||||
| File_GUID | no | AnsiString | all | fast | mand. | Used as global identifier for all kind of tagged files; Given in standard Windows GUID format: {%8.8X-%4.4X-%4.4X-%4.4X-%12.12X} |
| File_DictVersionIdent | no | AnsiString | all | std. | opt. | Just an optional declaration |
| File_AssuredContent | no | AnsiString | PHU, PTU | fast | opt. | for Harps SW: fast content classification; <TCSPC-Type> followed by content groups included; e.g. 'PicoHarp 300: HWSETG SWSETG BinDATA' |
| File_Comment | no | AnsiString | all | fast | opt. | File Comment (ANSI string) |
| File_Comment | no | WideString | all | fast | opt. | File Comment (wide string) |
| File_CreatingTime | no | AnsiString | all | fast | opt. | Date and Time the File was created (ANSI string); (strongly recommended to use ISO8601 format YYYY-MM-DDThh:mm:ss) |
| File_CreatingTime | no | TDateTime | all | fast | opt. | Date and Time the File was created (TDateTime); (prefer this format) |
| File_ParentResult_GUID | 0…2147483646 | AnsiString | PCO, PHU, PQUNI, PQRES | fast | opt. | Used as global Identifier for underlying result files; Given in standard Windows GUID format: {%8.8X-%4.4X-%4.4X-%4.4X-%12.12X} |
| File_RawData_GUID | 0…2147483646 | AnsiString | PCO, PCK, PQRES, SPQR, PTU | fast | opt. | Used as global Identifier for underlying raw data files; Given in standard Windows GUID format: {%8.8X-%4.4X-%4.4X-%4.4X-%12.12X} SPQR: e.g. if raw data file was converted from PTU PTU: e.g. if raw data file was cropped by use of PTUCutter.exe |
| File_EditedBy | no | AnsiString | PFS, PUS | std. | opt. | Identifies the last person who edited this file |
| Measurement_Mode | no | Int8 | PHU, SPQR, PTU | fast | mand. | Kind of TCSPC Measurement PHU: 0 = Histogram mode; 8 = "ContiMode" SPQR: 2 = T2 mode; 3 = T3 mode PTU: 2 = T2 mode; 3 = T3 mode |
| Measurement_SubMode | no | Int8 | PHU, PTU | fast | mand. | Kind of Measurement PHU: 0 = Oscilloscope mode; 1 = Integrating mode; 2 = TRES; 3 = SEQ mode PTU: 0 or 1 = Point; 2 = Line; 3 = Image |
| <Creator Software> | ||||||
| CreatorSW_ContentVersion | no | AnsiString | PHU, SPQR, PTU | fast | opt. | for Harps SW: File Format Version |
| CreatorSW_Name | no | AnsiString | all | fast | opt. | Name of Software created the file |
| CreatorSW_Version | no | AnsiString | all | fast | opt. | Version of Software created the file |
| CreatorSW_LicenceGUID | no | AnsiString | all | std. | opt. | Used as global Identifier for underlying licence; Given in standard Windows GUID format: {%8.8X-%4.4X-%4.4X-%4.4X-%12.12X} |
| CreatorSW_Modules | no | Int8 | all | std. | opt. | Count of the SW modules following (These could be DLLs, PlugIns, drivers, scripts, etc.) |
| CreatorSW_ModuleName | 0…CreatorSW_Modules−1 | AnsiString | all | std. | opt. | (underliner in symbol for sorting reasons) |
| CreatorSW_ModuleVers | 0…CreatorSW_Modules−1 | AnsiString | all | std. | opt. | (underliner in symbol for sorting reasons) |
| CreatorSW_SVNBuild | no | Int8 | all | std. | opt. | Build number of the software, that created the file |
| <Remote Request Data> | ||||||
| $StartedByRemoteInterface | no | Bool8 | SPQR, PTU | fast | opt. | SPQR: Identifies if received as remote request via TCP/IP PTU: Identifies if received as remote request via TCP/IP |
| <Remote Request Header mand.> | ||||||
| $ReqHdr_MeasurementType | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Identifies measurement type: 0: Point; 1: Image; 128: Point Testmeasurement; 129: Image Testmeasurement PTU: Identifies measurement type: 0: Point; 1: Image; 128: Point Testmeasurement; 129: Image Testmeasurement |
| $ReqHdr_PixelNumber_X | no | Int8 | SPQR, PTU | std. | opt. | SPQR: [px]; number of pixels in X as sent in request PTU: [px]; number of pixels in X as sent in request |
| $ReqHdr_PixelNumber_Y | no | Int8 | SPQR, PTU | std. | opt. | SPQR: [px]; number of pixels in Y as sent in request PTU: [px]; number of pixels in Y as sent in request |
| $ReqHdr_RecordVersion | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Identifies TCP/IP record format transferred; Currently 1.0.2.0 (i.e. 0x00, 0x02, 0x00, 0x01 on stream) PTU: Identifies TCP/IP record format transferred; Currently 1.0.2.0 (i.e. 0x00, 0x02, 0x00, 0x01 on stream) |
| $ReqHdr_ScanningPattern | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Scan pattern as sent in request: 0: monodirectional; 1: bi-directional PTU: Scan pattern as sent in request: 0: monodirectional; 1: bi-directional |
| $ReqHdr_SpatialResolution | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [m/px]; Pixel width as transfered in request (refers to fast scanning direction) PTU: [m/px]; Pixel width as transfered in request (refers to fast scanning direction) |
| <Remote Request Header opt.> | ||||||
| $Comment | no | AnsiString | SPQR, PTU | std. | opt. | SPQR: Comment as sent in request; May contain linebreaks, though they aren't shown in all presentations (e.g. in tables) PTU: Comment as sent in request; May contain linebreaks, though they aren't shown in all presentations (e.g. in tables) |
| $Filename | no | AnsiString | SPQR, PTU | std. | opt. | SPQR: Name for file sent in request PTU: Name for file sent in request |
| $Groupname | no | AnsiString | SPQR, PTU | std. | opt. | SPQR: Name for group measurement as sent in request; Subdirectory with this name is created in current working directory, if not existing PTU: Name for group measurement as sent in request; Subdirectory with this name is created in current working directory, if not existing |
| <Remote Request Header undef.> | ||||||
| $<Ident> | no | AnsiString | SPQR, PTU | std. | opt. | SPQR: optional remote interface ASCII-string parameter PTU: optional remote interface ASCII-string parameter |
| $<Ident> | no | Float8 | SPQR, PTU | std. | opt. | SPQR: optional remote interface float parameter PTU: optional remote interface float parameter |
| $<Ident> | no | Int8 | SPQR, PTU | std. | opt. | SPQR: optional remote interface integer parameter PTU: optional remote interface integer parameter |
| <Hardware Header> | ||||||
| HW_InpChannels | no | Int8 | PHU, SPQR, PTU | std. | opt. | Number of phys. Inputs (without SYNC, e.g. PicoHarp = 1) |
| HWInpChan_CFDLevel | 0…HW_InpChannels−1 | Int8 | PHU, SPQR, PTU | std. | opt. | [mV]; CFD level for channel |
| HWInpChan_CFDZeroCross | 0…HW_InpChannels−1 | Int8 | PHU, SPQR, PTU | std. | opt. | [mV]; Zero cross for channel |
| HWInpChan_Enabled | 0…HW_InpChannels−1 | Bool8 | PHU, SPQR, PTU | std. | opt. | Indicates if channel was enabled on measurement |
| HWInpChan_ModuleIdx | 0…HW_InpChannels−1 | Int8 | PHU, SPQR, PTU | std. | opt. | for HH400: Indicates on which module the channel is situated |
| HWInpChan_Name | 0…HW_InpChannels−1 | AnsiString | SPQR, PTU | std. | opt. | Name of the input channel SPQR: Custom HW Input Channel Name PTU: Custom HW Input Channel Name |
| HWInpChan_Offset | 0…HW_InpChannels−1 | Int8 | PHU, SPQR, PTU | std. | opt. | [ps]; Offset for channel |
| HWInpChan_TdCode | 0…HW_InpChannels−1 | Int8 | PHU, SPQR, PTU | std. | opt. | Deadtime classification |
| HWInpChan_TrgEdge | 0…HW_InpChannels−1 | Int8 | PHU, SPQR, PTU | std. | opt. | Triggers on 0 = falling edge; 1 = rising edge; (only if not CFD input) |
| HWInpChan_TrgLevel | 0…HW_InpChannels−1 | Int8 | PHU, SPQR, PTU | std. | opt. | [mV]; trigger level for input channel; (only if not CFD input) |
| HWInpChan_TrgMode | 0…HW_InpChannels−1 | Int8 | PHU, SPQR, PTU | std. | opt. | Kind of input type (Edge Trigger = 0 vs. CFD = 1; default depends on HW_Type) |
| HW_Markers | no | Int8 | PHU, SPQR, PTU | std. | opt. | Number of hardware markers |
| HWMarkers_Enabled | 0…HW_Markers−1 | Bool8 | PHU, SPQR, PTU | std. | opt. | Indicates if marker was enabled on measurement |
| HWMarkers_HoldOff | no | Int8 | PHU, SPQR, PTU | std. | opt. | [ns]; once for all markers |
| HWMarkers_RisingEdge | 0…HW_Markers−1 | Bool8 | PHU, SPQR, PTU | std. | opt. | Indicates if the marker was triggered on the rising edge (= TRUE) |
| HW_Modules | no | Int8 | PHU, SPQR, PTU | std. | opt. | Number of hardware modules of the TCSPC device |
| HWModule_TypeCode | 0…HW_Modules−1 | Int8 | PHU, SPQR, PTU | std. | opt. | Type code of each hardware module; e.g. PicoHarp: 1000 = digital; 1040 = Analog |
| HWModule_VersCode | 0…HW_Modules−1 | Int8 | PHU, SPQR, PTU | std. | opt. | Version code of each hardware module (e.g. for PicoHarp coded as BCD) |
| HWRouter_Channels | no | Int8 | PHU, SPQR, PTU | std. | opt. | Number of routing channels: 4 for all currently supported router models, 0 else; Don't mix-up with RoutingChannels! |
| HWRouterChan_CFDLevel | 0…HWRouter_Channels−1 | Int8 | PHU, SPQR, PTU | std. | opt. | [mV]; only if CFDPresent |
| HWRouterChan_CFDPresent | 0…HWRouter_Channels−1 | Bool8 | PHU, SPQR, PTU | std. | opt. | |
| HWRouterChan_CFDZeroCross | 0…HWRouter_Channels−1 | Int8 | PHU, SPQR, PTU | std. | opt. | [mV]; only if CFDPresent |
| HWRouterChan_InputLevel | 0…HWRouter_Channels−1 | Int8 | PHU, SPQR, PTU | std. | opt. | [mV] |
| HWRouterChan_InputType | 0…HWRouter_Channels−1 | Int8 | PHU, SPQR, PTU | std. | opt. | 0 = Custom; 1 = NIM; 2 = TTL |
| HWRouterChan_Offset | 0…HWRouter_Channels−1 | Int8 | PHU, SPQR, PTU | std. | opt. | [ps] |
| HWRouterChan_RisingEdge | 0…HWRouter_Channels−1 | Bool8 | PHU, SPQR, PTU | std. | opt. | |
| HWRouter_Enabled | no | Bool8 | PHU, SPQR, PTU | std. | opt. | Indicates if a router is present and enabled |
| HWRouter_ModelCode | no | Int8 | PHU, SPQR, PTU | std. | opt. | Model code of Router: 0 = None; 1 = PHR_402; 2 = PHR_403; 3 = PHR_800 |
| HWRouter_Version | no | AnsiString | PHU, SPQR, PTU | std. | opt. | Version of router |
| HWSync_CFDLevel | no | Int8 | PHU, SPQR, PTU | std. | opt. | [mV]; CFD level of sync channel |
| HWSync_CFDZeroCross | no | Int8 | PHU, SPQR, PTU | std. | opt. | [mV]; Zero cross level for sync channel |
| HWSync_Divider | no | Int8 | PHU, SPQR, PTU | std. | opt. | Sync divider of TCSPC device; (as dividing factor, not as power of two, e.g. 32, not 5) |
| HWSync_Offset | no | Int8 | PHU, SPQR, PTU | std. | opt. | [ps]; Offset of sync channel |
| HWSync_TdCode | no | Int8 | PHU, SPQR, PTU | std. | opt. | Deadtime classification |
| HWSync_TrgEdge | no | Int8 | PHU, SPQR, PTU | std. | opt. | Triggers on 0 = falling edge; 1 = rising edge; (only if not CFD sync input) |
| HWSync_TrgLevel | no | Int8 | PHU, SPQR, PTU | std. | opt. | [mV]; trigger level for sync input; (only if not CFD sync input) |
| HWSync_TrgMode | no | Int8 | PHU, SPQR, PTU | std. | opt. | Kind of input type (Edge Trigger = 0 vs. CFD = 1; default depends on HW_Type) |
| HWTriggerOut_On | no | Bool8 | PHU, SPQR, PTU | std. | opt. | |
| HWTriggerOut_Period | no | Float8 | PHU, SPQR, PTU | std. | opt. | [s] |
| HW_BaseResolution | no | Float8 | PHU, SPQR, PTU | std. | opt. | [s]; Base resolution of TCSPC device (not binned resolution of decay time) |
| HW_ExternalDevices | no | Int8 | PHU, SPQR, PTU | std. | opt. | |
| HW_ExternalRefClock | no | Bool8 | PHU, SPQR, PTU | std. | opt. | |
| HW_Features | no | BitSet64 | PHU, SPQR, PTU | std. | opt. | $001 = DLL; $002 = TTTR; $004 = Markers; $008 = low Res.; $010 = Trig.Out.; $020 = prog. DeadTime; $040 = ext FPGA interf.; $080 = prog. hysteresis; $100 = coincidence filtering; $200 = prog. input modes |
| HW_InputHysteresis | no | Bool8 | PHU, SPQR, PTU | std. | opt. | true = long hysteresis; Value goes for all input channels in common |
| HW_PartNo | no | AnsiString | PHU, SPQR, PTU | std. | opt. | Part number of TCSPC device |
| HW_RefClockSource | no | Int8 | PHU, SPQR, PTU | std. | opt. | Indicates (in coded form), what kind of reference clock was used |
| HW_RoutingChannels | no | Int8 | PHU, SPQR, PTU | std. | opt. | obsolete now (>= V1.0.00); Equals <HWRouter_Channels> if <HWRouter_Enabled>, 1 else; Don't mix-up with HWRouter_Channels! PHU: deprecated SPQR: deprecated PTU: deprecated |
| HW_SerialNo | no | AnsiString | PHU, SPQR, PTU | std. | opt. | Serial number of TCSPC device |
| HW_SerialNo | no | Int8 | PHU, SPQR, PTU | std. | opt. | only used in converted files: Serial number of TCSPC device |
| HW_Timingmode | no | Int8 | PHU, SPQR, PTU | std. | opt. | 0 = HiRes; 1 = LoRes; (only used for TH260) |
| HW_Type | no | AnsiString | PHU, SPQR, PTU | std. | opt. | Name of TCSPC device; (e.g. "PicoHarp", "HydraHarp", "TimeHarp260N", "TimeHarp260P", "MultiHarp", "PicoHarp330", …) |
| HW_Version | no | AnsiString | PHU, SPQR, PTU | std. | opt. | Hardware version of TCSPC device |
| <MultiHarp HW-Eventfilter Data> | ||||||
| HW_MainFiltChan_Pass | 0…HW_InpChannels−1 | Bool8 | SPQR, PTU | std. | opt. | Indicates if events from this channel are passed through the filter |
| HW_MainFiltChan_Used | 0…HW_InpChannels−1 | Bool8 | SPQR, PTU | std. | opt. | Indicates if this channel is used in the filter |
| HW_MainFiltSync_Pass | no | Bool8 | SPQR, PTU | std. | opt. | Indicates if events from the SYNC channel are passed through the filter |
| HW_MainFiltSync_Used | no | Bool8 | SPQR, PTU | std. | opt. | Indicates if the SYNC channel is used in the filter |
| HW_MainFilt_Enabled | no | Bool8 | SPQR, PTU | std. | opt. | Indicates if the main filter was enabled on measurement |
| HW_MainFilt_Inverse | no | Bool8 | SPQR, PTU | std. | opt. | Indicates if the filter works logically inverse |
| HW_MainFilt_MatchCount | no | Int8 | SPQR, PTU | std. | opt. | [cnts/interval]; Defines the amount of events, that have to occur in coincidence to let the filter pass them (0…6) |
| HW_MainFilt_TimeRange | no | Int8 | SPQR, PTU | std. | opt. | [nsec]; Defines the length of the coincidence interval (0…160000) |
| <Measurement Description> | ||||||
| MeasDesc_AcquisitionTime | no | Int8 | PHU, SPQR, PTU | std. | opt. | [ms] |
| MeasDesc_BinningFactor | no | Int8 | PHU, SPQR, PTU | std. | opt. | |
| MeasDesc_GlobalResolution | no | Float8 | PTU | std. | mand. | [s]; Resolution of time tag(s) |
| MeasDesc_InvalidSync | no | Bool8 | SPQR, PTU | std. | opt. | Sync was invalid (= 0) on measurement start |
| MeasDesc_Offset | no | Int8 | PHU, SPQR, PTU | std. | opt. | [ns] |
| MeasDesc_Resolution | no | Float8 | PHU, SPQR, PTU | std. | mand. | [s]; Resolution of TCSPC: BaseResolution * iBinningFactor |
| MeasDesc_Restart | no | Bool8 | PHU | std. | opt. | |
| MeasDesc_StartTime | 0…2 | Int8 | SPQR, PTU | std. | opt. | start time of a measurement with picosecond resolution Indexed 3 DWord Values [0] = least significant DWord [2] = most significat DWord |
| MeasDesc_StopAt | no | Int8 | PHU, SPQR, PTU | std. | opt. | [cnt] |
| MeasDesc_StopOnOvfl | no | Bool8 | PHU | std. | opt. | |
| <Measurement Sequence Descr.> | ||||||
| MeasDesc_Params | no | Int8 | PHU | std. | opt. | Curve Parameter Count PHU: = 3 for SubMode is SEQ |
| MeasDesc_Param_Device | 0…MeasDesc_Params−1 | AnsiString | PHU | std. | opt. | Curve Parameter Device (e.g. monochromator type) |
| MeasDesc_Param_Name | 0…MeasDesc_Params−1 | AnsiString | PHU | std. | opt. | Curve Parameter Name |
| MeasDesc_Param_Start | 0…MeasDesc_Params−1 | Float8 | PHU | std. | opt. | Curve Parameter Startvalue |
| MeasDesc_Param_Step | 0…MeasDesc_Params−1 | Float8 | PHU | std. | opt. | Curve Parameter Stepwidth |
| MeasDesc_Param_Stop | 0…MeasDesc_Params−1 | Float8 | PHU | std. | opt. | Curve Parameter Stopvalue |
| MeasDesc_Param_TagName | 0…MeasDesc_Params−1 | AnsiString | PHU | std. | opt. | Curve Parameter Value Tag Name |
| MeasDesc_Param_Unit | 0…MeasDesc_Params−1 | AnsiString | PHU | std. | opt. | Curve Parameter Unit |
| MeasDesc_SeqExecutablePath | no | AnsiString | PHU | std. | opt. | Full path (as ANSI string) to executable for measurement sequence; can be .exe as well as .bat |
| MeasDesc_SeqExecutablePath | no | WideString | PHU | std. | opt. | Full path (as wide string) to executable for measurement sequence; can be .exe as well as .bat |
| MeasDesc_SeqHideExecutableWnd | no | Bool8 | PHU | std. | opt. | Indicates if the executable's window should be hidden during sequence |
| MeasDesc_SeqNCycles | no | Int8 | PHU | std. | opt. | Sequence count: number of cycles |
| MeasDesc_SeqPause | no | Int8 | PHU | std. | opt. | [ms]; Pause between individual runs in a measurement sequence |
| MeasDesc_SeqRunExecutable | no | Bool8 | PHU | std. | opt. | Indicates if an executable is called for each measurement in sequence |
| <Image Header> | ||||||
| ImgHdr_Acceleration | no | Int8 | SPQR, PTU | std. | opt. | |
| ImgHdr_BiDirect | no | Bool8 | SPQR, PTU | std. | opt. | SPQR: Scan pattern: TRUE identifies bidirectional scanning (1st line forward scan; 2nd line backward scan; 3rd line forward; 4th line backward; …); FALSE identifies monodirectional scanning (all lines forward) PTU: Scan pattern: TRUE identifies bidirectional scanning (1st line forward scan; 2nd line backward scan; 3rd line forward; 4th line backward; …); FALSE identifies monodirectional scanning (all lines forward) |
| ImgHdr_Dimensions | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Dimension of the measurement: 1 = Point; 2 = Line; 3 = Image; 4 = Stack PTU: Dimension of the measurement: 1 = Point; 2 = Line; 3 = Image; 4 = Stack |
| ImgHdr_Frame | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Marker in TTTR stream defining a frame change PTU: Marker in TTTR stream defining a frame change |
| ImgHdr_Ident | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Identifies the scanner hardware: (1 = PI E-710; 3 = LSM; 5 = PI Line WBS; 6 = PI E-725; 7 = PI E-727; 8 = MCL; 9 = FLIMBee; 10 = ScanBox) PTU: Identifies the scanner hardware: (1 = PI E-710; 3 = LSM; 5 = PI Line WBS; 6 = PI E-725; 7 = PI E-727; 8 = MCL; 9 = FLIMBee; 10 = ScanBox) |
| ImgHdr_LearningTime | no | Int8 | SPQR, PTU | std. | opt. | SPQR: [s]; Learning Time used for PI Piezo Controllers PTU: [s]; Learning Time used for PI Piezo Controllers |
| ImgHdr_LineFrequency | no | Float8 | SPQR, PTU | std. | opt. | SPQR: Frequency for a Line on image and line measurements (from line start marker to next line start marker) PTU: Frequency for a Line on image and line measurements (from line start marker to next line start marker) |
| ImgHdr_LineStart | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Marker in TTTR stream defining a line start PTU: Marker in TTTR stream defining a line start |
| ImgHdr_LineStop | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Marker in TTTR stream defining a line end PTU: Marker in TTTR stream defining a line end |
| ImgHdr_MaxFrames | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Image was recorded with a maximum number of frames to scan and automatically stop PTU: Image was recorded with a maximum number of frames to scan and automatically stop |
| ImgHdr_ObjectiveName | no | AnsiString | SPQR, PTU | std. | opt. | SPQR: Name of the objective used on measurement PTU: Name of the objective used on measurement |
| ImgHdr_PixResol | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [µm]; Resolution of a single pixel (line and image measurements) PTU: [µm]; Resolution of a single pixel (line and image measurements) |
| ImgHdr_PixResolZ | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [µm]; Resolution of a single pixel along the stack direction (stack measurements) PTU: [µm]; Resolution of a single pixel along the stack direction (stack measurements) |
| ImgHdr_PixX | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Number of pixels in the fast scan direction (for image measurements) PTU: Number of pixels in the fast scan direction (for image measurements) |
| ImgHdr_PixY | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Number of pixels in the slow scan direction (for image measurements) PTU: Number of pixels in the slow scan direction (for image measurements) |
| ImgHdr_PixZ | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Number of pixels in the stack scan direction (for stack measurements) PTU: Number of pixels in the stack scan direction (for stack measurements) |
| ImgHdr_PrevPix | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Line measurements: number of pixels per line used for the preview image PTU: Line measurements: number of pixels per line used for the preview image |
| ImgHdr_ScanDirection | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Scan direction, defining the configuration of fast and slowscan axis; (First Axis = Fast Scan axis, Second Axis = SlowAxis; PI_SCANMODE_XY(0) = X-Y Scan; PI_SCANMODE_XZ(1) = X-Z Scan; PI_SCANMODE_YZ(2) = Y-Z Scan) PTU: Scan direction, defining the configuration of fast and slowscan axis; (First Axis = Fast Scan axis, Second Axis = SlowAxis; PI_SCANMODE_XY(0) = X-Y Scan; PI_SCANMODE_XZ(1) = X-Z Scan; PI_SCANMODE_YZ(2) = Y-Z Scan) |
| ImgHdr_SinCorrection | no | Int8 | SPQR, PTU | std. | opt. | SPQR: If > 0, the image was recorded using a sinuidal instead of a linear movement; Value represents percentage of the sinus wave used for the measurement (0-100%) PTU: If > 0, the image was recorded using a sinuidal instead of a linear movement; Value represents percentage of the sinus wave used for the measurement (0-100%) |
| ImgHdr_StackDesc | no | Int8 | SPQR, PTU | std. | opt. | SPQR: Type of the stack measurement: 0 = fast z scan PTU: Type of the stack measurement: 0 = fast z scan |
| ImgHdr_TimePerLine | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [ms]; Line measurements, time to measure one line (from start to end marker) PTU: [ms]; Line measurements, time to measure one line (from start to end marker) |
| ImgHdr_TimePerPixel | no | Int8 | SPQR, PTU | std. | opt. | SPQR: [ms]; Integration time per pixel for image measurements PTU: [ms]; Integration time per pixel for image measurements |
| ImgHdr_TStartFro | no | Float8 | SPQR, PTU | std. | opt. | SPQR: Deprecated value for image reconstruction (converted image file only) PTU: Deprecated value for image reconstruction (converted image file only) |
| ImgHdr_TStartTo | no | Float8 | SPQR, PTU | std. | opt. | SPQR: Deprecated value for image reconstruction (converted image file only) PTU: Deprecated value for image reconstruction (converted image file only) |
| ImgHdr_TStopFro | no | Float8 | SPQR, PTU | std. | opt. | SPQR: Deprecated value for image reconstruction (converted image file only) PTU: Deprecated value for image reconstruction (converted image file only) |
| ImgHdr_TStopTo | no | Float8 | SPQR, PTU | std. | opt. | SPQR: Deprecated value for image reconstruction (converted image file only) PTU: Deprecated value for image reconstruction (converted image file only) |
| ImgHdr_Velocity | no | Int8 | SPQR, PTU | std. | opt. | |
| ImgHdr_X0 | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [µm]; X Position of measurement (interpretation depends on ImgHdr_Dimensions; for point measurements: the coordinate of measurement; for line: the start point; for images: the offset of the upper left edge of the image) PTU: [µm]; X Position of measurement (interpretation depends on ImgHdr_Dimensions; for point measurements: the coordinate of measurement; for line: the start point; for images: the offset of the upper left edge of the image) |
| ImgHdr_X1 | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [µm]; X end position of line measurement PTU: [µm]; X end position of line measurement |
| ImgHdr_XCalibOffset | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [V]; Calibration offset of the X Axis PTU: [V]; Calibration offset of the X Axis |
| ImgHdr_XCalibration | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [m/V]; Calibration of the X Axis from axis movement to voltage PTU: [m/V]; Calibration of the X Axis from axis movement to voltage |
| ImgHdr_Y0 | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [µm]; Y Position of measurement (interpretation depends on ImgHdr_Dimensions; for point measurements: the coordinate of measurement; for line: the start point; for images: the offset of the upper left edge of the image) PTU: [µm]; Y Position of measurement (interpretation depends on ImgHdr_Dimensions; for point measurements: the coordinate of measurement; for line: the start point; for images: the offset of the upper left edge of the image) |
| ImgHdr_Y1 | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [µm]; Y end position of line measurement PTU: [µm]; Y end position of line measurement |
| ImgHdr_YCalibOffset | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [V]; Calibration offset of the Y Axis PTU: [V]; Calibration offset of the Y Axis |
| ImgHdr_YCalibration | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [m/V]; Calibration of the Y Axis from axis movement to voltage PTU: [m/V]; Calibration of the Y Axis from axis movement to voltage |
| ImgHdr_Z0 | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [µm]; Z Position of measurement (interpretation depends on ImgHdr_Dimensions; for point measurements: the coordinate of measurement; for line: the start point; for images: the offset of the upper left edge of the image) PTU: [µm]; Z Position of measurement (interpretation depends on ImgHdr_Dimensions; for point measurements: the coordinate of measurement; for line: the start point; for images: the offset of the upper left edge of the image) |
| ImgHdr_Z1 | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [µm]; Z end position of line measurement PTU: [µm]; Z end position of line measurement |
| ImgHdr_ZCalibOffset | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [V]; Calibration offset of the Z Axis PTU: [V]; Calibration offset of the Z Axis |
| ImgHdr_ZCalibration | no | Float8 | SPQR, PTU | std. | opt. | SPQR: [m/V]; Calibration of the Z Axis from axis movement to voltage PTU: [m/V]; Calibration of the Z Axis from axis movement to voltage |
| <TT Measurement Results> | ||||||
| TTResult_StopReason | no | Int8 | SPQR, PTU | fast | opt. | Reason for measurement end: SPQR: srTimeOver(0) = TimeOver, ScanDone; srManual(1) = Stopped by user; srOverFlow(2) = Overflow condition; srError(3) = Error (old style, converted Files); srUnkown(-1) = Unknown Reason; srFiFoOverrun(-2)= FiFo Overrun; srLegacyErr(-3) = Legacy converted; srTCSPCError(-4) = TCSPC Error; srFileError(-5) = File writing Error (e.g. disk full); srOutOfMem(-6) = Out of memory on recording file; srSuspend(-7) = Computer sent to suspend in measurement; srSYSERROR(-8) = SysError Flag of TCSPC appeared; srQueueOverrun(-9) = Software FiFo overrun; srDataXferFail(-10) = Read FiFo Error, typically bad USB connection; srDataCheckFail(-11) = Illegal Dataentry found; srRefClkLost(-12) = Reference clock signal lost; srSyncLost(-13) = Sync Signal Lost PTU: srTimeOver(0) = TimeOver, ScanDone; srManual(1) = Stopped by user; srOverFlow(2) = Overflow condition; srError(3) = Error (old style, converted Files); srUnkown(-1) = Unknown Reason; srFiFoOverrun(-2)= FiFo Overrun; srLegacyErr(-3) = |
| TTResult_InputRate | 0…HW_InpChannels−1 | Int8 | SPQR, PTU | std. | opt. | [counts/s] |
| TTResult_MDescWarningFlags | no | BitSet64 | SPQR, PTU | std. | opt. | Warnings during measurement SPQR: 0x001 = SyncRateZero; 0x002 = SyncRateTooLow; 0x004 = SyncRateTooHigh; 0x010 = InptRateZero; 0x040 = InptRateTooHigh; 0x080 = EventsDropped; 0x100 = InptRateRatio; 0x200 = DividerGTOne; 0x400 = TimeSpanToSmall; 0x800 = OffsetUnnecessary; PTU: 0x001 = SyncRateZero; 0x002 = SyncRateTooLow; 0x004 = SyncRateTooHigh; 0x010 = InptRateZero; 0x040 = InptRateTooHigh; 0x080 = EventsDropped; 0x100 = InptRateRatio; 0x200 = DividerGTOne; 0x400 = TimeSpanToSmall; 0x800 = OffsetUnnecessary; |
| TTResult_NumberOfRecords | no | Int8 | PTU | std. | mand. | Number of Records in the binary part |
| TTResult_StopAfter | no | Int8 | SPQR, PTU | std. | opt. | [ms] |
| TTResult_SyncRate | no | Int8 | SPQR, PTU | std. | mand. | [counts/s] SPQR: as recorded at the beginning of a measurement PTU: as recorded at the beginning of a measurement |
| <TT Results Format> | ||||||
| TTResultFormat_BitsPerRecord | no | Int8 | PTU | std. | mand. | Currently containing 32 for all PicoQuant TCSPC devices; Nevertheless mandatory! |
| TTResultFormat_ChannelMask | no | Int8 | PTU | std. | opt. | Binary mask to isolate the channels data field from the TTTR record by means of a binary AND operation; (Refer to your TCSPC device manual for more information) |
| TTResultFormat_ChannelShift | no | Int8 | PTU | std. | opt. | Shift the isolated channels data field by this number of bits to the right to get the channel number as integer; (Refer to your TCSPC device manual for more information) |
| TTResultFormat_DTimeMask | no | Int8 | PTU | std. | opt. | Binary mask to isolate the DTime data field from the TTTR record by means of a binary AND operation; (Refer to your TCSPC device manual for more information) |
| TTResultFormat_DTimeShift | no | Int8 | PTU | std. | opt. | Shift the isolated DTime data field by this number of bits to the right to get the DTime value as integer; (Refer to your TCSPC device manual for more information) |
| TTResultFormat_MarkerMask | no | Int8 | PTU | std. | opt. | Binary mask to isolate the marker data field from the TTTR record by means of a binary AND operation; (Refer to your TCSPC device manual for more information) |
| TTResultFormat_MarkerShift | no | Int8 | PTU | std. | opt. | Shift the isolated marker data field by this number of bits to the right to get the marker pattern as integer; Consider: markers are bitset coded and may even coincide; (Refer to your TCSPC device manual for more information) |
| TTResultFormat_NSyncMask | no | Int8 | PTU | std. | opt. | Binary mask to isolate the NSync data field from the TTTR record by means of a binary AND operation; (Refer to your TCSPC device manual for more information) |
| TTResultFormat_NSyncShift | no | Int8 | PTU | std. | opt. | Shift the isolated NSync data field by this number of bits to the right to get the NSync value as integer; (Refer to your TCSPC device manual for more information) |
| TTResultFormat_SpecialMask | no | Int8 | PTU | std. | opt. | Binary mask to isolate the special record field from the TTTR record by means of a binary AND operation; If the isolated field equals the mask, we recognize a special record; (Refer to your TCSPC device manual for more information) |
| TTResultFormat_TTTRRecType | no | Int8 | PTU | std. | mand. | Contains TTResultFormat information in coded form; mandatory! |
| TTResultFormat_WrapAround | no | Int8 | PTU | std. | opt. | Add this value to your global counter on each arriving of an overflow record; If your TCSPC device is able to compress overflows, multiply by the value of the unshifted (rightmost) datafield in TTTR record before addition. |
| <Histo Measurement Results> | ||||||
| HistoResult_BitsPerBin | no | Int8 | PHU | std. | mand. | |
| HistoResult_NumberOfCurves | no | Int8 | PHU, PQUNI | std. | mand. | Number of Curves |
| <Histo Result Descriptor> | ||||||
| HistResDscr_CurveIndex | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_CurveName | 0…HistoResult_NumberOfCurves−1 | AnsiString | PHU, PQUNI | std. | opt. | Name of the curve |
| HistResDscr_DataOffset | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | mand. | |
| HistResDscr_DataType | 0…HistoResult_NumberOfCurves−1 | Int8 | PQUNI | std. | opt. | Histogram = 0; TimeTrace = 1; G2 = 2; FCS = 3; Raw = 4; Unfold = 5; TauPos = 1000; TauBounds = 1001 |
| HistResDscr_DataType_SubIdx | 0…HistoResult_NumberOfCurves−1 | Int8 | PQUNI | std. | opt. | Index of the curve inside the DataType |
| HistResDscr_DeviceType | 0…HistoResult_NumberOfCurves−1 | Int8 | PQUNI | std. | opt. | HW = 0; File = 1 |
| HistResDscr_FilePath | 0…HistoResult_NumberOfCurves−1 | AnsiString | PQUNI | std. | opt. | Path of File |
| HistResDscr_HistCountRate | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_HistogramBins | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | mand. | |
| HistResDscr_HWBaseResolution | 0…HistoResult_NumberOfCurves−1 | Float8 | PHU, PQUNI | std. | opt. | [s] |
| HistResDscr_HWExternalDevices | 0…HistoResult_NumberOfCurves−1 | BitSet64 | PHU, PQUNI | std. | opt. | |
| HistResDscr_HWExternalRefClock | 0…HistoResult_NumberOfCurves−1 | Bool8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_HWFeatures | 0…HistoResult_NumberOfCurves−1 | BitSet64 | PHU, PQUNI | std. | opt. | $001 = DLL; $002 = TTTR; $004 = Markers; $008 = low Res.; $010 = Trig.Out.; $020 = prog. DeadTime; $040 = ext FPGA interf.; $080 = prog. hysteresis; $100 = coincidence filtering; $200 = prog. input modes |
| HistResDscr_HWInpChanCFDLevel | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [mV]; refers to the input identified by HistResDscr_HWInpChanIdx |
| HistResDscr_HWInpChanCFDZCross | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [mV]; refers to the input identified by HistResDscr_HWInpChanIdx |
| HistResDscr_HWInpChanIdx | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | identifies the input that collected the events of this histogram |
| HistResDscr_HWInpChanModuleIdx | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | 1 … HW_Modules; refers to the input identified by HistResDscr_HWInpChanIdx |
| HistResDscr_HWInpChannels | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_HWInpChannelsEnabld | 0…HistoResult_NumberOfCurves−1 | BitSet64 | PHU, PQUNI | std. | opt. | |
| HistResDscr_HWInpChanOffset | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [ps]; refers to the input identified by HistResDscr_HWInpChanIdx |
| HistResDscr_HWInpChanTdCode | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | Deadtime classification; refers to the input identified by HistResDscr_HWInpChanIdx |
| HistResDscr_HWInpChanTrgEdge | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | Triggers on 0 = falling edge; 1 = rising edge; (only if not CFD input); refers to the input identified by HistResDscr_HWInpChanIdx |
| HistResDscr_HWInpChanTrgLevel | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [mV]; trigger level for input channel; (only if not CFD input); refers to the input identified by HistResDscr_HWInpChanIdx |
| HistResDscr_HWInpChanTrgMode | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | Kind of input type (Edge Trigger = 0 vs. CFD = 1, default depends on HW_Type); refers to the input identified by HistResDscr_HWInpChanIdx |
| HistResDscr_HWInputHysteresis | 0…HistoResult_NumberOfCurves−1 | Bool8 | PHU, PQUNI | std. | opt. | true = long hysteresis; Value goes for all input channels in common |
| HistResDscr_HWMarkers | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_HWMarkers_Enabled | 0…HistoResult_NumberOfCurves−1 | BitSet64 | PHU, PQUNI | std. | opt. | LSB = Marker[0] |
| HistResDscr_HWMarkers_Rising | 0…HistoResult_NumberOfCurves−1 | BitSet64 | PHU, PQUNI | std. | opt. | LSB = Marker[0] |
| HistResDscr_HWModules | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | for PicoHarp = 1 |
| HistResDscr_HWModuleTypeCode<m> | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | <m>: %2.2d = 00 … HW_Modules - 1; for PicoHarp = 0 |
| HistResDscr_HWModuleVersCode<m> | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | <m>: %2.2d = 00 … HW_Modules - 1; for PicoHarp = HW_Version |
| HistResDscr_HWPartNo | 0…HistoResult_NumberOfCurves−1 | AnsiString | PHU, PQUNI | std. | opt. | |
| HistResDscr_HWRouterChannelIdx | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_HWRouterEnabled | 0…HistoResult_NumberOfCurves−1 | Bool8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_HWRouterModelCode | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | Model code of Router: 0 = None; 1 = PHR_402; 2 = PHR_403; 3 = PHR_800 |
| HistResDscr_HWRtChanCFDLevel | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [mV]; only present if HistResDscr_HWRtChanCFDPresent[idx] = TRUE |
| HistResDscr_HWRtChanCFDPresent | 0…HistoResult_NumberOfCurves−1 | Bool8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_HWRtChanCFDZCross | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [mV]; only present if HistResDscr_HWRtChanCFDPresent[idx] = TRUE |
| HistResDscr_HWRtChanInputLevel | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [mV] |
| HistResDscr_HWRtChanInputType | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | 0 = Custom; 1 = NIM; 2 = TTL |
| HistResDscr_HWRtChanOffset | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [ps] |
| HistResDscr_HWRtChanRisingEdge | 0…HistoResult_NumberOfCurves−1 | Bool8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_HWSerialNo | 0…HistoResult_NumberOfCurves−1 | AnsiString | PHU, PQUNI | std. | opt. | |
| HistResDscr_HWSyncCFDLevel | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [mV] |
| HistResDscr_HWSyncCFDZeroCross | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [mV] |
| HistResDscr_HWSyncDivider | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_HWSyncOffset | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [ps] |
| HistResDscr_HWSyncTdCode | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | Deadtime classification |
| HistResDscr_HWSyncTrgEdge | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | Triggers on 0 = falling edge; 1 = rising edge; (only if not CFD sync input) |
| HistResDscr_HWSyncTrgLevel | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [mV]; trigger level for sync input; (only if not CFD sync input) |
| HistResDscr_HWSyncTrgMode | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | Kind of input type (Edge Trigger = 0 vs. CFD = 1; default depends on HW_Type) |
| HistResDscr_HWTimingmode | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | 0 = HiRes; 1 = LoRes; (only used for TH260) |
| HistResDscr_HWTriggerOutOn | 0…HistoResult_NumberOfCurves−1 | Bool8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_HWTriggerOutPeriod | 0…HistoResult_NumberOfCurves−1 | Float8 | PHU, PQUNI | std. | opt. | [s] |
| HistResDscr_HWType | 0…HistoResult_NumberOfCurves−1 | AnsiString | PHU, PQUNI | std. | opt. | "PicoHarp", "HydraHarp", "TH260N", "TH260P", "MultiHarp", "PicoHarp330", … |
| HistResDscr_HWVersion | 0…HistoResult_NumberOfCurves−1 | AnsiString | PHU, PQUNI | std. | opt. | |
| HistResDscr_InputRate | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_IntegralCount | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_IsMem | 0…HistoResult_NumberOfCurves−1 | Bool8 | PQUNI | std. | opt. | Is Memory Curve |
| HistResDscr_MDescAcquisTime | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [ms] |
| HistResDscr_MDescBinningFactor | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | expanded, to also support non-binary factors |
| HistResDscr_MDescMode | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | Kind of TCSPC Measurement |
| HistResDscr_MDescOffset | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [ns] |
| HistResDscr_MDescResolution | 0…HistoResult_NumberOfCurves−1 | Float8 | PHU, PQUNI | std. | mand. | [s]; BaseResolution*iBinningFactor |
| HistResDscr_MDescRestart | 0…HistoResult_NumberOfCurves−1 | Bool8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_MDescStopAfter | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | [ms] |
| HistResDscr_MDescStopReason | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | 0 = timeover; 1 = manual; 2 = overflow |
| HistResDscr_MDescSubMode | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | Kind of Measurement |
| HistResDscr_MDescWarningFlags | 0…HistoResult_NumberOfCurves−1 | BitSet64 | PHU, PQUNI | std. | opt. | Warnings during measurement PHU: 0x001 = SyncRateZero; 0x002 = SyncRateTooLow; 0x004 = SyncRateTooHigh; 0x010 = InptRateZero; 0x040 = InptRateTooHigh; 0x080 = EventsDropped; 0x100 = InptRateRatio; 0x200 = DividerGTOne; 0x400 = TimeSpanToSmall; 0x800 = OffsetUnnecessary; PQUNI: 0x001 = SyncRateZero; 0x002 = SyncRateTooLow; 0x004 = SyncRateTooHigh; 0x010 = InptRateZero; 0x040 = InptRateTooHigh; 0x080 = EventsDropped; 0x100 = InptRateRatio; 0x200 = DividerGTOne; 0x400 = TimeSpanToSmall; 0x800 = OffsetUnnecessary; |
| HistResDscr_NameChanA | 0…HistoResult_NumberOfCurves−1 | AnsiString | PQUNI | std. | opt. | Name of Channel A |
| HistResDscr_NameChanB | 0…HistoResult_NumberOfCurves−1 | AnsiString | PQUNI | std. | opt. | Name of Channel B |
| HistResDscr_RawData_GUID | 0…HistoResult_NumberOfCurves−1 | AnsiString | PHU, PQUNI | std. | opt. | Used as global Identifier for underlying raw data files; Given in standard Windows GUID format: {%8.8X-%4.4X-%4.4X-%4.4X-%12.12X} PHU: only used if generated / imported from other sources PQUNI: only used if generated / imported from other sources |
| HistResDscr_SyncRate | 0…HistoResult_NumberOfCurves−1 | Int8 | PHU, PQUNI | std. | opt. | |
| HistResDscr_t0 | 0…HistoResult_NumberOfCurves−1 | Float8 | PQUNI | std. | opt. | Start Time of Curve [s] |
| HistResDscr_TimeOfRecording | 0…HistoResult_NumberOfCurves−1 | TDateTime | PHU, PQUNI | std. | opt. | |
| <Parameter Data> | ||||||
| Par<Ident> | 0…HistoResult_NumberOfCurves−1 | Float8 | PHU, PQUNI | std. | opt. | float parameter as named in MeasDesc_Param_TagName PHU: indexed by number of curves in PHU files PQUNI: indexed by number of curves in PHU files |
| Par<Ident> | no | Float8 | SPQR, PTU | std. | opt. | float parameter as named in MeasDesc_Param_TagName SPQR: not indexed in PTU files PTU: not indexed in PTU files |
| <Current SoftwareSettings> | ||||||
| CurSWSetting_ActiveCurve | no | Int8 | PHU, PTU | std. | opt. | for Harps SW only |
| CurSWSetting_DispAxisCountFrom | no | Int8 | PHU, PTU | std. | opt. | for Harps SW only |
| CurSWSetting_DispAxisCountTo | no | Int8 | PHU, PTU | std. | opt. | for Harps SW only |
| CurSWSetting_DispAxisTimeFrom | no | Int8 | PHU, PTU | std. | opt. | for Harps SW only |
| CurSWSetting_DispAxisTimeTo | no | Int8 | PHU, PTU | std. | opt. | for Harps SW only |
| CurSWSetting_DispCurves | no | Int8 | PHU, PTU | std. | opt. | for Harps SW only |
| CurSWSetting_DispCurve_MapTo | 0…CurSWSetting_DispCurves−1 | Int8 | PHU, PTU | std. | opt. | for Harps SW only |
| CurSWSetting_DispCurve_Show | 0…CurSWSetting_DispCurves−1 | Bool8 | PHU, PTU | std. | opt. | for Harps SW only |
| CurSWSetting_DispLog | no | Bool8 | PHU, PTU | std. | opt. | for Harps SW only |
| <Sepia2 Data> | ||||||
| Sep2_FirmwareVersion | no | AnsiString | PHU, SPQR, PTU | std. | opt. | |
| Sep2_SerialNo | no | AnsiString | PHU, SPQR, PTU | std. | opt. | |
| Sep2_SCM_<Slot>_SerialNo | no | AnsiString | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989 |
| Sep2_SLM_<Slot>_CW_PulseDisable | no | Bool8 | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989; depending on laser head, true means either CW or disable |
| Sep2_SLM_<Slot>_FineIntensity | no | Int8 | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989; [per mille]; indirect: as ratio of the controlling voltage |
| Sep2_SLM_<Slot>_HeadType | no | AnsiString | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989; as recognised by the SLM module |
| Sep2_SLM_<Slot>_Intensity | no | Int8 | PHU, SPQR, PTU | std. | opt. | obsolete (<Slot>: 000 … 989; [%]; indirect: as ratio of the controlling voltage) PHU: obsolete SPQR: obsolete PTU: obsolete |
| Sep2_SLM_<Slot>_SerialNo | no | AnsiString | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989 |
| Sep2_SLM_<Slot>_TriggerIndex | no | Int8 | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989 |
| Sep2_SOM_<Slot>_BaseOscFreq | no | Float8 | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989; [Hz]; only present if internal triggered |
| Sep2_SOM_<Slot>_Divider | no | Int8 | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989 |
| Sep2_SOM_<Slot>_InvSyncMask | no | Bool8 | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989 |
| Sep2_SOM_<Slot>_PreSync | no | Int8 | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989 |
| Sep2_SOM_<Slot>_Seq_BurstLen | 0…7 | Int8 | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989; 0 … 16777215 |
| Sep2_SOM_<Slot>_Seq_EnaOutput | 0…7 | Bool8 | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989 |
| Sep2_SOM_<Slot>_Seq_EnaSync | 0…7 | Bool8 | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989 |
| Sep2_SOM_<Slot>_SerialNo | no | AnsiString | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989 |
| Sep2_SOM_<Slot>_SyncMask | no | Int8 | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989 |
| Sep2_SOM_<Slot>_TrigEdge | no | Bool8 | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989; only present if external triggered |
| Sep2_SOM_<Slot>_TrigLevel | no | Int8 | PHU, SPQR, PTU | std. | opt. | <Slot>: 000 … 989; [mV]; only present if external triggered |
| <Luminosa> | ||||||
| AnaChColor | 0…AnaChCount−1 | Color8 | SPQR, PTU | std. | opt. | The color of this analysis channel |
| AnaChCount | no | Int8 | SPQR, PTU | std. | opt. | Number of analysis channels defined in the measurement |
| AnaChDetectors | 0…AnaChCount−1 | AnsiString | SPQR, PTU | std. | opt. | One char for every detector ("V" means detector is active, "." means detector off) |
| AnaChLgChannel | 0…AnaChCount−1 | AnsiString | SPQR, PTU | std. | opt. | Logical channel (i.e., combination of TCSPC channel and PIE window) associated with this analysis channel ("V" means chan is active, "." means chan off) SPQR: No meaning in PTU files as PIE windows are not separated PTU: No meaning in PTU files as PIE windows are not separated |
| AnaChName | 0…AnaChCount−1 | WideString | SPQR, PTU | std. | opt. | Name of the analysis channel |
| AnaChPIEIdx | 0…AnaChCount−1 | Int8 | SPQR, PTU | std. | opt. | Index of the PIE window (0-based, first PIE window = 0, second PIE window = 1) |
| AnaChTCSPCCh | 0…AnaChCount−1 | AnsiString | SPQR, PTU | std. | opt. | One char for every TCSPC channel ("V" means TCSPC chan is active, "." means TCSPC chan off) |
| AssociatedImageGUID | no | AnsiString | PTU | std. | opt. | GUID of associated raw image data in the smImaging workflow |
| ChromophoreCount | no | Int8 | SPQR, PTU | std. | opt. | Number of selected chromophores in the measurement |
| Chromophore | 0…ChromophoreCount−1 | WideString | SPQR, PTU | std. | opt. | Name of the chromophore |
| DetectorCount | no | Int8 | SPQR, PTU | std. | opt. | Number of detectors in the measurement system |
| Detector | 0…DetectorCount−1 | AnsiString | SPQR, PTU | std. | opt. | Name of this detector |
| DetectorNumTCSPCChan | 0…DetectorCount−1 | Int8 | SPQR, PTU | std. | opt. | Number of TCSPC channels connected to this detector (only for PDA-23) |
| DetectorTCSPCChan | 0…DetectorCount−1 | Int8 | SPQR, PTU | std. | opt. | First TCSPC channel connected to this detector (only for PDA-23) |
| DetectorInUse | 0…DetectorCount−1 | Bool8 | SPQR, PTU | std. | opt. | If this detector was in use during the measurement |
| FCSCorrelationChannels | 0…1 | AnsiString | PTU | std. | opt. | Logical channel(s) for FCS channel A or B ("x" means channel is in use, "." means not in use) |
| FCSCorrelationChannelName | 0…1 | WideString | PTU | std. | opt. | Name of analysis channel used as input for correlation |
| FCSMaxLagTime | no | Float8 | PTU | std. | opt. | Maximum lag time used for the calculation of the correlation curve |
| FCSNSub | no | Int8 | PTU | std. | opt. | Parameter controlling the logarithmic spacing of lag times for the calculation of the correlation curve |
| ImgSamplePosX | no | Float8 | SPQR, PTU | std. | opt. | [µm]; X position of the sample stage |
| ImgSamplePosY | no | Float8 | SPQR, PTU | std. | opt. | [µm]; Y position of the sample stage |
| LaserCount | no | Int8 | SPQR, PTU | std. | opt. | Number of active lasers |
| LaserName | 0…LaserCount−1 | AnsiString | SPQR, PTU | std. | opt. | Name of this laser |
| LaserWL | 0…LaserCount−1 | Float8 | SPQR, PTU | std. | opt. | [nm]; Wavelength of this laser |
| LSDDevice | no | AnsiString | SPQR, PTU | std. | opt. | Description of the measurement system configuration in XML format |
| MeasurementType | no | AnsiString | SPQR, PTU | std. | opt. | A list of measurement contents for this measurement, separated by ";". E.g., "FLIM", "FLIM;Anisotropy", "Trace;FRET", "FCS", or "FRET;BenchmarkStudy" |
| PIEMaxChannel | no | Int8 | SPQR, PTU | std. | opt. | Number of logical channels (i.e., combination of TCSPC channel and PIE window) per PIE window |
| PIENumPIEWindows | no | Int8 | SPQR, PTU | std. | opt. | Number of PIE windows in this measurement |
| PIETimeGate | 0…PIENumPIEWindows−1 | Int8 | SPQR, PTU | std. | opt. | Start of the time gate for this PIE window index in TCSPC time bins |
| SeriesAsRange | 0…SeriesDimension−1 | Bool8 | SPQR, PTU | std. | opt. | True: Series position can be calculated from SeriesStart, SeriesEnd, and SeriesSteps; False: Series positions are given in SeriesValues |
| SeriesCurrent | 0…SeriesDimension−1 | Int8 | SPQR, PTU | std. | opt. | Index of the current measurement along this dimension in the series measurement |
| SeriesDimension | no | Int8 | SPQR, PTU | std. | opt. | Number of dimensions in this series measurement (e.g., 1 for time series or z-scan, 2 for xy tiling) |
| SeriesEnd | 0…SeriesDimension−1 | Float8 | SPQR, PTU | std. | opt. | Last value of the series measurement along this dimension |
| SeriesIdent | 0…SeriesDimension−1 | AnsiString | SPQR, PTU | std. | opt. | Header tag that contains the current series position for this dimension index |
| SeriesIdentUnit | 0…SeriesDimension−1 | AnsiString | SPQR, PTU | std. | opt. | Unit for this dimension of the series measurement |
| SeriesLabel | 0…SeriesDimension−1 | AnsiString | SPQR, PTU | std. | opt. | Label for this dimension of the series measurement |
| SeriesStart | 0…SeriesDimension−1 | Float8 | SPQR, PTU | std. | opt. | First value of the series measurement along this dimension |
| SeriesSteps | 0…SeriesDimension−1 | Int8 | SPQR, PTU | std. | opt. | Number of values between SeriesStart and SeriesEnd (must be > 1) |
| SeriesTimePoint | no | Float8 | SPQR, PTU | std. | opt. | [s]; the current series measurement was started this many seconds after the start of the series |
| SeriesValues | no | Float8Array | SPQR, PTU | std. | opt. | Individual values for each series position. Length = number of measurements in the series |
| SeriesWaitTime | 0…SeriesDimension−1 | Float8 | SPQR, PTU | std. | opt. | Waiting time between series measurements in ms along this dimension |
| SystemSerial | no | AnsiString | SPQR, PTU | std. | opt. | Serial number of the measurement system |
| UseFLCSBkgr | no | Bool8 | PTU | std. | opt. | True if FLCS background correction was used |
| <SPQR-specific Data> | ||||||
| SPQRAccumulateFrames | no | Bool8 | SPQR | std. | opt. | True if frames are summed up (accumulated). |
| SPQRBinWidths | no | Float8Array | SPQR | std. | mand. | Array with the width (in TCSPC time bins) of the smart-binned histograms |
| SPQRChannels | no | AnsiString | SPQR | std. | opt. | One char for every channel ("V" means chan has photons, "." means chan not used) |
| SPQRDirectoryPosition | no | Int8 | SPQR | std. | mand. | File offset to find the data directory |
| SPQRPrevImage | no | BinaryBlob | SPQR | std. | opt. | Icon as raw 128x128x32bit image (as xy array of 4-byte with R as LSB) |
| SPQRPrevImageLink | no | Int8 | SPQR | std. | opt. | File offset to the SPQRTagPrevImage tag in the normal tag area |
| SPQRRecordFormat | no | Int8 | SPQR | std. | mand. | record format version |
| <Variables Data> | ||||||
| VarResultType | no | Int8 | PQRES | fast | opt. | |
| VarScriptIdent | no | AnsiString | PCO, PQRES | fast | opt. | Identifies the generating script |
| Var<Ident> | maybe | AnsiString | PQRES | std. | opt. | User defined ANSI string variable |
| Var<Ident> | maybe | Bool8 | PQRES | std. | opt. | User defined boolean variable |
| Var<Ident> | maybe | BinaryBlob | PQRES | std. | opt. | User defined binary blob variable |
| Var<Ident> | maybe | Color8 | PQRES | std. | opt. | User defined color variable |
| Var<Ident> | maybe | Float8 | PQRES | std. | opt. | User defined float variable |
| Var<Ident> | maybe | Float8Array | PQRES | std. | opt. | User defined float array variable |
| Var<Ident> | maybe | Int8 | PQRES | std. | opt. | User defined integer variable |
| Var<Ident> | maybe | BitSet64 | PQRES | std. | opt. | User defined bitset variable |
| Var<Ident> | maybe | TDateTime | PQRES | std. | opt. | User defined date/time variable |
| Var<Ident> | maybe | WideString | PQRES | std. | opt. | User defined wide string variable |
| <Context Data> | ||||||
| Ctx<Ident> | maybe | Int8 | PQRES | std. | opt. | Context for a variable with same name (Ctx replaced by Var) |
| <User Data> | ||||||
| UsrOverviewGUID | no | AnsiString | SPQR, PTU | std. | opt. | Used as global Identifier for an result file containing the underlying overview; Given in standard Windows GUID format: {%8.8X-%4.4X-%4.4X-%4.4X-%12.12X} |
| Usr<Ident> | maybe | AnsiString | all | std. | opt. | additional user defined ANSI string content |
| Usr<Ident> | maybe | Bool8 | all | std. | opt. | additional user defined boolean content |
| Usr<Ident> | maybe | BinaryBlob | all | std. | opt. | additional user defined binary blob content |
| Usr<Ident> | maybe | Color8 | all | std. | opt. | additional user defined color content |
| Usr<Ident> | maybe | Float8 | all | std. | opt. | additional user defined float content |
| Usr<Ident> | maybe | Float8Array | all | std. | opt. | additional user defined float array content |
| Usr<Ident> | maybe | Int8 | all | std. | opt. | additional user defined integer content |
| Usr<Ident> | maybe | BitSet64 | all | std. | opt. | additional user defined bitset content |
| Usr<Ident> | maybe | TDateTime | all | std. | opt. | additional user defined date / time content |
| Usr<Ident> | maybe | WideString | all | std. | opt. | additional user defined wide string content |
| <Misc. Tags> | ||||||
| ChkChannels | no | Int8 | PCK | std. | opt. | Number of channels with photons in the raw data file |
| ChkFrameMarkers | no | Int8 | PCK | std. | opt. | Number of Framemarker in the raw data file; also the number of Frame Records in the checkpoint file |
| ChkFrameRecord | 0…ChkFrameMarkers−1 | Int8 | PCK | std. | opt. | record number of a frame start in the raw data file |
| ChkHistogram | no | BinaryBlob | PCK | std. | opt. | Overall histogram of the raw data file, array of Int64 Values |
| ChkMaxTimeTag | no | Int8 | PCK | std. | opt. | last valid timetag in the raw data file |
| ChkUsedChannel | 0…ChkChannels−1 | Int8 | PCK | std. | opt. | Channel has photon events in the raw data file |
| <Defaults / Settings> | ||||||
| Defaults_Begin | no | Empty8 | PFS, PUS | std. | mand. | |
| PQHT_<HashId>_Group | no | AnsiString | PFS, PUS | std. | opt. | <HashId>: (8 hex char.) identifying the setting; Group to associate the setting to |
| PQHT_<HashId>_ValidSince | no | TDateTime | PFS, PUS | std. | mand. | <HashId>: (8 hex char.) identifying the setting; Date of registering the setting |
| <FactoryOrUserSettingIdent> | no | AnsiString | PFS, PUS | std. | opt. | PFS: factory setting with ANSI string value PUS: user defined setting with ANSI string value |
| <FactoryOrUserSettingIdent> | no | Bool8 | PFS, PUS | std. | opt. | PFS: factory setting with boolean value PUS: user defined setting with boolean value |
| <FactoryOrUserSettingIdent> | no | Color8 | PFS, PUS | std. | opt. | PFS: factory setting with color value PUS: user defined setting with color value |
| <FactoryOrUserSettingIdent> | no | Float8 | PFS, PUS | std. | opt. | PFS: factory setting with float value PUS: user defined setting with float value |
| <FactoryOrUserSettingIdent> | no | Int8 | PFS, PUS | std. | opt. | PFS: factory setting with integer value PUS: user defined setting with integer value |
| <FactoryOrUserSettingIdent> | no | BitSet64 | PFS, PUS | std. | opt. | PFS: factory setting with bitset value PUS: user defined setting with bitset value |
| <FactoryOrUserSettingIdent> | no | WideString | PFS, PUS | std. | opt. | PFS: factory setting with wide string value PUS: user defined setting with wide string value |
| <Special Tags> | ||||||
| Fast_Load_End | no | Empty8 | all | fast | opt. | All tags intended to be loaded in "fast" mode have to be stored preceding this tag. For a preview
of files, only the tags onto this tag are loaded (useful e.g. for shell extensions or workspace loading). Take care to minimize the amount of tags preceding this tag! If omitted, always the whole number of tags are loaded. |
| Header_End | no | Empty8 | all | std. | mand. | End of Header; Below this point, only binary data is situated |
| <Binary Data> | PHU, PTU | Contains the TTTR records, must be positioned at the end of file Length of this block in Bytes = TTResultFormat_BitsPerRecord / 8 * TTResult_NumberOfRecords |