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

616 lines
No EOL
106 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-0124_ses-03_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-0124_ses-03_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-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_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-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_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-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-03_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_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-0124/ses-03/func/sub-0124_ses-03_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>8e67eb2cb4e471f78e95f4e1162f91b6</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>20:05:10.010000</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.998739, 0.0315629, 0.03905, -0.0360985, 0.991935, 0.1215]</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.0865569</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7792, -7216, 421, -109, -101, -12, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.373</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>327f01f7-3d93-4da6-9b13-01d0dae7ed5a||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.6795427799224854, -0.09684953093528748, 0.0942302867770195, 111.59625244140625], [-0.08468098193407059, 2.6612884998321533, 0.33144283294677734, -110.24295806884766], [0.10476817190647125, -0.3259761929512024, 2.677922010421753, -59.11177062988281], [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': ['200510.010000', '200510.470000', '200510.930000', '200511.390000', '200511.850000', '200512.310000', '200512.770000', '200513.230000', '200513.690000', '200514.150000', '200514.610000', '200515.070000', '200515.530000', '200515.990000', '200516.450000', '200516.910000', '200517.370000', '200517.830000', '200518.290000', '200518.750000', '200519.210000', '200519.670000', '200520.130000', '200520.590000', '200521.050000', '200521.510000', '200521.970000', '200522.430000', '200522.890000', '200523.350000', '200523.810000', '200524.270000', '200524.730000', '200525.190000', '200525.650000', '200526.110000', '200526.570000', '200527.030000', '200527.490000', '200527.950000', '200528.410000', '200528.870000', '200529.330000', '200529.790000', '200530.250000', '200530.710000', '200531.170000', '200531.630000', '200532.090000', '200532.550000', '200533.010000', '200533.470000', '200533.930000', '200534.390000', '200534.850000', '200535.310000', '200535.770000', '200536.230000', '200536.690000', '200537.150000', '200537.610000', '200538.070000', '200538.530000', '200538.990000', '200539.450000', '200539.910000', '200540.370000', '200540.830000', '200541.290000', '200541.750000', '200542.210000', '200542.670000', '200543.130000', '200543.590000', '200544.050000', '200544.510000', '200544.970000', '200545.430000', '200545.890000', '200546.350000', '200546.810000', '200547.270000', '200547.730000', '200548.190000', '200548.650000', '200549.110000', '200549.570000', '200550.030000', '200550.490000', '200550.950000', '200551.410000', '200551.870000', '200552.330000', '200552.790000', '200553.250000', '200553.710000', '200554.170000', '200554.630000', '200555.090000', '200555.550000', '200556.010000', '200556.470000', '200556.930000', '200557.390000', '200557.850000', '200558.310000', '200558.770000', '200559.230000', '200559.690000', '200600.150000', '200600.610000', '200601.070000', '200601.530000', '200601.990000', '200602.450000', '200602.910000', '200603.370000', '200603.830000', '200604.290000', '200604.750000', '200605.210000', '200605.670000', '200606.130000', '200606.590000', '200607.050000', '200607.510000', '200607.970000', '200608.430000', '200608.890000', '200609.350000', '200609.810000', '200610.270000', '200610.730000', '200611.190000', '200611.650000', '200612.110000', '200612.570000', '200613.030000', '200613.490000', '200613.950000', '200614.410000', '200614.870000', '200615.330000', '200615.790000', '200616.250000', '200616.710000', '200617.170000', '200617.630000', '200618.090000', '200618.550000', '200619.010000', '200619.470000', '200619.930000', '200620.390000', '200620.850000', '200621.310000', '200621.770000', '200622.230000', '200622.690000', '200623.150000', '200623.610000', '200624.070000', '200624.530000', '200624.990000', '200625.450000', '200625.910000', '200626.370000', '200626.830000', '200627.290000', '200627.750000', '200628.210000', '200628.670000', '200629.130000', '200629.590000', '200630.050000', '200630.510000', '200630.970000', '200631.430000', '200631.890000', '200632.350000', '200632.810000', '200633.270000', '200633.730000', '200634.190000', '200634.650000', '200635.110000', '200635.570000', '200636.030000', '200636.490000', '200636.950000', '200637.410000', '200637.870000', '200638.330000', '200638.790000', '200639.250000', '200639.710000', '200640.170000', '200640.630000', '200641.090000', '200641.550000', '200642.010000', '200642.470000', '200642.930000', '200643.390000', '200643.850000', '200644.310000', '200644.770000', '200645.230000', '200645.690000', '200646.150000', '200646.610000', '200647.070000', '200647.530000', '200647.990000', '200648.450000', '200648.910000', '200649.370000', '200649.830000', '200650.290000', '200650.750000', '200651.210000', '200651.670000', '200652.130000', '200652.590000', '200653.050000', '200653.510000', '200653.970000', '200654.430000', '200654.890000', '200655.350000', '200655.810000', '200656.270000', '200656.730000', '200657.190000', '200657.650000', '200658.110000', '200658.570000', '200659.030000', '200659.490000', '200659.950000', '200700.410000', '200700.870000', '200701.330000', '200701.790000', '200702.250000', '200702.710000', '200703.170000', '200703.630000', '200704.090000', '200704.550000', '200705.010000', '200705.470000', '200705.930000', '200706.390000', '200706.850000', '200707.310000', '200707.770000', '200708.230000', '200708.690000', '200709.150000', '200709.610000', '200710.070000', '200710.530000', '200710.990000', '200711.450000', '200711.910000', '200712.370000', '200712.830000', '200713.290000', '200713.750000', '200714.210000', '200714.670000', '200715.130000', '200715.590000', '200716.050000', '200716.510000', '200716.970000', '200717.430000', '200717.890000', '200718.350000', '200718.810000', '200719.270000', '200719.730000', '200720.190000', '200720.650000', '200721.110000', '200721.570000', '200722.030000', '200722.490000', '200722.950000', '200723.410000', '200723.870000', '200724.330000', '200724.790000', '200725.250000', '200725.710000', '200726.170000', '200726.630000', '200727.090000', '200727.550000', '200728.010000', '200728.470000', '200728.930000', '200729.390000', '200729.850000', '200730.310000', '200730.770000', '200731.230000', '200731.690000', '200732.150000', '200732.610000', '200733.070000', '200733.530000', '200733.990000', '200734.450000', '200734.910000', '200735.370000', '200735.830000', '200736.290000', '200736.750000', '200737.210000', '200737.670000', '200738.130000', '200738.590000', '200739.050000', '200739.510000', '200739.970000', '200740.430000', '200740.890000', '200741.350000', '200741.810000', '200742.270000', '200742.730000', '200743.190000', '200743.650000', '200744.110000', '200744.570000', '200745.030000', '200745.490000', '200745.950000', '200746.410000', '200746.870000', '200747.330000', '200747.790000', '200748.250000', '200748.710000', '200749.170000', '200749.630000', '200750.090000', '200750.550000', '200751.010000', '200751.470000', '200751.930000', '200752.390000', '200752.850000', '200753.310000', '200753.770000', '200754.230000', '200754.690000', '200755.150000', '200755.610000', '200756.070000', '200756.530000', '200756.990000', '200757.450000', '200757.910000', '200758.370000', '200758.830000', '200759.290000', '200759.750000', '200800.210000', '200800.670000', '200801.130000', '200801.590000', '200802.050000', '200802.510000', '200802.970000', '200803.430000', '200803.890000', '200804.350000', '200804.810000', '200805.270000', '200805.730000', '200806.190000', '200806.650000', '200807.110000', '200807.570000', '200808.030000', '200808.490000', '200808.950000', '200809.410000', '200809.870000', '200810.330000', '200810.790000', '200811.250000', '200811.710000', '200812.170000', '200812.630000', '200813.090000', '200813.550000', '200814.010000', '200814.470000', '200814.930000', '200815.390000', '200815.850000', '200816.310000', '200816.770000', '200817.230000', '200817.690000', '200818.150000', '200818.610000', '200819.070000', '200819.530000', '200819.990000', '200820.450000', '200820.910000', '200821.370000', '200821.830000', '200822.290000', '200822.750000', '200823.210000', '200823.670000', '200824.130000', '200824.590000', '200825.050000', '200825.510000', '200825.970000', '200826.430000', '200826.890000', '200827.350000', '200827.810000', '200828.270000', '200828.730000', '200829.190000', '200829.650000', '200830.110000', '200830.570000', '200831.030000', '200831.490000', '200831.950000', '200832.410000', '200832.870000', '200833.330000', '200833.790000', '200834.250000', '200834.710000', '200835.170000', '200835.630000', '200836.090000', '200836.550000', '200837.010000', '200837.470000', '200837.930000', '200838.390000', '200838.850000', '200839.310000', '200839.770000', '200840.230000', '200840.690000', '200841.150000', '200841.610000', '200842.070000', '200842.530000', '200842.990000', '200843.450000', '200843.910000', '200844.370000', '200844.830000', '200845.290000', '200845.750000', '200846.210000', '200846.670000', '200847.130000', '200847.590000', '200848.050000', '200848.510000', '200848.970000', '200849.430000', '200849.890000', '200850.350000', '200850.810000', '200851.270000', '200851.730000', '200852.190000', '200852.650000', '200853.110000', '200853.570000', '200854.030000', '200854.490000', '200854.950000', '200855.410000', '200855.870000', '200856.330000', '200856.790000', '200857.250000', '200857.710000', '200858.170000', '200858.630000', '200859.090000', '200859.550000', '200900.010000', '200900.470000', '200900.930000', '200901.390000', '200901.850000', '200902.310000', '200902.770000', '200903.230000', '200903.690000', '200904.150000', '200904.610000', '200905.070000', '200905.530000', '200905.990000', '200906.450000', '200906.910000', '200907.370000', '200907.830000', '200908.290000', '200908.750000', '200909.210000', '200909.670000', '200910.130000', '200910.590000', '200911.050000', '200911.510000', '200911.970000', '200912.430000', '200912.890000', '200913.350000', '200913.810000', '200914.270000', '200914.730000', '200915.190000', '200915.650000', '200916.110000', '200916.570000', '200917.030000', '200917.490000', '200917.950000', '200918.410000', '200918.870000', '200919.330000', '200919.790000', '200920.250000', '200920.710000', '200921.170000', '200921.630000', '200922.090000', '200922.550000', '200923.010000', '200923.470000', '200923.930000', '200924.390000', '200924.850000', '200925.310000', '200925.770000', '200926.230000', '200926.690000', '200927.150000', '200927.610000', '200928.070000', '200928.530000', '200928.990000', '200929.450000', '200929.910000', '200930.370000', '200930.830000', '200931.290000', '200931.750000', '200932.210000', '200932.670000', '200933.130000', '200933.590000', '200934.050000', '200934.510000', '200934.970000', '200935.430000', '200935.890000', '200936.350000', '200936.810000', '200937.270000', '200937.730000', '200938.190000', '200938.650000', '200939.110000', '200939.570000', '200940.030000', '200940.490000', '200940.950000', '200941.410000', '200941.870000', '200942.330000', '200942.790000', '200943.250000', '200943.710000', '200944.170000', '200944.630000', '200945.090000', '200945.550000', '200946.010000', '200946.470000', '200946.930000', '200947.390000', '200947.850000', '200948.310000', '200948.770000', '200949.230000', '200949.690000', '200950.150000', '200950.610000', '200951.070000', '200951.530000', '200951.990000', '200952.450000', '200952.910000', '200953.370000', '200953.830000', '200954.290000', '200954.750000', '200955.210000', '200955.670000', '200956.130000', '200956.590000', '200957.050000', '200957.510000', '200957.970000', '200958.430000', '200958.890000', '200959.350000', '200959.810000', '201000.270000', '201000.730000', '201001.190000', '201001.650000', '201002.110000', '201002.570000', '201003.030000', '201003.490000', '201003.950000', '201004.410000', '201004.870000', '201005.330000', '201005.790000', '201006.250000', '201006.710000', '201007.170000', '201007.630000', '201008.090000', '201008.550000', '201009.010000', '201009.470000', '201009.930000', '201010.390000', '201010.850000', '201011.310000', '201011.770000', '201012.230000', '201012.690000', '201013.150000', '201013.610000', '201014.070000', '201014.530000', '201014.990000', '201015.450000', '201015.910000', '201016.370000', '201016.830000', '201017.290000', '201017.750000', '201018.210000', '201018.670000', '201019.130000', '201019.590000', '201020.050000', '201020.510000', '201020.970000', '201021.430000', '201021.890000', '201022.350000', '201022.810000', '201023.270000', '201023.730000', '201024.190000', '201024.650000', '201025.110000', '201025.570000', '201026.030000', '201026.490000', '201026.950000', '201027.410000', '201027.870000', '201028.330000', '201028.790000', '201029.250000', '201029.710000', '201030.170000', '201030.630000', '201031.090000', '201031.550000', '201032.010000', '201032.470000', '201032.930000', '201033.390000', '201033.850000', '201034.310000', '201034.770000', '201035.230000', '201035.690000', '201036.150000', '201036.610000', '201037.070000', '201037.530000', '201037.990000', '201038.450000', '201038.910000', '201039.370000', '201039.830000', '201040.290000', '201040.750000', '201041.210000', '201041.670000', '201042.130000', '201042.590000', '201043.050000', '201043.510000', '201043.970000', '201044.430000', '201044.890000', '201045.350000', '201045.810000', '201046.270000', '201046.730000', '201047.190000', '201047.650000', '201048.110000', '201048.570000', '201049.030000', '201049.490000', '201049.950000', '201050.410000', '201050.870000', '201051.330000', '201051.790000', '201052.250000', '201052.710000', '201053.170000', '201053.630000', '201054.090000', '201054.550000', '201055.010000', '201055.470000', '201055.930000', '201056.390000', '201056.850000', '201057.310000', '201057.770000', '201058.230000', '201058.690000', '201059.150000', '201059.610000', '201100.070000', '201100.530000', '201100.990000', '201101.450000', '201101.910000', '201102.370000', '201102.830000', '201103.290000', '201103.750000', '201104.210000', '201104.670000', '201105.130000', '201105.590000', '201106.050000', '201106.510000', '201106.970000', '201107.430000', '201107.890000', '201108.350000', '201108.810000', '201109.270000', '201109.730000', '201110.190000', '201110.650000', '201111.110000', '201111.570000', '201112.030000', '201112.490000', '201112.950000', '201113.410000', '201113.870000', '201114.330000', '201114.790000', '201115.250000', '201115.710000', '201116.170000', '201116.630000', '201117.090000', '201117.550000', '201118.010000', '201118.470000', '201118.930000', '201119.390000', '201119.850000', '201120.310000', '201120.770000', '201121.230000', '201121.690000', '201122.150000', '201122.610000', '201123.070000', '201123.530000', '201123.990000', '201124.450000', '201124.910000', '201125.370000', '201125.830000', '201126.290000', '201126.750000', '201127.210000', '201127.670000', '201128.130000', '201128.590000', '201129.050000', '201129.510000', '201129.970000', '201130.430000', '201130.890000', '201131.350000', '201131.810000', '201132.270000', '201132.730000', '201133.190000', '201133.650000', '201134.110000', '201134.570000', '201135.030000', '201135.490000', '201135.950000', '201136.410000', '201136.870000', '201137.330000', '201137.790000', '201138.250000', '201138.710000', '201139.170000', '201139.630000', '201140.090000', '201140.550000', '201141.010000', '201141.470000', '201141.930000', '201142.390000', '201142.850000', '201143.310000', '201143.770000', '201144.230000', '201144.690000', '201145.150000', '201145.610000', '201146.070000', '201146.530000', '201146.990000', '201147.450000', '201147.910000', '201148.370000', '201148.830000', '201149.290000', '201149.750000', '201150.210000', '201150.670000'], 'ContentTime': ['200538.733000', '200538.737000', '200538.740000', '200538.742000', '200538.745000', '200538.747000', '200538.750000', '200538.752000', '200538.755000', '200538.758000', '200538.760000', '200538.763000', '200538.765000', '200538.768000', '200538.771000', '200538.773000', '200538.776000', '200538.786000', '200538.788000', '200538.791000', '200538.793000', '200538.796000', '200538.798000', '200538.801000', '200538.804000', '200538.806000', '200538.809000', '200538.811000', '200538.814000', '200538.816000', '200538.819000', '200538.821000', '200538.824000', '200538.827000', '200538.829000', '200538.833000', '200538.835000', '200538.838000', '200538.840000', '200538.843000', '200538.845000', '200538.848000', '200538.851000', '200538.853000', '200538.856000', '200538.858000', '200538.861000', '200538.863000', '200538.866000', '200538.869000', '200538.871000', '200538.874000', '200538.876000', '200538.879000', '200538.881000', '200538.884000', '200538.887000', '200538.889000', '200538.892000', '200538.894000', '200538.897000', '200558.702000', '200558.705000', '200558.708000', '200558.710000', '200558.713000', '200558.716000', '200558.718000', '200558.721000', '200558.723000', '200558.726000', '200558.728000', '200558.731000', '200558.733000', '200558.736000', '200558.738000', '200558.741000', '200558.743000', '200558.746000', '200558.748000', '200558.751000', '200558.753000', '200558.756000', '200558.759000', '200558.761000', '200558.764000', '200558.766000', '200558.769000', '200558.771000', '200558.774000', '200558.776000', '200558.779000', '200558.782000', '200558.784000', '200558.787000', '200558.789000', '200558.792000', '200558.794000', '200558.797000', '200558.799000', '200558.802000', '200558.805000', '200558.807000', '200558.810000', '200618.702000', '200618.705000', '200618.708000', '200618.710000', '200618.713000', '200618.715000', '200618.718000', '200618.721000', '200618.723000', '200618.726000', '200618.728000', '200618.731000', '200618.733000', '200618.736000', '200618.738000', '200618.741000', '200618.744000', '200618.746000', '200618.749000', '200618.751000', '200618.754000', '200618.756000', '200618.759000', '200618.761000', '200618.764000', '200618.766000', '200618.769000', '200618.772000', '200618.774000', '200618.777000', '200618.779000', '200618.782000', '200618.784000', '200618.787000', '200618.789000', '200618.792000', '200618.794000', '200618.797000', '200618.800000', '200618.802000', '200618.805000', '200618.807000', '200618.810000', '200618.813000', '200638.702000', '200638.705000', '200638.708000', '200638.710000', '200638.713000', '200638.716000', '200638.718000', '200638.732000', '200638.735000', '200638.737000', '200638.740000', '200638.742000', '200638.745000', '200638.747000', '200638.750000', '200638.753000', '200638.755000', '200638.758000', '200638.760000', '200638.763000', '200638.765000', '200638.768000', '200638.770000', '200638.773000', '200638.775000', '200638.778000', '200638.781000', '200638.783000', '200638.786000', '200638.788000', '200638.791000', '200638.793000', '200638.796000', '200638.798000', '200638.801000', '200638.804000', '200638.806000', '200638.809000', '200638.811000', '200638.814000', '200638.816000', '200638.819000', '200638.822000', '200658.702000', '200658.705000', '200658.708000', '200658.710000', '200658.713000', '200658.715000', '200658.718000', '200658.721000', '200658.723000', '200658.726000', '200658.728000', '200658.731000', '200658.734000', '200658.736000', '200658.739000', '200658.741000', '200658.744000', '200658.746000', '200658.749000', '200658.752000', '200658.754000', '200658.757000', '200658.759000', '200658.762000', '200658.765000', '200658.767000', '200658.770000', '200658.772000', '200658.775000', '200658.777000', '200658.780000', '200658.782000', '200658.785000', '200658.788000', '200658.790000', '200658.793000', '200658.795000', '200658.798000', '200658.801000', '200658.803000', '200658.806000', '200658.808000', '200658.811000', '200658.814000', '200718.703000', '200718.705000', '200718.708000', '200718.710000', '200718.713000', '200718.716000', '200718.718000', '200718.721000', '200718.723000', '200718.726000', '200718.728000', '200718.731000', '200718.734000', '200718.736000', '200718.739000', '200718.741000', '200718.744000', '200718.746000', '200718.749000', '200718.752000', '200718.754000', '200718.757000', '200718.759000', '200718.762000', '200718.764000', '200718.767000', '200718.770000', '200718.772000', '200718.775000', '200718.777000', '200718.780000', '200718.782000', '200718.785000', '200718.788000', '200718.790000', '200718.793000', '200718.795000', '200718.798000', '200718.800000', '200718.803000', '200718.805000', '200718.808000', '200718.811000', '200738.702000', '200738.713000', '200738.716000', '200738.718000', '200738.721000', '200738.724000', '200738.726000', '200738.729000', '200738.731000', '200738.734000', '200738.737000', '200738.739000', '200738.742000', '200738.745000', '200738.747000', '200738.750000', '200738.752000', '200738.755000', '200738.757000', '200738.760000', '200738.762000', '200738.765000', '200738.767000', '200738.770000', '200738.773000', '200738.775000', '200738.778000', '200738.780000', '200738.783000', '200738.786000', '200738.788000', '200738.791000', '200738.793000', '200738.796000', '200738.799000', '200738.801000', '200738.804000', '200738.806000', '200738.809000', '200738.811000', '200738.814000', '200738.816000', '200738.819000', '200738.821000', '200758.702000', '200758.705000', '200758.708000', '200758.710000', '200758.713000', '200758.716000', '200758.718000', '200758.721000', '200758.723000', '200758.726000', '200758.728000', '200758.731000', '200758.734000', '200758.736000', '200758.739000', '200758.741000', '200758.744000', '200758.746000', '200758.749000', '200758.752000', '200758.754000', '200758.757000', '200758.759000', '200758.762000', '200758.765000', '200758.767000', '200758.770000', '200758.772000', '200758.775000', '200758.777000', '200758.780000', '200758.783000', '200758.798000', '200758.801000', '200758.803000', '200758.806000', '200758.809000', '200758.811000', '200758.814000', '200758.816000', '200758.819000', '200758.822000', '200758.824000', '200818.702000', '200818.705000', '200818.708000', '200818.711000', '200818.713000', '200818.716000', '200818.718000', '200818.721000', '200818.723000', '200818.726000', '200818.729000', '200818.731000', '200818.734000', '200818.736000', '200818.739000', '200818.741000', '200818.744000', '200818.747000', '200818.749000', '200818.752000', '200818.754000', '200818.757000', '200818.760000', '200818.762000', '200818.765000', '200818.767000', '200818.770000', '200818.773000', '200818.776000', '200818.779000', '200818.781000', '200818.784000', '200818.787000', '200818.789000', '200818.792000', '200818.794000', '200818.797000', '200818.799000', '200818.802000', '200818.804000', '200818.807000', '200818.810000', '200818.812000', '200838.702000', '200838.705000', '200838.708000', '200838.710000', '200838.713000', '200838.716000', '200838.718000', '200838.721000', '200838.723000', '200838.726000', '200838.729000', '200838.731000', '200838.734000', '200838.736000', '200838.739000', '200838.741000', '200838.744000', '200838.747000', '200838.749000', '200838.752000', '200838.754000', '200838.757000', '200838.759000', '200838.762000', '200838.764000', '200838.767000', '200838.770000', '200838.772000', '200838.775000', '200838.777000', '200838.780000', '200838.782000', '200838.785000', '200838.788000', '200838.790000', '200838.793000', '200838.795000', '200838.798000', '200838.800000', '200838.803000', '200838.806000', '200838.808000', '200838.811000', '200838.813000', '200858.702000', '200858.705000', '200858.708000', '200858.710000', '200858.713000', '200858.716000', '200858.718000', '200858.721000', '200858.723000', '200858.726000', '200858.729000', '200858.731000', '200858.734000', '200858.736000', '200858.739000', '200858.742000', '200858.744000', '200858.747000', '200858.750000', '200858.752000', '200858.755000', '200858.757000', '200858.760000', '200858.762000', '200858.765000', '200858.768000', '200858.770000', '200858.773000', '200858.775000', '200858.778000', '200858.780000', '200858.783000', '200858.786000', '200858.788000', '200858.791000', '200858.793000', '200858.796000', '200858.798000', '200858.801000', '200858.803000', '200858.806000', '200858.809000', '200858.811000', '200858.814000', '200918.703000', '200918.705000', '200918.708000', '200918.710000', '200918.713000', '200918.716000', '200918.718000', '200918.721000', '200918.723000', '200918.726000', '200918.728000', '200918.731000', '200918.734000', '200918.736000', '200918.739000', '200918.741000', '200918.744000', '200918.747000', '200918.749000', '200918.752000', '200918.754000', '200918.757000', '200918.759000', '200918.762000', '200918.765000', '200918.767000', '200918.770000', '200918.772000', '200918.775000', '200918.778000', '200918.780000', '200918.783000', '200918.785000', '200918.788000', '200918.791000', '200918.793000', '200918.796000', '200918.798000', '200918.801000', '200918.803000', '200918.806000', '200918.808000', '200918.811000', '200938.703000', '200938.705000', '200938.708000', '200938.710000', '200938.713000', '200938.716000', '200938.718000', '200938.721000', '200938.723000', '200938.726000', '200938.728000', '200938.731000', '200938.734000', '200938.759000', '200938.761000', '200938.764000', '200938.766000', '200938.769000', '200938.772000', '200938.774000', '200938.777000', '200938.779000', '200938.782000', '200938.784000', '200938.787000', '200938.789000', '200938.792000', '200938.795000', '200938.797000', '200938.800000', '200938.802000', '200938.805000', '200938.808000', '200938.810000', '200938.813000', '200938.815000', '200938.818000', '200938.820000', '200938.823000', '200938.825000', '200938.828000', '200938.831000', '200938.833000', '200938.836000', '200958.702000', '200958.705000', '200958.708000', '200958.710000', '200958.713000', '200958.715000', '200958.718000', '200958.721000', '200958.723000', '200958.726000', '200958.728000', '200958.731000', '200958.734000', '200958.736000', '200958.739000', '200958.741000', '200958.744000', '200958.746000', '200958.749000', '200958.752000', '200958.754000', '200958.757000', '200958.759000', '200958.762000', '200958.764000', '200958.767000', '200958.770000', '200958.772000', '200958.775000', '200958.777000', '200958.780000', '200958.782000', '200958.785000', '200958.788000', '200958.790000', '200958.793000', '200958.795000', '200958.798000', '200958.800000', '200958.803000', '200958.806000', '200958.808000', '200958.811000', '201018.702000', '201018.705000', '201018.708000', '201018.710000', '201018.713000', '201018.716000', '201018.718000', '201018.721000', '201018.724000', '201018.727000', '201018.730000', '201018.732000', '201018.735000', '201018.737000', '201018.740000', '201018.742000', '201018.745000', '201018.748000', '201018.750000', '201018.753000', '201018.755000', '201018.758000', '201018.761000', '201018.763000', '201018.766000', '201018.768000', '201018.771000', '201018.773000', '201018.776000', '201018.779000', '201018.781000', '201018.784000', '201018.787000', '201018.789000', '201018.792000', '201018.794000', '201018.797000', '201018.799000', '201018.802000', '201018.804000', '201018.807000', '201018.810000', '201018.812000', '201038.702000', '201038.705000', '201038.708000', '201038.710000', '201038.713000', '201038.716000', '201038.718000', '201038.721000', '201038.723000', '201038.726000', '201038.728000', '201038.731000', '201038.734000', '201038.736000', '201038.739000', '201038.742000', '201038.744000', '201038.747000', '201038.749000', '201038.752000', '201038.754000', '201038.757000', '201038.760000', '201038.762000', '201038.765000', '201038.767000', '201038.770000', '201038.773000', '201038.775000', '201038.778000', '201038.780000', '201038.783000', '201038.786000', '201038.788000', '201038.791000', '201038.793000', '201038.796000', '201038.799000', '201038.801000', '201038.804000', '201038.807000', '201038.809000', '201038.812000', '201038.814000', '201058.703000', '201058.705000', '201058.708000', '201058.711000', '201058.713000', '201058.716000', '201058.718000', '201058.721000', '201058.723000', '201058.726000', '201058.729000', '201058.732000', '201058.734000', '201058.737000', '201058.740000', '201058.742000', '201058.745000', '201058.747000', '201058.750000', '201058.752000', '201058.755000', '201058.758000', '201058.760000', '201058.763000', '201058.765000', '201058.768000', '201058.771000', '201058.773000', '201058.776000', '201058.778000', '201058.781000', '201058.784000', '201058.788000', '201058.790000', '201058.793000', '201058.796000', '201058.798000', '201058.801000', '201058.815000', '201058.818000', '201058.820000', '201058.823000', '201058.825000', '201118.703000', '201118.705000', '201118.708000', '201118.710000', '201118.713000', '201118.716000', '201118.718000', '201118.721000', '201118.723000', '201118.726000', '201118.729000', '201118.731000', '201118.734000', '201118.736000', '201118.739000', '201118.741000', '201118.744000', '201118.746000', '201118.749000', '201118.752000', '201118.754000', '201118.759000', '201118.762000', '201118.764000', '201118.767000', '201118.769000', '201118.772000', '201118.775000', '201118.777000', '201118.780000', '201118.782000', '201118.785000', '201118.788000', '201118.790000', '201118.793000', '201118.795000', '201118.798000', '201118.800000', '201118.803000', '201118.806000', '201118.808000', '201118.811000', '201118.813000', '201118.816000', '201138.702000', '201138.705000', '201138.708000', '201138.711000', '201138.713000', '201138.716000', '201138.718000', '201138.721000', '201138.724000', '201138.726000', '201138.729000', '201138.731000', '201138.734000', '201138.737000', '201138.740000', '201138.742000', '201138.745000', '201138.748000', '201138.750000', '201138.753000', '201138.755000', '201138.758000', '201138.761000', '201138.765000', '201138.768000', '201138.771000', '201138.773000', '201138.776000', '201138.778000', '201138.781000', '201138.784000', '201138.786000', '201138.789000', '201138.791000', '201138.794000', '201138.797000', '201138.800000', '201138.802000', '201138.805000', '201138.807000', '201138.810000', '201138.813000', '201138.815000', '201151.589000', '201151.591000', '201151.594000', '201151.597000', '201151.599000', '201151.602000', '201151.604000', '201151.607000', '201151.610000', '201151.612000', '201151.615000', '201151.617000', '201151.620000', '201151.623000', '201151.625000', '201151.628000', '201151.630000', '201151.633000', '201151.635000', '201151.638000', '201151.640000', '201151.643000', '201151.646000', '201151.648000', '201151.651000', '201151.654000', '201151.656000', '201151.659000', '201151.661000'], 'InstanceCreationTime': ['200538.733000', '200538.737000', '200538.740000', '200538.742000', '200538.745000', '200538.747000', '200538.750000', '200538.752000', '200538.755000', '200538.758000', '200538.760000', '200538.763000', '200538.765000', '200538.768000', '200538.771000', '200538.773000', '200538.776000', '200538.786000', '200538.788000', '200538.791000', '200538.793000', '200538.796000', '200538.798000', '200538.801000', '200538.804000', '200538.806000', '200538.809000', '200538.811000', '200538.814000', '200538.816000', '200538.819000', '200538.821000', '200538.824000', '200538.827000', '200538.829000', '200538.833000', '200538.835000', '200538.838000', '200538.840000', '200538.843000', '200538.845000', '200538.848000', '200538.851000', '200538.853000', '200538.856000', '200538.858000', '200538.861000', '200538.863000', '200538.866000', '200538.869000', '200538.871000', '200538.874000', '200538.876000', '200538.879000', '200538.881000', '200538.884000', '200538.887000', '200538.889000', '200538.892000', '200538.894000', '200538.897000', '200558.702000', '200558.705000', '200558.708000', '200558.710000', '200558.713000', '200558.716000', '200558.718000', '200558.721000', '200558.723000', '200558.726000', '200558.728000', '200558.731000', '200558.733000', '200558.736000', '200558.738000', '200558.741000', '200558.743000', '200558.746000', '200558.748000', '200558.751000', '200558.753000', '200558.756000', '200558.759000', '200558.761000', '200558.764000', '200558.766000', '200558.769000', '200558.771000', '200558.774000', '200558.776000', '200558.779000', '200558.782000', '200558.784000', '200558.787000', '200558.789000', '200558.792000', '200558.794000', '200558.797000', '200558.799000', '200558.802000', '200558.805000', '200558.807000', '200558.810000', '200618.702000', '200618.705000', '200618.708000', '200618.710000', '200618.713000', '200618.715000', '200618.718000', '200618.721000', '200618.723000', '200618.726000', '200618.728000', '200618.731000', '200618.733000', '200618.736000', '200618.738000', '200618.741000', '200618.744000', '200618.746000', '200618.749000', '200618.751000', '200618.754000', '200618.756000', '200618.759000', '200618.761000', '200618.764000', '200618.766000', '200618.769000', '200618.772000', '200618.774000', '200618.777000', '200618.779000', '200618.782000', '200618.784000', '200618.787000', '200618.789000', '200618.792000', '200618.794000', '200618.797000', '200618.800000', '200618.802000', '200618.805000', '200618.807000', '200618.810000', '200618.813000', '200638.702000', '200638.705000', '200638.708000', '200638.710000', '200638.713000', '200638.716000', '200638.718000', '200638.732000', '200638.735000', '200638.737000', '200638.740000', '200638.742000', '200638.745000', '200638.747000', '200638.750000', '200638.753000', '200638.755000', '200638.758000', '200638.760000', '200638.763000', '200638.765000', '200638.768000', '200638.770000', '200638.773000', '200638.775000', '200638.778000', '200638.781000', '200638.783000', '200638.786000', '200638.788000', '200638.791000', '200638.793000', '200638.796000', '200638.798000', '200638.801000', '200638.804000', '200638.806000', '200638.809000', '200638.811000', '200638.814000', '200638.816000', '200638.819000', '200638.822000', '200658.702000', '200658.705000', '200658.708000', '200658.710000', '200658.713000', '200658.715000', '200658.718000', '200658.721000', '200658.723000', '200658.726000', '200658.728000', '200658.731000', '200658.734000', '200658.736000', '200658.739000', '200658.741000', '200658.744000', '200658.746000', '200658.749000', '200658.752000', '200658.754000', '200658.757000', '200658.759000', '200658.762000', '200658.765000', '200658.767000', '200658.770000', '200658.772000', '200658.775000', '200658.777000', '200658.780000', '200658.782000', '200658.785000', '200658.788000', '200658.790000', '200658.793000', '200658.795000', '200658.798000', '200658.801000', '200658.803000', '200658.806000', '200658.808000', '200658.811000', '200658.814000', '200718.703000', '200718.705000', '200718.708000', '200718.710000', '200718.713000', '200718.716000', '200718.718000', '200718.721000', '200718.723000', '200718.726000', '200718.728000', '200718.731000', '200718.734000', '200718.736000', '200718.739000', '200718.741000', '200718.744000', '200718.746000', '200718.749000', '200718.752000', '200718.754000', '200718.757000', '200718.759000', '200718.762000', '200718.764000', '200718.767000', '200718.770000', '200718.772000', '200718.775000', '200718.777000', '200718.780000', '200718.782000', '200718.785000', '200718.788000', '200718.790000', '200718.793000', '200718.795000', '200718.798000', '200718.800000', '200718.803000', '200718.805000', '200718.808000', '200718.811000', '200738.702000', '200738.713000', '200738.716000', '200738.718000', '200738.721000', '200738.724000', '200738.726000', '200738.729000', '200738.731000', '200738.734000', '200738.737000', '200738.739000', '200738.742000', '200738.745000', '200738.747000', '200738.750000', '200738.752000', '200738.755000', '200738.757000', '200738.760000', '200738.762000', '200738.765000', '200738.767000', '200738.770000', '200738.773000', '200738.775000', '200738.778000', '200738.780000', '200738.783000', '200738.786000', '200738.788000', '200738.791000', '200738.793000', '200738.796000', '200738.799000', '200738.801000', '200738.804000', '200738.806000', '200738.809000', '200738.811000', '200738.814000', '200738.816000', '200738.819000', '200738.821000', '200758.702000', '200758.705000', '200758.708000', '200758.710000', '200758.713000', '200758.716000', '200758.718000', '200758.721000', '200758.723000', '200758.726000', '200758.728000', '200758.731000', '200758.734000', '200758.736000', '200758.739000', '200758.741000', '200758.744000', '200758.746000', '200758.749000', '200758.752000', '200758.754000', '200758.757000', '200758.759000', '200758.762000', '200758.765000', '200758.767000', '200758.770000', '200758.772000', '200758.775000', '200758.777000', '200758.780000', '200758.783000', '200758.798000', '200758.801000', '200758.803000', '200758.806000', '200758.809000', '200758.811000', '200758.814000', '200758.816000', '200758.819000', '200758.822000', '200758.824000', '200818.702000', '200818.705000', '200818.708000', '200818.711000', '200818.713000', '200818.716000', '200818.718000', '200818.721000', '200818.723000', '200818.726000', '200818.729000', '200818.731000', '200818.734000', '200818.736000', '200818.739000', '200818.741000', '200818.744000', '200818.747000', '200818.749000', '200818.752000', '200818.754000', '200818.757000', '200818.760000', '200818.762000', '200818.765000', '200818.767000', '200818.770000', '200818.773000', '200818.776000', '200818.779000', '200818.781000', '200818.784000', '200818.787000', '200818.789000', '200818.792000', '200818.794000', '200818.797000', '200818.799000', '200818.802000', '200818.804000', '200818.807000', '200818.810000', '200818.812000', '200838.702000', '200838.705000', '200838.708000', '200838.710000', '200838.713000', '200838.716000', '200838.718000', '200838.721000', '200838.723000', '200838.726000', '200838.729000', '200838.731000', '200838.734000', '200838.736000', '200838.739000', '200838.741000', '200838.744000', '200838.747000', '200838.749000', '200838.752000', '200838.754000', '200838.757000', '200838.759000', '200838.762000', '200838.764000', '200838.767000', '200838.770000', '200838.772000', '200838.775000', '200838.777000', '200838.780000', '200838.782000', '200838.785000', '200838.788000', '200838.790000', '200838.793000', '200838.795000', '200838.798000', '200838.800000', '200838.803000', '200838.806000', '200838.808000', '200838.811000', '200838.813000', '200858.702000', '200858.705000', '200858.708000', '200858.710000', '200858.713000', '200858.716000', '200858.718000', '200858.721000', '200858.723000', '200858.726000', '200858.729000', '200858.731000', '200858.734000', '200858.736000', '200858.739000', '200858.742000', '200858.744000', '200858.747000', '200858.750000', '200858.752000', '200858.755000', '200858.757000', '200858.760000', '200858.762000', '200858.765000', '200858.768000', '200858.770000', '200858.773000', '200858.775000', '200858.778000', '200858.780000', '200858.783000', '200858.786000', '200858.788000', '200858.791000', '200858.793000', '200858.796000', '200858.798000', '200858.801000', '200858.803000', '200858.806000', '200858.809000', '200858.811000', '200858.814000', '200918.703000', '200918.705000', '200918.708000', '200918.710000', '200918.713000', '200918.716000', '200918.718000', '200918.721000', '200918.723000', '200918.726000', '200918.728000', '200918.731000', '200918.734000', '200918.736000', '200918.739000', '200918.741000', '200918.744000', '200918.747000', '200918.749000', '200918.752000', '200918.754000', '200918.757000', '200918.759000', '200918.762000', '200918.765000', '200918.767000', '200918.770000', '200918.772000', '200918.775000', '200918.778000', '200918.780000', '200918.783000', '200918.785000', '200918.788000', '200918.791000', '200918.793000', '200918.796000', '200918.798000', '200918.801000', '200918.803000', '200918.806000', '200918.808000', '200918.811000', '200938.703000', '200938.705000', '200938.708000', '200938.710000', '200938.713000', '200938.716000', '200938.718000', '200938.721000', '200938.723000', '200938.726000', '200938.728000', '200938.731000', '200938.734000', '200938.759000', '200938.761000', '200938.764000', '200938.766000', '200938.769000', '200938.772000', '200938.774000', '200938.777000', '200938.779000', '200938.782000', '200938.784000', '200938.787000', '200938.789000', '200938.792000', '200938.795000', '200938.797000', '200938.800000', '200938.802000', '200938.805000', '200938.808000', '200938.810000', '200938.813000', '200938.815000', '200938.818000', '200938.820000', '200938.823000', '200938.825000', '200938.828000', '200938.831000', '200938.833000', '200938.836000', '200958.702000', '200958.705000', '200958.708000', '200958.710000', '200958.713000', '200958.715000', '200958.718000', '200958.721000', '200958.723000', '200958.726000', '200958.728000', '200958.731000', '200958.734000', '200958.736000', '200958.739000', '200958.741000', '200958.744000', '200958.746000', '200958.749000', '200958.752000', '200958.754000', '200958.757000', '200958.759000', '200958.762000', '200958.764000', '200958.767000', '200958.770000', '200958.772000', '200958.775000', '200958.777000', '200958.780000', '200958.782000', '200958.785000', '200958.788000', '200958.790000', '200958.793000', '200958.795000', '200958.798000', '200958.800000', '200958.803000', '200958.806000', '200958.808000', '200958.811000', '201018.702000', '201018.705000', '201018.708000', '201018.710000', '201018.713000', '201018.716000', '201018.718000', '201018.721000', '201018.724000', '201018.727000', '201018.730000', '201018.732000', '201018.735000', '201018.737000', '201018.740000', '201018.742000', '201018.745000', '201018.748000', '201018.750000', '201018.753000', '201018.755000', '201018.758000', '201018.761000', '201018.763000', '201018.766000', '201018.768000', '201018.771000', '201018.773000', '201018.776000', '201018.779000', '201018.781000', '201018.784000', '201018.787000', '201018.789000', '201018.792000', '201018.794000', '201018.797000', '201018.799000', '201018.802000', '201018.804000', '201018.807000', '201018.810000', '201018.812000', '201038.702000', '201038.705000', '201038.708000', '201038.710000', '201038.713000', '201038.716000', '201038.718000', '201038.721000', '201038.723000', '201038.726000', '201038.728000', '201038.731000', '201038.734000', '201038.736000', '201038.739000', '201038.742000', '201038.744000', '201038.747000', '201038.749000', '201038.752000', '201038.754000', '201038.757000', '201038.760000', '201038.762000', '201038.765000', '201038.767000', '201038.770000', '201038.773000', '201038.775000', '201038.778000', '201038.780000', '201038.783000', '201038.786000', '201038.788000', '201038.791000', '201038.793000', '201038.796000', '201038.799000', '201038.801000', '201038.804000', '201038.807000', '201038.809000', '201038.812000', '201038.814000', '201058.703000', '201058.705000', '201058.708000', '201058.711000', '201058.713000', '201058.716000', '201058.718000', '201058.721000', '201058.723000', '201058.726000', '201058.729000', '201058.732000', '201058.734000', '201058.737000', '201058.740000', '201058.742000', '201058.745000', '201058.747000', '201058.750000', '201058.752000', '201058.755000', '201058.758000', '201058.760000', '201058.763000', '201058.765000', '201058.768000', '201058.771000', '201058.773000', '201058.776000', '201058.778000', '201058.781000', '201058.784000', '201058.788000', '201058.790000', '201058.793000', '201058.796000', '201058.798000', '201058.801000', '201058.815000', '201058.818000', '201058.820000', '201058.823000', '201058.825000', '201118.703000', '201118.705000', '201118.708000', '201118.710000', '201118.713000', '201118.716000', '201118.718000', '201118.721000', '201118.723000', '201118.726000', '201118.729000', '201118.731000', '201118.734000', '201118.736000', '201118.739000', '201118.741000', '201118.744000', '201118.746000', '201118.749000', '201118.752000', '201118.754000', '201118.759000', '201118.762000', '201118.764000', '201118.767000', '201118.769000', '201118.772000', '201118.775000', '201118.777000', '201118.780000', '201118.782000', '201118.785000', '201118.788000', '201118.790000', '201118.793000', '201118.795000', '201118.798000', '201118.800000', '201118.803000', '201118.806000', '201118.808000', '201118.811000', '201118.813000', '201118.816000', '201138.702000', '201138.705000', '201138.708000', '201138.711000', '201138.713000', '201138.716000', '201138.718000', '201138.721000', '201138.724000', '201138.726000', '201138.729000', '201138.731000', '201138.734000', '201138.737000', '201138.740000', '201138.742000', '201138.745000', '201138.748000', '201138.750000', '201138.753000', '201138.755000', '201138.758000', '201138.761000', '201138.765000', '201138.768000', '201138.771000', '201138.773000', '201138.776000', '201138.778000', '201138.781000', '201138.784000', '201138.786000', '201138.789000', '201138.791000', '201138.794000', '201138.797000', '201138.800000', '201138.802000', '201138.805000', '201138.807000', '201138.810000', '201138.813000', '201138.815000', '201151.589000', '201151.591000', '201151.594000', '201151.597000', '201151.599000', '201151.602000', '201151.604000', '201151.607000', '201151.610000', '201151.612000', '201151.615000', '201151.617000', '201151.620000', '201151.623000', '201151.625000', '201151.628000', '201151.630000', '201151.633000', '201151.635000', '201151.638000', '201151.640000', '201151.643000', '201151.646000', '201151.648000', '201151.651000', '201151.654000', '201151.656000', '201151.659000', '201151.661000'], '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': [15955, 10935, 15511, 11859, 16107, 12162, 16916, 11868, 14634, 11846, 13089, 12537, 9581, 11642, 9616, 12907, 9200, 13593, 9245, 13897, 9813, 14118, 11019, 14057, 10045, 14698, 10584, 13685, 11806, 9407, 11335, 9432, 12170, 9193, 12762, 8919, 12885, 9312, 12761, 9924, 12579, 9438, 13379, 9822, 13852, 11182, 9323, 10762, 9602, 11019, 9251, 12364, 9020, 13383, 9499, 13692, 10385, 14045, 10285, 14181, 10633, 14594, 11160, 14721, 11868, 13195, 11923, 9921, 11937, 9589, 12725, 9097, 13919, 9742, 13707, 9322, 13739, 9372, 12643, 9397, 13005, 9751, 13482, 9687, 13792, 10232, 13992, 10085, 12505, 10410, 9528, 10452, 9145, 10128, 9058, 11071, 9951, 11413, 9409, 12799, 10620, 14388, 11202, 14447, 10838, 13634, 12054, 12394, 11543, 10207, 11892, 9943, 13546, 10148, 12482, 11226, 9908, 12046, 10826, 11801, 9695, 12662, 9911, 12800, 10163, 13355, 9863, 13729, 10250, 14344, 10946, 14255, 10116, 14274, 10971, 15375, 10875, 15191, 10865, 14611, 11390, 11847, 11640, 9444, 11487, 9912, 11637, 9830, 12814, 9816, 14165, 9056, 12978, 9423, 13483, 10577, 13485, 11092, 13064, 10452, 9695, 10461, 10215, 11410, 9852, 12605, 9199, 12875, 9540, 14959, 9655, 13844, 9380, 12151, 9962, 12426, 10011, 12160, 9888, 11462, 10340, 11832, 9859, 11156, 9328, 10999, 10164, 11208, 9786, 11474, 9900, 10822, 9947, 11661, 9910, 11587, 9557, 12529, 9504, 11778, 8833, 12164, 9320, 12806, 10467, 13595, 9927, 13589, 10288, 14611, 11496, 14930, 10772, 14526, 11010, 15243, 11366, 16045, 12300, 12870, 11846, 9903, 11691, 10222, 11884, 9688, 12452, 9209, 12126, 9502, 12915, 9815, 13804, 10249, 13679, 10093, 14387, 11339, 9833, 11095, 8820, 12749, 10238, 12811, 9318, 13268, 9665, 13856, 10576, 14035, 10182, 13733, 9810, 13997, 10427, 13251, 9971, 12981, 9715, 12463, 10044, 12637, 9490, 12175, 9538, 12611, 10154, 11412, 10166, 10080, 10819, 10141, 10430, 10282, 11552, 10089, 11612, 9969, 12318, 9537, 12630, 9835, 13274, 10299, 13987, 11531, 16125, 11257, 11775, 11392, 10435, 11593, 10186, 12040, 11205, 12560, 10852, 14529, 10078, 12805, 11092, 13460, 11480, 10067, 11772, 10163, 12155, 10094, 12020, 9655, 12719, 9581, 13014, 9426, 14145, 10478, 13515, 10125, 14008, 10061, 14506, 11147, 14281, 10342, 14318, 10344, 14606, 10836, 10375, 10517, 9362, 10674, 9955, 11230, 9193, 10900, 9201, 10533, 9105, 10873, 8719, 10422, 9496, 10679, 9129, 11831, 9394, 11839, 9770, 11802, 9447, 12471, 9807, 13039, 10574, 11391, 11074, 11492, 11190, 11739, 12317, 10738, 13515, 9769, 12539, 9298, 13253, 9682, 13769, 10319, 14018, 10969, 15161, 10798, 14314, 10295, 14236, 10720, 13904, 11007, 14821, 11322, 15329, 11082, 14604, 10656, 9432, 10941, 9482, 12133, 9335, 11432, 9551, 13004, 9917, 13957, 11379, 10149, 11231, 9904, 13954, 9350, 12897, 9310, 12966, 9375, 13935, 9866, 13318, 9190, 13751, 9979, 13785, 10081, 13568, 9714, 13866, 10112, 12279, 10611, 9639, 10683, 10289, 11243, 9895, 10453, 9151, 11796, 9496, 12174, 9683, 13161, 9852, 14422, 10546, 14508, 11098, 11884, 11565, 10255, 11676, 9136, 12624, 9828, 13849, 10401, 14733, 11112, 9250, 13981, 9669, 12078, 11196, 15859, 12267, 10450, 12977, 10115, 12773, 9742, 13769, 10198, 14279, 10256, 14565, 11001, 14329, 11327, 14538, 10675, 13382, 10700, 12483, 11005, 12365, 11559, 9449, 11096, 9878, 10943, 9633, 11765, 9067, 11011, 9225, 11762, 9117, 12333, 9696, 13046, 10548, 13267, 9988, 13000, 9954, 13923, 11072, 14315, 11028, 14236, 10938, 13192, 11559, 10010, 11655, 9881, 11801, 9725, 12292, 9658, 13279, 9186, 12244, 9316, 12953, 9898, 13426, 9187, 13341, 10464, 14270, 9621, 13415, 9663, 14746, 10469, 13974, 10075, 12252, 10192, 13698, 10660, 13236, 10119, 13674, 10365, 13258, 10860, 10483, 10293, 9104, 10187, 10182, 11402, 9868, 10924, 9617, 11292, 9867, 12767, 9248, 12905, 9060, 13837, 9409, 14149, 9949, 13511, 10405, 14242, 9590, 13006, 9665, 14224, 10463, 14310, 10445, 14317, 10086, 14190, 10251, 13831, 10802, 9467, 11099, 9748, 12492, 10660, 14685, 10267, 14632, 10585, 15292, 11022, 15386, 11500, 16205, 11539, 14640, 10589, 14507, 11414, 14505, 11783, 9809, 11022, 9888, 11908, 9687, 12164, 9016, 11900, 10146, 12697, 10152, 12540, 10080, 9683, 10473, 10464, 12777, 10365, 13774, 9625, 14731, 10285, 14438, 11513, 14075, 10803, 14794, 10270, 14870, 10905, 14979, 11037, 15133, 10460, 14618, 11016, 14289, 10893, 14311, 10546, 11478, 11065, 9612, 12065, 8892, 10614, 9212, 12564, 10338, 12681, 10053, 14238, 10981, 15507, 10617, 15172, 10238, 15227, 11104, 15368, 10380, 14408, 10532, 14376, 10645, 13842, 10247, 12607, 10112, 12735, 10146, 14228, 11050, 13221, 10997, 10118, 10433, 10227, 11861, 9808, 12548, 9071, 11179, 9386, 12966, 9911, 13808, 9828, 14606, 10521, 14395, 10980, 14984, 11427, 15913, 11182, 12346, 10637, 11834, 11906, 10863, 11475, 11128, 12558, 11169, 13799, 10067, 13189, 9406, 12840, 9770, 14262, 10406, 12787, 10048, 11553, 10754, 10104, 10922, 9796, 13242, 9647, 12647, 9049, 12234, 9442, 13317, 9194, 13395, 8912, 12227, 9903, 13316, 9543, 12561, 10053, 13686, 10146, 13624, 9891, 13769, 10380, 13266, 10875, 9202, 10453, 9809, 11627, 10460, 11855, 9896, 14117, 9602, 12018, 9534, 13469, 9539, 14830, 10807, 15250, 10748, 15246, 10757, 15633, 11875, 17095, 11273, 16127, 11338, 16688, 12346, 16984, 11081, 16239, 11391, 15930, 11219, 15841, 11424, 16770, 12518, 11422, 11228, 9334, 11491, 10384, 12327, 9634, 12332, 9534, 12924, 9993, 13467, 9130, 13321, 8409, 12145, 9185, 14141, 9366, 13554, 9282, 14022, 10642, 13219, 9410, 14114, 10481, 14568, 10854, 12682, 10765, 11762, 11482, 10071, 13550, 9294, 12184, 9495, 13876, 9371, 14023, 9979, 14531, 10808, 14787, 10524, 15133, 10424, 15254, 11094, 12134, 11504, 9551, 11590, 10425, 12832, 10046, 12988, 10147, 13646, 10291, 15753, 11430, 9551, 12420, 10119, 13456, 9313, 14576, 10167, 15476, 11595, 16679, 11472, 15691, 11436, 14979, 12093, 11644, 11553, 9448, 11409, 9905, 11532, 9716, 11923, 8973, 11946, 9082, 13730, 9882, 11004, 9773, 9542, 11965, 9783, 11680], 'WindowCenter': [4618.0, 4561.0, 4576.0, 4554.0, 4560.0, 4539.0, 4547.0, 4526.0, 4534.0, 4523.0, 4523.0, 4523.0, 4490.0, 4512.0, 4492.0, 4524.0, 4492.0, 4523.0, 4491.0, 4519.0, 4503.0, 4523.0, 4503.0, 4522.0, 4492.0, 4531.0, 4515.0, 4522.0, 4523.0, 4490.0, 4512.0, 4491.0, 4525.0, 4492.0, 4524.0, 4491.0, 4523.0, 4504.0, 4523.0, 4503.0, 4524.0, 4494.0, 4531.0, 4515.0, 4535.0, 4523.0, 4494.0, 4514.0, 4504.0, 4526.0, 4504.0, 4525.0, 4494.0, 4523.0, 4504.0, 4533.0, 4503.0, 4532.0, 4503.0, 4521.0, 4502.0, 4530.0, 4512.0, 4532.0, 4526.0, 4524.0, 4516.0, 4503.0, 4512.0, 4491.0, 4513.0, 4479.0, 4521.0, 4503.0, 4522.0, 4491.0, 4521.0, 4491.0, 4510.0, 4490.0, 4510.0, 4489.0, 4522.0, 4504.0, 4534.0, 4503.0, 4520.0, 4503.0, 4522.0, 4515.0, 4504.0, 4515.0, 4506.0, 4513.0, 4508.0, 4539.0, 4529.0, 4538.0, 4522.0, 4551.0, 4540.0, 4559.0, 4542.0, 4550.0, 4530.0, 4548.0, 4540.0, 4537.0, 4528.0, 4516.0, 4540.0, 4517.0, 4547.0, 4517.0, 4538.0, 4541.0, 4531.0, 4553.0, 4530.0, 4540.0, 4518.0, 4538.0, 4531.0, 4539.0, 4519.0, 4537.0, 4513.0, 4535.0, 4517.0, 4534.0, 4515.0, 4533.0, 4504.0, 4533.0, 4514.0, 4534.0, 4514.0, 4532.0, 4515.0, 4545.0, 4524.0, 4512.0, 4513.0, 4490.0, 4512.0, 4492.0, 4514.0, 4490.0, 4522.0, 4507.0, 4525.0, 4480.0, 4511.0, 4479.0, 4509.0, 4501.0, 4523.0, 4542.0, 4550.0, 4542.0, 4518.0, 4528.0, 4516.0, 4528.0, 4505.0, 4537.0, 4505.0, 4535.0, 4508.0, 4547.0, 4506.0, 4535.0, 4492.0, 4513.0, 4493.0, 4523.0, 4492.0, 4512.0, 4502.0, 4514.0, 4502.0, 4524.0, 4502.0, 4513.0, 4491.0, 4515.0, 4513.0, 4514.0, 4504.0, 4524.0, 4504.0, 4526.0, 4504.0, 4526.0, 4502.0, 4525.0, 4504.0, 4537.0, 4506.0, 4525.0, 4495.0, 4525.0, 4517.0, 4526.0, 4515.0, 4534.0, 4515.0, 4533.0, 4515.0, 4535.0, 4526.0, 4544.0, 4512.0, 4531.0, 4513.0, 4543.0, 4524.0, 4542.0, 4524.0, 4521.0, 4512.0, 4490.0, 4513.0, 4502.0, 4523.0, 4516.0, 4525.0, 4504.0, 4525.0, 4517.0, 4534.0, 4504.0, 4532.0, 4505.0, 4533.0, 4515.0, 4544.0, 4527.0, 4516.0, 4516.0, 4506.0, 4536.0, 4516.0, 4523.0, 4493.0, 4522.0, 4492.0, 4523.0, 4515.0, 4522.0, 4501.0, 4521.0, 4492.0, 4522.0, 4501.0, 4521.0, 4491.0, 4508.0, 4491.0, 4521.0, 4502.0, 4520.0, 4501.0, 4521.0, 4504.0, 4522.0, 4516.0, 4513.0, 4514.0, 4504.0, 4526.0, 4513.0, 4516.0, 4504.0, 4525.0, 4501.0, 4525.0, 4505.0, 4526.0, 4505.0, 4523.0, 4503.0, 4536.0, 4516.0, 4533.0, 4515.0, 4543.0, 4513.0, 4510.0, 4512.0, 4500.0, 4513.0, 4490.0, 4523.0, 4513.0, 4524.0, 4511.0, 4532.0, 4489.0, 4509.0, 4499.0, 4508.0, 4497.0, 4488.0, 4509.0, 4490.0, 4511.0, 4501.0, 4523.0, 4490.0, 4510.0, 4489.0, 4522.0, 4481.0, 4520.0, 4489.0, 4521.0, 4489.0, 4509.0, 4490.0, 4520.0, 4500.0, 4519.0, 4491.0, 4517.0, 4502.0, 4519.0, 4501.0, 4489.0, 4501.0, 4478.0, 4501.0, 4491.0, 4513.0, 4490.0, 4513.0, 4504.0, 4515.0, 4506.0, 4514.0, 4493.0, 4513.0, 4506.0, 4514.0, 4495.0, 4513.0, 4504.0, 4525.0, 4516.0, 4523.0, 4505.0, 4523.0, 4517.0, 4536.0, 4517.0, 4525.0, 4516.0, 4514.0, 4528.0, 4525.0, 4526.0, 4514.0, 4524.0, 4490.0, 4510.0, 4492.0, 4522.0, 4492.0, 4521.0, 4504.0, 4533.0, 4515.0, 4531.0, 4503.0, 4520.0, 4489.0, 4508.0, 4500.0, 4509.0, 4499.0, 4520.0, 4502.0, 4519.0, 4500.0, 4519.0, 4500.0, 4489.0, 4513.0, 4490.0, 4524.0, 4493.0, 4512.0, 4505.0, 4534.0, 4531.0, 4549.0, 4539.0, 4530.0, 4540.0, 4530.0, 4561.0, 4507.0, 4535.0, 4492.0, 4523.0, 4504.0, 4536.0, 4503.0, 4524.0, 4492.0, 4523.0, 4504.0, 4533.0, 4504.0, 4522.0, 4504.0, 4522.0, 4504.0, 4512.0, 4514.0, 4504.0, 4517.0, 4515.0, 4515.0, 4505.0, 4515.0, 4505.0, 4526.0, 4506.0, 4524.0, 4506.0, 4523.0, 4505.0, 4533.0, 4517.0, 4544.0, 4527.0, 4525.0, 4526.0, 4506.0, 4514.0, 4495.0, 4522.0, 4504.0, 4533.0, 4530.0, 4548.0, 4529.0, 4508.0, 4548.0, 4517.0, 4550.0, 4542.0, 4569.0, 4564.0, 4528.0, 4551.0, 4516.0, 4539.0, 4519.0, 4535.0, 4515.0, 4533.0, 4504.0, 4534.0, 4515.0, 4535.0, 4514.0, 4533.0, 4503.0, 4518.0, 4502.0, 4511.0, 4513.0, 4524.0, 4525.0, 4504.0, 4514.0, 4503.0, 4515.0, 4505.0, 4513.0, 4491.0, 4513.0, 4495.0, 4514.0, 4494.0, 4524.0, 4506.0, 4536.0, 4515.0, 4525.0, 4504.0, 4522.0, 4504.0, 4533.0, 4514.0, 4532.0, 4514.0, 4521.0, 4504.0, 4521.0, 4512.0, 4489.0, 4511.0, 4491.0, 4512.0, 4505.0, 4524.0, 4506.0, 4537.0, 4494.0, 4525.0, 4519.0, 4535.0, 4517.0, 4524.0, 4491.0, 4521.0, 4501.0, 4522.0, 4491.0, 4520.0, 4502.0, 4533.0, 4502.0, 4521.0, 4490.0, 4509.0, 4503.0, 4522.0, 4515.0, 4521.0, 4502.0, 4531.0, 4514.0, 4535.0, 4517.0, 4514.0, 4515.0, 4493.0, 4518.0, 4516.0, 4529.0, 4506.0, 4525.0, 4505.0, 4527.0, 4516.0, 4539.0, 4504.0, 4525.0, 4494.0, 4534.0, 4494.0, 4534.0, 4516.0, 4536.0, 4505.0, 4534.0, 4492.0, 4510.0, 4491.0, 4520.0, 4505.0, 4521.0, 4515.0, 4546.0, 4530.0, 4534.0, 4515.0, 4533.0, 4515.0, 4505.0, 4525.0, 4517.0, 4538.0, 4531.0, 4559.0, 4516.0, 4546.0, 4515.0, 4534.0, 4515.0, 4534.0, 4513.0, 4543.0, 4515.0, 4531.0, 4503.0, 4531.0, 4513.0, 4522.0, 4513.0, 4490.0, 4512.0, 4504.0, 4525.0, 4504.0, 4526.0, 4494.0, 4523.0, 4514.0, 4524.0, 4515.0, 4524.0, 4516.0, 4505.0, 4517.0, 4517.0, 4538.0, 4516.0, 4538.0, 4506.0, 4533.0, 4504.0, 4533.0, 4513.0, 4522.0, 4501.0, 4519.0, 4490.0, 4519.0, 4500.0, 4519.0, 4499.0, 4518.0, 4514.0, 4534.0, 4514.0, 4520.0, 4500.0, 4517.0, 4514.0, 4512.0, 4514.0, 4503.0, 4523.0, 4493.0, 4514.0, 4505.0, 4525.0, 4514.0, 4523.0, 4505.0, 4532.0, 4516.0, 4546.0, 4515.0, 4533.0, 4504.0, 4534.0, 4514.0, 4543.0, 4503.0, 4530.0, 4515.0, 4533.0, 4505.0, 4521.0, 4503.0, 4522.0, 4503.0, 4523.0, 4513.0, 4535.0, 4515.0, 4523.0, 4513.0, 4502.0, 4514.0, 4504.0, 4524.0, 4504.0, 4524.0, 4492.0, 4513.0, 4505.0, 4535.0, 4505.0, 4532.0, 4504.0, 4532.0, 4515.0, 4534.0, 4525.0, 4536.0, 4515.0, 4542.0, 4513.0, 4512.0, 4503.0, 4511.0, 4514.0, 4515.0, 4540.0, 4515.0, 4539.0, 4514.0, 4522.0, 4493.0, 4536.0, 4494.0, 4511.0, 4505.0, 4547.0, 4517.0, 4547.0, 4519.0, 4525.0, 4526.0, 4514.0, 4516.0, 4502.0, 4526.0, 4503.0, 4535.0, 4492.0, 4524.0, 4504.0, 4534.0, 4494.0, 4522.0, 4491.0, 4523.0, 4504.0, 4524.0, 4502.0, 4510.0, 4503.0, 4532.0, 4515.0, 4531.0, 4505.0, 4531.0, 4515.0, 4522.0, 4513.0, 4492.0, 4515.0, 4518.0, 4526.0, 4516.0, 4525.0, 4505.0, 4537.0, 4506.0, 4524.0, 4506.0, 4536.0, 4507.0, 4534.0, 4515.0, 4546.0, 4515.0, 4535.0, 4517.0, 4543.0, 4527.0, 4545.0, 4512.0, 4530.0, 4512.0, 4533.0, 4523.0, 4530.0, 4502.0, 4530.0, 4500.0, 4529.0, 4501.0, 4529.0, 4511.0, 4531.0, 4511.0, 4499.0, 4500.0, 4477.0, 4498.0, 4490.0, 4510.0, 4479.0, 4511.0, 4503.0, 4536.0, 4493.0, 4524.0, 4504.0, 4533.0, 4483.0, 4527.0, 4505.0, 4532.0, 4506.0, 4548.0, 4518.0, 4534.0, 4514.0, 4534.0, 4504.0, 4544.0, 4517.0, 4533.0, 4514.0, 4520.0, 4514.0, 4513.0, 4527.0, 4504.0, 4535.0, 4494.0, 4526.0, 4504.0, 4535.0, 4505.0, 4533.0, 4504.0, 4535.0, 4515.0, 4534.0, 4513.0, 4530.0, 4514.0, 4543.0, 4515.0, 4524.0, 4515.0, 4491.0, 4526.0, 4513.0, 4537.0, 4503.0, 4538.0, 4504.0, 4533.0, 4504.0, 4542.0, 4514.0, 4504.0, 4536.0, 4505.0, 4535.0, 4494.0, 4532.0, 4503.0, 4533.0, 4515.0, 4541.0, 4510.0, 4529.0, 4513.0, 4530.0, 4513.0, 4498.0, 4503.0, 4488.0, 4501.0, 4489.0, 4502.0, 4491.0, 4511.0, 4480.0, 4513.0, 4496.0, 4522.0, 4504.0, 4513.0, 4516.0, 4504.0, 4527.0, 4517.0, 4529.0], 'WindowWidth': [10112.0, 10017.0, 10025.0, 9993.0, 9995.0, 9960.0, 9967.0, 9934.0, 9941.0, 9929.0, 9925.0, 9925.0, 9875.0, 9906.0, 9880.0, 9927.0, 9881.0, 9923.0, 9879.0, 9913.0, 9898.0, 9924.0, 9899.0, 9921.0, 9882.0, 9932.0, 9918.0, 9923.0, 9927.0, 9876.0, 9908.0, 9878.0, 9932.0, 9884.0, 9926.0, 9880.0, 9923.0, 9904.0, 9925.0, 9901.0, 9925.0, 9887.0, 9935.0, 9920.0, 9943.0, 9928.0, 9888.0, 9914.0, 9902.0, 9936.0, 9901.0, 9932.0, 9887.0, 9925.0, 9902.0, 9940.0, 9898.0, 9935.0, 9899.0, 9919.0, 9897.0, 9932.0, 9910.0, 9938.0, 9935.0, 9927.0, 9918.0, 9896.0, 9908.0, 9877.0, 9910.0, 9860.0, 9921.0, 9899.0, 9921.0, 9879.0, 9917.0, 9878.0, 9902.0, 9875.0, 9900.0, 9873.0, 9919.0, 9902.0, 9942.0, 9899.0, 9916.0, 9897.0, 9921.0, 9917.0, 9903.0, 9919.0, 9907.0, 9916.0, 9916.0, 9960.0, 9948.0, 9959.0, 9941.0, 9976.0, 9965.0, 9988.0, 9970.0, 9973.0, 9946.0, 9971.0, 9962.0, 9954.0, 9940.0, 9922.0, 9961.0, 9923.0, 9966.0, 9927.0, 9955.0, 9962.0, 9953.0, 9986.0, 9948.0, 9960.0, 9929.0, 9955.0, 9950.0, 9957.0, 9931.0, 9952.0, 9915.0, 9945.0, 9924.0, 9943.0, 9917.0, 9937.0, 9900.0, 9938.0, 9916.0, 9942.0, 9914.0, 9935.0, 9918.0, 9960.0, 9928.0, 9910.0, 9911.0, 9875.0, 9908.0, 9881.0, 9913.0, 9875.0, 9922.0, 9910.0, 9928.0, 9858.0, 9899.0, 9857.0, 9897.0, 9890.0, 9923.0, 9968.0, 9977.0, 9969.0, 9931.0, 9942.0, 9921.0, 9940.0, 9906.0, 9950.0, 9904.0, 9946.0, 9914.0, 9965.0, 9904.0, 9942.0, 9881.0, 9909.0, 9881.0, 9924.0, 9879.0, 9908.0, 9892.0, 9913.0, 9895.0, 9927.0, 9893.0, 9910.0, 9878.0, 9915.0, 9912.0, 9916.0, 9901.0, 9928.0, 9900.0, 9935.0, 9902.0, 9933.0, 9897.0, 9931.0, 9904.0, 9950.0, 9906.0, 9930.0, 9891.0, 9929.0, 9927.0, 9933.0, 9920.0, 9942.0, 9919.0, 9938.0, 9920.0, 9944.0, 9934.0, 9956.0, 9911.0, 9933.0, 9911.0, 9952.0, 9928.0, 9950.0, 9926.0, 9920.0, 9908.0, 9875.0, 9910.0, 9896.0, 9927.0, 9923.0, 9930.0, 9901.0, 9932.0, 9925.0, 9942.0, 9903.0, 9937.0, 9903.0, 9939.0, 9918.0, 9956.0, 9937.0, 9921.0, 9919.0, 9908.0, 9951.0, 9919.0, 9925.0, 9882.0, 9918.0, 9880.0, 9922.0, 9916.0, 9920.0, 9892.0, 9915.0, 9880.0, 9919.0, 9893.0, 9916.0, 9878.0, 9895.0, 9879.0, 9918.0, 9895.0, 9918.0, 9893.0, 9918.0, 9904.0, 9924.0, 9924.0, 9911.0, 9916.0, 9901.0, 9935.0, 9914.0, 9918.0, 9900.0, 9931.0, 9894.0, 9933.0, 9906.0, 9933.0, 9902.0, 9924.0, 9899.0, 9949.0, 9921.0, 9939.0, 9917.0, 9953.0, 9911.0, 9902.0, 9907.0, 9887.0, 9908.0, 9874.0, 9926.0, 9910.0, 9928.0, 9907.0, 9936.0, 9872.0, 9896.0, 9883.0, 9894.0, 9880.0, 9869.0, 9899.0, 9872.0, 9903.0, 9890.0, 9924.0, 9873.0, 9900.0, 9871.0, 9921.0, 9863.0, 9912.0, 9872.0, 9918.0, 9872.0, 9897.0, 9876.0, 9915.0, 9887.0, 9910.0, 9876.0, 9906.0, 9892.0, 9912.0, 9889.0, 9868.0, 9888.0, 9855.0, 9893.0, 9876.0, 9911.0, 9875.0, 9910.0, 9901.0, 9918.0, 9908.0, 9913.0, 9884.0, 9912.0, 9905.0, 9914.0, 9890.0, 9910.0, 9903.0, 9930.0, 9920.0, 9927.0, 9904.0, 9926.0, 9924.0, 9950.0, 9925.0, 9931.0, 9920.0, 9914.0, 9940.0, 9932.0, 9935.0, 9914.0, 9929.0, 9876.0, 9901.0, 9877.0, 9917.0, 9880.0, 9918.0, 9902.0, 9939.0, 9915.0, 9934.0, 9896.0, 9914.0, 9872.0, 9895.0, 9885.0, 9896.0, 9885.0, 9915.0, 9893.0, 9914.0, 9887.0, 9910.0, 9888.0, 9875.0, 9913.0, 9875.0, 9928.0, 9882.0, 9909.0, 9904.0, 9945.0, 9955.0, 9970.0, 9958.0, 9949.0, 9961.0, 9949.0, 9990.0, 9910.0, 9943.0, 9884.0, 9924.0, 9901.0, 9945.0, 9900.0, 9924.0, 9882.0, 9924.0, 9904.0, 9939.0, 9899.0, 9920.0, 9901.0, 9920.0, 9901.0, 9906.0, 9913.0, 9900.0, 9922.0, 9916.0, 9916.0, 9903.0, 9915.0, 9903.0, 9933.0, 9907.0, 9926.0, 9906.0, 9925.0, 9903.0, 9939.0, 9922.0, 9958.0, 9937.0, 9931.0, 9933.0, 9905.0, 9913.0, 9888.0, 9921.0, 9901.0, 9941.0, 9948.0, 9966.0, 9945.0, 9911.0, 9968.0, 9924.0, 9975.0, 9968.0, 10003.0, 10004.0, 9946.0, 9978.0, 9920.0, 9957.0, 9930.0, 9946.0, 9918.0, 9938.0, 9901.0, 9940.0, 9919.0, 9943.0, 9916.0, 9937.0, 9895.0, 9911.0, 9892.0, 9902.0, 9912.0, 9926.0, 9932.0, 9901.0, 9914.0, 9896.0, 9918.0, 9901.0, 9911.0, 9880.0, 9910.0, 9888.0, 9912.0, 9886.0, 9926.0, 9908.0, 9947.0, 9917.0, 9928.0, 9900.0, 9919.0, 9899.0, 9937.0, 9913.0, 9935.0, 9912.0, 9919.0, 9898.0, 9917.0, 9907.0, 9873.0, 9905.0, 9876.0, 9908.0, 9904.0, 9927.0, 9906.0, 9951.0, 9887.0, 9930.0, 9931.0, 9946.0, 9923.0, 9926.0, 9879.0, 9918.0, 9890.0, 9919.0, 9878.0, 9914.0, 9897.0, 9936.0, 9893.0, 9915.0, 9875.0, 9899.0, 9897.0, 9921.0, 9917.0, 9919.0, 9896.0, 9934.0, 9916.0, 9946.0, 9924.0, 9916.0, 9918.0, 9885.0, 9927.0, 9921.0, 9944.0, 9906.0, 9932.0, 9905.0, 9937.0, 9922.0, 9956.0, 9903.0, 9929.0, 9889.0, 9940.0, 9886.0, 9943.0, 9919.0, 9948.0, 9902.0, 9941.0, 9880.0, 9901.0, 9876.0, 9912.0, 9902.0, 9918.0, 9918.0, 9963.0, 9949.0, 9943.0, 9918.0, 9938.0, 9918.0, 9904.0, 9933.0, 9929.0, 9953.0, 9952.0, 9988.0, 9925.0, 9961.0, 9918.0, 9941.0, 9918.0, 9941.0, 9913.0, 9952.0, 9917.0, 9932.0, 9898.0, 9931.0, 9911.0, 9922.0, 9910.0, 9875.0, 9909.0, 9900.0, 9929.0, 9902.0, 9934.0, 9888.0, 9925.0, 9917.0, 9928.0, 9917.0, 9928.0, 9921.0, 9903.0, 9922.0, 9923.0, 9954.0, 9920.0, 9952.0, 9905.0, 9937.0, 9901.0, 9937.0, 9910.0, 9919.0, 9890.0, 9912.0, 9873.0, 9910.0, 9886.0, 9911.0, 9885.0, 9909.0, 9916.0, 9941.0, 9916.0, 9914.0, 9887.0, 9905.0, 9913.0, 9908.0, 9912.0, 9898.0, 9925.0, 9886.0, 9914.0, 9905.0, 9931.0, 9917.0, 9925.0, 9903.0, 9935.0, 9919.0, 9960.0, 9916.0, 9935.0, 9899.0, 9940.0, 9914.0, 9952.0, 9899.0, 9931.0, 9917.0, 9937.0, 9902.0, 9917.0, 9897.0, 9921.0, 9898.0, 9922.0, 9911.0, 9942.0, 9918.0, 9925.0, 9912.0, 9894.0, 9916.0, 9902.0, 9928.0, 9898.0, 9926.0, 9882.0, 9912.0, 9906.0, 9943.0, 9903.0, 9935.0, 9901.0, 9935.0, 9916.0, 9940.0, 9934.0, 9946.0, 9916.0, 9950.0, 9911.0, 9906.0, 9896.0, 9905.0, 9910.0, 9918.0, 9963.0, 9917.0, 9954.0, 9912.0, 9919.0, 9882.0, 9945.0, 9885.0, 9902.0, 9903.0, 9964.0, 9924.0, 9968.0, 9930.0, 9935.0, 9938.0, 9918.0, 9920.0, 9895.0, 9932.0, 9899.0, 9943.0, 9882.0, 9926.0, 9902.0, 9940.0, 9886.0, 9919.0, 9878.0, 9923.0, 9901.0, 9925.0, 9894.0, 9901.0, 9897.0, 9936.0, 9917.0, 9933.0, 9904.0, 9935.0, 9917.0, 9922.0, 9914.0, 9881.0, 9917.0, 9926.0, 9933.0, 9918.0, 9930.0, 9902.0, 9949.0, 9908.0, 9929.0, 9907.0, 9946.0, 9910.0, 9940.0, 9918.0, 9961.0, 9918.0, 9943.0, 9923.0, 9952.0, 9937.0, 9955.0, 9908.0, 9930.0, 9907.0, 9938.0, 9924.0, 9928.0, 9892.0, 9926.0, 9886.0, 9924.0, 9888.0, 9926.0, 9906.0, 9930.0, 9904.0, 9883.0, 9885.0, 9850.0, 9882.0, 9871.0, 9900.0, 9857.0, 9902.0, 9898.0, 9948.0, 9881.0, 9926.0, 9903.0, 9937.0, 9872.0, 9935.0, 9904.0, 9934.0, 9906.0, 9971.0, 9931.0, 9943.0, 9916.0, 9943.0, 9902.0, 9957.0, 9923.0, 9938.0, 9915.0, 9917.0, 9914.0, 9911.0, 9935.0, 9900.0, 9944.0, 9887.0, 9933.0, 9900.0, 9946.0, 9903.0, 9936.0, 9902.0, 9945.0, 9918.0, 9941.0, 9911.0, 9931.0, 9913.0, 9953.0, 9916.0, 9927.0, 9915.0, 9879.0, 9931.0, 9912.0, 9953.0, 9897.0, 9952.0, 9901.0, 9936.0, 9900.0, 9950.0, 9914.0, 9900.0, 9948.0, 9903.0, 9942.0, 9885.0, 9933.0, 9898.0, 9938.0, 9915.0, 9947.0, 9904.0, 9925.0, 9908.0, 9929.0, 9907.0, 9882.0, 9893.0, 9869.0, 9888.0, 9869.0, 9890.0, 9874.0, 9904.0, 9862.0, 9908.0, 9892.0, 9921.0, 9902.0, 9911.0, 9920.0, 9900.0, 9937.0, 9923.0, 9941.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.0008508996539792387</td></tr>
<tr><td colspan=3>aqi</td><td>0.023196482352941177</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.67416146609703</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2331031440993088</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0020262050230953</td></tr>
<tr><td colspan=3>efc</td><td>0.4639</td></tr>
<tr><td colspan=3>fber</td><td>6809.2383</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.102936617121818</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.612456747404845</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.490520112630574</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3918914884274085</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7590762978548584</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3205925516094537</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105823</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012554052285850048</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02143779955804348</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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>4.054650408075619</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>36.7746</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.6332</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.2028</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302771.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>805.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.3873</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4512</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.2549</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3738.3488</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3963.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73773.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1377.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.3896</td></tr>
<tr><td colspan=3>tsnr</td><td>41.2310863789171</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>