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

616 lines
No EOL
107 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-0131_ses-04_task-social_acq-mb8_run-02_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-0131_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-02_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-0131/ses-04/func/sub-0131_ses-04_task-social_acq-mb8_run-02_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>6d2b6785c508813cff72c947bf0fc175</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>21:30:1.987500</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.998908, 0.00498159, -0.0464476, -0.0012204, 0.996741, 0.0806562]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.09794</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4211, -7794, -7258, 404, -166, 19, 2, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.539</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>886f05ae-f05d-4e14-8456-6ffe81cd1d37||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.6799979209899902, -0.0032742468174546957, -0.1260846108198166, 113.48704528808594], [-0.01336523238569498, 2.6741838455200195, 0.21738091111183167, -106.43962860107422], [-0.12461543828248978, -0.21639464795589447, 2.688279628753662, -57.43107223510742], [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': ['213001.987500', '213002.447500', '213002.907500', '213003.367500', '213003.827500', '213004.287500', '213004.747500', '213005.207500', '213005.667500', '213006.127500', '213006.587500', '213007.047500', '213007.507500', '213007.967500', '213008.427500', '213008.887500', '213009.347500', '213009.807500', '213010.267500', '213010.727500', '213011.187500', '213011.647500', '213012.107500', '213012.567500', '213013.027500', '213013.487500', '213013.947500', '213014.407500', '213014.867500', '213015.327500', '213015.787500', '213016.247500', '213016.707500', '213017.167500', '213017.627500', '213018.087500', '213018.547500', '213019.007500', '213019.467500', '213019.927500', '213020.387500', '213020.847500', '213021.307500', '213021.767500', '213022.227500', '213022.687500', '213023.147500', '213023.607500', '213024.067500', '213024.527500', '213024.987500', '213025.447500', '213025.907500', '213026.367500', '213026.827500', '213027.287500', '213027.747500', '213028.207500', '213028.667500', '213029.127500', '213029.587500', '213030.047500', '213030.507500', '213030.967500', '213031.427500', '213031.887500', '213032.347500', '213032.807500', '213033.267500', '213033.727500', '213034.187500', '213034.647500', '213035.107500', '213035.567500', '213036.027500', '213036.487500', '213036.947500', '213037.407500', '213037.867500', '213038.327500', '213038.787500', '213039.247500', '213039.707500', '213040.167500', '213040.627500', '213041.087500', '213041.547500', '213042.007500', '213042.467500', '213042.927500', '213043.387500', '213043.847500', '213044.307500', '213044.767500', '213045.227500', '213045.687500', '213046.147500', '213046.607500', '213047.067500', '213047.527500', '213047.987500', '213048.447500', '213048.907500', '213049.367500', '213049.827500', '213050.287500', '213050.747500', '213051.207500', '213051.667500', '213052.127500', '213052.587500', '213053.047500', '213053.507500', '213053.967500', '213054.427500', '213054.887500', '213055.347500', '213055.807500', '213056.267500', '213056.727500', '213057.187500', '213057.647500', '213058.107500', '213058.567500', '213059.027500', '213059.487500', '213059.947500', '213100.407500', '213100.867500', '213101.327500', '213101.787500', '213102.247500', '213102.707500', '213103.167500', '213103.627500', '213104.087500', '213104.547500', '213105.007500', '213105.467500', '213105.927500', '213106.387500', '213106.847500', '213107.307500', '213107.767500', '213108.227500', '213108.687500', '213109.147500', '213109.607500', '213110.067500', '213110.527500', '213110.987500', '213111.447500', '213111.907500', '213112.367500', '213112.827500', '213113.287500', '213113.747500', '213114.207500', '213114.667500', '213115.127500', '213115.587500', '213116.047500', '213116.507500', '213116.967500', '213117.427500', '213117.887500', '213118.347500', '213118.807500', '213119.267500', '213119.727500', '213120.187500', '213120.647500', '213121.107500', '213121.567500', '213122.027500', '213122.487500', '213122.947500', '213123.407500', '213123.867500', '213124.327500', '213124.787500', '213125.247500', '213125.707500', '213126.167500', '213126.627500', '213127.087500', '213127.547500', '213128.007500', '213128.467500', '213128.927500', '213129.387500', '213129.847500', '213130.307500', '213130.767500', '213131.227500', '213131.687500', '213132.147500', '213132.607500', '213133.067500', '213133.527500', '213133.987500', '213134.447500', '213134.907500', '213135.367500', '213135.827500', '213136.287500', '213136.747500', '213137.207500', '213137.667500', '213138.127500', '213138.587500', '213139.047500', '213139.507500', '213139.967500', '213140.427500', '213140.887500', '213141.347500', '213141.807500', '213142.267500', '213142.727500', '213143.187500', '213143.647500', '213144.107500', '213144.567500', '213145.027500', '213145.487500', '213145.947500', '213146.407500', '213146.867500', '213147.327500', '213147.787500', '213148.247500', '213148.707500', '213149.167500', '213149.627500', '213150.087500', '213150.547500', '213151.007500', '213151.467500', '213151.927500', '213152.387500', '213152.847500', '213153.307500', '213153.767500', '213154.227500', '213154.687500', '213155.147500', '213155.607500', '213156.067500', '213156.527500', '213156.987500', '213157.447500', '213157.907500', '213158.367500', '213158.827500', '213159.287500', '213159.747500', '213200.207500', '213200.667500', '213201.127500', '213201.587500', '213202.047500', '213202.507500', '213202.967500', '213203.427500', '213203.887500', '213204.347500', '213204.807500', '213205.267500', '213205.727500', '213206.187500', '213206.647500', '213207.107500', '213207.567500', '213208.027500', '213208.487500', '213208.947500', '213209.407500', '213209.867500', '213210.327500', '213210.787500', '213211.247500', '213211.707500', '213212.167500', '213212.627500', '213213.087500', '213213.547500', '213214.007500', '213214.467500', '213214.927500', '213215.387500', '213215.847500', '213216.307500', '213216.767500', '213217.227500', '213217.687500', '213218.147500', '213218.607500', '213219.067500', '213219.527500', '213219.987500', '213220.447500', '213220.907500', '213221.367500', '213221.827500', '213222.287500', '213222.747500', '213223.207500', '213223.667500', '213224.127500', '213224.587500', '213225.047500', '213225.507500', '213225.967500', '213226.427500', '213226.887500', '213227.347500', '213227.807500', '213228.267500', '213228.727500', '213229.187500', '213229.647500', '213230.107500', '213230.567500', '213231.027500', '213231.487500', '213231.947500', '213232.407500', '213232.867500', '213233.327500', '213233.787500', '213234.247500', '213234.707500', '213235.167500', '213235.627500', '213236.087500', '213236.547500', '213237.007500', '213237.467500', '213237.927500', '213238.387500', '213238.847500', '213239.307500', '213239.767500', '213240.227500', '213240.687500', '213241.147500', '213241.607500', '213242.067500', '213242.527500', '213242.987500', '213243.447500', '213243.907500', '213244.367500', '213244.827500', '213245.287500', '213245.747500', '213246.207500', '213246.667500', '213247.127500', '213247.587500', '213248.047500', '213248.507500', '213248.967500', '213249.427500', '213249.887500', '213250.347500', '213250.807500', '213251.267500', '213251.727500', '213252.187500', '213252.647500', '213253.107500', '213253.567500', '213254.027500', '213254.487500', '213254.947500', '213255.407500', '213255.867500', '213256.327500', '213256.787500', '213257.247500', '213257.707500', '213258.167500', '213258.627500', '213259.087500', '213259.547500', '213300.007500', '213300.467500', '213300.927500', '213301.387500', '213301.847500', '213302.307500', '213302.767500', '213303.227500', '213303.687500', '213304.147500', '213304.607500', '213305.067500', '213305.527500', '213305.987500', '213306.447500', '213306.907500', '213307.367500', '213307.827500', '213308.287500', '213308.747500', '213309.207500', '213309.667500', '213310.127500', '213310.587500', '213311.047500', '213311.507500', '213311.967500', '213312.427500', '213312.887500', '213313.347500', '213313.807500', '213314.267500', '213314.727500', '213315.187500', '213315.647500', '213316.107500', '213316.567500', '213317.027500', '213317.487500', '213317.947500', '213318.407500', '213318.867500', '213319.327500', '213319.787500', '213320.247500', '213320.707500', '213321.167500', '213321.627500', '213322.087500', '213322.547500', '213323.007500', '213323.467500', '213323.927500', '213324.387500', '213324.847500', '213325.307500', '213325.767500', '213326.227500', '213326.687500', '213327.147500', '213327.607500', '213328.067500', '213328.527500', '213328.987500', '213329.447500', '213329.907500', '213330.367500', '213330.827500', '213331.287500', '213331.747500', '213332.207500', '213332.667500', '213333.127500', '213333.587500', '213334.047500', '213334.507500', '213334.967500', '213335.427500', '213335.887500', '213336.347500', '213336.807500', '213337.267500', '213337.727500', '213338.187500', '213338.647500', '213339.107500', '213339.567500', '213340.027500', '213340.487500', '213340.947500', '213341.407500', '213341.867500', '213342.327500', '213342.787500', '213343.247500', '213343.707500', '213344.167500', '213344.627500', '213345.087500', '213345.547500', '213346.007500', '213346.467500', '213346.927500', '213347.387500', '213347.847500', '213348.307500', '213348.767500', '213349.227500', '213349.687500', '213350.147500', '213350.607500', '213351.067500', '213351.527500', '213351.987500', '213352.447500', '213352.907500', '213353.367500', '213353.827500', '213354.287500', '213354.747500', '213355.207500', '213355.667500', '213356.127500', '213356.587500', '213357.047500', '213357.507500', '213357.967500', '213358.427500', '213358.887500', '213359.347500', '213359.807500', '213400.267500', '213400.727500', '213401.187500', '213401.647500', '213402.107500', '213402.567500', '213403.027500', '213403.487500', '213403.947500', '213404.407500', '213404.867500', '213405.327500', '213405.787500', '213406.247500', '213406.707500', '213407.167500', '213407.627500', '213408.087500', '213408.547500', '213409.007500', '213409.467500', '213409.927500', '213410.387500', '213410.847500', '213411.307500', '213411.767500', '213412.227500', '213412.687500', '213413.147500', '213413.607500', '213414.067500', '213414.527500', '213414.987500', '213415.447500', '213415.907500', '213416.367500', '213416.827500', '213417.287500', '213417.747500', '213418.207500', '213418.667500', '213419.127500', '213419.587500', '213420.047500', '213420.507500', '213420.967500', '213421.427500', '213421.887500', '213422.347500', '213422.807500', '213423.267500', '213423.727500', '213424.187500', '213424.647500', '213425.107500', '213425.567500', '213426.027500', '213426.487500', '213426.947500', '213427.407500', '213427.867500', '213428.327500', '213428.787500', '213429.247500', '213429.707500', '213430.167500', '213430.627500', '213431.087500', '213431.547500', '213432.007500', '213432.467500', '213432.927500', '213433.387500', '213433.847500', '213434.307500', '213434.767500', '213435.227500', '213435.687500', '213436.147500', '213436.607500', '213437.067500', '213437.527500', '213437.987500', '213438.447500', '213438.907500', '213439.367500', '213439.827500', '213440.287500', '213440.747500', '213441.207500', '213441.667500', '213442.127500', '213442.587500', '213443.047500', '213443.507500', '213443.967500', '213444.427500', '213444.887500', '213445.347500', '213445.807500', '213446.267500', '213446.727500', '213447.187500', '213447.647500', '213448.107500', '213448.567500', '213449.027500', '213449.487500', '213449.947500', '213450.407500', '213450.867500', '213451.327500', '213451.787500', '213452.247500', '213452.707500', '213453.167500', '213453.627500', '213454.087500', '213454.547500', '213455.007500', '213455.467500', '213455.927500', '213456.387500', '213456.847500', '213457.307500', '213457.767500', '213458.227500', '213458.687500', '213459.147500', '213459.607500', '213500.067500', '213500.527500', '213500.987500', '213501.447500', '213501.907500', '213502.367500', '213502.827500', '213503.287500', '213503.747500', '213504.207500', '213504.667500', '213505.127500', '213505.587500', '213506.047500', '213506.507500', '213506.967500', '213507.427500', '213507.887500', '213508.347500', '213508.807500', '213509.267500', '213509.727500', '213510.187500', '213510.647500', '213511.107500', '213511.567500', '213512.027500', '213512.487500', '213512.947500', '213513.407500', '213513.867500', '213514.327500', '213514.787500', '213515.247500', '213515.707500', '213516.167500', '213516.627500', '213517.087500', '213517.547500', '213518.007500', '213518.467500', '213518.927500', '213519.387500', '213519.847500', '213520.307500', '213520.767500', '213521.227500', '213521.687500', '213522.147500', '213522.607500', '213523.067500', '213523.527500', '213523.987500', '213524.447500', '213524.907500', '213525.367500', '213525.827500', '213526.287500', '213526.747500', '213527.207500', '213527.667500', '213528.127500', '213528.587500', '213529.047500', '213529.507500', '213529.967500', '213530.427500', '213530.887500', '213531.347500', '213531.807500', '213532.267500', '213532.727500', '213533.187500', '213533.647500', '213534.107500', '213534.567500', '213535.027500', '213535.487500', '213535.947500', '213536.407500', '213536.867500', '213537.327500', '213537.787500', '213538.247500', '213538.707500', '213539.167500', '213539.627500', '213540.087500', '213540.547500', '213541.007500', '213541.467500', '213541.927500', '213542.387500', '213542.847500', '213543.307500', '213543.767500', '213544.227500', '213544.687500', '213545.147500', '213545.607500', '213546.067500', '213546.527500', '213546.987500', '213547.447500', '213547.907500', '213548.367500', '213548.827500', '213549.287500', '213549.747500', '213550.207500', '213550.667500', '213551.127500', '213551.587500', '213552.047500', '213552.507500', '213552.967500', '213553.427500', '213553.887500', '213554.347500', '213554.807500', '213555.267500', '213555.727500', '213556.187500', '213556.647500', '213557.107500', '213557.567500', '213558.027500', '213558.487500', '213558.947500', '213559.407500', '213559.867500', '213600.327500', '213600.787500', '213601.247500', '213601.707500', '213602.167500', '213602.627500', '213603.087500', '213603.547500', '213604.007500', '213604.467500', '213604.927500', '213605.387500', '213605.847500', '213606.307500', '213606.767500', '213607.227500', '213607.687500', '213608.147500', '213608.607500', '213609.067500', '213609.527500', '213609.987500', '213610.447500', '213610.907500', '213611.367500', '213611.827500', '213612.287500', '213612.747500', '213613.207500', '213613.667500', '213614.127500', '213614.587500', '213615.047500', '213615.507500', '213615.967500', '213616.427500', '213616.887500', '213617.347500', '213617.807500', '213618.267500', '213618.727500', '213619.187500', '213619.647500', '213620.107500', '213620.567500', '213621.027500', '213621.487500', '213621.947500', '213622.407500', '213622.867500', '213623.327500', '213623.787500', '213624.247500', '213624.707500', '213625.167500', '213625.627500', '213626.087500', '213626.547500', '213627.007500', '213627.467500', '213627.927500', '213628.387500', '213628.847500', '213629.307500', '213629.767500', '213630.227500', '213630.687500', '213631.147500', '213631.607500', '213632.067500', '213632.527500', '213632.987500', '213633.447500', '213633.907500', '213634.367500', '213634.827500', '213635.287500', '213635.747500', '213636.207500', '213636.667500', '213637.127500', '213637.587500', '213638.047500', '213638.507500', '213638.967500', '213639.427500', '213639.887500', '213640.347500', '213640.807500', '213641.267500', '213641.727500', '213642.187500', '213642.647500'], 'ContentTime': ['213030.082000', '213030.085000', '213030.088000', '213030.090000', '213030.093000', '213030.095000', '213030.098000', '213030.100000', '213030.103000', '213030.106000', '213030.108000', '213030.111000', '213030.113000', '213030.116000', '213030.119000', '213030.121000', '213030.129000', '213030.132000', '213030.134000', '213030.137000', '213030.139000', '213030.142000', '213030.145000', '213030.147000', '213030.150000', '213030.152000', '213030.155000', '213030.157000', '213030.160000', '213030.162000', '213030.165000', '213030.168000', '213030.170000', '213030.173000', '213030.175000', '213030.178000', '213030.181000', '213030.183000', '213030.186000', '213030.188000', '213030.191000', '213030.194000', '213030.196000', '213030.199000', '213030.201000', '213030.204000', '213030.206000', '213030.209000', '213030.212000', '213030.214000', '213030.217000', '213030.219000', '213030.222000', '213030.224000', '213030.227000', '213030.230000', '213030.232000', '213030.235000', '213050.044000', '213050.047000', '213050.050000', '213050.052000', '213050.055000', '213050.058000', '213050.060000', '213050.063000', '213050.065000', '213050.068000', '213050.070000', '213050.073000', '213050.075000', '213050.078000', '213050.084000', '213050.087000', '213050.090000', '213050.092000', '213050.095000', '213050.097000', '213050.100000', '213050.102000', '213050.105000', '213050.125000', '213050.127000', '213050.130000', '213050.132000', '213050.135000', '213050.138000', '213050.140000', '213050.143000', '213050.145000', '213050.148000', '213050.150000', '213050.153000', '213050.155000', '213050.158000', '213050.161000', '213050.163000', '213050.166000', '213050.168000', '213050.171000', '213050.173000', '213050.176000', '213110.044000', '213110.047000', '213110.050000', '213110.052000', '213110.055000', '213110.057000', '213110.060000', '213110.063000', '213110.065000', '213110.068000', '213110.070000', '213110.073000', '213110.075000', '213110.078000', '213110.081000', '213110.083000', '213110.086000', '213110.088000', '213110.091000', '213110.093000', '213110.096000', '213110.098000', '213110.101000', '213110.104000', '213110.106000', '213110.109000', '213110.111000', '213110.114000', '213110.117000', '213110.119000', '213110.122000', '213110.124000', '213110.127000', '213110.129000', '213110.132000', '213110.135000', '213110.137000', '213110.140000', '213110.143000', '213110.145000', '213110.148000', '213110.151000', '213110.153000', '213130.044000', '213130.047000', '213130.050000', '213130.052000', '213130.055000', '213130.058000', '213130.060000', '213130.063000', '213130.065000', '213130.068000', '213130.071000', '213130.073000', '213130.076000', '213130.078000', '213130.081000', '213130.083000', '213130.086000', '213130.088000', '213130.091000', '213130.100000', '213130.103000', '213130.105000', '213130.108000', '213130.110000', '213130.113000', '213130.115000', '213130.118000', '213130.121000', '213130.123000', '213130.126000', '213130.128000', '213130.131000', '213130.133000', '213130.136000', '213130.139000', '213130.141000', '213130.144000', '213130.146000', '213130.149000', '213130.152000', '213130.154000', '213130.157000', '213130.159000', '213130.162000', '213150.044000', '213150.047000', '213150.050000', '213150.052000', '213150.055000', '213150.058000', '213150.060000', '213150.063000', '213150.065000', '213150.068000', '213150.070000', '213150.073000', '213150.076000', '213150.078000', '213150.081000', '213150.083000', '213150.086000', '213150.088000', '213150.091000', '213150.094000', '213150.096000', '213150.099000', '213150.101000', '213150.104000', '213150.106000', '213150.109000', '213150.112000', '213150.114000', '213150.117000', '213150.119000', '213150.122000', '213150.125000', '213150.127000', '213150.130000', '213150.132000', '213150.135000', '213150.137000', '213150.144000', '213150.147000', '213150.150000', '213150.152000', '213150.155000', '213150.157000', '213210.044000', '213210.047000', '213210.050000', '213210.053000', '213210.055000', '213210.058000', '213210.060000', '213210.063000', '213210.066000', '213210.068000', '213210.071000', '213210.073000', '213210.076000', '213210.079000', '213210.081000', '213210.084000', '213210.087000', '213210.089000', '213210.092000', '213210.094000', '213210.097000', '213210.099000', '213210.102000', '213210.105000', '213210.107000', '213210.110000', '213210.112000', '213210.115000', '213210.117000', '213210.120000', '213210.123000', '213210.125000', '213210.128000', '213210.130000', '213210.133000', '213210.136000', '213210.138000', '213210.141000', '213210.143000', '213210.146000', '213210.149000', '213210.151000', '213210.154000', '213210.157000', '213230.045000', '213230.048000', '213230.050000', '213230.053000', '213230.055000', '213230.058000', '213230.060000', '213230.063000', '213230.066000', '213230.068000', '213230.071000', '213230.073000', '213230.076000', '213230.078000', '213230.081000', '213230.084000', '213230.086000', '213230.089000', '213230.091000', '213230.094000', '213230.096000', '213230.099000', '213230.102000', '213230.104000', '213230.107000', '213230.109000', '213230.112000', '213230.115000', '213230.117000', '213230.120000', '213230.123000', '213230.125000', '213230.128000', '213230.130000', '213230.133000', '213230.136000', '213230.138000', '213230.141000', '213230.143000', '213230.146000', '213230.149000', '213230.151000', '213230.154000', '213250.044000', '213250.047000', '213250.049000', '213250.052000', '213250.054000', '213250.057000', '213250.059000', '213250.062000', '213250.065000', '213250.067000', '213250.070000', '213250.072000', '213250.075000', '213250.078000', '213250.080000', '213250.083000', '213250.085000', '213250.088000', '213250.090000', '213250.093000', '213250.095000', '213250.098000', '213250.101000', '213250.103000', '213250.106000', '213250.108000', '213250.111000', '213250.114000', '213250.116000', '213250.119000', '213250.121000', '213250.124000', '213250.126000', '213250.129000', '213250.132000', '213250.134000', '213250.137000', '213250.139000', '213250.142000', '213250.145000', '213250.147000', '213250.150000', '213250.153000', '213250.156000', '213310.045000', '213310.047000', '213310.050000', '213310.053000', '213310.055000', '213310.058000', '213310.061000', '213310.063000', '213310.066000', '213310.069000', '213310.071000', '213310.074000', '213310.076000', '213310.079000', '213310.082000', '213310.084000', '213310.087000', '213310.090000', '213310.092000', '213310.095000', '213310.097000', '213310.100000', '213310.107000', '213310.109000', '213310.112000', '213310.115000', '213310.117000', '213310.120000', '213310.123000', '213310.125000', '213310.128000', '213310.130000', '213310.133000', '213310.136000', '213310.138000', '213310.141000', '213310.144000', '213310.146000', '213310.149000', '213310.151000', '213310.154000', '213310.157000', '213310.159000', '213330.045000', '213330.047000', '213330.050000', '213330.053000', '213330.055000', '213330.058000', '213330.060000', '213330.063000', '213330.066000', '213330.068000', '213330.071000', '213330.074000', '213330.076000', '213330.079000', '213330.082000', '213330.084000', '213330.087000', '213330.097000', '213330.099000', '213330.102000', '213330.104000', '213330.107000', '213330.110000', '213330.112000', '213330.115000', '213330.117000', '213330.120000', '213330.123000', '213330.125000', '213330.128000', '213330.131000', '213330.133000', '213330.136000', '213330.138000', '213330.141000', '213330.144000', '213330.146000', '213330.149000', '213330.151000', '213330.154000', '213330.156000', '213330.159000', '213330.162000', '213330.164000', '213350.045000', '213350.047000', '213350.050000', '213350.053000', '213350.055000', '213350.058000', '213350.060000', '213350.063000', '213350.066000', '213350.068000', '213350.071000', '213350.073000', '213350.076000', '213350.078000', '213350.081000', '213350.084000', '213350.086000', '213350.089000', '213350.091000', '213350.094000', '213350.096000', '213350.099000', '213350.102000', '213350.104000', '213350.107000', '213350.109000', '213350.112000', '213350.115000', '213350.117000', '213350.120000', '213350.122000', '213350.125000', '213350.127000', '213350.130000', '213350.133000', '213350.135000', '213350.138000', '213350.140000', '213350.143000', '213350.146000', '213350.148000', '213350.151000', '213350.153000', '213410.045000', '213410.047000', '213410.050000', '213410.053000', '213410.055000', '213410.058000', '213410.060000', '213410.063000', '213410.066000', '213410.068000', '213410.071000', '213410.073000', '213410.076000', '213410.079000', '213410.081000', '213410.084000', '213410.086000', '213410.089000', '213410.091000', '213410.094000', '213410.097000', '213410.099000', '213410.102000', '213410.120000', '213410.123000', '213410.125000', '213410.128000', '213410.130000', '213410.133000', '213410.135000', '213410.138000', '213410.141000', '213410.143000', '213410.146000', '213410.148000', '213410.151000', '213410.153000', '213410.156000', '213410.159000', '213410.161000', '213410.164000', '213410.166000', '213410.169000', '213410.172000', '213430.045000', '213430.047000', '213430.050000', '213430.053000', '213430.055000', '213430.058000', '213430.060000', '213430.063000', '213430.065000', '213430.068000', '213430.071000', '213430.073000', '213430.076000', '213430.078000', '213430.091000', '213430.094000', '213430.096000', '213430.099000', '213430.101000', '213430.104000', '213430.107000', '213430.109000', '213430.112000', '213430.114000', '213430.117000', '213430.119000', '213430.122000', '213430.125000', '213430.127000', '213430.130000', '213430.133000', '213430.135000', '213430.138000', '213430.140000', '213430.143000', '213430.145000', '213430.148000', '213430.151000', '213430.153000', '213430.156000', '213430.158000', '213430.161000', '213430.163000', '213450.044000', '213450.047000', '213450.050000', '213450.052000', '213450.055000', '213450.058000', '213450.062000', '213450.065000', '213450.068000', '213450.071000', '213450.074000', '213450.076000', '213450.079000', '213450.082000', '213450.084000', '213450.087000', '213450.089000', '213450.092000', '213450.094000', '213450.097000', '213450.100000', '213450.102000', '213450.105000', '213450.108000', '213450.110000', '213450.113000', '213450.116000', '213450.118000', '213450.121000', '213450.124000', '213450.126000', '213450.129000', '213450.131000', '213450.134000', '213450.136000', '213450.139000', '213450.142000', '213450.144000', '213450.147000', '213450.149000', '213450.152000', '213450.155000', '213450.157000', '213510.044000', '213510.047000', '213510.049000', '213510.052000', '213510.055000', '213510.057000', '213510.060000', '213510.062000', '213510.065000', '213510.067000', '213510.070000', '213510.073000', '213510.075000', '213510.078000', '213510.081000', '213510.083000', '213510.086000', '213510.088000', '213510.091000', '213510.093000', '213510.096000', '213510.099000', '213510.101000', '213510.104000', '213510.106000', '213510.109000', '213510.112000', '213510.114000', '213510.117000', '213510.119000', '213510.122000', '213510.124000', '213510.127000', '213510.130000', '213510.132000', '213510.135000', '213510.137000', '213510.140000', '213510.142000', '213510.145000', '213510.148000', '213510.150000', '213510.153000', '213510.156000', '213530.045000', '213530.048000', '213530.050000', '213530.053000', '213530.055000', '213530.058000', '213530.060000', '213530.063000', '213530.066000', '213530.068000', '213530.071000', '213530.073000', '213530.076000', '213530.079000', '213530.081000', '213530.084000', '213530.086000', '213530.089000', '213530.091000', '213530.094000', '213530.097000', '213530.099000', '213530.102000', '213530.105000', '213530.107000', '213530.110000', '213530.112000', '213530.115000', '213530.118000', '213530.120000', '213530.123000', '213530.125000', '213530.128000', '213530.131000', '213530.133000', '213530.136000', '213530.138000', '213530.141000', '213530.144000', '213530.147000', '213530.150000', '213530.153000', '213530.156000', '213550.044000', '213550.047000', '213550.050000', '213550.053000', '213550.055000', '213550.058000', '213550.060000', '213550.063000', '213550.066000', '213550.068000', '213550.071000', '213550.073000', '213550.076000', '213550.078000', '213550.081000', '213550.084000', '213550.086000', '213550.089000', '213550.091000', '213550.094000', '213550.096000', '213550.099000', '213550.102000', '213550.104000', '213550.107000', '213550.109000', '213550.112000', '213550.115000', '213550.117000', '213550.120000', '213550.124000', '213550.127000', '213550.129000', '213550.132000', '213550.134000', '213550.151000', '213550.153000', '213550.156000', '213550.159000', '213550.161000', '213550.164000', '213550.166000', '213550.169000', '213550.172000', '213610.045000', '213610.047000', '213610.050000', '213610.053000', '213610.055000', '213610.058000', '213610.061000', '213610.064000', '213610.066000', '213610.069000', '213610.071000', '213610.074000', '213610.076000', '213610.079000', '213610.082000', '213610.084000', '213610.087000', '213610.089000', '213610.092000', '213610.095000', '213610.097000', '213610.101000', '213610.103000', '213610.106000', '213610.109000', '213610.111000', '213610.114000', '213610.116000', '213610.119000', '213610.121000', '213610.124000', '213610.127000', '213610.129000', '213610.132000', '213610.134000', '213610.137000', '213610.140000', '213610.142000', '213610.145000', '213610.147000', '213610.150000', '213610.153000', '213610.155000', '213630.044000', '213630.047000', '213630.050000', '213630.052000', '213630.055000', '213630.058000', '213630.060000', '213630.063000', '213630.065000', '213630.068000', '213630.071000', '213630.073000', '213630.076000', '213630.079000', '213630.081000', '213630.084000', '213630.086000', '213630.089000', '213630.092000', '213630.094000', '213630.097000', '213630.099000', '213630.102000', '213630.104000', '213630.107000', '213630.110000', '213630.112000', '213630.115000', '213630.117000', '213630.120000', '213630.123000', '213630.125000', '213630.128000', '213630.130000', '213630.133000', '213630.135000', '213630.138000', '213630.141000', '213630.143000', '213630.146000', '213630.148000', '213630.151000', '213630.153000', '213630.156000', '213644.098000', '213644.101000', '213644.104000', '213644.106000', '213644.109000', '213644.112000', '213644.114000', '213644.117000', '213644.120000', '213644.122000', '213644.125000', '213644.128000', '213644.131000', '213644.134000', '213644.137000', '213644.140000', '213644.143000', '213644.145000', '213644.148000', '213644.151000', '213644.154000', '213644.156000', '213644.159000', '213644.162000', '213644.165000', '213644.168000', '213644.170000', '213644.174000', '213644.177000', '213644.180000', '213644.183000'], 'InstanceCreationTime': ['213030.082000', '213030.085000', '213030.088000', '213030.090000', '213030.093000', '213030.095000', '213030.098000', '213030.100000', '213030.103000', '213030.106000', '213030.108000', '213030.111000', '213030.113000', '213030.116000', '213030.119000', '213030.121000', '213030.129000', '213030.132000', '213030.134000', '213030.137000', '213030.139000', '213030.142000', '213030.145000', '213030.147000', '213030.150000', '213030.152000', '213030.155000', '213030.157000', '213030.160000', '213030.162000', '213030.165000', '213030.168000', '213030.170000', '213030.173000', '213030.175000', '213030.178000', '213030.181000', '213030.183000', '213030.186000', '213030.188000', '213030.191000', '213030.194000', '213030.196000', '213030.199000', '213030.201000', '213030.204000', '213030.206000', '213030.209000', '213030.212000', '213030.214000', '213030.217000', '213030.219000', '213030.222000', '213030.224000', '213030.227000', '213030.230000', '213030.232000', '213030.235000', '213050.044000', '213050.047000', '213050.050000', '213050.052000', '213050.055000', '213050.058000', '213050.060000', '213050.063000', '213050.065000', '213050.068000', '213050.070000', '213050.073000', '213050.075000', '213050.078000', '213050.084000', '213050.087000', '213050.090000', '213050.092000', '213050.095000', '213050.097000', '213050.100000', '213050.102000', '213050.105000', '213050.125000', '213050.127000', '213050.130000', '213050.132000', '213050.135000', '213050.138000', '213050.140000', '213050.143000', '213050.145000', '213050.148000', '213050.150000', '213050.153000', '213050.155000', '213050.158000', '213050.161000', '213050.163000', '213050.166000', '213050.168000', '213050.171000', '213050.173000', '213050.176000', '213110.044000', '213110.047000', '213110.050000', '213110.052000', '213110.055000', '213110.057000', '213110.060000', '213110.063000', '213110.065000', '213110.068000', '213110.070000', '213110.073000', '213110.075000', '213110.078000', '213110.081000', '213110.083000', '213110.086000', '213110.088000', '213110.091000', '213110.093000', '213110.096000', '213110.098000', '213110.101000', '213110.104000', '213110.106000', '213110.109000', '213110.111000', '213110.114000', '213110.117000', '213110.119000', '213110.122000', '213110.124000', '213110.127000', '213110.129000', '213110.132000', '213110.135000', '213110.137000', '213110.140000', '213110.143000', '213110.145000', '213110.148000', '213110.151000', '213110.153000', '213130.044000', '213130.047000', '213130.050000', '213130.052000', '213130.055000', '213130.058000', '213130.060000', '213130.063000', '213130.065000', '213130.068000', '213130.071000', '213130.073000', '213130.076000', '213130.078000', '213130.081000', '213130.083000', '213130.086000', '213130.088000', '213130.091000', '213130.100000', '213130.103000', '213130.105000', '213130.108000', '213130.110000', '213130.113000', '213130.115000', '213130.118000', '213130.121000', '213130.123000', '213130.126000', '213130.128000', '213130.131000', '213130.133000', '213130.136000', '213130.139000', '213130.141000', '213130.144000', '213130.146000', '213130.149000', '213130.152000', '213130.154000', '213130.157000', '213130.159000', '213130.162000', '213150.044000', '213150.047000', '213150.050000', '213150.052000', '213150.055000', '213150.058000', '213150.060000', '213150.063000', '213150.065000', '213150.068000', '213150.070000', '213150.073000', '213150.076000', '213150.078000', '213150.081000', '213150.083000', '213150.086000', '213150.088000', '213150.091000', '213150.094000', '213150.096000', '213150.099000', '213150.101000', '213150.104000', '213150.106000', '213150.109000', '213150.112000', '213150.114000', '213150.117000', '213150.119000', '213150.122000', '213150.125000', '213150.127000', '213150.130000', '213150.132000', '213150.135000', '213150.137000', '213150.144000', '213150.147000', '213150.150000', '213150.152000', '213150.155000', '213150.157000', '213210.044000', '213210.047000', '213210.050000', '213210.053000', '213210.055000', '213210.058000', '213210.060000', '213210.063000', '213210.066000', '213210.068000', '213210.071000', '213210.073000', '213210.076000', '213210.079000', '213210.081000', '213210.084000', '213210.087000', '213210.089000', '213210.092000', '213210.094000', '213210.097000', '213210.099000', '213210.102000', '213210.105000', '213210.107000', '213210.110000', '213210.112000', '213210.115000', '213210.117000', '213210.120000', '213210.123000', '213210.125000', '213210.128000', '213210.130000', '213210.133000', '213210.136000', '213210.138000', '213210.141000', '213210.143000', '213210.146000', '213210.149000', '213210.151000', '213210.154000', '213210.157000', '213230.045000', '213230.048000', '213230.050000', '213230.053000', '213230.055000', '213230.058000', '213230.060000', '213230.063000', '213230.066000', '213230.068000', '213230.071000', '213230.073000', '213230.076000', '213230.078000', '213230.081000', '213230.084000', '213230.086000', '213230.089000', '213230.091000', '213230.094000', '213230.096000', '213230.099000', '213230.102000', '213230.104000', '213230.107000', '213230.109000', '213230.112000', '213230.115000', '213230.117000', '213230.120000', '213230.123000', '213230.125000', '213230.128000', '213230.130000', '213230.133000', '213230.136000', '213230.138000', '213230.141000', '213230.143000', '213230.146000', '213230.149000', '213230.151000', '213230.154000', '213250.044000', '213250.047000', '213250.049000', '213250.052000', '213250.054000', '213250.057000', '213250.059000', '213250.062000', '213250.065000', '213250.067000', '213250.070000', '213250.072000', '213250.075000', '213250.078000', '213250.080000', '213250.083000', '213250.085000', '213250.088000', '213250.090000', '213250.093000', '213250.095000', '213250.098000', '213250.101000', '213250.103000', '213250.106000', '213250.108000', '213250.111000', '213250.114000', '213250.116000', '213250.119000', '213250.121000', '213250.124000', '213250.126000', '213250.129000', '213250.132000', '213250.134000', '213250.137000', '213250.139000', '213250.142000', '213250.145000', '213250.147000', '213250.150000', '213250.153000', '213250.156000', '213310.045000', '213310.047000', '213310.050000', '213310.053000', '213310.055000', '213310.058000', '213310.061000', '213310.063000', '213310.066000', '213310.069000', '213310.071000', '213310.074000', '213310.076000', '213310.079000', '213310.082000', '213310.084000', '213310.087000', '213310.090000', '213310.092000', '213310.095000', '213310.097000', '213310.100000', '213310.107000', '213310.109000', '213310.112000', '213310.115000', '213310.117000', '213310.120000', '213310.123000', '213310.125000', '213310.128000', '213310.130000', '213310.133000', '213310.136000', '213310.138000', '213310.141000', '213310.144000', '213310.146000', '213310.149000', '213310.151000', '213310.154000', '213310.157000', '213310.159000', '213330.045000', '213330.047000', '213330.050000', '213330.053000', '213330.055000', '213330.058000', '213330.060000', '213330.063000', '213330.066000', '213330.068000', '213330.071000', '213330.074000', '213330.076000', '213330.079000', '213330.082000', '213330.084000', '213330.087000', '213330.097000', '213330.099000', '213330.102000', '213330.104000', '213330.107000', '213330.110000', '213330.112000', '213330.115000', '213330.117000', '213330.120000', '213330.123000', '213330.125000', '213330.128000', '213330.131000', '213330.133000', '213330.136000', '213330.138000', '213330.141000', '213330.144000', '213330.146000', '213330.149000', '213330.151000', '213330.154000', '213330.156000', '213330.159000', '213330.162000', '213330.164000', '213350.045000', '213350.047000', '213350.050000', '213350.053000', '213350.055000', '213350.058000', '213350.060000', '213350.063000', '213350.066000', '213350.068000', '213350.071000', '213350.073000', '213350.076000', '213350.078000', '213350.081000', '213350.084000', '213350.086000', '213350.089000', '213350.091000', '213350.094000', '213350.096000', '213350.099000', '213350.102000', '213350.104000', '213350.107000', '213350.109000', '213350.112000', '213350.115000', '213350.117000', '213350.120000', '213350.122000', '213350.125000', '213350.127000', '213350.130000', '213350.133000', '213350.135000', '213350.138000', '213350.140000', '213350.143000', '213350.146000', '213350.148000', '213350.151000', '213350.153000', '213410.045000', '213410.047000', '213410.050000', '213410.053000', '213410.055000', '213410.058000', '213410.060000', '213410.063000', '213410.066000', '213410.068000', '213410.071000', '213410.073000', '213410.076000', '213410.079000', '213410.081000', '213410.084000', '213410.086000', '213410.089000', '213410.091000', '213410.094000', '213410.097000', '213410.099000', '213410.102000', '213410.120000', '213410.123000', '213410.125000', '213410.128000', '213410.130000', '213410.133000', '213410.135000', '213410.138000', '213410.141000', '213410.143000', '213410.146000', '213410.148000', '213410.151000', '213410.153000', '213410.156000', '213410.159000', '213410.161000', '213410.164000', '213410.166000', '213410.169000', '213410.172000', '213430.045000', '213430.047000', '213430.050000', '213430.053000', '213430.055000', '213430.058000', '213430.060000', '213430.063000', '213430.065000', '213430.068000', '213430.071000', '213430.073000', '213430.076000', '213430.078000', '213430.091000', '213430.094000', '213430.096000', '213430.099000', '213430.101000', '213430.104000', '213430.107000', '213430.109000', '213430.112000', '213430.114000', '213430.117000', '213430.119000', '213430.122000', '213430.125000', '213430.127000', '213430.130000', '213430.133000', '213430.135000', '213430.138000', '213430.140000', '213430.143000', '213430.145000', '213430.148000', '213430.151000', '213430.153000', '213430.156000', '213430.158000', '213430.161000', '213430.163000', '213450.044000', '213450.047000', '213450.050000', '213450.052000', '213450.055000', '213450.058000', '213450.062000', '213450.065000', '213450.068000', '213450.071000', '213450.074000', '213450.076000', '213450.079000', '213450.082000', '213450.084000', '213450.087000', '213450.089000', '213450.092000', '213450.094000', '213450.097000', '213450.100000', '213450.102000', '213450.105000', '213450.108000', '213450.110000', '213450.113000', '213450.116000', '213450.118000', '213450.121000', '213450.124000', '213450.126000', '213450.129000', '213450.131000', '213450.134000', '213450.136000', '213450.139000', '213450.142000', '213450.144000', '213450.147000', '213450.149000', '213450.152000', '213450.155000', '213450.157000', '213510.044000', '213510.047000', '213510.049000', '213510.052000', '213510.055000', '213510.057000', '213510.060000', '213510.062000', '213510.065000', '213510.067000', '213510.070000', '213510.073000', '213510.075000', '213510.078000', '213510.081000', '213510.083000', '213510.086000', '213510.088000', '213510.091000', '213510.093000', '213510.096000', '213510.099000', '213510.101000', '213510.104000', '213510.106000', '213510.109000', '213510.112000', '213510.114000', '213510.117000', '213510.119000', '213510.122000', '213510.124000', '213510.127000', '213510.130000', '213510.132000', '213510.135000', '213510.137000', '213510.140000', '213510.142000', '213510.145000', '213510.148000', '213510.150000', '213510.153000', '213510.156000', '213530.045000', '213530.048000', '213530.050000', '213530.053000', '213530.055000', '213530.058000', '213530.060000', '213530.063000', '213530.066000', '213530.068000', '213530.071000', '213530.073000', '213530.076000', '213530.079000', '213530.081000', '213530.084000', '213530.086000', '213530.089000', '213530.091000', '213530.094000', '213530.097000', '213530.099000', '213530.102000', '213530.105000', '213530.107000', '213530.110000', '213530.112000', '213530.115000', '213530.118000', '213530.120000', '213530.123000', '213530.125000', '213530.128000', '213530.131000', '213530.133000', '213530.136000', '213530.138000', '213530.141000', '213530.144000', '213530.147000', '213530.150000', '213530.153000', '213530.156000', '213550.044000', '213550.047000', '213550.050000', '213550.053000', '213550.055000', '213550.058000', '213550.060000', '213550.063000', '213550.066000', '213550.068000', '213550.071000', '213550.073000', '213550.076000', '213550.078000', '213550.081000', '213550.084000', '213550.086000', '213550.089000', '213550.091000', '213550.094000', '213550.096000', '213550.099000', '213550.102000', '213550.104000', '213550.107000', '213550.109000', '213550.112000', '213550.115000', '213550.117000', '213550.120000', '213550.124000', '213550.127000', '213550.129000', '213550.132000', '213550.134000', '213550.151000', '213550.153000', '213550.156000', '213550.159000', '213550.161000', '213550.164000', '213550.166000', '213550.169000', '213550.172000', '213610.045000', '213610.047000', '213610.050000', '213610.053000', '213610.055000', '213610.058000', '213610.061000', '213610.064000', '213610.066000', '213610.069000', '213610.071000', '213610.074000', '213610.076000', '213610.079000', '213610.082000', '213610.084000', '213610.087000', '213610.089000', '213610.092000', '213610.095000', '213610.097000', '213610.101000', '213610.103000', '213610.106000', '213610.109000', '213610.111000', '213610.114000', '213610.116000', '213610.119000', '213610.121000', '213610.124000', '213610.127000', '213610.129000', '213610.132000', '213610.134000', '213610.137000', '213610.140000', '213610.142000', '213610.145000', '213610.147000', '213610.150000', '213610.153000', '213610.155000', '213630.044000', '213630.047000', '213630.050000', '213630.052000', '213630.055000', '213630.058000', '213630.060000', '213630.063000', '213630.065000', '213630.068000', '213630.071000', '213630.073000', '213630.076000', '213630.079000', '213630.081000', '213630.084000', '213630.086000', '213630.089000', '213630.092000', '213630.094000', '213630.097000', '213630.099000', '213630.102000', '213630.104000', '213630.107000', '213630.110000', '213630.112000', '213630.115000', '213630.117000', '213630.120000', '213630.123000', '213630.125000', '213630.128000', '213630.130000', '213630.133000', '213630.135000', '213630.138000', '213630.141000', '213630.143000', '213630.146000', '213630.148000', '213630.151000', '213630.153000', '213630.156000', '213644.098000', '213644.101000', '213644.104000', '213644.106000', '213644.109000', '213644.112000', '213644.114000', '213644.117000', '213644.120000', '213644.122000', '213644.125000', '213644.128000', '213644.131000', '213644.134000', '213644.137000', '213644.140000', '213644.143000', '213644.145000', '213644.148000', '213644.151000', '213644.154000', '213644.156000', '213644.159000', '213644.162000', '213644.165000', '213644.168000', '213644.170000', '213644.174000', '213644.177000', '213644.180000', '213644.183000'], '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': [10764, 12060, 10764, 11185, 15405, 10263, 13100, 10362, 11704, 13363, 10033, 13156, 10567, 11537, 9819, 10701, 14315, 10113, 13300, 10729, 11494, 10288, 11921, 10663, 10757, 13507, 10798, 13304, 10934, 12354, 10745, 12287, 10467, 10933, 16268, 12263, 13202, 12909, 12474, 9540, 13578, 10377, 11374, 12396, 10721, 13605, 10591, 13595, 10469, 14215, 10923, 13525, 10296, 12682, 11198, 12151, 13613, 10683, 16293, 10383, 12975, 11052, 12833, 9872, 12131, 15959, 10235, 13226, 10202, 12344, 12941, 9588, 13260, 10338, 12038, 10417, 10654, 16151, 10203, 12877, 11479, 12553, 9726, 11716, 16516, 11269, 13090, 10092, 12075, 14523, 9863, 13623, 11395, 12023, 9679, 9716, 14794, 10324, 12087, 9597, 10223, 15985, 10038, 11976, 9877, 11771, 15259, 9689, 12807, 10824, 12590, 15931, 11887, 13330, 10208, 11196, 16368, 11056, 12375, 10568, 11590, 9837, 10769, 9772, 11261, 9773, 10734, 12432, 9796, 15838, 10374, 13625, 10761, 11926, 10381, 11757, 10385, 13016, 14901, 11090, 15377, 11036, 12899, 10779, 13258, 13851, 10139, 15642, 10724, 12771, 10764, 13299, 10283, 12524, 11405, 11159, 16034, 12686, 13919, 10871, 12360, 9766, 12674, 14298, 11058, 15607, 10298, 11991, 10476, 12367, 10150, 11663, 13350, 9656, 14870, 10793, 13009, 10744, 13108, 10249, 12406, 12426, 10529, 16520, 11718, 13882, 10585, 12153, 9937, 12911, 14356, 11197, 15187, 10687, 12140, 10299, 11446, 10190, 12950, 9814, 12342, 10071, 13290, 11776, 13383, 16240, 11969, 13952, 12261, 13522, 17824, 12641, 14319, 10327, 11689, 13025, 11602, 16747, 10796, 12634, 10108, 11718, 9693, 12397, 10362, 11211, 10858, 10533, 9335, 12397, 9730, 13245, 11225, 16240, 10960, 14566, 10535, 14489, 14859, 10757, 14415, 9162, 15491, 11700, 13508, 13351, 10810, 13567, 9305, 8947, 15054, 11104, 16364, 14152, 15420, 13725, 13900, 11511, 13076, 10554, 14727, 10389, 15044, 11387, 15794, 12258, 14390, 10223, 14152, 10378, 15031, 11062, 12230, 10577, 13548, 10318, 12810, 10989, 9501, 12196, 10211, 11611, 12231, 9957, 14303, 10183, 14501, 10568, 13338, 10446, 13928, 10235, 13487, 9872, 13283, 10537, 14320, 10246, 14284, 9983, 14043, 11571, 13789, 13704, 10720, 15384, 11722, 14567, 11167, 14003, 10944, 12144, 15296, 10673, 15066, 10968, 13793, 9814, 12408, 8991, 12156, 9328, 13057, 9299, 12722, 8823, 13265, 10985, 13105, 11886, 11692, 15308, 11263, 14608, 11497, 14275, 9774, 13353, 11366, 12729, 13708, 10199, 15374, 10902, 12885, 10168, 13452, 9620, 12745, 9376, 12196, 9458, 13214, 9057, 13307, 10028, 12207, 15895, 12208, 14644, 11664, 13663, 9833, 13117, 13707, 10605, 14745, 11223, 13039, 9109, 12195, 13242, 10905, 13730, 9441, 13331, 10266, 12146, 9098, 13075, 11798, 11859, 16045, 12983, 15553, 12204, 14315, 13255, 12296, 16845, 14215, 15910, 11848, 13532, 12354, 11880, 15544, 11123, 15093, 10849, 13792, 9889, 13427, 11696, 13379, 13747, 10277, 15105, 11139, 14796, 10794, 15279, 10189, 9667, 10597, 9534, 12847, 10026, 14591, 11023, 12026, 10580, 15896, 11546, 17153, 12803, 15344, 11611, 13676, 10663, 14223, 10727, 13496, 9834, 12761, 11049, 12717, 9182, 12576, 9711, 13101, 10031, 13422, 9505, 13771, 9953, 13305, 14890, 12372, 15900, 11220, 14732, 10474, 13740, 10860, 12631, 12596, 10790, 13821, 10130, 12887, 9871, 12607, 9958, 12091, 9396, 11856, 9331, 12041, 12506, 10240, 14988, 11496, 14176, 10593, 13809, 10185, 12028, 16209, 11445, 14997, 11018, 13230, 11054, 11046, 15323, 11689, 13631, 10362, 12992, 9883, 12403, 9744, 12426, 9547, 13446, 9333, 13165, 14820, 12148, 15775, 13065, 14537, 9950, 12999, 11233, 12287, 14983, 11400, 12955, 10472, 11837, 10806, 11545, 11532, 9492, 12000, 15205, 11646, 15631, 12629, 15104, 12940, 11968, 15846, 13437, 15268, 11155, 12370, 16959, 11885, 15664, 11777, 13720, 10272, 11847, 13963, 10412, 15032, 10653, 13217, 9713, 12590, 9480, 12655, 10480, 11737, 14181, 10216, 14681, 11423, 14650, 10231, 11769, 13627, 10153, 15048, 11637, 14832, 10074, 12475, 10578, 11255, 15493, 11431, 14687, 10818, 13194, 9846, 13202, 14221, 11732, 15764, 12046, 12924, 10003, 11091, 16432, 12264, 14202, 10208, 12507, 8989, 12429, 13518, 11491, 16398, 12487, 14238, 10562, 13397, 17047, 13031, 14594, 10063, 12139, 16675, 11716, 13206, 9224, 12765, 9303, 10664, 8772, 10308, 12042, 10268, 14215, 10459, 14007, 9346, 14284, 16730, 14265, 17227, 12609, 15173, 13770, 14065, 17521, 13121, 16043, 11652, 14528, 11085, 15086, 11559, 12938, 10876, 12390, 11564, 12973, 10194, 12700, 10604, 12716, 13101, 12988, 12885, 12053, 14438, 10776, 16282, 12134, 15660, 11349, 13285, 10710, 12611, 15362, 11636, 15052, 10552, 13494, 10065, 12422, 9690, 11649, 9511, 12862, 9140, 13844, 15284, 13231, 16280, 12295, 14193, 17186, 12632, 16246, 10639, 13269, 17169, 11597, 13809, 10238, 12255, 16273, 11181, 12716, 9578, 10915, 9358, 11134, 9165, 10949, 8715, 10757, 12811, 10665, 15652, 11943, 15484, 17103, 12776, 16512, 11603, 14496, 17324, 12425, 14317, 11474, 11929, 16374, 10097, 13500, 12627, 10395, 15425, 11047, 12316, 9388, 11924, 8909, 11259, 8852, 11234, 10301, 12053, 16257, 11566, 15723, 11090, 15815, 12877, 15548, 17024, 12254, 16597, 12751, 16277, 12408, 14752, 16640, 12162, 16603, 13018, 16003, 10643, 13335, 13258, 12120, 17039, 12286, 15004, 10816, 12651, 9654, 13065, 9739, 12991, 9173, 12135, 14159, 11041, 15774, 11817, 14210, 8855, 12509, 13451, 10216, 15316, 11104, 13083, 9176, 11492, 8510, 11606, 8777, 10732, 8994, 9635, 12877, 10151, 12743, 9427, 12416, 14692, 10314, 15267, 11107, 15329, 10871, 14739, 13011, 13228, 17453, 13722, 16985, 12746, 16168, 10679, 15371, 15747, 13363, 17192, 12422, 15273, 9780, 12747, 16502, 11470, 15430, 10455, 12930, 10036, 11037, 15481, 10777, 13308, 9350, 11303, 15476, 10678, 12648, 8612, 11638, 11129, 9692, 13342, 10150, 11648, 8992, 11623, 9455, 11670, 14222, 10824, 16093, 12529, 16229, 10409, 15456, 16480, 13346, 17170, 12555, 16452, 12287, 14577, 16941, 12789, 17694, 12535, 15944, 10780, 15448, 10921, 15381, 9300, 13844, 9293, 14145, 10435, 15345, 9764, 14370, 10636, 14655, 12825, 13965, 14133, 12165, 16994, 12244, 16839, 11708, 15040, 10452, 13503, 10612], 'WindowCenter': [5044.0, 5034.0, 5010.0, 4997.0, 5016.0, 4985.0, 4994.0, 4973.0, 4981.0, 4989.0, 4962.0, 4990.0, 4972.0, 4981.0, 4958.0, 4972.0, 5000.0, 4973.0, 4991.0, 4971.0, 4982.0, 4970.0, 4984.0, 4972.0, 4995.0, 5002.0, 4984.0, 5001.0, 4985.0, 4994.0, 4996.0, 5006.0, 4985.0, 4994.0, 5023.0, 5008.0, 5019.0, 5008.0, 4993.0, 4975.0, 5017.0, 4998.0, 4992.0, 5006.0, 4994.0, 5005.0, 4986.0, 5005.0, 4984.0, 5015.0, 4982.0, 5005.0, 4974.0, 4992.0, 4971.0, 4990.0, 4989.0, 4984.0, 5010.0, 4974.0, 4992.0, 4983.0, 4991.0, 4974.0, 4994.0, 5010.0, 4972.0, 4991.0, 4973.0, 4992.0, 4992.0, 4975.0, 4992.0, 4974.0, 4993.0, 4982.0, 4983.0, 5012.0, 4983.0, 5004.0, 4993.0, 4995.0, 4974.0, 4995.0, 5013.0, 4984.0, 4992.0, 4974.0, 4991.0, 5001.0, 4973.0, 4991.0, 4980.0, 4991.0, 4961.0, 4973.0, 5000.0, 4971.0, 4992.0, 4973.0, 4984.0, 5011.0, 4975.0, 4994.0, 4974.0, 4995.0, 5010.0, 4975.0, 4994.0, 4983.0, 4994.0, 5012.0, 4982.0, 4990.0, 4961.0, 4971.0, 4999.0, 4969.0, 4979.0, 4970.0, 4969.0, 4960.0, 4969.0, 4961.0, 4971.0, 4969.0, 4984.0, 5003.0, 4986.0, 5010.0, 4974.0, 5003.0, 4995.0, 4993.0, 4985.0, 4995.0, 4984.0, 5004.0, 5013.0, 4983.0, 5013.0, 4984.0, 4992.0, 4982.0, 4993.0, 5000.0, 4973.0, 5010.0, 4983.0, 4993.0, 4982.0, 5003.0, 4982.0, 5003.0, 4993.0, 4995.0, 5014.0, 5002.0, 5003.0, 4993.0, 4994.0, 4974.0, 5003.0, 5002.0, 4982.0, 5012.0, 4984.0, 4991.0, 4980.0, 4993.0, 4972.0, 4983.0, 5000.0, 4973.0, 5008.0, 4984.0, 5002.0, 4984.0, 5002.0, 4982.0, 5004.0, 4992.0, 4985.0, 5022.0, 4995.0, 5004.0, 4985.0, 4994.0, 4982.0, 5002.0, 5014.0, 4994.0, 5014.0, 4986.0, 5005.0, 4997.0, 5005.0, 4997.0, 5017.0, 5010.0, 5019.0, 5001.0, 5031.0, 5018.0, 5030.0, 5038.0, 5020.0, 5026.0, 5007.0, 5018.0, 5036.0, 5006.0, 5015.0, 4984.0, 4995.0, 5002.0, 4994.0, 5021.0, 4983.0, 4993.0, 4983.0, 4992.0, 4975.0, 4995.0, 4986.0, 4985.0, 4984.0, 4986.0, 4987.0, 5015.0, 4989.0, 5017.0, 5011.0, 5048.0, 5009.0, 5024.0, 5011.0, 5030.0, 5041.0, 5021.0, 5039.0, 4999.0, 5028.0, 5011.0, 5005.0, 5018.0, 4986.0, 4983.0, 4965.0, 4957.0, 5000.0, 4973.0, 5004.0, 4982.0, 4995.0, 4980.0, 4973.0, 4960.0, 4971.0, 4950.0, 4978.0, 4940.0, 4977.0, 4948.0, 4976.0, 4960.0, 4968.0, 4950.0, 4968.0, 4950.0, 4976.0, 4948.0, 4957.0, 4937.0, 4956.0, 4947.0, 4958.0, 4950.0, 4950.0, 4970.0, 4947.0, 4972.0, 4968.0, 4953.0, 4990.0, 4964.0, 4991.0, 4961.0, 4978.0, 4961.0, 4989.0, 4964.0, 4981.0, 4963.0, 4981.0, 4963.0, 4992.0, 4976.0, 4992.0, 4962.0, 4993.0, 4972.0, 4992.0, 4981.0, 4960.0, 4979.0, 4970.0, 4979.0, 4957.0, 4979.0, 4957.0, 4956.0, 4974.0, 4949.0, 4972.0, 4947.0, 4967.0, 4947.0, 4956.0, 4940.0, 4969.0, 4950.0, 4981.0, 4954.0, 4980.0, 4950.0, 4994.0, 4973.0, 4994.0, 4971.0, 4983.0, 4992.0, 4973.0, 4989.0, 4974.0, 4991.0, 4961.0, 4977.0, 4970.0, 4969.0, 4979.0, 4961.0, 4989.0, 4959.0, 4980.0, 4961.0, 4991.0, 4964.0, 4979.0, 4962.0, 4982.0, 4963.0, 4991.0, 4965.0, 4994.0, 4964.0, 4985.0, 5002.0, 4982.0, 4990.0, 4968.0, 4980.0, 4960.0, 4980.0, 4976.0, 4959.0, 4988.0, 4969.0, 4979.0, 4939.0, 4982.0, 4979.0, 4972.0, 4991.0, 4964.0, 4987.0, 4971.0, 4990.0, 4963.0, 4995.0, 4993.0, 4984.0, 4998.0, 4994.0, 5002.0, 4971.0, 4989.0, 4979.0, 4970.0, 4989.0, 4978.0, 4974.0, 4958.0, 4967.0, 4953.0, 4954.0, 4975.0, 4945.0, 4974.0, 4946.0, 4965.0, 4946.0, 4966.0, 4954.0, 4968.0, 4965.0, 4948.0, 4977.0, 4957.0, 4977.0, 4947.0, 4988.0, 4962.0, 4950.0, 4955.0, 4961.0, 4978.0, 4964.0, 4990.0, 4973.0, 4982.0, 4962.0, 4998.0, 4973.0, 4998.0, 4980.0, 4988.0, 4955.0, 4967.0, 4946.0, 4964.0, 4947.0, 4965.0, 4934.0, 4965.0, 4945.0, 4966.0, 4938.0, 4955.0, 4937.0, 4976.0, 4947.0, 4967.0, 4947.0, 4976.0, 4946.0, 4967.0, 4975.0, 4955.0, 4976.0, 4946.0, 4964.0, 4935.0, 4964.0, 4934.0, 4954.0, 4952.0, 4944.0, 4952.0, 4934.0, 4954.0, 4936.0, 4960.0, 4947.0, 4956.0, 4949.0, 4970.0, 4948.0, 4970.0, 4965.0, 4960.0, 4978.0, 4971.0, 4978.0, 4959.0, 4977.0, 4959.0, 4966.0, 4986.0, 4957.0, 4977.0, 4956.0, 4968.0, 4956.0, 4957.0, 4973.0, 4969.0, 4977.0, 4959.0, 4978.0, 4957.0, 4968.0, 4962.0, 4980.0, 4961.0, 4990.0, 4963.0, 4992.0, 4989.0, 4982.0, 4990.0, 4981.0, 4980.0, 4959.0, 4978.0, 4956.0, 4970.0, 4987.0, 4969.0, 4979.0, 4959.0, 4969.0, 4973.0, 4983.0, 4985.0, 4976.0, 4993.0, 5014.0, 4996.0, 5013.0, 4995.0, 5005.0, 4983.0, 4983.0, 5002.0, 4982.0, 5000.0, 4970.0, 4970.0, 4996.0, 4968.0, 4987.0, 4957.0, 4976.0, 4943.0, 4954.0, 4976.0, 4949.0, 4975.0, 4959.0, 4967.0, 4949.0, 4967.0, 4949.0, 4967.0, 4959.0, 4968.0, 4977.0, 4948.0, 4980.0, 4957.0, 4976.0, 4947.0, 4965.0, 4976.0, 4945.0, 4976.0, 4956.0, 4977.0, 4948.0, 4966.0, 4947.0, 4957.0, 4975.0, 4957.0, 4974.0, 4959.0, 4967.0, 4959.0, 4979.0, 4978.0, 4968.0, 4987.0, 4968.0, 4967.0, 4948.0, 4958.0, 4996.0, 4969.0, 4978.0, 4957.0, 4978.0, 4951.0, 4980.0, 4981.0, 4970.0, 4999.0, 4980.0, 4991.0, 4959.0, 4979.0, 5000.0, 4991.0, 4989.0, 4948.0, 4969.0, 4986.0, 4968.0, 4979.0, 4947.0, 4980.0, 4949.0, 4971.0, 4947.0, 4973.0, 4993.0, 4976.0, 5004.0, 4985.0, 5003.0, 4965.0, 5004.0, 5013.0, 4992.0, 5012.0, 4981.0, 4991.0, 4977.0, 4981.0, 4997.0, 4968.0, 4987.0, 4958.0, 4978.0, 4954.0, 4975.0, 4966.0, 4967.0, 4955.0, 4968.0, 4956.0, 4976.0, 4958.0, 4978.0, 4958.0, 4979.0, 4979.0, 4979.0, 4978.0, 4979.0, 4986.0, 4971.0, 4999.0, 4970.0, 4987.0, 4968.0, 4980.0, 4958.0, 4979.0, 4988.0, 4969.0, 4988.0, 4958.0, 4976.0, 4961.0, 4980.0, 4963.0, 4983.0, 4974.0, 4993.0, 4966.0, 5005.0, 5000.0, 4992.0, 5011.0, 4983.0, 4993.0, 4999.0, 4970.0, 4988.0, 4961.0, 4981.0, 4996.0, 4954.0, 4977.0, 4945.0, 4969.0, 4985.0, 4956.0, 4967.0, 4949.0, 4959.0, 4962.0, 4981.0, 4964.0, 4983.0, 4965.0, 4987.0, 4995.0, 4985.0, 5026.0, 4997.0, 5013.0, 5002.0, 4983.0, 5002.0, 4959.0, 4978.0, 4987.0, 4979.0, 4988.0, 4955.0, 4967.0, 4974.0, 4944.0, 4965.0, 4953.0, 4946.0, 4973.0, 4954.0, 4967.0, 4948.0, 4967.0, 4951.0, 4970.0, 4950.0, 4981.0, 4974.0, 4996.0, 5012.0, 4985.0, 5000.0, 4970.0, 5013.0, 4981.0, 5003.0, 5000.0, 4980.0, 4996.0, 4968.0, 4988.0, 4968.0, 4979.0, 4986.0, 4954.0, 4986.0, 4965.0, 4973.0, 4945.0, 4964.0, 4954.0, 4955.0, 4972.0, 4953.0, 4973.0, 4945.0, 4953.0, 4934.0, 4964.0, 4937.0, 4965.0, 4937.0, 4968.0, 4975.0, 4955.0, 4985.0, 4966.0, 4977.0, 4950.0, 4980.0, 4989.0, 4961.0, 4985.0, 4958.0, 4977.0, 4949.0, 4969.0, 4951.0, 4981.0, 4953.0, 4985.0, 4963.0, 4976.0, 4993.0, 4988.0, 5019.0, 4977.0, 5007.0, 5016.0, 4986.0, 5012.0, 4996.0, 5016.0, 4983.0, 5014.0, 4994.0, 5004.0, 5023.0, 5003.0, 5009.0, 4994.0, 5013.0, 4974.0, 5004.0, 5001.0, 4991.0, 4999.0, 4981.0, 4999.0, 4958.0, 4980.0, 4998.0, 4979.0, 4988.0, 4969.0, 4991.0, 4972.0, 4982.0, 5000.0, 4971.0, 4990.0, 4961.0, 4981.0, 4999.0, 4972.0, 4990.0, 4953.0, 4994.0, 4983.0, 4976.0, 5003.0, 4985.0, 4997.0, 4976.0, 4997.0, 4985.0, 5006.0, 5016.0, 5010.0, 5029.0, 5007.0, 5028.0, 4988.0, 5017.0, 5014.0, 4994.0, 5013.0, 4983.0, 5001.0, 4968.0, 4990.0, 4999.0, 4979.0, 5009.0, 4978.0, 4986.0, 4958.0, 4988.0, 4955.0, 4987.0, 4950.0, 4976.0, 4948.0, 4989.0, 4958.0, 4999.0, 4960.0, 4989.0, 4960.0, 4990.0, 4979.0, 4990.0, 4987.0, 4980.0, 4997.0, 4967.0, 4993.0, 4969.0, 4987.0, 4958.0, 4978.0, 4970.0], 'WindowWidth': [10967.0, 10935.0, 10892.0, 10868.0, 10888.0, 10844.0, 10853.0, 10822.0, 10831.0, 10838.0, 10802.0, 10839.0, 10817.0, 10828.0, 10795.0, 10818.0, 10853.0, 10820.0, 10841.0, 10814.0, 10830.0, 10814.0, 10835.0, 10818.0, 10854.0, 10860.0, 10838.0, 10857.0, 10840.0, 10852.0, 10859.0, 10871.0, 10840.0, 10854.0, 10896.0, 10880.0, 10893.0, 10873.0, 10845.0, 10828.0, 10892.0, 10865.0, 10848.0, 10869.0, 10851.0, 10868.0, 10841.0, 10868.0, 10837.0, 10883.0, 10832.0, 10867.0, 10823.0, 10844.0, 10813.0, 10839.0, 10838.0, 10836.0, 10870.0, 10823.0, 10845.0, 10834.0, 10844.0, 10824.0, 10852.0, 10870.0, 10819.0, 10846.0, 10820.0, 10847.0, 10846.0, 10824.0, 10844.0, 10822.0, 10845.0, 10831.0, 10835.0, 10873.0, 10835.0, 10866.0, 10849.0, 10854.0, 10824.0, 10853.0, 10877.0, 10836.0, 10847.0, 10821.0, 10844.0, 10855.0, 10818.0, 10842.0, 10827.0, 10842.0, 10803.0, 10819.0, 10853.0, 10817.0, 10844.0, 10821.0, 10837.0, 10872.0, 10824.0, 10851.0, 10823.0, 10854.0, 10870.0, 10825.0, 10851.0, 10834.0, 10850.0, 10874.0, 10829.0, 10841.0, 10798.0, 10813.0, 10849.0, 10806.0, 10820.0, 10810.0, 10806.0, 10794.0, 10807.0, 10798.0, 10813.0, 10812.0, 10836.0, 10862.0, 10842.0, 10871.0, 10824.0, 10861.0, 10855.0, 10849.0, 10842.0, 10856.0, 10838.0, 10866.0, 10876.0, 10836.0, 10877.0, 10835.0, 10846.0, 10831.0, 10848.0, 10855.0, 10821.0, 10870.0, 10835.0, 10846.0, 10832.0, 10862.0, 10836.0, 10863.0, 10847.0, 10854.0, 10881.0, 10861.0, 10863.0, 10851.0, 10852.0, 10822.0, 10862.0, 10860.0, 10831.0, 10873.0, 10836.0, 10844.0, 10827.0, 10847.0, 10817.0, 10834.0, 10856.0, 10822.0, 10866.0, 10837.0, 10860.0, 10836.0, 10860.0, 10833.0, 10864.0, 10846.0, 10841.0, 10890.0, 10854.0, 10865.0, 10840.0, 10853.0, 10833.0, 10864.0, 10880.0, 10853.0, 10881.0, 10843.0, 10867.0, 10860.0, 10870.0, 10864.0, 10892.0, 10886.0, 10896.0, 10874.0, 10916.0, 10893.0, 10911.0, 10924.0, 10899.0, 10906.0, 10876.0, 10893.0, 10915.0, 10872.0, 10884.0, 10840.0, 10854.0, 10860.0, 10852.0, 10887.0, 10836.0, 10848.0, 10836.0, 10848.0, 10826.0, 10852.0, 10838.0, 10837.0, 10837.0, 10843.0, 10848.0, 10885.0, 10854.0, 10889.0, 10886.0, 10938.0, 10884.0, 10897.0, 10886.0, 10912.0, 10928.0, 10908.0, 10926.0, 10872.0, 10908.0, 10884.0, 10865.0, 10888.0, 10838.0, 10825.0, 10804.0, 10793.0, 10845.0, 10811.0, 10860.0, 10821.0, 10841.0, 10814.0, 10805.0, 10782.0, 10799.0, 10769.0, 10809.0, 10756.0, 10805.0, 10767.0, 10805.0, 10785.0, 10794.0, 10771.0, 10793.0, 10771.0, 10803.0, 10768.0, 10780.0, 10751.0, 10774.0, 10765.0, 10779.0, 10772.0, 10775.0, 10802.0, 10768.0, 10807.0, 10800.0, 10780.0, 10831.0, 10802.0, 10833.0, 10791.0, 10813.0, 10793.0, 10831.0, 10801.0, 10818.0, 10798.0, 10820.0, 10798.0, 10839.0, 10821.0, 10836.0, 10796.0, 10840.0, 10806.0, 10837.0, 10822.0, 10790.0, 10815.0, 10803.0, 10814.0, 10781.0, 10814.0, 10781.0, 10781.0, 10802.0, 10771.0, 10797.0, 10767.0, 10793.0, 10769.0, 10778.0, 10763.0, 10801.0, 10777.0, 10820.0, 10788.0, 10818.0, 10781.0, 10844.0, 10811.0, 10842.0, 10810.0, 10827.0, 10840.0, 10811.0, 10833.0, 10817.0, 10836.0, 10793.0, 10813.0, 10802.0, 10800.0, 10815.0, 10794.0, 10831.0, 10791.0, 10817.0, 10795.0, 10836.0, 10804.0, 10819.0, 10799.0, 10826.0, 10801.0, 10836.0, 10808.0, 10844.0, 10804.0, 10833.0, 10857.0, 10825.0, 10834.0, 10805.0, 10819.0, 10793.0, 10819.0, 10811.0, 10790.0, 10830.0, 10803.0, 10816.0, 10761.0, 10825.0, 10817.0, 10810.0, 10838.0, 10803.0, 10829.0, 10813.0, 10840.0, 10802.0, 10848.0, 10845.0, 10832.0, 10848.0, 10844.0, 10851.0, 10808.0, 10834.0, 10816.0, 10803.0, 10833.0, 10813.0, 10805.0, 10782.0, 10795.0, 10770.0, 10773.0, 10804.0, 10760.0, 10804.0, 10766.0, 10790.0, 10765.0, 10795.0, 10774.0, 10796.0, 10791.0, 10770.0, 10812.0, 10782.0, 10810.0, 10768.0, 10827.0, 10796.0, 10778.0, 10782.0, 10795.0, 10818.0, 10805.0, 10836.0, 10814.0, 10827.0, 10797.0, 10845.0, 10813.0, 10844.0, 10818.0, 10828.0, 10776.0, 10796.0, 10764.0, 10788.0, 10767.0, 10788.0, 10745.0, 10790.0, 10760.0, 10790.0, 10757.0, 10776.0, 10754.0, 10807.0, 10767.0, 10796.0, 10770.0, 10807.0, 10766.0, 10795.0, 10803.0, 10776.0, 10807.0, 10762.0, 10786.0, 10745.0, 10786.0, 10742.0, 10770.0, 10765.0, 10756.0, 10767.0, 10745.0, 10772.0, 10750.0, 10780.0, 10770.0, 10780.0, 10774.0, 10805.0, 10772.0, 10803.0, 10794.0, 10790.0, 10812.0, 10806.0, 10813.0, 10788.0, 10812.0, 10788.0, 10796.0, 10823.0, 10784.0, 10811.0, 10779.0, 10798.0, 10778.0, 10781.0, 10802.0, 10802.0, 10809.0, 10789.0, 10813.0, 10787.0, 10801.0, 10797.0, 10821.0, 10796.0, 10836.0, 10801.0, 10841.0, 10832.0, 10827.0, 10836.0, 10821.0, 10819.0, 10790.0, 10815.0, 10782.0, 10804.0, 10825.0, 10802.0, 10817.0, 10791.0, 10804.0, 10817.0, 10829.0, 10835.0, 10824.0, 10848.0, 10876.0, 10853.0, 10874.0, 10847.0, 10863.0, 10827.0, 10829.0, 10857.0, 10824.0, 10849.0, 10805.0, 10806.0, 10839.0, 10799.0, 10825.0, 10781.0, 10808.0, 10760.0, 10776.0, 10809.0, 10771.0, 10806.0, 10786.0, 10793.0, 10773.0, 10797.0, 10771.0, 10796.0, 10788.0, 10798.0, 10808.0, 10770.0, 10817.0, 10782.0, 10806.0, 10769.0, 10795.0, 10810.0, 10765.0, 10808.0, 10781.0, 10808.0, 10772.0, 10795.0, 10768.0, 10783.0, 10805.0, 10781.0, 10802.0, 10787.0, 10797.0, 10791.0, 10818.0, 10812.0, 10799.0, 10825.0, 10797.0, 10797.0, 10769.0, 10787.0, 10837.0, 10803.0, 10814.0, 10786.0, 10814.0, 10783.0, 10819.0, 10822.0, 10806.0, 10846.0, 10821.0, 10836.0, 10788.0, 10818.0, 10849.0, 10838.0, 10830.0, 10775.0, 10802.0, 10824.0, 10798.0, 10816.0, 10773.0, 10818.0, 10776.0, 10810.0, 10775.0, 10817.0, 10845.0, 10825.0, 10862.0, 10837.0, 10860.0, 10808.0, 10862.0, 10873.0, 10840.0, 10869.0, 10822.0, 10837.0, 10811.0, 10820.0, 10842.0, 10799.0, 10823.0, 10783.0, 10813.0, 10775.0, 10805.0, 10795.0, 10796.0, 10776.0, 10798.0, 10780.0, 10809.0, 10786.0, 10813.0, 10786.0, 10816.0, 10817.0, 10816.0, 10816.0, 10817.0, 10824.0, 10807.0, 10847.0, 10804.0, 10827.0, 10802.0, 10820.0, 10785.0, 10817.0, 10828.0, 10801.0, 10829.0, 10788.0, 10810.0, 10796.0, 10823.0, 10801.0, 10830.0, 10822.0, 10845.0, 10811.0, 10865.0, 10850.0, 10839.0, 10868.0, 10828.0, 10844.0, 10846.0, 10805.0, 10830.0, 10796.0, 10823.0, 10838.0, 10776.0, 10811.0, 10763.0, 10800.0, 10819.0, 10782.0, 10797.0, 10776.0, 10789.0, 10799.0, 10824.0, 10808.0, 10831.0, 10808.0, 10842.0, 10851.0, 10838.0, 10898.0, 10858.0, 10876.0, 10856.0, 10830.0, 10857.0, 10788.0, 10813.0, 10827.0, 10820.0, 10831.0, 10780.0, 10796.0, 10804.0, 10759.0, 10792.0, 10772.0, 10765.0, 10799.0, 10776.0, 10796.0, 10773.0, 10797.0, 10782.0, 10808.0, 10783.0, 10829.0, 10820.0, 10852.0, 10873.0, 10836.0, 10852.0, 10810.0, 10872.0, 10824.0, 10856.0, 10852.0, 10820.0, 10841.0, 10801.0, 10831.0, 10801.0, 10816.0, 10824.0, 10776.0, 10823.0, 10790.0, 10800.0, 10762.0, 10788.0, 10772.0, 10776.0, 10797.0, 10769.0, 10798.0, 10761.0, 10770.0, 10747.0, 10787.0, 10754.0, 10791.0, 10755.0, 10801.0, 10806.0, 10780.0, 10820.0, 10797.0, 10810.0, 10780.0, 10822.0, 10834.0, 10796.0, 10822.0, 10787.0, 10810.0, 10777.0, 10804.0, 10782.0, 10826.0, 10791.0, 10839.0, 10805.0, 10827.0, 10846.0, 10848.0, 10891.0, 10831.0, 10871.0, 10882.0, 10841.0, 10872.0, 10855.0, 10883.0, 10831.0, 10875.0, 10847.0, 10861.0, 10889.0, 10857.0, 10864.0, 10846.0, 10875.0, 10821.0, 10863.0, 10855.0, 10838.0, 10848.0, 10825.0, 10848.0, 10789.0, 10822.0, 10847.0, 10820.0, 10831.0, 10807.0, 10839.0, 10815.0, 10829.0, 10851.0, 10811.0, 10837.0, 10796.0, 10826.0, 10850.0, 10816.0, 10839.0, 10789.0, 10850.0, 10834.0, 10827.0, 10860.0, 10841.0, 10858.0, 10829.0, 10859.0, 10845.0, 10874.0, 10886.0, 10883.0, 10906.0, 10874.0, 10905.0, 10848.0, 10886.0, 10881.0, 10850.0, 10876.0, 10832.0, 10856.0, 10802.0, 10838.0, 10849.0, 10817.0, 10862.0, 10814.0, 10826.0, 10789.0, 10829.0, 10779.0, 10828.0, 10780.0, 10811.0, 10775.0, 10832.0, 10790.0, 10847.0, 10795.0, 10833.0, 10792.0, 10837.0, 10817.0, 10834.0, 10826.0, 10820.0, 10844.0, 10801.0, 10833.0, 10805.0, 10828.0, 10790.0, 10817.0, 10808.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.028512502870264064</td></tr>
<tr><td colspan=3>aqi</td><td>0.1119104365097589</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.63040782879312</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1348898513908035</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9068585167356318</td></tr>
<tr><td colspan=3>efc</td><td>0.4895</td></tr>
<tr><td colspan=3>fber</td><td>5841.5713</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11724759396371366</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.592422502870264</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.765963563664116</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.627511028264346</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.95641674769535</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.713962915032653</td></tr>
<tr><td colspan=3>gcor</td><td>0.00658499</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006220514420419931</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02636541798710823</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.569845077857785</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>23.7299</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2673</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.0609</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295277.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1020.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>412.9486</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8426</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>529.8645</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4207.9697</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4384.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1923.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5314.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.3264</td></tr>
<tr><td colspan=3>tsnr</td><td>24.098944958881475</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>