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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0024_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-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024/ses-03/func/sub-0024_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>ad90aa9929ba802b4b56430af281caca</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>11:41:20.105000</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.998477, -0.0472374, 0.0285164, 0.043769, 0.992749, 0.111954]</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.0810935</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7787, -7249, 590, -87, -285, 74, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.982</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1aad1f19-0b96-49d9-94fc-08a91e91fed0||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.678839683532715, 0.1174289882183075, 0.09071480482816696, 104.52643585205078], [0.1267343908548355, 2.663472890853882, 0.2984464466571808, -88.21803283691406], [0.07650747150182724, -0.30036550760269165, 2.6819210052490234, -55.4486083984375], [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': ['114120.105000', '114120.565000', '114121.025000', '114121.485000', '114121.945000', '114122.405000', '114122.865000', '114123.325000', '114123.785000', '114124.245000', '114124.705000', '114125.165000', '114125.625000', '114126.085000', '114126.545000', '114127.005000', '114127.465000', '114127.925000', '114128.385000', '114128.845000', '114129.305000', '114129.765000', '114130.225000', '114130.685000', '114131.145000', '114131.605000', '114132.065000', '114132.525000', '114132.985000', '114133.445000', '114133.905000', '114134.365000', '114134.825000', '114135.285000', '114135.745000', '114136.205000', '114136.665000', '114137.125000', '114137.585000', '114138.045000', '114138.505000', '114138.965000', '114139.425000', '114139.885000', '114140.345000', '114140.805000', '114141.265000', '114141.725000', '114142.185000', '114142.645000', '114143.105000', '114143.565000', '114144.025000', '114144.485000', '114144.945000', '114145.405000', '114145.865000', '114146.325000', '114146.785000', '114147.245000', '114147.705000', '114148.165000', '114148.625000', '114149.085000', '114149.545000', '114150.005000', '114150.465000', '114150.925000', '114151.385000', '114151.845000', '114152.305000', '114152.765000', '114153.225000', '114153.685000', '114154.145000', '114154.605000', '114155.065000', '114155.525000', '114155.985000', '114156.445000', '114156.905000', '114157.365000', '114157.825000', '114158.285000', '114158.745000', '114159.205000', '114159.665000', '114200.125000', '114200.585000', '114201.045000', '114201.505000', '114201.965000', '114202.425000', '114202.885000', '114203.345000', '114203.805000', '114204.265000', '114204.725000', '114205.185000', '114205.645000', '114206.105000', '114206.565000', '114207.025000', '114207.485000', '114207.945000', '114208.405000', '114208.865000', '114209.325000', '114209.785000', '114210.245000', '114210.705000', '114211.165000', '114211.625000', '114212.085000', '114212.545000', '114213.005000', '114213.465000', '114213.925000', '114214.385000', '114214.845000', '114215.305000', '114215.765000', '114216.225000', '114216.685000', '114217.145000', '114217.605000', '114218.065000', '114218.525000', '114218.985000', '114219.445000', '114219.905000', '114220.365000', '114220.825000', '114221.285000', '114221.745000', '114222.205000', '114222.665000', '114223.125000', '114223.585000', '114224.045000', '114224.505000', '114224.965000', '114225.425000', '114225.885000', '114226.345000', '114226.805000', '114227.265000', '114227.725000', '114228.185000', '114228.645000', '114229.105000', '114229.565000', '114230.025000', '114230.485000', '114230.945000', '114231.405000', '114231.865000', '114232.325000', '114232.785000', '114233.245000', '114233.705000', '114234.165000', '114234.625000', '114235.085000', '114235.545000', '114236.005000', '114236.465000', '114236.925000', '114237.385000', '114237.845000', '114238.305000', '114238.765000', '114239.225000', '114239.685000', '114240.145000', '114240.605000', '114241.065000', '114241.525000', '114241.985000', '114242.445000', '114242.905000', '114243.365000', '114243.825000', '114244.285000', '114244.745000', '114245.205000', '114245.665000', '114246.125000', '114246.585000', '114247.045000', '114247.505000', '114247.965000', '114248.425000', '114248.885000', '114249.345000', '114249.805000', '114250.265000', '114250.725000', '114251.185000', '114251.645000', '114252.105000', '114252.565000', '114253.025000', '114253.485000', '114253.945000', '114254.405000', '114254.865000', '114255.325000', '114255.785000', '114256.245000', '114256.705000', '114257.165000', '114257.625000', '114258.085000', '114258.545000', '114259.005000', '114259.465000', '114259.925000', '114300.385000', '114300.845000', '114301.305000', '114301.765000', '114302.225000', '114302.685000', '114303.145000', '114303.605000', '114304.065000', '114304.525000', '114304.985000', '114305.445000', '114305.905000', '114306.365000', '114306.825000', '114307.285000', '114307.745000', '114308.205000', '114308.665000', '114309.125000', '114309.585000', '114310.045000', '114310.505000', '114310.965000', '114311.425000', '114311.885000', '114312.345000', '114312.805000', '114313.265000', '114313.725000', '114314.185000', '114314.645000', '114315.105000', '114315.565000', '114316.025000', '114316.485000', '114316.945000', '114317.405000', '114317.865000', '114318.325000', '114318.785000', '114319.245000', '114319.705000', '114320.165000', '114320.625000', '114321.085000', '114321.545000', '114322.005000', '114322.465000', '114322.925000', '114323.385000', '114323.845000', '114324.305000', '114324.765000', '114325.225000', '114325.685000', '114326.145000', '114326.605000', '114327.065000', '114327.525000', '114327.985000', '114328.445000', '114328.905000', '114329.365000', '114329.825000', '114330.285000', '114330.745000', '114331.205000', '114331.665000', '114332.125000', '114332.585000', '114333.045000', '114333.505000', '114333.965000', '114334.425000', '114334.885000', '114335.345000', '114335.805000', '114336.265000', '114336.725000', '114337.185000', '114337.645000', '114338.105000', '114338.565000', '114339.025000', '114339.485000', '114339.945000', '114340.405000', '114340.865000', '114341.325000', '114341.785000', '114342.245000', '114342.705000', '114343.165000', '114343.625000', '114344.085000', '114344.545000', '114345.005000', '114345.465000', '114345.925000', '114346.385000', '114346.845000', '114347.305000', '114347.765000', '114348.225000', '114348.685000', '114349.145000', '114349.605000', '114350.065000', '114350.525000', '114350.985000', '114351.445000', '114351.905000', '114352.365000', '114352.825000', '114353.285000', '114353.745000', '114354.205000', '114354.665000', '114355.125000', '114355.585000', '114356.045000', '114356.505000', '114356.965000', '114357.425000', '114357.885000', '114358.345000', '114358.805000', '114359.265000', '114359.725000', '114400.185000', '114400.645000', '114401.105000', '114401.565000', '114402.025000', '114402.485000', '114402.945000', '114403.405000', '114403.865000', '114404.325000', '114404.785000', '114405.245000', '114405.705000', '114406.165000', '114406.625000', '114407.085000', '114407.545000', '114408.005000', '114408.465000', '114408.925000', '114409.385000', '114409.845000', '114410.305000', '114410.765000', '114411.225000', '114411.685000', '114412.145000', '114412.605000', '114413.065000', '114413.525000', '114413.985000', '114414.445000', '114414.905000', '114415.365000', '114415.825000', '114416.285000', '114416.745000', '114417.205000', '114417.665000', '114418.125000', '114418.585000', '114419.045000', '114419.505000', '114419.965000', '114420.425000', '114420.885000', '114421.345000', '114421.805000', '114422.265000', '114422.725000', '114423.185000', '114423.645000', '114424.105000', '114424.565000', '114425.025000', '114425.485000', '114425.945000', '114426.405000', '114426.865000', '114427.325000', '114427.785000', '114428.245000', '114428.705000', '114429.165000', '114429.625000', '114430.085000', '114430.545000', '114431.005000', '114431.465000', '114431.925000', '114432.385000', '114432.845000', '114433.305000', '114433.765000', '114434.225000', '114434.685000', '114435.145000', '114435.605000', '114436.065000', '114436.525000', '114436.985000', '114437.445000', '114437.905000', '114438.365000', '114438.825000', '114439.285000', '114439.745000', '114440.205000', '114440.665000', '114441.125000', '114441.585000', '114442.045000', '114442.505000', '114442.965000', '114443.425000', '114443.885000', '114444.345000', '114444.805000', '114445.265000', '114445.725000', '114446.185000', '114446.645000', '114447.105000', '114447.565000', '114448.025000', '114448.485000', '114448.945000', '114449.405000', '114449.865000', '114450.325000', '114450.785000', '114451.245000', '114451.705000', '114452.165000', '114452.625000', '114453.085000', '114453.545000', '114454.005000', '114454.465000', '114454.925000', '114455.385000', '114455.845000', '114456.305000', '114456.765000', '114457.225000', '114457.685000', '114458.145000', '114458.605000', '114459.065000', '114459.525000', '114459.985000', '114500.445000', '114500.905000', '114501.365000', '114501.825000', '114502.285000', '114502.745000', '114503.205000', '114503.665000', '114504.125000', '114504.585000', '114505.045000', '114505.505000', '114505.965000', '114506.425000', '114506.885000', '114507.345000', '114507.805000', '114508.265000', '114508.725000', '114509.185000', '114509.645000', '114510.105000', '114510.565000', '114511.025000', '114511.485000', '114511.945000', '114512.405000', '114512.865000', '114513.325000', '114513.785000', '114514.245000', '114514.705000', '114515.165000', '114515.625000', '114516.085000', '114516.545000', '114517.005000', '114517.465000', '114517.925000', '114518.385000', '114518.845000', '114519.305000', '114519.765000', '114520.225000', '114520.685000', '114521.145000', '114521.605000', '114522.065000', '114522.525000', '114522.985000', '114523.445000', '114523.905000', '114524.365000', '114524.825000', '114525.285000', '114525.745000', '114526.205000', '114526.665000', '114527.125000', '114527.585000', '114528.045000', '114528.505000', '114528.965000', '114529.425000', '114529.885000', '114530.345000', '114530.805000', '114531.265000', '114531.725000', '114532.185000', '114532.645000', '114533.105000', '114533.565000', '114534.025000', '114534.485000', '114534.945000', '114535.405000', '114535.865000', '114536.325000', '114536.785000', '114537.245000', '114537.705000', '114538.165000', '114538.625000', '114539.085000', '114539.545000', '114540.005000', '114540.465000', '114540.925000', '114541.385000', '114541.845000', '114542.305000', '114542.765000', '114543.225000', '114543.685000', '114544.145000', '114544.605000', '114545.065000', '114545.525000', '114545.985000', '114546.445000', '114546.905000', '114547.365000', '114547.825000', '114548.285000', '114548.745000', '114549.205000', '114549.665000', '114550.125000', '114550.585000', '114551.045000', '114551.505000', '114551.965000', '114552.425000', '114552.885000', '114553.345000', '114553.805000', '114554.265000', '114554.725000', '114555.185000', '114555.645000', '114556.105000', '114556.565000', '114557.025000', '114557.485000', '114557.945000', '114558.405000', '114558.865000', '114559.325000', '114559.785000', '114600.245000', '114600.705000', '114601.165000', '114601.625000', '114602.085000', '114602.545000', '114603.005000', '114603.465000', '114603.925000', '114604.385000', '114604.845000', '114605.305000', '114605.765000', '114606.225000', '114606.685000', '114607.145000', '114607.605000', '114608.065000', '114608.525000', '114608.985000', '114609.445000', '114609.905000', '114610.365000', '114610.825000', '114611.285000', '114611.745000', '114612.205000', '114612.665000', '114613.125000', '114613.585000', '114614.045000', '114614.505000', '114614.965000', '114615.425000', '114615.885000', '114616.345000', '114616.805000', '114617.265000', '114617.725000', '114618.185000', '114618.645000', '114619.105000', '114619.565000', '114620.025000', '114620.485000', '114620.945000', '114621.405000', '114621.865000', '114622.325000', '114622.785000', '114623.245000', '114623.705000', '114624.165000', '114624.625000', '114625.085000', '114625.545000', '114626.005000', '114626.465000', '114626.925000', '114627.385000', '114627.845000', '114628.305000', '114628.765000', '114629.225000', '114629.685000', '114630.145000', '114630.605000', '114631.065000', '114631.525000', '114631.985000', '114632.445000', '114632.905000', '114633.365000', '114633.825000', '114634.285000', '114634.745000', '114635.205000', '114635.665000', '114636.125000', '114636.585000', '114637.045000', '114637.505000', '114637.965000', '114638.425000', '114638.885000', '114639.345000', '114639.805000', '114640.265000', '114640.725000', '114641.185000', '114641.645000', '114642.105000', '114642.565000', '114643.025000', '114643.485000', '114643.945000', '114644.405000', '114644.865000', '114645.325000', '114645.785000', '114646.245000', '114646.705000', '114647.165000', '114647.625000', '114648.085000', '114648.545000', '114649.005000', '114649.465000', '114649.925000', '114650.385000', '114650.845000', '114651.305000', '114651.765000', '114652.225000', '114652.685000', '114653.145000', '114653.605000', '114654.065000', '114654.525000', '114654.985000', '114655.445000', '114655.905000', '114656.365000', '114656.825000', '114657.285000', '114657.745000', '114658.205000', '114658.665000', '114659.125000', '114659.585000', '114700.045000', '114700.505000', '114700.965000', '114701.425000', '114701.885000', '114702.345000', '114702.805000', '114703.265000', '114703.725000', '114704.185000', '114704.645000', '114705.105000', '114705.565000', '114706.025000', '114706.485000', '114706.945000', '114707.405000', '114707.865000', '114708.325000', '114708.785000', '114709.245000', '114709.705000', '114710.165000', '114710.625000', '114711.085000', '114711.545000', '114712.005000', '114712.465000', '114712.925000', '114713.385000', '114713.845000', '114714.305000', '114714.765000', '114715.225000', '114715.685000', '114716.145000', '114716.605000', '114717.065000', '114717.525000', '114717.985000', '114718.445000', '114718.905000', '114719.365000', '114719.825000', '114720.285000', '114720.745000', '114721.205000', '114721.665000', '114722.125000', '114722.585000', '114723.045000', '114723.505000', '114723.965000', '114724.425000', '114724.885000', '114725.345000', '114725.805000', '114726.265000', '114726.725000', '114727.185000', '114727.645000', '114728.105000', '114728.565000', '114729.025000', '114729.485000', '114729.945000', '114730.405000', '114730.865000', '114731.325000', '114731.785000', '114732.245000', '114732.705000', '114733.165000', '114733.625000', '114734.085000', '114734.545000', '114735.005000', '114735.465000', '114735.925000', '114736.385000', '114736.845000', '114737.305000', '114737.765000', '114738.225000', '114738.685000', '114739.145000', '114739.605000', '114740.065000', '114740.525000', '114740.985000', '114741.445000', '114741.905000', '114742.365000', '114742.825000', '114743.285000', '114743.745000', '114744.205000', '114744.665000', '114745.125000', '114745.585000', '114746.045000', '114746.505000', '114746.965000', '114747.425000', '114747.885000', '114748.345000', '114748.805000', '114749.265000', '114749.725000', '114750.185000', '114750.645000', '114751.105000', '114751.565000', '114752.025000', '114752.485000', '114752.945000', '114753.405000', '114753.865000', '114754.325000', '114754.785000', '114755.245000', '114755.705000', '114756.165000', '114756.625000', '114757.085000', '114757.545000', '114758.005000', '114758.465000', '114758.925000', '114759.385000', '114759.845000', '114800.305000', '114800.765000'], 'ContentTime': ['114143.282000', '114143.285000', '114143.288000', '114143.291000', '114143.294000', '114143.296000', '114143.299000', '114143.302000', '114143.310000', '114143.313000', '114143.315000', '114143.318000', '114143.321000', '114143.324000', '114143.327000', '114143.329000', '114143.332000', '114143.335000', '114143.338000', '114143.340000', '114143.343000', '114143.346000', '114143.349000', '114143.352000', '114143.354000', '114143.357000', '114143.360000', '114143.363000', '114143.366000', '114143.369000', '114143.372000', '114143.374000', '114143.384000', '114143.387000', '114143.389000', '114143.392000', '114143.395000', '114143.398000', '114143.401000', '114143.403000', '114143.406000', '114143.409000', '114143.412000', '114143.415000', '114143.417000', '114143.420000', '114143.423000', '114143.426000', '114143.429000', '114203.247000', '114203.250000', '114203.253000', '114203.255000', '114203.258000', '114203.261000', '114203.264000', '114203.266000', '114203.269000', '114203.272000', '114203.275000', '114203.278000', '114203.280000', '114203.283000', '114203.286000', '114203.289000', '114203.291000', '114203.294000', '114203.297000', '114203.300000', '114203.303000', '114203.306000', '114203.308000', '114203.311000', '114203.314000', '114203.322000', '114203.324000', '114203.327000', '114203.330000', '114203.333000', '114203.335000', '114203.338000', '114203.341000', '114203.344000', '114203.347000', '114203.350000', '114203.352000', '114203.355000', '114203.358000', '114203.361000', '114203.363000', '114203.366000', '114203.369000', '114203.372000', '114223.247000', '114223.250000', '114223.252000', '114223.255000', '114223.258000', '114223.261000', '114223.264000', '114223.267000', '114223.269000', '114223.272000', '114223.275000', '114223.278000', '114223.280000', '114223.283000', '114223.286000', '114223.289000', '114223.292000', '114223.294000', '114223.297000', '114223.300000', '114223.303000', '114223.305000', '114223.308000', '114223.311000', '114223.314000', '114223.316000', '114223.319000', '114223.323000', '114223.326000', '114223.329000', '114223.332000', '114223.349000', '114223.352000', '114223.355000', '114223.358000', '114223.360000', '114223.363000', '114223.366000', '114223.369000', '114223.372000', '114223.374000', '114223.377000', '114223.380000', '114243.247000', '114243.250000', '114243.252000', '114243.255000', '114243.258000', '114243.261000', '114243.264000', '114243.266000', '114243.269000', '114243.272000', '114243.275000', '114243.278000', '114243.280000', '114243.283000', '114243.286000', '114243.289000', '114243.291000', '114243.294000', '114243.297000', '114243.300000', '114243.303000', '114243.306000', '114243.308000', '114243.311000', '114243.314000', '114243.321000', '114243.323000', '114243.326000', '114243.329000', '114243.332000', '114243.334000', '114243.337000', '114243.340000', '114243.343000', '114243.346000', '114243.348000', '114243.351000', '114243.354000', '114243.357000', '114243.360000', '114243.362000', '114243.365000', '114243.368000', '114243.371000', '114303.247000', '114303.250000', '114303.253000', '114303.255000', '114303.258000', '114303.261000', '114303.264000', '114303.266000', '114303.269000', '114303.272000', '114303.275000', '114303.278000', '114303.280000', '114303.283000', '114303.286000', '114303.289000', '114303.291000', '114303.309000', '114303.312000', '114303.315000', '114303.318000', '114303.320000', '114303.323000', '114303.326000', '114303.329000', '114303.331000', '114303.334000', '114303.337000', '114303.340000', '114303.342000', '114303.345000', '114303.348000', '114303.351000', '114303.353000', '114303.356000', '114303.359000', '114303.362000', '114303.364000', '114303.367000', '114303.370000', '114303.373000', '114303.376000', '114303.378000', '114323.247000', '114323.250000', '114323.252000', '114323.255000', '114323.258000', '114323.261000', '114323.264000', '114323.266000', '114323.269000', '114323.272000', '114323.275000', '114323.278000', '114323.281000', '114323.283000', '114323.286000', '114323.289000', '114323.292000', '114323.295000', '114323.297000', '114323.300000', '114323.303000', '114323.306000', '114323.309000', '114323.312000', '114323.314000', '114323.317000', '114323.320000', '114323.323000', '114323.325000', '114323.328000', '114323.331000', '114323.334000', '114323.337000', '114323.339000', '114323.342000', '114323.345000', '114323.348000', '114323.351000', '114323.353000', '114323.356000', '114323.359000', '114323.362000', '114323.365000', '114323.367000', '114343.247000', '114343.250000', '114343.253000', '114343.256000', '114343.258000', '114343.261000', '114343.264000', '114343.267000', '114343.269000', '114343.272000', '114343.275000', '114343.278000', '114343.281000', '114343.283000', '114343.286000', '114343.289000', '114343.292000', '114343.295000', '114343.297000', '114343.300000', '114343.303000', '114343.306000', '114343.309000', '114343.311000', '114343.314000', '114343.317000', '114343.320000', '114343.322000', '114343.325000', '114343.328000', '114343.331000', '114343.334000', '114343.337000', '114343.339000', '114343.342000', '114343.345000', '114343.348000', '114343.350000', '114343.353000', '114343.356000', '114343.360000', '114343.363000', '114343.366000', '114403.248000', '114403.251000', '114403.254000', '114403.256000', '114403.259000', '114403.262000', '114403.265000', '114403.268000', '114403.270000', '114403.273000', '114403.276000', '114403.279000', '114403.286000', '114403.289000', '114403.292000', '114403.295000', '114403.297000', '114403.300000', '114403.303000', '114403.306000', '114403.309000', '114403.311000', '114403.314000', '114403.317000', '114403.320000', '114403.322000', '114403.325000', '114403.328000', '114403.331000', '114403.334000', '114403.337000', '114403.339000', '114403.342000', '114403.345000', '114403.348000', '114403.350000', '114403.353000', '114403.356000', '114403.359000', '114403.362000', '114403.364000', '114403.367000', '114403.370000', '114403.373000', '114423.247000', '114423.250000', '114423.253000', '114423.256000', '114423.258000', '114423.261000', '114423.264000', '114423.267000', '114423.270000', '114423.272000', '114423.275000', '114423.278000', '114423.281000', '114423.284000', '114423.286000', '114423.289000', '114423.292000', '114423.295000', '114423.298000', '114423.300000', '114423.303000', '114423.306000', '114423.309000', '114423.311000', '114423.314000', '114423.317000', '114423.320000', '114423.322000', '114423.325000', '114423.328000', '114423.331000', '114423.333000', '114423.336000', '114423.339000', '114423.342000', '114423.345000', '114423.347000', '114423.350000', '114423.353000', '114423.356000', '114423.358000', '114423.361000', '114423.364000', '114443.247000', '114443.250000', '114443.252000', '114443.255000', '114443.258000', '114443.261000', '114443.263000', '114443.266000', '114443.269000', '114443.272000', '114443.275000', '114443.277000', '114443.280000', '114443.294000', '114443.297000', '114443.300000', '114443.302000', '114443.305000', '114443.308000', '114443.311000', '114443.314000', '114443.316000', '114443.319000', '114443.322000', '114443.325000', '114443.327000', '114443.330000', '114443.333000', '114443.336000', '114443.339000', '114443.342000', '114443.344000', '114443.347000', '114443.350000', '114443.353000', '114443.355000', '114443.358000', '114443.361000', '114443.368000', '114443.371000', '114443.373000', '114443.376000', '114443.379000', '114443.382000', '114503.247000', '114503.250000', '114503.253000', '114503.256000', '114503.258000', '114503.261000', '114503.264000', '114503.267000', '114503.270000', '114503.272000', '114503.275000', '114503.278000', '114503.281000', '114503.284000', '114503.286000', '114503.289000', '114503.292000', '114503.295000', '114503.298000', '114503.300000', '114503.303000', '114503.306000', '114503.309000', '114503.312000', '114503.314000', '114503.317000', '114503.320000', '114503.323000', '114503.326000', '114503.329000', '114503.331000', '114503.334000', '114503.337000', '114503.340000', '114503.342000', '114503.345000', '114503.348000', '114503.351000', '114503.354000', '114503.356000', '114503.359000', '114503.362000', '114503.365000', '114523.247000', '114523.250000', '114523.253000', '114523.256000', '114523.259000', '114523.262000', '114523.265000', '114523.267000', '114523.270000', '114523.273000', '114523.276000', '114523.279000', '114523.282000', '114523.284000', '114523.287000', '114523.290000', '114523.293000', '114523.296000', '114523.298000', '114523.301000', '114523.304000', '114523.307000', '114523.310000', '114523.312000', '114523.315000', '114523.318000', '114523.321000', '114523.324000', '114523.326000', '114523.329000', '114523.332000', '114523.335000', '114523.338000', '114523.340000', '114523.343000', '114523.346000', '114523.349000', '114523.351000', '114523.354000', '114523.357000', '114523.360000', '114523.363000', '114523.366000', '114543.247000', '114543.250000', '114543.253000', '114543.255000', '114543.258000', '114543.261000', '114543.264000', '114543.266000', '114543.269000', '114543.272000', '114543.275000', '114543.287000', '114543.290000', '114543.293000', '114543.296000', '114543.298000', '114543.301000', '114543.304000', '114543.307000', '114543.310000', '114543.312000', '114543.315000', '114543.318000', '114543.321000', '114543.324000', '114543.327000', '114543.329000', '114543.332000', '114543.335000', '114543.338000', '114543.340000', '114543.343000', '114543.346000', '114543.349000', '114543.352000', '114543.354000', '114543.357000', '114543.360000', '114543.363000', '114543.366000', '114543.368000', '114543.371000', '114543.374000', '114543.377000', '114603.247000', '114603.250000', '114603.253000', '114603.256000', '114603.259000', '114603.261000', '114603.264000', '114603.267000', '114603.270000', '114603.272000', '114603.275000', '114603.278000', '114603.281000', '114603.284000', '114603.287000', '114603.289000', '114603.292000', '114603.295000', '114603.298000', '114603.301000', '114603.304000', '114603.306000', '114603.309000', '114603.312000', '114603.315000', '114603.318000', '114603.320000', '114603.323000', '114603.326000', '114603.329000', '114603.332000', '114603.334000', '114603.337000', '114603.340000', '114603.343000', '114603.346000', '114603.348000', '114603.351000', '114603.376000', '114603.379000', '114603.382000', '114603.384000', '114603.387000', '114623.248000', '114623.251000', '114623.254000', '114623.256000', '114623.259000', '114623.262000', '114623.265000', '114623.268000', '114623.271000', '114623.274000', '114623.276000', '114623.279000', '114623.282000', '114623.285000', '114623.288000', '114623.291000', '114623.294000', '114623.297000', '114623.299000', '114623.302000', '114623.305000', '114623.308000', '114623.311000', '114623.313000', '114623.316000', '114623.319000', '114623.322000', '114623.325000', '114623.327000', '114623.330000', '114623.333000', '114623.336000', '114623.339000', '114623.341000', '114623.344000', '114623.347000', '114623.350000', '114623.353000', '114623.355000', '114623.358000', '114623.361000', '114623.364000', '114623.367000', '114623.369000', '114643.247000', '114643.250000', '114643.253000', '114643.255000', '114643.258000', '114643.261000', '114643.264000', '114643.267000', '114643.269000', '114643.272000', '114643.275000', '114643.278000', '114643.281000', '114643.283000', '114643.286000', '114643.289000', '114643.292000', '114643.295000', '114643.298000', '114643.301000', '114643.303000', '114643.306000', '114643.309000', '114643.312000', '114643.315000', '114643.317000', '114643.320000', '114643.323000', '114643.326000', '114643.329000', '114643.331000', '114643.334000', '114643.337000', '114643.340000', '114643.342000', '114643.345000', '114643.348000', '114643.351000', '114643.354000', '114643.356000', '114643.359000', '114643.362000', '114643.365000', '114703.247000', '114703.250000', '114703.253000', '114703.255000', '114703.258000', '114703.261000', '114703.264000', '114703.266000', '114703.269000', '114703.272000', '114703.275000', '114703.278000', '114703.280000', '114703.283000', '114703.286000', '114703.289000', '114703.291000', '114703.294000', '114703.297000', '114703.300000', '114703.302000', '114703.305000', '114703.309000', '114703.311000', '114703.314000', '114703.317000', '114703.320000', '114703.322000', '114703.325000', '114703.328000', '114703.331000', '114703.334000', '114703.336000', '114703.339000', '114703.342000', '114703.345000', '114703.348000', '114703.350000', '114703.353000', '114703.356000', '114703.359000', '114703.362000', '114703.364000', '114703.367000', '114723.247000', '114723.250000', '114723.253000', '114723.256000', '114723.259000', '114723.261000', '114723.264000', '114723.267000', '114723.270000', '114723.273000', '114723.275000', '114723.278000', '114723.281000', '114723.284000', '114723.287000', '114723.290000', '114723.293000', '114723.296000', '114723.300000', '114723.303000', '114723.306000', '114723.309000', '114723.312000', '114723.315000', '114723.317000', '114723.320000', '114723.323000', '114723.326000', '114723.329000', '114723.332000', '114723.335000', '114723.337000', '114723.340000', '114723.343000', '114723.346000', '114723.349000', '114723.352000', '114723.354000', '114723.357000', '114723.360000', '114723.363000', '114723.366000', '114723.368000', '114743.247000', '114743.250000', '114743.253000', '114743.255000', '114743.258000', '114743.261000', '114743.264000', '114743.267000', '114743.270000', '114743.272000', '114743.275000', '114743.278000', '114743.281000', '114743.284000', '114743.286000', '114743.289000', '114743.292000', '114743.295000', '114743.298000', '114743.300000', '114743.303000', '114743.306000', '114743.309000', '114743.312000', '114743.314000', '114743.317000', '114743.320000', '114743.323000', '114743.326000', '114743.328000', '114743.331000', '114743.334000', '114743.337000', '114743.340000', '114743.343000', '114743.345000', '114743.348000', '114743.351000', '114743.354000', '114743.357000', '114743.359000', '114743.362000', '114743.365000', '114743.368000', '114801.541000', '114801.544000', '114801.547000', '114801.550000', '114801.553000', '114801.557000', '114801.560000', '114801.564000', '114801.567000', '114801.570000', '114801.573000', '114801.575000', '114801.578000', '114801.581000', '114801.584000', '114801.587000', '114801.590000', '114801.592000', '114801.596000', '114801.599000', '114801.602000', '114801.605000', '114801.608000', '114801.610000', '114801.613000', '114801.616000', '114801.619000', '114801.622000', '114801.625000', '114801.627000', '114801.630000', '114801.633000', '114801.636000', '114801.639000', '114801.642000', '114801.645000', '114801.647000', '114801.650000', '114801.653000', '114801.657000'], 'InstanceCreationTime': ['114143.282000', '114143.285000', '114143.288000', '114143.291000', '114143.294000', '114143.296000', '114143.299000', '114143.302000', '114143.310000', '114143.313000', '114143.315000', '114143.318000', '114143.321000', '114143.324000', '114143.327000', '114143.329000', '114143.332000', '114143.335000', '114143.338000', '114143.340000', '114143.343000', '114143.346000', '114143.349000', '114143.352000', '114143.354000', '114143.357000', '114143.360000', '114143.363000', '114143.366000', '114143.369000', '114143.372000', '114143.374000', '114143.384000', '114143.387000', '114143.389000', '114143.392000', '114143.395000', '114143.398000', '114143.401000', '114143.403000', '114143.406000', '114143.409000', '114143.412000', '114143.415000', '114143.417000', '114143.420000', '114143.423000', '114143.426000', '114143.429000', '114203.247000', '114203.250000', '114203.253000', '114203.255000', '114203.258000', '114203.261000', '114203.264000', '114203.266000', '114203.269000', '114203.272000', '114203.275000', '114203.278000', '114203.280000', '114203.283000', '114203.286000', '114203.289000', '114203.291000', '114203.294000', '114203.297000', '114203.300000', '114203.303000', '114203.306000', '114203.308000', '114203.311000', '114203.314000', '114203.322000', '114203.324000', '114203.327000', '114203.330000', '114203.333000', '114203.335000', '114203.338000', '114203.341000', '114203.344000', '114203.347000', '114203.350000', '114203.352000', '114203.355000', '114203.358000', '114203.361000', '114203.363000', '114203.366000', '114203.369000', '114203.372000', '114223.247000', '114223.250000', '114223.252000', '114223.255000', '114223.258000', '114223.261000', '114223.264000', '114223.267000', '114223.269000', '114223.272000', '114223.275000', '114223.278000', '114223.280000', '114223.283000', '114223.286000', '114223.289000', '114223.292000', '114223.294000', '114223.297000', '114223.300000', '114223.303000', '114223.305000', '114223.308000', '114223.311000', '114223.314000', '114223.316000', '114223.319000', '114223.323000', '114223.326000', '114223.329000', '114223.332000', '114223.349000', '114223.352000', '114223.355000', '114223.358000', '114223.360000', '114223.363000', '114223.366000', '114223.369000', '114223.372000', '114223.374000', '114223.377000', '114223.380000', '114243.247000', '114243.250000', '114243.252000', '114243.255000', '114243.258000', '114243.261000', '114243.264000', '114243.266000', '114243.269000', '114243.272000', '114243.275000', '114243.278000', '114243.280000', '114243.283000', '114243.286000', '114243.289000', '114243.291000', '114243.294000', '114243.297000', '114243.300000', '114243.303000', '114243.306000', '114243.308000', '114243.311000', '114243.314000', '114243.321000', '114243.323000', '114243.326000', '114243.329000', '114243.332000', '114243.334000', '114243.337000', '114243.340000', '114243.343000', '114243.346000', '114243.348000', '114243.351000', '114243.354000', '114243.357000', '114243.360000', '114243.362000', '114243.365000', '114243.368000', '114243.371000', '114303.247000', '114303.250000', '114303.253000', '114303.255000', '114303.258000', '114303.261000', '114303.264000', '114303.266000', '114303.269000', '114303.272000', '114303.275000', '114303.278000', '114303.280000', '114303.283000', '114303.286000', '114303.289000', '114303.291000', '114303.309000', '114303.312000', '114303.315000', '114303.318000', '114303.320000', '114303.323000', '114303.326000', '114303.329000', '114303.331000', '114303.334000', '114303.337000', '114303.340000', '114303.342000', '114303.345000', '114303.348000', '114303.351000', '114303.353000', '114303.356000', '114303.359000', '114303.362000', '114303.364000', '114303.367000', '114303.370000', '114303.373000', '114303.376000', '114303.378000', '114323.247000', '114323.250000', '114323.252000', '114323.255000', '114323.258000', '114323.261000', '114323.264000', '114323.266000', '114323.269000', '114323.272000', '114323.275000', '114323.278000', '114323.281000', '114323.283000', '114323.286000', '114323.289000', '114323.292000', '114323.295000', '114323.297000', '114323.300000', '114323.303000', '114323.306000', '114323.309000', '114323.312000', '114323.314000', '114323.317000', '114323.320000', '114323.323000', '114323.325000', '114323.328000', '114323.331000', '114323.334000', '114323.337000', '114323.339000', '114323.342000', '114323.345000', '114323.348000', '114323.351000', '114323.353000', '114323.356000', '114323.359000', '114323.362000', '114323.365000', '114323.367000', '114343.247000', '114343.250000', '114343.253000', '114343.256000', '114343.258000', '114343.261000', '114343.264000', '114343.267000', '114343.269000', '114343.272000', '114343.275000', '114343.278000', '114343.281000', '114343.283000', '114343.286000', '114343.289000', '114343.292000', '114343.295000', '114343.297000', '114343.300000', '114343.303000', '114343.306000', '114343.309000', '114343.311000', '114343.314000', '114343.317000', '114343.320000', '114343.322000', '114343.325000', '114343.328000', '114343.331000', '114343.334000', '114343.337000', '114343.339000', '114343.342000', '114343.345000', '114343.348000', '114343.350000', '114343.353000', '114343.356000', '114343.360000', '114343.363000', '114343.366000', '114403.248000', '114403.251000', '114403.254000', '114403.256000', '114403.259000', '114403.262000', '114403.265000', '114403.268000', '114403.270000', '114403.273000', '114403.276000', '114403.279000', '114403.286000', '114403.289000', '114403.292000', '114403.295000', '114403.297000', '114403.300000', '114403.303000', '114403.306000', '114403.309000', '114403.311000', '114403.314000', '114403.317000', '114403.320000', '114403.322000', '114403.325000', '114403.328000', '114403.331000', '114403.334000', '114403.337000', '114403.339000', '114403.342000', '114403.345000', '114403.348000', '114403.350000', '114403.353000', '114403.356000', '114403.359000', '114403.362000', '114403.364000', '114403.367000', '114403.370000', '114403.373000', '114423.247000', '114423.250000', '114423.253000', '114423.256000', '114423.258000', '114423.261000', '114423.264000', '114423.267000', '114423.270000', '114423.272000', '114423.275000', '114423.278000', '114423.281000', '114423.284000', '114423.286000', '114423.289000', '114423.292000', '114423.295000', '114423.298000', '114423.300000', '114423.303000', '114423.306000', '114423.309000', '114423.311000', '114423.314000', '114423.317000', '114423.320000', '114423.322000', '114423.325000', '114423.328000', '114423.331000', '114423.333000', '114423.336000', '114423.339000', '114423.342000', '114423.345000', '114423.347000', '114423.350000', '114423.353000', '114423.356000', '114423.358000', '114423.361000', '114423.364000', '114443.247000', '114443.250000', '114443.252000', '114443.255000', '114443.258000', '114443.261000', '114443.263000', '114443.266000', '114443.269000', '114443.272000', '114443.275000', '114443.277000', '114443.280000', '114443.294000', '114443.297000', '114443.300000', '114443.302000', '114443.305000', '114443.308000', '114443.311000', '114443.314000', '114443.316000', '114443.319000', '114443.322000', '114443.325000', '114443.327000', '114443.330000', '114443.333000', '114443.336000', '114443.339000', '114443.342000', '114443.344000', '114443.347000', '114443.350000', '114443.353000', '114443.355000', '114443.358000', '114443.361000', '114443.368000', '114443.371000', '114443.373000', '114443.376000', '114443.379000', '114443.382000', '114503.247000', '114503.250000', '114503.253000', '114503.256000', '114503.258000', '114503.261000', '114503.264000', '114503.267000', '114503.270000', '114503.272000', '114503.275000', '114503.278000', '114503.281000', '114503.284000', '114503.286000', '114503.289000', '114503.292000', '114503.295000', '114503.298000', '114503.300000', '114503.303000', '114503.306000', '114503.309000', '114503.312000', '114503.314000', '114503.317000', '114503.320000', '114503.323000', '114503.326000', '114503.329000', '114503.331000', '114503.334000', '114503.337000', '114503.340000', '114503.342000', '114503.345000', '114503.348000', '114503.351000', '114503.354000', '114503.356000', '114503.359000', '114503.362000', '114503.365000', '114523.247000', '114523.250000', '114523.253000', '114523.256000', '114523.259000', '114523.262000', '114523.265000', '114523.267000', '114523.270000', '114523.273000', '114523.276000', '114523.279000', '114523.282000', '114523.284000', '114523.287000', '114523.290000', '114523.293000', '114523.296000', '114523.298000', '114523.301000', '114523.304000', '114523.307000', '114523.310000', '114523.312000', '114523.315000', '114523.318000', '114523.321000', '114523.324000', '114523.326000', '114523.329000', '114523.332000', '114523.335000', '114523.338000', '114523.340000', '114523.343000', '114523.346000', '114523.349000', '114523.351000', '114523.354000', '114523.357000', '114523.360000', '114523.363000', '114523.366000', '114543.247000', '114543.250000', '114543.253000', '114543.255000', '114543.258000', '114543.261000', '114543.264000', '114543.266000', '114543.269000', '114543.272000', '114543.275000', '114543.287000', '114543.290000', '114543.293000', '114543.296000', '114543.298000', '114543.301000', '114543.304000', '114543.307000', '114543.310000', '114543.312000', '114543.315000', '114543.318000', '114543.321000', '114543.324000', '114543.327000', '114543.329000', '114543.332000', '114543.335000', '114543.338000', '114543.340000', '114543.343000', '114543.346000', '114543.349000', '114543.352000', '114543.354000', '114543.357000', '114543.360000', '114543.363000', '114543.366000', '114543.368000', '114543.371000', '114543.374000', '114543.377000', '114603.247000', '114603.250000', '114603.253000', '114603.256000', '114603.259000', '114603.261000', '114603.264000', '114603.267000', '114603.270000', '114603.272000', '114603.275000', '114603.278000', '114603.281000', '114603.284000', '114603.287000', '114603.289000', '114603.292000', '114603.295000', '114603.298000', '114603.301000', '114603.304000', '114603.306000', '114603.309000', '114603.312000', '114603.315000', '114603.318000', '114603.320000', '114603.323000', '114603.326000', '114603.329000', '114603.332000', '114603.334000', '114603.337000', '114603.340000', '114603.343000', '114603.346000', '114603.348000', '114603.351000', '114603.376000', '114603.379000', '114603.382000', '114603.384000', '114603.387000', '114623.248000', '114623.251000', '114623.254000', '114623.256000', '114623.259000', '114623.262000', '114623.265000', '114623.268000', '114623.271000', '114623.274000', '114623.276000', '114623.279000', '114623.282000', '114623.285000', '114623.288000', '114623.291000', '114623.294000', '114623.297000', '114623.299000', '114623.302000', '114623.305000', '114623.308000', '114623.311000', '114623.313000', '114623.316000', '114623.319000', '114623.322000', '114623.325000', '114623.327000', '114623.330000', '114623.333000', '114623.336000', '114623.339000', '114623.341000', '114623.344000', '114623.347000', '114623.350000', '114623.353000', '114623.355000', '114623.358000', '114623.361000', '114623.364000', '114623.367000', '114623.369000', '114643.247000', '114643.250000', '114643.253000', '114643.255000', '114643.258000', '114643.261000', '114643.264000', '114643.267000', '114643.269000', '114643.272000', '114643.275000', '114643.278000', '114643.281000', '114643.283000', '114643.286000', '114643.289000', '114643.292000', '114643.295000', '114643.298000', '114643.301000', '114643.303000', '114643.306000', '114643.309000', '114643.312000', '114643.315000', '114643.317000', '114643.320000', '114643.323000', '114643.326000', '114643.329000', '114643.331000', '114643.334000', '114643.337000', '114643.340000', '114643.342000', '114643.345000', '114643.348000', '114643.351000', '114643.354000', '114643.356000', '114643.359000', '114643.362000', '114643.365000', '114703.247000', '114703.250000', '114703.253000', '114703.255000', '114703.258000', '114703.261000', '114703.264000', '114703.266000', '114703.269000', '114703.272000', '114703.275000', '114703.278000', '114703.280000', '114703.283000', '114703.286000', '114703.289000', '114703.291000', '114703.294000', '114703.297000', '114703.300000', '114703.302000', '114703.305000', '114703.309000', '114703.311000', '114703.314000', '114703.317000', '114703.320000', '114703.322000', '114703.325000', '114703.328000', '114703.331000', '114703.334000', '114703.336000', '114703.339000', '114703.342000', '114703.345000', '114703.348000', '114703.350000', '114703.353000', '114703.356000', '114703.359000', '114703.362000', '114703.364000', '114703.367000', '114723.247000', '114723.250000', '114723.253000', '114723.256000', '114723.259000', '114723.261000', '114723.264000', '114723.267000', '114723.270000', '114723.273000', '114723.275000', '114723.278000', '114723.281000', '114723.284000', '114723.287000', '114723.290000', '114723.293000', '114723.296000', '114723.300000', '114723.303000', '114723.306000', '114723.309000', '114723.312000', '114723.315000', '114723.317000', '114723.320000', '114723.323000', '114723.326000', '114723.329000', '114723.332000', '114723.335000', '114723.337000', '114723.340000', '114723.343000', '114723.346000', '114723.349000', '114723.352000', '114723.354000', '114723.357000', '114723.360000', '114723.363000', '114723.366000', '114723.368000', '114743.247000', '114743.250000', '114743.253000', '114743.255000', '114743.258000', '114743.261000', '114743.264000', '114743.267000', '114743.270000', '114743.272000', '114743.275000', '114743.278000', '114743.281000', '114743.284000', '114743.286000', '114743.289000', '114743.292000', '114743.295000', '114743.298000', '114743.300000', '114743.303000', '114743.306000', '114743.309000', '114743.312000', '114743.314000', '114743.317000', '114743.320000', '114743.323000', '114743.326000', '114743.328000', '114743.331000', '114743.334000', '114743.337000', '114743.340000', '114743.343000', '114743.345000', '114743.348000', '114743.351000', '114743.354000', '114743.357000', '114743.359000', '114743.362000', '114743.365000', '114743.368000', '114801.541000', '114801.544000', '114801.547000', '114801.550000', '114801.553000', '114801.557000', '114801.560000', '114801.564000', '114801.567000', '114801.570000', '114801.573000', '114801.575000', '114801.578000', '114801.581000', '114801.584000', '114801.587000', '114801.590000', '114801.592000', '114801.596000', '114801.599000', '114801.602000', '114801.605000', '114801.608000', '114801.610000', '114801.613000', '114801.616000', '114801.619000', '114801.622000', '114801.625000', '114801.627000', '114801.630000', '114801.633000', '114801.636000', '114801.639000', '114801.642000', '114801.645000', '114801.647000', '114801.650000', '114801.653000', '114801.657000'], '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': [10087, 12840, 10285, 10914, 8576, 9478, 8385, 9518, 8047, 10975, 8817, 10808, 8415, 8924, 8511, 9872, 10102, 11151, 9540, 9263, 8832, 8852, 9114, 9454, 8908, 10397, 8907, 11370, 8799, 12332, 8703, 12521, 8425, 12005, 8887, 12706, 11062, 11929, 9468, 8782, 13378, 8227, 10694, 8210, 10841, 7993, 8460, 8601, 8424, 8811, 8331, 9159, 8895, 9293, 11251, 8443, 12672, 9393, 10144, 8621, 9746, 9038, 9003, 11147, 8546, 11163, 8779, 9813, 8604, 9670, 8176, 9000, 7903, 8726, 13530, 10054, 10906, 8597, 9935, 8016, 9549, 8186, 9915, 10060, 9455, 14240, 8789, 10792, 8331, 10858, 9161, 11530, 8159, 10305, 8327, 9709, 11300, 9746, 13967, 9179, 12721, 8620, 10432, 8079, 11594, 11007, 11854, 9452, 9290, 12899, 9215, 13350, 10073, 11911, 8715, 11409, 8731, 10479, 9268, 11098, 14890, 10097, 13116, 8791, 10667, 8652, 10614, 9061, 11273, 9024, 10453, 8630, 9972, 9521, 10404, 14169, 9605, 12675, 9121, 10093, 8766, 12128, 9303, 11677, 9739, 12383, 8977, 11053, 11014, 10260, 14227, 11023, 12376, 9389, 11099, 8889, 9858, 10750, 9125, 13123, 10283, 11602, 8584, 9945, 8601, 9535, 8206, 10600, 8950, 10955, 8689, 9932, 10385, 8917, 13440, 9992, 11385, 9455, 11125, 8764, 9855, 9001, 10427, 12821, 9374, 13353, 9323, 10459, 8406, 10819, 8978, 11267, 9224, 10760, 8723, 9911, 8420, 10511, 10993, 10006, 12805, 8876, 11778, 8522, 10719, 8545, 10556, 8428, 10206, 9063, 9406, 13747, 9909, 11512, 9053, 10898, 8613, 9562, 8371, 10471, 8717, 11357, 8841, 11045, 8516, 10239, 8646, 10976, 9735, 11254, 8769, 10227, 8821, 10108, 13295, 9442, 13758, 10429, 11286, 8676, 10993, 8751, 11003, 9514, 11470, 12514, 9671, 13543, 8945, 10507, 8895, 10236, 9309, 10545, 10225, 8777, 11932, 9330, 10113, 8629, 10319, 8750, 10459, 8724, 10067, 8468, 10440, 10099, 9744, 13566, 8792, 11237, 8916, 10238, 10143, 10619, 8292, 9002, 10329, 8876, 13569, 10042, 11845, 9293, 14567, 9889, 12618, 9718, 10256, 8778, 9400, 8687, 10311, 14932, 10831, 11140, 8671, 9433, 8683, 9036, 8285, 9951, 8878, 9822, 9125, 9105, 13233, 9682, 10570, 9585, 10854, 8771, 10047, 8749, 10280, 13882, 9693, 12705, 9167, 11281, 8912, 10790, 9217, 11687, 10069, 10396, 10034, 8780, 12629, 8995, 12112, 9739, 11211, 8818, 10265, 8765, 10541, 8863, 11108, 9197, 9701, 9289, 8837, 13024, 9872, 10855, 9543, 10530, 8800, 9240, 8933, 9894, 13133, 9323, 11059, 9157, 11710, 8831, 10520, 8749, 9920, 8684, 10520, 8492, 9868, 12013, 9408, 12482, 9849, 11306, 8922, 9672, 10932, 10173, 13293, 10378, 10887, 8689, 8992, 8858, 9165, 12679, 10410, 9868, 8763, 9740, 8473, 9203, 10508, 9196, 12329, 9150, 10375, 8389, 10126, 8200, 10460, 10772, 10034, 10634, 8845, 11829, 9127, 10530, 8476, 10151, 10960, 9770, 13642, 8994, 10742, 8857, 10395, 8559, 10564, 8841, 10248, 8345, 9704, 8259, 10199, 10129, 9544, 13758, 10005, 10551, 8738, 10271, 9141, 10391, 11487, 9992, 14363, 10109, 11109, 8803, 10159, 8335, 10564, 9458, 10840, 10121, 9211, 12656, 9145, 11400, 8787, 11042, 9010, 11522, 9561, 9294, 9113, 8535, 9306, 8076, 10467, 8978, 9972, 12900, 10138, 10929, 9077, 10668, 9279, 13823, 10672, 12007, 10124, 11715, 10904, 10442, 10654, 8719, 13198, 9090, 11145, 9156, 9433, 8602, 9689, 8424, 8710, 10690, 8857, 11337, 9707, 9809, 8335, 9013, 8843, 8938, 11459, 9635, 9566, 8496, 9103, 8679, 8651, 11496, 9361, 9428, 8180, 9233, 8259, 8884, 11738, 9210, 9744, 7962, 9213, 8057, 9090, 7775, 10091, 9258, 9284, 9479, 8683, 12233, 9072, 10354, 8761, 9917, 7889, 9626, 9154, 9283, 13350, 9924, 11541, 9409, 10557, 8542, 9688, 8093, 10741, 9005, 10056, 8392, 10734, 8361, 10496, 8604, 10819, 9356, 10971, 8273, 10422, 11173, 9881, 14532, 10139, 11249, 8695, 10814, 8150, 10042, 8208, 10461, 11756, 9454, 11816, 9011, 10952, 8513, 9898, 9619, 10029, 9151, 8555, 12434, 8345, 10001, 8165, 9562, 7689, 9242, 7782, 9119, 7964, 10218, 11081, 9656, 8492, 8948, 12380, 8608, 11036, 8818, 10200, 8349, 10023, 7866, 9695, 8183, 9811, 11937, 9613, 10200, 8975, 12851, 8557, 10630, 8752, 10087, 8475, 9144, 11329, 8683, 11737, 9144, 9842, 8203, 9671, 7956, 9089, 8998, 9392, 10732, 9146, 8506, 8508, 12655, 8565, 10595, 9118, 9679, 8025, 9435, 9911, 8504, 11727, 9199, 10137, 8307, 9468, 7749, 8951, 9818, 9005, 11946, 9514, 10244, 8356, 9132, 7798, 9220, 8522, 9952, 10629, 9014, 11554, 8395, 11017, 8733, 11137, 9090, 10602, 8216, 10016, 8220, 9259, 8686, 9093, 11167, 10079, 8658, 9255, 8655, 8871, 11890, 9014, 10708, 8801, 10036, 8615, 8830, 11612, 8687, 11800, 9678, 10106, 8097, 9606, 8137, 8812, 9585, 9526, 10968, 9099, 10612, 8716, 11615, 8877, 11862, 10447, 11695, 8829, 9764, 7739, 8848, 8183, 9693, 11196, 9704, 10015, 8537, 11252, 8727, 10784, 8549, 10047, 12416, 9580, 11961, 8666, 10679, 8888, 10906, 8293, 10321, 9248, 9567, 8259, 8763, 8498, 8598, 11582, 9642, 10010, 8411, 9061, 11108, 8623, 11538, 8821, 10270, 10120, 9403, 12270, 8815, 10687, 8118, 9792, 12940, 9381, 10962, 8376, 9630, 7868, 9308, 11068, 9038, 10933, 8438, 10893, 8456, 9880, 8043, 9651, 14467, 9094, 10760, 8598, 11066, 9118, 9881, 13390, 9300, 11629, 9575, 10851, 8971, 9390, 10730, 8909, 11929, 10017, 10203, 7952, 9796, 11185, 9129, 11869, 9516, 11334, 9068, 10118, 8705, 8759, 8235, 8706, 13135, 8764, 11250, 9183, 10581, 8173, 10068, 8419, 10506, 7888, 10464, 11749, 11018, 9813, 8666, 11236, 8455, 11298, 8974, 11431, 10232, 10698, 8557, 9124, 12523, 9009, 10897, 8831, 10549, 8511, 10318, 8275, 9555, 8554, 9475, 12490, 9638, 11254, 8498, 12444, 8424, 11880, 9373, 10308, 9370, 8975, 13131, 9545, 11935, 9858, 10323, 8167, 8851, 10259, 8746, 12087, 10240, 10355, 8378, 9316, 8099, 9072, 9033, 9226, 12117, 9165, 11677, 8484, 10370, 8119, 10735, 8340, 10353, 12064, 9963, 12490, 8732, 11042, 9262], 'WindowCenter': [4558.0, 4550.0, 4516.0, 4501.0, 4481.0, 4490.0, 4471.0, 4479.0, 4469.0, 4500.0, 4479.0, 4501.0, 4470.0, 4479.0, 4468.0, 4489.0, 4487.0, 4499.0, 4488.0, 4489.0, 4479.0, 4481.0, 4494.0, 4504.0, 4482.0, 4504.0, 4479.0, 4485.0, 4493.0, 4523.0, 4495.0, 4524.0, 4482.0, 4499.0, 4467.0, 4497.0, 4499.0, 4511.0, 4478.0, 4468.0, 4505.0, 4481.0, 4485.0, 4467.0, 4485.0, 4468.0, 4467.0, 4466.0, 4469.0, 4480.0, 4468.0, 4479.0, 4480.0, 4490.0, 4514.0, 4481.0, 4524.0, 4491.0, 4490.0, 4466.0, 4490.0, 4479.0, 4481.0, 4511.0, 4481.0, 4513.0, 4492.0, 4504.0, 4481.0, 4490.0, 4482.0, 4492.0, 4470.0, 4495.0, 4533.0, 4516.0, 4515.0, 4495.0, 4504.0, 4482.0, 4505.0, 4494.0, 4504.0, 4501.0, 4504.0, 4533.0, 4509.0, 4525.0, 4495.0, 4527.0, 4507.0, 4526.0, 4483.0, 4504.0, 4497.0, 4505.0, 4513.0, 4503.0, 4530.0, 4493.0, 4522.0, 4494.0, 4502.0, 4484.0, 4526.0, 4514.0, 4525.0, 4517.0, 4506.0, 4525.0, 4494.0, 4523.0, 4491.0, 4509.0, 4481.0, 4508.0, 4480.0, 4500.0, 4479.0, 4500.0, 4519.0, 4489.0, 4510.0, 4478.0, 4488.0, 4468.0, 4487.0, 4468.0, 4498.0, 4468.0, 4500.0, 4480.0, 4490.0, 4489.0, 4501.0, 4521.0, 4505.0, 4521.0, 4490.0, 4489.0, 4482.0, 4510.0, 4480.0, 4502.0, 4489.0, 4509.0, 4479.0, 4499.0, 4488.0, 4487.0, 4506.0, 4486.0, 4495.0, 4465.0, 4484.0, 4463.0, 4475.0, 4474.0, 4465.0, 4494.0, 4487.0, 4484.0, 4466.0, 4475.0, 4468.0, 4477.0, 4468.0, 4488.0, 4478.0, 4498.0, 4468.0, 4502.0, 4488.0, 4468.0, 4508.0, 4490.0, 4501.0, 4478.0, 4497.0, 4480.0, 4486.0, 4465.0, 4486.0, 4495.0, 4475.0, 4505.0, 4476.0, 4485.0, 4466.0, 4486.0, 4477.0, 4487.0, 4477.0, 4486.0, 4478.0, 4488.0, 4467.0, 4498.0, 4486.0, 4487.0, 4507.0, 4477.0, 4497.0, 4479.0, 4487.0, 4469.0, 4496.0, 4467.0, 4488.0, 4467.0, 4478.0, 4519.0, 4488.0, 4497.0, 4468.0, 4486.0, 4467.0, 4476.0, 4468.0, 4487.0, 4468.0, 4498.0, 4478.0, 4497.0, 4478.0, 4489.0, 4467.0, 4498.0, 4479.0, 4499.0, 4477.0, 4499.0, 4479.0, 4489.0, 4507.0, 4478.0, 4507.0, 4489.0, 4486.0, 4468.0, 4486.0, 4466.0, 4486.0, 4474.0, 4497.0, 4495.0, 4476.0, 4505.0, 4466.0, 4485.0, 4466.0, 4487.0, 4467.0, 4487.0, 4487.0, 4493.0, 4510.0, 4491.0, 4500.0, 4480.0, 4486.0, 4479.0, 4498.0, 4479.0, 4499.0, 4480.0, 4516.0, 4501.0, 4492.0, 4518.0, 4479.0, 4499.0, 4491.0, 4500.0, 4500.0, 4500.0, 4481.0, 4489.0, 4490.0, 4479.0, 4508.0, 4490.0, 4498.0, 4490.0, 4521.0, 4490.0, 4510.0, 4478.0, 4476.0, 4466.0, 4476.0, 4464.0, 4488.0, 4506.0, 4487.0, 4484.0, 4467.0, 4477.0, 4467.0, 4477.0, 4468.0, 4489.0, 4478.0, 4489.0, 4479.0, 4481.0, 4518.0, 4490.0, 4500.0, 4488.0, 4498.0, 4478.0, 4488.0, 4470.0, 4489.0, 4508.0, 4477.0, 4508.0, 4479.0, 4486.0, 4466.0, 4486.0, 4479.0, 4509.0, 4487.0, 4487.0, 4488.0, 4467.0, 4521.0, 4490.0, 4506.0, 4478.0, 4488.0, 4477.0, 4485.0, 4466.0, 4486.0, 4465.0, 4498.0, 4476.0, 4480.0, 4475.0, 4477.0, 4507.0, 4489.0, 4498.0, 4478.0, 4485.0, 4466.0, 4477.0, 4467.0, 4489.0, 4507.0, 4476.0, 4486.0, 4480.0, 4497.0, 4477.0, 4486.0, 4469.0, 4488.0, 4477.0, 4499.0, 4467.0, 4489.0, 4496.0, 4479.0, 4508.0, 4489.0, 4497.0, 4466.0, 4476.0, 4487.0, 4486.0, 4505.0, 4486.0, 4484.0, 4465.0, 4464.0, 4464.0, 4477.0, 4498.0, 4486.0, 4475.0, 4466.0, 4475.0, 4465.0, 4477.0, 4485.0, 4477.0, 4508.0, 4480.0, 4487.0, 4481.0, 4504.0, 4467.0, 4499.0, 4499.0, 4489.0, 4489.0, 4478.0, 4522.0, 4503.0, 4499.0, 4467.0, 4489.0, 4487.0, 4477.0, 4507.0, 4477.0, 4485.0, 4476.0, 4487.0, 4478.0, 4498.0, 4479.0, 4497.0, 4478.0, 4487.0, 4477.0, 4499.0, 4500.0, 4490.0, 4520.0, 4501.0, 4498.0, 4482.0, 4498.0, 4480.0, 4499.0, 4508.0, 4490.0, 4519.0, 4488.0, 4498.0, 4480.0, 4488.0, 4467.0, 4486.0, 4477.0, 4501.0, 4487.0, 4478.0, 4509.0, 4479.0, 4497.0, 4481.0, 4524.0, 4491.0, 4499.0, 4490.0, 4478.0, 4492.0, 4481.0, 4502.0, 4484.0, 4514.0, 4495.0, 4505.0, 4523.0, 4517.0, 4515.0, 4494.0, 4500.0, 4479.0, 4506.0, 4488.0, 4495.0, 4477.0, 4485.0, 4473.0, 4473.0, 4489.0, 4468.0, 4494.0, 4463.0, 4472.0, 4463.0, 4461.0, 4455.0, 4463.0, 4452.0, 4463.0, 4473.0, 4464.0, 4484.0, 4477.0, 4473.0, 4454.0, 4463.0, 4463.0, 4465.0, 4493.0, 4477.0, 4475.0, 4464.0, 4477.0, 4465.0, 4466.0, 4494.0, 4477.0, 4475.0, 4465.0, 4476.0, 4466.0, 4478.0, 4496.0, 4493.0, 4489.0, 4470.0, 4477.0, 4479.0, 4490.0, 4471.0, 4500.0, 4490.0, 4491.0, 4490.0, 4481.0, 4509.0, 4492.0, 4499.0, 4480.0, 4488.0, 4469.0, 4491.0, 4490.0, 4491.0, 4533.0, 4501.0, 4509.0, 4504.0, 4500.0, 4492.0, 4487.0, 4482.0, 4513.0, 4490.0, 4488.0, 4482.0, 4500.0, 4494.0, 4512.0, 4495.0, 4512.0, 4493.0, 4501.0, 4470.0, 4500.0, 4498.0, 4489.0, 4519.0, 4489.0, 4496.0, 4468.0, 4485.0, 4457.0, 4475.0, 4466.0, 4488.0, 4496.0, 4476.0, 4495.0, 4477.0, 4483.0, 4466.0, 4476.0, 4476.0, 4475.0, 4475.0, 4468.0, 4506.0, 4480.0, 4487.0, 4466.0, 4477.0, 4457.0, 4478.0, 4458.0, 4477.0, 4468.0, 4500.0, 4499.0, 4490.0, 4479.0, 4481.0, 4509.0, 4480.0, 4499.0, 4479.0, 4487.0, 4469.0, 4488.0, 4468.0, 4478.0, 4466.0, 4489.0, 4497.0, 4490.0, 4487.0, 4468.0, 4507.0, 4466.0, 4487.0, 4466.0, 4478.0, 4457.0, 4477.0, 4486.0, 4467.0, 4494.0, 4477.0, 4475.0, 4456.0, 4476.0, 4454.0, 4466.0, 4466.0, 4478.0, 4486.0, 4477.0, 4477.0, 4478.0, 4506.0, 4468.0, 4487.0, 4477.0, 4489.0, 4458.0, 4479.0, 4487.0, 4478.0, 4497.0, 4480.0, 4486.0, 4466.0, 4476.0, 4455.0, 4478.0, 4476.0, 4478.0, 4497.0, 4478.0, 4486.0, 4483.0, 4478.0, 4456.0, 4489.0, 4479.0, 4489.0, 4499.0, 4479.0, 4497.0, 4468.0, 4497.0, 4479.0, 4499.0, 4478.0, 4487.0, 4468.0, 4491.0, 4466.0, 4479.0, 4480.0, 4479.0, 4486.0, 4486.0, 4466.0, 4477.0, 4467.0, 4478.0, 4497.0, 4478.0, 4487.0, 4467.0, 4477.0, 4465.0, 4466.0, 4485.0, 4466.0, 4495.0, 4476.0, 4500.0, 4468.0, 4476.0, 4469.0, 4479.0, 4487.0, 4491.0, 4499.0, 4478.0, 4486.0, 4468.0, 4496.0, 4477.0, 4497.0, 4484.0, 4496.0, 4465.0, 4474.0, 4444.0, 4466.0, 4466.0, 4477.0, 4485.0, 4477.0, 4476.0, 4467.0, 4485.0, 4467.0, 4488.0, 4467.0, 4487.0, 4496.0, 4476.0, 4495.0, 4466.0, 4488.0, 4479.0, 4500.0, 4467.0, 4488.0, 4477.0, 4487.0, 4468.0, 4477.0, 4467.0, 4478.0, 4508.0, 4477.0, 4486.0, 4469.0, 4479.0, 4497.0, 4466.0, 4496.0, 4466.0, 4487.0, 4485.0, 4476.0, 4494.0, 4476.0, 4486.0, 4455.0, 4488.0, 4521.0, 4505.0, 4500.0, 4468.0, 4476.0, 4456.0, 4489.0, 4484.0, 4467.0, 4484.0, 4467.0, 4497.0, 4468.0, 4490.0, 4469.0, 4491.0, 4520.0, 4480.0, 4488.0, 4469.0, 4497.0, 4476.0, 4490.0, 4506.0, 4478.0, 4496.0, 4479.0, 4486.0, 4467.0, 4477.0, 4485.0, 4477.0, 4497.0, 4487.0, 4487.0, 4457.0, 4489.0, 4498.0, 4479.0, 4497.0, 4477.0, 4498.0, 4477.0, 4488.0, 4467.0, 4479.0, 4466.0, 4478.0, 4509.0, 4480.0, 4500.0, 4506.0, 4514.0, 4484.0, 4500.0, 4481.0, 4502.0, 4471.0, 4512.0, 4510.0, 4502.0, 4490.0, 4481.0, 4510.0, 4495.0, 4524.0, 4503.0, 4513.0, 4501.0, 4498.0, 4479.0, 4489.0, 4508.0, 4479.0, 4498.0, 4479.0, 4499.0, 4479.0, 4498.0, 4480.0, 4503.0, 4481.0, 4502.0, 4521.0, 4490.0, 4510.0, 4491.0, 4522.0, 4481.0, 4510.0, 4489.0, 4502.0, 4489.0, 4481.0, 4520.0, 4491.0, 4499.0, 4486.0, 4487.0, 4465.0, 4478.0, 4486.0, 4467.0, 4496.0, 4487.0, 4485.0, 4467.0, 4477.0, 4470.0, 4491.0, 4503.0, 4505.0, 4509.0, 4490.0, 4498.0, 4480.0, 4499.0, 4483.0, 4501.0, 4469.0, 4489.0, 4509.0, 4500.0, 4509.0, 4481.0, 4496.0, 4477.0], 'WindowWidth': [10015.0, 9987.0, 9930.0, 9901.0, 9872.0, 9881.0, 9857.0, 9863.0, 9851.0, 9893.0, 9863.0, 9895.0, 9852.0, 9866.0, 9847.0, 9878.0, 9872.0, 9891.0, 9875.0, 9879.0, 9864.0, 9871.0, 9893.0, 9909.0, 9870.0, 9903.0, 9864.0, 9864.0, 9893.0, 9931.0, 9896.0, 9935.0, 9876.0, 9891.0, 9841.0, 9884.0, 9891.0, 9911.0, 9862.0, 9846.0, 9893.0, 9869.0, 9866.0, 9843.0, 9864.0, 9847.0, 9843.0, 9841.0, 9848.0, 9864.0, 9847.0, 9864.0, 9862.0, 9881.0, 9922.0, 9872.0, 9932.0, 9883.0, 9879.0, 9841.0, 9878.0, 9862.0, 9870.0, 9911.0, 9870.0, 9915.0, 9889.0, 9907.0, 9871.0, 9882.0, 9872.0, 9886.0, 9853.0, 9897.0, 9948.0, 9928.0, 9922.0, 9897.0, 9904.0, 9874.0, 9908.0, 9893.0, 9907.0, 9899.0, 9906.0, 9947.0, 9925.0, 9940.0, 9897.0, 9944.0, 9914.0, 9938.0, 9875.0, 9906.0, 9903.0, 9910.0, 9915.0, 9903.0, 9937.0, 9889.0, 9928.0, 9891.0, 9900.0, 9879.0, 9942.0, 9919.0, 9937.0, 9929.0, 9915.0, 9937.0, 9893.0, 9932.0, 9885.0, 9904.0, 9870.0, 9904.0, 9867.0, 9893.0, 9862.0, 9895.0, 9919.0, 9878.0, 9907.0, 9862.0, 9873.0, 9846.0, 9874.0, 9845.0, 9888.0, 9847.0, 9893.0, 9866.0, 9880.0, 9877.0, 9898.0, 9928.0, 9913.0, 9927.0, 9881.0, 9878.0, 9873.0, 9911.0, 9866.0, 9900.0, 9878.0, 9904.0, 9862.0, 9892.0, 9872.0, 9870.0, 9897.0, 9868.0, 9879.0, 9837.0, 9862.0, 9831.0, 9850.0, 9846.0, 9839.0, 9876.0, 9871.0, 9862.0, 9840.0, 9852.0, 9846.0, 9856.0, 9847.0, 9875.0, 9860.0, 9888.0, 9847.0, 9901.0, 9873.0, 9847.0, 9902.0, 9879.0, 9896.0, 9860.0, 9886.0, 9867.0, 9870.0, 9838.0, 9868.0, 9880.0, 9852.0, 9892.0, 9854.0, 9865.0, 9842.0, 9870.0, 9857.0, 9872.0, 9857.0, 9870.0, 9861.0, 9875.0, 9843.0, 9889.0, 9869.0, 9873.0, 9898.0, 9860.0, 9886.0, 9864.0, 9873.0, 9850.0, 9885.0, 9844.0, 9875.0, 9844.0, 9862.0, 9917.0, 9874.0, 9885.0, 9847.0, 9869.0, 9846.0, 9855.0, 9847.0, 9874.0, 9847.0, 9888.0, 9861.0, 9888.0, 9862.0, 9878.0, 9846.0, 9891.0, 9865.0, 9892.0, 9860.0, 9893.0, 9863.0, 9879.0, 9900.0, 9862.0, 9900.0, 9877.0, 9869.0, 9848.0, 9868.0, 9840.0, 9869.0, 9850.0, 9885.0, 9877.0, 9855.0, 9892.0, 9840.0, 9866.0, 9843.0, 9872.0, 9843.0, 9873.0, 9871.0, 9893.0, 9909.0, 9886.0, 9897.0, 9867.0, 9871.0, 9864.0, 9890.0, 9866.0, 9894.0, 9870.0, 9929.0, 9898.0, 9888.0, 9917.0, 9866.0, 9893.0, 9885.0, 9895.0, 9895.0, 9894.0, 9870.0, 9881.0, 9880.0, 9865.0, 9904.0, 9880.0, 9888.0, 9884.0, 9926.0, 9882.0, 9906.0, 9862.0, 9854.0, 9842.0, 9856.0, 9835.0, 9874.0, 9897.0, 9869.0, 9864.0, 9844.0, 9857.0, 9844.0, 9860.0, 9848.0, 9877.0, 9861.0, 9880.0, 9864.0, 9872.0, 9918.0, 9884.0, 9897.0, 9878.0, 9890.0, 9862.0, 9877.0, 9851.0, 9879.0, 9904.0, 9860.0, 9901.0, 9862.0, 9871.0, 9843.0, 9870.0, 9864.0, 9906.0, 9873.0, 9873.0, 9872.0, 9845.0, 9925.0, 9883.0, 9899.0, 9862.0, 9873.0, 9859.0, 9867.0, 9841.0, 9870.0, 9840.0, 9886.0, 9855.0, 9864.0, 9853.0, 9858.0, 9899.0, 9876.0, 9888.0, 9862.0, 9865.0, 9841.0, 9859.0, 9844.0, 9877.0, 9901.0, 9858.0, 9868.0, 9866.0, 9886.0, 9860.0, 9870.0, 9852.0, 9875.0, 9859.0, 9891.0, 9846.0, 9878.0, 9885.0, 9863.0, 9903.0, 9877.0, 9885.0, 9842.0, 9857.0, 9870.0, 9869.0, 9896.0, 9870.0, 9864.0, 9838.0, 9838.0, 9837.0, 9858.0, 9887.0, 9868.0, 9853.0, 9843.0, 9854.0, 9839.0, 9858.0, 9865.0, 9860.0, 9902.0, 9866.0, 9874.0, 9875.0, 9908.0, 9846.0, 9893.0, 9890.0, 9878.0, 9878.0, 9866.0, 9933.0, 9908.0, 9895.0, 9847.0, 9879.0, 9870.0, 9859.0, 9897.0, 9859.0, 9866.0, 9857.0, 9876.0, 9865.0, 9891.0, 9865.0, 9889.0, 9864.0, 9876.0, 9863.0, 9895.0, 9896.0, 9884.0, 9925.0, 9900.0, 9893.0, 9874.0, 9893.0, 9867.0, 9895.0, 9904.0, 9882.0, 9921.0, 9878.0, 9888.0, 9868.0, 9875.0, 9848.0, 9873.0, 9859.0, 9894.0, 9872.0, 9862.0, 9903.0, 9864.0, 9887.0, 9871.0, 9939.0, 9885.0, 9892.0, 9880.0, 9863.0, 9888.0, 9870.0, 9904.0, 9883.0, 9923.0, 9898.0, 9912.0, 9933.0, 9932.0, 9926.0, 9896.0, 9898.0, 9866.0, 9899.0, 9873.0, 9881.0, 9855.0, 9866.0, 9847.0, 9849.0, 9876.0, 9849.0, 9877.0, 9834.0, 9842.0, 9833.0, 9829.0, 9825.0, 9835.0, 9816.0, 9836.0, 9848.0, 9838.0, 9864.0, 9856.0, 9848.0, 9823.0, 9836.0, 9832.0, 9842.0, 9876.0, 9858.0, 9853.0, 9838.0, 9859.0, 9840.0, 9843.0, 9879.0, 9859.0, 9856.0, 9842.0, 9857.0, 9841.0, 9862.0, 9886.0, 9889.0, 9878.0, 9854.0, 9863.0, 9870.0, 9884.0, 9861.0, 9899.0, 9884.0, 9887.0, 9883.0, 9872.0, 9909.0, 9887.0, 9895.0, 9870.0, 9879.0, 9854.0, 9886.0, 9883.0, 9886.0, 9948.0, 9902.0, 9910.0, 9910.0, 9898.0, 9890.0, 9877.0, 9878.0, 9920.0, 9885.0, 9879.0, 9876.0, 9896.0, 9896.0, 9919.0, 9898.0, 9919.0, 9891.0, 9901.0, 9855.0, 9896.0, 9888.0, 9881.0, 9924.0, 9878.0, 9886.0, 9849.0, 9868.0, 9833.0, 9856.0, 9842.0, 9876.0, 9882.0, 9856.0, 9881.0, 9859.0, 9865.0, 9843.0, 9857.0, 9856.0, 9855.0, 9852.0, 9847.0, 9899.0, 9870.0, 9875.0, 9845.0, 9860.0, 9833.0, 9863.0, 9838.0, 9862.0, 9849.0, 9897.0, 9892.0, 9882.0, 9865.0, 9873.0, 9909.0, 9869.0, 9895.0, 9866.0, 9874.0, 9854.0, 9879.0, 9850.0, 9862.0, 9844.0, 9879.0, 9888.0, 9882.0, 9872.0, 9847.0, 9901.0, 9843.0, 9873.0, 9843.0, 9861.0, 9829.0, 9859.0, 9868.0, 9844.0, 9881.0, 9858.0, 9852.0, 9829.0, 9856.0, 9823.0, 9844.0, 9843.0, 9864.0, 9870.0, 9861.0, 9861.0, 9864.0, 9899.0, 9850.0, 9873.0, 9861.0, 9880.0, 9834.0, 9865.0, 9872.0, 9863.0, 9889.0, 9868.0, 9871.0, 9844.0, 9857.0, 9829.0, 9861.0, 9857.0, 9863.0, 9889.0, 9863.0, 9870.0, 9879.0, 9864.0, 9830.0, 9883.0, 9866.0, 9881.0, 9892.0, 9865.0, 9888.0, 9849.0, 9886.0, 9865.0, 9893.0, 9862.0, 9876.0, 9850.0, 9886.0, 9843.0, 9868.0, 9869.0, 9866.0, 9872.0, 9873.0, 9843.0, 9861.0, 9846.0, 9863.0, 9888.0, 9863.0, 9873.0, 9845.0, 9860.0, 9841.0, 9844.0, 9867.0, 9842.0, 9881.0, 9856.0, 9899.0, 9849.0, 9858.0, 9853.0, 9867.0, 9874.0, 9886.0, 9895.0, 9865.0, 9872.0, 9848.0, 9886.0, 9859.0, 9886.0, 9865.0, 9883.0, 9838.0, 9853.0, 9811.0, 9843.0, 9843.0, 9861.0, 9868.0, 9860.0, 9856.0, 9845.0, 9869.0, 9845.0, 9876.0, 9847.0, 9874.0, 9884.0, 9855.0, 9880.0, 9843.0, 9878.0, 9867.0, 9896.0, 9846.0, 9878.0, 9862.0, 9877.0, 9849.0, 9862.0, 9847.0, 9862.0, 9906.0, 9860.0, 9871.0, 9851.0, 9867.0, 9885.0, 9843.0, 9886.0, 9843.0, 9873.0, 9867.0, 9858.0, 9879.0, 9857.0, 9871.0, 9828.0, 9877.0, 9931.0, 9914.0, 9898.0, 9849.0, 9857.0, 9828.0, 9880.0, 9864.0, 9846.0, 9865.0, 9845.0, 9888.0, 9851.0, 9881.0, 9853.0, 9887.0, 9925.0, 9867.0, 9876.0, 9851.0, 9889.0, 9858.0, 9880.0, 9899.0, 9862.0, 9887.0, 9864.0, 9871.0, 9845.0, 9861.0, 9867.0, 9859.0, 9886.0, 9874.0, 9874.0, 9833.0, 9879.0, 9887.0, 9865.0, 9890.0, 9860.0, 9890.0, 9859.0, 9875.0, 9845.0, 9865.0, 9844.0, 9864.0, 9907.0, 9869.0, 9897.0, 9917.0, 9922.0, 9882.0, 9897.0, 9874.0, 9901.0, 9857.0, 9918.0, 9912.0, 9901.0, 9883.0, 9873.0, 9914.0, 9899.0, 9939.0, 9909.0, 9921.0, 9898.0, 9893.0, 9867.0, 9880.0, 9905.0, 9867.0, 9893.0, 9868.0, 9894.0, 9865.0, 9892.0, 9870.0, 9907.0, 9873.0, 9902.0, 9927.0, 9886.0, 9912.0, 9889.0, 9930.0, 9874.0, 9911.0, 9880.0, 9902.0, 9879.0, 9870.0, 9926.0, 9884.0, 9894.0, 9871.0, 9875.0, 9842.0, 9863.0, 9871.0, 9847.0, 9886.0, 9873.0, 9868.0, 9847.0, 9860.0, 9854.0, 9889.0, 9908.0, 9913.0, 9910.0, 9884.0, 9893.0, 9870.0, 9895.0, 9879.0, 9901.0, 9853.0, 9882.0, 9908.0, 9898.0, 9907.0, 9870.0, 9888.0, 9860.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.0016094827586206895</td></tr>
<tr><td colspan=3>aqi</td><td>0.04799442195402299</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.80931946000002</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2360005215074796</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9566007787341781</td></tr>
<tr><td colspan=3>efc</td><td>0.4753</td></tr>
<tr><td colspan=3>fber</td><td>7254.6426</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11085838825203025</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.35632183908046</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5485538815414945</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.457532486862405</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6725215726457567</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5156075851163218</td></tr>
<tr><td colspan=3>gcor</td><td>0.00590198</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010755055584013462</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027311330661177635</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.171116168161506</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.0432</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.5654</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.9034</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297251.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>805.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.3426</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0514</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.6323</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3700.3698</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3878.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79293.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1490.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4776.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.7213</td></tr>
<tr><td colspan=3>tsnr</td><td>32.98251579841599</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>