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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0085_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0085_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0085_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0085_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0085_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0085_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0085_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0085_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0085_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0085/ses-01/func/sub-0085_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>05c06c8210d9f106b95ed50e323016a9</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>22:25:18.365000</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.99672, 0.0737048, 0.0334294, -0.0770434, 0.990599, 0.113036]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.108354</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7780, -7204, 618, -4, -321, 152, 9]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.803</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6391c9dd-ea05-4dbd-b1a7-7cb92f117903||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.674125909805298, -0.20670177042484283, 0.06691629439592361, 118.68367767333984], [-0.19774459302425385, 2.657705783843994, 0.31115010380744934, -89.28997802734375], [0.08968855440616608, -0.3032675087451935, 2.6811766624450684, -53.45760726928711], [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': ['222518.365000', '222518.825000', '222519.285000', '222519.745000', '222520.205000', '222520.665000', '222521.125000', '222521.585000', '222522.045000', '222522.505000', '222522.965000', '222523.425000', '222523.885000', '222524.345000', '222524.805000', '222525.265000', '222525.725000', '222526.185000', '222526.645000', '222527.105000', '222527.565000', '222528.025000', '222528.485000', '222528.945000', '222529.405000', '222529.865000', '222530.325000', '222530.785000', '222531.245000', '222531.705000', '222532.165000', '222532.625000', '222533.085000', '222533.545000', '222534.005000', '222534.465000', '222534.925000', '222535.385000', '222535.845000', '222536.305000', '222536.765000', '222537.225000', '222537.685000', '222538.145000', '222538.605000', '222539.065000', '222539.525000', '222539.985000', '222540.445000', '222540.905000', '222541.365000', '222541.825000', '222542.285000', '222542.745000', '222543.205000', '222543.665000', '222544.125000', '222544.585000', '222545.045000', '222545.505000', '222545.965000', '222546.425000', '222546.885000', '222547.345000', '222547.805000', '222548.265000', '222548.725000', '222549.185000', '222549.645000', '222550.105000', '222550.565000', '222551.025000', '222551.485000', '222551.945000', '222552.405000', '222552.865000', '222553.325000', '222553.785000', '222554.245000', '222554.705000', '222555.165000', '222555.625000', '222556.085000', '222556.545000', '222557.005000', '222557.465000', '222557.925000', '222558.385000', '222558.845000', '222559.305000', '222559.765000', '222600.225000', '222600.685000', '222601.145000', '222601.605000', '222602.065000', '222602.525000', '222602.985000', '222603.445000', '222603.905000', '222604.365000', '222604.825000', '222605.285000', '222605.745000', '222606.205000', '222606.665000', '222607.125000', '222607.585000', '222608.045000', '222608.505000', '222608.965000', '222609.425000', '222609.885000', '222610.345000', '222610.805000', '222611.265000', '222611.725000', '222612.185000', '222612.645000', '222613.105000', '222613.565000', '222614.025000', '222614.485000', '222614.945000', '222615.405000', '222615.865000', '222616.325000', '222616.785000', '222617.245000', '222617.705000', '222618.165000', '222618.625000', '222619.085000', '222619.545000', '222620.005000', '222620.465000', '222620.925000', '222621.385000', '222621.845000', '222622.305000', '222622.765000', '222623.225000', '222623.685000', '222624.145000', '222624.605000', '222625.065000', '222625.525000', '222625.985000', '222626.445000', '222626.905000', '222627.365000', '222627.825000', '222628.285000', '222628.745000', '222629.205000', '222629.665000', '222630.125000', '222630.585000', '222631.045000', '222631.505000', '222631.965000', '222632.425000', '222632.885000', '222633.345000', '222633.805000', '222634.265000', '222634.725000', '222635.185000', '222635.645000', '222636.105000', '222636.565000', '222637.025000', '222637.485000', '222637.945000', '222638.405000', '222638.865000', '222639.325000', '222639.785000', '222640.245000', '222640.705000', '222641.165000', '222641.625000', '222642.085000', '222642.545000', '222643.005000', '222643.465000', '222643.925000', '222644.385000', '222644.845000', '222645.305000', '222645.765000', '222646.225000', '222646.685000', '222647.145000', '222647.605000', '222648.065000', '222648.525000', '222648.985000', '222649.445000', '222649.905000', '222650.365000', '222650.825000', '222651.285000', '222651.745000', '222652.205000', '222652.665000', '222653.125000', '222653.585000', '222654.045000', '222654.505000', '222654.965000', '222655.425000', '222655.885000', '222656.345000', '222656.805000', '222657.265000', '222657.725000', '222658.185000', '222658.645000', '222659.105000', '222659.565000', '222700.025000', '222700.485000', '222700.945000', '222701.405000', '222701.865000', '222702.325000', '222702.785000', '222703.245000', '222703.705000', '222704.165000', '222704.625000', '222705.085000', '222705.545000', '222706.005000', '222706.465000', '222706.925000', '222707.385000', '222707.845000', '222708.305000', '222708.765000', '222709.225000', '222709.685000', '222710.145000', '222710.605000', '222711.065000', '222711.525000', '222711.985000', '222712.445000', '222712.905000', '222713.365000', '222713.825000', '222714.285000', '222714.745000', '222715.205000', '222715.665000', '222716.125000', '222716.585000', '222717.045000', '222717.505000', '222717.965000', '222718.425000', '222718.885000', '222719.345000', '222719.805000', '222720.265000', '222720.725000', '222721.185000', '222721.645000', '222722.105000', '222722.565000', '222723.025000', '222723.485000', '222723.945000', '222724.405000', '222724.865000', '222725.325000', '222725.785000', '222726.245000', '222726.705000', '222727.165000', '222727.625000', '222728.085000', '222728.545000', '222729.005000', '222729.465000', '222729.925000', '222730.385000', '222730.845000', '222731.305000', '222731.765000', '222732.225000', '222732.685000', '222733.145000', '222733.605000', '222734.065000', '222734.525000', '222734.985000', '222735.445000', '222735.905000', '222736.365000', '222736.825000', '222737.285000', '222737.745000', '222738.205000', '222738.665000', '222739.125000', '222739.585000', '222740.045000', '222740.505000', '222740.965000', '222741.425000', '222741.885000', '222742.345000', '222742.805000', '222743.265000', '222743.725000', '222744.185000', '222744.645000', '222745.105000', '222745.565000', '222746.025000', '222746.485000', '222746.945000', '222747.405000', '222747.865000', '222748.325000', '222748.785000', '222749.245000', '222749.705000', '222750.165000', '222750.625000', '222751.085000', '222751.545000', '222752.005000', '222752.465000', '222752.925000', '222753.385000', '222753.845000', '222754.305000', '222754.765000', '222755.225000', '222755.685000', '222756.145000', '222756.605000', '222757.065000', '222757.525000', '222757.985000', '222758.445000', '222758.905000', '222759.365000', '222759.825000', '222800.285000', '222800.745000', '222801.205000', '222801.665000', '222802.125000', '222802.585000', '222803.045000', '222803.505000', '222803.965000', '222804.425000', '222804.885000', '222805.345000', '222805.805000', '222806.265000', '222806.725000', '222807.185000', '222807.645000', '222808.105000', '222808.565000', '222809.025000', '222809.485000', '222809.945000', '222810.405000', '222810.865000', '222811.325000', '222811.785000', '222812.245000', '222812.705000', '222813.165000', '222813.625000', '222814.085000', '222814.545000', '222815.005000', '222815.465000', '222815.925000', '222816.385000', '222816.845000', '222817.305000', '222817.765000', '222818.225000', '222818.685000', '222819.145000', '222819.605000', '222820.065000', '222820.525000', '222820.985000', '222821.445000', '222821.905000', '222822.365000', '222822.825000', '222823.285000', '222823.745000', '222824.205000', '222824.665000', '222825.125000', '222825.585000', '222826.045000', '222826.505000', '222826.965000', '222827.425000', '222827.885000', '222828.345000', '222828.805000', '222829.265000', '222829.725000', '222830.185000', '222830.645000', '222831.105000', '222831.565000', '222832.025000', '222832.485000', '222832.945000', '222833.405000', '222833.865000', '222834.325000', '222834.785000', '222835.245000', '222835.705000', '222836.165000', '222836.625000', '222837.085000', '222837.545000', '222838.005000', '222838.465000', '222838.925000', '222839.385000', '222839.845000', '222840.305000', '222840.765000', '222841.225000', '222841.685000', '222842.145000', '222842.605000', '222843.065000', '222843.525000', '222843.985000', '222844.445000', '222844.905000', '222845.365000', '222845.825000', '222846.285000', '222846.745000', '222847.205000', '222847.665000', '222848.125000', '222848.585000', '222849.045000', '222849.505000', '222849.965000', '222850.425000', '222850.885000', '222851.345000', '222851.805000', '222852.265000', '222852.725000', '222853.185000', '222853.645000', '222854.105000', '222854.565000', '222855.025000', '222855.485000', '222855.945000', '222856.405000', '222856.865000', '222857.325000', '222857.785000', '222858.245000', '222858.705000', '222859.165000', '222859.625000', '222900.085000', '222900.545000', '222901.005000', '222901.465000', '222901.925000', '222902.385000', '222902.845000', '222903.305000', '222903.765000', '222904.225000', '222904.685000', '222905.145000', '222905.605000', '222906.065000', '222906.525000', '222906.985000', '222907.445000', '222907.905000', '222908.365000', '222908.825000', '222909.285000', '222909.745000', '222910.205000', '222910.665000', '222911.125000', '222911.585000', '222912.045000', '222912.505000', '222912.965000', '222913.425000', '222913.885000', '222914.345000', '222914.805000', '222915.265000', '222915.725000', '222916.185000', '222916.645000', '222917.105000', '222917.565000', '222918.025000', '222918.485000', '222918.945000', '222919.405000', '222919.865000', '222920.325000', '222920.785000', '222921.245000', '222921.705000', '222922.165000', '222922.625000', '222923.085000', '222923.545000', '222924.005000', '222924.465000', '222924.925000', '222925.385000', '222925.845000', '222926.305000', '222926.765000', '222927.225000', '222927.685000', '222928.145000', '222928.605000', '222929.065000', '222929.525000', '222929.985000', '222930.445000', '222930.905000', '222931.365000', '222931.825000', '222932.285000', '222932.745000', '222933.205000', '222933.665000', '222934.125000', '222934.585000', '222935.045000', '222935.505000', '222935.965000', '222936.425000', '222936.885000', '222937.345000', '222937.805000', '222938.265000', '222938.725000', '222939.185000', '222939.645000', '222940.105000', '222940.565000', '222941.025000', '222941.485000', '222941.945000', '222942.405000', '222942.865000', '222943.325000', '222943.785000', '222944.245000', '222944.705000', '222945.165000', '222945.625000', '222946.085000', '222946.545000', '222947.005000', '222947.465000', '222947.925000', '222948.385000', '222948.845000', '222949.305000', '222949.765000', '222950.225000', '222950.685000', '222951.145000', '222951.605000', '222952.065000', '222952.525000', '222952.985000', '222953.445000', '222953.905000', '222954.365000', '222954.825000', '222955.285000', '222955.745000', '222956.205000', '222956.665000', '222957.125000', '222957.585000', '222958.045000', '222958.505000', '222958.965000', '222959.425000', '222959.885000', '223000.345000', '223000.805000', '223001.265000', '223001.725000', '223002.185000', '223002.645000', '223003.105000', '223003.565000', '223004.025000', '223004.485000', '223004.945000', '223005.405000', '223005.865000', '223006.325000', '223006.785000', '223007.245000', '223007.705000', '223008.165000', '223008.625000', '223009.085000', '223009.545000', '223010.005000', '223010.465000', '223010.925000', '223011.385000', '223011.845000', '223012.305000', '223012.765000', '223013.225000', '223013.685000', '223014.145000', '223014.605000', '223015.065000', '223015.525000', '223015.985000', '223016.445000', '223016.905000', '223017.365000', '223017.825000', '223018.285000', '223018.745000', '223019.205000', '223019.665000', '223020.125000', '223020.585000', '223021.045000', '223021.505000', '223021.965000', '223022.425000', '223022.885000', '223023.345000', '223023.805000', '223024.265000', '223024.725000', '223025.185000', '223025.645000', '223026.105000', '223026.565000', '223027.025000', '223027.485000', '223027.945000', '223028.405000', '223028.865000', '223029.325000', '223029.785000', '223030.245000', '223030.705000', '223031.165000', '223031.625000', '223032.085000', '223032.545000', '223033.005000', '223033.465000', '223033.925000', '223034.385000', '223034.845000', '223035.305000', '223035.765000', '223036.225000', '223036.685000', '223037.145000', '223037.605000', '223038.065000', '223038.525000', '223038.985000', '223039.445000', '223039.905000', '223040.365000', '223040.825000', '223041.285000', '223041.745000', '223042.205000', '223042.665000', '223043.125000', '223043.585000', '223044.045000', '223044.505000', '223044.965000', '223045.425000', '223045.885000', '223046.345000', '223046.805000', '223047.265000', '223047.725000', '223048.185000', '223048.645000', '223049.105000', '223049.565000', '223050.025000', '223050.485000', '223050.945000', '223051.405000', '223051.865000', '223052.325000', '223052.785000', '223053.245000', '223053.705000', '223054.165000', '223054.625000', '223055.085000', '223055.545000', '223056.005000', '223056.465000', '223056.925000', '223057.385000', '223057.845000', '223058.305000', '223058.765000', '223059.225000', '223059.685000', '223100.145000', '223100.605000', '223101.065000', '223101.525000', '223101.985000', '223102.445000', '223102.905000', '223103.365000', '223103.825000', '223104.285000', '223104.745000', '223105.205000', '223105.665000', '223106.125000', '223106.585000', '223107.045000', '223107.505000', '223107.965000', '223108.425000', '223108.885000', '223109.345000', '223109.805000', '223110.265000', '223110.725000', '223111.185000', '223111.645000', '223112.105000', '223112.565000', '223113.025000', '223113.485000', '223113.945000', '223114.405000', '223114.865000', '223115.325000', '223115.785000', '223116.245000', '223116.705000', '223117.165000', '223117.625000', '223118.085000', '223118.545000', '223119.005000', '223119.465000', '223119.925000', '223120.385000', '223120.845000', '223121.305000', '223121.765000', '223122.225000', '223122.685000', '223123.145000', '223123.605000', '223124.065000', '223124.525000', '223124.985000', '223125.445000', '223125.905000', '223126.365000', '223126.825000', '223127.285000', '223127.745000', '223128.205000', '223128.665000', '223129.125000', '223129.585000', '223130.045000', '223130.505000', '223130.965000', '223131.425000', '223131.885000', '223132.345000', '223132.805000', '223133.265000', '223133.725000', '223134.185000', '223134.645000', '223135.105000', '223135.565000', '223136.025000', '223136.485000', '223136.945000', '223137.405000', '223137.865000', '223138.325000', '223138.785000', '223139.245000', '223139.705000', '223140.165000', '223140.625000', '223141.085000', '223141.545000', '223142.005000', '223142.465000', '223142.925000', '223143.385000', '223143.845000', '223144.305000', '223144.765000', '223145.225000', '223145.685000', '223146.145000', '223146.605000', '223147.065000', '223147.525000', '223147.985000', '223148.445000', '223148.905000', '223149.365000', '223149.825000', '223150.285000', '223150.745000', '223151.205000', '223151.665000', '223152.125000', '223152.585000', '223153.045000', '223153.505000', '223153.965000', '223154.425000', '223154.885000', '223155.345000', '223155.805000', '223156.265000', '223156.725000', '223157.185000', '223157.645000', '223158.105000', '223158.565000', '223159.025000'], 'ContentTime': ['222529.475000', '222529.478000', '222529.481000', '222529.485000', '222529.488000', '222529.490000', '222529.493000', '222529.495000', '222529.498000', '222529.501000', '222529.503000', '222529.506000', '222529.508000', '222529.511000', '222529.517000', '222529.526000', '222529.529000', '222529.531000', '222529.542000', '222529.545000', '222529.547000', '222529.550000', '222549.441000', '222549.444000', '222549.447000', '222549.449000', '222549.452000', '222549.465000', '222549.468000', '222549.471000', '222549.473000', '222549.476000', '222549.478000', '222549.481000', '222549.483000', '222549.486000', '222549.488000', '222549.491000', '222549.493000', '222549.496000', '222549.498000', '222549.501000', '222549.504000', '222549.506000', '222549.509000', '222549.511000', '222549.514000', '222549.516000', '222549.519000', '222549.521000', '222549.524000', '222549.526000', '222549.560000', '222549.562000', '222549.565000', '222549.567000', '222549.570000', '222549.573000', '222549.575000', '222549.578000', '222549.580000', '222549.583000', '222549.585000', '222549.588000', '222549.590000', '222609.441000', '222609.444000', '222609.447000', '222609.449000', '222609.452000', '222609.454000', '222609.457000', '222609.460000', '222609.462000', '222609.465000', '222609.467000', '222609.470000', '222609.472000', '222609.475000', '222609.477000', '222609.480000', '222609.483000', '222609.485000', '222609.488000', '222609.490000', '222609.502000', '222609.505000', '222609.508000', '222609.510000', '222609.513000', '222609.515000', '222609.518000', '222609.520000', '222609.523000', '222609.526000', '222609.528000', '222609.531000', '222609.533000', '222609.536000', '222609.538000', '222609.541000', '222609.544000', '222609.546000', '222609.549000', '222609.552000', '222609.554000', '222609.557000', '222609.559000', '222609.562000', '222629.441000', '222629.444000', '222629.447000', '222629.449000', '222629.452000', '222629.455000', '222629.457000', '222629.460000', '222629.462000', '222629.465000', '222629.467000', '222629.470000', '222629.472000', '222629.475000', '222629.478000', '222629.480000', '222629.483000', '222629.486000', '222629.488000', '222629.491000', '222629.493000', '222629.496000', '222629.498000', '222629.501000', '222629.504000', '222629.506000', '222629.509000', '222629.511000', '222629.514000', '222629.516000', '222629.519000', '222629.522000', '222629.524000', '222629.527000', '222629.529000', '222629.532000', '222629.535000', '222629.537000', '222629.540000', '222629.542000', '222629.545000', '222629.547000', '222629.550000', '222649.441000', '222649.444000', '222649.447000', '222649.449000', '222649.452000', '222649.454000', '222649.457000', '222649.460000', '222649.462000', '222649.465000', '222649.467000', '222649.470000', '222649.473000', '222649.475000', '222649.478000', '222649.481000', '222649.484000', '222649.486000', '222649.489000', '222649.492000', '222649.494000', '222649.497000', '222649.499000', '222649.502000', '222649.504000', '222649.507000', '222649.510000', '222649.512000', '222649.515000', '222649.517000', '222649.520000', '222649.523000', '222649.525000', '222649.528000', '222649.530000', '222649.533000', '222649.536000', '222649.538000', '222649.541000', '222649.543000', '222649.546000', '222649.548000', '222649.551000', '222649.554000', '222709.442000', '222709.445000', '222709.447000', '222709.450000', '222709.452000', '222709.455000', '222709.458000', '222709.460000', '222709.463000', '222709.466000', '222709.468000', '222709.471000', '222709.473000', '222709.476000', '222709.478000', '222709.481000', '222709.484000', '222709.486000', '222709.489000', '222709.492000', '222709.494000', '222709.497000', '222709.499000', '222709.502000', '222709.504000', '222709.507000', '222709.510000', '222709.512000', '222709.515000', '222709.517000', '222709.520000', '222709.523000', '222709.525000', '222709.528000', '222709.530000', '222709.533000', '222709.535000', '222709.538000', '222709.540000', '222709.543000', '222709.546000', '222709.548000', '222709.551000', '222729.440000', '222729.461000', '222729.464000', '222729.466000', '222729.469000', '222729.479000', '222729.481000', '222729.484000', '222729.486000', '222729.489000', '222729.492000', '222729.494000', '222729.497000', '222729.499000', '222729.502000', '222729.504000', '222729.507000', '222729.510000', '222729.512000', '222729.515000', '222729.517000', '222729.520000', '222729.523000', '222729.525000', '222729.528000', '222729.530000', '222729.533000', '222729.535000', '222729.538000', '222729.541000', '222729.543000', '222729.546000', '222729.549000', '222729.551000', '222729.554000', '222729.556000', '222729.559000', '222729.561000', '222729.564000', '222729.566000', '222729.569000', '222729.572000', '222729.574000', '222749.441000', '222749.444000', '222749.447000', '222749.449000', '222749.452000', '222749.455000', '222749.457000', '222749.460000', '222749.463000', '222749.465000', '222749.468000', '222749.470000', '222749.473000', '222749.475000', '222749.478000', '222749.481000', '222749.483000', '222749.486000', '222749.488000', '222749.491000', '222749.493000', '222749.496000', '222749.499000', '222749.501000', '222749.504000', '222749.506000', '222749.509000', '222749.511000', '222749.514000', '222749.517000', '222749.519000', '222749.522000', '222749.524000', '222749.527000', '222749.529000', '222749.532000', '222749.535000', '222749.537000', '222749.540000', '222749.542000', '222749.545000', '222749.547000', '222749.550000', '222749.553000', '222809.442000', '222809.444000', '222809.447000', '222809.450000', '222809.452000', '222809.455000', '222809.457000', '222809.460000', '222809.463000', '222809.465000', '222809.468000', '222809.470000', '222809.473000', '222809.476000', '222809.478000', '222809.481000', '222809.483000', '222809.486000', '222809.489000', '222809.491000', '222809.494000', '222809.496000', '222809.499000', '222809.501000', '222809.504000', '222809.507000', '222809.509000', '222809.512000', '222809.514000', '222809.517000', '222809.520000', '222809.523000', '222809.526000', '222809.528000', '222809.531000', '222809.534000', '222809.536000', '222809.539000', '222809.541000', '222809.544000', '222809.547000', '222809.549000', '222809.552000', '222829.442000', '222829.444000', '222829.447000', '222829.450000', '222829.452000', '222829.455000', '222829.457000', '222829.460000', '222829.463000', '222829.465000', '222829.468000', '222829.470000', '222829.473000', '222829.476000', '222829.478000', '222829.481000', '222829.483000', '222829.486000', '222829.489000', '222829.491000', '222829.494000', '222829.497000', '222829.499000', '222829.502000', '222829.504000', '222829.507000', '222829.510000', '222829.512000', '222829.515000', '222829.517000', '222829.520000', '222829.523000', '222829.525000', '222829.528000', '222829.530000', '222829.533000', '222829.535000', '222829.538000', '222829.541000', '222829.543000', '222829.546000', '222829.548000', '222829.551000', '222829.554000', '222849.441000', '222849.444000', '222849.447000', '222849.449000', '222849.452000', '222849.454000', '222849.457000', '222849.460000', '222849.462000', '222849.465000', '222849.468000', '222849.470000', '222849.473000', '222849.475000', '222849.478000', '222849.480000', '222849.483000', '222849.486000', '222849.488000', '222849.491000', '222849.494000', '222849.496000', '222849.499000', '222849.501000', '222849.504000', '222849.507000', '222849.509000', '222849.512000', '222849.514000', '222849.517000', '222849.520000', '222849.529000', '222849.532000', '222849.534000', '222849.537000', '222849.539000', '222849.542000', '222849.544000', '222849.547000', '222849.550000', '222849.563000', '222849.565000', '222849.568000', '222909.441000', '222909.444000', '222909.447000', '222909.450000', '222909.452000', '222909.455000', '222909.457000', '222909.460000', '222909.463000', '222909.465000', '222909.468000', '222909.470000', '222909.473000', '222909.476000', '222909.478000', '222909.481000', '222909.483000', '222909.486000', '222909.489000', '222909.491000', '222909.494000', '222909.496000', '222909.499000', '222909.501000', '222909.504000', '222909.507000', '222909.509000', '222909.512000', '222909.515000', '222909.517000', '222909.520000', '222909.522000', '222909.525000', '222909.527000', '222909.530000', '222909.533000', '222909.535000', '222909.538000', '222909.540000', '222909.543000', '222909.546000', '222909.548000', '222909.551000', '222909.553000', '222929.441000', '222929.444000', '222929.447000', '222929.450000', '222929.452000', '222929.455000', '222929.457000', '222929.460000', '222929.463000', '222929.465000', '222929.468000', '222929.471000', '222929.473000', '222929.476000', '222929.478000', '222929.481000', '222929.484000', '222929.486000', '222929.489000', '222929.492000', '222929.494000', '222929.497000', '222929.500000', '222929.503000', '222929.506000', '222929.509000', '222929.512000', '222929.514000', '222929.517000', '222929.519000', '222929.522000', '222929.524000', '222929.527000', '222929.530000', '222929.532000', '222929.535000', '222929.537000', '222929.540000', '222929.542000', '222929.545000', '222929.548000', '222929.550000', '222929.553000', '222949.440000', '222949.443000', '222949.446000', '222949.448000', '222949.451000', '222949.454000', '222949.456000', '222949.459000', '222949.461000', '222949.464000', '222949.467000', '222949.469000', '222949.472000', '222949.474000', '222949.477000', '222949.480000', '222949.482000', '222949.485000', '222949.487000', '222949.490000', '222949.493000', '222949.495000', '222949.498000', '222949.501000', '222949.503000', '222949.506000', '222949.508000', '222949.511000', '222949.514000', '222949.516000', '222949.519000', '222949.521000', '222949.524000', '222949.527000', '222949.530000', '222949.532000', '222949.535000', '222949.537000', '222949.540000', '222949.543000', '222949.545000', '222949.548000', '222949.551000', '222949.553000', '223009.442000', '223009.444000', '223009.447000', '223009.449000', '223009.452000', '223009.455000', '223009.457000', '223009.460000', '223009.463000', '223009.465000', '223009.468000', '223009.477000', '223009.480000', '223009.483000', '223009.485000', '223009.488000', '223009.490000', '223009.493000', '223009.496000', '223009.498000', '223009.501000', '223009.504000', '223009.506000', '223009.509000', '223009.512000', '223009.514000', '223009.517000', '223009.519000', '223009.522000', '223009.525000', '223009.527000', '223009.530000', '223009.532000', '223009.535000', '223009.538000', '223009.540000', '223009.543000', '223009.546000', '223009.548000', '223009.551000', '223009.553000', '223009.556000', '223009.558000', '223029.441000', '223029.444000', '223029.447000', '223029.449000', '223029.452000', '223029.455000', '223029.457000', '223029.460000', '223029.481000', '223029.484000', '223029.486000', '223029.489000', '223029.492000', '223029.494000', '223029.497000', '223029.499000', '223029.502000', '223029.505000', '223029.507000', '223029.510000', '223029.512000', '223029.515000', '223029.518000', '223029.520000', '223029.523000', '223029.525000', '223029.528000', '223029.531000', '223029.533000', '223029.536000', '223029.538000', '223029.541000', '223029.544000', '223029.546000', '223029.549000', '223029.551000', '223029.554000', '223029.557000', '223029.559000', '223029.562000', '223029.564000', '223029.567000', '223029.570000', '223029.572000', '223049.442000', '223049.444000', '223049.447000', '223049.450000', '223049.452000', '223049.455000', '223049.457000', '223049.460000', '223049.463000', '223049.465000', '223049.468000', '223049.470000', '223049.473000', '223049.476000', '223049.478000', '223049.481000', '223049.483000', '223049.486000', '223049.488000', '223049.491000', '223049.494000', '223049.496000', '223049.499000', '223049.502000', '223049.504000', '223049.507000', '223049.509000', '223049.512000', '223049.522000', '223049.525000', '223049.527000', '223049.530000', '223049.532000', '223049.535000', '223049.538000', '223049.540000', '223049.543000', '223049.545000', '223049.548000', '223049.551000', '223049.554000', '223049.556000', '223049.559000', '223109.441000', '223109.444000', '223109.447000', '223109.449000', '223109.452000', '223109.454000', '223109.457000', '223109.460000', '223109.462000', '223109.465000', '223109.467000', '223109.470000', '223109.473000', '223109.475000', '223109.478000', '223109.481000', '223109.483000', '223109.486000', '223109.488000', '223109.491000', '223109.494000', '223109.496000', '223109.499000', '223109.502000', '223109.504000', '223109.507000', '223109.509000', '223109.512000', '223109.514000', '223109.517000', '223109.520000', '223109.522000', '223109.526000', '223109.529000', '223109.532000', '223109.534000', '223109.537000', '223109.539000', '223109.542000', '223109.545000', '223109.547000', '223109.550000', '223109.552000', '223109.555000', '223129.441000', '223129.444000', '223129.447000', '223129.449000', '223129.452000', '223129.455000', '223129.457000', '223129.460000', '223129.462000', '223129.465000', '223129.468000', '223129.470000', '223129.473000', '223129.475000', '223129.478000', '223129.481000', '223129.483000', '223129.486000', '223129.488000', '223129.491000', '223129.504000', '223129.506000', '223129.509000', '223129.512000', '223129.514000', '223129.517000', '223129.519000', '223129.522000', '223129.525000', '223129.527000', '223129.530000', '223129.532000', '223129.535000', '223129.538000', '223129.540000', '223129.543000', '223129.545000', '223129.548000', '223129.550000', '223129.553000', '223129.556000', '223129.558000', '223129.561000', '223149.442000', '223149.445000', '223149.447000', '223149.450000', '223149.452000', '223149.455000', '223149.458000', '223149.460000', '223149.463000', '223149.466000', '223149.468000', '223149.471000', '223149.473000', '223149.476000', '223149.479000', '223149.481000', '223149.484000', '223149.486000', '223149.489000', '223149.492000', '223149.494000', '223149.497000', '223149.499000', '223149.502000', '223149.504000', '223149.507000', '223149.510000', '223149.512000', '223149.515000', '223149.517000', '223149.520000', '223149.523000', '223149.525000', '223149.549000', '223149.551000', '223149.554000', '223149.556000', '223149.559000', '223149.570000', '223149.572000', '223149.575000', '223149.577000', '223149.580000', '223149.583000', '223200.384000', '223200.387000', '223200.389000', '223200.392000', '223200.395000', '223200.398000', '223200.400000', '223200.403000', '223200.406000', '223200.408000', '223200.411000', '223200.413000', '223200.416000', '223200.419000', '223200.421000', '223200.424000', '223200.426000', '223200.429000', '223200.432000', '223200.435000', '223200.438000', '223200.440000', '223200.443000', '223200.446000'], 'InstanceCreationTime': ['222529.475000', '222529.478000', '222529.481000', '222529.485000', '222529.488000', '222529.490000', '222529.493000', '222529.495000', '222529.498000', '222529.501000', '222529.503000', '222529.506000', '222529.508000', '222529.511000', '222529.517000', '222529.526000', '222529.529000', '222529.531000', '222529.542000', '222529.545000', '222529.547000', '222529.550000', '222549.441000', '222549.444000', '222549.447000', '222549.449000', '222549.452000', '222549.465000', '222549.468000', '222549.471000', '222549.473000', '222549.476000', '222549.478000', '222549.481000', '222549.483000', '222549.486000', '222549.488000', '222549.491000', '222549.493000', '222549.496000', '222549.498000', '222549.501000', '222549.504000', '222549.506000', '222549.509000', '222549.511000', '222549.514000', '222549.516000', '222549.519000', '222549.521000', '222549.524000', '222549.526000', '222549.560000', '222549.562000', '222549.565000', '222549.567000', '222549.570000', '222549.573000', '222549.575000', '222549.578000', '222549.580000', '222549.583000', '222549.585000', '222549.588000', '222549.590000', '222609.441000', '222609.444000', '222609.447000', '222609.449000', '222609.452000', '222609.454000', '222609.457000', '222609.460000', '222609.462000', '222609.465000', '222609.467000', '222609.470000', '222609.472000', '222609.475000', '222609.477000', '222609.480000', '222609.483000', '222609.485000', '222609.488000', '222609.490000', '222609.502000', '222609.505000', '222609.508000', '222609.510000', '222609.513000', '222609.515000', '222609.518000', '222609.520000', '222609.523000', '222609.526000', '222609.528000', '222609.531000', '222609.533000', '222609.536000', '222609.538000', '222609.541000', '222609.544000', '222609.546000', '222609.549000', '222609.552000', '222609.554000', '222609.557000', '222609.559000', '222609.562000', '222629.441000', '222629.444000', '222629.447000', '222629.449000', '222629.452000', '222629.455000', '222629.457000', '222629.460000', '222629.462000', '222629.465000', '222629.467000', '222629.470000', '222629.472000', '222629.475000', '222629.478000', '222629.480000', '222629.483000', '222629.486000', '222629.488000', '222629.491000', '222629.493000', '222629.496000', '222629.498000', '222629.501000', '222629.504000', '222629.506000', '222629.509000', '222629.511000', '222629.514000', '222629.516000', '222629.519000', '222629.522000', '222629.524000', '222629.527000', '222629.529000', '222629.532000', '222629.535000', '222629.537000', '222629.540000', '222629.542000', '222629.545000', '222629.547000', '222629.550000', '222649.441000', '222649.444000', '222649.447000', '222649.449000', '222649.452000', '222649.454000', '222649.457000', '222649.460000', '222649.462000', '222649.465000', '222649.467000', '222649.470000', '222649.473000', '222649.475000', '222649.478000', '222649.481000', '222649.484000', '222649.486000', '222649.489000', '222649.492000', '222649.494000', '222649.497000', '222649.499000', '222649.502000', '222649.504000', '222649.507000', '222649.510000', '222649.512000', '222649.515000', '222649.517000', '222649.520000', '222649.523000', '222649.525000', '222649.528000', '222649.530000', '222649.533000', '222649.536000', '222649.538000', '222649.541000', '222649.543000', '222649.546000', '222649.548000', '222649.551000', '222649.554000', '222709.442000', '222709.445000', '222709.447000', '222709.450000', '222709.452000', '222709.455000', '222709.458000', '222709.460000', '222709.463000', '222709.466000', '222709.468000', '222709.471000', '222709.473000', '222709.476000', '222709.478000', '222709.481000', '222709.484000', '222709.486000', '222709.489000', '222709.492000', '222709.494000', '222709.497000', '222709.499000', '222709.502000', '222709.504000', '222709.507000', '222709.510000', '222709.512000', '222709.515000', '222709.517000', '222709.520000', '222709.523000', '222709.525000', '222709.528000', '222709.530000', '222709.533000', '222709.535000', '222709.538000', '222709.540000', '222709.543000', '222709.546000', '222709.548000', '222709.551000', '222729.440000', '222729.461000', '222729.464000', '222729.466000', '222729.469000', '222729.479000', '222729.481000', '222729.484000', '222729.486000', '222729.489000', '222729.492000', '222729.494000', '222729.497000', '222729.499000', '222729.502000', '222729.504000', '222729.507000', '222729.510000', '222729.512000', '222729.515000', '222729.517000', '222729.520000', '222729.523000', '222729.525000', '222729.528000', '222729.530000', '222729.533000', '222729.535000', '222729.538000', '222729.541000', '222729.543000', '222729.546000', '222729.549000', '222729.551000', '222729.554000', '222729.556000', '222729.559000', '222729.561000', '222729.564000', '222729.566000', '222729.569000', '222729.572000', '222729.574000', '222749.441000', '222749.444000', '222749.447000', '222749.449000', '222749.452000', '222749.455000', '222749.457000', '222749.460000', '222749.463000', '222749.465000', '222749.468000', '222749.470000', '222749.473000', '222749.475000', '222749.478000', '222749.481000', '222749.483000', '222749.486000', '222749.488000', '222749.491000', '222749.493000', '222749.496000', '222749.499000', '222749.501000', '222749.504000', '222749.506000', '222749.509000', '222749.511000', '222749.514000', '222749.517000', '222749.519000', '222749.522000', '222749.524000', '222749.527000', '222749.529000', '222749.532000', '222749.535000', '222749.537000', '222749.540000', '222749.542000', '222749.545000', '222749.547000', '222749.550000', '222749.553000', '222809.442000', '222809.444000', '222809.447000', '222809.450000', '222809.452000', '222809.455000', '222809.457000', '222809.460000', '222809.463000', '222809.465000', '222809.468000', '222809.470000', '222809.473000', '222809.476000', '222809.478000', '222809.481000', '222809.483000', '222809.486000', '222809.489000', '222809.491000', '222809.494000', '222809.496000', '222809.499000', '222809.501000', '222809.504000', '222809.507000', '222809.509000', '222809.512000', '222809.514000', '222809.517000', '222809.520000', '222809.523000', '222809.526000', '222809.528000', '222809.531000', '222809.534000', '222809.536000', '222809.539000', '222809.541000', '222809.544000', '222809.547000', '222809.549000', '222809.552000', '222829.442000', '222829.444000', '222829.447000', '222829.450000', '222829.452000', '222829.455000', '222829.457000', '222829.460000', '222829.463000', '222829.465000', '222829.468000', '222829.470000', '222829.473000', '222829.476000', '222829.478000', '222829.481000', '222829.483000', '222829.486000', '222829.489000', '222829.491000', '222829.494000', '222829.497000', '222829.499000', '222829.502000', '222829.504000', '222829.507000', '222829.510000', '222829.512000', '222829.515000', '222829.517000', '222829.520000', '222829.523000', '222829.525000', '222829.528000', '222829.530000', '222829.533000', '222829.535000', '222829.538000', '222829.541000', '222829.543000', '222829.546000', '222829.548000', '222829.551000', '222829.554000', '222849.441000', '222849.444000', '222849.447000', '222849.449000', '222849.452000', '222849.454000', '222849.457000', '222849.460000', '222849.462000', '222849.465000', '222849.468000', '222849.470000', '222849.473000', '222849.475000', '222849.478000', '222849.480000', '222849.483000', '222849.486000', '222849.488000', '222849.491000', '222849.494000', '222849.496000', '222849.499000', '222849.501000', '222849.504000', '222849.507000', '222849.509000', '222849.512000', '222849.514000', '222849.517000', '222849.520000', '222849.529000', '222849.532000', '222849.534000', '222849.537000', '222849.539000', '222849.542000', '222849.544000', '222849.547000', '222849.550000', '222849.563000', '222849.565000', '222849.568000', '222909.441000', '222909.444000', '222909.447000', '222909.450000', '222909.452000', '222909.455000', '222909.457000', '222909.460000', '222909.463000', '222909.465000', '222909.468000', '222909.470000', '222909.473000', '222909.476000', '222909.478000', '222909.481000', '222909.483000', '222909.486000', '222909.489000', '222909.491000', '222909.494000', '222909.496000', '222909.499000', '222909.501000', '222909.504000', '222909.507000', '222909.509000', '222909.512000', '222909.515000', '222909.517000', '222909.520000', '222909.522000', '222909.525000', '222909.527000', '222909.530000', '222909.533000', '222909.535000', '222909.538000', '222909.540000', '222909.543000', '222909.546000', '222909.548000', '222909.551000', '222909.553000', '222929.441000', '222929.444000', '222929.447000', '222929.450000', '222929.452000', '222929.455000', '222929.457000', '222929.460000', '222929.463000', '222929.465000', '222929.468000', '222929.471000', '222929.473000', '222929.476000', '222929.478000', '222929.481000', '222929.484000', '222929.486000', '222929.489000', '222929.492000', '222929.494000', '222929.497000', '222929.500000', '222929.503000', '222929.506000', '222929.509000', '222929.512000', '222929.514000', '222929.517000', '222929.519000', '222929.522000', '222929.524000', '222929.527000', '222929.530000', '222929.532000', '222929.535000', '222929.537000', '222929.540000', '222929.542000', '222929.545000', '222929.548000', '222929.550000', '222929.553000', '222949.440000', '222949.443000', '222949.446000', '222949.448000', '222949.451000', '222949.454000', '222949.456000', '222949.459000', '222949.461000', '222949.464000', '222949.467000', '222949.469000', '222949.472000', '222949.474000', '222949.477000', '222949.480000', '222949.482000', '222949.485000', '222949.487000', '222949.490000', '222949.493000', '222949.495000', '222949.498000', '222949.501000', '222949.503000', '222949.506000', '222949.508000', '222949.511000', '222949.514000', '222949.516000', '222949.519000', '222949.521000', '222949.524000', '222949.527000', '222949.530000', '222949.532000', '222949.535000', '222949.537000', '222949.540000', '222949.543000', '222949.545000', '222949.548000', '222949.551000', '222949.553000', '223009.442000', '223009.444000', '223009.447000', '223009.449000', '223009.452000', '223009.455000', '223009.457000', '223009.460000', '223009.463000', '223009.465000', '223009.468000', '223009.477000', '223009.480000', '223009.483000', '223009.485000', '223009.488000', '223009.490000', '223009.493000', '223009.496000', '223009.498000', '223009.501000', '223009.504000', '223009.506000', '223009.509000', '223009.512000', '223009.514000', '223009.517000', '223009.519000', '223009.522000', '223009.525000', '223009.527000', '223009.530000', '223009.532000', '223009.535000', '223009.538000', '223009.540000', '223009.543000', '223009.546000', '223009.548000', '223009.551000', '223009.553000', '223009.556000', '223009.558000', '223029.441000', '223029.444000', '223029.447000', '223029.449000', '223029.452000', '223029.455000', '223029.457000', '223029.460000', '223029.481000', '223029.484000', '223029.486000', '223029.489000', '223029.492000', '223029.494000', '223029.497000', '223029.499000', '223029.502000', '223029.505000', '223029.507000', '223029.510000', '223029.512000', '223029.515000', '223029.518000', '223029.520000', '223029.523000', '223029.525000', '223029.528000', '223029.531000', '223029.533000', '223029.536000', '223029.538000', '223029.541000', '223029.544000', '223029.546000', '223029.549000', '223029.551000', '223029.554000', '223029.557000', '223029.559000', '223029.562000', '223029.564000', '223029.567000', '223029.570000', '223029.572000', '223049.442000', '223049.444000', '223049.447000', '223049.450000', '223049.452000', '223049.455000', '223049.457000', '223049.460000', '223049.463000', '223049.465000', '223049.468000', '223049.470000', '223049.473000', '223049.476000', '223049.478000', '223049.481000', '223049.483000', '223049.486000', '223049.488000', '223049.491000', '223049.494000', '223049.496000', '223049.499000', '223049.502000', '223049.504000', '223049.507000', '223049.509000', '223049.512000', '223049.522000', '223049.525000', '223049.527000', '223049.530000', '223049.532000', '223049.535000', '223049.538000', '223049.540000', '223049.543000', '223049.545000', '223049.548000', '223049.551000', '223049.554000', '223049.556000', '223049.559000', '223109.441000', '223109.444000', '223109.447000', '223109.449000', '223109.452000', '223109.454000', '223109.457000', '223109.460000', '223109.462000', '223109.465000', '223109.467000', '223109.470000', '223109.473000', '223109.475000', '223109.478000', '223109.481000', '223109.483000', '223109.486000', '223109.488000', '223109.491000', '223109.494000', '223109.496000', '223109.499000', '223109.502000', '223109.504000', '223109.507000', '223109.509000', '223109.512000', '223109.514000', '223109.517000', '223109.520000', '223109.522000', '223109.526000', '223109.529000', '223109.532000', '223109.534000', '223109.537000', '223109.539000', '223109.542000', '223109.545000', '223109.547000', '223109.550000', '223109.552000', '223109.555000', '223129.441000', '223129.444000', '223129.447000', '223129.449000', '223129.452000', '223129.455000', '223129.457000', '223129.460000', '223129.462000', '223129.465000', '223129.468000', '223129.470000', '223129.473000', '223129.475000', '223129.478000', '223129.481000', '223129.483000', '223129.486000', '223129.488000', '223129.491000', '223129.504000', '223129.506000', '223129.509000', '223129.512000', '223129.514000', '223129.517000', '223129.519000', '223129.522000', '223129.525000', '223129.527000', '223129.530000', '223129.532000', '223129.535000', '223129.538000', '223129.540000', '223129.543000', '223129.545000', '223129.548000', '223129.550000', '223129.553000', '223129.556000', '223129.558000', '223129.561000', '223149.442000', '223149.445000', '223149.447000', '223149.450000', '223149.452000', '223149.455000', '223149.458000', '223149.460000', '223149.463000', '223149.466000', '223149.468000', '223149.471000', '223149.473000', '223149.476000', '223149.479000', '223149.481000', '223149.484000', '223149.486000', '223149.489000', '223149.492000', '223149.494000', '223149.497000', '223149.499000', '223149.502000', '223149.504000', '223149.507000', '223149.510000', '223149.512000', '223149.515000', '223149.517000', '223149.520000', '223149.523000', '223149.525000', '223149.549000', '223149.551000', '223149.554000', '223149.556000', '223149.559000', '223149.570000', '223149.572000', '223149.575000', '223149.577000', '223149.580000', '223149.583000', '223200.384000', '223200.387000', '223200.389000', '223200.392000', '223200.395000', '223200.398000', '223200.400000', '223200.403000', '223200.406000', '223200.408000', '223200.411000', '223200.413000', '223200.416000', '223200.419000', '223200.421000', '223200.424000', '223200.426000', '223200.429000', '223200.432000', '223200.435000', '223200.438000', '223200.440000', '223200.443000', '223200.446000'], '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': [10977, 14343, 8848, 9596, 9173, 9982, 9544, 9573, 14535, 9840, 9681, 9150, 9841, 9377, 9731, 14739, 11349, 11329, 9629, 9663, 9474, 9758, 11052, 9983, 9477, 9657, 10007, 9573, 15040, 9920, 8454, 9862, 9750, 9408, 14122, 9357, 9435, 11466, 15293, 16830, 12784, 15436, 9694, 12155, 9508, 9308, 10177, 9580, 15854, 10973, 11987, 9005, 9685, 8769, 9700, 9030, 9686, 9378, 9208, 11172, 15932, 9853, 17772, 9150, 12384, 16519, 9168, 9421, 9110, 9548, 9307, 9084, 9594, 8575, 9951, 8510, 9069, 9025, 9276, 9309, 9493, 9448, 9597, 11957, 10345, 14284, 9441, 10101, 8880, 9638, 17222, 13052, 14426, 9654, 9592, 12418, 9870, 16558, 9674, 9076, 9556, 9441, 8863, 9712, 8593, 9529, 8367, 9309, 9643, 9051, 9536, 9097, 9719, 8434, 9146, 9397, 8878, 9559, 10178, 9330, 11200, 8919, 9574, 8835, 9263, 11462, 9303, 9626, 9065, 9341, 9365, 10181, 17129, 9479, 10202, 8754, 9302, 12969, 10682, 13561, 9089, 9392, 9008, 9381, 8941, 9360, 9783, 9192, 7986, 9100, 9495, 9113, 9205, 10861, 9153, 9292, 9024, 9351, 9235, 9469, 10078, 9296, 8949, 9341, 9489, 9181, 14583, 10546, 9442, 8579, 9116, 9157, 9385, 11467, 11753, 12361, 10604, 9271, 8953, 9426, 10767, 9240, 14440, 9500, 9268, 8349, 9133, 9430, 9396, 9314, 13975, 9422, 9624, 9138, 9251, 9557, 9308, 14092, 9129, 9156, 9414, 9359, 8198, 9376, 10134, 9039, 9299, 8589, 9284, 15096, 11991, 12231, 9330, 9301, 9174, 9557, 10579, 9515, 15151, 9189, 10591, 9278, 9261, 9684, 10569, 15092, 9319, 11031, 9359, 9136, 9756, 11346, 13842, 9415, 11496, 9265, 9166, 9322, 10791, 9869, 12179, 9462, 9286, 8232, 9277, 10469, 9553, 13035, 9178, 9020, 9021, 9366, 9332, 9223, 11907, 9038, 9249, 9445, 9605, 9530, 13657, 9337, 9208, 9330, 9613, 16062, 10251, 15489, 9467, 10922, 9717, 9685, 15118, 10419, 16217, 9799, 10482, 9212, 9351, 9132, 9482, 11915, 9513, 8597, 9375, 9082, 9119, 9366, 9506, 9390, 9928, 9323, 9182, 9152, 9991, 11765, 9213, 11707, 9460, 14961, 10061, 11182, 8919, 9266, 8499, 9757, 14107, 9686, 11227, 9147, 9016, 9275, 9555, 10753, 9273, 9578, 9463, 10228, 9401, 14658, 9275, 9189, 9634, 9544, 15817, 9663, 12187, 9317, 8999, 9255, 9524, 9458, 9523, 9148, 9240, 8344, 9541, 8942, 9343, 10839, 8948, 9032, 8192, 9153, 8967, 9311, 9851, 9266, 9482, 9224, 9476, 9090, 9171, 9355, 8602, 9235, 7943, 9085, 8545, 9127, 8400, 9072, 8214, 9212, 8803, 8428, 10661, 13844, 9608, 10831, 9078, 9445, 12181, 9140, 15487, 10682, 9503, 9321, 9200, 13838, 16774, 19879, 19583, 15652, 15733, 9270, 9497, 9555, 9168, 9426, 9260, 9269, 9520, 9025, 9415, 10039, 9223, 9561, 9421, 9198, 13955, 10959, 16244, 13193, 15505, 11924, 9978, 12126, 9277, 10331, 9609, 9473, 11704, 15717, 13311, 9224, 9175, 9314, 9397, 9175, 9256, 9505, 9335, 9067, 9280, 9097, 9506, 9093, 8972, 9205, 8077, 9345, 8970, 9268, 9424, 9416, 9526, 9130, 9356, 9582, 9437, 8750, 9244, 12822, 9235, 9731, 9479, 9372, 8879, 9176, 9736, 11814, 17661, 12231, 14398, 9082, 9688, 9063, 9706, 14138, 9469, 13653, 9365, 9077, 9013, 9145, 8597, 9260, 8453, 9656, 9199, 9199, 14331, 16958, 14847, 13777, 9593, 9078, 9379, 10282, 9262, 10481, 9117, 9100, 9156, 9365, 8241, 9092, 12522, 9918, 14911, 9019, 9084, 8810, 9380, 8391, 9219, 10768, 9360, 12404, 9273, 9227, 8888, 9359, 13218, 9351, 13618, 9186, 10468, 9276, 9393, 8889, 9376, 8831, 9229, 17376, 14671, 17850, 12536, 13494, 9386, 10027, 9024, 9257, 16753, 9223, 9176, 13294, 9541, 9274, 9148, 9493, 11791, 9455, 9145, 9125, 9661, 8520, 9696, 9220, 9272, 11356, 15209, 13453, 18253, 9430, 8086, 9538, 9084, 9677, 8891, 9473, 8802, 11718, 16958, 13835, 12799, 9571, 9071, 9644, 9469, 10748, 9397, 10804, 9565, 9494, 8876, 9500, 9634, 9235, 9429, 9157, 8734, 9071, 8530, 9223, 9168, 9247, 8859, 8871, 9648, 12043, 9456, 13801, 9346, 11073, 8883, 9418, 13589, 8960, 15561, 9355, 14923, 9531, 11551, 8735, 10520, 11941, 8987, 15277, 9090, 11199, 8907, 9013, 8585, 9042, 14217, 9051, 8843, 8767, 9652, 8548, 9153, 8630, 9065, 9301, 9092, 9295, 8747, 9060, 8347, 8953, 7981, 8846, 9174, 8482, 9050, 8565, 8992, 8571, 8986, 8800, 9151, 9119, 8800, 9092, 8741, 9152, 9141, 8923, 10142, 9020, 8969, 8731, 8898, 8543, 9121, 8539, 9253, 10274, 9106, 15325, 8865, 9135, 8567, 8863, 7862, 8847, 12696, 9485, 17450, 14414, 12955, 8788, 9310, 12511, 8623, 9339, 10190, 8866, 9142, 8713, 9315, 8222, 8904, 8959, 8847, 9096, 8533, 9035, 11726, 9451, 11572, 9197, 9124, 9168, 8723, 8643, 9814, 12075, 10028, 14656, 9080, 8864, 9253, 15054, 12529, 16016, 8011, 8750, 9137, 8794, 9397, 9644, 10143, 9270, 9921, 17285, 14676, 18559, 13563, 14201, 9490, 10255, 9191, 9482, 8618, 9504, 9144, 9578, 9431, 9093, 9371, 8624, 9100, 9241, 9423, 16985, 10343, 14389, 8838, 8891, 8786, 9615, 9774, 9129, 9699, 8744, 9758, 8260, 9297, 11091, 8736, 9639, 9896, 9351, 9247, 8914, 9284, 9166, 9284, 16202, 13176, 9462, 11959, 9366, 9858, 13094, 9732, 17953, 9292, 9023, 8909, 9555, 8789, 9745, 8879, 9137, 9801, 9297, 9279, 8684, 9367, 11423, 9299, 14732, 8998, 9485, 8797, 9752, 9389, 9721, 9310, 8980, 9618, 12686, 9663, 19599, 10871, 13539, 9001, 9905, 9815, 9313, 10067, 8910, 9847, 10473, 9862, 8894, 9243, 9897, 20003, 15459, 14830, 9222, 9759, 8332, 9715, 16266, 10317, 18370, 11765, 10214, 8876, 9691, 9929, 9441, 9969, 9419, 9740, 8780, 9789, 10571, 9555, 9603, 9226, 10003, 8700, 9803, 11303, 9779, 10212, 9357, 9709, 9322, 9941, 12527, 10003, 17485, 9766, 19025, 12997, 19705, 16035, 18784, 20094, 9795, 10405, 9917, 9859, 9070, 9431, 9819, 9048, 9821, 8855, 9509, 9764, 8995, 9743, 8699, 9317, 8655, 9431, 9521, 8720, 9960, 15050, 10615, 15138, 9503], 'WindowCenter': [4215.0, 4231.0, 4154.0, 4151.0, 4138.0, 4150.0, 4138.0, 4137.0, 4189.0, 4136.0, 4136.0, 4123.0, 4134.0, 4122.0, 4123.0, 4174.0, 4156.0, 4143.0, 4123.0, 4124.0, 4133.0, 4149.0, 4145.0, 4135.0, 4123.0, 4150.0, 4149.0, 4135.0, 4188.0, 4134.0, 4115.0, 4147.0, 4135.0, 4136.0, 4178.0, 4124.0, 4125.0, 4145.0, 4186.0, 4198.0, 4165.0, 4174.0, 4123.0, 4151.0, 4110.0, 4111.0, 4121.0, 4121.0, 4171.0, 4130.0, 4141.0, 4098.0, 4109.0, 4086.0, 4107.0, 4096.0, 4109.0, 4110.0, 4108.0, 4131.0, 4171.0, 4122.0, 4193.0, 4112.0, 4153.0, 4182.0, 4109.0, 4108.0, 4098.0, 4110.0, 4110.0, 4112.0, 4110.0, 4100.0, 4134.0, 4112.0, 4111.0, 4111.0, 4110.0, 4109.0, 4122.0, 4121.0, 4137.0, 4156.0, 4146.0, 4187.0, 4134.0, 4146.0, 4126.0, 4139.0, 4185.0, 4152.0, 4162.0, 4097.0, 4097.0, 4127.0, 4108.0, 4168.0, 4106.0, 4097.0, 4109.0, 4122.0, 4111.0, 4123.0, 4099.0, 4122.0, 4100.0, 4124.0, 4134.0, 4112.0, 4121.0, 4109.0, 4122.0, 4100.0, 4113.0, 4111.0, 4112.0, 4134.0, 4132.0, 4123.0, 4143.0, 4114.0, 4122.0, 4113.0, 4124.0, 4155.0, 4125.0, 4123.0, 4125.0, 4136.0, 4138.0, 4145.0, 4196.0, 4124.0, 4131.0, 4113.0, 4123.0, 4162.0, 4146.0, 4162.0, 4123.0, 4123.0, 4123.0, 4124.0, 4112.0, 4126.0, 4134.0, 4126.0, 4102.0, 4125.0, 4134.0, 4123.0, 4126.0, 4142.0, 4124.0, 4123.0, 4125.0, 4125.0, 4123.0, 4136.0, 4133.0, 4124.0, 4113.0, 4124.0, 4135.0, 4122.0, 4176.0, 4134.0, 4122.0, 4099.0, 4112.0, 4122.0, 4111.0, 4143.0, 4143.0, 4154.0, 4131.0, 4111.0, 4099.0, 4112.0, 4131.0, 4111.0, 4164.0, 4110.0, 4111.0, 4099.0, 4110.0, 4123.0, 4123.0, 4123.0, 4163.0, 4123.0, 4122.0, 4110.0, 4112.0, 4120.0, 4112.0, 4164.0, 4111.0, 4111.0, 4110.0, 4122.0, 4113.0, 4123.0, 4133.0, 4123.0, 4150.0, 4114.0, 4124.0, 4175.0, 4156.0, 4154.0, 4123.0, 4123.0, 4122.0, 4136.0, 4133.0, 4136.0, 4186.0, 4126.0, 4144.0, 4124.0, 4124.0, 4121.0, 4146.0, 4173.0, 4122.0, 4131.0, 4111.0, 4122.0, 4121.0, 4144.0, 4163.0, 4123.0, 4141.0, 4123.0, 4110.0, 4108.0, 4131.0, 4123.0, 4153.0, 4123.0, 4124.0, 4098.0, 4110.0, 4130.0, 4123.0, 4152.0, 4122.0, 4111.0, 4111.0, 4122.0, 4121.0, 4125.0, 4142.0, 4112.0, 4111.0, 4123.0, 4122.0, 4122.0, 4165.0, 4124.0, 4109.0, 4110.0, 4122.0, 4171.0, 4121.0, 4161.0, 4110.0, 4131.0, 4107.0, 4123.0, 4160.0, 4121.0, 4170.0, 4119.0, 4120.0, 4108.0, 4110.0, 4110.0, 4134.0, 4153.0, 4135.0, 4111.0, 4123.0, 4111.0, 4123.0, 4123.0, 4134.0, 4136.0, 4133.0, 4123.0, 4122.0, 4125.0, 4135.0, 4169.0, 4126.0, 4143.0, 4121.0, 4173.0, 4134.0, 4143.0, 4111.0, 4122.0, 4112.0, 4124.0, 4173.0, 4124.0, 4143.0, 4122.0, 4123.0, 4123.0, 4123.0, 4144.0, 4124.0, 4124.0, 4136.0, 4158.0, 4135.0, 4186.0, 4124.0, 4124.0, 4120.0, 4123.0, 4185.0, 4123.0, 4153.0, 4122.0, 4112.0, 4123.0, 4124.0, 4122.0, 4123.0, 4111.0, 4123.0, 4100.0, 4124.0, 4113.0, 4123.0, 4144.0, 4112.0, 4123.0, 4101.0, 4122.0, 4124.0, 4123.0, 4134.0, 4124.0, 4123.0, 4111.0, 4123.0, 4110.0, 4111.0, 4122.0, 4100.0, 4111.0, 4101.0, 4124.0, 4113.0, 4124.0, 4117.0, 4137.0, 4127.0, 4150.0, 4139.0, 4115.0, 4161.0, 4188.0, 4138.0, 4158.0, 4126.0, 4138.0, 4166.0, 4124.0, 4190.0, 4145.0, 4136.0, 4122.0, 4123.0, 4163.0, 4185.0, 4212.0, 4212.0, 4201.0, 4186.0, 4123.0, 4120.0, 4107.0, 4109.0, 4111.0, 4109.0, 4122.0, 4122.0, 4113.0, 4123.0, 4132.0, 4122.0, 4121.0, 4108.0, 4108.0, 4150.0, 4131.0, 4171.0, 4138.0, 4159.0, 4115.0, 4094.0, 4112.0, 4081.0, 4091.0, 4080.0, 4093.0, 4112.0, 4146.0, 4134.0, 4083.0, 4081.0, 4092.0, 4082.0, 4082.0, 4093.0, 4092.0, 4094.0, 4083.0, 4095.0, 4097.0, 4095.0, 4086.0, 4098.0, 4109.0, 4073.0, 4095.0, 4095.0, 4096.0, 4107.0, 4112.0, 4136.0, 4120.0, 4106.0, 4106.0, 4109.0, 4098.0, 4121.0, 4164.0, 4123.0, 4122.0, 4123.0, 4122.0, 4123.0, 4138.0, 4124.0, 4155.0, 4196.0, 4154.0, 4162.0, 4111.0, 4121.0, 4111.0, 4123.0, 4162.0, 4123.0, 4165.0, 4123.0, 4112.0, 4110.0, 4111.0, 4098.0, 4112.0, 4117.0, 4136.0, 4112.0, 4111.0, 4174.0, 4183.0, 4173.0, 4161.0, 4111.0, 4110.0, 4123.0, 4131.0, 4122.0, 4132.0, 4112.0, 4111.0, 4111.0, 4124.0, 4116.0, 4124.0, 4154.0, 4123.0, 4174.0, 4113.0, 4112.0, 4111.0, 4123.0, 4102.0, 4136.0, 4145.0, 4125.0, 4166.0, 4138.0, 4151.0, 4127.0, 4126.0, 4166.0, 4124.0, 4163.0, 4122.0, 4132.0, 4112.0, 4112.0, 4112.0, 4124.0, 4124.0, 4126.0, 4211.0, 4176.0, 4186.0, 4155.0, 4164.0, 4123.0, 4121.0, 4112.0, 4124.0, 4185.0, 4112.0, 4112.0, 4152.0, 4122.0, 4111.0, 4110.0, 4123.0, 4154.0, 4121.0, 4109.0, 4110.0, 4135.0, 4115.0, 4122.0, 4109.0, 4097.0, 4129.0, 4159.0, 4151.0, 4181.0, 4100.0, 4090.0, 4108.0, 4096.0, 4107.0, 4095.0, 4108.0, 4110.0, 4142.0, 4173.0, 4153.0, 4140.0, 4111.0, 4110.0, 4097.0, 4109.0, 4117.0, 4110.0, 4117.0, 4097.0, 4096.0, 4085.0, 4108.0, 4096.0, 4098.0, 4123.0, 4123.0, 4111.0, 4113.0, 4111.0, 4108.0, 4108.0, 4123.0, 4124.0, 4126.0, 4135.0, 4154.0, 4123.0, 4163.0, 4112.0, 4132.0, 4100.0, 4112.0, 4153.0, 4112.0, 4174.0, 4112.0, 4175.0, 4124.0, 4157.0, 4126.0, 4133.0, 4142.0, 4112.0, 4172.0, 4110.0, 4145.0, 4127.0, 4127.0, 4100.0, 4110.0, 4163.0, 4098.0, 4098.0, 4098.0, 4110.0, 4099.0, 4110.0, 4098.0, 4110.0, 4110.0, 4122.0, 4111.0, 4114.0, 4124.0, 4102.0, 4123.0, 4090.0, 4125.0, 4124.0, 4112.0, 4113.0, 4113.0, 4124.0, 4112.0, 4124.0, 4112.0, 4124.0, 4112.0, 4125.0, 4140.0, 4127.0, 4125.0, 4124.0, 4124.0, 4133.0, 4124.0, 4112.0, 4113.0, 4125.0, 4113.0, 4124.0, 4113.0, 4125.0, 4148.0, 4128.0, 4187.0, 4125.0, 4124.0, 4113.0, 4113.0, 4103.0, 4137.0, 4178.0, 4151.0, 4212.0, 4189.0, 4169.0, 4126.0, 4123.0, 4152.0, 4112.0, 4124.0, 4121.0, 4125.0, 4125.0, 4115.0, 4125.0, 4102.0, 4126.0, 4140.0, 4137.0, 4127.0, 4125.0, 4123.0, 4153.0, 4124.0, 4144.0, 4124.0, 4123.0, 4124.0, 4112.0, 4126.0, 4147.0, 4155.0, 4136.0, 4186.0, 4140.0, 4127.0, 4136.0, 4174.0, 4154.0, 4174.0, 4102.0, 4100.0, 4110.0, 4099.0, 4123.0, 4122.0, 4145.0, 4124.0, 4136.0, 4195.0, 4176.0, 4194.0, 4164.0, 4149.0, 4108.0, 4107.0, 4095.0, 4096.0, 4085.0, 4097.0, 4095.0, 4096.0, 4095.0, 4085.0, 4096.0, 4084.0, 4111.0, 4109.0, 4097.0, 4170.0, 4119.0, 4157.0, 4110.0, 4109.0, 4124.0, 4147.0, 4132.0, 4122.0, 4121.0, 4111.0, 4122.0, 4101.0, 4122.0, 4143.0, 4113.0, 4133.0, 4121.0, 4123.0, 4123.0, 4124.0, 4149.0, 4125.0, 4122.0, 4184.0, 4152.0, 4136.0, 4140.0, 4111.0, 4118.0, 4138.0, 4109.0, 4181.0, 4110.0, 4110.0, 4111.0, 4120.0, 4099.0, 4122.0, 4112.0, 4135.0, 4160.0, 4149.0, 4147.0, 4114.0, 4122.0, 4153.0, 4123.0, 4174.0, 4112.0, 4134.0, 4112.0, 4134.0, 4121.0, 4123.0, 4122.0, 4111.0, 4123.0, 4166.0, 4135.0, 4196.0, 4132.0, 4162.0, 4109.0, 4121.0, 4119.0, 4120.0, 4131.0, 4111.0, 4135.0, 4133.0, 4123.0, 4111.0, 4135.0, 4135.0, 4194.0, 4174.0, 4160.0, 4111.0, 4121.0, 4087.0, 4109.0, 4171.0, 4120.0, 4194.0, 4139.0, 4129.0, 4109.0, 4119.0, 4117.0, 4119.0, 4119.0, 4109.0, 4120.0, 4112.0, 4133.0, 4132.0, 4121.0, 4121.0, 4109.0, 4120.0, 4096.0, 4119.0, 4141.0, 4123.0, 4131.0, 4110.0, 4133.0, 4121.0, 4120.0, 4152.0, 4137.0, 4208.0, 4134.0, 4194.0, 4162.0, 4207.0, 4186.0, 4210.0, 4193.0, 4106.0, 4132.0, 4092.0, 4093.0, 4083.0, 4092.0, 4105.0, 4108.0, 4118.0, 4097.0, 4117.0, 4130.0, 4108.0, 4119.0, 4097.0, 4109.0, 4098.0, 4134.0, 4148.0, 4109.0, 4120.0, 4159.0, 4117.0, 4158.0, 4107.0], 'WindowWidth': [9354.0, 9364.0, 9243.0, 9233.0, 9208.0, 9224.0, 9204.0, 9203.0, 9275.0, 9198.0, 9197.0, 9176.0, 9192.0, 9172.0, 9173.0, 9245.0, 9223.0, 9200.0, 9174.0, 9176.0, 9190.0, 9223.0, 9207.0, 9194.0, 9174.0, 9224.0, 9221.0, 9196.0, 9270.0, 9193.0, 9166.0, 9215.0, 9192.0, 9198.0, 9257.0, 9178.0, 9182.0, 9204.0, 9265.0, 9286.0, 9236.0, 9246.0, 9175.0, 9208.0, 9153.0, 9154.0, 9166.0, 9169.0, 9237.0, 9178.0, 9193.0, 9131.0, 9148.0, 9112.0, 9142.0, 9124.0, 9147.0, 9152.0, 9147.0, 9182.0, 9238.0, 9172.0, 9272.0, 9158.0, 9215.0, 9251.0, 9148.0, 9146.0, 9132.0, 9150.0, 9151.0, 9157.0, 9153.0, 9137.0, 9193.0, 9158.0, 9157.0, 9153.0, 9150.0, 9148.0, 9170.0, 9171.0, 9201.0, 9225.0, 9212.0, 9270.0, 9192.0, 9210.0, 9187.0, 9208.0, 9261.0, 9210.0, 9226.0, 9127.0, 9125.0, 9165.0, 9142.0, 9226.0, 9141.0, 9127.0, 9147.0, 9173.0, 9155.0, 9174.0, 9137.0, 9171.0, 9139.0, 9179.0, 9193.0, 9158.0, 9169.0, 9150.0, 9170.0, 9137.0, 9158.0, 9155.0, 9156.0, 9191.0, 9184.0, 9174.0, 9199.0, 9163.0, 9171.0, 9161.0, 9178.0, 9220.0, 9180.0, 9174.0, 9181.0, 9198.0, 9204.0, 9210.0, 9279.0, 9177.0, 9181.0, 9159.0, 9173.0, 9225.0, 9211.0, 9227.0, 9175.0, 9174.0, 9178.0, 9179.0, 9159.0, 9184.0, 9189.0, 9182.0, 9144.0, 9181.0, 9193.0, 9175.0, 9184.0, 9198.0, 9178.0, 9172.0, 9180.0, 9181.0, 9174.0, 9197.0, 9188.0, 9176.0, 9160.0, 9178.0, 9193.0, 9172.0, 9252.0, 9188.0, 9173.0, 9137.0, 9156.0, 9171.0, 9155.0, 9200.0, 9200.0, 9216.0, 9179.0, 9154.0, 9136.0, 9157.0, 9179.0, 9153.0, 9230.0, 9152.0, 9156.0, 9136.0, 9153.0, 9173.0, 9173.0, 9174.0, 9228.0, 9173.0, 9170.0, 9149.0, 9157.0, 9166.0, 9155.0, 9231.0, 9154.0, 9155.0, 9150.0, 9171.0, 9161.0, 9175.0, 9188.0, 9175.0, 9226.0, 9165.0, 9179.0, 9247.0, 9225.0, 9216.0, 9176.0, 9175.0, 9173.0, 9196.0, 9187.0, 9198.0, 9264.0, 9182.0, 9203.0, 9176.0, 9178.0, 9169.0, 9211.0, 9242.0, 9172.0, 9182.0, 9156.0, 9172.0, 9166.0, 9204.0, 9226.0, 9172.0, 9195.0, 9175.0, 9152.0, 9148.0, 9181.0, 9174.0, 9213.0, 9172.0, 9176.0, 9133.0, 9152.0, 9178.0, 9175.0, 9211.0, 9170.0, 9154.0, 9156.0, 9172.0, 9168.0, 9179.0, 9197.0, 9158.0, 9154.0, 9175.0, 9173.0, 9170.0, 9234.0, 9178.0, 9150.0, 9150.0, 9170.0, 9236.0, 9169.0, 9222.0, 9151.0, 9180.0, 9143.0, 9172.0, 9219.0, 9165.0, 9232.0, 9161.0, 9163.0, 9146.0, 9151.0, 9153.0, 9191.0, 9216.0, 9195.0, 9156.0, 9174.0, 9154.0, 9174.0, 9176.0, 9192.0, 9197.0, 9187.0, 9176.0, 9173.0, 9179.0, 9196.0, 9247.0, 9184.0, 9199.0, 9168.0, 9241.0, 9192.0, 9199.0, 9154.0, 9170.0, 9158.0, 9178.0, 9243.0, 9177.0, 9199.0, 9172.0, 9177.0, 9175.0, 9173.0, 9203.0, 9178.0, 9177.0, 9197.0, 9234.0, 9197.0, 9263.0, 9177.0, 9175.0, 9164.0, 9173.0, 9262.0, 9174.0, 9213.0, 9172.0, 9157.0, 9175.0, 9176.0, 9171.0, 9176.0, 9155.0, 9174.0, 9139.0, 9177.0, 9161.0, 9173.0, 9205.0, 9156.0, 9175.0, 9141.0, 9171.0, 9177.0, 9174.0, 9189.0, 9176.0, 9173.0, 9153.0, 9171.0, 9151.0, 9154.0, 9170.0, 9136.0, 9155.0, 9142.0, 9177.0, 9163.0, 9180.0, 9174.0, 9203.0, 9188.0, 9224.0, 9206.0, 9169.0, 9239.0, 9273.0, 9203.0, 9230.0, 9181.0, 9202.0, 9239.0, 9176.0, 9278.0, 9208.0, 9198.0, 9173.0, 9174.0, 9230.0, 9263.0, 9317.0, 9321.0, 9298.0, 9266.0, 9174.0, 9164.0, 9139.0, 9148.0, 9153.0, 9147.0, 9170.0, 9170.0, 9161.0, 9177.0, 9186.0, 9172.0, 9169.0, 9146.0, 9145.0, 9204.0, 9180.0, 9239.0, 9185.0, 9217.0, 9147.0, 9119.0, 9137.0, 9096.0, 9107.0, 9093.0, 9116.0, 9140.0, 9193.0, 9173.0, 9104.0, 9096.0, 9113.0, 9098.0, 9098.0, 9116.0, 9113.0, 9120.0, 9103.0, 9123.0, 9130.0, 9121.0, 9111.0, 9133.0, 9150.0, 9092.0, 9123.0, 9120.0, 9126.0, 9141.0, 9157.0, 9200.0, 9167.0, 9140.0, 9137.0, 9148.0, 9132.0, 9170.0, 9230.0, 9176.0, 9169.0, 9174.0, 9170.0, 9174.0, 9204.0, 9178.0, 9219.0, 9279.0, 9216.0, 9225.0, 9154.0, 9166.0, 9154.0, 9175.0, 9226.0, 9175.0, 9231.0, 9173.0, 9158.0, 9152.0, 9155.0, 9131.0, 9157.0, 9170.0, 9196.0, 9159.0, 9156.0, 9243.0, 9256.0, 9242.0, 9221.0, 9153.0, 9150.0, 9176.0, 9182.0, 9172.0, 9183.0, 9157.0, 9156.0, 9153.0, 9178.0, 9172.0, 9176.0, 9216.0, 9173.0, 9245.0, 9161.0, 9158.0, 9156.0, 9173.0, 9145.0, 9198.0, 9208.0, 9181.0, 9234.0, 9205.0, 9228.0, 9187.0, 9184.0, 9236.0, 9177.0, 9226.0, 9169.0, 9181.0, 9158.0, 9155.0, 9155.0, 9175.0, 9178.0, 9183.0, 9309.0, 9250.0, 9267.0, 9220.0, 9231.0, 9173.0, 9166.0, 9159.0, 9178.0, 9263.0, 9158.0, 9158.0, 9209.0, 9171.0, 9153.0, 9152.0, 9176.0, 9219.0, 9167.0, 9147.0, 9151.0, 9194.0, 9170.0, 9169.0, 9146.0, 9127.0, 9172.0, 9214.0, 9208.0, 9249.0, 9137.0, 9125.0, 9145.0, 9123.0, 9140.0, 9122.0, 9145.0, 9152.0, 9198.0, 9243.0, 9213.0, 9189.0, 9155.0, 9152.0, 9125.0, 9148.0, 9155.0, 9150.0, 9153.0, 9124.0, 9122.0, 9106.0, 9142.0, 9123.0, 9130.0, 9175.0, 9175.0, 9153.0, 9161.0, 9154.0, 9143.0, 9143.0, 9173.0, 9178.0, 9183.0, 9193.0, 9215.0, 9174.0, 9227.0, 9155.0, 9184.0, 9136.0, 9155.0, 9211.0, 9154.0, 9244.0, 9157.0, 9247.0, 9177.0, 9228.0, 9186.0, 9188.0, 9196.0, 9158.0, 9236.0, 9153.0, 9208.0, 9187.0, 9186.0, 9138.0, 9150.0, 9227.0, 9131.0, 9130.0, 9132.0, 9149.0, 9133.0, 9150.0, 9132.0, 9153.0, 9151.0, 9175.0, 9155.0, 9165.0, 9179.0, 9145.0, 9173.0, 9126.0, 9179.0, 9178.0, 9156.0, 9160.0, 9160.0, 9179.0, 9157.0, 9176.0, 9156.0, 9176.0, 9159.0, 9180.0, 9208.0, 9186.0, 9182.0, 9178.0, 9177.0, 9188.0, 9175.0, 9158.0, 9161.0, 9177.0, 9158.0, 9177.0, 9159.0, 9181.0, 9218.0, 9189.0, 9267.0, 9182.0, 9177.0, 9158.0, 9161.0, 9146.0, 9202.0, 9258.0, 9226.0, 9313.0, 9275.0, 9246.0, 9185.0, 9174.0, 9209.0, 9159.0, 9180.0, 9167.0, 9181.0, 9179.0, 9168.0, 9179.0, 9146.0, 9186.0, 9212.0, 9205.0, 9187.0, 9183.0, 9176.0, 9211.0, 9178.0, 9203.0, 9178.0, 9174.0, 9176.0, 9157.0, 9186.0, 9214.0, 9220.0, 9199.0, 9264.0, 9210.0, 9189.0, 9199.0, 9244.0, 9217.0, 9243.0, 9143.0, 9137.0, 9151.0, 9136.0, 9176.0, 9172.0, 9207.0, 9180.0, 9198.0, 9279.0, 9252.0, 9275.0, 9229.0, 9203.0, 9143.0, 9141.0, 9121.0, 9125.0, 9107.0, 9126.0, 9120.0, 9123.0, 9123.0, 9109.0, 9125.0, 9106.0, 9154.0, 9150.0, 9129.0, 9235.0, 9161.0, 9212.0, 9151.0, 9151.0, 9182.0, 9216.0, 9187.0, 9173.0, 9171.0, 9156.0, 9173.0, 9143.0, 9173.0, 9204.0, 9164.0, 9189.0, 9170.0, 9173.0, 9173.0, 9180.0, 9225.0, 9182.0, 9173.0, 9257.0, 9210.0, 9198.0, 9193.0, 9153.0, 9159.0, 9183.0, 9148.0, 9248.0, 9152.0, 9152.0, 9154.0, 9166.0, 9135.0, 9173.0, 9160.0, 9195.0, 9238.0, 9222.0, 9219.0, 9166.0, 9174.0, 9215.0, 9174.0, 9244.0, 9159.0, 9190.0, 9160.0, 9191.0, 9169.0, 9174.0, 9173.0, 9155.0, 9175.0, 9238.0, 9194.0, 9279.0, 9186.0, 9225.0, 9151.0, 9170.0, 9166.0, 9168.0, 9184.0, 9158.0, 9195.0, 9188.0, 9173.0, 9155.0, 9196.0, 9198.0, 9275.0, 9246.0, 9220.0, 9156.0, 9167.0, 9117.0, 9148.0, 9235.0, 9167.0, 9273.0, 9192.0, 9179.0, 9151.0, 9165.0, 9157.0, 9163.0, 9166.0, 9151.0, 9167.0, 9160.0, 9189.0, 9186.0, 9169.0, 9170.0, 9149.0, 9165.0, 9128.0, 9164.0, 9197.0, 9173.0, 9181.0, 9153.0, 9190.0, 9170.0, 9167.0, 9209.0, 9203.0, 9300.0, 9193.0, 9275.0, 9226.0, 9306.0, 9269.0, 9313.0, 9274.0, 9142.0, 9186.0, 9114.0, 9116.0, 9104.0, 9116.0, 9139.0, 9149.0, 9163.0, 9131.0, 9159.0, 9184.0, 9150.0, 9166.0, 9133.0, 9150.0, 9137.0, 9198.0, 9219.0, 9153.0, 9164.0, 9217.0, 9158.0, 9214.0, 9141.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.0014327931034482761</td></tr>
<tr><td colspan=3>aqi</td><td>0.027205650229885057</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.62693807246262</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2127059588837739</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0068851254545454</td></tr>
<tr><td colspan=3>efc</td><td>0.4725</td></tr>
<tr><td colspan=3>fber</td><td>5821.6851</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13283929110714082</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>142</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.32183908045977</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4000428542506413</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.300394399699778</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6546045730729313</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2451295899792143</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112551</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011750753037631512</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027391299605369568</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7563611203768166</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>28.6046</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.9437</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.5506</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302547.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>843.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.9527</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9836</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.3559</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3330.6146</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73997.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1107.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4482.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.6168</td></tr>
<tr><td colspan=3>tsnr</td><td>33.24136767536402</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>