ds005256-mriqc/sub-0064_ses-03_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter b993479202 [DATALAD RUNCMD] Compute MRIQC for sub-0064
=== 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-0064 --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-0064",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:12:18 +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-0064_ses-03_task-social_acq-mb8_run-04_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-0064_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0064_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_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-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-04_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-0064/ses-03/func/sub-0064_ses-03_task-social_acq-mb8_run-04_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>7e5ff8a8687225586c3805628d470fa6</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:04:47.537500</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.997892, -0.050478, -0.0407824, 0.0502018, 0.998709, -0.00776815]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0819112</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4116, -7733, -7250, 563, -26, -99, -29, 118]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.288</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0e152a9a-15c4-4c48-b180-5e3471b5fdd6||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.677271604537964, 0.1346878558397293, -0.11102907359600067, 112.24956512451172], [0.1354287713766098, 2.6794629096984863, -0.01540195569396019, -98.00543975830078], [-0.10941623151302338, 0.020841389894485474, 2.697672128677368, -63.24856185913086], [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': ['090447.537500', '090447.997500', '090448.457500', '090448.917500', '090449.377500', '090449.837500', '090450.297500', '090450.757500', '090451.217500', '090451.677500', '090452.137500', '090452.597500', '090453.057500', '090453.517500', '090453.977500', '090454.437500', '090454.897500', '090455.357500', '090455.817500', '090456.277500', '090456.737500', '090457.197500', '090457.657500', '090458.117500', '090458.577500', '090459.037500', '090459.497500', '090459.957500', '090500.417500', '090500.877500', '090501.337500', '090501.797500', '090502.257500', '090502.717500', '090503.177500', '090503.637500', '090504.097500', '090504.557500', '090505.017500', '090505.477500', '090505.937500', '090506.397500', '090506.857500', '090507.317500', '090507.777500', '090508.237500', '090508.697500', '090509.157500', '090509.617500', '090510.077500', '090510.537500', '090510.997500', '090511.457500', '090511.917500', '090512.377500', '090512.837500', '090513.297500', '090513.757500', '090514.217500', '090514.677500', '090515.137500', '090515.597500', '090516.057500', '090516.517500', '090516.977500', '090517.437500', '090517.897500', '090518.357500', '090518.817500', '090519.277500', '090519.737500', '090520.197500', '090520.657500', '090521.117500', '090521.577500', '090522.037500', '090522.497500', '090522.957500', '090523.417500', '090523.877500', '090524.337500', '090524.797500', '090525.257500', '090525.717500', '090526.177500', '090526.637500', '090527.097500', '090527.557500', '090528.017500', '090528.477500', '090528.937500', '090529.397500', '090529.857500', '090530.317500', '090530.777500', '090531.237500', '090531.697500', '090532.157500', '090532.617500', '090533.077500', '090533.537500', '090533.997500', '090534.457500', '090534.917500', '090535.377500', '090535.837500', '090536.297500', '090536.757500', '090537.217500', '090537.677500', '090538.137500', '090538.597500', '090539.057500', '090539.517500', '090539.977500', '090540.437500', '090540.897500', '090541.357500', '090541.817500', '090542.277500', '090542.737500', '090543.197500', '090543.657500', '090544.117500', '090544.577500', '090545.037500', '090545.497500', '090545.957500', '090546.417500', '090546.877500', '090547.337500', '090547.797500', '090548.257500', '090548.717500', '090549.177500', '090549.637500', '090550.097500', '090550.557500', '090551.017500', '090551.477500', '090551.937500', '090552.397500', '090552.857500', '090553.317500', '090553.777500', '090554.237500', '090554.697500', '090555.157500', '090555.617500', '090556.077500', '090556.537500', '090556.997500', '090557.457500', '090557.917500', '090558.377500', '090558.837500', '090559.297500', '090559.757500', '090600.217500', '090600.677500', '090601.137500', '090601.597500', '090602.057500', '090602.517500', '090602.977500', '090603.437500', '090603.897500', '090604.357500', '090604.817500', '090605.277500', '090605.737500', '090606.197500', '090606.657500', '090607.117500', '090607.577500', '090608.037500', '090608.497500', '090608.957500', '090609.417500', '090609.877500', '090610.337500', '090610.797500', '090611.257500', '090611.717500', '090612.177500', '090612.637500', '090613.097500', '090613.557500', '090614.017500', '090614.477500', '090614.937500', '090615.397500', '090615.857500', '090616.317500', '090616.777500', '090617.237500', '090617.697500', '090618.157500', '090618.617500', '090619.077500', '090619.537500', '090619.997500', '090620.457500', '090620.917500', '090621.377500', '090621.837500', '090622.297500', '090622.757500', '090623.217500', '090623.677500', '090624.137500', '090624.597500', '090625.057500', '090625.517500', '090625.977500', '090626.437500', '090626.897500', '090627.357500', '090627.817500', '090628.277500', '090628.737500', '090629.197500', '090629.657500', '090630.117500', '090630.577500', '090631.037500', '090631.497500', '090631.957500', '090632.417500', '090632.877500', '090633.337500', '090633.797500', '090634.257500', '090634.717500', '090635.177500', '090635.637500', '090636.097500', '090636.557500', '090637.017500', '090637.477500', '090637.937500', '090638.397500', '090638.857500', '090639.317500', '090639.777500', '090640.237500', '090640.697500', '090641.157500', '090641.617500', '090642.077500', '090642.537500', '090642.997500', '090643.457500', '090643.917500', '090644.377500', '090644.837500', '090645.297500', '090645.757500', '090646.217500', '090646.677500', '090647.137500', '090647.597500', '090648.057500', '090648.517500', '090648.977500', '090649.437500', '090649.897500', '090650.357500', '090650.817500', '090651.277500', '090651.737500', '090652.197500', '090652.657500', '090653.117500', '090653.577500', '090654.037500', '090654.497500', '090654.957500', '090655.417500', '090655.877500', '090656.337500', '090656.797500', '090657.257500', '090657.717500', '090658.177500', '090658.637500', '090659.097500', '090659.557500', '090700.017500', '090700.477500', '090700.937500', '090701.397500', '090701.857500', '090702.317500', '090702.777500', '090703.237500', '090703.697500', '090704.157500', '090704.617500', '090705.077500', '090705.537500', '090705.997500', '090706.457500', '090706.917500', '090707.377500', '090707.837500', '090708.297500', '090708.757500', '090709.217500', '090709.677500', '090710.137500', '090710.597500', '090711.057500', '090711.517500', '090711.977500', '090712.437500', '090712.897500', '090713.357500', '090713.817500', '090714.277500', '090714.737500', '090715.197500', '090715.657500', '090716.117500', '090716.577500', '090717.037500', '090717.497500', '090717.957500', '090718.417500', '090718.877500', '090719.337500', '090719.797500', '090720.257500', '090720.717500', '090721.177500', '090721.637500', '090722.097500', '090722.557500', '090723.017500', '090723.477500', '090723.937500', '090724.397500', '090724.857500', '090725.317500', '090725.777500', '090726.237500', '090726.697500', '090727.157500', '090727.617500', '090728.077500', '090728.537500', '090728.997500', '090729.457500', '090729.917500', '090730.377500', '090730.837500', '090731.297500', '090731.757500', '090732.217500', '090732.677500', '090733.137500', '090733.597500', '090734.057500', '090734.517500', '090734.977500', '090735.437500', '090735.897500', '090736.357500', '090736.817500', '090737.277500', '090737.737500', '090738.197500', '090738.657500', '090739.117500', '090739.577500', '090740.037500', '090740.497500', '090740.957500', '090741.417500', '090741.877500', '090742.337500', '090742.797500', '090743.257500', '090743.717500', '090744.177500', '090744.637500', '090745.097500', '090745.557500', '090746.017500', '090746.477500', '090746.937500', '090747.397500', '090747.857500', '090748.317500', '090748.777500', '090749.237500', '090749.697500', '090750.157500', '090750.617500', '090751.077500', '090751.537500', '090751.997500', '090752.457500', '090752.917500', '090753.377500', '090753.837500', '090754.297500', '090754.757500', '090755.217500', '090755.677500', '090756.137500', '090756.597500', '090757.057500', '090757.517500', '090757.977500', '090758.437500', '090758.897500', '090759.357500', '090759.817500', '090800.277500', '090800.737500', '090801.197500', '090801.657500', '090802.117500', '090802.577500', '090803.037500', '090803.497500', '090803.957500', '090804.417500', '090804.877500', '090805.337500', '090805.797500', '090806.257500', '090806.717500', '090807.177500', '090807.637500', '090808.097500', '090808.557500', '090809.017500', '090809.477500', '090809.937500', '090810.397500', '090810.857500', '090811.317500', '090811.777500', '090812.237500', '090812.697500', '090813.157500', '090813.617500', '090814.077500', '090814.537500', '090814.997500', '090815.457500', '090815.917500', '090816.377500', '090816.837500', '090817.297500', '090817.757500', '090818.217500', '090818.677500', '090819.137500', '090819.597500', '090820.057500', '090820.517500', '090820.977500', '090821.437500', '090821.897500', '090822.357500', '090822.817500', '090823.277500', '090823.737500', '090824.197500', '090824.657500', '090825.117500', '090825.577500', '090826.037500', '090826.497500', '090826.957500', '090827.417500', '090827.877500', '090828.337500', '090828.797500', '090829.257500', '090829.717500', '090830.177500', '090830.637500', '090831.097500', '090831.557500', '090832.017500', '090832.477500', '090832.937500', '090833.397500', '090833.857500', '090834.317500', '090834.777500', '090835.237500', '090835.697500', '090836.157500', '090836.617500', '090837.077500', '090837.537500', '090837.997500', '090838.457500', '090838.917500', '090839.377500', '090839.837500', '090840.297500', '090840.757500', '090841.217500', '090841.677500', '090842.137500', '090842.597500', '090843.057500', '090843.517500', '090843.977500', '090844.437500', '090844.897500', '090845.357500', '090845.817500', '090846.277500', '090846.737500', '090847.197500', '090847.657500', '090848.117500', '090848.577500', '090849.037500', '090849.497500', '090849.957500', '090850.417500', '090850.877500', '090851.337500', '090851.797500', '090852.257500', '090852.717500', '090853.177500', '090853.637500', '090854.097500', '090854.557500', '090855.017500', '090855.477500', '090855.937500', '090856.397500', '090856.857500', '090857.317500', '090857.777500', '090858.237500', '090858.697500', '090859.157500', '090859.617500', '090900.077500', '090900.537500', '090900.997500', '090901.457500', '090901.917500', '090902.377500', '090902.837500', '090903.297500', '090903.757500', '090904.217500', '090904.677500', '090905.137500', '090905.597500', '090906.057500', '090906.517500', '090906.977500', '090907.437500', '090907.897500', '090908.357500', '090908.817500', '090909.277500', '090909.737500', '090910.197500', '090910.657500', '090911.117500', '090911.577500', '090912.037500', '090912.497500', '090912.957500', '090913.417500', '090913.877500', '090914.337500', '090914.797500', '090915.257500', '090915.717500', '090916.177500', '090916.637500', '090917.097500', '090917.557500', '090918.017500', '090918.477500', '090918.937500', '090919.397500', '090919.857500', '090920.317500', '090920.777500', '090921.237500', '090921.697500', '090922.157500', '090922.617500', '090923.077500', '090923.537500', '090923.997500', '090924.457500', '090924.917500', '090925.377500', '090925.837500', '090926.297500', '090926.757500', '090927.217500', '090927.677500', '090928.137500', '090928.597500', '090929.057500', '090929.517500', '090929.977500', '090930.437500', '090930.897500', '090931.357500', '090931.817500', '090932.277500', '090932.737500', '090933.197500', '090933.657500', '090934.117500', '090934.577500', '090935.037500', '090935.497500', '090935.957500', '090936.417500', '090936.877500', '090937.337500', '090937.797500', '090938.257500', '090938.717500', '090939.177500', '090939.637500', '090940.097500', '090940.557500', '090941.017500', '090941.477500', '090941.937500', '090942.397500', '090942.857500', '090943.317500', '090943.777500', '090944.237500', '090944.697500', '090945.157500', '090945.617500', '090946.077500', '090946.537500', '090946.997500', '090947.457500', '090947.917500', '090948.377500', '090948.837500', '090949.297500', '090949.757500', '090950.217500', '090950.677500', '090951.137500', '090951.597500', '090952.057500', '090952.517500', '090952.977500', '090953.437500', '090953.897500', '090954.357500', '090954.817500', '090955.277500', '090955.737500', '090956.197500', '090956.657500', '090957.117500', '090957.577500', '090958.037500', '090958.497500', '090958.957500', '090959.417500', '090959.877500', '091000.337500', '091000.797500', '091001.257500', '091001.717500', '091002.177500', '091002.637500', '091003.097500', '091003.557500', '091004.017500', '091004.477500', '091004.937500', '091005.397500', '091005.857500', '091006.317500', '091006.777500', '091007.237500', '091007.697500', '091008.157500', '091008.617500', '091009.077500', '091009.537500', '091009.997500', '091010.457500', '091010.917500', '091011.377500', '091011.837500', '091012.297500', '091012.757500', '091013.217500', '091013.677500', '091014.137500', '091014.597500', '091015.057500', '091015.517500', '091015.977500', '091016.437500', '091016.897500', '091017.357500', '091017.817500', '091018.277500', '091018.737500', '091019.197500', '091019.657500', '091020.117500', '091020.577500', '091021.037500', '091021.497500', '091021.957500', '091022.417500', '091022.877500', '091023.337500', '091023.797500', '091024.257500', '091024.717500', '091025.177500', '091025.637500', '091026.097500', '091026.557500', '091027.017500', '091027.477500', '091027.937500', '091028.397500', '091028.857500', '091029.317500', '091029.777500', '091030.237500', '091030.697500', '091031.157500', '091031.617500', '091032.077500', '091032.537500', '091032.997500', '091033.457500', '091033.917500', '091034.377500', '091034.837500', '091035.297500', '091035.757500', '091036.217500', '091036.677500', '091037.137500', '091037.597500', '091038.057500', '091038.517500', '091038.977500', '091039.437500', '091039.897500', '091040.357500', '091040.817500', '091041.277500', '091041.737500', '091042.197500', '091042.657500', '091043.117500', '091043.577500', '091044.037500', '091044.497500', '091044.957500', '091045.417500', '091045.877500', '091046.337500', '091046.797500', '091047.257500', '091047.717500', '091048.177500', '091048.637500', '091049.097500', '091049.557500', '091050.017500', '091050.477500', '091050.937500', '091051.397500', '091051.857500', '091052.317500', '091052.777500', '091053.237500', '091053.697500', '091054.157500', '091054.617500', '091055.077500', '091055.537500', '091055.997500', '091056.457500', '091056.917500', '091057.377500', '091057.837500', '091058.297500', '091058.757500', '091059.217500', '091059.677500', '091100.137500', '091100.597500', '091101.057500', '091101.517500', '091101.977500', '091102.437500', '091102.897500', '091103.357500', '091103.817500', '091104.277500', '091104.737500', '091105.197500', '091105.657500', '091106.117500', '091106.577500', '091107.037500', '091107.497500', '091107.957500', '091108.417500', '091108.877500', '091109.337500', '091109.797500', '091110.257500', '091110.717500', '091111.177500', '091111.637500', '091112.097500', '091112.557500', '091113.017500', '091113.477500', '091113.937500', '091114.397500', '091114.857500', '091115.317500', '091115.777500', '091116.237500', '091116.697500', '091117.157500', '091117.617500', '091118.077500', '091118.537500', '091118.997500', '091119.457500', '091119.917500', '091120.377500', '091120.837500', '091121.297500', '091121.757500', '091122.217500', '091122.677500', '091123.137500', '091123.597500', '091124.057500', '091124.517500', '091124.977500', '091125.437500', '091125.897500', '091126.357500', '091126.817500', '091127.277500', '091127.737500', '091128.197500'], 'ContentTime': ['090515.294000', '090515.297000', '090515.300000', '090515.303000', '090515.305000', '090515.308000', '090515.310000', '090515.313000', '090515.316000', '090515.318000', '090515.321000', '090515.324000', '090515.326000', '090515.329000', '090515.332000', '090515.343000', '090515.346000', '090515.348000', '090515.351000', '090515.354000', '090515.356000', '090515.359000', '090515.361000', '090515.364000', '090515.367000', '090515.369000', '090515.372000', '090515.374000', '090515.377000', '090515.380000', '090515.383000', '090515.386000', '090515.389000', '090515.392000', '090515.394000', '090515.397000', '090515.400000', '090515.402000', '090515.405000', '090515.407000', '090515.410000', '090515.413000', '090515.415000', '090515.418000', '090515.420000', '090515.423000', '090515.426000', '090515.428000', '090515.431000', '090515.434000', '090515.437000', '090515.440000', '090515.442000', '090515.445000', '090515.448000', '090515.451000', '090515.453000', '090535.254000', '090535.256000', '090535.259000', '090535.262000', '090535.264000', '090535.267000', '090535.269000', '090535.272000', '090535.274000', '090535.277000', '090535.280000', '090535.282000', '090535.285000', '090535.287000', '090535.290000', '090535.293000', '090535.295000', '090535.298000', '090535.300000', '090535.303000', '090535.306000', '090535.308000', '090535.315000', '090535.318000', '090535.320000', '090535.323000', '090535.326000', '090535.328000', '090535.331000', '090535.333000', '090535.336000', '090535.338000', '090535.341000', '090535.344000', '090535.346000', '090535.349000', '090535.351000', '090535.354000', '090535.357000', '090535.359000', '090535.362000', '090535.399000', '090535.401000', '090535.404000', '090555.254000', '090555.256000', '090555.259000', '090555.261000', '090555.264000', '090555.267000', '090555.269000', '090555.272000', '090555.275000', '090555.277000', '090555.280000', '090555.282000', '090555.285000', '090555.288000', '090555.290000', '090555.301000', '090555.304000', '090555.306000', '090555.309000', '090555.312000', '090555.314000', '090555.317000', '090555.319000', '090555.322000', '090555.325000', '090555.327000', '090555.330000', '090555.332000', '090555.335000', '090555.338000', '090555.340000', '090555.343000', '090555.346000', '090555.348000', '090555.351000', '090555.353000', '090555.356000', '090555.359000', '090555.361000', '090555.364000', '090555.367000', '090555.369000', '090555.372000', '090615.255000', '090615.258000', '090615.260000', '090615.263000', '090615.265000', '090615.268000', '090615.271000', '090615.273000', '090615.276000', '090615.278000', '090615.281000', '090615.284000', '090615.286000', '090615.289000', '090615.292000', '090615.294000', '090615.297000', '090615.300000', '090615.302000', '090615.305000', '090615.307000', '090615.310000', '090615.313000', '090615.315000', '090615.318000', '090615.321000', '090615.323000', '090615.326000', '090615.328000', '090615.331000', '090615.334000', '090615.336000', '090615.339000', '090615.341000', '090615.344000', '090615.347000', '090615.349000', '090615.352000', '090615.354000', '090615.357000', '090615.360000', '090615.362000', '090615.365000', '090615.367000', '090635.253000', '090635.256000', '090635.259000', '090635.261000', '090635.264000', '090635.267000', '090635.269000', '090635.272000', '090635.274000', '090635.277000', '090635.280000', '090635.282000', '090635.285000', '090635.287000', '090635.290000', '090635.293000', '090635.295000', '090635.298000', '090635.300000', '090635.303000', '090635.306000', '090635.308000', '090635.311000', '090635.314000', '090635.316000', '090635.319000', '090635.321000', '090635.324000', '090635.327000', '090635.329000', '090635.332000', '090635.334000', '090635.337000', '090635.340000', '090635.342000', '090635.345000', '090635.348000', '090635.350000', '090635.353000', '090635.356000', '090635.358000', '090635.361000', '090635.363000', '090655.254000', '090655.256000', '090655.259000', '090655.262000', '090655.264000', '090655.267000', '090655.269000', '090655.272000', '090655.275000', '090655.277000', '090655.280000', '090655.283000', '090655.285000', '090655.288000', '090655.290000', '090655.297000', '090655.300000', '090655.302000', '090655.305000', '090655.307000', '090655.310000', '090655.313000', '090655.315000', '090655.318000', '090655.320000', '090655.323000', '090655.326000', '090655.328000', '090655.331000', '090655.333000', '090655.336000', '090655.339000', '090655.341000', '090655.344000', '090655.346000', '090655.349000', '090655.352000', '090655.354000', '090655.357000', '090655.359000', '090655.362000', '090655.365000', '090655.367000', '090655.370000', '090715.254000', '090715.256000', '090715.259000', '090715.262000', '090715.265000', '090715.267000', '090715.270000', '090715.273000', '090715.275000', '090715.278000', '090715.280000', '090715.283000', '090715.286000', '090715.288000', '090715.291000', '090715.294000', '090715.296000', '090715.299000', '090715.301000', '090715.304000', '090715.306000', '090715.309000', '090715.312000', '090715.314000', '090715.317000', '090715.320000', '090715.322000', '090715.325000', '090715.327000', '090715.330000', '090715.333000', '090715.335000', '090715.338000', '090715.340000', '090715.343000', '090715.345000', '090715.355000', '090715.357000', '090715.360000', '090715.362000', '090715.365000', '090715.367000', '090715.370000', '090735.253000', '090735.256000', '090735.259000', '090735.262000', '090735.264000', '090735.267000', '090735.269000', '090735.272000', '090735.275000', '090735.278000', '090735.280000', '090735.284000', '090735.286000', '090735.289000', '090735.291000', '090735.294000', '090735.297000', '090735.299000', '090735.302000', '090735.305000', '090735.307000', '090735.310000', '090735.312000', '090735.315000', '090735.318000', '090735.320000', '090735.323000', '090735.326000', '090735.328000', '090735.331000', '090735.333000', '090735.336000', '090735.339000', '090735.341000', '090735.344000', '090735.346000', '090735.349000', '090735.352000', '090735.354000', '090735.357000', '090735.360000', '090735.362000', '090735.365000', '090755.253000', '090755.256000', '090755.259000', '090755.262000', '090755.264000', '090755.267000', '090755.270000', '090755.272000', '090755.275000', '090755.278000', '090755.280000', '090755.283000', '090755.286000', '090755.288000', '090755.291000', '090755.294000', '090755.296000', '090755.299000', '090755.302000', '090755.304000', '090755.307000', '090755.310000', '090755.312000', '090755.315000', '090755.317000', '090755.320000', '090755.323000', '090755.325000', '090755.328000', '090755.331000', '090755.333000', '090755.336000', '090755.338000', '090755.341000', '090755.344000', '090755.346000', '090755.349000', '090755.352000', '090755.354000', '090755.357000', '090755.359000', '090755.362000', '090755.365000', '090755.367000', '090815.254000', '090815.256000', '090815.259000', '090815.263000', '090815.268000', '090815.271000', '090815.274000', '090815.277000', '090815.279000', '090815.282000', '090815.284000', '090815.287000', '090815.290000', '090815.292000', '090815.295000', '090815.298000', '090815.300000', '090815.303000', '090815.306000', '090815.308000', '090815.311000', '090815.314000', '090815.316000', '090815.319000', '090815.321000', '090815.324000', '090815.327000', '090815.329000', '090815.332000', '090815.335000', '090815.337000', '090815.340000', '090815.342000', '090815.345000', '090815.348000', '090815.350000', '090815.353000', '090815.355000', '090815.358000', '090815.361000', '090815.363000', '090815.366000', '090815.368000', '090835.254000', '090835.258000', '090835.260000', '090835.263000', '090835.265000', '090835.268000', '090835.271000', '090835.273000', '090835.276000', '090835.279000', '090835.281000', '090835.284000', '090835.287000', '090835.289000', '090835.292000', '090835.294000', '090835.297000', '090835.300000', '090835.302000', '090835.305000', '090835.307000', '090835.310000', '090835.313000', '090835.315000', '090835.318000', '090835.321000', '090835.323000', '090835.326000', '090835.328000', '090835.331000', '090835.334000', '090835.336000', '090835.339000', '090835.342000', '090835.344000', '090835.347000', '090835.349000', '090835.352000', '090835.355000', '090835.357000', '090835.360000', '090835.363000', '090835.365000', '090835.368000', '090855.253000', '090855.256000', '090855.259000', '090855.262000', '090855.264000', '090855.267000', '090855.269000', '090855.272000', '090855.275000', '090855.277000', '090855.280000', '090855.283000', '090855.285000', '090855.288000', '090855.290000', '090855.293000', '090855.296000', '090855.298000', '090855.301000', '090855.304000', '090855.306000', '090855.309000', '090855.312000', '090855.315000', '090855.318000', '090855.321000', '090855.323000', '090855.326000', '090855.329000', '090855.331000', '090855.334000', '090855.337000', '090855.353000', '090855.356000', '090855.358000', '090855.361000', '090855.363000', '090855.366000', '090855.369000', '090855.371000', '090855.374000', '090855.377000', '090855.379000', '090915.254000', '090915.256000', '090915.259000', '090915.262000', '090915.264000', '090915.267000', '090915.269000', '090915.272000', '090915.275000', '090915.277000', '090915.280000', '090915.283000', '090915.285000', '090915.288000', '090915.291000', '090915.293000', '090915.296000', '090915.299000', '090915.301000', '090915.304000', '090915.307000', '090915.309000', '090915.312000', '090915.314000', '090915.317000', '090915.320000', '090915.322000', '090915.325000', '090915.327000', '090915.330000', '090915.333000', '090915.335000', '090915.338000', '090915.341000', '090915.343000', '090915.346000', '090915.348000', '090915.351000', '090915.354000', '090915.356000', '090915.359000', '090915.361000', '090915.364000', '090915.367000', '090935.254000', '090935.256000', '090935.266000', '090935.269000', '090935.272000', '090935.274000', '090935.277000', '090935.280000', '090935.282000', '090935.286000', '090935.288000', '090935.291000', '090935.294000', '090935.296000', '090935.299000', '090935.301000', '090935.304000', '090935.307000', '090935.309000', '090935.312000', '090935.315000', '090935.317000', '090935.320000', '090935.323000', '090935.325000', '090935.328000', '090935.330000', '090935.333000', '090935.336000', '090935.338000', '090935.341000', '090935.344000', '090935.346000', '090935.349000', '090935.351000', '090935.354000', '090935.357000', '090935.359000', '090935.362000', '090935.364000', '090935.367000', '090935.369000', '090935.372000', '090955.254000', '090955.256000', '090955.259000', '090955.262000', '090955.264000', '090955.267000', '090955.270000', '090955.272000', '090955.275000', '090955.277000', '090955.280000', '090955.283000', '090955.285000', '090955.288000', '090955.290000', '090955.293000', '090955.296000', '090955.299000', '090955.301000', '090955.304000', '090955.306000', '090955.309000', '090955.312000', '090955.314000', '090955.317000', '090955.320000', '090955.322000', '090955.325000', '090955.327000', '090955.330000', '090955.333000', '090955.335000', '090955.338000', '090955.340000', '090955.343000', '090955.346000', '090955.348000', '090955.351000', '090955.353000', '090955.356000', '090955.359000', '090955.361000', '090955.364000', '090955.366000', '091015.253000', '091015.256000', '091015.259000', '091015.262000', '091015.264000', '091015.267000', '091015.269000', '091015.272000', '091015.275000', '091015.277000', '091015.280000', '091015.283000', '091015.285000', '091015.288000', '091015.291000', '091015.293000', '091015.296000', '091015.298000', '091015.301000', '091015.304000', '091015.306000', '091015.309000', '091015.312000', '091015.314000', '091015.319000', '091015.321000', '091015.324000', '091015.326000', '091015.329000', '091015.332000', '091015.334000', '091015.337000', '091015.340000', '091015.342000', '091015.345000', '091015.347000', '091015.350000', '091015.353000', '091015.356000', '091015.359000', '091015.362000', '091015.364000', '091015.367000', '091035.253000', '091035.256000', '091035.260000', '091035.262000', '091035.265000', '091035.267000', '091035.271000', '091035.273000', '091035.276000', '091035.278000', '091035.281000', '091035.284000', '091035.286000', '091035.295000', '091035.297000', '091035.300000', '091035.303000', '091035.305000', '091035.308000', '091035.311000', '091035.313000', '091035.316000', '091035.318000', '091035.321000', '091035.324000', '091035.326000', '091035.329000', '091035.332000', '091035.334000', '091035.337000', '091035.339000', '091035.342000', '091035.345000', '091035.347000', '091035.350000', '091035.352000', '091035.355000', '091035.358000', '091035.360000', '091035.363000', '091035.365000', '091035.368000', '091035.371000', '091035.373000', '091055.255000', '091055.258000', '091055.260000', '091055.263000', '091055.266000', '091055.268000', '091055.271000', '091055.273000', '091055.276000', '091055.278000', '091055.281000', '091055.284000', '091055.286000', '091055.289000', '091055.292000', '091055.294000', '091055.297000', '091055.299000', '091055.302000', '091055.305000', '091055.307000', '091055.311000', '091055.314000', '091055.316000', '091055.319000', '091055.322000', '091055.324000', '091055.327000', '091055.330000', '091055.333000', '091055.335000', '091055.338000', '091055.341000', '091055.343000', '091055.346000', '091055.349000', '091055.351000', '091055.354000', '091055.356000', '091055.359000', '091055.362000', '091055.364000', '091055.367000', '091115.254000', '091115.257000', '091115.260000', '091115.262000', '091115.265000', '091115.268000', '091115.270000', '091115.273000', '091115.276000', '091115.278000', '091115.281000', '091115.283000', '091115.286000', '091115.289000', '091115.291000', '091115.294000', '091115.296000', '091115.299000', '091115.302000', '091115.304000', '091115.307000', '091115.310000', '091115.312000', '091115.315000', '091115.318000', '091115.320000', '091115.323000', '091115.326000', '091115.328000', '091115.331000', '091115.333000', '091115.336000', '091115.338000', '091115.341000', '091115.344000', '091115.346000', '091115.349000', '091115.352000', '091115.354000', '091115.357000', '091115.359000', '091115.362000', '091115.365000', '091115.367000', '091129.854000', '091129.858000', '091129.861000', '091129.863000', '091129.866000', '091129.869000', '091129.872000', '091129.875000', '091129.878000', '091129.881000', '091129.884000', '091129.887000', '091129.890000', '091129.893000', '091129.895000', '091129.898000', '091129.901000', '091129.904000', '091129.906000', '091129.909000', '091129.912000', '091129.914000', '091129.917000', '091129.920000', '091129.922000', '091129.925000', '091129.928000', '091129.930000', '091129.933000', '091129.936000', '091129.938000', '091129.941000'], 'InstanceCreationTime': ['090515.294000', '090515.297000', '090515.300000', '090515.303000', '090515.305000', '090515.308000', '090515.310000', '090515.313000', '090515.316000', '090515.318000', '090515.321000', '090515.324000', '090515.326000', '090515.329000', '090515.332000', '090515.343000', '090515.346000', '090515.348000', '090515.351000', '090515.354000', '090515.356000', '090515.359000', '090515.361000', '090515.364000', '090515.367000', '090515.369000', '090515.372000', '090515.374000', '090515.377000', '090515.380000', '090515.383000', '090515.386000', '090515.389000', '090515.392000', '090515.394000', '090515.397000', '090515.400000', '090515.402000', '090515.405000', '090515.407000', '090515.410000', '090515.413000', '090515.415000', '090515.418000', '090515.420000', '090515.423000', '090515.426000', '090515.428000', '090515.431000', '090515.434000', '090515.437000', '090515.440000', '090515.442000', '090515.445000', '090515.448000', '090515.451000', '090515.453000', '090535.254000', '090535.256000', '090535.259000', '090535.262000', '090535.264000', '090535.267000', '090535.269000', '090535.272000', '090535.274000', '090535.277000', '090535.280000', '090535.282000', '090535.285000', '090535.287000', '090535.290000', '090535.293000', '090535.295000', '090535.298000', '090535.300000', '090535.303000', '090535.306000', '090535.308000', '090535.315000', '090535.318000', '090535.320000', '090535.323000', '090535.326000', '090535.328000', '090535.331000', '090535.333000', '090535.336000', '090535.338000', '090535.341000', '090535.344000', '090535.346000', '090535.349000', '090535.351000', '090535.354000', '090535.357000', '090535.359000', '090535.362000', '090535.399000', '090535.401000', '090535.404000', '090555.254000', '090555.256000', '090555.259000', '090555.261000', '090555.264000', '090555.267000', '090555.269000', '090555.272000', '090555.275000', '090555.277000', '090555.280000', '090555.282000', '090555.285000', '090555.288000', '090555.290000', '090555.301000', '090555.304000', '090555.306000', '090555.309000', '090555.312000', '090555.314000', '090555.317000', '090555.319000', '090555.322000', '090555.325000', '090555.327000', '090555.330000', '090555.332000', '090555.335000', '090555.338000', '090555.340000', '090555.343000', '090555.346000', '090555.348000', '090555.351000', '090555.353000', '090555.356000', '090555.359000', '090555.361000', '090555.364000', '090555.367000', '090555.369000', '090555.372000', '090615.255000', '090615.258000', '090615.260000', '090615.263000', '090615.265000', '090615.268000', '090615.271000', '090615.273000', '090615.276000', '090615.278000', '090615.281000', '090615.284000', '090615.286000', '090615.289000', '090615.292000', '090615.294000', '090615.297000', '090615.300000', '090615.302000', '090615.305000', '090615.307000', '090615.310000', '090615.313000', '090615.315000', '090615.318000', '090615.321000', '090615.323000', '090615.326000', '090615.328000', '090615.331000', '090615.334000', '090615.336000', '090615.339000', '090615.341000', '090615.344000', '090615.347000', '090615.349000', '090615.352000', '090615.354000', '090615.357000', '090615.360000', '090615.362000', '090615.365000', '090615.367000', '090635.253000', '090635.256000', '090635.259000', '090635.261000', '090635.264000', '090635.267000', '090635.269000', '090635.272000', '090635.274000', '090635.277000', '090635.280000', '090635.282000', '090635.285000', '090635.287000', '090635.290000', '090635.293000', '090635.295000', '090635.298000', '090635.300000', '090635.303000', '090635.306000', '090635.308000', '090635.311000', '090635.314000', '090635.316000', '090635.319000', '090635.321000', '090635.324000', '090635.327000', '090635.329000', '090635.332000', '090635.334000', '090635.337000', '090635.340000', '090635.342000', '090635.345000', '090635.348000', '090635.350000', '090635.353000', '090635.356000', '090635.358000', '090635.361000', '090635.363000', '090655.254000', '090655.256000', '090655.259000', '090655.262000', '090655.264000', '090655.267000', '090655.269000', '090655.272000', '090655.275000', '090655.277000', '090655.280000', '090655.283000', '090655.285000', '090655.288000', '090655.290000', '090655.297000', '090655.300000', '090655.302000', '090655.305000', '090655.307000', '090655.310000', '090655.313000', '090655.315000', '090655.318000', '090655.320000', '090655.323000', '090655.326000', '090655.328000', '090655.331000', '090655.333000', '090655.336000', '090655.339000', '090655.341000', '090655.344000', '090655.346000', '090655.349000', '090655.352000', '090655.354000', '090655.357000', '090655.359000', '090655.362000', '090655.365000', '090655.367000', '090655.370000', '090715.254000', '090715.256000', '090715.259000', '090715.262000', '090715.265000', '090715.267000', '090715.270000', '090715.273000', '090715.275000', '090715.278000', '090715.280000', '090715.283000', '090715.286000', '090715.288000', '090715.291000', '090715.294000', '090715.296000', '090715.299000', '090715.301000', '090715.304000', '090715.306000', '090715.309000', '090715.312000', '090715.314000', '090715.317000', '090715.320000', '090715.322000', '090715.325000', '090715.327000', '090715.330000', '090715.333000', '090715.335000', '090715.338000', '090715.340000', '090715.343000', '090715.345000', '090715.355000', '090715.357000', '090715.360000', '090715.362000', '090715.365000', '090715.367000', '090715.370000', '090735.253000', '090735.256000', '090735.259000', '090735.262000', '090735.264000', '090735.267000', '090735.269000', '090735.272000', '090735.275000', '090735.278000', '090735.280000', '090735.284000', '090735.286000', '090735.289000', '090735.291000', '090735.294000', '090735.297000', '090735.299000', '090735.302000', '090735.305000', '090735.307000', '090735.310000', '090735.312000', '090735.315000', '090735.318000', '090735.320000', '090735.323000', '090735.326000', '090735.328000', '090735.331000', '090735.333000', '090735.336000', '090735.339000', '090735.341000', '090735.344000', '090735.346000', '090735.349000', '090735.352000', '090735.354000', '090735.357000', '090735.360000', '090735.362000', '090735.365000', '090755.253000', '090755.256000', '090755.259000', '090755.262000', '090755.264000', '090755.267000', '090755.270000', '090755.272000', '090755.275000', '090755.278000', '090755.280000', '090755.283000', '090755.286000', '090755.288000', '090755.291000', '090755.294000', '090755.296000', '090755.299000', '090755.302000', '090755.304000', '090755.307000', '090755.310000', '090755.312000', '090755.315000', '090755.317000', '090755.320000', '090755.323000', '090755.325000', '090755.328000', '090755.331000', '090755.333000', '090755.336000', '090755.338000', '090755.341000', '090755.344000', '090755.346000', '090755.349000', '090755.352000', '090755.354000', '090755.357000', '090755.359000', '090755.362000', '090755.365000', '090755.367000', '090815.254000', '090815.256000', '090815.259000', '090815.263000', '090815.268000', '090815.271000', '090815.274000', '090815.277000', '090815.279000', '090815.282000', '090815.284000', '090815.287000', '090815.290000', '090815.292000', '090815.295000', '090815.298000', '090815.300000', '090815.303000', '090815.306000', '090815.308000', '090815.311000', '090815.314000', '090815.316000', '090815.319000', '090815.321000', '090815.324000', '090815.327000', '090815.329000', '090815.332000', '090815.335000', '090815.337000', '090815.340000', '090815.342000', '090815.345000', '090815.348000', '090815.350000', '090815.353000', '090815.355000', '090815.358000', '090815.361000', '090815.363000', '090815.366000', '090815.368000', '090835.254000', '090835.258000', '090835.260000', '090835.263000', '090835.265000', '090835.268000', '090835.271000', '090835.273000', '090835.276000', '090835.279000', '090835.281000', '090835.284000', '090835.287000', '090835.289000', '090835.292000', '090835.294000', '090835.297000', '090835.300000', '090835.302000', '090835.305000', '090835.307000', '090835.310000', '090835.313000', '090835.315000', '090835.318000', '090835.321000', '090835.323000', '090835.326000', '090835.328000', '090835.331000', '090835.334000', '090835.336000', '090835.339000', '090835.342000', '090835.344000', '090835.347000', '090835.349000', '090835.352000', '090835.355000', '090835.357000', '090835.360000', '090835.363000', '090835.365000', '090835.368000', '090855.253000', '090855.256000', '090855.259000', '090855.262000', '090855.264000', '090855.267000', '090855.269000', '090855.272000', '090855.275000', '090855.277000', '090855.280000', '090855.283000', '090855.285000', '090855.288000', '090855.290000', '090855.293000', '090855.296000', '090855.298000', '090855.301000', '090855.304000', '090855.306000', '090855.309000', '090855.312000', '090855.315000', '090855.318000', '090855.321000', '090855.323000', '090855.326000', '090855.329000', '090855.331000', '090855.334000', '090855.337000', '090855.353000', '090855.356000', '090855.358000', '090855.361000', '090855.363000', '090855.366000', '090855.369000', '090855.371000', '090855.374000', '090855.377000', '090855.379000', '090915.254000', '090915.256000', '090915.259000', '090915.262000', '090915.264000', '090915.267000', '090915.269000', '090915.272000', '090915.275000', '090915.277000', '090915.280000', '090915.283000', '090915.285000', '090915.288000', '090915.291000', '090915.293000', '090915.296000', '090915.299000', '090915.301000', '090915.304000', '090915.307000', '090915.309000', '090915.312000', '090915.314000', '090915.317000', '090915.320000', '090915.322000', '090915.325000', '090915.327000', '090915.330000', '090915.333000', '090915.335000', '090915.338000', '090915.341000', '090915.343000', '090915.346000', '090915.348000', '090915.351000', '090915.354000', '090915.356000', '090915.359000', '090915.361000', '090915.364000', '090915.367000', '090935.254000', '090935.256000', '090935.266000', '090935.269000', '090935.272000', '090935.274000', '090935.277000', '090935.280000', '090935.282000', '090935.286000', '090935.288000', '090935.291000', '090935.294000', '090935.296000', '090935.299000', '090935.301000', '090935.304000', '090935.307000', '090935.309000', '090935.312000', '090935.315000', '090935.317000', '090935.320000', '090935.323000', '090935.325000', '090935.328000', '090935.330000', '090935.333000', '090935.336000', '090935.338000', '090935.341000', '090935.344000', '090935.346000', '090935.349000', '090935.351000', '090935.354000', '090935.357000', '090935.359000', '090935.362000', '090935.364000', '090935.367000', '090935.369000', '090935.372000', '090955.254000', '090955.256000', '090955.259000', '090955.262000', '090955.264000', '090955.267000', '090955.270000', '090955.272000', '090955.275000', '090955.277000', '090955.280000', '090955.283000', '090955.285000', '090955.288000', '090955.290000', '090955.293000', '090955.296000', '090955.299000', '090955.301000', '090955.304000', '090955.306000', '090955.309000', '090955.312000', '090955.314000', '090955.317000', '090955.320000', '090955.322000', '090955.325000', '090955.327000', '090955.330000', '090955.333000', '090955.335000', '090955.338000', '090955.340000', '090955.343000', '090955.346000', '090955.348000', '090955.351000', '090955.353000', '090955.356000', '090955.359000', '090955.361000', '090955.364000', '090955.366000', '091015.253000', '091015.256000', '091015.259000', '091015.262000', '091015.264000', '091015.267000', '091015.269000', '091015.272000', '091015.275000', '091015.277000', '091015.280000', '091015.283000', '091015.285000', '091015.288000', '091015.291000', '091015.293000', '091015.296000', '091015.298000', '091015.301000', '091015.304000', '091015.306000', '091015.309000', '091015.312000', '091015.314000', '091015.319000', '091015.321000', '091015.324000', '091015.326000', '091015.329000', '091015.332000', '091015.334000', '091015.337000', '091015.340000', '091015.342000', '091015.345000', '091015.347000', '091015.350000', '091015.353000', '091015.356000', '091015.359000', '091015.362000', '091015.364000', '091015.367000', '091035.253000', '091035.256000', '091035.260000', '091035.262000', '091035.265000', '091035.267000', '091035.271000', '091035.273000', '091035.276000', '091035.278000', '091035.281000', '091035.284000', '091035.286000', '091035.295000', '091035.297000', '091035.300000', '091035.303000', '091035.305000', '091035.308000', '091035.311000', '091035.313000', '091035.316000', '091035.318000', '091035.321000', '091035.324000', '091035.326000', '091035.329000', '091035.332000', '091035.334000', '091035.337000', '091035.339000', '091035.342000', '091035.345000', '091035.347000', '091035.350000', '091035.352000', '091035.355000', '091035.358000', '091035.360000', '091035.363000', '091035.365000', '091035.368000', '091035.371000', '091035.373000', '091055.255000', '091055.258000', '091055.260000', '091055.263000', '091055.266000', '091055.268000', '091055.271000', '091055.273000', '091055.276000', '091055.278000', '091055.281000', '091055.284000', '091055.286000', '091055.289000', '091055.292000', '091055.294000', '091055.297000', '091055.299000', '091055.302000', '091055.305000', '091055.307000', '091055.311000', '091055.314000', '091055.316000', '091055.319000', '091055.322000', '091055.324000', '091055.327000', '091055.330000', '091055.333000', '091055.335000', '091055.338000', '091055.341000', '091055.343000', '091055.346000', '091055.349000', '091055.351000', '091055.354000', '091055.356000', '091055.359000', '091055.362000', '091055.364000', '091055.367000', '091115.254000', '091115.257000', '091115.260000', '091115.262000', '091115.265000', '091115.268000', '091115.270000', '091115.273000', '091115.276000', '091115.278000', '091115.281000', '091115.283000', '091115.286000', '091115.289000', '091115.291000', '091115.294000', '091115.296000', '091115.299000', '091115.302000', '091115.304000', '091115.307000', '091115.310000', '091115.312000', '091115.315000', '091115.318000', '091115.320000', '091115.323000', '091115.326000', '091115.328000', '091115.331000', '091115.333000', '091115.336000', '091115.338000', '091115.341000', '091115.344000', '091115.346000', '091115.349000', '091115.352000', '091115.354000', '091115.357000', '091115.359000', '091115.362000', '091115.365000', '091115.367000', '091129.854000', '091129.858000', '091129.861000', '091129.863000', '091129.866000', '091129.869000', '091129.872000', '091129.875000', '091129.878000', '091129.881000', '091129.884000', '091129.887000', '091129.890000', '091129.893000', '091129.895000', '091129.898000', '091129.901000', '091129.904000', '091129.906000', '091129.909000', '091129.912000', '091129.914000', '091129.917000', '091129.920000', '091129.922000', '091129.925000', '091129.928000', '091129.930000', '091129.933000', '091129.936000', '091129.938000', '091129.941000'], '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': [8257, 14888, 7350, 12188, 11561, 8981, 13366, 7151, 7353, 9200, 7221, 8846, 8633, 7269, 14527, 11127, 11957, 9928, 8029, 12638, 6938, 14187, 10054, 12478, 10187, 8832, 9714, 7114, 8377, 7031, 8899, 7146, 7329, 7720, 7044, 9977, 9284, 7015, 8840, 7737, 7253, 7080, 7167, 9409, 8455, 10613, 9624, 6929, 12210, 10389, 9026, 13652, 9804, 12731, 9681, 6997, 10950, 9156, 7000, 11651, 7198, 6832, 7422, 7146, 10039, 9523, 7036, 7464, 7261, 7127, 7375, 7079, 9660, 8435, 7009, 8294, 7160, 11654, 7850, 7218, 7316, 7261, 9240, 7363, 8474, 7941, 7304, 10736, 7725, 7178, 9751, 7093, 8787, 9007, 7001, 11030, 7218, 7078, 9014, 7327, 10511, 8998, 7457, 13136, 7368, 7112, 8557, 7258, 7112, 7560, 7190, 11657, 8770, 7091, 8305, 7596, 9205, 9952, 7379, 12009, 7479, 7500, 7427, 6959, 10400, 7928, 9014, 7554, 6826, 8409, 7579, 10078, 7272, 6784, 9219, 6978, 7346, 8070, 7498, 10548, 7499, 7090, 6970, 7524, 7346, 8010, 8815, 7423, 11814, 11519, 8890, 14342, 9672, 14049, 8262, 13417, 8021, 6934, 7142, 7191, 6993, 7542, 7141, 7637, 7433, 7253, 9556, 7855, 10545, 9758, 12002, 11169, 13038, 11682, 8562, 8521, 7172, 9357, 7474, 11954, 7349, 6745, 7608, 6952, 7740, 7340, 6976, 7300, 7038, 7604, 7476, 9836, 7382, 11312, 7803, 9716, 9339, 7061, 7624, 7415, 10107, 7939, 7151, 7361, 7671, 7623, 7505, 7205, 7551, 7415, 12241, 7464, 10104, 8044, 7099, 7898, 7179, 12417, 7375, 12107, 7211, 11398, 7235, 9894, 6983, 7310, 7078, 10487, 7109, 7659, 7597, 7119, 7451, 7262, 10161, 7728, 10145, 7897, 9588, 7709, 7110, 12453, 7461, 7246, 7615, 7413, 10422, 7447, 7928, 7390, 7121, 9397, 7844, 8265, 7315, 7309, 10371, 7398, 7264, 7730, 7214, 11433, 7576, 9430, 7626, 7285, 9306, 7725, 10956, 8053, 8354, 10637, 7554, 12019, 7593, 7029, 7514, 7497, 11711, 9162, 13429, 14462, 10223, 14530, 7745, 12282, 7639, 11221, 7717, 13166, 8433, 7516, 7367, 7644, 7317, 7423, 7276, 9642, 10507, 11800, 14629, 12701, 15357, 8062, 10903, 7759, 9978, 7427, 8134, 7613, 7304, 7138, 7210, 7444, 8107, 7684, 9239, 7070, 7631, 10494, 8044, 13036, 8175, 9627, 7441, 7792, 7611, 11363, 7912, 7233, 7425, 7160, 7293, 7404, 7434, 7589, 10737, 7955, 10859, 8145, 7486, 7400, 7739, 7158, 7405, 7796, 7232, 7304, 7582, 7060, 6938, 8648, 8431, 7722, 10994, 11064, 9481, 13708, 13506, 15315, 13752, 14587, 7561, 8705, 11780, 7849, 7368, 7656, 7712, 6803, 7636, 7710, 7660, 7528, 8044, 7992, 8331, 8267, 9131, 7949, 7297, 7647, 7654, 10036, 7548, 9820, 7770, 8465, 7694, 8558, 7740, 8269, 7237, 7656, 7217, 7642, 7732, 7503, 7829, 8424, 7859, 11466, 9157, 8309, 7914, 7294, 7892, 7613, 8534, 7488, 11669, 7617, 7362, 7987, 7470, 8295, 7675, 8077, 8666, 7484, 10574, 7225, 7241, 7778, 7397, 8781, 7675, 11643, 9593, 7955, 12919, 8530, 9320, 7534, 7506, 10148, 8025, 8813, 10856, 8313, 14585, 7825, 11655, 7515, 7671, 7336, 10889, 16197, 12773, 7728, 7107, 7592, 6928, 7267, 7579, 9847, 8435, 10480, 8963, 7693, 7001, 7570, 8261, 7574, 10820, 7516, 9604, 7632, 10330, 7680, 7220, 7485, 7304, 7196, 7610, 8473, 7392, 7164, 7790, 7606, 7484, 7938, 7425, 12186, 11384, 12008, 13481, 13473, 14700, 13806, 9745, 8303, 7881, 7134, 7763, 8571, 8175, 11926, 10153, 8004, 6997, 7725, 9391, 8137, 7574, 7229, 7583, 7530, 7783, 7529, 7943, 7448, 7201, 7578, 8899, 7990, 11544, 8684, 12918, 11324, 9032, 9211, 8096, 10824, 7977, 7063, 8304, 7867, 8349, 12733, 7580, 7316, 7445, 7581, 12220, 9957, 8845, 8227, 7350, 7190, 8331, 8744, 7328, 7314, 7427, 11758, 8965, 9683, 8751, 8799, 7717, 7077, 7308, 8443, 7362, 7424, 7406, 7207, 7659, 7027, 7266, 7480, 7256, 7696, 7261, 7707, 7791, 7522, 12313, 8582, 11310, 8538, 10014, 7848, 7857, 8086, 7485, 8231, 7621, 9674, 7511, 7130, 7383, 7377, 7605, 7740, 7767, 7353, 7247, 9615, 7383, 9558, 7633, 9993, 9031, 11346, 9416, 7484, 7788, 7410, 9943, 7878, 9079, 7771, 9380, 10385, 9392, 8856, 7298, 8181, 7837, 8745, 7456, 7610, 8833, 12034, 14737, 13015, 7606, 7529, 7615, 9257, 8169, 11652, 9579, 7600, 7152, 8027, 7028, 7154, 7440, 8727, 8746, 12268, 10551, 7886, 7861, 7746, 7329, 7203, 7144, 7367, 7204, 7436, 7176, 7588, 8986, 7875, 8048, 8480, 8334, 9660, 8159, 8663, 8393, 8118, 11584, 8219, 10494, 7954, 8868, 7978, 8603, 7514, 7645, 7333, 7502, 7207, 8436, 10193, 8282, 12475, 7842, 11546, 7603, 10711, 8296, 13223, 7414, 7027, 7406, 7056, 7592, 8156, 8504, 7561, 9450, 9424, 12857, 7282, 7084, 7373, 7322, 7435, 7639, 7906, 7760, 12528, 10970, 7549, 7364, 7610, 8575, 7447, 7987, 7367, 7966, 10883, 8145, 8962, 11588, 7736, 9910, 12041, 8432, 10177, 7418, 7543, 12135, 9048, 7822, 7030, 7806, 11354, 8860, 11371, 10990, 7525, 7435, 7622, 8759, 7817, 8938, 8475, 9280, 7498, 7600, 7998, 7456, 7316, 7586, 7615, 8368, 11876, 8090, 12811, 10550, 14164, 8141, 10907, 7323, 7559, 7301, 7901, 7044, 7898, 8215, 7899, 12686, 7708, 7272, 7465, 9570, 7578, 7449, 7208, 7676, 12106, 9473, 13796, 9296, 11300, 7842, 9172, 7792, 9288, 7988, 9238, 8371, 9282, 7485, 7407, 7581, 7523, 7271, 7986, 10347, 7391, 8805, 7345, 7529, 12249, 7187, 8830, 8499, 8209, 13220, 9547, 11542, 8317, 8236, 7454, 8215, 7735, 7576, 8770, 7367, 7118, 7583, 7503, 7361, 7272, 7581, 7619, 6918, 7015, 9457, 8351, 7662, 12043, 12220, 13502, 10141, 14412, 13292, 15975, 11177, 14697, 10907, 13699, 7807, 6986, 7299, 7297, 7166, 7955, 7256, 7138, 7628, 7145, 8177, 7844, 9247, 8191, 9113, 10311, 9508, 11472, 8850, 13293, 11180, 13782, 10647, 14418, 9122, 12028, 9375, 8094, 7457, 7233, 7776, 7342, 8152, 7248, 7089, 7718, 7174, 8002, 9799, 7082, 7782, 7491], 'WindowCenter': [4107.0, 4119.0, 4058.0, 4097.0, 4084.0, 4051.0, 4080.0, 4040.0, 4051.0, 4059.0, 4039.0, 4048.0, 4046.0, 4027.0, 4091.0, 4069.0, 4067.0, 4056.0, 4036.0, 4077.0, 4027.0, 4076.0, 4045.0, 4053.0, 4044.0, 4033.0, 4045.0, 4015.0, 4035.0, 4014.0, 4046.0, 4014.0, 4012.0, 4021.0, 4015.0, 4045.0, 4047.0, 4018.0, 4034.0, 4014.0, 4013.0, 4014.0, 4014.0, 4033.0, 4024.0, 4033.0, 4034.0, 4015.0, 4053.0, 4032.0, 4020.0, 4049.0, 4019.0, 4038.0, 4018.0, 3999.0, 4029.0, 4020.0, 3998.0, 4039.0, 4000.0, 3987.0, 3999.0, 3999.0, 4030.0, 4020.0, 3999.0, 3999.0, 4012.0, 4002.0, 4010.0, 4002.0, 4031.0, 4021.0, 4001.0, 4022.0, 4024.0, 4055.0, 4023.0, 4012.0, 4013.0, 4014.0, 4043.0, 4027.0, 4025.0, 4025.0, 4013.0, 4067.0, 4036.0, 4015.0, 4044.0, 4002.0, 4023.0, 4033.0, 4001.0, 4043.0, 4012.0, 4012.0, 4033.0, 4011.0, 4042.0, 4034.0, 4012.0, 4052.0, 4011.0, 4001.0, 4021.0, 4025.0, 4013.0, 4010.0, 4000.0, 4040.0, 4020.0, 4000.0, 4009.0, 4023.0, 4033.0, 4041.0, 4010.0, 4052.0, 4011.0, 4008.0, 4011.0, 4011.0, 4044.0, 4023.0, 4033.0, 4024.0, 4002.0, 4021.0, 4012.0, 4032.0, 4011.0, 4014.0, 4043.0, 4026.0, 4026.0, 4035.0, 4026.0, 4068.0, 4051.0, 4039.0, 4016.0, 4026.0, 4026.0, 4025.0, 4047.0, 4026.0, 4068.0, 4067.0, 4035.0, 4065.0, 4033.0, 4052.0, 4023.0, 4051.0, 4009.0, 4000.0, 3999.0, 4000.0, 3999.0, 4011.0, 4012.0, 4011.0, 4013.0, 4024.0, 4033.0, 4023.0, 4042.0, 4033.0, 4040.0, 4043.0, 4052.0, 4040.0, 4019.0, 4007.0, 3987.0, 4018.0, 3984.0, 4024.0, 3984.0, 3973.0, 3995.0, 3996.0, 3996.0, 3997.0, 3998.0, 4009.0, 3998.0, 4008.0, 4010.0, 4029.0, 4010.0, 4040.0, 4010.0, 4030.0, 4031.0, 4000.0, 4009.0, 4010.0, 4029.0, 4021.0, 4013.0, 4010.0, 4021.0, 4010.0, 4009.0, 4000.0, 4012.0, 4010.0, 4052.0, 4010.0, 4043.0, 4021.0, 4010.0, 4020.0, 3999.0, 4038.0, 3999.0, 4038.0, 3997.0, 4028.0, 3996.0, 4016.0, 3984.0, 3997.0, 3998.0, 4027.0, 3998.0, 4008.0, 4008.0, 3998.0, 4009.0, 4010.0, 4040.0, 4022.0, 4040.0, 4022.0, 4043.0, 4012.0, 4010.0, 4051.0, 4010.0, 4009.0, 4011.0, 4025.0, 4043.0, 4024.0, 4036.0, 4013.0, 4014.0, 4032.0, 4024.0, 4022.0, 4011.0, 4011.0, 4042.0, 4012.0, 4011.0, 4010.0, 4011.0, 4053.0, 4024.0, 4033.0, 4011.0, 4013.0, 4031.0, 4023.0, 4041.0, 4022.0, 4036.0, 4057.0, 4025.0, 4065.0, 4024.0, 4013.0, 4026.0, 4013.0, 4053.0, 4034.0, 4065.0, 4065.0, 4044.0, 4076.0, 4025.0, 4051.0, 4008.0, 4028.0, 4008.0, 4038.0, 4009.0, 3996.0, 3996.0, 4009.0, 4010.0, 3996.0, 4007.0, 4032.0, 4043.0, 4066.0, 4075.0, 4066.0, 4074.0, 4020.0, 4029.0, 4009.0, 4017.0, 3985.0, 3992.0, 3984.0, 3983.0, 3971.0, 3982.0, 3983.0, 3993.0, 3994.0, 4004.0, 3985.0, 4007.0, 4028.0, 4007.0, 4024.0, 3980.0, 3989.0, 3968.0, 3968.0, 3980.0, 4010.0, 3980.0, 3968.0, 3969.0, 3969.0, 3979.0, 3980.0, 3981.0, 3981.0, 4012.0, 3992.0, 4024.0, 3994.0, 3985.0, 3984.0, 3984.0, 3982.0, 3981.0, 3983.0, 3983.0, 3983.0, 3982.0, 3982.0, 3985.0, 4006.0, 3993.0, 3983.0, 4015.0, 4028.0, 4029.0, 4050.0, 4037.0, 4046.0, 4025.0, 4022.0, 3966.0, 3963.0, 3995.0, 3965.0, 3965.0, 3966.0, 3979.0, 3967.0, 3979.0, 3980.0, 3979.0, 3981.0, 3979.0, 3993.0, 3991.0, 3993.0, 4001.0, 3990.0, 3981.0, 3993.0, 3994.0, 4014.0, 3994.0, 4003.0, 3993.0, 3992.0, 3993.0, 4004.0, 3996.0, 4005.0, 3995.0, 3995.0, 3994.0, 4006.0, 4007.0, 4008.0, 4020.0, 4031.0, 4020.0, 4039.0, 4029.0, 4031.0, 4019.0, 4007.0, 4008.0, 4008.0, 4016.0, 3997.0, 4038.0, 4007.0, 3997.0, 4007.0, 4008.0, 4007.0, 4008.0, 4007.0, 4018.0, 4010.0, 4040.0, 4010.0, 4011.0, 4020.0, 4024.0, 4032.0, 4025.0, 4051.0, 4044.0, 4023.0, 4064.0, 4032.0, 4033.0, 4024.0, 4026.0, 4041.0, 4020.0, 4018.0, 4040.0, 4019.0, 4059.0, 4008.0, 4038.0, 3997.0, 3996.0, 3997.0, 4040.0, 4059.0, 4036.0, 4008.0, 3997.0, 4006.0, 3984.0, 3995.0, 3995.0, 4016.0, 4006.0, 4026.0, 4017.0, 4010.0, 4009.0, 4008.0, 4003.0, 3993.0, 4023.0, 3982.0, 4001.0, 3980.0, 4001.0, 3991.0, 3982.0, 3993.0, 3996.0, 3984.0, 4020.0, 4031.0, 4010.0, 3997.0, 3995.0, 3996.0, 3997.0, 4007.0, 3996.0, 4050.0, 4040.0, 4038.0, 4049.0, 4037.0, 4035.0, 4034.0, 4002.0, 3992.0, 3993.0, 3969.0, 3980.0, 3989.0, 3990.0, 4009.0, 3999.0, 3981.0, 3981.0, 3991.0, 3988.0, 3978.0, 3967.0, 3969.0, 3967.0, 3968.0, 3981.0, 3981.0, 3979.0, 3965.0, 3965.0, 3966.0, 3988.0, 3979.0, 4021.0, 3992.0, 4021.0, 4010.0, 3988.0, 3987.0, 3966.0, 3996.0, 3963.0, 3942.0, 3964.0, 3976.0, 3976.0, 4006.0, 3976.0, 3966.0, 3963.0, 3977.0, 4020.0, 4000.0, 3989.0, 3991.0, 3983.0, 3982.0, 3992.0, 3991.0, 3978.0, 3992.0, 3980.0, 4011.0, 3990.0, 4000.0, 3990.0, 3989.0, 3978.0, 3969.0, 3981.0, 3990.0, 3983.0, 3995.0, 3982.0, 3980.0, 3994.0, 3983.0, 3995.0, 3994.0, 3994.0, 3994.0, 3994.0, 4007.0, 4006.0, 4006.0, 4036.0, 4005.0, 4025.0, 4005.0, 4027.0, 4006.0, 3994.0, 3992.0, 3982.0, 3991.0, 3993.0, 4014.0, 3993.0, 3984.0, 3995.0, 3994.0, 4006.0, 4009.0, 3995.0, 3995.0, 3995.0, 4029.0, 4008.0, 4029.0, 4020.0, 4029.0, 4030.0, 4039.0, 4019.0, 4008.0, 4008.0, 3997.0, 4013.0, 4004.0, 4004.0, 3993.0, 4003.0, 4014.0, 4003.0, 4003.0, 3982.0, 3992.0, 3993.0, 4001.0, 3983.0, 3982.0, 4006.0, 4037.0, 4047.0, 4048.0, 4007.0, 3994.0, 3993.0, 4000.0, 3991.0, 4023.0, 4002.0, 3981.0, 3970.0, 3992.0, 3981.0, 3971.0, 3981.0, 4002.0, 4003.0, 4034.0, 4025.0, 4006.0, 4017.0, 3993.0, 3981.0, 3969.0, 3969.0, 3980.0, 3980.0, 3992.0, 3982.0, 3995.0, 4015.0, 4007.0, 4007.0, 4017.0, 4018.0, 4016.0, 4007.0, 4004.0, 4006.0, 4006.0, 4026.0, 4005.0, 4013.0, 3991.0, 3990.0, 3979.0, 3978.0, 3967.0, 3977.0, 3967.0, 3968.0, 3969.0, 3990.0, 3999.0, 3990.0, 4020.0, 3980.0, 4009.0, 3980.0, 4013.0, 3993.0, 4023.0, 3981.0, 3995.0, 3995.0, 3994.0, 4006.0, 4007.0, 4019.0, 4007.0, 4027.0, 4027.0, 4049.0, 4008.0, 3999.0, 4010.0, 4009.0, 3996.0, 4007.0, 4008.0, 4008.0, 4049.0, 4039.0, 4007.0, 3996.0, 4008.0, 4017.0, 3996.0, 4020.0, 3996.0, 4006.0, 4025.0, 3995.0, 4016.0, 4039.0, 4009.0, 4016.0, 4025.0, 3994.0, 4002.0, 3984.0, 3983.0, 4021.0, 3989.0, 3969.0, 3957.0, 3978.0, 4000.0, 3990.0, 3999.0, 3997.0, 3968.0, 3979.0, 3991.0, 3989.0, 3979.0, 4002.0, 3991.0, 4002.0, 3982.0, 3981.0, 3992.0, 3994.0, 3993.0, 3995.0, 3994.0, 4007.0, 4039.0, 3997.0, 4049.0, 4029.0, 4035.0, 3993.0, 4013.0, 3981.0, 3981.0, 3983.0, 3981.0, 3984.0, 3992.0, 3991.0, 3991.0, 4022.0, 3992.0, 3981.0, 3982.0, 4000.0, 3980.0, 3982.0, 3982.0, 3981.0, 4024.0, 4014.0, 4035.0, 4004.0, 4023.0, 3992.0, 4002.0, 3980.0, 3987.0, 3978.0, 3987.0, 3990.0, 4000.0, 3981.0, 3981.0, 3992.0, 3994.0, 3982.0, 3993.0, 4002.0, 3981.0, 4004.0, 3983.0, 3993.0, 4036.0, 3984.0, 4005.0, 4003.0, 3991.0, 4022.0, 4002.0, 4023.0, 3992.0, 3990.0, 3980.0, 3978.0, 3968.0, 3969.0, 3979.0, 3979.0, 3969.0, 3992.0, 3994.0, 3994.0, 4007.0, 3995.0, 3994.0, 3981.0, 3979.0, 4012.0, 4004.0, 3994.0, 4037.0, 4025.0, 4024.0, 4003.0, 4035.0, 4034.0, 4032.0, 4012.0, 4018.0, 3998.0, 4006.0, 3952.0, 3927.0, 3939.0, 3939.0, 3940.0, 3963.0, 3953.0, 3955.0, 3978.0, 3956.0, 3977.0, 3977.0, 3988.0, 3978.0, 3978.0, 3999.0, 3989.0, 3999.0, 3989.0, 4008.0, 3998.0, 4007.0, 3987.0, 3993.0, 3963.0, 3982.0, 3962.0, 3952.0, 3941.0, 3954.0, 3966.0, 3953.0, 3964.0, 3952.0, 3953.0, 3964.0, 3955.0, 3967.0, 3987.0, 3957.0, 3968.0, 3966.0], 'WindowWidth': [9149.0, 9148.0, 9060.0, 9109.0, 9087.0, 9034.0, 9074.0, 9023.0, 9038.0, 9043.0, 9015.0, 9026.0, 9022.0, 8998.0, 9092.0, 9059.0, 9050.0, 9035.0, 9008.0, 9065.0, 8999.0, 9062.0, 9018.0, 9024.0, 9012.0, 8996.0, 9016.0, 8979.0, 9005.0, 8974.0, 9020.0, 8974.0, 8969.0, 8978.0, 8974.0, 9017.0, 9024.0, 8982.0, 8996.0, 8969.0, 8967.0, 8971.0, 8973.0, 8993.0, 8980.0, 8990.0, 8996.0, 8976.0, 9023.0, 8990.0, 8971.0, 9009.0, 8968.0, 8993.0, 8965.0, 8943.0, 8984.0, 8973.0, 8941.0, 8998.0, 8946.0, 8927.0, 8943.0, 8946.0, 8986.0, 8972.0, 8944.0, 8944.0, 8968.0, 8953.0, 8960.0, 8953.0, 8990.0, 8978.0, 8952.0, 8980.0, 8989.0, 9030.0, 8984.0, 8968.0, 8970.0, 8973.0, 9012.0, 8995.0, 8989.0, 8987.0, 8971.0, 9052.0, 9009.0, 8978.0, 9012.0, 8953.0, 8981.0, 8996.0, 8950.0, 9007.0, 8968.0, 8967.0, 8996.0, 8965.0, 9005.0, 8999.0, 8966.0, 9019.0, 8964.0, 8950.0, 8974.0, 8991.0, 8969.0, 8961.0, 8946.0, 9000.0, 8972.0, 8947.0, 8958.0, 8984.0, 8998.0, 9007.0, 8961.0, 9018.0, 8965.0, 8958.0, 8963.0, 8966.0, 9013.0, 8984.0, 8999.0, 8987.0, 8955.0, 8978.0, 8966.0, 8991.0, 8965.0, 8976.0, 9015.0, 8993.0, 8993.0, 9002.0, 8995.0, 9054.0, 9039.0, 9017.0, 8979.0, 8991.0, 8990.0, 8990.0, 9021.0, 8994.0, 9055.0, 9050.0, 9003.0, 9044.0, 8994.0, 9020.0, 8980.0, 9016.0, 8957.0, 8949.0, 8944.0, 8948.0, 8945.0, 8963.0, 8966.0, 8964.0, 8970.0, 8986.0, 8995.0, 8984.0, 9007.0, 8994.0, 9000.0, 9009.0, 9017.0, 8999.0, 8971.0, 8950.0, 8924.0, 8966.0, 8917.0, 8970.0, 8917.0, 8900.0, 8934.0, 8938.0, 8936.0, 8938.0, 8940.0, 8959.0, 8943.0, 8957.0, 8960.0, 8985.0, 8963.0, 9001.0, 8961.0, 8986.0, 8991.0, 8949.0, 8960.0, 8961.0, 8986.0, 8979.0, 8971.0, 8964.0, 8980.0, 8961.0, 8959.0, 8947.0, 8967.0, 8962.0, 9020.0, 8964.0, 9011.0, 8980.0, 8962.0, 8974.0, 8945.0, 8994.0, 8944.0, 8995.0, 8939.0, 8980.0, 8934.0, 8960.0, 8916.0, 8936.0, 8943.0, 8979.0, 8941.0, 8957.0, 8957.0, 8944.0, 8960.0, 8961.0, 9001.0, 8982.0, 9003.0, 8982.0, 9009.0, 8967.0, 8964.0, 9018.0, 8961.0, 8957.0, 8967.0, 8990.0, 9011.0, 8989.0, 9007.0, 8970.0, 8973.0, 8994.0, 8985.0, 8980.0, 8963.0, 8964.0, 9009.0, 8967.0, 8964.0, 8960.0, 8964.0, 9022.0, 8986.0, 8997.0, 8964.0, 8969.0, 8993.0, 8986.0, 9006.0, 8981.0, 9006.0, 9035.0, 8991.0, 9045.0, 8987.0, 8974.0, 8996.0, 8970.0, 9023.0, 9000.0, 9044.0, 9044.0, 9013.0, 9061.0, 8993.0, 9019.0, 8955.0, 8979.0, 8955.0, 8994.0, 8957.0, 8938.0, 8937.0, 8961.0, 8963.0, 8939.0, 8955.0, 8993.0, 9013.0, 9051.0, 9063.0, 9047.0, 9056.0, 8977.0, 8983.0, 8959.0, 8965.0, 8919.0, 8924.0, 8914.0, 8913.0, 8893.0, 8909.0, 8913.0, 8927.0, 8929.0, 8943.0, 8921.0, 8954.0, 8982.0, 8951.0, 8968.0, 8904.0, 8912.0, 8883.0, 8885.0, 8902.0, 8942.0, 8902.0, 8883.0, 8887.0, 8886.0, 8902.0, 8902.0, 8906.0, 8908.0, 8948.0, 8924.0, 8968.0, 8928.0, 8918.0, 8915.0, 8912.0, 8908.0, 8903.0, 8909.0, 8912.0, 8912.0, 8908.0, 8911.0, 8918.0, 8948.0, 8925.0, 8909.0, 8954.0, 8980.0, 8985.0, 9016.0, 8995.0, 9005.0, 8971.0, 8962.0, 8874.0, 8864.0, 8912.0, 8871.0, 8875.0, 8877.0, 8899.0, 8883.0, 8900.0, 8904.0, 8903.0, 8908.0, 8901.0, 8928.0, 8921.0, 8926.0, 8934.0, 8919.0, 8908.0, 8925.0, 8928.0, 8957.0, 8927.0, 8938.0, 8927.0, 8924.0, 8925.0, 8941.0, 8936.0, 8945.0, 8935.0, 8933.0, 8931.0, 8951.0, 8955.0, 8956.0, 8977.0, 8994.0, 8977.0, 8999.0, 8988.0, 8993.0, 8975.0, 8955.0, 8956.0, 8957.0, 8963.0, 8940.0, 8994.0, 8953.0, 8941.0, 8954.0, 8955.0, 8953.0, 8958.0, 8956.0, 8971.0, 8962.0, 9003.0, 8964.0, 8965.0, 8979.0, 8989.0, 8997.0, 8993.0, 9019.0, 9014.0, 8984.0, 9041.0, 8996.0, 8999.0, 8990.0, 8995.0, 9007.0, 8974.0, 8969.0, 9002.0, 8971.0, 9024.0, 8954.0, 8996.0, 8941.0, 8935.0, 8939.0, 9002.0, 9027.0, 8990.0, 8956.0, 8941.0, 8951.0, 8918.0, 8934.0, 8934.0, 8962.0, 8952.0, 8976.0, 8966.0, 8963.0, 8961.0, 8955.0, 8942.0, 8928.0, 8967.0, 8910.0, 8934.0, 8906.0, 8933.0, 8922.0, 8913.0, 8930.0, 8938.0, 8919.0, 8976.0, 8995.0, 8963.0, 8942.0, 8935.0, 8933.0, 8937.0, 8951.0, 8937.0, 9018.0, 9005.0, 8996.0, 9014.0, 8994.0, 8991.0, 8985.0, 8935.0, 8925.0, 8929.0, 8888.0, 8904.0, 8914.0, 8916.0, 8940.0, 8925.0, 8905.0, 8907.0, 8922.0, 8909.0, 8895.0, 8881.0, 8887.0, 8881.0, 8883.0, 8907.0, 8908.0, 8900.0, 8873.0, 8876.0, 8876.0, 8910.0, 8900.0, 8961.0, 8922.0, 8957.0, 8941.0, 8907.0, 8905.0, 8875.0, 8916.0, 8870.0, 8840.0, 8870.0, 8892.0, 8890.0, 8931.0, 8893.0, 8878.0, 8869.0, 8895.0, 8959.0, 8929.0, 8914.0, 8922.0, 8914.0, 8911.0, 8923.0, 8919.0, 8900.0, 8926.0, 8904.0, 8947.0, 8917.0, 8931.0, 8916.0, 8915.0, 8896.0, 8886.0, 8907.0, 8918.0, 8914.0, 8936.0, 8910.0, 8904.0, 8931.0, 8916.0, 8933.0, 8930.0, 8931.0, 8931.0, 8931.0, 8952.0, 8950.0, 8950.0, 8988.0, 8947.0, 8971.0, 8946.0, 8980.0, 8950.0, 8929.0, 8922.0, 8908.0, 8919.0, 8925.0, 8955.0, 8928.0, 8916.0, 8934.0, 8931.0, 8951.0, 8958.0, 8934.0, 8931.0, 8933.0, 8988.0, 8957.0, 8989.0, 8977.0, 8986.0, 8989.0, 8998.0, 8971.0, 8957.0, 8958.0, 8939.0, 8956.0, 8944.0, 8942.0, 8927.0, 8940.0, 8958.0, 8939.0, 8939.0, 8910.0, 8924.0, 8927.0, 8935.0, 8915.0, 8910.0, 8948.0, 8990.0, 9005.0, 9008.0, 8955.0, 8931.0, 8925.0, 8931.0, 8919.0, 8965.0, 8936.0, 8905.0, 8891.0, 8924.0, 8910.0, 8894.0, 8907.0, 8938.0, 8940.0, 8983.0, 8973.0, 8952.0, 8969.0, 8927.0, 8908.0, 8886.0, 8888.0, 8902.0, 8905.0, 8925.0, 8912.0, 8933.0, 8961.0, 8955.0, 8955.0, 8969.0, 8970.0, 8963.0, 8952.0, 8944.0, 8951.0, 8949.0, 8975.0, 8945.0, 8953.0, 8921.0, 8917.0, 8899.0, 8895.0, 8879.0, 8894.0, 8880.0, 8885.0, 8886.0, 8917.0, 8928.0, 8917.0, 8957.0, 8902.0, 8940.0, 8905.0, 8952.0, 8925.0, 8964.0, 8909.0, 8934.0, 8936.0, 8931.0, 8951.0, 8956.0, 8972.0, 8954.0, 8981.0, 8980.0, 9011.0, 8956.0, 8947.0, 8965.0, 8962.0, 8938.0, 8952.0, 8956.0, 8956.0, 9011.0, 8997.0, 8954.0, 8938.0, 8958.0, 8966.0, 8937.0, 8977.0, 8938.0, 8949.0, 8971.0, 8931.0, 8961.0, 8998.0, 8959.0, 8962.0, 8970.0, 8928.0, 8933.0, 8914.0, 8912.0, 8958.0, 8912.0, 8884.0, 8866.0, 8895.0, 8927.0, 8912.0, 8923.0, 8920.0, 8882.0, 8901.0, 8922.0, 8915.0, 8903.0, 8938.0, 8922.0, 8935.0, 8909.0, 8907.0, 8923.0, 8928.0, 8926.0, 8934.0, 8931.0, 8953.0, 9000.0, 8937.0, 9013.0, 8983.0, 8984.0, 8925.0, 8950.0, 8904.0, 8904.0, 8911.0, 8905.0, 8917.0, 8924.0, 8920.0, 8921.0, 8962.0, 8925.0, 8909.0, 8911.0, 8932.0, 8905.0, 8909.0, 8909.0, 8908.0, 8969.0, 8955.0, 8984.0, 8942.0, 8965.0, 8923.0, 8935.0, 8905.0, 8907.0, 8896.0, 8908.0, 8918.0, 8929.0, 8908.0, 8910.0, 8925.0, 8933.0, 8913.0, 8926.0, 8933.0, 8906.0, 8941.0, 8913.0, 8928.0, 8988.0, 8915.0, 8944.0, 8937.0, 8919.0, 8962.0, 8937.0, 8967.0, 8924.0, 8916.0, 8902.0, 8897.0, 8882.0, 8885.0, 8898.0, 8903.0, 8888.0, 8924.0, 8931.0, 8932.0, 8956.0, 8932.0, 8929.0, 8907.0, 8905.0, 8951.0, 8943.0, 8932.0, 8992.0, 8973.0, 8969.0, 8939.0, 8988.0, 8985.0, 8978.0, 8950.0, 8951.0, 8920.0, 8927.0, 8848.0, 8807.0, 8824.0, 8827.0, 8830.0, 8866.0, 8856.0, 8860.0, 8897.0, 8865.0, 8892.0, 8892.0, 8910.0, 8895.0, 8894.0, 8925.0, 8910.0, 8924.0, 8912.0, 8934.0, 8921.0, 8931.0, 8905.0, 8905.0, 8864.0, 8886.0, 8860.0, 8847.0, 8833.0, 8856.0, 8878.0, 8854.0, 8870.0, 8852.0, 8854.0, 8869.0, 8860.0, 8879.0, 8907.0, 8868.0, 8883.0, 8875.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.005552197928653625</td></tr>
<tr><td colspan=3>aqi</td><td>0.058221920253164555</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.18324499508068</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2390522565092195</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0499202380299542</td></tr>
<tr><td colspan=3>efc</td><td>0.4433</td></tr>
<tr><td colspan=3>fber</td><td>7606.2705</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19503634351104432</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>268</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>30.84004602991945</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.44562798798698</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3693601253282344</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6529720276573086</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.314551810975396</td></tr>
<tr><td colspan=3>gcor</td><td>0.0161923</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006774752400815487</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03034023381769657</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>4.023909545714189</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>33.2325</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.0528</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>130.9855</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>306963.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>594.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.2842</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6094</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>489.5403</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3277.3744</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3444.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1207.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4284.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.8779</td></tr>
<tr><td colspan=3>tsnr</td><td>28.02625386987347</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>