ds005256-mriqc/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter c7f943c661 [DATALAD RUNCMD] Compute MRIQC for sub-0095
=== 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-0095 --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-0095",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:37 +02:00

616 lines
No EOL
109 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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-02/func/sub-0095_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>45270d2a29b528e2ce2b2e3138baf1fb</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>16:32:16.772500</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.998207, 0.0546309, 0.0244415, -0.0516151, 0.992536, -0.110489]</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.0894428</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7793, -7221, 192, -127, -199, -79, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>249.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9b61325d-a2c7-4029-9d36-6647d2525524||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.678117513656616, -0.13847962021827698, 0.08179696649312973, 117.13427734375], [-0.14657062292099, 2.6629021167755127, -0.2943784296512604, -86.28829193115234], [0.0655747801065445, 0.2964330017566681, 2.682657241821289, -92.55357360839844], [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': ['163216.772500', '163217.232500', '163217.692500', '163218.152500', '163218.612500', '163219.072500', '163219.532500', '163219.992500', '163220.452500', '163220.912500', '163221.372500', '163221.832500', '163222.292500', '163222.752500', '163223.212500', '163223.672500', '163224.132500', '163224.592500', '163225.052500', '163225.512500', '163225.972500', '163226.432500', '163226.892500', '163227.352500', '163227.812500', '163228.272500', '163228.732500', '163229.192500', '163229.652500', '163230.112500', '163230.572500', '163231.032500', '163231.492500', '163231.952500', '163232.412500', '163232.872500', '163233.332500', '163233.792500', '163234.252500', '163234.712500', '163235.172500', '163235.632500', '163236.092500', '163236.552500', '163237.012500', '163237.472500', '163237.932500', '163238.392500', '163238.852500', '163239.312500', '163239.772500', '163240.232500', '163240.692500', '163241.152500', '163241.612500', '163242.072500', '163242.532500', '163242.992500', '163243.452500', '163243.912500', '163244.372500', '163244.832500', '163245.292500', '163245.752500', '163246.212500', '163246.672500', '163247.132500', '163247.592500', '163248.052500', '163248.512500', '163248.972500', '163249.432500', '163249.892500', '163250.352500', '163250.812500', '163251.272500', '163251.732500', '163252.192500', '163252.652500', '163253.112500', '163253.572500', '163254.032500', '163254.492500', '163254.952500', '163255.412500', '163255.872500', '163256.332500', '163256.792500', '163257.252500', '163257.712500', '163258.172500', '163258.632500', '163259.092500', '163259.552500', '163300.012500', '163300.472500', '163300.932500', '163301.392500', '163301.852500', '163302.312500', '163302.772500', '163303.232500', '163303.692500', '163304.152500', '163304.612500', '163305.072500', '163305.532500', '163305.992500', '163306.452500', '163306.912500', '163307.372500', '163307.832500', '163308.292500', '163308.752500', '163309.212500', '163309.672500', '163310.132500', '163310.592500', '163311.052500', '163311.512500', '163311.972500', '163312.432500', '163312.892500', '163313.352500', '163313.812500', '163314.272500', '163314.732500', '163315.192500', '163315.652500', '163316.112500', '163316.572500', '163317.032500', '163317.492500', '163317.952500', '163318.412500', '163318.872500', '163319.332500', '163319.792500', '163320.252500', '163320.712500', '163321.172500', '163321.632500', '163322.092500', '163322.552500', '163323.012500', '163323.472500', '163323.932500', '163324.392500', '163324.852500', '163325.312500', '163325.772500', '163326.232500', '163326.692500', '163327.152500', '163327.612500', '163328.072500', '163328.532500', '163328.992500', '163329.452500', '163329.912500', '163330.372500', '163330.832500', '163331.292500', '163331.752500', '163332.212500', '163332.672500', '163333.132500', '163333.592500', '163334.052500', '163334.512500', '163334.972500', '163335.432500', '163335.892500', '163336.352500', '163336.812500', '163337.272500', '163337.732500', '163338.192500', '163338.652500', '163339.112500', '163339.572500', '163340.032500', '163340.492500', '163340.952500', '163341.412500', '163341.872500', '163342.332500', '163342.792500', '163343.252500', '163343.712500', '163344.172500', '163344.632500', '163345.092500', '163345.552500', '163346.012500', '163346.472500', '163346.932500', '163347.392500', '163347.852500', '163348.312500', '163348.772500', '163349.232500', '163349.692500', '163350.152500', '163350.612500', '163351.072500', '163351.532500', '163351.992500', '163352.452500', '163352.912500', '163353.372500', '163353.832500', '163354.292500', '163354.752500', '163355.212500', '163355.672500', '163356.132500', '163356.592500', '163357.052500', '163357.512500', '163357.972500', '163358.432500', '163358.892500', '163359.352500', '163359.812500', '163400.272500', '163400.732500', '163401.192500', '163401.652500', '163402.112500', '163402.572500', '163403.032500', '163403.492500', '163403.952500', '163404.412500', '163404.872500', '163405.332500', '163405.792500', '163406.252500', '163406.712500', '163407.172500', '163407.632500', '163408.092500', '163408.552500', '163409.012500', '163409.472500', '163409.932500', '163410.392500', '163410.852500', '163411.312500', '163411.772500', '163412.232500', '163412.692500', '163413.152500', '163413.612500', '163414.072500', '163414.532500', '163414.992500', '163415.452500', '163415.912500', '163416.372500', '163416.832500', '163417.292500', '163417.752500', '163418.212500', '163418.672500', '163419.132500', '163419.592500', '163420.052500', '163420.512500', '163420.972500', '163421.432500', '163421.892500', '163422.352500', '163422.812500', '163423.272500', '163423.732500', '163424.192500', '163424.652500', '163425.112500', '163425.572500', '163426.032500', '163426.492500', '163426.952500', '163427.412500', '163427.872500', '163428.332500', '163428.792500', '163429.252500', '163429.712500', '163430.172500', '163430.632500', '163431.092500', '163431.552500', '163432.012500', '163432.472500', '163432.932500', '163433.392500', '163433.852500', '163434.312500', '163434.772500', '163435.232500', '163435.692500', '163436.152500', '163436.612500', '163437.072500', '163437.532500', '163437.992500', '163438.452500', '163438.912500', '163439.372500', '163439.832500', '163440.292500', '163440.752500', '163441.212500', '163441.672500', '163442.132500', '163442.592500', '163443.052500', '163443.512500', '163443.972500', '163444.432500', '163444.892500', '163445.352500', '163445.812500', '163446.272500', '163446.732500', '163447.192500', '163447.652500', '163448.112500', '163448.572500', '163449.032500', '163449.492500', '163449.952500', '163450.412500', '163450.872500', '163451.332500', '163451.792500', '163452.252500', '163452.712500', '163453.172500', '163453.632500', '163454.092500', '163454.552500', '163455.012500', '163455.472500', '163455.932500', '163456.392500', '163456.852500', '163457.312500', '163457.772500', '163458.232500', '163458.692500', '163459.152500', '163459.612500', '163500.072500', '163500.532500', '163500.992500', '163501.452500', '163501.912500', '163502.372500', '163502.832500', '163503.292500', '163503.752500', '163504.212500', '163504.672500', '163505.132500', '163505.592500', '163506.052500', '163506.512500', '163506.972500', '163507.432500', '163507.892500', '163508.352500', '163508.812500', '163509.272500', '163509.732500', '163510.192500', '163510.652500', '163511.112500', '163511.572500', '163512.032500', '163512.492500', '163512.952500', '163513.412500', '163513.872500', '163514.332500', '163514.792500', '163515.252500', '163515.712500', '163516.172500', '163516.632500', '163517.092500', '163517.552500', '163518.012500', '163518.472500', '163518.932500', '163519.392500', '163519.852500', '163520.312500', '163520.772500', '163521.232500', '163521.692500', '163522.152500', '163522.612500', '163523.072500', '163523.532500', '163523.992500', '163524.452500', '163524.912500', '163525.372500', '163525.832500', '163526.292500', '163526.752500', '163527.212500', '163527.672500', '163528.132500', '163528.592500', '163529.052500', '163529.512500', '163529.972500', '163530.432500', '163530.892500', '163531.352500', '163531.812500', '163532.272500', '163532.732500', '163533.192500', '163533.652500', '163534.112500', '163534.572500', '163535.032500', '163535.492500', '163535.952500', '163536.412500', '163536.872500', '163537.332500', '163537.792500', '163538.252500', '163538.712500', '163539.172500', '163539.632500', '163540.092500', '163540.552500', '163541.012500', '163541.472500', '163541.932500', '163542.392500', '163542.852500', '163543.312500', '163543.772500', '163544.232500', '163544.692500', '163545.152500', '163545.612500', '163546.072500', '163546.532500', '163546.992500', '163547.452500', '163547.912500', '163548.372500', '163548.832500', '163549.292500', '163549.752500', '163550.212500', '163550.672500', '163551.132500', '163551.592500', '163552.052500', '163552.512500', '163552.972500', '163553.432500', '163553.892500', '163554.352500', '163554.812500', '163555.272500', '163555.732500', '163556.192500', '163556.652500', '163557.112500', '163557.572500', '163558.032500', '163558.492500', '163558.952500', '163559.412500', '163559.872500', '163600.332500', '163600.792500', '163601.252500', '163601.712500', '163602.172500', '163602.632500', '163603.092500', '163603.552500', '163604.012500', '163604.472500', '163604.932500', '163605.392500', '163605.852500', '163606.312500', '163606.772500', '163607.232500', '163607.692500', '163608.152500', '163608.612500', '163609.072500', '163609.532500', '163609.992500', '163610.452500', '163610.912500', '163611.372500', '163611.832500', '163612.292500', '163612.752500', '163613.212500', '163613.672500', '163614.132500', '163614.592500', '163615.052500', '163615.512500', '163615.972500', '163616.432500', '163616.892500', '163617.352500', '163617.812500', '163618.272500', '163618.732500', '163619.192500', '163619.652500', '163620.112500', '163620.572500', '163621.032500', '163621.492500', '163621.952500', '163622.412500', '163622.872500', '163623.332500', '163623.792500', '163624.252500', '163624.712500', '163625.172500', '163625.632500', '163626.092500', '163626.552500', '163627.012500', '163627.472500', '163627.932500', '163628.392500', '163628.852500', '163629.312500', '163629.772500', '163630.232500', '163630.692500', '163631.152500', '163631.612500', '163632.072500', '163632.532500', '163632.992500', '163633.452500', '163633.912500', '163634.372500', '163634.832500', '163635.292500', '163635.752500', '163636.212500', '163636.672500', '163637.132500', '163637.592500', '163638.052500', '163638.512500', '163638.972500', '163639.432500', '163639.892500', '163640.352500', '163640.812500', '163641.272500', '163641.732500', '163642.192500', '163642.652500', '163643.112500', '163643.572500', '163644.032500', '163644.492500', '163644.952500', '163645.412500', '163645.872500', '163646.332500', '163646.792500', '163647.252500', '163647.712500', '163648.172500', '163648.632500', '163649.092500', '163649.552500', '163650.012500', '163650.472500', '163650.932500', '163651.392500', '163651.852500', '163652.312500', '163652.772500', '163653.232500', '163653.692500', '163654.152500', '163654.612500', '163655.072500', '163655.532500', '163655.992500', '163656.452500', '163656.912500', '163657.372500', '163657.832500', '163658.292500', '163658.752500', '163659.212500', '163659.672500', '163700.132500', '163700.592500', '163701.052500', '163701.512500', '163701.972500', '163702.432500', '163702.892500', '163703.352500', '163703.812500', '163704.272500', '163704.732500', '163705.192500', '163705.652500', '163706.112500', '163706.572500', '163707.032500', '163707.492500', '163707.952500', '163708.412500', '163708.872500', '163709.332500', '163709.792500', '163710.252500', '163710.712500', '163711.172500', '163711.632500', '163712.092500', '163712.552500', '163713.012500', '163713.472500', '163713.932500', '163714.392500', '163714.852500', '163715.312500', '163715.772500', '163716.232500', '163716.692500', '163717.152500', '163717.612500', '163718.072500', '163718.532500', '163718.992500', '163719.452500', '163719.912500', '163720.372500', '163720.832500', '163721.292500', '163721.752500', '163722.212500', '163722.672500', '163723.132500', '163723.592500', '163724.052500', '163724.512500', '163724.972500', '163725.432500', '163725.892500', '163726.352500', '163726.812500', '163727.272500', '163727.732500', '163728.192500', '163728.652500', '163729.112500', '163729.572500', '163730.032500', '163730.492500', '163730.952500', '163731.412500', '163731.872500', '163732.332500', '163732.792500', '163733.252500', '163733.712500', '163734.172500', '163734.632500', '163735.092500', '163735.552500', '163736.012500', '163736.472500', '163736.932500', '163737.392500', '163737.852500', '163738.312500', '163738.772500', '163739.232500', '163739.692500', '163740.152500', '163740.612500', '163741.072500', '163741.532500', '163741.992500', '163742.452500', '163742.912500', '163743.372500', '163743.832500', '163744.292500', '163744.752500', '163745.212500', '163745.672500', '163746.132500', '163746.592500', '163747.052500', '163747.512500', '163747.972500', '163748.432500', '163748.892500', '163749.352500', '163749.812500', '163750.272500', '163750.732500', '163751.192500', '163751.652500', '163752.112500', '163752.572500', '163753.032500', '163753.492500', '163753.952500', '163754.412500', '163754.872500', '163755.332500', '163755.792500', '163756.252500', '163756.712500', '163757.172500', '163757.632500', '163758.092500', '163758.552500', '163759.012500', '163759.472500', '163759.932500', '163800.392500', '163800.852500', '163801.312500', '163801.772500', '163802.232500', '163802.692500', '163803.152500', '163803.612500', '163804.072500', '163804.532500', '163804.992500', '163805.452500', '163805.912500', '163806.372500', '163806.832500', '163807.292500', '163807.752500', '163808.212500', '163808.672500', '163809.132500', '163809.592500', '163810.052500', '163810.512500', '163810.972500', '163811.432500', '163811.892500', '163812.352500', '163812.812500', '163813.272500', '163813.732500', '163814.192500', '163814.652500', '163815.112500', '163815.572500', '163816.032500', '163816.492500', '163816.952500', '163817.412500', '163817.872500', '163818.332500', '163818.792500', '163819.252500', '163819.712500', '163820.172500', '163820.632500', '163821.092500', '163821.552500', '163822.012500', '163822.472500', '163822.932500', '163823.392500', '163823.852500', '163824.312500', '163824.772500', '163825.232500', '163825.692500', '163826.152500', '163826.612500', '163827.072500', '163827.532500', '163827.992500', '163828.452500', '163828.912500', '163829.372500', '163829.832500', '163830.292500', '163830.752500', '163831.212500', '163831.672500', '163832.132500', '163832.592500', '163833.052500', '163833.512500', '163833.972500', '163834.432500', '163834.892500', '163835.352500', '163835.812500', '163836.272500', '163836.732500', '163837.192500', '163837.652500', '163838.112500', '163838.572500', '163839.032500', '163839.492500', '163839.952500', '163840.412500', '163840.872500', '163841.332500', '163841.792500', '163842.252500', '163842.712500', '163843.172500', '163843.632500', '163844.092500', '163844.552500', '163845.012500', '163845.472500', '163845.932500', '163846.392500', '163846.852500', '163847.312500', '163847.772500', '163848.232500', '163848.692500', '163849.152500', '163849.612500', '163850.072500', '163850.532500', '163850.992500', '163851.452500', '163851.912500', '163852.372500', '163852.832500', '163853.292500', '163853.752500', '163854.212500', '163854.672500', '163855.132500', '163855.592500', '163856.052500', '163856.512500', '163856.972500', '163857.432500', '163857.892500', '163858.352500', '163858.812500', '163859.272500', '163859.732500', '163900.192500', '163900.652500', '163901.112500', '163901.572500', '163902.032500', '163902.492500', '163902.952500', '163903.412500', '163903.872500', '163904.332500', '163904.792500', '163905.252500', '163905.712500', '163906.172500', '163906.632500', '163907.092500', '163907.552500', '163908.012500', '163908.472500', '163908.932500', '163909.392500', '163909.852500', '163910.312500', '163910.772500', '163911.232500', '163911.692500', '163912.152500', '163912.612500', '163913.072500', '163913.532500', '163913.992500', '163914.452500', '163914.912500', '163915.372500', '163915.832500', '163916.292500', '163916.752500'], 'ContentTime': ['163242.569000', '163242.573000', '163242.575000', '163242.578000', '163242.580000', '163242.583000', '163242.586000', '163242.588000', '163242.591000', '163242.594000', '163242.596000', '163242.599000', '163242.602000', '163242.604000', '163242.607000', '163242.609000', '163242.612000', '163242.615000', '163242.617000', '163242.622000', '163242.624000', '163242.627000', '163242.629000', '163242.632000', '163242.635000', '163242.637000', '163242.640000', '163242.643000', '163242.645000', '163242.648000', '163242.650000', '163242.653000', '163242.656000', '163242.658000', '163242.661000', '163242.663000', '163242.666000', '163242.669000', '163242.671000', '163242.674000', '163242.676000', '163242.679000', '163242.682000', '163242.684000', '163242.687000', '163242.690000', '163242.692000', '163242.695000', '163242.697000', '163242.700000', '163242.703000', '163242.705000', '163242.708000', '163242.711000', '163302.532000', '163302.554000', '163302.556000', '163302.559000', '163302.562000', '163302.564000', '163302.567000', '163302.569000', '163302.572000', '163302.575000', '163302.577000', '163302.580000', '163302.583000', '163302.585000', '163302.592000', '163302.595000', '163302.597000', '163302.600000', '163302.603000', '163302.605000', '163302.608000', '163302.611000', '163302.614000', '163302.617000', '163302.620000', '163302.623000', '163302.625000', '163302.628000', '163302.630000', '163302.633000', '163302.636000', '163302.638000', '163302.641000', '163302.643000', '163302.646000', '163302.649000', '163302.651000', '163302.654000', '163302.657000', '163302.659000', '163302.662000', '163302.664000', '163302.667000', '163322.532000', '163322.536000', '163322.538000', '163322.541000', '163322.543000', '163322.546000', '163322.549000', '163322.551000', '163322.554000', '163322.557000', '163322.559000', '163322.562000', '163322.565000', '163322.567000', '163322.570000', '163322.573000', '163322.575000', '163322.578000', '163322.580000', '163322.583000', '163322.586000', '163322.588000', '163322.600000', '163322.603000', '163322.605000', '163322.608000', '163322.610000', '163322.613000', '163322.616000', '163322.618000', '163322.621000', '163322.624000', '163322.626000', '163322.629000', '163322.631000', '163322.634000', '163322.637000', '163322.639000', '163322.642000', '163322.644000', '163322.647000', '163322.650000', '163322.652000', '163322.655000', '163342.532000', '163342.535000', '163342.538000', '163342.540000', '163342.543000', '163342.546000', '163342.548000', '163342.551000', '163342.553000', '163342.556000', '163342.559000', '163342.561000', '163342.564000', '163342.567000', '163342.569000', '163342.572000', '163342.578000', '163342.580000', '163342.583000', '163342.586000', '163342.588000', '163342.591000', '163342.594000', '163342.596000', '163342.599000', '163342.602000', '163342.604000', '163342.607000', '163342.610000', '163342.612000', '163342.615000', '163342.618000', '163342.620000', '163342.623000', '163342.625000', '163342.628000', '163342.631000', '163342.633000', '163342.636000', '163342.639000', '163342.641000', '163342.644000', '163342.646000', '163402.533000', '163402.536000', '163402.539000', '163402.542000', '163402.545000', '163402.547000', '163402.550000', '163402.553000', '163402.556000', '163402.558000', '163402.561000', '163402.564000', '163402.566000', '163402.569000', '163402.572000', '163402.574000', '163402.577000', '163402.580000', '163402.582000', '163402.585000', '163402.588000', '163402.590000', '163402.593000', '163402.596000', '163402.598000', '163402.601000', '163402.604000', '163402.606000', '163402.609000', '163402.612000', '163402.614000', '163402.620000', '163402.623000', '163402.626000', '163402.628000', '163402.631000', '163402.633000', '163402.636000', '163402.639000', '163402.641000', '163402.644000', '163402.647000', '163402.649000', '163422.533000', '163422.536000', '163422.539000', '163422.542000', '163422.544000', '163422.547000', '163422.550000', '163422.552000', '163422.555000', '163422.557000', '163422.567000', '163422.570000', '163422.572000', '163422.575000', '163422.578000', '163422.580000', '163422.583000', '163422.585000', '163422.588000', '163422.591000', '163422.593000', '163422.596000', '163422.599000', '163422.601000', '163422.604000', '163422.606000', '163422.609000', '163422.612000', '163422.614000', '163422.617000', '163422.620000', '163422.623000', '163422.625000', '163422.628000', '163422.630000', '163422.633000', '163422.636000', '163422.638000', '163422.641000', '163422.644000', '163422.646000', '163422.682000', '163422.685000', '163422.687000', '163442.534000', '163442.536000', '163442.539000', '163442.542000', '163442.544000', '163442.547000', '163442.550000', '163442.552000', '163442.555000', '163442.558000', '163442.560000', '163442.563000', '163442.566000', '163442.568000', '163442.571000', '163442.574000', '163442.576000', '163442.579000', '163442.582000', '163442.584000', '163442.587000', '163442.590000', '163442.592000', '163442.595000', '163442.597000', '163442.600000', '163442.603000', '163442.606000', '163442.608000', '163442.611000', '163442.613000', '163442.616000', '163442.619000', '163442.621000', '163442.624000', '163442.627000', '163442.629000', '163442.632000', '163442.634000', '163442.637000', '163442.640000', '163442.643000', '163442.645000', '163442.648000', '163502.533000', '163502.536000', '163502.538000', '163502.541000', '163502.544000', '163502.546000', '163502.549000', '163502.552000', '163502.554000', '163502.557000', '163502.560000', '163502.562000', '163502.565000', '163502.570000', '163502.573000', '163502.576000', '163502.578000', '163502.581000', '163502.584000', '163502.586000', '163502.589000', '163502.592000', '163502.594000', '163502.597000', '163502.599000', '163502.602000', '163502.605000', '163502.607000', '163502.610000', '163502.613000', '163502.615000', '163502.618000', '163502.620000', '163502.623000', '163502.626000', '163502.628000', '163502.631000', '163502.633000', '163502.636000', '163502.639000', '163502.641000', '163502.650000', '163502.653000', '163522.533000', '163522.536000', '163522.539000', '163522.542000', '163522.545000', '163522.548000', '163522.550000', '163522.553000', '163522.556000', '163522.558000', '163522.561000', '163522.564000', '163522.566000', '163522.569000', '163522.572000', '163522.574000', '163522.577000', '163522.580000', '163522.582000', '163522.585000', '163522.588000', '163522.590000', '163522.593000', '163522.596000', '163522.599000', '163522.601000', '163522.604000', '163522.607000', '163522.609000', '163522.612000', '163522.615000', '163522.617000', '163522.620000', '163522.622000', '163522.625000', '163522.628000', '163522.630000', '163522.633000', '163522.636000', '163522.638000', '163522.641000', '163522.643000', '163522.646000', '163542.532000', '163542.536000', '163542.538000', '163542.541000', '163542.544000', '163542.546000', '163542.549000', '163542.552000', '163542.554000', '163542.557000', '163542.560000', '163542.562000', '163542.565000', '163542.568000', '163542.570000', '163542.573000', '163542.576000', '163542.578000', '163542.581000', '163542.584000', '163542.586000', '163542.589000', '163542.608000', '163542.611000', '163542.614000', '163542.616000', '163542.619000', '163542.622000', '163542.624000', '163542.627000', '163542.630000', '163542.632000', '163542.635000', '163542.638000', '163542.640000', '163542.643000', '163542.646000', '163542.648000', '163542.651000', '163542.654000', '163542.656000', '163542.659000', '163542.662000', '163542.664000', '163602.533000', '163602.536000', '163602.538000', '163602.541000', '163602.544000', '163602.546000', '163602.549000', '163602.552000', '163602.554000', '163602.557000', '163602.560000', '163602.562000', '163602.565000', '163602.568000', '163602.570000', '163602.573000', '163602.575000', '163602.578000', '163602.581000', '163602.583000', '163602.586000', '163602.589000', '163602.591000', '163602.594000', '163602.596000', '163602.599000', '163602.602000', '163602.604000', '163602.607000', '163602.609000', '163602.612000', '163602.615000', '163602.617000', '163602.620000', '163602.623000', '163602.625000', '163602.638000', '163602.641000', '163602.643000', '163602.646000', '163602.648000', '163602.651000', '163602.654000', '163602.656000', '163622.533000', '163622.536000', '163622.539000', '163622.542000', '163622.544000', '163622.547000', '163622.550000', '163622.552000', '163622.555000', '163622.558000', '163622.560000', '163622.563000', '163622.566000', '163622.568000', '163622.571000', '163622.574000', '163622.576000', '163622.579000', '163622.581000', '163622.584000', '163622.587000', '163622.589000', '163622.592000', '163622.595000', '163622.597000', '163622.600000', '163622.603000', '163622.606000', '163622.608000', '163622.611000', '163622.614000', '163622.616000', '163622.619000', '163622.621000', '163622.624000', '163622.627000', '163622.629000', '163622.632000', '163622.635000', '163622.637000', '163622.640000', '163622.643000', '163622.645000', '163642.534000', '163642.536000', '163642.539000', '163642.542000', '163642.544000', '163642.547000', '163642.550000', '163642.552000', '163642.555000', '163642.558000', '163642.560000', '163642.563000', '163642.566000', '163642.568000', '163642.571000', '163642.573000', '163642.576000', '163642.581000', '163642.583000', '163642.586000', '163642.589000', '163642.592000', '163642.594000', '163642.597000', '163642.600000', '163642.602000', '163642.605000', '163642.608000', '163642.610000', '163642.613000', '163642.616000', '163642.618000', '163642.621000', '163642.624000', '163642.626000', '163642.629000', '163642.632000', '163642.634000', '163642.637000', '163642.640000', '163642.642000', '163642.645000', '163642.648000', '163642.650000', '163702.533000', '163702.536000', '163702.539000', '163702.542000', '163702.544000', '163702.547000', '163702.550000', '163702.553000', '163702.555000', '163702.558000', '163702.560000', '163702.563000', '163702.566000', '163702.568000', '163702.571000', '163702.574000', '163702.576000', '163702.579000', '163702.582000', '163702.584000', '163702.587000', '163702.589000', '163702.592000', '163702.595000', '163702.597000', '163702.600000', '163702.603000', '163702.605000', '163702.608000', '163702.611000', '163702.613000', '163702.616000', '163702.619000', '163702.621000', '163702.624000', '163702.626000', '163702.629000', '163702.632000', '163702.634000', '163702.637000', '163702.640000', '163702.642000', '163702.645000', '163722.532000', '163722.536000', '163722.538000', '163722.541000', '163722.543000', '163722.546000', '163722.549000', '163722.551000', '163722.554000', '163722.557000', '163722.559000', '163722.562000', '163722.565000', '163722.568000', '163722.570000', '163722.573000', '163722.576000', '163722.578000', '163722.581000', '163722.584000', '163722.586000', '163722.589000', '163722.592000', '163722.594000', '163722.597000', '163722.600000', '163722.602000', '163722.605000', '163722.608000', '163722.610000', '163722.613000', '163722.616000', '163722.618000', '163722.621000', '163722.624000', '163722.626000', '163722.629000', '163722.632000', '163722.634000', '163722.637000', '163722.640000', '163722.642000', '163722.645000', '163742.533000', '163742.535000', '163742.538000', '163742.541000', '163742.550000', '163742.553000', '163742.556000', '163742.558000', '163742.561000', '163742.563000', '163742.566000', '163742.568000', '163742.571000', '163742.574000', '163742.576000', '163742.579000', '163742.581000', '163742.584000', '163742.587000', '163742.589000', '163742.592000', '163742.594000', '163742.597000', '163742.600000', '163742.602000', '163742.605000', '163742.607000', '163742.610000', '163742.613000', '163742.615000', '163742.618000', '163742.620000', '163742.623000', '163742.626000', '163742.628000', '163742.631000', '163742.633000', '163742.636000', '163742.639000', '163742.641000', '163742.644000', '163742.647000', '163742.649000', '163742.652000', '163802.533000', '163802.535000', '163802.538000', '163802.541000', '163802.544000', '163802.546000', '163802.549000', '163802.551000', '163802.554000', '163802.557000', '163802.560000', '163802.562000', '163802.565000', '163802.568000', '163802.570000', '163802.573000', '163802.576000', '163802.578000', '163802.581000', '163802.584000', '163802.586000', '163802.589000', '163802.592000', '163802.594000', '163802.597000', '163802.599000', '163802.602000', '163802.605000', '163802.607000', '163802.610000', '163802.613000', '163802.615000', '163802.619000', '163802.622000', '163802.624000', '163802.627000', '163802.630000', '163802.632000', '163802.635000', '163802.638000', '163802.640000', '163802.643000', '163802.645000', '163822.532000', '163822.536000', '163822.538000', '163822.541000', '163822.544000', '163822.547000', '163822.549000', '163822.552000', '163822.554000', '163822.557000', '163822.560000', '163822.562000', '163822.565000', '163822.568000', '163822.570000', '163822.573000', '163822.576000', '163822.578000', '163822.581000', '163822.584000', '163822.586000', '163822.589000', '163822.591000', '163822.594000', '163822.597000', '163822.599000', '163822.602000', '163822.605000', '163822.607000', '163822.610000', '163822.613000', '163822.616000', '163822.618000', '163822.621000', '163822.624000', '163822.626000', '163822.629000', '163822.631000', '163822.634000', '163822.637000', '163822.639000', '163822.642000', '163822.645000', '163822.647000', '163842.533000', '163842.536000', '163842.539000', '163842.542000', '163842.544000', '163842.547000', '163842.550000', '163842.552000', '163842.555000', '163842.558000', '163842.560000', '163842.563000', '163842.565000', '163842.568000', '163842.571000', '163842.573000', '163842.576000', '163842.579000', '163842.581000', '163842.585000', '163842.587000', '163842.590000', '163842.593000', '163842.596000', '163842.599000', '163842.601000', '163842.604000', '163842.607000', '163842.609000', '163842.612000', '163842.615000', '163842.617000', '163842.620000', '163842.623000', '163842.625000', '163842.628000', '163842.630000', '163842.633000', '163842.636000', '163842.638000', '163842.641000', '163842.644000', '163842.646000', '163902.534000', '163902.536000', '163902.539000', '163902.542000', '163902.545000', '163902.547000', '163902.550000', '163902.553000', '163902.556000', '163902.558000', '163902.561000', '163902.564000', '163902.566000', '163902.569000', '163902.572000', '163902.589000', '163902.592000', '163902.595000', '163902.597000', '163902.600000', '163902.603000', '163902.605000', '163902.608000', '163902.610000', '163902.613000', '163902.616000', '163902.618000', '163902.621000', '163902.624000', '163902.626000', '163902.629000', '163902.632000', '163902.634000', '163902.637000', '163902.639000', '163902.642000', '163902.645000', '163902.647000', '163902.650000', '163902.653000', '163902.655000', '163902.658000', '163902.660000', '163902.663000', '163918.006000', '163918.009000', '163918.012000', '163918.014000', '163918.017000', '163918.020000', '163918.023000', '163918.025000', '163918.028000', '163918.031000', '163918.033000', '163918.036000', '163918.039000', '163918.041000', '163918.044000', '163918.046000', '163918.049000', '163918.052000', '163918.055000', '163918.057000', '163918.060000', '163918.062000', '163918.065000', '163918.068000', '163918.070000', '163918.073000', '163918.076000', '163918.078000', '163918.081000', '163918.084000', '163918.086000', '163918.089000', '163918.092000', '163918.094000'], 'InstanceCreationTime': ['163242.569000', '163242.573000', '163242.575000', '163242.578000', '163242.580000', '163242.583000', '163242.586000', '163242.588000', '163242.591000', '163242.594000', '163242.596000', '163242.599000', '163242.602000', '163242.604000', '163242.607000', '163242.609000', '163242.612000', '163242.615000', '163242.617000', '163242.622000', '163242.624000', '163242.627000', '163242.629000', '163242.632000', '163242.635000', '163242.637000', '163242.640000', '163242.643000', '163242.645000', '163242.648000', '163242.650000', '163242.653000', '163242.656000', '163242.658000', '163242.661000', '163242.663000', '163242.666000', '163242.669000', '163242.671000', '163242.674000', '163242.676000', '163242.679000', '163242.682000', '163242.684000', '163242.687000', '163242.690000', '163242.692000', '163242.695000', '163242.697000', '163242.700000', '163242.703000', '163242.705000', '163242.708000', '163242.711000', '163302.532000', '163302.554000', '163302.556000', '163302.559000', '163302.562000', '163302.564000', '163302.567000', '163302.569000', '163302.572000', '163302.575000', '163302.577000', '163302.580000', '163302.583000', '163302.585000', '163302.592000', '163302.595000', '163302.597000', '163302.600000', '163302.603000', '163302.605000', '163302.608000', '163302.611000', '163302.614000', '163302.617000', '163302.620000', '163302.623000', '163302.625000', '163302.628000', '163302.630000', '163302.633000', '163302.636000', '163302.638000', '163302.641000', '163302.643000', '163302.646000', '163302.649000', '163302.651000', '163302.654000', '163302.657000', '163302.659000', '163302.662000', '163302.664000', '163302.667000', '163322.532000', '163322.536000', '163322.538000', '163322.541000', '163322.543000', '163322.546000', '163322.549000', '163322.551000', '163322.554000', '163322.557000', '163322.559000', '163322.562000', '163322.565000', '163322.567000', '163322.570000', '163322.573000', '163322.575000', '163322.578000', '163322.580000', '163322.583000', '163322.586000', '163322.588000', '163322.600000', '163322.603000', '163322.605000', '163322.608000', '163322.610000', '163322.613000', '163322.616000', '163322.618000', '163322.621000', '163322.624000', '163322.626000', '163322.629000', '163322.631000', '163322.634000', '163322.637000', '163322.639000', '163322.642000', '163322.644000', '163322.647000', '163322.650000', '163322.652000', '163322.655000', '163342.532000', '163342.535000', '163342.538000', '163342.540000', '163342.543000', '163342.546000', '163342.548000', '163342.551000', '163342.553000', '163342.556000', '163342.559000', '163342.561000', '163342.564000', '163342.567000', '163342.569000', '163342.572000', '163342.578000', '163342.580000', '163342.583000', '163342.586000', '163342.588000', '163342.591000', '163342.594000', '163342.596000', '163342.599000', '163342.602000', '163342.604000', '163342.607000', '163342.610000', '163342.612000', '163342.615000', '163342.618000', '163342.620000', '163342.623000', '163342.625000', '163342.628000', '163342.631000', '163342.633000', '163342.636000', '163342.639000', '163342.641000', '163342.644000', '163342.646000', '163402.533000', '163402.536000', '163402.539000', '163402.542000', '163402.545000', '163402.547000', '163402.550000', '163402.553000', '163402.556000', '163402.558000', '163402.561000', '163402.564000', '163402.566000', '163402.569000', '163402.572000', '163402.574000', '163402.577000', '163402.580000', '163402.582000', '163402.585000', '163402.588000', '163402.590000', '163402.593000', '163402.596000', '163402.598000', '163402.601000', '163402.604000', '163402.606000', '163402.609000', '163402.612000', '163402.614000', '163402.620000', '163402.623000', '163402.626000', '163402.628000', '163402.631000', '163402.633000', '163402.636000', '163402.639000', '163402.641000', '163402.644000', '163402.647000', '163402.649000', '163422.533000', '163422.536000', '163422.539000', '163422.542000', '163422.544000', '163422.547000', '163422.550000', '163422.552000', '163422.555000', '163422.557000', '163422.567000', '163422.570000', '163422.572000', '163422.575000', '163422.578000', '163422.580000', '163422.583000', '163422.585000', '163422.588000', '163422.591000', '163422.593000', '163422.596000', '163422.599000', '163422.601000', '163422.604000', '163422.606000', '163422.609000', '163422.612000', '163422.614000', '163422.617000', '163422.620000', '163422.623000', '163422.625000', '163422.628000', '163422.630000', '163422.633000', '163422.636000', '163422.638000', '163422.641000', '163422.644000', '163422.646000', '163422.682000', '163422.685000', '163422.687000', '163442.534000', '163442.536000', '163442.539000', '163442.542000', '163442.544000', '163442.547000', '163442.550000', '163442.552000', '163442.555000', '163442.558000', '163442.560000', '163442.563000', '163442.566000', '163442.568000', '163442.571000', '163442.574000', '163442.576000', '163442.579000', '163442.582000', '163442.584000', '163442.587000', '163442.590000', '163442.592000', '163442.595000', '163442.597000', '163442.600000', '163442.603000', '163442.606000', '163442.608000', '163442.611000', '163442.613000', '163442.616000', '163442.619000', '163442.621000', '163442.624000', '163442.627000', '163442.629000', '163442.632000', '163442.634000', '163442.637000', '163442.640000', '163442.643000', '163442.645000', '163442.648000', '163502.533000', '163502.536000', '163502.538000', '163502.541000', '163502.544000', '163502.546000', '163502.549000', '163502.552000', '163502.554000', '163502.557000', '163502.560000', '163502.562000', '163502.565000', '163502.570000', '163502.573000', '163502.576000', '163502.578000', '163502.581000', '163502.584000', '163502.586000', '163502.589000', '163502.592000', '163502.594000', '163502.597000', '163502.599000', '163502.602000', '163502.605000', '163502.607000', '163502.610000', '163502.613000', '163502.615000', '163502.618000', '163502.620000', '163502.623000', '163502.626000', '163502.628000', '163502.631000', '163502.633000', '163502.636000', '163502.639000', '163502.641000', '163502.650000', '163502.653000', '163522.533000', '163522.536000', '163522.539000', '163522.542000', '163522.545000', '163522.548000', '163522.550000', '163522.553000', '163522.556000', '163522.558000', '163522.561000', '163522.564000', '163522.566000', '163522.569000', '163522.572000', '163522.574000', '163522.577000', '163522.580000', '163522.582000', '163522.585000', '163522.588000', '163522.590000', '163522.593000', '163522.596000', '163522.599000', '163522.601000', '163522.604000', '163522.607000', '163522.609000', '163522.612000', '163522.615000', '163522.617000', '163522.620000', '163522.622000', '163522.625000', '163522.628000', '163522.630000', '163522.633000', '163522.636000', '163522.638000', '163522.641000', '163522.643000', '163522.646000', '163542.532000', '163542.536000', '163542.538000', '163542.541000', '163542.544000', '163542.546000', '163542.549000', '163542.552000', '163542.554000', '163542.557000', '163542.560000', '163542.562000', '163542.565000', '163542.568000', '163542.570000', '163542.573000', '163542.576000', '163542.578000', '163542.581000', '163542.584000', '163542.586000', '163542.589000', '163542.608000', '163542.611000', '163542.614000', '163542.616000', '163542.619000', '163542.622000', '163542.624000', '163542.627000', '163542.630000', '163542.632000', '163542.635000', '163542.638000', '163542.640000', '163542.643000', '163542.646000', '163542.648000', '163542.651000', '163542.654000', '163542.656000', '163542.659000', '163542.662000', '163542.664000', '163602.533000', '163602.536000', '163602.538000', '163602.541000', '163602.544000', '163602.546000', '163602.549000', '163602.552000', '163602.554000', '163602.557000', '163602.560000', '163602.562000', '163602.565000', '163602.568000', '163602.570000', '163602.573000', '163602.575000', '163602.578000', '163602.581000', '163602.583000', '163602.586000', '163602.589000', '163602.591000', '163602.594000', '163602.596000', '163602.599000', '163602.602000', '163602.604000', '163602.607000', '163602.609000', '163602.612000', '163602.615000', '163602.617000', '163602.620000', '163602.623000', '163602.625000', '163602.638000', '163602.641000', '163602.643000', '163602.646000', '163602.648000', '163602.651000', '163602.654000', '163602.656000', '163622.533000', '163622.536000', '163622.539000', '163622.542000', '163622.544000', '163622.547000', '163622.550000', '163622.552000', '163622.555000', '163622.558000', '163622.560000', '163622.563000', '163622.566000', '163622.568000', '163622.571000', '163622.574000', '163622.576000', '163622.579000', '163622.581000', '163622.584000', '163622.587000', '163622.589000', '163622.592000', '163622.595000', '163622.597000', '163622.600000', '163622.603000', '163622.606000', '163622.608000', '163622.611000', '163622.614000', '163622.616000', '163622.619000', '163622.621000', '163622.624000', '163622.627000', '163622.629000', '163622.632000', '163622.635000', '163622.637000', '163622.640000', '163622.643000', '163622.645000', '163642.534000', '163642.536000', '163642.539000', '163642.542000', '163642.544000', '163642.547000', '163642.550000', '163642.552000', '163642.555000', '163642.558000', '163642.560000', '163642.563000', '163642.566000', '163642.568000', '163642.571000', '163642.573000', '163642.576000', '163642.581000', '163642.583000', '163642.586000', '163642.589000', '163642.592000', '163642.594000', '163642.597000', '163642.600000', '163642.602000', '163642.605000', '163642.608000', '163642.610000', '163642.613000', '163642.616000', '163642.618000', '163642.621000', '163642.624000', '163642.626000', '163642.629000', '163642.632000', '163642.634000', '163642.637000', '163642.640000', '163642.642000', '163642.645000', '163642.648000', '163642.650000', '163702.533000', '163702.536000', '163702.539000', '163702.542000', '163702.544000', '163702.547000', '163702.550000', '163702.553000', '163702.555000', '163702.558000', '163702.560000', '163702.563000', '163702.566000', '163702.568000', '163702.571000', '163702.574000', '163702.576000', '163702.579000', '163702.582000', '163702.584000', '163702.587000', '163702.589000', '163702.592000', '163702.595000', '163702.597000', '163702.600000', '163702.603000', '163702.605000', '163702.608000', '163702.611000', '163702.613000', '163702.616000', '163702.619000', '163702.621000', '163702.624000', '163702.626000', '163702.629000', '163702.632000', '163702.634000', '163702.637000', '163702.640000', '163702.642000', '163702.645000', '163722.532000', '163722.536000', '163722.538000', '163722.541000', '163722.543000', '163722.546000', '163722.549000', '163722.551000', '163722.554000', '163722.557000', '163722.559000', '163722.562000', '163722.565000', '163722.568000', '163722.570000', '163722.573000', '163722.576000', '163722.578000', '163722.581000', '163722.584000', '163722.586000', '163722.589000', '163722.592000', '163722.594000', '163722.597000', '163722.600000', '163722.602000', '163722.605000', '163722.608000', '163722.610000', '163722.613000', '163722.616000', '163722.618000', '163722.621000', '163722.624000', '163722.626000', '163722.629000', '163722.632000', '163722.634000', '163722.637000', '163722.640000', '163722.642000', '163722.645000', '163742.533000', '163742.535000', '163742.538000', '163742.541000', '163742.550000', '163742.553000', '163742.556000', '163742.558000', '163742.561000', '163742.563000', '163742.566000', '163742.568000', '163742.571000', '163742.574000', '163742.576000', '163742.579000', '163742.581000', '163742.584000', '163742.587000', '163742.589000', '163742.592000', '163742.594000', '163742.597000', '163742.600000', '163742.602000', '163742.605000', '163742.607000', '163742.610000', '163742.613000', '163742.615000', '163742.618000', '163742.620000', '163742.623000', '163742.626000', '163742.628000', '163742.631000', '163742.633000', '163742.636000', '163742.639000', '163742.641000', '163742.644000', '163742.647000', '163742.649000', '163742.652000', '163802.533000', '163802.535000', '163802.538000', '163802.541000', '163802.544000', '163802.546000', '163802.549000', '163802.551000', '163802.554000', '163802.557000', '163802.560000', '163802.562000', '163802.565000', '163802.568000', '163802.570000', '163802.573000', '163802.576000', '163802.578000', '163802.581000', '163802.584000', '163802.586000', '163802.589000', '163802.592000', '163802.594000', '163802.597000', '163802.599000', '163802.602000', '163802.605000', '163802.607000', '163802.610000', '163802.613000', '163802.615000', '163802.619000', '163802.622000', '163802.624000', '163802.627000', '163802.630000', '163802.632000', '163802.635000', '163802.638000', '163802.640000', '163802.643000', '163802.645000', '163822.532000', '163822.536000', '163822.538000', '163822.541000', '163822.544000', '163822.547000', '163822.549000', '163822.552000', '163822.554000', '163822.557000', '163822.560000', '163822.562000', '163822.565000', '163822.568000', '163822.570000', '163822.573000', '163822.576000', '163822.578000', '163822.581000', '163822.584000', '163822.586000', '163822.589000', '163822.591000', '163822.594000', '163822.597000', '163822.599000', '163822.602000', '163822.605000', '163822.607000', '163822.610000', '163822.613000', '163822.616000', '163822.618000', '163822.621000', '163822.624000', '163822.626000', '163822.629000', '163822.631000', '163822.634000', '163822.637000', '163822.639000', '163822.642000', '163822.645000', '163822.647000', '163842.533000', '163842.536000', '163842.539000', '163842.542000', '163842.544000', '163842.547000', '163842.550000', '163842.552000', '163842.555000', '163842.558000', '163842.560000', '163842.563000', '163842.565000', '163842.568000', '163842.571000', '163842.573000', '163842.576000', '163842.579000', '163842.581000', '163842.585000', '163842.587000', '163842.590000', '163842.593000', '163842.596000', '163842.599000', '163842.601000', '163842.604000', '163842.607000', '163842.609000', '163842.612000', '163842.615000', '163842.617000', '163842.620000', '163842.623000', '163842.625000', '163842.628000', '163842.630000', '163842.633000', '163842.636000', '163842.638000', '163842.641000', '163842.644000', '163842.646000', '163902.534000', '163902.536000', '163902.539000', '163902.542000', '163902.545000', '163902.547000', '163902.550000', '163902.553000', '163902.556000', '163902.558000', '163902.561000', '163902.564000', '163902.566000', '163902.569000', '163902.572000', '163902.589000', '163902.592000', '163902.595000', '163902.597000', '163902.600000', '163902.603000', '163902.605000', '163902.608000', '163902.610000', '163902.613000', '163902.616000', '163902.618000', '163902.621000', '163902.624000', '163902.626000', '163902.629000', '163902.632000', '163902.634000', '163902.637000', '163902.639000', '163902.642000', '163902.645000', '163902.647000', '163902.650000', '163902.653000', '163902.655000', '163902.658000', '163902.660000', '163902.663000', '163918.006000', '163918.009000', '163918.012000', '163918.014000', '163918.017000', '163918.020000', '163918.023000', '163918.025000', '163918.028000', '163918.031000', '163918.033000', '163918.036000', '163918.039000', '163918.041000', '163918.044000', '163918.046000', '163918.049000', '163918.052000', '163918.055000', '163918.057000', '163918.060000', '163918.062000', '163918.065000', '163918.068000', '163918.070000', '163918.073000', '163918.076000', '163918.078000', '163918.081000', '163918.084000', '163918.086000', '163918.089000', '163918.092000', '163918.094000'], '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': [6853, 10581, 7968, 7961, 11569, 9130, 6692, 11205, 9102, 7275, 13074, 8392, 6161, 10149, 7727, 6573, 10879, 7279, 6398, 9041, 7114, 10547, 9133, 6442, 10327, 7221, 6211, 10367, 7923, 6247, 10033, 7159, 6661, 10080, 7395, 6161, 9842, 7290, 6219, 10101, 7425, 8290, 9119, 6298, 9472, 7137, 6358, 9937, 7201, 6533, 7759, 6480, 9808, 7423, 9999, 7628, 6310, 8557, 6416, 7925, 8472, 6262, 11009, 7543, 10486, 8112, 11208, 9172, 6537, 10027, 6910, 6681, 9786, 7311, 9336, 8034, 6305, 9629, 7506, 10235, 7338, 9567, 7059, 6629, 9318, 6877, 8284, 7653, 10940, 8314, 10889, 8211, 10646, 7284, 9815, 7903, 9272, 9893, 6570, 9574, 6149, 10327, 7971, 8030, 8267, 6298, 9506, 6677, 6666, 8918, 6866, 10483, 7883, 11071, 7431, 9927, 7873, 6296, 7705, 6187, 7933, 8196, 6354, 10164, 6631, 10387, 7161, 10486, 8270, 6532, 9434, 6560, 7425, 8128, 6502, 10711, 7878, 6371, 8332, 6392, 10843, 9159, 7150, 9417, 7055, 10025, 7930, 11091, 6883, 6214, 9255, 6352, 8402, 9045, 6616, 10811, 8174, 11121, 8498, 6849, 9364, 6565, 6521, 8014, 6264, 10359, 8008, 6236, 8996, 6691, 9565, 6789, 10149, 6752, 9092, 7107, 6443, 9387, 6410, 6541, 8621, 6361, 6835, 9368, 6917, 6409, 9726, 6960, 10701, 9168, 6758, 10030, 7814, 6968, 10473, 7886, 6694, 9434, 6876, 8719, 9635, 7187, 6599, 8871, 7104, 7067, 10297, 7453, 8942, 8364, 6598, 11099, 8489, 10833, 8286, 9961, 8945, 6707, 9868, 6729, 6302, 8596, 9174, 6667, 10058, 7725, 6625, 10262, 7471, 11245, 8212, 10795, 7923, 11221, 8915, 7955, 8260, 6429, 9484, 6715, 10722, 7874, 6483, 7884, 6671, 9112, 6683, 6877, 7250, 6574, 9620, 7536, 7453, 8826, 6770, 10336, 7320, 10682, 8105, 10576, 7070, 6734, 8222, 6598, 9838, 6745, 9877, 6815, 9080, 7238, 7154, 9309, 6742, 8390, 7603, 10290, 9474, 6908, 9832, 7023, 9829, 6813, 6885, 9435, 7953, 7536, 11450, 8255, 6724, 10465, 9474, 7260, 10466, 7635, 10893, 8753, 7463, 9844, 6987, 6355, 9337, 8143, 6286, 9626, 6983, 6538, 9811, 7436, 8626, 9316, 6992, 9759, 8683, 7121, 11549, 8886, 6898, 9093, 6583, 11040, 8397, 11845, 8644, 6473, 10142, 7395, 9826, 8796, 6292, 9112, 6629, 9172, 8529, 6579, 10483, 7168, 6285, 8888, 6985, 11120, 8301, 6545, 8509, 6477, 11199, 8406, 6399, 8892, 6670, 10361, 8231, 6956, 9376, 6720, 7832, 9034, 7190, 11190, 8423, 9346, 8131, 7037, 10152, 7295, 6714, 7762, 6289, 10848, 8365, 6635, 10071, 6901, 10637, 8093, 9207, 9062, 6405, 10178, 7524, 6602, 10541, 7699, 7501, 8006, 6514, 10887, 8296, 10289, 8250, 6603, 8864, 6465, 10545, 8353, 9357, 7239, 6499, 8691, 6645, 10986, 7789, 6385, 8412, 6792, 8777, 8403, 6375, 11039, 7517, 6707, 10179, 8070, 9240, 8736, 6801, 10591, 7766, 11471, 8855, 6527, 8561, 6514, 11125, 8827, 6445, 8802, 6677, 10526, 8023, 10926, 8182, 6643, 7823, 6636, 10579, 7634, 10799, 7285, 10080, 7225, 10121, 7886, 6687, 8698, 6484, 9001, 7547, 6772, 10428, 7147, 9806, 7589, 10593, 9024, 8315, 8468, 6272, 9350, 6741, 10209, 7561, 9033, 7070, 6545, 9889, 7201, 7952, 8434, 6443, 9484, 6674, 11014, 8064, 8129, 7105, 6416, 10010, 7949, 7505, 8108, 6460, 10043, 7687, 11228, 8668, 6661, 8933, 7007, 9350, 9146, 6415, 10328, 7675, 7573, 10313, 7728, 9312, 8019, 8256, 9075, 8536, 9459, 6637, 9819, 7131, 6701, 9738, 6900, 6233, 7937, 6229, 10091, 7526, 8574, 9148, 6802, 10597, 7508, 10901, 8995, 6642, 9179, 6630, 7590, 9646, 7353, 11227, 8460, 10581, 8296, 11496, 9298, 6677, 8540, 6501, 10219, 7575, 10009, 7242, 6227, 8607, 6691, 10620, 8030, 10047, 7397, 10019, 8299, 9197, 8646, 6382, 8781, 6629, 10008, 7032, 9517, 6462, 9457, 6530, 10067, 7181, 10199, 6946, 8418, 6631, 10116, 8422, 6370, 8737, 6368, 9556, 7426, 10178, 9022, 6318, 9749, 7100, 10372, 7924, 9234, 8144, 6288, 9401, 6821, 9777, 7393, 10266, 6888, 9678, 7241, 10996, 8778, 7049, 7530, 6360, 8186, 7125, 9165, 6641, 9534, 6425, 9207, 6323, 9956, 7607, 10841, 8179, 6593, 7832, 6201, 9270, 7415, 10403, 6924, 9487, 6751, 9880, 7109, 10707, 8102, 10287, 6899, 8914, 8291, 7169, 9042, 6195, 9831, 6969, 9870, 7696, 10253, 8682, 6330, 8977, 6552, 9970, 7559, 10415, 7815, 10030, 6690, 9642, 7387, 9773, 7702, 6302, 8310, 6320, 9582, 7244, 9976, 6787, 6252, 6938, 6251, 8221, 6570, 9328, 6733, 6594, 6484, 6163, 8284, 6478, 10363, 7857, 9356, 7777, 6511, 6405, 6863, 6637, 6484, 7020, 9612, 13153, 8438, 6416, 7590, 6166, 9548, 9961, 10452, 11988, 8602, 6326, 8633, 6269, 10018, 7593, 6390, 6201, 6520, 6307, 11641, 8330, 7206, 9448, 7595, 10566, 10780, 11110, 7582, 7576, 9801, 10075, 10203, 8234, 6978, 8603, 9101, 7950, 7824, 9319, 6763, 12265, 10132, 8598, 10723, 6723, 6157, 8397, 8208, 11658, 8037, 6155, 8730, 6613, 6346, 9824, 7400, 6449, 9365, 9403, 9924, 9749, 10870, 6871, 11967, 6948, 9285, 8672, 8315, 11183, 6943, 8805, 7134, 6406, 9954, 7831, 6143, 9602, 6356, 10856, 7870, 9216, 8377, 6175, 8495, 7865, 7524, 11234, 8504, 6147, 9434, 6080, 10291, 8931, 7040, 10361, 6778, 6527, 9764, 8491, 11024, 7094, 7388, 7066, 6191, 10041, 6767, 6408, 8000, 6337, 10050, 7623, 7217, 10240, 6495, 7500, 8120, 7855, 10200, 7526, 6391, 8003, 6275, 9802, 7181, 10595, 7924, 6418, 9570, 6288, 9333, 9473, 7063, 11073, 7245, 8120, 9683, 8605, 11235, 6429, 9677, 7769, 8009, 10561, 6623, 6464, 8297, 6552, 7939, 9987, 6816, 6430, 9248, 7881, 10584, 10017, 11450, 7119, 10533, 7810, 9224, 11034, 9316, 11789, 6586, 6609, 9145, 7456, 11375, 7354, 6247, 9329, 7548, 10654, 7510, 12018, 6595, 9800, 8858, 8126, 10918, 6434, 7805, 7707, 8040, 10869, 7860, 6279, 9547, 6834, 10433, 8409, 6567, 8958, 6111, 10544, 8141, 9628, 9473, 6109, 10929, 6787, 10793, 10358, 8100, 10708, 6203, 11325, 8123, 7387, 10186, 6329, 6488, 10638, 7039, 7013, 10786, 7129, 6351, 10011, 7759, 8285, 10570, 7505, 6272, 9687, 7031, 10261, 10238, 7606, 6349, 8046, 6560, 8732, 10411, 6696, 6626, 9863, 6840], 'WindowCenter': [3932.0, 3970.0, 3926.0, 3923.0, 3954.0, 3931.0, 3889.0, 3939.0, 3918.0, 3896.0, 3939.0, 3906.0, 3864.0, 3914.0, 3894.0, 3874.0, 3925.0, 3883.0, 3861.0, 3902.0, 3872.0, 3914.0, 3902.0, 3861.0, 3914.0, 3881.0, 3860.0, 3912.0, 3894.0, 3873.0, 3914.0, 3884.0, 3886.0, 3925.0, 3896.0, 3864.0, 3928.0, 3896.0, 3865.0, 3926.0, 3895.0, 3905.0, 3916.0, 3874.0, 3916.0, 3885.0, 3876.0, 3925.0, 3896.0, 3874.0, 3895.0, 3875.0, 3926.0, 3897.0, 3927.0, 3908.0, 3886.0, 3919.0, 3889.0, 3908.0, 3920.0, 3890.0, 3940.0, 3909.0, 3940.0, 3908.0, 3939.0, 3919.0, 3875.0, 3927.0, 3884.0, 3886.0, 3927.0, 3897.0, 3917.0, 3906.0, 3875.0, 3927.0, 3894.0, 3925.0, 3885.0, 3915.0, 3885.0, 3885.0, 3918.0, 3887.0, 3918.0, 3909.0, 3938.0, 3907.0, 3926.0, 3905.0, 3925.0, 3884.0, 3914.0, 3893.0, 3902.0, 3912.0, 3859.0, 3900.0, 3849.0, 3900.0, 3881.0, 3879.0, 3891.0, 3860.0, 3901.0, 3871.0, 3872.0, 3904.0, 3872.0, 3925.0, 3895.0, 3924.0, 3881.0, 3901.0, 3893.0, 3859.0, 3893.0, 3863.0, 3895.0, 3907.0, 3875.0, 3927.0, 3886.0, 3926.0, 3886.0, 3914.0, 3893.0, 3873.0, 3914.0, 3874.0, 3883.0, 3895.0, 3874.0, 3925.0, 3906.0, 3874.0, 3906.0, 3876.0, 3936.0, 3919.0, 3887.0, 3917.0, 3884.0, 3913.0, 3881.0, 3924.0, 3871.0, 3860.0, 3902.0, 3861.0, 3893.0, 3905.0, 3875.0, 3926.0, 3892.0, 3911.0, 3893.0, 3858.0, 3900.0, 3872.0, 3860.0, 3892.0, 3862.0, 3913.0, 3894.0, 3863.0, 3904.0, 3870.0, 3903.0, 3859.0, 3911.0, 3871.0, 3901.0, 3882.0, 3872.0, 3915.0, 3887.0, 3898.0, 3929.0, 3898.0, 3897.0, 3938.0, 3898.0, 3885.0, 3926.0, 3897.0, 3938.0, 3928.0, 3886.0, 3927.0, 3906.0, 3884.0, 3935.0, 3905.0, 3885.0, 3915.0, 3884.0, 3902.0, 3926.0, 3886.0, 3884.0, 3917.0, 3894.0, 3896.0, 3936.0, 3906.0, 3915.0, 3906.0, 3885.0, 3935.0, 3916.0, 3924.0, 3904.0, 3911.0, 3903.0, 3872.0, 3925.0, 3883.0, 3885.0, 3926.0, 3928.0, 3896.0, 3937.0, 3907.0, 3883.0, 3926.0, 3893.0, 3925.0, 3902.0, 3922.0, 3891.0, 3921.0, 3899.0, 3889.0, 3888.0, 3855.0, 3897.0, 3856.0, 3909.0, 3889.0, 3858.0, 3889.0, 3870.0, 3899.0, 3882.0, 3884.0, 3891.0, 3882.0, 3912.0, 3893.0, 3893.0, 3912.0, 3883.0, 3925.0, 3882.0, 3924.0, 3891.0, 3922.0, 3883.0, 3872.0, 3904.0, 3871.0, 3923.0, 3872.0, 3924.0, 3883.0, 3913.0, 3892.0, 3881.0, 3911.0, 3883.0, 3903.0, 3892.0, 3923.0, 3914.0, 3880.0, 3922.0, 3892.0, 3923.0, 3883.0, 3897.0, 3927.0, 3896.0, 3896.0, 3938.0, 3904.0, 3884.0, 3925.0, 3914.0, 3884.0, 3923.0, 3881.0, 3911.0, 3891.0, 3880.0, 3911.0, 3870.0, 3860.0, 3902.0, 3902.0, 3871.0, 3925.0, 3895.0, 3874.0, 3925.0, 3895.0, 3914.0, 3916.0, 3884.0, 3913.0, 3905.0, 3884.0, 3936.0, 3914.0, 3883.0, 3903.0, 3870.0, 3922.0, 3890.0, 3923.0, 3890.0, 3859.0, 3912.0, 3880.0, 3911.0, 3888.0, 3857.0, 3901.0, 3870.0, 3900.0, 3901.0, 3872.0, 3924.0, 3882.0, 3871.0, 3904.0, 3882.0, 3922.0, 3903.0, 3872.0, 3903.0, 3871.0, 3923.0, 3905.0, 3871.0, 3902.0, 3872.0, 3913.0, 3902.0, 3882.0, 3913.0, 3885.0, 3894.0, 3914.0, 3884.0, 3937.0, 3906.0, 3916.0, 3904.0, 3884.0, 3923.0, 3894.0, 3883.0, 3895.0, 3872.0, 3935.0, 3907.0, 3883.0, 3926.0, 3884.0, 3924.0, 3905.0, 3914.0, 3916.0, 3874.0, 3924.0, 3895.0, 3883.0, 3926.0, 3894.0, 3894.0, 3905.0, 3873.0, 3924.0, 3904.0, 3923.0, 3904.0, 3872.0, 3904.0, 3873.0, 3923.0, 3904.0, 3913.0, 3883.0, 3872.0, 3902.0, 3883.0, 3923.0, 3894.0, 3875.0, 3905.0, 3885.0, 3916.0, 3917.0, 3875.0, 3937.0, 3897.0, 3884.0, 3928.0, 3906.0, 3915.0, 3905.0, 3883.0, 3926.0, 3894.0, 3936.0, 3916.0, 3873.0, 3905.0, 3872.0, 3936.0, 3916.0, 3876.0, 3917.0, 3884.0, 3926.0, 3893.0, 3926.0, 3905.0, 3872.0, 3892.0, 3873.0, 3924.0, 3892.0, 3924.0, 3882.0, 3913.0, 3882.0, 3913.0, 3893.0, 3872.0, 3904.0, 3874.0, 3915.0, 3895.0, 3885.0, 3938.0, 3896.0, 3926.0, 3906.0, 3927.0, 3917.0, 3904.0, 3905.0, 3874.0, 3913.0, 3872.0, 3914.0, 3883.0, 3903.0, 3883.0, 3871.0, 3923.0, 3894.0, 3905.0, 3905.0, 3875.0, 3926.0, 3885.0, 3937.0, 3906.0, 3905.0, 3886.0, 3877.0, 3926.0, 3909.0, 3897.0, 3908.0, 3874.0, 3928.0, 3896.0, 3937.0, 3915.0, 3885.0, 3916.0, 3884.0, 3916.0, 3914.0, 3876.0, 3926.0, 3895.0, 3893.0, 3925.0, 3894.0, 3913.0, 3895.0, 3892.0, 3903.0, 3891.0, 3902.0, 3871.0, 3912.0, 3882.0, 3873.0, 3913.0, 3887.0, 3874.0, 3906.0, 3874.0, 3925.0, 3896.0, 3916.0, 3917.0, 3887.0, 3927.0, 3895.0, 3923.0, 3905.0, 3875.0, 3917.0, 3886.0, 3895.0, 3928.0, 3895.0, 3938.0, 3907.0, 3928.0, 3907.0, 3925.0, 3916.0, 3873.0, 3905.0, 3873.0, 3924.0, 3895.0, 3916.0, 3894.0, 3864.0, 3906.0, 3886.0, 3927.0, 3906.0, 3926.0, 3895.0, 3915.0, 3893.0, 3902.0, 3905.0, 3861.0, 3903.0, 3871.0, 3913.0, 3871.0, 3901.0, 3861.0, 3902.0, 3860.0, 3913.0, 3870.0, 3912.0, 3883.0, 3891.0, 3872.0, 3913.0, 3904.0, 3872.0, 3904.0, 3874.0, 3914.0, 3896.0, 3925.0, 3915.0, 3873.0, 3916.0, 3884.0, 3915.0, 3894.0, 3904.0, 3894.0, 3872.0, 3914.0, 3873.0, 3912.0, 3883.0, 3912.0, 3883.0, 3902.0, 3881.0, 3913.0, 3905.0, 3870.0, 3882.0, 3860.0, 3892.0, 3870.0, 3901.0, 3871.0, 3913.0, 3862.0, 3903.0, 3861.0, 3914.0, 3892.0, 3925.0, 3904.0, 3872.0, 3891.0, 3863.0, 3915.0, 3882.0, 3925.0, 3883.0, 3913.0, 3872.0, 3913.0, 3872.0, 3912.0, 3893.0, 3911.0, 3882.0, 3902.0, 3904.0, 3882.0, 3903.0, 3862.0, 3925.0, 3886.0, 3916.0, 3895.0, 3926.0, 3905.0, 3874.0, 3906.0, 3873.0, 3916.0, 3894.0, 3925.0, 3893.0, 3915.0, 3874.0, 3913.0, 3884.0, 3913.0, 3894.0, 3873.0, 3904.0, 3872.0, 3915.0, 3893.0, 3926.0, 3886.0, 3875.0, 3883.0, 3874.0, 3904.0, 3887.0, 3918.0, 3886.0, 3887.0, 3873.0, 3865.0, 3893.0, 3860.0, 3902.0, 3881.0, 3902.0, 3880.0, 3859.0, 3860.0, 3870.0, 3873.0, 3862.0, 3881.0, 3918.0, 3949.0, 3906.0, 3875.0, 3895.0, 3865.0, 3916.0, 3917.0, 3928.0, 3940.0, 3907.0, 3875.0, 3905.0, 3876.0, 3915.0, 3894.0, 3877.0, 3875.0, 3875.0, 3876.0, 3939.0, 3906.0, 3896.0, 3914.0, 3896.0, 3926.0, 3928.0, 3927.0, 3896.0, 3884.0, 3916.0, 3929.0, 3939.0, 3918.0, 3898.0, 3919.0, 3920.0, 3909.0, 3909.0, 3918.0, 3886.0, 3939.0, 3928.0, 3905.0, 3926.0, 3875.0, 3863.0, 3894.0, 3895.0, 3926.0, 3896.0, 3864.0, 3906.0, 3886.0, 3876.0, 3930.0, 3899.0, 3888.0, 3931.0, 3917.0, 3918.0, 3906.0, 3926.0, 3876.0, 3936.0, 3884.0, 3903.0, 3892.0, 3893.0, 3924.0, 3873.0, 3904.0, 3874.0, 3863.0, 3915.0, 3896.0, 3865.0, 3916.0, 3875.0, 3925.0, 3894.0, 3914.0, 3905.0, 3865.0, 3905.0, 3895.0, 3894.0, 3926.0, 3904.0, 3862.0, 3915.0, 3862.0, 3913.0, 3905.0, 3884.0, 3916.0, 3874.0, 3863.0, 3914.0, 3893.0, 3912.0, 3871.0, 3870.0, 3871.0, 3862.0, 3913.0, 3874.0, 3872.0, 3894.0, 3864.0, 3914.0, 3896.0, 3896.0, 3927.0, 3874.0, 3883.0, 3894.0, 3894.0, 3926.0, 3895.0, 3873.0, 3895.0, 3875.0, 3915.0, 3886.0, 3925.0, 3894.0, 3874.0, 3915.0, 3875.0, 3917.0, 3927.0, 3898.0, 3937.0, 3898.0, 3906.0, 3927.0, 3917.0, 3937.0, 3877.0, 3915.0, 3896.0, 3906.0, 3927.0, 3886.0, 3875.0, 3906.0, 3876.0, 3907.0, 3928.0, 3900.0, 3888.0, 3931.0, 3907.0, 3929.0, 3927.0, 3937.0, 3886.0, 3925.0, 3895.0, 3915.0, 3926.0, 3905.0, 3924.0, 3873.0, 3872.0, 3915.0, 3895.0, 3936.0, 3895.0, 3875.0, 3917.0, 3897.0, 3927.0, 3893.0, 3935.0, 3885.0, 3914.0, 3906.0, 3895.0, 3926.0, 3873.0, 3893.0, 3895.0, 3894.0, 3925.0, 3905.0, 3874.0, 3915.0, 3874.0, 3925.0, 3906.0, 3874.0, 3904.0, 3864.0, 3926.0, 3894.0, 3915.0, 3913.0, 3861.0, 3923.0, 3872.0, 3914.0, 3914.0, 3892.0, 3914.0, 3862.0, 3923.0, 3892.0, 3882.0, 3913.0, 3875.0, 3874.0, 3926.0, 3885.0, 3885.0, 3938.0, 3897.0, 3889.0, 3928.0, 3909.0, 3906.0, 3928.0, 3897.0, 3875.0, 3916.0, 3884.0, 3925.0, 3928.0, 3895.0, 3874.0, 3906.0, 3887.0, 3914.0, 3927.0, 3886.0, 3886.0, 3927.0, 3886.0], 'WindowWidth': [8813.0, 8858.0, 8792.0, 8782.0, 8823.0, 8788.0, 8731.0, 8797.0, 8764.0, 8731.0, 8792.0, 8743.0, 8686.0, 8754.0, 8727.0, 8699.0, 8768.0, 8710.0, 8678.0, 8733.0, 8694.0, 8751.0, 8734.0, 8680.0, 8750.0, 8706.0, 8678.0, 8748.0, 8727.0, 8697.0, 8753.0, 8716.0, 8720.0, 8770.0, 8732.0, 8690.0, 8779.0, 8736.0, 8691.0, 8774.0, 8731.0, 8744.0, 8760.0, 8703.0, 8760.0, 8718.0, 8707.0, 8771.0, 8734.0, 8704.0, 8732.0, 8705.0, 8772.0, 8735.0, 8775.0, 8752.0, 8723.0, 8769.0, 8732.0, 8754.0, 8771.0, 8732.0, 8799.0, 8758.0, 8797.0, 8752.0, 8793.0, 8766.0, 8705.0, 8775.0, 8717.0, 8722.0, 8775.0, 8737.0, 8763.0, 8749.0, 8705.0, 8777.0, 8729.0, 8771.0, 8717.0, 8757.0, 8718.0, 8720.0, 8765.0, 8726.0, 8767.0, 8756.0, 8795.0, 8749.0, 8772.0, 8742.0, 8768.0, 8713.0, 8751.0, 8722.0, 8733.0, 8747.0, 8673.0, 8726.0, 8658.0, 8726.0, 8702.0, 8699.0, 8716.0, 8677.0, 8731.0, 8694.0, 8694.0, 8739.0, 8697.0, 8770.0, 8729.0, 8767.0, 8705.0, 8730.0, 8722.0, 8676.0, 8723.0, 8687.0, 8731.0, 8748.0, 8707.0, 8777.0, 8723.0, 8774.0, 8718.0, 8752.0, 8725.0, 8697.0, 8752.0, 8700.0, 8712.0, 8728.0, 8700.0, 8772.0, 8747.0, 8702.0, 8746.0, 8707.0, 8790.0, 8768.0, 8722.0, 8763.0, 8713.0, 8751.0, 8704.0, 8765.0, 8692.0, 8677.0, 8733.0, 8681.0, 8725.0, 8743.0, 8702.0, 8772.0, 8721.0, 8745.0, 8720.0, 8671.0, 8727.0, 8694.0, 8676.0, 8719.0, 8681.0, 8750.0, 8727.0, 8685.0, 8741.0, 8690.0, 8734.0, 8673.0, 8742.0, 8690.0, 8731.0, 8707.0, 8695.0, 8757.0, 8726.0, 8746.0, 8784.0, 8746.0, 8742.0, 8797.0, 8743.0, 8722.0, 8775.0, 8740.0, 8793.0, 8780.0, 8724.0, 8779.0, 8749.0, 8717.0, 8787.0, 8747.0, 8720.0, 8759.0, 8716.0, 8737.0, 8774.0, 8721.0, 8717.0, 8763.0, 8732.0, 8735.0, 8790.0, 8750.0, 8760.0, 8748.0, 8718.0, 8786.0, 8763.0, 8769.0, 8740.0, 8747.0, 8738.0, 8694.0, 8770.0, 8713.0, 8723.0, 8779.0, 8784.0, 8741.0, 8795.0, 8755.0, 8717.0, 8776.0, 8726.0, 8772.0, 8736.0, 8762.0, 8718.0, 8760.0, 8729.0, 8712.0, 8711.0, 8665.0, 8720.0, 8668.0, 8739.0, 8714.0, 8674.0, 8714.0, 8691.0, 8729.0, 8711.0, 8715.0, 8722.0, 8711.0, 8752.0, 8729.0, 8728.0, 8752.0, 8715.0, 8770.0, 8710.0, 8768.0, 8720.0, 8763.0, 8713.0, 8696.0, 8740.0, 8695.0, 8766.0, 8698.0, 8767.0, 8715.0, 8752.0, 8724.0, 8709.0, 8749.0, 8715.0, 8741.0, 8725.0, 8766.0, 8755.0, 8706.0, 8764.0, 8727.0, 8766.0, 8714.0, 8738.0, 8780.0, 8733.0, 8733.0, 8793.0, 8744.0, 8717.0, 8771.0, 8756.0, 8714.0, 8764.0, 8705.0, 8743.0, 8718.0, 8701.0, 8744.0, 8689.0, 8678.0, 8734.0, 8736.0, 8697.0, 8772.0, 8734.0, 8704.0, 8770.0, 8733.0, 8758.0, 8760.0, 8718.0, 8755.0, 8745.0, 8715.0, 8789.0, 8754.0, 8712.0, 8738.0, 8689.0, 8760.0, 8717.0, 8762.0, 8715.0, 8675.0, 8746.0, 8701.0, 8744.0, 8711.0, 8669.0, 8729.0, 8688.0, 8727.0, 8733.0, 8695.0, 8768.0, 8711.0, 8694.0, 8739.0, 8709.0, 8765.0, 8739.0, 8697.0, 8738.0, 8693.0, 8764.0, 8742.0, 8694.0, 8736.0, 8696.0, 8751.0, 8736.0, 8710.0, 8753.0, 8718.0, 8729.0, 8756.0, 8715.0, 8789.0, 8748.0, 8758.0, 8742.0, 8712.0, 8765.0, 8728.0, 8712.0, 8731.0, 8699.0, 8783.0, 8750.0, 8715.0, 8774.0, 8718.0, 8770.0, 8744.0, 8756.0, 8759.0, 8702.0, 8770.0, 8731.0, 8715.0, 8774.0, 8730.0, 8729.0, 8744.0, 8699.0, 8768.0, 8741.0, 8765.0, 8741.0, 8696.0, 8740.0, 8700.0, 8765.0, 8739.0, 8752.0, 8712.0, 8698.0, 8737.0, 8712.0, 8766.0, 8730.0, 8705.0, 8745.0, 8721.0, 8760.0, 8765.0, 8706.0, 8791.0, 8738.0, 8717.0, 8777.0, 8748.0, 8758.0, 8744.0, 8713.0, 8772.0, 8728.0, 8787.0, 8760.0, 8700.0, 8743.0, 8697.0, 8787.0, 8762.0, 8707.0, 8762.0, 8715.0, 8772.0, 8726.0, 8774.0, 8743.0, 8697.0, 8724.0, 8698.0, 8768.0, 8723.0, 8767.0, 8709.0, 8750.0, 8709.0, 8749.0, 8726.0, 8697.0, 8739.0, 8702.0, 8756.0, 8732.0, 8718.0, 8792.0, 8736.0, 8775.0, 8749.0, 8778.0, 8762.0, 8741.0, 8742.0, 8699.0, 8752.0, 8695.0, 8752.0, 8710.0, 8736.0, 8711.0, 8696.0, 8766.0, 8730.0, 8745.0, 8746.0, 8705.0, 8774.0, 8717.0, 8790.0, 8747.0, 8744.0, 8722.0, 8710.0, 8776.0, 8755.0, 8737.0, 8753.0, 8705.0, 8778.0, 8734.0, 8790.0, 8759.0, 8717.0, 8759.0, 8717.0, 8760.0, 8757.0, 8707.0, 8773.0, 8732.0, 8726.0, 8770.0, 8729.0, 8753.0, 8729.0, 8721.0, 8737.0, 8718.0, 8733.0, 8691.0, 8748.0, 8710.0, 8698.0, 8753.0, 8722.0, 8704.0, 8748.0, 8703.0, 8772.0, 8734.0, 8761.0, 8764.0, 8723.0, 8776.0, 8731.0, 8767.0, 8744.0, 8703.0, 8762.0, 8722.0, 8732.0, 8777.0, 8732.0, 8792.0, 8749.0, 8777.0, 8748.0, 8768.0, 8757.0, 8698.0, 8742.0, 8700.0, 8767.0, 8729.0, 8759.0, 8729.0, 8689.0, 8748.0, 8720.0, 8776.0, 8748.0, 8773.0, 8731.0, 8756.0, 8725.0, 8734.0, 8740.0, 8680.0, 8736.0, 8690.0, 8749.0, 8690.0, 8730.0, 8679.0, 8733.0, 8675.0, 8748.0, 8689.0, 8748.0, 8711.0, 8720.0, 8696.0, 8750.0, 8741.0, 8698.0, 8741.0, 8704.0, 8754.0, 8733.0, 8769.0, 8758.0, 8701.0, 8759.0, 8716.0, 8756.0, 8728.0, 8740.0, 8725.0, 8697.0, 8754.0, 8697.0, 8749.0, 8709.0, 8748.0, 8711.0, 8734.0, 8705.0, 8749.0, 8741.0, 8691.0, 8708.0, 8676.0, 8721.0, 8689.0, 8733.0, 8692.0, 8751.0, 8682.0, 8737.0, 8680.0, 8752.0, 8723.0, 8771.0, 8742.0, 8697.0, 8722.0, 8686.0, 8756.0, 8710.0, 8768.0, 8711.0, 8751.0, 8695.0, 8750.0, 8695.0, 8748.0, 8724.0, 8747.0, 8708.0, 8734.0, 8740.0, 8710.0, 8737.0, 8683.0, 8769.0, 8719.0, 8758.0, 8732.0, 8774.0, 8745.0, 8701.0, 8745.0, 8699.0, 8759.0, 8725.0, 8769.0, 8723.0, 8754.0, 8699.0, 8749.0, 8714.0, 8751.0, 8727.0, 8699.0, 8740.0, 8697.0, 8756.0, 8727.0, 8771.0, 8721.0, 8704.0, 8714.0, 8704.0, 8743.0, 8723.0, 8764.0, 8721.0, 8723.0, 8700.0, 8691.0, 8722.0, 8676.0, 8732.0, 8704.0, 8731.0, 8699.0, 8672.0, 8675.0, 8689.0, 8696.0, 8681.0, 8706.0, 8765.0, 8812.0, 8747.0, 8706.0, 8729.0, 8690.0, 8756.0, 8763.0, 8779.0, 8799.0, 8749.0, 8702.0, 8743.0, 8705.0, 8756.0, 8726.0, 8708.0, 8706.0, 8703.0, 8707.0, 8790.0, 8744.0, 8731.0, 8752.0, 8731.0, 8770.0, 8780.0, 8775.0, 8730.0, 8710.0, 8757.0, 8782.0, 8797.0, 8766.0, 8740.0, 8767.0, 8770.0, 8755.0, 8753.0, 8765.0, 8719.0, 8791.0, 8775.0, 8742.0, 8771.0, 8703.0, 8683.0, 8725.0, 8726.0, 8772.0, 8730.0, 8689.0, 8745.0, 8721.0, 8708.0, 8784.0, 8742.0, 8728.0, 8787.0, 8761.0, 8762.0, 8742.0, 8770.0, 8702.0, 8783.0, 8714.0, 8734.0, 8719.0, 8720.0, 8764.0, 8695.0, 8737.0, 8697.0, 8683.0, 8756.0, 8732.0, 8690.0, 8757.0, 8702.0, 8769.0, 8728.0, 8753.0, 8743.0, 8694.0, 8744.0, 8729.0, 8725.0, 8770.0, 8739.0, 8683.0, 8753.0, 8682.0, 8751.0, 8742.0, 8712.0, 8757.0, 8701.0, 8683.0, 8752.0, 8721.0, 8748.0, 8691.0, 8689.0, 8690.0, 8680.0, 8749.0, 8700.0, 8697.0, 8727.0, 8686.0, 8754.0, 8731.0, 8732.0, 8773.0, 8703.0, 8712.0, 8728.0, 8727.0, 8771.0, 8729.0, 8699.0, 8730.0, 8707.0, 8757.0, 8721.0, 8771.0, 8730.0, 8701.0, 8757.0, 8704.0, 8763.0, 8777.0, 8740.0, 8791.0, 8741.0, 8748.0, 8777.0, 8761.0, 8790.0, 8710.0, 8758.0, 8733.0, 8745.0, 8775.0, 8721.0, 8706.0, 8748.0, 8710.0, 8752.0, 8783.0, 8747.0, 8730.0, 8788.0, 8750.0, 8784.0, 8776.0, 8790.0, 8720.0, 8770.0, 8730.0, 8755.0, 8771.0, 8741.0, 8766.0, 8698.0, 8695.0, 8755.0, 8729.0, 8787.0, 8731.0, 8705.0, 8764.0, 8733.0, 8774.0, 8725.0, 8783.0, 8717.0, 8755.0, 8746.0, 8729.0, 8772.0, 8700.0, 8725.0, 8729.0, 8726.0, 8772.0, 8744.0, 8703.0, 8757.0, 8699.0, 8769.0, 8745.0, 8700.0, 8740.0, 8688.0, 8770.0, 8727.0, 8756.0, 8750.0, 8680.0, 8764.0, 8697.0, 8752.0, 8752.0, 8720.0, 8751.0, 8682.0, 8762.0, 8720.0, 8708.0, 8750.0, 8701.0, 8700.0, 8772.0, 8719.0, 8719.0, 8792.0, 8738.0, 8729.0, 8780.0, 8754.0, 8747.0, 8780.0, 8735.0, 8705.0, 8758.0, 8715.0, 8768.0, 8776.0, 8730.0, 8701.0, 8746.0, 8723.0, 8756.0, 8774.0, 8720.0, 8721.0, 8775.0, 8721.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.0008308030803080308</td></tr>
<tr><td colspan=3>aqi</td><td>0.020028514301430142</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.97074443955953</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.233907188931717</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0112445377533037</td></tr>
<tr><td colspan=3>efc</td><td>0.4614</td></tr>
<tr><td colspan=3>fber</td><td>6832.4712</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09792433073952277</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.08030803080308</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.610722207164791</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.625878482848724</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8171509328338877</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.389137205811762</td></tr>
<tr><td colspan=3>gcor</td><td>0.00649198</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007912108674645424</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021312911063432693</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</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.7912827842936423</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.9244</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.0248</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.9702</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301938.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>611.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.4963</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2335</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.7652</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3102.4056</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74606.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4072.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.1482</td></tr>
<tr><td colspan=3>tsnr</td><td>40.164561891695485</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>