ds005256-mriqc/sub-0104_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter cceffc05fe [DATALAD RUNCMD] Compute MRIQC for sub-0104
=== 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-0104 --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-0104",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:24:01 +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-0104_ses-01_task-social_acq-mb8_run-02_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-0104_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-02_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-0104/ses-01/func/sub-0104_ses-01_task-social_acq-mb8_run-02_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>92c06d2af6bd9c5022848e13119fd704</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:00:14.565000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996525, -0.0408717, -0.0725763, 0.0503074, 0.989791, 0.133351]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.115212</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7806, -7202, 342, -101, -158, -2, 119]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>266.038</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0419225c-582e-4d2f-be95-2b8941926ed8||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6736037731170654, 0.13497112691402435, -0.17923983931541443, 113.60630798339844], [0.10965587943792343, 2.6555376052856445, 0.3686542212963104, -106.09335327148438], [-0.19471697509288788, -0.3577706217765808, 2.668701410293579, -42.06920623779297], [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': ['170014.565000', '170015.025000', '170015.485000', '170015.945000', '170016.405000', '170016.865000', '170017.325000', '170017.785000', '170018.245000', '170018.705000', '170019.165000', '170019.625000', '170020.085000', '170020.545000', '170021.005000', '170021.465000', '170021.925000', '170022.385000', '170022.845000', '170023.305000', '170023.765000', '170024.225000', '170024.685000', '170025.145000', '170025.605000', '170026.065000', '170026.525000', '170026.985000', '170027.445000', '170027.905000', '170028.365000', '170028.825000', '170029.285000', '170029.745000', '170030.205000', '170030.665000', '170031.125000', '170031.585000', '170032.045000', '170032.505000', '170032.965000', '170033.425000', '170033.885000', '170034.345000', '170034.805000', '170035.265000', '170035.725000', '170036.185000', '170036.645000', '170037.105000', '170037.565000', '170038.025000', '170038.485000', '170038.945000', '170039.405000', '170039.865000', '170040.325000', '170040.785000', '170041.245000', '170041.705000', '170042.165000', '170042.625000', '170043.085000', '170043.545000', '170044.005000', '170044.465000', '170044.925000', '170045.385000', '170045.845000', '170046.305000', '170046.765000', '170047.225000', '170047.685000', '170048.145000', '170048.605000', '170049.065000', '170049.525000', '170049.985000', '170050.445000', '170050.905000', '170051.365000', '170051.825000', '170052.285000', '170052.745000', '170053.205000', '170053.665000', '170054.125000', '170054.585000', '170055.045000', '170055.505000', '170055.965000', '170056.425000', '170056.885000', '170057.345000', '170057.805000', '170058.265000', '170058.725000', '170059.185000', '170059.645000', '170100.105000', '170100.565000', '170101.025000', '170101.485000', '170101.945000', '170102.405000', '170102.865000', '170103.325000', '170103.785000', '170104.245000', '170104.705000', '170105.165000', '170105.625000', '170106.085000', '170106.545000', '170107.005000', '170107.465000', '170107.925000', '170108.385000', '170108.845000', '170109.305000', '170109.765000', '170110.225000', '170110.685000', '170111.145000', '170111.605000', '170112.065000', '170112.525000', '170112.985000', '170113.445000', '170113.905000', '170114.365000', '170114.825000', '170115.285000', '170115.745000', '170116.205000', '170116.665000', '170117.125000', '170117.585000', '170118.045000', '170118.505000', '170118.965000', '170119.425000', '170119.885000', '170120.345000', '170120.805000', '170121.265000', '170121.725000', '170122.185000', '170122.645000', '170123.105000', '170123.565000', '170124.025000', '170124.485000', '170124.945000', '170125.405000', '170125.865000', '170126.325000', '170126.785000', '170127.245000', '170127.705000', '170128.165000', '170128.625000', '170129.085000', '170129.545000', '170130.005000', '170130.465000', '170130.925000', '170131.385000', '170131.845000', '170132.305000', '170132.765000', '170133.225000', '170133.685000', '170134.145000', '170134.605000', '170135.065000', '170135.525000', '170135.985000', '170136.445000', '170136.905000', '170137.365000', '170137.825000', '170138.285000', '170138.745000', '170139.205000', '170139.665000', '170140.125000', '170140.585000', '170141.045000', '170141.505000', '170141.965000', '170142.425000', '170142.885000', '170143.345000', '170143.805000', '170144.265000', '170144.725000', '170145.185000', '170145.645000', '170146.105000', '170146.565000', '170147.025000', '170147.485000', '170147.945000', '170148.405000', '170148.865000', '170149.325000', '170149.785000', '170150.245000', '170150.705000', '170151.165000', '170151.625000', '170152.085000', '170152.545000', '170153.005000', '170153.465000', '170153.925000', '170154.385000', '170154.845000', '170155.305000', '170155.765000', '170156.225000', '170156.685000', '170157.145000', '170157.605000', '170158.065000', '170158.525000', '170158.985000', '170159.445000', '170159.905000', '170200.365000', '170200.825000', '170201.285000', '170201.745000', '170202.205000', '170202.665000', '170203.125000', '170203.585000', '170204.045000', '170204.505000', '170204.965000', '170205.425000', '170205.885000', '170206.345000', '170206.805000', '170207.265000', '170207.725000', '170208.185000', '170208.645000', '170209.105000', '170209.565000', '170210.025000', '170210.485000', '170210.945000', '170211.405000', '170211.865000', '170212.325000', '170212.785000', '170213.245000', '170213.705000', '170214.165000', '170214.625000', '170215.085000', '170215.545000', '170216.005000', '170216.465000', '170216.925000', '170217.385000', '170217.845000', '170218.305000', '170218.765000', '170219.225000', '170219.685000', '170220.145000', '170220.605000', '170221.065000', '170221.525000', '170221.985000', '170222.445000', '170222.905000', '170223.365000', '170223.825000', '170224.285000', '170224.745000', '170225.205000', '170225.665000', '170226.125000', '170226.585000', '170227.045000', '170227.505000', '170227.965000', '170228.425000', '170228.885000', '170229.345000', '170229.805000', '170230.265000', '170230.725000', '170231.185000', '170231.645000', '170232.105000', '170232.565000', '170233.025000', '170233.485000', '170233.945000', '170234.405000', '170234.865000', '170235.325000', '170235.785000', '170236.245000', '170236.705000', '170237.165000', '170237.625000', '170238.085000', '170238.545000', '170239.005000', '170239.465000', '170239.925000', '170240.385000', '170240.845000', '170241.305000', '170241.765000', '170242.225000', '170242.685000', '170243.145000', '170243.605000', '170244.065000', '170244.525000', '170244.985000', '170245.445000', '170245.905000', '170246.365000', '170246.825000', '170247.285000', '170247.745000', '170248.205000', '170248.665000', '170249.125000', '170249.585000', '170250.045000', '170250.505000', '170250.965000', '170251.425000', '170251.885000', '170252.345000', '170252.805000', '170253.265000', '170253.725000', '170254.185000', '170254.645000', '170255.105000', '170255.565000', '170256.025000', '170256.485000', '170256.945000', '170257.405000', '170257.865000', '170258.325000', '170258.785000', '170259.245000', '170259.705000', '170300.165000', '170300.625000', '170301.085000', '170301.545000', '170302.005000', '170302.465000', '170302.925000', '170303.385000', '170303.845000', '170304.305000', '170304.765000', '170305.225000', '170305.685000', '170306.145000', '170306.605000', '170307.065000', '170307.525000', '170307.985000', '170308.445000', '170308.905000', '170309.365000', '170309.825000', '170310.285000', '170310.745000', '170311.205000', '170311.665000', '170312.125000', '170312.585000', '170313.045000', '170313.505000', '170313.965000', '170314.425000', '170314.885000', '170315.345000', '170315.805000', '170316.265000', '170316.725000', '170317.185000', '170317.645000', '170318.105000', '170318.565000', '170319.025000', '170319.485000', '170319.945000', '170320.405000', '170320.865000', '170321.325000', '170321.785000', '170322.245000', '170322.705000', '170323.165000', '170323.625000', '170324.085000', '170324.545000', '170325.005000', '170325.465000', '170325.925000', '170326.385000', '170326.845000', '170327.305000', '170327.765000', '170328.225000', '170328.685000', '170329.145000', '170329.605000', '170330.065000', '170330.525000', '170330.985000', '170331.445000', '170331.905000', '170332.365000', '170332.825000', '170333.285000', '170333.745000', '170334.205000', '170334.665000', '170335.125000', '170335.585000', '170336.045000', '170336.505000', '170336.965000', '170337.425000', '170337.885000', '170338.345000', '170338.805000', '170339.265000', '170339.725000', '170340.185000', '170340.645000', '170341.105000', '170341.565000', '170342.025000', '170342.485000', '170342.945000', '170343.405000', '170343.865000', '170344.325000', '170344.785000', '170345.245000', '170345.705000', '170346.165000', '170346.625000', '170347.085000', '170347.545000', '170348.005000', '170348.465000', '170348.925000', '170349.385000', '170349.845000', '170350.305000', '170350.765000', '170351.225000', '170351.685000', '170352.145000', '170352.605000', '170353.065000', '170353.525000', '170353.985000', '170354.445000', '170354.905000', '170355.365000', '170355.825000', '170356.285000', '170356.745000', '170357.205000', '170357.665000', '170358.125000', '170358.585000', '170359.045000', '170359.505000', '170359.965000', '170400.425000', '170400.885000', '170401.345000', '170401.805000', '170402.265000', '170402.725000', '170403.185000', '170403.645000', '170404.105000', '170404.565000', '170405.025000', '170405.485000', '170405.945000', '170406.405000', '170406.865000', '170407.325000', '170407.785000', '170408.245000', '170408.705000', '170409.165000', '170409.625000', '170410.085000', '170410.545000', '170411.005000', '170411.465000', '170411.925000', '170412.385000', '170412.845000', '170413.305000', '170413.765000', '170414.225000', '170414.685000', '170415.145000', '170415.605000', '170416.065000', '170416.525000', '170416.985000', '170417.445000', '170417.905000', '170418.365000', '170418.825000', '170419.285000', '170419.745000', '170420.205000', '170420.665000', '170421.125000', '170421.585000', '170422.045000', '170422.505000', '170422.965000', '170423.425000', '170423.885000', '170424.345000', '170424.805000', '170425.265000', '170425.725000', '170426.185000', '170426.645000', '170427.105000', '170427.565000', '170428.025000', '170428.485000', '170428.945000', '170429.405000', '170429.865000', '170430.325000', '170430.785000', '170431.245000', '170431.705000', '170432.165000', '170432.625000', '170433.085000', '170433.545000', '170434.005000', '170434.465000', '170434.925000', '170435.385000', '170435.845000', '170436.305000', '170436.765000', '170437.225000', '170437.685000', '170438.145000', '170438.605000', '170439.065000', '170439.525000', '170439.985000', '170440.445000', '170440.905000', '170441.365000', '170441.825000', '170442.285000', '170442.745000', '170443.205000', '170443.665000', '170444.125000', '170444.585000', '170445.045000', '170445.505000', '170445.965000', '170446.425000', '170446.885000', '170447.345000', '170447.805000', '170448.265000', '170448.725000', '170449.185000', '170449.645000', '170450.105000', '170450.565000', '170451.025000', '170451.485000', '170451.945000', '170452.405000', '170452.865000', '170453.325000', '170453.785000', '170454.245000', '170454.705000', '170455.165000', '170455.625000', '170456.085000', '170456.545000', '170457.005000', '170457.465000', '170457.925000', '170458.385000', '170458.845000', '170459.305000', '170459.765000', '170500.225000', '170500.685000', '170501.145000', '170501.605000', '170502.065000', '170502.525000', '170502.985000', '170503.445000', '170503.905000', '170504.365000', '170504.825000', '170505.285000', '170505.745000', '170506.205000', '170506.665000', '170507.125000', '170507.585000', '170508.045000', '170508.505000', '170508.965000', '170509.425000', '170509.885000', '170510.345000', '170510.805000', '170511.265000', '170511.725000', '170512.185000', '170512.645000', '170513.105000', '170513.565000', '170514.025000', '170514.485000', '170514.945000', '170515.405000', '170515.865000', '170516.325000', '170516.785000', '170517.245000', '170517.705000', '170518.165000', '170518.625000', '170519.085000', '170519.545000', '170520.005000', '170520.465000', '170520.925000', '170521.385000', '170521.845000', '170522.305000', '170522.765000', '170523.225000', '170523.685000', '170524.145000', '170524.605000', '170525.065000', '170525.525000', '170525.985000', '170526.445000', '170526.905000', '170527.365000', '170527.825000', '170528.285000', '170528.745000', '170529.205000', '170529.665000', '170530.125000', '170530.585000', '170531.045000', '170531.505000', '170531.965000', '170532.425000', '170532.885000', '170533.345000', '170533.805000', '170534.265000', '170534.725000', '170535.185000', '170535.645000', '170536.105000', '170536.565000', '170537.025000', '170537.485000', '170537.945000', '170538.405000', '170538.865000', '170539.325000', '170539.785000', '170540.245000', '170540.705000', '170541.165000', '170541.625000', '170542.085000', '170542.545000', '170543.005000', '170543.465000', '170543.925000', '170544.385000', '170544.845000', '170545.305000', '170545.765000', '170546.225000', '170546.685000', '170547.145000', '170547.605000', '170548.065000', '170548.525000', '170548.985000', '170549.445000', '170549.905000', '170550.365000', '170550.825000', '170551.285000', '170551.745000', '170552.205000', '170552.665000', '170553.125000', '170553.585000', '170554.045000', '170554.505000', '170554.965000', '170555.425000', '170555.885000', '170556.345000', '170556.805000', '170557.265000', '170557.725000', '170558.185000', '170558.645000', '170559.105000', '170559.565000', '170600.025000', '170600.485000', '170600.945000', '170601.405000', '170601.865000', '170602.325000', '170602.785000', '170603.245000', '170603.705000', '170604.165000', '170604.625000', '170605.085000', '170605.545000', '170606.005000', '170606.465000', '170606.925000', '170607.385000', '170607.845000', '170608.305000', '170608.765000', '170609.225000', '170609.685000', '170610.145000', '170610.605000', '170611.065000', '170611.525000', '170611.985000', '170612.445000', '170612.905000', '170613.365000', '170613.825000', '170614.285000', '170614.745000', '170615.205000', '170615.665000', '170616.125000', '170616.585000', '170617.045000', '170617.505000', '170617.965000', '170618.425000', '170618.885000', '170619.345000', '170619.805000', '170620.265000', '170620.725000', '170621.185000', '170621.645000', '170622.105000', '170622.565000', '170623.025000', '170623.485000', '170623.945000', '170624.405000', '170624.865000', '170625.325000', '170625.785000', '170626.245000', '170626.705000', '170627.165000', '170627.625000', '170628.085000', '170628.545000', '170629.005000', '170629.465000', '170629.925000', '170630.385000', '170630.845000', '170631.305000', '170631.765000', '170632.225000', '170632.685000', '170633.145000', '170633.605000', '170634.065000', '170634.525000', '170634.985000', '170635.445000', '170635.905000', '170636.365000', '170636.825000', '170637.285000', '170637.745000', '170638.205000', '170638.665000', '170639.125000', '170639.585000', '170640.045000', '170640.505000', '170640.965000', '170641.425000', '170641.885000', '170642.345000', '170642.805000', '170643.265000', '170643.725000', '170644.185000', '170644.645000', '170645.105000', '170645.565000', '170646.025000', '170646.485000', '170646.945000', '170647.405000', '170647.865000', '170648.325000', '170648.785000', '170649.245000', '170649.705000', '170650.165000', '170650.625000', '170651.085000', '170651.545000', '170652.005000', '170652.465000', '170652.925000', '170653.385000', '170653.845000', '170654.305000', '170654.765000', '170655.225000'], 'ContentTime': ['170032.968000', '170032.971000', '170032.980000', '170032.982000', '170032.985000', '170032.988000', '170032.990000', '170032.993000', '170032.995000', '170033.007000', '170033.010000', '170033.012000', '170033.015000', '170033.017000', '170033.020000', '170033.022000', '170033.025000', '170033.027000', '170033.030000', '170033.033000', '170033.035000', '170033.038000', '170033.041000', '170033.043000', '170033.046000', '170033.048000', '170033.051000', '170033.053000', '170033.056000', '170033.064000', '170033.067000', '170033.069000', '170033.072000', '170033.074000', '170033.077000', '170033.080000', '170033.082000', '170052.943000', '170052.946000', '170052.949000', '170052.952000', '170052.954000', '170052.957000', '170052.959000', '170052.966000', '170052.969000', '170052.971000', '170052.974000', '170052.976000', '170052.979000', '170052.981000', '170052.984000', '170052.987000', '170052.989000', '170052.992000', '170052.995000', '170052.997000', '170053.001000', '170053.003000', '170053.006000', '170053.009000', '170053.011000', '170053.014000', '170053.017000', '170053.019000', '170053.022000', '170053.024000', '170053.027000', '170053.029000', '170053.032000', '170053.035000', '170053.037000', '170053.040000', '170053.042000', '170053.045000', '170053.048000', '170053.050000', '170053.053000', '170053.056000', '170053.058000', '170112.943000', '170112.946000', '170112.949000', '170112.952000', '170112.954000', '170112.957000', '170112.959000', '170112.962000', '170112.965000', '170112.967000', '170112.970000', '170112.975000', '170112.978000', '170112.980000', '170112.983000', '170112.986000', '170112.988000', '170112.991000', '170112.993000', '170112.996000', '170113.000000', '170113.002000', '170113.005000', '170113.008000', '170113.010000', '170113.013000', '170113.016000', '170113.018000', '170113.021000', '170113.024000', '170113.026000', '170113.029000', '170113.031000', '170113.034000', '170113.037000', '170113.039000', '170113.042000', '170113.044000', '170113.047000', '170113.050000', '170113.052000', '170113.055000', '170113.057000', '170113.066000', '170132.943000', '170132.945000', '170132.948000', '170132.951000', '170132.953000', '170132.956000', '170132.959000', '170132.961000', '170132.964000', '170132.966000', '170132.969000', '170132.972000', '170132.974000', '170132.977000', '170132.979000', '170132.982000', '170132.985000', '170132.987000', '170132.990000', '170132.992000', '170132.995000', '170132.998000', '170133.001000', '170133.004000', '170133.006000', '170133.009000', '170133.012000', '170133.014000', '170133.017000', '170133.019000', '170133.022000', '170133.025000', '170133.027000', '170133.030000', '170133.032000', '170133.035000', '170133.038000', '170133.047000', '170133.050000', '170133.052000', '170133.055000', '170133.058000', '170133.060000', '170152.943000', '170152.946000', '170152.949000', '170152.952000', '170152.954000', '170152.957000', '170152.959000', '170152.962000', '170152.964000', '170152.967000', '170152.970000', '170152.972000', '170152.975000', '170152.978000', '170152.980000', '170152.983000', '170152.985000', '170152.988000', '170152.991000', '170152.993000', '170152.996000', '170152.998000', '170153.002000', '170153.005000', '170153.007000', '170153.010000', '170153.012000', '170153.015000', '170153.018000', '170153.020000', '170153.023000', '170153.025000', '170153.028000', '170153.031000', '170153.033000', '170153.036000', '170153.038000', '170153.041000', '170153.044000', '170153.046000', '170153.049000', '170153.051000', '170153.054000', '170153.057000', '170212.975000', '170212.978000', '170212.980000', '170212.983000', '170212.985000', '170212.988000', '170212.991000', '170212.993000', '170212.996000', '170212.998000', '170213.002000', '170213.005000', '170213.007000', '170213.010000', '170213.012000', '170213.015000', '170213.018000', '170213.020000', '170213.023000', '170213.025000', '170213.028000', '170213.031000', '170213.033000', '170213.036000', '170213.039000', '170213.041000', '170213.044000', '170213.046000', '170213.049000', '170213.052000', '170213.054000', '170213.057000', '170213.059000', '170213.062000', '170213.064000', '170213.067000', '170213.070000', '170213.072000', '170213.075000', '170213.077000', '170213.080000', '170213.083000', '170213.085000', '170232.943000', '170232.946000', '170232.949000', '170232.951000', '170232.954000', '170232.957000', '170232.959000', '170232.962000', '170232.964000', '170232.967000', '170232.970000', '170232.972000', '170232.975000', '170232.978000', '170232.980000', '170232.983000', '170232.985000', '170232.988000', '170232.991000', '170232.993000', '170232.996000', '170233.000000', '170233.002000', '170233.005000', '170233.007000', '170233.010000', '170233.013000', '170233.015000', '170233.018000', '170233.020000', '170233.023000', '170233.026000', '170233.028000', '170233.031000', '170233.033000', '170233.036000', '170233.038000', '170233.041000', '170233.044000', '170233.046000', '170233.049000', '170233.051000', '170233.054000', '170233.057000', '170252.944000', '170252.946000', '170252.949000', '170252.952000', '170252.954000', '170252.957000', '170252.959000', '170252.962000', '170252.965000', '170252.967000', '170252.970000', '170252.972000', '170252.975000', '170252.978000', '170252.980000', '170252.983000', '170252.985000', '170252.988000', '170252.991000', '170252.993000', '170252.996000', '170252.998000', '170253.002000', '170253.005000', '170253.007000', '170253.010000', '170253.012000', '170253.015000', '170253.018000', '170253.020000', '170253.023000', '170253.025000', '170253.028000', '170253.030000', '170253.033000', '170253.036000', '170253.038000', '170253.041000', '170253.043000', '170253.046000', '170253.049000', '170253.051000', '170253.054000', '170312.944000', '170312.946000', '170312.949000', '170312.952000', '170312.954000', '170312.957000', '170312.959000', '170312.962000', '170312.965000', '170312.967000', '170312.970000', '170312.972000', '170312.975000', '170312.978000', '170312.980000', '170312.983000', '170312.986000', '170312.988000', '170312.991000', '170312.993000', '170312.996000', '170312.998000', '170313.002000', '170313.005000', '170313.007000', '170313.010000', '170313.012000', '170313.015000', '170313.018000', '170313.020000', '170313.023000', '170313.025000', '170313.028000', '170313.030000', '170313.033000', '170313.036000', '170313.038000', '170313.041000', '170313.043000', '170313.046000', '170313.049000', '170313.051000', '170313.054000', '170313.056000', '170332.943000', '170332.946000', '170332.949000', '170332.952000', '170332.954000', '170332.957000', '170332.960000', '170332.962000', '170332.965000', '170332.967000', '170332.970000', '170332.973000', '170332.975000', '170332.978000', '170332.981000', '170332.983000', '170332.986000', '170332.988000', '170332.991000', '170332.993000', '170332.996000', '170333.000000', '170333.002000', '170333.005000', '170333.008000', '170333.010000', '170333.013000', '170333.015000', '170333.018000', '170333.021000', '170333.023000', '170333.026000', '170333.028000', '170333.031000', '170333.034000', '170333.036000', '170333.039000', '170333.041000', '170333.044000', '170333.047000', '170333.068000', '170333.071000', '170333.074000', '170352.942000', '170352.945000', '170352.948000', '170352.951000', '170352.955000', '170352.957000', '170352.960000', '170352.963000', '170352.965000', '170352.968000', '170352.970000', '170352.973000', '170352.976000', '170352.978000', '170352.981000', '170352.983000', '170352.986000', '170352.988000', '170352.991000', '170352.994000', '170352.996000', '170353.000000', '170353.002000', '170353.005000', '170353.008000', '170353.011000', '170353.014000', '170353.016000', '170353.019000', '170353.021000', '170353.024000', '170353.027000', '170353.029000', '170353.032000', '170353.034000', '170353.037000', '170353.040000', '170353.042000', '170353.045000', '170353.047000', '170353.050000', '170353.053000', '170353.055000', '170353.058000', '170412.944000', '170412.946000', '170412.949000', '170412.952000', '170412.954000', '170412.957000', '170412.959000', '170412.962000', '170412.965000', '170412.967000', '170412.970000', '170412.972000', '170412.975000', '170412.978000', '170412.980000', '170412.983000', '170412.985000', '170412.988000', '170412.991000', '170412.993000', '170412.996000', '170412.998000', '170413.002000', '170413.005000', '170413.007000', '170413.010000', '170413.012000', '170413.015000', '170413.018000', '170413.020000', '170413.023000', '170413.026000', '170413.028000', '170413.031000', '170413.034000', '170413.036000', '170413.039000', '170413.042000', '170413.044000', '170413.047000', '170413.049000', '170413.052000', '170413.055000', '170432.944000', '170432.946000', '170432.949000', '170432.952000', '170432.954000', '170432.957000', '170432.960000', '170432.962000', '170432.965000', '170432.967000', '170432.970000', '170432.973000', '170432.975000', '170432.978000', '170432.980000', '170432.983000', '170432.986000', '170432.988000', '170432.991000', '170432.993000', '170432.996000', '170433.000000', '170433.002000', '170433.005000', '170433.008000', '170433.010000', '170433.013000', '170433.016000', '170433.018000', '170433.021000', '170433.024000', '170433.026000', '170433.029000', '170433.031000', '170433.034000', '170433.037000', '170433.039000', '170433.042000', '170433.044000', '170433.047000', '170433.050000', '170433.052000', '170433.055000', '170433.058000', '170452.944000', '170452.946000', '170452.949000', '170452.952000', '170452.954000', '170452.957000', '170452.960000', '170452.962000', '170452.965000', '170452.967000', '170452.970000', '170452.973000', '170452.975000', '170452.978000', '170452.980000', '170452.983000', '170452.986000', '170452.988000', '170452.991000', '170452.993000', '170452.996000', '170453.000000', '170453.002000', '170453.005000', '170453.008000', '170453.010000', '170453.013000', '170453.015000', '170453.018000', '170453.021000', '170453.023000', '170453.026000', '170453.028000', '170453.031000', '170453.033000', '170453.036000', '170453.039000', '170453.041000', '170453.044000', '170453.046000', '170453.049000', '170453.052000', '170453.054000', '170512.943000', '170512.946000', '170512.949000', '170512.951000', '170512.954000', '170512.957000', '170512.959000', '170512.992000', '170512.995000', '170512.998000', '170513.001000', '170513.004000', '170513.007000', '170513.009000', '170513.012000', '170513.015000', '170513.017000', '170513.020000', '170513.022000', '170513.025000', '170513.028000', '170513.030000', '170513.033000', '170513.036000', '170513.038000', '170513.041000', '170513.043000', '170513.046000', '170513.049000', '170513.052000', '170513.054000', '170513.057000', '170513.059000', '170513.062000', '170513.065000', '170513.067000', '170513.070000', '170513.073000', '170513.075000', '170513.078000', '170513.080000', '170513.083000', '170513.085000', '170513.088000', '170532.943000', '170532.946000', '170532.949000', '170532.952000', '170532.955000', '170532.957000', '170532.960000', '170532.963000', '170532.965000', '170532.968000', '170532.971000', '170532.973000', '170532.976000', '170532.978000', '170532.981000', '170532.984000', '170532.986000', '170532.989000', '170532.991000', '170532.994000', '170532.997000', '170533.000000', '170533.003000', '170533.006000', '170533.008000', '170533.011000', '170533.013000', '170533.016000', '170533.019000', '170533.021000', '170533.024000', '170533.027000', '170533.029000', '170533.032000', '170533.034000', '170533.038000', '170533.040000', '170533.043000', '170533.045000', '170533.048000', '170533.050000', '170533.053000', '170533.056000', '170552.944000', '170552.946000', '170552.949000', '170552.951000', '170552.954000', '170552.957000', '170552.959000', '170552.962000', '170552.965000', '170552.967000', '170552.970000', '170552.972000', '170552.975000', '170552.978000', '170552.980000', '170552.983000', '170552.986000', '170552.988000', '170552.991000', '170552.993000', '170552.996000', '170553.000000', '170553.002000', '170553.005000', '170553.008000', '170553.010000', '170553.013000', '170553.015000', '170553.018000', '170553.021000', '170553.023000', '170553.026000', '170553.029000', '170553.031000', '170553.034000', '170553.036000', '170553.039000', '170553.042000', '170553.044000', '170553.047000', '170553.049000', '170553.052000', '170553.055000', '170553.057000', '170612.942000', '170612.945000', '170612.949000', '170612.951000', '170612.954000', '170612.957000', '170612.959000', '170612.962000', '170612.964000', '170612.967000', '170612.970000', '170612.972000', '170612.975000', '170612.977000', '170612.985000', '170612.988000', '170612.990000', '170612.993000', '170612.996000', '170612.998000', '170613.002000', '170613.004000', '170613.007000', '170613.010000', '170613.012000', '170613.015000', '170613.017000', '170613.020000', '170613.022000', '170613.025000', '170613.028000', '170613.030000', '170613.033000', '170613.035000', '170613.038000', '170613.041000', '170613.043000', '170613.046000', '170613.048000', '170613.051000', '170613.054000', '170613.056000', '170613.059000', '170632.944000', '170632.947000', '170632.949000', '170632.952000', '170632.954000', '170632.957000', '170632.960000', '170632.962000', '170632.965000', '170632.967000', '170632.970000', '170632.973000', '170632.975000', '170632.978000', '170632.980000', '170632.983000', '170632.986000', '170632.988000', '170633.001000', '170633.005000', '170633.007000', '170633.010000', '170633.012000', '170633.015000', '170633.018000', '170633.020000', '170633.023000', '170633.026000', '170633.028000', '170633.031000', '170633.033000', '170633.036000', '170633.039000', '170633.042000', '170633.045000', '170633.047000', '170633.050000', '170633.052000', '170633.055000', '170633.058000', '170633.060000', '170633.063000', '170633.065000', '170652.944000', '170652.946000', '170652.949000', '170652.952000', '170652.954000', '170652.957000', '170652.960000', '170652.963000', '170652.965000', '170652.968000', '170652.970000', '170652.973000', '170652.976000', '170652.978000', '170652.981000', '170652.983000', '170652.986000', '170652.989000', '170652.991000', '170652.994000', '170652.997000', '170652.999000', '170653.003000', '170653.005000', '170653.008000', '170653.011000', '170653.013000', '170653.016000', '170653.019000', '170653.022000', '170653.024000', '170653.027000', '170653.029000', '170653.032000', '170653.034000', '170653.037000', '170653.040000', '170653.042000', '170653.045000', '170653.047000', '170653.050000', '170653.053000', '170653.055000', '170653.058000', '170656.919000', '170656.922000', '170656.925000', '170656.928000', '170656.931000', '170656.933000', '170656.936000', '170656.939000', '170656.941000'], 'InstanceCreationTime': ['170032.968000', '170032.971000', '170032.980000', '170032.982000', '170032.985000', '170032.988000', '170032.990000', '170032.993000', '170032.995000', '170033.007000', '170033.010000', '170033.012000', '170033.015000', '170033.017000', '170033.020000', '170033.022000', '170033.025000', '170033.027000', '170033.030000', '170033.033000', '170033.035000', '170033.038000', '170033.041000', '170033.043000', '170033.046000', '170033.048000', '170033.051000', '170033.053000', '170033.056000', '170033.064000', '170033.067000', '170033.069000', '170033.072000', '170033.074000', '170033.077000', '170033.080000', '170033.082000', '170052.943000', '170052.946000', '170052.949000', '170052.952000', '170052.954000', '170052.957000', '170052.959000', '170052.966000', '170052.969000', '170052.971000', '170052.974000', '170052.976000', '170052.979000', '170052.981000', '170052.984000', '170052.987000', '170052.989000', '170052.992000', '170052.995000', '170052.997000', '170053.001000', '170053.003000', '170053.006000', '170053.009000', '170053.011000', '170053.014000', '170053.017000', '170053.019000', '170053.022000', '170053.024000', '170053.027000', '170053.029000', '170053.032000', '170053.035000', '170053.037000', '170053.040000', '170053.042000', '170053.045000', '170053.048000', '170053.050000', '170053.053000', '170053.056000', '170053.058000', '170112.943000', '170112.946000', '170112.949000', '170112.952000', '170112.954000', '170112.957000', '170112.959000', '170112.962000', '170112.965000', '170112.967000', '170112.970000', '170112.975000', '170112.978000', '170112.980000', '170112.983000', '170112.986000', '170112.988000', '170112.991000', '170112.993000', '170112.996000', '170113.000000', '170113.002000', '170113.005000', '170113.008000', '170113.010000', '170113.013000', '170113.016000', '170113.018000', '170113.021000', '170113.024000', '170113.026000', '170113.029000', '170113.031000', '170113.034000', '170113.037000', '170113.039000', '170113.042000', '170113.044000', '170113.047000', '170113.050000', '170113.052000', '170113.055000', '170113.057000', '170113.066000', '170132.943000', '170132.945000', '170132.948000', '170132.951000', '170132.953000', '170132.956000', '170132.959000', '170132.961000', '170132.964000', '170132.966000', '170132.969000', '170132.972000', '170132.974000', '170132.977000', '170132.979000', '170132.982000', '170132.985000', '170132.987000', '170132.990000', '170132.992000', '170132.995000', '170132.998000', '170133.001000', '170133.004000', '170133.006000', '170133.009000', '170133.012000', '170133.014000', '170133.017000', '170133.019000', '170133.022000', '170133.025000', '170133.027000', '170133.030000', '170133.032000', '170133.035000', '170133.038000', '170133.047000', '170133.050000', '170133.052000', '170133.055000', '170133.058000', '170133.060000', '170152.943000', '170152.946000', '170152.949000', '170152.952000', '170152.954000', '170152.957000', '170152.959000', '170152.962000', '170152.964000', '170152.967000', '170152.970000', '170152.972000', '170152.975000', '170152.978000', '170152.980000', '170152.983000', '170152.985000', '170152.988000', '170152.991000', '170152.993000', '170152.996000', '170152.998000', '170153.002000', '170153.005000', '170153.007000', '170153.010000', '170153.012000', '170153.015000', '170153.018000', '170153.020000', '170153.023000', '170153.025000', '170153.028000', '170153.031000', '170153.033000', '170153.036000', '170153.038000', '170153.041000', '170153.044000', '170153.046000', '170153.049000', '170153.051000', '170153.054000', '170153.057000', '170212.975000', '170212.978000', '170212.980000', '170212.983000', '170212.985000', '170212.988000', '170212.991000', '170212.993000', '170212.996000', '170212.998000', '170213.002000', '170213.005000', '170213.007000', '170213.010000', '170213.012000', '170213.015000', '170213.018000', '170213.020000', '170213.023000', '170213.025000', '170213.028000', '170213.031000', '170213.033000', '170213.036000', '170213.039000', '170213.041000', '170213.044000', '170213.046000', '170213.049000', '170213.052000', '170213.054000', '170213.057000', '170213.059000', '170213.062000', '170213.064000', '170213.067000', '170213.070000', '170213.072000', '170213.075000', '170213.077000', '170213.080000', '170213.083000', '170213.085000', '170232.943000', '170232.946000', '170232.949000', '170232.951000', '170232.954000', '170232.957000', '170232.959000', '170232.962000', '170232.964000', '170232.967000', '170232.970000', '170232.972000', '170232.975000', '170232.978000', '170232.980000', '170232.983000', '170232.985000', '170232.988000', '170232.991000', '170232.993000', '170232.996000', '170233.000000', '170233.002000', '170233.005000', '170233.007000', '170233.010000', '170233.013000', '170233.015000', '170233.018000', '170233.020000', '170233.023000', '170233.026000', '170233.028000', '170233.031000', '170233.033000', '170233.036000', '170233.038000', '170233.041000', '170233.044000', '170233.046000', '170233.049000', '170233.051000', '170233.054000', '170233.057000', '170252.944000', '170252.946000', '170252.949000', '170252.952000', '170252.954000', '170252.957000', '170252.959000', '170252.962000', '170252.965000', '170252.967000', '170252.970000', '170252.972000', '170252.975000', '170252.978000', '170252.980000', '170252.983000', '170252.985000', '170252.988000', '170252.991000', '170252.993000', '170252.996000', '170252.998000', '170253.002000', '170253.005000', '170253.007000', '170253.010000', '170253.012000', '170253.015000', '170253.018000', '170253.020000', '170253.023000', '170253.025000', '170253.028000', '170253.030000', '170253.033000', '170253.036000', '170253.038000', '170253.041000', '170253.043000', '170253.046000', '170253.049000', '170253.051000', '170253.054000', '170312.944000', '170312.946000', '170312.949000', '170312.952000', '170312.954000', '170312.957000', '170312.959000', '170312.962000', '170312.965000', '170312.967000', '170312.970000', '170312.972000', '170312.975000', '170312.978000', '170312.980000', '170312.983000', '170312.986000', '170312.988000', '170312.991000', '170312.993000', '170312.996000', '170312.998000', '170313.002000', '170313.005000', '170313.007000', '170313.010000', '170313.012000', '170313.015000', '170313.018000', '170313.020000', '170313.023000', '170313.025000', '170313.028000', '170313.030000', '170313.033000', '170313.036000', '170313.038000', '170313.041000', '170313.043000', '170313.046000', '170313.049000', '170313.051000', '170313.054000', '170313.056000', '170332.943000', '170332.946000', '170332.949000', '170332.952000', '170332.954000', '170332.957000', '170332.960000', '170332.962000', '170332.965000', '170332.967000', '170332.970000', '170332.973000', '170332.975000', '170332.978000', '170332.981000', '170332.983000', '170332.986000', '170332.988000', '170332.991000', '170332.993000', '170332.996000', '170333.000000', '170333.002000', '170333.005000', '170333.008000', '170333.010000', '170333.013000', '170333.015000', '170333.018000', '170333.021000', '170333.023000', '170333.026000', '170333.028000', '170333.031000', '170333.034000', '170333.036000', '170333.039000', '170333.041000', '170333.044000', '170333.047000', '170333.068000', '170333.071000', '170333.074000', '170352.942000', '170352.945000', '170352.948000', '170352.951000', '170352.955000', '170352.957000', '170352.960000', '170352.963000', '170352.965000', '170352.968000', '170352.970000', '170352.973000', '170352.976000', '170352.978000', '170352.981000', '170352.983000', '170352.986000', '170352.988000', '170352.991000', '170352.994000', '170352.996000', '170353.000000', '170353.002000', '170353.005000', '170353.008000', '170353.011000', '170353.014000', '170353.016000', '170353.019000', '170353.021000', '170353.024000', '170353.027000', '170353.029000', '170353.032000', '170353.034000', '170353.037000', '170353.040000', '170353.042000', '170353.045000', '170353.047000', '170353.050000', '170353.053000', '170353.055000', '170353.058000', '170412.944000', '170412.946000', '170412.949000', '170412.952000', '170412.954000', '170412.957000', '170412.959000', '170412.962000', '170412.965000', '170412.967000', '170412.970000', '170412.972000', '170412.975000', '170412.978000', '170412.980000', '170412.983000', '170412.985000', '170412.988000', '170412.991000', '170412.993000', '170412.996000', '170412.998000', '170413.002000', '170413.005000', '170413.007000', '170413.010000', '170413.012000', '170413.015000', '170413.018000', '170413.020000', '170413.023000', '170413.026000', '170413.028000', '170413.031000', '170413.034000', '170413.036000', '170413.039000', '170413.042000', '170413.044000', '170413.047000', '170413.049000', '170413.052000', '170413.055000', '170432.944000', '170432.946000', '170432.949000', '170432.952000', '170432.954000', '170432.957000', '170432.960000', '170432.962000', '170432.965000', '170432.967000', '170432.970000', '170432.973000', '170432.975000', '170432.978000', '170432.980000', '170432.983000', '170432.986000', '170432.988000', '170432.991000', '170432.993000', '170432.996000', '170433.000000', '170433.002000', '170433.005000', '170433.008000', '170433.010000', '170433.013000', '170433.016000', '170433.018000', '170433.021000', '170433.024000', '170433.026000', '170433.029000', '170433.031000', '170433.034000', '170433.037000', '170433.039000', '170433.042000', '170433.044000', '170433.047000', '170433.050000', '170433.052000', '170433.055000', '170433.058000', '170452.944000', '170452.946000', '170452.949000', '170452.952000', '170452.954000', '170452.957000', '170452.960000', '170452.962000', '170452.965000', '170452.967000', '170452.970000', '170452.973000', '170452.975000', '170452.978000', '170452.980000', '170452.983000', '170452.986000', '170452.988000', '170452.991000', '170452.993000', '170452.996000', '170453.000000', '170453.002000', '170453.005000', '170453.008000', '170453.010000', '170453.013000', '170453.015000', '170453.018000', '170453.021000', '170453.023000', '170453.026000', '170453.028000', '170453.031000', '170453.033000', '170453.036000', '170453.039000', '170453.041000', '170453.044000', '170453.046000', '170453.049000', '170453.052000', '170453.054000', '170512.943000', '170512.946000', '170512.949000', '170512.951000', '170512.954000', '170512.957000', '170512.959000', '170512.992000', '170512.995000', '170512.998000', '170513.001000', '170513.004000', '170513.007000', '170513.009000', '170513.012000', '170513.015000', '170513.017000', '170513.020000', '170513.022000', '170513.025000', '170513.028000', '170513.030000', '170513.033000', '170513.036000', '170513.038000', '170513.041000', '170513.043000', '170513.046000', '170513.049000', '170513.052000', '170513.054000', '170513.057000', '170513.059000', '170513.062000', '170513.065000', '170513.067000', '170513.070000', '170513.073000', '170513.075000', '170513.078000', '170513.080000', '170513.083000', '170513.085000', '170513.088000', '170532.943000', '170532.946000', '170532.949000', '170532.952000', '170532.955000', '170532.957000', '170532.960000', '170532.963000', '170532.965000', '170532.968000', '170532.971000', '170532.973000', '170532.976000', '170532.978000', '170532.981000', '170532.984000', '170532.986000', '170532.989000', '170532.991000', '170532.994000', '170532.997000', '170533.000000', '170533.003000', '170533.006000', '170533.008000', '170533.011000', '170533.013000', '170533.016000', '170533.019000', '170533.021000', '170533.024000', '170533.027000', '170533.029000', '170533.032000', '170533.034000', '170533.038000', '170533.040000', '170533.043000', '170533.045000', '170533.048000', '170533.050000', '170533.053000', '170533.056000', '170552.944000', '170552.946000', '170552.949000', '170552.951000', '170552.954000', '170552.957000', '170552.959000', '170552.962000', '170552.965000', '170552.967000', '170552.970000', '170552.972000', '170552.975000', '170552.978000', '170552.980000', '170552.983000', '170552.986000', '170552.988000', '170552.991000', '170552.993000', '170552.996000', '170553.000000', '170553.002000', '170553.005000', '170553.008000', '170553.010000', '170553.013000', '170553.015000', '170553.018000', '170553.021000', '170553.023000', '170553.026000', '170553.029000', '170553.031000', '170553.034000', '170553.036000', '170553.039000', '170553.042000', '170553.044000', '170553.047000', '170553.049000', '170553.052000', '170553.055000', '170553.057000', '170612.942000', '170612.945000', '170612.949000', '170612.951000', '170612.954000', '170612.957000', '170612.959000', '170612.962000', '170612.964000', '170612.967000', '170612.970000', '170612.972000', '170612.975000', '170612.977000', '170612.985000', '170612.988000', '170612.990000', '170612.993000', '170612.996000', '170612.998000', '170613.002000', '170613.004000', '170613.007000', '170613.010000', '170613.012000', '170613.015000', '170613.017000', '170613.020000', '170613.022000', '170613.025000', '170613.028000', '170613.030000', '170613.033000', '170613.035000', '170613.038000', '170613.041000', '170613.043000', '170613.046000', '170613.048000', '170613.051000', '170613.054000', '170613.056000', '170613.059000', '170632.944000', '170632.947000', '170632.949000', '170632.952000', '170632.954000', '170632.957000', '170632.960000', '170632.962000', '170632.965000', '170632.967000', '170632.970000', '170632.973000', '170632.975000', '170632.978000', '170632.980000', '170632.983000', '170632.986000', '170632.988000', '170633.001000', '170633.005000', '170633.007000', '170633.010000', '170633.012000', '170633.015000', '170633.018000', '170633.020000', '170633.023000', '170633.026000', '170633.028000', '170633.031000', '170633.033000', '170633.036000', '170633.039000', '170633.042000', '170633.045000', '170633.047000', '170633.050000', '170633.052000', '170633.055000', '170633.058000', '170633.060000', '170633.063000', '170633.065000', '170652.944000', '170652.946000', '170652.949000', '170652.952000', '170652.954000', '170652.957000', '170652.960000', '170652.963000', '170652.965000', '170652.968000', '170652.970000', '170652.973000', '170652.976000', '170652.978000', '170652.981000', '170652.983000', '170652.986000', '170652.989000', '170652.991000', '170652.994000', '170652.997000', '170652.999000', '170653.003000', '170653.005000', '170653.008000', '170653.011000', '170653.013000', '170653.016000', '170653.019000', '170653.022000', '170653.024000', '170653.027000', '170653.029000', '170653.032000', '170653.034000', '170653.037000', '170653.040000', '170653.042000', '170653.045000', '170653.047000', '170653.050000', '170653.053000', '170653.055000', '170653.058000', '170656.919000', '170656.922000', '170656.925000', '170656.928000', '170656.931000', '170656.933000', '170656.936000', '170656.939000', '170656.941000'], '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': [7514, 14031, 8626, 7929, 15286, 7765, 13958, 7362, 8098, 7156, 7722, 10896, 7594, 12058, 7100, 11314, 6815, 7899, 7301, 7541, 9545, 7580, 13392, 7280, 9482, 7496, 10415, 7129, 9515, 8378, 7761, 8038, 7222, 12985, 7141, 11273, 7998, 7996, 11128, 7042, 12959, 7495, 10127, 7418, 8598, 7621, 9152, 7881, 7753, 10742, 7917, 14159, 10796, 10411, 13297, 7924, 13112, 7938, 8965, 14918, 9686, 7335, 8025, 7891, 10954, 7856, 7299, 10539, 9235, 10619, 8214, 9332, 8004, 13734, 12374, 8760, 12293, 7859, 8728, 7911, 7382, 13882, 8131, 8707, 7769, 7930, 13812, 7891, 13288, 8817, 7514, 8094, 7768, 11525, 7458, 8263, 13116, 7683, 13708, 7640, 8711, 12890, 7457, 13964, 8740, 11223, 8141, 7597, 14293, 7652, 8853, 14593, 8250, 13271, 7549, 8531, 12727, 7677, 12738, 9523, 11119, 13932, 7815, 13605, 7989, 7419, 14349, 7659, 11437, 7714, 7442, 13762, 8146, 10945, 9023, 8138, 14079, 7764, 12189, 7938, 7617, 14960, 8045, 12114, 7508, 7575, 13052, 7732, 12796, 7785, 9052, 7940, 7637, 13202, 7682, 9249, 14579, 8819, 13020, 7802, 8043, 11107, 7465, 14508, 9026, 9963, 8014, 7636, 14358, 7733, 12771, 8286, 7451, 12033, 7968, 11993, 7998, 9166, 15164, 10609, 12623, 7865, 9974, 11955, 7560, 14950, 10431, 11643, 7757, 7658, 13338, 7873, 10061, 15100, 9999, 12845, 8223, 7530, 8445, 7686, 7769, 8469, 7974, 8130, 14254, 8375, 11541, 14988, 9467, 8849, 7931, 7903, 13778, 9119, 8615, 14313, 8070, 11063, 8341, 7678, 13678, 7724, 8466, 7762, 7974, 14087, 8055, 8818, 10172, 7527, 11093, 8157, 12399, 8513, 7618, 14974, 8373, 12347, 7885, 10589, 13509, 8195, 13959, 9700, 8694, 14257, 7869, 12823, 8087, 7736, 12872, 7726, 13382, 8426, 10463, 8110, 7456, 14482, 8106, 11489, 12872, 9498, 11983, 8046, 8169, 10546, 7813, 14201, 8467, 10599, 8315, 7739, 14319, 8100, 7935, 14820, 8311, 8336, 8442, 7554, 13880, 8702, 11092, 8004, 7764, 13987, 8368, 9877, 9498, 7403, 14456, 11061, 11116, 8172, 8242, 15119, 8069, 13063, 8857, 7940, 8212, 8143, 11235, 7986, 8510, 9632, 7917, 13050, 8198, 8927, 8458, 7714, 13250, 8176, 8069, 8064, 9452, 12807, 7973, 13604, 10192, 11720, 8309, 7760, 15659, 10073, 13621, 11469, 11535, 13810, 8253, 10717, 8595, 7499, 14947, 11303, 12762, 8137, 8304, 8240, 7888, 13989, 7954, 12836, 8105, 8641, 12280, 8154, 13235, 9146, 9488, 15126, 8983, 10781, 8326, 8139, 12960, 8030, 13065, 8821, 8586, 8264, 10124, 12440, 7766, 13549, 9749, 9688, 8220, 7661, 11545, 8004, 13307, 9249, 11293, 8197, 10436, 9423, 7623, 14769, 9252, 12236, 8199, 12185, 8335, 8879, 13778, 7528, 7890, 8049, 8053, 9706, 8201, 13337, 14590, 11498, 13293, 8070, 10568, 11859, 7754, 14534, 9989, 12933, 8000, 8654, 8133, 7718, 7992, 7729, 13635, 9839, 12675, 8205, 11246, 8186, 11777, 10519, 7926, 12099, 8420, 7827, 14976, 8093, 12545, 8270, 7662, 14698, 8268, 11039, 9071, 9235, 11990, 8007, 13200, 8052, 8194, 14414, 8663, 12774, 8220, 9268, 8158, 7803, 14932, 9283, 10467, 8380, 7765, 13900, 8024, 12538, 8205, 8269, 15010, 8198, 11639, 10623, 8287, 14584, 10522, 12463, 8299, 7465, 15318, 10257, 12487, 9733, 7758, 14475, 8221, 9216, 10725, 7487, 14760, 11214, 11625, 8187, 7523, 14508, 7927, 13223, 9282, 9888, 13452, 8230, 11015, 8685, 7454, 14551, 9997, 9988, 9458, 7763, 10498, 7847, 8072, 14674, 7900, 12524, 8024, 7411, 13900, 7983, 12559, 7934, 8019, 8366, 7500, 13664, 7940, 11391, 7861, 7320, 8092, 7716, 14133, 8067, 12904, 7922, 9019, 8172, 7917, 13467, 7917, 13093, 9333, 11955, 8131, 7437, 15253, 7968, 13783, 7720, 11200, 8857, 11489, 7977, 14044, 9448, 15555, 11679, 11143, 13948, 8015, 8820, 12184, 8117, 13986, 10074, 11009, 8376, 7555, 13828, 7990, 8897, 7929, 7481, 8067, 8021, 10323, 8136, 9214, 8102, 8788, 14130, 9441, 13160, 8447, 8757, 15612, 10523, 11984, 8444, 7809, 14548, 8269, 10878, 12256, 8700, 12377, 8302, 7910, 12210, 7926, 13368, 9072, 9203, 8400, 7730, 13440, 8232, 11757, 8275, 7491, 8197, 7875, 14264, 8250, 13226, 11582, 8171, 14681, 8403, 11072, 12234, 8362, 14511, 8995, 12635, 8102, 7504, 15505, 8562, 13152, 9103, 11236, 8494, 7824, 14565, 8090, 11968, 10360, 8798, 8197, 7883, 11719, 8303, 13576, 9405, 11798, 14587, 11445, 10123, 8413, 7861, 15296, 9409, 12985, 8310, 7667, 12081, 8006, 12257, 8627, 8074, 15165, 8472, 9793, 8272, 7797, 8289, 7658, 13912, 9386, 9069, 8155, 7948, 14133, 8153, 13336, 8259, 8364, 8339, 7721, 13044, 8048, 12328, 8047, 7611, 7963, 8018, 12626, 8003, 12424, 8785, 7787, 14470, 8176, 13718, 9762, 11748, 13517, 12712, 13005, 8267, 11242, 9540, 7609, 15228, 12020, 10695, 8329, 7719, 13829, 7876, 12051, 13015, 11063, 11769, 8246, 7318, 8174, 7649, 9247, 7568, 11114, 7823, 12721, 8285, 11772, 15000, 11536, 10905, 8548, 7641, 13340, 8300, 10665, 11696, 7662, 8357, 8400, 10048, 8502, 7649, 12956, 8264, 10650, 8230, 8094, 9616, 9697, 12838, 14543, 11996, 12680, 7870, 7454, 14068, 7876, 12918, 9820, 10099, 8176, 7737, 12959, 8139, 12656, 7836, 9612, 8166, 7547, 13711, 8036, 13353, 9490, 10152, 8243, 7929, 14108, 8805, 12752, 13388, 12375, 13227, 8115, 10540, 8459, 7695, 14483, 9696, 13795, 8030, 9770, 8470, 7810, 8098, 8093, 13827, 8775, 9525, 8677, 7902, 14435, 8803, 12219, 11823, 7823, 13910, 8322, 8014, 11149, 7856, 13886, 8183, 11070, 8511, 7779, 15065, 8305, 13374, 8918, 10366, 8438, 7879, 15158, 8214, 11993, 8930, 7718, 14681, 8513, 10596, 8310, 7694, 12539, 7863, 12633, 8461, 10686, 8512, 7588, 12795, 8104, 13401, 8398, 10018, 13786, 8963, 13091, 9728, 12289, 8591, 7853, 14905, 10075, 13911, 9201, 11097, 10199, 7998, 14236, 8200, 13219, 10213, 10728, 8221, 7947, 13081, 8536, 13410, 10267, 13206, 12039, 8270, 12509, 8678, 7739, 15057, 9661, 8375, 8230, 7698, 12505, 8283, 9708, 11763, 7850, 11010, 8436, 8659], 'WindowCenter': [4030.0, 4084.0, 4020.0, 4007.0, 4056.0, 3990.0, 4056.0, 3978.0, 3993.0, 3961.0, 3996.0, 4028.0, 3997.0, 4057.0, 3987.0, 4042.0, 3986.0, 4005.0, 3997.0, 4009.0, 4037.0, 4021.0, 4079.0, 4005.0, 4051.0, 4013.0, 4064.0, 4014.0, 4055.0, 4033.0, 4025.0, 4022.0, 4022.0, 4083.0, 4007.0, 4075.0, 4023.0, 4023.0, 4062.0, 4012.0, 4082.0, 4012.0, 4053.0, 4014.0, 4039.0, 4024.0, 4058.0, 4037.0, 4037.0, 4075.0, 4036.0, 4098.0, 4064.0, 4056.0, 4087.0, 4035.0, 4080.0, 4035.0, 4055.0, 4090.0, 4054.0, 4011.0, 4021.0, 4034.0, 4064.0, 4034.0, 4014.0, 4064.0, 4058.0, 4066.0, 4046.0, 4055.0, 4039.0, 4111.0, 4089.0, 4046.0, 4074.0, 4024.0, 4032.0, 4016.0, 4026.0, 4085.0, 4023.0, 4043.0, 4024.0, 4025.0, 4084.0, 4033.0, 4085.0, 4042.0, 4012.0, 4020.0, 4023.0, 4067.0, 4024.0, 4028.0, 4078.0, 4021.0, 4078.0, 4021.0, 4031.0, 4072.0, 4006.0, 4077.0, 4032.0, 4061.0, 4009.0, 4010.0, 4080.0, 4010.0, 4042.0, 4083.0, 4022.0, 4070.0, 4010.0, 4031.0, 4059.0, 4008.0, 4065.0, 4039.0, 4062.0, 4081.0, 4009.0, 4068.0, 4005.0, 3989.0, 4079.0, 4009.0, 4059.0, 4009.0, 4008.0, 4069.0, 4020.0, 4062.0, 4042.0, 4021.0, 4079.0, 4010.0, 4058.0, 4017.0, 4020.0, 4074.0, 4014.0, 4054.0, 4010.0, 4009.0, 4068.0, 4021.0, 4072.0, 4009.0, 4041.0, 4017.0, 4021.0, 4070.0, 4010.0, 4042.0, 4080.0, 4041.0, 4071.0, 4003.0, 4019.0, 4049.0, 4022.0, 4091.0, 4043.0, 4050.0, 4020.0, 4021.0, 4079.0, 4022.0, 4081.0, 4029.0, 4012.0, 4070.0, 4020.0, 4071.0, 4022.0, 4043.0, 4092.0, 4051.0, 4071.0, 4021.0, 4051.0, 4061.0, 4021.0, 4082.0, 4049.0, 4059.0, 4005.0, 4009.0, 4068.0, 4001.0, 4049.0, 4074.0, 4044.0, 4064.0, 4031.0, 4021.0, 4031.0, 4021.0, 4034.0, 4043.0, 4034.0, 4047.0, 4096.0, 4045.0, 4087.0, 4094.0, 4055.0, 4043.0, 4013.0, 4021.0, 4083.0, 4032.0, 4033.0, 4080.0, 4016.0, 4063.0, 4019.0, 4009.0, 4066.0, 4009.0, 4015.0, 4009.0, 4014.0, 4080.0, 4021.0, 4043.0, 4054.0, 4023.0, 4062.0, 4021.0, 4065.0, 4031.0, 4020.0, 4091.0, 4034.0, 4072.0, 4016.0, 4064.0, 4070.0, 4030.0, 4082.0, 4041.0, 4032.0, 4082.0, 4020.0, 4065.0, 4013.0, 4009.0, 4070.0, 4010.0, 4068.0, 4017.0, 4043.0, 4008.0, 4008.0, 4068.0, 4003.0, 4055.0, 4057.0, 4038.0, 4047.0, 4006.0, 4019.0, 4036.0, 4006.0, 4078.0, 4018.0, 4044.0, 4017.0, 4003.0, 4080.0, 4018.0, 4013.0, 4077.0, 4019.0, 4012.0, 4013.0, 4007.0, 4067.0, 4029.0, 4055.0, 4018.0, 4010.0, 4078.0, 4017.0, 4049.0, 4039.0, 4011.0, 4079.0, 4054.0, 4048.0, 4017.0, 4018.0, 4077.0, 4018.0, 4070.0, 4028.0, 4019.0, 4017.0, 4018.0, 4058.0, 4019.0, 4029.0, 4033.0, 4021.0, 4071.0, 4032.0, 4041.0, 4026.0, 4022.0, 4080.0, 4031.0, 4019.0, 4032.0, 4052.0, 4083.0, 4032.0, 4083.0, 4063.0, 4071.0, 4025.0, 4020.0, 4091.0, 4052.0, 4082.0, 4060.0, 4055.0, 4067.0, 4019.0, 4048.0, 4012.0, 4008.0, 4081.0, 4060.0, 4067.0, 4017.0, 4017.0, 4017.0, 4010.0, 4078.0, 4016.0, 4069.0, 4012.0, 4029.0, 4059.0, 4020.0, 4070.0, 4038.0, 4040.0, 4071.0, 4027.0, 4047.0, 4018.0, 4019.0, 4070.0, 4022.0, 4069.0, 4029.0, 4022.0, 4030.0, 4059.0, 4069.0, 4020.0, 4068.0, 4039.0, 4038.0, 4018.0, 4003.0, 4059.0, 4015.0, 4064.0, 4040.0, 4059.0, 4031.0, 4061.0, 4034.0, 4021.0, 4082.0, 4041.0, 4072.0, 4032.0, 4070.0, 4018.0, 4042.0, 4081.0, 4019.0, 4019.0, 4033.0, 4032.0, 4065.0, 4045.0, 4110.0, 4106.0, 4074.0, 4081.0, 4021.0, 4044.0, 4059.0, 4008.0, 4072.0, 4040.0, 4052.0, 4005.0, 4015.0, 3998.0, 4009.0, 4017.0, 4021.0, 4081.0, 4053.0, 4081.0, 4033.0, 4059.0, 4037.0, 4084.0, 4062.0, 4017.0, 4070.0, 4029.0, 4020.0, 4079.0, 4020.0, 4066.0, 4032.0, 4010.0, 4070.0, 4011.0, 4061.0, 4023.0, 4040.0, 4053.0, 4019.0, 4067.0, 4017.0, 4028.0, 4080.0, 4029.0, 4070.0, 4029.0, 4037.0, 4017.0, 4012.0, 4079.0, 4039.0, 4048.0, 4017.0, 4018.0, 4077.0, 4021.0, 4070.0, 4032.0, 4030.0, 4078.0, 4019.0, 4060.0, 4048.0, 4020.0, 4080.0, 4049.0, 4051.0, 4016.0, 3997.0, 4078.0, 4048.0, 4057.0, 4028.0, 4004.0, 4065.0, 4014.0, 4025.0, 4046.0, 3997.0, 4077.0, 4047.0, 4048.0, 4016.0, 4008.0, 4059.0, 4017.0, 4068.0, 4021.0, 4040.0, 4065.0, 4010.0, 4046.0, 4015.0, 3996.0, 4066.0, 4037.0, 4035.0, 4023.0, 3995.0, 4034.0, 4006.0, 4005.0, 4068.0, 4007.0, 4056.0, 4005.0, 3995.0, 4066.0, 4017.0, 4058.0, 4006.0, 4007.0, 4016.0, 4008.0, 4069.0, 4021.0, 4059.0, 4019.0, 4009.0, 4019.0, 4021.0, 4080.0, 4032.0, 4082.0, 4021.0, 4042.0, 4031.0, 4032.0, 4081.0, 4033.0, 4082.0, 4052.0, 4072.0, 4020.0, 4011.0, 4105.0, 4034.0, 4081.0, 4020.0, 4060.0, 4040.0, 4073.0, 4035.0, 4094.0, 4057.0, 4104.0, 4074.0, 4063.0, 4080.0, 4018.0, 4028.0, 4054.0, 4020.0, 4069.0, 4039.0, 4048.0, 4004.0, 3996.0, 4065.0, 4005.0, 4026.0, 4004.0, 3997.0, 4006.0, 4019.0, 4050.0, 4018.0, 4041.0, 4021.0, 4044.0, 4081.0, 4054.0, 4084.0, 4032.0, 4032.0, 4093.0, 4052.0, 4073.0, 4021.0, 4011.0, 4079.0, 4029.0, 4062.0, 4059.0, 4029.0, 4052.0, 4012.0, 4018.0, 4053.0, 4017.0, 4062.0, 4028.0, 4027.0, 4015.0, 4006.0, 4069.0, 4014.0, 4061.0, 4018.0, 4010.0, 4017.0, 4014.0, 4080.0, 4029.0, 4081.0, 4060.0, 4020.0, 4078.0, 4018.0, 4059.0, 4070.0, 4018.0, 4080.0, 4028.0, 4057.0, 3997.0, 3998.0, 4078.0, 4018.0, 4068.0, 4016.0, 4042.0, 4016.0, 4006.0, 4066.0, 4004.0, 4058.0, 4048.0, 4028.0, 4016.0, 4018.0, 4057.0, 4028.0, 4063.0, 4023.0, 4071.0, 4079.0, 4059.0, 4038.0, 4003.0, 4001.0, 4071.0, 4028.0, 4064.0, 4004.0, 4006.0, 4055.0, 4005.0, 4057.0, 4009.0, 4006.0, 4064.0, 4016.0, 4024.0, 4017.0, 4000.0, 4004.0, 4006.0, 4066.0, 4027.0, 4026.0, 4017.0, 4018.0, 4068.0, 4019.0, 4068.0, 4017.0, 4018.0, 4016.0, 4009.0, 4068.0, 4019.0, 4070.0, 4019.0, 4009.0, 4018.0, 4020.0, 4070.0, 4023.0, 4083.0, 4031.0, 4021.0, 4081.0, 4031.0, 4075.0, 4040.0, 4073.0, 4065.0, 4071.0, 4057.0, 4018.0, 4049.0, 4025.0, 4008.0, 4073.0, 4052.0, 4031.0, 4003.0, 3994.0, 4055.0, 4004.0, 4052.0, 4055.0, 4044.0, 4044.0, 4004.0, 3983.0, 4005.0, 4006.0, 4022.0, 4010.0, 4059.0, 4020.0, 4069.0, 4029.0, 4073.0, 4082.0, 4059.0, 4050.0, 4015.0, 4006.0, 4055.0, 4010.0, 4043.0, 4040.0, 4006.0, 4003.0, 4016.0, 4037.0, 4016.0, 4009.0, 4070.0, 4018.0, 4048.0, 4030.0, 4019.0, 4053.0, 4052.0, 4098.0, 4094.0, 4072.0, 4072.0, 4001.0, 3997.0, 4063.0, 4019.0, 4066.0, 4039.0, 4039.0, 4012.0, 4007.0, 4057.0, 4019.0, 4069.0, 4007.0, 4040.0, 4018.0, 4009.0, 4070.0, 4019.0, 4071.0, 4031.0, 4035.0, 4018.0, 4018.0, 4068.0, 4028.0, 4071.0, 4070.0, 4059.0, 4057.0, 4006.0, 4036.0, 4004.0, 3991.0, 4066.0, 4026.0, 4068.0, 3996.0, 4038.0, 4016.0, 4008.0, 4019.0, 4032.0, 4078.0, 4027.0, 4040.0, 4030.0, 4021.0, 4080.0, 4029.0, 4072.0, 4058.0, 4009.0, 4069.0, 4018.0, 4007.0, 4049.0, 4018.0, 4068.0, 4018.0, 4053.0, 4018.0, 4009.0, 4080.0, 4026.0, 4070.0, 4030.0, 4051.0, 4018.0, 4014.0, 4079.0, 4020.0, 4072.0, 4025.0, 4005.0, 4073.0, 4019.0, 4044.0, 4018.0, 4008.0, 4059.0, 4020.0, 4059.0, 4018.0, 4050.0, 4030.0, 4009.0, 4065.0, 4020.0, 4069.0, 4019.0, 4051.0, 4081.0, 4020.0, 4064.0, 4039.0, 4059.0, 4016.0, 4018.0, 4074.0, 4040.0, 4064.0, 4023.0, 4048.0, 4035.0, 4006.0, 4066.0, 4016.0, 4069.0, 4038.0, 4048.0, 4006.0, 4007.0, 4066.0, 4020.0, 4064.0, 4037.0, 4070.0, 4057.0, 4016.0, 4058.0, 4015.0, 4009.0, 4073.0, 4026.0, 4006.0, 4003.0, 4005.0, 4050.0, 4011.0, 4037.0, 4045.0, 4006.0, 4034.0, 4011.0, 4018.0], 'WindowWidth': [9012.0, 9072.0, 8976.0, 8956.0, 9011.0, 8925.0, 9014.0, 8905.0, 8929.0, 8877.0, 8935.0, 8971.0, 8940.0, 9018.0, 8927.0, 8995.0, 8926.0, 8950.0, 8941.0, 8960.0, 8997.0, 8979.0, 9055.0, 8955.0, 9019.0, 8973.0, 9041.0, 8974.0, 9030.0, 8998.0, 8990.0, 8983.0, 8986.0, 9065.0, 8962.0, 9059.0, 8986.0, 8985.0, 9035.0, 8971.0, 9062.0, 8971.0, 9025.0, 8974.0, 9006.0, 8990.0, 9042.0, 9013.0, 9011.0, 9059.0, 9009.0, 9096.0, 9043.0, 9026.0, 9075.0, 9005.0, 9058.0, 9004.0, 9034.0, 9075.0, 9028.0, 8967.0, 8980.0, 9001.0, 9041.0, 9001.0, 8975.0, 9042.0, 9039.0, 9046.0, 9023.0, 9031.0, 9010.0, 9118.0, 9082.0, 9020.0, 9052.0, 8987.0, 8995.0, 8970.0, 8993.0, 9071.0, 8986.0, 9010.0, 8988.0, 8984.0, 9067.0, 9001.0, 9071.0, 9009.0, 8969.0, 8978.0, 8986.0, 9039.0, 8988.0, 8989.0, 9054.0, 8980.0, 9052.0, 8979.0, 8993.0, 9049.0, 8958.0, 9051.0, 8993.0, 9032.0, 8952.0, 8963.0, 9056.0, 8962.0, 9009.0, 9064.0, 8982.0, 9042.0, 8963.0, 8992.0, 9025.0, 8958.0, 9032.0, 9000.0, 9033.0, 9057.0, 8960.0, 9035.0, 8950.0, 8927.0, 9052.0, 8962.0, 9027.0, 8962.0, 8959.0, 9040.0, 8975.0, 9037.0, 9008.0, 8979.0, 9053.0, 8962.0, 9025.0, 8968.0, 8978.0, 9046.0, 8966.0, 9017.0, 8963.0, 8961.0, 9037.0, 8979.0, 9048.0, 8961.0, 9006.0, 8969.0, 8979.0, 9043.0, 8963.0, 9010.0, 9057.0, 9007.0, 9046.0, 8950.0, 8976.0, 9006.0, 8984.0, 9074.0, 9012.0, 9018.0, 8976.0, 8981.0, 9057.0, 8984.0, 9062.0, 8990.0, 8970.0, 9042.0, 8978.0, 9046.0, 8982.0, 9012.0, 9074.0, 9020.0, 9043.0, 8979.0, 9020.0, 9030.0, 8979.0, 9062.0, 9015.0, 9028.0, 8951.0, 8960.0, 9038.0, 8945.0, 9016.0, 9043.0, 9004.0, 9029.0, 8992.0, 8980.0, 8992.0, 8982.0, 9007.0, 9015.0, 9005.0, 9025.0, 9087.0, 9020.0, 9079.0, 9083.0, 9029.0, 9012.0, 8962.0, 8978.0, 9063.0, 8994.0, 8996.0, 9054.0, 8967.0, 9033.0, 8970.0, 8959.0, 9032.0, 8960.0, 8964.0, 8959.0, 8963.0, 9054.0, 8977.0, 9010.0, 9026.0, 8985.0, 9034.0, 8980.0, 9034.0, 8991.0, 8977.0, 9073.0, 9001.0, 9048.0, 8970.0, 9039.0, 9042.0, 8990.0, 9061.0, 9006.0, 8994.0, 9059.0, 8976.0, 9031.0, 8962.0, 8960.0, 9041.0, 8963.0, 9037.0, 8968.0, 8999.0, 8955.0, 8957.0, 9036.0, 8946.0, 9019.0, 9021.0, 8995.0, 9005.0, 8951.0, 8973.0, 8991.0, 8951.0, 9051.0, 8969.0, 9004.0, 8968.0, 8948.0, 9053.0, 8972.0, 8963.0, 9047.0, 8973.0, 8956.0, 8959.0, 8956.0, 9036.0, 8989.0, 9019.0, 8970.0, 8963.0, 9049.0, 8968.0, 9013.0, 9001.0, 8966.0, 9051.0, 9016.0, 9008.0, 8969.0, 8973.0, 9048.0, 8971.0, 9043.0, 8983.0, 8973.0, 8966.0, 8970.0, 9023.0, 8976.0, 8989.0, 8987.0, 8979.0, 9043.0, 8996.0, 9007.0, 8983.0, 8985.0, 9057.0, 8995.0, 8976.0, 8999.0, 9025.0, 9067.0, 8999.0, 9066.0, 9038.0, 9046.0, 8981.0, 8978.0, 9073.0, 9023.0, 9061.0, 9029.0, 9018.0, 9033.0, 8972.0, 9010.0, 8957.0, 8960.0, 9059.0, 9030.0, 9035.0, 8968.0, 8969.0, 8968.0, 8955.0, 9049.0, 8968.0, 9041.0, 8959.0, 8988.0, 9027.0, 8975.0, 9043.0, 8998.0, 9003.0, 9037.0, 8984.0, 9007.0, 8972.0, 8975.0, 9041.0, 8984.0, 9040.0, 8988.0, 8971.0, 8990.0, 9030.0, 9041.0, 8978.0, 9038.0, 9000.0, 8995.0, 8971.0, 8948.0, 9027.0, 8966.0, 9029.0, 9004.0, 9027.0, 8992.0, 9032.0, 8990.0, 8981.0, 9061.0, 9008.0, 9048.0, 8996.0, 9046.0, 8972.0, 9010.0, 9060.0, 8975.0, 8975.0, 9000.0, 8998.0, 9045.0, 9020.0, 9116.0, 9104.0, 9056.0, 9059.0, 8978.0, 9003.0, 9023.0, 8957.0, 9038.0, 9000.0, 9008.0, 8951.0, 8963.0, 8935.0, 8959.0, 8969.0, 8979.0, 9058.0, 9025.0, 9060.0, 9000.0, 9029.0, 9004.0, 9072.0, 9036.0, 8974.0, 9044.0, 8989.0, 8978.0, 9054.0, 8977.0, 9036.0, 8995.0, 8963.0, 9032.0, 8956.0, 9032.0, 8976.0, 9003.0, 9014.0, 8973.0, 9033.0, 8969.0, 8985.0, 9055.0, 8987.0, 9041.0, 8988.0, 8995.0, 8968.0, 8961.0, 9056.0, 9002.0, 9011.0, 8969.0, 8973.0, 9050.0, 8981.0, 9043.0, 8993.0, 8990.0, 9052.0, 8972.0, 9030.0, 9010.0, 8976.0, 9052.0, 9011.0, 9007.0, 8963.0, 8940.0, 9049.0, 9010.0, 9022.0, 8980.0, 8947.0, 9027.0, 8960.0, 8976.0, 9003.0, 8941.0, 9047.0, 9006.0, 9006.0, 8964.0, 8956.0, 9016.0, 8969.0, 9039.0, 8969.0, 9000.0, 9028.0, 8952.0, 9005.0, 8963.0, 8939.0, 9029.0, 8993.0, 8988.0, 8969.0, 8934.0, 8987.0, 8951.0, 8950.0, 9033.0, 8954.0, 9016.0, 8948.0, 8936.0, 9031.0, 8968.0, 9022.0, 8953.0, 8955.0, 8966.0, 8958.0, 9039.0, 8980.0, 9027.0, 8974.0, 8961.0, 8976.0, 8981.0, 9058.0, 8998.0, 9063.0, 8981.0, 9010.0, 8993.0, 8996.0, 9060.0, 9001.0, 9064.0, 9024.0, 9048.0, 8977.0, 8969.0, 9098.0, 9002.0, 9060.0, 8977.0, 9030.0, 9005.0, 9049.0, 9005.0, 9084.0, 9033.0, 9100.0, 9056.0, 9037.0, 9056.0, 8969.0, 8984.0, 9015.0, 8976.0, 9037.0, 8996.0, 9006.0, 8944.0, 8937.0, 9026.0, 8950.0, 8979.0, 8947.0, 8941.0, 8951.0, 8975.0, 9015.0, 8974.0, 9006.0, 8981.0, 9015.0, 9061.0, 9027.0, 9066.0, 8993.0, 8995.0, 9081.0, 9021.0, 9051.0, 8977.0, 8964.0, 9052.0, 8988.0, 9035.0, 9026.0, 8985.0, 9009.0, 8955.0, 8968.0, 9011.0, 8967.0, 9021.0, 8981.0, 8980.0, 8961.0, 8953.0, 9037.0, 8965.0, 9032.0, 8970.0, 8963.0, 8967.0, 8964.0, 9056.0, 8989.0, 9060.0, 9029.0, 8976.0, 9050.0, 8970.0, 9027.0, 9041.0, 8972.0, 9053.0, 8982.0, 9020.0, 8934.0, 8943.0, 9049.0, 8970.0, 9034.0, 8963.0, 8996.0, 8963.0, 8952.0, 9030.0, 8948.0, 9024.0, 9010.0, 8983.0, 8965.0, 8971.0, 9022.0, 8985.0, 9029.0, 8974.0, 9046.0, 9052.0, 9025.0, 8995.0, 8944.0, 8940.0, 9034.0, 8984.0, 9027.0, 8945.0, 8950.0, 9012.0, 8948.0, 9019.0, 8949.0, 8951.0, 9025.0, 8964.0, 8971.0, 8964.0, 8939.0, 8945.0, 8953.0, 9032.0, 8981.0, 8978.0, 8968.0, 8970.0, 9035.0, 8974.0, 9037.0, 8969.0, 8971.0, 8966.0, 8960.0, 9037.0, 8976.0, 9044.0, 8973.0, 8960.0, 8971.0, 8978.0, 9043.0, 8980.0, 9065.0, 8992.0, 8980.0, 9060.0, 8992.0, 9047.0, 8997.0, 9051.0, 9031.0, 9043.0, 9020.0, 8970.0, 9010.0, 8974.0, 8957.0, 9037.0, 9008.0, 8979.0, 8940.0, 8930.0, 9012.0, 8945.0, 9010.0, 9012.0, 8996.0, 8995.0, 8945.0, 8915.0, 8948.0, 8952.0, 8970.0, 8962.0, 9027.0, 8978.0, 9041.0, 8988.0, 9053.0, 9064.0, 9027.0, 9013.0, 8961.0, 8950.0, 9012.0, 8952.0, 9000.0, 8991.0, 8950.0, 8944.0, 8964.0, 8993.0, 8964.0, 8960.0, 9040.0, 8971.0, 9010.0, 8989.0, 8975.0, 9025.0, 9022.0, 9094.0, 9083.0, 9049.0, 9044.0, 8939.0, 8940.0, 9023.0, 8972.0, 9031.0, 8996.0, 8994.0, 8955.0, 8953.0, 9018.0, 8972.0, 9036.0, 8954.0, 8998.0, 8967.0, 8959.0, 9039.0, 8973.0, 9043.0, 8981.0, 8988.0, 8966.0, 8969.0, 9034.0, 8981.0, 9042.0, 9039.0, 9022.0, 9015.0, 8948.0, 8987.0, 8942.0, 8924.0, 9027.0, 8976.0, 9032.0, 8930.0, 8993.0, 8963.0, 8956.0, 8975.0, 8997.0, 9054.0, 8985.0, 9003.0, 8988.0, 8977.0, 9055.0, 8987.0, 9044.0, 9021.0, 8959.0, 9035.0, 8967.0, 8952.0, 9011.0, 8970.0, 9035.0, 8971.0, 9011.0, 8968.0, 8958.0, 9054.0, 8983.0, 9043.0, 8988.0, 9016.0, 8969.0, 8963.0, 9053.0, 8969.0, 9046.0, 8977.0, 8951.0, 9039.0, 8970.0, 9000.0, 8971.0, 8959.0, 9024.0, 8975.0, 9024.0, 8972.0, 9016.0, 8989.0, 8961.0, 9033.0, 8976.0, 9039.0, 8973.0, 9018.0, 9057.0, 8968.0, 9029.0, 9000.0, 9025.0, 8965.0, 8969.0, 9040.0, 9000.0, 9028.0, 8971.0, 9007.0, 8987.0, 8949.0, 9029.0, 8965.0, 9036.0, 8992.0, 9006.0, 8948.0, 8954.0, 9030.0, 8966.0, 9033.0, 8994.0, 9039.0, 9019.0, 8964.0, 9021.0, 8960.0, 8959.0, 9038.0, 8977.0, 8951.0, 8942.0, 8947.0, 9002.0, 8952.0, 8993.0, 9000.0, 8950.0, 8984.0, 8953.0, 8967.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.0005016055045871559</td></tr>
<tr><td colspan=3>aqi</td><td>0.02321770974770642</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.75806502778418</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1506543815040173</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9726521452353614</td></tr>
<tr><td colspan=3>efc</td><td>0.4764</td></tr>
<tr><td colspan=3>fber</td><td>4307.8174</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08430485516308686</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.261467889908257</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4244482153029763</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.346605125870756</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7409356619237286</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1858038581144443</td></tr>
<tr><td colspan=3>gcor</td><td>0.00773144</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02040562592446804</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024261685088276863</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.6553733927624625</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.611</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.018</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.9191</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302206.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>815.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.6698</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8231</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.8611</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3214.0011</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3415.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74338.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>944.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.2348</td></tr>
<tr><td colspan=3>tsnr</td><td>36.36269746441394</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>