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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0100_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0100_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-04/func/sub-0100_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>123478d57238e1216322546488a2ebe3</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>12:08:38.797500</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.999728, 0.0169928, 0.0159746, -0.0136107, 0.981292, -0.192044]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.124673</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7770, -7239, 87, -133, -21, 110, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>314.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7d9edf7a-832f-4f6d-abc8-721878c8f2c9||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.682197093963623, -0.036516595631837845, 0.05113548785448074, 111.96110534667969], [-0.04559031501412392, 2.632734537124634, -0.5177911520004272, -74.90483093261719], [0.04285858944058418, 0.5152404308319092, 2.6493918895721436, -102.81632995605469], [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': ['120838.797500', '120839.257500', '120839.717500', '120840.177500', '120840.637500', '120841.097500', '120841.557500', '120842.017500', '120842.477500', '120842.937500', '120843.397500', '120843.857500', '120844.317500', '120844.777500', '120845.237500', '120845.697500', '120846.157500', '120846.617500', '120847.077500', '120847.537500', '120847.997500', '120848.457500', '120848.917500', '120849.377500', '120849.837500', '120850.297500', '120850.757500', '120851.217500', '120851.677500', '120852.137500', '120852.597500', '120853.057500', '120853.517500', '120853.977500', '120854.437500', '120854.897500', '120855.357500', '120855.817500', '120856.277500', '120856.737500', '120857.197500', '120857.657500', '120858.117500', '120858.577500', '120859.037500', '120859.497500', '120859.957500', '120900.417500', '120900.877500', '120901.337500', '120901.797500', '120902.257500', '120902.717500', '120903.177500', '120903.637500', '120904.097500', '120904.557500', '120905.017500', '120905.477500', '120905.937500', '120906.397500', '120906.857500', '120907.317500', '120907.777500', '120908.237500', '120908.697500', '120909.157500', '120909.617500', '120910.077500', '120910.537500', '120910.997500', '120911.457500', '120911.917500', '120912.377500', '120912.837500', '120913.297500', '120913.757500', '120914.217500', '120914.677500', '120915.137500', '120915.597500', '120916.057500', '120916.517500', '120916.977500', '120917.437500', '120917.897500', '120918.357500', '120918.817500', '120919.277500', '120919.737500', '120920.197500', '120920.657500', '120921.117500', '120921.577500', '120922.037500', '120922.497500', '120922.957500', '120923.417500', '120923.877500', '120924.337500', '120924.797500', '120925.257500', '120925.717500', '120926.177500', '120926.637500', '120927.097500', '120927.557500', '120928.017500', '120928.477500', '120928.937500', '120929.397500', '120929.857500', '120930.317500', '120930.777500', '120931.237500', '120931.697500', '120932.157500', '120932.617500', '120933.077500', '120933.537500', '120933.997500', '120934.457500', '120934.917500', '120935.377500', '120935.837500', '120936.297500', '120936.757500', '120937.217500', '120937.677500', '120938.137500', '120938.597500', '120939.057500', '120939.517500', '120939.977500', '120940.437500', '120940.897500', '120941.357500', '120941.817500', '120942.277500', '120942.737500', '120943.197500', '120943.657500', '120944.117500', '120944.577500', '120945.037500', '120945.497500', '120945.957500', '120946.417500', '120946.877500', '120947.337500', '120947.797500', '120948.257500', '120948.717500', '120949.177500', '120949.637500', '120950.097500', '120950.557500', '120951.017500', '120951.477500', '120951.937500', '120952.397500', '120952.857500', '120953.317500', '120953.777500', '120954.237500', '120954.697500', '120955.157500', '120955.617500', '120956.077500', '120956.537500', '120956.997500', '120957.457500', '120957.917500', '120958.377500', '120958.837500', '120959.297500', '120959.757500', '121000.217500', '121000.677500', '121001.137500', '121001.597500', '121002.057500', '121002.517500', '121002.977500', '121003.437500', '121003.897500', '121004.357500', '121004.817500', '121005.277500', '121005.737500', '121006.197500', '121006.657500', '121007.117500', '121007.577500', '121008.037500', '121008.497500', '121008.957500', '121009.417500', '121009.877500', '121010.337500', '121010.797500', '121011.257500', '121011.717500', '121012.177500', '121012.637500', '121013.097500', '121013.557500', '121014.017500', '121014.477500', '121014.937500', '121015.397500', '121015.857500', '121016.317500', '121016.777500', '121017.237500', '121017.697500', '121018.157500', '121018.617500', '121019.077500', '121019.537500', '121019.997500', '121020.457500', '121020.917500', '121021.377500', '121021.837500', '121022.297500', '121022.757500', '121023.217500', '121023.677500', '121024.137500', '121024.597500', '121025.057500', '121025.517500', '121025.977500', '121026.437500', '121026.897500', '121027.357500', '121027.817500', '121028.277500', '121028.737500', '121029.197500', '121029.657500', '121030.117500', '121030.577500', '121031.037500', '121031.497500', '121031.957500', '121032.417500', '121032.877500', '121033.337500', '121033.797500', '121034.257500', '121034.717500', '121035.177500', '121035.637500', '121036.097500', '121036.557500', '121037.017500', '121037.477500', '121037.937500', '121038.397500', '121038.857500', '121039.317500', '121039.777500', '121040.237500', '121040.697500', '121041.157500', '121041.617500', '121042.077500', '121042.537500', '121042.997500', '121043.457500', '121043.917500', '121044.377500', '121044.837500', '121045.297500', '121045.757500', '121046.217500', '121046.677500', '121047.137500', '121047.597500', '121048.057500', '121048.517500', '121048.977500', '121049.437500', '121049.897500', '121050.357500', '121050.817500', '121051.277500', '121051.737500', '121052.197500', '121052.657500', '121053.117500', '121053.577500', '121054.037500', '121054.497500', '121054.957500', '121055.417500', '121055.877500', '121056.337500', '121056.797500', '121057.257500', '121057.717500', '121058.177500', '121058.637500', '121059.097500', '121059.557500', '121100.017500', '121100.477500', '121100.937500', '121101.397500', '121101.857500', '121102.317500', '121102.777500', '121103.237500', '121103.697500', '121104.157500', '121104.617500', '121105.077500', '121105.537500', '121105.997500', '121106.457500', '121106.917500', '121107.377500', '121107.837500', '121108.297500', '121108.757500', '121109.217500', '121109.677500', '121110.137500', '121110.597500', '121111.057500', '121111.517500', '121111.977500', '121112.437500', '121112.897500', '121113.357500', '121113.817500', '121114.277500', '121114.737500', '121115.197500', '121115.657500', '121116.117500', '121116.577500', '121117.037500', '121117.497500', '121117.957500', '121118.417500', '121118.877500', '121119.337500', '121119.797500', '121120.257500', '121120.717500', '121121.177500', '121121.637500', '121122.097500', '121122.557500', '121123.017500', '121123.477500', '121123.937500', '121124.397500', '121124.857500', '121125.317500', '121125.777500', '121126.237500', '121126.697500', '121127.157500', '121127.617500', '121128.077500', '121128.537500', '121128.997500', '121129.457500', '121129.917500', '121130.377500', '121130.837500', '121131.297500', '121131.757500', '121132.217500', '121132.677500', '121133.137500', '121133.597500', '121134.057500', '121134.517500', '121134.977500', '121135.437500', '121135.897500', '121136.357500', '121136.817500', '121137.277500', '121137.737500', '121138.197500', '121138.657500', '121139.117500', '121139.577500', '121140.037500', '121140.497500', '121140.957500', '121141.417500', '121141.877500', '121142.337500', '121142.797500', '121143.257500', '121143.717500', '121144.177500', '121144.637500', '121145.097500', '121145.557500', '121146.017500', '121146.477500', '121146.937500', '121147.397500', '121147.857500', '121148.317500', '121148.777500', '121149.237500', '121149.697500', '121150.157500', '121150.617500', '121151.077500', '121151.537500', '121151.997500', '121152.457500', '121152.917500', '121153.377500', '121153.837500', '121154.297500', '121154.757500', '121155.217500', '121155.677500', '121156.137500', '121156.597500', '121157.057500', '121157.517500', '121157.977500', '121158.437500', '121158.897500', '121159.357500', '121159.817500', '121200.277500', '121200.737500', '121201.197500', '121201.657500', '121202.117500', '121202.577500', '121203.037500', '121203.497500', '121203.957500', '121204.417500', '121204.877500', '121205.337500', '121205.797500', '121206.257500', '121206.717500', '121207.177500', '121207.637500', '121208.097500', '121208.557500', '121209.017500', '121209.477500', '121209.937500', '121210.397500', '121210.857500', '121211.317500', '121211.777500', '121212.237500', '121212.697500', '121213.157500', '121213.617500', '121214.077500', '121214.537500', '121214.997500', '121215.457500', '121215.917500', '121216.377500', '121216.837500', '121217.297500', '121217.757500', '121218.217500', '121218.677500', '121219.137500', '121219.597500', '121220.057500', '121220.517500', '121220.977500', '121221.437500', '121221.897500', '121222.357500', '121222.817500', '121223.277500', '121223.737500', '121224.197500', '121224.657500', '121225.117500', '121225.577500', '121226.037500', '121226.497500', '121226.957500', '121227.417500', '121227.877500', '121228.337500', '121228.797500', '121229.257500', '121229.717500', '121230.177500', '121230.637500', '121231.097500', '121231.557500', '121232.017500', '121232.477500', '121232.937500', '121233.397500', '121233.857500', '121234.317500', '121234.777500', '121235.237500', '121235.697500', '121236.157500', '121236.617500', '121237.077500', '121237.537500', '121237.997500', '121238.457500', '121238.917500', '121239.377500', '121239.837500', '121240.297500', '121240.757500', '121241.217500', '121241.677500', '121242.137500', '121242.597500', '121243.057500', '121243.517500', '121243.977500', '121244.437500', '121244.897500', '121245.357500', '121245.817500', '121246.277500', '121246.737500', '121247.197500', '121247.657500', '121248.117500', '121248.577500', '121249.037500', '121249.497500', '121249.957500', '121250.417500', '121250.877500', '121251.337500', '121251.797500', '121252.257500', '121252.717500', '121253.177500', '121253.637500', '121254.097500', '121254.557500', '121255.017500', '121255.477500', '121255.937500', '121256.397500', '121256.857500', '121257.317500', '121257.777500', '121258.237500', '121258.697500', '121259.157500', '121259.617500', '121300.077500', '121300.537500', '121300.997500', '121301.457500', '121301.917500', '121302.377500', '121302.837500', '121303.297500', '121303.757500', '121304.217500', '121304.677500', '121305.137500', '121305.597500', '121306.057500', '121306.517500', '121306.977500', '121307.437500', '121307.897500', '121308.357500', '121308.817500', '121309.277500', '121309.737500', '121310.197500', '121310.657500', '121311.117500', '121311.577500', '121312.037500', '121312.497500', '121312.957500', '121313.417500', '121313.877500', '121314.337500', '121314.797500', '121315.257500', '121315.717500', '121316.177500', '121316.637500', '121317.097500', '121317.557500', '121318.017500', '121318.477500', '121318.937500', '121319.397500', '121319.857500', '121320.317500', '121320.777500', '121321.237500', '121321.697500', '121322.157500', '121322.617500', '121323.077500', '121323.537500', '121323.997500', '121324.457500', '121324.917500', '121325.377500', '121325.837500', '121326.297500', '121326.757500', '121327.217500', '121327.677500', '121328.137500', '121328.597500', '121329.057500', '121329.517500', '121329.977500', '121330.437500', '121330.897500', '121331.357500', '121331.817500', '121332.277500', '121332.737500', '121333.197500', '121333.657500', '121334.117500', '121334.577500', '121335.037500', '121335.497500', '121335.957500', '121336.417500', '121336.877500', '121337.337500', '121337.797500', '121338.257500', '121338.717500', '121339.177500', '121339.637500', '121340.097500', '121340.557500', '121341.017500', '121341.477500', '121341.937500', '121342.397500', '121342.857500', '121343.317500', '121343.777500', '121344.237500', '121344.697500', '121345.157500', '121345.617500', '121346.077500', '121346.537500', '121346.997500', '121347.457500', '121347.917500', '121348.377500', '121348.837500', '121349.297500', '121349.757500', '121350.217500', '121350.677500', '121351.137500', '121351.597500', '121352.057500', '121352.517500', '121352.977500', '121353.437500', '121353.897500', '121354.357500', '121354.817500', '121355.277500', '121355.737500', '121356.197500', '121356.657500', '121357.117500', '121357.577500', '121358.037500', '121358.497500', '121358.957500', '121359.417500', '121359.877500', '121400.337500', '121400.797500', '121401.257500', '121401.717500', '121402.177500', '121402.637500', '121403.097500', '121403.557500', '121404.017500', '121404.477500', '121404.937500', '121405.397500', '121405.857500', '121406.317500', '121406.777500', '121407.237500', '121407.697500', '121408.157500', '121408.617500', '121409.077500', '121409.537500', '121409.997500', '121410.457500', '121410.917500', '121411.377500', '121411.837500', '121412.297500', '121412.757500', '121413.217500', '121413.677500', '121414.137500', '121414.597500', '121415.057500', '121415.517500', '121415.977500', '121416.437500', '121416.897500', '121417.357500', '121417.817500', '121418.277500', '121418.737500', '121419.197500', '121419.657500', '121420.117500', '121420.577500', '121421.037500', '121421.497500', '121421.957500', '121422.417500', '121422.877500', '121423.337500', '121423.797500', '121424.257500', '121424.717500', '121425.177500', '121425.637500', '121426.097500', '121426.557500', '121427.017500', '121427.477500', '121427.937500', '121428.397500', '121428.857500', '121429.317500', '121429.777500', '121430.237500', '121430.697500', '121431.157500', '121431.617500', '121432.077500', '121432.537500', '121432.997500', '121433.457500', '121433.917500', '121434.377500', '121434.837500', '121435.297500', '121435.757500', '121436.217500', '121436.677500', '121437.137500', '121437.597500', '121438.057500', '121438.517500', '121438.977500', '121439.437500', '121439.897500', '121440.357500', '121440.817500', '121441.277500', '121441.737500', '121442.197500', '121442.657500', '121443.117500', '121443.577500', '121444.037500', '121444.497500', '121444.957500', '121445.417500', '121445.877500', '121446.337500', '121446.797500', '121447.257500', '121447.717500', '121448.177500', '121448.637500', '121449.097500', '121449.557500', '121450.017500', '121450.477500', '121450.937500', '121451.397500', '121451.857500', '121452.317500', '121452.777500', '121453.237500', '121453.697500', '121454.157500', '121454.617500', '121455.077500', '121455.537500', '121455.997500', '121456.457500', '121456.917500', '121457.377500', '121457.837500', '121458.297500', '121458.757500', '121459.217500', '121459.677500', '121500.137500', '121500.597500', '121501.057500', '121501.517500', '121501.977500', '121502.437500', '121502.897500', '121503.357500', '121503.817500', '121504.277500', '121504.737500', '121505.197500', '121505.657500', '121506.117500', '121506.577500', '121507.037500', '121507.497500', '121507.957500', '121508.417500', '121508.877500', '121509.337500', '121509.797500', '121510.257500', '121510.717500', '121511.177500', '121511.637500', '121512.097500', '121512.557500', '121513.017500', '121513.477500', '121513.937500', '121514.397500', '121514.857500', '121515.317500', '121515.777500', '121516.237500', '121516.697500', '121517.157500', '121517.617500', '121518.077500', '121518.537500', '121518.997500', '121519.457500'], 'ContentTime': ['120851.716000', '120851.720000', '120851.723000', '120851.726000', '120851.735000', '120851.737000', '120851.740000', '120851.742000', '120851.745000', '120851.748000', '120851.755000', '120851.757000', '120851.760000', '120851.763000', '120851.765000', '120851.768000', '120851.770000', '120851.773000', '120851.775000', '120851.778000', '120851.781000', '120851.783000', '120851.786000', '120851.788000', '120851.791000', '120851.794000', '120911.685000', '120911.700000', '120911.707000', '120911.710000', '120911.719000', '120911.722000', '120911.724000', '120911.727000', '120911.730000', '120911.732000', '120911.735000', '120911.737000', '120911.740000', '120911.743000', '120911.745000', '120911.748000', '120911.751000', '120911.753000', '120911.756000', '120911.758000', '120911.761000', '120911.763000', '120911.766000', '120911.769000', '120911.771000', '120911.774000', '120911.776000', '120911.779000', '120911.781000', '120911.784000', '120911.787000', '120911.789000', '120911.792000', '120911.794000', '120911.797000', '120911.802000', '120911.805000', '120911.808000', '120911.810000', '120911.813000', '120911.815000', '120911.818000', '120911.821000', '120911.823000', '120931.686000', '120931.689000', '120931.692000', '120931.695000', '120931.697000', '120931.700000', '120931.702000', '120931.705000', '120931.708000', '120931.710000', '120931.713000', '120931.715000', '120931.718000', '120931.721000', '120931.724000', '120931.726000', '120931.729000', '120931.732000', '120931.735000', '120931.738000', '120931.741000', '120931.743000', '120931.746000', '120931.748000', '120931.751000', '120931.754000', '120931.756000', '120931.759000', '120931.762000', '120931.764000', '120931.767000', '120931.769000', '120931.772000', '120931.774000', '120931.777000', '120931.780000', '120931.782000', '120931.785000', '120931.788000', '120931.790000', '120931.793000', '120931.795000', '120931.798000', '120951.686000', '120951.689000', '120951.692000', '120951.695000', '120951.697000', '120951.700000', '120951.703000', '120951.705000', '120951.708000', '120951.710000', '120951.713000', '120951.716000', '120951.718000', '120951.721000', '120951.724000', '120951.726000', '120951.729000', '120951.731000', '120951.734000', '120951.737000', '120951.739000', '120951.742000', '120951.744000', '120951.747000', '120951.750000', '120951.752000', '120951.755000', '120951.757000', '120951.760000', '120951.762000', '120951.765000', '120951.768000', '120951.770000', '120951.773000', '120951.775000', '120951.778000', '120951.781000', '120951.783000', '120951.786000', '120951.789000', '120951.791000', '120951.794000', '120951.796000', '120951.799000', '121011.686000', '121011.690000', '121011.692000', '121011.695000', '121011.698000', '121011.701000', '121011.703000', '121011.706000', '121011.708000', '121011.711000', '121011.714000', '121011.716000', '121011.719000', '121011.722000', '121011.724000', '121011.727000', '121011.730000', '121011.732000', '121011.735000', '121011.737000', '121011.740000', '121011.743000', '121011.745000', '121011.748000', '121011.751000', '121011.753000', '121011.756000', '121011.759000', '121011.761000', '121011.764000', '121011.766000', '121011.769000', '121011.772000', '121011.774000', '121011.777000', '121011.779000', '121011.782000', '121011.785000', '121011.787000', '121011.790000', '121011.792000', '121011.795000', '121011.798000', '121031.687000', '121031.689000', '121031.692000', '121031.695000', '121031.698000', '121031.700000', '121031.703000', '121031.705000', '121031.708000', '121031.711000', '121031.713000', '121031.716000', '121031.719000', '121031.721000', '121031.724000', '121031.726000', '121031.729000', '121031.732000', '121031.735000', '121031.737000', '121031.740000', '121031.743000', '121031.746000', '121031.748000', '121031.751000', '121031.754000', '121031.757000', '121031.759000', '121031.762000', '121031.764000', '121031.767000', '121031.770000', '121031.772000', '121031.775000', '121031.777000', '121031.780000', '121031.783000', '121031.785000', '121031.788000', '121031.791000', '121031.814000', '121031.817000', '121031.819000', '121031.822000', '121051.686000', '121051.689000', '121051.692000', '121051.694000', '121051.697000', '121051.700000', '121051.702000', '121051.705000', '121051.708000', '121051.710000', '121051.713000', '121051.716000', '121051.718000', '121051.721000', '121051.723000', '121051.726000', '121051.729000', '121051.737000', '121051.740000', '121051.742000', '121051.745000', '121051.748000', '121051.751000', '121051.754000', '121051.757000', '121051.760000', '121051.763000', '121051.765000', '121051.768000', '121051.770000', '121051.774000', '121051.776000', '121051.779000', '121051.782000', '121051.784000', '121051.787000', '121051.790000', '121051.792000', '121051.795000', '121051.797000', '121051.800000', '121051.803000', '121051.805000', '121111.685000', '121111.689000', '121111.691000', '121111.694000', '121111.697000', '121111.699000', '121111.702000', '121111.704000', '121111.707000', '121111.710000', '121111.713000', '121111.715000', '121111.718000', '121111.720000', '121111.723000', '121111.725000', '121111.728000', '121111.731000', '121111.733000', '121111.736000', '121111.739000', '121111.741000', '121111.744000', '121111.746000', '121111.749000', '121111.752000', '121111.754000', '121111.757000', '121111.759000', '121111.762000', '121111.765000', '121111.767000', '121111.770000', '121111.773000', '121111.775000', '121111.778000', '121111.780000', '121111.783000', '121111.786000', '121111.788000', '121111.791000', '121111.793000', '121111.796000', '121111.799000', '121131.685000', '121131.688000', '121131.691000', '121131.694000', '121131.696000', '121131.699000', '121131.701000', '121131.704000', '121131.707000', '121131.709000', '121131.712000', '121131.715000', '121131.717000', '121131.720000', '121131.722000', '121131.725000', '121131.728000', '121131.731000', '121131.733000', '121131.736000', '121131.739000', '121131.741000', '121131.744000', '121131.747000', '121131.749000', '121131.752000', '121131.755000', '121131.757000', '121131.760000', '121131.762000', '121131.765000', '121131.768000', '121131.770000', '121131.773000', '121131.776000', '121131.778000', '121131.781000', '121131.783000', '121131.786000', '121131.789000', '121131.791000', '121131.794000', '121131.796000', '121151.685000', '121151.688000', '121151.691000', '121151.694000', '121151.697000', '121151.699000', '121151.702000', '121151.704000', '121151.707000', '121151.710000', '121151.712000', '121151.715000', '121151.718000', '121151.720000', '121151.723000', '121151.726000', '121151.728000', '121151.731000', '121151.733000', '121151.736000', '121151.739000', '121151.741000', '121151.744000', '121151.747000', '121151.749000', '121151.752000', '121151.755000', '121151.757000', '121151.760000', '121151.762000', '121151.765000', '121151.768000', '121151.770000', '121151.773000', '121151.776000', '121151.778000', '121151.781000', '121151.783000', '121151.786000', '121151.789000', '121151.791000', '121151.794000', '121151.796000', '121151.799000', '121211.686000', '121211.689000', '121211.692000', '121211.695000', '121211.697000', '121211.700000', '121211.702000', '121211.705000', '121211.708000', '121211.710000', '121211.713000', '121211.716000', '121211.718000', '121211.721000', '121211.724000', '121211.726000', '121211.729000', '121211.731000', '121211.734000', '121211.737000', '121211.739000', '121211.742000', '121211.745000', '121211.747000', '121211.750000', '121211.753000', '121211.756000', '121211.759000', '121211.762000', '121211.765000', '121211.767000', '121211.770000', '121211.772000', '121211.775000', '121211.778000', '121211.793000', '121211.795000', '121211.798000', '121211.800000', '121211.803000', '121211.806000', '121211.808000', '121211.811000', '121231.686000', '121231.689000', '121231.692000', '121231.695000', '121231.697000', '121231.700000', '121231.703000', '121231.705000', '121231.708000', '121231.711000', '121231.713000', '121231.716000', '121231.718000', '121231.721000', '121231.724000', '121231.726000', '121231.729000', '121231.731000', '121231.734000', '121231.737000', '121231.739000', '121231.742000', '121231.745000', '121231.747000', '121231.750000', '121231.753000', '121231.755000', '121231.758000', '121231.760000', '121231.763000', '121231.766000', '121231.768000', '121231.771000', '121231.774000', '121231.776000', '121231.779000', '121231.782000', '121231.784000', '121231.787000', '121231.790000', '121231.792000', '121231.795000', '121231.797000', '121231.800000', '121251.686000', '121251.690000', '121251.692000', '121251.695000', '121251.697000', '121251.700000', '121251.703000', '121251.706000', '121251.708000', '121251.711000', '121251.714000', '121251.716000', '121251.719000', '121251.722000', '121251.724000', '121251.727000', '121251.730000', '121251.732000', '121251.735000', '121251.738000', '121251.740000', '121251.743000', '121251.745000', '121251.748000', '121251.751000', '121251.753000', '121251.756000', '121251.759000', '121251.761000', '121251.764000', '121251.767000', '121251.769000', '121251.772000', '121251.775000', '121251.777000', '121251.780000', '121251.783000', '121251.786000', '121251.789000', '121251.792000', '121251.794000', '121251.797000', '121251.799000', '121311.686000', '121311.689000', '121311.692000', '121311.695000', '121311.697000', '121311.700000', '121311.703000', '121311.705000', '121311.708000', '121311.711000', '121311.713000', '121311.716000', '121311.719000', '121311.721000', '121311.724000', '121311.726000', '121311.729000', '121311.732000', '121311.734000', '121311.737000', '121311.740000', '121311.742000', '121311.745000', '121311.748000', '121311.750000', '121311.753000', '121311.756000', '121311.758000', '121311.761000', '121311.763000', '121311.766000', '121311.769000', '121311.771000', '121311.774000', '121311.777000', '121311.779000', '121311.782000', '121311.784000', '121311.787000', '121311.789000', '121311.792000', '121311.795000', '121311.797000', '121311.800000', '121331.686000', '121331.688000', '121331.691000', '121331.694000', '121331.697000', '121331.699000', '121331.702000', '121331.705000', '121331.707000', '121331.710000', '121331.713000', '121331.715000', '121331.718000', '121331.720000', '121331.723000', '121331.726000', '121331.729000', '121331.731000', '121331.734000', '121331.737000', '121331.739000', '121331.742000', '121331.745000', '121331.747000', '121331.750000', '121331.752000', '121331.755000', '121331.758000', '121331.760000', '121331.763000', '121331.765000', '121331.768000', '121331.771000', '121331.774000', '121331.776000', '121331.779000', '121331.781000', '121331.784000', '121331.787000', '121331.790000', '121331.793000', '121331.795000', '121331.800000', '121351.685000', '121351.688000', '121351.691000', '121351.707000', '121351.710000', '121351.719000', '121351.722000', '121351.725000', '121351.727000', '121351.730000', '121351.733000', '121351.735000', '121351.738000', '121351.741000', '121351.743000', '121351.746000', '121351.748000', '121351.751000', '121351.754000', '121351.756000', '121351.759000', '121351.762000', '121351.764000', '121351.767000', '121351.769000', '121351.772000', '121351.775000', '121351.777000', '121351.780000', '121351.782000', '121351.785000', '121351.788000', '121351.790000', '121351.793000', '121351.796000', '121351.798000', '121351.801000', '121351.810000', '121351.813000', '121351.815000', '121351.818000', '121351.822000', '121351.824000', '121351.827000', '121411.686000', '121411.689000', '121411.691000', '121411.694000', '121411.697000', '121411.699000', '121411.702000', '121411.705000', '121411.708000', '121411.710000', '121411.713000', '121411.716000', '121411.718000', '121411.721000', '121411.723000', '121411.726000', '121411.729000', '121411.731000', '121411.734000', '121411.737000', '121411.739000', '121411.742000', '121411.744000', '121411.747000', '121411.750000', '121411.752000', '121411.755000', '121411.758000', '121411.760000', '121411.763000', '121411.766000', '121411.768000', '121411.771000', '121411.774000', '121411.776000', '121411.779000', '121411.782000', '121411.784000', '121411.787000', '121411.789000', '121411.792000', '121411.795000', '121411.798000', '121431.687000', '121431.690000', '121431.692000', '121431.695000', '121431.698000', '121431.700000', '121431.703000', '121431.705000', '121431.708000', '121431.711000', '121431.713000', '121431.716000', '121431.719000', '121431.722000', '121431.724000', '121431.727000', '121431.730000', '121431.732000', '121431.735000', '121431.737000', '121431.740000', '121431.745000', '121431.747000', '121431.750000', '121431.752000', '121431.755000', '121431.758000', '121431.760000', '121431.763000', '121431.765000', '121431.768000', '121431.771000', '121431.773000', '121431.776000', '121431.779000', '121431.781000', '121431.784000', '121431.786000', '121431.789000', '121431.792000', '121431.794000', '121431.797000', '121431.800000', '121431.802000', '121451.686000', '121451.689000', '121451.692000', '121451.695000', '121451.697000', '121451.700000', '121451.703000', '121451.706000', '121451.708000', '121451.711000', '121451.714000', '121451.716000', '121451.719000', '121451.721000', '121451.724000', '121451.727000', '121451.729000', '121451.732000', '121451.735000', '121451.737000', '121451.740000', '121451.743000', '121451.745000', '121451.748000', '121451.751000', '121451.754000', '121451.756000', '121451.759000', '121451.761000', '121451.764000', '121451.767000', '121451.769000', '121451.772000', '121451.774000', '121451.777000', '121451.780000', '121451.782000', '121451.785000', '121451.788000', '121451.790000', '121451.793000', '121451.795000', '121451.798000', '121511.687000', '121511.689000', '121511.692000', '121511.695000', '121511.697000', '121511.700000', '121511.703000', '121511.705000', '121511.708000', '121511.710000', '121511.713000', '121511.716000', '121511.718000', '121511.736000', '121511.739000', '121511.741000', '121511.744000', '121511.747000', '121511.749000', '121511.752000', '121511.755000', '121511.757000', '121511.760000', '121511.763000', '121511.765000', '121511.768000', '121511.770000', '121511.773000', '121511.776000', '121511.778000', '121511.781000', '121511.784000', '121511.786000', '121511.789000', '121511.791000', '121511.794000', '121511.797000', '121511.799000', '121511.802000', '121511.804000', '121511.807000', '121511.810000', '121511.812000', '121511.815000', '121520.350000', '121520.354000', '121520.357000', '121520.359000', '121520.362000', '121520.365000', '121520.368000', '121520.370000', '121520.373000', '121520.376000', '121520.379000', '121520.381000', '121520.384000', '121520.387000', '121520.389000', '121520.392000', '121520.395000', '121520.398000', '121520.401000'], 'InstanceCreationTime': ['120851.716000', '120851.720000', '120851.723000', '120851.726000', '120851.735000', '120851.737000', '120851.740000', '120851.742000', '120851.745000', '120851.748000', '120851.755000', '120851.757000', '120851.760000', '120851.763000', '120851.765000', '120851.768000', '120851.770000', '120851.773000', '120851.775000', '120851.778000', '120851.781000', '120851.783000', '120851.786000', '120851.788000', '120851.791000', '120851.794000', '120911.685000', '120911.700000', '120911.707000', '120911.710000', '120911.719000', '120911.722000', '120911.724000', '120911.727000', '120911.730000', '120911.732000', '120911.735000', '120911.737000', '120911.740000', '120911.743000', '120911.745000', '120911.748000', '120911.751000', '120911.753000', '120911.756000', '120911.758000', '120911.761000', '120911.763000', '120911.766000', '120911.769000', '120911.771000', '120911.774000', '120911.776000', '120911.779000', '120911.781000', '120911.784000', '120911.787000', '120911.789000', '120911.792000', '120911.794000', '120911.797000', '120911.802000', '120911.805000', '120911.808000', '120911.810000', '120911.813000', '120911.815000', '120911.818000', '120911.821000', '120911.823000', '120931.686000', '120931.689000', '120931.692000', '120931.695000', '120931.697000', '120931.700000', '120931.702000', '120931.705000', '120931.708000', '120931.710000', '120931.713000', '120931.715000', '120931.718000', '120931.721000', '120931.724000', '120931.726000', '120931.729000', '120931.732000', '120931.735000', '120931.738000', '120931.741000', '120931.743000', '120931.746000', '120931.748000', '120931.751000', '120931.754000', '120931.756000', '120931.759000', '120931.762000', '120931.764000', '120931.767000', '120931.769000', '120931.772000', '120931.774000', '120931.777000', '120931.780000', '120931.782000', '120931.785000', '120931.788000', '120931.790000', '120931.793000', '120931.795000', '120931.798000', '120951.686000', '120951.689000', '120951.692000', '120951.695000', '120951.697000', '120951.700000', '120951.703000', '120951.705000', '120951.708000', '120951.710000', '120951.713000', '120951.716000', '120951.718000', '120951.721000', '120951.724000', '120951.726000', '120951.729000', '120951.731000', '120951.734000', '120951.737000', '120951.739000', '120951.742000', '120951.744000', '120951.747000', '120951.750000', '120951.752000', '120951.755000', '120951.757000', '120951.760000', '120951.762000', '120951.765000', '120951.768000', '120951.770000', '120951.773000', '120951.775000', '120951.778000', '120951.781000', '120951.783000', '120951.786000', '120951.789000', '120951.791000', '120951.794000', '120951.796000', '120951.799000', '121011.686000', '121011.690000', '121011.692000', '121011.695000', '121011.698000', '121011.701000', '121011.703000', '121011.706000', '121011.708000', '121011.711000', '121011.714000', '121011.716000', '121011.719000', '121011.722000', '121011.724000', '121011.727000', '121011.730000', '121011.732000', '121011.735000', '121011.737000', '121011.740000', '121011.743000', '121011.745000', '121011.748000', '121011.751000', '121011.753000', '121011.756000', '121011.759000', '121011.761000', '121011.764000', '121011.766000', '121011.769000', '121011.772000', '121011.774000', '121011.777000', '121011.779000', '121011.782000', '121011.785000', '121011.787000', '121011.790000', '121011.792000', '121011.795000', '121011.798000', '121031.687000', '121031.689000', '121031.692000', '121031.695000', '121031.698000', '121031.700000', '121031.703000', '121031.705000', '121031.708000', '121031.711000', '121031.713000', '121031.716000', '121031.719000', '121031.721000', '121031.724000', '121031.726000', '121031.729000', '121031.732000', '121031.735000', '121031.737000', '121031.740000', '121031.743000', '121031.746000', '121031.748000', '121031.751000', '121031.754000', '121031.757000', '121031.759000', '121031.762000', '121031.764000', '121031.767000', '121031.770000', '121031.772000', '121031.775000', '121031.777000', '121031.780000', '121031.783000', '121031.785000', '121031.788000', '121031.791000', '121031.814000', '121031.817000', '121031.819000', '121031.822000', '121051.686000', '121051.689000', '121051.692000', '121051.694000', '121051.697000', '121051.700000', '121051.702000', '121051.705000', '121051.708000', '121051.710000', '121051.713000', '121051.716000', '121051.718000', '121051.721000', '121051.723000', '121051.726000', '121051.729000', '121051.737000', '121051.740000', '121051.742000', '121051.745000', '121051.748000', '121051.751000', '121051.754000', '121051.757000', '121051.760000', '121051.763000', '121051.765000', '121051.768000', '121051.770000', '121051.774000', '121051.776000', '121051.779000', '121051.782000', '121051.784000', '121051.787000', '121051.790000', '121051.792000', '121051.795000', '121051.797000', '121051.800000', '121051.803000', '121051.805000', '121111.685000', '121111.689000', '121111.691000', '121111.694000', '121111.697000', '121111.699000', '121111.702000', '121111.704000', '121111.707000', '121111.710000', '121111.713000', '121111.715000', '121111.718000', '121111.720000', '121111.723000', '121111.725000', '121111.728000', '121111.731000', '121111.733000', '121111.736000', '121111.739000', '121111.741000', '121111.744000', '121111.746000', '121111.749000', '121111.752000', '121111.754000', '121111.757000', '121111.759000', '121111.762000', '121111.765000', '121111.767000', '121111.770000', '121111.773000', '121111.775000', '121111.778000', '121111.780000', '121111.783000', '121111.786000', '121111.788000', '121111.791000', '121111.793000', '121111.796000', '121111.799000', '121131.685000', '121131.688000', '121131.691000', '121131.694000', '121131.696000', '121131.699000', '121131.701000', '121131.704000', '121131.707000', '121131.709000', '121131.712000', '121131.715000', '121131.717000', '121131.720000', '121131.722000', '121131.725000', '121131.728000', '121131.731000', '121131.733000', '121131.736000', '121131.739000', '121131.741000', '121131.744000', '121131.747000', '121131.749000', '121131.752000', '121131.755000', '121131.757000', '121131.760000', '121131.762000', '121131.765000', '121131.768000', '121131.770000', '121131.773000', '121131.776000', '121131.778000', '121131.781000', '121131.783000', '121131.786000', '121131.789000', '121131.791000', '121131.794000', '121131.796000', '121151.685000', '121151.688000', '121151.691000', '121151.694000', '121151.697000', '121151.699000', '121151.702000', '121151.704000', '121151.707000', '121151.710000', '121151.712000', '121151.715000', '121151.718000', '121151.720000', '121151.723000', '121151.726000', '121151.728000', '121151.731000', '121151.733000', '121151.736000', '121151.739000', '121151.741000', '121151.744000', '121151.747000', '121151.749000', '121151.752000', '121151.755000', '121151.757000', '121151.760000', '121151.762000', '121151.765000', '121151.768000', '121151.770000', '121151.773000', '121151.776000', '121151.778000', '121151.781000', '121151.783000', '121151.786000', '121151.789000', '121151.791000', '121151.794000', '121151.796000', '121151.799000', '121211.686000', '121211.689000', '121211.692000', '121211.695000', '121211.697000', '121211.700000', '121211.702000', '121211.705000', '121211.708000', '121211.710000', '121211.713000', '121211.716000', '121211.718000', '121211.721000', '121211.724000', '121211.726000', '121211.729000', '121211.731000', '121211.734000', '121211.737000', '121211.739000', '121211.742000', '121211.745000', '121211.747000', '121211.750000', '121211.753000', '121211.756000', '121211.759000', '121211.762000', '121211.765000', '121211.767000', '121211.770000', '121211.772000', '121211.775000', '121211.778000', '121211.793000', '121211.795000', '121211.798000', '121211.800000', '121211.803000', '121211.806000', '121211.808000', '121211.811000', '121231.686000', '121231.689000', '121231.692000', '121231.695000', '121231.697000', '121231.700000', '121231.703000', '121231.705000', '121231.708000', '121231.711000', '121231.713000', '121231.716000', '121231.718000', '121231.721000', '121231.724000', '121231.726000', '121231.729000', '121231.731000', '121231.734000', '121231.737000', '121231.739000', '121231.742000', '121231.745000', '121231.747000', '121231.750000', '121231.753000', '121231.755000', '121231.758000', '121231.760000', '121231.763000', '121231.766000', '121231.768000', '121231.771000', '121231.774000', '121231.776000', '121231.779000', '121231.782000', '121231.784000', '121231.787000', '121231.790000', '121231.792000', '121231.795000', '121231.797000', '121231.800000', '121251.686000', '121251.690000', '121251.692000', '121251.695000', '121251.697000', '121251.700000', '121251.703000', '121251.706000', '121251.708000', '121251.711000', '121251.714000', '121251.716000', '121251.719000', '121251.722000', '121251.724000', '121251.727000', '121251.730000', '121251.732000', '121251.735000', '121251.738000', '121251.740000', '121251.743000', '121251.745000', '121251.748000', '121251.751000', '121251.753000', '121251.756000', '121251.759000', '121251.761000', '121251.764000', '121251.767000', '121251.769000', '121251.772000', '121251.775000', '121251.777000', '121251.780000', '121251.783000', '121251.786000', '121251.789000', '121251.792000', '121251.794000', '121251.797000', '121251.799000', '121311.686000', '121311.689000', '121311.692000', '121311.695000', '121311.697000', '121311.700000', '121311.703000', '121311.705000', '121311.708000', '121311.711000', '121311.713000', '121311.716000', '121311.719000', '121311.721000', '121311.724000', '121311.726000', '121311.729000', '121311.732000', '121311.734000', '121311.737000', '121311.740000', '121311.742000', '121311.745000', '121311.748000', '121311.750000', '121311.753000', '121311.756000', '121311.758000', '121311.761000', '121311.763000', '121311.766000', '121311.769000', '121311.771000', '121311.774000', '121311.777000', '121311.779000', '121311.782000', '121311.784000', '121311.787000', '121311.789000', '121311.792000', '121311.795000', '121311.797000', '121311.800000', '121331.686000', '121331.688000', '121331.691000', '121331.694000', '121331.697000', '121331.699000', '121331.702000', '121331.705000', '121331.707000', '121331.710000', '121331.713000', '121331.715000', '121331.718000', '121331.720000', '121331.723000', '121331.726000', '121331.729000', '121331.731000', '121331.734000', '121331.737000', '121331.739000', '121331.742000', '121331.745000', '121331.747000', '121331.750000', '121331.752000', '121331.755000', '121331.758000', '121331.760000', '121331.763000', '121331.765000', '121331.768000', '121331.771000', '121331.774000', '121331.776000', '121331.779000', '121331.781000', '121331.784000', '121331.787000', '121331.790000', '121331.793000', '121331.795000', '121331.800000', '121351.685000', '121351.688000', '121351.691000', '121351.707000', '121351.710000', '121351.719000', '121351.722000', '121351.725000', '121351.727000', '121351.730000', '121351.733000', '121351.735000', '121351.738000', '121351.741000', '121351.743000', '121351.746000', '121351.748000', '121351.751000', '121351.754000', '121351.756000', '121351.759000', '121351.762000', '121351.764000', '121351.767000', '121351.769000', '121351.772000', '121351.775000', '121351.777000', '121351.780000', '121351.782000', '121351.785000', '121351.788000', '121351.790000', '121351.793000', '121351.796000', '121351.798000', '121351.801000', '121351.810000', '121351.813000', '121351.815000', '121351.818000', '121351.822000', '121351.824000', '121351.827000', '121411.686000', '121411.689000', '121411.691000', '121411.694000', '121411.697000', '121411.699000', '121411.702000', '121411.705000', '121411.708000', '121411.710000', '121411.713000', '121411.716000', '121411.718000', '121411.721000', '121411.723000', '121411.726000', '121411.729000', '121411.731000', '121411.734000', '121411.737000', '121411.739000', '121411.742000', '121411.744000', '121411.747000', '121411.750000', '121411.752000', '121411.755000', '121411.758000', '121411.760000', '121411.763000', '121411.766000', '121411.768000', '121411.771000', '121411.774000', '121411.776000', '121411.779000', '121411.782000', '121411.784000', '121411.787000', '121411.789000', '121411.792000', '121411.795000', '121411.798000', '121431.687000', '121431.690000', '121431.692000', '121431.695000', '121431.698000', '121431.700000', '121431.703000', '121431.705000', '121431.708000', '121431.711000', '121431.713000', '121431.716000', '121431.719000', '121431.722000', '121431.724000', '121431.727000', '121431.730000', '121431.732000', '121431.735000', '121431.737000', '121431.740000', '121431.745000', '121431.747000', '121431.750000', '121431.752000', '121431.755000', '121431.758000', '121431.760000', '121431.763000', '121431.765000', '121431.768000', '121431.771000', '121431.773000', '121431.776000', '121431.779000', '121431.781000', '121431.784000', '121431.786000', '121431.789000', '121431.792000', '121431.794000', '121431.797000', '121431.800000', '121431.802000', '121451.686000', '121451.689000', '121451.692000', '121451.695000', '121451.697000', '121451.700000', '121451.703000', '121451.706000', '121451.708000', '121451.711000', '121451.714000', '121451.716000', '121451.719000', '121451.721000', '121451.724000', '121451.727000', '121451.729000', '121451.732000', '121451.735000', '121451.737000', '121451.740000', '121451.743000', '121451.745000', '121451.748000', '121451.751000', '121451.754000', '121451.756000', '121451.759000', '121451.761000', '121451.764000', '121451.767000', '121451.769000', '121451.772000', '121451.774000', '121451.777000', '121451.780000', '121451.782000', '121451.785000', '121451.788000', '121451.790000', '121451.793000', '121451.795000', '121451.798000', '121511.687000', '121511.689000', '121511.692000', '121511.695000', '121511.697000', '121511.700000', '121511.703000', '121511.705000', '121511.708000', '121511.710000', '121511.713000', '121511.716000', '121511.718000', '121511.736000', '121511.739000', '121511.741000', '121511.744000', '121511.747000', '121511.749000', '121511.752000', '121511.755000', '121511.757000', '121511.760000', '121511.763000', '121511.765000', '121511.768000', '121511.770000', '121511.773000', '121511.776000', '121511.778000', '121511.781000', '121511.784000', '121511.786000', '121511.789000', '121511.791000', '121511.794000', '121511.797000', '121511.799000', '121511.802000', '121511.804000', '121511.807000', '121511.810000', '121511.812000', '121511.815000', '121520.350000', '121520.354000', '121520.357000', '121520.359000', '121520.362000', '121520.365000', '121520.368000', '121520.370000', '121520.373000', '121520.376000', '121520.379000', '121520.381000', '121520.384000', '121520.387000', '121520.389000', '121520.392000', '121520.395000', '121520.398000', '121520.401000'], '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': [12373, 12987, 13368, 16037, 17191, 11526, 14916, 10378, 18861, 14392, 13052, 10383, 9570, 11754, 11099, 16748, 9937, 9720, 9779, 8846, 11052, 9705, 10760, 9188, 9120, 10077, 9186, 12131, 9079, 9483, 9575, 8237, 10006, 9647, 11070, 8600, 11600, 9084, 12274, 9799, 8492, 9988, 9553, 14371, 9148, 13753, 8837, 10581, 9609, 10781, 10598, 14081, 11198, 8702, 9576, 8830, 12476, 9173, 11925, 9133, 8459, 9777, 9782, 16974, 12090, 13614, 9757, 12187, 10520, 17544, 14831, 10009, 11006, 9273, 15815, 11080, 11693, 9772, 8596, 9880, 9810, 13270, 9079, 9949, 10111, 11307, 10141, 9364, 9751, 9017, 13709, 10986, 12940, 9681, 9151, 10606, 8773, 12166, 9272, 8675, 12335, 9507, 10715, 9846, 9013, 13856, 10459, 17539, 12571, 10730, 9592, 9581, 13561, 12036, 16394, 9104, 9920, 9299, 11009, 9577, 10468, 9551, 8933, 9353, 9101, 12032, 8802, 13336, 8831, 11209, 9532, 16946, 13044, 13964, 9776, 8763, 9701, 9713, 17110, 12794, 13301, 9662, 8527, 9944, 10163, 14993, 8665, 10674, 9180, 12135, 10005, 9042, 9453, 9278, 12577, 10350, 17632, 10381, 8977, 9820, 9522, 13450, 11298, 16112, 9562, 10819, 9532, 13406, 10890, 12445, 9759, 8163, 9810, 9525, 12400, 8877, 12023, 8500, 9760, 9244, 15772, 10371, 9804, 9655, 9026, 10415, 9553, 12961, 8603, 10901, 9461, 17497, 13043, 13933, 10000, 8916, 9724, 9995, 15902, 10102, 11108, 9425, 8755, 10137, 8769, 9675, 8916, 11143, 9292, 16006, 9817, 9120, 9740, 8787, 14227, 10484, 11978, 9128, 10133, 9839, 14287, 12519, 8958, 9555, 8782, 9677, 9972, 13005, 10230, 8510, 9611, 9132, 14483, 10395, 14086, 8832, 10093, 9672, 12265, 12285, 8366, 9689, 8834, 10890, 9020, 14077, 9401, 11366, 9350, 12887, 11500, 10118, 9668, 8536, 10557, 9847, 17244, 10216, 10649, 8770, 13893, 10982, 18261, 20743, 15042, 11605, 10097, 9559, 9202, 7847, 9346, 8763, 11784, 8661, 10059, 8541, 8910, 10188, 8726, 11374, 8444, 12154, 10556, 15160, 15120, 9456, 11458, 8763, 11613, 9819, 18005, 13587, 10362, 8825, 8913, 9226, 9153, 15965, 11514, 13169, 9394, 7612, 9602, 8643, 9392, 9214, 9044, 8825, 11503, 9079, 10428, 9052, 8512, 9934, 11828, 9950, 8683, 9131, 8684, 11814, 9563, 16497, 12090, 8851, 9589, 8918, 10777, 8900, 13923, 8670, 8580, 9365, 8915, 15233, 10535, 11659, 8826, 9633, 13781, 11979, 14190, 8512, 9688, 9598, 12118, 15945, 9398, 11352, 9038, 9053, 11292, 9172, 11346, 8459, 12951, 10142, 11133, 8655, 8596, 11877, 9623, 13685, 9142, 9374, 9727, 8878, 16547, 12416, 9374, 9444, 8751, 9198, 8926, 16991, 13974, 13783, 9302, 8858, 9595, 8894, 14169, 9623, 11849, 8962, 9806, 11726, 11757, 14144, 8471, 9775, 9338, 12271, 11961, 13926, 10387, 8934, 9652, 9198, 15838, 9523, 11143, 9485, 13203, 10222, 9103, 9434, 9275, 12589, 10547, 13310, 8799, 10541, 9604, 16726, 12492, 9070, 9337, 8922, 9849, 9049, 16033, 8533, 8250, 8971, 9791, 9819, 9137, 11519, 8898, 8862, 9512, 13152, 10037, 9025, 9491, 8852, 13929, 10865, 12898, 8748, 11151, 9999, 14976, 10858, 8731, 9081, 9011, 16029, 12235, 12844, 9268, 7940, 9788, 10794, 15325, 8988, 9116, 8136, 11822, 9907, 10996, 9323, 8699, 9914, 8715, 16161, 12631, 8660, 9797, 8685, 9495, 9251, 12287, 13869, 9973, 11866, 8533, 11207, 9488, 14600, 11027, 9005, 9197, 8455, 16416, 12470, 10486, 8924, 8885, 13070, 10803, 12025, 9293, 9231, 11583, 11450, 16068, 8939, 9469, 9651, 10836, 13326, 8833, 10007, 8869, 9059, 8968, 15130, 9718, 8044, 9393, 9130, 10914, 8917, 9679, 8879, 12150, 9454, 12748, 9860, 8935, 9423, 9351, 14251, 12144, 13380, 9485, 9289, 9832, 9388, 16320, 9714, 10707, 9877, 10232, 13136, 8760, 10299, 9069, 13082, 13649, 12381, 13643, 8338, 10762, 9417, 14365, 13809, 9276, 9161, 8435, 12198, 9868, 13350, 9545, 9461, 9573, 9128, 14843, 9335, 8269, 9951, 9633, 16049, 12762, 13514, 9572, 9094, 9263, 8595, 15518, 13244, 16216, 12336, 8836, 9500, 8773, 11888, 10631, 16183, 9889, 8795, 8917, 9329, 14132, 8517, 10929, 9568, 11619, 10838, 9057, 9210, 8751, 14038, 12393, 13575, 9391, 9188, 9280, 9055, 16639, 12110, 10152, 9595, 9483, 9536, 9935, 13962, 8659, 8059, 9771, 9174, 12187, 8827, 10700, 8880, 14660, 11595, 10288, 9647, 9787, 16102, 8791, 8274, 8870, 8998, 12249, 9685, 8196, 8959, 8716, 12320, 11232, 13818, 9120, 9110, 9298, 8382, 15494, 11473, 8791, 9103, 8878, 12481, 10620, 13517, 8982, 8442, 9962, 8987, 11715, 8915, 8706, 9551, 9253, 9483, 8631, 10353, 9041, 16478, 12004, 9629, 9555, 9171, 11608, 9398, 11640, 9272, 8901, 9644, 9044, 15124, 10994, 9675, 8970, 9368, 9705, 8858, 9929, 9624, 8547, 11806, 14082, 8985, 12673, 9057, 9586, 11638, 15370, 12934, 8820, 9447, 8853, 14612, 11843, 9003, 9221, 8990, 8139, 8648, 11263, 9467, 9214, 9122, 9311, 12450, 9953, 12854, 9148, 8100, 9703, 9993, 11386, 8862, 9550, 8558, 14309, 10497, 10956, 9348, 9322, 9704, 10637, 14772, 8473, 9435, 8999, 10812, 9986, 13428, 9737, 8736, 8979, 8745, 14461, 11686, 12559, 9390, 9781, 9642, 9242, 14699, 11086, 10983, 9586, 9312, 9719, 11169, 15745, 9314, 9898, 9332, 9680, 12144, 9072, 8903, 8494, 12394, 9611, 9570, 9155, 8933, 9755, 8572, 15499, 9765, 8841, 9045, 9278, 12757, 10708, 11971, 8713, 8201, 9334, 9452, 11633, 8925, 9052, 8693, 9822, 9110, 12324, 8961, 9698, 9309, 8920, 14645, 10527, 9728, 9193, 9733, 13439, 10204, 11465, 8688, 7986, 9878, 12155, 15533, 8350, 9356, 8873, 8953, 11360, 10185, 12197, 8600, 7768, 9434, 9528, 15327, 10385, 11681, 8831, 8843, 11119, 13176, 14521, 8974, 9118, 9156, 11409, 14077, 8300, 9572, 8996, 8371, 12389, 9489, 10382, 9183, 8325, 9230, 13068, 14633, 8504, 9364, 9492, 9112, 9398, 9210, 8780, 8763, 8938, 8996, 14665, 8975, 8044, 9017, 9502, 9832, 9396, 10590, 8751, 8408, 8893, 12140, 9876, 11524, 9042, 9077, 9257, 9338, 13944, 9000, 9757, 9094, 8741, 9196, 9350, 10737], 'WindowCenter': [4678.0, 4668.0, 4652.0, 4655.0, 4640.0, 4572.0, 4600.0, 4561.0, 4620.0, 4600.0, 4564.0, 4533.0, 4536.0, 4566.0, 4554.0, 4594.0, 4521.0, 4508.0, 4532.0, 4523.0, 4552.0, 4535.0, 4543.0, 4523.0, 4522.0, 4545.0, 4524.0, 4578.0, 4525.0, 4521.0, 4523.0, 4513.0, 4545.0, 4536.0, 4568.0, 4528.0, 4568.0, 4552.0, 4577.0, 4559.0, 4527.0, 4573.0, 4561.0, 4610.0, 4552.0, 4600.0, 4540.0, 4559.0, 4549.0, 4572.0, 4573.0, 4612.0, 4582.0, 4529.0, 4550.0, 4554.0, 4591.0, 4566.0, 4592.0, 4548.0, 4530.0, 4575.0, 4562.0, 4648.0, 4594.0, 4590.0, 4539.0, 4592.0, 4562.0, 4620.0, 4612.0, 4536.0, 4544.0, 4538.0, 4609.0, 4570.0, 4566.0, 4535.0, 4515.0, 4548.0, 4547.0, 4588.0, 4526.0, 4546.0, 4560.0, 4570.0, 4561.0, 4536.0, 4523.0, 4541.0, 4599.0, 4571.0, 4590.0, 4548.0, 4538.0, 4556.0, 4529.0, 4579.0, 4552.0, 4529.0, 4593.0, 4552.0, 4561.0, 4549.0, 4541.0, 4601.0, 4559.0, 4619.0, 4580.0, 4557.0, 4538.0, 4538.0, 4590.0, 4578.0, 4608.0, 4527.0, 4534.0, 4525.0, 4557.0, 4547.0, 4556.0, 4537.0, 4526.0, 4539.0, 4553.0, 4593.0, 4552.0, 4603.0, 4543.0, 4559.0, 4565.0, 4623.0, 4606.0, 4602.0, 4538.0, 4518.0, 4551.0, 4550.0, 4608.0, 4595.0, 4588.0, 4537.0, 4516.0, 4552.0, 4549.0, 4612.0, 4529.0, 4545.0, 4539.0, 4579.0, 4551.0, 4527.0, 4525.0, 4551.0, 4589.0, 4548.0, 4619.0, 4548.0, 4525.0, 4536.0, 4549.0, 4588.0, 4558.0, 4609.0, 4539.0, 4545.0, 4549.0, 4587.0, 4557.0, 4576.0, 4537.0, 4514.0, 4535.0, 4536.0, 4577.0, 4538.0, 4567.0, 4527.0, 4549.0, 4552.0, 4610.0, 4562.0, 4536.0, 4532.0, 4540.0, 4559.0, 4553.0, 4592.0, 4532.0, 4557.0, 4564.0, 4630.0, 4592.0, 4590.0, 4539.0, 4513.0, 4538.0, 4548.0, 4608.0, 4548.0, 4543.0, 4527.0, 4528.0, 4549.0, 4526.0, 4535.0, 4527.0, 4572.0, 4539.0, 4610.0, 4550.0, 4526.0, 4538.0, 4540.0, 4601.0, 4560.0, 4567.0, 4527.0, 4559.0, 4548.0, 4587.0, 4580.0, 4527.0, 4523.0, 4516.0, 4550.0, 4550.0, 4590.0, 4560.0, 4527.0, 4538.0, 4551.0, 4600.0, 4550.0, 4588.0, 4527.0, 4544.0, 4552.0, 4579.0, 4579.0, 4517.0, 4537.0, 4527.0, 4558.0, 4540.0, 4598.0, 4539.0, 4567.0, 4555.0, 4591.0, 4582.0, 4562.0, 4540.0, 4516.0, 4573.0, 4551.0, 4622.0, 4563.0, 4546.0, 4530.0, 4588.0, 4556.0, 4643.0, 4646.0, 4612.0, 4569.0, 4547.0, 4516.0, 4523.0, 4506.0, 4539.0, 4542.0, 4594.0, 4546.0, 4562.0, 4542.0, 4555.0, 4564.0, 4542.0, 4558.0, 4519.0, 4593.0, 4573.0, 4612.0, 4626.0, 4552.0, 4558.0, 4516.0, 4556.0, 4551.0, 4607.0, 4578.0, 4534.0, 4514.0, 4512.0, 4539.0, 4540.0, 4595.0, 4556.0, 4564.0, 4523.0, 4479.0, 4523.0, 4514.0, 4527.0, 4527.0, 4515.0, 4539.0, 4567.0, 4527.0, 4544.0, 4526.0, 4530.0, 4561.0, 4569.0, 4551.0, 4528.0, 4527.0, 4541.0, 4593.0, 4551.0, 4622.0, 4593.0, 4540.0, 4537.0, 4541.0, 4573.0, 4553.0, 4614.0, 4543.0, 4542.0, 4566.0, 4556.0, 4628.0, 4589.0, 4585.0, 4543.0, 4568.0, 4616.0, 4599.0, 4605.0, 4535.0, 4552.0, 4567.0, 4592.0, 4625.0, 4544.0, 4560.0, 4532.0, 4542.0, 4572.0, 4553.0, 4571.0, 4531.0, 4593.0, 4563.0, 4571.0, 4529.0, 4532.0, 4583.0, 4552.0, 4601.0, 4529.0, 4541.0, 4564.0, 4543.0, 4621.0, 4594.0, 4541.0, 4541.0, 4518.0, 4541.0, 4542.0, 4621.0, 4603.0, 4601.0, 4540.0, 4527.0, 4551.0, 4542.0, 4600.0, 4554.0, 4570.0, 4542.0, 4563.0, 4583.0, 4581.0, 4602.0, 4521.0, 4537.0, 4541.0, 4582.0, 4572.0, 4602.0, 4550.0, 4527.0, 4551.0, 4540.0, 4600.0, 4539.0, 4556.0, 4551.0, 4576.0, 4550.0, 4526.0, 4526.0, 4541.0, 4579.0, 4559.0, 4579.0, 4517.0, 4560.0, 4552.0, 4608.0, 4580.0, 4527.0, 4524.0, 4527.0, 4548.0, 4529.0, 4609.0, 4532.0, 4506.0, 4527.0, 4561.0, 4549.0, 4541.0, 4570.0, 4531.0, 4529.0, 4565.0, 4590.0, 4564.0, 4541.0, 4539.0, 4556.0, 4602.0, 4575.0, 4591.0, 4531.0, 4586.0, 4564.0, 4614.0, 4572.0, 4519.0, 4540.0, 4542.0, 4610.0, 4594.0, 4579.0, 4528.0, 4520.0, 4562.0, 4559.0, 4624.0, 4543.0, 4527.0, 4521.0, 4581.0, 4557.0, 4572.0, 4540.0, 4530.0, 4565.0, 4542.0, 4620.0, 4594.0, 4532.0, 4550.0, 4529.0, 4537.0, 4552.0, 4594.0, 4604.0, 4566.0, 4583.0, 4531.0, 4584.0, 4553.0, 4612.0, 4573.0, 4529.0, 4527.0, 4534.0, 4621.0, 4595.0, 4560.0, 4530.0, 4544.0, 4591.0, 4574.0, 4571.0, 4529.0, 4540.0, 4582.0, 4570.0, 4613.0, 4531.0, 4526.0, 4553.0, 4560.0, 4590.0, 4530.0, 4539.0, 4516.0, 4540.0, 4542.0, 4598.0, 4542.0, 4506.0, 4541.0, 4542.0, 4560.0, 4542.0, 4537.0, 4541.0, 4581.0, 4551.0, 4589.0, 4564.0, 4542.0, 4541.0, 4557.0, 4612.0, 4582.0, 4592.0, 4541.0, 4539.0, 4563.0, 4542.0, 4625.0, 4554.0, 4547.0, 4564.0, 4561.0, 4605.0, 4532.0, 4548.0, 4557.0, 4603.0, 4603.0, 4595.0, 4603.0, 4520.0, 4547.0, 4553.0, 4599.0, 4592.0, 4528.0, 4526.0, 4531.0, 4581.0, 4550.0, 4577.0, 4536.0, 4538.0, 4551.0, 4538.0, 4600.0, 4540.0, 4519.0, 4563.0, 4551.0, 4609.0, 4594.0, 4593.0, 4540.0, 4527.0, 4528.0, 4546.0, 4611.0, 4592.0, 4622.0, 4583.0, 4528.0, 4527.0, 4518.0, 4569.0, 4560.0, 4609.0, 4539.0, 4517.0, 4529.0, 4541.0, 4589.0, 4517.0, 4544.0, 4540.0, 4556.0, 4559.0, 4528.0, 4526.0, 4543.0, 4599.0, 4593.0, 4590.0, 4528.0, 4525.0, 4552.0, 4539.0, 4609.0, 4585.0, 4537.0, 4526.0, 4549.0, 4538.0, 4549.0, 4604.0, 4519.0, 4507.0, 4565.0, 4539.0, 4582.0, 4528.0, 4549.0, 4584.0, 4644.0, 4585.0, 4546.0, 4536.0, 4534.0, 4609.0, 4530.0, 4504.0, 4527.0, 4539.0, 4580.0, 4568.0, 4532.0, 4530.0, 4546.0, 4595.0, 4584.0, 4602.0, 4528.0, 4516.0, 4540.0, 4533.0, 4612.0, 4584.0, 4530.0, 4528.0, 4543.0, 4593.0, 4563.0, 4591.0, 4529.0, 4520.0, 4551.0, 4532.0, 4567.0, 4529.0, 4533.0, 4552.0, 4540.0, 4540.0, 4530.0, 4566.0, 4544.0, 4612.0, 4594.0, 4539.0, 4527.0, 4554.0, 4570.0, 4554.0, 4574.0, 4542.0, 4529.0, 4554.0, 4542.0, 4613.0, 4576.0, 4552.0, 4545.0, 4554.0, 4550.0, 4541.0, 4551.0, 4554.0, 4546.0, 4597.0, 4618.0, 4556.0, 4593.0, 4532.0, 4554.0, 4584.0, 4615.0, 4595.0, 4531.0, 4528.0, 4544.0, 4600.0, 4573.0, 4530.0, 4528.0, 4519.0, 4521.0, 4534.0, 4572.0, 4554.0, 4541.0, 4543.0, 4557.0, 4594.0, 4555.0, 4583.0, 4542.0, 4510.0, 4555.0, 4551.0, 4575.0, 4532.0, 4540.0, 4546.0, 4604.0, 4564.0, 4561.0, 4541.0, 4543.0, 4553.0, 4561.0, 4615.0, 4522.0, 4528.0, 4544.0, 4573.0, 4553.0, 4596.0, 4556.0, 4520.0, 4530.0, 4546.0, 4600.0, 4583.0, 4584.0, 4541.0, 4538.0, 4555.0, 4557.0, 4604.0, 4576.0, 4562.0, 4542.0, 4541.0, 4555.0, 4573.0, 4616.0, 4543.0, 4538.0, 4544.0, 4552.0, 4585.0, 4529.0, 4516.0, 4531.0, 4583.0, 4541.0, 4542.0, 4529.0, 4530.0, 4556.0, 4532.0, 4615.0, 4555.0, 4529.0, 4531.0, 4556.0, 4592.0, 4564.0, 4584.0, 4532.0, 4507.0, 4555.0, 4550.0, 4586.0, 4543.0, 4530.0, 4532.0, 4565.0, 4543.0, 4596.0, 4543.0, 4538.0, 4542.0, 4556.0, 4614.0, 4567.0, 4542.0, 4542.0, 4557.0, 4593.0, 4565.0, 4571.0, 4521.0, 4523.0, 4565.0, 4581.0, 4630.0, 4522.0, 4526.0, 4547.0, 4542.0, 4568.0, 4564.0, 4597.0, 4533.0, 4511.0, 4555.0, 4552.0, 4617.0, 4581.0, 4572.0, 4545.0, 4543.0, 4574.0, 4596.0, 4605.0, 4530.0, 4529.0, 4543.0, 4570.0, 4603.0, 4519.0, 4525.0, 4531.0, 4532.0, 4582.0, 4544.0, 4536.0, 4516.0, 4521.0, 4540.0, 4578.0, 4602.0, 4518.0, 4514.0, 4539.0, 4529.0, 4529.0, 4530.0, 4518.0, 4517.0, 4532.0, 4530.0, 4600.0, 4533.0, 4507.0, 4528.0, 4540.0, 4551.0, 4540.0, 4562.0, 4519.0, 4505.0, 4544.0, 4581.0, 4552.0, 4585.0, 4543.0, 4530.0, 4543.0, 4557.0, 4603.0, 4558.0, 4542.0, 4544.0, 4545.0, 4543.0, 4557.0, 4575.0], 'WindowWidth': [10267.0, 10232.0, 10194.0, 10184.0, 10152.0, 10041.0, 10076.0, 10027.0, 10109.0, 10075.0, 10015.0, 9969.0, 9980.0, 10022.0, 10003.0, 10056.0, 9951.0, 9926.0, 9967.0, 9959.0, 9996.0, 9979.0, 9983.0, 9955.0, 9955.0, 9992.0, 9962.0, 10039.0, 9964.0, 9951.0, 9955.0, 9944.0, 9992.0, 9981.0, 10026.0, 9971.0, 10027.0, 10012.0, 10039.0, 10018.0, 9972.0, 10046.0, 10027.0, 10089.0, 10012.0, 10075.0, 9993.0, 10014.0, 10003.0, 10041.0, 10041.0, 10094.0, 10052.0, 9977.0, 10003.0, 10021.0, 10067.0, 10040.0, 10066.0, 10004.0, 9980.0, 10049.0, 10028.0, 10156.0, 10070.0, 10059.0, 9987.0, 10065.0, 10024.0, 10105.0, 10093.0, 9979.0, 9986.0, 9987.0, 10086.0, 10033.0, 10020.0, 9976.0, 9950.0, 10003.0, 9997.0, 10054.0, 9967.0, 9994.0, 10022.0, 10033.0, 10022.0, 9978.0, 9957.0, 9998.0, 10075.0, 10035.0, 10062.0, 10003.0, 9989.0, 10010.0, 9978.0, 10045.0, 10011.0, 9979.0, 10068.0, 10013.0, 10021.0, 10000.0, 9995.0, 10079.0, 10018.0, 10102.0, 10046.0, 10007.0, 9981.0, 9984.0, 10060.0, 10038.0, 10084.0, 9968.0, 9971.0, 9962.0, 10010.0, 9999.0, 10006.0, 9985.0, 9965.0, 9989.0, 10019.0, 10069.0, 10013.0, 10081.0, 9998.0, 10011.0, 10035.0, 10112.0, 10091.0, 10077.0, 9984.0, 9953.0, 10010.0, 10003.0, 10085.0, 10072.0, 10051.0, 9979.0, 9951.0, 10011.0, 10001.0, 10095.0, 9974.0, 9990.0, 9990.0, 10046.0, 10008.0, 9970.0, 9961.0, 10011.0, 10060.0, 9999.0, 10102.0, 10000.0, 9962.0, 9978.0, 10004.0, 10054.0, 10013.0, 10085.0, 9985.0, 9988.0, 10005.0, 10051.0, 10010.0, 10033.0, 9982.0, 9947.0, 9975.0, 9983.0, 10038.0, 9988.0, 10024.0, 9968.0, 10003.0, 10016.0, 10089.0, 10027.0, 9980.0, 9974.0, 9996.0, 10018.0, 10015.0, 10066.0, 9982.0, 10009.0, 10031.0, 10120.0, 10063.0, 10058.0, 9986.0, 9942.0, 9986.0, 10002.0, 10083.0, 10000.0, 9983.0, 9970.0, 9977.0, 10002.0, 9968.0, 9977.0, 9969.0, 10040.0, 9991.0, 10088.0, 10005.0, 9966.0, 9986.0, 9995.0, 10077.0, 10021.0, 10024.0, 9967.0, 10017.0, 10002.0, 10051.0, 10049.0, 9970.0, 9957.0, 9954.0, 10008.0, 10005.0, 10060.0, 10020.0, 9968.0, 9983.0, 10012.0, 10074.0, 10004.0, 10053.0, 9970.0, 9988.0, 10013.0, 10045.0, 10045.0, 9958.0, 9982.0, 9970.0, 10016.0, 9992.0, 10067.0, 9991.0, 10023.0, 10023.0, 10065.0, 10054.0, 10024.0, 9990.0, 9952.0, 10042.0, 10008.0, 10111.0, 10025.0, 9994.0, 9980.0, 10057.0, 10008.0, 10149.0, 10175.0, 10094.0, 10027.0, 9995.0, 9942.0, 9957.0, 9941.0, 9988.0, 9999.0, 10071.0, 10009.0, 10022.0, 9997.0, 10022.0, 10032.0, 9998.0, 10010.0, 9961.0, 10069.0, 10044.0, 10095.0, 10123.0, 10010.0, 10010.0, 9949.0, 10005.0, 10006.0, 10082.0, 10042.0, 9972.0, 9944.0, 9939.0, 9989.0, 9991.0, 10062.0, 10006.0, 10013.0, 9956.0, 9893.0, 9957.0, 9949.0, 9969.0, 9968.0, 9949.0, 9992.0, 10026.0, 9969.0, 9988.0, 9967.0, 9979.0, 10023.0, 10029.0, 10007.0, 9973.0, 9971.0, 9996.0, 10070.0, 10012.0, 10106.0, 10069.0, 9991.0, 9982.0, 9995.0, 10043.0, 10015.0, 10099.0, 10002.0, 9996.0, 10041.0, 10026.0, 10124.0, 10072.0, 10059.0, 10001.0, 10041.0, 10104.0, 10087.0, 10087.0, 9989.0, 10012.0, 10041.0, 10066.0, 10118.0, 10001.0, 10016.0, 9980.0, 10000.0, 10038.0, 10013.0, 10034.0, 9981.0, 10069.0, 10027.0, 10034.0, 9975.0, 9981.0, 10057.0, 10012.0, 10075.0, 9974.0, 9991.0, 10033.0, 10001.0, 10103.0, 10070.0, 9995.0, 9991.0, 9957.0, 9995.0, 9999.0, 10105.0, 10082.0, 10076.0, 9992.0, 9967.0, 10008.0, 9999.0, 10073.0, 10017.0, 10031.0, 9998.0, 10028.0, 10053.0, 10050.0, 10078.0, 9966.0, 9979.0, 9996.0, 10052.0, 10036.0, 10080.0, 10005.0, 9968.0, 10009.0, 9992.0, 10073.0, 9988.0, 10004.0, 10011.0, 10035.0, 10004.0, 9966.0, 9966.0, 9998.0, 10044.0, 10014.0, 10040.0, 9955.0, 10019.0, 10010.0, 10083.0, 10046.0, 9966.0, 9958.0, 9970.0, 10002.0, 9974.0, 10084.0, 9982.0, 9938.0, 9970.0, 10026.0, 10004.0, 9995.0, 10031.0, 9978.0, 9975.0, 10033.0, 10061.0, 10030.0, 9992.0, 9988.0, 10022.0, 10081.0, 10045.0, 10060.0, 9979.0, 10063.0, 10031.0, 10097.0, 10038.0, 9960.0, 9993.0, 10000.0, 10089.0, 10072.0, 10042.0, 9971.0, 9966.0, 10027.0, 10017.0, 10112.0, 9998.0, 9969.0, 9969.0, 10051.0, 10018.0, 10039.0, 9991.0, 9978.0, 10034.0, 9998.0, 10100.0, 10070.0, 9983.0, 10004.0, 9975.0, 9982.0, 10011.0, 10071.0, 10087.0, 10037.0, 10054.0, 9980.0, 10060.0, 10017.0, 10091.0, 10039.0, 9972.0, 9969.0, 9993.0, 10103.0, 10074.0, 10016.0, 9973.0, 10004.0, 10063.0, 10040.0, 10032.0, 9973.0, 9994.0, 10052.0, 10032.0, 10097.0, 9981.0, 9965.0, 10014.0, 10021.0, 10060.0, 9977.0, 9984.0, 9952.0, 9992.0, 9996.0, 10068.0, 9994.0, 9939.0, 9996.0, 9998.0, 10019.0, 9995.0, 9983.0, 9996.0, 10050.0, 10010.0, 10057.0, 10030.0, 9996.0, 9991.0, 10028.0, 10093.0, 10052.0, 10063.0, 9994.0, 9988.0, 10030.0, 9998.0, 10116.0, 10015.0, 9996.0, 10032.0, 10021.0, 10086.0, 9982.0, 9998.0, 10026.0, 10083.0, 10080.0, 10071.0, 10081.0, 9963.0, 9992.0, 10016.0, 10072.0, 10065.0, 9972.0, 9963.0, 9981.0, 10050.0, 10004.0, 10036.0, 9979.0, 9983.0, 10010.0, 9986.0, 10073.0, 9990.0, 9960.0, 10029.0, 10008.0, 10085.0, 10069.0, 10064.0, 9989.0, 9967.0, 9971.0, 10008.0, 10089.0, 10062.0, 10106.0, 10053.0, 9972.0, 9964.0, 9957.0, 10030.0, 10017.0, 10084.0, 9986.0, 9952.0, 9976.0, 9992.0, 10055.0, 9956.0, 9985.0, 9990.0, 10007.0, 10014.0, 9969.0, 9966.0, 10002.0, 10072.0, 10066.0, 10058.0, 9969.0, 9960.0, 10012.0, 9990.0, 10087.0, 10058.0, 9980.0, 9963.0, 10006.0, 9988.0, 10004.0, 10082.0, 9960.0, 9942.0, 10033.0, 9989.0, 10051.0, 9974.0, 10000.0, 10080.0, 10158.0, 10060.0, 9992.0, 9981.0, 9972.0, 10084.0, 9974.0, 9931.0, 9967.0, 9987.0, 10044.0, 10042.0, 9981.0, 9975.0, 10009.0, 10074.0, 10058.0, 10076.0, 9970.0, 9948.0, 9989.0, 9988.0, 10093.0, 10059.0, 9974.0, 9971.0, 10000.0, 10070.0, 10025.0, 10059.0, 9971.0, 9964.0, 10008.0, 9982.0, 10024.0, 9972.0, 9986.0, 10010.0, 9992.0, 9992.0, 9975.0, 10038.0, 10005.0, 10092.0, 10072.0, 9986.0, 9965.0, 10017.0, 10033.0, 10017.0, 10040.0, 9993.0, 9973.0, 10020.0, 9999.0, 10095.0, 10048.0, 10011.0, 10004.0, 10015.0, 10006.0, 9995.0, 10008.0, 10015.0, 10011.0, 10082.0, 10108.0, 10023.0, 10067.0, 9982.0, 10014.0, 10057.0, 10101.0, 10071.0, 9977.0, 9968.0, 10002.0, 10073.0, 10035.0, 9974.0, 9968.0, 9956.0, 9965.0, 9987.0, 10036.0, 10015.0, 9991.0, 9994.0, 10027.0, 10070.0, 10017.0, 10050.0, 9994.0, 9949.0, 10016.0, 10007.0, 10043.0, 9980.0, 9989.0, 10009.0, 10084.0, 10029.0, 10017.0, 9992.0, 10000.0, 10017.0, 10020.0, 10101.0, 9968.0, 9969.0, 10001.0, 10040.0, 10011.0, 10072.0, 10018.0, 9961.0, 9973.0, 10007.0, 10072.0, 10054.0, 10053.0, 9991.0, 9981.0, 10019.0, 10021.0, 10082.0, 10048.0, 10020.0, 9994.0, 9991.0, 10020.0, 10037.0, 10103.0, 9995.0, 9982.0, 10000.0, 10010.0, 10057.0, 9972.0, 9950.0, 9981.0, 10053.0, 9995.0, 9994.0, 9973.0, 9978.0, 10021.0, 9983.0, 10102.0, 10017.0, 9973.0, 9980.0, 10019.0, 10062.0, 10030.0, 10054.0, 9979.0, 9940.0, 10019.0, 10005.0, 10060.0, 9997.0, 9973.0, 9978.0, 10033.0, 9999.0, 10075.0, 9998.0, 9982.0, 9997.0, 10022.0, 10097.0, 10034.0, 9992.0, 9995.0, 10023.0, 10068.0, 10034.0, 10032.0, 9963.0, 9974.0, 10031.0, 10047.0, 10129.0, 9969.0, 9965.0, 10010.0, 9997.0, 10028.0, 10031.0, 10079.0, 9985.0, 9951.0, 10021.0, 10010.0, 10103.0, 10061.0, 10035.0, 10004.0, 9999.0, 10043.0, 10073.0, 10086.0, 9974.0, 9973.0, 10000.0, 10030.0, 10082.0, 9958.0, 9959.0, 9980.0, 9983.0, 10048.0, 10000.0, 9977.0, 9949.0, 9967.0, 9991.0, 10035.0, 10077.0, 9956.0, 9944.0, 9987.0, 9975.0, 9974.0, 9975.0, 9955.0, 9952.0, 9983.0, 9977.0, 10072.0, 9985.0, 9939.0, 9970.0, 9991.0, 10010.0, 9992.0, 10022.0, 9959.0, 9935.0, 10005.0, 10047.0, 10011.0, 10058.0, 9998.0, 9975.0, 9999.0, 10023.0, 10080.0, 10026.0, 9994.0, 10000.0, 10006.0, 10000.0, 10024.0, 10044.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.004303429228998849</td></tr>
<tr><td colspan=3>aqi</td><td>0.048543077905638665</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.69769367099079</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.171523515610598</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9774388559677418</td></tr>
<tr><td colspan=3>efc</td><td>0.5376</td></tr>
<tr><td colspan=3>fber</td><td>2562.311</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20956693635900706</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>378</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>43.49827387802071</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.378034998635263</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.274754491220172</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.516617212726443</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3427332919591746</td></tr>
<tr><td colspan=3>gcor</td><td>0.00783659</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017035488039255142</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03896455839276314</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>4.413553211487837</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>20.7617</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>79.3115</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>272.9505</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286438.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1229.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>475.0929</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9244</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.8501</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3724.4564</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3812.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1872.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.6984</td></tr>
<tr><td colspan=3>tsnr</td><td>28.99006070289761</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>