ds005256-mriqc/sub-0093_ses-03_task-social_acq-mb8_run-05_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-05_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-05_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-05_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-05_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-05_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_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-05_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-05_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_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-05_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-05_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_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-05_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-05_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_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-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-05_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-05_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-05_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-05_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>b3b2dc3b21f2818067c5fc5836a57b2c</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:05:21.542500</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-05_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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</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.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.949</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>36c8d8a1-1a33-4fc2-abbf-6b2a628488b5||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': ['200521.542500', '200522.002500', '200522.462500', '200522.922500', '200523.382500', '200523.842500', '200524.302500', '200524.762500', '200525.222500', '200525.682500', '200526.142500', '200526.602500', '200527.062500', '200527.522500', '200527.982500', '200528.442500', '200528.902500', '200529.362500', '200529.822500', '200530.282500', '200530.742500', '200531.202500', '200531.662500', '200532.122500', '200532.582500', '200533.042500', '200533.502500', '200533.962500', '200534.422500', '200534.882500', '200535.342500', '200535.802500', '200536.262500', '200536.722500', '200537.182500', '200537.642500', '200538.102500', '200538.562500', '200539.022500', '200539.482500', '200539.942500', '200540.402500', '200540.862500', '200541.322500', '200541.782500', '200542.242500', '200542.702500', '200543.162500', '200543.622500', '200544.082500', '200544.542500', '200545.002500', '200545.462500', '200545.922500', '200546.382500', '200546.842500', '200547.302500', '200547.762500', '200548.222500', '200548.682500', '200549.142500', '200549.602500', '200550.062500', '200550.522500', '200550.982500', '200551.442500', '200551.902500', '200552.362500', '200552.822500', '200553.282500', '200553.742500', '200554.202500', '200554.662500', '200555.122500', '200555.582500', '200556.042500', '200556.502500', '200556.962500', '200557.422500', '200557.882500', '200558.342500', '200558.802500', '200559.262500', '200559.722500', '200600.182500', '200600.642500', '200601.102500', '200601.562500', '200602.022500', '200602.482500', '200602.942500', '200603.402500', '200603.862500', '200604.322500', '200604.782500', '200605.242500', '200605.702500', '200606.162500', '200606.622500', '200607.082500', '200607.542500', '200608.002500', '200608.462500', '200608.922500', '200609.382500', '200609.842500', '200610.302500', '200610.762500', '200611.222500', '200611.682500', '200612.142500', '200612.602500', '200613.062500', '200613.522500', '200613.982500', '200614.442500', '200614.902500', '200615.362500', '200615.822500', '200616.282500', '200616.742500', '200617.202500', '200617.662500', '200618.122500', '200618.582500', '200619.042500', '200619.502500', '200619.962500', '200620.422500', '200620.882500', '200621.342500', '200621.802500', '200622.262500', '200622.722500', '200623.182500', '200623.642500', '200624.102500', '200624.562500', '200625.022500', '200625.482500', '200625.942500', '200626.402500', '200626.862500', '200627.322500', '200627.782500', '200628.242500', '200628.702500', '200629.162500', '200629.622500', '200630.082500', '200630.542500', '200631.002500', '200631.462500', '200631.922500', '200632.382500', '200632.842500', '200633.302500', '200633.762500', '200634.222500', '200634.682500', '200635.142500', '200635.602500', '200636.062500', '200636.522500', '200636.982500', '200637.442500', '200637.902500', '200638.362500', '200638.822500', '200639.282500', '200639.742500', '200640.202500', '200640.662500', '200641.122500', '200641.582500', '200642.042500', '200642.502500', '200642.962500', '200643.422500', '200643.882500', '200644.342500', '200644.802500', '200645.262500', '200645.722500', '200646.182500', '200646.642500', '200647.102500', '200647.562500', '200648.022500', '200648.482500', '200648.942500', '200649.402500', '200649.862500', '200650.322500', '200650.782500', '200651.242500', '200651.702500', '200652.162500', '200652.622500', '200653.082500', '200653.542500', '200654.002500', '200654.462500', '200654.922500', '200655.382500', '200655.842500', '200656.302500', '200656.762500', '200657.222500', '200657.682500', '200658.142500', '200658.602500', '200659.062500', '200659.522500', '200659.982500', '200700.442500', '200700.902500', '200701.362500', '200701.822500', '200702.282500', '200702.742500', '200703.202500', '200703.662500', '200704.122500', '200704.582500', '200705.042500', '200705.502500', '200705.962500', '200706.422500', '200706.882500', '200707.342500', '200707.802500', '200708.262500', '200708.722500', '200709.182500', '200709.642500', '200710.102500', '200710.562500', '200711.022500', '200711.482500', '200711.942500', '200712.402500', '200712.862500', '200713.322500', '200713.782500', '200714.242500', '200714.702500', '200715.162500', '200715.622500', '200716.082500', '200716.542500', '200717.002500', '200717.462500', '200717.922500', '200718.382500', '200718.842500', '200719.302500', '200719.762500', '200720.222500', '200720.682500', '200721.142500', '200721.602500', '200722.062500', '200722.522500', '200722.982500', '200723.442500', '200723.902500', '200724.362500', '200724.822500', '200725.282500', '200725.742500', '200726.202500', '200726.662500', '200727.122500', '200727.582500', '200728.042500', '200728.502500', '200728.962500', '200729.422500', '200729.882500', '200730.342500', '200730.802500', '200731.262500', '200731.722500', '200732.182500', '200732.642500', '200733.102500', '200733.562500', '200734.022500', '200734.482500', '200734.942500', '200735.402500', '200735.862500', '200736.322500', '200736.782500', '200737.242500', '200737.702500', '200738.162500', '200738.622500', '200739.082500', '200739.542500', '200740.002500', '200740.462500', '200740.922500', '200741.382500', '200741.842500', '200742.302500', '200742.762500', '200743.222500', '200743.682500', '200744.142500', '200744.602500', '200745.062500', '200745.522500', '200745.982500', '200746.442500', '200746.902500', '200747.362500', '200747.822500', '200748.282500', '200748.742500', '200749.202500', '200749.662500', '200750.122500', '200750.582500', '200751.042500', '200751.502500', '200751.962500', '200752.422500', '200752.882500', '200753.342500', '200753.802500', '200754.262500', '200754.722500', '200755.182500', '200755.642500', '200756.102500', '200756.562500', '200757.022500', '200757.482500', '200757.942500', '200758.402500', '200758.862500', '200759.322500', '200759.782500', '200800.242500', '200800.702500', '200801.162500', '200801.622500', '200802.082500', '200802.542500', '200803.002500', '200803.462500', '200803.922500', '200804.382500', '200804.842500', '200805.302500', '200805.762500', '200806.222500', '200806.682500', '200807.142500', '200807.602500', '200808.062500', '200808.522500', '200808.982500', '200809.442500', '200809.902500', '200810.362500', '200810.822500', '200811.282500', '200811.742500', '200812.202500', '200812.662500', '200813.122500', '200813.582500', '200814.042500', '200814.502500', '200814.962500', '200815.422500', '200815.882500', '200816.342500', '200816.802500', '200817.262500', '200817.722500', '200818.182500', '200818.642500', '200819.102500', '200819.562500', '200820.022500', '200820.482500', '200820.942500', '200821.402500', '200821.862500', '200822.322500', '200822.782500', '200823.242500', '200823.702500', '200824.162500', '200824.622500', '200825.082500', '200825.542500', '200826.002500', '200826.462500', '200826.922500', '200827.382500', '200827.842500', '200828.302500', '200828.762500', '200829.222500', '200829.682500', '200830.142500', '200830.602500', '200831.062500', '200831.522500', '200831.982500', '200832.442500', '200832.902500', '200833.362500', '200833.822500', '200834.282500', '200834.742500', '200835.202500', '200835.662500', '200836.122500', '200836.582500', '200837.042500', '200837.502500', '200837.962500', '200838.422500', '200838.882500', '200839.342500', '200839.802500', '200840.262500', '200840.722500', '200841.182500', '200841.642500', '200842.102500', '200842.562500', '200843.022500', '200843.482500', '200843.942500', '200844.402500', '200844.862500', '200845.322500', '200845.782500', '200846.242500', '200846.702500', '200847.162500', '200847.622500', '200848.082500', '200848.542500', '200849.002500', '200849.462500', '200849.922500', '200850.382500', '200850.842500', '200851.302500', '200851.762500', '200852.222500', '200852.682500', '200853.142500', '200853.602500', '200854.062500', '200854.522500', '200854.982500', '200855.442500', '200855.902500', '200856.362500', '200856.822500', '200857.282500', '200857.742500', '200858.202500', '200858.662500', '200859.122500', '200859.582500', '200900.042500', '200900.502500', '200900.962500', '200901.422500', '200901.882500', '200902.342500', '200902.802500', '200903.262500', '200903.722500', '200904.182500', '200904.642500', '200905.102500', '200905.562500', '200906.022500', '200906.482500', '200906.942500', '200907.402500', '200907.862500', '200908.322500', '200908.782500', '200909.242500', '200909.702500', '200910.162500', '200910.622500', '200911.082500', '200911.542500', '200912.002500', '200912.462500', '200912.922500', '200913.382500', '200913.842500', '200914.302500', '200914.762500', '200915.222500', '200915.682500', '200916.142500', '200916.602500', '200917.062500', '200917.522500', '200917.982500', '200918.442500', '200918.902500', '200919.362500', '200919.822500', '200920.282500', '200920.742500', '200921.202500', '200921.662500', '200922.122500', '200922.582500', '200923.042500', '200923.502500', '200923.962500', '200924.422500', '200924.882500', '200925.342500', '200925.802500', '200926.262500', '200926.722500', '200927.182500', '200927.642500', '200928.102500', '200928.562500', '200929.022500', '200929.482500', '200929.942500', '200930.402500', '200930.862500', '200931.322500', '200931.782500', '200932.242500', '200932.702500', '200933.162500', '200933.622500', '200934.082500', '200934.542500', '200935.002500', '200935.462500', '200935.922500', '200936.382500', '200936.842500', '200937.302500', '200937.762500', '200938.222500', '200938.682500', '200939.142500', '200939.602500', '200940.062500', '200940.522500', '200940.982500', '200941.442500', '200941.902500', '200942.362500', '200942.822500', '200943.282500', '200943.742500', '200944.202500', '200944.662500', '200945.122500', '200945.582500', '200946.042500', '200946.502500', '200946.962500', '200947.422500', '200947.882500', '200948.342500', '200948.802500', '200949.262500', '200949.722500', '200950.182500', '200950.642500', '200951.102500', '200951.562500', '200952.022500', '200952.482500', '200952.942500', '200953.402500', '200953.862500', '200954.322500', '200954.782500', '200955.242500', '200955.702500', '200956.162500', '200956.622500', '200957.082500', '200957.542500', '200958.002500', '200958.462500', '200958.922500', '200959.382500', '200959.842500', '201000.302500', '201000.762500', '201001.222500', '201001.682500', '201002.142500', '201002.602500', '201003.062500', '201003.522500', '201003.982500', '201004.442500', '201004.902500', '201005.362500', '201005.822500', '201006.282500', '201006.742500', '201007.202500', '201007.662500', '201008.122500', '201008.582500', '201009.042500', '201009.502500', '201009.962500', '201010.422500', '201010.882500', '201011.342500', '201011.802500', '201012.262500', '201012.722500', '201013.182500', '201013.642500', '201014.102500', '201014.562500', '201015.022500', '201015.482500', '201015.942500', '201016.402500', '201016.862500', '201017.322500', '201017.782500', '201018.242500', '201018.702500', '201019.162500', '201019.622500', '201020.082500', '201020.542500', '201021.002500', '201021.462500', '201021.922500', '201022.382500', '201022.842500', '201023.302500', '201023.762500', '201024.222500', '201024.682500', '201025.142500', '201025.602500', '201026.062500', '201026.522500', '201026.982500', '201027.442500', '201027.902500', '201028.362500', '201028.822500', '201029.282500', '201029.742500', '201030.202500', '201030.662500', '201031.122500', '201031.582500', '201032.042500', '201032.502500', '201032.962500', '201033.422500', '201033.882500', '201034.342500', '201034.802500', '201035.262500', '201035.722500', '201036.182500', '201036.642500', '201037.102500', '201037.562500', '201038.022500', '201038.482500', '201038.942500', '201039.402500', '201039.862500', '201040.322500', '201040.782500', '201041.242500', '201041.702500', '201042.162500', '201042.622500', '201043.082500', '201043.542500', '201044.002500', '201044.462500', '201044.922500', '201045.382500', '201045.842500', '201046.302500', '201046.762500', '201047.222500', '201047.682500', '201048.142500', '201048.602500', '201049.062500', '201049.522500', '201049.982500', '201050.442500', '201050.902500', '201051.362500', '201051.822500', '201052.282500', '201052.742500', '201053.202500', '201053.662500', '201054.122500', '201054.582500', '201055.042500', '201055.502500', '201055.962500', '201056.422500', '201056.882500', '201057.342500', '201057.802500', '201058.262500', '201058.722500', '201059.182500', '201059.642500', '201100.102500', '201100.562500', '201101.022500', '201101.482500', '201101.942500', '201102.402500', '201102.862500', '201103.322500', '201103.782500', '201104.242500', '201104.702500', '201105.162500', '201105.622500', '201106.082500', '201106.542500', '201107.002500', '201107.462500', '201107.922500', '201108.382500', '201108.842500', '201109.302500', '201109.762500', '201110.222500', '201110.682500', '201111.142500', '201111.602500', '201112.062500', '201112.522500', '201112.982500', '201113.442500', '201113.902500', '201114.362500', '201114.822500', '201115.282500', '201115.742500', '201116.202500', '201116.662500', '201117.122500', '201117.582500', '201118.042500', '201118.502500', '201118.962500', '201119.422500', '201119.882500', '201120.342500', '201120.802500', '201121.262500', '201121.722500', '201122.182500', '201122.642500', '201123.102500', '201123.562500', '201124.022500', '201124.482500', '201124.942500', '201125.402500', '201125.862500', '201126.322500', '201126.782500', '201127.242500', '201127.702500', '201128.162500', '201128.622500', '201129.082500', '201129.542500', '201130.002500', '201130.462500', '201130.922500', '201131.382500', '201131.842500', '201132.302500', '201132.762500', '201133.222500', '201133.682500', '201134.142500', '201134.602500', '201135.062500', '201135.522500', '201135.982500', '201136.442500', '201136.902500', '201137.362500', '201137.822500', '201138.282500', '201138.742500', '201139.202500', '201139.662500', '201140.122500', '201140.582500', '201141.042500', '201141.502500', '201141.962500', '201142.422500', '201142.882500', '201143.342500', '201143.802500', '201144.262500', '201144.722500', '201145.182500', '201145.642500', '201146.102500', '201146.562500', '201147.022500', '201147.482500', '201147.942500', '201148.402500', '201148.862500', '201149.322500', '201149.782500', '201150.242500', '201150.702500', '201151.162500', '201151.622500', '201152.082500', '201152.542500', '201153.002500', '201153.462500', '201153.922500', '201154.382500', '201154.842500', '201155.302500', '201155.762500', '201156.222500', '201156.682500', '201157.142500', '201157.602500', '201158.062500', '201158.522500', '201158.982500', '201159.442500', '201159.902500', '201200.362500', '201200.822500', '201201.282500', '201201.742500', '201202.202500'], 'ContentTime': ['200538.175000', '200538.179000', '200538.181000', '200538.184000', '200538.187000', '200538.190000', '200538.197000', '200538.200000', '200538.203000', '200538.205000', '200538.208000', '200538.210000', '200538.213000', '200538.216000', '200538.218000', '200538.221000', '200538.227000', '200538.229000', '200538.232000', '200538.235000', '200538.237000', '200538.240000', '200538.243000', '200538.245000', '200538.248000', '200538.256000', '200538.259000', '200538.261000', '200538.264000', '200538.267000', '200538.269000', '200538.272000', '200538.274000', '200558.124000', '200558.127000', '200558.130000', '200558.132000', '200558.135000', '200558.138000', '200558.140000', '200558.143000', '200558.145000', '200558.148000', '200558.151000', '200558.153000', '200558.156000', '200558.158000', '200558.161000', '200558.164000', '200558.166000', '200558.169000', '200558.172000', '200558.178000', '200558.181000', '200558.184000', '200558.186000', '200558.189000', '200558.192000', '200558.194000', '200558.197000', '200558.199000', '200558.202000', '200558.205000', '200558.207000', '200558.210000', '200558.212000', '200558.215000', '200558.218000', '200558.220000', '200558.223000', '200558.225000', '200558.228000', '200558.231000', '200558.234000', '200558.237000', '200558.240000', '200618.124000', '200618.127000', '200618.130000', '200618.132000', '200618.135000', '200618.138000', '200618.140000', '200618.143000', '200618.145000', '200618.148000', '200618.150000', '200618.153000', '200618.155000', '200618.158000', '200618.161000', '200618.163000', '200618.166000', '200618.168000', '200618.186000', '200618.188000', '200618.191000', '200618.194000', '200618.196000', '200618.199000', '200618.201000', '200618.204000', '200618.207000', '200618.209000', '200618.212000', '200618.214000', '200618.217000', '200618.219000', '200618.222000', '200618.225000', '200618.227000', '200618.230000', '200618.232000', '200618.235000', '200618.238000', '200618.240000', '200618.243000', '200618.245000', '200618.248000', '200638.124000', '200638.127000', '200638.130000', '200638.132000', '200638.136000', '200638.138000', '200638.141000', '200638.143000', '200638.146000', '200638.149000', '200638.151000', '200638.154000', '200638.157000', '200638.159000', '200638.162000', '200638.164000', '200638.167000', '200638.170000', '200638.172000', '200638.175000', '200638.177000', '200638.180000', '200638.183000', '200638.185000', '200638.188000', '200638.191000', '200638.193000', '200638.196000', '200638.198000', '200638.201000', '200638.203000', '200638.206000', '200638.209000', '200638.211000', '200638.214000', '200638.216000', '200638.219000', '200638.222000', '200638.224000', '200638.227000', '200638.229000', '200638.232000', '200638.240000', '200638.243000', '200658.124000', '200658.127000', '200658.130000', '200658.132000', '200658.135000', '200658.138000', '200658.141000', '200658.143000', '200658.146000', '200658.149000', '200658.151000', '200658.154000', '200658.157000', '200658.159000', '200658.162000', '200658.165000', '200658.167000', '200658.170000', '200658.172000', '200658.175000', '200658.178000', '200658.181000', '200658.183000', '200658.186000', '200658.189000', '200658.191000', '200658.194000', '200658.196000', '200658.199000', '200658.202000', '200658.204000', '200658.207000', '200658.209000', '200658.212000', '200658.215000', '200658.217000', '200658.220000', '200658.222000', '200658.225000', '200658.228000', '200658.230000', '200658.233000', '200658.235000', '200658.238000', '200718.123000', '200718.126000', '200718.130000', '200718.132000', '200718.135000', '200718.138000', '200718.141000', '200718.143000', '200718.146000', '200718.148000', '200718.151000', '200718.154000', '200718.156000', '200718.159000', '200718.161000', '200718.164000', '200718.167000', '200718.169000', '200718.172000', '200718.175000', '200718.177000', '200718.180000', '200718.183000', '200718.185000', '200718.188000', '200718.190000', '200718.193000', '200718.196000', '200718.198000', '200718.201000', '200718.203000', '200718.206000', '200718.209000', '200718.225000', '200718.228000', '200718.230000', '200718.233000', '200718.235000', '200718.238000', '200718.241000', '200718.243000', '200718.246000', '200718.248000', '200738.125000', '200738.128000', '200738.130000', '200738.133000', '200738.136000', '200738.138000', '200738.141000', '200738.143000', '200738.146000', '200738.149000', '200738.151000', '200738.154000', '200738.157000', '200738.159000', '200738.162000', '200738.165000', '200738.167000', '200738.170000', '200738.173000', '200738.175000', '200738.178000', '200738.181000', '200738.183000', '200738.186000', '200738.188000', '200738.191000', '200738.194000', '200738.196000', '200738.199000', '200738.201000', '200738.204000', '200738.207000', '200738.209000', '200738.212000', '200738.214000', '200738.217000', '200738.220000', '200738.222000', '200738.225000', '200738.227000', '200738.230000', '200738.232000', '200738.235000', '200738.238000', '200758.125000', '200758.128000', '200758.130000', '200758.133000', '200758.136000', '200758.138000', '200758.141000', '200758.144000', '200758.146000', '200758.149000', '200758.152000', '200758.154000', '200758.157000', '200758.159000', '200758.162000', '200758.165000', '200758.167000', '200758.170000', '200758.173000', '200758.175000', '200758.178000', '200758.181000', '200758.183000', '200758.186000', '200758.189000', '200758.191000', '200758.194000', '200758.196000', '200758.199000', '200758.202000', '200758.204000', '200758.207000', '200758.210000', '200758.212000', '200758.215000', '200758.218000', '200758.220000', '200758.223000', '200758.225000', '200758.228000', '200758.231000', '200758.233000', '200758.236000', '200818.125000', '200818.127000', '200818.130000', '200818.133000', '200818.135000', '200818.138000', '200818.140000', '200818.143000', '200818.146000', '200818.148000', '200818.151000', '200818.154000', '200818.156000', '200818.159000', '200818.161000', '200818.164000', '200818.167000', '200818.169000', '200818.172000', '200818.175000', '200818.177000', '200818.180000', '200818.183000', '200818.185000', '200818.188000', '200818.190000', '200818.193000', '200818.196000', '200818.198000', '200818.201000', '200818.203000', '200818.206000', '200818.209000', '200818.211000', '200818.214000', '200818.216000', '200818.219000', '200818.222000', '200818.224000', '200818.227000', '200818.229000', '200818.232000', '200818.234000', '200818.237000', '200838.125000', '200838.128000', '200838.130000', '200838.133000', '200838.136000', '200838.138000', '200838.141000', '200838.143000', '200838.146000', '200838.149000', '200838.151000', '200838.154000', '200838.157000', '200838.159000', '200838.162000', '200838.164000', '200838.167000', '200838.170000', '200838.172000', '200838.175000', '200838.177000', '200838.180000', '200838.182000', '200838.185000', '200838.188000', '200838.190000', '200838.193000', '200838.195000', '200838.198000', '200838.201000', '200838.203000', '200838.206000', '200838.208000', '200838.211000', '200838.213000', '200838.216000', '200838.219000', '200838.221000', '200838.224000', '200838.226000', '200838.229000', '200838.231000', '200838.234000', '200858.124000', '200858.127000', '200858.130000', '200858.132000', '200858.135000', '200858.138000', '200858.140000', '200858.143000', '200858.145000', '200858.148000', '200858.150000', '200858.153000', '200858.156000', '200858.158000', '200858.162000', '200858.165000', '200858.168000', '200858.170000', '200858.173000', '200858.176000', '200858.178000', '200858.181000', '200858.184000', '200858.186000', '200858.189000', '200858.192000', '200858.194000', '200858.197000', '200858.199000', '200858.223000', '200858.226000', '200858.228000', '200858.231000', '200858.234000', '200858.236000', '200858.239000', '200858.241000', '200858.244000', '200858.247000', '200858.249000', '200858.252000', '200858.254000', '200858.257000', '200918.124000', '200918.126000', '200918.129000', '200918.132000', '200918.134000', '200918.137000', '200918.140000', '200918.142000', '200918.145000', '200918.148000', '200918.151000', '200918.153000', '200918.156000', '200918.159000', '200918.161000', '200918.164000', '200918.167000', '200918.169000', '200918.172000', '200918.174000', '200918.177000', '200918.180000', '200918.182000', '200918.185000', '200918.188000', '200918.190000', '200918.193000', '200918.195000', '200918.198000', '200918.201000', '200918.203000', '200918.206000', '200918.209000', '200918.211000', '200918.214000', '200918.216000', '200918.219000', '200918.222000', '200918.224000', '200918.227000', '200918.230000', '200918.232000', '200918.235000', '200918.238000', '200938.124000', '200938.127000', '200938.130000', '200938.133000', '200938.135000', '200938.138000', '200938.140000', '200938.143000', '200938.145000', '200938.148000', '200938.151000', '200938.153000', '200938.156000', '200938.159000', '200938.161000', '200938.164000', '200938.167000', '200938.169000', '200938.172000', '200938.175000', '200938.177000', '200938.180000', '200938.182000', '200938.185000', '200938.188000', '200938.190000', '200938.193000', '200938.196000', '200938.198000', '200938.201000', '200938.204000', '200938.207000', '200938.210000', '200938.215000', '200938.218000', '200938.220000', '200938.223000', '200938.225000', '200938.228000', '200938.231000', '200938.234000', '200938.237000', '200938.239000', '200958.125000', '200958.127000', '200958.130000', '200958.133000', '200958.135000', '200958.138000', '200958.140000', '200958.143000', '200958.146000', '200958.148000', '200958.151000', '200958.154000', '200958.156000', '200958.159000', '200958.162000', '200958.165000', '200958.167000', '200958.170000', '200958.172000', '200958.175000', '200958.178000', '200958.180000', '200958.183000', '200958.185000', '200958.188000', '200958.191000', '200958.193000', '200958.196000', '200958.199000', '200958.201000', '200958.204000', '200958.206000', '200958.209000', '200958.211000', '200958.214000', '200958.217000', '200958.219000', '200958.222000', '200958.224000', '200958.227000', '200958.229000', '200958.232000', '200958.235000', '200958.237000', '201018.125000', '201018.128000', '201018.130000', '201018.133000', '201018.136000', '201018.139000', '201018.142000', '201018.145000', '201018.148000', '201018.150000', '201018.153000', '201018.156000', '201018.158000', '201018.161000', '201018.164000', '201018.166000', '201018.169000', '201018.172000', '201018.174000', '201018.177000', '201018.180000', '201018.182000', '201018.185000', '201018.187000', '201018.190000', '201018.193000', '201018.195000', '201018.198000', '201018.201000', '201018.204000', '201018.207000', '201018.210000', '201018.212000', '201018.215000', '201018.218000', '201018.220000', '201018.223000', '201018.225000', '201018.228000', '201018.231000', '201018.234000', '201018.236000', '201018.239000', '201038.125000', '201038.127000', '201038.130000', '201038.133000', '201038.136000', '201038.138000', '201038.141000', '201038.144000', '201038.146000', '201038.149000', '201038.152000', '201038.154000', '201038.157000', '201038.160000', '201038.162000', '201038.165000', '201038.168000', '201038.170000', '201038.173000', '201038.176000', '201038.178000', '201038.181000', '201038.184000', '201038.186000', '201038.189000', '201038.192000', '201038.194000', '201038.197000', '201038.200000', '201038.202000', '201038.205000', '201038.208000', '201038.210000', '201038.213000', '201038.216000', '201038.218000', '201038.221000', '201038.224000', '201038.226000', '201038.229000', '201038.232000', '201038.234000', '201038.242000', '201038.245000', '201058.125000', '201058.127000', '201058.130000', '201058.133000', '201058.136000', '201058.138000', '201058.141000', '201058.143000', '201058.146000', '201058.149000', '201058.151000', '201058.154000', '201058.157000', '201058.159000', '201058.163000', '201058.166000', '201058.169000', '201058.171000', '201058.175000', '201058.177000', '201058.180000', '201058.182000', '201058.185000', '201058.188000', '201058.191000', '201058.193000', '201058.196000', '201058.199000', '201058.201000', '201058.204000', '201058.207000', '201058.209000', '201058.212000', '201058.214000', '201058.217000', '201058.220000', '201058.223000', '201058.225000', '201058.228000', '201058.231000', '201058.233000', '201058.236000', '201058.239000', '201118.124000', '201118.127000', '201118.130000', '201118.133000', '201118.135000', '201118.138000', '201118.140000', '201118.143000', '201118.146000', '201118.148000', '201118.151000', '201118.153000', '201118.156000', '201118.159000', '201118.161000', '201118.164000', '201118.166000', '201118.169000', '201118.171000', '201118.174000', '201118.177000', '201118.179000', '201118.182000', '201118.184000', '201118.187000', '201118.190000', '201118.194000', '201118.196000', '201118.199000', '201118.202000', '201118.204000', '201118.207000', '201118.209000', '201118.212000', '201118.215000', '201118.217000', '201118.220000', '201118.222000', '201118.225000', '201118.228000', '201118.230000', '201118.233000', '201118.235000', '201118.238000', '201138.123000', '201138.126000', '201138.129000', '201138.132000', '201138.134000', '201138.137000', '201138.139000', '201138.142000', '201138.145000', '201138.147000', '201138.150000', '201138.153000', '201138.155000', '201138.158000', '201138.161000', '201138.164000', '201138.166000', '201138.169000', '201138.171000', '201138.174000', '201138.177000', '201138.180000', '201138.182000', '201138.185000', '201138.188000', '201138.191000', '201138.194000', '201138.197000', '201138.199000', '201138.202000', '201138.205000', '201138.207000', '201138.210000', '201138.213000', '201138.215000', '201138.218000', '201138.221000', '201138.223000', '201138.226000', '201138.228000', '201138.231000', '201138.234000', '201138.236000', '201158.125000', '201158.127000', '201158.130000', '201158.133000', '201158.136000', '201158.138000', '201158.141000', '201158.149000', '201158.153000', '201158.155000', '201158.158000', '201158.160000', '201158.163000', '201158.166000', '201158.168000', '201158.171000', '201158.174000', '201158.176000', '201158.179000', '201158.181000', '201158.184000', '201158.187000', '201158.190000', '201158.192000', '201158.195000', '201158.198000', '201158.200000', '201158.203000', '201158.206000', '201158.208000', '201158.211000', '201158.214000', '201158.216000', '201158.219000', '201158.221000', '201158.224000', '201158.227000', '201158.230000', '201158.233000', '201158.235000', '201158.238000', '201158.240000', '201158.243000', '201158.246000', '201203.942000', '201203.945000', '201203.948000', '201203.950000', '201203.953000', '201203.956000', '201203.959000', '201203.962000', '201203.965000', '201203.967000', '201203.971000', '201203.974000', '201203.977000'], 'InstanceCreationTime': ['200538.175000', '200538.179000', '200538.181000', '200538.184000', '200538.187000', '200538.190000', '200538.197000', '200538.200000', '200538.203000', '200538.205000', '200538.208000', '200538.210000', '200538.213000', '200538.216000', '200538.218000', '200538.221000', '200538.227000', '200538.229000', '200538.232000', '200538.235000', '200538.237000', '200538.240000', '200538.243000', '200538.245000', '200538.248000', '200538.256000', '200538.259000', '200538.261000', '200538.264000', '200538.267000', '200538.269000', '200538.272000', '200538.274000', '200558.124000', '200558.127000', '200558.130000', '200558.132000', '200558.135000', '200558.138000', '200558.140000', '200558.143000', '200558.145000', '200558.148000', '200558.151000', '200558.153000', '200558.156000', '200558.158000', '200558.161000', '200558.164000', '200558.166000', '200558.169000', '200558.172000', '200558.178000', '200558.181000', '200558.184000', '200558.186000', '200558.189000', '200558.192000', '200558.194000', '200558.197000', '200558.199000', '200558.202000', '200558.205000', '200558.207000', '200558.210000', '200558.212000', '200558.215000', '200558.218000', '200558.220000', '200558.223000', '200558.225000', '200558.228000', '200558.231000', '200558.234000', '200558.237000', '200558.240000', '200618.124000', '200618.127000', '200618.130000', '200618.132000', '200618.135000', '200618.138000', '200618.140000', '200618.143000', '200618.145000', '200618.148000', '200618.150000', '200618.153000', '200618.155000', '200618.158000', '200618.161000', '200618.163000', '200618.166000', '200618.168000', '200618.186000', '200618.188000', '200618.191000', '200618.194000', '200618.196000', '200618.199000', '200618.201000', '200618.204000', '200618.207000', '200618.209000', '200618.212000', '200618.214000', '200618.217000', '200618.219000', '200618.222000', '200618.225000', '200618.227000', '200618.230000', '200618.232000', '200618.235000', '200618.238000', '200618.240000', '200618.243000', '200618.245000', '200618.248000', '200638.124000', '200638.127000', '200638.130000', '200638.132000', '200638.136000', '200638.138000', '200638.141000', '200638.143000', '200638.146000', '200638.149000', '200638.151000', '200638.154000', '200638.157000', '200638.159000', '200638.162000', '200638.164000', '200638.167000', '200638.170000', '200638.172000', '200638.175000', '200638.177000', '200638.180000', '200638.183000', '200638.185000', '200638.188000', '200638.191000', '200638.193000', '200638.196000', '200638.198000', '200638.201000', '200638.203000', '200638.206000', '200638.209000', '200638.211000', '200638.214000', '200638.216000', '200638.219000', '200638.222000', '200638.224000', '200638.227000', '200638.229000', '200638.232000', '200638.240000', '200638.243000', '200658.124000', '200658.127000', '200658.130000', '200658.132000', '200658.135000', '200658.138000', '200658.141000', '200658.143000', '200658.146000', '200658.149000', '200658.151000', '200658.154000', '200658.157000', '200658.159000', '200658.162000', '200658.165000', '200658.167000', '200658.170000', '200658.172000', '200658.175000', '200658.178000', '200658.181000', '200658.183000', '200658.186000', '200658.189000', '200658.191000', '200658.194000', '200658.196000', '200658.199000', '200658.202000', '200658.204000', '200658.207000', '200658.209000', '200658.212000', '200658.215000', '200658.217000', '200658.220000', '200658.222000', '200658.225000', '200658.228000', '200658.230000', '200658.233000', '200658.235000', '200658.238000', '200718.123000', '200718.126000', '200718.130000', '200718.132000', '200718.135000', '200718.138000', '200718.141000', '200718.143000', '200718.146000', '200718.148000', '200718.151000', '200718.154000', '200718.156000', '200718.159000', '200718.161000', '200718.164000', '200718.167000', '200718.169000', '200718.172000', '200718.175000', '200718.177000', '200718.180000', '200718.183000', '200718.185000', '200718.188000', '200718.190000', '200718.193000', '200718.196000', '200718.198000', '200718.201000', '200718.203000', '200718.206000', '200718.209000', '200718.225000', '200718.228000', '200718.230000', '200718.233000', '200718.235000', '200718.238000', '200718.241000', '200718.243000', '200718.246000', '200718.248000', '200738.125000', '200738.128000', '200738.130000', '200738.133000', '200738.136000', '200738.138000', '200738.141000', '200738.143000', '200738.146000', '200738.149000', '200738.151000', '200738.154000', '200738.157000', '200738.159000', '200738.162000', '200738.165000', '200738.167000', '200738.170000', '200738.173000', '200738.175000', '200738.178000', '200738.181000', '200738.183000', '200738.186000', '200738.188000', '200738.191000', '200738.194000', '200738.196000', '200738.199000', '200738.201000', '200738.204000', '200738.207000', '200738.209000', '200738.212000', '200738.214000', '200738.217000', '200738.220000', '200738.222000', '200738.225000', '200738.227000', '200738.230000', '200738.232000', '200738.235000', '200738.238000', '200758.125000', '200758.128000', '200758.130000', '200758.133000', '200758.136000', '200758.138000', '200758.141000', '200758.144000', '200758.146000', '200758.149000', '200758.152000', '200758.154000', '200758.157000', '200758.159000', '200758.162000', '200758.165000', '200758.167000', '200758.170000', '200758.173000', '200758.175000', '200758.178000', '200758.181000', '200758.183000', '200758.186000', '200758.189000', '200758.191000', '200758.194000', '200758.196000', '200758.199000', '200758.202000', '200758.204000', '200758.207000', '200758.210000', '200758.212000', '200758.215000', '200758.218000', '200758.220000', '200758.223000', '200758.225000', '200758.228000', '200758.231000', '200758.233000', '200758.236000', '200818.125000', '200818.127000', '200818.130000', '200818.133000', '200818.135000', '200818.138000', '200818.140000', '200818.143000', '200818.146000', '200818.148000', '200818.151000', '200818.154000', '200818.156000', '200818.159000', '200818.161000', '200818.164000', '200818.167000', '200818.169000', '200818.172000', '200818.175000', '200818.177000', '200818.180000', '200818.183000', '200818.185000', '200818.188000', '200818.190000', '200818.193000', '200818.196000', '200818.198000', '200818.201000', '200818.203000', '200818.206000', '200818.209000', '200818.211000', '200818.214000', '200818.216000', '200818.219000', '200818.222000', '200818.224000', '200818.227000', '200818.229000', '200818.232000', '200818.234000', '200818.237000', '200838.125000', '200838.128000', '200838.130000', '200838.133000', '200838.136000', '200838.138000', '200838.141000', '200838.143000', '200838.146000', '200838.149000', '200838.151000', '200838.154000', '200838.157000', '200838.159000', '200838.162000', '200838.164000', '200838.167000', '200838.170000', '200838.172000', '200838.175000', '200838.177000', '200838.180000', '200838.182000', '200838.185000', '200838.188000', '200838.190000', '200838.193000', '200838.195000', '200838.198000', '200838.201000', '200838.203000', '200838.206000', '200838.208000', '200838.211000', '200838.213000', '200838.216000', '200838.219000', '200838.221000', '200838.224000', '200838.226000', '200838.229000', '200838.231000', '200838.234000', '200858.124000', '200858.127000', '200858.130000', '200858.132000', '200858.135000', '200858.138000', '200858.140000', '200858.143000', '200858.145000', '200858.148000', '200858.150000', '200858.153000', '200858.156000', '200858.158000', '200858.162000', '200858.165000', '200858.168000', '200858.170000', '200858.173000', '200858.176000', '200858.178000', '200858.181000', '200858.184000', '200858.186000', '200858.189000', '200858.192000', '200858.194000', '200858.197000', '200858.199000', '200858.223000', '200858.226000', '200858.228000', '200858.231000', '200858.234000', '200858.236000', '200858.239000', '200858.241000', '200858.244000', '200858.247000', '200858.249000', '200858.252000', '200858.254000', '200858.257000', '200918.124000', '200918.126000', '200918.129000', '200918.132000', '200918.134000', '200918.137000', '200918.140000', '200918.142000', '200918.145000', '200918.148000', '200918.151000', '200918.153000', '200918.156000', '200918.159000', '200918.161000', '200918.164000', '200918.167000', '200918.169000', '200918.172000', '200918.174000', '200918.177000', '200918.180000', '200918.182000', '200918.185000', '200918.188000', '200918.190000', '200918.193000', '200918.195000', '200918.198000', '200918.201000', '200918.203000', '200918.206000', '200918.209000', '200918.211000', '200918.214000', '200918.216000', '200918.219000', '200918.222000', '200918.224000', '200918.227000', '200918.230000', '200918.232000', '200918.235000', '200918.238000', '200938.124000', '200938.127000', '200938.130000', '200938.133000', '200938.135000', '200938.138000', '200938.140000', '200938.143000', '200938.145000', '200938.148000', '200938.151000', '200938.153000', '200938.156000', '200938.159000', '200938.161000', '200938.164000', '200938.167000', '200938.169000', '200938.172000', '200938.175000', '200938.177000', '200938.180000', '200938.182000', '200938.185000', '200938.188000', '200938.190000', '200938.193000', '200938.196000', '200938.198000', '200938.201000', '200938.204000', '200938.207000', '200938.210000', '200938.215000', '200938.218000', '200938.220000', '200938.223000', '200938.225000', '200938.228000', '200938.231000', '200938.234000', '200938.237000', '200938.239000', '200958.125000', '200958.127000', '200958.130000', '200958.133000', '200958.135000', '200958.138000', '200958.140000', '200958.143000', '200958.146000', '200958.148000', '200958.151000', '200958.154000', '200958.156000', '200958.159000', '200958.162000', '200958.165000', '200958.167000', '200958.170000', '200958.172000', '200958.175000', '200958.178000', '200958.180000', '200958.183000', '200958.185000', '200958.188000', '200958.191000', '200958.193000', '200958.196000', '200958.199000', '200958.201000', '200958.204000', '200958.206000', '200958.209000', '200958.211000', '200958.214000', '200958.217000', '200958.219000', '200958.222000', '200958.224000', '200958.227000', '200958.229000', '200958.232000', '200958.235000', '200958.237000', '201018.125000', '201018.128000', '201018.130000', '201018.133000', '201018.136000', '201018.139000', '201018.142000', '201018.145000', '201018.148000', '201018.150000', '201018.153000', '201018.156000', '201018.158000', '201018.161000', '201018.164000', '201018.166000', '201018.169000', '201018.172000', '201018.174000', '201018.177000', '201018.180000', '201018.182000', '201018.185000', '201018.187000', '201018.190000', '201018.193000', '201018.195000', '201018.198000', '201018.201000', '201018.204000', '201018.207000', '201018.210000', '201018.212000', '201018.215000', '201018.218000', '201018.220000', '201018.223000', '201018.225000', '201018.228000', '201018.231000', '201018.234000', '201018.236000', '201018.239000', '201038.125000', '201038.127000', '201038.130000', '201038.133000', '201038.136000', '201038.138000', '201038.141000', '201038.144000', '201038.146000', '201038.149000', '201038.152000', '201038.154000', '201038.157000', '201038.160000', '201038.162000', '201038.165000', '201038.168000', '201038.170000', '201038.173000', '201038.176000', '201038.178000', '201038.181000', '201038.184000', '201038.186000', '201038.189000', '201038.192000', '201038.194000', '201038.197000', '201038.200000', '201038.202000', '201038.205000', '201038.208000', '201038.210000', '201038.213000', '201038.216000', '201038.218000', '201038.221000', '201038.224000', '201038.226000', '201038.229000', '201038.232000', '201038.234000', '201038.242000', '201038.245000', '201058.125000', '201058.127000', '201058.130000', '201058.133000', '201058.136000', '201058.138000', '201058.141000', '201058.143000', '201058.146000', '201058.149000', '201058.151000', '201058.154000', '201058.157000', '201058.159000', '201058.163000', '201058.166000', '201058.169000', '201058.171000', '201058.175000', '201058.177000', '201058.180000', '201058.182000', '201058.185000', '201058.188000', '201058.191000', '201058.193000', '201058.196000', '201058.199000', '201058.201000', '201058.204000', '201058.207000', '201058.209000', '201058.212000', '201058.214000', '201058.217000', '201058.220000', '201058.223000', '201058.225000', '201058.228000', '201058.231000', '201058.233000', '201058.236000', '201058.239000', '201118.124000', '201118.127000', '201118.130000', '201118.133000', '201118.135000', '201118.138000', '201118.140000', '201118.143000', '201118.146000', '201118.148000', '201118.151000', '201118.153000', '201118.156000', '201118.159000', '201118.161000', '201118.164000', '201118.166000', '201118.169000', '201118.171000', '201118.174000', '201118.177000', '201118.179000', '201118.182000', '201118.184000', '201118.187000', '201118.190000', '201118.194000', '201118.196000', '201118.199000', '201118.202000', '201118.204000', '201118.207000', '201118.209000', '201118.212000', '201118.215000', '201118.217000', '201118.220000', '201118.222000', '201118.225000', '201118.228000', '201118.230000', '201118.233000', '201118.235000', '201118.238000', '201138.123000', '201138.126000', '201138.129000', '201138.132000', '201138.134000', '201138.137000', '201138.139000', '201138.142000', '201138.145000', '201138.147000', '201138.150000', '201138.153000', '201138.155000', '201138.158000', '201138.161000', '201138.164000', '201138.166000', '201138.169000', '201138.171000', '201138.174000', '201138.177000', '201138.180000', '201138.182000', '201138.185000', '201138.188000', '201138.191000', '201138.194000', '201138.197000', '201138.199000', '201138.202000', '201138.205000', '201138.207000', '201138.210000', '201138.213000', '201138.215000', '201138.218000', '201138.221000', '201138.223000', '201138.226000', '201138.228000', '201138.231000', '201138.234000', '201138.236000', '201158.125000', '201158.127000', '201158.130000', '201158.133000', '201158.136000', '201158.138000', '201158.141000', '201158.149000', '201158.153000', '201158.155000', '201158.158000', '201158.160000', '201158.163000', '201158.166000', '201158.168000', '201158.171000', '201158.174000', '201158.176000', '201158.179000', '201158.181000', '201158.184000', '201158.187000', '201158.190000', '201158.192000', '201158.195000', '201158.198000', '201158.200000', '201158.203000', '201158.206000', '201158.208000', '201158.211000', '201158.214000', '201158.216000', '201158.219000', '201158.221000', '201158.224000', '201158.227000', '201158.230000', '201158.233000', '201158.235000', '201158.238000', '201158.240000', '201158.243000', '201158.246000', '201203.942000', '201203.945000', '201203.948000', '201203.950000', '201203.953000', '201203.956000', '201203.959000', '201203.962000', '201203.965000', '201203.967000', '201203.971000', '201203.974000', '201203.977000'], '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': [7896, 14014, 8281, 12164, 7670, 11496, 7458, 12236, 7411, 12388, 8191, 12504, 8199, 10772, 8061, 10948, 9815, 8918, 11462, 7116, 9533, 6974, 10209, 7448, 12419, 8783, 13339, 7645, 10729, 7623, 10527, 7835, 11287, 9186, 9921, 11055, 7391, 9683, 6986, 10976, 7334, 12755, 8504, 13910, 9035, 13058, 8234, 11667, 8028, 12897, 8133, 12203, 8102, 9810, 7853, 8689, 7926, 8346, 9563, 7465, 10481, 6797, 9579, 7190, 10389, 7208, 10530, 6990, 8077, 7395, 6729, 7428, 6824, 8784, 7111, 10376, 7339, 8530, 7594, 7752, 9648, 6950, 10823, 7167, 11373, 9228, 12369, 10336, 13018, 10359, 12217, 8495, 11932, 8212, 12026, 7973, 11792, 7540, 10673, 7320, 9890, 7012, 9865, 6989, 9904, 6952, 9494, 7112, 9615, 7005, 9757, 7320, 10045, 7081, 10095, 7211, 10851, 8072, 8816, 7610, 6978, 7832, 7102, 8865, 7117, 9714, 7863, 10243, 7383, 10927, 7649, 12130, 7609, 9883, 7897, 8643, 7813, 7796, 8170, 7986, 8878, 10349, 9993, 10018, 11315, 6858, 9418, 7112, 9406, 7597, 9747, 7179, 9492, 6909, 9317, 6759, 9413, 6930, 9785, 7362, 8939, 6988, 9454, 7059, 9239, 7951, 10611, 7698, 9797, 7728, 7800, 8535, 6974, 10262, 7206, 10076, 7323, 10481, 7662, 11678, 8229, 11326, 7296, 9486, 7579, 9731, 8202, 10229, 8543, 8485, 8460, 7996, 8646, 7958, 8909, 8729, 9558, 7533, 9065, 6578, 8434, 6655, 9082, 6712, 9571, 7133, 9751, 6907, 10521, 6973, 10430, 7435, 10399, 7636, 10545, 7831, 12135, 6874, 9475, 7629, 6924, 7377, 7219, 8205, 6925, 8773, 6838, 9432, 6719, 9797, 6637, 9744, 7409, 10184, 7430, 11198, 7143, 11267, 7559, 11081, 8514, 10223, 7657, 8525, 8200, 8185, 8618, 8118, 8684, 7440, 8931, 6606, 9573, 6490, 9105, 6528, 9211, 6854, 9535, 6985, 9777, 6906, 10160, 7333, 9825, 6921, 10000, 7008, 10192, 7480, 10106, 7091, 10006, 7098, 9192, 7287, 9009, 7533, 8741, 7936, 8052, 9047, 6694, 9404, 6538, 9498, 6556, 9902, 7094, 10167, 7037, 10332, 6648, 9924, 6670, 10206, 6889, 10002, 7030, 9717, 6924, 9925, 6953, 9635, 7023, 9648, 6707, 10047, 6856, 9143, 6966, 8050, 7729, 6848, 8271, 6504, 9331, 6670, 9637, 6600, 9484, 6892, 10368, 6989, 11229, 8403, 11440, 9018, 12459, 9036, 10878, 7835, 9444, 8298, 7729, 8345, 6650, 9189, 6866, 9702, 6822, 9929, 6721, 9861, 6555, 9921, 6586, 10007, 6975, 9992, 6742, 9904, 6774, 10192, 7386, 10324, 7652, 8681, 7932, 7370, 8531, 6630, 8679, 6528, 8727, 7233, 8830, 7297, 7210, 8594, 6647, 9511, 6720, 9930, 7444, 10879, 7278, 10100, 7846, 11432, 8268, 11006, 8907, 8384, 9276, 6764, 9344, 6915, 9658, 6718, 9579, 6404, 9758, 6655, 10174, 7431, 10240, 6915, 10257, 6834, 10044, 6796, 10134, 6957, 9574, 7322, 9986, 6861, 8874, 7090, 8412, 7049, 6956, 8041, 6521, 9163, 6715, 9799, 6739, 10100, 7226, 8337, 7140, 8088, 7969, 10053, 8811, 10256, 10401, 10190, 13243, 12432, 14656, 11409, 8971, 8337, 6689, 9709, 6894, 10059, 6888, 10135, 6936, 10873, 7164, 11324, 8106, 13057, 9920, 13933, 10320, 13398, 7768, 10249, 6773, 10251, 6854, 9728, 7486, 9782, 7092, 9748, 7059, 9382, 7150, 8578, 7138, 8044, 7928, 6938, 8264, 6890, 8713, 6832, 9074, 7079, 8984, 7252, 9013, 6803, 9665, 6753, 9200, 6998, 9403, 8068, 9297, 7402, 9149, 7412, 8935, 8125, 8609, 8251, 8284, 8087, 8334, 7999, 8096, 8185, 7981, 7565, 8189, 7549, 7958, 7323, 7904, 7007, 8063, 6807, 8537, 6591, 9012, 6353, 9191, 6600, 9153, 6623, 8631, 6975, 9606, 7197, 9980, 7383, 8160, 7199, 7740, 8033, 6773, 9184, 6539, 10036, 6941, 10714, 8886, 12479, 7093, 9878, 8839, 6937, 9907, 7281, 12457, 9497, 12222, 7119, 10778, 7386, 9254, 7797, 9202, 8226, 8264, 9198, 7722, 9245, 6880, 9688, 6972, 9675, 6887, 9819, 6897, 9708, 6661, 9708, 6571, 9561, 6460, 9389, 6580, 9317, 6502, 9299, 6720, 9171, 7027, 9213, 7122, 9795, 7183, 9827, 7113, 8596, 7227, 7414, 7606, 7492, 8399, 7709, 8500, 7507, 8187, 6666, 8768, 6585, 9164, 7000, 9262, 7011, 10200, 6763, 10046, 7245, 9399, 7213, 8602, 7495, 7574, 8546, 7566, 9097, 8924, 12204, 7113, 11010, 6733, 10523, 6729, 10166, 7151, 10281, 6922, 10398, 7097, 10450, 6959, 10140, 7338, 7786, 7300, 6490, 8088, 7108, 9207, 7031, 8363, 7118, 6869, 8063, 6577, 9346, 6839, 10124, 6682, 10722, 9243, 12836, 9759, 12188, 8185, 12079, 8771, 12340, 9563, 8326, 12498, 6569, 10025, 6571, 10420, 6736, 11836, 7480, 13114, 9686, 12518, 6998, 10528, 7200, 11010, 7440, 12768, 8063, 11956, 6855, 10215, 6889, 10120, 7145, 9972, 7454, 9707, 7071, 9741, 7049, 9812, 7473, 9338, 7028, 9971, 7128, 9991, 7294, 9235, 7242, 7872, 7472, 7785, 7811, 7507, 8110, 7376, 8450, 6625, 9034, 6636, 9279, 6843, 9740, 6659, 9846, 7879, 10355, 7080, 8742, 6916, 8415, 7913, 8148, 9060, 7708, 10286, 8961, 9845, 6884, 10338, 7238, 11315, 7233, 11803, 6971, 10197, 6622, 9476, 6936, 10252, 7499, 10189, 6821, 9898, 6832, 10153, 7179, 9972, 7255, 10015, 7229, 8940, 7176, 6980, 7864, 7212, 8697, 7199, 8901, 7056, 9515, 6775, 9504, 6578, 9817, 6682, 10257, 7190, 10016, 6875, 10000, 7285, 10141, 7456, 10141, 7415, 7666, 7529, 7110, 8360, 6823, 9053, 6848, 9722, 6924, 9803, 7242, 8988, 6916, 8608, 10909, 10512, 13208, 7329, 6750, 7278, 6523, 11327, 6793, 11971, 8522, 9171, 9174, 7797, 10857, 8769, 11255, 8674, 11911, 9921, 12833, 10825, 14052, 10830, 13712, 9827, 13156, 9740, 13696, 9395, 10283, 9304, 7373, 9470, 7791, 9320, 7823, 9364, 7159, 9286, 6812, 9262, 6820, 8993, 6864, 9156, 7043, 9375, 6722, 9214, 6515, 9350, 6733, 9175, 6612, 9199, 6503, 9727, 6850, 9813, 6820, 9297, 7057, 9546, 7062, 9694, 6909, 9034, 7240, 6858, 8038, 6821, 9151, 7446, 8886, 7411, 6827, 8396, 6802, 9326, 7060, 10108, 7579, 10907, 7451], 'WindowCenter': [4032.0, 4066.0, 4012.0, 4055.0, 3998.0, 4029.0, 3988.0, 4036.0, 3974.0, 4025.0, 3984.0, 4024.0, 3983.0, 4015.0, 3984.0, 4015.0, 4018.0, 3994.0, 4026.0, 3974.0, 4002.0, 3961.0, 4002.0, 3988.0, 4025.0, 3996.0, 4033.0, 3984.0, 4011.0, 3974.0, 4003.0, 3973.0, 4016.0, 4007.0, 4005.0, 4015.0, 3974.0, 4004.0, 3961.0, 4001.0, 3972.0, 4023.0, 3993.0, 4025.0, 3992.0, 4023.0, 3983.0, 4011.0, 3970.0, 4010.0, 3984.0, 4024.0, 3980.0, 3991.0, 3982.0, 3982.0, 3982.0, 3982.0, 4006.0, 3971.0, 4002.0, 3962.0, 3992.0, 3959.0, 4001.0, 3989.0, 4027.0, 3988.0, 3985.0, 3972.0, 3961.0, 3970.0, 3960.0, 3995.0, 3974.0, 4003.0, 3986.0, 3995.0, 3988.0, 3996.0, 4015.0, 3974.0, 4014.0, 3973.0, 4013.0, 3993.0, 4024.0, 4003.0, 4024.0, 4003.0, 4011.0, 3980.0, 3999.0, 3970.0, 3999.0, 3971.0, 3998.0, 3957.0, 3986.0, 3956.0, 3987.0, 3958.0, 3987.0, 3944.0, 3986.0, 3945.0, 3974.0, 3946.0, 3989.0, 3960.0, 3988.0, 3958.0, 3988.0, 3959.0, 3987.0, 3958.0, 4013.0, 3983.0, 3990.0, 3971.0, 3959.0, 3970.0, 3960.0, 3991.0, 3960.0, 3991.0, 3984.0, 4015.0, 3975.0, 4016.0, 3986.0, 4026.0, 3986.0, 4004.0, 3985.0, 3994.0, 3983.0, 3982.0, 3993.0, 3980.0, 3979.0, 3988.0, 3990.0, 3989.0, 4001.0, 3961.0, 3991.0, 3960.0, 3991.0, 3968.0, 3988.0, 3946.0, 3976.0, 3944.0, 3975.0, 3946.0, 3977.0, 3958.0, 3989.0, 3969.0, 4003.0, 3972.0, 4002.0, 3987.0, 4004.0, 3984.0, 4014.0, 3996.0, 4002.0, 3983.0, 3985.0, 4006.0, 3973.0, 4013.0, 3972.0, 4000.0, 3970.0, 4001.0, 3983.0, 4012.0, 3983.0, 4011.0, 3972.0, 3989.0, 3970.0, 3988.0, 3979.0, 3999.0, 3981.0, 3978.0, 3979.0, 3969.0, 3980.0, 3978.0, 3979.0, 3977.0, 3991.0, 3970.0, 3991.0, 3960.0, 3981.0, 3961.0, 3990.0, 3960.0, 4002.0, 3974.0, 4003.0, 3974.0, 4014.0, 3973.0, 4014.0, 3984.0, 4003.0, 3982.0, 4026.0, 3997.0, 4035.0, 3972.0, 3999.0, 3967.0, 3957.0, 3968.0, 3969.0, 3979.0, 3958.0, 3990.0, 3958.0, 3991.0, 3960.0, 4000.0, 3948.0, 3989.0, 3971.0, 4001.0, 3971.0, 4009.0, 3961.0, 4001.0, 3970.0, 3999.0, 3981.0, 3999.0, 3969.0, 3978.0, 3976.0, 3964.0, 3966.0, 3967.0, 3977.0, 3957.0, 3977.0, 3946.0, 3989.0, 3947.0, 3977.0, 3946.0, 3989.0, 3959.0, 3999.0, 3970.0, 3999.0, 3958.0, 3999.0, 3971.0, 4000.0, 3970.0, 4000.0, 3972.0, 4001.0, 3971.0, 3999.0, 3970.0, 4002.0, 3971.0, 3989.0, 3970.0, 3988.0, 3968.0, 3978.0, 3979.0, 3980.0, 3990.0, 3960.0, 3990.0, 3948.0, 3988.0, 3947.0, 3989.0, 3959.0, 4000.0, 3959.0, 4000.0, 3959.0, 3987.0, 3947.0, 3988.0, 3958.0, 3988.0, 3958.0, 4000.0, 3958.0, 3988.0, 3959.0, 3990.0, 3970.0, 3989.0, 3959.0, 3989.0, 3959.0, 3989.0, 3971.0, 3980.0, 3984.0, 3973.0, 3994.0, 3962.0, 4002.0, 3961.0, 4001.0, 3973.0, 4003.0, 3984.0, 4014.0, 3974.0, 4012.0, 3993.0, 4013.0, 4004.0, 4024.0, 4008.0, 4014.0, 3983.0, 4001.0, 3993.0, 3982.0, 3992.0, 3958.0, 3990.0, 3949.0, 3990.0, 3960.0, 4001.0, 3959.0, 4000.0, 3950.0, 4001.0, 3972.0, 4001.0, 3970.0, 4000.0, 3959.0, 3988.0, 3959.0, 4000.0, 3970.0, 4001.0, 3970.0, 3977.0, 3968.0, 3969.0, 3990.0, 3960.0, 3979.0, 3948.0, 3990.0, 3971.0, 3990.0, 3970.0, 3971.0, 3993.0, 3961.0, 4003.0, 3974.0, 4013.0, 3984.0, 4023.0, 3973.0, 4001.0, 3981.0, 4012.0, 3983.0, 4013.0, 3993.0, 3981.0, 3992.0, 3961.0, 3991.0, 3959.0, 3990.0, 3948.0, 3989.0, 3948.0, 3987.0, 3948.0, 4000.0, 3959.0, 3999.0, 3957.0, 4000.0, 3946.0, 3985.0, 3947.0, 3998.0, 3959.0, 3989.0, 3971.0, 3989.0, 3948.0, 3977.0, 3958.0, 3978.0, 3960.0, 3970.0, 3993.0, 3963.0, 4014.0, 3975.0, 4014.0, 3973.0, 4015.0, 3987.0, 3994.0, 3976.0, 3994.0, 3994.0, 4003.0, 4019.0, 4014.0, 4013.0, 4003.0, 4023.0, 4025.0, 4045.0, 4014.0, 3991.0, 3979.0, 3946.0, 3988.0, 3958.0, 3988.0, 3960.0, 4001.0, 3971.0, 4012.0, 3960.0, 4010.0, 3969.0, 4009.0, 3989.0, 4019.0, 3987.0, 4005.0, 3955.0, 3985.0, 3934.0, 3984.0, 3944.0, 3973.0, 3954.0, 3972.0, 3944.0, 3973.0, 3945.0, 3973.0, 3944.0, 3964.0, 3957.0, 3966.0, 3969.0, 3957.0, 3978.0, 3957.0, 3978.0, 3946.0, 3978.0, 3957.0, 3979.0, 3958.0, 3990.0, 3959.0, 4003.0, 3959.0, 4003.0, 3958.0, 3977.0, 3965.0, 3977.0, 3958.0, 3989.0, 3957.0, 3987.0, 3966.0, 3978.0, 3967.0, 3978.0, 3967.0, 3977.0, 3966.0, 3968.0, 3979.0, 3980.0, 3968.0, 3979.0, 3967.0, 3980.0, 3971.0, 3995.0, 3973.0, 3982.0, 3961.0, 3993.0, 3961.0, 3991.0, 3949.0, 3991.0, 3961.0, 4002.0, 3962.0, 3993.0, 3973.0, 4002.0, 3972.0, 4012.0, 3985.0, 3996.0, 3985.0, 3995.0, 3996.0, 3976.0, 4018.0, 3977.0, 4016.0, 3985.0, 4028.0, 4019.0, 4036.0, 3987.0, 4015.0, 4004.0, 3971.0, 4003.0, 3983.0, 4024.0, 4015.0, 4024.0, 3973.0, 4013.0, 3972.0, 3990.0, 3971.0, 3990.0, 3982.0, 3981.0, 4002.0, 3971.0, 3992.0, 3960.0, 3990.0, 3957.0, 3988.0, 3945.0, 3989.0, 3958.0, 3987.0, 3947.0, 3988.0, 3947.0, 4000.0, 3948.0, 3988.0, 3947.0, 3988.0, 3948.0, 3989.0, 3959.0, 3990.0, 3972.0, 4002.0, 3971.0, 4002.0, 3970.0, 4000.0, 3973.0, 3989.0, 3983.0, 3971.0, 3982.0, 3972.0, 3994.0, 3983.0, 3994.0, 3984.0, 3992.0, 3960.0, 3991.0, 3961.0, 4004.0, 3973.0, 4004.0, 3984.0, 4014.0, 3974.0, 4001.0, 3984.0, 4003.0, 3984.0, 3994.0, 3985.0, 3984.0, 4006.0, 3997.0, 4007.0, 4004.0, 4025.0, 3974.0, 4013.0, 3960.0, 3999.0, 3960.0, 4002.0, 3972.0, 4000.0, 3973.0, 4001.0, 3959.0, 3998.0, 3958.0, 3987.0, 3969.0, 3970.0, 3971.0, 3962.0, 3992.0, 3984.0, 4002.0, 3974.0, 3994.0, 3986.0, 3988.0, 4008.0, 3987.0, 4016.0, 3986.0, 4027.0, 3975.0, 4026.0, 4018.0, 4036.0, 4015.0, 4024.0, 3994.0, 4025.0, 3994.0, 4024.0, 4003.0, 3993.0, 4023.0, 3961.0, 4002.0, 3960.0, 3998.0, 3948.0, 4010.0, 3970.0, 4021.0, 3991.0, 4010.0, 3958.0, 3998.0, 3957.0, 3986.0, 3957.0, 4008.0, 3968.0, 3996.0, 3947.0, 3987.0, 3958.0, 3999.0, 3958.0, 3987.0, 3957.0, 3986.0, 3957.0, 3986.0, 3957.0, 3987.0, 3969.0, 3990.0, 3969.0, 3989.0, 3960.0, 3989.0, 3970.0, 3990.0, 3971.0, 3979.0, 3971.0, 3981.0, 3982.0, 3970.0, 3983.0, 3972.0, 3982.0, 3961.0, 4002.0, 3972.0, 4004.0, 3973.0, 4001.0, 3961.0, 4004.0, 3995.0, 4014.0, 3974.0, 3992.0, 3972.0, 3981.0, 3982.0, 3982.0, 4003.0, 3982.0, 4015.0, 3992.0, 4002.0, 3961.0, 4001.0, 3971.0, 4012.0, 3958.0, 4010.0, 3957.0, 3998.0, 3960.0, 4002.0, 3959.0, 3998.0, 3969.0, 3999.0, 3958.0, 3987.0, 3947.0, 3986.0, 3957.0, 3988.0, 3970.0, 4000.0, 3971.0, 3990.0, 3970.0, 3959.0, 3979.0, 3955.0, 3979.0, 3958.0, 3991.0, 3971.0, 4002.0, 3960.0, 4001.0, 3960.0, 4002.0, 3960.0, 4000.0, 3959.0, 4000.0, 3959.0, 3999.0, 3971.0, 4002.0, 3972.0, 4001.0, 3971.0, 3970.0, 3970.0, 3959.0, 3992.0, 3961.0, 4002.0, 3973.0, 4002.0, 3985.0, 4013.0, 3983.0, 4017.0, 3998.0, 4008.0, 4031.0, 4029.0, 4037.0, 3975.0, 3934.0, 3973.0, 3948.0, 3998.0, 3950.0, 4013.0, 3995.0, 4006.0, 4020.0, 4011.0, 4029.0, 4011.0, 4026.0, 3982.0, 3999.0, 3979.0, 3997.0, 3989.0, 4007.0, 3987.0, 3995.0, 3974.0, 3994.0, 3965.0, 3992.0, 3963.0, 3959.0, 3950.0, 3928.0, 3960.0, 3929.0, 3961.0, 3938.0, 3961.0, 3929.0, 3961.0, 3929.0, 3963.0, 3931.0, 3963.0, 3930.0, 3974.0, 3943.0, 3977.0, 3947.0, 3978.0, 3934.0, 3977.0, 3946.0, 3990.0, 3961.0, 3991.0, 3949.0, 3989.0, 3946.0, 3987.0, 3961.0, 3990.0, 3971.0, 3999.0, 3961.0, 3990.0, 3971.0, 3987.0, 3971.0, 3972.0, 3995.0, 3976.0, 4014.0, 3997.0, 4006.0, 3984.0, 3975.0, 3996.0, 3976.0, 4017.0, 3987.0, 4026.0, 3996.0, 4026.0, 3985.0], 'WindowWidth': [9003.0, 9036.0, 8956.0, 9015.0, 8929.0, 8969.0, 8917.0, 8974.0, 8888.0, 8955.0, 8901.0, 8952.0, 8898.0, 8942.0, 8899.0, 8944.0, 8953.0, 8916.0, 8960.0, 8887.0, 8921.0, 8865.0, 8922.0, 8912.0, 8957.0, 8919.0, 8965.0, 8902.0, 8933.0, 8886.0, 8923.0, 8885.0, 8946.0, 8935.0, 8930.0, 8945.0, 8886.0, 8926.0, 8866.0, 8919.0, 8880.0, 8950.0, 8911.0, 8955.0, 8909.0, 8951.0, 8896.0, 8931.0, 8876.0, 8929.0, 8899.0, 8952.0, 8891.0, 8904.0, 8893.0, 8892.0, 8895.0, 8897.0, 8931.0, 8881.0, 8920.0, 8867.0, 8907.0, 8862.0, 8919.0, 8918.0, 8966.0, 8915.0, 8907.0, 8883.0, 8867.0, 8876.0, 8866.0, 8919.0, 8890.0, 8925.0, 8909.0, 8920.0, 8915.0, 8924.0, 8948.0, 8888.0, 8943.0, 8886.0, 8938.0, 8912.0, 8957.0, 8926.0, 8954.0, 8923.0, 8933.0, 8888.0, 8913.0, 8874.0, 8911.0, 8878.0, 8910.0, 8853.0, 8890.0, 8851.0, 8892.0, 8858.0, 8895.0, 8832.0, 8890.0, 8834.0, 8871.0, 8838.0, 8898.0, 8862.0, 8898.0, 8859.0, 8896.0, 8861.0, 8893.0, 8857.0, 8937.0, 8900.0, 8904.0, 8879.0, 8861.0, 8877.0, 8865.0, 8905.0, 8863.0, 8906.0, 8902.0, 8947.0, 8893.0, 8948.0, 8908.0, 8961.0, 8908.0, 8931.0, 8907.0, 8918.0, 8902.0, 8898.0, 8912.0, 8892.0, 8888.0, 8898.0, 8903.0, 8899.0, 8921.0, 8866.0, 8909.0, 8865.0, 8907.0, 8872.0, 8897.0, 8838.0, 8877.0, 8832.0, 8874.0, 8837.0, 8880.0, 8858.0, 8899.0, 8875.0, 8928.0, 8886.0, 8926.0, 8916.0, 8932.0, 8902.0, 8944.0, 8923.0, 8924.0, 8900.0, 8906.0, 8937.0, 8888.0, 8941.0, 8885.0, 8917.0, 8876.0, 8920.0, 8900.0, 8937.0, 8900.0, 8935.0, 8882.0, 8902.0, 8877.0, 8897.0, 8887.0, 8913.0, 8891.0, 8886.0, 8887.0, 8873.0, 8890.0, 8885.0, 8885.0, 8882.0, 8903.0, 8876.0, 8908.0, 8865.0, 8894.0, 8867.0, 8904.0, 8866.0, 8924.0, 8890.0, 8926.0, 8891.0, 8943.0, 8887.0, 8942.0, 8904.0, 8927.0, 8898.0, 8965.0, 8928.0, 8975.0, 8888.0, 8915.0, 8870.0, 8853.0, 8872.0, 8874.0, 8887.0, 8860.0, 8904.0, 8861.0, 8908.0, 8864.0, 8915.0, 8847.0, 8901.0, 8881.0, 8921.0, 8881.0, 8930.0, 8867.0, 8920.0, 8877.0, 8913.0, 8893.0, 8915.0, 8876.0, 8885.0, 8879.0, 8860.0, 8864.0, 8867.0, 8883.0, 8855.0, 8882.0, 8841.0, 8901.0, 8841.0, 8882.0, 8841.0, 8900.0, 8862.0, 8915.0, 8880.0, 8914.0, 8859.0, 8915.0, 8880.0, 8916.0, 8880.0, 8918.0, 8883.0, 8923.0, 8883.0, 8918.0, 8881.0, 8924.0, 8882.0, 8903.0, 8877.0, 8898.0, 8873.0, 8886.0, 8889.0, 8891.0, 8907.0, 8865.0, 8905.0, 8845.0, 8898.0, 8843.0, 8901.0, 8863.0, 8918.0, 8863.0, 8917.0, 8862.0, 8894.0, 8843.0, 8897.0, 8859.0, 8898.0, 8859.0, 8917.0, 8860.0, 8898.0, 8862.0, 8904.0, 8880.0, 8901.0, 8863.0, 8901.0, 8862.0, 8901.0, 8880.0, 8894.0, 8904.0, 8889.0, 8918.0, 8874.0, 8925.0, 8869.0, 8923.0, 8890.0, 8928.0, 8905.0, 8945.0, 8891.0, 8940.0, 8915.0, 8939.0, 8930.0, 8958.0, 8943.0, 8942.0, 8900.0, 8923.0, 8915.0, 8898.0, 8910.0, 8861.0, 8904.0, 8847.0, 8904.0, 8866.0, 8920.0, 8862.0, 8918.0, 8852.0, 8920.0, 8886.0, 8921.0, 8878.0, 8918.0, 8863.0, 8897.0, 8863.0, 8917.0, 8880.0, 8920.0, 8880.0, 8883.0, 8872.0, 8876.0, 8905.0, 8867.0, 8887.0, 8846.0, 8905.0, 8883.0, 8903.0, 8879.0, 8882.0, 8914.0, 8870.0, 8927.0, 8892.0, 8941.0, 8905.0, 8955.0, 8888.0, 8920.0, 8896.0, 8936.0, 8901.0, 8938.0, 8913.0, 8894.0, 8908.0, 8867.0, 8908.0, 8863.0, 8904.0, 8844.0, 8900.0, 8844.0, 8897.0, 8846.0, 8917.0, 8862.0, 8913.0, 8857.0, 8917.0, 8841.0, 8890.0, 8842.0, 8911.0, 8862.0, 8902.0, 8883.0, 8902.0, 8846.0, 8881.0, 8858.0, 8884.0, 8865.0, 8879.0, 8914.0, 8878.0, 8946.0, 8896.0, 8944.0, 8890.0, 8946.0, 8914.0, 8918.0, 8894.0, 8919.0, 8917.0, 8926.0, 8959.0, 8944.0, 8941.0, 8925.0, 8955.0, 8957.0, 8988.0, 8942.0, 8908.0, 8889.0, 8841.0, 8897.0, 8857.0, 8899.0, 8864.0, 8922.0, 8883.0, 8938.0, 8867.0, 8932.0, 8875.0, 8929.0, 8901.0, 8942.0, 8893.0, 8915.0, 8847.0, 8888.0, 8818.0, 8885.0, 8831.0, 8870.0, 8846.0, 8868.0, 8833.0, 8868.0, 8834.0, 8869.0, 8834.0, 8861.0, 8855.0, 8867.0, 8875.0, 8856.0, 8886.0, 8857.0, 8886.0, 8840.0, 8883.0, 8854.0, 8887.0, 8859.0, 8906.0, 8864.0, 8924.0, 8863.0, 8927.0, 8858.0, 8882.0, 8864.0, 8882.0, 8856.0, 8900.0, 8854.0, 8897.0, 8867.0, 8884.0, 8869.0, 8883.0, 8869.0, 8880.0, 8865.0, 8873.0, 8888.0, 8892.0, 8873.0, 8890.0, 8872.0, 8893.0, 8881.0, 8922.0, 8889.0, 8900.0, 8869.0, 8913.0, 8870.0, 8907.0, 8851.0, 8908.0, 8867.0, 8923.0, 8873.0, 8914.0, 8889.0, 8926.0, 8888.0, 8938.0, 8909.0, 8922.0, 8909.0, 8922.0, 8924.0, 8897.0, 8956.0, 8902.0, 8952.0, 8909.0, 8971.0, 8959.0, 8978.0, 8913.0, 8949.0, 8930.0, 8883.0, 8928.0, 8901.0, 8956.0, 8946.0, 8958.0, 8889.0, 8938.0, 8885.0, 8907.0, 8881.0, 8905.0, 8896.0, 8895.0, 8924.0, 8880.0, 8911.0, 8864.0, 8904.0, 8856.0, 8898.0, 8839.0, 8900.0, 8856.0, 8896.0, 8841.0, 8898.0, 8843.0, 8917.0, 8845.0, 8897.0, 8842.0, 8897.0, 8845.0, 8902.0, 8863.0, 8905.0, 8883.0, 8924.0, 8883.0, 8922.0, 8880.0, 8920.0, 8887.0, 8905.0, 8901.0, 8884.0, 8899.0, 8884.0, 8917.0, 8903.0, 8915.0, 8906.0, 8912.0, 8867.0, 8909.0, 8869.0, 8930.0, 8889.0, 8932.0, 8907.0, 8946.0, 8893.0, 8924.0, 8904.0, 8930.0, 8906.0, 8917.0, 8906.0, 8903.0, 8937.0, 8930.0, 8941.0, 8930.0, 8961.0, 8893.0, 8941.0, 8866.0, 8917.0, 8867.0, 8923.0, 8884.0, 8920.0, 8885.0, 8921.0, 8862.0, 8912.0, 8858.0, 8896.0, 8874.0, 8879.0, 8882.0, 8873.0, 8913.0, 8907.0, 8928.0, 8892.0, 8919.0, 8912.0, 8919.0, 8945.0, 8917.0, 8953.0, 8913.0, 8968.0, 8897.0, 8963.0, 8956.0, 8976.0, 8948.0, 8957.0, 8918.0, 8959.0, 8918.0, 8955.0, 8928.0, 8913.0, 8955.0, 8870.0, 8923.0, 8864.0, 8913.0, 8846.0, 8930.0, 8876.0, 8946.0, 8907.0, 8931.0, 8861.0, 8913.0, 8855.0, 8893.0, 8856.0, 8922.0, 8869.0, 8906.0, 8842.0, 8894.0, 8860.0, 8915.0, 8860.0, 8895.0, 8855.0, 8892.0, 8853.0, 8890.0, 8855.0, 8896.0, 8875.0, 8902.0, 8875.0, 8902.0, 8863.0, 8901.0, 8879.0, 8905.0, 8881.0, 8890.0, 8881.0, 8893.0, 8898.0, 8880.0, 8900.0, 8884.0, 8898.0, 8870.0, 8925.0, 8888.0, 8928.0, 8888.0, 8922.0, 8869.0, 8928.0, 8919.0, 8944.0, 8892.0, 8913.0, 8885.0, 8894.0, 8897.0, 8897.0, 8929.0, 8899.0, 8946.0, 8911.0, 8925.0, 8866.0, 8920.0, 8879.0, 8935.0, 8860.0, 8931.0, 8857.0, 8912.0, 8867.0, 8926.0, 8862.0, 8911.0, 8877.0, 8914.0, 8859.0, 8896.0, 8843.0, 8893.0, 8857.0, 8896.0, 8876.0, 8917.0, 8881.0, 8908.0, 8879.0, 8861.0, 8888.0, 8853.0, 8887.0, 8860.0, 8905.0, 8880.0, 8923.0, 8866.0, 8921.0, 8867.0, 8925.0, 8867.0, 8917.0, 8862.0, 8916.0, 8864.0, 8915.0, 8880.0, 8923.0, 8885.0, 8921.0, 8881.0, 8877.0, 8879.0, 8862.0, 8911.0, 8870.0, 8925.0, 8888.0, 8926.0, 8910.0, 8941.0, 8901.0, 8956.0, 8934.0, 8943.0, 8980.0, 8972.0, 8979.0, 8891.0, 8813.0, 8886.0, 8843.0, 8908.0, 8848.0, 8935.0, 8918.0, 8933.0, 8963.0, 8953.0, 8973.0, 8951.0, 8963.0, 8895.0, 8911.0, 8883.0, 8906.0, 8896.0, 8918.0, 8890.0, 8901.0, 8871.0, 8896.0, 8857.0, 8888.0, 8850.0, 8840.0, 8829.0, 8796.0, 8842.0, 8800.0, 8845.0, 8813.0, 8846.0, 8802.0, 8848.0, 8803.0, 8853.0, 8810.0, 8853.0, 8806.0, 8869.0, 8828.0, 8881.0, 8843.0, 8884.0, 8820.0, 8879.0, 8838.0, 8903.0, 8870.0, 8905.0, 8846.0, 8899.0, 8840.0, 8894.0, 8868.0, 8904.0, 8883.0, 8915.0, 8866.0, 8905.0, 8880.0, 8898.0, 8882.0, 8887.0, 8922.0, 8899.0, 8945.0, 8927.0, 8937.0, 8906.0, 8895.0, 8924.0, 8897.0, 8952.0, 8917.0, 8966.0, 8924.0, 8963.0, 8907.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.018236808755760368</td></tr>
<tr><td colspan=3>aqi</td><td>0.05628261417050691</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.73815338053055</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3126933399538636</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2188237140369096</td></tr>
<tr><td colspan=3>efc</td><td>0.4506</td></tr>
<tr><td colspan=3>fber</td><td>6343.4478</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13569730876626307</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>124</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.285714285714286</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.578313671508798</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4523441233497416</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7494189344487445</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.533177956727908</td></tr>
<tr><td colspan=3>gcor</td><td>0.00861131</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010536850430071354</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02584964781999588</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.8045469724431524</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>19.3122</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.7088</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.0215</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>306077.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>614.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>253.1106</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9944</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.9052</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3210.7036</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70467.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>994.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.3863</td></tr>
<tr><td colspan=3>tsnr</td><td>28.366120246704668</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>