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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0115_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0115_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-04/func/sub-0115_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>cb9275a71b1e690f27ae84d8d5569b34</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:02:50.537500</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.997558, -0.0562444, -0.0414188, 0.0500105, 0.989081, -0.138631]</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.0967532</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4218, -7713, -7278, 240, -125, -51, -84, 82]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.874</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ddc624ad-1b69-4c58-a47e-64199b21146d||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.6763739585876465, 0.1341744214296341, -0.13166221976280212, 106.23872375488281], [0.15089964866638184, 2.6536307334899902, -0.36779728531837463, -102.8181381225586], [-0.11112368106842041, 0.3719373643398285, 2.6715893745422363, -82.62708282470703], [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': ['200250.537500', '200250.997500', '200251.457500', '200251.917500', '200252.377500', '200252.837500', '200253.297500', '200253.757500', '200254.217500', '200254.677500', '200255.137500', '200255.597500', '200256.057500', '200256.517500', '200256.977500', '200257.437500', '200257.897500', '200258.357500', '200258.817500', '200259.277500', '200259.737500', '200300.197500', '200300.657500', '200301.117500', '200301.577500', '200302.037500', '200302.497500', '200302.957500', '200303.417500', '200303.877500', '200304.337500', '200304.797500', '200305.257500', '200305.717500', '200306.177500', '200306.637500', '200307.097500', '200307.557500', '200308.017500', '200308.477500', '200308.937500', '200309.397500', '200309.857500', '200310.317500', '200310.777500', '200311.237500', '200311.697500', '200312.157500', '200312.617500', '200313.077500', '200313.537500', '200313.997500', '200314.457500', '200314.917500', '200315.377500', '200315.837500', '200316.297500', '200316.757500', '200317.217500', '200317.677500', '200318.137500', '200318.597500', '200319.057500', '200319.517500', '200319.977500', '200320.437500', '200320.897500', '200321.357500', '200321.817500', '200322.277500', '200322.737500', '200323.197500', '200323.657500', '200324.117500', '200324.577500', '200325.037500', '200325.497500', '200325.957500', '200326.417500', '200326.877500', '200327.337500', '200327.797500', '200328.257500', '200328.717500', '200329.177500', '200329.637500', '200330.097500', '200330.557500', '200331.017500', '200331.477500', '200331.937500', '200332.397500', '200332.857500', '200333.317500', '200333.777500', '200334.237500', '200334.697500', '200335.157500', '200335.617500', '200336.077500', '200336.537500', '200336.997500', '200337.457500', '200337.917500', '200338.377500', '200338.837500', '200339.297500', '200339.757500', '200340.217500', '200340.677500', '200341.137500', '200341.597500', '200342.057500', '200342.517500', '200342.977500', '200343.437500', '200343.897500', '200344.357500', '200344.817500', '200345.277500', '200345.737500', '200346.197500', '200346.657500', '200347.117500', '200347.577500', '200348.037500', '200348.497500', '200348.957500', '200349.417500', '200349.877500', '200350.337500', '200350.797500', '200351.257500', '200351.717500', '200352.177500', '200352.637500', '200353.097500', '200353.557500', '200354.017500', '200354.477500', '200354.937500', '200355.397500', '200355.857500', '200356.317500', '200356.777500', '200357.237500', '200357.697500', '200358.157500', '200358.617500', '200359.077500', '200359.537500', '200359.997500', '200400.457500', '200400.917500', '200401.377500', '200401.837500', '200402.297500', '200402.757500', '200403.217500', '200403.677500', '200404.137500', '200404.597500', '200405.057500', '200405.517500', '200405.977500', '200406.437500', '200406.897500', '200407.357500', '200407.817500', '200408.277500', '200408.737500', '200409.197500', '200409.657500', '200410.117500', '200410.577500', '200411.037500', '200411.497500', '200411.957500', '200412.417500', '200412.877500', '200413.337500', '200413.797500', '200414.257500', '200414.717500', '200415.177500', '200415.637500', '200416.097500', '200416.557500', '200417.017500', '200417.477500', '200417.937500', '200418.397500', '200418.857500', '200419.317500', '200419.777500', '200420.237500', '200420.697500', '200421.157500', '200421.617500', '200422.077500', '200422.537500', '200422.997500', '200423.457500', '200423.917500', '200424.377500', '200424.837500', '200425.297500', '200425.757500', '200426.217500', '200426.677500', '200427.137500', '200427.597500', '200428.057500', '200428.517500', '200428.977500', '200429.437500', '200429.897500', '200430.357500', '200430.817500', '200431.277500', '200431.737500', '200432.197500', '200432.657500', '200433.117500', '200433.577500', '200434.037500', '200434.497500', '200434.957500', '200435.417500', '200435.877500', '200436.337500', '200436.797500', '200437.257500', '200437.717500', '200438.177500', '200438.637500', '200439.097500', '200439.557500', '200440.017500', '200440.477500', '200440.937500', '200441.397500', '200441.857500', '200442.317500', '200442.777500', '200443.237500', '200443.697500', '200444.157500', '200444.617500', '200445.077500', '200445.537500', '200445.997500', '200446.457500', '200446.917500', '200447.377500', '200447.837500', '200448.297500', '200448.757500', '200449.217500', '200449.677500', '200450.137500', '200450.597500', '200451.057500', '200451.517500', '200451.977500', '200452.437500', '200452.897500', '200453.357500', '200453.817500', '200454.277500', '200454.737500', '200455.197500', '200455.657500', '200456.117500', '200456.577500', '200457.037500', '200457.497500', '200457.957500', '200458.417500', '200458.877500', '200459.337500', '200459.797500', '200500.257500', '200500.717500', '200501.177500', '200501.637500', '200502.097500', '200502.557500', '200503.017500', '200503.477500', '200503.937500', '200504.397500', '200504.857500', '200505.317500', '200505.777500', '200506.237500', '200506.697500', '200507.157500', '200507.617500', '200508.077500', '200508.537500', '200508.997500', '200509.457500', '200509.917500', '200510.377500', '200510.837500', '200511.297500', '200511.757500', '200512.217500', '200512.677500', '200513.137500', '200513.597500', '200514.057500', '200514.517500', '200514.977500', '200515.437500', '200515.897500', '200516.357500', '200516.817500', '200517.277500', '200517.737500', '200518.197500', '200518.657500', '200519.117500', '200519.577500', '200520.037500', '200520.497500', '200520.957500', '200521.417500', '200521.877500', '200522.337500', '200522.797500', '200523.257500', '200523.717500', '200524.177500', '200524.637500', '200525.097500', '200525.557500', '200526.017500', '200526.477500', '200526.937500', '200527.397500', '200527.857500', '200528.317500', '200528.777500', '200529.237500', '200529.697500', '200530.157500', '200530.617500', '200531.077500', '200531.537500', '200531.997500', '200532.457500', '200532.917500', '200533.377500', '200533.837500', '200534.297500', '200534.757500', '200535.217500', '200535.677500', '200536.137500', '200536.597500', '200537.057500', '200537.517500', '200537.977500', '200538.437500', '200538.897500', '200539.357500', '200539.817500', '200540.277500', '200540.737500', '200541.197500', '200541.657500', '200542.117500', '200542.577500', '200543.037500', '200543.497500', '200543.957500', '200544.417500', '200544.877500', '200545.337500', '200545.797500', '200546.257500', '200546.717500', '200547.177500', '200547.637500', '200548.097500', '200548.557500', '200549.017500', '200549.477500', '200549.937500', '200550.397500', '200550.857500', '200551.317500', '200551.777500', '200552.237500', '200552.697500', '200553.157500', '200553.617500', '200554.077500', '200554.537500', '200554.997500', '200555.457500', '200555.917500', '200556.377500', '200556.837500', '200557.297500', '200557.757500', '200558.217500', '200558.677500', '200559.137500', '200559.597500', '200600.057500', '200600.517500', '200600.977500', '200601.437500', '200601.897500', '200602.357500', '200602.817500', '200603.277500', '200603.737500', '200604.197500', '200604.657500', '200605.117500', '200605.577500', '200606.037500', '200606.497500', '200606.957500', '200607.417500', '200607.877500', '200608.337500', '200608.797500', '200609.257500', '200609.717500', '200610.177500', '200610.637500', '200611.097500', '200611.557500', '200612.017500', '200612.477500', '200612.937500', '200613.397500', '200613.857500', '200614.317500', '200614.777500', '200615.237500', '200615.697500', '200616.157500', '200616.617500', '200617.077500', '200617.537500', '200617.997500', '200618.457500', '200618.917500', '200619.377500', '200619.837500', '200620.297500', '200620.757500', '200621.217500', '200621.677500', '200622.137500', '200622.597500', '200623.057500', '200623.517500', '200623.977500', '200624.437500', '200624.897500', '200625.357500', '200625.817500', '200626.277500', '200626.737500', '200627.197500', '200627.657500', '200628.117500', '200628.577500', '200629.037500', '200629.497500', '200629.957500', '200630.417500', '200630.877500', '200631.337500', '200631.797500', '200632.257500', '200632.717500', '200633.177500', '200633.637500', '200634.097500', '200634.557500', '200635.017500', '200635.477500', '200635.937500', '200636.397500', '200636.857500', '200637.317500', '200637.777500', '200638.237500', '200638.697500', '200639.157500', '200639.617500', '200640.077500', '200640.537500', '200640.997500', '200641.457500', '200641.917500', '200642.377500', '200642.837500', '200643.297500', '200643.757500', '200644.217500', '200644.677500', '200645.137500', '200645.597500', '200646.057500', '200646.517500', '200646.977500', '200647.437500', '200647.897500', '200648.357500', '200648.817500', '200649.277500', '200649.737500', '200650.197500', '200650.657500', '200651.117500', '200651.577500', '200652.037500', '200652.497500', '200652.957500', '200653.417500', '200653.877500', '200654.337500', '200654.797500', '200655.257500', '200655.717500', '200656.177500', '200656.637500', '200657.097500', '200657.557500', '200658.017500', '200658.477500', '200658.937500', '200659.397500', '200659.857500', '200700.317500', '200700.777500', '200701.237500', '200701.697500', '200702.157500', '200702.617500', '200703.077500', '200703.537500', '200703.997500', '200704.457500', '200704.917500', '200705.377500', '200705.837500', '200706.297500', '200706.757500', '200707.217500', '200707.677500', '200708.137500', '200708.597500', '200709.057500', '200709.517500', '200709.977500', '200710.437500', '200710.897500', '200711.357500', '200711.817500', '200712.277500', '200712.737500', '200713.197500', '200713.657500', '200714.117500', '200714.577500', '200715.037500', '200715.497500', '200715.957500', '200716.417500', '200716.877500', '200717.337500', '200717.797500', '200718.257500', '200718.717500', '200719.177500', '200719.637500', '200720.097500', '200720.557500', '200721.017500', '200721.477500', '200721.937500', '200722.397500', '200722.857500', '200723.317500', '200723.777500', '200724.237500', '200724.697500', '200725.157500', '200725.617500', '200726.077500', '200726.537500', '200726.997500', '200727.457500', '200727.917500', '200728.377500', '200728.837500', '200729.297500', '200729.757500', '200730.217500', '200730.677500', '200731.137500', '200731.597500', '200732.057500', '200732.517500', '200732.977500', '200733.437500', '200733.897500', '200734.357500', '200734.817500', '200735.277500', '200735.737500', '200736.197500', '200736.657500', '200737.117500', '200737.577500', '200738.037500', '200738.497500', '200738.957500', '200739.417500', '200739.877500', '200740.337500', '200740.797500', '200741.257500', '200741.717500', '200742.177500', '200742.637500', '200743.097500', '200743.557500', '200744.017500', '200744.477500', '200744.937500', '200745.397500', '200745.857500', '200746.317500', '200746.777500', '200747.237500', '200747.697500', '200748.157500', '200748.617500', '200749.077500', '200749.537500', '200749.997500', '200750.457500', '200750.917500', '200751.377500', '200751.837500', '200752.297500', '200752.757500', '200753.217500', '200753.677500', '200754.137500', '200754.597500', '200755.057500', '200755.517500', '200755.977500', '200756.437500', '200756.897500', '200757.357500', '200757.817500', '200758.277500', '200758.737500', '200759.197500', '200759.657500', '200800.117500', '200800.577500', '200801.037500', '200801.497500', '200801.957500', '200802.417500', '200802.877500', '200803.337500', '200803.797500', '200804.257500', '200804.717500', '200805.177500', '200805.637500', '200806.097500', '200806.557500', '200807.017500', '200807.477500', '200807.937500', '200808.397500', '200808.857500', '200809.317500', '200809.777500', '200810.237500', '200810.697500', '200811.157500', '200811.617500', '200812.077500', '200812.537500', '200812.997500', '200813.457500', '200813.917500', '200814.377500', '200814.837500', '200815.297500', '200815.757500', '200816.217500', '200816.677500', '200817.137500', '200817.597500', '200818.057500', '200818.517500', '200818.977500', '200819.437500', '200819.897500', '200820.357500', '200820.817500', '200821.277500', '200821.737500', '200822.197500', '200822.657500', '200823.117500', '200823.577500', '200824.037500', '200824.497500', '200824.957500', '200825.417500', '200825.877500', '200826.337500', '200826.797500', '200827.257500', '200827.717500', '200828.177500', '200828.637500', '200829.097500', '200829.557500', '200830.017500', '200830.477500', '200830.937500', '200831.397500', '200831.857500', '200832.317500', '200832.777500', '200833.237500', '200833.697500', '200834.157500', '200834.617500', '200835.077500', '200835.537500', '200835.997500', '200836.457500', '200836.917500', '200837.377500', '200837.837500', '200838.297500', '200838.757500', '200839.217500', '200839.677500', '200840.137500', '200840.597500', '200841.057500', '200841.517500', '200841.977500', '200842.437500', '200842.897500', '200843.357500', '200843.817500', '200844.277500', '200844.737500', '200845.197500', '200845.657500', '200846.117500', '200846.577500', '200847.037500', '200847.497500', '200847.957500', '200848.417500', '200848.877500', '200849.337500', '200849.797500', '200850.257500', '200850.717500', '200851.177500', '200851.637500', '200852.097500', '200852.557500', '200853.017500', '200853.477500', '200853.937500', '200854.397500', '200854.857500', '200855.317500', '200855.777500', '200856.237500', '200856.697500', '200857.157500', '200857.617500', '200858.077500', '200858.537500', '200858.997500', '200859.457500', '200859.917500', '200900.377500', '200900.837500', '200901.297500', '200901.757500', '200902.217500', '200902.677500', '200903.137500', '200903.597500', '200904.057500', '200904.517500', '200904.977500', '200905.437500', '200905.897500', '200906.357500', '200906.817500', '200907.277500', '200907.737500', '200908.197500', '200908.657500', '200909.117500', '200909.577500', '200910.037500', '200910.497500', '200910.957500', '200911.417500', '200911.877500', '200912.337500', '200912.797500', '200913.257500', '200913.717500', '200914.177500', '200914.637500', '200915.097500', '200915.557500', '200916.017500', '200916.477500', '200916.937500', '200917.397500', '200917.857500', '200918.317500', '200918.777500', '200919.237500', '200919.697500', '200920.157500', '200920.617500', '200921.077500', '200921.537500', '200921.997500', '200922.457500', '200922.917500', '200923.377500', '200923.837500', '200924.297500', '200924.757500', '200925.217500', '200925.677500', '200926.137500', '200926.597500', '200927.057500', '200927.517500', '200927.977500', '200928.437500', '200928.897500', '200929.357500', '200929.817500', '200930.277500', '200930.737500', '200931.197500'], 'ContentTime': ['200316.771000', '200316.774000', '200316.776000', '200316.779000', '200316.782000', '200316.784000', '200316.787000', '200316.789000', '200316.792000', '200316.807000', '200316.809000', '200316.812000', '200316.814000', '200316.817000', '200316.819000', '200316.822000', '200316.825000', '200316.827000', '200316.830000', '200316.832000', '200316.835000', '200316.837000', '200316.840000', '200316.842000', '200316.845000', '200316.848000', '200316.850000', '200316.853000', '200316.855000', '200316.858000', '200316.861000', '200316.863000', '200316.866000', '200316.868000', '200316.871000', '200316.873000', '200316.876000', '200316.879000', '200316.881000', '200316.884000', '200316.886000', '200316.889000', '200316.892000', '200316.894000', '200316.897000', '200316.899000', '200316.902000', '200316.904000', '200316.907000', '200316.909000', '200316.912000', '200316.915000', '200316.917000', '200316.920000', '200316.923000', '200336.739000', '200336.742000', '200336.745000', '200336.747000', '200336.750000', '200336.752000', '200336.755000', '200336.758000', '200336.760000', '200336.763000', '200336.765000', '200336.768000', '200336.770000', '200336.773000', '200336.776000', '200336.778000', '200336.781000', '200336.783000', '200336.786000', '200336.788000', '200336.791000', '200336.793000', '200336.796000', '200336.799000', '200336.827000', '200336.830000', '200336.832000', '200336.841000', '200336.843000', '200336.846000', '200336.848000', '200336.851000', '200336.853000', '200336.856000', '200336.859000', '200336.861000', '200336.864000', '200336.866000', '200336.869000', '200336.871000', '200336.874000', '200336.876000', '200336.879000', '200336.891000', '200356.739000', '200356.742000', '200356.745000', '200356.747000', '200356.750000', '200356.752000', '200356.755000', '200356.757000', '200356.760000', '200356.762000', '200356.765000', '200356.768000', '200356.770000', '200356.773000', '200356.775000', '200356.778000', '200356.780000', '200356.783000', '200356.786000', '200356.788000', '200356.791000', '200356.793000', '200356.796000', '200356.798000', '200356.801000', '200356.804000', '200356.806000', '200356.809000', '200356.811000', '200356.814000', '200356.816000', '200356.819000', '200356.822000', '200356.824000', '200356.827000', '200356.829000', '200356.832000', '200356.834000', '200356.837000', '200356.839000', '200356.842000', '200356.845000', '200356.847000', '200416.738000', '200416.746000', '200416.748000', '200416.751000', '200416.753000', '200416.756000', '200416.758000', '200416.761000', '200416.764000', '200416.766000', '200416.769000', '200416.771000', '200416.774000', '200416.777000', '200416.779000', '200416.782000', '200416.784000', '200416.787000', '200416.790000', '200416.792000', '200416.795000', '200416.797000', '200416.800000', '200416.802000', '200416.805000', '200416.808000', '200416.810000', '200416.813000', '200416.815000', '200416.818000', '200416.821000', '200416.823000', '200416.826000', '200416.828000', '200416.831000', '200416.833000', '200416.836000', '200416.839000', '200416.841000', '200416.844000', '200416.847000', '200416.849000', '200416.852000', '200416.854000', '200436.739000', '200436.742000', '200436.745000', '200436.747000', '200436.750000', '200436.753000', '200436.755000', '200436.758000', '200436.760000', '200436.763000', '200436.765000', '200436.768000', '200436.771000', '200436.773000', '200436.776000', '200436.778000', '200436.781000', '200436.783000', '200436.786000', '200436.788000', '200436.791000', '200436.794000', '200436.796000', '200436.799000', '200436.801000', '200436.804000', '200436.807000', '200436.809000', '200436.812000', '200436.814000', '200436.817000', '200436.819000', '200436.822000', '200436.825000', '200436.827000', '200436.830000', '200436.832000', '200436.835000', '200436.837000', '200436.840000', '200436.842000', '200436.845000', '200436.847000', '200456.739000', '200456.742000', '200456.745000', '200456.747000', '200456.750000', '200456.753000', '200456.755000', '200456.758000', '200456.760000', '200456.766000', '200456.769000', '200456.772000', '200456.774000', '200456.777000', '200456.780000', '200456.782000', '200456.785000', '200456.788000', '200456.790000', '200456.793000', '200456.795000', '200456.798000', '200456.826000', '200456.828000', '200456.831000', '200456.833000', '200456.836000', '200456.838000', '200456.841000', '200456.843000', '200456.846000', '200456.849000', '200456.851000', '200456.854000', '200456.856000', '200456.859000', '200456.861000', '200456.864000', '200456.866000', '200456.869000', '200456.872000', '200456.874000', '200456.877000', '200456.879000', '200516.740000', '200516.742000', '200516.745000', '200516.748000', '200516.750000', '200516.753000', '200516.755000', '200516.758000', '200516.760000', '200516.763000', '200516.765000', '200516.768000', '200516.771000', '200516.773000', '200516.776000', '200516.778000', '200516.781000', '200516.783000', '200516.786000', '200516.789000', '200516.791000', '200516.794000', '200516.797000', '200516.799000', '200516.821000', '200516.824000', '200516.826000', '200516.829000', '200516.831000', '200516.834000', '200516.837000', '200516.839000', '200516.842000', '200516.844000', '200516.847000', '200516.849000', '200516.852000', '200516.855000', '200516.857000', '200516.860000', '200516.862000', '200516.865000', '200516.867000', '200536.739000', '200536.742000', '200536.745000', '200536.747000', '200536.750000', '200536.753000', '200536.755000', '200536.758000', '200536.760000', '200536.763000', '200536.765000', '200536.768000', '200536.772000', '200536.775000', '200536.777000', '200536.780000', '200536.783000', '200536.785000', '200536.788000', '200536.790000', '200536.793000', '200536.795000', '200536.798000', '200536.818000', '200536.820000', '200536.823000', '200536.826000', '200536.828000', '200536.831000', '200536.834000', '200536.836000', '200536.839000', '200536.841000', '200536.844000', '200536.847000', '200536.849000', '200536.852000', '200536.854000', '200536.857000', '200536.860000', '200536.862000', '200536.865000', '200536.867000', '200536.870000', '200556.740000', '200556.742000', '200556.745000', '200556.747000', '200556.750000', '200556.753000', '200556.755000', '200556.758000', '200556.760000', '200556.763000', '200556.765000', '200556.768000', '200556.771000', '200556.773000', '200556.776000', '200556.778000', '200556.781000', '200556.783000', '200556.786000', '200556.789000', '200556.791000', '200556.794000', '200556.796000', '200556.799000', '200556.852000', '200556.854000', '200556.857000', '200556.859000', '200556.862000', '200556.864000', '200556.867000', '200556.870000', '200556.872000', '200556.875000', '200556.877000', '200556.880000', '200556.882000', '200556.885000', '200556.887000', '200556.890000', '200556.893000', '200556.895000', '200556.898000', '200616.740000', '200616.742000', '200616.745000', '200616.748000', '200616.750000', '200616.753000', '200616.755000', '200616.758000', '200616.761000', '200616.763000', '200616.766000', '200616.768000', '200616.771000', '200616.774000', '200616.782000', '200616.785000', '200616.789000', '200616.792000', '200616.795000', '200616.797000', '200616.862000', '200616.864000', '200616.867000', '200616.870000', '200616.872000', '200616.875000', '200616.877000', '200616.880000', '200616.883000', '200616.885000', '200616.888000', '200616.890000', '200616.893000', '200616.895000', '200616.898000', '200616.901000', '200616.903000', '200616.906000', '200616.908000', '200616.911000', '200616.914000', '200616.916000', '200616.919000', '200636.738000', '200636.741000', '200636.744000', '200636.747000', '200636.749000', '200636.752000', '200636.754000', '200636.757000', '200636.760000', '200636.762000', '200636.765000', '200636.767000', '200636.770000', '200636.773000', '200636.775000', '200636.778000', '200636.780000', '200636.783000', '200636.786000', '200636.788000', '200636.791000', '200636.793000', '200636.796000', '200636.823000', '200636.825000', '200636.828000', '200636.830000', '200636.833000', '200636.835000', '200636.838000', '200636.841000', '200636.843000', '200636.846000', '200636.848000', '200636.851000', '200636.853000', '200636.856000', '200636.858000', '200636.861000', '200636.864000', '200636.866000', '200636.869000', '200636.871000', '200636.874000', '200656.740000', '200656.742000', '200656.745000', '200656.748000', '200656.750000', '200656.753000', '200656.755000', '200656.758000', '200656.761000', '200656.764000', '200656.767000', '200656.770000', '200656.773000', '200656.775000', '200656.778000', '200656.781000', '200656.793000', '200656.796000', '200656.798000', '200656.801000', '200656.846000', '200656.849000', '200656.851000', '200656.854000', '200656.856000', '200656.859000', '200656.862000', '200656.864000', '200656.867000', '200656.870000', '200656.872000', '200656.875000', '200656.877000', '200656.880000', '200656.883000', '200656.885000', '200656.888000', '200656.890000', '200656.893000', '200656.896000', '200656.898000', '200656.901000', '200656.903000', '200716.739000', '200716.742000', '200716.745000', '200716.747000', '200716.750000', '200716.753000', '200716.755000', '200716.758000', '200716.760000', '200716.763000', '200716.765000', '200716.768000', '200716.771000', '200716.773000', '200716.776000', '200716.778000', '200716.781000', '200716.783000', '200716.786000', '200716.789000', '200716.791000', '200716.794000', '200716.796000', '200716.799000', '200716.825000', '200716.828000', '200716.831000', '200716.833000', '200716.836000', '200716.838000', '200716.841000', '200716.843000', '200716.846000', '200716.849000', '200716.851000', '200716.854000', '200716.856000', '200716.859000', '200716.862000', '200716.864000', '200716.867000', '200716.870000', '200716.872000', '200716.875000', '200736.740000', '200736.742000', '200736.745000', '200736.747000', '200736.750000', '200736.753000', '200736.755000', '200736.758000', '200736.760000', '200736.763000', '200736.766000', '200736.768000', '200736.771000', '200736.773000', '200736.776000', '200736.779000', '200736.781000', '200736.784000', '200736.787000', '200736.789000', '200736.792000', '200736.794000', '200736.797000', '200736.849000', '200736.851000', '200736.854000', '200736.856000', '200736.859000', '200736.861000', '200736.864000', '200736.867000', '200736.869000', '200736.872000', '200736.874000', '200736.877000', '200736.880000', '200736.882000', '200736.885000', '200736.887000', '200736.890000', '200736.892000', '200736.895000', '200736.898000', '200736.900000', '200756.740000', '200756.742000', '200756.745000', '200756.748000', '200756.750000', '200756.753000', '200756.755000', '200756.758000', '200756.760000', '200756.763000', '200756.766000', '200756.768000', '200756.771000', '200756.773000', '200756.776000', '200756.778000', '200756.781000', '200756.784000', '200756.786000', '200756.789000', '200756.791000', '200756.794000', '200756.797000', '200756.799000', '200756.802000', '200756.804000', '200756.807000', '200756.810000', '200756.812000', '200756.815000', '200756.817000', '200756.820000', '200756.823000', '200756.825000', '200756.828000', '200756.830000', '200756.833000', '200756.835000', '200756.838000', '200756.841000', '200756.843000', '200756.846000', '200756.849000', '200816.740000', '200816.743000', '200816.745000', '200816.748000', '200816.750000', '200816.753000', '200816.755000', '200816.758000', '200816.761000', '200816.763000', '200816.766000', '200816.768000', '200816.771000', '200816.774000', '200816.776000', '200816.779000', '200816.782000', '200816.784000', '200816.787000', '200816.789000', '200816.792000', '200816.794000', '200816.797000', '200816.800000', '200816.802000', '200816.805000', '200816.808000', '200816.810000', '200816.813000', '200816.816000', '200816.819000', '200816.866000', '200816.869000', '200816.871000', '200816.874000', '200816.876000', '200816.879000', '200816.882000', '200816.884000', '200816.887000', '200816.889000', '200816.892000', '200816.894000', '200836.740000', '200836.742000', '200836.747000', '200836.750000', '200836.752000', '200836.755000', '200836.757000', '200836.760000', '200836.762000', '200836.765000', '200836.767000', '200836.770000', '200836.773000', '200836.775000', '200836.778000', '200836.780000', '200836.783000', '200836.786000', '200836.788000', '200836.791000', '200836.793000', '200836.796000', '200836.799000', '200836.834000', '200836.836000', '200836.839000', '200836.842000', '200836.844000', '200836.847000', '200836.849000', '200836.852000', '200836.854000', '200836.857000', '200836.860000', '200836.862000', '200836.865000', '200836.867000', '200836.870000', '200836.872000', '200836.875000', '200836.878000', '200836.880000', '200836.883000', '200836.885000', '200856.740000', '200856.742000', '200856.745000', '200856.747000', '200856.750000', '200856.753000', '200856.755000', '200856.758000', '200856.760000', '200856.763000', '200856.766000', '200856.768000', '200856.771000', '200856.773000', '200856.776000', '200856.778000', '200856.781000', '200856.784000', '200856.786000', '200856.789000', '200856.791000', '200856.794000', '200856.796000', '200856.823000', '200856.826000', '200856.828000', '200856.831000', '200856.833000', '200856.836000', '200856.839000', '200856.841000', '200856.844000', '200856.847000', '200856.850000', '200856.853000', '200856.856000', '200856.859000', '200856.861000', '200856.864000', '200856.866000', '200856.869000', '200856.872000', '200856.874000', '200916.740000', '200916.742000', '200916.745000', '200916.748000', '200916.750000', '200916.753000', '200916.755000', '200916.758000', '200916.760000', '200916.763000', '200916.766000', '200916.768000', '200916.771000', '200916.773000', '200916.776000', '200916.778000', '200916.781000', '200916.783000', '200916.786000', '200916.789000', '200916.791000', '200916.794000', '200916.796000', '200916.799000', '200916.839000', '200916.841000', '200916.844000', '200916.846000', '200916.849000', '200916.851000', '200916.854000', '200916.857000', '200916.859000', '200916.862000', '200916.865000', '200916.867000', '200916.870000', '200916.872000', '200916.875000', '200916.877000', '200916.880000', '200916.882000', '200916.885000', '200916.888000', '200932.252000', '200932.254000', '200932.257000', '200932.260000', '200932.262000', '200932.265000', '200932.267000', '200932.270000', '200932.273000', '200932.275000', '200932.278000', '200932.281000', '200932.283000', '200932.286000', '200932.288000', '200932.291000', '200932.294000', '200932.296000', '200932.299000', '200932.301000', '200932.304000', '200932.307000', '200932.309000', '200932.312000', '200932.314000', '200932.317000', '200932.320000', '200932.322000', '200932.325000', '200932.327000', '200932.330000', '200932.333000', '200932.335000', '200932.338000'], 'InstanceCreationTime': ['200316.771000', '200316.774000', '200316.776000', '200316.779000', '200316.782000', '200316.784000', '200316.787000', '200316.789000', '200316.792000', '200316.807000', '200316.809000', '200316.812000', '200316.814000', '200316.817000', '200316.819000', '200316.822000', '200316.825000', '200316.827000', '200316.830000', '200316.832000', '200316.835000', '200316.837000', '200316.840000', '200316.842000', '200316.845000', '200316.848000', '200316.850000', '200316.853000', '200316.855000', '200316.858000', '200316.861000', '200316.863000', '200316.866000', '200316.868000', '200316.871000', '200316.873000', '200316.876000', '200316.879000', '200316.881000', '200316.884000', '200316.886000', '200316.889000', '200316.892000', '200316.894000', '200316.897000', '200316.899000', '200316.902000', '200316.904000', '200316.907000', '200316.909000', '200316.912000', '200316.915000', '200316.917000', '200316.920000', '200316.923000', '200336.739000', '200336.742000', '200336.745000', '200336.747000', '200336.750000', '200336.752000', '200336.755000', '200336.758000', '200336.760000', '200336.763000', '200336.765000', '200336.768000', '200336.770000', '200336.773000', '200336.776000', '200336.778000', '200336.781000', '200336.783000', '200336.786000', '200336.788000', '200336.791000', '200336.793000', '200336.796000', '200336.799000', '200336.827000', '200336.830000', '200336.832000', '200336.841000', '200336.843000', '200336.846000', '200336.848000', '200336.851000', '200336.853000', '200336.856000', '200336.859000', '200336.861000', '200336.864000', '200336.866000', '200336.869000', '200336.871000', '200336.874000', '200336.876000', '200336.879000', '200336.891000', '200356.739000', '200356.742000', '200356.745000', '200356.747000', '200356.750000', '200356.752000', '200356.755000', '200356.757000', '200356.760000', '200356.762000', '200356.765000', '200356.768000', '200356.770000', '200356.773000', '200356.775000', '200356.778000', '200356.780000', '200356.783000', '200356.786000', '200356.788000', '200356.791000', '200356.793000', '200356.796000', '200356.798000', '200356.801000', '200356.804000', '200356.806000', '200356.809000', '200356.811000', '200356.814000', '200356.816000', '200356.819000', '200356.822000', '200356.824000', '200356.827000', '200356.829000', '200356.832000', '200356.834000', '200356.837000', '200356.839000', '200356.842000', '200356.845000', '200356.847000', '200416.738000', '200416.746000', '200416.748000', '200416.751000', '200416.753000', '200416.756000', '200416.758000', '200416.761000', '200416.764000', '200416.766000', '200416.769000', '200416.771000', '200416.774000', '200416.777000', '200416.779000', '200416.782000', '200416.784000', '200416.787000', '200416.790000', '200416.792000', '200416.795000', '200416.797000', '200416.800000', '200416.802000', '200416.805000', '200416.808000', '200416.810000', '200416.813000', '200416.815000', '200416.818000', '200416.821000', '200416.823000', '200416.826000', '200416.828000', '200416.831000', '200416.833000', '200416.836000', '200416.839000', '200416.841000', '200416.844000', '200416.847000', '200416.849000', '200416.852000', '200416.854000', '200436.739000', '200436.742000', '200436.745000', '200436.747000', '200436.750000', '200436.753000', '200436.755000', '200436.758000', '200436.760000', '200436.763000', '200436.765000', '200436.768000', '200436.771000', '200436.773000', '200436.776000', '200436.778000', '200436.781000', '200436.783000', '200436.786000', '200436.788000', '200436.791000', '200436.794000', '200436.796000', '200436.799000', '200436.801000', '200436.804000', '200436.807000', '200436.809000', '200436.812000', '200436.814000', '200436.817000', '200436.819000', '200436.822000', '200436.825000', '200436.827000', '200436.830000', '200436.832000', '200436.835000', '200436.837000', '200436.840000', '200436.842000', '200436.845000', '200436.847000', '200456.739000', '200456.742000', '200456.745000', '200456.747000', '200456.750000', '200456.753000', '200456.755000', '200456.758000', '200456.760000', '200456.766000', '200456.769000', '200456.772000', '200456.774000', '200456.777000', '200456.780000', '200456.782000', '200456.785000', '200456.788000', '200456.790000', '200456.793000', '200456.795000', '200456.798000', '200456.826000', '200456.828000', '200456.831000', '200456.833000', '200456.836000', '200456.838000', '200456.841000', '200456.843000', '200456.846000', '200456.849000', '200456.851000', '200456.854000', '200456.856000', '200456.859000', '200456.861000', '200456.864000', '200456.866000', '200456.869000', '200456.872000', '200456.874000', '200456.877000', '200456.879000', '200516.740000', '200516.742000', '200516.745000', '200516.748000', '200516.750000', '200516.753000', '200516.755000', '200516.758000', '200516.760000', '200516.763000', '200516.765000', '200516.768000', '200516.771000', '200516.773000', '200516.776000', '200516.778000', '200516.781000', '200516.783000', '200516.786000', '200516.789000', '200516.791000', '200516.794000', '200516.797000', '200516.799000', '200516.821000', '200516.824000', '200516.826000', '200516.829000', '200516.831000', '200516.834000', '200516.837000', '200516.839000', '200516.842000', '200516.844000', '200516.847000', '200516.849000', '200516.852000', '200516.855000', '200516.857000', '200516.860000', '200516.862000', '200516.865000', '200516.867000', '200536.739000', '200536.742000', '200536.745000', '200536.747000', '200536.750000', '200536.753000', '200536.755000', '200536.758000', '200536.760000', '200536.763000', '200536.765000', '200536.768000', '200536.772000', '200536.775000', '200536.777000', '200536.780000', '200536.783000', '200536.785000', '200536.788000', '200536.790000', '200536.793000', '200536.795000', '200536.798000', '200536.818000', '200536.820000', '200536.823000', '200536.826000', '200536.828000', '200536.831000', '200536.834000', '200536.836000', '200536.839000', '200536.841000', '200536.844000', '200536.847000', '200536.849000', '200536.852000', '200536.854000', '200536.857000', '200536.860000', '200536.862000', '200536.865000', '200536.867000', '200536.870000', '200556.740000', '200556.742000', '200556.745000', '200556.747000', '200556.750000', '200556.753000', '200556.755000', '200556.758000', '200556.760000', '200556.763000', '200556.765000', '200556.768000', '200556.771000', '200556.773000', '200556.776000', '200556.778000', '200556.781000', '200556.783000', '200556.786000', '200556.789000', '200556.791000', '200556.794000', '200556.796000', '200556.799000', '200556.852000', '200556.854000', '200556.857000', '200556.859000', '200556.862000', '200556.864000', '200556.867000', '200556.870000', '200556.872000', '200556.875000', '200556.877000', '200556.880000', '200556.882000', '200556.885000', '200556.887000', '200556.890000', '200556.893000', '200556.895000', '200556.898000', '200616.740000', '200616.742000', '200616.745000', '200616.748000', '200616.750000', '200616.753000', '200616.755000', '200616.758000', '200616.761000', '200616.763000', '200616.766000', '200616.768000', '200616.771000', '200616.774000', '200616.782000', '200616.785000', '200616.789000', '200616.792000', '200616.795000', '200616.797000', '200616.862000', '200616.864000', '200616.867000', '200616.870000', '200616.872000', '200616.875000', '200616.877000', '200616.880000', '200616.883000', '200616.885000', '200616.888000', '200616.890000', '200616.893000', '200616.895000', '200616.898000', '200616.901000', '200616.903000', '200616.906000', '200616.908000', '200616.911000', '200616.914000', '200616.916000', '200616.919000', '200636.738000', '200636.741000', '200636.744000', '200636.747000', '200636.749000', '200636.752000', '200636.754000', '200636.757000', '200636.760000', '200636.762000', '200636.765000', '200636.767000', '200636.770000', '200636.773000', '200636.775000', '200636.778000', '200636.780000', '200636.783000', '200636.786000', '200636.788000', '200636.791000', '200636.793000', '200636.796000', '200636.823000', '200636.825000', '200636.828000', '200636.830000', '200636.833000', '200636.835000', '200636.838000', '200636.841000', '200636.843000', '200636.846000', '200636.848000', '200636.851000', '200636.853000', '200636.856000', '200636.858000', '200636.861000', '200636.864000', '200636.866000', '200636.869000', '200636.871000', '200636.874000', '200656.740000', '200656.742000', '200656.745000', '200656.748000', '200656.750000', '200656.753000', '200656.755000', '200656.758000', '200656.761000', '200656.764000', '200656.767000', '200656.770000', '200656.773000', '200656.775000', '200656.778000', '200656.781000', '200656.793000', '200656.796000', '200656.798000', '200656.801000', '200656.846000', '200656.849000', '200656.851000', '200656.854000', '200656.856000', '200656.859000', '200656.862000', '200656.864000', '200656.867000', '200656.870000', '200656.872000', '200656.875000', '200656.877000', '200656.880000', '200656.883000', '200656.885000', '200656.888000', '200656.890000', '200656.893000', '200656.896000', '200656.898000', '200656.901000', '200656.903000', '200716.739000', '200716.742000', '200716.745000', '200716.747000', '200716.750000', '200716.753000', '200716.755000', '200716.758000', '200716.760000', '200716.763000', '200716.765000', '200716.768000', '200716.771000', '200716.773000', '200716.776000', '200716.778000', '200716.781000', '200716.783000', '200716.786000', '200716.789000', '200716.791000', '200716.794000', '200716.796000', '200716.799000', '200716.825000', '200716.828000', '200716.831000', '200716.833000', '200716.836000', '200716.838000', '200716.841000', '200716.843000', '200716.846000', '200716.849000', '200716.851000', '200716.854000', '200716.856000', '200716.859000', '200716.862000', '200716.864000', '200716.867000', '200716.870000', '200716.872000', '200716.875000', '200736.740000', '200736.742000', '200736.745000', '200736.747000', '200736.750000', '200736.753000', '200736.755000', '200736.758000', '200736.760000', '200736.763000', '200736.766000', '200736.768000', '200736.771000', '200736.773000', '200736.776000', '200736.779000', '200736.781000', '200736.784000', '200736.787000', '200736.789000', '200736.792000', '200736.794000', '200736.797000', '200736.849000', '200736.851000', '200736.854000', '200736.856000', '200736.859000', '200736.861000', '200736.864000', '200736.867000', '200736.869000', '200736.872000', '200736.874000', '200736.877000', '200736.880000', '200736.882000', '200736.885000', '200736.887000', '200736.890000', '200736.892000', '200736.895000', '200736.898000', '200736.900000', '200756.740000', '200756.742000', '200756.745000', '200756.748000', '200756.750000', '200756.753000', '200756.755000', '200756.758000', '200756.760000', '200756.763000', '200756.766000', '200756.768000', '200756.771000', '200756.773000', '200756.776000', '200756.778000', '200756.781000', '200756.784000', '200756.786000', '200756.789000', '200756.791000', '200756.794000', '200756.797000', '200756.799000', '200756.802000', '200756.804000', '200756.807000', '200756.810000', '200756.812000', '200756.815000', '200756.817000', '200756.820000', '200756.823000', '200756.825000', '200756.828000', '200756.830000', '200756.833000', '200756.835000', '200756.838000', '200756.841000', '200756.843000', '200756.846000', '200756.849000', '200816.740000', '200816.743000', '200816.745000', '200816.748000', '200816.750000', '200816.753000', '200816.755000', '200816.758000', '200816.761000', '200816.763000', '200816.766000', '200816.768000', '200816.771000', '200816.774000', '200816.776000', '200816.779000', '200816.782000', '200816.784000', '200816.787000', '200816.789000', '200816.792000', '200816.794000', '200816.797000', '200816.800000', '200816.802000', '200816.805000', '200816.808000', '200816.810000', '200816.813000', '200816.816000', '200816.819000', '200816.866000', '200816.869000', '200816.871000', '200816.874000', '200816.876000', '200816.879000', '200816.882000', '200816.884000', '200816.887000', '200816.889000', '200816.892000', '200816.894000', '200836.740000', '200836.742000', '200836.747000', '200836.750000', '200836.752000', '200836.755000', '200836.757000', '200836.760000', '200836.762000', '200836.765000', '200836.767000', '200836.770000', '200836.773000', '200836.775000', '200836.778000', '200836.780000', '200836.783000', '200836.786000', '200836.788000', '200836.791000', '200836.793000', '200836.796000', '200836.799000', '200836.834000', '200836.836000', '200836.839000', '200836.842000', '200836.844000', '200836.847000', '200836.849000', '200836.852000', '200836.854000', '200836.857000', '200836.860000', '200836.862000', '200836.865000', '200836.867000', '200836.870000', '200836.872000', '200836.875000', '200836.878000', '200836.880000', '200836.883000', '200836.885000', '200856.740000', '200856.742000', '200856.745000', '200856.747000', '200856.750000', '200856.753000', '200856.755000', '200856.758000', '200856.760000', '200856.763000', '200856.766000', '200856.768000', '200856.771000', '200856.773000', '200856.776000', '200856.778000', '200856.781000', '200856.784000', '200856.786000', '200856.789000', '200856.791000', '200856.794000', '200856.796000', '200856.823000', '200856.826000', '200856.828000', '200856.831000', '200856.833000', '200856.836000', '200856.839000', '200856.841000', '200856.844000', '200856.847000', '200856.850000', '200856.853000', '200856.856000', '200856.859000', '200856.861000', '200856.864000', '200856.866000', '200856.869000', '200856.872000', '200856.874000', '200916.740000', '200916.742000', '200916.745000', '200916.748000', '200916.750000', '200916.753000', '200916.755000', '200916.758000', '200916.760000', '200916.763000', '200916.766000', '200916.768000', '200916.771000', '200916.773000', '200916.776000', '200916.778000', '200916.781000', '200916.783000', '200916.786000', '200916.789000', '200916.791000', '200916.794000', '200916.796000', '200916.799000', '200916.839000', '200916.841000', '200916.844000', '200916.846000', '200916.849000', '200916.851000', '200916.854000', '200916.857000', '200916.859000', '200916.862000', '200916.865000', '200916.867000', '200916.870000', '200916.872000', '200916.875000', '200916.877000', '200916.880000', '200916.882000', '200916.885000', '200916.888000', '200932.252000', '200932.254000', '200932.257000', '200932.260000', '200932.262000', '200932.265000', '200932.267000', '200932.270000', '200932.273000', '200932.275000', '200932.278000', '200932.281000', '200932.283000', '200932.286000', '200932.288000', '200932.291000', '200932.294000', '200932.296000', '200932.299000', '200932.301000', '200932.304000', '200932.307000', '200932.309000', '200932.312000', '200932.314000', '200932.317000', '200932.320000', '200932.322000', '200932.325000', '200932.327000', '200932.330000', '200932.333000', '200932.335000', '200932.338000'], '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': [11270, 10565, 11652, 8291, 10527, 8103, 10018, 8061, 10416, 8131, 11359, 8117, 8488, 8494, 7899, 7988, 9194, 8189, 7797, 8285, 7772, 9669, 8088, 11422, 8487, 10817, 8181, 11507, 7891, 11208, 8364, 9224, 8775, 8139, 9475, 8198, 9725, 7993, 10110, 8182, 12128, 11078, 8244, 15983, 7841, 11195, 8149, 9231, 8428, 7970, 8630, 7919, 10576, 8882, 8296, 8087, 8677, 8010, 9317, 9113, 10126, 8780, 10856, 8201, 10272, 8337, 9561, 9155, 10989, 8604, 11074, 8781, 12380, 10357, 8247, 8206, 8645, 8312, 8467, 9505, 15730, 12812, 17602, 10541, 15070, 10083, 12761, 10287, 11318, 8178, 7813, 8419, 7838, 10913, 8188, 10655, 8189, 9547, 8328, 7523, 8645, 7647, 11308, 9474, 10181, 8154, 8299, 8180, 7609, 10500, 8461, 10073, 8223, 8229, 8234, 7728, 11810, 7887, 10906, 8364, 9882, 8994, 10027, 8799, 10421, 10009, 12723, 8920, 8946, 9104, 9123, 9263, 11067, 11373, 11976, 10952, 8533, 15094, 8864, 13166, 8977, 12108, 9419, 12173, 9042, 9605, 9256, 8668, 12677, 11022, 14468, 12396, 8228, 11215, 7957, 7772, 7842, 8139, 8916, 8659, 8110, 12397, 9496, 12576, 11472, 14225, 12074, 16672, 13708, 18247, 13523, 17794, 12329, 17457, 17752, 15081, 14511, 9286, 9784, 8124, 8616, 7936, 9106, 7801, 9452, 7811, 8445, 8202, 8029, 7970, 7633, 10884, 8123, 10635, 7439, 10767, 7659, 10273, 7859, 9825, 7792, 11443, 7446, 8917, 7986, 8069, 11494, 8057, 14165, 10537, 15622, 8955, 12480, 7669, 11352, 8090, 10846, 9105, 11032, 7610, 10243, 7625, 9946, 7994, 10859, 7815, 10530, 7765, 9820, 7746, 10002, 7593, 10614, 7726, 11132, 8490, 10538, 8767, 7649, 8246, 8024, 8153, 7724, 7517, 9651, 7583, 10212, 8027, 9547, 7985, 7906, 7816, 7705, 8118, 7719, 9645, 7661, 12523, 9654, 7547, 7881, 7777, 10897, 8665, 12011, 9047, 11884, 7537, 9630, 7394, 10019, 8955, 11717, 7563, 8138, 7433, 8026, 9203, 7595, 10390, 7829, 7506, 7833, 7401, 8246, 9358, 11421, 8364, 10444, 7361, 8090, 7735, 9034, 12128, 12419, 14294, 10361, 13283, 7954, 12350, 7725, 11542, 10517, 11700, 8480, 11589, 7971, 11253, 9469, 11364, 9392, 10775, 7546, 10592, 7831, 11013, 8095, 10330, 7559, 8427, 7482, 8314, 7575, 8217, 10954, 7632, 9886, 8145, 7528, 8421, 7436, 11895, 8931, 10455, 7762, 9024, 8343, 11981, 9758, 13453, 8160, 12075, 7725, 11322, 9472, 10728, 7819, 9834, 7459, 8260, 7468, 7992, 11074, 8179, 11484, 8088, 12089, 7789, 11574, 7949, 11045, 9730, 11099, 7516, 11120, 7554, 10696, 9543, 11525, 8246, 11228, 8036, 10692, 9634, 11448, 9768, 11128, 7976, 10875, 8669, 11041, 9769, 12980, 8428, 11602, 7950, 11115, 9450, 11631, 9965, 11137, 8048, 11100, 7640, 10664, 8971, 11733, 8720, 10516, 7676, 10610, 8253, 10771, 8985, 10700, 7458, 9339, 7678, 10244, 7854, 10182, 7507, 8479, 7941, 8327, 7822, 10707, 7512, 8952, 7481, 8734, 7682, 8938, 7567, 8086, 10879, 8337, 12052, 8246, 13491, 8231, 12588, 8086, 10362, 10759, 8435, 9062, 8068, 7782, 8279, 7702, 9361, 10804, 9466, 10712, 8046, 11578, 7473, 10422, 8792, 10139, 7679, 9271, 7440, 8551, 7661, 9873, 7576, 8464, 7819, 8944, 8967, 9337, 8526, 7384, 8527, 7023, 8688, 8268, 8412, 7418, 9879, 7965, 10428, 12688, 11923, 17467, 14661, 18741, 16853, 18727, 12725, 15880, 9867, 9528, 14930, 8962, 12514, 8307, 10606, 8270, 8550, 8145, 8325, 10207, 7629, 10216, 8073, 9499, 8287, 9700, 8325, 9986, 7946, 9584, 8035, 8599, 7897, 8692, 8094, 8771, 7991, 8502, 7856, 8358, 9167, 8370, 9813, 8011, 10901, 8552, 9727, 8394, 10059, 8556, 7915, 9146, 7956, 13692, 8335, 12759, 8411, 11998, 11238, 16228, 11935, 14330, 8046, 9753, 7687, 8994, 7400, 9200, 7474, 8628, 7751, 8535, 7608, 8357, 7829, 8472, 7471, 8684, 7461, 8508, 7292, 8620, 9970, 9095, 8914, 8383, 8068, 8608, 8161, 8440, 11226, 8512, 10966, 8611, 9102, 8324, 10605, 9197, 12503, 9157, 10967, 8298, 10243, 8233, 9604, 8847, 9660, 8185, 9079, 7749, 9036, 7794, 9291, 7466, 8946, 7514, 8769, 8072, 7517, 8288, 8297, 12278, 12529, 16637, 7888, 7303, 8332, 7603, 8765, 9691, 8786, 11924, 8807, 9610, 8709, 8147, 7553, 7753, 8600, 7585, 8553, 7441, 9747, 8259, 13325, 11145, 15910, 13033, 18417, 14918, 17774, 13287, 12178, 9659, 11197, 8568, 13106, 10196, 9180, 8595, 8662, 8249, 9254, 8485, 9782, 8115, 10857, 7988, 10906, 8056, 10576, 9873, 10958, 8760, 10388, 7692, 9115, 7611, 8690, 8283, 7903, 9234, 8577, 8134, 8627, 7459, 10201, 8004, 14446, 9708, 10134, 8671, 9773, 8498, 13790, 10730, 16853, 10957, 13978, 8193, 10789, 7896, 9246, 7689, 10177, 7601, 8546, 7858, 8677, 7968, 8629, 8153, 8420, 7353, 8444, 7500, 8559, 8884, 8508, 9508, 9087, 7781, 8454, 7677, 8846, 8911, 10505, 9830, 8558, 11593, 8433, 15727, 9278, 17023, 12958, 16359, 9382, 12871, 8042, 9723, 7732, 9110, 7874, 8850, 8268, 8429, 8559, 8653, 8709, 8191, 10061, 7321, 10117, 7785, 9332, 7929, 10803, 8240, 13990, 7659, 8755, 7880, 8754, 7911, 9197, 7852, 8464, 7716, 8623, 8688, 8187, 10218, 9423, 11643, 10280, 11348, 8103, 10254, 8308, 9273, 8502, 12819, 14030, 10875, 8330, 7613, 7708, 8152, 9507, 9981, 11578, 10505, 12177, 9696, 12367, 9358, 8888, 15566, 9940, 14888, 8576, 13763, 11089, 17754, 13290, 18197, 9565, 12870, 8354, 9531, 8237, 9701, 7515, 8772, 7688, 7906, 8381, 7459, 8410, 9710, 8592, 9948, 8942, 8267, 8803, 7770, 9223, 9067, 9277, 10298, 11993, 14776, 14507, 14160, 15962, 7785, 8962, 8058, 9022, 8219, 9598, 9377, 9788, 8653, 9150, 8524, 7511, 7925, 7673, 8957, 8414, 8753, 8316, 7599, 8806, 8014, 9844, 9386, 13203, 10593, 12447, 8211, 11430, 7943, 10547, 7732, 12080, 7496, 8391, 7822, 8409, 10006, 8443, 10346, 8681, 10468, 9158, 10348, 7899, 9908, 7780, 9201, 8077, 8426, 12718, 8613, 12724, 8335, 10887, 7607, 9713, 7946, 10351, 8146, 8892, 7882, 8781], 'WindowCenter': [4225.0, 4210.0, 4193.0, 4149.0, 4177.0, 4135.0, 4153.0, 4133.0, 4163.0, 4122.0, 4162.0, 4131.0, 4131.0, 4130.0, 4120.0, 4120.0, 4142.0, 4130.0, 4120.0, 4130.0, 4121.0, 4151.0, 4131.0, 4172.0, 4143.0, 4162.0, 4132.0, 4172.0, 4133.0, 4172.0, 4144.0, 4153.0, 4144.0, 4144.0, 4165.0, 4145.0, 4164.0, 4134.0, 4165.0, 4134.0, 4186.0, 4173.0, 4132.0, 4203.0, 4131.0, 4162.0, 4120.0, 4143.0, 4131.0, 4132.0, 4130.0, 4131.0, 4161.0, 4141.0, 4130.0, 4131.0, 4140.0, 4131.0, 4153.0, 4156.0, 4164.0, 4155.0, 4174.0, 4144.0, 4164.0, 4144.0, 4167.0, 4166.0, 4174.0, 4156.0, 4186.0, 4157.0, 4186.0, 4177.0, 4143.0, 4144.0, 4143.0, 4143.0, 4133.0, 4155.0, 4205.0, 4186.0, 4204.0, 4163.0, 4191.0, 4150.0, 4171.0, 4150.0, 4160.0, 4129.0, 4108.0, 4118.0, 4119.0, 4159.0, 4129.0, 4150.0, 4130.0, 4139.0, 4129.0, 4119.0, 4128.0, 4119.0, 4159.0, 4140.0, 4149.0, 4118.0, 4118.0, 4117.0, 4108.0, 4148.0, 4118.0, 4138.0, 4118.0, 4129.0, 4118.0, 4120.0, 4169.0, 4130.0, 4172.0, 4144.0, 4177.0, 4155.0, 4164.0, 4143.0, 4175.0, 4162.0, 4184.0, 4142.0, 4140.0, 4152.0, 4151.0, 4153.0, 4186.0, 4186.0, 4187.0, 4175.0, 4154.0, 4205.0, 4153.0, 4192.0, 4153.0, 4183.0, 4154.0, 4183.0, 4142.0, 4153.0, 4151.0, 4142.0, 4182.0, 4162.0, 4204.0, 4184.0, 4145.0, 4184.0, 4142.0, 4130.0, 4156.0, 4145.0, 4155.0, 4167.0, 4160.0, 4208.0, 4180.0, 4199.0, 4188.0, 4207.0, 4186.0, 4205.0, 4183.0, 4203.0, 4169.0, 4189.0, 4146.0, 4178.0, 4175.0, 4165.0, 4153.0, 4112.0, 4121.0, 4091.0, 4101.0, 4103.0, 4114.0, 4105.0, 4126.0, 4107.0, 4118.0, 4116.0, 4117.0, 4116.0, 4107.0, 4159.0, 4130.0, 4160.0, 4110.0, 4160.0, 4121.0, 4161.0, 4131.0, 4151.0, 4121.0, 4173.0, 4110.0, 4141.0, 4120.0, 4120.0, 4160.0, 4131.0, 4182.0, 4162.0, 4192.0, 4140.0, 4170.0, 4119.0, 4160.0, 4120.0, 4160.0, 4141.0, 4160.0, 4120.0, 4149.0, 4120.0, 4151.0, 4131.0, 4161.0, 4120.0, 4159.0, 4120.0, 4150.0, 4121.0, 4151.0, 4121.0, 4161.0, 4121.0, 4172.0, 4144.0, 4162.0, 4142.0, 4120.0, 4131.0, 4120.0, 4120.0, 4120.0, 4121.0, 4152.0, 4121.0, 4161.0, 4132.0, 4151.0, 4131.0, 4130.0, 4120.0, 4119.0, 4130.0, 4131.0, 4163.0, 4135.0, 4197.0, 4178.0, 4135.0, 4145.0, 4135.0, 4175.0, 4156.0, 4186.0, 4155.0, 4184.0, 4134.0, 4153.0, 4123.0, 4164.0, 4154.0, 4186.0, 4133.0, 4143.0, 4122.0, 4133.0, 4154.0, 4134.0, 4175.0, 4134.0, 4133.0, 4134.0, 4133.0, 4144.0, 4165.0, 4187.0, 4145.0, 4176.0, 4125.0, 4133.0, 4121.0, 4142.0, 4182.0, 4184.0, 4193.0, 4151.0, 4182.0, 4120.0, 4170.0, 4119.0, 4159.0, 4162.0, 4170.0, 4129.0, 4159.0, 4119.0, 4159.0, 4150.0, 4159.0, 4140.0, 4159.0, 4119.0, 4148.0, 4119.0, 4159.0, 4120.0, 4149.0, 4119.0, 4129.0, 4109.0, 4129.0, 4118.0, 4130.0, 4160.0, 4120.0, 4150.0, 4130.0, 4120.0, 4131.0, 4122.0, 4185.0, 4156.0, 4174.0, 4134.0, 4153.0, 4145.0, 4185.0, 4166.0, 4194.0, 4143.0, 4183.0, 4121.0, 4172.0, 4152.0, 4162.0, 4121.0, 4151.0, 4120.0, 4131.0, 4118.0, 4131.0, 4172.0, 4142.0, 4172.0, 4133.0, 4182.0, 4120.0, 4171.0, 4132.0, 4172.0, 4153.0, 4172.0, 4121.0, 4172.0, 4123.0, 4162.0, 4166.0, 4172.0, 4143.0, 4172.0, 4132.0, 4162.0, 4153.0, 4173.0, 4163.0, 4172.0, 4131.0, 4160.0, 4142.0, 4161.0, 4153.0, 4181.0, 4131.0, 4159.0, 4120.0, 4160.0, 4151.0, 4160.0, 4151.0, 4160.0, 4120.0, 4159.0, 4120.0, 4160.0, 4141.0, 4171.0, 4130.0, 4160.0, 4120.0, 4159.0, 4130.0, 4160.0, 4140.0, 4149.0, 4109.0, 4138.0, 4119.0, 4150.0, 4119.0, 4149.0, 4108.0, 4128.0, 4118.0, 4129.0, 4118.0, 4161.0, 4108.0, 4139.0, 4109.0, 4129.0, 4119.0, 4140.0, 4119.0, 4130.0, 4161.0, 4130.0, 4170.0, 4130.0, 4181.0, 4130.0, 4170.0, 4119.0, 4161.0, 4173.0, 4145.0, 4142.0, 4131.0, 4131.0, 4142.0, 4121.0, 4153.0, 4173.0, 4153.0, 4162.0, 4131.0, 4171.0, 4120.0, 4160.0, 4141.0, 4150.0, 4120.0, 4139.0, 4109.0, 4129.0, 4120.0, 4151.0, 4120.0, 4130.0, 4131.0, 4153.0, 4166.0, 4178.0, 4155.0, 4130.0, 4153.0, 4137.0, 4156.0, 4143.0, 4158.0, 4148.0, 4178.0, 4146.0, 4178.0, 4197.0, 4188.0, 4218.0, 4196.0, 4215.0, 4193.0, 4191.0, 4147.0, 4167.0, 4111.0, 4100.0, 4151.0, 4099.0, 4129.0, 4090.0, 4120.0, 4089.0, 4098.0, 4089.0, 4100.0, 4122.0, 4093.0, 4136.0, 4105.0, 4126.0, 4117.0, 4136.0, 4117.0, 4137.0, 4107.0, 4127.0, 4107.0, 4116.0, 4117.0, 4116.0, 4117.0, 4129.0, 4118.0, 4129.0, 4118.0, 4119.0, 4139.0, 4130.0, 4149.0, 4120.0, 4161.0, 4130.0, 4140.0, 4131.0, 4151.0, 4142.0, 4131.0, 4153.0, 4133.0, 4193.0, 4132.0, 4182.0, 4131.0, 4171.0, 4174.0, 4204.0, 4172.0, 4191.0, 4120.0, 4139.0, 4119.0, 4139.0, 4109.0, 4140.0, 4110.0, 4130.0, 4120.0, 4140.0, 4119.0, 4131.0, 4120.0, 4132.0, 4122.0, 4142.0, 4121.0, 4142.0, 4121.0, 4142.0, 4152.0, 4154.0, 4142.0, 4132.0, 4131.0, 4141.0, 4130.0, 4131.0, 4162.0, 4131.0, 4161.0, 4130.0, 4139.0, 4130.0, 4160.0, 4141.0, 4171.0, 4141.0, 4160.0, 4130.0, 4149.0, 4130.0, 4150.0, 4141.0, 4151.0, 4130.0, 4139.0, 4120.0, 4140.0, 4120.0, 4140.0, 4109.0, 4141.0, 4120.0, 4140.0, 4132.0, 4120.0, 4142.0, 4144.0, 4209.0, 4209.0, 4228.0, 4133.0, 4121.0, 4144.0, 4131.0, 4143.0, 4153.0, 4142.0, 4199.0, 4181.0, 4178.0, 4155.0, 4143.0, 4132.0, 4145.0, 4154.0, 4134.0, 4157.0, 4136.0, 4178.0, 4158.0, 4207.0, 4188.0, 4216.0, 4196.0, 4215.0, 4207.0, 4215.0, 4181.0, 4159.0, 4140.0, 4158.0, 4129.0, 4169.0, 4150.0, 4138.0, 4129.0, 4127.0, 4129.0, 4139.0, 4141.0, 4150.0, 4131.0, 4160.0, 4131.0, 4161.0, 4132.0, 4162.0, 4153.0, 4161.0, 4131.0, 4150.0, 4120.0, 4140.0, 4108.0, 4130.0, 4129.0, 4118.0, 4139.0, 4129.0, 4118.0, 4129.0, 4109.0, 4161.0, 4131.0, 4205.0, 4153.0, 4162.0, 4141.0, 4150.0, 4141.0, 4192.0, 4162.0, 4203.0, 4161.0, 4180.0, 4129.0, 4158.0, 4118.0, 4138.0, 4119.0, 4150.0, 4119.0, 4129.0, 4119.0, 4129.0, 4119.0, 4140.0, 4119.0, 4130.0, 4109.0, 4130.0, 4120.0, 4141.0, 4141.0, 4141.0, 4152.0, 4142.0, 4120.0, 4131.0, 4121.0, 4142.0, 4141.0, 4163.0, 4151.0, 4140.0, 4170.0, 4129.0, 4191.0, 4139.0, 4200.0, 4181.0, 4189.0, 4138.0, 4168.0, 4118.0, 4137.0, 4106.0, 4127.0, 4118.0, 4138.0, 4130.0, 4129.0, 4140.0, 4140.0, 4143.0, 4142.0, 4163.0, 4121.0, 4161.0, 4120.0, 4140.0, 4131.0, 4161.0, 4143.0, 4192.0, 4121.0, 4140.0, 4119.0, 4139.0, 4129.0, 4151.0, 4130.0, 4130.0, 4120.0, 4143.0, 4139.0, 4131.0, 4161.0, 4151.0, 4171.0, 4162.0, 4171.0, 4130.0, 4149.0, 4129.0, 4150.0, 4167.0, 4196.0, 4208.0, 4173.0, 4142.0, 4121.0, 4120.0, 4132.0, 4152.0, 4164.0, 4173.0, 4175.0, 4183.0, 4153.0, 4182.0, 4141.0, 4139.0, 4191.0, 4149.0, 4190.0, 4129.0, 4179.0, 4160.0, 4201.0, 4181.0, 4200.0, 4138.0, 4166.0, 4115.0, 4125.0, 4116.0, 4136.0, 4096.0, 4126.0, 4106.0, 4117.0, 4128.0, 4107.0, 4129.0, 4139.0, 4131.0, 4151.0, 4142.0, 4131.0, 4141.0, 4119.0, 4139.0, 4130.0, 4141.0, 4149.0, 4172.0, 4192.0, 4181.0, 4180.0, 4190.0, 4106.0, 4125.0, 4116.0, 4125.0, 4127.0, 4138.0, 4140.0, 4149.0, 4140.0, 4138.0, 4129.0, 4107.0, 4118.0, 4107.0, 4138.0, 4131.0, 4142.0, 4142.0, 4132.0, 4142.0, 4133.0, 4163.0, 4154.0, 4184.0, 4163.0, 4172.0, 4131.0, 4160.0, 4120.0, 4160.0, 4119.0, 4170.0, 4108.0, 4118.0, 4107.0, 4129.0, 4148.0, 4129.0, 4149.0, 4130.0, 4159.0, 4141.0, 4149.0, 4130.0, 4149.0, 4119.0, 4151.0, 4131.0, 4131.0, 4181.0, 4130.0, 4181.0, 4130.0, 4160.0, 4120.0, 4150.0, 4131.0, 4150.0, 4132.0, 4141.0, 4133.0, 4143.0], 'WindowWidth': [9374.0, 9342.0, 9304.0, 9239.0, 9267.0, 9211.0, 9229.0, 9203.0, 9240.0, 9186.0, 9237.0, 9196.0, 9194.0, 9191.0, 9178.0, 9178.0, 9209.0, 9191.0, 9178.0, 9192.0, 9181.0, 9220.0, 9196.0, 9251.0, 9214.0, 9238.0, 9198.0, 9250.0, 9202.0, 9250.0, 9217.0, 9229.0, 9218.0, 9218.0, 9246.0, 9221.0, 9243.0, 9205.0, 9246.0, 9203.0, 9278.0, 9254.0, 9198.0, 9298.0, 9196.0, 9237.0, 9181.0, 9212.0, 9196.0, 9196.0, 9193.0, 9196.0, 9234.0, 9210.0, 9193.0, 9196.0, 9208.0, 9197.0, 9229.0, 9240.0, 9245.0, 9236.0, 9259.0, 9218.0, 9245.0, 9220.0, 9255.0, 9251.0, 9257.0, 9237.0, 9278.0, 9242.0, 9278.0, 9268.0, 9216.0, 9217.0, 9216.0, 9214.0, 9200.0, 9231.0, 9301.0, 9276.0, 9299.0, 9238.0, 9275.0, 9217.0, 9246.0, 9218.0, 9231.0, 9188.0, 9160.0, 9172.0, 9175.0, 9229.0, 9190.0, 9216.0, 9190.0, 9202.0, 9188.0, 9175.0, 9186.0, 9175.0, 9227.0, 9204.0, 9213.0, 9173.0, 9173.0, 9170.0, 9159.0, 9210.0, 9172.0, 9199.0, 9173.0, 9188.0, 9173.0, 9178.0, 9243.0, 9193.0, 9251.0, 9220.0, 9271.0, 9239.0, 9246.0, 9216.0, 9259.0, 9237.0, 9270.0, 9211.0, 9204.0, 9226.0, 9224.0, 9230.0, 9279.0, 9277.0, 9281.0, 9263.0, 9233.0, 9303.0, 9229.0, 9279.0, 9229.0, 9266.0, 9232.0, 9268.0, 9213.0, 9227.0, 9224.0, 9211.0, 9265.0, 9241.0, 9300.0, 9273.0, 9225.0, 9278.0, 9218.0, 9203.0, 9245.0, 9225.0, 9237.0, 9256.0, 9252.0, 9313.0, 9278.0, 9301.0, 9284.0, 9306.0, 9275.0, 9300.0, 9266.0, 9294.0, 9239.0, 9269.0, 9202.0, 9250.0, 9243.0, 9227.0, 9208.0, 9151.0, 9162.0, 9124.0, 9136.0, 9143.0, 9159.0, 9150.0, 9178.0, 9154.0, 9172.0, 9169.0, 9169.0, 9166.0, 9157.0, 9228.0, 9191.0, 9232.0, 9168.0, 9232.0, 9182.0, 9233.0, 9197.0, 9223.0, 9182.0, 9255.0, 9166.0, 9207.0, 9178.0, 9179.0, 9232.0, 9195.0, 9264.0, 9238.0, 9278.0, 9206.0, 9247.0, 9178.0, 9230.0, 9179.0, 9231.0, 9210.0, 9231.0, 9180.0, 9216.0, 9180.0, 9220.0, 9197.0, 9233.0, 9180.0, 9228.0, 9180.0, 9218.0, 9183.0, 9222.0, 9184.0, 9235.0, 9185.0, 9251.0, 9218.0, 9238.0, 9213.0, 9180.0, 9195.0, 9180.0, 9180.0, 9178.0, 9183.0, 9228.0, 9183.0, 9236.0, 9200.0, 9224.0, 9195.0, 9194.0, 9180.0, 9179.0, 9195.0, 9198.0, 9243.0, 9211.0, 9295.0, 9271.0, 9210.0, 9223.0, 9210.0, 9262.0, 9238.0, 9276.0, 9236.0, 9272.0, 9206.0, 9229.0, 9189.0, 9244.0, 9232.0, 9279.0, 9203.0, 9216.0, 9189.0, 9204.0, 9232.0, 9207.0, 9262.0, 9206.0, 9205.0, 9207.0, 9204.0, 9221.0, 9247.0, 9280.0, 9221.0, 9262.0, 9194.0, 9202.0, 9184.0, 9212.0, 9265.0, 9272.0, 9280.0, 9221.0, 9266.0, 9181.0, 9244.0, 9177.0, 9230.0, 9237.0, 9245.0, 9191.0, 9228.0, 9177.0, 9229.0, 9220.0, 9230.0, 9206.0, 9229.0, 9177.0, 9212.0, 9178.0, 9229.0, 9180.0, 9214.0, 9178.0, 9189.0, 9164.0, 9191.0, 9175.0, 9194.0, 9232.0, 9179.0, 9219.0, 9194.0, 9182.0, 9197.0, 9188.0, 9274.0, 9238.0, 9260.0, 9206.0, 9230.0, 9221.0, 9274.0, 9250.0, 9286.0, 9214.0, 9267.0, 9184.0, 9250.0, 9225.0, 9236.0, 9184.0, 9220.0, 9182.0, 9195.0, 9177.0, 9197.0, 9251.0, 9213.0, 9252.0, 9202.0, 9267.0, 9182.0, 9249.0, 9200.0, 9249.0, 9230.0, 9250.0, 9185.0, 9250.0, 9189.0, 9238.0, 9250.0, 9252.0, 9215.0, 9252.0, 9200.0, 9238.0, 9230.0, 9254.0, 9242.0, 9250.0, 9197.0, 9233.0, 9211.0, 9233.0, 9227.0, 9261.0, 9195.0, 9230.0, 9179.0, 9231.0, 9221.0, 9233.0, 9224.0, 9231.0, 9179.0, 9229.0, 9179.0, 9230.0, 9209.0, 9247.0, 9194.0, 9232.0, 9180.0, 9229.0, 9192.0, 9231.0, 9206.0, 9215.0, 9163.0, 9200.0, 9177.0, 9217.0, 9175.0, 9214.0, 9162.0, 9187.0, 9173.0, 9188.0, 9174.0, 9233.0, 9161.0, 9203.0, 9164.0, 9190.0, 9179.0, 9206.0, 9178.0, 9194.0, 9235.0, 9192.0, 9246.0, 9191.0, 9263.0, 9193.0, 9246.0, 9178.0, 9237.0, 9255.0, 9223.0, 9213.0, 9200.0, 9199.0, 9213.0, 9184.0, 9228.0, 9255.0, 9229.0, 9238.0, 9197.0, 9249.0, 9181.0, 9233.0, 9210.0, 9217.0, 9179.0, 9202.0, 9163.0, 9190.0, 9179.0, 9223.0, 9181.0, 9194.0, 9200.0, 9233.0, 9257.0, 9277.0, 9239.0, 9201.0, 9234.0, 9219.0, 9238.0, 9217.0, 9246.0, 9235.0, 9271.0, 9227.0, 9270.0, 9294.0, 9282.0, 9324.0, 9289.0, 9321.0, 9282.0, 9279.0, 9207.0, 9233.0, 9148.0, 9131.0, 9200.0, 9128.0, 9169.0, 9117.0, 9159.0, 9115.0, 9127.0, 9118.0, 9133.0, 9167.0, 9129.0, 9190.0, 9150.0, 9177.0, 9169.0, 9193.0, 9169.0, 9192.0, 9155.0, 9179.0, 9155.0, 9165.0, 9170.0, 9166.0, 9169.0, 9186.0, 9171.0, 9188.0, 9172.0, 9175.0, 9201.0, 9192.0, 9214.0, 9178.0, 9233.0, 9193.0, 9203.0, 9196.0, 9222.0, 9212.0, 9198.0, 9227.0, 9201.0, 9282.0, 9198.0, 9263.0, 9196.0, 9249.0, 9257.0, 9298.0, 9252.0, 9275.0, 9179.0, 9202.0, 9176.0, 9203.0, 9164.0, 9205.0, 9165.0, 9192.0, 9181.0, 9208.0, 9178.0, 9196.0, 9181.0, 9198.0, 9186.0, 9212.0, 9185.0, 9214.0, 9183.0, 9213.0, 9226.0, 9232.0, 9214.0, 9200.0, 9197.0, 9207.0, 9193.0, 9195.0, 9238.0, 9195.0, 9235.0, 9194.0, 9204.0, 9194.0, 9233.0, 9210.0, 9249.0, 9209.0, 9232.0, 9194.0, 9217.0, 9192.0, 9217.0, 9209.0, 9221.0, 9194.0, 9203.0, 9180.0, 9204.0, 9181.0, 9205.0, 9165.0, 9208.0, 9183.0, 9207.0, 9200.0, 9180.0, 9214.0, 9220.0, 9317.0, 9315.0, 9341.0, 9204.0, 9184.0, 9217.0, 9196.0, 9215.0, 9230.0, 9215.0, 9305.0, 9286.0, 9277.0, 9243.0, 9219.0, 9206.0, 9228.0, 9233.0, 9207.0, 9241.0, 9212.0, 9271.0, 9246.0, 9306.0, 9283.0, 9319.0, 9291.0, 9318.0, 9306.0, 9315.0, 9261.0, 9229.0, 9206.0, 9227.0, 9187.0, 9243.0, 9218.0, 9198.0, 9189.0, 9185.0, 9190.0, 9202.0, 9209.0, 9218.0, 9196.0, 9234.0, 9196.0, 9235.0, 9201.0, 9237.0, 9227.0, 9235.0, 9196.0, 9218.0, 9179.0, 9205.0, 9161.0, 9190.0, 9188.0, 9174.0, 9205.0, 9190.0, 9173.0, 9189.0, 9165.0, 9235.0, 9198.0, 9302.0, 9228.0, 9239.0, 9210.0, 9221.0, 9209.0, 9279.0, 9239.0, 9296.0, 9236.0, 9260.0, 9191.0, 9227.0, 9174.0, 9200.0, 9177.0, 9219.0, 9177.0, 9189.0, 9178.0, 9191.0, 9179.0, 9207.0, 9178.0, 9196.0, 9166.0, 9195.0, 9182.0, 9211.0, 9209.0, 9211.0, 9226.0, 9211.0, 9181.0, 9197.0, 9184.0, 9212.0, 9211.0, 9242.0, 9222.0, 9206.0, 9247.0, 9190.0, 9278.0, 9204.0, 9289.0, 9261.0, 9272.0, 9199.0, 9239.0, 9174.0, 9197.0, 9156.0, 9183.0, 9174.0, 9200.0, 9195.0, 9192.0, 9210.0, 9209.0, 9216.0, 9214.0, 9245.0, 9185.0, 9237.0, 9182.0, 9206.0, 9196.0, 9237.0, 9217.0, 9280.0, 9183.0, 9207.0, 9179.0, 9205.0, 9192.0, 9222.0, 9193.0, 9195.0, 9182.0, 9214.0, 9206.0, 9196.0, 9235.0, 9224.0, 9249.0, 9239.0, 9250.0, 9196.0, 9217.0, 9191.0, 9222.0, 9260.0, 9294.0, 9313.0, 9255.0, 9214.0, 9185.0, 9181.0, 9202.0, 9228.0, 9247.0, 9256.0, 9262.0, 9269.0, 9230.0, 9265.0, 9208.0, 9204.0, 9277.0, 9217.0, 9272.0, 9189.0, 9256.0, 9233.0, 9290.0, 9263.0, 9288.0, 9198.0, 9233.0, 9165.0, 9175.0, 9167.0, 9194.0, 9143.0, 9179.0, 9155.0, 9169.0, 9186.0, 9157.0, 9189.0, 9201.0, 9195.0, 9223.0, 9213.0, 9194.0, 9206.0, 9176.0, 9202.0, 9190.0, 9206.0, 9217.0, 9252.0, 9277.0, 9264.0, 9257.0, 9271.0, 9154.0, 9178.0, 9166.0, 9178.0, 9185.0, 9199.0, 9206.0, 9216.0, 9207.0, 9202.0, 9191.0, 9157.0, 9172.0, 9158.0, 9201.0, 9195.0, 9212.0, 9214.0, 9201.0, 9212.0, 9202.0, 9240.0, 9231.0, 9270.0, 9241.0, 9251.0, 9195.0, 9230.0, 9178.0, 9231.0, 9176.0, 9245.0, 9158.0, 9173.0, 9158.0, 9189.0, 9211.0, 9190.0, 9216.0, 9192.0, 9230.0, 9207.0, 9216.0, 9193.0, 9217.0, 9179.0, 9221.0, 9194.0, 9196.0, 9262.0, 9192.0, 9261.0, 9191.0, 9230.0, 9179.0, 9218.0, 9198.0, 9220.0, 9198.0, 9209.0, 9204.0, 9217.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.0024175028768699657</td></tr>
<tr><td colspan=3>aqi</td><td>0.029584653279631758</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.75779064029956</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1705440574193575</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0220956594354835</td></tr>
<tr><td colspan=3>efc</td><td>0.4981</td></tr>
<tr><td colspan=3>fber</td><td>3234.2463</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08870178572094918</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.25776754890679</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5143059348270236</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.577759393086881</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6010063925326294</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.36415201886156</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106843</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006000094581395388</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019937029108405113</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.891512017579118</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.3577</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.3898</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.8412</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296251.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>930.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.5238</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5971</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.8083</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3317.4783</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3467.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80293.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4380.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>890.9078</td></tr>
<tr><td colspan=3>tsnr</td><td>33.83423716679681</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>