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

616 lines
No EOL
105 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-0032_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0032_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0032/ses-01/func/sub-0032_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>52eba095e3637e730da4446808a4f3f3</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>15:09:47.030000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99916, 0.037949, -0.0154846, -0.0392571, 0.994662, -0.0954243]</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.100924</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>[4130, -7791, -7244, 580, -57, -265, 47, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>251.699</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cb2d4506-3bd7-44eb-99c3-afd8e844f4ea||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6806724071502686, -0.10532385110855103, -0.03180789202451706, 116.67813873291016], [-0.10181448608636856, 2.6686062812805176, -0.259070485830307, -79.74855041503906], [-0.04154408723115921, 0.2560165226459503, 2.6873538494110107, -81.39044189453125], [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': ['150947.030000', '150947.490000', '150947.950000', '150948.410000', '150948.870000', '150949.330000', '150949.790000', '150950.250000', '150950.710000', '150951.170000', '150951.630000', '150952.090000', '150952.550000', '150953.010000', '150953.470000', '150953.930000', '150954.390000', '150954.850000', '150955.310000', '150955.770000', '150956.230000', '150956.690000', '150957.150000', '150957.610000', '150958.070000', '150958.530000', '150958.990000', '150959.450000', '150959.910000', '151000.370000', '151000.830000', '151001.290000', '151001.750000', '151002.210000', '151002.670000', '151003.130000', '151003.590000', '151004.050000', '151004.510000', '151004.970000', '151005.430000', '151005.890000', '151006.350000', '151006.810000', '151007.270000', '151007.730000', '151008.190000', '151008.650000', '151009.110000', '151009.570000', '151010.030000', '151010.490000', '151010.950000', '151011.410000', '151011.870000', '151012.330000', '151012.790000', '151013.250000', '151013.710000', '151014.170000', '151014.630000', '151015.090000', '151015.550000', '151016.010000', '151016.470000', '151016.930000', '151017.390000', '151017.850000', '151018.310000', '151018.770000', '151019.230000', '151019.690000', '151020.150000', '151020.610000', '151021.070000', '151021.530000', '151021.990000', '151022.450000', '151022.910000', '151023.370000', '151023.830000', '151024.290000', '151024.750000', '151025.210000', '151025.670000', '151026.130000', '151026.590000', '151027.050000', '151027.510000', '151027.970000', '151028.430000', '151028.890000', '151029.350000', '151029.810000', '151030.270000', '151030.730000', '151031.190000', '151031.650000', '151032.110000', '151032.570000', '151033.030000', '151033.490000', '151033.950000', '151034.410000', '151034.870000', '151035.330000', '151035.790000', '151036.250000', '151036.710000', '151037.170000', '151037.630000', '151038.090000', '151038.550000', '151039.010000', '151039.470000', '151039.930000', '151040.390000', '151040.850000', '151041.310000', '151041.770000', '151042.230000', '151042.690000', '151043.150000', '151043.610000', '151044.070000', '151044.530000', '151044.990000', '151045.450000', '151045.910000', '151046.370000', '151046.830000', '151047.290000', '151047.750000', '151048.210000', '151048.670000', '151049.130000', '151049.590000', '151050.050000', '151050.510000', '151050.970000', '151051.430000', '151051.890000', '151052.350000', '151052.810000', '151053.270000', '151053.730000', '151054.190000', '151054.650000', '151055.110000', '151055.570000', '151056.030000', '151056.490000', '151056.950000', '151057.410000', '151057.870000', '151058.330000', '151058.790000', '151059.250000', '151059.710000', '151100.170000', '151100.630000', '151101.090000', '151101.550000', '151102.010000', '151102.470000', '151102.930000', '151103.390000', '151103.850000', '151104.310000', '151104.770000', '151105.230000', '151105.690000', '151106.150000', '151106.610000', '151107.070000', '151107.530000', '151107.990000', '151108.450000', '151108.910000', '151109.370000', '151109.830000', '151110.290000', '151110.750000', '151111.210000', '151111.670000', '151112.130000', '151112.590000', '151113.050000', '151113.510000', '151113.970000', '151114.430000', '151114.890000', '151115.350000', '151115.810000', '151116.270000', '151116.730000', '151117.190000', '151117.650000', '151118.110000', '151118.570000', '151119.030000', '151119.490000', '151119.950000', '151120.410000', '151120.870000', '151121.330000', '151121.790000', '151122.250000', '151122.710000', '151123.170000', '151123.630000', '151124.090000', '151124.550000', '151125.010000', '151125.470000', '151125.930000', '151126.390000', '151126.850000', '151127.310000', '151127.770000', '151128.230000', '151128.690000', '151129.150000', '151129.610000', '151130.070000', '151130.530000', '151130.990000', '151131.450000', '151131.910000', '151132.370000', '151132.830000', '151133.290000', '151133.750000', '151134.210000', '151134.670000', '151135.130000', '151135.590000', '151136.050000', '151136.510000', '151136.970000', '151137.430000', '151137.890000', '151138.350000', '151138.810000', '151139.270000', '151139.730000', '151140.190000', '151140.650000', '151141.110000', '151141.570000', '151142.030000', '151142.490000', '151142.950000', '151143.410000', '151143.870000', '151144.330000', '151144.790000', '151145.250000', '151145.710000', '151146.170000', '151146.630000', '151147.090000', '151147.550000', '151148.010000', '151148.470000', '151148.930000', '151149.390000', '151149.850000', '151150.310000', '151150.770000', '151151.230000', '151151.690000', '151152.150000', '151152.610000', '151153.070000', '151153.530000', '151153.990000', '151154.450000', '151154.910000', '151155.370000', '151155.830000', '151156.290000', '151156.750000', '151157.210000', '151157.670000', '151158.130000', '151158.590000', '151159.050000', '151159.510000', '151159.970000', '151200.430000', '151200.890000', '151201.350000', '151201.810000', '151202.270000', '151202.730000', '151203.190000', '151203.650000', '151204.110000', '151204.570000', '151205.030000', '151205.490000', '151205.950000', '151206.410000', '151206.870000', '151207.330000', '151207.790000', '151208.250000', '151208.710000', '151209.170000', '151209.630000', '151210.090000', '151210.550000', '151211.010000', '151211.470000', '151211.930000', '151212.390000', '151212.850000', '151213.310000', '151213.770000', '151214.230000', '151214.690000', '151215.150000', '151215.610000', '151216.070000', '151216.530000', '151216.990000', '151217.450000', '151217.910000', '151218.370000', '151218.830000', '151219.290000', '151219.750000', '151220.210000', '151220.670000', '151221.130000', '151221.590000', '151222.050000', '151222.510000', '151222.970000', '151223.430000', '151223.890000', '151224.350000', '151224.810000', '151225.270000', '151225.730000', '151226.190000', '151226.650000', '151227.110000', '151227.570000', '151228.030000', '151228.490000', '151228.950000', '151229.410000', '151229.870000', '151230.330000', '151230.790000', '151231.250000', '151231.710000', '151232.170000', '151232.630000', '151233.090000', '151233.550000', '151234.010000', '151234.470000', '151234.930000', '151235.390000', '151235.850000', '151236.310000', '151236.770000', '151237.230000', '151237.690000', '151238.150000', '151238.610000', '151239.070000', '151239.530000', '151239.990000', '151240.450000', '151240.910000', '151241.370000', '151241.830000', '151242.290000', '151242.750000', '151243.210000', '151243.670000', '151244.130000', '151244.590000', '151245.050000', '151245.510000', '151245.970000', '151246.430000', '151246.890000', '151247.350000', '151247.810000', '151248.270000', '151248.730000', '151249.190000', '151249.650000', '151250.110000', '151250.570000', '151251.030000', '151251.490000', '151251.950000', '151252.410000', '151252.870000', '151253.330000', '151253.790000', '151254.250000', '151254.710000', '151255.170000', '151255.630000', '151256.090000', '151256.550000', '151257.010000', '151257.470000', '151257.930000', '151258.390000', '151258.850000', '151259.310000', '151259.770000', '151300.230000', '151300.690000', '151301.150000', '151301.610000', '151302.070000', '151302.530000', '151302.990000', '151303.450000', '151303.910000', '151304.370000', '151304.830000', '151305.290000', '151305.750000', '151306.210000', '151306.670000', '151307.130000', '151307.590000', '151308.050000', '151308.510000', '151308.970000', '151309.430000', '151309.890000', '151310.350000', '151310.810000', '151311.270000', '151311.730000', '151312.190000', '151312.650000', '151313.110000', '151313.570000', '151314.030000', '151314.490000', '151314.950000', '151315.410000', '151315.870000', '151316.330000', '151316.790000', '151317.250000', '151317.710000', '151318.170000', '151318.630000', '151319.090000', '151319.550000', '151320.010000', '151320.470000', '151320.930000', '151321.390000', '151321.850000', '151322.310000', '151322.770000', '151323.230000', '151323.690000', '151324.150000', '151324.610000', '151325.070000', '151325.530000', '151325.990000', '151326.450000', '151326.910000', '151327.370000', '151327.830000', '151328.290000', '151328.750000', '151329.210000', '151329.670000', '151330.130000', '151330.590000', '151331.050000', '151331.510000', '151331.970000', '151332.430000', '151332.890000', '151333.350000', '151333.810000', '151334.270000', '151334.730000', '151335.190000', '151335.650000', '151336.110000', '151336.570000', '151337.030000', '151337.490000', '151337.950000', '151338.410000', '151338.870000', '151339.330000', '151339.790000', '151340.250000', '151340.710000', '151341.170000', '151341.630000', '151342.090000', '151342.550000', '151343.010000', '151343.470000', '151343.930000', '151344.390000', '151344.850000', '151345.310000', '151345.770000', '151346.230000', '151346.690000', '151347.150000', '151347.610000', '151348.070000', '151348.530000', '151348.990000', '151349.450000', '151349.910000', '151350.370000', '151350.830000', '151351.290000', '151351.750000', '151352.210000', '151352.670000', '151353.130000', '151353.590000', '151354.050000', '151354.510000', '151354.970000', '151355.430000', '151355.890000', '151356.350000', '151356.810000', '151357.270000', '151357.730000', '151358.190000', '151358.650000', '151359.110000', '151359.570000', '151400.030000', '151400.490000', '151400.950000', '151401.410000', '151401.870000', '151402.330000', '151402.790000', '151403.250000', '151403.710000', '151404.170000', '151404.630000', '151405.090000', '151405.550000', '151406.010000', '151406.470000', '151406.930000', '151407.390000', '151407.850000', '151408.310000', '151408.770000', '151409.230000', '151409.690000', '151410.150000', '151410.610000', '151411.070000', '151411.530000', '151411.990000', '151412.450000', '151412.910000', '151413.370000', '151413.830000', '151414.290000', '151414.750000', '151415.210000', '151415.670000', '151416.130000', '151416.590000', '151417.050000', '151417.510000', '151417.970000', '151418.430000', '151418.890000', '151419.350000', '151419.810000', '151420.270000', '151420.730000', '151421.190000', '151421.650000', '151422.110000', '151422.570000', '151423.030000', '151423.490000', '151423.950000', '151424.410000', '151424.870000', '151425.330000', '151425.790000', '151426.250000', '151426.710000', '151427.170000', '151427.630000', '151428.090000', '151428.550000', '151429.010000', '151429.470000', '151429.930000', '151430.390000', '151430.850000', '151431.310000', '151431.770000', '151432.230000', '151432.690000', '151433.150000', '151433.610000', '151434.070000', '151434.530000', '151434.990000', '151435.450000', '151435.910000', '151436.370000', '151436.830000', '151437.290000', '151437.750000', '151438.210000', '151438.670000', '151439.130000', '151439.590000', '151440.050000', '151440.510000', '151440.970000', '151441.430000', '151441.890000', '151442.350000', '151442.810000', '151443.270000', '151443.730000', '151444.190000', '151444.650000', '151445.110000', '151445.570000', '151446.030000', '151446.490000', '151446.950000', '151447.410000', '151447.870000', '151448.330000', '151448.790000', '151449.250000', '151449.710000', '151450.170000', '151450.630000', '151451.090000', '151451.550000', '151452.010000', '151452.470000', '151452.930000', '151453.390000', '151453.850000', '151454.310000', '151454.770000', '151455.230000', '151455.690000', '151456.150000', '151456.610000', '151457.070000', '151457.530000', '151457.990000', '151458.450000', '151458.910000', '151459.370000', '151459.830000', '151500.290000', '151500.750000', '151501.210000', '151501.670000', '151502.130000', '151502.590000', '151503.050000', '151503.510000', '151503.970000', '151504.430000', '151504.890000', '151505.350000', '151505.810000', '151506.270000', '151506.730000', '151507.190000', '151507.650000', '151508.110000', '151508.570000', '151509.030000', '151509.490000', '151509.950000', '151510.410000', '151510.870000', '151511.330000', '151511.790000', '151512.250000', '151512.710000', '151513.170000', '151513.630000', '151514.090000', '151514.550000', '151515.010000', '151515.470000', '151515.930000', '151516.390000', '151516.850000', '151517.310000', '151517.770000', '151518.230000', '151518.690000', '151519.150000', '151519.610000', '151520.070000', '151520.530000', '151520.990000', '151521.450000', '151521.910000', '151522.370000', '151522.830000', '151523.290000', '151523.750000', '151524.210000', '151524.670000', '151525.130000', '151525.590000', '151526.050000', '151526.510000', '151526.970000', '151527.430000', '151527.890000', '151528.350000', '151528.810000', '151529.270000', '151529.730000', '151530.190000', '151530.650000', '151531.110000', '151531.570000', '151532.030000', '151532.490000', '151532.950000', '151533.410000', '151533.870000', '151534.330000', '151534.790000', '151535.250000', '151535.710000', '151536.170000', '151536.630000', '151537.090000', '151537.550000', '151538.010000', '151538.470000', '151538.930000', '151539.390000', '151539.850000', '151540.310000', '151540.770000', '151541.230000', '151541.690000', '151542.150000', '151542.610000', '151543.070000', '151543.530000', '151543.990000', '151544.450000', '151544.910000', '151545.370000', '151545.830000', '151546.290000', '151546.750000', '151547.210000', '151547.670000', '151548.130000', '151548.590000', '151549.050000', '151549.510000', '151549.970000', '151550.430000', '151550.890000', '151551.350000', '151551.810000', '151552.270000', '151552.730000', '151553.190000', '151553.650000', '151554.110000', '151554.570000', '151555.030000', '151555.490000', '151555.950000', '151556.410000', '151556.870000', '151557.330000', '151557.790000', '151558.250000', '151558.710000', '151559.170000', '151559.630000', '151600.090000', '151600.550000', '151601.010000', '151601.470000', '151601.930000', '151602.390000', '151602.850000', '151603.310000', '151603.770000', '151604.230000', '151604.690000', '151605.150000', '151605.610000', '151606.070000', '151606.530000', '151606.990000', '151607.450000', '151607.910000', '151608.370000', '151608.830000', '151609.290000', '151609.750000', '151610.210000', '151610.670000', '151611.130000', '151611.590000', '151612.050000', '151612.510000', '151612.970000', '151613.430000', '151613.890000', '151614.350000', '151614.810000', '151615.270000', '151615.730000', '151616.190000', '151616.650000', '151617.110000', '151617.570000', '151618.030000', '151618.490000', '151618.950000', '151619.410000', '151619.870000', '151620.330000', '151620.790000', '151621.250000', '151621.710000', '151622.170000', '151622.630000', '151623.090000', '151623.550000', '151624.010000', '151624.470000', '151624.930000', '151625.390000', '151625.850000', '151626.310000', '151626.770000', '151627.230000', '151627.690000'], 'ContentTime': ['151006.064000', '151006.068000', '151006.071000', '151006.081000', '151006.084000', '151006.087000', '151006.090000', '151006.093000', '151006.096000', '151006.099000', '151006.102000', '151006.105000', '151006.108000', '151006.111000', '151006.114000', '151006.117000', '151006.120000', '151006.126000', '151006.129000', '151006.132000', '151006.135000', '151006.137000', '151006.140000', '151006.143000', '151006.146000', '151006.149000', '151006.152000', '151006.159000', '151006.162000', '151006.165000', '151006.168000', '151006.171000', '151006.174000', '151006.177000', '151006.180000', '151006.183000', '151006.185000', '151006.188000', '151006.191000', '151026.030000', '151026.033000', '151026.036000', '151026.039000', '151026.042000', '151026.044000', '151026.047000', '151026.050000', '151026.053000', '151026.056000', '151026.059000', '151026.061000', '151026.064000', '151026.067000', '151026.070000', '151026.073000', '151026.076000', '151026.078000', '151026.081000', '151026.084000', '151026.087000', '151026.090000', '151026.093000', '151026.095000', '151026.098000', '151026.101000', '151026.104000', '151026.107000', '151026.110000', '151026.112000', '151026.115000', '151026.118000', '151026.121000', '151026.124000', '151026.127000', '151026.130000', '151026.132000', '151026.135000', '151026.138000', '151026.141000', '151026.144000', '151026.146000', '151026.149000', '151046.030000', '151046.043000', '151046.046000', '151046.048000', '151046.051000', '151046.054000', '151046.057000', '151046.060000', '151046.063000', '151046.065000', '151046.068000', '151046.071000', '151046.074000', '151046.077000', '151046.079000', '151046.082000', '151046.095000', '151046.098000', '151046.101000', '151046.103000', '151046.106000', '151046.109000', '151046.112000', '151046.115000', '151046.117000', '151046.120000', '151046.123000', '151046.126000', '151046.129000', '151046.132000', '151046.135000', '151046.137000', '151046.140000', '151046.144000', '151046.147000', '151046.150000', '151046.153000', '151046.156000', '151046.158000', '151046.161000', '151046.164000', '151046.167000', '151046.170000', '151106.030000', '151106.033000', '151106.036000', '151106.039000', '151106.041000', '151106.044000', '151106.047000', '151106.050000', '151106.053000', '151106.056000', '151106.058000', '151106.061000', '151106.064000', '151106.067000', '151106.070000', '151106.073000', '151106.075000', '151106.078000', '151106.081000', '151106.084000', '151106.087000', '151106.090000', '151106.093000', '151106.095000', '151106.098000', '151106.101000', '151106.104000', '151106.107000', '151106.110000', '151106.112000', '151106.115000', '151106.118000', '151106.121000', '151106.124000', '151106.127000', '151106.130000', '151106.133000', '151106.143000', '151106.146000', '151106.149000', '151106.151000', '151106.154000', '151106.157000', '151106.160000', '151126.030000', '151126.033000', '151126.036000', '151126.039000', '151126.042000', '151126.045000', '151126.048000', '151126.051000', '151126.054000', '151126.057000', '151126.060000', '151126.074000', '151126.077000', '151126.080000', '151126.082000', '151126.085000', '151126.088000', '151126.091000', '151126.094000', '151126.097000', '151126.100000', '151126.103000', '151126.105000', '151126.108000', '151126.111000', '151126.114000', '151126.117000', '151126.120000', '151126.123000', '151126.125000', '151126.128000', '151126.131000', '151126.134000', '151126.137000', '151126.140000', '151126.143000', '151126.145000', '151126.148000', '151126.151000', '151126.154000', '151126.157000', '151126.160000', '151126.163000', '151146.030000', '151146.033000', '151146.036000', '151146.039000', '151146.041000', '151146.044000', '151146.047000', '151146.050000', '151146.053000', '151146.056000', '151146.059000', '151146.062000', '151146.064000', '151146.067000', '151146.070000', '151146.073000', '151146.076000', '151146.079000', '151146.082000', '151146.084000', '151146.087000', '151146.090000', '151146.093000', '151146.096000', '151146.099000', '151146.102000', '151146.104000', '151146.107000', '151146.110000', '151146.113000', '151146.116000', '151146.119000', '151146.122000', '151146.124000', '151146.127000', '151146.130000', '151146.133000', '151146.136000', '151146.139000', '151146.142000', '151146.144000', '151146.147000', '151146.150000', '151146.160000', '151206.030000', '151206.033000', '151206.036000', '151206.039000', '151206.041000', '151206.044000', '151206.047000', '151206.050000', '151206.053000', '151206.056000', '151206.059000', '151206.062000', '151206.065000', '151206.068000', '151206.071000', '151206.073000', '151206.076000', '151206.079000', '151206.082000', '151206.085000', '151206.088000', '151206.091000', '151206.093000', '151206.096000', '151206.099000', '151206.102000', '151206.105000', '151206.108000', '151206.111000', '151206.114000', '151206.116000', '151206.119000', '151206.122000', '151206.125000', '151206.128000', '151206.131000', '151206.134000', '151206.136000', '151206.139000', '151206.142000', '151206.145000', '151206.148000', '151206.151000', '151226.030000', '151226.033000', '151226.036000', '151226.039000', '151226.042000', '151226.045000', '151226.047000', '151226.050000', '151226.053000', '151226.056000', '151226.059000', '151226.062000', '151226.073000', '151226.076000', '151226.079000', '151226.082000', '151226.084000', '151226.087000', '151226.090000', '151226.093000', '151226.096000', '151226.099000', '151226.102000', '151226.105000', '151226.107000', '151226.110000', '151226.113000', '151226.116000', '151226.119000', '151226.122000', '151226.125000', '151226.128000', '151226.130000', '151226.133000', '151226.136000', '151226.139000', '151226.142000', '151226.145000', '151226.148000', '151226.151000', '151226.153000', '151226.156000', '151226.159000', '151226.162000', '151246.030000', '151246.033000', '151246.036000', '151246.039000', '151246.042000', '151246.044000', '151246.047000', '151246.050000', '151246.053000', '151246.056000', '151246.059000', '151246.062000', '151246.065000', '151246.068000', '151246.071000', '151246.074000', '151246.077000', '151246.080000', '151246.083000', '151246.085000', '151246.088000', '151246.091000', '151246.094000', '151246.097000', '151246.100000', '151246.103000', '151246.106000', '151246.108000', '151246.111000', '151246.114000', '151246.117000', '151246.120000', '151246.123000', '151246.126000', '151246.129000', '151246.131000', '151246.134000', '151246.137000', '151246.140000', '151246.143000', '151246.146000', '151246.149000', '151246.152000', '151306.030000', '151306.033000', '151306.036000', '151306.039000', '151306.041000', '151306.044000', '151306.047000', '151306.050000', '151306.053000', '151306.056000', '151306.059000', '151306.062000', '151306.064000', '151306.067000', '151306.070000', '151306.073000', '151306.076000', '151306.079000', '151306.082000', '151306.084000', '151306.087000', '151306.090000', '151306.093000', '151306.096000', '151306.099000', '151306.102000', '151306.105000', '151306.107000', '151306.110000', '151306.113000', '151306.116000', '151306.119000', '151306.122000', '151306.125000', '151306.127000', '151306.130000', '151306.133000', '151306.136000', '151306.139000', '151306.142000', '151306.145000', '151306.147000', '151306.150000', '151306.153000', '151326.030000', '151326.033000', '151326.036000', '151326.039000', '151326.042000', '151326.045000', '151326.047000', '151326.050000', '151326.053000', '151326.056000', '151326.059000', '151326.062000', '151326.065000', '151326.068000', '151326.070000', '151326.073000', '151326.076000', '151326.079000', '151326.082000', '151326.085000', '151326.088000', '151326.091000', '151326.093000', '151326.096000', '151326.099000', '151326.102000', '151326.105000', '151326.108000', '151326.116000', '151326.119000', '151326.122000', '151326.125000', '151326.128000', '151326.131000', '151326.133000', '151326.136000', '151326.139000', '151326.142000', '151326.145000', '151326.148000', '151326.151000', '151326.153000', '151326.156000', '151346.030000', '151346.033000', '151346.036000', '151346.039000', '151346.041000', '151346.044000', '151346.047000', '151346.050000', '151346.053000', '151346.056000', '151346.059000', '151346.062000', '151346.064000', '151346.067000', '151346.070000', '151346.073000', '151346.076000', '151346.079000', '151346.082000', '151346.084000', '151346.087000', '151346.090000', '151346.093000', '151346.096000', '151346.099000', '151346.102000', '151346.105000', '151346.107000', '151346.110000', '151346.113000', '151346.116000', '151346.119000', '151346.122000', '151346.125000', '151346.127000', '151346.130000', '151346.133000', '151346.144000', '151346.147000', '151346.150000', '151346.153000', '151346.156000', '151346.159000', '151346.161000', '151406.030000', '151406.033000', '151406.036000', '151406.039000', '151406.042000', '151406.044000', '151406.047000', '151406.050000', '151406.054000', '151406.057000', '151406.060000', '151406.063000', '151406.066000', '151406.069000', '151406.072000', '151406.074000', '151406.077000', '151406.080000', '151406.083000', '151406.086000', '151406.089000', '151406.091000', '151406.094000', '151406.097000', '151406.100000', '151406.103000', '151406.106000', '151406.109000', '151406.112000', '151406.115000', '151406.121000', '151406.124000', '151406.127000', '151406.129000', '151406.132000', '151406.135000', '151406.138000', '151406.141000', '151406.144000', '151406.147000', '151406.150000', '151406.153000', '151406.155000', '151426.030000', '151426.033000', '151426.036000', '151426.039000', '151426.042000', '151426.045000', '151426.048000', '151426.051000', '151426.054000', '151426.057000', '151426.059000', '151426.062000', '151426.065000', '151426.068000', '151426.071000', '151426.074000', '151426.077000', '151426.079000', '151426.082000', '151426.085000', '151426.088000', '151426.091000', '151426.094000', '151426.097000', '151426.099000', '151426.102000', '151426.105000', '151426.108000', '151426.111000', '151426.114000', '151426.117000', '151426.120000', '151426.123000', '151426.126000', '151426.128000', '151426.131000', '151426.134000', '151426.137000', '151426.145000', '151426.148000', '151426.151000', '151426.154000', '151426.157000', '151426.160000', '151446.030000', '151446.033000', '151446.036000', '151446.039000', '151446.041000', '151446.044000', '151446.047000', '151446.050000', '151446.053000', '151446.056000', '151446.059000', '151446.062000', '151446.064000', '151446.067000', '151446.070000', '151446.073000', '151446.076000', '151446.079000', '151446.082000', '151446.085000', '151446.087000', '151446.090000', '151446.093000', '151446.096000', '151446.099000', '151446.102000', '151446.105000', '151446.107000', '151446.110000', '151446.113000', '151446.116000', '151446.119000', '151446.122000', '151446.125000', '151446.128000', '151446.131000', '151446.134000', '151446.137000', '151446.140000', '151446.142000', '151446.145000', '151446.148000', '151446.151000', '151506.030000', '151506.033000', '151506.036000', '151506.039000', '151506.041000', '151506.044000', '151506.047000', '151506.050000', '151506.053000', '151506.056000', '151506.059000', '151506.062000', '151506.065000', '151506.067000', '151506.070000', '151506.073000', '151506.076000', '151506.079000', '151506.082000', '151506.085000', '151506.087000', '151506.090000', '151506.093000', '151506.096000', '151506.099000', '151506.102000', '151506.105000', '151506.108000', '151506.111000', '151506.114000', '151506.117000', '151506.119000', '151506.122000', '151506.125000', '151506.128000', '151506.131000', '151506.134000', '151506.137000', '151506.140000', '151506.143000', '151506.145000', '151506.148000', '151506.151000', '151506.154000', '151526.030000', '151526.033000', '151526.036000', '151526.052000', '151526.055000', '151526.058000', '151526.061000', '151526.064000', '151526.066000', '151526.069000', '151526.072000', '151526.075000', '151526.078000', '151526.081000', '151526.084000', '151526.087000', '151526.089000', '151526.094000', '151526.097000', '151526.100000', '151526.102000', '151526.105000', '151526.108000', '151526.111000', '151526.114000', '151526.117000', '151526.120000', '151526.123000', '151526.126000', '151526.128000', '151526.131000', '151526.134000', '151526.137000', '151526.140000', '151526.143000', '151526.146000', '151526.149000', '151526.152000', '151526.155000', '151526.158000', '151526.161000', '151526.164000', '151526.167000', '151546.030000', '151546.033000', '151546.036000', '151546.039000', '151546.042000', '151546.045000', '151546.048000', '151546.050000', '151546.053000', '151546.057000', '151546.060000', '151546.072000', '151546.075000', '151546.078000', '151546.081000', '151546.083000', '151546.086000', '151546.089000', '151546.092000', '151546.095000', '151546.098000', '151546.101000', '151546.104000', '151546.106000', '151546.109000', '151546.112000', '151546.115000', '151546.118000', '151546.121000', '151546.124000', '151546.126000', '151546.129000', '151546.132000', '151546.135000', '151546.138000', '151546.141000', '151546.144000', '151546.146000', '151546.149000', '151546.152000', '151546.155000', '151546.158000', '151546.161000', '151546.164000', '151606.030000', '151606.033000', '151606.036000', '151606.039000', '151606.042000', '151606.045000', '151606.048000', '151606.050000', '151606.053000', '151606.056000', '151606.059000', '151606.062000', '151606.065000', '151606.068000', '151606.070000', '151606.073000', '151606.076000', '151606.079000', '151606.082000', '151606.085000', '151606.088000', '151606.090000', '151606.093000', '151606.096000', '151606.099000', '151606.102000', '151606.105000', '151606.107000', '151606.110000', '151606.113000', '151606.116000', '151606.119000', '151606.122000', '151606.125000', '151606.128000', '151606.130000', '151606.133000', '151606.136000', '151606.139000', '151606.142000', '151606.145000', '151606.148000', '151606.150000', '151626.030000', '151626.033000', '151626.036000', '151626.039000', '151626.042000', '151626.045000', '151626.048000', '151626.050000', '151626.053000', '151626.056000', '151626.059000', '151626.062000', '151626.065000', '151626.068000', '151626.071000', '151626.074000', '151626.077000', '151626.080000', '151626.083000', '151626.086000', '151626.088000', '151626.091000', '151626.094000', '151626.097000', '151626.100000', '151626.103000', '151626.106000', '151626.109000', '151626.111000', '151626.114000', '151626.117000', '151626.120000', '151626.123000', '151626.126000', '151626.129000', '151626.132000', '151626.134000', '151626.137000', '151626.140000', '151626.143000', '151626.146000', '151626.149000', '151626.152000', '151626.155000', '151629.250000', '151629.254000', '151629.257000', '151629.260000', '151629.263000', '151629.266000', '151629.269000'], 'InstanceCreationTime': ['151006.064000', '151006.068000', '151006.071000', '151006.081000', '151006.084000', '151006.087000', '151006.090000', '151006.093000', '151006.096000', '151006.099000', '151006.102000', '151006.105000', '151006.108000', '151006.111000', '151006.114000', '151006.117000', '151006.120000', '151006.126000', '151006.129000', '151006.132000', '151006.135000', '151006.137000', '151006.140000', '151006.143000', '151006.146000', '151006.149000', '151006.152000', '151006.159000', '151006.162000', '151006.165000', '151006.168000', '151006.171000', '151006.174000', '151006.177000', '151006.180000', '151006.183000', '151006.185000', '151006.188000', '151006.191000', '151026.030000', '151026.033000', '151026.036000', '151026.039000', '151026.042000', '151026.044000', '151026.047000', '151026.050000', '151026.053000', '151026.056000', '151026.059000', '151026.061000', '151026.064000', '151026.067000', '151026.070000', '151026.073000', '151026.076000', '151026.078000', '151026.081000', '151026.084000', '151026.087000', '151026.090000', '151026.093000', '151026.095000', '151026.098000', '151026.101000', '151026.104000', '151026.107000', '151026.110000', '151026.112000', '151026.115000', '151026.118000', '151026.121000', '151026.124000', '151026.127000', '151026.130000', '151026.132000', '151026.135000', '151026.138000', '151026.141000', '151026.144000', '151026.146000', '151026.149000', '151046.030000', '151046.043000', '151046.046000', '151046.048000', '151046.051000', '151046.054000', '151046.057000', '151046.060000', '151046.063000', '151046.065000', '151046.068000', '151046.071000', '151046.074000', '151046.077000', '151046.079000', '151046.082000', '151046.095000', '151046.098000', '151046.101000', '151046.103000', '151046.106000', '151046.109000', '151046.112000', '151046.115000', '151046.117000', '151046.120000', '151046.123000', '151046.126000', '151046.129000', '151046.132000', '151046.135000', '151046.137000', '151046.140000', '151046.144000', '151046.147000', '151046.150000', '151046.153000', '151046.156000', '151046.158000', '151046.161000', '151046.164000', '151046.167000', '151046.170000', '151106.030000', '151106.033000', '151106.036000', '151106.039000', '151106.041000', '151106.044000', '151106.047000', '151106.050000', '151106.053000', '151106.056000', '151106.058000', '151106.061000', '151106.064000', '151106.067000', '151106.070000', '151106.073000', '151106.075000', '151106.078000', '151106.081000', '151106.084000', '151106.087000', '151106.090000', '151106.093000', '151106.095000', '151106.098000', '151106.101000', '151106.104000', '151106.107000', '151106.110000', '151106.112000', '151106.115000', '151106.118000', '151106.121000', '151106.124000', '151106.127000', '151106.130000', '151106.133000', '151106.143000', '151106.146000', '151106.149000', '151106.151000', '151106.154000', '151106.157000', '151106.160000', '151126.030000', '151126.033000', '151126.036000', '151126.039000', '151126.042000', '151126.045000', '151126.048000', '151126.051000', '151126.054000', '151126.057000', '151126.060000', '151126.074000', '151126.077000', '151126.080000', '151126.082000', '151126.085000', '151126.088000', '151126.091000', '151126.094000', '151126.097000', '151126.100000', '151126.103000', '151126.105000', '151126.108000', '151126.111000', '151126.114000', '151126.117000', '151126.120000', '151126.123000', '151126.125000', '151126.128000', '151126.131000', '151126.134000', '151126.137000', '151126.140000', '151126.143000', '151126.145000', '151126.148000', '151126.151000', '151126.154000', '151126.157000', '151126.160000', '151126.163000', '151146.030000', '151146.033000', '151146.036000', '151146.039000', '151146.041000', '151146.044000', '151146.047000', '151146.050000', '151146.053000', '151146.056000', '151146.059000', '151146.062000', '151146.064000', '151146.067000', '151146.070000', '151146.073000', '151146.076000', '151146.079000', '151146.082000', '151146.084000', '151146.087000', '151146.090000', '151146.093000', '151146.096000', '151146.099000', '151146.102000', '151146.104000', '151146.107000', '151146.110000', '151146.113000', '151146.116000', '151146.119000', '151146.122000', '151146.124000', '151146.127000', '151146.130000', '151146.133000', '151146.136000', '151146.139000', '151146.142000', '151146.144000', '151146.147000', '151146.150000', '151146.160000', '151206.030000', '151206.033000', '151206.036000', '151206.039000', '151206.041000', '151206.044000', '151206.047000', '151206.050000', '151206.053000', '151206.056000', '151206.059000', '151206.062000', '151206.065000', '151206.068000', '151206.071000', '151206.073000', '151206.076000', '151206.079000', '151206.082000', '151206.085000', '151206.088000', '151206.091000', '151206.093000', '151206.096000', '151206.099000', '151206.102000', '151206.105000', '151206.108000', '151206.111000', '151206.114000', '151206.116000', '151206.119000', '151206.122000', '151206.125000', '151206.128000', '151206.131000', '151206.134000', '151206.136000', '151206.139000', '151206.142000', '151206.145000', '151206.148000', '151206.151000', '151226.030000', '151226.033000', '151226.036000', '151226.039000', '151226.042000', '151226.045000', '151226.047000', '151226.050000', '151226.053000', '151226.056000', '151226.059000', '151226.062000', '151226.073000', '151226.076000', '151226.079000', '151226.082000', '151226.084000', '151226.087000', '151226.090000', '151226.093000', '151226.096000', '151226.099000', '151226.102000', '151226.105000', '151226.107000', '151226.110000', '151226.113000', '151226.116000', '151226.119000', '151226.122000', '151226.125000', '151226.128000', '151226.130000', '151226.133000', '151226.136000', '151226.139000', '151226.142000', '151226.145000', '151226.148000', '151226.151000', '151226.153000', '151226.156000', '151226.159000', '151226.162000', '151246.030000', '151246.033000', '151246.036000', '151246.039000', '151246.042000', '151246.044000', '151246.047000', '151246.050000', '151246.053000', '151246.056000', '151246.059000', '151246.062000', '151246.065000', '151246.068000', '151246.071000', '151246.074000', '151246.077000', '151246.080000', '151246.083000', '151246.085000', '151246.088000', '151246.091000', '151246.094000', '151246.097000', '151246.100000', '151246.103000', '151246.106000', '151246.108000', '151246.111000', '151246.114000', '151246.117000', '151246.120000', '151246.123000', '151246.126000', '151246.129000', '151246.131000', '151246.134000', '151246.137000', '151246.140000', '151246.143000', '151246.146000', '151246.149000', '151246.152000', '151306.030000', '151306.033000', '151306.036000', '151306.039000', '151306.041000', '151306.044000', '151306.047000', '151306.050000', '151306.053000', '151306.056000', '151306.059000', '151306.062000', '151306.064000', '151306.067000', '151306.070000', '151306.073000', '151306.076000', '151306.079000', '151306.082000', '151306.084000', '151306.087000', '151306.090000', '151306.093000', '151306.096000', '151306.099000', '151306.102000', '151306.105000', '151306.107000', '151306.110000', '151306.113000', '151306.116000', '151306.119000', '151306.122000', '151306.125000', '151306.127000', '151306.130000', '151306.133000', '151306.136000', '151306.139000', '151306.142000', '151306.145000', '151306.147000', '151306.150000', '151306.153000', '151326.030000', '151326.033000', '151326.036000', '151326.039000', '151326.042000', '151326.045000', '151326.047000', '151326.050000', '151326.053000', '151326.056000', '151326.059000', '151326.062000', '151326.065000', '151326.068000', '151326.070000', '151326.073000', '151326.076000', '151326.079000', '151326.082000', '151326.085000', '151326.088000', '151326.091000', '151326.093000', '151326.096000', '151326.099000', '151326.102000', '151326.105000', '151326.108000', '151326.116000', '151326.119000', '151326.122000', '151326.125000', '151326.128000', '151326.131000', '151326.133000', '151326.136000', '151326.139000', '151326.142000', '151326.145000', '151326.148000', '151326.151000', '151326.153000', '151326.156000', '151346.030000', '151346.033000', '151346.036000', '151346.039000', '151346.041000', '151346.044000', '151346.047000', '151346.050000', '151346.053000', '151346.056000', '151346.059000', '151346.062000', '151346.064000', '151346.067000', '151346.070000', '151346.073000', '151346.076000', '151346.079000', '151346.082000', '151346.084000', '151346.087000', '151346.090000', '151346.093000', '151346.096000', '151346.099000', '151346.102000', '151346.105000', '151346.107000', '151346.110000', '151346.113000', '151346.116000', '151346.119000', '151346.122000', '151346.125000', '151346.127000', '151346.130000', '151346.133000', '151346.144000', '151346.147000', '151346.150000', '151346.153000', '151346.156000', '151346.159000', '151346.161000', '151406.030000', '151406.033000', '151406.036000', '151406.039000', '151406.042000', '151406.044000', '151406.047000', '151406.050000', '151406.054000', '151406.057000', '151406.060000', '151406.063000', '151406.066000', '151406.069000', '151406.072000', '151406.074000', '151406.077000', '151406.080000', '151406.083000', '151406.086000', '151406.089000', '151406.091000', '151406.094000', '151406.097000', '151406.100000', '151406.103000', '151406.106000', '151406.109000', '151406.112000', '151406.115000', '151406.121000', '151406.124000', '151406.127000', '151406.129000', '151406.132000', '151406.135000', '151406.138000', '151406.141000', '151406.144000', '151406.147000', '151406.150000', '151406.153000', '151406.155000', '151426.030000', '151426.033000', '151426.036000', '151426.039000', '151426.042000', '151426.045000', '151426.048000', '151426.051000', '151426.054000', '151426.057000', '151426.059000', '151426.062000', '151426.065000', '151426.068000', '151426.071000', '151426.074000', '151426.077000', '151426.079000', '151426.082000', '151426.085000', '151426.088000', '151426.091000', '151426.094000', '151426.097000', '151426.099000', '151426.102000', '151426.105000', '151426.108000', '151426.111000', '151426.114000', '151426.117000', '151426.120000', '151426.123000', '151426.126000', '151426.128000', '151426.131000', '151426.134000', '151426.137000', '151426.145000', '151426.148000', '151426.151000', '151426.154000', '151426.157000', '151426.160000', '151446.030000', '151446.033000', '151446.036000', '151446.039000', '151446.041000', '151446.044000', '151446.047000', '151446.050000', '151446.053000', '151446.056000', '151446.059000', '151446.062000', '151446.064000', '151446.067000', '151446.070000', '151446.073000', '151446.076000', '151446.079000', '151446.082000', '151446.085000', '151446.087000', '151446.090000', '151446.093000', '151446.096000', '151446.099000', '151446.102000', '151446.105000', '151446.107000', '151446.110000', '151446.113000', '151446.116000', '151446.119000', '151446.122000', '151446.125000', '151446.128000', '151446.131000', '151446.134000', '151446.137000', '151446.140000', '151446.142000', '151446.145000', '151446.148000', '151446.151000', '151506.030000', '151506.033000', '151506.036000', '151506.039000', '151506.041000', '151506.044000', '151506.047000', '151506.050000', '151506.053000', '151506.056000', '151506.059000', '151506.062000', '151506.065000', '151506.067000', '151506.070000', '151506.073000', '151506.076000', '151506.079000', '151506.082000', '151506.085000', '151506.087000', '151506.090000', '151506.093000', '151506.096000', '151506.099000', '151506.102000', '151506.105000', '151506.108000', '151506.111000', '151506.114000', '151506.117000', '151506.119000', '151506.122000', '151506.125000', '151506.128000', '151506.131000', '151506.134000', '151506.137000', '151506.140000', '151506.143000', '151506.145000', '151506.148000', '151506.151000', '151506.154000', '151526.030000', '151526.033000', '151526.036000', '151526.052000', '151526.055000', '151526.058000', '151526.061000', '151526.064000', '151526.066000', '151526.069000', '151526.072000', '151526.075000', '151526.078000', '151526.081000', '151526.084000', '151526.087000', '151526.089000', '151526.094000', '151526.097000', '151526.100000', '151526.102000', '151526.105000', '151526.108000', '151526.111000', '151526.114000', '151526.117000', '151526.120000', '151526.123000', '151526.126000', '151526.128000', '151526.131000', '151526.134000', '151526.137000', '151526.140000', '151526.143000', '151526.146000', '151526.149000', '151526.152000', '151526.155000', '151526.158000', '151526.161000', '151526.164000', '151526.167000', '151546.030000', '151546.033000', '151546.036000', '151546.039000', '151546.042000', '151546.045000', '151546.048000', '151546.050000', '151546.053000', '151546.057000', '151546.060000', '151546.072000', '151546.075000', '151546.078000', '151546.081000', '151546.083000', '151546.086000', '151546.089000', '151546.092000', '151546.095000', '151546.098000', '151546.101000', '151546.104000', '151546.106000', '151546.109000', '151546.112000', '151546.115000', '151546.118000', '151546.121000', '151546.124000', '151546.126000', '151546.129000', '151546.132000', '151546.135000', '151546.138000', '151546.141000', '151546.144000', '151546.146000', '151546.149000', '151546.152000', '151546.155000', '151546.158000', '151546.161000', '151546.164000', '151606.030000', '151606.033000', '151606.036000', '151606.039000', '151606.042000', '151606.045000', '151606.048000', '151606.050000', '151606.053000', '151606.056000', '151606.059000', '151606.062000', '151606.065000', '151606.068000', '151606.070000', '151606.073000', '151606.076000', '151606.079000', '151606.082000', '151606.085000', '151606.088000', '151606.090000', '151606.093000', '151606.096000', '151606.099000', '151606.102000', '151606.105000', '151606.107000', '151606.110000', '151606.113000', '151606.116000', '151606.119000', '151606.122000', '151606.125000', '151606.128000', '151606.130000', '151606.133000', '151606.136000', '151606.139000', '151606.142000', '151606.145000', '151606.148000', '151606.150000', '151626.030000', '151626.033000', '151626.036000', '151626.039000', '151626.042000', '151626.045000', '151626.048000', '151626.050000', '151626.053000', '151626.056000', '151626.059000', '151626.062000', '151626.065000', '151626.068000', '151626.071000', '151626.074000', '151626.077000', '151626.080000', '151626.083000', '151626.086000', '151626.088000', '151626.091000', '151626.094000', '151626.097000', '151626.100000', '151626.103000', '151626.106000', '151626.109000', '151626.111000', '151626.114000', '151626.117000', '151626.120000', '151626.123000', '151626.126000', '151626.129000', '151626.132000', '151626.134000', '151626.137000', '151626.140000', '151626.143000', '151626.146000', '151626.149000', '151626.152000', '151626.155000', '151629.250000', '151629.254000', '151629.257000', '151629.260000', '151629.263000', '151629.266000', '151629.269000'], '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': [7240, 11314, 7791, 9068, 11226, 7102, 10581, 7238, 8005, 12227, 7342, 10670, 7332, 7201, 8597, 7264, 10902, 7370, 9981, 9052, 7200, 9965, 7846, 7213, 9669, 7335, 7344, 8289, 7254, 7441, 11254, 7384, 10836, 9447, 7238, 9223, 8005, 7294, 7181, 9290, 7653, 7359, 8982, 8659, 7376, 7572, 8969, 7645, 7330, 11488, 10803, 7593, 12553, 11934, 7324, 11408, 8893, 7434, 11066, 10145, 7348, 10458, 7284, 8220, 12115, 7479, 8666, 10920, 7328, 10268, 7298, 8034, 11110, 7295, 8300, 8132, 7214, 9305, 7322, 8950, 9369, 7217, 11462, 7281, 7131, 9362, 7374, 9350, 8096, 7292, 10117, 8017, 7220, 9545, 7449, 9419, 11956, 7313, 10749, 7541, 11320, 8947, 8653, 10728, 7416, 8130, 11115, 7225, 9910, 7326, 7900, 11935, 7451, 9132, 7443, 9237, 7263, 7898, 11361, 7417, 11773, 7383, 9286, 7937, 7737, 12447, 7926, 11512, 7382, 7276, 11444, 7392, 10220, 7339, 10698, 11176, 6985, 9947, 7185, 8615, 11508, 7249, 11112, 7388, 7829, 9262, 7375, 7195, 9660, 7416, 10860, 11507, 7195, 10871, 7428, 8944, 9478, 7354, 10501, 7246, 8406, 9504, 7303, 10642, 7601, 7172, 11377, 7386, 10887, 7761, 7126, 8996, 7273, 7853, 8644, 7388, 11112, 8094, 7160, 9468, 7373, 10638, 8103, 7119, 10004, 7147, 10614, 7315, 7979, 8740, 7276, 7849, 7442, 7275, 11976, 7351, 9910, 7386, 10395, 7406, 8710, 8519, 9034, 12798, 7296, 10390, 7448, 8799, 8050, 7248, 9481, 7195, 10156, 7731, 7336, 11087, 7267, 11005, 7315, 7187, 11566, 7274, 10680, 7173, 11264, 8112, 7917, 9091, 7125, 10056, 7166, 7634, 8626, 7251, 8610, 7897, 7195, 9563, 7365, 7198, 8609, 7440, 9806, 7480, 7661, 8371, 7811, 10408, 7328, 7564, 10455, 7260, 9311, 7373, 8759, 7388, 7226, 8585, 7257, 9489, 7552, 9738, 8309, 12644, 7214, 10012, 7226, 10272, 7183, 9353, 8578, 10481, 7975, 7079, 10498, 7340, 9907, 7285, 9739, 8002, 7178, 9486, 7231, 10398, 7351, 9899, 8948, 9320, 9431, 7256, 11315, 7136, 10673, 7184, 10390, 7305, 10586, 7280, 8504, 7429, 7288, 11053, 7443, 10824, 7363, 9243, 8249, 7215, 10983, 7428, 10338, 7253, 10968, 7358, 9164, 7329, 7209, 10464, 7357, 9858, 7445, 7845, 7493, 7095, 11311, 7314, 10829, 7619, 11476, 7272, 10884, 7360, 9118, 7490, 9189, 9070, 7680, 10920, 7271, 9941, 7256, 10047, 7452, 10755, 9847, 7158, 9954, 7276, 10529, 7384, 10923, 11180, 7217, 10390, 7349, 10969, 8036, 10664, 10958, 7644, 10348, 7255, 8275, 7783, 7338, 10568, 7239, 11262, 7374, 9439, 8152, 10770, 8807, 7856, 10104, 7124, 8997, 7283, 7224, 11580, 7327, 10575, 7374, 10319, 7877, 7205, 9132, 8003, 10601, 7109, 11072, 7194, 10367, 7809, 9280, 10549, 7327, 10888, 7347, 9556, 7356, 11464, 7936, 7607, 10142, 7254, 10258, 7420, 8675, 8026, 7634, 11296, 7488, 11026, 7406, 6978, 11167, 7589, 11080, 7190, 10039, 8248, 7074, 11881, 7229, 10401, 7359, 7234, 9339, 7298, 11335, 7525, 11244, 9333, 8462, 10620, 7200, 10993, 7233, 9773, 7364, 7089, 8519, 7192, 7661, 11276, 7370, 9983, 7410, 8752, 8844, 7277, 11051, 7370, 11161, 9411, 7798, 12001, 7300, 11665, 9237, 9037, 10022, 7124, 7862, 10692, 7159, 10968, 7340, 10640, 8520, 9395, 11082, 7135, 10711, 7229, 10951, 8827, 7391, 10634, 7249, 12140, 8030, 10682, 8807, 7158, 9947, 7315, 9633, 7432, 7584, 10401, 7215, 10232, 7518, 8746, 7717, 10835, 8572, 7545, 9981, 7281, 10985, 7481, 9185, 7566, 9694, 7273, 8270, 8139, 7263, 8688, 8024, 7093, 8536, 7327, 7184, 8418, 7232, 10075, 7260, 11021, 8050, 10657, 8937, 7299, 11148, 7418, 10691, 8461, 7781, 10469, 7384, 11075, 8222, 8145, 12229, 7555, 11631, 8140, 8826, 9544, 7503, 12200, 7696, 11592, 7897, 8198, 8555, 7209, 10186, 7381, 10114, 7489, 7405, 10853, 7253, 10508, 7240, 12021, 8681, 7237, 10164, 7174, 11756, 7821, 10492, 9975, 7253, 11204, 7163, 7145, 8918, 7112, 9910, 7245, 10643, 12001, 7192, 10730, 7291, 11976, 7455, 12121, 7863, 11675, 7582, 9573, 7518, 7191, 11274, 7224, 10162, 7866, 7148, 9583, 7167, 10691, 7267, 12443, 8435, 9486, 8453, 8583, 9067, 7905, 9386, 7077, 10604, 7433, 9289, 7371, 8856, 8002, 7135, 9580, 7012, 9769, 7162, 10011, 7294, 9762, 7338, 7863, 7156, 7096, 9671, 7044, 8370, 7451, 7163, 8519, 7406, 9216, 7835, 9406, 9283, 8660, 10636, 7124, 11760, 7887, 12527, 8757, 9900, 9570, 7986, 10272, 7045, 8329, 9662, 7134, 10312, 7247, 11589, 7990, 6973, 10966, 7025, 10850, 7325, 11232, 7790, 7924, 8865, 7146, 9692, 7148, 7957, 9945, 7093, 10334, 7137, 7162, 11490, 7118, 10761, 7133, 7458, 10737, 7075, 10586, 7592, 11790, 8877, 9829, 11684, 7316, 10205, 7152, 10269, 7328, 9707, 11105, 7196, 10281, 7286, 10300, 7337, 10220, 7985, 7207, 8949, 7182, 9468, 7226, 7561, 11379, 7131, 10289, 7277, 10304, 7695, 10347, 8532, 9062, 11924, 7190, 9706, 7279, 8396, 7269, 9316, 7661, 10645, 9045, 7934, 8542, 7196, 11056, 7224, 10007, 7409, 10170, 7435, 7166, 10640, 7135, 10872, 7270, 11285, 10782, 7298, 9633, 7373, 11188, 7298, 10200, 7532, 7364, 8755, 7182, 8873, 7371, 7213, 10935, 7356, 10288, 7177, 12016, 9050, 11027, 9448, 8797, 14233, 8358, 10576, 7634, 10747, 7511, 11061, 7354, 9937, 7977, 7194, 9705, 7323, 10565, 7367, 9855, 7249, 11211, 7991, 7111, 9628, 7266, 10813, 7377, 10151, 11982, 7543, 11483, 7392, 8939, 8976, 7098, 11480, 7697, 11719, 7697, 7873, 8709, 7220, 9577, 8053, 10057, 7194, 9721, 7062, 8664, 7070, 7070, 7431, 7028, 8337, 7063, 7239, 7241, 7138, 11384, 7197, 10105, 7182, 11352, 8323, 10924, 9547, 11799, 10616, 8317, 10586, 7200, 10215, 7199, 10931, 7423, 11360, 7055, 7336, 8884, 7003, 9836, 7260, 9622, 7260, 8684, 7155, 9822, 8095, 10886, 8423, 11373, 9070, 11494, 8267, 7389, 8247, 7088, 9653, 7051, 10443, 7068, 10614, 7184, 10285, 7129, 9506, 7258, 11298, 8622, 7210, 10572], 'WindowCenter': [4250.0, 4282.0, 4214.0, 4218.0, 4236.0, 4162.0, 4211.0, 4162.0, 4168.0, 4219.0, 4159.0, 4199.0, 4171.0, 4158.0, 4178.0, 4158.0, 4208.0, 4159.0, 4199.0, 4180.0, 4160.0, 4198.0, 4169.0, 4158.0, 4200.0, 4170.0, 4158.0, 4179.0, 4159.0, 4158.0, 4209.0, 4172.0, 4236.0, 4215.0, 4175.0, 4203.0, 4182.0, 4174.0, 4161.0, 4202.0, 4171.0, 4185.0, 4204.0, 4193.0, 4172.0, 4172.0, 4192.0, 4171.0, 4161.0, 4224.0, 4213.0, 4171.0, 4219.0, 4219.0, 4158.0, 4207.0, 4176.0, 4156.0, 4195.0, 4185.0, 4145.0, 4186.0, 4144.0, 4167.0, 4205.0, 4145.0, 4164.0, 4195.0, 4156.0, 4187.0, 4155.0, 4165.0, 4206.0, 4156.0, 4165.0, 4166.0, 4157.0, 4187.0, 4157.0, 4187.0, 4190.0, 4158.0, 4207.0, 4158.0, 4146.0, 4187.0, 4158.0, 4189.0, 4167.0, 4159.0, 4198.0, 4168.0, 4158.0, 4199.0, 4170.0, 4188.0, 4219.0, 4158.0, 4208.0, 4157.0, 4197.0, 4180.0, 4178.0, 4197.0, 4144.0, 4154.0, 4194.0, 4145.0, 4185.0, 4158.0, 4167.0, 4218.0, 4157.0, 4189.0, 4159.0, 4188.0, 4171.0, 4168.0, 4210.0, 4157.0, 4209.0, 4157.0, 4176.0, 4166.0, 4156.0, 4208.0, 4157.0, 4196.0, 4144.0, 4145.0, 4195.0, 4143.0, 4184.0, 4145.0, 4194.0, 4195.0, 4133.0, 4184.0, 4133.0, 4162.0, 4193.0, 4145.0, 4206.0, 4146.0, 4144.0, 4173.0, 4144.0, 4145.0, 4185.0, 4156.0, 4197.0, 4209.0, 4146.0, 4196.0, 4158.0, 4176.0, 4174.0, 4144.0, 4196.0, 4145.0, 4153.0, 4174.0, 4143.0, 4184.0, 4154.0, 4144.0, 4206.0, 4155.0, 4196.0, 4157.0, 4144.0, 4176.0, 4158.0, 4168.0, 4177.0, 4157.0, 4208.0, 4168.0, 4147.0, 4188.0, 4159.0, 4196.0, 4155.0, 4144.0, 4186.0, 4144.0, 4195.0, 4145.0, 4154.0, 4164.0, 4145.0, 4154.0, 4146.0, 4155.0, 4218.0, 4159.0, 4187.0, 4157.0, 4196.0, 4157.0, 4165.0, 4167.0, 4164.0, 4205.0, 4144.0, 4184.0, 4143.0, 4162.0, 4154.0, 4143.0, 4173.0, 4133.0, 4183.0, 4144.0, 4143.0, 4193.0, 4145.0, 4194.0, 4144.0, 4134.0, 4205.0, 4144.0, 4184.0, 4145.0, 4197.0, 4155.0, 4153.0, 4175.0, 4144.0, 4174.0, 4145.0, 4156.0, 4164.0, 4146.0, 4175.0, 4168.0, 4147.0, 4198.0, 4169.0, 4158.0, 4178.0, 4159.0, 4198.0, 4159.0, 4157.0, 4178.0, 4158.0, 4197.0, 4146.0, 4156.0, 4198.0, 4156.0, 4187.0, 4160.0, 4177.0, 4158.0, 4158.0, 4179.0, 4147.0, 4187.0, 4156.0, 4187.0, 4156.0, 4204.0, 4143.0, 4172.0, 4133.0, 4172.0, 4133.0, 4163.0, 4164.0, 4182.0, 4153.0, 4131.0, 4182.0, 4143.0, 4183.0, 4145.0, 4173.0, 4153.0, 4133.0, 4174.0, 4146.0, 4187.0, 4159.0, 4187.0, 4177.0, 4175.0, 4175.0, 4145.0, 4193.0, 4131.0, 4182.0, 4136.0, 4185.0, 4143.0, 4182.0, 4144.0, 4163.0, 4143.0, 4143.0, 4195.0, 4149.0, 4195.0, 4145.0, 4175.0, 4166.0, 4143.0, 4196.0, 4146.0, 4185.0, 4143.0, 4183.0, 4144.0, 4174.0, 4144.0, 4143.0, 4196.0, 4157.0, 4186.0, 4157.0, 4168.0, 4159.0, 4148.0, 4210.0, 4159.0, 4200.0, 4159.0, 4207.0, 4146.0, 4195.0, 4145.0, 4164.0, 4145.0, 4173.0, 4165.0, 4143.0, 4194.0, 4142.0, 4172.0, 4145.0, 4174.0, 4143.0, 4194.0, 4183.0, 4132.0, 4184.0, 4143.0, 4184.0, 4145.0, 4194.0, 4194.0, 4144.0, 4185.0, 4143.0, 4184.0, 4155.0, 4183.0, 4184.0, 4142.0, 4184.0, 4143.0, 4152.0, 4156.0, 4146.0, 4185.0, 4145.0, 4195.0, 4144.0, 4173.0, 4156.0, 4198.0, 4176.0, 4154.0, 4183.0, 4133.0, 4163.0, 4145.0, 4144.0, 4206.0, 4156.0, 4185.0, 4145.0, 4186.0, 4168.0, 4143.0, 4175.0, 4155.0, 4185.0, 4134.0, 4195.0, 4132.0, 4183.0, 4155.0, 4174.0, 4184.0, 4143.0, 4195.0, 4147.0, 4175.0, 4146.0, 4196.0, 4157.0, 4155.0, 4186.0, 4144.0, 4185.0, 4146.0, 4164.0, 4158.0, 4157.0, 4197.0, 4144.0, 4184.0, 4145.0, 4133.0, 4196.0, 4156.0, 4196.0, 4136.0, 4185.0, 4167.0, 4133.0, 4206.0, 4145.0, 4196.0, 4144.0, 4144.0, 4175.0, 4156.0, 4196.0, 4156.0, 4196.0, 4176.0, 4153.0, 4186.0, 4143.0, 4185.0, 4143.0, 4175.0, 4143.0, 4132.0, 4164.0, 4146.0, 4156.0, 4207.0, 4159.0, 4198.0, 4159.0, 4177.0, 4179.0, 4159.0, 4210.0, 4158.0, 4208.0, 4177.0, 4156.0, 4208.0, 4146.0, 4195.0, 4176.0, 4176.0, 4185.0, 4133.0, 4152.0, 4184.0, 4133.0, 4195.0, 4145.0, 4184.0, 4165.0, 4162.0, 4194.0, 4131.0, 4183.0, 4144.0, 4181.0, 4163.0, 4131.0, 4183.0, 4134.0, 4191.0, 4154.0, 4183.0, 4162.0, 4119.0, 4160.0, 4131.0, 4160.0, 4132.0, 4144.0, 4184.0, 4142.0, 4183.0, 4144.0, 4165.0, 4155.0, 4196.0, 4178.0, 4158.0, 4185.0, 4144.0, 4184.0, 4144.0, 4163.0, 4144.0, 4174.0, 4146.0, 4154.0, 4153.0, 4144.0, 4165.0, 4166.0, 4145.0, 4178.0, 4170.0, 4159.0, 4181.0, 4173.0, 4203.0, 4173.0, 4212.0, 4181.0, 4200.0, 4178.0, 4160.0, 4210.0, 4157.0, 4198.0, 4169.0, 4158.0, 4198.0, 4147.0, 4195.0, 4167.0, 4157.0, 4207.0, 4145.0, 4194.0, 4155.0, 4164.0, 4175.0, 4132.0, 4195.0, 4145.0, 4183.0, 4142.0, 4140.0, 4151.0, 4130.0, 4172.0, 4143.0, 4172.0, 4132.0, 4143.0, 4196.0, 4145.0, 4185.0, 4158.0, 4207.0, 4166.0, 4144.0, 4186.0, 4137.0, 4195.0, 4146.0, 4186.0, 4186.0, 4145.0, 4194.0, 4134.0, 4134.0, 4176.0, 4147.0, 4188.0, 4160.0, 4198.0, 4209.0, 4147.0, 4199.0, 4146.0, 4198.0, 4147.0, 4197.0, 4156.0, 4184.0, 4143.0, 4161.0, 4131.0, 4120.0, 4194.0, 4145.0, 4185.0, 4154.0, 4145.0, 4187.0, 4145.0, 4197.0, 4158.0, 4206.0, 4167.0, 4175.0, 4154.0, 4165.0, 4177.0, 4155.0, 4164.0, 4133.0, 4185.0, 4147.0, 4175.0, 4145.0, 4176.0, 4167.0, 4145.0, 4175.0, 4146.0, 4185.0, 4135.0, 4186.0, 4158.0, 4200.0, 4161.0, 4168.0, 4148.0, 4158.0, 4200.0, 4163.0, 4181.0, 4172.0, 4162.0, 4191.0, 4171.0, 4191.0, 4171.0, 4191.0, 4191.0, 4180.0, 4201.0, 4149.0, 4207.0, 4157.0, 4205.0, 4165.0, 4174.0, 4175.0, 4143.0, 4173.0, 4134.0, 4153.0, 4174.0, 4133.0, 4185.0, 4147.0, 4196.0, 4155.0, 4146.0, 4196.0, 4145.0, 4196.0, 4148.0, 4195.0, 4155.0, 4154.0, 4164.0, 4133.0, 4175.0, 4148.0, 4156.0, 4186.0, 4148.0, 4198.0, 4147.0, 4146.0, 4220.0, 4159.0, 4207.0, 4148.0, 4158.0, 4209.0, 4147.0, 4199.0, 4158.0, 4207.0, 4178.0, 4187.0, 4206.0, 4145.0, 4185.0, 4135.0, 4185.0, 4145.0, 4174.0, 4195.0, 4134.0, 4185.0, 4146.0, 4186.0, 4147.0, 4186.0, 4156.0, 4144.0, 4163.0, 4146.0, 4185.0, 4157.0, 4159.0, 4210.0, 4148.0, 4199.0, 4160.0, 4188.0, 4157.0, 4186.0, 4179.0, 4179.0, 4209.0, 4136.0, 4175.0, 4147.0, 4166.0, 4158.0, 4176.0, 4158.0, 4197.0, 4178.0, 4157.0, 4167.0, 4136.0, 4197.0, 4148.0, 4186.0, 4146.0, 4186.0, 4146.0, 4146.0, 4198.0, 4147.0, 4209.0, 4159.0, 4196.0, 4210.0, 4158.0, 4190.0, 4157.0, 4209.0, 4159.0, 4201.0, 4171.0, 4159.0, 4176.0, 4148.0, 4179.0, 4159.0, 4160.0, 4223.0, 4173.0, 4202.0, 4164.0, 4222.0, 4193.0, 4200.0, 4191.0, 4180.0, 4219.0, 4156.0, 4186.0, 4144.0, 4184.0, 4133.0, 4184.0, 4145.0, 4173.0, 4143.0, 4133.0, 4175.0, 4144.0, 4183.0, 4145.0, 4175.0, 4147.0, 4197.0, 4157.0, 4133.0, 4175.0, 4146.0, 4195.0, 4147.0, 4187.0, 4207.0, 4146.0, 4197.0, 4146.0, 4166.0, 4166.0, 4135.0, 4208.0, 4156.0, 4195.0, 4145.0, 4155.0, 4166.0, 4146.0, 4176.0, 4156.0, 4186.0, 4133.0, 4173.0, 4135.0, 4164.0, 4134.0, 4146.0, 4157.0, 4147.0, 4166.0, 4160.0, 4160.0, 4171.0, 4160.0, 4222.0, 4162.0, 4201.0, 4152.0, 4212.0, 4182.0, 4199.0, 4190.0, 4208.0, 4188.0, 4155.0, 4186.0, 4134.0, 4186.0, 4133.0, 4184.0, 4144.0, 4182.0, 4121.0, 4131.0, 4163.0, 4131.0, 4184.0, 4147.0, 4186.0, 4148.0, 4177.0, 4149.0, 4187.0, 4169.0, 4195.0, 4168.0, 4196.0, 4167.0, 4184.0, 4153.0, 4131.0, 4141.0, 4120.0, 4162.0, 4133.0, 4183.0, 4132.0, 4182.0, 4132.0, 4172.0, 4132.0, 4173.0, 4144.0, 4182.0, 4153.0, 4131.0, 4182.0], 'WindowWidth': [9462.0, 9482.0, 9375.0, 9365.0, 9383.0, 9278.0, 9339.0, 9272.0, 9277.0, 9345.0, 9264.0, 9316.0, 9281.0, 9262.0, 9288.0, 9260.0, 9327.0, 9265.0, 9315.0, 9289.0, 9264.0, 9314.0, 9275.0, 9261.0, 9320.0, 9281.0, 9260.0, 9291.0, 9265.0, 9261.0, 9328.0, 9287.0, 9378.0, 9348.0, 9295.0, 9332.0, 9298.0, 9286.0, 9269.0, 9324.0, 9282.0, 9307.0, 9331.0, 9316.0, 9285.0, 9287.0, 9312.0, 9281.0, 9266.0, 9356.0, 9341.0, 9279.0, 9341.0, 9340.0, 9257.0, 9321.0, 9279.0, 9253.0, 9304.0, 9290.0, 9236.0, 9290.0, 9235.0, 9265.0, 9315.0, 9238.0, 9261.0, 9302.0, 9253.0, 9293.0, 9251.0, 9265.0, 9321.0, 9253.0, 9264.0, 9268.0, 9254.0, 9296.0, 9257.0, 9298.0, 9303.0, 9259.0, 9324.0, 9259.0, 9240.0, 9296.0, 9261.0, 9303.0, 9271.0, 9261.0, 9312.0, 9273.0, 9260.0, 9315.0, 9278.0, 9298.0, 9342.0, 9260.0, 9326.0, 9257.0, 9307.0, 9288.0, 9284.0, 9308.0, 9234.0, 9246.0, 9300.0, 9235.0, 9289.0, 9258.0, 9270.0, 9339.0, 9256.0, 9300.0, 9262.0, 9299.0, 9281.0, 9273.0, 9330.0, 9258.0, 9327.0, 9256.0, 9279.0, 9266.0, 9252.0, 9323.0, 9254.0, 9306.0, 9235.0, 9236.0, 9301.0, 9229.0, 9286.0, 9237.0, 9300.0, 9301.0, 9218.0, 9286.0, 9219.0, 9254.0, 9296.0, 9235.0, 9318.0, 9239.0, 9233.0, 9271.0, 9233.0, 9235.0, 9290.0, 9255.0, 9309.0, 9326.0, 9240.0, 9307.0, 9258.0, 9276.0, 9274.0, 9232.0, 9304.0, 9238.0, 9244.0, 9272.0, 9233.0, 9286.0, 9247.0, 9235.0, 9319.0, 9252.0, 9304.0, 9254.0, 9235.0, 9278.0, 9261.0, 9275.0, 9283.0, 9258.0, 9326.0, 9274.0, 9243.0, 9299.0, 9262.0, 9306.0, 9251.0, 9234.0, 9290.0, 9232.0, 9303.0, 9237.0, 9245.0, 9259.0, 9236.0, 9247.0, 9238.0, 9252.0, 9339.0, 9260.0, 9295.0, 9257.0, 9307.0, 9255.0, 9262.0, 9267.0, 9260.0, 9314.0, 9232.0, 9284.0, 9230.0, 9252.0, 9245.0, 9230.0, 9268.0, 9217.0, 9283.0, 9232.0, 9229.0, 9295.0, 9236.0, 9298.0, 9234.0, 9220.0, 9316.0, 9233.0, 9287.0, 9238.0, 9306.0, 9250.0, 9243.0, 9274.0, 9234.0, 9271.0, 9235.0, 9252.0, 9260.0, 9237.0, 9276.0, 9275.0, 9243.0, 9313.0, 9277.0, 9259.0, 9286.0, 9262.0, 9312.0, 9262.0, 9256.0, 9285.0, 9258.0, 9307.0, 9241.0, 9252.0, 9310.0, 9252.0, 9297.0, 9265.0, 9282.0, 9260.0, 9258.0, 9288.0, 9241.0, 9295.0, 9253.0, 9296.0, 9251.0, 9312.0, 9229.0, 9265.0, 9215.0, 9266.0, 9218.0, 9255.0, 9258.0, 9277.0, 9243.0, 9210.0, 9279.0, 9230.0, 9283.0, 9237.0, 9268.0, 9245.0, 9218.0, 9273.0, 9239.0, 9294.0, 9264.0, 9295.0, 9281.0, 9273.0, 9274.0, 9232.0, 9295.0, 9210.0, 9278.0, 9224.0, 9285.0, 9231.0, 9278.0, 9233.0, 9256.0, 9231.0, 9231.0, 9303.0, 9244.0, 9301.0, 9236.0, 9275.0, 9263.0, 9231.0, 9303.0, 9238.0, 9287.0, 9231.0, 9283.0, 9231.0, 9269.0, 9232.0, 9231.0, 9306.0, 9256.0, 9291.0, 9256.0, 9271.0, 9262.0, 9244.0, 9328.0, 9261.0, 9315.0, 9259.0, 9321.0, 9239.0, 9300.0, 9235.0, 9259.0, 9237.0, 9268.0, 9261.0, 9228.0, 9298.0, 9227.0, 9266.0, 9235.0, 9271.0, 9231.0, 9298.0, 9284.0, 9214.0, 9285.0, 9229.0, 9285.0, 9237.0, 9298.0, 9299.0, 9234.0, 9287.0, 9230.0, 9284.0, 9248.0, 9282.0, 9284.0, 9228.0, 9283.0, 9229.0, 9242.0, 9253.0, 9239.0, 9289.0, 9234.0, 9301.0, 9235.0, 9270.0, 9250.0, 9308.0, 9278.0, 9245.0, 9283.0, 9217.0, 9256.0, 9234.0, 9233.0, 9318.0, 9255.0, 9289.0, 9238.0, 9292.0, 9269.0, 9232.0, 9276.0, 9248.0, 9287.0, 9218.0, 9299.0, 9214.0, 9280.0, 9249.0, 9272.0, 9284.0, 9231.0, 9300.0, 9240.0, 9274.0, 9240.0, 9303.0, 9254.0, 9248.0, 9290.0, 9234.0, 9288.0, 9240.0, 9260.0, 9256.0, 9255.0, 9307.0, 9232.0, 9285.0, 9236.0, 9218.0, 9305.0, 9252.0, 9303.0, 9224.0, 9288.0, 9265.0, 9218.0, 9316.0, 9236.0, 9303.0, 9234.0, 9233.0, 9275.0, 9253.0, 9304.0, 9251.0, 9305.0, 9280.0, 9243.0, 9289.0, 9229.0, 9285.0, 9230.0, 9274.0, 9230.0, 9214.0, 9258.0, 9241.0, 9251.0, 9322.0, 9261.0, 9312.0, 9261.0, 9281.0, 9287.0, 9260.0, 9329.0, 9258.0, 9324.0, 9281.0, 9250.0, 9323.0, 9239.0, 9300.0, 9278.0, 9278.0, 9288.0, 9217.0, 9240.0, 9285.0, 9217.0, 9300.0, 9235.0, 9284.0, 9259.0, 9252.0, 9296.0, 9211.0, 9279.0, 9232.0, 9277.0, 9255.0, 9212.0, 9282.0, 9217.0, 9290.0, 9245.0, 9282.0, 9251.0, 9191.0, 9247.0, 9209.0, 9247.0, 9214.0, 9233.0, 9285.0, 9228.0, 9282.0, 9235.0, 9262.0, 9251.0, 9302.0, 9283.0, 9256.0, 9288.0, 9232.0, 9283.0, 9230.0, 9254.0, 9232.0, 9271.0, 9240.0, 9246.0, 9244.0, 9233.0, 9262.0, 9267.0, 9239.0, 9285.0, 9279.0, 9264.0, 9294.0, 9286.0, 9324.0, 9288.0, 9335.0, 9296.0, 9316.0, 9283.0, 9262.0, 9329.0, 9257.0, 9310.0, 9273.0, 9255.0, 9308.0, 9241.0, 9302.0, 9266.0, 9254.0, 9318.0, 9234.0, 9300.0, 9248.0, 9259.0, 9274.0, 9213.0, 9300.0, 9235.0, 9280.0, 9226.0, 9221.0, 9234.0, 9206.0, 9267.0, 9231.0, 9264.0, 9214.0, 9230.0, 9303.0, 9237.0, 9287.0, 9257.0, 9320.0, 9265.0, 9232.0, 9289.0, 9225.0, 9300.0, 9238.0, 9292.0, 9289.0, 9233.0, 9298.0, 9219.0, 9220.0, 9278.0, 9242.0, 9298.0, 9263.0, 9310.0, 9324.0, 9242.0, 9311.0, 9238.0, 9306.0, 9239.0, 9304.0, 9249.0, 9281.0, 9227.0, 9248.0, 9208.0, 9193.0, 9296.0, 9235.0, 9287.0, 9245.0, 9236.0, 9296.0, 9238.0, 9308.0, 9256.0, 9317.0, 9267.0, 9274.0, 9246.0, 9261.0, 9279.0, 9247.0, 9256.0, 9216.0, 9288.0, 9243.0, 9275.0, 9235.0, 9278.0, 9268.0, 9235.0, 9275.0, 9238.0, 9288.0, 9222.0, 9290.0, 9260.0, 9319.0, 9266.0, 9273.0, 9246.0, 9262.0, 9317.0, 9273.0, 9297.0, 9286.0, 9270.0, 9308.0, 9284.0, 9307.0, 9283.0, 9307.0, 9309.0, 9289.0, 9318.0, 9245.0, 9320.0, 9255.0, 9314.0, 9262.0, 9270.0, 9274.0, 9230.0, 9267.0, 9218.0, 9243.0, 9272.0, 9217.0, 9288.0, 9241.0, 9304.0, 9250.0, 9239.0, 9305.0, 9237.0, 9303.0, 9245.0, 9302.0, 9250.0, 9246.0, 9260.0, 9216.0, 9274.0, 9246.0, 9252.0, 9293.0, 9246.0, 9312.0, 9244.0, 9241.0, 9343.0, 9264.0, 9324.0, 9247.0, 9259.0, 9327.0, 9242.0, 9311.0, 9258.0, 9322.0, 9283.0, 9292.0, 9317.0, 9234.0, 9286.0, 9222.0, 9288.0, 9237.0, 9272.0, 9300.0, 9220.0, 9286.0, 9237.0, 9289.0, 9243.0, 9292.0, 9253.0, 9232.0, 9258.0, 9238.0, 9289.0, 9255.0, 9259.0, 9327.0, 9244.0, 9312.0, 9263.0, 9297.0, 9257.0, 9292.0, 9286.0, 9288.0, 9324.0, 9223.0, 9275.0, 9240.0, 9264.0, 9256.0, 9278.0, 9258.0, 9307.0, 9283.0, 9253.0, 9266.0, 9225.0, 9305.0, 9242.0, 9292.0, 9239.0, 9290.0, 9238.0, 9238.0, 9309.0, 9242.0, 9326.0, 9262.0, 9306.0, 9329.0, 9258.0, 9300.0, 9255.0, 9326.0, 9260.0, 9318.0, 9280.0, 9261.0, 9279.0, 9245.0, 9287.0, 9262.0, 9264.0, 9352.0, 9286.0, 9322.0, 9275.0, 9350.0, 9311.0, 9316.0, 9307.0, 9288.0, 9339.0, 9251.0, 9289.0, 9231.0, 9282.0, 9214.0, 9280.0, 9235.0, 9267.0, 9230.0, 9215.0, 9273.0, 9233.0, 9281.0, 9234.0, 9273.0, 9243.0, 9307.0, 9254.0, 9218.0, 9275.0, 9237.0, 9300.0, 9240.0, 9295.0, 9321.0, 9237.0, 9306.0, 9240.0, 9264.0, 9264.0, 9223.0, 9323.0, 9252.0, 9300.0, 9234.0, 9245.0, 9265.0, 9239.0, 9276.0, 9251.0, 9289.0, 9216.0, 9268.0, 9221.0, 9258.0, 9219.0, 9240.0, 9256.0, 9243.0, 9267.0, 9264.0, 9265.0, 9281.0, 9265.0, 9349.0, 9269.0, 9319.0, 9256.0, 9335.0, 9297.0, 9312.0, 9302.0, 9323.0, 9295.0, 9245.0, 9289.0, 9219.0, 9289.0, 9215.0, 9283.0, 9234.0, 9278.0, 9196.0, 9211.0, 9253.0, 9212.0, 9286.0, 9242.0, 9291.0, 9244.0, 9281.0, 9247.0, 9293.0, 9272.0, 9303.0, 9269.0, 9302.0, 9266.0, 9282.0, 9241.0, 9208.0, 9222.0, 9192.0, 9251.0, 9216.0, 9280.0, 9213.0, 9278.0, 9214.0, 9263.0, 9214.0, 9267.0, 9232.0, 9278.0, 9241.0, 9208.0, 9277.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.0005246375143843498</td></tr>
<tr><td colspan=3>aqi</td><td>0.016403152359033373</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.76910053642855</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2608072460253466</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0098558889746558</td></tr>
<tr><td colspan=3>efc</td><td>0.4788</td></tr>
<tr><td colspan=3>fber</td><td>4573.1099</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0957374975160168</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.380897583429229</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4998473662641953</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.527228757927989</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5505689391896977</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4217444016748995</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114586</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0021535849664360285</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.006986616645008326</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.9028563117380677</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>36.0323</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1479</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.2638</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300783.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.9224</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5847</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.8928</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3382.1887</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75761.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.4847</td></tr>
<tr><td colspan=3>tsnr</td><td>42.908950760029256</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>