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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0019_ses-03_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-0019_ses-03_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-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_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-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_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-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_ses-03_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_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-0019/ses-03/func/sub-0019_ses-03_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>cd3506ab83a9e76495332b7734f70474</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>16:48:19.785000</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_VE11C_LATEST_20160120</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.998158, -0.0596116, 0.0112817, 0.0600009, 0.997472, -0.0380675]</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.0767966</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7772, -7263, 629, 1, -300, 87, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.666</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ea3a66ff-dfd8-4bfe-9af9-1dec57b7080d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6779847145080566, 0.16097794473171234, 0.024256691336631775, 107.85304260253906], [0.15993346273899078, 2.67614483833313, -0.10442066937685013, -98.74768829345703], [0.030268091708421707, 0.1021324023604393, 2.697870969772339, -78.91615295410156], [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': ['164819.785000', '164820.245000', '164820.705000', '164821.165000', '164821.625000', '164822.085000', '164822.545000', '164823.005000', '164823.465000', '164823.925000', '164824.385000', '164824.845000', '164825.305000', '164825.765000', '164826.225000', '164826.685000', '164827.145000', '164827.605000', '164828.065000', '164828.525000', '164828.985000', '164829.445000', '164829.905000', '164830.365000', '164830.825000', '164831.285000', '164831.745000', '164832.205000', '164832.665000', '164833.125000', '164833.585000', '164834.045000', '164834.505000', '164834.965000', '164835.425000', '164835.885000', '164836.345000', '164836.805000', '164837.265000', '164837.725000', '164838.185000', '164838.645000', '164839.105000', '164839.565000', '164840.025000', '164840.485000', '164840.945000', '164841.405000', '164841.865000', '164842.325000', '164842.785000', '164843.245000', '164843.705000', '164844.165000', '164844.625000', '164845.085000', '164845.545000', '164846.005000', '164846.465000', '164846.925000', '164847.385000', '164847.845000', '164848.305000', '164848.765000', '164849.225000', '164849.685000', '164850.145000', '164850.605000', '164851.065000', '164851.525000', '164851.985000', '164852.445000', '164852.905000', '164853.365000', '164853.825000', '164854.285000', '164854.745000', '164855.205000', '164855.665000', '164856.125000', '164856.585000', '164857.045000', '164857.505000', '164857.965000', '164858.425000', '164858.885000', '164859.345000', '164859.805000', '164900.265000', '164900.725000', '164901.185000', '164901.645000', '164902.105000', '164902.565000', '164903.025000', '164903.485000', '164903.945000', '164904.405000', '164904.865000', '164905.325000', '164905.785000', '164906.245000', '164906.705000', '164907.165000', '164907.625000', '164908.085000', '164908.545000', '164909.005000', '164909.465000', '164909.925000', '164910.385000', '164910.845000', '164911.305000', '164911.765000', '164912.225000', '164912.685000', '164913.145000', '164913.605000', '164914.065000', '164914.525000', '164914.985000', '164915.445000', '164915.905000', '164916.365000', '164916.825000', '164917.285000', '164917.745000', '164918.205000', '164918.665000', '164919.125000', '164919.585000', '164920.045000', '164920.505000', '164920.965000', '164921.425000', '164921.885000', '164922.345000', '164922.805000', '164923.265000', '164923.725000', '164924.185000', '164924.645000', '164925.105000', '164925.565000', '164926.025000', '164926.485000', '164926.945000', '164927.405000', '164927.865000', '164928.325000', '164928.785000', '164929.245000', '164929.705000', '164930.165000', '164930.625000', '164931.085000', '164931.545000', '164932.005000', '164932.465000', '164932.925000', '164933.385000', '164933.845000', '164934.305000', '164934.765000', '164935.225000', '164935.685000', '164936.145000', '164936.605000', '164937.065000', '164937.525000', '164937.985000', '164938.445000', '164938.905000', '164939.365000', '164939.825000', '164940.285000', '164940.745000', '164941.205000', '164941.665000', '164942.125000', '164942.585000', '164943.045000', '164943.505000', '164943.965000', '164944.425000', '164944.885000', '164945.345000', '164945.805000', '164946.265000', '164946.725000', '164947.185000', '164947.645000', '164948.105000', '164948.565000', '164949.025000', '164949.485000', '164949.945000', '164950.405000', '164950.865000', '164951.325000', '164951.785000', '164952.245000', '164952.705000', '164953.165000', '164953.625000', '164954.085000', '164954.545000', '164955.005000', '164955.465000', '164955.925000', '164956.385000', '164956.845000', '164957.305000', '164957.765000', '164958.225000', '164958.685000', '164959.145000', '164959.605000', '165000.065000', '165000.525000', '165000.985000', '165001.445000', '165001.905000', '165002.365000', '165002.825000', '165003.285000', '165003.745000', '165004.205000', '165004.665000', '165005.125000', '165005.585000', '165006.045000', '165006.505000', '165006.965000', '165007.425000', '165007.885000', '165008.345000', '165008.805000', '165009.265000', '165009.725000', '165010.185000', '165010.645000', '165011.105000', '165011.565000', '165012.025000', '165012.485000', '165012.945000', '165013.405000', '165013.865000', '165014.325000', '165014.785000', '165015.245000', '165015.705000', '165016.165000', '165016.625000', '165017.085000', '165017.545000', '165018.005000', '165018.465000', '165018.925000', '165019.385000', '165019.845000', '165020.305000', '165020.765000', '165021.225000', '165021.685000', '165022.145000', '165022.605000', '165023.065000', '165023.525000', '165023.985000', '165024.445000', '165024.905000', '165025.365000', '165025.825000', '165026.285000', '165026.745000', '165027.205000', '165027.665000', '165028.125000', '165028.585000', '165029.045000', '165029.505000', '165029.965000', '165030.425000', '165030.885000', '165031.345000', '165031.805000', '165032.265000', '165032.725000', '165033.185000', '165033.645000', '165034.105000', '165034.565000', '165035.025000', '165035.485000', '165035.945000', '165036.405000', '165036.865000', '165037.325000', '165037.785000', '165038.245000', '165038.705000', '165039.165000', '165039.625000', '165040.085000', '165040.545000', '165041.005000', '165041.465000', '165041.925000', '165042.385000', '165042.845000', '165043.305000', '165043.765000', '165044.225000', '165044.685000', '165045.145000', '165045.605000', '165046.065000', '165046.525000', '165046.985000', '165047.445000', '165047.905000', '165048.365000', '165048.825000', '165049.285000', '165049.745000', '165050.205000', '165050.665000', '165051.125000', '165051.585000', '165052.045000', '165052.505000', '165052.965000', '165053.425000', '165053.885000', '165054.345000', '165054.805000', '165055.265000', '165055.725000', '165056.185000', '165056.645000', '165057.105000', '165057.565000', '165058.025000', '165058.485000', '165058.945000', '165059.405000', '165059.865000', '165100.325000', '165100.785000', '165101.245000', '165101.705000', '165102.165000', '165102.625000', '165103.085000', '165103.545000', '165104.005000', '165104.465000', '165104.925000', '165105.385000', '165105.845000', '165106.305000', '165106.765000', '165107.225000', '165107.685000', '165108.145000', '165108.605000', '165109.065000', '165109.525000', '165109.985000', '165110.445000', '165110.905000', '165111.365000', '165111.825000', '165112.285000', '165112.745000', '165113.205000', '165113.665000', '165114.125000', '165114.585000', '165115.045000', '165115.505000', '165115.965000', '165116.425000', '165116.885000', '165117.345000', '165117.805000', '165118.265000', '165118.725000', '165119.185000', '165119.645000', '165120.105000', '165120.565000', '165121.025000', '165121.485000', '165121.945000', '165122.405000', '165122.865000', '165123.325000', '165123.785000', '165124.245000', '165124.705000', '165125.165000', '165125.625000', '165126.085000', '165126.545000', '165127.005000', '165127.465000', '165127.925000', '165128.385000', '165128.845000', '165129.305000', '165129.765000', '165130.225000', '165130.685000', '165131.145000', '165131.605000', '165132.065000', '165132.525000', '165132.985000', '165133.445000', '165133.905000', '165134.365000', '165134.825000', '165135.285000', '165135.745000', '165136.205000', '165136.665000', '165137.125000', '165137.585000', '165138.045000', '165138.505000', '165138.965000', '165139.425000', '165139.885000', '165140.345000', '165140.805000', '165141.265000', '165141.725000', '165142.185000', '165142.645000', '165143.105000', '165143.565000', '165144.025000', '165144.485000', '165144.945000', '165145.405000', '165145.865000', '165146.325000', '165146.785000', '165147.245000', '165147.705000', '165148.165000', '165148.625000', '165149.085000', '165149.545000', '165150.005000', '165150.465000', '165150.925000', '165151.385000', '165151.845000', '165152.305000', '165152.765000', '165153.225000', '165153.685000', '165154.145000', '165154.605000', '165155.065000', '165155.525000', '165155.985000', '165156.445000', '165156.905000', '165157.365000', '165157.825000', '165158.285000', '165158.745000', '165159.205000', '165159.665000', '165200.125000', '165200.585000', '165201.045000', '165201.505000', '165201.965000', '165202.425000', '165202.885000', '165203.345000', '165203.805000', '165204.265000', '165204.725000', '165205.185000', '165205.645000', '165206.105000', '165206.565000', '165207.025000', '165207.485000', '165207.945000', '165208.405000', '165208.865000', '165209.325000', '165209.785000', '165210.245000', '165210.705000', '165211.165000', '165211.625000', '165212.085000', '165212.545000', '165213.005000', '165213.465000', '165213.925000', '165214.385000', '165214.845000', '165215.305000', '165215.765000', '165216.225000', '165216.685000', '165217.145000', '165217.605000', '165218.065000', '165218.525000', '165218.985000', '165219.445000', '165219.905000', '165220.365000', '165220.825000', '165221.285000', '165221.745000', '165222.205000', '165222.665000', '165223.125000', '165223.585000', '165224.045000', '165224.505000', '165224.965000', '165225.425000', '165225.885000', '165226.345000', '165226.805000', '165227.265000', '165227.725000', '165228.185000', '165228.645000', '165229.105000', '165229.565000', '165230.025000', '165230.485000', '165230.945000', '165231.405000', '165231.865000', '165232.325000', '165232.785000', '165233.245000', '165233.705000', '165234.165000', '165234.625000', '165235.085000', '165235.545000', '165236.005000', '165236.465000', '165236.925000', '165237.385000', '165237.845000', '165238.305000', '165238.765000', '165239.225000', '165239.685000', '165240.145000', '165240.605000', '165241.065000', '165241.525000', '165241.985000', '165242.445000', '165242.905000', '165243.365000', '165243.825000', '165244.285000', '165244.745000', '165245.205000', '165245.665000', '165246.125000', '165246.585000', '165247.045000', '165247.505000', '165247.965000', '165248.425000', '165248.885000', '165249.345000', '165249.805000', '165250.265000', '165250.725000', '165251.185000', '165251.645000', '165252.105000', '165252.565000', '165253.025000', '165253.485000', '165253.945000', '165254.405000', '165254.865000', '165255.325000', '165255.785000', '165256.245000', '165256.705000', '165257.165000', '165257.625000', '165258.085000', '165258.545000', '165259.005000', '165259.465000', '165259.925000', '165300.385000', '165300.845000', '165301.305000', '165301.765000', '165302.225000', '165302.685000', '165303.145000', '165303.605000', '165304.065000', '165304.525000', '165304.985000', '165305.445000', '165305.905000', '165306.365000', '165306.825000', '165307.285000', '165307.745000', '165308.205000', '165308.665000', '165309.125000', '165309.585000', '165310.045000', '165310.505000', '165310.965000', '165311.425000', '165311.885000', '165312.345000', '165312.805000', '165313.265000', '165313.725000', '165314.185000', '165314.645000', '165315.105000', '165315.565000', '165316.025000', '165316.485000', '165316.945000', '165317.405000', '165317.865000', '165318.325000', '165318.785000', '165319.245000', '165319.705000', '165320.165000', '165320.625000', '165321.085000', '165321.545000', '165322.005000', '165322.465000', '165322.925000', '165323.385000', '165323.845000', '165324.305000', '165324.765000', '165325.225000', '165325.685000', '165326.145000', '165326.605000', '165327.065000', '165327.525000', '165327.985000', '165328.445000', '165328.905000', '165329.365000', '165329.825000', '165330.285000', '165330.745000', '165331.205000', '165331.665000', '165332.125000', '165332.585000', '165333.045000', '165333.505000', '165333.965000', '165334.425000', '165334.885000', '165335.345000', '165335.805000', '165336.265000', '165336.725000', '165337.185000', '165337.645000', '165338.105000', '165338.565000', '165339.025000', '165339.485000', '165339.945000', '165340.405000', '165340.865000', '165341.325000', '165341.785000', '165342.245000', '165342.705000', '165343.165000', '165343.625000', '165344.085000', '165344.545000', '165345.005000', '165345.465000', '165345.925000', '165346.385000', '165346.845000', '165347.305000', '165347.765000', '165348.225000', '165348.685000', '165349.145000', '165349.605000', '165350.065000', '165350.525000', '165350.985000', '165351.445000', '165351.905000', '165352.365000', '165352.825000', '165353.285000', '165353.745000', '165354.205000', '165354.665000', '165355.125000', '165355.585000', '165356.045000', '165356.505000', '165356.965000', '165357.425000', '165357.885000', '165358.345000', '165358.805000', '165359.265000', '165359.725000', '165400.185000', '165400.645000', '165401.105000', '165401.565000', '165402.025000', '165402.485000', '165402.945000', '165403.405000', '165403.865000', '165404.325000', '165404.785000', '165405.245000', '165405.705000', '165406.165000', '165406.625000', '165407.085000', '165407.545000', '165408.005000', '165408.465000', '165408.925000', '165409.385000', '165409.845000', '165410.305000', '165410.765000', '165411.225000', '165411.685000', '165412.145000', '165412.605000', '165413.065000', '165413.525000', '165413.985000', '165414.445000', '165414.905000', '165415.365000', '165415.825000', '165416.285000', '165416.745000', '165417.205000', '165417.665000', '165418.125000', '165418.585000', '165419.045000', '165419.505000', '165419.965000', '165420.425000', '165420.885000', '165421.345000', '165421.805000', '165422.265000', '165422.725000', '165423.185000', '165423.645000', '165424.105000', '165424.565000', '165425.025000', '165425.485000', '165425.945000', '165426.405000', '165426.865000', '165427.325000', '165427.785000', '165428.245000', '165428.705000', '165429.165000', '165429.625000', '165430.085000', '165430.545000', '165431.005000', '165431.465000', '165431.925000', '165432.385000', '165432.845000', '165433.305000', '165433.765000', '165434.225000', '165434.685000', '165435.145000', '165435.605000', '165436.065000', '165436.525000', '165436.985000', '165437.445000', '165437.905000', '165438.365000', '165438.825000', '165439.285000', '165439.745000', '165440.205000', '165440.665000', '165441.125000', '165441.585000', '165442.045000', '165442.505000', '165442.965000', '165443.425000', '165443.885000', '165444.345000', '165444.805000', '165445.265000', '165445.725000', '165446.185000', '165446.645000', '165447.105000', '165447.565000', '165448.025000', '165448.485000', '165448.945000', '165449.405000', '165449.865000', '165450.325000', '165450.785000', '165451.245000', '165451.705000', '165452.165000', '165452.625000', '165453.085000', '165453.545000', '165454.005000', '165454.465000', '165454.925000', '165455.385000', '165455.845000', '165456.305000', '165456.765000', '165457.225000', '165457.685000', '165458.145000', '165458.605000', '165459.065000', '165459.525000', '165459.985000', '165500.445000'], 'ContentTime': ['164833.820000', '164833.824000', '164833.826000', '164833.829000', '164833.832000', '164833.835000', '164833.838000', '164833.841000', '164833.844000', '164833.847000', '164833.850000', '164833.860000', '164833.863000', '164833.871000', '164833.874000', '164833.877000', '164833.879000', '164833.882000', '164833.885000', '164833.888000', '164833.906000', '164833.909000', '164833.912000', '164833.914000', '164833.917000', '164833.920000', '164833.923000', '164833.925000', '164833.928000', '164853.784000', '164853.787000', '164853.789000', '164853.792000', '164853.795000', '164853.798000', '164853.800000', '164853.803000', '164853.806000', '164853.809000', '164853.811000', '164853.814000', '164853.817000', '164853.820000', '164853.823000', '164853.825000', '164853.828000', '164853.831000', '164853.834000', '164853.836000', '164853.839000', '164853.842000', '164853.845000', '164853.852000', '164853.854000', '164853.857000', '164853.860000', '164853.863000', '164853.866000', '164853.868000', '164853.871000', '164853.874000', '164853.877000', '164853.879000', '164853.882000', '164853.885000', '164853.888000', '164853.890000', '164853.893000', '164853.896000', '164853.899000', '164853.902000', '164853.904000', '164853.907000', '164913.784000', '164913.787000', '164913.790000', '164913.792000', '164913.795000', '164913.798000', '164913.801000', '164913.803000', '164913.806000', '164913.809000', '164913.813000', '164913.816000', '164913.819000', '164913.822000', '164913.825000', '164913.827000', '164913.830000', '164913.833000', '164913.836000', '164913.839000', '164913.841000', '164913.844000', '164913.847000', '164913.850000', '164913.853000', '164913.855000', '164913.858000', '164913.861000', '164913.864000', '164913.882000', '164913.885000', '164913.888000', '164913.891000', '164913.894000', '164913.897000', '164913.899000', '164913.902000', '164913.905000', '164913.907000', '164913.910000', '164913.913000', '164913.916000', '164913.919000', '164933.784000', '164933.787000', '164933.790000', '164933.792000', '164933.795000', '164933.798000', '164933.801000', '164933.804000', '164933.806000', '164933.809000', '164933.812000', '164933.815000', '164933.818000', '164933.820000', '164933.823000', '164933.826000', '164933.829000', '164933.831000', '164933.834000', '164933.837000', '164933.840000', '164933.843000', '164933.845000', '164933.848000', '164933.851000', '164933.854000', '164933.857000', '164933.860000', '164933.862000', '164933.865000', '164933.868000', '164933.871000', '164933.873000', '164933.876000', '164933.879000', '164933.882000', '164933.885000', '164933.887000', '164933.890000', '164933.893000', '164933.896000', '164933.898000', '164933.901000', '164933.904000', '164953.783000', '164953.786000', '164953.788000', '164953.791000', '164953.794000', '164953.797000', '164953.800000', '164953.802000', '164953.805000', '164953.819000', '164953.822000', '164953.825000', '164953.827000', '164953.830000', '164953.833000', '164953.836000', '164953.839000', '164953.841000', '164953.844000', '164953.847000', '164953.850000', '164953.853000', '164953.856000', '164953.858000', '164953.861000', '164953.864000', '164953.867000', '164953.870000', '164953.872000', '164953.875000', '164953.878000', '164953.881000', '164953.884000', '164953.886000', '164953.889000', '164953.892000', '164953.895000', '164953.898000', '164953.900000', '164953.903000', '164953.906000', '164953.909000', '164953.912000', '165013.783000', '165013.786000', '165013.789000', '165013.791000', '165013.794000', '165013.797000', '165013.800000', '165013.803000', '165013.805000', '165013.808000', '165013.811000', '165013.814000', '165013.817000', '165013.819000', '165013.822000', '165013.825000', '165013.828000', '165013.831000', '165013.833000', '165013.836000', '165013.839000', '165013.842000', '165013.845000', '165013.848000', '165013.850000', '165013.853000', '165013.856000', '165013.859000', '165013.862000', '165013.864000', '165013.867000', '165013.870000', '165013.873000', '165013.876000', '165013.878000', '165013.881000', '165013.884000', '165013.887000', '165013.890000', '165013.892000', '165013.895000', '165013.898000', '165013.901000', '165013.904000', '165033.783000', '165033.801000', '165033.804000', '165033.807000', '165033.810000', '165033.813000', '165033.815000', '165033.818000', '165033.821000', '165033.824000', '165033.827000', '165033.829000', '165033.832000', '165033.835000', '165033.838000', '165033.841000', '165033.843000', '165033.846000', '165033.850000', '165033.853000', '165033.856000', '165033.859000', '165033.862000', '165033.864000', '165033.867000', '165033.870000', '165033.873000', '165033.876000', '165033.878000', '165033.881000', '165033.884000', '165033.887000', '165033.890000', '165033.892000', '165033.895000', '165033.898000', '165033.901000', '165033.904000', '165033.907000', '165033.909000', '165033.912000', '165033.915000', '165033.918000', '165053.784000', '165053.787000', '165053.789000', '165053.792000', '165053.795000', '165053.798000', '165053.801000', '165053.804000', '165053.806000', '165053.809000', '165053.812000', '165053.815000', '165053.817000', '165053.820000', '165053.823000', '165053.826000', '165053.829000', '165053.831000', '165053.834000', '165053.837000', '165053.840000', '165053.843000', '165053.845000', '165053.848000', '165053.851000', '165053.854000', '165053.857000', '165053.859000', '165053.862000', '165053.865000', '165053.868000', '165053.871000', '165053.873000', '165053.876000', '165053.879000', '165053.882000', '165053.885000', '165053.887000', '165053.890000', '165053.893000', '165053.896000', '165053.899000', '165053.901000', '165053.904000', '165113.784000', '165113.787000', '165113.790000', '165113.793000', '165113.795000', '165113.798000', '165113.801000', '165113.804000', '165113.807000', '165113.809000', '165113.812000', '165113.815000', '165113.818000', '165113.821000', '165113.823000', '165113.826000', '165113.829000', '165113.832000', '165113.835000', '165113.837000', '165113.840000', '165113.843000', '165113.846000', '165113.849000', '165113.852000', '165113.854000', '165113.857000', '165113.860000', '165113.863000', '165113.866000', '165113.868000', '165113.871000', '165113.874000', '165113.877000', '165113.880000', '165113.882000', '165113.885000', '165113.888000', '165113.891000', '165113.894000', '165113.896000', '165113.899000', '165113.902000', '165133.784000', '165133.788000', '165133.790000', '165133.793000', '165133.796000', '165133.810000', '165133.812000', '165133.815000', '165133.818000', '165133.821000', '165133.823000', '165133.826000', '165133.829000', '165133.832000', '165133.835000', '165133.837000', '165133.840000', '165133.843000', '165133.846000', '165133.849000', '165133.852000', '165133.854000', '165133.857000', '165133.860000', '165133.863000', '165133.865000', '165133.868000', '165133.871000', '165133.874000', '165133.877000', '165133.879000', '165133.882000', '165133.885000', '165133.888000', '165133.891000', '165133.894000', '165133.897000', '165133.899000', '165133.902000', '165133.905000', '165133.908000', '165133.910000', '165133.913000', '165133.916000', '165153.784000', '165153.787000', '165153.790000', '165153.793000', '165153.795000', '165153.798000', '165153.801000', '165153.804000', '165153.806000', '165153.809000', '165153.812000', '165153.815000', '165153.818000', '165153.820000', '165153.823000', '165153.826000', '165153.829000', '165153.831000', '165153.834000', '165153.837000', '165153.840000', '165153.843000', '165153.846000', '165153.848000', '165153.851000', '165153.854000', '165153.857000', '165153.860000', '165153.862000', '165153.865000', '165153.868000', '165153.871000', '165153.874000', '165153.877000', '165153.879000', '165153.882000', '165153.885000', '165153.890000', '165153.893000', '165153.896000', '165153.898000', '165153.901000', '165153.904000', '165213.783000', '165213.786000', '165213.789000', '165213.792000', '165213.794000', '165213.797000', '165213.800000', '165213.803000', '165213.805000', '165213.808000', '165213.811000', '165213.814000', '165213.817000', '165213.819000', '165213.822000', '165213.825000', '165213.828000', '165213.831000', '165213.834000', '165213.836000', '165213.839000', '165213.842000', '165213.845000', '165213.847000', '165213.851000', '165213.854000', '165213.857000', '165213.859000', '165213.862000', '165213.865000', '165213.868000', '165213.871000', '165213.873000', '165213.876000', '165213.879000', '165213.882000', '165213.885000', '165213.888000', '165213.890000', '165213.893000', '165213.896000', '165213.899000', '165213.902000', '165213.904000', '165233.783000', '165233.817000', '165233.820000', '165233.823000', '165233.826000', '165233.828000', '165233.831000', '165233.834000', '165233.837000', '165233.840000', '165233.842000', '165233.845000', '165233.848000', '165233.851000', '165233.854000', '165233.856000', '165233.859000', '165233.862000', '165233.865000', '165233.868000', '165233.871000', '165233.873000', '165233.876000', '165233.879000', '165233.882000', '165233.885000', '165233.887000', '165233.890000', '165233.893000', '165233.896000', '165233.899000', '165233.902000', '165233.904000', '165233.907000', '165233.910000', '165233.913000', '165233.916000', '165233.918000', '165233.921000', '165233.924000', '165233.927000', '165233.930000', '165233.933000', '165253.783000', '165253.811000', '165253.814000', '165253.816000', '165253.819000', '165253.822000', '165253.825000', '165253.828000', '165253.830000', '165253.833000', '165253.836000', '165253.839000', '165253.842000', '165253.844000', '165253.847000', '165253.850000', '165253.853000', '165253.856000', '165253.859000', '165253.861000', '165253.864000', '165253.867000', '165253.870000', '165253.873000', '165253.875000', '165253.878000', '165253.881000', '165253.884000', '165253.887000', '165253.889000', '165253.909000', '165253.911000', '165253.914000', '165253.917000', '165253.920000', '165253.923000', '165253.925000', '165253.928000', '165253.931000', '165253.934000', '165253.937000', '165253.940000', '165253.942000', '165253.945000', '165313.784000', '165313.813000', '165313.816000', '165313.819000', '165313.822000', '165313.825000', '165313.827000', '165313.830000', '165313.833000', '165313.836000', '165313.838000', '165313.841000', '165313.844000', '165313.847000', '165313.850000', '165313.852000', '165313.855000', '165313.858000', '165313.861000', '165313.864000', '165313.867000', '165313.869000', '165313.872000', '165313.875000', '165313.878000', '165313.881000', '165313.883000', '165313.886000', '165313.889000', '165313.892000', '165313.895000', '165313.898000', '165313.900000', '165313.903000', '165313.906000', '165313.909000', '165313.912000', '165313.914000', '165313.917000', '165313.920000', '165313.923000', '165313.927000', '165313.930000', '165333.784000', '165333.787000', '165333.805000', '165333.808000', '165333.810000', '165333.813000', '165333.816000', '165333.819000', '165333.821000', '165333.824000', '165333.827000', '165333.830000', '165333.833000', '165333.835000', '165333.838000', '165333.841000', '165333.844000', '165333.847000', '165333.849000', '165333.852000', '165333.855000', '165333.858000', '165333.861000', '165333.864000', '165333.866000', '165333.869000', '165333.872000', '165333.875000', '165333.878000', '165333.880000', '165333.883000', '165333.886000', '165333.889000', '165333.892000', '165333.895000', '165333.897000', '165333.900000', '165333.903000', '165333.906000', '165333.909000', '165333.911000', '165333.914000', '165333.917000', '165353.784000', '165353.834000', '165353.837000', '165353.840000', '165353.842000', '165353.845000', '165353.848000', '165353.851000', '165353.854000', '165353.856000', '165353.859000', '165353.862000', '165353.865000', '165353.868000', '165353.871000', '165353.873000', '165353.876000', '165353.879000', '165353.882000', '165353.885000', '165353.888000', '165353.890000', '165353.893000', '165353.896000', '165353.899000', '165353.901000', '165353.904000', '165353.907000', '165353.910000', '165353.913000', '165353.915000', '165353.918000', '165353.921000', '165353.924000', '165353.927000', '165353.930000', '165353.932000', '165353.935000', '165353.938000', '165353.941000', '165353.944000', '165353.946000', '165353.953000', '165353.955000', '165413.784000', '165413.834000', '165413.837000', '165413.839000', '165413.842000', '165413.845000', '165413.848000', '165413.851000', '165413.854000', '165413.856000', '165413.859000', '165413.862000', '165413.865000', '165413.868000', '165413.870000', '165413.873000', '165413.876000', '165413.879000', '165413.884000', '165413.886000', '165413.889000', '165413.892000', '165413.895000', '165413.898000', '165413.900000', '165413.903000', '165413.906000', '165413.909000', '165413.912000', '165413.915000', '165413.917000', '165413.920000', '165413.923000', '165413.926000', '165413.929000', '165413.932000', '165413.934000', '165413.937000', '165413.940000', '165413.943000', '165413.946000', '165413.959000', '165413.962000', '165433.783000', '165433.825000', '165433.828000', '165433.831000', '165433.834000', '165433.836000', '165433.839000', '165433.842000', '165433.845000', '165433.847000', '165433.850000', '165433.859000', '165433.862000', '165433.865000', '165433.868000', '165433.871000', '165433.873000', '165433.876000', '165433.879000', '165433.882000', '165433.885000', '165433.887000', '165433.890000', '165433.893000', '165433.896000', '165433.898000', '165433.901000', '165433.904000', '165433.908000', '165433.910000', '165433.913000', '165433.916000', '165433.919000', '165433.921000', '165433.924000', '165433.927000', '165433.930000', '165433.933000', '165433.936000', '165433.938000', '165433.941000', '165433.944000', '165433.947000', '165433.950000', '165453.783000', '165453.820000', '165453.823000', '165453.826000', '165453.829000', '165453.854000', '165453.857000', '165453.860000', '165453.863000', '165453.865000', '165453.868000', '165453.871000', '165453.874000', '165453.877000', '165453.880000', '165453.882000', '165453.885000', '165453.888000', '165453.891000', '165453.893000', '165453.896000', '165453.899000', '165453.902000', '165453.905000', '165453.907000', '165453.910000', '165453.913000', '165453.916000', '165453.919000', '165453.922000', '165453.924000', '165453.927000', '165453.931000', '165453.934000', '165453.937000', '165453.940000', '165453.942000', '165453.945000', '165453.948000', '165453.951000', '165453.954000', '165453.956000', '165453.959000', '165501.228000', '165501.231000', '165501.235000', '165501.237000', '165501.240000', '165501.243000', '165501.246000', '165501.249000', '165501.252000', '165501.255000', '165501.258000', '165501.260000', '165501.263000', '165501.266000', '165501.269000', '165501.272000', '165501.275000'], 'InstanceCreationTime': ['164833.820000', '164833.824000', '164833.826000', '164833.829000', '164833.832000', '164833.835000', '164833.838000', '164833.841000', '164833.844000', '164833.847000', '164833.850000', '164833.860000', '164833.863000', '164833.871000', '164833.874000', '164833.877000', '164833.879000', '164833.882000', '164833.885000', '164833.888000', '164833.906000', '164833.909000', '164833.912000', '164833.914000', '164833.917000', '164833.920000', '164833.923000', '164833.925000', '164833.928000', '164853.784000', '164853.787000', '164853.789000', '164853.792000', '164853.795000', '164853.798000', '164853.800000', '164853.803000', '164853.806000', '164853.809000', '164853.811000', '164853.814000', '164853.817000', '164853.820000', '164853.823000', '164853.825000', '164853.828000', '164853.831000', '164853.834000', '164853.836000', '164853.839000', '164853.842000', '164853.845000', '164853.852000', '164853.854000', '164853.857000', '164853.860000', '164853.863000', '164853.866000', '164853.868000', '164853.871000', '164853.874000', '164853.877000', '164853.879000', '164853.882000', '164853.885000', '164853.888000', '164853.890000', '164853.893000', '164853.896000', '164853.899000', '164853.902000', '164853.904000', '164853.907000', '164913.784000', '164913.787000', '164913.790000', '164913.792000', '164913.795000', '164913.798000', '164913.801000', '164913.803000', '164913.806000', '164913.809000', '164913.813000', '164913.816000', '164913.819000', '164913.822000', '164913.825000', '164913.827000', '164913.830000', '164913.833000', '164913.836000', '164913.839000', '164913.841000', '164913.844000', '164913.847000', '164913.850000', '164913.853000', '164913.855000', '164913.858000', '164913.861000', '164913.864000', '164913.882000', '164913.885000', '164913.888000', '164913.891000', '164913.894000', '164913.897000', '164913.899000', '164913.902000', '164913.905000', '164913.907000', '164913.910000', '164913.913000', '164913.916000', '164913.919000', '164933.784000', '164933.787000', '164933.790000', '164933.792000', '164933.795000', '164933.798000', '164933.801000', '164933.804000', '164933.806000', '164933.809000', '164933.812000', '164933.815000', '164933.818000', '164933.820000', '164933.823000', '164933.826000', '164933.829000', '164933.831000', '164933.834000', '164933.837000', '164933.840000', '164933.843000', '164933.845000', '164933.848000', '164933.851000', '164933.854000', '164933.857000', '164933.860000', '164933.862000', '164933.865000', '164933.868000', '164933.871000', '164933.873000', '164933.876000', '164933.879000', '164933.882000', '164933.885000', '164933.887000', '164933.890000', '164933.893000', '164933.896000', '164933.898000', '164933.901000', '164933.904000', '164953.783000', '164953.786000', '164953.788000', '164953.791000', '164953.794000', '164953.797000', '164953.800000', '164953.802000', '164953.805000', '164953.819000', '164953.822000', '164953.825000', '164953.827000', '164953.830000', '164953.833000', '164953.836000', '164953.839000', '164953.841000', '164953.844000', '164953.847000', '164953.850000', '164953.853000', '164953.856000', '164953.858000', '164953.861000', '164953.864000', '164953.867000', '164953.870000', '164953.872000', '164953.875000', '164953.878000', '164953.881000', '164953.884000', '164953.886000', '164953.889000', '164953.892000', '164953.895000', '164953.898000', '164953.900000', '164953.903000', '164953.906000', '164953.909000', '164953.912000', '165013.783000', '165013.786000', '165013.789000', '165013.791000', '165013.794000', '165013.797000', '165013.800000', '165013.803000', '165013.805000', '165013.808000', '165013.811000', '165013.814000', '165013.817000', '165013.819000', '165013.822000', '165013.825000', '165013.828000', '165013.831000', '165013.833000', '165013.836000', '165013.839000', '165013.842000', '165013.845000', '165013.848000', '165013.850000', '165013.853000', '165013.856000', '165013.859000', '165013.862000', '165013.864000', '165013.867000', '165013.870000', '165013.873000', '165013.876000', '165013.878000', '165013.881000', '165013.884000', '165013.887000', '165013.890000', '165013.892000', '165013.895000', '165013.898000', '165013.901000', '165013.904000', '165033.783000', '165033.801000', '165033.804000', '165033.807000', '165033.810000', '165033.813000', '165033.815000', '165033.818000', '165033.821000', '165033.824000', '165033.827000', '165033.829000', '165033.832000', '165033.835000', '165033.838000', '165033.841000', '165033.843000', '165033.846000', '165033.850000', '165033.853000', '165033.856000', '165033.859000', '165033.862000', '165033.864000', '165033.867000', '165033.870000', '165033.873000', '165033.876000', '165033.878000', '165033.881000', '165033.884000', '165033.887000', '165033.890000', '165033.892000', '165033.895000', '165033.898000', '165033.901000', '165033.904000', '165033.907000', '165033.909000', '165033.912000', '165033.915000', '165033.918000', '165053.784000', '165053.787000', '165053.789000', '165053.792000', '165053.795000', '165053.798000', '165053.801000', '165053.804000', '165053.806000', '165053.809000', '165053.812000', '165053.815000', '165053.817000', '165053.820000', '165053.823000', '165053.826000', '165053.829000', '165053.831000', '165053.834000', '165053.837000', '165053.840000', '165053.843000', '165053.845000', '165053.848000', '165053.851000', '165053.854000', '165053.857000', '165053.859000', '165053.862000', '165053.865000', '165053.868000', '165053.871000', '165053.873000', '165053.876000', '165053.879000', '165053.882000', '165053.885000', '165053.887000', '165053.890000', '165053.893000', '165053.896000', '165053.899000', '165053.901000', '165053.904000', '165113.784000', '165113.787000', '165113.790000', '165113.793000', '165113.795000', '165113.798000', '165113.801000', '165113.804000', '165113.807000', '165113.809000', '165113.812000', '165113.815000', '165113.818000', '165113.821000', '165113.823000', '165113.826000', '165113.829000', '165113.832000', '165113.835000', '165113.837000', '165113.840000', '165113.843000', '165113.846000', '165113.849000', '165113.852000', '165113.854000', '165113.857000', '165113.860000', '165113.863000', '165113.866000', '165113.868000', '165113.871000', '165113.874000', '165113.877000', '165113.880000', '165113.882000', '165113.885000', '165113.888000', '165113.891000', '165113.894000', '165113.896000', '165113.899000', '165113.902000', '165133.784000', '165133.788000', '165133.790000', '165133.793000', '165133.796000', '165133.810000', '165133.812000', '165133.815000', '165133.818000', '165133.821000', '165133.823000', '165133.826000', '165133.829000', '165133.832000', '165133.835000', '165133.837000', '165133.840000', '165133.843000', '165133.846000', '165133.849000', '165133.852000', '165133.854000', '165133.857000', '165133.860000', '165133.863000', '165133.865000', '165133.868000', '165133.871000', '165133.874000', '165133.877000', '165133.879000', '165133.882000', '165133.885000', '165133.888000', '165133.891000', '165133.894000', '165133.897000', '165133.899000', '165133.902000', '165133.905000', '165133.908000', '165133.910000', '165133.913000', '165133.916000', '165153.784000', '165153.787000', '165153.790000', '165153.793000', '165153.795000', '165153.798000', '165153.801000', '165153.804000', '165153.806000', '165153.809000', '165153.812000', '165153.815000', '165153.818000', '165153.820000', '165153.823000', '165153.826000', '165153.829000', '165153.831000', '165153.834000', '165153.837000', '165153.840000', '165153.843000', '165153.846000', '165153.848000', '165153.851000', '165153.854000', '165153.857000', '165153.860000', '165153.862000', '165153.865000', '165153.868000', '165153.871000', '165153.874000', '165153.877000', '165153.879000', '165153.882000', '165153.885000', '165153.890000', '165153.893000', '165153.896000', '165153.898000', '165153.901000', '165153.904000', '165213.783000', '165213.786000', '165213.789000', '165213.792000', '165213.794000', '165213.797000', '165213.800000', '165213.803000', '165213.805000', '165213.808000', '165213.811000', '165213.814000', '165213.817000', '165213.819000', '165213.822000', '165213.825000', '165213.828000', '165213.831000', '165213.834000', '165213.836000', '165213.839000', '165213.842000', '165213.845000', '165213.847000', '165213.851000', '165213.854000', '165213.857000', '165213.859000', '165213.862000', '165213.865000', '165213.868000', '165213.871000', '165213.873000', '165213.876000', '165213.879000', '165213.882000', '165213.885000', '165213.888000', '165213.890000', '165213.893000', '165213.896000', '165213.899000', '165213.902000', '165213.904000', '165233.783000', '165233.817000', '165233.820000', '165233.823000', '165233.826000', '165233.828000', '165233.831000', '165233.834000', '165233.837000', '165233.840000', '165233.842000', '165233.845000', '165233.848000', '165233.851000', '165233.854000', '165233.856000', '165233.859000', '165233.862000', '165233.865000', '165233.868000', '165233.871000', '165233.873000', '165233.876000', '165233.879000', '165233.882000', '165233.885000', '165233.887000', '165233.890000', '165233.893000', '165233.896000', '165233.899000', '165233.902000', '165233.904000', '165233.907000', '165233.910000', '165233.913000', '165233.916000', '165233.918000', '165233.921000', '165233.924000', '165233.927000', '165233.930000', '165233.933000', '165253.783000', '165253.811000', '165253.814000', '165253.816000', '165253.819000', '165253.822000', '165253.825000', '165253.828000', '165253.830000', '165253.833000', '165253.836000', '165253.839000', '165253.842000', '165253.844000', '165253.847000', '165253.850000', '165253.853000', '165253.856000', '165253.859000', '165253.861000', '165253.864000', '165253.867000', '165253.870000', '165253.873000', '165253.875000', '165253.878000', '165253.881000', '165253.884000', '165253.887000', '165253.889000', '165253.909000', '165253.911000', '165253.914000', '165253.917000', '165253.920000', '165253.923000', '165253.925000', '165253.928000', '165253.931000', '165253.934000', '165253.937000', '165253.940000', '165253.942000', '165253.945000', '165313.784000', '165313.813000', '165313.816000', '165313.819000', '165313.822000', '165313.825000', '165313.827000', '165313.830000', '165313.833000', '165313.836000', '165313.838000', '165313.841000', '165313.844000', '165313.847000', '165313.850000', '165313.852000', '165313.855000', '165313.858000', '165313.861000', '165313.864000', '165313.867000', '165313.869000', '165313.872000', '165313.875000', '165313.878000', '165313.881000', '165313.883000', '165313.886000', '165313.889000', '165313.892000', '165313.895000', '165313.898000', '165313.900000', '165313.903000', '165313.906000', '165313.909000', '165313.912000', '165313.914000', '165313.917000', '165313.920000', '165313.923000', '165313.927000', '165313.930000', '165333.784000', '165333.787000', '165333.805000', '165333.808000', '165333.810000', '165333.813000', '165333.816000', '165333.819000', '165333.821000', '165333.824000', '165333.827000', '165333.830000', '165333.833000', '165333.835000', '165333.838000', '165333.841000', '165333.844000', '165333.847000', '165333.849000', '165333.852000', '165333.855000', '165333.858000', '165333.861000', '165333.864000', '165333.866000', '165333.869000', '165333.872000', '165333.875000', '165333.878000', '165333.880000', '165333.883000', '165333.886000', '165333.889000', '165333.892000', '165333.895000', '165333.897000', '165333.900000', '165333.903000', '165333.906000', '165333.909000', '165333.911000', '165333.914000', '165333.917000', '165353.784000', '165353.834000', '165353.837000', '165353.840000', '165353.842000', '165353.845000', '165353.848000', '165353.851000', '165353.854000', '165353.856000', '165353.859000', '165353.862000', '165353.865000', '165353.868000', '165353.871000', '165353.873000', '165353.876000', '165353.879000', '165353.882000', '165353.885000', '165353.888000', '165353.890000', '165353.893000', '165353.896000', '165353.899000', '165353.901000', '165353.904000', '165353.907000', '165353.910000', '165353.913000', '165353.915000', '165353.918000', '165353.921000', '165353.924000', '165353.927000', '165353.930000', '165353.932000', '165353.935000', '165353.938000', '165353.941000', '165353.944000', '165353.946000', '165353.953000', '165353.955000', '165413.784000', '165413.834000', '165413.837000', '165413.839000', '165413.842000', '165413.845000', '165413.848000', '165413.851000', '165413.854000', '165413.856000', '165413.859000', '165413.862000', '165413.865000', '165413.868000', '165413.870000', '165413.873000', '165413.876000', '165413.879000', '165413.884000', '165413.886000', '165413.889000', '165413.892000', '165413.895000', '165413.898000', '165413.900000', '165413.903000', '165413.906000', '165413.909000', '165413.912000', '165413.915000', '165413.917000', '165413.920000', '165413.923000', '165413.926000', '165413.929000', '165413.932000', '165413.934000', '165413.937000', '165413.940000', '165413.943000', '165413.946000', '165413.959000', '165413.962000', '165433.783000', '165433.825000', '165433.828000', '165433.831000', '165433.834000', '165433.836000', '165433.839000', '165433.842000', '165433.845000', '165433.847000', '165433.850000', '165433.859000', '165433.862000', '165433.865000', '165433.868000', '165433.871000', '165433.873000', '165433.876000', '165433.879000', '165433.882000', '165433.885000', '165433.887000', '165433.890000', '165433.893000', '165433.896000', '165433.898000', '165433.901000', '165433.904000', '165433.908000', '165433.910000', '165433.913000', '165433.916000', '165433.919000', '165433.921000', '165433.924000', '165433.927000', '165433.930000', '165433.933000', '165433.936000', '165433.938000', '165433.941000', '165433.944000', '165433.947000', '165433.950000', '165453.783000', '165453.820000', '165453.823000', '165453.826000', '165453.829000', '165453.854000', '165453.857000', '165453.860000', '165453.863000', '165453.865000', '165453.868000', '165453.871000', '165453.874000', '165453.877000', '165453.880000', '165453.882000', '165453.885000', '165453.888000', '165453.891000', '165453.893000', '165453.896000', '165453.899000', '165453.902000', '165453.905000', '165453.907000', '165453.910000', '165453.913000', '165453.916000', '165453.919000', '165453.922000', '165453.924000', '165453.927000', '165453.931000', '165453.934000', '165453.937000', '165453.940000', '165453.942000', '165453.945000', '165453.948000', '165453.951000', '165453.954000', '165453.956000', '165453.959000', '165501.228000', '165501.231000', '165501.235000', '165501.237000', '165501.240000', '165501.243000', '165501.246000', '165501.249000', '165501.252000', '165501.255000', '165501.258000', '165501.260000', '165501.263000', '165501.266000', '165501.269000', '165501.272000', '165501.275000'], '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': [11637, 11371, 13017, 7371, 11620, 7515, 12462, 7349, 14451, 10268, 14481, 8771, 11703, 9544, 10510, 10263, 8442, 13530, 7659, 14046, 7777, 14087, 9468, 14660, 11216, 14305, 9198, 13284, 9833, 12994, 10518, 10241, 11223, 7033, 10328, 7332, 11963, 7492, 13315, 8123, 13953, 7968, 13808, 8419, 14229, 9767, 13026, 8715, 11265, 8147, 13707, 8979, 14168, 9872, 13444, 8659, 14301, 8862, 14577, 10239, 14117, 8253, 11982, 7827, 10110, 7455, 12824, 8024, 13546, 8806, 13263, 7836, 13538, 13222, 10190, 14974, 9590, 14791, 10890, 12256, 8663, 11326, 9161, 10988, 10537, 8426, 10222, 7183, 9495, 8307, 10939, 9335, 13687, 7654, 13378, 8240, 11712, 11692, 10764, 11487, 11631, 10314, 8937, 11296, 8666, 12277, 9063, 7216, 8537, 7253, 8608, 6956, 9308, 7317, 12699, 7794, 12054, 7712, 13038, 7646, 12813, 8112, 13572, 7785, 13277, 7648, 11953, 7500, 12839, 7590, 13391, 7752, 13756, 7599, 12910, 7607, 12518, 7816, 13401, 8266, 13878, 7907, 13604, 8452, 13762, 9284, 14385, 10242, 14474, 8503, 14767, 9461, 14640, 10065, 14536, 9793, 14283, 8706, 14344, 9466, 14460, 10486, 14183, 8223, 13973, 8668, 14171, 8864, 14278, 8827, 14062, 7891, 14088, 8344, 14151, 9579, 14103, 8517, 14428, 8907, 14633, 10499, 14423, 8583, 13812, 8513, 14344, 9382, 14606, 10331, 14093, 9043, 14386, 9189, 14272, 9495, 14569, 10101, 14337, 8654, 14897, 9028, 14493, 9203, 14586, 9683, 13942, 8312, 14556, 8958, 14369, 9299, 14063, 9878, 14246, 7859, 14137, 7963, 13655, 8298, 13602, 9231, 14144, 7767, 13977, 8342, 14086, 9671, 14187, 9607, 14169, 8182, 14386, 9103, 14295, 10049, 14891, 10933, 14591, 9115, 14363, 9756, 14302, 10213, 14480, 11167, 14684, 9024, 14625, 9364, 14547, 10002, 14404, 10701, 12100, 8788, 11810, 9088, 11047, 11028, 8529, 12317, 7276, 10690, 7349, 12547, 7466, 13296, 7692, 13589, 7420, 13289, 7379, 13557, 8216, 14715, 10051, 14603, 8495, 14646, 9223, 14494, 9752, 14489, 10342, 13974, 8368, 14253, 8933, 14489, 9516, 14304, 10081, 12460, 8289, 12641, 9008, 12709, 10798, 8147, 11218, 7044, 10974, 7335, 13919, 8819, 14933, 9308, 14806, 9278, 14810, 9660, 14796, 10390, 14822, 10884, 14254, 9176, 14324, 9824, 13636, 11520, 8431, 13908, 7666, 13024, 7658, 10558, 7838, 7258, 10122, 14696, 9820, 14615, 9812, 14496, 10955, 15452, 11159, 15529, 11374, 14759, 10965, 14847, 11587, 14510, 10008, 14317, 9847, 14544, 9853, 14461, 9674, 14112, 9432, 12453, 10589, 7378, 9347, 7270, 9686, 7467, 9877, 7421, 10001, 7358, 10880, 7354, 10478, 7361, 11343, 7584, 12414, 7583, 13464, 7512, 13146, 7676, 13446, 7709, 14033, 9318, 12345, 7899, 13069, 8975, 14176, 9177, 14913, 10248, 13135, 9124, 14707, 9140, 14872, 10136, 14735, 11089, 12433, 9018, 11341, 9241, 11882, 9343, 11339, 10440, 7376, 9698, 8460, 9598, 10470, 10194, 7755, 11274, 7745, 9891, 7437, 9729, 7730, 10094, 7585, 12031, 7556, 11348, 7545, 12614, 7995, 14556, 8916, 15402, 8205, 14668, 9190, 14690, 9832, 14877, 9453, 14702, 8901, 14512, 9289, 14404, 9523, 14127, 8082, 13922, 8220, 14259, 9250, 11918, 7862, 11547, 8345, 12422, 9482, 12028, 11210, 8367, 10937, 9065, 10384, 10576, 10413, 9087, 10882, 7482, 11410, 7475, 12220, 7841, 14388, 8963, 14583, 8495, 14558, 9237, 14317, 10132, 14361, 9604, 14375, 8796, 14586, 9402, 14735, 10334, 10743, 9287, 7082, 10806, 7613, 13599, 8458, 14538, 10584, 15541, 11327, 12378, 10103, 12089, 10958, 12832, 10805, 12420, 12439, 7600, 10692, 7697, 11130, 7544, 13298, 7996, 14314, 8377, 14163, 8249, 14162, 9176, 14330, 9806, 13308, 9982, 12349, 9210, 12569, 9746, 12103, 11447, 8208, 10393, 7314, 9656, 7328, 10891, 7857, 13779, 8205, 14329, 8043, 14527, 9400, 13123, 11197, 9250, 13492, 8144, 13426, 8023, 14174, 8848, 14576, 8974, 15173, 8803, 14348, 8564, 12836, 7498, 13115, 7650, 13015, 7949, 14220, 9825, 15050, 9408, 14572, 8833, 14262, 8327, 13784, 8654, 14289, 8748, 14106, 7541, 12353, 7888, 11526, 8022, 11415, 12640, 12234, 11142, 9930, 9874, 8319, 12361, 8264, 14145, 8865, 13385, 10491, 10520, 8343, 11198, 8292, 12187, 8238, 13135, 9537, 13322, 9700, 14466, 9132, 14921, 9463, 14938, 10194, 14943, 9115, 14070, 7920, 13307, 7732, 13082, 8145, 13684, 8638, 13880, 7726, 13818, 8272, 13769, 8749, 13276, 8494, 13974, 7801, 11566, 7900, 8855, 8618, 8607, 14296, 8166, 13835, 9101, 14243, 10242, 13774, 9681, 14788, 9395, 13330, 10201, 7484, 10799, 7728, 13590, 9472, 8436, 10295, 7209, 10970, 13750, 10950, 14453, 10537, 14388, 9367, 14526, 9296, 12882, 10570, 7849, 9575, 8294, 12066, 7998, 13340, 9839, 13010, 10347, 15977, 11021, 15114, 10145, 14914, 10254, 15203, 10193, 14427, 8430, 14658, 9005, 12107, 8798, 7873, 11934, 9898, 13615, 10979, 14925, 9037, 15160, 7888, 13152, 7952, 12506, 7996, 14324, 7874, 14625, 7882, 13404, 7989, 12772, 8625, 13350, 8246, 13779, 9448, 13998, 10365, 12928, 11571, 9601, 10664, 8466, 9700, 8097, 10532, 8796, 13280, 8374, 12224, 7535, 11327, 7556, 12007, 8292, 14369, 9510, 15007, 9187, 12722, 8767, 13301, 8877, 13451, 8692, 13401, 9305, 13333, 10407, 15124, 11356, 15743, 12766, 15910, 11528, 14786, 11043, 14214, 10265, 14112, 10558, 13859, 10205, 14455, 9918, 13940, 9449, 13199, 10130, 12545, 8533, 13377, 9540, 14055, 9044, 13571, 8639, 12862, 9983, 13173, 8083, 13232, 8509, 13082, 8045, 13475, 8114, 12980, 7835, 11771, 7587, 10287, 9419, 9043, 10674, 10502, 7802, 10526, 9155, 9215, 12342, 8831, 9141, 10558, 7566, 11785, 7633, 12307, 8124, 13788, 7889, 13781, 7904, 13446, 7881, 13909, 8916, 14788, 9540, 15254, 8205, 12579, 10726, 8138, 11866, 7931, 14975, 9783, 15126, 10043, 15344, 10673, 14269, 10208, 14566, 8183, 14950, 8183, 13508, 8716, 8322, 8960, 7511, 8467, 7489, 8469, 7537, 9084, 7968, 11005, 7858, 12856, 7789, 13638, 9228, 14419, 9243, 14373, 9643, 14548, 10859, 14661, 12721, 11982, 12051, 13501, 11887, 13626, 11074, 12308, 12097, 8547, 11811, 8187, 13006], 'WindowCenter': [4160.0, 4142.0, 4140.0, 4075.0, 4113.0, 4062.0, 4110.0, 4061.0, 4120.0, 4090.0, 4120.0, 4081.0, 4099.0, 4090.0, 4089.0, 4089.0, 4068.0, 4110.0, 4059.0, 4108.0, 4058.0, 4109.0, 4079.0, 4108.0, 4090.0, 4108.0, 4079.0, 4098.0, 4077.0, 4096.0, 4089.0, 4077.0, 4088.0, 4047.0, 4089.0, 4057.0, 4097.0, 4058.0, 4110.0, 4069.0, 4108.0, 4069.0, 4108.0, 4080.0, 4121.0, 4091.0, 4110.0, 4081.0, 4100.0, 4072.0, 4110.0, 4092.0, 4120.0, 4091.0, 4110.0, 4082.0, 4121.0, 4081.0, 4123.0, 4090.0, 4110.0, 4069.0, 4099.0, 4059.0, 4088.0, 4061.0, 4110.0, 4072.0, 4123.0, 4082.0, 4121.0, 4073.0, 4124.0, 4110.0, 4090.0, 4109.0, 4079.0, 4108.0, 4090.0, 4099.0, 4079.0, 4087.0, 4079.0, 4088.0, 4089.0, 4068.0, 4089.0, 4047.0, 4091.0, 4069.0, 4101.0, 4080.0, 4112.0, 4060.0, 4110.0, 4068.0, 4100.0, 4088.0, 4089.0, 4088.0, 4087.0, 4077.0, 4078.0, 4098.0, 4066.0, 4085.0, 4065.0, 4045.0, 4080.0, 4071.0, 4081.0, 4048.0, 4093.0, 4061.0, 4110.0, 4069.0, 4100.0, 4059.0, 4110.0, 4058.0, 4110.0, 4070.0, 4111.0, 4059.0, 4111.0, 4060.0, 4098.0, 4048.0, 4099.0, 4057.0, 4109.0, 4059.0, 4109.0, 4059.0, 4109.0, 4059.0, 4100.0, 4059.0, 4110.0, 4069.0, 4110.0, 4070.0, 4110.0, 4071.0, 4121.0, 4092.0, 4122.0, 4102.0, 4121.0, 4081.0, 4121.0, 4079.0, 4110.0, 4089.0, 4109.0, 4090.0, 4110.0, 4080.0, 4110.0, 4089.0, 4121.0, 4101.0, 4109.0, 4070.0, 4109.0, 4079.0, 4110.0, 4091.0, 4121.0, 4081.0, 4122.0, 4071.0, 4122.0, 4082.0, 4122.0, 4093.0, 4121.0, 4081.0, 4121.0, 4091.0, 4122.0, 4103.0, 4123.0, 4093.0, 4121.0, 4082.0, 4121.0, 4092.0, 4121.0, 4103.0, 4121.0, 4081.0, 4120.0, 4091.0, 4120.0, 4091.0, 4120.0, 4090.0, 4121.0, 4080.0, 4119.0, 4080.0, 4120.0, 4091.0, 4121.0, 4090.0, 4109.0, 4069.0, 4109.0, 4078.0, 4108.0, 4080.0, 4109.0, 4089.0, 4109.0, 4069.0, 4109.0, 4069.0, 4110.0, 4071.0, 4110.0, 4091.0, 4109.0, 4071.0, 4121.0, 4071.0, 4111.0, 4091.0, 4120.0, 4091.0, 4121.0, 4080.0, 4120.0, 4080.0, 4110.0, 4091.0, 4111.0, 4090.0, 4109.0, 4079.0, 4108.0, 4078.0, 4108.0, 4088.0, 4108.0, 4100.0, 4107.0, 4079.0, 4107.0, 4078.0, 4107.0, 4088.0, 4108.0, 4089.0, 4098.0, 4068.0, 4098.0, 4079.0, 4099.0, 4101.0, 4068.0, 4099.0, 4059.0, 4090.0, 4059.0, 4110.0, 4059.0, 4111.0, 4059.0, 4110.0, 4060.0, 4110.0, 4060.0, 4109.0, 4071.0, 4119.0, 4091.0, 4120.0, 4080.0, 4110.0, 4079.0, 4110.0, 4091.0, 4110.0, 4091.0, 4110.0, 4070.0, 4109.0, 4080.0, 4107.0, 4090.0, 4108.0, 4090.0, 4110.0, 4070.0, 4110.0, 4081.0, 4110.0, 4102.0, 4070.0, 4102.0, 4060.0, 4101.0, 4060.0, 4122.0, 4082.0, 4121.0, 4081.0, 4121.0, 4081.0, 4110.0, 4079.0, 4110.0, 4090.0, 4110.0, 4100.0, 4110.0, 4079.0, 4109.0, 4090.0, 4110.0, 4100.0, 4069.0, 4122.0, 4061.0, 4110.0, 4071.0, 4101.0, 4072.0, 4072.0, 4104.0, 4123.0, 4093.0, 4121.0, 4091.0, 4110.0, 4101.0, 4110.0, 4090.0, 4108.0, 4087.0, 4096.0, 4075.0, 4095.0, 4075.0, 4084.0, 4065.0, 4083.0, 4064.0, 4083.0, 4064.0, 4083.0, 4064.0, 4083.0, 4064.0, 4083.0, 4076.0, 4034.0, 4066.0, 4045.0, 4077.0, 4045.0, 4078.0, 4046.0, 4079.0, 4048.0, 4088.0, 4058.0, 4089.0, 4060.0, 4099.0, 4059.0, 4111.0, 4071.0, 4111.0, 4062.0, 4112.0, 4072.0, 4123.0, 4073.0, 4122.0, 4093.0, 4112.0, 4083.0, 4123.0, 4094.0, 4123.0, 4095.0, 4134.0, 4104.0, 4113.0, 4094.0, 4122.0, 4093.0, 4123.0, 4103.0, 4123.0, 4113.0, 4112.0, 4093.0, 4113.0, 4094.0, 4112.0, 4093.0, 4113.0, 4105.0, 4073.0, 4104.0, 4083.0, 4093.0, 4102.0, 4104.0, 4073.0, 4113.0, 4073.0, 4105.0, 4072.0, 4104.0, 4074.0, 4104.0, 4074.0, 4125.0, 4073.0, 4113.0, 4072.0, 4125.0, 4084.0, 4135.0, 4094.0, 4135.0, 4082.0, 4123.0, 4093.0, 4123.0, 4103.0, 4123.0, 4092.0, 4123.0, 4093.0, 4122.0, 4093.0, 4123.0, 4091.0, 4120.0, 4072.0, 4122.0, 4083.0, 4133.0, 4093.0, 4113.0, 4084.0, 4112.0, 4084.0, 4113.0, 4104.0, 4113.0, 4114.0, 4082.0, 4104.0, 4081.0, 4103.0, 4091.0, 4103.0, 4093.0, 4103.0, 4061.0, 4112.0, 4061.0, 4114.0, 4074.0, 4124.0, 4093.0, 4123.0, 4083.0, 4122.0, 4093.0, 4122.0, 4105.0, 4124.0, 4105.0, 4123.0, 4083.0, 4123.0, 4093.0, 4135.0, 4104.0, 4112.0, 4093.0, 4061.0, 4112.0, 4074.0, 4124.0, 4093.0, 4135.0, 4116.0, 4134.0, 4115.0, 4112.0, 4093.0, 4101.0, 4101.0, 4111.0, 4101.0, 4101.0, 4112.0, 4058.0, 4091.0, 4058.0, 4099.0, 4060.0, 4111.0, 4071.0, 4121.0, 4081.0, 4122.0, 4082.0, 4122.0, 4092.0, 4122.0, 4092.0, 4111.0, 4093.0, 4112.0, 4092.0, 4111.0, 4093.0, 4111.0, 4112.0, 4070.0, 4103.0, 4062.0, 4092.0, 4062.0, 4103.0, 4071.0, 4122.0, 4083.0, 4122.0, 4073.0, 4121.0, 4105.0, 4126.0, 4115.0, 4094.0, 4124.0, 4074.0, 4114.0, 4074.0, 4123.0, 4094.0, 4125.0, 4083.0, 4124.0, 4083.0, 4124.0, 4082.0, 4114.0, 4063.0, 4112.0, 4073.0, 4112.0, 4073.0, 4113.0, 4093.0, 4124.0, 4093.0, 4123.0, 4082.0, 4112.0, 4071.0, 4124.0, 4071.0, 4113.0, 4070.0, 4111.0, 4060.0, 4102.0, 4059.0, 4101.0, 4059.0, 4101.0, 4100.0, 4102.0, 4090.0, 4080.0, 4079.0, 4070.0, 4099.0, 4070.0, 4110.0, 4081.0, 4111.0, 4092.0, 4102.0, 4083.0, 4100.0, 4082.0, 4102.0, 4083.0, 4112.0, 4094.0, 4113.0, 4092.0, 4112.0, 4092.0, 4123.0, 4092.0, 4122.0, 4091.0, 4110.0, 4080.0, 4111.0, 4060.0, 4110.0, 4059.0, 4111.0, 4071.0, 4111.0, 4082.0, 4112.0, 4071.0, 4111.0, 4082.0, 4123.0, 4095.0, 4128.0, 4101.0, 4110.0, 4032.0, 4061.0, 4033.0, 4043.0, 4053.0, 4082.0, 4134.0, 4095.0, 4137.0, 4095.0, 4123.0, 4103.0, 4110.0, 4081.0, 4111.0, 4094.0, 4124.0, 4103.0, 4074.0, 4116.0, 4087.0, 4126.0, 4106.0, 4085.0, 4106.0, 4075.0, 4115.0, 4126.0, 4118.0, 4125.0, 4105.0, 4125.0, 4094.0, 4123.0, 4096.0, 4125.0, 4104.0, 4084.0, 4103.0, 4095.0, 4126.0, 4097.0, 4136.0, 4118.0, 4139.0, 4118.0, 4138.0, 4116.0, 4125.0, 4104.0, 4123.0, 4106.0, 4151.0, 4104.0, 4073.0, 4029.0, 4074.0, 4041.0, 4060.0, 4031.0, 4031.0, 4102.0, 4117.0, 4137.0, 4103.0, 4135.0, 4081.0, 4123.0, 4060.0, 4100.0, 4058.0, 4100.0, 4071.0, 4123.0, 4071.0, 4121.0, 4072.0, 4112.0, 4072.0, 4111.0, 4083.0, 4109.0, 4070.0, 4112.0, 4093.0, 4122.0, 4104.0, 4113.0, 4103.0, 4093.0, 4091.0, 4070.0, 4080.0, 4071.0, 4102.0, 4081.0, 4114.0, 4084.0, 4113.0, 4060.0, 4103.0, 4071.0, 4125.0, 4084.0, 4124.0, 4093.0, 4122.0, 4091.0, 4111.0, 4095.0, 4123.0, 4093.0, 4112.0, 4084.0, 4113.0, 4094.0, 4111.0, 4104.0, 4123.0, 4103.0, 4111.0, 4102.0, 4107.0, 4088.0, 4096.0, 4076.0, 4084.0, 4064.0, 4083.0, 4064.0, 4083.0, 4063.0, 4084.0, 4065.0, 4084.0, 4064.0, 4083.0, 4075.0, 4085.0, 4055.0, 4085.0, 4065.0, 4095.0, 4066.0, 4096.0, 4067.0, 4096.0, 4077.0, 4096.0, 4057.0, 4098.0, 4068.0, 4098.0, 4058.0, 4110.0, 4070.0, 4110.0, 4071.0, 4101.0, 4061.0, 4091.0, 4079.0, 4081.0, 4101.0, 4102.0, 4070.0, 4102.0, 4091.0, 4092.0, 4111.0, 4082.0, 4091.0, 4102.0, 4071.0, 4114.0, 4072.0, 4115.0, 4085.0, 4124.0, 4085.0, 4137.0, 4097.0, 4135.0, 4097.0, 4137.0, 4121.0, 4137.0, 4105.0, 4136.0, 4096.0, 4123.0, 4113.0, 4085.0, 4115.0, 4098.0, 4138.0, 4106.0, 4137.0, 4106.0, 4137.0, 4117.0, 4137.0, 4106.0, 4123.0, 4096.0, 4134.0, 4082.0, 4110.0, 4082.0, 4071.0, 4081.0, 4059.0, 4083.0, 4072.0, 4084.0, 4086.0, 4094.0, 4086.0, 4115.0, 4095.0, 4136.0, 4088.0, 4136.0, 4109.0, 4136.0, 4107.0, 4136.0, 4118.0, 4138.0, 4128.0, 4137.0, 4127.0, 4127.0, 4127.0, 4127.0, 4116.0, 4124.0, 4115.0, 4113.0, 4113.0, 4082.0, 4113.0, 4084.0, 4127.0], 'WindowWidth': [9237.0, 9194.0, 9183.0, 9088.0, 9134.0, 9062.0, 9123.0, 9058.0, 9134.0, 9096.0, 9135.0, 9085.0, 9105.0, 9093.0, 9091.0, 9092.0, 9062.0, 9121.0, 9050.0, 9115.0, 9049.0, 9115.0, 9077.0, 9115.0, 9093.0, 9113.0, 9077.0, 9099.0, 9072.0, 9095.0, 9089.0, 9071.0, 9087.0, 9032.0, 9090.0, 9048.0, 9099.0, 9048.0, 9119.0, 9064.0, 9114.0, 9066.0, 9115.0, 9081.0, 9136.0, 9097.0, 9122.0, 9084.0, 9108.0, 9073.0, 9122.0, 9099.0, 9135.0, 9098.0, 9122.0, 9087.0, 9138.0, 9085.0, 9143.0, 9094.0, 9120.0, 9062.0, 9102.0, 9053.0, 9089.0, 9059.0, 9122.0, 9074.0, 9142.0, 9088.0, 9138.0, 9078.0, 9148.0, 9121.0, 9093.0, 9118.0, 9076.0, 9116.0, 9092.0, 9106.0, 9078.0, 9086.0, 9077.0, 9088.0, 9089.0, 9060.0, 9091.0, 9035.0, 9096.0, 9065.0, 9111.0, 9081.0, 9125.0, 9055.0, 9123.0, 9060.0, 9105.0, 9086.0, 9089.0, 9084.0, 9083.0, 9071.0, 9074.0, 9101.0, 9053.0, 9074.0, 9050.0, 9025.0, 9080.0, 9075.0, 9085.0, 9036.0, 9102.0, 9058.0, 9120.0, 9067.0, 9105.0, 9052.0, 9120.0, 9051.0, 9122.0, 9066.0, 9123.0, 9051.0, 9122.0, 9055.0, 9100.0, 9035.0, 9103.0, 9046.0, 9117.0, 9051.0, 9116.0, 9051.0, 9116.0, 9052.0, 9104.0, 9052.0, 9118.0, 9065.0, 9119.0, 9069.0, 9119.0, 9070.0, 9135.0, 9101.0, 9138.0, 9112.0, 9137.0, 9085.0, 9136.0, 9078.0, 9119.0, 9090.0, 9117.0, 9094.0, 9119.0, 9080.0, 9120.0, 9092.0, 9136.0, 9110.0, 9117.0, 9067.0, 9116.0, 9079.0, 9119.0, 9099.0, 9137.0, 9085.0, 9139.0, 9072.0, 9140.0, 9088.0, 9139.0, 9102.0, 9137.0, 9085.0, 9140.0, 9099.0, 9142.0, 9117.0, 9145.0, 9103.0, 9139.0, 9087.0, 9138.0, 9101.0, 9138.0, 9115.0, 9137.0, 9084.0, 9136.0, 9098.0, 9136.0, 9096.0, 9134.0, 9095.0, 9138.0, 9081.0, 9132.0, 9081.0, 9135.0, 9097.0, 9136.0, 9094.0, 9119.0, 9066.0, 9117.0, 9075.0, 9113.0, 9079.0, 9116.0, 9090.0, 9116.0, 9063.0, 9116.0, 9065.0, 9119.0, 9071.0, 9119.0, 9098.0, 9117.0, 9071.0, 9134.0, 9070.0, 9122.0, 9098.0, 9135.0, 9099.0, 9136.0, 9083.0, 9134.0, 9082.0, 9121.0, 9097.0, 9122.0, 9093.0, 9118.0, 9078.0, 9115.0, 9076.0, 9113.0, 9088.0, 9115.0, 9105.0, 9112.0, 9077.0, 9112.0, 9074.0, 9112.0, 9089.0, 9115.0, 9089.0, 9101.0, 9060.0, 9099.0, 9078.0, 9102.0, 9108.0, 9062.0, 9105.0, 9053.0, 9092.0, 9051.0, 9119.0, 9051.0, 9123.0, 9052.0, 9119.0, 9054.0, 9120.0, 9055.0, 9118.0, 9070.0, 9130.0, 9095.0, 9134.0, 9081.0, 9119.0, 9078.0, 9120.0, 9097.0, 9121.0, 9095.0, 9121.0, 9068.0, 9116.0, 9080.0, 9113.0, 9094.0, 9117.0, 9094.0, 9121.0, 9068.0, 9119.0, 9083.0, 9121.0, 9112.0, 9068.0, 9112.0, 9055.0, 9110.0, 9055.0, 9139.0, 9085.0, 9136.0, 9084.0, 9135.0, 9082.0, 9119.0, 9078.0, 9121.0, 9095.0, 9120.0, 9108.0, 9122.0, 9079.0, 9117.0, 9094.0, 9118.0, 9107.0, 9063.0, 9141.0, 9056.0, 9121.0, 9071.0, 9110.0, 9076.0, 9076.0, 9121.0, 9145.0, 9102.0, 9138.0, 9096.0, 9121.0, 9109.0, 9120.0, 9092.0, 9115.0, 9083.0, 9092.0, 9062.0, 9089.0, 9063.0, 9072.0, 9047.0, 9071.0, 9046.0, 9069.0, 9046.0, 9070.0, 9046.0, 9069.0, 9048.0, 9072.0, 9067.0, 9008.0, 9053.0, 9026.0, 9068.0, 9025.0, 9072.0, 9030.0, 9076.0, 9035.0, 9087.0, 9048.0, 9089.0, 9054.0, 9104.0, 9051.0, 9120.0, 9072.0, 9122.0, 9062.0, 9125.0, 9074.0, 9142.0, 9079.0, 9141.0, 9104.0, 9128.0, 9092.0, 9143.0, 9107.0, 9143.0, 9109.0, 9160.0, 9120.0, 9131.0, 9106.0, 9141.0, 9104.0, 9144.0, 9117.0, 9143.0, 9130.0, 9128.0, 9104.0, 9129.0, 9105.0, 9129.0, 9104.0, 9131.0, 9122.0, 9078.0, 9120.0, 9090.0, 9103.0, 9115.0, 9120.0, 9076.0, 9131.0, 9078.0, 9123.0, 9074.0, 9121.0, 9080.0, 9120.0, 9080.0, 9149.0, 9079.0, 9132.0, 9076.0, 9148.0, 9094.0, 9163.0, 9107.0, 9162.0, 9089.0, 9142.0, 9103.0, 9143.0, 9117.0, 9142.0, 9102.0, 9141.0, 9102.0, 9140.0, 9103.0, 9140.0, 9099.0, 9134.0, 9075.0, 9140.0, 9091.0, 9157.0, 9105.0, 9130.0, 9094.0, 9127.0, 9092.0, 9129.0, 9119.0, 9131.0, 9132.0, 9087.0, 9118.0, 9083.0, 9115.0, 9096.0, 9115.0, 9104.0, 9116.0, 9058.0, 9127.0, 9059.0, 9131.0, 9078.0, 9144.0, 9104.0, 9142.0, 9089.0, 9140.0, 9103.0, 9141.0, 9122.0, 9146.0, 9121.0, 9143.0, 9090.0, 9142.0, 9102.0, 9161.0, 9119.0, 9128.0, 9103.0, 9058.0, 9128.0, 9081.0, 9147.0, 9107.0, 9164.0, 9139.0, 9160.0, 9135.0, 9128.0, 9101.0, 9109.0, 9110.0, 9122.0, 9109.0, 9108.0, 9125.0, 9049.0, 9095.0, 9049.0, 9104.0, 9053.0, 9122.0, 9071.0, 9136.0, 9084.0, 9138.0, 9087.0, 9137.0, 9099.0, 9139.0, 9099.0, 9123.0, 9103.0, 9126.0, 9100.0, 9123.0, 9101.0, 9124.0, 9125.0, 9067.0, 9115.0, 9060.0, 9100.0, 9059.0, 9114.0, 9071.0, 9140.0, 9090.0, 9139.0, 9075.0, 9138.0, 9124.0, 9149.0, 9135.0, 9104.0, 9144.0, 9075.0, 9128.0, 9077.0, 9141.0, 9105.0, 9147.0, 9087.0, 9142.0, 9087.0, 9143.0, 9086.0, 9128.0, 9063.0, 9125.0, 9073.0, 9124.0, 9074.0, 9128.0, 9102.0, 9143.0, 9102.0, 9139.0, 9085.0, 9122.0, 9067.0, 9143.0, 9067.0, 9126.0, 9066.0, 9121.0, 9053.0, 9108.0, 9049.0, 9107.0, 9048.0, 9108.0, 9106.0, 9109.0, 9090.0, 9078.0, 9075.0, 9065.0, 9101.0, 9066.0, 9118.0, 9082.0, 9120.0, 9099.0, 9111.0, 9087.0, 9105.0, 9086.0, 9110.0, 9086.0, 9126.0, 9105.0, 9128.0, 9100.0, 9127.0, 9099.0, 9143.0, 9098.0, 9141.0, 9097.0, 9121.0, 9079.0, 9120.0, 9053.0, 9116.0, 9051.0, 9120.0, 9070.0, 9121.0, 9084.0, 9124.0, 9072.0, 9122.0, 9086.0, 9142.0, 9108.0, 9156.0, 9125.0, 9115.0, 8995.0, 9030.0, 8996.0, 9007.0, 9026.0, 9084.0, 9159.0, 9109.0, 9168.0, 9109.0, 9142.0, 9113.0, 9118.0, 9079.0, 9120.0, 9103.0, 9143.0, 9117.0, 9079.0, 9138.0, 9104.0, 9151.0, 9125.0, 9094.0, 9124.0, 9081.0, 9136.0, 9149.0, 9142.0, 9149.0, 9120.0, 9148.0, 9105.0, 9143.0, 9112.0, 9149.0, 9118.0, 9094.0, 9116.0, 9111.0, 9152.0, 9117.0, 9168.0, 9146.0, 9177.0, 9146.0, 9172.0, 9138.0, 9149.0, 9117.0, 9141.0, 9126.0, 9192.0, 9117.0, 9050.0, 8986.0, 9050.0, 9005.0, 9027.0, 8990.0, 8993.0, 9110.0, 9145.0, 9169.0, 9114.0, 9162.0, 9085.0, 9141.0, 9051.0, 9104.0, 9045.0, 9106.0, 9068.0, 9141.0, 9069.0, 9137.0, 9073.0, 9126.0, 9073.0, 9123.0, 9088.0, 9117.0, 9066.0, 9124.0, 9103.0, 9142.0, 9120.0, 9130.0, 9117.0, 9101.0, 9097.0, 9066.0, 9079.0, 9068.0, 9112.0, 9083.0, 9130.0, 9092.0, 9130.0, 9055.0, 9116.0, 9070.0, 9151.0, 9094.0, 9146.0, 9102.0, 9141.0, 9098.0, 9123.0, 9109.0, 9145.0, 9104.0, 9127.0, 9091.0, 9130.0, 9106.0, 9126.0, 9119.0, 9144.0, 9116.0, 9123.0, 9112.0, 9112.0, 9084.0, 9092.0, 9064.0, 9073.0, 9045.0, 9069.0, 9044.0, 9071.0, 9044.0, 9074.0, 9048.0, 9073.0, 9046.0, 9069.0, 9062.0, 9076.0, 9036.0, 9075.0, 9051.0, 9090.0, 9053.0, 9094.0, 9056.0, 9093.0, 9071.0, 9093.0, 9042.0, 9097.0, 9061.0, 9099.0, 9049.0, 9118.0, 9067.0, 9118.0, 9070.0, 9110.0, 9056.0, 9096.0, 9079.0, 9084.0, 9109.0, 9113.0, 9069.0, 9114.0, 9097.0, 9101.0, 9124.0, 9086.0, 9096.0, 9113.0, 9070.0, 9132.0, 9076.0, 9137.0, 9095.0, 9146.0, 9098.0, 9170.0, 9117.0, 9165.0, 9118.0, 9172.0, 9157.0, 9171.0, 9124.0, 9167.0, 9114.0, 9145.0, 9131.0, 9097.0, 9135.0, 9118.0, 9171.0, 9127.0, 9170.0, 9126.0, 9171.0, 9145.0, 9170.0, 9125.0, 9143.0, 9111.0, 9159.0, 9089.0, 9121.0, 9087.0, 9069.0, 9083.0, 9053.0, 9089.0, 9074.0, 9094.0, 9098.0, 9110.0, 9100.0, 9137.0, 9115.0, 9167.0, 9108.0, 9168.0, 9135.0, 9169.0, 9131.0, 9167.0, 9146.0, 9174.0, 9160.0, 9171.0, 9160.0, 9155.0, 9156.0, 9155.0, 9139.0, 9149.0, 9137.0, 9130.0, 9131.0, 9087.0, 9130.0, 9093.0, 9156.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.004727269585253456</td></tr>
<tr><td colspan=3>aqi</td><td>0.023110297465437787</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.316980711637804</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2820801905767025</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.041338706355248</td></tr>
<tr><td colspan=3>efc</td><td>0.4517</td></tr>
<tr><td colspan=3>fber</td><td>6085.4033</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09676940955455673</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.529953917050691</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3246425135360833</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2857946727751357</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.540184757619094</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1479481102140197</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139868</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02381978929042816</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.007326812483370304</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.895213282379693</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>39.4621</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7141</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.4834</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308288.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>765.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.7082</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5816</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.8849</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3344.5306</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1091.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4379.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.7473</td></tr>
<tr><td colspan=3>tsnr</td><td>41.17874989658594</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>