ds005256-mriqc/sub-0123_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter b4bcf2976c [DATALAD RUNCMD] Compute MRIQC for sub-0123
=== 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-0123 --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-0123",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 13:10:01 +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-0123_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-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0123/figures/sub-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123/ses-01/func/sub-0123_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>3db7981eb9df4af481b68f4d6f777b4b</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>09:13:36.115000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999968, -0.00474902, 0.00649547, 0.00593397, 0.980447, -0.196692]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0734857</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>[4240, -7732, -7340, 176, -115, 64, -97, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.75</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5e9e92b9-d187-4c51-9871-5cfed2495232||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68284010887146, 0.015920398756861687, 0.01467281486839056, 110.75039672851562], [0.012741283513605595, 2.6304686069488525, -0.5311548113822937, -93.39981842041016], [0.017426880076527596, 0.5277098417282104, 2.647198438644409, -121.54998779296875], [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': ['091336.115000', '091336.575000', '091337.035000', '091337.495000', '091337.955000', '091338.415000', '091338.875000', '091339.335000', '091339.795000', '091340.255000', '091340.715000', '091341.175000', '091341.635000', '091342.095000', '091342.555000', '091343.015000', '091343.475000', '091343.935000', '091344.395000', '091344.855000', '091345.315000', '091345.775000', '091346.235000', '091346.695000', '091347.155000', '091347.615000', '091348.075000', '091348.535000', '091348.995000', '091349.455000', '091349.915000', '091350.375000', '091350.835000', '091351.295000', '091351.755000', '091352.215000', '091352.675000', '091353.135000', '091353.595000', '091354.055000', '091354.515000', '091354.975000', '091355.435000', '091355.895000', '091356.355000', '091356.815000', '091357.275000', '091357.735000', '091358.195000', '091358.655000', '091359.115000', '091359.575000', '091400.035000', '091400.495000', '091400.955000', '091401.415000', '091401.875000', '091402.335000', '091402.795000', '091403.255000', '091403.715000', '091404.175000', '091404.635000', '091405.095000', '091405.555000', '091406.015000', '091406.475000', '091406.935000', '091407.395000', '091407.855000', '091408.315000', '091408.775000', '091409.235000', '091409.695000', '091410.155000', '091410.615000', '091411.075000', '091411.535000', '091411.995000', '091412.455000', '091412.915000', '091413.375000', '091413.835000', '091414.295000', '091414.755000', '091415.215000', '091415.675000', '091416.135000', '091416.595000', '091417.055000', '091417.515000', '091417.975000', '091418.435000', '091418.895000', '091419.355000', '091419.815000', '091420.275000', '091420.735000', '091421.195000', '091421.655000', '091422.115000', '091422.575000', '091423.035000', '091423.495000', '091423.955000', '091424.415000', '091424.875000', '091425.335000', '091425.795000', '091426.255000', '091426.715000', '091427.175000', '091427.635000', '091428.095000', '091428.555000', '091429.015000', '091429.475000', '091429.935000', '091430.395000', '091430.855000', '091431.315000', '091431.775000', '091432.235000', '091432.695000', '091433.155000', '091433.615000', '091434.075000', '091434.535000', '091434.995000', '091435.455000', '091435.915000', '091436.375000', '091436.835000', '091437.295000', '091437.755000', '091438.215000', '091438.675000', '091439.135000', '091439.595000', '091440.055000', '091440.515000', '091440.975000', '091441.435000', '091441.895000', '091442.355000', '091442.815000', '091443.275000', '091443.735000', '091444.195000', '091444.655000', '091445.115000', '091445.575000', '091446.035000', '091446.495000', '091446.955000', '091447.415000', '091447.875000', '091448.335000', '091448.795000', '091449.255000', '091449.715000', '091450.175000', '091450.635000', '091451.095000', '091451.555000', '091452.015000', '091452.475000', '091452.935000', '091453.395000', '091453.855000', '091454.315000', '091454.775000', '091455.235000', '091455.695000', '091456.155000', '091456.615000', '091457.075000', '091457.535000', '091457.995000', '091458.455000', '091458.915000', '091459.375000', '091459.835000', '091500.295000', '091500.755000', '091501.215000', '091501.675000', '091502.135000', '091502.595000', '091503.055000', '091503.515000', '091503.975000', '091504.435000', '091504.895000', '091505.355000', '091505.815000', '091506.275000', '091506.735000', '091507.195000', '091507.655000', '091508.115000', '091508.575000', '091509.035000', '091509.495000', '091509.955000', '091510.415000', '091510.875000', '091511.335000', '091511.795000', '091512.255000', '091512.715000', '091513.175000', '091513.635000', '091514.095000', '091514.555000', '091515.015000', '091515.475000', '091515.935000', '091516.395000', '091516.855000', '091517.315000', '091517.775000', '091518.235000', '091518.695000', '091519.155000', '091519.615000', '091520.075000', '091520.535000', '091520.995000', '091521.455000', '091521.915000', '091522.375000', '091522.835000', '091523.295000', '091523.755000', '091524.215000', '091524.675000', '091525.135000', '091525.595000', '091526.055000', '091526.515000', '091526.975000', '091527.435000', '091527.895000', '091528.355000', '091528.815000', '091529.275000', '091529.735000', '091530.195000', '091530.655000', '091531.115000', '091531.575000', '091532.035000', '091532.495000', '091532.955000', '091533.415000', '091533.875000', '091534.335000', '091534.795000', '091535.255000', '091535.715000', '091536.175000', '091536.635000', '091537.095000', '091537.555000', '091538.015000', '091538.475000', '091538.935000', '091539.395000', '091539.855000', '091540.315000', '091540.775000', '091541.235000', '091541.695000', '091542.155000', '091542.615000', '091543.075000', '091543.535000', '091543.995000', '091544.455000', '091544.915000', '091545.375000', '091545.835000', '091546.295000', '091546.755000', '091547.215000', '091547.675000', '091548.135000', '091548.595000', '091549.055000', '091549.515000', '091549.975000', '091550.435000', '091550.895000', '091551.355000', '091551.815000', '091552.275000', '091552.735000', '091553.195000', '091553.655000', '091554.115000', '091554.575000', '091555.035000', '091555.495000', '091555.955000', '091556.415000', '091556.875000', '091557.335000', '091557.795000', '091558.255000', '091558.715000', '091559.175000', '091559.635000', '091600.095000', '091600.555000', '091601.015000', '091601.475000', '091601.935000', '091602.395000', '091602.855000', '091603.315000', '091603.775000', '091604.235000', '091604.695000', '091605.155000', '091605.615000', '091606.075000', '091606.535000', '091606.995000', '091607.455000', '091607.915000', '091608.375000', '091608.835000', '091609.295000', '091609.755000', '091610.215000', '091610.675000', '091611.135000', '091611.595000', '091612.055000', '091612.515000', '091612.975000', '091613.435000', '091613.895000', '091614.355000', '091614.815000', '091615.275000', '091615.735000', '091616.195000', '091616.655000', '091617.115000', '091617.575000', '091618.035000', '091618.495000', '091618.955000', '091619.415000', '091619.875000', '091620.335000', '091620.795000', '091621.255000', '091621.715000', '091622.175000', '091622.635000', '091623.095000', '091623.555000', '091624.015000', '091624.475000', '091624.935000', '091625.395000', '091625.855000', '091626.315000', '091626.775000', '091627.235000', '091627.695000', '091628.155000', '091628.615000', '091629.075000', '091629.535000', '091629.995000', '091630.455000', '091630.915000', '091631.375000', '091631.835000', '091632.295000', '091632.755000', '091633.215000', '091633.675000', '091634.135000', '091634.595000', '091635.055000', '091635.515000', '091635.975000', '091636.435000', '091636.895000', '091637.355000', '091637.815000', '091638.275000', '091638.735000', '091639.195000', '091639.655000', '091640.115000', '091640.575000', '091641.035000', '091641.495000', '091641.955000', '091642.415000', '091642.875000', '091643.335000', '091643.795000', '091644.255000', '091644.715000', '091645.175000', '091645.635000', '091646.095000', '091646.555000', '091647.015000', '091647.475000', '091647.935000', '091648.395000', '091648.855000', '091649.315000', '091649.775000', '091650.235000', '091650.695000', '091651.155000', '091651.615000', '091652.075000', '091652.535000', '091652.995000', '091653.455000', '091653.915000', '091654.375000', '091654.835000', '091655.295000', '091655.755000', '091656.215000', '091656.675000', '091657.135000', '091657.595000', '091658.055000', '091658.515000', '091658.975000', '091659.435000', '091659.895000', '091700.355000', '091700.815000', '091701.275000', '091701.735000', '091702.195000', '091702.655000', '091703.115000', '091703.575000', '091704.035000', '091704.495000', '091704.955000', '091705.415000', '091705.875000', '091706.335000', '091706.795000', '091707.255000', '091707.715000', '091708.175000', '091708.635000', '091709.095000', '091709.555000', '091710.015000', '091710.475000', '091710.935000', '091711.395000', '091711.855000', '091712.315000', '091712.775000', '091713.235000', '091713.695000', '091714.155000', '091714.615000', '091715.075000', '091715.535000', '091715.995000', '091716.455000', '091716.915000', '091717.375000', '091717.835000', '091718.295000', '091718.755000', '091719.215000', '091719.675000', '091720.135000', '091720.595000', '091721.055000', '091721.515000', '091721.975000', '091722.435000', '091722.895000', '091723.355000', '091723.815000', '091724.275000', '091724.735000', '091725.195000', '091725.655000', '091726.115000', '091726.575000', '091727.035000', '091727.495000', '091727.955000', '091728.415000', '091728.875000', '091729.335000', '091729.795000', '091730.255000', '091730.715000', '091731.175000', '091731.635000', '091732.095000', '091732.555000', '091733.015000', '091733.475000', '091733.935000', '091734.395000', '091734.855000', '091735.315000', '091735.775000', '091736.235000', '091736.695000', '091737.155000', '091737.615000', '091738.075000', '091738.535000', '091738.995000', '091739.455000', '091739.915000', '091740.375000', '091740.835000', '091741.295000', '091741.755000', '091742.215000', '091742.675000', '091743.135000', '091743.595000', '091744.055000', '091744.515000', '091744.975000', '091745.435000', '091745.895000', '091746.355000', '091746.815000', '091747.275000', '091747.735000', '091748.195000', '091748.655000', '091749.115000', '091749.575000', '091750.035000', '091750.495000', '091750.955000', '091751.415000', '091751.875000', '091752.335000', '091752.795000', '091753.255000', '091753.715000', '091754.175000', '091754.635000', '091755.095000', '091755.555000', '091756.015000', '091756.475000', '091756.935000', '091757.395000', '091757.855000', '091758.315000', '091758.775000', '091759.235000', '091759.695000', '091800.155000', '091800.615000', '091801.075000', '091801.535000', '091801.995000', '091802.455000', '091802.915000', '091803.375000', '091803.835000', '091804.295000', '091804.755000', '091805.215000', '091805.675000', '091806.135000', '091806.595000', '091807.055000', '091807.515000', '091807.975000', '091808.435000', '091808.895000', '091809.355000', '091809.815000', '091810.275000', '091810.735000', '091811.195000', '091811.655000', '091812.115000', '091812.575000', '091813.035000', '091813.495000', '091813.955000', '091814.415000', '091814.875000', '091815.335000', '091815.795000', '091816.255000', '091816.715000', '091817.175000', '091817.635000', '091818.095000', '091818.555000', '091819.015000', '091819.475000', '091819.935000', '091820.395000', '091820.855000', '091821.315000', '091821.775000', '091822.235000', '091822.695000', '091823.155000', '091823.615000', '091824.075000', '091824.535000', '091824.995000', '091825.455000', '091825.915000', '091826.375000', '091826.835000', '091827.295000', '091827.755000', '091828.215000', '091828.675000', '091829.135000', '091829.595000', '091830.055000', '091830.515000', '091830.975000', '091831.435000', '091831.895000', '091832.355000', '091832.815000', '091833.275000', '091833.735000', '091834.195000', '091834.655000', '091835.115000', '091835.575000', '091836.035000', '091836.495000', '091836.955000', '091837.415000', '091837.875000', '091838.335000', '091838.795000', '091839.255000', '091839.715000', '091840.175000', '091840.635000', '091841.095000', '091841.555000', '091842.015000', '091842.475000', '091842.935000', '091843.395000', '091843.855000', '091844.315000', '091844.775000', '091845.235000', '091845.695000', '091846.155000', '091846.615000', '091847.075000', '091847.535000', '091847.995000', '091848.455000', '091848.915000', '091849.375000', '091849.835000', '091850.295000', '091850.755000', '091851.215000', '091851.675000', '091852.135000', '091852.595000', '091853.055000', '091853.515000', '091853.975000', '091854.435000', '091854.895000', '091855.355000', '091855.815000', '091856.275000', '091856.735000', '091857.195000', '091857.655000', '091858.115000', '091858.575000', '091859.035000', '091859.495000', '091859.955000', '091900.415000', '091900.875000', '091901.335000', '091901.795000', '091902.255000', '091902.715000', '091903.175000', '091903.635000', '091904.095000', '091904.555000', '091905.015000', '091905.475000', '091905.935000', '091906.395000', '091906.855000', '091907.315000', '091907.775000', '091908.235000', '091908.695000', '091909.155000', '091909.615000', '091910.075000', '091910.535000', '091910.995000', '091911.455000', '091911.915000', '091912.375000', '091912.835000', '091913.295000', '091913.755000', '091914.215000', '091914.675000', '091915.135000', '091915.595000', '091916.055000', '091916.515000', '091916.975000', '091917.435000', '091917.895000', '091918.355000', '091918.815000', '091919.275000', '091919.735000', '091920.195000', '091920.655000', '091921.115000', '091921.575000', '091922.035000', '091922.495000', '091922.955000', '091923.415000', '091923.875000', '091924.335000', '091924.795000', '091925.255000', '091925.715000', '091926.175000', '091926.635000', '091927.095000', '091927.555000', '091928.015000', '091928.475000', '091928.935000', '091929.395000', '091929.855000', '091930.315000', '091930.775000', '091931.235000', '091931.695000', '091932.155000', '091932.615000', '091933.075000', '091933.535000', '091933.995000', '091934.455000', '091934.915000', '091935.375000', '091935.835000', '091936.295000', '091936.755000', '091937.215000', '091937.675000', '091938.135000', '091938.595000', '091939.055000', '091939.515000', '091939.975000', '091940.435000', '091940.895000', '091941.355000', '091941.815000', '091942.275000', '091942.735000', '091943.195000', '091943.655000', '091944.115000', '091944.575000', '091945.035000', '091945.495000', '091945.955000', '091946.415000', '091946.875000', '091947.335000', '091947.795000', '091948.255000', '091948.715000', '091949.175000', '091949.635000', '091950.095000', '091950.555000', '091951.015000', '091951.475000', '091951.935000', '091952.395000', '091952.855000', '091953.315000', '091953.775000', '091954.235000', '091954.695000', '091955.155000', '091955.615000', '091956.075000', '091956.535000', '091956.995000', '091957.455000', '091957.915000', '091958.375000', '091958.835000', '091959.295000', '091959.755000', '092000.215000', '092000.675000', '092001.135000', '092001.595000', '092002.055000', '092002.515000', '092002.975000', '092003.435000', '092003.895000', '092004.355000', '092004.815000', '092005.275000', '092005.735000', '092006.195000', '092006.655000', '092007.115000', '092007.575000', '092008.035000', '092008.495000', '092008.955000', '092009.415000', '092009.875000', '092010.335000', '092010.795000', '092011.255000', '092011.715000', '092012.175000', '092012.635000', '092013.095000', '092013.555000', '092014.015000', '092014.475000', '092014.935000', '092015.395000', '092015.855000', '092016.315000', '092016.775000'], 'ContentTime': ['091350.737000', '091350.741000', '091350.744000', '091350.747000', '091350.761000', '091350.763000', '091350.766000', '091350.768000', '091350.771000', '091350.774000', '091350.776000', '091350.779000', '091350.781000', '091350.784000', '091350.787000', '091350.789000', '091350.792000', '091350.794000', '091350.797000', '091350.800000', '091350.802000', '091350.805000', '091350.807000', '091350.810000', '091350.813000', '091350.816000', '091350.819000', '091350.825000', '091350.828000', '091350.831000', '091410.682000', '091410.685000', '091410.688000', '091410.691000', '091410.694000', '091410.697000', '091410.699000', '091410.702000', '091410.704000', '091410.707000', '091410.710000', '091410.713000', '091410.716000', '091410.718000', '091410.721000', '091410.723000', '091410.726000', '091410.729000', '091410.731000', '091410.734000', '091410.737000', '091410.739000', '091410.742000', '091410.744000', '091410.747000', '091410.755000', '091410.758000', '091410.760000', '091410.763000', '091410.766000', '091410.768000', '091410.771000', '091410.774000', '091410.776000', '091410.779000', '091410.781000', '091410.784000', '091410.787000', '091410.789000', '091410.792000', '091410.794000', '091410.797000', '091410.799000', '091410.802000', '091430.681000', '091430.684000', '091430.687000', '091430.690000', '091430.692000', '091430.695000', '091430.698000', '091430.700000', '091430.703000', '091430.705000', '091430.708000', '091430.711000', '091430.713000', '091430.716000', '091430.719000', '091430.721000', '091430.724000', '091430.726000', '091430.729000', '091430.732000', '091430.734000', '091430.737000', '091430.740000', '091430.742000', '091430.745000', '091430.747000', '091430.754000', '091430.756000', '091430.759000', '091430.762000', '091430.764000', '091430.767000', '091430.769000', '091430.772000', '091430.775000', '091430.778000', '091430.780000', '091430.783000', '091430.786000', '091430.788000', '091430.791000', '091430.793000', '091430.796000', '091450.682000', '091450.685000', '091450.687000', '091450.690000', '091450.692000', '091450.695000', '091450.698000', '091450.701000', '091450.703000', '091450.706000', '091450.708000', '091450.711000', '091450.714000', '091450.716000', '091450.719000', '091450.722000', '091450.724000', '091450.727000', '091450.729000', '091450.732000', '091450.735000', '091450.737000', '091450.740000', '091450.743000', '091450.745000', '091450.748000', '091450.751000', '091450.753000', '091450.756000', '091450.759000', '091450.761000', '091450.764000', '091450.766000', '091450.769000', '091450.772000', '091450.774000', '091450.777000', '091450.779000', '091450.782000', '091450.785000', '091450.787000', '091450.790000', '091450.793000', '091510.682000', '091510.685000', '091510.693000', '091510.696000', '091510.699000', '091510.701000', '091510.704000', '091510.707000', '091510.709000', '091510.712000', '091510.715000', '091510.718000', '091510.720000', '091510.723000', '091510.725000', '091510.728000', '091510.731000', '091510.733000', '091510.736000', '091510.739000', '091510.741000', '091510.744000', '091510.747000', '091510.766000', '091510.768000', '091510.771000', '091510.774000', '091510.776000', '091510.779000', '091510.782000', '091510.784000', '091510.787000', '091510.789000', '091510.792000', '091510.795000', '091510.797000', '091510.800000', '091510.803000', '091510.805000', '091510.808000', '091510.810000', '091510.813000', '091510.816000', '091510.818000', '091530.683000', '091530.685000', '091530.688000', '091530.691000', '091530.693000', '091530.696000', '091530.699000', '091530.702000', '091530.704000', '091530.707000', '091530.709000', '091530.712000', '091530.715000', '091530.717000', '091530.720000', '091530.723000', '091530.725000', '091530.728000', '091530.731000', '091530.733000', '091530.736000', '091530.739000', '091530.742000', '091530.744000', '091530.747000', '091530.749000', '091530.752000', '091530.755000', '091530.757000', '091530.760000', '091530.763000', '091530.765000', '091530.768000', '091530.770000', '091530.773000', '091530.776000', '091530.778000', '091530.781000', '091530.784000', '091530.786000', '091530.789000', '091530.792000', '091530.794000', '091530.797000', '091550.683000', '091550.685000', '091550.688000', '091550.691000', '091550.694000', '091550.696000', '091550.699000', '091550.701000', '091550.704000', '091550.707000', '091550.709000', '091550.712000', '091550.715000', '091550.717000', '091550.720000', '091550.723000', '091550.725000', '091550.728000', '091550.730000', '091550.733000', '091550.736000', '091550.738000', '091550.741000', '091550.744000', '091550.746000', '091550.749000', '091550.752000', '091550.754000', '091550.757000', '091550.760000', '091550.762000', '091550.765000', '091550.768000', '091550.770000', '091550.773000', '091550.775000', '091550.779000', '091550.781000', '091550.784000', '091550.786000', '091550.789000', '091550.792000', '091550.794000', '091610.683000', '091610.685000', '091610.688000', '091610.691000', '091610.693000', '091610.696000', '091610.699000', '091610.701000', '091610.704000', '091610.707000', '091610.709000', '091610.712000', '091610.715000', '091610.717000', '091610.720000', '091610.723000', '091610.725000', '091610.728000', '091610.731000', '091610.733000', '091610.736000', '091610.739000', '091610.741000', '091610.744000', '091610.747000', '091610.749000', '091610.752000', '091610.755000', '091610.757000', '091610.760000', '091610.763000', '091610.765000', '091610.768000', '091610.771000', '091610.773000', '091610.776000', '091610.778000', '091610.781000', '091610.784000', '091610.786000', '091610.789000', '091610.792000', '091610.794000', '091610.797000', '091630.682000', '091630.685000', '091630.688000', '091630.691000', '091630.694000', '091630.696000', '091630.699000', '091630.701000', '091630.704000', '091630.707000', '091630.709000', '091630.712000', '091630.715000', '091630.717000', '091630.720000', '091630.723000', '091630.725000', '091630.728000', '091630.731000', '091630.733000', '091630.736000', '091630.739000', '091630.741000', '091630.744000', '091630.747000', '091630.749000', '091630.752000', '091630.755000', '091630.757000', '091630.760000', '091630.762000', '091630.765000', '091630.768000', '091630.771000', '091630.773000', '091630.776000', '091630.779000', '091630.781000', '091630.784000', '091630.787000', '091630.789000', '091630.792000', '091630.794000', '091650.682000', '091650.684000', '091650.687000', '091650.690000', '091650.693000', '091650.695000', '091650.698000', '091650.700000', '091650.703000', '091650.706000', '091650.708000', '091650.712000', '091650.716000', '091650.718000', '091650.721000', '091650.724000', '091650.726000', '091650.729000', '091650.738000', '091650.741000', '091650.744000', '091650.747000', '091650.749000', '091650.752000', '091650.755000', '091650.757000', '091650.760000', '091650.763000', '091650.765000', '091650.768000', '091650.771000', '091650.774000', '091650.776000', '091650.779000', '091650.782000', '091650.784000', '091650.787000', '091650.790000', '091650.792000', '091650.795000', '091650.797000', '091650.800000', '091650.803000', '091650.805000', '091710.682000', '091710.684000', '091710.687000', '091710.690000', '091710.693000', '091710.695000', '091710.698000', '091710.701000', '091710.703000', '091710.706000', '091710.709000', '091710.711000', '091710.714000', '091710.716000', '091710.719000', '091710.722000', '091710.724000', '091710.727000', '091710.730000', '091710.732000', '091710.735000', '091710.738000', '091710.740000', '091710.743000', '091710.746000', '091710.748000', '091710.751000', '091710.754000', '091710.756000', '091710.759000', '091710.762000', '091710.764000', '091710.767000', '091710.770000', '091710.772000', '091710.775000', '091710.778000', '091710.780000', '091710.783000', '091710.786000', '091710.788000', '091710.791000', '091710.794000', '091730.682000', '091730.684000', '091730.687000', '091730.690000', '091730.693000', '091730.695000', '091730.698000', '091730.701000', '091730.703000', '091730.706000', '091730.709000', '091730.711000', '091730.714000', '091730.717000', '091730.719000', '091730.722000', '091730.725000', '091730.727000', '091730.730000', '091730.733000', '091730.735000', '091730.738000', '091730.741000', '091730.743000', '091730.746000', '091730.749000', '091730.751000', '091730.754000', '091730.757000', '091730.759000', '091730.762000', '091730.765000', '091730.767000', '091730.770000', '091730.772000', '091730.775000', '091730.778000', '091730.780000', '091730.783000', '091730.786000', '091730.788000', '091730.791000', '091730.793000', '091730.796000', '091750.683000', '091750.686000', '091750.688000', '091750.691000', '091750.694000', '091750.696000', '091750.699000', '091750.701000', '091750.704000', '091750.707000', '091750.709000', '091750.712000', '091750.714000', '091750.717000', '091750.720000', '091750.723000', '091750.725000', '091750.728000', '091750.731000', '091750.733000', '091750.736000', '091750.739000', '091750.741000', '091750.744000', '091750.747000', '091750.749000', '091750.752000', '091750.755000', '091750.757000', '091750.768000', '091750.770000', '091750.773000', '091750.775000', '091750.778000', '091750.781000', '091750.783000', '091750.786000', '091750.789000', '091750.791000', '091750.794000', '091750.796000', '091750.799000', '091750.802000', '091810.683000', '091810.686000', '091810.688000', '091810.691000', '091810.694000', '091810.696000', '091810.699000', '091810.701000', '091810.704000', '091810.707000', '091810.709000', '091810.712000', '091810.715000', '091810.717000', '091810.720000', '091810.723000', '091810.726000', '091810.729000', '091810.732000', '091810.735000', '091810.738000', '091810.741000', '091810.743000', '091810.746000', '091810.748000', '091810.752000', '091810.755000', '091810.757000', '091810.760000', '091810.763000', '091810.766000', '091810.768000', '091810.771000', '091810.773000', '091810.776000', '091810.779000', '091810.781000', '091810.784000', '091810.787000', '091810.789000', '091810.792000', '091810.794000', '091810.797000', '091830.682000', '091830.686000', '091830.689000', '091830.692000', '091830.694000', '091830.697000', '091830.700000', '091830.702000', '091830.705000', '091830.708000', '091830.711000', '091830.713000', '091830.716000', '091830.719000', '091830.721000', '091830.724000', '091830.727000', '091830.729000', '091830.732000', '091830.735000', '091830.737000', '091830.740000', '091830.743000', '091830.745000', '091830.748000', '091830.750000', '091830.753000', '091830.756000', '091830.758000', '091830.761000', '091830.764000', '091830.766000', '091830.769000', '091830.772000', '091830.774000', '091830.777000', '091830.780000', '091830.782000', '091830.785000', '091830.788000', '091830.790000', '091830.793000', '091830.796000', '091830.798000', '091850.683000', '091850.686000', '091850.688000', '091850.691000', '091850.694000', '091850.696000', '091850.699000', '091850.702000', '091850.704000', '091850.707000', '091850.710000', '091850.712000', '091850.715000', '091850.718000', '091850.720000', '091850.723000', '091850.726000', '091850.728000', '091850.731000', '091850.734000', '091850.737000', '091850.739000', '091850.742000', '091850.745000', '091850.747000', '091850.750000', '091850.753000', '091850.756000', '091850.759000', '091850.761000', '091850.764000', '091850.767000', '091850.769000', '091850.772000', '091850.775000', '091850.777000', '091850.780000', '091850.783000', '091850.785000', '091850.788000', '091850.791000', '091850.794000', '091850.796000', '091910.682000', '091910.684000', '091910.687000', '091910.690000', '091910.693000', '091910.704000', '091910.706000', '091910.709000', '091910.712000', '091910.720000', '091910.722000', '091910.725000', '091910.728000', '091910.731000', '091910.733000', '091910.736000', '091910.739000', '091910.741000', '091910.744000', '091910.747000', '091910.749000', '091910.752000', '091910.755000', '091910.757000', '091910.760000', '091910.763000', '091910.765000', '091910.768000', '091910.771000', '091910.773000', '091910.776000', '091910.779000', '091910.781000', '091910.784000', '091910.787000', '091910.789000', '091910.792000', '091910.794000', '091910.797000', '091910.800000', '091910.803000', '091910.805000', '091910.808000', '091910.810000', '091930.682000', '091930.685000', '091930.688000', '091930.690000', '091930.693000', '091930.696000', '091930.698000', '091930.701000', '091930.704000', '091930.706000', '091930.709000', '091930.712000', '091930.715000', '091930.717000', '091930.720000', '091930.723000', '091930.726000', '091930.728000', '091930.731000', '091930.734000', '091930.737000', '091930.739000', '091930.742000', '091930.745000', '091930.747000', '091930.750000', '091930.753000', '091930.755000', '091930.758000', '091930.761000', '091930.764000', '091930.766000', '091930.769000', '091930.772000', '091930.774000', '091930.777000', '091930.780000', '091930.782000', '091930.785000', '091930.788000', '091930.791000', '091930.794000', '091930.796000', '091950.682000', '091950.684000', '091950.687000', '091950.690000', '091950.693000', '091950.697000', '091950.699000', '091950.702000', '091950.705000', '091950.707000', '091950.710000', '091950.713000', '091950.715000', '091950.718000', '091950.721000', '091950.729000', '091950.731000', '091950.734000', '091950.736000', '091950.739000', '091950.742000', '091950.744000', '091950.747000', '091950.749000', '091950.752000', '091950.755000', '091950.757000', '091950.760000', '091950.763000', '091950.765000', '091950.768000', '091950.771000', '091950.773000', '091950.776000', '091950.778000', '091950.781000', '091950.784000', '091950.786000', '091950.789000', '091950.792000', '091950.794000', '091950.797000', '091950.800000', '091950.802000', '092010.683000', '092010.686000', '092010.688000', '092010.691000', '092010.693000', '092010.696000', '092010.699000', '092010.701000', '092010.704000', '092010.707000', '092010.709000', '092010.712000', '092010.715000', '092010.717000', '092010.720000', '092010.723000', '092010.725000', '092010.728000', '092010.731000', '092010.733000', '092010.736000', '092010.739000', '092010.741000', '092010.744000', '092010.747000', '092010.749000', '092010.752000', '092010.754000', '092010.757000', '092010.760000', '092010.762000', '092010.765000', '092010.768000', '092010.770000', '092010.773000', '092010.776000', '092010.779000', '092010.782000', '092010.784000', '092010.787000', '092010.790000', '092010.792000', '092010.795000', '092017.663000', '092017.667000', '092017.670000', '092017.673000', '092017.676000', '092017.679000', '092017.682000', '092017.684000', '092017.687000', '092017.690000', '092017.693000', '092017.697000', '092017.700000', '092017.703000', '092017.706000', '092017.709000'], 'InstanceCreationTime': ['091350.737000', '091350.741000', '091350.744000', '091350.747000', '091350.761000', '091350.763000', '091350.766000', '091350.768000', '091350.771000', '091350.774000', '091350.776000', '091350.779000', '091350.781000', '091350.784000', '091350.787000', '091350.789000', '091350.792000', '091350.794000', '091350.797000', '091350.800000', '091350.802000', '091350.805000', '091350.807000', '091350.810000', '091350.813000', '091350.816000', '091350.819000', '091350.825000', '091350.828000', '091350.831000', '091410.682000', '091410.685000', '091410.688000', '091410.691000', '091410.694000', '091410.697000', '091410.699000', '091410.702000', '091410.704000', '091410.707000', '091410.710000', '091410.713000', '091410.716000', '091410.718000', '091410.721000', '091410.723000', '091410.726000', '091410.729000', '091410.731000', '091410.734000', '091410.737000', '091410.739000', '091410.742000', '091410.744000', '091410.747000', '091410.755000', '091410.758000', '091410.760000', '091410.763000', '091410.766000', '091410.768000', '091410.771000', '091410.774000', '091410.776000', '091410.779000', '091410.781000', '091410.784000', '091410.787000', '091410.789000', '091410.792000', '091410.794000', '091410.797000', '091410.799000', '091410.802000', '091430.681000', '091430.684000', '091430.687000', '091430.690000', '091430.692000', '091430.695000', '091430.698000', '091430.700000', '091430.703000', '091430.705000', '091430.708000', '091430.711000', '091430.713000', '091430.716000', '091430.719000', '091430.721000', '091430.724000', '091430.726000', '091430.729000', '091430.732000', '091430.734000', '091430.737000', '091430.740000', '091430.742000', '091430.745000', '091430.747000', '091430.754000', '091430.756000', '091430.759000', '091430.762000', '091430.764000', '091430.767000', '091430.769000', '091430.772000', '091430.775000', '091430.778000', '091430.780000', '091430.783000', '091430.786000', '091430.788000', '091430.791000', '091430.793000', '091430.796000', '091450.682000', '091450.685000', '091450.687000', '091450.690000', '091450.692000', '091450.695000', '091450.698000', '091450.701000', '091450.703000', '091450.706000', '091450.708000', '091450.711000', '091450.714000', '091450.716000', '091450.719000', '091450.722000', '091450.724000', '091450.727000', '091450.729000', '091450.732000', '091450.735000', '091450.737000', '091450.740000', '091450.743000', '091450.745000', '091450.748000', '091450.751000', '091450.753000', '091450.756000', '091450.759000', '091450.761000', '091450.764000', '091450.766000', '091450.769000', '091450.772000', '091450.774000', '091450.777000', '091450.779000', '091450.782000', '091450.785000', '091450.787000', '091450.790000', '091450.793000', '091510.682000', '091510.685000', '091510.693000', '091510.696000', '091510.699000', '091510.701000', '091510.704000', '091510.707000', '091510.709000', '091510.712000', '091510.715000', '091510.718000', '091510.720000', '091510.723000', '091510.725000', '091510.728000', '091510.731000', '091510.733000', '091510.736000', '091510.739000', '091510.741000', '091510.744000', '091510.747000', '091510.766000', '091510.768000', '091510.771000', '091510.774000', '091510.776000', '091510.779000', '091510.782000', '091510.784000', '091510.787000', '091510.789000', '091510.792000', '091510.795000', '091510.797000', '091510.800000', '091510.803000', '091510.805000', '091510.808000', '091510.810000', '091510.813000', '091510.816000', '091510.818000', '091530.683000', '091530.685000', '091530.688000', '091530.691000', '091530.693000', '091530.696000', '091530.699000', '091530.702000', '091530.704000', '091530.707000', '091530.709000', '091530.712000', '091530.715000', '091530.717000', '091530.720000', '091530.723000', '091530.725000', '091530.728000', '091530.731000', '091530.733000', '091530.736000', '091530.739000', '091530.742000', '091530.744000', '091530.747000', '091530.749000', '091530.752000', '091530.755000', '091530.757000', '091530.760000', '091530.763000', '091530.765000', '091530.768000', '091530.770000', '091530.773000', '091530.776000', '091530.778000', '091530.781000', '091530.784000', '091530.786000', '091530.789000', '091530.792000', '091530.794000', '091530.797000', '091550.683000', '091550.685000', '091550.688000', '091550.691000', '091550.694000', '091550.696000', '091550.699000', '091550.701000', '091550.704000', '091550.707000', '091550.709000', '091550.712000', '091550.715000', '091550.717000', '091550.720000', '091550.723000', '091550.725000', '091550.728000', '091550.730000', '091550.733000', '091550.736000', '091550.738000', '091550.741000', '091550.744000', '091550.746000', '091550.749000', '091550.752000', '091550.754000', '091550.757000', '091550.760000', '091550.762000', '091550.765000', '091550.768000', '091550.770000', '091550.773000', '091550.775000', '091550.779000', '091550.781000', '091550.784000', '091550.786000', '091550.789000', '091550.792000', '091550.794000', '091610.683000', '091610.685000', '091610.688000', '091610.691000', '091610.693000', '091610.696000', '091610.699000', '091610.701000', '091610.704000', '091610.707000', '091610.709000', '091610.712000', '091610.715000', '091610.717000', '091610.720000', '091610.723000', '091610.725000', '091610.728000', '091610.731000', '091610.733000', '091610.736000', '091610.739000', '091610.741000', '091610.744000', '091610.747000', '091610.749000', '091610.752000', '091610.755000', '091610.757000', '091610.760000', '091610.763000', '091610.765000', '091610.768000', '091610.771000', '091610.773000', '091610.776000', '091610.778000', '091610.781000', '091610.784000', '091610.786000', '091610.789000', '091610.792000', '091610.794000', '091610.797000', '091630.682000', '091630.685000', '091630.688000', '091630.691000', '091630.694000', '091630.696000', '091630.699000', '091630.701000', '091630.704000', '091630.707000', '091630.709000', '091630.712000', '091630.715000', '091630.717000', '091630.720000', '091630.723000', '091630.725000', '091630.728000', '091630.731000', '091630.733000', '091630.736000', '091630.739000', '091630.741000', '091630.744000', '091630.747000', '091630.749000', '091630.752000', '091630.755000', '091630.757000', '091630.760000', '091630.762000', '091630.765000', '091630.768000', '091630.771000', '091630.773000', '091630.776000', '091630.779000', '091630.781000', '091630.784000', '091630.787000', '091630.789000', '091630.792000', '091630.794000', '091650.682000', '091650.684000', '091650.687000', '091650.690000', '091650.693000', '091650.695000', '091650.698000', '091650.700000', '091650.703000', '091650.706000', '091650.708000', '091650.712000', '091650.716000', '091650.718000', '091650.721000', '091650.724000', '091650.726000', '091650.729000', '091650.738000', '091650.741000', '091650.744000', '091650.747000', '091650.749000', '091650.752000', '091650.755000', '091650.757000', '091650.760000', '091650.763000', '091650.765000', '091650.768000', '091650.771000', '091650.774000', '091650.776000', '091650.779000', '091650.782000', '091650.784000', '091650.787000', '091650.790000', '091650.792000', '091650.795000', '091650.797000', '091650.800000', '091650.803000', '091650.805000', '091710.682000', '091710.684000', '091710.687000', '091710.690000', '091710.693000', '091710.695000', '091710.698000', '091710.701000', '091710.703000', '091710.706000', '091710.709000', '091710.711000', '091710.714000', '091710.716000', '091710.719000', '091710.722000', '091710.724000', '091710.727000', '091710.730000', '091710.732000', '091710.735000', '091710.738000', '091710.740000', '091710.743000', '091710.746000', '091710.748000', '091710.751000', '091710.754000', '091710.756000', '091710.759000', '091710.762000', '091710.764000', '091710.767000', '091710.770000', '091710.772000', '091710.775000', '091710.778000', '091710.780000', '091710.783000', '091710.786000', '091710.788000', '091710.791000', '091710.794000', '091730.682000', '091730.684000', '091730.687000', '091730.690000', '091730.693000', '091730.695000', '091730.698000', '091730.701000', '091730.703000', '091730.706000', '091730.709000', '091730.711000', '091730.714000', '091730.717000', '091730.719000', '091730.722000', '091730.725000', '091730.727000', '091730.730000', '091730.733000', '091730.735000', '091730.738000', '091730.741000', '091730.743000', '091730.746000', '091730.749000', '091730.751000', '091730.754000', '091730.757000', '091730.759000', '091730.762000', '091730.765000', '091730.767000', '091730.770000', '091730.772000', '091730.775000', '091730.778000', '091730.780000', '091730.783000', '091730.786000', '091730.788000', '091730.791000', '091730.793000', '091730.796000', '091750.683000', '091750.686000', '091750.688000', '091750.691000', '091750.694000', '091750.696000', '091750.699000', '091750.701000', '091750.704000', '091750.707000', '091750.709000', '091750.712000', '091750.714000', '091750.717000', '091750.720000', '091750.723000', '091750.725000', '091750.728000', '091750.731000', '091750.733000', '091750.736000', '091750.739000', '091750.741000', '091750.744000', '091750.747000', '091750.749000', '091750.752000', '091750.755000', '091750.757000', '091750.768000', '091750.770000', '091750.773000', '091750.775000', '091750.778000', '091750.781000', '091750.783000', '091750.786000', '091750.789000', '091750.791000', '091750.794000', '091750.796000', '091750.799000', '091750.802000', '091810.683000', '091810.686000', '091810.688000', '091810.691000', '091810.694000', '091810.696000', '091810.699000', '091810.701000', '091810.704000', '091810.707000', '091810.709000', '091810.712000', '091810.715000', '091810.717000', '091810.720000', '091810.723000', '091810.726000', '091810.729000', '091810.732000', '091810.735000', '091810.738000', '091810.741000', '091810.743000', '091810.746000', '091810.748000', '091810.752000', '091810.755000', '091810.757000', '091810.760000', '091810.763000', '091810.766000', '091810.768000', '091810.771000', '091810.773000', '091810.776000', '091810.779000', '091810.781000', '091810.784000', '091810.787000', '091810.789000', '091810.792000', '091810.794000', '091810.797000', '091830.682000', '091830.686000', '091830.689000', '091830.692000', '091830.694000', '091830.697000', '091830.700000', '091830.702000', '091830.705000', '091830.708000', '091830.711000', '091830.713000', '091830.716000', '091830.719000', '091830.721000', '091830.724000', '091830.727000', '091830.729000', '091830.732000', '091830.735000', '091830.737000', '091830.740000', '091830.743000', '091830.745000', '091830.748000', '091830.750000', '091830.753000', '091830.756000', '091830.758000', '091830.761000', '091830.764000', '091830.766000', '091830.769000', '091830.772000', '091830.774000', '091830.777000', '091830.780000', '091830.782000', '091830.785000', '091830.788000', '091830.790000', '091830.793000', '091830.796000', '091830.798000', '091850.683000', '091850.686000', '091850.688000', '091850.691000', '091850.694000', '091850.696000', '091850.699000', '091850.702000', '091850.704000', '091850.707000', '091850.710000', '091850.712000', '091850.715000', '091850.718000', '091850.720000', '091850.723000', '091850.726000', '091850.728000', '091850.731000', '091850.734000', '091850.737000', '091850.739000', '091850.742000', '091850.745000', '091850.747000', '091850.750000', '091850.753000', '091850.756000', '091850.759000', '091850.761000', '091850.764000', '091850.767000', '091850.769000', '091850.772000', '091850.775000', '091850.777000', '091850.780000', '091850.783000', '091850.785000', '091850.788000', '091850.791000', '091850.794000', '091850.796000', '091910.682000', '091910.684000', '091910.687000', '091910.690000', '091910.693000', '091910.704000', '091910.706000', '091910.709000', '091910.712000', '091910.720000', '091910.722000', '091910.725000', '091910.728000', '091910.731000', '091910.733000', '091910.736000', '091910.739000', '091910.741000', '091910.744000', '091910.747000', '091910.749000', '091910.752000', '091910.755000', '091910.757000', '091910.760000', '091910.763000', '091910.765000', '091910.768000', '091910.771000', '091910.773000', '091910.776000', '091910.779000', '091910.781000', '091910.784000', '091910.787000', '091910.789000', '091910.792000', '091910.794000', '091910.797000', '091910.800000', '091910.803000', '091910.805000', '091910.808000', '091910.810000', '091930.682000', '091930.685000', '091930.688000', '091930.690000', '091930.693000', '091930.696000', '091930.698000', '091930.701000', '091930.704000', '091930.706000', '091930.709000', '091930.712000', '091930.715000', '091930.717000', '091930.720000', '091930.723000', '091930.726000', '091930.728000', '091930.731000', '091930.734000', '091930.737000', '091930.739000', '091930.742000', '091930.745000', '091930.747000', '091930.750000', '091930.753000', '091930.755000', '091930.758000', '091930.761000', '091930.764000', '091930.766000', '091930.769000', '091930.772000', '091930.774000', '091930.777000', '091930.780000', '091930.782000', '091930.785000', '091930.788000', '091930.791000', '091930.794000', '091930.796000', '091950.682000', '091950.684000', '091950.687000', '091950.690000', '091950.693000', '091950.697000', '091950.699000', '091950.702000', '091950.705000', '091950.707000', '091950.710000', '091950.713000', '091950.715000', '091950.718000', '091950.721000', '091950.729000', '091950.731000', '091950.734000', '091950.736000', '091950.739000', '091950.742000', '091950.744000', '091950.747000', '091950.749000', '091950.752000', '091950.755000', '091950.757000', '091950.760000', '091950.763000', '091950.765000', '091950.768000', '091950.771000', '091950.773000', '091950.776000', '091950.778000', '091950.781000', '091950.784000', '091950.786000', '091950.789000', '091950.792000', '091950.794000', '091950.797000', '091950.800000', '091950.802000', '092010.683000', '092010.686000', '092010.688000', '092010.691000', '092010.693000', '092010.696000', '092010.699000', '092010.701000', '092010.704000', '092010.707000', '092010.709000', '092010.712000', '092010.715000', '092010.717000', '092010.720000', '092010.723000', '092010.725000', '092010.728000', '092010.731000', '092010.733000', '092010.736000', '092010.739000', '092010.741000', '092010.744000', '092010.747000', '092010.749000', '092010.752000', '092010.754000', '092010.757000', '092010.760000', '092010.762000', '092010.765000', '092010.768000', '092010.770000', '092010.773000', '092010.776000', '092010.779000', '092010.782000', '092010.784000', '092010.787000', '092010.790000', '092010.792000', '092010.795000', '092017.663000', '092017.667000', '092017.670000', '092017.673000', '092017.676000', '092017.679000', '092017.682000', '092017.684000', '092017.687000', '092017.690000', '092017.693000', '092017.697000', '092017.700000', '092017.703000', '092017.706000', '092017.709000'], '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': [10021, 7215, 13706, 7075, 11737, 7296, 10389, 7256, 10801, 7028, 12297, 7085, 9908, 7066, 8504, 7054, 8233, 6886, 7776, 6826, 7506, 12664, 7309, 13738, 8079, 12333, 8462, 8199, 7441, 6658, 7340, 7515, 7088, 12582, 6839, 13946, 8299, 13036, 10478, 13182, 9073, 11215, 6909, 11302, 7041, 11161, 7540, 10098, 8044, 9913, 7170, 9532, 6978, 8561, 7203, 10043, 7072, 12499, 6991, 11365, 7076, 9537, 7101, 8437, 6991, 8550, 7022, 9074, 6970, 8962, 7017, 8603, 7033, 8168, 7119, 9025, 6959, 12237, 7131, 11632, 6974, 8199, 7136, 6897, 7208, 10507, 7032, 12237, 7151, 10882, 7258, 10412, 7022, 10550, 6910, 11261, 7106, 11020, 7230, 11322, 7478, 13043, 7317, 12881, 6993, 11429, 7108, 10598, 7030, 8694, 7093, 7738, 8198, 7277, 10531, 7316, 10577, 7559, 6736, 7666, 6802, 7812, 6870, 7861, 6895, 7986, 6771, 8314, 8227, 10573, 7294, 12864, 7317, 11982, 6794, 10631, 6947, 10205, 6922, 11830, 7390, 11305, 8096, 11362, 8660, 7113, 8417, 6833, 12663, 8518, 10119, 7450, 8073, 7946, 13232, 8244, 14936, 8775, 13394, 8738, 12024, 9545, 11486, 9619, 9680, 7514, 6548, 7824, 6513, 8287, 6911, 8696, 6758, 8624, 7032, 9280, 6883, 10629, 6771, 11056, 7075, 11468, 7315, 13304, 7472, 11827, 6892, 10096, 7078, 9858, 7287, 10063, 7427, 10847, 7109, 12655, 7563, 11950, 6973, 9886, 6721, 9212, 7029, 8663, 6657, 8313, 6667, 7589, 9030, 7981, 8358, 8543, 6586, 8298, 6483, 8288, 6446, 8281, 6504, 7916, 11018, 7128, 15328, 8323, 14142, 10654, 13218, 10061, 12634, 7993, 11131, 7586, 10713, 8273, 10622, 7335, 9823, 6583, 8447, 6780, 8363, 7175, 8902, 7114, 9086, 6877, 9349, 6784, 7398, 6806, 8086, 7045, 9599, 6904, 10016, 6997, 10446, 7945, 12003, 8721, 13596, 8636, 13697, 9403, 14050, 10233, 14014, 10058, 13879, 9475, 13620, 9901, 10906, 8936, 7726, 7500, 7018, 8486, 6998, 10852, 7379, 10401, 7091, 7034, 7147, 6979, 7341, 7025, 7894, 6899, 8171, 7058, 8274, 6908, 8457, 7096, 8545, 7117, 9276, 7057, 10674, 6887, 9262, 6948, 8715, 7517, 8969, 7388, 7880, 8326, 6983, 9156, 6934, 9339, 7094, 10128, 7265, 11844, 7324, 12172, 7348, 12486, 8597, 9389, 6944, 7117, 7324, 6898, 8012, 7611, 8547, 6690, 8508, 6836, 8769, 6821, 9967, 6797, 12156, 6635, 10451, 6936, 9709, 6930, 9842, 7539, 10964, 8189, 11592, 7613, 7510, 7349, 6916, 8273, 7064, 8937, 7122, 10004, 7130, 10671, 7243, 11045, 7202, 11525, 7190, 12043, 7279, 12573, 8225, 13407, 7370, 10227, 7338, 8092, 7956, 7146, 8418, 7412, 11285, 6748, 10903, 6902, 10856, 7009, 11306, 6924, 11044, 6904, 10114, 6747, 9916, 7176, 10916, 6925, 6932, 7782, 6963, 8835, 6838, 8353, 7045, 8418, 7220, 10803, 7723, 7965, 8141, 6871, 8373, 6726, 8916, 6865, 10526, 7406, 11752, 7036, 10799, 7007, 8700, 7235, 7265, 7719, 6759, 8539, 6936, 9114, 6924, 11807, 7374, 13245, 7617, 12393, 7651, 9758, 7538, 7376, 7833, 7097, 8824, 6857, 9936, 7032, 11496, 7417, 12420, 7062, 10601, 7127, 8729, 7627, 7057, 8981, 6937, 9791, 7296, 9126, 7209, 6779, 8232, 6880, 9356, 7019, 12770, 7713, 11914, 7338, 8273, 7909, 7267, 10074, 6993, 11435, 6948, 10866, 7071, 11995, 7059, 13062, 7473, 12602, 6975, 11371, 7259, 11544, 9096, 10476, 8444, 8486, 8302, 9149, 8259, 11479, 8792, 12260, 9328, 8206, 8203, 7188, 7707, 6867, 7933, 7324, 9343, 6899, 12567, 6979, 12634, 7554, 8082, 7376, 6786, 7623, 6966, 9340, 6865, 10772, 6966, 12306, 7536, 13458, 7616, 13086, 8490, 12703, 9187, 9931, 10034, 8928, 13054, 8005, 12991, 8136, 12248, 8436, 11727, 7962, 11442, 7482, 11561, 8028, 10928, 6838, 9261, 6876, 9051, 6992, 10033, 7849, 10396, 7081, 10464, 7226, 10397, 7275, 11209, 7941, 11293, 8419, 11424, 8343, 10807, 8344, 11122, 8324, 10946, 7210, 10614, 7098, 10069, 7584, 10305, 8060, 10164, 8857, 7928, 7552, 7028, 7731, 6815, 8352, 7464, 10374, 7034, 11625, 6961, 11151, 7147, 11574, 7754, 9269, 7611, 6790, 7857, 6966, 9306, 6959, 12535, 7508, 13295, 7602, 12964, 7972, 11793, 9431, 7814, 7492, 7099, 9643, 7158, 8539, 7044, 6707, 8163, 6872, 10630, 6978, 12855, 7078, 12878, 7383, 10083, 7867, 6672, 8781, 6681, 8888, 7003, 8273, 7317, 6710, 8494, 6648, 9115, 7148, 11143, 7534, 8364, 7269, 7281, 8756, 7135, 12961, 8061, 13687, 9901, 7965, 10815, 7247, 7959, 7528, 6868, 8205, 6898, 8768, 7183, 9556, 8923, 11313, 8269, 12607, 7727, 13296, 8468, 13901, 10416, 13951, 10186, 11538, 8894, 9179, 8458, 8952, 8590, 7869, 8582, 7278, 10145, 6725, 9196, 6708, 8734, 6923, 8575, 6901, 8821, 7085, 9021, 7207, 9787, 7375, 8716, 7027, 6605, 7398, 6598, 8749, 6408, 9881, 6957, 10603, 7122, 12157, 7781, 11699, 8158, 9001, 7666, 6836, 8251, 6608, 10826, 6840, 12062, 7264, 7248, 8354, 6731, 12315, 6978, 11254, 7779, 7939, 8615, 6511, 12180, 6707, 12297, 7585, 9825, 7542, 6463, 8154, 6769, 9562, 7504, 7449, 7418, 6334, 8455, 6957, 10876, 7288, 8978, 7283, 6740, 9785, 6664, 13035, 7284, 13930, 9173, 9279, 8788, 6441, 12028, 7137, 13622, 9675, 14082, 8250, 11630, 8698, 11420, 8374, 6548, 9332, 6464, 9731, 6661, 12369, 7667, 13032, 6782, 11604, 7089, 9574, 7505, 6657, 8331, 6564, 8834, 6531, 11048, 7137, 12747, 7140, 12343, 7629, 12432, 9214, 12228, 7569, 12858, 7510, 11373, 8684, 11079, 8515, 9494, 7328, 6913, 7692, 6631, 8520, 6512, 11474, 6577, 11936, 7040, 13285, 8830, 14419, 8298, 12587, 7535, 10372, 7912, 7220, 8945, 6544, 9192, 7087, 12106, 7320, 6862, 8250, 6705, 13081, 7804, 11436, 7973, 7228, 8975, 6892, 12993, 7175, 13114, 7121, 12309, 7309, 10351, 7865, 6567, 8041, 6512, 8517, 7194, 10077, 7265, 7050, 7592, 6522, 9195, 7200, 12298, 7259, 8581, 7988, 6582, 9428, 6790, 10421, 7251, 12141, 7975, 8988, 7430, 6749, 8260, 6453, 10744, 6556], 'WindowCenter': [3963.0, 3929.0, 3965.0, 3901.0, 3952.0, 3902.0, 3930.0, 3898.0, 3938.0, 3896.0, 3938.0, 3899.0, 3927.0, 3899.0, 3918.0, 3900.0, 3920.0, 3899.0, 3909.0, 3900.0, 3912.0, 3950.0, 3910.0, 3960.0, 3910.0, 3949.0, 3920.0, 3908.0, 3899.0, 3899.0, 3910.0, 3898.0, 3900.0, 3948.0, 3899.0, 3960.0, 3921.0, 3961.0, 3940.0, 3948.0, 3918.0, 3939.0, 3899.0, 3939.0, 3899.0, 3938.0, 3908.0, 3928.0, 3908.0, 3928.0, 3897.0, 3929.0, 3898.0, 3917.0, 3896.0, 3927.0, 3897.0, 3948.0, 3897.0, 3939.0, 3897.0, 3928.0, 3897.0, 3917.0, 3895.0, 3919.0, 3898.0, 3918.0, 3898.0, 3918.0, 3900.0, 3917.0, 3898.0, 3919.0, 3897.0, 3919.0, 3899.0, 3949.0, 3898.0, 3949.0, 3897.0, 3918.0, 3911.0, 3910.0, 3910.0, 3939.0, 3911.0, 3963.0, 3911.0, 3951.0, 3910.0, 3941.0, 3911.0, 3942.0, 3900.0, 3951.0, 3900.0, 3942.0, 3900.0, 3940.0, 3898.0, 3949.0, 3899.0, 3949.0, 3897.0, 3938.0, 3897.0, 3926.0, 3886.0, 3905.0, 3884.0, 3897.0, 3906.0, 3897.0, 3927.0, 3896.0, 3926.0, 3908.0, 3885.0, 3907.0, 3897.0, 3909.0, 3897.0, 3920.0, 3910.0, 3920.0, 3899.0, 3920.0, 3920.0, 3940.0, 3909.0, 3949.0, 3897.0, 3947.0, 3898.0, 3938.0, 3911.0, 3939.0, 3912.0, 3951.0, 3912.0, 3953.0, 3932.0, 3952.0, 3930.0, 3911.0, 3932.0, 3911.0, 3963.0, 3932.0, 3942.0, 3911.0, 3920.0, 3920.0, 3960.0, 3920.0, 3960.0, 3917.0, 3948.0, 3919.0, 3948.0, 3927.0, 3936.0, 3929.0, 3929.0, 3910.0, 3889.0, 3908.0, 3900.0, 3918.0, 3912.0, 3932.0, 3913.0, 3933.0, 3913.0, 3932.0, 3911.0, 3941.0, 3901.0, 3940.0, 3898.0, 3950.0, 3898.0, 3948.0, 3896.0, 3938.0, 3897.0, 3927.0, 3899.0, 3929.0, 3909.0, 3927.0, 3907.0, 3940.0, 3899.0, 3949.0, 3907.0, 3948.0, 3896.0, 3926.0, 3900.0, 3929.0, 3911.0, 3919.0, 3897.0, 3920.0, 3899.0, 3910.0, 3931.0, 3919.0, 3917.0, 3918.0, 3897.0, 3920.0, 3900.0, 3921.0, 3901.0, 3932.0, 3900.0, 3933.0, 3952.0, 3913.0, 3984.0, 3935.0, 3973.0, 3951.0, 3961.0, 3943.0, 3951.0, 3922.0, 3939.0, 3908.0, 3938.0, 3918.0, 3939.0, 3909.0, 3929.0, 3898.0, 3916.0, 3898.0, 3919.0, 3898.0, 3918.0, 3895.0, 3918.0, 3898.0, 3930.0, 3912.0, 3910.0, 3912.0, 3920.0, 3912.0, 3942.0, 3912.0, 3942.0, 3913.0, 3941.0, 3923.0, 3961.0, 3933.0, 3962.0, 3932.0, 3960.0, 3930.0, 3958.0, 3929.0, 3949.0, 3928.0, 3947.0, 3917.0, 3947.0, 3929.0, 3927.0, 3918.0, 3894.0, 3895.0, 3897.0, 3917.0, 3898.0, 3938.0, 3910.0, 3938.0, 3898.0, 3898.0, 3898.0, 3900.0, 3911.0, 3911.0, 3922.0, 3911.0, 3919.0, 3911.0, 3920.0, 3911.0, 3920.0, 3911.0, 3932.0, 3913.0, 3931.0, 3924.0, 3953.0, 3914.0, 3944.0, 3913.0, 3932.0, 3924.0, 3945.0, 3923.0, 3934.0, 3934.0, 3913.0, 3946.0, 3915.0, 3943.0, 3913.0, 3954.0, 3925.0, 3965.0, 3923.0, 3965.0, 3926.0, 3977.0, 3946.0, 3943.0, 3914.0, 3914.0, 3924.0, 3913.0, 3935.0, 3924.0, 3947.0, 3914.0, 3936.0, 3914.0, 3932.0, 3914.0, 3942.0, 3913.0, 3965.0, 3914.0, 3955.0, 3926.0, 3944.0, 3926.0, 3954.0, 3938.0, 3980.0, 3951.0, 3979.0, 3939.0, 3925.0, 3926.0, 3927.0, 3947.0, 3926.0, 3948.0, 3926.0, 3957.0, 3926.0, 3967.0, 3926.0, 3967.0, 3926.0, 3966.0, 3915.0, 3964.0, 3924.0, 3965.0, 3936.0, 3975.0, 3927.0, 3954.0, 3924.0, 3922.0, 3923.0, 3912.0, 3934.0, 3912.0, 3954.0, 3914.0, 3954.0, 3914.0, 3952.0, 3912.0, 3953.0, 3912.0, 3953.0, 3912.0, 3942.0, 3913.0, 3942.0, 3914.0, 3967.0, 3927.0, 3927.0, 3937.0, 3928.0, 3957.0, 3929.0, 3948.0, 3929.0, 3937.0, 3927.0, 3966.0, 3938.0, 3936.0, 3935.0, 3912.0, 3935.0, 3916.0, 3946.0, 3915.0, 3957.0, 3926.0, 3978.0, 3929.0, 3968.0, 3927.0, 3948.0, 3940.0, 3940.0, 3939.0, 3928.0, 3950.0, 3929.0, 3950.0, 3928.0, 3979.0, 3941.0, 3990.0, 3938.0, 3979.0, 3938.0, 3958.0, 3939.0, 3928.0, 3937.0, 3927.0, 3948.0, 3918.0, 3957.0, 3928.0, 3969.0, 3928.0, 3979.0, 3930.0, 3969.0, 3928.0, 3948.0, 3939.0, 3928.0, 3956.0, 3929.0, 3970.0, 3940.0, 3960.0, 3940.0, 3929.0, 3950.0, 3928.0, 3960.0, 3940.0, 3990.0, 3941.0, 3979.0, 3939.0, 3947.0, 3937.0, 3927.0, 3958.0, 3926.0, 3967.0, 3927.0, 3967.0, 3926.0, 3967.0, 3927.0, 3977.0, 3926.0, 3976.0, 3925.0, 3965.0, 3926.0, 3967.0, 3949.0, 3966.0, 3963.0, 3946.0, 3950.0, 3959.0, 3949.0, 3968.0, 3947.0, 3977.0, 3946.0, 3947.0, 3947.0, 3928.0, 3937.0, 3917.0, 3937.0, 3937.0, 3960.0, 3925.0, 3989.0, 3926.0, 3978.0, 3937.0, 3949.0, 3940.0, 3929.0, 3939.0, 3928.0, 3956.0, 3929.0, 3969.0, 3928.0, 3979.0, 3939.0, 3990.0, 3938.0, 3977.0, 3949.0, 3978.0, 3946.0, 3955.0, 3945.0, 3935.0, 3963.0, 3921.0, 3962.0, 3923.0, 3952.0, 3921.0, 3951.0, 3910.0, 3940.0, 3910.0, 3939.0, 3908.0, 3940.0, 3898.0, 3929.0, 3914.0, 3932.0, 3913.0, 3944.0, 3935.0, 3955.0, 3928.0, 3954.0, 3925.0, 3954.0, 3926.0, 3968.0, 3937.0, 3955.0, 3937.0, 3966.0, 3937.0, 3968.0, 3937.0, 3956.0, 3937.0, 3956.0, 3927.0, 3955.0, 3926.0, 3956.0, 3936.0, 3955.0, 3938.0, 3957.0, 3958.0, 3937.0, 3938.0, 3927.0, 3938.0, 3927.0, 3946.0, 3935.0, 3970.0, 3928.0, 3979.0, 3929.0, 3969.0, 3930.0, 3981.0, 3942.0, 3960.0, 3940.0, 3930.0, 3950.0, 3931.0, 3960.0, 3929.0, 3980.0, 3940.0, 3989.0, 3940.0, 3978.0, 3947.0, 3978.0, 3959.0, 3939.0, 3928.0, 3939.0, 3959.0, 3941.0, 3950.0, 3928.0, 3928.0, 3949.0, 3930.0, 3970.0, 3929.0, 3990.0, 3930.0, 3980.0, 3939.0, 3968.0, 3938.0, 3926.0, 3948.0, 3928.0, 3960.0, 3940.0, 3961.0, 3940.0, 3928.0, 3960.0, 3941.0, 3960.0, 3942.0, 3993.0, 3950.0, 3951.0, 3939.0, 3941.0, 3960.0, 3938.0, 3990.0, 3949.0, 3990.0, 3958.0, 3938.0, 3967.0, 3937.0, 3938.0, 3939.0, 3926.0, 3949.0, 3926.0, 3948.0, 3929.0, 3959.0, 3946.0, 3968.0, 3935.0, 3966.0, 3924.0, 3962.0, 3922.0, 3949.0, 3930.0, 3949.0, 3929.0, 3926.0, 3906.0, 3906.0, 3905.0, 3906.0, 3906.0, 3894.0, 3906.0, 3882.0, 3914.0, 3873.0, 3905.0, 3886.0, 3904.0, 3897.0, 3906.0, 3896.0, 3919.0, 3899.0, 3919.0, 3910.0, 3940.0, 3912.0, 3933.0, 3913.0, 3911.0, 3924.0, 3913.0, 3944.0, 3915.0, 3957.0, 3927.0, 3969.0, 3929.0, 3977.0, 3938.0, 3978.0, 3938.0, 3947.0, 3938.0, 3915.0, 3937.0, 3927.0, 3970.0, 3928.0, 3989.0, 3940.0, 3939.0, 3949.0, 3929.0, 3990.0, 3940.0, 3979.0, 3950.0, 3952.0, 3948.0, 3917.0, 3989.0, 3929.0, 3990.0, 3938.0, 3970.0, 3940.0, 3918.0, 3948.0, 3930.0, 3971.0, 3950.0, 3950.0, 3953.0, 3943.0, 3962.0, 3942.0, 3981.0, 3951.0, 3973.0, 3953.0, 3942.0, 3984.0, 3941.0, 4001.0, 3954.0, 4013.0, 3973.0, 3962.0, 3959.0, 3919.0, 3991.0, 3938.0, 3992.0, 3972.0, 4000.0, 3950.0, 3978.0, 3949.0, 3979.0, 3938.0, 3914.0, 3947.0, 3916.0, 3957.0, 3916.0, 3977.0, 3937.0, 3978.0, 3916.0, 3966.0, 3925.0, 3957.0, 3926.0, 3915.0, 3936.0, 3926.0, 3946.0, 3916.0, 3970.0, 3927.0, 3979.0, 3927.0, 3976.0, 3939.0, 3978.0, 3956.0, 3976.0, 3936.0, 3978.0, 3938.0, 3977.0, 3948.0, 3965.0, 3948.0, 3956.0, 3926.0, 3926.0, 3936.0, 3926.0, 3947.0, 3916.0, 3980.0, 3928.0, 3978.0, 3928.0, 3979.0, 3947.0, 3988.0, 3936.0, 3976.0, 3938.0, 3967.0, 3938.0, 3928.0, 3945.0, 3917.0, 3957.0, 3928.0, 3978.0, 3938.0, 3929.0, 3960.0, 3942.0, 4000.0, 3950.0, 3980.0, 3949.0, 3936.0, 3946.0, 3928.0, 3978.0, 3925.0, 3975.0, 3926.0, 3977.0, 3926.0, 3956.0, 3937.0, 3924.0, 3936.0, 3918.0, 3947.0, 3940.0, 3969.0, 3952.0, 3939.0, 3940.0, 3918.0, 3961.0, 3954.0, 3992.0, 3941.0, 3962.0, 3953.0, 3930.0, 3961.0, 3931.0, 3981.0, 3951.0, 3991.0, 3951.0, 3960.0, 3940.0, 3929.0, 3948.0, 3930.0, 3981.0, 3916.0], 'WindowWidth': [8869.0, 8815.0, 8853.0, 8762.0, 8825.0, 8759.0, 8792.0, 8749.0, 8800.0, 8743.0, 8799.0, 8750.0, 8784.0, 8751.0, 8774.0, 8755.0, 8780.0, 8751.0, 8765.0, 8754.0, 8773.0, 8819.0, 8767.0, 8833.0, 8768.0, 8817.0, 8778.0, 8760.0, 8750.0, 8752.0, 8768.0, 8748.0, 8756.0, 8816.0, 8753.0, 8834.0, 8784.0, 8836.0, 8807.0, 8813.0, 8773.0, 8801.0, 8750.0, 8802.0, 8751.0, 8799.0, 8763.0, 8787.0, 8763.0, 8787.0, 8746.0, 8789.0, 8748.0, 8771.0, 8744.0, 8786.0, 8746.0, 8813.0, 8745.0, 8802.0, 8746.0, 8786.0, 8747.0, 8771.0, 8744.0, 8777.0, 8750.0, 8775.0, 8749.0, 8775.0, 8755.0, 8774.0, 8750.0, 8777.0, 8748.0, 8777.0, 8752.0, 8818.0, 8749.0, 8817.0, 8749.0, 8777.0, 8772.0, 8769.0, 8771.0, 8806.0, 8774.0, 8841.0, 8773.0, 8824.0, 8771.0, 8812.0, 8773.0, 8813.0, 8757.0, 8824.0, 8754.0, 8810.0, 8755.0, 8807.0, 8749.0, 8816.0, 8749.0, 8815.0, 8744.0, 8796.0, 8745.0, 8781.0, 8728.0, 8752.0, 8723.0, 8743.0, 8754.0, 8745.0, 8785.0, 8744.0, 8781.0, 8762.0, 8727.0, 8760.0, 8746.0, 8765.0, 8751.0, 8782.0, 8771.0, 8782.0, 8753.0, 8782.0, 8782.0, 8809.0, 8765.0, 8818.0, 8746.0, 8812.0, 8751.0, 8803.0, 8772.0, 8808.0, 8777.0, 8825.0, 8775.0, 8828.0, 8804.0, 8828.0, 8797.0, 8774.0, 8801.0, 8775.0, 8845.0, 8802.0, 8814.0, 8774.0, 8783.0, 8783.0, 8834.0, 8781.0, 8835.0, 8773.0, 8816.0, 8778.0, 8813.0, 8786.0, 8796.0, 8790.0, 8790.0, 8768.0, 8739.0, 8764.0, 8757.0, 8779.0, 8777.0, 8801.0, 8780.0, 8804.0, 8781.0, 8802.0, 8774.0, 8811.0, 8758.0, 8807.0, 8752.0, 8820.0, 8751.0, 8816.0, 8744.0, 8800.0, 8747.0, 8787.0, 8754.0, 8790.0, 8767.0, 8786.0, 8763.0, 8806.0, 8754.0, 8817.0, 8762.0, 8814.0, 8746.0, 8785.0, 8755.0, 8792.0, 8771.0, 8780.0, 8750.0, 8781.0, 8754.0, 8769.0, 8798.0, 8778.0, 8772.0, 8774.0, 8748.0, 8780.0, 8756.0, 8786.0, 8761.0, 8805.0, 8759.0, 8806.0, 8828.0, 8778.0, 8876.0, 8811.0, 8860.0, 8827.0, 8838.0, 8818.0, 8822.0, 8786.0, 8805.0, 8763.0, 8802.0, 8777.0, 8805.0, 8765.0, 8791.0, 8751.0, 8772.0, 8751.0, 8777.0, 8749.0, 8775.0, 8743.0, 8776.0, 8752.0, 8794.0, 8776.0, 8770.0, 8775.0, 8782.0, 8776.0, 8814.0, 8777.0, 8816.0, 8778.0, 8811.0, 8792.0, 8838.0, 8804.0, 8839.0, 8800.0, 8833.0, 8794.0, 8830.0, 8792.0, 8816.0, 8788.0, 8812.0, 8771.0, 8810.0, 8790.0, 8783.0, 8772.0, 8737.0, 8741.0, 8745.0, 8773.0, 8752.0, 8802.0, 8768.0, 8801.0, 8749.0, 8749.0, 8750.0, 8754.0, 8769.0, 8771.0, 8785.0, 8773.0, 8779.0, 8773.0, 8783.0, 8773.0, 8783.0, 8773.0, 8801.0, 8780.0, 8800.0, 8795.0, 8831.0, 8782.0, 8820.0, 8781.0, 8804.0, 8795.0, 8825.0, 8794.0, 8807.0, 8808.0, 8779.0, 8824.0, 8783.0, 8818.0, 8781.0, 8834.0, 8798.0, 8849.0, 8796.0, 8849.0, 8803.0, 8869.0, 8827.0, 8820.0, 8781.0, 8781.0, 8796.0, 8779.0, 8812.0, 8797.0, 8829.0, 8782.0, 8813.0, 8782.0, 8805.0, 8781.0, 8817.0, 8779.0, 8849.0, 8783.0, 8836.0, 8801.0, 8823.0, 8802.0, 8837.0, 8825.0, 8880.0, 8846.0, 8877.0, 8821.0, 8798.0, 8800.0, 8803.0, 8830.0, 8801.0, 8833.0, 8803.0, 8843.0, 8802.0, 8856.0, 8802.0, 8854.0, 8800.0, 8854.0, 8784.0, 8848.0, 8794.0, 8848.0, 8813.0, 8862.0, 8801.0, 8833.0, 8795.0, 8789.0, 8791.0, 8777.0, 8807.0, 8777.0, 8834.0, 8780.0, 8833.0, 8781.0, 8829.0, 8778.0, 8831.0, 8776.0, 8830.0, 8777.0, 8817.0, 8781.0, 8817.0, 8782.0, 8855.0, 8805.0, 8806.0, 8818.0, 8806.0, 8846.0, 8810.0, 8834.0, 8809.0, 8817.0, 8805.0, 8855.0, 8819.0, 8814.0, 8812.0, 8778.0, 8811.0, 8787.0, 8826.0, 8786.0, 8841.0, 8802.0, 8872.0, 8809.0, 8859.0, 8806.0, 8833.0, 8825.0, 8827.0, 8823.0, 8808.0, 8837.0, 8811.0, 8839.0, 8808.0, 8877.0, 8829.0, 8891.0, 8822.0, 8875.0, 8820.0, 8845.0, 8821.0, 8806.0, 8818.0, 8804.0, 8830.0, 8793.0, 8842.0, 8808.0, 8861.0, 8808.0, 8875.0, 8813.0, 8861.0, 8808.0, 8833.0, 8824.0, 8808.0, 8842.0, 8811.0, 8864.0, 8828.0, 8853.0, 8827.0, 8811.0, 8840.0, 8808.0, 8852.0, 8828.0, 8891.0, 8828.0, 8876.0, 8823.0, 8831.0, 8818.0, 8805.0, 8846.0, 8802.0, 8858.0, 8804.0, 8855.0, 8801.0, 8857.0, 8803.0, 8869.0, 8801.0, 8866.0, 8800.0, 8850.0, 8801.0, 8856.0, 8835.0, 8856.0, 8862.0, 8830.0, 8838.0, 8848.0, 8837.0, 8859.0, 8830.0, 8871.0, 8829.0, 8831.0, 8830.0, 8806.0, 8817.0, 8791.0, 8820.0, 8821.0, 8853.0, 8803.0, 8891.0, 8807.0, 8875.0, 8819.0, 8838.0, 8825.0, 8814.0, 8822.0, 8809.0, 8844.0, 8811.0, 8865.0, 8809.0, 8877.0, 8823.0, 8894.0, 8821.0, 8872.0, 8835.0, 8872.0, 8828.0, 8837.0, 8823.0, 8809.0, 8845.0, 8784.0, 8840.0, 8789.0, 8825.0, 8784.0, 8823.0, 8767.0, 8805.0, 8768.0, 8804.0, 8763.0, 8805.0, 8753.0, 8794.0, 8782.0, 8800.0, 8780.0, 8821.0, 8812.0, 8837.0, 8806.0, 8835.0, 8801.0, 8836.0, 8803.0, 8856.0, 8816.0, 8837.0, 8817.0, 8852.0, 8816.0, 8856.0, 8817.0, 8839.0, 8815.0, 8838.0, 8804.0, 8839.0, 8802.0, 8840.0, 8816.0, 8840.0, 8820.0, 8845.0, 8847.0, 8818.0, 8821.0, 8806.0, 8820.0, 8805.0, 8830.0, 8815.0, 8865.0, 8809.0, 8876.0, 8811.0, 8863.0, 8814.0, 8881.0, 8832.0, 8852.0, 8826.0, 8812.0, 8840.0, 8815.0, 8852.0, 8811.0, 8879.0, 8825.0, 8887.0, 8824.0, 8872.0, 8834.0, 8874.0, 8850.0, 8822.0, 8807.0, 8825.0, 8852.0, 8830.0, 8840.0, 8809.0, 8808.0, 8836.0, 8815.0, 8867.0, 8809.0, 8892.0, 8815.0, 8878.0, 8824.0, 8860.0, 8820.0, 8803.0, 8833.0, 8808.0, 8853.0, 8830.0, 8859.0, 8828.0, 8812.0, 8855.0, 8831.0, 8856.0, 8837.0, 8902.0, 8843.0, 8843.0, 8827.0, 8829.0, 8853.0, 8823.0, 8895.0, 8837.0, 8893.0, 8846.0, 8821.0, 8859.0, 8819.0, 8821.0, 8825.0, 8803.0, 8838.0, 8804.0, 8836.0, 8808.0, 8850.0, 8828.0, 8859.0, 8809.0, 8854.0, 8793.0, 8843.0, 8785.0, 8819.0, 8793.0, 8816.0, 8788.0, 8780.0, 8755.0, 8754.0, 8752.0, 8751.0, 8754.0, 8734.0, 8752.0, 8718.0, 8762.0, 8707.0, 8750.0, 8728.0, 8748.0, 8744.0, 8754.0, 8744.0, 8775.0, 8754.0, 8777.0, 8770.0, 8809.0, 8777.0, 8802.0, 8779.0, 8774.0, 8794.0, 8781.0, 8822.0, 8787.0, 8843.0, 8806.0, 8863.0, 8811.0, 8873.0, 8822.0, 8872.0, 8821.0, 8829.0, 8818.0, 8785.0, 8818.0, 8806.0, 8866.0, 8809.0, 8891.0, 8830.0, 8829.0, 8839.0, 8813.0, 8895.0, 8830.0, 8880.0, 8842.0, 8846.0, 8836.0, 8794.0, 8890.0, 8812.0, 8894.0, 8822.0, 8864.0, 8826.0, 8796.0, 8836.0, 8815.0, 8870.0, 8844.0, 8844.0, 8851.0, 8841.0, 8863.0, 8837.0, 8887.0, 8846.0, 8877.0, 8851.0, 8835.0, 8892.0, 8832.0, 8913.0, 8854.0, 8930.0, 8877.0, 8858.0, 8853.0, 8800.0, 8896.0, 8824.0, 8898.0, 8872.0, 8906.0, 8839.0, 8873.0, 8837.0, 8876.0, 8820.0, 8783.0, 8828.0, 8787.0, 8842.0, 8789.0, 8869.0, 8818.0, 8872.0, 8789.0, 8855.0, 8802.0, 8844.0, 8802.0, 8787.0, 8815.0, 8803.0, 8828.0, 8791.0, 8865.0, 8805.0, 8874.0, 8805.0, 8867.0, 8824.0, 8873.0, 8844.0, 8866.0, 8816.0, 8872.0, 8820.0, 8870.0, 8834.0, 8853.0, 8832.0, 8843.0, 8803.0, 8803.0, 8817.0, 8805.0, 8834.0, 8792.0, 8878.0, 8808.0, 8874.0, 8806.0, 8873.0, 8831.0, 8887.0, 8815.0, 8868.0, 8820.0, 8858.0, 8821.0, 8806.0, 8826.0, 8791.0, 8844.0, 8808.0, 8874.0, 8825.0, 8816.0, 8857.0, 8836.0, 8910.0, 8843.0, 8880.0, 8838.0, 8816.0, 8830.0, 8808.0, 8873.0, 8799.0, 8866.0, 8802.0, 8871.0, 8803.0, 8842.0, 8817.0, 8799.0, 8815.0, 8795.0, 8833.0, 8829.0, 8866.0, 8851.0, 8826.0, 8826.0, 8796.0, 8855.0, 8853.0, 8901.0, 8833.0, 8861.0, 8848.0, 8814.0, 8854.0, 8816.0, 8883.0, 8846.0, 8898.0, 8844.0, 8855.0, 8827.0, 8815.0, 8837.0, 8816.0, 8881.0, 8793.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.004385972382048331</td></tr>
<tr><td colspan=3>aqi</td><td>0.02673889620253165</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.85702965561055</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2288168008064535</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1073430423963146</td></tr>
<tr><td colspan=3>efc</td><td>0.4531</td></tr>
<tr><td colspan=3>fber</td><td>7715.0229</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08458512546344477</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.1070195627157653</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5750030917774187</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4535853051383314</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8339795687962983</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4374444013976273</td></tr>
<tr><td colspan=3>gcor</td><td>0.021415</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019699491560459137</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033007122576236725</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.8440289421668283</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>25.9506</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.4761</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.6586</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307986.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>766.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.8586</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3587</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.4691</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3207.3211</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68558.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1026.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4210.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>886.3032</td></tr>
<tr><td colspan=3>tsnr</td><td>37.7525858967565</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>