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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0006_ses-03_task-social_acq-mb8_run-04_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-0006_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-04_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-0006/ses-03/func/sub-0006_ses-03_task-social_acq-mb8_run-04_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>9ee053d496599512455eb74919b7f4fb</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>10:25:30.905000</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_VE11C_LATEST_20160120</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.99441, -0.0728334, 0.0764442, 0.0831534, 0.986383, -0.141894]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0881417</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7698, -7356, 569, -70, -88, -41, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>95757e1f-f36c-4c73-b98a-f2bf06b3fe95||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6679298877716064, 0.22309450805187225, 0.1756853610277176, 99.65391540527344], [0.19540666043758392, 2.6463937759399414, -0.39813491702079773, -103.42015838623047], [0.20509420335292816, 0.3806910812854767, 2.6646995544433594, -119.4517822265625], [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': ['102530.905000', '102531.365000', '102531.825000', '102532.285000', '102532.745000', '102533.205000', '102533.665000', '102534.125000', '102534.585000', '102535.045000', '102535.505000', '102535.965000', '102536.425000', '102536.885000', '102537.345000', '102537.805000', '102538.265000', '102538.725000', '102539.185000', '102539.645000', '102540.105000', '102540.565000', '102541.025000', '102541.485000', '102541.945000', '102542.405000', '102542.865000', '102543.325000', '102543.785000', '102544.245000', '102544.705000', '102545.165000', '102545.625000', '102546.085000', '102546.545000', '102547.005000', '102547.465000', '102547.925000', '102548.385000', '102548.845000', '102549.305000', '102549.765000', '102550.225000', '102550.685000', '102551.145000', '102551.605000', '102552.065000', '102552.525000', '102552.985000', '102553.445000', '102553.905000', '102554.365000', '102554.825000', '102555.285000', '102555.745000', '102556.205000', '102556.665000', '102557.125000', '102557.585000', '102558.045000', '102558.505000', '102558.965000', '102559.425000', '102559.885000', '102600.345000', '102600.805000', '102601.265000', '102601.725000', '102602.185000', '102602.645000', '102603.105000', '102603.565000', '102604.025000', '102604.485000', '102604.945000', '102605.405000', '102605.865000', '102606.325000', '102606.785000', '102607.245000', '102607.705000', '102608.165000', '102608.625000', '102609.085000', '102609.545000', '102610.005000', '102610.465000', '102610.925000', '102611.385000', '102611.845000', '102612.305000', '102612.765000', '102613.225000', '102613.685000', '102614.145000', '102614.605000', '102615.065000', '102615.525000', '102615.985000', '102616.445000', '102616.905000', '102617.365000', '102617.825000', '102618.285000', '102618.745000', '102619.205000', '102619.665000', '102620.125000', '102620.585000', '102621.045000', '102621.505000', '102621.965000', '102622.425000', '102622.885000', '102623.345000', '102623.805000', '102624.265000', '102624.725000', '102625.185000', '102625.645000', '102626.105000', '102626.565000', '102627.025000', '102627.485000', '102627.945000', '102628.405000', '102628.865000', '102629.325000', '102629.785000', '102630.245000', '102630.705000', '102631.165000', '102631.625000', '102632.085000', '102632.545000', '102633.005000', '102633.465000', '102633.925000', '102634.385000', '102634.845000', '102635.305000', '102635.765000', '102636.225000', '102636.685000', '102637.145000', '102637.605000', '102638.065000', '102638.525000', '102638.985000', '102639.445000', '102639.905000', '102640.365000', '102640.825000', '102641.285000', '102641.745000', '102642.205000', '102642.665000', '102643.125000', '102643.585000', '102644.045000', '102644.505000', '102644.965000', '102645.425000', '102645.885000', '102646.345000', '102646.805000', '102647.265000', '102647.725000', '102648.185000', '102648.645000', '102649.105000', '102649.565000', '102650.025000', '102650.485000', '102650.945000', '102651.405000', '102651.865000', '102652.325000', '102652.785000', '102653.245000', '102653.705000', '102654.165000', '102654.625000', '102655.085000', '102655.545000', '102656.005000', '102656.465000', '102656.925000', '102657.385000', '102657.845000', '102658.305000', '102658.765000', '102659.225000', '102659.685000', '102700.145000', '102700.605000', '102701.065000', '102701.525000', '102701.985000', '102702.445000', '102702.905000', '102703.365000', '102703.825000', '102704.285000', '102704.745000', '102705.205000', '102705.665000', '102706.125000', '102706.585000', '102707.045000', '102707.505000', '102707.965000', '102708.425000', '102708.885000', '102709.345000', '102709.805000', '102710.265000', '102710.725000', '102711.185000', '102711.645000', '102712.105000', '102712.565000', '102713.025000', '102713.485000', '102713.945000', '102714.405000', '102714.865000', '102715.325000', '102715.785000', '102716.245000', '102716.705000', '102717.165000', '102717.625000', '102718.085000', '102718.545000', '102719.005000', '102719.465000', '102719.925000', '102720.385000', '102720.845000', '102721.305000', '102721.765000', '102722.225000', '102722.685000', '102723.145000', '102723.605000', '102724.065000', '102724.525000', '102724.985000', '102725.445000', '102725.905000', '102726.365000', '102726.825000', '102727.285000', '102727.745000', '102728.205000', '102728.665000', '102729.125000', '102729.585000', '102730.045000', '102730.505000', '102730.965000', '102731.425000', '102731.885000', '102732.345000', '102732.805000', '102733.265000', '102733.725000', '102734.185000', '102734.645000', '102735.105000', '102735.565000', '102736.025000', '102736.485000', '102736.945000', '102737.405000', '102737.865000', '102738.325000', '102738.785000', '102739.245000', '102739.705000', '102740.165000', '102740.625000', '102741.085000', '102741.545000', '102742.005000', '102742.465000', '102742.925000', '102743.385000', '102743.845000', '102744.305000', '102744.765000', '102745.225000', '102745.685000', '102746.145000', '102746.605000', '102747.065000', '102747.525000', '102747.985000', '102748.445000', '102748.905000', '102749.365000', '102749.825000', '102750.285000', '102750.745000', '102751.205000', '102751.665000', '102752.125000', '102752.585000', '102753.045000', '102753.505000', '102753.965000', '102754.425000', '102754.885000', '102755.345000', '102755.805000', '102756.265000', '102756.725000', '102757.185000', '102757.645000', '102758.105000', '102758.565000', '102759.025000', '102759.485000', '102759.945000', '102800.405000', '102800.865000', '102801.325000', '102801.785000', '102802.245000', '102802.705000', '102803.165000', '102803.625000', '102804.085000', '102804.545000', '102805.005000', '102805.465000', '102805.925000', '102806.385000', '102806.845000', '102807.305000', '102807.765000', '102808.225000', '102808.685000', '102809.145000', '102809.605000', '102810.065000', '102810.525000', '102810.985000', '102811.445000', '102811.905000', '102812.365000', '102812.825000', '102813.285000', '102813.745000', '102814.205000', '102814.665000', '102815.125000', '102815.585000', '102816.045000', '102816.505000', '102816.965000', '102817.425000', '102817.885000', '102818.345000', '102818.805000', '102819.265000', '102819.725000', '102820.185000', '102820.645000', '102821.105000', '102821.565000', '102822.025000', '102822.485000', '102822.945000', '102823.405000', '102823.865000', '102824.325000', '102824.785000', '102825.245000', '102825.705000', '102826.165000', '102826.625000', '102827.085000', '102827.545000', '102828.005000', '102828.465000', '102828.925000', '102829.385000', '102829.845000', '102830.305000', '102830.765000', '102831.225000', '102831.685000', '102832.145000', '102832.605000', '102833.065000', '102833.525000', '102833.985000', '102834.445000', '102834.905000', '102835.365000', '102835.825000', '102836.285000', '102836.745000', '102837.205000', '102837.665000', '102838.125000', '102838.585000', '102839.045000', '102839.505000', '102839.965000', '102840.425000', '102840.885000', '102841.345000', '102841.805000', '102842.265000', '102842.725000', '102843.185000', '102843.645000', '102844.105000', '102844.565000', '102845.025000', '102845.485000', '102845.945000', '102846.405000', '102846.865000', '102847.325000', '102847.785000', '102848.245000', '102848.705000', '102849.165000', '102849.625000', '102850.085000', '102850.545000', '102851.005000', '102851.465000', '102851.925000', '102852.385000', '102852.845000', '102853.305000', '102853.765000', '102854.225000', '102854.685000', '102855.145000', '102855.605000', '102856.065000', '102856.525000', '102856.985000', '102857.445000', '102857.905000', '102858.365000', '102858.825000', '102859.285000', '102859.745000', '102900.205000', '102900.665000', '102901.125000', '102901.585000', '102902.045000', '102902.505000', '102902.965000', '102903.425000', '102903.885000', '102904.345000', '102904.805000', '102905.265000', '102905.725000', '102906.185000', '102906.645000', '102907.105000', '102907.565000', '102908.025000', '102908.485000', '102908.945000', '102909.405000', '102909.865000', '102910.325000', '102910.785000', '102911.245000', '102911.705000', '102912.165000', '102912.625000', '102913.085000', '102913.545000', '102914.005000', '102914.465000', '102914.925000', '102915.385000', '102915.845000', '102916.305000', '102916.765000', '102917.225000', '102917.685000', '102918.145000', '102918.605000', '102919.065000', '102919.525000', '102919.985000', '102920.445000', '102920.905000', '102921.365000', '102921.825000', '102922.285000', '102922.745000', '102923.205000', '102923.665000', '102924.125000', '102924.585000', '102925.045000', '102925.505000', '102925.965000', '102926.425000', '102926.885000', '102927.345000', '102927.805000', '102928.265000', '102928.725000', '102929.185000', '102929.645000', '102930.105000', '102930.565000', '102931.025000', '102931.485000', '102931.945000', '102932.405000', '102932.865000', '102933.325000', '102933.785000', '102934.245000', '102934.705000', '102935.165000', '102935.625000', '102936.085000', '102936.545000', '102937.005000', '102937.465000', '102937.925000', '102938.385000', '102938.845000', '102939.305000', '102939.765000', '102940.225000', '102940.685000', '102941.145000', '102941.605000', '102942.065000', '102942.525000', '102942.985000', '102943.445000', '102943.905000', '102944.365000', '102944.825000', '102945.285000', '102945.745000', '102946.205000', '102946.665000', '102947.125000', '102947.585000', '102948.045000', '102948.505000', '102948.965000', '102949.425000', '102949.885000', '102950.345000', '102950.805000', '102951.265000', '102951.725000', '102952.185000', '102952.645000', '102953.105000', '102953.565000', '102954.025000', '102954.485000', '102954.945000', '102955.405000', '102955.865000', '102956.325000', '102956.785000', '102957.245000', '102957.705000', '102958.165000', '102958.625000', '102959.085000', '102959.545000', '103000.005000', '103000.465000', '103000.925000', '103001.385000', '103001.845000', '103002.305000', '103002.765000', '103003.225000', '103003.685000', '103004.145000', '103004.605000', '103005.065000', '103005.525000', '103005.985000', '103006.445000', '103006.905000', '103007.365000', '103007.825000', '103008.285000', '103008.745000', '103009.205000', '103009.665000', '103010.125000', '103010.585000', '103011.045000', '103011.505000', '103011.965000', '103012.425000', '103012.885000', '103013.345000', '103013.805000', '103014.265000', '103014.725000', '103015.185000', '103015.645000', '103016.105000', '103016.565000', '103017.025000', '103017.485000', '103017.945000', '103018.405000', '103018.865000', '103019.325000', '103019.785000', '103020.245000', '103020.705000', '103021.165000', '103021.625000', '103022.085000', '103022.545000', '103023.005000', '103023.465000', '103023.925000', '103024.385000', '103024.845000', '103025.305000', '103025.765000', '103026.225000', '103026.685000', '103027.145000', '103027.605000', '103028.065000', '103028.525000', '103028.985000', '103029.445000', '103029.905000', '103030.365000', '103030.825000', '103031.285000', '103031.745000', '103032.205000', '103032.665000', '103033.125000', '103033.585000', '103034.045000', '103034.505000', '103034.965000', '103035.425000', '103035.885000', '103036.345000', '103036.805000', '103037.265000', '103037.725000', '103038.185000', '103038.645000', '103039.105000', '103039.565000', '103040.025000', '103040.485000', '103040.945000', '103041.405000', '103041.865000', '103042.325000', '103042.785000', '103043.245000', '103043.705000', '103044.165000', '103044.625000', '103045.085000', '103045.545000', '103046.005000', '103046.465000', '103046.925000', '103047.385000', '103047.845000', '103048.305000', '103048.765000', '103049.225000', '103049.685000', '103050.145000', '103050.605000', '103051.065000', '103051.525000', '103051.985000', '103052.445000', '103052.905000', '103053.365000', '103053.825000', '103054.285000', '103054.745000', '103055.205000', '103055.665000', '103056.125000', '103056.585000', '103057.045000', '103057.505000', '103057.965000', '103058.425000', '103058.885000', '103059.345000', '103059.805000', '103100.265000', '103100.725000', '103101.185000', '103101.645000', '103102.105000', '103102.565000', '103103.025000', '103103.485000', '103103.945000', '103104.405000', '103104.865000', '103105.325000', '103105.785000', '103106.245000', '103106.705000', '103107.165000', '103107.625000', '103108.085000', '103108.545000', '103109.005000', '103109.465000', '103109.925000', '103110.385000', '103110.845000', '103111.305000', '103111.765000', '103112.225000', '103112.685000', '103113.145000', '103113.605000', '103114.065000', '103114.525000', '103114.985000', '103115.445000', '103115.905000', '103116.365000', '103116.825000', '103117.285000', '103117.745000', '103118.205000', '103118.665000', '103119.125000', '103119.585000', '103120.045000', '103120.505000', '103120.965000', '103121.425000', '103121.885000', '103122.345000', '103122.805000', '103123.265000', '103123.725000', '103124.185000', '103124.645000', '103125.105000', '103125.565000', '103126.025000', '103126.485000', '103126.945000', '103127.405000', '103127.865000', '103128.325000', '103128.785000', '103129.245000', '103129.705000', '103130.165000', '103130.625000', '103131.085000', '103131.545000', '103132.005000', '103132.465000', '103132.925000', '103133.385000', '103133.845000', '103134.305000', '103134.765000', '103135.225000', '103135.685000', '103136.145000', '103136.605000', '103137.065000', '103137.525000', '103137.985000', '103138.445000', '103138.905000', '103139.365000', '103139.825000', '103140.285000', '103140.745000', '103141.205000', '103141.665000', '103142.125000', '103142.585000', '103143.045000', '103143.505000', '103143.965000', '103144.425000', '103144.885000', '103145.345000', '103145.805000', '103146.265000', '103146.725000', '103147.185000', '103147.645000', '103148.105000', '103148.565000', '103149.025000', '103149.485000', '103149.945000', '103150.405000', '103150.865000', '103151.325000', '103151.785000', '103152.245000', '103152.705000', '103153.165000', '103153.625000', '103154.085000', '103154.545000', '103155.005000', '103155.465000', '103155.925000', '103156.385000', '103156.845000', '103157.305000', '103157.765000', '103158.225000', '103158.685000', '103159.145000', '103159.605000', '103200.065000', '103200.525000', '103200.985000', '103201.445000', '103201.905000', '103202.365000', '103202.825000', '103203.285000', '103203.745000', '103204.205000', '103204.665000', '103205.125000', '103205.585000', '103206.045000', '103206.505000', '103206.965000', '103207.425000', '103207.885000', '103208.345000', '103208.805000', '103209.265000', '103209.725000', '103210.185000', '103210.645000', '103211.105000', '103211.565000'], 'ContentTime': ['102545.411000', '102545.415000', '102545.418000', '102545.420000', '102545.423000', '102545.426000', '102545.429000', '102545.431000', '102545.434000', '102545.437000', '102545.440000', '102545.443000', '102545.445000', '102545.452000', '102545.455000', '102545.458000', '102545.461000', '102545.465000', '102545.468000', '102545.471000', '102545.474000', '102545.492000', '102545.495000', '102545.498000', '102545.501000', '102545.504000', '102545.507000', '102545.510000', '102545.512000', '102545.515000', '102605.382000', '102605.385000', '102605.388000', '102605.391000', '102605.393000', '102605.396000', '102605.399000', '102605.402000', '102605.405000', '102605.408000', '102605.411000', '102605.413000', '102605.416000', '102605.419000', '102605.422000', '102605.425000', '102605.428000', '102605.431000', '102605.433000', '102605.436000', '102605.439000', '102605.442000', '102605.445000', '102605.447000', '102605.450000', '102605.453000', '102605.456000', '102605.459000', '102605.462000', '102605.465000', '102605.467000', '102605.470000', '102605.473000', '102605.476000', '102605.479000', '102605.482000', '102605.484000', '102605.487000', '102605.490000', '102605.493000', '102605.496000', '102605.505000', '102605.507000', '102605.510000', '102625.381000', '102625.384000', '102625.386000', '102625.393000', '102625.396000', '102625.399000', '102625.401000', '102625.405000', '102625.407000', '102625.410000', '102625.413000', '102625.416000', '102625.419000', '102625.422000', '102625.424000', '102625.427000', '102625.430000', '102625.433000', '102625.436000', '102625.439000', '102625.442000', '102625.444000', '102625.447000', '102625.450000', '102625.453000', '102625.456000', '102625.458000', '102625.461000', '102625.464000', '102625.467000', '102625.470000', '102625.473000', '102625.476000', '102625.478000', '102625.481000', '102625.484000', '102625.487000', '102625.490000', '102625.494000', '102625.496000', '102625.499000', '102625.502000', '102625.505000', '102645.381000', '102645.384000', '102645.386000', '102645.389000', '102645.392000', '102645.395000', '102645.398000', '102645.401000', '102645.404000', '102645.407000', '102645.409000', '102645.412000', '102645.415000', '102645.418000', '102645.421000', '102645.423000', '102645.426000', '102645.429000', '102645.432000', '102645.435000', '102645.438000', '102645.440000', '102645.443000', '102645.446000', '102645.449000', '102645.452000', '102645.455000', '102645.457000', '102645.460000', '102645.463000', '102645.466000', '102645.469000', '102645.472000', '102645.474000', '102645.477000', '102645.480000', '102645.483000', '102645.486000', '102645.488000', '102645.491000', '102645.494000', '102645.497000', '102645.500000', '102645.502000', '102705.381000', '102705.384000', '102705.387000', '102705.389000', '102705.392000', '102705.395000', '102705.398000', '102705.401000', '102705.404000', '102705.406000', '102705.409000', '102705.412000', '102705.415000', '102705.418000', '102705.421000', '102705.424000', '102705.426000', '102705.429000', '102705.432000', '102705.435000', '102705.438000', '102705.442000', '102705.445000', '102705.448000', '102705.451000', '102705.453000', '102705.456000', '102705.459000', '102705.462000', '102705.465000', '102705.468000', '102705.471000', '102705.473000', '102705.476000', '102705.479000', '102705.482000', '102705.485000', '102705.488000', '102705.491000', '102705.493000', '102705.496000', '102705.499000', '102705.502000', '102725.381000', '102725.384000', '102725.386000', '102725.390000', '102725.393000', '102725.395000', '102725.398000', '102725.401000', '102725.404000', '102725.407000', '102725.410000', '102725.413000', '102725.416000', '102725.418000', '102725.421000', '102725.424000', '102725.427000', '102725.430000', '102725.433000', '102725.436000', '102725.438000', '102725.441000', '102725.444000', '102725.447000', '102725.450000', '102725.453000', '102725.455000', '102725.458000', '102725.461000', '102725.464000', '102725.467000', '102725.470000', '102725.472000', '102725.475000', '102725.478000', '102725.481000', '102725.484000', '102725.487000', '102725.490000', '102725.493000', '102725.495000', '102725.498000', '102725.501000', '102725.504000', '102745.381000', '102745.384000', '102745.387000', '102745.390000', '102745.392000', '102745.396000', '102745.398000', '102745.401000', '102745.404000', '102745.407000', '102745.410000', '102745.413000', '102745.416000', '102745.419000', '102745.421000', '102745.424000', '102745.427000', '102745.430000', '102745.433000', '102745.436000', '102745.438000', '102745.441000', '102745.444000', '102745.447000', '102745.450000', '102745.453000', '102745.456000', '102745.458000', '102745.461000', '102745.464000', '102745.467000', '102745.470000', '102745.472000', '102745.475000', '102745.478000', '102745.481000', '102745.484000', '102745.487000', '102745.490000', '102745.492000', '102745.495000', '102745.498000', '102745.501000', '102805.382000', '102805.385000', '102805.388000', '102805.391000', '102805.393000', '102805.396000', '102805.399000', '102805.402000', '102805.405000', '102805.408000', '102805.411000', '102805.413000', '102805.416000', '102805.419000', '102805.422000', '102805.425000', '102805.428000', '102805.430000', '102805.433000', '102805.436000', '102805.439000', '102805.442000', '102805.445000', '102805.448000', '102805.451000', '102805.453000', '102805.456000', '102805.459000', '102805.462000', '102805.465000', '102805.468000', '102805.471000', '102805.473000', '102805.476000', '102805.479000', '102805.482000', '102805.485000', '102805.487000', '102805.490000', '102805.493000', '102805.496000', '102805.499000', '102805.502000', '102805.504000', '102825.382000', '102825.385000', '102825.388000', '102825.390000', '102825.394000', '102825.396000', '102825.399000', '102825.402000', '102825.405000', '102825.408000', '102825.411000', '102825.413000', '102825.416000', '102825.419000', '102825.422000', '102825.425000', '102825.428000', '102825.431000', '102825.434000', '102825.437000', '102825.439000', '102825.442000', '102825.445000', '102825.448000', '102825.451000', '102825.454000', '102825.457000', '102825.459000', '102825.474000', '102825.476000', '102825.481000', '102825.484000', '102825.487000', '102825.496000', '102825.499000', '102825.502000', '102825.505000', '102825.507000', '102825.510000', '102825.513000', '102825.516000', '102825.519000', '102825.522000', '102845.381000', '102845.384000', '102845.387000', '102845.389000', '102845.392000', '102845.395000', '102845.398000', '102845.401000', '102845.404000', '102845.407000', '102845.409000', '102845.412000', '102845.415000', '102845.418000', '102845.421000', '102845.424000', '102845.426000', '102845.429000', '102845.432000', '102845.435000', '102845.438000', '102845.441000', '102845.444000', '102845.447000', '102845.449000', '102845.452000', '102845.455000', '102845.458000', '102845.461000', '102845.464000', '102845.466000', '102845.469000', '102845.472000', '102845.475000', '102845.478000', '102845.481000', '102845.484000', '102845.487000', '102845.489000', '102845.492000', '102845.495000', '102845.498000', '102845.501000', '102845.503000', '102905.381000', '102905.384000', '102905.387000', '102905.390000', '102905.392000', '102905.395000', '102905.398000', '102905.401000', '102905.404000', '102905.407000', '102905.410000', '102905.412000', '102905.415000', '102905.418000', '102905.421000', '102905.424000', '102905.427000', '102905.430000', '102905.432000', '102905.435000', '102905.438000', '102905.441000', '102905.444000', '102905.447000', '102905.449000', '102905.452000', '102905.455000', '102905.458000', '102905.461000', '102905.464000', '102905.467000', '102905.470000', '102905.472000', '102905.475000', '102905.478000', '102905.481000', '102905.484000', '102905.487000', '102905.489000', '102905.492000', '102905.495000', '102905.498000', '102905.501000', '102925.381000', '102925.384000', '102925.387000', '102925.390000', '102925.393000', '102925.395000', '102925.398000', '102925.401000', '102925.404000', '102925.407000', '102925.410000', '102925.412000', '102925.415000', '102925.418000', '102925.421000', '102925.424000', '102925.427000', '102925.430000', '102925.432000', '102925.435000', '102925.438000', '102925.441000', '102925.444000', '102925.447000', '102925.450000', '102925.452000', '102925.455000', '102925.458000', '102925.461000', '102925.464000', '102925.467000', '102925.469000', '102925.472000', '102925.475000', '102925.478000', '102925.481000', '102925.484000', '102925.487000', '102925.489000', '102925.492000', '102925.495000', '102925.498000', '102925.501000', '102925.503000', '102945.381000', '102945.384000', '102945.387000', '102945.390000', '102945.393000', '102945.395000', '102945.398000', '102945.401000', '102945.404000', '102945.407000', '102945.410000', '102945.413000', '102945.416000', '102945.418000', '102945.421000', '102945.424000', '102945.427000', '102945.430000', '102945.433000', '102945.436000', '102945.438000', '102945.441000', '102945.449000', '102945.452000', '102945.455000', '102945.458000', '102945.461000', '102945.464000', '102945.466000', '102945.469000', '102945.472000', '102945.475000', '102945.478000', '102945.481000', '102945.484000', '102945.486000', '102945.489000', '102945.492000', '102945.495000', '102945.498000', '102945.501000', '102945.504000', '102945.506000', '103005.381000', '103005.384000', '103005.387000', '103005.390000', '103005.393000', '103005.395000', '103005.398000', '103005.401000', '103005.404000', '103005.407000', '103005.410000', '103005.413000', '103005.415000', '103005.418000', '103005.421000', '103005.441000', '103005.444000', '103005.446000', '103005.449000', '103005.452000', '103005.455000', '103005.458000', '103005.461000', '103005.464000', '103005.466000', '103005.469000', '103005.472000', '103005.475000', '103005.478000', '103005.481000', '103005.484000', '103005.487000', '103005.489000', '103005.492000', '103005.495000', '103005.498000', '103005.501000', '103005.504000', '103005.506000', '103005.509000', '103005.512000', '103005.515000', '103005.518000', '103005.521000', '103025.382000', '103025.385000', '103025.388000', '103025.391000', '103025.394000', '103025.396000', '103025.399000', '103025.402000', '103025.405000', '103025.408000', '103025.411000', '103025.414000', '103025.416000', '103025.419000', '103025.422000', '103025.425000', '103025.428000', '103025.431000', '103025.434000', '103025.436000', '103025.439000', '103025.442000', '103025.445000', '103025.448000', '103025.451000', '103025.454000', '103025.456000', '103025.460000', '103025.462000', '103025.465000', '103025.468000', '103025.471000', '103025.474000', '103025.477000', '103025.479000', '103025.482000', '103025.485000', '103025.488000', '103025.491000', '103025.494000', '103025.496000', '103025.499000', '103025.502000', '103045.382000', '103045.385000', '103045.388000', '103045.391000', '103045.394000', '103045.397000', '103045.400000', '103045.403000', '103045.406000', '103045.409000', '103045.412000', '103045.414000', '103045.417000', '103045.420000', '103045.423000', '103045.426000', '103045.429000', '103045.432000', '103045.434000', '103045.437000', '103045.440000', '103045.443000', '103045.446000', '103045.449000', '103045.452000', '103045.454000', '103045.457000', '103045.460000', '103045.463000', '103045.466000', '103045.469000', '103045.472000', '103045.475000', '103045.477000', '103045.480000', '103045.483000', '103045.486000', '103045.489000', '103045.492000', '103045.494000', '103045.497000', '103045.500000', '103045.503000', '103105.381000', '103105.384000', '103105.387000', '103105.397000', '103105.399000', '103105.402000', '103105.405000', '103105.408000', '103105.411000', '103105.414000', '103105.416000', '103105.419000', '103105.422000', '103105.425000', '103105.428000', '103105.431000', '103105.434000', '103105.437000', '103105.439000', '103105.442000', '103105.445000', '103105.448000', '103105.451000', '103105.454000', '103105.457000', '103105.459000', '103105.462000', '103105.465000', '103105.468000', '103105.471000', '103105.474000', '103105.477000', '103105.479000', '103105.482000', '103105.485000', '103105.488000', '103105.491000', '103105.494000', '103105.496000', '103105.499000', '103105.502000', '103105.505000', '103105.508000', '103105.511000', '103125.381000', '103125.384000', '103125.387000', '103125.390000', '103125.393000', '103125.396000', '103125.398000', '103125.401000', '103125.404000', '103125.407000', '103125.412000', '103125.416000', '103125.419000', '103125.422000', '103125.425000', '103125.428000', '103125.431000', '103125.434000', '103125.436000', '103125.439000', '103125.442000', '103125.445000', '103125.448000', '103125.451000', '103125.454000', '103125.465000', '103125.468000', '103125.471000', '103125.474000', '103125.476000', '103125.479000', '103125.482000', '103125.485000', '103125.488000', '103125.491000', '103125.494000', '103125.496000', '103125.499000', '103125.503000', '103125.507000', '103125.509000', '103125.512000', '103125.515000', '103145.381000', '103145.384000', '103145.387000', '103145.390000', '103145.393000', '103145.395000', '103145.398000', '103145.401000', '103145.404000', '103145.407000', '103145.410000', '103145.413000', '103145.415000', '103145.418000', '103145.421000', '103145.424000', '103145.427000', '103145.430000', '103145.433000', '103145.435000', '103145.438000', '103145.441000', '103145.444000', '103145.447000', '103145.450000', '103145.453000', '103145.456000', '103145.458000', '103145.461000', '103145.464000', '103145.467000', '103145.470000', '103145.473000', '103145.475000', '103145.478000', '103145.481000', '103145.484000', '103145.487000', '103145.490000', '103145.493000', '103145.495000', '103145.498000', '103145.501000', '103145.504000', '103205.381000', '103205.384000', '103205.387000', '103205.390000', '103205.393000', '103205.396000', '103205.398000', '103205.401000', '103205.404000', '103205.407000', '103205.410000', '103205.413000', '103205.416000', '103205.419000', '103205.422000', '103205.425000', '103205.428000', '103205.431000', '103205.434000', '103205.436000', '103205.439000', '103205.442000', '103205.445000', '103205.448000', '103205.451000', '103205.454000', '103205.457000', '103205.459000', '103205.462000', '103205.465000', '103205.468000', '103205.471000', '103205.474000', '103205.476000', '103205.479000', '103205.482000', '103205.485000', '103205.488000', '103205.491000', '103205.494000', '103205.496000', '103205.499000', '103205.502000', '103212.353000', '103212.357000', '103212.360000', '103212.363000', '103212.366000', '103212.370000', '103212.373000', '103212.376000', '103212.379000', '103212.382000', '103212.385000', '103212.389000', '103212.392000', '103212.395000', '103212.398000', '103212.401000'], 'InstanceCreationTime': ['102545.411000', '102545.415000', '102545.418000', '102545.420000', '102545.423000', '102545.426000', '102545.429000', '102545.431000', '102545.434000', '102545.437000', '102545.440000', '102545.443000', '102545.445000', '102545.452000', '102545.455000', '102545.458000', '102545.461000', '102545.465000', '102545.468000', '102545.471000', '102545.474000', '102545.492000', '102545.495000', '102545.498000', '102545.501000', '102545.504000', '102545.507000', '102545.510000', '102545.512000', '102545.515000', '102605.382000', '102605.385000', '102605.388000', '102605.391000', '102605.393000', '102605.396000', '102605.399000', '102605.402000', '102605.405000', '102605.408000', '102605.411000', '102605.413000', '102605.416000', '102605.419000', '102605.422000', '102605.425000', '102605.428000', '102605.431000', '102605.433000', '102605.436000', '102605.439000', '102605.442000', '102605.445000', '102605.447000', '102605.450000', '102605.453000', '102605.456000', '102605.459000', '102605.462000', '102605.465000', '102605.467000', '102605.470000', '102605.473000', '102605.476000', '102605.479000', '102605.482000', '102605.484000', '102605.487000', '102605.490000', '102605.493000', '102605.496000', '102605.505000', '102605.507000', '102605.510000', '102625.381000', '102625.384000', '102625.386000', '102625.393000', '102625.396000', '102625.399000', '102625.401000', '102625.405000', '102625.407000', '102625.410000', '102625.413000', '102625.416000', '102625.419000', '102625.422000', '102625.424000', '102625.427000', '102625.430000', '102625.433000', '102625.436000', '102625.439000', '102625.442000', '102625.444000', '102625.447000', '102625.450000', '102625.453000', '102625.456000', '102625.458000', '102625.461000', '102625.464000', '102625.467000', '102625.470000', '102625.473000', '102625.476000', '102625.478000', '102625.481000', '102625.484000', '102625.487000', '102625.490000', '102625.494000', '102625.496000', '102625.499000', '102625.502000', '102625.505000', '102645.381000', '102645.384000', '102645.386000', '102645.389000', '102645.392000', '102645.395000', '102645.398000', '102645.401000', '102645.404000', '102645.407000', '102645.409000', '102645.412000', '102645.415000', '102645.418000', '102645.421000', '102645.423000', '102645.426000', '102645.429000', '102645.432000', '102645.435000', '102645.438000', '102645.440000', '102645.443000', '102645.446000', '102645.449000', '102645.452000', '102645.455000', '102645.457000', '102645.460000', '102645.463000', '102645.466000', '102645.469000', '102645.472000', '102645.474000', '102645.477000', '102645.480000', '102645.483000', '102645.486000', '102645.488000', '102645.491000', '102645.494000', '102645.497000', '102645.500000', '102645.502000', '102705.381000', '102705.384000', '102705.387000', '102705.389000', '102705.392000', '102705.395000', '102705.398000', '102705.401000', '102705.404000', '102705.406000', '102705.409000', '102705.412000', '102705.415000', '102705.418000', '102705.421000', '102705.424000', '102705.426000', '102705.429000', '102705.432000', '102705.435000', '102705.438000', '102705.442000', '102705.445000', '102705.448000', '102705.451000', '102705.453000', '102705.456000', '102705.459000', '102705.462000', '102705.465000', '102705.468000', '102705.471000', '102705.473000', '102705.476000', '102705.479000', '102705.482000', '102705.485000', '102705.488000', '102705.491000', '102705.493000', '102705.496000', '102705.499000', '102705.502000', '102725.381000', '102725.384000', '102725.386000', '102725.390000', '102725.393000', '102725.395000', '102725.398000', '102725.401000', '102725.404000', '102725.407000', '102725.410000', '102725.413000', '102725.416000', '102725.418000', '102725.421000', '102725.424000', '102725.427000', '102725.430000', '102725.433000', '102725.436000', '102725.438000', '102725.441000', '102725.444000', '102725.447000', '102725.450000', '102725.453000', '102725.455000', '102725.458000', '102725.461000', '102725.464000', '102725.467000', '102725.470000', '102725.472000', '102725.475000', '102725.478000', '102725.481000', '102725.484000', '102725.487000', '102725.490000', '102725.493000', '102725.495000', '102725.498000', '102725.501000', '102725.504000', '102745.381000', '102745.384000', '102745.387000', '102745.390000', '102745.392000', '102745.396000', '102745.398000', '102745.401000', '102745.404000', '102745.407000', '102745.410000', '102745.413000', '102745.416000', '102745.419000', '102745.421000', '102745.424000', '102745.427000', '102745.430000', '102745.433000', '102745.436000', '102745.438000', '102745.441000', '102745.444000', '102745.447000', '102745.450000', '102745.453000', '102745.456000', '102745.458000', '102745.461000', '102745.464000', '102745.467000', '102745.470000', '102745.472000', '102745.475000', '102745.478000', '102745.481000', '102745.484000', '102745.487000', '102745.490000', '102745.492000', '102745.495000', '102745.498000', '102745.501000', '102805.382000', '102805.385000', '102805.388000', '102805.391000', '102805.393000', '102805.396000', '102805.399000', '102805.402000', '102805.405000', '102805.408000', '102805.411000', '102805.413000', '102805.416000', '102805.419000', '102805.422000', '102805.425000', '102805.428000', '102805.430000', '102805.433000', '102805.436000', '102805.439000', '102805.442000', '102805.445000', '102805.448000', '102805.451000', '102805.453000', '102805.456000', '102805.459000', '102805.462000', '102805.465000', '102805.468000', '102805.471000', '102805.473000', '102805.476000', '102805.479000', '102805.482000', '102805.485000', '102805.487000', '102805.490000', '102805.493000', '102805.496000', '102805.499000', '102805.502000', '102805.504000', '102825.382000', '102825.385000', '102825.388000', '102825.390000', '102825.394000', '102825.396000', '102825.399000', '102825.402000', '102825.405000', '102825.408000', '102825.411000', '102825.413000', '102825.416000', '102825.419000', '102825.422000', '102825.425000', '102825.428000', '102825.431000', '102825.434000', '102825.437000', '102825.439000', '102825.442000', '102825.445000', '102825.448000', '102825.451000', '102825.454000', '102825.457000', '102825.459000', '102825.474000', '102825.476000', '102825.481000', '102825.484000', '102825.487000', '102825.496000', '102825.499000', '102825.502000', '102825.505000', '102825.507000', '102825.510000', '102825.513000', '102825.516000', '102825.519000', '102825.522000', '102845.381000', '102845.384000', '102845.387000', '102845.389000', '102845.392000', '102845.395000', '102845.398000', '102845.401000', '102845.404000', '102845.407000', '102845.409000', '102845.412000', '102845.415000', '102845.418000', '102845.421000', '102845.424000', '102845.426000', '102845.429000', '102845.432000', '102845.435000', '102845.438000', '102845.441000', '102845.444000', '102845.447000', '102845.449000', '102845.452000', '102845.455000', '102845.458000', '102845.461000', '102845.464000', '102845.466000', '102845.469000', '102845.472000', '102845.475000', '102845.478000', '102845.481000', '102845.484000', '102845.487000', '102845.489000', '102845.492000', '102845.495000', '102845.498000', '102845.501000', '102845.503000', '102905.381000', '102905.384000', '102905.387000', '102905.390000', '102905.392000', '102905.395000', '102905.398000', '102905.401000', '102905.404000', '102905.407000', '102905.410000', '102905.412000', '102905.415000', '102905.418000', '102905.421000', '102905.424000', '102905.427000', '102905.430000', '102905.432000', '102905.435000', '102905.438000', '102905.441000', '102905.444000', '102905.447000', '102905.449000', '102905.452000', '102905.455000', '102905.458000', '102905.461000', '102905.464000', '102905.467000', '102905.470000', '102905.472000', '102905.475000', '102905.478000', '102905.481000', '102905.484000', '102905.487000', '102905.489000', '102905.492000', '102905.495000', '102905.498000', '102905.501000', '102925.381000', '102925.384000', '102925.387000', '102925.390000', '102925.393000', '102925.395000', '102925.398000', '102925.401000', '102925.404000', '102925.407000', '102925.410000', '102925.412000', '102925.415000', '102925.418000', '102925.421000', '102925.424000', '102925.427000', '102925.430000', '102925.432000', '102925.435000', '102925.438000', '102925.441000', '102925.444000', '102925.447000', '102925.450000', '102925.452000', '102925.455000', '102925.458000', '102925.461000', '102925.464000', '102925.467000', '102925.469000', '102925.472000', '102925.475000', '102925.478000', '102925.481000', '102925.484000', '102925.487000', '102925.489000', '102925.492000', '102925.495000', '102925.498000', '102925.501000', '102925.503000', '102945.381000', '102945.384000', '102945.387000', '102945.390000', '102945.393000', '102945.395000', '102945.398000', '102945.401000', '102945.404000', '102945.407000', '102945.410000', '102945.413000', '102945.416000', '102945.418000', '102945.421000', '102945.424000', '102945.427000', '102945.430000', '102945.433000', '102945.436000', '102945.438000', '102945.441000', '102945.449000', '102945.452000', '102945.455000', '102945.458000', '102945.461000', '102945.464000', '102945.466000', '102945.469000', '102945.472000', '102945.475000', '102945.478000', '102945.481000', '102945.484000', '102945.486000', '102945.489000', '102945.492000', '102945.495000', '102945.498000', '102945.501000', '102945.504000', '102945.506000', '103005.381000', '103005.384000', '103005.387000', '103005.390000', '103005.393000', '103005.395000', '103005.398000', '103005.401000', '103005.404000', '103005.407000', '103005.410000', '103005.413000', '103005.415000', '103005.418000', '103005.421000', '103005.441000', '103005.444000', '103005.446000', '103005.449000', '103005.452000', '103005.455000', '103005.458000', '103005.461000', '103005.464000', '103005.466000', '103005.469000', '103005.472000', '103005.475000', '103005.478000', '103005.481000', '103005.484000', '103005.487000', '103005.489000', '103005.492000', '103005.495000', '103005.498000', '103005.501000', '103005.504000', '103005.506000', '103005.509000', '103005.512000', '103005.515000', '103005.518000', '103005.521000', '103025.382000', '103025.385000', '103025.388000', '103025.391000', '103025.394000', '103025.396000', '103025.399000', '103025.402000', '103025.405000', '103025.408000', '103025.411000', '103025.414000', '103025.416000', '103025.419000', '103025.422000', '103025.425000', '103025.428000', '103025.431000', '103025.434000', '103025.436000', '103025.439000', '103025.442000', '103025.445000', '103025.448000', '103025.451000', '103025.454000', '103025.456000', '103025.460000', '103025.462000', '103025.465000', '103025.468000', '103025.471000', '103025.474000', '103025.477000', '103025.479000', '103025.482000', '103025.485000', '103025.488000', '103025.491000', '103025.494000', '103025.496000', '103025.499000', '103025.502000', '103045.382000', '103045.385000', '103045.388000', '103045.391000', '103045.394000', '103045.397000', '103045.400000', '103045.403000', '103045.406000', '103045.409000', '103045.412000', '103045.414000', '103045.417000', '103045.420000', '103045.423000', '103045.426000', '103045.429000', '103045.432000', '103045.434000', '103045.437000', '103045.440000', '103045.443000', '103045.446000', '103045.449000', '103045.452000', '103045.454000', '103045.457000', '103045.460000', '103045.463000', '103045.466000', '103045.469000', '103045.472000', '103045.475000', '103045.477000', '103045.480000', '103045.483000', '103045.486000', '103045.489000', '103045.492000', '103045.494000', '103045.497000', '103045.500000', '103045.503000', '103105.381000', '103105.384000', '103105.387000', '103105.397000', '103105.399000', '103105.402000', '103105.405000', '103105.408000', '103105.411000', '103105.414000', '103105.416000', '103105.419000', '103105.422000', '103105.425000', '103105.428000', '103105.431000', '103105.434000', '103105.437000', '103105.439000', '103105.442000', '103105.445000', '103105.448000', '103105.451000', '103105.454000', '103105.457000', '103105.459000', '103105.462000', '103105.465000', '103105.468000', '103105.471000', '103105.474000', '103105.477000', '103105.479000', '103105.482000', '103105.485000', '103105.488000', '103105.491000', '103105.494000', '103105.496000', '103105.499000', '103105.502000', '103105.505000', '103105.508000', '103105.511000', '103125.381000', '103125.384000', '103125.387000', '103125.390000', '103125.393000', '103125.396000', '103125.398000', '103125.401000', '103125.404000', '103125.407000', '103125.412000', '103125.416000', '103125.419000', '103125.422000', '103125.425000', '103125.428000', '103125.431000', '103125.434000', '103125.436000', '103125.439000', '103125.442000', '103125.445000', '103125.448000', '103125.451000', '103125.454000', '103125.465000', '103125.468000', '103125.471000', '103125.474000', '103125.476000', '103125.479000', '103125.482000', '103125.485000', '103125.488000', '103125.491000', '103125.494000', '103125.496000', '103125.499000', '103125.503000', '103125.507000', '103125.509000', '103125.512000', '103125.515000', '103145.381000', '103145.384000', '103145.387000', '103145.390000', '103145.393000', '103145.395000', '103145.398000', '103145.401000', '103145.404000', '103145.407000', '103145.410000', '103145.413000', '103145.415000', '103145.418000', '103145.421000', '103145.424000', '103145.427000', '103145.430000', '103145.433000', '103145.435000', '103145.438000', '103145.441000', '103145.444000', '103145.447000', '103145.450000', '103145.453000', '103145.456000', '103145.458000', '103145.461000', '103145.464000', '103145.467000', '103145.470000', '103145.473000', '103145.475000', '103145.478000', '103145.481000', '103145.484000', '103145.487000', '103145.490000', '103145.493000', '103145.495000', '103145.498000', '103145.501000', '103145.504000', '103205.381000', '103205.384000', '103205.387000', '103205.390000', '103205.393000', '103205.396000', '103205.398000', '103205.401000', '103205.404000', '103205.407000', '103205.410000', '103205.413000', '103205.416000', '103205.419000', '103205.422000', '103205.425000', '103205.428000', '103205.431000', '103205.434000', '103205.436000', '103205.439000', '103205.442000', '103205.445000', '103205.448000', '103205.451000', '103205.454000', '103205.457000', '103205.459000', '103205.462000', '103205.465000', '103205.468000', '103205.471000', '103205.474000', '103205.476000', '103205.479000', '103205.482000', '103205.485000', '103205.488000', '103205.491000', '103205.494000', '103205.496000', '103205.499000', '103205.502000', '103212.353000', '103212.357000', '103212.360000', '103212.363000', '103212.366000', '103212.370000', '103212.373000', '103212.376000', '103212.379000', '103212.382000', '103212.385000', '103212.389000', '103212.392000', '103212.395000', '103212.398000', '103212.401000'], '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': [13531, 9680, 12801, 11077, 12892, 11477, 13244, 11425, 13501, 13966, 13416, 13684, 12876, 14176, 13873, 13410, 10415, 8491, 11148, 8656, 13747, 11041, 13859, 10940, 13574, 10826, 13040, 9252, 13346, 8845, 12629, 8561, 9915, 8738, 8387, 9121, 8563, 9267, 8825, 8750, 9053, 8404, 8901, 8445, 9290, 8626, 9107, 8818, 9389, 8825, 9497, 8861, 10180, 8821, 8043, 8979, 8482, 9048, 8749, 9187, 8537, 8929, 8900, 8518, 9116, 8668, 9338, 8546, 9739, 8583, 10311, 8778, 10576, 9003, 10764, 8904, 10276, 8931, 8588, 9241, 8677, 9704, 8658, 10409, 8743, 8752, 9192, 9149, 10016, 9160, 9443, 10964, 9293, 9193, 11128, 9422, 13356, 10564, 14331, 11559, 12709, 12400, 11421, 13694, 11962, 14044, 11715, 10439, 12273, 10941, 13926, 10471, 14162, 11756, 12543, 9999, 8569, 9133, 8665, 9795, 8693, 8573, 8923, 9043, 12068, 10041, 8673, 8982, 9009, 10144, 9023, 10201, 8820, 12545, 8722, 13198, 8672, 12306, 8787, 10301, 8995, 8831, 12646, 8575, 8715, 9074, 9138, 8744, 9134, 9216, 7599, 8351, 8796, 8712, 8267, 10841, 9799, 11086, 12507, 12445, 14337, 15230, 12962, 14935, 13867, 16434, 14591, 13846, 12769, 10088, 14167, 11187, 10577, 9484, 8758, 8434, 8327, 8733, 8470, 8491, 8750, 8362, 8284, 9078, 9052, 8732, 9129, 8702, 8979, 9244, 9341, 8873, 8727, 10652, 9015, 11720, 9034, 9882, 8823, 8363, 10062, 8754, 7824, 10123, 9205, 8990, 9160, 9067, 7897, 9715, 9075, 9407, 14224, 11877, 9578, 9829, 13499, 13889, 13396, 14240, 13263, 15153, 13740, 13596, 14681, 11727, 8527, 10351, 8915, 8853, 11182, 8640, 8731, 8372, 9600, 8986, 8226, 9524, 8991, 8435, 9283, 9396, 10659, 9168, 8447, 9325, 8709, 10615, 9286, 8431, 10935, 8761, 8309, 9361, 8687, 8258, 8474, 8484, 10788, 8679, 8936, 9134, 11887, 9071, 12316, 9306, 11897, 9118, 9246, 9524, 8284, 9368, 8646, 9392, 8913, 7765, 8377, 8044, 9821, 8940, 8253, 8408, 7690, 9799, 8628, 11404, 8825, 11791, 8771, 11523, 9285, 8282, 10838, 8923, 9497, 9351, 7534, 11011, 8761, 8902, 9527, 7884, 7830, 8108, 7694, 7961, 11338, 12873, 11509, 11006, 8496, 9024, 8424, 9399, 10742, 14708, 14760, 14339, 13411, 14851, 13774, 13604, 14271, 13536, 13655, 14436, 11774, 10289, 14324, 10360, 12690, 8974, 8963, 9946, 9169, 9301, 9174, 9252, 11204, 8858, 8850, 9599, 8893, 9571, 8910, 8997, 9123, 8804, 9191, 8856, 9384, 8742, 9153, 8841, 9314, 8966, 9118, 9282, 9396, 9055, 9819, 9230, 9676, 9097, 9888, 8755, 9119, 9582, 8963, 8771, 9134, 8387, 9121, 8794, 9347, 9019, 9792, 9163, 10261, 8676, 9558, 12156, 10225, 13491, 9728, 12019, 9243, 12737, 9862, 9062, 8739, 8937, 9184, 8977, 10030, 8954, 10499, 8946, 11412, 8746, 11326, 10219, 11281, 10566, 9433, 12793, 10175, 14150, 9552, 14091, 9242, 13881, 10995, 13237, 8745, 11182, 8893, 8911, 8789, 8871, 9039, 9071, 8595, 8698, 8925, 8165, 8747, 8921, 10083, 8995, 10537, 8864, 10271, 9096, 11058, 9595, 10733, 12726, 11150, 13688, 11345, 13135, 11012, 13895, 12330, 14550, 11876, 13754, 10651, 14205, 11164, 13496, 8697, 11427, 8749, 8785, 8678, 8984, 8675, 8748, 8910, 8745, 9086, 9209, 9377, 8834, 8484, 9467, 8795, 9943, 8978, 11474, 8702, 12098, 9044, 10745, 8901, 11789, 9101, 11088, 8674, 8890, 8846, 8426, 8514, 9020, 9054, 9194, 11069, 9087, 8842, 8893, 8933, 9288, 8639, 12114, 8830, 13618, 9196, 13666, 9116, 13471, 8737, 11865, 8826, 9422, 8700, 8884, 9159, 8881, 9095, 8706, 9487, 8728, 8800, 9137, 8942, 9740, 8666, 8840, 8684, 8870, 9002, 8692, 9199, 9111, 9245, 8857, 10048, 8387, 8892, 8988, 8845, 9103, 8840, 9656, 8842, 8821, 8933, 9050, 10277, 8456, 8709, 9165, 9053, 8717, 8604, 8949, 11575, 8712, 8968, 10826, 8778, 8744, 12971, 9868, 12108, 10838, 8923, 13656, 11255, 13112, 10200, 9027, 10041, 8826, 8851, 9285, 9109, 8303, 10648, 8736, 9219, 8909, 10208, 9022, 9423, 11003, 11187, 15647, 12057, 14148, 14063, 13243, 14382, 13734, 14255, 12695, 14646, 10789, 14279, 9226, 11807, 8310, 9513, 8625, 9597, 8455, 9809, 8725, 10019, 8666, 8492, 8710, 8452, 9064, 8190, 9569, 8331, 9555, 8320, 9804, 8370, 9595, 8515, 9556, 8494, 9029, 8849, 8936, 9302, 8361, 8571, 9109, 8986, 9870, 8624, 9529, 8946, 9753, 8611, 9678, 8999, 8908, 10847, 8759, 12287, 8970, 13763, 10267, 12572, 10827, 12645, 13019, 9277, 13159, 8832, 14019, 11148, 13849, 11313, 13818, 9981, 13399, 8731, 9827, 8717, 10677, 8618, 8958, 8767, 8815, 9323, 8896, 9383, 9045, 9080, 8906, 8603, 8651, 9155, 8817, 9341, 8919, 10051, 8430, 9035, 8997, 8553, 8347, 8961, 8868, 9345, 8718, 9344, 8968, 9289, 10319, 12013, 12063, 11560, 13065, 10658, 8956, 13183, 10620, 9362, 13543, 10320, 9505, 13521, 9054, 7791, 14516, 13245, 14947, 12321, 12294, 14322, 12738, 14273, 13304, 11041, 14695, 12491, 11073, 9119, 8247, 10380, 8876, 10648, 9120, 8155, 8412, 8057, 9223, 8480, 9565, 8726, 7755, 8790, 8142, 8336, 8022, 8057, 8965, 8335, 7711, 9352, 8578, 9385, 8754, 7599, 9923, 8548, 11163, 10501, 7746, 8248, 11082, 7443, 7504, 8905, 7603, 7490, 7805, 7735, 8132, 8175, 10633, 10708, 9870, 14317, 14176, 13358, 14371, 13781, 13661, 14587, 12522, 9806, 14324, 11533, 12595, 10386, 8908, 10820, 9362, 12982, 9868, 8818, 9345, 9162, 10999, 8815, 9251, 10408, 9501, 9109, 9030, 9345, 10243, 9420, 8817, 9038, 9251, 11331, 8822, 8968, 9303, 8784, 10695, 9186, 11238, 9086, 8681, 8733, 9197, 10066, 8307, 8946, 9145, 8171, 9104, 9986, 8725, 8448, 9768, 8447, 9093, 7980, 8097, 8465, 8932, 8525, 9732, 8594, 8816, 10247, 11912, 10464, 9707, 12008, 9973, 13302, 13547, 12067, 14210, 11670, 14207, 11796, 10166, 9180, 8849, 9495, 8913, 8727, 9353, 9174, 10508, 8625, 13688, 10386, 10843, 8751, 8887, 9336, 8950, 9226, 8770, 10263, 8733, 12816, 8811, 9058, 8654, 9012, 9157, 8857, 10538, 8756, 12489], 'WindowCenter': [4571.0, 4512.0, 4530.0, 4517.0, 4516.0, 4505.0, 4514.0, 4503.0, 4511.0, 4520.0, 4499.0, 4498.0, 4487.0, 4496.0, 4497.0, 4485.0, 4452.0, 4430.0, 4450.0, 4430.0, 4470.0, 4450.0, 4468.0, 4437.0, 4457.0, 4436.0, 4455.0, 4415.0, 4454.0, 4415.0, 4448.0, 4415.0, 4425.0, 4425.0, 4416.0, 4426.0, 4417.0, 4427.0, 4429.0, 4427.0, 4428.0, 4430.0, 4440.0, 4429.0, 4440.0, 4431.0, 4439.0, 4441.0, 4440.0, 4439.0, 4451.0, 4442.0, 4451.0, 4442.0, 4432.0, 4443.0, 4444.0, 4455.0, 4456.0, 4456.0, 4457.0, 4468.0, 4469.0, 4460.0, 4470.0, 4459.0, 4469.0, 4459.0, 4468.0, 4459.0, 4478.0, 4458.0, 4478.0, 4458.0, 4477.0, 4468.0, 4478.0, 4458.0, 4458.0, 4468.0, 4459.0, 4469.0, 4460.0, 4490.0, 4487.0, 4489.0, 4496.0, 4494.0, 4491.0, 4480.0, 4493.0, 4490.0, 4482.0, 4481.0, 4501.0, 4483.0, 4522.0, 4494.0, 4520.0, 4492.0, 4500.0, 4499.0, 4488.0, 4498.0, 4485.0, 4495.0, 4476.0, 4465.0, 4475.0, 4464.0, 4484.0, 4461.0, 4482.0, 4461.0, 4470.0, 4440.0, 4430.0, 4438.0, 4430.0, 4451.0, 4432.0, 4443.0, 4454.0, 4454.0, 4472.0, 4453.0, 4444.0, 4443.0, 4444.0, 4453.0, 4443.0, 4463.0, 4443.0, 4484.0, 4444.0, 4482.0, 4441.0, 4471.0, 4432.0, 4452.0, 4443.0, 4442.0, 4480.0, 4444.0, 4455.0, 4456.0, 4467.0, 4456.0, 4464.0, 4476.0, 4458.0, 4465.0, 4476.0, 4494.0, 4486.0, 4520.0, 4504.0, 4519.0, 4530.0, 4518.0, 4525.0, 4524.0, 4492.0, 4505.0, 4491.0, 4499.0, 4477.0, 4464.0, 4452.0, 4421.0, 4449.0, 4428.0, 4421.0, 4421.0, 4399.0, 4401.0, 4402.0, 4413.0, 4415.0, 4425.0, 4425.0, 4427.0, 4455.0, 4464.0, 4463.0, 4452.0, 4451.0, 4452.0, 4452.0, 4463.0, 4461.0, 4464.0, 4461.0, 4483.0, 4467.0, 4493.0, 4463.0, 4489.0, 4474.0, 4462.0, 4474.0, 4450.0, 4440.0, 4470.0, 4460.0, 4447.0, 4457.0, 4460.0, 4437.0, 4473.0, 4474.0, 4464.0, 4510.0, 4497.0, 4473.0, 4476.0, 4503.0, 4506.0, 4495.0, 4495.0, 4477.0, 4486.0, 4477.0, 4476.0, 4484.0, 4464.0, 4435.0, 4439.0, 4420.0, 4433.0, 4449.0, 4425.0, 4439.0, 4428.0, 4434.0, 4424.0, 4425.0, 4435.0, 4439.0, 4428.0, 4450.0, 4451.0, 4458.0, 4452.0, 4443.0, 4463.0, 4450.0, 4470.0, 4463.0, 4440.0, 4481.0, 4462.0, 4468.0, 4477.0, 4469.0, 4474.0, 4465.0, 4470.0, 4496.0, 4480.0, 4483.0, 4488.0, 4508.0, 4481.0, 4507.0, 4477.0, 4495.0, 4465.0, 4481.0, 4475.0, 4456.0, 4463.0, 4464.0, 4474.0, 4479.0, 4461.0, 4472.0, 4473.0, 4502.0, 4505.0, 4482.0, 4494.0, 4485.0, 4518.0, 4499.0, 4536.0, 4506.0, 4535.0, 4496.0, 4524.0, 4504.0, 4496.0, 4523.0, 4504.0, 4517.0, 4517.0, 4503.0, 4541.0, 4520.0, 4522.0, 4517.0, 4508.0, 4509.0, 4504.0, 4494.0, 4491.0, 4520.0, 4531.0, 4521.0, 4499.0, 4466.0, 4473.0, 4466.0, 4478.0, 4497.0, 4516.0, 4505.0, 4513.0, 4499.0, 4498.0, 4484.0, 4471.0, 4480.0, 4469.0, 4467.0, 4465.0, 4447.0, 4421.0, 4455.0, 4408.0, 4429.0, 4404.0, 4404.0, 4411.0, 4415.0, 4413.0, 4416.0, 4416.0, 4450.0, 4434.0, 4429.0, 4439.0, 4431.0, 4441.0, 4444.0, 4443.0, 4454.0, 4445.0, 4455.0, 4457.0, 4454.0, 4446.0, 4454.0, 4457.0, 4454.0, 4444.0, 4454.0, 4455.0, 4454.0, 4443.0, 4452.0, 4452.0, 4452.0, 4455.0, 4464.0, 4445.0, 4457.0, 4455.0, 4458.0, 4460.0, 4482.0, 4473.0, 4483.0, 4474.0, 4484.0, 4486.0, 4494.0, 4485.0, 4493.0, 4471.0, 4481.0, 4499.0, 4479.0, 4508.0, 4467.0, 4497.0, 4459.0, 4486.0, 4466.0, 4455.0, 4455.0, 4458.0, 4466.0, 4470.0, 4479.0, 4473.0, 4490.0, 4482.0, 4501.0, 4471.0, 4499.0, 4494.0, 4489.0, 4479.0, 4467.0, 4498.0, 4478.0, 4507.0, 4466.0, 4505.0, 4455.0, 4494.0, 4477.0, 4483.0, 4443.0, 4462.0, 4442.0, 4442.0, 4441.0, 4457.0, 4456.0, 4467.0, 4471.0, 4473.0, 4481.0, 4471.0, 4472.0, 4485.0, 4503.0, 4487.0, 4504.0, 4483.0, 4492.0, 4470.0, 4490.0, 4480.0, 4491.0, 4498.0, 4478.0, 4496.0, 4474.0, 4480.0, 4462.0, 4482.0, 4472.0, 4481.0, 4460.0, 4481.0, 4448.0, 4464.0, 4446.0, 4454.0, 4417.0, 4443.0, 4416.0, 4413.0, 4416.0, 4428.0, 4418.0, 4430.0, 4430.0, 4443.0, 4443.0, 4457.0, 4467.0, 4470.0, 4454.0, 4469.0, 4454.0, 4464.0, 4455.0, 4473.0, 4444.0, 4473.0, 4443.0, 4462.0, 4442.0, 4469.0, 4441.0, 4459.0, 4430.0, 4440.0, 4453.0, 4442.0, 4445.0, 4457.0, 4467.0, 4466.0, 4473.0, 4455.0, 4451.0, 4452.0, 4443.0, 4453.0, 4443.0, 4472.0, 4443.0, 4482.0, 4440.0, 4480.0, 4429.0, 4469.0, 4427.0, 4457.0, 4428.0, 4430.0, 4427.0, 4430.0, 4437.0, 4428.0, 4428.0, 4433.0, 4440.0, 4430.0, 4442.0, 4439.0, 4443.0, 4439.0, 4444.0, 4441.0, 4442.0, 4444.0, 4443.0, 4448.0, 4457.0, 4455.0, 4455.0, 4458.0, 4465.0, 4442.0, 4459.0, 4457.0, 4469.0, 4460.0, 4471.0, 4479.0, 4470.0, 4471.0, 4474.0, 4472.0, 4493.0, 4478.0, 4488.0, 4485.0, 4488.0, 4502.0, 4500.0, 4500.0, 4532.0, 4490.0, 4487.0, 4506.0, 4476.0, 4477.0, 4524.0, 4495.0, 4516.0, 4493.0, 4475.0, 4512.0, 4492.0, 4498.0, 4480.0, 4484.0, 4479.0, 4470.0, 4467.0, 4465.0, 4451.0, 4445.0, 4473.0, 4468.0, 4482.0, 4484.0, 4493.0, 4471.0, 4473.0, 4489.0, 4490.0, 4520.0, 4500.0, 4498.0, 4497.0, 4482.0, 4485.0, 4470.0, 4470.0, 4457.0, 4456.0, 4422.0, 4452.0, 4400.0, 4419.0, 4391.0, 4399.0, 4392.0, 4401.0, 4393.0, 4412.0, 4404.0, 4417.0, 4407.0, 4403.0, 4417.0, 4407.0, 4418.0, 4418.0, 4431.0, 4420.0, 4441.0, 4421.0, 4442.0, 4421.0, 4438.0, 4435.0, 4441.0, 4446.0, 4459.0, 4460.0, 4459.0, 4469.0, 4461.0, 4474.0, 4474.0, 4486.0, 4497.0, 4488.0, 4507.0, 4499.0, 4494.0, 4486.0, 4487.0, 4485.0, 4483.0, 4504.0, 4476.0, 4514.0, 4486.0, 4524.0, 4495.0, 4513.0, 4491.0, 4501.0, 4511.0, 4459.0, 4497.0, 4457.0, 4497.0, 4477.0, 4485.0, 4465.0, 4485.0, 4453.0, 4471.0, 4431.0, 4440.0, 4431.0, 4452.0, 4433.0, 4445.0, 4434.0, 4446.0, 4443.0, 4446.0, 4455.0, 4444.0, 4444.0, 4444.0, 4434.0, 4431.0, 4444.0, 4444.0, 4456.0, 4459.0, 4465.0, 4443.0, 4457.0, 4459.0, 4471.0, 4476.0, 4487.0, 4486.0, 4497.0, 4488.0, 4496.0, 4513.0, 4497.0, 4509.0, 4513.0, 4513.0, 4501.0, 4518.0, 4488.0, 4467.0, 4509.0, 4488.0, 4479.0, 4507.0, 4487.0, 4477.0, 4508.0, 4458.0, 4445.0, 4507.0, 4494.0, 4513.0, 4484.0, 4477.0, 4490.0, 4478.0, 4476.0, 4465.0, 4442.0, 4462.0, 4454.0, 4443.0, 4424.0, 4415.0, 4435.0, 4426.0, 4435.0, 4426.0, 4414.0, 4415.0, 4418.0, 4425.0, 4427.0, 4437.0, 4428.0, 4419.0, 4440.0, 4444.0, 4445.0, 4445.0, 4457.0, 4482.0, 4471.0, 4474.0, 4491.0, 4482.0, 4493.0, 4483.0, 4482.0, 4505.0, 4493.0, 4496.0, 4493.0, 4447.0, 4445.0, 4470.0, 4430.0, 4434.0, 4447.0, 4427.0, 4429.0, 4430.0, 4447.0, 4445.0, 4455.0, 4478.0, 4480.0, 4470.0, 4515.0, 4513.0, 4505.0, 4501.0, 4488.0, 4477.0, 4486.0, 4465.0, 4435.0, 4472.0, 4445.0, 4452.0, 4430.0, 4411.0, 4435.0, 4436.0, 4465.0, 4448.0, 4449.0, 4440.0, 4439.0, 4458.0, 4438.0, 4437.0, 4458.0, 4453.0, 4452.0, 4449.0, 4450.0, 4459.0, 4460.0, 4451.0, 4466.0, 4464.0, 4484.0, 4465.0, 4465.0, 4466.0, 4453.0, 4485.0, 4465.0, 4483.0, 4454.0, 4466.0, 4454.0, 4491.0, 4488.0, 4466.0, 4481.0, 4462.0, 4477.0, 4463.0, 4474.0, 4466.0, 4442.0, 4478.0, 4458.0, 4456.0, 4460.0, 4461.0, 4468.0, 4493.0, 4482.0, 4492.0, 4471.0, 4483.0, 4508.0, 4527.0, 4507.0, 4482.0, 4490.0, 4470.0, 4499.0, 4498.0, 4487.0, 4496.0, 4474.0, 4483.0, 4463.0, 4453.0, 4441.0, 4442.0, 4452.0, 4443.0, 4444.0, 4454.0, 4455.0, 4465.0, 4444.0, 4494.0, 4464.0, 4463.0, 4441.0, 4442.0, 4453.0, 4442.0, 4454.0, 4445.0, 4464.0, 4445.0, 4485.0, 4455.0, 4444.0, 4444.0, 4448.0, 4456.0, 4459.0, 4476.0, 4461.0, 4495.0], 'WindowWidth': [10025.0, 9929.0, 9946.0, 9921.0, 9916.0, 9899.0, 9908.0, 9892.0, 9902.0, 9910.0, 9880.0, 9875.0, 9857.0, 9873.0, 9872.0, 9851.0, 9802.0, 9770.0, 9795.0, 9769.0, 9822.0, 9794.0, 9818.0, 9773.0, 9798.0, 9770.0, 9793.0, 9741.0, 9790.0, 9741.0, 9784.0, 9740.0, 9755.0, 9756.0, 9744.0, 9756.0, 9745.0, 9761.0, 9766.0, 9761.0, 9766.0, 9769.0, 9782.0, 9767.0, 9784.0, 9771.0, 9783.0, 9787.0, 9784.0, 9783.0, 9799.0, 9788.0, 9801.0, 9790.0, 9777.0, 9792.0, 9795.0, 9813.0, 9816.0, 9816.0, 9821.0, 9836.0, 9839.0, 9829.0, 9841.0, 9826.0, 9840.0, 9826.0, 9837.0, 9826.0, 9849.0, 9824.0, 9850.0, 9824.0, 9848.0, 9838.0, 9848.0, 9823.0, 9822.0, 9838.0, 9827.0, 9840.0, 9831.0, 9870.0, 9880.0, 9886.0, 9893.0, 9886.0, 9880.0, 9858.0, 9879.0, 9870.0, 9863.0, 9857.0, 9887.0, 9867.0, 9920.0, 9881.0, 9914.0, 9875.0, 9884.0, 9882.0, 9861.0, 9876.0, 9855.0, 9866.0, 9840.0, 9824.0, 9839.0, 9823.0, 9849.0, 9814.0, 9844.0, 9812.0, 9821.0, 9783.0, 9767.0, 9778.0, 9769.0, 9797.0, 9774.0, 9791.0, 9811.0, 9810.0, 9831.0, 9808.0, 9794.0, 9793.0, 9794.0, 9806.0, 9793.0, 9821.0, 9794.0, 9848.0, 9795.0, 9844.0, 9787.0, 9826.0, 9776.0, 9804.0, 9794.0, 9790.0, 9840.0, 9794.0, 9813.0, 9817.0, 9836.0, 9817.0, 9825.0, 9851.0, 9829.0, 9838.0, 9857.0, 9895.0, 9879.0, 9926.0, 9899.0, 9925.0, 9939.0, 9917.0, 9926.0, 9921.0, 9872.0, 9896.0, 9866.0, 9875.0, 9837.0, 9813.0, 9793.0, 9747.0, 9783.0, 9752.0, 9742.0, 9743.0, 9714.0, 9715.0, 9718.0, 9738.0, 9743.0, 9758.0, 9762.0, 9767.0, 9822.0, 9830.0, 9829.0, 9812.0, 9806.0, 9808.0, 9810.0, 9827.0, 9824.0, 9834.0, 9825.0, 9860.0, 9840.0, 9870.0, 9831.0, 9873.0, 9853.0, 9832.0, 9849.0, 9808.0, 9798.0, 9839.0, 9824.0, 9800.0, 9815.0, 9827.0, 9792.0, 9847.0, 9851.0, 9833.0, 9900.0, 9882.0, 9844.0, 9850.0, 9884.0, 9890.0, 9873.0, 9877.0, 9841.0, 9852.0, 9841.0, 9837.0, 9847.0, 9818.0, 9781.0, 9778.0, 9750.0, 9776.0, 9790.0, 9762.0, 9786.0, 9768.0, 9771.0, 9758.0, 9761.0, 9776.0, 9787.0, 9771.0, 9804.0, 9807.0, 9816.0, 9811.0, 9801.0, 9828.0, 9808.0, 9835.0, 9827.0, 9793.0, 9850.0, 9830.0, 9844.0, 9855.0, 9847.0, 9858.0, 9840.0, 9849.0, 9882.0, 9865.0, 9869.0, 9875.0, 9902.0, 9869.0, 9899.0, 9858.0, 9877.0, 9836.0, 9864.0, 9849.0, 9821.0, 9831.0, 9835.0, 9846.0, 9860.0, 9839.0, 9857.0, 9861.0, 9899.0, 9910.0, 9875.0, 9893.0, 9882.0, 9930.0, 9906.0, 9954.0, 9915.0, 9950.0, 9899.0, 9934.0, 9906.0, 9899.0, 9933.0, 9909.0, 9928.0, 9931.0, 9923.0, 9970.0, 9940.0, 9946.0, 9932.0, 9922.0, 9929.0, 9916.0, 9899.0, 9891.0, 9925.0, 9942.0, 9926.0, 9889.0, 9840.0, 9848.0, 9842.0, 9858.0, 9882.0, 9909.0, 9886.0, 9912.0, 9884.0, 9883.0, 9853.0, 9827.0, 9838.0, 9819.0, 9814.0, 9809.0, 9782.0, 9740.0, 9787.0, 9720.0, 9747.0, 9716.0, 9716.0, 9724.0, 9734.0, 9732.0, 9739.0, 9740.0, 9790.0, 9776.0, 9764.0, 9777.0, 9769.0, 9782.0, 9792.0, 9790.0, 9808.0, 9797.0, 9811.0, 9815.0, 9810.0, 9800.0, 9811.0, 9814.0, 9809.0, 9796.0, 9809.0, 9811.0, 9809.0, 9793.0, 9805.0, 9806.0, 9805.0, 9815.0, 9826.0, 9800.0, 9816.0, 9812.0, 9822.0, 9829.0, 9861.0, 9850.0, 9865.0, 9853.0, 9869.0, 9873.0, 9883.0, 9869.0, 9881.0, 9848.0, 9862.0, 9881.0, 9855.0, 9894.0, 9835.0, 9875.0, 9824.0, 9856.0, 9831.0, 9814.0, 9815.0, 9822.0, 9832.0, 9841.0, 9854.0, 9849.0, 9871.0, 9864.0, 9888.0, 9849.0, 9882.0, 9880.0, 9867.0, 9854.0, 9835.0, 9878.0, 9849.0, 9887.0, 9830.0, 9882.0, 9815.0, 9864.0, 9843.0, 9848.0, 9793.0, 9817.0, 9792.0, 9790.0, 9790.0, 9818.0, 9817.0, 9836.0, 9846.0, 9853.0, 9864.0, 9848.0, 9850.0, 9873.0, 9895.0, 9878.0, 9898.0, 9867.0, 9880.0, 9846.0, 9873.0, 9856.0, 9873.0, 9879.0, 9850.0, 9871.0, 9838.0, 9842.0, 9818.0, 9845.0, 9829.0, 9842.0, 9810.0, 9838.0, 9790.0, 9808.0, 9784.0, 9791.0, 9743.0, 9773.0, 9739.0, 9735.0, 9742.0, 9759.0, 9749.0, 9768.0, 9770.0, 9791.0, 9792.0, 9818.0, 9840.0, 9841.0, 9812.0, 9839.0, 9814.0, 9824.0, 9814.0, 9836.0, 9798.0, 9835.0, 9793.0, 9819.0, 9790.0, 9825.0, 9787.0, 9809.0, 9772.0, 9784.0, 9809.0, 9792.0, 9799.0, 9820.0, 9837.0, 9831.0, 9836.0, 9814.0, 9805.0, 9807.0, 9794.0, 9807.0, 9793.0, 9832.0, 9793.0, 9845.0, 9786.0, 9838.0, 9769.0, 9820.0, 9763.0, 9802.0, 9764.0, 9768.0, 9761.0, 9768.0, 9775.0, 9764.0, 9764.0, 9775.0, 9783.0, 9772.0, 9788.0, 9783.0, 9789.0, 9782.0, 9793.0, 9788.0, 9792.0, 9796.0, 9795.0, 9804.0, 9816.0, 9814.0, 9813.0, 9821.0, 9827.0, 9795.0, 9821.0, 9820.0, 9839.0, 9826.0, 9844.0, 9855.0, 9846.0, 9847.0, 9852.0, 9848.0, 9883.0, 9865.0, 9880.0, 9873.0, 9881.0, 9908.0, 9900.0, 9899.0, 9947.0, 9886.0, 9879.0, 9901.0, 9859.0, 9860.0, 9921.0, 9883.0, 9910.0, 9878.0, 9854.0, 9901.0, 9875.0, 9876.0, 9857.0, 9869.0, 9856.0, 9844.0, 9833.0, 9828.0, 9804.0, 9802.0, 9836.0, 9839.0, 9861.0, 9869.0, 9875.0, 9846.0, 9848.0, 9868.0, 9869.0, 9910.0, 9882.0, 9876.0, 9876.0, 9847.0, 9855.0, 9825.0, 9826.0, 9799.0, 9797.0, 9743.0, 9784.0, 9710.0, 9732.0, 9695.0, 9706.0, 9699.0, 9710.0, 9702.0, 9726.0, 9719.0, 9738.0, 9727.0, 9719.0, 9740.0, 9729.0, 9745.0, 9745.0, 9765.0, 9753.0, 9780.0, 9756.0, 9785.0, 9758.0, 9779.0, 9780.0, 9787.0, 9800.0, 9821.0, 9824.0, 9824.0, 9837.0, 9828.0, 9853.0, 9853.0, 9870.0, 9887.0, 9878.0, 9908.0, 9898.0, 9885.0, 9876.0, 9873.0, 9871.0, 9865.0, 9894.0, 9860.0, 9910.0, 9873.0, 9922.0, 9884.0, 9906.0, 9873.0, 9884.0, 9899.0, 9824.0, 9872.0, 9819.0, 9873.0, 9843.0, 9856.0, 9823.0, 9850.0, 9803.0, 9823.0, 9772.0, 9784.0, 9774.0, 9800.0, 9777.0, 9794.0, 9780.0, 9797.0, 9792.0, 9798.0, 9811.0, 9795.0, 9795.0, 9792.0, 9778.0, 9773.0, 9791.0, 9793.0, 9814.0, 9826.0, 9824.0, 9794.0, 9815.0, 9823.0, 9845.0, 9862.0, 9877.0, 9874.0, 9890.0, 9877.0, 9890.0, 9927.0, 9896.0, 9909.0, 9911.0, 9910.0, 9891.0, 9911.0, 9869.0, 9839.0, 9897.0, 9868.0, 9857.0, 9893.0, 9866.0, 9852.0, 9892.0, 9822.0, 9802.0, 9898.0, 9876.0, 9902.0, 9858.0, 9842.0, 9862.0, 9841.0, 9834.0, 9817.0, 9780.0, 9807.0, 9797.0, 9779.0, 9755.0, 9745.0, 9772.0, 9760.0, 9770.0, 9760.0, 9743.0, 9745.0, 9751.0, 9760.0, 9764.0, 9778.0, 9770.0, 9759.0, 9790.0, 9799.0, 9803.0, 9805.0, 9824.0, 9870.0, 9851.0, 9864.0, 9881.0, 9870.0, 9886.0, 9874.0, 9876.0, 9910.0, 9890.0, 9882.0, 9877.0, 9808.0, 9803.0, 9832.0, 9776.0, 9784.0, 9799.0, 9769.0, 9775.0, 9776.0, 9807.0, 9803.0, 9818.0, 9846.0, 9853.0, 9838.0, 9908.0, 9905.0, 9893.0, 9882.0, 9858.0, 9839.0, 9851.0, 9819.0, 9775.0, 9822.0, 9784.0, 9789.0, 9758.0, 9733.0, 9769.0, 9776.0, 9817.0, 9795.0, 9802.0, 9784.0, 9782.0, 9806.0, 9782.0, 9781.0, 9811.0, 9810.0, 9808.0, 9802.0, 9804.0, 9816.0, 9820.0, 9809.0, 9836.0, 9832.0, 9858.0, 9834.0, 9834.0, 9837.0, 9814.0, 9861.0, 9833.0, 9856.0, 9816.0, 9837.0, 9817.0, 9881.0, 9874.0, 9842.0, 9867.0, 9828.0, 9862.0, 9831.0, 9842.0, 9836.0, 9795.0, 9847.0, 9820.0, 9816.0, 9831.0, 9831.0, 9843.0, 9884.0, 9863.0, 9878.0, 9849.0, 9867.0, 9907.0, 9935.0, 9906.0, 9862.0, 9870.0, 9839.0, 9879.0, 9877.0, 9858.0, 9869.0, 9837.0, 9849.0, 9820.0, 9804.0, 9787.0, 9791.0, 9805.0, 9795.0, 9796.0, 9809.0, 9814.0, 9826.0, 9798.0, 9863.0, 9823.0, 9820.0, 9788.0, 9791.0, 9807.0, 9791.0, 9809.0, 9799.0, 9824.0, 9800.0, 9852.0, 9813.0, 9796.0, 9798.0, 9806.0, 9816.0, 9822.0, 9844.0, 9829.0, 9870.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.012424402298850574</td></tr>
<tr><td colspan=3>aqi</td><td>0.07419693862068966</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.58868881882621</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2410744601150738</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.154341330713465</td></tr>
<tr><td colspan=3>efc</td><td>0.5003</td></tr>
<tr><td colspan=3>fber</td><td>4469.2358</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15981869458336087</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>174</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7332049067363045</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.565347575200984</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9304227483150957</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.703844396692834</td></tr>
<tr><td colspan=3>gcor</td><td>0.0187816</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004190657287836075</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.049258071929216385</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.886149753648571</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>11.6792</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.3389</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.3334</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297500.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1157.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.7445</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1174</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.651</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3630.3628</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3862.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4735.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>993.7794</td></tr>
<tr><td colspan=3>tsnr</td><td>22.885440655052662</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>