ds005256-mriqc/sub-0116_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 25db8bca58 [DATALAD RUNCMD] Compute MRIQC for sub-0116
=== 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-0116 --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-0116",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:15:19 +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-0116_ses-04_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-0116_ses-04_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-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_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-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_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-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_ses-04_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_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-0116/ses-04/func/sub-0116_ses-04_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>2b46a3d27254cc7b717999fc876b5bcb</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:14:47.725000</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.999478, -0.0315396, -0.00696596, 0.032283, 0.982382, 0.184074]</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.0957692</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>[4246, -7909, -7263, 502, -140, -385, 251, 143]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.339</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>92668f17-4123-4bf5-8ad6-1c5f8a1004fa||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.6815271377563477, 0.08661296218633652, -0.0028015945572406054, 108.190185546875], [0.08461838215589523, 2.6356594562530518, 0.4973468780517578, -115.98530578613281], [-0.01868916116654873, -0.4938563108444214, 2.653796911239624, -47.17774963378906], [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': ['171447.725000', '171448.185000', '171448.645000', '171449.105000', '171449.565000', '171450.025000', '171450.485000', '171450.945000', '171451.405000', '171451.865000', '171452.325000', '171452.785000', '171453.245000', '171453.705000', '171454.165000', '171454.625000', '171455.085000', '171455.545000', '171456.005000', '171456.465000', '171456.925000', '171457.385000', '171457.845000', '171458.305000', '171458.765000', '171459.225000', '171459.685000', '171500.145000', '171500.605000', '171501.065000', '171501.525000', '171501.985000', '171502.445000', '171502.905000', '171503.365000', '171503.825000', '171504.285000', '171504.745000', '171505.205000', '171505.665000', '171506.125000', '171506.585000', '171507.045000', '171507.505000', '171507.965000', '171508.425000', '171508.885000', '171509.345000', '171509.805000', '171510.265000', '171510.725000', '171511.185000', '171511.645000', '171512.105000', '171512.565000', '171513.025000', '171513.485000', '171513.945000', '171514.405000', '171514.865000', '171515.325000', '171515.785000', '171516.245000', '171516.705000', '171517.165000', '171517.625000', '171518.085000', '171518.545000', '171519.005000', '171519.465000', '171519.925000', '171520.385000', '171520.845000', '171521.305000', '171521.765000', '171522.225000', '171522.685000', '171523.145000', '171523.605000', '171524.065000', '171524.525000', '171524.985000', '171525.445000', '171525.905000', '171526.365000', '171526.825000', '171527.285000', '171527.745000', '171528.205000', '171528.665000', '171529.125000', '171529.585000', '171530.045000', '171530.505000', '171530.965000', '171531.425000', '171531.885000', '171532.345000', '171532.805000', '171533.265000', '171533.725000', '171534.185000', '171534.645000', '171535.105000', '171535.565000', '171536.025000', '171536.485000', '171536.945000', '171537.405000', '171537.865000', '171538.325000', '171538.785000', '171539.245000', '171539.705000', '171540.165000', '171540.625000', '171541.085000', '171541.545000', '171542.005000', '171542.465000', '171542.925000', '171543.385000', '171543.845000', '171544.305000', '171544.765000', '171545.225000', '171545.685000', '171546.145000', '171546.605000', '171547.065000', '171547.525000', '171547.985000', '171548.445000', '171548.905000', '171549.365000', '171549.825000', '171550.285000', '171550.745000', '171551.205000', '171551.665000', '171552.125000', '171552.585000', '171553.045000', '171553.505000', '171553.965000', '171554.425000', '171554.885000', '171555.345000', '171555.805000', '171556.265000', '171556.725000', '171557.185000', '171557.645000', '171558.105000', '171558.565000', '171559.025000', '171559.485000', '171559.945000', '171600.405000', '171600.865000', '171601.325000', '171601.785000', '171602.245000', '171602.705000', '171603.165000', '171603.625000', '171604.085000', '171604.545000', '171605.005000', '171605.465000', '171605.925000', '171606.385000', '171606.845000', '171607.305000', '171607.765000', '171608.225000', '171608.685000', '171609.145000', '171609.605000', '171610.065000', '171610.525000', '171610.985000', '171611.445000', '171611.905000', '171612.365000', '171612.825000', '171613.285000', '171613.745000', '171614.205000', '171614.665000', '171615.125000', '171615.585000', '171616.045000', '171616.505000', '171616.965000', '171617.425000', '171617.885000', '171618.345000', '171618.805000', '171619.265000', '171619.725000', '171620.185000', '171620.645000', '171621.105000', '171621.565000', '171622.025000', '171622.485000', '171622.945000', '171623.405000', '171623.865000', '171624.325000', '171624.785000', '171625.245000', '171625.705000', '171626.165000', '171626.625000', '171627.085000', '171627.545000', '171628.005000', '171628.465000', '171628.925000', '171629.385000', '171629.845000', '171630.305000', '171630.765000', '171631.225000', '171631.685000', '171632.145000', '171632.605000', '171633.065000', '171633.525000', '171633.985000', '171634.445000', '171634.905000', '171635.365000', '171635.825000', '171636.285000', '171636.745000', '171637.205000', '171637.665000', '171638.125000', '171638.585000', '171639.045000', '171639.505000', '171639.965000', '171640.425000', '171640.885000', '171641.345000', '171641.805000', '171642.265000', '171642.725000', '171643.185000', '171643.645000', '171644.105000', '171644.565000', '171645.025000', '171645.485000', '171645.945000', '171646.405000', '171646.865000', '171647.325000', '171647.785000', '171648.245000', '171648.705000', '171649.165000', '171649.625000', '171650.085000', '171650.545000', '171651.005000', '171651.465000', '171651.925000', '171652.385000', '171652.845000', '171653.305000', '171653.765000', '171654.225000', '171654.685000', '171655.145000', '171655.605000', '171656.065000', '171656.525000', '171656.985000', '171657.445000', '171657.905000', '171658.365000', '171658.825000', '171659.285000', '171659.745000', '171700.205000', '171700.665000', '171701.125000', '171701.585000', '171702.045000', '171702.505000', '171702.965000', '171703.425000', '171703.885000', '171704.345000', '171704.805000', '171705.265000', '171705.725000', '171706.185000', '171706.645000', '171707.105000', '171707.565000', '171708.025000', '171708.485000', '171708.945000', '171709.405000', '171709.865000', '171710.325000', '171710.785000', '171711.245000', '171711.705000', '171712.165000', '171712.625000', '171713.085000', '171713.545000', '171714.005000', '171714.465000', '171714.925000', '171715.385000', '171715.845000', '171716.305000', '171716.765000', '171717.225000', '171717.685000', '171718.145000', '171718.605000', '171719.065000', '171719.525000', '171719.985000', '171720.445000', '171720.905000', '171721.365000', '171721.825000', '171722.285000', '171722.745000', '171723.205000', '171723.665000', '171724.125000', '171724.585000', '171725.045000', '171725.505000', '171725.965000', '171726.425000', '171726.885000', '171727.345000', '171727.805000', '171728.265000', '171728.725000', '171729.185000', '171729.645000', '171730.105000', '171730.565000', '171731.025000', '171731.485000', '171731.945000', '171732.405000', '171732.865000', '171733.325000', '171733.785000', '171734.245000', '171734.705000', '171735.165000', '171735.625000', '171736.085000', '171736.545000', '171737.005000', '171737.465000', '171737.925000', '171738.385000', '171738.845000', '171739.305000', '171739.765000', '171740.225000', '171740.685000', '171741.145000', '171741.605000', '171742.065000', '171742.525000', '171742.985000', '171743.445000', '171743.905000', '171744.365000', '171744.825000', '171745.285000', '171745.745000', '171746.205000', '171746.665000', '171747.125000', '171747.585000', '171748.045000', '171748.505000', '171748.965000', '171749.425000', '171749.885000', '171750.345000', '171750.805000', '171751.265000', '171751.725000', '171752.185000', '171752.645000', '171753.105000', '171753.565000', '171754.025000', '171754.485000', '171754.945000', '171755.405000', '171755.865000', '171756.325000', '171756.785000', '171757.245000', '171757.705000', '171758.165000', '171758.625000', '171759.085000', '171759.545000', '171800.005000', '171800.465000', '171800.925000', '171801.385000', '171801.845000', '171802.305000', '171802.765000', '171803.225000', '171803.685000', '171804.145000', '171804.605000', '171805.065000', '171805.525000', '171805.985000', '171806.445000', '171806.905000', '171807.365000', '171807.825000', '171808.285000', '171808.745000', '171809.205000', '171809.665000', '171810.125000', '171810.585000', '171811.045000', '171811.505000', '171811.965000', '171812.425000', '171812.885000', '171813.345000', '171813.805000', '171814.265000', '171814.725000', '171815.185000', '171815.645000', '171816.105000', '171816.565000', '171817.025000', '171817.485000', '171817.945000', '171818.405000', '171818.865000', '171819.325000', '171819.785000', '171820.245000', '171820.705000', '171821.165000', '171821.625000', '171822.085000', '171822.545000', '171823.005000', '171823.465000', '171823.925000', '171824.385000', '171824.845000', '171825.305000', '171825.765000', '171826.225000', '171826.685000', '171827.145000', '171827.605000', '171828.065000', '171828.525000', '171828.985000', '171829.445000', '171829.905000', '171830.365000', '171830.825000', '171831.285000', '171831.745000', '171832.205000', '171832.665000', '171833.125000', '171833.585000', '171834.045000', '171834.505000', '171834.965000', '171835.425000', '171835.885000', '171836.345000', '171836.805000', '171837.265000', '171837.725000', '171838.185000', '171838.645000', '171839.105000', '171839.565000', '171840.025000', '171840.485000', '171840.945000', '171841.405000', '171841.865000', '171842.325000', '171842.785000', '171843.245000', '171843.705000', '171844.165000', '171844.625000', '171845.085000', '171845.545000', '171846.005000', '171846.465000', '171846.925000', '171847.385000', '171847.845000', '171848.305000', '171848.765000', '171849.225000', '171849.685000', '171850.145000', '171850.605000', '171851.065000', '171851.525000', '171851.985000', '171852.445000', '171852.905000', '171853.365000', '171853.825000', '171854.285000', '171854.745000', '171855.205000', '171855.665000', '171856.125000', '171856.585000', '171857.045000', '171857.505000', '171857.965000', '171858.425000', '171858.885000', '171859.345000', '171859.805000', '171900.265000', '171900.725000', '171901.185000', '171901.645000', '171902.105000', '171902.565000', '171903.025000', '171903.485000', '171903.945000', '171904.405000', '171904.865000', '171905.325000', '171905.785000', '171906.245000', '171906.705000', '171907.165000', '171907.625000', '171908.085000', '171908.545000', '171909.005000', '171909.465000', '171909.925000', '171910.385000', '171910.845000', '171911.305000', '171911.765000', '171912.225000', '171912.685000', '171913.145000', '171913.605000', '171914.065000', '171914.525000', '171914.985000', '171915.445000', '171915.905000', '171916.365000', '171916.825000', '171917.285000', '171917.745000', '171918.205000', '171918.665000', '171919.125000', '171919.585000', '171920.045000', '171920.505000', '171920.965000', '171921.425000', '171921.885000', '171922.345000', '171922.805000', '171923.265000', '171923.725000', '171924.185000', '171924.645000', '171925.105000', '171925.565000', '171926.025000', '171926.485000', '171926.945000', '171927.405000', '171927.865000', '171928.325000', '171928.785000', '171929.245000', '171929.705000', '171930.165000', '171930.625000', '171931.085000', '171931.545000', '171932.005000', '171932.465000', '171932.925000', '171933.385000', '171933.845000', '171934.305000', '171934.765000', '171935.225000', '171935.685000', '171936.145000', '171936.605000', '171937.065000', '171937.525000', '171937.985000', '171938.445000', '171938.905000', '171939.365000', '171939.825000', '171940.285000', '171940.745000', '171941.205000', '171941.665000', '171942.125000', '171942.585000', '171943.045000', '171943.505000', '171943.965000', '171944.425000', '171944.885000', '171945.345000', '171945.805000', '171946.265000', '171946.725000', '171947.185000', '171947.645000', '171948.105000', '171948.565000', '171949.025000', '171949.485000', '171949.945000', '171950.405000', '171950.865000', '171951.325000', '171951.785000', '171952.245000', '171952.705000', '171953.165000', '171953.625000', '171954.085000', '171954.545000', '171955.005000', '171955.465000', '171955.925000', '171956.385000', '171956.845000', '171957.305000', '171957.765000', '171958.225000', '171958.685000', '171959.145000', '171959.605000', '172000.065000', '172000.525000', '172000.985000', '172001.445000', '172001.905000', '172002.365000', '172002.825000', '172003.285000', '172003.745000', '172004.205000', '172004.665000', '172005.125000', '172005.585000', '172006.045000', '172006.505000', '172006.965000', '172007.425000', '172007.885000', '172008.345000', '172008.805000', '172009.265000', '172009.725000', '172010.185000', '172010.645000', '172011.105000', '172011.565000', '172012.025000', '172012.485000', '172012.945000', '172013.405000', '172013.865000', '172014.325000', '172014.785000', '172015.245000', '172015.705000', '172016.165000', '172016.625000', '172017.085000', '172017.545000', '172018.005000', '172018.465000', '172018.925000', '172019.385000', '172019.845000', '172020.305000', '172020.765000', '172021.225000', '172021.685000', '172022.145000', '172022.605000', '172023.065000', '172023.525000', '172023.985000', '172024.445000', '172024.905000', '172025.365000', '172025.825000', '172026.285000', '172026.745000', '172027.205000', '172027.665000', '172028.125000', '172028.585000', '172029.045000', '172029.505000', '172029.965000', '172030.425000', '172030.885000', '172031.345000', '172031.805000', '172032.265000', '172032.725000', '172033.185000', '172033.645000', '172034.105000', '172034.565000', '172035.025000', '172035.485000', '172035.945000', '172036.405000', '172036.865000', '172037.325000', '172037.785000', '172038.245000', '172038.705000', '172039.165000', '172039.625000', '172040.085000', '172040.545000', '172041.005000', '172041.465000', '172041.925000', '172042.385000', '172042.845000', '172043.305000', '172043.765000', '172044.225000', '172044.685000', '172045.145000', '172045.605000', '172046.065000', '172046.525000', '172046.985000', '172047.445000', '172047.905000', '172048.365000', '172048.825000', '172049.285000', '172049.745000', '172050.205000', '172050.665000', '172051.125000', '172051.585000', '172052.045000', '172052.505000', '172052.965000', '172053.425000', '172053.885000', '172054.345000', '172054.805000', '172055.265000', '172055.725000', '172056.185000', '172056.645000', '172057.105000', '172057.565000', '172058.025000', '172058.485000', '172058.945000', '172059.405000', '172059.865000', '172100.325000', '172100.785000', '172101.245000', '172101.705000', '172102.165000', '172102.625000', '172103.085000', '172103.545000', '172104.005000', '172104.465000', '172104.925000', '172105.385000', '172105.845000', '172106.305000', '172106.765000', '172107.225000', '172107.685000', '172108.145000', '172108.605000', '172109.065000', '172109.525000', '172109.985000', '172110.445000', '172110.905000', '172111.365000', '172111.825000', '172112.285000', '172112.745000', '172113.205000', '172113.665000', '172114.125000', '172114.585000', '172115.045000', '172115.505000', '172115.965000', '172116.425000', '172116.885000', '172117.345000', '172117.805000', '172118.265000', '172118.725000', '172119.185000', '172119.645000', '172120.105000', '172120.565000', '172121.025000', '172121.485000', '172121.945000', '172122.405000', '172122.865000', '172123.325000', '172123.785000', '172124.245000', '172124.705000', '172125.165000', '172125.625000', '172126.085000', '172126.545000', '172127.005000', '172127.465000', '172127.925000', '172128.385000'], 'ContentTime': ['171508.044000', '171508.047000', '171508.050000', '171508.053000', '171508.055000', '171508.058000', '171508.061000', '171508.063000', '171508.066000', '171508.068000', '171508.071000', '171508.074000', '171508.076000', '171508.079000', '171508.081000', '171508.084000', '171508.087000', '171508.089000', '171508.092000', '171508.095000', '171508.097000', '171508.100000', '171508.108000', '171508.110000', '171508.113000', '171508.115000', '171508.118000', '171508.121000', '171508.123000', '171508.126000', '171508.129000', '171508.132000', '171508.134000', '171508.137000', '171508.139000', '171508.142000', '171508.145000', '171508.147000', '171508.150000', '171508.152000', '171508.155000', '171508.165000', '171528.011000', '171528.015000', '171528.017000', '171528.020000', '171528.022000', '171528.025000', '171528.028000', '171528.030000', '171528.033000', '171528.035000', '171528.038000', '171528.040000', '171528.043000', '171528.046000', '171528.048000', '171528.051000', '171528.053000', '171528.056000', '171528.058000', '171528.061000', '171528.064000', '171528.066000', '171528.069000', '171528.071000', '171528.074000', '171528.076000', '171528.079000', '171528.081000', '171528.084000', '171528.087000', '171528.089000', '171528.092000', '171528.095000', '171528.097000', '171528.100000', '171528.102000', '171528.105000', '171528.107000', '171528.110000', '171528.113000', '171528.115000', '171528.118000', '171528.120000', '171528.123000', '171548.011000', '171548.014000', '171548.017000', '171548.020000', '171548.022000', '171548.025000', '171548.027000', '171548.030000', '171548.033000', '171548.035000', '171548.038000', '171548.040000', '171548.043000', '171548.045000', '171548.048000', '171548.051000', '171548.053000', '171548.056000', '171548.058000', '171548.061000', '171548.063000', '171548.066000', '171548.069000', '171548.071000', '171548.074000', '171548.076000', '171548.079000', '171548.082000', '171548.084000', '171548.087000', '171548.089000', '171548.092000', '171548.094000', '171548.097000', '171548.099000', '171548.102000', '171548.105000', '171548.107000', '171548.110000', '171548.112000', '171548.123000', '171548.125000', '171548.128000', '171608.011000', '171608.014000', '171608.017000', '171608.019000', '171608.022000', '171608.025000', '171608.027000', '171608.030000', '171608.032000', '171608.035000', '171608.038000', '171608.040000', '171608.044000', '171608.046000', '171608.049000', '171608.052000', '171608.054000', '171608.057000', '171608.059000', '171608.062000', '171608.064000', '171608.067000', '171608.070000', '171608.072000', '171608.075000', '171608.077000', '171608.080000', '171608.082000', '171608.085000', '171608.088000', '171608.098000', '171608.100000', '171608.103000', '171608.105000', '171608.108000', '171608.111000', '171608.113000', '171608.116000', '171608.119000', '171608.121000', '171608.124000', '171608.126000', '171608.129000', '171608.132000', '171628.011000', '171628.014000', '171628.017000', '171628.019000', '171628.022000', '171628.024000', '171628.027000', '171628.030000', '171628.032000', '171628.035000', '171628.037000', '171628.040000', '171628.043000', '171628.045000', '171628.048000', '171628.050000', '171628.053000', '171628.055000', '171628.058000', '171628.060000', '171628.063000', '171628.066000', '171628.068000', '171628.071000', '171628.073000', '171628.076000', '171628.079000', '171628.081000', '171628.084000', '171628.093000', '171628.095000', '171628.098000', '171628.101000', '171628.103000', '171628.106000', '171628.108000', '171628.111000', '171628.114000', '171628.116000', '171628.119000', '171628.121000', '171628.124000', '171628.126000', '171648.012000', '171648.014000', '171648.017000', '171648.020000', '171648.022000', '171648.025000', '171648.027000', '171648.030000', '171648.033000', '171648.035000', '171648.038000', '171648.041000', '171648.043000', '171648.046000', '171648.048000', '171648.051000', '171648.054000', '171648.056000', '171648.059000', '171648.061000', '171648.064000', '171648.067000', '171648.069000', '171648.072000', '171648.075000', '171648.077000', '171648.080000', '171648.082000', '171648.085000', '171648.087000', '171648.090000', '171648.092000', '171648.095000', '171648.098000', '171648.100000', '171648.103000', '171648.105000', '171648.108000', '171648.123000', '171648.125000', '171648.128000', '171648.130000', '171648.133000', '171648.136000', '171708.011000', '171708.014000', '171708.017000', '171708.019000', '171708.022000', '171708.024000', '171708.027000', '171708.030000', '171708.032000', '171708.035000', '171708.037000', '171708.040000', '171708.043000', '171708.045000', '171708.048000', '171708.050000', '171708.053000', '171708.056000', '171708.058000', '171708.061000', '171708.063000', '171708.066000', '171708.068000', '171708.071000', '171708.073000', '171708.076000', '171708.079000', '171708.081000', '171708.084000', '171708.086000', '171708.089000', '171708.091000', '171708.094000', '171708.097000', '171708.099000', '171708.102000', '171708.104000', '171708.107000', '171708.110000', '171708.112000', '171708.115000', '171708.117000', '171708.120000', '171728.010000', '171728.013000', '171728.016000', '171728.018000', '171728.021000', '171728.024000', '171728.026000', '171728.029000', '171728.032000', '171728.034000', '171728.037000', '171728.039000', '171728.042000', '171728.045000', '171728.047000', '171728.050000', '171728.052000', '171728.055000', '171728.057000', '171728.060000', '171728.063000', '171728.065000', '171728.068000', '171728.070000', '171728.073000', '171728.076000', '171728.078000', '171728.081000', '171728.083000', '171728.086000', '171728.089000', '171728.091000', '171728.094000', '171728.096000', '171728.099000', '171728.101000', '171728.104000', '171728.110000', '171728.113000', '171728.116000', '171728.118000', '171728.121000', '171728.123000', '171728.126000', '171748.011000', '171748.014000', '171748.017000', '171748.019000', '171748.022000', '171748.025000', '171748.027000', '171748.030000', '171748.033000', '171748.035000', '171748.038000', '171748.040000', '171748.043000', '171748.045000', '171748.048000', '171748.051000', '171748.053000', '171748.056000', '171748.058000', '171748.061000', '171748.064000', '171748.066000', '171748.069000', '171748.071000', '171748.074000', '171748.077000', '171748.079000', '171748.082000', '171748.084000', '171748.087000', '171748.090000', '171748.092000', '171748.095000', '171748.097000', '171748.100000', '171748.103000', '171748.105000', '171748.108000', '171748.110000', '171748.113000', '171748.115000', '171748.118000', '171748.121000', '171808.011000', '171808.014000', '171808.017000', '171808.019000', '171808.022000', '171808.025000', '171808.027000', '171808.030000', '171808.033000', '171808.035000', '171808.038000', '171808.042000', '171808.045000', '171808.047000', '171808.050000', '171808.053000', '171808.055000', '171808.058000', '171808.061000', '171808.063000', '171808.066000', '171808.069000', '171808.071000', '171808.074000', '171808.076000', '171808.079000', '171808.082000', '171808.085000', '171808.087000', '171808.090000', '171808.092000', '171808.095000', '171808.098000', '171808.101000', '171808.103000', '171808.106000', '171808.109000', '171808.111000', '171808.114000', '171808.117000', '171808.119000', '171808.122000', '171808.124000', '171808.127000', '171828.011000', '171828.014000', '171828.017000', '171828.020000', '171828.022000', '171828.025000', '171828.027000', '171828.030000', '171828.033000', '171828.035000', '171828.038000', '171828.040000', '171828.043000', '171828.045000', '171828.048000', '171828.051000', '171828.053000', '171828.056000', '171828.058000', '171828.061000', '171828.064000', '171828.066000', '171828.069000', '171828.071000', '171828.074000', '171828.076000', '171828.079000', '171828.081000', '171828.084000', '171828.087000', '171828.089000', '171828.092000', '171828.094000', '171828.105000', '171828.107000', '171828.110000', '171828.113000', '171828.115000', '171828.118000', '171828.120000', '171828.123000', '171828.125000', '171828.128000', '171848.012000', '171848.015000', '171848.017000', '171848.020000', '171848.023000', '171848.025000', '171848.028000', '171848.030000', '171848.033000', '171848.035000', '171848.038000', '171848.041000', '171848.043000', '171848.046000', '171848.048000', '171848.051000', '171848.054000', '171848.056000', '171848.059000', '171848.062000', '171848.064000', '171848.067000', '171848.069000', '171848.072000', '171848.074000', '171848.077000', '171848.079000', '171848.082000', '171848.085000', '171848.087000', '171848.090000', '171848.092000', '171848.095000', '171848.098000', '171848.100000', '171848.103000', '171848.105000', '171848.108000', '171848.110000', '171848.113000', '171848.116000', '171848.118000', '171848.121000', '171908.011000', '171908.014000', '171908.017000', '171908.020000', '171908.022000', '171908.025000', '171908.027000', '171908.030000', '171908.033000', '171908.035000', '171908.038000', '171908.041000', '171908.043000', '171908.046000', '171908.048000', '171908.051000', '171908.054000', '171908.056000', '171908.059000', '171908.061000', '171908.064000', '171908.067000', '171908.069000', '171908.072000', '171908.074000', '171908.077000', '171908.080000', '171908.082000', '171908.085000', '171908.087000', '171908.090000', '171908.093000', '171908.095000', '171908.098000', '171908.100000', '171908.103000', '171908.106000', '171908.108000', '171908.111000', '171908.113000', '171908.116000', '171908.119000', '171908.121000', '171908.124000', '171928.011000', '171928.014000', '171928.017000', '171928.019000', '171928.022000', '171928.025000', '171928.027000', '171928.030000', '171928.032000', '171928.035000', '171928.037000', '171928.040000', '171928.043000', '171928.045000', '171928.048000', '171928.051000', '171928.053000', '171928.056000', '171928.058000', '171928.061000', '171928.064000', '171928.066000', '171928.069000', '171928.071000', '171928.074000', '171928.076000', '171928.080000', '171928.083000', '171928.086000', '171928.088000', '171928.091000', '171928.094000', '171928.096000', '171928.099000', '171928.102000', '171928.105000', '171928.108000', '171928.111000', '171928.113000', '171928.116000', '171928.119000', '171928.121000', '171928.124000', '171948.011000', '171948.013000', '171948.016000', '171948.019000', '171948.021000', '171948.024000', '171948.027000', '171948.029000', '171948.032000', '171948.034000', '171948.037000', '171948.040000', '171948.042000', '171948.045000', '171948.047000', '171948.050000', '171948.053000', '171948.055000', '171948.058000', '171948.061000', '171948.063000', '171948.066000', '171948.069000', '171948.071000', '171948.074000', '171948.076000', '171948.079000', '171948.082000', '171948.084000', '171948.087000', '171948.089000', '171948.092000', '171948.095000', '171948.097000', '171948.100000', '171948.102000', '171948.105000', '171948.108000', '171948.110000', '171948.113000', '171948.115000', '171948.118000', '171948.121000', '171948.123000', '172008.012000', '172008.021000', '172008.024000', '172008.026000', '172008.029000', '172008.032000', '172008.034000', '172008.037000', '172008.040000', '172008.042000', '172008.045000', '172008.048000', '172008.050000', '172008.053000', '172008.055000', '172008.058000', '172008.061000', '172008.063000', '172008.066000', '172008.068000', '172008.071000', '172008.074000', '172008.076000', '172008.079000', '172008.081000', '172008.084000', '172008.086000', '172008.089000', '172008.092000', '172008.095000', '172008.102000', '172008.105000', '172008.108000', '172008.110000', '172008.113000', '172008.115000', '172008.118000', '172008.121000', '172008.123000', '172008.126000', '172008.128000', '172008.131000', '172008.133000', '172028.012000', '172028.014000', '172028.017000', '172028.020000', '172028.022000', '172028.025000', '172028.027000', '172028.030000', '172028.033000', '172028.035000', '172028.038000', '172028.041000', '172028.043000', '172028.046000', '172028.048000', '172028.051000', '172028.053000', '172028.056000', '172028.059000', '172028.061000', '172028.064000', '172028.066000', '172028.069000', '172028.071000', '172028.074000', '172028.077000', '172028.079000', '172028.082000', '172028.084000', '172028.087000', '172028.090000', '172028.092000', '172028.095000', '172028.097000', '172028.100000', '172028.102000', '172028.105000', '172028.107000', '172028.110000', '172028.113000', '172028.115000', '172028.118000', '172028.120000', '172028.123000', '172048.012000', '172048.014000', '172048.017000', '172048.020000', '172048.022000', '172048.025000', '172048.027000', '172048.030000', '172048.032000', '172048.035000', '172048.038000', '172048.040000', '172048.043000', '172048.045000', '172048.050000', '172048.052000', '172048.055000', '172048.058000', '172048.060000', '172048.063000', '172048.065000', '172048.068000', '172048.070000', '172048.073000', '172048.076000', '172048.078000', '172048.081000', '172048.083000', '172048.086000', '172048.089000', '172048.091000', '172048.094000', '172048.096000', '172048.099000', '172048.102000', '172048.104000', '172048.107000', '172048.110000', '172048.112000', '172048.115000', '172048.118000', '172048.122000', '172048.124000', '172108.011000', '172108.014000', '172108.017000', '172108.019000', '172108.022000', '172108.025000', '172108.027000', '172108.030000', '172108.032000', '172108.035000', '172108.037000', '172108.040000', '172108.043000', '172108.045000', '172108.048000', '172108.050000', '172108.053000', '172108.055000', '172108.058000', '172108.061000', '172108.063000', '172108.066000', '172108.068000', '172108.071000', '172108.073000', '172108.076000', '172108.078000', '172108.081000', '172108.084000', '172108.086000', '172108.089000', '172108.091000', '172108.094000', '172108.097000', '172108.099000', '172108.102000', '172108.104000', '172108.107000', '172108.110000', '172108.112000', '172108.115000', '172108.117000', '172108.120000', '172108.122000', '172128.011000', '172128.014000', '172128.017000', '172128.019000', '172128.022000', '172128.025000', '172128.027000', '172128.030000', '172128.032000', '172128.035000', '172128.038000', '172128.040000', '172128.049000', '172128.052000', '172128.054000', '172128.057000', '172128.060000', '172128.062000', '172128.065000', '172128.067000', '172128.070000', '172128.073000', '172128.075000', '172128.078000', '172128.080000', '172128.083000', '172128.086000', '172128.088000', '172128.091000', '172128.093000', '172128.096000', '172128.099000', '172128.102000', '172128.105000', '172128.107000', '172128.110000', '172128.112000', '172128.115000', '172128.118000', '172128.120000', '172128.123000', '172128.125000', '172128.128000', '172129.471000', '172129.474000', '172129.477000', '172129.480000'], 'InstanceCreationTime': ['171508.044000', '171508.047000', '171508.050000', '171508.053000', '171508.055000', '171508.058000', '171508.061000', '171508.063000', '171508.066000', '171508.068000', '171508.071000', '171508.074000', '171508.076000', '171508.079000', '171508.081000', '171508.084000', '171508.087000', '171508.089000', '171508.092000', '171508.095000', '171508.097000', '171508.100000', '171508.108000', '171508.110000', '171508.113000', '171508.115000', '171508.118000', '171508.121000', '171508.123000', '171508.126000', '171508.129000', '171508.132000', '171508.134000', '171508.137000', '171508.139000', '171508.142000', '171508.145000', '171508.147000', '171508.150000', '171508.152000', '171508.155000', '171508.165000', '171528.011000', '171528.015000', '171528.017000', '171528.020000', '171528.022000', '171528.025000', '171528.028000', '171528.030000', '171528.033000', '171528.035000', '171528.038000', '171528.040000', '171528.043000', '171528.046000', '171528.048000', '171528.051000', '171528.053000', '171528.056000', '171528.058000', '171528.061000', '171528.064000', '171528.066000', '171528.069000', '171528.071000', '171528.074000', '171528.076000', '171528.079000', '171528.081000', '171528.084000', '171528.087000', '171528.089000', '171528.092000', '171528.095000', '171528.097000', '171528.100000', '171528.102000', '171528.105000', '171528.107000', '171528.110000', '171528.113000', '171528.115000', '171528.118000', '171528.120000', '171528.123000', '171548.011000', '171548.014000', '171548.017000', '171548.020000', '171548.022000', '171548.025000', '171548.027000', '171548.030000', '171548.033000', '171548.035000', '171548.038000', '171548.040000', '171548.043000', '171548.045000', '171548.048000', '171548.051000', '171548.053000', '171548.056000', '171548.058000', '171548.061000', '171548.063000', '171548.066000', '171548.069000', '171548.071000', '171548.074000', '171548.076000', '171548.079000', '171548.082000', '171548.084000', '171548.087000', '171548.089000', '171548.092000', '171548.094000', '171548.097000', '171548.099000', '171548.102000', '171548.105000', '171548.107000', '171548.110000', '171548.112000', '171548.123000', '171548.125000', '171548.128000', '171608.011000', '171608.014000', '171608.017000', '171608.019000', '171608.022000', '171608.025000', '171608.027000', '171608.030000', '171608.032000', '171608.035000', '171608.038000', '171608.040000', '171608.044000', '171608.046000', '171608.049000', '171608.052000', '171608.054000', '171608.057000', '171608.059000', '171608.062000', '171608.064000', '171608.067000', '171608.070000', '171608.072000', '171608.075000', '171608.077000', '171608.080000', '171608.082000', '171608.085000', '171608.088000', '171608.098000', '171608.100000', '171608.103000', '171608.105000', '171608.108000', '171608.111000', '171608.113000', '171608.116000', '171608.119000', '171608.121000', '171608.124000', '171608.126000', '171608.129000', '171608.132000', '171628.011000', '171628.014000', '171628.017000', '171628.019000', '171628.022000', '171628.024000', '171628.027000', '171628.030000', '171628.032000', '171628.035000', '171628.037000', '171628.040000', '171628.043000', '171628.045000', '171628.048000', '171628.050000', '171628.053000', '171628.055000', '171628.058000', '171628.060000', '171628.063000', '171628.066000', '171628.068000', '171628.071000', '171628.073000', '171628.076000', '171628.079000', '171628.081000', '171628.084000', '171628.093000', '171628.095000', '171628.098000', '171628.101000', '171628.103000', '171628.106000', '171628.108000', '171628.111000', '171628.114000', '171628.116000', '171628.119000', '171628.121000', '171628.124000', '171628.126000', '171648.012000', '171648.014000', '171648.017000', '171648.020000', '171648.022000', '171648.025000', '171648.027000', '171648.030000', '171648.033000', '171648.035000', '171648.038000', '171648.041000', '171648.043000', '171648.046000', '171648.048000', '171648.051000', '171648.054000', '171648.056000', '171648.059000', '171648.061000', '171648.064000', '171648.067000', '171648.069000', '171648.072000', '171648.075000', '171648.077000', '171648.080000', '171648.082000', '171648.085000', '171648.087000', '171648.090000', '171648.092000', '171648.095000', '171648.098000', '171648.100000', '171648.103000', '171648.105000', '171648.108000', '171648.123000', '171648.125000', '171648.128000', '171648.130000', '171648.133000', '171648.136000', '171708.011000', '171708.014000', '171708.017000', '171708.019000', '171708.022000', '171708.024000', '171708.027000', '171708.030000', '171708.032000', '171708.035000', '171708.037000', '171708.040000', '171708.043000', '171708.045000', '171708.048000', '171708.050000', '171708.053000', '171708.056000', '171708.058000', '171708.061000', '171708.063000', '171708.066000', '171708.068000', '171708.071000', '171708.073000', '171708.076000', '171708.079000', '171708.081000', '171708.084000', '171708.086000', '171708.089000', '171708.091000', '171708.094000', '171708.097000', '171708.099000', '171708.102000', '171708.104000', '171708.107000', '171708.110000', '171708.112000', '171708.115000', '171708.117000', '171708.120000', '171728.010000', '171728.013000', '171728.016000', '171728.018000', '171728.021000', '171728.024000', '171728.026000', '171728.029000', '171728.032000', '171728.034000', '171728.037000', '171728.039000', '171728.042000', '171728.045000', '171728.047000', '171728.050000', '171728.052000', '171728.055000', '171728.057000', '171728.060000', '171728.063000', '171728.065000', '171728.068000', '171728.070000', '171728.073000', '171728.076000', '171728.078000', '171728.081000', '171728.083000', '171728.086000', '171728.089000', '171728.091000', '171728.094000', '171728.096000', '171728.099000', '171728.101000', '171728.104000', '171728.110000', '171728.113000', '171728.116000', '171728.118000', '171728.121000', '171728.123000', '171728.126000', '171748.011000', '171748.014000', '171748.017000', '171748.019000', '171748.022000', '171748.025000', '171748.027000', '171748.030000', '171748.033000', '171748.035000', '171748.038000', '171748.040000', '171748.043000', '171748.045000', '171748.048000', '171748.051000', '171748.053000', '171748.056000', '171748.058000', '171748.061000', '171748.064000', '171748.066000', '171748.069000', '171748.071000', '171748.074000', '171748.077000', '171748.079000', '171748.082000', '171748.084000', '171748.087000', '171748.090000', '171748.092000', '171748.095000', '171748.097000', '171748.100000', '171748.103000', '171748.105000', '171748.108000', '171748.110000', '171748.113000', '171748.115000', '171748.118000', '171748.121000', '171808.011000', '171808.014000', '171808.017000', '171808.019000', '171808.022000', '171808.025000', '171808.027000', '171808.030000', '171808.033000', '171808.035000', '171808.038000', '171808.042000', '171808.045000', '171808.047000', '171808.050000', '171808.053000', '171808.055000', '171808.058000', '171808.061000', '171808.063000', '171808.066000', '171808.069000', '171808.071000', '171808.074000', '171808.076000', '171808.079000', '171808.082000', '171808.085000', '171808.087000', '171808.090000', '171808.092000', '171808.095000', '171808.098000', '171808.101000', '171808.103000', '171808.106000', '171808.109000', '171808.111000', '171808.114000', '171808.117000', '171808.119000', '171808.122000', '171808.124000', '171808.127000', '171828.011000', '171828.014000', '171828.017000', '171828.020000', '171828.022000', '171828.025000', '171828.027000', '171828.030000', '171828.033000', '171828.035000', '171828.038000', '171828.040000', '171828.043000', '171828.045000', '171828.048000', '171828.051000', '171828.053000', '171828.056000', '171828.058000', '171828.061000', '171828.064000', '171828.066000', '171828.069000', '171828.071000', '171828.074000', '171828.076000', '171828.079000', '171828.081000', '171828.084000', '171828.087000', '171828.089000', '171828.092000', '171828.094000', '171828.105000', '171828.107000', '171828.110000', '171828.113000', '171828.115000', '171828.118000', '171828.120000', '171828.123000', '171828.125000', '171828.128000', '171848.012000', '171848.015000', '171848.017000', '171848.020000', '171848.023000', '171848.025000', '171848.028000', '171848.030000', '171848.033000', '171848.035000', '171848.038000', '171848.041000', '171848.043000', '171848.046000', '171848.048000', '171848.051000', '171848.054000', '171848.056000', '171848.059000', '171848.062000', '171848.064000', '171848.067000', '171848.069000', '171848.072000', '171848.074000', '171848.077000', '171848.079000', '171848.082000', '171848.085000', '171848.087000', '171848.090000', '171848.092000', '171848.095000', '171848.098000', '171848.100000', '171848.103000', '171848.105000', '171848.108000', '171848.110000', '171848.113000', '171848.116000', '171848.118000', '171848.121000', '171908.011000', '171908.014000', '171908.017000', '171908.020000', '171908.022000', '171908.025000', '171908.027000', '171908.030000', '171908.033000', '171908.035000', '171908.038000', '171908.041000', '171908.043000', '171908.046000', '171908.048000', '171908.051000', '171908.054000', '171908.056000', '171908.059000', '171908.061000', '171908.064000', '171908.067000', '171908.069000', '171908.072000', '171908.074000', '171908.077000', '171908.080000', '171908.082000', '171908.085000', '171908.087000', '171908.090000', '171908.093000', '171908.095000', '171908.098000', '171908.100000', '171908.103000', '171908.106000', '171908.108000', '171908.111000', '171908.113000', '171908.116000', '171908.119000', '171908.121000', '171908.124000', '171928.011000', '171928.014000', '171928.017000', '171928.019000', '171928.022000', '171928.025000', '171928.027000', '171928.030000', '171928.032000', '171928.035000', '171928.037000', '171928.040000', '171928.043000', '171928.045000', '171928.048000', '171928.051000', '171928.053000', '171928.056000', '171928.058000', '171928.061000', '171928.064000', '171928.066000', '171928.069000', '171928.071000', '171928.074000', '171928.076000', '171928.080000', '171928.083000', '171928.086000', '171928.088000', '171928.091000', '171928.094000', '171928.096000', '171928.099000', '171928.102000', '171928.105000', '171928.108000', '171928.111000', '171928.113000', '171928.116000', '171928.119000', '171928.121000', '171928.124000', '171948.011000', '171948.013000', '171948.016000', '171948.019000', '171948.021000', '171948.024000', '171948.027000', '171948.029000', '171948.032000', '171948.034000', '171948.037000', '171948.040000', '171948.042000', '171948.045000', '171948.047000', '171948.050000', '171948.053000', '171948.055000', '171948.058000', '171948.061000', '171948.063000', '171948.066000', '171948.069000', '171948.071000', '171948.074000', '171948.076000', '171948.079000', '171948.082000', '171948.084000', '171948.087000', '171948.089000', '171948.092000', '171948.095000', '171948.097000', '171948.100000', '171948.102000', '171948.105000', '171948.108000', '171948.110000', '171948.113000', '171948.115000', '171948.118000', '171948.121000', '171948.123000', '172008.012000', '172008.021000', '172008.024000', '172008.026000', '172008.029000', '172008.032000', '172008.034000', '172008.037000', '172008.040000', '172008.042000', '172008.045000', '172008.048000', '172008.050000', '172008.053000', '172008.055000', '172008.058000', '172008.061000', '172008.063000', '172008.066000', '172008.068000', '172008.071000', '172008.074000', '172008.076000', '172008.079000', '172008.081000', '172008.084000', '172008.086000', '172008.089000', '172008.092000', '172008.095000', '172008.102000', '172008.105000', '172008.108000', '172008.110000', '172008.113000', '172008.115000', '172008.118000', '172008.121000', '172008.123000', '172008.126000', '172008.128000', '172008.131000', '172008.133000', '172028.012000', '172028.014000', '172028.017000', '172028.020000', '172028.022000', '172028.025000', '172028.027000', '172028.030000', '172028.033000', '172028.035000', '172028.038000', '172028.041000', '172028.043000', '172028.046000', '172028.048000', '172028.051000', '172028.053000', '172028.056000', '172028.059000', '172028.061000', '172028.064000', '172028.066000', '172028.069000', '172028.071000', '172028.074000', '172028.077000', '172028.079000', '172028.082000', '172028.084000', '172028.087000', '172028.090000', '172028.092000', '172028.095000', '172028.097000', '172028.100000', '172028.102000', '172028.105000', '172028.107000', '172028.110000', '172028.113000', '172028.115000', '172028.118000', '172028.120000', '172028.123000', '172048.012000', '172048.014000', '172048.017000', '172048.020000', '172048.022000', '172048.025000', '172048.027000', '172048.030000', '172048.032000', '172048.035000', '172048.038000', '172048.040000', '172048.043000', '172048.045000', '172048.050000', '172048.052000', '172048.055000', '172048.058000', '172048.060000', '172048.063000', '172048.065000', '172048.068000', '172048.070000', '172048.073000', '172048.076000', '172048.078000', '172048.081000', '172048.083000', '172048.086000', '172048.089000', '172048.091000', '172048.094000', '172048.096000', '172048.099000', '172048.102000', '172048.104000', '172048.107000', '172048.110000', '172048.112000', '172048.115000', '172048.118000', '172048.122000', '172048.124000', '172108.011000', '172108.014000', '172108.017000', '172108.019000', '172108.022000', '172108.025000', '172108.027000', '172108.030000', '172108.032000', '172108.035000', '172108.037000', '172108.040000', '172108.043000', '172108.045000', '172108.048000', '172108.050000', '172108.053000', '172108.055000', '172108.058000', '172108.061000', '172108.063000', '172108.066000', '172108.068000', '172108.071000', '172108.073000', '172108.076000', '172108.078000', '172108.081000', '172108.084000', '172108.086000', '172108.089000', '172108.091000', '172108.094000', '172108.097000', '172108.099000', '172108.102000', '172108.104000', '172108.107000', '172108.110000', '172108.112000', '172108.115000', '172108.117000', '172108.120000', '172108.122000', '172128.011000', '172128.014000', '172128.017000', '172128.019000', '172128.022000', '172128.025000', '172128.027000', '172128.030000', '172128.032000', '172128.035000', '172128.038000', '172128.040000', '172128.049000', '172128.052000', '172128.054000', '172128.057000', '172128.060000', '172128.062000', '172128.065000', '172128.067000', '172128.070000', '172128.073000', '172128.075000', '172128.078000', '172128.080000', '172128.083000', '172128.086000', '172128.088000', '172128.091000', '172128.093000', '172128.096000', '172128.099000', '172128.102000', '172128.105000', '172128.107000', '172128.110000', '172128.112000', '172128.115000', '172128.118000', '172128.120000', '172128.123000', '172128.125000', '172128.128000', '172129.471000', '172129.474000', '172129.477000', '172129.480000'], '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': [10200, 15168, 9363, 13152, 9097, 9352, 9327, 9413, 16084, 10397, 11131, 9019, 9924, 8820, 9771, 8909, 9931, 8590, 10201, 15534, 8897, 13311, 9564, 10178, 9167, 9612, 11007, 8765, 11554, 8646, 11527, 8752, 11119, 8727, 8320, 8815, 11122, 8919, 9310, 9644, 8305, 10706, 9312, 11427, 9108, 10635, 9658, 8388, 10613, 15937, 10695, 10769, 8491, 9703, 8117, 9755, 13224, 9507, 10778, 9284, 11187, 9041, 8258, 9299, 8641, 9212, 13951, 9976, 10289, 10460, 10181, 13812, 9027, 10886, 9283, 10083, 10318, 9213, 8617, 9371, 13954, 8648, 11537, 9477, 10959, 8920, 10340, 12956, 9749, 14567, 9098, 11273, 9471, 10593, 9678, 9998, 12643, 9531, 10127, 8924, 8615, 10207, 16684, 10586, 10725, 9636, 9854, 13405, 9848, 11229, 9268, 9673, 9096, 9296, 8834, 11146, 9850, 12053, 9271, 15871, 9689, 12300, 8871, 9367, 12738, 9319, 9973, 8747, 9443, 8303, 9259, 8702, 9296, 8953, 9260, 7959, 9166, 15053, 8696, 11887, 9053, 9899, 9139, 9471, 14610, 9474, 12648, 9039, 10253, 8643, 9495, 13396, 9620, 11659, 9167, 10169, 11139, 9571, 11933, 9610, 9029, 9421, 9603, 14873, 9149, 10384, 8749, 9689, 10236, 9436, 12353, 9173, 9466, 9092, 9633, 14278, 10279, 9541, 12614, 9710, 12791, 9462, 10168, 8809, 9764, 9101, 9708, 13283, 9858, 9408, 11543, 9628, 9597, 9320, 12323, 10000, 9552, 9258, 9636, 9927, 9733, 15497, 10060, 9727, 10385, 9492, 14192, 9951, 9483, 8736, 9719, 11428, 9581, 8502, 9397, 12758, 8845, 9419, 13310, 9806, 9820, 9381, 9712, 11287, 9315, 12822, 9790, 9568, 9015, 9552, 14658, 9074, 10765, 9117, 9411, 14396, 9271, 11230, 8990, 9426, 10491, 9605, 11787, 10232, 9296, 8958, 9517, 13561, 9438, 9429, 9626, 9610, 10127, 9279, 10083, 9795, 14378, 10229, 9502, 14216, 9704, 12001, 9376, 9811, 13760, 9684, 9381, 8955, 9597, 9603, 9732, 11526, 10490, 9478, 9260, 9940, 15063, 9194, 10685, 10173, 9828, 10553, 9797, 13837, 9531, 12553, 10205, 10215, 8805, 9766, 16587, 9751, 12525, 9727, 10037, 8838, 9721, 9981, 9954, 13298, 9589, 9629, 9145, 10123, 13368, 9331, 13297, 9140, 9493, 12157, 9624, 11261, 9232, 9347, 9762, 9782, 10047, 9702, 12892, 9809, 9744, 10118, 9597, 14770, 9628, 11554, 9085, 9939, 14590, 9792, 9663, 10862, 9554, 10359, 9759, 9880, 9271, 9393, 13844, 9334, 11114, 9206, 9954, 11064, 10092, 9261, 9824, 12060, 9457, 9635, 9931, 9601, 11675, 9508, 11706, 9800, 9800, 15163, 9694, 11716, 9497, 9359, 9615, 9797, 8686, 9935, 12461, 10333, 9418, 9089, 9790, 9388, 9829, 15554, 9804, 9501, 9261, 9488, 16658, 9388, 12075, 9320, 9625, 9425, 9597, 12259, 9751, 10925, 9906, 9907, 11568, 9625, 13114, 9960, 9756, 11682, 9352, 10831, 9653, 9640, 8616, 9808, 12755, 9516, 10028, 8887, 9479, 11955, 9873, 8862, 9686, 13705, 8995, 9234, 9544, 9790, 15566, 9953, 10186, 12081, 9748, 14356, 9813, 9752, 9619, 9829, 10114, 9476, 11613, 9001, 9250, 9678, 9616, 13794, 9545, 11444, 9440, 9631, 9655, 8940, 9882, 9598, 12565, 9516, 14544, 9601, 11320, 15910, 9785, 13162, 10092, 9623, 10474, 9768, 10949, 9669, 11992, 9886, 9318, 9756, 14165, 10133, 9877, 9309, 9860, 13612, 9436, 10741, 9131, 9292, 9018, 9836, 8272, 9761, 11453, 9935, 12596, 9739, 10809, 9416, 9778, 11085, 9822, 12371, 10485, 9698, 9799, 9805, 10177, 9501, 9591, 11722, 9784, 11178, 11873, 10427, 12911, 10184, 11688, 9730, 9597, 9601, 9923, 8935, 9934, 13961, 9754, 10589, 10518, 9814, 13525, 9695, 11514, 9677, 10291, 8648, 9642, 12847, 9535, 10421, 9771, 9910, 10140, 9466, 9668, 10514, 12314, 9476, 14056, 10010, 10535, 10785, 9619, 12352, 10202, 10005, 10823, 9795, 9399, 9538, 9108, 9766, 14989, 10004, 9965, 9524, 9888, 14261, 9477, 10684, 9729, 9938, 12904, 10351, 9363, 8808, 10282, 14000, 9756, 9697, 10108, 9738, 14605, 9855, 11775, 10615, 9824, 14679, 9865, 12223, 9352, 9940, 14706, 9791, 10589, 9061, 9500, 9730, 10050, 13621, 10253, 9279, 13243, 9609, 11196, 8964, 9479, 12732, 9590, 10101, 9579, 9731, 13353, 9937, 11973, 9504, 10060, 12284, 9445, 11948, 9882, 10789, 9805, 9802, 14189, 10068, 9884, 9054, 9866, 13912, 9355, 9817, 9650, 10168, 12569, 9542, 11252, 9966, 9542, 9209, 9437, 15488, 9720, 12655, 10464, 9738, 10412, 9954, 13749, 9715, 9814, 10745, 9841, 12210, 9294, 9405, 13939, 9777, 10521, 8956, 9827, 10639, 9685, 10843, 10267, 9533, 11837, 9970, 13124, 9403, 10631, 12184, 9960, 13175, 9919, 10096, 8714, 9600, 14876, 9699, 12542, 10477, 9878, 14248, 9963, 13242, 10381, 9461, 16021, 9882, 11359, 9123, 9705, 9439, 9852, 13402, 9889, 9725, 8833, 9809, 15133, 9621, 10517, 9043, 9764, 9411, 10068, 13848, 9311, 9770, 16341, 9858, 10677, 9508, 9772, 12044, 9683, 10819, 9276, 9798, 14254, 9728, 9428, 9958, 10071, 13331, 10686, 9822, 8823, 10060, 14187, 9775, 9914, 9902, 10014, 14245, 9737, 10904, 9551, 9512, 9528, 9795, 9315, 10050, 9400, 11747, 9485, 14040, 11673, 10027, 12115, 9578, 12688, 9497, 9585, 12548, 9835, 12399, 9790, 10760, 9289, 9571, 13462, 9575, 12400, 10120, 9611, 10439, 9556, 12249, 9573, 10138, 9584, 9658, 10395, 9293, 8860, 10322, 12921, 9687, 12788, 9253, 9686, 14921, 9947, 10522, 10884, 9842, 12787, 9458, 9540, 9802, 10085, 13685, 9428, 9023, 9897, 11374, 9739, 12837, 12499, 10010, 13028, 9294, 9825, 15595, 10389, 9721, 10171, 10045, 13811, 9465, 9570, 13053, 9968, 10745, 9100, 9748, 12099, 9409, 10017, 9613, 11490, 8662, 9351, 13403, 9699, 11374, 9153, 9790, 14743, 9575, 10365, 9505, 9329, 9977, 9746, 9051, 9774, 9302, 10103, 10263, 10442, 9742, 12109, 13837, 9630, 12973, 9437, 9812, 8904, 10095, 15633, 9688, 10661, 9681, 9643, 13014, 9690, 9303, 9683, 12180, 10310, 9736, 11131, 9737, 13273, 9860, 9623, 11698, 9515, 11782, 10319, 9942, 11140, 9829, 12823, 9062, 9376, 15226, 9610, 11113, 9668, 9707, 13302, 9831, 9950, 9733, 9532, 8996, 9278, 9704], 'WindowCenter': [4600.0, 4603.0, 4550.0, 4566.0, 4524.0, 4522.0, 4520.0, 4520.0, 4557.0, 4517.0, 4526.0, 4504.0, 4504.0, 4493.0, 4513.0, 4505.0, 4515.0, 4504.0, 4526.0, 4542.0, 4495.0, 4533.0, 4505.0, 4502.0, 4503.0, 4503.0, 4512.0, 4493.0, 4522.0, 4493.0, 4523.0, 4506.0, 4535.0, 4508.0, 4508.0, 4519.0, 4539.0, 4519.0, 4529.0, 4530.0, 4521.0, 4541.0, 4534.0, 4550.0, 4532.0, 4542.0, 4533.0, 4523.0, 4545.0, 4572.0, 4533.0, 4528.0, 4507.0, 4517.0, 4495.0, 4530.0, 4548.0, 4519.0, 4537.0, 4530.0, 4551.0, 4534.0, 4520.0, 4544.0, 4533.0, 4545.0, 4575.0, 4542.0, 4531.0, 4543.0, 4541.0, 4560.0, 4519.0, 4537.0, 4531.0, 4539.0, 4529.0, 4530.0, 4519.0, 4531.0, 4569.0, 4522.0, 4551.0, 4531.0, 4542.0, 4519.0, 4543.0, 4549.0, 4531.0, 4558.0, 4519.0, 4539.0, 4530.0, 4552.0, 4544.0, 4554.0, 4575.0, 4544.0, 4538.0, 4518.0, 4505.0, 4528.0, 4558.0, 4517.0, 4527.0, 4519.0, 4518.0, 4548.0, 4518.0, 4527.0, 4507.0, 4513.0, 4493.0, 4507.0, 4506.0, 4526.0, 4527.0, 4535.0, 4518.0, 4557.0, 4505.0, 4524.0, 4491.0, 4490.0, 4508.0, 4489.0, 4489.0, 4479.0, 4501.0, 4492.0, 4503.0, 4493.0, 4504.0, 4504.0, 4515.0, 4496.0, 4516.0, 4556.0, 4507.0, 4536.0, 4508.0, 4517.0, 4506.0, 4517.0, 4557.0, 4515.0, 4545.0, 4518.0, 4528.0, 4510.0, 4530.0, 4547.0, 4530.0, 4537.0, 4531.0, 4541.0, 4542.0, 4532.0, 4550.0, 4530.0, 4521.0, 4531.0, 4541.0, 4569.0, 4532.0, 4540.0, 4523.0, 4532.0, 4540.0, 4534.0, 4562.0, 4534.0, 4533.0, 4533.0, 4543.0, 4572.0, 4543.0, 4533.0, 4551.0, 4532.0, 4549.0, 4530.0, 4540.0, 4519.0, 4529.0, 4520.0, 4530.0, 4561.0, 4543.0, 4531.0, 4540.0, 4529.0, 4530.0, 4530.0, 4550.0, 4531.0, 4532.0, 4529.0, 4530.0, 4530.0, 4531.0, 4571.0, 4530.0, 4529.0, 4527.0, 4528.0, 4548.0, 4517.0, 4516.0, 4506.0, 4517.0, 4536.0, 4517.0, 4505.0, 4519.0, 4548.0, 4517.0, 4518.0, 4546.0, 4516.0, 4515.0, 4516.0, 4517.0, 4526.0, 4517.0, 4545.0, 4517.0, 4529.0, 4507.0, 4517.0, 4556.0, 4516.0, 4526.0, 4506.0, 4517.0, 4545.0, 4517.0, 4525.0, 4505.0, 4516.0, 4524.0, 4516.0, 4535.0, 4525.0, 4516.0, 4517.0, 4529.0, 4557.0, 4519.0, 4520.0, 4530.0, 4517.0, 4529.0, 4531.0, 4529.0, 4529.0, 4559.0, 4529.0, 4530.0, 4548.0, 4518.0, 4537.0, 4508.0, 4517.0, 4545.0, 4517.0, 4517.0, 4507.0, 4528.0, 4516.0, 4527.0, 4548.0, 4539.0, 4530.0, 4532.0, 4542.0, 4569.0, 4530.0, 4540.0, 4540.0, 4541.0, 4551.0, 4541.0, 4560.0, 4530.0, 4550.0, 4530.0, 4527.0, 4509.0, 4528.0, 4557.0, 4516.0, 4537.0, 4517.0, 4527.0, 4507.0, 4528.0, 4527.0, 4528.0, 4558.0, 4529.0, 4528.0, 4518.0, 4529.0, 4547.0, 4518.0, 4547.0, 4518.0, 4517.0, 4533.0, 4516.0, 4524.0, 4516.0, 4516.0, 4515.0, 4527.0, 4528.0, 4529.0, 4548.0, 4529.0, 4527.0, 4540.0, 4530.0, 4559.0, 4530.0, 4539.0, 4507.0, 4528.0, 4545.0, 4516.0, 4517.0, 4536.0, 4528.0, 4525.0, 4529.0, 4529.0, 4528.0, 4531.0, 4560.0, 4529.0, 4539.0, 4530.0, 4540.0, 4551.0, 4541.0, 4531.0, 4541.0, 4564.0, 4530.0, 4531.0, 4529.0, 4531.0, 4551.0, 4532.0, 4552.0, 4542.0, 4531.0, 4559.0, 4518.0, 4538.0, 4516.0, 4519.0, 4518.0, 4529.0, 4507.0, 4530.0, 4548.0, 4539.0, 4519.0, 4521.0, 4529.0, 4519.0, 4530.0, 4569.0, 4529.0, 4519.0, 4519.0, 4529.0, 4567.0, 4518.0, 4536.0, 4517.0, 4517.0, 4516.0, 4528.0, 4547.0, 4529.0, 4538.0, 4528.0, 4529.0, 4538.0, 4518.0, 4548.0, 4528.0, 4518.0, 4536.0, 4517.0, 4525.0, 4517.0, 4516.0, 4507.0, 4528.0, 4548.0, 4528.0, 4527.0, 4517.0, 4530.0, 4549.0, 4528.0, 4518.0, 4530.0, 4559.0, 4520.0, 4520.0, 4527.0, 4529.0, 4568.0, 4530.0, 4529.0, 4536.0, 4516.0, 4546.0, 4518.0, 4516.0, 4515.0, 4516.0, 4524.0, 4516.0, 4535.0, 4518.0, 4517.0, 4516.0, 4518.0, 4548.0, 4530.0, 4549.0, 4531.0, 4529.0, 4541.0, 4522.0, 4541.0, 4544.0, 4561.0, 4545.0, 4574.0, 4531.0, 4541.0, 4559.0, 4517.0, 4535.0, 4516.0, 4504.0, 4526.0, 4517.0, 4527.0, 4517.0, 4535.0, 4516.0, 4516.0, 4528.0, 4559.0, 4530.0, 4529.0, 4520.0, 4517.0, 4548.0, 4516.0, 4527.0, 4519.0, 4519.0, 4519.0, 4541.0, 4520.0, 4542.0, 4551.0, 4543.0, 4562.0, 4532.0, 4552.0, 4532.0, 4532.0, 4539.0, 4530.0, 4550.0, 4539.0, 4528.0, 4529.0, 4529.0, 4542.0, 4529.0, 4533.0, 4551.0, 4541.0, 4541.0, 4554.0, 4560.0, 4562.0, 4530.0, 4536.0, 4516.0, 4516.0, 4504.0, 4515.0, 4505.0, 4515.0, 4545.0, 4517.0, 4527.0, 4527.0, 4528.0, 4546.0, 4516.0, 4525.0, 4516.0, 4515.0, 4495.0, 4518.0, 4544.0, 4518.0, 4525.0, 4528.0, 4527.0, 4538.0, 4528.0, 4541.0, 4541.0, 4551.0, 4530.0, 4559.0, 4528.0, 4528.0, 4525.0, 4518.0, 4548.0, 4526.0, 4514.0, 4526.0, 4526.0, 4519.0, 4528.0, 4519.0, 4531.0, 4558.0, 4529.0, 4529.0, 4518.0, 4529.0, 4557.0, 4519.0, 4529.0, 4516.0, 4528.0, 4546.0, 4527.0, 4517.0, 4519.0, 4543.0, 4558.0, 4530.0, 4530.0, 4541.0, 4542.0, 4571.0, 4542.0, 4552.0, 4541.0, 4542.0, 4560.0, 4532.0, 4550.0, 4507.0, 4519.0, 4546.0, 4518.0, 4525.0, 4506.0, 4516.0, 4516.0, 4528.0, 4547.0, 4528.0, 4520.0, 4546.0, 4517.0, 4536.0, 4517.0, 4528.0, 4547.0, 4529.0, 4527.0, 4530.0, 4532.0, 4560.0, 4530.0, 4539.0, 4529.0, 4530.0, 4538.0, 4519.0, 4539.0, 4530.0, 4528.0, 4518.0, 4528.0, 4547.0, 4519.0, 4517.0, 4507.0, 4528.0, 4546.0, 4518.0, 4525.0, 4529.0, 4529.0, 4548.0, 4530.0, 4538.0, 4541.0, 4518.0, 4517.0, 4518.0, 4557.0, 4519.0, 4546.0, 4527.0, 4518.0, 4526.0, 4517.0, 4547.0, 4519.0, 4528.0, 4526.0, 4527.0, 4537.0, 4517.0, 4518.0, 4547.0, 4528.0, 4528.0, 4518.0, 4529.0, 4526.0, 4530.0, 4538.0, 4539.0, 4531.0, 4549.0, 4541.0, 4558.0, 4531.0, 4541.0, 4549.0, 4530.0, 4561.0, 4528.0, 4517.0, 4496.0, 4519.0, 4556.0, 4517.0, 4536.0, 4528.0, 4528.0, 4547.0, 4517.0, 4547.0, 4516.0, 4517.0, 4555.0, 4516.0, 4525.0, 4505.0, 4516.0, 4516.0, 4528.0, 4547.0, 4529.0, 4528.0, 4518.0, 4531.0, 4558.0, 4530.0, 4540.0, 4508.0, 4529.0, 4519.0, 4531.0, 4559.0, 4519.0, 4530.0, 4568.0, 4529.0, 4528.0, 4519.0, 4530.0, 4548.0, 4530.0, 4539.0, 4520.0, 4532.0, 4562.0, 4531.0, 4531.0, 4530.0, 4530.0, 4560.0, 4541.0, 4531.0, 4519.0, 4540.0, 4559.0, 4531.0, 4530.0, 4528.0, 4529.0, 4557.0, 4529.0, 4540.0, 4529.0, 4518.0, 4519.0, 4528.0, 4529.0, 4539.0, 4533.0, 4551.0, 4542.0, 4572.0, 4540.0, 4519.0, 4536.0, 4506.0, 4535.0, 4505.0, 4505.0, 4523.0, 4512.0, 4532.0, 4515.0, 4523.0, 4506.0, 4516.0, 4533.0, 4515.0, 4535.0, 4516.0, 4515.0, 4526.0, 4516.0, 4534.0, 4527.0, 4528.0, 4528.0, 4528.0, 4541.0, 4531.0, 4532.0, 4543.0, 4560.0, 4532.0, 4561.0, 4520.0, 4520.0, 4559.0, 4518.0, 4528.0, 4528.0, 4518.0, 4536.0, 4517.0, 4517.0, 4516.0, 4528.0, 4557.0, 4531.0, 4520.0, 4543.0, 4552.0, 4544.0, 4575.0, 4563.0, 4532.0, 4551.0, 4519.0, 4530.0, 4558.0, 4528.0, 4518.0, 4517.0, 4519.0, 4547.0, 4517.0, 4519.0, 4547.0, 4527.0, 4527.0, 4507.0, 4528.0, 4547.0, 4529.0, 4529.0, 4530.0, 4550.0, 4521.0, 4530.0, 4559.0, 4530.0, 4539.0, 4519.0, 4531.0, 4572.0, 4530.0, 4530.0, 4528.0, 4518.0, 4528.0, 4528.0, 4519.0, 4540.0, 4530.0, 4540.0, 4552.0, 4551.0, 4545.0, 4563.0, 4560.0, 4531.0, 4548.0, 4517.0, 4517.0, 4506.0, 4528.0, 4557.0, 4517.0, 4526.0, 4515.0, 4517.0, 4545.0, 4515.0, 4504.0, 4516.0, 4536.0, 4527.0, 4528.0, 4537.0, 4528.0, 4548.0, 4528.0, 4518.0, 4536.0, 4529.0, 4539.0, 4528.0, 4528.0, 4536.0, 4529.0, 4548.0, 4509.0, 4518.0, 4556.0, 4517.0, 4538.0, 4515.0, 4517.0, 4544.0, 4518.0, 4530.0, 4528.0, 4527.0, 4519.0, 4527.0, 4540.0], 'WindowWidth': [10094.0, 10085.0, 10001.0, 10017.0, 9955.0, 9949.0, 9942.0, 9941.0, 9991.0, 9933.0, 9945.0, 9910.0, 9909.0, 9894.0, 9921.0, 9914.0, 9928.0, 9913.0, 9943.0, 9962.0, 9899.0, 9948.0, 9911.0, 9902.0, 9906.0, 9908.0, 9918.0, 9894.0, 9930.0, 9895.0, 9935.0, 9918.0, 9957.0, 9924.0, 9923.0, 9941.0, 9968.0, 9943.0, 9955.0, 9959.0, 9948.0, 9972.0, 9966.0, 9984.0, 9965.0, 9977.0, 9965.0, 9952.0, 9983.0, 10022.0, 9964.0, 9951.0, 9920.0, 9932.0, 9902.0, 9955.0, 9980.0, 9938.0, 9962.0, 9956.0, 9989.0, 9970.0, 9947.0, 9982.0, 9967.0, 9987.0, 10027.0, 9978.0, 9960.0, 9977.0, 9972.0, 9998.0, 9942.0, 9961.0, 9961.0, 9967.0, 9954.0, 9957.0, 9939.0, 9960.0, 10010.0, 9950.0, 9987.0, 9959.0, 9972.0, 9939.0, 9979.0, 9980.0, 9959.0, 9993.0, 9940.0, 9964.0, 9957.0, 9993.0, 9983.0, 9999.0, 10026.0, 9984.0, 9965.0, 9938.0, 9915.0, 9950.0, 9992.0, 9931.0, 9943.0, 9936.0, 9933.0, 9974.0, 9933.0, 9944.0, 9915.0, 9922.0, 9892.0, 9916.0, 9913.0, 9942.0, 9946.0, 9956.0, 9936.0, 9993.0, 9913.0, 9936.0, 9886.0, 9883.0, 9903.0, 9880.0, 9880.0, 9868.0, 9899.0, 9892.0, 9907.0, 9895.0, 9912.0, 9911.0, 9927.0, 9904.0, 9933.0, 9986.0, 9919.0, 9957.0, 9921.0, 9933.0, 9916.0, 9934.0, 9988.0, 9930.0, 9968.0, 9938.0, 9950.0, 9927.0, 9955.0, 9975.0, 9955.0, 9964.0, 9959.0, 9974.0, 9974.0, 9961.0, 9984.0, 9957.0, 9945.0, 9960.0, 9975.0, 10011.0, 9964.0, 9973.0, 9954.0, 9964.0, 9972.0, 9969.0, 10005.0, 9969.0, 9965.0, 9964.0, 9979.0, 10018.0, 9979.0, 9964.0, 9987.0, 9960.0, 9981.0, 9956.0, 9971.0, 9942.0, 9955.0, 9942.0, 9959.0, 10000.0, 9979.0, 9961.0, 9969.0, 9954.0, 9957.0, 9958.0, 9984.0, 9960.0, 9961.0, 9956.0, 9959.0, 9957.0, 9961.0, 10017.0, 9956.0, 9954.0, 9946.0, 9952.0, 9977.0, 9932.0, 9931.0, 9917.0, 9933.0, 9957.0, 9935.0, 9916.0, 9940.0, 9979.0, 9935.0, 9937.0, 9976.0, 9932.0, 9926.0, 9932.0, 9934.0, 9943.0, 9934.0, 9969.0, 9934.0, 9954.0, 9921.0, 9933.0, 9985.0, 9933.0, 9945.0, 9918.0, 9933.0, 9971.0, 9933.0, 9943.0, 9915.0, 9930.0, 9937.0, 9930.0, 9956.0, 9944.0, 9932.0, 9935.0, 9954.0, 9991.0, 9940.0, 9943.0, 9956.0, 9935.0, 9954.0, 9959.0, 9953.0, 9954.0, 9995.0, 9953.0, 9956.0, 9978.0, 9935.0, 9960.0, 9920.0, 9932.0, 9969.0, 9934.0, 9934.0, 9920.0, 9951.0, 9932.0, 9952.0, 9979.0, 9970.0, 9959.0, 9963.0, 9976.0, 10011.0, 9959.0, 9971.0, 9973.0, 9971.0, 9988.0, 9976.0, 9998.0, 9959.0, 9983.0, 9956.0, 9950.0, 9925.0, 9951.0, 9991.0, 9931.0, 9960.0, 9934.0, 9947.0, 9922.0, 9952.0, 9948.0, 9952.0, 9992.0, 9954.0, 9951.0, 9938.0, 9954.0, 9976.0, 9936.0, 9976.0, 9935.0, 9933.0, 9951.0, 9930.0, 9939.0, 9931.0, 9930.0, 9930.0, 9948.0, 9951.0, 9954.0, 9978.0, 9953.0, 9949.0, 9971.0, 9959.0, 9997.0, 9956.0, 9966.0, 9920.0, 9949.0, 9970.0, 9931.0, 9935.0, 9958.0, 9951.0, 9945.0, 9956.0, 9954.0, 9954.0, 9961.0, 10000.0, 9956.0, 9968.0, 9959.0, 9972.0, 9987.0, 9974.0, 9958.0, 9974.0, 10012.0, 9957.0, 9959.0, 9954.0, 9958.0, 9985.0, 9963.0, 9992.0, 9977.0, 9960.0, 9994.0, 9938.0, 9964.0, 9932.0, 9938.0, 9936.0, 9952.0, 9920.0, 9956.0, 9979.0, 9969.0, 9939.0, 9943.0, 9954.0, 9940.0, 9957.0, 10010.0, 9954.0, 9939.0, 9939.0, 9952.0, 10003.0, 9937.0, 9960.0, 9934.0, 9933.0, 9930.0, 9951.0, 9974.0, 9952.0, 9964.0, 9952.0, 9955.0, 9964.0, 9937.0, 9976.0, 9948.0, 9935.0, 9957.0, 9932.0, 9940.0, 9933.0, 9930.0, 9919.0, 9953.0, 9979.0, 9952.0, 9949.0, 9935.0, 9955.0, 9982.0, 9952.0, 9938.0, 9958.0, 9997.0, 9944.0, 9943.0, 9948.0, 9955.0, 10007.0, 9954.0, 9953.0, 9958.0, 9930.0, 9970.0, 9935.0, 9931.0, 9929.0, 9932.0, 9938.0, 9932.0, 9956.0, 9936.0, 9935.0, 9931.0, 9937.0, 9977.0, 9958.0, 9982.0, 9958.0, 9956.0, 9974.0, 9947.0, 9974.0, 9984.0, 10004.0, 9987.0, 10029.0, 9961.0, 9972.0, 9993.0, 9933.0, 9955.0, 9928.0, 9909.0, 9941.0, 9933.0, 9947.0, 9935.0, 9955.0, 9930.0, 9930.0, 9951.0, 9991.0, 9953.0, 9951.0, 9936.0, 9933.0, 9975.0, 9931.0, 9947.0, 9939.0, 9939.0, 9939.0, 9972.0, 9944.0, 9978.0, 9986.0, 9978.0, 10004.0, 9963.0, 9990.0, 9961.0, 9959.0, 9965.0, 9955.0, 9984.0, 9968.0, 9952.0, 9954.0, 9955.0, 9979.0, 9954.0, 9964.0, 9986.0, 9972.0, 9973.0, 9996.0, 10014.0, 10003.0, 9954.0, 9955.0, 9928.0, 9928.0, 9908.0, 9926.0, 9911.0, 9928.0, 9969.0, 9934.0, 9945.0, 9947.0, 9951.0, 9973.0, 9931.0, 9940.0, 9929.0, 9926.0, 9899.0, 9937.0, 9968.0, 9934.0, 9942.0, 9951.0, 9948.0, 9964.0, 9952.0, 9974.0, 9976.0, 9987.0, 9958.0, 9994.0, 9951.0, 9948.0, 9940.0, 9933.0, 9976.0, 9944.0, 9925.0, 9944.0, 9945.0, 9939.0, 9952.0, 9939.0, 9958.0, 9994.0, 9953.0, 9953.0, 9935.0, 9951.0, 9987.0, 9938.0, 9952.0, 9931.0, 9948.0, 9970.0, 9947.0, 9934.0, 9941.0, 9979.0, 9993.0, 9956.0, 9955.0, 9974.0, 9977.0, 10015.0, 9976.0, 9988.0, 9973.0, 9976.0, 10001.0, 9961.0, 9981.0, 9920.0, 9936.0, 9972.0, 9933.0, 9940.0, 9916.0, 9928.0, 9928.0, 9949.0, 9974.0, 9951.0, 9939.0, 9970.0, 9933.0, 9958.0, 9933.0, 9952.0, 9975.0, 9953.0, 9948.0, 9958.0, 9963.0, 9997.0, 9957.0, 9966.0, 9954.0, 9956.0, 9965.0, 9937.0, 9963.0, 9952.0, 9949.0, 9935.0, 9949.0, 9974.0, 9937.0, 9932.0, 9919.0, 9949.0, 9974.0, 9935.0, 9943.0, 9952.0, 9955.0, 9977.0, 9954.0, 9964.0, 9973.0, 9935.0, 9932.0, 9937.0, 9990.0, 9937.0, 9972.0, 9948.0, 9937.0, 9946.0, 9933.0, 9973.0, 9936.0, 9948.0, 9944.0, 9946.0, 9958.0, 9932.0, 9936.0, 9973.0, 9949.0, 9949.0, 9935.0, 9951.0, 9944.0, 9954.0, 9964.0, 9967.0, 9960.0, 9981.0, 9973.0, 9995.0, 9959.0, 9973.0, 9981.0, 9954.0, 9999.0, 9950.0, 9931.0, 9902.0, 9936.0, 9985.0, 9932.0, 9958.0, 9948.0, 9950.0, 9974.0, 9931.0, 9971.0, 9928.0, 9931.0, 9981.0, 9929.0, 9939.0, 9914.0, 9929.0, 9929.0, 9949.0, 9975.0, 9953.0, 9951.0, 9937.0, 9959.0, 9994.0, 9957.0, 9969.0, 9923.0, 9952.0, 9936.0, 9958.0, 9995.0, 9939.0, 9955.0, 10004.0, 9951.0, 9951.0, 9938.0, 9955.0, 9977.0, 9956.0, 9966.0, 9941.0, 9961.0, 10001.0, 9959.0, 9959.0, 9955.0, 9956.0, 9996.0, 9972.0, 9958.0, 9939.0, 9972.0, 9995.0, 9958.0, 9956.0, 9951.0, 9954.0, 9991.0, 9954.0, 9972.0, 9954.0, 9937.0, 9939.0, 9949.0, 9956.0, 9971.0, 9967.0, 9988.0, 9979.0, 10022.0, 9971.0, 9939.0, 9955.0, 9915.0, 9953.0, 9912.0, 9914.0, 9934.0, 9919.0, 9946.0, 9926.0, 9936.0, 9915.0, 9929.0, 9950.0, 9926.0, 9952.0, 9929.0, 9929.0, 9942.0, 9931.0, 9950.0, 9949.0, 9951.0, 9950.0, 9950.0, 9975.0, 9959.0, 9964.0, 9981.0, 9999.0, 9963.0, 10001.0, 9942.0, 9943.0, 9994.0, 9935.0, 9948.0, 9946.0, 9934.0, 9956.0, 9931.0, 9931.0, 9929.0, 9950.0, 9989.0, 9961.0, 9943.0, 9979.0, 9990.0, 9982.0, 10027.0, 10005.0, 9961.0, 9985.0, 9937.0, 9954.0, 9992.0, 9948.0, 9934.0, 9929.0, 9937.0, 9972.0, 9933.0, 9938.0, 9973.0, 9946.0, 9945.0, 9918.0, 9950.0, 9975.0, 9954.0, 9954.0, 9958.0, 9984.0, 9946.0, 9957.0, 9996.0, 9958.0, 9969.0, 9942.0, 9959.0, 10018.0, 9957.0, 9957.0, 9951.0, 9937.0, 9951.0, 9952.0, 9943.0, 9970.0, 9957.0, 9970.0, 9992.0, 9989.0, 9988.0, 10009.0, 9999.0, 9956.0, 9977.0, 9934.0, 9933.0, 9915.0, 9949.0, 9988.0, 9932.0, 9942.0, 9926.0, 9932.0, 9967.0, 9928.0, 9911.0, 9932.0, 9958.0, 9949.0, 9952.0, 9961.0, 9950.0, 9976.0, 9949.0, 9936.0, 9959.0, 9953.0, 9966.0, 9951.0, 9951.0, 9959.0, 9952.0, 9978.0, 9924.0, 9936.0, 9984.0, 9933.0, 9962.0, 9927.0, 9933.0, 9966.0, 9934.0, 9955.0, 9951.0, 9949.0, 9940.0, 9950.0, 9973.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.0018201492537313435</td></tr>
<tr><td colspan=3>aqi</td><td>0.01764750585533869</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.093797403183906</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2650000725632191</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0260986066551723</td></tr>
<tr><td colspan=3>efc</td><td>0.4716</td></tr>
<tr><td colspan=3>fber</td><td>5917.2402</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07779663276396304</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.492537313432836</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4800972913146837</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4249561240027226</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.702298753753995</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.313036996187334</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109396</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008708609268069267</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01991317607462406</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.7551503137161917</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>44.0684</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1793</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.0221</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296765.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>692.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.0188</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1819</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.1892</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3674.0003</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79779.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4863.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1037.2356</td></tr>
<tr><td colspan=3>tsnr</td><td>44.476264636963606</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>