ds005256-mriqc/sub-0032_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 25fea00fc3 [DATALAD RUNCMD] Compute MRIQC for sub-0032
=== 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-0032 --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-0032",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:03 +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-0032_ses-04_task-social_acq-mb8_run-03_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-0032_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-03_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-0032/ses-04/func/sub-0032_ses-04_task-social_acq-mb8_run-03_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>6217bd9648ed9a27aa5879d122121c1c</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>15:11:9.730000</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.998802, -0.0404876, 0.0274951, 0.0418621, 0.9978, -0.0514066]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0941023</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7787, -7217, 597, -56, -215, 106, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ff965afe-0848-4840-9824-741aa785ca27||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.6797118186950684, 0.11231308430433273, 0.06845373660326004, 107.03810119628906], [0.10862534493207932, 2.6770246028900146, -0.1417391449213028, -100.09868621826172], [0.07376722246408463, 0.1379200965166092, 2.6954078674316406, -71.52958679199219], [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': ['151109.730000', '151110.190000', '151110.650000', '151111.110000', '151111.570000', '151112.030000', '151112.490000', '151112.950000', '151113.410000', '151113.870000', '151114.330000', '151114.790000', '151115.250000', '151115.710000', '151116.170000', '151116.630000', '151117.090000', '151117.550000', '151118.010000', '151118.470000', '151118.930000', '151119.390000', '151119.850000', '151120.310000', '151120.770000', '151121.230000', '151121.690000', '151122.150000', '151122.610000', '151123.070000', '151123.530000', '151123.990000', '151124.450000', '151124.910000', '151125.370000', '151125.830000', '151126.290000', '151126.750000', '151127.210000', '151127.670000', '151128.130000', '151128.590000', '151129.050000', '151129.510000', '151129.970000', '151130.430000', '151130.890000', '151131.350000', '151131.810000', '151132.270000', '151132.730000', '151133.190000', '151133.650000', '151134.110000', '151134.570000', '151135.030000', '151135.490000', '151135.950000', '151136.410000', '151136.870000', '151137.330000', '151137.790000', '151138.250000', '151138.710000', '151139.170000', '151139.630000', '151140.090000', '151140.550000', '151141.010000', '151141.470000', '151141.930000', '151142.390000', '151142.850000', '151143.310000', '151143.770000', '151144.230000', '151144.690000', '151145.150000', '151145.610000', '151146.070000', '151146.530000', '151146.990000', '151147.450000', '151147.910000', '151148.370000', '151148.830000', '151149.290000', '151149.750000', '151150.210000', '151150.670000', '151151.130000', '151151.590000', '151152.050000', '151152.510000', '151152.970000', '151153.430000', '151153.890000', '151154.350000', '151154.810000', '151155.270000', '151155.730000', '151156.190000', '151156.650000', '151157.110000', '151157.570000', '151158.030000', '151158.490000', '151158.950000', '151159.410000', '151159.870000', '151200.330000', '151200.790000', '151201.250000', '151201.710000', '151202.170000', '151202.630000', '151203.090000', '151203.550000', '151204.010000', '151204.470000', '151204.930000', '151205.390000', '151205.850000', '151206.310000', '151206.770000', '151207.230000', '151207.690000', '151208.150000', '151208.610000', '151209.070000', '151209.530000', '151209.990000', '151210.450000', '151210.910000', '151211.370000', '151211.830000', '151212.290000', '151212.750000', '151213.210000', '151213.670000', '151214.130000', '151214.590000', '151215.050000', '151215.510000', '151215.970000', '151216.430000', '151216.890000', '151217.350000', '151217.810000', '151218.270000', '151218.730000', '151219.190000', '151219.650000', '151220.110000', '151220.570000', '151221.030000', '151221.490000', '151221.950000', '151222.410000', '151222.870000', '151223.330000', '151223.790000', '151224.250000', '151224.710000', '151225.170000', '151225.630000', '151226.090000', '151226.550000', '151227.010000', '151227.470000', '151227.930000', '151228.390000', '151228.850000', '151229.310000', '151229.770000', '151230.230000', '151230.690000', '151231.150000', '151231.610000', '151232.070000', '151232.530000', '151232.990000', '151233.450000', '151233.910000', '151234.370000', '151234.830000', '151235.290000', '151235.750000', '151236.210000', '151236.670000', '151237.130000', '151237.590000', '151238.050000', '151238.510000', '151238.970000', '151239.430000', '151239.890000', '151240.350000', '151240.810000', '151241.270000', '151241.730000', '151242.190000', '151242.650000', '151243.110000', '151243.570000', '151244.030000', '151244.490000', '151244.950000', '151245.410000', '151245.870000', '151246.330000', '151246.790000', '151247.250000', '151247.710000', '151248.170000', '151248.630000', '151249.090000', '151249.550000', '151250.010000', '151250.470000', '151250.930000', '151251.390000', '151251.850000', '151252.310000', '151252.770000', '151253.230000', '151253.690000', '151254.150000', '151254.610000', '151255.070000', '151255.530000', '151255.990000', '151256.450000', '151256.910000', '151257.370000', '151257.830000', '151258.290000', '151258.750000', '151259.210000', '151259.670000', '151300.130000', '151300.590000', '151301.050000', '151301.510000', '151301.970000', '151302.430000', '151302.890000', '151303.350000', '151303.810000', '151304.270000', '151304.730000', '151305.190000', '151305.650000', '151306.110000', '151306.570000', '151307.030000', '151307.490000', '151307.950000', '151308.410000', '151308.870000', '151309.330000', '151309.790000', '151310.250000', '151310.710000', '151311.170000', '151311.630000', '151312.090000', '151312.550000', '151313.010000', '151313.470000', '151313.930000', '151314.390000', '151314.850000', '151315.310000', '151315.770000', '151316.230000', '151316.690000', '151317.150000', '151317.610000', '151318.070000', '151318.530000', '151318.990000', '151319.450000', '151319.910000', '151320.370000', '151320.830000', '151321.290000', '151321.750000', '151322.210000', '151322.670000', '151323.130000', '151323.590000', '151324.050000', '151324.510000', '151324.970000', '151325.430000', '151325.890000', '151326.350000', '151326.810000', '151327.270000', '151327.730000', '151328.190000', '151328.650000', '151329.110000', '151329.570000', '151330.030000', '151330.490000', '151330.950000', '151331.410000', '151331.870000', '151332.330000', '151332.790000', '151333.250000', '151333.710000', '151334.170000', '151334.630000', '151335.090000', '151335.550000', '151336.010000', '151336.470000', '151336.930000', '151337.390000', '151337.850000', '151338.310000', '151338.770000', '151339.230000', '151339.690000', '151340.150000', '151340.610000', '151341.070000', '151341.530000', '151341.990000', '151342.450000', '151342.910000', '151343.370000', '151343.830000', '151344.290000', '151344.750000', '151345.210000', '151345.670000', '151346.130000', '151346.590000', '151347.050000', '151347.510000', '151347.970000', '151348.430000', '151348.890000', '151349.350000', '151349.810000', '151350.270000', '151350.730000', '151351.190000', '151351.650000', '151352.110000', '151352.570000', '151353.030000', '151353.490000', '151353.950000', '151354.410000', '151354.870000', '151355.330000', '151355.790000', '151356.250000', '151356.710000', '151357.170000', '151357.630000', '151358.090000', '151358.550000', '151359.010000', '151359.470000', '151359.930000', '151400.390000', '151400.850000', '151401.310000', '151401.770000', '151402.230000', '151402.690000', '151403.150000', '151403.610000', '151404.070000', '151404.530000', '151404.990000', '151405.450000', '151405.910000', '151406.370000', '151406.830000', '151407.290000', '151407.750000', '151408.210000', '151408.670000', '151409.130000', '151409.590000', '151410.050000', '151410.510000', '151410.970000', '151411.430000', '151411.890000', '151412.350000', '151412.810000', '151413.270000', '151413.730000', '151414.190000', '151414.650000', '151415.110000', '151415.570000', '151416.030000', '151416.490000', '151416.950000', '151417.410000', '151417.870000', '151418.330000', '151418.790000', '151419.250000', '151419.710000', '151420.170000', '151420.630000', '151421.090000', '151421.550000', '151422.010000', '151422.470000', '151422.930000', '151423.390000', '151423.850000', '151424.310000', '151424.770000', '151425.230000', '151425.690000', '151426.150000', '151426.610000', '151427.070000', '151427.530000', '151427.990000', '151428.450000', '151428.910000', '151429.370000', '151429.830000', '151430.290000', '151430.750000', '151431.210000', '151431.670000', '151432.130000', '151432.590000', '151433.050000', '151433.510000', '151433.970000', '151434.430000', '151434.890000', '151435.350000', '151435.810000', '151436.270000', '151436.730000', '151437.190000', '151437.650000', '151438.110000', '151438.570000', '151439.030000', '151439.490000', '151439.950000', '151440.410000', '151440.870000', '151441.330000', '151441.790000', '151442.250000', '151442.710000', '151443.170000', '151443.630000', '151444.090000', '151444.550000', '151445.010000', '151445.470000', '151445.930000', '151446.390000', '151446.850000', '151447.310000', '151447.770000', '151448.230000', '151448.690000', '151449.150000', '151449.610000', '151450.070000', '151450.530000', '151450.990000', '151451.450000', '151451.910000', '151452.370000', '151452.830000', '151453.290000', '151453.750000', '151454.210000', '151454.670000', '151455.130000', '151455.590000', '151456.050000', '151456.510000', '151456.970000', '151457.430000', '151457.890000', '151458.350000', '151458.810000', '151459.270000', '151459.730000', '151500.190000', '151500.650000', '151501.110000', '151501.570000', '151502.030000', '151502.490000', '151502.950000', '151503.410000', '151503.870000', '151504.330000', '151504.790000', '151505.250000', '151505.710000', '151506.170000', '151506.630000', '151507.090000', '151507.550000', '151508.010000', '151508.470000', '151508.930000', '151509.390000', '151509.850000', '151510.310000', '151510.770000', '151511.230000', '151511.690000', '151512.150000', '151512.610000', '151513.070000', '151513.530000', '151513.990000', '151514.450000', '151514.910000', '151515.370000', '151515.830000', '151516.290000', '151516.750000', '151517.210000', '151517.670000', '151518.130000', '151518.590000', '151519.050000', '151519.510000', '151519.970000', '151520.430000', '151520.890000', '151521.350000', '151521.810000', '151522.270000', '151522.730000', '151523.190000', '151523.650000', '151524.110000', '151524.570000', '151525.030000', '151525.490000', '151525.950000', '151526.410000', '151526.870000', '151527.330000', '151527.790000', '151528.250000', '151528.710000', '151529.170000', '151529.630000', '151530.090000', '151530.550000', '151531.010000', '151531.470000', '151531.930000', '151532.390000', '151532.850000', '151533.310000', '151533.770000', '151534.230000', '151534.690000', '151535.150000', '151535.610000', '151536.070000', '151536.530000', '151536.990000', '151537.450000', '151537.910000', '151538.370000', '151538.830000', '151539.290000', '151539.750000', '151540.210000', '151540.670000', '151541.130000', '151541.590000', '151542.050000', '151542.510000', '151542.970000', '151543.430000', '151543.890000', '151544.350000', '151544.810000', '151545.270000', '151545.730000', '151546.190000', '151546.650000', '151547.110000', '151547.570000', '151548.030000', '151548.490000', '151548.950000', '151549.410000', '151549.870000', '151550.330000', '151550.790000', '151551.250000', '151551.710000', '151552.170000', '151552.630000', '151553.090000', '151553.550000', '151554.010000', '151554.470000', '151554.930000', '151555.390000', '151555.850000', '151556.310000', '151556.770000', '151557.230000', '151557.690000', '151558.150000', '151558.610000', '151559.070000', '151559.530000', '151559.990000', '151600.450000', '151600.910000', '151601.370000', '151601.830000', '151602.290000', '151602.750000', '151603.210000', '151603.670000', '151604.130000', '151604.590000', '151605.050000', '151605.510000', '151605.970000', '151606.430000', '151606.890000', '151607.350000', '151607.810000', '151608.270000', '151608.730000', '151609.190000', '151609.650000', '151610.110000', '151610.570000', '151611.030000', '151611.490000', '151611.950000', '151612.410000', '151612.870000', '151613.330000', '151613.790000', '151614.250000', '151614.710000', '151615.170000', '151615.630000', '151616.090000', '151616.550000', '151617.010000', '151617.470000', '151617.930000', '151618.390000', '151618.850000', '151619.310000', '151619.770000', '151620.230000', '151620.690000', '151621.150000', '151621.610000', '151622.070000', '151622.530000', '151622.990000', '151623.450000', '151623.910000', '151624.370000', '151624.830000', '151625.290000', '151625.750000', '151626.210000', '151626.670000', '151627.130000', '151627.590000', '151628.050000', '151628.510000', '151628.970000', '151629.430000', '151629.890000', '151630.350000', '151630.810000', '151631.270000', '151631.730000', '151632.190000', '151632.650000', '151633.110000', '151633.570000', '151634.030000', '151634.490000', '151634.950000', '151635.410000', '151635.870000', '151636.330000', '151636.790000', '151637.250000', '151637.710000', '151638.170000', '151638.630000', '151639.090000', '151639.550000', '151640.010000', '151640.470000', '151640.930000', '151641.390000', '151641.850000', '151642.310000', '151642.770000', '151643.230000', '151643.690000', '151644.150000', '151644.610000', '151645.070000', '151645.530000', '151645.990000', '151646.450000', '151646.910000', '151647.370000', '151647.830000', '151648.290000', '151648.750000', '151649.210000', '151649.670000', '151650.130000', '151650.590000', '151651.050000', '151651.510000', '151651.970000', '151652.430000', '151652.890000', '151653.350000', '151653.810000', '151654.270000', '151654.730000', '151655.190000', '151655.650000', '151656.110000', '151656.570000', '151657.030000', '151657.490000', '151657.950000', '151658.410000', '151658.870000', '151659.330000', '151659.790000', '151700.250000', '151700.710000', '151701.170000', '151701.630000', '151702.090000', '151702.550000', '151703.010000', '151703.470000', '151703.930000', '151704.390000', '151704.850000', '151705.310000', '151705.770000', '151706.230000', '151706.690000', '151707.150000', '151707.610000', '151708.070000', '151708.530000', '151708.990000', '151709.450000', '151709.910000', '151710.370000', '151710.830000', '151711.290000', '151711.750000', '151712.210000', '151712.670000', '151713.130000', '151713.590000', '151714.050000', '151714.510000', '151714.970000', '151715.430000', '151715.890000', '151716.350000', '151716.810000', '151717.270000', '151717.730000', '151718.190000', '151718.650000', '151719.110000', '151719.570000', '151720.030000', '151720.490000', '151720.950000', '151721.410000', '151721.870000', '151722.330000', '151722.790000', '151723.250000', '151723.710000', '151724.170000', '151724.630000', '151725.090000', '151725.550000', '151726.010000', '151726.470000', '151726.930000', '151727.390000', '151727.850000', '151728.310000', '151728.770000', '151729.230000', '151729.690000', '151730.150000', '151730.610000', '151731.070000', '151731.530000', '151731.990000', '151732.450000', '151732.910000', '151733.370000', '151733.830000', '151734.290000', '151734.750000', '151735.210000', '151735.670000', '151736.130000', '151736.590000', '151737.050000', '151737.510000', '151737.970000', '151738.430000', '151738.890000', '151739.350000', '151739.810000', '151740.270000', '151740.730000', '151741.190000', '151741.650000', '151742.110000', '151742.570000', '151743.030000', '151743.490000', '151743.950000', '151744.410000', '151744.870000', '151745.330000', '151745.790000', '151746.250000', '151746.710000', '151747.170000', '151747.630000', '151748.090000', '151748.550000', '151749.010000', '151749.470000', '151749.930000', '151750.390000'], 'ContentTime': ['151121.559000', '151121.562000', '151121.565000', '151121.568000', '151121.571000', '151121.573000', '151121.576000', '151121.578000', '151121.581000', '151121.583000', '151121.586000', '151121.593000', '151121.596000', '151121.599000', '151121.601000', '151121.604000', '151121.606000', '151121.609000', '151121.611000', '151121.614000', '151121.616000', '151121.619000', '151121.621000', '151121.624000', '151141.527000', '151141.534000', '151141.536000', '151141.539000', '151141.541000', '151141.544000', '151141.546000', '151141.549000', '151141.552000', '151141.554000', '151141.557000', '151141.559000', '151141.562000', '151141.564000', '151141.567000', '151141.569000', '151141.572000', '151141.574000', '151141.577000', '151141.580000', '151141.582000', '151141.585000', '151141.587000', '151141.590000', '151141.592000', '151141.595000', '151141.597000', '151141.600000', '151141.603000', '151141.605000', '151141.608000', '151141.611000', '151141.613000', '151141.616000', '151141.618000', '151141.621000', '151141.623000', '151141.626000', '151141.628000', '151141.631000', '151141.634000', '151141.636000', '151141.639000', '151201.527000', '151201.529000', '151201.532000', '151201.535000', '151201.537000', '151201.540000', '151201.542000', '151201.545000', '151201.547000', '151201.550000', '151201.552000', '151201.555000', '151201.557000', '151201.560000', '151201.562000', '151201.565000', '151201.568000', '151201.570000', '151201.573000', '151201.575000', '151201.578000', '151201.585000', '151201.587000', '151201.590000', '151201.593000', '151201.595000', '151201.599000', '151201.602000', '151201.604000', '151201.607000', '151201.610000', '151201.612000', '151201.615000', '151201.617000', '151201.620000', '151201.623000', '151201.625000', '151201.628000', '151201.630000', '151201.633000', '151201.635000', '151201.638000', '151201.640000', '151221.526000', '151221.529000', '151221.532000', '151221.534000', '151221.537000', '151221.540000', '151221.542000', '151221.545000', '151221.547000', '151221.550000', '151221.552000', '151221.555000', '151221.557000', '151221.560000', '151221.563000', '151221.565000', '151221.581000', '151221.584000', '151221.586000', '151221.589000', '151221.591000', '151221.594000', '151221.596000', '151221.599000', '151221.602000', '151221.604000', '151221.607000', '151221.609000', '151221.612000', '151221.615000', '151221.617000', '151221.620000', '151221.622000', '151221.625000', '151221.627000', '151221.630000', '151221.633000', '151221.635000', '151221.638000', '151221.641000', '151221.643000', '151221.646000', '151221.648000', '151221.651000', '151241.526000', '151241.528000', '151241.531000', '151241.534000', '151241.536000', '151241.539000', '151241.542000', '151241.544000', '151241.547000', '151241.549000', '151241.552000', '151241.554000', '151241.557000', '151241.560000', '151241.562000', '151241.565000', '151241.567000', '151241.570000', '151241.573000', '151241.575000', '151241.580000', '151241.582000', '151241.585000', '151241.587000', '151241.590000', '151241.593000', '151241.595000', '151241.598000', '151241.601000', '151241.603000', '151241.606000', '151241.608000', '151241.611000', '151241.614000', '151241.616000', '151241.619000', '151241.621000', '151241.624000', '151241.627000', '151241.629000', '151241.632000', '151241.635000', '151241.637000', '151301.526000', '151301.528000', '151301.531000', '151301.534000', '151301.536000', '151301.539000', '151301.541000', '151301.544000', '151301.547000', '151301.549000', '151301.552000', '151301.554000', '151301.557000', '151301.560000', '151301.562000', '151301.565000', '151301.567000', '151301.570000', '151301.573000', '151301.575000', '151301.578000', '151301.580000', '151301.583000', '151301.585000', '151301.588000', '151301.590000', '151301.593000', '151301.596000', '151301.598000', '151301.601000', '151301.604000', '151301.606000', '151301.609000', '151301.611000', '151301.614000', '151301.616000', '151301.619000', '151301.622000', '151301.624000', '151301.627000', '151301.629000', '151301.632000', '151301.634000', '151301.637000', '151321.526000', '151321.529000', '151321.532000', '151321.534000', '151321.537000', '151321.540000', '151321.542000', '151321.545000', '151321.547000', '151321.550000', '151321.552000', '151321.555000', '151321.557000', '151321.560000', '151321.563000', '151321.565000', '151321.568000', '151321.570000', '151321.573000', '151321.576000', '151321.578000', '151321.581000', '151321.583000', '151321.586000', '151321.588000', '151321.591000', '151321.594000', '151321.596000', '151321.599000', '151321.602000', '151321.604000', '151321.607000', '151321.609000', '151321.612000', '151321.615000', '151321.617000', '151321.620000', '151321.622000', '151321.625000', '151321.628000', '151321.630000', '151321.633000', '151321.635000', '151321.638000', '151341.527000', '151341.529000', '151341.532000', '151341.535000', '151341.537000', '151341.540000', '151341.542000', '151341.545000', '151341.547000', '151341.550000', '151341.552000', '151341.555000', '151341.558000', '151341.560000', '151341.563000', '151341.566000', '151341.568000', '151341.571000', '151341.573000', '151341.576000', '151341.578000', '151341.581000', '151341.583000', '151341.586000', '151341.589000', '151341.591000', '151341.594000', '151341.596000', '151341.599000', '151341.602000', '151341.604000', '151341.607000', '151341.609000', '151341.612000', '151341.614000', '151341.617000', '151341.620000', '151341.622000', '151341.625000', '151341.627000', '151341.630000', '151341.633000', '151341.635000', '151401.527000', '151401.529000', '151401.532000', '151401.535000', '151401.537000', '151401.540000', '151401.542000', '151401.545000', '151401.547000', '151401.550000', '151401.552000', '151401.567000', '151401.570000', '151401.572000', '151401.575000', '151401.577000', '151401.580000', '151401.582000', '151401.585000', '151401.588000', '151401.590000', '151401.593000', '151401.595000', '151401.598000', '151401.601000', '151401.603000', '151401.606000', '151401.609000', '151401.611000', '151401.614000', '151401.617000', '151401.620000', '151401.623000', '151401.626000', '151401.628000', '151401.631000', '151401.633000', '151401.636000', '151401.639000', '151401.641000', '151401.644000', '151401.646000', '151401.649000', '151421.526000', '151421.529000', '151421.532000', '151421.534000', '151421.537000', '151421.540000', '151421.542000', '151421.545000', '151421.547000', '151421.550000', '151421.552000', '151421.555000', '151421.558000', '151421.560000', '151421.563000', '151421.565000', '151421.568000', '151421.571000', '151421.573000', '151421.576000', '151421.578000', '151421.581000', '151421.583000', '151421.586000', '151421.588000', '151421.591000', '151421.594000', '151421.596000', '151421.599000', '151421.602000', '151421.604000', '151421.607000', '151421.610000', '151421.612000', '151421.615000', '151421.617000', '151421.620000', '151421.622000', '151421.625000', '151421.628000', '151421.630000', '151421.633000', '151421.635000', '151421.638000', '151441.526000', '151441.529000', '151441.532000', '151441.535000', '151441.537000', '151441.540000', '151441.542000', '151441.545000', '151441.554000', '151441.557000', '151441.559000', '151441.562000', '151441.564000', '151441.567000', '151441.569000', '151441.572000', '151441.575000', '151441.577000', '151441.580000', '151441.582000', '151441.585000', '151441.588000', '151441.590000', '151441.593000', '151441.595000', '151441.598000', '151441.601000', '151441.604000', '151441.606000', '151441.609000', '151441.612000', '151441.614000', '151441.617000', '151441.620000', '151441.622000', '151441.625000', '151441.627000', '151441.630000', '151441.632000', '151441.635000', '151441.638000', '151441.640000', '151441.643000', '151501.525000', '151501.528000', '151501.531000', '151501.533000', '151501.536000', '151501.539000', '151501.541000', '151501.544000', '151501.546000', '151501.549000', '151501.551000', '151501.554000', '151501.557000', '151501.559000', '151501.562000', '151501.564000', '151501.567000', '151501.570000', '151501.572000', '151501.575000', '151501.577000', '151501.580000', '151501.583000', '151501.585000', '151501.588000', '151501.590000', '151501.593000', '151501.596000', '151501.598000', '151501.601000', '151501.603000', '151501.606000', '151501.609000', '151501.611000', '151501.614000', '151501.625000', '151501.627000', '151501.630000', '151501.633000', '151501.635000', '151501.638000', '151501.641000', '151501.643000', '151501.646000', '151521.525000', '151521.528000', '151521.531000', '151521.533000', '151521.536000', '151521.539000', '151521.541000', '151521.544000', '151521.546000', '151521.549000', '151521.552000', '151521.554000', '151521.557000', '151521.559000', '151521.562000', '151521.564000', '151521.567000', '151521.570000', '151521.572000', '151521.575000', '151521.577000', '151521.580000', '151521.583000', '151521.585000', '151521.588000', '151521.591000', '151521.593000', '151521.596000', '151521.598000', '151521.601000', '151521.604000', '151521.607000', '151521.610000', '151521.613000', '151521.615000', '151521.618000', '151521.627000', '151521.630000', '151521.632000', '151521.635000', '151521.638000', '151521.640000', '151521.643000', '151541.527000', '151541.529000', '151541.532000', '151541.535000', '151541.537000', '151541.540000', '151541.543000', '151541.545000', '151541.548000', '151541.550000', '151541.553000', '151541.556000', '151541.558000', '151541.561000', '151541.563000', '151541.566000', '151541.568000', '151541.571000', '151541.573000', '151541.576000', '151541.579000', '151541.581000', '151541.584000', '151541.587000', '151541.589000', '151541.592000', '151541.594000', '151541.597000', '151541.599000', '151541.602000', '151541.605000', '151541.607000', '151541.610000', '151541.613000', '151541.615000', '151541.618000', '151541.620000', '151541.623000', '151541.626000', '151541.628000', '151541.631000', '151541.634000', '151541.636000', '151541.639000', '151601.526000', '151601.529000', '151601.532000', '151601.534000', '151601.537000', '151601.540000', '151601.542000', '151601.545000', '151601.547000', '151601.550000', '151601.552000', '151601.555000', '151601.558000', '151601.560000', '151601.563000', '151601.565000', '151601.568000', '151601.571000', '151601.573000', '151601.576000', '151601.578000', '151601.581000', '151601.584000', '151601.586000', '151601.589000', '151601.591000', '151601.594000', '151601.597000', '151601.599000', '151601.602000', '151601.605000', '151601.608000', '151601.611000', '151601.613000', '151601.616000', '151601.619000', '151601.621000', '151601.624000', '151601.626000', '151601.629000', '151601.632000', '151601.634000', '151601.637000', '151621.527000', '151621.529000', '151621.532000', '151621.535000', '151621.537000', '151621.540000', '151621.542000', '151621.545000', '151621.548000', '151621.550000', '151621.553000', '151621.555000', '151621.558000', '151621.560000', '151621.563000', '151621.566000', '151621.568000', '151621.571000', '151621.573000', '151621.576000', '151621.578000', '151621.581000', '151621.584000', '151621.586000', '151621.589000', '151621.591000', '151621.594000', '151621.597000', '151621.599000', '151621.602000', '151621.604000', '151621.607000', '151621.610000', '151621.612000', '151621.615000', '151621.617000', '151621.620000', '151621.623000', '151621.625000', '151621.628000', '151621.630000', '151621.633000', '151621.635000', '151621.638000', '151641.527000', '151641.530000', '151641.532000', '151641.535000', '151641.537000', '151641.540000', '151641.543000', '151641.545000', '151641.548000', '151641.550000', '151641.553000', '151641.556000', '151641.558000', '151641.561000', '151641.564000', '151641.566000', '151641.569000', '151641.571000', '151641.574000', '151641.576000', '151641.579000', '151641.582000', '151641.584000', '151641.587000', '151641.589000', '151641.592000', '151641.595000', '151641.597000', '151641.600000', '151641.603000', '151641.605000', '151641.608000', '151641.610000', '151641.613000', '151641.616000', '151641.618000', '151641.621000', '151641.623000', '151641.626000', '151641.628000', '151641.631000', '151641.634000', '151641.636000', '151701.527000', '151701.529000', '151701.532000', '151701.535000', '151701.551000', '151701.553000', '151701.556000', '151701.559000', '151701.561000', '151701.564000', '151701.566000', '151701.569000', '151701.572000', '151701.574000', '151701.577000', '151701.579000', '151701.582000', '151701.584000', '151701.587000', '151701.590000', '151701.592000', '151701.595000', '151701.597000', '151701.600000', '151701.603000', '151701.607000', '151701.609000', '151701.612000', '151701.615000', '151701.617000', '151701.620000', '151701.622000', '151701.625000', '151701.628000', '151701.630000', '151701.633000', '151701.635000', '151701.638000', '151701.641000', '151701.643000', '151701.646000', '151701.649000', '151701.651000', '151701.654000', '151721.525000', '151721.528000', '151721.531000', '151721.534000', '151721.536000', '151721.539000', '151721.541000', '151721.544000', '151721.547000', '151721.549000', '151721.552000', '151721.554000', '151721.557000', '151721.559000', '151721.562000', '151721.565000', '151721.567000', '151721.570000', '151721.572000', '151721.575000', '151721.578000', '151721.580000', '151721.583000', '151721.585000', '151721.588000', '151721.590000', '151721.593000', '151721.596000', '151721.598000', '151721.601000', '151721.603000', '151721.606000', '151721.609000', '151721.611000', '151721.614000', '151721.616000', '151721.619000', '151721.621000', '151721.624000', '151721.627000', '151721.629000', '151721.632000', '151721.634000', '151741.526000', '151741.528000', '151741.531000', '151741.534000', '151741.536000', '151741.539000', '151741.541000', '151741.544000', '151741.546000', '151741.549000', '151741.552000', '151741.554000', '151741.557000', '151741.560000', '151741.562000', '151741.565000', '151741.567000', '151741.570000', '151741.573000', '151741.575000', '151741.578000', '151741.580000', '151741.583000', '151741.585000', '151741.588000', '151741.591000', '151741.593000', '151741.596000', '151741.598000', '151741.601000', '151741.604000', '151741.606000', '151741.609000', '151741.612000', '151741.614000', '151741.617000', '151741.619000', '151741.622000', '151741.624000', '151741.627000', '151741.630000', '151741.632000', '151741.635000', '151741.637000', '151751.558000', '151751.561000', '151751.564000', '151751.566000', '151751.569000', '151751.572000', '151751.574000', '151751.577000', '151751.579000', '151751.582000', '151751.585000', '151751.587000', '151751.590000', '151751.593000', '151751.595000', '151751.598000', '151751.601000', '151751.604000', '151751.606000', '151751.609000', '151751.611000', '151751.614000'], 'InstanceCreationTime': ['151121.559000', '151121.562000', '151121.565000', '151121.568000', '151121.571000', '151121.573000', '151121.576000', '151121.578000', '151121.581000', '151121.583000', '151121.586000', '151121.593000', '151121.596000', '151121.599000', '151121.601000', '151121.604000', '151121.606000', '151121.609000', '151121.611000', '151121.614000', '151121.616000', '151121.619000', '151121.621000', '151121.624000', '151141.527000', '151141.534000', '151141.536000', '151141.539000', '151141.541000', '151141.544000', '151141.546000', '151141.549000', '151141.552000', '151141.554000', '151141.557000', '151141.559000', '151141.562000', '151141.564000', '151141.567000', '151141.569000', '151141.572000', '151141.574000', '151141.577000', '151141.580000', '151141.582000', '151141.585000', '151141.587000', '151141.590000', '151141.592000', '151141.595000', '151141.597000', '151141.600000', '151141.603000', '151141.605000', '151141.608000', '151141.611000', '151141.613000', '151141.616000', '151141.618000', '151141.621000', '151141.623000', '151141.626000', '151141.628000', '151141.631000', '151141.634000', '151141.636000', '151141.639000', '151201.527000', '151201.529000', '151201.532000', '151201.535000', '151201.537000', '151201.540000', '151201.542000', '151201.545000', '151201.547000', '151201.550000', '151201.552000', '151201.555000', '151201.557000', '151201.560000', '151201.562000', '151201.565000', '151201.568000', '151201.570000', '151201.573000', '151201.575000', '151201.578000', '151201.585000', '151201.587000', '151201.590000', '151201.593000', '151201.595000', '151201.599000', '151201.602000', '151201.604000', '151201.607000', '151201.610000', '151201.612000', '151201.615000', '151201.617000', '151201.620000', '151201.623000', '151201.625000', '151201.628000', '151201.630000', '151201.633000', '151201.635000', '151201.638000', '151201.640000', '151221.526000', '151221.529000', '151221.532000', '151221.534000', '151221.537000', '151221.540000', '151221.542000', '151221.545000', '151221.547000', '151221.550000', '151221.552000', '151221.555000', '151221.557000', '151221.560000', '151221.563000', '151221.565000', '151221.581000', '151221.584000', '151221.586000', '151221.589000', '151221.591000', '151221.594000', '151221.596000', '151221.599000', '151221.602000', '151221.604000', '151221.607000', '151221.609000', '151221.612000', '151221.615000', '151221.617000', '151221.620000', '151221.622000', '151221.625000', '151221.627000', '151221.630000', '151221.633000', '151221.635000', '151221.638000', '151221.641000', '151221.643000', '151221.646000', '151221.648000', '151221.651000', '151241.526000', '151241.528000', '151241.531000', '151241.534000', '151241.536000', '151241.539000', '151241.542000', '151241.544000', '151241.547000', '151241.549000', '151241.552000', '151241.554000', '151241.557000', '151241.560000', '151241.562000', '151241.565000', '151241.567000', '151241.570000', '151241.573000', '151241.575000', '151241.580000', '151241.582000', '151241.585000', '151241.587000', '151241.590000', '151241.593000', '151241.595000', '151241.598000', '151241.601000', '151241.603000', '151241.606000', '151241.608000', '151241.611000', '151241.614000', '151241.616000', '151241.619000', '151241.621000', '151241.624000', '151241.627000', '151241.629000', '151241.632000', '151241.635000', '151241.637000', '151301.526000', '151301.528000', '151301.531000', '151301.534000', '151301.536000', '151301.539000', '151301.541000', '151301.544000', '151301.547000', '151301.549000', '151301.552000', '151301.554000', '151301.557000', '151301.560000', '151301.562000', '151301.565000', '151301.567000', '151301.570000', '151301.573000', '151301.575000', '151301.578000', '151301.580000', '151301.583000', '151301.585000', '151301.588000', '151301.590000', '151301.593000', '151301.596000', '151301.598000', '151301.601000', '151301.604000', '151301.606000', '151301.609000', '151301.611000', '151301.614000', '151301.616000', '151301.619000', '151301.622000', '151301.624000', '151301.627000', '151301.629000', '151301.632000', '151301.634000', '151301.637000', '151321.526000', '151321.529000', '151321.532000', '151321.534000', '151321.537000', '151321.540000', '151321.542000', '151321.545000', '151321.547000', '151321.550000', '151321.552000', '151321.555000', '151321.557000', '151321.560000', '151321.563000', '151321.565000', '151321.568000', '151321.570000', '151321.573000', '151321.576000', '151321.578000', '151321.581000', '151321.583000', '151321.586000', '151321.588000', '151321.591000', '151321.594000', '151321.596000', '151321.599000', '151321.602000', '151321.604000', '151321.607000', '151321.609000', '151321.612000', '151321.615000', '151321.617000', '151321.620000', '151321.622000', '151321.625000', '151321.628000', '151321.630000', '151321.633000', '151321.635000', '151321.638000', '151341.527000', '151341.529000', '151341.532000', '151341.535000', '151341.537000', '151341.540000', '151341.542000', '151341.545000', '151341.547000', '151341.550000', '151341.552000', '151341.555000', '151341.558000', '151341.560000', '151341.563000', '151341.566000', '151341.568000', '151341.571000', '151341.573000', '151341.576000', '151341.578000', '151341.581000', '151341.583000', '151341.586000', '151341.589000', '151341.591000', '151341.594000', '151341.596000', '151341.599000', '151341.602000', '151341.604000', '151341.607000', '151341.609000', '151341.612000', '151341.614000', '151341.617000', '151341.620000', '151341.622000', '151341.625000', '151341.627000', '151341.630000', '151341.633000', '151341.635000', '151401.527000', '151401.529000', '151401.532000', '151401.535000', '151401.537000', '151401.540000', '151401.542000', '151401.545000', '151401.547000', '151401.550000', '151401.552000', '151401.567000', '151401.570000', '151401.572000', '151401.575000', '151401.577000', '151401.580000', '151401.582000', '151401.585000', '151401.588000', '151401.590000', '151401.593000', '151401.595000', '151401.598000', '151401.601000', '151401.603000', '151401.606000', '151401.609000', '151401.611000', '151401.614000', '151401.617000', '151401.620000', '151401.623000', '151401.626000', '151401.628000', '151401.631000', '151401.633000', '151401.636000', '151401.639000', '151401.641000', '151401.644000', '151401.646000', '151401.649000', '151421.526000', '151421.529000', '151421.532000', '151421.534000', '151421.537000', '151421.540000', '151421.542000', '151421.545000', '151421.547000', '151421.550000', '151421.552000', '151421.555000', '151421.558000', '151421.560000', '151421.563000', '151421.565000', '151421.568000', '151421.571000', '151421.573000', '151421.576000', '151421.578000', '151421.581000', '151421.583000', '151421.586000', '151421.588000', '151421.591000', '151421.594000', '151421.596000', '151421.599000', '151421.602000', '151421.604000', '151421.607000', '151421.610000', '151421.612000', '151421.615000', '151421.617000', '151421.620000', '151421.622000', '151421.625000', '151421.628000', '151421.630000', '151421.633000', '151421.635000', '151421.638000', '151441.526000', '151441.529000', '151441.532000', '151441.535000', '151441.537000', '151441.540000', '151441.542000', '151441.545000', '151441.554000', '151441.557000', '151441.559000', '151441.562000', '151441.564000', '151441.567000', '151441.569000', '151441.572000', '151441.575000', '151441.577000', '151441.580000', '151441.582000', '151441.585000', '151441.588000', '151441.590000', '151441.593000', '151441.595000', '151441.598000', '151441.601000', '151441.604000', '151441.606000', '151441.609000', '151441.612000', '151441.614000', '151441.617000', '151441.620000', '151441.622000', '151441.625000', '151441.627000', '151441.630000', '151441.632000', '151441.635000', '151441.638000', '151441.640000', '151441.643000', '151501.525000', '151501.528000', '151501.531000', '151501.533000', '151501.536000', '151501.539000', '151501.541000', '151501.544000', '151501.546000', '151501.549000', '151501.551000', '151501.554000', '151501.557000', '151501.559000', '151501.562000', '151501.564000', '151501.567000', '151501.570000', '151501.572000', '151501.575000', '151501.577000', '151501.580000', '151501.583000', '151501.585000', '151501.588000', '151501.590000', '151501.593000', '151501.596000', '151501.598000', '151501.601000', '151501.603000', '151501.606000', '151501.609000', '151501.611000', '151501.614000', '151501.625000', '151501.627000', '151501.630000', '151501.633000', '151501.635000', '151501.638000', '151501.641000', '151501.643000', '151501.646000', '151521.525000', '151521.528000', '151521.531000', '151521.533000', '151521.536000', '151521.539000', '151521.541000', '151521.544000', '151521.546000', '151521.549000', '151521.552000', '151521.554000', '151521.557000', '151521.559000', '151521.562000', '151521.564000', '151521.567000', '151521.570000', '151521.572000', '151521.575000', '151521.577000', '151521.580000', '151521.583000', '151521.585000', '151521.588000', '151521.591000', '151521.593000', '151521.596000', '151521.598000', '151521.601000', '151521.604000', '151521.607000', '151521.610000', '151521.613000', '151521.615000', '151521.618000', '151521.627000', '151521.630000', '151521.632000', '151521.635000', '151521.638000', '151521.640000', '151521.643000', '151541.527000', '151541.529000', '151541.532000', '151541.535000', '151541.537000', '151541.540000', '151541.543000', '151541.545000', '151541.548000', '151541.550000', '151541.553000', '151541.556000', '151541.558000', '151541.561000', '151541.563000', '151541.566000', '151541.568000', '151541.571000', '151541.573000', '151541.576000', '151541.579000', '151541.581000', '151541.584000', '151541.587000', '151541.589000', '151541.592000', '151541.594000', '151541.597000', '151541.599000', '151541.602000', '151541.605000', '151541.607000', '151541.610000', '151541.613000', '151541.615000', '151541.618000', '151541.620000', '151541.623000', '151541.626000', '151541.628000', '151541.631000', '151541.634000', '151541.636000', '151541.639000', '151601.526000', '151601.529000', '151601.532000', '151601.534000', '151601.537000', '151601.540000', '151601.542000', '151601.545000', '151601.547000', '151601.550000', '151601.552000', '151601.555000', '151601.558000', '151601.560000', '151601.563000', '151601.565000', '151601.568000', '151601.571000', '151601.573000', '151601.576000', '151601.578000', '151601.581000', '151601.584000', '151601.586000', '151601.589000', '151601.591000', '151601.594000', '151601.597000', '151601.599000', '151601.602000', '151601.605000', '151601.608000', '151601.611000', '151601.613000', '151601.616000', '151601.619000', '151601.621000', '151601.624000', '151601.626000', '151601.629000', '151601.632000', '151601.634000', '151601.637000', '151621.527000', '151621.529000', '151621.532000', '151621.535000', '151621.537000', '151621.540000', '151621.542000', '151621.545000', '151621.548000', '151621.550000', '151621.553000', '151621.555000', '151621.558000', '151621.560000', '151621.563000', '151621.566000', '151621.568000', '151621.571000', '151621.573000', '151621.576000', '151621.578000', '151621.581000', '151621.584000', '151621.586000', '151621.589000', '151621.591000', '151621.594000', '151621.597000', '151621.599000', '151621.602000', '151621.604000', '151621.607000', '151621.610000', '151621.612000', '151621.615000', '151621.617000', '151621.620000', '151621.623000', '151621.625000', '151621.628000', '151621.630000', '151621.633000', '151621.635000', '151621.638000', '151641.527000', '151641.530000', '151641.532000', '151641.535000', '151641.537000', '151641.540000', '151641.543000', '151641.545000', '151641.548000', '151641.550000', '151641.553000', '151641.556000', '151641.558000', '151641.561000', '151641.564000', '151641.566000', '151641.569000', '151641.571000', '151641.574000', '151641.576000', '151641.579000', '151641.582000', '151641.584000', '151641.587000', '151641.589000', '151641.592000', '151641.595000', '151641.597000', '151641.600000', '151641.603000', '151641.605000', '151641.608000', '151641.610000', '151641.613000', '151641.616000', '151641.618000', '151641.621000', '151641.623000', '151641.626000', '151641.628000', '151641.631000', '151641.634000', '151641.636000', '151701.527000', '151701.529000', '151701.532000', '151701.535000', '151701.551000', '151701.553000', '151701.556000', '151701.559000', '151701.561000', '151701.564000', '151701.566000', '151701.569000', '151701.572000', '151701.574000', '151701.577000', '151701.579000', '151701.582000', '151701.584000', '151701.587000', '151701.590000', '151701.592000', '151701.595000', '151701.597000', '151701.600000', '151701.603000', '151701.607000', '151701.609000', '151701.612000', '151701.615000', '151701.617000', '151701.620000', '151701.622000', '151701.625000', '151701.628000', '151701.630000', '151701.633000', '151701.635000', '151701.638000', '151701.641000', '151701.643000', '151701.646000', '151701.649000', '151701.651000', '151701.654000', '151721.525000', '151721.528000', '151721.531000', '151721.534000', '151721.536000', '151721.539000', '151721.541000', '151721.544000', '151721.547000', '151721.549000', '151721.552000', '151721.554000', '151721.557000', '151721.559000', '151721.562000', '151721.565000', '151721.567000', '151721.570000', '151721.572000', '151721.575000', '151721.578000', '151721.580000', '151721.583000', '151721.585000', '151721.588000', '151721.590000', '151721.593000', '151721.596000', '151721.598000', '151721.601000', '151721.603000', '151721.606000', '151721.609000', '151721.611000', '151721.614000', '151721.616000', '151721.619000', '151721.621000', '151721.624000', '151721.627000', '151721.629000', '151721.632000', '151721.634000', '151741.526000', '151741.528000', '151741.531000', '151741.534000', '151741.536000', '151741.539000', '151741.541000', '151741.544000', '151741.546000', '151741.549000', '151741.552000', '151741.554000', '151741.557000', '151741.560000', '151741.562000', '151741.565000', '151741.567000', '151741.570000', '151741.573000', '151741.575000', '151741.578000', '151741.580000', '151741.583000', '151741.585000', '151741.588000', '151741.591000', '151741.593000', '151741.596000', '151741.598000', '151741.601000', '151741.604000', '151741.606000', '151741.609000', '151741.612000', '151741.614000', '151741.617000', '151741.619000', '151741.622000', '151741.624000', '151741.627000', '151741.630000', '151741.632000', '151741.635000', '151741.637000', '151751.558000', '151751.561000', '151751.564000', '151751.566000', '151751.569000', '151751.572000', '151751.574000', '151751.577000', '151751.579000', '151751.582000', '151751.585000', '151751.587000', '151751.590000', '151751.593000', '151751.595000', '151751.598000', '151751.601000', '151751.604000', '151751.606000', '151751.609000', '151751.611000', '151751.614000'], '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': [10490, 9588, 13441, 9475, 13337, 9113, 7556, 8975, 7537, 12148, 9047, 7631, 11265, 8052, 10649, 8552, 8341, 10330, 8576, 9348, 8958, 7586, 9386, 7734, 8029, 8381, 8777, 8580, 7514, 7738, 8234, 11570, 8405, 8975, 8910, 8320, 11832, 8967, 12661, 10007, 13891, 12591, 8391, 16230, 9876, 15577, 9981, 16633, 11406, 14343, 10565, 8352, 7908, 8877, 8508, 9091, 8672, 10304, 8766, 8421, 8595, 8024, 12182, 9146, 7950, 10471, 8632, 10986, 9239, 9650, 12743, 8965, 13581, 8527, 10431, 8541, 13079, 8562, 11226, 8633, 8952, 8762, 8305, 11698, 8405, 9276, 8660, 7960, 8744, 8437, 8924, 8235, 10101, 8298, 11954, 8384, 8477, 8214, 8205, 9096, 7984, 8043, 10920, 8424, 8128, 9904, 8241, 11399, 8431, 8358, 10219, 8102, 11465, 8163, 7818, 8166, 7895, 11167, 8383, 7831, 8518, 7758, 8364, 8331, 9066, 8186, 10771, 8652, 11421, 8286, 9621, 8182, 9396, 8725, 12210, 9941, 12967, 9039, 7958, 8901, 8062, 7087, 8653, 8017, 7278, 9711, 8066, 7268, 7721, 8334, 8038, 11558, 9194, 15224, 10082, 12109, 13605, 8393, 15008, 9919, 9836, 14145, 9066, 15888, 9982, 13485, 9477, 8572, 11984, 8574, 14614, 8423, 8295, 8320, 7861, 8087, 7885, 8299, 8149, 10440, 8413, 7760, 7960, 7890, 11118, 8128, 8946, 8305, 8078, 8879, 7766, 11318, 7872, 8170, 7848, 9090, 10325, 8697, 16054, 8298, 7461, 8218, 7948, 11188, 8207, 7532, 8259, 8211, 13747, 10150, 9229, 9474, 8911, 8434, 9620, 8822, 7539, 8498, 8316, 11494, 8557, 10693, 10166, 8135, 12315, 7882, 11643, 8142, 9401, 9512, 8085, 13057, 8860, 18472, 8979, 17674, 8624, 15003, 8000, 13027, 7806, 11249, 8191, 8248, 8038, 7861, 11308, 7921, 7616, 8291, 7661, 9290, 8023, 10981, 7998, 8006, 8272, 8092, 12625, 8134, 12551, 9728, 10366, 11778, 8835, 7433, 8688, 7616, 8041, 7802, 8862, 7776, 10397, 7416, 7664, 8354, 8331, 10451, 8354, 7863, 10328, 9807, 10526, 11110, 12347, 11601, 10944, 10162, 9268, 9978, 9037, 9492, 9099, 11064, 7926, 9779, 7755, 10670, 7756, 7878, 7866, 7661, 10905, 8383, 7912, 9136, 8446, 7595, 8465, 8414, 11329, 8359, 8818, 8183, 7810, 9699, 7296, 7371, 9919, 7472, 7725, 11766, 9801, 8467, 8327, 8119, 7811, 8639, 7777, 7824, 9078, 8070, 7690, 7435, 10505, 7926, 7442, 13718, 10867, 11431, 16623, 9773, 7951, 10105, 8037, 12289, 8226, 11165, 8152, 14069, 10059, 8268, 8307, 7929, 6948, 7702, 7244, 7409, 9089, 9304, 7318, 10625, 9613, 7993, 8664, 7677, 11495, 11108, 15068, 11200, 12067, 9644, 7606, 9704, 7715, 10189, 7916, 11687, 8315, 10286, 8831, 8050, 9122, 7639, 8123, 7647, 7521, 8059, 8367, 10501, 8111, 7898, 8308, 8119, 11332, 7964, 10778, 8046, 11786, 8034, 7485, 6878, 7962, 7592, 6714, 8643, 7514, 6960, 9193, 8688, 6814, 10627, 7889, 6864, 11758, 10049, 14197, 13214, 11218, 14992, 11919, 12989, 12711, 8605, 10393, 7972, 10989, 8149, 10573, 8751, 7657, 9324, 7631, 8756, 7946, 8896, 7539, 9794, 7975, 6955, 8648, 6944, 8787, 7129, 7286, 7754, 7160, 8504, 7122, 7092, 8281, 7074, 8349, 7234, 10543, 7674, 6826, 8552, 6807, 9217, 7626, 7335, 9160, 9581, 12258, 8414, 6749, 9011, 6880, 9619, 8189, 8835, 9239, 7184, 9603, 7799, 12152, 8577, 10593, 7631, 6799, 8411, 7529, 9205, 8465, 7116, 8866, 7258, 7812, 7288, 8329, 7445, 9726, 10288, 7721, 10721, 13269, 8915, 12854, 11216, 9243, 13383, 9901, 15276, 16330, 12275, 14559, 9273, 9478, 10775, 7560, 9145, 7369, 9398, 8588, 6863, 9254, 7407, 7068, 7750, 7063, 8544, 6918, 10185, 8117, 8057, 8613, 6739, 8632, 7128, 7190, 10396, 7421, 9328, 8464, 7260, 8846, 8268, 7737, 9614, 8340, 9733, 8029, 12314, 8429, 9572, 8429, 11525, 9509, 14247, 9392, 9261, 10518, 9756, 10371, 10803, 15665, 11758, 14980, 7754, 7624, 9095, 9126, 8466, 9508, 8428, 8961, 9477, 7692, 9312, 8759, 7879, 13381, 9722, 11352, 10565, 8090, 13477, 10278, 14848, 14424, 11343, 10343, 7680, 10203, 8079, 10165, 8562, 7688, 8797, 7498, 9020, 7379, 11094, 8179, 7070, 8772, 7076, 9621, 7408, 10386, 7680, 11538, 7733, 11163, 7474, 11602, 8491, 12559, 7460, 7127, 7637, 7175, 8729, 7686, 9829, 8994, 10402, 7926, 7864, 9163, 8376, 10459, 9869, 9329, 13435, 9164, 7851, 7964, 8734, 7940, 12318, 8636, 8280, 10801, 10619, 15699, 13671, 12363, 13722, 8631, 14381, 9570, 16797, 10075, 14009, 9631, 8678, 10009, 8686, 9221, 8488, 11190, 8580, 8240, 8915, 8261, 9278, 8522, 8219, 9126, 8399, 10499, 8406, 9388, 9643, 8175, 11115, 8126, 8947, 8818, 8393, 9092, 7830, 8963, 8089, 9484, 8471, 10005, 8544, 12326, 8116, 11287, 9163, 8476, 9091, 7611, 8197, 8174, 7819, 7679, 8971, 8243, 7526, 9186, 8227, 8364, 11155, 9363, 12400, 9430, 8299, 8795, 8536, 12268, 10608, 8732, 14098, 8138, 17659, 11355, 10146, 9564, 7928, 11798, 8226, 8606, 9288, 7792, 11168, 8092, 11490, 8022, 13718, 7958, 7522, 8022, 8645, 8468, 7665, 9600, 7918, 10047, 7967, 10913, 7875, 10136, 7923, 9295, 7892, 10995, 7899, 10897, 8111, 8630, 8460, 8513, 11642, 7920, 9339, 9440, 8479, 11234, 7968, 9354, 8441, 10596, 9392, 9958, 10296, 11330, 9864, 7881, 9839, 7606, 7227, 8674, 7871, 6819, 7312, 6776, 7035, 7274, 8157, 8001, 10191, 9087, 8144, 14422, 10119, 14681, 12196, 11176, 13100, 10369, 14334, 11236, 15082, 11089, 8707, 10739, 8359, 11567, 8755, 8213, 8758, 8591, 9773, 8238, 11782, 8425, 8192, 8632, 8146, 10538, 7826, 11484, 8160, 7436, 8513, 8840, 8755, 8556, 11047, 8748, 8428, 8524, 9385, 8698, 8511, 9218, 8379, 13391, 8485, 8084, 8563, 8228, 9097, 8412, 11291, 8222, 10152, 10433, 11455, 12994, 7881, 7283, 7005, 8283, 8712, 8576, 10210, 10018, 10875, 11704, 9228, 13339, 13987, 10697, 13610, 12667, 13899, 9934, 14002, 8731, 11209, 7925, 10126, 7804, 10154, 8641, 10034, 9119, 8309, 8265, 8309, 7084, 9140, 7191, 9579, 7421, 7851], 'WindowCenter': [4563.0, 4514.0, 4535.0, 4483.0, 4507.0, 4446.0, 4422.0, 4441.0, 4422.0, 4482.0, 4443.0, 4423.0, 4472.0, 4421.0, 4461.0, 4431.0, 4430.0, 4450.0, 4432.0, 4452.0, 4442.0, 4422.0, 4441.0, 4433.0, 4447.0, 4433.0, 4441.0, 4467.0, 4447.0, 4448.0, 4455.0, 4497.0, 4447.0, 4456.0, 4457.0, 4445.0, 4486.0, 4467.0, 4509.0, 4465.0, 4494.0, 4471.0, 4420.0, 4489.0, 4439.0, 4487.0, 4442.0, 4490.0, 4436.0, 4455.0, 4422.0, 4405.0, 4391.0, 4403.0, 4405.0, 4414.0, 4404.0, 4422.0, 4402.0, 4393.0, 4408.0, 4409.0, 4473.0, 4441.0, 4421.0, 4449.0, 4417.0, 4431.0, 4415.0, 4428.0, 4458.0, 4416.0, 4466.0, 4405.0, 4433.0, 4404.0, 4440.0, 4403.0, 4421.0, 4402.0, 4414.0, 4403.0, 4404.0, 4444.0, 4405.0, 4414.0, 4401.0, 4394.0, 4404.0, 4405.0, 4416.0, 4416.0, 4435.0, 4420.0, 4468.0, 4419.0, 4420.0, 4418.0, 4419.0, 4430.0, 4420.0, 4418.0, 4459.0, 4419.0, 4418.0, 4451.0, 4449.0, 4484.0, 4433.0, 4433.0, 4450.0, 4419.0, 4460.0, 4421.0, 4407.0, 4422.0, 4434.0, 4470.0, 4433.0, 4424.0, 4440.0, 4419.0, 4418.0, 4428.0, 4443.0, 4431.0, 4463.0, 4434.0, 4474.0, 4431.0, 4449.0, 4421.0, 4426.0, 4443.0, 4481.0, 4466.0, 4493.0, 4458.0, 4423.0, 4430.0, 4410.0, 4401.0, 4448.0, 4439.0, 4426.0, 4467.0, 4448.0, 4425.0, 4438.0, 4459.0, 4437.0, 4476.0, 4443.0, 4504.0, 4463.0, 4472.0, 4481.0, 4409.0, 4476.0, 4426.0, 4424.0, 4448.0, 4390.0, 4448.0, 4410.0, 4438.0, 4398.0, 4402.0, 4430.0, 4388.0, 4447.0, 4375.0, 4374.0, 4376.0, 4377.0, 4389.0, 4388.0, 4403.0, 4402.0, 4441.0, 4414.0, 4395.0, 4402.0, 4406.0, 4455.0, 4415.0, 4426.0, 4429.0, 4431.0, 4454.0, 4422.0, 4459.0, 4419.0, 4415.0, 4406.0, 4430.0, 4450.0, 4430.0, 4500.0, 4420.0, 4410.0, 4421.0, 4420.0, 4457.0, 4428.0, 4421.0, 4427.0, 4428.0, 4492.0, 4462.0, 4455.0, 4463.0, 4454.0, 4430.0, 4450.0, 4441.0, 4424.0, 4431.0, 4421.0, 4457.0, 4430.0, 4448.0, 4451.0, 4421.0, 4470.0, 4420.0, 4458.0, 4406.0, 4425.0, 4439.0, 4409.0, 4477.0, 4429.0, 4508.0, 4415.0, 4485.0, 4404.0, 4458.0, 4380.0, 4436.0, 4378.0, 4420.0, 4389.0, 4390.0, 4390.0, 4392.0, 4442.0, 4389.0, 4392.0, 4402.0, 4405.0, 4425.0, 4419.0, 4459.0, 4419.0, 4421.0, 4418.0, 4416.0, 4467.0, 4416.0, 4480.0, 4452.0, 4464.0, 4482.0, 4452.0, 4412.0, 4427.0, 4407.0, 4404.0, 4409.0, 4430.0, 4423.0, 4450.0, 4412.0, 4422.0, 4430.0, 4430.0, 4463.0, 4429.0, 4420.0, 4447.0, 4436.0, 4448.0, 4458.0, 4456.0, 4446.0, 4437.0, 4422.0, 4413.0, 4410.0, 4400.0, 4398.0, 4387.0, 4416.0, 4379.0, 4408.0, 4377.0, 4417.0, 4379.0, 4391.0, 4389.0, 4391.0, 4444.0, 4430.0, 4420.0, 4426.0, 4416.0, 4416.0, 4415.0, 4442.0, 4468.0, 4426.0, 4429.0, 4420.0, 4409.0, 4448.0, 4408.0, 4409.0, 4449.0, 4423.0, 4432.0, 4479.0, 4447.0, 4429.0, 4431.0, 4432.0, 4418.0, 4443.0, 4421.0, 4420.0, 4438.0, 4418.0, 4419.0, 4409.0, 4461.0, 4419.0, 4408.0, 4502.0, 4471.0, 4470.0, 4510.0, 4451.0, 4409.0, 4437.0, 4406.0, 4455.0, 4405.0, 4431.0, 4406.0, 4476.0, 4449.0, 4415.0, 4414.0, 4430.0, 4402.0, 4409.0, 4400.0, 4388.0, 4418.0, 4432.0, 4403.0, 4463.0, 4454.0, 4437.0, 4458.0, 4433.0, 4472.0, 4458.0, 4473.0, 4458.0, 4466.0, 4424.0, 4393.0, 4421.0, 4393.0, 4431.0, 4404.0, 4440.0, 4407.0, 4431.0, 4414.0, 4401.0, 4423.0, 4391.0, 4402.0, 4393.0, 4405.0, 4419.0, 4426.0, 4460.0, 4429.0, 4419.0, 4415.0, 4418.0, 4457.0, 4419.0, 4459.0, 4431.0, 4472.0, 4422.0, 4408.0, 4391.0, 4433.0, 4431.0, 4411.0, 4442.0, 4413.0, 4388.0, 4427.0, 4430.0, 4401.0, 4460.0, 4434.0, 4426.0, 4495.0, 4460.0, 4489.0, 4465.0, 4445.0, 4486.0, 4443.0, 4453.0, 4451.0, 4400.0, 4407.0, 4366.0, 4403.0, 4363.0, 4391.0, 4371.0, 4351.0, 4382.0, 4353.0, 4371.0, 4362.0, 4382.0, 4365.0, 4393.0, 4375.0, 4353.0, 4396.0, 4384.0, 4399.0, 4371.0, 4380.0, 4391.0, 4383.0, 4410.0, 4382.0, 4383.0, 4415.0, 4396.0, 4413.0, 4408.0, 4456.0, 4418.0, 4399.0, 4425.0, 4387.0, 4436.0, 4407.0, 4408.0, 4450.0, 4451.0, 4491.0, 4443.0, 4401.0, 4439.0, 4396.0, 4437.0, 4428.0, 4428.0, 4440.0, 4398.0, 4440.0, 4407.0, 4467.0, 4430.0, 4460.0, 4395.0, 4374.0, 4403.0, 4423.0, 4438.0, 4419.0, 4415.0, 4442.0, 4412.0, 4423.0, 4412.0, 4431.0, 4411.0, 4438.0, 4436.0, 4398.0, 4459.0, 4468.0, 4417.0, 4469.0, 4446.0, 4414.0, 4467.0, 4436.0, 4476.0, 4486.0, 4456.0, 4487.0, 4427.0, 4413.0, 4432.0, 4378.0, 4409.0, 4381.0, 4422.0, 4414.0, 4374.0, 4424.0, 4395.0, 4383.0, 4406.0, 4395.0, 4430.0, 4402.0, 4459.0, 4431.0, 4432.0, 4442.0, 4402.0, 4442.0, 4412.0, 4412.0, 4474.0, 4425.0, 4478.0, 4458.0, 4448.0, 4454.0, 4442.0, 4421.0, 4452.0, 4432.0, 4451.0, 4419.0, 4482.0, 4429.0, 4449.0, 4432.0, 4468.0, 4440.0, 4486.0, 4425.0, 4424.0, 4446.0, 4438.0, 4451.0, 4459.0, 4513.0, 4484.0, 4489.0, 4398.0, 4418.0, 4440.0, 4450.0, 4443.0, 4463.0, 4432.0, 4440.0, 4454.0, 4421.0, 4428.0, 4418.0, 4422.0, 4491.0, 4453.0, 4473.0, 4448.0, 4408.0, 4467.0, 4434.0, 4463.0, 4463.0, 4435.0, 4424.0, 4383.0, 4411.0, 4391.0, 4419.0, 4392.0, 4380.0, 4401.0, 4384.0, 4413.0, 4395.0, 4444.0, 4416.0, 4387.0, 4413.0, 4385.0, 4424.0, 4398.0, 4446.0, 4408.0, 4456.0, 4409.0, 4456.0, 4399.0, 4457.0, 4431.0, 4468.0, 4397.0, 4385.0, 4396.0, 4385.0, 4430.0, 4422.0, 4451.0, 4454.0, 4463.0, 4433.0, 4433.0, 4452.0, 4444.0, 4486.0, 4464.0, 4465.0, 4516.0, 4455.0, 4431.0, 4433.0, 4442.0, 4446.0, 4494.0, 4446.0, 4433.0, 4473.0, 4461.0, 4502.0, 4479.0, 4467.0, 4463.0, 4403.0, 4450.0, 4410.0, 4469.0, 4409.0, 4448.0, 4398.0, 4386.0, 4396.0, 4387.0, 4384.0, 4386.0, 4414.0, 4397.0, 4402.0, 4412.0, 4402.0, 4423.0, 4411.0, 4404.0, 4424.0, 4405.0, 4443.0, 4418.0, 4440.0, 4449.0, 4432.0, 4471.0, 4418.0, 4428.0, 4427.0, 4404.0, 4427.0, 4397.0, 4427.0, 4405.0, 4436.0, 4417.0, 4437.0, 4416.0, 4453.0, 4408.0, 4457.0, 4440.0, 4427.0, 4442.0, 4422.0, 4419.0, 4419.0, 4420.0, 4411.0, 4452.0, 4443.0, 4438.0, 4458.0, 4448.0, 4458.0, 4499.0, 4483.0, 4509.0, 4455.0, 4457.0, 4445.0, 4440.0, 4469.0, 4448.0, 4428.0, 4489.0, 4430.0, 4522.0, 4468.0, 4449.0, 4435.0, 4404.0, 4450.0, 4404.0, 4416.0, 4424.0, 4393.0, 4446.0, 4407.0, 4457.0, 4417.0, 4476.0, 4407.0, 4392.0, 4405.0, 4415.0, 4414.0, 4406.0, 4438.0, 4408.0, 4446.0, 4416.0, 4457.0, 4418.0, 4446.0, 4403.0, 4423.0, 4405.0, 4459.0, 4434.0, 4469.0, 4432.0, 4439.0, 4439.0, 4451.0, 4481.0, 4432.0, 4451.0, 4450.0, 4429.0, 4471.0, 4431.0, 4453.0, 4445.0, 4475.0, 4455.0, 4461.0, 4461.0, 4460.0, 4438.0, 4420.0, 4436.0, 4407.0, 4399.0, 4415.0, 4405.0, 4400.0, 4412.0, 4403.0, 4413.0, 4422.0, 4436.0, 4439.0, 4465.0, 4443.0, 4425.0, 4505.0, 4465.0, 4504.0, 4484.0, 4473.0, 4481.0, 4449.0, 4474.0, 4433.0, 4471.0, 4432.0, 4391.0, 4421.0, 4391.0, 4428.0, 4388.0, 4388.0, 4398.0, 4398.0, 4434.0, 4401.0, 4441.0, 4401.0, 4402.0, 4414.0, 4418.0, 4458.0, 4407.0, 4455.0, 4404.0, 4408.0, 4429.0, 4428.0, 4415.0, 4415.0, 4445.0, 4415.0, 4404.0, 4414.0, 4424.0, 4429.0, 4431.0, 4441.0, 4421.0, 4481.0, 4440.0, 4433.0, 4440.0, 4433.0, 4430.0, 4430.0, 4462.0, 4446.0, 4452.0, 4449.0, 4474.0, 4484.0, 4423.0, 4410.0, 4412.0, 4420.0, 4458.0, 4446.0, 4467.0, 4467.0, 4473.0, 4481.0, 4442.0, 4479.0, 4476.0, 4434.0, 4465.0, 4454.0, 4454.0, 4413.0, 4452.0, 4379.0, 4409.0, 4366.0, 4395.0, 4354.0, 4393.0, 4363.0, 4395.0, 4372.0, 4364.0, 4362.0, 4376.0, 4356.0, 4397.0, 4357.0, 4409.0, 4379.0, 4393.0], 'WindowWidth': [10034.0, 9941.0, 9950.0, 9872.0, 9894.0, 9804.0, 9767.0, 9789.0, 9769.0, 9845.0, 9793.0, 9769.0, 9832.0, 9763.0, 9812.0, 9774.0, 9772.0, 9798.0, 9777.0, 9804.0, 9790.0, 9763.0, 9786.0, 9783.0, 9808.0, 9783.0, 9790.0, 9838.0, 9815.0, 9814.0, 9817.0, 9875.0, 9808.0, 9817.0, 9821.0, 9803.0, 9856.0, 9835.0, 9895.0, 9829.0, 9862.0, 9827.0, 9756.0, 9846.0, 9778.0, 9841.0, 9787.0, 9848.0, 9766.0, 9786.0, 9741.0, 9723.0, 9701.0, 9719.0, 9726.0, 9737.0, 9719.0, 9743.0, 9715.0, 9702.0, 9731.0, 9735.0, 9832.0, 9786.0, 9760.0, 9794.0, 9747.0, 9758.0, 9741.0, 9760.0, 9801.0, 9742.0, 9807.0, 9727.0, 9760.0, 9723.0, 9763.0, 9717.0, 9738.0, 9715.0, 9737.0, 9722.0, 9723.0, 9777.0, 9727.0, 9737.0, 9716.0, 9708.0, 9723.0, 9726.0, 9742.0, 9745.0, 9768.0, 9758.0, 9821.0, 9753.0, 9755.0, 9752.0, 9752.0, 9769.0, 9758.0, 9751.0, 9808.0, 9756.0, 9753.0, 9801.0, 9812.0, 9855.0, 9780.0, 9778.0, 9794.0, 9755.0, 9810.0, 9759.0, 9736.0, 9762.0, 9782.0, 9826.0, 9783.0, 9771.0, 9788.0, 9758.0, 9753.0, 9767.0, 9792.0, 9777.0, 9820.0, 9781.0, 9835.0, 9780.0, 9799.0, 9758.0, 9760.0, 9797.0, 9845.0, 9829.0, 9865.0, 9822.0, 9768.0, 9771.0, 9743.0, 9732.0, 9808.0, 9796.0, 9778.0, 9835.0, 9813.0, 9776.0, 9800.0, 9828.0, 9793.0, 9841.0, 9795.0, 9876.0, 9820.0, 9827.0, 9837.0, 9739.0, 9822.0, 9754.0, 9748.0, 9776.0, 9695.0, 9772.0, 9724.0, 9757.0, 9706.0, 9718.0, 9749.0, 9691.0, 9769.0, 9670.0, 9666.0, 9672.0, 9675.0, 9698.0, 9696.0, 9724.0, 9725.0, 9775.0, 9741.0, 9718.0, 9722.0, 9731.0, 9796.0, 9746.0, 9762.0, 9773.0, 9777.0, 9813.0, 9767.0, 9809.0, 9755.0, 9747.0, 9735.0, 9771.0, 9800.0, 9772.0, 9865.0, 9758.0, 9745.0, 9760.0, 9756.0, 9806.0, 9769.0, 9761.0, 9767.0, 9768.0, 9856.0, 9820.0, 9815.0, 9825.0, 9814.0, 9774.0, 9801.0, 9791.0, 9771.0, 9775.0, 9759.0, 9802.0, 9772.0, 9792.0, 9801.0, 9761.0, 9825.0, 9757.0, 9802.0, 9732.0, 9756.0, 9780.0, 9740.0, 9830.0, 9767.0, 9872.0, 9744.0, 9833.0, 9722.0, 9787.0, 9686.0, 9755.0, 9681.0, 9737.0, 9698.0, 9702.0, 9702.0, 9708.0, 9773.0, 9701.0, 9707.0, 9721.0, 9731.0, 9759.0, 9756.0, 9809.0, 9759.0, 9763.0, 9754.0, 9748.0, 9816.0, 9749.0, 9838.0, 9809.0, 9826.0, 9847.0, 9809.0, 9754.0, 9767.0, 9737.0, 9730.0, 9742.0, 9769.0, 9766.0, 9797.0, 9750.0, 9765.0, 9774.0, 9774.0, 9822.0, 9770.0, 9761.0, 9791.0, 9776.0, 9791.0, 9807.0, 9798.0, 9786.0, 9771.0, 9747.0, 9732.0, 9725.0, 9711.0, 9707.0, 9691.0, 9728.0, 9683.0, 9719.0, 9680.0, 9731.0, 9683.0, 9701.0, 9700.0, 9707.0, 9783.0, 9775.0, 9760.0, 9760.0, 9748.0, 9751.0, 9748.0, 9796.0, 9826.0, 9766.0, 9768.0, 9759.0, 9744.0, 9795.0, 9742.0, 9745.0, 9798.0, 9774.0, 9785.0, 9841.0, 9794.0, 9773.0, 9778.0, 9785.0, 9758.0, 9795.0, 9767.0, 9763.0, 9783.0, 9754.0, 9758.0, 9746.0, 9815.0, 9758.0, 9746.0, 9878.0, 9833.0, 9827.0, 9882.0, 9800.0, 9741.0, 9776.0, 9733.0, 9797.0, 9728.0, 9758.0, 9733.0, 9829.0, 9797.0, 9750.0, 9743.0, 9776.0, 9738.0, 9744.0, 9730.0, 9705.0, 9746.0, 9771.0, 9735.0, 9819.0, 9810.0, 9791.0, 9827.0, 9786.0, 9832.0, 9807.0, 9819.0, 9807.0, 9815.0, 9754.0, 9710.0, 9745.0, 9712.0, 9759.0, 9726.0, 9769.0, 9735.0, 9760.0, 9739.0, 9721.0, 9751.0, 9708.0, 9723.0, 9713.0, 9732.0, 9760.0, 9765.0, 9816.0, 9775.0, 9760.0, 9748.0, 9754.0, 9803.0, 9758.0, 9812.0, 9779.0, 9829.0, 9765.0, 9743.0, 9722.0, 9787.0, 9783.0, 9756.0, 9798.0, 9754.0, 9714.0, 9767.0, 9777.0, 9741.0, 9818.0, 9792.0, 9787.0, 9876.0, 9823.0, 9854.0, 9815.0, 9785.0, 9845.0, 9781.0, 9790.0, 9787.0, 9716.0, 9719.0, 9663.0, 9707.0, 9653.0, 9686.0, 9661.0, 9634.0, 9679.0, 9641.0, 9663.0, 9655.0, 9680.0, 9663.0, 9696.0, 9675.0, 9644.0, 9708.0, 9707.0, 9716.0, 9682.0, 9694.0, 9709.0, 9701.0, 9734.0, 9701.0, 9702.0, 9749.0, 9725.0, 9746.0, 9744.0, 9809.0, 9760.0, 9736.0, 9763.0, 9715.0, 9778.0, 9742.0, 9745.0, 9804.0, 9807.0, 9861.0, 9802.0, 9743.0, 9786.0, 9727.0, 9778.0, 9770.0, 9768.0, 9786.0, 9728.0, 9788.0, 9742.0, 9822.0, 9776.0, 9814.0, 9721.0, 9689.0, 9728.0, 9772.0, 9782.0, 9758.0, 9762.0, 9793.0, 9752.0, 9769.0, 9755.0, 9779.0, 9747.0, 9776.0, 9773.0, 9724.0, 9808.0, 9817.0, 9747.0, 9817.0, 9784.0, 9737.0, 9813.0, 9772.0, 9823.0, 9839.0, 9801.0, 9848.0, 9762.0, 9735.0, 9760.0, 9685.0, 9726.0, 9694.0, 9750.0, 9742.0, 9690.0, 9756.0, 9719.0, 9703.0, 9738.0, 9724.0, 9775.0, 9740.0, 9815.0, 9782.0, 9785.0, 9800.0, 9746.0, 9795.0, 9758.0, 9757.0, 9843.0, 9782.0, 9859.0, 9832.0, 9819.0, 9820.0, 9797.0, 9766.0, 9809.0, 9780.0, 9807.0, 9759.0, 9847.0, 9773.0, 9799.0, 9781.0, 9823.0, 9788.0, 9845.0, 9760.0, 9757.0, 9789.0, 9781.0, 9804.0, 9816.0, 9895.0, 9855.0, 9854.0, 9728.0, 9759.0, 9788.0, 9806.0, 9801.0, 9828.0, 9784.0, 9792.0, 9814.0, 9765.0, 9766.0, 9755.0, 9768.0, 9859.0, 9811.0, 9833.0, 9795.0, 9738.0, 9815.0, 9768.0, 9806.0, 9806.0, 9768.0, 9750.0, 9696.0, 9729.0, 9703.0, 9739.0, 9705.0, 9687.0, 9717.0, 9698.0, 9736.0, 9719.0, 9783.0, 9748.0, 9709.0, 9740.0, 9705.0, 9756.0, 9729.0, 9788.0, 9741.0, 9802.0, 9742.0, 9800.0, 9731.0, 9805.0, 9775.0, 9819.0, 9724.0, 9705.0, 9719.0, 9704.0, 9774.0, 9771.0, 9808.0, 9816.0, 9825.0, 9784.0, 9788.0, 9811.0, 9804.0, 9864.0, 9830.0, 9831.0, 9902.0, 9815.0, 9778.0, 9784.0, 9796.0, 9807.0, 9870.0, 9805.0, 9784.0, 9838.0, 9818.0, 9874.0, 9839.0, 9816.0, 9806.0, 9722.0, 9782.0, 9727.0, 9804.0, 9722.0, 9773.0, 9706.0, 9688.0, 9700.0, 9689.0, 9681.0, 9689.0, 9724.0, 9707.0, 9723.0, 9736.0, 9723.0, 9752.0, 9734.0, 9726.0, 9755.0, 9731.0, 9780.0, 9752.0, 9788.0, 9799.0, 9779.0, 9829.0, 9756.0, 9767.0, 9762.0, 9729.0, 9765.0, 9725.0, 9764.0, 9734.0, 9772.0, 9751.0, 9775.0, 9749.0, 9793.0, 9741.0, 9804.0, 9785.0, 9769.0, 9794.0, 9767.0, 9757.0, 9760.0, 9765.0, 9750.0, 9810.0, 9800.0, 9801.0, 9824.0, 9813.0, 9830.0, 9888.0, 9870.0, 9896.0, 9819.0, 9828.0, 9803.0, 9789.0, 9822.0, 9793.0, 9767.0, 9851.0, 9776.0, 9900.0, 9823.0, 9797.0, 9772.0, 9729.0, 9785.0, 9726.0, 9745.0, 9758.0, 9714.0, 9785.0, 9737.0, 9804.0, 9753.0, 9827.0, 9736.0, 9711.0, 9730.0, 9743.0, 9745.0, 9734.0, 9780.0, 9739.0, 9791.0, 9751.0, 9806.0, 9756.0, 9787.0, 9730.0, 9753.0, 9733.0, 9812.0, 9789.0, 9828.0, 9781.0, 9787.0, 9791.0, 9809.0, 9845.0, 9782.0, 9803.0, 9804.0, 9776.0, 9831.0, 9778.0, 9812.0, 9805.0, 9843.0, 9814.0, 9819.0, 9817.0, 9811.0, 9781.0, 9760.0, 9777.0, 9737.0, 9730.0, 9744.0, 9733.0, 9735.0, 9752.0, 9744.0, 9758.0, 9767.0, 9791.0, 9798.0, 9826.0, 9794.0, 9772.0, 9881.0, 9830.0, 9879.0, 9854.0, 9837.0, 9846.0, 9797.0, 9824.0, 9765.0, 9812.0, 9760.0, 9702.0, 9740.0, 9702.0, 9748.0, 9697.0, 9698.0, 9709.0, 9713.0, 9769.0, 9721.0, 9770.0, 9718.0, 9721.0, 9741.0, 9756.0, 9811.0, 9737.0, 9798.0, 9729.0, 9743.0, 9769.0, 9765.0, 9742.0, 9740.0, 9780.0, 9742.0, 9723.0, 9738.0, 9752.0, 9766.0, 9773.0, 9789.0, 9759.0, 9841.0, 9790.0, 9782.0, 9787.0, 9781.0, 9769.0, 9773.0, 9816.0, 9806.0, 9803.0, 9794.0, 9831.0, 9845.0, 9766.0, 9747.0, 9752.0, 9757.0, 9826.0, 9803.0, 9828.0, 9833.0, 9834.0, 9845.0, 9792.0, 9835.0, 9831.0, 9768.0, 9814.0, 9794.0, 9798.0, 9734.0, 9784.0, 9680.0, 9720.0, 9659.0, 9695.0, 9639.0, 9690.0, 9649.0, 9696.0, 9662.0, 9651.0, 9650.0, 9675.0, 9650.0, 9704.0, 9655.0, 9725.0, 9688.0, 9710.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.003708517241379311</td></tr>
<tr><td colspan=3>aqi</td><td>0.07321205287356322</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.792190657054064</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1726609486421191</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9963625610126575</td></tr>
<tr><td colspan=3>efc</td><td>0.4864</td></tr>
<tr><td colspan=3>fber</td><td>3562.3286</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2187392994984306</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>306</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>35.172413793103445</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7544512677424535</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7184862988225995</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7822934791194998</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7625740252852613</td></tr>
<tr><td colspan=3>gcor</td><td>0.0136252</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006445844192057848</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.010526550933718681</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.947952739950332</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>32.0371</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.0989</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.0783</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299920.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>977.5</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.8939</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3798</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.0943</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3619.4951</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76624.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1306.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>962.7712</td></tr>
<tr><td colspan=3>tsnr</td><td>22.598792717326432</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>