ds005256-mriqc/sub-0128_ses-01_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 212d70bc63 [DATALAD RUNCMD] Compute MRIQC for sub-0128
=== 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-0128 --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-0128",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 16:44:34 +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-0128_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0128_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0128/ses-01/func/sub-0128_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ebc083304165e8fbcb0292a794d207cc</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:10:58.605000</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.998662, -0.027073, 0.0440709, 0.0179548, 0.980541, 0.195492]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-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.084234</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7815, -7248, 321, -167, -33, 118, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ac826b58-6c07-466e-ae3b-c93300bc0170||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.679335832595825, 0.04817129671573639, 0.13096588850021362, 104.93226623535156], [0.0726349875330925, 2.6307196617126465, 0.5249849557876587, -101.50318908691406], [0.11823901534080505, -0.524490237236023, 2.6452295780181885, -46.44853973388672], [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': ['201058.605000', '201059.065000', '201059.525000', '201059.985000', '201100.445000', '201100.905000', '201101.365000', '201101.825000', '201102.285000', '201102.745000', '201103.205000', '201103.665000', '201104.125000', '201104.585000', '201105.045000', '201105.505000', '201105.965000', '201106.425000', '201106.885000', '201107.345000', '201107.805000', '201108.265000', '201108.725000', '201109.185000', '201109.645000', '201110.105000', '201110.565000', '201111.025000', '201111.485000', '201111.945000', '201112.405000', '201112.865000', '201113.325000', '201113.785000', '201114.245000', '201114.705000', '201115.165000', '201115.625000', '201116.085000', '201116.545000', '201117.005000', '201117.465000', '201117.925000', '201118.385000', '201118.845000', '201119.305000', '201119.765000', '201120.225000', '201120.685000', '201121.145000', '201121.605000', '201122.065000', '201122.525000', '201122.985000', '201123.445000', '201123.905000', '201124.365000', '201124.825000', '201125.285000', '201125.745000', '201126.205000', '201126.665000', '201127.125000', '201127.585000', '201128.045000', '201128.505000', '201128.965000', '201129.425000', '201129.885000', '201130.345000', '201130.805000', '201131.265000', '201131.725000', '201132.185000', '201132.645000', '201133.105000', '201133.565000', '201134.025000', '201134.485000', '201134.945000', '201135.405000', '201135.865000', '201136.325000', '201136.785000', '201137.245000', '201137.705000', '201138.165000', '201138.625000', '201139.085000', '201139.545000', '201140.005000', '201140.465000', '201140.925000', '201141.385000', '201141.845000', '201142.305000', '201142.765000', '201143.225000', '201143.685000', '201144.145000', '201144.605000', '201145.065000', '201145.525000', '201145.985000', '201146.445000', '201146.905000', '201147.365000', '201147.825000', '201148.285000', '201148.745000', '201149.205000', '201149.665000', '201150.125000', '201150.585000', '201151.045000', '201151.505000', '201151.965000', '201152.425000', '201152.885000', '201153.345000', '201153.805000', '201154.265000', '201154.725000', '201155.185000', '201155.645000', '201156.105000', '201156.565000', '201157.025000', '201157.485000', '201157.945000', '201158.405000', '201158.865000', '201159.325000', '201159.785000', '201200.245000', '201200.705000', '201201.165000', '201201.625000', '201202.085000', '201202.545000', '201203.005000', '201203.465000', '201203.925000', '201204.385000', '201204.845000', '201205.305000', '201205.765000', '201206.225000', '201206.685000', '201207.145000', '201207.605000', '201208.065000', '201208.525000', '201208.985000', '201209.445000', '201209.905000', '201210.365000', '201210.825000', '201211.285000', '201211.745000', '201212.205000', '201212.665000', '201213.125000', '201213.585000', '201214.045000', '201214.505000', '201214.965000', '201215.425000', '201215.885000', '201216.345000', '201216.805000', '201217.265000', '201217.725000', '201218.185000', '201218.645000', '201219.105000', '201219.565000', '201220.025000', '201220.485000', '201220.945000', '201221.405000', '201221.865000', '201222.325000', '201222.785000', '201223.245000', '201223.705000', '201224.165000', '201224.625000', '201225.085000', '201225.545000', '201226.005000', '201226.465000', '201226.925000', '201227.385000', '201227.845000', '201228.305000', '201228.765000', '201229.225000', '201229.685000', '201230.145000', '201230.605000', '201231.065000', '201231.525000', '201231.985000', '201232.445000', '201232.905000', '201233.365000', '201233.825000', '201234.285000', '201234.745000', '201235.205000', '201235.665000', '201236.125000', '201236.585000', '201237.045000', '201237.505000', '201237.965000', '201238.425000', '201238.885000', '201239.345000', '201239.805000', '201240.265000', '201240.725000', '201241.185000', '201241.645000', '201242.105000', '201242.565000', '201243.025000', '201243.485000', '201243.945000', '201244.405000', '201244.865000', '201245.325000', '201245.785000', '201246.245000', '201246.705000', '201247.165000', '201247.625000', '201248.085000', '201248.545000', '201249.005000', '201249.465000', '201249.925000', '201250.385000', '201250.845000', '201251.305000', '201251.765000', '201252.225000', '201252.685000', '201253.145000', '201253.605000', '201254.065000', '201254.525000', '201254.985000', '201255.445000', '201255.905000', '201256.365000', '201256.825000', '201257.285000', '201257.745000', '201258.205000', '201258.665000', '201259.125000', '201259.585000', '201300.045000', '201300.505000', '201300.965000', '201301.425000', '201301.885000', '201302.345000', '201302.805000', '201303.265000', '201303.725000', '201304.185000', '201304.645000', '201305.105000', '201305.565000', '201306.025000', '201306.485000', '201306.945000', '201307.405000', '201307.865000', '201308.325000', '201308.785000', '201309.245000', '201309.705000', '201310.165000', '201310.625000', '201311.085000', '201311.545000', '201312.005000', '201312.465000', '201312.925000', '201313.385000', '201313.845000', '201314.305000', '201314.765000', '201315.225000', '201315.685000', '201316.145000', '201316.605000', '201317.065000', '201317.525000', '201317.985000', '201318.445000', '201318.905000', '201319.365000', '201319.825000', '201320.285000', '201320.745000', '201321.205000', '201321.665000', '201322.125000', '201322.585000', '201323.045000', '201323.505000', '201323.965000', '201324.425000', '201324.885000', '201325.345000', '201325.805000', '201326.265000', '201326.725000', '201327.185000', '201327.645000', '201328.105000', '201328.565000', '201329.025000', '201329.485000', '201329.945000', '201330.405000', '201330.865000', '201331.325000', '201331.785000', '201332.245000', '201332.705000', '201333.165000', '201333.625000', '201334.085000', '201334.545000', '201335.005000', '201335.465000', '201335.925000', '201336.385000', '201336.845000', '201337.305000', '201337.765000', '201338.225000', '201338.685000', '201339.145000', '201339.605000', '201340.065000', '201340.525000', '201340.985000', '201341.445000', '201341.905000', '201342.365000', '201342.825000', '201343.285000', '201343.745000', '201344.205000', '201344.665000', '201345.125000', '201345.585000', '201346.045000', '201346.505000', '201346.965000', '201347.425000', '201347.885000', '201348.345000', '201348.805000', '201349.265000', '201349.725000', '201350.185000', '201350.645000', '201351.105000', '201351.565000', '201352.025000', '201352.485000', '201352.945000', '201353.405000', '201353.865000', '201354.325000', '201354.785000', '201355.245000', '201355.705000', '201356.165000', '201356.625000', '201357.085000', '201357.545000', '201358.005000', '201358.465000', '201358.925000', '201359.385000', '201359.845000', '201400.305000', '201400.765000', '201401.225000', '201401.685000', '201402.145000', '201402.605000', '201403.065000', '201403.525000', '201403.985000', '201404.445000', '201404.905000', '201405.365000', '201405.825000', '201406.285000', '201406.745000', '201407.205000', '201407.665000', '201408.125000', '201408.585000', '201409.045000', '201409.505000', '201409.965000', '201410.425000', '201410.885000', '201411.345000', '201411.805000', '201412.265000', '201412.725000', '201413.185000', '201413.645000', '201414.105000', '201414.565000', '201415.025000', '201415.485000', '201415.945000', '201416.405000', '201416.865000', '201417.325000', '201417.785000', '201418.245000', '201418.705000', '201419.165000', '201419.625000', '201420.085000', '201420.545000', '201421.005000', '201421.465000', '201421.925000', '201422.385000', '201422.845000', '201423.305000', '201423.765000', '201424.225000', '201424.685000', '201425.145000', '201425.605000', '201426.065000', '201426.525000', '201426.985000', '201427.445000', '201427.905000', '201428.365000', '201428.825000', '201429.285000', '201429.745000', '201430.205000', '201430.665000', '201431.125000', '201431.585000', '201432.045000', '201432.505000', '201432.965000', '201433.425000', '201433.885000', '201434.345000', '201434.805000', '201435.265000', '201435.725000', '201436.185000', '201436.645000', '201437.105000', '201437.565000', '201438.025000', '201438.485000', '201438.945000', '201439.405000', '201439.865000', '201440.325000', '201440.785000', '201441.245000', '201441.705000', '201442.165000', '201442.625000', '201443.085000', '201443.545000', '201444.005000', '201444.465000', '201444.925000', '201445.385000', '201445.845000', '201446.305000', '201446.765000', '201447.225000', '201447.685000', '201448.145000', '201448.605000', '201449.065000', '201449.525000', '201449.985000', '201450.445000', '201450.905000', '201451.365000', '201451.825000', '201452.285000', '201452.745000', '201453.205000', '201453.665000', '201454.125000', '201454.585000', '201455.045000', '201455.505000', '201455.965000', '201456.425000', '201456.885000', '201457.345000', '201457.805000', '201458.265000', '201458.725000', '201459.185000', '201459.645000', '201500.105000', '201500.565000', '201501.025000', '201501.485000', '201501.945000', '201502.405000', '201502.865000', '201503.325000', '201503.785000', '201504.245000', '201504.705000', '201505.165000', '201505.625000', '201506.085000', '201506.545000', '201507.005000', '201507.465000', '201507.925000', '201508.385000', '201508.845000', '201509.305000', '201509.765000', '201510.225000', '201510.685000', '201511.145000', '201511.605000', '201512.065000', '201512.525000', '201512.985000', '201513.445000', '201513.905000', '201514.365000', '201514.825000', '201515.285000', '201515.745000', '201516.205000', '201516.665000', '201517.125000', '201517.585000', '201518.045000', '201518.505000', '201518.965000', '201519.425000', '201519.885000', '201520.345000', '201520.805000', '201521.265000', '201521.725000', '201522.185000', '201522.645000', '201523.105000', '201523.565000', '201524.025000', '201524.485000', '201524.945000', '201525.405000', '201525.865000', '201526.325000', '201526.785000', '201527.245000', '201527.705000', '201528.165000', '201528.625000', '201529.085000', '201529.545000', '201530.005000', '201530.465000', '201530.925000', '201531.385000', '201531.845000', '201532.305000', '201532.765000', '201533.225000', '201533.685000', '201534.145000', '201534.605000', '201535.065000', '201535.525000', '201535.985000', '201536.445000', '201536.905000', '201537.365000', '201537.825000', '201538.285000', '201538.745000', '201539.205000', '201539.665000', '201540.125000', '201540.585000', '201541.045000', '201541.505000', '201541.965000', '201542.425000', '201542.885000', '201543.345000', '201543.805000', '201544.265000', '201544.725000', '201545.185000', '201545.645000', '201546.105000', '201546.565000', '201547.025000', '201547.485000', '201547.945000', '201548.405000', '201548.865000', '201549.325000', '201549.785000', '201550.245000', '201550.705000', '201551.165000', '201551.625000', '201552.085000', '201552.545000', '201553.005000', '201553.465000', '201553.925000', '201554.385000', '201554.845000', '201555.305000', '201555.765000', '201556.225000', '201556.685000', '201557.145000', '201557.605000', '201558.065000', '201558.525000', '201558.985000', '201559.445000', '201559.905000', '201600.365000', '201600.825000', '201601.285000', '201601.745000', '201602.205000', '201602.665000', '201603.125000', '201603.585000', '201604.045000', '201604.505000', '201604.965000', '201605.425000', '201605.885000', '201606.345000', '201606.805000', '201607.265000', '201607.725000', '201608.185000', '201608.645000', '201609.105000', '201609.565000', '201610.025000', '201610.485000', '201610.945000', '201611.405000', '201611.865000', '201612.325000', '201612.785000', '201613.245000', '201613.705000', '201614.165000', '201614.625000', '201615.085000', '201615.545000', '201616.005000', '201616.465000', '201616.925000', '201617.385000', '201617.845000', '201618.305000', '201618.765000', '201619.225000', '201619.685000', '201620.145000', '201620.605000', '201621.065000', '201621.525000', '201621.985000', '201622.445000', '201622.905000', '201623.365000', '201623.825000', '201624.285000', '201624.745000', '201625.205000', '201625.665000', '201626.125000', '201626.585000', '201627.045000', '201627.505000', '201627.965000', '201628.425000', '201628.885000', '201629.345000', '201629.805000', '201630.265000', '201630.725000', '201631.185000', '201631.645000', '201632.105000', '201632.565000', '201633.025000', '201633.485000', '201633.945000', '201634.405000', '201634.865000', '201635.325000', '201635.785000', '201636.245000', '201636.705000', '201637.165000', '201637.625000', '201638.085000', '201638.545000', '201639.005000', '201639.465000', '201639.925000', '201640.385000', '201640.845000', '201641.305000', '201641.765000', '201642.225000', '201642.685000', '201643.145000', '201643.605000', '201644.065000', '201644.525000', '201644.985000', '201645.445000', '201645.905000', '201646.365000', '201646.825000', '201647.285000', '201647.745000', '201648.205000', '201648.665000', '201649.125000', '201649.585000', '201650.045000', '201650.505000', '201650.965000', '201651.425000', '201651.885000', '201652.345000', '201652.805000', '201653.265000', '201653.725000', '201654.185000', '201654.645000', '201655.105000', '201655.565000', '201656.025000', '201656.485000', '201656.945000', '201657.405000', '201657.865000', '201658.325000', '201658.785000', '201659.245000', '201659.705000', '201700.165000', '201700.625000', '201701.085000', '201701.545000', '201702.005000', '201702.465000', '201702.925000', '201703.385000', '201703.845000', '201704.305000', '201704.765000', '201705.225000', '201705.685000', '201706.145000', '201706.605000', '201707.065000', '201707.525000', '201707.985000', '201708.445000', '201708.905000', '201709.365000', '201709.825000', '201710.285000', '201710.745000', '201711.205000', '201711.665000', '201712.125000', '201712.585000', '201713.045000', '201713.505000', '201713.965000', '201714.425000', '201714.885000', '201715.345000', '201715.805000', '201716.265000', '201716.725000', '201717.185000', '201717.645000', '201718.105000', '201718.565000', '201719.025000', '201719.485000', '201719.945000', '201720.405000', '201720.865000', '201721.325000', '201721.785000', '201722.245000', '201722.705000', '201723.165000', '201723.625000', '201724.085000', '201724.545000', '201725.005000', '201725.465000', '201725.925000', '201726.385000', '201726.845000', '201727.305000', '201727.765000', '201728.225000', '201728.685000', '201729.145000', '201729.605000', '201730.065000', '201730.525000', '201730.985000', '201731.445000', '201731.905000', '201732.365000', '201732.825000', '201733.285000', '201733.745000', '201734.205000', '201734.665000', '201735.125000', '201735.585000', '201736.045000', '201736.505000', '201736.965000', '201737.425000', '201737.885000', '201738.345000', '201738.805000', '201739.265000'], 'ContentTime': ['201107.117000', '201107.120000', '201107.123000', '201107.126000', '201107.129000', '201107.131000', '201107.134000', '201107.136000', '201107.150000', '201107.152000', '201107.155000', '201107.168000', '201107.171000', '201107.174000', '201107.176000', '201107.179000', '201127.085000', '201127.088000', '201127.091000', '201127.093000', '201127.096000', '201127.098000', '201127.101000', '201127.103000', '201127.106000', '201127.108000', '201127.111000', '201127.114000', '201127.116000', '201127.119000', '201127.121000', '201127.124000', '201127.126000', '201127.129000', '201127.131000', '201127.134000', '201127.137000', '201127.139000', '201127.142000', '201127.144000', '201127.147000', '201127.149000', '201127.152000', '201127.154000', '201127.157000', '201127.160000', '201127.162000', '201127.165000', '201127.167000', '201127.170000', '201127.172000', '201127.175000', '201127.178000', '201127.180000', '201127.183000', '201127.185000', '201127.188000', '201127.190000', '201127.193000', '201127.195000', '201147.085000', '201147.088000', '201147.091000', '201147.093000', '201147.096000', '201147.098000', '201147.101000', '201147.103000', '201147.106000', '201147.139000', '201147.142000', '201147.144000', '201147.147000', '201147.150000', '201147.152000', '201147.155000', '201147.157000', '201147.160000', '201147.162000', '201147.165000', '201147.167000', '201147.170000', '201147.172000', '201147.175000', '201147.178000', '201147.180000', '201147.183000', '201147.185000', '201147.188000', '201147.191000', '201147.194000', '201147.197000', '201147.199000', '201147.202000', '201147.205000', '201147.207000', '201147.210000', '201147.213000', '201147.216000', '201147.218000', '201147.221000', '201147.223000', '201147.226000', '201207.086000', '201207.088000', '201207.091000', '201207.093000', '201207.096000', '201207.098000', '201207.101000', '201207.104000', '201207.106000', '201207.109000', '201207.111000', '201207.114000', '201207.116000', '201207.119000', '201207.121000', '201207.124000', '201207.127000', '201207.129000', '201207.132000', '201207.134000', '201207.137000', '201207.139000', '201207.142000', '201207.144000', '201207.147000', '201207.149000', '201207.152000', '201207.154000', '201207.157000', '201207.160000', '201207.162000', '201207.165000', '201207.167000', '201207.170000', '201207.172000', '201207.175000', '201207.177000', '201207.180000', '201207.183000', '201207.185000', '201207.188000', '201207.190000', '201207.193000', '201207.195000', '201227.085000', '201227.088000', '201227.091000', '201227.093000', '201227.111000', '201227.114000', '201227.117000', '201227.119000', '201227.122000', '201227.124000', '201227.127000', '201227.129000', '201227.132000', '201227.134000', '201227.137000', '201227.139000', '201227.142000', '201227.145000', '201227.147000', '201227.150000', '201227.152000', '201227.155000', '201227.157000', '201227.160000', '201227.163000', '201227.165000', '201227.168000', '201227.170000', '201227.173000', '201227.175000', '201227.178000', '201227.181000', '201227.183000', '201227.186000', '201227.188000', '201227.191000', '201227.193000', '201227.196000', '201227.198000', '201227.201000', '201227.203000', '201227.207000', '201227.210000', '201247.086000', '201247.088000', '201247.091000', '201247.093000', '201247.096000', '201247.098000', '201247.101000', '201247.107000', '201247.110000', '201247.112000', '201247.115000', '201247.118000', '201247.120000', '201247.123000', '201247.125000', '201247.128000', '201247.130000', '201247.133000', '201247.136000', '201247.138000', '201247.141000', '201247.143000', '201247.146000', '201247.148000', '201247.151000', '201247.153000', '201247.156000', '201247.159000', '201247.161000', '201247.164000', '201247.166000', '201247.169000', '201247.172000', '201247.174000', '201247.177000', '201247.179000', '201247.182000', '201247.184000', '201247.187000', '201247.189000', '201247.192000', '201247.195000', '201247.197000', '201247.200000', '201307.085000', '201307.087000', '201307.090000', '201307.092000', '201307.095000', '201307.098000', '201307.100000', '201307.103000', '201307.105000', '201307.108000', '201307.110000', '201307.113000', '201307.115000', '201307.118000', '201307.120000', '201307.123000', '201307.126000', '201307.128000', '201307.131000', '201307.133000', '201307.145000', '201307.148000', '201307.151000', '201307.153000', '201307.156000', '201307.158000', '201307.161000', '201307.163000', '201307.166000', '201307.169000', '201307.171000', '201307.174000', '201307.176000', '201307.179000', '201307.181000', '201307.184000', '201307.186000', '201307.189000', '201307.192000', '201307.194000', '201307.197000', '201307.199000', '201307.202000', '201327.085000', '201327.088000', '201327.091000', '201327.093000', '201327.096000', '201327.098000', '201327.101000', '201327.103000', '201327.106000', '201327.109000', '201327.111000', '201327.114000', '201327.116000', '201327.119000', '201327.121000', '201327.124000', '201327.126000', '201327.129000', '201327.132000', '201327.134000', '201327.137000', '201327.139000', '201327.142000', '201327.144000', '201327.147000', '201327.149000', '201327.152000', '201327.154000', '201327.157000', '201327.160000', '201327.162000', '201327.165000', '201327.167000', '201327.170000', '201327.173000', '201327.175000', '201327.178000', '201327.180000', '201327.183000', '201327.185000', '201327.188000', '201327.191000', '201327.193000', '201327.196000', '201347.085000', '201347.088000', '201347.091000', '201347.093000', '201347.096000', '201347.098000', '201347.101000', '201347.104000', '201347.106000', '201347.109000', '201347.111000', '201347.114000', '201347.116000', '201347.119000', '201347.122000', '201347.124000', '201347.127000', '201347.129000', '201347.132000', '201347.134000', '201347.137000', '201347.139000', '201347.142000', '201347.145000', '201347.147000', '201347.150000', '201347.152000', '201347.155000', '201347.157000', '201347.160000', '201347.162000', '201347.165000', '201347.168000', '201347.170000', '201347.173000', '201347.184000', '201347.187000', '201347.189000', '201347.192000', '201347.194000', '201347.197000', '201347.200000', '201347.202000', '201407.085000', '201407.088000', '201407.091000', '201407.093000', '201407.096000', '201407.098000', '201407.101000', '201407.104000', '201407.106000', '201407.109000', '201407.112000', '201407.114000', '201407.117000', '201407.119000', '201407.122000', '201407.124000', '201407.127000', '201407.129000', '201407.132000', '201407.135000', '201407.137000', '201407.140000', '201407.142000', '201407.145000', '201407.147000', '201407.150000', '201407.152000', '201407.155000', '201407.158000', '201407.160000', '201407.163000', '201407.165000', '201407.168000', '201407.171000', '201407.173000', '201407.176000', '201407.178000', '201407.181000', '201407.183000', '201407.186000', '201407.188000', '201407.191000', '201407.193000', '201407.196000', '201427.085000', '201427.088000', '201427.091000', '201427.093000', '201427.096000', '201427.099000', '201427.101000', '201427.104000', '201427.106000', '201427.109000', '201427.112000', '201427.114000', '201427.117000', '201427.119000', '201427.122000', '201427.124000', '201427.127000', '201427.130000', '201427.132000', '201427.135000', '201427.137000', '201427.140000', '201427.143000', '201427.145000', '201427.148000', '201427.150000', '201427.153000', '201427.155000', '201427.158000', '201427.160000', '201427.163000', '201427.166000', '201427.168000', '201427.171000', '201427.173000', '201427.176000', '201427.178000', '201427.181000', '201427.184000', '201427.186000', '201427.189000', '201427.191000', '201427.194000', '201447.085000', '201447.088000', '201447.091000', '201447.093000', '201447.096000', '201447.098000', '201447.101000', '201447.104000', '201447.106000', '201447.109000', '201447.111000', '201447.114000', '201447.117000', '201447.119000', '201447.122000', '201447.124000', '201447.127000', '201447.129000', '201447.132000', '201447.135000', '201447.137000', '201447.140000', '201447.142000', '201447.145000', '201447.147000', '201447.150000', '201447.153000', '201447.155000', '201447.158000', '201447.160000', '201447.175000', '201447.178000', '201447.180000', '201447.183000', '201447.185000', '201447.188000', '201447.191000', '201447.193000', '201447.196000', '201447.198000', '201447.201000', '201447.204000', '201447.206000', '201447.209000', '201507.085000', '201507.088000', '201507.091000', '201507.094000', '201507.096000', '201507.099000', '201507.102000', '201507.115000', '201507.117000', '201507.120000', '201507.123000', '201507.126000', '201507.128000', '201507.131000', '201507.134000', '201507.136000', '201507.139000', '201507.142000', '201507.144000', '201507.147000', '201507.149000', '201507.152000', '201507.155000', '201507.157000', '201507.160000', '201507.162000', '201507.165000', '201507.168000', '201507.170000', '201507.173000', '201507.176000', '201507.178000', '201507.181000', '201507.183000', '201507.186000', '201507.189000', '201507.191000', '201507.194000', '201507.196000', '201507.199000', '201507.201000', '201507.204000', '201507.207000', '201527.085000', '201527.088000', '201527.091000', '201527.094000', '201527.098000', '201527.100000', '201527.103000', '201527.106000', '201527.108000', '201527.111000', '201527.113000', '201527.116000', '201527.119000', '201527.121000', '201527.124000', '201527.126000', '201527.129000', '201527.131000', '201527.134000', '201527.137000', '201527.139000', '201527.142000', '201527.144000', '201527.147000', '201527.150000', '201527.152000', '201527.155000', '201527.158000', '201527.160000', '201527.163000', '201527.165000', '201527.168000', '201527.170000', '201527.173000', '201527.176000', '201527.178000', '201527.181000', '201527.183000', '201527.186000', '201527.188000', '201527.191000', '201527.194000', '201527.196000', '201547.086000', '201547.088000', '201547.091000', '201547.094000', '201547.096000', '201547.099000', '201547.101000', '201547.104000', '201547.106000', '201547.109000', '201547.112000', '201547.114000', '201547.117000', '201547.119000', '201547.122000', '201547.124000', '201547.127000', '201547.129000', '201547.132000', '201547.134000', '201547.137000', '201547.140000', '201547.142000', '201547.145000', '201547.147000', '201547.150000', '201547.152000', '201547.155000', '201547.157000', '201547.160000', '201547.163000', '201547.165000', '201547.168000', '201547.170000', '201547.173000', '201547.175000', '201547.178000', '201547.180000', '201547.183000', '201547.186000', '201547.188000', '201547.191000', '201547.193000', '201547.196000', '201607.086000', '201607.089000', '201607.091000', '201607.094000', '201607.096000', '201607.099000', '201607.101000', '201607.104000', '201607.106000', '201607.109000', '201607.112000', '201607.114000', '201607.117000', '201607.127000', '201607.129000', '201607.132000', '201607.134000', '201607.137000', '201607.139000', '201607.142000', '201607.145000', '201607.147000', '201607.150000', '201607.152000', '201607.155000', '201607.157000', '201607.160000', '201607.162000', '201607.165000', '201607.168000', '201607.170000', '201607.173000', '201607.175000', '201607.178000', '201607.180000', '201607.183000', '201607.185000', '201607.188000', '201607.191000', '201607.194000', '201607.197000', '201607.208000', '201607.210000', '201627.086000', '201627.088000', '201627.091000', '201627.094000', '201627.096000', '201627.099000', '201627.101000', '201627.104000', '201627.106000', '201627.109000', '201627.112000', '201627.114000', '201627.117000', '201627.119000', '201627.122000', '201627.124000', '201627.127000', '201627.130000', '201627.132000', '201627.135000', '201627.137000', '201627.140000', '201627.142000', '201627.145000', '201627.148000', '201627.150000', '201627.153000', '201627.155000', '201627.158000', '201627.161000', '201627.163000', '201627.166000', '201627.168000', '201627.183000', '201627.186000', '201627.189000', '201627.191000', '201627.194000', '201627.196000', '201627.199000', '201627.201000', '201627.204000', '201627.207000', '201627.209000', '201647.085000', '201647.088000', '201647.091000', '201647.093000', '201647.096000', '201647.099000', '201647.101000', '201647.104000', '201647.106000', '201647.109000', '201647.112000', '201647.115000', '201647.118000', '201647.121000', '201647.124000', '201647.126000', '201647.129000', '201647.132000', '201647.135000', '201647.138000', '201647.140000', '201647.143000', '201647.145000', '201647.148000', '201647.150000', '201647.153000', '201647.155000', '201647.158000', '201647.161000', '201647.163000', '201647.166000', '201647.168000', '201647.171000', '201647.173000', '201647.176000', '201647.179000', '201647.181000', '201647.184000', '201647.187000', '201647.189000', '201647.192000', '201647.194000', '201647.197000', '201707.086000', '201707.088000', '201707.091000', '201707.093000', '201707.096000', '201707.099000', '201707.101000', '201707.104000', '201707.106000', '201707.109000', '201707.111000', '201707.114000', '201707.117000', '201707.119000', '201707.122000', '201707.124000', '201707.127000', '201707.129000', '201707.132000', '201707.134000', '201707.137000', '201707.140000', '201707.142000', '201707.145000', '201707.147000', '201707.150000', '201707.152000', '201707.155000', '201707.157000', '201707.160000', '201707.163000', '201707.165000', '201707.168000', '201707.170000', '201707.173000', '201707.175000', '201707.178000', '201707.181000', '201707.183000', '201707.186000', '201707.188000', '201707.191000', '201707.193000', '201707.196000', '201727.085000', '201727.088000', '201727.091000', '201727.093000', '201727.096000', '201727.098000', '201727.101000', '201727.104000', '201727.106000', '201727.109000', '201727.112000', '201727.114000', '201727.117000', '201727.120000', '201727.123000', '201727.125000', '201727.128000', '201727.131000', '201727.133000', '201727.136000', '201727.138000', '201727.141000', '201727.144000', '201727.146000', '201727.149000', '201727.151000', '201727.154000', '201727.156000', '201727.159000', '201727.162000', '201727.164000', '201727.167000', '201727.169000', '201727.172000', '201727.174000', '201727.177000', '201727.179000', '201727.182000', '201727.185000', '201727.187000', '201727.190000', '201727.192000', '201727.195000', '201740.436000', '201740.440000', '201740.451000', '201740.454000', '201740.457000', '201740.460000', '201740.462000', '201740.465000', '201740.468000', '201740.471000', '201740.475000', '201740.477000', '201740.481000', '201740.483000', '201740.486000', '201740.489000', '201740.492000', '201740.495000', '201740.497000', '201740.500000', '201740.503000', '201740.506000', '201740.511000', '201740.542000', '201740.545000', '201740.548000', '201740.551000', '201740.553000', '201740.556000', '201740.559000'], 'InstanceCreationTime': ['201107.117000', '201107.120000', '201107.123000', '201107.126000', '201107.129000', '201107.131000', '201107.134000', '201107.136000', '201107.150000', '201107.152000', '201107.155000', '201107.168000', '201107.171000', '201107.174000', '201107.176000', '201107.179000', '201127.085000', '201127.088000', '201127.091000', '201127.093000', '201127.096000', '201127.098000', '201127.101000', '201127.103000', '201127.106000', '201127.108000', '201127.111000', '201127.114000', '201127.116000', '201127.119000', '201127.121000', '201127.124000', '201127.126000', '201127.129000', '201127.131000', '201127.134000', '201127.137000', '201127.139000', '201127.142000', '201127.144000', '201127.147000', '201127.149000', '201127.152000', '201127.154000', '201127.157000', '201127.160000', '201127.162000', '201127.165000', '201127.167000', '201127.170000', '201127.172000', '201127.175000', '201127.178000', '201127.180000', '201127.183000', '201127.185000', '201127.188000', '201127.190000', '201127.193000', '201127.195000', '201147.085000', '201147.088000', '201147.091000', '201147.093000', '201147.096000', '201147.098000', '201147.101000', '201147.103000', '201147.106000', '201147.139000', '201147.142000', '201147.144000', '201147.147000', '201147.150000', '201147.152000', '201147.155000', '201147.157000', '201147.160000', '201147.162000', '201147.165000', '201147.167000', '201147.170000', '201147.172000', '201147.175000', '201147.178000', '201147.180000', '201147.183000', '201147.185000', '201147.188000', '201147.191000', '201147.194000', '201147.197000', '201147.199000', '201147.202000', '201147.205000', '201147.207000', '201147.210000', '201147.213000', '201147.216000', '201147.218000', '201147.221000', '201147.223000', '201147.226000', '201207.086000', '201207.088000', '201207.091000', '201207.093000', '201207.096000', '201207.098000', '201207.101000', '201207.104000', '201207.106000', '201207.109000', '201207.111000', '201207.114000', '201207.116000', '201207.119000', '201207.121000', '201207.124000', '201207.127000', '201207.129000', '201207.132000', '201207.134000', '201207.137000', '201207.139000', '201207.142000', '201207.144000', '201207.147000', '201207.149000', '201207.152000', '201207.154000', '201207.157000', '201207.160000', '201207.162000', '201207.165000', '201207.167000', '201207.170000', '201207.172000', '201207.175000', '201207.177000', '201207.180000', '201207.183000', '201207.185000', '201207.188000', '201207.190000', '201207.193000', '201207.195000', '201227.085000', '201227.088000', '201227.091000', '201227.093000', '201227.111000', '201227.114000', '201227.117000', '201227.119000', '201227.122000', '201227.124000', '201227.127000', '201227.129000', '201227.132000', '201227.134000', '201227.137000', '201227.139000', '201227.142000', '201227.145000', '201227.147000', '201227.150000', '201227.152000', '201227.155000', '201227.157000', '201227.160000', '201227.163000', '201227.165000', '201227.168000', '201227.170000', '201227.173000', '201227.175000', '201227.178000', '201227.181000', '201227.183000', '201227.186000', '201227.188000', '201227.191000', '201227.193000', '201227.196000', '201227.198000', '201227.201000', '201227.203000', '201227.207000', '201227.210000', '201247.086000', '201247.088000', '201247.091000', '201247.093000', '201247.096000', '201247.098000', '201247.101000', '201247.107000', '201247.110000', '201247.112000', '201247.115000', '201247.118000', '201247.120000', '201247.123000', '201247.125000', '201247.128000', '201247.130000', '201247.133000', '201247.136000', '201247.138000', '201247.141000', '201247.143000', '201247.146000', '201247.148000', '201247.151000', '201247.153000', '201247.156000', '201247.159000', '201247.161000', '201247.164000', '201247.166000', '201247.169000', '201247.172000', '201247.174000', '201247.177000', '201247.179000', '201247.182000', '201247.184000', '201247.187000', '201247.189000', '201247.192000', '201247.195000', '201247.197000', '201247.200000', '201307.085000', '201307.087000', '201307.090000', '201307.092000', '201307.095000', '201307.098000', '201307.100000', '201307.103000', '201307.105000', '201307.108000', '201307.110000', '201307.113000', '201307.115000', '201307.118000', '201307.120000', '201307.123000', '201307.126000', '201307.128000', '201307.131000', '201307.133000', '201307.145000', '201307.148000', '201307.151000', '201307.153000', '201307.156000', '201307.158000', '201307.161000', '201307.163000', '201307.166000', '201307.169000', '201307.171000', '201307.174000', '201307.176000', '201307.179000', '201307.181000', '201307.184000', '201307.186000', '201307.189000', '201307.192000', '201307.194000', '201307.197000', '201307.199000', '201307.202000', '201327.085000', '201327.088000', '201327.091000', '201327.093000', '201327.096000', '201327.098000', '201327.101000', '201327.103000', '201327.106000', '201327.109000', '201327.111000', '201327.114000', '201327.116000', '201327.119000', '201327.121000', '201327.124000', '201327.126000', '201327.129000', '201327.132000', '201327.134000', '201327.137000', '201327.139000', '201327.142000', '201327.144000', '201327.147000', '201327.149000', '201327.152000', '201327.154000', '201327.157000', '201327.160000', '201327.162000', '201327.165000', '201327.167000', '201327.170000', '201327.173000', '201327.175000', '201327.178000', '201327.180000', '201327.183000', '201327.185000', '201327.188000', '201327.191000', '201327.193000', '201327.196000', '201347.085000', '201347.088000', '201347.091000', '201347.093000', '201347.096000', '201347.098000', '201347.101000', '201347.104000', '201347.106000', '201347.109000', '201347.111000', '201347.114000', '201347.116000', '201347.119000', '201347.122000', '201347.124000', '201347.127000', '201347.129000', '201347.132000', '201347.134000', '201347.137000', '201347.139000', '201347.142000', '201347.145000', '201347.147000', '201347.150000', '201347.152000', '201347.155000', '201347.157000', '201347.160000', '201347.162000', '201347.165000', '201347.168000', '201347.170000', '201347.173000', '201347.184000', '201347.187000', '201347.189000', '201347.192000', '201347.194000', '201347.197000', '201347.200000', '201347.202000', '201407.085000', '201407.088000', '201407.091000', '201407.093000', '201407.096000', '201407.098000', '201407.101000', '201407.104000', '201407.106000', '201407.109000', '201407.112000', '201407.114000', '201407.117000', '201407.119000', '201407.122000', '201407.124000', '201407.127000', '201407.129000', '201407.132000', '201407.135000', '201407.137000', '201407.140000', '201407.142000', '201407.145000', '201407.147000', '201407.150000', '201407.152000', '201407.155000', '201407.158000', '201407.160000', '201407.163000', '201407.165000', '201407.168000', '201407.171000', '201407.173000', '201407.176000', '201407.178000', '201407.181000', '201407.183000', '201407.186000', '201407.188000', '201407.191000', '201407.193000', '201407.196000', '201427.085000', '201427.088000', '201427.091000', '201427.093000', '201427.096000', '201427.099000', '201427.101000', '201427.104000', '201427.106000', '201427.109000', '201427.112000', '201427.114000', '201427.117000', '201427.119000', '201427.122000', '201427.124000', '201427.127000', '201427.130000', '201427.132000', '201427.135000', '201427.137000', '201427.140000', '201427.143000', '201427.145000', '201427.148000', '201427.150000', '201427.153000', '201427.155000', '201427.158000', '201427.160000', '201427.163000', '201427.166000', '201427.168000', '201427.171000', '201427.173000', '201427.176000', '201427.178000', '201427.181000', '201427.184000', '201427.186000', '201427.189000', '201427.191000', '201427.194000', '201447.085000', '201447.088000', '201447.091000', '201447.093000', '201447.096000', '201447.098000', '201447.101000', '201447.104000', '201447.106000', '201447.109000', '201447.111000', '201447.114000', '201447.117000', '201447.119000', '201447.122000', '201447.124000', '201447.127000', '201447.129000', '201447.132000', '201447.135000', '201447.137000', '201447.140000', '201447.142000', '201447.145000', '201447.147000', '201447.150000', '201447.153000', '201447.155000', '201447.158000', '201447.160000', '201447.175000', '201447.178000', '201447.180000', '201447.183000', '201447.185000', '201447.188000', '201447.191000', '201447.193000', '201447.196000', '201447.198000', '201447.201000', '201447.204000', '201447.206000', '201447.209000', '201507.085000', '201507.088000', '201507.091000', '201507.094000', '201507.096000', '201507.099000', '201507.102000', '201507.115000', '201507.117000', '201507.120000', '201507.123000', '201507.126000', '201507.128000', '201507.131000', '201507.134000', '201507.136000', '201507.139000', '201507.142000', '201507.144000', '201507.147000', '201507.149000', '201507.152000', '201507.155000', '201507.157000', '201507.160000', '201507.162000', '201507.165000', '201507.168000', '201507.170000', '201507.173000', '201507.176000', '201507.178000', '201507.181000', '201507.183000', '201507.186000', '201507.189000', '201507.191000', '201507.194000', '201507.196000', '201507.199000', '201507.201000', '201507.204000', '201507.207000', '201527.085000', '201527.088000', '201527.091000', '201527.094000', '201527.098000', '201527.100000', '201527.103000', '201527.106000', '201527.108000', '201527.111000', '201527.113000', '201527.116000', '201527.119000', '201527.121000', '201527.124000', '201527.126000', '201527.129000', '201527.131000', '201527.134000', '201527.137000', '201527.139000', '201527.142000', '201527.144000', '201527.147000', '201527.150000', '201527.152000', '201527.155000', '201527.158000', '201527.160000', '201527.163000', '201527.165000', '201527.168000', '201527.170000', '201527.173000', '201527.176000', '201527.178000', '201527.181000', '201527.183000', '201527.186000', '201527.188000', '201527.191000', '201527.194000', '201527.196000', '201547.086000', '201547.088000', '201547.091000', '201547.094000', '201547.096000', '201547.099000', '201547.101000', '201547.104000', '201547.106000', '201547.109000', '201547.112000', '201547.114000', '201547.117000', '201547.119000', '201547.122000', '201547.124000', '201547.127000', '201547.129000', '201547.132000', '201547.134000', '201547.137000', '201547.140000', '201547.142000', '201547.145000', '201547.147000', '201547.150000', '201547.152000', '201547.155000', '201547.157000', '201547.160000', '201547.163000', '201547.165000', '201547.168000', '201547.170000', '201547.173000', '201547.175000', '201547.178000', '201547.180000', '201547.183000', '201547.186000', '201547.188000', '201547.191000', '201547.193000', '201547.196000', '201607.086000', '201607.089000', '201607.091000', '201607.094000', '201607.096000', '201607.099000', '201607.101000', '201607.104000', '201607.106000', '201607.109000', '201607.112000', '201607.114000', '201607.117000', '201607.127000', '201607.129000', '201607.132000', '201607.134000', '201607.137000', '201607.139000', '201607.142000', '201607.145000', '201607.147000', '201607.150000', '201607.152000', '201607.155000', '201607.157000', '201607.160000', '201607.162000', '201607.165000', '201607.168000', '201607.170000', '201607.173000', '201607.175000', '201607.178000', '201607.180000', '201607.183000', '201607.185000', '201607.188000', '201607.191000', '201607.194000', '201607.197000', '201607.208000', '201607.210000', '201627.086000', '201627.088000', '201627.091000', '201627.094000', '201627.096000', '201627.099000', '201627.101000', '201627.104000', '201627.106000', '201627.109000', '201627.112000', '201627.114000', '201627.117000', '201627.119000', '201627.122000', '201627.124000', '201627.127000', '201627.130000', '201627.132000', '201627.135000', '201627.137000', '201627.140000', '201627.142000', '201627.145000', '201627.148000', '201627.150000', '201627.153000', '201627.155000', '201627.158000', '201627.161000', '201627.163000', '201627.166000', '201627.168000', '201627.183000', '201627.186000', '201627.189000', '201627.191000', '201627.194000', '201627.196000', '201627.199000', '201627.201000', '201627.204000', '201627.207000', '201627.209000', '201647.085000', '201647.088000', '201647.091000', '201647.093000', '201647.096000', '201647.099000', '201647.101000', '201647.104000', '201647.106000', '201647.109000', '201647.112000', '201647.115000', '201647.118000', '201647.121000', '201647.124000', '201647.126000', '201647.129000', '201647.132000', '201647.135000', '201647.138000', '201647.140000', '201647.143000', '201647.145000', '201647.148000', '201647.150000', '201647.153000', '201647.155000', '201647.158000', '201647.161000', '201647.163000', '201647.166000', '201647.168000', '201647.171000', '201647.173000', '201647.176000', '201647.179000', '201647.181000', '201647.184000', '201647.187000', '201647.189000', '201647.192000', '201647.194000', '201647.197000', '201707.086000', '201707.088000', '201707.091000', '201707.093000', '201707.096000', '201707.099000', '201707.101000', '201707.104000', '201707.106000', '201707.109000', '201707.111000', '201707.114000', '201707.117000', '201707.119000', '201707.122000', '201707.124000', '201707.127000', '201707.129000', '201707.132000', '201707.134000', '201707.137000', '201707.140000', '201707.142000', '201707.145000', '201707.147000', '201707.150000', '201707.152000', '201707.155000', '201707.157000', '201707.160000', '201707.163000', '201707.165000', '201707.168000', '201707.170000', '201707.173000', '201707.175000', '201707.178000', '201707.181000', '201707.183000', '201707.186000', '201707.188000', '201707.191000', '201707.193000', '201707.196000', '201727.085000', '201727.088000', '201727.091000', '201727.093000', '201727.096000', '201727.098000', '201727.101000', '201727.104000', '201727.106000', '201727.109000', '201727.112000', '201727.114000', '201727.117000', '201727.120000', '201727.123000', '201727.125000', '201727.128000', '201727.131000', '201727.133000', '201727.136000', '201727.138000', '201727.141000', '201727.144000', '201727.146000', '201727.149000', '201727.151000', '201727.154000', '201727.156000', '201727.159000', '201727.162000', '201727.164000', '201727.167000', '201727.169000', '201727.172000', '201727.174000', '201727.177000', '201727.179000', '201727.182000', '201727.185000', '201727.187000', '201727.190000', '201727.192000', '201727.195000', '201740.436000', '201740.440000', '201740.451000', '201740.454000', '201740.457000', '201740.460000', '201740.462000', '201740.465000', '201740.468000', '201740.471000', '201740.475000', '201740.477000', '201740.481000', '201740.483000', '201740.486000', '201740.489000', '201740.492000', '201740.495000', '201740.497000', '201740.500000', '201740.503000', '201740.506000', '201740.511000', '201740.542000', '201740.545000', '201740.548000', '201740.551000', '201740.553000', '201740.556000', '201740.559000'], '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': [8778, 8002, 8338, 10982, 8070, 7699, 9082, 8044, 7810, 8180, 8073, 8474, 7795, 11241, 8429, 9924, 8217, 8070, 8243, 7938, 7922, 8268, 7968, 8919, 8210, 8182, 8387, 7949, 8188, 8226, 8278, 11342, 8413, 8176, 8167, 7935, 8026, 7906, 8291, 8486, 7940, 10477, 8115, 7867, 9291, 7781, 11791, 8066, 10492, 7744, 9062, 8065, 7973, 8370, 7980, 7506, 8562, 8065, 8128, 7831, 8276, 8347, 7659, 10864, 8486, 8064, 8280, 8233, 12067, 8515, 14283, 8184, 11001, 8380, 8289, 8239, 8474, 7622, 8327, 8130, 8031, 9858, 8543, 8669, 7753, 8399, 8496, 7664, 8443, 8537, 10889, 8608, 7783, 8654, 8284, 8464, 8256, 8049, 8246, 7698, 8686, 8380, 9947, 8216, 7871, 8130, 7959, 10294, 8395, 9966, 8172, 8019, 8548, 7902, 9267, 7978, 9585, 8325, 10059, 8760, 7691, 8119, 8131, 8612, 8182, 8611, 8568, 8277, 8697, 8018, 8432, 7934, 8163, 8089, 8673, 8494, 8733, 8177, 8220, 8684, 8025, 10353, 10336, 8724, 11387, 8323, 8136, 8223, 7868, 8254, 11095, 8513, 9468, 8244, 7718, 8280, 7795, 7904, 8580, 8354, 8465, 8133, 7935, 7862, 7936, 7917, 8561, 8022, 8664, 7811, 7901, 7809, 7670, 8049, 8240, 8251, 7930, 9238, 8083, 10495, 8290, 9682, 8261, 8788, 8335, 8808, 8118, 10506, 8054, 8019, 8666, 8380, 8402, 7866, 8390, 8065, 8047, 10371, 7862, 9040, 7882, 8092, 8122, 8128, 7907, 7958, 8123, 8743, 8170, 8469, 8342, 8464, 8445, 8133, 10334, 8300, 8457, 8248, 8145, 8542, 8279, 8022, 8059, 8109, 9700, 8255, 12440, 8133, 7824, 8409, 8085, 8455, 8200, 8709, 8246, 8854, 8295, 7682, 8238, 8944, 8452, 10471, 8710, 11082, 7871, 11793, 7835, 10252, 8019, 8366, 7952, 8093, 8121, 8521, 8546, 8031, 8371, 10069, 8111, 10736, 9332, 8421, 8119, 8061, 9887, 8023, 7779, 11325, 7875, 8351, 9977, 8033, 8490, 8973, 8024, 13527, 13359, 8827, 11386, 8003, 10182, 8137, 8337, 8387, 8853, 8271, 8553, 8001, 8707, 8784, 8762, 9979, 8409, 8808, 9076, 8391, 8749, 10333, 8625, 12307, 8582, 11693, 9834, 7909, 11826, 7623, 11860, 8138, 10371, 7732, 7677, 7958, 8464, 8426, 8181, 8163, 7627, 8034, 8091, 7949, 8379, 8502, 9696, 7934, 8084, 7890, 9576, 7631, 10036, 7686, 9328, 8097, 8110, 8037, 8362, 8372, 7793, 7936, 8797, 7859, 9447, 8006, 7652, 8353, 7924, 7943, 8310, 8260, 7828, 11131, 8036, 10313, 8030, 8757, 8326, 8867, 8472, 8686, 9111, 8568, 8443, 9112, 9829, 8647, 9362, 8929, 8938, 10986, 8710, 8963, 9720, 8581, 11699, 7918, 12451, 8865, 8974, 8889, 8213, 8948, 8525, 9067, 10009, 8515, 8862, 8502, 9354, 8666, 8254, 8684, 9577, 9546, 11022, 9586, 8979, 9979, 8365, 8812, 8260, 8252, 12048, 13700, 10096, 14605, 8249, 8748, 8477, 8876, 8512, 8321, 8529, 8436, 8586, 8254, 9123, 8496, 9188, 9136, 8264, 8848, 10819, 8910, 9862, 8936, 9020, 8883, 9255, 12303, 7985, 8761, 7799, 8740, 9007, 8326, 9618, 9597, 8597, 8933, 9403, 8359, 9550, 10114, 8965, 9387, 9272, 8636, 8805, 9314, 8397, 9174, 10207, 9637, 8521, 8932, 8542, 9491, 9344, 8957, 9510, 9952, 8759, 10565, 12100, 8132, 12866, 8161, 9891, 8034, 9001, 8292, 8653, 8935, 8534, 9458, 8216, 9115, 10875, 8748, 8404, 9407, 7964, 9526, 9245, 8741, 9382, 9472, 8482, 9145, 10178, 9369, 11751, 8282, 8724, 8951, 9029, 10301, 8559, 8233, 8683, 8006, 8848, 7908, 9149, 9005, 8954, 9102, 8462, 9439, 9782, 8894, 9721, 9781, 11512, 9722, 10125, 9082, 9203, 9186, 9009, 8672, 9700, 9110, 9111, 9309, 8974, 10997, 8916, 10340, 8860, 8962, 8498, 9436, 9256, 8786, 9078, 8550, 11229, 8580, 12314, 8234, 9174, 8505, 9362, 8937, 8309, 9041, 9491, 10510, 8318, 8854, 10913, 9284, 8976, 13122, 7817, 11975, 8086, 8604, 8264, 8400, 9044, 9302, 10590, 9509, 9513, 9342, 8013, 9171, 8411, 9451, 8543, 8600, 9472, 9228, 9562, 9063, 9262, 9481, 11127, 9031, 11447, 12502, 8380, 11659, 8887, 9304, 9091, 8612, 8982, 9169, 9253, 9389, 9708, 9281, 9269, 9647, 8857, 10513, 9075, 9871, 9467, 9335, 8689, 9425, 9848, 8828, 9888, 10913, 8489, 9131, 8714, 8663, 10337, 8726, 12127, 8122, 14765, 10811, 8798, 13446, 7982, 10247, 8491, 8973, 8728, 9627, 8667, 9338, 8708, 11232, 9349, 9435, 9714, 8102, 9051, 9220, 8745, 9202, 8953, 9866, 9030, 8997, 8399, 9120, 8283, 11322, 8399, 11105, 9331, 8431, 9387, 8110, 9296, 8229, 9433, 9252, 9052, 8832, 8632, 9281, 8447, 11815, 9713, 9868, 9293, 8284, 8394, 8208, 9729, 9134, 8963, 9286, 8897, 9305, 9046, 10246, 11484, 8788, 13525, 8809, 9027, 8812, 9406, 8753, 9815, 8426, 9868, 8757, 9526, 8788, 9597, 8152, 8633, 9280, 8252, 9389, 8591, 12352, 9455, 8812, 9193, 7927, 10624, 7874, 8694, 8230, 9156, 8581, 9207, 8698, 11846, 9102, 10308, 9032, 8843, 8210, 8285, 9194, 8766, 10404, 8367, 10606, 8824, 8951, 9125, 8751, 8731, 9541, 8730, 9430, 8659, 11034, 9235, 8903, 9756, 8135, 8994, 8440, 9132, 8318, 9437, 9536, 8779, 10453, 9198, 9571, 8901, 9528, 8302, 8837, 8128, 11979, 9791, 9136, 9228, 8166, 9162, 7967, 8687, 8375, 9360, 7990, 8896, 8097, 8846, 8903, 9524, 10031, 9421, 10266, 9058, 10380, 7998, 9542, 8715, 9305, 8972, 9627, 8098, 9174, 9928, 8964, 12066, 9049, 10646, 8901, 9770, 8359, 8575, 9178, 8513, 9646, 9501, 12741, 9238, 10992, 9742, 9182, 8614, 9220, 9901, 8643, 11398, 8816, 8833, 13145, 8541, 9816, 8383, 9196, 9140, 8313, 9236, 8186, 8801, 8001, 9731, 8469, 9663, 8750, 9363, 8771, 11831, 9283, 10137, 9532, 8994, 9392, 9287, 8614, 9613, 9043, 12081, 10527, 9424, 9271, 8073, 9209, 9333, 8772, 9372, 9552, 8464, 9937, 10411, 9421, 10013, 8353, 9651, 11742, 9273, 14570, 9699, 13062, 10135, 8287, 10777, 8328, 9889, 8379, 8871, 9089, 8336, 9429, 8363, 9683, 8851, 8577, 10169, 8250, 9516, 10011], 'WindowCenter': [4413.0, 4390.0, 4386.0, 4403.0, 4376.0, 4374.0, 4381.0, 4361.0, 4348.0, 4359.0, 4359.0, 4369.0, 4362.0, 4389.0, 4369.0, 4378.0, 4358.0, 4345.0, 4357.0, 4356.0, 4356.0, 4370.0, 4373.0, 4394.0, 4384.0, 4384.0, 4384.0, 4372.0, 4373.0, 4370.0, 4396.0, 4403.0, 4371.0, 4358.0, 4370.0, 4368.0, 4369.0, 4371.0, 4382.0, 4384.0, 4374.0, 4402.0, 4373.0, 4370.0, 4384.0, 4362.0, 4403.0, 4361.0, 4380.0, 4348.0, 4366.0, 4358.0, 4358.0, 4370.0, 4372.0, 4360.0, 4382.0, 4372.0, 4371.0, 4359.0, 4370.0, 4358.0, 4359.0, 4390.0, 4369.0, 4360.0, 4360.0, 4358.0, 4388.0, 4358.0, 4394.0, 4357.0, 4377.0, 4346.0, 4345.0, 4343.0, 4355.0, 4346.0, 4357.0, 4367.0, 4359.0, 4379.0, 4369.0, 4369.0, 4358.0, 4370.0, 4382.0, 4373.0, 4371.0, 4383.0, 4394.0, 4371.0, 4361.0, 4373.0, 4371.0, 4370.0, 4369.0, 4358.0, 4371.0, 4360.0, 4371.0, 4371.0, 4380.0, 4371.0, 4359.0, 4360.0, 4361.0, 4393.0, 4374.0, 4381.0, 4360.0, 4357.0, 4370.0, 4369.0, 4381.0, 4373.0, 4379.0, 4372.0, 4377.0, 4358.0, 4346.0, 4347.0, 4356.0, 4356.0, 4360.0, 4357.0, 4369.0, 4358.0, 4369.0, 4358.0, 4357.0, 4347.0, 4358.0, 4356.0, 4370.0, 4370.0, 4371.0, 4383.0, 4383.0, 4385.0, 4373.0, 4406.0, 4392.0, 4383.0, 4402.0, 4362.0, 4360.0, 4372.0, 4358.0, 4372.0, 4392.0, 4370.0, 4381.0, 4360.0, 4349.0, 4358.0, 4359.0, 4370.0, 4382.0, 4383.0, 4374.0, 4372.0, 4371.0, 4373.0, 4371.0, 4371.0, 4383.0, 4360.0, 4372.0, 4360.0, 4371.0, 4361.0, 4361.0, 4361.0, 4371.0, 4372.0, 4373.0, 4382.0, 4372.0, 4404.0, 4371.0, 4381.0, 4371.0, 4369.0, 4371.0, 4366.0, 4360.0, 4378.0, 4359.0, 4358.0, 4358.0, 4358.0, 4357.0, 4360.0, 4358.0, 4358.0, 4358.0, 4380.0, 4358.0, 4357.0, 4345.0, 4346.0, 4347.0, 4346.0, 4345.0, 4357.0, 4359.0, 4368.0, 4370.0, 4367.0, 4369.0, 4371.0, 4369.0, 4384.0, 4393.0, 4371.0, 4372.0, 4370.0, 4371.0, 4381.0, 4369.0, 4372.0, 4370.0, 4372.0, 4380.0, 4371.0, 4400.0, 4359.0, 4348.0, 4359.0, 4358.0, 4369.0, 4369.0, 4380.0, 4383.0, 4382.0, 4382.0, 4371.0, 4385.0, 4395.0, 4386.0, 4392.0, 4385.0, 4403.0, 4373.0, 4390.0, 4348.0, 4379.0, 4360.0, 4369.0, 4360.0, 4368.0, 4371.0, 4380.0, 4382.0, 4374.0, 4383.0, 4406.0, 4387.0, 4405.0, 4385.0, 4373.0, 4374.0, 4372.0, 4380.0, 4364.0, 4362.0, 4394.0, 4362.0, 4372.0, 4383.0, 4362.0, 4370.0, 4382.0, 4360.0, 4412.0, 4399.0, 4368.0, 4377.0, 4358.0, 4378.0, 4357.0, 4353.0, 4357.0, 4368.0, 4370.0, 4369.0, 4372.0, 4381.0, 4382.0, 4381.0, 4391.0, 4384.0, 4395.0, 4381.0, 4383.0, 4397.0, 4406.0, 4398.0, 4415.0, 4373.0, 4403.0, 4379.0, 4361.0, 4389.0, 4359.0, 4388.0, 4347.0, 4366.0, 4347.0, 4346.0, 4346.0, 4357.0, 4357.0, 4370.0, 4368.0, 4372.0, 4359.0, 4360.0, 4360.0, 4358.0, 4358.0, 4378.0, 4360.0, 4358.0, 4361.0, 4379.0, 4360.0, 4379.0, 4349.0, 4368.0, 4360.0, 4357.0, 4359.0, 4371.0, 4370.0, 4362.0, 4372.0, 4384.0, 4372.0, 4394.0, 4373.0, 4375.0, 4374.0, 4362.0, 4360.0, 4372.0, 4358.0, 4349.0, 4376.0, 4358.0, 4378.0, 4360.0, 4358.0, 4359.0, 4370.0, 4358.0, 4369.0, 4382.0, 4383.0, 4386.0, 4394.0, 4404.0, 4395.0, 4394.0, 4395.0, 4395.0, 4405.0, 4385.0, 4384.0, 4382.0, 4371.0, 4401.0, 4371.0, 4401.0, 4380.0, 4369.0, 4355.0, 4356.0, 4366.0, 4357.0, 4368.0, 4378.0, 4371.0, 4381.0, 4372.0, 4393.0, 4381.0, 4385.0, 4384.0, 4407.0, 4406.0, 4406.0, 4395.0, 4384.0, 4393.0, 4384.0, 4395.0, 4386.0, 4374.0, 4417.0, 4413.0, 4382.0, 4399.0, 4348.0, 4357.0, 4358.0, 4369.0, 4370.0, 4371.0, 4370.0, 4374.0, 4382.0, 4376.0, 4385.0, 4384.0, 4395.0, 4384.0, 4375.0, 4385.0, 4405.0, 4386.0, 4383.0, 4374.0, 4372.0, 4373.0, 4371.0, 4390.0, 4360.0, 4359.0, 4349.0, 4370.0, 4370.0, 4359.0, 4368.0, 4368.0, 4356.0, 4369.0, 4379.0, 4372.0, 4380.0, 4392.0, 4373.0, 4372.0, 4370.0, 4369.0, 4382.0, 4381.0, 4372.0, 4382.0, 4407.0, 4393.0, 4374.0, 4381.0, 4372.0, 4393.0, 4382.0, 4383.0, 4394.0, 4406.0, 4385.0, 4407.0, 4402.0, 4362.0, 4400.0, 4360.0, 4379.0, 4372.0, 4381.0, 4370.0, 4370.0, 4369.0, 4368.0, 4368.0, 4370.0, 4370.0, 4392.0, 4361.0, 4360.0, 4357.0, 4347.0, 4368.0, 4368.0, 4369.0, 4381.0, 4381.0, 4372.0, 4381.0, 4392.0, 4373.0, 4391.0, 4360.0, 4360.0, 4369.0, 4368.0, 4380.0, 4357.0, 4358.0, 4356.0, 4346.0, 4355.0, 4346.0, 4377.0, 4392.0, 4382.0, 4382.0, 4371.0, 4382.0, 4391.0, 4394.0, 4394.0, 4407.0, 4415.0, 4394.0, 4392.0, 4384.0, 4383.0, 4383.0, 4380.0, 4373.0, 4394.0, 4394.0, 4397.0, 4396.0, 4398.0, 4417.0, 4396.0, 4406.0, 4396.0, 4385.0, 4385.0, 4395.0, 4383.0, 4385.0, 4385.0, 4385.0, 4403.0, 4374.0, 4403.0, 4375.0, 4384.0, 4384.0, 4383.0, 4382.0, 4371.0, 4371.0, 4381.0, 4392.0, 4374.0, 4372.0, 4404.0, 4372.0, 4372.0, 4399.0, 4349.0, 4376.0, 4347.0, 4345.0, 4346.0, 4345.0, 4368.0, 4367.0, 4378.0, 4369.0, 4380.0, 4367.0, 4348.0, 4356.0, 4357.0, 4366.0, 4358.0, 4370.0, 4391.0, 4393.0, 4394.0, 4396.0, 4407.0, 4408.0, 4429.0, 4397.0, 4419.0, 4416.0, 4374.0, 4403.0, 4373.0, 4371.0, 4371.0, 4370.0, 4370.0, 4370.0, 4380.0, 4370.0, 4380.0, 4369.0, 4370.0, 4380.0, 4372.0, 4392.0, 4383.0, 4382.0, 4381.0, 4369.0, 4359.0, 4382.0, 4392.0, 4384.0, 4404.0, 4405.0, 4387.0, 4385.0, 4386.0, 4374.0, 4383.0, 4372.0, 4402.0, 4360.0, 4412.0, 4379.0, 4358.0, 4386.0, 4347.0, 4364.0, 4345.0, 4354.0, 4356.0, 4366.0, 4358.0, 4366.0, 4358.0, 4378.0, 4368.0, 4368.0, 4369.0, 4347.0, 4369.0, 4368.0, 4371.0, 4369.0, 4381.0, 4392.0, 4383.0, 4381.0, 4384.0, 4393.0, 4387.0, 4402.0, 4384.0, 4404.0, 4383.0, 4360.0, 4370.0, 4359.0, 4370.0, 4359.0, 4380.0, 4381.0, 4384.0, 4383.0, 4384.0, 4383.0, 4384.0, 4402.0, 4382.0, 4382.0, 4370.0, 4360.0, 4359.0, 4359.0, 4380.0, 4368.0, 4369.0, 4382.0, 4384.0, 4385.0, 4383.0, 4406.0, 4403.0, 4373.0, 4401.0, 4370.0, 4370.0, 4370.0, 4371.0, 4360.0, 4379.0, 4358.0, 4368.0, 4347.0, 4355.0, 4357.0, 4366.0, 4347.0, 4357.0, 4368.0, 4358.0, 4366.0, 4371.0, 4399.0, 4368.0, 4369.0, 4367.0, 4358.0, 4378.0, 4359.0, 4368.0, 4370.0, 4380.0, 4383.0, 4381.0, 4384.0, 4403.0, 4382.0, 4393.0, 4371.0, 4372.0, 4361.0, 4372.0, 4383.0, 4373.0, 4380.0, 4360.0, 4380.0, 4371.0, 4382.0, 4383.0, 4383.0, 4383.0, 4393.0, 4396.0, 4394.0, 4386.0, 4405.0, 4384.0, 4386.0, 4394.0, 4373.0, 4370.0, 4371.0, 4380.0, 4372.0, 4381.0, 4383.0, 4373.0, 4392.0, 4382.0, 4381.0, 4372.0, 4380.0, 4372.0, 4370.0, 4362.0, 4402.0, 4381.0, 4368.0, 4368.0, 4357.0, 4367.0, 4346.0, 4368.0, 4370.0, 4378.0, 4359.0, 4368.0, 4359.0, 4380.0, 4379.0, 4380.0, 4390.0, 4381.0, 4392.0, 4383.0, 4392.0, 4362.0, 4381.0, 4370.0, 4380.0, 4370.0, 4380.0, 4371.0, 4380.0, 4391.0, 4383.0, 4413.0, 4383.0, 4392.0, 4382.0, 4391.0, 4371.0, 4381.0, 4381.0, 4383.0, 4392.0, 4394.0, 4416.0, 4382.0, 4389.0, 4380.0, 4379.0, 4370.0, 4381.0, 4391.0, 4383.0, 4404.0, 4369.0, 4360.0, 4387.0, 4348.0, 4366.0, 4358.0, 4357.0, 4367.0, 4348.0, 4367.0, 4359.0, 4369.0, 4359.0, 4382.0, 4372.0, 4394.0, 4398.0, 4396.0, 4396.0, 4414.0, 4396.0, 4406.0, 4395.0, 4384.0, 4385.0, 4383.0, 4385.0, 4394.0, 4397.0, 4416.0, 4394.0, 4385.0, 4383.0, 4362.0, 4381.0, 4381.0, 4372.0, 4384.0, 4393.0, 4385.0, 4406.0, 4406.0, 4386.0, 4393.0, 4373.0, 4393.0, 4403.0, 4382.0, 4423.0, 4370.0, 4400.0, 4366.0, 4347.0, 4366.0, 4345.0, 4367.0, 4357.0, 4355.0, 4356.0, 4356.0, 4370.0, 4356.0, 4366.0, 4355.0, 4368.0, 4389.0, 4371.0, 4391.0, 4405.0], 'WindowWidth': [9732.0, 9691.0, 9679.0, 9696.0, 9663.0, 9656.0, 9660.0, 9629.0, 9608.0, 9623.0, 9625.0, 9639.0, 9633.0, 9666.0, 9640.0, 9650.0, 9622.0, 9597.0, 9617.0, 9616.0, 9617.0, 9640.0, 9650.0, 9683.0, 9672.0, 9667.0, 9667.0, 9647.0, 9651.0, 9644.0, 9689.0, 9694.0, 9644.0, 9620.0, 9640.0, 9636.0, 9640.0, 9648.0, 9665.0, 9669.0, 9654.0, 9691.0, 9651.0, 9644.0, 9666.0, 9634.0, 9691.0, 9628.0, 9652.0, 9607.0, 9629.0, 9620.0, 9622.0, 9642.0, 9649.0, 9631.0, 9663.0, 9649.0, 9645.0, 9625.0, 9641.0, 9622.0, 9624.0, 9665.0, 9637.0, 9624.0, 9626.0, 9618.0, 9661.0, 9617.0, 9664.0, 9616.0, 9643.0, 9599.0, 9595.0, 9591.0, 9610.0, 9600.0, 9616.0, 9635.0, 9624.0, 9653.0, 9639.0, 9640.0, 9625.0, 9641.0, 9661.0, 9649.0, 9646.0, 9662.0, 9678.0, 9646.0, 9630.0, 9648.0, 9643.0, 9643.0, 9639.0, 9623.0, 9644.0, 9626.0, 9644.0, 9641.0, 9653.0, 9643.0, 9625.0, 9628.0, 9628.0, 9679.0, 9651.0, 9657.0, 9627.0, 9620.0, 9641.0, 9641.0, 9659.0, 9650.0, 9653.0, 9645.0, 9645.0, 9620.0, 9598.0, 9603.0, 9615.0, 9615.0, 9625.0, 9618.0, 9638.0, 9618.0, 9636.0, 9618.0, 9618.0, 9604.0, 9619.0, 9617.0, 9643.0, 9642.0, 9644.0, 9665.0, 9665.0, 9672.0, 9653.0, 9703.0, 9676.0, 9663.0, 9686.0, 9630.0, 9626.0, 9645.0, 9624.0, 9647.0, 9674.0, 9639.0, 9656.0, 9624.0, 9607.0, 9620.0, 9624.0, 9643.0, 9659.0, 9665.0, 9652.0, 9646.0, 9643.0, 9649.0, 9643.0, 9646.0, 9663.0, 9628.0, 9646.0, 9626.0, 9645.0, 9630.0, 9630.0, 9631.0, 9643.0, 9646.0, 9651.0, 9663.0, 9651.0, 9695.0, 9646.0, 9657.0, 9643.0, 9638.0, 9642.0, 9631.0, 9626.0, 9648.0, 9622.0, 9619.0, 9619.0, 9620.0, 9619.0, 9626.0, 9620.0, 9622.0, 9622.0, 9654.0, 9618.0, 9617.0, 9597.0, 9600.0, 9600.0, 9601.0, 9598.0, 9617.0, 9624.0, 9634.0, 9640.0, 9631.0, 9638.0, 9646.0, 9641.0, 9668.0, 9678.0, 9644.0, 9646.0, 9641.0, 9642.0, 9657.0, 9641.0, 9648.0, 9642.0, 9648.0, 9655.0, 9643.0, 9680.0, 9623.0, 9605.0, 9622.0, 9619.0, 9637.0, 9639.0, 9660.0, 9666.0, 9663.0, 9661.0, 9649.0, 9668.0, 9686.0, 9675.0, 9677.0, 9671.0, 9690.0, 9649.0, 9667.0, 9607.0, 9649.0, 9627.0, 9638.0, 9627.0, 9635.0, 9643.0, 9657.0, 9662.0, 9655.0, 9667.0, 9703.0, 9679.0, 9699.0, 9668.0, 9649.0, 9651.0, 9647.0, 9654.0, 9636.0, 9630.0, 9677.0, 9632.0, 9644.0, 9659.0, 9633.0, 9641.0, 9660.0, 9627.0, 9705.0, 9677.0, 9632.0, 9643.0, 9621.0, 9647.0, 9618.0, 9608.0, 9618.0, 9633.0, 9640.0, 9640.0, 9646.0, 9660.0, 9660.0, 9660.0, 9674.0, 9669.0, 9686.0, 9659.0, 9666.0, 9692.0, 9699.0, 9695.0, 9712.0, 9649.0, 9689.0, 9649.0, 9629.0, 9666.0, 9624.0, 9660.0, 9602.0, 9626.0, 9603.0, 9598.0, 9599.0, 9615.0, 9617.0, 9640.0, 9635.0, 9648.0, 9624.0, 9628.0, 9623.0, 9621.0, 9621.0, 9649.0, 9626.0, 9621.0, 9631.0, 9651.0, 9628.0, 9649.0, 9611.0, 9635.0, 9624.0, 9618.0, 9622.0, 9642.0, 9639.0, 9634.0, 9645.0, 9666.0, 9647.0, 9679.0, 9649.0, 9657.0, 9651.0, 9633.0, 9626.0, 9643.0, 9621.0, 9608.0, 9642.0, 9619.0, 9648.0, 9624.0, 9619.0, 9620.0, 9635.0, 9620.0, 9640.0, 9662.0, 9667.0, 9673.0, 9681.0, 9697.0, 9686.0, 9683.0, 9684.0, 9683.0, 9697.0, 9671.0, 9666.0, 9660.0, 9643.0, 9684.0, 9642.0, 9686.0, 9655.0, 9636.0, 9610.0, 9614.0, 9627.0, 9616.0, 9635.0, 9649.0, 9645.0, 9658.0, 9647.0, 9678.0, 9659.0, 9670.0, 9667.0, 9704.0, 9701.0, 9701.0, 9685.0, 9668.0, 9679.0, 9666.0, 9682.0, 9672.0, 9653.0, 9716.0, 9703.0, 9655.0, 9674.0, 9602.0, 9613.0, 9616.0, 9635.0, 9638.0, 9645.0, 9640.0, 9651.0, 9662.0, 9656.0, 9666.0, 9666.0, 9682.0, 9664.0, 9653.0, 9665.0, 9694.0, 9670.0, 9661.0, 9649.0, 9642.0, 9645.0, 9639.0, 9666.0, 9624.0, 9621.0, 9609.0, 9640.0, 9641.0, 9621.0, 9632.0, 9632.0, 9615.0, 9637.0, 9649.0, 9644.0, 9653.0, 9674.0, 9646.0, 9643.0, 9637.0, 9635.0, 9658.0, 9657.0, 9648.0, 9661.0, 9705.0, 9678.0, 9650.0, 9657.0, 9645.0, 9675.0, 9661.0, 9664.0, 9680.0, 9702.0, 9669.0, 9702.0, 9686.0, 9631.0, 9678.0, 9625.0, 9648.0, 9646.0, 9658.0, 9641.0, 9638.0, 9636.0, 9634.0, 9633.0, 9638.0, 9640.0, 9673.0, 9626.0, 9623.0, 9615.0, 9600.0, 9631.0, 9633.0, 9637.0, 9655.0, 9655.0, 9647.0, 9655.0, 9673.0, 9645.0, 9667.0, 9623.0, 9622.0, 9634.0, 9633.0, 9651.0, 9617.0, 9619.0, 9611.0, 9598.0, 9609.0, 9601.0, 9646.0, 9677.0, 9662.0, 9661.0, 9644.0, 9659.0, 9672.0, 9680.0, 9680.0, 9706.0, 9712.0, 9679.0, 9675.0, 9666.0, 9662.0, 9661.0, 9656.0, 9649.0, 9680.0, 9682.0, 9693.0, 9688.0, 9692.0, 9717.0, 9687.0, 9701.0, 9687.0, 9668.0, 9668.0, 9682.0, 9664.0, 9670.0, 9668.0, 9670.0, 9690.0, 9651.0, 9689.0, 9654.0, 9664.0, 9665.0, 9663.0, 9660.0, 9644.0, 9641.0, 9654.0, 9671.0, 9652.0, 9645.0, 9693.0, 9644.0, 9645.0, 9675.0, 9608.0, 9641.0, 9602.0, 9597.0, 9597.0, 9597.0, 9631.0, 9632.0, 9647.0, 9634.0, 9653.0, 9629.0, 9603.0, 9612.0, 9615.0, 9625.0, 9619.0, 9642.0, 9672.0, 9678.0, 9680.0, 9688.0, 9703.0, 9707.0, 9738.0, 9691.0, 9724.0, 9714.0, 9652.0, 9689.0, 9649.0, 9641.0, 9641.0, 9637.0, 9639.0, 9639.0, 9654.0, 9638.0, 9651.0, 9637.0, 9640.0, 9652.0, 9647.0, 9673.0, 9664.0, 9659.0, 9654.0, 9634.0, 9622.0, 9657.0, 9672.0, 9666.0, 9694.0, 9697.0, 9675.0, 9668.0, 9669.0, 9650.0, 9661.0, 9644.0, 9684.0, 9627.0, 9702.0, 9646.0, 9617.0, 9652.0, 9600.0, 9619.0, 9595.0, 9606.0, 9612.0, 9624.0, 9620.0, 9628.0, 9619.0, 9647.0, 9631.0, 9633.0, 9634.0, 9604.0, 9636.0, 9635.0, 9643.0, 9638.0, 9658.0, 9674.0, 9664.0, 9658.0, 9667.0, 9678.0, 9675.0, 9689.0, 9666.0, 9692.0, 9660.0, 9625.0, 9639.0, 9624.0, 9637.0, 9624.0, 9654.0, 9656.0, 9664.0, 9662.0, 9666.0, 9662.0, 9666.0, 9688.0, 9657.0, 9658.0, 9639.0, 9625.0, 9620.0, 9622.0, 9652.0, 9634.0, 9636.0, 9660.0, 9665.0, 9668.0, 9663.0, 9699.0, 9689.0, 9647.0, 9683.0, 9639.0, 9638.0, 9638.0, 9639.0, 9623.0, 9648.0, 9616.0, 9629.0, 9598.0, 9608.0, 9611.0, 9624.0, 9600.0, 9614.0, 9631.0, 9620.0, 9628.0, 9641.0, 9678.0, 9632.0, 9635.0, 9628.0, 9619.0, 9644.0, 9622.0, 9635.0, 9639.0, 9653.0, 9663.0, 9657.0, 9668.0, 9690.0, 9660.0, 9676.0, 9643.0, 9645.0, 9629.0, 9644.0, 9661.0, 9649.0, 9652.0, 9624.0, 9649.0, 9644.0, 9659.0, 9662.0, 9663.0, 9664.0, 9675.0, 9687.0, 9681.0, 9672.0, 9698.0, 9665.0, 9672.0, 9680.0, 9648.0, 9639.0, 9642.0, 9654.0, 9645.0, 9654.0, 9663.0, 9646.0, 9674.0, 9658.0, 9657.0, 9645.0, 9654.0, 9647.0, 9641.0, 9632.0, 9687.0, 9655.0, 9633.0, 9632.0, 9617.0, 9628.0, 9602.0, 9632.0, 9640.0, 9649.0, 9624.0, 9634.0, 9625.0, 9655.0, 9654.0, 9655.0, 9670.0, 9660.0, 9676.0, 9664.0, 9676.0, 9633.0, 9657.0, 9640.0, 9653.0, 9641.0, 9654.0, 9643.0, 9656.0, 9673.0, 9663.0, 9705.0, 9663.0, 9676.0, 9660.0, 9670.0, 9644.0, 9658.0, 9658.0, 9664.0, 9673.0, 9681.0, 9713.0, 9661.0, 9666.0, 9652.0, 9652.0, 9641.0, 9657.0, 9673.0, 9663.0, 9695.0, 9637.0, 9624.0, 9654.0, 9602.0, 9623.0, 9617.0, 9614.0, 9628.0, 9603.0, 9629.0, 9622.0, 9635.0, 9621.0, 9658.0, 9648.0, 9682.0, 9695.0, 9688.0, 9688.0, 9708.0, 9685.0, 9699.0, 9683.0, 9667.0, 9667.0, 9663.0, 9668.0, 9678.0, 9689.0, 9714.0, 9677.0, 9670.0, 9664.0, 9633.0, 9656.0, 9657.0, 9646.0, 9664.0, 9679.0, 9672.0, 9699.0, 9700.0, 9672.0, 9677.0, 9649.0, 9674.0, 9690.0, 9660.0, 9717.0, 9640.0, 9680.0, 9626.0, 9601.0, 9625.0, 9597.0, 9630.0, 9616.0, 9609.0, 9613.0, 9615.0, 9638.0, 9613.0, 9627.0, 9611.0, 9634.0, 9665.0, 9645.0, 9673.0, 9697.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.0037514351320321482</td></tr>
<tr><td colspan=3>aqi</td><td>0.03359395143513203</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.5485512391609</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.206213968701149</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0231719476896561</td></tr>
<tr><td colspan=3>efc</td><td>0.4434</td></tr>
<tr><td colspan=3>fber</td><td>8780.957</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09121506266022217</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.640642939150402</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5097262064154946</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.39549203379611</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8292384780002435</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.30444810745013</td></tr>
<tr><td colspan=3>gcor</td><td>0.00855634</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012076049111783504</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016112474724650383</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.703660250601907</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.5145</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.7449</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.8532</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309351.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>865.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.2089</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9254</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>585.027</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3619.4264</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1046.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4773.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1048.6845</td></tr>
<tr><td colspan=3>tsnr</td><td>34.21771592227742</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>