ds005256-mriqc/sub-0097_ses-01_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 675e0c3598 [DATALAD RUNCMD] Compute MRIQC for sub-0097
=== 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-0097 --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-0097",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 05:28:34 +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-0097_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0097_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0097/ses-01/func/sub-0097_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b2c53bcb2db68f88c30dc2d18d0b4c5d</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>20:11:11.395000</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.997605, -0.0597127, 0.0349117, 0.0622396, 0.99513, -0.0764371]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101806</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4253, -7745, -7266, 224, -12, 31, -23, 78]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>270.574</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>600399b0-11dc-4d3a-828d-c0059dac47a8||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.6765010356903076, 0.16698415577411652, 0.08147899061441422, 103.05949401855469], [0.1602049022912979, 2.66986083984375, -0.2117527425289154, -99.30603790283203], [0.09366552531719208, 0.2050752192735672, 2.6904501914978027, -78.75083923339844], [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': ['201111.395000', '201111.855000', '201112.315000', '201112.775000', '201113.235000', '201113.695000', '201114.155000', '201114.615000', '201115.075000', '201115.535000', '201115.995000', '201116.455000', '201116.915000', '201117.375000', '201117.835000', '201118.295000', '201118.755000', '201119.215000', '201119.675000', '201120.135000', '201120.595000', '201121.055000', '201121.515000', '201121.975000', '201122.435000', '201122.895000', '201123.355000', '201123.815000', '201124.275000', '201124.735000', '201125.195000', '201125.655000', '201126.115000', '201126.575000', '201127.035000', '201127.495000', '201127.955000', '201128.415000', '201128.875000', '201129.335000', '201129.795000', '201130.255000', '201130.715000', '201131.175000', '201131.635000', '201132.095000', '201132.555000', '201133.015000', '201133.475000', '201133.935000', '201134.395000', '201134.855000', '201135.315000', '201135.775000', '201136.235000', '201136.695000', '201137.155000', '201137.615000', '201138.075000', '201138.535000', '201138.995000', '201139.455000', '201139.915000', '201140.375000', '201140.835000', '201141.295000', '201141.755000', '201142.215000', '201142.675000', '201143.135000', '201143.595000', '201144.055000', '201144.515000', '201144.975000', '201145.435000', '201145.895000', '201146.355000', '201146.815000', '201147.275000', '201147.735000', '201148.195000', '201148.655000', '201149.115000', '201149.575000', '201150.035000', '201150.495000', '201150.955000', '201151.415000', '201151.875000', '201152.335000', '201152.795000', '201153.255000', '201153.715000', '201154.175000', '201154.635000', '201155.095000', '201155.555000', '201156.015000', '201156.475000', '201156.935000', '201157.395000', '201157.855000', '201158.315000', '201158.775000', '201159.235000', '201159.695000', '201200.155000', '201200.615000', '201201.075000', '201201.535000', '201201.995000', '201202.455000', '201202.915000', '201203.375000', '201203.835000', '201204.295000', '201204.755000', '201205.215000', '201205.675000', '201206.135000', '201206.595000', '201207.055000', '201207.515000', '201207.975000', '201208.435000', '201208.895000', '201209.355000', '201209.815000', '201210.275000', '201210.735000', '201211.195000', '201211.655000', '201212.115000', '201212.575000', '201213.035000', '201213.495000', '201213.955000', '201214.415000', '201214.875000', '201215.335000', '201215.795000', '201216.255000', '201216.715000', '201217.175000', '201217.635000', '201218.095000', '201218.555000', '201219.015000', '201219.475000', '201219.935000', '201220.395000', '201220.855000', '201221.315000', '201221.775000', '201222.235000', '201222.695000', '201223.155000', '201223.615000', '201224.075000', '201224.535000', '201224.995000', '201225.455000', '201225.915000', '201226.375000', '201226.835000', '201227.295000', '201227.755000', '201228.215000', '201228.675000', '201229.135000', '201229.595000', '201230.055000', '201230.515000', '201230.975000', '201231.435000', '201231.895000', '201232.355000', '201232.815000', '201233.275000', '201233.735000', '201234.195000', '201234.655000', '201235.115000', '201235.575000', '201236.035000', '201236.495000', '201236.955000', '201237.415000', '201237.875000', '201238.335000', '201238.795000', '201239.255000', '201239.715000', '201240.175000', '201240.635000', '201241.095000', '201241.555000', '201242.015000', '201242.475000', '201242.935000', '201243.395000', '201243.855000', '201244.315000', '201244.775000', '201245.235000', '201245.695000', '201246.155000', '201246.615000', '201247.075000', '201247.535000', '201247.995000', '201248.455000', '201248.915000', '201249.375000', '201249.835000', '201250.295000', '201250.755000', '201251.215000', '201251.675000', '201252.135000', '201252.595000', '201253.055000', '201253.515000', '201253.975000', '201254.435000', '201254.895000', '201255.355000', '201255.815000', '201256.275000', '201256.735000', '201257.195000', '201257.655000', '201258.115000', '201258.575000', '201259.035000', '201259.495000', '201259.955000', '201300.415000', '201300.875000', '201301.335000', '201301.795000', '201302.255000', '201302.715000', '201303.175000', '201303.635000', '201304.095000', '201304.555000', '201305.015000', '201305.475000', '201305.935000', '201306.395000', '201306.855000', '201307.315000', '201307.775000', '201308.235000', '201308.695000', '201309.155000', '201309.615000', '201310.075000', '201310.535000', '201310.995000', '201311.455000', '201311.915000', '201312.375000', '201312.835000', '201313.295000', '201313.755000', '201314.215000', '201314.675000', '201315.135000', '201315.595000', '201316.055000', '201316.515000', '201316.975000', '201317.435000', '201317.895000', '201318.355000', '201318.815000', '201319.275000', '201319.735000', '201320.195000', '201320.655000', '201321.115000', '201321.575000', '201322.035000', '201322.495000', '201322.955000', '201323.415000', '201323.875000', '201324.335000', '201324.795000', '201325.255000', '201325.715000', '201326.175000', '201326.635000', '201327.095000', '201327.555000', '201328.015000', '201328.475000', '201328.935000', '201329.395000', '201329.855000', '201330.315000', '201330.775000', '201331.235000', '201331.695000', '201332.155000', '201332.615000', '201333.075000', '201333.535000', '201333.995000', '201334.455000', '201334.915000', '201335.375000', '201335.835000', '201336.295000', '201336.755000', '201337.215000', '201337.675000', '201338.135000', '201338.595000', '201339.055000', '201339.515000', '201339.975000', '201340.435000', '201340.895000', '201341.355000', '201341.815000', '201342.275000', '201342.735000', '201343.195000', '201343.655000', '201344.115000', '201344.575000', '201345.035000', '201345.495000', '201345.955000', '201346.415000', '201346.875000', '201347.335000', '201347.795000', '201348.255000', '201348.715000', '201349.175000', '201349.635000', '201350.095000', '201350.555000', '201351.015000', '201351.475000', '201351.935000', '201352.395000', '201352.855000', '201353.315000', '201353.775000', '201354.235000', '201354.695000', '201355.155000', '201355.615000', '201356.075000', '201356.535000', '201356.995000', '201357.455000', '201357.915000', '201358.375000', '201358.835000', '201359.295000', '201359.755000', '201400.215000', '201400.675000', '201401.135000', '201401.595000', '201402.055000', '201402.515000', '201402.975000', '201403.435000', '201403.895000', '201404.355000', '201404.815000', '201405.275000', '201405.735000', '201406.195000', '201406.655000', '201407.115000', '201407.575000', '201408.035000', '201408.495000', '201408.955000', '201409.415000', '201409.875000', '201410.335000', '201410.795000', '201411.255000', '201411.715000', '201412.175000', '201412.635000', '201413.095000', '201413.555000', '201414.015000', '201414.475000', '201414.935000', '201415.395000', '201415.855000', '201416.315000', '201416.775000', '201417.235000', '201417.695000', '201418.155000', '201418.615000', '201419.075000', '201419.535000', '201419.995000', '201420.455000', '201420.915000', '201421.375000', '201421.835000', '201422.295000', '201422.755000', '201423.215000', '201423.675000', '201424.135000', '201424.595000', '201425.055000', '201425.515000', '201425.975000', '201426.435000', '201426.895000', '201427.355000', '201427.815000', '201428.275000', '201428.735000', '201429.195000', '201429.655000', '201430.115000', '201430.575000', '201431.035000', '201431.495000', '201431.955000', '201432.415000', '201432.875000', '201433.335000', '201433.795000', '201434.255000', '201434.715000', '201435.175000', '201435.635000', '201436.095000', '201436.555000', '201437.015000', '201437.475000', '201437.935000', '201438.395000', '201438.855000', '201439.315000', '201439.775000', '201440.235000', '201440.695000', '201441.155000', '201441.615000', '201442.075000', '201442.535000', '201442.995000', '201443.455000', '201443.915000', '201444.375000', '201444.835000', '201445.295000', '201445.755000', '201446.215000', '201446.675000', '201447.135000', '201447.595000', '201448.055000', '201448.515000', '201448.975000', '201449.435000', '201449.895000', '201450.355000', '201450.815000', '201451.275000', '201451.735000', '201452.195000', '201452.655000', '201453.115000', '201453.575000', '201454.035000', '201454.495000', '201454.955000', '201455.415000', '201455.875000', '201456.335000', '201456.795000', '201457.255000', '201457.715000', '201458.175000', '201458.635000', '201459.095000', '201459.555000', '201500.015000', '201500.475000', '201500.935000', '201501.395000', '201501.855000', '201502.315000', '201502.775000', '201503.235000', '201503.695000', '201504.155000', '201504.615000', '201505.075000', '201505.535000', '201505.995000', '201506.455000', '201506.915000', '201507.375000', '201507.835000', '201508.295000', '201508.755000', '201509.215000', '201509.675000', '201510.135000', '201510.595000', '201511.055000', '201511.515000', '201511.975000', '201512.435000', '201512.895000', '201513.355000', '201513.815000', '201514.275000', '201514.735000', '201515.195000', '201515.655000', '201516.115000', '201516.575000', '201517.035000', '201517.495000', '201517.955000', '201518.415000', '201518.875000', '201519.335000', '201519.795000', '201520.255000', '201520.715000', '201521.175000', '201521.635000', '201522.095000', '201522.555000', '201523.015000', '201523.475000', '201523.935000', '201524.395000', '201524.855000', '201525.315000', '201525.775000', '201526.235000', '201526.695000', '201527.155000', '201527.615000', '201528.075000', '201528.535000', '201528.995000', '201529.455000', '201529.915000', '201530.375000', '201530.835000', '201531.295000', '201531.755000', '201532.215000', '201532.675000', '201533.135000', '201533.595000', '201534.055000', '201534.515000', '201534.975000', '201535.435000', '201535.895000', '201536.355000', '201536.815000', '201537.275000', '201537.735000', '201538.195000', '201538.655000', '201539.115000', '201539.575000', '201540.035000', '201540.495000', '201540.955000', '201541.415000', '201541.875000', '201542.335000', '201542.795000', '201543.255000', '201543.715000', '201544.175000', '201544.635000', '201545.095000', '201545.555000', '201546.015000', '201546.475000', '201546.935000', '201547.395000', '201547.855000', '201548.315000', '201548.775000', '201549.235000', '201549.695000', '201550.155000', '201550.615000', '201551.075000', '201551.535000', '201551.995000', '201552.455000', '201552.915000', '201553.375000', '201553.835000', '201554.295000', '201554.755000', '201555.215000', '201555.675000', '201556.135000', '201556.595000', '201557.055000', '201557.515000', '201557.975000', '201558.435000', '201558.895000', '201559.355000', '201559.815000', '201600.275000', '201600.735000', '201601.195000', '201601.655000', '201602.115000', '201602.575000', '201603.035000', '201603.495000', '201603.955000', '201604.415000', '201604.875000', '201605.335000', '201605.795000', '201606.255000', '201606.715000', '201607.175000', '201607.635000', '201608.095000', '201608.555000', '201609.015000', '201609.475000', '201609.935000', '201610.395000', '201610.855000', '201611.315000', '201611.775000', '201612.235000', '201612.695000', '201613.155000', '201613.615000', '201614.075000', '201614.535000', '201614.995000', '201615.455000', '201615.915000', '201616.375000', '201616.835000', '201617.295000', '201617.755000', '201618.215000', '201618.675000', '201619.135000', '201619.595000', '201620.055000', '201620.515000', '201620.975000', '201621.435000', '201621.895000', '201622.355000', '201622.815000', '201623.275000', '201623.735000', '201624.195000', '201624.655000', '201625.115000', '201625.575000', '201626.035000', '201626.495000', '201626.955000', '201627.415000', '201627.875000', '201628.335000', '201628.795000', '201629.255000', '201629.715000', '201630.175000', '201630.635000', '201631.095000', '201631.555000', '201632.015000', '201632.475000', '201632.935000', '201633.395000', '201633.855000', '201634.315000', '201634.775000', '201635.235000', '201635.695000', '201636.155000', '201636.615000', '201637.075000', '201637.535000', '201637.995000', '201638.455000', '201638.915000', '201639.375000', '201639.835000', '201640.295000', '201640.755000', '201641.215000', '201641.675000', '201642.135000', '201642.595000', '201643.055000', '201643.515000', '201643.975000', '201644.435000', '201644.895000', '201645.355000', '201645.815000', '201646.275000', '201646.735000', '201647.195000', '201647.655000', '201648.115000', '201648.575000', '201649.035000', '201649.495000', '201649.955000', '201650.415000', '201650.875000', '201651.335000', '201651.795000', '201652.255000', '201652.715000', '201653.175000', '201653.635000', '201654.095000', '201654.555000', '201655.015000', '201655.475000', '201655.935000', '201656.395000', '201656.855000', '201657.315000', '201657.775000', '201658.235000', '201658.695000', '201659.155000', '201659.615000', '201700.075000', '201700.535000', '201700.995000', '201701.455000', '201701.915000', '201702.375000', '201702.835000', '201703.295000', '201703.755000', '201704.215000', '201704.675000', '201705.135000', '201705.595000', '201706.055000', '201706.515000', '201706.975000', '201707.435000', '201707.895000', '201708.355000', '201708.815000', '201709.275000', '201709.735000', '201710.195000', '201710.655000', '201711.115000', '201711.575000', '201712.035000', '201712.495000', '201712.955000', '201713.415000', '201713.875000', '201714.335000', '201714.795000', '201715.255000', '201715.715000', '201716.175000', '201716.635000', '201717.095000', '201717.555000', '201718.015000', '201718.475000', '201718.935000', '201719.395000', '201719.855000', '201720.315000', '201720.775000', '201721.235000', '201721.695000', '201722.155000', '201722.615000', '201723.075000', '201723.535000', '201723.995000', '201724.455000', '201724.915000', '201725.375000', '201725.835000', '201726.295000', '201726.755000', '201727.215000', '201727.675000', '201728.135000', '201728.595000', '201729.055000', '201729.515000', '201729.975000', '201730.435000', '201730.895000', '201731.355000', '201731.815000', '201732.275000', '201732.735000', '201733.195000', '201733.655000', '201734.115000', '201734.575000', '201735.035000', '201735.495000', '201735.955000', '201736.415000', '201736.875000', '201737.335000', '201737.795000', '201738.255000', '201738.715000', '201739.175000', '201739.635000', '201740.095000', '201740.555000', '201741.015000', '201741.475000', '201741.935000', '201742.395000', '201742.855000', '201743.315000', '201743.775000', '201744.235000', '201744.695000', '201745.155000', '201745.615000', '201746.075000', '201746.535000', '201746.995000', '201747.455000', '201747.915000', '201748.375000', '201748.835000', '201749.295000', '201749.755000', '201750.215000', '201750.675000', '201751.135000', '201751.595000', '201752.055000'], 'ContentTime': ['201135.043000', '201135.046000', '201135.049000', '201135.052000', '201135.055000', '201135.057000', '201135.060000', '201135.062000', '201135.065000', '201135.067000', '201135.070000', '201135.072000', '201135.075000', '201135.078000', '201135.080000', '201135.083000', '201135.085000', '201135.088000', '201135.090000', '201135.093000', '201135.096000', '201135.098000', '201135.101000', '201135.103000', '201135.106000', '201135.108000', '201135.111000', '201135.113000', '201135.116000', '201135.118000', '201135.121000', '201135.124000', '201135.126000', '201135.129000', '201135.131000', '201135.134000', '201135.136000', '201135.139000', '201135.141000', '201135.150000', '201135.152000', '201135.155000', '201135.158000', '201135.160000', '201135.163000', '201135.165000', '201135.168000', '201135.170000', '201135.173000', '201135.175000', '201155.024000', '201155.027000', '201155.029000', '201155.032000', '201155.034000', '201155.037000', '201155.039000', '201155.042000', '201155.044000', '201155.047000', '201155.049000', '201155.052000', '201155.060000', '201155.063000', '201155.065000', '201155.068000', '201155.071000', '201155.073000', '201155.076000', '201155.078000', '201155.081000', '201155.084000', '201155.086000', '201155.089000', '201155.091000', '201155.094000', '201155.096000', '201155.099000', '201155.101000', '201155.104000', '201155.106000', '201155.109000', '201155.111000', '201155.114000', '201155.117000', '201155.119000', '201155.122000', '201155.124000', '201155.127000', '201155.129000', '201155.132000', '201155.134000', '201155.137000', '201215.016000', '201215.018000', '201215.021000', '201215.024000', '201215.026000', '201215.029000', '201215.039000', '201215.041000', '201215.044000', '201215.047000', '201215.049000', '201215.052000', '201215.054000', '201215.057000', '201215.060000', '201215.062000', '201215.065000', '201215.068000', '201215.070000', '201215.073000', '201215.075000', '201215.078000', '201215.081000', '201215.083000', '201215.086000', '201215.088000', '201215.091000', '201215.094000', '201215.096000', '201215.099000', '201215.101000', '201215.104000', '201215.106000', '201215.110000', '201215.113000', '201215.115000', '201215.118000', '201215.121000', '201215.123000', '201215.126000', '201215.128000', '201215.131000', '201215.134000', '201215.136000', '201235.015000', '201235.018000', '201235.021000', '201235.024000', '201235.026000', '201235.029000', '201235.031000', '201235.034000', '201235.037000', '201235.039000', '201235.042000', '201235.044000', '201235.047000', '201235.050000', '201235.052000', '201235.060000', '201235.063000', '201235.065000', '201235.068000', '201235.071000', '201235.073000', '201235.076000', '201235.079000', '201235.081000', '201235.084000', '201235.086000', '201235.089000', '201235.092000', '201235.094000', '201235.097000', '201235.100000', '201235.102000', '201235.105000', '201235.108000', '201235.110000', '201235.113000', '201235.116000', '201235.118000', '201235.121000', '201235.124000', '201235.126000', '201235.129000', '201235.132000', '201255.014000', '201255.017000', '201255.020000', '201255.038000', '201255.041000', '201255.044000', '201255.046000', '201255.049000', '201255.052000', '201255.054000', '201255.057000', '201255.059000', '201255.062000', '201255.065000', '201255.067000', '201255.070000', '201255.073000', '201255.075000', '201255.078000', '201255.080000', '201255.083000', '201255.086000', '201255.088000', '201255.091000', '201255.093000', '201255.096000', '201255.099000', '201255.101000', '201255.104000', '201255.106000', '201255.109000', '201255.112000', '201255.114000', '201255.117000', '201255.120000', '201255.122000', '201255.125000', '201255.127000', '201255.130000', '201255.132000', '201255.135000', '201255.138000', '201255.149000', '201255.152000', '201315.015000', '201315.017000', '201315.020000', '201315.023000', '201315.025000', '201315.028000', '201315.031000', '201315.034000', '201315.036000', '201315.039000', '201315.041000', '201315.044000', '201315.047000', '201315.049000', '201315.052000', '201315.055000', '201315.057000', '201315.060000', '201315.062000', '201315.065000', '201315.067000', '201315.070000', '201315.073000', '201315.075000', '201315.078000', '201315.081000', '201315.083000', '201315.086000', '201315.088000', '201315.091000', '201315.094000', '201315.096000', '201315.099000', '201315.102000', '201315.104000', '201315.107000', '201315.110000', '201315.112000', '201315.115000', '201315.117000', '201315.120000', '201315.123000', '201315.126000', '201335.014000', '201335.017000', '201335.020000', '201335.023000', '201335.025000', '201335.028000', '201335.030000', '201335.033000', '201335.036000', '201335.038000', '201335.041000', '201335.043000', '201335.046000', '201335.049000', '201335.051000', '201335.054000', '201335.056000', '201335.059000', '201335.062000', '201335.064000', '201335.067000', '201335.069000', '201335.072000', '201335.074000', '201335.077000', '201335.079000', '201335.082000', '201335.085000', '201335.087000', '201335.090000', '201335.092000', '201335.095000', '201335.097000', '201335.100000', '201335.102000', '201335.105000', '201335.108000', '201335.110000', '201335.113000', '201335.115000', '201335.118000', '201335.120000', '201335.123000', '201335.126000', '201355.015000', '201355.017000', '201355.020000', '201355.023000', '201355.025000', '201355.028000', '201355.030000', '201355.033000', '201355.035000', '201355.038000', '201355.041000', '201355.043000', '201355.046000', '201355.048000', '201355.051000', '201355.054000', '201355.056000', '201355.059000', '201355.061000', '201355.064000', '201355.066000', '201355.069000', '201355.072000', '201355.074000', '201355.077000', '201355.080000', '201355.082000', '201355.085000', '201355.087000', '201355.090000', '201355.093000', '201355.095000', '201355.098000', '201355.100000', '201355.103000', '201355.106000', '201355.108000', '201355.119000', '201355.122000', '201355.124000', '201355.127000', '201355.130000', '201355.132000', '201415.016000', '201415.019000', '201415.021000', '201415.024000', '201415.027000', '201415.029000', '201415.032000', '201415.035000', '201415.037000', '201415.040000', '201415.043000', '201415.045000', '201415.048000', '201415.050000', '201415.053000', '201415.056000', '201415.058000', '201415.061000', '201415.063000', '201415.066000', '201415.068000', '201415.071000', '201415.074000', '201415.076000', '201415.079000', '201415.081000', '201415.084000', '201415.087000', '201415.089000', '201415.092000', '201415.094000', '201415.097000', '201415.100000', '201415.102000', '201415.105000', '201415.107000', '201415.110000', '201415.112000', '201415.115000', '201415.118000', '201415.120000', '201415.123000', '201415.153000', '201415.156000', '201435.016000', '201435.019000', '201435.021000', '201435.024000', '201435.027000', '201435.029000', '201435.032000', '201435.034000', '201435.037000', '201435.039000', '201435.042000', '201435.045000', '201435.047000', '201435.050000', '201435.052000', '201435.055000', '201435.058000', '201435.060000', '201435.063000', '201435.065000', '201435.068000', '201435.070000', '201435.073000', '201435.076000', '201435.078000', '201435.081000', '201435.083000', '201435.086000', '201435.088000', '201435.091000', '201435.094000', '201435.096000', '201435.099000', '201435.101000', '201435.104000', '201435.106000', '201435.109000', '201435.112000', '201435.114000', '201435.117000', '201435.129000', '201435.131000', '201435.134000', '201455.016000', '201455.018000', '201455.021000', '201455.024000', '201455.026000', '201455.029000', '201455.031000', '201455.034000', '201455.036000', '201455.039000', '201455.042000', '201455.044000', '201455.047000', '201455.050000', '201455.052000', '201455.055000', '201455.057000', '201455.060000', '201455.062000', '201455.065000', '201455.068000', '201455.071000', '201455.073000', '201455.076000', '201455.079000', '201455.081000', '201455.084000', '201455.087000', '201455.089000', '201455.092000', '201455.095000', '201455.097000', '201455.100000', '201455.102000', '201455.105000', '201455.108000', '201455.110000', '201455.113000', '201455.116000', '201455.118000', '201455.121000', '201455.123000', '201455.126000', '201455.129000', '201515.015000', '201515.017000', '201515.020000', '201515.023000', '201515.025000', '201515.028000', '201515.031000', '201515.033000', '201515.036000', '201515.039000', '201515.041000', '201515.044000', '201515.047000', '201515.049000', '201515.052000', '201515.055000', '201515.057000', '201515.060000', '201515.062000', '201515.065000', '201515.068000', '201515.070000', '201515.073000', '201515.076000', '201515.078000', '201515.081000', '201515.084000', '201515.086000', '201515.089000', '201515.092000', '201515.094000', '201515.097000', '201515.099000', '201515.102000', '201515.104000', '201515.107000', '201515.109000', '201515.112000', '201515.115000', '201515.117000', '201515.120000', '201515.123000', '201515.125000', '201535.015000', '201535.017000', '201535.020000', '201535.024000', '201535.026000', '201535.029000', '201535.031000', '201535.034000', '201535.037000', '201535.039000', '201535.042000', '201535.044000', '201535.047000', '201535.050000', '201535.052000', '201535.055000', '201535.058000', '201535.060000', '201535.063000', '201535.066000', '201535.068000', '201535.071000', '201535.074000', '201535.077000', '201535.079000', '201535.082000', '201535.085000', '201535.087000', '201535.090000', '201535.093000', '201535.095000', '201535.098000', '201535.101000', '201535.103000', '201535.106000', '201535.108000', '201535.111000', '201535.114000', '201535.116000', '201535.119000', '201535.122000', '201535.124000', '201535.127000', '201535.129000', '201555.014000', '201555.017000', '201555.021000', '201555.023000', '201555.026000', '201555.028000', '201555.031000', '201555.034000', '201555.036000', '201555.039000', '201555.042000', '201555.044000', '201555.047000', '201555.049000', '201555.052000', '201555.055000', '201555.057000', '201555.060000', '201555.062000', '201555.065000', '201555.068000', '201555.070000', '201555.073000', '201555.089000', '201555.092000', '201555.094000', '201555.097000', '201555.100000', '201555.102000', '201555.105000', '201555.107000', '201555.110000', '201555.113000', '201555.115000', '201555.118000', '201555.120000', '201555.123000', '201555.126000', '201555.128000', '201555.131000', '201555.133000', '201555.136000', '201555.139000', '201615.015000', '201615.017000', '201615.020000', '201615.023000', '201615.026000', '201615.029000', '201615.032000', '201615.034000', '201615.047000', '201615.049000', '201615.052000', '201615.055000', '201615.057000', '201615.060000', '201615.062000', '201615.065000', '201615.068000', '201615.070000', '201615.073000', '201615.076000', '201615.078000', '201615.081000', '201615.084000', '201615.087000', '201615.089000', '201615.092000', '201615.094000', '201615.097000', '201615.100000', '201615.102000', '201615.105000', '201615.108000', '201615.110000', '201615.113000', '201615.115000', '201615.118000', '201615.121000', '201615.123000', '201615.126000', '201615.129000', '201615.131000', '201615.134000', '201615.137000', '201635.016000', '201635.018000', '201635.022000', '201635.024000', '201635.027000', '201635.029000', '201635.032000', '201635.035000', '201635.037000', '201635.040000', '201635.043000', '201635.045000', '201635.048000', '201635.050000', '201635.053000', '201635.056000', '201635.058000', '201635.061000', '201635.064000', '201635.066000', '201635.069000', '201635.072000', '201635.074000', '201635.077000', '201635.080000', '201635.082000', '201635.085000', '201635.088000', '201635.090000', '201635.093000', '201635.095000', '201635.098000', '201635.101000', '201635.103000', '201635.106000', '201635.109000', '201635.111000', '201635.114000', '201635.117000', '201635.119000', '201635.122000', '201635.124000', '201635.127000', '201635.130000', '201655.016000', '201655.018000', '201655.021000', '201655.024000', '201655.026000', '201655.029000', '201655.032000', '201655.035000', '201655.038000', '201655.040000', '201655.043000', '201655.045000', '201655.048000', '201655.051000', '201655.053000', '201655.056000', '201655.059000', '201655.063000', '201655.066000', '201655.068000', '201655.071000', '201655.074000', '201655.076000', '201655.079000', '201655.082000', '201655.084000', '201655.087000', '201655.090000', '201655.092000', '201655.095000', '201655.098000', '201655.100000', '201655.103000', '201655.105000', '201655.108000', '201655.111000', '201655.114000', '201655.116000', '201655.119000', '201655.122000', '201655.124000', '201655.127000', '201655.130000', '201655.132000', '201715.016000', '201715.018000', '201715.021000', '201715.024000', '201715.027000', '201715.029000', '201715.032000', '201715.035000', '201715.037000', '201715.042000', '201715.044000', '201715.047000', '201715.050000', '201715.052000', '201715.055000', '201715.057000', '201715.060000', '201715.063000', '201715.065000', '201715.068000', '201715.076000', '201715.078000', '201715.081000', '201715.083000', '201715.086000', '201715.089000', '201715.091000', '201715.094000', '201715.097000', '201715.099000', '201715.102000', '201715.104000', '201715.107000', '201715.110000', '201715.118000', '201715.120000', '201715.123000', '201715.126000', '201715.128000', '201715.131000', '201715.134000', '201715.136000', '201715.139000', '201735.014000', '201735.017000', '201735.020000', '201735.023000', '201735.025000', '201735.028000', '201735.031000', '201735.033000', '201735.036000', '201735.039000', '201735.042000', '201735.044000', '201735.047000', '201735.049000', '201735.052000', '201735.055000', '201735.057000', '201735.060000', '201735.062000', '201735.065000', '201735.068000', '201735.070000', '201735.073000', '201735.075000', '201735.078000', '201735.081000', '201735.083000', '201735.086000', '201735.089000', '201735.091000', '201735.094000', '201735.097000', '201735.099000', '201735.102000', '201735.105000', '201735.107000', '201735.110000', '201735.112000', '201735.115000', '201735.118000', '201735.120000', '201735.123000', '201735.126000', '201752.972000', '201752.974000', '201752.977000', '201752.980000', '201752.983000', '201752.986000', '201752.988000', '201752.991000', '201752.994000', '201752.996000', '201752.999000', '201753.002000', '201753.005000', '201753.007000', '201753.010000', '201753.013000', '201753.016000', '201753.019000', '201753.022000', '201753.024000', '201753.028000', '201753.031000', '201753.033000', '201753.037000', '201753.039000', '201753.042000', '201753.046000', '201753.048000', '201753.052000', '201753.054000', '201753.057000', '201753.060000', '201753.063000', '201753.066000', '201753.068000', '201753.071000', '201753.074000', '201753.077000', '201753.080000', '201753.083000'], 'InstanceCreationTime': ['201135.043000', '201135.046000', '201135.049000', '201135.052000', '201135.055000', '201135.057000', '201135.060000', '201135.062000', '201135.065000', '201135.067000', '201135.070000', '201135.072000', '201135.075000', '201135.078000', '201135.080000', '201135.083000', '201135.085000', '201135.088000', '201135.090000', '201135.093000', '201135.096000', '201135.098000', '201135.101000', '201135.103000', '201135.106000', '201135.108000', '201135.111000', '201135.113000', '201135.116000', '201135.118000', '201135.121000', '201135.124000', '201135.126000', '201135.129000', '201135.131000', '201135.134000', '201135.136000', '201135.139000', '201135.141000', '201135.150000', '201135.152000', '201135.155000', '201135.158000', '201135.160000', '201135.163000', '201135.165000', '201135.168000', '201135.170000', '201135.173000', '201135.175000', '201155.024000', '201155.027000', '201155.029000', '201155.032000', '201155.034000', '201155.037000', '201155.039000', '201155.042000', '201155.044000', '201155.047000', '201155.049000', '201155.052000', '201155.060000', '201155.063000', '201155.065000', '201155.068000', '201155.071000', '201155.073000', '201155.076000', '201155.078000', '201155.081000', '201155.084000', '201155.086000', '201155.089000', '201155.091000', '201155.094000', '201155.096000', '201155.099000', '201155.101000', '201155.104000', '201155.106000', '201155.109000', '201155.111000', '201155.114000', '201155.117000', '201155.119000', '201155.122000', '201155.124000', '201155.127000', '201155.129000', '201155.132000', '201155.134000', '201155.137000', '201215.016000', '201215.018000', '201215.021000', '201215.024000', '201215.026000', '201215.029000', '201215.039000', '201215.041000', '201215.044000', '201215.047000', '201215.049000', '201215.052000', '201215.054000', '201215.057000', '201215.060000', '201215.062000', '201215.065000', '201215.068000', '201215.070000', '201215.073000', '201215.075000', '201215.078000', '201215.081000', '201215.083000', '201215.086000', '201215.088000', '201215.091000', '201215.094000', '201215.096000', '201215.099000', '201215.101000', '201215.104000', '201215.106000', '201215.110000', '201215.113000', '201215.115000', '201215.118000', '201215.121000', '201215.123000', '201215.126000', '201215.128000', '201215.131000', '201215.134000', '201215.136000', '201235.015000', '201235.018000', '201235.021000', '201235.024000', '201235.026000', '201235.029000', '201235.031000', '201235.034000', '201235.037000', '201235.039000', '201235.042000', '201235.044000', '201235.047000', '201235.050000', '201235.052000', '201235.060000', '201235.063000', '201235.065000', '201235.068000', '201235.071000', '201235.073000', '201235.076000', '201235.079000', '201235.081000', '201235.084000', '201235.086000', '201235.089000', '201235.092000', '201235.094000', '201235.097000', '201235.100000', '201235.102000', '201235.105000', '201235.108000', '201235.110000', '201235.113000', '201235.116000', '201235.118000', '201235.121000', '201235.124000', '201235.126000', '201235.129000', '201235.132000', '201255.014000', '201255.017000', '201255.020000', '201255.038000', '201255.041000', '201255.044000', '201255.046000', '201255.049000', '201255.052000', '201255.054000', '201255.057000', '201255.059000', '201255.062000', '201255.065000', '201255.067000', '201255.070000', '201255.073000', '201255.075000', '201255.078000', '201255.080000', '201255.083000', '201255.086000', '201255.088000', '201255.091000', '201255.093000', '201255.096000', '201255.099000', '201255.101000', '201255.104000', '201255.106000', '201255.109000', '201255.112000', '201255.114000', '201255.117000', '201255.120000', '201255.122000', '201255.125000', '201255.127000', '201255.130000', '201255.132000', '201255.135000', '201255.138000', '201255.149000', '201255.152000', '201315.015000', '201315.017000', '201315.020000', '201315.023000', '201315.025000', '201315.028000', '201315.031000', '201315.034000', '201315.036000', '201315.039000', '201315.041000', '201315.044000', '201315.047000', '201315.049000', '201315.052000', '201315.055000', '201315.057000', '201315.060000', '201315.062000', '201315.065000', '201315.067000', '201315.070000', '201315.073000', '201315.075000', '201315.078000', '201315.081000', '201315.083000', '201315.086000', '201315.088000', '201315.091000', '201315.094000', '201315.096000', '201315.099000', '201315.102000', '201315.104000', '201315.107000', '201315.110000', '201315.112000', '201315.115000', '201315.117000', '201315.120000', '201315.123000', '201315.126000', '201335.014000', '201335.017000', '201335.020000', '201335.023000', '201335.025000', '201335.028000', '201335.030000', '201335.033000', '201335.036000', '201335.038000', '201335.041000', '201335.043000', '201335.046000', '201335.049000', '201335.051000', '201335.054000', '201335.056000', '201335.059000', '201335.062000', '201335.064000', '201335.067000', '201335.069000', '201335.072000', '201335.074000', '201335.077000', '201335.079000', '201335.082000', '201335.085000', '201335.087000', '201335.090000', '201335.092000', '201335.095000', '201335.097000', '201335.100000', '201335.102000', '201335.105000', '201335.108000', '201335.110000', '201335.113000', '201335.115000', '201335.118000', '201335.120000', '201335.123000', '201335.126000', '201355.015000', '201355.017000', '201355.020000', '201355.023000', '201355.025000', '201355.028000', '201355.030000', '201355.033000', '201355.035000', '201355.038000', '201355.041000', '201355.043000', '201355.046000', '201355.048000', '201355.051000', '201355.054000', '201355.056000', '201355.059000', '201355.061000', '201355.064000', '201355.066000', '201355.069000', '201355.072000', '201355.074000', '201355.077000', '201355.080000', '201355.082000', '201355.085000', '201355.087000', '201355.090000', '201355.093000', '201355.095000', '201355.098000', '201355.100000', '201355.103000', '201355.106000', '201355.108000', '201355.119000', '201355.122000', '201355.124000', '201355.127000', '201355.130000', '201355.132000', '201415.016000', '201415.019000', '201415.021000', '201415.024000', '201415.027000', '201415.029000', '201415.032000', '201415.035000', '201415.037000', '201415.040000', '201415.043000', '201415.045000', '201415.048000', '201415.050000', '201415.053000', '201415.056000', '201415.058000', '201415.061000', '201415.063000', '201415.066000', '201415.068000', '201415.071000', '201415.074000', '201415.076000', '201415.079000', '201415.081000', '201415.084000', '201415.087000', '201415.089000', '201415.092000', '201415.094000', '201415.097000', '201415.100000', '201415.102000', '201415.105000', '201415.107000', '201415.110000', '201415.112000', '201415.115000', '201415.118000', '201415.120000', '201415.123000', '201415.153000', '201415.156000', '201435.016000', '201435.019000', '201435.021000', '201435.024000', '201435.027000', '201435.029000', '201435.032000', '201435.034000', '201435.037000', '201435.039000', '201435.042000', '201435.045000', '201435.047000', '201435.050000', '201435.052000', '201435.055000', '201435.058000', '201435.060000', '201435.063000', '201435.065000', '201435.068000', '201435.070000', '201435.073000', '201435.076000', '201435.078000', '201435.081000', '201435.083000', '201435.086000', '201435.088000', '201435.091000', '201435.094000', '201435.096000', '201435.099000', '201435.101000', '201435.104000', '201435.106000', '201435.109000', '201435.112000', '201435.114000', '201435.117000', '201435.129000', '201435.131000', '201435.134000', '201455.016000', '201455.018000', '201455.021000', '201455.024000', '201455.026000', '201455.029000', '201455.031000', '201455.034000', '201455.036000', '201455.039000', '201455.042000', '201455.044000', '201455.047000', '201455.050000', '201455.052000', '201455.055000', '201455.057000', '201455.060000', '201455.062000', '201455.065000', '201455.068000', '201455.071000', '201455.073000', '201455.076000', '201455.079000', '201455.081000', '201455.084000', '201455.087000', '201455.089000', '201455.092000', '201455.095000', '201455.097000', '201455.100000', '201455.102000', '201455.105000', '201455.108000', '201455.110000', '201455.113000', '201455.116000', '201455.118000', '201455.121000', '201455.123000', '201455.126000', '201455.129000', '201515.015000', '201515.017000', '201515.020000', '201515.023000', '201515.025000', '201515.028000', '201515.031000', '201515.033000', '201515.036000', '201515.039000', '201515.041000', '201515.044000', '201515.047000', '201515.049000', '201515.052000', '201515.055000', '201515.057000', '201515.060000', '201515.062000', '201515.065000', '201515.068000', '201515.070000', '201515.073000', '201515.076000', '201515.078000', '201515.081000', '201515.084000', '201515.086000', '201515.089000', '201515.092000', '201515.094000', '201515.097000', '201515.099000', '201515.102000', '201515.104000', '201515.107000', '201515.109000', '201515.112000', '201515.115000', '201515.117000', '201515.120000', '201515.123000', '201515.125000', '201535.015000', '201535.017000', '201535.020000', '201535.024000', '201535.026000', '201535.029000', '201535.031000', '201535.034000', '201535.037000', '201535.039000', '201535.042000', '201535.044000', '201535.047000', '201535.050000', '201535.052000', '201535.055000', '201535.058000', '201535.060000', '201535.063000', '201535.066000', '201535.068000', '201535.071000', '201535.074000', '201535.077000', '201535.079000', '201535.082000', '201535.085000', '201535.087000', '201535.090000', '201535.093000', '201535.095000', '201535.098000', '201535.101000', '201535.103000', '201535.106000', '201535.108000', '201535.111000', '201535.114000', '201535.116000', '201535.119000', '201535.122000', '201535.124000', '201535.127000', '201535.129000', '201555.014000', '201555.017000', '201555.021000', '201555.023000', '201555.026000', '201555.028000', '201555.031000', '201555.034000', '201555.036000', '201555.039000', '201555.042000', '201555.044000', '201555.047000', '201555.049000', '201555.052000', '201555.055000', '201555.057000', '201555.060000', '201555.062000', '201555.065000', '201555.068000', '201555.070000', '201555.073000', '201555.089000', '201555.092000', '201555.094000', '201555.097000', '201555.100000', '201555.102000', '201555.105000', '201555.107000', '201555.110000', '201555.113000', '201555.115000', '201555.118000', '201555.120000', '201555.123000', '201555.126000', '201555.128000', '201555.131000', '201555.133000', '201555.136000', '201555.139000', '201615.015000', '201615.017000', '201615.020000', '201615.023000', '201615.026000', '201615.029000', '201615.032000', '201615.034000', '201615.047000', '201615.049000', '201615.052000', '201615.055000', '201615.057000', '201615.060000', '201615.062000', '201615.065000', '201615.068000', '201615.070000', '201615.073000', '201615.076000', '201615.078000', '201615.081000', '201615.084000', '201615.087000', '201615.089000', '201615.092000', '201615.094000', '201615.097000', '201615.100000', '201615.102000', '201615.105000', '201615.108000', '201615.110000', '201615.113000', '201615.115000', '201615.118000', '201615.121000', '201615.123000', '201615.126000', '201615.129000', '201615.131000', '201615.134000', '201615.137000', '201635.016000', '201635.018000', '201635.022000', '201635.024000', '201635.027000', '201635.029000', '201635.032000', '201635.035000', '201635.037000', '201635.040000', '201635.043000', '201635.045000', '201635.048000', '201635.050000', '201635.053000', '201635.056000', '201635.058000', '201635.061000', '201635.064000', '201635.066000', '201635.069000', '201635.072000', '201635.074000', '201635.077000', '201635.080000', '201635.082000', '201635.085000', '201635.088000', '201635.090000', '201635.093000', '201635.095000', '201635.098000', '201635.101000', '201635.103000', '201635.106000', '201635.109000', '201635.111000', '201635.114000', '201635.117000', '201635.119000', '201635.122000', '201635.124000', '201635.127000', '201635.130000', '201655.016000', '201655.018000', '201655.021000', '201655.024000', '201655.026000', '201655.029000', '201655.032000', '201655.035000', '201655.038000', '201655.040000', '201655.043000', '201655.045000', '201655.048000', '201655.051000', '201655.053000', '201655.056000', '201655.059000', '201655.063000', '201655.066000', '201655.068000', '201655.071000', '201655.074000', '201655.076000', '201655.079000', '201655.082000', '201655.084000', '201655.087000', '201655.090000', '201655.092000', '201655.095000', '201655.098000', '201655.100000', '201655.103000', '201655.105000', '201655.108000', '201655.111000', '201655.114000', '201655.116000', '201655.119000', '201655.122000', '201655.124000', '201655.127000', '201655.130000', '201655.132000', '201715.016000', '201715.018000', '201715.021000', '201715.024000', '201715.027000', '201715.029000', '201715.032000', '201715.035000', '201715.037000', '201715.042000', '201715.044000', '201715.047000', '201715.050000', '201715.052000', '201715.055000', '201715.057000', '201715.060000', '201715.063000', '201715.065000', '201715.068000', '201715.076000', '201715.078000', '201715.081000', '201715.083000', '201715.086000', '201715.089000', '201715.091000', '201715.094000', '201715.097000', '201715.099000', '201715.102000', '201715.104000', '201715.107000', '201715.110000', '201715.118000', '201715.120000', '201715.123000', '201715.126000', '201715.128000', '201715.131000', '201715.134000', '201715.136000', '201715.139000', '201735.014000', '201735.017000', '201735.020000', '201735.023000', '201735.025000', '201735.028000', '201735.031000', '201735.033000', '201735.036000', '201735.039000', '201735.042000', '201735.044000', '201735.047000', '201735.049000', '201735.052000', '201735.055000', '201735.057000', '201735.060000', '201735.062000', '201735.065000', '201735.068000', '201735.070000', '201735.073000', '201735.075000', '201735.078000', '201735.081000', '201735.083000', '201735.086000', '201735.089000', '201735.091000', '201735.094000', '201735.097000', '201735.099000', '201735.102000', '201735.105000', '201735.107000', '201735.110000', '201735.112000', '201735.115000', '201735.118000', '201735.120000', '201735.123000', '201735.126000', '201752.972000', '201752.974000', '201752.977000', '201752.980000', '201752.983000', '201752.986000', '201752.988000', '201752.991000', '201752.994000', '201752.996000', '201752.999000', '201753.002000', '201753.005000', '201753.007000', '201753.010000', '201753.013000', '201753.016000', '201753.019000', '201753.022000', '201753.024000', '201753.028000', '201753.031000', '201753.033000', '201753.037000', '201753.039000', '201753.042000', '201753.046000', '201753.048000', '201753.052000', '201753.054000', '201753.057000', '201753.060000', '201753.063000', '201753.066000', '201753.068000', '201753.071000', '201753.074000', '201753.077000', '201753.080000', '201753.083000'], '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': [12640, 8417, 6750, 8234, 6909, 11090, 8962, 8271, 9378, 7484, 7582, 8107, 7271, 12298, 11227, 7481, 9371, 7597, 7240, 7915, 7530, 11891, 8292, 6407, 9739, 7397, 7432, 9275, 6667, 6623, 7291, 7211, 6748, 6207, 7706, 6776, 7934, 8044, 7269, 6306, 12823, 9972, 12995, 11101, 12794, 10003, 6387, 6944, 6240, 8738, 6362, 6452, 9144, 7103, 6640, 11386, 9569, 8932, 10804, 8057, 12502, 7500, 12826, 9458, 9781, 8483, 6663, 10047, 7087, 11947, 8584, 6391, 8588, 6658, 6230, 9018, 6358, 6207, 7799, 6288, 6337, 9998, 8139, 6807, 10737, 8165, 6929, 9366, 7660, 12108, 9470, 7132, 10027, 8159, 6640, 9553, 7107, 12332, 7879, 9313, 8809, 7398, 11369, 8765, 7972, 8478, 8103, 8017, 10602, 7372, 6944, 12575, 11734, 12546, 13163, 9842, 9752, 7608, 8481, 6369, 6174, 7693, 6415, 7235, 10646, 8532, 9778, 9955, 7521, 9084, 8262, 7248, 10074, 8744, 7844, 11267, 8611, 7631, 10806, 6460, 6835, 8195, 6559, 6141, 6602, 9573, 7019, 6667, 9766, 7501, 6245, 8433, 6874, 9046, 8229, 7231, 10438, 7887, 6196, 8122, 6237, 6082, 8060, 7230, 6376, 8484, 6718, 6696, 8560, 7536, 10900, 9467, 7478, 9842, 8641, 7018, 9473, 8356, 6498, 8350, 6923, 6607, 12516, 12048, 11833, 13370, 9104, 9443, 6690, 8904, 6900, 6356, 10241, 10302, 12770, 12250, 13560, 10076, 6721, 7367, 6010, 6395, 6643, 6166, 6678, 9564, 7737, 6102, 8777, 6236, 6215, 6547, 6462, 11483, 8639, 7743, 10661, 9228, 9900, 10149, 8513, 11631, 8946, 7645, 11569, 6233, 6570, 6890, 6393, 6727, 6268, 8113, 6770, 6626, 8600, 7174, 8983, 9528, 7681, 9432, 7972, 7005, 9328, 7605, 6613, 7463, 6090, 6297, 11917, 7909, 6115, 8126, 7720, 11765, 12743, 10230, 13794, 11514, 9153, 10503, 6775, 6900, 6126, 6041, 6032, 6090, 7452, 6233, 6307, 9543, 7307, 6059, 7858, 7412, 12275, 9636, 9432, 9941, 8221, 11471, 9574, 7503, 10835, 9079, 7389, 10530, 9299, 6940, 6045, 9415, 7452, 6419, 11051, 8260, 7498, 11873, 8292, 6026, 7886, 6186, 8569, 6810, 6189, 9819, 6244, 6164, 7587, 6226, 5858, 9773, 6641, 5925, 7230, 6246, 6429, 8488, 7701, 8105, 11081, 9608, 13292, 12485, 11882, 9806, 6517, 8291, 7440, 12129, 8830, 7918, 14599, 13385, 11685, 14398, 7316, 6167, 6074, 6291, 6028, 6074, 8902, 6966, 6795, 11323, 9847, 7466, 11432, 6872, 5974, 7132, 6377, 10289, 9346, 8104, 10537, 10818, 8421, 8233, 11075, 9109, 7550, 11238, 9554, 7542, 12893, 9467, 7902, 12403, 8868, 6385, 7339, 7952, 6333, 6196, 8008, 6357, 6494, 8137, 6529, 5976, 7512, 6208, 6651, 6511, 6272, 6629, 6908, 6265, 6293, 6913, 6502, 7582, 7833, 7031, 9844, 10862, 9333, 13880, 12501, 11552, 10348, 7757, 14236, 13581, 12111, 14633, 14814, 14576, 14479, 14673, 13603, 9659, 9137, 8015, 5985, 6011, 6133, 5933, 6227, 6070, 6162, 6384, 7103, 6319, 5983, 7376, 6380, 6213, 7159, 6264, 6220, 6275, 9765, 8381, 8188, 9742, 7331, 12572, 10557, 8521, 11424, 8394, 8755, 8154, 6454, 7814, 6777, 6170, 6423, 6062, 6207, 6040, 7167, 7187, 12691, 8477, 8973, 8315, 7450, 10875, 8988, 12396, 11751, 9811, 13768, 8280, 6228, 6116, 6301, 5960, 6311, 9144, 9247, 7844, 9771, 6999, 7757, 7341, 6566, 12910, 10958, 8893, 14164, 13368, 10328, 14629, 12813, 9128, 14921, 11313, 7715, 11423, 7125, 6149, 9244, 6086, 6039, 8217, 6035, 5906, 8487, 6428, 6053, 6520, 7621, 6391, 6028, 9852, 7268, 7477, 10302, 7134, 7760, 7551, 6197, 7008, 7275, 6052, 6101, 6193, 6007, 8449, 6717, 6265, 9541, 6394, 6133, 8550, 6247, 7940, 9393, 6661, 7317, 8911, 7671, 11276, 8939, 7934, 10310, 8434, 6474, 9467, 10225, 10930, 13955, 11926, 7847, 8177, 7404, 11772, 11355, 11795, 14578, 12796, 11867, 14602, 14912, 13965, 8377, 7337, 5990, 5991, 5982, 6131, 6110, 6229, 7545, 6101, 6363, 6925, 6188, 6376, 7539, 6537, 11810, 9878, 8644, 13401, 8982, 10508, 11181, 8583, 10929, 11095, 8688, 7129, 12366, 9048, 7614, 10837, 8223, 7900, 8698, 6286, 8612, 6378, 6298, 7497, 6234, 6257, 6019, 6443, 6180, 7587, 6159, 6117, 8661, 6553, 6336, 11683, 9346, 12634, 10530, 13199, 10899, 13631, 11692, 13735, 10944, 14211, 10482, 11335, 6664, 6050, 6305, 6299, 8412, 6066, 6388, 9348, 7796, 6855, 11390, 8333, 12485, 11826, 8345, 12792, 7572, 14740, 8794, 8910, 8983, 6774, 11482, 8163, 7057, 10244, 7187, 8883, 6778, 6514, 9508, 7039, 6177, 6182, 8910, 6807, 6258, 8328, 7645, 6604, 7903, 6281, 10706, 8073, 7877, 9355, 7246, 6199, 6778, 6214, 7985, 6235, 6324, 8932, 6611, 6174, 7921, 6985, 7313, 12353, 10185, 12438, 11407, 11688, 13191, 11384, 13762, 11322, 9641, 6436, 7438, 6200, 6002, 9303, 9143, 7931, 13644, 14076, 13864, 14940, 15085, 9482, 7057, 6179, 6109, 6213, 6073, 6299, 6165, 6170, 7700, 6310, 6110, 8074, 6223, 10339, 8763, 7534, 9701, 7019, 11415, 10482, 8121, 8986, 13543, 9076, 7607, 12779, 9282, 8075, 13403, 8689, 7330, 9890, 6861, 7592, 7464, 6724, 7200, 5953, 6756, 7803, 6303, 6511, 6160, 6193, 6379, 6309, 6233, 6326, 7359, 9829, 8277, 8755, 6307, 10637, 7339, 6645, 9300, 7297, 7282, 9121, 7140, 6662, 8647, 8150, 9095, 11210, 12813, 11628, 13608, 10827, 14612, 11301, 14919, 9257, 13899, 6449, 6218, 6464, 6234, 7253, 9231, 7239, 7415, 6625, 10003, 7668, 7774, 10566, 8067, 13132, 10136, 8222, 11006, 7691, 8825, 9794, 7000, 8264, 8059, 6982, 6600, 7511, 6874, 6783, 7068, 6163, 9298, 7894, 6514, 10108, 6233, 6535, 8732, 6573, 6218, 7993, 6227, 8336, 7066, 6662, 11756, 7358, 6275, 10056, 7302, 6389, 11236, 8365, 6532, 11674, 8145, 7035, 9062, 7432, 6536, 8730, 7068, 7445, 12092, 11262, 9750, 13264, 9752, 13196, 9163, 12076, 7324, 11674, 6411, 7151, 6430, 6143, 6332, 6372, 6993, 6155, 7224, 7478, 9907, 8980, 8236, 11640, 7470, 11704, 9927, 7720, 7875, 11457], 'WindowCenter': [4080.0, 4012.0, 3976.0, 3994.0, 3972.0, 4011.0, 3990.0, 3980.0, 3990.0, 3969.0, 3968.0, 3978.0, 3970.0, 4010.0, 4011.0, 3957.0, 3977.0, 3967.0, 3967.0, 3978.0, 3967.0, 4008.0, 3978.0, 3946.0, 3989.0, 3969.0, 3969.0, 4000.0, 3959.0, 3972.0, 3980.0, 3969.0, 3959.0, 3959.0, 3979.0, 3958.0, 3978.0, 3966.0, 3968.0, 3960.0, 4021.0, 3986.0, 4005.0, 3985.0, 3993.0, 3971.0, 3917.0, 3938.0, 3931.0, 3974.0, 3943.0, 3944.0, 3999.0, 3956.0, 3957.0, 4025.0, 3987.0, 3962.0, 3983.0, 3950.0, 3980.0, 3953.0, 3991.0, 3956.0, 3955.0, 3946.0, 3938.0, 3968.0, 3938.0, 3977.0, 3959.0, 3915.0, 3945.0, 3941.0, 3947.0, 3987.0, 3944.0, 3945.0, 3966.0, 3958.0, 3956.0, 3998.0, 3979.0, 3970.0, 4024.0, 3993.0, 3970.0, 3990.0, 3968.0, 4009.0, 3986.0, 3955.0, 3985.0, 3965.0, 3956.0, 4001.0, 3970.0, 4010.0, 3982.0, 3990.0, 3990.0, 3969.0, 4011.0, 3989.0, 3965.0, 3963.0, 3952.0, 3952.0, 3982.0, 3940.0, 3941.0, 3993.0, 3983.0, 3994.0, 3993.0, 3960.0, 3961.0, 3951.0, 3961.0, 3933.0, 3920.0, 3951.0, 3930.0, 3940.0, 3972.0, 3962.0, 3971.0, 3960.0, 3951.0, 3960.0, 3948.0, 3926.0, 3955.0, 3946.0, 3936.0, 3982.0, 3948.0, 3937.0, 3980.0, 3928.0, 3929.0, 3949.0, 3930.0, 3930.0, 3941.0, 3974.0, 3954.0, 3942.0, 3987.0, 3955.0, 3933.0, 3965.0, 3956.0, 3987.0, 3964.0, 3953.0, 3983.0, 3966.0, 3947.0, 3978.0, 3946.0, 3960.0, 3980.0, 3970.0, 3961.0, 3991.0, 3971.0, 3960.0, 3992.0, 3982.0, 4012.0, 3990.0, 3969.0, 3989.0, 3979.0, 3957.0, 3988.0, 3967.0, 3945.0, 3964.0, 3942.0, 3943.0, 3995.0, 3996.0, 3998.0, 4008.0, 3964.0, 3987.0, 3946.0, 3978.0, 3957.0, 3947.0, 4002.0, 4003.0, 4022.0, 4012.0, 4036.0, 3987.0, 3931.0, 3939.0, 3906.0, 3916.0, 3916.0, 3916.0, 3929.0, 3960.0, 3940.0, 3918.0, 3962.0, 3933.0, 3933.0, 3933.0, 3932.0, 3984.0, 3964.0, 3952.0, 3972.0, 3959.0, 3959.0, 3958.0, 3936.0, 3968.0, 3946.0, 3924.0, 3968.0, 3916.0, 3926.0, 3926.0, 3928.0, 3930.0, 3930.0, 3951.0, 3931.0, 3943.0, 3965.0, 3944.0, 3965.0, 3975.0, 3954.0, 3976.0, 3954.0, 3943.0, 3963.0, 3951.0, 3931.0, 3942.0, 3932.0, 3947.0, 4011.0, 3967.0, 3936.0, 3981.0, 3970.0, 4013.0, 4012.0, 4001.0, 4023.0, 4011.0, 3991.0, 3987.0, 3944.0, 3943.0, 3920.0, 3921.0, 3932.0, 3934.0, 3955.0, 3936.0, 3948.0, 3990.0, 3970.0, 3936.0, 3969.0, 3957.0, 3999.0, 3977.0, 3977.0, 3976.0, 3954.0, 3984.0, 3973.0, 3941.0, 3982.0, 3962.0, 3954.0, 3985.0, 3972.0, 3941.0, 3919.0, 3961.0, 3940.0, 3931.0, 3995.0, 3964.0, 3953.0, 3997.0, 3964.0, 3921.0, 3953.0, 3934.0, 3975.0, 3942.0, 3934.0, 3986.0, 3945.0, 3936.0, 3969.0, 3948.0, 3949.0, 4014.0, 3960.0, 3961.0, 3969.0, 3960.0, 3959.0, 3979.0, 3968.0, 3967.0, 3986.0, 3976.0, 4010.0, 4009.0, 3998.0, 3975.0, 3932.0, 3953.0, 3942.0, 3982.0, 3962.0, 3955.0, 4020.0, 4021.0, 4011.0, 4017.0, 3939.0, 3918.0, 3917.0, 3915.0, 3905.0, 3919.0, 3961.0, 3940.0, 3929.0, 3969.0, 3958.0, 3938.0, 3982.0, 3929.0, 3918.0, 3929.0, 3931.0, 3970.0, 3948.0, 3951.0, 3955.0, 3984.0, 3950.0, 3936.0, 3966.0, 3947.0, 3936.0, 3968.0, 3958.0, 3937.0, 3991.0, 3960.0, 3949.0, 3979.0, 3947.0, 3916.0, 3937.0, 3938.0, 3918.0, 3920.0, 3964.0, 3930.0, 3932.0, 3964.0, 3944.0, 3934.0, 3954.0, 3946.0, 3943.0, 3932.0, 3946.0, 3957.0, 3969.0, 3958.0, 3959.0, 3956.0, 3960.0, 3970.0, 3967.0, 3956.0, 3987.0, 3986.0, 3977.0, 4022.0, 4010.0, 3999.0, 3988.0, 3956.0, 4009.0, 3998.0, 3999.0, 4023.0, 4020.0, 4007.0, 4008.0, 4005.0, 3992.0, 3948.0, 3946.0, 3937.0, 3905.0, 3915.0, 3916.0, 3917.0, 3918.0, 3929.0, 3919.0, 3931.0, 3939.0, 3929.0, 3931.0, 3953.0, 3945.0, 3920.0, 3958.0, 3946.0, 3948.0, 3947.0, 3988.0, 3978.0, 3967.0, 3988.0, 3957.0, 4008.0, 3988.0, 3978.0, 3997.0, 3965.0, 3964.0, 3953.0, 3932.0, 3952.0, 3930.0, 3932.0, 3932.0, 3931.0, 3933.0, 3934.0, 3942.0, 3956.0, 4007.0, 3965.0, 3965.0, 3979.0, 3956.0, 3997.0, 3979.0, 4011.0, 4010.0, 4001.0, 4020.0, 3950.0, 3917.0, 3917.0, 3915.0, 3906.0, 3929.0, 3961.0, 3974.0, 3952.0, 3960.0, 3943.0, 3955.0, 3955.0, 3933.0, 3995.0, 3984.0, 3964.0, 4005.0, 3994.0, 3971.0, 3991.0, 3977.0, 3945.0, 3987.0, 3955.0, 3924.0, 3966.0, 3912.0, 3890.0, 3932.0, 3890.0, 3890.0, 3932.0, 3904.0, 3905.0, 3947.0, 3915.0, 3916.0, 3917.0, 3938.0, 3917.0, 3918.0, 3970.0, 3939.0, 3940.0, 3972.0, 3940.0, 3951.0, 3952.0, 3920.0, 3940.0, 3941.0, 3932.0, 3932.0, 3932.0, 3947.0, 3964.0, 3944.0, 3945.0, 3986.0, 3946.0, 3945.0, 3977.0, 3945.0, 3978.0, 4001.0, 3959.0, 3968.0, 3989.0, 3981.0, 3998.0, 3976.0, 3965.0, 3986.0, 3963.0, 3931.0, 3962.0, 3985.0, 3986.0, 4006.0, 3983.0, 3939.0, 3951.0, 3939.0, 3993.0, 3996.0, 3997.0, 4019.0, 4009.0, 3998.0, 4019.0, 4018.0, 4005.0, 3937.0, 3924.0, 3902.0, 3916.0, 3916.0, 3916.0, 3917.0, 3919.0, 3950.0, 3919.0, 3930.0, 3941.0, 3931.0, 3932.0, 3954.0, 3943.0, 3995.0, 3973.0, 3962.0, 3994.0, 3963.0, 3983.0, 3971.0, 3948.0, 3957.0, 3955.0, 3935.0, 3925.0, 3977.0, 3946.0, 3925.0, 3967.0, 3936.0, 3936.0, 3946.0, 3916.0, 3945.0, 3902.0, 3914.0, 3940.0, 3919.0, 3930.0, 3932.0, 3944.0, 3946.0, 3967.0, 3936.0, 3935.0, 3966.0, 3946.0, 3946.0, 3997.0, 3979.0, 4008.0, 3986.0, 3993.0, 3959.0, 3978.0, 3966.0, 3977.0, 3956.0, 3976.0, 3944.0, 3953.0, 3900.0, 3904.0, 3916.0, 3917.0, 3949.0, 3907.0, 3917.0, 3948.0, 3927.0, 3915.0, 3968.0, 3935.0, 3965.0, 3953.0, 3921.0, 3964.0, 3922.0, 3973.0, 3922.0, 3932.0, 3932.0, 3901.0, 3952.0, 3922.0, 3910.0, 3943.0, 3913.0, 3945.0, 3915.0, 3917.0, 3958.0, 3928.0, 3918.0, 3918.0, 3961.0, 3942.0, 3930.0, 3949.0, 3952.0, 3930.0, 3950.0, 3929.0, 3982.0, 3951.0, 3950.0, 3963.0, 3941.0, 3919.0, 3930.0, 3931.0, 3966.0, 3932.0, 3931.0, 3960.0, 3930.0, 3933.0, 3953.0, 3941.0, 3942.0, 3995.0, 3973.0, 3995.0, 3985.0, 3981.0, 3981.0, 3967.0, 3990.0, 3956.0, 3944.0, 3905.0, 3927.0, 3908.0, 3908.0, 3959.0, 3961.0, 3941.0, 3994.0, 3994.0, 3994.0, 3994.0, 3993.0, 3946.0, 3911.0, 3888.0, 3889.0, 3890.0, 3902.0, 3903.0, 3905.0, 3905.0, 3938.0, 3917.0, 3905.0, 3938.0, 3908.0, 3959.0, 3950.0, 3939.0, 3961.0, 3942.0, 3981.0, 3959.0, 3937.0, 3934.0, 3976.0, 3933.0, 3922.0, 3965.0, 3933.0, 3923.0, 3976.0, 3936.0, 3914.0, 3945.0, 3904.0, 3926.0, 3926.0, 3916.0, 3938.0, 3907.0, 3930.0, 3952.0, 3931.0, 3932.0, 3920.0, 3931.0, 3931.0, 3931.0, 3921.0, 3931.0, 3955.0, 3985.0, 3952.0, 3953.0, 3921.0, 3984.0, 3955.0, 3932.0, 3975.0, 3955.0, 3958.0, 3976.0, 3945.0, 3946.0, 3966.0, 3954.0, 3964.0, 3985.0, 3986.0, 3973.0, 3982.0, 3959.0, 3981.0, 3958.0, 3978.0, 3935.0, 3965.0, 3891.0, 3891.0, 3901.0, 3904.0, 3912.0, 3949.0, 3926.0, 3914.0, 3904.0, 3944.0, 3914.0, 3913.0, 3945.0, 3923.0, 3964.0, 3944.0, 3922.0, 3943.0, 3924.0, 3934.0, 3943.0, 3912.0, 3934.0, 3923.0, 3914.0, 3915.0, 3926.0, 3917.0, 3928.0, 3927.0, 3919.0, 3959.0, 3940.0, 3931.0, 3986.0, 3920.0, 3919.0, 3964.0, 3943.0, 3921.0, 3953.0, 3934.0, 3966.0, 3942.0, 3943.0, 3997.0, 3955.0, 3934.0, 3985.0, 3956.0, 3946.0, 3999.0, 3978.0, 3945.0, 3998.0, 3979.0, 3959.0, 3975.0, 3944.0, 3946.0, 3965.0, 3932.0, 3943.0, 3984.0, 3973.0, 3962.0, 3983.0, 3949.0, 3979.0, 3937.0, 3967.0, 3916.0, 3968.0, 3917.0, 3928.0, 3916.0, 3907.0, 3920.0, 3931.0, 3931.0, 3920.0, 3941.0, 3942.0, 3962.0, 3963.0, 3950.0, 3984.0, 3940.0, 3981.0, 3959.0, 3938.0, 3937.0, 3969.0], 'WindowWidth': [9084.0, 8977.0, 8918.0, 8934.0, 8902.0, 8950.0, 8920.0, 8908.0, 8921.0, 8889.0, 8888.0, 8903.0, 8895.0, 8947.0, 8950.0, 8870.0, 8898.0, 8882.0, 8886.0, 8900.0, 8885.0, 8941.0, 8900.0, 8856.0, 8916.0, 8890.0, 8891.0, 8934.0, 8878.0, 8901.0, 8909.0, 8891.0, 8878.0, 8879.0, 8904.0, 8874.0, 8898.0, 8880.0, 8885.0, 8880.0, 8961.0, 8906.0, 8929.0, 8903.0, 8911.0, 8876.0, 8801.0, 8830.0, 8827.0, 8890.0, 8847.0, 8851.0, 8931.0, 8869.0, 8875.0, 8979.0, 8911.0, 8867.0, 8897.0, 8847.0, 8888.0, 8858.0, 8905.0, 8851.0, 8846.0, 8836.0, 8831.0, 8870.0, 8830.0, 8878.0, 8860.0, 8794.0, 8834.0, 8840.0, 8859.0, 8910.0, 8850.0, 8854.0, 8884.0, 8876.0, 8868.0, 8925.0, 8902.0, 8894.0, 8972.0, 8930.0, 8893.0, 8920.0, 8886.0, 8942.0, 8906.0, 8863.0, 8904.0, 8878.0, 8869.0, 8936.0, 8894.0, 8947.0, 8911.0, 8920.0, 8917.0, 8890.0, 8950.0, 8917.0, 8876.0, 8870.0, 8854.0, 8854.0, 8894.0, 8834.0, 8836.0, 8909.0, 8896.0, 8911.0, 8908.0, 8858.0, 8864.0, 8849.0, 8864.0, 8831.0, 8809.0, 8852.0, 8823.0, 8835.0, 8880.0, 8867.0, 8875.0, 8860.0, 8851.0, 8862.0, 8843.0, 8809.0, 8845.0, 8834.0, 8822.0, 8893.0, 8841.0, 8826.0, 8887.0, 8817.0, 8820.0, 8847.0, 8823.0, 8824.0, 8838.0, 8889.0, 8861.0, 8843.0, 8908.0, 8865.0, 8832.0, 8875.0, 8868.0, 8911.0, 8872.0, 8858.0, 8896.0, 8878.0, 8857.0, 8899.0, 8854.0, 8883.0, 8905.0, 8892.0, 8882.0, 8923.0, 8896.0, 8880.0, 8924.0, 8912.0, 8950.0, 8919.0, 8887.0, 8913.0, 8902.0, 8868.0, 8911.0, 8881.0, 8848.0, 8872.0, 8841.0, 8842.0, 8915.0, 8919.0, 8925.0, 8938.0, 8870.0, 8908.0, 8852.0, 8897.0, 8867.0, 8855.0, 8939.0, 8939.0, 8963.0, 8952.0, 8992.0, 8908.0, 8822.0, 8829.0, 8781.0, 8796.0, 8794.0, 8796.0, 8816.0, 8860.0, 8831.0, 8802.0, 8864.0, 8829.0, 8832.0, 8831.0, 8828.0, 8897.0, 8871.0, 8854.0, 8879.0, 8856.0, 8855.0, 8852.0, 8820.0, 8867.0, 8832.0, 8801.0, 8865.0, 8796.0, 8808.0, 8810.0, 8816.0, 8822.0, 8822.0, 8851.0, 8825.0, 8841.0, 8874.0, 8845.0, 8873.0, 8887.0, 8858.0, 8893.0, 8858.0, 8841.0, 8867.0, 8850.0, 8822.0, 8837.0, 8827.0, 8854.0, 8946.0, 8880.0, 8837.0, 8907.0, 8888.0, 8951.0, 8949.0, 8931.0, 8968.0, 8947.0, 8918.0, 8909.0, 8845.0, 8841.0, 8807.0, 8810.0, 8827.0, 8835.0, 8863.0, 8840.0, 8858.0, 8916.0, 8889.0, 8840.0, 8887.0, 8868.0, 8926.0, 8895.0, 8894.0, 8890.0, 8856.0, 8896.0, 8881.0, 8835.0, 8892.0, 8866.0, 8858.0, 8901.0, 8880.0, 8837.0, 8804.0, 8863.0, 8835.0, 8825.0, 8915.0, 8870.0, 8855.0, 8920.0, 8870.0, 8810.0, 8855.0, 8833.0, 8888.0, 8840.0, 8832.0, 8905.0, 8851.0, 8839.0, 8890.0, 8859.0, 8862.0, 8955.0, 8879.0, 8884.0, 8889.0, 8879.0, 8875.0, 8898.0, 8884.0, 8878.0, 8904.0, 8889.0, 8942.0, 8940.0, 8922.0, 8884.0, 8823.0, 8856.0, 8836.0, 8889.0, 8864.0, 8861.0, 8959.0, 8963.0, 8948.0, 8947.0, 8828.0, 8800.0, 8798.0, 8791.0, 8777.0, 8805.0, 8864.0, 8834.0, 8815.0, 8869.0, 8853.0, 8827.0, 8891.0, 8815.0, 8799.0, 8817.0, 8822.0, 8870.0, 8840.0, 8849.0, 8843.0, 8898.0, 8846.0, 8819.0, 8859.0, 8836.0, 8819.0, 8865.0, 8852.0, 8822.0, 8903.0, 8859.0, 8842.0, 8885.0, 8837.0, 8794.0, 8825.0, 8825.0, 8801.0, 8809.0, 8872.0, 8822.0, 8828.0, 8871.0, 8847.0, 8833.0, 8860.0, 8855.0, 8845.0, 8825.0, 8852.0, 8869.0, 8888.0, 8873.0, 8877.0, 8868.0, 8878.0, 8891.0, 8880.0, 8864.0, 8907.0, 8905.0, 8892.0, 8965.0, 8944.0, 8925.0, 8908.0, 8863.0, 8938.0, 8924.0, 8926.0, 8971.0, 8959.0, 8938.0, 8940.0, 8933.0, 8906.0, 8838.0, 8835.0, 8825.0, 8778.0, 8794.0, 8798.0, 8799.0, 8803.0, 8819.0, 8805.0, 8826.0, 8833.0, 8819.0, 8826.0, 8857.0, 8851.0, 8805.0, 8872.0, 8853.0, 8859.0, 8854.0, 8909.0, 8894.0, 8879.0, 8907.0, 8866.0, 8936.0, 8908.0, 8897.0, 8922.0, 8873.0, 8872.0, 8854.0, 8827.0, 8853.0, 8821.0, 8828.0, 8828.0, 8825.0, 8828.0, 8833.0, 8842.0, 8865.0, 8935.0, 8875.0, 8873.0, 8901.0, 8863.0, 8921.0, 8898.0, 8947.0, 8945.0, 8936.0, 8957.0, 8846.0, 8797.0, 8797.0, 8790.0, 8780.0, 8816.0, 8861.0, 8883.0, 8850.0, 8859.0, 8842.0, 8861.0, 8860.0, 8827.0, 8912.0, 8898.0, 8870.0, 8932.0, 8912.0, 8877.0, 8904.0, 8880.0, 8831.0, 8890.0, 8843.0, 8800.0, 8858.0, 8783.0, 8749.0, 8808.0, 8750.0, 8749.0, 8809.0, 8777.0, 8780.0, 8840.0, 8794.0, 8797.0, 8799.0, 8827.0, 8799.0, 8801.0, 8873.0, 8831.0, 8833.0, 8878.0, 8834.0, 8850.0, 8854.0, 8808.0, 8834.0, 8839.0, 8827.0, 8829.0, 8829.0, 8857.0, 8874.0, 8846.0, 8849.0, 8907.0, 8853.0, 8852.0, 8898.0, 8851.0, 8899.0, 8934.0, 8875.0, 8886.0, 8914.0, 8907.0, 8924.0, 8891.0, 8875.0, 8902.0, 8868.0, 8823.0, 8864.0, 8900.0, 8902.0, 8932.0, 8893.0, 8829.0, 8848.0, 8830.0, 8909.0, 8918.0, 8921.0, 8955.0, 8942.0, 8923.0, 8958.0, 8953.0, 8929.0, 8823.0, 8800.0, 8769.0, 8795.0, 8796.0, 8796.0, 8799.0, 8806.0, 8848.0, 8807.0, 8822.0, 8839.0, 8826.0, 8829.0, 8859.0, 8846.0, 8915.0, 8884.0, 8866.0, 8912.0, 8870.0, 8894.0, 8876.0, 8839.0, 8849.0, 8846.0, 8818.0, 8805.0, 8876.0, 8834.0, 8805.0, 8864.0, 8821.0, 8821.0, 8835.0, 8794.0, 8830.0, 8770.0, 8788.0, 8834.0, 8806.0, 8823.0, 8830.0, 8847.0, 8855.0, 8880.0, 8838.0, 8836.0, 8875.0, 8850.0, 8848.0, 8918.0, 8898.0, 8937.0, 8901.0, 8905.0, 8852.0, 8875.0, 8855.0, 8872.0, 8843.0, 8872.0, 8824.0, 8835.0, 8761.0, 8775.0, 8794.0, 8797.0, 8841.0, 8785.0, 8797.0, 8837.0, 8809.0, 8791.0, 8864.0, 8816.0, 8855.0, 8838.0, 8791.0, 8853.0, 8795.0, 8863.0, 8794.0, 8806.0, 8806.0, 8764.0, 8834.0, 8793.0, 8777.0, 8825.0, 8786.0, 8830.0, 8792.0, 8798.0, 8854.0, 8813.0, 8800.0, 8801.0, 8860.0, 8838.0, 8821.0, 8841.0, 8852.0, 8820.0, 8845.0, 8816.0, 8894.0, 8849.0, 8845.0, 8866.0, 8835.0, 8804.0, 8819.0, 8824.0, 8878.0, 8828.0, 8821.0, 8860.0, 8821.0, 8829.0, 8855.0, 8836.0, 8837.0, 8911.0, 8879.0, 8911.0, 8897.0, 8883.0, 8886.0, 8860.0, 8896.0, 8843.0, 8823.0, 8775.0, 8808.0, 8785.0, 8784.0, 8855.0, 8858.0, 8832.0, 8908.0, 8909.0, 8908.0, 8913.0, 8910.0, 8830.0, 8777.0, 8741.0, 8744.0, 8749.0, 8770.0, 8772.0, 8778.0, 8779.0, 8825.0, 8798.0, 8778.0, 8825.0, 8785.0, 8855.0, 8845.0, 8829.0, 8863.0, 8838.0, 8887.0, 8853.0, 8823.0, 8814.0, 8871.0, 8810.0, 8794.0, 8855.0, 8809.0, 8797.0, 8871.0, 8815.0, 8784.0, 8826.0, 8770.0, 8801.0, 8802.0, 8793.0, 8827.0, 8782.0, 8819.0, 8851.0, 8823.0, 8827.0, 8808.0, 8823.0, 8823.0, 8823.0, 8808.0, 8822.0, 8860.0, 8900.0, 8850.0, 8850.0, 8807.0, 8896.0, 8861.0, 8825.0, 8887.0, 8860.0, 8870.0, 8891.0, 8848.0, 8850.0, 8873.0, 8855.0, 8868.0, 8897.0, 8900.0, 8875.0, 8890.0, 8850.0, 8885.0, 8846.0, 8876.0, 8812.0, 8852.0, 8749.0, 8750.0, 8766.0, 8774.0, 8778.0, 8840.0, 8802.0, 8784.0, 8771.0, 8822.0, 8783.0, 8781.0, 8827.0, 8793.0, 8851.0, 8824.0, 8790.0, 8822.0, 8798.0, 8810.0, 8823.0, 8780.0, 8811.0, 8796.0, 8785.0, 8788.0, 8805.0, 8795.0, 8812.0, 8811.0, 8802.0, 8856.0, 8831.0, 8821.0, 8903.0, 8807.0, 8804.0, 8870.0, 8841.0, 8809.0, 8853.0, 8833.0, 8876.0, 8838.0, 8843.0, 8919.0, 8860.0, 8830.0, 8900.0, 8866.0, 8852.0, 8925.0, 8897.0, 8850.0, 8922.0, 8902.0, 8872.0, 8886.0, 8843.0, 8851.0, 8872.0, 8822.0, 8838.0, 8895.0, 8880.0, 8860.0, 8891.0, 8839.0, 8881.0, 8817.0, 8858.0, 8790.0, 8862.0, 8796.0, 8811.0, 8795.0, 8785.0, 8806.0, 8821.0, 8822.0, 8806.0, 8835.0, 8838.0, 8862.0, 8865.0, 8845.0, 8899.0, 8833.0, 8886.0, 8853.0, 8824.0, 8822.0, 8866.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.0025955350978135784</td></tr>
<tr><td colspan=3>aqi</td><td>0.040039327157652474</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.07383676584101</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1683187275230416</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.014475233052994</td></tr>
<tr><td colspan=3>efc</td><td>0.4998</td></tr>
<tr><td colspan=3>fber</td><td>4725.2021</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15524230841472464</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>164</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.872266973532795</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5927563247632848</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5245898488999967</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.833916205161445</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.419762920228412</td></tr>
<tr><td colspan=3>gcor</td><td>0.0194031</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005457319784909487</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029343780130147934</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.011686339330604</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>17.2718</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.1537</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.2084</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292103.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>812.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.4854</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2278</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.6613</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3127.2881</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1186.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4104.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>819.6006</td></tr>
<tr><td colspan=3>tsnr</td><td>29.926569656585343</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>