ds005256-mriqc/sub-0043_ses-04_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 73e9b2cec3 [DATALAD RUNCMD] Compute MRIQC for sub-0043
=== 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-0043 --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-0043",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:14:14 +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-0043_ses-04_task-social_acq-mb8_run-01_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-0043_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-01_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-0043/ses-04/func/sub-0043_ses-04_task-social_acq-mb8_run-01_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>87f39424fe884decbd1c28f5b31ea293</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:09:6.547500</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.982625, 0.173567, 0.0657492, -0.175209, 0.984327, 0.020044]</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-01_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.0920852</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7769, -7307, 654, -41, -329, -58, 52]</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>242.88</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7c821ff2-5d62-472a-8b53-47190f9742dd||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.636310577392578, -0.4700731635093689, 0.16534732282161713, 125.123291015625], [-0.46566808223724365, 2.6408779621124268, 0.08428217470645905, -82.27832794189453], [0.1764003336429596, -0.05377667024731636, 2.6936140060424805, -95.20442199707031], [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': ['150906.547500', '150907.007500', '150907.467500', '150907.927500', '150908.387500', '150908.847500', '150909.307500', '150909.767500', '150910.227500', '150910.687500', '150911.147500', '150911.607500', '150912.067500', '150912.527500', '150912.987500', '150913.447500', '150913.907500', '150914.367500', '150914.827500', '150915.287500', '150915.747500', '150916.207500', '150916.667500', '150917.127500', '150917.587500', '150918.047500', '150918.507500', '150918.967500', '150919.427500', '150919.887500', '150920.347500', '150920.807500', '150921.267500', '150921.727500', '150922.187500', '150922.647500', '150923.107500', '150923.567500', '150924.027500', '150924.487500', '150924.947500', '150925.407500', '150925.867500', '150926.327500', '150926.787500', '150927.247500', '150927.707500', '150928.167500', '150928.627500', '150929.087500', '150929.547500', '150930.007500', '150930.467500', '150930.927500', '150931.387500', '150931.847500', '150932.307500', '150932.767500', '150933.227500', '150933.687500', '150934.147500', '150934.607500', '150935.067500', '150935.527500', '150935.987500', '150936.447500', '150936.907500', '150937.367500', '150937.827500', '150938.287500', '150938.747500', '150939.207500', '150939.667500', '150940.127500', '150940.587500', '150941.047500', '150941.507500', '150941.967500', '150942.427500', '150942.887500', '150943.347500', '150943.807500', '150944.267500', '150944.727500', '150945.187500', '150945.647500', '150946.107500', '150946.567500', '150947.027500', '150947.487500', '150947.947500', '150948.407500', '150948.867500', '150949.327500', '150949.787500', '150950.247500', '150950.707500', '150951.167500', '150951.627500', '150952.087500', '150952.547500', '150953.007500', '150953.467500', '150953.927500', '150954.387500', '150954.847500', '150955.307500', '150955.767500', '150956.227500', '150956.687500', '150957.147500', '150957.607500', '150958.067500', '150958.527500', '150958.987500', '150959.447500', '150959.907500', '151000.367500', '151000.827500', '151001.287500', '151001.747500', '151002.207500', '151002.667500', '151003.127500', '151003.587500', '151004.047500', '151004.507500', '151004.967500', '151005.427500', '151005.887500', '151006.347500', '151006.807500', '151007.267500', '151007.727500', '151008.187500', '151008.647500', '151009.107500', '151009.567500', '151010.027500', '151010.487500', '151010.947500', '151011.407500', '151011.867500', '151012.327500', '151012.787500', '151013.247500', '151013.707500', '151014.167500', '151014.627500', '151015.087500', '151015.547500', '151016.007500', '151016.467500', '151016.927500', '151017.387500', '151017.847500', '151018.307500', '151018.767500', '151019.227500', '151019.687500', '151020.147500', '151020.607500', '151021.067500', '151021.527500', '151021.987500', '151022.447500', '151022.907500', '151023.367500', '151023.827500', '151024.287500', '151024.747500', '151025.207500', '151025.667500', '151026.127500', '151026.587500', '151027.047500', '151027.507500', '151027.967500', '151028.427500', '151028.887500', '151029.347500', '151029.807500', '151030.267500', '151030.727500', '151031.187500', '151031.647500', '151032.107500', '151032.567500', '151033.027500', '151033.487500', '151033.947500', '151034.407500', '151034.867500', '151035.327500', '151035.787500', '151036.247500', '151036.707500', '151037.167500', '151037.627500', '151038.087500', '151038.547500', '151039.007500', '151039.467500', '151039.927500', '151040.387500', '151040.847500', '151041.307500', '151041.767500', '151042.227500', '151042.687500', '151043.147500', '151043.607500', '151044.067500', '151044.527500', '151044.987500', '151045.447500', '151045.907500', '151046.367500', '151046.827500', '151047.287500', '151047.747500', '151048.207500', '151048.667500', '151049.127500', '151049.587500', '151050.047500', '151050.507500', '151050.967500', '151051.427500', '151051.887500', '151052.347500', '151052.807500', '151053.267500', '151053.727500', '151054.187500', '151054.647500', '151055.107500', '151055.567500', '151056.027500', '151056.487500', '151056.947500', '151057.407500', '151057.867500', '151058.327500', '151058.787500', '151059.247500', '151059.707500', '151100.167500', '151100.627500', '151101.087500', '151101.547500', '151102.007500', '151102.467500', '151102.927500', '151103.387500', '151103.847500', '151104.307500', '151104.767500', '151105.227500', '151105.687500', '151106.147500', '151106.607500', '151107.067500', '151107.527500', '151107.987500', '151108.447500', '151108.907500', '151109.367500', '151109.827500', '151110.287500', '151110.747500', '151111.207500', '151111.667500', '151112.127500', '151112.587500', '151113.047500', '151113.507500', '151113.967500', '151114.427500', '151114.887500', '151115.347500', '151115.807500', '151116.267500', '151116.727500', '151117.187500', '151117.647500', '151118.107500', '151118.567500', '151119.027500', '151119.487500', '151119.947500', '151120.407500', '151120.867500', '151121.327500', '151121.787500', '151122.247500', '151122.707500', '151123.167500', '151123.627500', '151124.087500', '151124.547500', '151125.007500', '151125.467500', '151125.927500', '151126.387500', '151126.847500', '151127.307500', '151127.767500', '151128.227500', '151128.687500', '151129.147500', '151129.607500', '151130.067500', '151130.527500', '151130.987500', '151131.447500', '151131.907500', '151132.367500', '151132.827500', '151133.287500', '151133.747500', '151134.207500', '151134.667500', '151135.127500', '151135.587500', '151136.047500', '151136.507500', '151136.967500', '151137.427500', '151137.887500', '151138.347500', '151138.807500', '151139.267500', '151139.727500', '151140.187500', '151140.647500', '151141.107500', '151141.567500', '151142.027500', '151142.487500', '151142.947500', '151143.407500', '151143.867500', '151144.327500', '151144.787500', '151145.247500', '151145.707500', '151146.167500', '151146.627500', '151147.087500', '151147.547500', '151148.007500', '151148.467500', '151148.927500', '151149.387500', '151149.847500', '151150.307500', '151150.767500', '151151.227500', '151151.687500', '151152.147500', '151152.607500', '151153.067500', '151153.527500', '151153.987500', '151154.447500', '151154.907500', '151155.367500', '151155.827500', '151156.287500', '151156.747500', '151157.207500', '151157.667500', '151158.127500', '151158.587500', '151159.047500', '151159.507500', '151159.967500', '151200.427500', '151200.887500', '151201.347500', '151201.807500', '151202.267500', '151202.727500', '151203.187500', '151203.647500', '151204.107500', '151204.567500', '151205.027500', '151205.487500', '151205.947500', '151206.407500', '151206.867500', '151207.327500', '151207.787500', '151208.247500', '151208.707500', '151209.167500', '151209.627500', '151210.087500', '151210.547500', '151211.007500', '151211.467500', '151211.927500', '151212.387500', '151212.847500', '151213.307500', '151213.767500', '151214.227500', '151214.687500', '151215.147500', '151215.607500', '151216.067500', '151216.527500', '151216.987500', '151217.447500', '151217.907500', '151218.367500', '151218.827500', '151219.287500', '151219.747500', '151220.207500', '151220.667500', '151221.127500', '151221.587500', '151222.047500', '151222.507500', '151222.967500', '151223.427500', '151223.887500', '151224.347500', '151224.807500', '151225.267500', '151225.727500', '151226.187500', '151226.647500', '151227.107500', '151227.567500', '151228.027500', '151228.487500', '151228.947500', '151229.407500', '151229.867500', '151230.327500', '151230.787500', '151231.247500', '151231.707500', '151232.167500', '151232.627500', '151233.087500', '151233.547500', '151234.007500', '151234.467500', '151234.927500', '151235.387500', '151235.847500', '151236.307500', '151236.767500', '151237.227500', '151237.687500', '151238.147500', '151238.607500', '151239.067500', '151239.527500', '151239.987500', '151240.447500', '151240.907500', '151241.367500', '151241.827500', '151242.287500', '151242.747500', '151243.207500', '151243.667500', '151244.127500', '151244.587500', '151245.047500', '151245.507500', '151245.967500', '151246.427500', '151246.887500', '151247.347500', '151247.807500', '151248.267500', '151248.727500', '151249.187500', '151249.647500', '151250.107500', '151250.567500', '151251.027500', '151251.487500', '151251.947500', '151252.407500', '151252.867500', '151253.327500', '151253.787500', '151254.247500', '151254.707500', '151255.167500', '151255.627500', '151256.087500', '151256.547500', '151257.007500', '151257.467500', '151257.927500', '151258.387500', '151258.847500', '151259.307500', '151259.767500', '151300.227500', '151300.687500', '151301.147500', '151301.607500', '151302.067500', '151302.527500', '151302.987500', '151303.447500', '151303.907500', '151304.367500', '151304.827500', '151305.287500', '151305.747500', '151306.207500', '151306.667500', '151307.127500', '151307.587500', '151308.047500', '151308.507500', '151308.967500', '151309.427500', '151309.887500', '151310.347500', '151310.807500', '151311.267500', '151311.727500', '151312.187500', '151312.647500', '151313.107500', '151313.567500', '151314.027500', '151314.487500', '151314.947500', '151315.407500', '151315.867500', '151316.327500', '151316.787500', '151317.247500', '151317.707500', '151318.167500', '151318.627500', '151319.087500', '151319.547500', '151320.007500', '151320.467500', '151320.927500', '151321.387500', '151321.847500', '151322.307500', '151322.767500', '151323.227500', '151323.687500', '151324.147500', '151324.607500', '151325.067500', '151325.527500', '151325.987500', '151326.447500', '151326.907500', '151327.367500', '151327.827500', '151328.287500', '151328.747500', '151329.207500', '151329.667500', '151330.127500', '151330.587500', '151331.047500', '151331.507500', '151331.967500', '151332.427500', '151332.887500', '151333.347500', '151333.807500', '151334.267500', '151334.727500', '151335.187500', '151335.647500', '151336.107500', '151336.567500', '151337.027500', '151337.487500', '151337.947500', '151338.407500', '151338.867500', '151339.327500', '151339.787500', '151340.247500', '151340.707500', '151341.167500', '151341.627500', '151342.087500', '151342.547500', '151343.007500', '151343.467500', '151343.927500', '151344.387500', '151344.847500', '151345.307500', '151345.767500', '151346.227500', '151346.687500', '151347.147500', '151347.607500', '151348.067500', '151348.527500', '151348.987500', '151349.447500', '151349.907500', '151350.367500', '151350.827500', '151351.287500', '151351.747500', '151352.207500', '151352.667500', '151353.127500', '151353.587500', '151354.047500', '151354.507500', '151354.967500', '151355.427500', '151355.887500', '151356.347500', '151356.807500', '151357.267500', '151357.727500', '151358.187500', '151358.647500', '151359.107500', '151359.567500', '151400.027500', '151400.487500', '151400.947500', '151401.407500', '151401.867500', '151402.327500', '151402.787500', '151403.247500', '151403.707500', '151404.167500', '151404.627500', '151405.087500', '151405.547500', '151406.007500', '151406.467500', '151406.927500', '151407.387500', '151407.847500', '151408.307500', '151408.767500', '151409.227500', '151409.687500', '151410.147500', '151410.607500', '151411.067500', '151411.527500', '151411.987500', '151412.447500', '151412.907500', '151413.367500', '151413.827500', '151414.287500', '151414.747500', '151415.207500', '151415.667500', '151416.127500', '151416.587500', '151417.047500', '151417.507500', '151417.967500', '151418.427500', '151418.887500', '151419.347500', '151419.807500', '151420.267500', '151420.727500', '151421.187500', '151421.647500', '151422.107500', '151422.567500', '151423.027500', '151423.487500', '151423.947500', '151424.407500', '151424.867500', '151425.327500', '151425.787500', '151426.247500', '151426.707500', '151427.167500', '151427.627500', '151428.087500', '151428.547500', '151429.007500', '151429.467500', '151429.927500', '151430.387500', '151430.847500', '151431.307500', '151431.767500', '151432.227500', '151432.687500', '151433.147500', '151433.607500', '151434.067500', '151434.527500', '151434.987500', '151435.447500', '151435.907500', '151436.367500', '151436.827500', '151437.287500', '151437.747500', '151438.207500', '151438.667500', '151439.127500', '151439.587500', '151440.047500', '151440.507500', '151440.967500', '151441.427500', '151441.887500', '151442.347500', '151442.807500', '151443.267500', '151443.727500', '151444.187500', '151444.647500', '151445.107500', '151445.567500', '151446.027500', '151446.487500', '151446.947500', '151447.407500', '151447.867500', '151448.327500', '151448.787500', '151449.247500', '151449.707500', '151450.167500', '151450.627500', '151451.087500', '151451.547500', '151452.007500', '151452.467500', '151452.927500', '151453.387500', '151453.847500', '151454.307500', '151454.767500', '151455.227500', '151455.687500', '151456.147500', '151456.607500', '151457.067500', '151457.527500', '151457.987500', '151458.447500', '151458.907500', '151459.367500', '151459.827500', '151500.287500', '151500.747500', '151501.207500', '151501.667500', '151502.127500', '151502.587500', '151503.047500', '151503.507500', '151503.967500', '151504.427500', '151504.887500', '151505.347500', '151505.807500', '151506.267500', '151506.727500', '151507.187500', '151507.647500', '151508.107500', '151508.567500', '151509.027500', '151509.487500', '151509.947500', '151510.407500', '151510.867500', '151511.327500', '151511.787500', '151512.247500', '151512.707500', '151513.167500', '151513.627500', '151514.087500', '151514.547500', '151515.007500', '151515.467500', '151515.927500', '151516.387500', '151516.847500', '151517.307500', '151517.767500', '151518.227500', '151518.687500', '151519.147500', '151519.607500', '151520.067500', '151520.527500', '151520.987500', '151521.447500', '151521.907500', '151522.367500', '151522.827500', '151523.287500', '151523.747500', '151524.207500', '151524.667500', '151525.127500', '151525.587500', '151526.047500', '151526.507500', '151526.967500', '151527.427500', '151527.887500', '151528.347500', '151528.807500', '151529.267500', '151529.727500', '151530.187500', '151530.647500', '151531.107500', '151531.567500', '151532.027500', '151532.487500', '151532.947500', '151533.407500', '151533.867500', '151534.327500', '151534.787500', '151535.247500', '151535.707500', '151536.167500', '151536.627500', '151537.087500', '151537.547500', '151538.007500', '151538.467500', '151538.927500', '151539.387500', '151539.847500', '151540.307500', '151540.767500', '151541.227500', '151541.687500', '151542.147500', '151542.607500', '151543.067500', '151543.527500', '151543.987500', '151544.447500', '151544.907500', '151545.367500', '151545.827500', '151546.287500', '151546.747500', '151547.207500'], 'ContentTime': ['150929.148000', '150929.151000', '150929.154000', '150929.156000', '150929.159000', '150929.162000', '150929.164000', '150929.167000', '150929.169000', '150929.172000', '150929.176000', '150929.179000', '150929.181000', '150929.184000', '150929.186000', '150929.189000', '150929.192000', '150929.194000', '150929.197000', '150929.199000', '150929.202000', '150929.205000', '150929.207000', '150929.210000', '150929.212000', '150929.215000', '150929.217000', '150929.220000', '150929.223000', '150929.225000', '150929.229000', '150929.232000', '150929.234000', '150929.237000', '150929.240000', '150929.242000', '150929.245000', '150929.247000', '150929.250000', '150929.252000', '150929.255000', '150929.258000', '150929.260000', '150929.263000', '150929.265000', '150929.268000', '150949.122000', '150949.125000', '150949.128000', '150949.130000', '150949.133000', '150949.135000', '150949.138000', '150949.141000', '150949.143000', '150949.146000', '150949.148000', '150949.151000', '150949.154000', '150949.156000', '150949.159000', '150949.162000', '150949.164000', '150949.167000', '150949.169000', '150949.172000', '150949.174000', '150949.177000', '150949.179000', '150949.182000', '150949.185000', '150949.187000', '150949.190000', '150949.192000', '150949.195000', '150949.197000', '150949.200000', '150949.203000', '150949.205000', '150949.208000', '150949.210000', '150949.213000', '150949.215000', '150949.218000', '150949.223000', '150949.225000', '150949.228000', '150949.231000', '150949.233000', '151009.122000', '151009.125000', '151009.128000', '151009.130000', '151009.133000', '151009.135000', '151009.138000', '151009.140000', '151009.143000', '151009.146000', '151009.148000', '151009.151000', '151009.153000', '151009.156000', '151009.158000', '151009.161000', '151009.163000', '151009.166000', '151009.169000', '151009.171000', '151009.178000', '151009.181000', '151009.183000', '151009.186000', '151009.188000', '151009.191000', '151009.194000', '151009.196000', '151009.199000', '151009.201000', '151009.204000', '151009.206000', '151009.209000', '151009.211000', '151009.214000', '151009.216000', '151009.219000', '151009.222000', '151009.224000', '151009.227000', '151009.229000', '151009.232000', '151009.235000', '151009.237000', '151029.122000', '151029.125000', '151029.128000', '151029.130000', '151029.133000', '151029.135000', '151029.138000', '151029.141000', '151029.143000', '151029.146000', '151029.148000', '151029.151000', '151029.153000', '151029.156000', '151029.163000', '151029.166000', '151029.168000', '151029.171000', '151029.173000', '151029.176000', '151029.179000', '151029.181000', '151029.184000', '151029.186000', '151029.189000', '151029.192000', '151029.194000', '151029.197000', '151029.199000', '151029.202000', '151029.205000', '151029.208000', '151029.210000', '151029.213000', '151029.215000', '151029.218000', '151029.220000', '151029.223000', '151029.225000', '151029.228000', '151029.230000', '151029.233000', '151029.236000', '151049.122000', '151049.125000', '151049.128000', '151049.130000', '151049.133000', '151049.136000', '151049.138000', '151049.152000', '151049.155000', '151049.157000', '151049.160000', '151049.162000', '151049.165000', '151049.167000', '151049.170000', '151049.173000', '151049.175000', '151049.178000', '151049.180000', '151049.183000', '151049.185000', '151049.188000', '151049.191000', '151049.193000', '151049.196000', '151049.198000', '151049.201000', '151049.203000', '151049.206000', '151049.209000', '151049.211000', '151049.214000', '151049.216000', '151049.219000', '151049.221000', '151049.224000', '151049.227000', '151049.229000', '151049.232000', '151049.237000', '151049.239000', '151049.242000', '151049.244000', '151049.247000', '151109.122000', '151109.125000', '151109.128000', '151109.130000', '151109.133000', '151109.135000', '151109.138000', '151109.141000', '151109.143000', '151109.146000', '151109.149000', '151109.151000', '151109.154000', '151109.156000', '151109.159000', '151109.162000', '151109.164000', '151109.167000', '151109.169000', '151109.172000', '151109.175000', '151109.177000', '151109.180000', '151109.183000', '151109.185000', '151109.188000', '151109.191000', '151109.193000', '151109.196000', '151109.199000', '151109.201000', '151109.204000', '151109.216000', '151109.219000', '151109.221000', '151109.224000', '151109.226000', '151109.229000', '151109.232000', '151109.234000', '151109.237000', '151109.239000', '151109.242000', '151129.122000', '151129.125000', '151129.128000', '151129.130000', '151129.133000', '151129.136000', '151129.138000', '151129.141000', '151129.143000', '151129.146000', '151129.148000', '151129.151000', '151129.154000', '151129.156000', '151129.159000', '151129.161000', '151129.164000', '151129.166000', '151129.169000', '151129.172000', '151129.174000', '151129.177000', '151129.180000', '151129.182000', '151129.185000', '151129.187000', '151129.190000', '151129.192000', '151129.195000', '151129.198000', '151129.200000', '151129.203000', '151129.205000', '151129.208000', '151129.210000', '151129.213000', '151129.216000', '151129.218000', '151129.221000', '151129.223000', '151129.226000', '151129.228000', '151129.231000', '151129.234000', '151149.122000', '151149.125000', '151149.128000', '151149.130000', '151149.133000', '151149.136000', '151149.138000', '151149.141000', '151149.143000', '151149.146000', '151149.149000', '151149.151000', '151149.154000', '151149.156000', '151149.159000', '151149.161000', '151149.164000', '151149.167000', '151149.169000', '151149.172000', '151149.174000', '151149.177000', '151149.179000', '151149.182000', '151149.185000', '151149.187000', '151149.190000', '151149.192000', '151149.195000', '151149.198000', '151149.200000', '151149.203000', '151149.205000', '151149.208000', '151149.211000', '151149.213000', '151149.216000', '151149.218000', '151149.221000', '151149.224000', '151149.227000', '151149.229000', '151149.232000', '151209.122000', '151209.125000', '151209.128000', '151209.131000', '151209.133000', '151209.136000', '151209.138000', '151209.141000', '151209.143000', '151209.146000', '151209.149000', '151209.151000', '151209.154000', '151209.156000', '151209.159000', '151209.161000', '151209.164000', '151209.167000', '151209.169000', '151209.172000', '151209.175000', '151209.177000', '151209.180000', '151209.182000', '151209.185000', '151209.187000', '151209.190000', '151209.193000', '151209.195000', '151209.198000', '151209.200000', '151209.203000', '151209.206000', '151209.208000', '151209.211000', '151209.213000', '151209.216000', '151209.218000', '151209.221000', '151209.224000', '151209.226000', '151209.229000', '151209.232000', '151209.234000', '151229.122000', '151229.125000', '151229.128000', '151229.131000', '151229.133000', '151229.136000', '151229.138000', '151229.141000', '151229.144000', '151229.146000', '151229.149000', '151229.151000', '151229.154000', '151229.157000', '151229.159000', '151229.162000', '151229.164000', '151229.167000', '151229.170000', '151229.172000', '151229.175000', '151229.177000', '151229.180000', '151229.182000', '151229.185000', '151229.188000', '151229.190000', '151229.193000', '151229.195000', '151229.198000', '151229.200000', '151229.203000', '151229.206000', '151229.208000', '151229.211000', '151229.214000', '151229.216000', '151229.219000', '151229.221000', '151229.224000', '151229.227000', '151229.229000', '151229.232000', '151249.122000', '151249.125000', '151249.128000', '151249.130000', '151249.133000', '151249.135000', '151249.138000', '151249.141000', '151249.143000', '151249.146000', '151249.148000', '151249.151000', '151249.153000', '151249.156000', '151249.158000', '151249.161000', '151249.164000', '151249.166000', '151249.169000', '151249.171000', '151249.174000', '151249.176000', '151249.179000', '151249.181000', '151249.184000', '151249.187000', '151249.189000', '151249.192000', '151249.194000', '151249.197000', '151249.199000', '151249.202000', '151249.204000', '151249.207000', '151249.210000', '151249.212000', '151249.215000', '151249.217000', '151249.220000', '151249.222000', '151249.225000', '151249.228000', '151249.230000', '151249.233000', '151309.122000', '151309.125000', '151309.128000', '151309.130000', '151309.133000', '151309.136000', '151309.138000', '151309.141000', '151309.143000', '151309.146000', '151309.149000', '151309.151000', '151309.154000', '151309.156000', '151309.159000', '151309.162000', '151309.164000', '151309.167000', '151309.169000', '151309.172000', '151309.175000', '151309.177000', '151309.180000', '151309.182000', '151309.185000', '151309.187000', '151309.190000', '151309.193000', '151309.195000', '151309.198000', '151309.200000', '151309.203000', '151309.205000', '151309.208000', '151309.211000', '151309.213000', '151309.216000', '151309.218000', '151309.221000', '151309.224000', '151309.226000', '151309.229000', '151309.231000', '151329.123000', '151329.125000', '151329.128000', '151329.131000', '151329.133000', '151329.136000', '151329.138000', '151329.141000', '151329.144000', '151329.146000', '151329.149000', '151329.151000', '151329.154000', '151329.157000', '151329.159000', '151329.162000', '151329.165000', '151329.167000', '151329.170000', '151329.172000', '151329.175000', '151329.177000', '151329.180000', '151329.182000', '151329.185000', '151329.188000', '151329.190000', '151329.193000', '151329.195000', '151329.198000', '151329.200000', '151329.203000', '151329.205000', '151329.208000', '151329.211000', '151329.213000', '151329.216000', '151329.218000', '151329.221000', '151329.223000', '151329.226000', '151329.228000', '151329.231000', '151329.234000', '151349.122000', '151349.125000', '151349.128000', '151349.131000', '151349.133000', '151349.136000', '151349.138000', '151349.141000', '151349.144000', '151349.146000', '151349.149000', '151349.151000', '151349.154000', '151349.170000', '151349.172000', '151349.175000', '151349.178000', '151349.180000', '151349.183000', '151349.185000', '151349.188000', '151349.190000', '151349.193000', '151349.196000', '151349.198000', '151349.201000', '151349.203000', '151349.206000', '151349.209000', '151349.211000', '151349.214000', '151349.216000', '151349.219000', '151349.221000', '151349.224000', '151349.227000', '151349.229000', '151349.232000', '151349.234000', '151349.237000', '151349.240000', '151349.242000', '151349.245000', '151409.122000', '151409.125000', '151409.128000', '151409.130000', '151409.133000', '151409.135000', '151409.138000', '151409.141000', '151409.143000', '151409.146000', '151409.148000', '151409.151000', '151409.154000', '151409.156000', '151409.159000', '151409.161000', '151409.164000', '151409.166000', '151409.169000', '151409.172000', '151409.174000', '151409.177000', '151409.179000', '151409.182000', '151409.184000', '151409.187000', '151409.189000', '151409.192000', '151409.195000', '151409.197000', '151409.200000', '151409.203000', '151409.205000', '151409.208000', '151409.210000', '151409.213000', '151409.215000', '151409.218000', '151409.221000', '151409.223000', '151409.226000', '151409.228000', '151409.231000', '151409.233000', '151429.122000', '151429.125000', '151429.128000', '151429.130000', '151429.133000', '151429.136000', '151429.138000', '151429.141000', '151429.143000', '151429.146000', '151429.149000', '151429.151000', '151429.154000', '151429.156000', '151429.159000', '151429.162000', '151429.164000', '151429.167000', '151429.169000', '151429.172000', '151429.175000', '151429.177000', '151429.180000', '151429.182000', '151429.185000', '151429.188000', '151429.190000', '151429.193000', '151429.196000', '151429.198000', '151429.201000', '151429.203000', '151429.206000', '151429.208000', '151429.211000', '151429.214000', '151429.216000', '151429.219000', '151429.221000', '151429.224000', '151429.227000', '151429.229000', '151429.232000', '151449.122000', '151449.125000', '151449.128000', '151449.130000', '151449.133000', '151449.136000', '151449.138000', '151449.143000', '151449.146000', '151449.148000', '151449.151000', '151449.154000', '151449.157000', '151449.159000', '151449.162000', '151449.164000', '151449.167000', '151449.169000', '151449.172000', '151449.175000', '151449.177000', '151449.180000', '151449.182000', '151449.185000', '151449.188000', '151449.190000', '151449.193000', '151449.196000', '151449.199000', '151449.202000', '151449.204000', '151449.207000', '151449.209000', '151449.212000', '151449.215000', '151449.217000', '151449.220000', '151449.222000', '151449.225000', '151449.228000', '151449.230000', '151449.233000', '151449.236000', '151509.122000', '151509.125000', '151509.128000', '151509.130000', '151509.133000', '151509.136000', '151509.138000', '151509.141000', '151509.143000', '151509.146000', '151509.149000', '151509.151000', '151509.154000', '151509.156000', '151509.159000', '151509.162000', '151509.164000', '151509.167000', '151509.169000', '151509.172000', '151509.175000', '151509.177000', '151509.180000', '151509.184000', '151509.186000', '151509.189000', '151509.192000', '151509.194000', '151509.197000', '151509.199000', '151509.202000', '151509.204000', '151509.207000', '151509.210000', '151509.212000', '151509.215000', '151509.217000', '151509.220000', '151509.223000', '151509.237000', '151509.239000', '151509.242000', '151509.244000', '151509.247000', '151529.122000', '151529.125000', '151529.128000', '151529.130000', '151529.133000', '151529.136000', '151529.138000', '151529.141000', '151529.143000', '151529.146000', '151529.149000', '151529.151000', '151529.154000', '151529.157000', '151529.159000', '151529.162000', '151529.164000', '151529.167000', '151529.169000', '151529.172000', '151529.175000', '151529.177000', '151529.180000', '151529.182000', '151529.185000', '151529.188000', '151529.190000', '151529.193000', '151529.196000', '151529.198000', '151529.201000', '151529.203000', '151529.206000', '151529.209000', '151529.211000', '151529.214000', '151529.216000', '151529.219000', '151529.221000', '151529.224000', '151529.227000', '151529.229000', '151529.232000', '151548.884000', '151548.887000', '151548.889000', '151548.892000', '151548.895000', '151548.898000', '151548.900000', '151548.903000', '151548.906000', '151548.909000', '151548.912000', '151548.914000', '151548.917000', '151548.920000', '151548.922000', '151548.925000', '151548.927000', '151548.931000', '151548.934000', '151548.937000', '151548.940000', '151548.943000', '151548.946000', '151548.948000', '151548.951000', '151548.953000', '151548.956000', '151548.959000', '151548.961000', '151548.964000', '151548.967000', '151548.969000', '151548.972000', '151548.975000', '151548.978000', '151548.981000', '151548.984000', '151548.987000', '151548.990000', '151548.993000', '151548.995000', '151548.998000', '151549.000000', '151549.003000'], 'InstanceCreationTime': ['150929.148000', '150929.151000', '150929.154000', '150929.156000', '150929.159000', '150929.162000', '150929.164000', '150929.167000', '150929.169000', '150929.172000', '150929.176000', '150929.179000', '150929.181000', '150929.184000', '150929.186000', '150929.189000', '150929.192000', '150929.194000', '150929.197000', '150929.199000', '150929.202000', '150929.205000', '150929.207000', '150929.210000', '150929.212000', '150929.215000', '150929.217000', '150929.220000', '150929.223000', '150929.225000', '150929.229000', '150929.232000', '150929.234000', '150929.237000', '150929.240000', '150929.242000', '150929.245000', '150929.247000', '150929.250000', '150929.252000', '150929.255000', '150929.258000', '150929.260000', '150929.263000', '150929.265000', '150929.268000', '150949.122000', '150949.125000', '150949.128000', '150949.130000', '150949.133000', '150949.135000', '150949.138000', '150949.141000', '150949.143000', '150949.146000', '150949.148000', '150949.151000', '150949.154000', '150949.156000', '150949.159000', '150949.162000', '150949.164000', '150949.167000', '150949.169000', '150949.172000', '150949.174000', '150949.177000', '150949.179000', '150949.182000', '150949.185000', '150949.187000', '150949.190000', '150949.192000', '150949.195000', '150949.197000', '150949.200000', '150949.203000', '150949.205000', '150949.208000', '150949.210000', '150949.213000', '150949.215000', '150949.218000', '150949.223000', '150949.225000', '150949.228000', '150949.231000', '150949.233000', '151009.122000', '151009.125000', '151009.128000', '151009.130000', '151009.133000', '151009.135000', '151009.138000', '151009.140000', '151009.143000', '151009.146000', '151009.148000', '151009.151000', '151009.153000', '151009.156000', '151009.158000', '151009.161000', '151009.163000', '151009.166000', '151009.169000', '151009.171000', '151009.178000', '151009.181000', '151009.183000', '151009.186000', '151009.188000', '151009.191000', '151009.194000', '151009.196000', '151009.199000', '151009.201000', '151009.204000', '151009.206000', '151009.209000', '151009.211000', '151009.214000', '151009.216000', '151009.219000', '151009.222000', '151009.224000', '151009.227000', '151009.229000', '151009.232000', '151009.235000', '151009.237000', '151029.122000', '151029.125000', '151029.128000', '151029.130000', '151029.133000', '151029.135000', '151029.138000', '151029.141000', '151029.143000', '151029.146000', '151029.148000', '151029.151000', '151029.153000', '151029.156000', '151029.163000', '151029.166000', '151029.168000', '151029.171000', '151029.173000', '151029.176000', '151029.179000', '151029.181000', '151029.184000', '151029.186000', '151029.189000', '151029.192000', '151029.194000', '151029.197000', '151029.199000', '151029.202000', '151029.205000', '151029.208000', '151029.210000', '151029.213000', '151029.215000', '151029.218000', '151029.220000', '151029.223000', '151029.225000', '151029.228000', '151029.230000', '151029.233000', '151029.236000', '151049.122000', '151049.125000', '151049.128000', '151049.130000', '151049.133000', '151049.136000', '151049.138000', '151049.152000', '151049.155000', '151049.157000', '151049.160000', '151049.162000', '151049.165000', '151049.167000', '151049.170000', '151049.173000', '151049.175000', '151049.178000', '151049.180000', '151049.183000', '151049.185000', '151049.188000', '151049.191000', '151049.193000', '151049.196000', '151049.198000', '151049.201000', '151049.203000', '151049.206000', '151049.209000', '151049.211000', '151049.214000', '151049.216000', '151049.219000', '151049.221000', '151049.224000', '151049.227000', '151049.229000', '151049.232000', '151049.237000', '151049.239000', '151049.242000', '151049.244000', '151049.247000', '151109.122000', '151109.125000', '151109.128000', '151109.130000', '151109.133000', '151109.135000', '151109.138000', '151109.141000', '151109.143000', '151109.146000', '151109.149000', '151109.151000', '151109.154000', '151109.156000', '151109.159000', '151109.162000', '151109.164000', '151109.167000', '151109.169000', '151109.172000', '151109.175000', '151109.177000', '151109.180000', '151109.183000', '151109.185000', '151109.188000', '151109.191000', '151109.193000', '151109.196000', '151109.199000', '151109.201000', '151109.204000', '151109.216000', '151109.219000', '151109.221000', '151109.224000', '151109.226000', '151109.229000', '151109.232000', '151109.234000', '151109.237000', '151109.239000', '151109.242000', '151129.122000', '151129.125000', '151129.128000', '151129.130000', '151129.133000', '151129.136000', '151129.138000', '151129.141000', '151129.143000', '151129.146000', '151129.148000', '151129.151000', '151129.154000', '151129.156000', '151129.159000', '151129.161000', '151129.164000', '151129.166000', '151129.169000', '151129.172000', '151129.174000', '151129.177000', '151129.180000', '151129.182000', '151129.185000', '151129.187000', '151129.190000', '151129.192000', '151129.195000', '151129.198000', '151129.200000', '151129.203000', '151129.205000', '151129.208000', '151129.210000', '151129.213000', '151129.216000', '151129.218000', '151129.221000', '151129.223000', '151129.226000', '151129.228000', '151129.231000', '151129.234000', '151149.122000', '151149.125000', '151149.128000', '151149.130000', '151149.133000', '151149.136000', '151149.138000', '151149.141000', '151149.143000', '151149.146000', '151149.149000', '151149.151000', '151149.154000', '151149.156000', '151149.159000', '151149.161000', '151149.164000', '151149.167000', '151149.169000', '151149.172000', '151149.174000', '151149.177000', '151149.179000', '151149.182000', '151149.185000', '151149.187000', '151149.190000', '151149.192000', '151149.195000', '151149.198000', '151149.200000', '151149.203000', '151149.205000', '151149.208000', '151149.211000', '151149.213000', '151149.216000', '151149.218000', '151149.221000', '151149.224000', '151149.227000', '151149.229000', '151149.232000', '151209.122000', '151209.125000', '151209.128000', '151209.131000', '151209.133000', '151209.136000', '151209.138000', '151209.141000', '151209.143000', '151209.146000', '151209.149000', '151209.151000', '151209.154000', '151209.156000', '151209.159000', '151209.161000', '151209.164000', '151209.167000', '151209.169000', '151209.172000', '151209.175000', '151209.177000', '151209.180000', '151209.182000', '151209.185000', '151209.187000', '151209.190000', '151209.193000', '151209.195000', '151209.198000', '151209.200000', '151209.203000', '151209.206000', '151209.208000', '151209.211000', '151209.213000', '151209.216000', '151209.218000', '151209.221000', '151209.224000', '151209.226000', '151209.229000', '151209.232000', '151209.234000', '151229.122000', '151229.125000', '151229.128000', '151229.131000', '151229.133000', '151229.136000', '151229.138000', '151229.141000', '151229.144000', '151229.146000', '151229.149000', '151229.151000', '151229.154000', '151229.157000', '151229.159000', '151229.162000', '151229.164000', '151229.167000', '151229.170000', '151229.172000', '151229.175000', '151229.177000', '151229.180000', '151229.182000', '151229.185000', '151229.188000', '151229.190000', '151229.193000', '151229.195000', '151229.198000', '151229.200000', '151229.203000', '151229.206000', '151229.208000', '151229.211000', '151229.214000', '151229.216000', '151229.219000', '151229.221000', '151229.224000', '151229.227000', '151229.229000', '151229.232000', '151249.122000', '151249.125000', '151249.128000', '151249.130000', '151249.133000', '151249.135000', '151249.138000', '151249.141000', '151249.143000', '151249.146000', '151249.148000', '151249.151000', '151249.153000', '151249.156000', '151249.158000', '151249.161000', '151249.164000', '151249.166000', '151249.169000', '151249.171000', '151249.174000', '151249.176000', '151249.179000', '151249.181000', '151249.184000', '151249.187000', '151249.189000', '151249.192000', '151249.194000', '151249.197000', '151249.199000', '151249.202000', '151249.204000', '151249.207000', '151249.210000', '151249.212000', '151249.215000', '151249.217000', '151249.220000', '151249.222000', '151249.225000', '151249.228000', '151249.230000', '151249.233000', '151309.122000', '151309.125000', '151309.128000', '151309.130000', '151309.133000', '151309.136000', '151309.138000', '151309.141000', '151309.143000', '151309.146000', '151309.149000', '151309.151000', '151309.154000', '151309.156000', '151309.159000', '151309.162000', '151309.164000', '151309.167000', '151309.169000', '151309.172000', '151309.175000', '151309.177000', '151309.180000', '151309.182000', '151309.185000', '151309.187000', '151309.190000', '151309.193000', '151309.195000', '151309.198000', '151309.200000', '151309.203000', '151309.205000', '151309.208000', '151309.211000', '151309.213000', '151309.216000', '151309.218000', '151309.221000', '151309.224000', '151309.226000', '151309.229000', '151309.231000', '151329.123000', '151329.125000', '151329.128000', '151329.131000', '151329.133000', '151329.136000', '151329.138000', '151329.141000', '151329.144000', '151329.146000', '151329.149000', '151329.151000', '151329.154000', '151329.157000', '151329.159000', '151329.162000', '151329.165000', '151329.167000', '151329.170000', '151329.172000', '151329.175000', '151329.177000', '151329.180000', '151329.182000', '151329.185000', '151329.188000', '151329.190000', '151329.193000', '151329.195000', '151329.198000', '151329.200000', '151329.203000', '151329.205000', '151329.208000', '151329.211000', '151329.213000', '151329.216000', '151329.218000', '151329.221000', '151329.223000', '151329.226000', '151329.228000', '151329.231000', '151329.234000', '151349.122000', '151349.125000', '151349.128000', '151349.131000', '151349.133000', '151349.136000', '151349.138000', '151349.141000', '151349.144000', '151349.146000', '151349.149000', '151349.151000', '151349.154000', '151349.170000', '151349.172000', '151349.175000', '151349.178000', '151349.180000', '151349.183000', '151349.185000', '151349.188000', '151349.190000', '151349.193000', '151349.196000', '151349.198000', '151349.201000', '151349.203000', '151349.206000', '151349.209000', '151349.211000', '151349.214000', '151349.216000', '151349.219000', '151349.221000', '151349.224000', '151349.227000', '151349.229000', '151349.232000', '151349.234000', '151349.237000', '151349.240000', '151349.242000', '151349.245000', '151409.122000', '151409.125000', '151409.128000', '151409.130000', '151409.133000', '151409.135000', '151409.138000', '151409.141000', '151409.143000', '151409.146000', '151409.148000', '151409.151000', '151409.154000', '151409.156000', '151409.159000', '151409.161000', '151409.164000', '151409.166000', '151409.169000', '151409.172000', '151409.174000', '151409.177000', '151409.179000', '151409.182000', '151409.184000', '151409.187000', '151409.189000', '151409.192000', '151409.195000', '151409.197000', '151409.200000', '151409.203000', '151409.205000', '151409.208000', '151409.210000', '151409.213000', '151409.215000', '151409.218000', '151409.221000', '151409.223000', '151409.226000', '151409.228000', '151409.231000', '151409.233000', '151429.122000', '151429.125000', '151429.128000', '151429.130000', '151429.133000', '151429.136000', '151429.138000', '151429.141000', '151429.143000', '151429.146000', '151429.149000', '151429.151000', '151429.154000', '151429.156000', '151429.159000', '151429.162000', '151429.164000', '151429.167000', '151429.169000', '151429.172000', '151429.175000', '151429.177000', '151429.180000', '151429.182000', '151429.185000', '151429.188000', '151429.190000', '151429.193000', '151429.196000', '151429.198000', '151429.201000', '151429.203000', '151429.206000', '151429.208000', '151429.211000', '151429.214000', '151429.216000', '151429.219000', '151429.221000', '151429.224000', '151429.227000', '151429.229000', '151429.232000', '151449.122000', '151449.125000', '151449.128000', '151449.130000', '151449.133000', '151449.136000', '151449.138000', '151449.143000', '151449.146000', '151449.148000', '151449.151000', '151449.154000', '151449.157000', '151449.159000', '151449.162000', '151449.164000', '151449.167000', '151449.169000', '151449.172000', '151449.175000', '151449.177000', '151449.180000', '151449.182000', '151449.185000', '151449.188000', '151449.190000', '151449.193000', '151449.196000', '151449.199000', '151449.202000', '151449.204000', '151449.207000', '151449.209000', '151449.212000', '151449.215000', '151449.217000', '151449.220000', '151449.222000', '151449.225000', '151449.228000', '151449.230000', '151449.233000', '151449.236000', '151509.122000', '151509.125000', '151509.128000', '151509.130000', '151509.133000', '151509.136000', '151509.138000', '151509.141000', '151509.143000', '151509.146000', '151509.149000', '151509.151000', '151509.154000', '151509.156000', '151509.159000', '151509.162000', '151509.164000', '151509.167000', '151509.169000', '151509.172000', '151509.175000', '151509.177000', '151509.180000', '151509.184000', '151509.186000', '151509.189000', '151509.192000', '151509.194000', '151509.197000', '151509.199000', '151509.202000', '151509.204000', '151509.207000', '151509.210000', '151509.212000', '151509.215000', '151509.217000', '151509.220000', '151509.223000', '151509.237000', '151509.239000', '151509.242000', '151509.244000', '151509.247000', '151529.122000', '151529.125000', '151529.128000', '151529.130000', '151529.133000', '151529.136000', '151529.138000', '151529.141000', '151529.143000', '151529.146000', '151529.149000', '151529.151000', '151529.154000', '151529.157000', '151529.159000', '151529.162000', '151529.164000', '151529.167000', '151529.169000', '151529.172000', '151529.175000', '151529.177000', '151529.180000', '151529.182000', '151529.185000', '151529.188000', '151529.190000', '151529.193000', '151529.196000', '151529.198000', '151529.201000', '151529.203000', '151529.206000', '151529.209000', '151529.211000', '151529.214000', '151529.216000', '151529.219000', '151529.221000', '151529.224000', '151529.227000', '151529.229000', '151529.232000', '151548.884000', '151548.887000', '151548.889000', '151548.892000', '151548.895000', '151548.898000', '151548.900000', '151548.903000', '151548.906000', '151548.909000', '151548.912000', '151548.914000', '151548.917000', '151548.920000', '151548.922000', '151548.925000', '151548.927000', '151548.931000', '151548.934000', '151548.937000', '151548.940000', '151548.943000', '151548.946000', '151548.948000', '151548.951000', '151548.953000', '151548.956000', '151548.959000', '151548.961000', '151548.964000', '151548.967000', '151548.969000', '151548.972000', '151548.975000', '151548.978000', '151548.981000', '151548.984000', '151548.987000', '151548.990000', '151548.993000', '151548.995000', '151548.998000', '151549.000000', '151549.003000'], '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': [9673, 9539, 9321, 7591, 11325, 8869, 7803, 9387, 7871, 8365, 8698, 7219, 12213, 9476, 9225, 9516, 7546, 12644, 9222, 11804, 9924, 7564, 11685, 8472, 11981, 9265, 8318, 11145, 8138, 11289, 8782, 7476, 9934, 7874, 9679, 8163, 7376, 9318, 7519, 11975, 8665, 8667, 9054, 7335, 12184, 8812, 8140, 8610, 7022, 11412, 8643, 8279, 8987, 7159, 11859, 8940, 10626, 8907, 6945, 10134, 8493, 10017, 9289, 7004, 10961, 8544, 7942, 8894, 8146, 7850, 9275, 7776, 10890, 9079, 7946, 10625, 8000, 9035, 8313, 7098, 12787, 8897, 7938, 12426, 9228, 8798, 10574, 7910, 13591, 9165, 9730, 10148, 7871, 11869, 8698, 7385, 8968, 7449, 11870, 8643, 6890, 8533, 7154, 11339, 8812, 12986, 9010, 10780, 8851, 9215, 9509, 7324, 10612, 8382, 12262, 8940, 9607, 8995, 7113, 9651, 8264, 11797, 8911, 7943, 9016, 7536, 11373, 8470, 12459, 9414, 7644, 9261, 7971, 12438, 8678, 9446, 8915, 6864, 9927, 8019, 11295, 8715, 8920, 8649, 7745, 9345, 8557, 7019, 10040, 7922, 9002, 7123, 7466, 11047, 8693, 7870, 11578, 9045, 7959, 14291, 11345, 14116, 11447, 9839, 12760, 8616, 14546, 9221, 11776, 8744, 9521, 8919, 6984, 10036, 8258, 11268, 8665, 11336, 8741, 7293, 8741, 7524, 10467, 8517, 9988, 8584, 7878, 8821, 7423, 9655, 7647, 10731, 8694, 10959, 9051, 8048, 9293, 7587, 9723, 7504, 10800, 8618, 11763, 8500, 10364, 9165, 8777, 9457, 7255, 9882, 7744, 10991, 8834, 10294, 8993, 7384, 9472, 7650, 10366, 7888, 11335, 9073, 10747, 9098, 7770, 10108, 7860, 11197, 8760, 12127, 9050, 9855, 9279, 7343, 10549, 8558, 12253, 9184, 11922, 9656, 8764, 9990, 7240, 11045, 8295, 12299, 9234, 12803, 9892, 11269, 9429, 7498, 9609, 7705, 11475, 8854, 8321, 10086, 7367, 11185, 8932, 9386, 9170, 7664, 11221, 8060, 12559, 9318, 13696, 9942, 8136, 9688, 7987, 6870, 8189, 7405, 8123, 9142, 7762, 10674, 9414, 8361, 12115, 9128, 15247, 10038, 16260, 10383, 11523, 9120, 9472, 9261, 8603, 10079, 8245, 10847, 8940, 11919, 8960, 11357, 9239, 8198, 8669, 7303, 9364, 7757, 11133, 8528, 10664, 8207, 6361, 8429, 7296, 8064, 8696, 7355, 10681, 8406, 12154, 8935, 10892, 8763, 6914, 10490, 7710, 12899, 9436, 7395, 11723, 8687, 11285, 9976, 8508, 12412, 8420, 12862, 9042, 10158, 9249, 7199, 9964, 7834, 11371, 8426, 8628, 8297, 6637, 9456, 7295, 11066, 8112, 12106, 8471, 9500, 7988, 7049, 8030, 7261, 8617, 8006, 6742, 9633, 8313, 6856, 9785, 7650, 11261, 8705, 10913, 8740, 10587, 8603, 10709, 9611, 8108, 9967, 7695, 10964, 8650, 9353, 8471, 6733, 8731, 7279, 10303, 8222, 10604, 8462, 9047, 8427, 7566, 9100, 7101, 10399, 8723, 10608, 8466, 7204, 8050, 7047, 10931, 8123, 6499, 8513, 6893, 10643, 8031, 11401, 8509, 7586, 8991, 7090, 10438, 8269, 11620, 9055, 7759, 8586, 7070, 10713, 8396, 12379, 9012, 10970, 8662, 7001, 9865, 7814, 10075, 8453, 6686, 9777, 8164, 7558, 11171, 8841, 12414, 8526, 8799, 11207, 10903, 11727, 10907, 8284, 12759, 8224, 11183, 9074, 11419, 9091, 11146, 8661, 8416, 8251, 6700, 9283, 7484, 10771, 8678, 8473, 8188, 7527, 10300, 7353, 10813, 7843, 11555, 9299, 8491, 9000, 7218, 11688, 8676, 10811, 8534, 7309, 9473, 7173, 10599, 8316, 11371, 8846, 11818, 9070, 12027, 8879, 8979, 8420, 7467, 8364, 7227, 9895, 8221, 10602, 8419, 9368, 8470, 7712, 8357, 6726, 9880, 7474, 10836, 8371, 8015, 8261, 7262, 10498, 8286, 7229, 8807, 6586, 10786, 8081, 11470, 8607, 7160, 9289, 6887, 10852, 8453, 8137, 8244, 6822, 10423, 8124, 11476, 8389, 7542, 8806, 6840, 10607, 8278, 7893, 8522, 7454, 10754, 8070, 8021, 8620, 6704, 10341, 7807, 11794, 8379, 8973, 9064, 7796, 10997, 8425, 11582, 8690, 7936, 9514, 7390, 11114, 8762, 8168, 8802, 6870, 10945, 8294, 12079, 8947, 6729, 9915, 7804, 12421, 9081, 9733, 8656, 7218, 11272, 8517, 12845, 9359, 8045, 9814, 8056, 10645, 8156, 6617, 11403, 8233, 7013, 10532, 7961, 11281, 8542, 7583, 10048, 8205, 11846, 8557, 6709, 9564, 7817, 10959, 8459, 6681, 9596, 8037, 9424, 8050, 7349, 10639, 8180, 11385, 8315, 7032, 9731, 8063, 13469, 9244, 8146, 9117, 7055, 10891, 8511, 8008, 8352, 7084, 10574, 8072, 12491, 9016, 9854, 8401, 6692, 10164, 7988, 10136, 8395, 6759, 10420, 8094, 7195, 8238, 6881, 10348, 8025, 9593, 7970, 6824, 9451, 7013, 10995, 8638, 12178, 9064, 7721, 9101, 7317, 11559, 8684, 6775, 8778, 7520, 9733, 8208, 6939, 9875, 8076, 9461, 8410, 8019, 11717, 8525, 9812, 8169, 6921, 11075, 8136, 6653, 9796, 7824, 6949, 9914, 7802, 6740, 11543, 8380, 7337, 12444, 8895, 7589, 11729, 7998, 8358, 10382, 8297, 9426, 9599, 7464, 9332, 9147, 7353, 8552, 8841, 7827, 7091, 8895, 7411, 11489, 8873, 7215, 11964, 8222, 7540, 8811, 7169, 11457, 8364, 6388, 8909, 7625, 8906, 8137, 6596, 10292, 8098, 6627, 9123, 7618, 8851, 8177, 6952, 11107, 7813, 7754, 9083, 7895, 13872, 10185, 9688, 8442, 7352, 11814, 8516, 7362, 12462, 8370, 7316, 9353, 7626, 13446, 9891, 8382, 9637, 7725, 10615, 8244, 7541, 9805, 7844, 11429, 8355, 7457, 9035, 7775, 7411, 8322, 7238, 8797, 8043, 6877, 9055, 8029, 6944, 10043, 8444, 7156, 10407, 8112, 6824, 9776, 8092, 9948, 8264, 7255, 10454, 8405, 8645, 8714, 7485, 11531, 8844, 8236, 8332, 6817, 10788, 8583, 12176, 9266, 7607, 9289, 7726, 12095, 9083, 8492, 8593, 7248, 10727, 8382, 8786, 8325, 7182, 10242, 8215, 10724, 8396, 8250, 8847, 7323, 12883, 8923, 9578, 8756, 7607, 12220, 8114, 8425, 7858, 6910, 9511, 7915, 10222, 8483, 7511, 8382, 7480, 9830, 8222, 6803, 8071, 7707, 10911, 8402, 7364, 8311, 7383, 11169, 8675, 8789, 8150, 6816, 9569, 8293, 11808, 8643, 6975, 8760, 7954, 10360, 8567, 7347, 9459, 8031, 7284, 8191, 7303, 8393, 7765, 7093, 9156, 8165, 7014, 11439, 8133, 8148, 9688, 8145], 'WindowCenter': [4037.0, 4021.0, 3996.0, 3973.0, 4003.0, 3981.0, 3961.0, 3991.0, 3972.0, 3981.0, 3994.0, 3962.0, 4012.0, 3991.0, 3980.0, 3991.0, 3959.0, 4010.0, 3979.0, 4000.0, 3989.0, 3957.0, 3998.0, 3968.0, 3999.0, 3977.0, 3957.0, 3988.0, 3956.0, 3998.0, 3966.0, 3946.0, 3976.0, 3956.0, 3978.0, 3968.0, 3958.0, 3978.0, 3947.0, 3999.0, 3979.0, 3969.0, 3978.0, 3957.0, 3998.0, 3978.0, 3958.0, 3968.0, 3947.0, 3999.0, 3968.0, 3967.0, 3967.0, 3947.0, 3998.0, 3979.0, 3988.0, 3967.0, 3947.0, 3989.0, 3979.0, 3989.0, 3990.0, 3962.0, 4001.0, 3983.0, 3972.0, 3993.0, 3983.0, 3971.0, 3979.0, 3959.0, 4001.0, 3979.0, 3970.0, 4000.0, 3969.0, 3980.0, 3969.0, 3949.0, 4011.0, 3979.0, 3969.0, 4010.0, 3979.0, 3969.0, 4000.0, 3957.0, 3997.0, 3966.0, 3975.0, 3976.0, 3955.0, 3996.0, 3965.0, 3944.0, 3965.0, 3946.0, 3997.0, 3966.0, 3946.0, 3967.0, 3947.0, 3997.0, 3978.0, 4008.0, 3966.0, 3987.0, 3966.0, 3977.0, 3977.0, 3944.0, 3987.0, 3956.0, 3996.0, 3966.0, 3976.0, 3966.0, 3934.0, 3976.0, 3967.0, 3998.0, 3978.0, 3956.0, 3977.0, 3957.0, 3996.0, 3967.0, 4009.0, 3978.0, 3957.0, 3977.0, 3958.0, 4008.0, 3966.0, 3978.0, 3977.0, 3935.0, 3988.0, 3969.0, 4013.0, 3981.0, 3978.0, 3968.0, 3957.0, 3977.0, 3978.0, 3949.0, 4006.0, 3963.0, 3969.0, 3949.0, 3947.0, 3985.0, 3952.0, 3953.0, 3985.0, 3965.0, 3968.0, 4023.0, 4000.0, 4023.0, 4001.0, 3977.0, 3996.0, 3951.0, 3992.0, 3961.0, 3980.0, 3963.0, 3962.0, 3951.0, 3930.0, 3960.0, 3951.0, 3983.0, 3963.0, 3984.0, 3951.0, 3930.0, 3951.0, 3940.0, 3971.0, 3963.0, 3972.0, 3952.0, 3952.0, 3964.0, 3943.0, 3973.0, 3943.0, 3985.0, 3977.0, 3997.0, 3965.0, 3954.0, 3978.0, 3954.0, 3973.0, 3944.0, 3984.0, 3965.0, 3996.0, 3965.0, 3986.0, 3976.0, 3966.0, 3988.0, 3955.0, 3987.0, 3958.0, 3999.0, 3990.0, 4000.0, 3979.0, 3958.0, 3989.0, 3958.0, 4000.0, 3969.0, 4011.0, 3992.0, 4011.0, 3992.0, 3970.0, 4001.0, 3968.0, 4011.0, 3980.0, 4011.0, 3990.0, 4001.0, 3989.0, 3960.0, 4000.0, 3992.0, 4022.0, 3992.0, 4022.0, 4001.0, 3980.0, 3999.0, 3959.0, 4011.0, 3979.0, 4011.0, 3990.0, 4010.0, 4001.0, 3999.0, 3990.0, 3972.0, 4002.0, 3972.0, 4014.0, 4006.0, 3994.0, 4014.0, 3974.0, 4014.0, 3992.0, 4005.0, 4004.0, 3972.0, 4012.0, 3982.0, 4025.0, 3992.0, 4023.0, 4003.0, 3971.0, 4002.0, 3973.0, 3963.0, 3983.0, 3973.0, 3971.0, 3990.0, 3970.0, 3999.0, 3978.0, 3967.0, 4011.0, 3978.0, 4021.0, 3988.0, 4019.0, 3987.0, 3985.0, 3965.0, 3962.0, 3962.0, 3952.0, 3973.0, 3953.0, 3974.0, 3964.0, 3984.0, 3964.0, 3984.0, 3963.0, 3952.0, 3963.0, 3942.0, 3963.0, 3947.0, 3989.0, 3958.0, 3979.0, 3942.0, 3913.0, 3942.0, 3932.0, 3945.0, 3955.0, 3932.0, 3975.0, 3955.0, 3998.0, 3980.0, 3988.0, 3967.0, 3945.0, 3989.0, 3945.0, 3997.0, 3975.0, 3946.0, 3997.0, 3965.0, 3986.0, 3975.0, 3953.0, 3984.0, 3942.0, 3983.0, 3950.0, 3960.0, 3950.0, 3919.0, 3960.0, 3930.0, 3971.0, 3942.0, 3951.0, 3941.0, 3920.0, 3962.0, 3932.0, 3984.0, 3943.0, 3985.0, 3969.0, 3977.0, 3954.0, 3935.0, 3955.0, 3943.0, 3963.0, 3952.0, 3946.0, 3990.0, 3981.0, 3949.0, 3991.0, 3959.0, 4000.0, 3969.0, 3989.0, 3967.0, 3987.0, 3965.0, 3975.0, 3963.0, 3943.0, 3975.0, 3944.0, 3986.0, 3965.0, 3963.0, 3955.0, 3934.0, 3966.0, 3946.0, 3987.0, 3967.0, 3999.0, 3981.0, 3980.0, 3969.0, 3957.0, 3978.0, 3947.0, 3988.0, 3968.0, 3988.0, 3967.0, 3947.0, 3973.0, 3949.0, 3999.0, 3969.0, 3938.0, 3981.0, 3950.0, 3990.0, 3969.0, 4001.0, 3981.0, 3973.0, 3994.0, 3962.0, 4001.0, 3970.0, 4001.0, 3979.0, 3959.0, 3979.0, 3948.0, 3990.0, 3969.0, 4011.0, 3979.0, 3999.0, 3969.0, 3947.0, 3988.0, 3958.0, 3989.0, 3967.0, 3939.0, 4002.0, 3983.0, 3973.0, 4029.0, 4008.0, 3999.0, 3976.0, 3973.0, 4003.0, 3990.0, 4001.0, 4002.0, 3968.0, 3997.0, 3942.0, 3972.0, 3950.0, 3972.0, 3962.0, 3984.0, 3953.0, 3954.0, 3954.0, 3922.0, 3963.0, 3943.0, 3984.0, 3965.0, 3954.0, 3955.0, 3944.0, 3976.0, 3933.0, 3974.0, 3943.0, 3973.0, 3951.0, 3951.0, 3951.0, 3930.0, 3982.0, 3951.0, 3973.0, 3941.0, 3930.0, 3961.0, 3919.0, 3960.0, 3940.0, 3971.0, 3950.0, 3970.0, 3950.0, 3981.0, 3951.0, 3950.0, 3941.0, 3931.0, 3952.0, 3932.0, 3974.0, 3955.0, 3985.0, 3955.0, 3976.0, 3957.0, 3956.0, 3968.0, 3937.0, 3988.0, 3947.0, 3987.0, 3968.0, 3969.0, 3968.0, 3958.0, 4001.0, 3970.0, 3959.0, 3978.0, 3949.0, 4002.0, 3971.0, 4012.0, 3980.0, 3948.0, 3991.0, 3949.0, 4002.0, 3971.0, 3970.0, 3970.0, 3949.0, 4001.0, 3972.0, 4013.0, 3982.0, 3972.0, 3982.0, 3950.0, 4002.0, 3983.0, 3972.0, 3982.0, 3973.0, 4015.0, 3973.0, 3984.0, 3983.0, 3953.0, 4004.0, 3973.0, 4015.0, 3983.0, 3994.0, 3994.0, 3973.0, 4014.0, 3982.0, 4014.0, 3982.0, 3973.0, 3990.0, 3961.0, 4001.0, 3982.0, 3971.0, 3981.0, 3951.0, 4003.0, 3983.0, 4012.0, 3982.0, 3951.0, 3993.0, 3972.0, 4024.0, 3983.0, 3992.0, 3980.0, 3960.0, 4001.0, 3981.0, 4024.0, 3992.0, 3970.0, 3991.0, 3970.0, 4001.0, 3958.0, 3938.0, 4001.0, 3969.0, 3950.0, 4002.0, 3971.0, 4001.0, 3970.0, 3960.0, 3990.0, 3969.0, 4000.0, 3968.0, 3935.0, 3978.0, 3958.0, 4000.0, 3968.0, 3938.0, 3990.0, 3969.0, 3980.0, 3959.0, 3949.0, 3990.0, 3969.0, 3999.0, 3969.0, 3948.0, 3978.0, 3958.0, 4010.0, 3978.0, 3957.0, 3967.0, 3946.0, 3987.0, 3968.0, 3958.0, 3968.0, 3948.0, 3989.0, 3958.0, 4008.0, 3978.0, 3978.0, 3956.0, 3936.0, 3988.0, 3958.0, 3989.0, 3967.0, 3936.0, 3989.0, 3969.0, 3948.0, 3969.0, 3949.0, 3990.0, 3970.0, 3991.0, 3968.0, 3938.0, 3990.0, 3948.0, 3990.0, 3968.0, 3999.0, 3967.0, 3957.0, 3967.0, 3946.0, 3998.0, 3967.0, 3937.0, 3968.0, 3957.0, 3991.0, 3970.0, 3949.0, 3991.0, 3972.0, 3992.0, 3971.0, 3970.0, 4012.0, 3981.0, 3991.0, 3982.0, 3949.0, 4002.0, 3970.0, 3949.0, 3991.0, 3960.0, 3950.0, 3991.0, 3973.0, 3952.0, 4014.0, 3982.0, 3961.0, 4013.0, 3982.0, 3960.0, 4001.0, 3959.0, 3969.0, 3989.0, 3958.0, 3967.0, 3978.0, 3947.0, 3968.0, 3966.0, 3947.0, 3968.0, 3967.0, 3957.0, 3948.0, 3968.0, 3949.0, 3999.0, 3968.0, 3945.0, 3999.0, 3956.0, 3946.0, 3967.0, 3936.0, 3988.0, 3956.0, 3925.0, 3967.0, 3958.0, 3967.0, 3958.0, 3936.0, 3990.0, 3967.0, 3939.0, 3991.0, 3961.0, 3981.0, 3970.0, 3951.0, 4012.0, 3961.0, 3960.0, 3982.0, 3972.0, 4027.0, 4003.0, 3992.0, 3970.0, 3949.0, 4000.0, 3967.0, 3947.0, 3999.0, 3967.0, 3947.0, 3978.0, 3957.0, 4009.0, 3976.0, 3955.0, 3976.0, 3945.0, 3976.0, 3969.0, 3957.0, 3991.0, 3955.0, 3997.0, 3969.0, 3960.0, 3977.0, 3955.0, 3945.0, 3955.0, 3944.0, 3964.0, 3944.0, 3934.0, 3967.0, 3957.0, 3948.0, 3990.0, 3967.0, 3948.0, 3988.0, 3956.0, 3935.0, 3977.0, 3956.0, 3977.0, 3956.0, 3946.0, 3987.0, 3967.0, 3967.0, 3966.0, 3945.0, 3987.0, 3965.0, 3967.0, 3956.0, 3935.0, 3988.0, 3966.0, 3998.0, 3966.0, 3945.0, 3965.0, 3944.0, 3985.0, 3963.0, 3954.0, 3954.0, 3944.0, 3985.0, 3955.0, 3966.0, 3956.0, 3934.0, 3975.0, 3955.0, 3986.0, 3968.0, 3969.0, 3979.0, 3948.0, 3999.0, 3966.0, 3977.0, 3967.0, 3944.0, 3996.0, 3954.0, 3953.0, 3942.0, 3932.0, 3963.0, 3942.0, 3974.0, 3953.0, 3944.0, 3954.0, 3945.0, 3975.0, 3954.0, 3934.0, 3955.0, 3956.0, 3987.0, 3966.0, 3946.0, 3965.0, 3946.0, 3987.0, 3967.0, 3967.0, 3956.0, 3935.0, 3976.0, 3956.0, 3998.0, 3966.0, 3946.0, 3967.0, 3957.0, 3989.0, 3980.0, 3958.0, 3978.0, 3956.0, 3958.0, 3968.0, 3947.0, 3968.0, 3957.0, 3950.0, 3980.0, 3969.0, 3949.0, 4012.0, 3969.0, 3970.0, 3979.0, 3957.0], 'WindowWidth': [9005.0, 8971.0, 8927.0, 8890.0, 8929.0, 8896.0, 8869.0, 8909.0, 8883.0, 8896.0, 8918.0, 8870.0, 8938.0, 8906.0, 8891.0, 8905.0, 8862.0, 8933.0, 8889.0, 8917.0, 8901.0, 8855.0, 8913.0, 8871.0, 8915.0, 8883.0, 8853.0, 8897.0, 8851.0, 8911.0, 8865.0, 8839.0, 8880.0, 8852.0, 8883.0, 8870.0, 8859.0, 8885.0, 8842.0, 8915.0, 8886.0, 8874.0, 8885.0, 8856.0, 8913.0, 8883.0, 8858.0, 8872.0, 8844.0, 8914.0, 8871.0, 8870.0, 8869.0, 8842.0, 8913.0, 8887.0, 8899.0, 8868.0, 8842.0, 8900.0, 8887.0, 8904.0, 8905.0, 8873.0, 8924.0, 8900.0, 8886.0, 8914.0, 8901.0, 8883.0, 8888.0, 8861.0, 8922.0, 8890.0, 8877.0, 8918.0, 8877.0, 8893.0, 8876.0, 8848.0, 8933.0, 8888.0, 8874.0, 8933.0, 8889.0, 8876.0, 8917.0, 8856.0, 8910.0, 8865.0, 8876.0, 8878.0, 8848.0, 8905.0, 8862.0, 8835.0, 8864.0, 8840.0, 8907.0, 8866.0, 8840.0, 8868.0, 8843.0, 8909.0, 8886.0, 8924.0, 8864.0, 8893.0, 8865.0, 8881.0, 8880.0, 8834.0, 8893.0, 8850.0, 8907.0, 8866.0, 8879.0, 8865.0, 8820.0, 8878.0, 8868.0, 8911.0, 8883.0, 8853.0, 8882.0, 8857.0, 8908.0, 8869.0, 8929.0, 8883.0, 8853.0, 8881.0, 8857.0, 8926.0, 8869.0, 8886.0, 8884.0, 8826.0, 8898.0, 8875.0, 8940.0, 8894.0, 8884.0, 8869.0, 8854.0, 8881.0, 8884.0, 8850.0, 8936.0, 8869.0, 8870.0, 8847.0, 8841.0, 8886.0, 8839.0, 8841.0, 8886.0, 8861.0, 8870.0, 8958.0, 8919.0, 8958.0, 8921.0, 8881.0, 8905.0, 8838.0, 8894.0, 8851.0, 8877.0, 8857.0, 8855.0, 8836.0, 8807.0, 8847.0, 8838.0, 8883.0, 8857.0, 8887.0, 8838.0, 8808.0, 8837.0, 8824.0, 8866.0, 8855.0, 8869.0, 8841.0, 8841.0, 8859.0, 8829.0, 8872.0, 8831.0, 8891.0, 8883.0, 8912.0, 8864.0, 8849.0, 8885.0, 8848.0, 8873.0, 8835.0, 8887.0, 8864.0, 8907.0, 8865.0, 8894.0, 8880.0, 8866.0, 8900.0, 8852.0, 8896.0, 8859.0, 8917.0, 8907.0, 8920.0, 8892.0, 8862.0, 8903.0, 8859.0, 8918.0, 8876.0, 8937.0, 8913.0, 8938.0, 8911.0, 8880.0, 8921.0, 8875.0, 8936.0, 8892.0, 8936.0, 8905.0, 8923.0, 8905.0, 8867.0, 8921.0, 8911.0, 8953.0, 8912.0, 8953.0, 8924.0, 8895.0, 8919.0, 8865.0, 8936.0, 8890.0, 8936.0, 8906.0, 8933.0, 8922.0, 8918.0, 8905.0, 8889.0, 8928.0, 8889.0, 8944.0, 8939.0, 8919.0, 8947.0, 8895.0, 8945.0, 8913.0, 8935.0, 8933.0, 8885.0, 8942.0, 8902.0, 8964.0, 8913.0, 8958.0, 8927.0, 8883.0, 8925.0, 8887.0, 8877.0, 8900.0, 8887.0, 8880.0, 8905.0, 8878.0, 8914.0, 8885.0, 8868.0, 8935.0, 8884.0, 8949.0, 8899.0, 8947.0, 8894.0, 8891.0, 8862.0, 8854.0, 8853.0, 8839.0, 8870.0, 8842.0, 8871.0, 8859.0, 8888.0, 8860.0, 8888.0, 8857.0, 8840.0, 8858.0, 8827.0, 8857.0, 8839.0, 8899.0, 8852.0, 8878.0, 8820.0, 8787.0, 8822.0, 8810.0, 8831.0, 8846.0, 8810.0, 8872.0, 8843.0, 8909.0, 8888.0, 8897.0, 8866.0, 8837.0, 8898.0, 8834.0, 8905.0, 8875.0, 8836.0, 8906.0, 8862.0, 8891.0, 8873.0, 8840.0, 8887.0, 8825.0, 8882.0, 8832.0, 8844.0, 8829.0, 8788.0, 8844.0, 8804.0, 8862.0, 8824.0, 8835.0, 8820.0, 8794.0, 8852.0, 8811.0, 8882.0, 8828.0, 8885.0, 8871.0, 8881.0, 8847.0, 8823.0, 8850.0, 8829.0, 8858.0, 8842.0, 8842.0, 8901.0, 8894.0, 8846.0, 8905.0, 8861.0, 8916.0, 8872.0, 8899.0, 8867.0, 8894.0, 8862.0, 8874.0, 8858.0, 8828.0, 8872.0, 8832.0, 8891.0, 8861.0, 8858.0, 8847.0, 8818.0, 8863.0, 8838.0, 8893.0, 8868.0, 8915.0, 8894.0, 8890.0, 8874.0, 8856.0, 8884.0, 8842.0, 8898.0, 8871.0, 8899.0, 8870.0, 8844.0, 8886.0, 8849.0, 8914.0, 8875.0, 8833.0, 8894.0, 8850.0, 8902.0, 8873.0, 8919.0, 8892.0, 8886.0, 8918.0, 8870.0, 8921.0, 8877.0, 8921.0, 8888.0, 8860.0, 8887.0, 8845.0, 8904.0, 8874.0, 8934.0, 8887.0, 8915.0, 8874.0, 8842.0, 8898.0, 8859.0, 8900.0, 8870.0, 8835.0, 8922.0, 8901.0, 8889.0, 8974.0, 8941.0, 8910.0, 8891.0, 8880.0, 8920.0, 8900.0, 8917.0, 8924.0, 8872.0, 8908.0, 8824.0, 8864.0, 8831.0, 8864.0, 8852.0, 8883.0, 8843.0, 8844.0, 8846.0, 8800.0, 8856.0, 8831.0, 8885.0, 8862.0, 8848.0, 8848.0, 8831.0, 8877.0, 8816.0, 8872.0, 8828.0, 8867.0, 8835.0, 8834.0, 8835.0, 8805.0, 8878.0, 8836.0, 8867.0, 8821.0, 8805.0, 8848.0, 8790.0, 8845.0, 8818.0, 8860.0, 8831.0, 8860.0, 8831.0, 8874.0, 8833.0, 8833.0, 8821.0, 8810.0, 8839.0, 8813.0, 8870.0, 8848.0, 8889.0, 8850.0, 8879.0, 8852.0, 8852.0, 8869.0, 8827.0, 8897.0, 8842.0, 8896.0, 8872.0, 8873.0, 8870.0, 8861.0, 8920.0, 8878.0, 8862.0, 8887.0, 8849.0, 8923.0, 8880.0, 8938.0, 8892.0, 8848.0, 8907.0, 8848.0, 8923.0, 8879.0, 8879.0, 8878.0, 8850.0, 8921.0, 8883.0, 8940.0, 8897.0, 8883.0, 8896.0, 8852.0, 8925.0, 8899.0, 8885.0, 8898.0, 8888.0, 8945.0, 8888.0, 8904.0, 8901.0, 8861.0, 8930.0, 8889.0, 8946.0, 8900.0, 8915.0, 8916.0, 8886.0, 8944.0, 8896.0, 8943.0, 8897.0, 8885.0, 8905.0, 8868.0, 8922.0, 8895.0, 8882.0, 8894.0, 8855.0, 8927.0, 8899.0, 8940.0, 8897.0, 8854.0, 8912.0, 8884.0, 8959.0, 8900.0, 8911.0, 8892.0, 8864.0, 8922.0, 8893.0, 8956.0, 8911.0, 8877.0, 8906.0, 8878.0, 8921.0, 8860.0, 8832.0, 8921.0, 8877.0, 8852.0, 8924.0, 8882.0, 8922.0, 8876.0, 8864.0, 8905.0, 8873.0, 8918.0, 8871.0, 8824.0, 8884.0, 8859.0, 8917.0, 8872.0, 8831.0, 8903.0, 8875.0, 8889.0, 8861.0, 8847.0, 8904.0, 8874.0, 8915.0, 8872.0, 8843.0, 8885.0, 8857.0, 8931.0, 8883.0, 8855.0, 8868.0, 8840.0, 8897.0, 8869.0, 8857.0, 8871.0, 8844.0, 8900.0, 8856.0, 8927.0, 8884.0, 8883.0, 8851.0, 8827.0, 8895.0, 8857.0, 8900.0, 8869.0, 8828.0, 8902.0, 8875.0, 8845.0, 8874.0, 8850.0, 8903.0, 8875.0, 8906.0, 8873.0, 8832.0, 8902.0, 8845.0, 8903.0, 8871.0, 8917.0, 8868.0, 8854.0, 8868.0, 8839.0, 8912.0, 8869.0, 8829.0, 8872.0, 8858.0, 8906.0, 8878.0, 8849.0, 8906.0, 8881.0, 8909.0, 8882.0, 8878.0, 8937.0, 8893.0, 8908.0, 8897.0, 8847.0, 8924.0, 8878.0, 8848.0, 8905.0, 8865.0, 8850.0, 8907.0, 8887.0, 8857.0, 8941.0, 8896.0, 8868.0, 8942.0, 8897.0, 8863.0, 8922.0, 8859.0, 8873.0, 8900.0, 8855.0, 8868.0, 8881.0, 8839.0, 8868.0, 8864.0, 8842.0, 8870.0, 8868.0, 8854.0, 8843.0, 8871.0, 8846.0, 8913.0, 8869.0, 8834.0, 8911.0, 8850.0, 8838.0, 8865.0, 8825.0, 8896.0, 8850.0, 8809.0, 8865.0, 8857.0, 8868.0, 8857.0, 8826.0, 8902.0, 8871.0, 8834.0, 8907.0, 8867.0, 8892.0, 8877.0, 8853.0, 8935.0, 8866.0, 8866.0, 8895.0, 8885.0, 8968.0, 8927.0, 8911.0, 8880.0, 8846.0, 8917.0, 8867.0, 8839.0, 8916.0, 8868.0, 8840.0, 8882.0, 8854.0, 8930.0, 8878.0, 8849.0, 8878.0, 8835.0, 8878.0, 8874.0, 8853.0, 8906.0, 8846.0, 8908.0, 8874.0, 8865.0, 8881.0, 8849.0, 8835.0, 8847.0, 8831.0, 8858.0, 8831.0, 8819.0, 8866.0, 8854.0, 8846.0, 8903.0, 8870.0, 8846.0, 8897.0, 8852.0, 8823.0, 8878.0, 8849.0, 8881.0, 8850.0, 8837.0, 8894.0, 8867.0, 8869.0, 8865.0, 8836.0, 8895.0, 8862.0, 8866.0, 8851.0, 8824.0, 8897.0, 8864.0, 8909.0, 8863.0, 8834.0, 8861.0, 8831.0, 8889.0, 8856.0, 8846.0, 8845.0, 8832.0, 8889.0, 8850.0, 8864.0, 8851.0, 8820.0, 8875.0, 8848.0, 8892.0, 8871.0, 8874.0, 8888.0, 8846.0, 8915.0, 8865.0, 8882.0, 8868.0, 8833.0, 8903.0, 8844.0, 8844.0, 8828.0, 8812.0, 8857.0, 8826.0, 8871.0, 8842.0, 8834.0, 8846.0, 8835.0, 8876.0, 8847.0, 8821.0, 8850.0, 8851.0, 8893.0, 8865.0, 8838.0, 8864.0, 8840.0, 8897.0, 8867.0, 8867.0, 8851.0, 8823.0, 8880.0, 8851.0, 8912.0, 8867.0, 8838.0, 8868.0, 8856.0, 8903.0, 8889.0, 8859.0, 8884.0, 8854.0, 8857.0, 8869.0, 8841.0, 8872.0, 8856.0, 8850.0, 8891.0, 8875.0, 8848.0, 8937.0, 8876.0, 8876.0, 8887.0, 8855.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.006291160919540229</td></tr>
<tr><td colspan=3>aqi</td><td>0.04124042839080459</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.35333459593789</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1692100270195611</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.038459459102416</td></tr>
<tr><td colspan=3>efc</td><td>0.4853</td></tr>
<tr><td colspan=3>fber</td><td>3569.1228</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1537011700180576</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.873563218390805</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.662350817173655</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6914449358309525</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7581631160584488</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5374443996315637</td></tr>
<tr><td colspan=3>gcor</td><td>0.00881959</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0018862010911107063</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018013156950473785</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.061260775391681</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>26.1815</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.1089</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.5085</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299831.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>758.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.0851</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6786</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.6668</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3183.6271</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76713.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>830.0324</td></tr>
<tr><td colspan=3>tsnr</td><td>31.25478882738389</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>