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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0029_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0029_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0029/ses-01/func/sub-0029_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4fd85f4cf8b4b8ea435023fa74febe8a</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>13:47:58.450000</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_VE11C_LATEST_20160120</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.999726, 0.0214213, 0.00942817, -0.0223379, 0.993543, 0.111236]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112428</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7766, -7203, 613, -41, -175, 43, 53]</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>249.268</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>97f5566f-c03e-4122-9847-d2c11fb1e3e9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682192087173462, -0.05993086099624634, 0.018858062103390694, 113.81466674804688], [-0.05747181922197342, 2.665602922439575, 0.3008238971233368, -88.9755630493164], [0.025295091792941093, -0.2984384000301361, 2.6831231117248535, -26.83510971069336], [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': ['134758.450000', '134758.910000', '134759.370000', '134759.830000', '134800.290000', '134800.750000', '134801.210000', '134801.670000', '134802.130000', '134802.590000', '134803.050000', '134803.510000', '134803.970000', '134804.430000', '134804.890000', '134805.350000', '134805.810000', '134806.270000', '134806.730000', '134807.190000', '134807.650000', '134808.110000', '134808.570000', '134809.030000', '134809.490000', '134809.950000', '134810.410000', '134810.870000', '134811.330000', '134811.790000', '134812.250000', '134812.710000', '134813.170000', '134813.630000', '134814.090000', '134814.550000', '134815.010000', '134815.470000', '134815.930000', '134816.390000', '134816.850000', '134817.310000', '134817.770000', '134818.230000', '134818.690000', '134819.150000', '134819.610000', '134820.070000', '134820.530000', '134820.990000', '134821.450000', '134821.910000', '134822.370000', '134822.830000', '134823.290000', '134823.750000', '134824.210000', '134824.670000', '134825.130000', '134825.590000', '134826.050000', '134826.510000', '134826.970000', '134827.430000', '134827.890000', '134828.350000', '134828.810000', '134829.270000', '134829.730000', '134830.190000', '134830.650000', '134831.110000', '134831.570000', '134832.030000', '134832.490000', '134832.950000', '134833.410000', '134833.870000', '134834.330000', '134834.790000', '134835.250000', '134835.710000', '134836.170000', '134836.630000', '134837.090000', '134837.550000', '134838.010000', '134838.470000', '134838.930000', '134839.390000', '134839.850000', '134840.310000', '134840.770000', '134841.230000', '134841.690000', '134842.150000', '134842.610000', '134843.070000', '134843.530000', '134843.990000', '134844.450000', '134844.910000', '134845.370000', '134845.830000', '134846.290000', '134846.750000', '134847.210000', '134847.670000', '134848.130000', '134848.590000', '134849.050000', '134849.510000', '134849.970000', '134850.430000', '134850.890000', '134851.350000', '134851.810000', '134852.270000', '134852.730000', '134853.190000', '134853.650000', '134854.110000', '134854.570000', '134855.030000', '134855.490000', '134855.950000', '134856.410000', '134856.870000', '134857.330000', '134857.790000', '134858.250000', '134858.710000', '134859.170000', '134859.630000', '134900.090000', '134900.550000', '134901.010000', '134901.470000', '134901.930000', '134902.390000', '134902.850000', '134903.310000', '134903.770000', '134904.230000', '134904.690000', '134905.150000', '134905.610000', '134906.070000', '134906.530000', '134906.990000', '134907.450000', '134907.910000', '134908.370000', '134908.830000', '134909.290000', '134909.750000', '134910.210000', '134910.670000', '134911.130000', '134911.590000', '134912.050000', '134912.510000', '134912.970000', '134913.430000', '134913.890000', '134914.350000', '134914.810000', '134915.270000', '134915.730000', '134916.190000', '134916.650000', '134917.110000', '134917.570000', '134918.030000', '134918.490000', '134918.950000', '134919.410000', '134919.870000', '134920.330000', '134920.790000', '134921.250000', '134921.710000', '134922.170000', '134922.630000', '134923.090000', '134923.550000', '134924.010000', '134924.470000', '134924.930000', '134925.390000', '134925.850000', '134926.310000', '134926.770000', '134927.230000', '134927.690000', '134928.150000', '134928.610000', '134929.070000', '134929.530000', '134929.990000', '134930.450000', '134930.910000', '134931.370000', '134931.830000', '134932.290000', '134932.750000', '134933.210000', '134933.670000', '134934.130000', '134934.590000', '134935.050000', '134935.510000', '134935.970000', '134936.430000', '134936.890000', '134937.350000', '134937.810000', '134938.270000', '134938.730000', '134939.190000', '134939.650000', '134940.110000', '134940.570000', '134941.030000', '134941.490000', '134941.950000', '134942.410000', '134942.870000', '134943.330000', '134943.790000', '134944.250000', '134944.710000', '134945.170000', '134945.630000', '134946.090000', '134946.550000', '134947.010000', '134947.470000', '134947.930000', '134948.390000', '134948.850000', '134949.310000', '134949.770000', '134950.230000', '134950.690000', '134951.150000', '134951.610000', '134952.070000', '134952.530000', '134952.990000', '134953.450000', '134953.910000', '134954.370000', '134954.830000', '134955.290000', '134955.750000', '134956.210000', '134956.670000', '134957.130000', '134957.590000', '134958.050000', '134958.510000', '134958.970000', '134959.430000', '134959.890000', '135000.350000', '135000.810000', '135001.270000', '135001.730000', '135002.190000', '135002.650000', '135003.110000', '135003.570000', '135004.030000', '135004.490000', '135004.950000', '135005.410000', '135005.870000', '135006.330000', '135006.790000', '135007.250000', '135007.710000', '135008.170000', '135008.630000', '135009.090000', '135009.550000', '135010.010000', '135010.470000', '135010.930000', '135011.390000', '135011.850000', '135012.310000', '135012.770000', '135013.230000', '135013.690000', '135014.150000', '135014.610000', '135015.070000', '135015.530000', '135015.990000', '135016.450000', '135016.910000', '135017.370000', '135017.830000', '135018.290000', '135018.750000', '135019.210000', '135019.670000', '135020.130000', '135020.590000', '135021.050000', '135021.510000', '135021.970000', '135022.430000', '135022.890000', '135023.350000', '135023.810000', '135024.270000', '135024.730000', '135025.190000', '135025.650000', '135026.110000', '135026.570000', '135027.030000', '135027.490000', '135027.950000', '135028.410000', '135028.870000', '135029.330000', '135029.790000', '135030.250000', '135030.710000', '135031.170000', '135031.630000', '135032.090000', '135032.550000', '135033.010000', '135033.470000', '135033.930000', '135034.390000', '135034.850000', '135035.310000', '135035.770000', '135036.230000', '135036.690000', '135037.150000', '135037.610000', '135038.070000', '135038.530000', '135038.990000', '135039.450000', '135039.910000', '135040.370000', '135040.830000', '135041.290000', '135041.750000', '135042.210000', '135042.670000', '135043.130000', '135043.590000', '135044.050000', '135044.510000', '135044.970000', '135045.430000', '135045.890000', '135046.350000', '135046.810000', '135047.270000', '135047.730000', '135048.190000', '135048.650000', '135049.110000', '135049.570000', '135050.030000', '135050.490000', '135050.950000', '135051.410000', '135051.870000', '135052.330000', '135052.790000', '135053.250000', '135053.710000', '135054.170000', '135054.630000', '135055.090000', '135055.550000', '135056.010000', '135056.470000', '135056.930000', '135057.390000', '135057.850000', '135058.310000', '135058.770000', '135059.230000', '135059.690000', '135100.150000', '135100.610000', '135101.070000', '135101.530000', '135101.990000', '135102.450000', '135102.910000', '135103.370000', '135103.830000', '135104.290000', '135104.750000', '135105.210000', '135105.670000', '135106.130000', '135106.590000', '135107.050000', '135107.510000', '135107.970000', '135108.430000', '135108.890000', '135109.350000', '135109.810000', '135110.270000', '135110.730000', '135111.190000', '135111.650000', '135112.110000', '135112.570000', '135113.030000', '135113.490000', '135113.950000', '135114.410000', '135114.870000', '135115.330000', '135115.790000', '135116.250000', '135116.710000', '135117.170000', '135117.630000', '135118.090000', '135118.550000', '135119.010000', '135119.470000', '135119.930000', '135120.390000', '135120.850000', '135121.310000', '135121.770000', '135122.230000', '135122.690000', '135123.150000', '135123.610000', '135124.070000', '135124.530000', '135124.990000', '135125.450000', '135125.910000', '135126.370000', '135126.830000', '135127.290000', '135127.750000', '135128.210000', '135128.670000', '135129.130000', '135129.590000', '135130.050000', '135130.510000', '135130.970000', '135131.430000', '135131.890000', '135132.350000', '135132.810000', '135133.270000', '135133.730000', '135134.190000', '135134.650000', '135135.110000', '135135.570000', '135136.030000', '135136.490000', '135136.950000', '135137.410000', '135137.870000', '135138.330000', '135138.790000', '135139.250000', '135139.710000', '135140.170000', '135140.630000', '135141.090000', '135141.550000', '135142.010000', '135142.470000', '135142.930000', '135143.390000', '135143.850000', '135144.310000', '135144.770000', '135145.230000', '135145.690000', '135146.150000', '135146.610000', '135147.070000', '135147.530000', '135147.990000', '135148.450000', '135148.910000', '135149.370000', '135149.830000', '135150.290000', '135150.750000', '135151.210000', '135151.670000', '135152.130000', '135152.590000', '135153.050000', '135153.510000', '135153.970000', '135154.430000', '135154.890000', '135155.350000', '135155.810000', '135156.270000', '135156.730000', '135157.190000', '135157.650000', '135158.110000', '135158.570000', '135159.030000', '135159.490000', '135159.950000', '135200.410000', '135200.870000', '135201.330000', '135201.790000', '135202.250000', '135202.710000', '135203.170000', '135203.630000', '135204.090000', '135204.550000', '135205.010000', '135205.470000', '135205.930000', '135206.390000', '135206.850000', '135207.310000', '135207.770000', '135208.230000', '135208.690000', '135209.150000', '135209.610000', '135210.070000', '135210.530000', '135210.990000', '135211.450000', '135211.910000', '135212.370000', '135212.830000', '135213.290000', '135213.750000', '135214.210000', '135214.670000', '135215.130000', '135215.590000', '135216.050000', '135216.510000', '135216.970000', '135217.430000', '135217.890000', '135218.350000', '135218.810000', '135219.270000', '135219.730000', '135220.190000', '135220.650000', '135221.110000', '135221.570000', '135222.030000', '135222.490000', '135222.950000', '135223.410000', '135223.870000', '135224.330000', '135224.790000', '135225.250000', '135225.710000', '135226.170000', '135226.630000', '135227.090000', '135227.550000', '135228.010000', '135228.470000', '135228.930000', '135229.390000', '135229.850000', '135230.310000', '135230.770000', '135231.230000', '135231.690000', '135232.150000', '135232.610000', '135233.070000', '135233.530000', '135233.990000', '135234.450000', '135234.910000', '135235.370000', '135235.830000', '135236.290000', '135236.750000', '135237.210000', '135237.670000', '135238.130000', '135238.590000', '135239.050000', '135239.510000', '135239.970000', '135240.430000', '135240.890000', '135241.350000', '135241.810000', '135242.270000', '135242.730000', '135243.190000', '135243.650000', '135244.110000', '135244.570000', '135245.030000', '135245.490000', '135245.950000', '135246.410000', '135246.870000', '135247.330000', '135247.790000', '135248.250000', '135248.710000', '135249.170000', '135249.630000', '135250.090000', '135250.550000', '135251.010000', '135251.470000', '135251.930000', '135252.390000', '135252.850000', '135253.310000', '135253.770000', '135254.230000', '135254.690000', '135255.150000', '135255.610000', '135256.070000', '135256.530000', '135256.990000', '135257.450000', '135257.910000', '135258.370000', '135258.830000', '135259.290000', '135259.750000', '135300.210000', '135300.670000', '135301.130000', '135301.590000', '135302.050000', '135302.510000', '135302.970000', '135303.430000', '135303.890000', '135304.350000', '135304.810000', '135305.270000', '135305.730000', '135306.190000', '135306.650000', '135307.110000', '135307.570000', '135308.030000', '135308.490000', '135308.950000', '135309.410000', '135309.870000', '135310.330000', '135310.790000', '135311.250000', '135311.710000', '135312.170000', '135312.630000', '135313.090000', '135313.550000', '135314.010000', '135314.470000', '135314.930000', '135315.390000', '135315.850000', '135316.310000', '135316.770000', '135317.230000', '135317.690000', '135318.150000', '135318.610000', '135319.070000', '135319.530000', '135319.990000', '135320.450000', '135320.910000', '135321.370000', '135321.830000', '135322.290000', '135322.750000', '135323.210000', '135323.670000', '135324.130000', '135324.590000', '135325.050000', '135325.510000', '135325.970000', '135326.430000', '135326.890000', '135327.350000', '135327.810000', '135328.270000', '135328.730000', '135329.190000', '135329.650000', '135330.110000', '135330.570000', '135331.030000', '135331.490000', '135331.950000', '135332.410000', '135332.870000', '135333.330000', '135333.790000', '135334.250000', '135334.710000', '135335.170000', '135335.630000', '135336.090000', '135336.550000', '135337.010000', '135337.470000', '135337.930000', '135338.390000', '135338.850000', '135339.310000', '135339.770000', '135340.230000', '135340.690000', '135341.150000', '135341.610000', '135342.070000', '135342.530000', '135342.990000', '135343.450000', '135343.910000', '135344.370000', '135344.830000', '135345.290000', '135345.750000', '135346.210000', '135346.670000', '135347.130000', '135347.590000', '135348.050000', '135348.510000', '135348.970000', '135349.430000', '135349.890000', '135350.350000', '135350.810000', '135351.270000', '135351.730000', '135352.190000', '135352.650000', '135353.110000', '135353.570000', '135354.030000', '135354.490000', '135354.950000', '135355.410000', '135355.870000', '135356.330000', '135356.790000', '135357.250000', '135357.710000', '135358.170000', '135358.630000', '135359.090000', '135359.550000', '135400.010000', '135400.470000', '135400.930000', '135401.390000', '135401.850000', '135402.310000', '135402.770000', '135403.230000', '135403.690000', '135404.150000', '135404.610000', '135405.070000', '135405.530000', '135405.990000', '135406.450000', '135406.910000', '135407.370000', '135407.830000', '135408.290000', '135408.750000', '135409.210000', '135409.670000', '135410.130000', '135410.590000', '135411.050000', '135411.510000', '135411.970000', '135412.430000', '135412.890000', '135413.350000', '135413.810000', '135414.270000', '135414.730000', '135415.190000', '135415.650000', '135416.110000', '135416.570000', '135417.030000', '135417.490000', '135417.950000', '135418.410000', '135418.870000', '135419.330000', '135419.790000', '135420.250000', '135420.710000', '135421.170000', '135421.630000', '135422.090000', '135422.550000', '135423.010000', '135423.470000', '135423.930000', '135424.390000', '135424.850000', '135425.310000', '135425.770000', '135426.230000', '135426.690000', '135427.150000', '135427.610000', '135428.070000', '135428.530000', '135428.990000', '135429.450000', '135429.910000', '135430.370000', '135430.830000', '135431.290000', '135431.750000', '135432.210000', '135432.670000', '135433.130000', '135433.590000', '135434.050000', '135434.510000', '135434.970000', '135435.430000', '135435.890000', '135436.350000', '135436.810000', '135437.270000', '135437.730000', '135438.190000', '135438.650000', '135439.110000'], 'ContentTime': ['134820.058000', '134820.061000', '134820.064000', '134820.067000', '134820.070000', '134820.073000', '134820.076000', '134820.079000', '134820.081000', '134820.084000', '134820.087000', '134820.090000', '134820.093000', '134820.111000', '134820.113000', '134820.116000', '134820.119000', '134820.122000', '134820.125000', '134820.130000', '134820.133000', '134820.136000', '134820.139000', '134820.142000', '134820.145000', '134820.148000', '134820.150000', '134820.153000', '134820.156000', '134820.159000', '134820.162000', '134820.165000', '134820.168000', '134820.171000', '134820.174000', '134820.177000', '134820.180000', '134820.182000', '134820.185000', '134820.188000', '134820.191000', '134820.194000', '134820.197000', '134820.200000', '134820.203000', '134840.022000', '134840.025000', '134840.028000', '134840.031000', '134840.034000', '134840.036000', '134840.039000', '134840.042000', '134840.045000', '134840.048000', '134840.051000', '134840.054000', '134840.057000', '134840.060000', '134840.063000', '134840.065000', '134840.068000', '134840.071000', '134840.074000', '134840.077000', '134840.080000', '134840.082000', '134840.085000', '134840.088000', '134840.091000', '134840.094000', '134840.097000', '134840.100000', '134840.103000', '134840.106000', '134840.109000', '134840.111000', '134840.114000', '134840.117000', '134840.120000', '134840.123000', '134840.126000', '134840.129000', '134840.131000', '134840.134000', '134840.144000', '134840.147000', '134840.150000', '134840.153000', '134900.022000', '134900.025000', '134900.028000', '134900.031000', '134900.034000', '134900.037000', '134900.040000', '134900.043000', '134900.046000', '134900.049000', '134900.052000', '134900.054000', '134900.057000', '134900.060000', '134900.063000', '134900.066000', '134900.069000', '134900.072000', '134900.075000', '134900.078000', '134900.081000', '134900.084000', '134900.087000', '134900.090000', '134900.093000', '134900.096000', '134900.098000', '134900.101000', '134900.104000', '134900.107000', '134900.110000', '134900.113000', '134900.116000', '134900.119000', '134900.121000', '134900.124000', '134900.127000', '134900.132000', '134900.135000', '134900.138000', '134900.141000', '134900.143000', '134900.146000', '134920.022000', '134920.025000', '134920.028000', '134920.031000', '134920.034000', '134920.037000', '134920.040000', '134920.042000', '134920.045000', '134920.048000', '134920.051000', '134920.054000', '134920.057000', '134920.060000', '134920.063000', '134920.065000', '134920.068000', '134920.071000', '134920.074000', '134920.077000', '134920.080000', '134920.083000', '134920.086000', '134920.089000', '134920.097000', '134920.100000', '134920.103000', '134920.105000', '134920.108000', '134920.111000', '134920.114000', '134920.117000', '134920.120000', '134920.123000', '134920.126000', '134920.129000', '134920.131000', '134920.134000', '134920.137000', '134920.140000', '134920.143000', '134920.146000', '134920.149000', '134920.151000', '134940.022000', '134940.025000', '134940.028000', '134940.031000', '134940.034000', '134940.037000', '134940.040000', '134940.043000', '134940.045000', '134940.048000', '134940.051000', '134940.054000', '134940.057000', '134940.060000', '134940.063000', '134940.066000', '134940.068000', '134940.071000', '134940.075000', '134940.078000', '134940.087000', '134940.090000', '134940.093000', '134940.096000', '134940.099000', '134940.101000', '134940.104000', '134940.107000', '134940.110000', '134940.113000', '134940.116000', '134940.119000', '134940.122000', '134940.124000', '134940.127000', '134940.130000', '134940.133000', '134940.136000', '134940.139000', '134940.142000', '134940.145000', '134940.148000', '134940.150000', '135000.022000', '135000.025000', '135000.028000', '135000.031000', '135000.034000', '135000.037000', '135000.039000', '135000.059000', '135000.062000', '135000.065000', '135000.068000', '135000.071000', '135000.074000', '135000.077000', '135000.080000', '135000.083000', '135000.086000', '135000.088000', '135000.102000', '135000.105000', '135000.108000', '135000.111000', '135000.114000', '135000.117000', '135000.120000', '135000.123000', '135000.125000', '135000.128000', '135000.131000', '135000.134000', '135000.137000', '135000.140000', '135000.143000', '135000.146000', '135000.149000', '135000.151000', '135000.154000', '135000.157000', '135000.160000', '135000.163000', '135000.166000', '135000.169000', '135000.172000', '135000.174000', '135020.021000', '135020.025000', '135020.028000', '135020.031000', '135020.034000', '135020.037000', '135020.040000', '135020.043000', '135020.045000', '135020.048000', '135020.051000', '135020.054000', '135020.057000', '135020.060000', '135020.063000', '135020.066000', '135020.068000', '135020.071000', '135020.074000', '135020.077000', '135020.080000', '135020.083000', '135020.086000', '135020.089000', '135020.094000', '135020.097000', '135020.100000', '135020.103000', '135020.106000', '135020.108000', '135020.111000', '135020.114000', '135020.117000', '135020.120000', '135020.123000', '135020.126000', '135020.129000', '135020.132000', '135020.134000', '135020.137000', '135020.140000', '135020.143000', '135020.146000', '135040.022000', '135040.025000', '135040.028000', '135040.031000', '135040.034000', '135040.037000', '135040.040000', '135040.043000', '135040.045000', '135040.048000', '135040.051000', '135040.054000', '135040.057000', '135040.060000', '135040.063000', '135040.066000', '135040.069000', '135040.072000', '135040.074000', '135040.077000', '135040.080000', '135040.083000', '135040.086000', '135040.089000', '135040.092000', '135040.095000', '135040.098000', '135040.105000', '135040.108000', '135040.111000', '135040.114000', '135040.117000', '135040.120000', '135040.123000', '135040.126000', '135040.128000', '135040.131000', '135040.134000', '135040.137000', '135040.140000', '135040.143000', '135040.146000', '135040.149000', '135040.151000', '135100.022000', '135100.025000', '135100.028000', '135100.031000', '135100.034000', '135100.037000', '135100.040000', '135100.043000', '135100.046000', '135100.049000', '135100.052000', '135100.055000', '135100.058000', '135100.060000', '135100.063000', '135100.067000', '135100.069000', '135100.072000', '135100.075000', '135100.079000', '135100.081000', '135100.084000', '135100.087000', '135100.090000', '135100.093000', '135100.096000', '135100.099000', '135100.102000', '135100.105000', '135100.108000', '135100.111000', '135100.114000', '135100.117000', '135100.121000', '135100.124000', '135100.126000', '135100.129000', '135100.132000', '135100.135000', '135100.138000', '135100.141000', '135100.144000', '135100.147000', '135120.022000', '135120.025000', '135120.028000', '135120.031000', '135120.034000', '135120.037000', '135120.040000', '135120.042000', '135120.045000', '135120.048000', '135120.051000', '135120.054000', '135120.057000', '135120.060000', '135120.063000', '135120.066000', '135120.069000', '135120.072000', '135120.075000', '135120.077000', '135120.080000', '135120.083000', '135120.086000', '135120.089000', '135120.092000', '135120.095000', '135120.098000', '135120.101000', '135120.103000', '135120.106000', '135120.109000', '135120.112000', '135120.115000', '135120.118000', '135120.121000', '135120.124000', '135120.127000', '135120.130000', '135120.133000', '135120.135000', '135120.138000', '135120.151000', '135120.154000', '135120.157000', '135140.022000', '135140.025000', '135140.028000', '135140.031000', '135140.034000', '135140.037000', '135140.040000', '135140.043000', '135140.046000', '135140.049000', '135140.052000', '135140.054000', '135140.057000', '135140.060000', '135140.064000', '135140.068000', '135140.071000', '135140.074000', '135140.076000', '135140.079000', '135140.082000', '135140.085000', '135140.088000', '135140.091000', '135140.094000', '135140.097000', '135140.100000', '135140.103000', '135140.105000', '135140.108000', '135140.111000', '135140.114000', '135140.118000', '135140.121000', '135140.124000', '135140.127000', '135140.130000', '135140.133000', '135140.136000', '135140.138000', '135140.141000', '135140.144000', '135140.147000', '135200.022000', '135200.025000', '135200.028000', '135200.031000', '135200.034000', '135200.037000', '135200.040000', '135200.043000', '135200.046000', '135200.049000', '135200.051000', '135200.054000', '135200.057000', '135200.060000', '135200.063000', '135200.066000', '135200.069000', '135200.072000', '135200.075000', '135200.078000', '135200.081000', '135200.084000', '135200.087000', '135200.090000', '135200.093000', '135200.095000', '135200.098000', '135200.101000', '135200.104000', '135200.107000', '135200.110000', '135200.113000', '135200.116000', '135200.119000', '135200.122000', '135200.125000', '135200.128000', '135200.130000', '135200.133000', '135200.136000', '135200.139000', '135200.142000', '135200.145000', '135200.148000', '135220.022000', '135220.025000', '135220.028000', '135220.031000', '135220.034000', '135220.037000', '135220.040000', '135220.043000', '135220.046000', '135220.053000', '135220.056000', '135220.059000', '135220.061000', '135220.065000', '135220.068000', '135220.071000', '135220.073000', '135220.077000', '135220.079000', '135220.082000', '135220.085000', '135220.088000', '135220.091000', '135220.094000', '135220.097000', '135220.100000', '135220.103000', '135220.106000', '135220.109000', '135220.112000', '135220.115000', '135220.118000', '135220.121000', '135220.124000', '135220.127000', '135220.130000', '135220.133000', '135220.136000', '135220.139000', '135220.142000', '135220.144000', '135220.147000', '135220.153000', '135240.021000', '135240.024000', '135240.030000', '135240.033000', '135240.036000', '135240.039000', '135240.042000', '135240.045000', '135240.048000', '135240.051000', '135240.054000', '135240.057000', '135240.060000', '135240.062000', '135240.066000', '135240.069000', '135240.072000', '135240.074000', '135240.078000', '135240.080000', '135240.083000', '135240.086000', '135240.089000', '135240.092000', '135240.095000', '135240.098000', '135240.101000', '135240.104000', '135240.107000', '135240.110000', '135240.113000', '135240.116000', '135240.119000', '135240.122000', '135240.125000', '135240.128000', '135240.131000', '135240.134000', '135240.137000', '135240.140000', '135240.142000', '135240.145000', '135240.149000', '135240.151000', '135300.022000', '135300.025000', '135300.028000', '135300.031000', '135300.034000', '135300.037000', '135300.040000', '135300.043000', '135300.046000', '135300.049000', '135300.052000', '135300.054000', '135300.068000', '135300.071000', '135300.074000', '135300.077000', '135300.080000', '135300.083000', '135300.086000', '135300.089000', '135300.092000', '135300.095000', '135300.097000', '135300.101000', '135300.104000', '135300.108000', '135300.110000', '135300.113000', '135300.116000', '135300.119000', '135300.122000', '135300.125000', '135300.128000', '135300.131000', '135300.134000', '135300.137000', '135300.140000', '135300.143000', '135300.146000', '135300.149000', '135300.152000', '135300.155000', '135300.158000', '135320.022000', '135320.025000', '135320.028000', '135320.031000', '135320.034000', '135320.037000', '135320.040000', '135320.043000', '135320.046000', '135320.049000', '135320.052000', '135320.055000', '135320.058000', '135320.061000', '135320.064000', '135320.067000', '135320.070000', '135320.073000', '135320.076000', '135320.079000', '135320.082000', '135320.085000', '135320.088000', '135320.091000', '135320.093000', '135320.097000', '135320.099000', '135320.102000', '135320.105000', '135320.108000', '135320.111000', '135320.114000', '135320.117000', '135320.120000', '135320.123000', '135320.126000', '135320.129000', '135320.132000', '135320.134000', '135320.137000', '135320.140000', '135320.143000', '135320.146000', '135320.149000', '135340.022000', '135340.025000', '135340.028000', '135340.031000', '135340.034000', '135340.037000', '135340.040000', '135340.043000', '135340.046000', '135340.049000', '135340.052000', '135340.055000', '135340.058000', '135340.061000', '135340.064000', '135340.067000', '135340.070000', '135340.073000', '135340.076000', '135340.079000', '135340.081000', '135340.084000', '135340.087000', '135340.090000', '135340.093000', '135340.096000', '135340.099000', '135340.102000', '135340.105000', '135340.108000', '135340.111000', '135340.114000', '135340.117000', '135340.120000', '135340.123000', '135340.126000', '135340.129000', '135340.132000', '135340.135000', '135340.138000', '135340.141000', '135340.143000', '135340.146000', '135400.022000', '135400.025000', '135400.028000', '135400.031000', '135400.034000', '135400.037000', '135400.040000', '135400.043000', '135400.046000', '135400.049000', '135400.052000', '135400.054000', '135400.057000', '135400.060000', '135400.063000', '135400.068000', '135400.071000', '135400.074000', '135400.077000', '135400.080000', '135400.082000', '135400.085000', '135400.088000', '135400.091000', '135400.094000', '135400.097000', '135400.100000', '135400.103000', '135400.106000', '135400.109000', '135400.112000', '135400.115000', '135400.118000', '135400.121000', '135400.123000', '135400.126000', '135400.129000', '135400.132000', '135400.135000', '135400.138000', '135400.141000', '135400.144000', '135400.147000', '135400.150000', '135420.022000', '135420.025000', '135420.028000', '135420.031000', '135420.034000', '135420.037000', '135420.040000', '135420.043000', '135420.046000', '135420.049000', '135420.052000', '135420.054000', '135420.057000', '135420.060000', '135420.063000', '135420.066000', '135420.069000', '135420.072000', '135420.075000', '135420.078000', '135420.080000', '135420.083000', '135420.086000', '135420.099000', '135420.102000', '135420.105000', '135420.107000', '135420.110000', '135420.113000', '135420.116000', '135420.119000', '135420.122000', '135420.125000', '135420.128000', '135420.131000', '135420.134000', '135420.137000', '135420.141000', '135420.144000', '135420.147000', '135420.150000', '135420.153000', '135420.155000', '135440.034000', '135440.037000', '135440.041000', '135440.044000', '135440.047000', '135440.050000', '135440.053000', '135440.056000', '135440.059000', '135440.063000', '135440.067000', '135440.070000', '135440.073000', '135440.076000', '135440.079000', '135440.086000', '135440.089000', '135440.093000', '135440.096000', '135440.099000', '135440.102000', '135440.105000', '135440.108000', '135440.111000', '135440.114000', '135440.117000', '135440.120000', '135440.123000', '135440.126000', '135440.129000', '135440.132000', '135440.135000', '135440.137000', '135440.140000', '135440.143000', '135440.146000', '135440.149000', '135440.152000', '135440.155000', '135440.158000', '135440.161000', '135440.166000', '135440.169000', '135440.172000'], 'InstanceCreationTime': ['134820.058000', '134820.061000', '134820.064000', '134820.067000', '134820.070000', '134820.073000', '134820.076000', '134820.079000', '134820.081000', '134820.084000', '134820.087000', '134820.090000', '134820.093000', '134820.111000', '134820.113000', '134820.116000', '134820.119000', '134820.122000', '134820.125000', '134820.130000', '134820.133000', '134820.136000', '134820.139000', '134820.142000', '134820.145000', '134820.148000', '134820.150000', '134820.153000', '134820.156000', '134820.159000', '134820.162000', '134820.165000', '134820.168000', '134820.171000', '134820.174000', '134820.177000', '134820.180000', '134820.182000', '134820.185000', '134820.188000', '134820.191000', '134820.194000', '134820.197000', '134820.200000', '134820.203000', '134840.022000', '134840.025000', '134840.028000', '134840.031000', '134840.034000', '134840.036000', '134840.039000', '134840.042000', '134840.045000', '134840.048000', '134840.051000', '134840.054000', '134840.057000', '134840.060000', '134840.063000', '134840.065000', '134840.068000', '134840.071000', '134840.074000', '134840.077000', '134840.080000', '134840.082000', '134840.085000', '134840.088000', '134840.091000', '134840.094000', '134840.097000', '134840.100000', '134840.103000', '134840.106000', '134840.109000', '134840.111000', '134840.114000', '134840.117000', '134840.120000', '134840.123000', '134840.126000', '134840.129000', '134840.131000', '134840.134000', '134840.144000', '134840.147000', '134840.150000', '134840.153000', '134900.022000', '134900.025000', '134900.028000', '134900.031000', '134900.034000', '134900.037000', '134900.040000', '134900.043000', '134900.046000', '134900.049000', '134900.052000', '134900.054000', '134900.057000', '134900.060000', '134900.063000', '134900.066000', '134900.069000', '134900.072000', '134900.075000', '134900.078000', '134900.081000', '134900.084000', '134900.087000', '134900.090000', '134900.093000', '134900.096000', '134900.098000', '134900.101000', '134900.104000', '134900.107000', '134900.110000', '134900.113000', '134900.116000', '134900.119000', '134900.121000', '134900.124000', '134900.127000', '134900.132000', '134900.135000', '134900.138000', '134900.141000', '134900.143000', '134900.146000', '134920.022000', '134920.025000', '134920.028000', '134920.031000', '134920.034000', '134920.037000', '134920.040000', '134920.042000', '134920.045000', '134920.048000', '134920.051000', '134920.054000', '134920.057000', '134920.060000', '134920.063000', '134920.065000', '134920.068000', '134920.071000', '134920.074000', '134920.077000', '134920.080000', '134920.083000', '134920.086000', '134920.089000', '134920.097000', '134920.100000', '134920.103000', '134920.105000', '134920.108000', '134920.111000', '134920.114000', '134920.117000', '134920.120000', '134920.123000', '134920.126000', '134920.129000', '134920.131000', '134920.134000', '134920.137000', '134920.140000', '134920.143000', '134920.146000', '134920.149000', '134920.151000', '134940.022000', '134940.025000', '134940.028000', '134940.031000', '134940.034000', '134940.037000', '134940.040000', '134940.043000', '134940.045000', '134940.048000', '134940.051000', '134940.054000', '134940.057000', '134940.060000', '134940.063000', '134940.066000', '134940.068000', '134940.071000', '134940.075000', '134940.078000', '134940.087000', '134940.090000', '134940.093000', '134940.096000', '134940.099000', '134940.101000', '134940.104000', '134940.107000', '134940.110000', '134940.113000', '134940.116000', '134940.119000', '134940.122000', '134940.124000', '134940.127000', '134940.130000', '134940.133000', '134940.136000', '134940.139000', '134940.142000', '134940.145000', '134940.148000', '134940.150000', '135000.022000', '135000.025000', '135000.028000', '135000.031000', '135000.034000', '135000.037000', '135000.039000', '135000.059000', '135000.062000', '135000.065000', '135000.068000', '135000.071000', '135000.074000', '135000.077000', '135000.080000', '135000.083000', '135000.086000', '135000.088000', '135000.102000', '135000.105000', '135000.108000', '135000.111000', '135000.114000', '135000.117000', '135000.120000', '135000.123000', '135000.125000', '135000.128000', '135000.131000', '135000.134000', '135000.137000', '135000.140000', '135000.143000', '135000.146000', '135000.149000', '135000.151000', '135000.154000', '135000.157000', '135000.160000', '135000.163000', '135000.166000', '135000.169000', '135000.172000', '135000.174000', '135020.021000', '135020.025000', '135020.028000', '135020.031000', '135020.034000', '135020.037000', '135020.040000', '135020.043000', '135020.045000', '135020.048000', '135020.051000', '135020.054000', '135020.057000', '135020.060000', '135020.063000', '135020.066000', '135020.068000', '135020.071000', '135020.074000', '135020.077000', '135020.080000', '135020.083000', '135020.086000', '135020.089000', '135020.094000', '135020.097000', '135020.100000', '135020.103000', '135020.106000', '135020.108000', '135020.111000', '135020.114000', '135020.117000', '135020.120000', '135020.123000', '135020.126000', '135020.129000', '135020.132000', '135020.134000', '135020.137000', '135020.140000', '135020.143000', '135020.146000', '135040.022000', '135040.025000', '135040.028000', '135040.031000', '135040.034000', '135040.037000', '135040.040000', '135040.043000', '135040.045000', '135040.048000', '135040.051000', '135040.054000', '135040.057000', '135040.060000', '135040.063000', '135040.066000', '135040.069000', '135040.072000', '135040.074000', '135040.077000', '135040.080000', '135040.083000', '135040.086000', '135040.089000', '135040.092000', '135040.095000', '135040.098000', '135040.105000', '135040.108000', '135040.111000', '135040.114000', '135040.117000', '135040.120000', '135040.123000', '135040.126000', '135040.128000', '135040.131000', '135040.134000', '135040.137000', '135040.140000', '135040.143000', '135040.146000', '135040.149000', '135040.151000', '135100.022000', '135100.025000', '135100.028000', '135100.031000', '135100.034000', '135100.037000', '135100.040000', '135100.043000', '135100.046000', '135100.049000', '135100.052000', '135100.055000', '135100.058000', '135100.060000', '135100.063000', '135100.067000', '135100.069000', '135100.072000', '135100.075000', '135100.079000', '135100.081000', '135100.084000', '135100.087000', '135100.090000', '135100.093000', '135100.096000', '135100.099000', '135100.102000', '135100.105000', '135100.108000', '135100.111000', '135100.114000', '135100.117000', '135100.121000', '135100.124000', '135100.126000', '135100.129000', '135100.132000', '135100.135000', '135100.138000', '135100.141000', '135100.144000', '135100.147000', '135120.022000', '135120.025000', '135120.028000', '135120.031000', '135120.034000', '135120.037000', '135120.040000', '135120.042000', '135120.045000', '135120.048000', '135120.051000', '135120.054000', '135120.057000', '135120.060000', '135120.063000', '135120.066000', '135120.069000', '135120.072000', '135120.075000', '135120.077000', '135120.080000', '135120.083000', '135120.086000', '135120.089000', '135120.092000', '135120.095000', '135120.098000', '135120.101000', '135120.103000', '135120.106000', '135120.109000', '135120.112000', '135120.115000', '135120.118000', '135120.121000', '135120.124000', '135120.127000', '135120.130000', '135120.133000', '135120.135000', '135120.138000', '135120.151000', '135120.154000', '135120.157000', '135140.022000', '135140.025000', '135140.028000', '135140.031000', '135140.034000', '135140.037000', '135140.040000', '135140.043000', '135140.046000', '135140.049000', '135140.052000', '135140.054000', '135140.057000', '135140.060000', '135140.064000', '135140.068000', '135140.071000', '135140.074000', '135140.076000', '135140.079000', '135140.082000', '135140.085000', '135140.088000', '135140.091000', '135140.094000', '135140.097000', '135140.100000', '135140.103000', '135140.105000', '135140.108000', '135140.111000', '135140.114000', '135140.118000', '135140.121000', '135140.124000', '135140.127000', '135140.130000', '135140.133000', '135140.136000', '135140.138000', '135140.141000', '135140.144000', '135140.147000', '135200.022000', '135200.025000', '135200.028000', '135200.031000', '135200.034000', '135200.037000', '135200.040000', '135200.043000', '135200.046000', '135200.049000', '135200.051000', '135200.054000', '135200.057000', '135200.060000', '135200.063000', '135200.066000', '135200.069000', '135200.072000', '135200.075000', '135200.078000', '135200.081000', '135200.084000', '135200.087000', '135200.090000', '135200.093000', '135200.095000', '135200.098000', '135200.101000', '135200.104000', '135200.107000', '135200.110000', '135200.113000', '135200.116000', '135200.119000', '135200.122000', '135200.125000', '135200.128000', '135200.130000', '135200.133000', '135200.136000', '135200.139000', '135200.142000', '135200.145000', '135200.148000', '135220.022000', '135220.025000', '135220.028000', '135220.031000', '135220.034000', '135220.037000', '135220.040000', '135220.043000', '135220.046000', '135220.053000', '135220.056000', '135220.059000', '135220.061000', '135220.065000', '135220.068000', '135220.071000', '135220.073000', '135220.077000', '135220.079000', '135220.082000', '135220.085000', '135220.088000', '135220.091000', '135220.094000', '135220.097000', '135220.100000', '135220.103000', '135220.106000', '135220.109000', '135220.112000', '135220.115000', '135220.118000', '135220.121000', '135220.124000', '135220.127000', '135220.130000', '135220.133000', '135220.136000', '135220.139000', '135220.142000', '135220.144000', '135220.147000', '135220.153000', '135240.021000', '135240.024000', '135240.030000', '135240.033000', '135240.036000', '135240.039000', '135240.042000', '135240.045000', '135240.048000', '135240.051000', '135240.054000', '135240.057000', '135240.060000', '135240.062000', '135240.066000', '135240.069000', '135240.072000', '135240.074000', '135240.078000', '135240.080000', '135240.083000', '135240.086000', '135240.089000', '135240.092000', '135240.095000', '135240.098000', '135240.101000', '135240.104000', '135240.107000', '135240.110000', '135240.113000', '135240.116000', '135240.119000', '135240.122000', '135240.125000', '135240.128000', '135240.131000', '135240.134000', '135240.137000', '135240.140000', '135240.142000', '135240.145000', '135240.149000', '135240.151000', '135300.022000', '135300.025000', '135300.028000', '135300.031000', '135300.034000', '135300.037000', '135300.040000', '135300.043000', '135300.046000', '135300.049000', '135300.052000', '135300.054000', '135300.068000', '135300.071000', '135300.074000', '135300.077000', '135300.080000', '135300.083000', '135300.086000', '135300.089000', '135300.092000', '135300.095000', '135300.097000', '135300.101000', '135300.104000', '135300.108000', '135300.110000', '135300.113000', '135300.116000', '135300.119000', '135300.122000', '135300.125000', '135300.128000', '135300.131000', '135300.134000', '135300.137000', '135300.140000', '135300.143000', '135300.146000', '135300.149000', '135300.152000', '135300.155000', '135300.158000', '135320.022000', '135320.025000', '135320.028000', '135320.031000', '135320.034000', '135320.037000', '135320.040000', '135320.043000', '135320.046000', '135320.049000', '135320.052000', '135320.055000', '135320.058000', '135320.061000', '135320.064000', '135320.067000', '135320.070000', '135320.073000', '135320.076000', '135320.079000', '135320.082000', '135320.085000', '135320.088000', '135320.091000', '135320.093000', '135320.097000', '135320.099000', '135320.102000', '135320.105000', '135320.108000', '135320.111000', '135320.114000', '135320.117000', '135320.120000', '135320.123000', '135320.126000', '135320.129000', '135320.132000', '135320.134000', '135320.137000', '135320.140000', '135320.143000', '135320.146000', '135320.149000', '135340.022000', '135340.025000', '135340.028000', '135340.031000', '135340.034000', '135340.037000', '135340.040000', '135340.043000', '135340.046000', '135340.049000', '135340.052000', '135340.055000', '135340.058000', '135340.061000', '135340.064000', '135340.067000', '135340.070000', '135340.073000', '135340.076000', '135340.079000', '135340.081000', '135340.084000', '135340.087000', '135340.090000', '135340.093000', '135340.096000', '135340.099000', '135340.102000', '135340.105000', '135340.108000', '135340.111000', '135340.114000', '135340.117000', '135340.120000', '135340.123000', '135340.126000', '135340.129000', '135340.132000', '135340.135000', '135340.138000', '135340.141000', '135340.143000', '135340.146000', '135400.022000', '135400.025000', '135400.028000', '135400.031000', '135400.034000', '135400.037000', '135400.040000', '135400.043000', '135400.046000', '135400.049000', '135400.052000', '135400.054000', '135400.057000', '135400.060000', '135400.063000', '135400.068000', '135400.071000', '135400.074000', '135400.077000', '135400.080000', '135400.082000', '135400.085000', '135400.088000', '135400.091000', '135400.094000', '135400.097000', '135400.100000', '135400.103000', '135400.106000', '135400.109000', '135400.112000', '135400.115000', '135400.118000', '135400.121000', '135400.123000', '135400.126000', '135400.129000', '135400.132000', '135400.135000', '135400.138000', '135400.141000', '135400.144000', '135400.147000', '135400.150000', '135420.022000', '135420.025000', '135420.028000', '135420.031000', '135420.034000', '135420.037000', '135420.040000', '135420.043000', '135420.046000', '135420.049000', '135420.052000', '135420.054000', '135420.057000', '135420.060000', '135420.063000', '135420.066000', '135420.069000', '135420.072000', '135420.075000', '135420.078000', '135420.080000', '135420.083000', '135420.086000', '135420.099000', '135420.102000', '135420.105000', '135420.107000', '135420.110000', '135420.113000', '135420.116000', '135420.119000', '135420.122000', '135420.125000', '135420.128000', '135420.131000', '135420.134000', '135420.137000', '135420.141000', '135420.144000', '135420.147000', '135420.150000', '135420.153000', '135420.155000', '135440.034000', '135440.037000', '135440.041000', '135440.044000', '135440.047000', '135440.050000', '135440.053000', '135440.056000', '135440.059000', '135440.063000', '135440.067000', '135440.070000', '135440.073000', '135440.076000', '135440.079000', '135440.086000', '135440.089000', '135440.093000', '135440.096000', '135440.099000', '135440.102000', '135440.105000', '135440.108000', '135440.111000', '135440.114000', '135440.117000', '135440.120000', '135440.123000', '135440.126000', '135440.129000', '135440.132000', '135440.135000', '135440.137000', '135440.140000', '135440.143000', '135440.146000', '135440.149000', '135440.152000', '135440.155000', '135440.158000', '135440.161000', '135440.166000', '135440.169000', '135440.172000'], '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': [16080, 10826, 11993, 12357, 10515, 16165, 10758, 12202, 10431, 10159, 16450, 10617, 12862, 10703, 10396, 18055, 11010, 12068, 11078, 10970, 10628, 10562, 15388, 10774, 12961, 10798, 11714, 11148, 12018, 10347, 12044, 10488, 11975, 18165, 11349, 15261, 10894, 12026, 16190, 10304, 17913, 10844, 11297, 17924, 10336, 12704, 10192, 10069, 11534, 10989, 12631, 10775, 11860, 9572, 10482, 11117, 10597, 14240, 10652, 12365, 10282, 10298, 17567, 10656, 12380, 10400, 11588, 9755, 10212, 14660, 10624, 12470, 10120, 11356, 19262, 10467, 12950, 9904, 10794, 13685, 10253, 13874, 10082, 11262, 9063, 10191, 16700, 10509, 11451, 12250, 10313, 15757, 10334, 11006, 19140, 10995, 12075, 9921, 10190, 17253, 10728, 11293, 16021, 10170, 12653, 10065, 10505, 17579, 10405, 12529, 10341, 10298, 17200, 9927, 12308, 10974, 9821, 16364, 10317, 11254, 9725, 10257, 13951, 10414, 10633, 9897, 9943, 16111, 10468, 11721, 9882, 10024, 16515, 10695, 11698, 9810, 10222, 15526, 11033, 11983, 10228, 9865, 9643, 10365, 14798, 10371, 11993, 11160, 10097, 16541, 10491, 12697, 10237, 10417, 19448, 10240, 12790, 10367, 10661, 17732, 10590, 13805, 10460, 11028, 9756, 10026, 15805, 10615, 12326, 10604, 11827, 10917, 11200, 9805, 10591, 11634, 10697, 15707, 10587, 13348, 10431, 11919, 10458, 10829, 9923, 10084, 10346, 11506, 9910, 12255, 9509, 10978, 16936, 10407, 13831, 10288, 11591, 9543, 11633, 12595, 10331, 17662, 11108, 14111, 10186, 12437, 18570, 10198, 16183, 12809, 12194, 10116, 10981, 10885, 9966, 14854, 10412, 10906, 9272, 10458, 15329, 10094, 11843, 9232, 9931, 14544, 10266, 12948, 10440, 11404, 9520, 10353, 8565, 10450, 14170, 10498, 13847, 10574, 12318, 10147, 11998, 9896, 11967, 10003, 11296, 9383, 10349, 9212, 10601, 16544, 10731, 13023, 10167, 11607, 9588, 10893, 17408, 10542, 13657, 9920, 12818, 9430, 11830, 8504, 10526, 8396, 10299, 14547, 9926, 13839, 10274, 13127, 9431, 12896, 19381, 11789, 15940, 10705, 12258, 9898, 10759, 19626, 11460, 13544, 18315, 10215, 14314, 10151, 11883, 9625, 10625, 9651, 10458, 13988, 10294, 12586, 9969, 9992, 17496, 10339, 11077, 9260, 10179, 17743, 10248, 13083, 20293, 10566, 12708, 9056, 9578, 13129, 9707, 10739, 8314, 10647, 16185, 9484, 12172, 8948, 9981, 16860, 9643, 11821, 20062, 11342, 12440, 9367, 10090, 17578, 10031, 11919, 11470, 9749, 14075, 9928, 12252, 14171, 9743, 14135, 9968, 11331, 19770, 9854, 13193, 10213, 10387, 17005, 9715, 12050, 9172, 10187, 14575, 10060, 12251, 9719, 10021, 8839, 9670, 14844, 9339, 10813, 17267, 10489, 11386, 11340, 9744, 14571, 9716, 10402, 13541, 9927, 12308, 9593, 10163, 8497, 9742, 10505, 9423, 13130, 9881, 11751, 9546, 11678, 11095, 10336, 18720, 11672, 13515, 10005, 12032, 20413, 14352, 12947, 19693, 11490, 12559, 14805, 9553, 13580, 9618, 10515, 10249, 9998, 13095, 10153, 10863, 16803, 10188, 12338, 9975, 9896, 16143, 10120, 12601, 9752, 10114, 17322, 9950, 11888, 9035, 9981, 15070, 9865, 11710, 8933, 9783, 15641, 9956, 11887, 10319, 9753, 14452, 9513, 11998, 12768, 10006, 13877, 9073, 10700, 16869, 10098, 12464, 8645, 9920, 9329, 9901, 13424, 9787, 10304, 10127, 9158, 15418, 10735, 10563, 10534, 10135, 11358, 10932, 11656, 18489, 12072, 16970, 11912, 13071, 10294, 10873, 19450, 11469, 12305, 9942, 10752, 9314, 10034, 9948, 10593, 13025, 10555, 12200, 10452, 12405, 10207, 11346, 10860, 10439, 18400, 10743, 14465, 17051, 11719, 14693, 9798, 10840, 17130, 10749, 11597, 10331, 10148, 13285, 9240, 11217, 10614, 10220, 13459, 9449, 11028, 9369, 10116, 14826, 10166, 12114, 10111, 11542, 9948, 11618, 18879, 11901, 12775, 10733, 10070, 16601, 10813, 10813, 17629, 9946, 11675, 9496, 10003, 13355, 9841, 11218, 8252, 10573, 16428, 9502, 11262, 7932, 10137, 15043, 9530, 11498, 11241, 10015, 13893, 9610, 12053, 16732, 9945, 13506, 9123, 11349, 16836, 10471, 13955, 9540, 10797, 18121, 10439, 13907, 11593, 10824, 17595, 10915, 12365, 14370, 10303, 14792, 10356, 11078, 12343, 10553, 14019, 10517, 11340, 16549, 10768, 13371, 10210, 10401, 9685, 10565, 14815, 10432, 11234, 10807, 10557, 13946, 10109, 10295, 14730, 10781, 13327, 9783, 10326, 15441, 9734, 11460, 9125, 10127, 13954, 9831, 11833, 8872, 9999, 15780, 9794, 12254, 8880, 10294, 16331, 9896, 12605, 8855, 10240, 16766, 10109, 13066, 9246, 10496, 18292, 10136, 13742, 9528, 11015, 18810, 10209, 13617, 9951, 11013, 17095, 10672, 13268, 10310, 11450, 11297, 10668, 12837, 10772, 13093, 10840, 12162, 10659, 10395, 16673, 10764, 12467, 13810, 10583, 15187, 10506, 11170, 10451, 10482, 13780, 9805, 10479, 9694, 10591, 13792, 9233, 10442, 15375, 10555, 12121, 8587, 10526, 14699, 9893, 10988, 10879, 10493, 14294, 10036, 10569, 17599, 10725, 12724, 9126, 10704, 16276, 10087, 11400, 10221, 10635, 15649, 10528, 11168, 17661, 10895, 14140, 10500, 11605, 18022, 10778, 13712, 9988, 10488, 10922, 10975, 13674, 10146, 10944, 9631, 10956, 16574, 10759, 12763, 10086, 10731, 9031, 10705, 16883, 10457, 12285, 9209, 10798, 17687, 11090, 13547, 9462, 10612, 17197, 10683, 12622, 9196, 10871, 17026, 10299, 11714, 9805, 10554, 14239, 10592, 11895, 9207, 10973, 8959, 10732, 8984, 11091, 9450, 11371, 12614, 10715, 16555, 11408, 10851, 17626, 10466, 13601, 12064, 11207, 14953, 10017, 13545, 8736, 10685, 16894, 10193, 12843, 8422, 10153, 16400, 9705, 11605, 10296, 10088, 14309, 9014, 10820, 17092, 9857, 11171, 10796, 10401, 14384, 9330, 10562, 17419, 10360, 11565, 16348, 10071, 12324, 9327, 10249, 13892, 9604, 11227, 17130, 10592, 12833, 9760, 10779, 15619, 10262, 12374, 13337, 10612, 13793, 10117, 12772, 9352, 10830, 14691, 10666, 14169, 9247, 11013, 17442, 10835, 14089, 10102, 11631, 19363, 10843, 14515, 10216, 10763, 17099, 10692, 12005, 14627, 11000, 14191, 9839, 10794, 15269, 11135, 13431, 9362, 11030, 10643, 11271, 13445, 10931, 12636, 10589, 11167, 11560, 11256, 18013, 11124, 12873, 11363, 10756, 18341, 11207, 11772, 15799, 10657, 15253, 10343, 10788, 17248, 10630, 12667, 9298, 10522, 14448, 9372, 10464, 10077, 10347, 13071, 9025, 10522, 8516, 10504, 8313, 10491, 15586], 'WindowCenter': [4466.0, 4410.0, 4407.0, 4400.0, 4385.0, 4412.0, 4380.0, 4390.0, 4379.0, 4369.0, 4409.0, 4371.0, 4389.0, 4367.0, 4371.0, 4420.0, 4367.0, 4377.0, 4376.0, 4381.0, 4381.0, 4382.0, 4422.0, 4393.0, 4401.0, 4389.0, 4393.0, 4392.0, 4401.0, 4383.0, 4402.0, 4381.0, 4394.0, 4431.0, 4390.0, 4409.0, 4379.0, 4389.0, 4407.0, 4369.0, 4420.0, 4367.0, 4368.0, 4407.0, 4356.0, 4376.0, 4353.0, 4358.0, 4377.0, 4381.0, 4388.0, 4380.0, 4389.0, 4358.0, 4380.0, 4378.0, 4381.0, 4400.0, 4379.0, 4402.0, 4368.0, 4383.0, 4421.0, 4380.0, 4389.0, 4382.0, 4390.0, 4372.0, 4383.0, 4411.0, 4382.0, 4399.0, 4381.0, 4390.0, 4432.0, 4382.0, 4401.0, 4370.0, 4383.0, 4400.0, 4382.0, 4398.0, 4381.0, 4391.0, 4359.0, 4381.0, 4422.0, 4381.0, 4392.0, 4389.0, 4381.0, 4412.0, 4368.0, 4380.0, 4421.0, 4369.0, 4378.0, 4356.0, 4368.0, 4408.0, 4367.0, 4378.0, 4397.0, 4366.0, 4387.0, 4357.0, 4369.0, 4408.0, 4366.0, 4389.0, 4367.0, 4368.0, 4407.0, 4357.0, 4378.0, 4366.0, 4357.0, 4394.0, 4356.0, 4377.0, 4355.0, 4367.0, 4396.0, 4367.0, 4367.0, 4367.0, 4368.0, 4409.0, 4381.0, 4390.0, 4369.0, 4370.0, 4419.0, 4379.0, 4391.0, 4368.0, 4370.0, 4410.0, 4391.0, 4390.0, 4380.0, 4382.0, 4367.0, 4381.0, 4411.0, 4381.0, 4392.0, 4380.0, 4381.0, 4410.0, 4379.0, 4399.0, 4370.0, 4381.0, 4421.0, 4370.0, 4390.0, 4367.0, 4380.0, 4419.0, 4367.0, 4399.0, 4369.0, 4379.0, 4356.0, 4370.0, 4408.0, 4369.0, 4389.0, 4381.0, 4389.0, 4380.0, 4390.0, 4370.0, 4382.0, 4393.0, 4383.0, 4410.0, 4381.0, 4401.0, 4379.0, 4390.0, 4381.0, 4382.0, 4372.0, 4369.0, 4381.0, 4391.0, 4380.0, 4401.0, 4371.0, 4393.0, 4422.0, 4394.0, 4412.0, 4382.0, 4392.0, 4370.0, 4391.0, 4390.0, 4381.0, 4420.0, 4379.0, 4399.0, 4368.0, 4390.0, 4417.0, 4368.0, 4409.0, 4377.0, 4376.0, 4355.0, 4366.0, 4366.0, 4357.0, 4397.0, 4368.0, 4367.0, 4346.0, 4368.0, 4395.0, 4367.0, 4388.0, 4358.0, 4370.0, 4397.0, 4370.0, 4388.0, 4368.0, 4379.0, 4361.0, 4373.0, 4350.0, 4381.0, 4400.0, 4382.0, 4401.0, 4383.0, 4391.0, 4381.0, 4391.0, 4382.0, 4392.0, 4383.0, 4405.0, 4372.0, 4383.0, 4371.0, 4394.0, 4436.0, 4405.0, 4404.0, 4383.0, 4393.0, 4371.0, 4395.0, 4433.0, 4382.0, 4411.0, 4383.0, 4403.0, 4384.0, 4404.0, 4363.0, 4395.0, 4363.0, 4395.0, 4424.0, 4396.0, 4425.0, 4395.0, 4416.0, 4385.0, 4417.0, 4446.0, 4404.0, 4425.0, 4382.0, 4391.0, 4369.0, 4381.0, 4421.0, 4380.0, 4402.0, 4419.0, 4370.0, 4389.0, 4368.0, 4378.0, 4358.0, 4371.0, 4359.0, 4381.0, 4400.0, 4381.0, 4402.0, 4371.0, 4371.0, 4424.0, 4371.0, 4380.0, 4358.0, 4372.0, 4420.0, 4369.0, 4401.0, 4419.0, 4367.0, 4387.0, 4345.0, 4369.0, 4398.0, 4370.0, 4379.0, 4362.0, 4393.0, 4422.0, 4384.0, 4403.0, 4363.0, 4383.0, 4434.0, 4372.0, 4404.0, 4434.0, 4382.0, 4391.0, 4360.0, 4371.0, 4422.0, 4370.0, 4390.0, 4379.0, 4361.0, 4399.0, 4370.0, 4392.0, 4402.0, 4371.0, 4400.0, 4369.0, 4381.0, 4420.0, 4369.0, 4390.0, 4357.0, 4369.0, 4408.0, 4358.0, 4378.0, 4346.0, 4366.0, 4396.0, 4368.0, 4391.0, 4370.0, 4371.0, 4359.0, 4371.0, 4410.0, 4359.0, 4381.0, 4420.0, 4369.0, 4378.0, 4368.0, 4359.0, 4400.0, 4360.0, 4369.0, 4386.0, 4368.0, 4389.0, 4382.0, 4381.0, 4361.0, 4373.0, 4381.0, 4384.0, 4413.0, 4384.0, 4405.0, 4384.0, 4405.0, 4393.0, 4385.0, 4435.0, 4393.0, 4402.0, 4371.0, 4392.0, 4432.0, 4399.0, 4390.0, 4418.0, 4367.0, 4377.0, 4386.0, 4346.0, 4375.0, 4356.0, 4367.0, 4355.0, 4358.0, 4387.0, 4368.0, 4380.0, 4409.0, 4370.0, 4390.0, 4357.0, 4369.0, 4397.0, 4368.0, 4379.0, 4357.0, 4369.0, 4408.0, 4357.0, 4378.0, 4346.0, 4369.0, 4397.0, 4370.0, 4389.0, 4347.0, 4369.0, 4408.0, 4368.0, 4390.0, 4369.0, 4359.0, 4397.0, 4359.0, 4392.0, 4389.0, 4370.0, 4399.0, 4348.0, 4369.0, 4408.0, 4370.0, 4391.0, 4348.0, 4370.0, 4371.0, 4383.0, 4412.0, 4384.0, 4383.0, 4382.0, 4373.0, 4422.0, 4394.0, 4393.0, 4396.0, 4385.0, 4406.0, 4395.0, 4395.0, 4435.0, 4395.0, 4423.0, 4381.0, 4390.0, 4358.0, 4369.0, 4421.0, 4379.0, 4377.0, 4355.0, 4368.0, 4358.0, 4370.0, 4369.0, 4383.0, 4391.0, 4383.0, 4391.0, 4384.0, 4402.0, 4383.0, 4383.0, 4381.0, 4383.0, 4422.0, 4381.0, 4405.0, 4411.0, 4379.0, 4389.0, 4346.0, 4368.0, 4407.0, 4369.0, 4377.0, 4356.0, 4357.0, 4385.0, 4349.0, 4380.0, 4369.0, 4370.0, 4389.0, 4359.0, 4380.0, 4360.0, 4372.0, 4411.0, 4382.0, 4391.0, 4382.0, 4391.0, 4382.0, 4395.0, 4435.0, 4391.0, 4392.0, 4369.0, 4370.0, 4410.0, 4380.0, 4382.0, 4410.0, 4357.0, 4377.0, 4356.0, 4369.0, 4387.0, 4369.0, 4378.0, 4351.0, 4382.0, 4423.0, 4374.0, 4381.0, 4350.0, 4382.0, 4412.0, 4383.0, 4393.0, 4380.0, 4372.0, 4401.0, 4372.0, 4404.0, 4422.0, 4371.0, 4400.0, 4361.0, 4394.0, 4421.0, 4382.0, 4402.0, 4360.0, 4380.0, 4419.0, 4369.0, 4400.0, 4380.0, 4380.0, 4408.0, 4367.0, 4378.0, 4386.0, 4357.0, 4388.0, 4356.0, 4369.0, 4375.0, 4367.0, 4387.0, 4367.0, 4378.0, 4395.0, 4368.0, 4387.0, 4357.0, 4368.0, 4357.0, 4370.0, 4399.0, 4368.0, 4380.0, 4366.0, 4369.0, 4400.0, 4369.0, 4369.0, 4396.0, 4368.0, 4399.0, 4369.0, 4372.0, 4397.0, 4356.0, 4379.0, 4358.0, 4369.0, 4398.0, 4369.0, 4379.0, 4360.0, 4381.0, 4412.0, 4370.0, 4391.0, 4360.0, 4382.0, 4411.0, 4383.0, 4393.0, 4359.0, 4372.0, 4410.0, 4381.0, 4402.0, 4361.0, 4382.0, 4421.0, 4371.0, 4400.0, 4358.0, 4380.0, 4420.0, 4368.0, 4388.0, 4357.0, 4379.0, 4408.0, 4369.0, 4388.0, 4368.0, 4379.0, 4378.0, 4371.0, 4388.0, 4371.0, 4388.0, 4379.0, 4391.0, 4370.0, 4370.0, 4408.0, 4368.0, 4389.0, 4388.0, 4382.0, 4401.0, 4357.0, 4366.0, 4354.0, 4367.0, 4387.0, 4357.0, 4367.0, 4356.0, 4369.0, 4399.0, 4360.0, 4382.0, 4399.0, 4369.0, 4390.0, 4348.0, 4381.0, 4411.0, 4370.0, 4380.0, 4368.0, 4381.0, 4400.0, 4370.0, 4381.0, 4419.0, 4369.0, 4389.0, 4349.0, 4370.0, 4410.0, 4370.0, 4379.0, 4357.0, 4370.0, 4409.0, 4369.0, 4381.0, 4408.0, 4370.0, 4398.0, 4368.0, 4378.0, 4408.0, 4379.0, 4389.0, 4357.0, 4368.0, 4366.0, 4379.0, 4400.0, 4381.0, 4382.0, 4359.0, 4381.0, 4411.0, 4381.0, 4391.0, 4368.0, 4381.0, 4350.0, 4381.0, 4421.0, 4381.0, 4391.0, 4359.0, 4370.0, 4409.0, 4369.0, 4389.0, 4358.0, 4371.0, 4407.0, 4369.0, 4378.0, 4347.0, 4369.0, 4408.0, 4358.0, 4379.0, 4358.0, 4368.0, 4388.0, 4368.0, 4379.0, 4361.0, 4381.0, 4374.0, 4394.0, 4375.0, 4392.0, 4385.0, 4407.0, 4404.0, 4398.0, 4438.0, 4382.0, 4382.0, 4421.0, 4381.0, 4400.0, 4391.0, 4381.0, 4399.0, 4370.0, 4401.0, 4349.0, 4379.0, 4420.0, 4371.0, 4390.0, 4340.0, 4381.0, 4423.0, 4373.0, 4381.0, 4370.0, 4371.0, 4411.0, 4349.0, 4382.0, 4421.0, 4369.0, 4382.0, 4369.0, 4382.0, 4402.0, 4361.0, 4371.0, 4412.0, 4370.0, 4380.0, 4408.0, 4371.0, 4393.0, 4362.0, 4371.0, 4400.0, 4370.0, 4392.0, 4421.0, 4382.0, 4392.0, 4369.0, 4381.0, 4410.0, 4371.0, 4403.0, 4400.0, 4370.0, 4389.0, 4380.0, 4401.0, 4372.0, 4394.0, 4402.0, 4381.0, 4401.0, 4361.0, 4383.0, 4423.0, 4380.0, 4400.0, 4371.0, 4382.0, 4422.0, 4380.0, 4401.0, 4357.0, 4368.0, 4397.0, 4368.0, 4378.0, 4385.0, 4368.0, 4387.0, 4357.0, 4368.0, 4397.0, 4368.0, 4390.0, 4348.0, 4369.0, 4367.0, 4379.0, 4389.0, 4381.0, 4391.0, 4369.0, 4381.0, 4380.0, 4381.0, 4421.0, 4380.0, 4390.0, 4368.0, 4370.0, 4408.0, 4367.0, 4378.0, 4396.0, 4366.0, 4398.0, 4357.0, 4368.0, 4396.0, 4357.0, 4376.0, 4344.0, 4367.0, 4397.0, 4359.0, 4368.0, 4356.0, 4369.0, 4390.0, 4359.0, 4370.0, 4349.0, 4382.0, 4350.0, 4383.0, 4425.0], 'WindowWidth': [9814.0, 9721.0, 9710.0, 9690.0, 9671.0, 9703.0, 9657.0, 9671.0, 9655.0, 9644.0, 9698.0, 9646.0, 9669.0, 9633.0, 9645.0, 9714.0, 9636.0, 9647.0, 9648.0, 9658.0, 9659.0, 9666.0, 9719.0, 9680.0, 9689.0, 9670.0, 9679.0, 9677.0, 9690.0, 9667.0, 9691.0, 9661.0, 9683.0, 9736.0, 9673.0, 9700.0, 9654.0, 9668.0, 9689.0, 9638.0, 9717.0, 9635.0, 9637.0, 9693.0, 9617.0, 9642.0, 9608.0, 9622.0, 9647.0, 9658.0, 9662.0, 9655.0, 9667.0, 9623.0, 9657.0, 9652.0, 9660.0, 9684.0, 9655.0, 9690.0, 9638.0, 9664.0, 9719.0, 9656.0, 9667.0, 9661.0, 9673.0, 9650.0, 9667.0, 9702.0, 9663.0, 9683.0, 9659.0, 9675.0, 9737.0, 9662.0, 9687.0, 9643.0, 9665.0, 9687.0, 9665.0, 9682.0, 9659.0, 9673.0, 9627.0, 9662.0, 9721.0, 9661.0, 9676.0, 9668.0, 9660.0, 9706.0, 9636.0, 9657.0, 9719.0, 9637.0, 9649.0, 9617.0, 9637.0, 9694.0, 9634.0, 9652.0, 9676.0, 9633.0, 9662.0, 9620.0, 9640.0, 9694.0, 9634.0, 9666.0, 9633.0, 9638.0, 9691.0, 9622.0, 9651.0, 9631.0, 9621.0, 9668.0, 9618.0, 9646.0, 9615.0, 9634.0, 9671.0, 9634.0, 9634.0, 9634.0, 9639.0, 9695.0, 9659.0, 9671.0, 9640.0, 9646.0, 9710.0, 9657.0, 9674.0, 9637.0, 9643.0, 9697.0, 9673.0, 9672.0, 9658.0, 9664.0, 9637.0, 9663.0, 9704.0, 9661.0, 9677.0, 9657.0, 9659.0, 9699.0, 9655.0, 9682.0, 9641.0, 9660.0, 9718.0, 9642.0, 9670.0, 9635.0, 9656.0, 9709.0, 9635.0, 9680.0, 9638.0, 9653.0, 9619.0, 9641.0, 9692.0, 9641.0, 9667.0, 9660.0, 9670.0, 9658.0, 9673.0, 9643.0, 9664.0, 9680.0, 9666.0, 9700.0, 9659.0, 9687.0, 9654.0, 9671.0, 9660.0, 9663.0, 9649.0, 9643.0, 9660.0, 9674.0, 9659.0, 9689.0, 9647.0, 9682.0, 9721.0, 9683.0, 9705.0, 9664.0, 9675.0, 9645.0, 9674.0, 9671.0, 9660.0, 9716.0, 9655.0, 9682.0, 9638.0, 9670.0, 9706.0, 9638.0, 9694.0, 9646.0, 9644.0, 9615.0, 9630.0, 9629.0, 9619.0, 9676.0, 9637.0, 9633.0, 9602.0, 9635.0, 9669.0, 9633.0, 9665.0, 9624.0, 9640.0, 9673.0, 9640.0, 9663.0, 9637.0, 9653.0, 9628.0, 9649.0, 9613.0, 9659.0, 9682.0, 9661.0, 9686.0, 9666.0, 9673.0, 9661.0, 9673.0, 9663.0, 9677.0, 9669.0, 9700.0, 9650.0, 9667.0, 9649.0, 9685.0, 9748.0, 9700.0, 9695.0, 9666.0, 9679.0, 9649.0, 9686.0, 9739.0, 9664.0, 9703.0, 9665.0, 9693.0, 9670.0, 9697.0, 9641.0, 9683.0, 9640.0, 9688.0, 9725.0, 9689.0, 9729.0, 9688.0, 9717.0, 9673.0, 9718.0, 9764.0, 9697.0, 9728.0, 9661.0, 9673.0, 9639.0, 9659.0, 9721.0, 9654.0, 9691.0, 9709.0, 9639.0, 9665.0, 9635.0, 9647.0, 9621.0, 9644.0, 9625.0, 9660.0, 9684.0, 9660.0, 9689.0, 9643.0, 9647.0, 9726.0, 9646.0, 9654.0, 9622.0, 9647.0, 9712.0, 9640.0, 9687.0, 9716.0, 9632.0, 9660.0, 9599.0, 9641.0, 9679.0, 9643.0, 9654.0, 9636.0, 9682.0, 9720.0, 9671.0, 9695.0, 9638.0, 9667.0, 9738.0, 9650.0, 9697.0, 9742.0, 9661.0, 9675.0, 9627.0, 9646.0, 9718.0, 9643.0, 9670.0, 9651.0, 9631.0, 9679.0, 9642.0, 9677.0, 9688.0, 9645.0, 9685.0, 9640.0, 9657.0, 9717.0, 9637.0, 9669.0, 9620.0, 9638.0, 9692.0, 9623.0, 9648.0, 9604.0, 9633.0, 9672.0, 9637.0, 9674.0, 9646.0, 9645.0, 9625.0, 9647.0, 9699.0, 9627.0, 9659.0, 9715.0, 9639.0, 9652.0, 9635.0, 9626.0, 9684.0, 9628.0, 9640.0, 9658.0, 9637.0, 9665.0, 9664.0, 9660.0, 9634.0, 9653.0, 9659.0, 9669.0, 9707.0, 9670.0, 9699.0, 9670.0, 9700.0, 9679.0, 9671.0, 9744.0, 9677.0, 9689.0, 9646.0, 9677.0, 9739.0, 9679.0, 9672.0, 9712.0, 9630.0, 9645.0, 9653.0, 9601.0, 9641.0, 9614.0, 9632.0, 9612.0, 9621.0, 9661.0, 9637.0, 9656.0, 9698.0, 9641.0, 9668.0, 9618.0, 9640.0, 9676.0, 9636.0, 9652.0, 9618.0, 9640.0, 9695.0, 9620.0, 9648.0, 9603.0, 9639.0, 9676.0, 9641.0, 9667.0, 9607.0, 9640.0, 9692.0, 9637.0, 9668.0, 9638.0, 9626.0, 9675.0, 9625.0, 9674.0, 9666.0, 9643.0, 9681.0, 9608.0, 9640.0, 9691.0, 9643.0, 9673.0, 9611.0, 9643.0, 9646.0, 9669.0, 9706.0, 9669.0, 9667.0, 9663.0, 9654.0, 9719.0, 9684.0, 9682.0, 9690.0, 9673.0, 9702.0, 9685.0, 9685.0, 9743.0, 9683.0, 9724.0, 9657.0, 9669.0, 9620.0, 9639.0, 9720.0, 9651.0, 9646.0, 9613.0, 9632.0, 9621.0, 9643.0, 9639.0, 9664.0, 9673.0, 9665.0, 9674.0, 9668.0, 9692.0, 9665.0, 9664.0, 9659.0, 9662.0, 9720.0, 9658.0, 9700.0, 9699.0, 9652.0, 9666.0, 9600.0, 9632.0, 9688.0, 9635.0, 9645.0, 9611.0, 9618.0, 9653.0, 9609.0, 9653.0, 9636.0, 9640.0, 9667.0, 9626.0, 9656.0, 9627.0, 9648.0, 9703.0, 9664.0, 9672.0, 9662.0, 9673.0, 9663.0, 9685.0, 9746.0, 9672.0, 9675.0, 9637.0, 9642.0, 9700.0, 9656.0, 9664.0, 9698.0, 9618.0, 9646.0, 9615.0, 9639.0, 9662.0, 9639.0, 9651.0, 9618.0, 9664.0, 9722.0, 9656.0, 9659.0, 9617.0, 9663.0, 9704.0, 9667.0, 9680.0, 9656.0, 9648.0, 9686.0, 9647.0, 9696.0, 9721.0, 9645.0, 9683.0, 9632.0, 9680.0, 9717.0, 9660.0, 9690.0, 9627.0, 9657.0, 9712.0, 9638.0, 9682.0, 9654.0, 9654.0, 9692.0, 9630.0, 9648.0, 9655.0, 9616.0, 9661.0, 9614.0, 9637.0, 9639.0, 9632.0, 9659.0, 9630.0, 9649.0, 9672.0, 9633.0, 9659.0, 9618.0, 9636.0, 9618.0, 9642.0, 9679.0, 9637.0, 9654.0, 9631.0, 9637.0, 9683.0, 9640.0, 9638.0, 9672.0, 9636.0, 9679.0, 9641.0, 9647.0, 9674.0, 9617.0, 9650.0, 9621.0, 9640.0, 9676.0, 9638.0, 9652.0, 9628.0, 9661.0, 9704.0, 9646.0, 9673.0, 9631.0, 9663.0, 9703.0, 9665.0, 9678.0, 9627.0, 9647.0, 9699.0, 9658.0, 9689.0, 9633.0, 9660.0, 9716.0, 9645.0, 9684.0, 9621.0, 9655.0, 9713.0, 9635.0, 9663.0, 9618.0, 9652.0, 9691.0, 9637.0, 9662.0, 9635.0, 9653.0, 9649.0, 9642.0, 9662.0, 9643.0, 9664.0, 9652.0, 9672.0, 9643.0, 9641.0, 9692.0, 9636.0, 9666.0, 9662.0, 9660.0, 9686.0, 9617.0, 9629.0, 9610.0, 9632.0, 9661.0, 9619.0, 9633.0, 9616.0, 9638.0, 9681.0, 9630.0, 9660.0, 9681.0, 9639.0, 9669.0, 9609.0, 9660.0, 9700.0, 9641.0, 9656.0, 9637.0, 9657.0, 9685.0, 9641.0, 9659.0, 9710.0, 9637.0, 9665.0, 9609.0, 9641.0, 9698.0, 9643.0, 9653.0, 9620.0, 9641.0, 9695.0, 9639.0, 9656.0, 9693.0, 9638.0, 9675.0, 9635.0, 9652.0, 9694.0, 9653.0, 9665.0, 9618.0, 9635.0, 9630.0, 9651.0, 9685.0, 9660.0, 9659.0, 9626.0, 9659.0, 9702.0, 9659.0, 9673.0, 9637.0, 9658.0, 9614.0, 9659.0, 9715.0, 9658.0, 9672.0, 9625.0, 9641.0, 9695.0, 9636.0, 9666.0, 9620.0, 9643.0, 9690.0, 9636.0, 9648.0, 9604.0, 9637.0, 9691.0, 9620.0, 9649.0, 9618.0, 9636.0, 9662.0, 9636.0, 9651.0, 9630.0, 9658.0, 9657.0, 9683.0, 9657.0, 9679.0, 9673.0, 9705.0, 9698.0, 9693.0, 9753.0, 9662.0, 9661.0, 9715.0, 9659.0, 9686.0, 9669.0, 9658.0, 9680.0, 9642.0, 9684.0, 9612.0, 9655.0, 9711.0, 9644.0, 9669.0, 9600.0, 9659.0, 9719.0, 9650.0, 9658.0, 9641.0, 9646.0, 9701.0, 9613.0, 9663.0, 9715.0, 9640.0, 9659.0, 9637.0, 9659.0, 9689.0, 9632.0, 9646.0, 9703.0, 9641.0, 9656.0, 9692.0, 9643.0, 9677.0, 9634.0, 9646.0, 9683.0, 9642.0, 9675.0, 9717.0, 9661.0, 9675.0, 9638.0, 9657.0, 9696.0, 9644.0, 9691.0, 9684.0, 9642.0, 9665.0, 9656.0, 9686.0, 9649.0, 9682.0, 9687.0, 9658.0, 9686.0, 9630.0, 9663.0, 9720.0, 9655.0, 9682.0, 9643.0, 9661.0, 9720.0, 9654.0, 9686.0, 9618.0, 9636.0, 9675.0, 9633.0, 9650.0, 9654.0, 9633.0, 9657.0, 9618.0, 9635.0, 9673.0, 9635.0, 9667.0, 9608.0, 9639.0, 9632.0, 9651.0, 9666.0, 9658.0, 9672.0, 9639.0, 9659.0, 9656.0, 9659.0, 9715.0, 9656.0, 9670.0, 9634.0, 9640.0, 9694.0, 9632.0, 9648.0, 9670.0, 9629.0, 9676.0, 9620.0, 9636.0, 9672.0, 9617.0, 9642.0, 9596.0, 9631.0, 9676.0, 9627.0, 9637.0, 9616.0, 9640.0, 9669.0, 9625.0, 9640.0, 9613.0, 9661.0, 9617.0, 9666.0, 9727.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.0006506091954022989</td></tr>
<tr><td colspan=3>aqi</td><td>0.022729716781609195</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.97223942079402</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3215613718757215</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9966222108975831</td></tr>
<tr><td colspan=3>efc</td><td>0.4572</td></tr>
<tr><td colspan=3>fber</td><td>7142.2075</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07854827209781223</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.45977011494252873</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4477754772380407</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3616148527856233</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6844190269075536</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.297292552020946</td></tr>
<tr><td colspan=3>gcor</td><td>0.00866771</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015408197417855263</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017564326524734497</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.9416054823560702</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>24.2526</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1029</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.9371</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305897.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>820.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.3783</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5351</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.223</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3627.0602</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3832.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70647.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4754.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.1858</td></tr>
<tr><td colspan=3>tsnr</td><td>40.80153657356277</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>