ds005256-mriqc/sub-0032_ses-04_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 25fea00fc3 [DATALAD RUNCMD] Compute MRIQC for sub-0032
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0032 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0032",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:03 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0032_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0032_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0032/ses-04/func/sub-0032_ses-04_task-social_acq-mb8_run-05_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>e4cc6da5d31a9c833b12ff5b2b4feff1</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:26:45.840000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998802, -0.0404876, 0.0274951, 0.0418621, 0.9978, -0.0514066]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0941023</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7787, -7217, 597, -56, -215, 106, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>493e6e21-2efa-4c45-90ec-a06959df1b97||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797118186950684, 0.11231308430433273, 0.06845373660326004, 107.03810119628906], [0.10862534493207932, 2.6770246028900146, -0.1417391449213028, -100.09868621826172], [0.07376722246408463, 0.1379200965166092, 2.6954078674316406, -71.52958679199219], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['152645.840000', '152646.300000', '152646.760000', '152647.220000', '152647.680000', '152648.140000', '152648.600000', '152649.060000', '152649.520000', '152649.980000', '152650.440000', '152650.900000', '152651.360000', '152651.820000', '152652.280000', '152652.740000', '152653.200000', '152653.660000', '152654.120000', '152654.580000', '152655.040000', '152655.500000', '152655.960000', '152656.420000', '152656.880000', '152657.340000', '152657.800000', '152658.260000', '152658.720000', '152659.180000', '152659.640000', '152700.100000', '152700.560000', '152701.020000', '152701.480000', '152701.940000', '152702.400000', '152702.860000', '152703.320000', '152703.780000', '152704.240000', '152704.700000', '152705.160000', '152705.620000', '152706.080000', '152706.540000', '152707.000000', '152707.460000', '152707.920000', '152708.380000', '152708.840000', '152709.300000', '152709.760000', '152710.220000', '152710.680000', '152711.140000', '152711.600000', '152712.060000', '152712.520000', '152712.980000', '152713.440000', '152713.900000', '152714.360000', '152714.820000', '152715.280000', '152715.740000', '152716.200000', '152716.660000', '152717.120000', '152717.580000', '152718.040000', '152718.500000', '152718.960000', '152719.420000', '152719.880000', '152720.340000', '152720.800000', '152721.260000', '152721.720000', '152722.180000', '152722.640000', '152723.100000', '152723.560000', '152724.020000', '152724.480000', '152724.940000', '152725.400000', '152725.860000', '152726.320000', '152726.780000', '152727.240000', '152727.700000', '152728.160000', '152728.620000', '152729.080000', '152729.540000', '152730.000000', '152730.460000', '152730.920000', '152731.380000', '152731.840000', '152732.300000', '152732.760000', '152733.220000', '152733.680000', '152734.140000', '152734.600000', '152735.060000', '152735.520000', '152735.980000', '152736.440000', '152736.900000', '152737.360000', '152737.820000', '152738.280000', '152738.740000', '152739.200000', '152739.660000', '152740.120000', '152740.580000', '152741.040000', '152741.500000', '152741.960000', '152742.420000', '152742.880000', '152743.340000', '152743.800000', '152744.260000', '152744.720000', '152745.180000', '152745.640000', '152746.100000', '152746.560000', '152747.020000', '152747.480000', '152747.940000', '152748.400000', '152748.860000', '152749.320000', '152749.780000', '152750.240000', '152750.700000', '152751.160000', '152751.620000', '152752.080000', '152752.540000', '152753.000000', '152753.460000', '152753.920000', '152754.380000', '152754.840000', '152755.300000', '152755.760000', '152756.220000', '152756.680000', '152757.140000', '152757.600000', '152758.060000', '152758.520000', '152758.980000', '152759.440000', '152759.900000', '152800.360000', '152800.820000', '152801.280000', '152801.740000', '152802.200000', '152802.660000', '152803.120000', '152803.580000', '152804.040000', '152804.500000', '152804.960000', '152805.420000', '152805.880000', '152806.340000', '152806.800000', '152807.260000', '152807.720000', '152808.180000', '152808.640000', '152809.100000', '152809.560000', '152810.020000', '152810.480000', '152810.940000', '152811.400000', '152811.860000', '152812.320000', '152812.780000', '152813.240000', '152813.700000', '152814.160000', '152814.620000', '152815.080000', '152815.540000', '152816.000000', '152816.460000', '152816.920000', '152817.380000', '152817.840000', '152818.300000', '152818.760000', '152819.220000', '152819.680000', '152820.140000', '152820.600000', '152821.060000', '152821.520000', '152821.980000', '152822.440000', '152822.900000', '152823.360000', '152823.820000', '152824.280000', '152824.740000', '152825.200000', '152825.660000', '152826.120000', '152826.580000', '152827.040000', '152827.500000', '152827.960000', '152828.420000', '152828.880000', '152829.340000', '152829.800000', '152830.260000', '152830.720000', '152831.180000', '152831.640000', '152832.100000', '152832.560000', '152833.020000', '152833.480000', '152833.940000', '152834.400000', '152834.860000', '152835.320000', '152835.780000', '152836.240000', '152836.700000', '152837.160000', '152837.620000', '152838.080000', '152838.540000', '152839.000000', '152839.460000', '152839.920000', '152840.380000', '152840.840000', '152841.300000', '152841.760000', '152842.220000', '152842.680000', '152843.140000', '152843.600000', '152844.060000', '152844.520000', '152844.980000', '152845.440000', '152845.900000', '152846.360000', '152846.820000', '152847.280000', '152847.740000', '152848.200000', '152848.660000', '152849.120000', '152849.580000', '152850.040000', '152850.500000', '152850.960000', '152851.420000', '152851.880000', '152852.340000', '152852.800000', '152853.260000', '152853.720000', '152854.180000', '152854.640000', '152855.100000', '152855.560000', '152856.020000', '152856.480000', '152856.940000', '152857.400000', '152857.860000', '152858.320000', '152858.780000', '152859.240000', '152859.700000', '152900.160000', '152900.620000', '152901.080000', '152901.540000', '152902.000000', '152902.460000', '152902.920000', '152903.380000', '152903.840000', '152904.300000', '152904.760000', '152905.220000', '152905.680000', '152906.140000', '152906.600000', '152907.060000', '152907.520000', '152907.980000', '152908.440000', '152908.900000', '152909.360000', '152909.820000', '152910.280000', '152910.740000', '152911.200000', '152911.660000', '152912.120000', '152912.580000', '152913.040000', '152913.500000', '152913.960000', '152914.420000', '152914.880000', '152915.340000', '152915.800000', '152916.260000', '152916.720000', '152917.180000', '152917.640000', '152918.100000', '152918.560000', '152919.020000', '152919.480000', '152919.940000', '152920.400000', '152920.860000', '152921.320000', '152921.780000', '152922.240000', '152922.700000', '152923.160000', '152923.620000', '152924.080000', '152924.540000', '152925.000000', '152925.460000', '152925.920000', '152926.380000', '152926.840000', '152927.300000', '152927.760000', '152928.220000', '152928.680000', '152929.140000', '152929.600000', '152930.060000', '152930.520000', '152930.980000', '152931.440000', '152931.900000', '152932.360000', '152932.820000', '152933.280000', '152933.740000', '152934.200000', '152934.660000', '152935.120000', '152935.580000', '152936.040000', '152936.500000', '152936.960000', '152937.420000', '152937.880000', '152938.340000', '152938.800000', '152939.260000', '152939.720000', '152940.180000', '152940.640000', '152941.100000', '152941.560000', '152942.020000', '152942.480000', '152942.940000', '152943.400000', '152943.860000', '152944.320000', '152944.780000', '152945.240000', '152945.700000', '152946.160000', '152946.620000', '152947.080000', '152947.540000', '152948.000000', '152948.460000', '152948.920000', '152949.380000', '152949.840000', '152950.300000', '152950.760000', '152951.220000', '152951.680000', '152952.140000', '152952.600000', '152953.060000', '152953.520000', '152953.980000', '152954.440000', '152954.900000', '152955.360000', '152955.820000', '152956.280000', '152956.740000', '152957.200000', '152957.660000', '152958.120000', '152958.580000', '152959.040000', '152959.500000', '152959.960000', '153000.420000', '153000.880000', '153001.340000', '153001.800000', '153002.260000', '153002.720000', '153003.180000', '153003.640000', '153004.100000', '153004.560000', '153005.020000', '153005.480000', '153005.940000', '153006.400000', '153006.860000', '153007.320000', '153007.780000', '153008.240000', '153008.700000', '153009.160000', '153009.620000', '153010.080000', '153010.540000', '153011.000000', '153011.460000', '153011.920000', '153012.380000', '153012.840000', '153013.300000', '153013.760000', '153014.220000', '153014.680000', '153015.140000', '153015.600000', '153016.060000', '153016.520000', '153016.980000', '153017.440000', '153017.900000', '153018.360000', '153018.820000', '153019.280000', '153019.740000', '153020.200000', '153020.660000', '153021.120000', '153021.580000', '153022.040000', '153022.500000', '153022.960000', '153023.420000', '153023.880000', '153024.340000', '153024.800000', '153025.260000', '153025.720000', '153026.180000', '153026.640000', '153027.100000', '153027.560000', '153028.020000', '153028.480000', '153028.940000', '153029.400000', '153029.860000', '153030.320000', '153030.780000', '153031.240000', '153031.700000', '153032.160000', '153032.620000', '153033.080000', '153033.540000', '153034.000000', '153034.460000', '153034.920000', '153035.380000', '153035.840000', '153036.300000', '153036.760000', '153037.220000', '153037.680000', '153038.140000', '153038.600000', '153039.060000', '153039.520000', '153039.980000', '153040.440000', '153040.900000', '153041.360000', '153041.820000', '153042.280000', '153042.740000', '153043.200000', '153043.660000', '153044.120000', '153044.580000', '153045.040000', '153045.500000', '153045.960000', '153046.420000', '153046.880000', '153047.340000', '153047.800000', '153048.260000', '153048.720000', '153049.180000', '153049.640000', '153050.100000', '153050.560000', '153051.020000', '153051.480000', '153051.940000', '153052.400000', '153052.860000', '153053.320000', '153053.780000', '153054.240000', '153054.700000', '153055.160000', '153055.620000', '153056.080000', '153056.540000', '153057.000000', '153057.460000', '153057.920000', '153058.380000', '153058.840000', '153059.300000', '153059.760000', '153100.220000', '153100.680000', '153101.140000', '153101.600000', '153102.060000', '153102.520000', '153102.980000', '153103.440000', '153103.900000', '153104.360000', '153104.820000', '153105.280000', '153105.740000', '153106.200000', '153106.660000', '153107.120000', '153107.580000', '153108.040000', '153108.500000', '153108.960000', '153109.420000', '153109.880000', '153110.340000', '153110.800000', '153111.260000', '153111.720000', '153112.180000', '153112.640000', '153113.100000', '153113.560000', '153114.020000', '153114.480000', '153114.940000', '153115.400000', '153115.860000', '153116.320000', '153116.780000', '153117.240000', '153117.700000', '153118.160000', '153118.620000', '153119.080000', '153119.540000', '153120.000000', '153120.460000', '153120.920000', '153121.380000', '153121.840000', '153122.300000', '153122.760000', '153123.220000', '153123.680000', '153124.140000', '153124.600000', '153125.060000', '153125.520000', '153125.980000', '153126.440000', '153126.900000', '153127.360000', '153127.820000', '153128.280000', '153128.740000', '153129.200000', '153129.660000', '153130.120000', '153130.580000', '153131.040000', '153131.500000', '153131.960000', '153132.420000', '153132.880000', '153133.340000', '153133.800000', '153134.260000', '153134.720000', '153135.180000', '153135.640000', '153136.100000', '153136.560000', '153137.020000', '153137.480000', '153137.940000', '153138.400000', '153138.860000', '153139.320000', '153139.780000', '153140.240000', '153140.700000', '153141.160000', '153141.620000', '153142.080000', '153142.540000', '153143.000000', '153143.460000', '153143.920000', '153144.380000', '153144.840000', '153145.300000', '153145.760000', '153146.220000', '153146.680000', '153147.140000', '153147.600000', '153148.060000', '153148.520000', '153148.980000', '153149.440000', '153149.900000', '153150.360000', '153150.820000', '153151.280000', '153151.740000', '153152.200000', '153152.660000', '153153.120000', '153153.580000', '153154.040000', '153154.500000', '153154.960000', '153155.420000', '153155.880000', '153156.340000', '153156.800000', '153157.260000', '153157.720000', '153158.180000', '153158.640000', '153159.100000', '153159.560000', '153200.020000', '153200.480000', '153200.940000', '153201.400000', '153201.860000', '153202.320000', '153202.780000', '153203.240000', '153203.700000', '153204.160000', '153204.620000', '153205.080000', '153205.540000', '153206.000000', '153206.460000', '153206.920000', '153207.380000', '153207.840000', '153208.300000', '153208.760000', '153209.220000', '153209.680000', '153210.140000', '153210.600000', '153211.060000', '153211.520000', '153211.980000', '153212.440000', '153212.900000', '153213.360000', '153213.820000', '153214.280000', '153214.740000', '153215.200000', '153215.660000', '153216.120000', '153216.580000', '153217.040000', '153217.500000', '153217.960000', '153218.420000', '153218.880000', '153219.340000', '153219.800000', '153220.260000', '153220.720000', '153221.180000', '153221.640000', '153222.100000', '153222.560000', '153223.020000', '153223.480000', '153223.940000', '153224.400000', '153224.860000', '153225.320000', '153225.780000', '153226.240000', '153226.700000', '153227.160000', '153227.620000', '153228.080000', '153228.540000', '153229.000000', '153229.460000', '153229.920000', '153230.380000', '153230.840000', '153231.300000', '153231.760000', '153232.220000', '153232.680000', '153233.140000', '153233.600000', '153234.060000', '153234.520000', '153234.980000', '153235.440000', '153235.900000', '153236.360000', '153236.820000', '153237.280000', '153237.740000', '153238.200000', '153238.660000', '153239.120000', '153239.580000', '153240.040000', '153240.500000', '153240.960000', '153241.420000', '153241.880000', '153242.340000', '153242.800000', '153243.260000', '153243.720000', '153244.180000', '153244.640000', '153245.100000', '153245.560000', '153246.020000', '153246.480000', '153246.940000', '153247.400000', '153247.860000', '153248.320000', '153248.780000', '153249.240000', '153249.700000', '153250.160000', '153250.620000', '153251.080000', '153251.540000', '153252.000000', '153252.460000', '153252.920000', '153253.380000', '153253.840000', '153254.300000', '153254.760000', '153255.220000', '153255.680000', '153256.140000', '153256.600000', '153257.060000', '153257.520000', '153257.980000', '153258.440000', '153258.900000', '153259.360000', '153259.820000', '153300.280000', '153300.740000', '153301.200000', '153301.660000', '153302.120000', '153302.580000', '153303.040000', '153303.500000', '153303.960000', '153304.420000', '153304.880000', '153305.340000', '153305.800000', '153306.260000', '153306.720000', '153307.180000', '153307.640000', '153308.100000', '153308.560000', '153309.020000', '153309.480000', '153309.940000', '153310.400000', '153310.860000', '153311.320000', '153311.780000', '153312.240000', '153312.700000', '153313.160000', '153313.620000', '153314.080000', '153314.540000', '153315.000000', '153315.460000', '153315.920000', '153316.380000', '153316.840000', '153317.300000', '153317.760000', '153318.220000', '153318.680000', '153319.140000', '153319.600000', '153320.060000', '153320.520000', '153320.980000', '153321.440000', '153321.900000', '153322.360000', '153322.820000', '153323.280000', '153323.740000', '153324.200000', '153324.660000', '153325.120000', '153325.580000', '153326.040000', '153326.500000'], 'ContentTime': ['152701.730000', '152701.733000', '152701.736000', '152701.738000', '152701.741000', '152701.744000', '152701.746000', '152701.749000', '152701.751000', '152701.754000', '152701.756000', '152701.759000', '152701.761000', '152701.764000', '152701.767000', '152701.769000', '152701.772000', '152701.774000', '152701.777000', '152701.779000', '152701.782000', '152701.784000', '152701.787000', '152701.790000', '152701.798000', '152701.800000', '152701.803000', '152701.806000', '152701.808000', '152701.811000', '152701.813000', '152701.816000', '152721.696000', '152721.699000', '152721.702000', '152721.705000', '152721.707000', '152721.710000', '152721.712000', '152721.715000', '152721.717000', '152721.720000', '152721.722000', '152721.725000', '152721.728000', '152721.730000', '152721.735000', '152721.738000', '152721.746000', '152721.748000', '152721.751000', '152721.753000', '152721.756000', '152721.758000', '152721.761000', '152721.764000', '152721.766000', '152721.769000', '152721.772000', '152721.774000', '152721.777000', '152721.779000', '152721.782000', '152721.785000', '152721.787000', '152721.790000', '152721.792000', '152721.795000', '152721.798000', '152721.800000', '152721.803000', '152721.805000', '152721.808000', '152721.811000', '152721.813000', '152721.816000', '152741.697000', '152741.699000', '152741.702000', '152741.705000', '152741.707000', '152741.710000', '152741.712000', '152741.715000', '152741.718000', '152741.720000', '152741.723000', '152741.725000', '152741.728000', '152741.731000', '152741.733000', '152741.736000', '152741.738000', '152741.741000', '152741.743000', '152741.746000', '152741.748000', '152741.751000', '152741.753000', '152741.756000', '152741.759000', '152741.761000', '152741.764000', '152741.766000', '152741.769000', '152741.771000', '152741.774000', '152741.776000', '152741.779000', '152741.781000', '152741.784000', '152741.787000', '152741.789000', '152741.792000', '152741.794000', '152741.797000', '152741.799000', '152741.802000', '152741.805000', '152801.697000', '152801.700000', '152801.702000', '152801.705000', '152801.707000', '152801.710000', '152801.713000', '152801.715000', '152801.718000', '152801.721000', '152801.723000', '152801.726000', '152801.728000', '152801.731000', '152801.733000', '152801.736000', '152801.738000', '152801.741000', '152801.743000', '152801.746000', '152801.749000', '152801.751000', '152801.754000', '152801.757000', '152801.759000', '152801.762000', '152801.764000', '152801.767000', '152801.769000', '152801.772000', '152801.775000', '152801.777000', '152801.780000', '152801.782000', '152801.785000', '152801.787000', '152801.790000', '152801.793000', '152801.795000', '152801.798000', '152801.800000', '152801.803000', '152801.806000', '152821.697000', '152821.699000', '152821.702000', '152821.705000', '152821.707000', '152821.710000', '152821.712000', '152821.715000', '152821.718000', '152821.720000', '152821.723000', '152821.725000', '152821.728000', '152821.730000', '152821.733000', '152821.736000', '152821.738000', '152821.741000', '152821.743000', '152821.746000', '152821.748000', '152821.751000', '152821.754000', '152821.756000', '152821.759000', '152821.761000', '152821.764000', '152821.766000', '152821.769000', '152821.771000', '152821.774000', '152821.777000', '152821.779000', '152821.782000', '152821.784000', '152821.787000', '152821.789000', '152821.792000', '152821.794000', '152821.797000', '152821.800000', '152821.802000', '152821.805000', '152821.807000', '152841.697000', '152841.700000', '152841.702000', '152841.705000', '152841.707000', '152841.710000', '152841.713000', '152841.715000', '152841.719000', '152841.722000', '152841.725000', '152841.727000', '152841.730000', '152841.733000', '152841.735000', '152841.738000', '152841.740000', '152841.743000', '152841.746000', '152841.748000', '152841.751000', '152841.754000', '152841.756000', '152841.759000', '152841.761000', '152841.764000', '152841.766000', '152841.769000', '152841.772000', '152841.775000', '152841.777000', '152841.780000', '152841.782000', '152841.785000', '152841.788000', '152841.790000', '152841.793000', '152841.796000', '152841.798000', '152841.801000', '152841.803000', '152841.806000', '152841.809000', '152901.696000', '152901.699000', '152901.701000', '152901.704000', '152901.706000', '152901.709000', '152901.712000', '152901.714000', '152901.717000', '152901.719000', '152901.722000', '152901.724000', '152901.727000', '152901.730000', '152901.732000', '152901.735000', '152901.737000', '152901.740000', '152901.742000', '152901.745000', '152901.748000', '152901.750000', '152901.753000', '152901.755000', '152901.758000', '152901.760000', '152901.763000', '152901.766000', '152901.768000', '152901.771000', '152901.773000', '152901.776000', '152901.778000', '152901.781000', '152901.784000', '152901.786000', '152901.789000', '152901.791000', '152901.794000', '152901.797000', '152901.799000', '152901.802000', '152901.804000', '152901.807000', '152921.697000', '152921.700000', '152921.702000', '152921.705000', '152921.708000', '152921.710000', '152921.713000', '152921.715000', '152921.718000', '152921.720000', '152921.723000', '152921.726000', '152921.728000', '152921.731000', '152921.734000', '152921.736000', '152921.739000', '152921.742000', '152921.745000', '152921.747000', '152921.750000', '152921.752000', '152921.755000', '152921.758000', '152921.760000', '152921.763000', '152921.765000', '152921.768000', '152921.770000', '152921.773000', '152921.776000', '152921.778000', '152921.781000', '152921.783000', '152921.786000', '152921.789000', '152921.791000', '152921.794000', '152921.796000', '152921.799000', '152921.802000', '152921.804000', '152921.807000', '152941.696000', '152941.699000', '152941.702000', '152941.705000', '152941.707000', '152941.710000', '152941.713000', '152941.715000', '152941.718000', '152941.720000', '152941.730000', '152941.733000', '152941.735000', '152941.738000', '152941.740000', '152941.743000', '152941.745000', '152941.748000', '152941.751000', '152941.753000', '152941.756000', '152941.758000', '152941.761000', '152941.764000', '152941.766000', '152941.769000', '152941.771000', '152941.774000', '152941.776000', '152941.779000', '152941.781000', '152941.784000', '152941.787000', '152941.789000', '152941.792000', '152941.794000', '152941.797000', '152941.833000', '152941.836000', '152941.838000', '152941.841000', '152941.844000', '152941.868000', '152941.870000', '153001.696000', '153001.699000', '153001.702000', '153001.705000', '153001.707000', '153001.710000', '153001.712000', '153001.715000', '153001.718000', '153001.720000', '153001.723000', '153001.725000', '153001.728000', '153001.731000', '153001.733000', '153001.736000', '153001.753000', '153001.756000', '153001.759000', '153001.762000', '153001.764000', '153001.767000', '153001.770000', '153001.772000', '153001.775000', '153001.777000', '153001.780000', '153001.782000', '153001.785000', '153001.788000', '153001.790000', '153001.793000', '153001.796000', '153001.798000', '153001.854000', '153001.857000', '153001.859000', '153001.862000', '153001.865000', '153001.867000', '153001.870000', '153001.872000', '153001.875000', '153021.697000', '153021.699000', '153021.702000', '153021.705000', '153021.707000', '153021.710000', '153021.712000', '153021.715000', '153021.718000', '153021.720000', '153021.723000', '153021.725000', '153021.728000', '153021.731000', '153021.733000', '153021.736000', '153021.738000', '153021.741000', '153021.744000', '153021.746000', '153021.749000', '153021.752000', '153021.754000', '153021.757000', '153021.759000', '153021.762000', '153021.764000', '153021.767000', '153021.770000', '153021.772000', '153021.775000', '153021.777000', '153021.780000', '153021.783000', '153021.785000', '153021.788000', '153021.790000', '153021.793000', '153021.795000', '153021.798000', '153021.829000', '153021.832000', '153021.834000', '153021.837000', '153041.697000', '153041.700000', '153041.702000', '153041.705000', '153041.707000', '153041.710000', '153041.713000', '153041.715000', '153041.718000', '153041.720000', '153041.723000', '153041.726000', '153041.728000', '153041.731000', '153041.733000', '153041.736000', '153041.739000', '153041.741000', '153041.744000', '153041.746000', '153041.749000', '153041.752000', '153041.754000', '153041.757000', '153041.760000', '153041.763000', '153041.766000', '153041.769000', '153041.771000', '153041.774000', '153041.777000', '153041.779000', '153041.782000', '153041.784000', '153041.787000', '153041.790000', '153041.792000', '153041.795000', '153041.797000', '153041.852000', '153041.855000', '153041.857000', '153041.860000', '153101.696000', '153101.699000', '153101.702000', '153101.704000', '153101.707000', '153101.710000', '153101.712000', '153101.715000', '153101.717000', '153101.720000', '153101.723000', '153101.725000', '153101.728000', '153101.730000', '153101.733000', '153101.736000', '153101.738000', '153101.741000', '153101.743000', '153101.746000', '153101.749000', '153101.751000', '153101.754000', '153101.756000', '153101.759000', '153101.761000', '153101.764000', '153101.766000', '153101.769000', '153101.772000', '153101.774000', '153101.777000', '153101.780000', '153101.782000', '153101.785000', '153101.787000', '153101.790000', '153101.792000', '153101.795000', '153101.798000', '153101.845000', '153101.848000', '153101.850000', '153101.853000', '153121.696000', '153121.698000', '153121.701000', '153121.704000', '153121.706000', '153121.709000', '153121.711000', '153121.714000', '153121.717000', '153121.719000', '153121.722000', '153121.724000', '153121.727000', '153121.730000', '153121.732000', '153121.735000', '153121.737000', '153121.740000', '153121.742000', '153121.745000', '153121.748000', '153121.750000', '153121.753000', '153121.755000', '153121.758000', '153121.760000', '153121.763000', '153121.766000', '153121.768000', '153121.771000', '153121.774000', '153121.776000', '153121.779000', '153121.781000', '153121.784000', '153121.786000', '153121.789000', '153121.792000', '153121.795000', '153121.798000', '153121.857000', '153121.877000', '153121.879000', '153141.696000', '153141.699000', '153141.702000', '153141.705000', '153141.707000', '153141.710000', '153141.712000', '153141.715000', '153141.717000', '153141.720000', '153141.722000', '153141.725000', '153141.728000', '153141.730000', '153141.733000', '153141.736000', '153141.738000', '153141.741000', '153141.743000', '153141.746000', '153141.748000', '153141.751000', '153141.753000', '153141.756000', '153141.759000', '153141.761000', '153141.764000', '153141.766000', '153141.769000', '153141.772000', '153141.774000', '153141.777000', '153141.779000', '153141.782000', '153141.785000', '153141.787000', '153141.790000', '153141.792000', '153141.795000', '153141.797000', '153141.869000', '153141.872000', '153141.874000', '153141.877000', '153201.696000', '153201.699000', '153201.702000', '153201.704000', '153201.707000', '153201.710000', '153201.712000', '153201.715000', '153201.718000', '153201.720000', '153201.723000', '153201.725000', '153201.728000', '153201.731000', '153201.733000', '153201.736000', '153201.739000', '153201.741000', '153201.744000', '153201.746000', '153201.749000', '153201.752000', '153201.754000', '153201.757000', '153201.759000', '153201.762000', '153201.765000', '153201.767000', '153201.770000', '153201.772000', '153201.775000', '153201.778000', '153201.781000', '153201.784000', '153201.787000', '153201.789000', '153201.792000', '153201.794000', '153201.797000', '153201.865000', '153201.867000', '153201.870000', '153201.872000', '153221.697000', '153221.699000', '153221.702000', '153221.705000', '153221.707000', '153221.710000', '153221.713000', '153221.715000', '153221.718000', '153221.720000', '153221.723000', '153221.726000', '153221.728000', '153221.731000', '153221.733000', '153221.736000', '153221.738000', '153221.741000', '153221.744000', '153221.746000', '153221.749000', '153221.751000', '153221.754000', '153221.757000', '153221.759000', '153221.762000', '153221.764000', '153221.767000', '153221.770000', '153221.772000', '153221.775000', '153221.777000', '153221.780000', '153221.783000', '153221.785000', '153221.788000', '153221.790000', '153221.793000', '153221.796000', '153221.798000', '153221.829000', '153221.832000', '153221.836000', '153221.839000', '153241.697000', '153241.700000', '153241.702000', '153241.705000', '153241.708000', '153241.710000', '153241.713000', '153241.715000', '153241.718000', '153241.721000', '153241.723000', '153241.726000', '153241.729000', '153241.731000', '153241.734000', '153241.737000', '153241.739000', '153241.742000', '153241.744000', '153241.747000', '153241.749000', '153241.752000', '153241.755000', '153241.757000', '153241.760000', '153241.763000', '153241.765000', '153241.768000', '153241.770000', '153241.773000', '153241.776000', '153241.778000', '153241.781000', '153241.783000', '153241.786000', '153241.788000', '153241.791000', '153241.794000', '153241.796000', '153241.799000', '153241.880000', '153241.882000', '153241.885000', '153301.696000', '153301.699000', '153301.702000', '153301.704000', '153301.707000', '153301.710000', '153301.712000', '153301.715000', '153301.717000', '153301.731000', '153301.734000', '153301.737000', '153301.739000', '153301.742000', '153301.744000', '153301.747000', '153301.750000', '153301.752000', '153301.755000', '153301.757000', '153301.760000', '153301.762000', '153301.765000', '153301.768000', '153301.770000', '153301.773000', '153301.775000', '153301.778000', '153301.781000', '153301.783000', '153301.786000', '153301.788000', '153301.791000', '153301.793000', '153301.796000', '153301.799000', '153301.853000', '153301.856000', '153301.859000', '153301.861000', '153301.864000', '153301.866000', '153301.869000', '153301.871000', '153321.697000', '153321.699000', '153321.702000', '153321.705000', '153321.707000', '153321.710000', '153321.713000', '153321.715000', '153321.718000', '153321.720000', '153321.723000', '153321.726000', '153321.728000', '153321.731000', '153321.733000', '153321.736000', '153321.739000', '153321.741000', '153321.744000', '153321.746000', '153321.749000', '153321.751000', '153321.754000', '153321.757000', '153321.759000', '153321.762000', '153321.765000', '153321.767000', '153321.770000', '153321.772000', '153321.775000', '153321.778000', '153321.780000', '153321.783000', '153321.785000', '153321.788000', '153321.791000', '153321.793000', '153321.796000', '153321.799000', '153321.860000', '153321.863000', '153321.866000', '153327.837000', '153327.876000', '153327.878000', '153327.881000', '153327.884000', '153327.886000', '153327.889000', '153327.892000', '153327.895000', '153327.897000', '153327.900000', '153327.902000', '153327.905000', '153327.908000'], 'InstanceCreationTime': ['152701.730000', '152701.733000', '152701.736000', '152701.738000', '152701.741000', '152701.744000', '152701.746000', '152701.749000', '152701.751000', '152701.754000', '152701.756000', '152701.759000', '152701.761000', '152701.764000', '152701.767000', '152701.769000', '152701.772000', '152701.774000', '152701.777000', '152701.779000', '152701.782000', '152701.784000', '152701.787000', '152701.790000', '152701.798000', '152701.800000', '152701.803000', '152701.806000', '152701.808000', '152701.811000', '152701.813000', '152701.816000', '152721.696000', '152721.699000', '152721.702000', '152721.705000', '152721.707000', '152721.710000', '152721.712000', '152721.715000', '152721.717000', '152721.720000', '152721.722000', '152721.725000', '152721.728000', '152721.730000', '152721.735000', '152721.738000', '152721.746000', '152721.748000', '152721.751000', '152721.753000', '152721.756000', '152721.758000', '152721.761000', '152721.764000', '152721.766000', '152721.769000', '152721.772000', '152721.774000', '152721.777000', '152721.779000', '152721.782000', '152721.785000', '152721.787000', '152721.790000', '152721.792000', '152721.795000', '152721.798000', '152721.800000', '152721.803000', '152721.805000', '152721.808000', '152721.811000', '152721.813000', '152721.816000', '152741.697000', '152741.699000', '152741.702000', '152741.705000', '152741.707000', '152741.710000', '152741.712000', '152741.715000', '152741.718000', '152741.720000', '152741.723000', '152741.725000', '152741.728000', '152741.731000', '152741.733000', '152741.736000', '152741.738000', '152741.741000', '152741.743000', '152741.746000', '152741.748000', '152741.751000', '152741.753000', '152741.756000', '152741.759000', '152741.761000', '152741.764000', '152741.766000', '152741.769000', '152741.771000', '152741.774000', '152741.776000', '152741.779000', '152741.781000', '152741.784000', '152741.787000', '152741.789000', '152741.792000', '152741.794000', '152741.797000', '152741.799000', '152741.802000', '152741.805000', '152801.697000', '152801.700000', '152801.702000', '152801.705000', '152801.707000', '152801.710000', '152801.713000', '152801.715000', '152801.718000', '152801.721000', '152801.723000', '152801.726000', '152801.728000', '152801.731000', '152801.733000', '152801.736000', '152801.738000', '152801.741000', '152801.743000', '152801.746000', '152801.749000', '152801.751000', '152801.754000', '152801.757000', '152801.759000', '152801.762000', '152801.764000', '152801.767000', '152801.769000', '152801.772000', '152801.775000', '152801.777000', '152801.780000', '152801.782000', '152801.785000', '152801.787000', '152801.790000', '152801.793000', '152801.795000', '152801.798000', '152801.800000', '152801.803000', '152801.806000', '152821.697000', '152821.699000', '152821.702000', '152821.705000', '152821.707000', '152821.710000', '152821.712000', '152821.715000', '152821.718000', '152821.720000', '152821.723000', '152821.725000', '152821.728000', '152821.730000', '152821.733000', '152821.736000', '152821.738000', '152821.741000', '152821.743000', '152821.746000', '152821.748000', '152821.751000', '152821.754000', '152821.756000', '152821.759000', '152821.761000', '152821.764000', '152821.766000', '152821.769000', '152821.771000', '152821.774000', '152821.777000', '152821.779000', '152821.782000', '152821.784000', '152821.787000', '152821.789000', '152821.792000', '152821.794000', '152821.797000', '152821.800000', '152821.802000', '152821.805000', '152821.807000', '152841.697000', '152841.700000', '152841.702000', '152841.705000', '152841.707000', '152841.710000', '152841.713000', '152841.715000', '152841.719000', '152841.722000', '152841.725000', '152841.727000', '152841.730000', '152841.733000', '152841.735000', '152841.738000', '152841.740000', '152841.743000', '152841.746000', '152841.748000', '152841.751000', '152841.754000', '152841.756000', '152841.759000', '152841.761000', '152841.764000', '152841.766000', '152841.769000', '152841.772000', '152841.775000', '152841.777000', '152841.780000', '152841.782000', '152841.785000', '152841.788000', '152841.790000', '152841.793000', '152841.796000', '152841.798000', '152841.801000', '152841.803000', '152841.806000', '152841.809000', '152901.696000', '152901.699000', '152901.701000', '152901.704000', '152901.706000', '152901.709000', '152901.712000', '152901.714000', '152901.717000', '152901.719000', '152901.722000', '152901.724000', '152901.727000', '152901.730000', '152901.732000', '152901.735000', '152901.737000', '152901.740000', '152901.742000', '152901.745000', '152901.748000', '152901.750000', '152901.753000', '152901.755000', '152901.758000', '152901.760000', '152901.763000', '152901.766000', '152901.768000', '152901.771000', '152901.773000', '152901.776000', '152901.778000', '152901.781000', '152901.784000', '152901.786000', '152901.789000', '152901.791000', '152901.794000', '152901.797000', '152901.799000', '152901.802000', '152901.804000', '152901.807000', '152921.697000', '152921.700000', '152921.702000', '152921.705000', '152921.708000', '152921.710000', '152921.713000', '152921.715000', '152921.718000', '152921.720000', '152921.723000', '152921.726000', '152921.728000', '152921.731000', '152921.734000', '152921.736000', '152921.739000', '152921.742000', '152921.745000', '152921.747000', '152921.750000', '152921.752000', '152921.755000', '152921.758000', '152921.760000', '152921.763000', '152921.765000', '152921.768000', '152921.770000', '152921.773000', '152921.776000', '152921.778000', '152921.781000', '152921.783000', '152921.786000', '152921.789000', '152921.791000', '152921.794000', '152921.796000', '152921.799000', '152921.802000', '152921.804000', '152921.807000', '152941.696000', '152941.699000', '152941.702000', '152941.705000', '152941.707000', '152941.710000', '152941.713000', '152941.715000', '152941.718000', '152941.720000', '152941.730000', '152941.733000', '152941.735000', '152941.738000', '152941.740000', '152941.743000', '152941.745000', '152941.748000', '152941.751000', '152941.753000', '152941.756000', '152941.758000', '152941.761000', '152941.764000', '152941.766000', '152941.769000', '152941.771000', '152941.774000', '152941.776000', '152941.779000', '152941.781000', '152941.784000', '152941.787000', '152941.789000', '152941.792000', '152941.794000', '152941.797000', '152941.833000', '152941.836000', '152941.838000', '152941.841000', '152941.844000', '152941.868000', '152941.870000', '153001.696000', '153001.699000', '153001.702000', '153001.705000', '153001.707000', '153001.710000', '153001.712000', '153001.715000', '153001.718000', '153001.720000', '153001.723000', '153001.725000', '153001.728000', '153001.731000', '153001.733000', '153001.736000', '153001.753000', '153001.756000', '153001.759000', '153001.762000', '153001.764000', '153001.767000', '153001.770000', '153001.772000', '153001.775000', '153001.777000', '153001.780000', '153001.782000', '153001.785000', '153001.788000', '153001.790000', '153001.793000', '153001.796000', '153001.798000', '153001.854000', '153001.857000', '153001.859000', '153001.862000', '153001.865000', '153001.867000', '153001.870000', '153001.872000', '153001.875000', '153021.697000', '153021.699000', '153021.702000', '153021.705000', '153021.707000', '153021.710000', '153021.712000', '153021.715000', '153021.718000', '153021.720000', '153021.723000', '153021.725000', '153021.728000', '153021.731000', '153021.733000', '153021.736000', '153021.738000', '153021.741000', '153021.744000', '153021.746000', '153021.749000', '153021.752000', '153021.754000', '153021.757000', '153021.759000', '153021.762000', '153021.764000', '153021.767000', '153021.770000', '153021.772000', '153021.775000', '153021.777000', '153021.780000', '153021.783000', '153021.785000', '153021.788000', '153021.790000', '153021.793000', '153021.795000', '153021.798000', '153021.829000', '153021.832000', '153021.834000', '153021.837000', '153041.697000', '153041.700000', '153041.702000', '153041.705000', '153041.707000', '153041.710000', '153041.713000', '153041.715000', '153041.718000', '153041.720000', '153041.723000', '153041.726000', '153041.728000', '153041.731000', '153041.733000', '153041.736000', '153041.739000', '153041.741000', '153041.744000', '153041.746000', '153041.749000', '153041.752000', '153041.754000', '153041.757000', '153041.760000', '153041.763000', '153041.766000', '153041.769000', '153041.771000', '153041.774000', '153041.777000', '153041.779000', '153041.782000', '153041.784000', '153041.787000', '153041.790000', '153041.792000', '153041.795000', '153041.797000', '153041.852000', '153041.855000', '153041.857000', '153041.860000', '153101.696000', '153101.699000', '153101.702000', '153101.704000', '153101.707000', '153101.710000', '153101.712000', '153101.715000', '153101.717000', '153101.720000', '153101.723000', '153101.725000', '153101.728000', '153101.730000', '153101.733000', '153101.736000', '153101.738000', '153101.741000', '153101.743000', '153101.746000', '153101.749000', '153101.751000', '153101.754000', '153101.756000', '153101.759000', '153101.761000', '153101.764000', '153101.766000', '153101.769000', '153101.772000', '153101.774000', '153101.777000', '153101.780000', '153101.782000', '153101.785000', '153101.787000', '153101.790000', '153101.792000', '153101.795000', '153101.798000', '153101.845000', '153101.848000', '153101.850000', '153101.853000', '153121.696000', '153121.698000', '153121.701000', '153121.704000', '153121.706000', '153121.709000', '153121.711000', '153121.714000', '153121.717000', '153121.719000', '153121.722000', '153121.724000', '153121.727000', '153121.730000', '153121.732000', '153121.735000', '153121.737000', '153121.740000', '153121.742000', '153121.745000', '153121.748000', '153121.750000', '153121.753000', '153121.755000', '153121.758000', '153121.760000', '153121.763000', '153121.766000', '153121.768000', '153121.771000', '153121.774000', '153121.776000', '153121.779000', '153121.781000', '153121.784000', '153121.786000', '153121.789000', '153121.792000', '153121.795000', '153121.798000', '153121.857000', '153121.877000', '153121.879000', '153141.696000', '153141.699000', '153141.702000', '153141.705000', '153141.707000', '153141.710000', '153141.712000', '153141.715000', '153141.717000', '153141.720000', '153141.722000', '153141.725000', '153141.728000', '153141.730000', '153141.733000', '153141.736000', '153141.738000', '153141.741000', '153141.743000', '153141.746000', '153141.748000', '153141.751000', '153141.753000', '153141.756000', '153141.759000', '153141.761000', '153141.764000', '153141.766000', '153141.769000', '153141.772000', '153141.774000', '153141.777000', '153141.779000', '153141.782000', '153141.785000', '153141.787000', '153141.790000', '153141.792000', '153141.795000', '153141.797000', '153141.869000', '153141.872000', '153141.874000', '153141.877000', '153201.696000', '153201.699000', '153201.702000', '153201.704000', '153201.707000', '153201.710000', '153201.712000', '153201.715000', '153201.718000', '153201.720000', '153201.723000', '153201.725000', '153201.728000', '153201.731000', '153201.733000', '153201.736000', '153201.739000', '153201.741000', '153201.744000', '153201.746000', '153201.749000', '153201.752000', '153201.754000', '153201.757000', '153201.759000', '153201.762000', '153201.765000', '153201.767000', '153201.770000', '153201.772000', '153201.775000', '153201.778000', '153201.781000', '153201.784000', '153201.787000', '153201.789000', '153201.792000', '153201.794000', '153201.797000', '153201.865000', '153201.867000', '153201.870000', '153201.872000', '153221.697000', '153221.699000', '153221.702000', '153221.705000', '153221.707000', '153221.710000', '153221.713000', '153221.715000', '153221.718000', '153221.720000', '153221.723000', '153221.726000', '153221.728000', '153221.731000', '153221.733000', '153221.736000', '153221.738000', '153221.741000', '153221.744000', '153221.746000', '153221.749000', '153221.751000', '153221.754000', '153221.757000', '153221.759000', '153221.762000', '153221.764000', '153221.767000', '153221.770000', '153221.772000', '153221.775000', '153221.777000', '153221.780000', '153221.783000', '153221.785000', '153221.788000', '153221.790000', '153221.793000', '153221.796000', '153221.798000', '153221.829000', '153221.832000', '153221.836000', '153221.839000', '153241.697000', '153241.700000', '153241.702000', '153241.705000', '153241.708000', '153241.710000', '153241.713000', '153241.715000', '153241.718000', '153241.721000', '153241.723000', '153241.726000', '153241.729000', '153241.731000', '153241.734000', '153241.737000', '153241.739000', '153241.742000', '153241.744000', '153241.747000', '153241.749000', '153241.752000', '153241.755000', '153241.757000', '153241.760000', '153241.763000', '153241.765000', '153241.768000', '153241.770000', '153241.773000', '153241.776000', '153241.778000', '153241.781000', '153241.783000', '153241.786000', '153241.788000', '153241.791000', '153241.794000', '153241.796000', '153241.799000', '153241.880000', '153241.882000', '153241.885000', '153301.696000', '153301.699000', '153301.702000', '153301.704000', '153301.707000', '153301.710000', '153301.712000', '153301.715000', '153301.717000', '153301.731000', '153301.734000', '153301.737000', '153301.739000', '153301.742000', '153301.744000', '153301.747000', '153301.750000', '153301.752000', '153301.755000', '153301.757000', '153301.760000', '153301.762000', '153301.765000', '153301.768000', '153301.770000', '153301.773000', '153301.775000', '153301.778000', '153301.781000', '153301.783000', '153301.786000', '153301.788000', '153301.791000', '153301.793000', '153301.796000', '153301.799000', '153301.853000', '153301.856000', '153301.859000', '153301.861000', '153301.864000', '153301.866000', '153301.869000', '153301.871000', '153321.697000', '153321.699000', '153321.702000', '153321.705000', '153321.707000', '153321.710000', '153321.713000', '153321.715000', '153321.718000', '153321.720000', '153321.723000', '153321.726000', '153321.728000', '153321.731000', '153321.733000', '153321.736000', '153321.739000', '153321.741000', '153321.744000', '153321.746000', '153321.749000', '153321.751000', '153321.754000', '153321.757000', '153321.759000', '153321.762000', '153321.765000', '153321.767000', '153321.770000', '153321.772000', '153321.775000', '153321.778000', '153321.780000', '153321.783000', '153321.785000', '153321.788000', '153321.791000', '153321.793000', '153321.796000', '153321.799000', '153321.860000', '153321.863000', '153321.866000', '153327.837000', '153327.876000', '153327.878000', '153327.881000', '153327.884000', '153327.886000', '153327.889000', '153327.892000', '153327.895000', '153327.897000', '153327.900000', '153327.902000', '153327.905000', '153327.908000'], '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': [11853, 13246, 11355, 13013, 10140, 12413, 8752, 10753, 8620, 9926, 8592, 9462, 8168, 8825, 7822, 9239, 7664, 9767, 7882, 7976, 8105, 6825, 8745, 7936, 7310, 9422, 7878, 11635, 7512, 10529, 8229, 11856, 9203, 10656, 8155, 11650, 10405, 15977, 11887, 11651, 9671, 8070, 9962, 8164, 9740, 8101, 9033, 8202, 9168, 10748, 9725, 10467, 10182, 7290, 9404, 7628, 9592, 8076, 10632, 8814, 9413, 9199, 10984, 10294, 12106, 10674, 12620, 11000, 12726, 10524, 12615, 10520, 14214, 10658, 13831, 10303, 13248, 9926, 11166, 9886, 11028, 9838, 7990, 10315, 7031, 9547, 8263, 6999, 9139, 7186, 10211, 8067, 11133, 8490, 10266, 9065, 10444, 8943, 10192, 8978, 10841, 9038, 11268, 9480, 8730, 9072, 7012, 8699, 7381, 10714, 8212, 7077, 9158, 7045, 9210, 7625, 10927, 8414, 11920, 9721, 11632, 10192, 8482, 9788, 7323, 10559, 8391, 11072, 8684, 11222, 9234, 7126, 9201, 6964, 8565, 8484, 7022, 9038, 7210, 9538, 7661, 9821, 8125, 9752, 7784, 10662, 8266, 10986, 8802, 11213, 8720, 11356, 8851, 12028, 9733, 13785, 9965, 10389, 9778, 9034, 9889, 11526, 10109, 8567, 11494, 8606, 6758, 8917, 7318, 9922, 7803, 12887, 10016, 7748, 9420, 7315, 9466, 8558, 10769, 9404, 10877, 9313, 14418, 10332, 7530, 11123, 8150, 7055, 8154, 7745, 10998, 9886, 14059, 10473, 15631, 10968, 16234, 11161, 14401, 9965, 12585, 9896, 9598, 9404, 8943, 14266, 9591, 6898, 7902, 7679, 9732, 12960, 14330, 11528, 12217, 12067, 11664, 9806, 12093, 9658, 8964, 15289, 9227, 8381, 9652, 8491, 12069, 7988, 7991, 9700, 8308, 15146, 8253, 13357, 8796, 12171, 8418, 12131, 8057, 12196, 8292, 10872, 7638, 9644, 8689, 10882, 8406, 7946, 9622, 8119, 11686, 8022, 8662, 8209, 7970, 8848, 8716, 8622, 9081, 7951, 9350, 7778, 9318, 7767, 8810, 7651, 7367, 7898, 7218, 8625, 8224, 8665, 7675, 13078, 8040, 9066, 7674, 7866, 7390, 9145, 7665, 10106, 8497, 11112, 8521, 8633, 8601, 8339, 8389, 7694, 8700, 7650, 12698, 8989, 9950, 9042, 8580, 8595, 7910, 9426, 8161, 11180, 7764, 10554, 7594, 7480, 6926, 6616, 6880, 6917, 6761, 11747, 7958, 8304, 9676, 7135, 13500, 10983, 11750, 14471, 12997, 13546, 15487, 14734, 15588, 13870, 18331, 10873, 19793, 12068, 15056, 10272, 12360, 8895, 9681, 8671, 13755, 8904, 11254, 8131, 7824, 7385, 8624, 7818, 8762, 7800, 8628, 7632, 8782, 7706, 8774, 13124, 8956, 7293, 9003, 7603, 7287, 8460, 7023, 10013, 8341, 8215, 8213, 6790, 8130, 7369, 12989, 9749, 12319, 11510, 11864, 10183, 11621, 9557, 9315, 11820, 8538, 17390, 9409, 9732, 8450, 9634, 10459, 8825, 14216, 9305, 14437, 9734, 13149, 9552, 13979, 9580, 10488, 9133, 7846, 8466, 8648, 9082, 7736, 7562, 8084, 6742, 7855, 7212, 6512, 7699, 6806, 9778, 7778, 8435, 8214, 7755, 10602, 10754, 9310, 9652, 8038, 9500, 7609, 15391, 10729, 11190, 10414, 8080, 12688, 8944, 17954, 9788, 17236, 9136, 12108, 9232, 8330, 10499, 8315, 10331, 8747, 7569, 9588, 8887, 10381, 7773, 9463, 7771, 9801, 7367, 9904, 7417, 8885, 6999, 8866, 6856, 8801, 6988, 9657, 7607, 9722, 7125, 8662, 6895, 8649, 7324, 9992, 7627, 9876, 7314, 11234, 7607, 12561, 8905, 8382, 8082, 6852, 9190, 6881, 10001, 7775, 10501, 7671, 10921, 8698, 11887, 8780, 11183, 8150, 10200, 7831, 10356, 7752, 10107, 8140, 11972, 8078, 6903, 8193, 6774, 8509, 7264, 9566, 8100, 11600, 8628, 10816, 8201, 10581, 8380, 10626, 8463, 10653, 8494, 12833, 8822, 12746, 8498, 12148, 8736, 13757, 8224, 9042, 7702, 6718, 8220, 6792, 10704, 7532, 12238, 8390, 10663, 9380, 10701, 7862, 10269, 7634, 10249, 8137, 10152, 9417, 10122, 12768, 8798, 13463, 8183, 10649, 7741, 9716, 7516, 10474, 7872, 9561, 7408, 9179, 6978, 9138, 7628, 10904, 8576, 10410, 7614, 9337, 7427, 9673, 8028, 11562, 8201, 10505, 7821, 9960, 7541, 10547, 8531, 10701, 9438, 10287, 13584, 8820, 13513, 8417, 10421, 7947, 12784, 8520, 12321, 7605, 13005, 8166, 10905, 8757, 10493, 8021, 11309, 8860, 10513, 7784, 9764, 7474, 9741, 7608, 10671, 8510, 12333, 7810, 12061, 7776, 12391, 8386, 12426, 9439, 9863, 8736, 10351, 8871, 13413, 8960, 13227, 9794, 12876, 10103, 11221, 8237, 9176, 7190, 8370, 7033, 7821, 7742, 9104, 7210, 9353, 6927, 8042, 8356, 8042, 10784, 9753, 8324, 9864, 7245, 9628, 7285, 12073, 9175, 13503, 9653, 12851, 8281, 11257, 8166, 12179, 9576, 12406, 9445, 10611, 8061, 9390, 9143, 11106, 7779, 11416, 7383, 8261, 7504, 9069, 8964, 8026, 11930, 7620, 10956, 7952, 11347, 8939, 13145, 10675, 13761, 9634, 11762, 8786, 11347, 9543, 11140, 11290, 9145, 14239, 8251, 11128, 7895, 9210, 7084, 8452, 7003, 7952, 6909, 7785, 7363, 7309, 8280, 7745, 6792, 7668, 7047, 8092, 6894, 7999, 7871, 9981, 7153, 8580, 6981, 8700, 6890, 9750, 8558, 12083, 9141, 11359, 8135, 10360, 7963, 10626, 9053, 11768, 8911, 10708, 9007, 8916, 12843, 8667, 13050, 8723, 11174, 7563, 9093, 6994, 8372, 7186, 8288, 7182, 8952, 6732, 8166, 7025, 8127, 7506, 9848, 8061, 10800, 7331, 9554, 7377, 10236, 7805, 12623, 8701, 11870, 8136, 11007, 7897, 11603, 8018, 10200, 9523, 9440, 12029, 9114, 8496, 7306, 6942, 7776, 6852, 8328, 7253, 13916, 7407, 10197, 8137, 12457, 9563, 13094, 10892, 13078, 11763, 10450, 15309, 8797, 13864, 9458, 14265, 9740, 12283, 7673, 7517, 7499, 9551, 8415, 14487, 11933, 15663, 9759, 13062, 7938, 12782, 8175, 12007, 8933, 11697, 8680, 9842, 11321, 7883, 12248, 8185, 10112, 7587, 9104, 7131, 7791, 7044, 8344, 7578, 8309, 10069, 8806, 12332, 8909, 10716, 7503, 9349, 7277, 9041, 7891, 10602, 7485, 9807, 7224, 8642, 8050, 8723, 8477, 10351, 8443, 9534, 8507, 8648, 12539, 9605, 13312, 9632, 12649, 9013, 10647, 8281, 8669, 10927, 8564, 12303, 7922, 9696, 7465, 8887, 8445, 8336, 6935, 8192, 7347, 8035, 7281, 8728, 9631, 10731, 11874, 9305, 12373, 8562], 'WindowCenter': [4568.0, 4548.0, 4501.0, 4505.0, 4460.0, 4465.0, 4411.0, 4430.0, 4400.0, 4407.0, 4397.0, 4402.0, 4385.0, 4383.0, 4376.0, 4410.0, 4391.0, 4407.0, 4377.0, 4377.0, 4378.0, 4370.0, 4410.0, 4403.0, 4382.0, 4424.0, 4387.0, 4451.0, 4379.0, 4427.0, 4398.0, 4442.0, 4435.0, 4456.0, 4414.0, 4451.0, 4445.0, 4498.0, 4465.0, 4453.0, 4420.0, 4389.0, 4418.0, 4387.0, 4408.0, 4377.0, 4398.0, 4387.0, 4410.0, 4441.0, 4419.0, 4428.0, 4445.0, 4383.0, 4421.0, 4392.0, 4420.0, 4402.0, 4429.0, 4410.0, 4421.0, 4423.0, 4442.0, 4430.0, 4452.0, 4433.0, 4452.0, 4442.0, 4452.0, 4432.0, 4450.0, 4430.0, 4450.0, 4418.0, 4445.0, 4419.0, 4436.0, 4408.0, 4428.0, 4435.0, 4430.0, 4407.0, 4389.0, 4418.0, 4382.0, 4419.0, 4399.0, 4366.0, 4406.0, 4363.0, 4414.0, 4386.0, 4427.0, 4397.0, 4419.0, 4408.0, 4430.0, 4411.0, 4419.0, 4410.0, 4427.0, 4410.0, 4436.0, 4436.0, 4437.0, 4436.0, 4397.0, 4412.0, 4393.0, 4442.0, 4415.0, 4380.0, 4409.0, 4381.0, 4422.0, 4392.0, 4426.0, 4388.0, 4437.0, 4419.0, 4435.0, 4430.0, 4398.0, 4430.0, 4380.0, 4442.0, 4401.0, 4443.0, 4414.0, 4456.0, 4424.0, 4395.0, 4435.0, 4395.0, 4412.0, 4408.0, 4367.0, 4408.0, 4380.0, 4418.0, 4378.0, 4421.0, 4401.0, 4421.0, 4389.0, 4431.0, 4400.0, 4430.0, 4410.0, 4441.0, 4409.0, 4441.0, 4412.0, 4451.0, 4423.0, 4462.0, 4432.0, 4431.0, 4433.0, 4413.0, 4434.0, 4453.0, 4432.0, 4428.0, 4467.0, 4412.0, 4369.0, 4411.0, 4380.0, 4422.0, 4390.0, 4463.0, 4435.0, 4406.0, 4426.0, 4392.0, 4433.0, 4412.0, 4441.0, 4420.0, 4443.0, 4423.0, 4473.0, 4456.0, 4429.0, 4469.0, 4417.0, 4395.0, 4415.0, 4405.0, 4457.0, 4448.0, 4486.0, 4456.0, 4497.0, 4457.0, 4494.0, 4456.0, 4472.0, 4422.0, 4452.0, 4448.0, 4423.0, 4426.0, 4413.0, 4472.0, 4435.0, 4396.0, 4416.0, 4417.0, 4448.0, 4490.0, 4489.0, 4480.0, 4478.0, 4473.0, 4453.0, 4438.0, 4455.0, 4436.0, 4425.0, 4483.0, 4430.0, 4414.0, 4403.0, 4425.0, 4438.0, 4390.0, 4392.0, 4421.0, 4404.0, 4471.0, 4391.0, 4448.0, 4387.0, 4426.0, 4376.0, 4412.0, 4365.0, 4413.0, 4362.0, 4403.0, 4365.0, 4394.0, 4383.0, 4411.0, 4372.0, 4375.0, 4393.0, 4376.0, 4423.0, 4374.0, 4385.0, 4386.0, 4387.0, 4397.0, 4397.0, 4398.0, 4398.0, 4378.0, 4408.0, 4377.0, 4408.0, 4380.0, 4399.0, 4378.0, 4379.0, 4389.0, 4381.0, 4400.0, 4429.0, 4424.0, 4417.0, 4487.0, 4415.0, 4422.0, 4392.0, 4400.0, 4382.0, 4422.0, 4392.0, 4431.0, 4400.0, 4441.0, 4413.0, 4399.0, 4410.0, 4401.0, 4399.0, 4390.0, 4411.0, 4403.0, 4464.0, 4426.0, 4433.0, 4424.0, 4424.0, 4424.0, 4401.0, 4424.0, 4416.0, 4467.0, 4417.0, 4442.0, 4391.0, 4393.0, 4379.0, 4366.0, 4365.0, 4377.0, 4366.0, 4449.0, 4398.0, 4410.0, 4430.0, 4403.0, 4486.0, 4482.0, 4489.0, 4510.0, 4487.0, 4491.0, 4486.0, 4489.0, 4488.0, 4475.0, 4492.0, 4430.0, 4481.0, 4430.0, 4447.0, 4403.0, 4420.0, 4381.0, 4394.0, 4384.0, 4443.0, 4397.0, 4424.0, 4389.0, 4390.0, 4391.0, 4410.0, 4388.0, 4412.0, 4389.0, 4409.0, 4390.0, 4413.0, 4405.0, 4426.0, 4486.0, 4425.0, 4404.0, 4438.0, 4426.0, 4405.0, 4422.0, 4409.0, 4443.0, 4427.0, 4437.0, 4439.0, 4420.0, 4443.0, 4431.0, 4500.0, 4446.0, 4480.0, 4466.0, 4466.0, 4458.0, 4468.0, 4436.0, 4439.0, 4464.0, 4427.0, 4491.0, 4434.0, 4434.0, 4413.0, 4436.0, 4446.0, 4424.0, 4475.0, 4422.0, 4473.0, 4423.0, 4459.0, 4420.0, 4461.0, 4422.0, 4430.0, 4420.0, 4415.0, 4410.0, 4425.0, 4423.0, 4416.0, 4414.0, 4414.0, 4397.0, 4414.0, 4404.0, 4383.0, 4414.0, 4396.0, 4456.0, 4417.0, 4426.0, 4426.0, 4426.0, 4469.0, 4477.0, 4461.0, 4458.0, 4431.0, 4461.0, 4430.0, 4497.0, 4460.0, 4455.0, 4457.0, 4419.0, 4476.0, 4437.0, 4505.0, 4436.0, 4494.0, 4423.0, 4451.0, 4423.0, 4402.0, 4443.0, 4415.0, 4443.0, 4426.0, 4406.0, 4447.0, 4426.0, 4433.0, 4393.0, 4420.0, 4393.0, 4429.0, 4393.0, 4430.0, 4391.0, 4410.0, 4380.0, 4409.0, 4371.0, 4423.0, 4394.0, 4433.0, 4405.0, 4432.0, 4394.0, 4413.0, 4383.0, 4423.0, 4406.0, 4444.0, 4415.0, 4445.0, 4404.0, 4453.0, 4418.0, 4479.0, 4437.0, 4427.0, 4414.0, 4397.0, 4448.0, 4405.0, 4447.0, 4417.0, 4457.0, 4419.0, 4466.0, 4439.0, 4468.0, 4427.0, 4455.0, 4405.0, 4431.0, 4405.0, 4445.0, 4406.0, 4445.0, 4414.0, 4465.0, 4420.0, 4398.0, 4427.0, 4398.0, 4439.0, 4419.0, 4450.0, 4428.0, 4469.0, 4439.0, 4467.0, 4427.0, 4448.0, 4417.0, 4448.0, 4417.0, 4446.0, 4428.0, 4474.0, 4439.0, 4476.0, 4424.0, 4465.0, 4426.0, 4486.0, 4427.0, 4436.0, 4415.0, 4401.0, 4439.0, 4413.0, 4472.0, 4429.0, 4493.0, 4442.0, 4471.0, 4451.0, 4471.0, 4433.0, 4461.0, 4420.0, 4457.0, 4419.0, 4450.0, 4437.0, 4451.0, 4476.0, 4427.0, 4474.0, 4417.0, 4442.0, 4407.0, 4447.0, 4406.0, 4456.0, 4425.0, 4445.0, 4408.0, 4438.0, 4406.0, 4450.0, 4420.0, 4467.0, 4440.0, 4458.0, 4420.0, 4449.0, 4406.0, 4448.0, 4429.0, 4470.0, 4430.0, 4454.0, 4417.0, 4448.0, 4419.0, 4461.0, 4428.0, 4460.0, 4436.0, 4447.0, 4476.0, 4427.0, 4475.0, 4416.0, 4444.0, 4416.0, 4466.0, 4428.0, 4479.0, 4420.0, 4489.0, 4429.0, 4459.0, 4427.0, 4459.0, 4428.0, 4469.0, 4441.0, 4454.0, 4419.0, 4448.0, 4409.0, 4438.0, 4421.0, 4458.0, 4441.0, 4480.0, 4420.0, 4479.0, 4432.0, 4491.0, 4430.0, 4481.0, 4452.0, 4459.0, 4444.0, 4461.0, 4454.0, 4490.0, 4451.0, 4480.0, 4450.0, 4476.0, 4449.0, 4458.0, 4426.0, 4437.0, 4395.0, 4428.0, 4407.0, 4421.0, 4433.0, 4451.0, 4422.0, 4448.0, 4407.0, 4432.0, 4431.0, 4433.0, 4470.0, 4451.0, 4433.0, 4461.0, 4421.0, 4462.0, 4421.0, 4493.0, 4465.0, 4502.0, 4463.0, 4491.0, 4443.0, 4470.0, 4432.0, 4480.0, 4450.0, 4480.0, 4449.0, 4461.0, 4419.0, 4439.0, 4437.0, 4469.0, 4419.0, 4470.0, 4421.0, 4441.0, 4420.0, 4465.0, 4465.0, 4445.0, 4481.0, 4431.0, 4470.0, 4430.0, 4470.0, 4442.0, 4489.0, 4457.0, 4477.0, 4438.0, 4453.0, 4416.0, 4445.0, 4422.0, 4444.0, 4429.0, 4411.0, 4460.0, 4401.0, 4441.0, 4401.0, 4410.0, 4381.0, 4400.0, 4381.0, 4402.0, 4395.0, 4418.0, 4408.0, 4405.0, 4417.0, 4418.0, 4399.0, 4417.0, 4397.0, 4418.0, 4411.0, 4431.0, 4431.0, 4460.0, 4423.0, 4443.0, 4412.0, 4437.0, 4411.0, 4453.0, 4442.0, 4482.0, 4452.0, 4472.0, 4420.0, 4461.0, 4419.0, 4462.0, 4438.0, 4479.0, 4442.0, 4461.0, 4427.0, 4428.0, 4477.0, 4438.0, 4478.0, 4428.0, 4456.0, 4408.0, 4428.0, 4398.0, 4429.0, 4410.0, 4429.0, 4410.0, 4451.0, 4402.0, 4432.0, 4411.0, 4429.0, 4421.0, 4462.0, 4433.0, 4470.0, 4423.0, 4464.0, 4420.0, 4460.0, 4435.0, 4494.0, 4444.0, 4483.0, 4432.0, 4474.0, 4459.0, 4483.0, 4432.0, 4475.0, 4463.0, 4476.0, 4494.0, 4450.0, 4439.0, 4407.0, 4406.0, 4432.0, 4423.0, 4456.0, 4438.0, 4518.0, 4448.0, 4488.0, 4457.0, 4508.0, 4468.0, 4504.0, 4474.0, 4495.0, 4470.0, 4463.0, 4501.0, 4426.0, 4477.0, 4436.0, 4487.0, 4439.0, 4478.0, 4418.0, 4409.0, 4410.0, 4450.0, 4441.0, 4500.0, 4480.0, 4499.0, 4440.0, 4478.0, 4408.0, 4465.0, 4418.0, 4468.0, 4427.0, 4456.0, 4426.0, 4447.0, 4440.0, 4402.0, 4452.0, 4414.0, 4446.0, 4406.0, 4425.0, 4397.0, 4407.0, 4424.0, 4431.0, 4418.0, 4444.0, 4460.0, 4453.0, 4492.0, 4452.0, 4471.0, 4422.0, 4451.0, 4420.0, 4453.0, 4444.0, 4473.0, 4424.0, 4461.0, 4422.0, 4442.0, 4433.0, 4440.0, 4444.0, 4476.0, 4445.0, 4462.0, 4442.0, 4444.0, 4495.0, 4462.0, 4504.0, 4463.0, 4489.0, 4441.0, 4473.0, 4430.0, 4430.0, 4457.0, 4430.0, 4468.0, 4419.0, 4450.0, 4425.0, 4464.0, 4445.0, 4443.0, 4426.0, 4454.0, 4433.0, 4443.0, 4437.0, 4470.0, 4476.0, 4488.0, 4497.0, 4468.0, 4495.0, 4443.0], 'WindowWidth': [10033.0, 9984.0, 9900.0, 9893.0, 9820.0, 9818.0, 9738.0, 9757.0, 9715.0, 9721.0, 9706.0, 9707.0, 9689.0, 9682.0, 9678.0, 9730.0, 9708.0, 9716.0, 9677.0, 9676.0, 9681.0, 9676.0, 9729.0, 9725.0, 9693.0, 9751.0, 9695.0, 9785.0, 9686.0, 9745.0, 9710.0, 9772.0, 9771.0, 9806.0, 9746.0, 9790.0, 9787.0, 9865.0, 9815.0, 9792.0, 9742.0, 9697.0, 9734.0, 9691.0, 9721.0, 9679.0, 9709.0, 9693.0, 9727.0, 9773.0, 9737.0, 9748.0, 9785.0, 9693.0, 9744.0, 9707.0, 9742.0, 9724.0, 9754.0, 9731.0, 9746.0, 9751.0, 9774.0, 9757.0, 9785.0, 9762.0, 9787.0, 9774.0, 9786.0, 9760.0, 9780.0, 9752.0, 9778.0, 9733.0, 9767.0, 9736.0, 9755.0, 9719.0, 9747.0, 9772.0, 9750.0, 9717.0, 9699.0, 9734.0, 9698.0, 9739.0, 9713.0, 9665.0, 9715.0, 9656.0, 9724.0, 9691.0, 9746.0, 9707.0, 9738.0, 9724.0, 9753.0, 9730.0, 9738.0, 9728.0, 9748.0, 9728.0, 9761.0, 9776.0, 9782.0, 9778.0, 9724.0, 9735.0, 9711.0, 9776.0, 9746.0, 9692.0, 9727.0, 9690.0, 9749.0, 9709.0, 9744.0, 9696.0, 9759.0, 9738.0, 9755.0, 9754.0, 9709.0, 9757.0, 9690.0, 9774.0, 9719.0, 9778.0, 9741.0, 9803.0, 9757.0, 9719.0, 9774.0, 9721.0, 9735.0, 9725.0, 9669.0, 9724.0, 9687.0, 9737.0, 9682.0, 9743.0, 9720.0, 9745.0, 9702.0, 9758.0, 9715.0, 9754.0, 9729.0, 9772.0, 9728.0, 9772.0, 9734.0, 9786.0, 9752.0, 9801.0, 9762.0, 9757.0, 9762.0, 9737.0, 9766.0, 9792.0, 9761.0, 9768.0, 9816.0, 9736.0, 9674.0, 9731.0, 9687.0, 9745.0, 9704.0, 9803.0, 9771.0, 9734.0, 9761.0, 9711.0, 9766.0, 9735.0, 9773.0, 9744.0, 9777.0, 9750.0, 9819.0, 9806.0, 9774.0, 9825.0, 9754.0, 9720.0, 9746.0, 9732.0, 9804.0, 9794.0, 9843.0, 9801.0, 9859.0, 9806.0, 9850.0, 9800.0, 9814.0, 9745.0, 9787.0, 9792.0, 9749.0, 9759.0, 9736.0, 9815.0, 9769.0, 9724.0, 9749.0, 9756.0, 9798.0, 9857.0, 9855.0, 9845.0, 9842.0, 9826.0, 9797.0, 9777.0, 9796.0, 9773.0, 9761.0, 9836.0, 9764.0, 9741.0, 9711.0, 9759.0, 9764.0, 9704.0, 9706.0, 9744.0, 9729.0, 9813.0, 9707.0, 9778.0, 9695.0, 9742.0, 9676.0, 9718.0, 9658.0, 9720.0, 9650.0, 9706.0, 9658.0, 9697.0, 9680.0, 9715.0, 9665.0, 9672.0, 9693.0, 9674.0, 9735.0, 9672.0, 9688.0, 9692.0, 9694.0, 9708.0, 9706.0, 9711.0, 9708.0, 9681.0, 9723.0, 9682.0, 9722.0, 9687.0, 9711.0, 9684.0, 9687.0, 9699.0, 9694.0, 9717.0, 9773.0, 9759.0, 9760.0, 9848.0, 9749.0, 9751.0, 9711.0, 9717.0, 9697.0, 9748.0, 9711.0, 9757.0, 9718.0, 9769.0, 9736.0, 9714.0, 9732.0, 9719.0, 9717.0, 9705.0, 9735.0, 9729.0, 9810.0, 9763.0, 9769.0, 9759.0, 9757.0, 9758.0, 9724.0, 9756.0, 9748.0, 9825.0, 9758.0, 9778.0, 9708.0, 9714.0, 9687.0, 9665.0, 9666.0, 9688.0, 9672.0, 9781.0, 9715.0, 9737.0, 9761.0, 9732.0, 9847.0, 9854.0, 9858.0, 9887.0, 9847.0, 9858.0, 9843.0, 9857.0, 9846.0, 9833.0, 9845.0, 9759.0, 9825.0, 9752.0, 9771.0, 9709.0, 9727.0, 9676.0, 9695.0, 9683.0, 9763.0, 9707.0, 9742.0, 9702.0, 9705.0, 9708.0, 9733.0, 9703.0, 9736.0, 9705.0, 9729.0, 9706.0, 9742.0, 9737.0, 9767.0, 9847.0, 9761.0, 9736.0, 9786.0, 9770.0, 9735.0, 9756.0, 9748.0, 9785.0, 9768.0, 9784.0, 9790.0, 9770.0, 9802.0, 9788.0, 9872.0, 9795.0, 9841.0, 9820.0, 9819.0, 9810.0, 9821.0, 9780.0, 9785.0, 9813.0, 9767.0, 9847.0, 9771.0, 9771.0, 9743.0, 9774.0, 9790.0, 9759.0, 9826.0, 9752.0, 9821.0, 9753.0, 9796.0, 9745.0, 9797.0, 9748.0, 9757.0, 9750.0, 9751.0, 9736.0, 9762.0, 9753.0, 9751.0, 9752.0, 9747.0, 9733.0, 9748.0, 9733.0, 9705.0, 9747.0, 9727.0, 9807.0, 9754.0, 9763.0, 9767.0, 9770.0, 9830.0, 9840.0, 9820.0, 9815.0, 9779.0, 9819.0, 9777.0, 9861.0, 9814.0, 9802.0, 9807.0, 9757.0, 9830.0, 9778.0, 9867.0, 9774.0, 9848.0, 9753.0, 9786.0, 9752.0, 9724.0, 9781.0, 9746.0, 9781.0, 9767.0, 9736.0, 9795.0, 9762.0, 9767.0, 9714.0, 9745.0, 9713.0, 9757.0, 9712.0, 9757.0, 9707.0, 9730.0, 9691.0, 9730.0, 9682.0, 9753.0, 9719.0, 9766.0, 9733.0, 9764.0, 9716.0, 9740.0, 9702.0, 9754.0, 9738.0, 9785.0, 9750.0, 9785.0, 9733.0, 9796.0, 9758.0, 9837.0, 9781.0, 9768.0, 9748.0, 9728.0, 9795.0, 9737.0, 9793.0, 9753.0, 9805.0, 9759.0, 9820.0, 9788.0, 9821.0, 9764.0, 9798.0, 9731.0, 9762.0, 9733.0, 9785.0, 9737.0, 9787.0, 9748.0, 9815.0, 9763.0, 9729.0, 9767.0, 9730.0, 9785.0, 9762.0, 9801.0, 9771.0, 9827.0, 9787.0, 9821.0, 9767.0, 9792.0, 9753.0, 9792.0, 9753.0, 9789.0, 9768.0, 9825.0, 9782.0, 9827.0, 9758.0, 9812.0, 9763.0, 9843.0, 9771.0, 9781.0, 9752.0, 9739.0, 9788.0, 9757.0, 9833.0, 9777.0, 9863.0, 9797.0, 9832.0, 9807.0, 9832.0, 9782.0, 9817.0, 9763.0, 9808.0, 9756.0, 9799.0, 9779.0, 9800.0, 9829.0, 9765.0, 9824.0, 9749.0, 9778.0, 9738.0, 9792.0, 9739.0, 9804.0, 9764.0, 9789.0, 9745.0, 9782.0, 9741.0, 9800.0, 9763.0, 9821.0, 9790.0, 9809.0, 9761.0, 9799.0, 9740.0, 9796.0, 9773.0, 9827.0, 9775.0, 9802.0, 9755.0, 9796.0, 9759.0, 9819.0, 9770.0, 9814.0, 9778.0, 9791.0, 9827.0, 9762.0, 9825.0, 9747.0, 9782.0, 9750.0, 9815.0, 9768.0, 9836.0, 9761.0, 9852.0, 9772.0, 9811.0, 9768.0, 9813.0, 9774.0, 9824.0, 9790.0, 9801.0, 9758.0, 9793.0, 9746.0, 9781.0, 9763.0, 9808.0, 9789.0, 9841.0, 9764.0, 9839.0, 9784.0, 9857.0, 9776.0, 9843.0, 9806.0, 9813.0, 9800.0, 9817.0, 9812.0, 9856.0, 9806.0, 9839.0, 9799.0, 9831.0, 9797.0, 9806.0, 9765.0, 9778.0, 9723.0, 9767.0, 9743.0, 9765.0, 9784.0, 9805.0, 9769.0, 9800.0, 9744.0, 9782.0, 9778.0, 9781.0, 9826.0, 9805.0, 9782.0, 9820.0, 9767.0, 9821.0, 9768.0, 9865.0, 9831.0, 9875.0, 9825.0, 9860.0, 9797.0, 9830.0, 9781.0, 9843.0, 9801.0, 9841.0, 9799.0, 9818.0, 9760.0, 9782.0, 9779.0, 9824.0, 9760.0, 9829.0, 9766.0, 9795.0, 9764.0, 9835.0, 9832.0, 9803.0, 9846.0, 9780.0, 9827.0, 9774.0, 9826.0, 9794.0, 9853.0, 9806.0, 9832.0, 9779.0, 9793.0, 9745.0, 9783.0, 9748.0, 9779.0, 9752.0, 9729.0, 9793.0, 9718.0, 9772.0, 9719.0, 9727.0, 9694.0, 9716.0, 9696.0, 9723.0, 9720.0, 9757.0, 9743.0, 9736.0, 9753.0, 9756.0, 9731.0, 9754.0, 9728.0, 9758.0, 9752.0, 9779.0, 9780.0, 9817.0, 9773.0, 9796.0, 9755.0, 9783.0, 9753.0, 9809.0, 9794.0, 9847.0, 9806.0, 9833.0, 9762.0, 9817.0, 9759.0, 9818.0, 9784.0, 9839.0, 9793.0, 9815.0, 9764.0, 9768.0, 9833.0, 9784.0, 9835.0, 9766.0, 9802.0, 9741.0, 9768.0, 9727.0, 9772.0, 9750.0, 9772.0, 9749.0, 9804.0, 9741.0, 9780.0, 9751.0, 9776.0, 9766.0, 9822.0, 9784.0, 9830.0, 9771.0, 9827.0, 9765.0, 9817.0, 9788.0, 9865.0, 9800.0, 9848.0, 9782.0, 9840.0, 9831.0, 9851.0, 9780.0, 9842.0, 9826.0, 9847.0, 9868.0, 9804.0, 9786.0, 9741.0, 9741.0, 9781.0, 9778.0, 9823.0, 9799.0, 9907.0, 9817.0, 9867.0, 9824.0, 9892.0, 9837.0, 9884.0, 9838.0, 9870.0, 9828.0, 9822.0, 9869.0, 9764.0, 9833.0, 9776.0, 9845.0, 9784.0, 9835.0, 9756.0, 9745.0, 9747.0, 9800.0, 9793.0, 9868.0, 9841.0, 9865.0, 9784.0, 9832.0, 9739.0, 9813.0, 9754.0, 9818.0, 9762.0, 9800.0, 9763.0, 9791.0, 9772.0, 9723.0, 9790.0, 9744.0, 9791.0, 9738.0, 9758.0, 9726.0, 9739.0, 9775.0, 9779.0, 9757.0, 9799.0, 9818.0, 9811.0, 9860.0, 9807.0, 9829.0, 9765.0, 9803.0, 9765.0, 9810.0, 9800.0, 9839.0, 9774.0, 9819.0, 9768.0, 9795.0, 9785.0, 9791.0, 9798.0, 9844.0, 9801.0, 9822.0, 9793.0, 9799.0, 9871.0, 9822.0, 9881.0, 9823.0, 9852.0, 9788.0, 9837.0, 9773.0, 9773.0, 9804.0, 9772.0, 9820.0, 9758.0, 9800.0, 9775.0, 9830.0, 9805.0, 9800.0, 9780.0, 9816.0, 9788.0, 9802.0, 9797.0, 9845.0, 9848.0, 9865.0, 9875.0, 9837.0, 9870.0, 9798.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.006571726121979286</td></tr>
<tr><td colspan=3>aqi</td><td>0.041959160644418875</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.71364300387101</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.260376115</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0749355252534558</td></tr>
<tr><td colspan=3>efc</td><td>0.4845</td></tr>
<tr><td colspan=3>fber</td><td>3816.8862</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14865355353588358</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>133</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.304948216340621</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6363413611333057</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6308879372747436</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.677762117975358</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.600374028149816</td></tr>
<tr><td colspan=3>gcor</td><td>0.0178781</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008445105515420437</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.010917176492512226</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.902156054944512</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.3296</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.9612</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.516</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299831.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>966.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>426.535</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3486</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>628.8485</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3620.3904</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76713.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1275.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>975.0956</td></tr>
<tr><td colspan=3>tsnr</td><td>28.31751176272519</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>