ds005256-mriqc/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter a873e3ae67 [DATALAD RUNCMD] Compute MRIQC for sub-0098
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0098 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0098",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:20:09 +02:00

616 lines
No EOL
110 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0098_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0098_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0098_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0098_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0098_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0098_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0098_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0098/ses-02/func/sub-0098_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>446d572b62f86783c87d76ef2a4f30f5</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:38:51.012500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999876, -0.0143705, 0.00640689, 0.0141364, 0.99928, 0.0351956]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112342</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7807, -7167, 229, -97, 33, -46, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.074</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1a9c1fb1-8699-4273-b9b0-4a54cf019bd7||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825947761535645, 0.03792693093419075, 0.01865175925195217, 110.93123626708984], [0.03855496272444725, 2.6809964179992676, 0.09477180987596512, -99.98763275146484], [0.01718921959400177, -0.0944272130727768, 2.6982717514038086, -45.664756774902344], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['143851.012500', '143851.472500', '143851.932500', '143852.392500', '143852.852500', '143853.312500', '143853.772500', '143854.232500', '143854.692500', '143855.152500', '143855.612500', '143856.072500', '143856.532500', '143856.992500', '143857.452500', '143857.912500', '143858.372500', '143858.832500', '143859.292500', '143859.752500', '143900.212500', '143900.672500', '143901.132500', '143901.592500', '143902.052500', '143902.512500', '143902.972500', '143903.432500', '143903.892500', '143904.352500', '143904.812500', '143905.272500', '143905.732500', '143906.192500', '143906.652500', '143907.112500', '143907.572500', '143908.032500', '143908.492500', '143908.952500', '143909.412500', '143909.872500', '143910.332500', '143910.792500', '143911.252500', '143911.712500', '143912.172500', '143912.632500', '143913.092500', '143913.552500', '143914.012500', '143914.472500', '143914.932500', '143915.392500', '143915.852500', '143916.312500', '143916.772500', '143917.232500', '143917.692500', '143918.152500', '143918.612500', '143919.072500', '143919.532500', '143919.992500', '143920.452500', '143920.912500', '143921.372500', '143921.832500', '143922.292500', '143922.752500', '143923.212500', '143923.672500', '143924.132500', '143924.592500', '143925.052500', '143925.512500', '143925.972500', '143926.432500', '143926.892500', '143927.352500', '143927.812500', '143928.272500', '143928.732500', '143929.192500', '143929.652500', '143930.112500', '143930.572500', '143931.032500', '143931.492500', '143931.952500', '143932.412500', '143932.872500', '143933.332500', '143933.792500', '143934.252500', '143934.712500', '143935.172500', '143935.632500', '143936.092500', '143936.552500', '143937.012500', '143937.472500', '143937.932500', '143938.392500', '143938.852500', '143939.312500', '143939.772500', '143940.232500', '143940.692500', '143941.152500', '143941.612500', '143942.072500', '143942.532500', '143942.992500', '143943.452500', '143943.912500', '143944.372500', '143944.832500', '143945.292500', '143945.752500', '143946.212500', '143946.672500', '143947.132500', '143947.592500', '143948.052500', '143948.512500', '143948.972500', '143949.432500', '143949.892500', '143950.352500', '143950.812500', '143951.272500', '143951.732500', '143952.192500', '143952.652500', '143953.112500', '143953.572500', '143954.032500', '143954.492500', '143954.952500', '143955.412500', '143955.872500', '143956.332500', '143956.792500', '143957.252500', '143957.712500', '143958.172500', '143958.632500', '143959.092500', '143959.552500', '144000.012500', '144000.472500', '144000.932500', '144001.392500', '144001.852500', '144002.312500', '144002.772500', '144003.232500', '144003.692500', '144004.152500', '144004.612500', '144005.072500', '144005.532500', '144005.992500', '144006.452500', '144006.912500', '144007.372500', '144007.832500', '144008.292500', '144008.752500', '144009.212500', '144009.672500', '144010.132500', '144010.592500', '144011.052500', '144011.512500', '144011.972500', '144012.432500', '144012.892500', '144013.352500', '144013.812500', '144014.272500', '144014.732500', '144015.192500', '144015.652500', '144016.112500', '144016.572500', '144017.032500', '144017.492500', '144017.952500', '144018.412500', '144018.872500', '144019.332500', '144019.792500', '144020.252500', '144020.712500', '144021.172500', '144021.632500', '144022.092500', '144022.552500', '144023.012500', '144023.472500', '144023.932500', '144024.392500', '144024.852500', '144025.312500', '144025.772500', '144026.232500', '144026.692500', '144027.152500', '144027.612500', '144028.072500', '144028.532500', '144028.992500', '144029.452500', '144029.912500', '144030.372500', '144030.832500', '144031.292500', '144031.752500', '144032.212500', '144032.672500', '144033.132500', '144033.592500', '144034.052500', '144034.512500', '144034.972500', '144035.432500', '144035.892500', '144036.352500', '144036.812500', '144037.272500', '144037.732500', '144038.192500', '144038.652500', '144039.112500', '144039.572500', '144040.032500', '144040.492500', '144040.952500', '144041.412500', '144041.872500', '144042.332500', '144042.792500', '144043.252500', '144043.712500', '144044.172500', '144044.632500', '144045.092500', '144045.552500', '144046.012500', '144046.472500', '144046.932500', '144047.392500', '144047.852500', '144048.312500', '144048.772500', '144049.232500', '144049.692500', '144050.152500', '144050.612500', '144051.072500', '144051.532500', '144051.992500', '144052.452500', '144052.912500', '144053.372500', '144053.832500', '144054.292500', '144054.752500', '144055.212500', '144055.672500', '144056.132500', '144056.592500', '144057.052500', '144057.512500', '144057.972500', '144058.432500', '144058.892500', '144059.352500', '144059.812500', '144100.272500', '144100.732500', '144101.192500', '144101.652500', '144102.112500', '144102.572500', '144103.032500', '144103.492500', '144103.952500', '144104.412500', '144104.872500', '144105.332500', '144105.792500', '144106.252500', '144106.712500', '144107.172500', '144107.632500', '144108.092500', '144108.552500', '144109.012500', '144109.472500', '144109.932500', '144110.392500', '144110.852500', '144111.312500', '144111.772500', '144112.232500', '144112.692500', '144113.152500', '144113.612500', '144114.072500', '144114.532500', '144114.992500', '144115.452500', '144115.912500', '144116.372500', '144116.832500', '144117.292500', '144117.752500', '144118.212500', '144118.672500', '144119.132500', '144119.592500', '144120.052500', '144120.512500', '144120.972500', '144121.432500', '144121.892500', '144122.352500', '144122.812500', '144123.272500', '144123.732500', '144124.192500', '144124.652500', '144125.112500', '144125.572500', '144126.032500', '144126.492500', '144126.952500', '144127.412500', '144127.872500', '144128.332500', '144128.792500', '144129.252500', '144129.712500', '144130.172500', '144130.632500', '144131.092500', '144131.552500', '144132.012500', '144132.472500', '144132.932500', '144133.392500', '144133.852500', '144134.312500', '144134.772500', '144135.232500', '144135.692500', '144136.152500', '144136.612500', '144137.072500', '144137.532500', '144137.992500', '144138.452500', '144138.912500', '144139.372500', '144139.832500', '144140.292500', '144140.752500', '144141.212500', '144141.672500', '144142.132500', '144142.592500', '144143.052500', '144143.512500', '144143.972500', '144144.432500', '144144.892500', '144145.352500', '144145.812500', '144146.272500', '144146.732500', '144147.192500', '144147.652500', '144148.112500', '144148.572500', '144149.032500', '144149.492500', '144149.952500', '144150.412500', '144150.872500', '144151.332500', '144151.792500', '144152.252500', '144152.712500', '144153.172500', '144153.632500', '144154.092500', '144154.552500', '144155.012500', '144155.472500', '144155.932500', '144156.392500', '144156.852500', '144157.312500', '144157.772500', '144158.232500', '144158.692500', '144159.152500', '144159.612500', '144200.072500', '144200.532500', '144200.992500', '144201.452500', '144201.912500', '144202.372500', '144202.832500', '144203.292500', '144203.752500', '144204.212500', '144204.672500', '144205.132500', '144205.592500', '144206.052500', '144206.512500', '144206.972500', '144207.432500', '144207.892500', '144208.352500', '144208.812500', '144209.272500', '144209.732500', '144210.192500', '144210.652500', '144211.112500', '144211.572500', '144212.032500', '144212.492500', '144212.952500', '144213.412500', '144213.872500', '144214.332500', '144214.792500', '144215.252500', '144215.712500', '144216.172500', '144216.632500', '144217.092500', '144217.552500', '144218.012500', '144218.472500', '144218.932500', '144219.392500', '144219.852500', '144220.312500', '144220.772500', '144221.232500', '144221.692500', '144222.152500', '144222.612500', '144223.072500', '144223.532500', '144223.992500', '144224.452500', '144224.912500', '144225.372500', '144225.832500', '144226.292500', '144226.752500', '144227.212500', '144227.672500', '144228.132500', '144228.592500', '144229.052500', '144229.512500', '144229.972500', '144230.432500', '144230.892500', '144231.352500', '144231.812500', '144232.272500', '144232.732500', '144233.192500', '144233.652500', '144234.112500', '144234.572500', '144235.032500', '144235.492500', '144235.952500', '144236.412500', '144236.872500', '144237.332500', '144237.792500', '144238.252500', '144238.712500', '144239.172500', '144239.632500', '144240.092500', '144240.552500', '144241.012500', '144241.472500', '144241.932500', '144242.392500', '144242.852500', '144243.312500', '144243.772500', '144244.232500', '144244.692500', '144245.152500', '144245.612500', '144246.072500', '144246.532500', '144246.992500', '144247.452500', '144247.912500', '144248.372500', '144248.832500', '144249.292500', '144249.752500', '144250.212500', '144250.672500', '144251.132500', '144251.592500', '144252.052500', '144252.512500', '144252.972500', '144253.432500', '144253.892500', '144254.352500', '144254.812500', '144255.272500', '144255.732500', '144256.192500', '144256.652500', '144257.112500', '144257.572500', '144258.032500', '144258.492500', '144258.952500', '144259.412500', '144259.872500', '144300.332500', '144300.792500', '144301.252500', '144301.712500', '144302.172500', '144302.632500', '144303.092500', '144303.552500', '144304.012500', '144304.472500', '144304.932500', '144305.392500', '144305.852500', '144306.312500', '144306.772500', '144307.232500', '144307.692500', '144308.152500', '144308.612500', '144309.072500', '144309.532500', '144309.992500', '144310.452500', '144310.912500', '144311.372500', '144311.832500', '144312.292500', '144312.752500', '144313.212500', '144313.672500', '144314.132500', '144314.592500', '144315.052500', '144315.512500', '144315.972500', '144316.432500', '144316.892500', '144317.352500', '144317.812500', '144318.272500', '144318.732500', '144319.192500', '144319.652500', '144320.112500', '144320.572500', '144321.032500', '144321.492500', '144321.952500', '144322.412500', '144322.872500', '144323.332500', '144323.792500', '144324.252500', '144324.712500', '144325.172500', '144325.632500', '144326.092500', '144326.552500', '144327.012500', '144327.472500', '144327.932500', '144328.392500', '144328.852500', '144329.312500', '144329.772500', '144330.232500', '144330.692500', '144331.152500', '144331.612500', '144332.072500', '144332.532500', '144332.992500', '144333.452500', '144333.912500', '144334.372500', '144334.832500', '144335.292500', '144335.752500', '144336.212500', '144336.672500', '144337.132500', '144337.592500', '144338.052500', '144338.512500', '144338.972500', '144339.432500', '144339.892500', '144340.352500', '144340.812500', '144341.272500', '144341.732500', '144342.192500', '144342.652500', '144343.112500', '144343.572500', '144344.032500', '144344.492500', '144344.952500', '144345.412500', '144345.872500', '144346.332500', '144346.792500', '144347.252500', '144347.712500', '144348.172500', '144348.632500', '144349.092500', '144349.552500', '144350.012500', '144350.472500', '144350.932500', '144351.392500', '144351.852500', '144352.312500', '144352.772500', '144353.232500', '144353.692500', '144354.152500', '144354.612500', '144355.072500', '144355.532500', '144355.992500', '144356.452500', '144356.912500', '144357.372500', '144357.832500', '144358.292500', '144358.752500', '144359.212500', '144359.672500', '144400.132500', '144400.592500', '144401.052500', '144401.512500', '144401.972500', '144402.432500', '144402.892500', '144403.352500', '144403.812500', '144404.272500', '144404.732500', '144405.192500', '144405.652500', '144406.112500', '144406.572500', '144407.032500', '144407.492500', '144407.952500', '144408.412500', '144408.872500', '144409.332500', '144409.792500', '144410.252500', '144410.712500', '144411.172500', '144411.632500', '144412.092500', '144412.552500', '144413.012500', '144413.472500', '144413.932500', '144414.392500', '144414.852500', '144415.312500', '144415.772500', '144416.232500', '144416.692500', '144417.152500', '144417.612500', '144418.072500', '144418.532500', '144418.992500', '144419.452500', '144419.912500', '144420.372500', '144420.832500', '144421.292500', '144421.752500', '144422.212500', '144422.672500', '144423.132500', '144423.592500', '144424.052500', '144424.512500', '144424.972500', '144425.432500', '144425.892500', '144426.352500', '144426.812500', '144427.272500', '144427.732500', '144428.192500', '144428.652500', '144429.112500', '144429.572500', '144430.032500', '144430.492500', '144430.952500', '144431.412500', '144431.872500', '144432.332500', '144432.792500', '144433.252500', '144433.712500', '144434.172500', '144434.632500', '144435.092500', '144435.552500', '144436.012500', '144436.472500', '144436.932500', '144437.392500', '144437.852500', '144438.312500', '144438.772500', '144439.232500', '144439.692500', '144440.152500', '144440.612500', '144441.072500', '144441.532500', '144441.992500', '144442.452500', '144442.912500', '144443.372500', '144443.832500', '144444.292500', '144444.752500', '144445.212500', '144445.672500', '144446.132500', '144446.592500', '144447.052500', '144447.512500', '144447.972500', '144448.432500', '144448.892500', '144449.352500', '144449.812500', '144450.272500', '144450.732500', '144451.192500', '144451.652500', '144452.112500', '144452.572500', '144453.032500', '144453.492500', '144453.952500', '144454.412500', '144454.872500', '144455.332500', '144455.792500', '144456.252500', '144456.712500', '144457.172500', '144457.632500', '144458.092500', '144458.552500', '144459.012500', '144459.472500', '144459.932500', '144500.392500', '144500.852500', '144501.312500', '144501.772500', '144502.232500', '144502.692500', '144503.152500', '144503.612500', '144504.072500', '144504.532500', '144504.992500', '144505.452500', '144505.912500', '144506.372500', '144506.832500', '144507.292500', '144507.752500', '144508.212500', '144508.672500', '144509.132500', '144509.592500', '144510.052500', '144510.512500', '144510.972500', '144511.432500', '144511.892500', '144512.352500', '144512.812500', '144513.272500', '144513.732500', '144514.192500', '144514.652500', '144515.112500', '144515.572500', '144516.032500', '144516.492500', '144516.952500', '144517.412500', '144517.872500', '144518.332500', '144518.792500', '144519.252500', '144519.712500', '144520.172500', '144520.632500', '144521.092500', '144521.552500', '144522.012500', '144522.472500', '144522.932500', '144523.392500', '144523.852500', '144524.312500', '144524.772500', '144525.232500', '144525.692500', '144526.152500', '144526.612500', '144527.072500', '144527.532500', '144527.992500', '144528.452500', '144528.912500', '144529.372500', '144529.832500', '144530.292500', '144530.752500', '144531.212500', '144531.672500', '144532.132500', '144532.592500', '144533.052500', '144533.512500', '144533.972500', '144534.432500', '144534.892500', '144535.352500', '144535.812500', '144536.272500', '144536.732500', '144537.192500', '144537.652500', '144538.112500', '144538.572500', '144539.032500', '144539.492500', '144539.952500', '144540.412500', '144540.872500', '144541.332500', '144541.792500', '144542.252500', '144542.712500', '144543.172500', '144543.632500', '144544.092500', '144544.552500', '144545.012500', '144545.472500', '144545.932500', '144546.392500', '144546.852500', '144547.312500', '144547.772500', '144548.232500', '144548.692500', '144549.152500', '144549.612500', '144550.072500', '144550.532500', '144550.992500'], 'ContentTime': ['143902.572000', '143902.576000', '143902.579000', '143902.581000', '143902.592000', '143902.595000', '143902.597000', '143902.612000', '143902.614000', '143902.617000', '143902.620000', '143902.622000', '143902.625000', '143902.628000', '143902.630000', '143902.633000', '143902.635000', '143902.638000', '143902.641000', '143902.643000', '143902.652000', '143902.654000', '143922.532000', '143922.535000', '143922.539000', '143922.541000', '143922.544000', '143922.547000', '143922.549000', '143922.552000', '143922.555000', '143922.557000', '143922.560000', '143922.563000', '143922.565000', '143922.568000', '143922.571000', '143922.573000', '143922.576000', '143922.585000', '143922.587000', '143922.590000', '143922.592000', '143922.595000', '143922.598000', '143922.600000', '143922.603000', '143922.606000', '143922.608000', '143922.611000', '143922.614000', '143922.616000', '143922.619000', '143922.622000', '143922.624000', '143922.627000', '143922.629000', '143922.632000', '143922.635000', '143922.637000', '143922.640000', '143922.643000', '143922.645000', '143922.648000', '143922.650000', '143922.653000', '143942.532000', '143942.535000', '143942.538000', '143942.558000', '143942.561000', '143942.564000', '143942.566000', '143942.569000', '143942.572000', '143942.574000', '143942.577000', '143942.580000', '143942.582000', '143942.585000', '143942.587000', '143942.590000', '143942.593000', '143942.595000', '143942.598000', '143942.601000', '143942.604000', '143942.607000', '143942.611000', '143942.614000', '143942.616000', '143942.619000', '143942.622000', '143942.625000', '143942.629000', '143942.631000', '143942.634000', '143942.637000', '143942.639000', '143942.642000', '143942.645000', '143942.647000', '143942.650000', '143942.652000', '143942.655000', '143942.658000', '143942.660000', '143942.663000', '143942.666000', '144002.532000', '144002.536000', '144002.539000', '144002.541000', '144002.544000', '144002.547000', '144002.549000', '144002.552000', '144002.555000', '144002.557000', '144002.560000', '144002.562000', '144002.565000', '144002.568000', '144002.570000', '144002.573000', '144002.576000', '144002.579000', '144002.581000', '144002.584000', '144002.586000', '144002.589000', '144002.592000', '144002.594000', '144002.597000', '144002.600000', '144002.603000', '144002.605000', '144002.608000', '144002.611000', '144002.613000', '144002.616000', '144002.619000', '144002.621000', '144002.624000', '144002.627000', '144002.629000', '144002.632000', '144002.634000', '144002.637000', '144002.640000', '144002.642000', '144002.645000', '144002.648000', '144022.532000', '144022.535000', '144022.538000', '144022.541000', '144022.543000', '144022.546000', '144022.548000', '144022.551000', '144022.554000', '144022.556000', '144022.559000', '144022.561000', '144022.564000', '144022.567000', '144022.569000', '144022.572000', '144022.575000', '144022.578000', '144022.580000', '144022.583000', '144022.586000', '144022.590000', '144022.592000', '144022.595000', '144022.598000', '144022.601000', '144022.603000', '144022.606000', '144022.608000', '144022.611000', '144022.614000', '144022.616000', '144022.619000', '144022.626000', '144022.628000', '144022.631000', '144022.634000', '144022.636000', '144022.639000', '144022.642000', '144022.644000', '144022.647000', '144022.650000', '144042.533000', '144042.536000', '144042.539000', '144042.542000', '144042.545000', '144042.548000', '144042.550000', '144042.553000', '144042.555000', '144042.558000', '144042.561000', '144042.563000', '144042.566000', '144042.568000', '144042.571000', '144042.574000', '144042.576000', '144042.579000', '144042.582000', '144042.584000', '144042.587000', '144042.589000', '144042.592000', '144042.595000', '144042.597000', '144042.600000', '144042.603000', '144042.605000', '144042.608000', '144042.611000', '144042.613000', '144042.616000', '144042.619000', '144042.621000', '144042.624000', '144042.626000', '144042.629000', '144042.632000', '144042.634000', '144042.637000', '144042.640000', '144042.642000', '144042.645000', '144042.647000', '144102.534000', '144102.537000', '144102.540000', '144102.542000', '144102.545000', '144102.547000', '144102.550000', '144102.553000', '144102.555000', '144102.558000', '144102.561000', '144102.563000', '144102.566000', '144102.569000', '144102.572000', '144102.574000', '144102.577000', '144102.579000', '144102.582000', '144102.585000', '144102.588000', '144102.591000', '144102.594000', '144102.596000', '144102.599000', '144102.602000', '144102.605000', '144102.607000', '144102.610000', '144102.613000', '144102.616000', '144102.618000', '144102.621000', '144102.624000', '144102.626000', '144102.629000', '144102.631000', '144102.634000', '144102.637000', '144102.639000', '144102.642000', '144102.644000', '144102.647000', '144122.533000', '144122.536000', '144122.539000', '144122.542000', '144122.544000', '144122.547000', '144122.550000', '144122.552000', '144122.555000', '144122.558000', '144122.560000', '144122.563000', '144122.566000', '144122.568000', '144122.571000', '144122.574000', '144122.576000', '144122.579000', '144122.582000', '144122.584000', '144122.587000', '144122.590000', '144122.592000', '144122.595000', '144122.597000', '144122.600000', '144122.603000', '144122.606000', '144122.608000', '144122.611000', '144122.614000', '144122.617000', '144122.619000', '144122.622000', '144122.624000', '144122.627000', '144122.630000', '144122.632000', '144122.635000', '144122.638000', '144122.640000', '144122.643000', '144122.646000', '144122.648000', '144142.533000', '144142.536000', '144142.538000', '144142.541000', '144142.543000', '144142.546000', '144142.549000', '144142.551000', '144142.554000', '144142.557000', '144142.559000', '144142.562000', '144142.565000', '144142.567000', '144142.570000', '144142.573000', '144142.575000', '144142.578000', '144142.581000', '144142.583000', '144142.586000', '144142.588000', '144142.591000', '144142.594000', '144142.596000', '144142.599000', '144142.602000', '144142.604000', '144142.607000', '144142.610000', '144142.612000', '144142.615000', '144142.618000', '144142.621000', '144142.623000', '144142.626000', '144142.628000', '144142.631000', '144142.634000', '144142.637000', '144142.639000', '144142.642000', '144142.645000', '144202.532000', '144202.535000', '144202.538000', '144202.541000', '144202.543000', '144202.546000', '144202.549000', '144202.551000', '144202.554000', '144202.557000', '144202.559000', '144202.562000', '144202.565000', '144202.567000', '144202.570000', '144202.573000', '144202.575000', '144202.578000', '144202.581000', '144202.583000', '144202.586000', '144202.588000', '144202.591000', '144202.594000', '144202.596000', '144202.599000', '144202.602000', '144202.605000', '144202.607000', '144202.610000', '144202.613000', '144202.615000', '144202.618000', '144202.620000', '144202.623000', '144202.626000', '144202.628000', '144202.631000', '144202.634000', '144202.636000', '144202.639000', '144202.641000', '144202.644000', '144202.647000', '144222.533000', '144222.535000', '144222.538000', '144222.541000', '144222.543000', '144222.546000', '144222.549000', '144222.551000', '144222.554000', '144222.557000', '144222.559000', '144222.562000', '144222.565000', '144222.568000', '144222.570000', '144222.573000', '144222.575000', '144222.578000', '144222.581000', '144222.583000', '144222.586000', '144222.589000', '144222.591000', '144222.594000', '144222.597000', '144222.600000', '144222.602000', '144222.605000', '144222.608000', '144222.610000', '144222.613000', '144222.615000', '144222.618000', '144222.621000', '144222.623000', '144222.626000', '144222.629000', '144222.631000', '144222.634000', '144222.637000', '144222.640000', '144222.642000', '144222.645000', '144242.533000', '144242.536000', '144242.538000', '144242.541000', '144242.543000', '144242.546000', '144242.549000', '144242.552000', '144242.554000', '144242.557000', '144242.560000', '144242.562000', '144242.565000', '144242.568000', '144242.570000', '144242.573000', '144242.575000', '144242.578000', '144242.581000', '144242.583000', '144242.586000', '144242.589000', '144242.591000', '144242.594000', '144242.597000', '144242.600000', '144242.602000', '144242.605000', '144242.607000', '144242.610000', '144242.613000', '144242.615000', '144242.618000', '144242.621000', '144242.623000', '144242.626000', '144242.628000', '144242.631000', '144242.634000', '144242.648000', '144242.650000', '144242.653000', '144242.656000', '144242.658000', '144302.533000', '144302.536000', '144302.539000', '144302.542000', '144302.544000', '144302.547000', '144302.550000', '144302.552000', '144302.555000', '144302.558000', '144302.560000', '144302.563000', '144302.566000', '144302.568000', '144302.571000', '144302.574000', '144302.576000', '144302.579000', '144302.582000', '144302.584000', '144302.587000', '144302.590000', '144302.592000', '144302.595000', '144302.598000', '144302.600000', '144302.603000', '144302.606000', '144302.608000', '144302.611000', '144302.614000', '144302.616000', '144302.619000', '144302.622000', '144302.624000', '144302.627000', '144302.630000', '144302.632000', '144302.635000', '144302.638000', '144302.640000', '144302.643000', '144302.646000', '144322.533000', '144322.536000', '144322.539000', '144322.541000', '144322.544000', '144322.547000', '144322.550000', '144322.552000', '144322.555000', '144322.558000', '144322.561000', '144322.563000', '144322.566000', '144322.569000', '144322.572000', '144322.574000', '144322.577000', '144322.580000', '144322.582000', '144322.585000', '144322.588000', '144322.590000', '144322.593000', '144322.596000', '144322.598000', '144322.601000', '144322.604000', '144322.606000', '144322.609000', '144322.612000', '144322.614000', '144322.617000', '144322.620000', '144322.622000', '144322.625000', '144322.628000', '144322.630000', '144322.633000', '144322.636000', '144322.638000', '144322.641000', '144322.644000', '144322.646000', '144322.649000', '144342.533000', '144342.536000', '144342.539000', '144342.542000', '144342.545000', '144342.547000', '144342.550000', '144342.553000', '144342.555000', '144342.558000', '144342.561000', '144342.563000', '144342.566000', '144342.569000', '144342.571000', '144342.574000', '144342.577000', '144342.579000', '144342.582000', '144342.585000', '144342.587000', '144342.590000', '144342.593000', '144342.595000', '144342.598000', '144342.601000', '144342.604000', '144342.606000', '144342.609000', '144342.611000', '144342.614000', '144342.617000', '144342.620000', '144342.622000', '144342.625000', '144342.628000', '144342.630000', '144342.633000', '144342.636000', '144342.638000', '144342.641000', '144342.643000', '144342.646000', '144402.532000', '144402.535000', '144402.538000', '144402.541000', '144402.543000', '144402.546000', '144402.549000', '144402.552000', '144402.554000', '144402.557000', '144402.559000', '144402.562000', '144402.565000', '144402.567000', '144402.570000', '144402.573000', '144402.575000', '144402.578000', '144402.581000', '144402.583000', '144402.586000', '144402.589000', '144402.592000', '144402.595000', '144402.597000', '144402.600000', '144402.603000', '144402.605000', '144402.608000', '144402.611000', '144402.613000', '144402.618000', '144402.621000', '144402.623000', '144402.626000', '144402.629000', '144402.632000', '144402.634000', '144402.637000', '144402.639000', '144402.642000', '144402.645000', '144402.647000', '144402.650000', '144422.532000', '144422.536000', '144422.538000', '144422.541000', '144422.543000', '144422.558000', '144422.561000', '144422.563000', '144422.566000', '144422.568000', '144422.571000', '144422.574000', '144422.576000', '144422.579000', '144422.582000', '144422.584000', '144422.587000', '144422.589000', '144422.592000', '144422.595000', '144422.597000', '144422.600000', '144422.603000', '144422.605000', '144422.608000', '144422.610000', '144422.613000', '144422.616000', '144422.618000', '144422.621000', '144422.624000', '144422.626000', '144422.629000', '144422.631000', '144422.634000', '144422.637000', '144422.639000', '144422.642000', '144422.645000', '144422.648000', '144422.650000', '144422.653000', '144422.655000', '144442.533000', '144442.535000', '144442.538000', '144442.541000', '144442.543000', '144442.546000', '144442.549000', '144442.551000', '144442.556000', '144442.558000', '144442.561000', '144442.564000', '144442.566000', '144442.569000', '144442.572000', '144442.574000', '144442.577000', '144442.580000', '144442.582000', '144442.585000', '144442.588000', '144442.590000', '144442.593000', '144442.596000', '144442.598000', '144442.601000', '144442.604000', '144442.607000', '144442.610000', '144442.612000', '144442.615000', '144442.618000', '144442.620000', '144442.623000', '144442.626000', '144442.628000', '144442.631000', '144442.634000', '144442.637000', '144442.639000', '144442.642000', '144442.645000', '144442.647000', '144442.650000', '144502.532000', '144502.535000', '144502.538000', '144502.541000', '144502.544000', '144502.546000', '144502.549000', '144502.551000', '144502.554000', '144502.557000', '144502.559000', '144502.562000', '144502.565000', '144502.567000', '144502.570000', '144502.573000', '144502.582000', '144502.584000', '144502.587000', '144502.590000', '144502.593000', '144502.595000', '144502.598000', '144502.601000', '144502.603000', '144502.606000', '144502.608000', '144502.611000', '144502.614000', '144502.616000', '144502.619000', '144502.621000', '144502.624000', '144502.627000', '144502.630000', '144502.632000', '144502.635000', '144502.637000', '144502.640000', '144502.643000', '144502.645000', '144502.648000', '144502.651000', '144522.534000', '144522.537000', '144522.539000', '144522.542000', '144522.544000', '144522.547000', '144522.550000', '144522.552000', '144522.555000', '144522.558000', '144522.560000', '144522.563000', '144522.566000', '144522.568000', '144522.571000', '144522.574000', '144522.576000', '144522.579000', '144522.582000', '144522.584000', '144522.587000', '144522.590000', '144522.592000', '144522.595000', '144522.597000', '144522.600000', '144522.603000', '144522.605000', '144522.608000', '144522.611000', '144522.613000', '144522.616000', '144522.619000', '144522.621000', '144522.624000', '144522.627000', '144522.629000', '144522.632000', '144522.634000', '144522.637000', '144522.640000', '144522.642000', '144522.645000', '144522.648000', '144542.534000', '144542.537000', '144542.539000', '144542.542000', '144542.545000', '144542.547000', '144542.550000', '144542.553000', '144542.555000', '144542.558000', '144542.560000', '144542.563000', '144542.566000', '144542.568000', '144542.571000', '144542.574000', '144542.591000', '144542.594000', '144542.596000', '144542.599000', '144542.602000', '144542.605000', '144542.607000', '144542.610000', '144542.613000', '144542.615000', '144542.618000', '144542.621000', '144542.631000', '144542.634000', '144542.636000', '144542.639000', '144542.642000', '144542.644000', '144542.647000', '144542.650000', '144542.653000', '144542.655000', '144542.658000', '144542.660000', '144542.663000', '144542.666000', '144542.668000', '144552.398000', '144552.401000', '144552.404000', '144552.407000', '144552.410000', '144552.412000', '144552.415000', '144552.417000', '144552.420000', '144552.423000', '144552.425000', '144552.428000', '144552.431000', '144552.433000', '144552.436000', '144552.439000', '144552.441000', '144552.444000', '144552.447000', '144552.449000', '144552.452000', '144552.454000'], 'InstanceCreationTime': ['143902.572000', '143902.576000', '143902.579000', '143902.581000', '143902.592000', '143902.595000', '143902.597000', '143902.612000', '143902.614000', '143902.617000', '143902.620000', '143902.622000', '143902.625000', '143902.628000', '143902.630000', '143902.633000', '143902.635000', '143902.638000', '143902.641000', '143902.643000', '143902.652000', '143902.654000', '143922.532000', '143922.535000', '143922.539000', '143922.541000', '143922.544000', '143922.547000', '143922.549000', '143922.552000', '143922.555000', '143922.557000', '143922.560000', '143922.563000', '143922.565000', '143922.568000', '143922.571000', '143922.573000', '143922.576000', '143922.585000', '143922.587000', '143922.590000', '143922.592000', '143922.595000', '143922.598000', '143922.600000', '143922.603000', '143922.606000', '143922.608000', '143922.611000', '143922.614000', '143922.616000', '143922.619000', '143922.622000', '143922.624000', '143922.627000', '143922.629000', '143922.632000', '143922.635000', '143922.637000', '143922.640000', '143922.643000', '143922.645000', '143922.648000', '143922.650000', '143922.653000', '143942.532000', '143942.535000', '143942.538000', '143942.558000', '143942.561000', '143942.564000', '143942.566000', '143942.569000', '143942.572000', '143942.574000', '143942.577000', '143942.580000', '143942.582000', '143942.585000', '143942.587000', '143942.590000', '143942.593000', '143942.595000', '143942.598000', '143942.601000', '143942.604000', '143942.607000', '143942.611000', '143942.614000', '143942.616000', '143942.619000', '143942.622000', '143942.625000', '143942.629000', '143942.631000', '143942.634000', '143942.637000', '143942.639000', '143942.642000', '143942.645000', '143942.647000', '143942.650000', '143942.652000', '143942.655000', '143942.658000', '143942.660000', '143942.663000', '143942.666000', '144002.532000', '144002.536000', '144002.539000', '144002.541000', '144002.544000', '144002.547000', '144002.549000', '144002.552000', '144002.555000', '144002.557000', '144002.560000', '144002.562000', '144002.565000', '144002.568000', '144002.570000', '144002.573000', '144002.576000', '144002.579000', '144002.581000', '144002.584000', '144002.586000', '144002.589000', '144002.592000', '144002.594000', '144002.597000', '144002.600000', '144002.603000', '144002.605000', '144002.608000', '144002.611000', '144002.613000', '144002.616000', '144002.619000', '144002.621000', '144002.624000', '144002.627000', '144002.629000', '144002.632000', '144002.634000', '144002.637000', '144002.640000', '144002.642000', '144002.645000', '144002.648000', '144022.532000', '144022.535000', '144022.538000', '144022.541000', '144022.543000', '144022.546000', '144022.548000', '144022.551000', '144022.554000', '144022.556000', '144022.559000', '144022.561000', '144022.564000', '144022.567000', '144022.569000', '144022.572000', '144022.575000', '144022.578000', '144022.580000', '144022.583000', '144022.586000', '144022.590000', '144022.592000', '144022.595000', '144022.598000', '144022.601000', '144022.603000', '144022.606000', '144022.608000', '144022.611000', '144022.614000', '144022.616000', '144022.619000', '144022.626000', '144022.628000', '144022.631000', '144022.634000', '144022.636000', '144022.639000', '144022.642000', '144022.644000', '144022.647000', '144022.650000', '144042.533000', '144042.536000', '144042.539000', '144042.542000', '144042.545000', '144042.548000', '144042.550000', '144042.553000', '144042.555000', '144042.558000', '144042.561000', '144042.563000', '144042.566000', '144042.568000', '144042.571000', '144042.574000', '144042.576000', '144042.579000', '144042.582000', '144042.584000', '144042.587000', '144042.589000', '144042.592000', '144042.595000', '144042.597000', '144042.600000', '144042.603000', '144042.605000', '144042.608000', '144042.611000', '144042.613000', '144042.616000', '144042.619000', '144042.621000', '144042.624000', '144042.626000', '144042.629000', '144042.632000', '144042.634000', '144042.637000', '144042.640000', '144042.642000', '144042.645000', '144042.647000', '144102.534000', '144102.537000', '144102.540000', '144102.542000', '144102.545000', '144102.547000', '144102.550000', '144102.553000', '144102.555000', '144102.558000', '144102.561000', '144102.563000', '144102.566000', '144102.569000', '144102.572000', '144102.574000', '144102.577000', '144102.579000', '144102.582000', '144102.585000', '144102.588000', '144102.591000', '144102.594000', '144102.596000', '144102.599000', '144102.602000', '144102.605000', '144102.607000', '144102.610000', '144102.613000', '144102.616000', '144102.618000', '144102.621000', '144102.624000', '144102.626000', '144102.629000', '144102.631000', '144102.634000', '144102.637000', '144102.639000', '144102.642000', '144102.644000', '144102.647000', '144122.533000', '144122.536000', '144122.539000', '144122.542000', '144122.544000', '144122.547000', '144122.550000', '144122.552000', '144122.555000', '144122.558000', '144122.560000', '144122.563000', '144122.566000', '144122.568000', '144122.571000', '144122.574000', '144122.576000', '144122.579000', '144122.582000', '144122.584000', '144122.587000', '144122.590000', '144122.592000', '144122.595000', '144122.597000', '144122.600000', '144122.603000', '144122.606000', '144122.608000', '144122.611000', '144122.614000', '144122.617000', '144122.619000', '144122.622000', '144122.624000', '144122.627000', '144122.630000', '144122.632000', '144122.635000', '144122.638000', '144122.640000', '144122.643000', '144122.646000', '144122.648000', '144142.533000', '144142.536000', '144142.538000', '144142.541000', '144142.543000', '144142.546000', '144142.549000', '144142.551000', '144142.554000', '144142.557000', '144142.559000', '144142.562000', '144142.565000', '144142.567000', '144142.570000', '144142.573000', '144142.575000', '144142.578000', '144142.581000', '144142.583000', '144142.586000', '144142.588000', '144142.591000', '144142.594000', '144142.596000', '144142.599000', '144142.602000', '144142.604000', '144142.607000', '144142.610000', '144142.612000', '144142.615000', '144142.618000', '144142.621000', '144142.623000', '144142.626000', '144142.628000', '144142.631000', '144142.634000', '144142.637000', '144142.639000', '144142.642000', '144142.645000', '144202.532000', '144202.535000', '144202.538000', '144202.541000', '144202.543000', '144202.546000', '144202.549000', '144202.551000', '144202.554000', '144202.557000', '144202.559000', '144202.562000', '144202.565000', '144202.567000', '144202.570000', '144202.573000', '144202.575000', '144202.578000', '144202.581000', '144202.583000', '144202.586000', '144202.588000', '144202.591000', '144202.594000', '144202.596000', '144202.599000', '144202.602000', '144202.605000', '144202.607000', '144202.610000', '144202.613000', '144202.615000', '144202.618000', '144202.620000', '144202.623000', '144202.626000', '144202.628000', '144202.631000', '144202.634000', '144202.636000', '144202.639000', '144202.641000', '144202.644000', '144202.647000', '144222.533000', '144222.535000', '144222.538000', '144222.541000', '144222.543000', '144222.546000', '144222.549000', '144222.551000', '144222.554000', '144222.557000', '144222.559000', '144222.562000', '144222.565000', '144222.568000', '144222.570000', '144222.573000', '144222.575000', '144222.578000', '144222.581000', '144222.583000', '144222.586000', '144222.589000', '144222.591000', '144222.594000', '144222.597000', '144222.600000', '144222.602000', '144222.605000', '144222.608000', '144222.610000', '144222.613000', '144222.615000', '144222.618000', '144222.621000', '144222.623000', '144222.626000', '144222.629000', '144222.631000', '144222.634000', '144222.637000', '144222.640000', '144222.642000', '144222.645000', '144242.533000', '144242.536000', '144242.538000', '144242.541000', '144242.543000', '144242.546000', '144242.549000', '144242.552000', '144242.554000', '144242.557000', '144242.560000', '144242.562000', '144242.565000', '144242.568000', '144242.570000', '144242.573000', '144242.575000', '144242.578000', '144242.581000', '144242.583000', '144242.586000', '144242.589000', '144242.591000', '144242.594000', '144242.597000', '144242.600000', '144242.602000', '144242.605000', '144242.607000', '144242.610000', '144242.613000', '144242.615000', '144242.618000', '144242.621000', '144242.623000', '144242.626000', '144242.628000', '144242.631000', '144242.634000', '144242.648000', '144242.650000', '144242.653000', '144242.656000', '144242.658000', '144302.533000', '144302.536000', '144302.539000', '144302.542000', '144302.544000', '144302.547000', '144302.550000', '144302.552000', '144302.555000', '144302.558000', '144302.560000', '144302.563000', '144302.566000', '144302.568000', '144302.571000', '144302.574000', '144302.576000', '144302.579000', '144302.582000', '144302.584000', '144302.587000', '144302.590000', '144302.592000', '144302.595000', '144302.598000', '144302.600000', '144302.603000', '144302.606000', '144302.608000', '144302.611000', '144302.614000', '144302.616000', '144302.619000', '144302.622000', '144302.624000', '144302.627000', '144302.630000', '144302.632000', '144302.635000', '144302.638000', '144302.640000', '144302.643000', '144302.646000', '144322.533000', '144322.536000', '144322.539000', '144322.541000', '144322.544000', '144322.547000', '144322.550000', '144322.552000', '144322.555000', '144322.558000', '144322.561000', '144322.563000', '144322.566000', '144322.569000', '144322.572000', '144322.574000', '144322.577000', '144322.580000', '144322.582000', '144322.585000', '144322.588000', '144322.590000', '144322.593000', '144322.596000', '144322.598000', '144322.601000', '144322.604000', '144322.606000', '144322.609000', '144322.612000', '144322.614000', '144322.617000', '144322.620000', '144322.622000', '144322.625000', '144322.628000', '144322.630000', '144322.633000', '144322.636000', '144322.638000', '144322.641000', '144322.644000', '144322.646000', '144322.649000', '144342.533000', '144342.536000', '144342.539000', '144342.542000', '144342.545000', '144342.547000', '144342.550000', '144342.553000', '144342.555000', '144342.558000', '144342.561000', '144342.563000', '144342.566000', '144342.569000', '144342.571000', '144342.574000', '144342.577000', '144342.579000', '144342.582000', '144342.585000', '144342.587000', '144342.590000', '144342.593000', '144342.595000', '144342.598000', '144342.601000', '144342.604000', '144342.606000', '144342.609000', '144342.611000', '144342.614000', '144342.617000', '144342.620000', '144342.622000', '144342.625000', '144342.628000', '144342.630000', '144342.633000', '144342.636000', '144342.638000', '144342.641000', '144342.643000', '144342.646000', '144402.532000', '144402.535000', '144402.538000', '144402.541000', '144402.543000', '144402.546000', '144402.549000', '144402.552000', '144402.554000', '144402.557000', '144402.559000', '144402.562000', '144402.565000', '144402.567000', '144402.570000', '144402.573000', '144402.575000', '144402.578000', '144402.581000', '144402.583000', '144402.586000', '144402.589000', '144402.592000', '144402.595000', '144402.597000', '144402.600000', '144402.603000', '144402.605000', '144402.608000', '144402.611000', '144402.613000', '144402.618000', '144402.621000', '144402.623000', '144402.626000', '144402.629000', '144402.632000', '144402.634000', '144402.637000', '144402.639000', '144402.642000', '144402.645000', '144402.647000', '144402.650000', '144422.532000', '144422.536000', '144422.538000', '144422.541000', '144422.543000', '144422.558000', '144422.561000', '144422.563000', '144422.566000', '144422.568000', '144422.571000', '144422.574000', '144422.576000', '144422.579000', '144422.582000', '144422.584000', '144422.587000', '144422.589000', '144422.592000', '144422.595000', '144422.597000', '144422.600000', '144422.603000', '144422.605000', '144422.608000', '144422.610000', '144422.613000', '144422.616000', '144422.618000', '144422.621000', '144422.624000', '144422.626000', '144422.629000', '144422.631000', '144422.634000', '144422.637000', '144422.639000', '144422.642000', '144422.645000', '144422.648000', '144422.650000', '144422.653000', '144422.655000', '144442.533000', '144442.535000', '144442.538000', '144442.541000', '144442.543000', '144442.546000', '144442.549000', '144442.551000', '144442.556000', '144442.558000', '144442.561000', '144442.564000', '144442.566000', '144442.569000', '144442.572000', '144442.574000', '144442.577000', '144442.580000', '144442.582000', '144442.585000', '144442.588000', '144442.590000', '144442.593000', '144442.596000', '144442.598000', '144442.601000', '144442.604000', '144442.607000', '144442.610000', '144442.612000', '144442.615000', '144442.618000', '144442.620000', '144442.623000', '144442.626000', '144442.628000', '144442.631000', '144442.634000', '144442.637000', '144442.639000', '144442.642000', '144442.645000', '144442.647000', '144442.650000', '144502.532000', '144502.535000', '144502.538000', '144502.541000', '144502.544000', '144502.546000', '144502.549000', '144502.551000', '144502.554000', '144502.557000', '144502.559000', '144502.562000', '144502.565000', '144502.567000', '144502.570000', '144502.573000', '144502.582000', '144502.584000', '144502.587000', '144502.590000', '144502.593000', '144502.595000', '144502.598000', '144502.601000', '144502.603000', '144502.606000', '144502.608000', '144502.611000', '144502.614000', '144502.616000', '144502.619000', '144502.621000', '144502.624000', '144502.627000', '144502.630000', '144502.632000', '144502.635000', '144502.637000', '144502.640000', '144502.643000', '144502.645000', '144502.648000', '144502.651000', '144522.534000', '144522.537000', '144522.539000', '144522.542000', '144522.544000', '144522.547000', '144522.550000', '144522.552000', '144522.555000', '144522.558000', '144522.560000', '144522.563000', '144522.566000', '144522.568000', '144522.571000', '144522.574000', '144522.576000', '144522.579000', '144522.582000', '144522.584000', '144522.587000', '144522.590000', '144522.592000', '144522.595000', '144522.597000', '144522.600000', '144522.603000', '144522.605000', '144522.608000', '144522.611000', '144522.613000', '144522.616000', '144522.619000', '144522.621000', '144522.624000', '144522.627000', '144522.629000', '144522.632000', '144522.634000', '144522.637000', '144522.640000', '144522.642000', '144522.645000', '144522.648000', '144542.534000', '144542.537000', '144542.539000', '144542.542000', '144542.545000', '144542.547000', '144542.550000', '144542.553000', '144542.555000', '144542.558000', '144542.560000', '144542.563000', '144542.566000', '144542.568000', '144542.571000', '144542.574000', '144542.591000', '144542.594000', '144542.596000', '144542.599000', '144542.602000', '144542.605000', '144542.607000', '144542.610000', '144542.613000', '144542.615000', '144542.618000', '144542.621000', '144542.631000', '144542.634000', '144542.636000', '144542.639000', '144542.642000', '144542.644000', '144542.647000', '144542.650000', '144542.653000', '144542.655000', '144542.658000', '144542.660000', '144542.663000', '144542.666000', '144542.668000', '144552.398000', '144552.401000', '144552.404000', '144552.407000', '144552.410000', '144552.412000', '144552.415000', '144552.417000', '144552.420000', '144552.423000', '144552.425000', '144552.428000', '144552.431000', '144552.433000', '144552.436000', '144552.439000', '144552.441000', '144552.444000', '144552.447000', '144552.449000', '144552.452000', '144552.454000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [14816, 9583, 16157, 11053, 16358, 13267, 9393, 11922, 9643, 15532, 11679, 16020, 10679, 13492, 9247, 15077, 10263, 15639, 8719, 13262, 8860, 8978, 10493, 9377, 11920, 8935, 14497, 9152, 16483, 12336, 11472, 9695, 9079, 11357, 9614, 16886, 13104, 11561, 10817, 8810, 13105, 9110, 15948, 9110, 13999, 9230, 14754, 9552, 15774, 9614, 15032, 8959, 14283, 8843, 16200, 10426, 8894, 9005, 8846, 9507, 9250, 14107, 9017, 13354, 8780, 12881, 9231, 15216, 9801, 15105, 8675, 14191, 9084, 13899, 9993, 8986, 9201, 9506, 12052, 9699, 14623, 8963, 12349, 15082, 11911, 17741, 13467, 15727, 10512, 15485, 9896, 15586, 10764, 14606, 8838, 12322, 9160, 11165, 9076, 13125, 9285, 11668, 8899, 9627, 8894, 9959, 8985, 10996, 8797, 9301, 14250, 9432, 16983, 11502, 14675, 8830, 15809, 9153, 15649, 10527, 15799, 10087, 15715, 9165, 14279, 9086, 14592, 8821, 13681, 9127, 11148, 8915, 13119, 8813, 13315, 8896, 11047, 8472, 13548, 8973, 13886, 8995, 12530, 8892, 11403, 9172, 13316, 8873, 12082, 8705, 10057, 9228, 13482, 9197, 14162, 9111, 13266, 8877, 14827, 9379, 14929, 8716, 15581, 9664, 16901, 12029, 15894, 10088, 16188, 9967, 16178, 10726, 16828, 10608, 15965, 9792, 15844, 11265, 14491, 10562, 8775, 9769, 9217, 14595, 9553, 15523, 8781, 16085, 10061, 17019, 11094, 14901, 9076, 13488, 8769, 13380, 8889, 12558, 8807, 9801, 13559, 9615, 16292, 10489, 13783, 8379, 10995, 8710, 10612, 8906, 9236, 8839, 8860, 16176, 9234, 13030, 8406, 10420, 8866, 10465, 8676, 9077, 9032, 10036, 10050, 9849, 15585, 9376, 15797, 11126, 14113, 8727, 13103, 9332, 13061, 8690, 11952, 14058, 10261, 16743, 10552, 15623, 10017, 15005, 8905, 12221, 8822, 12760, 8704, 11062, 15389, 10002, 16642, 10792, 14048, 8719, 14325, 8642, 12452, 8995, 13017, 8831, 10833, 9847, 10383, 16628, 11678, 16397, 9961, 15634, 8905, 14553, 9436, 14129, 9119, 11470, 8658, 10909, 13006, 11434, 12790, 9505, 16526, 9637, 15988, 10593, 13968, 8452, 14236, 8999, 13965, 9050, 14336, 9216, 12908, 9057, 12962, 8937, 10877, 8583, 14660, 9519, 15892, 12479, 9270, 13672, 9131, 16181, 10413, 17289, 11939, 16599, 12304, 15173, 11997, 15613, 11932, 14959, 10421, 11640, 9259, 13485, 9133, 14323, 8519, 14150, 8867, 15769, 10387, 17049, 11952, 15388, 9909, 16248, 10222, 17115, 12231, 15436, 10210, 16705, 11012, 15477, 11317, 15601, 9883, 13498, 8605, 13110, 8584, 15748, 10552, 13772, 8844, 13943, 9102, 14130, 9030, 14178, 8519, 12708, 8940, 11880, 9004, 13331, 8984, 12410, 8730, 11637, 9271, 14628, 8986, 14467, 8768, 12954, 9026, 13736, 9073, 14888, 9008, 13201, 9010, 12383, 12796, 12244, 10024, 9463, 12947, 9694, 17399, 11459, 14157, 8846, 14132, 9033, 12866, 9090, 12287, 8846, 10240, 8779, 10932, 8793, 10991, 8996, 9847, 8718, 10419, 14693, 11144, 16579, 9613, 15147, 9304, 14839, 9533, 14122, 8782, 11968, 8888, 12631, 8937, 11338, 13971, 11373, 17702, 12521, 15538, 9468, 16111, 8960, 14919, 9596, 13922, 9414, 11166, 10006, 10350, 15127, 10318, 17178, 8960, 14157, 9311, 14655, 8849, 13699, 9077, 11868, 8732, 11278, 8535, 9529, 15647, 10066, 17321, 12033, 15627, 9459, 16064, 9489, 15753, 10398, 14613, 8827, 13115, 8887, 12842, 8763, 13520, 9180, 10473, 8626, 9888, 10271, 10914, 8725, 9970, 12818, 10086, 17451, 12344, 15645, 9179, 16325, 9556, 15201, 9341, 14418, 9095, 12014, 9004, 11828, 9263, 11735, 8735, 10375, 14171, 10437, 17094, 11828, 14651, 8650, 14381, 8938, 14277, 8760, 14264, 9217, 12091, 11491, 11569, 10049, 9889, 16401, 10204, 16970, 11164, 15084, 8676, 14316, 9254, 15585, 9571, 14296, 8821, 12075, 9022, 12212, 10077, 11801, 8918, 9743, 10307, 9697, 12181, 10021, 8528, 8851, 12935, 10253, 16602, 12261, 17704, 11299, 16454, 10994, 15698, 9307, 12990, 8895, 12455, 15262, 11467, 13007, 8944, 14644, 8718, 15627, 9714, 15387, 8966, 12251, 8966, 12317, 8763, 11413, 8821, 11544, 14148, 12032, 12767, 10057, 16859, 11345, 17533, 12285, 14304, 9031, 13384, 9199, 15278, 10509, 12034, 8864, 16009, 10984, 15752, 10013, 17274, 10760, 14926, 8928, 14684, 9520, 12410, 14297, 11078, 13910, 9090, 16452, 9999, 16789, 11504, 16133, 9267, 15939, 9596, 16877, 11112, 15191, 9288, 15779, 9359, 15575, 10007, 15902, 8808, 13674, 8915, 15826, 9522, 15152, 8974, 13930, 9116, 13695, 8867, 13027, 9102, 11550, 9221, 12410, 9130, 11029, 8763, 10361, 9151, 10757, 8948, 10426, 9044, 11644, 8761, 12634, 9195, 11592, 9847, 12311, 8987, 12348, 8822, 10577, 9487, 15577, 9755, 14555, 11887, 9353, 12471, 9039, 15152, 9063, 15465, 9382, 15666, 9767, 14439, 9932, 11848, 9072, 11706, 9149, 10593, 9025, 11953, 9119, 12697, 9213, 11916, 8725, 11953, 9099, 14065, 9213, 13980, 9265, 13017, 9056, 15714, 9738, 16840, 9042, 9913, 8596, 9396, 12824, 9468, 13272, 11614, 9507, 15777, 11437, 16580, 12044, 14012, 13953, 9710, 14562, 9174, 15985, 11038, 16743, 12998, 8942, 10543, 8981, 11943, 9217, 14336, 9017, 12133, 8629, 8788, 9460, 8871, 11496, 8834, 11361, 8861, 15233, 10924, 15848, 10056, 15996, 11720, 14203, 13509, 9292, 12305, 8883, 11237, 8832, 15483, 9841, 15039, 9165, 16026, 9698, 14134, 9425, 14865, 12387, 12997, 14666, 10791, 16224, 10192, 16934, 10966, 12732, 8873, 9029, 9274, 9971, 9403, 8703, 9610, 8980, 11005, 9573, 12240, 8843, 10413, 9003, 12034, 11832, 12333, 11890, 10616, 15222, 10796, 16461, 11202, 15562, 9909, 15291, 10325, 17039, 11316, 14549, 9185, 14232, 9079, 16293, 10164, 15706, 8961, 15633, 9083, 14007, 9157, 13376, 11401, 10470, 15576, 10638, 16549, 10420, 16130, 8809, 13619, 8841, 15308, 8993, 14398, 8967, 11547, 11854, 11521, 14785, 9755, 16596, 9713, 15290, 10166, 13567, 8637, 11909, 8969, 11095, 8773, 12412, 8797, 10110, 9221, 9734, 8996, 11816, 9054, 11601, 8847, 10113, 8979, 13205, 9442, 13928, 8458, 11732, 9002, 12795, 9192, 13999, 9090, 11779, 9384, 11750, 8818, 13732, 9115, 14013, 8498, 12995, 8785, 15808, 10970, 14551, 8775, 14372, 9186, 14943, 12329, 12720, 15138, 17475, 17538, 15845, 10229, 8975, 9063, 8672, 8681, 8750, 8600, 10087, 13465, 8634, 8799, 14553, 14685, 12411, 16757, 16429, 14330, 17893, 14712, 11178, 17275, 13222, 10567, 13882, 9429, 11555, 10388, 9026, 12523, 9036, 9105, 9100, 9248, 9318, 9441, 8847, 9372, 9259], 'WindowCenter': [5123.0, 5062.0, 5104.0, 5063.0, 5091.0, 5060.0, 5019.0, 5048.0, 5018.0, 5067.0, 5034.0, 5064.0, 5025.0, 5043.0, 5007.0, 5053.0, 5016.0, 5062.0, 5007.0, 5043.0, 5006.0, 5007.0, 5026.0, 5019.0, 5048.0, 5019.0, 5067.0, 5031.0, 5086.0, 5059.0, 5039.0, 5029.0, 5021.0, 5049.0, 5030.0, 5088.0, 5061.0, 5049.0, 5041.0, 5018.0, 5057.0, 5018.0, 5078.0, 5020.0, 5065.0, 5020.0, 5066.0, 5030.0, 5074.0, 5020.0, 5066.0, 5011.0, 5064.0, 5019.0, 5076.0, 5037.0, 5018.0, 5020.0, 5018.0, 5031.0, 5030.0, 5071.0, 5021.0, 5058.0, 5011.0, 5057.0, 5019.0, 5067.0, 5028.0, 5067.0, 5008.0, 5065.0, 5020.0, 5057.0, 5030.0, 5020.0, 5031.0, 5031.0, 5060.0, 5031.0, 5080.0, 5021.0, 5058.0, 5067.0, 5049.0, 5086.0, 5057.0, 5063.0, 5029.0, 5064.0, 5016.0, 5064.0, 5026.0, 5054.0, 5006.0, 5044.0, 5005.0, 5034.0, 5005.0, 5044.0, 5015.0, 5035.0, 5005.0, 5017.0, 5006.0, 5026.0, 5005.0, 5036.0, 5007.0, 5017.0, 5055.0, 5018.0, 5074.0, 5037.0, 5064.0, 5018.0, 5065.0, 5018.0, 5075.0, 5028.0, 5075.0, 5028.0, 5074.0, 5017.0, 5055.0, 5008.0, 5065.0, 5018.0, 5055.0, 5017.0, 5035.0, 5007.0, 5055.0, 5007.0, 5055.0, 5007.0, 5036.0, 5008.0, 5056.0, 5018.0, 5055.0, 5017.0, 5047.0, 5018.0, 5046.0, 5018.0, 5058.0, 5019.0, 5060.0, 5020.0, 5028.0, 5019.0, 5058.0, 5030.0, 5068.0, 5020.0, 5058.0, 5033.0, 5091.0, 5044.0, 5077.0, 5021.0, 5089.0, 5042.0, 5086.0, 5048.0, 5076.0, 5029.0, 5075.0, 5029.0, 5075.0, 5038.0, 5075.0, 5038.0, 5074.0, 5028.0, 5074.0, 5037.0, 5065.0, 5037.0, 5008.0, 5028.0, 5017.0, 5067.0, 5030.0, 5076.0, 5020.0, 5076.0, 5030.0, 5085.0, 5038.0, 5065.0, 5017.0, 5055.0, 5007.0, 5055.0, 5004.0, 5045.0, 5005.0, 5016.0, 5042.0, 5016.0, 5062.0, 5026.0, 5042.0, 4995.0, 5022.0, 5003.0, 5024.0, 5006.0, 5016.0, 5005.0, 5017.0, 5073.0, 5016.0, 5044.0, 5007.0, 5025.0, 5017.0, 5026.0, 5008.0, 5018.0, 5016.0, 5029.0, 5028.0, 5029.0, 5076.0, 5020.0, 5076.0, 5038.0, 5066.0, 5009.0, 5056.0, 5018.0, 5057.0, 5008.0, 5047.0, 5056.0, 5028.0, 5075.0, 5028.0, 5075.0, 5028.0, 5066.0, 5018.0, 5047.0, 5018.0, 5057.0, 5008.0, 5038.0, 5066.0, 5028.0, 5075.0, 5037.0, 5056.0, 5009.0, 5065.0, 5009.0, 5046.0, 5018.0, 5056.0, 5018.0, 5038.0, 5026.0, 5029.0, 5074.0, 5048.0, 5075.0, 5028.0, 5066.0, 5017.0, 5056.0, 5018.0, 5056.0, 5008.0, 5036.0, 5006.0, 5038.0, 5046.0, 5038.0, 5044.0, 5018.0, 5075.0, 5019.0, 5075.0, 5029.0, 5057.0, 5010.0, 5067.0, 5021.0, 5068.0, 5019.0, 5084.0, 5032.0, 5060.0, 5023.0, 5068.0, 5033.0, 5052.0, 5023.0, 5069.0, 5031.0, 5090.0, 5062.0, 5034.0, 5072.0, 5033.0, 5089.0, 5044.0, 5113.0, 5064.0, 5089.0, 5051.0, 5068.0, 5037.0, 5066.0, 5025.0, 5055.0, 5014.0, 5023.0, 5005.0, 5043.0, 5005.0, 5053.0, 5005.0, 5053.0, 5007.0, 5064.0, 5017.0, 5072.0, 5036.0, 5063.0, 5016.0, 5062.0, 5017.0, 5073.0, 5036.0, 5053.0, 5015.0, 5062.0, 5024.0, 5052.0, 5024.0, 5062.0, 5014.0, 5043.0, 4995.0, 5042.0, 5006.0, 5063.0, 5025.0, 5054.0, 5008.0, 5056.0, 5032.0, 5056.0, 5007.0, 5055.0, 4997.0, 5045.0, 5007.0, 5036.0, 5007.0, 5045.0, 5008.0, 5046.0, 5008.0, 5037.0, 5019.0, 5066.0, 5009.0, 5055.0, 5009.0, 5047.0, 5009.0, 5057.0, 5007.0, 5067.0, 5008.0, 5047.0, 5006.0, 5047.0, 5045.0, 5036.0, 5015.0, 5016.0, 5034.0, 5017.0, 5073.0, 5035.0, 5054.0, 5007.0, 5053.0, 5007.0, 5044.0, 5006.0, 5035.0, 5006.0, 5016.0, 5006.0, 5026.0, 5009.0, 5037.0, 5008.0, 5028.0, 5008.0, 5038.0, 5066.0, 5038.0, 5075.0, 5018.0, 5064.0, 5019.0, 5066.0, 5029.0, 5065.0, 5010.0, 5048.0, 5020.0, 5059.0, 5018.0, 5048.0, 5067.0, 5050.0, 5086.0, 5049.0, 5076.0, 5029.0, 5075.0, 5009.0, 5066.0, 5018.0, 5065.0, 5018.0, 5037.0, 5018.0, 5028.0, 5065.0, 5029.0, 5085.0, 5019.0, 5056.0, 5019.0, 5065.0, 5019.0, 5056.0, 5008.0, 5047.0, 5008.0, 5038.0, 5009.0, 5029.0, 5076.0, 5029.0, 5085.0, 5049.0, 5075.0, 5017.0, 5075.0, 5019.0, 5075.0, 5029.0, 5066.0, 5009.0, 5056.0, 5008.0, 5047.0, 5008.0, 5056.0, 5017.0, 5027.0, 5007.0, 5028.0, 5027.0, 5038.0, 5009.0, 5030.0, 5047.0, 5040.0, 5086.0, 5049.0, 5076.0, 5020.0, 5076.0, 5029.0, 5067.0, 5019.0, 5066.0, 5018.0, 5047.0, 5007.0, 5048.0, 5018.0, 5047.0, 5009.0, 5029.0, 5055.0, 5038.0, 5075.0, 5047.0, 5066.0, 5009.0, 5066.0, 5018.0, 5067.0, 5010.0, 5067.0, 5018.0, 5048.0, 5037.0, 5038.0, 5018.0, 5028.0, 5075.0, 5028.0, 5074.0, 5038.0, 5066.0, 5009.0, 5066.0, 5019.0, 5076.0, 5027.0, 5067.0, 5019.0, 5047.0, 5008.0, 5048.0, 5028.0, 5047.0, 5006.0, 5017.0, 5025.0, 5019.0, 5047.0, 5028.0, 5019.0, 5021.0, 5058.0, 5041.0, 5088.0, 5060.0, 5087.0, 5040.0, 5077.0, 5039.0, 5074.0, 5018.0, 5057.0, 5009.0, 5047.0, 5063.0, 5036.0, 5044.0, 5018.0, 5064.0, 5009.0, 5075.0, 5029.0, 5076.0, 5018.0, 5048.0, 5019.0, 5047.0, 5010.0, 5047.0, 5019.0, 5050.0, 5067.0, 5049.0, 5057.0, 5028.0, 5086.0, 5039.0, 5084.0, 5048.0, 5055.0, 5019.0, 5056.0, 5019.0, 5076.0, 5040.0, 5048.0, 5021.0, 5075.0, 5041.0, 5078.0, 5031.0, 5087.0, 5040.0, 5068.0, 5020.0, 5068.0, 5018.0, 5049.0, 5056.0, 5038.0, 5054.0, 5009.0, 5074.0, 5028.0, 5075.0, 5038.0, 5065.0, 5018.0, 5074.0, 5017.0, 5074.0, 5037.0, 5065.0, 5018.0, 5063.0, 5018.0, 5075.0, 5028.0, 5075.0, 5009.0, 5053.0, 5009.0, 5064.0, 5017.0, 5064.0, 5007.0, 5055.0, 5008.0, 5054.0, 5006.0, 5046.0, 5007.0, 5036.0, 5007.0, 5046.0, 5017.0, 5027.0, 5006.0, 5027.0, 5017.0, 5037.0, 5019.0, 5039.0, 5019.0, 5039.0, 5010.0, 5049.0, 5020.0, 5050.0, 5029.0, 5049.0, 5019.0, 5048.0, 5021.0, 5027.0, 5030.0, 5077.0, 5030.0, 5069.0, 5051.0, 5021.0, 5060.0, 5020.0, 5078.0, 5020.0, 5068.0, 5018.0, 5078.0, 5018.0, 5067.0, 5016.0, 5037.0, 5006.0, 5036.0, 5007.0, 5026.0, 5008.0, 5047.0, 5009.0, 5044.0, 5019.0, 5048.0, 5009.0, 5048.0, 5008.0, 5068.0, 5020.0, 5058.0, 5019.0, 5057.0, 5020.0, 5091.0, 5031.0, 5089.0, 5022.0, 5031.0, 5047.0, 5044.0, 5068.0, 5040.0, 5069.0, 5050.0, 5030.0, 5089.0, 5050.0, 5075.0, 5048.0, 5058.0, 5055.0, 5017.0, 5064.0, 5007.0, 5063.0, 5025.0, 5062.0, 5042.0, 5002.0, 5015.0, 5002.0, 5033.0, 5015.0, 5053.0, 5017.0, 5045.0, 5007.0, 5006.0, 5016.0, 5017.0, 5036.0, 5016.0, 5035.0, 5018.0, 5076.0, 5039.0, 5076.0, 5040.0, 5088.0, 5048.0, 5057.0, 5057.0, 5018.0, 5046.0, 5017.0, 5037.0, 5018.0, 5065.0, 5029.0, 5077.0, 5030.0, 5077.0, 5029.0, 5067.0, 5017.0, 5067.0, 5046.0, 5056.0, 5066.0, 5035.0, 5062.0, 5025.0, 5072.0, 5025.0, 5043.0, 5005.0, 5006.0, 5015.0, 5028.0, 5019.0, 5019.0, 5029.0, 5018.0, 5039.0, 5029.0, 5059.0, 5020.0, 5039.0, 5019.0, 5049.0, 5048.0, 5058.0, 5047.0, 5038.0, 5065.0, 5037.0, 5074.0, 5037.0, 5073.0, 5026.0, 5063.0, 5027.0, 5075.0, 5036.0, 5054.0, 5018.0, 5054.0, 5017.0, 5073.0, 5029.0, 5073.0, 5017.0, 5074.0, 5015.0, 5064.0, 5007.0, 5053.0, 5033.0, 5024.0, 5061.0, 5024.0, 5071.0, 5024.0, 5060.0, 5004.0, 5053.0, 5016.0, 5063.0, 5016.0, 5064.0, 5016.0, 5046.0, 5033.0, 5036.0, 5063.0, 5016.0, 5073.0, 5016.0, 5063.0, 5025.0, 5053.0, 5006.0, 5033.0, 5014.0, 5035.0, 5006.0, 5045.0, 5007.0, 5027.0, 5018.0, 5042.0, 5026.0, 5049.0, 5017.0, 5046.0, 5017.0, 5027.0, 5018.0, 5059.0, 5028.0, 5066.0, 5010.0, 5047.0, 5018.0, 5056.0, 5017.0, 5066.0, 5007.0, 5045.0, 5015.0, 5046.0, 5007.0, 5055.0, 5007.0, 5054.0, 5007.0, 5054.0, 5008.0, 5074.0, 5037.0, 5065.0, 5019.0, 5067.0, 5043.0, 5078.0, 5058.0, 5056.0, 5062.0, 5083.0, 5123.0, 5085.0, 5022.0, 5011.0, 5014.0, 5002.0, 5016.0, 5006.0, 5008.0, 5030.0, 5006.0, 5023.0, 4997.0, 5042.0, 5047.0, 5016.0, 5030.0, 5030.0, 5006.0, 5024.0, 5003.0, 4973.0, 5009.0, 4980.0, 4949.0, 4986.0, 4939.0, 4956.0, 4947.0, 4939.0, 4976.0, 4951.0, 4949.0, 4952.0, 4965.0, 4975.0, 4976.0, 4979.0, 4977.0, 4989.0], 'WindowWidth': [11094.0, 11003.0, 11048.0, 10989.0, 11021.0, 10978.0, 10919.0, 10956.0, 10912.0, 10979.0, 10930.0, 10973.0, 10919.0, 10942.0, 10895.0, 10955.0, 10906.0, 10965.0, 10897.0, 10941.0, 10894.0, 10896.0, 10924.0, 10915.0, 10955.0, 10919.0, 10981.0, 10938.0, 11007.0, 10973.0, 10944.0, 10933.0, 10922.0, 10961.0, 10935.0, 11012.0, 10979.0, 10960.0, 10949.0, 10916.0, 10967.0, 10916.0, 10996.0, 10919.0, 10976.0, 10920.0, 10978.0, 10931.0, 10987.0, 10919.0, 10975.0, 10906.0, 10972.0, 10917.0, 10991.0, 10940.0, 10915.0, 10922.0, 10918.0, 10937.0, 10935.0, 10991.0, 10924.0, 10970.0, 10908.0, 10968.0, 10917.0, 10980.0, 10930.0, 10981.0, 10903.0, 10975.0, 10919.0, 10967.0, 10935.0, 10921.0, 10938.0, 10938.0, 10979.0, 10939.0, 11005.0, 10923.0, 10974.0, 10983.0, 10958.0, 11006.0, 10967.0, 10971.0, 10928.0, 10971.0, 10909.0, 10971.0, 10922.0, 10958.0, 10894.0, 10943.0, 10893.0, 10932.0, 10891.0, 10945.0, 10907.0, 10933.0, 10892.0, 10911.0, 10896.0, 10923.0, 10893.0, 10938.0, 10898.0, 10913.0, 10960.0, 10914.0, 10986.0, 10939.0, 10973.0, 10915.0, 10974.0, 10916.0, 10990.0, 10929.0, 10988.0, 10928.0, 10987.0, 10912.0, 10961.0, 10899.0, 10974.0, 10913.0, 10961.0, 10911.0, 10934.0, 10898.0, 10963.0, 10899.0, 10961.0, 10899.0, 10937.0, 10902.0, 10965.0, 10914.0, 10964.0, 10914.0, 10954.0, 10915.0, 10952.0, 10914.0, 10969.0, 10919.0, 10978.0, 10922.0, 10931.0, 10918.0, 10969.0, 10935.0, 10984.0, 10922.0, 10970.0, 10944.0, 11025.0, 10964.0, 10998.0, 10924.0, 11016.0, 10956.0, 11006.0, 10956.0, 10991.0, 10931.0, 10989.0, 10930.0, 10989.0, 10942.0, 10989.0, 10941.0, 10986.0, 10927.0, 10986.0, 10939.0, 10974.0, 10941.0, 10900.0, 10930.0, 10914.0, 10982.0, 10934.0, 10994.0, 10923.0, 10993.0, 10934.0, 11004.0, 10942.0, 10975.0, 10912.0, 10961.0, 10899.0, 10962.0, 10891.0, 10946.0, 10892.0, 10908.0, 10939.0, 10907.0, 10965.0, 10921.0, 10940.0, 10878.0, 10912.0, 10888.0, 10917.0, 10895.0, 10909.0, 10894.0, 10913.0, 10983.0, 10910.0, 10944.0, 10898.0, 10920.0, 10910.0, 10923.0, 10900.0, 10916.0, 10911.0, 10931.0, 10929.0, 10932.0, 10990.0, 10919.0, 10991.0, 10943.0, 10976.0, 10902.0, 10965.0, 10913.0, 10964.0, 10900.0, 10954.0, 10962.0, 10928.0, 10990.0, 10928.0, 10989.0, 10929.0, 10978.0, 10913.0, 10953.0, 10912.0, 10965.0, 10901.0, 10942.0, 10976.0, 10929.0, 10987.0, 10939.0, 10962.0, 10902.0, 10975.0, 10902.0, 10950.0, 10915.0, 10964.0, 10915.0, 10943.0, 10924.0, 10931.0, 10986.0, 10955.0, 10989.0, 10928.0, 10976.0, 10912.0, 10964.0, 10914.0, 10964.0, 10899.0, 10935.0, 10895.0, 10940.0, 10947.0, 10939.0, 10945.0, 10914.0, 10987.0, 10915.0, 10987.0, 10928.0, 10964.0, 10905.0, 10979.0, 10921.0, 10981.0, 10917.0, 11015.0, 10939.0, 10972.0, 10927.0, 10986.0, 10943.0, 10967.0, 10927.0, 10985.0, 10937.0, 11016.0, 10982.0, 10945.0, 10994.0, 10943.0, 11014.0, 10958.0, 11056.0, 10988.0, 11013.0, 10963.0, 10982.0, 10935.0, 10975.0, 10916.0, 10957.0, 10901.0, 10912.0, 10889.0, 10939.0, 10890.0, 10954.0, 10891.0, 10955.0, 10896.0, 10970.0, 10910.0, 10980.0, 10935.0, 10968.0, 10908.0, 10965.0, 10908.0, 10981.0, 10932.0, 10954.0, 10904.0, 10964.0, 10915.0, 10949.0, 10913.0, 10962.0, 10900.0, 10940.0, 10878.0, 10937.0, 10893.0, 10965.0, 10918.0, 10956.0, 10898.0, 10963.0, 10939.0, 10963.0, 10896.0, 10958.0, 10881.0, 10945.0, 10895.0, 10933.0, 10895.0, 10945.0, 10897.0, 10947.0, 10899.0, 10936.0, 10915.0, 10977.0, 10901.0, 10961.0, 10902.0, 10952.0, 10901.0, 10965.0, 10898.0, 10978.0, 10900.0, 10951.0, 10893.0, 10951.0, 10944.0, 10934.0, 10904.0, 10907.0, 10929.0, 10908.0, 10980.0, 10932.0, 10955.0, 10894.0, 10954.0, 10895.0, 10943.0, 10893.0, 10931.0, 10893.0, 10906.0, 10894.0, 10921.0, 10899.0, 10937.0, 10899.0, 10925.0, 10898.0, 10942.0, 10975.0, 10941.0, 10987.0, 10913.0, 10971.0, 10915.0, 10976.0, 10929.0, 10976.0, 10905.0, 10956.0, 10918.0, 10971.0, 10916.0, 10957.0, 10981.0, 10959.0, 11006.0, 10957.0, 10991.0, 10930.0, 10989.0, 10902.0, 10977.0, 10914.0, 10975.0, 10914.0, 10939.0, 10911.0, 10928.0, 10975.0, 10929.0, 11001.0, 10915.0, 10963.0, 10916.0, 10974.0, 10915.0, 10964.0, 10900.0, 10952.0, 10899.0, 10941.0, 10901.0, 10930.0, 10990.0, 10929.0, 11002.0, 10956.0, 10988.0, 10912.0, 10986.0, 10915.0, 10988.0, 10928.0, 10976.0, 10901.0, 10963.0, 10900.0, 10951.0, 10897.0, 10962.0, 10911.0, 10925.0, 10897.0, 10927.0, 10925.0, 10941.0, 10902.0, 10932.0, 10953.0, 10947.0, 11006.0, 10958.0, 10992.0, 10918.0, 10990.0, 10929.0, 10978.0, 10914.0, 10976.0, 10914.0, 10951.0, 10898.0, 10954.0, 10913.0, 10952.0, 10903.0, 10931.0, 10962.0, 10941.0, 10988.0, 10951.0, 10977.0, 10904.0, 10977.0, 10913.0, 10979.0, 10905.0, 10980.0, 10914.0, 10954.0, 10936.0, 10941.0, 10912.0, 10928.0, 10987.0, 10928.0, 10986.0, 10942.0, 10976.0, 10905.0, 10976.0, 10918.0, 10991.0, 10927.0, 10979.0, 10916.0, 10952.0, 10900.0, 10953.0, 10926.0, 10953.0, 10896.0, 10912.0, 10921.0, 10915.0, 10952.0, 10929.0, 10918.0, 10924.0, 10970.0, 10950.0, 11011.0, 10976.0, 11009.0, 10947.0, 10993.0, 10943.0, 10988.0, 10914.0, 10964.0, 10902.0, 10953.0, 10970.0, 10936.0, 10945.0, 10913.0, 10973.0, 10903.0, 10988.0, 10931.0, 10993.0, 10915.0, 10955.0, 10917.0, 10954.0, 10905.0, 10954.0, 10918.0, 10959.0, 10979.0, 10958.0, 10966.0, 10929.0, 11004.0, 10943.0, 11001.0, 10954.0, 10961.0, 10916.0, 10962.0, 10918.0, 10991.0, 10947.0, 10955.0, 10923.0, 10991.0, 10949.0, 10997.0, 10936.0, 11008.0, 10946.0, 10981.0, 10918.0, 10982.0, 10914.0, 10956.0, 10961.0, 10939.0, 10960.0, 10901.0, 10986.0, 10927.0, 10987.0, 10939.0, 10973.0, 10913.0, 10985.0, 10911.0, 10984.0, 10939.0, 10973.0, 10914.0, 10969.0, 10912.0, 10986.0, 10928.0, 10987.0, 10901.0, 10956.0, 10900.0, 10973.0, 10911.0, 10972.0, 10898.0, 10960.0, 10898.0, 10958.0, 10895.0, 10949.0, 10896.0, 10935.0, 10894.0, 10947.0, 10910.0, 10922.0, 10894.0, 10924.0, 10910.0, 10939.0, 10916.0, 10943.0, 10917.0, 10945.0, 10905.0, 10959.0, 10919.0, 10959.0, 10928.0, 10956.0, 10916.0, 10955.0, 10921.0, 10926.0, 10933.0, 10995.0, 10936.0, 10985.0, 10964.0, 10922.0, 10973.0, 10919.0, 10997.0, 10917.0, 10983.0, 10913.0, 10995.0, 10913.0, 10978.0, 10907.0, 10936.0, 10893.0, 10933.0, 10894.0, 10920.0, 10899.0, 10950.0, 10900.0, 10947.0, 10916.0, 10954.0, 10903.0, 10955.0, 10900.0, 10981.0, 10917.0, 10967.0, 10916.0, 10965.0, 10919.0, 11019.0, 10935.0, 11015.0, 10924.0, 10938.0, 10970.0, 10960.0, 10987.0, 10951.0, 10990.0, 10964.0, 10935.0, 11019.0, 10963.0, 10988.0, 10956.0, 10966.0, 10961.0, 10910.0, 10972.0, 10894.0, 10966.0, 10919.0, 10964.0, 10937.0, 10882.0, 10902.0, 10884.0, 10926.0, 10905.0, 10955.0, 10910.0, 10947.0, 10898.0, 10894.0, 10909.0, 10911.0, 10937.0, 10912.0, 10935.0, 10915.0, 10990.0, 10944.0, 10991.0, 10950.0, 11011.0, 10954.0, 10963.0, 10967.0, 10915.0, 10950.0, 10912.0, 10937.0, 10914.0, 10976.0, 10932.0, 10995.0, 10935.0, 10996.0, 10931.0, 10981.0, 10911.0, 10979.0, 10947.0, 10964.0, 10978.0, 10933.0, 10967.0, 10918.0, 10977.0, 10918.0, 10940.0, 10892.0, 10894.0, 10908.0, 10926.0, 10917.0, 10917.0, 10931.0, 10915.0, 10945.0, 10931.0, 10973.0, 10919.0, 10945.0, 10916.0, 10957.0, 10955.0, 10969.0, 10952.0, 10942.0, 10976.0, 10939.0, 10986.0, 10937.0, 10984.0, 10923.0, 10970.0, 10924.0, 10987.0, 10937.0, 10958.0, 10913.0, 10958.0, 10911.0, 10983.0, 10929.0, 10985.0, 10912.0, 10986.0, 10908.0, 10971.0, 10895.0, 10956.0, 10926.0, 10915.0, 10963.0, 10916.0, 10977.0, 10918.0, 10962.0, 10891.0, 10955.0, 10910.0, 10971.0, 10911.0, 10973.0, 10909.0, 10949.0, 10929.0, 10935.0, 10970.0, 10909.0, 10982.0, 10908.0, 10969.0, 10919.0, 10956.0, 10896.0, 10928.0, 10905.0, 10934.0, 10894.0, 10948.0, 10897.0, 10925.0, 10916.0, 10956.0, 10928.0, 10959.0, 10912.0, 10951.0, 10910.0, 10926.0, 10915.0, 10971.0, 10929.0, 10980.0, 10906.0, 10953.0, 10914.0, 10966.0, 10910.0, 10978.0, 10896.0, 10947.0, 10906.0, 10949.0, 10897.0, 10961.0, 10896.0, 10959.0, 10898.0, 10958.0, 10901.0, 10985.0, 10939.0, 10975.0, 10917.0, 10982.0, 10960.0, 10999.0, 10975.0, 10966.0, 10968.0, 10999.0, 11083.0, 11012.0, 10917.0, 10904.0, 10914.0, 10894.0, 10917.0, 10900.0, 10903.0, 10936.0, 10872.0, 10930.0, 10879.0, 10932.0, 10947.0, 10897.0, 10908.0, 10908.0, 10870.0, 10894.0, 10864.0, 10818.0, 10865.0, 10826.0, 10780.0, 10831.0, 10769.0, 10789.0, 10778.0, 10768.0, 10818.0, 10790.0, 10786.0, 10793.0, 10818.0, 10830.0, 10835.0, 10842.0, 10840.0, 10860.0]}, 'slices': {}}</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
Extracted Image quality metrics (IQMs)
</button>
</h2>
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.01128700657894737</td></tr>
<tr><td colspan=3>aqi</td><td>0.028795865899122808</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.57299176587267</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3152669119209661</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.264678975312842</td></tr>
<tr><td colspan=3>efc</td><td>0.4997</td></tr>
<tr><td colspan=3>fber</td><td>5896.8511</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09374650191318586</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.714912280701754</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.56758849713847</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4385718509508254</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8162973873996924</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.447896253064893</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101136</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003873734502121806</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03399328887462616</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.917522256424354</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.1647</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.7801</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>249.6571</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293402.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1287.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>475.2753</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.476</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>664.7795</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4210.8617</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1495.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1127.4916</td></tr>
<tr><td colspan=3>tsnr</td><td>33.31529109738767</td></tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
Rating widget
<button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
<div class="accordion-item">
<h2 class="accordion-header" id="qcslider-head">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
</h2>
<div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
<div class="accordion-body">
<input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
<li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
<li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
<li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="qcartifacts-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
Record specific artifacts
</button>
</h2>
<div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
<div class="accordion-body">
<fieldset id="qcartifacts-group" class="form-group">
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
<label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
<label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
<label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
<label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
<label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
<label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
<label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
<label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
<label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
<label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
<label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
<label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
<label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
<label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
</div>
</fieldset>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
<div class="accordion-item">
<h2 class="accordion-header" id="qcextra-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
Extra details
</button>
</h2>
<div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
<div class="accordion-body">
<div class="input-group">
<span class="input-group-text">Comments</span>
<textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
</div>
<p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
<input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
<li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
</ul>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 1.5 ) {
$('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
} else if ( $(this).val() > 3.5 ) {
$('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
} else if ( $(this).val() < 2.5 ) {
$('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
};
var payload = read_form();
});
$('#qcextra-confidence').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 2.0 ) {
$('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
};
var payload = read_form();
});
$('#qcextra-comments').bind('input propertychange', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
});
$( '#btn-post' ).click( function() {
var payload = read_form();
var md5sum = "unspecified";
var params = {
'rating': payload['rating'],
'md5sum': md5sum,
'name': "",
'comment': JSON.stringify(payload['artifacts'])
};
// disable development releases
var authorization = $(this).val();
var ratingReq = new XMLHttpRequest();
ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
ratingReq.setRequestHeader("Authorization", authorization);
ratingReq.onload = function () {
status = ratingReq.status;
$('#btn-post').removeClass('btn-primary');
$('#btn-post').attr('disabled', true);
$('#btn-post').attr('aria-disabled', true);
$('#btn-post').prop('disabled');
$('#btn-post').addClass('disabled');
$('#btn-post').removeClass('active');
if (status === "201") {
$('#btn-post').addClass('btn-success');
$('#btn-post').html('Posted!');
} else {
$('#btn-post').addClass('btn-danger');
$('#btn-post').html('Failed');
};
};
ratingReq.send(JSON.stringify(params));
});
$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
var payload = read_form();
});
$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
toggle_rating();
});
</script>
</div>
<script type="text/javascript">
function toggle(id) {
var element = document.getElementById(id);
if(element.style.display == 'block')
element.style.display = 'none';
else
element.style.display = 'block';
}
</script>
</body>
</html>