ds005256-mriqc/sub-0097_ses-01_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 675e0c3598 [DATALAD RUNCMD] Compute MRIQC for sub-0097
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0097 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0097",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 05:28:34 +02:00

616 lines
No EOL
105 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0097_ses-01_task-social_acq-mb8_run-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-0097_ses-01_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-01_subject-0097_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0097_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0097_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0097_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_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-01_subject-0097_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_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-01_subject-0097_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0097_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0097/figures/sub-0097_ses-01_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_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-0097/ses-01/func/sub-0097_ses-01_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>1b8c6be063ff150218f9702ed471faee</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:19:11.240000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997605, -0.0597127, 0.0349117, 0.0622396, 0.99513, -0.0764371]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.101806</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4253, -7745, -7266, 224, -12, 31, -23, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.574</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cade0bb7-6648-4c27-915b-ea1dcfb464cf||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6765010356903076, 0.16698415577411652, 0.08147899061441422, 103.05949401855469], [0.1602049022912979, 2.66986083984375, -0.2117527425289154, -99.30603790283203], [0.09366552531719208, 0.2050752192735672, 2.6904501914978027, -78.75083923339844], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['201911.240000', '201911.700000', '201912.160000', '201912.620000', '201913.080000', '201913.540000', '201914.000000', '201914.460000', '201914.920000', '201915.380000', '201915.840000', '201916.300000', '201916.760000', '201917.220000', '201917.680000', '201918.140000', '201918.600000', '201919.060000', '201919.520000', '201919.980000', '201920.440000', '201920.900000', '201921.360000', '201921.820000', '201922.280000', '201922.740000', '201923.200000', '201923.660000', '201924.120000', '201924.580000', '201925.040000', '201925.500000', '201925.960000', '201926.420000', '201926.880000', '201927.340000', '201927.800000', '201928.260000', '201928.720000', '201929.180000', '201929.640000', '201930.100000', '201930.560000', '201931.020000', '201931.480000', '201931.940000', '201932.400000', '201932.860000', '201933.320000', '201933.780000', '201934.240000', '201934.700000', '201935.160000', '201935.620000', '201936.080000', '201936.540000', '201937.000000', '201937.460000', '201937.920000', '201938.380000', '201938.840000', '201939.300000', '201939.760000', '201940.220000', '201940.680000', '201941.140000', '201941.600000', '201942.060000', '201942.520000', '201942.980000', '201943.440000', '201943.900000', '201944.360000', '201944.820000', '201945.280000', '201945.740000', '201946.200000', '201946.660000', '201947.120000', '201947.580000', '201948.040000', '201948.500000', '201948.960000', '201949.420000', '201949.880000', '201950.340000', '201950.800000', '201951.260000', '201951.720000', '201952.180000', '201952.640000', '201953.100000', '201953.560000', '201954.020000', '201954.480000', '201954.940000', '201955.400000', '201955.860000', '201956.320000', '201956.780000', '201957.240000', '201957.700000', '201958.160000', '201958.620000', '201959.080000', '201959.540000', '202000.000000', '202000.460000', '202000.920000', '202001.380000', '202001.840000', '202002.300000', '202002.760000', '202003.220000', '202003.680000', '202004.140000', '202004.600000', '202005.060000', '202005.520000', '202005.980000', '202006.440000', '202006.900000', '202007.360000', '202007.820000', '202008.280000', '202008.740000', '202009.200000', '202009.660000', '202010.120000', '202010.580000', '202011.040000', '202011.500000', '202011.960000', '202012.420000', '202012.880000', '202013.340000', '202013.800000', '202014.260000', '202014.720000', '202015.180000', '202015.640000', '202016.100000', '202016.560000', '202017.020000', '202017.480000', '202017.940000', '202018.400000', '202018.860000', '202019.320000', '202019.780000', '202020.240000', '202020.700000', '202021.160000', '202021.620000', '202022.080000', '202022.540000', '202023.000000', '202023.460000', '202023.920000', '202024.380000', '202024.840000', '202025.300000', '202025.760000', '202026.220000', '202026.680000', '202027.140000', '202027.600000', '202028.060000', '202028.520000', '202028.980000', '202029.440000', '202029.900000', '202030.360000', '202030.820000', '202031.280000', '202031.740000', '202032.200000', '202032.660000', '202033.120000', '202033.580000', '202034.040000', '202034.500000', '202034.960000', '202035.420000', '202035.880000', '202036.340000', '202036.800000', '202037.260000', '202037.720000', '202038.180000', '202038.640000', '202039.100000', '202039.560000', '202040.020000', '202040.480000', '202040.940000', '202041.400000', '202041.860000', '202042.320000', '202042.780000', '202043.240000', '202043.700000', '202044.160000', '202044.620000', '202045.080000', '202045.540000', '202046.000000', '202046.460000', '202046.920000', '202047.380000', '202047.840000', '202048.300000', '202048.760000', '202049.220000', '202049.680000', '202050.140000', '202050.600000', '202051.060000', '202051.520000', '202051.980000', '202052.440000', '202052.900000', '202053.360000', '202053.820000', '202054.280000', '202054.740000', '202055.200000', '202055.660000', '202056.120000', '202056.580000', '202057.040000', '202057.500000', '202057.960000', '202058.420000', '202058.880000', '202059.340000', '202059.800000', '202100.260000', '202100.720000', '202101.180000', '202101.640000', '202102.100000', '202102.560000', '202103.020000', '202103.480000', '202103.940000', '202104.400000', '202104.860000', '202105.320000', '202105.780000', '202106.240000', '202106.700000', '202107.160000', '202107.620000', '202108.080000', '202108.540000', '202109.000000', '202109.460000', '202109.920000', '202110.380000', '202110.840000', '202111.300000', '202111.760000', '202112.220000', '202112.680000', '202113.140000', '202113.600000', '202114.060000', '202114.520000', '202114.980000', '202115.440000', '202115.900000', '202116.360000', '202116.820000', '202117.280000', '202117.740000', '202118.200000', '202118.660000', '202119.120000', '202119.580000', '202120.040000', '202120.500000', '202120.960000', '202121.420000', '202121.880000', '202122.340000', '202122.800000', '202123.260000', '202123.720000', '202124.180000', '202124.640000', '202125.100000', '202125.560000', '202126.020000', '202126.480000', '202126.940000', '202127.400000', '202127.860000', '202128.320000', '202128.780000', '202129.240000', '202129.700000', '202130.160000', '202130.620000', '202131.080000', '202131.540000', '202132.000000', '202132.460000', '202132.920000', '202133.380000', '202133.840000', '202134.300000', '202134.760000', '202135.220000', '202135.680000', '202136.140000', '202136.600000', '202137.060000', '202137.520000', '202137.980000', '202138.440000', '202138.900000', '202139.360000', '202139.820000', '202140.280000', '202140.740000', '202141.200000', '202141.660000', '202142.120000', '202142.580000', '202143.040000', '202143.500000', '202143.960000', '202144.420000', '202144.880000', '202145.340000', '202145.800000', '202146.260000', '202146.720000', '202147.180000', '202147.640000', '202148.100000', '202148.560000', '202149.020000', '202149.480000', '202149.940000', '202150.400000', '202150.860000', '202151.320000', '202151.780000', '202152.240000', '202152.700000', '202153.160000', '202153.620000', '202154.080000', '202154.540000', '202155.000000', '202155.460000', '202155.920000', '202156.380000', '202156.840000', '202157.300000', '202157.760000', '202158.220000', '202158.680000', '202159.140000', '202159.600000', '202200.060000', '202200.520000', '202200.980000', '202201.440000', '202201.900000', '202202.360000', '202202.820000', '202203.280000', '202203.740000', '202204.200000', '202204.660000', '202205.120000', '202205.580000', '202206.040000', '202206.500000', '202206.960000', '202207.420000', '202207.880000', '202208.340000', '202208.800000', '202209.260000', '202209.720000', '202210.180000', '202210.640000', '202211.100000', '202211.560000', '202212.020000', '202212.480000', '202212.940000', '202213.400000', '202213.860000', '202214.320000', '202214.780000', '202215.240000', '202215.700000', '202216.160000', '202216.620000', '202217.080000', '202217.540000', '202218.000000', '202218.460000', '202218.920000', '202219.380000', '202219.840000', '202220.300000', '202220.760000', '202221.220000', '202221.680000', '202222.140000', '202222.600000', '202223.060000', '202223.520000', '202223.980000', '202224.440000', '202224.900000', '202225.360000', '202225.820000', '202226.280000', '202226.740000', '202227.200000', '202227.660000', '202228.120000', '202228.580000', '202229.040000', '202229.500000', '202229.960000', '202230.420000', '202230.880000', '202231.340000', '202231.800000', '202232.260000', '202232.720000', '202233.180000', '202233.640000', '202234.100000', '202234.560000', '202235.020000', '202235.480000', '202235.940000', '202236.400000', '202236.860000', '202237.320000', '202237.780000', '202238.240000', '202238.700000', '202239.160000', '202239.620000', '202240.080000', '202240.540000', '202241.000000', '202241.460000', '202241.920000', '202242.380000', '202242.840000', '202243.300000', '202243.760000', '202244.220000', '202244.680000', '202245.140000', '202245.600000', '202246.060000', '202246.520000', '202246.980000', '202247.440000', '202247.900000', '202248.360000', '202248.820000', '202249.280000', '202249.740000', '202250.200000', '202250.660000', '202251.120000', '202251.580000', '202252.040000', '202252.500000', '202252.960000', '202253.420000', '202253.880000', '202254.340000', '202254.800000', '202255.260000', '202255.720000', '202256.180000', '202256.640000', '202257.100000', '202257.560000', '202258.020000', '202258.480000', '202258.940000', '202259.400000', '202259.860000', '202300.320000', '202300.780000', '202301.240000', '202301.700000', '202302.160000', '202302.620000', '202303.080000', '202303.540000', '202304.000000', '202304.460000', '202304.920000', '202305.380000', '202305.840000', '202306.300000', '202306.760000', '202307.220000', '202307.680000', '202308.140000', '202308.600000', '202309.060000', '202309.520000', '202309.980000', '202310.440000', '202310.900000', '202311.360000', '202311.820000', '202312.280000', '202312.740000', '202313.200000', '202313.660000', '202314.120000', '202314.580000', '202315.040000', '202315.500000', '202315.960000', '202316.420000', '202316.880000', '202317.340000', '202317.800000', '202318.260000', '202318.720000', '202319.180000', '202319.640000', '202320.100000', '202320.560000', '202321.020000', '202321.480000', '202321.940000', '202322.400000', '202322.860000', '202323.320000', '202323.780000', '202324.240000', '202324.700000', '202325.160000', '202325.620000', '202326.080000', '202326.540000', '202327.000000', '202327.460000', '202327.920000', '202328.380000', '202328.840000', '202329.300000', '202329.760000', '202330.220000', '202330.680000', '202331.140000', '202331.600000', '202332.060000', '202332.520000', '202332.980000', '202333.440000', '202333.900000', '202334.360000', '202334.820000', '202335.280000', '202335.740000', '202336.200000', '202336.660000', '202337.120000', '202337.580000', '202338.040000', '202338.500000', '202338.960000', '202339.420000', '202339.880000', '202340.340000', '202340.800000', '202341.260000', '202341.720000', '202342.180000', '202342.640000', '202343.100000', '202343.560000', '202344.020000', '202344.480000', '202344.940000', '202345.400000', '202345.860000', '202346.320000', '202346.780000', '202347.240000', '202347.700000', '202348.160000', '202348.620000', '202349.080000', '202349.540000', '202350.000000', '202350.460000', '202350.920000', '202351.380000', '202351.840000', '202352.300000', '202352.760000', '202353.220000', '202353.680000', '202354.140000', '202354.600000', '202355.060000', '202355.520000', '202355.980000', '202356.440000', '202356.900000', '202357.360000', '202357.820000', '202358.280000', '202358.740000', '202359.200000', '202359.660000', '202400.120000', '202400.580000', '202401.040000', '202401.500000', '202401.960000', '202402.420000', '202402.880000', '202403.340000', '202403.800000', '202404.260000', '202404.720000', '202405.180000', '202405.640000', '202406.100000', '202406.560000', '202407.020000', '202407.480000', '202407.940000', '202408.400000', '202408.860000', '202409.320000', '202409.780000', '202410.240000', '202410.700000', '202411.160000', '202411.620000', '202412.080000', '202412.540000', '202413.000000', '202413.460000', '202413.920000', '202414.380000', '202414.840000', '202415.300000', '202415.760000', '202416.220000', '202416.680000', '202417.140000', '202417.600000', '202418.060000', '202418.520000', '202418.980000', '202419.440000', '202419.900000', '202420.360000', '202420.820000', '202421.280000', '202421.740000', '202422.200000', '202422.660000', '202423.120000', '202423.580000', '202424.040000', '202424.500000', '202424.960000', '202425.420000', '202425.880000', '202426.340000', '202426.800000', '202427.260000', '202427.720000', '202428.180000', '202428.640000', '202429.100000', '202429.560000', '202430.020000', '202430.480000', '202430.940000', '202431.400000', '202431.860000', '202432.320000', '202432.780000', '202433.240000', '202433.700000', '202434.160000', '202434.620000', '202435.080000', '202435.540000', '202436.000000', '202436.460000', '202436.920000', '202437.380000', '202437.840000', '202438.300000', '202438.760000', '202439.220000', '202439.680000', '202440.140000', '202440.600000', '202441.060000', '202441.520000', '202441.980000', '202442.440000', '202442.900000', '202443.360000', '202443.820000', '202444.280000', '202444.740000', '202445.200000', '202445.660000', '202446.120000', '202446.580000', '202447.040000', '202447.500000', '202447.960000', '202448.420000', '202448.880000', '202449.340000', '202449.800000', '202450.260000', '202450.720000', '202451.180000', '202451.640000', '202452.100000', '202452.560000', '202453.020000', '202453.480000', '202453.940000', '202454.400000', '202454.860000', '202455.320000', '202455.780000', '202456.240000', '202456.700000', '202457.160000', '202457.620000', '202458.080000', '202458.540000', '202459.000000', '202459.460000', '202459.920000', '202500.380000', '202500.840000', '202501.300000', '202501.760000', '202502.220000', '202502.680000', '202503.140000', '202503.600000', '202504.060000', '202504.520000', '202504.980000', '202505.440000', '202505.900000', '202506.360000', '202506.820000', '202507.280000', '202507.740000', '202508.200000', '202508.660000', '202509.120000', '202509.580000', '202510.040000', '202510.500000', '202510.960000', '202511.420000', '202511.880000', '202512.340000', '202512.800000', '202513.260000', '202513.720000', '202514.180000', '202514.640000', '202515.100000', '202515.560000', '202516.020000', '202516.480000', '202516.940000', '202517.400000', '202517.860000', '202518.320000', '202518.780000', '202519.240000', '202519.700000', '202520.160000', '202520.620000', '202521.080000', '202521.540000', '202522.000000', '202522.460000', '202522.920000', '202523.380000', '202523.840000', '202524.300000', '202524.760000', '202525.220000', '202525.680000', '202526.140000', '202526.600000', '202527.060000', '202527.520000', '202527.980000', '202528.440000', '202528.900000', '202529.360000', '202529.820000', '202530.280000', '202530.740000', '202531.200000', '202531.660000', '202532.120000', '202532.580000', '202533.040000', '202533.500000', '202533.960000', '202534.420000', '202534.880000', '202535.340000', '202535.800000', '202536.260000', '202536.720000', '202537.180000', '202537.640000', '202538.100000', '202538.560000', '202539.020000', '202539.480000', '202539.940000', '202540.400000', '202540.860000', '202541.320000', '202541.780000', '202542.240000', '202542.700000', '202543.160000', '202543.620000', '202544.080000', '202544.540000', '202545.000000', '202545.460000', '202545.920000', '202546.380000', '202546.840000', '202547.300000', '202547.760000', '202548.220000', '202548.680000', '202549.140000', '202549.600000', '202550.060000', '202550.520000', '202550.980000', '202551.440000', '202551.900000'], 'ContentTime': ['201934.874000', '201934.877000', '201934.880000', '201934.882000', '201934.885000', '201934.888000', '201934.890000', '201934.893000', '201934.896000', '201934.898000', '201934.901000', '201934.904000', '201934.907000', '201934.909000', '201934.912000', '201934.915000', '201934.917000', '201934.920000', '201934.922000', '201934.925000', '201934.927000', '201934.930000', '201934.933000', '201934.935000', '201934.938000', '201934.941000', '201934.943000', '201934.946000', '201934.949000', '201934.951000', '201934.954000', '201934.956000', '201934.959000', '201934.962000', '201934.964000', '201934.967000', '201934.969000', '201934.972000', '201934.975000', '201934.977000', '201934.980000', '201934.984000', '201934.986000', '201934.997000', '201935.001000', '201935.004000', '201935.006000', '201935.009000', '201954.833000', '201954.836000', '201954.839000', '201954.842000', '201954.844000', '201954.847000', '201954.850000', '201954.852000', '201954.855000', '201954.857000', '201954.860000', '201954.863000', '201954.865000', '201954.868000', '201954.870000', '201954.873000', '201954.876000', '201954.878000', '201954.881000', '201954.883000', '201954.886000', '201954.888000', '201954.891000', '201954.894000', '201954.896000', '201954.899000', '201954.901000', '201954.904000', '201954.907000', '201954.917000', '201954.919000', '201954.922000', '201954.925000', '201954.927000', '201954.930000', '201954.932000', '201954.935000', '201954.937000', '201954.940000', '201954.943000', '201954.945000', '201954.948000', '201954.951000', '201954.953000', '202014.833000', '202014.836000', '202014.839000', '202014.841000', '202014.844000', '202014.847000', '202014.849000', '202014.852000', '202014.855000', '202014.857000', '202014.860000', '202014.862000', '202014.865000', '202014.868000', '202014.870000', '202014.873000', '202014.876000', '202014.879000', '202014.881000', '202014.884000', '202014.887000', '202014.889000', '202014.892000', '202014.894000', '202014.897000', '202014.908000', '202014.910000', '202014.913000', '202014.915000', '202014.918000', '202014.921000', '202014.923000', '202014.926000', '202014.929000', '202014.931000', '202014.934000', '202014.936000', '202014.939000', '202014.942000', '202014.944000', '202014.947000', '202014.949000', '202014.952000', '202034.833000', '202034.836000', '202034.839000', '202034.842000', '202034.844000', '202034.847000', '202034.850000', '202034.852000', '202034.855000', '202034.857000', '202034.860000', '202034.863000', '202034.865000', '202034.868000', '202034.870000', '202034.873000', '202034.876000', '202034.878000', '202034.881000', '202034.883000', '202034.886000', '202034.889000', '202034.891000', '202034.894000', '202034.896000', '202034.899000', '202034.902000', '202034.904000', '202034.907000', '202034.909000', '202034.912000', '202034.914000', '202034.917000', '202034.920000', '202034.922000', '202034.925000', '202034.927000', '202034.930000', '202034.933000', '202034.935000', '202034.938000', '202034.940000', '202034.943000', '202034.945000', '202054.834000', '202054.836000', '202054.839000', '202054.842000', '202054.845000', '202054.847000', '202054.850000', '202054.853000', '202054.855000', '202054.858000', '202054.860000', '202054.863000', '202054.865000', '202054.868000', '202054.871000', '202054.873000', '202054.876000', '202054.878000', '202054.881000', '202054.884000', '202054.887000', '202054.889000', '202054.892000', '202054.894000', '202054.897000', '202054.900000', '202054.902000', '202054.905000', '202054.908000', '202054.910000', '202054.913000', '202054.916000', '202054.918000', '202054.921000', '202054.924000', '202054.926000', '202054.929000', '202054.932000', '202054.934000', '202054.937000', '202054.939000', '202054.942000', '202054.945000', '202114.834000', '202114.838000', '202114.841000', '202114.843000', '202114.846000', '202114.849000', '202114.851000', '202114.854000', '202114.857000', '202114.859000', '202114.862000', '202114.864000', '202114.867000', '202114.876000', '202114.879000', '202114.882000', '202114.884000', '202114.887000', '202114.890000', '202114.892000', '202114.895000', '202114.898000', '202114.900000', '202114.903000', '202114.906000', '202114.908000', '202114.911000', '202114.913000', '202114.916000', '202114.919000', '202114.921000', '202114.924000', '202114.927000', '202114.929000', '202114.932000', '202114.934000', '202114.937000', '202114.940000', '202114.942000', '202114.945000', '202114.948000', '202114.950000', '202114.953000', '202114.955000', '202134.834000', '202134.837000', '202134.840000', '202134.843000', '202134.845000', '202134.848000', '202134.850000', '202134.853000', '202134.855000', '202134.858000', '202134.861000', '202134.863000', '202134.866000', '202134.869000', '202134.871000', '202134.874000', '202134.876000', '202134.879000', '202134.882000', '202134.884000', '202134.887000', '202134.889000', '202134.892000', '202134.895000', '202134.897000', '202134.900000', '202134.902000', '202134.905000', '202134.908000', '202134.910000', '202134.913000', '202134.916000', '202134.918000', '202134.921000', '202134.923000', '202134.926000', '202134.929000', '202134.931000', '202134.934000', '202134.936000', '202134.939000', '202134.941000', '202134.944000', '202154.834000', '202154.837000', '202154.840000', '202154.842000', '202154.845000', '202154.847000', '202154.850000', '202154.853000', '202154.855000', '202154.858000', '202154.861000', '202154.863000', '202154.866000', '202154.869000', '202154.871000', '202154.874000', '202154.877000', '202154.879000', '202154.882000', '202154.885000', '202154.887000', '202154.890000', '202154.892000', '202154.895000', '202154.898000', '202154.900000', '202154.903000', '202154.905000', '202154.908000', '202154.911000', '202154.913000', '202154.916000', '202154.919000', '202154.921000', '202154.924000', '202154.926000', '202154.929000', '202154.932000', '202154.934000', '202154.937000', '202154.939000', '202154.942000', '202154.945000', '202154.947000', '202214.833000', '202214.836000', '202214.839000', '202214.842000', '202214.844000', '202214.847000', '202214.849000', '202214.852000', '202214.855000', '202214.857000', '202214.860000', '202214.862000', '202214.865000', '202214.868000', '202214.870000', '202214.873000', '202214.876000', '202214.878000', '202214.881000', '202214.883000', '202214.886000', '202214.889000', '202214.891000', '202214.894000', '202214.897000', '202214.899000', '202214.902000', '202214.904000', '202214.907000', '202214.910000', '202214.913000', '202214.915000', '202214.918000', '202214.920000', '202214.923000', '202214.926000', '202214.928000', '202214.931000', '202214.934000', '202214.936000', '202214.939000', '202214.941000', '202214.944000', '202234.833000', '202234.836000', '202234.839000', '202234.842000', '202234.844000', '202234.847000', '202234.849000', '202234.852000', '202234.855000', '202234.857000', '202234.860000', '202234.862000', '202234.865000', '202234.868000', '202234.870000', '202234.873000', '202234.876000', '202234.879000', '202234.882000', '202234.885000', '202234.887000', '202234.890000', '202234.892000', '202234.895000', '202234.898000', '202234.900000', '202234.903000', '202234.905000', '202234.908000', '202234.917000', '202234.920000', '202234.922000', '202234.925000', '202234.928000', '202234.931000', '202234.933000', '202234.936000', '202234.939000', '202234.941000', '202234.944000', '202234.947000', '202234.949000', '202234.952000', '202254.834000', '202254.837000', '202254.839000', '202254.842000', '202254.845000', '202254.847000', '202254.850000', '202254.852000', '202254.855000', '202254.858000', '202254.860000', '202254.863000', '202254.865000', '202254.868000', '202254.871000', '202254.873000', '202254.876000', '202254.879000', '202254.881000', '202254.884000', '202254.886000', '202254.889000', '202254.892000', '202254.894000', '202254.897000', '202254.900000', '202254.902000', '202254.905000', '202254.908000', '202254.910000', '202254.913000', '202254.915000', '202254.918000', '202254.921000', '202254.923000', '202254.926000', '202254.929000', '202254.931000', '202254.934000', '202254.936000', '202254.939000', '202254.942000', '202254.944000', '202254.947000', '202314.833000', '202314.836000', '202314.839000', '202314.842000', '202314.844000', '202314.847000', '202314.850000', '202314.852000', '202314.855000', '202314.857000', '202314.861000', '202314.864000', '202314.866000', '202314.871000', '202314.873000', '202314.876000', '202314.878000', '202314.881000', '202314.884000', '202314.887000', '202314.889000', '202314.892000', '202314.895000', '202314.897000', '202314.900000', '202314.903000', '202314.905000', '202314.908000', '202314.911000', '202314.913000', '202314.916000', '202314.919000', '202314.921000', '202314.924000', '202314.926000', '202314.929000', '202314.932000', '202314.934000', '202314.937000', '202314.939000', '202314.942000', '202314.945000', '202314.948000', '202334.835000', '202334.837000', '202334.840000', '202334.843000', '202334.846000', '202334.848000', '202334.851000', '202334.853000', '202334.856000', '202334.859000', '202334.861000', '202334.864000', '202334.867000', '202334.869000', '202334.872000', '202334.875000', '202334.877000', '202334.880000', '202334.883000', '202334.885000', '202334.888000', '202334.890000', '202334.893000', '202334.896000', '202334.898000', '202334.901000', '202334.904000', '202334.906000', '202334.909000', '202334.912000', '202334.914000', '202334.917000', '202334.920000', '202334.922000', '202334.925000', '202334.927000', '202334.930000', '202334.933000', '202334.935000', '202334.938000', '202334.941000', '202334.943000', '202334.946000', '202334.949000', '202354.834000', '202354.837000', '202354.840000', '202354.843000', '202354.845000', '202354.848000', '202354.850000', '202354.853000', '202354.856000', '202354.858000', '202354.861000', '202354.864000', '202354.867000', '202354.871000', '202354.874000', '202354.877000', '202354.879000', '202354.882000', '202354.884000', '202354.887000', '202354.890000', '202354.892000', '202354.895000', '202354.897000', '202354.900000', '202354.903000', '202354.905000', '202354.908000', '202354.911000', '202354.913000', '202354.916000', '202354.919000', '202354.922000', '202354.925000', '202354.927000', '202354.930000', '202354.933000', '202354.935000', '202354.938000', '202354.940000', '202354.943000', '202354.946000', '202354.948000', '202414.834000', '202414.837000', '202414.840000', '202414.843000', '202414.846000', '202414.848000', '202414.851000', '202414.854000', '202414.856000', '202414.859000', '202414.890000', '202414.893000', '202414.896000', '202414.898000', '202414.901000', '202414.904000', '202414.906000', '202414.909000', '202414.911000', '202414.914000', '202414.916000', '202414.919000', '202414.922000', '202414.924000', '202414.927000', '202414.929000', '202414.932000', '202414.935000', '202414.937000', '202414.940000', '202414.943000', '202414.945000', '202414.948000', '202414.951000', '202414.953000', '202414.956000', '202414.959000', '202414.961000', '202414.964000', '202414.967000', '202414.969000', '202414.972000', '202414.975000', '202414.977000', '202434.834000', '202434.837000', '202434.839000', '202434.842000', '202434.845000', '202434.848000', '202434.850000', '202434.853000', '202434.857000', '202434.860000', '202434.863000', '202434.865000', '202434.868000', '202434.870000', '202434.873000', '202434.876000', '202434.878000', '202434.881000', '202434.883000', '202434.886000', '202434.889000', '202434.891000', '202434.894000', '202434.896000', '202434.899000', '202434.902000', '202434.904000', '202434.907000', '202434.910000', '202434.912000', '202434.915000', '202434.917000', '202434.920000', '202434.923000', '202434.925000', '202434.928000', '202434.931000', '202434.933000', '202434.936000', '202434.939000', '202434.942000', '202434.944000', '202434.947000', '202454.834000', '202454.837000', '202454.840000', '202454.842000', '202454.845000', '202454.847000', '202454.850000', '202454.853000', '202454.855000', '202454.858000', '202454.861000', '202454.863000', '202454.866000', '202454.868000', '202454.871000', '202454.874000', '202454.876000', '202454.879000', '202454.882000', '202454.884000', '202454.887000', '202454.889000', '202454.892000', '202454.895000', '202454.898000', '202454.900000', '202454.903000', '202454.906000', '202454.908000', '202454.911000', '202454.913000', '202454.916000', '202454.919000', '202454.921000', '202454.924000', '202454.927000', '202454.929000', '202454.932000', '202454.935000', '202454.937000', '202454.940000', '202454.942000', '202454.945000', '202454.947000', '202514.833000', '202514.836000', '202514.839000', '202514.841000', '202514.844000', '202514.847000', '202514.849000', '202514.852000', '202514.855000', '202514.857000', '202514.860000', '202514.862000', '202514.865000', '202514.868000', '202514.870000', '202514.873000', '202514.876000', '202514.878000', '202514.881000', '202514.883000', '202514.886000', '202514.888000', '202514.891000', '202514.894000', '202514.896000', '202514.899000', '202514.902000', '202514.904000', '202514.907000', '202514.910000', '202514.912000', '202514.916000', '202514.919000', '202514.921000', '202514.924000', '202514.927000', '202514.930000', '202514.932000', '202514.935000', '202514.937000', '202514.940000', '202514.943000', '202514.945000', '202534.834000', '202534.837000', '202534.839000', '202534.842000', '202534.844000', '202534.847000', '202534.850000', '202534.852000', '202534.855000', '202534.858000', '202534.860000', '202534.863000', '202534.865000', '202534.868000', '202534.871000', '202534.873000', '202534.876000', '202534.879000', '202534.881000', '202534.884000', '202534.886000', '202534.899000', '202534.902000', '202534.904000', '202534.907000', '202534.910000', '202534.912000', '202534.915000', '202534.918000', '202534.920000', '202534.923000', '202534.925000', '202534.928000', '202534.931000', '202534.933000', '202534.936000', '202534.939000', '202534.941000', '202534.944000', '202534.947000', '202534.949000', '202534.952000', '202534.954000', '202534.957000', '202553.531000', '202553.535000', '202553.537000', '202553.540000', '202553.543000', '202553.546000', '202553.549000', '202553.552000', '202553.554000', '202553.557000', '202553.559000', '202553.562000', '202553.565000', '202553.567000', '202553.570000', '202553.573000', '202553.575000', '202553.578000', '202553.581000', '202553.583000', '202553.586000', '202553.589000', '202553.592000', '202553.595000', '202553.598000', '202553.601000', '202553.604000', '202553.607000', '202553.609000', '202553.612000', '202553.615000', '202553.618000', '202553.621000', '202553.623000', '202553.626000', '202553.629000', '202553.632000', '202553.634000', '202553.637000', '202553.640000', '202553.642000'], 'InstanceCreationTime': ['201934.874000', '201934.877000', '201934.880000', '201934.882000', '201934.885000', '201934.888000', '201934.890000', '201934.893000', '201934.896000', '201934.898000', '201934.901000', '201934.904000', '201934.907000', '201934.909000', '201934.912000', '201934.915000', '201934.917000', '201934.920000', '201934.922000', '201934.925000', '201934.927000', '201934.930000', '201934.933000', '201934.935000', '201934.938000', '201934.941000', '201934.943000', '201934.946000', '201934.949000', '201934.951000', '201934.954000', '201934.956000', '201934.959000', '201934.962000', '201934.964000', '201934.967000', '201934.969000', '201934.972000', '201934.975000', '201934.977000', '201934.980000', '201934.984000', '201934.986000', '201934.997000', '201935.001000', '201935.004000', '201935.006000', '201935.009000', '201954.833000', '201954.836000', '201954.839000', '201954.842000', '201954.844000', '201954.847000', '201954.850000', '201954.852000', '201954.855000', '201954.857000', '201954.860000', '201954.863000', '201954.865000', '201954.868000', '201954.870000', '201954.873000', '201954.876000', '201954.878000', '201954.881000', '201954.883000', '201954.886000', '201954.888000', '201954.891000', '201954.894000', '201954.896000', '201954.899000', '201954.901000', '201954.904000', '201954.907000', '201954.917000', '201954.919000', '201954.922000', '201954.925000', '201954.927000', '201954.930000', '201954.932000', '201954.935000', '201954.937000', '201954.940000', '201954.943000', '201954.945000', '201954.948000', '201954.951000', '201954.953000', '202014.833000', '202014.836000', '202014.839000', '202014.841000', '202014.844000', '202014.847000', '202014.849000', '202014.852000', '202014.855000', '202014.857000', '202014.860000', '202014.862000', '202014.865000', '202014.868000', '202014.870000', '202014.873000', '202014.876000', '202014.879000', '202014.881000', '202014.884000', '202014.887000', '202014.889000', '202014.892000', '202014.894000', '202014.897000', '202014.908000', '202014.910000', '202014.913000', '202014.915000', '202014.918000', '202014.921000', '202014.923000', '202014.926000', '202014.929000', '202014.931000', '202014.934000', '202014.936000', '202014.939000', '202014.942000', '202014.944000', '202014.947000', '202014.949000', '202014.952000', '202034.833000', '202034.836000', '202034.839000', '202034.842000', '202034.844000', '202034.847000', '202034.850000', '202034.852000', '202034.855000', '202034.857000', '202034.860000', '202034.863000', '202034.865000', '202034.868000', '202034.870000', '202034.873000', '202034.876000', '202034.878000', '202034.881000', '202034.883000', '202034.886000', '202034.889000', '202034.891000', '202034.894000', '202034.896000', '202034.899000', '202034.902000', '202034.904000', '202034.907000', '202034.909000', '202034.912000', '202034.914000', '202034.917000', '202034.920000', '202034.922000', '202034.925000', '202034.927000', '202034.930000', '202034.933000', '202034.935000', '202034.938000', '202034.940000', '202034.943000', '202034.945000', '202054.834000', '202054.836000', '202054.839000', '202054.842000', '202054.845000', '202054.847000', '202054.850000', '202054.853000', '202054.855000', '202054.858000', '202054.860000', '202054.863000', '202054.865000', '202054.868000', '202054.871000', '202054.873000', '202054.876000', '202054.878000', '202054.881000', '202054.884000', '202054.887000', '202054.889000', '202054.892000', '202054.894000', '202054.897000', '202054.900000', '202054.902000', '202054.905000', '202054.908000', '202054.910000', '202054.913000', '202054.916000', '202054.918000', '202054.921000', '202054.924000', '202054.926000', '202054.929000', '202054.932000', '202054.934000', '202054.937000', '202054.939000', '202054.942000', '202054.945000', '202114.834000', '202114.838000', '202114.841000', '202114.843000', '202114.846000', '202114.849000', '202114.851000', '202114.854000', '202114.857000', '202114.859000', '202114.862000', '202114.864000', '202114.867000', '202114.876000', '202114.879000', '202114.882000', '202114.884000', '202114.887000', '202114.890000', '202114.892000', '202114.895000', '202114.898000', '202114.900000', '202114.903000', '202114.906000', '202114.908000', '202114.911000', '202114.913000', '202114.916000', '202114.919000', '202114.921000', '202114.924000', '202114.927000', '202114.929000', '202114.932000', '202114.934000', '202114.937000', '202114.940000', '202114.942000', '202114.945000', '202114.948000', '202114.950000', '202114.953000', '202114.955000', '202134.834000', '202134.837000', '202134.840000', '202134.843000', '202134.845000', '202134.848000', '202134.850000', '202134.853000', '202134.855000', '202134.858000', '202134.861000', '202134.863000', '202134.866000', '202134.869000', '202134.871000', '202134.874000', '202134.876000', '202134.879000', '202134.882000', '202134.884000', '202134.887000', '202134.889000', '202134.892000', '202134.895000', '202134.897000', '202134.900000', '202134.902000', '202134.905000', '202134.908000', '202134.910000', '202134.913000', '202134.916000', '202134.918000', '202134.921000', '202134.923000', '202134.926000', '202134.929000', '202134.931000', '202134.934000', '202134.936000', '202134.939000', '202134.941000', '202134.944000', '202154.834000', '202154.837000', '202154.840000', '202154.842000', '202154.845000', '202154.847000', '202154.850000', '202154.853000', '202154.855000', '202154.858000', '202154.861000', '202154.863000', '202154.866000', '202154.869000', '202154.871000', '202154.874000', '202154.877000', '202154.879000', '202154.882000', '202154.885000', '202154.887000', '202154.890000', '202154.892000', '202154.895000', '202154.898000', '202154.900000', '202154.903000', '202154.905000', '202154.908000', '202154.911000', '202154.913000', '202154.916000', '202154.919000', '202154.921000', '202154.924000', '202154.926000', '202154.929000', '202154.932000', '202154.934000', '202154.937000', '202154.939000', '202154.942000', '202154.945000', '202154.947000', '202214.833000', '202214.836000', '202214.839000', '202214.842000', '202214.844000', '202214.847000', '202214.849000', '202214.852000', '202214.855000', '202214.857000', '202214.860000', '202214.862000', '202214.865000', '202214.868000', '202214.870000', '202214.873000', '202214.876000', '202214.878000', '202214.881000', '202214.883000', '202214.886000', '202214.889000', '202214.891000', '202214.894000', '202214.897000', '202214.899000', '202214.902000', '202214.904000', '202214.907000', '202214.910000', '202214.913000', '202214.915000', '202214.918000', '202214.920000', '202214.923000', '202214.926000', '202214.928000', '202214.931000', '202214.934000', '202214.936000', '202214.939000', '202214.941000', '202214.944000', '202234.833000', '202234.836000', '202234.839000', '202234.842000', '202234.844000', '202234.847000', '202234.849000', '202234.852000', '202234.855000', '202234.857000', '202234.860000', '202234.862000', '202234.865000', '202234.868000', '202234.870000', '202234.873000', '202234.876000', '202234.879000', '202234.882000', '202234.885000', '202234.887000', '202234.890000', '202234.892000', '202234.895000', '202234.898000', '202234.900000', '202234.903000', '202234.905000', '202234.908000', '202234.917000', '202234.920000', '202234.922000', '202234.925000', '202234.928000', '202234.931000', '202234.933000', '202234.936000', '202234.939000', '202234.941000', '202234.944000', '202234.947000', '202234.949000', '202234.952000', '202254.834000', '202254.837000', '202254.839000', '202254.842000', '202254.845000', '202254.847000', '202254.850000', '202254.852000', '202254.855000', '202254.858000', '202254.860000', '202254.863000', '202254.865000', '202254.868000', '202254.871000', '202254.873000', '202254.876000', '202254.879000', '202254.881000', '202254.884000', '202254.886000', '202254.889000', '202254.892000', '202254.894000', '202254.897000', '202254.900000', '202254.902000', '202254.905000', '202254.908000', '202254.910000', '202254.913000', '202254.915000', '202254.918000', '202254.921000', '202254.923000', '202254.926000', '202254.929000', '202254.931000', '202254.934000', '202254.936000', '202254.939000', '202254.942000', '202254.944000', '202254.947000', '202314.833000', '202314.836000', '202314.839000', '202314.842000', '202314.844000', '202314.847000', '202314.850000', '202314.852000', '202314.855000', '202314.857000', '202314.861000', '202314.864000', '202314.866000', '202314.871000', '202314.873000', '202314.876000', '202314.878000', '202314.881000', '202314.884000', '202314.887000', '202314.889000', '202314.892000', '202314.895000', '202314.897000', '202314.900000', '202314.903000', '202314.905000', '202314.908000', '202314.911000', '202314.913000', '202314.916000', '202314.919000', '202314.921000', '202314.924000', '202314.926000', '202314.929000', '202314.932000', '202314.934000', '202314.937000', '202314.939000', '202314.942000', '202314.945000', '202314.948000', '202334.835000', '202334.837000', '202334.840000', '202334.843000', '202334.846000', '202334.848000', '202334.851000', '202334.853000', '202334.856000', '202334.859000', '202334.861000', '202334.864000', '202334.867000', '202334.869000', '202334.872000', '202334.875000', '202334.877000', '202334.880000', '202334.883000', '202334.885000', '202334.888000', '202334.890000', '202334.893000', '202334.896000', '202334.898000', '202334.901000', '202334.904000', '202334.906000', '202334.909000', '202334.912000', '202334.914000', '202334.917000', '202334.920000', '202334.922000', '202334.925000', '202334.927000', '202334.930000', '202334.933000', '202334.935000', '202334.938000', '202334.941000', '202334.943000', '202334.946000', '202334.949000', '202354.834000', '202354.837000', '202354.840000', '202354.843000', '202354.845000', '202354.848000', '202354.850000', '202354.853000', '202354.856000', '202354.858000', '202354.861000', '202354.864000', '202354.867000', '202354.871000', '202354.874000', '202354.877000', '202354.879000', '202354.882000', '202354.884000', '202354.887000', '202354.890000', '202354.892000', '202354.895000', '202354.897000', '202354.900000', '202354.903000', '202354.905000', '202354.908000', '202354.911000', '202354.913000', '202354.916000', '202354.919000', '202354.922000', '202354.925000', '202354.927000', '202354.930000', '202354.933000', '202354.935000', '202354.938000', '202354.940000', '202354.943000', '202354.946000', '202354.948000', '202414.834000', '202414.837000', '202414.840000', '202414.843000', '202414.846000', '202414.848000', '202414.851000', '202414.854000', '202414.856000', '202414.859000', '202414.890000', '202414.893000', '202414.896000', '202414.898000', '202414.901000', '202414.904000', '202414.906000', '202414.909000', '202414.911000', '202414.914000', '202414.916000', '202414.919000', '202414.922000', '202414.924000', '202414.927000', '202414.929000', '202414.932000', '202414.935000', '202414.937000', '202414.940000', '202414.943000', '202414.945000', '202414.948000', '202414.951000', '202414.953000', '202414.956000', '202414.959000', '202414.961000', '202414.964000', '202414.967000', '202414.969000', '202414.972000', '202414.975000', '202414.977000', '202434.834000', '202434.837000', '202434.839000', '202434.842000', '202434.845000', '202434.848000', '202434.850000', '202434.853000', '202434.857000', '202434.860000', '202434.863000', '202434.865000', '202434.868000', '202434.870000', '202434.873000', '202434.876000', '202434.878000', '202434.881000', '202434.883000', '202434.886000', '202434.889000', '202434.891000', '202434.894000', '202434.896000', '202434.899000', '202434.902000', '202434.904000', '202434.907000', '202434.910000', '202434.912000', '202434.915000', '202434.917000', '202434.920000', '202434.923000', '202434.925000', '202434.928000', '202434.931000', '202434.933000', '202434.936000', '202434.939000', '202434.942000', '202434.944000', '202434.947000', '202454.834000', '202454.837000', '202454.840000', '202454.842000', '202454.845000', '202454.847000', '202454.850000', '202454.853000', '202454.855000', '202454.858000', '202454.861000', '202454.863000', '202454.866000', '202454.868000', '202454.871000', '202454.874000', '202454.876000', '202454.879000', '202454.882000', '202454.884000', '202454.887000', '202454.889000', '202454.892000', '202454.895000', '202454.898000', '202454.900000', '202454.903000', '202454.906000', '202454.908000', '202454.911000', '202454.913000', '202454.916000', '202454.919000', '202454.921000', '202454.924000', '202454.927000', '202454.929000', '202454.932000', '202454.935000', '202454.937000', '202454.940000', '202454.942000', '202454.945000', '202454.947000', '202514.833000', '202514.836000', '202514.839000', '202514.841000', '202514.844000', '202514.847000', '202514.849000', '202514.852000', '202514.855000', '202514.857000', '202514.860000', '202514.862000', '202514.865000', '202514.868000', '202514.870000', '202514.873000', '202514.876000', '202514.878000', '202514.881000', '202514.883000', '202514.886000', '202514.888000', '202514.891000', '202514.894000', '202514.896000', '202514.899000', '202514.902000', '202514.904000', '202514.907000', '202514.910000', '202514.912000', '202514.916000', '202514.919000', '202514.921000', '202514.924000', '202514.927000', '202514.930000', '202514.932000', '202514.935000', '202514.937000', '202514.940000', '202514.943000', '202514.945000', '202534.834000', '202534.837000', '202534.839000', '202534.842000', '202534.844000', '202534.847000', '202534.850000', '202534.852000', '202534.855000', '202534.858000', '202534.860000', '202534.863000', '202534.865000', '202534.868000', '202534.871000', '202534.873000', '202534.876000', '202534.879000', '202534.881000', '202534.884000', '202534.886000', '202534.899000', '202534.902000', '202534.904000', '202534.907000', '202534.910000', '202534.912000', '202534.915000', '202534.918000', '202534.920000', '202534.923000', '202534.925000', '202534.928000', '202534.931000', '202534.933000', '202534.936000', '202534.939000', '202534.941000', '202534.944000', '202534.947000', '202534.949000', '202534.952000', '202534.954000', '202534.957000', '202553.531000', '202553.535000', '202553.537000', '202553.540000', '202553.543000', '202553.546000', '202553.549000', '202553.552000', '202553.554000', '202553.557000', '202553.559000', '202553.562000', '202553.565000', '202553.567000', '202553.570000', '202553.573000', '202553.575000', '202553.578000', '202553.581000', '202553.583000', '202553.586000', '202553.589000', '202553.592000', '202553.595000', '202553.598000', '202553.601000', '202553.604000', '202553.607000', '202553.609000', '202553.612000', '202553.615000', '202553.618000', '202553.621000', '202553.623000', '202553.626000', '202553.629000', '202553.632000', '202553.634000', '202553.637000', '202553.640000', '202553.642000'], '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': [7181, 12474, 9657, 8510, 11340, 8337, 6648, 8260, 9360, 7208, 9083, 10661, 8160, 11960, 9798, 7855, 12259, 8220, 8114, 10420, 7809, 6446, 7208, 6371, 8507, 6979, 6359, 9295, 7759, 6351, 8933, 6435, 6157, 9286, 6724, 9547, 8995, 7908, 12137, 9090, 7281, 12318, 10946, 12019, 12267, 9825, 14011, 8442, 10773, 8962, 8188, 11964, 7938, 8318, 7952, 6372, 10295, 6621, 6477, 8853, 6676, 10261, 7145, 6278, 9327, 6582, 10346, 8250, 6558, 10541, 6528, 6924, 8721, 7227, 8183, 6625, 6222, 6981, 9609, 7701, 6841, 11950, 10510, 8668, 12699, 9707, 9334, 11867, 8589, 13033, 10374, 7225, 10673, 6826, 8001, 9591, 6831, 9375, 7154, 6741, 11294, 8001, 7594, 9447, 6614, 11023, 8028, 7666, 10254, 7369, 11173, 6663, 6390, 9440, 6658, 6333, 8719, 6997, 6247, 10458, 8023, 6678, 10929, 11127, 7793, 11269, 10243, 8284, 12672, 10867, 11572, 10507, 6653, 10463, 7115, 6585, 11011, 6969, 6639, 8378, 6492, 8345, 7305, 6685, 11359, 7632, 7063, 10625, 8217, 11645, 9675, 8284, 11938, 7917, 6967, 9837, 7815, 6389, 9622, 6382, 6772, 10068, 8274, 12343, 9144, 8084, 11298, 7947, 10491, 9746, 8069, 10444, 7865, 6875, 11768, 8158, 7555, 10931, 6795, 9407, 8682, 7727, 11289, 8003, 10904, 7449, 6754, 10430, 6951, 8279, 9798, 6646, 10091, 7619, 7361, 11060, 8383, 8544, 9545, 6986, 11221, 8064, 7655, 11929, 8364, 7153, 9753, 7006, 11339, 8559, 7654, 8913, 7269, 6557, 6546, 9809, 7546, 7131, 11454, 9494, 7494, 7962, 8685, 10737, 10460, 10411, 12580, 8454, 7178, 9845, 7150, 8004, 8937, 6275, 6490, 7152, 6428, 10325, 7936, 7275, 11627, 7673, 6928, 10758, 7757, 12536, 9858, 9003, 10778, 7235, 9345, 7933, 7143, 11043, 8733, 7102, 8838, 8882, 6631, 8757, 10682, 7552, 8719, 9993, 7755, 12111, 9680, 8613, 11843, 6690, 6423, 10551, 7501, 7151, 9905, 6577, 7333, 7746, 6770, 12051, 8985, 7879, 10764, 7357, 11350, 8664, 8103, 12386, 8364, 7546, 9370, 7467, 12835, 9463, 8370, 11626, 6757, 7895, 8226, 7305, 11345, 8601, 6660, 11074, 6531, 6360, 10353, 8427, 8297, 9286, 7077, 11901, 9019, 8356, 13329, 8329, 7393, 10636, 7915, 12994, 9897, 8222, 9901, 6657, 8635, 7765, 6431, 8389, 9148, 6788, 6238, 11570, 7772, 7382, 12683, 10098, 8045, 11938, 8040, 11706, 9448, 8540, 13134, 6485, 6285, 8896, 6850, 10021, 7614, 6450, 9589, 6557, 6457, 10877, 8428, 8524, 11220, 7413, 10271, 8596, 8001, 13030, 8587, 6785, 10539, 7370, 9365, 9186, 7578, 11452, 7164, 6764, 11229, 7758, 7438, 11132, 6411, 6563, 9295, 6947, 6845, 10982, 7018, 6496, 9880, 7288, 11086, 8969, 8388, 12543, 8062, 7108, 11622, 8050, 9227, 11946, 7312, 10448, 8429, 7628, 11486, 8627, 10974, 9210, 7312, 11301, 7358, 9749, 7337, 6793, 12314, 6730, 6682, 9238, 7091, 7064, 9484, 6656, 9541, 7086, 6870, 10762, 8454, 7635, 10052, 6795, 7144, 10382, 7482, 6768, 10503, 8215, 7341, 12789, 8426, 8809, 10856, 8580, 12008, 10799, 6796, 8306, 6338, 6809, 9952, 7398, 6644, 10270, 6792, 8040, 8214, 7813, 12164, 7840, 9096, 7767, 7132, 11533, 8295, 7477, 10810, 7507, 7314, 9192, 7811, 12116, 10050, 7242, 10917, 7110, 9343, 7784, 7104, 12327, 7111, 6678, 9117, 7416, 10003, 9087, 6896, 11162, 7074, 6937, 9492, 7802, 10666, 7627, 7112, 10950, 7721, 10095, 9219, 7682, 12123, 7618, 7199, 8452, 7344, 11497, 8829, 6928, 9694, 7060, 10423, 8108, 7895, 11305, 7006, 9328, 6625, 7191, 11295, 8257, 6991, 10366, 6888, 8415, 7698, 7417, 12160, 6813, 6418, 9350, 7095, 11124, 9331, 7725, 11610, 7359, 7757, 8403, 7510, 10770, 7898, 6909, 11019, 7256, 7586, 10299, 7033, 11153, 6917, 6651, 8492, 6664, 9184, 8074, 7099, 10774, 7082, 6927, 11394, 7411, 6789, 8494, 7131, 11151, 8845, 7366, 13073, 7074, 6433, 9672, 6868, 10149, 9712, 7361, 9298, 7377, 6311, 8751, 8441, 6579, 8975, 9493, 8024, 13814, 10113, 8109, 10195, 6608, 10477, 8143, 6912, 11530, 6490, 6182, 6982, 6380, 9511, 6752, 6769, 8201, 6307, 9574, 7175, 6599, 8934, 7474, 10084, 7432, 6987, 11645, 8167, 10228, 11438, 7380, 11475, 9089, 7723, 8907, 7323, 10382, 7894, 6950, 10381, 7079, 7151, 12319, 8417, 7221, 9205, 7027, 11499, 8890, 7640, 11421, 6948, 8940, 8168, 7285, 11972, 9475, 6783, 9394, 6656, 7786, 8064, 7124, 12114, 7841, 6551, 10131, 7307, 9017, 10323, 8066, 10645, 7603, 7123, 11476, 7914, 8352, 8845, 6081, 7054, 7420, 6318, 6150, 10146, 7258, 6724, 10479, 7995, 10631, 9578, 7209, 11452, 7915, 8951, 10478, 7529, 9935, 6471, 6737, 8425, 7060, 7837, 7621, 6658, 9974, 6482, 6853, 9490, 7547, 7791, 8675, 6737, 10964, 9616, 9470, 12661, 7517, 10445, 7801, 7338, 9762, 7310, 9032, 6647, 7048, 10106, 7139, 8885, 8919, 7216, 9703, 6631, 7188, 10341, 7834, 6561, 8901, 7049, 10937, 8581, 8122, 12329, 7235, 7913, 8039, 7225, 10109, 7673, 6828, 10816, 7122, 6924, 11511, 8237, 10835, 10533, 6921, 10504, 7810, 7151, 11966, 7728, 7553, 9315, 7006, 6338, 11198, 7750, 6902, 11641, 8504, 7442, 10123, 7255, 9411, 8888, 7386, 11564, 8399, 6611, 9584, 6501, 6525, 8440, 7103, 6148, 9064, 6477, 8283, 7283, 6697, 11289, 7971, 9724, 10405, 6684, 10542, 7549, 6788, 9578, 7396, 11766, 8046, 6452, 9155, 6774, 7250, 7103, 6493, 9667, 7007, 6842, 11193, 7750, 10182, 11963, 7439, 10651, 8579, 7055, 10631, 8086, 9056, 9013, 6665, 9269, 7350, 7152, 11163, 8020, 6739, 9238, 6733, 10433, 7831, 7011, 11969, 6639, 6402, 8211, 6968, 10337, 8191, 7210, 9243, 6652, 7285, 9112, 7302, 7702, 11036, 7222, 6906, 10491, 8489, 7405, 12181, 10971, 7576, 11481, 7440, 10115, 9008, 7891, 12513, 7367, 6542, 8224, 6933, 9553, 6907, 6907, 9527, 6454, 7808, 6757, 6894, 9160, 6763, 10362, 7472, 6907, 10207, 7126, 10265, 8776, 7753, 11171, 6837, 10521, 7307, 6786, 9197, 7392, 9859], 'WindowCenter': [4024.0, 4057.0, 4024.0, 4011.0, 4020.0, 3988.0, 3968.0, 3987.0, 3996.0, 3977.0, 3997.0, 4008.0, 3984.0, 4005.0, 3996.0, 3973.0, 4017.0, 3976.0, 3976.0, 3995.0, 3974.0, 3952.0, 3962.0, 3954.0, 3995.0, 3976.0, 3956.0, 3998.0, 3976.0, 3966.0, 3998.0, 3967.0, 3954.0, 3997.0, 3965.0, 3995.0, 3996.0, 3987.0, 4019.0, 4000.0, 3979.0, 4031.0, 4016.0, 4014.0, 4003.0, 3982.0, 4001.0, 3957.0, 3980.0, 3958.0, 3957.0, 3991.0, 3959.0, 3958.0, 3958.0, 3936.0, 3977.0, 3948.0, 3950.0, 3982.0, 3963.0, 3992.0, 3948.0, 3950.0, 3994.0, 3962.0, 4003.0, 3983.0, 3952.0, 4003.0, 3965.0, 3963.0, 3986.0, 3985.0, 3994.0, 3975.0, 3965.0, 3975.0, 4008.0, 3988.0, 3980.0, 4027.0, 4018.0, 3995.0, 4025.0, 3992.0, 3993.0, 4015.0, 3984.0, 4025.0, 3992.0, 3958.0, 4003.0, 3961.0, 3972.0, 4004.0, 3960.0, 3992.0, 3961.0, 3964.0, 4001.0, 3974.0, 3960.0, 3983.0, 3951.0, 4005.0, 3974.0, 3973.0, 3996.0, 3973.0, 4004.0, 3963.0, 3965.0, 4003.0, 3965.0, 3966.0, 4008.0, 3987.0, 3978.0, 4017.0, 3985.0, 3978.0, 4017.0, 4030.0, 3984.0, 4015.0, 4002.0, 3984.0, 4025.0, 4005.0, 4015.0, 3990.0, 3948.0, 4001.0, 3949.0, 3948.0, 4004.0, 3961.0, 3961.0, 3981.0, 3964.0, 3995.0, 3972.0, 3963.0, 4012.0, 3972.0, 3961.0, 4017.0, 3982.0, 4017.0, 3995.0, 3982.0, 4011.0, 3972.0, 3963.0, 3993.0, 3985.0, 3962.0, 3995.0, 3962.0, 3974.0, 4005.0, 3995.0, 4026.0, 3993.0, 3971.0, 4003.0, 3982.0, 4003.0, 3994.0, 3971.0, 3991.0, 3966.0, 3959.0, 4013.0, 3971.0, 3962.0, 4001.0, 3952.0, 3983.0, 3982.0, 3974.0, 4004.0, 3975.0, 4004.0, 3961.0, 3950.0, 4004.0, 3973.0, 3981.0, 4005.0, 3960.0, 4001.0, 3970.0, 3976.0, 4003.0, 3995.0, 3984.0, 3991.0, 3960.0, 4016.0, 3982.0, 3969.0, 4025.0, 3981.0, 3961.0, 4005.0, 3974.0, 4013.0, 3979.0, 3983.0, 3996.0, 3974.0, 3965.0, 3963.0, 4006.0, 3986.0, 3987.0, 4027.0, 4006.0, 3973.0, 3980.0, 3996.0, 4015.0, 4004.0, 4016.0, 4024.0, 3981.0, 3960.0, 4003.0, 3961.0, 3983.0, 3994.0, 3951.0, 3950.0, 3962.0, 3955.0, 3991.0, 3985.0, 3973.0, 4016.0, 3975.0, 3963.0, 4006.0, 3975.0, 4016.0, 3993.0, 3980.0, 4003.0, 3959.0, 3993.0, 3983.0, 3975.0, 4016.0, 3994.0, 3974.0, 3996.0, 3994.0, 3975.0, 3994.0, 4018.0, 3974.0, 3995.0, 3995.0, 3974.0, 4015.0, 3994.0, 3984.0, 4004.0, 3951.0, 3951.0, 4005.0, 3963.0, 3965.0, 3994.0, 3964.0, 3975.0, 3976.0, 3966.0, 4018.0, 3997.0, 3976.0, 4004.0, 3963.0, 4017.0, 3985.0, 3971.0, 4015.0, 3975.0, 3961.0, 3982.0, 3974.0, 4027.0, 3993.0, 3982.0, 4013.0, 3961.0, 3983.0, 3984.0, 3973.0, 4014.0, 3996.0, 3961.0, 4015.0, 3976.0, 3974.0, 4018.0, 3994.0, 3984.0, 3994.0, 3972.0, 4027.0, 3994.0, 3983.0, 4023.0, 3982.0, 3958.0, 4002.0, 3981.0, 4023.0, 4004.0, 3981.0, 4002.0, 3962.0, 3980.0, 3969.0, 3962.0, 3982.0, 3993.0, 3961.0, 3948.0, 4014.0, 3972.0, 3972.0, 4025.0, 4005.0, 3972.0, 4012.0, 3983.0, 4014.0, 3991.0, 3981.0, 4008.0, 3935.0, 3947.0, 3991.0, 3960.0, 3991.0, 3981.0, 3950.0, 3992.0, 3962.0, 3965.0, 4013.0, 3996.0, 3995.0, 4014.0, 3971.0, 4005.0, 3982.0, 3970.0, 4025.0, 3981.0, 3947.0, 4001.0, 3972.0, 3992.0, 3991.0, 3971.0, 4012.0, 3960.0, 3962.0, 4012.0, 3983.0, 3973.0, 4014.0, 3961.0, 3974.0, 3992.0, 3961.0, 3962.0, 4015.0, 3960.0, 3949.0, 3990.0, 3974.0, 4013.0, 3981.0, 3983.0, 4012.0, 3967.0, 3960.0, 4013.0, 3970.0, 3991.0, 4011.0, 3959.0, 3989.0, 3968.0, 3968.0, 4000.0, 3980.0, 4001.0, 3978.0, 3958.0, 3999.0, 3958.0, 3990.0, 3956.0, 3961.0, 4023.0, 3960.0, 3960.0, 3993.0, 3970.0, 3971.0, 4006.0, 3960.0, 4003.0, 3970.0, 3974.0, 4014.0, 3983.0, 3972.0, 4002.0, 3974.0, 3974.0, 4004.0, 3972.0, 3974.0, 4015.0, 3983.0, 3974.0, 4025.0, 3981.0, 3993.0, 4015.0, 3981.0, 4013.0, 4003.0, 3959.0, 3981.0, 3960.0, 3974.0, 4003.0, 3974.0, 3963.0, 4003.0, 3963.0, 3995.0, 3984.0, 3983.0, 4015.0, 3970.0, 3982.0, 3973.0, 3973.0, 4012.0, 3994.0, 3972.0, 4013.0, 3971.0, 3973.0, 3992.0, 3971.0, 4014.0, 3991.0, 3959.0, 4000.0, 3959.0, 3980.0, 3958.0, 3959.0, 4010.0, 3959.0, 3960.0, 3993.0, 3971.0, 4002.0, 3993.0, 3957.0, 4001.0, 3962.0, 3960.0, 3991.0, 3971.0, 4001.0, 3968.0, 3958.0, 4002.0, 3971.0, 3990.0, 3991.0, 3967.0, 4011.0, 3957.0, 3971.0, 3980.0, 3958.0, 4001.0, 3981.0, 3958.0, 3990.0, 3961.0, 4002.0, 3982.0, 3982.0, 4013.0, 3960.0, 3991.0, 3961.0, 3961.0, 4013.0, 3981.0, 3961.0, 4002.0, 3972.0, 3984.0, 3971.0, 3974.0, 4024.0, 3962.0, 3961.0, 4006.0, 3974.0, 4013.0, 4005.0, 3971.0, 4001.0, 3970.0, 3972.0, 3969.0, 3969.0, 4001.0, 3968.0, 3957.0, 4001.0, 3960.0, 3968.0, 4002.0, 3960.0, 3999.0, 3958.0, 3961.0, 3980.0, 3958.0, 3990.0, 3971.0, 3961.0, 4015.0, 3961.0, 3959.0, 4015.0, 3972.0, 3960.0, 3980.0, 3961.0, 4012.0, 3979.0, 3972.0, 4024.0, 3961.0, 3951.0, 4003.0, 3962.0, 4001.0, 3991.0, 3972.0, 3995.0, 3971.0, 3949.0, 3982.0, 3979.0, 3961.0, 3993.0, 3991.0, 3971.0, 4022.0, 3991.0, 3969.0, 3990.0, 3961.0, 4002.0, 3968.0, 3958.0, 4010.0, 3948.0, 3950.0, 3961.0, 3976.0, 4003.0, 3962.0, 3971.0, 3983.0, 3962.0, 4004.0, 3974.0, 3973.0, 3993.0, 3987.0, 4017.0, 3974.0, 3974.0, 4026.0, 3983.0, 4004.0, 4025.0, 3971.0, 4013.0, 3993.0, 3984.0, 3992.0, 3970.0, 4004.0, 3981.0, 3961.0, 4004.0, 3971.0, 3958.0, 4026.0, 3983.0, 3970.0, 3992.0, 3973.0, 4000.0, 3992.0, 3971.0, 4000.0, 3958.0, 3981.0, 3979.0, 3957.0, 4010.0, 3991.0, 3948.0, 3979.0, 3948.0, 3971.0, 3969.0, 3958.0, 4013.0, 3969.0, 3948.0, 4001.0, 3972.0, 3979.0, 4000.0, 3982.0, 4001.0, 3956.0, 3956.0, 4012.0, 3968.0, 3969.0, 3978.0, 3948.0, 3959.0, 3970.0, 3949.0, 3949.0, 4001.0, 3970.0, 3961.0, 4002.0, 3982.0, 4003.0, 3991.0, 3959.0, 4013.0, 3970.0, 3979.0, 4001.0, 3969.0, 3987.0, 3947.0, 3960.0, 3981.0, 3960.0, 3983.0, 3983.0, 3962.0, 4002.0, 3962.0, 3962.0, 3992.0, 3985.0, 3984.0, 3994.0, 3974.0, 4015.0, 3994.0, 4005.0, 4026.0, 3971.0, 4002.0, 3972.0, 3960.0, 3991.0, 3970.0, 3980.0, 3948.0, 3959.0, 3991.0, 3958.0, 3993.0, 3980.0, 3971.0, 3992.0, 3962.0, 3960.0, 4002.0, 3983.0, 3960.0, 3981.0, 3960.0, 4013.0, 3981.0, 3971.0, 4012.0, 3970.0, 3970.0, 3981.0, 3970.0, 4000.0, 3982.0, 3961.0, 4011.0, 3961.0, 3974.0, 4013.0, 3982.0, 4005.0, 4001.0, 3960.0, 4002.0, 3970.0, 3957.0, 4001.0, 3971.0, 3971.0, 3991.0, 3960.0, 3949.0, 4000.0, 3971.0, 3958.0, 3999.0, 3983.0, 3971.0, 3989.0, 3959.0, 3980.0, 3979.0, 3958.0, 3999.0, 3981.0, 3948.0, 3989.0, 3949.0, 3963.0, 3983.0, 3959.0, 3952.0, 3995.0, 3961.0, 3982.0, 3961.0, 3963.0, 4014.0, 3972.0, 3992.0, 4003.0, 3947.0, 3989.0, 3969.0, 3960.0, 3991.0, 3959.0, 4013.0, 3969.0, 3948.0, 3991.0, 3963.0, 3971.0, 3972.0, 3964.0, 4004.0, 3962.0, 3963.0, 4016.0, 3972.0, 4003.0, 4016.0, 3961.0, 3991.0, 3980.0, 3962.0, 3989.0, 3970.0, 3993.0, 3978.0, 3948.0, 3992.0, 3971.0, 3959.0, 4013.0, 3983.0, 3960.0, 3990.0, 3961.0, 4002.0, 3958.0, 3959.0, 4012.0, 3949.0, 3948.0, 3983.0, 3973.0, 3991.0, 3983.0, 3971.0, 3990.0, 3961.0, 3973.0, 3993.0, 3972.0, 3983.0, 4015.0, 3971.0, 3960.0, 4015.0, 3980.0, 3960.0, 4026.0, 4003.0, 3971.0, 4012.0, 3971.0, 4003.0, 3979.0, 3969.0, 4011.0, 3958.0, 3935.0, 3970.0, 3961.0, 3991.0, 3959.0, 3960.0, 3992.0, 3951.0, 3971.0, 3960.0, 3973.0, 3991.0, 3961.0, 4003.0, 3971.0, 3961.0, 4002.0, 3961.0, 4003.0, 3982.0, 3972.0, 4003.0, 3950.0, 4001.0, 3971.0, 3960.0, 3991.0, 3974.0, 4002.0], 'WindowWidth': [9009.0, 9040.0, 8986.0, 8963.0, 8971.0, 8923.0, 8895.0, 8917.0, 8928.0, 8905.0, 8932.0, 8947.0, 8910.0, 8938.0, 8925.0, 8891.0, 8954.0, 8898.0, 8898.0, 8921.0, 8895.0, 8863.0, 8875.0, 8869.0, 8929.0, 8902.0, 8874.0, 8931.0, 8901.0, 8889.0, 8935.0, 8891.0, 8873.0, 8932.0, 8887.0, 8924.0, 8928.0, 8918.0, 8963.0, 8938.0, 8910.0, 8983.0, 8959.0, 8952.0, 8933.0, 8898.0, 8926.0, 8860.0, 8891.0, 8860.0, 8857.0, 8910.0, 8865.0, 8863.0, 8866.0, 8833.0, 8888.0, 8853.0, 8861.0, 8904.0, 8884.0, 8918.0, 8854.0, 8860.0, 8925.0, 8881.0, 8936.0, 8907.0, 8864.0, 8936.0, 8888.0, 8884.0, 8915.0, 8918.0, 8927.0, 8904.0, 8891.0, 8904.0, 8949.0, 8924.0, 8919.0, 8977.0, 8967.0, 8930.0, 8970.0, 8922.0, 8925.0, 8958.0, 8911.0, 8971.0, 8918.0, 8869.0, 8935.0, 8880.0, 8892.0, 8940.0, 8875.0, 8919.0, 8877.0, 8887.0, 8928.0, 8896.0, 8872.0, 8904.0, 8861.0, 8935.0, 8894.0, 8892.0, 8927.0, 8894.0, 8937.0, 8883.0, 8889.0, 8938.0, 8889.0, 8892.0, 8953.0, 8925.0, 8912.0, 8962.0, 8917.0, 8910.0, 8960.0, 8981.0, 8912.0, 8954.0, 8934.0, 8912.0, 8970.0, 8941.0, 8954.0, 8914.0, 8854.0, 8928.0, 8857.0, 8854.0, 8937.0, 8877.0, 8876.0, 8903.0, 8889.0, 8930.0, 8897.0, 8887.0, 8949.0, 8895.0, 8881.0, 8961.0, 8910.0, 8961.0, 8929.0, 8904.0, 8945.0, 8893.0, 8883.0, 8922.0, 8917.0, 8882.0, 8927.0, 8883.0, 8903.0, 8942.0, 8931.0, 8971.0, 8923.0, 8891.0, 8938.0, 8908.0, 8935.0, 8924.0, 8889.0, 8914.0, 8878.0, 8873.0, 8948.0, 8889.0, 8877.0, 8929.0, 8863.0, 8905.0, 8904.0, 8895.0, 8932.0, 8896.0, 8933.0, 8874.0, 8860.0, 8939.0, 8896.0, 8907.0, 8941.0, 8878.0, 8930.0, 8890.0, 8906.0, 8936.0, 8931.0, 8911.0, 8917.0, 8875.0, 8959.0, 8908.0, 8889.0, 8971.0, 8905.0, 8878.0, 8941.0, 8900.0, 8950.0, 8903.0, 8912.0, 8932.0, 8902.0, 8889.0, 8886.0, 8947.0, 8921.0, 8922.0, 8977.0, 8947.0, 8900.0, 8905.0, 8932.0, 8959.0, 8942.0, 8961.0, 8970.0, 8905.0, 8877.0, 8937.0, 8879.0, 8908.0, 8924.0, 8864.0, 8863.0, 8879.0, 8873.0, 8917.0, 8915.0, 8896.0, 8955.0, 8897.0, 8881.0, 8942.0, 8900.0, 8955.0, 8924.0, 8901.0, 8935.0, 8872.0, 8923.0, 8908.0, 8902.0, 8957.0, 8925.0, 8898.0, 8929.0, 8927.0, 8903.0, 8925.0, 8962.0, 8898.0, 8928.0, 8926.0, 8896.0, 8950.0, 8924.0, 8906.0, 8934.0, 8861.0, 8861.0, 8937.0, 8878.0, 8882.0, 8921.0, 8881.0, 8897.0, 8901.0, 8889.0, 8957.0, 8932.0, 8899.0, 8937.0, 8880.0, 8955.0, 8913.0, 8889.0, 8953.0, 8895.0, 8874.0, 8904.0, 8898.0, 8972.0, 8924.0, 8908.0, 8952.0, 8878.0, 8911.0, 8913.0, 8899.0, 8954.0, 8933.0, 8879.0, 8955.0, 8909.0, 8903.0, 8964.0, 8930.0, 8913.0, 8924.0, 8897.0, 8975.0, 8926.0, 8911.0, 8965.0, 8907.0, 8872.0, 8934.0, 8906.0, 8962.0, 8940.0, 8902.0, 8934.0, 8884.0, 8904.0, 8887.0, 8883.0, 8906.0, 8923.0, 8880.0, 8860.0, 8953.0, 8896.0, 8895.0, 8969.0, 8943.0, 8892.0, 8948.0, 8912.0, 8952.0, 8918.0, 8904.0, 8939.0, 8836.0, 8854.0, 8919.0, 8877.0, 8918.0, 8908.0, 8864.0, 8920.0, 8883.0, 8893.0, 8951.0, 8933.0, 8929.0, 8954.0, 8891.0, 8942.0, 8908.0, 8889.0, 8969.0, 8904.0, 8855.0, 8930.0, 8896.0, 8919.0, 8918.0, 8893.0, 8946.0, 8874.0, 8882.0, 8948.0, 8911.0, 8897.0, 8952.0, 8879.0, 8901.0, 8923.0, 8878.0, 8881.0, 8955.0, 8877.0, 8862.0, 8917.0, 8902.0, 8951.0, 8905.0, 8909.0, 8949.0, 8882.0, 8874.0, 8950.0, 8889.0, 8919.0, 8947.0, 8871.0, 8912.0, 8882.0, 8885.0, 8927.0, 8900.0, 8931.0, 8895.0, 8869.0, 8925.0, 8870.0, 8916.0, 8865.0, 8878.0, 8964.0, 8877.0, 8876.0, 8925.0, 8893.0, 8893.0, 8946.0, 8879.0, 8936.0, 8892.0, 8902.0, 8952.0, 8911.0, 8895.0, 8934.0, 8903.0, 8901.0, 8941.0, 8895.0, 8901.0, 8956.0, 8910.0, 8900.0, 8970.0, 8908.0, 8923.0, 8956.0, 8906.0, 8952.0, 8937.0, 8874.0, 8905.0, 8881.0, 8901.0, 8937.0, 8904.0, 8885.0, 8939.0, 8886.0, 8932.0, 8914.0, 8913.0, 8958.0, 8890.0, 8907.0, 8898.0, 8897.0, 8948.0, 8928.0, 8895.0, 8950.0, 8893.0, 8899.0, 8920.0, 8890.0, 8952.0, 8916.0, 8871.0, 8928.0, 8874.0, 8900.0, 8870.0, 8872.0, 8942.0, 8871.0, 8874.0, 8923.0, 8892.0, 8935.0, 8925.0, 8870.0, 8932.0, 8881.0, 8878.0, 8917.0, 8892.0, 8931.0, 8883.0, 8869.0, 8933.0, 8893.0, 8915.0, 8918.0, 8881.0, 8943.0, 8868.0, 8893.0, 8903.0, 8870.0, 8931.0, 8904.0, 8869.0, 8914.0, 8880.0, 8935.0, 8908.0, 8908.0, 8951.0, 8877.0, 8920.0, 8880.0, 8878.0, 8949.0, 8908.0, 8878.0, 8933.0, 8896.0, 8913.0, 8893.0, 8900.0, 8968.0, 8881.0, 8883.0, 8946.0, 8901.0, 8953.0, 8945.0, 8892.0, 8932.0, 8891.0, 8896.0, 8886.0, 8888.0, 8931.0, 8882.0, 8868.0, 8929.0, 8874.0, 8884.0, 8935.0, 8876.0, 8927.0, 8869.0, 8879.0, 8901.0, 8872.0, 8918.0, 8889.0, 8877.0, 8956.0, 8878.0, 8872.0, 8955.0, 8893.0, 8875.0, 8902.0, 8878.0, 8949.0, 8900.0, 8895.0, 8967.0, 8879.0, 8864.0, 8940.0, 8884.0, 8931.0, 8919.0, 8895.0, 8928.0, 8892.0, 8860.0, 8906.0, 8901.0, 8881.0, 8922.0, 8916.0, 8891.0, 8960.0, 8915.0, 8886.0, 8914.0, 8879.0, 8933.0, 8884.0, 8868.0, 8942.0, 8857.0, 8863.0, 8881.0, 8909.0, 8939.0, 8882.0, 8896.0, 8913.0, 8885.0, 8942.0, 8905.0, 8901.0, 8926.0, 8924.0, 8961.0, 8900.0, 8902.0, 8974.0, 8913.0, 8942.0, 8972.0, 8894.0, 8952.0, 8924.0, 8915.0, 8920.0, 8891.0, 8941.0, 8906.0, 8880.0, 8942.0, 8893.0, 8873.0, 8972.0, 8910.0, 8889.0, 8919.0, 8899.0, 8931.0, 8921.0, 8890.0, 8929.0, 8869.0, 8903.0, 8900.0, 8868.0, 8943.0, 8917.0, 8855.0, 8898.0, 8857.0, 8893.0, 8886.0, 8872.0, 8950.0, 8886.0, 8857.0, 8932.0, 8896.0, 8899.0, 8930.0, 8909.0, 8930.0, 8865.0, 8866.0, 8947.0, 8882.0, 8883.0, 8897.0, 8859.0, 8872.0, 8889.0, 8862.0, 8861.0, 8932.0, 8889.0, 8878.0, 8931.0, 8908.0, 8936.0, 8916.0, 8872.0, 8950.0, 8890.0, 8896.0, 8932.0, 8886.0, 8907.0, 8855.0, 8877.0, 8905.0, 8877.0, 8911.0, 8912.0, 8883.0, 8935.0, 8885.0, 8883.0, 8921.0, 8920.0, 8914.0, 8926.0, 8902.0, 8959.0, 8927.0, 8944.0, 8974.0, 8892.0, 8935.0, 8894.0, 8875.0, 8918.0, 8891.0, 8901.0, 8857.0, 8873.0, 8917.0, 8872.0, 8924.0, 8903.0, 8891.0, 8921.0, 8882.0, 8875.0, 8933.0, 8911.0, 8876.0, 8904.0, 8877.0, 8952.0, 8904.0, 8892.0, 8949.0, 8888.0, 8888.0, 8907.0, 8892.0, 8928.0, 8910.0, 8881.0, 8947.0, 8880.0, 8904.0, 8950.0, 8906.0, 8942.0, 8932.0, 8874.0, 8933.0, 8890.0, 8868.0, 8929.0, 8890.0, 8892.0, 8919.0, 8874.0, 8858.0, 8929.0, 8891.0, 8870.0, 8925.0, 8910.0, 8890.0, 8913.0, 8871.0, 8900.0, 8901.0, 8870.0, 8923.0, 8905.0, 8856.0, 8912.0, 8858.0, 8886.0, 8910.0, 8875.0, 8868.0, 8930.0, 8880.0, 8906.0, 8879.0, 8884.0, 8954.0, 8893.0, 8919.0, 8937.0, 8856.0, 8912.0, 8884.0, 8877.0, 8916.0, 8872.0, 8951.0, 8887.0, 8856.0, 8917.0, 8884.0, 8892.0, 8895.0, 8890.0, 8939.0, 8882.0, 8884.0, 8959.0, 8894.0, 8937.0, 8960.0, 8877.0, 8917.0, 8901.0, 8882.0, 8912.0, 8888.0, 8921.0, 8898.0, 8858.0, 8922.0, 8893.0, 8874.0, 8951.0, 8911.0, 8876.0, 8916.0, 8879.0, 8935.0, 8869.0, 8871.0, 8947.0, 8856.0, 8856.0, 8909.0, 8897.0, 8917.0, 8912.0, 8891.0, 8915.0, 8880.0, 8898.0, 8925.0, 8893.0, 8912.0, 8956.0, 8893.0, 8877.0, 8957.0, 8904.0, 8875.0, 8972.0, 8937.0, 8892.0, 8947.0, 8893.0, 8937.0, 8898.0, 8887.0, 8947.0, 8868.0, 8837.0, 8886.0, 8879.0, 8917.0, 8872.0, 8876.0, 8919.0, 8865.0, 8892.0, 8877.0, 8897.0, 8920.0, 8883.0, 8939.0, 8892.0, 8879.0, 8934.0, 8879.0, 8937.0, 8908.0, 8893.0, 8936.0, 8863.0, 8932.0, 8893.0, 8875.0, 8918.0, 8900.0, 8934.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.002074110218140069</td></tr>
<tr><td colspan=3>aqi</td><td>0.03263628243398393</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.39624845574716</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.152751255632183</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.988460890781609</td></tr>
<tr><td colspan=3>efc</td><td>0.5011</td></tr>
<tr><td colspan=3>fber</td><td>4565.1743</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13189496908246506</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>110</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.629161882893227</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.599678761239785</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.538567121294025</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8147692056179454</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4456999568073847</td></tr>
<tr><td colspan=3>gcor</td><td>0.00556519</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007295756135135889</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029208995401859283</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.975422847187801</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.7855</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.3471</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.2395</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291721.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>829.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.3102</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2228</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.8283</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3147.6011</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3314.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84823.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4138.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>833.6171</td></tr>
<tr><td colspan=3>tsnr</td><td>34.092502655112185</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>