ds005256-mriqc/sub-0088_ses-04_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 71183c5c05 [DATALAD RUNCMD] Compute MRIQC for sub-0088
=== 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-0088 --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-0088",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:56:30 +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-0088_ses-04_task-social_acq-mb8_run-01_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-0088_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-01_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-0088/ses-04/func/sub-0088_ses-04_task-social_acq-mb8_run-01_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>7ece9a0691924043ecb4e82059168153</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>11:00:18.560000</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.998911, 0.00540873, 0.0463371, -0.00453293, 0.99981, -0.0189849]</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-01_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.0867843</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7742, -7199, 544, -73, -73, -5, 97]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>254.263</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2e765e35-631a-4188-8766-d706e6c948d3||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.6800057888031006, -0.012161508202552795, 0.12536349892616272, 111.87700653076172], [-0.014511214569211006, 2.682415723800659, -0.05063629522919655, -96.40975189208984], [0.12431897968053818, 0.05093508958816528, 2.696612596511841, -66.36515045166016], [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': ['110018.560000', '110019.020000', '110019.480000', '110019.940000', '110020.400000', '110020.860000', '110021.320000', '110021.780000', '110022.240000', '110022.700000', '110023.160000', '110023.620000', '110024.080000', '110024.540000', '110025.000000', '110025.460000', '110025.920000', '110026.380000', '110026.840000', '110027.300000', '110027.760000', '110028.220000', '110028.680000', '110029.140000', '110029.600000', '110030.060000', '110030.520000', '110030.980000', '110031.440000', '110031.900000', '110032.360000', '110032.820000', '110033.280000', '110033.740000', '110034.200000', '110034.660000', '110035.120000', '110035.580000', '110036.040000', '110036.500000', '110036.960000', '110037.420000', '110037.880000', '110038.340000', '110038.800000', '110039.260000', '110039.720000', '110040.180000', '110040.640000', '110041.100000', '110041.560000', '110042.020000', '110042.480000', '110042.940000', '110043.400000', '110043.860000', '110044.320000', '110044.780000', '110045.240000', '110045.700000', '110046.160000', '110046.620000', '110047.080000', '110047.540000', '110048.000000', '110048.460000', '110048.920000', '110049.380000', '110049.840000', '110050.300000', '110050.760000', '110051.220000', '110051.680000', '110052.140000', '110052.600000', '110053.060000', '110053.520000', '110053.980000', '110054.440000', '110054.900000', '110055.360000', '110055.820000', '110056.280000', '110056.740000', '110057.200000', '110057.660000', '110058.120000', '110058.580000', '110059.040000', '110059.500000', '110059.960000', '110100.420000', '110100.880000', '110101.340000', '110101.800000', '110102.260000', '110102.720000', '110103.180000', '110103.640000', '110104.100000', '110104.560000', '110105.020000', '110105.480000', '110105.940000', '110106.400000', '110106.860000', '110107.320000', '110107.780000', '110108.240000', '110108.700000', '110109.160000', '110109.620000', '110110.080000', '110110.540000', '110111.000000', '110111.460000', '110111.920000', '110112.380000', '110112.840000', '110113.300000', '110113.760000', '110114.220000', '110114.680000', '110115.140000', '110115.600000', '110116.060000', '110116.520000', '110116.980000', '110117.440000', '110117.900000', '110118.360000', '110118.820000', '110119.280000', '110119.740000', '110120.200000', '110120.660000', '110121.120000', '110121.580000', '110122.040000', '110122.500000', '110122.960000', '110123.420000', '110123.880000', '110124.340000', '110124.800000', '110125.260000', '110125.720000', '110126.180000', '110126.640000', '110127.100000', '110127.560000', '110128.020000', '110128.480000', '110128.940000', '110129.400000', '110129.860000', '110130.320000', '110130.780000', '110131.240000', '110131.700000', '110132.160000', '110132.620000', '110133.080000', '110133.540000', '110134.000000', '110134.460000', '110134.920000', '110135.380000', '110135.840000', '110136.300000', '110136.760000', '110137.220000', '110137.680000', '110138.140000', '110138.600000', '110139.060000', '110139.520000', '110139.980000', '110140.440000', '110140.900000', '110141.360000', '110141.820000', '110142.280000', '110142.740000', '110143.200000', '110143.660000', '110144.120000', '110144.580000', '110145.040000', '110145.500000', '110145.960000', '110146.420000', '110146.880000', '110147.340000', '110147.800000', '110148.260000', '110148.720000', '110149.180000', '110149.640000', '110150.100000', '110150.560000', '110151.020000', '110151.480000', '110151.940000', '110152.400000', '110152.860000', '110153.320000', '110153.780000', '110154.240000', '110154.700000', '110155.160000', '110155.620000', '110156.080000', '110156.540000', '110157.000000', '110157.460000', '110157.920000', '110158.380000', '110158.840000', '110159.300000', '110159.760000', '110200.220000', '110200.680000', '110201.140000', '110201.600000', '110202.060000', '110202.520000', '110202.980000', '110203.440000', '110203.900000', '110204.360000', '110204.820000', '110205.280000', '110205.740000', '110206.200000', '110206.660000', '110207.120000', '110207.580000', '110208.040000', '110208.500000', '110208.960000', '110209.420000', '110209.880000', '110210.340000', '110210.800000', '110211.260000', '110211.720000', '110212.180000', '110212.640000', '110213.100000', '110213.560000', '110214.020000', '110214.480000', '110214.940000', '110215.400000', '110215.860000', '110216.320000', '110216.780000', '110217.240000', '110217.700000', '110218.160000', '110218.620000', '110219.080000', '110219.540000', '110220.000000', '110220.460000', '110220.920000', '110221.380000', '110221.840000', '110222.300000', '110222.760000', '110223.220000', '110223.680000', '110224.140000', '110224.600000', '110225.060000', '110225.520000', '110225.980000', '110226.440000', '110226.900000', '110227.360000', '110227.820000', '110228.280000', '110228.740000', '110229.200000', '110229.660000', '110230.120000', '110230.580000', '110231.040000', '110231.500000', '110231.960000', '110232.420000', '110232.880000', '110233.340000', '110233.800000', '110234.260000', '110234.720000', '110235.180000', '110235.640000', '110236.100000', '110236.560000', '110237.020000', '110237.480000', '110237.940000', '110238.400000', '110238.860000', '110239.320000', '110239.780000', '110240.240000', '110240.700000', '110241.160000', '110241.620000', '110242.080000', '110242.540000', '110243.000000', '110243.460000', '110243.920000', '110244.380000', '110244.840000', '110245.300000', '110245.760000', '110246.220000', '110246.680000', '110247.140000', '110247.600000', '110248.060000', '110248.520000', '110248.980000', '110249.440000', '110249.900000', '110250.360000', '110250.820000', '110251.280000', '110251.740000', '110252.200000', '110252.660000', '110253.120000', '110253.580000', '110254.040000', '110254.500000', '110254.960000', '110255.420000', '110255.880000', '110256.340000', '110256.800000', '110257.260000', '110257.720000', '110258.180000', '110258.640000', '110259.100000', '110259.560000', '110300.020000', '110300.480000', '110300.940000', '110301.400000', '110301.860000', '110302.320000', '110302.780000', '110303.240000', '110303.700000', '110304.160000', '110304.620000', '110305.080000', '110305.540000', '110306.000000', '110306.460000', '110306.920000', '110307.380000', '110307.840000', '110308.300000', '110308.760000', '110309.220000', '110309.680000', '110310.140000', '110310.600000', '110311.060000', '110311.520000', '110311.980000', '110312.440000', '110312.900000', '110313.360000', '110313.820000', '110314.280000', '110314.740000', '110315.200000', '110315.660000', '110316.120000', '110316.580000', '110317.040000', '110317.500000', '110317.960000', '110318.420000', '110318.880000', '110319.340000', '110319.800000', '110320.260000', '110320.720000', '110321.180000', '110321.640000', '110322.100000', '110322.560000', '110323.020000', '110323.480000', '110323.940000', '110324.400000', '110324.860000', '110325.320000', '110325.780000', '110326.240000', '110326.700000', '110327.160000', '110327.620000', '110328.080000', '110328.540000', '110329.000000', '110329.460000', '110329.920000', '110330.380000', '110330.840000', '110331.300000', '110331.760000', '110332.220000', '110332.680000', '110333.140000', '110333.600000', '110334.060000', '110334.520000', '110334.980000', '110335.440000', '110335.900000', '110336.360000', '110336.820000', '110337.280000', '110337.740000', '110338.200000', '110338.660000', '110339.120000', '110339.580000', '110340.040000', '110340.500000', '110340.960000', '110341.420000', '110341.880000', '110342.340000', '110342.800000', '110343.260000', '110343.720000', '110344.180000', '110344.640000', '110345.100000', '110345.560000', '110346.020000', '110346.480000', '110346.940000', '110347.400000', '110347.860000', '110348.320000', '110348.780000', '110349.240000', '110349.700000', '110350.160000', '110350.620000', '110351.080000', '110351.540000', '110352.000000', '110352.460000', '110352.920000', '110353.380000', '110353.840000', '110354.300000', '110354.760000', '110355.220000', '110355.680000', '110356.140000', '110356.600000', '110357.060000', '110357.520000', '110357.980000', '110358.440000', '110358.900000', '110359.360000', '110359.820000', '110400.280000', '110400.740000', '110401.200000', '110401.660000', '110402.120000', '110402.580000', '110403.040000', '110403.500000', '110403.960000', '110404.420000', '110404.880000', '110405.340000', '110405.800000', '110406.260000', '110406.720000', '110407.180000', '110407.640000', '110408.100000', '110408.560000', '110409.020000', '110409.480000', '110409.940000', '110410.400000', '110410.860000', '110411.320000', '110411.780000', '110412.240000', '110412.700000', '110413.160000', '110413.620000', '110414.080000', '110414.540000', '110415.000000', '110415.460000', '110415.920000', '110416.380000', '110416.840000', '110417.300000', '110417.760000', '110418.220000', '110418.680000', '110419.140000', '110419.600000', '110420.060000', '110420.520000', '110420.980000', '110421.440000', '110421.900000', '110422.360000', '110422.820000', '110423.280000', '110423.740000', '110424.200000', '110424.660000', '110425.120000', '110425.580000', '110426.040000', '110426.500000', '110426.960000', '110427.420000', '110427.880000', '110428.340000', '110428.800000', '110429.260000', '110429.720000', '110430.180000', '110430.640000', '110431.100000', '110431.560000', '110432.020000', '110432.480000', '110432.940000', '110433.400000', '110433.860000', '110434.320000', '110434.780000', '110435.240000', '110435.700000', '110436.160000', '110436.620000', '110437.080000', '110437.540000', '110438.000000', '110438.460000', '110438.920000', '110439.380000', '110439.840000', '110440.300000', '110440.760000', '110441.220000', '110441.680000', '110442.140000', '110442.600000', '110443.060000', '110443.520000', '110443.980000', '110444.440000', '110444.900000', '110445.360000', '110445.820000', '110446.280000', '110446.740000', '110447.200000', '110447.660000', '110448.120000', '110448.580000', '110449.040000', '110449.500000', '110449.960000', '110450.420000', '110450.880000', '110451.340000', '110451.800000', '110452.260000', '110452.720000', '110453.180000', '110453.640000', '110454.100000', '110454.560000', '110455.020000', '110455.480000', '110455.940000', '110456.400000', '110456.860000', '110457.320000', '110457.780000', '110458.240000', '110458.700000', '110459.160000', '110459.620000', '110500.080000', '110500.540000', '110501.000000', '110501.460000', '110501.920000', '110502.380000', '110502.840000', '110503.300000', '110503.760000', '110504.220000', '110504.680000', '110505.140000', '110505.600000', '110506.060000', '110506.520000', '110506.980000', '110507.440000', '110507.900000', '110508.360000', '110508.820000', '110509.280000', '110509.740000', '110510.200000', '110510.660000', '110511.120000', '110511.580000', '110512.040000', '110512.500000', '110512.960000', '110513.420000', '110513.880000', '110514.340000', '110514.800000', '110515.260000', '110515.720000', '110516.180000', '110516.640000', '110517.100000', '110517.560000', '110518.020000', '110518.480000', '110518.940000', '110519.400000', '110519.860000', '110520.320000', '110520.780000', '110521.240000', '110521.700000', '110522.160000', '110522.620000', '110523.080000', '110523.540000', '110524.000000', '110524.460000', '110524.920000', '110525.380000', '110525.840000', '110526.300000', '110526.760000', '110527.220000', '110527.680000', '110528.140000', '110528.600000', '110529.060000', '110529.520000', '110529.980000', '110530.440000', '110530.900000', '110531.360000', '110531.820000', '110532.280000', '110532.740000', '110533.200000', '110533.660000', '110534.120000', '110534.580000', '110535.040000', '110535.500000', '110535.960000', '110536.420000', '110536.880000', '110537.340000', '110537.800000', '110538.260000', '110538.720000', '110539.180000', '110539.640000', '110540.100000', '110540.560000', '110541.020000', '110541.480000', '110541.940000', '110542.400000', '110542.860000', '110543.320000', '110543.780000', '110544.240000', '110544.700000', '110545.160000', '110545.620000', '110546.080000', '110546.540000', '110547.000000', '110547.460000', '110547.920000', '110548.380000', '110548.840000', '110549.300000', '110549.760000', '110550.220000', '110550.680000', '110551.140000', '110551.600000', '110552.060000', '110552.520000', '110552.980000', '110553.440000', '110553.900000', '110554.360000', '110554.820000', '110555.280000', '110555.740000', '110556.200000', '110556.660000', '110557.120000', '110557.580000', '110558.040000', '110558.500000', '110558.960000', '110559.420000', '110559.880000', '110600.340000', '110600.800000', '110601.260000', '110601.720000', '110602.180000', '110602.640000', '110603.100000', '110603.560000', '110604.020000', '110604.480000', '110604.940000', '110605.400000', '110605.860000', '110606.320000', '110606.780000', '110607.240000', '110607.700000', '110608.160000', '110608.620000', '110609.080000', '110609.540000', '110610.000000', '110610.460000', '110610.920000', '110611.380000', '110611.840000', '110612.300000', '110612.760000', '110613.220000', '110613.680000', '110614.140000', '110614.600000', '110615.060000', '110615.520000', '110615.980000', '110616.440000', '110616.900000', '110617.360000', '110617.820000', '110618.280000', '110618.740000', '110619.200000', '110619.660000', '110620.120000', '110620.580000', '110621.040000', '110621.500000', '110621.960000', '110622.420000', '110622.880000', '110623.340000', '110623.800000', '110624.260000', '110624.720000', '110625.180000', '110625.640000', '110626.100000', '110626.560000', '110627.020000', '110627.480000', '110627.940000', '110628.400000', '110628.860000', '110629.320000', '110629.780000', '110630.240000', '110630.700000', '110631.160000', '110631.620000', '110632.080000', '110632.540000', '110633.000000', '110633.460000', '110633.920000', '110634.380000', '110634.840000', '110635.300000', '110635.760000', '110636.220000', '110636.680000', '110637.140000', '110637.600000', '110638.060000', '110638.520000', '110638.980000', '110639.440000', '110639.900000', '110640.360000', '110640.820000', '110641.280000', '110641.740000', '110642.200000', '110642.660000', '110643.120000', '110643.580000', '110644.040000', '110644.500000', '110644.960000', '110645.420000', '110645.880000', '110646.340000', '110646.800000', '110647.260000', '110647.720000', '110648.180000', '110648.640000', '110649.100000', '110649.560000', '110650.020000', '110650.480000', '110650.940000', '110651.400000', '110651.860000', '110652.320000', '110652.780000', '110653.240000', '110653.700000', '110654.160000', '110654.620000', '110655.080000', '110655.540000', '110656.000000', '110656.460000', '110656.920000', '110657.380000', '110657.840000', '110658.300000', '110658.760000', '110659.220000'], 'ContentTime': ['110047.612000', '110047.615000', '110047.618000', '110047.621000', '110047.623000', '110047.631000', '110047.633000', '110047.636000', '110047.638000', '110047.641000', '110047.644000', '110047.646000', '110047.649000', '110047.651000', '110047.654000', '110047.656000', '110047.659000', '110047.661000', '110047.664000', '110047.667000', '110047.669000', '110047.672000', '110047.674000', '110047.677000', '110047.679000', '110047.682000', '110047.685000', '110047.688000', '110047.690000', '110047.693000', '110047.696000', '110047.698000', '110047.701000', '110047.703000', '110047.706000', '110047.709000', '110047.711000', '110047.714000', '110047.717000', '110047.719000', '110047.722000', '110047.725000', '110047.727000', '110047.730000', '110047.732000', '110047.735000', '110047.738000', '110047.740000', '110047.743000', '110047.746000', '110047.748000', '110047.751000', '110047.753000', '110047.756000', '110047.759000', '110047.767000', '110047.770000', '110047.772000', '110047.775000', '110047.778000', '110107.548000', '110107.551000', '110107.553000', '110107.556000', '110107.558000', '110107.561000', '110107.563000', '110107.570000', '110107.573000', '110107.576000', '110107.578000', '110107.581000', '110107.583000', '110107.586000', '110107.589000', '110107.591000', '110107.594000', '110107.597000', '110107.599000', '110107.602000', '110107.604000', '110107.607000', '110107.609000', '110107.612000', '110107.615000', '110107.617000', '110107.620000', '110107.622000', '110107.625000', '110107.628000', '110107.630000', '110107.633000', '110107.635000', '110107.638000', '110107.640000', '110107.643000', '110107.645000', '110107.648000', '110107.651000', '110107.653000', '110107.656000', '110107.659000', '110107.662000', '110107.664000', '110127.547000', '110127.550000', '110127.553000', '110127.556000', '110127.558000', '110127.561000', '110127.563000', '110127.566000', '110127.569000', '110127.571000', '110127.574000', '110127.577000', '110127.579000', '110127.582000', '110127.584000', '110127.587000', '110127.590000', '110127.592000', '110127.595000', '110127.597000', '110127.600000', '110127.602000', '110127.605000', '110127.608000', '110127.610000', '110127.613000', '110127.615000', '110127.618000', '110127.620000', '110127.623000', '110127.626000', '110127.628000', '110127.631000', '110127.633000', '110127.636000', '110127.639000', '110127.641000', '110127.644000', '110127.646000', '110127.649000', '110127.652000', '110127.654000', '110127.657000', '110147.546000', '110147.549000', '110147.553000', '110147.556000', '110147.558000', '110147.561000', '110147.564000', '110147.566000', '110147.569000', '110147.571000', '110147.574000', '110147.576000', '110147.579000', '110147.582000', '110147.584000', '110147.587000', '110147.590000', '110147.592000', '110147.595000', '110147.597000', '110147.600000', '110147.602000', '110147.605000', '110147.608000', '110147.610000', '110147.613000', '110147.615000', '110147.618000', '110147.621000', '110147.623000', '110147.626000', '110147.628000', '110147.631000', '110147.633000', '110147.636000', '110147.639000', '110147.641000', '110147.644000', '110147.647000', '110147.649000', '110147.652000', '110147.654000', '110147.657000', '110207.548000', '110207.550000', '110207.553000', '110207.556000', '110207.558000', '110207.561000', '110207.563000', '110207.566000', '110207.569000', '110207.571000', '110207.574000', '110207.576000', '110207.579000', '110207.582000', '110207.584000', '110207.587000', '110207.590000', '110207.592000', '110207.595000', '110207.598000', '110207.600000', '110207.603000', '110207.605000', '110207.608000', '110207.611000', '110207.613000', '110207.616000', '110207.618000', '110207.621000', '110207.624000', '110207.626000', '110207.629000', '110207.632000', '110207.634000', '110207.637000', '110207.639000', '110207.642000', '110207.645000', '110207.647000', '110207.650000', '110207.652000', '110207.655000', '110207.658000', '110207.660000', '110227.547000', '110227.550000', '110227.553000', '110227.555000', '110227.558000', '110227.561000', '110227.564000', '110227.567000', '110227.570000', '110227.572000', '110227.575000', '110227.578000', '110227.580000', '110227.583000', '110227.585000', '110227.588000', '110227.591000', '110227.593000', '110227.596000', '110227.599000', '110227.601000', '110227.604000', '110227.607000', '110227.609000', '110227.612000', '110227.614000', '110227.617000', '110227.620000', '110227.622000', '110227.625000', '110227.627000', '110227.630000', '110227.633000', '110227.635000', '110227.647000', '110227.650000', '110227.653000', '110227.655000', '110227.658000', '110227.661000', '110227.663000', '110227.666000', '110227.669000', '110227.671000', '110247.548000', '110247.551000', '110247.553000', '110247.556000', '110247.559000', '110247.561000', '110247.564000', '110247.566000', '110247.569000', '110247.572000', '110247.574000', '110247.577000', '110247.579000', '110247.582000', '110247.585000', '110247.587000', '110247.590000', '110247.593000', '110247.595000', '110247.598000', '110247.601000', '110247.603000', '110247.606000', '110247.608000', '110247.611000', '110247.614000', '110247.616000', '110247.619000', '110247.621000', '110247.624000', '110247.627000', '110247.629000', '110247.632000', '110247.635000', '110247.637000', '110247.640000', '110247.642000', '110247.645000', '110247.648000', '110247.650000', '110247.653000', '110247.656000', '110247.658000', '110307.547000', '110307.550000', '110307.553000', '110307.556000', '110307.558000', '110307.561000', '110307.564000', '110307.566000', '110307.569000', '110307.571000', '110307.574000', '110307.577000', '110307.579000', '110307.582000', '110307.584000', '110307.587000', '110307.590000', '110307.592000', '110307.595000', '110307.598000', '110307.600000', '110307.603000', '110307.605000', '110307.608000', '110307.611000', '110307.613000', '110307.616000', '110307.618000', '110307.621000', '110307.624000', '110307.626000', '110307.629000', '110307.632000', '110307.634000', '110307.637000', '110307.639000', '110307.642000', '110307.645000', '110307.647000', '110307.650000', '110307.652000', '110307.655000', '110307.658000', '110307.660000', '110327.547000', '110327.550000', '110327.553000', '110327.556000', '110327.558000', '110327.561000', '110327.563000', '110327.566000', '110327.569000', '110327.571000', '110327.574000', '110327.576000', '110327.579000', '110327.581000', '110327.584000', '110327.586000', '110327.589000', '110327.592000', '110327.595000', '110327.597000', '110327.600000', '110327.603000', '110327.605000', '110327.608000', '110327.610000', '110327.613000', '110327.615000', '110327.618000', '110327.621000', '110327.623000', '110327.626000', '110327.628000', '110327.631000', '110327.634000', '110327.636000', '110327.639000', '110327.641000', '110327.644000', '110327.646000', '110327.649000', '110327.652000', '110327.654000', '110327.657000', '110347.548000', '110347.550000', '110347.553000', '110347.556000', '110347.559000', '110347.561000', '110347.564000', '110347.567000', '110347.569000', '110347.572000', '110347.574000', '110347.577000', '110347.580000', '110347.582000', '110347.585000', '110347.590000', '110347.592000', '110347.595000', '110347.598000', '110347.600000', '110347.603000', '110347.606000', '110347.609000', '110347.611000', '110347.614000', '110347.616000', '110347.619000', '110347.622000', '110347.624000', '110347.627000', '110347.629000', '110347.632000', '110347.635000', '110347.637000', '110347.640000', '110347.643000', '110347.645000', '110347.648000', '110347.650000', '110347.653000', '110347.655000', '110347.659000', '110347.661000', '110407.547000', '110407.550000', '110407.552000', '110407.555000', '110407.558000', '110407.560000', '110407.563000', '110407.565000', '110407.568000', '110407.572000', '110407.574000', '110407.577000', '110407.579000', '110407.582000', '110407.585000', '110407.587000', '110407.599000', '110407.602000', '110407.604000', '110407.607000', '110407.609000', '110407.612000', '110407.615000', '110407.617000', '110407.620000', '110407.622000', '110407.625000', '110407.628000', '110407.630000', '110407.633000', '110407.636000', '110407.638000', '110407.641000', '110407.644000', '110407.646000', '110407.649000', '110407.651000', '110407.654000', '110407.657000', '110407.659000', '110407.662000', '110407.664000', '110407.667000', '110407.670000', '110427.547000', '110427.550000', '110427.553000', '110427.556000', '110427.559000', '110427.561000', '110427.564000', '110427.567000', '110427.569000', '110427.572000', '110427.575000', '110427.577000', '110427.580000', '110427.592000', '110427.594000', '110427.597000', '110427.600000', '110427.602000', '110427.605000', '110427.607000', '110427.610000', '110427.613000', '110427.615000', '110427.618000', '110427.621000', '110427.623000', '110427.626000', '110427.628000', '110427.631000', '110427.634000', '110427.636000', '110427.639000', '110427.641000', '110427.644000', '110427.647000', '110427.649000', '110427.652000', '110427.654000', '110427.657000', '110427.659000', '110427.662000', '110427.665000', '110427.667000', '110447.548000', '110447.550000', '110447.553000', '110447.556000', '110447.559000', '110447.561000', '110447.564000', '110447.567000', '110447.570000', '110447.572000', '110447.575000', '110447.578000', '110447.580000', '110447.583000', '110447.585000', '110447.588000', '110447.591000', '110447.593000', '110447.596000', '110447.599000', '110447.601000', '110447.604000', '110447.606000', '110447.609000', '110447.612000', '110447.614000', '110447.617000', '110447.620000', '110447.622000', '110447.625000', '110447.628000', '110447.630000', '110447.633000', '110447.636000', '110447.638000', '110447.641000', '110447.643000', '110447.646000', '110447.648000', '110447.651000', '110447.654000', '110447.656000', '110447.659000', '110447.662000', '110507.548000', '110507.551000', '110507.553000', '110507.556000', '110507.558000', '110507.561000', '110507.564000', '110507.566000', '110507.569000', '110507.571000', '110507.574000', '110507.577000', '110507.579000', '110507.582000', '110507.585000', '110507.587000', '110507.590000', '110507.592000', '110507.595000', '110507.598000', '110507.600000', '110507.603000', '110507.607000', '110507.610000', '110507.612000', '110507.615000', '110507.617000', '110507.620000', '110507.623000', '110507.625000', '110507.628000', '110507.631000', '110507.633000', '110507.636000', '110507.638000', '110507.641000', '110507.644000', '110507.647000', '110507.649000', '110507.652000', '110507.655000', '110507.657000', '110507.660000', '110527.548000', '110527.550000', '110527.554000', '110527.557000', '110527.559000', '110527.562000', '110527.564000', '110527.567000', '110527.570000', '110527.572000', '110527.575000', '110527.577000', '110527.580000', '110527.583000', '110527.586000', '110527.588000', '110527.591000', '110527.593000', '110527.596000', '110527.599000', '110527.601000', '110527.604000', '110527.607000', '110527.609000', '110527.612000', '110527.614000', '110527.617000', '110527.620000', '110527.622000', '110527.625000', '110527.628000', '110527.630000', '110527.633000', '110527.635000', '110527.638000', '110527.641000', '110527.643000', '110527.646000', '110527.649000', '110527.651000', '110527.654000', '110527.663000', '110527.666000', '110527.668000', '110547.547000', '110547.550000', '110547.553000', '110547.555000', '110547.558000', '110547.561000', '110547.564000', '110547.566000', '110547.569000', '110547.571000', '110547.574000', '110547.577000', '110547.579000', '110547.582000', '110547.584000', '110547.587000', '110547.590000', '110547.593000', '110547.595000', '110547.598000', '110547.600000', '110547.603000', '110547.606000', '110547.608000', '110547.611000', '110547.613000', '110547.616000', '110547.619000', '110547.621000', '110547.624000', '110547.627000', '110547.631000', '110547.634000', '110547.636000', '110547.639000', '110547.641000', '110547.644000', '110547.647000', '110547.649000', '110547.652000', '110547.655000', '110547.657000', '110547.660000', '110607.548000', '110607.551000', '110607.554000', '110607.557000', '110607.559000', '110607.562000', '110607.565000', '110607.567000', '110607.570000', '110607.572000', '110607.575000', '110607.578000', '110607.580000', '110607.583000', '110607.586000', '110607.588000', '110607.591000', '110607.599000', '110607.601000', '110607.604000', '110607.606000', '110607.609000', '110607.612000', '110607.614000', '110607.617000', '110607.619000', '110607.622000', '110607.625000', '110607.627000', '110607.630000', '110607.632000', '110607.635000', '110607.638000', '110607.640000', '110607.643000', '110607.645000', '110607.648000', '110607.651000', '110607.653000', '110607.656000', '110607.658000', '110607.661000', '110607.664000', '110607.666000', '110627.547000', '110627.549000', '110627.552000', '110627.555000', '110627.559000', '110627.561000', '110627.564000', '110627.567000', '110627.569000', '110627.572000', '110627.575000', '110627.577000', '110627.580000', '110627.582000', '110627.585000', '110627.588000', '110627.590000', '110627.593000', '110627.596000', '110627.598000', '110627.601000', '110627.603000', '110627.606000', '110627.609000', '110627.611000', '110627.614000', '110627.617000', '110627.620000', '110627.622000', '110627.625000', '110627.628000', '110627.630000', '110627.633000', '110627.635000', '110627.638000', '110627.640000', '110627.643000', '110627.646000', '110627.648000', '110627.651000', '110627.654000', '110627.656000', '110627.659000', '110647.547000', '110647.550000', '110647.553000', '110647.556000', '110647.558000', '110647.561000', '110647.564000', '110647.566000', '110647.569000', '110647.572000', '110647.574000', '110647.577000', '110647.579000', '110647.582000', '110647.585000', '110647.587000', '110647.590000', '110647.592000', '110647.595000', '110647.598000', '110647.600000', '110647.603000', '110647.605000', '110647.608000', '110647.611000', '110647.614000', '110647.616000', '110647.619000', '110647.621000', '110647.624000', '110647.626000', '110647.629000', '110647.632000', '110647.634000', '110647.637000', '110647.640000', '110647.642000', '110647.645000', '110647.647000', '110647.650000', '110647.653000', '110647.656000', '110647.658000', '110647.661000', '110700.763000', '110700.766000', '110700.769000', '110700.772000', '110700.775000', '110700.777000', '110700.780000', '110700.783000', '110700.798000', '110700.801000', '110700.804000', '110700.806000', '110700.809000', '110700.812000', '110700.814000', '110700.817000', '110700.819000', '110700.822000', '110700.825000', '110700.828000', '110700.830000', '110700.833000', '110700.836000', '110700.839000', '110700.842000', '110700.845000', '110700.848000', '110700.851000', '110700.853000'], 'InstanceCreationTime': ['110047.612000', '110047.615000', '110047.618000', '110047.621000', '110047.623000', '110047.631000', '110047.633000', '110047.636000', '110047.638000', '110047.641000', '110047.644000', '110047.646000', '110047.649000', '110047.651000', '110047.654000', '110047.656000', '110047.659000', '110047.661000', '110047.664000', '110047.667000', '110047.669000', '110047.672000', '110047.674000', '110047.677000', '110047.679000', '110047.682000', '110047.685000', '110047.688000', '110047.690000', '110047.693000', '110047.696000', '110047.698000', '110047.701000', '110047.703000', '110047.706000', '110047.709000', '110047.711000', '110047.714000', '110047.717000', '110047.719000', '110047.722000', '110047.725000', '110047.727000', '110047.730000', '110047.732000', '110047.735000', '110047.738000', '110047.740000', '110047.743000', '110047.746000', '110047.748000', '110047.751000', '110047.753000', '110047.756000', '110047.759000', '110047.767000', '110047.770000', '110047.772000', '110047.775000', '110047.778000', '110107.548000', '110107.551000', '110107.553000', '110107.556000', '110107.558000', '110107.561000', '110107.563000', '110107.570000', '110107.573000', '110107.576000', '110107.578000', '110107.581000', '110107.583000', '110107.586000', '110107.589000', '110107.591000', '110107.594000', '110107.597000', '110107.599000', '110107.602000', '110107.604000', '110107.607000', '110107.609000', '110107.612000', '110107.615000', '110107.617000', '110107.620000', '110107.622000', '110107.625000', '110107.628000', '110107.630000', '110107.633000', '110107.635000', '110107.638000', '110107.640000', '110107.643000', '110107.645000', '110107.648000', '110107.651000', '110107.653000', '110107.656000', '110107.659000', '110107.662000', '110107.664000', '110127.547000', '110127.550000', '110127.553000', '110127.556000', '110127.558000', '110127.561000', '110127.563000', '110127.566000', '110127.569000', '110127.571000', '110127.574000', '110127.577000', '110127.579000', '110127.582000', '110127.584000', '110127.587000', '110127.590000', '110127.592000', '110127.595000', '110127.597000', '110127.600000', '110127.602000', '110127.605000', '110127.608000', '110127.610000', '110127.613000', '110127.615000', '110127.618000', '110127.620000', '110127.623000', '110127.626000', '110127.628000', '110127.631000', '110127.633000', '110127.636000', '110127.639000', '110127.641000', '110127.644000', '110127.646000', '110127.649000', '110127.652000', '110127.654000', '110127.657000', '110147.546000', '110147.549000', '110147.553000', '110147.556000', '110147.558000', '110147.561000', '110147.564000', '110147.566000', '110147.569000', '110147.571000', '110147.574000', '110147.576000', '110147.579000', '110147.582000', '110147.584000', '110147.587000', '110147.590000', '110147.592000', '110147.595000', '110147.597000', '110147.600000', '110147.602000', '110147.605000', '110147.608000', '110147.610000', '110147.613000', '110147.615000', '110147.618000', '110147.621000', '110147.623000', '110147.626000', '110147.628000', '110147.631000', '110147.633000', '110147.636000', '110147.639000', '110147.641000', '110147.644000', '110147.647000', '110147.649000', '110147.652000', '110147.654000', '110147.657000', '110207.548000', '110207.550000', '110207.553000', '110207.556000', '110207.558000', '110207.561000', '110207.563000', '110207.566000', '110207.569000', '110207.571000', '110207.574000', '110207.576000', '110207.579000', '110207.582000', '110207.584000', '110207.587000', '110207.590000', '110207.592000', '110207.595000', '110207.598000', '110207.600000', '110207.603000', '110207.605000', '110207.608000', '110207.611000', '110207.613000', '110207.616000', '110207.618000', '110207.621000', '110207.624000', '110207.626000', '110207.629000', '110207.632000', '110207.634000', '110207.637000', '110207.639000', '110207.642000', '110207.645000', '110207.647000', '110207.650000', '110207.652000', '110207.655000', '110207.658000', '110207.660000', '110227.547000', '110227.550000', '110227.553000', '110227.555000', '110227.558000', '110227.561000', '110227.564000', '110227.567000', '110227.570000', '110227.572000', '110227.575000', '110227.578000', '110227.580000', '110227.583000', '110227.585000', '110227.588000', '110227.591000', '110227.593000', '110227.596000', '110227.599000', '110227.601000', '110227.604000', '110227.607000', '110227.609000', '110227.612000', '110227.614000', '110227.617000', '110227.620000', '110227.622000', '110227.625000', '110227.627000', '110227.630000', '110227.633000', '110227.635000', '110227.647000', '110227.650000', '110227.653000', '110227.655000', '110227.658000', '110227.661000', '110227.663000', '110227.666000', '110227.669000', '110227.671000', '110247.548000', '110247.551000', '110247.553000', '110247.556000', '110247.559000', '110247.561000', '110247.564000', '110247.566000', '110247.569000', '110247.572000', '110247.574000', '110247.577000', '110247.579000', '110247.582000', '110247.585000', '110247.587000', '110247.590000', '110247.593000', '110247.595000', '110247.598000', '110247.601000', '110247.603000', '110247.606000', '110247.608000', '110247.611000', '110247.614000', '110247.616000', '110247.619000', '110247.621000', '110247.624000', '110247.627000', '110247.629000', '110247.632000', '110247.635000', '110247.637000', '110247.640000', '110247.642000', '110247.645000', '110247.648000', '110247.650000', '110247.653000', '110247.656000', '110247.658000', '110307.547000', '110307.550000', '110307.553000', '110307.556000', '110307.558000', '110307.561000', '110307.564000', '110307.566000', '110307.569000', '110307.571000', '110307.574000', '110307.577000', '110307.579000', '110307.582000', '110307.584000', '110307.587000', '110307.590000', '110307.592000', '110307.595000', '110307.598000', '110307.600000', '110307.603000', '110307.605000', '110307.608000', '110307.611000', '110307.613000', '110307.616000', '110307.618000', '110307.621000', '110307.624000', '110307.626000', '110307.629000', '110307.632000', '110307.634000', '110307.637000', '110307.639000', '110307.642000', '110307.645000', '110307.647000', '110307.650000', '110307.652000', '110307.655000', '110307.658000', '110307.660000', '110327.547000', '110327.550000', '110327.553000', '110327.556000', '110327.558000', '110327.561000', '110327.563000', '110327.566000', '110327.569000', '110327.571000', '110327.574000', '110327.576000', '110327.579000', '110327.581000', '110327.584000', '110327.586000', '110327.589000', '110327.592000', '110327.595000', '110327.597000', '110327.600000', '110327.603000', '110327.605000', '110327.608000', '110327.610000', '110327.613000', '110327.615000', '110327.618000', '110327.621000', '110327.623000', '110327.626000', '110327.628000', '110327.631000', '110327.634000', '110327.636000', '110327.639000', '110327.641000', '110327.644000', '110327.646000', '110327.649000', '110327.652000', '110327.654000', '110327.657000', '110347.548000', '110347.550000', '110347.553000', '110347.556000', '110347.559000', '110347.561000', '110347.564000', '110347.567000', '110347.569000', '110347.572000', '110347.574000', '110347.577000', '110347.580000', '110347.582000', '110347.585000', '110347.590000', '110347.592000', '110347.595000', '110347.598000', '110347.600000', '110347.603000', '110347.606000', '110347.609000', '110347.611000', '110347.614000', '110347.616000', '110347.619000', '110347.622000', '110347.624000', '110347.627000', '110347.629000', '110347.632000', '110347.635000', '110347.637000', '110347.640000', '110347.643000', '110347.645000', '110347.648000', '110347.650000', '110347.653000', '110347.655000', '110347.659000', '110347.661000', '110407.547000', '110407.550000', '110407.552000', '110407.555000', '110407.558000', '110407.560000', '110407.563000', '110407.565000', '110407.568000', '110407.572000', '110407.574000', '110407.577000', '110407.579000', '110407.582000', '110407.585000', '110407.587000', '110407.599000', '110407.602000', '110407.604000', '110407.607000', '110407.609000', '110407.612000', '110407.615000', '110407.617000', '110407.620000', '110407.622000', '110407.625000', '110407.628000', '110407.630000', '110407.633000', '110407.636000', '110407.638000', '110407.641000', '110407.644000', '110407.646000', '110407.649000', '110407.651000', '110407.654000', '110407.657000', '110407.659000', '110407.662000', '110407.664000', '110407.667000', '110407.670000', '110427.547000', '110427.550000', '110427.553000', '110427.556000', '110427.559000', '110427.561000', '110427.564000', '110427.567000', '110427.569000', '110427.572000', '110427.575000', '110427.577000', '110427.580000', '110427.592000', '110427.594000', '110427.597000', '110427.600000', '110427.602000', '110427.605000', '110427.607000', '110427.610000', '110427.613000', '110427.615000', '110427.618000', '110427.621000', '110427.623000', '110427.626000', '110427.628000', '110427.631000', '110427.634000', '110427.636000', '110427.639000', '110427.641000', '110427.644000', '110427.647000', '110427.649000', '110427.652000', '110427.654000', '110427.657000', '110427.659000', '110427.662000', '110427.665000', '110427.667000', '110447.548000', '110447.550000', '110447.553000', '110447.556000', '110447.559000', '110447.561000', '110447.564000', '110447.567000', '110447.570000', '110447.572000', '110447.575000', '110447.578000', '110447.580000', '110447.583000', '110447.585000', '110447.588000', '110447.591000', '110447.593000', '110447.596000', '110447.599000', '110447.601000', '110447.604000', '110447.606000', '110447.609000', '110447.612000', '110447.614000', '110447.617000', '110447.620000', '110447.622000', '110447.625000', '110447.628000', '110447.630000', '110447.633000', '110447.636000', '110447.638000', '110447.641000', '110447.643000', '110447.646000', '110447.648000', '110447.651000', '110447.654000', '110447.656000', '110447.659000', '110447.662000', '110507.548000', '110507.551000', '110507.553000', '110507.556000', '110507.558000', '110507.561000', '110507.564000', '110507.566000', '110507.569000', '110507.571000', '110507.574000', '110507.577000', '110507.579000', '110507.582000', '110507.585000', '110507.587000', '110507.590000', '110507.592000', '110507.595000', '110507.598000', '110507.600000', '110507.603000', '110507.607000', '110507.610000', '110507.612000', '110507.615000', '110507.617000', '110507.620000', '110507.623000', '110507.625000', '110507.628000', '110507.631000', '110507.633000', '110507.636000', '110507.638000', '110507.641000', '110507.644000', '110507.647000', '110507.649000', '110507.652000', '110507.655000', '110507.657000', '110507.660000', '110527.548000', '110527.550000', '110527.554000', '110527.557000', '110527.559000', '110527.562000', '110527.564000', '110527.567000', '110527.570000', '110527.572000', '110527.575000', '110527.577000', '110527.580000', '110527.583000', '110527.586000', '110527.588000', '110527.591000', '110527.593000', '110527.596000', '110527.599000', '110527.601000', '110527.604000', '110527.607000', '110527.609000', '110527.612000', '110527.614000', '110527.617000', '110527.620000', '110527.622000', '110527.625000', '110527.628000', '110527.630000', '110527.633000', '110527.635000', '110527.638000', '110527.641000', '110527.643000', '110527.646000', '110527.649000', '110527.651000', '110527.654000', '110527.663000', '110527.666000', '110527.668000', '110547.547000', '110547.550000', '110547.553000', '110547.555000', '110547.558000', '110547.561000', '110547.564000', '110547.566000', '110547.569000', '110547.571000', '110547.574000', '110547.577000', '110547.579000', '110547.582000', '110547.584000', '110547.587000', '110547.590000', '110547.593000', '110547.595000', '110547.598000', '110547.600000', '110547.603000', '110547.606000', '110547.608000', '110547.611000', '110547.613000', '110547.616000', '110547.619000', '110547.621000', '110547.624000', '110547.627000', '110547.631000', '110547.634000', '110547.636000', '110547.639000', '110547.641000', '110547.644000', '110547.647000', '110547.649000', '110547.652000', '110547.655000', '110547.657000', '110547.660000', '110607.548000', '110607.551000', '110607.554000', '110607.557000', '110607.559000', '110607.562000', '110607.565000', '110607.567000', '110607.570000', '110607.572000', '110607.575000', '110607.578000', '110607.580000', '110607.583000', '110607.586000', '110607.588000', '110607.591000', '110607.599000', '110607.601000', '110607.604000', '110607.606000', '110607.609000', '110607.612000', '110607.614000', '110607.617000', '110607.619000', '110607.622000', '110607.625000', '110607.627000', '110607.630000', '110607.632000', '110607.635000', '110607.638000', '110607.640000', '110607.643000', '110607.645000', '110607.648000', '110607.651000', '110607.653000', '110607.656000', '110607.658000', '110607.661000', '110607.664000', '110607.666000', '110627.547000', '110627.549000', '110627.552000', '110627.555000', '110627.559000', '110627.561000', '110627.564000', '110627.567000', '110627.569000', '110627.572000', '110627.575000', '110627.577000', '110627.580000', '110627.582000', '110627.585000', '110627.588000', '110627.590000', '110627.593000', '110627.596000', '110627.598000', '110627.601000', '110627.603000', '110627.606000', '110627.609000', '110627.611000', '110627.614000', '110627.617000', '110627.620000', '110627.622000', '110627.625000', '110627.628000', '110627.630000', '110627.633000', '110627.635000', '110627.638000', '110627.640000', '110627.643000', '110627.646000', '110627.648000', '110627.651000', '110627.654000', '110627.656000', '110627.659000', '110647.547000', '110647.550000', '110647.553000', '110647.556000', '110647.558000', '110647.561000', '110647.564000', '110647.566000', '110647.569000', '110647.572000', '110647.574000', '110647.577000', '110647.579000', '110647.582000', '110647.585000', '110647.587000', '110647.590000', '110647.592000', '110647.595000', '110647.598000', '110647.600000', '110647.603000', '110647.605000', '110647.608000', '110647.611000', '110647.614000', '110647.616000', '110647.619000', '110647.621000', '110647.624000', '110647.626000', '110647.629000', '110647.632000', '110647.634000', '110647.637000', '110647.640000', '110647.642000', '110647.645000', '110647.647000', '110647.650000', '110647.653000', '110647.656000', '110647.658000', '110647.661000', '110700.763000', '110700.766000', '110700.769000', '110700.772000', '110700.775000', '110700.777000', '110700.780000', '110700.783000', '110700.798000', '110700.801000', '110700.804000', '110700.806000', '110700.809000', '110700.812000', '110700.814000', '110700.817000', '110700.819000', '110700.822000', '110700.825000', '110700.828000', '110700.830000', '110700.833000', '110700.836000', '110700.839000', '110700.842000', '110700.845000', '110700.848000', '110700.851000', '110700.853000'], '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': [13513, 8961, 13455, 10462, 6800, 10428, 7019, 13486, 9892, 6903, 8912, 7009, 13282, 8474, 13100, 9636, 6877, 11480, 6994, 13989, 9744, 6966, 10003, 7415, 13525, 9012, 13777, 10829, 7001, 11059, 7087, 13489, 8181, 6872, 7804, 6966, 12636, 7377, 7127, 10179, 7034, 13235, 10690, 7034, 11613, 6874, 14044, 12272, 12726, 9940, 7235, 13400, 8551, 13310, 11395, 6900, 10148, 6920, 12917, 9428, 7050, 10806, 7034, 10538, 10307, 7184, 12537, 10893, 7568, 8626, 11915, 7176, 14562, 11052, 11839, 7821, 6887, 12052, 7615, 7017, 7891, 7403, 13461, 10379, 7589, 9271, 7297, 13228, 7255, 10661, 7150, 6847, 11972, 7287, 13142, 10992, 7300, 13035, 8288, 13936, 15376, 14470, 13085, 9677, 10856, 7196, 12752, 8627, 7779, 11023, 6982, 13059, 10320, 7108, 11166, 6801, 13662, 9792, 7714, 9296, 6794, 13217, 8732, 14139, 10591, 7055, 10713, 7239, 13707, 9003, 6965, 8212, 6920, 13506, 9264, 7179, 9267, 7148, 13638, 8998, 13011, 8254, 7004, 9624, 7669, 11838, 7428, 10648, 7582, 7253, 12619, 7364, 8566, 8827, 7647, 13876, 9248, 12636, 10589, 14398, 13720, 14291, 12837, 9583, 12123, 12291, 14103, 7837, 7886, 7472, 7372, 9463, 7217, 9851, 7489, 7217, 12291, 8490, 6941, 14243, 12425, 8451, 12395, 7555, 14958, 11889, 14291, 8512, 7640, 12043, 7533, 13531, 10067, 7566, 9981, 7123, 10706, 8777, 7006, 12898, 8653, 10076, 11510, 7562, 11810, 7156, 9150, 10321, 8165, 10234, 7264, 10824, 7515, 7458, 10057, 7200, 11641, 8730, 7272, 13633, 7692, 12947, 8900, 12532, 15603, 11985, 10160, 7336, 9850, 7885, 8097, 12118, 7259, 11326, 9823, 8064, 13395, 8169, 12658, 10672, 7397, 13284, 8136, 12105, 7718, 8796, 10323, 8316, 11713, 7088, 12150, 7677, 7124, 10940, 7257, 9721, 8968, 7086, 13724, 10028, 9491, 10040, 7670, 13711, 8140, 8478, 7843, 7032, 13314, 7327, 11451, 7550, 10148, 9105, 6922, 10958, 7360, 9371, 10580, 7093, 12540, 8755, 7342, 13182, 8402, 14077, 10071, 9065, 9988, 7624, 14259, 8944, 8494, 8328, 7957, 13849, 9220, 7082, 8340, 7061, 12579, 9828, 7544, 10777, 7264, 7375, 11871, 7722, 7117, 13655, 9716, 13630, 10275, 7179, 11887, 7494, 14170, 8327, 7327, 8250, 7094, 13745, 10532, 7200, 11781, 7740, 10362, 9858, 7051, 13302, 7759, 7365, 10532, 7730, 13926, 8136, 11426, 7180, 7387, 9049, 7361, 11100, 7362, 9104, 8472, 7244, 11977, 7274, 11952, 7855, 7567, 11478, 7241, 12164, 8929, 7640, 13512, 7628, 12189, 7851, 9505, 13544, 9350, 13372, 7356, 12537, 8032, 11345, 11065, 7756, 10861, 7231, 13124, 8915, 7143, 10597, 7836, 7344, 11041, 7871, 14020, 8007, 7248, 12362, 6992, 14608, 10766, 6984, 11715, 7215, 14390, 12258, 8228, 10738, 6969, 13387, 9032, 13101, 8574, 6881, 11213, 7081, 14049, 8954, 9445, 7595, 7147, 12146, 7166, 8365, 8705, 7014, 9610, 11404, 7840, 12124, 13063, 8128, 13843, 9953, 11172, 12014, 8387, 13500, 7203, 7199, 8904, 6971, 13616, 7366, 7328, 8610, 7483, 12614, 6823, 11298, 7373, 8848, 9950, 7044, 11459, 7737, 7346, 12964, 7319, 12253, 8592, 7229, 13570, 11555, 13564, 10954, 7665, 14396, 8807, 7107, 7693, 7461, 14163, 8412, 11671, 7336, 7056, 11258, 7684, 7037, 11045, 7033, 13372, 11294, 10833, 10552, 7267, 11967, 8467, 7191, 13752, 7882, 7683, 9711, 7560, 14444, 10324, 13289, 8920, 7069, 11438, 7666, 13798, 7314, 9168, 7819, 7254, 11750, 7191, 7230, 9960, 7534, 14261, 10026, 6995, 11264, 7195, 13887, 10035, 6950, 10743, 6863, 14206, 9835, 8536, 8521, 7288, 14367, 11201, 14529, 7785, 6905, 10932, 7601, 13189, 10632, 8036, 11440, 7088, 7302, 13372, 8449, 11291, 8880, 7192, 13708, 9124, 10315, 8515, 7248, 12939, 8253, 7088, 10595, 7218, 12353, 9806, 8405, 14041, 8443, 7332, 9808, 7093, 13877, 8429, 7304, 10401, 7327, 13772, 9756, 10396, 7597, 8514, 8367, 7428, 9029, 7244, 8496, 7640, 7663, 12560, 7471, 8644, 7867, 7772, 13590, 7199, 12522, 7582, 12975, 9973, 13176, 12703, 7918, 11413, 7210, 12380, 8062, 9498, 9269, 7231, 8571, 7585, 13006, 9450, 10699, 7756, 7107, 8718, 7413, 7460, 10730, 9160, 8659, 12693, 7317, 12527, 8463, 12683, 10026, 14786, 11697, 7411, 9605, 7173, 13193, 8662, 9411, 7533, 7129, 11328, 7263, 13889, 8891, 7346, 9402, 7175, 13784, 8038, 12394, 7541, 9044, 7496, 7630, 11895, 7152, 12128, 8322, 12588, 9351, 7174, 11534, 7646, 12845, 9716, 8994, 11848, 7181, 13361, 8740, 14624, 13269, 8701, 8026, 7742, 12277, 7803, 10034, 7676, 7175, 8612, 7687, 13414, 7846, 11215, 7744, 7160, 10581, 7370, 13410, 10228, 7026, 12324, 7834, 14536, 12285, 11240, 9931, 7068, 12960, 8477, 15369, 9541, 7271, 8445, 6980, 13376, 8854, 7206, 10121, 7380, 12357, 9225, 7411, 12063, 7364, 12796, 8301, 10494, 10038, 7334, 8979, 7059, 13010, 8635, 8763, 7465, 7112, 11913, 7130, 13607, 9138, 7224, 7707, 7413, 12169, 8006, 13022, 7797, 8099, 7909, 7429, 11360, 7450, 10653, 7629, 7521, 11730, 7170, 12723, 8367, 8083, 12294, 6999, 12120, 7813, 12376, 8587, 11824, 9284, 7074, 11337, 7284, 13372, 9219, 12904, 7288, 7462, 7876, 7339, 11064, 7201, 12091, 7498, 7306, 12019, 7358, 8382, 7464, 11164, 9058, 9282, 10645, 7280, 9554, 7560, 7419, 12585, 7669, 7763, 13422, 10102, 11382, 10647, 7470, 13414, 9170, 14969, 12521, 7647, 7485, 7070, 11224, 7642, 7837, 8921, 7234, 9316, 7807, 7558, 13079, 7385, 11932, 8065, 11937, 10934, 10521, 9612, 7166, 12455, 7363, 15210, 8308, 8486, 7765, 7649, 10458, 7588, 10262, 7489, 12675, 8577, 7874, 8574, 7355, 11543, 7376, 7963, 11678, 7229, 10784, 10032, 8067, 14709, 10420, 13865, 11095, 9310, 11731, 7842, 15501, 7806, 7898, 7529, 7640, 12752, 7731, 7457, 9479, 7829, 14165, 9703, 9199, 7493, 7572, 14005, 8455, 10189, 7921, 7556, 13023, 7620, 12982, 8332, 7438, 11263, 7045, 13949, 9724, 7178, 9490, 7510, 14042, 8724, 13385, 8598, 7607, 9667, 7094, 12281, 7683, 7502, 11043, 7959, 8815, 12365], 'WindowCenter': [4405.0, 4350.0, 4365.0, 4345.0, 4280.0, 4329.0, 4290.0, 4348.0, 4331.0, 4277.0, 4308.0, 4288.0, 4348.0, 4298.0, 4339.0, 4319.0, 4276.0, 4338.0, 4277.0, 4349.0, 4316.0, 4275.0, 4316.0, 4287.0, 4346.0, 4310.0, 4337.0, 4329.0, 4275.0, 4327.0, 4276.0, 4336.0, 4296.0, 4265.0, 4287.0, 4288.0, 4348.0, 4300.0, 4289.0, 4331.0, 4291.0, 4350.0, 4343.0, 4291.0, 4340.0, 4277.0, 4350.0, 4341.0, 4338.0, 4318.0, 4289.0, 4347.0, 4308.0, 4339.0, 4328.0, 4275.0, 4317.0, 4277.0, 4339.0, 4320.0, 4287.0, 4329.0, 4289.0, 4327.0, 4328.0, 4291.0, 4351.0, 4341.0, 4300.0, 4309.0, 4338.0, 4289.0, 4348.0, 4327.0, 4325.0, 4285.0, 4275.0, 4336.0, 4287.0, 4276.0, 4296.0, 4300.0, 4348.0, 4330.0, 4300.0, 4319.0, 4289.0, 4348.0, 4302.0, 4329.0, 4288.0, 4280.0, 4339.0, 4300.0, 4351.0, 4341.0, 4302.0, 4349.0, 4299.0, 4348.0, 4359.0, 4348.0, 4338.0, 4307.0, 4316.0, 4276.0, 4326.0, 4295.0, 4286.0, 4313.0, 4276.0, 4336.0, 4316.0, 4279.0, 4326.0, 4277.0, 4348.0, 4318.0, 4288.0, 4306.0, 4275.0, 4337.0, 4296.0, 4347.0, 4318.0, 4275.0, 4316.0, 4287.0, 4335.0, 4305.0, 4274.0, 4284.0, 4277.0, 4348.0, 4317.0, 4279.0, 4318.0, 4289.0, 4347.0, 4310.0, 4347.0, 4298.0, 4279.0, 4333.0, 4300.0, 4339.0, 4289.0, 4326.0, 4289.0, 4290.0, 4350.0, 4301.0, 4310.0, 4322.0, 4303.0, 4361.0, 4323.0, 4341.0, 4331.0, 4349.0, 4349.0, 4347.0, 4337.0, 4304.0, 4337.0, 4326.0, 4335.0, 4284.0, 4285.0, 4285.0, 4285.0, 4317.0, 4288.0, 4317.0, 4289.0, 4301.0, 4349.0, 4310.0, 4290.0, 4361.0, 4351.0, 4299.0, 4336.0, 4287.0, 4347.0, 4326.0, 4334.0, 4293.0, 4275.0, 4323.0, 4286.0, 4335.0, 4317.0, 4287.0, 4304.0, 4273.0, 4315.0, 4308.0, 4287.0, 4348.0, 4310.0, 4331.0, 4339.0, 4299.0, 4339.0, 4289.0, 4319.0, 4330.0, 4298.0, 4329.0, 4289.0, 4328.0, 4289.0, 4289.0, 4319.0, 4288.0, 4337.0, 4310.0, 4288.0, 4350.0, 4289.0, 4339.0, 4309.0, 4339.0, 4359.0, 4327.0, 4319.0, 4288.0, 4319.0, 4298.0, 4298.0, 4350.0, 4289.0, 4327.0, 4318.0, 4298.0, 4349.0, 4299.0, 4338.0, 4318.0, 4276.0, 4337.0, 4287.0, 4327.0, 4284.0, 4293.0, 4315.0, 4283.0, 4323.0, 4265.0, 4325.0, 4286.0, 4277.0, 4326.0, 4289.0, 4317.0, 4308.0, 4279.0, 4349.0, 4321.0, 4319.0, 4318.0, 4286.0, 4337.0, 4298.0, 4298.0, 4297.0, 4276.0, 4348.0, 4288.0, 4327.0, 4301.0, 4317.0, 4311.0, 4292.0, 4328.0, 4288.0, 4319.0, 4330.0, 4291.0, 4353.0, 4320.0, 4292.0, 4351.0, 4301.0, 4351.0, 4319.0, 4298.0, 4320.0, 4287.0, 4349.0, 4310.0, 4295.0, 4296.0, 4286.0, 4346.0, 4306.0, 4278.0, 4296.0, 4288.0, 4350.0, 4332.0, 4299.0, 4329.0, 4288.0, 4289.0, 4339.0, 4299.0, 4289.0, 4351.0, 4321.0, 4351.0, 4319.0, 4276.0, 4338.0, 4289.0, 4338.0, 4297.0, 4277.0, 4285.0, 4276.0, 4338.0, 4328.0, 4289.0, 4337.0, 4288.0, 4317.0, 4318.0, 4281.0, 4349.0, 4289.0, 4287.0, 4329.0, 4289.0, 4349.0, 4288.0, 4325.0, 4276.0, 4275.0, 4296.0, 4276.0, 4327.0, 4286.0, 4309.0, 4311.0, 4290.0, 4341.0, 4291.0, 4339.0, 4301.0, 4301.0, 4339.0, 4303.0, 4349.0, 4323.0, 4300.0, 4351.0, 4301.0, 4339.0, 4299.0, 4320.0, 4349.0, 4308.0, 4339.0, 4289.0, 4334.0, 4287.0, 4325.0, 4327.0, 4287.0, 4325.0, 4287.0, 4336.0, 4308.0, 4277.0, 4329.0, 4302.0, 4299.0, 4339.0, 4300.0, 4361.0, 4312.0, 4300.0, 4350.0, 4291.0, 4362.0, 4342.0, 4291.0, 4337.0, 4286.0, 4347.0, 4341.0, 4298.0, 4327.0, 4276.0, 4334.0, 4307.0, 4336.0, 4295.0, 4276.0, 4325.0, 4276.0, 4335.0, 4307.0, 4306.0, 4288.0, 4277.0, 4336.0, 4288.0, 4297.0, 4307.0, 4288.0, 4318.0, 4338.0, 4312.0, 4340.0, 4353.0, 4299.0, 4348.0, 4318.0, 4316.0, 4326.0, 4286.0, 4335.0, 4275.0, 4274.0, 4306.0, 4277.0, 4347.0, 4288.0, 4287.0, 4309.0, 4288.0, 4351.0, 4279.0, 4328.0, 4289.0, 4310.0, 4332.0, 4290.0, 4342.0, 4313.0, 4303.0, 4364.0, 4304.0, 4349.0, 4312.0, 4291.0, 4352.0, 4342.0, 4352.0, 4328.0, 4300.0, 4350.0, 4309.0, 4276.0, 4297.0, 4290.0, 4350.0, 4308.0, 4339.0, 4287.0, 4288.0, 4338.0, 4302.0, 4291.0, 4350.0, 4301.0, 4363.0, 4344.0, 4343.0, 4331.0, 4292.0, 4337.0, 4298.0, 4279.0, 4349.0, 4298.0, 4288.0, 4318.0, 4288.0, 4349.0, 4318.0, 4338.0, 4306.0, 4274.0, 4328.0, 4284.0, 4338.0, 4274.0, 4303.0, 4285.0, 4286.0, 4337.0, 4290.0, 4287.0, 4329.0, 4300.0, 4359.0, 4330.0, 4290.0, 4340.0, 4290.0, 4349.0, 4320.0, 4290.0, 4327.0, 4278.0, 4350.0, 4331.0, 4309.0, 4307.0, 4289.0, 4348.0, 4329.0, 4348.0, 4287.0, 4278.0, 4327.0, 4298.0, 4348.0, 4329.0, 4299.0, 4339.0, 4288.0, 4290.0, 4349.0, 4309.0, 4339.0, 4308.0, 4289.0, 4348.0, 4308.0, 4316.0, 4297.0, 4286.0, 4337.0, 4297.0, 4278.0, 4329.0, 4289.0, 4337.0, 4318.0, 4296.0, 4348.0, 4298.0, 4275.0, 4317.0, 4277.0, 4347.0, 4299.0, 4289.0, 4328.0, 4300.0, 4351.0, 4322.0, 4329.0, 4300.0, 4308.0, 4299.0, 4289.0, 4308.0, 4289.0, 4308.0, 4300.0, 4300.0, 4351.0, 4300.0, 4311.0, 4310.0, 4301.0, 4351.0, 4292.0, 4339.0, 4300.0, 4338.0, 4319.0, 4338.0, 4339.0, 4299.0, 4326.0, 4286.0, 4337.0, 4298.0, 4306.0, 4308.0, 4290.0, 4308.0, 4300.0, 4349.0, 4322.0, 4330.0, 4289.0, 4290.0, 4311.0, 4302.0, 4302.0, 4342.0, 4334.0, 4313.0, 4353.0, 4303.0, 4352.0, 4312.0, 4340.0, 4320.0, 4350.0, 4339.0, 4277.0, 4306.0, 4276.0, 4337.0, 4299.0, 4306.0, 4289.0, 4277.0, 4326.0, 4289.0, 4350.0, 4321.0, 4300.0, 4320.0, 4290.0, 4349.0, 4302.0, 4352.0, 4302.0, 4308.0, 4290.0, 4301.0, 4342.0, 4292.0, 4351.0, 4312.0, 4352.0, 4333.0, 4290.0, 4342.0, 4303.0, 4351.0, 4333.0, 4322.0, 4341.0, 4291.0, 4351.0, 4311.0, 4351.0, 4351.0, 4298.0, 4297.0, 4288.0, 4338.0, 4288.0, 4317.0, 4300.0, 4290.0, 4309.0, 4302.0, 4350.0, 4313.0, 4341.0, 4301.0, 4291.0, 4341.0, 4302.0, 4362.0, 4343.0, 4292.0, 4352.0, 4301.0, 4350.0, 4342.0, 4329.0, 4319.0, 4278.0, 4348.0, 4298.0, 4346.0, 4308.0, 4284.0, 4296.0, 4278.0, 4337.0, 4321.0, 4289.0, 4328.0, 4300.0, 4350.0, 4321.0, 4290.0, 4350.0, 4290.0, 4349.0, 4309.0, 4318.0, 4319.0, 4288.0, 4307.0, 4278.0, 4336.0, 4309.0, 4308.0, 4288.0, 4278.0, 4339.0, 4289.0, 4348.0, 4320.0, 4288.0, 4299.0, 4289.0, 4350.0, 4312.0, 4351.0, 4300.0, 4300.0, 4312.0, 4300.0, 4342.0, 4289.0, 4329.0, 4301.0, 4300.0, 4351.0, 4293.0, 4351.0, 4314.0, 4301.0, 4352.0, 4291.0, 4351.0, 4301.0, 4350.0, 4308.0, 4340.0, 4319.0, 4280.0, 4329.0, 4287.0, 4348.0, 4309.0, 4338.0, 4288.0, 4287.0, 4299.0, 4287.0, 4328.0, 4302.0, 4338.0, 4302.0, 4289.0, 4351.0, 4300.0, 4310.0, 4303.0, 4340.0, 4322.0, 4321.0, 4342.0, 4303.0, 4333.0, 4315.0, 4300.0, 4362.0, 4312.0, 4313.0, 4374.0, 4344.0, 4355.0, 4344.0, 4304.0, 4361.0, 4321.0, 4360.0, 4350.0, 4288.0, 4288.0, 4277.0, 4337.0, 4299.0, 4299.0, 4308.0, 4300.0, 4318.0, 4311.0, 4301.0, 4362.0, 4302.0, 4351.0, 4314.0, 4353.0, 4341.0, 4331.0, 4320.0, 4291.0, 4348.0, 4288.0, 4361.0, 4310.0, 4308.0, 4299.0, 4301.0, 4330.0, 4300.0, 4331.0, 4301.0, 4362.0, 4321.0, 4315.0, 4321.0, 4301.0, 4352.0, 4302.0, 4312.0, 4353.0, 4313.0, 4343.0, 4344.0, 4312.0, 4363.0, 4332.0, 4350.0, 4340.0, 4320.0, 4338.0, 4298.0, 4358.0, 4298.0, 4296.0, 4297.0, 4300.0, 4361.0, 4310.0, 4299.0, 4331.0, 4311.0, 4360.0, 4330.0, 4318.0, 4289.0, 4299.0, 4349.0, 4309.0, 4318.0, 4299.0, 4285.0, 4347.0, 4287.0, 4350.0, 4297.0, 4288.0, 4327.0, 4277.0, 4347.0, 4319.0, 4275.0, 4316.0, 4287.0, 4347.0, 4307.0, 4336.0, 4297.0, 4285.0, 4315.0, 4277.0, 4351.0, 4299.0, 4300.0, 4340.0, 4311.0, 4320.0, 4352.0], 'WindowWidth': [9705.0, 9622.0, 9633.0, 9603.0, 9507.0, 9569.0, 9520.0, 9593.0, 9575.0, 9497.0, 9538.0, 9512.0, 9595.0, 9527.0, 9582.0, 9555.0, 9493.0, 9579.0, 9498.0, 9594.0, 9548.0, 9491.0, 9545.0, 9508.0, 9588.0, 9543.0, 9577.0, 9565.0, 9490.0, 9563.0, 9495.0, 9573.0, 9522.0, 9478.0, 9509.0, 9512.0, 9593.0, 9533.0, 9518.0, 9576.0, 9523.0, 9599.0, 9593.0, 9520.0, 9584.0, 9500.0, 9600.0, 9586.0, 9579.0, 9552.0, 9513.0, 9588.0, 9538.0, 9581.0, 9564.0, 9490.0, 9549.0, 9498.0, 9579.0, 9556.0, 9509.0, 9565.0, 9516.0, 9563.0, 9565.0, 9523.0, 9602.0, 9587.0, 9533.0, 9542.0, 9578.0, 9514.0, 9597.0, 9562.0, 9555.0, 9502.0, 9486.0, 9570.0, 9512.0, 9493.0, 9519.0, 9532.0, 9592.0, 9570.0, 9529.0, 9554.0, 9516.0, 9594.0, 9538.0, 9568.0, 9514.0, 9503.0, 9582.0, 9532.0, 9601.0, 9590.0, 9538.0, 9596.0, 9528.0, 9595.0, 9609.0, 9594.0, 9579.0, 9535.0, 9544.0, 9492.0, 9556.0, 9516.0, 9504.0, 9537.0, 9491.0, 9571.0, 9548.0, 9500.0, 9559.0, 9498.0, 9591.0, 9553.0, 9511.0, 9533.0, 9491.0, 9575.0, 9520.0, 9590.0, 9552.0, 9489.0, 9546.0, 9510.0, 9570.0, 9530.0, 9486.0, 9500.0, 9495.0, 9589.0, 9551.0, 9500.0, 9552.0, 9516.0, 9591.0, 9543.0, 9590.0, 9525.0, 9499.0, 9580.0, 9530.0, 9580.0, 9513.0, 9560.0, 9514.0, 9517.0, 9597.0, 9534.0, 9545.0, 9564.0, 9539.0, 9619.0, 9568.0, 9588.0, 9576.0, 9595.0, 9595.0, 9587.0, 9574.0, 9525.0, 9574.0, 9556.0, 9571.0, 9501.0, 9504.0, 9504.0, 9504.0, 9548.0, 9514.0, 9547.0, 9515.0, 9535.0, 9596.0, 9545.0, 9520.0, 9615.0, 9602.0, 9527.0, 9573.0, 9507.0, 9591.0, 9560.0, 9566.0, 9509.0, 9486.0, 9551.0, 9506.0, 9568.0, 9548.0, 9508.0, 9525.0, 9485.0, 9543.0, 9537.0, 9510.0, 9593.0, 9545.0, 9576.0, 9584.0, 9528.0, 9582.0, 9516.0, 9557.0, 9571.0, 9526.0, 9567.0, 9512.0, 9561.0, 9513.0, 9515.0, 9555.0, 9514.0, 9577.0, 9545.0, 9514.0, 9600.0, 9516.0, 9581.0, 9542.0, 9581.0, 9608.0, 9561.0, 9555.0, 9510.0, 9554.0, 9524.0, 9525.0, 9597.0, 9516.0, 9561.0, 9553.0, 9526.0, 9596.0, 9528.0, 9577.0, 9549.0, 9491.0, 9576.0, 9507.0, 9561.0, 9501.0, 9510.0, 9542.0, 9496.0, 9551.0, 9476.0, 9553.0, 9504.0, 9494.0, 9559.0, 9513.0, 9549.0, 9538.0, 9501.0, 9594.0, 9560.0, 9552.0, 9553.0, 9506.0, 9576.0, 9525.0, 9523.0, 9523.0, 9493.0, 9591.0, 9512.0, 9562.0, 9533.0, 9550.0, 9546.0, 9522.0, 9565.0, 9515.0, 9554.0, 9572.0, 9521.0, 9604.0, 9559.0, 9523.0, 9600.0, 9531.0, 9599.0, 9554.0, 9521.0, 9554.0, 9507.0, 9594.0, 9542.0, 9516.0, 9522.0, 9506.0, 9586.0, 9535.0, 9498.0, 9521.0, 9514.0, 9595.0, 9576.0, 9530.0, 9565.0, 9513.0, 9516.0, 9583.0, 9530.0, 9516.0, 9600.0, 9560.0, 9599.0, 9554.0, 9492.0, 9579.0, 9514.0, 9577.0, 9522.0, 9491.0, 9500.0, 9490.0, 9576.0, 9564.0, 9513.0, 9575.0, 9513.0, 9548.0, 9550.0, 9506.0, 9595.0, 9514.0, 9508.0, 9567.0, 9513.0, 9594.0, 9511.0, 9556.0, 9491.0, 9490.0, 9516.0, 9491.0, 9559.0, 9507.0, 9543.0, 9546.0, 9517.0, 9586.0, 9521.0, 9581.0, 9533.0, 9535.0, 9584.0, 9539.0, 9595.0, 9566.0, 9532.0, 9602.0, 9533.0, 9582.0, 9528.0, 9554.0, 9594.0, 9536.0, 9581.0, 9512.0, 9567.0, 9508.0, 9556.0, 9561.0, 9507.0, 9558.0, 9508.0, 9570.0, 9537.0, 9497.0, 9572.0, 9537.0, 9530.0, 9583.0, 9532.0, 9614.0, 9551.0, 9533.0, 9600.0, 9523.0, 9619.0, 9592.0, 9520.0, 9577.0, 9508.0, 9591.0, 9587.0, 9524.0, 9560.0, 9492.0, 9568.0, 9536.0, 9573.0, 9519.0, 9491.0, 9555.0, 9490.0, 9570.0, 9533.0, 9530.0, 9511.0, 9495.0, 9574.0, 9513.0, 9523.0, 9536.0, 9514.0, 9552.0, 9580.0, 9550.0, 9586.0, 9607.0, 9530.0, 9595.0, 9550.0, 9544.0, 9558.0, 9505.0, 9569.0, 9490.0, 9486.0, 9532.0, 9495.0, 9588.0, 9512.0, 9511.0, 9541.0, 9511.0, 9599.0, 9502.0, 9564.0, 9516.0, 9544.0, 9578.0, 9521.0, 9590.0, 9554.0, 9541.0, 9622.0, 9542.0, 9598.0, 9549.0, 9523.0, 9605.0, 9589.0, 9604.0, 9567.0, 9530.0, 9599.0, 9543.0, 9493.0, 9525.0, 9519.0, 9597.0, 9539.0, 9580.0, 9511.0, 9512.0, 9578.0, 9540.0, 9521.0, 9600.0, 9538.0, 9623.0, 9597.0, 9593.0, 9574.0, 9520.0, 9576.0, 9526.0, 9501.0, 9598.0, 9528.0, 9514.0, 9554.0, 9511.0, 9594.0, 9554.0, 9577.0, 9534.0, 9488.0, 9564.0, 9501.0, 9576.0, 9488.0, 9523.0, 9502.0, 9506.0, 9576.0, 9517.0, 9510.0, 9571.0, 9533.0, 9611.0, 9573.0, 9517.0, 9584.0, 9519.0, 9595.0, 9560.0, 9517.0, 9564.0, 9501.0, 9597.0, 9573.0, 9542.0, 9537.0, 9514.0, 9592.0, 9567.0, 9592.0, 9511.0, 9498.0, 9562.0, 9529.0, 9593.0, 9569.0, 9529.0, 9581.0, 9512.0, 9519.0, 9595.0, 9543.0, 9583.0, 9542.0, 9517.0, 9593.0, 9540.0, 9546.0, 9520.0, 9506.0, 9574.0, 9522.0, 9498.0, 9569.0, 9514.0, 9576.0, 9552.0, 9521.0, 9592.0, 9525.0, 9492.0, 9550.0, 9495.0, 9589.0, 9529.0, 9516.0, 9568.0, 9533.0, 9599.0, 9563.0, 9568.0, 9531.0, 9538.0, 9529.0, 9515.0, 9538.0, 9515.0, 9539.0, 9531.0, 9531.0, 9601.0, 9535.0, 9548.0, 9547.0, 9534.0, 9601.0, 9524.0, 9584.0, 9530.0, 9578.0, 9556.0, 9578.0, 9581.0, 9526.0, 9561.0, 9508.0, 9575.0, 9524.0, 9535.0, 9537.0, 9518.0, 9541.0, 9536.0, 9596.0, 9564.0, 9569.0, 9513.0, 9516.0, 9546.0, 9535.0, 9540.0, 9592.0, 9582.0, 9554.0, 9608.0, 9538.0, 9604.0, 9549.0, 9584.0, 9556.0, 9596.0, 9582.0, 9494.0, 9531.0, 9491.0, 9571.0, 9526.0, 9532.0, 9513.0, 9496.0, 9559.0, 9515.0, 9596.0, 9561.0, 9535.0, 9558.0, 9521.0, 9598.0, 9538.0, 9604.0, 9537.0, 9540.0, 9518.0, 9532.0, 9588.0, 9525.0, 9600.0, 9551.0, 9604.0, 9582.0, 9521.0, 9590.0, 9540.0, 9603.0, 9580.0, 9564.0, 9588.0, 9522.0, 9602.0, 9547.0, 9601.0, 9601.0, 9526.0, 9524.0, 9511.0, 9576.0, 9512.0, 9549.0, 9532.0, 9519.0, 9544.0, 9537.0, 9599.0, 9555.0, 9589.0, 9536.0, 9521.0, 9587.0, 9538.0, 9619.0, 9595.0, 9527.0, 9605.0, 9535.0, 9598.0, 9590.0, 9567.0, 9554.0, 9498.0, 9592.0, 9525.0, 9588.0, 9538.0, 9501.0, 9519.0, 9498.0, 9574.0, 9561.0, 9515.0, 9566.0, 9532.0, 9600.0, 9561.0, 9520.0, 9600.0, 9518.0, 9595.0, 9544.0, 9552.0, 9556.0, 9511.0, 9537.0, 9500.0, 9573.0, 9542.0, 9538.0, 9514.0, 9499.0, 9580.0, 9515.0, 9593.0, 9558.0, 9514.0, 9528.0, 9517.0, 9599.0, 9551.0, 9603.0, 9535.0, 9534.0, 9553.0, 9533.0, 9591.0, 9517.0, 9569.0, 9537.0, 9533.0, 9603.0, 9526.0, 9601.0, 9558.0, 9535.0, 9604.0, 9522.0, 9601.0, 9535.0, 9600.0, 9542.0, 9585.0, 9556.0, 9503.0, 9567.0, 9512.0, 9592.0, 9542.0, 9577.0, 9512.0, 9508.0, 9530.0, 9511.0, 9565.0, 9538.0, 9581.0, 9540.0, 9517.0, 9602.0, 9536.0, 9548.0, 9542.0, 9587.0, 9566.0, 9564.0, 9594.0, 9540.0, 9579.0, 9559.0, 9534.0, 9622.0, 9555.0, 9556.0, 9640.0, 9601.0, 9615.0, 9598.0, 9546.0, 9617.0, 9565.0, 9613.0, 9601.0, 9513.0, 9511.0, 9497.0, 9579.0, 9531.0, 9529.0, 9541.0, 9534.0, 9555.0, 9552.0, 9537.0, 9620.0, 9541.0, 9603.0, 9558.0, 9608.0, 9592.0, 9577.0, 9560.0, 9520.0, 9595.0, 9514.0, 9614.0, 9546.0, 9539.0, 9530.0, 9537.0, 9572.0, 9533.0, 9574.0, 9536.0, 9620.0, 9564.0, 9561.0, 9563.0, 9536.0, 9606.0, 9540.0, 9553.0, 9608.0, 9557.0, 9595.0, 9599.0, 9554.0, 9626.0, 9578.0, 9600.0, 9585.0, 9561.0, 9581.0, 9526.0, 9609.0, 9529.0, 9522.0, 9524.0, 9535.0, 9617.0, 9547.0, 9532.0, 9576.0, 9552.0, 9615.0, 9574.0, 9553.0, 9518.0, 9531.0, 9595.0, 9542.0, 9552.0, 9528.0, 9505.0, 9590.0, 9512.0, 9597.0, 9525.0, 9513.0, 9564.0, 9499.0, 9591.0, 9557.0, 9493.0, 9549.0, 9509.0, 9588.0, 9537.0, 9575.0, 9522.0, 9506.0, 9545.0, 9498.0, 9604.0, 9531.0, 9534.0, 9587.0, 9552.0, 9562.0, 9605.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.0001964367816091954</td></tr>
<tr><td colspan=3>aqi</td><td>0.027277073333333332</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.63702472466046</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2107943201380897</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9664136954545445</td></tr>
<tr><td colspan=3>efc</td><td>0.4693</td></tr>
<tr><td colspan=3>fber</td><td>7899.8101</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10797509635503477</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.67816091954023</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.508825363818516</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.342829398688049</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7555726615747553</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4280740311927436</td></tr>
<tr><td colspan=3>gcor</td><td>0.00733295</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006591737736016512</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03247842937707901</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.890283516821558</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>22.7293</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.8742</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.4425</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299925.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>759.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.8213</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4827</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.4149</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3519.1875</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76619.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4599.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>960.5921</td></tr>
<tr><td colspan=3>tsnr</td><td>39.51268225349486</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>