ds005256-mriqc/sub-0093_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 089347f52a [DATALAD RUNCMD] Compute MRIQC for sub-0093
=== 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-0093 --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-0093",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:00:10 +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-0093_ses-03_task-social_acq-mb8_run-06_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-0093_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-06_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-0093/ses-03/func/sub-0093_ses-03_task-social_acq-mb8_run-06_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>8f2126078e58310c0aa2991717071c3e</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:14:3.422500</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.999388, 0.0345778, 0.00529612, -0.0348994, 0.975221, 0.218462]</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-06_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.100104</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7803, -7257, 348, -106, -244, 29, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.949</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>daae4031-4889-4682-8afc-42e1e6ba86c0||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.6812849044799805, -0.0936325192451477, -0.0064504556357860565, 116.146728515625], [-0.09276978671550751, 2.6164469718933105, 0.5899860262870789, -101.13699340820312], [0.014209112152457237, -0.5861181616783142, 2.6347436904907227, -51.96849060058594], [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': ['201403.422500', '201403.882500', '201404.342500', '201404.802500', '201405.262500', '201405.722500', '201406.182500', '201406.642500', '201407.102500', '201407.562500', '201408.022500', '201408.482500', '201408.942500', '201409.402500', '201409.862500', '201410.322500', '201410.782500', '201411.242500', '201411.702500', '201412.162500', '201412.622500', '201413.082500', '201413.542500', '201414.002500', '201414.462500', '201414.922500', '201415.382500', '201415.842500', '201416.302500', '201416.762500', '201417.222500', '201417.682500', '201418.142500', '201418.602500', '201419.062500', '201419.522500', '201419.982500', '201420.442500', '201420.902500', '201421.362500', '201421.822500', '201422.282500', '201422.742500', '201423.202500', '201423.662500', '201424.122500', '201424.582500', '201425.042500', '201425.502500', '201425.962500', '201426.422500', '201426.882500', '201427.342500', '201427.802500', '201428.262500', '201428.722500', '201429.182500', '201429.642500', '201430.102500', '201430.562500', '201431.022500', '201431.482500', '201431.942500', '201432.402500', '201432.862500', '201433.322500', '201433.782500', '201434.242500', '201434.702500', '201435.162500', '201435.622500', '201436.082500', '201436.542500', '201437.002500', '201437.462500', '201437.922500', '201438.382500', '201438.842500', '201439.302500', '201439.762500', '201440.222500', '201440.682500', '201441.142500', '201441.602500', '201442.062500', '201442.522500', '201442.982500', '201443.442500', '201443.902500', '201444.362500', '201444.822500', '201445.282500', '201445.742500', '201446.202500', '201446.662500', '201447.122500', '201447.582500', '201448.042500', '201448.502500', '201448.962500', '201449.422500', '201449.882500', '201450.342500', '201450.802500', '201451.262500', '201451.722500', '201452.182500', '201452.642500', '201453.102500', '201453.562500', '201454.022500', '201454.482500', '201454.942500', '201455.402500', '201455.862500', '201456.322500', '201456.782500', '201457.242500', '201457.702500', '201458.162500', '201458.622500', '201459.082500', '201459.542500', '201500.002500', '201500.462500', '201500.922500', '201501.382500', '201501.842500', '201502.302500', '201502.762500', '201503.222500', '201503.682500', '201504.142500', '201504.602500', '201505.062500', '201505.522500', '201505.982500', '201506.442500', '201506.902500', '201507.362500', '201507.822500', '201508.282500', '201508.742500', '201509.202500', '201509.662500', '201510.122500', '201510.582500', '201511.042500', '201511.502500', '201511.962500', '201512.422500', '201512.882500', '201513.342500', '201513.802500', '201514.262500', '201514.722500', '201515.182500', '201515.642500', '201516.102500', '201516.562500', '201517.022500', '201517.482500', '201517.942500', '201518.402500', '201518.862500', '201519.322500', '201519.782500', '201520.242500', '201520.702500', '201521.162500', '201521.622500', '201522.082500', '201522.542500', '201523.002500', '201523.462500', '201523.922500', '201524.382500', '201524.842500', '201525.302500', '201525.762500', '201526.222500', '201526.682500', '201527.142500', '201527.602500', '201528.062500', '201528.522500', '201528.982500', '201529.442500', '201529.902500', '201530.362500', '201530.822500', '201531.282500', '201531.742500', '201532.202500', '201532.662500', '201533.122500', '201533.582500', '201534.042500', '201534.502500', '201534.962500', '201535.422500', '201535.882500', '201536.342500', '201536.802500', '201537.262500', '201537.722500', '201538.182500', '201538.642500', '201539.102500', '201539.562500', '201540.022500', '201540.482500', '201540.942500', '201541.402500', '201541.862500', '201542.322500', '201542.782500', '201543.242500', '201543.702500', '201544.162500', '201544.622500', '201545.082500', '201545.542500', '201546.002500', '201546.462500', '201546.922500', '201547.382500', '201547.842500', '201548.302500', '201548.762500', '201549.222500', '201549.682500', '201550.142500', '201550.602500', '201551.062500', '201551.522500', '201551.982500', '201552.442500', '201552.902500', '201553.362500', '201553.822500', '201554.282500', '201554.742500', '201555.202500', '201555.662500', '201556.122500', '201556.582500', '201557.042500', '201557.502500', '201557.962500', '201558.422500', '201558.882500', '201559.342500', '201559.802500', '201600.262500', '201600.722500', '201601.182500', '201601.642500', '201602.102500', '201602.562500', '201603.022500', '201603.482500', '201603.942500', '201604.402500', '201604.862500', '201605.322500', '201605.782500', '201606.242500', '201606.702500', '201607.162500', '201607.622500', '201608.082500', '201608.542500', '201609.002500', '201609.462500', '201609.922500', '201610.382500', '201610.842500', '201611.302500', '201611.762500', '201612.222500', '201612.682500', '201613.142500', '201613.602500', '201614.062500', '201614.522500', '201614.982500', '201615.442500', '201615.902500', '201616.362500', '201616.822500', '201617.282500', '201617.742500', '201618.202500', '201618.662500', '201619.122500', '201619.582500', '201620.042500', '201620.502500', '201620.962500', '201621.422500', '201621.882500', '201622.342500', '201622.802500', '201623.262500', '201623.722500', '201624.182500', '201624.642500', '201625.102500', '201625.562500', '201626.022500', '201626.482500', '201626.942500', '201627.402500', '201627.862500', '201628.322500', '201628.782500', '201629.242500', '201629.702500', '201630.162500', '201630.622500', '201631.082500', '201631.542500', '201632.002500', '201632.462500', '201632.922500', '201633.382500', '201633.842500', '201634.302500', '201634.762500', '201635.222500', '201635.682500', '201636.142500', '201636.602500', '201637.062500', '201637.522500', '201637.982500', '201638.442500', '201638.902500', '201639.362500', '201639.822500', '201640.282500', '201640.742500', '201641.202500', '201641.662500', '201642.122500', '201642.582500', '201643.042500', '201643.502500', '201643.962500', '201644.422500', '201644.882500', '201645.342500', '201645.802500', '201646.262500', '201646.722500', '201647.182500', '201647.642500', '201648.102500', '201648.562500', '201649.022500', '201649.482500', '201649.942500', '201650.402500', '201650.862500', '201651.322500', '201651.782500', '201652.242500', '201652.702500', '201653.162500', '201653.622500', '201654.082500', '201654.542500', '201655.002500', '201655.462500', '201655.922500', '201656.382500', '201656.842500', '201657.302500', '201657.762500', '201658.222500', '201658.682500', '201659.142500', '201659.602500', '201700.062500', '201700.522500', '201700.982500', '201701.442500', '201701.902500', '201702.362500', '201702.822500', '201703.282500', '201703.742500', '201704.202500', '201704.662500', '201705.122500', '201705.582500', '201706.042500', '201706.502500', '201706.962500', '201707.422500', '201707.882500', '201708.342500', '201708.802500', '201709.262500', '201709.722500', '201710.182500', '201710.642500', '201711.102500', '201711.562500', '201712.022500', '201712.482500', '201712.942500', '201713.402500', '201713.862500', '201714.322500', '201714.782500', '201715.242500', '201715.702500', '201716.162500', '201716.622500', '201717.082500', '201717.542500', '201718.002500', '201718.462500', '201718.922500', '201719.382500', '201719.842500', '201720.302500', '201720.762500', '201721.222500', '201721.682500', '201722.142500', '201722.602500', '201723.062500', '201723.522500', '201723.982500', '201724.442500', '201724.902500', '201725.362500', '201725.822500', '201726.282500', '201726.742500', '201727.202500', '201727.662500', '201728.122500', '201728.582500', '201729.042500', '201729.502500', '201729.962500', '201730.422500', '201730.882500', '201731.342500', '201731.802500', '201732.262500', '201732.722500', '201733.182500', '201733.642500', '201734.102500', '201734.562500', '201735.022500', '201735.482500', '201735.942500', '201736.402500', '201736.862500', '201737.322500', '201737.782500', '201738.242500', '201738.702500', '201739.162500', '201739.622500', '201740.082500', '201740.542500', '201741.002500', '201741.462500', '201741.922500', '201742.382500', '201742.842500', '201743.302500', '201743.762500', '201744.222500', '201744.682500', '201745.142500', '201745.602500', '201746.062500', '201746.522500', '201746.982500', '201747.442500', '201747.902500', '201748.362500', '201748.822500', '201749.282500', '201749.742500', '201750.202500', '201750.662500', '201751.122500', '201751.582500', '201752.042500', '201752.502500', '201752.962500', '201753.422500', '201753.882500', '201754.342500', '201754.802500', '201755.262500', '201755.722500', '201756.182500', '201756.642500', '201757.102500', '201757.562500', '201758.022500', '201758.482500', '201758.942500', '201759.402500', '201759.862500', '201800.322500', '201800.782500', '201801.242500', '201801.702500', '201802.162500', '201802.622500', '201803.082500', '201803.542500', '201804.002500', '201804.462500', '201804.922500', '201805.382500', '201805.842500', '201806.302500', '201806.762500', '201807.222500', '201807.682500', '201808.142500', '201808.602500', '201809.062500', '201809.522500', '201809.982500', '201810.442500', '201810.902500', '201811.362500', '201811.822500', '201812.282500', '201812.742500', '201813.202500', '201813.662500', '201814.122500', '201814.582500', '201815.042500', '201815.502500', '201815.962500', '201816.422500', '201816.882500', '201817.342500', '201817.802500', '201818.262500', '201818.722500', '201819.182500', '201819.642500', '201820.102500', '201820.562500', '201821.022500', '201821.482500', '201821.942500', '201822.402500', '201822.862500', '201823.322500', '201823.782500', '201824.242500', '201824.702500', '201825.162500', '201825.622500', '201826.082500', '201826.542500', '201827.002500', '201827.462500', '201827.922500', '201828.382500', '201828.842500', '201829.302500', '201829.762500', '201830.222500', '201830.682500', '201831.142500', '201831.602500', '201832.062500', '201832.522500', '201832.982500', '201833.442500', '201833.902500', '201834.362500', '201834.822500', '201835.282500', '201835.742500', '201836.202500', '201836.662500', '201837.122500', '201837.582500', '201838.042500', '201838.502500', '201838.962500', '201839.422500', '201839.882500', '201840.342500', '201840.802500', '201841.262500', '201841.722500', '201842.182500', '201842.642500', '201843.102500', '201843.562500', '201844.022500', '201844.482500', '201844.942500', '201845.402500', '201845.862500', '201846.322500', '201846.782500', '201847.242500', '201847.702500', '201848.162500', '201848.622500', '201849.082500', '201849.542500', '201850.002500', '201850.462500', '201850.922500', '201851.382500', '201851.842500', '201852.302500', '201852.762500', '201853.222500', '201853.682500', '201854.142500', '201854.602500', '201855.062500', '201855.522500', '201855.982500', '201856.442500', '201856.902500', '201857.362500', '201857.822500', '201858.282500', '201858.742500', '201859.202500', '201859.662500', '201900.122500', '201900.582500', '201901.042500', '201901.502500', '201901.962500', '201902.422500', '201902.882500', '201903.342500', '201903.802500', '201904.262500', '201904.722500', '201905.182500', '201905.642500', '201906.102500', '201906.562500', '201907.022500', '201907.482500', '201907.942500', '201908.402500', '201908.862500', '201909.322500', '201909.782500', '201910.242500', '201910.702500', '201911.162500', '201911.622500', '201912.082500', '201912.542500', '201913.002500', '201913.462500', '201913.922500', '201914.382500', '201914.842500', '201915.302500', '201915.762500', '201916.222500', '201916.682500', '201917.142500', '201917.602500', '201918.062500', '201918.522500', '201918.982500', '201919.442500', '201919.902500', '201920.362500', '201920.822500', '201921.282500', '201921.742500', '201922.202500', '201922.662500', '201923.122500', '201923.582500', '201924.042500', '201924.502500', '201924.962500', '201925.422500', '201925.882500', '201926.342500', '201926.802500', '201927.262500', '201927.722500', '201928.182500', '201928.642500', '201929.102500', '201929.562500', '201930.022500', '201930.482500', '201930.942500', '201931.402500', '201931.862500', '201932.322500', '201932.782500', '201933.242500', '201933.702500', '201934.162500', '201934.622500', '201935.082500', '201935.542500', '201936.002500', '201936.462500', '201936.922500', '201937.382500', '201937.842500', '201938.302500', '201938.762500', '201939.222500', '201939.682500', '201940.142500', '201940.602500', '201941.062500', '201941.522500', '201941.982500', '201942.442500', '201942.902500', '201943.362500', '201943.822500', '201944.282500', '201944.742500', '201945.202500', '201945.662500', '201946.122500', '201946.582500', '201947.042500', '201947.502500', '201947.962500', '201948.422500', '201948.882500', '201949.342500', '201949.802500', '201950.262500', '201950.722500', '201951.182500', '201951.642500', '201952.102500', '201952.562500', '201953.022500', '201953.482500', '201953.942500', '201954.402500', '201954.862500', '201955.322500', '201955.782500', '201956.242500', '201956.702500', '201957.162500', '201957.622500', '201958.082500', '201958.542500', '201959.002500', '201959.462500', '201959.922500', '202000.382500', '202000.842500', '202001.302500', '202001.762500', '202002.222500', '202002.682500', '202003.142500', '202003.602500', '202004.062500', '202004.522500', '202004.982500', '202005.442500', '202005.902500', '202006.362500', '202006.822500', '202007.282500', '202007.742500', '202008.202500', '202008.662500', '202009.122500', '202009.582500', '202010.042500', '202010.502500', '202010.962500', '202011.422500', '202011.882500', '202012.342500', '202012.802500', '202013.262500', '202013.722500', '202014.182500', '202014.642500', '202015.102500', '202015.562500', '202016.022500', '202016.482500', '202016.942500', '202017.402500', '202017.862500', '202018.322500', '202018.782500', '202019.242500', '202019.702500', '202020.162500', '202020.622500', '202021.082500', '202021.542500', '202022.002500', '202022.462500', '202022.922500', '202023.382500', '202023.842500', '202024.302500', '202024.762500', '202025.222500', '202025.682500', '202026.142500', '202026.602500', '202027.062500', '202027.522500', '202027.982500', '202028.442500', '202028.902500', '202029.362500', '202029.822500', '202030.282500', '202030.742500', '202031.202500', '202031.662500', '202032.122500', '202032.582500', '202033.042500', '202033.502500', '202033.962500', '202034.422500', '202034.882500', '202035.342500', '202035.802500', '202036.262500', '202036.722500', '202037.182500', '202037.642500', '202038.102500', '202038.562500', '202039.022500', '202039.482500', '202039.942500', '202040.402500', '202040.862500', '202041.322500', '202041.782500', '202042.242500', '202042.702500', '202043.162500', '202043.622500', '202044.082500'], 'ContentTime': ['201418.254000', '201418.258000', '201418.260000', '201418.263000', '201418.266000', '201418.277000', '201418.280000', '201418.283000', '201418.285000', '201418.288000', '201418.291000', '201418.293000', '201418.296000', '201418.305000', '201418.307000', '201418.310000', '201418.313000', '201418.315000', '201418.326000', '201418.328000', '201418.331000', '201418.334000', '201418.336000', '201418.339000', '201418.341000', '201418.344000', '201418.347000', '201418.349000', '201418.352000', '201438.211000', '201438.213000', '201438.216000', '201438.219000', '201438.221000', '201438.224000', '201438.226000', '201438.229000', '201438.231000', '201438.234000', '201438.237000', '201438.239000', '201438.242000', '201438.245000', '201438.247000', '201438.250000', '201438.252000', '201438.255000', '201438.258000', '201438.260000', '201438.263000', '201438.265000', '201438.274000', '201438.277000', '201438.279000', '201438.282000', '201438.294000', '201438.296000', '201438.299000', '201438.301000', '201438.304000', '201438.307000', '201438.309000', '201438.312000', '201438.314000', '201438.317000', '201438.319000', '201438.322000', '201438.326000', '201438.328000', '201438.331000', '201438.334000', '201438.336000', '201458.210000', '201458.213000', '201458.216000', '201458.219000', '201458.221000', '201458.224000', '201458.226000', '201458.229000', '201458.232000', '201458.234000', '201458.237000', '201458.240000', '201458.242000', '201458.245000', '201458.247000', '201458.250000', '201458.253000', '201458.255000', '201458.258000', '201458.260000', '201458.263000', '201458.265000', '201458.268000', '201458.275000', '201458.277000', '201458.280000', '201458.282000', '201458.285000', '201458.288000', '201458.290000', '201458.293000', '201458.295000', '201458.298000', '201458.301000', '201458.303000', '201458.306000', '201458.308000', '201458.311000', '201458.314000', '201458.316000', '201458.319000', '201458.322000', '201458.324000', '201458.327000', '201518.211000', '201518.213000', '201518.216000', '201518.219000', '201518.221000', '201518.224000', '201518.226000', '201518.229000', '201518.232000', '201518.234000', '201518.237000', '201518.239000', '201518.242000', '201518.250000', '201518.253000', '201518.255000', '201518.258000', '201518.261000', '201518.263000', '201518.266000', '201518.268000', '201518.271000', '201518.274000', '201518.276000', '201518.279000', '201518.282000', '201518.285000', '201518.287000', '201518.290000', '201518.292000', '201518.295000', '201518.298000', '201518.300000', '201518.303000', '201518.305000', '201518.308000', '201518.310000', '201518.313000', '201518.316000', '201518.319000', '201518.322000', '201518.325000', '201518.328000', '201538.211000', '201538.213000', '201538.216000', '201538.219000', '201538.221000', '201538.224000', '201538.226000', '201538.229000', '201538.231000', '201538.234000', '201538.237000', '201538.239000', '201538.242000', '201538.244000', '201538.247000', '201538.250000', '201538.253000', '201538.255000', '201538.258000', '201538.261000', '201538.263000', '201538.266000', '201538.268000', '201538.271000', '201538.274000', '201538.276000', '201538.279000', '201538.282000', '201538.284000', '201538.287000', '201538.290000', '201538.292000', '201538.295000', '201538.297000', '201538.300000', '201538.303000', '201538.305000', '201538.308000', '201538.311000', '201538.313000', '201538.316000', '201538.319000', '201538.321000', '201538.324000', '201558.211000', '201558.213000', '201558.216000', '201558.219000', '201558.221000', '201558.224000', '201558.227000', '201558.229000', '201558.232000', '201558.235000', '201558.237000', '201558.240000', '201558.242000', '201558.245000', '201558.248000', '201558.250000', '201558.253000', '201558.256000', '201558.258000', '201558.261000', '201558.263000', '201558.266000', '201558.269000', '201558.271000', '201558.274000', '201558.277000', '201558.279000', '201558.282000', '201558.284000', '201558.287000', '201558.290000', '201558.292000', '201558.295000', '201558.297000', '201558.300000', '201558.302000', '201558.305000', '201558.313000', '201558.316000', '201558.318000', '201558.321000', '201558.324000', '201558.326000', '201618.209000', '201618.213000', '201618.215000', '201618.218000', '201618.220000', '201618.223000', '201618.226000', '201618.228000', '201618.231000', '201618.234000', '201618.236000', '201618.239000', '201618.242000', '201618.244000', '201618.247000', '201618.249000', '201618.252000', '201618.255000', '201618.257000', '201618.260000', '201618.262000', '201618.265000', '201618.268000', '201618.271000', '201618.273000', '201618.276000', '201618.279000', '201618.281000', '201618.284000', '201618.287000', '201618.289000', '201618.292000', '201618.294000', '201618.297000', '201618.300000', '201618.302000', '201618.313000', '201618.316000', '201618.319000', '201618.321000', '201618.324000', '201618.327000', '201618.329000', '201618.332000', '201638.211000', '201638.214000', '201638.216000', '201638.219000', '201638.222000', '201638.224000', '201638.227000', '201638.229000', '201638.232000', '201638.235000', '201638.237000', '201638.240000', '201638.242000', '201638.245000', '201638.248000', '201638.250000', '201638.253000', '201638.255000', '201638.258000', '201638.260000', '201638.263000', '201638.266000', '201638.268000', '201638.271000', '201638.273000', '201638.276000', '201638.278000', '201638.281000', '201638.284000', '201638.286000', '201638.289000', '201638.291000', '201638.294000', '201638.296000', '201638.299000', '201638.302000', '201638.304000', '201638.307000', '201638.310000', '201638.312000', '201638.315000', '201638.317000', '201638.320000', '201658.210000', '201658.213000', '201658.216000', '201658.219000', '201658.221000', '201658.224000', '201658.226000', '201658.229000', '201658.232000', '201658.234000', '201658.237000', '201658.239000', '201658.242000', '201658.245000', '201658.247000', '201658.250000', '201658.252000', '201658.255000', '201658.257000', '201658.260000', '201658.263000', '201658.265000', '201658.268000', '201658.270000', '201658.273000', '201658.275000', '201658.278000', '201658.280000', '201658.283000', '201658.286000', '201658.288000', '201658.291000', '201658.294000', '201658.296000', '201658.299000', '201658.301000', '201658.304000', '201658.307000', '201658.309000', '201658.312000', '201658.314000', '201658.317000', '201658.319000', '201658.322000', '201718.210000', '201718.213000', '201718.216000', '201718.219000', '201718.221000', '201718.224000', '201718.227000', '201718.229000', '201718.232000', '201718.234000', '201718.237000', '201718.240000', '201718.242000', '201718.245000', '201718.248000', '201718.250000', '201718.253000', '201718.255000', '201718.258000', '201718.261000', '201718.263000', '201718.266000', '201718.269000', '201718.271000', '201718.274000', '201718.276000', '201718.279000', '201718.282000', '201718.284000', '201718.287000', '201718.290000', '201718.292000', '201718.295000', '201718.298000', '201718.300000', '201718.303000', '201718.306000', '201718.308000', '201718.311000', '201718.313000', '201718.316000', '201718.319000', '201718.321000', '201738.210000', '201738.213000', '201738.216000', '201738.219000', '201738.221000', '201738.224000', '201738.227000', '201738.229000', '201738.232000', '201738.235000', '201738.237000', '201738.240000', '201738.243000', '201738.245000', '201738.248000', '201738.251000', '201738.253000', '201738.256000', '201738.258000', '201738.261000', '201738.264000', '201738.267000', '201738.269000', '201738.272000', '201738.274000', '201738.277000', '201738.280000', '201738.282000', '201738.285000', '201738.288000', '201738.290000', '201738.293000', '201738.295000', '201738.298000', '201738.301000', '201738.303000', '201738.306000', '201738.309000', '201738.311000', '201738.314000', '201738.317000', '201738.319000', '201738.322000', '201738.324000', '201758.211000', '201758.213000', '201758.216000', '201758.219000', '201758.221000', '201758.224000', '201758.226000', '201758.229000', '201758.232000', '201758.234000', '201758.237000', '201758.239000', '201758.242000', '201758.244000', '201758.247000', '201758.250000', '201758.252000', '201758.296000', '201758.299000', '201758.301000', '201758.304000', '201758.307000', '201758.309000', '201758.312000', '201758.314000', '201758.317000', '201758.319000', '201758.322000', '201758.325000', '201758.327000', '201758.330000', '201758.332000', '201758.335000', '201758.337000', '201758.340000', '201758.343000', '201758.345000', '201758.348000', '201758.350000', '201758.353000', '201758.356000', '201758.358000', '201758.361000', '201818.210000', '201818.213000', '201818.216000', '201818.219000', '201818.221000', '201818.224000', '201818.227000', '201818.229000', '201818.232000', '201818.235000', '201818.237000', '201818.240000', '201818.242000', '201818.245000', '201818.248000', '201818.258000', '201818.261000', '201818.263000', '201818.266000', '201818.269000', '201818.271000', '201818.274000', '201818.277000', '201818.279000', '201818.282000', '201818.284000', '201818.287000', '201818.289000', '201818.292000', '201818.295000', '201818.297000', '201818.300000', '201818.303000', '201818.305000', '201818.308000', '201818.310000', '201818.313000', '201818.315000', '201818.318000', '201818.321000', '201818.323000', '201818.326000', '201818.328000', '201818.331000', '201838.210000', '201838.213000', '201838.215000', '201838.218000', '201838.220000', '201838.223000', '201838.226000', '201838.228000', '201838.231000', '201838.234000', '201838.236000', '201838.239000', '201838.242000', '201838.244000', '201838.247000', '201838.249000', '201838.252000', '201838.255000', '201838.257000', '201838.260000', '201838.263000', '201838.265000', '201838.268000', '201838.271000', '201838.273000', '201838.276000', '201838.278000', '201838.281000', '201838.284000', '201838.286000', '201838.289000', '201838.292000', '201838.294000', '201838.297000', '201838.299000', '201838.302000', '201838.305000', '201838.307000', '201838.310000', '201838.312000', '201838.315000', '201838.318000', '201838.320000', '201858.211000', '201858.214000', '201858.216000', '201858.219000', '201858.223000', '201858.225000', '201858.228000', '201858.231000', '201858.233000', '201858.236000', '201858.239000', '201858.241000', '201858.244000', '201858.246000', '201858.249000', '201858.252000', '201858.254000', '201858.257000', '201858.260000', '201858.262000', '201858.265000', '201858.268000', '201858.270000', '201858.273000', '201858.276000', '201858.278000', '201858.281000', '201858.284000', '201858.286000', '201858.289000', '201858.292000', '201858.294000', '201858.297000', '201858.300000', '201858.302000', '201858.305000', '201858.308000', '201858.310000', '201858.313000', '201858.316000', '201858.318000', '201858.321000', '201858.324000', '201918.210000', '201918.213000', '201918.216000', '201918.219000', '201918.221000', '201918.224000', '201918.226000', '201918.229000', '201918.231000', '201918.234000', '201918.237000', '201918.239000', '201918.242000', '201918.244000', '201918.247000', '201918.250000', '201918.252000', '201918.255000', '201918.258000', '201918.260000', '201918.263000', '201918.265000', '201918.268000', '201918.271000', '201918.273000', '201918.276000', '201918.278000', '201918.281000', '201918.284000', '201918.299000', '201918.301000', '201918.304000', '201918.307000', '201918.309000', '201918.312000', '201918.315000', '201918.317000', '201918.320000', '201918.322000', '201918.325000', '201918.327000', '201918.330000', '201918.333000', '201918.335000', '201938.210000', '201938.213000', '201938.216000', '201938.219000', '201938.221000', '201938.224000', '201938.227000', '201938.229000', '201938.232000', '201938.234000', '201938.237000', '201938.239000', '201938.242000', '201938.245000', '201938.247000', '201938.250000', '201938.252000', '201938.255000', '201938.258000', '201938.260000', '201938.263000', '201938.265000', '201938.268000', '201938.271000', '201938.273000', '201938.276000', '201938.278000', '201938.281000', '201938.284000', '201938.286000', '201938.289000', '201938.292000', '201938.294000', '201938.297000', '201938.300000', '201938.302000', '201938.305000', '201938.307000', '201938.310000', '201938.313000', '201938.315000', '201938.318000', '201938.321000', '201958.210000', '201958.213000', '201958.216000', '201958.219000', '201958.221000', '201958.224000', '201958.226000', '201958.229000', '201958.231000', '201958.234000', '201958.237000', '201958.239000', '201958.242000', '201958.245000', '201958.247000', '201958.250000', '201958.252000', '201958.255000', '201958.259000', '201958.262000', '201958.264000', '201958.267000', '201958.269000', '201958.272000', '201958.275000', '201958.277000', '201958.280000', '201958.282000', '201958.285000', '201958.288000', '201958.290000', '201958.293000', '201958.295000', '201958.298000', '201958.301000', '201958.303000', '201958.306000', '201958.308000', '201958.311000', '201958.313000', '201958.316000', '201958.319000', '201958.321000', '201958.324000', '202018.210000', '202018.213000', '202018.216000', '202018.219000', '202018.221000', '202018.224000', '202018.227000', '202018.230000', '202018.232000', '202018.235000', '202018.237000', '202018.240000', '202018.242000', '202018.245000', '202018.248000', '202018.250000', '202018.253000', '202018.255000', '202018.258000', '202018.261000', '202018.264000', '202018.267000', '202018.269000', '202018.272000', '202018.275000', '202018.277000', '202018.280000', '202018.282000', '202018.285000', '202018.288000', '202018.290000', '202018.293000', '202018.296000', '202018.298000', '202018.301000', '202018.303000', '202018.306000', '202018.308000', '202018.311000', '202018.314000', '202018.317000', '202018.319000', '202018.322000', '202038.211000', '202038.213000', '202038.216000', '202038.219000', '202038.221000', '202038.224000', '202038.226000', '202038.229000', '202038.231000', '202038.234000', '202038.237000', '202038.239000', '202038.242000', '202038.244000', '202038.247000', '202038.250000', '202038.252000', '202038.255000', '202038.257000', '202038.260000', '202038.262000', '202038.265000', '202038.267000', '202038.270000', '202038.273000', '202038.275000', '202038.278000', '202038.280000', '202038.283000', '202038.286000', '202038.288000', '202038.291000', '202038.294000', '202038.296000', '202038.299000', '202038.302000', '202038.304000', '202038.307000', '202038.309000', '202038.312000', '202038.338000', '202038.340000', '202038.343000', '202038.346000', '202045.802000', '202045.805000', '202045.807000', '202045.810000', '202045.813000', '202045.815000', '202045.818000', '202045.821000', '202045.823000', '202045.826000', '202045.828000', '202045.831000', '202045.834000', '202045.836000', '202045.839000', '202045.841000', '202045.844000'], 'InstanceCreationTime': ['201418.254000', '201418.258000', '201418.260000', '201418.263000', '201418.266000', '201418.277000', '201418.280000', '201418.283000', '201418.285000', '201418.288000', '201418.291000', '201418.293000', '201418.296000', '201418.305000', '201418.307000', '201418.310000', '201418.313000', '201418.315000', '201418.326000', '201418.328000', '201418.331000', '201418.334000', '201418.336000', '201418.339000', '201418.341000', '201418.344000', '201418.347000', '201418.349000', '201418.352000', '201438.211000', '201438.213000', '201438.216000', '201438.219000', '201438.221000', '201438.224000', '201438.226000', '201438.229000', '201438.231000', '201438.234000', '201438.237000', '201438.239000', '201438.242000', '201438.245000', '201438.247000', '201438.250000', '201438.252000', '201438.255000', '201438.258000', '201438.260000', '201438.263000', '201438.265000', '201438.274000', '201438.277000', '201438.279000', '201438.282000', '201438.294000', '201438.296000', '201438.299000', '201438.301000', '201438.304000', '201438.307000', '201438.309000', '201438.312000', '201438.314000', '201438.317000', '201438.319000', '201438.322000', '201438.326000', '201438.328000', '201438.331000', '201438.334000', '201438.336000', '201458.210000', '201458.213000', '201458.216000', '201458.219000', '201458.221000', '201458.224000', '201458.226000', '201458.229000', '201458.232000', '201458.234000', '201458.237000', '201458.240000', '201458.242000', '201458.245000', '201458.247000', '201458.250000', '201458.253000', '201458.255000', '201458.258000', '201458.260000', '201458.263000', '201458.265000', '201458.268000', '201458.275000', '201458.277000', '201458.280000', '201458.282000', '201458.285000', '201458.288000', '201458.290000', '201458.293000', '201458.295000', '201458.298000', '201458.301000', '201458.303000', '201458.306000', '201458.308000', '201458.311000', '201458.314000', '201458.316000', '201458.319000', '201458.322000', '201458.324000', '201458.327000', '201518.211000', '201518.213000', '201518.216000', '201518.219000', '201518.221000', '201518.224000', '201518.226000', '201518.229000', '201518.232000', '201518.234000', '201518.237000', '201518.239000', '201518.242000', '201518.250000', '201518.253000', '201518.255000', '201518.258000', '201518.261000', '201518.263000', '201518.266000', '201518.268000', '201518.271000', '201518.274000', '201518.276000', '201518.279000', '201518.282000', '201518.285000', '201518.287000', '201518.290000', '201518.292000', '201518.295000', '201518.298000', '201518.300000', '201518.303000', '201518.305000', '201518.308000', '201518.310000', '201518.313000', '201518.316000', '201518.319000', '201518.322000', '201518.325000', '201518.328000', '201538.211000', '201538.213000', '201538.216000', '201538.219000', '201538.221000', '201538.224000', '201538.226000', '201538.229000', '201538.231000', '201538.234000', '201538.237000', '201538.239000', '201538.242000', '201538.244000', '201538.247000', '201538.250000', '201538.253000', '201538.255000', '201538.258000', '201538.261000', '201538.263000', '201538.266000', '201538.268000', '201538.271000', '201538.274000', '201538.276000', '201538.279000', '201538.282000', '201538.284000', '201538.287000', '201538.290000', '201538.292000', '201538.295000', '201538.297000', '201538.300000', '201538.303000', '201538.305000', '201538.308000', '201538.311000', '201538.313000', '201538.316000', '201538.319000', '201538.321000', '201538.324000', '201558.211000', '201558.213000', '201558.216000', '201558.219000', '201558.221000', '201558.224000', '201558.227000', '201558.229000', '201558.232000', '201558.235000', '201558.237000', '201558.240000', '201558.242000', '201558.245000', '201558.248000', '201558.250000', '201558.253000', '201558.256000', '201558.258000', '201558.261000', '201558.263000', '201558.266000', '201558.269000', '201558.271000', '201558.274000', '201558.277000', '201558.279000', '201558.282000', '201558.284000', '201558.287000', '201558.290000', '201558.292000', '201558.295000', '201558.297000', '201558.300000', '201558.302000', '201558.305000', '201558.313000', '201558.316000', '201558.318000', '201558.321000', '201558.324000', '201558.326000', '201618.209000', '201618.213000', '201618.215000', '201618.218000', '201618.220000', '201618.223000', '201618.226000', '201618.228000', '201618.231000', '201618.234000', '201618.236000', '201618.239000', '201618.242000', '201618.244000', '201618.247000', '201618.249000', '201618.252000', '201618.255000', '201618.257000', '201618.260000', '201618.262000', '201618.265000', '201618.268000', '201618.271000', '201618.273000', '201618.276000', '201618.279000', '201618.281000', '201618.284000', '201618.287000', '201618.289000', '201618.292000', '201618.294000', '201618.297000', '201618.300000', '201618.302000', '201618.313000', '201618.316000', '201618.319000', '201618.321000', '201618.324000', '201618.327000', '201618.329000', '201618.332000', '201638.211000', '201638.214000', '201638.216000', '201638.219000', '201638.222000', '201638.224000', '201638.227000', '201638.229000', '201638.232000', '201638.235000', '201638.237000', '201638.240000', '201638.242000', '201638.245000', '201638.248000', '201638.250000', '201638.253000', '201638.255000', '201638.258000', '201638.260000', '201638.263000', '201638.266000', '201638.268000', '201638.271000', '201638.273000', '201638.276000', '201638.278000', '201638.281000', '201638.284000', '201638.286000', '201638.289000', '201638.291000', '201638.294000', '201638.296000', '201638.299000', '201638.302000', '201638.304000', '201638.307000', '201638.310000', '201638.312000', '201638.315000', '201638.317000', '201638.320000', '201658.210000', '201658.213000', '201658.216000', '201658.219000', '201658.221000', '201658.224000', '201658.226000', '201658.229000', '201658.232000', '201658.234000', '201658.237000', '201658.239000', '201658.242000', '201658.245000', '201658.247000', '201658.250000', '201658.252000', '201658.255000', '201658.257000', '201658.260000', '201658.263000', '201658.265000', '201658.268000', '201658.270000', '201658.273000', '201658.275000', '201658.278000', '201658.280000', '201658.283000', '201658.286000', '201658.288000', '201658.291000', '201658.294000', '201658.296000', '201658.299000', '201658.301000', '201658.304000', '201658.307000', '201658.309000', '201658.312000', '201658.314000', '201658.317000', '201658.319000', '201658.322000', '201718.210000', '201718.213000', '201718.216000', '201718.219000', '201718.221000', '201718.224000', '201718.227000', '201718.229000', '201718.232000', '201718.234000', '201718.237000', '201718.240000', '201718.242000', '201718.245000', '201718.248000', '201718.250000', '201718.253000', '201718.255000', '201718.258000', '201718.261000', '201718.263000', '201718.266000', '201718.269000', '201718.271000', '201718.274000', '201718.276000', '201718.279000', '201718.282000', '201718.284000', '201718.287000', '201718.290000', '201718.292000', '201718.295000', '201718.298000', '201718.300000', '201718.303000', '201718.306000', '201718.308000', '201718.311000', '201718.313000', '201718.316000', '201718.319000', '201718.321000', '201738.210000', '201738.213000', '201738.216000', '201738.219000', '201738.221000', '201738.224000', '201738.227000', '201738.229000', '201738.232000', '201738.235000', '201738.237000', '201738.240000', '201738.243000', '201738.245000', '201738.248000', '201738.251000', '201738.253000', '201738.256000', '201738.258000', '201738.261000', '201738.264000', '201738.267000', '201738.269000', '201738.272000', '201738.274000', '201738.277000', '201738.280000', '201738.282000', '201738.285000', '201738.288000', '201738.290000', '201738.293000', '201738.295000', '201738.298000', '201738.301000', '201738.303000', '201738.306000', '201738.309000', '201738.311000', '201738.314000', '201738.317000', '201738.319000', '201738.322000', '201738.324000', '201758.211000', '201758.213000', '201758.216000', '201758.219000', '201758.221000', '201758.224000', '201758.226000', '201758.229000', '201758.232000', '201758.234000', '201758.237000', '201758.239000', '201758.242000', '201758.244000', '201758.247000', '201758.250000', '201758.252000', '201758.296000', '201758.299000', '201758.301000', '201758.304000', '201758.307000', '201758.309000', '201758.312000', '201758.314000', '201758.317000', '201758.319000', '201758.322000', '201758.325000', '201758.327000', '201758.330000', '201758.332000', '201758.335000', '201758.337000', '201758.340000', '201758.343000', '201758.345000', '201758.348000', '201758.350000', '201758.353000', '201758.356000', '201758.358000', '201758.361000', '201818.210000', '201818.213000', '201818.216000', '201818.219000', '201818.221000', '201818.224000', '201818.227000', '201818.229000', '201818.232000', '201818.235000', '201818.237000', '201818.240000', '201818.242000', '201818.245000', '201818.248000', '201818.258000', '201818.261000', '201818.263000', '201818.266000', '201818.269000', '201818.271000', '201818.274000', '201818.277000', '201818.279000', '201818.282000', '201818.284000', '201818.287000', '201818.289000', '201818.292000', '201818.295000', '201818.297000', '201818.300000', '201818.303000', '201818.305000', '201818.308000', '201818.310000', '201818.313000', '201818.315000', '201818.318000', '201818.321000', '201818.323000', '201818.326000', '201818.328000', '201818.331000', '201838.210000', '201838.213000', '201838.215000', '201838.218000', '201838.220000', '201838.223000', '201838.226000', '201838.228000', '201838.231000', '201838.234000', '201838.236000', '201838.239000', '201838.242000', '201838.244000', '201838.247000', '201838.249000', '201838.252000', '201838.255000', '201838.257000', '201838.260000', '201838.263000', '201838.265000', '201838.268000', '201838.271000', '201838.273000', '201838.276000', '201838.278000', '201838.281000', '201838.284000', '201838.286000', '201838.289000', '201838.292000', '201838.294000', '201838.297000', '201838.299000', '201838.302000', '201838.305000', '201838.307000', '201838.310000', '201838.312000', '201838.315000', '201838.318000', '201838.320000', '201858.211000', '201858.214000', '201858.216000', '201858.219000', '201858.223000', '201858.225000', '201858.228000', '201858.231000', '201858.233000', '201858.236000', '201858.239000', '201858.241000', '201858.244000', '201858.246000', '201858.249000', '201858.252000', '201858.254000', '201858.257000', '201858.260000', '201858.262000', '201858.265000', '201858.268000', '201858.270000', '201858.273000', '201858.276000', '201858.278000', '201858.281000', '201858.284000', '201858.286000', '201858.289000', '201858.292000', '201858.294000', '201858.297000', '201858.300000', '201858.302000', '201858.305000', '201858.308000', '201858.310000', '201858.313000', '201858.316000', '201858.318000', '201858.321000', '201858.324000', '201918.210000', '201918.213000', '201918.216000', '201918.219000', '201918.221000', '201918.224000', '201918.226000', '201918.229000', '201918.231000', '201918.234000', '201918.237000', '201918.239000', '201918.242000', '201918.244000', '201918.247000', '201918.250000', '201918.252000', '201918.255000', '201918.258000', '201918.260000', '201918.263000', '201918.265000', '201918.268000', '201918.271000', '201918.273000', '201918.276000', '201918.278000', '201918.281000', '201918.284000', '201918.299000', '201918.301000', '201918.304000', '201918.307000', '201918.309000', '201918.312000', '201918.315000', '201918.317000', '201918.320000', '201918.322000', '201918.325000', '201918.327000', '201918.330000', '201918.333000', '201918.335000', '201938.210000', '201938.213000', '201938.216000', '201938.219000', '201938.221000', '201938.224000', '201938.227000', '201938.229000', '201938.232000', '201938.234000', '201938.237000', '201938.239000', '201938.242000', '201938.245000', '201938.247000', '201938.250000', '201938.252000', '201938.255000', '201938.258000', '201938.260000', '201938.263000', '201938.265000', '201938.268000', '201938.271000', '201938.273000', '201938.276000', '201938.278000', '201938.281000', '201938.284000', '201938.286000', '201938.289000', '201938.292000', '201938.294000', '201938.297000', '201938.300000', '201938.302000', '201938.305000', '201938.307000', '201938.310000', '201938.313000', '201938.315000', '201938.318000', '201938.321000', '201958.210000', '201958.213000', '201958.216000', '201958.219000', '201958.221000', '201958.224000', '201958.226000', '201958.229000', '201958.231000', '201958.234000', '201958.237000', '201958.239000', '201958.242000', '201958.245000', '201958.247000', '201958.250000', '201958.252000', '201958.255000', '201958.259000', '201958.262000', '201958.264000', '201958.267000', '201958.269000', '201958.272000', '201958.275000', '201958.277000', '201958.280000', '201958.282000', '201958.285000', '201958.288000', '201958.290000', '201958.293000', '201958.295000', '201958.298000', '201958.301000', '201958.303000', '201958.306000', '201958.308000', '201958.311000', '201958.313000', '201958.316000', '201958.319000', '201958.321000', '201958.324000', '202018.210000', '202018.213000', '202018.216000', '202018.219000', '202018.221000', '202018.224000', '202018.227000', '202018.230000', '202018.232000', '202018.235000', '202018.237000', '202018.240000', '202018.242000', '202018.245000', '202018.248000', '202018.250000', '202018.253000', '202018.255000', '202018.258000', '202018.261000', '202018.264000', '202018.267000', '202018.269000', '202018.272000', '202018.275000', '202018.277000', '202018.280000', '202018.282000', '202018.285000', '202018.288000', '202018.290000', '202018.293000', '202018.296000', '202018.298000', '202018.301000', '202018.303000', '202018.306000', '202018.308000', '202018.311000', '202018.314000', '202018.317000', '202018.319000', '202018.322000', '202038.211000', '202038.213000', '202038.216000', '202038.219000', '202038.221000', '202038.224000', '202038.226000', '202038.229000', '202038.231000', '202038.234000', '202038.237000', '202038.239000', '202038.242000', '202038.244000', '202038.247000', '202038.250000', '202038.252000', '202038.255000', '202038.257000', '202038.260000', '202038.262000', '202038.265000', '202038.267000', '202038.270000', '202038.273000', '202038.275000', '202038.278000', '202038.280000', '202038.283000', '202038.286000', '202038.288000', '202038.291000', '202038.294000', '202038.296000', '202038.299000', '202038.302000', '202038.304000', '202038.307000', '202038.309000', '202038.312000', '202038.338000', '202038.340000', '202038.343000', '202038.346000', '202045.802000', '202045.805000', '202045.807000', '202045.810000', '202045.813000', '202045.815000', '202045.818000', '202045.821000', '202045.823000', '202045.826000', '202045.828000', '202045.831000', '202045.834000', '202045.836000', '202045.839000', '202045.841000', '202045.844000'], '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': [7703, 10924, 9430, 14798, 12725, 12826, 10625, 8797, 9414, 7109, 10261, 7191, 8576, 7366, 8023, 8664, 7147, 11327, 7756, 8915, 7105, 6893, 8457, 7133, 10334, 8655, 10988, 11289, 10149, 13927, 12661, 8439, 8799, 6851, 9154, 6806, 9668, 7162, 10026, 7360, 11633, 8629, 15614, 14794, 14834, 13292, 8945, 6975, 8961, 7346, 7931, 9729, 8681, 11471, 10786, 8813, 10817, 7221, 7202, 8256, 7068, 9867, 7372, 7246, 9276, 7155, 11652, 8483, 9404, 7353, 7410, 7922, 7062, 8379, 7084, 9241, 6986, 10706, 7301, 8554, 7868, 7050, 10890, 7256, 11422, 8358, 12114, 11997, 8498, 12558, 8809, 13129, 11925, 9478, 8634, 7156, 10188, 7587, 12257, 8285, 8189, 7147, 7909, 7445, 9648, 8149, 11663, 12249, 14870, 12226, 13785, 10899, 9115, 10345, 7436, 9014, 7051, 9849, 7686, 9626, 8475, 6878, 11577, 11803, 14018, 11256, 6978, 6703, 7007, 6542, 7961, 6913, 8654, 7017, 9658, 7181, 10200, 7408, 9621, 7733, 8177, 7580, 6577, 10725, 10402, 12548, 10333, 14118, 7436, 6504, 6949, 6556, 7671, 6956, 8111, 6725, 9613, 6916, 12209, 9432, 12960, 8044, 6721, 7515, 7152, 7990, 6772, 11348, 11625, 15201, 13102, 12027, 8272, 6905, 7209, 7526, 8752, 7704, 11525, 13068, 11803, 13728, 9875, 7061, 7545, 6862, 8359, 6538, 8314, 6862, 8896, 7832, 7643, 8335, 8152, 13668, 10088, 13081, 7494, 7173, 7264, 6837, 8142, 7228, 9266, 8332, 10663, 8047, 12420, 13777, 15793, 9951, 6795, 7011, 6814, 9992, 7825, 10518, 10572, 7517, 10216, 6957, 11386, 7682, 11200, 7095, 7959, 7195, 9247, 7146, 9201, 6997, 12125, 11766, 15893, 12024, 12997, 10156, 7210, 8434, 6760, 8163, 9528, 6786, 7842, 6967, 11638, 13865, 11243, 13817, 6650, 6498, 6651, 6729, 9427, 7197, 7535, 7513, 7150, 7041, 7218, 8257, 6887, 8659, 6925, 8725, 6974, 8820, 9422, 12786, 11592, 12909, 8093, 8928, 6991, 8197, 7402, 8954, 7457, 8834, 7533, 8317, 7553, 7314, 7111, 8038, 9938, 7238, 12428, 12395, 9736, 9193, 7175, 8718, 8301, 6683, 7958, 6593, 8813, 8443, 7722, 13585, 10525, 13761, 14742, 15248, 15317, 11718, 10650, 7850, 6969, 6861, 7937, 6893, 8630, 6880, 7206, 7301, 7033, 9850, 7128, 10841, 6765, 10129, 6833, 8673, 6899, 9441, 6958, 9703, 7180, 9796, 7653, 12532, 10650, 14284, 10548, 12480, 6808, 8191, 6957, 8953, 6854, 9281, 7155, 9263, 8056, 12182, 11879, 15532, 15730, 13030, 9970, 7410, 9395, 6730, 11438, 12577, 10149, 8063, 6949, 7172, 7208, 6893, 7413, 7064, 10738, 9308, 11741, 8646, 7091, 7982, 6856, 8917, 8022, 9898, 7309, 8299, 7347, 7879, 7364, 7444, 7297, 6525, 7229, 6563, 8021, 6863, 9117, 6795, 9494, 6759, 9539, 7331, 10327, 10949, 13522, 14134, 11034, 9851, 6965, 8313, 6978, 8699, 7127, 8245, 7255, 7294, 7258, 7006, 9536, 10694, 12708, 12361, 16460, 12501, 10080, 9663, 7218, 9991, 7082, 8315, 11581, 11354, 12947, 9766, 10879, 8693, 7163, 7716, 6544, 8244, 7164, 9203, 6993, 9142, 6965, 9121, 7418, 13442, 12984, 17172, 13195, 10953, 12326, 7628, 7418, 12777, 8542, 7140, 7076, 7259, 11515, 7156, 6707, 7064, 7171, 6713, 8508, 6903, 6763, 6963, 6672, 8963, 6827, 9491, 7178, 10357, 7629, 8878, 7435, 7023, 8265, 6804, 9801, 7674, 7031, 9405, 7244, 9505, 10817, 10339, 12095, 7347, 9989, 7547, 8680, 7200, 7140, 7730, 6691, 7654, 7017, 8969, 7033, 8489, 7776, 13109, 12640, 9546, 11151, 9508, 9600, 9881, 14388, 12194, 13005, 11630, 10028, 8819, 6863, 8427, 6823, 9624, 10253, 14020, 12439, 11246, 8392, 6899, 10045, 10147, 15655, 12027, 12403, 8011, 7097, 8291, 6715, 8840, 6995, 9546, 6840, 11219, 6901, 11436, 7403, 11804, 7441, 9257, 7392, 6603, 9249, 7381, 7759, 7312, 6982, 7725, 8537, 6849, 10398, 7254, 6747, 8402, 6781, 8787, 7419, 8663, 7141, 6818, 7573, 7177, 8531, 7208, 10579, 11934, 13119, 12607, 10498, 8341, 6675, 8431, 6941, 8849, 7015, 8809, 6968, 8300, 7311, 7433, 10705, 9595, 10692, 7547, 11038, 6946, 8831, 9095, 14542, 14835, 13276, 14246, 12109, 13464, 9322, 9331, 7222, 7279, 7060, 6878, 7423, 7758, 13080, 11429, 13966, 12391, 13806, 10264, 9028, 7185, 8450, 6860, 11346, 12439, 14035, 12670, 12047, 7223, 8696, 15041, 14322, 14739, 12484, 14399, 8410, 6463, 7321, 6655, 6951, 7049, 6765, 7480, 6578, 7794, 6375, 8195, 6661, 8602, 7062, 8770, 6973, 6639, 7591, 6523, 8397, 6690, 8535, 6995, 8642, 7011, 7437, 6911, 6473, 8364, 6959, 12348, 10334, 12866, 10699, 13016, 10507, 6846, 9948, 7545, 6820, 7560, 9009, 11727, 9173, 8415, 13210, 7851, 6618, 7899, 10613, 13074, 11791, 12039, 13040, 14260, 14328, 16148, 12531, 13489, 13265, 11440, 11552, 8648, 8399, 7120, 6614, 7181, 6785, 11160, 8070, 13804, 9465, 6621, 8948, 6787, 9798, 6932, 9030, 6602, 8287, 6771, 7232, 6862, 6537, 7146, 6523, 8562, 7017, 10033, 9351, 12701, 10028, 12561, 6821, 6621, 6990, 6368, 7327, 6763, 8485, 7176, 10847, 8579, 11447, 7316, 9569, 6938, 6959, 7154, 7644, 9104, 6831, 10987, 6907, 11354, 9872, 12118, 8044, 6786, 8973, 6696, 9701, 7416, 10916, 13582, 12389, 15357, 12157, 9792, 10387, 7630, 10714, 7945, 10730, 7538, 6811, 8292, 7226, 7141, 7716, 6631, 9603, 6809, 10450, 6796, 9828, 6992, 10017, 7332, 9944, 6818, 8906, 6840, 7997, 6838, 6853, 6502, 6780, 7037, 6568, 7042, 6655, 7166, 6625, 7180, 6452, 7552, 6618, 8058, 6615, 9998, 9813, 12846, 10138, 12458, 7781, 8482, 7631, 6468, 8213, 6476, 7395, 6606, 7021, 6916, 7124, 8004, 7187, 10005, 10047, 12261, 12525, 11272, 12560, 10944, 13067, 10829, 12262, 9563, 10710, 7418, 8993, 7209, 8955, 7142, 9376, 12274, 13637, 15065, 13926, 15227, 12116, 14125, 9725, 12067, 7240, 9020, 6471, 7161, 7623, 10145, 10521, 7317, 10092, 6993, 6048, 6929, 6562, 9183, 7594, 8786, 7650, 6950, 9158, 8787, 10358, 6875, 9054, 6407, 12553, 9970, 11750, 7000, 9350, 7129, 8481, 8145], 'WindowCenter': [4016.0, 4030.0, 4007.0, 4038.0, 4025.0, 4012.0, 4002.0, 3979.0, 3977.0, 3947.0, 3986.0, 3947.0, 3966.0, 3957.0, 3967.0, 3980.0, 3960.0, 4000.0, 3971.0, 3979.0, 3958.0, 3946.0, 3966.0, 3973.0, 4014.0, 4004.0, 4013.0, 4013.0, 4000.0, 4031.0, 4006.0, 3964.0, 3966.0, 3945.0, 3975.0, 3933.0, 3974.0, 3944.0, 3985.0, 3968.0, 3997.0, 3979.0, 4036.0, 4023.0, 4018.0, 4006.0, 3966.0, 3945.0, 3962.0, 3941.0, 3951.0, 3974.0, 3951.0, 3984.0, 3984.0, 3976.0, 3984.0, 3943.0, 3942.0, 3951.0, 3931.0, 3958.0, 3929.0, 3928.0, 3961.0, 3931.0, 3982.0, 3964.0, 3962.0, 3945.0, 3941.0, 3940.0, 3930.0, 3950.0, 3931.0, 3962.0, 3943.0, 3984.0, 3956.0, 3964.0, 3965.0, 3955.0, 3998.0, 3955.0, 3995.0, 3979.0, 4021.0, 4011.0, 3978.0, 4010.0, 3987.0, 4018.0, 4020.0, 3999.0, 3977.0, 3955.0, 4000.0, 3969.0, 4000.0, 3953.0, 3967.0, 3945.0, 3966.0, 3956.0, 3988.0, 3966.0, 4000.0, 3998.0, 4019.0, 3996.0, 3994.0, 3970.0, 3960.0, 3958.0, 3930.0, 3962.0, 3929.0, 3970.0, 3941.0, 3959.0, 3938.0, 3930.0, 3999.0, 3988.0, 4007.0, 3982.0, 3929.0, 3915.0, 3927.0, 3917.0, 3939.0, 3928.0, 3947.0, 3927.0, 3958.0, 3930.0, 3968.0, 3939.0, 3956.0, 3925.0, 3936.0, 3925.0, 3914.0, 3967.0, 3969.0, 3980.0, 3969.0, 3988.0, 3926.0, 3902.0, 3913.0, 3901.0, 3935.0, 3927.0, 3951.0, 3941.0, 3971.0, 3942.0, 3995.0, 3972.0, 3990.0, 3937.0, 3929.0, 3927.0, 3913.0, 3939.0, 3919.0, 3971.0, 3986.0, 4009.0, 3997.0, 3983.0, 3938.0, 3915.0, 3913.0, 3911.0, 3909.0, 3913.0, 3955.0, 3969.0, 3969.0, 3978.0, 3944.0, 3898.0, 3908.0, 3886.0, 3908.0, 3888.0, 3919.0, 3901.0, 3932.0, 3924.0, 3921.0, 3933.0, 3919.0, 3963.0, 3942.0, 3961.0, 3910.0, 3897.0, 3908.0, 3887.0, 3921.0, 3923.0, 3943.0, 3936.0, 3954.0, 3922.0, 3965.0, 3977.0, 4003.0, 3955.0, 3902.0, 3901.0, 3901.0, 3944.0, 3925.0, 3967.0, 3969.0, 3937.0, 3970.0, 3928.0, 3979.0, 3926.0, 3954.0, 3914.0, 3923.0, 3913.0, 3932.0, 3912.0, 3943.0, 3913.0, 3966.0, 3970.0, 3993.0, 3970.0, 3968.0, 3946.0, 3901.0, 3911.0, 3892.0, 3911.0, 3934.0, 3903.0, 3908.0, 3902.0, 3957.0, 3942.0, 3956.0, 3965.0, 3903.0, 3904.0, 3901.0, 3913.0, 3943.0, 3913.0, 3910.0, 3912.0, 3899.0, 3901.0, 3910.0, 3922.0, 3899.0, 3922.0, 3897.0, 3920.0, 3899.0, 3918.0, 3932.0, 3966.0, 3954.0, 3961.0, 3922.0, 3932.0, 3913.0, 3918.0, 3909.0, 3918.0, 3909.0, 3932.0, 3920.0, 3932.0, 3924.0, 3925.0, 3925.0, 3937.0, 3956.0, 3924.0, 3968.0, 3969.0, 3947.0, 3948.0, 3919.0, 3950.0, 3949.0, 3915.0, 3925.0, 3892.0, 3955.0, 3899.0, 3803.0, 3892.0, 4012.0, 3992.0, 3976.0, 4018.0, 4014.0, 3979.0, 3966.0, 3934.0, 3913.0, 3910.0, 3932.0, 3912.0, 3931.0, 3923.0, 3922.0, 3923.0, 3922.0, 3954.0, 3922.0, 3951.0, 3911.0, 3939.0, 3900.0, 3918.0, 3909.0, 3940.0, 3909.0, 3941.0, 3911.0, 3952.0, 3934.0, 3976.0, 3966.0, 3984.0, 3953.0, 3972.0, 3910.0, 3917.0, 3898.0, 3927.0, 3910.0, 3943.0, 3922.0, 3953.0, 3948.0, 3991.0, 3979.0, 3970.0, 3987.0, 3987.0, 3954.0, 3908.0, 3942.0, 3913.0, 3950.0, 3976.0, 3954.0, 3933.0, 3913.0, 3911.0, 3920.0, 3909.0, 3909.0, 3911.0, 3955.0, 3934.0, 3954.0, 3932.0, 3899.0, 3906.0, 3898.0, 3916.0, 3909.0, 3925.0, 3897.0, 3918.0, 3908.0, 3918.0, 3908.0, 3908.0, 3907.0, 3885.0, 3895.0, 3872.0, 3907.0, 3885.0, 3918.0, 3886.0, 3928.0, 3897.0, 3938.0, 3922.0, 3940.0, 3952.0, 3966.0, 3977.0, 3966.0, 3953.0, 3911.0, 3932.0, 3912.0, 3931.0, 3912.0, 3944.0, 3937.0, 3936.0, 3939.0, 3927.0, 3971.0, 3981.0, 3993.0, 3967.0, 4017.0, 3990.0, 3953.0, 3942.0, 3911.0, 3930.0, 3902.0, 3935.0, 3967.0, 3966.0, 3977.0, 3957.0, 3963.0, 3931.0, 3910.0, 3907.0, 3875.0, 3903.0, 3896.0, 3927.0, 3897.0, 3927.0, 3896.0, 3926.0, 3897.0, 3963.0, 3967.0, 3985.0, 3938.0, 3916.0, 3924.0, 3859.0, 3876.0, 3941.0, 3853.0, 3897.0, 3899.0, 3899.0, 3926.0, 3898.0, 3888.0, 3888.0, 3884.0, 3889.0, 3907.0, 3885.0, 3874.0, 3873.0, 3872.0, 3903.0, 3874.0, 3916.0, 3884.0, 3926.0, 3896.0, 3914.0, 3894.0, 3885.0, 3906.0, 3887.0, 3928.0, 3910.0, 3899.0, 3930.0, 3911.0, 3943.0, 3956.0, 3954.0, 3966.0, 3912.0, 3942.0, 3921.0, 3931.0, 3912.0, 3900.0, 3923.0, 3914.0, 3909.0, 3941.0, 3971.0, 3953.0, 3958.0, 3938.0, 3975.0, 3978.0, 3957.0, 3979.0, 3958.0, 3958.0, 3960.0, 4016.0, 3994.0, 3990.0, 3978.0, 3956.0, 3944.0, 3901.0, 3932.0, 3915.0, 3945.0, 3973.0, 4004.0, 3992.0, 3968.0, 3945.0, 3911.0, 3941.0, 3943.0, 3976.0, 3953.0, 3963.0, 3922.0, 3909.0, 3920.0, 3898.0, 3917.0, 3883.0, 3915.0, 3874.0, 3935.0, 3886.0, 3936.0, 3896.0, 3936.0, 3896.0, 3915.0, 3895.0, 3886.0, 3915.0, 3895.0, 3907.0, 3896.0, 3896.0, 3909.0, 3930.0, 3899.0, 3952.0, 3922.0, 3900.0, 3919.0, 3899.0, 3919.0, 3911.0, 3931.0, 3913.0, 3912.0, 3924.0, 3913.0, 3944.0, 3925.0, 3967.0, 3980.0, 3989.0, 3979.0, 3968.0, 3936.0, 3916.0, 3935.0, 3926.0, 3944.0, 3913.0, 3943.0, 3926.0, 3936.0, 3926.0, 3939.0, 3969.0, 3971.0, 3981.0, 3936.0, 3965.0, 3913.0, 3944.0, 3946.0, 4000.0, 4002.0, 3992.0, 4002.0, 3979.0, 3988.0, 3945.0, 3944.0, 3911.0, 3897.0, 3898.0, 3888.0, 3912.0, 3935.0, 3991.0, 3980.0, 3989.0, 3977.0, 3975.0, 3953.0, 3929.0, 3887.0, 3908.0, 3877.0, 3945.0, 3940.0, 3992.0, 3949.0, 3934.0, 3912.0, 3837.0, 4015.0, 3949.0, 3937.0, 3925.0, 3949.0, 3897.0, 3863.0, 3872.0, 3862.0, 3859.0, 3860.0, 3848.0, 3869.0, 3848.0, 3869.0, 3848.0, 3880.0, 3860.0, 3879.0, 3860.0, 3878.0, 3858.0, 3847.0, 3869.0, 3848.0, 3879.0, 3860.0, 3878.0, 3871.0, 3890.0, 3872.0, 3872.0, 3873.0, 3861.0, 3908.0, 3901.0, 3951.0, 3955.0, 3977.0, 3931.0, 3977.0, 3956.0, 3904.0, 3943.0, 3924.0, 3904.0, 3913.0, 3947.0, 3979.0, 3948.0, 3949.0, 3990.0, 3939.0, 3889.0, 3896.0, 3939.0, 3976.0, 3966.0, 3964.0, 3961.0, 3976.0, 3963.0, 3960.0, 3940.0, 3937.0, 3937.0, 3926.0, 3913.0, 3894.0, 3880.0, 3872.0, 3860.0, 3871.0, 3857.0, 3925.0, 3885.0, 3947.0, 3915.0, 3861.0, 3903.0, 3875.0, 3915.0, 3873.0, 3902.0, 3861.0, 3879.0, 3860.0, 3868.0, 3858.0, 3859.0, 3869.0, 3861.0, 3904.0, 3872.0, 3915.0, 3905.0, 3937.0, 3916.0, 3935.0, 3872.0, 3859.0, 3869.0, 3847.0, 3870.0, 3860.0, 3894.0, 3886.0, 3939.0, 3919.0, 3938.0, 3896.0, 3928.0, 3898.0, 3862.0, 3795.0, 3914.0, 3905.0, 3863.0, 3901.0, 3863.0, 3928.0, 3943.0, 3949.0, 3897.0, 3875.0, 3908.0, 3864.0, 3903.0, 3886.0, 3940.0, 3954.0, 3952.0, 3962.0, 3941.0, 3918.0, 3917.0, 3887.0, 3918.0, 3887.0, 3915.0, 3872.0, 3864.0, 3894.0, 3873.0, 3861.0, 3871.0, 3861.0, 3904.0, 3861.0, 3900.0, 3848.0, 3888.0, 3847.0, 3888.0, 3856.0, 3886.0, 3845.0, 3876.0, 3845.0, 3864.0, 3846.0, 3845.0, 3837.0, 3861.0, 3870.0, 3860.0, 3869.0, 3862.0, 3872.0, 3875.0, 3872.0, 3849.0, 3870.0, 3861.0, 3882.0, 3873.0, 3916.0, 3943.0, 3965.0, 3945.0, 3963.0, 3912.0, 3934.0, 3913.0, 3893.0, 3921.0, 3877.0, 3912.0, 3889.0, 3900.0, 3899.0, 3901.0, 3920.0, 3900.0, 3942.0, 3933.0, 3953.0, 3954.0, 3941.0, 3951.0, 3939.0, 3949.0, 3928.0, 3938.0, 3918.0, 3927.0, 3886.0, 3906.0, 3885.0, 3904.0, 3887.0, 3915.0, 3939.0, 3949.0, 3976.0, 3963.0, 3975.0, 3953.0, 3962.0, 3931.0, 3952.0, 3900.0, 3919.0, 3891.0, 3900.0, 3913.0, 3944.0, 3944.0, 3915.0, 3932.0, 3891.0, 3869.0, 3889.0, 3879.0, 3920.0, 3888.0, 3895.0, 3886.0, 3874.0, 3908.0, 3896.0, 3904.0, 3851.0, 3880.0, 3851.0, 3925.0, 3905.0, 3925.0, 3861.0, 3892.0, 3859.0, 3880.0, 3869.0], 'WindowWidth': [8974.0, 8979.0, 8939.0, 8984.0, 8958.0, 8937.0, 8921.0, 8885.0, 8880.0, 8839.0, 8889.0, 8838.0, 8862.0, 8850.0, 8865.0, 8891.0, 8864.0, 8916.0, 8881.0, 8885.0, 8857.0, 8837.0, 8864.0, 8888.0, 8945.0, 8933.0, 8942.0, 8942.0, 8918.0, 8961.0, 8919.0, 8859.0, 8864.0, 8834.0, 8874.0, 8815.0, 8869.0, 8831.0, 8887.0, 8873.0, 8909.0, 8888.0, 8982.0, 8963.0, 8943.0, 8916.0, 8860.0, 8832.0, 8850.0, 8825.0, 8835.0, 8870.0, 8834.0, 8880.0, 8881.0, 8877.0, 8885.0, 8827.0, 8824.0, 8836.0, 8806.0, 8837.0, 8802.0, 8798.0, 8845.0, 8809.0, 8879.0, 8858.0, 8852.0, 8833.0, 8822.0, 8818.0, 8802.0, 8829.0, 8808.0, 8851.0, 8826.0, 8882.0, 8849.0, 8859.0, 8862.0, 8848.0, 8911.0, 8849.0, 8903.0, 8887.0, 8950.0, 8934.0, 8885.0, 8932.0, 8898.0, 8941.0, 8947.0, 8920.0, 8885.0, 8850.0, 8918.0, 8872.0, 8912.0, 8835.0, 8865.0, 8835.0, 8866.0, 8853.0, 8895.0, 8863.0, 8918.0, 8913.0, 8951.0, 8909.0, 8898.0, 8861.0, 8846.0, 8840.0, 8803.0, 8850.0, 8804.0, 8858.0, 8820.0, 8841.0, 8811.0, 8807.0, 8917.0, 8897.0, 8921.0, 8882.0, 8803.0, 8779.0, 8800.0, 8783.0, 8814.0, 8799.0, 8824.0, 8801.0, 8840.0, 8806.0, 8855.0, 8817.0, 8835.0, 8792.0, 8807.0, 8794.0, 8774.0, 8850.0, 8855.0, 8874.0, 8858.0, 8879.0, 8794.0, 8757.0, 8772.0, 8755.0, 8805.0, 8800.0, 8838.0, 8825.0, 8867.0, 8829.0, 8904.0, 8869.0, 8885.0, 8809.0, 8801.0, 8795.0, 8769.0, 8815.0, 8788.0, 8857.0, 8891.0, 8929.0, 8908.0, 8879.0, 8810.0, 8777.0, 8766.0, 8758.0, 8753.0, 8767.0, 8826.0, 8858.0, 8857.0, 8868.0, 8813.0, 8743.0, 8755.0, 8721.0, 8751.0, 8728.0, 8771.0, 8751.0, 8793.0, 8786.0, 8781.0, 8797.0, 8773.0, 8837.0, 8807.0, 8832.0, 8761.0, 8739.0, 8755.0, 8725.0, 8779.0, 8784.0, 8812.0, 8807.0, 8827.0, 8782.0, 8845.0, 8868.0, 8916.0, 8831.0, 8756.0, 8750.0, 8753.0, 8813.0, 8790.0, 8851.0, 8856.0, 8812.0, 8860.0, 8803.0, 8873.0, 8795.0, 8828.0, 8775.0, 8784.0, 8770.0, 8792.0, 8767.0, 8809.0, 8771.0, 8850.0, 8862.0, 8901.0, 8860.0, 8850.0, 8813.0, 8747.0, 8758.0, 8738.0, 8760.0, 8797.0, 8753.0, 8751.0, 8749.0, 8829.0, 8802.0, 8829.0, 8840.0, 8754.0, 8757.0, 8750.0, 8770.0, 8810.0, 8768.0, 8763.0, 8764.0, 8743.0, 8749.0, 8759.0, 8778.0, 8746.0, 8779.0, 8739.0, 8771.0, 8745.0, 8768.0, 8794.0, 8853.0, 8828.0, 8833.0, 8781.0, 8797.0, 8772.0, 8768.0, 8757.0, 8766.0, 8759.0, 8791.0, 8777.0, 8796.0, 8788.0, 8792.0, 8790.0, 8808.0, 8833.0, 8786.0, 8851.0, 8854.0, 8820.0, 8820.0, 8787.0, 8830.0, 8829.0, 8778.0, 8789.0, 8732.0, 8840.0, 8729.0, 8559.0, 8699.0, 8941.0, 8891.0, 8865.0, 8947.0, 8930.0, 8874.0, 8846.0, 8800.0, 8773.0, 8765.0, 8797.0, 8770.0, 8792.0, 8789.0, 8786.0, 8789.0, 8787.0, 8830.0, 8785.0, 8822.0, 8768.0, 8800.0, 8749.0, 8769.0, 8762.0, 8802.0, 8763.0, 8806.0, 8770.0, 8825.0, 8805.0, 8864.0, 8852.0, 8873.0, 8829.0, 8852.0, 8768.0, 8769.0, 8745.0, 8783.0, 8765.0, 8813.0, 8787.0, 8829.0, 8834.0, 8894.0, 8876.0, 8846.0, 8887.0, 8880.0, 8831.0, 8757.0, 8807.0, 8774.0, 8815.0, 8869.0, 8831.0, 8802.0, 8772.0, 8767.0, 8777.0, 8764.0, 8760.0, 8768.0, 8830.0, 8800.0, 8826.0, 8793.0, 8746.0, 8749.0, 8740.0, 8761.0, 8754.0, 8771.0, 8740.0, 8771.0, 8758.0, 8770.0, 8756.0, 8758.0, 8754.0, 8719.0, 8730.0, 8698.0, 8751.0, 8722.0, 8768.0, 8725.0, 8783.0, 8742.0, 8796.0, 8782.0, 8802.0, 8821.0, 8849.0, 8867.0, 8849.0, 8824.0, 8769.0, 8797.0, 8771.0, 8792.0, 8769.0, 8819.0, 8815.0, 8811.0, 8819.0, 8800.0, 8868.0, 8879.0, 8903.0, 8854.0, 8951.0, 8892.0, 8827.0, 8808.0, 8764.0, 8786.0, 8752.0, 8803.0, 8849.0, 8848.0, 8869.0, 8840.0, 8839.0, 8795.0, 8767.0, 8754.0, 8706.0, 8741.0, 8738.0, 8779.0, 8739.0, 8778.0, 8738.0, 8778.0, 8741.0, 8843.0, 8856.0, 8874.0, 8793.0, 8753.0, 8760.0, 8663.0, 8700.0, 8794.0, 8643.0, 8738.0, 8744.0, 8745.0, 8771.0, 8741.0, 8725.0, 8723.0, 8712.0, 8726.0, 8746.0, 8715.0, 8698.0, 8696.0, 8692.0, 8736.0, 8699.0, 8760.0, 8716.0, 8772.0, 8734.0, 8754.0, 8727.0, 8716.0, 8745.0, 8723.0, 8778.0, 8759.0, 8745.0, 8786.0, 8764.0, 8810.0, 8832.0, 8828.0, 8845.0, 8769.0, 8807.0, 8779.0, 8792.0, 8767.0, 8748.0, 8783.0, 8775.0, 8758.0, 8828.0, 8864.0, 8846.0, 8840.0, 8812.0, 8858.0, 8868.0, 8836.0, 8868.0, 8836.0, 8840.0, 8844.0, 8935.0, 8899.0, 8888.0, 8867.0, 8834.0, 8815.0, 8753.0, 8795.0, 8778.0, 8816.0, 8868.0, 8913.0, 8895.0, 8851.0, 8819.0, 8766.0, 8803.0, 8807.0, 8860.0, 8821.0, 8838.0, 8783.0, 8761.0, 8776.0, 8743.0, 8764.0, 8714.0, 8757.0, 8702.0, 8785.0, 8720.0, 8787.0, 8735.0, 8790.0, 8735.0, 8758.0, 8730.0, 8722.0, 8757.0, 8734.0, 8751.0, 8736.0, 8737.0, 8760.0, 8790.0, 8749.0, 8822.0, 8782.0, 8751.0, 8772.0, 8744.0, 8771.0, 8765.0, 8791.0, 8771.0, 8770.0, 8787.0, 8774.0, 8814.0, 8790.0, 8851.0, 8875.0, 8887.0, 8871.0, 8850.0, 8809.0, 8780.0, 8805.0, 8795.0, 8812.0, 8772.0, 8809.0, 8795.0, 8806.0, 8793.0, 8817.0, 8857.0, 8865.0, 8876.0, 8808.0, 8843.0, 8771.0, 8815.0, 8823.0, 8901.0, 8910.0, 8894.0, 8910.0, 8872.0, 8881.0, 8818.0, 8814.0, 8765.0, 8739.0, 8740.0, 8730.0, 8769.0, 8807.0, 8894.0, 8876.0, 8888.0, 8863.0, 8861.0, 8825.0, 8785.0, 8724.0, 8753.0, 8707.0, 8812.0, 8798.0, 8888.0, 8805.0, 8779.0, 8771.0, 8610.0, 8934.0, 8808.0, 8788.0, 8766.0, 8809.0, 8734.0, 8681.0, 8691.0, 8676.0, 8668.0, 8671.0, 8653.0, 8682.0, 8650.0, 8678.0, 8654.0, 8697.0, 8670.0, 8695.0, 8673.0, 8691.0, 8665.0, 8649.0, 8679.0, 8650.0, 8692.0, 8669.0, 8691.0, 8685.0, 8710.0, 8689.0, 8690.0, 8693.0, 8677.0, 8750.0, 8747.0, 8816.0, 8828.0, 8862.0, 8783.0, 8866.0, 8829.0, 8759.0, 8809.0, 8784.0, 8754.0, 8766.0, 8820.0, 8871.0, 8826.0, 8829.0, 8884.0, 8815.0, 8726.0, 8732.0, 8798.0, 8861.0, 8845.0, 8836.0, 8828.0, 8858.0, 8833.0, 8825.0, 8797.0, 8789.0, 8786.0, 8769.0, 8748.0, 8720.0, 8698.0, 8692.0, 8673.0, 8687.0, 8665.0, 8767.0, 8714.0, 8802.0, 8756.0, 8676.0, 8734.0, 8702.0, 8752.0, 8695.0, 8731.0, 8676.0, 8694.0, 8672.0, 8679.0, 8668.0, 8670.0, 8682.0, 8675.0, 8737.0, 8691.0, 8752.0, 8740.0, 8786.0, 8759.0, 8781.0, 8692.0, 8669.0, 8683.0, 8651.0, 8685.0, 8671.0, 8723.0, 8717.0, 8798.0, 8767.0, 8791.0, 8732.0, 8778.0, 8742.0, 8673.0, 8546.0, 8766.0, 8738.0, 8679.0, 8725.0, 8679.0, 8774.0, 8806.0, 8807.0, 8734.0, 8701.0, 8746.0, 8681.0, 8732.0, 8719.0, 8796.0, 8825.0, 8817.0, 8830.0, 8796.0, 8759.0, 8756.0, 8719.0, 8760.0, 8714.0, 8747.0, 8686.0, 8683.0, 8721.0, 8688.0, 8669.0, 8684.0, 8674.0, 8733.0, 8674.0, 8723.0, 8649.0, 8701.0, 8647.0, 8702.0, 8658.0, 8695.0, 8642.0, 8682.0, 8642.0, 8665.0, 8645.0, 8640.0, 8634.0, 8678.0, 8686.0, 8672.0, 8683.0, 8678.0, 8693.0, 8701.0, 8691.0, 8656.0, 8684.0, 8675.0, 8704.0, 8697.0, 8756.0, 8806.0, 8843.0, 8813.0, 8834.0, 8762.0, 8795.0, 8768.0, 8742.0, 8774.0, 8707.0, 8763.0, 8730.0, 8744.0, 8744.0, 8748.0, 8773.0, 8745.0, 8803.0, 8791.0, 8816.0, 8823.0, 8798.0, 8812.0, 8793.0, 8806.0, 8776.0, 8789.0, 8762.0, 8773.0, 8717.0, 8742.0, 8715.0, 8736.0, 8721.0, 8755.0, 8792.0, 8809.0, 8861.0, 8837.0, 8857.0, 8819.0, 8832.0, 8788.0, 8816.0, 8744.0, 8767.0, 8734.0, 8745.0, 8770.0, 8808.0, 8810.0, 8772.0, 8788.0, 8731.0, 8702.0, 8726.0, 8712.0, 8768.0, 8721.0, 8725.0, 8712.0, 8694.0, 8746.0, 8726.0, 8732.0, 8659.0, 8695.0, 8660.0, 8762.0, 8735.0, 8760.0, 8673.0, 8711.0, 8666.0, 8693.0, 8680.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.0063630080367393805</td></tr>
<tr><td colspan=3>aqi</td><td>0.16474818082663606</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.39591763398854</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9904406251034479</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9287873981034496</td></tr>
<tr><td colspan=3>efc</td><td>0.4528</td></tr>
<tr><td colspan=3>fber</td><td>6055.6694</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.4343787274118134</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>502</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>57.63490241102181</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9318736415411295</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6601321183956896</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1458367431792253</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9896520630484735</td></tr>
<tr><td colspan=3>gcor</td><td>0.0177829</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010164415463805199</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02962660975754261</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9987270150215535</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.1348</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.7833</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.5523</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306535.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>591.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>237.6527</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9224</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.8677</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3149.0101</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3374.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1101.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.7625</td></tr>
<tr><td colspan=3>tsnr</td><td>16.542083966487553</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>