ds005256-mriqc/sub-0109_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 73782ef499 [DATALAD RUNCMD] Compute MRIQC for sub-0109
=== 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-0109 --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-0109",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:18:08 +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-0109_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0109_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-03/func/sub-0109_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4f0ef9456139c5d122479a7cb661e2ba</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:12:3.315000</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.999862, -0.0100209, 0.013271, 0.00855113, 0.994274, 0.106513]</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0923893</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4235, -7784, -7210, 386, -86, 40, 50, 65]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.436</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2a0710fd-96d0-4d89-8eb9-ccc47b3801ce||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.682555913925171, 0.02294205129146576, 0.03850828856229782, 110.25814056396484], [0.026885224506258965, 2.6675658226013184, 0.287240207195282, -114.78016662597656], [0.03560500591993332, -0.28576788306236267, 2.684401273727417, -56.71669006347656], [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': ['171203.315000', '171203.775000', '171204.235000', '171204.695000', '171205.155000', '171205.615000', '171206.075000', '171206.535000', '171206.995000', '171207.455000', '171207.915000', '171208.375000', '171208.835000', '171209.295000', '171209.755000', '171210.215000', '171210.675000', '171211.135000', '171211.595000', '171212.055000', '171212.515000', '171212.975000', '171213.435000', '171213.895000', '171214.355000', '171214.815000', '171215.275000', '171215.735000', '171216.195000', '171216.655000', '171217.115000', '171217.575000', '171218.035000', '171218.495000', '171218.955000', '171219.415000', '171219.875000', '171220.335000', '171220.795000', '171221.255000', '171221.715000', '171222.175000', '171222.635000', '171223.095000', '171223.555000', '171224.015000', '171224.475000', '171224.935000', '171225.395000', '171225.855000', '171226.315000', '171226.775000', '171227.235000', '171227.695000', '171228.155000', '171228.615000', '171229.075000', '171229.535000', '171229.995000', '171230.455000', '171230.915000', '171231.375000', '171231.835000', '171232.295000', '171232.755000', '171233.215000', '171233.675000', '171234.135000', '171234.595000', '171235.055000', '171235.515000', '171235.975000', '171236.435000', '171236.895000', '171237.355000', '171237.815000', '171238.275000', '171238.735000', '171239.195000', '171239.655000', '171240.115000', '171240.575000', '171241.035000', '171241.495000', '171241.955000', '171242.415000', '171242.875000', '171243.335000', '171243.795000', '171244.255000', '171244.715000', '171245.175000', '171245.635000', '171246.095000', '171246.555000', '171247.015000', '171247.475000', '171247.935000', '171248.395000', '171248.855000', '171249.315000', '171249.775000', '171250.235000', '171250.695000', '171251.155000', '171251.615000', '171252.075000', '171252.535000', '171252.995000', '171253.455000', '171253.915000', '171254.375000', '171254.835000', '171255.295000', '171255.755000', '171256.215000', '171256.675000', '171257.135000', '171257.595000', '171258.055000', '171258.515000', '171258.975000', '171259.435000', '171259.895000', '171300.355000', '171300.815000', '171301.275000', '171301.735000', '171302.195000', '171302.655000', '171303.115000', '171303.575000', '171304.035000', '171304.495000', '171304.955000', '171305.415000', '171305.875000', '171306.335000', '171306.795000', '171307.255000', '171307.715000', '171308.175000', '171308.635000', '171309.095000', '171309.555000', '171310.015000', '171310.475000', '171310.935000', '171311.395000', '171311.855000', '171312.315000', '171312.775000', '171313.235000', '171313.695000', '171314.155000', '171314.615000', '171315.075000', '171315.535000', '171315.995000', '171316.455000', '171316.915000', '171317.375000', '171317.835000', '171318.295000', '171318.755000', '171319.215000', '171319.675000', '171320.135000', '171320.595000', '171321.055000', '171321.515000', '171321.975000', '171322.435000', '171322.895000', '171323.355000', '171323.815000', '171324.275000', '171324.735000', '171325.195000', '171325.655000', '171326.115000', '171326.575000', '171327.035000', '171327.495000', '171327.955000', '171328.415000', '171328.875000', '171329.335000', '171329.795000', '171330.255000', '171330.715000', '171331.175000', '171331.635000', '171332.095000', '171332.555000', '171333.015000', '171333.475000', '171333.935000', '171334.395000', '171334.855000', '171335.315000', '171335.775000', '171336.235000', '171336.695000', '171337.155000', '171337.615000', '171338.075000', '171338.535000', '171338.995000', '171339.455000', '171339.915000', '171340.375000', '171340.835000', '171341.295000', '171341.755000', '171342.215000', '171342.675000', '171343.135000', '171343.595000', '171344.055000', '171344.515000', '171344.975000', '171345.435000', '171345.895000', '171346.355000', '171346.815000', '171347.275000', '171347.735000', '171348.195000', '171348.655000', '171349.115000', '171349.575000', '171350.035000', '171350.495000', '171350.955000', '171351.415000', '171351.875000', '171352.335000', '171352.795000', '171353.255000', '171353.715000', '171354.175000', '171354.635000', '171355.095000', '171355.555000', '171356.015000', '171356.475000', '171356.935000', '171357.395000', '171357.855000', '171358.315000', '171358.775000', '171359.235000', '171359.695000', '171400.155000', '171400.615000', '171401.075000', '171401.535000', '171401.995000', '171402.455000', '171402.915000', '171403.375000', '171403.835000', '171404.295000', '171404.755000', '171405.215000', '171405.675000', '171406.135000', '171406.595000', '171407.055000', '171407.515000', '171407.975000', '171408.435000', '171408.895000', '171409.355000', '171409.815000', '171410.275000', '171410.735000', '171411.195000', '171411.655000', '171412.115000', '171412.575000', '171413.035000', '171413.495000', '171413.955000', '171414.415000', '171414.875000', '171415.335000', '171415.795000', '171416.255000', '171416.715000', '171417.175000', '171417.635000', '171418.095000', '171418.555000', '171419.015000', '171419.475000', '171419.935000', '171420.395000', '171420.855000', '171421.315000', '171421.775000', '171422.235000', '171422.695000', '171423.155000', '171423.615000', '171424.075000', '171424.535000', '171424.995000', '171425.455000', '171425.915000', '171426.375000', '171426.835000', '171427.295000', '171427.755000', '171428.215000', '171428.675000', '171429.135000', '171429.595000', '171430.055000', '171430.515000', '171430.975000', '171431.435000', '171431.895000', '171432.355000', '171432.815000', '171433.275000', '171433.735000', '171434.195000', '171434.655000', '171435.115000', '171435.575000', '171436.035000', '171436.495000', '171436.955000', '171437.415000', '171437.875000', '171438.335000', '171438.795000', '171439.255000', '171439.715000', '171440.175000', '171440.635000', '171441.095000', '171441.555000', '171442.015000', '171442.475000', '171442.935000', '171443.395000', '171443.855000', '171444.315000', '171444.775000', '171445.235000', '171445.695000', '171446.155000', '171446.615000', '171447.075000', '171447.535000', '171447.995000', '171448.455000', '171448.915000', '171449.375000', '171449.835000', '171450.295000', '171450.755000', '171451.215000', '171451.675000', '171452.135000', '171452.595000', '171453.055000', '171453.515000', '171453.975000', '171454.435000', '171454.895000', '171455.355000', '171455.815000', '171456.275000', '171456.735000', '171457.195000', '171457.655000', '171458.115000', '171458.575000', '171459.035000', '171459.495000', '171459.955000', '171500.415000', '171500.875000', '171501.335000', '171501.795000', '171502.255000', '171502.715000', '171503.175000', '171503.635000', '171504.095000', '171504.555000', '171505.015000', '171505.475000', '171505.935000', '171506.395000', '171506.855000', '171507.315000', '171507.775000', '171508.235000', '171508.695000', '171509.155000', '171509.615000', '171510.075000', '171510.535000', '171510.995000', '171511.455000', '171511.915000', '171512.375000', '171512.835000', '171513.295000', '171513.755000', '171514.215000', '171514.675000', '171515.135000', '171515.595000', '171516.055000', '171516.515000', '171516.975000', '171517.435000', '171517.895000', '171518.355000', '171518.815000', '171519.275000', '171519.735000', '171520.195000', '171520.655000', '171521.115000', '171521.575000', '171522.035000', '171522.495000', '171522.955000', '171523.415000', '171523.875000', '171524.335000', '171524.795000', '171525.255000', '171525.715000', '171526.175000', '171526.635000', '171527.095000', '171527.555000', '171528.015000', '171528.475000', '171528.935000', '171529.395000', '171529.855000', '171530.315000', '171530.775000', '171531.235000', '171531.695000', '171532.155000', '171532.615000', '171533.075000', '171533.535000', '171533.995000', '171534.455000', '171534.915000', '171535.375000', '171535.835000', '171536.295000', '171536.755000', '171537.215000', '171537.675000', '171538.135000', '171538.595000', '171539.055000', '171539.515000', '171539.975000', '171540.435000', '171540.895000', '171541.355000', '171541.815000', '171542.275000', '171542.735000', '171543.195000', '171543.655000', '171544.115000', '171544.575000', '171545.035000', '171545.495000', '171545.955000', '171546.415000', '171546.875000', '171547.335000', '171547.795000', '171548.255000', '171548.715000', '171549.175000', '171549.635000', '171550.095000', '171550.555000', '171551.015000', '171551.475000', '171551.935000', '171552.395000', '171552.855000', '171553.315000', '171553.775000', '171554.235000', '171554.695000', '171555.155000', '171555.615000', '171556.075000', '171556.535000', '171556.995000', '171557.455000', '171557.915000', '171558.375000', '171558.835000', '171559.295000', '171559.755000', '171600.215000', '171600.675000', '171601.135000', '171601.595000', '171602.055000', '171602.515000', '171602.975000', '171603.435000', '171603.895000', '171604.355000', '171604.815000', '171605.275000', '171605.735000', '171606.195000', '171606.655000', '171607.115000', '171607.575000', '171608.035000', '171608.495000', '171608.955000', '171609.415000', '171609.875000', '171610.335000', '171610.795000', '171611.255000', '171611.715000', '171612.175000', '171612.635000', '171613.095000', '171613.555000', '171614.015000', '171614.475000', '171614.935000', '171615.395000', '171615.855000', '171616.315000', '171616.775000', '171617.235000', '171617.695000', '171618.155000', '171618.615000', '171619.075000', '171619.535000', '171619.995000', '171620.455000', '171620.915000', '171621.375000', '171621.835000', '171622.295000', '171622.755000', '171623.215000', '171623.675000', '171624.135000', '171624.595000', '171625.055000', '171625.515000', '171625.975000', '171626.435000', '171626.895000', '171627.355000', '171627.815000', '171628.275000', '171628.735000', '171629.195000', '171629.655000', '171630.115000', '171630.575000', '171631.035000', '171631.495000', '171631.955000', '171632.415000', '171632.875000', '171633.335000', '171633.795000', '171634.255000', '171634.715000', '171635.175000', '171635.635000', '171636.095000', '171636.555000', '171637.015000', '171637.475000', '171637.935000', '171638.395000', '171638.855000', '171639.315000', '171639.775000', '171640.235000', '171640.695000', '171641.155000', '171641.615000', '171642.075000', '171642.535000', '171642.995000', '171643.455000', '171643.915000', '171644.375000', '171644.835000', '171645.295000', '171645.755000', '171646.215000', '171646.675000', '171647.135000', '171647.595000', '171648.055000', '171648.515000', '171648.975000', '171649.435000', '171649.895000', '171650.355000', '171650.815000', '171651.275000', '171651.735000', '171652.195000', '171652.655000', '171653.115000', '171653.575000', '171654.035000', '171654.495000', '171654.955000', '171655.415000', '171655.875000', '171656.335000', '171656.795000', '171657.255000', '171657.715000', '171658.175000', '171658.635000', '171659.095000', '171659.555000', '171700.015000', '171700.475000', '171700.935000', '171701.395000', '171701.855000', '171702.315000', '171702.775000', '171703.235000', '171703.695000', '171704.155000', '171704.615000', '171705.075000', '171705.535000', '171705.995000', '171706.455000', '171706.915000', '171707.375000', '171707.835000', '171708.295000', '171708.755000', '171709.215000', '171709.675000', '171710.135000', '171710.595000', '171711.055000', '171711.515000', '171711.975000', '171712.435000', '171712.895000', '171713.355000', '171713.815000', '171714.275000', '171714.735000', '171715.195000', '171715.655000', '171716.115000', '171716.575000', '171717.035000', '171717.495000', '171717.955000', '171718.415000', '171718.875000', '171719.335000', '171719.795000', '171720.255000', '171720.715000', '171721.175000', '171721.635000', '171722.095000', '171722.555000', '171723.015000', '171723.475000', '171723.935000', '171724.395000', '171724.855000', '171725.315000', '171725.775000', '171726.235000', '171726.695000', '171727.155000', '171727.615000', '171728.075000', '171728.535000', '171728.995000', '171729.455000', '171729.915000', '171730.375000', '171730.835000', '171731.295000', '171731.755000', '171732.215000', '171732.675000', '171733.135000', '171733.595000', '171734.055000', '171734.515000', '171734.975000', '171735.435000', '171735.895000', '171736.355000', '171736.815000', '171737.275000', '171737.735000', '171738.195000', '171738.655000', '171739.115000', '171739.575000', '171740.035000', '171740.495000', '171740.955000', '171741.415000', '171741.875000', '171742.335000', '171742.795000', '171743.255000', '171743.715000', '171744.175000', '171744.635000', '171745.095000', '171745.555000', '171746.015000', '171746.475000', '171746.935000', '171747.395000', '171747.855000', '171748.315000', '171748.775000', '171749.235000', '171749.695000', '171750.155000', '171750.615000', '171751.075000', '171751.535000', '171751.995000', '171752.455000', '171752.915000', '171753.375000', '171753.835000', '171754.295000', '171754.755000', '171755.215000', '171755.675000', '171756.135000', '171756.595000', '171757.055000', '171757.515000', '171757.975000', '171758.435000', '171758.895000', '171759.355000', '171759.815000', '171800.275000', '171800.735000', '171801.195000', '171801.655000', '171802.115000', '171802.575000', '171803.035000', '171803.495000', '171803.955000', '171804.415000', '171804.875000', '171805.335000', '171805.795000', '171806.255000', '171806.715000', '171807.175000', '171807.635000', '171808.095000', '171808.555000', '171809.015000', '171809.475000', '171809.935000', '171810.395000', '171810.855000', '171811.315000', '171811.775000', '171812.235000', '171812.695000', '171813.155000', '171813.615000', '171814.075000', '171814.535000', '171814.995000', '171815.455000', '171815.915000', '171816.375000', '171816.835000', '171817.295000', '171817.755000', '171818.215000', '171818.675000', '171819.135000', '171819.595000', '171820.055000', '171820.515000', '171820.975000', '171821.435000', '171821.895000', '171822.355000', '171822.815000', '171823.275000', '171823.735000', '171824.195000', '171824.655000', '171825.115000', '171825.575000', '171826.035000', '171826.495000', '171826.955000', '171827.415000', '171827.875000', '171828.335000', '171828.795000', '171829.255000', '171829.715000', '171830.175000', '171830.635000', '171831.095000', '171831.555000', '171832.015000', '171832.475000', '171832.935000', '171833.395000', '171833.855000', '171834.315000', '171834.775000', '171835.235000', '171835.695000', '171836.155000', '171836.615000', '171837.075000', '171837.535000', '171837.995000', '171838.455000', '171838.915000', '171839.375000', '171839.835000', '171840.295000', '171840.755000', '171841.215000', '171841.675000', '171842.135000', '171842.595000', '171843.055000', '171843.515000', '171843.975000'], 'ContentTime': ['171231.973000', '171231.976000', '171231.979000', '171231.982000', '171231.984000', '171231.987000', '171231.990000', '171231.992000', '171231.995000', '171231.998000', '171232.001000', '171232.004000', '171232.007000', '171232.009000', '171232.012000', '171232.014000', '171232.017000', '171232.019000', '171232.022000', '171232.025000', '171232.027000', '171232.036000', '171232.038000', '171232.041000', '171232.044000', '171232.047000', '171232.050000', '171232.053000', '171232.055000', '171232.058000', '171232.060000', '171232.063000', '171232.065000', '171232.068000', '171232.071000', '171232.073000', '171232.076000', '171232.078000', '171232.081000', '171232.083000', '171232.086000', '171232.089000', '171232.091000', '171232.095000', '171232.098000', '171232.101000', '171232.103000', '171232.106000', '171232.108000', '171232.111000', '171232.113000', '171232.116000', '171232.119000', '171232.121000', '171232.124000', '171232.126000', '171232.129000', '171232.132000', '171232.134000', '171251.938000', '171251.940000', '171251.943000', '171251.946000', '171251.948000', '171251.954000', '171251.957000', '171251.959000', '171251.962000', '171251.964000', '171251.967000', '171251.970000', '171251.972000', '171251.975000', '171251.977000', '171251.980000', '171251.982000', '171251.985000', '171251.988000', '171251.990000', '171251.993000', '171251.995000', '171251.998000', '171252.002000', '171252.004000', '171252.007000', '171252.010000', '171252.012000', '171252.015000', '171252.018000', '171252.020000', '171252.023000', '171252.025000', '171252.028000', '171252.031000', '171252.033000', '171252.036000', '171252.038000', '171252.041000', '171252.043000', '171252.046000', '171252.049000', '171252.051000', '171252.054000', '171311.943000', '171311.946000', '171311.949000', '171311.951000', '171311.954000', '171311.956000', '171311.959000', '171311.961000', '171311.964000', '171311.980000', '171311.982000', '171311.985000', '171311.987000', '171311.990000', '171311.992000', '171311.995000', '171311.998000', '171312.001000', '171312.004000', '171312.006000', '171312.009000', '171312.011000', '171312.014000', '171312.017000', '171312.020000', '171312.022000', '171312.025000', '171312.028000', '171312.030000', '171312.033000', '171312.035000', '171312.038000', '171312.040000', '171312.043000', '171312.046000', '171312.048000', '171312.051000', '171312.053000', '171312.056000', '171312.059000', '171312.061000', '171312.064000', '171312.066000', '171331.936000', '171331.939000', '171331.942000', '171331.945000', '171331.947000', '171331.950000', '171331.952000', '171331.955000', '171331.957000', '171331.960000', '171331.963000', '171331.965000', '171331.968000', '171331.970000', '171331.973000', '171331.975000', '171331.978000', '171331.980000', '171331.983000', '171331.986000', '171331.988000', '171331.991000', '171331.993000', '171331.996000', '171331.998000', '171332.002000', '171332.005000', '171332.007000', '171332.010000', '171332.013000', '171332.015000', '171332.018000', '171332.020000', '171332.023000', '171332.026000', '171332.028000', '171332.031000', '171332.033000', '171332.036000', '171332.039000', '171332.041000', '171332.044000', '171332.046000', '171332.049000', '171351.936000', '171351.939000', '171351.949000', '171351.951000', '171351.954000', '171351.957000', '171351.959000', '171351.962000', '171351.965000', '171351.967000', '171351.970000', '171351.973000', '171351.975000', '171351.978000', '171351.980000', '171351.983000', '171351.986000', '171351.988000', '171351.991000', '171351.993000', '171351.996000', '171352.000000', '171352.002000', '171352.005000', '171352.008000', '171352.010000', '171352.013000', '171352.015000', '171352.018000', '171352.021000', '171352.023000', '171352.026000', '171352.029000', '171352.031000', '171352.034000', '171352.037000', '171352.039000', '171352.042000', '171352.044000', '171352.047000', '171352.050000', '171352.052000', '171352.055000', '171411.936000', '171411.939000', '171411.942000', '171411.944000', '171411.947000', '171411.949000', '171411.952000', '171411.955000', '171411.957000', '171411.960000', '171411.962000', '171411.965000', '171411.968000', '171411.970000', '171411.973000', '171411.975000', '171411.978000', '171411.981000', '171411.983000', '171411.986000', '171411.988000', '171411.991000', '171411.993000', '171411.996000', '171412.000000', '171412.003000', '171412.005000', '171412.008000', '171412.011000', '171412.013000', '171412.016000', '171412.018000', '171412.021000', '171412.024000', '171412.027000', '171412.029000', '171412.032000', '171412.034000', '171412.037000', '171412.040000', '171412.042000', '171412.045000', '171412.047000', '171412.050000', '171431.937000', '171431.940000', '171431.943000', '171431.945000', '171431.948000', '171431.951000', '171431.953000', '171431.956000', '171431.958000', '171431.961000', '171431.964000', '171431.966000', '171431.969000', '171431.972000', '171431.974000', '171431.977000', '171431.979000', '171431.982000', '171431.984000', '171431.987000', '171431.990000', '171431.992000', '171431.995000', '171431.998000', '171432.002000', '171432.004000', '171432.007000', '171432.010000', '171432.012000', '171432.015000', '171432.018000', '171432.020000', '171432.023000', '171432.025000', '171432.028000', '171432.031000', '171432.033000', '171432.036000', '171432.038000', '171432.041000', '171432.044000', '171432.046000', '171432.049000', '171451.938000', '171451.941000', '171451.943000', '171451.946000', '171451.952000', '171451.955000', '171451.957000', '171451.960000', '171451.963000', '171451.965000', '171451.968000', '171451.970000', '171451.973000', '171451.976000', '171451.978000', '171451.981000', '171451.983000', '171451.986000', '171451.989000', '171451.991000', '171451.994000', '171451.996000', '171452.000000', '171452.003000', '171452.005000', '171452.008000', '171452.011000', '171452.013000', '171452.016000', '171452.019000', '171452.021000', '171452.024000', '171452.026000', '171452.029000', '171452.032000', '171452.034000', '171452.037000', '171452.039000', '171452.049000', '171452.052000', '171452.054000', '171452.057000', '171452.060000', '171452.062000', '171511.937000', '171511.940000', '171511.943000', '171511.946000', '171511.948000', '171511.951000', '171511.953000', '171511.956000', '171511.959000', '171511.961000', '171511.964000', '171511.966000', '171511.969000', '171511.972000', '171511.974000', '171511.977000', '171511.979000', '171511.982000', '171511.985000', '171511.987000', '171511.990000', '171511.992000', '171511.995000', '171511.998000', '171512.001000', '171512.004000', '171512.006000', '171512.009000', '171512.012000', '171512.014000', '171512.017000', '171512.019000', '171512.022000', '171512.025000', '171512.027000', '171512.030000', '171512.032000', '171512.035000', '171512.038000', '171512.040000', '171512.043000', '171512.045000', '171512.048000', '171531.937000', '171531.940000', '171531.943000', '171531.946000', '171531.948000', '171531.951000', '171531.954000', '171531.956000', '171531.959000', '171531.961000', '171531.964000', '171531.966000', '171531.969000', '171531.972000', '171531.974000', '171531.977000', '171531.979000', '171531.982000', '171531.985000', '171531.988000', '171531.990000', '171532.001000', '171532.004000', '171532.006000', '171532.009000', '171532.011000', '171532.014000', '171532.017000', '171532.019000', '171532.022000', '171532.024000', '171532.027000', '171532.030000', '171532.033000', '171532.035000', '171532.038000', '171532.041000', '171532.043000', '171532.046000', '171532.048000', '171532.051000', '171532.053000', '171532.056000', '171532.059000', '171551.937000', '171551.940000', '171551.942000', '171551.951000', '171551.954000', '171551.956000', '171551.959000', '171551.961000', '171551.964000', '171551.966000', '171551.969000', '171551.972000', '171551.974000', '171551.977000', '171551.979000', '171551.982000', '171551.985000', '171551.987000', '171551.990000', '171551.992000', '171551.995000', '171551.998000', '171552.001000', '171552.004000', '171552.006000', '171552.009000', '171552.012000', '171552.014000', '171552.017000', '171552.020000', '171552.022000', '171552.025000', '171552.028000', '171552.030000', '171552.033000', '171552.035000', '171552.038000', '171552.041000', '171552.043000', '171552.046000', '171552.049000', '171552.051000', '171552.054000', '171611.937000', '171611.939000', '171611.942000', '171611.945000', '171611.947000', '171611.950000', '171611.952000', '171611.955000', '171611.958000', '171611.960000', '171611.963000', '171611.966000', '171611.968000', '171611.971000', '171611.974000', '171611.976000', '171611.986000', '171611.989000', '171611.992000', '171611.994000', '171611.997000', '171612.000000', '171612.003000', '171612.006000', '171612.008000', '171612.011000', '171612.013000', '171612.016000', '171612.019000', '171612.021000', '171612.024000', '171612.026000', '171612.029000', '171612.032000', '171612.034000', '171612.037000', '171612.039000', '171612.042000', '171612.045000', '171612.047000', '171612.050000', '171612.052000', '171612.055000', '171612.058000', '171631.936000', '171631.939000', '171631.942000', '171631.944000', '171631.947000', '171631.950000', '171631.952000', '171631.955000', '171631.958000', '171631.960000', '171631.963000', '171631.965000', '171631.968000', '171631.970000', '171631.973000', '171631.976000', '171631.978000', '171631.981000', '171631.983000', '171631.986000', '171631.989000', '171631.992000', '171631.994000', '171631.997000', '171632.000000', '171632.003000', '171632.006000', '171632.008000', '171632.011000', '171632.014000', '171632.016000', '171632.019000', '171632.021000', '171632.024000', '171632.026000', '171632.029000', '171632.032000', '171632.035000', '171632.037000', '171632.040000', '171632.042000', '171632.045000', '171632.048000', '171651.937000', '171651.940000', '171651.943000', '171651.946000', '171651.948000', '171651.951000', '171651.953000', '171651.956000', '171651.959000', '171651.961000', '171651.964000', '171651.966000', '171651.969000', '171651.971000', '171651.974000', '171651.977000', '171651.979000', '171651.982000', '171651.984000', '171651.987000', '171651.990000', '171651.992000', '171651.995000', '171651.997000', '171652.001000', '171652.004000', '171652.006000', '171652.009000', '171652.012000', '171652.014000', '171652.017000', '171652.019000', '171652.022000', '171652.025000', '171652.027000', '171652.030000', '171652.032000', '171652.035000', '171652.037000', '171652.040000', '171652.043000', '171652.045000', '171652.048000', '171652.050000', '171711.938000', '171711.940000', '171711.943000', '171711.946000', '171711.948000', '171711.951000', '171711.953000', '171711.956000', '171711.959000', '171711.961000', '171711.964000', '171711.966000', '171711.969000', '171711.972000', '171711.974000', '171711.977000', '171711.980000', '171711.982000', '171711.985000', '171711.987000', '171711.990000', '171711.993000', '171711.995000', '171711.998000', '171712.001000', '171712.004000', '171712.007000', '171712.009000', '171712.012000', '171712.015000', '171712.017000', '171712.020000', '171712.023000', '171712.025000', '171712.028000', '171712.031000', '171712.033000', '171712.036000', '171712.038000', '171712.041000', '171712.044000', '171712.046000', '171712.049000', '171731.938000', '171731.955000', '171731.958000', '171731.961000', '171731.963000', '171731.967000', '171731.970000', '171731.972000', '171731.975000', '171731.977000', '171731.980000', '171731.982000', '171731.985000', '171731.988000', '171731.990000', '171731.993000', '171731.996000', '171731.998000', '171732.002000', '171732.004000', '171732.007000', '171732.010000', '171732.012000', '171732.015000', '171732.018000', '171732.020000', '171732.023000', '171732.026000', '171732.028000', '171732.031000', '171732.034000', '171732.036000', '171732.039000', '171732.041000', '171732.044000', '171732.046000', '171732.049000', '171732.052000', '171732.054000', '171732.057000', '171732.060000', '171732.073000', '171732.076000', '171732.078000', '171751.937000', '171751.940000', '171751.943000', '171751.946000', '171751.948000', '171751.951000', '171751.953000', '171751.956000', '171751.958000', '171751.961000', '171751.964000', '171751.966000', '171751.969000', '171751.971000', '171751.974000', '171751.976000', '171751.979000', '171751.982000', '171751.984000', '171751.987000', '171751.989000', '171751.992000', '171751.994000', '171751.997000', '171752.001000', '171752.003000', '171752.006000', '171752.009000', '171752.011000', '171752.014000', '171752.016000', '171752.019000', '171752.021000', '171752.026000', '171752.028000', '171752.031000', '171752.033000', '171752.036000', '171752.039000', '171752.041000', '171752.044000', '171752.046000', '171752.049000', '171811.937000', '171811.940000', '171811.942000', '171811.945000', '171811.947000', '171811.950000', '171811.952000', '171811.955000', '171811.958000', '171811.960000', '171811.963000', '171811.966000', '171811.968000', '171811.971000', '171811.973000', '171811.976000', '171811.978000', '171811.981000', '171811.984000', '171811.986000', '171811.989000', '171811.991000', '171811.994000', '171811.996000', '171812.000000', '171812.003000', '171812.005000', '171812.008000', '171812.011000', '171812.013000', '171812.016000', '171812.019000', '171812.021000', '171812.024000', '171812.026000', '171812.029000', '171812.031000', '171812.034000', '171812.037000', '171812.039000', '171812.042000', '171812.044000', '171812.047000', '171831.936000', '171831.939000', '171831.942000', '171831.944000', '171831.947000', '171831.950000', '171831.952000', '171831.955000', '171831.957000', '171831.960000', '171831.962000', '171831.965000', '171831.968000', '171831.970000', '171831.973000', '171831.975000', '171831.978000', '171831.980000', '171831.983000', '171831.986000', '171831.988000', '171831.991000', '171831.993000', '171831.996000', '171831.998000', '171832.002000', '171832.005000', '171832.007000', '171832.010000', '171832.013000', '171832.015000', '171832.018000', '171832.020000', '171832.023000', '171832.026000', '171832.028000', '171832.031000', '171832.033000', '171832.036000', '171832.038000', '171832.041000', '171832.044000', '171832.046000', '171832.049000', '171845.521000', '171845.524000', '171845.527000', '171845.530000', '171845.532000', '171845.535000', '171845.538000', '171845.541000', '171845.544000', '171845.547000', '171845.550000', '171845.553000', '171845.556000', '171845.559000', '171845.562000', '171845.565000', '171845.567000', '171845.570000', '171845.572000', '171845.575000', '171845.577000', '171845.580000', '171845.583000', '171845.585000', '171845.588000', '171845.591000', '171845.593000', '171845.596000', '171845.598000', '171845.601000'], 'InstanceCreationTime': ['171231.973000', '171231.976000', '171231.979000', '171231.982000', '171231.984000', '171231.987000', '171231.990000', '171231.992000', '171231.995000', '171231.998000', '171232.001000', '171232.004000', '171232.007000', '171232.009000', '171232.012000', '171232.014000', '171232.017000', '171232.019000', '171232.022000', '171232.025000', '171232.027000', '171232.036000', '171232.038000', '171232.041000', '171232.044000', '171232.047000', '171232.050000', '171232.053000', '171232.055000', '171232.058000', '171232.060000', '171232.063000', '171232.065000', '171232.068000', '171232.071000', '171232.073000', '171232.076000', '171232.078000', '171232.081000', '171232.083000', '171232.086000', '171232.089000', '171232.091000', '171232.095000', '171232.098000', '171232.101000', '171232.103000', '171232.106000', '171232.108000', '171232.111000', '171232.113000', '171232.116000', '171232.119000', '171232.121000', '171232.124000', '171232.126000', '171232.129000', '171232.132000', '171232.134000', '171251.938000', '171251.940000', '171251.943000', '171251.946000', '171251.948000', '171251.954000', '171251.957000', '171251.959000', '171251.962000', '171251.964000', '171251.967000', '171251.970000', '171251.972000', '171251.975000', '171251.977000', '171251.980000', '171251.982000', '171251.985000', '171251.988000', '171251.990000', '171251.993000', '171251.995000', '171251.998000', '171252.002000', '171252.004000', '171252.007000', '171252.010000', '171252.012000', '171252.015000', '171252.018000', '171252.020000', '171252.023000', '171252.025000', '171252.028000', '171252.031000', '171252.033000', '171252.036000', '171252.038000', '171252.041000', '171252.043000', '171252.046000', '171252.049000', '171252.051000', '171252.054000', '171311.943000', '171311.946000', '171311.949000', '171311.951000', '171311.954000', '171311.956000', '171311.959000', '171311.961000', '171311.964000', '171311.980000', '171311.982000', '171311.985000', '171311.987000', '171311.990000', '171311.992000', '171311.995000', '171311.998000', '171312.001000', '171312.004000', '171312.006000', '171312.009000', '171312.011000', '171312.014000', '171312.017000', '171312.020000', '171312.022000', '171312.025000', '171312.028000', '171312.030000', '171312.033000', '171312.035000', '171312.038000', '171312.040000', '171312.043000', '171312.046000', '171312.048000', '171312.051000', '171312.053000', '171312.056000', '171312.059000', '171312.061000', '171312.064000', '171312.066000', '171331.936000', '171331.939000', '171331.942000', '171331.945000', '171331.947000', '171331.950000', '171331.952000', '171331.955000', '171331.957000', '171331.960000', '171331.963000', '171331.965000', '171331.968000', '171331.970000', '171331.973000', '171331.975000', '171331.978000', '171331.980000', '171331.983000', '171331.986000', '171331.988000', '171331.991000', '171331.993000', '171331.996000', '171331.998000', '171332.002000', '171332.005000', '171332.007000', '171332.010000', '171332.013000', '171332.015000', '171332.018000', '171332.020000', '171332.023000', '171332.026000', '171332.028000', '171332.031000', '171332.033000', '171332.036000', '171332.039000', '171332.041000', '171332.044000', '171332.046000', '171332.049000', '171351.936000', '171351.939000', '171351.949000', '171351.951000', '171351.954000', '171351.957000', '171351.959000', '171351.962000', '171351.965000', '171351.967000', '171351.970000', '171351.973000', '171351.975000', '171351.978000', '171351.980000', '171351.983000', '171351.986000', '171351.988000', '171351.991000', '171351.993000', '171351.996000', '171352.000000', '171352.002000', '171352.005000', '171352.008000', '171352.010000', '171352.013000', '171352.015000', '171352.018000', '171352.021000', '171352.023000', '171352.026000', '171352.029000', '171352.031000', '171352.034000', '171352.037000', '171352.039000', '171352.042000', '171352.044000', '171352.047000', '171352.050000', '171352.052000', '171352.055000', '171411.936000', '171411.939000', '171411.942000', '171411.944000', '171411.947000', '171411.949000', '171411.952000', '171411.955000', '171411.957000', '171411.960000', '171411.962000', '171411.965000', '171411.968000', '171411.970000', '171411.973000', '171411.975000', '171411.978000', '171411.981000', '171411.983000', '171411.986000', '171411.988000', '171411.991000', '171411.993000', '171411.996000', '171412.000000', '171412.003000', '171412.005000', '171412.008000', '171412.011000', '171412.013000', '171412.016000', '171412.018000', '171412.021000', '171412.024000', '171412.027000', '171412.029000', '171412.032000', '171412.034000', '171412.037000', '171412.040000', '171412.042000', '171412.045000', '171412.047000', '171412.050000', '171431.937000', '171431.940000', '171431.943000', '171431.945000', '171431.948000', '171431.951000', '171431.953000', '171431.956000', '171431.958000', '171431.961000', '171431.964000', '171431.966000', '171431.969000', '171431.972000', '171431.974000', '171431.977000', '171431.979000', '171431.982000', '171431.984000', '171431.987000', '171431.990000', '171431.992000', '171431.995000', '171431.998000', '171432.002000', '171432.004000', '171432.007000', '171432.010000', '171432.012000', '171432.015000', '171432.018000', '171432.020000', '171432.023000', '171432.025000', '171432.028000', '171432.031000', '171432.033000', '171432.036000', '171432.038000', '171432.041000', '171432.044000', '171432.046000', '171432.049000', '171451.938000', '171451.941000', '171451.943000', '171451.946000', '171451.952000', '171451.955000', '171451.957000', '171451.960000', '171451.963000', '171451.965000', '171451.968000', '171451.970000', '171451.973000', '171451.976000', '171451.978000', '171451.981000', '171451.983000', '171451.986000', '171451.989000', '171451.991000', '171451.994000', '171451.996000', '171452.000000', '171452.003000', '171452.005000', '171452.008000', '171452.011000', '171452.013000', '171452.016000', '171452.019000', '171452.021000', '171452.024000', '171452.026000', '171452.029000', '171452.032000', '171452.034000', '171452.037000', '171452.039000', '171452.049000', '171452.052000', '171452.054000', '171452.057000', '171452.060000', '171452.062000', '171511.937000', '171511.940000', '171511.943000', '171511.946000', '171511.948000', '171511.951000', '171511.953000', '171511.956000', '171511.959000', '171511.961000', '171511.964000', '171511.966000', '171511.969000', '171511.972000', '171511.974000', '171511.977000', '171511.979000', '171511.982000', '171511.985000', '171511.987000', '171511.990000', '171511.992000', '171511.995000', '171511.998000', '171512.001000', '171512.004000', '171512.006000', '171512.009000', '171512.012000', '171512.014000', '171512.017000', '171512.019000', '171512.022000', '171512.025000', '171512.027000', '171512.030000', '171512.032000', '171512.035000', '171512.038000', '171512.040000', '171512.043000', '171512.045000', '171512.048000', '171531.937000', '171531.940000', '171531.943000', '171531.946000', '171531.948000', '171531.951000', '171531.954000', '171531.956000', '171531.959000', '171531.961000', '171531.964000', '171531.966000', '171531.969000', '171531.972000', '171531.974000', '171531.977000', '171531.979000', '171531.982000', '171531.985000', '171531.988000', '171531.990000', '171532.001000', '171532.004000', '171532.006000', '171532.009000', '171532.011000', '171532.014000', '171532.017000', '171532.019000', '171532.022000', '171532.024000', '171532.027000', '171532.030000', '171532.033000', '171532.035000', '171532.038000', '171532.041000', '171532.043000', '171532.046000', '171532.048000', '171532.051000', '171532.053000', '171532.056000', '171532.059000', '171551.937000', '171551.940000', '171551.942000', '171551.951000', '171551.954000', '171551.956000', '171551.959000', '171551.961000', '171551.964000', '171551.966000', '171551.969000', '171551.972000', '171551.974000', '171551.977000', '171551.979000', '171551.982000', '171551.985000', '171551.987000', '171551.990000', '171551.992000', '171551.995000', '171551.998000', '171552.001000', '171552.004000', '171552.006000', '171552.009000', '171552.012000', '171552.014000', '171552.017000', '171552.020000', '171552.022000', '171552.025000', '171552.028000', '171552.030000', '171552.033000', '171552.035000', '171552.038000', '171552.041000', '171552.043000', '171552.046000', '171552.049000', '171552.051000', '171552.054000', '171611.937000', '171611.939000', '171611.942000', '171611.945000', '171611.947000', '171611.950000', '171611.952000', '171611.955000', '171611.958000', '171611.960000', '171611.963000', '171611.966000', '171611.968000', '171611.971000', '171611.974000', '171611.976000', '171611.986000', '171611.989000', '171611.992000', '171611.994000', '171611.997000', '171612.000000', '171612.003000', '171612.006000', '171612.008000', '171612.011000', '171612.013000', '171612.016000', '171612.019000', '171612.021000', '171612.024000', '171612.026000', '171612.029000', '171612.032000', '171612.034000', '171612.037000', '171612.039000', '171612.042000', '171612.045000', '171612.047000', '171612.050000', '171612.052000', '171612.055000', '171612.058000', '171631.936000', '171631.939000', '171631.942000', '171631.944000', '171631.947000', '171631.950000', '171631.952000', '171631.955000', '171631.958000', '171631.960000', '171631.963000', '171631.965000', '171631.968000', '171631.970000', '171631.973000', '171631.976000', '171631.978000', '171631.981000', '171631.983000', '171631.986000', '171631.989000', '171631.992000', '171631.994000', '171631.997000', '171632.000000', '171632.003000', '171632.006000', '171632.008000', '171632.011000', '171632.014000', '171632.016000', '171632.019000', '171632.021000', '171632.024000', '171632.026000', '171632.029000', '171632.032000', '171632.035000', '171632.037000', '171632.040000', '171632.042000', '171632.045000', '171632.048000', '171651.937000', '171651.940000', '171651.943000', '171651.946000', '171651.948000', '171651.951000', '171651.953000', '171651.956000', '171651.959000', '171651.961000', '171651.964000', '171651.966000', '171651.969000', '171651.971000', '171651.974000', '171651.977000', '171651.979000', '171651.982000', '171651.984000', '171651.987000', '171651.990000', '171651.992000', '171651.995000', '171651.997000', '171652.001000', '171652.004000', '171652.006000', '171652.009000', '171652.012000', '171652.014000', '171652.017000', '171652.019000', '171652.022000', '171652.025000', '171652.027000', '171652.030000', '171652.032000', '171652.035000', '171652.037000', '171652.040000', '171652.043000', '171652.045000', '171652.048000', '171652.050000', '171711.938000', '171711.940000', '171711.943000', '171711.946000', '171711.948000', '171711.951000', '171711.953000', '171711.956000', '171711.959000', '171711.961000', '171711.964000', '171711.966000', '171711.969000', '171711.972000', '171711.974000', '171711.977000', '171711.980000', '171711.982000', '171711.985000', '171711.987000', '171711.990000', '171711.993000', '171711.995000', '171711.998000', '171712.001000', '171712.004000', '171712.007000', '171712.009000', '171712.012000', '171712.015000', '171712.017000', '171712.020000', '171712.023000', '171712.025000', '171712.028000', '171712.031000', '171712.033000', '171712.036000', '171712.038000', '171712.041000', '171712.044000', '171712.046000', '171712.049000', '171731.938000', '171731.955000', '171731.958000', '171731.961000', '171731.963000', '171731.967000', '171731.970000', '171731.972000', '171731.975000', '171731.977000', '171731.980000', '171731.982000', '171731.985000', '171731.988000', '171731.990000', '171731.993000', '171731.996000', '171731.998000', '171732.002000', '171732.004000', '171732.007000', '171732.010000', '171732.012000', '171732.015000', '171732.018000', '171732.020000', '171732.023000', '171732.026000', '171732.028000', '171732.031000', '171732.034000', '171732.036000', '171732.039000', '171732.041000', '171732.044000', '171732.046000', '171732.049000', '171732.052000', '171732.054000', '171732.057000', '171732.060000', '171732.073000', '171732.076000', '171732.078000', '171751.937000', '171751.940000', '171751.943000', '171751.946000', '171751.948000', '171751.951000', '171751.953000', '171751.956000', '171751.958000', '171751.961000', '171751.964000', '171751.966000', '171751.969000', '171751.971000', '171751.974000', '171751.976000', '171751.979000', '171751.982000', '171751.984000', '171751.987000', '171751.989000', '171751.992000', '171751.994000', '171751.997000', '171752.001000', '171752.003000', '171752.006000', '171752.009000', '171752.011000', '171752.014000', '171752.016000', '171752.019000', '171752.021000', '171752.026000', '171752.028000', '171752.031000', '171752.033000', '171752.036000', '171752.039000', '171752.041000', '171752.044000', '171752.046000', '171752.049000', '171811.937000', '171811.940000', '171811.942000', '171811.945000', '171811.947000', '171811.950000', '171811.952000', '171811.955000', '171811.958000', '171811.960000', '171811.963000', '171811.966000', '171811.968000', '171811.971000', '171811.973000', '171811.976000', '171811.978000', '171811.981000', '171811.984000', '171811.986000', '171811.989000', '171811.991000', '171811.994000', '171811.996000', '171812.000000', '171812.003000', '171812.005000', '171812.008000', '171812.011000', '171812.013000', '171812.016000', '171812.019000', '171812.021000', '171812.024000', '171812.026000', '171812.029000', '171812.031000', '171812.034000', '171812.037000', '171812.039000', '171812.042000', '171812.044000', '171812.047000', '171831.936000', '171831.939000', '171831.942000', '171831.944000', '171831.947000', '171831.950000', '171831.952000', '171831.955000', '171831.957000', '171831.960000', '171831.962000', '171831.965000', '171831.968000', '171831.970000', '171831.973000', '171831.975000', '171831.978000', '171831.980000', '171831.983000', '171831.986000', '171831.988000', '171831.991000', '171831.993000', '171831.996000', '171831.998000', '171832.002000', '171832.005000', '171832.007000', '171832.010000', '171832.013000', '171832.015000', '171832.018000', '171832.020000', '171832.023000', '171832.026000', '171832.028000', '171832.031000', '171832.033000', '171832.036000', '171832.038000', '171832.041000', '171832.044000', '171832.046000', '171832.049000', '171845.521000', '171845.524000', '171845.527000', '171845.530000', '171845.532000', '171845.535000', '171845.538000', '171845.541000', '171845.544000', '171845.547000', '171845.550000', '171845.553000', '171845.556000', '171845.559000', '171845.562000', '171845.565000', '171845.567000', '171845.570000', '171845.572000', '171845.575000', '171845.577000', '171845.580000', '171845.583000', '171845.585000', '171845.588000', '171845.591000', '171845.593000', '171845.596000', '171845.598000', '171845.601000'], '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': [12464, 15828, 10663, 15544, 10771, 15605, 11706, 14508, 10896, 10057, 10940, 8391, 13052, 9421, 8521, 8948, 8748, 8339, 13465, 8824, 12610, 10103, 12236, 9564, 12920, 10458, 13973, 11875, 14481, 10773, 8259, 10853, 9168, 12837, 10429, 13683, 10961, 15757, 10990, 8391, 9427, 8391, 9293, 10322, 9507, 13632, 11084, 14274, 12186, 15200, 10147, 8258, 10814, 9673, 11718, 9573, 12129, 11265, 9613, 11869, 8370, 10965, 8534, 11465, 8522, 10359, 8458, 10891, 11224, 8186, 10057, 8451, 10845, 8869, 10877, 9515, 11729, 9939, 10428, 9282, 8138, 10479, 8195, 11507, 8356, 12911, 9537, 11819, 8969, 9663, 10068, 8906, 10670, 10631, 11319, 11089, 12306, 10349, 12813, 9340, 14364, 11310, 15149, 11152, 8530, 10358, 8402, 11661, 9270, 12203, 9351, 11640, 9523, 12057, 9834, 11620, 9770, 8145, 12346, 9375, 12951, 9857, 8438, 12204, 9473, 10236, 11164, 8927, 13828, 10031, 7922, 11433, 8972, 11651, 15991, 10358, 14073, 9893, 13586, 11029, 13125, 9552, 12351, 10244, 11474, 9917, 11108, 9185, 9741, 8627, 8555, 9264, 8248, 10184, 8277, 11393, 8475, 11744, 9439, 13541, 11576, 15439, 12794, 9678, 10488, 8568, 11925, 9703, 12839, 9763, 13081, 9744, 12797, 10376, 12604, 10372, 14216, 10701, 15557, 11224, 14609, 11286, 8104, 10324, 8173, 9945, 9254, 10261, 7913, 10620, 8271, 10740, 9140, 10792, 9337, 9904, 9565, 10190, 10578, 9449, 10074, 8908, 10362, 8583, 10869, 9042, 10242, 8814, 12291, 10242, 14530, 9179, 12221, 9874, 13113, 10402, 16013, 11172, 9988, 10435, 7955, 11515, 8117, 12487, 9002, 13094, 9758, 13723, 9173, 12458, 8701, 12616, 9166, 12893, 9457, 12906, 9854, 12756, 8490, 11017, 8390, 9674, 9761, 8129, 11543, 9560, 13400, 8329, 8023, 9527, 7864, 11479, 7862, 12414, 9704, 11905, 9890, 13232, 10520, 14134, 10055, 13090, 11674, 11883, 12914, 11477, 9585, 10346, 10541, 8815, 11216, 8913, 12488, 8576, 11414, 8524, 11351, 8267, 11129, 8099, 11041, 8301, 11360, 9387, 9585, 8887, 7991, 10340, 7901, 11979, 8393, 11977, 8863, 13082, 10155, 14151, 12491, 14539, 11508, 8153, 10121, 8124, 11249, 9884, 10616, 10947, 10303, 11372, 13495, 11758, 14219, 12536, 15278, 12785, 9461, 12547, 8573, 12040, 8577, 12683, 8496, 11284, 8675, 11057, 12920, 9849, 9124, 8856, 9760, 8974, 10453, 8808, 10737, 9174, 10527, 9559, 9066, 9656, 8276, 8968, 8331, 9839, 8330, 11116, 8296, 11552, 8475, 11418, 8405, 11923, 11911, 11904, 11088, 13053, 10025, 13463, 8685, 11453, 8383, 11101, 8259, 10642, 9050, 8952, 10195, 8422, 10828, 8543, 12264, 8481, 12397, 9529, 12099, 9118, 11503, 9529, 10003, 9615, 8524, 12202, 8147, 12013, 7921, 11058, 8362, 11780, 8408, 10481, 7867, 10809, 8009, 11390, 8131, 10241, 9379, 8558, 9892, 7851, 11238, 8349, 11956, 8070, 12264, 10626, 12067, 9014, 12190, 12115, 11173, 13691, 11084, 8076, 9770, 8618, 10884, 8291, 12207, 8867, 12880, 8577, 8329, 8504, 11496, 9339, 12830, 9728, 14570, 11179, 15475, 11265, 12408, 11328, 9746, 11879, 11423, 14411, 9866, 14564, 10042, 12183, 8446, 10975, 9069, 9945, 10315, 8892, 14181, 12496, 8543, 9023, 8331, 12321, 9731, 12051, 10109, 8898, 12097, 8883, 12090, 8881, 12805, 8703, 13814, 9582, 13074, 10368, 12684, 9005, 11569, 8135, 11600, 8406, 11628, 8303, 11565, 8265, 11185, 8305, 11409, 8562, 11274, 8243, 11240, 8459, 11553, 8062, 11850, 8304, 12124, 9337, 12057, 8945, 12241, 8439, 12061, 9391, 10162, 8654, 10353, 9343, 10620, 10206, 8237, 10239, 8521, 12191, 8388, 12003, 8411, 11548, 8347, 12114, 8451, 12487, 9728, 10811, 9360, 10310, 12671, 8023, 11126, 8579, 8696, 12357, 9246, 13713, 12324, 15165, 9668, 10896, 9749, 9889, 10999, 12939, 9459, 11856, 10729, 8334, 12779, 8811, 12746, 9286, 12505, 9548, 10381, 8522, 10591, 8708, 10782, 9096, 10416, 8972, 9935, 10014, 9317, 10695, 8547, 11578, 8319, 11547, 8308, 12288, 8044, 12327, 8597, 12183, 8803, 12182, 8964, 11978, 9423, 8283, 9785, 8415, 11690, 8239, 12171, 9055, 11623, 8353, 12729, 8613, 12708, 9034, 13375, 9229, 14216, 12022, 15860, 9193, 8523, 11131, 8011, 12179, 8210, 12197, 8380, 11953, 8658, 12011, 8474, 12505, 8517, 12596, 9083, 12419, 8717, 10219, 8597, 9054, 9089, 9027, 9399, 8380, 10495, 8997, 11581, 8402, 11393, 8537, 8482, 9354, 8199, 12299, 9128, 10326, 12907, 11570, 11833, 8307, 11800, 8196, 11536, 13664, 10422, 10478, 9363, 13124, 9571, 13366, 10294, 12679, 10936, 13226, 8928, 12254, 8853, 12265, 8802, 12133, 8743, 12053, 8589, 12247, 9651, 12434, 9289, 9761, 8558, 9131, 9936, 12224, 9615, 13544, 9970, 13267, 10403, 15167, 12273, 9143, 10653, 8056, 10359, 9777, 8232, 11699, 7886, 10727, 8410, 12610, 8498, 13009, 10048, 14850, 12067, 15346, 10597, 11694, 8853, 10986, 9842, 10605, 9764, 9149, 11549, 16605, 11584, 16344, 10391, 8082, 9637, 8001, 9847, 12288, 9591, 12631, 9480, 11698, 8435, 11578, 8127, 11569, 8606, 11133, 8086, 11340, 8597, 11785, 9028, 12078, 8408, 12014, 8801, 11827, 8884, 12602, 8717, 11313, 8232, 10818, 8513, 10751, 8695, 10792, 8940, 10656, 8586, 12863, 10478, 15384, 12116, 9241, 10595, 8217, 12630, 9316, 13977, 9867, 11789, 8764, 11950, 8694, 12993, 8710, 12009, 8951, 12107, 9024, 13406, 10273, 12752, 8339, 8437, 10136, 8435, 11744, 8832, 12168, 8909, 12262, 8739, 12780, 8959, 13765, 12475, 13878, 10047, 11136, 8090, 11272, 8270, 10354, 9014, 10157, 10225, 8828, 8811, 8569, 10600, 8500, 11198, 8827, 10048, 8829, 8421, 8545, 8139, 9472, 8557, 9975, 13507, 9603, 13290, 9977, 12970, 9776, 12230, 8986, 12662, 9079, 13114, 9520, 9712, 8167, 8041, 8634, 10776, 8767, 13859, 9855, 11516, 9043, 12815, 9350, 13325, 11731, 14599, 11945, 13480, 9115, 12510, 9238, 12492, 8866, 12430, 8700, 12290, 8895, 12283, 9752, 14380, 8764, 8530, 9525, 8376, 12209, 8764, 12953, 10095, 15502, 12220, 8709, 11386, 8247, 12738, 10055, 16157, 11825, 15423, 10127, 9171, 11706, 8949, 11469, 9701, 10437, 9396, 10196, 9442, 10995, 8354, 11180], 'WindowCenter': [4455.0, 4444.0, 4398.0, 4415.0, 4385.0, 4389.0, 4381.0, 4375.0, 4354.0, 4332.0, 4343.0, 4323.0, 4365.0, 4334.0, 4323.0, 4346.0, 4336.0, 4336.0, 4377.0, 4337.0, 4376.0, 4359.0, 4379.0, 4362.0, 4381.0, 4369.0, 4387.0, 4368.0, 4376.0, 4343.0, 4327.0, 4356.0, 4347.0, 4376.0, 4358.0, 4377.0, 4370.0, 4389.0, 4356.0, 4336.0, 4360.0, 4352.0, 4350.0, 4360.0, 4360.0, 4380.0, 4356.0, 4377.0, 4356.0, 4376.0, 4345.0, 4325.0, 4343.0, 4334.0, 4340.0, 4348.0, 4364.0, 4355.0, 4347.0, 4378.0, 4336.0, 4367.0, 4333.0, 4353.0, 4323.0, 4331.0, 4311.0, 4353.0, 4367.0, 4337.0, 4355.0, 4338.0, 4368.0, 4348.0, 4370.0, 4373.0, 4379.0, 4358.0, 4356.0, 4346.0, 4326.0, 4369.0, 4338.0, 4383.0, 4352.0, 4378.0, 4356.0, 4367.0, 4347.0, 4347.0, 4361.0, 4348.0, 4370.0, 4370.0, 4370.0, 4368.0, 4368.0, 4347.0, 4366.0, 4346.0, 4378.0, 4368.0, 4388.0, 4356.0, 4334.0, 4355.0, 4337.0, 4367.0, 4348.0, 4366.0, 4347.0, 4381.0, 4358.0, 4377.0, 4360.0, 4380.0, 4360.0, 4340.0, 4379.0, 4347.0, 4377.0, 4360.0, 4327.0, 4378.0, 4373.0, 4372.0, 4368.0, 4349.0, 4379.0, 4358.0, 4327.0, 4371.0, 4348.0, 4371.0, 4388.0, 4358.0, 4376.0, 4359.0, 4379.0, 4357.0, 4364.0, 4345.0, 4364.0, 4345.0, 4355.0, 4344.0, 4366.0, 4348.0, 4345.0, 4336.0, 4335.0, 4349.0, 4336.0, 4358.0, 4339.0, 4380.0, 4339.0, 4380.0, 4360.0, 4390.0, 4381.0, 4388.0, 4379.0, 4347.0, 4358.0, 4338.0, 4378.0, 4359.0, 4378.0, 4358.0, 4377.0, 4359.0, 4378.0, 4359.0, 4379.0, 4360.0, 4375.0, 4358.0, 4374.0, 4357.0, 4375.0, 4356.0, 4313.0, 4355.0, 4335.0, 4372.0, 4373.0, 4369.0, 4340.0, 4381.0, 4349.0, 4370.0, 4348.0, 4368.0, 4345.0, 4357.0, 4358.0, 4369.0, 4370.0, 4359.0, 4357.0, 4347.0, 4359.0, 4350.0, 4368.0, 4361.0, 4372.0, 4361.0, 4392.0, 4373.0, 4400.0, 4359.0, 4377.0, 4359.0, 4375.0, 4370.0, 4399.0, 4368.0, 4356.0, 4367.0, 4338.0, 4379.0, 4340.0, 4391.0, 4361.0, 4391.0, 4360.0, 4389.0, 4349.0, 4377.0, 4338.0, 4377.0, 4348.0, 4378.0, 4360.0, 4378.0, 4361.0, 4390.0, 4350.0, 4358.0, 4340.0, 4358.0, 4359.0, 4340.0, 4382.0, 4361.0, 4392.0, 4355.0, 4353.0, 4373.0, 4351.0, 4393.0, 4353.0, 4392.0, 4362.0, 4383.0, 4385.0, 4404.0, 4383.0, 4391.0, 4361.0, 4391.0, 4367.0, 4366.0, 4378.0, 4365.0, 4345.0, 4357.0, 4355.0, 4347.0, 4354.0, 4347.0, 4377.0, 4350.0, 4367.0, 4347.0, 4366.0, 4339.0, 4368.0, 4338.0, 4380.0, 4353.0, 4392.0, 4373.0, 4359.0, 4351.0, 4339.0, 4371.0, 4341.0, 4392.0, 4351.0, 4383.0, 4351.0, 4391.0, 4372.0, 4391.0, 4379.0, 4377.0, 4368.0, 4326.0, 4358.0, 4330.0, 4371.0, 4361.0, 4360.0, 4372.0, 4360.0, 4386.0, 4393.0, 4382.0, 4387.0, 4379.0, 4388.0, 4367.0, 4335.0, 4364.0, 4324.0, 4364.0, 4324.0, 4366.0, 4324.0, 4353.0, 4324.0, 4370.0, 4379.0, 4345.0, 4335.0, 4337.0, 4345.0, 4334.0, 4355.0, 4334.0, 4356.0, 4349.0, 4367.0, 4359.0, 4338.0, 4348.0, 4324.0, 4346.0, 4336.0, 4358.0, 4338.0, 4379.0, 4339.0, 4380.0, 4340.0, 4383.0, 4353.0, 4381.0, 4368.0, 4367.0, 4357.0, 4377.0, 4346.0, 4378.0, 4336.0, 4366.0, 4340.0, 4367.0, 4340.0, 4368.0, 4352.0, 4352.0, 4371.0, 4340.0, 4369.0, 4350.0, 4378.0, 4338.0, 4377.0, 4360.0, 4369.0, 4348.0, 4368.0, 4360.0, 4358.0, 4375.0, 4352.0, 4392.0, 4340.0, 4379.0, 4328.0, 4368.0, 4335.0, 4381.0, 4339.0, 4367.0, 4329.0, 4369.0, 4340.0, 4381.0, 4355.0, 4385.0, 4364.0, 4364.0, 4385.0, 4368.0, 4395.0, 4354.0, 4395.0, 4353.0, 4394.0, 4384.0, 4393.0, 4351.0, 4393.0, 4378.0, 4370.0, 4390.0, 4370.0, 4328.0, 4360.0, 4351.0, 4382.0, 4351.0, 4392.0, 4363.0, 4390.0, 4351.0, 4352.0, 4352.0, 4379.0, 4361.0, 4391.0, 4363.0, 4401.0, 4384.0, 4401.0, 4383.0, 4380.0, 4369.0, 4348.0, 4367.0, 4366.0, 4387.0, 4347.0, 4377.0, 4347.0, 4364.0, 4337.0, 4369.0, 4348.0, 4346.0, 4360.0, 4336.0, 4376.0, 4368.0, 4337.0, 4348.0, 4338.0, 4375.0, 4360.0, 4367.0, 4358.0, 4338.0, 4378.0, 4338.0, 4367.0, 4336.0, 4365.0, 4324.0, 4363.0, 4333.0, 4365.0, 4342.0, 4354.0, 4323.0, 4353.0, 4313.0, 4353.0, 4327.0, 4355.0, 4324.0, 4354.0, 4326.0, 4356.0, 4325.0, 4367.0, 4338.0, 4367.0, 4338.0, 4367.0, 4338.0, 4368.0, 4328.0, 4379.0, 4338.0, 4381.0, 4351.0, 4378.0, 4349.0, 4378.0, 4339.0, 4380.0, 4360.0, 4358.0, 4348.0, 4358.0, 4361.0, 4370.0, 4359.0, 4339.0, 4359.0, 4350.0, 4380.0, 4339.0, 4379.0, 4340.0, 4370.0, 4340.0, 4379.0, 4340.0, 4380.0, 4363.0, 4381.0, 4362.0, 4373.0, 4394.0, 4342.0, 4382.0, 4352.0, 4349.0, 4391.0, 4363.0, 4394.0, 4394.0, 4401.0, 4362.0, 4369.0, 4360.0, 4361.0, 4370.0, 4378.0, 4348.0, 4368.0, 4357.0, 4328.0, 4379.0, 4350.0, 4379.0, 4350.0, 4379.0, 4350.0, 4356.0, 4337.0, 4356.0, 4339.0, 4357.0, 4349.0, 4368.0, 4350.0, 4357.0, 4359.0, 4347.0, 4358.0, 4337.0, 4369.0, 4341.0, 4368.0, 4339.0, 4380.0, 4340.0, 4381.0, 4340.0, 4368.0, 4338.0, 4367.0, 4338.0, 4366.0, 4348.0, 4337.0, 4359.0, 4351.0, 4381.0, 4352.0, 4393.0, 4353.0, 4370.0, 4339.0, 4380.0, 4340.0, 4379.0, 4350.0, 4379.0, 4350.0, 4390.0, 4380.0, 4387.0, 4348.0, 4339.0, 4368.0, 4328.0, 4380.0, 4339.0, 4379.0, 4328.0, 4368.0, 4337.0, 4368.0, 4327.0, 4379.0, 4337.0, 4368.0, 4338.0, 4368.0, 4339.0, 4357.0, 4339.0, 4349.0, 4350.0, 4349.0, 4362.0, 4341.0, 4373.0, 4362.0, 4383.0, 4342.0, 4379.0, 4352.0, 4350.0, 4362.0, 4353.0, 4394.0, 4376.0, 4387.0, 4409.0, 4396.0, 4395.0, 4352.0, 4381.0, 4339.0, 4371.0, 4390.0, 4370.0, 4359.0, 4351.0, 4390.0, 4361.0, 4390.0, 4371.0, 4379.0, 4360.0, 4366.0, 4339.0, 4368.0, 4339.0, 4367.0, 4338.0, 4366.0, 4340.0, 4367.0, 4339.0, 4379.0, 4362.0, 4379.0, 4350.0, 4348.0, 4339.0, 4348.0, 4360.0, 4369.0, 4349.0, 4378.0, 4347.0, 4377.0, 4361.0, 4388.0, 4371.0, 4350.0, 4357.0, 4328.0, 4358.0, 4360.0, 4340.0, 4382.0, 4332.0, 4371.0, 4356.0, 4394.0, 4352.0, 4390.0, 4361.0, 4388.0, 4368.0, 4401.0, 4370.0, 4369.0, 4349.0, 4368.0, 4359.0, 4359.0, 4358.0, 4347.0, 4368.0, 4386.0, 4356.0, 4374.0, 4346.0, 4316.0, 4347.0, 4325.0, 4348.0, 4368.0, 4347.0, 4367.0, 4346.0, 4365.0, 4326.0, 4367.0, 4328.0, 4368.0, 4340.0, 4367.0, 4340.0, 4368.0, 4351.0, 4368.0, 4350.0, 4379.0, 4339.0, 4377.0, 4338.0, 4368.0, 4338.0, 4366.0, 4338.0, 4367.0, 4342.0, 4370.0, 4351.0, 4368.0, 4353.0, 4371.0, 4363.0, 4371.0, 4352.0, 4393.0, 4385.0, 4401.0, 4380.0, 4347.0, 4358.0, 4328.0, 4379.0, 4348.0, 4389.0, 4361.0, 4380.0, 4337.0, 4368.0, 4338.0, 4378.0, 4336.0, 4368.0, 4338.0, 4367.0, 4339.0, 4378.0, 4358.0, 4365.0, 4325.0, 4327.0, 4358.0, 4340.0, 4379.0, 4351.0, 4380.0, 4352.0, 4380.0, 4352.0, 4392.0, 4353.0, 4393.0, 4382.0, 4375.0, 4346.0, 4355.0, 4326.0, 4357.0, 4327.0, 4359.0, 4337.0, 4370.0, 4359.0, 4338.0, 4337.0, 4349.0, 4358.0, 4339.0, 4369.0, 4351.0, 4361.0, 4349.0, 4338.0, 4351.0, 4340.0, 4362.0, 4350.0, 4362.0, 4390.0, 4362.0, 4380.0, 4361.0, 4391.0, 4360.0, 4379.0, 4350.0, 4380.0, 4337.0, 4377.0, 4348.0, 4347.0, 4340.0, 4329.0, 4353.0, 4384.0, 4354.0, 4403.0, 4374.0, 4381.0, 4362.0, 4392.0, 4361.0, 4392.0, 4380.0, 4389.0, 4370.0, 4375.0, 4338.0, 4367.0, 4348.0, 4378.0, 4350.0, 4381.0, 4339.0, 4381.0, 4351.0, 4379.0, 4360.0, 4378.0, 4338.0, 4350.0, 4359.0, 4353.0, 4391.0, 4351.0, 4389.0, 4373.0, 4401.0, 4381.0, 4340.0, 4379.0, 4352.0, 4380.0, 4362.0, 4390.0, 4368.0, 4386.0, 4348.0, 4335.0, 4367.0, 4335.0, 4367.0, 4346.0, 4357.0, 4335.0, 4358.0, 4346.0, 4358.0, 4326.0, 4357.0], 'WindowWidth': [9819.0, 9781.0, 9705.0, 9719.0, 9679.0, 9670.0, 9663.0, 9646.0, 9612.0, 9580.0, 9596.0, 9572.0, 9630.0, 9586.0, 9571.0, 9607.0, 9594.0, 9594.0, 9650.0, 9596.0, 9647.0, 9631.0, 9658.0, 9638.0, 9661.0, 9643.0, 9666.0, 9635.0, 9644.0, 9596.0, 9578.0, 9620.0, 9607.0, 9648.0, 9626.0, 9648.0, 9646.0, 9669.0, 9621.0, 9594.0, 9632.0, 9627.0, 9618.0, 9631.0, 9629.0, 9657.0, 9618.0, 9647.0, 9618.0, 9644.0, 9603.0, 9575.0, 9594.0, 9583.0, 9587.0, 9613.0, 9627.0, 9617.0, 9608.0, 9655.0, 9592.0, 9637.0, 9584.0, 9611.0, 9571.0, 9575.0, 9551.0, 9610.0, 9638.0, 9597.0, 9618.0, 9600.0, 9641.0, 9613.0, 9646.0, 9658.0, 9656.0, 9626.0, 9616.0, 9607.0, 9582.0, 9643.0, 9601.0, 9668.0, 9624.0, 9653.0, 9622.0, 9637.0, 9611.0, 9609.0, 9631.0, 9612.0, 9645.0, 9646.0, 9645.0, 9638.0, 9639.0, 9607.0, 9633.0, 9606.0, 9651.0, 9638.0, 9665.0, 9620.0, 9588.0, 9618.0, 9596.0, 9637.0, 9612.0, 9633.0, 9608.0, 9663.0, 9628.0, 9650.0, 9633.0, 9659.0, 9634.0, 9606.0, 9657.0, 9612.0, 9649.0, 9630.0, 9582.0, 9652.0, 9656.0, 9655.0, 9640.0, 9614.0, 9654.0, 9626.0, 9583.0, 9645.0, 9613.0, 9645.0, 9665.0, 9626.0, 9648.0, 9628.0, 9654.0, 9623.0, 9626.0, 9604.0, 9625.0, 9604.0, 9614.0, 9601.0, 9632.0, 9611.0, 9600.0, 9592.0, 9590.0, 9612.0, 9594.0, 9626.0, 9602.0, 9659.0, 9604.0, 9658.0, 9634.0, 9674.0, 9660.0, 9665.0, 9655.0, 9609.0, 9623.0, 9599.0, 9654.0, 9628.0, 9651.0, 9626.0, 9648.0, 9627.0, 9651.0, 9630.0, 9655.0, 9631.0, 9643.0, 9625.0, 9640.0, 9619.0, 9642.0, 9617.0, 9558.0, 9618.0, 9591.0, 9651.0, 9659.0, 9643.0, 9610.0, 9667.0, 9618.0, 9646.0, 9612.0, 9637.0, 9603.0, 9622.0, 9627.0, 9645.0, 9648.0, 9629.0, 9623.0, 9612.0, 9628.0, 9620.0, 9642.0, 9639.0, 9654.0, 9637.0, 9679.0, 9656.0, 9687.0, 9632.0, 9652.0, 9629.0, 9648.0, 9646.0, 9684.0, 9640.0, 9621.0, 9637.0, 9601.0, 9656.0, 9609.0, 9678.0, 9636.0, 9676.0, 9631.0, 9669.0, 9615.0, 9649.0, 9600.0, 9650.0, 9612.0, 9654.0, 9634.0, 9654.0, 9636.0, 9674.0, 9618.0, 9625.0, 9604.0, 9626.0, 9628.0, 9605.0, 9663.0, 9634.0, 9679.0, 9635.0, 9631.0, 9656.0, 9626.0, 9684.0, 9630.0, 9680.0, 9637.0, 9667.0, 9675.0, 9702.0, 9671.0, 9677.0, 9635.0, 9677.0, 9635.0, 9632.0, 9652.0, 9631.0, 9603.0, 9620.0, 9616.0, 9608.0, 9615.0, 9609.0, 9649.0, 9621.0, 9637.0, 9611.0, 9632.0, 9602.0, 9638.0, 9600.0, 9660.0, 9630.0, 9681.0, 9655.0, 9631.0, 9622.0, 9604.0, 9649.0, 9609.0, 9679.0, 9623.0, 9667.0, 9621.0, 9675.0, 9653.0, 9676.0, 9653.0, 9649.0, 9636.0, 9579.0, 9625.0, 9590.0, 9645.0, 9634.0, 9628.0, 9648.0, 9632.0, 9675.0, 9680.0, 9662.0, 9663.0, 9655.0, 9665.0, 9635.0, 9588.0, 9626.0, 9571.0, 9623.0, 9572.0, 9629.0, 9571.0, 9611.0, 9572.0, 9643.0, 9656.0, 9602.0, 9589.0, 9597.0, 9604.0, 9589.0, 9616.0, 9589.0, 9620.0, 9615.0, 9638.0, 9628.0, 9597.0, 9610.0, 9575.0, 9607.0, 9593.0, 9626.0, 9598.0, 9656.0, 9602.0, 9658.0, 9605.0, 9670.0, 9630.0, 9661.0, 9639.0, 9635.0, 9619.0, 9648.0, 9602.0, 9651.0, 9592.0, 9631.0, 9606.0, 9637.0, 9605.0, 9639.0, 9623.0, 9622.0, 9649.0, 9603.0, 9643.0, 9618.0, 9654.0, 9600.0, 9651.0, 9631.0, 9639.0, 9613.0, 9639.0, 9629.0, 9628.0, 9662.0, 9625.0, 9677.0, 9606.0, 9656.0, 9584.0, 9639.0, 9591.0, 9661.0, 9601.0, 9638.0, 9586.0, 9642.0, 9605.0, 9662.0, 9635.0, 9675.0, 9645.0, 9646.0, 9676.0, 9660.0, 9688.0, 9633.0, 9687.0, 9629.0, 9686.0, 9671.0, 9683.0, 9623.0, 9680.0, 9654.0, 9645.0, 9671.0, 9644.0, 9586.0, 9632.0, 9622.0, 9666.0, 9622.0, 9678.0, 9642.0, 9675.0, 9625.0, 9627.0, 9625.0, 9657.0, 9636.0, 9676.0, 9639.0, 9691.0, 9670.0, 9690.0, 9666.0, 9658.0, 9641.0, 9611.0, 9636.0, 9632.0, 9664.0, 9608.0, 9647.0, 9606.0, 9627.0, 9598.0, 9641.0, 9613.0, 9608.0, 9631.0, 9593.0, 9647.0, 9637.0, 9594.0, 9610.0, 9599.0, 9644.0, 9631.0, 9637.0, 9624.0, 9597.0, 9652.0, 9597.0, 9635.0, 9592.0, 9627.0, 9570.0, 9623.0, 9580.0, 9625.0, 9592.0, 9610.0, 9566.0, 9607.0, 9554.0, 9610.0, 9580.0, 9613.0, 9574.0, 9613.0, 9579.0, 9618.0, 9577.0, 9635.0, 9597.0, 9635.0, 9599.0, 9634.0, 9598.0, 9636.0, 9586.0, 9653.0, 9600.0, 9658.0, 9620.0, 9650.0, 9615.0, 9650.0, 9602.0, 9660.0, 9633.0, 9625.0, 9614.0, 9624.0, 9633.0, 9642.0, 9627.0, 9601.0, 9628.0, 9618.0, 9657.0, 9601.0, 9655.0, 9605.0, 9643.0, 9603.0, 9654.0, 9605.0, 9659.0, 9641.0, 9663.0, 9637.0, 9652.0, 9681.0, 9610.0, 9663.0, 9623.0, 9615.0, 9672.0, 9639.0, 9682.0, 9683.0, 9689.0, 9636.0, 9642.0, 9632.0, 9631.0, 9642.0, 9651.0, 9609.0, 9634.0, 9622.0, 9583.0, 9654.0, 9617.0, 9656.0, 9617.0, 9653.0, 9616.0, 9616.0, 9594.0, 9617.0, 9600.0, 9620.0, 9613.0, 9638.0, 9617.0, 9624.0, 9629.0, 9608.0, 9623.0, 9594.0, 9643.0, 9605.0, 9638.0, 9600.0, 9655.0, 9605.0, 9658.0, 9603.0, 9637.0, 9599.0, 9633.0, 9598.0, 9633.0, 9612.0, 9597.0, 9628.0, 9622.0, 9661.0, 9623.0, 9678.0, 9624.0, 9642.0, 9601.0, 9655.0, 9604.0, 9653.0, 9616.0, 9654.0, 9618.0, 9670.0, 9657.0, 9660.0, 9610.0, 9599.0, 9637.0, 9586.0, 9656.0, 9600.0, 9654.0, 9584.0, 9637.0, 9594.0, 9636.0, 9583.0, 9653.0, 9594.0, 9637.0, 9596.0, 9635.0, 9599.0, 9622.0, 9602.0, 9613.0, 9617.0, 9614.0, 9637.0, 9607.0, 9653.0, 9637.0, 9666.0, 9608.0, 9657.0, 9622.0, 9619.0, 9638.0, 9627.0, 9684.0, 9664.0, 9682.0, 9712.0, 9688.0, 9686.0, 9625.0, 9660.0, 9601.0, 9645.0, 9670.0, 9643.0, 9625.0, 9619.0, 9670.0, 9633.0, 9669.0, 9647.0, 9653.0, 9626.0, 9631.0, 9597.0, 9633.0, 9598.0, 9634.0, 9599.0, 9631.0, 9601.0, 9632.0, 9601.0, 9654.0, 9637.0, 9654.0, 9617.0, 9610.0, 9602.0, 9610.0, 9629.0, 9640.0, 9614.0, 9650.0, 9608.0, 9648.0, 9632.0, 9663.0, 9645.0, 9613.0, 9623.0, 9584.0, 9623.0, 9629.0, 9602.0, 9662.0, 9594.0, 9647.0, 9637.0, 9684.0, 9625.0, 9670.0, 9631.0, 9664.0, 9638.0, 9688.0, 9644.0, 9639.0, 9616.0, 9638.0, 9629.0, 9625.0, 9624.0, 9608.0, 9638.0, 9660.0, 9617.0, 9639.0, 9604.0, 9562.0, 9606.0, 9575.0, 9610.0, 9636.0, 9607.0, 9635.0, 9605.0, 9628.0, 9579.0, 9633.0, 9586.0, 9639.0, 9603.0, 9636.0, 9604.0, 9637.0, 9619.0, 9639.0, 9617.0, 9653.0, 9602.0, 9650.0, 9598.0, 9638.0, 9596.0, 9633.0, 9597.0, 9635.0, 9609.0, 9644.0, 9621.0, 9641.0, 9627.0, 9648.0, 9641.0, 9648.0, 9626.0, 9681.0, 9673.0, 9689.0, 9657.0, 9608.0, 9624.0, 9583.0, 9654.0, 9610.0, 9669.0, 9636.0, 9659.0, 9596.0, 9636.0, 9599.0, 9653.0, 9593.0, 9636.0, 9597.0, 9633.0, 9598.0, 9651.0, 9622.0, 9629.0, 9577.0, 9582.0, 9625.0, 9603.0, 9655.0, 9620.0, 9659.0, 9623.0, 9658.0, 9623.0, 9675.0, 9626.0, 9681.0, 9665.0, 9646.0, 9603.0, 9614.0, 9575.0, 9619.0, 9581.0, 9626.0, 9595.0, 9644.0, 9628.0, 9597.0, 9596.0, 9615.0, 9624.0, 9602.0, 9642.0, 9621.0, 9632.0, 9615.0, 9598.0, 9620.0, 9604.0, 9636.0, 9619.0, 9636.0, 9671.0, 9636.0, 9657.0, 9636.0, 9674.0, 9632.0, 9653.0, 9617.0, 9656.0, 9596.0, 9649.0, 9610.0, 9608.0, 9603.0, 9588.0, 9625.0, 9669.0, 9630.0, 9695.0, 9656.0, 9661.0, 9639.0, 9677.0, 9635.0, 9677.0, 9659.0, 9668.0, 9641.0, 9643.0, 9597.0, 9633.0, 9611.0, 9651.0, 9616.0, 9660.0, 9601.0, 9660.0, 9620.0, 9657.0, 9631.0, 9651.0, 9598.0, 9617.0, 9629.0, 9626.0, 9676.0, 9622.0, 9671.0, 9654.0, 9690.0, 9659.0, 9604.0, 9656.0, 9625.0, 9658.0, 9639.0, 9670.0, 9638.0, 9657.0, 9607.0, 9587.0, 9634.0, 9588.0, 9633.0, 9605.0, 9620.0, 9589.0, 9623.0, 9609.0, 9624.0, 9579.0, 9620.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.003619137931034483</td></tr>
<tr><td colspan=3>aqi</td><td>0.027424056091954023</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.53296763226699</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2278658366167992</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0216637869735334</td></tr>
<tr><td colspan=3>efc</td><td>0.4703</td></tr>
<tr><td colspan=3>fber</td><td>6042.29</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10112961153326819</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.32183908045977</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.542248606562627</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5787023930643986</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6226842101976082</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4253592164258744</td></tr>
<tr><td colspan=3>gcor</td><td>0.00834371</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01456205639988184</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026378139853477478</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.9450825197220523</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>32.3537</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.9999</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.8586</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300253.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>722.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.2567</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9025</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.6836</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3565.6601</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3756.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76291.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1197.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4661.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.0651</td></tr>
<tr><td colspan=3>tsnr</td><td>38.120739935548045</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>