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

616 lines
No EOL
105 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-0053_ses-04_task-social_acq-mb8_run-01_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-0053_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0053_suffix-bold_task-social" 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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0053_suffix-bold_task-social" 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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0053_suffix-bold_task-social" 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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0053_suffix-bold_task-social" 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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0053_suffix-bold_task-social" 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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0053_suffix-bold_task-social" 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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0053_suffix-bold_task-social" 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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-01_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-0053/ses-04/func/sub-0053_ses-04_task-social_acq-mb8_run-01_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>258f88c05302c1462721c8a9d0d6734b</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:25:23.070000</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.997306, 0.0328033, -0.0656152, -0.0294251, 0.998224, 0.0518058]</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.252</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-01_task-social_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.0908842</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7729, -7260, 506, -2, -14, -14, 89]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.486</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4daedc54-6e9e-4dd4-934a-0408d18ed7ab||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.6756982803344727, -0.07894536107778549, -0.18143460154533386, 119.7489242553711], [-0.08800892531871796, 2.6781609058380127, 0.13428576290607452, -84.38846588134766], [-0.1760406792163849, -0.13899113237857819, 2.6905479431152344, -49.39563751220703], [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, 872]</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], 'AcquisitionTime': ['162523.070000', '162523.530000', '162523.990000', '162524.450000', '162524.910000', '162525.370000', '162525.830000', '162526.290000', '162526.750000', '162527.210000', '162527.670000', '162528.130000', '162528.590000', '162529.050000', '162529.510000', '162529.970000', '162530.430000', '162530.890000', '162531.350000', '162531.810000', '162532.270000', '162532.730000', '162533.190000', '162533.650000', '162534.110000', '162534.570000', '162535.030000', '162535.490000', '162535.950000', '162536.410000', '162536.870000', '162537.330000', '162537.790000', '162538.250000', '162538.710000', '162539.170000', '162539.630000', '162540.090000', '162540.550000', '162541.010000', '162541.470000', '162541.930000', '162542.390000', '162542.850000', '162543.310000', '162543.770000', '162544.230000', '162544.690000', '162545.150000', '162545.610000', '162546.070000', '162546.530000', '162546.990000', '162547.450000', '162547.910000', '162548.370000', '162548.830000', '162549.290000', '162549.750000', '162550.210000', '162550.670000', '162551.130000', '162551.590000', '162552.050000', '162552.510000', '162552.970000', '162553.430000', '162553.890000', '162554.350000', '162554.810000', '162555.270000', '162555.730000', '162556.190000', '162556.650000', '162557.110000', '162557.570000', '162558.030000', '162558.490000', '162558.950000', '162559.410000', '162559.870000', '162600.330000', '162600.790000', '162601.250000', '162601.710000', '162602.170000', '162602.630000', '162603.090000', '162603.550000', '162604.010000', '162604.470000', '162604.930000', '162605.390000', '162605.850000', '162606.310000', '162606.770000', '162607.230000', '162607.690000', '162608.150000', '162608.610000', '162609.070000', '162609.530000', '162609.990000', '162610.450000', '162610.910000', '162611.370000', '162611.830000', '162612.290000', '162612.750000', '162613.210000', '162613.670000', '162614.130000', '162614.590000', '162615.050000', '162615.510000', '162615.970000', '162616.430000', '162616.890000', '162617.350000', '162617.810000', '162618.270000', '162618.730000', '162619.190000', '162619.650000', '162620.110000', '162620.570000', '162621.030000', '162621.490000', '162621.950000', '162622.410000', '162622.870000', '162623.330000', '162623.790000', '162624.250000', '162624.710000', '162625.170000', '162625.630000', '162626.090000', '162626.550000', '162627.010000', '162627.470000', '162627.930000', '162628.390000', '162628.850000', '162629.310000', '162629.770000', '162630.230000', '162630.690000', '162631.150000', '162631.610000', '162632.070000', '162632.530000', '162632.990000', '162633.450000', '162633.910000', '162634.370000', '162634.830000', '162635.290000', '162635.750000', '162636.210000', '162636.670000', '162637.130000', '162637.590000', '162638.050000', '162638.510000', '162638.970000', '162639.430000', '162639.890000', '162640.350000', '162640.810000', '162641.270000', '162641.730000', '162642.190000', '162642.650000', '162643.110000', '162643.570000', '162644.030000', '162644.490000', '162644.950000', '162645.410000', '162645.870000', '162646.330000', '162646.790000', '162647.250000', '162647.710000', '162648.170000', '162648.630000', '162649.090000', '162649.550000', '162650.010000', '162650.470000', '162650.930000', '162651.390000', '162651.850000', '162652.310000', '162652.770000', '162653.230000', '162653.690000', '162654.150000', '162654.610000', '162655.070000', '162655.530000', '162655.990000', '162656.450000', '162656.910000', '162657.370000', '162657.830000', '162658.290000', '162658.750000', '162659.210000', '162659.670000', '162700.130000', '162700.590000', '162701.050000', '162701.510000', '162701.970000', '162702.430000', '162702.890000', '162703.350000', '162703.810000', '162704.270000', '162704.730000', '162705.190000', '162705.650000', '162706.110000', '162706.570000', '162707.030000', '162707.490000', '162707.950000', '162708.410000', '162708.870000', '162709.330000', '162709.790000', '162710.250000', '162710.710000', '162711.170000', '162711.630000', '162712.090000', '162712.550000', '162713.010000', '162713.470000', '162713.930000', '162714.390000', '162714.850000', '162715.310000', '162715.770000', '162716.230000', '162716.690000', '162717.150000', '162717.610000', '162718.070000', '162718.530000', '162718.990000', '162719.450000', '162719.910000', '162720.370000', '162720.830000', '162721.290000', '162721.750000', '162722.210000', '162722.670000', '162723.130000', '162723.590000', '162724.050000', '162724.510000', '162724.970000', '162725.430000', '162725.890000', '162726.350000', '162726.810000', '162727.270000', '162727.730000', '162728.190000', '162728.650000', '162729.110000', '162729.570000', '162730.030000', '162730.490000', '162730.950000', '162731.410000', '162731.870000', '162732.330000', '162732.790000', '162733.250000', '162733.710000', '162734.170000', '162734.630000', '162735.090000', '162735.550000', '162736.010000', '162736.470000', '162736.930000', '162737.390000', '162737.850000', '162738.310000', '162738.770000', '162739.230000', '162739.690000', '162740.150000', '162740.610000', '162741.070000', '162741.530000', '162741.990000', '162742.450000', '162742.910000', '162743.370000', '162743.830000', '162744.290000', '162744.750000', '162745.210000', '162745.670000', '162746.130000', '162746.590000', '162747.050000', '162747.510000', '162747.970000', '162748.430000', '162748.890000', '162749.350000', '162749.810000', '162750.270000', '162750.730000', '162751.190000', '162751.650000', '162752.110000', '162752.570000', '162753.030000', '162753.490000', '162753.950000', '162754.410000', '162754.870000', '162755.330000', '162755.790000', '162756.250000', '162756.710000', '162757.170000', '162757.630000', '162758.090000', '162758.550000', '162759.010000', '162759.470000', '162759.930000', '162800.390000', '162800.850000', '162801.310000', '162801.770000', '162802.230000', '162802.690000', '162803.150000', '162803.610000', '162804.070000', '162804.530000', '162804.990000', '162805.450000', '162805.910000', '162806.370000', '162806.830000', '162807.290000', '162807.750000', '162808.210000', '162808.670000', '162809.130000', '162809.590000', '162810.050000', '162810.510000', '162810.970000', '162811.430000', '162811.890000', '162812.350000', '162812.810000', '162813.270000', '162813.730000', '162814.190000', '162814.650000', '162815.110000', '162815.570000', '162816.030000', '162816.490000', '162816.950000', '162817.410000', '162817.870000', '162818.330000', '162818.790000', '162819.250000', '162819.710000', '162820.170000', '162820.630000', '162821.090000', '162821.550000', '162822.010000', '162822.470000', '162822.930000', '162823.390000', '162823.850000', '162824.310000', '162824.770000', '162825.230000', '162825.690000', '162826.150000', '162826.610000', '162827.070000', '162827.530000', '162827.990000', '162828.450000', '162828.910000', '162829.370000', '162829.830000', '162830.290000', '162830.750000', '162831.210000', '162831.670000', '162832.130000', '162832.590000', '162833.050000', '162833.510000', '162833.970000', '162834.430000', '162834.890000', '162835.350000', '162835.810000', '162836.270000', '162836.730000', '162837.190000', '162837.650000', '162838.110000', '162838.570000', '162839.030000', '162839.490000', '162839.950000', '162840.410000', '162840.870000', '162841.330000', '162841.790000', '162842.250000', '162842.710000', '162843.170000', '162843.630000', '162844.090000', '162844.550000', '162845.010000', '162845.470000', '162845.930000', '162846.390000', '162846.850000', '162847.310000', '162847.770000', '162848.230000', '162848.690000', '162849.150000', '162849.610000', '162850.070000', '162850.530000', '162850.990000', '162851.450000', '162851.910000', '162852.370000', '162852.830000', '162853.290000', '162853.750000', '162854.210000', '162854.670000', '162855.130000', '162855.590000', '162856.050000', '162856.510000', '162856.970000', '162857.430000', '162857.890000', '162858.350000', '162858.810000', '162859.270000', '162859.730000', '162900.190000', '162900.650000', '162901.110000', '162901.570000', '162902.030000', '162902.490000', '162902.950000', '162903.410000', '162903.870000', '162904.330000', '162904.790000', '162905.250000', '162905.710000', '162906.170000', '162906.630000', '162907.090000', '162907.550000', '162908.010000', '162908.470000', '162908.930000', '162909.390000', '162909.850000', '162910.310000', '162910.770000', '162911.230000', '162911.690000', '162912.150000', '162912.610000', '162913.070000', '162913.530000', '162913.990000', '162914.450000', '162914.910000', '162915.370000', '162915.830000', '162916.290000', '162916.750000', '162917.210000', '162917.670000', '162918.130000', '162918.590000', '162919.050000', '162919.510000', '162919.970000', '162920.430000', '162920.890000', '162921.350000', '162921.810000', '162922.270000', '162922.730000', '162923.190000', '162923.650000', '162924.110000', '162924.570000', '162925.030000', '162925.490000', '162925.950000', '162926.410000', '162926.870000', '162927.330000', '162927.790000', '162928.250000', '162928.710000', '162929.170000', '162929.630000', '162930.090000', '162930.550000', '162931.010000', '162931.470000', '162931.930000', '162932.390000', '162932.850000', '162933.310000', '162933.770000', '162934.230000', '162934.690000', '162935.150000', '162935.610000', '162936.070000', '162936.530000', '162936.990000', '162937.450000', '162937.910000', '162938.370000', '162938.830000', '162939.290000', '162939.750000', '162940.210000', '162940.670000', '162941.130000', '162941.590000', '162942.050000', '162942.510000', '162942.970000', '162943.430000', '162943.890000', '162944.350000', '162944.810000', '162945.270000', '162945.730000', '162946.190000', '162946.650000', '162947.110000', '162947.570000', '162948.030000', '162948.490000', '162948.950000', '162949.410000', '162949.870000', '162950.330000', '162950.790000', '162951.250000', '162951.710000', '162952.170000', '162952.630000', '162953.090000', '162953.550000', '162954.010000', '162954.470000', '162954.930000', '162955.390000', '162955.850000', '162956.310000', '162956.770000', '162957.230000', '162957.690000', '162958.150000', '162958.610000', '162959.070000', '162959.530000', '162959.990000', '163000.450000', '163000.910000', '163001.370000', '163001.830000', '163002.290000', '163002.750000', '163003.210000', '163003.670000', '163004.130000', '163004.590000', '163005.050000', '163005.510000', '163005.970000', '163006.430000', '163006.890000', '163007.350000', '163007.810000', '163008.270000', '163008.730000', '163009.190000', '163009.650000', '163010.110000', '163010.570000', '163011.030000', '163011.490000', '163011.950000', '163012.410000', '163012.870000', '163013.330000', '163013.790000', '163014.250000', '163014.710000', '163015.170000', '163015.630000', '163016.090000', '163016.550000', '163017.010000', '163017.470000', '163017.930000', '163018.390000', '163018.850000', '163019.310000', '163019.770000', '163020.230000', '163020.690000', '163021.150000', '163021.610000', '163022.070000', '163022.530000', '163022.990000', '163023.450000', '163023.910000', '163024.370000', '163024.830000', '163025.290000', '163025.750000', '163026.210000', '163026.670000', '163027.130000', '163027.590000', '163028.050000', '163028.510000', '163028.970000', '163029.430000', '163029.890000', '163030.350000', '163030.810000', '163031.270000', '163031.730000', '163032.190000', '163032.650000', '163033.110000', '163033.570000', '163034.030000', '163034.490000', '163034.950000', '163035.410000', '163035.870000', '163036.330000', '163036.790000', '163037.250000', '163037.710000', '163038.170000', '163038.630000', '163039.090000', '163039.550000', '163040.010000', '163040.470000', '163040.930000', '163041.390000', '163041.850000', '163042.310000', '163042.770000', '163043.230000', '163043.690000', '163044.150000', '163044.610000', '163045.070000', '163045.530000', '163045.990000', '163046.450000', '163046.910000', '163047.370000', '163047.830000', '163048.290000', '163048.750000', '163049.210000', '163049.670000', '163050.130000', '163050.590000', '163051.050000', '163051.510000', '163051.970000', '163052.430000', '163052.890000', '163053.350000', '163053.810000', '163054.270000', '163054.730000', '163055.190000', '163055.650000', '163056.110000', '163056.570000', '163057.030000', '163057.490000', '163057.950000', '163058.410000', '163058.870000', '163059.330000', '163059.790000', '163100.250000', '163100.710000', '163101.170000', '163101.630000', '163102.090000', '163102.550000', '163103.010000', '163103.470000', '163103.930000', '163104.390000', '163104.850000', '163105.310000', '163105.770000', '163106.230000', '163106.690000', '163107.150000', '163107.610000', '163108.070000', '163108.530000', '163108.990000', '163109.450000', '163109.910000', '163110.370000', '163110.830000', '163111.290000', '163111.750000', '163112.210000', '163112.670000', '163113.130000', '163113.590000', '163114.050000', '163114.510000', '163114.970000', '163115.430000', '163115.890000', '163116.350000', '163116.810000', '163117.270000', '163117.730000', '163118.190000', '163118.650000', '163119.110000', '163119.570000', '163120.030000', '163120.490000', '163120.950000', '163121.410000', '163121.870000', '163122.330000', '163122.790000', '163123.250000', '163123.710000', '163124.170000', '163124.630000', '163125.090000', '163125.550000', '163126.010000', '163126.470000', '163126.930000', '163127.390000', '163127.850000', '163128.310000', '163128.770000', '163129.230000', '163129.690000', '163130.150000', '163130.610000', '163131.070000', '163131.530000', '163131.990000', '163132.450000', '163132.910000', '163133.370000', '163133.830000', '163134.290000', '163134.750000', '163135.210000', '163135.670000', '163136.130000', '163136.590000', '163137.050000', '163137.510000', '163137.970000', '163138.430000', '163138.890000', '163139.350000', '163139.810000', '163140.270000', '163140.730000', '163141.190000', '163141.650000', '163142.110000', '163142.570000', '163143.030000', '163143.490000', '163143.950000', '163144.410000', '163144.870000', '163145.330000', '163145.790000', '163146.250000', '163146.710000', '163147.170000', '163147.630000', '163148.090000', '163148.550000', '163149.010000', '163149.470000', '163149.930000', '163150.390000', '163150.850000', '163151.310000', '163151.770000', '163152.230000', '163152.690000', '163153.150000', '163153.610000', '163154.070000', '163154.530000', '163154.990000', '163155.450000', '163155.910000', '163156.370000', '163156.830000', '163157.290000', '163157.750000', '163158.210000', '163158.670000', '163159.130000', '163159.590000', '163200.050000', '163200.510000', '163200.970000', '163201.430000', '163201.890000', '163202.350000', '163202.810000', '163203.270000', '163203.730000'], 'ContentTime': ['162550.821000', '162550.825000', '162550.827000', '162550.831000', '162550.833000', '162550.836000', '162550.839000', '162550.841000', '162550.844000', '162550.846000', '162550.852000', '162550.855000', '162550.857000', '162550.860000', '162550.863000', '162550.865000', '162550.868000', '162550.870000', '162550.873000', '162550.876000', '162550.878000', '162550.881000', '162550.883000', '162550.886000', '162550.888000', '162550.891000', '162550.893000', '162550.896000', '162550.899000', '162550.901000', '162550.904000', '162550.906000', '162550.909000', '162550.911000', '162550.914000', '162550.917000', '162550.919000', '162550.922000', '162550.924000', '162550.927000', '162550.929000', '162550.932000', '162550.934000', '162550.937000', '162550.940000', '162550.942000', '162550.945000', '162550.947000', '162550.950000', '162550.953000', '162550.955000', '162550.958000', '162550.960000', '162550.963000', '162550.965000', '162550.968000', '162550.971000', '162610.781000', '162610.784000', '162610.792000', '162610.795000', '162610.798000', '162610.800000', '162610.803000', '162610.805000', '162610.808000', '162610.810000', '162610.813000', '162610.816000', '162610.818000', '162610.821000', '162610.823000', '162610.826000', '162610.829000', '162610.831000', '162610.834000', '162610.836000', '162610.839000', '162610.841000', '162610.844000', '162610.847000', '162610.849000', '162610.852000', '162610.854000', '162610.857000', '162610.860000', '162610.862000', '162610.865000', '162610.867000', '162610.870000', '162610.873000', '162610.875000', '162610.878000', '162610.880000', '162610.883000', '162610.885000', '162610.888000', '162610.891000', '162610.893000', '162610.896000', '162630.782000', '162630.785000', '162630.787000', '162630.790000', '162630.792000', '162630.795000', '162630.798000', '162630.807000', '162630.810000', '162630.812000', '162630.815000', '162630.817000', '162630.820000', '162630.822000', '162630.825000', '162630.828000', '162630.830000', '162630.833000', '162630.835000', '162630.838000', '162630.841000', '162630.843000', '162630.846000', '162630.848000', '162630.851000', '162630.853000', '162630.856000', '162630.859000', '162630.861000', '162630.864000', '162630.866000', '162630.869000', '162630.871000', '162630.874000', '162630.877000', '162630.879000', '162630.882000', '162630.884000', '162630.887000', '162630.890000', '162630.892000', '162630.895000', '162630.897000', '162630.900000', '162650.783000', '162650.785000', '162650.788000', '162650.790000', '162650.793000', '162650.796000', '162650.798000', '162650.801000', '162650.804000', '162650.806000', '162650.809000', '162650.812000', '162650.814000', '162650.817000', '162650.819000', '162650.822000', '162650.825000', '162650.827000', '162650.830000', '162650.832000', '162650.835000', '162650.837000', '162650.840000', '162650.842000', '162650.845000', '162650.849000', '162650.852000', '162650.854000', '162650.857000', '162650.859000', '162650.862000', '162650.865000', '162650.867000', '162650.870000', '162650.872000', '162650.875000', '162650.878000', '162650.880000', '162650.883000', '162650.885000', '162650.888000', '162650.891000', '162650.893000', '162710.781000', '162710.784000', '162710.787000', '162710.789000', '162710.792000', '162710.794000', '162710.797000', '162710.800000', '162710.802000', '162710.805000', '162710.807000', '162710.810000', '162710.813000', '162710.816000', '162710.818000', '162710.821000', '162710.823000', '162710.826000', '162710.829000', '162710.831000', '162710.834000', '162710.836000', '162710.839000', '162710.841000', '162710.859000', '162710.862000', '162710.864000', '162710.867000', '162710.869000', '162710.872000', '162710.875000', '162710.877000', '162710.880000', '162710.882000', '162710.885000', '162710.887000', '162710.890000', '162710.893000', '162710.895000', '162710.898000', '162710.900000', '162710.903000', '162710.905000', '162710.908000', '162730.782000', '162730.784000', '162730.787000', '162730.790000', '162730.792000', '162730.795000', '162730.797000', '162730.800000', '162730.803000', '162730.805000', '162730.808000', '162730.810000', '162730.813000', '162730.816000', '162730.818000', '162730.821000', '162730.824000', '162730.826000', '162730.829000', '162730.831000', '162730.834000', '162730.837000', '162730.840000', '162730.842000', '162730.845000', '162730.848000', '162730.851000', '162730.853000', '162730.856000', '162730.858000', '162730.861000', '162730.863000', '162730.866000', '162730.869000', '162730.871000', '162730.874000', '162730.877000', '162730.879000', '162730.882000', '162730.884000', '162730.887000', '162730.890000', '162730.892000', '162750.782000', '162750.784000', '162750.787000', '162750.790000', '162750.792000', '162750.795000', '162750.797000', '162750.800000', '162750.802000', '162750.805000', '162750.808000', '162750.810000', '162750.813000', '162750.867000', '162750.870000', '162750.872000', '162750.875000', '162750.878000', '162750.880000', '162750.883000', '162750.885000', '162750.888000', '162750.890000', '162750.893000', '162750.896000', '162750.898000', '162750.901000', '162750.904000', '162750.906000', '162750.909000', '162750.911000', '162750.914000', '162750.917000', '162750.919000', '162750.922000', '162750.924000', '162750.927000', '162750.930000', '162750.932000', '162750.935000', '162750.937000', '162750.940000', '162750.942000', '162750.945000', '162810.782000', '162810.784000', '162810.787000', '162810.790000', '162810.792000', '162810.795000', '162810.798000', '162810.800000', '162810.803000', '162810.805000', '162810.808000', '162810.811000', '162810.813000', '162810.816000', '162810.819000', '162810.821000', '162810.824000', '162810.827000', '162810.829000', '162810.832000', '162810.834000', '162810.837000', '162810.840000', '162810.842000', '162810.845000', '162810.847000', '162810.850000', '162810.852000', '162810.855000', '162810.858000', '162810.860000', '162810.863000', '162810.866000', '162810.868000', '162810.871000', '162810.873000', '162810.876000', '162810.879000', '162810.882000', '162810.885000', '162810.889000', '162810.892000', '162810.894000', '162830.782000', '162830.784000', '162830.787000', '162830.790000', '162830.792000', '162830.795000', '162830.798000', '162830.800000', '162830.803000', '162830.805000', '162830.808000', '162830.811000', '162830.813000', '162830.846000', '162830.848000', '162830.851000', '162830.853000', '162830.856000', '162830.858000', '162830.861000', '162830.864000', '162830.866000', '162830.869000', '162830.871000', '162830.874000', '162830.876000', '162830.879000', '162830.882000', '162830.884000', '162830.887000', '162830.889000', '162830.892000', '162830.894000', '162830.897000', '162830.900000', '162830.902000', '162830.905000', '162830.907000', '162830.910000', '162830.913000', '162830.915000', '162830.918000', '162830.920000', '162830.923000', '162850.781000', '162850.784000', '162850.787000', '162850.789000', '162850.792000', '162850.795000', '162850.797000', '162850.800000', '162850.803000', '162850.805000', '162850.808000', '162850.810000', '162850.813000', '162850.816000', '162850.818000', '162850.821000', '162850.823000', '162850.826000', '162850.829000', '162850.831000', '162850.841000', '162850.844000', '162850.846000', '162850.849000', '162850.852000', '162850.854000', '162850.857000', '162850.860000', '162850.862000', '162850.865000', '162850.867000', '162850.870000', '162850.879000', '162850.882000', '162850.885000', '162850.887000', '162850.890000', '162850.893000', '162850.896000', '162850.898000', '162850.901000', '162850.903000', '162850.906000', '162910.782000', '162910.785000', '162910.788000', '162910.791000', '162910.793000', '162910.796000', '162910.799000', '162910.801000', '162910.804000', '162910.807000', '162910.810000', '162910.812000', '162910.815000', '162910.818000', '162910.820000', '162910.823000', '162910.826000', '162910.828000', '162910.831000', '162910.833000', '162910.836000', '162910.839000', '162910.841000', '162910.844000', '162910.846000', '162910.849000', '162910.851000', '162910.854000', '162910.857000', '162910.859000', '162910.862000', '162910.865000', '162910.867000', '162910.870000', '162910.872000', '162910.875000', '162910.877000', '162910.880000', '162910.883000', '162910.885000', '162910.888000', '162910.890000', '162910.893000', '162930.781000', '162930.784000', '162930.787000', '162930.789000', '162930.792000', '162930.795000', '162930.797000', '162930.800000', '162930.803000', '162930.805000', '162930.808000', '162930.810000', '162930.813000', '162930.816000', '162930.853000', '162930.856000', '162930.859000', '162930.861000', '162930.864000', '162930.866000', '162930.869000', '162930.872000', '162930.874000', '162930.877000', '162930.880000', '162930.882000', '162930.885000', '162930.887000', '162930.890000', '162930.893000', '162930.896000', '162930.899000', '162930.902000', '162930.905000', '162930.907000', '162930.910000', '162930.913000', '162930.915000', '162930.918000', '162930.920000', '162930.923000', '162930.930000', '162930.933000', '162930.935000', '162950.781000', '162950.784000', '162950.787000', '162950.790000', '162950.793000', '162950.795000', '162950.798000', '162950.801000', '162950.803000', '162950.806000', '162950.809000', '162950.812000', '162950.815000', '162950.871000', '162950.873000', '162950.876000', '162950.878000', '162950.881000', '162950.884000', '162950.886000', '162950.889000', '162950.891000', '162950.894000', '162950.897000', '162950.899000', '162950.902000', '162950.905000', '162950.907000', '162950.910000', '162950.913000', '162950.915000', '162950.918000', '162950.920000', '162950.923000', '162950.926000', '162950.928000', '162950.931000', '162950.934000', '162950.937000', '162950.939000', '162950.942000', '162950.944000', '162950.947000', '163010.782000', '163010.784000', '163010.787000', '163010.790000', '163010.792000', '163010.795000', '163010.797000', '163010.800000', '163010.803000', '163010.805000', '163010.808000', '163010.810000', '163010.813000', '163010.857000', '163010.859000', '163010.862000', '163010.864000', '163010.867000', '163010.870000', '163010.872000', '163010.875000', '163010.877000', '163010.880000', '163010.883000', '163010.885000', '163010.888000', '163010.891000', '163010.893000', '163010.896000', '163010.898000', '163010.901000', '163010.904000', '163010.906000', '163010.909000', '163010.911000', '163010.915000', '163010.917000', '163010.920000', '163010.923000', '163010.925000', '163010.928000', '163010.931000', '163010.933000', '163010.936000', '163030.781000', '163030.784000', '163030.787000', '163030.790000', '163030.792000', '163030.795000', '163030.798000', '163030.800000', '163030.803000', '163030.805000', '163030.808000', '163030.811000', '163030.813000', '163030.913000', '163030.915000', '163030.918000', '163030.920000', '163030.923000', '163030.926000', '163030.928000', '163030.931000', '163030.933000', '163030.936000', '163030.939000', '163030.941000', '163030.944000', '163030.946000', '163030.949000', '163030.952000', '163030.954000', '163030.957000', '163030.959000', '163030.962000', '163030.965000', '163030.967000', '163030.970000', '163030.972000', '163030.975000', '163030.978000', '163030.980000', '163030.983000', '163030.985000', '163030.988000', '163030.991000', '163050.781000', '163050.784000', '163050.787000', '163050.789000', '163050.792000', '163050.795000', '163050.797000', '163050.800000', '163050.802000', '163050.805000', '163050.808000', '163050.810000', '163050.813000', '163050.816000', '163050.818000', '163050.821000', '163050.823000', '163050.826000', '163050.829000', '163050.831000', '163050.834000', '163050.836000', '163050.839000', '163050.842000', '163050.844000', '163050.847000', '163050.849000', '163050.852000', '163050.855000', '163050.857000', '163050.860000', '163050.862000', '163050.865000', '163050.868000', '163050.870000', '163050.873000', '163050.875000', '163050.878000', '163050.881000', '163050.891000', '163050.894000', '163050.896000', '163050.899000', '163110.782000', '163110.784000', '163110.787000', '163110.790000', '163110.792000', '163110.795000', '163110.798000', '163110.800000', '163110.803000', '163110.805000', '163110.808000', '163110.811000', '163110.813000', '163110.882000', '163110.885000', '163110.887000', '163110.890000', '163110.892000', '163110.895000', '163110.898000', '163110.900000', '163110.903000', '163110.905000', '163110.908000', '163110.910000', '163110.913000', '163110.916000', '163110.918000', '163110.921000', '163110.923000', '163110.926000', '163110.929000', '163110.931000', '163110.934000', '163110.937000', '163110.939000', '163110.942000', '163110.944000', '163110.947000', '163110.950000', '163110.952000', '163110.955000', '163110.957000', '163110.960000', '163130.783000', '163130.785000', '163130.788000', '163130.791000', '163130.793000', '163130.796000', '163130.798000', '163130.801000', '163130.805000', '163130.808000', '163130.811000', '163130.813000', '163130.837000', '163130.840000', '163130.843000', '163130.845000', '163130.848000', '163130.851000', '163130.853000', '163130.856000', '163130.859000', '163130.861000', '163130.864000', '163130.867000', '163130.869000', '163130.872000', '163130.875000', '163130.877000', '163130.880000', '163130.883000', '163130.885000', '163130.888000', '163130.890000', '163130.893000', '163130.896000', '163130.898000', '163130.901000', '163130.904000', '163130.907000', '163130.910000', '163130.913000', '163130.915000', '163130.918000', '163150.782000', '163150.784000', '163150.787000', '163150.790000', '163150.792000', '163150.795000', '163150.797000', '163150.800000', '163150.803000', '163150.805000', '163150.808000', '163150.810000', '163150.813000', '163150.816000', '163150.818000', '163150.821000', '163150.824000', '163150.827000', '163150.829000', '163150.832000', '163150.835000', '163150.837000', '163150.840000', '163150.842000', '163150.845000', '163150.847000', '163150.850000', '163150.853000', '163150.855000', '163150.858000', '163150.861000', '163150.863000', '163150.866000', '163150.868000', '163150.871000', '163150.874000', '163150.876000', '163150.879000', '163150.881000', '163150.884000', '163150.887000', '163150.889000', '163150.892000', '163150.895000', '163205.449000', '163205.452000', '163205.455000', '163205.458000', '163205.460000', '163205.463000', '163205.466000', '163205.468000', '163205.471000', '163205.474000', '163205.476000', '163205.479000', '163205.482000', '163205.484000', '163205.487000', '163205.489000', '163205.492000', '163205.495000', '163205.497000', '163205.500000', '163205.502000', '163205.505000', '163205.508000', '163205.510000', '163205.513000', '163205.516000', '163205.519000', '163205.523000', '163205.526000', '163205.529000', '163205.532000', '163205.536000'], 'InstanceCreationTime': ['162550.821000', '162550.825000', '162550.827000', '162550.831000', '162550.833000', '162550.836000', '162550.839000', '162550.841000', '162550.844000', '162550.846000', '162550.852000', '162550.855000', '162550.857000', '162550.860000', '162550.863000', '162550.865000', '162550.868000', '162550.870000', '162550.873000', '162550.876000', '162550.878000', '162550.881000', '162550.883000', '162550.886000', '162550.888000', '162550.891000', '162550.893000', '162550.896000', '162550.899000', '162550.901000', '162550.904000', '162550.906000', '162550.909000', '162550.911000', '162550.914000', '162550.917000', '162550.919000', '162550.922000', '162550.924000', '162550.927000', '162550.929000', '162550.932000', '162550.934000', '162550.937000', '162550.940000', '162550.942000', '162550.945000', '162550.947000', '162550.950000', '162550.953000', '162550.955000', '162550.958000', '162550.960000', '162550.963000', '162550.965000', '162550.968000', '162550.971000', '162610.781000', '162610.784000', '162610.792000', '162610.795000', '162610.798000', '162610.800000', '162610.803000', '162610.805000', '162610.808000', '162610.810000', '162610.813000', '162610.816000', '162610.818000', '162610.821000', '162610.823000', '162610.826000', '162610.829000', '162610.831000', '162610.834000', '162610.836000', '162610.839000', '162610.841000', '162610.844000', '162610.847000', '162610.849000', '162610.852000', '162610.854000', '162610.857000', '162610.860000', '162610.862000', '162610.865000', '162610.867000', '162610.870000', '162610.873000', '162610.875000', '162610.878000', '162610.880000', '162610.883000', '162610.885000', '162610.888000', '162610.891000', '162610.893000', '162610.896000', '162630.782000', '162630.785000', '162630.787000', '162630.790000', '162630.792000', '162630.795000', '162630.798000', '162630.807000', '162630.810000', '162630.812000', '162630.815000', '162630.817000', '162630.820000', '162630.822000', '162630.825000', '162630.828000', '162630.830000', '162630.833000', '162630.835000', '162630.838000', '162630.841000', '162630.843000', '162630.846000', '162630.848000', '162630.851000', '162630.853000', '162630.856000', '162630.859000', '162630.861000', '162630.864000', '162630.866000', '162630.869000', '162630.871000', '162630.874000', '162630.877000', '162630.879000', '162630.882000', '162630.884000', '162630.887000', '162630.890000', '162630.892000', '162630.895000', '162630.897000', '162630.900000', '162650.783000', '162650.785000', '162650.788000', '162650.790000', '162650.793000', '162650.796000', '162650.798000', '162650.801000', '162650.804000', '162650.806000', '162650.809000', '162650.812000', '162650.814000', '162650.817000', '162650.819000', '162650.822000', '162650.825000', '162650.827000', '162650.830000', '162650.832000', '162650.835000', '162650.837000', '162650.840000', '162650.842000', '162650.845000', '162650.849000', '162650.852000', '162650.854000', '162650.857000', '162650.859000', '162650.862000', '162650.865000', '162650.867000', '162650.870000', '162650.872000', '162650.875000', '162650.878000', '162650.880000', '162650.883000', '162650.885000', '162650.888000', '162650.891000', '162650.893000', '162710.781000', '162710.784000', '162710.787000', '162710.789000', '162710.792000', '162710.794000', '162710.797000', '162710.800000', '162710.802000', '162710.805000', '162710.807000', '162710.810000', '162710.813000', '162710.816000', '162710.818000', '162710.821000', '162710.823000', '162710.826000', '162710.829000', '162710.831000', '162710.834000', '162710.836000', '162710.839000', '162710.841000', '162710.859000', '162710.862000', '162710.864000', '162710.867000', '162710.869000', '162710.872000', '162710.875000', '162710.877000', '162710.880000', '162710.882000', '162710.885000', '162710.887000', '162710.890000', '162710.893000', '162710.895000', '162710.898000', '162710.900000', '162710.903000', '162710.905000', '162710.908000', '162730.782000', '162730.784000', '162730.787000', '162730.790000', '162730.792000', '162730.795000', '162730.797000', '162730.800000', '162730.803000', '162730.805000', '162730.808000', '162730.810000', '162730.813000', '162730.816000', '162730.818000', '162730.821000', '162730.824000', '162730.826000', '162730.829000', '162730.831000', '162730.834000', '162730.837000', '162730.840000', '162730.842000', '162730.845000', '162730.848000', '162730.851000', '162730.853000', '162730.856000', '162730.858000', '162730.861000', '162730.863000', '162730.866000', '162730.869000', '162730.871000', '162730.874000', '162730.877000', '162730.879000', '162730.882000', '162730.884000', '162730.887000', '162730.890000', '162730.892000', '162750.782000', '162750.784000', '162750.787000', '162750.790000', '162750.792000', '162750.795000', '162750.797000', '162750.800000', '162750.802000', '162750.805000', '162750.808000', '162750.810000', '162750.813000', '162750.867000', '162750.870000', '162750.872000', '162750.875000', '162750.878000', '162750.880000', '162750.883000', '162750.885000', '162750.888000', '162750.890000', '162750.893000', '162750.896000', '162750.898000', '162750.901000', '162750.904000', '162750.906000', '162750.909000', '162750.911000', '162750.914000', '162750.917000', '162750.919000', '162750.922000', '162750.924000', '162750.927000', '162750.930000', '162750.932000', '162750.935000', '162750.937000', '162750.940000', '162750.942000', '162750.945000', '162810.782000', '162810.784000', '162810.787000', '162810.790000', '162810.792000', '162810.795000', '162810.798000', '162810.800000', '162810.803000', '162810.805000', '162810.808000', '162810.811000', '162810.813000', '162810.816000', '162810.819000', '162810.821000', '162810.824000', '162810.827000', '162810.829000', '162810.832000', '162810.834000', '162810.837000', '162810.840000', '162810.842000', '162810.845000', '162810.847000', '162810.850000', '162810.852000', '162810.855000', '162810.858000', '162810.860000', '162810.863000', '162810.866000', '162810.868000', '162810.871000', '162810.873000', '162810.876000', '162810.879000', '162810.882000', '162810.885000', '162810.889000', '162810.892000', '162810.894000', '162830.782000', '162830.784000', '162830.787000', '162830.790000', '162830.792000', '162830.795000', '162830.798000', '162830.800000', '162830.803000', '162830.805000', '162830.808000', '162830.811000', '162830.813000', '162830.846000', '162830.848000', '162830.851000', '162830.853000', '162830.856000', '162830.858000', '162830.861000', '162830.864000', '162830.866000', '162830.869000', '162830.871000', '162830.874000', '162830.876000', '162830.879000', '162830.882000', '162830.884000', '162830.887000', '162830.889000', '162830.892000', '162830.894000', '162830.897000', '162830.900000', '162830.902000', '162830.905000', '162830.907000', '162830.910000', '162830.913000', '162830.915000', '162830.918000', '162830.920000', '162830.923000', '162850.781000', '162850.784000', '162850.787000', '162850.789000', '162850.792000', '162850.795000', '162850.797000', '162850.800000', '162850.803000', '162850.805000', '162850.808000', '162850.810000', '162850.813000', '162850.816000', '162850.818000', '162850.821000', '162850.823000', '162850.826000', '162850.829000', '162850.831000', '162850.841000', '162850.844000', '162850.846000', '162850.849000', '162850.852000', '162850.854000', '162850.857000', '162850.860000', '162850.862000', '162850.865000', '162850.867000', '162850.870000', '162850.879000', '162850.882000', '162850.885000', '162850.887000', '162850.890000', '162850.893000', '162850.896000', '162850.898000', '162850.901000', '162850.903000', '162850.906000', '162910.782000', '162910.785000', '162910.788000', '162910.791000', '162910.793000', '162910.796000', '162910.799000', '162910.801000', '162910.804000', '162910.807000', '162910.810000', '162910.812000', '162910.815000', '162910.818000', '162910.820000', '162910.823000', '162910.826000', '162910.828000', '162910.831000', '162910.833000', '162910.836000', '162910.839000', '162910.841000', '162910.844000', '162910.846000', '162910.849000', '162910.851000', '162910.854000', '162910.857000', '162910.859000', '162910.862000', '162910.865000', '162910.867000', '162910.870000', '162910.872000', '162910.875000', '162910.877000', '162910.880000', '162910.883000', '162910.885000', '162910.888000', '162910.890000', '162910.893000', '162930.781000', '162930.784000', '162930.787000', '162930.789000', '162930.792000', '162930.795000', '162930.797000', '162930.800000', '162930.803000', '162930.805000', '162930.808000', '162930.810000', '162930.813000', '162930.816000', '162930.853000', '162930.856000', '162930.859000', '162930.861000', '162930.864000', '162930.866000', '162930.869000', '162930.872000', '162930.874000', '162930.877000', '162930.880000', '162930.882000', '162930.885000', '162930.887000', '162930.890000', '162930.893000', '162930.896000', '162930.899000', '162930.902000', '162930.905000', '162930.907000', '162930.910000', '162930.913000', '162930.915000', '162930.918000', '162930.920000', '162930.923000', '162930.930000', '162930.933000', '162930.935000', '162950.781000', '162950.784000', '162950.787000', '162950.790000', '162950.793000', '162950.795000', '162950.798000', '162950.801000', '162950.803000', '162950.806000', '162950.809000', '162950.812000', '162950.815000', '162950.871000', '162950.873000', '162950.876000', '162950.878000', '162950.881000', '162950.884000', '162950.886000', '162950.889000', '162950.891000', '162950.894000', '162950.897000', '162950.899000', '162950.902000', '162950.905000', '162950.907000', '162950.910000', '162950.913000', '162950.915000', '162950.918000', '162950.920000', '162950.923000', '162950.926000', '162950.928000', '162950.931000', '162950.934000', '162950.937000', '162950.939000', '162950.942000', '162950.944000', '162950.947000', '163010.782000', '163010.784000', '163010.787000', '163010.790000', '163010.792000', '163010.795000', '163010.797000', '163010.800000', '163010.803000', '163010.805000', '163010.808000', '163010.810000', '163010.813000', '163010.857000', '163010.859000', '163010.862000', '163010.864000', '163010.867000', '163010.870000', '163010.872000', '163010.875000', '163010.877000', '163010.880000', '163010.883000', '163010.885000', '163010.888000', '163010.891000', '163010.893000', '163010.896000', '163010.898000', '163010.901000', '163010.904000', '163010.906000', '163010.909000', '163010.911000', '163010.915000', '163010.917000', '163010.920000', '163010.923000', '163010.925000', '163010.928000', '163010.931000', '163010.933000', '163010.936000', '163030.781000', '163030.784000', '163030.787000', '163030.790000', '163030.792000', '163030.795000', '163030.798000', '163030.800000', '163030.803000', '163030.805000', '163030.808000', '163030.811000', '163030.813000', '163030.913000', '163030.915000', '163030.918000', '163030.920000', '163030.923000', '163030.926000', '163030.928000', '163030.931000', '163030.933000', '163030.936000', '163030.939000', '163030.941000', '163030.944000', '163030.946000', '163030.949000', '163030.952000', '163030.954000', '163030.957000', '163030.959000', '163030.962000', '163030.965000', '163030.967000', '163030.970000', '163030.972000', '163030.975000', '163030.978000', '163030.980000', '163030.983000', '163030.985000', '163030.988000', '163030.991000', '163050.781000', '163050.784000', '163050.787000', '163050.789000', '163050.792000', '163050.795000', '163050.797000', '163050.800000', '163050.802000', '163050.805000', '163050.808000', '163050.810000', '163050.813000', '163050.816000', '163050.818000', '163050.821000', '163050.823000', '163050.826000', '163050.829000', '163050.831000', '163050.834000', '163050.836000', '163050.839000', '163050.842000', '163050.844000', '163050.847000', '163050.849000', '163050.852000', '163050.855000', '163050.857000', '163050.860000', '163050.862000', '163050.865000', '163050.868000', '163050.870000', '163050.873000', '163050.875000', '163050.878000', '163050.881000', '163050.891000', '163050.894000', '163050.896000', '163050.899000', '163110.782000', '163110.784000', '163110.787000', '163110.790000', '163110.792000', '163110.795000', '163110.798000', '163110.800000', '163110.803000', '163110.805000', '163110.808000', '163110.811000', '163110.813000', '163110.882000', '163110.885000', '163110.887000', '163110.890000', '163110.892000', '163110.895000', '163110.898000', '163110.900000', '163110.903000', '163110.905000', '163110.908000', '163110.910000', '163110.913000', '163110.916000', '163110.918000', '163110.921000', '163110.923000', '163110.926000', '163110.929000', '163110.931000', '163110.934000', '163110.937000', '163110.939000', '163110.942000', '163110.944000', '163110.947000', '163110.950000', '163110.952000', '163110.955000', '163110.957000', '163110.960000', '163130.783000', '163130.785000', '163130.788000', '163130.791000', '163130.793000', '163130.796000', '163130.798000', '163130.801000', '163130.805000', '163130.808000', '163130.811000', '163130.813000', '163130.837000', '163130.840000', '163130.843000', '163130.845000', '163130.848000', '163130.851000', '163130.853000', '163130.856000', '163130.859000', '163130.861000', '163130.864000', '163130.867000', '163130.869000', '163130.872000', '163130.875000', '163130.877000', '163130.880000', '163130.883000', '163130.885000', '163130.888000', '163130.890000', '163130.893000', '163130.896000', '163130.898000', '163130.901000', '163130.904000', '163130.907000', '163130.910000', '163130.913000', '163130.915000', '163130.918000', '163150.782000', '163150.784000', '163150.787000', '163150.790000', '163150.792000', '163150.795000', '163150.797000', '163150.800000', '163150.803000', '163150.805000', '163150.808000', '163150.810000', '163150.813000', '163150.816000', '163150.818000', '163150.821000', '163150.824000', '163150.827000', '163150.829000', '163150.832000', '163150.835000', '163150.837000', '163150.840000', '163150.842000', '163150.845000', '163150.847000', '163150.850000', '163150.853000', '163150.855000', '163150.858000', '163150.861000', '163150.863000', '163150.866000', '163150.868000', '163150.871000', '163150.874000', '163150.876000', '163150.879000', '163150.881000', '163150.884000', '163150.887000', '163150.889000', '163150.892000', '163150.895000', '163205.449000', '163205.452000', '163205.455000', '163205.458000', '163205.460000', '163205.463000', '163205.466000', '163205.468000', '163205.471000', '163205.474000', '163205.476000', '163205.479000', '163205.482000', '163205.484000', '163205.487000', '163205.489000', '163205.492000', '163205.495000', '163205.497000', '163205.500000', '163205.502000', '163205.505000', '163205.508000', '163205.510000', '163205.513000', '163205.516000', '163205.519000', '163205.523000', '163205.526000', '163205.529000', '163205.532000', '163205.536000'], '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], 'LargestImagePixelValue': [8201, 10453, 8052, 10177, 7478, 9745, 7667, 9887, 7662, 10434, 7496, 9916, 7477, 9153, 7831, 9604, 8457, 9920, 8468, 11377, 8335, 11414, 8423, 10407, 8493, 10104, 7425, 9675, 7715, 8676, 8221, 9416, 7979, 10181, 7987, 9656, 8371, 10597, 8214, 10270, 8219, 9710, 8199, 9697, 8360, 10458, 8471, 11427, 8384, 11492, 8065, 11880, 8254, 12682, 8352, 8120, 8066, 7560, 8198, 7372, 9054, 7703, 8229, 10126, 8243, 11821, 8034, 9306, 8175, 8090, 8336, 7956, 8796, 7711, 10943, 7814, 10767, 8102, 10013, 8247, 10228, 8214, 10632, 8020, 11145, 8216, 10138, 8592, 11434, 8854, 11622, 8645, 11938, 8331, 9949, 8164, 9088, 8321, 10255, 8175, 11149, 8107, 9878, 8294, 7764, 8583, 7328, 10096, 8145, 10935, 7847, 9256, 8316, 10705, 8161, 12591, 8146, 10993, 8075, 10422, 7487, 9186, 7397, 8933, 8255, 10128, 7728, 7875, 8173, 7676, 8224, 10893, 8219, 11366, 7858, 10224, 7610, 9730, 7624, 8529, 7804, 10304, 8057, 10720, 7844, 7990, 8310, 7922, 8585, 9288, 8242, 11802, 8365, 10756, 7503, 9076, 7778, 8273, 7675, 8219, 7853, 9582, 7383, 9669, 8141, 10436, 7638, 10348, 8018, 10703, 7988, 10403, 7796, 8985, 7689, 8320, 7637, 8739, 7435, 9800, 7690, 10130, 8045, 11876, 8193, 10773, 8255, 11114, 7836, 9140, 10091, 7530, 10194, 8258, 11695, 8110, 12444, 8028, 10839, 8201, 10181, 7476, 8531, 8371, 10857, 7293, 8522, 9168, 10017, 12326, 7833, 7145, 9888, 8021, 10580, 7674, 8174, 10406, 13104, 8884, 14102, 9408, 12373, 7933, 10875, 7832, 8648, 7924, 7250, 9315, 8077, 8444, 8082, 8043, 10661, 8162, 11732, 8488, 11524, 8104, 10829, 8094, 9007, 7923, 10638, 8042, 11250, 7730, 10546, 7962, 10492, 8164, 10536, 7866, 10521, 8326, 10733, 8277, 10381, 8310, 10509, 7522, 10144, 8070, 9687, 8097, 8930, 7878, 8086, 7783, 9480, 8048, 10027, 7993, 10515, 7784, 10494, 8049, 9613, 9241, 8137, 12706, 8387, 11531, 7881, 8025, 8078, 8241, 8193, 8352, 8226, 10654, 7966, 8745, 7791, 9620, 7873, 10997, 7873, 12183, 7972, 11126, 7847, 7992, 8069, 8142, 8691, 7967, 10452, 7985, 10745, 7718, 10492, 7953, 8740, 10359, 8000, 11445, 8166, 10997, 8270, 10062, 7803, 9732, 7692, 10653, 7633, 11078, 8027, 12223, 7914, 10816, 7571, 11203, 7859, 12794, 7891, 11377, 8205, 11922, 8026, 11424, 7935, 10974, 7996, 12558, 7746, 13182, 8141, 11991, 7910, 11516, 8008, 11207, 7859, 11101, 8090, 8075, 8546, 7655, 9687, 8078, 8760, 8227, 7997, 12553, 8141, 13021, 8746, 11477, 8348, 10732, 8424, 11584, 8465, 10661, 9008, 8313, 8394, 7789, 9400, 8181, 9994, 7936, 11981, 7942, 9242, 8310, 8167, 8190, 8446, 9091, 8601, 10401, 7907, 10636, 8001, 11040, 7997, 11036, 8483, 11053, 7982, 10537, 8394, 10395, 8261, 10930, 8169, 11937, 8097, 8336, 8370, 8077, 9458, 8032, 10794, 8244, 11828, 8496, 11814, 8050, 11061, 8041, 11441, 7946, 10984, 8123, 7942, 8697, 7814, 10325, 8271, 8380, 8682, 7863, 11999, 8387, 10601, 9470, 7317, 8601, 8178, 10925, 7968, 11671, 8001, 8453, 8309, 7971, 9596, 8134, 9540, 8818, 12356, 8605, 10634, 7995, 10882, 8141, 11983, 8018, 12636, 8047, 12859, 8208, 11382, 7828, 9593, 8069, 8375, 8106, 10257, 8065, 10017, 8622, 8061, 8542, 7478, 9353, 7901, 9752, 10356, 8513, 13384, 8649, 11092, 7766, 9689, 8082, 8707, 10500, 8225, 8086, 8171, 7776, 8295, 8127, 9267, 7577, 10295, 7433, 10281, 8431, 9933, 8268, 10693, 8126, 10446, 8399, 10753, 8320, 8270, 8206, 8011, 8828, 7948, 10591, 7885, 9465, 7565, 9162, 7526, 10159, 7736, 10662, 8217, 10449, 8363, 10905, 7095, 7793, 8817, 8483, 8356, 8326, 8053, 11190, 10780, 9753, 12715, 8335, 12124, 8315, 10888, 8218, 9576, 7919, 9035, 8071, 8076, 8379, 7661, 8625, 7704, 10040, 7997, 10372, 8236, 9571, 7884, 8360, 7824, 8518, 7242, 9856, 8159, 10435, 8376, 10697, 8381, 11180, 8474, 10794, 7585, 10431, 7857, 8417, 10673, 8138, 10343, 8449, 7657, 8303, 7808, 8264, 8072, 9104, 7964, 10663, 7650, 10125, 8359, 8144, 13080, 8101, 11074, 8446, 12275, 8192, 8245, 8419, 7896, 8320, 8027, 8307, 8277, 9497, 7766, 10032, 7561, 9702, 8512, 10755, 7748, 10884, 7858, 10569, 7802, 9866, 8030, 9709, 8586, 11361, 7988, 9672, 8155, 7563, 8405, 8121, 8647, 13037, 8267, 13159, 8609, 10812, 8275, 7863, 8388, 7881, 10740, 8487, 11159, 8648, 11546, 8452, 10788, 8525, 10776, 8602, 10945, 7584, 9823, 7704, 9916, 8880, 10773, 8032, 9036, 8669, 7961, 8760, 12939, 8306, 10885, 8150, 10335, 9438, 8741, 9004, 8417, 9061, 8435, 8158, 8093, 7850, 8257, 8039, 8278, 8169, 8662, 7765, 8851, 8090, 9531, 7606, 10525, 7749, 10907, 7978, 9164, 8132, 9162, 8082, 10782, 7899, 10665, 7818, 9799, 7859, 9566, 7972, 10206, 8525, 10683, 9061, 10157, 8809, 7441, 7996, 7910, 8848, 8278, 8336, 10858, 9402, 11182, 8539, 8462, 8889, 11293, 8615, 10114, 8256, 9466, 8190, 9840, 8624, 9161, 8593, 8103, 9938, 8779, 9269, 8739, 10213, 8687, 12047, 8639, 11057, 8748, 10570, 8772, 9623, 8522, 8444, 8652, 8026, 9603, 8316, 10182, 8390, 8494, 9871, 7772, 11781, 9315, 12553, 10720, 12713, 7768, 9075, 8588, 9525, 7847, 8548, 11031, 8388, 11802, 8417, 10777, 8938, 11200, 8454, 10948, 8001, 10493, 8219, 10003, 8107, 10181, 8330, 10443, 8568, 10867, 8338, 11307, 8717, 11509, 8715, 10476, 8514, 11110, 8900, 10460, 8146, 8351, 9471, 8711, 7710, 8561, 8150, 9027, 11913, 8841, 11047, 7987, 10785, 8277, 8406, 8319, 8554, 7657, 8165, 8054, 8728, 7978, 9222, 8261, 8451, 7912, 8375, 9844, 8065, 8179, 8303, 8063, 8178, 7474, 8546, 8105, 9661, 7551, 8429, 11586, 8409, 11365, 8520, 10638, 8274, 9537, 8320, 10414, 7992, 10392, 7880, 10127, 8124, 7798, 8222, 7976, 8607, 10661, 8391, 11634, 8036, 10636, 7754, 10686, 7703, 9739, 8449, 8764, 7747, 8208, 8438, 10282, 8314, 10862, 8538, 10989, 8728], 'WindowCenter': [3983.0, 4010.0, 3955.0, 3984.0, 3931.0, 3971.0, 3940.0, 3971.0, 3939.0, 3981.0, 3929.0, 3970.0, 3939.0, 3958.0, 3938.0, 3958.0, 3950.0, 3970.0, 3951.0, 3991.0, 3951.0, 3990.0, 3949.0, 3968.0, 3961.0, 3981.0, 3943.0, 3969.0, 3937.0, 3947.0, 3947.0, 3957.0, 3938.0, 3979.0, 3950.0, 3970.0, 3951.0, 3981.0, 3962.0, 3981.0, 3950.0, 3969.0, 3950.0, 3970.0, 3951.0, 3980.0, 3950.0, 3990.0, 3949.0, 3989.0, 3939.0, 3990.0, 3950.0, 4000.0, 3949.0, 3938.0, 3938.0, 3938.0, 3948.0, 3927.0, 3947.0, 3926.0, 3949.0, 3969.0, 3948.0, 3978.0, 3937.0, 3957.0, 3936.0, 3935.0, 3935.0, 3936.0, 3946.0, 3926.0, 3978.0, 3927.0, 3978.0, 3937.0, 3956.0, 3935.0, 3955.0, 3935.0, 3966.0, 3936.0, 3966.0, 3936.0, 3967.0, 3946.0, 3976.0, 3945.0, 3964.0, 3935.0, 3976.0, 3935.0, 3956.0, 3936.0, 3946.0, 3936.0, 3966.0, 3936.0, 3977.0, 3938.0, 3968.0, 3936.0, 3937.0, 3947.0, 3927.0, 3967.0, 3949.0, 3980.0, 3950.0, 3971.0, 3950.0, 3980.0, 3950.0, 4000.0, 3939.0, 3979.0, 3936.0, 3967.0, 3915.0, 3945.0, 3925.0, 3945.0, 3947.0, 3968.0, 3938.0, 3949.0, 3949.0, 3940.0, 3962.0, 3991.0, 3950.0, 3989.0, 3939.0, 3969.0, 3927.0, 3958.0, 3927.0, 3947.0, 3927.0, 3967.0, 3938.0, 3980.0, 3949.0, 3950.0, 3951.0, 3951.0, 3961.0, 3960.0, 3950.0, 3989.0, 3938.0, 3968.0, 3915.0, 3945.0, 3925.0, 3934.0, 3925.0, 3935.0, 3936.0, 3957.0, 3928.0, 3969.0, 3950.0, 3980.0, 3940.0, 3969.0, 3952.0, 3982.0, 3939.0, 3969.0, 3938.0, 3948.0, 3926.0, 3936.0, 3926.0, 3946.0, 3927.0, 3969.0, 3939.0, 3969.0, 3953.0, 4002.0, 3976.0, 3994.0, 3963.0, 3993.0, 3939.0, 3959.0, 3970.0, 3928.0, 3970.0, 3951.0, 3991.0, 3950.0, 4000.0, 3940.0, 3981.0, 3949.0, 3969.0, 3929.0, 3962.0, 3962.0, 3993.0, 3953.0, 3962.0, 3974.0, 3985.0, 4004.0, 3942.0, 3931.0, 3971.0, 3952.0, 3994.0, 3952.0, 3952.0, 3983.0, 4002.0, 3950.0, 4000.0, 3948.0, 3988.0, 3926.0, 3965.0, 3924.0, 3935.0, 3936.0, 3926.0, 3959.0, 3950.0, 3951.0, 3951.0, 3952.0, 3982.0, 3952.0, 3993.0, 3951.0, 3981.0, 3939.0, 3968.0, 3937.0, 3945.0, 3925.0, 3966.0, 3926.0, 3967.0, 3926.0, 3967.0, 3937.0, 3967.0, 3937.0, 3967.0, 3937.0, 3968.0, 3938.0, 3968.0, 3938.0, 3968.0, 3937.0, 3967.0, 3926.0, 3956.0, 3925.0, 3956.0, 3926.0, 3946.0, 3937.0, 3937.0, 3927.0, 3957.0, 3939.0, 3970.0, 3939.0, 3981.0, 3940.0, 3981.0, 3939.0, 3959.0, 3947.0, 3938.0, 3988.0, 3936.0, 3966.0, 3925.0, 3926.0, 3936.0, 3936.0, 3937.0, 3937.0, 3949.0, 3969.0, 3938.0, 3948.0, 3927.0, 3958.0, 3938.0, 3979.0, 3939.0, 3990.0, 3940.0, 3981.0, 3939.0, 3951.0, 3950.0, 3940.0, 3950.0, 3951.0, 3983.0, 3952.0, 3983.0, 3941.0, 3982.0, 3940.0, 3951.0, 3970.0, 3939.0, 3978.0, 3938.0, 3968.0, 3937.0, 3958.0, 3928.0, 3958.0, 3938.0, 3979.0, 3939.0, 3980.0, 3951.0, 4002.0, 3952.0, 3992.0, 3942.0, 3992.0, 3951.0, 4001.0, 3940.0, 3991.0, 3950.0, 3991.0, 3940.0, 3979.0, 3939.0, 3979.0, 3939.0, 3990.0, 3939.0, 4001.0, 3940.0, 3991.0, 3940.0, 3991.0, 3940.0, 3993.0, 3953.0, 3993.0, 3951.0, 3951.0, 3962.0, 3941.0, 3972.0, 3953.0, 3963.0, 3962.0, 3952.0, 4003.0, 3954.0, 4014.0, 3963.0, 3992.0, 3951.0, 3980.0, 3937.0, 3978.0, 3937.0, 3968.0, 3947.0, 3937.0, 3937.0, 3927.0, 3947.0, 3938.0, 3958.0, 3939.0, 3990.0, 3939.0, 3960.0, 3949.0, 3939.0, 3950.0, 3950.0, 3961.0, 3950.0, 3981.0, 3940.0, 3981.0, 3940.0, 3979.0, 3939.0, 3980.0, 3950.0, 3979.0, 3938.0, 3968.0, 3938.0, 3967.0, 3938.0, 3978.0, 3938.0, 3993.0, 3951.0, 3950.0, 3948.0, 3938.0, 3958.0, 3939.0, 3980.0, 3950.0, 3990.0, 3949.0, 3989.0, 3938.0, 3979.0, 3938.0, 3978.0, 3938.0, 3969.0, 3927.0, 3938.0, 3949.0, 3928.0, 3968.0, 3949.0, 3950.0, 3950.0, 3940.0, 3991.0, 3951.0, 3983.0, 3972.0, 3930.0, 3963.0, 3951.0, 3982.0, 3939.0, 3980.0, 3940.0, 3950.0, 3950.0, 3951.0, 3971.0, 3942.0, 3972.0, 3962.0, 3992.0, 3950.0, 3970.0, 3939.0, 3969.0, 3937.0, 3977.0, 3927.0, 3978.0, 3938.0, 3989.0, 3938.0, 3978.0, 3928.0, 3958.0, 3938.0, 3937.0, 3938.0, 3969.0, 3939.0, 3970.0, 3949.0, 3940.0, 3949.0, 3928.0, 3958.0, 3938.0, 3960.0, 3969.0, 3950.0, 4001.0, 3949.0, 3979.0, 3926.0, 3946.0, 3925.0, 3936.0, 3956.0, 3936.0, 3925.0, 3935.0, 3926.0, 3935.0, 3925.0, 3946.0, 3927.0, 3968.0, 3927.0, 3968.0, 3938.0, 3958.0, 3949.0, 3983.0, 3941.0, 3970.0, 3950.0, 3980.0, 3950.0, 3949.0, 3938.0, 3939.0, 3960.0, 3939.0, 3982.0, 3940.0, 3970.0, 3941.0, 3960.0, 3929.0, 3970.0, 3929.0, 3970.0, 3951.0, 3981.0, 3952.0, 3980.0, 3918.0, 3939.0, 3962.0, 3961.0, 3951.0, 3950.0, 3941.0, 3994.0, 3983.0, 3972.0, 3991.0, 3939.0, 3990.0, 3937.0, 3966.0, 3937.0, 3946.0, 3938.0, 3949.0, 3939.0, 3939.0, 3950.0, 3940.0, 3949.0, 3939.0, 3970.0, 3939.0, 3970.0, 3939.0, 3959.0, 3940.0, 3938.0, 3928.0, 3948.0, 3928.0, 3959.0, 3940.0, 3981.0, 3952.0, 3981.0, 3952.0, 3981.0, 3951.0, 3981.0, 3928.0, 3969.0, 3927.0, 3938.0, 3968.0, 3926.0, 3958.0, 3937.0, 3928.0, 3937.0, 3939.0, 3949.0, 3952.0, 3963.0, 3954.0, 3984.0, 3943.0, 3985.0, 3950.0, 3940.0, 3989.0, 3938.0, 3968.0, 3939.0, 3979.0, 3939.0, 3939.0, 3938.0, 3938.0, 3949.0, 3938.0, 3950.0, 3950.0, 3972.0, 3941.0, 3973.0, 3942.0, 3971.0, 3962.0, 3982.0, 3940.0, 3982.0, 3940.0, 3981.0, 3940.0, 3959.0, 3938.0, 3958.0, 3950.0, 3980.0, 3940.0, 3960.0, 3940.0, 3941.0, 3951.0, 3939.0, 3951.0, 4001.0, 3950.0, 4000.0, 3949.0, 3980.0, 3938.0, 3938.0, 3937.0, 3937.0, 3980.0, 3949.0, 3980.0, 3950.0, 3991.0, 3950.0, 3979.0, 3949.0, 3980.0, 3948.0, 3968.0, 3926.0, 3957.0, 3926.0, 3956.0, 3947.0, 3967.0, 3937.0, 3948.0, 3949.0, 3939.0, 3962.0, 4000.0, 3938.0, 3968.0, 3926.0, 3957.0, 3946.0, 3936.0, 3945.0, 3924.0, 3934.0, 3923.0, 3923.0, 3924.0, 3925.0, 3936.0, 3937.0, 3937.0, 3937.0, 3948.0, 3938.0, 3959.0, 3938.0, 3959.0, 3928.0, 3980.0, 3930.0, 3980.0, 3939.0, 3959.0, 3938.0, 3947.0, 3926.0, 3968.0, 3926.0, 3968.0, 3926.0, 3958.0, 3937.0, 3957.0, 3927.0, 3970.0, 3950.0, 3969.0, 3948.0, 3969.0, 3960.0, 3931.0, 3941.0, 3953.0, 3962.0, 3965.0, 3953.0, 3995.0, 3975.0, 4008.0, 3966.0, 3951.0, 3975.0, 3994.0, 3963.0, 3970.0, 3926.0, 3946.0, 3937.0, 3957.0, 3947.0, 3947.0, 3947.0, 3938.0, 3958.0, 3949.0, 3958.0, 3949.0, 3969.0, 3949.0, 3979.0, 3938.0, 3968.0, 3937.0, 3957.0, 3951.0, 3974.0, 3947.0, 3935.0, 3936.0, 3938.0, 3958.0, 3950.0, 3970.0, 3950.0, 3951.0, 3971.0, 3940.0, 3993.0, 3961.0, 4006.0, 3984.0, 4003.0, 3928.0, 3935.0, 3924.0, 3944.0, 3913.0, 3935.0, 3954.0, 3925.0, 3965.0, 3936.0, 3966.0, 3946.0, 3965.0, 3924.0, 3954.0, 3924.0, 3955.0, 3925.0, 3955.0, 3925.0, 3956.0, 3925.0, 3956.0, 3935.0, 3955.0, 3924.0, 3965.0, 3923.0, 3964.0, 3923.0, 3953.0, 3923.0, 3953.0, 3935.0, 3955.0, 3913.0, 3924.0, 3946.0, 3936.0, 3925.0, 3936.0, 3925.0, 3947.0, 3966.0, 3935.0, 3965.0, 3913.0, 3953.0, 3922.0, 3922.0, 3923.0, 3921.0, 3912.0, 3923.0, 3925.0, 3936.0, 3937.0, 3947.0, 3937.0, 3937.0, 3927.0, 3937.0, 3958.0, 3926.0, 3927.0, 3937.0, 3927.0, 3937.0, 3928.0, 3949.0, 3941.0, 3971.0, 3940.0, 3951.0, 3980.0, 3940.0, 3979.0, 3949.0, 3969.0, 3939.0, 3958.0, 3938.0, 3968.0, 3939.0, 3971.0, 3942.0, 3972.0, 3952.0, 3943.0, 3951.0, 3941.0, 3962.0, 3971.0, 3951.0, 3981.0, 3940.0, 3970.0, 3928.0, 3970.0, 3927.0, 3958.0, 3939.0, 3950.0, 3940.0, 3950.0, 3952.0, 3982.0, 3964.0, 3994.0, 3963.0, 3983.0, 3951.0], 'WindowWidth': [8916.0, 8941.0, 8861.0, 8894.0, 8819.0, 8870.0, 8828.0, 8869.0, 8825.0, 8880.0, 8810.0, 8865.0, 8825.0, 8847.0, 8820.0, 8845.0, 8839.0, 8865.0, 8841.0, 8894.0, 8842.0, 8891.0, 8837.0, 8859.0, 8857.0, 8883.0, 8838.0, 8861.0, 8817.0, 8829.0, 8830.0, 8842.0, 8821.0, 8876.0, 8840.0, 8865.0, 8845.0, 8882.0, 8859.0, 8882.0, 8841.0, 8863.0, 8840.0, 8865.0, 8841.0, 8878.0, 8840.0, 8891.0, 8838.0, 8888.0, 8825.0, 8890.0, 8840.0, 8903.0, 8834.0, 8818.0, 8820.0, 8820.0, 8833.0, 8804.0, 8830.0, 8802.0, 8836.0, 8860.0, 8834.0, 8872.0, 8817.0, 8843.0, 8812.0, 8811.0, 8810.0, 8812.0, 8828.0, 8803.0, 8873.0, 8803.0, 8872.0, 8815.0, 8840.0, 8810.0, 8836.0, 8811.0, 8853.0, 8812.0, 8853.0, 8814.0, 8854.0, 8827.0, 8864.0, 8824.0, 8847.0, 8812.0, 8863.0, 8811.0, 8838.0, 8813.0, 8826.0, 8813.0, 8852.0, 8814.0, 8868.0, 8820.0, 8859.0, 8815.0, 8819.0, 8830.0, 8804.0, 8857.0, 8838.0, 8879.0, 8840.0, 8867.0, 8841.0, 8879.0, 8841.0, 8906.0, 8824.0, 8874.0, 8814.0, 8853.0, 8783.0, 8824.0, 8798.0, 8823.0, 8831.0, 8859.0, 8822.0, 8838.0, 8839.0, 8829.0, 8859.0, 8895.0, 8838.0, 8889.0, 8822.0, 8862.0, 8804.0, 8844.0, 8804.0, 8828.0, 8803.0, 8857.0, 8822.0, 8878.0, 8838.0, 8839.0, 8842.0, 8842.0, 8857.0, 8850.0, 8838.0, 8889.0, 8817.0, 8856.0, 8784.0, 8823.0, 8796.0, 8808.0, 8796.0, 8811.0, 8815.0, 8843.0, 8807.0, 8862.0, 8839.0, 8878.0, 8826.0, 8863.0, 8846.0, 8886.0, 8825.0, 8862.0, 8820.0, 8831.0, 8801.0, 8814.0, 8801.0, 8827.0, 8804.0, 8861.0, 8824.0, 8862.0, 8851.0, 8913.0, 8889.0, 8906.0, 8864.0, 8899.0, 8823.0, 8847.0, 8862.0, 8805.0, 8863.0, 8840.0, 8895.0, 8839.0, 8904.0, 8824.0, 8880.0, 8835.0, 8862.0, 8810.0, 8861.0, 8859.0, 8904.0, 8851.0, 8860.0, 8878.0, 8895.0, 8917.0, 8831.0, 8814.0, 8867.0, 8846.0, 8904.0, 8846.0, 8844.0, 8888.0, 8908.0, 8837.0, 8903.0, 8831.0, 8884.0, 8798.0, 8848.0, 8793.0, 8808.0, 8813.0, 8800.0, 8846.0, 8840.0, 8842.0, 8844.0, 8847.0, 8884.0, 8847.0, 8901.0, 8840.0, 8879.0, 8820.0, 8857.0, 8815.0, 8822.0, 8795.0, 8851.0, 8798.0, 8853.0, 8798.0, 8855.0, 8816.0, 8855.0, 8816.0, 8853.0, 8817.0, 8856.0, 8818.0, 8856.0, 8818.0, 8856.0, 8817.0, 8854.0, 8798.0, 8838.0, 8797.0, 8838.0, 8797.0, 8824.0, 8815.0, 8815.0, 8802.0, 8843.0, 8821.0, 8863.0, 8824.0, 8879.0, 8824.0, 8879.0, 8821.0, 8847.0, 8827.0, 8817.0, 8882.0, 8812.0, 8850.0, 8796.0, 8797.0, 8811.0, 8813.0, 8816.0, 8816.0, 8835.0, 8859.0, 8819.0, 8831.0, 8804.0, 8843.0, 8819.0, 8873.0, 8822.0, 8890.0, 8825.0, 8879.0, 8822.0, 8840.0, 8840.0, 8827.0, 8838.0, 8842.0, 8885.0, 8846.0, 8886.0, 8827.0, 8881.0, 8825.0, 8842.0, 8862.0, 8819.0, 8869.0, 8816.0, 8855.0, 8816.0, 8842.0, 8805.0, 8845.0, 8821.0, 8873.0, 8823.0, 8877.0, 8842.0, 8909.0, 8843.0, 8897.0, 8831.0, 8896.0, 8841.0, 8906.0, 8826.0, 8891.0, 8838.0, 8891.0, 8824.0, 8874.0, 8820.0, 8874.0, 8822.0, 8888.0, 8823.0, 8904.0, 8824.0, 8892.0, 8825.0, 8891.0, 8827.0, 8900.0, 8850.0, 8899.0, 8843.0, 8842.0, 8859.0, 8828.0, 8872.0, 8849.0, 8862.0, 8859.0, 8846.0, 8914.0, 8850.0, 8930.0, 8861.0, 8896.0, 8839.0, 8875.0, 8816.0, 8869.0, 8814.0, 8854.0, 8827.0, 8813.0, 8815.0, 8803.0, 8829.0, 8818.0, 8844.0, 8821.0, 8888.0, 8822.0, 8849.0, 8833.0, 8821.0, 8836.0, 8837.0, 8854.0, 8838.0, 8880.0, 8825.0, 8880.0, 8824.0, 8874.0, 8823.0, 8878.0, 8839.0, 8873.0, 8818.0, 8857.0, 8818.0, 8855.0, 8818.0, 8871.0, 8820.0, 8901.0, 8843.0, 8840.0, 8832.0, 8819.0, 8845.0, 8822.0, 8876.0, 8837.0, 8889.0, 8834.0, 8887.0, 8819.0, 8873.0, 8816.0, 8868.0, 8817.0, 8856.0, 8800.0, 8816.0, 8835.0, 8806.0, 8855.0, 8836.0, 8838.0, 8837.0, 8826.0, 8894.0, 8842.0, 8884.0, 8870.0, 8812.0, 8863.0, 8842.0, 8881.0, 8820.0, 8876.0, 8825.0, 8839.0, 8839.0, 8840.0, 8865.0, 8829.0, 8868.0, 8858.0, 8895.0, 8837.0, 8863.0, 8821.0, 8857.0, 8815.0, 8866.0, 8801.0, 8868.0, 8815.0, 8884.0, 8817.0, 8870.0, 8804.0, 8845.0, 8817.0, 8815.0, 8819.0, 8860.0, 8821.0, 8861.0, 8835.0, 8824.0, 8835.0, 8806.0, 8844.0, 8818.0, 8849.0, 8860.0, 8836.0, 8903.0, 8833.0, 8872.0, 8797.0, 8823.0, 8793.0, 8810.0, 8836.0, 8810.0, 8795.0, 8809.0, 8797.0, 8809.0, 8796.0, 8825.0, 8801.0, 8857.0, 8802.0, 8857.0, 8819.0, 8844.0, 8835.0, 8884.0, 8827.0, 8861.0, 8837.0, 8877.0, 8836.0, 8835.0, 8818.0, 8820.0, 8849.0, 8822.0, 8881.0, 8822.0, 8864.0, 8826.0, 8849.0, 8806.0, 8860.0, 8808.0, 8863.0, 8840.0, 8880.0, 8844.0, 8876.0, 8790.0, 8822.0, 8856.0, 8854.0, 8840.0, 8839.0, 8826.0, 8903.0, 8884.0, 8870.0, 8889.0, 8818.0, 8886.0, 8812.0, 8849.0, 8811.0, 8824.0, 8817.0, 8833.0, 8820.0, 8821.0, 8839.0, 8827.0, 8836.0, 8821.0, 8862.0, 8821.0, 8864.0, 8821.0, 8847.0, 8823.0, 8818.0, 8803.0, 8830.0, 8805.0, 8845.0, 8824.0, 8878.0, 8843.0, 8879.0, 8842.0, 8879.0, 8838.0, 8877.0, 8804.0, 8858.0, 8800.0, 8817.0, 8855.0, 8799.0, 8841.0, 8812.0, 8803.0, 8815.0, 8821.0, 8835.0, 8844.0, 8859.0, 8851.0, 8891.0, 8834.0, 8892.0, 8838.0, 8824.0, 8886.0, 8818.0, 8856.0, 8819.0, 8872.0, 8819.0, 8820.0, 8817.0, 8819.0, 8834.0, 8818.0, 8837.0, 8837.0, 8869.0, 8826.0, 8872.0, 8831.0, 8868.0, 8855.0, 8882.0, 8826.0, 8882.0, 8822.0, 8878.0, 8823.0, 8846.0, 8818.0, 8842.0, 8835.0, 8875.0, 8824.0, 8851.0, 8825.0, 8826.0, 8840.0, 8821.0, 8841.0, 8905.0, 8836.0, 8902.0, 8832.0, 8875.0, 8818.0, 8816.0, 8814.0, 8816.0, 8875.0, 8835.0, 8875.0, 8838.0, 8891.0, 8837.0, 8872.0, 8834.0, 8874.0, 8832.0, 8856.0, 8798.0, 8838.0, 8798.0, 8836.0, 8826.0, 8853.0, 8816.0, 8832.0, 8834.0, 8822.0, 8857.0, 8904.0, 8817.0, 8855.0, 8797.0, 8840.0, 8823.0, 8810.0, 8822.0, 8792.0, 8803.0, 8789.0, 8790.0, 8793.0, 8795.0, 8813.0, 8813.0, 8815.0, 8816.0, 8832.0, 8820.0, 8848.0, 8820.0, 8846.0, 8807.0, 8877.0, 8809.0, 8875.0, 8821.0, 8846.0, 8819.0, 8827.0, 8799.0, 8855.0, 8800.0, 8855.0, 8799.0, 8842.0, 8815.0, 8840.0, 8801.0, 8863.0, 8840.0, 8860.0, 8830.0, 8861.0, 8849.0, 8814.0, 8826.0, 8849.0, 8857.0, 8868.0, 8846.0, 8904.0, 8879.0, 8930.0, 8869.0, 8840.0, 8879.0, 8901.0, 8859.0, 8860.0, 8794.0, 8823.0, 8813.0, 8840.0, 8827.0, 8827.0, 8828.0, 8816.0, 8844.0, 8833.0, 8843.0, 8833.0, 8857.0, 8835.0, 8872.0, 8817.0, 8853.0, 8812.0, 8838.0, 8838.0, 8877.0, 8827.0, 8808.0, 8809.0, 8816.0, 8844.0, 8836.0, 8864.0, 8837.0, 8841.0, 8866.0, 8825.0, 8896.0, 8852.0, 8922.0, 8887.0, 8910.0, 8803.0, 8803.0, 8789.0, 8814.0, 8772.0, 8805.0, 8830.0, 8792.0, 8846.0, 8810.0, 8850.0, 8824.0, 8847.0, 8792.0, 8831.0, 8791.0, 8833.0, 8792.0, 8834.0, 8795.0, 8835.0, 8795.0, 8835.0, 8808.0, 8832.0, 8790.0, 8846.0, 8787.0, 8842.0, 8787.0, 8826.0, 8785.0, 8824.0, 8809.0, 8832.0, 8773.0, 8791.0, 8824.0, 8811.0, 8796.0, 8811.0, 8794.0, 8828.0, 8849.0, 8805.0, 8844.0, 8773.0, 8825.0, 8783.0, 8784.0, 8786.0, 8782.0, 8773.0, 8788.0, 8795.0, 8810.0, 8814.0, 8827.0, 8815.0, 8816.0, 8798.0, 8814.0, 8840.0, 8797.0, 8797.0, 8810.0, 8799.0, 8814.0, 8805.0, 8834.0, 8826.0, 8867.0, 8823.0, 8840.0, 8875.0, 8823.0, 8873.0, 8832.0, 8858.0, 8819.0, 8844.0, 8818.0, 8855.0, 8822.0, 8865.0, 8829.0, 8867.0, 8843.0, 8833.0, 8841.0, 8827.0, 8856.0, 8864.0, 8837.0, 8877.0, 8822.0, 8864.0, 8804.0, 8860.0, 8801.0, 8842.0, 8820.0, 8836.0, 8824.0, 8838.0, 8845.0, 8883.0, 8864.0, 8901.0, 8859.0, 8883.0, 8840.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.000474632183908046</td></tr>
<tr><td colspan=3>aqi</td><td>0.021477624367816094</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.72774956444187</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.176726537721518</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9955518424971239</td></tr>
<tr><td colspan=3>efc</td><td>0.4812</td></tr>
<tr><td colspan=3>fber</td><td>3664.7773</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08682754413464669</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.551724137931035</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5467509441562677</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5120475764717547</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.76190529778741</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.366299958209639</td></tr>
<tr><td colspan=3>gcor</td><td>0.00773025</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006026073824614286</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024234415963292122</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.573869088504046</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.1097</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.0163</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.7976</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299710.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>781.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.8161</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8017</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.9122</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3132.2857</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>864.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4214.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.9178</td></tr>
<tr><td colspan=3>tsnr</td><td>36.03177331387997</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>