ds005256-mriqc/sub-0133_ses-03_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter aa0c2bdd2c [DATALAD RUNCMD] Compute MRIQC for sub-0133
=== 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-0133 --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-0133",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:14:58 +02:00

616 lines
No EOL
106 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-0133_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0133_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-03/func/sub-0133_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>68b94f78276f2c0f11a8ddb90781228c</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:27.117500</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.994704, 0.0975667, 0.0323147, -0.0970058, 0.995112, -0.0184976]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0889012</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7782, -7233, 225, -177, -91, -21, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.806</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fbeab064-dfab-4f63-92c7-645ad4298fa3||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.6687188148498535, -0.2602594494819641, 0.09169615060091019, 121.51197814941406], [-0.26176440715789795, 2.6698124408721924, -0.04121542349457741, -86.54476165771484], [0.08669808506965637, 0.049627840518951416, 2.698127508163452, -83.18268585205078], [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': ['201927.117500', '201927.577500', '201928.037500', '201928.497500', '201928.957500', '201929.417500', '201929.877500', '201930.337500', '201930.797500', '201931.257500', '201931.717500', '201932.177500', '201932.637500', '201933.097500', '201933.557500', '201934.017500', '201934.477500', '201934.937500', '201935.397500', '201935.857500', '201936.317500', '201936.777500', '201937.237500', '201937.697500', '201938.157500', '201938.617500', '201939.077500', '201939.537500', '201939.997500', '201940.457500', '201940.917500', '201941.377500', '201941.837500', '201942.297500', '201942.757500', '201943.217500', '201943.677500', '201944.137500', '201944.597500', '201945.057500', '201945.517500', '201945.977500', '201946.437500', '201946.897500', '201947.357500', '201947.817500', '201948.277500', '201948.737500', '201949.197500', '201949.657500', '201950.117500', '201950.577500', '201951.037500', '201951.497500', '201951.957500', '201952.417500', '201952.877500', '201953.337500', '201953.797500', '201954.257500', '201954.717500', '201955.177500', '201955.637500', '201956.097500', '201956.557500', '201957.017500', '201957.477500', '201957.937500', '201958.397500', '201958.857500', '201959.317500', '201959.777500', '202000.237500', '202000.697500', '202001.157500', '202001.617500', '202002.077500', '202002.537500', '202002.997500', '202003.457500', '202003.917500', '202004.377500', '202004.837500', '202005.297500', '202005.757500', '202006.217500', '202006.677500', '202007.137500', '202007.597500', '202008.057500', '202008.517500', '202008.977500', '202009.437500', '202009.897500', '202010.357500', '202010.817500', '202011.277500', '202011.737500', '202012.197500', '202012.657500', '202013.117500', '202013.577500', '202014.037500', '202014.497500', '202014.957500', '202015.417500', '202015.877500', '202016.337500', '202016.797500', '202017.257500', '202017.717500', '202018.177500', '202018.637500', '202019.097500', '202019.557500', '202020.017500', '202020.477500', '202020.937500', '202021.397500', '202021.857500', '202022.317500', '202022.777500', '202023.237500', '202023.697500', '202024.157500', '202024.617500', '202025.077500', '202025.537500', '202025.997500', '202026.457500', '202026.917500', '202027.377500', '202027.837500', '202028.297500', '202028.757500', '202029.217500', '202029.677500', '202030.137500', '202030.597500', '202031.057500', '202031.517500', '202031.977500', '202032.437500', '202032.897500', '202033.357500', '202033.817500', '202034.277500', '202034.737500', '202035.197500', '202035.657500', '202036.117500', '202036.577500', '202037.037500', '202037.497500', '202037.957500', '202038.417500', '202038.877500', '202039.337500', '202039.797500', '202040.257500', '202040.717500', '202041.177500', '202041.637500', '202042.097500', '202042.557500', '202043.017500', '202043.477500', '202043.937500', '202044.397500', '202044.857500', '202045.317500', '202045.777500', '202046.237500', '202046.697500', '202047.157500', '202047.617500', '202048.077500', '202048.537500', '202048.997500', '202049.457500', '202049.917500', '202050.377500', '202050.837500', '202051.297500', '202051.757500', '202052.217500', '202052.677500', '202053.137500', '202053.597500', '202054.057500', '202054.517500', '202054.977500', '202055.437500', '202055.897500', '202056.357500', '202056.817500', '202057.277500', '202057.737500', '202058.197500', '202058.657500', '202059.117500', '202059.577500', '202100.037500', '202100.497500', '202100.957500', '202101.417500', '202101.877500', '202102.337500', '202102.797500', '202103.257500', '202103.717500', '202104.177500', '202104.637500', '202105.097500', '202105.557500', '202106.017500', '202106.477500', '202106.937500', '202107.397500', '202107.857500', '202108.317500', '202108.777500', '202109.237500', '202109.697500', '202110.157500', '202110.617500', '202111.077500', '202111.537500', '202111.997500', '202112.457500', '202112.917500', '202113.377500', '202113.837500', '202114.297500', '202114.757500', '202115.217500', '202115.677500', '202116.137500', '202116.597500', '202117.057500', '202117.517500', '202117.977500', '202118.437500', '202118.897500', '202119.357500', '202119.817500', '202120.277500', '202120.737500', '202121.197500', '202121.657500', '202122.117500', '202122.577500', '202123.037500', '202123.497500', '202123.957500', '202124.417500', '202124.877500', '202125.337500', '202125.797500', '202126.257500', '202126.717500', '202127.177500', '202127.637500', '202128.097500', '202128.557500', '202129.017500', '202129.477500', '202129.937500', '202130.397500', '202130.857500', '202131.317500', '202131.777500', '202132.237500', '202132.697500', '202133.157500', '202133.617500', '202134.077500', '202134.537500', '202134.997500', '202135.457500', '202135.917500', '202136.377500', '202136.837500', '202137.297500', '202137.757500', '202138.217500', '202138.677500', '202139.137500', '202139.597500', '202140.057500', '202140.517500', '202140.977500', '202141.437500', '202141.897500', '202142.357500', '202142.817500', '202143.277500', '202143.737500', '202144.197500', '202144.657500', '202145.117500', '202145.577500', '202146.037500', '202146.497500', '202146.957500', '202147.417500', '202147.877500', '202148.337500', '202148.797500', '202149.257500', '202149.717500', '202150.177500', '202150.637500', '202151.097500', '202151.557500', '202152.017500', '202152.477500', '202152.937500', '202153.397500', '202153.857500', '202154.317500', '202154.777500', '202155.237500', '202155.697500', '202156.157500', '202156.617500', '202157.077500', '202157.537500', '202157.997500', '202158.457500', '202158.917500', '202159.377500', '202159.837500', '202200.297500', '202200.757500', '202201.217500', '202201.677500', '202202.137500', '202202.597500', '202203.057500', '202203.517500', '202203.977500', '202204.437500', '202204.897500', '202205.357500', '202205.817500', '202206.277500', '202206.737500', '202207.197500', '202207.657500', '202208.117500', '202208.577500', '202209.037500', '202209.497500', '202209.957500', '202210.417500', '202210.877500', '202211.337500', '202211.797500', '202212.257500', '202212.717500', '202213.177500', '202213.637500', '202214.097500', '202214.557500', '202215.017500', '202215.477500', '202215.937500', '202216.397500', '202216.857500', '202217.317500', '202217.777500', '202218.237500', '202218.697500', '202219.157500', '202219.617500', '202220.077500', '202220.537500', '202220.997500', '202221.457500', '202221.917500', '202222.377500', '202222.837500', '202223.297500', '202223.757500', '202224.217500', '202224.677500', '202225.137500', '202225.597500', '202226.057500', '202226.517500', '202226.977500', '202227.437500', '202227.897500', '202228.357500', '202228.817500', '202229.277500', '202229.737500', '202230.197500', '202230.657500', '202231.117500', '202231.577500', '202232.037500', '202232.497500', '202232.957500', '202233.417500', '202233.877500', '202234.337500', '202234.797500', '202235.257500', '202235.717500', '202236.177500', '202236.637500', '202237.097500', '202237.557500', '202238.017500', '202238.477500', '202238.937500', '202239.397500', '202239.857500', '202240.317500', '202240.777500', '202241.237500', '202241.697500', '202242.157500', '202242.617500', '202243.077500', '202243.537500', '202243.997500', '202244.457500', '202244.917500', '202245.377500', '202245.837500', '202246.297500', '202246.757500', '202247.217500', '202247.677500', '202248.137500', '202248.597500', '202249.057500', '202249.517500', '202249.977500', '202250.437500', '202250.897500', '202251.357500', '202251.817500', '202252.277500', '202252.737500', '202253.197500', '202253.657500', '202254.117500', '202254.577500', '202255.037500', '202255.497500', '202255.957500', '202256.417500', '202256.877500', '202257.337500', '202257.797500', '202258.257500', '202258.717500', '202259.177500', '202259.637500', '202300.097500', '202300.557500', '202301.017500', '202301.477500', '202301.937500', '202302.397500', '202302.857500', '202303.317500', '202303.777500', '202304.237500', '202304.697500', '202305.157500', '202305.617500', '202306.077500', '202306.537500', '202306.997500', '202307.457500', '202307.917500', '202308.377500', '202308.837500', '202309.297500', '202309.757500', '202310.217500', '202310.677500', '202311.137500', '202311.597500', '202312.057500', '202312.517500', '202312.977500', '202313.437500', '202313.897500', '202314.357500', '202314.817500', '202315.277500', '202315.737500', '202316.197500', '202316.657500', '202317.117500', '202317.577500', '202318.037500', '202318.497500', '202318.957500', '202319.417500', '202319.877500', '202320.337500', '202320.797500', '202321.257500', '202321.717500', '202322.177500', '202322.637500', '202323.097500', '202323.557500', '202324.017500', '202324.477500', '202324.937500', '202325.397500', '202325.857500', '202326.317500', '202326.777500', '202327.237500', '202327.697500', '202328.157500', '202328.617500', '202329.077500', '202329.537500', '202329.997500', '202330.457500', '202330.917500', '202331.377500', '202331.837500', '202332.297500', '202332.757500', '202333.217500', '202333.677500', '202334.137500', '202334.597500', '202335.057500', '202335.517500', '202335.977500', '202336.437500', '202336.897500', '202337.357500', '202337.817500', '202338.277500', '202338.737500', '202339.197500', '202339.657500', '202340.117500', '202340.577500', '202341.037500', '202341.497500', '202341.957500', '202342.417500', '202342.877500', '202343.337500', '202343.797500', '202344.257500', '202344.717500', '202345.177500', '202345.637500', '202346.097500', '202346.557500', '202347.017500', '202347.477500', '202347.937500', '202348.397500', '202348.857500', '202349.317500', '202349.777500', '202350.237500', '202350.697500', '202351.157500', '202351.617500', '202352.077500', '202352.537500', '202352.997500', '202353.457500', '202353.917500', '202354.377500', '202354.837500', '202355.297500', '202355.757500', '202356.217500', '202356.677500', '202357.137500', '202357.597500', '202358.057500', '202358.517500', '202358.977500', '202359.437500', '202359.897500', '202400.357500', '202400.817500', '202401.277500', '202401.737500', '202402.197500', '202402.657500', '202403.117500', '202403.577500', '202404.037500', '202404.497500', '202404.957500', '202405.417500', '202405.877500', '202406.337500', '202406.797500', '202407.257500', '202407.717500', '202408.177500', '202408.637500', '202409.097500', '202409.557500', '202410.017500', '202410.477500', '202410.937500', '202411.397500', '202411.857500', '202412.317500', '202412.777500', '202413.237500', '202413.697500', '202414.157500', '202414.617500', '202415.077500', '202415.537500', '202415.997500', '202416.457500', '202416.917500', '202417.377500', '202417.837500', '202418.297500', '202418.757500', '202419.217500', '202419.677500', '202420.137500', '202420.597500', '202421.057500', '202421.517500', '202421.977500', '202422.437500', '202422.897500', '202423.357500', '202423.817500', '202424.277500', '202424.737500', '202425.197500', '202425.657500', '202426.117500', '202426.577500', '202427.037500', '202427.497500', '202427.957500', '202428.417500', '202428.877500', '202429.337500', '202429.797500', '202430.257500', '202430.717500', '202431.177500', '202431.637500', '202432.097500', '202432.557500', '202433.017500', '202433.477500', '202433.937500', '202434.397500', '202434.857500', '202435.317500', '202435.777500', '202436.237500', '202436.697500', '202437.157500', '202437.617500', '202438.077500', '202438.537500', '202438.997500', '202439.457500', '202439.917500', '202440.377500', '202440.837500', '202441.297500', '202441.757500', '202442.217500', '202442.677500', '202443.137500', '202443.597500', '202444.057500', '202444.517500', '202444.977500', '202445.437500', '202445.897500', '202446.357500', '202446.817500', '202447.277500', '202447.737500', '202448.197500', '202448.657500', '202449.117500', '202449.577500', '202450.037500', '202450.497500', '202450.957500', '202451.417500', '202451.877500', '202452.337500', '202452.797500', '202453.257500', '202453.717500', '202454.177500', '202454.637500', '202455.097500', '202455.557500', '202456.017500', '202456.477500', '202456.937500', '202457.397500', '202457.857500', '202458.317500', '202458.777500', '202459.237500', '202459.697500', '202500.157500', '202500.617500', '202501.077500', '202501.537500', '202501.997500', '202502.457500', '202502.917500', '202503.377500', '202503.837500', '202504.297500', '202504.757500', '202505.217500', '202505.677500', '202506.137500', '202506.597500', '202507.057500', '202507.517500', '202507.977500', '202508.437500', '202508.897500', '202509.357500', '202509.817500', '202510.277500', '202510.737500', '202511.197500', '202511.657500', '202512.117500', '202512.577500', '202513.037500', '202513.497500', '202513.957500', '202514.417500', '202514.877500', '202515.337500', '202515.797500', '202516.257500', '202516.717500', '202517.177500', '202517.637500', '202518.097500', '202518.557500', '202519.017500', '202519.477500', '202519.937500', '202520.397500', '202520.857500', '202521.317500', '202521.777500', '202522.237500', '202522.697500', '202523.157500', '202523.617500', '202524.077500', '202524.537500', '202524.997500', '202525.457500', '202525.917500', '202526.377500', '202526.837500', '202527.297500', '202527.757500', '202528.217500', '202528.677500', '202529.137500', '202529.597500', '202530.057500', '202530.517500', '202530.977500', '202531.437500', '202531.897500', '202532.357500', '202532.817500', '202533.277500', '202533.737500', '202534.197500', '202534.657500', '202535.117500', '202535.577500', '202536.037500', '202536.497500', '202536.957500', '202537.417500', '202537.877500', '202538.337500', '202538.797500', '202539.257500', '202539.717500', '202540.177500', '202540.637500', '202541.097500', '202541.557500', '202542.017500', '202542.477500', '202542.937500', '202543.397500', '202543.857500', '202544.317500', '202544.777500', '202545.237500', '202545.697500', '202546.157500', '202546.617500', '202547.077500', '202547.537500', '202547.997500', '202548.457500', '202548.917500', '202549.377500', '202549.837500', '202550.297500', '202550.757500', '202551.217500', '202551.677500', '202552.137500', '202552.597500', '202553.057500', '202553.517500', '202553.977500', '202554.437500', '202554.897500', '202555.357500', '202555.817500', '202556.277500', '202556.737500', '202557.197500', '202557.657500', '202558.117500', '202558.577500', '202559.037500', '202559.497500', '202559.957500', '202600.417500', '202600.877500', '202601.337500', '202601.797500', '202602.257500', '202602.717500', '202603.177500', '202603.637500', '202604.097500', '202604.557500', '202605.017500', '202605.477500', '202605.937500', '202606.397500', '202606.857500', '202607.317500', '202607.777500'], 'ContentTime': ['201954.707000', '201954.710000', '201954.713000', '201954.715000', '201954.718000', '201954.720000', '201954.723000', '201954.726000', '201954.728000', '201954.731000', '201954.733000', '201954.736000', '201954.738000', '201954.741000', '201954.743000', '201954.746000', '201954.748000', '201954.751000', '201954.753000', '201954.756000', '201954.758000', '201954.761000', '201954.763000', '201954.766000', '201954.769000', '201954.771000', '201954.774000', '201954.776000', '201954.779000', '201954.781000', '201954.785000', '201954.788000', '201954.790000', '201954.793000', '201954.795000', '201954.798000', '201954.801000', '201954.803000', '201954.806000', '201954.808000', '201954.811000', '201954.813000', '201954.816000', '201954.819000', '201954.821000', '201954.824000', '201954.826000', '201954.829000', '201954.834000', '201954.836000', '201954.839000', '201954.841000', '201954.844000', '201954.846000', '201954.849000', '201954.867000', '201954.870000', '201954.872000', '202014.674000', '202014.677000', '202014.680000', '202014.688000', '202014.690000', '202014.693000', '202014.695000', '202014.698000', '202014.700000', '202014.703000', '202014.706000', '202014.708000', '202014.711000', '202014.713000', '202014.716000', '202014.718000', '202014.721000', '202014.723000', '202014.726000', '202014.729000', '202014.731000', '202014.734000', '202014.736000', '202014.739000', '202014.741000', '202014.744000', '202014.746000', '202014.749000', '202014.751000', '202014.754000', '202014.756000', '202014.759000', '202014.761000', '202014.764000', '202014.767000', '202014.769000', '202014.772000', '202014.774000', '202014.777000', '202014.779000', '202014.782000', '202014.785000', '202014.787000', '202034.674000', '202034.678000', '202034.680000', '202034.683000', '202034.685000', '202034.688000', '202034.690000', '202034.693000', '202034.695000', '202034.698000', '202034.700000', '202034.703000', '202034.705000', '202034.708000', '202034.711000', '202034.720000', '202034.723000', '202034.725000', '202034.728000', '202034.730000', '202034.733000', '202034.735000', '202034.738000', '202034.740000', '202034.743000', '202034.746000', '202034.748000', '202034.751000', '202034.753000', '202034.756000', '202034.759000', '202034.761000', '202034.764000', '202034.766000', '202034.769000', '202034.771000', '202034.774000', '202034.776000', '202034.779000', '202034.782000', '202034.784000', '202034.787000', '202034.789000', '202034.792000', '202054.675000', '202054.677000', '202054.686000', '202054.688000', '202054.691000', '202054.694000', '202054.696000', '202054.699000', '202054.701000', '202054.704000', '202054.706000', '202054.709000', '202054.712000', '202054.714000', '202054.717000', '202054.719000', '202054.722000', '202054.724000', '202054.727000', '202054.729000', '202054.732000', '202054.734000', '202054.737000', '202054.740000', '202054.742000', '202054.745000', '202054.747000', '202054.750000', '202054.752000', '202054.755000', '202054.757000', '202054.760000', '202054.762000', '202054.765000', '202054.767000', '202054.770000', '202054.772000', '202054.776000', '202054.778000', '202054.781000', '202054.784000', '202054.786000', '202054.789000', '202114.673000', '202114.676000', '202114.679000', '202114.681000', '202114.684000', '202114.686000', '202114.689000', '202114.691000', '202114.694000', '202114.697000', '202114.699000', '202114.707000', '202114.709000', '202114.712000', '202114.714000', '202114.717000', '202114.719000', '202114.722000', '202114.724000', '202114.727000', '202114.729000', '202114.732000', '202114.734000', '202114.737000', '202114.740000', '202114.742000', '202114.745000', '202114.747000', '202114.750000', '202114.752000', '202114.755000', '202114.757000', '202114.760000', '202114.762000', '202114.765000', '202114.768000', '202114.770000', '202114.773000', '202114.775000', '202114.778000', '202114.781000', '202114.783000', '202114.786000', '202114.788000', '202134.673000', '202134.676000', '202134.679000', '202134.681000', '202134.684000', '202134.686000', '202134.689000', '202134.692000', '202134.694000', '202134.697000', '202134.699000', '202134.707000', '202134.710000', '202134.712000', '202134.715000', '202134.717000', '202134.720000', '202134.722000', '202134.725000', '202134.727000', '202134.730000', '202134.733000', '202134.735000', '202134.738000', '202134.740000', '202134.743000', '202134.745000', '202134.748000', '202134.751000', '202134.753000', '202134.756000', '202134.758000', '202134.761000', '202134.764000', '202134.766000', '202134.769000', '202134.785000', '202134.787000', '202134.790000', '202134.793000', '202134.795000', '202134.798000', '202134.800000', '202154.673000', '202154.676000', '202154.679000', '202154.681000', '202154.684000', '202154.686000', '202154.689000', '202154.691000', '202154.694000', '202154.697000', '202154.699000', '202154.702000', '202154.704000', '202154.707000', '202154.709000', '202154.712000', '202154.714000', '202154.717000', '202154.720000', '202154.722000', '202154.725000', '202154.727000', '202154.730000', '202154.732000', '202154.735000', '202154.738000', '202154.740000', '202154.743000', '202154.745000', '202154.748000', '202154.750000', '202154.753000', '202154.755000', '202154.758000', '202154.760000', '202154.763000', '202154.766000', '202154.768000', '202154.771000', '202154.773000', '202154.776000', '202154.779000', '202154.781000', '202154.784000', '202214.674000', '202214.677000', '202214.680000', '202214.682000', '202214.685000', '202214.688000', '202214.690000', '202214.693000', '202214.695000', '202214.698000', '202214.701000', '202214.703000', '202214.706000', '202214.715000', '202214.718000', '202214.720000', '202214.723000', '202214.725000', '202214.728000', '202214.730000', '202214.733000', '202214.736000', '202214.738000', '202214.741000', '202214.743000', '202214.746000', '202214.749000', '202214.751000', '202214.754000', '202214.756000', '202214.759000', '202214.761000', '202214.764000', '202214.767000', '202214.769000', '202214.772000', '202214.774000', '202214.777000', '202214.779000', '202214.792000', '202214.795000', '202214.797000', '202214.800000', '202234.675000', '202234.678000', '202234.681000', '202234.683000', '202234.686000', '202234.688000', '202234.691000', '202234.694000', '202234.696000', '202234.699000', '202234.702000', '202234.704000', '202234.707000', '202234.709000', '202234.712000', '202234.714000', '202234.717000', '202234.719000', '202234.722000', '202234.724000', '202234.727000', '202234.730000', '202234.732000', '202234.735000', '202234.737000', '202234.740000', '202234.743000', '202234.745000', '202234.748000', '202234.750000', '202234.753000', '202234.755000', '202234.758000', '202234.760000', '202234.763000', '202234.766000', '202234.768000', '202234.771000', '202234.773000', '202234.776000', '202234.778000', '202234.781000', '202234.783000', '202234.786000', '202254.674000', '202254.677000', '202254.680000', '202254.682000', '202254.685000', '202254.688000', '202254.690000', '202254.693000', '202254.695000', '202254.698000', '202254.700000', '202254.703000', '202254.705000', '202254.708000', '202254.710000', '202254.713000', '202254.715000', '202254.718000', '202254.721000', '202254.723000', '202254.726000', '202254.728000', '202254.731000', '202254.733000', '202254.736000', '202254.739000', '202254.741000', '202254.744000', '202254.746000', '202254.749000', '202254.751000', '202254.754000', '202254.756000', '202254.759000', '202254.761000', '202254.764000', '202254.767000', '202254.769000', '202254.772000', '202254.774000', '202254.777000', '202254.779000', '202254.782000', '202314.674000', '202314.688000', '202314.691000', '202314.693000', '202314.696000', '202314.698000', '202314.701000', '202314.703000', '202314.706000', '202314.709000', '202314.711000', '202314.714000', '202314.716000', '202314.719000', '202314.721000', '202314.724000', '202314.727000', '202314.729000', '202314.756000', '202314.759000', '202314.762000', '202314.764000', '202314.767000', '202314.769000', '202314.772000', '202314.774000', '202314.777000', '202314.779000', '202314.782000', '202314.785000', '202314.787000', '202314.790000', '202314.792000', '202314.795000', '202314.798000', '202314.835000', '202314.837000', '202314.840000', '202314.842000', '202314.845000', '202314.848000', '202314.850000', '202314.853000', '202314.855000', '202334.673000', '202334.676000', '202334.679000', '202334.682000', '202334.684000', '202334.687000', '202334.689000', '202334.692000', '202334.695000', '202334.697000', '202334.700000', '202334.702000', '202334.705000', '202334.708000', '202334.710000', '202334.713000', '202334.715000', '202334.718000', '202334.720000', '202334.723000', '202334.726000', '202334.728000', '202334.731000', '202334.733000', '202334.736000', '202334.738000', '202334.741000', '202334.743000', '202334.746000', '202334.748000', '202334.751000', '202334.754000', '202334.756000', '202334.759000', '202334.761000', '202334.764000', '202334.766000', '202334.769000', '202334.771000', '202334.774000', '202334.777000', '202334.779000', '202334.782000', '202354.673000', '202354.676000', '202354.679000', '202354.681000', '202354.684000', '202354.686000', '202354.689000', '202354.692000', '202354.694000', '202354.697000', '202354.699000', '202354.702000', '202354.704000', '202354.707000', '202354.709000', '202354.713000', '202354.716000', '202354.719000', '202354.722000', '202354.724000', '202354.727000', '202354.729000', '202354.732000', '202354.734000', '202354.737000', '202354.739000', '202354.742000', '202354.744000', '202354.747000', '202354.749000', '202354.752000', '202354.755000', '202354.757000', '202354.760000', '202354.762000', '202354.765000', '202354.767000', '202354.770000', '202354.772000', '202354.775000', '202354.778000', '202354.780000', '202354.783000', '202354.785000', '202414.674000', '202414.676000', '202414.679000', '202414.681000', '202414.684000', '202414.687000', '202414.689000', '202414.692000', '202414.694000', '202414.697000', '202414.699000', '202414.702000', '202414.704000', '202414.707000', '202414.710000', '202414.712000', '202414.715000', '202414.717000', '202414.720000', '202414.722000', '202414.725000', '202414.728000', '202414.730000', '202414.733000', '202414.736000', '202414.738000', '202414.741000', '202414.743000', '202414.746000', '202414.748000', '202414.751000', '202414.754000', '202414.756000', '202414.759000', '202414.762000', '202414.764000', '202414.767000', '202414.769000', '202414.772000', '202414.774000', '202414.777000', '202414.779000', '202414.791000', '202434.674000', '202434.677000', '202434.680000', '202434.682000', '202434.685000', '202434.687000', '202434.690000', '202434.693000', '202434.696000', '202434.699000', '202434.702000', '202434.704000', '202434.707000', '202434.710000', '202434.712000', '202434.715000', '202434.718000', '202434.720000', '202434.723000', '202434.726000', '202434.728000', '202434.731000', '202434.733000', '202434.736000', '202434.738000', '202434.741000', '202434.743000', '202434.746000', '202434.749000', '202434.751000', '202434.754000', '202434.756000', '202434.759000', '202434.762000', '202434.764000', '202434.767000', '202434.769000', '202434.772000', '202434.774000', '202434.777000', '202434.779000', '202434.782000', '202434.784000', '202454.675000', '202454.677000', '202454.680000', '202454.682000', '202454.685000', '202454.688000', '202454.690000', '202454.693000', '202454.695000', '202454.698000', '202454.700000', '202454.703000', '202454.705000', '202454.708000', '202454.711000', '202454.713000', '202454.716000', '202454.718000', '202454.721000', '202454.723000', '202454.726000', '202454.729000', '202454.731000', '202454.734000', '202454.736000', '202454.739000', '202454.742000', '202454.744000', '202454.747000', '202454.749000', '202454.752000', '202454.754000', '202454.757000', '202454.760000', '202454.762000', '202454.765000', '202454.767000', '202454.770000', '202454.772000', '202454.775000', '202454.777000', '202454.780000', '202454.782000', '202454.785000', '202514.674000', '202514.677000', '202514.680000', '202514.683000', '202514.685000', '202514.688000', '202514.690000', '202514.693000', '202514.695000', '202514.698000', '202514.700000', '202514.703000', '202514.706000', '202514.708000', '202514.711000', '202514.713000', '202514.716000', '202514.718000', '202514.721000', '202514.724000', '202514.726000', '202514.729000', '202514.731000', '202514.734000', '202514.736000', '202514.739000', '202514.741000', '202514.744000', '202514.746000', '202514.749000', '202514.753000', '202514.756000', '202514.758000', '202514.761000', '202514.763000', '202514.766000', '202514.768000', '202514.771000', '202514.774000', '202514.776000', '202514.779000', '202514.781000', '202514.784000', '202534.674000', '202534.677000', '202534.680000', '202534.682000', '202534.685000', '202534.687000', '202534.690000', '202534.692000', '202534.695000', '202534.698000', '202534.700000', '202534.703000', '202534.705000', '202534.708000', '202534.711000', '202534.713000', '202534.716000', '202534.718000', '202534.721000', '202534.724000', '202534.726000', '202534.729000', '202534.732000', '202534.734000', '202534.737000', '202534.739000', '202534.742000', '202534.744000', '202534.747000', '202534.750000', '202534.752000', '202534.755000', '202534.757000', '202534.760000', '202534.762000', '202534.765000', '202534.767000', '202534.770000', '202534.772000', '202534.775000', '202534.778000', '202534.780000', '202534.783000', '202534.785000', '202554.674000', '202554.676000', '202554.679000', '202554.682000', '202554.684000', '202554.687000', '202554.689000', '202554.692000', '202554.694000', '202554.697000', '202554.699000', '202554.702000', '202554.704000', '202554.707000', '202554.710000', '202554.712000', '202554.715000', '202554.717000', '202554.720000', '202554.723000', '202554.726000', '202554.728000', '202554.731000', '202554.733000', '202554.736000', '202554.738000', '202554.741000', '202554.743000', '202554.746000', '202554.748000', '202554.751000', '202554.753000', '202554.756000', '202554.759000', '202554.761000', '202554.764000', '202554.766000', '202554.769000', '202554.771000', '202554.774000', '202554.777000', '202554.779000', '202554.782000', '202608.975000', '202608.979000', '202608.981000', '202608.984000', '202608.987000', '202608.989000', '202608.992000', '202608.995000', '202608.998000', '202609.002000', '202609.004000', '202609.007000', '202609.010000', '202609.012000', '202609.015000', '202609.017000', '202609.020000', '202609.023000', '202609.026000', '202609.028000', '202609.031000', '202609.034000', '202609.036000', '202609.039000', '202609.042000', '202609.045000', '202609.048000', '202609.051000', '202609.053000', '202609.056000', '202609.058000', '202609.061000'], 'InstanceCreationTime': ['201954.707000', '201954.710000', '201954.713000', '201954.715000', '201954.718000', '201954.720000', '201954.723000', '201954.726000', '201954.728000', '201954.731000', '201954.733000', '201954.736000', '201954.738000', '201954.741000', '201954.743000', '201954.746000', '201954.748000', '201954.751000', '201954.753000', '201954.756000', '201954.758000', '201954.761000', '201954.763000', '201954.766000', '201954.769000', '201954.771000', '201954.774000', '201954.776000', '201954.779000', '201954.781000', '201954.785000', '201954.788000', '201954.790000', '201954.793000', '201954.795000', '201954.798000', '201954.801000', '201954.803000', '201954.806000', '201954.808000', '201954.811000', '201954.813000', '201954.816000', '201954.819000', '201954.821000', '201954.824000', '201954.826000', '201954.829000', '201954.834000', '201954.836000', '201954.839000', '201954.841000', '201954.844000', '201954.846000', '201954.849000', '201954.867000', '201954.870000', '201954.872000', '202014.674000', '202014.677000', '202014.680000', '202014.688000', '202014.690000', '202014.693000', '202014.695000', '202014.698000', '202014.700000', '202014.703000', '202014.706000', '202014.708000', '202014.711000', '202014.713000', '202014.716000', '202014.718000', '202014.721000', '202014.723000', '202014.726000', '202014.729000', '202014.731000', '202014.734000', '202014.736000', '202014.739000', '202014.741000', '202014.744000', '202014.746000', '202014.749000', '202014.751000', '202014.754000', '202014.756000', '202014.759000', '202014.761000', '202014.764000', '202014.767000', '202014.769000', '202014.772000', '202014.774000', '202014.777000', '202014.779000', '202014.782000', '202014.785000', '202014.787000', '202034.674000', '202034.678000', '202034.680000', '202034.683000', '202034.685000', '202034.688000', '202034.690000', '202034.693000', '202034.695000', '202034.698000', '202034.700000', '202034.703000', '202034.705000', '202034.708000', '202034.711000', '202034.720000', '202034.723000', '202034.725000', '202034.728000', '202034.730000', '202034.733000', '202034.735000', '202034.738000', '202034.740000', '202034.743000', '202034.746000', '202034.748000', '202034.751000', '202034.753000', '202034.756000', '202034.759000', '202034.761000', '202034.764000', '202034.766000', '202034.769000', '202034.771000', '202034.774000', '202034.776000', '202034.779000', '202034.782000', '202034.784000', '202034.787000', '202034.789000', '202034.792000', '202054.675000', '202054.677000', '202054.686000', '202054.688000', '202054.691000', '202054.694000', '202054.696000', '202054.699000', '202054.701000', '202054.704000', '202054.706000', '202054.709000', '202054.712000', '202054.714000', '202054.717000', '202054.719000', '202054.722000', '202054.724000', '202054.727000', '202054.729000', '202054.732000', '202054.734000', '202054.737000', '202054.740000', '202054.742000', '202054.745000', '202054.747000', '202054.750000', '202054.752000', '202054.755000', '202054.757000', '202054.760000', '202054.762000', '202054.765000', '202054.767000', '202054.770000', '202054.772000', '202054.776000', '202054.778000', '202054.781000', '202054.784000', '202054.786000', '202054.789000', '202114.673000', '202114.676000', '202114.679000', '202114.681000', '202114.684000', '202114.686000', '202114.689000', '202114.691000', '202114.694000', '202114.697000', '202114.699000', '202114.707000', '202114.709000', '202114.712000', '202114.714000', '202114.717000', '202114.719000', '202114.722000', '202114.724000', '202114.727000', '202114.729000', '202114.732000', '202114.734000', '202114.737000', '202114.740000', '202114.742000', '202114.745000', '202114.747000', '202114.750000', '202114.752000', '202114.755000', '202114.757000', '202114.760000', '202114.762000', '202114.765000', '202114.768000', '202114.770000', '202114.773000', '202114.775000', '202114.778000', '202114.781000', '202114.783000', '202114.786000', '202114.788000', '202134.673000', '202134.676000', '202134.679000', '202134.681000', '202134.684000', '202134.686000', '202134.689000', '202134.692000', '202134.694000', '202134.697000', '202134.699000', '202134.707000', '202134.710000', '202134.712000', '202134.715000', '202134.717000', '202134.720000', '202134.722000', '202134.725000', '202134.727000', '202134.730000', '202134.733000', '202134.735000', '202134.738000', '202134.740000', '202134.743000', '202134.745000', '202134.748000', '202134.751000', '202134.753000', '202134.756000', '202134.758000', '202134.761000', '202134.764000', '202134.766000', '202134.769000', '202134.785000', '202134.787000', '202134.790000', '202134.793000', '202134.795000', '202134.798000', '202134.800000', '202154.673000', '202154.676000', '202154.679000', '202154.681000', '202154.684000', '202154.686000', '202154.689000', '202154.691000', '202154.694000', '202154.697000', '202154.699000', '202154.702000', '202154.704000', '202154.707000', '202154.709000', '202154.712000', '202154.714000', '202154.717000', '202154.720000', '202154.722000', '202154.725000', '202154.727000', '202154.730000', '202154.732000', '202154.735000', '202154.738000', '202154.740000', '202154.743000', '202154.745000', '202154.748000', '202154.750000', '202154.753000', '202154.755000', '202154.758000', '202154.760000', '202154.763000', '202154.766000', '202154.768000', '202154.771000', '202154.773000', '202154.776000', '202154.779000', '202154.781000', '202154.784000', '202214.674000', '202214.677000', '202214.680000', '202214.682000', '202214.685000', '202214.688000', '202214.690000', '202214.693000', '202214.695000', '202214.698000', '202214.701000', '202214.703000', '202214.706000', '202214.715000', '202214.718000', '202214.720000', '202214.723000', '202214.725000', '202214.728000', '202214.730000', '202214.733000', '202214.736000', '202214.738000', '202214.741000', '202214.743000', '202214.746000', '202214.749000', '202214.751000', '202214.754000', '202214.756000', '202214.759000', '202214.761000', '202214.764000', '202214.767000', '202214.769000', '202214.772000', '202214.774000', '202214.777000', '202214.779000', '202214.792000', '202214.795000', '202214.797000', '202214.800000', '202234.675000', '202234.678000', '202234.681000', '202234.683000', '202234.686000', '202234.688000', '202234.691000', '202234.694000', '202234.696000', '202234.699000', '202234.702000', '202234.704000', '202234.707000', '202234.709000', '202234.712000', '202234.714000', '202234.717000', '202234.719000', '202234.722000', '202234.724000', '202234.727000', '202234.730000', '202234.732000', '202234.735000', '202234.737000', '202234.740000', '202234.743000', '202234.745000', '202234.748000', '202234.750000', '202234.753000', '202234.755000', '202234.758000', '202234.760000', '202234.763000', '202234.766000', '202234.768000', '202234.771000', '202234.773000', '202234.776000', '202234.778000', '202234.781000', '202234.783000', '202234.786000', '202254.674000', '202254.677000', '202254.680000', '202254.682000', '202254.685000', '202254.688000', '202254.690000', '202254.693000', '202254.695000', '202254.698000', '202254.700000', '202254.703000', '202254.705000', '202254.708000', '202254.710000', '202254.713000', '202254.715000', '202254.718000', '202254.721000', '202254.723000', '202254.726000', '202254.728000', '202254.731000', '202254.733000', '202254.736000', '202254.739000', '202254.741000', '202254.744000', '202254.746000', '202254.749000', '202254.751000', '202254.754000', '202254.756000', '202254.759000', '202254.761000', '202254.764000', '202254.767000', '202254.769000', '202254.772000', '202254.774000', '202254.777000', '202254.779000', '202254.782000', '202314.674000', '202314.688000', '202314.691000', '202314.693000', '202314.696000', '202314.698000', '202314.701000', '202314.703000', '202314.706000', '202314.709000', '202314.711000', '202314.714000', '202314.716000', '202314.719000', '202314.721000', '202314.724000', '202314.727000', '202314.729000', '202314.756000', '202314.759000', '202314.762000', '202314.764000', '202314.767000', '202314.769000', '202314.772000', '202314.774000', '202314.777000', '202314.779000', '202314.782000', '202314.785000', '202314.787000', '202314.790000', '202314.792000', '202314.795000', '202314.798000', '202314.835000', '202314.837000', '202314.840000', '202314.842000', '202314.845000', '202314.848000', '202314.850000', '202314.853000', '202314.855000', '202334.673000', '202334.676000', '202334.679000', '202334.682000', '202334.684000', '202334.687000', '202334.689000', '202334.692000', '202334.695000', '202334.697000', '202334.700000', '202334.702000', '202334.705000', '202334.708000', '202334.710000', '202334.713000', '202334.715000', '202334.718000', '202334.720000', '202334.723000', '202334.726000', '202334.728000', '202334.731000', '202334.733000', '202334.736000', '202334.738000', '202334.741000', '202334.743000', '202334.746000', '202334.748000', '202334.751000', '202334.754000', '202334.756000', '202334.759000', '202334.761000', '202334.764000', '202334.766000', '202334.769000', '202334.771000', '202334.774000', '202334.777000', '202334.779000', '202334.782000', '202354.673000', '202354.676000', '202354.679000', '202354.681000', '202354.684000', '202354.686000', '202354.689000', '202354.692000', '202354.694000', '202354.697000', '202354.699000', '202354.702000', '202354.704000', '202354.707000', '202354.709000', '202354.713000', '202354.716000', '202354.719000', '202354.722000', '202354.724000', '202354.727000', '202354.729000', '202354.732000', '202354.734000', '202354.737000', '202354.739000', '202354.742000', '202354.744000', '202354.747000', '202354.749000', '202354.752000', '202354.755000', '202354.757000', '202354.760000', '202354.762000', '202354.765000', '202354.767000', '202354.770000', '202354.772000', '202354.775000', '202354.778000', '202354.780000', '202354.783000', '202354.785000', '202414.674000', '202414.676000', '202414.679000', '202414.681000', '202414.684000', '202414.687000', '202414.689000', '202414.692000', '202414.694000', '202414.697000', '202414.699000', '202414.702000', '202414.704000', '202414.707000', '202414.710000', '202414.712000', '202414.715000', '202414.717000', '202414.720000', '202414.722000', '202414.725000', '202414.728000', '202414.730000', '202414.733000', '202414.736000', '202414.738000', '202414.741000', '202414.743000', '202414.746000', '202414.748000', '202414.751000', '202414.754000', '202414.756000', '202414.759000', '202414.762000', '202414.764000', '202414.767000', '202414.769000', '202414.772000', '202414.774000', '202414.777000', '202414.779000', '202414.791000', '202434.674000', '202434.677000', '202434.680000', '202434.682000', '202434.685000', '202434.687000', '202434.690000', '202434.693000', '202434.696000', '202434.699000', '202434.702000', '202434.704000', '202434.707000', '202434.710000', '202434.712000', '202434.715000', '202434.718000', '202434.720000', '202434.723000', '202434.726000', '202434.728000', '202434.731000', '202434.733000', '202434.736000', '202434.738000', '202434.741000', '202434.743000', '202434.746000', '202434.749000', '202434.751000', '202434.754000', '202434.756000', '202434.759000', '202434.762000', '202434.764000', '202434.767000', '202434.769000', '202434.772000', '202434.774000', '202434.777000', '202434.779000', '202434.782000', '202434.784000', '202454.675000', '202454.677000', '202454.680000', '202454.682000', '202454.685000', '202454.688000', '202454.690000', '202454.693000', '202454.695000', '202454.698000', '202454.700000', '202454.703000', '202454.705000', '202454.708000', '202454.711000', '202454.713000', '202454.716000', '202454.718000', '202454.721000', '202454.723000', '202454.726000', '202454.729000', '202454.731000', '202454.734000', '202454.736000', '202454.739000', '202454.742000', '202454.744000', '202454.747000', '202454.749000', '202454.752000', '202454.754000', '202454.757000', '202454.760000', '202454.762000', '202454.765000', '202454.767000', '202454.770000', '202454.772000', '202454.775000', '202454.777000', '202454.780000', '202454.782000', '202454.785000', '202514.674000', '202514.677000', '202514.680000', '202514.683000', '202514.685000', '202514.688000', '202514.690000', '202514.693000', '202514.695000', '202514.698000', '202514.700000', '202514.703000', '202514.706000', '202514.708000', '202514.711000', '202514.713000', '202514.716000', '202514.718000', '202514.721000', '202514.724000', '202514.726000', '202514.729000', '202514.731000', '202514.734000', '202514.736000', '202514.739000', '202514.741000', '202514.744000', '202514.746000', '202514.749000', '202514.753000', '202514.756000', '202514.758000', '202514.761000', '202514.763000', '202514.766000', '202514.768000', '202514.771000', '202514.774000', '202514.776000', '202514.779000', '202514.781000', '202514.784000', '202534.674000', '202534.677000', '202534.680000', '202534.682000', '202534.685000', '202534.687000', '202534.690000', '202534.692000', '202534.695000', '202534.698000', '202534.700000', '202534.703000', '202534.705000', '202534.708000', '202534.711000', '202534.713000', '202534.716000', '202534.718000', '202534.721000', '202534.724000', '202534.726000', '202534.729000', '202534.732000', '202534.734000', '202534.737000', '202534.739000', '202534.742000', '202534.744000', '202534.747000', '202534.750000', '202534.752000', '202534.755000', '202534.757000', '202534.760000', '202534.762000', '202534.765000', '202534.767000', '202534.770000', '202534.772000', '202534.775000', '202534.778000', '202534.780000', '202534.783000', '202534.785000', '202554.674000', '202554.676000', '202554.679000', '202554.682000', '202554.684000', '202554.687000', '202554.689000', '202554.692000', '202554.694000', '202554.697000', '202554.699000', '202554.702000', '202554.704000', '202554.707000', '202554.710000', '202554.712000', '202554.715000', '202554.717000', '202554.720000', '202554.723000', '202554.726000', '202554.728000', '202554.731000', '202554.733000', '202554.736000', '202554.738000', '202554.741000', '202554.743000', '202554.746000', '202554.748000', '202554.751000', '202554.753000', '202554.756000', '202554.759000', '202554.761000', '202554.764000', '202554.766000', '202554.769000', '202554.771000', '202554.774000', '202554.777000', '202554.779000', '202554.782000', '202608.975000', '202608.979000', '202608.981000', '202608.984000', '202608.987000', '202608.989000', '202608.992000', '202608.995000', '202608.998000', '202609.002000', '202609.004000', '202609.007000', '202609.010000', '202609.012000', '202609.015000', '202609.017000', '202609.020000', '202609.023000', '202609.026000', '202609.028000', '202609.031000', '202609.034000', '202609.036000', '202609.039000', '202609.042000', '202609.045000', '202609.048000', '202609.051000', '202609.053000', '202609.056000', '202609.058000', '202609.061000'], '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': [10262, 12153, 8214, 10779, 12204, 11060, 8238, 9352, 7624, 10197, 10924, 9894, 7508, 9576, 12191, 10620, 9126, 9341, 8813, 10335, 11486, 10172, 7167, 9528, 8159, 10250, 13019, 10532, 8761, 8951, 9620, 9385, 8125, 9745, 7035, 11262, 9943, 10898, 8970, 10757, 10007, 12457, 9310, 11838, 8871, 12076, 10954, 10829, 11744, 9052, 12409, 9959, 9982, 8563, 11336, 9931, 10292, 7422, 9989, 7558, 11722, 9162, 10243, 7089, 10044, 9289, 10715, 8671, 7096, 11192, 10939, 11900, 7729, 10680, 12089, 12209, 7210, 9744, 11438, 10554, 11049, 8993, 7258, 8865, 9253, 11200, 6956, 9903, 7123, 11328, 9797, 11966, 7782, 11098, 10301, 12729, 12595, 11490, 13171, 9875, 12760, 11835, 10690, 8784, 10728, 8884, 12487, 8976, 11161, 7167, 10665, 8997, 11954, 8213, 10452, 7961, 11929, 10568, 12421, 8166, 10568, 13320, 10760, 12188, 10604, 10706, 8699, 11782, 10213, 11477, 7305, 9872, 8514, 11470, 12680, 10230, 9940, 8247, 10385, 9649, 10105, 8406, 9519, 7565, 10743, 9088, 11966, 7403, 9434, 7195, 10916, 8900, 11474, 6932, 9233, 9816, 10743, 11865, 10373, 7995, 8480, 12521, 10176, 10224, 9004, 10958, 8973, 12220, 11102, 9802, 8405, 9422, 8868, 11699, 9091, 10842, 7364, 9954, 9161, 11842, 8692, 10456, 8510, 12189, 10985, 12683, 8302, 10512, 9000, 12727, 10254, 12542, 9085, 10513, 10930, 11626, 7613, 9835, 9089, 11224, 12967, 9519, 11660, 8503, 11367, 10073, 8642, 8586, 11178, 8691, 12402, 11031, 10143, 8812, 11550, 9300, 12049, 10922, 10494, 7993, 9877, 9003, 12260, 8508, 11027, 7507, 11228, 9097, 12260, 7874, 9471, 7142, 11739, 9050, 12064, 7847, 10538, 13848, 10791, 10479, 8449, 9911, 8324, 10700, 9968, 9429, 8475, 9948, 8786, 11713, 9645, 11152, 7546, 9818, 9485, 12258, 7857, 10088, 7633, 11407, 10177, 11802, 7237, 9533, 7840, 11708, 9036, 9969, 7870, 11095, 10555, 12417, 10556, 12161, 10290, 12547, 10508, 13138, 8119, 10355, 9373, 13081, 9440, 11684, 8572, 12177, 10363, 12504, 8246, 10078, 7974, 12403, 9783, 11507, 9039, 7406, 9843, 13652, 11508, 10641, 8838, 10499, 9033, 11809, 9324, 11107, 7465, 9364, 7467, 11863, 8827, 11571, 8246, 11113, 9290, 12154, 8778, 11199, 9021, 12535, 11153, 10913, 9188, 8000, 11698, 10323, 12355, 8370, 12172, 8848, 7829, 10798, 10567, 13286, 9985, 7230, 10351, 11189, 13287, 8286, 11754, 10359, 12899, 11806, 11768, 7298, 10527, 8522, 12483, 10106, 10772, 7787, 7388, 11220, 9262, 10054, 9071, 13751, 13573, 12438, 11274, 12783, 11570, 14014, 11460, 13441, 10067, 11882, 10196, 13565, 10278, 13732, 8207, 11637, 8607, 13046, 8764, 11325, 8881, 12028, 10161, 12177, 9159, 10797, 9066, 11858, 9825, 11819, 9554, 10774, 10749, 12087, 10087, 9894, 10605, 13751, 11875, 9106, 10376, 13163, 10924, 12743, 12197, 9875, 9727, 10815, 9655, 11792, 11200, 11021, 9405, 11530, 10807, 10031, 10213, 12069, 10034, 13123, 11901, 10878, 9325, 11364, 10242, 9654, 9128, 11096, 10457, 10772, 9846, 11072, 9260, 12148, 11598, 10976, 9313, 11028, 8717, 12153, 10011, 12406, 7971, 10450, 7627, 11536, 9212, 11581, 7543, 10807, 8683, 10902, 9702, 7006, 10092, 8958, 11570, 10834, 8052, 12717, 10563, 12085, 8597, 11868, 14462, 11441, 10315, 9047, 11864, 10311, 9840, 8975, 10946, 9112, 11032, 10256, 8718, 8817, 9878, 8727, 7492, 9051, 7360, 10067, 12298, 11087, 10489, 9773, 11478, 10459, 12733, 10595, 12176, 8746, 11169, 9904, 11786, 8088, 11454, 9445, 12044, 12247, 11461, 7209, 10012, 8637, 11139, 9197, 7727, 10624, 9561, 8514, 10575, 13525, 10896, 11116, 8102, 10700, 9411, 10448, 11986, 9871, 8827, 8648, 12568, 10150, 7811, 9406, 9588, 9811, 11596, 10369, 8479, 9289, 12711, 11068, 7413, 10220, 10306, 10999, 14304, 11731, 10056, 10064, 12404, 9984, 12389, 11418, 10084, 9084, 9939, 8699, 12024, 11637, 9720, 9105, 10282, 8883, 8520, 11394, 7948, 9627, 8086, 8677, 12962, 9859, 11275, 9026, 12156, 10723, 12166, 8218, 9644, 13764, 10930, 8918, 9161, 11689, 9276, 11695, 9456, 7129, 8388, 6983, 10782, 8255, 11177, 8340, 10125, 9721, 12575, 10982, 11554, 9516, 12506, 11509, 11863, 10277, 11899, 9289, 12087, 11399, 8598, 9111, 7258, 10993, 10210, 12860, 9881, 11766, 10031, 12634, 10787, 11687, 8662, 10251, 8340, 12070, 10412, 11454, 8692, 10275, 8598, 12267, 9278, 11576, 7921, 10815, 9344, 11154, 8711, 6980, 9180, 7961, 9309, 10715, 8641, 11429, 8884, 13113, 11291, 13188, 7369, 10018, 10614, 10994, 9185, 9363, 11723, 9370, 10691, 9249, 8226, 7713, 7383, 10531, 7026, 10126, 7852, 11377, 10224, 12291, 8220, 10433, 7376, 11881, 9782, 12554, 8627, 11161, 9700, 7128, 12001, 11685, 12772, 10715, 12618, 9286, 12617, 9556, 11312, 7693, 9758, 9434, 12128, 7173, 9575, 7909, 10742, 9332, 10181, 8508, 10757, 9028, 11877, 10031, 12241, 8036, 10151, 7739, 11454, 10142, 12516, 8226, 11253, 8804, 12099, 9893, 11593, 7670, 10443, 9027, 9306, 9506, 7401, 10987, 10729, 13036, 8657, 10648, 10393, 11003, 12974, 11442, 9364, 7546, 9701, 8300, 11337, 7152, 9751, 7631, 10488, 12540, 10312, 7396, 8927, 7499, 10667, 10049, 11335, 8304, 10151, 12534, 11578, 8032, 10221, 8240, 11722, 11698, 11328, 11103, 9412, 12950, 11353, 11399, 13480, 8770, 7132, 8389, 7272, 10560, 12349, 11036, 12371, 9610, 11538, 8548, 11917, 11479, 11223, 13020, 11419, 12740, 10627, 11976, 9383, 12294, 8042, 10071, 7585, 11438, 8285, 9489, 7447, 7483, 7843, 7620, 11064, 8793, 7249, 9372, 9203, 11762, 7607, 10457, 12298, 9409, 10267, 8663, 9973, 7650, 9570, 8435, 10502, 7202, 9423, 7703, 10416, 7445, 9405, 7912, 10369, 9619, 9227, 8468, 10463, 9624, 11653, 10166, 11217, 8374, 10472, 9464, 11842, 9504, 11746, 9963, 12701, 9307, 10432, 7632, 9939, 9002, 11271, 8075, 10732, 8570, 12279, 9475, 11481, 8308, 10280, 8908, 11698, 8004, 10220, 8049, 10517, 8979, 11592, 8075, 10240, 7637, 11067, 9372, 11845, 8300, 9908, 8378, 11546, 10498, 7591, 9651, 8354, 8512, 11223, 9655, 12320, 10708, 13088, 8832, 10279, 6999], 'WindowCenter': [4052.0, 4060.0, 4003.0, 4033.0, 4029.0, 4018.0, 3981.0, 3996.0, 3972.0, 4006.0, 4012.0, 4004.0, 3961.0, 3996.0, 4025.0, 4006.0, 3992.0, 3996.0, 3994.0, 4019.0, 4014.0, 4003.0, 3950.0, 3994.0, 3971.0, 4005.0, 4026.0, 4006.0, 3981.0, 4010.0, 4018.0, 4022.0, 3982.0, 4008.0, 3975.0, 4028.0, 4029.0, 4040.0, 4021.0, 4025.0, 4020.0, 4040.0, 4007.0, 4028.0, 3993.0, 4026.0, 4003.0, 4004.0, 4011.0, 3982.0, 4012.0, 4003.0, 3991.0, 3982.0, 4013.0, 4003.0, 4002.0, 3961.0, 4004.0, 3961.0, 4014.0, 3995.0, 4005.0, 3962.0, 4004.0, 4002.0, 4014.0, 3996.0, 3975.0, 4028.0, 4026.0, 4028.0, 3973.0, 4028.0, 4027.0, 4039.0, 3972.0, 4007.0, 4014.0, 4017.0, 4025.0, 3995.0, 3973.0, 4009.0, 4006.0, 4030.0, 3976.0, 4019.0, 3988.0, 4042.0, 4019.0, 4041.0, 3986.0, 4030.0, 4018.0, 4041.0, 4026.0, 4029.0, 4024.0, 4005.0, 4026.0, 4015.0, 4001.0, 3982.0, 4002.0, 3993.0, 4024.0, 3992.0, 4016.0, 3962.0, 4016.0, 3996.0, 4026.0, 3984.0, 4014.0, 3984.0, 4027.0, 4013.0, 4026.0, 3981.0, 4015.0, 4033.0, 4014.0, 4010.0, 4004.0, 3987.0, 3978.0, 4010.0, 3989.0, 4000.0, 3946.0, 3989.0, 3966.0, 4011.0, 4009.0, 3988.0, 3985.0, 3967.0, 3987.0, 3989.0, 3988.0, 3969.0, 3990.0, 3969.0, 4011.0, 3980.0, 4013.0, 3959.0, 3991.0, 3957.0, 4013.0, 3980.0, 4013.0, 3960.0, 3993.0, 4001.0, 4013.0, 4024.0, 4013.0, 3972.0, 3994.0, 4034.0, 4016.0, 4013.0, 4006.0, 4013.0, 4006.0, 4037.0, 4028.0, 4016.0, 3984.0, 3992.0, 4006.0, 4037.0, 3994.0, 4015.0, 3973.0, 4016.0, 4005.0, 4038.0, 3996.0, 4014.0, 3995.0, 4037.0, 4016.0, 4038.0, 3983.0, 4015.0, 3993.0, 4036.0, 4003.0, 4026.0, 3978.0, 4002.0, 4001.0, 4012.0, 3957.0, 4002.0, 3990.0, 4013.0, 4035.0, 4004.0, 4012.0, 3993.0, 4011.0, 4004.0, 3978.0, 3993.0, 4010.0, 3993.0, 4020.0, 4015.0, 4001.0, 3992.0, 4010.0, 3992.0, 4011.0, 4002.0, 4000.0, 3968.0, 3988.0, 3979.0, 4011.0, 3979.0, 4000.0, 3958.0, 4000.0, 3977.0, 4010.0, 3969.0, 3989.0, 3959.0, 4012.0, 3980.0, 4021.0, 3969.0, 4002.0, 4020.0, 4001.0, 3998.0, 3970.0, 3988.0, 3981.0, 3999.0, 4001.0, 3989.0, 3981.0, 4001.0, 3993.0, 4024.0, 4003.0, 4013.0, 3971.0, 4004.0, 4001.0, 4024.0, 3982.0, 4003.0, 3972.0, 4026.0, 4012.0, 4026.0, 3972.0, 4004.0, 3983.0, 4037.0, 4006.0, 4016.0, 3996.0, 4027.0, 4029.0, 4047.0, 4028.0, 4036.0, 4019.0, 4038.0, 4014.0, 4034.0, 3970.0, 4002.0, 3990.0, 4024.0, 3991.0, 4010.0, 3978.0, 4011.0, 3988.0, 4011.0, 3969.0, 4002.0, 3969.0, 4011.0, 3991.0, 4010.0, 3992.0, 3960.0, 4003.0, 4031.0, 4013.0, 4000.0, 3976.0, 3986.0, 3978.0, 4010.0, 3979.0, 3998.0, 3946.0, 3975.0, 3959.0, 4008.0, 3977.0, 4010.0, 3968.0, 4010.0, 3990.0, 4012.0, 3980.0, 3999.0, 3979.0, 4011.0, 4013.0, 4000.0, 3991.0, 3969.0, 4025.0, 4003.0, 4025.0, 3981.0, 4022.0, 3995.0, 3972.0, 4026.0, 4028.0, 4049.0, 4016.0, 3974.0, 4017.0, 4014.0, 4049.0, 3984.0, 4027.0, 4002.0, 4025.0, 4012.0, 4015.0, 3961.0, 4002.0, 3983.0, 4025.0, 4018.0, 4014.0, 3985.0, 3963.0, 4026.0, 4007.0, 4006.0, 4009.0, 4037.0, 4038.0, 4024.0, 4014.0, 4011.0, 4004.0, 4022.0, 4002.0, 4011.0, 3989.0, 3997.0, 3988.0, 4010.0, 3974.0, 4008.0, 3954.0, 3987.0, 3955.0, 4007.0, 3965.0, 3987.0, 3968.0, 4010.0, 3989.0, 4008.0, 3980.0, 3998.0, 3980.0, 4011.0, 3990.0, 4010.0, 3992.0, 4000.0, 4004.0, 4011.0, 4005.0, 4003.0, 4015.0, 4033.0, 4027.0, 3981.0, 4004.0, 4023.0, 4015.0, 4023.0, 4014.0, 3989.0, 3993.0, 4002.0, 4004.0, 4025.0, 4016.0, 4003.0, 4005.0, 4014.0, 4016.0, 4002.0, 4005.0, 4022.0, 4005.0, 4023.0, 4015.0, 4002.0, 3992.0, 4011.0, 4004.0, 3990.0, 3992.0, 3999.0, 4002.0, 4001.0, 4002.0, 4011.0, 3993.0, 4013.0, 4014.0, 4002.0, 3992.0, 4001.0, 3983.0, 4013.0, 3990.0, 4011.0, 3958.0, 3988.0, 3957.0, 4000.0, 3979.0, 3999.0, 3959.0, 4003.0, 3981.0, 3999.0, 3993.0, 3959.0, 4001.0, 3994.0, 4013.0, 4018.0, 3985.0, 4036.0, 4017.0, 4028.0, 3982.0, 4015.0, 4023.0, 4003.0, 3988.0, 3979.0, 4009.0, 3991.0, 3989.0, 3981.0, 3999.0, 3982.0, 4000.0, 4004.0, 3980.0, 3996.0, 4002.0, 3993.0, 3970.0, 3996.0, 3973.0, 4018.0, 4025.0, 4028.0, 4003.0, 4005.0, 4012.0, 4004.0, 4023.0, 4003.0, 4010.0, 3969.0, 3998.0, 3989.0, 4000.0, 3957.0, 3998.0, 3977.0, 3995.0, 3999.0, 3999.0, 3948.0, 3978.0, 3968.0, 4011.0, 3994.0, 3971.0, 4001.0, 4004.0, 3983.0, 4016.0, 4025.0, 4003.0, 4002.0, 3970.0, 4000.0, 3979.0, 4002.0, 4009.0, 3991.0, 3979.0, 3981.0, 4009.0, 4002.0, 3958.0, 3991.0, 3990.0, 4005.0, 4014.0, 4018.0, 3982.0, 4006.0, 4024.0, 4016.0, 3971.0, 4005.0, 4002.0, 4016.0, 4034.0, 4015.0, 3991.0, 3988.0, 4010.0, 3991.0, 4009.0, 4001.0, 3987.0, 3968.0, 3976.0, 3979.0, 4009.0, 4002.0, 3977.0, 3979.0, 3989.0, 3980.0, 3968.0, 4012.0, 3974.0, 3991.0, 3973.0, 3981.0, 4035.0, 4006.0, 4014.0, 3982.0, 4012.0, 4001.0, 4010.0, 3969.0, 3980.0, 4016.0, 4001.0, 3966.0, 3979.0, 4008.0, 3992.0, 4008.0, 3991.0, 3948.0, 3970.0, 3961.0, 4013.0, 3981.0, 4013.0, 3983.0, 4002.0, 4005.0, 4023.0, 4016.0, 4013.0, 3993.0, 4011.0, 4014.0, 4013.0, 4001.0, 4011.0, 3993.0, 4010.0, 4001.0, 3969.0, 3981.0, 3959.0, 4012.0, 4002.0, 4022.0, 3990.0, 4009.0, 3991.0, 4010.0, 4001.0, 3998.0, 3968.0, 3986.0, 3968.0, 4008.0, 3989.0, 3996.0, 3966.0, 3976.0, 3967.0, 3997.0, 3978.0, 3998.0, 3957.0, 4001.0, 3981.0, 4000.0, 3969.0, 3949.0, 3994.0, 3973.0, 3992.0, 4003.0, 3995.0, 4026.0, 3983.0, 4022.0, 4002.0, 4024.0, 3948.0, 3990.0, 3988.0, 4001.0, 3978.0, 3978.0, 3997.0, 3980.0, 3987.0, 3992.0, 3967.0, 3970.0, 3959.0, 4002.0, 3961.0, 4003.0, 3986.0, 4027.0, 4004.0, 4029.0, 3983.0, 4019.0, 3964.0, 4014.0, 3991.0, 4024.0, 3981.0, 4000.0, 3992.0, 3961.0, 4025.0, 4023.0, 4024.0, 4005.0, 4010.0, 3992.0, 4012.0, 3991.0, 4000.0, 3945.0, 3989.0, 3975.0, 4009.0, 3947.0, 3976.0, 3969.0, 3999.0, 3990.0, 4000.0, 3980.0, 4001.0, 3980.0, 4014.0, 3991.0, 4012.0, 3959.0, 3989.0, 3956.0, 4001.0, 3989.0, 4010.0, 3969.0, 4000.0, 3979.0, 4010.0, 3989.0, 4014.0, 3960.0, 4001.0, 3980.0, 3979.0, 3991.0, 3961.0, 4012.0, 4001.0, 4035.0, 3982.0, 4003.0, 3988.0, 4001.0, 4009.0, 4001.0, 3977.0, 3957.0, 3979.0, 3966.0, 3997.0, 3945.0, 3989.0, 3956.0, 4001.0, 4008.0, 3991.0, 3956.0, 3980.0, 3960.0, 4015.0, 4002.0, 4014.0, 3970.0, 4003.0, 4021.0, 4013.0, 3969.0, 4003.0, 3978.0, 4025.0, 4011.0, 4017.0, 4012.0, 3993.0, 4021.0, 4001.0, 4001.0, 4022.0, 3982.0, 3959.0, 3982.0, 3972.0, 4015.0, 4025.0, 4014.0, 4023.0, 3992.0, 4013.0, 3969.0, 4011.0, 3998.0, 3987.0, 3995.0, 3985.0, 3983.0, 3963.0, 3973.0, 3951.0, 3971.0, 3928.0, 3949.0, 3927.0, 3970.0, 3938.0, 3960.0, 3930.0, 3930.0, 3953.0, 3958.0, 3997.0, 3980.0, 3958.0, 3989.0, 3991.0, 4024.0, 3959.0, 3998.0, 4007.0, 3978.0, 3987.0, 3968.0, 3976.0, 3957.0, 3987.0, 3968.0, 3989.0, 3956.0, 3990.0, 3956.0, 4000.0, 3961.0, 3991.0, 3984.0, 4014.0, 4006.0, 3992.0, 3986.0, 4013.0, 4005.0, 4029.0, 4006.0, 4013.0, 3983.0, 4002.0, 3992.0, 4014.0, 3992.0, 4012.0, 3990.0, 4012.0, 3980.0, 3989.0, 3956.0, 3992.0, 3981.0, 4002.0, 3969.0, 4000.0, 3981.0, 4012.0, 3992.0, 4002.0, 3965.0, 3990.0, 3978.0, 4012.0, 3965.0, 3990.0, 3968.0, 4001.0, 3978.0, 4011.0, 3971.0, 4001.0, 3970.0, 4013.0, 3989.0, 4014.0, 3984.0, 4002.0, 3983.0, 4012.0, 4004.0, 3973.0, 3993.0, 3985.0, 3995.0, 4015.0, 4009.0, 4026.0, 4016.0, 4025.0, 3981.0, 3989.0, 3949.0], 'WindowWidth': [9040.0, 9045.0, 8951.0, 8989.0, 8980.0, 8962.0, 8905.0, 8927.0, 8893.0, 8942.0, 8945.0, 8935.0, 8875.0, 8926.0, 8964.0, 8941.0, 8917.0, 8929.0, 8925.0, 8962.0, 8950.0, 8934.0, 8859.0, 8923.0, 8888.0, 8940.0, 8968.0, 8942.0, 8902.0, 8958.0, 8966.0, 8974.0, 8907.0, 8948.0, 8904.0, 8977.0, 8981.0, 8997.0, 8973.0, 8972.0, 8970.0, 8995.0, 8947.0, 8975.0, 8921.0, 8968.0, 8933.0, 8936.0, 8941.0, 8904.0, 8943.0, 8935.0, 8913.0, 8905.0, 8947.0, 8935.0, 8932.0, 8877.0, 8934.0, 8873.0, 8949.0, 8922.0, 8937.0, 8881.0, 8936.0, 8936.0, 8952.0, 8931.0, 8902.0, 8977.0, 8972.0, 8976.0, 8896.0, 8976.0, 8974.0, 8991.0, 8893.0, 8947.0, 8950.0, 8957.0, 8969.0, 8929.0, 8898.0, 8956.0, 8946.0, 8982.0, 8907.0, 8967.0, 8926.0, 9002.0, 8967.0, 8999.0, 8918.0, 8981.0, 8963.0, 8996.0, 8970.0, 8978.0, 8966.0, 8940.0, 8968.0, 8953.0, 8928.0, 8903.0, 8928.0, 8921.0, 8964.0, 8918.0, 8956.0, 8879.0, 8955.0, 8928.0, 8968.0, 8910.0, 8952.0, 8912.0, 8974.0, 8949.0, 8970.0, 8903.0, 8952.0, 8975.0, 8950.0, 8941.0, 8936.0, 8905.0, 8895.0, 8938.0, 8909.0, 8924.0, 8849.0, 8907.0, 8875.0, 8940.0, 8935.0, 8907.0, 8898.0, 8878.0, 8903.0, 8911.0, 8906.0, 8883.0, 8909.0, 8884.0, 8943.0, 8899.0, 8946.0, 8870.0, 8914.0, 8868.0, 8948.0, 8900.0, 8948.0, 8874.0, 8921.0, 8930.0, 8951.0, 8963.0, 8952.0, 8892.0, 8925.0, 8978.0, 8956.0, 8950.0, 8944.0, 8949.0, 8946.0, 8986.0, 8977.0, 8956.0, 8913.0, 8919.0, 8946.0, 8987.0, 8928.0, 8953.0, 8899.0, 8959.0, 8943.0, 8988.0, 8932.0, 8954.0, 8931.0, 8988.0, 8958.0, 8990.0, 8910.0, 8953.0, 8922.0, 8983.0, 8934.0, 8967.0, 8896.0, 8933.0, 8928.0, 8946.0, 8867.0, 8933.0, 8914.0, 8952.0, 8981.0, 8940.0, 8944.0, 8922.0, 8942.0, 8938.0, 8898.0, 8923.0, 8941.0, 8923.0, 8956.0, 8953.0, 8929.0, 8920.0, 8939.0, 8920.0, 8943.0, 8931.0, 8925.0, 8881.0, 8908.0, 8897.0, 8941.0, 8896.0, 8924.0, 8867.0, 8924.0, 8892.0, 8940.0, 8883.0, 8910.0, 8871.0, 8944.0, 8900.0, 8957.0, 8883.0, 8931.0, 8953.0, 8929.0, 8921.0, 8886.0, 8907.0, 8904.0, 8925.0, 8930.0, 8911.0, 8905.0, 8928.0, 8924.0, 8963.0, 8935.0, 8947.0, 8889.0, 8937.0, 8931.0, 8965.0, 8906.0, 8936.0, 8895.0, 8970.0, 8948.0, 8970.0, 8894.0, 8938.0, 8913.0, 8988.0, 8947.0, 8959.0, 8936.0, 8975.0, 8982.0, 9004.0, 8979.0, 8986.0, 8965.0, 8988.0, 8951.0, 8981.0, 8889.0, 8931.0, 8912.0, 8962.0, 8915.0, 8941.0, 8894.0, 8942.0, 8908.0, 8941.0, 8884.0, 8931.0, 8884.0, 8940.0, 8915.0, 8940.0, 8918.0, 8874.0, 8936.0, 8969.0, 8948.0, 8925.0, 8891.0, 8902.0, 8894.0, 8937.0, 8895.0, 8919.0, 8849.0, 8888.0, 8870.0, 8936.0, 8894.0, 8939.0, 8882.0, 8939.0, 8912.0, 8944.0, 8899.0, 8921.0, 8898.0, 8942.0, 8948.0, 8925.0, 8917.0, 8886.0, 8968.0, 8936.0, 8969.0, 8902.0, 8957.0, 8930.0, 8896.0, 8974.0, 8976.0, 9007.0, 8960.0, 8902.0, 8962.0, 8952.0, 9005.0, 8912.0, 8969.0, 8932.0, 8967.0, 8945.0, 8951.0, 8874.0, 8932.0, 8907.0, 8965.0, 8962.0, 8952.0, 8916.0, 8880.0, 8967.0, 8943.0, 8942.0, 8952.0, 8984.0, 8986.0, 8959.0, 8947.0, 8938.0, 8932.0, 8956.0, 8928.0, 8937.0, 8907.0, 8915.0, 8904.0, 8934.0, 8882.0, 8930.0, 8851.0, 8898.0, 8853.0, 8926.0, 8870.0, 8900.0, 8876.0, 8934.0, 8908.0, 8931.0, 8896.0, 8917.0, 8897.0, 8938.0, 8911.0, 8936.0, 8914.0, 8924.0, 8934.0, 8941.0, 8937.0, 8933.0, 8952.0, 8974.0, 8969.0, 8902.0, 8935.0, 8958.0, 8951.0, 8959.0, 8948.0, 8910.0, 8920.0, 8930.0, 8937.0, 8965.0, 8956.0, 8932.0, 8940.0, 8949.0, 8954.0, 8933.0, 8939.0, 8958.0, 8939.0, 8961.0, 8954.0, 8928.0, 8914.0, 8938.0, 8937.0, 8913.0, 8917.0, 8923.0, 8930.0, 8929.0, 8932.0, 8941.0, 8919.0, 8946.0, 8949.0, 8929.0, 8916.0, 8924.0, 8906.0, 8944.0, 8911.0, 8941.0, 8866.0, 8904.0, 8863.0, 8922.0, 8894.0, 8920.0, 8866.0, 8934.0, 8901.0, 8922.0, 8921.0, 8871.0, 8928.0, 8922.0, 8949.0, 8961.0, 8913.0, 8983.0, 8958.0, 8977.0, 8903.0, 8950.0, 8958.0, 8932.0, 8906.0, 8896.0, 8934.0, 8914.0, 8907.0, 8900.0, 8921.0, 8904.0, 8924.0, 8936.0, 8898.0, 8929.0, 8932.0, 8922.0, 8890.0, 8930.0, 8895.0, 8963.0, 8968.0, 8973.0, 8934.0, 8937.0, 8942.0, 8935.0, 8958.0, 8931.0, 8937.0, 8881.0, 8918.0, 8907.0, 8922.0, 8862.0, 8918.0, 8888.0, 8914.0, 8921.0, 8918.0, 8851.0, 8889.0, 8879.0, 8943.0, 8924.0, 8891.0, 8929.0, 8938.0, 8908.0, 8957.0, 8966.0, 8933.0, 8930.0, 8885.0, 8924.0, 8895.0, 8930.0, 8935.0, 8914.0, 8895.0, 8902.0, 8937.0, 8932.0, 8867.0, 8916.0, 8912.0, 8939.0, 8949.0, 8963.0, 8906.0, 8942.0, 8964.0, 8956.0, 8891.0, 8939.0, 8931.0, 8956.0, 8977.0, 8952.0, 8914.0, 8909.0, 8937.0, 8913.0, 8933.0, 8926.0, 8900.0, 8878.0, 8884.0, 8895.0, 8932.0, 8929.0, 8890.0, 8895.0, 8907.0, 8897.0, 8878.0, 8941.0, 8894.0, 8912.0, 8891.0, 8901.0, 8980.0, 8942.0, 8949.0, 8904.0, 8945.0, 8927.0, 8939.0, 8879.0, 8897.0, 8942.0, 8925.0, 8872.0, 8894.0, 8934.0, 8915.0, 8933.0, 8912.0, 8854.0, 8885.0, 8875.0, 8947.0, 8903.0, 8947.0, 8907.0, 8931.0, 8941.0, 8960.0, 8955.0, 8946.0, 8920.0, 8942.0, 8948.0, 8945.0, 8928.0, 8943.0, 8920.0, 8935.0, 8927.0, 8881.0, 8901.0, 8872.0, 8943.0, 8930.0, 8958.0, 8913.0, 8934.0, 8914.0, 8937.0, 8925.0, 8919.0, 8877.0, 8899.0, 8880.0, 8930.0, 8906.0, 8912.0, 8873.0, 8884.0, 8876.0, 8915.0, 8890.0, 8915.0, 8862.0, 8926.0, 8900.0, 8921.0, 8879.0, 8855.0, 8922.0, 8894.0, 8918.0, 8931.0, 8927.0, 8969.0, 8905.0, 8960.0, 8927.0, 8962.0, 8849.0, 8909.0, 8903.0, 8924.0, 8890.0, 8892.0, 8916.0, 8896.0, 8901.0, 8914.0, 8877.0, 8886.0, 8870.0, 8932.0, 8878.0, 8933.0, 8917.0, 8973.0, 8936.0, 8975.0, 8909.0, 8960.0, 8881.0, 8948.0, 8915.0, 8963.0, 8900.0, 8926.0, 8919.0, 8876.0, 8966.0, 8964.0, 8964.0, 8937.0, 8939.0, 8917.0, 8940.0, 8911.0, 8922.0, 8843.0, 8906.0, 8883.0, 8933.0, 8849.0, 8887.0, 8883.0, 8922.0, 8913.0, 8924.0, 8899.0, 8926.0, 8899.0, 8946.0, 8913.0, 8942.0, 8868.0, 8907.0, 8862.0, 8925.0, 8909.0, 8938.0, 8881.0, 8923.0, 8895.0, 8937.0, 8906.0, 8948.0, 8871.0, 8925.0, 8897.0, 8896.0, 8916.0, 8877.0, 8947.0, 8929.0, 8981.0, 8902.0, 8931.0, 8906.0, 8927.0, 8936.0, 8925.0, 8886.0, 8861.0, 8894.0, 8872.0, 8917.0, 8846.0, 8907.0, 8862.0, 8927.0, 8933.0, 8912.0, 8863.0, 8898.0, 8873.0, 8952.0, 8931.0, 8949.0, 8886.0, 8935.0, 8956.0, 8947.0, 8884.0, 8933.0, 8898.0, 8964.0, 8942.0, 8958.0, 8943.0, 8921.0, 8957.0, 8928.0, 8925.0, 8959.0, 8905.0, 8871.0, 8906.0, 8894.0, 8955.0, 8967.0, 8952.0, 8961.0, 8916.0, 8945.0, 8883.0, 8941.0, 8919.0, 8903.0, 8909.0, 8896.0, 8890.0, 8861.0, 8874.0, 8842.0, 8869.0, 8808.0, 8835.0, 8805.0, 8866.0, 8822.0, 8854.0, 8817.0, 8816.0, 8854.0, 8870.0, 8918.0, 8899.0, 8868.0, 8911.0, 8915.0, 8964.0, 8870.0, 8922.0, 8930.0, 8892.0, 8902.0, 8878.0, 8887.0, 8863.0, 8904.0, 8879.0, 8907.0, 8863.0, 8911.0, 8864.0, 8927.0, 8877.0, 8915.0, 8912.0, 8951.0, 8943.0, 8919.0, 8917.0, 8947.0, 8941.0, 8975.0, 8941.0, 8946.0, 8907.0, 8931.0, 8918.0, 8948.0, 8917.0, 8944.0, 8913.0, 8943.0, 8897.0, 8909.0, 8863.0, 8916.0, 8899.0, 8930.0, 8884.0, 8925.0, 8902.0, 8943.0, 8914.0, 8928.0, 8873.0, 8911.0, 8893.0, 8943.0, 8875.0, 8912.0, 8881.0, 8927.0, 8894.0, 8942.0, 8889.0, 8929.0, 8887.0, 8946.0, 8911.0, 8949.0, 8913.0, 8931.0, 8907.0, 8947.0, 8937.0, 8897.0, 8922.0, 8914.0, 8927.0, 8954.0, 8950.0, 8971.0, 8954.0, 8968.0, 8902.0, 8911.0, 8855.0]}, 'slices': {}}</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
Extracted Image quality metrics (IQMs)
</button>
</h2>
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.004172310344827586</td></tr>
<tr><td colspan=3>aqi</td><td>0.04240954091954023</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.822380851553426</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2443424705753747</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0403678815304955</td></tr>
<tr><td colspan=3>efc</td><td>0.5143</td></tr>
<tr><td colspan=3>fber</td><td>3640.8223</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15118883555241355</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>210</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.137931034482758</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.347443412012574</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.217455128949932</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.616534210344236</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.208340896743555</td></tr>
<tr><td colspan=3>gcor</td><td>0.00888643</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02607632428407669</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04577958583831787</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.225195464356327</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.5055</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.4858</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.9007</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293627.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>984.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.9108</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9424</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.3766</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3185.5341</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4144.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>785.9944</td></tr>
<tr><td colspan=3>tsnr</td><td>30.116501720622182</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>