ds005256-mriqc/sub-0103_ses-04_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter e6b5544758 [DATALAD RUNCMD] Compute MRIQC for sub-0103
=== 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-0103 --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-0103",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:04:04 +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-0103_ses-04_task-social_acq-mb8_run-06_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-0103_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-06_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-0103/ses-04/func/sub-0103_ses-04_task-social_acq-mb8_run-06_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>9d0f2b2cfa4fdbef6bd2d5643a8a391c</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>21:49:16.040000</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.999816, 0.00832887, 0.0172786, -0.00488608, 0.98168, -0.190473]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0823094</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4212, -7714, -7279, 223, -125, -265, -102, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>584087aa-06ce-4bf9-9cf2-adf6f7cb6bff||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.6824333667755127, -0.013108983635902405, 0.050080910325050354, 115.06657409667969], [-0.022345736622810364, 2.6337764263153076, -0.5139544010162354, -94.5119400024414], [0.04635722190141678, 0.5110250115394592, 2.6501588821411133, -116.87019348144531], [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': ['214916.040000', '214916.500000', '214916.960000', '214917.420000', '214917.880000', '214918.340000', '214918.800000', '214919.260000', '214919.720000', '214920.180000', '214920.640000', '214921.100000', '214921.560000', '214922.020000', '214922.480000', '214922.940000', '214923.400000', '214923.860000', '214924.320000', '214924.780000', '214925.240000', '214925.700000', '214926.160000', '214926.620000', '214927.080000', '214927.540000', '214928.000000', '214928.460000', '214928.920000', '214929.380000', '214929.840000', '214930.300000', '214930.760000', '214931.220000', '214931.680000', '214932.140000', '214932.600000', '214933.060000', '214933.520000', '214933.980000', '214934.440000', '214934.900000', '214935.360000', '214935.820000', '214936.280000', '214936.740000', '214937.200000', '214937.660000', '214938.120000', '214938.580000', '214939.040000', '214939.500000', '214939.960000', '214940.420000', '214940.880000', '214941.340000', '214941.800000', '214942.260000', '214942.720000', '214943.180000', '214943.640000', '214944.100000', '214944.560000', '214945.020000', '214945.480000', '214945.940000', '214946.400000', '214946.860000', '214947.320000', '214947.780000', '214948.240000', '214948.700000', '214949.160000', '214949.620000', '214950.080000', '214950.540000', '214951.000000', '214951.460000', '214951.920000', '214952.380000', '214952.840000', '214953.300000', '214953.760000', '214954.220000', '214954.680000', '214955.140000', '214955.600000', '214956.060000', '214956.520000', '214956.980000', '214957.440000', '214957.900000', '214958.360000', '214958.820000', '214959.280000', '214959.740000', '215000.200000', '215000.660000', '215001.120000', '215001.580000', '215002.040000', '215002.500000', '215002.960000', '215003.420000', '215003.880000', '215004.340000', '215004.800000', '215005.260000', '215005.720000', '215006.180000', '215006.640000', '215007.100000', '215007.560000', '215008.020000', '215008.480000', '215008.940000', '215009.400000', '215009.860000', '215010.320000', '215010.780000', '215011.240000', '215011.700000', '215012.160000', '215012.620000', '215013.080000', '215013.540000', '215014.000000', '215014.460000', '215014.920000', '215015.380000', '215015.840000', '215016.300000', '215016.760000', '215017.220000', '215017.680000', '215018.140000', '215018.600000', '215019.060000', '215019.520000', '215019.980000', '215020.440000', '215020.900000', '215021.360000', '215021.820000', '215022.280000', '215022.740000', '215023.200000', '215023.660000', '215024.120000', '215024.580000', '215025.040000', '215025.500000', '215025.960000', '215026.420000', '215026.880000', '215027.340000', '215027.800000', '215028.260000', '215028.720000', '215029.180000', '215029.640000', '215030.100000', '215030.560000', '215031.020000', '215031.480000', '215031.940000', '215032.400000', '215032.860000', '215033.320000', '215033.780000', '215034.240000', '215034.700000', '215035.160000', '215035.620000', '215036.080000', '215036.540000', '215037.000000', '215037.460000', '215037.920000', '215038.380000', '215038.840000', '215039.300000', '215039.760000', '215040.220000', '215040.680000', '215041.140000', '215041.600000', '215042.060000', '215042.520000', '215042.980000', '215043.440000', '215043.900000', '215044.360000', '215044.820000', '215045.280000', '215045.740000', '215046.200000', '215046.660000', '215047.120000', '215047.580000', '215048.040000', '215048.500000', '215048.960000', '215049.420000', '215049.880000', '215050.340000', '215050.800000', '215051.260000', '215051.720000', '215052.180000', '215052.640000', '215053.100000', '215053.560000', '215054.020000', '215054.480000', '215054.940000', '215055.400000', '215055.860000', '215056.320000', '215056.780000', '215057.240000', '215057.700000', '215058.160000', '215058.620000', '215059.080000', '215059.540000', '215100.000000', '215100.460000', '215100.920000', '215101.380000', '215101.840000', '215102.300000', '215102.760000', '215103.220000', '215103.680000', '215104.140000', '215104.600000', '215105.060000', '215105.520000', '215105.980000', '215106.440000', '215106.900000', '215107.360000', '215107.820000', '215108.280000', '215108.740000', '215109.200000', '215109.660000', '215110.120000', '215110.580000', '215111.040000', '215111.500000', '215111.960000', '215112.420000', '215112.880000', '215113.340000', '215113.800000', '215114.260000', '215114.720000', '215115.180000', '215115.640000', '215116.100000', '215116.560000', '215117.020000', '215117.480000', '215117.940000', '215118.400000', '215118.860000', '215119.320000', '215119.780000', '215120.240000', '215120.700000', '215121.160000', '215121.620000', '215122.080000', '215122.540000', '215123.000000', '215123.460000', '215123.920000', '215124.380000', '215124.840000', '215125.300000', '215125.760000', '215126.220000', '215126.680000', '215127.140000', '215127.600000', '215128.060000', '215128.520000', '215128.980000', '215129.440000', '215129.900000', '215130.360000', '215130.820000', '215131.280000', '215131.740000', '215132.200000', '215132.660000', '215133.120000', '215133.580000', '215134.040000', '215134.500000', '215134.960000', '215135.420000', '215135.880000', '215136.340000', '215136.800000', '215137.260000', '215137.720000', '215138.180000', '215138.640000', '215139.100000', '215139.560000', '215140.020000', '215140.480000', '215140.940000', '215141.400000', '215141.860000', '215142.320000', '215142.780000', '215143.240000', '215143.700000', '215144.160000', '215144.620000', '215145.080000', '215145.540000', '215146.000000', '215146.460000', '215146.920000', '215147.380000', '215147.840000', '215148.300000', '215148.760000', '215149.220000', '215149.680000', '215150.140000', '215150.600000', '215151.060000', '215151.520000', '215151.980000', '215152.440000', '215152.900000', '215153.360000', '215153.820000', '215154.280000', '215154.740000', '215155.200000', '215155.660000', '215156.120000', '215156.580000', '215157.040000', '215157.500000', '215157.960000', '215158.420000', '215158.880000', '215159.340000', '215159.800000', '215200.260000', '215200.720000', '215201.180000', '215201.640000', '215202.100000', '215202.560000', '215203.020000', '215203.480000', '215203.940000', '215204.400000', '215204.860000', '215205.320000', '215205.780000', '215206.240000', '215206.700000', '215207.160000', '215207.620000', '215208.080000', '215208.540000', '215209.000000', '215209.460000', '215209.920000', '215210.380000', '215210.840000', '215211.300000', '215211.760000', '215212.220000', '215212.680000', '215213.140000', '215213.600000', '215214.060000', '215214.520000', '215214.980000', '215215.440000', '215215.900000', '215216.360000', '215216.820000', '215217.280000', '215217.740000', '215218.200000', '215218.660000', '215219.120000', '215219.580000', '215220.040000', '215220.500000', '215220.960000', '215221.420000', '215221.880000', '215222.340000', '215222.800000', '215223.260000', '215223.720000', '215224.180000', '215224.640000', '215225.100000', '215225.560000', '215226.020000', '215226.480000', '215226.940000', '215227.400000', '215227.860000', '215228.320000', '215228.780000', '215229.240000', '215229.700000', '215230.160000', '215230.620000', '215231.080000', '215231.540000', '215232.000000', '215232.460000', '215232.920000', '215233.380000', '215233.840000', '215234.300000', '215234.760000', '215235.220000', '215235.680000', '215236.140000', '215236.600000', '215237.060000', '215237.520000', '215237.980000', '215238.440000', '215238.900000', '215239.360000', '215239.820000', '215240.280000', '215240.740000', '215241.200000', '215241.660000', '215242.120000', '215242.580000', '215243.040000', '215243.500000', '215243.960000', '215244.420000', '215244.880000', '215245.340000', '215245.800000', '215246.260000', '215246.720000', '215247.180000', '215247.640000', '215248.100000', '215248.560000', '215249.020000', '215249.480000', '215249.940000', '215250.400000', '215250.860000', '215251.320000', '215251.780000', '215252.240000', '215252.700000', '215253.160000', '215253.620000', '215254.080000', '215254.540000', '215255.000000', '215255.460000', '215255.920000', '215256.380000', '215256.840000', '215257.300000', '215257.760000', '215258.220000', '215258.680000', '215259.140000', '215259.600000', '215300.060000', '215300.520000', '215300.980000', '215301.440000', '215301.900000', '215302.360000', '215302.820000', '215303.280000', '215303.740000', '215304.200000', '215304.660000', '215305.120000', '215305.580000', '215306.040000', '215306.500000', '215306.960000', '215307.420000', '215307.880000', '215308.340000', '215308.800000', '215309.260000', '215309.720000', '215310.180000', '215310.640000', '215311.100000', '215311.560000', '215312.020000', '215312.480000', '215312.940000', '215313.400000', '215313.860000', '215314.320000', '215314.780000', '215315.240000', '215315.700000', '215316.160000', '215316.620000', '215317.080000', '215317.540000', '215318.000000', '215318.460000', '215318.920000', '215319.380000', '215319.840000', '215320.300000', '215320.760000', '215321.220000', '215321.680000', '215322.140000', '215322.600000', '215323.060000', '215323.520000', '215323.980000', '215324.440000', '215324.900000', '215325.360000', '215325.820000', '215326.280000', '215326.740000', '215327.200000', '215327.660000', '215328.120000', '215328.580000', '215329.040000', '215329.500000', '215329.960000', '215330.420000', '215330.880000', '215331.340000', '215331.800000', '215332.260000', '215332.720000', '215333.180000', '215333.640000', '215334.100000', '215334.560000', '215335.020000', '215335.480000', '215335.940000', '215336.400000', '215336.860000', '215337.320000', '215337.780000', '215338.240000', '215338.700000', '215339.160000', '215339.620000', '215340.080000', '215340.540000', '215341.000000', '215341.460000', '215341.920000', '215342.380000', '215342.840000', '215343.300000', '215343.760000', '215344.220000', '215344.680000', '215345.140000', '215345.600000', '215346.060000', '215346.520000', '215346.980000', '215347.440000', '215347.900000', '215348.360000', '215348.820000', '215349.280000', '215349.740000', '215350.200000', '215350.660000', '215351.120000', '215351.580000', '215352.040000', '215352.500000', '215352.960000', '215353.420000', '215353.880000', '215354.340000', '215354.800000', '215355.260000', '215355.720000', '215356.180000', '215356.640000', '215357.100000', '215357.560000', '215358.020000', '215358.480000', '215358.940000', '215359.400000', '215359.860000', '215400.320000', '215400.780000', '215401.240000', '215401.700000', '215402.160000', '215402.620000', '215403.080000', '215403.540000', '215404.000000', '215404.460000', '215404.920000', '215405.380000', '215405.840000', '215406.300000', '215406.760000', '215407.220000', '215407.680000', '215408.140000', '215408.600000', '215409.060000', '215409.520000', '215409.980000', '215410.440000', '215410.900000', '215411.360000', '215411.820000', '215412.280000', '215412.740000', '215413.200000', '215413.660000', '215414.120000', '215414.580000', '215415.040000', '215415.500000', '215415.960000', '215416.420000', '215416.880000', '215417.340000', '215417.800000', '215418.260000', '215418.720000', '215419.180000', '215419.640000', '215420.100000', '215420.560000', '215421.020000', '215421.480000', '215421.940000', '215422.400000', '215422.860000', '215423.320000', '215423.780000', '215424.240000', '215424.700000', '215425.160000', '215425.620000', '215426.080000', '215426.540000', '215427.000000', '215427.460000', '215427.920000', '215428.380000', '215428.840000', '215429.300000', '215429.760000', '215430.220000', '215430.680000', '215431.140000', '215431.600000', '215432.060000', '215432.520000', '215432.980000', '215433.440000', '215433.900000', '215434.360000', '215434.820000', '215435.280000', '215435.740000', '215436.200000', '215436.660000', '215437.120000', '215437.580000', '215438.040000', '215438.500000', '215438.960000', '215439.420000', '215439.880000', '215440.340000', '215440.800000', '215441.260000', '215441.720000', '215442.180000', '215442.640000', '215443.100000', '215443.560000', '215444.020000', '215444.480000', '215444.940000', '215445.400000', '215445.860000', '215446.320000', '215446.780000', '215447.240000', '215447.700000', '215448.160000', '215448.620000', '215449.080000', '215449.540000', '215450.000000', '215450.460000', '215450.920000', '215451.380000', '215451.840000', '215452.300000', '215452.760000', '215453.220000', '215453.680000', '215454.140000', '215454.600000', '215455.060000', '215455.520000', '215455.980000', '215456.440000', '215456.900000', '215457.360000', '215457.820000', '215458.280000', '215458.740000', '215459.200000', '215459.660000', '215500.120000', '215500.580000', '215501.040000', '215501.500000', '215501.960000', '215502.420000', '215502.880000', '215503.340000', '215503.800000', '215504.260000', '215504.720000', '215505.180000', '215505.640000', '215506.100000', '215506.560000', '215507.020000', '215507.480000', '215507.940000', '215508.400000', '215508.860000', '215509.320000', '215509.780000', '215510.240000', '215510.700000', '215511.160000', '215511.620000', '215512.080000', '215512.540000', '215513.000000', '215513.460000', '215513.920000', '215514.380000', '215514.840000', '215515.300000', '215515.760000', '215516.220000', '215516.680000', '215517.140000', '215517.600000', '215518.060000', '215518.520000', '215518.980000', '215519.440000', '215519.900000', '215520.360000', '215520.820000', '215521.280000', '215521.740000', '215522.200000', '215522.660000', '215523.120000', '215523.580000', '215524.040000', '215524.500000', '215524.960000', '215525.420000', '215525.880000', '215526.340000', '215526.800000', '215527.260000', '215527.720000', '215528.180000', '215528.640000', '215529.100000', '215529.560000', '215530.020000', '215530.480000', '215530.940000', '215531.400000', '215531.860000', '215532.320000', '215532.780000', '215533.240000', '215533.700000', '215534.160000', '215534.620000', '215535.080000', '215535.540000', '215536.000000', '215536.460000', '215536.920000', '215537.380000', '215537.840000', '215538.300000', '215538.760000', '215539.220000', '215539.680000', '215540.140000', '215540.600000', '215541.060000', '215541.520000', '215541.980000', '215542.440000', '215542.900000', '215543.360000', '215543.820000', '215544.280000', '215544.740000', '215545.200000', '215545.660000', '215546.120000', '215546.580000', '215547.040000', '215547.500000', '215547.960000', '215548.420000', '215548.880000', '215549.340000', '215549.800000', '215550.260000', '215550.720000', '215551.180000', '215551.640000', '215552.100000', '215552.560000', '215553.020000', '215553.480000', '215553.940000', '215554.400000', '215554.860000', '215555.320000', '215555.780000', '215556.240000', '215556.700000'], 'ContentTime': ['214931.753000', '214931.756000', '214931.758000', '214931.761000', '214931.763000', '214931.766000', '214931.769000', '214931.780000', '214931.783000', '214931.785000', '214931.788000', '214931.791000', '214931.793000', '214931.796000', '214931.798000', '214931.801000', '214931.803000', '214931.810000', '214931.812000', '214931.815000', '214931.824000', '214931.827000', '214931.829000', '214931.832000', '214931.834000', '214931.837000', '214931.840000', '214931.843000', '214931.845000', '214931.848000', '214931.850000', '214951.711000', '214951.714000', '214951.717000', '214951.719000', '214951.722000', '214951.725000', '214951.727000', '214951.730000', '214951.732000', '214951.735000', '214951.738000', '214951.740000', '214951.743000', '214951.745000', '214951.748000', '214951.750000', '214951.753000', '214951.783000', '214951.786000', '214951.788000', '214951.791000', '214951.793000', '214951.796000', '214951.798000', '214951.801000', '214951.804000', '214951.806000', '214951.809000', '214951.811000', '214951.814000', '214951.816000', '214951.819000', '214951.822000', '214951.824000', '214951.827000', '214951.829000', '214951.832000', '214951.834000', '214951.837000', '214951.840000', '214951.842000', '214951.845000', '214951.848000', '215011.712000', '215011.714000', '215011.717000', '215011.720000', '215011.722000', '215011.725000', '215011.727000', '215011.730000', '215011.732000', '215011.742000', '215011.744000', '215011.747000', '215011.750000', '215011.752000', '215011.755000', '215011.757000', '215011.760000', '215011.762000', '215011.765000', '215011.768000', '215011.770000', '215011.773000', '215011.775000', '215011.778000', '215011.781000', '215011.783000', '215011.786000', '215011.788000', '215011.791000', '215011.793000', '215011.796000', '215011.798000', '215011.801000', '215011.804000', '215011.806000', '215011.809000', '215011.811000', '215011.814000', '215011.821000', '215011.823000', '215011.826000', '215011.829000', '215011.831000', '215011.834000', '215031.711000', '215031.714000', '215031.717000', '215031.719000', '215031.722000', '215031.725000', '215031.727000', '215031.730000', '215031.732000', '215031.735000', '215031.738000', '215031.740000', '215031.743000', '215031.745000', '215031.748000', '215031.751000', '215031.753000', '215031.756000', '215031.759000', '215031.761000', '215031.764000', '215031.767000', '215031.769000', '215031.772000', '215031.775000', '215031.777000', '215031.780000', '215031.782000', '215031.785000', '215031.788000', '215031.790000', '215031.793000', '215031.795000', '215031.798000', '215031.800000', '215031.803000', '215031.806000', '215031.808000', '215031.811000', '215031.814000', '215031.816000', '215031.819000', '215031.821000', '215051.712000', '215051.715000', '215051.718000', '215051.720000', '215051.723000', '215051.726000', '215051.728000', '215051.731000', '215051.733000', '215051.736000', '215051.739000', '215051.741000', '215051.744000', '215051.746000', '215051.749000', '215051.751000', '215051.754000', '215051.757000', '215051.759000', '215051.762000', '215051.764000', '215051.767000', '215051.786000', '215051.789000', '215051.791000', '215051.794000', '215051.797000', '215051.799000', '215051.802000', '215051.805000', '215051.807000', '215051.810000', '215051.812000', '215051.815000', '215051.818000', '215051.820000', '215051.823000', '215051.826000', '215051.828000', '215051.831000', '215051.833000', '215051.836000', '215051.838000', '215051.841000', '215111.712000', '215111.715000', '215111.718000', '215111.720000', '215111.723000', '215111.726000', '215111.728000', '215111.731000', '215111.733000', '215111.736000', '215111.738000', '215111.741000', '215111.744000', '215111.746000', '215111.749000', '215111.751000', '215111.778000', '215111.781000', '215111.783000', '215111.786000', '215111.788000', '215111.791000', '215111.794000', '215111.796000', '215111.799000', '215111.802000', '215111.804000', '215111.807000', '215111.810000', '215111.813000', '215111.816000', '215111.818000', '215111.821000', '215111.824000', '215111.826000', '215111.829000', '215111.832000', '215111.834000', '215111.837000', '215111.839000', '215111.842000', '215111.845000', '215111.847000', '215131.712000', '215131.715000', '215131.718000', '215131.721000', '215131.723000', '215131.726000', '215131.728000', '215131.731000', '215131.734000', '215131.736000', '215131.739000', '215131.741000', '215131.744000', '215131.747000', '215131.749000', '215131.752000', '215131.754000', '215131.757000', '215131.760000', '215131.762000', '215131.765000', '215131.767000', '215131.770000', '215131.773000', '215131.775000', '215131.778000', '215131.780000', '215131.783000', '215131.786000', '215131.788000', '215131.791000', '215131.793000', '215131.796000', '215131.799000', '215131.801000', '215131.804000', '215131.806000', '215131.809000', '215131.812000', '215131.814000', '215131.817000', '215131.819000', '215131.822000', '215131.824000', '215151.712000', '215151.715000', '215151.718000', '215151.720000', '215151.723000', '215151.726000', '215151.728000', '215151.731000', '215151.733000', '215151.736000', '215151.738000', '215151.741000', '215151.744000', '215151.746000', '215151.749000', '215151.751000', '215151.754000', '215151.757000', '215151.759000', '215151.762000', '215151.764000', '215151.767000', '215151.770000', '215151.772000', '215151.775000', '215151.777000', '215151.780000', '215151.782000', '215151.785000', '215151.788000', '215151.790000', '215151.793000', '215151.795000', '215151.798000', '215151.801000', '215151.803000', '215151.806000', '215151.808000', '215151.811000', '215151.813000', '215151.816000', '215151.819000', '215151.821000', '215211.711000', '215211.714000', '215211.717000', '215211.719000', '215211.722000', '215211.725000', '215211.727000', '215211.730000', '215211.732000', '215211.735000', '215211.737000', '215211.740000', '215211.743000', '215211.745000', '215211.748000', '215211.750000', '215211.753000', '215211.755000', '215211.758000', '215211.761000', '215211.763000', '215211.766000', '215211.769000', '215211.771000', '215211.774000', '215211.776000', '215211.779000', '215211.781000', '215211.784000', '215211.786000', '215211.789000', '215211.792000', '215211.794000', '215211.797000', '215211.799000', '215211.802000', '215211.805000', '215211.807000', '215211.810000', '215211.812000', '215211.815000', '215211.817000', '215211.820000', '215211.822000', '215231.712000', '215231.715000', '215231.717000', '215231.720000', '215231.723000', '215231.725000', '215231.728000', '215231.730000', '215231.733000', '215231.736000', '215231.738000', '215231.741000', '215231.743000', '215231.746000', '215231.749000', '215231.751000', '215231.754000', '215231.771000', '215231.773000', '215231.776000', '215231.779000', '215231.781000', '215231.784000', '215231.786000', '215231.789000', '215231.792000', '215231.794000', '215231.797000', '215231.799000', '215231.802000', '215231.805000', '215231.807000', '215231.810000', '215231.816000', '215231.819000', '215231.821000', '215231.824000', '215231.826000', '215231.829000', '215231.831000', '215231.834000', '215231.837000', '215231.839000', '215251.712000', '215251.714000', '215251.717000', '215251.720000', '215251.722000', '215251.725000', '215251.728000', '215251.730000', '215251.733000', '215251.735000', '215251.738000', '215251.741000', '215251.743000', '215251.746000', '215251.749000', '215251.751000', '215251.754000', '215251.756000', '215251.759000', '215251.762000', '215251.764000', '215251.767000', '215251.770000', '215251.772000', '215251.775000', '215251.777000', '215251.780000', '215251.783000', '215251.785000', '215251.788000', '215251.790000', '215251.793000', '215251.796000', '215251.798000', '215251.801000', '215251.804000', '215251.806000', '215251.809000', '215251.811000', '215251.814000', '215251.817000', '215251.819000', '215251.822000', '215251.824000', '215311.712000', '215311.715000', '215311.718000', '215311.720000', '215311.723000', '215311.726000', '215311.728000', '215311.731000', '215311.734000', '215311.736000', '215311.739000', '215311.741000', '215311.744000', '215311.746000', '215311.749000', '215311.752000', '215311.754000', '215311.757000', '215311.760000', '215311.762000', '215311.765000', '215311.767000', '215311.770000', '215311.772000', '215311.775000', '215311.778000', '215311.780000', '215311.783000', '215311.785000', '215311.788000', '215311.791000', '215311.793000', '215311.796000', '215311.799000', '215311.801000', '215311.804000', '215311.806000', '215311.809000', '215311.811000', '215311.814000', '215311.817000', '215311.819000', '215311.822000', '215331.713000', '215331.716000', '215331.718000', '215331.721000', '215331.723000', '215331.726000', '215331.729000', '215331.731000', '215331.734000', '215331.736000', '215331.739000', '215331.741000', '215331.744000', '215331.747000', '215331.749000', '215331.752000', '215331.755000', '215331.757000', '215331.760000', '215331.762000', '215331.765000', '215331.767000', '215331.770000', '215331.773000', '215331.775000', '215331.778000', '215331.780000', '215331.783000', '215331.786000', '215331.788000', '215331.791000', '215331.794000', '215331.796000', '215331.799000', '215331.801000', '215331.804000', '215331.807000', '215331.809000', '215331.812000', '215331.814000', '215331.817000', '215331.820000', '215331.822000', '215331.825000', '215351.713000', '215351.716000', '215351.718000', '215351.721000', '215351.723000', '215351.726000', '215351.728000', '215351.731000', '215351.734000', '215351.736000', '215351.739000', '215351.741000', '215351.744000', '215351.747000', '215351.749000', '215351.752000', '215351.755000', '215351.757000', '215351.760000', '215351.762000', '215351.765000', '215351.768000', '215351.770000', '215351.773000', '215351.775000', '215351.778000', '215351.781000', '215351.783000', '215351.786000', '215351.788000', '215351.791000', '215351.794000', '215351.796000', '215351.799000', '215351.801000', '215351.804000', '215351.807000', '215351.809000', '215351.812000', '215351.814000', '215351.817000', '215351.820000', '215351.832000', '215411.713000', '215411.715000', '215411.718000', '215411.721000', '215411.723000', '215411.726000', '215411.729000', '215411.731000', '215411.734000', '215411.736000', '215411.739000', '215411.742000', '215411.744000', '215411.747000', '215411.750000', '215411.752000', '215411.755000', '215411.757000', '215411.760000', '215411.763000', '215411.765000', '215411.768000', '215411.771000', '215411.773000', '215411.776000', '215411.779000', '215411.781000', '215411.784000', '215411.786000', '215411.789000', '215411.792000', '215411.794000', '215411.797000', '215411.799000', '215411.802000', '215411.805000', '215411.807000', '215411.810000', '215411.812000', '215411.815000', '215411.818000', '215411.820000', '215411.823000', '215411.825000', '215431.711000', '215431.714000', '215431.717000', '215431.719000', '215431.722000', '215431.725000', '215431.727000', '215431.730000', '215431.732000', '215431.735000', '215431.738000', '215431.740000', '215431.743000', '215431.746000', '215431.748000', '215431.751000', '215431.753000', '215431.756000', '215431.758000', '215431.761000', '215431.764000', '215431.766000', '215431.769000', '215431.771000', '215431.774000', '215431.777000', '215431.779000', '215431.782000', '215431.785000', '215431.787000', '215431.790000', '215431.792000', '215431.795000', '215431.798000', '215431.800000', '215431.803000', '215431.805000', '215431.808000', '215431.811000', '215431.813000', '215431.816000', '215431.818000', '215431.821000', '215451.711000', '215451.714000', '215451.717000', '215451.719000', '215451.722000', '215451.725000', '215451.727000', '215451.730000', '215451.732000', '215451.735000', '215451.738000', '215451.740000', '215451.743000', '215451.745000', '215451.748000', '215451.751000', '215451.753000', '215451.756000', '215451.758000', '215451.761000', '215451.764000', '215451.766000', '215451.769000', '215451.771000', '215451.774000', '215451.776000', '215451.779000', '215451.782000', '215451.784000', '215451.787000', '215451.790000', '215451.794000', '215451.797000', '215451.799000', '215451.803000', '215451.806000', '215451.809000', '215451.812000', '215451.814000', '215451.817000', '215451.820000', '215451.822000', '215451.825000', '215511.711000', '215511.714000', '215511.717000', '215511.719000', '215511.722000', '215511.725000', '215511.727000', '215511.730000', '215511.732000', '215511.735000', '215511.737000', '215511.740000', '215511.743000', '215511.745000', '215511.748000', '215511.751000', '215511.753000', '215511.756000', '215511.758000', '215511.761000', '215511.763000', '215511.766000', '215511.769000', '215511.771000', '215511.774000', '215511.776000', '215511.779000', '215511.782000', '215511.784000', '215511.787000', '215511.789000', '215511.792000', '215511.795000', '215511.797000', '215511.800000', '215511.802000', '215511.805000', '215511.808000', '215511.810000', '215511.813000', '215511.815000', '215511.818000', '215511.821000', '215511.823000', '215531.713000', '215531.715000', '215531.718000', '215531.721000', '215531.723000', '215531.726000', '215531.728000', '215531.731000', '215531.734000', '215531.736000', '215531.765000', '215531.768000', '215531.771000', '215531.773000', '215531.776000', '215531.778000', '215531.781000', '215531.784000', '215531.786000', '215531.789000', '215531.791000', '215531.794000', '215531.797000', '215531.799000', '215531.802000', '215531.805000', '215531.807000', '215531.810000', '215531.812000', '215531.815000', '215531.818000', '215531.820000', '215531.823000', '215531.825000', '215531.828000', '215531.831000', '215531.833000', '215531.836000', '215531.838000', '215531.841000', '215531.843000', '215531.846000', '215531.849000', '215531.851000', '215551.713000', '215551.715000', '215551.718000', '215551.721000', '215551.723000', '215551.726000', '215551.728000', '215551.731000', '215551.734000', '215551.736000', '215551.739000', '215551.741000', '215551.744000', '215551.747000', '215551.749000', '215551.752000', '215551.754000', '215551.757000', '215551.760000', '215551.762000', '215551.765000', '215551.768000', '215551.770000', '215551.773000', '215551.775000', '215551.778000', '215551.781000', '215551.783000', '215551.786000', '215551.789000', '215551.791000', '215551.794000', '215551.796000', '215551.799000', '215551.802000', '215551.804000', '215551.807000', '215551.815000', '215551.818000', '215551.821000', '215551.823000', '215551.826000', '215551.828000', '215558.363000', '215558.366000', '215558.368000', '215558.371000', '215558.373000', '215558.376000', '215558.379000', '215558.381000', '215558.384000', '215558.387000', '215558.389000', '215558.392000', '215558.395000', '215558.397000', '215558.400000'], 'InstanceCreationTime': ['214931.753000', '214931.756000', '214931.758000', '214931.761000', '214931.763000', '214931.766000', '214931.769000', '214931.780000', '214931.783000', '214931.785000', '214931.788000', '214931.791000', '214931.793000', '214931.796000', '214931.798000', '214931.801000', '214931.803000', '214931.810000', '214931.812000', '214931.815000', '214931.824000', '214931.827000', '214931.829000', '214931.832000', '214931.834000', '214931.837000', '214931.840000', '214931.843000', '214931.845000', '214931.848000', '214931.850000', '214951.711000', '214951.714000', '214951.717000', '214951.719000', '214951.722000', '214951.725000', '214951.727000', '214951.730000', '214951.732000', '214951.735000', '214951.738000', '214951.740000', '214951.743000', '214951.745000', '214951.748000', '214951.750000', '214951.753000', '214951.783000', '214951.786000', '214951.788000', '214951.791000', '214951.793000', '214951.796000', '214951.798000', '214951.801000', '214951.804000', '214951.806000', '214951.809000', '214951.811000', '214951.814000', '214951.816000', '214951.819000', '214951.822000', '214951.824000', '214951.827000', '214951.829000', '214951.832000', '214951.834000', '214951.837000', '214951.840000', '214951.842000', '214951.845000', '214951.848000', '215011.712000', '215011.714000', '215011.717000', '215011.720000', '215011.722000', '215011.725000', '215011.727000', '215011.730000', '215011.732000', '215011.742000', '215011.744000', '215011.747000', '215011.750000', '215011.752000', '215011.755000', '215011.757000', '215011.760000', '215011.762000', '215011.765000', '215011.768000', '215011.770000', '215011.773000', '215011.775000', '215011.778000', '215011.781000', '215011.783000', '215011.786000', '215011.788000', '215011.791000', '215011.793000', '215011.796000', '215011.798000', '215011.801000', '215011.804000', '215011.806000', '215011.809000', '215011.811000', '215011.814000', '215011.821000', '215011.823000', '215011.826000', '215011.829000', '215011.831000', '215011.834000', '215031.711000', '215031.714000', '215031.717000', '215031.719000', '215031.722000', '215031.725000', '215031.727000', '215031.730000', '215031.732000', '215031.735000', '215031.738000', '215031.740000', '215031.743000', '215031.745000', '215031.748000', '215031.751000', '215031.753000', '215031.756000', '215031.759000', '215031.761000', '215031.764000', '215031.767000', '215031.769000', '215031.772000', '215031.775000', '215031.777000', '215031.780000', '215031.782000', '215031.785000', '215031.788000', '215031.790000', '215031.793000', '215031.795000', '215031.798000', '215031.800000', '215031.803000', '215031.806000', '215031.808000', '215031.811000', '215031.814000', '215031.816000', '215031.819000', '215031.821000', '215051.712000', '215051.715000', '215051.718000', '215051.720000', '215051.723000', '215051.726000', '215051.728000', '215051.731000', '215051.733000', '215051.736000', '215051.739000', '215051.741000', '215051.744000', '215051.746000', '215051.749000', '215051.751000', '215051.754000', '215051.757000', '215051.759000', '215051.762000', '215051.764000', '215051.767000', '215051.786000', '215051.789000', '215051.791000', '215051.794000', '215051.797000', '215051.799000', '215051.802000', '215051.805000', '215051.807000', '215051.810000', '215051.812000', '215051.815000', '215051.818000', '215051.820000', '215051.823000', '215051.826000', '215051.828000', '215051.831000', '215051.833000', '215051.836000', '215051.838000', '215051.841000', '215111.712000', '215111.715000', '215111.718000', '215111.720000', '215111.723000', '215111.726000', '215111.728000', '215111.731000', '215111.733000', '215111.736000', '215111.738000', '215111.741000', '215111.744000', '215111.746000', '215111.749000', '215111.751000', '215111.778000', '215111.781000', '215111.783000', '215111.786000', '215111.788000', '215111.791000', '215111.794000', '215111.796000', '215111.799000', '215111.802000', '215111.804000', '215111.807000', '215111.810000', '215111.813000', '215111.816000', '215111.818000', '215111.821000', '215111.824000', '215111.826000', '215111.829000', '215111.832000', '215111.834000', '215111.837000', '215111.839000', '215111.842000', '215111.845000', '215111.847000', '215131.712000', '215131.715000', '215131.718000', '215131.721000', '215131.723000', '215131.726000', '215131.728000', '215131.731000', '215131.734000', '215131.736000', '215131.739000', '215131.741000', '215131.744000', '215131.747000', '215131.749000', '215131.752000', '215131.754000', '215131.757000', '215131.760000', '215131.762000', '215131.765000', '215131.767000', '215131.770000', '215131.773000', '215131.775000', '215131.778000', '215131.780000', '215131.783000', '215131.786000', '215131.788000', '215131.791000', '215131.793000', '215131.796000', '215131.799000', '215131.801000', '215131.804000', '215131.806000', '215131.809000', '215131.812000', '215131.814000', '215131.817000', '215131.819000', '215131.822000', '215131.824000', '215151.712000', '215151.715000', '215151.718000', '215151.720000', '215151.723000', '215151.726000', '215151.728000', '215151.731000', '215151.733000', '215151.736000', '215151.738000', '215151.741000', '215151.744000', '215151.746000', '215151.749000', '215151.751000', '215151.754000', '215151.757000', '215151.759000', '215151.762000', '215151.764000', '215151.767000', '215151.770000', '215151.772000', '215151.775000', '215151.777000', '215151.780000', '215151.782000', '215151.785000', '215151.788000', '215151.790000', '215151.793000', '215151.795000', '215151.798000', '215151.801000', '215151.803000', '215151.806000', '215151.808000', '215151.811000', '215151.813000', '215151.816000', '215151.819000', '215151.821000', '215211.711000', '215211.714000', '215211.717000', '215211.719000', '215211.722000', '215211.725000', '215211.727000', '215211.730000', '215211.732000', '215211.735000', '215211.737000', '215211.740000', '215211.743000', '215211.745000', '215211.748000', '215211.750000', '215211.753000', '215211.755000', '215211.758000', '215211.761000', '215211.763000', '215211.766000', '215211.769000', '215211.771000', '215211.774000', '215211.776000', '215211.779000', '215211.781000', '215211.784000', '215211.786000', '215211.789000', '215211.792000', '215211.794000', '215211.797000', '215211.799000', '215211.802000', '215211.805000', '215211.807000', '215211.810000', '215211.812000', '215211.815000', '215211.817000', '215211.820000', '215211.822000', '215231.712000', '215231.715000', '215231.717000', '215231.720000', '215231.723000', '215231.725000', '215231.728000', '215231.730000', '215231.733000', '215231.736000', '215231.738000', '215231.741000', '215231.743000', '215231.746000', '215231.749000', '215231.751000', '215231.754000', '215231.771000', '215231.773000', '215231.776000', '215231.779000', '215231.781000', '215231.784000', '215231.786000', '215231.789000', '215231.792000', '215231.794000', '215231.797000', '215231.799000', '215231.802000', '215231.805000', '215231.807000', '215231.810000', '215231.816000', '215231.819000', '215231.821000', '215231.824000', '215231.826000', '215231.829000', '215231.831000', '215231.834000', '215231.837000', '215231.839000', '215251.712000', '215251.714000', '215251.717000', '215251.720000', '215251.722000', '215251.725000', '215251.728000', '215251.730000', '215251.733000', '215251.735000', '215251.738000', '215251.741000', '215251.743000', '215251.746000', '215251.749000', '215251.751000', '215251.754000', '215251.756000', '215251.759000', '215251.762000', '215251.764000', '215251.767000', '215251.770000', '215251.772000', '215251.775000', '215251.777000', '215251.780000', '215251.783000', '215251.785000', '215251.788000', '215251.790000', '215251.793000', '215251.796000', '215251.798000', '215251.801000', '215251.804000', '215251.806000', '215251.809000', '215251.811000', '215251.814000', '215251.817000', '215251.819000', '215251.822000', '215251.824000', '215311.712000', '215311.715000', '215311.718000', '215311.720000', '215311.723000', '215311.726000', '215311.728000', '215311.731000', '215311.734000', '215311.736000', '215311.739000', '215311.741000', '215311.744000', '215311.746000', '215311.749000', '215311.752000', '215311.754000', '215311.757000', '215311.760000', '215311.762000', '215311.765000', '215311.767000', '215311.770000', '215311.772000', '215311.775000', '215311.778000', '215311.780000', '215311.783000', '215311.785000', '215311.788000', '215311.791000', '215311.793000', '215311.796000', '215311.799000', '215311.801000', '215311.804000', '215311.806000', '215311.809000', '215311.811000', '215311.814000', '215311.817000', '215311.819000', '215311.822000', '215331.713000', '215331.716000', '215331.718000', '215331.721000', '215331.723000', '215331.726000', '215331.729000', '215331.731000', '215331.734000', '215331.736000', '215331.739000', '215331.741000', '215331.744000', '215331.747000', '215331.749000', '215331.752000', '215331.755000', '215331.757000', '215331.760000', '215331.762000', '215331.765000', '215331.767000', '215331.770000', '215331.773000', '215331.775000', '215331.778000', '215331.780000', '215331.783000', '215331.786000', '215331.788000', '215331.791000', '215331.794000', '215331.796000', '215331.799000', '215331.801000', '215331.804000', '215331.807000', '215331.809000', '215331.812000', '215331.814000', '215331.817000', '215331.820000', '215331.822000', '215331.825000', '215351.713000', '215351.716000', '215351.718000', '215351.721000', '215351.723000', '215351.726000', '215351.728000', '215351.731000', '215351.734000', '215351.736000', '215351.739000', '215351.741000', '215351.744000', '215351.747000', '215351.749000', '215351.752000', '215351.755000', '215351.757000', '215351.760000', '215351.762000', '215351.765000', '215351.768000', '215351.770000', '215351.773000', '215351.775000', '215351.778000', '215351.781000', '215351.783000', '215351.786000', '215351.788000', '215351.791000', '215351.794000', '215351.796000', '215351.799000', '215351.801000', '215351.804000', '215351.807000', '215351.809000', '215351.812000', '215351.814000', '215351.817000', '215351.820000', '215351.832000', '215411.713000', '215411.715000', '215411.718000', '215411.721000', '215411.723000', '215411.726000', '215411.729000', '215411.731000', '215411.734000', '215411.736000', '215411.739000', '215411.742000', '215411.744000', '215411.747000', '215411.750000', '215411.752000', '215411.755000', '215411.757000', '215411.760000', '215411.763000', '215411.765000', '215411.768000', '215411.771000', '215411.773000', '215411.776000', '215411.779000', '215411.781000', '215411.784000', '215411.786000', '215411.789000', '215411.792000', '215411.794000', '215411.797000', '215411.799000', '215411.802000', '215411.805000', '215411.807000', '215411.810000', '215411.812000', '215411.815000', '215411.818000', '215411.820000', '215411.823000', '215411.825000', '215431.711000', '215431.714000', '215431.717000', '215431.719000', '215431.722000', '215431.725000', '215431.727000', '215431.730000', '215431.732000', '215431.735000', '215431.738000', '215431.740000', '215431.743000', '215431.746000', '215431.748000', '215431.751000', '215431.753000', '215431.756000', '215431.758000', '215431.761000', '215431.764000', '215431.766000', '215431.769000', '215431.771000', '215431.774000', '215431.777000', '215431.779000', '215431.782000', '215431.785000', '215431.787000', '215431.790000', '215431.792000', '215431.795000', '215431.798000', '215431.800000', '215431.803000', '215431.805000', '215431.808000', '215431.811000', '215431.813000', '215431.816000', '215431.818000', '215431.821000', '215451.711000', '215451.714000', '215451.717000', '215451.719000', '215451.722000', '215451.725000', '215451.727000', '215451.730000', '215451.732000', '215451.735000', '215451.738000', '215451.740000', '215451.743000', '215451.745000', '215451.748000', '215451.751000', '215451.753000', '215451.756000', '215451.758000', '215451.761000', '215451.764000', '215451.766000', '215451.769000', '215451.771000', '215451.774000', '215451.776000', '215451.779000', '215451.782000', '215451.784000', '215451.787000', '215451.790000', '215451.794000', '215451.797000', '215451.799000', '215451.803000', '215451.806000', '215451.809000', '215451.812000', '215451.814000', '215451.817000', '215451.820000', '215451.822000', '215451.825000', '215511.711000', '215511.714000', '215511.717000', '215511.719000', '215511.722000', '215511.725000', '215511.727000', '215511.730000', '215511.732000', '215511.735000', '215511.737000', '215511.740000', '215511.743000', '215511.745000', '215511.748000', '215511.751000', '215511.753000', '215511.756000', '215511.758000', '215511.761000', '215511.763000', '215511.766000', '215511.769000', '215511.771000', '215511.774000', '215511.776000', '215511.779000', '215511.782000', '215511.784000', '215511.787000', '215511.789000', '215511.792000', '215511.795000', '215511.797000', '215511.800000', '215511.802000', '215511.805000', '215511.808000', '215511.810000', '215511.813000', '215511.815000', '215511.818000', '215511.821000', '215511.823000', '215531.713000', '215531.715000', '215531.718000', '215531.721000', '215531.723000', '215531.726000', '215531.728000', '215531.731000', '215531.734000', '215531.736000', '215531.765000', '215531.768000', '215531.771000', '215531.773000', '215531.776000', '215531.778000', '215531.781000', '215531.784000', '215531.786000', '215531.789000', '215531.791000', '215531.794000', '215531.797000', '215531.799000', '215531.802000', '215531.805000', '215531.807000', '215531.810000', '215531.812000', '215531.815000', '215531.818000', '215531.820000', '215531.823000', '215531.825000', '215531.828000', '215531.831000', '215531.833000', '215531.836000', '215531.838000', '215531.841000', '215531.843000', '215531.846000', '215531.849000', '215531.851000', '215551.713000', '215551.715000', '215551.718000', '215551.721000', '215551.723000', '215551.726000', '215551.728000', '215551.731000', '215551.734000', '215551.736000', '215551.739000', '215551.741000', '215551.744000', '215551.747000', '215551.749000', '215551.752000', '215551.754000', '215551.757000', '215551.760000', '215551.762000', '215551.765000', '215551.768000', '215551.770000', '215551.773000', '215551.775000', '215551.778000', '215551.781000', '215551.783000', '215551.786000', '215551.789000', '215551.791000', '215551.794000', '215551.796000', '215551.799000', '215551.802000', '215551.804000', '215551.807000', '215551.815000', '215551.818000', '215551.821000', '215551.823000', '215551.826000', '215551.828000', '215558.363000', '215558.366000', '215558.368000', '215558.371000', '215558.373000', '215558.376000', '215558.379000', '215558.381000', '215558.384000', '215558.387000', '215558.389000', '215558.392000', '215558.395000', '215558.397000', '215558.400000'], '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': [11674, 8920, 7275, 10475, 6872, 13950, 8777, 13865, 7206, 10915, 7378, 9692, 14039, 8720, 12904, 7176, 6978, 7350, 6889, 7006, 9700, 6647, 7661, 8587, 6812, 6458, 6489, 7181, 7362, 6475, 7935, 6930, 8198, 7040, 10130, 6843, 7938, 6609, 9770, 7068, 9987, 6860, 9050, 6530, 12261, 6889, 8805, 6646, 7774, 13021, 6719, 8649, 11518, 8503, 9599, 7501, 7714, 7271, 8230, 7793, 9666, 7369, 11121, 8386, 10859, 6558, 9581, 6893, 11160, 6822, 10557, 6589, 9014, 7379, 9829, 6866, 8421, 7507, 10542, 7209, 8494, 6832, 8427, 7214, 8571, 7775, 9076, 6549, 8892, 6804, 9482, 6437, 8859, 6767, 8775, 8000, 11870, 7688, 9237, 6915, 8847, 7776, 6659, 7197, 6851, 7899, 7329, 7536, 7148, 7325, 11027, 8477, 13672, 10577, 11359, 7500, 8390, 7521, 7645, 8030, 8688, 8017, 11071, 8382, 11593, 8771, 12257, 8329, 7288, 7408, 6889, 7134, 10585, 7667, 10505, 7244, 8004, 6660, 7854, 10941, 6975, 8256, 10907, 6887, 7709, 6830, 7579, 8001, 6935, 7138, 6751, 7285, 6784, 7268, 7144, 8030, 6759, 9431, 6937, 9525, 7682, 8686, 12597, 9795, 11660, 8056, 9969, 6647, 8341, 6836, 8153, 7067, 7393, 6993, 7454, 7179, 7331, 6904, 7573, 7139, 7889, 11622, 8470, 11556, 8939, 10508, 6948, 7692, 8214, 7493, 9486, 7007, 11451, 8849, 10564, 7407, 6893, 8438, 8086, 9794, 6794, 7867, 12599, 8373, 12091, 7998, 9362, 6820, 7874, 7128, 7625, 6757, 7177, 7055, 7537, 7251, 8066, 9314, 8257, 11702, 8352, 11760, 8773, 11339, 8554, 6826, 7226, 7502, 7553, 6577, 8383, 6887, 9350, 7751, 12358, 8379, 10996, 7092, 8632, 7003, 9841, 6894, 7692, 7180, 7437, 6886, 7042, 10390, 7659, 7783, 7068, 7384, 7182, 9788, 7585, 11463, 7264, 7984, 7216, 7778, 7697, 7668, 11436, 9207, 10959, 6999, 8469, 7212, 7452, 10647, 6635, 8365, 8538, 7410, 8811, 6931, 8392, 7967, 7482, 7185, 7889, 7487, 7611, 7804, 7587, 7784, 6910, 8251, 12846, 9846, 9974, 7714, 9428, 7399, 9733, 8343, 9131, 7295, 9287, 7268, 7235, 7266, 7530, 6836, 7600, 7023, 7602, 9008, 7748, 11530, 9216, 11642, 8687, 10100, 7093, 8900, 7196, 9263, 8109, 8848, 8315, 8594, 7116, 9233, 6886, 7857, 7299, 7697, 7035, 7735, 11668, 9439, 11073, 7854, 8492, 7379, 7582, 6672, 7456, 6965, 8917, 6727, 7828, 6826, 8018, 6985, 7920, 7543, 9176, 9653, 8250, 6804, 7279, 6954, 7550, 11663, 8323, 10073, 8355, 8707, 6810, 8548, 7174, 9129, 8035, 9056, 7034, 8470, 7990, 9978, 12921, 8938, 9931, 7147, 8033, 7662, 7307, 7273, 7184, 7125, 9496, 12191, 9378, 9431, 6840, 8261, 7051, 8406, 7040, 9240, 6896, 8001, 7434, 7707, 12167, 12103, 9869, 9824, 6929, 7930, 7237, 7523, 9708, 7850, 8633, 7094, 8007, 7153, 7790, 7160, 8689, 6727, 8079, 6822, 8094, 6969, 8397, 7012, 8093, 7814, 7844, 13356, 11188, 8817, 10828, 7343, 8088, 7008, 7367, 7448, 7528, 10003, 7584, 8419, 7233, 7815, 7203, 7660, 9934, 7365, 9083, 7373, 8015, 7156, 7632, 7418, 9127, 8311, 7850, 7208, 11602, 9691, 8940, 12581, 7925, 8789, 7006, 7822, 7435, 8322, 7179, 7962, 7131, 8080, 7138, 9265, 8888, 12335, 9888, 8043, 8750, 6966, 9880, 8060, 10434, 8299, 10662, 6896, 7923, 11533, 7524, 8231, 10871, 7404, 8325, 6809, 8174, 7067, 9275, 7209, 8540, 7458, 8401, 9197, 8112, 11603, 7281, 8618, 8270, 10766, 8179, 8923, 6965, 8182, 7352, 8755, 7258, 8280, 9387, 7669, 12530, 8483, 8996, 7005, 6979, 7019, 7178, 10550, 7855, 8652, 7015, 8455, 7286, 7585, 9219, 8372, 8711, 7594, 8238, 7143, 8029, 7095, 8322, 9103, 8120, 11764, 7628, 8662, 7138, 7736, 7186, 8476, 11724, 8710, 10169, 7497, 8105, 6946, 7189, 7214, 7519, 10049, 7474, 8393, 10494, 6952, 8151, 11724, 7358, 8181, 9441, 7586, 8499, 7129, 8106, 7072, 7100, 9213, 7118, 8006, 9400, 7492, 9724, 7085, 7816, 6975, 7915, 7367, 7898, 7404, 8192, 8702, 7750, 10100, 8166, 9034, 11468, 10000, 10815, 7850, 8292, 9803, 6834, 7847, 7138, 7780, 7067, 7754, 6786, 8073, 7071, 7946, 11217, 7832, 10477, 7817, 9616, 7275, 7254, 9469, 7321, 8672, 12512, 8201, 9929, 7298, 8200, 7368, 8202, 8907, 8590, 10570, 7624, 10370, 7547, 9657, 7844, 9737, 10435, 7975, 8486, 7378, 11268, 8722, 11561, 9589, 10441, 7622, 9180, 11943, 8450, 9039, 11683, 7687, 9744, 7312, 7866, 7550, 7884, 7943, 10079, 7802, 9346, 7903, 9116, 7843, 11274, 8145, 9064, 7452, 7433, 7716, 7484, 11238, 8333, 10082, 7665, 7892, 12365, 7827, 7269, 7005, 7393, 7552, 7429, 7920, 11156, 9351, 10315, 8046, 8412, 7356, 7713, 7326, 7559, 10938, 7888, 8257, 11362, 6924, 8119, 7997, 7125, 7826, 6792, 8154, 6699, 7227, 6864, 7607, 7273, 8403, 11098, 8710, 10039, 11004, 7257, 8909, 10333, 8321, 8927, 7157, 7292, 7329, 7490, 7733, 10892, 9155, 10823, 7800, 9478, 8143, 10136, 12604, 9825, 11306, 7177, 7988, 7219, 7990, 11040, 8075, 9454, 7143, 7401, 7230, 7664, 11556, 7917, 9870, 7599, 8851, 7284, 8078, 7385, 8021, 7663, 8148, 9617, 8508, 11361, 8505, 7537, 7767, 7624, 7493, 7317, 8249, 7467, 10275, 12416, 9942, 11723, 8053, 8304, 11342, 7477, 8190, 7709, 7841, 7293, 6944, 7381, 7453, 8915, 7505, 9921, 7797, 8584, 7586, 8425, 11261, 8827, 9972, 7321, 8022, 11128, 8254, 9775, 7257, 8110, 11083, 7537, 9714, 7408, 7835, 7028, 7182, 7393, 7659, 11230, 8340, 11144, 7746, 8393, 7623, 8173, 11852, 8731, 11843, 8208, 8012, 7477, 7592, 8222, 7764, 8500, 7662, 7339, 8490, 7570, 9302, 12825, 9018, 10846, 7253, 7693, 8379, 7192, 8347, 7580, 7434, 8345, 7240, 8718, 6813, 7852, 7313, 7414, 10142, 7886, 9659, 7399, 8444, 7522, 7442, 10971, 7817, 9972, 8093, 9305, 8080, 7241, 8869, 7469, 8336, 9807, 7808, 10621, 7362, 9118, 7137, 7273, 7327, 7736, 11179, 7341, 9622, 7148, 7550, 10360, 7637], 'WindowCenter': [3974.0, 3942.0, 3895.0, 3934.0, 3881.0, 3943.0, 3901.0, 3930.0, 3878.0, 3907.0, 3876.0, 3898.0, 3928.0, 3888.0, 3916.0, 3866.0, 3863.0, 3876.0, 3876.0, 3876.0, 3897.0, 3866.0, 3888.0, 3897.0, 3880.0, 3881.0, 3883.0, 3891.0, 3892.0, 3878.0, 3902.0, 3881.0, 3901.0, 3894.0, 3926.0, 3884.0, 3902.0, 3881.0, 3921.0, 3878.0, 3910.0, 3868.0, 3898.0, 3869.0, 3933.0, 3880.0, 3900.0, 3867.0, 3889.0, 3927.0, 3866.0, 3887.0, 3921.0, 3900.0, 3894.0, 3864.0, 3875.0, 3878.0, 3900.0, 3904.0, 3923.0, 3905.0, 3934.0, 3902.0, 3933.0, 3869.0, 3896.0, 3865.0, 3918.0, 3867.0, 3906.0, 3866.0, 3896.0, 3878.0, 3907.0, 3868.0, 3888.0, 3889.0, 3908.0, 3892.0, 3914.0, 3879.0, 3900.0, 3892.0, 3911.0, 3901.0, 3900.0, 3868.0, 3897.0, 3866.0, 3897.0, 3868.0, 3898.0, 3867.0, 3898.0, 3889.0, 3931.0, 3890.0, 3896.0, 3881.0, 3909.0, 3902.0, 3879.0, 3892.0, 3880.0, 3902.0, 3891.0, 3891.0, 3879.0, 3879.0, 3919.0, 3900.0, 3941.0, 3935.0, 3920.0, 3878.0, 3886.0, 3889.0, 3876.0, 3887.0, 3886.0, 3888.0, 3918.0, 3899.0, 3930.0, 3900.0, 3918.0, 3888.0, 3875.0, 3876.0, 3864.0, 3878.0, 3909.0, 3890.0, 3920.0, 3889.0, 3888.0, 3879.0, 3890.0, 3919.0, 3865.0, 3875.0, 3893.0, 3863.0, 3873.0, 3853.0, 3875.0, 3884.0, 3877.0, 3878.0, 3893.0, 3890.0, 3893.0, 3891.0, 3892.0, 3900.0, 3881.0, 3912.0, 3878.0, 3910.0, 3877.0, 3898.0, 3931.0, 3910.0, 3919.0, 3888.0, 3895.0, 3865.0, 3883.0, 3865.0, 3887.0, 3877.0, 3890.0, 3878.0, 3889.0, 3878.0, 3889.0, 3879.0, 3890.0, 3879.0, 3900.0, 3933.0, 3903.0, 3933.0, 3914.0, 3922.0, 3894.0, 3904.0, 3904.0, 3890.0, 3911.0, 3880.0, 3934.0, 3914.0, 3921.0, 3891.0, 3880.0, 3915.0, 3902.0, 3924.0, 3880.0, 3891.0, 3931.0, 3900.0, 3931.0, 3889.0, 3900.0, 3866.0, 3889.0, 3879.0, 3891.0, 3867.0, 3891.0, 3879.0, 3889.0, 3889.0, 3889.0, 3899.0, 3901.0, 3918.0, 3889.0, 3917.0, 3899.0, 3920.0, 3900.0, 3879.0, 3877.0, 3876.0, 3887.0, 3867.0, 3899.0, 3879.0, 3911.0, 3903.0, 3944.0, 3903.0, 3920.0, 3879.0, 3898.0, 3880.0, 3910.0, 3878.0, 3877.0, 3866.0, 3877.0, 3877.0, 3881.0, 3921.0, 3890.0, 3888.0, 3880.0, 3878.0, 3880.0, 3910.0, 3891.0, 3935.0, 3890.0, 3889.0, 3879.0, 3878.0, 3876.0, 3889.0, 3919.0, 3899.0, 3909.0, 3866.0, 3888.0, 3875.0, 3866.0, 3894.0, 3853.0, 3885.0, 3886.0, 3877.0, 3883.0, 3879.0, 3899.0, 3901.0, 3891.0, 3892.0, 3902.0, 3893.0, 3890.0, 3891.0, 3890.0, 3891.0, 3878.0, 3903.0, 3944.0, 3924.0, 3910.0, 3889.0, 3898.0, 3878.0, 3897.0, 3901.0, 3912.0, 3878.0, 3910.0, 3878.0, 3890.0, 3879.0, 3889.0, 3879.0, 3889.0, 3868.0, 3892.0, 3899.0, 3889.0, 3921.0, 3911.0, 3920.0, 3901.0, 3907.0, 3867.0, 3895.0, 3879.0, 3899.0, 3890.0, 3899.0, 3900.0, 3900.0, 3894.0, 3913.0, 3881.0, 3889.0, 3877.0, 3878.0, 3878.0, 3891.0, 3920.0, 3912.0, 3935.0, 3891.0, 3899.0, 3877.0, 3889.0, 3879.0, 3890.0, 3881.0, 3913.0, 3882.0, 3903.0, 3882.0, 3904.0, 3881.0, 3901.0, 3906.0, 3925.0, 3913.0, 3901.0, 3867.0, 3879.0, 3880.0, 3891.0, 3934.0, 3901.0, 3911.0, 3902.0, 3901.0, 3879.0, 3899.0, 3879.0, 3911.0, 3902.0, 3909.0, 3879.0, 3899.0, 3902.0, 3925.0, 3933.0, 3899.0, 3911.0, 3879.0, 3887.0, 3887.0, 3876.0, 3890.0, 3891.0, 3893.0, 3926.0, 3944.0, 3914.0, 3911.0, 3880.0, 3900.0, 3879.0, 3902.0, 3881.0, 3912.0, 3879.0, 3890.0, 3879.0, 3890.0, 3934.0, 3919.0, 3898.0, 3895.0, 3864.0, 3875.0, 3874.0, 3888.0, 3897.0, 3887.0, 3887.0, 3877.0, 3887.0, 3891.0, 3904.0, 3882.0, 3903.0, 3880.0, 3890.0, 3867.0, 3889.0, 3867.0, 3888.0, 3867.0, 3877.0, 3876.0, 3889.0, 3933.0, 3906.0, 3900.0, 3908.0, 3865.0, 3873.0, 3863.0, 3876.0, 3876.0, 3888.0, 3909.0, 3878.0, 3886.0, 3865.0, 3875.0, 3876.0, 3888.0, 3897.0, 3877.0, 3898.0, 3877.0, 3887.0, 3877.0, 3888.0, 3892.0, 3924.0, 3916.0, 3903.0, 3894.0, 3936.0, 3910.0, 3901.0, 3930.0, 3888.0, 3888.0, 3866.0, 3877.0, 3878.0, 3901.0, 3880.0, 3889.0, 3879.0, 3888.0, 3878.0, 3910.0, 3910.0, 3931.0, 3909.0, 3888.0, 3884.0, 3866.0, 3894.0, 3876.0, 3907.0, 3886.0, 3905.0, 3864.0, 3885.0, 3904.0, 3874.0, 3885.0, 3904.0, 3864.0, 3871.0, 3864.0, 3884.0, 3878.0, 3909.0, 3890.0, 3900.0, 3903.0, 3902.0, 3898.0, 3888.0, 3905.0, 3875.0, 3897.0, 3900.0, 3920.0, 3890.0, 3898.0, 3866.0, 3886.0, 3878.0, 3899.0, 3880.0, 3901.0, 3899.0, 3888.0, 3932.0, 3886.0, 3885.0, 3864.0, 3865.0, 3862.0, 3866.0, 3907.0, 3887.0, 3887.0, 3865.0, 3887.0, 3866.0, 3890.0, 3885.0, 3888.0, 3900.0, 3902.0, 3887.0, 3891.0, 3887.0, 3892.0, 3900.0, 3898.0, 3887.0, 3919.0, 3877.0, 3886.0, 3878.0, 3876.0, 3879.0, 3901.0, 3919.0, 3901.0, 3911.0, 3878.0, 3887.0, 3877.0, 3877.0, 3890.0, 3892.0, 3922.0, 3891.0, 3901.0, 3919.0, 3879.0, 3889.0, 3916.0, 3877.0, 3899.0, 3896.0, 3888.0, 3898.0, 3878.0, 3888.0, 3866.0, 3878.0, 3897.0, 3878.0, 3902.0, 3909.0, 3890.0, 3909.0, 3880.0, 3888.0, 3879.0, 3900.0, 3891.0, 3903.0, 3891.0, 3903.0, 3900.0, 3891.0, 3920.0, 3900.0, 3911.0, 3932.0, 3911.0, 3920.0, 3887.0, 3888.0, 3895.0, 3866.0, 3886.0, 3880.0, 3903.0, 3891.0, 3904.0, 3882.0, 3903.0, 3891.0, 3905.0, 3945.0, 3905.0, 3934.0, 3892.0, 3913.0, 3879.0, 3890.0, 3911.0, 3892.0, 3913.0, 3932.0, 3902.0, 3910.0, 3890.0, 3900.0, 3890.0, 3902.0, 3911.0, 3913.0, 3922.0, 3892.0, 3923.0, 3902.0, 3922.0, 3889.0, 3912.0, 3920.0, 3889.0, 3898.0, 3878.0, 3919.0, 3901.0, 3930.0, 3912.0, 3909.0, 3877.0, 3898.0, 3918.0, 3886.0, 3898.0, 3917.0, 3876.0, 3895.0, 3877.0, 3886.0, 3889.0, 3900.0, 3902.0, 3923.0, 3892.0, 3911.0, 3901.0, 3910.0, 3903.0, 3933.0, 3890.0, 3901.0, 3877.0, 3879.0, 3877.0, 3878.0, 3908.0, 3888.0, 3908.0, 3888.0, 3900.0, 3944.0, 3889.0, 3876.0, 3877.0, 3877.0, 3889.0, 3878.0, 3900.0, 3921.0, 3912.0, 3922.0, 3889.0, 3889.0, 3877.0, 3888.0, 3876.0, 3889.0, 3921.0, 3888.0, 3887.0, 3917.0, 3865.0, 3886.0, 3875.0, 3878.0, 3890.0, 3879.0, 3899.0, 3880.0, 3890.0, 3893.0, 3903.0, 3903.0, 3916.0, 3936.0, 3913.0, 3913.0, 3908.0, 3878.0, 3911.0, 3908.0, 3888.0, 3896.0, 3879.0, 3877.0, 3891.0, 3890.0, 3891.0, 3932.0, 3925.0, 3921.0, 3903.0, 3911.0, 3890.0, 3923.0, 3931.0, 3910.0, 3907.0, 3866.0, 3887.0, 3877.0, 3889.0, 3918.0, 3888.0, 3897.0, 3866.0, 3878.0, 3888.0, 3891.0, 3930.0, 3891.0, 3909.0, 3890.0, 3900.0, 3880.0, 3888.0, 3877.0, 3888.0, 3889.0, 3900.0, 3911.0, 3901.0, 3931.0, 3901.0, 3890.0, 3891.0, 3888.0, 3879.0, 3880.0, 3901.0, 3890.0, 3922.0, 3932.0, 3922.0, 3933.0, 3887.0, 3887.0, 3905.0, 3863.0, 3886.0, 3875.0, 3887.0, 3875.0, 3879.0, 3876.0, 3891.0, 3924.0, 3903.0, 3924.0, 3903.0, 3900.0, 3903.0, 3914.0, 3933.0, 3913.0, 3911.0, 3879.0, 3902.0, 3931.0, 3902.0, 3910.0, 3879.0, 3902.0, 3919.0, 3888.0, 3911.0, 3879.0, 3889.0, 3879.0, 3880.0, 3889.0, 3891.0, 3932.0, 3900.0, 3932.0, 3890.0, 3889.0, 3890.0, 3900.0, 3920.0, 3900.0, 3919.0, 3887.0, 3875.0, 3864.0, 3877.0, 3887.0, 3888.0, 3898.0, 3888.0, 3877.0, 3886.0, 3877.0, 3898.0, 3916.0, 3886.0, 3904.0, 3864.0, 3874.0, 3873.0, 3864.0, 3886.0, 3874.0, 3877.0, 3898.0, 3878.0, 3897.0, 3867.0, 3888.0, 3877.0, 3889.0, 3909.0, 3891.0, 3924.0, 3891.0, 3902.0, 3890.0, 3891.0, 3921.0, 3890.0, 3908.0, 3887.0, 3898.0, 3875.0, 3876.0, 3885.0, 3878.0, 3888.0, 3896.0, 3877.0, 3907.0, 3876.0, 3896.0, 3865.0, 3876.0, 3877.0, 3891.0, 3932.0, 3890.0, 3912.0, 3880.0, 3890.0, 3908.0, 3889.0], 'WindowWidth': [8867.0, 8816.0, 8741.0, 8789.0, 8716.0, 8801.0, 8740.0, 8774.0, 8701.0, 8736.0, 8696.0, 8729.0, 8769.0, 8713.0, 8748.0, 8682.0, 8676.0, 8696.0, 8695.0, 8698.0, 8726.0, 8683.0, 8715.0, 8727.0, 8713.0, 8713.0, 8719.0, 8726.0, 8728.0, 8706.0, 8743.0, 8710.0, 8739.0, 8733.0, 8777.0, 8720.0, 8740.0, 8711.0, 8766.0, 8703.0, 8746.0, 8689.0, 8730.0, 8693.0, 8784.0, 8709.0, 8736.0, 8686.0, 8719.0, 8766.0, 8680.0, 8710.0, 8764.0, 8732.0, 8715.0, 8676.0, 8693.0, 8704.0, 8734.0, 8748.0, 8771.0, 8754.0, 8790.0, 8742.0, 8783.0, 8693.0, 8721.0, 8679.0, 8755.0, 8684.0, 8734.0, 8683.0, 8722.0, 8702.0, 8739.0, 8689.0, 8714.0, 8720.0, 8741.0, 8728.0, 8762.0, 8710.0, 8735.0, 8729.0, 8752.0, 8740.0, 8734.0, 8689.0, 8723.0, 8682.0, 8726.0, 8689.0, 8728.0, 8687.0, 8728.0, 8721.0, 8778.0, 8724.0, 8723.0, 8711.0, 8748.0, 8741.0, 8708.0, 8729.0, 8710.0, 8743.0, 8727.0, 8724.0, 8705.0, 8705.0, 8759.0, 8735.0, 8793.0, 8790.0, 8760.0, 8702.0, 8710.0, 8717.0, 8697.0, 8713.0, 8710.0, 8714.0, 8755.0, 8732.0, 8778.0, 8736.0, 8757.0, 8714.0, 8693.0, 8698.0, 8678.0, 8702.0, 8744.0, 8722.0, 8761.0, 8721.0, 8716.0, 8706.0, 8721.0, 8757.0, 8681.0, 8691.0, 8711.0, 8673.0, 8686.0, 8660.0, 8693.0, 8704.0, 8701.0, 8706.0, 8734.0, 8724.0, 8732.0, 8728.0, 8728.0, 8735.0, 8713.0, 8753.0, 8702.0, 8747.0, 8700.0, 8728.0, 8777.0, 8749.0, 8756.0, 8714.0, 8718.0, 8680.0, 8699.0, 8680.0, 8711.0, 8698.0, 8724.0, 8703.0, 8720.0, 8704.0, 8720.0, 8705.0, 8722.0, 8706.0, 8736.0, 8784.0, 8745.0, 8786.0, 8761.0, 8768.0, 8733.0, 8750.0, 8747.0, 8722.0, 8752.0, 8707.0, 8787.0, 8762.0, 8766.0, 8726.0, 8710.0, 8765.0, 8744.0, 8774.0, 8710.0, 8724.0, 8779.0, 8736.0, 8778.0, 8719.0, 8732.0, 8683.0, 8716.0, 8704.0, 8726.0, 8687.0, 8727.0, 8707.0, 8720.0, 8720.0, 8717.0, 8732.0, 8738.0, 8754.0, 8719.0, 8752.0, 8732.0, 8761.0, 8734.0, 8707.0, 8700.0, 8695.0, 8712.0, 8688.0, 8732.0, 8708.0, 8751.0, 8746.0, 8800.0, 8743.0, 8760.0, 8705.0, 8728.0, 8706.0, 8746.0, 8701.0, 8698.0, 8683.0, 8700.0, 8701.0, 8711.0, 8764.0, 8720.0, 8715.0, 8708.0, 8703.0, 8707.0, 8748.0, 8725.0, 8789.0, 8723.0, 8717.0, 8703.0, 8700.0, 8696.0, 8717.0, 8756.0, 8731.0, 8744.0, 8683.0, 8714.0, 8693.0, 8680.0, 8716.0, 8659.0, 8705.0, 8708.0, 8697.0, 8697.0, 8704.0, 8734.0, 8736.0, 8724.0, 8730.0, 8742.0, 8730.0, 8720.0, 8726.0, 8720.0, 8722.0, 8704.0, 8743.0, 8799.0, 8773.0, 8748.0, 8718.0, 8727.0, 8703.0, 8726.0, 8737.0, 8753.0, 8702.0, 8748.0, 8701.0, 8720.0, 8704.0, 8717.0, 8705.0, 8720.0, 8687.0, 8726.0, 8733.0, 8719.0, 8765.0, 8751.0, 8761.0, 8736.0, 8736.0, 8686.0, 8721.0, 8705.0, 8731.0, 8721.0, 8730.0, 8735.0, 8736.0, 8736.0, 8757.0, 8710.0, 8718.0, 8700.0, 8702.0, 8705.0, 8726.0, 8762.0, 8752.0, 8790.0, 8724.0, 8730.0, 8701.0, 8721.0, 8708.0, 8723.0, 8713.0, 8758.0, 8716.0, 8745.0, 8715.0, 8744.0, 8711.0, 8739.0, 8754.0, 8776.0, 8755.0, 8734.0, 8686.0, 8704.0, 8708.0, 8725.0, 8784.0, 8738.0, 8750.0, 8739.0, 8739.0, 8708.0, 8732.0, 8708.0, 8749.0, 8741.0, 8746.0, 8706.0, 8732.0, 8744.0, 8776.0, 8783.0, 8731.0, 8747.0, 8704.0, 8711.0, 8714.0, 8699.0, 8723.0, 8726.0, 8735.0, 8781.0, 8800.0, 8760.0, 8752.0, 8708.0, 8733.0, 8707.0, 8741.0, 8709.0, 8752.0, 8705.0, 8720.0, 8705.0, 8720.0, 8787.0, 8759.0, 8725.0, 8715.0, 8676.0, 8692.0, 8690.0, 8717.0, 8724.0, 8710.0, 8711.0, 8699.0, 8714.0, 8727.0, 8748.0, 8714.0, 8742.0, 8708.0, 8721.0, 8687.0, 8716.0, 8685.0, 8715.0, 8684.0, 8698.0, 8697.0, 8716.0, 8783.0, 8736.0, 8734.0, 8742.0, 8677.0, 8684.0, 8673.0, 8696.0, 8696.0, 8717.0, 8744.0, 8701.0, 8707.0, 8678.0, 8693.0, 8694.0, 8715.0, 8725.0, 8698.0, 8728.0, 8699.0, 8712.0, 8699.0, 8715.0, 8729.0, 8774.0, 8768.0, 8744.0, 8735.0, 8794.0, 8749.0, 8737.0, 8775.0, 8714.0, 8712.0, 8684.0, 8699.0, 8705.0, 8741.0, 8709.0, 8720.0, 8706.0, 8716.0, 8701.0, 8748.0, 8748.0, 8780.0, 8743.0, 8714.0, 8703.0, 8681.0, 8717.0, 8693.0, 8739.0, 8708.0, 8732.0, 8677.0, 8706.0, 8729.0, 8688.0, 8705.0, 8726.0, 8674.0, 8680.0, 8677.0, 8705.0, 8703.0, 8745.0, 8725.0, 8732.0, 8747.0, 8741.0, 8728.0, 8714.0, 8734.0, 8693.0, 8726.0, 8736.0, 8759.0, 8720.0, 8726.0, 8684.0, 8711.0, 8703.0, 8732.0, 8708.0, 8738.0, 8730.0, 8715.0, 8780.0, 8709.0, 8704.0, 8674.0, 8678.0, 8673.0, 8682.0, 8738.0, 8712.0, 8710.0, 8679.0, 8711.0, 8681.0, 8722.0, 8704.0, 8715.0, 8735.0, 8742.0, 8712.0, 8728.0, 8711.0, 8731.0, 8736.0, 8728.0, 8712.0, 8755.0, 8699.0, 8709.0, 8701.0, 8695.0, 8705.0, 8737.0, 8758.0, 8736.0, 8750.0, 8702.0, 8713.0, 8700.0, 8701.0, 8725.0, 8729.0, 8767.0, 8725.0, 8737.0, 8759.0, 8705.0, 8716.0, 8749.0, 8697.0, 8730.0, 8721.0, 8716.0, 8729.0, 8702.0, 8716.0, 8683.0, 8701.0, 8726.0, 8705.0, 8740.0, 8746.0, 8720.0, 8743.0, 8709.0, 8715.0, 8707.0, 8735.0, 8725.0, 8744.0, 8726.0, 8744.0, 8737.0, 8725.0, 8762.0, 8734.0, 8751.0, 8780.0, 8751.0, 8760.0, 8709.0, 8713.0, 8719.0, 8685.0, 8708.0, 8710.0, 8744.0, 8728.0, 8747.0, 8716.0, 8744.0, 8728.0, 8749.0, 8803.0, 8751.0, 8788.0, 8729.0, 8756.0, 8705.0, 8723.0, 8751.0, 8726.0, 8756.0, 8780.0, 8740.0, 8745.0, 8721.0, 8735.0, 8721.0, 8741.0, 8751.0, 8759.0, 8768.0, 8728.0, 8770.0, 8743.0, 8770.0, 8718.0, 8754.0, 8761.0, 8718.0, 8728.0, 8705.0, 8759.0, 8739.0, 8776.0, 8753.0, 8744.0, 8699.0, 8729.0, 8754.0, 8711.0, 8728.0, 8750.0, 8695.0, 8719.0, 8701.0, 8711.0, 8722.0, 8738.0, 8745.0, 8773.0, 8727.0, 8753.0, 8740.0, 8750.0, 8745.0, 8785.0, 8722.0, 8736.0, 8701.0, 8705.0, 8700.0, 8702.0, 8739.0, 8715.0, 8741.0, 8716.0, 8734.0, 8799.0, 8718.0, 8696.0, 8700.0, 8702.0, 8719.0, 8705.0, 8737.0, 8764.0, 8756.0, 8768.0, 8719.0, 8717.0, 8699.0, 8716.0, 8698.0, 8721.0, 8764.0, 8714.0, 8713.0, 8749.0, 8679.0, 8710.0, 8693.0, 8705.0, 8723.0, 8708.0, 8733.0, 8710.0, 8724.0, 8734.0, 8747.0, 8747.0, 8767.0, 8794.0, 8759.0, 8756.0, 8739.0, 8700.0, 8750.0, 8740.0, 8711.0, 8721.0, 8704.0, 8700.0, 8726.0, 8722.0, 8725.0, 8783.0, 8776.0, 8765.0, 8743.0, 8751.0, 8722.0, 8770.0, 8776.0, 8746.0, 8736.0, 8682.0, 8710.0, 8699.0, 8718.0, 8755.0, 8714.0, 8724.0, 8682.0, 8701.0, 8715.0, 8725.0, 8774.0, 8723.0, 8745.0, 8722.0, 8733.0, 8707.0, 8717.0, 8701.0, 8713.0, 8720.0, 8736.0, 8752.0, 8739.0, 8777.0, 8738.0, 8722.0, 8723.0, 8715.0, 8705.0, 8709.0, 8739.0, 8720.0, 8766.0, 8780.0, 8767.0, 8784.0, 8713.0, 8711.0, 8730.0, 8672.0, 8705.0, 8694.0, 8710.0, 8692.0, 8703.0, 8699.0, 8726.0, 8775.0, 8747.0, 8773.0, 8745.0, 8736.0, 8744.0, 8760.0, 8785.0, 8755.0, 8750.0, 8705.0, 8741.0, 8779.0, 8739.0, 8746.0, 8706.0, 8739.0, 8758.0, 8716.0, 8749.0, 8705.0, 8719.0, 8705.0, 8710.0, 8720.0, 8726.0, 8783.0, 8735.0, 8782.0, 8720.0, 8717.0, 8721.0, 8735.0, 8761.0, 8733.0, 8757.0, 8711.0, 8693.0, 8675.0, 8697.0, 8712.0, 8717.0, 8727.0, 8716.0, 8697.0, 8707.0, 8697.0, 8728.0, 8747.0, 8708.0, 8728.0, 8674.0, 8691.0, 8686.0, 8679.0, 8709.0, 8691.0, 8698.0, 8730.0, 8702.0, 8725.0, 8687.0, 8716.0, 8701.0, 8719.0, 8744.0, 8724.0, 8773.0, 8724.0, 8742.0, 8721.0, 8726.0, 8763.0, 8721.0, 8742.0, 8711.0, 8727.0, 8691.0, 8694.0, 8705.0, 8700.0, 8715.0, 8722.0, 8699.0, 8739.0, 8696.0, 8721.0, 8681.0, 8697.0, 8700.0, 8726.0, 8781.0, 8724.0, 8754.0, 8706.0, 8720.0, 8741.0, 8716.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.001292525832376579</td></tr>
<tr><td colspan=3>aqi</td><td>0.028520866475315727</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.93304027273566</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2123095247701163</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006169518609196</td></tr>
<tr><td colspan=3>efc</td><td>0.4608</td></tr>
<tr><td colspan=3>fber</td><td>5531.4658</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13859489229021243</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>179</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.55109070034443</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.602406811824915</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6037645742850515</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6873225722928735</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5161332888968206</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104663</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011012015864253044</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018375786021351814</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.917193117346168</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>28.848</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.997</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.8424</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305659.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>717.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.4853</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6364</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.8179</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3148.3218</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3348.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.6876</td></tr>
<tr><td colspan=3>tsnr</td><td>39.57342200609855</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>