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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0039_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0039_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0039/ses-04/func/sub-0039_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4817debb36545c352d36b505d043dbb5</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:59:12.602500</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.998958, -0.0162662, 0.0426301, 0.00819466, 0.983064, 0.183078]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0962711</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7773, -7249, 667, -72, -261, 14, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>235.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4f5c9697-9e15-451e-a863-5b274b02a9e8||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.6801326274871826, 0.021985670551657677, 0.12119261175394058, 104.37203979492188], [0.043641120195388794, 2.6374895572662354, 0.49285194277763367, -104.29890441894531], [0.11437354236841202, -0.491184264421463, 2.651869058609009, -51.046836853027344], [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': ['165912.602500', '165913.062500', '165913.522500', '165913.982500', '165914.442500', '165914.902500', '165915.362500', '165915.822500', '165916.282500', '165916.742500', '165917.202500', '165917.662500', '165918.122500', '165918.582500', '165919.042500', '165919.502500', '165919.962500', '165920.422500', '165920.882500', '165921.342500', '165921.802500', '165922.262500', '165922.722500', '165923.182500', '165923.642500', '165924.102500', '165924.562500', '165925.022500', '165925.482500', '165925.942500', '165926.402500', '165926.862500', '165927.322500', '165927.782500', '165928.242500', '165928.702500', '165929.162500', '165929.622500', '165930.082500', '165930.542500', '165931.002500', '165931.462500', '165931.922500', '165932.382500', '165932.842500', '165933.302500', '165933.762500', '165934.222500', '165934.682500', '165935.142500', '165935.602500', '165936.062500', '165936.522500', '165936.982500', '165937.442500', '165937.902500', '165938.362500', '165938.822500', '165939.282500', '165939.742500', '165940.202500', '165940.662500', '165941.122500', '165941.582500', '165942.042500', '165942.502500', '165942.962500', '165943.422500', '165943.882500', '165944.342500', '165944.802500', '165945.262500', '165945.722500', '165946.182500', '165946.642500', '165947.102500', '165947.562500', '165948.022500', '165948.482500', '165948.942500', '165949.402500', '165949.862500', '165950.322500', '165950.782500', '165951.242500', '165951.702500', '165952.162500', '165952.622500', '165953.082500', '165953.542500', '165954.002500', '165954.462500', '165954.922500', '165955.382500', '165955.842500', '165956.302500', '165956.762500', '165957.222500', '165957.682500', '165958.142500', '165958.602500', '165959.062500', '165959.522500', '165959.982500', '170000.442500', '170000.902500', '170001.362500', '170001.822500', '170002.282500', '170002.742500', '170003.202500', '170003.662500', '170004.122500', '170004.582500', '170005.042500', '170005.502500', '170005.962500', '170006.422500', '170006.882500', '170007.342500', '170007.802500', '170008.262500', '170008.722500', '170009.182500', '170009.642500', '170010.102500', '170010.562500', '170011.022500', '170011.482500', '170011.942500', '170012.402500', '170012.862500', '170013.322500', '170013.782500', '170014.242500', '170014.702500', '170015.162500', '170015.622500', '170016.082500', '170016.542500', '170017.002500', '170017.462500', '170017.922500', '170018.382500', '170018.842500', '170019.302500', '170019.762500', '170020.222500', '170020.682500', '170021.142500', '170021.602500', '170022.062500', '170022.522500', '170022.982500', '170023.442500', '170023.902500', '170024.362500', '170024.822500', '170025.282500', '170025.742500', '170026.202500', '170026.662500', '170027.122500', '170027.582500', '170028.042500', '170028.502500', '170028.962500', '170029.422500', '170029.882500', '170030.342500', '170030.802500', '170031.262500', '170031.722500', '170032.182500', '170032.642500', '170033.102500', '170033.562500', '170034.022500', '170034.482500', '170034.942500', '170035.402500', '170035.862500', '170036.322500', '170036.782500', '170037.242500', '170037.702500', '170038.162500', '170038.622500', '170039.082500', '170039.542500', '170040.002500', '170040.462500', '170040.922500', '170041.382500', '170041.842500', '170042.302500', '170042.762500', '170043.222500', '170043.682500', '170044.142500', '170044.602500', '170045.062500', '170045.522500', '170045.982500', '170046.442500', '170046.902500', '170047.362500', '170047.822500', '170048.282500', '170048.742500', '170049.202500', '170049.662500', '170050.122500', '170050.582500', '170051.042500', '170051.502500', '170051.962500', '170052.422500', '170052.882500', '170053.342500', '170053.802500', '170054.262500', '170054.722500', '170055.182500', '170055.642500', '170056.102500', '170056.562500', '170057.022500', '170057.482500', '170057.942500', '170058.402500', '170058.862500', '170059.322500', '170059.782500', '170100.242500', '170100.702500', '170101.162500', '170101.622500', '170102.082500', '170102.542500', '170103.002500', '170103.462500', '170103.922500', '170104.382500', '170104.842500', '170105.302500', '170105.762500', '170106.222500', '170106.682500', '170107.142500', '170107.602500', '170108.062500', '170108.522500', '170108.982500', '170109.442500', '170109.902500', '170110.362500', '170110.822500', '170111.282500', '170111.742500', '170112.202500', '170112.662500', '170113.122500', '170113.582500', '170114.042500', '170114.502500', '170114.962500', '170115.422500', '170115.882500', '170116.342500', '170116.802500', '170117.262500', '170117.722500', '170118.182500', '170118.642500', '170119.102500', '170119.562500', '170120.022500', '170120.482500', '170120.942500', '170121.402500', '170121.862500', '170122.322500', '170122.782500', '170123.242500', '170123.702500', '170124.162500', '170124.622500', '170125.082500', '170125.542500', '170126.002500', '170126.462500', '170126.922500', '170127.382500', '170127.842500', '170128.302500', '170128.762500', '170129.222500', '170129.682500', '170130.142500', '170130.602500', '170131.062500', '170131.522500', '170131.982500', '170132.442500', '170132.902500', '170133.362500', '170133.822500', '170134.282500', '170134.742500', '170135.202500', '170135.662500', '170136.122500', '170136.582500', '170137.042500', '170137.502500', '170137.962500', '170138.422500', '170138.882500', '170139.342500', '170139.802500', '170140.262500', '170140.722500', '170141.182500', '170141.642500', '170142.102500', '170142.562500', '170143.022500', '170143.482500', '170143.942500', '170144.402500', '170144.862500', '170145.322500', '170145.782500', '170146.242500', '170146.702500', '170147.162500', '170147.622500', '170148.082500', '170148.542500', '170149.002500', '170149.462500', '170149.922500', '170150.382500', '170150.842500', '170151.302500', '170151.762500', '170152.222500', '170152.682500', '170153.142500', '170153.602500', '170154.062500', '170154.522500', '170154.982500', '170155.442500', '170155.902500', '170156.362500', '170156.822500', '170157.282500', '170157.742500', '170158.202500', '170158.662500', '170159.122500', '170159.582500', '170200.042500', '170200.502500', '170200.962500', '170201.422500', '170201.882500', '170202.342500', '170202.802500', '170203.262500', '170203.722500', '170204.182500', '170204.642500', '170205.102500', '170205.562500', '170206.022500', '170206.482500', '170206.942500', '170207.402500', '170207.862500', '170208.322500', '170208.782500', '170209.242500', '170209.702500', '170210.162500', '170210.622500', '170211.082500', '170211.542500', '170212.002500', '170212.462500', '170212.922500', '170213.382500', '170213.842500', '170214.302500', '170214.762500', '170215.222500', '170215.682500', '170216.142500', '170216.602500', '170217.062500', '170217.522500', '170217.982500', '170218.442500', '170218.902500', '170219.362500', '170219.822500', '170220.282500', '170220.742500', '170221.202500', '170221.662500', '170222.122500', '170222.582500', '170223.042500', '170223.502500', '170223.962500', '170224.422500', '170224.882500', '170225.342500', '170225.802500', '170226.262500', '170226.722500', '170227.182500', '170227.642500', '170228.102500', '170228.562500', '170229.022500', '170229.482500', '170229.942500', '170230.402500', '170230.862500', '170231.322500', '170231.782500', '170232.242500', '170232.702500', '170233.162500', '170233.622500', '170234.082500', '170234.542500', '170235.002500', '170235.462500', '170235.922500', '170236.382500', '170236.842500', '170237.302500', '170237.762500', '170238.222500', '170238.682500', '170239.142500', '170239.602500', '170240.062500', '170240.522500', '170240.982500', '170241.442500', '170241.902500', '170242.362500', '170242.822500', '170243.282500', '170243.742500', '170244.202500', '170244.662500', '170245.122500', '170245.582500', '170246.042500', '170246.502500', '170246.962500', '170247.422500', '170247.882500', '170248.342500', '170248.802500', '170249.262500', '170249.722500', '170250.182500', '170250.642500', '170251.102500', '170251.562500', '170252.022500', '170252.482500', '170252.942500', '170253.402500', '170253.862500', '170254.322500', '170254.782500', '170255.242500', '170255.702500', '170256.162500', '170256.622500', '170257.082500', '170257.542500', '170258.002500', '170258.462500', '170258.922500', '170259.382500', '170259.842500', '170300.302500', '170300.762500', '170301.222500', '170301.682500', '170302.142500', '170302.602500', '170303.062500', '170303.522500', '170303.982500', '170304.442500', '170304.902500', '170305.362500', '170305.822500', '170306.282500', '170306.742500', '170307.202500', '170307.662500', '170308.122500', '170308.582500', '170309.042500', '170309.502500', '170309.962500', '170310.422500', '170310.882500', '170311.342500', '170311.802500', '170312.262500', '170312.722500', '170313.182500', '170313.642500', '170314.102500', '170314.562500', '170315.022500', '170315.482500', '170315.942500', '170316.402500', '170316.862500', '170317.322500', '170317.782500', '170318.242500', '170318.702500', '170319.162500', '170319.622500', '170320.082500', '170320.542500', '170321.002500', '170321.462500', '170321.922500', '170322.382500', '170322.842500', '170323.302500', '170323.762500', '170324.222500', '170324.682500', '170325.142500', '170325.602500', '170326.062500', '170326.522500', '170326.982500', '170327.442500', '170327.902500', '170328.362500', '170328.822500', '170329.282500', '170329.742500', '170330.202500', '170330.662500', '170331.122500', '170331.582500', '170332.042500', '170332.502500', '170332.962500', '170333.422500', '170333.882500', '170334.342500', '170334.802500', '170335.262500', '170335.722500', '170336.182500', '170336.642500', '170337.102500', '170337.562500', '170338.022500', '170338.482500', '170338.942500', '170339.402500', '170339.862500', '170340.322500', '170340.782500', '170341.242500', '170341.702500', '170342.162500', '170342.622500', '170343.082500', '170343.542500', '170344.002500', '170344.462500', '170344.922500', '170345.382500', '170345.842500', '170346.302500', '170346.762500', '170347.222500', '170347.682500', '170348.142500', '170348.602500', '170349.062500', '170349.522500', '170349.982500', '170350.442500', '170350.902500', '170351.362500', '170351.822500', '170352.282500', '170352.742500', '170353.202500', '170353.662500', '170354.122500', '170354.582500', '170355.042500', '170355.502500', '170355.962500', '170356.422500', '170356.882500', '170357.342500', '170357.802500', '170358.262500', '170358.722500', '170359.182500', '170359.642500', '170400.102500', '170400.562500', '170401.022500', '170401.482500', '170401.942500', '170402.402500', '170402.862500', '170403.322500', '170403.782500', '170404.242500', '170404.702500', '170405.162500', '170405.622500', '170406.082500', '170406.542500', '170407.002500', '170407.462500', '170407.922500', '170408.382500', '170408.842500', '170409.302500', '170409.762500', '170410.222500', '170410.682500', '170411.142500', '170411.602500', '170412.062500', '170412.522500', '170412.982500', '170413.442500', '170413.902500', '170414.362500', '170414.822500', '170415.282500', '170415.742500', '170416.202500', '170416.662500', '170417.122500', '170417.582500', '170418.042500', '170418.502500', '170418.962500', '170419.422500', '170419.882500', '170420.342500', '170420.802500', '170421.262500', '170421.722500', '170422.182500', '170422.642500', '170423.102500', '170423.562500', '170424.022500', '170424.482500', '170424.942500', '170425.402500', '170425.862500', '170426.322500', '170426.782500', '170427.242500', '170427.702500', '170428.162500', '170428.622500', '170429.082500', '170429.542500', '170430.002500', '170430.462500', '170430.922500', '170431.382500', '170431.842500', '170432.302500', '170432.762500', '170433.222500', '170433.682500', '170434.142500', '170434.602500', '170435.062500', '170435.522500', '170435.982500', '170436.442500', '170436.902500', '170437.362500', '170437.822500', '170438.282500', '170438.742500', '170439.202500', '170439.662500', '170440.122500', '170440.582500', '170441.042500', '170441.502500', '170441.962500', '170442.422500', '170442.882500', '170443.342500', '170443.802500', '170444.262500', '170444.722500', '170445.182500', '170445.642500', '170446.102500', '170446.562500', '170447.022500', '170447.482500', '170447.942500', '170448.402500', '170448.862500', '170449.322500', '170449.782500', '170450.242500', '170450.702500', '170451.162500', '170451.622500', '170452.082500', '170452.542500', '170453.002500', '170453.462500', '170453.922500', '170454.382500', '170454.842500', '170455.302500', '170455.762500', '170456.222500', '170456.682500', '170457.142500', '170457.602500', '170458.062500', '170458.522500', '170458.982500', '170459.442500', '170459.902500', '170500.362500', '170500.822500', '170501.282500', '170501.742500', '170502.202500', '170502.662500', '170503.122500', '170503.582500', '170504.042500', '170504.502500', '170504.962500', '170505.422500', '170505.882500', '170506.342500', '170506.802500', '170507.262500', '170507.722500', '170508.182500', '170508.642500', '170509.102500', '170509.562500', '170510.022500', '170510.482500', '170510.942500', '170511.402500', '170511.862500', '170512.322500', '170512.782500', '170513.242500', '170513.702500', '170514.162500', '170514.622500', '170515.082500', '170515.542500', '170516.002500', '170516.462500', '170516.922500', '170517.382500', '170517.842500', '170518.302500', '170518.762500', '170519.222500', '170519.682500', '170520.142500', '170520.602500', '170521.062500', '170521.522500', '170521.982500', '170522.442500', '170522.902500', '170523.362500', '170523.822500', '170524.282500', '170524.742500', '170525.202500', '170525.662500', '170526.122500', '170526.582500', '170527.042500', '170527.502500', '170527.962500', '170528.422500', '170528.882500', '170529.342500', '170529.802500', '170530.262500', '170530.722500', '170531.182500', '170531.642500', '170532.102500', '170532.562500', '170533.022500', '170533.482500', '170533.942500', '170534.402500', '170534.862500', '170535.322500', '170535.782500', '170536.242500', '170536.702500', '170537.162500', '170537.622500', '170538.082500', '170538.542500', '170539.002500', '170539.462500', '170539.922500', '170540.382500', '170540.842500', '170541.302500', '170541.762500', '170542.222500', '170542.682500', '170543.142500', '170543.602500', '170544.062500', '170544.522500', '170544.982500', '170545.442500', '170545.902500', '170546.362500', '170546.822500', '170547.282500', '170547.742500', '170548.202500', '170548.662500', '170549.122500', '170549.582500', '170550.042500', '170550.502500', '170550.962500', '170551.422500', '170551.882500', '170552.342500', '170552.802500', '170553.262500'], 'ContentTime': ['165929.152000', '165929.155000', '165929.158000', '165929.161000', '165929.163000', '165929.175000', '165929.177000', '165929.180000', '165929.183000', '165929.185000', '165929.188000', '165929.190000', '165929.193000', '165929.196000', '165929.204000', '165929.207000', '165929.209000', '165929.212000', '165929.215000', '165929.217000', '165929.220000', '165929.222000', '165929.225000', '165929.228000', '165929.230000', '165929.233000', '165929.235000', '165929.238000', '165929.241000', '165929.245000', '165929.248000', '165929.250000', '165929.253000', '165949.122000', '165949.125000', '165949.128000', '165949.130000', '165949.133000', '165949.135000', '165949.138000', '165949.140000', '165949.143000', '165949.146000', '165949.148000', '165949.151000', '165949.154000', '165949.156000', '165949.159000', '165949.161000', '165949.164000', '165949.167000', '165949.169000', '165949.172000', '165949.174000', '165949.177000', '165949.180000', '165949.182000', '165949.185000', '165949.187000', '165949.190000', '165949.192000', '165949.195000', '165949.197000', '165949.200000', '165949.203000', '165949.205000', '165949.208000', '165949.211000', '165949.213000', '165949.216000', '165949.219000', '165949.221000', '165949.224000', '165949.226000', '165949.229000', '165949.231000', '165949.234000', '170009.122000', '170009.125000', '170009.128000', '170009.130000', '170009.133000', '170009.139000', '170009.142000', '170009.144000', '170009.147000', '170009.150000', '170009.152000', '170009.155000', '170009.157000', '170009.160000', '170009.162000', '170009.165000', '170009.168000', '170009.170000', '170009.173000', '170009.175000', '170009.178000', '170009.181000', '170009.183000', '170009.186000', '170009.188000', '170009.191000', '170009.194000', '170009.196000', '170009.199000', '170009.202000', '170009.204000', '170009.207000', '170009.210000', '170009.212000', '170009.215000', '170009.217000', '170009.220000', '170009.223000', '170009.225000', '170009.228000', '170009.230000', '170009.233000', '170009.236000', '170029.122000', '170029.125000', '170029.128000', '170029.131000', '170029.133000', '170029.136000', '170029.139000', '170029.142000', '170029.144000', '170029.147000', '170029.149000', '170029.152000', '170029.155000', '170029.157000', '170029.160000', '170029.162000', '170029.165000', '170029.167000', '170029.170000', '170029.173000', '170029.184000', '170029.187000', '170029.190000', '170029.192000', '170029.195000', '170029.198000', '170029.200000', '170029.203000', '170029.206000', '170029.208000', '170029.211000', '170029.214000', '170029.216000', '170029.219000', '170029.221000', '170029.224000', '170029.227000', '170029.229000', '170029.232000', '170029.235000', '170029.237000', '170029.240000', '170029.243000', '170049.122000', '170049.125000', '170049.128000', '170049.130000', '170049.133000', '170049.136000', '170049.138000', '170049.141000', '170049.143000', '170049.146000', '170049.149000', '170049.151000', '170049.154000', '170049.157000', '170049.159000', '170049.162000', '170049.164000', '170049.167000', '170049.169000', '170049.172000', '170049.175000', '170049.177000', '170049.180000', '170049.183000', '170049.185000', '170049.188000', '170049.190000', '170049.193000', '170049.195000', '170049.198000', '170049.201000', '170049.203000', '170049.206000', '170049.208000', '170049.211000', '170049.214000', '170049.216000', '170049.219000', '170049.221000', '170049.224000', '170049.227000', '170049.229000', '170049.232000', '170049.234000', '170109.123000', '170109.126000', '170109.129000', '170109.132000', '170109.134000', '170109.137000', '170109.140000', '170109.142000', '170109.145000', '170109.147000', '170109.150000', '170109.152000', '170109.155000', '170109.158000', '170109.160000', '170109.163000', '170109.165000', '170109.168000', '170109.171000', '170109.173000', '170109.176000', '170109.178000', '170109.181000', '170109.184000', '170109.186000', '170109.189000', '170109.191000', '170109.194000', '170109.197000', '170109.199000', '170109.202000', '170109.204000', '170109.207000', '170109.210000', '170109.212000', '170109.215000', '170109.218000', '170109.220000', '170109.223000', '170109.225000', '170109.228000', '170109.231000', '170109.233000', '170129.122000', '170129.125000', '170129.128000', '170129.130000', '170129.133000', '170129.136000', '170129.138000', '170129.141000', '170129.143000', '170129.146000', '170129.149000', '170129.151000', '170129.154000', '170129.156000', '170129.159000', '170129.162000', '170129.164000', '170129.167000', '170129.170000', '170129.172000', '170129.175000', '170129.177000', '170129.180000', '170129.183000', '170129.185000', '170129.188000', '170129.190000', '170129.193000', '170129.196000', '170129.198000', '170129.201000', '170129.203000', '170129.206000', '170129.209000', '170129.211000', '170129.214000', '170129.216000', '170129.219000', '170129.221000', '170129.224000', '170129.226000', '170129.229000', '170129.232000', '170129.234000', '170149.122000', '170149.125000', '170149.128000', '170149.130000', '170149.133000', '170149.136000', '170149.138000', '170149.141000', '170149.144000', '170149.146000', '170149.149000', '170149.151000', '170149.154000', '170149.157000', '170149.159000', '170149.162000', '170149.165000', '170149.167000', '170149.170000', '170149.173000', '170149.175000', '170149.178000', '170149.181000', '170149.184000', '170149.186000', '170149.189000', '170149.191000', '170149.194000', '170149.196000', '170149.199000', '170149.202000', '170149.204000', '170149.207000', '170149.210000', '170149.212000', '170149.215000', '170149.217000', '170149.222000', '170149.225000', '170149.228000', '170149.230000', '170149.233000', '170149.235000', '170209.122000', '170209.125000', '170209.128000', '170209.131000', '170209.133000', '170209.136000', '170209.138000', '170209.141000', '170209.144000', '170209.146000', '170209.149000', '170209.151000', '170209.154000', '170209.157000', '170209.159000', '170209.162000', '170209.170000', '170209.173000', '170209.176000', '170209.178000', '170209.181000', '170209.184000', '170209.186000', '170209.189000', '170209.192000', '170209.194000', '170209.197000', '170209.199000', '170209.202000', '170209.205000', '170209.207000', '170209.210000', '170209.213000', '170209.215000', '170209.218000', '170209.220000', '170209.223000', '170209.226000', '170209.228000', '170209.231000', '170209.233000', '170209.236000', '170209.238000', '170209.241000', '170229.122000', '170229.125000', '170229.128000', '170229.130000', '170229.133000', '170229.136000', '170229.138000', '170229.141000', '170229.144000', '170229.146000', '170229.149000', '170229.151000', '170229.154000', '170229.157000', '170229.159000', '170229.162000', '170229.165000', '170229.168000', '170229.170000', '170229.173000', '170229.175000', '170229.178000', '170229.181000', '170229.183000', '170229.186000', '170229.188000', '170229.191000', '170229.194000', '170229.196000', '170229.199000', '170229.202000', '170229.204000', '170229.207000', '170229.210000', '170229.212000', '170229.215000', '170229.217000', '170229.220000', '170229.223000', '170229.226000', '170229.228000', '170229.231000', '170229.233000', '170249.122000', '170249.125000', '170249.128000', '170249.130000', '170249.133000', '170249.136000', '170249.138000', '170249.141000', '170249.144000', '170249.146000', '170249.149000', '170249.151000', '170249.154000', '170249.156000', '170249.159000', '170249.162000', '170249.164000', '170249.167000', '170249.169000', '170249.172000', '170249.174000', '170249.177000', '170249.180000', '170249.182000', '170249.185000', '170249.187000', '170249.190000', '170249.192000', '170249.195000', '170249.198000', '170249.200000', '170249.203000', '170249.205000', '170249.208000', '170249.210000', '170249.213000', '170249.216000', '170249.218000', '170249.221000', '170249.223000', '170249.226000', '170249.228000', '170249.231000', '170249.234000', '170309.122000', '170309.125000', '170309.128000', '170309.131000', '170309.133000', '170309.136000', '170309.138000', '170309.141000', '170309.144000', '170309.146000', '170309.149000', '170309.152000', '170309.154000', '170309.157000', '170309.160000', '170309.162000', '170309.165000', '170309.168000', '170309.170000', '170309.173000', '170309.175000', '170309.178000', '170309.181000', '170309.183000', '170309.186000', '170309.189000', '170309.191000', '170309.194000', '170309.197000', '170309.199000', '170309.202000', '170309.205000', '170309.207000', '170309.210000', '170309.212000', '170309.215000', '170309.218000', '170309.220000', '170309.223000', '170309.225000', '170309.228000', '170309.231000', '170309.233000', '170329.122000', '170329.125000', '170329.128000', '170329.130000', '170329.133000', '170329.136000', '170329.138000', '170329.141000', '170329.143000', '170329.146000', '170329.149000', '170329.151000', '170329.154000', '170329.157000', '170329.159000', '170329.162000', '170329.164000', '170329.167000', '170329.170000', '170329.172000', '170329.175000', '170329.177000', '170329.180000', '170329.183000', '170329.185000', '170329.188000', '170329.190000', '170329.193000', '170329.196000', '170329.198000', '170329.201000', '170329.203000', '170329.206000', '170329.209000', '170329.211000', '170329.214000', '170329.216000', '170329.219000', '170329.221000', '170329.224000', '170329.227000', '170329.243000', '170329.246000', '170329.249000', '170349.122000', '170349.125000', '170349.128000', '170349.130000', '170349.133000', '170349.136000', '170349.139000', '170349.141000', '170349.144000', '170349.146000', '170349.149000', '170349.151000', '170349.154000', '170349.157000', '170349.159000', '170349.162000', '170349.165000', '170349.167000', '170349.170000', '170349.172000', '170349.175000', '170349.177000', '170349.180000', '170349.183000', '170349.185000', '170349.188000', '170349.190000', '170349.193000', '170349.196000', '170349.198000', '170349.201000', '170349.203000', '170349.206000', '170349.209000', '170349.211000', '170349.214000', '170349.216000', '170349.219000', '170349.221000', '170349.224000', '170349.227000', '170349.230000', '170349.233000', '170409.122000', '170409.125000', '170409.128000', '170409.130000', '170409.133000', '170409.136000', '170409.138000', '170409.141000', '170409.144000', '170409.146000', '170409.149000', '170409.152000', '170409.154000', '170409.157000', '170409.159000', '170409.162000', '170409.165000', '170409.167000', '170409.170000', '170409.173000', '170409.175000', '170409.178000', '170409.180000', '170409.183000', '170409.186000', '170409.188000', '170409.191000', '170409.194000', '170409.196000', '170409.199000', '170409.201000', '170409.204000', '170409.206000', '170409.209000', '170409.212000', '170409.214000', '170409.217000', '170409.219000', '170409.222000', '170409.225000', '170409.228000', '170409.230000', '170409.233000', '170409.235000', '170429.122000', '170429.125000', '170429.128000', '170429.131000', '170429.133000', '170429.136000', '170429.139000', '170429.141000', '170429.144000', '170429.146000', '170429.149000', '170429.152000', '170429.154000', '170429.157000', '170429.160000', '170429.162000', '170429.165000', '170429.167000', '170429.170000', '170429.173000', '170429.175000', '170429.178000', '170429.181000', '170429.183000', '170429.186000', '170429.188000', '170429.191000', '170429.194000', '170429.196000', '170429.199000', '170429.201000', '170429.204000', '170429.206000', '170429.209000', '170429.212000', '170429.214000', '170429.217000', '170429.220000', '170429.222000', '170429.225000', '170429.228000', '170429.230000', '170429.233000', '170449.122000', '170449.125000', '170449.128000', '170449.130000', '170449.133000', '170449.136000', '170449.138000', '170449.141000', '170449.143000', '170449.146000', '170449.149000', '170449.151000', '170449.154000', '170449.156000', '170449.159000', '170449.162000', '170449.164000', '170449.167000', '170449.169000', '170449.172000', '170449.175000', '170449.177000', '170449.180000', '170449.183000', '170449.185000', '170449.188000', '170449.190000', '170449.193000', '170449.196000', '170449.198000', '170449.201000', '170449.203000', '170449.206000', '170449.209000', '170449.211000', '170449.214000', '170449.216000', '170449.219000', '170449.222000', '170449.225000', '170449.227000', '170449.230000', '170449.232000', '170449.235000', '170509.122000', '170509.125000', '170509.128000', '170509.131000', '170509.133000', '170509.136000', '170509.138000', '170509.141000', '170509.154000', '170509.157000', '170509.159000', '170509.162000', '170509.165000', '170509.167000', '170509.170000', '170509.173000', '170509.175000', '170509.178000', '170509.181000', '170509.183000', '170509.186000', '170509.189000', '170509.192000', '170509.194000', '170509.197000', '170509.201000', '170509.204000', '170509.206000', '170509.209000', '170509.212000', '170509.214000', '170509.217000', '170509.219000', '170509.222000', '170509.225000', '170509.227000', '170509.230000', '170509.233000', '170509.235000', '170509.238000', '170509.241000', '170509.243000', '170509.246000', '170529.122000', '170529.125000', '170529.128000', '170529.130000', '170529.133000', '170529.136000', '170529.138000', '170529.141000', '170529.143000', '170529.146000', '170529.149000', '170529.152000', '170529.155000', '170529.157000', '170529.160000', '170529.162000', '170529.165000', '170529.168000', '170529.170000', '170529.173000', '170529.175000', '170529.178000', '170529.181000', '170529.183000', '170529.186000', '170529.189000', '170529.191000', '170529.194000', '170529.196000', '170529.199000', '170529.202000', '170529.204000', '170529.207000', '170529.211000', '170529.214000', '170529.216000', '170529.219000', '170529.222000', '170529.224000', '170529.227000', '170529.229000', '170529.232000', '170529.235000', '170549.123000', '170549.125000', '170549.128000', '170549.131000', '170549.133000', '170549.136000', '170549.139000', '170549.141000', '170549.144000', '170549.146000', '170549.149000', '170549.152000', '170549.154000', '170549.157000', '170549.160000', '170549.162000', '170549.165000', '170549.168000', '170549.170000', '170549.173000', '170549.175000', '170549.178000', '170549.181000', '170549.183000', '170549.186000', '170549.188000', '170549.191000', '170549.193000', '170549.196000', '170549.199000', '170549.201000', '170549.204000', '170549.207000', '170549.209000', '170549.212000', '170549.215000', '170549.217000', '170549.220000', '170549.222000', '170549.225000', '170549.228000', '170549.230000', '170549.233000', '170549.235000', '170554.808000', '170554.811000', '170554.814000', '170554.816000', '170554.819000', '170554.822000', '170554.825000', '170554.828000', '170554.830000', '170554.833000', '170554.835000', '170554.839000', '170554.842000'], 'InstanceCreationTime': ['165929.152000', '165929.155000', '165929.158000', '165929.161000', '165929.163000', '165929.175000', '165929.177000', '165929.180000', '165929.183000', '165929.185000', '165929.188000', '165929.190000', '165929.193000', '165929.196000', '165929.204000', '165929.207000', '165929.209000', '165929.212000', '165929.215000', '165929.217000', '165929.220000', '165929.222000', '165929.225000', '165929.228000', '165929.230000', '165929.233000', '165929.235000', '165929.238000', '165929.241000', '165929.245000', '165929.248000', '165929.250000', '165929.253000', '165949.122000', '165949.125000', '165949.128000', '165949.130000', '165949.133000', '165949.135000', '165949.138000', '165949.140000', '165949.143000', '165949.146000', '165949.148000', '165949.151000', '165949.154000', '165949.156000', '165949.159000', '165949.161000', '165949.164000', '165949.167000', '165949.169000', '165949.172000', '165949.174000', '165949.177000', '165949.180000', '165949.182000', '165949.185000', '165949.187000', '165949.190000', '165949.192000', '165949.195000', '165949.197000', '165949.200000', '165949.203000', '165949.205000', '165949.208000', '165949.211000', '165949.213000', '165949.216000', '165949.219000', '165949.221000', '165949.224000', '165949.226000', '165949.229000', '165949.231000', '165949.234000', '170009.122000', '170009.125000', '170009.128000', '170009.130000', '170009.133000', '170009.139000', '170009.142000', '170009.144000', '170009.147000', '170009.150000', '170009.152000', '170009.155000', '170009.157000', '170009.160000', '170009.162000', '170009.165000', '170009.168000', '170009.170000', '170009.173000', '170009.175000', '170009.178000', '170009.181000', '170009.183000', '170009.186000', '170009.188000', '170009.191000', '170009.194000', '170009.196000', '170009.199000', '170009.202000', '170009.204000', '170009.207000', '170009.210000', '170009.212000', '170009.215000', '170009.217000', '170009.220000', '170009.223000', '170009.225000', '170009.228000', '170009.230000', '170009.233000', '170009.236000', '170029.122000', '170029.125000', '170029.128000', '170029.131000', '170029.133000', '170029.136000', '170029.139000', '170029.142000', '170029.144000', '170029.147000', '170029.149000', '170029.152000', '170029.155000', '170029.157000', '170029.160000', '170029.162000', '170029.165000', '170029.167000', '170029.170000', '170029.173000', '170029.184000', '170029.187000', '170029.190000', '170029.192000', '170029.195000', '170029.198000', '170029.200000', '170029.203000', '170029.206000', '170029.208000', '170029.211000', '170029.214000', '170029.216000', '170029.219000', '170029.221000', '170029.224000', '170029.227000', '170029.229000', '170029.232000', '170029.235000', '170029.237000', '170029.240000', '170029.243000', '170049.122000', '170049.125000', '170049.128000', '170049.130000', '170049.133000', '170049.136000', '170049.138000', '170049.141000', '170049.143000', '170049.146000', '170049.149000', '170049.151000', '170049.154000', '170049.157000', '170049.159000', '170049.162000', '170049.164000', '170049.167000', '170049.169000', '170049.172000', '170049.175000', '170049.177000', '170049.180000', '170049.183000', '170049.185000', '170049.188000', '170049.190000', '170049.193000', '170049.195000', '170049.198000', '170049.201000', '170049.203000', '170049.206000', '170049.208000', '170049.211000', '170049.214000', '170049.216000', '170049.219000', '170049.221000', '170049.224000', '170049.227000', '170049.229000', '170049.232000', '170049.234000', '170109.123000', '170109.126000', '170109.129000', '170109.132000', '170109.134000', '170109.137000', '170109.140000', '170109.142000', '170109.145000', '170109.147000', '170109.150000', '170109.152000', '170109.155000', '170109.158000', '170109.160000', '170109.163000', '170109.165000', '170109.168000', '170109.171000', '170109.173000', '170109.176000', '170109.178000', '170109.181000', '170109.184000', '170109.186000', '170109.189000', '170109.191000', '170109.194000', '170109.197000', '170109.199000', '170109.202000', '170109.204000', '170109.207000', '170109.210000', '170109.212000', '170109.215000', '170109.218000', '170109.220000', '170109.223000', '170109.225000', '170109.228000', '170109.231000', '170109.233000', '170129.122000', '170129.125000', '170129.128000', '170129.130000', '170129.133000', '170129.136000', '170129.138000', '170129.141000', '170129.143000', '170129.146000', '170129.149000', '170129.151000', '170129.154000', '170129.156000', '170129.159000', '170129.162000', '170129.164000', '170129.167000', '170129.170000', '170129.172000', '170129.175000', '170129.177000', '170129.180000', '170129.183000', '170129.185000', '170129.188000', '170129.190000', '170129.193000', '170129.196000', '170129.198000', '170129.201000', '170129.203000', '170129.206000', '170129.209000', '170129.211000', '170129.214000', '170129.216000', '170129.219000', '170129.221000', '170129.224000', '170129.226000', '170129.229000', '170129.232000', '170129.234000', '170149.122000', '170149.125000', '170149.128000', '170149.130000', '170149.133000', '170149.136000', '170149.138000', '170149.141000', '170149.144000', '170149.146000', '170149.149000', '170149.151000', '170149.154000', '170149.157000', '170149.159000', '170149.162000', '170149.165000', '170149.167000', '170149.170000', '170149.173000', '170149.175000', '170149.178000', '170149.181000', '170149.184000', '170149.186000', '170149.189000', '170149.191000', '170149.194000', '170149.196000', '170149.199000', '170149.202000', '170149.204000', '170149.207000', '170149.210000', '170149.212000', '170149.215000', '170149.217000', '170149.222000', '170149.225000', '170149.228000', '170149.230000', '170149.233000', '170149.235000', '170209.122000', '170209.125000', '170209.128000', '170209.131000', '170209.133000', '170209.136000', '170209.138000', '170209.141000', '170209.144000', '170209.146000', '170209.149000', '170209.151000', '170209.154000', '170209.157000', '170209.159000', '170209.162000', '170209.170000', '170209.173000', '170209.176000', '170209.178000', '170209.181000', '170209.184000', '170209.186000', '170209.189000', '170209.192000', '170209.194000', '170209.197000', '170209.199000', '170209.202000', '170209.205000', '170209.207000', '170209.210000', '170209.213000', '170209.215000', '170209.218000', '170209.220000', '170209.223000', '170209.226000', '170209.228000', '170209.231000', '170209.233000', '170209.236000', '170209.238000', '170209.241000', '170229.122000', '170229.125000', '170229.128000', '170229.130000', '170229.133000', '170229.136000', '170229.138000', '170229.141000', '170229.144000', '170229.146000', '170229.149000', '170229.151000', '170229.154000', '170229.157000', '170229.159000', '170229.162000', '170229.165000', '170229.168000', '170229.170000', '170229.173000', '170229.175000', '170229.178000', '170229.181000', '170229.183000', '170229.186000', '170229.188000', '170229.191000', '170229.194000', '170229.196000', '170229.199000', '170229.202000', '170229.204000', '170229.207000', '170229.210000', '170229.212000', '170229.215000', '170229.217000', '170229.220000', '170229.223000', '170229.226000', '170229.228000', '170229.231000', '170229.233000', '170249.122000', '170249.125000', '170249.128000', '170249.130000', '170249.133000', '170249.136000', '170249.138000', '170249.141000', '170249.144000', '170249.146000', '170249.149000', '170249.151000', '170249.154000', '170249.156000', '170249.159000', '170249.162000', '170249.164000', '170249.167000', '170249.169000', '170249.172000', '170249.174000', '170249.177000', '170249.180000', '170249.182000', '170249.185000', '170249.187000', '170249.190000', '170249.192000', '170249.195000', '170249.198000', '170249.200000', '170249.203000', '170249.205000', '170249.208000', '170249.210000', '170249.213000', '170249.216000', '170249.218000', '170249.221000', '170249.223000', '170249.226000', '170249.228000', '170249.231000', '170249.234000', '170309.122000', '170309.125000', '170309.128000', '170309.131000', '170309.133000', '170309.136000', '170309.138000', '170309.141000', '170309.144000', '170309.146000', '170309.149000', '170309.152000', '170309.154000', '170309.157000', '170309.160000', '170309.162000', '170309.165000', '170309.168000', '170309.170000', '170309.173000', '170309.175000', '170309.178000', '170309.181000', '170309.183000', '170309.186000', '170309.189000', '170309.191000', '170309.194000', '170309.197000', '170309.199000', '170309.202000', '170309.205000', '170309.207000', '170309.210000', '170309.212000', '170309.215000', '170309.218000', '170309.220000', '170309.223000', '170309.225000', '170309.228000', '170309.231000', '170309.233000', '170329.122000', '170329.125000', '170329.128000', '170329.130000', '170329.133000', '170329.136000', '170329.138000', '170329.141000', '170329.143000', '170329.146000', '170329.149000', '170329.151000', '170329.154000', '170329.157000', '170329.159000', '170329.162000', '170329.164000', '170329.167000', '170329.170000', '170329.172000', '170329.175000', '170329.177000', '170329.180000', '170329.183000', '170329.185000', '170329.188000', '170329.190000', '170329.193000', '170329.196000', '170329.198000', '170329.201000', '170329.203000', '170329.206000', '170329.209000', '170329.211000', '170329.214000', '170329.216000', '170329.219000', '170329.221000', '170329.224000', '170329.227000', '170329.243000', '170329.246000', '170329.249000', '170349.122000', '170349.125000', '170349.128000', '170349.130000', '170349.133000', '170349.136000', '170349.139000', '170349.141000', '170349.144000', '170349.146000', '170349.149000', '170349.151000', '170349.154000', '170349.157000', '170349.159000', '170349.162000', '170349.165000', '170349.167000', '170349.170000', '170349.172000', '170349.175000', '170349.177000', '170349.180000', '170349.183000', '170349.185000', '170349.188000', '170349.190000', '170349.193000', '170349.196000', '170349.198000', '170349.201000', '170349.203000', '170349.206000', '170349.209000', '170349.211000', '170349.214000', '170349.216000', '170349.219000', '170349.221000', '170349.224000', '170349.227000', '170349.230000', '170349.233000', '170409.122000', '170409.125000', '170409.128000', '170409.130000', '170409.133000', '170409.136000', '170409.138000', '170409.141000', '170409.144000', '170409.146000', '170409.149000', '170409.152000', '170409.154000', '170409.157000', '170409.159000', '170409.162000', '170409.165000', '170409.167000', '170409.170000', '170409.173000', '170409.175000', '170409.178000', '170409.180000', '170409.183000', '170409.186000', '170409.188000', '170409.191000', '170409.194000', '170409.196000', '170409.199000', '170409.201000', '170409.204000', '170409.206000', '170409.209000', '170409.212000', '170409.214000', '170409.217000', '170409.219000', '170409.222000', '170409.225000', '170409.228000', '170409.230000', '170409.233000', '170409.235000', '170429.122000', '170429.125000', '170429.128000', '170429.131000', '170429.133000', '170429.136000', '170429.139000', '170429.141000', '170429.144000', '170429.146000', '170429.149000', '170429.152000', '170429.154000', '170429.157000', '170429.160000', '170429.162000', '170429.165000', '170429.167000', '170429.170000', '170429.173000', '170429.175000', '170429.178000', '170429.181000', '170429.183000', '170429.186000', '170429.188000', '170429.191000', '170429.194000', '170429.196000', '170429.199000', '170429.201000', '170429.204000', '170429.206000', '170429.209000', '170429.212000', '170429.214000', '170429.217000', '170429.220000', '170429.222000', '170429.225000', '170429.228000', '170429.230000', '170429.233000', '170449.122000', '170449.125000', '170449.128000', '170449.130000', '170449.133000', '170449.136000', '170449.138000', '170449.141000', '170449.143000', '170449.146000', '170449.149000', '170449.151000', '170449.154000', '170449.156000', '170449.159000', '170449.162000', '170449.164000', '170449.167000', '170449.169000', '170449.172000', '170449.175000', '170449.177000', '170449.180000', '170449.183000', '170449.185000', '170449.188000', '170449.190000', '170449.193000', '170449.196000', '170449.198000', '170449.201000', '170449.203000', '170449.206000', '170449.209000', '170449.211000', '170449.214000', '170449.216000', '170449.219000', '170449.222000', '170449.225000', '170449.227000', '170449.230000', '170449.232000', '170449.235000', '170509.122000', '170509.125000', '170509.128000', '170509.131000', '170509.133000', '170509.136000', '170509.138000', '170509.141000', '170509.154000', '170509.157000', '170509.159000', '170509.162000', '170509.165000', '170509.167000', '170509.170000', '170509.173000', '170509.175000', '170509.178000', '170509.181000', '170509.183000', '170509.186000', '170509.189000', '170509.192000', '170509.194000', '170509.197000', '170509.201000', '170509.204000', '170509.206000', '170509.209000', '170509.212000', '170509.214000', '170509.217000', '170509.219000', '170509.222000', '170509.225000', '170509.227000', '170509.230000', '170509.233000', '170509.235000', '170509.238000', '170509.241000', '170509.243000', '170509.246000', '170529.122000', '170529.125000', '170529.128000', '170529.130000', '170529.133000', '170529.136000', '170529.138000', '170529.141000', '170529.143000', '170529.146000', '170529.149000', '170529.152000', '170529.155000', '170529.157000', '170529.160000', '170529.162000', '170529.165000', '170529.168000', '170529.170000', '170529.173000', '170529.175000', '170529.178000', '170529.181000', '170529.183000', '170529.186000', '170529.189000', '170529.191000', '170529.194000', '170529.196000', '170529.199000', '170529.202000', '170529.204000', '170529.207000', '170529.211000', '170529.214000', '170529.216000', '170529.219000', '170529.222000', '170529.224000', '170529.227000', '170529.229000', '170529.232000', '170529.235000', '170549.123000', '170549.125000', '170549.128000', '170549.131000', '170549.133000', '170549.136000', '170549.139000', '170549.141000', '170549.144000', '170549.146000', '170549.149000', '170549.152000', '170549.154000', '170549.157000', '170549.160000', '170549.162000', '170549.165000', '170549.168000', '170549.170000', '170549.173000', '170549.175000', '170549.178000', '170549.181000', '170549.183000', '170549.186000', '170549.188000', '170549.191000', '170549.193000', '170549.196000', '170549.199000', '170549.201000', '170549.204000', '170549.207000', '170549.209000', '170549.212000', '170549.215000', '170549.217000', '170549.220000', '170549.222000', '170549.225000', '170549.228000', '170549.230000', '170549.233000', '170549.235000', '170554.808000', '170554.811000', '170554.814000', '170554.816000', '170554.819000', '170554.822000', '170554.825000', '170554.828000', '170554.830000', '170554.833000', '170554.835000', '170554.839000', '170554.842000'], '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': [11545, 12290, 11506, 12034, 11644, 12668, 11619, 12469, 11675, 12570, 11509, 12529, 11482, 12469, 11644, 12472, 12146, 12293, 12067, 11996, 11833, 11795, 12273, 12734, 12552, 12085, 12647, 11912, 12216, 12044, 12265, 12008, 12072, 11911, 12066, 11858, 13128, 12589, 12075, 12502, 12066, 12123, 11901, 12350, 11845, 12009, 12132, 13214, 12452, 13634, 12434, 15797, 12650, 11489, 12154, 11501, 11832, 12377, 11452, 12608, 11829, 12242, 11831, 13078, 12114, 15332, 11963, 11967, 12168, 11157, 12335, 11459, 11450, 11768, 12226, 12051, 11126, 11977, 11163, 11578, 11364, 12432, 11873, 11879, 11952, 11856, 12196, 11321, 12210, 11320, 12273, 11495, 9908, 12344, 11807, 12654, 11282, 12432, 11357, 12314, 11364, 12713, 11758, 12508, 12114, 12274, 11952, 11167, 12359, 11124, 12416, 11608, 12559, 11575, 12617, 11842, 12670, 11734, 12407, 12338, 11928, 12541, 11886, 12766, 12177, 13017, 12587, 13727, 12176, 11947, 12208, 11592, 12520, 11748, 11158, 12288, 11414, 12575, 11721, 12452, 11940, 11289, 12270, 11113, 12376, 11781, 12579, 12245, 12716, 12635, 11555, 12790, 12147, 11269, 12645, 11571, 12407, 11879, 12166, 12320, 11197, 12350, 11833, 12471, 12003, 12171, 11808, 12879, 11730, 12826, 11783, 12475, 11913, 12266, 12661, 11906, 12703, 11974, 12514, 12256, 11926, 12502, 11748, 12587, 11674, 12483, 11829, 12142, 12429, 11643, 12605, 11723, 12302, 12043, 12305, 12318, 13691, 12241, 14602, 12117, 11683, 12444, 11907, 10774, 12617, 11515, 12495, 11609, 11206, 12282, 11184, 12418, 11913, 12373, 11994, 12192, 12366, 11673, 12286, 12148, 14204, 12542, 11652, 12423, 11972, 12112, 11461, 11617, 10977, 10780, 11431, 11119, 12004, 11495, 12144, 11703, 11745, 12031, 12258, 12155, 11158, 12308, 11512, 12136, 11558, 11579, 10983, 13434, 11691, 11032, 11865, 11261, 11699, 11212, 11916, 11616, 11644, 11937, 10827, 12110, 11476, 12119, 11404, 12420, 11978, 12396, 11916, 12242, 12286, 12199, 12116, 12143, 11946, 11799, 12054, 13480, 12266, 13177, 12091, 15195, 11099, 15472, 10618, 10059, 13962, 10949, 10040, 10859, 10237, 10817, 10693, 12489, 10559, 12427, 11415, 11451, 11975, 12299, 12217, 14965, 12398, 14260, 11793, 11255, 12740, 11552, 12001, 11745, 11070, 11900, 10952, 11847, 11238, 11755, 12194, 11811, 11332, 11876, 10913, 11971, 11640, 12114, 11395, 12526, 11609, 12061, 12072, 11972, 12306, 11003, 12468, 11320, 12330, 11575, 12081, 11803, 12037, 11789, 11653, 11887, 11286, 12361, 11120, 12325, 10833, 12474, 10016, 12337, 11621, 12302, 12685, 12017, 11893, 11929, 11883, 12000, 12078, 11834, 11777, 11163, 12618, 12746, 12156, 15428, 11922, 15656, 11788, 14477, 11472, 11355, 10647, 11815, 11206, 11949, 11281, 10783, 11845, 11586, 11832, 10805, 11765, 11052, 11853, 11039, 11519, 11061, 12028, 11373, 11756, 11301, 11613, 11038, 12209, 10928, 12182, 11114, 12222, 11118, 12195, 11558, 11824, 11689, 12070, 12084, 10690, 12236, 11693, 11734, 11747, 11894, 10432, 12072, 10798, 11265, 10728, 11192, 12335, 11365, 11173, 11261, 11755, 12577, 11774, 13365, 11219, 15244, 10213, 13224, 10125, 12448, 10387, 10345, 14134, 10962, 13660, 10794, 12320, 11805, 15425, 10420, 13286, 10978, 14226, 10572, 14761, 10399, 13069, 10516, 10322, 10669, 10598, 10808, 10902, 10878, 10832, 11009, 11565, 11051, 11324, 10675, 11376, 10492, 11247, 10628, 11975, 11122, 11493, 10616, 10527, 10284, 10130, 10613, 10597, 10398, 11111, 10960, 11299, 12180, 11195, 10539, 11003, 11228, 11646, 11514, 12639, 11077, 11037, 11030, 12812, 11557, 13819, 11607, 14376, 11487, 13926, 10739, 13684, 13422, 10234, 14567, 9034, 9975, 9086, 9135, 9232, 9836, 11180, 10149, 11042, 9829, 10328, 9740, 10320, 11087, 10664, 10660, 10652, 10725, 10694, 10786, 10840, 11204, 10905, 11333, 10750, 11033, 10735, 11075, 10508, 10625, 10070, 10738, 10883, 10886, 11295, 10900, 11387, 11244, 10588, 10935, 10857, 10768, 10927, 11634, 11483, 10694, 10843, 11889, 11373, 13647, 11361, 15141, 11330, 14802, 11246, 13394, 10527, 12431, 9204, 9357, 9403, 9369, 9547, 9927, 11450, 10012, 13395, 10317, 13624, 10854, 13161, 10198, 13334, 10442, 10413, 10353, 10494, 10401, 10245, 10801, 10616, 10408, 10400, 10360, 10622, 10717, 11137, 10562, 10938, 10458, 11070, 10547, 11154, 10505, 10322, 10493, 10684, 10897, 9868, 10822, 10269, 11318, 10633, 11534, 12918, 11362, 13636, 10975, 11046, 11238, 10387, 11145, 10832, 11327, 11608, 14928, 11525, 15622, 10901, 13732, 10496, 12172, 9537, 13018, 9586, 8669, 9457, 9328, 11643, 10853, 10627, 10738, 10428, 10280, 10683, 10557, 11228, 13108, 13290, 11305, 15149, 10331, 12251, 10355, 11904, 9998, 10531, 10192, 10069, 10235, 9571, 10215, 9632, 10393, 9960, 10512, 9841, 10150, 9976, 10178, 10763, 10192, 11543, 9872, 9087, 10255, 10721, 11346, 10371, 11407, 9941, 11566, 10183, 11639, 10572, 11482, 11071, 11547, 13713, 11902, 12916, 11483, 11545, 11684, 10944, 11435, 11380, 10557, 11052, 10403, 11184, 11110, 11483, 10664, 10899, 11353, 10928, 10814, 10745, 10627, 14085, 10965, 16909, 13663, 17347, 13612, 16899, 11395, 14840, 9233, 12716, 10062, 11193, 9141, 9423, 9358, 9515, 8720, 9273, 8518, 9029, 9021, 9458, 10530, 8976, 12328, 8946, 13313, 10020, 10400, 9366, 9121, 9558, 8945, 9846, 9120, 9278, 9466, 9543, 10781, 10388, 10613, 10171, 10306, 10205, 10291, 10025, 10147, 10217, 10467, 10110, 10092, 10157, 9965, 10075, 10216, 10818, 10323, 11148, 12672, 11046, 11956, 10887, 11605, 10298, 14275, 10162, 13915, 9788, 10501, 11931, 9381, 15192, 8831, 9338, 9345, 9347, 9380, 10602, 11183, 10597, 10757, 10400, 10137, 10352, 9880, 10506, 9852, 11778, 9915, 10786, 10188, 10704, 9872, 11736, 10350, 15955, 15769, 11019, 10487, 11276, 8936, 11173, 10249, 10270, 10026, 9642, 10643, 11888, 10851, 12014, 10341, 13325, 10489, 14282, 10505, 14673, 11124, 15996, 12281, 16316, 10316, 10249, 10480, 10077, 10694, 10635, 10590, 10812, 10353, 10608, 10091, 10489, 10555, 10756, 12542, 10909, 13998, 10911, 14802, 11258, 14361, 10231, 14125, 9207, 13053, 9037, 8693, 9128, 8997, 9207, 9101, 9047, 9792, 9932, 9500, 10620, 9534, 11588, 9600, 12265, 9989, 10207, 9854, 9470, 10909, 9625, 11345, 9732, 9811, 9808, 9758], 'WindowCenter': [4193.0, 4178.0, 4166.0, 4164.0, 4163.0, 4159.0, 4150.0, 4174.0, 4164.0, 4157.0, 4150.0, 4155.0, 4146.0, 4159.0, 4150.0, 4162.0, 4161.0, 4156.0, 4160.0, 4146.0, 4161.0, 4148.0, 4156.0, 4156.0, 4160.0, 4162.0, 4172.0, 4163.0, 4160.0, 4163.0, 4161.0, 4163.0, 4162.0, 4162.0, 4161.0, 4160.0, 4159.0, 4160.0, 4161.0, 4160.0, 4165.0, 4173.0, 4162.0, 4174.0, 4162.0, 4160.0, 4160.0, 4173.0, 4163.0, 4170.0, 4161.0, 4173.0, 4158.0, 4150.0, 4147.0, 4144.0, 4146.0, 4146.0, 4136.0, 4147.0, 4150.0, 4159.0, 4149.0, 4158.0, 4160.0, 4170.0, 4146.0, 4146.0, 4145.0, 4135.0, 4143.0, 4133.0, 4136.0, 4143.0, 4147.0, 4146.0, 4137.0, 4146.0, 4136.0, 4136.0, 4146.0, 4143.0, 4145.0, 4135.0, 4147.0, 4147.0, 4148.0, 4148.0, 4146.0, 4136.0, 4146.0, 4173.0, 4137.0, 4157.0, 4147.0, 4142.0, 4136.0, 4155.0, 4136.0, 4147.0, 4148.0, 4157.0, 4145.0, 4159.0, 4159.0, 4147.0, 4150.0, 4148.0, 4158.0, 4149.0, 4155.0, 4149.0, 4172.0, 4162.0, 4157.0, 4162.0, 4159.0, 4161.0, 4158.0, 4157.0, 4147.0, 4148.0, 4146.0, 4159.0, 4162.0, 4169.0, 4159.0, 4159.0, 4145.0, 4145.0, 4144.0, 4144.0, 4146.0, 4148.0, 4146.0, 4147.0, 4149.0, 4160.0, 4161.0, 4160.0, 4160.0, 4145.0, 4148.0, 4146.0, 4146.0, 4147.0, 4157.0, 4159.0, 4157.0, 4158.0, 4148.0, 4157.0, 4157.0, 4148.0, 4157.0, 4148.0, 4144.0, 4144.0, 4144.0, 4145.0, 4136.0, 4156.0, 4159.0, 4157.0, 4158.0, 4157.0, 4160.0, 4170.0, 4161.0, 4172.0, 4161.0, 4160.0, 4160.0, 4160.0, 4161.0, 4159.0, 4159.0, 4160.0, 4156.0, 4159.0, 4161.0, 4171.0, 4162.0, 4160.0, 4162.0, 4161.0, 4160.0, 4159.0, 4162.0, 4149.0, 4159.0, 4162.0, 4161.0, 4163.0, 4159.0, 4158.0, 4159.0, 4158.0, 4169.0, 4159.0, 4147.0, 4155.0, 4148.0, 4138.0, 4157.0, 4148.0, 4157.0, 4149.0, 4144.0, 4159.0, 4159.0, 4160.0, 4149.0, 4158.0, 4159.0, 4148.0, 4158.0, 4147.0, 4158.0, 4159.0, 4159.0, 4157.0, 4145.0, 4146.0, 4149.0, 4160.0, 4160.0, 4148.0, 4148.0, 4149.0, 4150.0, 4162.0, 4168.0, 4156.0, 4157.0, 4147.0, 4145.0, 4159.0, 4157.0, 4156.0, 4148.0, 4145.0, 4147.0, 4157.0, 4162.0, 4163.0, 4163.0, 4169.0, 4154.0, 4145.0, 4159.0, 4146.0, 4143.0, 4144.0, 4144.0, 4145.0, 4158.0, 4159.0, 4145.0, 4172.0, 4173.0, 4168.0, 4156.0, 4159.0, 4160.0, 4159.0, 4161.0, 4172.0, 4170.0, 4176.0, 4172.0, 4173.0, 4159.0, 4160.0, 4162.0, 4184.0, 4173.0, 4186.0, 4186.0, 4197.0, 4176.0, 4206.0, 4165.0, 4151.0, 4159.0, 4135.0, 4126.0, 4135.0, 4137.0, 4147.0, 4147.0, 4157.0, 4150.0, 4170.0, 4160.0, 4147.0, 4146.0, 4135.0, 4135.0, 4156.0, 4134.0, 4145.0, 4130.0, 4133.0, 4132.0, 4133.0, 4133.0, 4131.0, 4121.0, 4128.0, 4121.0, 4129.0, 4133.0, 4131.0, 4132.0, 4130.0, 4131.0, 4133.0, 4119.0, 4144.0, 4155.0, 4156.0, 4143.0, 4146.0, 4148.0, 4158.0, 4154.0, 4145.0, 4145.0, 4136.0, 4144.0, 4132.0, 4146.0, 4146.0, 4145.0, 4144.0, 4145.0, 4143.0, 4148.0, 4148.0, 4146.0, 4157.0, 4146.0, 4170.0, 4162.0, 4170.0, 4147.0, 4171.0, 4161.0, 4172.0, 4173.0, 4173.0, 4162.0, 4173.0, 4162.0, 4172.0, 4174.0, 4161.0, 4161.0, 4152.0, 4170.0, 4160.0, 4161.0, 4182.0, 4163.0, 4191.0, 4161.0, 4186.0, 4173.0, 4159.0, 4148.0, 4143.0, 4145.0, 4146.0, 4148.0, 4132.0, 4145.0, 4143.0, 4146.0, 4136.0, 4145.0, 4135.0, 4131.0, 4124.0, 4134.0, 4131.0, 4132.0, 4134.0, 4129.0, 4133.0, 4133.0, 4124.0, 4140.0, 4121.0, 4132.0, 4129.0, 4144.0, 4130.0, 4143.0, 4130.0, 4133.0, 4130.0, 4142.0, 4142.0, 4135.0, 4158.0, 4146.0, 4143.0, 4159.0, 4160.0, 4148.0, 4173.0, 4173.0, 4173.0, 4175.0, 4162.0, 4162.0, 4146.0, 4146.0, 4136.0, 4157.0, 4170.0, 4175.0, 4200.0, 4186.0, 4210.0, 4177.0, 4183.0, 4150.0, 4157.0, 4127.0, 4137.0, 4159.0, 4139.0, 4156.0, 4136.0, 4145.0, 4130.0, 4166.0, 4135.0, 4145.0, 4120.0, 4128.0, 4108.0, 4138.0, 4106.0, 4129.0, 4108.0, 4107.0, 4109.0, 4106.0, 4107.0, 4104.0, 4106.0, 4104.0, 4107.0, 4118.0, 4120.0, 4116.0, 4107.0, 4120.0, 4109.0, 4121.0, 4118.0, 4146.0, 4144.0, 4145.0, 4149.0, 4138.0, 4137.0, 4135.0, 4136.0, 4149.0, 4149.0, 4148.0, 4138.0, 4135.0, 4147.0, 4135.0, 4133.0, 4134.0, 4145.0, 4147.0, 4147.0, 4145.0, 4148.0, 4134.0, 4146.0, 4159.0, 4147.0, 4170.0, 4147.0, 4171.0, 4162.0, 4181.0, 4152.0, 4172.0, 4158.0, 4125.0, 4144.0, 4100.0, 4111.0, 4100.0, 4110.0, 4096.0, 4111.0, 4121.0, 4121.0, 4118.0, 4106.0, 4109.0, 4107.0, 4123.0, 4120.0, 4108.0, 4107.0, 4108.0, 4107.0, 4107.0, 4106.0, 4107.0, 4105.0, 4102.0, 4105.0, 4106.0, 4106.0, 4106.0, 4115.0, 4149.0, 4138.0, 4124.0, 4130.0, 4121.0, 4133.0, 4121.0, 4121.0, 4133.0, 4135.0, 4135.0, 4135.0, 4133.0, 4131.0, 4134.0, 4131.0, 4143.0, 4135.0, 4134.0, 4147.0, 4144.0, 4169.0, 4148.0, 4177.0, 4161.0, 4181.0, 4160.0, 4167.0, 4150.0, 4156.0, 4127.0, 4127.0, 4121.0, 4124.0, 4124.0, 4125.0, 4131.0, 4124.0, 4156.0, 4135.0, 4154.0, 4130.0, 4133.0, 4124.0, 4140.0, 4118.0, 4109.0, 4110.0, 4105.0, 4106.0, 4109.0, 4109.0, 4108.0, 4107.0, 4108.0, 4108.0, 4107.0, 4109.0, 4115.0, 4109.0, 4105.0, 4107.0, 4115.0, 4119.0, 4119.0, 4117.0, 4117.0, 4119.0, 4122.0, 4134.0, 4126.0, 4144.0, 4137.0, 4146.0, 4136.0, 4144.0, 4158.0, 4149.0, 4173.0, 4149.0, 4137.0, 4135.0, 4121.0, 4133.0, 4134.0, 4132.0, 4136.0, 4168.0, 4147.0, 4181.0, 4146.0, 4166.0, 4149.0, 4156.0, 4125.0, 4156.0, 4122.0, 4103.0, 4113.0, 4125.0, 4146.0, 4134.0, 4132.0, 4142.0, 4132.0, 4123.0, 4124.0, 4134.0, 4131.0, 4143.0, 4131.0, 4119.0, 4137.0, 4105.0, 4118.0, 4118.0, 4132.0, 4118.0, 4119.0, 4107.0, 4104.0, 4121.0, 4107.0, 4107.0, 4096.0, 4103.0, 4103.0, 4107.0, 4104.0, 4104.0, 4105.0, 4119.0, 4120.0, 4118.0, 4131.0, 4119.0, 4108.0, 4134.0, 4142.0, 4131.0, 4131.0, 4158.0, 4139.0, 4159.0, 4149.0, 4160.0, 4151.0, 4160.0, 4149.0, 4150.0, 4157.0, 4150.0, 4160.0, 4148.0, 4136.0, 4132.0, 4122.0, 4133.0, 4146.0, 4132.0, 4135.0, 4134.0, 4131.0, 4133.0, 4132.0, 4120.0, 4130.0, 4132.0, 4131.0, 4131.0, 4133.0, 4132.0, 4155.0, 4134.0, 4167.0, 4156.0, 4177.0, 4154.0, 4164.0, 4146.0, 4168.0, 4125.0, 4144.0, 4123.0, 4133.0, 4100.0, 4111.0, 4108.0, 4094.0, 4085.0, 4098.0, 4113.0, 4112.0, 4101.0, 4110.0, 4120.0, 4096.0, 4131.0, 4097.0, 4128.0, 4107.0, 4108.0, 4083.0, 4096.0, 4094.0, 4083.0, 4093.0, 4085.0, 4095.0, 4094.0, 4098.0, 4118.0, 4107.0, 4107.0, 4108.0, 4104.0, 4108.0, 4108.0, 4106.0, 4106.0, 4106.0, 4116.0, 4106.0, 4118.0, 4122.0, 4124.0, 4124.0, 4125.0, 4134.0, 4121.0, 4134.0, 4144.0, 4134.0, 4142.0, 4136.0, 4145.0, 4133.0, 4158.0, 4134.0, 4169.0, 4136.0, 4147.0, 4159.0, 4127.0, 4165.0, 4111.0, 4110.0, 4112.0, 4109.0, 4110.0, 4134.0, 4132.0, 4123.0, 4132.0, 4122.0, 4120.0, 4119.0, 4123.0, 4121.0, 4108.0, 4131.0, 4110.0, 4118.0, 4118.0, 4117.0, 4122.0, 4145.0, 4133.0, 4176.0, 4165.0, 4133.0, 4119.0, 4127.0, 4109.0, 4132.0, 4119.0, 4122.0, 4121.0, 4120.0, 4135.0, 4146.0, 4137.0, 4143.0, 4124.0, 4129.0, 4111.0, 4130.0, 4110.0, 4130.0, 4120.0, 4141.0, 4120.0, 4139.0, 4107.0, 4096.0, 4103.0, 4095.0, 4104.0, 4104.0, 4107.0, 4120.0, 4106.0, 4117.0, 4107.0, 4121.0, 4120.0, 4121.0, 4128.0, 4118.0, 4139.0, 4119.0, 4144.0, 4132.0, 4167.0, 4137.0, 4165.0, 4123.0, 4153.0, 4112.0, 4102.0, 4110.0, 4101.0, 4110.0, 4112.0, 4111.0, 4123.0, 4122.0, 4120.0, 4119.0, 4109.0, 4118.0, 4107.0, 4119.0, 4098.0, 4098.0, 4095.0, 4108.0, 4109.0, 4107.0, 4116.0, 4094.0, 4093.0, 4095.0, 4096.0], 'WindowWidth': [9306.0, 9273.0, 9253.0, 9244.0, 9242.0, 9229.0, 9220.0, 9255.0, 9245.0, 9223.0, 9218.0, 9218.0, 9206.0, 9225.0, 9217.0, 9236.0, 9233.0, 9222.0, 9230.0, 9208.0, 9230.0, 9213.0, 9222.0, 9224.0, 9230.0, 9236.0, 9250.0, 9240.0, 9233.0, 9240.0, 9234.0, 9239.0, 9234.0, 9234.0, 9232.0, 9230.0, 9230.0, 9231.0, 9236.0, 9232.0, 9243.0, 9253.0, 9239.0, 9253.0, 9239.0, 9233.0, 9231.0, 9255.0, 9239.0, 9250.0, 9233.0, 9259.0, 9227.0, 9216.0, 9209.0, 9203.0, 9207.0, 9206.0, 9192.0, 9207.0, 9216.0, 9227.0, 9215.0, 9230.0, 9229.0, 9250.0, 9206.0, 9207.0, 9201.0, 9188.0, 9196.0, 9183.0, 9191.0, 9197.0, 9210.0, 9207.0, 9195.0, 9204.0, 9190.0, 9188.0, 9204.0, 9197.0, 9201.0, 9190.0, 9206.0, 9211.0, 9210.0, 9213.0, 9203.0, 9190.0, 9204.0, 9256.0, 9197.0, 9223.0, 9209.0, 9197.0, 9193.0, 9218.0, 9192.0, 9208.0, 9211.0, 9220.0, 9206.0, 9230.0, 9228.0, 9209.0, 9216.0, 9214.0, 9225.0, 9214.0, 9219.0, 9216.0, 9249.0, 9239.0, 9225.0, 9239.0, 9229.0, 9234.0, 9227.0, 9223.0, 9212.0, 9212.0, 9207.0, 9224.0, 9234.0, 9247.0, 9229.0, 9231.0, 9206.0, 9207.0, 9202.0, 9204.0, 9206.0, 9210.0, 9207.0, 9209.0, 9215.0, 9230.0, 9234.0, 9231.0, 9230.0, 9208.0, 9210.0, 9207.0, 9205.0, 9210.0, 9221.0, 9226.0, 9226.0, 9226.0, 9214.0, 9223.0, 9222.0, 9215.0, 9221.0, 9211.0, 9200.0, 9199.0, 9201.0, 9202.0, 9192.0, 9219.0, 9227.0, 9221.0, 9225.0, 9225.0, 9232.0, 9247.0, 9237.0, 9251.0, 9237.0, 9230.0, 9234.0, 9230.0, 9232.0, 9229.0, 9228.0, 9231.0, 9222.0, 9229.0, 9237.0, 9249.0, 9237.0, 9230.0, 9236.0, 9233.0, 9233.0, 9229.0, 9235.0, 9218.0, 9229.0, 9237.0, 9235.0, 9238.0, 9230.0, 9226.0, 9232.0, 9224.0, 9248.0, 9230.0, 9213.0, 9219.0, 9213.0, 9198.0, 9222.0, 9212.0, 9222.0, 9214.0, 9206.0, 9228.0, 9233.0, 9232.0, 9215.0, 9226.0, 9230.0, 9215.0, 9225.0, 9213.0, 9227.0, 9227.0, 9231.0, 9222.0, 9206.0, 9206.0, 9215.0, 9236.0, 9231.0, 9212.0, 9212.0, 9218.0, 9217.0, 9239.0, 9244.0, 9223.0, 9223.0, 9209.0, 9206.0, 9228.0, 9226.0, 9225.0, 9213.0, 9205.0, 9211.0, 9224.0, 9238.0, 9245.0, 9244.0, 9250.0, 9218.0, 9206.0, 9229.0, 9207.0, 9202.0, 9205.0, 9203.0, 9206.0, 9230.0, 9228.0, 9207.0, 9252.0, 9259.0, 9244.0, 9223.0, 9227.0, 9231.0, 9229.0, 9237.0, 9253.0, 9251.0, 9262.0, 9255.0, 9255.0, 9233.0, 9232.0, 9237.0, 9274.0, 9256.0, 9283.0, 9280.0, 9301.0, 9268.0, 9313.0, 9247.0, 9224.0, 9230.0, 9189.0, 9178.0, 9187.0, 9195.0, 9210.0, 9210.0, 9228.0, 9221.0, 9250.0, 9233.0, 9211.0, 9204.0, 9191.0, 9188.0, 9222.0, 9185.0, 9204.0, 9177.0, 9181.0, 9181.0, 9181.0, 9181.0, 9172.0, 9161.0, 9169.0, 9161.0, 9173.0, 9182.0, 9178.0, 9180.0, 9175.0, 9177.0, 9180.0, 9161.0, 9198.0, 9223.0, 9222.0, 9200.0, 9204.0, 9213.0, 9225.0, 9216.0, 9202.0, 9205.0, 9193.0, 9201.0, 9186.0, 9204.0, 9206.0, 9203.0, 9202.0, 9204.0, 9201.0, 9213.0, 9212.0, 9207.0, 9224.0, 9210.0, 9246.0, 9239.0, 9245.0, 9214.0, 9248.0, 9235.0, 9252.0, 9257.0, 9254.0, 9238.0, 9255.0, 9241.0, 9253.0, 9259.0, 9235.0, 9236.0, 9225.0, 9247.0, 9236.0, 9236.0, 9273.0, 9242.0, 9286.0, 9240.0, 9284.0, 9258.0, 9232.0, 9216.0, 9202.0, 9207.0, 9204.0, 9210.0, 9184.0, 9204.0, 9202.0, 9206.0, 9195.0, 9202.0, 9191.0, 9179.0, 9170.0, 9182.0, 9177.0, 9180.0, 9185.0, 9173.0, 9183.0, 9183.0, 9171.0, 9189.0, 9167.0, 9179.0, 9176.0, 9197.0, 9177.0, 9195.0, 9176.0, 9182.0, 9178.0, 9194.0, 9195.0, 9190.0, 9224.0, 9207.0, 9202.0, 9230.0, 9231.0, 9212.0, 9258.0, 9259.0, 9259.0, 9263.0, 9241.0, 9238.0, 9204.0, 9206.0, 9194.0, 9225.0, 9251.0, 9262.0, 9307.0, 9284.0, 9322.0, 9270.0, 9273.0, 9218.0, 9225.0, 9180.0, 9193.0, 9230.0, 9200.0, 9222.0, 9190.0, 9207.0, 9176.0, 9236.0, 9190.0, 9203.0, 9156.0, 9168.0, 9139.0, 9184.0, 9136.0, 9169.0, 9140.0, 9137.0, 9142.0, 9134.0, 9136.0, 9127.0, 9132.0, 9127.0, 9136.0, 9151.0, 9157.0, 9149.0, 9138.0, 9158.0, 9143.0, 9159.0, 9155.0, 9201.0, 9202.0, 9203.0, 9213.0, 9196.0, 9193.0, 9189.0, 9189.0, 9215.0, 9217.0, 9213.0, 9199.0, 9188.0, 9209.0, 9188.0, 9184.0, 9185.0, 9202.0, 9209.0, 9210.0, 9207.0, 9208.0, 9190.0, 9205.0, 9227.0, 9208.0, 9247.0, 9211.0, 9254.0, 9240.0, 9269.0, 9225.0, 9254.0, 9227.0, 9173.0, 9198.0, 9133.0, 9150.0, 9132.0, 9148.0, 9123.0, 9147.0, 9162.0, 9163.0, 9156.0, 9137.0, 9144.0, 9142.0, 9170.0, 9158.0, 9141.0, 9134.0, 9138.0, 9135.0, 9138.0, 9134.0, 9134.0, 9129.0, 9122.0, 9127.0, 9131.0, 9132.0, 9133.0, 9145.0, 9217.0, 9197.0, 9172.0, 9175.0, 9163.0, 9182.0, 9163.0, 9163.0, 9179.0, 9187.0, 9189.0, 9188.0, 9185.0, 9179.0, 9184.0, 9180.0, 9198.0, 9189.0, 9187.0, 9209.0, 9202.0, 9244.0, 9215.0, 9257.0, 9237.0, 9267.0, 9235.0, 9241.0, 9220.0, 9225.0, 9185.0, 9182.0, 9166.0, 9174.0, 9172.0, 9175.0, 9181.0, 9173.0, 9220.0, 9193.0, 9216.0, 9177.0, 9182.0, 9172.0, 9191.0, 9157.0, 9144.0, 9144.0, 9131.0, 9137.0, 9140.0, 9143.0, 9136.0, 9135.0, 9136.0, 9137.0, 9135.0, 9140.0, 9147.0, 9143.0, 9131.0, 9137.0, 9145.0, 9155.0, 9155.0, 9154.0, 9154.0, 9159.0, 9166.0, 9183.0, 9178.0, 9201.0, 9195.0, 9208.0, 9193.0, 9203.0, 9225.0, 9214.0, 9254.0, 9213.0, 9195.0, 9188.0, 9166.0, 9180.0, 9186.0, 9182.0, 9190.0, 9242.0, 9209.0, 9265.0, 9210.0, 9237.0, 9215.0, 9224.0, 9179.0, 9222.0, 9170.0, 9143.0, 9154.0, 9178.0, 9206.0, 9188.0, 9184.0, 9200.0, 9186.0, 9172.0, 9171.0, 9188.0, 9179.0, 9197.0, 9177.0, 9157.0, 9184.0, 9135.0, 9156.0, 9155.0, 9181.0, 9159.0, 9158.0, 9137.0, 9130.0, 9163.0, 9138.0, 9136.0, 9120.0, 9129.0, 9128.0, 9136.0, 9130.0, 9131.0, 9134.0, 9158.0, 9161.0, 9158.0, 9177.0, 9160.0, 9146.0, 9186.0, 9198.0, 9181.0, 9180.0, 9226.0, 9203.0, 9232.0, 9218.0, 9235.0, 9221.0, 9232.0, 9216.0, 9221.0, 9228.0, 9221.0, 9231.0, 9207.0, 9190.0, 9179.0, 9166.0, 9182.0, 9204.0, 9182.0, 9188.0, 9185.0, 9178.0, 9184.0, 9180.0, 9162.0, 9177.0, 9184.0, 9178.0, 9177.0, 9183.0, 9181.0, 9219.0, 9187.0, 9244.0, 9223.0, 9262.0, 9219.0, 9238.0, 9208.0, 9243.0, 9177.0, 9203.0, 9170.0, 9186.0, 9133.0, 9151.0, 9143.0, 9119.0, 9107.0, 9126.0, 9157.0, 9151.0, 9137.0, 9146.0, 9159.0, 9123.0, 9176.0, 9128.0, 9173.0, 9141.0, 9139.0, 9100.0, 9118.0, 9116.0, 9097.0, 9114.0, 9101.0, 9117.0, 9114.0, 9126.0, 9152.0, 9137.0, 9133.0, 9138.0, 9130.0, 9138.0, 9140.0, 9136.0, 9136.0, 9136.0, 9149.0, 9138.0, 9154.0, 9165.0, 9170.0, 9172.0, 9174.0, 9187.0, 9164.0, 9183.0, 9198.0, 9184.0, 9197.0, 9191.0, 9205.0, 9186.0, 9229.0, 9189.0, 9246.0, 9198.0, 9215.0, 9231.0, 9184.0, 9237.0, 9153.0, 9151.0, 9152.0, 9146.0, 9149.0, 9186.0, 9181.0, 9168.0, 9181.0, 9165.0, 9163.0, 9160.0, 9169.0, 9164.0, 9143.0, 9176.0, 9146.0, 9157.0, 9157.0, 9156.0, 9168.0, 9208.0, 9190.0, 9258.0, 9240.0, 9188.0, 9165.0, 9167.0, 9147.0, 9179.0, 9158.0, 9166.0, 9165.0, 9166.0, 9192.0, 9206.0, 9195.0, 9199.0, 9168.0, 9172.0, 9146.0, 9174.0, 9144.0, 9173.0, 9157.0, 9192.0, 9159.0, 9190.0, 9136.0, 9118.0, 9126.0, 9115.0, 9127.0, 9129.0, 9136.0, 9156.0, 9136.0, 9153.0, 9140.0, 9160.0, 9161.0, 9163.0, 9170.0, 9156.0, 9187.0, 9158.0, 9202.0, 9184.0, 9240.0, 9198.0, 9237.0, 9175.0, 9213.0, 9158.0, 9139.0, 9146.0, 9137.0, 9146.0, 9153.0, 9151.0, 9170.0, 9168.0, 9162.0, 9161.0, 9147.0, 9157.0, 9139.0, 9157.0, 9127.0, 9125.0, 9120.0, 9140.0, 9143.0, 9137.0, 9150.0, 9115.0, 9111.0, 9115.0, 9117.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.003792666666666667</td></tr>
<tr><td colspan=3>aqi</td><td>0.031069722183908046</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.16066342468353</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1887410333256612</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0422254994131177</td></tr>
<tr><td colspan=3>efc</td><td>0.4662</td></tr>
<tr><td colspan=3>fber</td><td>6797.873</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14471501879993462</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>156</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.93103448275862</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5045536610387376</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.440733669081102</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7905792061946797</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.28234810784043</td></tr>
<tr><td colspan=3>gcor</td><td>0.0214113</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0174085833132267</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028494829311966896</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.6664638619216197</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>37.2372</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.3456</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.1319</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301202.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>744.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.0979</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.883</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.054</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3290.97</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3539.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75342.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>914.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.2288</td></tr>
<tr><td colspan=3>tsnr</td><td>34.94146444450598</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>