ds005256-mriqc/sub-0087_ses-01_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 9ad845eeb8 [DATALAD RUNCMD] Compute MRIQC for sub-0087
=== 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-0087 --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-0087",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:28 +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-0087_ses-01_task-social_acq-mb8_run-03_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-0087_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-03_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-0087/ses-01/func/sub-0087_ses-01_task-social_acq-mb8_run-03_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>b1ca42b009f6ac811c90131aed0dd28d</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>22:07:32.077500</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.999738, 0.0218743, 0.00668161, -0.0218144, 0.999722, -0.00891911]</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.252</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-03_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.0944853</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7785, -7239, 580, -37, -11, 20, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>73fed87c-faf2-477e-a79e-f696645553a9||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.682224988937378, -0.058526311069726944, 0.018562113866209984, 115.07896423339844], [-0.05868718773126602, 2.6821818351745605, -0.023681748658418655, -93.421142578125], [0.017926279455423355, 0.023929309099912643, 2.6998324394226074, -71.71964263916016], [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': ['220732.077500', '220732.537500', '220732.997500', '220733.457500', '220733.917500', '220734.377500', '220734.837500', '220735.297500', '220735.757500', '220736.217500', '220736.677500', '220737.137500', '220737.597500', '220738.057500', '220738.517500', '220738.977500', '220739.437500', '220739.897500', '220740.357500', '220740.817500', '220741.277500', '220741.737500', '220742.197500', '220742.657500', '220743.117500', '220743.577500', '220744.037500', '220744.497500', '220744.957500', '220745.417500', '220745.877500', '220746.337500', '220746.797500', '220747.257500', '220747.717500', '220748.177500', '220748.637500', '220749.097500', '220749.557500', '220750.017500', '220750.477500', '220750.937500', '220751.397500', '220751.857500', '220752.317500', '220752.777500', '220753.237500', '220753.697500', '220754.157500', '220754.617500', '220755.077500', '220755.537500', '220755.997500', '220756.457500', '220756.917500', '220757.377500', '220757.837500', '220758.297500', '220758.757500', '220759.217500', '220759.677500', '220800.137500', '220800.597500', '220801.057500', '220801.517500', '220801.977500', '220802.437500', '220802.897500', '220803.357500', '220803.817500', '220804.277500', '220804.737500', '220805.197500', '220805.657500', '220806.117500', '220806.577500', '220807.037500', '220807.497500', '220807.957500', '220808.417500', '220808.877500', '220809.337500', '220809.797500', '220810.257500', '220810.717500', '220811.177500', '220811.637500', '220812.097500', '220812.557500', '220813.017500', '220813.477500', '220813.937500', '220814.397500', '220814.857500', '220815.317500', '220815.777500', '220816.237500', '220816.697500', '220817.157500', '220817.617500', '220818.077500', '220818.537500', '220818.997500', '220819.457500', '220819.917500', '220820.377500', '220820.837500', '220821.297500', '220821.757500', '220822.217500', '220822.677500', '220823.137500', '220823.597500', '220824.057500', '220824.517500', '220824.977500', '220825.437500', '220825.897500', '220826.357500', '220826.817500', '220827.277500', '220827.737500', '220828.197500', '220828.657500', '220829.117500', '220829.577500', '220830.037500', '220830.497500', '220830.957500', '220831.417500', '220831.877500', '220832.337500', '220832.797500', '220833.257500', '220833.717500', '220834.177500', '220834.637500', '220835.097500', '220835.557500', '220836.017500', '220836.477500', '220836.937500', '220837.397500', '220837.857500', '220838.317500', '220838.777500', '220839.237500', '220839.697500', '220840.157500', '220840.617500', '220841.077500', '220841.537500', '220841.997500', '220842.457500', '220842.917500', '220843.377500', '220843.837500', '220844.297500', '220844.757500', '220845.217500', '220845.677500', '220846.137500', '220846.597500', '220847.057500', '220847.517500', '220847.977500', '220848.437500', '220848.897500', '220849.357500', '220849.817500', '220850.277500', '220850.737500', '220851.197500', '220851.657500', '220852.117500', '220852.577500', '220853.037500', '220853.497500', '220853.957500', '220854.417500', '220854.877500', '220855.337500', '220855.797500', '220856.257500', '220856.717500', '220857.177500', '220857.637500', '220858.097500', '220858.557500', '220859.017500', '220859.477500', '220859.937500', '220900.397500', '220900.857500', '220901.317500', '220901.777500', '220902.237500', '220902.697500', '220903.157500', '220903.617500', '220904.077500', '220904.537500', '220904.997500', '220905.457500', '220905.917500', '220906.377500', '220906.837500', '220907.297500', '220907.757500', '220908.217500', '220908.677500', '220909.137500', '220909.597500', '220910.057500', '220910.517500', '220910.977500', '220911.437500', '220911.897500', '220912.357500', '220912.817500', '220913.277500', '220913.737500', '220914.197500', '220914.657500', '220915.117500', '220915.577500', '220916.037500', '220916.497500', '220916.957500', '220917.417500', '220917.877500', '220918.337500', '220918.797500', '220919.257500', '220919.717500', '220920.177500', '220920.637500', '220921.097500', '220921.557500', '220922.017500', '220922.477500', '220922.937500', '220923.397500', '220923.857500', '220924.317500', '220924.777500', '220925.237500', '220925.697500', '220926.157500', '220926.617500', '220927.077500', '220927.537500', '220927.997500', '220928.457500', '220928.917500', '220929.377500', '220929.837500', '220930.297500', '220930.757500', '220931.217500', '220931.677500', '220932.137500', '220932.597500', '220933.057500', '220933.517500', '220933.977500', '220934.437500', '220934.897500', '220935.357500', '220935.817500', '220936.277500', '220936.737500', '220937.197500', '220937.657500', '220938.117500', '220938.577500', '220939.037500', '220939.497500', '220939.957500', '220940.417500', '220940.877500', '220941.337500', '220941.797500', '220942.257500', '220942.717500', '220943.177500', '220943.637500', '220944.097500', '220944.557500', '220945.017500', '220945.477500', '220945.937500', '220946.397500', '220946.857500', '220947.317500', '220947.777500', '220948.237500', '220948.697500', '220949.157500', '220949.617500', '220950.077500', '220950.537500', '220950.997500', '220951.457500', '220951.917500', '220952.377500', '220952.837500', '220953.297500', '220953.757500', '220954.217500', '220954.677500', '220955.137500', '220955.597500', '220956.057500', '220956.517500', '220956.977500', '220957.437500', '220957.897500', '220958.357500', '220958.817500', '220959.277500', '220959.737500', '221000.197500', '221000.657500', '221001.117500', '221001.577500', '221002.037500', '221002.497500', '221002.957500', '221003.417500', '221003.877500', '221004.337500', '221004.797500', '221005.257500', '221005.717500', '221006.177500', '221006.637500', '221007.097500', '221007.557500', '221008.017500', '221008.477500', '221008.937500', '221009.397500', '221009.857500', '221010.317500', '221010.777500', '221011.237500', '221011.697500', '221012.157500', '221012.617500', '221013.077500', '221013.537500', '221013.997500', '221014.457500', '221014.917500', '221015.377500', '221015.837500', '221016.297500', '221016.757500', '221017.217500', '221017.677500', '221018.137500', '221018.597500', '221019.057500', '221019.517500', '221019.977500', '221020.437500', '221020.897500', '221021.357500', '221021.817500', '221022.277500', '221022.737500', '221023.197500', '221023.657500', '221024.117500', '221024.577500', '221025.037500', '221025.497500', '221025.957500', '221026.417500', '221026.877500', '221027.337500', '221027.797500', '221028.257500', '221028.717500', '221029.177500', '221029.637500', '221030.097500', '221030.557500', '221031.017500', '221031.477500', '221031.937500', '221032.397500', '221032.857500', '221033.317500', '221033.777500', '221034.237500', '221034.697500', '221035.157500', '221035.617500', '221036.077500', '221036.537500', '221036.997500', '221037.457500', '221037.917500', '221038.377500', '221038.837500', '221039.297500', '221039.757500', '221040.217500', '221040.677500', '221041.137500', '221041.597500', '221042.057500', '221042.517500', '221042.977500', '221043.437500', '221043.897500', '221044.357500', '221044.817500', '221045.277500', '221045.737500', '221046.197500', '221046.657500', '221047.117500', '221047.577500', '221048.037500', '221048.497500', '221048.957500', '221049.417500', '221049.877500', '221050.337500', '221050.797500', '221051.257500', '221051.717500', '221052.177500', '221052.637500', '221053.097500', '221053.557500', '221054.017500', '221054.477500', '221054.937500', '221055.397500', '221055.857500', '221056.317500', '221056.777500', '221057.237500', '221057.697500', '221058.157500', '221058.617500', '221059.077500', '221059.537500', '221059.997500', '221100.457500', '221100.917500', '221101.377500', '221101.837500', '221102.297500', '221102.757500', '221103.217500', '221103.677500', '221104.137500', '221104.597500', '221105.057500', '221105.517500', '221105.977500', '221106.437500', '221106.897500', '221107.357500', '221107.817500', '221108.277500', '221108.737500', '221109.197500', '221109.657500', '221110.117500', '221110.577500', '221111.037500', '221111.497500', '221111.957500', '221112.417500', '221112.877500', '221113.337500', '221113.797500', '221114.257500', '221114.717500', '221115.177500', '221115.637500', '221116.097500', '221116.557500', '221117.017500', '221117.477500', '221117.937500', '221118.397500', '221118.857500', '221119.317500', '221119.777500', '221120.237500', '221120.697500', '221121.157500', '221121.617500', '221122.077500', '221122.537500', '221122.997500', '221123.457500', '221123.917500', '221124.377500', '221124.837500', '221125.297500', '221125.757500', '221126.217500', '221126.677500', '221127.137500', '221127.597500', '221128.057500', '221128.517500', '221128.977500', '221129.437500', '221129.897500', '221130.357500', '221130.817500', '221131.277500', '221131.737500', '221132.197500', '221132.657500', '221133.117500', '221133.577500', '221134.037500', '221134.497500', '221134.957500', '221135.417500', '221135.877500', '221136.337500', '221136.797500', '221137.257500', '221137.717500', '221138.177500', '221138.637500', '221139.097500', '221139.557500', '221140.017500', '221140.477500', '221140.937500', '221141.397500', '221141.857500', '221142.317500', '221142.777500', '221143.237500', '221143.697500', '221144.157500', '221144.617500', '221145.077500', '221145.537500', '221145.997500', '221146.457500', '221146.917500', '221147.377500', '221147.837500', '221148.297500', '221148.757500', '221149.217500', '221149.677500', '221150.137500', '221150.597500', '221151.057500', '221151.517500', '221151.977500', '221152.437500', '221152.897500', '221153.357500', '221153.817500', '221154.277500', '221154.737500', '221155.197500', '221155.657500', '221156.117500', '221156.577500', '221157.037500', '221157.497500', '221157.957500', '221158.417500', '221158.877500', '221159.337500', '221159.797500', '221200.257500', '221200.717500', '221201.177500', '221201.637500', '221202.097500', '221202.557500', '221203.017500', '221203.477500', '221203.937500', '221204.397500', '221204.857500', '221205.317500', '221205.777500', '221206.237500', '221206.697500', '221207.157500', '221207.617500', '221208.077500', '221208.537500', '221208.997500', '221209.457500', '221209.917500', '221210.377500', '221210.837500', '221211.297500', '221211.757500', '221212.217500', '221212.677500', '221213.137500', '221213.597500', '221214.057500', '221214.517500', '221214.977500', '221215.437500', '221215.897500', '221216.357500', '221216.817500', '221217.277500', '221217.737500', '221218.197500', '221218.657500', '221219.117500', '221219.577500', '221220.037500', '221220.497500', '221220.957500', '221221.417500', '221221.877500', '221222.337500', '221222.797500', '221223.257500', '221223.717500', '221224.177500', '221224.637500', '221225.097500', '221225.557500', '221226.017500', '221226.477500', '221226.937500', '221227.397500', '221227.857500', '221228.317500', '221228.777500', '221229.237500', '221229.697500', '221230.157500', '221230.617500', '221231.077500', '221231.537500', '221231.997500', '221232.457500', '221232.917500', '221233.377500', '221233.837500', '221234.297500', '221234.757500', '221235.217500', '221235.677500', '221236.137500', '221236.597500', '221237.057500', '221237.517500', '221237.977500', '221238.437500', '221238.897500', '221239.357500', '221239.817500', '221240.277500', '221240.737500', '221241.197500', '221241.657500', '221242.117500', '221242.577500', '221243.037500', '221243.497500', '221243.957500', '221244.417500', '221244.877500', '221245.337500', '221245.797500', '221246.257500', '221246.717500', '221247.177500', '221247.637500', '221248.097500', '221248.557500', '221249.017500', '221249.477500', '221249.937500', '221250.397500', '221250.857500', '221251.317500', '221251.777500', '221252.237500', '221252.697500', '221253.157500', '221253.617500', '221254.077500', '221254.537500', '221254.997500', '221255.457500', '221255.917500', '221256.377500', '221256.837500', '221257.297500', '221257.757500', '221258.217500', '221258.677500', '221259.137500', '221259.597500', '221300.057500', '221300.517500', '221300.977500', '221301.437500', '221301.897500', '221302.357500', '221302.817500', '221303.277500', '221303.737500', '221304.197500', '221304.657500', '221305.117500', '221305.577500', '221306.037500', '221306.497500', '221306.957500', '221307.417500', '221307.877500', '221308.337500', '221308.797500', '221309.257500', '221309.717500', '221310.177500', '221310.637500', '221311.097500', '221311.557500', '221312.017500', '221312.477500', '221312.937500', '221313.397500', '221313.857500', '221314.317500', '221314.777500', '221315.237500', '221315.697500', '221316.157500', '221316.617500', '221317.077500', '221317.537500', '221317.997500', '221318.457500', '221318.917500', '221319.377500', '221319.837500', '221320.297500', '221320.757500', '221321.217500', '221321.677500', '221322.137500', '221322.597500', '221323.057500', '221323.517500', '221323.977500', '221324.437500', '221324.897500', '221325.357500', '221325.817500', '221326.277500', '221326.737500', '221327.197500', '221327.657500', '221328.117500', '221328.577500', '221329.037500', '221329.497500', '221329.957500', '221330.417500', '221330.877500', '221331.337500', '221331.797500', '221332.257500', '221332.717500', '221333.177500', '221333.637500', '221334.097500', '221334.557500', '221335.017500', '221335.477500', '221335.937500', '221336.397500', '221336.857500', '221337.317500', '221337.777500', '221338.237500', '221338.697500', '221339.157500', '221339.617500', '221340.077500', '221340.537500', '221340.997500', '221341.457500', '221341.917500', '221342.377500', '221342.837500', '221343.297500', '221343.757500', '221344.217500', '221344.677500', '221345.137500', '221345.597500', '221346.057500', '221346.517500', '221346.977500', '221347.437500', '221347.897500', '221348.357500', '221348.817500', '221349.277500', '221349.737500', '221350.197500', '221350.657500', '221351.117500', '221351.577500', '221352.037500', '221352.497500', '221352.957500', '221353.417500', '221353.877500', '221354.337500', '221354.797500', '221355.257500', '221355.717500', '221356.177500', '221356.637500', '221357.097500', '221357.557500', '221358.017500', '221358.477500', '221358.937500', '221359.397500', '221359.857500', '221400.317500', '221400.777500', '221401.237500', '221401.697500', '221402.157500', '221402.617500', '221403.077500', '221403.537500', '221403.997500', '221404.457500', '221404.917500', '221405.377500', '221405.837500', '221406.297500', '221406.757500', '221407.217500', '221407.677500', '221408.137500', '221408.597500', '221409.057500', '221409.517500', '221409.977500', '221410.437500', '221410.897500', '221411.357500', '221411.817500', '221412.277500', '221412.737500'], 'ContentTime': ['220745.620000', '220745.623000', '220745.626000', '220745.629000', '220745.632000', '220745.651000', '220745.653000', '220745.656000', '220745.659000', '220745.661000', '220745.665000', '220745.668000', '220745.671000', '220745.673000', '220745.676000', '220745.678000', '220745.681000', '220745.683000', '220745.686000', '220745.688000', '220745.691000', '220745.694000', '220745.696000', '220745.703000', '220745.705000', '220745.708000', '220805.588000', '220805.598000', '220805.601000', '220805.603000', '220805.606000', '220805.609000', '220805.611000', '220805.614000', '220805.616000', '220805.619000', '220805.621000', '220805.624000', '220805.626000', '220805.629000', '220805.631000', '220805.634000', '220805.637000', '220805.639000', '220805.642000', '220805.644000', '220805.647000', '220805.649000', '220805.652000', '220805.654000', '220805.657000', '220805.659000', '220805.662000', '220805.665000', '220805.667000', '220805.670000', '220805.672000', '220805.675000', '220805.677000', '220805.680000', '220805.682000', '220805.685000', '220805.688000', '220805.690000', '220805.698000', '220805.700000', '220805.703000', '220805.705000', '220805.708000', '220805.711000', '220825.588000', '220825.591000', '220825.594000', '220825.596000', '220825.599000', '220825.601000', '220825.604000', '220825.606000', '220825.609000', '220825.612000', '220825.616000', '220825.618000', '220825.621000', '220825.624000', '220825.626000', '220825.629000', '220825.631000', '220825.634000', '220825.636000', '220825.639000', '220825.641000', '220825.644000', '220825.646000', '220825.649000', '220825.651000', '220825.654000', '220825.657000', '220825.659000', '220825.662000', '220825.664000', '220825.667000', '220825.669000', '220825.672000', '220825.674000', '220825.677000', '220825.680000', '220825.682000', '220825.685000', '220825.688000', '220825.691000', '220825.696000', '220825.698000', '220825.701000', '220845.588000', '220845.591000', '220845.594000', '220845.596000', '220845.599000', '220845.602000', '220845.604000', '220845.607000', '220845.609000', '220845.612000', '220845.614000', '220845.617000', '220845.619000', '220845.622000', '220845.625000', '220845.627000', '220845.630000', '220845.632000', '220845.635000', '220845.637000', '220845.640000', '220845.643000', '220845.645000', '220845.648000', '220845.650000', '220845.653000', '220845.655000', '220845.658000', '220845.661000', '220845.663000', '220845.666000', '220845.668000', '220845.671000', '220845.673000', '220845.676000', '220845.678000', '220845.681000', '220845.684000', '220845.686000', '220845.689000', '220845.691000', '220845.694000', '220845.696000', '220845.699000', '220905.587000', '220905.590000', '220905.593000', '220905.595000', '220905.598000', '220905.601000', '220905.603000', '220905.606000', '220905.608000', '220905.611000', '220905.613000', '220905.616000', '220905.619000', '220905.621000', '220905.624000', '220905.626000', '220905.629000', '220905.631000', '220905.634000', '220905.637000', '220905.639000', '220905.642000', '220905.644000', '220905.647000', '220905.649000', '220905.652000', '220905.654000', '220905.657000', '220905.660000', '220905.662000', '220905.665000', '220905.667000', '220905.670000', '220905.672000', '220905.675000', '220905.677000', '220905.680000', '220905.683000', '220905.685000', '220905.688000', '220905.690000', '220905.693000', '220905.696000', '220925.587000', '220925.590000', '220925.593000', '220925.595000', '220925.598000', '220925.601000', '220925.603000', '220925.606000', '220925.609000', '220925.611000', '220925.614000', '220925.616000', '220925.619000', '220925.621000', '220925.624000', '220925.626000', '220925.629000', '220925.632000', '220925.634000', '220925.637000', '220925.639000', '220925.642000', '220925.644000', '220925.647000', '220925.650000', '220925.652000', '220925.655000', '220925.657000', '220925.660000', '220925.663000', '220925.665000', '220925.668000', '220925.670000', '220925.673000', '220925.675000', '220925.678000', '220925.680000', '220925.683000', '220925.685000', '220925.688000', '220925.703000', '220925.706000', '220925.708000', '220925.711000', '220945.588000', '220945.591000', '220945.593000', '220945.596000', '220945.598000', '220945.601000', '220945.604000', '220945.606000', '220945.609000', '220945.611000', '220945.614000', '220945.617000', '220945.619000', '220945.622000', '220945.624000', '220945.627000', '220945.629000', '220945.632000', '220945.634000', '220945.637000', '220945.640000', '220945.642000', '220945.645000', '220945.647000', '220945.650000', '220945.652000', '220945.655000', '220945.658000', '220945.660000', '220945.663000', '220945.665000', '220945.668000', '220945.671000', '220945.674000', '220945.677000', '220945.680000', '220945.682000', '220945.685000', '220945.688000', '220945.690000', '220945.693000', '220945.695000', '220945.698000', '221005.588000', '221005.591000', '221005.594000', '221005.596000', '221005.599000', '221005.602000', '221005.604000', '221005.607000', '221005.609000', '221005.612000', '221005.615000', '221005.617000', '221005.620000', '221005.622000', '221005.625000', '221005.627000', '221005.630000', '221005.633000', '221005.635000', '221005.638000', '221005.640000', '221005.643000', '221005.645000', '221005.648000', '221005.650000', '221005.653000', '221005.656000', '221005.658000', '221005.661000', '221005.663000', '221005.666000', '221005.668000', '221005.671000', '221005.673000', '221005.676000', '221005.679000', '221005.681000', '221005.684000', '221005.686000', '221005.689000', '221005.692000', '221005.694000', '221005.697000', '221005.699000', '221025.588000', '221025.591000', '221025.594000', '221025.596000', '221025.599000', '221025.602000', '221025.604000', '221025.607000', '221025.609000', '221025.612000', '221025.615000', '221025.617000', '221025.620000', '221025.622000', '221025.625000', '221025.627000', '221025.630000', '221025.632000', '221025.635000', '221025.638000', '221025.640000', '221025.643000', '221025.645000', '221025.648000', '221025.650000', '221025.653000', '221025.656000', '221025.658000', '221025.661000', '221025.663000', '221025.666000', '221025.668000', '221025.671000', '221025.674000', '221025.676000', '221025.679000', '221025.681000', '221025.684000', '221025.686000', '221025.689000', '221025.692000', '221025.694000', '221025.697000', '221045.589000', '221045.591000', '221045.594000', '221045.597000', '221045.599000', '221045.602000', '221045.604000', '221045.607000', '221045.610000', '221045.612000', '221045.615000', '221045.617000', '221045.620000', '221045.623000', '221045.625000', '221045.628000', '221045.630000', '221045.633000', '221045.635000', '221045.638000', '221045.640000', '221045.643000', '221045.646000', '221045.648000', '221045.651000', '221045.653000', '221045.656000', '221045.658000', '221045.661000', '221045.664000', '221045.666000', '221045.669000', '221045.671000', '221045.674000', '221045.676000', '221045.679000', '221045.682000', '221045.684000', '221045.687000', '221045.690000', '221045.692000', '221045.695000', '221045.697000', '221045.700000', '221105.589000', '221105.591000', '221105.594000', '221105.597000', '221105.599000', '221105.602000', '221105.605000', '221105.607000', '221105.610000', '221105.612000', '221105.615000', '221105.617000', '221105.620000', '221105.623000', '221105.625000', '221105.628000', '221105.630000', '221105.633000', '221105.635000', '221105.638000', '221105.641000', '221105.643000', '221105.646000', '221105.648000', '221105.651000', '221105.654000', '221105.656000', '221105.659000', '221105.661000', '221105.664000', '221105.666000', '221105.669000', '221105.672000', '221105.674000', '221105.677000', '221105.694000', '221105.697000', '221105.700000', '221105.702000', '221105.705000', '221105.707000', '221105.710000', '221105.713000', '221125.587000', '221125.590000', '221125.593000', '221125.595000', '221125.598000', '221125.601000', '221125.603000', '221125.606000', '221125.609000', '221125.611000', '221125.614000', '221125.616000', '221125.619000', '221125.622000', '221125.624000', '221125.627000', '221125.629000', '221125.632000', '221125.634000', '221125.637000', '221125.639000', '221125.642000', '221125.645000', '221125.647000', '221125.650000', '221125.652000', '221125.655000', '221125.657000', '221125.660000', '221125.663000', '221125.665000', '221125.668000', '221125.671000', '221125.673000', '221125.676000', '221125.678000', '221125.681000', '221125.684000', '221125.686000', '221125.689000', '221125.691000', '221125.694000', '221125.696000', '221125.699000', '221145.588000', '221145.590000', '221145.593000', '221145.596000', '221145.598000', '221145.601000', '221145.604000', '221145.606000', '221145.609000', '221145.611000', '221145.614000', '221145.616000', '221145.619000', '221145.622000', '221145.624000', '221145.627000', '221145.629000', '221145.632000', '221145.634000', '221145.637000', '221145.640000', '221145.642000', '221145.645000', '221145.647000', '221145.650000', '221145.652000', '221145.655000', '221145.657000', '221145.660000', '221145.662000', '221145.665000', '221145.668000', '221145.670000', '221145.673000', '221145.675000', '221145.678000', '221145.681000', '221145.683000', '221145.686000', '221145.688000', '221145.691000', '221145.694000', '221145.696000', '221205.588000', '221205.590000', '221205.593000', '221205.596000', '221205.598000', '221205.601000', '221205.604000', '221205.606000', '221205.609000', '221205.611000', '221205.614000', '221205.616000', '221205.619000', '221205.622000', '221205.624000', '221205.627000', '221205.629000', '221205.632000', '221205.635000', '221205.637000', '221205.640000', '221205.642000', '221205.645000', '221205.647000', '221205.650000', '221205.653000', '221205.655000', '221205.658000', '221205.660000', '221205.663000', '221205.665000', '221205.668000', '221205.670000', '221205.673000', '221205.676000', '221205.678000', '221205.681000', '221205.683000', '221205.686000', '221205.689000', '221205.691000', '221205.694000', '221205.696000', '221205.699000', '221225.588000', '221225.591000', '221225.594000', '221225.596000', '221225.599000', '221225.602000', '221225.604000', '221225.607000', '221225.609000', '221225.612000', '221225.614000', '221225.617000', '221225.619000', '221225.622000', '221225.625000', '221225.627000', '221225.630000', '221225.632000', '221225.635000', '221225.637000', '221225.640000', '221225.642000', '221225.645000', '221225.648000', '221225.650000', '221225.653000', '221225.655000', '221225.658000', '221225.660000', '221225.663000', '221225.665000', '221225.668000', '221225.671000', '221225.673000', '221225.676000', '221225.678000', '221225.681000', '221225.684000', '221225.686000', '221225.689000', '221225.691000', '221225.694000', '221225.697000', '221245.588000', '221245.591000', '221245.594000', '221245.609000', '221245.611000', '221245.614000', '221245.616000', '221245.619000', '221245.622000', '221245.624000', '221245.627000', '221245.629000', '221245.632000', '221245.634000', '221245.637000', '221245.639000', '221245.642000', '221245.645000', '221245.647000', '221245.650000', '221245.652000', '221245.655000', '221245.657000', '221245.660000', '221245.663000', '221245.665000', '221245.668000', '221245.670000', '221245.673000', '221245.676000', '221245.678000', '221245.681000', '221245.683000', '221245.686000', '221245.689000', '221245.691000', '221245.694000', '221245.696000', '221245.699000', '221245.701000', '221245.704000', '221245.706000', '221245.709000', '221245.711000', '221305.588000', '221305.591000', '221305.594000', '221305.597000', '221305.599000', '221305.602000', '221305.605000', '221305.607000', '221305.610000', '221305.612000', '221305.615000', '221305.617000', '221305.620000', '221305.622000', '221305.625000', '221305.628000', '221305.630000', '221305.633000', '221305.635000', '221305.638000', '221305.640000', '221305.643000', '221305.645000', '221305.648000', '221305.650000', '221305.653000', '221305.656000', '221305.658000', '221305.661000', '221305.663000', '221305.666000', '221305.669000', '221305.671000', '221305.674000', '221305.676000', '221305.679000', '221305.681000', '221305.684000', '221305.687000', '221305.689000', '221305.692000', '221305.694000', '221305.697000', '221325.589000', '221325.591000', '221325.594000', '221325.597000', '221325.599000', '221325.602000', '221325.605000', '221325.608000', '221325.610000', '221325.613000', '221325.616000', '221325.618000', '221325.621000', '221325.623000', '221325.626000', '221325.628000', '221325.631000', '221325.634000', '221325.636000', '221325.639000', '221325.641000', '221325.644000', '221325.647000', '221325.649000', '221325.652000', '221325.654000', '221325.657000', '221325.660000', '221325.662000', '221325.665000', '221325.667000', '221325.670000', '221325.673000', '221325.675000', '221325.678000', '221325.680000', '221325.683000', '221325.685000', '221325.688000', '221325.691000', '221325.693000', '221325.696000', '221325.699000', '221325.701000', '221345.587000', '221345.590000', '221345.593000', '221345.596000', '221345.598000', '221345.601000', '221345.603000', '221345.606000', '221345.608000', '221345.611000', '221345.613000', '221345.616000', '221345.619000', '221345.621000', '221345.624000', '221345.626000', '221345.629000', '221345.632000', '221345.634000', '221345.637000', '221345.639000', '221345.642000', '221345.644000', '221345.647000', '221345.649000', '221345.652000', '221345.654000', '221345.657000', '221345.660000', '221345.662000', '221345.665000', '221345.668000', '221345.670000', '221345.673000', '221345.675000', '221345.678000', '221345.680000', '221345.683000', '221345.686000', '221345.688000', '221345.691000', '221345.693000', '221345.696000', '221405.587000', '221405.590000', '221405.593000', '221405.595000', '221405.598000', '221405.601000', '221405.603000', '221405.606000', '221405.608000', '221405.611000', '221405.613000', '221405.616000', '221405.619000', '221405.633000', '221405.635000', '221405.638000', '221405.640000', '221405.643000', '221405.645000', '221405.648000', '221405.651000', '221405.653000', '221405.656000', '221405.658000', '221405.661000', '221405.663000', '221405.666000', '221405.668000', '221405.671000', '221405.674000', '221405.676000', '221405.679000', '221405.681000', '221405.684000', '221405.687000', '221405.689000', '221405.692000', '221405.694000', '221405.697000', '221405.699000', '221405.702000', '221405.704000', '221405.707000', '221414.316000', '221414.320000', '221414.323000', '221414.325000', '221414.328000', '221414.331000', '221414.334000', '221414.337000', '221414.340000', '221414.342000', '221414.346000', '221414.349000', '221414.352000', '221414.354000', '221414.358000', '221414.360000', '221414.363000', '221414.366000', '221414.369000', '221414.373000'], 'InstanceCreationTime': ['220745.620000', '220745.623000', '220745.626000', '220745.629000', '220745.632000', '220745.651000', '220745.653000', '220745.656000', '220745.659000', '220745.661000', '220745.665000', '220745.668000', '220745.671000', '220745.673000', '220745.676000', '220745.678000', '220745.681000', '220745.683000', '220745.686000', '220745.688000', '220745.691000', '220745.694000', '220745.696000', '220745.703000', '220745.705000', '220745.708000', '220805.588000', '220805.598000', '220805.601000', '220805.603000', '220805.606000', '220805.609000', '220805.611000', '220805.614000', '220805.616000', '220805.619000', '220805.621000', '220805.624000', '220805.626000', '220805.629000', '220805.631000', '220805.634000', '220805.637000', '220805.639000', '220805.642000', '220805.644000', '220805.647000', '220805.649000', '220805.652000', '220805.654000', '220805.657000', '220805.659000', '220805.662000', '220805.665000', '220805.667000', '220805.670000', '220805.672000', '220805.675000', '220805.677000', '220805.680000', '220805.682000', '220805.685000', '220805.688000', '220805.690000', '220805.698000', '220805.700000', '220805.703000', '220805.705000', '220805.708000', '220805.711000', '220825.588000', '220825.591000', '220825.594000', '220825.596000', '220825.599000', '220825.601000', '220825.604000', '220825.606000', '220825.609000', '220825.612000', '220825.616000', '220825.618000', '220825.621000', '220825.624000', '220825.626000', '220825.629000', '220825.631000', '220825.634000', '220825.636000', '220825.639000', '220825.641000', '220825.644000', '220825.646000', '220825.649000', '220825.651000', '220825.654000', '220825.657000', '220825.659000', '220825.662000', '220825.664000', '220825.667000', '220825.669000', '220825.672000', '220825.674000', '220825.677000', '220825.680000', '220825.682000', '220825.685000', '220825.688000', '220825.691000', '220825.696000', '220825.698000', '220825.701000', '220845.588000', '220845.591000', '220845.594000', '220845.596000', '220845.599000', '220845.602000', '220845.604000', '220845.607000', '220845.609000', '220845.612000', '220845.614000', '220845.617000', '220845.619000', '220845.622000', '220845.625000', '220845.627000', '220845.630000', '220845.632000', '220845.635000', '220845.637000', '220845.640000', '220845.643000', '220845.645000', '220845.648000', '220845.650000', '220845.653000', '220845.655000', '220845.658000', '220845.661000', '220845.663000', '220845.666000', '220845.668000', '220845.671000', '220845.673000', '220845.676000', '220845.678000', '220845.681000', '220845.684000', '220845.686000', '220845.689000', '220845.691000', '220845.694000', '220845.696000', '220845.699000', '220905.587000', '220905.590000', '220905.593000', '220905.595000', '220905.598000', '220905.601000', '220905.603000', '220905.606000', '220905.608000', '220905.611000', '220905.613000', '220905.616000', '220905.619000', '220905.621000', '220905.624000', '220905.626000', '220905.629000', '220905.631000', '220905.634000', '220905.637000', '220905.639000', '220905.642000', '220905.644000', '220905.647000', '220905.649000', '220905.652000', '220905.654000', '220905.657000', '220905.660000', '220905.662000', '220905.665000', '220905.667000', '220905.670000', '220905.672000', '220905.675000', '220905.677000', '220905.680000', '220905.683000', '220905.685000', '220905.688000', '220905.690000', '220905.693000', '220905.696000', '220925.587000', '220925.590000', '220925.593000', '220925.595000', '220925.598000', '220925.601000', '220925.603000', '220925.606000', '220925.609000', '220925.611000', '220925.614000', '220925.616000', '220925.619000', '220925.621000', '220925.624000', '220925.626000', '220925.629000', '220925.632000', '220925.634000', '220925.637000', '220925.639000', '220925.642000', '220925.644000', '220925.647000', '220925.650000', '220925.652000', '220925.655000', '220925.657000', '220925.660000', '220925.663000', '220925.665000', '220925.668000', '220925.670000', '220925.673000', '220925.675000', '220925.678000', '220925.680000', '220925.683000', '220925.685000', '220925.688000', '220925.703000', '220925.706000', '220925.708000', '220925.711000', '220945.588000', '220945.591000', '220945.593000', '220945.596000', '220945.598000', '220945.601000', '220945.604000', '220945.606000', '220945.609000', '220945.611000', '220945.614000', '220945.617000', '220945.619000', '220945.622000', '220945.624000', '220945.627000', '220945.629000', '220945.632000', '220945.634000', '220945.637000', '220945.640000', '220945.642000', '220945.645000', '220945.647000', '220945.650000', '220945.652000', '220945.655000', '220945.658000', '220945.660000', '220945.663000', '220945.665000', '220945.668000', '220945.671000', '220945.674000', '220945.677000', '220945.680000', '220945.682000', '220945.685000', '220945.688000', '220945.690000', '220945.693000', '220945.695000', '220945.698000', '221005.588000', '221005.591000', '221005.594000', '221005.596000', '221005.599000', '221005.602000', '221005.604000', '221005.607000', '221005.609000', '221005.612000', '221005.615000', '221005.617000', '221005.620000', '221005.622000', '221005.625000', '221005.627000', '221005.630000', '221005.633000', '221005.635000', '221005.638000', '221005.640000', '221005.643000', '221005.645000', '221005.648000', '221005.650000', '221005.653000', '221005.656000', '221005.658000', '221005.661000', '221005.663000', '221005.666000', '221005.668000', '221005.671000', '221005.673000', '221005.676000', '221005.679000', '221005.681000', '221005.684000', '221005.686000', '221005.689000', '221005.692000', '221005.694000', '221005.697000', '221005.699000', '221025.588000', '221025.591000', '221025.594000', '221025.596000', '221025.599000', '221025.602000', '221025.604000', '221025.607000', '221025.609000', '221025.612000', '221025.615000', '221025.617000', '221025.620000', '221025.622000', '221025.625000', '221025.627000', '221025.630000', '221025.632000', '221025.635000', '221025.638000', '221025.640000', '221025.643000', '221025.645000', '221025.648000', '221025.650000', '221025.653000', '221025.656000', '221025.658000', '221025.661000', '221025.663000', '221025.666000', '221025.668000', '221025.671000', '221025.674000', '221025.676000', '221025.679000', '221025.681000', '221025.684000', '221025.686000', '221025.689000', '221025.692000', '221025.694000', '221025.697000', '221045.589000', '221045.591000', '221045.594000', '221045.597000', '221045.599000', '221045.602000', '221045.604000', '221045.607000', '221045.610000', '221045.612000', '221045.615000', '221045.617000', '221045.620000', '221045.623000', '221045.625000', '221045.628000', '221045.630000', '221045.633000', '221045.635000', '221045.638000', '221045.640000', '221045.643000', '221045.646000', '221045.648000', '221045.651000', '221045.653000', '221045.656000', '221045.658000', '221045.661000', '221045.664000', '221045.666000', '221045.669000', '221045.671000', '221045.674000', '221045.676000', '221045.679000', '221045.682000', '221045.684000', '221045.687000', '221045.690000', '221045.692000', '221045.695000', '221045.697000', '221045.700000', '221105.589000', '221105.591000', '221105.594000', '221105.597000', '221105.599000', '221105.602000', '221105.605000', '221105.607000', '221105.610000', '221105.612000', '221105.615000', '221105.617000', '221105.620000', '221105.623000', '221105.625000', '221105.628000', '221105.630000', '221105.633000', '221105.635000', '221105.638000', '221105.641000', '221105.643000', '221105.646000', '221105.648000', '221105.651000', '221105.654000', '221105.656000', '221105.659000', '221105.661000', '221105.664000', '221105.666000', '221105.669000', '221105.672000', '221105.674000', '221105.677000', '221105.694000', '221105.697000', '221105.700000', '221105.702000', '221105.705000', '221105.707000', '221105.710000', '221105.713000', '221125.587000', '221125.590000', '221125.593000', '221125.595000', '221125.598000', '221125.601000', '221125.603000', '221125.606000', '221125.609000', '221125.611000', '221125.614000', '221125.616000', '221125.619000', '221125.622000', '221125.624000', '221125.627000', '221125.629000', '221125.632000', '221125.634000', '221125.637000', '221125.639000', '221125.642000', '221125.645000', '221125.647000', '221125.650000', '221125.652000', '221125.655000', '221125.657000', '221125.660000', '221125.663000', '221125.665000', '221125.668000', '221125.671000', '221125.673000', '221125.676000', '221125.678000', '221125.681000', '221125.684000', '221125.686000', '221125.689000', '221125.691000', '221125.694000', '221125.696000', '221125.699000', '221145.588000', '221145.590000', '221145.593000', '221145.596000', '221145.598000', '221145.601000', '221145.604000', '221145.606000', '221145.609000', '221145.611000', '221145.614000', '221145.616000', '221145.619000', '221145.622000', '221145.624000', '221145.627000', '221145.629000', '221145.632000', '221145.634000', '221145.637000', '221145.640000', '221145.642000', '221145.645000', '221145.647000', '221145.650000', '221145.652000', '221145.655000', '221145.657000', '221145.660000', '221145.662000', '221145.665000', '221145.668000', '221145.670000', '221145.673000', '221145.675000', '221145.678000', '221145.681000', '221145.683000', '221145.686000', '221145.688000', '221145.691000', '221145.694000', '221145.696000', '221205.588000', '221205.590000', '221205.593000', '221205.596000', '221205.598000', '221205.601000', '221205.604000', '221205.606000', '221205.609000', '221205.611000', '221205.614000', '221205.616000', '221205.619000', '221205.622000', '221205.624000', '221205.627000', '221205.629000', '221205.632000', '221205.635000', '221205.637000', '221205.640000', '221205.642000', '221205.645000', '221205.647000', '221205.650000', '221205.653000', '221205.655000', '221205.658000', '221205.660000', '221205.663000', '221205.665000', '221205.668000', '221205.670000', '221205.673000', '221205.676000', '221205.678000', '221205.681000', '221205.683000', '221205.686000', '221205.689000', '221205.691000', '221205.694000', '221205.696000', '221205.699000', '221225.588000', '221225.591000', '221225.594000', '221225.596000', '221225.599000', '221225.602000', '221225.604000', '221225.607000', '221225.609000', '221225.612000', '221225.614000', '221225.617000', '221225.619000', '221225.622000', '221225.625000', '221225.627000', '221225.630000', '221225.632000', '221225.635000', '221225.637000', '221225.640000', '221225.642000', '221225.645000', '221225.648000', '221225.650000', '221225.653000', '221225.655000', '221225.658000', '221225.660000', '221225.663000', '221225.665000', '221225.668000', '221225.671000', '221225.673000', '221225.676000', '221225.678000', '221225.681000', '221225.684000', '221225.686000', '221225.689000', '221225.691000', '221225.694000', '221225.697000', '221245.588000', '221245.591000', '221245.594000', '221245.609000', '221245.611000', '221245.614000', '221245.616000', '221245.619000', '221245.622000', '221245.624000', '221245.627000', '221245.629000', '221245.632000', '221245.634000', '221245.637000', '221245.639000', '221245.642000', '221245.645000', '221245.647000', '221245.650000', '221245.652000', '221245.655000', '221245.657000', '221245.660000', '221245.663000', '221245.665000', '221245.668000', '221245.670000', '221245.673000', '221245.676000', '221245.678000', '221245.681000', '221245.683000', '221245.686000', '221245.689000', '221245.691000', '221245.694000', '221245.696000', '221245.699000', '221245.701000', '221245.704000', '221245.706000', '221245.709000', '221245.711000', '221305.588000', '221305.591000', '221305.594000', '221305.597000', '221305.599000', '221305.602000', '221305.605000', '221305.607000', '221305.610000', '221305.612000', '221305.615000', '221305.617000', '221305.620000', '221305.622000', '221305.625000', '221305.628000', '221305.630000', '221305.633000', '221305.635000', '221305.638000', '221305.640000', '221305.643000', '221305.645000', '221305.648000', '221305.650000', '221305.653000', '221305.656000', '221305.658000', '221305.661000', '221305.663000', '221305.666000', '221305.669000', '221305.671000', '221305.674000', '221305.676000', '221305.679000', '221305.681000', '221305.684000', '221305.687000', '221305.689000', '221305.692000', '221305.694000', '221305.697000', '221325.589000', '221325.591000', '221325.594000', '221325.597000', '221325.599000', '221325.602000', '221325.605000', '221325.608000', '221325.610000', '221325.613000', '221325.616000', '221325.618000', '221325.621000', '221325.623000', '221325.626000', '221325.628000', '221325.631000', '221325.634000', '221325.636000', '221325.639000', '221325.641000', '221325.644000', '221325.647000', '221325.649000', '221325.652000', '221325.654000', '221325.657000', '221325.660000', '221325.662000', '221325.665000', '221325.667000', '221325.670000', '221325.673000', '221325.675000', '221325.678000', '221325.680000', '221325.683000', '221325.685000', '221325.688000', '221325.691000', '221325.693000', '221325.696000', '221325.699000', '221325.701000', '221345.587000', '221345.590000', '221345.593000', '221345.596000', '221345.598000', '221345.601000', '221345.603000', '221345.606000', '221345.608000', '221345.611000', '221345.613000', '221345.616000', '221345.619000', '221345.621000', '221345.624000', '221345.626000', '221345.629000', '221345.632000', '221345.634000', '221345.637000', '221345.639000', '221345.642000', '221345.644000', '221345.647000', '221345.649000', '221345.652000', '221345.654000', '221345.657000', '221345.660000', '221345.662000', '221345.665000', '221345.668000', '221345.670000', '221345.673000', '221345.675000', '221345.678000', '221345.680000', '221345.683000', '221345.686000', '221345.688000', '221345.691000', '221345.693000', '221345.696000', '221405.587000', '221405.590000', '221405.593000', '221405.595000', '221405.598000', '221405.601000', '221405.603000', '221405.606000', '221405.608000', '221405.611000', '221405.613000', '221405.616000', '221405.619000', '221405.633000', '221405.635000', '221405.638000', '221405.640000', '221405.643000', '221405.645000', '221405.648000', '221405.651000', '221405.653000', '221405.656000', '221405.658000', '221405.661000', '221405.663000', '221405.666000', '221405.668000', '221405.671000', '221405.674000', '221405.676000', '221405.679000', '221405.681000', '221405.684000', '221405.687000', '221405.689000', '221405.692000', '221405.694000', '221405.697000', '221405.699000', '221405.702000', '221405.704000', '221405.707000', '221414.316000', '221414.320000', '221414.323000', '221414.325000', '221414.328000', '221414.331000', '221414.334000', '221414.337000', '221414.340000', '221414.342000', '221414.346000', '221414.349000', '221414.352000', '221414.354000', '221414.358000', '221414.360000', '221414.363000', '221414.366000', '221414.369000', '221414.373000'], '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': [11955, 15364, 11744, 11628, 13588, 9723, 15222, 11062, 16217, 11573, 9471, 14801, 11549, 16427, 11926, 9674, 14863, 9885, 16266, 11817, 9525, 11903, 11245, 13197, 11370, 8383, 14330, 10410, 10311, 11526, 7958, 13746, 9584, 13521, 10307, 13322, 10609, 8099, 11456, 7949, 11325, 7769, 11195, 6877, 10764, 6915, 11241, 7072, 10945, 8480, 9137, 8894, 7575, 10326, 7150, 11974, 8233, 12578, 9434, 13505, 10555, 13719, 10980, 12329, 11343, 10421, 13006, 8263, 14627, 9368, 14346, 11217, 13964, 11397, 9017, 13223, 8492, 14729, 10448, 13388, 10673, 9845, 12322, 7921, 13553, 8660, 13741, 10081, 10722, 11150, 8121, 13138, 7855, 13210, 10424, 11795, 10678, 7423, 12990, 9663, 10458, 11052, 7529, 13863, 10644, 13366, 10766, 9935, 12441, 7990, 13535, 8451, 13541, 8491, 13448, 7506, 13184, 8359, 12427, 9396, 9890, 9494, 7761, 11128, 7220, 11521, 8221, 12277, 9215, 12109, 9957, 12148, 9723, 9716, 10704, 8805, 12516, 7370, 13678, 9177, 13365, 10107, 13675, 10106, 10954, 10504, 10695, 10780, 8777, 12218, 7719, 13083, 7478, 13092, 9119, 12525, 9645, 9434, 10184, 7097, 11626, 8910, 12052, 8664, 12446, 8257, 13401, 9096, 13728, 9829, 13464, 10801, 9171, 12188, 8837, 13465, 10399, 9839, 12006, 7654, 13835, 8745, 13504, 10717, 15181, 10181, 14130, 10514, 10237, 12018, 8182, 13052, 9746, 12495, 10372, 7644, 12884, 10734, 9261, 9492, 8076, 11454, 11716, 8963, 14916, 11562, 15299, 11617, 15388, 11883, 10526, 11759, 7908, 13086, 8466, 13567, 9695, 13805, 10416, 10345, 9264, 7847, 11448, 8066, 8424, 10006, 7559, 11465, 8231, 11261, 8661, 8402, 10190, 7804, 11594, 10531, 10654, 13967, 9256, 12728, 8975, 12465, 8042, 12647, 9088, 12654, 9156, 12946, 9390, 12567, 10307, 10269, 11054, 8579, 12568, 8534, 12248, 9605, 10924, 10158, 8136, 12503, 8259, 13125, 10394, 10164, 11296, 7871, 12286, 10299, 7566, 12010, 9819, 10940, 10268, 7311, 12760, 8599, 12832, 9983, 10985, 10458, 7293, 12335, 7336, 12272, 9038, 11843, 9783, 8476, 10674, 6813, 11797, 8275, 11453, 9335, 9855, 10038, 7733, 11662, 7539, 12268, 9585, 12733, 10006, 9547, 13433, 10508, 12528, 10368, 7986, 12039, 9056, 12656, 10370, 9530, 11587, 7898, 12689, 9565, 11834, 10050, 7686, 11738, 9761, 11132, 11035, 7648, 12521, 10535, 11875, 10258, 8821, 11691, 8135, 12499, 7893, 12921, 9423, 12143, 9710, 8370, 10726, 7132, 11629, 9073, 9623, 9303, 7151, 10401, 8850, 11357, 9177, 8628, 10877, 7846, 12351, 9696, 12159, 10282, 7979, 11420, 8917, 12467, 10707, 8238, 12054, 9354, 12025, 10473, 9266, 11746, 8229, 13413, 9374, 14050, 11567, 13289, 10382, 9048, 12594, 7988, 13005, 9420, 12601, 10325, 12461, 10277, 9505, 11881, 8125, 13188, 9558, 13352, 10209, 12225, 10455, 9472, 12284, 7744, 12890, 9752, 12775, 10387, 11148, 10270, 8197, 12435, 7882, 13032, 9422, 12752, 9842, 12112, 9721, 10569, 10448, 8444, 11241, 7556, 12031, 7769, 11831, 7172, 11882, 7709, 11116, 9224, 10200, 8964, 7678, 10617, 8591, 9708, 9726, 7004, 10864, 8783, 11292, 9152, 9864, 10275, 7363, 11319, 9786, 8514, 11813, 9102, 11580, 10060, 8964, 11945, 7637, 12667, 9945, 12027, 9663, 9174, 11038, 7636, 11828, 8095, 11366, 9333, 11625, 9700, 11293, 9945, 8748, 11494, 7515, 12161, 9443, 12047, 9770, 12817, 9969, 10169, 11071, 7788, 12256, 7704, 13032, 9745, 12975, 10320, 11280, 10606, 8575, 12453, 7886, 13229, 8829, 12619, 10195, 12618, 10107, 10587, 10233, 8509, 12004, 7802, 12161, 9378, 11738, 9929, 12093, 9905, 10223, 10213, 8946, 11027, 8152, 11684, 8081, 12207, 8400, 11830, 9453, 11917, 9411, 11649, 9370, 9913, 10368, 7378, 11362, 7695, 11706, 9181, 11230, 9642, 10716, 9370, 9513, 10535, 7154, 11694, 8460, 11503, 9361, 11359, 9410, 10050, 9263, 8145, 10625, 7388, 11167, 7799, 12080, 9528, 11944, 9790, 10990, 9845, 8376, 11677, 7691, 12218, 9150, 12553, 10193, 12655, 10031, 12053, 10318, 8554, 12288, 7924, 12518, 9885, 12110, 9823, 9593, 10979, 7528, 11867, 7896, 12423, 9149, 12421, 10109, 12782, 9483, 9522, 11157, 7510, 12099, 10623, 8594, 13312, 9442, 10675, 11495, 7854, 13247, 10323, 15217, 10458, 10604, 12094, 7814, 13095, 9371, 12425, 10023, 10723, 10141, 7651, 11949, 7412, 11339, 9348, 11049, 9524, 9670, 9761, 7730, 10919, 7598, 11836, 8893, 11665, 9642, 10660, 9990, 8360, 11657, 7660, 12056, 9354, 12002, 9639, 11010, 10172, 8242, 11984, 7925, 12686, 8147, 13149, 9364, 12411, 9965, 11876, 9858, 11659, 9290, 11916, 9361, 10098, 10200, 7283, 10775, 7564, 10538, 10047, 7762, 10954, 9624, 8251, 11632, 8371, 12213, 10013, 11865, 10819, 8142, 12799, 8362, 12934, 10283, 13809, 10260, 11107, 10473, 7863, 12763, 8127, 12558, 9874, 12674, 10098, 12233, 9708, 9391, 11514, 7995, 12883, 8804, 12333, 9852, 12229, 10603, 8881, 11204, 7500, 11968, 9895, 12297, 9779, 10467, 10170, 8763, 11561, 7291, 12312, 7743, 12440, 8375, 12556, 9494, 12386, 10056, 11978, 9745, 9621, 10994, 7455, 11568, 7870, 12219, 9663, 12251, 10016, 12482, 10413, 8622, 11726, 7807, 12000, 8806, 12817, 9825, 12338, 9859, 10938, 10501, 8170, 12721, 8246, 12472, 10320, 8830, 12219, 10154, 9658, 11920, 7963, 12835, 10364, 11856, 10819, 7694, 12691, 10126, 10734, 11698, 7487, 12515, 9456, 10585, 10367, 7603, 11814, 8511, 12287, 9478, 11149, 9787, 8146, 11994, 7792, 12526, 9764, 11797, 10125, 13196, 9966, 10393, 10459, 8347, 11771, 8116, 12531, 7721, 12091, 9076, 11701, 9389, 10841, 9488, 8209, 11209, 7669, 11305, 9084, 10732, 9482, 11417, 9610, 9195, 10695, 7578, 11289, 7899, 12091, 9308, 11649, 9669, 9926, 10144, 7522, 11356, 7625, 11460, 7856, 12016, 9124, 12056, 9712, 11160, 10020, 7682, 11810, 8002, 11789, 10200, 12000, 9967, 10525, 10682, 9101, 12142, 7700, 12960, 8584, 13033, 9734, 13402, 10173, 13172, 10192, 11201, 10591, 8022, 12521, 7786, 12606, 9924, 12893, 9995, 11111, 10390, 7786, 12546, 10442, 10807, 10565, 7569, 12765, 8908, 14057, 10668, 12398, 9670, 8936, 11291, 8540, 12143, 9220], 'WindowCenter': [4284.0, 4287.0, 4267.0, 4254.0, 4261.0, 4218.0, 4256.0, 4225.0, 4254.0, 4238.0, 4220.0, 4246.0, 4227.0, 4254.0, 4223.0, 4203.0, 4248.0, 4204.0, 4244.0, 4212.0, 4191.0, 4222.0, 4211.0, 4235.0, 4223.0, 4182.0, 4245.0, 4213.0, 4213.0, 4223.0, 4172.0, 4233.0, 4193.0, 4233.0, 4216.0, 4233.0, 4201.0, 4169.0, 4210.0, 4169.0, 4211.0, 4171.0, 4211.0, 4138.0, 4212.0, 4149.0, 4214.0, 4165.0, 4212.0, 4193.0, 4204.0, 4195.0, 4187.0, 4215.0, 4164.0, 4225.0, 4184.0, 4235.0, 4218.0, 4235.0, 4215.0, 4234.0, 4214.0, 4247.0, 4228.0, 4213.0, 4234.0, 4185.0, 4244.0, 4206.0, 4248.0, 4228.0, 4244.0, 4226.0, 4192.0, 4234.0, 4194.0, 4244.0, 4215.0, 4233.0, 4214.0, 4217.0, 4235.0, 4172.0, 4234.0, 4182.0, 4245.0, 4215.0, 4212.0, 4225.0, 4171.0, 4223.0, 4184.0, 4225.0, 4215.0, 4223.0, 4215.0, 4161.0, 4232.0, 4205.0, 4228.0, 4226.0, 4184.0, 4247.0, 4214.0, 4246.0, 4225.0, 4202.0, 4221.0, 4169.0, 4221.0, 4169.0, 4222.0, 4180.0, 4219.0, 4149.0, 4220.0, 4184.0, 4221.0, 4192.0, 4201.0, 4204.0, 4172.0, 4224.0, 4174.0, 4224.0, 4183.0, 4224.0, 4206.0, 4236.0, 4203.0, 4222.0, 4204.0, 4193.0, 4214.0, 4195.0, 4224.0, 4174.0, 4236.0, 4193.0, 4246.0, 4216.0, 4233.0, 4214.0, 4213.0, 4213.0, 4226.0, 4215.0, 4182.0, 4222.0, 4160.0, 4233.0, 4175.0, 4235.0, 4193.0, 4235.0, 4204.0, 4216.0, 4226.0, 4163.0, 4225.0, 4205.0, 4235.0, 4194.0, 4235.0, 4196.0, 4233.0, 4194.0, 4233.0, 4202.0, 4236.0, 4226.0, 4205.0, 4237.0, 4205.0, 4235.0, 4217.0, 4216.0, 4226.0, 4173.0, 4246.0, 4194.0, 4246.0, 4216.0, 4243.0, 4203.0, 4233.0, 4215.0, 4204.0, 4223.0, 4181.0, 4234.0, 4215.0, 4235.0, 4215.0, 4184.0, 4222.0, 4213.0, 4192.0, 4218.0, 4188.0, 4225.0, 4208.0, 4191.0, 4229.0, 4210.0, 4243.0, 4223.0, 4243.0, 4223.0, 4199.0, 4221.0, 4182.0, 4231.0, 4170.0, 4218.0, 4190.0, 4231.0, 4214.0, 4214.0, 4193.0, 4175.0, 4213.0, 4172.0, 4171.0, 4192.0, 4157.0, 4211.0, 4172.0, 4214.0, 4186.0, 4169.0, 4205.0, 4174.0, 4214.0, 4191.0, 4190.0, 4210.0, 4169.0, 4199.0, 4169.0, 4198.0, 4147.0, 4197.0, 4168.0, 4196.0, 4166.0, 4208.0, 4179.0, 4208.0, 4189.0, 4175.0, 4185.0, 4155.0, 4196.0, 4145.0, 4185.0, 4168.0, 4177.0, 4189.0, 4159.0, 4212.0, 4169.0, 4220.0, 4190.0, 4201.0, 4212.0, 4158.0, 4208.0, 4189.0, 4160.0, 4211.0, 4203.0, 4214.0, 4204.0, 4172.0, 4222.0, 4171.0, 4220.0, 4203.0, 4214.0, 4202.0, 4149.0, 4223.0, 4161.0, 4212.0, 4183.0, 4213.0, 4203.0, 4183.0, 4214.0, 4153.0, 4225.0, 4197.0, 4213.0, 4195.0, 4204.0, 4205.0, 4174.0, 4225.0, 4174.0, 4235.0, 4226.0, 4247.0, 4219.0, 4220.0, 4238.0, 4205.0, 4224.0, 4204.0, 4186.0, 4237.0, 4196.0, 4237.0, 4204.0, 4204.0, 4215.0, 4171.0, 4223.0, 4209.0, 4238.0, 4206.0, 4175.0, 4224.0, 4206.0, 4214.0, 4212.0, 4173.0, 4237.0, 4214.0, 4225.0, 4204.0, 4194.0, 4226.0, 4172.0, 4224.0, 4173.0, 4225.0, 4194.0, 4226.0, 4206.0, 4183.0, 4216.0, 4164.0, 4213.0, 4195.0, 4217.0, 4219.0, 4174.0, 4217.0, 4210.0, 4228.0, 4221.0, 4211.0, 4228.0, 4186.0, 4237.0, 4208.0, 4253.0, 4232.0, 4200.0, 4241.0, 4206.0, 4224.0, 4217.0, 4199.0, 4237.0, 4207.0, 4241.0, 4231.0, 4209.0, 4242.0, 4198.0, 4249.0, 4210.0, 4247.0, 4226.0, 4236.0, 4215.0, 4193.0, 4223.0, 4174.0, 4234.0, 4206.0, 4237.0, 4216.0, 4223.0, 4204.0, 4193.0, 4224.0, 4185.0, 4235.0, 4193.0, 4233.0, 4204.0, 4227.0, 4215.0, 4193.0, 4222.0, 4172.0, 4224.0, 4193.0, 4223.0, 4202.0, 4209.0, 4202.0, 4169.0, 4223.0, 4184.0, 4221.0, 4180.0, 4221.0, 4191.0, 4221.0, 4193.0, 4199.0, 4200.0, 4168.0, 4197.0, 4157.0, 4210.0, 4158.0, 4209.0, 4138.0, 4209.0, 4161.0, 4226.0, 4195.0, 4202.0, 4180.0, 4162.0, 4202.0, 4184.0, 4192.0, 4194.0, 4178.0, 4215.0, 4195.0, 4214.0, 4195.0, 4192.0, 4203.0, 4164.0, 4213.0, 4205.0, 4197.0, 4227.0, 4198.0, 4216.0, 4208.0, 4209.0, 4227.0, 4174.0, 4236.0, 4205.0, 4227.0, 4207.0, 4195.0, 4216.0, 4173.0, 4227.0, 4186.0, 4238.0, 4208.0, 4225.0, 4207.0, 4214.0, 4205.0, 4198.0, 4228.0, 4174.0, 4236.0, 4206.0, 4225.0, 4218.0, 4237.0, 4205.0, 4215.0, 4213.0, 4172.0, 4236.0, 4176.0, 4234.0, 4194.0, 4222.0, 4204.0, 4215.0, 4214.0, 4182.0, 4224.0, 4161.0, 4223.0, 4195.0, 4223.0, 4203.0, 4212.0, 4203.0, 4200.0, 4202.0, 4183.0, 4212.0, 4161.0, 4223.0, 4182.0, 4224.0, 4204.0, 4211.0, 4191.0, 4190.0, 4201.0, 4181.0, 4212.0, 4160.0, 4210.0, 4160.0, 4211.0, 4172.0, 4211.0, 4192.0, 4209.0, 4192.0, 4199.0, 4193.0, 4204.0, 4203.0, 4160.0, 4213.0, 4162.0, 4223.0, 4194.0, 4213.0, 4206.0, 4202.0, 4193.0, 4205.0, 4214.0, 4152.0, 4223.0, 4184.0, 4212.0, 4205.0, 4227.0, 4196.0, 4204.0, 4206.0, 4183.0, 4216.0, 4176.0, 4226.0, 4174.0, 4224.0, 4204.0, 4228.0, 4207.0, 4214.0, 4207.0, 4183.0, 4227.0, 4187.0, 4226.0, 4194.0, 4225.0, 4205.0, 4237.0, 4207.0, 4224.0, 4204.0, 4182.0, 4225.0, 4187.0, 4225.0, 4205.0, 4223.0, 4204.0, 4204.0, 4215.0, 4173.0, 4224.0, 4173.0, 4225.0, 4206.0, 4237.0, 4204.0, 4234.0, 4205.0, 4204.0, 4213.0, 4163.0, 4224.0, 4215.0, 4198.0, 4247.0, 4207.0, 4215.0, 4225.0, 4187.0, 4235.0, 4217.0, 4245.0, 4203.0, 4215.0, 4225.0, 4161.0, 4223.0, 4191.0, 4225.0, 4203.0, 4200.0, 4202.0, 4161.0, 4211.0, 4176.0, 4226.0, 4193.0, 4215.0, 4206.0, 4204.0, 4218.0, 4176.0, 4215.0, 4174.0, 4224.0, 4196.0, 4227.0, 4203.0, 4204.0, 4206.0, 4184.0, 4215.0, 4175.0, 4224.0, 4205.0, 4226.0, 4206.0, 4226.0, 4215.0, 4184.0, 4224.0, 4171.0, 4234.0, 4186.0, 4222.0, 4193.0, 4213.0, 4191.0, 4212.0, 4204.0, 4200.0, 4193.0, 4212.0, 4191.0, 4204.0, 4204.0, 4162.0, 4201.0, 4173.0, 4203.0, 4218.0, 4186.0, 4228.0, 4220.0, 4187.0, 4227.0, 4197.0, 4240.0, 4219.0, 4226.0, 4228.0, 4185.0, 4236.0, 4198.0, 4235.0, 4218.0, 4248.0, 4206.0, 4227.0, 4215.0, 4173.0, 4224.0, 4174.0, 4224.0, 4218.0, 4225.0, 4204.0, 4224.0, 4204.0, 4193.0, 4226.0, 4172.0, 4224.0, 4195.0, 4223.0, 4205.0, 4225.0, 4215.0, 4194.0, 4213.0, 4161.0, 4225.0, 4204.0, 4225.0, 4206.0, 4202.0, 4216.0, 4196.0, 4214.0, 4161.0, 4223.0, 4161.0, 4224.0, 4183.0, 4212.0, 4193.0, 4210.0, 4193.0, 4224.0, 4192.0, 4191.0, 4201.0, 4149.0, 4214.0, 4174.0, 4212.0, 4204.0, 4224.0, 4204.0, 4225.0, 4203.0, 4182.0, 4224.0, 4162.0, 4223.0, 4183.0, 4222.0, 4192.0, 4221.0, 4206.0, 4216.0, 4215.0, 4184.0, 4236.0, 4185.0, 4224.0, 4214.0, 4193.0, 4238.0, 4215.0, 4204.0, 4225.0, 4174.0, 4238.0, 4216.0, 4224.0, 4215.0, 4174.0, 4234.0, 4219.0, 4227.0, 4224.0, 4175.0, 4234.0, 4205.0, 4204.0, 4215.0, 4174.0, 4214.0, 4184.0, 4223.0, 4192.0, 4215.0, 4206.0, 4173.0, 4214.0, 4163.0, 4213.0, 4193.0, 4215.0, 4203.0, 4222.0, 4193.0, 4188.0, 4203.0, 4170.0, 4211.0, 4160.0, 4211.0, 4159.0, 4212.0, 4182.0, 4198.0, 4181.0, 4199.0, 4192.0, 4172.0, 4202.0, 4162.0, 4201.0, 4183.0, 4202.0, 4196.0, 4211.0, 4193.0, 4193.0, 4202.0, 4175.0, 4214.0, 4173.0, 4223.0, 4195.0, 4214.0, 4207.0, 4204.0, 4203.0, 4172.0, 4214.0, 4175.0, 4227.0, 4185.0, 4224.0, 4195.0, 4224.0, 4208.0, 4227.0, 4205.0, 4186.0, 4237.0, 4186.0, 4238.0, 4217.0, 4237.0, 4219.0, 4216.0, 4228.0, 4207.0, 4227.0, 4173.0, 4236.0, 4183.0, 4237.0, 4195.0, 4224.0, 4204.0, 4223.0, 4205.0, 4213.0, 4203.0, 4171.0, 4223.0, 4162.0, 4225.0, 4193.0, 4221.0, 4203.0, 4212.0, 4203.0, 4174.0, 4224.0, 4204.0, 4212.0, 4215.0, 4161.0, 4222.0, 4184.0, 4234.0, 4203.0, 4222.0, 4193.0, 4193.0, 4212.0, 4170.0, 4212.0, 4180.0], 'WindowWidth': [9478.0, 9467.0, 9439.0, 9414.0, 9419.0, 9356.0, 9403.0, 9359.0, 9400.0, 9383.0, 9361.0, 9391.0, 9363.0, 9399.0, 9351.0, 9325.0, 9396.0, 9330.0, 9387.0, 9334.0, 9305.0, 9349.0, 9334.0, 9374.0, 9354.0, 9298.0, 9387.0, 9339.0, 9342.0, 9353.0, 9283.0, 9367.0, 9312.0, 9366.0, 9349.0, 9368.0, 9320.0, 9275.0, 9329.0, 9271.0, 9332.0, 9281.0, 9332.0, 9231.0, 9334.0, 9248.0, 9341.0, 9281.0, 9337.0, 9314.0, 9329.0, 9319.0, 9313.0, 9348.0, 9277.0, 9360.0, 9302.0, 9371.0, 9356.0, 9371.0, 9345.0, 9370.0, 9344.0, 9393.0, 9367.0, 9339.0, 9368.0, 9305.0, 9383.0, 9337.0, 9396.0, 9369.0, 9385.0, 9362.0, 9311.0, 9371.0, 9316.0, 9382.0, 9347.0, 9368.0, 9342.0, 9352.0, 9372.0, 9282.0, 9369.0, 9297.0, 9386.0, 9346.0, 9336.0, 9358.0, 9281.0, 9350.0, 9301.0, 9354.0, 9346.0, 9352.0, 9344.0, 9269.0, 9361.0, 9332.0, 9372.0, 9361.0, 9306.0, 9393.0, 9345.0, 9392.0, 9361.0, 9322.0, 9345.0, 9273.0, 9346.0, 9273.0, 9349.0, 9289.0, 9340.0, 9246.0, 9342.0, 9303.0, 9346.0, 9308.0, 9322.0, 9328.0, 9284.0, 9358.0, 9291.0, 9355.0, 9301.0, 9355.0, 9334.0, 9374.0, 9327.0, 9349.0, 9329.0, 9312.0, 9342.0, 9320.0, 9354.0, 9289.0, 9373.0, 9314.0, 9390.0, 9349.0, 9366.0, 9344.0, 9340.0, 9339.0, 9362.0, 9344.0, 9296.0, 9349.0, 9262.0, 9364.0, 9294.0, 9373.0, 9314.0, 9371.0, 9331.0, 9351.0, 9363.0, 9276.0, 9359.0, 9334.0, 9373.0, 9316.0, 9372.0, 9321.0, 9364.0, 9313.0, 9365.0, 9324.0, 9376.0, 9363.0, 9330.0, 9377.0, 9335.0, 9371.0, 9352.0, 9350.0, 9360.0, 9286.0, 9387.0, 9316.0, 9391.0, 9348.0, 9383.0, 9328.0, 9367.0, 9344.0, 9327.0, 9352.0, 9294.0, 9371.0, 9350.0, 9373.0, 9346.0, 9306.0, 9349.0, 9339.0, 9311.0, 9357.0, 9316.0, 9360.0, 9323.0, 9304.0, 9355.0, 9327.0, 9378.0, 9353.0, 9384.0, 9352.0, 9314.0, 9347.0, 9297.0, 9361.0, 9275.0, 9338.0, 9303.0, 9358.0, 9344.0, 9344.0, 9312.0, 9288.0, 9335.0, 9280.0, 9275.0, 9305.0, 9254.0, 9329.0, 9280.0, 9341.0, 9306.0, 9275.0, 9327.0, 9285.0, 9339.0, 9303.0, 9297.0, 9327.0, 9268.0, 9306.0, 9268.0, 9306.0, 9234.0, 9302.0, 9263.0, 9299.0, 9263.0, 9319.0, 9284.0, 9324.0, 9297.0, 9274.0, 9284.0, 9241.0, 9295.0, 9226.0, 9278.0, 9262.0, 9272.0, 9299.0, 9257.0, 9332.0, 9274.0, 9341.0, 9298.0, 9319.0, 9338.0, 9255.0, 9321.0, 9295.0, 9259.0, 9328.0, 9324.0, 9340.0, 9325.0, 9284.0, 9348.0, 9275.0, 9340.0, 9322.0, 9341.0, 9320.0, 9246.0, 9347.0, 9264.0, 9332.0, 9296.0, 9335.0, 9323.0, 9295.0, 9342.0, 9257.0, 9356.0, 9324.0, 9337.0, 9315.0, 9326.0, 9328.0, 9286.0, 9355.0, 9285.0, 9375.0, 9368.0, 9393.0, 9357.0, 9358.0, 9377.0, 9327.0, 9352.0, 9327.0, 9305.0, 9376.0, 9321.0, 9374.0, 9326.0, 9328.0, 9340.0, 9279.0, 9352.0, 9342.0, 9381.0, 9334.0, 9291.0, 9353.0, 9330.0, 9339.0, 9334.0, 9287.0, 9377.0, 9343.0, 9357.0, 9327.0, 9314.0, 9358.0, 9281.0, 9351.0, 9284.0, 9354.0, 9314.0, 9362.0, 9331.0, 9298.0, 9346.0, 9272.0, 9337.0, 9319.0, 9356.0, 9359.0, 9291.0, 9351.0, 9347.0, 9369.0, 9365.0, 9348.0, 9366.0, 9306.0, 9376.0, 9336.0, 9413.0, 9378.0, 9332.0, 9388.0, 9335.0, 9356.0, 9349.0, 9331.0, 9375.0, 9337.0, 9388.0, 9376.0, 9342.0, 9393.0, 9328.0, 9396.0, 9345.0, 9394.0, 9361.0, 9376.0, 9345.0, 9310.0, 9351.0, 9284.0, 9367.0, 9334.0, 9378.0, 9346.0, 9353.0, 9329.0, 9309.0, 9352.0, 9304.0, 9370.0, 9312.0, 9364.0, 9326.0, 9363.0, 9345.0, 9310.0, 9349.0, 9283.0, 9353.0, 9310.0, 9352.0, 9321.0, 9328.0, 9319.0, 9273.0, 9349.0, 9302.0, 9346.0, 9289.0, 9344.0, 9304.0, 9347.0, 9309.0, 9312.0, 9313.0, 9268.0, 9307.0, 9254.0, 9326.0, 9255.0, 9324.0, 9229.0, 9324.0, 9262.0, 9359.0, 9318.0, 9320.0, 9288.0, 9266.0, 9322.0, 9301.0, 9310.0, 9314.0, 9299.0, 9344.0, 9315.0, 9339.0, 9315.0, 9308.0, 9323.0, 9272.0, 9338.0, 9332.0, 9322.0, 9362.0, 9326.0, 9346.0, 9338.0, 9343.0, 9361.0, 9288.0, 9375.0, 9331.0, 9364.0, 9337.0, 9316.0, 9344.0, 9286.0, 9363.0, 9305.0, 9382.0, 9339.0, 9356.0, 9337.0, 9341.0, 9329.0, 9326.0, 9364.0, 9288.0, 9375.0, 9333.0, 9357.0, 9353.0, 9379.0, 9331.0, 9342.0, 9340.0, 9282.0, 9375.0, 9294.0, 9369.0, 9312.0, 9349.0, 9325.0, 9343.0, 9341.0, 9294.0, 9351.0, 9264.0, 9349.0, 9317.0, 9350.0, 9321.0, 9333.0, 9325.0, 9314.0, 9321.0, 9297.0, 9334.0, 9264.0, 9350.0, 9293.0, 9352.0, 9328.0, 9331.0, 9304.0, 9301.0, 9317.0, 9292.0, 9335.0, 9261.0, 9328.0, 9261.0, 9329.0, 9281.0, 9333.0, 9306.0, 9325.0, 9306.0, 9312.0, 9309.0, 9325.0, 9321.0, 9262.0, 9336.0, 9266.0, 9350.0, 9313.0, 9336.0, 9330.0, 9319.0, 9308.0, 9330.0, 9340.0, 9256.0, 9351.0, 9301.0, 9336.0, 9331.0, 9363.0, 9319.0, 9327.0, 9334.0, 9298.0, 9345.0, 9296.0, 9360.0, 9288.0, 9353.0, 9328.0, 9367.0, 9337.0, 9342.0, 9334.0, 9298.0, 9361.0, 9311.0, 9361.0, 9315.0, 9357.0, 9330.0, 9379.0, 9337.0, 9353.0, 9328.0, 9294.0, 9354.0, 9311.0, 9357.0, 9330.0, 9353.0, 9327.0, 9330.0, 9345.0, 9284.0, 9356.0, 9287.0, 9356.0, 9334.0, 9376.0, 9327.0, 9368.0, 9331.0, 9329.0, 9338.0, 9272.0, 9355.0, 9344.0, 9329.0, 9391.0, 9338.0, 9342.0, 9358.0, 9310.0, 9371.0, 9350.0, 9386.0, 9325.0, 9347.0, 9354.0, 9265.0, 9351.0, 9303.0, 9355.0, 9324.0, 9316.0, 9321.0, 9262.0, 9329.0, 9293.0, 9360.0, 9312.0, 9344.0, 9333.0, 9327.0, 9350.0, 9294.0, 9342.0, 9287.0, 9351.0, 9319.0, 9363.0, 9325.0, 9325.0, 9332.0, 9297.0, 9342.0, 9292.0, 9355.0, 9333.0, 9361.0, 9331.0, 9363.0, 9344.0, 9298.0, 9355.0, 9278.0, 9368.0, 9305.0, 9349.0, 9310.0, 9334.0, 9304.0, 9336.0, 9325.0, 9314.0, 9307.0, 9333.0, 9306.0, 9328.0, 9326.0, 9267.0, 9319.0, 9284.0, 9324.0, 9355.0, 9307.0, 9367.0, 9359.0, 9310.0, 9364.0, 9325.0, 9384.0, 9357.0, 9360.0, 9366.0, 9304.0, 9373.0, 9328.0, 9372.0, 9350.0, 9393.0, 9333.0, 9364.0, 9344.0, 9283.0, 9355.0, 9284.0, 9353.0, 9353.0, 9356.0, 9327.0, 9353.0, 9328.0, 9312.0, 9357.0, 9282.0, 9353.0, 9314.0, 9349.0, 9330.0, 9358.0, 9342.0, 9313.0, 9337.0, 9267.0, 9359.0, 9328.0, 9357.0, 9333.0, 9321.0, 9346.0, 9320.0, 9338.0, 9264.0, 9348.0, 9262.0, 9354.0, 9298.0, 9330.0, 9309.0, 9328.0, 9307.0, 9354.0, 9305.0, 9301.0, 9317.0, 9246.0, 9339.0, 9286.0, 9333.0, 9328.0, 9353.0, 9326.0, 9358.0, 9325.0, 9292.0, 9353.0, 9266.0, 9353.0, 9298.0, 9346.0, 9308.0, 9344.0, 9333.0, 9349.0, 9347.0, 9303.0, 9373.0, 9304.0, 9354.0, 9341.0, 9312.0, 9380.0, 9346.0, 9328.0, 9357.0, 9286.0, 9379.0, 9349.0, 9353.0, 9342.0, 9286.0, 9368.0, 9355.0, 9364.0, 9356.0, 9290.0, 9368.0, 9329.0, 9326.0, 9345.0, 9287.0, 9340.0, 9300.0, 9349.0, 9307.0, 9343.0, 9330.0, 9280.0, 9337.0, 9268.0, 9335.0, 9307.0, 9342.0, 9324.0, 9346.0, 9308.0, 9295.0, 9320.0, 9275.0, 9329.0, 9258.0, 9327.0, 9258.0, 9332.0, 9290.0, 9308.0, 9289.0, 9309.0, 9306.0, 9283.0, 9318.0, 9264.0, 9316.0, 9295.0, 9320.0, 9317.0, 9332.0, 9309.0, 9306.0, 9320.0, 9289.0, 9339.0, 9283.0, 9351.0, 9318.0, 9340.0, 9336.0, 9328.0, 9323.0, 9281.0, 9340.0, 9288.0, 9360.0, 9302.0, 9353.0, 9316.0, 9352.0, 9339.0, 9363.0, 9329.0, 9307.0, 9377.0, 9308.0, 9380.0, 9350.0, 9377.0, 9356.0, 9345.0, 9368.0, 9339.0, 9361.0, 9284.0, 9372.0, 9297.0, 9375.0, 9316.0, 9354.0, 9325.0, 9351.0, 9327.0, 9339.0, 9323.0, 9276.0, 9349.0, 9267.0, 9355.0, 9309.0, 9344.0, 9324.0, 9335.0, 9324.0, 9288.0, 9355.0, 9326.0, 9336.0, 9344.0, 9264.0, 9348.0, 9299.0, 9369.0, 9323.0, 9347.0, 9309.0, 9312.0, 9336.0, 9275.0, 9332.0, 9287.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.008931970046082949</td></tr>
<tr><td colspan=3>aqi</td><td>0.03535087430875576</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.35435950905417</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2455684137831586</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1065841403690897</td></tr>
<tr><td colspan=3>efc</td><td>0.4821</td></tr>
<tr><td colspan=3>fber</td><td>4767.0298</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16207669949774062</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>168</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.35483870967742</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6448906995508428</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6202167557109823</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.871155386091776</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.44329995684977</td></tr>
<tr><td colspan=3>gcor</td><td>0.00670096</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.001283802092075348</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02414337359368801</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.902709166975674</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.4608</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.4058</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.3541</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298779.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>787.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.7233</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2155</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.5645</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3387.3038</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4462.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>920.6366</td></tr>
<tr><td colspan=3>tsnr</td><td>31.9589414204238</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>