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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0053_ses-04_task-social_acq-mb8_run-06_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-0053_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0053_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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0053_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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0053_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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0053_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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0053_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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0053_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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0053_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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-06_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-0053/ses-04/func/sub-0053_ses-04_task-social_acq-mb8_run-06_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>d0c5f2824a37494d2d34bb60713118b0</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>17:02:37.695000</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.997306, 0.0328033, -0.0656152, -0.0294251, 0.998224, 0.0518058]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0908842</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7729, -7260, 506, -2, -14, -14, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.486</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>28cc263c-1d2b-4b33-96fb-9005075df4a1||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.6756982803344727, -0.07894536107778549, -0.18143460154533386, 119.7489242553711], [-0.08800892531871796, 2.6781609058380127, 0.13428576290607452, -84.38846588134766], [-0.1760406792163849, -0.13899113237857819, 2.6905479431152344, -49.39563751220703], [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': ['170237.695000', '170238.155000', '170238.615000', '170239.075000', '170239.535000', '170239.995000', '170240.455000', '170240.915000', '170241.375000', '170241.835000', '170242.295000', '170242.755000', '170243.215000', '170243.675000', '170244.135000', '170244.595000', '170245.055000', '170245.515000', '170245.975000', '170246.435000', '170246.895000', '170247.355000', '170247.815000', '170248.275000', '170248.735000', '170249.195000', '170249.655000', '170250.115000', '170250.575000', '170251.035000', '170251.495000', '170251.955000', '170252.415000', '170252.875000', '170253.335000', '170253.795000', '170254.255000', '170254.715000', '170255.175000', '170255.635000', '170256.095000', '170256.555000', '170257.015000', '170257.475000', '170257.935000', '170258.395000', '170258.855000', '170259.315000', '170259.775000', '170300.235000', '170300.695000', '170301.155000', '170301.615000', '170302.075000', '170302.535000', '170302.995000', '170303.455000', '170303.915000', '170304.375000', '170304.835000', '170305.295000', '170305.755000', '170306.215000', '170306.675000', '170307.135000', '170307.595000', '170308.055000', '170308.515000', '170308.975000', '170309.435000', '170309.895000', '170310.355000', '170310.815000', '170311.275000', '170311.735000', '170312.195000', '170312.655000', '170313.115000', '170313.575000', '170314.035000', '170314.495000', '170314.955000', '170315.415000', '170315.875000', '170316.335000', '170316.795000', '170317.255000', '170317.715000', '170318.175000', '170318.635000', '170319.095000', '170319.555000', '170320.015000', '170320.475000', '170320.935000', '170321.395000', '170321.855000', '170322.315000', '170322.775000', '170323.235000', '170323.695000', '170324.155000', '170324.615000', '170325.075000', '170325.535000', '170325.995000', '170326.455000', '170326.915000', '170327.375000', '170327.835000', '170328.295000', '170328.755000', '170329.215000', '170329.675000', '170330.135000', '170330.595000', '170331.055000', '170331.515000', '170331.975000', '170332.435000', '170332.895000', '170333.355000', '170333.815000', '170334.275000', '170334.735000', '170335.195000', '170335.655000', '170336.115000', '170336.575000', '170337.035000', '170337.495000', '170337.955000', '170338.415000', '170338.875000', '170339.335000', '170339.795000', '170340.255000', '170340.715000', '170341.175000', '170341.635000', '170342.095000', '170342.555000', '170343.015000', '170343.475000', '170343.935000', '170344.395000', '170344.855000', '170345.315000', '170345.775000', '170346.235000', '170346.695000', '170347.155000', '170347.615000', '170348.075000', '170348.535000', '170348.995000', '170349.455000', '170349.915000', '170350.375000', '170350.835000', '170351.295000', '170351.755000', '170352.215000', '170352.675000', '170353.135000', '170353.595000', '170354.055000', '170354.515000', '170354.975000', '170355.435000', '170355.895000', '170356.355000', '170356.815000', '170357.275000', '170357.735000', '170358.195000', '170358.655000', '170359.115000', '170359.575000', '170400.035000', '170400.495000', '170400.955000', '170401.415000', '170401.875000', '170402.335000', '170402.795000', '170403.255000', '170403.715000', '170404.175000', '170404.635000', '170405.095000', '170405.555000', '170406.015000', '170406.475000', '170406.935000', '170407.395000', '170407.855000', '170408.315000', '170408.775000', '170409.235000', '170409.695000', '170410.155000', '170410.615000', '170411.075000', '170411.535000', '170411.995000', '170412.455000', '170412.915000', '170413.375000', '170413.835000', '170414.295000', '170414.755000', '170415.215000', '170415.675000', '170416.135000', '170416.595000', '170417.055000', '170417.515000', '170417.975000', '170418.435000', '170418.895000', '170419.355000', '170419.815000', '170420.275000', '170420.735000', '170421.195000', '170421.655000', '170422.115000', '170422.575000', '170423.035000', '170423.495000', '170423.955000', '170424.415000', '170424.875000', '170425.335000', '170425.795000', '170426.255000', '170426.715000', '170427.175000', '170427.635000', '170428.095000', '170428.555000', '170429.015000', '170429.475000', '170429.935000', '170430.395000', '170430.855000', '170431.315000', '170431.775000', '170432.235000', '170432.695000', '170433.155000', '170433.615000', '170434.075000', '170434.535000', '170434.995000', '170435.455000', '170435.915000', '170436.375000', '170436.835000', '170437.295000', '170437.755000', '170438.215000', '170438.675000', '170439.135000', '170439.595000', '170440.055000', '170440.515000', '170440.975000', '170441.435000', '170441.895000', '170442.355000', '170442.815000', '170443.275000', '170443.735000', '170444.195000', '170444.655000', '170445.115000', '170445.575000', '170446.035000', '170446.495000', '170446.955000', '170447.415000', '170447.875000', '170448.335000', '170448.795000', '170449.255000', '170449.715000', '170450.175000', '170450.635000', '170451.095000', '170451.555000', '170452.015000', '170452.475000', '170452.935000', '170453.395000', '170453.855000', '170454.315000', '170454.775000', '170455.235000', '170455.695000', '170456.155000', '170456.615000', '170457.075000', '170457.535000', '170457.995000', '170458.455000', '170458.915000', '170459.375000', '170459.835000', '170500.295000', '170500.755000', '170501.215000', '170501.675000', '170502.135000', '170502.595000', '170503.055000', '170503.515000', '170503.975000', '170504.435000', '170504.895000', '170505.355000', '170505.815000', '170506.275000', '170506.735000', '170507.195000', '170507.655000', '170508.115000', '170508.575000', '170509.035000', '170509.495000', '170509.955000', '170510.415000', '170510.875000', '170511.335000', '170511.795000', '170512.255000', '170512.715000', '170513.175000', '170513.635000', '170514.095000', '170514.555000', '170515.015000', '170515.475000', '170515.935000', '170516.395000', '170516.855000', '170517.315000', '170517.775000', '170518.235000', '170518.695000', '170519.155000', '170519.615000', '170520.075000', '170520.535000', '170520.995000', '170521.455000', '170521.915000', '170522.375000', '170522.835000', '170523.295000', '170523.755000', '170524.215000', '170524.675000', '170525.135000', '170525.595000', '170526.055000', '170526.515000', '170526.975000', '170527.435000', '170527.895000', '170528.355000', '170528.815000', '170529.275000', '170529.735000', '170530.195000', '170530.655000', '170531.115000', '170531.575000', '170532.035000', '170532.495000', '170532.955000', '170533.415000', '170533.875000', '170534.335000', '170534.795000', '170535.255000', '170535.715000', '170536.175000', '170536.635000', '170537.095000', '170537.555000', '170538.015000', '170538.475000', '170538.935000', '170539.395000', '170539.855000', '170540.315000', '170540.775000', '170541.235000', '170541.695000', '170542.155000', '170542.615000', '170543.075000', '170543.535000', '170543.995000', '170544.455000', '170544.915000', '170545.375000', '170545.835000', '170546.295000', '170546.755000', '170547.215000', '170547.675000', '170548.135000', '170548.595000', '170549.055000', '170549.515000', '170549.975000', '170550.435000', '170550.895000', '170551.355000', '170551.815000', '170552.275000', '170552.735000', '170553.195000', '170553.655000', '170554.115000', '170554.575000', '170555.035000', '170555.495000', '170555.955000', '170556.415000', '170556.875000', '170557.335000', '170557.795000', '170558.255000', '170558.715000', '170559.175000', '170559.635000', '170600.095000', '170600.555000', '170601.015000', '170601.475000', '170601.935000', '170602.395000', '170602.855000', '170603.315000', '170603.775000', '170604.235000', '170604.695000', '170605.155000', '170605.615000', '170606.075000', '170606.535000', '170606.995000', '170607.455000', '170607.915000', '170608.375000', '170608.835000', '170609.295000', '170609.755000', '170610.215000', '170610.675000', '170611.135000', '170611.595000', '170612.055000', '170612.515000', '170612.975000', '170613.435000', '170613.895000', '170614.355000', '170614.815000', '170615.275000', '170615.735000', '170616.195000', '170616.655000', '170617.115000', '170617.575000', '170618.035000', '170618.495000', '170618.955000', '170619.415000', '170619.875000', '170620.335000', '170620.795000', '170621.255000', '170621.715000', '170622.175000', '170622.635000', '170623.095000', '170623.555000', '170624.015000', '170624.475000', '170624.935000', '170625.395000', '170625.855000', '170626.315000', '170626.775000', '170627.235000', '170627.695000', '170628.155000', '170628.615000', '170629.075000', '170629.535000', '170629.995000', '170630.455000', '170630.915000', '170631.375000', '170631.835000', '170632.295000', '170632.755000', '170633.215000', '170633.675000', '170634.135000', '170634.595000', '170635.055000', '170635.515000', '170635.975000', '170636.435000', '170636.895000', '170637.355000', '170637.815000', '170638.275000', '170638.735000', '170639.195000', '170639.655000', '170640.115000', '170640.575000', '170641.035000', '170641.495000', '170641.955000', '170642.415000', '170642.875000', '170643.335000', '170643.795000', '170644.255000', '170644.715000', '170645.175000', '170645.635000', '170646.095000', '170646.555000', '170647.015000', '170647.475000', '170647.935000', '170648.395000', '170648.855000', '170649.315000', '170649.775000', '170650.235000', '170650.695000', '170651.155000', '170651.615000', '170652.075000', '170652.535000', '170652.995000', '170653.455000', '170653.915000', '170654.375000', '170654.835000', '170655.295000', '170655.755000', '170656.215000', '170656.675000', '170657.135000', '170657.595000', '170658.055000', '170658.515000', '170658.975000', '170659.435000', '170659.895000', '170700.355000', '170700.815000', '170701.275000', '170701.735000', '170702.195000', '170702.655000', '170703.115000', '170703.575000', '170704.035000', '170704.495000', '170704.955000', '170705.415000', '170705.875000', '170706.335000', '170706.795000', '170707.255000', '170707.715000', '170708.175000', '170708.635000', '170709.095000', '170709.555000', '170710.015000', '170710.475000', '170710.935000', '170711.395000', '170711.855000', '170712.315000', '170712.775000', '170713.235000', '170713.695000', '170714.155000', '170714.615000', '170715.075000', '170715.535000', '170715.995000', '170716.455000', '170716.915000', '170717.375000', '170717.835000', '170718.295000', '170718.755000', '170719.215000', '170719.675000', '170720.135000', '170720.595000', '170721.055000', '170721.515000', '170721.975000', '170722.435000', '170722.895000', '170723.355000', '170723.815000', '170724.275000', '170724.735000', '170725.195000', '170725.655000', '170726.115000', '170726.575000', '170727.035000', '170727.495000', '170727.955000', '170728.415000', '170728.875000', '170729.335000', '170729.795000', '170730.255000', '170730.715000', '170731.175000', '170731.635000', '170732.095000', '170732.555000', '170733.015000', '170733.475000', '170733.935000', '170734.395000', '170734.855000', '170735.315000', '170735.775000', '170736.235000', '170736.695000', '170737.155000', '170737.615000', '170738.075000', '170738.535000', '170738.995000', '170739.455000', '170739.915000', '170740.375000', '170740.835000', '170741.295000', '170741.755000', '170742.215000', '170742.675000', '170743.135000', '170743.595000', '170744.055000', '170744.515000', '170744.975000', '170745.435000', '170745.895000', '170746.355000', '170746.815000', '170747.275000', '170747.735000', '170748.195000', '170748.655000', '170749.115000', '170749.575000', '170750.035000', '170750.495000', '170750.955000', '170751.415000', '170751.875000', '170752.335000', '170752.795000', '170753.255000', '170753.715000', '170754.175000', '170754.635000', '170755.095000', '170755.555000', '170756.015000', '170756.475000', '170756.935000', '170757.395000', '170757.855000', '170758.315000', '170758.775000', '170759.235000', '170759.695000', '170800.155000', '170800.615000', '170801.075000', '170801.535000', '170801.995000', '170802.455000', '170802.915000', '170803.375000', '170803.835000', '170804.295000', '170804.755000', '170805.215000', '170805.675000', '170806.135000', '170806.595000', '170807.055000', '170807.515000', '170807.975000', '170808.435000', '170808.895000', '170809.355000', '170809.815000', '170810.275000', '170810.735000', '170811.195000', '170811.655000', '170812.115000', '170812.575000', '170813.035000', '170813.495000', '170813.955000', '170814.415000', '170814.875000', '170815.335000', '170815.795000', '170816.255000', '170816.715000', '170817.175000', '170817.635000', '170818.095000', '170818.555000', '170819.015000', '170819.475000', '170819.935000', '170820.395000', '170820.855000', '170821.315000', '170821.775000', '170822.235000', '170822.695000', '170823.155000', '170823.615000', '170824.075000', '170824.535000', '170824.995000', '170825.455000', '170825.915000', '170826.375000', '170826.835000', '170827.295000', '170827.755000', '170828.215000', '170828.675000', '170829.135000', '170829.595000', '170830.055000', '170830.515000', '170830.975000', '170831.435000', '170831.895000', '170832.355000', '170832.815000', '170833.275000', '170833.735000', '170834.195000', '170834.655000', '170835.115000', '170835.575000', '170836.035000', '170836.495000', '170836.955000', '170837.415000', '170837.875000', '170838.335000', '170838.795000', '170839.255000', '170839.715000', '170840.175000', '170840.635000', '170841.095000', '170841.555000', '170842.015000', '170842.475000', '170842.935000', '170843.395000', '170843.855000', '170844.315000', '170844.775000', '170845.235000', '170845.695000', '170846.155000', '170846.615000', '170847.075000', '170847.535000', '170847.995000', '170848.455000', '170848.915000', '170849.375000', '170849.835000', '170850.295000', '170850.755000', '170851.215000', '170851.675000', '170852.135000', '170852.595000', '170853.055000', '170853.515000', '170853.975000', '170854.435000', '170854.895000', '170855.355000', '170855.815000', '170856.275000', '170856.735000', '170857.195000', '170857.655000', '170858.115000', '170858.575000', '170859.035000', '170859.495000', '170859.955000', '170900.415000', '170900.875000', '170901.335000', '170901.795000', '170902.255000', '170902.715000', '170903.175000', '170903.635000', '170904.095000', '170904.555000', '170905.015000', '170905.475000', '170905.935000', '170906.395000', '170906.855000', '170907.315000', '170907.775000', '170908.235000', '170908.695000', '170909.155000', '170909.615000', '170910.075000', '170910.535000', '170910.995000', '170911.455000', '170911.915000', '170912.375000', '170912.835000', '170913.295000', '170913.755000', '170914.215000', '170914.675000', '170915.135000', '170915.595000', '170916.055000', '170916.515000', '170916.975000', '170917.435000', '170917.895000', '170918.355000'], 'ContentTime': ['170250.738000', '170250.741000', '170250.743000', '170250.746000', '170250.749000', '170250.752000', '170250.754000', '170250.757000', '170250.759000', '170250.762000', '170250.764000', '170250.767000', '170250.770000', '170250.772000', '170250.775000', '170250.778000', '170250.780000', '170250.783000', '170250.785000', '170250.788000', '170250.790000', '170250.793000', '170250.796000', '170250.798000', '170250.801000', '170250.804000', '170310.697000', '170310.700000', '170310.702000', '170310.705000', '170310.708000', '170310.710000', '170310.713000', '170310.715000', '170310.718000', '170310.720000', '170310.723000', '170310.726000', '170310.728000', '170310.731000', '170310.733000', '170310.736000', '170310.739000', '170310.741000', '170310.744000', '170310.747000', '170310.749000', '170310.752000', '170310.754000', '170310.757000', '170310.760000', '170310.762000', '170310.765000', '170310.767000', '170310.770000', '170310.772000', '170310.775000', '170310.777000', '170310.780000', '170310.788000', '170310.791000', '170310.793000', '170310.796000', '170310.799000', '170310.801000', '170310.804000', '170310.806000', '170310.809000', '170310.811000', '170330.696000', '170330.699000', '170330.702000', '170330.704000', '170330.707000', '170330.710000', '170330.712000', '170330.715000', '170330.717000', '170330.720000', '170330.722000', '170330.725000', '170330.728000', '170330.730000', '170330.733000', '170330.735000', '170330.738000', '170330.741000', '170330.743000', '170330.746000', '170330.748000', '170330.751000', '170330.753000', '170330.756000', '170330.758000', '170330.761000', '170330.763000', '170330.766000', '170330.769000', '170330.771000', '170330.779000', '170330.781000', '170330.784000', '170330.786000', '170330.789000', '170330.791000', '170330.794000', '170330.797000', '170330.799000', '170330.802000', '170330.804000', '170330.807000', '170330.809000', '170330.812000', '170350.696000', '170350.699000', '170350.702000', '170350.704000', '170350.707000', '170350.710000', '170350.712000', '170350.715000', '170350.717000', '170350.720000', '170350.723000', '170350.725000', '170350.728000', '170350.730000', '170350.733000', '170350.736000', '170350.739000', '170350.742000', '170350.744000', '170350.747000', '170350.750000', '170350.752000', '170350.755000', '170350.757000', '170350.760000', '170350.763000', '170350.765000', '170350.768000', '170350.770000', '170350.773000', '170350.775000', '170350.779000', '170350.782000', '170350.784000', '170350.787000', '170350.790000', '170350.792000', '170350.795000', '170350.797000', '170350.800000', '170350.802000', '170350.805000', '170350.808000', '170410.697000', '170410.699000', '170410.702000', '170410.705000', '170410.707000', '170410.710000', '170410.712000', '170410.715000', '170410.718000', '170410.720000', '170410.723000', '170410.725000', '170410.728000', '170410.760000', '170410.763000', '170410.765000', '170410.768000', '170410.770000', '170410.773000', '170410.776000', '170410.778000', '170410.781000', '170410.783000', '170410.786000', '170410.789000', '170410.791000', '170410.794000', '170410.796000', '170410.799000', '170410.802000', '170410.804000', '170410.807000', '170410.809000', '170410.812000', '170410.814000', '170410.854000', '170410.856000', '170410.859000', '170410.861000', '170410.864000', '170410.866000', '170410.869000', '170410.872000', '170410.874000', '170430.696000', '170430.699000', '170430.702000', '170430.705000', '170430.707000', '170430.710000', '170430.712000', '170430.715000', '170430.717000', '170430.720000', '170430.723000', '170430.726000', '170430.729000', '170430.733000', '170430.736000', '170430.739000', '170430.741000', '170430.744000', '170430.747000', '170430.749000', '170430.752000', '170430.754000', '170430.757000', '170430.759000', '170430.762000', '170430.765000', '170430.767000', '170430.770000', '170430.772000', '170430.775000', '170430.778000', '170430.780000', '170430.783000', '170430.785000', '170430.788000', '170430.791000', '170430.793000', '170430.796000', '170430.799000', '170430.801000', '170430.804000', '170430.806000', '170430.809000', '170450.696000', '170450.699000', '170450.702000', '170450.705000', '170450.707000', '170450.710000', '170450.712000', '170450.715000', '170450.717000', '170450.720000', '170450.723000', '170450.725000', '170450.728000', '170450.731000', '170450.733000', '170450.736000', '170450.738000', '170450.741000', '170450.744000', '170450.746000', '170450.749000', '170450.751000', '170450.754000', '170450.757000', '170450.759000', '170450.762000', '170450.765000', '170450.767000', '170450.770000', '170450.772000', '170450.775000', '170450.778000', '170450.780000', '170450.783000', '170450.785000', '170450.788000', '170450.791000', '170450.793000', '170450.796000', '170450.798000', '170450.801000', '170450.804000', '170450.806000', '170450.809000', '170510.697000', '170510.699000', '170510.702000', '170510.705000', '170510.707000', '170510.710000', '170510.712000', '170510.715000', '170510.718000', '170510.720000', '170510.723000', '170510.725000', '170510.729000', '170510.732000', '170510.735000', '170510.737000', '170510.740000', '170510.743000', '170510.745000', '170510.748000', '170510.750000', '170510.753000', '170510.755000', '170510.758000', '170510.761000', '170510.763000', '170510.766000', '170510.769000', '170510.771000', '170510.774000', '170510.776000', '170510.779000', '170510.782000', '170510.784000', '170510.787000', '170510.789000', '170510.792000', '170510.795000', '170510.797000', '170510.800000', '170510.802000', '170510.805000', '170510.808000', '170530.696000', '170530.699000', '170530.702000', '170530.705000', '170530.707000', '170530.710000', '170530.712000', '170530.715000', '170530.718000', '170530.720000', '170530.723000', '170530.726000', '170530.728000', '170530.731000', '170530.733000', '170530.736000', '170530.739000', '170530.741000', '170530.744000', '170530.747000', '170530.749000', '170530.752000', '170530.754000', '170530.757000', '170530.760000', '170530.762000', '170530.765000', '170530.768000', '170530.770000', '170530.773000', '170530.775000', '170530.778000', '170530.781000', '170530.783000', '170530.786000', '170530.788000', '170530.791000', '170530.794000', '170530.796000', '170530.799000', '170530.801000', '170530.804000', '170530.807000', '170530.809000', '170550.697000', '170550.699000', '170550.702000', '170550.705000', '170550.707000', '170550.710000', '170550.712000', '170550.715000', '170550.726000', '170550.729000', '170550.732000', '170550.735000', '170550.738000', '170550.741000', '170550.743000', '170550.746000', '170550.749000', '170550.751000', '170550.754000', '170550.756000', '170550.759000', '170550.762000', '170550.764000', '170550.767000', '170550.770000', '170550.773000', '170550.776000', '170550.778000', '170550.781000', '170550.783000', '170550.786000', '170550.789000', '170550.791000', '170550.794000', '170550.797000', '170550.799000', '170550.802000', '170550.804000', '170550.807000', '170550.810000', '170550.812000', '170550.854000', '170550.856000', '170610.698000', '170610.700000', '170610.703000', '170610.706000', '170610.708000', '170610.711000', '170610.714000', '170610.716000', '170610.719000', '170610.721000', '170610.724000', '170610.727000', '170610.729000', '170610.732000', '170610.734000', '170610.737000', '170610.740000', '170610.742000', '170610.745000', '170610.748000', '170610.750000', '170610.753000', '170610.756000', '170610.758000', '170610.761000', '170610.763000', '170610.766000', '170610.769000', '170610.771000', '170610.774000', '170610.776000', '170610.779000', '170610.782000', '170610.784000', '170610.787000', '170610.789000', '170610.792000', '170610.795000', '170610.797000', '170610.800000', '170610.803000', '170610.805000', '170610.808000', '170610.810000', '170630.697000', '170630.700000', '170630.702000', '170630.705000', '170630.708000', '170630.710000', '170630.713000', '170630.715000', '170630.718000', '170630.721000', '170630.723000', '170630.726000', '170630.729000', '170630.731000', '170630.734000', '170630.736000', '170630.739000', '170630.741000', '170630.744000', '170630.747000', '170630.750000', '170630.753000', '170630.756000', '170630.759000', '170630.762000', '170630.764000', '170630.767000', '170630.770000', '170630.772000', '170630.775000', '170630.777000', '170630.780000', '170630.783000', '170630.785000', '170630.788000', '170630.790000', '170630.793000', '170630.796000', '170630.798000', '170630.801000', '170630.803000', '170630.806000', '170630.809000', '170650.697000', '170650.700000', '170650.702000', '170650.705000', '170650.708000', '170650.710000', '170650.713000', '170650.716000', '170650.718000', '170650.721000', '170650.723000', '170650.726000', '170650.729000', '170650.731000', '170650.734000', '170650.737000', '170650.739000', '170650.742000', '170650.744000', '170650.747000', '170650.750000', '170650.752000', '170650.755000', '170650.757000', '170650.760000', '170650.763000', '170650.765000', '170650.768000', '170650.770000', '170650.773000', '170650.776000', '170650.778000', '170650.781000', '170650.783000', '170650.786000', '170650.789000', '170650.791000', '170650.794000', '170650.799000', '170650.802000', '170650.805000', '170650.807000', '170650.810000', '170650.813000', '170710.696000', '170710.699000', '170710.702000', '170710.705000', '170710.707000', '170710.710000', '170710.712000', '170710.715000', '170710.718000', '170710.720000', '170710.723000', '170710.725000', '170710.728000', '170710.731000', '170710.733000', '170710.736000', '170710.738000', '170710.741000', '170710.744000', '170710.746000', '170710.749000', '170710.752000', '170710.754000', '170710.757000', '170710.759000', '170710.762000', '170710.765000', '170710.767000', '170710.770000', '170710.772000', '170710.775000', '170710.778000', '170710.780000', '170710.799000', '170710.802000', '170710.805000', '170710.807000', '170710.810000', '170710.813000', '170710.872000', '170710.876000', '170710.879000', '170710.882000', '170730.696000', '170730.699000', '170730.702000', '170730.705000', '170730.707000', '170730.710000', '170730.713000', '170730.715000', '170730.718000', '170730.720000', '170730.723000', '170730.726000', '170730.728000', '170730.731000', '170730.733000', '170730.736000', '170730.738000', '170730.741000', '170730.744000', '170730.746000', '170730.749000', '170730.752000', '170730.754000', '170730.757000', '170730.759000', '170730.762000', '170730.764000', '170730.767000', '170730.770000', '170730.772000', '170730.775000', '170730.777000', '170730.781000', '170730.783000', '170730.786000', '170730.788000', '170730.791000', '170730.794000', '170730.796000', '170730.799000', '170730.801000', '170730.804000', '170730.807000', '170730.809000', '170750.696000', '170750.699000', '170750.702000', '170750.705000', '170750.707000', '170750.710000', '170750.712000', '170750.715000', '170750.718000', '170750.720000', '170750.723000', '170750.725000', '170750.728000', '170750.731000', '170750.733000', '170750.736000', '170750.738000', '170750.741000', '170750.744000', '170750.746000', '170750.749000', '170750.752000', '170750.754000', '170750.757000', '170750.759000', '170750.762000', '170750.765000', '170750.767000', '170750.770000', '170750.772000', '170750.775000', '170750.778000', '170750.780000', '170750.783000', '170750.786000', '170750.788000', '170750.791000', '170750.793000', '170750.796000', '170750.799000', '170750.801000', '170750.804000', '170750.807000', '170810.697000', '170810.700000', '170810.702000', '170810.705000', '170810.707000', '170810.710000', '170810.713000', '170810.715000', '170810.718000', '170810.721000', '170810.723000', '170810.726000', '170810.729000', '170810.731000', '170810.734000', '170810.736000', '170810.739000', '170810.742000', '170810.744000', '170810.747000', '170810.755000', '170810.758000', '170810.761000', '170810.763000', '170810.766000', '170810.769000', '170810.771000', '170810.774000', '170810.777000', '170810.779000', '170810.782000', '170810.784000', '170810.787000', '170810.790000', '170810.792000', '170810.795000', '170810.798000', '170810.802000', '170810.805000', '170810.807000', '170810.810000', '170810.813000', '170810.815000', '170810.893000', '170830.697000', '170830.700000', '170830.703000', '170830.706000', '170830.708000', '170830.711000', '170830.713000', '170830.716000', '170830.719000', '170830.721000', '170830.724000', '170830.726000', '170830.729000', '170830.732000', '170830.734000', '170830.737000', '170830.740000', '170830.742000', '170830.745000', '170830.747000', '170830.750000', '170830.752000', '170830.755000', '170830.758000', '170830.760000', '170830.763000', '170830.765000', '170830.768000', '170830.771000', '170830.773000', '170830.776000', '170830.778000', '170830.781000', '170830.784000', '170830.786000', '170830.789000', '170830.791000', '170830.794000', '170830.797000', '170830.799000', '170830.802000', '170830.804000', '170830.807000', '170850.709000', '170850.712000', '170850.714000', '170850.717000', '170850.720000', '170850.722000', '170850.725000', '170850.727000', '170850.730000', '170850.732000', '170850.735000', '170850.738000', '170850.740000', '170850.743000', '170850.745000', '170850.748000', '170850.751000', '170850.753000', '170850.756000', '170850.758000', '170850.761000', '170850.764000', '170850.766000', '170850.769000', '170850.771000', '170850.774000', '170850.777000', '170850.779000', '170850.782000', '170850.785000', '170850.787000', '170850.790000', '170850.793000', '170850.795000', '170850.798000', '170850.801000', '170850.803000', '170850.806000', '170850.808000', '170850.811000', '170850.814000', '170850.870000', '170850.872000', '170850.875000', '170910.697000', '170910.700000', '170910.702000', '170910.705000', '170910.707000', '170910.710000', '170910.713000', '170910.715000', '170910.718000', '170910.721000', '170910.723000', '170910.726000', '170910.728000', '170910.731000', '170910.734000', '170910.736000', '170910.739000', '170910.742000', '170910.744000', '170910.747000', '170910.749000', '170910.752000', '170910.755000', '170910.757000', '170910.760000', '170910.762000', '170910.765000', '170910.768000', '170910.770000', '170910.773000', '170910.775000', '170910.778000', '170910.781000', '170910.783000', '170910.786000', '170910.789000', '170910.791000', '170910.794000', '170910.797000', '170910.799000', '170910.802000', '170910.805000', '170910.807000', '170919.570000', '170919.573000', '170919.575000', '170919.578000', '170919.580000', '170919.583000', '170919.586000', '170919.588000', '170919.591000', '170919.593000', '170919.596000', '170919.599000', '170919.601000', '170919.604000', '170919.607000', '170919.609000', '170919.612000', '170919.615000', '170919.617000', '170919.620000'], 'InstanceCreationTime': ['170250.738000', '170250.741000', '170250.743000', '170250.746000', '170250.749000', '170250.752000', '170250.754000', '170250.757000', '170250.759000', '170250.762000', '170250.764000', '170250.767000', '170250.770000', '170250.772000', '170250.775000', '170250.778000', '170250.780000', '170250.783000', '170250.785000', '170250.788000', '170250.790000', '170250.793000', '170250.796000', '170250.798000', '170250.801000', '170250.804000', '170310.697000', '170310.700000', '170310.702000', '170310.705000', '170310.708000', '170310.710000', '170310.713000', '170310.715000', '170310.718000', '170310.720000', '170310.723000', '170310.726000', '170310.728000', '170310.731000', '170310.733000', '170310.736000', '170310.739000', '170310.741000', '170310.744000', '170310.747000', '170310.749000', '170310.752000', '170310.754000', '170310.757000', '170310.760000', '170310.762000', '170310.765000', '170310.767000', '170310.770000', '170310.772000', '170310.775000', '170310.777000', '170310.780000', '170310.788000', '170310.791000', '170310.793000', '170310.796000', '170310.799000', '170310.801000', '170310.804000', '170310.806000', '170310.809000', '170310.811000', '170330.696000', '170330.699000', '170330.702000', '170330.704000', '170330.707000', '170330.710000', '170330.712000', '170330.715000', '170330.717000', '170330.720000', '170330.722000', '170330.725000', '170330.728000', '170330.730000', '170330.733000', '170330.735000', '170330.738000', '170330.741000', '170330.743000', '170330.746000', '170330.748000', '170330.751000', '170330.753000', '170330.756000', '170330.758000', '170330.761000', '170330.763000', '170330.766000', '170330.769000', '170330.771000', '170330.779000', '170330.781000', '170330.784000', '170330.786000', '170330.789000', '170330.791000', '170330.794000', '170330.797000', '170330.799000', '170330.802000', '170330.804000', '170330.807000', '170330.809000', '170330.812000', '170350.696000', '170350.699000', '170350.702000', '170350.704000', '170350.707000', '170350.710000', '170350.712000', '170350.715000', '170350.717000', '170350.720000', '170350.723000', '170350.725000', '170350.728000', '170350.730000', '170350.733000', '170350.736000', '170350.739000', '170350.742000', '170350.744000', '170350.747000', '170350.750000', '170350.752000', '170350.755000', '170350.757000', '170350.760000', '170350.763000', '170350.765000', '170350.768000', '170350.770000', '170350.773000', '170350.775000', '170350.779000', '170350.782000', '170350.784000', '170350.787000', '170350.790000', '170350.792000', '170350.795000', '170350.797000', '170350.800000', '170350.802000', '170350.805000', '170350.808000', '170410.697000', '170410.699000', '170410.702000', '170410.705000', '170410.707000', '170410.710000', '170410.712000', '170410.715000', '170410.718000', '170410.720000', '170410.723000', '170410.725000', '170410.728000', '170410.760000', '170410.763000', '170410.765000', '170410.768000', '170410.770000', '170410.773000', '170410.776000', '170410.778000', '170410.781000', '170410.783000', '170410.786000', '170410.789000', '170410.791000', '170410.794000', '170410.796000', '170410.799000', '170410.802000', '170410.804000', '170410.807000', '170410.809000', '170410.812000', '170410.814000', '170410.854000', '170410.856000', '170410.859000', '170410.861000', '170410.864000', '170410.866000', '170410.869000', '170410.872000', '170410.874000', '170430.696000', '170430.699000', '170430.702000', '170430.705000', '170430.707000', '170430.710000', '170430.712000', '170430.715000', '170430.717000', '170430.720000', '170430.723000', '170430.726000', '170430.729000', '170430.733000', '170430.736000', '170430.739000', '170430.741000', '170430.744000', '170430.747000', '170430.749000', '170430.752000', '170430.754000', '170430.757000', '170430.759000', '170430.762000', '170430.765000', '170430.767000', '170430.770000', '170430.772000', '170430.775000', '170430.778000', '170430.780000', '170430.783000', '170430.785000', '170430.788000', '170430.791000', '170430.793000', '170430.796000', '170430.799000', '170430.801000', '170430.804000', '170430.806000', '170430.809000', '170450.696000', '170450.699000', '170450.702000', '170450.705000', '170450.707000', '170450.710000', '170450.712000', '170450.715000', '170450.717000', '170450.720000', '170450.723000', '170450.725000', '170450.728000', '170450.731000', '170450.733000', '170450.736000', '170450.738000', '170450.741000', '170450.744000', '170450.746000', '170450.749000', '170450.751000', '170450.754000', '170450.757000', '170450.759000', '170450.762000', '170450.765000', '170450.767000', '170450.770000', '170450.772000', '170450.775000', '170450.778000', '170450.780000', '170450.783000', '170450.785000', '170450.788000', '170450.791000', '170450.793000', '170450.796000', '170450.798000', '170450.801000', '170450.804000', '170450.806000', '170450.809000', '170510.697000', '170510.699000', '170510.702000', '170510.705000', '170510.707000', '170510.710000', '170510.712000', '170510.715000', '170510.718000', '170510.720000', '170510.723000', '170510.725000', '170510.729000', '170510.732000', '170510.735000', '170510.737000', '170510.740000', '170510.743000', '170510.745000', '170510.748000', '170510.750000', '170510.753000', '170510.755000', '170510.758000', '170510.761000', '170510.763000', '170510.766000', '170510.769000', '170510.771000', '170510.774000', '170510.776000', '170510.779000', '170510.782000', '170510.784000', '170510.787000', '170510.789000', '170510.792000', '170510.795000', '170510.797000', '170510.800000', '170510.802000', '170510.805000', '170510.808000', '170530.696000', '170530.699000', '170530.702000', '170530.705000', '170530.707000', '170530.710000', '170530.712000', '170530.715000', '170530.718000', '170530.720000', '170530.723000', '170530.726000', '170530.728000', '170530.731000', '170530.733000', '170530.736000', '170530.739000', '170530.741000', '170530.744000', '170530.747000', '170530.749000', '170530.752000', '170530.754000', '170530.757000', '170530.760000', '170530.762000', '170530.765000', '170530.768000', '170530.770000', '170530.773000', '170530.775000', '170530.778000', '170530.781000', '170530.783000', '170530.786000', '170530.788000', '170530.791000', '170530.794000', '170530.796000', '170530.799000', '170530.801000', '170530.804000', '170530.807000', '170530.809000', '170550.697000', '170550.699000', '170550.702000', '170550.705000', '170550.707000', '170550.710000', '170550.712000', '170550.715000', '170550.726000', '170550.729000', '170550.732000', '170550.735000', '170550.738000', '170550.741000', '170550.743000', '170550.746000', '170550.749000', '170550.751000', '170550.754000', '170550.756000', '170550.759000', '170550.762000', '170550.764000', '170550.767000', '170550.770000', '170550.773000', '170550.776000', '170550.778000', '170550.781000', '170550.783000', '170550.786000', '170550.789000', '170550.791000', '170550.794000', '170550.797000', '170550.799000', '170550.802000', '170550.804000', '170550.807000', '170550.810000', '170550.812000', '170550.854000', '170550.856000', '170610.698000', '170610.700000', '170610.703000', '170610.706000', '170610.708000', '170610.711000', '170610.714000', '170610.716000', '170610.719000', '170610.721000', '170610.724000', '170610.727000', '170610.729000', '170610.732000', '170610.734000', '170610.737000', '170610.740000', '170610.742000', '170610.745000', '170610.748000', '170610.750000', '170610.753000', '170610.756000', '170610.758000', '170610.761000', '170610.763000', '170610.766000', '170610.769000', '170610.771000', '170610.774000', '170610.776000', '170610.779000', '170610.782000', '170610.784000', '170610.787000', '170610.789000', '170610.792000', '170610.795000', '170610.797000', '170610.800000', '170610.803000', '170610.805000', '170610.808000', '170610.810000', '170630.697000', '170630.700000', '170630.702000', '170630.705000', '170630.708000', '170630.710000', '170630.713000', '170630.715000', '170630.718000', '170630.721000', '170630.723000', '170630.726000', '170630.729000', '170630.731000', '170630.734000', '170630.736000', '170630.739000', '170630.741000', '170630.744000', '170630.747000', '170630.750000', '170630.753000', '170630.756000', '170630.759000', '170630.762000', '170630.764000', '170630.767000', '170630.770000', '170630.772000', '170630.775000', '170630.777000', '170630.780000', '170630.783000', '170630.785000', '170630.788000', '170630.790000', '170630.793000', '170630.796000', '170630.798000', '170630.801000', '170630.803000', '170630.806000', '170630.809000', '170650.697000', '170650.700000', '170650.702000', '170650.705000', '170650.708000', '170650.710000', '170650.713000', '170650.716000', '170650.718000', '170650.721000', '170650.723000', '170650.726000', '170650.729000', '170650.731000', '170650.734000', '170650.737000', '170650.739000', '170650.742000', '170650.744000', '170650.747000', '170650.750000', '170650.752000', '170650.755000', '170650.757000', '170650.760000', '170650.763000', '170650.765000', '170650.768000', '170650.770000', '170650.773000', '170650.776000', '170650.778000', '170650.781000', '170650.783000', '170650.786000', '170650.789000', '170650.791000', '170650.794000', '170650.799000', '170650.802000', '170650.805000', '170650.807000', '170650.810000', '170650.813000', '170710.696000', '170710.699000', '170710.702000', '170710.705000', '170710.707000', '170710.710000', '170710.712000', '170710.715000', '170710.718000', '170710.720000', '170710.723000', '170710.725000', '170710.728000', '170710.731000', '170710.733000', '170710.736000', '170710.738000', '170710.741000', '170710.744000', '170710.746000', '170710.749000', '170710.752000', '170710.754000', '170710.757000', '170710.759000', '170710.762000', '170710.765000', '170710.767000', '170710.770000', '170710.772000', '170710.775000', '170710.778000', '170710.780000', '170710.799000', '170710.802000', '170710.805000', '170710.807000', '170710.810000', '170710.813000', '170710.872000', '170710.876000', '170710.879000', '170710.882000', '170730.696000', '170730.699000', '170730.702000', '170730.705000', '170730.707000', '170730.710000', '170730.713000', '170730.715000', '170730.718000', '170730.720000', '170730.723000', '170730.726000', '170730.728000', '170730.731000', '170730.733000', '170730.736000', '170730.738000', '170730.741000', '170730.744000', '170730.746000', '170730.749000', '170730.752000', '170730.754000', '170730.757000', '170730.759000', '170730.762000', '170730.764000', '170730.767000', '170730.770000', '170730.772000', '170730.775000', '170730.777000', '170730.781000', '170730.783000', '170730.786000', '170730.788000', '170730.791000', '170730.794000', '170730.796000', '170730.799000', '170730.801000', '170730.804000', '170730.807000', '170730.809000', '170750.696000', '170750.699000', '170750.702000', '170750.705000', '170750.707000', '170750.710000', '170750.712000', '170750.715000', '170750.718000', '170750.720000', '170750.723000', '170750.725000', '170750.728000', '170750.731000', '170750.733000', '170750.736000', '170750.738000', '170750.741000', '170750.744000', '170750.746000', '170750.749000', '170750.752000', '170750.754000', '170750.757000', '170750.759000', '170750.762000', '170750.765000', '170750.767000', '170750.770000', '170750.772000', '170750.775000', '170750.778000', '170750.780000', '170750.783000', '170750.786000', '170750.788000', '170750.791000', '170750.793000', '170750.796000', '170750.799000', '170750.801000', '170750.804000', '170750.807000', '170810.697000', '170810.700000', '170810.702000', '170810.705000', '170810.707000', '170810.710000', '170810.713000', '170810.715000', '170810.718000', '170810.721000', '170810.723000', '170810.726000', '170810.729000', '170810.731000', '170810.734000', '170810.736000', '170810.739000', '170810.742000', '170810.744000', '170810.747000', '170810.755000', '170810.758000', '170810.761000', '170810.763000', '170810.766000', '170810.769000', '170810.771000', '170810.774000', '170810.777000', '170810.779000', '170810.782000', '170810.784000', '170810.787000', '170810.790000', '170810.792000', '170810.795000', '170810.798000', '170810.802000', '170810.805000', '170810.807000', '170810.810000', '170810.813000', '170810.815000', '170810.893000', '170830.697000', '170830.700000', '170830.703000', '170830.706000', '170830.708000', '170830.711000', '170830.713000', '170830.716000', '170830.719000', '170830.721000', '170830.724000', '170830.726000', '170830.729000', '170830.732000', '170830.734000', '170830.737000', '170830.740000', '170830.742000', '170830.745000', '170830.747000', '170830.750000', '170830.752000', '170830.755000', '170830.758000', '170830.760000', '170830.763000', '170830.765000', '170830.768000', '170830.771000', '170830.773000', '170830.776000', '170830.778000', '170830.781000', '170830.784000', '170830.786000', '170830.789000', '170830.791000', '170830.794000', '170830.797000', '170830.799000', '170830.802000', '170830.804000', '170830.807000', '170850.709000', '170850.712000', '170850.714000', '170850.717000', '170850.720000', '170850.722000', '170850.725000', '170850.727000', '170850.730000', '170850.732000', '170850.735000', '170850.738000', '170850.740000', '170850.743000', '170850.745000', '170850.748000', '170850.751000', '170850.753000', '170850.756000', '170850.758000', '170850.761000', '170850.764000', '170850.766000', '170850.769000', '170850.771000', '170850.774000', '170850.777000', '170850.779000', '170850.782000', '170850.785000', '170850.787000', '170850.790000', '170850.793000', '170850.795000', '170850.798000', '170850.801000', '170850.803000', '170850.806000', '170850.808000', '170850.811000', '170850.814000', '170850.870000', '170850.872000', '170850.875000', '170910.697000', '170910.700000', '170910.702000', '170910.705000', '170910.707000', '170910.710000', '170910.713000', '170910.715000', '170910.718000', '170910.721000', '170910.723000', '170910.726000', '170910.728000', '170910.731000', '170910.734000', '170910.736000', '170910.739000', '170910.742000', '170910.744000', '170910.747000', '170910.749000', '170910.752000', '170910.755000', '170910.757000', '170910.760000', '170910.762000', '170910.765000', '170910.768000', '170910.770000', '170910.773000', '170910.775000', '170910.778000', '170910.781000', '170910.783000', '170910.786000', '170910.789000', '170910.791000', '170910.794000', '170910.797000', '170910.799000', '170910.802000', '170910.805000', '170910.807000', '170919.570000', '170919.573000', '170919.575000', '170919.578000', '170919.580000', '170919.583000', '170919.586000', '170919.588000', '170919.591000', '170919.593000', '170919.596000', '170919.599000', '170919.601000', '170919.604000', '170919.607000', '170919.609000', '170919.612000', '170919.615000', '170919.617000', '170919.620000'], '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': [8193, 10186, 8068, 10609, 8397, 10571, 7977, 9039, 12931, 8535, 10687, 8279, 10183, 8268, 9231, 8062, 9795, 8458, 11317, 8299, 11497, 8612, 11228, 8560, 10636, 8593, 9636, 9223, 8401, 11274, 8546, 9299, 7931, 8071, 8087, 7525, 8831, 7996, 9150, 7776, 9515, 11192, 8266, 10846, 8387, 9626, 7673, 8761, 7722, 8960, 8389, 10387, 8131, 8391, 8175, 10618, 8363, 9473, 8065, 9013, 8229, 7907, 7639, 7884, 7787, 9158, 7761, 7968, 8465, 8162, 11009, 9111, 9753, 8169, 10583, 8210, 9217, 8117, 8287, 10052, 8692, 11203, 8425, 8722, 8344, 8335, 8872, 8343, 10393, 8023, 10724, 8584, 9991, 8687, 9654, 8038, 7952, 7975, 7846, 9416, 8020, 9283, 8236, 8703, 8301, 9366, 7989, 9919, 7818, 10042, 8293, 9701, 8365, 9629, 8292, 11274, 7993, 9927, 8039, 7958, 8997, 8595, 9659, 8730, 10260, 8701, 10540, 8685, 10868, 9188, 11128, 8829, 9608, 8970, 11339, 8663, 11228, 8501, 10970, 8877, 10151, 8625, 9296, 8216, 9182, 8203, 9155, 8204, 9824, 8879, 11051, 8123, 10803, 8741, 11470, 8171, 11093, 8296, 11136, 8983, 10483, 8923, 10213, 8823, 11220, 8072, 11569, 8357, 7926, 8463, 8222, 8241, 8165, 8142, 10712, 8561, 11124, 8733, 9446, 8458, 9104, 10559, 9280, 10987, 8652, 11920, 8616, 10797, 8800, 9882, 8221, 10979, 8248, 10025, 8136, 9660, 8352, 8576, 7858, 7895, 7688, 8870, 10957, 8300, 11191, 8535, 9972, 7947, 8481, 7518, 8967, 11932, 8152, 9866, 7701, 8393, 7534, 7776, 7304, 8818, 10012, 8154, 11017, 8527, 10082, 8068, 8425, 9115, 8680, 11547, 8529, 10547, 8419, 9720, 8405, 9269, 8611, 9106, 8231, 8795, 9296, 8473, 8974, 7768, 7989, 8084, 8317, 8100, 9055, 9004, 8402, 9328, 8596, 9598, 8244, 10420, 8218, 9156, 10793, 9350, 11222, 8932, 11174, 8177, 8927, 8023, 8724, 9119, 8931, 10311, 9169, 10620, 8988, 10165, 9030, 8726, 8584, 7997, 8049, 7730, 8558, 8027, 8125, 7916, 8133, 7583, 8030, 8191, 8423, 8783, 11142, 8948, 9614, 8857, 9552, 9042, 10583, 8889, 11210, 8525, 8851, 8269, 9143, 9308, 10893, 8808, 13151, 8730, 12633, 8917, 8651, 7844, 8529, 9267, 11592, 9169, 9990, 8553, 8523, 9635, 8077, 8062, 8123, 8425, 7688, 8379, 8750, 9878, 8856, 10910, 8989, 10077, 8948, 9399, 10562, 8902, 10718, 8938, 10886, 9444, 8699, 8212, 8222, 9346, 10160, 8906, 11128, 9088, 9774, 9354, 8827, 11495, 9168, 10022, 8601, 9610, 8986, 9419, 9736, 8519, 7851, 9076, 7987, 9131, 9723, 8272, 10554, 9603, 9163, 9769, 12662, 9346, 10873, 9127, 9132, 8252, 8789, 9975, 8881, 10952, 9048, 9434, 9256, 9859, 9239, 11082, 7839, 8367, 8028, 8050, 8286, 8056, 8794, 9889, 11668, 8858, 12222, 9291, 11009, 9116, 9959, 9172, 9822, 9155, 11562, 9199, 11012, 8001, 8704, 9271, 10125, 9317, 10972, 9372, 9381, 9417, 9211, 11550, 9675, 9344, 8765, 7800, 7866, 9090, 9860, 8284, 7962, 7902, 8297, 9471, 10458, 9027, 10865, 8885, 9410, 8568, 8380, 8468, 7790, 8678, 8213, 8452, 8780, 8699, 10207, 9288, 7706, 8986, 9421, 9692, 9485, 11290, 9220, 12036, 9344, 10640, 9202, 9252, 7784, 8641, 8174, 9010, 8802, 8082, 8793, 9070, 9252, 11309, 8734, 9650, 7798, 8512, 10595, 8973, 11198, 13323, 9499, 12405, 9237, 10897, 8726, 8927, 8848, 8398, 8488, 8076, 8617, 8253, 9432, 7976, 9090, 7932, 7982, 7768, 9394, 8330, 7947, 8924, 9159, 8700, 9434, 12325, 9401, 10966, 9155, 9299, 11173, 8903, 11669, 9620, 12451, 7591, 8558, 7960, 8895, 7664, 8273, 8580, 9189, 11602, 8836, 9413, 12552, 9123, 11451, 9458, 9437, 9258, 9590, 9169, 10624, 8985, 10383, 9444, 10038, 9194, 11466, 9066, 10469, 9172, 9631, 8911, 7627, 8338, 8451, 8402, 8890, 9345, 8804, 9951, 7940, 9239, 7960, 9106, 8432, 9158, 9726, 9014, 9465, 11194, 8931, 12644, 7967, 8357, 7740, 7703, 8292, 9409, 7841, 7626, 8611, 10407, 9368, 11210, 12676, 9000, 11328, 8927, 11361, 8101, 8936, 9621, 7666, 8082, 8764, 8588, 9132, 10239, 9068, 9687, 10548, 9609, 11691, 9855, 10327, 9168, 9938, 7971, 8362, 8237, 9556, 9886, 9801, 10476, 9790, 11948, 9386, 9737, 10065, 9760, 11923, 9636, 9997, 9397, 8122, 8832, 7472, 8802, 7791, 8334, 8023, 8408, 9458, 9485, 9472, 10398, 9212, 9186, 8704, 8795, 8764, 8599, 8714, 7910, 8567, 7930, 8203, 9212, 10528, 8990, 10716, 8060, 8187, 7953, 8513, 9567, 9822, 9003, 11423, 8809, 10244, 8960, 8395, 8293, 7959, 8552, 8294, 8467, 8328, 8533, 9403, 8564, 9447, 11705, 9052, 10590, 8488, 9378, 8870, 8098, 8297, 7832, 8371, 8121, 8347, 8275, 8047, 9234, 10746, 9285, 10292, 9099, 9436, 8050, 8683, 8322, 8547, 9131, 8437, 8254, 8592, 8222, 8588, 7935, 8805, 10041, 8422, 11696, 8784, 10941, 8850, 10350, 8614, 8657, 8445, 8454, 8191, 8161, 9758, 8519, 9558, 12613, 8920, 10748, 8320, 8771, 11339, 8795, 11187, 8427, 8598, 7892, 8798, 8347, 8907, 9040, 8863, 10351, 9000, 9981, 8993, 8484, 8639, 9796, 11130, 9289, 11243, 9336, 10490, 9573, 9782, 9300, 10582, 9291, 9856, 8635, 9565, 11656, 9378, 10903, 9283, 9832, 9149, 8884, 8667, 8190, 8111, 8612, 8736, 8535, 8836, 8892, 8981, 9743, 8949, 9900, 10330, 9312, 12752, 9396, 10764, 9251, 10311, 8986, 9941, 8978, 9540, 9198, 8485, 9286, 8808, 8979, 9774, 8976, 10669, 9278, 10325, 9243, 9863, 9047, 9179, 8826, 8736, 9017, 8838, 8900, 7686, 8737, 8044, 8547, 8302, 9076, 9185, 12575, 9249, 10311, 8953, 8743, 8483, 8016, 8476, 7908, 9305, 7631, 8357, 7737, 8220, 7861, 7885, 8594, 8492, 9400, 9304, 9438, 8702, 9584, 12848, 9057, 10229, 8964, 9228, 8404, 7690, 8160, 7858, 7780, 7659, 7852, 8953, 9055, 8619, 9127, 9761, 10549, 8796, 11818, 9079, 10330, 8690, 9517, 10094, 9595, 11043, 9231, 11752, 9171, 11648, 9158, 9535, 9447, 10542, 9105, 10177, 8628, 9436, 11563, 9333, 10529, 9042, 8932, 8835, 8573], 'WindowCenter': [4029.0, 4030.0, 3985.0, 4001.0, 3969.0, 3988.0, 3956.0, 3965.0, 4004.0, 3952.0, 3972.0, 3940.0, 3960.0, 3941.0, 3960.0, 3940.0, 3960.0, 3951.0, 3981.0, 3952.0, 3993.0, 3954.0, 3994.0, 3964.0, 3985.0, 3938.0, 3933.0, 3918.0, 3895.0, 3953.0, 3935.0, 3947.0, 3937.0, 3939.0, 3951.0, 3955.0, 3976.0, 3967.0, 3987.0, 3957.0, 3988.0, 4007.0, 3966.0, 3985.0, 3954.0, 3973.0, 3942.0, 3951.0, 3942.0, 3962.0, 3965.0, 3985.0, 3956.0, 3966.0, 3967.0, 3996.0, 3966.0, 3987.0, 3955.0, 3976.0, 3954.0, 3955.0, 3943.0, 3953.0, 3944.0, 3975.0, 3957.0, 3968.0, 3978.0, 3979.0, 4009.0, 3979.0, 3989.0, 3970.0, 3986.0, 3966.0, 3976.0, 3955.0, 3955.0, 3986.0, 3966.0, 3995.0, 3954.0, 3965.0, 3952.0, 3952.0, 3961.0, 3952.0, 3983.0, 3941.0, 3983.0, 3951.0, 3972.0, 3951.0, 3960.0, 3940.0, 3940.0, 3941.0, 3942.0, 3974.0, 3953.0, 3974.0, 3954.0, 3952.0, 3952.0, 3960.0, 3940.0, 3972.0, 3942.0, 3972.0, 3953.0, 3974.0, 3953.0, 3988.0, 3982.0, 4009.0, 3955.0, 4003.0, 3983.0, 3982.0, 4003.0, 3978.0, 3988.0, 3967.0, 4001.0, 3980.0, 3986.0, 3964.0, 3983.0, 3964.0, 3983.0, 3963.0, 3972.0, 3963.0, 3984.0, 3953.0, 3983.0, 3964.0, 3983.0, 3951.0, 3971.0, 3951.0, 3960.0, 3940.0, 3961.0, 3952.0, 3963.0, 3954.0, 3974.0, 3977.0, 4008.0, 3981.0, 4008.0, 3977.0, 4006.0, 3968.0, 4011.0, 3967.0, 3996.0, 3966.0, 3986.0, 3965.0, 3973.0, 3964.0, 3996.0, 3956.0, 3995.0, 3953.0, 3954.0, 3967.0, 3967.0, 3966.0, 3965.0, 3955.0, 3997.0, 3966.0, 3997.0, 3954.0, 3975.0, 3953.0, 3952.0, 3971.0, 3950.0, 3970.0, 3950.0, 3981.0, 3952.0, 3982.0, 3964.0, 3973.0, 3953.0, 3982.0, 3953.0, 3974.0, 3943.0, 3974.0, 3953.0, 3964.0, 3955.0, 3943.0, 3942.0, 3964.0, 3983.0, 3954.0, 3984.0, 3954.0, 3974.0, 3943.0, 3953.0, 3932.0, 3964.0, 3994.0, 3954.0, 3974.0, 3943.0, 3954.0, 3945.0, 3955.0, 3945.0, 3976.0, 3985.0, 3956.0, 3997.0, 3965.0, 3986.0, 3954.0, 3955.0, 3964.0, 3964.0, 3983.0, 3953.0, 3983.0, 3954.0, 3974.0, 3954.0, 3975.0, 3965.0, 3964.0, 3954.0, 3965.0, 3964.0, 3954.0, 3964.0, 3945.0, 3954.0, 3954.0, 3953.0, 3954.0, 3964.0, 3965.0, 3955.0, 3975.0, 3965.0, 3974.0, 3954.0, 3985.0, 3954.0, 3975.0, 3984.0, 3964.0, 3983.0, 3964.0, 3982.0, 3952.0, 3963.0, 3942.0, 3953.0, 3964.0, 3965.0, 3984.0, 3975.0, 3985.0, 3964.0, 3973.0, 3963.0, 3953.0, 3951.0, 3940.0, 3929.0, 3929.0, 3950.0, 3940.0, 3940.0, 3942.0, 3954.0, 3943.0, 3952.0, 3952.0, 3952.0, 3964.0, 3984.0, 3963.0, 3974.0, 3963.0, 3962.0, 3963.0, 3972.0, 3963.0, 3983.0, 3952.0, 3964.0, 3953.0, 3963.0, 3964.0, 3983.0, 3964.0, 4018.0, 3965.0, 4006.0, 3963.0, 3966.0, 3953.0, 3952.0, 3964.0, 3982.0, 3962.0, 3971.0, 3950.0, 3950.0, 3960.0, 3929.0, 3929.0, 3939.0, 3939.0, 3929.0, 3940.0, 3953.0, 3973.0, 3963.0, 3982.0, 3962.0, 3961.0, 3950.0, 3950.0, 3958.0, 3948.0, 3969.0, 3950.0, 3970.0, 3962.0, 3951.0, 3952.0, 3952.0, 3974.0, 3983.0, 3964.0, 3995.0, 3963.0, 3973.0, 3962.0, 3951.0, 3980.0, 3949.0, 3959.0, 3939.0, 3959.0, 3950.0, 3960.0, 3973.0, 3964.0, 3954.0, 3964.0, 3955.0, 3977.0, 3975.0, 3966.0, 3998.0, 3988.0, 3979.0, 3977.0, 3993.0, 3963.0, 3982.0, 3951.0, 3951.0, 3940.0, 3940.0, 3961.0, 3950.0, 3972.0, 3952.0, 3949.0, 3962.0, 3973.0, 3963.0, 3982.0, 3929.0, 3941.0, 3953.0, 3955.0, 3966.0, 3956.0, 3966.0, 3988.0, 3995.0, 3953.0, 3994.0, 3963.0, 3972.0, 3952.0, 3961.0, 3950.0, 3959.0, 3962.0, 3981.0, 3963.0, 3983.0, 3943.0, 3953.0, 3963.0, 3972.0, 3962.0, 3972.0, 3950.0, 3951.0, 3949.0, 3949.0, 3970.0, 3949.0, 3947.0, 3937.0, 3916.0, 3926.0, 3949.0, 3959.0, 3939.0, 3940.0, 3941.0, 3951.0, 3963.0, 3972.0, 3952.0, 3983.0, 3951.0, 3951.0, 3940.0, 3940.0, 3940.0, 3930.0, 3951.0, 3940.0, 3941.0, 3952.0, 3953.0, 3985.0, 3963.0, 3943.0, 3952.0, 3963.0, 3961.0, 3962.0, 3981.0, 3961.0, 3992.0, 3963.0, 3985.0, 3975.0, 3975.0, 3943.0, 3954.0, 3967.0, 3977.0, 3978.0, 3982.0, 3980.0, 3980.0, 3978.0, 3997.0, 3954.0, 3976.0, 3956.0, 3966.0, 3987.0, 3966.0, 3999.0, 4006.0, 3963.0, 3993.0, 3950.0, 3970.0, 3940.0, 3948.0, 3949.0, 3938.0, 3939.0, 3929.0, 3950.0, 3952.0, 3951.0, 3940.0, 3951.0, 3941.0, 3942.0, 3929.0, 3963.0, 3954.0, 3954.0, 3976.0, 3978.0, 3966.0, 3977.0, 4006.0, 3964.0, 3984.0, 3951.0, 3950.0, 3958.0, 3952.0, 3983.0, 3961.0, 3991.0, 3929.0, 3940.0, 3955.0, 3979.0, 3956.0, 3955.0, 3964.0, 3977.0, 3996.0, 3964.0, 3964.0, 3993.0, 3962.0, 3981.0, 3961.0, 3949.0, 3949.0, 3948.0, 3961.0, 3970.0, 3952.0, 3973.0, 3974.0, 3973.0, 3963.0, 3981.0, 3950.0, 3971.0, 3949.0, 3949.0, 3938.0, 3928.0, 3939.0, 3939.0, 3938.0, 3949.0, 3949.0, 3950.0, 3960.0, 3940.0, 3961.0, 3941.0, 3951.0, 3940.0, 3961.0, 3961.0, 3950.0, 3962.0, 3971.0, 3952.0, 3990.0, 3928.0, 3940.0, 3929.0, 3942.0, 3941.0, 3975.0, 3954.0, 3955.0, 3966.0, 3987.0, 3977.0, 3998.0, 4005.0, 3951.0, 3982.0, 3939.0, 3970.0, 3928.0, 3938.0, 3974.0, 3943.0, 3942.0, 3952.0, 3951.0, 3963.0, 3973.0, 3952.0, 3963.0, 3973.0, 3961.0, 3981.0, 3960.0, 3959.0, 3949.0, 3946.0, 3927.0, 3939.0, 3940.0, 3973.0, 3973.0, 3975.0, 3985.0, 3975.0, 3994.0, 3950.0, 3949.0, 3947.0, 3947.0, 3967.0, 3947.0, 3946.0, 3935.0, 3915.0, 3936.0, 3916.0, 3937.0, 3927.0, 3939.0, 3940.0, 3939.0, 3974.0, 3972.0, 3974.0, 3985.0, 3964.0, 3963.0, 3952.0, 3952.0, 3940.0, 3950.0, 3951.0, 3941.0, 3952.0, 3941.0, 3940.0, 3963.0, 3983.0, 3963.0, 3983.0, 3943.0, 3953.0, 3941.0, 3952.0, 3974.0, 3973.0, 3963.0, 3994.0, 3952.0, 3974.0, 3952.0, 3941.0, 3940.0, 3940.0, 3951.0, 3951.0, 3952.0, 3953.0, 3964.0, 3976.0, 3966.0, 3976.0, 3995.0, 3963.0, 3972.0, 3940.0, 3951.0, 3950.0, 3930.0, 3940.0, 3930.0, 3941.0, 3940.0, 3941.0, 3952.0, 3942.0, 3974.0, 3983.0, 3964.0, 3974.0, 3963.0, 3977.0, 3957.0, 3977.0, 3965.0, 3962.0, 3962.0, 3952.0, 3953.0, 3964.0, 3953.0, 3952.0, 3942.0, 3964.0, 3974.0, 3953.0, 3993.0, 3952.0, 3983.0, 3976.0, 3985.0, 3963.0, 3962.0, 3951.0, 3966.0, 3968.0, 3955.0, 3988.0, 3965.0, 3976.0, 4007.0, 3979.0, 3985.0, 3939.0, 3939.0, 3969.0, 3938.0, 3969.0, 3938.0, 3938.0, 3941.0, 3965.0, 3952.0, 3962.0, 3962.0, 3963.0, 3973.0, 3964.0, 3974.0, 3964.0, 3952.0, 3952.0, 3973.0, 3982.0, 3962.0, 3981.0, 3962.0, 3972.0, 3962.0, 3961.0, 3963.0, 3982.0, 3963.0, 3974.0, 3953.0, 3974.0, 3983.0, 3962.0, 3972.0, 3962.0, 3972.0, 3962.0, 3951.0, 3951.0, 3941.0, 3942.0, 3953.0, 3954.0, 3965.0, 3966.0, 3964.0, 3966.0, 3975.0, 3965.0, 3987.0, 3986.0, 3965.0, 4006.0, 3964.0, 3984.0, 3962.0, 3971.0, 3950.0, 3961.0, 3951.0, 3962.0, 3962.0, 3952.0, 3963.0, 3951.0, 3953.0, 3972.0, 3952.0, 3984.0, 3963.0, 3974.0, 3963.0, 3973.0, 3952.0, 3962.0, 3951.0, 3952.0, 3952.0, 3952.0, 3953.0, 3943.0, 3954.0, 3942.0, 3953.0, 3954.0, 3965.0, 3976.0, 4006.0, 3965.0, 3986.0, 3964.0, 3952.0, 3952.0, 3942.0, 3953.0, 3943.0, 3963.0, 3943.0, 3954.0, 3943.0, 3954.0, 3943.0, 3944.0, 3966.0, 3966.0, 3977.0, 3978.0, 3977.0, 3967.0, 3978.0, 4006.0, 3964.0, 3974.0, 3952.0, 3962.0, 3941.0, 3931.0, 3941.0, 3941.0, 3931.0, 3943.0, 3957.0, 3977.0, 3979.0, 3966.0, 3977.0, 3988.0, 3985.0, 3954.0, 3996.0, 3952.0, 3973.0, 3952.0, 3963.0, 3972.0, 3961.0, 3970.0, 3951.0, 3980.0, 3962.0, 3983.0, 3963.0, 3974.0, 3975.0, 3984.0, 3964.0, 3985.0, 3952.0, 3964.0, 3983.0, 3963.0, 3972.0, 3951.0, 3950.0, 3950.0, 3950.0], 'WindowWidth': [9008.0, 8985.0, 8916.0, 8927.0, 8880.0, 8901.0, 8855.0, 8865.0, 8912.0, 8842.0, 8867.0, 8822.0, 8847.0, 8825.0, 8849.0, 8823.0, 8848.0, 8839.0, 8879.0, 8844.0, 8897.0, 8847.0, 8902.0, 8863.0, 8891.0, 8816.0, 8799.0, 8767.0, 8733.0, 8823.0, 8807.0, 8827.0, 8816.0, 8822.0, 8844.0, 8854.0, 8882.0, 8875.0, 8900.0, 8860.0, 8904.0, 8926.0, 8870.0, 8892.0, 8849.0, 8872.0, 8830.0, 8840.0, 8830.0, 8858.0, 8867.0, 8892.0, 8858.0, 8871.0, 8873.0, 8911.0, 8870.0, 8900.0, 8853.0, 8882.0, 8851.0, 8852.0, 8836.0, 8849.0, 8838.0, 8879.0, 8863.0, 8877.0, 8891.0, 8893.0, 8933.0, 8895.0, 8905.0, 8882.0, 8894.0, 8870.0, 8884.0, 8854.0, 8853.0, 8894.0, 8869.0, 8904.0, 8850.0, 8865.0, 8843.0, 8842.0, 8853.0, 8844.0, 8887.0, 8828.0, 8884.0, 8840.0, 8870.0, 8841.0, 8849.0, 8824.0, 8823.0, 8830.0, 8832.0, 8878.0, 8847.0, 8877.0, 8851.0, 8842.0, 8842.0, 8851.0, 8825.0, 8867.0, 8830.0, 8869.0, 8845.0, 8875.0, 8848.0, 8904.0, 8904.0, 8934.0, 8855.0, 8932.0, 8907.0, 8905.0, 8935.0, 8889.0, 8899.0, 8869.0, 8924.0, 8897.0, 8894.0, 8861.0, 8885.0, 8860.0, 8884.0, 8857.0, 8869.0, 8859.0, 8885.0, 8846.0, 8885.0, 8861.0, 8882.0, 8838.0, 8864.0, 8837.0, 8848.0, 8824.0, 8851.0, 8843.0, 8858.0, 8849.0, 8875.0, 8883.0, 8927.0, 8900.0, 8929.0, 8886.0, 8923.0, 8878.0, 8936.0, 8872.0, 8905.0, 8868.0, 8895.0, 8864.0, 8872.0, 8862.0, 8906.0, 8856.0, 8903.0, 8844.0, 8848.0, 8871.0, 8872.0, 8867.0, 8865.0, 8853.0, 8911.0, 8867.0, 8910.0, 8849.0, 8878.0, 8846.0, 8841.0, 8863.0, 8835.0, 8859.0, 8836.0, 8877.0, 8840.0, 8881.0, 8859.0, 8869.0, 8843.0, 8881.0, 8845.0, 8874.0, 8831.0, 8873.0, 8844.0, 8862.0, 8850.0, 8831.0, 8829.0, 8860.0, 8884.0, 8847.0, 8888.0, 8846.0, 8873.0, 8832.0, 8843.0, 8816.0, 8861.0, 8899.0, 8847.0, 8875.0, 8833.0, 8847.0, 8837.0, 8853.0, 8838.0, 8882.0, 8891.0, 8854.0, 8908.0, 8864.0, 8894.0, 8849.0, 8851.0, 8861.0, 8861.0, 8883.0, 8844.0, 8885.0, 8847.0, 8873.0, 8849.0, 8876.0, 8864.0, 8862.0, 8849.0, 8863.0, 8860.0, 8848.0, 8861.0, 8837.0, 8848.0, 8847.0, 8845.0, 8849.0, 8861.0, 8865.0, 8853.0, 8879.0, 8865.0, 8876.0, 8849.0, 8891.0, 8847.0, 8879.0, 8888.0, 8861.0, 8885.0, 8860.0, 8882.0, 8842.0, 8857.0, 8830.0, 8846.0, 8861.0, 8864.0, 8887.0, 8878.0, 8891.0, 8861.0, 8872.0, 8858.0, 8843.0, 8838.0, 8822.0, 8805.0, 8804.0, 8835.0, 8821.0, 8823.0, 8829.0, 8849.0, 8833.0, 8844.0, 8844.0, 8841.0, 8862.0, 8886.0, 8859.0, 8873.0, 8858.0, 8856.0, 8857.0, 8869.0, 8858.0, 8884.0, 8843.0, 8861.0, 8846.0, 8856.0, 8859.0, 8884.0, 8862.0, 8941.0, 8866.0, 8920.0, 8859.0, 8869.0, 8846.0, 8844.0, 8861.0, 8882.0, 8854.0, 8865.0, 8835.0, 8837.0, 8846.0, 8804.0, 8806.0, 8820.0, 8820.0, 8806.0, 8822.0, 8845.0, 8870.0, 8857.0, 8882.0, 8856.0, 8853.0, 8833.0, 8834.0, 8841.0, 8829.0, 8856.0, 8833.0, 8860.0, 8854.0, 8840.0, 8842.0, 8842.0, 8876.0, 8885.0, 8863.0, 8904.0, 8857.0, 8871.0, 8853.0, 8836.0, 8873.0, 8830.0, 8843.0, 8816.0, 8845.0, 8835.0, 8848.0, 8871.0, 8864.0, 8849.0, 8861.0, 8853.0, 8884.0, 8878.0, 8869.0, 8912.0, 8900.0, 8889.0, 8882.0, 8897.0, 8854.0, 8881.0, 8837.0, 8836.0, 8822.0, 8819.0, 8851.0, 8834.0, 8866.0, 8839.0, 8832.0, 8855.0, 8870.0, 8858.0, 8880.0, 8806.0, 8825.0, 8847.0, 8851.0, 8870.0, 8854.0, 8868.0, 8901.0, 8903.0, 8844.0, 8898.0, 8854.0, 8867.0, 8840.0, 8849.0, 8835.0, 8843.0, 8853.0, 8877.0, 8855.0, 8881.0, 8830.0, 8844.0, 8856.0, 8865.0, 8853.0, 8865.0, 8833.0, 8837.0, 8830.0, 8830.0, 8858.0, 8828.0, 8825.0, 8811.0, 8783.0, 8796.0, 8830.0, 8843.0, 8819.0, 8823.0, 8827.0, 8840.0, 8856.0, 8866.0, 8841.0, 8883.0, 8836.0, 8837.0, 8819.0, 8822.0, 8822.0, 8807.0, 8837.0, 8823.0, 8825.0, 8843.0, 8843.0, 8891.0, 8856.0, 8831.0, 8842.0, 8855.0, 8851.0, 8852.0, 8876.0, 8852.0, 8892.0, 8857.0, 8888.0, 8876.0, 8877.0, 8831.0, 8848.0, 8873.0, 8885.0, 8891.0, 8904.0, 8895.0, 8894.0, 8888.0, 8908.0, 8846.0, 8881.0, 8855.0, 8867.0, 8895.0, 8867.0, 8915.0, 8919.0, 8855.0, 8893.0, 8832.0, 8858.0, 8819.0, 8828.0, 8831.0, 8813.0, 8817.0, 8804.0, 8835.0, 8840.0, 8837.0, 8822.0, 8837.0, 8826.0, 8827.0, 8806.0, 8857.0, 8850.0, 8850.0, 8882.0, 8887.0, 8867.0, 8885.0, 8920.0, 8859.0, 8885.0, 8836.0, 8831.0, 8837.0, 8841.0, 8883.0, 8851.0, 8889.0, 8803.0, 8820.0, 8854.0, 8891.0, 8855.0, 8851.0, 8862.0, 8884.0, 8908.0, 8859.0, 8861.0, 8894.0, 8851.0, 8876.0, 8849.0, 8831.0, 8831.0, 8827.0, 8849.0, 8862.0, 8841.0, 8869.0, 8873.0, 8871.0, 8856.0, 8877.0, 8836.0, 8863.0, 8829.0, 8830.0, 8815.0, 8804.0, 8817.0, 8818.0, 8817.0, 8833.0, 8831.0, 8836.0, 8849.0, 8822.0, 8851.0, 8826.0, 8840.0, 8823.0, 8850.0, 8851.0, 8835.0, 8853.0, 8863.0, 8840.0, 8886.0, 8803.0, 8823.0, 8808.0, 8828.0, 8825.0, 8878.0, 8851.0, 8852.0, 8868.0, 8897.0, 8884.0, 8914.0, 8915.0, 8837.0, 8881.0, 8817.0, 8859.0, 8799.0, 8815.0, 8873.0, 8834.0, 8829.0, 8843.0, 8839.0, 8858.0, 8870.0, 8841.0, 8857.0, 8868.0, 8849.0, 8876.0, 8846.0, 8843.0, 8830.0, 8820.0, 8800.0, 8819.0, 8822.0, 8870.0, 8869.0, 8876.0, 8889.0, 8877.0, 8901.0, 8833.0, 8830.0, 8823.0, 8821.0, 8849.0, 8821.0, 8822.0, 8805.0, 8779.0, 8809.0, 8782.0, 8810.0, 8801.0, 8818.0, 8825.0, 8820.0, 8875.0, 8869.0, 8874.0, 8890.0, 8861.0, 8857.0, 8841.0, 8840.0, 8820.0, 8836.0, 8838.0, 8824.0, 8842.0, 8825.0, 8822.0, 8859.0, 8885.0, 8858.0, 8885.0, 8832.0, 8846.0, 8827.0, 8841.0, 8873.0, 8870.0, 8858.0, 8900.0, 8842.0, 8872.0, 8842.0, 8826.0, 8823.0, 8821.0, 8838.0, 8839.0, 8844.0, 8848.0, 8862.0, 8880.0, 8867.0, 8882.0, 8903.0, 8857.0, 8867.0, 8819.0, 8837.0, 8833.0, 8807.0, 8822.0, 8808.0, 8825.0, 8822.0, 8826.0, 8842.0, 8830.0, 8875.0, 8885.0, 8860.0, 8873.0, 8856.0, 8885.0, 8859.0, 8886.0, 8866.0, 8858.0, 8855.0, 8842.0, 8847.0, 8863.0, 8848.0, 8843.0, 8831.0, 8863.0, 8874.0, 8846.0, 8898.0, 8842.0, 8883.0, 8881.0, 8893.0, 8859.0, 8858.0, 8843.0, 8870.0, 8876.0, 8852.0, 8899.0, 8862.0, 8880.0, 8923.0, 8890.0, 8892.0, 8819.0, 8819.0, 8857.0, 8814.0, 8858.0, 8816.0, 8816.0, 8825.0, 8866.0, 8840.0, 8853.0, 8855.0, 8858.0, 8872.0, 8858.0, 8873.0, 8859.0, 8842.0, 8840.0, 8871.0, 8880.0, 8854.0, 8877.0, 8851.0, 8866.0, 8854.0, 8851.0, 8855.0, 8881.0, 8858.0, 8874.0, 8842.0, 8874.0, 8882.0, 8853.0, 8866.0, 8853.0, 8867.0, 8851.0, 8837.0, 8836.0, 8825.0, 8827.0, 8845.0, 8847.0, 8865.0, 8866.0, 8862.0, 8866.0, 8879.0, 8863.0, 8896.0, 8890.0, 8864.0, 8917.0, 8859.0, 8884.0, 8853.0, 8864.0, 8834.0, 8849.0, 8836.0, 8853.0, 8852.0, 8839.0, 8855.0, 8839.0, 8841.0, 8867.0, 8842.0, 8884.0, 8856.0, 8872.0, 8858.0, 8869.0, 8840.0, 8852.0, 8837.0, 8839.0, 8840.0, 8840.0, 8843.0, 8830.0, 8848.0, 8829.0, 8843.0, 8850.0, 8862.0, 8879.0, 8919.0, 8863.0, 8892.0, 8861.0, 8841.0, 8838.0, 8827.0, 8843.0, 8829.0, 8856.0, 8831.0, 8847.0, 8832.0, 8847.0, 8832.0, 8834.0, 8866.0, 8867.0, 8882.0, 8886.0, 8884.0, 8869.0, 8885.0, 8919.0, 8860.0, 8872.0, 8838.0, 8853.0, 8824.0, 8811.0, 8823.0, 8823.0, 8813.0, 8832.0, 8859.0, 8886.0, 8890.0, 8866.0, 8884.0, 8900.0, 8888.0, 8846.0, 8903.0, 8839.0, 8868.0, 8838.0, 8854.0, 8864.0, 8850.0, 8860.0, 8836.0, 8875.0, 8854.0, 8882.0, 8858.0, 8874.0, 8877.0, 8886.0, 8859.0, 8890.0, 8841.0, 8858.0, 8882.0, 8855.0, 8867.0, 8837.0, 8834.0, 8834.0, 8834.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.0008050978135788263</td></tr>
<tr><td colspan=3>aqi</td><td>0.021969611737629458</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.957853176474636</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1915630642511514</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0158971701497699</td></tr>
<tr><td colspan=3>efc</td><td>0.4827</td></tr>
<tr><td colspan=3>fber</td><td>3576.917</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09363174042896782</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.67433831990794</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.559920573484043</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.537646484952339</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7699263885052634</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3721888469945265</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111669</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005815873388200998</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023945802822709084</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.5764574543949603</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>22.9308</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.0939</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.9366</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299708.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>801.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.6039</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.803</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.9435</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3141.0033</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3333.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76836.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4232.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.9217</td></tr>
<tr><td colspan=3>tsnr</td><td>35.56374867912382</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>