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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0129_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0129_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-03/func/sub-0129_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>84068b786f0770486b2b875de14ab217</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>19:20:52.425000</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.99536, -0.0961916, -0.00240731, 0.0961929, 0.994139, 0.0493429]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.116081</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7757, -7232, 156, -222, -7, 72, 139]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f78970c5-a6cd-4652-b098-19a64a64bd49||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.670477867126465, 0.2580786347389221, 0.006353546865284443, 98.53409576416016], [0.2580750286579132, 2.6672019958496094, 0.13323278725147247, -107.0809555053711], [-0.006458645220845938, -0.1323833018541336, 2.6967034339904785, -57.05416488647461], [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': ['192052.425000', '192052.885000', '192053.345000', '192053.805000', '192054.265000', '192054.725000', '192055.185000', '192055.645000', '192056.105000', '192056.565000', '192057.025000', '192057.485000', '192057.945000', '192058.405000', '192058.865000', '192059.325000', '192059.785000', '192100.245000', '192100.705000', '192101.165000', '192101.625000', '192102.085000', '192102.545000', '192103.005000', '192103.465000', '192103.925000', '192104.385000', '192104.845000', '192105.305000', '192105.765000', '192106.225000', '192106.685000', '192107.145000', '192107.605000', '192108.065000', '192108.525000', '192108.985000', '192109.445000', '192109.905000', '192110.365000', '192110.825000', '192111.285000', '192111.745000', '192112.205000', '192112.665000', '192113.125000', '192113.585000', '192114.045000', '192114.505000', '192114.965000', '192115.425000', '192115.885000', '192116.345000', '192116.805000', '192117.265000', '192117.725000', '192118.185000', '192118.645000', '192119.105000', '192119.565000', '192120.025000', '192120.485000', '192120.945000', '192121.405000', '192121.865000', '192122.325000', '192122.785000', '192123.245000', '192123.705000', '192124.165000', '192124.625000', '192125.085000', '192125.545000', '192126.005000', '192126.465000', '192126.925000', '192127.385000', '192127.845000', '192128.305000', '192128.765000', '192129.225000', '192129.685000', '192130.145000', '192130.605000', '192131.065000', '192131.525000', '192131.985000', '192132.445000', '192132.905000', '192133.365000', '192133.825000', '192134.285000', '192134.745000', '192135.205000', '192135.665000', '192136.125000', '192136.585000', '192137.045000', '192137.505000', '192137.965000', '192138.425000', '192138.885000', '192139.345000', '192139.805000', '192140.265000', '192140.725000', '192141.185000', '192141.645000', '192142.105000', '192142.565000', '192143.025000', '192143.485000', '192143.945000', '192144.405000', '192144.865000', '192145.325000', '192145.785000', '192146.245000', '192146.705000', '192147.165000', '192147.625000', '192148.085000', '192148.545000', '192149.005000', '192149.465000', '192149.925000', '192150.385000', '192150.845000', '192151.305000', '192151.765000', '192152.225000', '192152.685000', '192153.145000', '192153.605000', '192154.065000', '192154.525000', '192154.985000', '192155.445000', '192155.905000', '192156.365000', '192156.825000', '192157.285000', '192157.745000', '192158.205000', '192158.665000', '192159.125000', '192159.585000', '192200.045000', '192200.505000', '192200.965000', '192201.425000', '192201.885000', '192202.345000', '192202.805000', '192203.265000', '192203.725000', '192204.185000', '192204.645000', '192205.105000', '192205.565000', '192206.025000', '192206.485000', '192206.945000', '192207.405000', '192207.865000', '192208.325000', '192208.785000', '192209.245000', '192209.705000', '192210.165000', '192210.625000', '192211.085000', '192211.545000', '192212.005000', '192212.465000', '192212.925000', '192213.385000', '192213.845000', '192214.305000', '192214.765000', '192215.225000', '192215.685000', '192216.145000', '192216.605000', '192217.065000', '192217.525000', '192217.985000', '192218.445000', '192218.905000', '192219.365000', '192219.825000', '192220.285000', '192220.745000', '192221.205000', '192221.665000', '192222.125000', '192222.585000', '192223.045000', '192223.505000', '192223.965000', '192224.425000', '192224.885000', '192225.345000', '192225.805000', '192226.265000', '192226.725000', '192227.185000', '192227.645000', '192228.105000', '192228.565000', '192229.025000', '192229.485000', '192229.945000', '192230.405000', '192230.865000', '192231.325000', '192231.785000', '192232.245000', '192232.705000', '192233.165000', '192233.625000', '192234.085000', '192234.545000', '192235.005000', '192235.465000', '192235.925000', '192236.385000', '192236.845000', '192237.305000', '192237.765000', '192238.225000', '192238.685000', '192239.145000', '192239.605000', '192240.065000', '192240.525000', '192240.985000', '192241.445000', '192241.905000', '192242.365000', '192242.825000', '192243.285000', '192243.745000', '192244.205000', '192244.665000', '192245.125000', '192245.585000', '192246.045000', '192246.505000', '192246.965000', '192247.425000', '192247.885000', '192248.345000', '192248.805000', '192249.265000', '192249.725000', '192250.185000', '192250.645000', '192251.105000', '192251.565000', '192252.025000', '192252.485000', '192252.945000', '192253.405000', '192253.865000', '192254.325000', '192254.785000', '192255.245000', '192255.705000', '192256.165000', '192256.625000', '192257.085000', '192257.545000', '192258.005000', '192258.465000', '192258.925000', '192259.385000', '192259.845000', '192300.305000', '192300.765000', '192301.225000', '192301.685000', '192302.145000', '192302.605000', '192303.065000', '192303.525000', '192303.985000', '192304.445000', '192304.905000', '192305.365000', '192305.825000', '192306.285000', '192306.745000', '192307.205000', '192307.665000', '192308.125000', '192308.585000', '192309.045000', '192309.505000', '192309.965000', '192310.425000', '192310.885000', '192311.345000', '192311.805000', '192312.265000', '192312.725000', '192313.185000', '192313.645000', '192314.105000', '192314.565000', '192315.025000', '192315.485000', '192315.945000', '192316.405000', '192316.865000', '192317.325000', '192317.785000', '192318.245000', '192318.705000', '192319.165000', '192319.625000', '192320.085000', '192320.545000', '192321.005000', '192321.465000', '192321.925000', '192322.385000', '192322.845000', '192323.305000', '192323.765000', '192324.225000', '192324.685000', '192325.145000', '192325.605000', '192326.065000', '192326.525000', '192326.985000', '192327.445000', '192327.905000', '192328.365000', '192328.825000', '192329.285000', '192329.745000', '192330.205000', '192330.665000', '192331.125000', '192331.585000', '192332.045000', '192332.505000', '192332.965000', '192333.425000', '192333.885000', '192334.345000', '192334.805000', '192335.265000', '192335.725000', '192336.185000', '192336.645000', '192337.105000', '192337.565000', '192338.025000', '192338.485000', '192338.945000', '192339.405000', '192339.865000', '192340.325000', '192340.785000', '192341.245000', '192341.705000', '192342.165000', '192342.625000', '192343.085000', '192343.545000', '192344.005000', '192344.465000', '192344.925000', '192345.385000', '192345.845000', '192346.305000', '192346.765000', '192347.225000', '192347.685000', '192348.145000', '192348.605000', '192349.065000', '192349.525000', '192349.985000', '192350.445000', '192350.905000', '192351.365000', '192351.825000', '192352.285000', '192352.745000', '192353.205000', '192353.665000', '192354.125000', '192354.585000', '192355.045000', '192355.505000', '192355.965000', '192356.425000', '192356.885000', '192357.345000', '192357.805000', '192358.265000', '192358.725000', '192359.185000', '192359.645000', '192400.105000', '192400.565000', '192401.025000', '192401.485000', '192401.945000', '192402.405000', '192402.865000', '192403.325000', '192403.785000', '192404.245000', '192404.705000', '192405.165000', '192405.625000', '192406.085000', '192406.545000', '192407.005000', '192407.465000', '192407.925000', '192408.385000', '192408.845000', '192409.305000', '192409.765000', '192410.225000', '192410.685000', '192411.145000', '192411.605000', '192412.065000', '192412.525000', '192412.985000', '192413.445000', '192413.905000', '192414.365000', '192414.825000', '192415.285000', '192415.745000', '192416.205000', '192416.665000', '192417.125000', '192417.585000', '192418.045000', '192418.505000', '192418.965000', '192419.425000', '192419.885000', '192420.345000', '192420.805000', '192421.265000', '192421.725000', '192422.185000', '192422.645000', '192423.105000', '192423.565000', '192424.025000', '192424.485000', '192424.945000', '192425.405000', '192425.865000', '192426.325000', '192426.785000', '192427.245000', '192427.705000', '192428.165000', '192428.625000', '192429.085000', '192429.545000', '192430.005000', '192430.465000', '192430.925000', '192431.385000', '192431.845000', '192432.305000', '192432.765000', '192433.225000', '192433.685000', '192434.145000', '192434.605000', '192435.065000', '192435.525000', '192435.985000', '192436.445000', '192436.905000', '192437.365000', '192437.825000', '192438.285000', '192438.745000', '192439.205000', '192439.665000', '192440.125000', '192440.585000', '192441.045000', '192441.505000', '192441.965000', '192442.425000', '192442.885000', '192443.345000', '192443.805000', '192444.265000', '192444.725000', '192445.185000', '192445.645000', '192446.105000', '192446.565000', '192447.025000', '192447.485000', '192447.945000', '192448.405000', '192448.865000', '192449.325000', '192449.785000', '192450.245000', '192450.705000', '192451.165000', '192451.625000', '192452.085000', '192452.545000', '192453.005000', '192453.465000', '192453.925000', '192454.385000', '192454.845000', '192455.305000', '192455.765000', '192456.225000', '192456.685000', '192457.145000', '192457.605000', '192458.065000', '192458.525000', '192458.985000', '192459.445000', '192459.905000', '192500.365000', '192500.825000', '192501.285000', '192501.745000', '192502.205000', '192502.665000', '192503.125000', '192503.585000', '192504.045000', '192504.505000', '192504.965000', '192505.425000', '192505.885000', '192506.345000', '192506.805000', '192507.265000', '192507.725000', '192508.185000', '192508.645000', '192509.105000', '192509.565000', '192510.025000', '192510.485000', '192510.945000', '192511.405000', '192511.865000', '192512.325000', '192512.785000', '192513.245000', '192513.705000', '192514.165000', '192514.625000', '192515.085000', '192515.545000', '192516.005000', '192516.465000', '192516.925000', '192517.385000', '192517.845000', '192518.305000', '192518.765000', '192519.225000', '192519.685000', '192520.145000', '192520.605000', '192521.065000', '192521.525000', '192521.985000', '192522.445000', '192522.905000', '192523.365000', '192523.825000', '192524.285000', '192524.745000', '192525.205000', '192525.665000', '192526.125000', '192526.585000', '192527.045000', '192527.505000', '192527.965000', '192528.425000', '192528.885000', '192529.345000', '192529.805000', '192530.265000', '192530.725000', '192531.185000', '192531.645000', '192532.105000', '192532.565000', '192533.025000', '192533.485000', '192533.945000', '192534.405000', '192534.865000', '192535.325000', '192535.785000', '192536.245000', '192536.705000', '192537.165000', '192537.625000', '192538.085000', '192538.545000', '192539.005000', '192539.465000', '192539.925000', '192540.385000', '192540.845000', '192541.305000', '192541.765000', '192542.225000', '192542.685000', '192543.145000', '192543.605000', '192544.065000', '192544.525000', '192544.985000', '192545.445000', '192545.905000', '192546.365000', '192546.825000', '192547.285000', '192547.745000', '192548.205000', '192548.665000', '192549.125000', '192549.585000', '192550.045000', '192550.505000', '192550.965000', '192551.425000', '192551.885000', '192552.345000', '192552.805000', '192553.265000', '192553.725000', '192554.185000', '192554.645000', '192555.105000', '192555.565000', '192556.025000', '192556.485000', '192556.945000', '192557.405000', '192557.865000', '192558.325000', '192558.785000', '192559.245000', '192559.705000', '192600.165000', '192600.625000', '192601.085000', '192601.545000', '192602.005000', '192602.465000', '192602.925000', '192603.385000', '192603.845000', '192604.305000', '192604.765000', '192605.225000', '192605.685000', '192606.145000', '192606.605000', '192607.065000', '192607.525000', '192607.985000', '192608.445000', '192608.905000', '192609.365000', '192609.825000', '192610.285000', '192610.745000', '192611.205000', '192611.665000', '192612.125000', '192612.585000', '192613.045000', '192613.505000', '192613.965000', '192614.425000', '192614.885000', '192615.345000', '192615.805000', '192616.265000', '192616.725000', '192617.185000', '192617.645000', '192618.105000', '192618.565000', '192619.025000', '192619.485000', '192619.945000', '192620.405000', '192620.865000', '192621.325000', '192621.785000', '192622.245000', '192622.705000', '192623.165000', '192623.625000', '192624.085000', '192624.545000', '192625.005000', '192625.465000', '192625.925000', '192626.385000', '192626.845000', '192627.305000', '192627.765000', '192628.225000', '192628.685000', '192629.145000', '192629.605000', '192630.065000', '192630.525000', '192630.985000', '192631.445000', '192631.905000', '192632.365000', '192632.825000', '192633.285000', '192633.745000', '192634.205000', '192634.665000', '192635.125000', '192635.585000', '192636.045000', '192636.505000', '192636.965000', '192637.425000', '192637.885000', '192638.345000', '192638.805000', '192639.265000', '192639.725000', '192640.185000', '192640.645000', '192641.105000', '192641.565000', '192642.025000', '192642.485000', '192642.945000', '192643.405000', '192643.865000', '192644.325000', '192644.785000', '192645.245000', '192645.705000', '192646.165000', '192646.625000', '192647.085000', '192647.545000', '192648.005000', '192648.465000', '192648.925000', '192649.385000', '192649.845000', '192650.305000', '192650.765000', '192651.225000', '192651.685000', '192652.145000', '192652.605000', '192653.065000', '192653.525000', '192653.985000', '192654.445000', '192654.905000', '192655.365000', '192655.825000', '192656.285000', '192656.745000', '192657.205000', '192657.665000', '192658.125000', '192658.585000', '192659.045000', '192659.505000', '192659.965000', '192700.425000', '192700.885000', '192701.345000', '192701.805000', '192702.265000', '192702.725000', '192703.185000', '192703.645000', '192704.105000', '192704.565000', '192705.025000', '192705.485000', '192705.945000', '192706.405000', '192706.865000', '192707.325000', '192707.785000', '192708.245000', '192708.705000', '192709.165000', '192709.625000', '192710.085000', '192710.545000', '192711.005000', '192711.465000', '192711.925000', '192712.385000', '192712.845000', '192713.305000', '192713.765000', '192714.225000', '192714.685000', '192715.145000', '192715.605000', '192716.065000', '192716.525000', '192716.985000', '192717.445000', '192717.905000', '192718.365000', '192718.825000', '192719.285000', '192719.745000', '192720.205000', '192720.665000', '192721.125000', '192721.585000', '192722.045000', '192722.505000', '192722.965000', '192723.425000', '192723.885000', '192724.345000', '192724.805000', '192725.265000', '192725.725000', '192726.185000', '192726.645000', '192727.105000', '192727.565000', '192728.025000', '192728.485000', '192728.945000', '192729.405000', '192729.865000', '192730.325000', '192730.785000', '192731.245000', '192731.705000', '192732.165000', '192732.625000', '192733.085000'], 'ContentTime': ['192109.906000', '192109.910000', '192109.913000', '192109.916000', '192109.919000', '192109.921000', '192109.924000', '192109.926000', '192109.929000', '192109.932000', '192109.934000', '192109.937000', '192109.939000', '192109.942000', '192109.952000', '192109.954000', '192109.957000', '192109.960000', '192109.962000', '192109.965000', '192109.967000', '192109.970000', '192109.973000', '192109.975000', '192109.978000', '192109.980000', '192109.983000', '192110.042000', '192110.054000', '192110.057000', '192110.060000', '192110.062000', '192110.065000', '192110.067000', '192110.070000', '192129.874000', '192129.877000', '192129.906000', '192129.909000', '192129.911000', '192129.914000', '192129.917000', '192129.919000', '192129.922000', '192129.925000', '192129.927000', '192129.930000', '192129.932000', '192129.935000', '192129.938000', '192129.940000', '192129.943000', '192129.945000', '192129.948000', '192129.950000', '192129.953000', '192129.956000', '192129.958000', '192129.961000', '192129.963000', '192129.966000', '192129.969000', '192129.971000', '192129.974000', '192129.976000', '192129.979000', '192129.982000', '192129.984000', '192129.987000', '192129.989000', '192129.992000', '192129.995000', '192129.997000', '192130.001000', '192130.003000', '192130.006000', '192130.009000', '192130.011000', '192130.014000', '192149.874000', '192149.877000', '192149.880000', '192149.882000', '192149.885000', '192149.888000', '192149.890000', '192149.893000', '192149.896000', '192149.899000', '192149.901000', '192149.904000', '192149.907000', '192149.909000', '192149.912000', '192149.914000', '192149.917000', '192149.920000', '192149.926000', '192149.929000', '192149.932000', '192149.934000', '192149.937000', '192149.939000', '192149.942000', '192149.945000', '192149.947000', '192149.950000', '192149.953000', '192149.955000', '192149.958000', '192149.960000', '192149.963000', '192149.966000', '192149.968000', '192149.971000', '192149.974000', '192149.977000', '192149.980000', '192149.982000', '192149.985000', '192149.988000', '192149.991000', '192209.874000', '192209.877000', '192209.880000', '192209.883000', '192209.885000', '192209.888000', '192209.891000', '192209.893000', '192209.896000', '192209.899000', '192209.901000', '192209.904000', '192209.906000', '192209.909000', '192209.912000', '192209.914000', '192209.917000', '192209.919000', '192209.922000', '192209.925000', '192209.927000', '192209.930000', '192209.933000', '192209.935000', '192209.938000', '192209.940000', '192209.943000', '192209.946000', '192209.948000', '192209.951000', '192209.953000', '192209.956000', '192209.959000', '192209.961000', '192209.964000', '192209.966000', '192209.969000', '192209.972000', '192209.974000', '192209.977000', '192209.979000', '192209.982000', '192209.985000', '192209.987000', '192229.875000', '192229.877000', '192229.880000', '192229.883000', '192229.886000', '192229.888000', '192229.891000', '192229.894000', '192229.896000', '192229.899000', '192229.901000', '192229.904000', '192229.907000', '192229.909000', '192229.912000', '192229.914000', '192229.917000', '192229.920000', '192229.922000', '192229.925000', '192229.928000', '192229.931000', '192229.934000', '192229.936000', '192229.939000', '192229.942000', '192229.944000', '192229.947000', '192229.949000', '192229.952000', '192229.955000', '192229.957000', '192229.960000', '192229.963000', '192229.965000', '192229.968000', '192229.970000', '192229.973000', '192229.976000', '192229.978000', '192229.981000', '192229.983000', '192229.987000', '192249.875000', '192249.877000', '192249.880000', '192249.883000', '192249.886000', '192249.888000', '192249.891000', '192249.893000', '192249.896000', '192249.899000', '192249.901000', '192249.904000', '192249.906000', '192249.909000', '192249.912000', '192249.914000', '192249.917000', '192249.933000', '192249.936000', '192249.938000', '192249.941000', '192249.943000', '192249.946000', '192249.949000', '192249.951000', '192249.954000', '192249.956000', '192249.959000', '192249.962000', '192249.964000', '192249.967000', '192249.970000', '192249.972000', '192249.975000', '192249.978000', '192249.980000', '192249.983000', '192249.985000', '192249.997000', '192250.000000', '192250.003000', '192250.006000', '192250.008000', '192250.011000', '192309.874000', '192309.877000', '192309.880000', '192309.882000', '192309.885000', '192309.887000', '192309.890000', '192309.893000', '192309.895000', '192309.898000', '192309.901000', '192309.903000', '192309.906000', '192309.908000', '192309.911000', '192309.914000', '192309.916000', '192309.919000', '192309.922000', '192309.924000', '192309.927000', '192309.930000', '192309.932000', '192309.935000', '192309.938000', '192309.940000', '192309.943000', '192309.946000', '192309.948000', '192309.951000', '192309.953000', '192309.956000', '192309.959000', '192309.961000', '192309.964000', '192309.966000', '192309.969000', '192309.971000', '192309.974000', '192309.977000', '192309.985000', '192309.989000', '192309.991000', '192329.875000', '192329.878000', '192329.880000', '192329.883000', '192329.886000', '192329.888000', '192329.891000', '192329.893000', '192329.896000', '192329.899000', '192329.901000', '192329.904000', '192329.907000', '192329.909000', '192329.912000', '192329.915000', '192329.917000', '192329.920000', '192329.922000', '192329.925000', '192329.928000', '192329.930000', '192329.933000', '192329.936000', '192329.938000', '192329.941000', '192329.943000', '192329.946000', '192329.949000', '192329.951000', '192329.954000', '192329.957000', '192329.959000', '192329.962000', '192329.964000', '192329.967000', '192329.970000', '192329.972000', '192329.975000', '192329.978000', '192329.980000', '192329.983000', '192329.985000', '192329.988000', '192349.875000', '192349.878000', '192349.880000', '192349.883000', '192349.885000', '192349.888000', '192349.891000', '192349.893000', '192349.896000', '192349.899000', '192349.901000', '192349.904000', '192349.906000', '192349.909000', '192349.912000', '192349.915000', '192349.917000', '192349.920000', '192349.923000', '192349.925000', '192349.928000', '192349.930000', '192349.933000', '192349.936000', '192349.938000', '192349.941000', '192349.944000', '192349.946000', '192349.949000', '192349.952000', '192349.954000', '192349.957000', '192349.959000', '192349.962000', '192349.965000', '192349.967000', '192349.970000', '192349.972000', '192349.975000', '192349.977000', '192349.980000', '192349.983000', '192349.986000', '192409.874000', '192409.882000', '192409.885000', '192409.888000', '192409.890000', '192409.893000', '192409.896000', '192409.898000', '192409.901000', '192409.903000', '192409.906000', '192409.909000', '192409.911000', '192409.914000', '192409.917000', '192409.919000', '192409.922000', '192409.924000', '192409.927000', '192409.930000', '192409.932000', '192409.935000', '192409.938000', '192409.940000', '192409.943000', '192409.945000', '192409.948000', '192409.951000', '192409.953000', '192409.956000', '192409.959000', '192409.961000', '192409.964000', '192409.966000', '192409.969000', '192409.972000', '192409.974000', '192409.977000', '192409.979000', '192409.982000', '192409.985000', '192409.987000', '192409.990000', '192409.993000', '192429.875000', '192429.877000', '192429.880000', '192429.883000', '192429.886000', '192429.888000', '192429.891000', '192429.894000', '192429.896000', '192429.899000', '192429.902000', '192429.904000', '192429.937000', '192429.940000', '192429.943000', '192429.945000', '192429.948000', '192429.951000', '192429.953000', '192429.956000', '192429.959000', '192429.961000', '192429.964000', '192429.966000', '192429.969000', '192429.972000', '192429.974000', '192429.977000', '192429.980000', '192429.982000', '192429.985000', '192429.987000', '192429.990000', '192429.993000', '192429.995000', '192429.998000', '192430.002000', '192430.004000', '192430.007000', '192430.009000', '192430.012000', '192430.015000', '192430.017000', '192449.875000', '192449.878000', '192449.880000', '192449.883000', '192449.886000', '192449.888000', '192449.891000', '192449.893000', '192449.896000', '192449.899000', '192449.902000', '192449.904000', '192449.907000', '192449.910000', '192449.912000', '192449.915000', '192449.917000', '192449.920000', '192449.923000', '192449.925000', '192449.928000', '192449.931000', '192449.933000', '192449.936000', '192449.939000', '192449.941000', '192449.944000', '192449.947000', '192449.949000', '192449.955000', '192449.957000', '192449.960000', '192449.963000', '192449.965000', '192449.968000', '192449.971000', '192449.973000', '192449.976000', '192449.979000', '192449.981000', '192449.984000', '192449.987000', '192449.989000', '192449.992000', '192509.875000', '192509.877000', '192509.880000', '192509.883000', '192509.885000', '192509.888000', '192509.890000', '192509.893000', '192509.896000', '192509.898000', '192509.901000', '192509.904000', '192509.906000', '192509.909000', '192509.911000', '192509.914000', '192509.917000', '192509.919000', '192509.922000', '192509.925000', '192509.927000', '192509.930000', '192509.933000', '192509.936000', '192509.938000', '192509.941000', '192509.943000', '192509.946000', '192509.949000', '192509.951000', '192509.954000', '192509.957000', '192509.959000', '192509.962000', '192509.964000', '192509.967000', '192509.970000', '192509.972000', '192509.975000', '192509.978000', '192509.980000', '192509.983000', '192509.985000', '192529.873000', '192529.876000', '192529.879000', '192529.882000', '192529.884000', '192529.888000', '192529.890000', '192529.893000', '192529.896000', '192529.898000', '192529.901000', '192529.903000', '192529.906000', '192529.909000', '192529.911000', '192529.914000', '192529.917000', '192529.919000', '192529.922000', '192529.924000', '192529.927000', '192529.929000', '192529.932000', '192529.935000', '192529.937000', '192529.940000', '192529.942000', '192529.945000', '192529.947000', '192529.950000', '192529.953000', '192529.955000', '192529.958000', '192529.960000', '192529.963000', '192529.966000', '192529.968000', '192529.971000', '192529.973000', '192529.976000', '192529.979000', '192529.981000', '192529.984000', '192549.875000', '192549.878000', '192549.880000', '192549.883000', '192549.886000', '192549.888000', '192549.891000', '192549.894000', '192549.896000', '192549.899000', '192549.901000', '192549.904000', '192549.907000', '192549.909000', '192549.912000', '192549.915000', '192549.917000', '192549.920000', '192549.923000', '192549.925000', '192549.928000', '192549.930000', '192549.933000', '192549.936000', '192549.938000', '192549.941000', '192549.943000', '192549.946000', '192549.949000', '192549.951000', '192549.954000', '192549.957000', '192549.959000', '192549.962000', '192549.964000', '192549.967000', '192549.970000', '192549.972000', '192549.996000', '192549.999000', '192550.002000', '192550.004000', '192550.007000', '192550.009000', '192609.875000', '192609.878000', '192609.880000', '192609.883000', '192609.886000', '192609.888000', '192609.891000', '192609.893000', '192609.896000', '192609.899000', '192609.901000', '192609.904000', '192609.907000', '192609.909000', '192609.912000', '192609.915000', '192609.917000', '192609.920000', '192609.923000', '192609.925000', '192609.928000', '192609.931000', '192609.933000', '192609.936000', '192609.939000', '192609.941000', '192609.944000', '192609.946000', '192609.949000', '192609.952000', '192609.954000', '192609.957000', '192609.960000', '192609.962000', '192609.965000', '192609.967000', '192609.970000', '192609.973000', '192609.975000', '192609.978000', '192609.981000', '192609.983000', '192609.986000', '192609.988000', '192629.874000', '192629.877000', '192629.880000', '192629.883000', '192629.885000', '192629.888000', '192629.890000', '192629.893000', '192629.896000', '192629.898000', '192629.901000', '192629.904000', '192629.906000', '192629.909000', '192629.911000', '192629.914000', '192629.917000', '192629.919000', '192629.922000', '192629.925000', '192629.927000', '192629.930000', '192629.933000', '192629.935000', '192629.938000', '192629.940000', '192629.943000', '192629.967000', '192629.970000', '192629.973000', '192629.975000', '192629.978000', '192629.980000', '192629.983000', '192629.986000', '192629.988000', '192629.991000', '192629.994000', '192629.996000', '192630.000000', '192630.002000', '192630.005000', '192630.008000', '192649.874000', '192649.877000', '192649.880000', '192649.883000', '192649.885000', '192649.888000', '192649.891000', '192649.893000', '192649.896000', '192649.898000', '192649.901000', '192649.904000', '192649.907000', '192649.909000', '192649.912000', '192649.914000', '192649.917000', '192649.920000', '192649.922000', '192649.925000', '192649.928000', '192649.930000', '192649.933000', '192649.936000', '192649.938000', '192649.941000', '192649.944000', '192649.946000', '192649.949000', '192649.951000', '192649.954000', '192649.957000', '192649.960000', '192649.962000', '192649.965000', '192649.968000', '192649.970000', '192649.973000', '192649.976000', '192649.978000', '192649.981000', '192649.983000', '192649.986000', '192649.989000', '192709.875000', '192709.877000', '192709.880000', '192709.883000', '192709.885000', '192709.888000', '192709.891000', '192709.893000', '192709.896000', '192709.899000', '192709.901000', '192709.904000', '192709.906000', '192709.909000', '192709.912000', '192709.914000', '192709.917000', '192709.919000', '192709.922000', '192709.925000', '192709.927000', '192709.930000', '192709.933000', '192709.935000', '192709.938000', '192709.941000', '192709.943000', '192709.946000', '192709.948000', '192709.951000', '192709.954000', '192709.956000', '192709.959000', '192709.962000', '192709.964000', '192709.967000', '192709.970000', '192709.972000', '192709.975000', '192709.977000', '192709.980000', '192709.983000', '192709.985000', '192729.875000', '192729.878000', '192729.880000', '192729.883000', '192729.886000', '192729.888000', '192729.891000', '192729.894000', '192729.896000', '192729.899000', '192729.901000', '192729.905000', '192729.908000', '192729.911000', '192729.913000', '192729.916000', '192729.919000', '192729.921000', '192729.924000', '192729.927000', '192729.929000', '192729.932000', '192729.934000', '192729.937000', '192729.940000', '192729.942000', '192729.945000', '192729.947000', '192729.950000', '192729.953000', '192729.955000', '192729.959000', '192729.961000', '192729.964000', '192729.967000', '192729.970000', '192729.972000', '192729.975000', '192729.977000', '192729.980000', '192729.983000', '192729.985000', '192729.988000', '192734.496000', '192734.499000', '192734.502000', '192734.505000', '192734.508000', '192734.511000', '192734.514000', '192734.517000', '192734.520000', '192734.523000', '192734.526000'], 'InstanceCreationTime': ['192109.906000', '192109.910000', '192109.913000', '192109.916000', '192109.919000', '192109.921000', '192109.924000', '192109.926000', '192109.929000', '192109.932000', '192109.934000', '192109.937000', '192109.939000', '192109.942000', '192109.952000', '192109.954000', '192109.957000', '192109.960000', '192109.962000', '192109.965000', '192109.967000', '192109.970000', '192109.973000', '192109.975000', '192109.978000', '192109.980000', '192109.983000', '192110.042000', '192110.054000', '192110.057000', '192110.060000', '192110.062000', '192110.065000', '192110.067000', '192110.070000', '192129.874000', '192129.877000', '192129.906000', '192129.909000', '192129.911000', '192129.914000', '192129.917000', '192129.919000', '192129.922000', '192129.925000', '192129.927000', '192129.930000', '192129.932000', '192129.935000', '192129.938000', '192129.940000', '192129.943000', '192129.945000', '192129.948000', '192129.950000', '192129.953000', '192129.956000', '192129.958000', '192129.961000', '192129.963000', '192129.966000', '192129.969000', '192129.971000', '192129.974000', '192129.976000', '192129.979000', '192129.982000', '192129.984000', '192129.987000', '192129.989000', '192129.992000', '192129.995000', '192129.997000', '192130.001000', '192130.003000', '192130.006000', '192130.009000', '192130.011000', '192130.014000', '192149.874000', '192149.877000', '192149.880000', '192149.882000', '192149.885000', '192149.888000', '192149.890000', '192149.893000', '192149.896000', '192149.899000', '192149.901000', '192149.904000', '192149.907000', '192149.909000', '192149.912000', '192149.914000', '192149.917000', '192149.920000', '192149.926000', '192149.929000', '192149.932000', '192149.934000', '192149.937000', '192149.939000', '192149.942000', '192149.945000', '192149.947000', '192149.950000', '192149.953000', '192149.955000', '192149.958000', '192149.960000', '192149.963000', '192149.966000', '192149.968000', '192149.971000', '192149.974000', '192149.977000', '192149.980000', '192149.982000', '192149.985000', '192149.988000', '192149.991000', '192209.874000', '192209.877000', '192209.880000', '192209.883000', '192209.885000', '192209.888000', '192209.891000', '192209.893000', '192209.896000', '192209.899000', '192209.901000', '192209.904000', '192209.906000', '192209.909000', '192209.912000', '192209.914000', '192209.917000', '192209.919000', '192209.922000', '192209.925000', '192209.927000', '192209.930000', '192209.933000', '192209.935000', '192209.938000', '192209.940000', '192209.943000', '192209.946000', '192209.948000', '192209.951000', '192209.953000', '192209.956000', '192209.959000', '192209.961000', '192209.964000', '192209.966000', '192209.969000', '192209.972000', '192209.974000', '192209.977000', '192209.979000', '192209.982000', '192209.985000', '192209.987000', '192229.875000', '192229.877000', '192229.880000', '192229.883000', '192229.886000', '192229.888000', '192229.891000', '192229.894000', '192229.896000', '192229.899000', '192229.901000', '192229.904000', '192229.907000', '192229.909000', '192229.912000', '192229.914000', '192229.917000', '192229.920000', '192229.922000', '192229.925000', '192229.928000', '192229.931000', '192229.934000', '192229.936000', '192229.939000', '192229.942000', '192229.944000', '192229.947000', '192229.949000', '192229.952000', '192229.955000', '192229.957000', '192229.960000', '192229.963000', '192229.965000', '192229.968000', '192229.970000', '192229.973000', '192229.976000', '192229.978000', '192229.981000', '192229.983000', '192229.987000', '192249.875000', '192249.877000', '192249.880000', '192249.883000', '192249.886000', '192249.888000', '192249.891000', '192249.893000', '192249.896000', '192249.899000', '192249.901000', '192249.904000', '192249.906000', '192249.909000', '192249.912000', '192249.914000', '192249.917000', '192249.933000', '192249.936000', '192249.938000', '192249.941000', '192249.943000', '192249.946000', '192249.949000', '192249.951000', '192249.954000', '192249.956000', '192249.959000', '192249.962000', '192249.964000', '192249.967000', '192249.970000', '192249.972000', '192249.975000', '192249.978000', '192249.980000', '192249.983000', '192249.985000', '192249.997000', '192250.000000', '192250.003000', '192250.006000', '192250.008000', '192250.011000', '192309.874000', '192309.877000', '192309.880000', '192309.882000', '192309.885000', '192309.887000', '192309.890000', '192309.893000', '192309.895000', '192309.898000', '192309.901000', '192309.903000', '192309.906000', '192309.908000', '192309.911000', '192309.914000', '192309.916000', '192309.919000', '192309.922000', '192309.924000', '192309.927000', '192309.930000', '192309.932000', '192309.935000', '192309.938000', '192309.940000', '192309.943000', '192309.946000', '192309.948000', '192309.951000', '192309.953000', '192309.956000', '192309.959000', '192309.961000', '192309.964000', '192309.966000', '192309.969000', '192309.971000', '192309.974000', '192309.977000', '192309.985000', '192309.989000', '192309.991000', '192329.875000', '192329.878000', '192329.880000', '192329.883000', '192329.886000', '192329.888000', '192329.891000', '192329.893000', '192329.896000', '192329.899000', '192329.901000', '192329.904000', '192329.907000', '192329.909000', '192329.912000', '192329.915000', '192329.917000', '192329.920000', '192329.922000', '192329.925000', '192329.928000', '192329.930000', '192329.933000', '192329.936000', '192329.938000', '192329.941000', '192329.943000', '192329.946000', '192329.949000', '192329.951000', '192329.954000', '192329.957000', '192329.959000', '192329.962000', '192329.964000', '192329.967000', '192329.970000', '192329.972000', '192329.975000', '192329.978000', '192329.980000', '192329.983000', '192329.985000', '192329.988000', '192349.875000', '192349.878000', '192349.880000', '192349.883000', '192349.885000', '192349.888000', '192349.891000', '192349.893000', '192349.896000', '192349.899000', '192349.901000', '192349.904000', '192349.906000', '192349.909000', '192349.912000', '192349.915000', '192349.917000', '192349.920000', '192349.923000', '192349.925000', '192349.928000', '192349.930000', '192349.933000', '192349.936000', '192349.938000', '192349.941000', '192349.944000', '192349.946000', '192349.949000', '192349.952000', '192349.954000', '192349.957000', '192349.959000', '192349.962000', '192349.965000', '192349.967000', '192349.970000', '192349.972000', '192349.975000', '192349.977000', '192349.980000', '192349.983000', '192349.986000', '192409.874000', '192409.882000', '192409.885000', '192409.888000', '192409.890000', '192409.893000', '192409.896000', '192409.898000', '192409.901000', '192409.903000', '192409.906000', '192409.909000', '192409.911000', '192409.914000', '192409.917000', '192409.919000', '192409.922000', '192409.924000', '192409.927000', '192409.930000', '192409.932000', '192409.935000', '192409.938000', '192409.940000', '192409.943000', '192409.945000', '192409.948000', '192409.951000', '192409.953000', '192409.956000', '192409.959000', '192409.961000', '192409.964000', '192409.966000', '192409.969000', '192409.972000', '192409.974000', '192409.977000', '192409.979000', '192409.982000', '192409.985000', '192409.987000', '192409.990000', '192409.993000', '192429.875000', '192429.877000', '192429.880000', '192429.883000', '192429.886000', '192429.888000', '192429.891000', '192429.894000', '192429.896000', '192429.899000', '192429.902000', '192429.904000', '192429.937000', '192429.940000', '192429.943000', '192429.945000', '192429.948000', '192429.951000', '192429.953000', '192429.956000', '192429.959000', '192429.961000', '192429.964000', '192429.966000', '192429.969000', '192429.972000', '192429.974000', '192429.977000', '192429.980000', '192429.982000', '192429.985000', '192429.987000', '192429.990000', '192429.993000', '192429.995000', '192429.998000', '192430.002000', '192430.004000', '192430.007000', '192430.009000', '192430.012000', '192430.015000', '192430.017000', '192449.875000', '192449.878000', '192449.880000', '192449.883000', '192449.886000', '192449.888000', '192449.891000', '192449.893000', '192449.896000', '192449.899000', '192449.902000', '192449.904000', '192449.907000', '192449.910000', '192449.912000', '192449.915000', '192449.917000', '192449.920000', '192449.923000', '192449.925000', '192449.928000', '192449.931000', '192449.933000', '192449.936000', '192449.939000', '192449.941000', '192449.944000', '192449.947000', '192449.949000', '192449.955000', '192449.957000', '192449.960000', '192449.963000', '192449.965000', '192449.968000', '192449.971000', '192449.973000', '192449.976000', '192449.979000', '192449.981000', '192449.984000', '192449.987000', '192449.989000', '192449.992000', '192509.875000', '192509.877000', '192509.880000', '192509.883000', '192509.885000', '192509.888000', '192509.890000', '192509.893000', '192509.896000', '192509.898000', '192509.901000', '192509.904000', '192509.906000', '192509.909000', '192509.911000', '192509.914000', '192509.917000', '192509.919000', '192509.922000', '192509.925000', '192509.927000', '192509.930000', '192509.933000', '192509.936000', '192509.938000', '192509.941000', '192509.943000', '192509.946000', '192509.949000', '192509.951000', '192509.954000', '192509.957000', '192509.959000', '192509.962000', '192509.964000', '192509.967000', '192509.970000', '192509.972000', '192509.975000', '192509.978000', '192509.980000', '192509.983000', '192509.985000', '192529.873000', '192529.876000', '192529.879000', '192529.882000', '192529.884000', '192529.888000', '192529.890000', '192529.893000', '192529.896000', '192529.898000', '192529.901000', '192529.903000', '192529.906000', '192529.909000', '192529.911000', '192529.914000', '192529.917000', '192529.919000', '192529.922000', '192529.924000', '192529.927000', '192529.929000', '192529.932000', '192529.935000', '192529.937000', '192529.940000', '192529.942000', '192529.945000', '192529.947000', '192529.950000', '192529.953000', '192529.955000', '192529.958000', '192529.960000', '192529.963000', '192529.966000', '192529.968000', '192529.971000', '192529.973000', '192529.976000', '192529.979000', '192529.981000', '192529.984000', '192549.875000', '192549.878000', '192549.880000', '192549.883000', '192549.886000', '192549.888000', '192549.891000', '192549.894000', '192549.896000', '192549.899000', '192549.901000', '192549.904000', '192549.907000', '192549.909000', '192549.912000', '192549.915000', '192549.917000', '192549.920000', '192549.923000', '192549.925000', '192549.928000', '192549.930000', '192549.933000', '192549.936000', '192549.938000', '192549.941000', '192549.943000', '192549.946000', '192549.949000', '192549.951000', '192549.954000', '192549.957000', '192549.959000', '192549.962000', '192549.964000', '192549.967000', '192549.970000', '192549.972000', '192549.996000', '192549.999000', '192550.002000', '192550.004000', '192550.007000', '192550.009000', '192609.875000', '192609.878000', '192609.880000', '192609.883000', '192609.886000', '192609.888000', '192609.891000', '192609.893000', '192609.896000', '192609.899000', '192609.901000', '192609.904000', '192609.907000', '192609.909000', '192609.912000', '192609.915000', '192609.917000', '192609.920000', '192609.923000', '192609.925000', '192609.928000', '192609.931000', '192609.933000', '192609.936000', '192609.939000', '192609.941000', '192609.944000', '192609.946000', '192609.949000', '192609.952000', '192609.954000', '192609.957000', '192609.960000', '192609.962000', '192609.965000', '192609.967000', '192609.970000', '192609.973000', '192609.975000', '192609.978000', '192609.981000', '192609.983000', '192609.986000', '192609.988000', '192629.874000', '192629.877000', '192629.880000', '192629.883000', '192629.885000', '192629.888000', '192629.890000', '192629.893000', '192629.896000', '192629.898000', '192629.901000', '192629.904000', '192629.906000', '192629.909000', '192629.911000', '192629.914000', '192629.917000', '192629.919000', '192629.922000', '192629.925000', '192629.927000', '192629.930000', '192629.933000', '192629.935000', '192629.938000', '192629.940000', '192629.943000', '192629.967000', '192629.970000', '192629.973000', '192629.975000', '192629.978000', '192629.980000', '192629.983000', '192629.986000', '192629.988000', '192629.991000', '192629.994000', '192629.996000', '192630.000000', '192630.002000', '192630.005000', '192630.008000', '192649.874000', '192649.877000', '192649.880000', '192649.883000', '192649.885000', '192649.888000', '192649.891000', '192649.893000', '192649.896000', '192649.898000', '192649.901000', '192649.904000', '192649.907000', '192649.909000', '192649.912000', '192649.914000', '192649.917000', '192649.920000', '192649.922000', '192649.925000', '192649.928000', '192649.930000', '192649.933000', '192649.936000', '192649.938000', '192649.941000', '192649.944000', '192649.946000', '192649.949000', '192649.951000', '192649.954000', '192649.957000', '192649.960000', '192649.962000', '192649.965000', '192649.968000', '192649.970000', '192649.973000', '192649.976000', '192649.978000', '192649.981000', '192649.983000', '192649.986000', '192649.989000', '192709.875000', '192709.877000', '192709.880000', '192709.883000', '192709.885000', '192709.888000', '192709.891000', '192709.893000', '192709.896000', '192709.899000', '192709.901000', '192709.904000', '192709.906000', '192709.909000', '192709.912000', '192709.914000', '192709.917000', '192709.919000', '192709.922000', '192709.925000', '192709.927000', '192709.930000', '192709.933000', '192709.935000', '192709.938000', '192709.941000', '192709.943000', '192709.946000', '192709.948000', '192709.951000', '192709.954000', '192709.956000', '192709.959000', '192709.962000', '192709.964000', '192709.967000', '192709.970000', '192709.972000', '192709.975000', '192709.977000', '192709.980000', '192709.983000', '192709.985000', '192729.875000', '192729.878000', '192729.880000', '192729.883000', '192729.886000', '192729.888000', '192729.891000', '192729.894000', '192729.896000', '192729.899000', '192729.901000', '192729.905000', '192729.908000', '192729.911000', '192729.913000', '192729.916000', '192729.919000', '192729.921000', '192729.924000', '192729.927000', '192729.929000', '192729.932000', '192729.934000', '192729.937000', '192729.940000', '192729.942000', '192729.945000', '192729.947000', '192729.950000', '192729.953000', '192729.955000', '192729.959000', '192729.961000', '192729.964000', '192729.967000', '192729.970000', '192729.972000', '192729.975000', '192729.977000', '192729.980000', '192729.983000', '192729.985000', '192729.988000', '192734.496000', '192734.499000', '192734.502000', '192734.505000', '192734.508000', '192734.511000', '192734.514000', '192734.517000', '192734.520000', '192734.523000', '192734.526000'], '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': [13170, 11718, 12653, 11324, 12277, 11729, 12852, 11432, 12879, 10959, 12759, 12540, 13320, 11741, 12388, 12204, 12884, 12950, 11387, 12544, 12541, 11848, 18128, 14321, 14431, 11528, 12288, 10351, 12310, 10686, 12704, 11132, 16131, 11582, 12536, 10764, 12399, 11658, 12197, 12850, 11699, 12670, 11234, 12756, 10989, 12407, 13781, 12359, 17966, 11914, 12782, 11446, 17613, 12097, 14026, 12300, 13505, 11922, 12726, 11684, 12964, 11528, 12942, 12646, 12508, 13071, 12336, 14352, 11949, 14238, 12409, 11700, 12078, 10737, 12499, 14456, 11748, 11693, 12566, 11886, 12514, 10313, 12176, 10741, 12704, 11524, 12710, 11059, 12700, 10618, 12731, 10861, 13079, 13456, 12889, 12242, 12416, 12250, 12274, 14148, 11845, 12873, 11418, 12502, 11251, 12237, 10861, 12409, 16843, 12258, 13046, 11882, 12895, 12030, 12831, 16635, 14189, 19223, 16414, 18085, 13131, 11118, 12366, 11394, 11126, 11915, 13840, 11841, 13461, 15036, 12577, 13729, 12140, 11501, 13205, 12269, 12898, 12083, 11819, 11914, 12218, 11808, 16575, 11719, 13549, 10610, 12063, 11781, 17259, 13814, 17279, 10874, 14454, 10460, 12044, 10127, 11551, 10951, 11867, 13510, 11286, 11896, 10244, 12120, 11718, 12172, 13442, 11667, 12969, 11221, 12942, 11300, 11906, 10719, 12351, 11536, 12245, 13065, 12049, 13145, 11686, 12397, 11128, 12212, 11082, 11819, 12112, 12552, 10993, 12585, 11109, 12753, 10925, 12783, 11335, 13026, 11841, 14114, 12404, 12278, 12612, 12761, 12050, 12661, 12146, 12687, 12446, 13240, 11678, 12989, 11558, 17066, 12306, 14595, 12292, 12661, 12143, 12799, 11814, 12841, 11470, 17064, 11976, 13836, 11935, 14006, 12260, 11560, 11908, 10575, 12336, 11591, 12466, 10443, 12835, 11823, 12377, 12752, 12630, 13159, 12328, 12868, 12394, 15610, 12455, 13568, 12614, 11232, 12450, 10892, 12389, 10967, 12578, 11125, 15306, 12551, 12076, 10755, 12510, 10660, 12764, 11239, 12506, 13764, 12407, 11392, 12601, 10424, 12223, 12639, 12720, 11430, 12093, 10990, 12764, 10591, 12427, 13623, 12039, 12977, 11505, 17324, 12097, 14247, 12319, 15892, 12147, 12930, 11544, 12956, 11529, 12724, 11479, 12746, 11468, 13228, 11761, 17467, 12237, 13869, 12590, 12618, 12368, 12890, 12159, 12881, 12321, 13349, 12181, 12377, 11512, 13169, 11308, 13051, 12460, 12815, 11128, 12688, 11121, 12766, 14061, 13225, 12892, 12950, 12855, 12299, 14482, 12793, 13737, 12842, 11673, 13200, 11361, 12933, 11293, 13241, 11342, 12151, 12199, 12745, 11638, 12318, 11494, 13107, 11824, 12871, 12243, 15835, 12552, 13388, 12780, 13127, 12330, 11957, 12826, 12554, 12874, 13430, 12319, 13101, 13164, 11231, 12529, 11428, 12572, 11448, 12780, 11528, 13391, 11630, 13365, 12339, 13454, 12205, 13417, 12278, 15397, 12148, 17903, 12589, 14618, 12632, 13803, 12364, 12511, 12347, 13748, 12193, 13253, 11769, 13043, 11826, 15215, 11740, 15703, 11672, 12983, 11444, 12941, 11616, 12499, 11476, 13058, 12835, 12715, 11028, 12287, 13801, 12692, 15284, 12198, 13307, 11903, 13142, 12030, 15955, 12230, 12896, 11901, 14807, 12421, 12794, 12218, 14178, 12625, 11029, 12608, 11034, 12347, 10924, 12086, 11370, 12928, 10949, 13010, 11111, 12949, 12311, 13002, 12634, 12890, 12750, 12234, 12268, 12018, 12473, 12636, 12165, 16083, 12318, 12985, 11531, 15741, 11893, 15645, 11778, 12640, 11679, 13052, 11105, 12680, 11423, 12639, 11230, 12804, 11379, 11900, 10933, 12058, 11556, 12546, 12116, 11901, 12822, 11630, 15469, 11708, 12736, 11217, 12460, 10797, 12707, 10398, 12455, 10870, 12184, 10654, 12531, 11538, 12392, 11840, 12484, 12821, 12278, 15633, 11989, 12853, 11912, 12787, 12029, 12947, 11865, 14329, 11931, 12665, 11716, 12956, 11394, 12955, 11429, 12566, 11795, 12769, 11721, 12413, 11203, 12564, 11400, 12110, 11156, 12554, 11278, 12466, 11098, 12172, 10868, 12881, 11375, 12659, 10647, 12411, 10232, 11944, 16297, 12368, 14070, 11787, 12717, 11696, 14413, 11640, 14030, 11844, 12713, 11608, 12697, 11215, 12557, 11123, 12651, 10949, 12508, 11796, 11591, 10750, 12501, 11002, 12747, 10706, 12615, 10220, 12418, 14480, 12435, 16777, 12091, 13758, 11882, 14331, 12108, 16782, 11975, 12762, 11605, 12664, 11715, 14172, 11709, 13203, 11955, 12587, 11910, 12862, 11603, 14810, 12005, 12959, 12750, 10995, 12734, 11050, 12822, 11949, 12645, 12759, 12317, 11244, 12584, 13136, 12203, 11335, 12052, 11235, 12977, 11474, 14347, 11567, 14940, 11827, 13021, 11584, 12089, 11320, 13128, 11430, 12866, 11243, 12908, 11152, 12644, 10814, 12527, 10484, 12502, 10122, 12513, 14779, 12125, 13009, 11774, 12661, 11599, 16070, 11792, 12669, 11379, 12749, 11129, 12337, 10850, 12693, 15760, 12187, 13135, 11604, 18324, 14032, 17842, 18209, 18700, 17676, 12951, 12154, 12672, 10338, 9236, 11417, 9514, 11582, 9090, 11512, 9848, 11912, 9484, 11094, 10447, 10578, 11633, 10967, 13420, 16251, 13386, 14759, 11034, 17202, 10417, 9618, 10794, 9164, 10191, 10009, 10805, 10154, 10857, 10444, 11959, 10097, 10705, 9128, 10808, 9972, 10709, 10396, 10874, 13446, 10664, 12203, 9945, 10813, 9612, 11169, 9855, 11082, 12656, 10922, 12165, 9698, 10932, 9219, 11054, 11730, 10447, 12663, 10539, 11172, 9369, 11452, 11882, 10952, 11667, 10392, 11877, 10274, 11883, 10336, 11665, 11921, 10935, 12376, 10437, 12216, 10674, 12034, 12790, 10855, 14075, 10531, 13461, 10668, 11939, 10399, 11896, 11474, 11687, 12493, 11455, 11916, 10762, 12523, 10348, 13304, 10745, 11605, 10468, 11738, 12000, 10862, 12330, 10460, 11829, 12482, 12051, 12044, 11224, 12089, 10582, 10989, 15955, 11700, 15847, 11214, 11010, 14336, 10415, 13755, 10710, 12159, 10594, 11827, 10254, 11969, 10549, 12497, 11935, 12142, 10400, 12508, 11105, 15569, 11974, 12992, 12117, 13080, 12012, 9440, 11044, 9767, 10985, 9978, 11526, 12050, 11018, 12158, 10576, 15547, 10949, 13210, 11633, 14363, 11650, 12201, 10483, 11751, 9835, 11766, 12746, 11309, 11291, 10495, 15221, 11112, 16541, 11038, 12809, 10739, 12140, 10398, 11870, 11234, 11704, 12787, 10602, 11936, 14389, 17113, 13268, 18102, 12447, 14589, 11520, 9723, 11703, 9287, 11727, 9515, 11762, 9959, 12078, 11763, 11422, 11522, 11558, 12540, 11109, 12101, 10402, 16007, 11123, 15186, 11251, 14415, 11225, 12463, 11064, 12585, 11017, 14182, 11921, 12830, 11989, 12358, 12022], 'WindowCenter': [4331.0, 4305.0, 4303.0, 4291.0, 4288.0, 4277.0, 4287.0, 4274.0, 4285.0, 4264.0, 4286.0, 4274.0, 4284.0, 4275.0, 4285.0, 4275.0, 4286.0, 4286.0, 4275.0, 4286.0, 4287.0, 4288.0, 4318.0, 4297.0, 4297.0, 4264.0, 4284.0, 4254.0, 4263.0, 4251.0, 4260.0, 4250.0, 4290.0, 4249.0, 4260.0, 4250.0, 4273.0, 4261.0, 4272.0, 4285.0, 4274.0, 4286.0, 4277.0, 4287.0, 4265.0, 4275.0, 4285.0, 4275.0, 4315.0, 4275.0, 4274.0, 4263.0, 4316.0, 4273.0, 4282.0, 4274.0, 4282.0, 4272.0, 4283.0, 4274.0, 4284.0, 4275.0, 4285.0, 4285.0, 4286.0, 4285.0, 4275.0, 4296.0, 4264.0, 4283.0, 4273.0, 4262.0, 4273.0, 4252.0, 4272.0, 4282.0, 4261.0, 4262.0, 4271.0, 4261.0, 4273.0, 4252.0, 4272.0, 4251.0, 4271.0, 4262.0, 4272.0, 4262.0, 4284.0, 4263.0, 4284.0, 4263.0, 4284.0, 4285.0, 4285.0, 4274.0, 4285.0, 4274.0, 4287.0, 4295.0, 4274.0, 4274.0, 4263.0, 4274.0, 4263.0, 4286.0, 4264.0, 4275.0, 4315.0, 4274.0, 4285.0, 4286.0, 4285.0, 4286.0, 4299.0, 4331.0, 4310.0, 4332.0, 4321.0, 4320.0, 4287.0, 4275.0, 4273.0, 4261.0, 4249.0, 4260.0, 4271.0, 4263.0, 4283.0, 4293.0, 4273.0, 4283.0, 4272.0, 4261.0, 4270.0, 4270.0, 4270.0, 4260.0, 4259.0, 4260.0, 4260.0, 4260.0, 4290.0, 4248.0, 4257.0, 4224.0, 4244.0, 4233.0, 4263.0, 4243.0, 4262.0, 4220.0, 4241.0, 4220.0, 4231.0, 4210.0, 4220.0, 4220.0, 4233.0, 4253.0, 4222.0, 4245.0, 4223.0, 4245.0, 4232.0, 4245.0, 4255.0, 4233.0, 4255.0, 4234.0, 4254.0, 4234.0, 4245.0, 4234.0, 4256.0, 4246.0, 4258.0, 4269.0, 4259.0, 4268.0, 4259.0, 4271.0, 4260.0, 4260.0, 4248.0, 4260.0, 4260.0, 4260.0, 4240.0, 4259.0, 4248.0, 4270.0, 4250.0, 4270.0, 4249.0, 4269.0, 4260.0, 4281.0, 4271.0, 4270.0, 4272.0, 4282.0, 4273.0, 4282.0, 4285.0, 4285.0, 4286.0, 4296.0, 4275.0, 4296.0, 4276.0, 4316.0, 4286.0, 4296.0, 4275.0, 4273.0, 4274.0, 4283.0, 4274.0, 4296.0, 4287.0, 4316.0, 4276.0, 4295.0, 4275.0, 4294.0, 4275.0, 4275.0, 4275.0, 4264.0, 4285.0, 4272.0, 4285.0, 4264.0, 4296.0, 4286.0, 4299.0, 4298.0, 4299.0, 4298.0, 4288.0, 4287.0, 4287.0, 4308.0, 4286.0, 4296.0, 4286.0, 4276.0, 4284.0, 4264.0, 4273.0, 4264.0, 4275.0, 4263.0, 4295.0, 4274.0, 4273.0, 4263.0, 4284.0, 4263.0, 4286.0, 4263.0, 4273.0, 4282.0, 4273.0, 4262.0, 4273.0, 4263.0, 4285.0, 4284.0, 4284.0, 4274.0, 4273.0, 4262.0, 4284.0, 4263.0, 4284.0, 4293.0, 4274.0, 4284.0, 4274.0, 4304.0, 4273.0, 4283.0, 4272.0, 4292.0, 4271.0, 4272.0, 4262.0, 4283.0, 4262.0, 4271.0, 4261.0, 4272.0, 4262.0, 4271.0, 4262.0, 4313.0, 4273.0, 4282.0, 4273.0, 4272.0, 4273.0, 4283.0, 4285.0, 4283.0, 4285.0, 4295.0, 4274.0, 4285.0, 4274.0, 4295.0, 4275.0, 4296.0, 4285.0, 4286.0, 4275.0, 4286.0, 4273.0, 4286.0, 4308.0, 4286.0, 4285.0, 4285.0, 4285.0, 4285.0, 4295.0, 4284.0, 4283.0, 4284.0, 4263.0, 4283.0, 4261.0, 4273.0, 4261.0, 4272.0, 4261.0, 4273.0, 4272.0, 4273.0, 4263.0, 4271.0, 4262.0, 4282.0, 4262.0, 4270.0, 4274.0, 4305.0, 4274.0, 4282.0, 4282.0, 4282.0, 4283.0, 4286.0, 4285.0, 4284.0, 4284.0, 4284.0, 4285.0, 4285.0, 4284.0, 4276.0, 4286.0, 4274.0, 4272.0, 4262.0, 4284.0, 4273.0, 4296.0, 4286.0, 4296.0, 4298.0, 4298.0, 4287.0, 4298.0, 4287.0, 4308.0, 4289.0, 4317.0, 4275.0, 4292.0, 4274.0, 4283.0, 4273.0, 4287.0, 4284.0, 4283.0, 4273.0, 4284.0, 4274.0, 4284.0, 4274.0, 4306.0, 4274.0, 4305.0, 4263.0, 4282.0, 4260.0, 4271.0, 4262.0, 4273.0, 4273.0, 4285.0, 4283.0, 4284.0, 4264.0, 4286.0, 4295.0, 4286.0, 4306.0, 4274.0, 4284.0, 4274.0, 4295.0, 4285.0, 4305.0, 4285.0, 4284.0, 4274.0, 4293.0, 4273.0, 4273.0, 4273.0, 4283.0, 4271.0, 4250.0, 4271.0, 4251.0, 4271.0, 4250.0, 4271.0, 4261.0, 4282.0, 4261.0, 4283.0, 4274.0, 4282.0, 4285.0, 4284.0, 4284.0, 4285.0, 4285.0, 4284.0, 4286.0, 4274.0, 4285.0, 4284.0, 4274.0, 4304.0, 4273.0, 4283.0, 4273.0, 4293.0, 4273.0, 4292.0, 4261.0, 4270.0, 4260.0, 4282.0, 4261.0, 4272.0, 4261.0, 4271.0, 4260.0, 4271.0, 4261.0, 4286.0, 4264.0, 4275.0, 4273.0, 4284.0, 4272.0, 4274.0, 4283.0, 4275.0, 4304.0, 4274.0, 4283.0, 4262.0, 4272.0, 4262.0, 4283.0, 4264.0, 4273.0, 4263.0, 4273.0, 4252.0, 4273.0, 4262.0, 4284.0, 4274.0, 4284.0, 4285.0, 4275.0, 4305.0, 4274.0, 4284.0, 4275.0, 4283.0, 4273.0, 4283.0, 4285.0, 4295.0, 4274.0, 4284.0, 4274.0, 4284.0, 4274.0, 4284.0, 4274.0, 4284.0, 4273.0, 4284.0, 4273.0, 4285.0, 4274.0, 4283.0, 4286.0, 4287.0, 4276.0, 4286.0, 4273.0, 4285.0, 4275.0, 4287.0, 4276.0, 4286.0, 4276.0, 4286.0, 4264.0, 4286.0, 4267.0, 4276.0, 4306.0, 4274.0, 4283.0, 4273.0, 4283.0, 4274.0, 4307.0, 4274.0, 4295.0, 4274.0, 4283.0, 4263.0, 4285.0, 4274.0, 4285.0, 4275.0, 4284.0, 4263.0, 4273.0, 4273.0, 4288.0, 4263.0, 4273.0, 4262.0, 4284.0, 4263.0, 4284.0, 4266.0, 4298.0, 4296.0, 4288.0, 4305.0, 4274.0, 4282.0, 4273.0, 4295.0, 4275.0, 4304.0, 4274.0, 4272.0, 4262.0, 4272.0, 4272.0, 4296.0, 4273.0, 4271.0, 4262.0, 4271.0, 4261.0, 4272.0, 4275.0, 4293.0, 4273.0, 4271.0, 4272.0, 4250.0, 4286.0, 4262.0, 4284.0, 4274.0, 4285.0, 4285.0, 4286.0, 4277.0, 4298.0, 4286.0, 4274.0, 4263.0, 4273.0, 4263.0, 4272.0, 4273.0, 4307.0, 4274.0, 4294.0, 4275.0, 4283.0, 4262.0, 4274.0, 4263.0, 4283.0, 4274.0, 4297.0, 4265.0, 4284.0, 4263.0, 4273.0, 4252.0, 4274.0, 4263.0, 4287.0, 4267.0, 4287.0, 4307.0, 4286.0, 4286.0, 4275.0, 4285.0, 4290.0, 4318.0, 4276.0, 4284.0, 4274.0, 4284.0, 4264.0, 4286.0, 4264.0, 4286.0, 4306.0, 4285.0, 4297.0, 4289.0, 4341.0, 4298.0, 4320.0, 4335.0, 4337.0, 4310.0, 4274.0, 4276.0, 4273.0, 4251.0, 4229.0, 4248.0, 4227.0, 4260.0, 4228.0, 4260.0, 4239.0, 4260.0, 4240.0, 4261.0, 4261.0, 4250.0, 4261.0, 4276.0, 4286.0, 4306.0, 4284.0, 4295.0, 4254.0, 4306.0, 4251.0, 4229.0, 4237.0, 4213.0, 4224.0, 4224.0, 4222.0, 4224.0, 4233.0, 4236.0, 4244.0, 4223.0, 4235.0, 4214.0, 4246.0, 4223.0, 4233.0, 4224.0, 4247.0, 4267.0, 4236.0, 4246.0, 4226.0, 4247.0, 4226.0, 4247.0, 4225.0, 4236.0, 4255.0, 4236.0, 4257.0, 4227.0, 4248.0, 4227.0, 4249.0, 4258.0, 4249.0, 4269.0, 4250.0, 4249.0, 4228.0, 4260.0, 4258.0, 4249.0, 4248.0, 4238.0, 4259.0, 4249.0, 4260.0, 4250.0, 4261.0, 4271.0, 4262.0, 4283.0, 4262.0, 4273.0, 4265.0, 4285.0, 4284.0, 4265.0, 4296.0, 4267.0, 4296.0, 4264.0, 4274.0, 4254.0, 4275.0, 4274.0, 4286.0, 4285.0, 4288.0, 4286.0, 4277.0, 4286.0, 4265.0, 4296.0, 4265.0, 4274.0, 4263.0, 4286.0, 4286.0, 4276.0, 4287.0, 4277.0, 4289.0, 4299.0, 4288.0, 4287.0, 4277.0, 4287.0, 4267.0, 4277.0, 4319.0, 4287.0, 4308.0, 4264.0, 4264.0, 4283.0, 4252.0, 4281.0, 4251.0, 4272.0, 4251.0, 4275.0, 4253.0, 4274.0, 4263.0, 4285.0, 4275.0, 4286.0, 4266.0, 4286.0, 4276.0, 4305.0, 4275.0, 4284.0, 4275.0, 4283.0, 4274.0, 4243.0, 4263.0, 4252.0, 4263.0, 4242.0, 4263.0, 4273.0, 4263.0, 4273.0, 4262.0, 4293.0, 4262.0, 4283.0, 4275.0, 4294.0, 4273.0, 4273.0, 4263.0, 4274.0, 4254.0, 4275.0, 4285.0, 4264.0, 4265.0, 4264.0, 4294.0, 4264.0, 4304.0, 4264.0, 4273.0, 4264.0, 4273.0, 4253.0, 4275.0, 4264.0, 4275.0, 4287.0, 4265.0, 4286.0, 4295.0, 4305.0, 4283.0, 4302.0, 4272.0, 4281.0, 4261.0, 4240.0, 4271.0, 4240.0, 4273.0, 4252.0, 4273.0, 4252.0, 4284.0, 4273.0, 4286.0, 4285.0, 4276.0, 4285.0, 4275.0, 4285.0, 4265.0, 4305.0, 4263.0, 4293.0, 4264.0, 4282.0, 4261.0, 4272.0, 4262.0, 4273.0, 4264.0, 4295.0, 4275.0, 4284.0, 4274.0, 4273.0, 4274.0], 'WindowWidth': [9556.0, 9508.0, 9500.0, 9483.0, 9472.0, 9453.0, 9466.0, 9444.0, 9461.0, 9433.0, 9463.0, 9445.0, 9457.0, 9447.0, 9460.0, 9447.0, 9463.0, 9463.0, 9449.0, 9467.0, 9469.0, 9469.0, 9512.0, 9481.0, 9479.0, 9429.0, 9459.0, 9419.0, 9426.0, 9405.0, 9415.0, 9403.0, 9459.0, 9401.0, 9416.0, 9404.0, 9440.0, 9422.0, 9439.0, 9460.0, 9445.0, 9462.0, 9451.0, 9465.0, 9434.0, 9446.0, 9460.0, 9447.0, 9502.0, 9445.0, 9445.0, 9427.0, 9506.0, 9440.0, 9451.0, 9441.0, 9451.0, 9437.0, 9454.0, 9443.0, 9457.0, 9446.0, 9460.0, 9460.0, 9463.0, 9459.0, 9447.0, 9477.0, 9429.0, 9454.0, 9439.0, 9422.0, 9439.0, 9410.0, 9436.0, 9449.0, 9421.0, 9422.0, 9434.0, 9420.0, 9439.0, 9409.0, 9437.0, 9407.0, 9433.0, 9422.0, 9438.0, 9422.0, 9455.0, 9426.0, 9458.0, 9427.0, 9457.0, 9459.0, 9459.0, 9443.0, 9459.0, 9444.0, 9465.0, 9474.0, 9445.0, 9442.0, 9428.0, 9441.0, 9426.0, 9462.0, 9431.0, 9446.0, 9500.0, 9444.0, 9458.0, 9463.0, 9461.0, 9463.0, 9486.0, 9536.0, 9506.0, 9545.0, 9522.0, 9522.0, 9466.0, 9448.0, 9441.0, 9420.0, 9402.0, 9417.0, 9435.0, 9427.0, 9453.0, 9467.0, 9441.0, 9457.0, 9440.0, 9423.0, 9432.0, 9433.0, 9431.0, 9419.0, 9415.0, 9418.0, 9417.0, 9416.0, 9458.0, 9396.0, 9408.0, 9358.0, 9383.0, 9370.0, 9411.0, 9381.0, 9407.0, 9345.0, 9375.0, 9347.0, 9362.0, 9333.0, 9346.0, 9346.0, 9368.0, 9396.0, 9351.0, 9391.0, 9357.0, 9388.0, 9367.0, 9389.0, 9403.0, 9370.0, 9401.0, 9373.0, 9400.0, 9373.0, 9389.0, 9373.0, 9406.0, 9390.0, 9410.0, 9427.0, 9415.0, 9427.0, 9415.0, 9433.0, 9418.0, 9417.0, 9400.0, 9416.0, 9417.0, 9417.0, 9389.0, 9414.0, 9398.0, 9431.0, 9405.0, 9431.0, 9400.0, 9428.0, 9418.0, 9449.0, 9435.0, 9434.0, 9438.0, 9452.0, 9443.0, 9453.0, 9461.0, 9460.0, 9465.0, 9476.0, 9448.0, 9477.0, 9450.0, 9507.0, 9465.0, 9480.0, 9447.0, 9440.0, 9443.0, 9454.0, 9445.0, 9479.0, 9469.0, 9508.0, 9452.0, 9475.0, 9447.0, 9472.0, 9446.0, 9449.0, 9448.0, 9430.0, 9462.0, 9441.0, 9463.0, 9433.0, 9479.0, 9466.0, 9488.0, 9484.0, 9486.0, 9483.0, 9470.0, 9467.0, 9466.0, 9499.0, 9466.0, 9480.0, 9464.0, 9450.0, 9458.0, 9431.0, 9442.0, 9430.0, 9447.0, 9429.0, 9476.0, 9446.0, 9442.0, 9429.0, 9459.0, 9428.0, 9463.0, 9430.0, 9443.0, 9453.0, 9442.0, 9426.0, 9443.0, 9431.0, 9463.0, 9459.0, 9457.0, 9445.0, 9440.0, 9425.0, 9459.0, 9429.0, 9459.0, 9471.0, 9444.0, 9459.0, 9444.0, 9486.0, 9440.0, 9456.0, 9438.0, 9467.0, 9435.0, 9438.0, 9424.0, 9455.0, 9424.0, 9436.0, 9421.0, 9438.0, 9424.0, 9437.0, 9425.0, 9498.0, 9441.0, 9453.0, 9443.0, 9439.0, 9442.0, 9454.0, 9462.0, 9458.0, 9461.0, 9473.0, 9444.0, 9460.0, 9444.0, 9475.0, 9449.0, 9479.0, 9462.0, 9464.0, 9448.0, 9464.0, 9444.0, 9463.0, 9500.0, 9465.0, 9461.0, 9462.0, 9462.0, 9462.0, 9477.0, 9457.0, 9457.0, 9458.0, 9428.0, 9454.0, 9422.0, 9440.0, 9420.0, 9438.0, 9420.0, 9440.0, 9439.0, 9440.0, 9428.0, 9437.0, 9424.0, 9449.0, 9424.0, 9433.0, 9444.0, 9489.0, 9443.0, 9452.0, 9452.0, 9451.0, 9456.0, 9465.0, 9462.0, 9458.0, 9458.0, 9457.0, 9462.0, 9461.0, 9458.0, 9451.0, 9465.0, 9444.0, 9439.0, 9425.0, 9458.0, 9441.0, 9478.0, 9466.0, 9478.0, 9486.0, 9485.0, 9467.0, 9483.0, 9469.0, 9499.0, 9474.0, 9512.0, 9449.0, 9468.0, 9442.0, 9454.0, 9442.0, 9466.0, 9459.0, 9457.0, 9442.0, 9459.0, 9445.0, 9457.0, 9445.0, 9492.0, 9446.0, 9488.0, 9427.0, 9451.0, 9421.0, 9436.0, 9426.0, 9442.0, 9443.0, 9461.0, 9457.0, 9460.0, 9432.0, 9466.0, 9478.0, 9467.0, 9492.0, 9446.0, 9460.0, 9444.0, 9476.0, 9463.0, 9490.0, 9462.0, 9460.0, 9445.0, 9472.0, 9441.0, 9442.0, 9441.0, 9456.0, 9435.0, 9406.0, 9437.0, 9408.0, 9435.0, 9407.0, 9437.0, 9421.0, 9453.0, 9424.0, 9456.0, 9445.0, 9456.0, 9461.0, 9461.0, 9459.0, 9461.0, 9462.0, 9461.0, 9464.0, 9445.0, 9461.0, 9459.0, 9444.0, 9487.0, 9442.0, 9454.0, 9441.0, 9470.0, 9441.0, 9468.0, 9423.0, 9433.0, 9420.0, 9453.0, 9424.0, 9438.0, 9421.0, 9437.0, 9420.0, 9436.0, 9423.0, 9465.0, 9431.0, 9448.0, 9443.0, 9458.0, 9439.0, 9444.0, 9456.0, 9450.0, 9485.0, 9445.0, 9456.0, 9426.0, 9438.0, 9424.0, 9453.0, 9431.0, 9441.0, 9429.0, 9441.0, 9410.0, 9443.0, 9425.0, 9457.0, 9443.0, 9458.0, 9463.0, 9447.0, 9489.0, 9446.0, 9457.0, 9446.0, 9456.0, 9440.0, 9456.0, 9465.0, 9476.0, 9446.0, 9457.0, 9444.0, 9458.0, 9446.0, 9458.0, 9446.0, 9459.0, 9442.0, 9458.0, 9443.0, 9460.0, 9445.0, 9458.0, 9464.0, 9470.0, 9451.0, 9466.0, 9444.0, 9463.0, 9447.0, 9469.0, 9453.0, 9464.0, 9451.0, 9463.0, 9432.0, 9462.0, 9441.0, 9450.0, 9492.0, 9444.0, 9456.0, 9442.0, 9454.0, 9446.0, 9497.0, 9446.0, 9475.0, 9445.0, 9455.0, 9427.0, 9463.0, 9446.0, 9461.0, 9450.0, 9459.0, 9427.0, 9442.0, 9444.0, 9471.0, 9430.0, 9443.0, 9427.0, 9459.0, 9428.0, 9459.0, 9439.0, 9485.0, 9477.0, 9471.0, 9489.0, 9446.0, 9453.0, 9441.0, 9476.0, 9448.0, 9486.0, 9444.0, 9439.0, 9424.0, 9437.0, 9439.0, 9479.0, 9443.0, 9436.0, 9424.0, 9436.0, 9422.0, 9439.0, 9448.0, 9471.0, 9440.0, 9437.0, 9439.0, 9405.0, 9465.0, 9427.0, 9460.0, 9444.0, 9463.0, 9460.0, 9465.0, 9456.0, 9485.0, 9466.0, 9445.0, 9428.0, 9441.0, 9426.0, 9438.0, 9442.0, 9495.0, 9445.0, 9473.0, 9447.0, 9454.0, 9425.0, 9443.0, 9428.0, 9454.0, 9444.0, 9485.0, 9434.0, 9459.0, 9426.0, 9441.0, 9410.0, 9442.0, 9427.0, 9468.0, 9441.0, 9466.0, 9495.0, 9465.0, 9463.0, 9449.0, 9461.0, 9478.0, 9512.0, 9452.0, 9458.0, 9443.0, 9457.0, 9429.0, 9463.0, 9431.0, 9464.0, 9494.0, 9462.0, 9483.0, 9474.0, 9554.0, 9488.0, 9528.0, 9566.0, 9568.0, 9516.0, 9449.0, 9453.0, 9442.0, 9408.0, 9376.0, 9399.0, 9371.0, 9418.0, 9372.0, 9420.0, 9389.0, 9420.0, 9393.0, 9425.0, 9425.0, 9407.0, 9423.0, 9454.0, 9468.0, 9495.0, 9460.0, 9477.0, 9419.0, 9496.0, 9410.0, 9378.0, 9382.0, 9345.0, 9360.0, 9358.0, 9354.0, 9358.0, 9369.0, 9378.0, 9387.0, 9357.0, 9377.0, 9348.0, 9396.0, 9358.0, 9373.0, 9360.0, 9396.0, 9423.0, 9381.0, 9393.0, 9367.0, 9396.0, 9365.0, 9397.0, 9362.0, 9379.0, 9403.0, 9378.0, 9410.0, 9370.0, 9399.0, 9371.0, 9404.0, 9413.0, 9403.0, 9431.0, 9405.0, 9402.0, 9374.0, 9419.0, 9414.0, 9402.0, 9401.0, 9388.0, 9417.0, 9403.0, 9419.0, 9408.0, 9425.0, 9437.0, 9428.0, 9455.0, 9428.0, 9443.0, 9436.0, 9462.0, 9460.0, 9436.0, 9480.0, 9440.0, 9478.0, 9433.0, 9445.0, 9417.0, 9450.0, 9445.0, 9465.0, 9465.0, 9470.0, 9465.0, 9454.0, 9465.0, 9436.0, 9479.0, 9436.0, 9445.0, 9430.0, 9464.0, 9466.0, 9454.0, 9468.0, 9454.0, 9474.0, 9488.0, 9471.0, 9469.0, 9455.0, 9466.0, 9441.0, 9456.0, 9515.0, 9468.0, 9500.0, 9433.0, 9430.0, 9455.0, 9413.0, 9452.0, 9411.0, 9439.0, 9410.0, 9448.0, 9416.0, 9447.0, 9429.0, 9463.0, 9448.0, 9466.0, 9441.0, 9467.0, 9452.0, 9491.0, 9446.0, 9459.0, 9448.0, 9457.0, 9445.0, 9403.0, 9429.0, 9413.0, 9427.0, 9397.0, 9428.0, 9441.0, 9431.0, 9443.0, 9428.0, 9469.0, 9426.0, 9454.0, 9447.0, 9472.0, 9441.0, 9444.0, 9429.0, 9447.0, 9418.0, 9449.0, 9462.0, 9432.0, 9434.0, 9433.0, 9473.0, 9432.0, 9486.0, 9432.0, 9441.0, 9432.0, 9443.0, 9414.0, 9449.0, 9431.0, 9450.0, 9467.0, 9433.0, 9464.0, 9477.0, 9490.0, 9457.0, 9486.0, 9439.0, 9450.0, 9423.0, 9395.0, 9437.0, 9396.0, 9443.0, 9415.0, 9443.0, 9412.0, 9458.0, 9442.0, 9465.0, 9464.0, 9452.0, 9462.0, 9449.0, 9461.0, 9434.0, 9491.0, 9427.0, 9468.0, 9433.0, 9452.0, 9423.0, 9437.0, 9426.0, 9442.0, 9434.0, 9478.0, 9449.0, 9459.0, 9445.0, 9441.0, 9447.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.0007200805523590334</td></tr>
<tr><td colspan=3>aqi</td><td>0.01838771185270426</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.44535291467733</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2126451927419348</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0115502631566813</td></tr>
<tr><td colspan=3>efc</td><td>0.4953</td></tr>
<tr><td colspan=3>fber</td><td>4532.9834</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06641892565774614</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5753739930955121</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.507000628564831</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.358383307408124</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8161408419488794</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.34647773633749</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155576</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.027221720665693283</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041596680879592896</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.671208714314097</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>19.3333</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.8597</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.498</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298070.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1058.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.2286</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9426</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.3219</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3403.3379</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>991.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4520.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.9517</td></tr>
<tr><td colspan=3>tsnr</td><td>39.0507350070402</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>