ds005256-mriqc/sub-0087_ses-04_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 9ad845eeb8 [DATALAD RUNCMD] Compute MRIQC for sub-0087
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0087 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0087",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:28 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0087_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0087_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0087_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0087_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0087_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0087_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0087_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0087_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0087_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-04/func/sub-0087_ses-04_task-social_acq-mb8_run-06_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>0f4456ea451a2ad89ea5e3e0ab60b6b9</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:54:52.162500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999536, 0.0128812, -0.0275963, -0.0071527, 0.980093, 0.198409]</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-06_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.110491</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7769, -7245, 599, -45, -65, 110, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c35e0ca-312c-40e6-b8a3-28b72a2ef9a9||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6816823482513428, -0.01919017918407917, -0.07992730289697647, 114.74190521240234], [-0.034559208899736404, 2.629518508911133, 0.534922182559967, -102.1881332397461], [-0.07403892278671265, -0.5323161482810974, 2.645273208618164, -40.68381118774414], [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': ['115452.162500', '115452.622500', '115453.082500', '115453.542500', '115454.002500', '115454.462500', '115454.922500', '115455.382500', '115455.842500', '115456.302500', '115456.762500', '115457.222500', '115457.682500', '115458.142500', '115458.602500', '115459.062500', '115459.522500', '115459.982500', '115500.442500', '115500.902500', '115501.362500', '115501.822500', '115502.282500', '115502.742500', '115503.202500', '115503.662500', '115504.122500', '115504.582500', '115505.042500', '115505.502500', '115505.962500', '115506.422500', '115506.882500', '115507.342500', '115507.802500', '115508.262500', '115508.722500', '115509.182500', '115509.642500', '115510.102500', '115510.562500', '115511.022500', '115511.482500', '115511.942500', '115512.402500', '115512.862500', '115513.322500', '115513.782500', '115514.242500', '115514.702500', '115515.162500', '115515.622500', '115516.082500', '115516.542500', '115517.002500', '115517.462500', '115517.922500', '115518.382500', '115518.842500', '115519.302500', '115519.762500', '115520.222500', '115520.682500', '115521.142500', '115521.602500', '115522.062500', '115522.522500', '115522.982500', '115523.442500', '115523.902500', '115524.362500', '115524.822500', '115525.282500', '115525.742500', '115526.202500', '115526.662500', '115527.122500', '115527.582500', '115528.042500', '115528.502500', '115528.962500', '115529.422500', '115529.882500', '115530.342500', '115530.802500', '115531.262500', '115531.722500', '115532.182500', '115532.642500', '115533.102500', '115533.562500', '115534.022500', '115534.482500', '115534.942500', '115535.402500', '115535.862500', '115536.322500', '115536.782500', '115537.242500', '115537.702500', '115538.162500', '115538.622500', '115539.082500', '115539.542500', '115540.002500', '115540.462500', '115540.922500', '115541.382500', '115541.842500', '115542.302500', '115542.762500', '115543.222500', '115543.682500', '115544.142500', '115544.602500', '115545.062500', '115545.522500', '115545.982500', '115546.442500', '115546.902500', '115547.362500', '115547.822500', '115548.282500', '115548.742500', '115549.202500', '115549.662500', '115550.122500', '115550.582500', '115551.042500', '115551.502500', '115551.962500', '115552.422500', '115552.882500', '115553.342500', '115553.802500', '115554.262500', '115554.722500', '115555.182500', '115555.642500', '115556.102500', '115556.562500', '115557.022500', '115557.482500', '115557.942500', '115558.402500', '115558.862500', '115559.322500', '115559.782500', '115600.242500', '115600.702500', '115601.162500', '115601.622500', '115602.082500', '115602.542500', '115603.002500', '115603.462500', '115603.922500', '115604.382500', '115604.842500', '115605.302500', '115605.762500', '115606.222500', '115606.682500', '115607.142500', '115607.602500', '115608.062500', '115608.522500', '115608.982500', '115609.442500', '115609.902500', '115610.362500', '115610.822500', '115611.282500', '115611.742500', '115612.202500', '115612.662500', '115613.122500', '115613.582500', '115614.042500', '115614.502500', '115614.962500', '115615.422500', '115615.882500', '115616.342500', '115616.802500', '115617.262500', '115617.722500', '115618.182500', '115618.642500', '115619.102500', '115619.562500', '115620.022500', '115620.482500', '115620.942500', '115621.402500', '115621.862500', '115622.322500', '115622.782500', '115623.242500', '115623.702500', '115624.162500', '115624.622500', '115625.082500', '115625.542500', '115626.002500', '115626.462500', '115626.922500', '115627.382500', '115627.842500', '115628.302500', '115628.762500', '115629.222500', '115629.682500', '115630.142500', '115630.602500', '115631.062500', '115631.522500', '115631.982500', '115632.442500', '115632.902500', '115633.362500', '115633.822500', '115634.282500', '115634.742500', '115635.202500', '115635.662500', '115636.122500', '115636.582500', '115637.042500', '115637.502500', '115637.962500', '115638.422500', '115638.882500', '115639.342500', '115639.802500', '115640.262500', '115640.722500', '115641.182500', '115641.642500', '115642.102500', '115642.562500', '115643.022500', '115643.482500', '115643.942500', '115644.402500', '115644.862500', '115645.322500', '115645.782500', '115646.242500', '115646.702500', '115647.162500', '115647.622500', '115648.082500', '115648.542500', '115649.002500', '115649.462500', '115649.922500', '115650.382500', '115650.842500', '115651.302500', '115651.762500', '115652.222500', '115652.682500', '115653.142500', '115653.602500', '115654.062500', '115654.522500', '115654.982500', '115655.442500', '115655.902500', '115656.362500', '115656.822500', '115657.282500', '115657.742500', '115658.202500', '115658.662500', '115659.122500', '115659.582500', '115700.042500', '115700.502500', '115700.962500', '115701.422500', '115701.882500', '115702.342500', '115702.802500', '115703.262500', '115703.722500', '115704.182500', '115704.642500', '115705.102500', '115705.562500', '115706.022500', '115706.482500', '115706.942500', '115707.402500', '115707.862500', '115708.322500', '115708.782500', '115709.242500', '115709.702500', '115710.162500', '115710.622500', '115711.082500', '115711.542500', '115712.002500', '115712.462500', '115712.922500', '115713.382500', '115713.842500', '115714.302500', '115714.762500', '115715.222500', '115715.682500', '115716.142500', '115716.602500', '115717.062500', '115717.522500', '115717.982500', '115718.442500', '115718.902500', '115719.362500', '115719.822500', '115720.282500', '115720.742500', '115721.202500', '115721.662500', '115722.122500', '115722.582500', '115723.042500', '115723.502500', '115723.962500', '115724.422500', '115724.882500', '115725.342500', '115725.802500', '115726.262500', '115726.722500', '115727.182500', '115727.642500', '115728.102500', '115728.562500', '115729.022500', '115729.482500', '115729.942500', '115730.402500', '115730.862500', '115731.322500', '115731.782500', '115732.242500', '115732.702500', '115733.162500', '115733.622500', '115734.082500', '115734.542500', '115735.002500', '115735.462500', '115735.922500', '115736.382500', '115736.842500', '115737.302500', '115737.762500', '115738.222500', '115738.682500', '115739.142500', '115739.602500', '115740.062500', '115740.522500', '115740.982500', '115741.442500', '115741.902500', '115742.362500', '115742.822500', '115743.282500', '115743.742500', '115744.202500', '115744.662500', '115745.122500', '115745.582500', '115746.042500', '115746.502500', '115746.962500', '115747.422500', '115747.882500', '115748.342500', '115748.802500', '115749.262500', '115749.722500', '115750.182500', '115750.642500', '115751.102500', '115751.562500', '115752.022500', '115752.482500', '115752.942500', '115753.402500', '115753.862500', '115754.322500', '115754.782500', '115755.242500', '115755.702500', '115756.162500', '115756.622500', '115757.082500', '115757.542500', '115758.002500', '115758.462500', '115758.922500', '115759.382500', '115759.842500', '115800.302500', '115800.762500', '115801.222500', '115801.682500', '115802.142500', '115802.602500', '115803.062500', '115803.522500', '115803.982500', '115804.442500', '115804.902500', '115805.362500', '115805.822500', '115806.282500', '115806.742500', '115807.202500', '115807.662500', '115808.122500', '115808.582500', '115809.042500', '115809.502500', '115809.962500', '115810.422500', '115810.882500', '115811.342500', '115811.802500', '115812.262500', '115812.722500', '115813.182500', '115813.642500', '115814.102500', '115814.562500', '115815.022500', '115815.482500', '115815.942500', '115816.402500', '115816.862500', '115817.322500', '115817.782500', '115818.242500', '115818.702500', '115819.162500', '115819.622500', '115820.082500', '115820.542500', '115821.002500', '115821.462500', '115821.922500', '115822.382500', '115822.842500', '115823.302500', '115823.762500', '115824.222500', '115824.682500', '115825.142500', '115825.602500', '115826.062500', '115826.522500', '115826.982500', '115827.442500', '115827.902500', '115828.362500', '115828.822500', '115829.282500', '115829.742500', '115830.202500', '115830.662500', '115831.122500', '115831.582500', '115832.042500', '115832.502500', '115832.962500', '115833.422500', '115833.882500', '115834.342500', '115834.802500', '115835.262500', '115835.722500', '115836.182500', '115836.642500', '115837.102500', '115837.562500', '115838.022500', '115838.482500', '115838.942500', '115839.402500', '115839.862500', '115840.322500', '115840.782500', '115841.242500', '115841.702500', '115842.162500', '115842.622500', '115843.082500', '115843.542500', '115844.002500', '115844.462500', '115844.922500', '115845.382500', '115845.842500', '115846.302500', '115846.762500', '115847.222500', '115847.682500', '115848.142500', '115848.602500', '115849.062500', '115849.522500', '115849.982500', '115850.442500', '115850.902500', '115851.362500', '115851.822500', '115852.282500', '115852.742500', '115853.202500', '115853.662500', '115854.122500', '115854.582500', '115855.042500', '115855.502500', '115855.962500', '115856.422500', '115856.882500', '115857.342500', '115857.802500', '115858.262500', '115858.722500', '115859.182500', '115859.642500', '115900.102500', '115900.562500', '115901.022500', '115901.482500', '115901.942500', '115902.402500', '115902.862500', '115903.322500', '115903.782500', '115904.242500', '115904.702500', '115905.162500', '115905.622500', '115906.082500', '115906.542500', '115907.002500', '115907.462500', '115907.922500', '115908.382500', '115908.842500', '115909.302500', '115909.762500', '115910.222500', '115910.682500', '115911.142500', '115911.602500', '115912.062500', '115912.522500', '115912.982500', '115913.442500', '115913.902500', '115914.362500', '115914.822500', '115915.282500', '115915.742500', '115916.202500', '115916.662500', '115917.122500', '115917.582500', '115918.042500', '115918.502500', '115918.962500', '115919.422500', '115919.882500', '115920.342500', '115920.802500', '115921.262500', '115921.722500', '115922.182500', '115922.642500', '115923.102500', '115923.562500', '115924.022500', '115924.482500', '115924.942500', '115925.402500', '115925.862500', '115926.322500', '115926.782500', '115927.242500', '115927.702500', '115928.162500', '115928.622500', '115929.082500', '115929.542500', '115930.002500', '115930.462500', '115930.922500', '115931.382500', '115931.842500', '115932.302500', '115932.762500', '115933.222500', '115933.682500', '115934.142500', '115934.602500', '115935.062500', '115935.522500', '115935.982500', '115936.442500', '115936.902500', '115937.362500', '115937.822500', '115938.282500', '115938.742500', '115939.202500', '115939.662500', '115940.122500', '115940.582500', '115941.042500', '115941.502500', '115941.962500', '115942.422500', '115942.882500', '115943.342500', '115943.802500', '115944.262500', '115944.722500', '115945.182500', '115945.642500', '115946.102500', '115946.562500', '115947.022500', '115947.482500', '115947.942500', '115948.402500', '115948.862500', '115949.322500', '115949.782500', '115950.242500', '115950.702500', '115951.162500', '115951.622500', '115952.082500', '115952.542500', '115953.002500', '115953.462500', '115953.922500', '115954.382500', '115954.842500', '115955.302500', '115955.762500', '115956.222500', '115956.682500', '115957.142500', '115957.602500', '115958.062500', '115958.522500', '115958.982500', '115959.442500', '115959.902500', '120000.362500', '120000.822500', '120001.282500', '120001.742500', '120002.202500', '120002.662500', '120003.122500', '120003.582500', '120004.042500', '120004.502500', '120004.962500', '120005.422500', '120005.882500', '120006.342500', '120006.802500', '120007.262500', '120007.722500', '120008.182500', '120008.642500', '120009.102500', '120009.562500', '120010.022500', '120010.482500', '120010.942500', '120011.402500', '120011.862500', '120012.322500', '120012.782500', '120013.242500', '120013.702500', '120014.162500', '120014.622500', '120015.082500', '120015.542500', '120016.002500', '120016.462500', '120016.922500', '120017.382500', '120017.842500', '120018.302500', '120018.762500', '120019.222500', '120019.682500', '120020.142500', '120020.602500', '120021.062500', '120021.522500', '120021.982500', '120022.442500', '120022.902500', '120023.362500', '120023.822500', '120024.282500', '120024.742500', '120025.202500', '120025.662500', '120026.122500', '120026.582500', '120027.042500', '120027.502500', '120027.962500', '120028.422500', '120028.882500', '120029.342500', '120029.802500', '120030.262500', '120030.722500', '120031.182500', '120031.642500', '120032.102500', '120032.562500', '120033.022500', '120033.482500', '120033.942500', '120034.402500', '120034.862500', '120035.322500', '120035.782500', '120036.242500', '120036.702500', '120037.162500', '120037.622500', '120038.082500', '120038.542500', '120039.002500', '120039.462500', '120039.922500', '120040.382500', '120040.842500', '120041.302500', '120041.762500', '120042.222500', '120042.682500', '120043.142500', '120043.602500', '120044.062500', '120044.522500', '120044.982500', '120045.442500', '120045.902500', '120046.362500', '120046.822500', '120047.282500', '120047.742500', '120048.202500', '120048.662500', '120049.122500', '120049.582500', '120050.042500', '120050.502500', '120050.962500', '120051.422500', '120051.882500', '120052.342500', '120052.802500', '120053.262500', '120053.722500', '120054.182500', '120054.642500', '120055.102500', '120055.562500', '120056.022500', '120056.482500', '120056.942500', '120057.402500', '120057.862500', '120058.322500', '120058.782500', '120059.242500', '120059.702500', '120100.162500', '120100.622500', '120101.082500', '120101.542500', '120102.002500', '120102.462500', '120102.922500', '120103.382500', '120103.842500', '120104.302500', '120104.762500', '120105.222500', '120105.682500', '120106.142500', '120106.602500', '120107.062500', '120107.522500', '120107.982500', '120108.442500', '120108.902500', '120109.362500', '120109.822500', '120110.282500', '120110.742500', '120111.202500', '120111.662500', '120112.122500', '120112.582500', '120113.042500', '120113.502500', '120113.962500', '120114.422500', '120114.882500', '120115.342500', '120115.802500', '120116.262500', '120116.722500', '120117.182500', '120117.642500', '120118.102500', '120118.562500', '120119.022500', '120119.482500', '120119.942500', '120120.402500', '120120.862500', '120121.322500', '120121.782500', '120122.242500', '120122.702500', '120123.162500', '120123.622500', '120124.082500', '120124.542500', '120125.002500', '120125.462500', '120125.922500', '120126.382500', '120126.842500', '120127.302500', '120127.762500', '120128.222500', '120128.682500', '120129.142500', '120129.602500', '120130.062500', '120130.522500', '120130.982500', '120131.442500', '120131.902500', '120132.362500', '120132.822500'], 'ContentTime': ['115514.735000', '115514.738000', '115514.741000', '115514.743000', '115514.746000', '115514.749000', '115514.751000', '115514.754000', '115514.757000', '115514.759000', '115514.762000', '115514.765000', '115514.767000', '115514.770000', '115514.773000', '115514.775000', '115514.778000', '115514.780000', '115514.783000', '115514.786000', '115514.788000', '115514.791000', '115514.794000', '115514.796000', '115514.802000', '115514.804000', '115514.807000', '115514.810000', '115514.812000', '115514.815000', '115514.818000', '115514.820000', '115514.823000', '115514.825000', '115514.828000', '115514.831000', '115514.833000', '115514.836000', '115514.839000', '115514.841000', '115514.844000', '115514.847000', '115514.855000', '115514.858000', '115514.861000', '115514.863000', '115534.698000', '115534.701000', '115534.704000', '115534.707000', '115534.709000', '115534.712000', '115534.715000', '115534.717000', '115534.720000', '115534.723000', '115534.725000', '115534.728000', '115534.731000', '115534.733000', '115534.736000', '115534.738000', '115534.741000', '115534.744000', '115534.746000', '115534.749000', '115534.752000', '115534.754000', '115534.757000', '115534.760000', '115534.762000', '115534.765000', '115534.767000', '115534.770000', '115534.773000', '115534.775000', '115534.778000', '115534.780000', '115534.783000', '115534.786000', '115534.788000', '115534.791000', '115534.793000', '115534.796000', '115534.799000', '115534.801000', '115534.804000', '115534.807000', '115534.821000', '115554.700000', '115554.702000', '115554.705000', '115554.708000', '115554.710000', '115554.713000', '115554.716000', '115554.718000', '115554.721000', '115554.723000', '115554.726000', '115554.729000', '115554.731000', '115554.734000', '115554.737000', '115554.739000', '115554.742000', '115554.745000', '115554.747000', '115554.750000', '115554.752000', '115554.755000', '115554.758000', '115554.776000', '115554.779000', '115554.781000', '115554.784000', '115554.786000', '115554.789000', '115554.791000', '115554.794000', '115554.797000', '115554.799000', '115554.802000', '115554.804000', '115554.807000', '115554.810000', '115554.812000', '115554.815000', '115554.817000', '115554.820000', '115554.823000', '115554.825000', '115554.828000', '115614.700000', '115614.703000', '115614.706000', '115614.708000', '115614.711000', '115614.722000', '115614.725000', '115614.727000', '115614.730000', '115614.732000', '115614.735000', '115614.738000', '115614.740000', '115614.743000', '115614.745000', '115614.748000', '115614.751000', '115614.753000', '115614.756000', '115614.758000', '115614.761000', '115614.763000', '115614.766000', '115614.769000', '115614.771000', '115614.774000', '115614.776000', '115614.779000', '115614.782000', '115614.784000', '115614.787000', '115614.789000', '115614.792000', '115614.795000', '115614.797000', '115614.800000', '115614.802000', '115614.805000', '115614.808000', '115614.810000', '115614.813000', '115614.815000', '115614.818000', '115634.699000', '115634.702000', '115634.705000', '115634.707000', '115634.710000', '115634.713000', '115634.715000', '115634.718000', '115634.721000', '115634.723000', '115634.726000', '115634.728000', '115634.731000', '115634.735000', '115634.737000', '115634.740000', '115634.743000', '115634.745000', '115634.748000', '115634.750000', '115634.753000', '115634.756000', '115634.758000', '115634.761000', '115634.763000', '115634.766000', '115634.769000', '115634.771000', '115634.779000', '115634.782000', '115634.784000', '115634.787000', '115634.790000', '115634.792000', '115634.795000', '115634.798000', '115634.800000', '115634.803000', '115634.805000', '115634.808000', '115634.811000', '115634.813000', '115634.816000', '115634.818000', '115654.700000', '115654.702000', '115654.705000', '115654.708000', '115654.710000', '115654.713000', '115654.716000', '115654.718000', '115654.722000', '115654.724000', '115654.727000', '115654.729000', '115654.732000', '115654.734000', '115654.737000', '115654.740000', '115654.742000', '115654.745000', '115654.748000', '115654.750000', '115654.753000', '115654.755000', '115654.758000', '115654.761000', '115654.763000', '115654.766000', '115654.768000', '115654.771000', '115654.774000', '115654.776000', '115654.779000', '115654.782000', '115654.784000', '115654.787000', '115654.790000', '115654.792000', '115654.795000', '115654.797000', '115654.800000', '115654.803000', '115654.805000', '115654.808000', '115654.810000', '115714.698000', '115714.701000', '115714.704000', '115714.707000', '115714.710000', '115714.713000', '115714.716000', '115714.718000', '115714.721000', '115714.724000', '115714.726000', '115714.729000', '115714.731000', '115714.734000', '115714.737000', '115714.739000', '115714.742000', '115714.744000', '115714.747000', '115714.750000', '115714.752000', '115714.755000', '115714.757000', '115714.760000', '115714.763000', '115714.765000', '115714.768000', '115714.770000', '115714.773000', '115714.776000', '115714.778000', '115714.781000', '115714.783000', '115714.786000', '115714.789000', '115714.791000', '115714.794000', '115714.797000', '115714.799000', '115714.802000', '115714.805000', '115714.807000', '115714.810000', '115734.698000', '115734.701000', '115734.704000', '115734.706000', '115734.709000', '115734.712000', '115734.714000', '115734.717000', '115734.719000', '115734.722000', '115734.725000', '115734.727000', '115734.730000', '115734.732000', '115734.735000', '115734.737000', '115734.740000', '115734.743000', '115734.745000', '115734.763000', '115734.765000', '115734.768000', '115734.771000', '115734.773000', '115734.776000', '115734.778000', '115734.781000', '115734.783000', '115734.786000', '115734.789000', '115734.791000', '115734.794000', '115734.796000', '115734.799000', '115734.802000', '115734.804000', '115734.807000', '115734.810000', '115734.812000', '115734.815000', '115734.817000', '115734.820000', '115734.823000', '115734.825000', '115754.699000', '115754.702000', '115754.704000', '115754.707000', '115754.710000', '115754.713000', '115754.717000', '115754.719000', '115754.722000', '115754.725000', '115754.727000', '115754.730000', '115754.732000', '115754.735000', '115754.737000', '115754.740000', '115754.743000', '115754.745000', '115754.748000', '115754.751000', '115754.753000', '115754.756000', '115754.761000', '115754.764000', '115754.766000', '115754.769000', '115754.771000', '115754.776000', '115754.779000', '115754.782000', '115754.785000', '115754.787000', '115754.790000', '115754.793000', '115754.795000', '115754.798000', '115754.800000', '115754.803000', '115754.806000', '115754.808000', '115754.811000', '115754.813000', '115754.816000', '115814.699000', '115814.702000', '115814.705000', '115814.708000', '115814.710000', '115814.713000', '115814.716000', '115814.718000', '115814.721000', '115814.723000', '115814.726000', '115814.729000', '115814.731000', '115814.734000', '115814.736000', '115814.739000', '115814.742000', '115814.744000', '115814.747000', '115814.750000', '115814.752000', '115814.755000', '115814.758000', '115814.760000', '115814.763000', '115814.765000', '115814.768000', '115814.771000', '115814.773000', '115814.776000', '115814.778000', '115814.781000', '115814.784000', '115814.786000', '115814.789000', '115814.792000', '115814.794000', '115814.797000', '115814.799000', '115814.802000', '115814.805000', '115814.807000', '115814.810000', '115814.812000', '115834.700000', '115834.703000', '115834.705000', '115834.708000', '115834.711000', '115834.713000', '115834.716000', '115834.718000', '115834.721000', '115834.724000', '115834.726000', '115834.729000', '115834.731000', '115834.734000', '115834.737000', '115834.739000', '115834.742000', '115834.744000', '115834.747000', '115834.750000', '115834.752000', '115834.755000', '115834.757000', '115834.760000', '115834.763000', '115834.765000', '115834.768000', '115834.770000', '115834.773000', '115834.776000', '115834.778000', '115834.781000', '115834.784000', '115834.787000', '115834.789000', '115834.792000', '115834.794000', '115834.797000', '115834.800000', '115834.802000', '115834.805000', '115834.807000', '115834.810000', '115854.700000', '115854.703000', '115854.705000', '115854.708000', '115854.711000', '115854.713000', '115854.716000', '115854.718000', '115854.721000', '115854.723000', '115854.726000', '115854.729000', '115854.731000', '115854.734000', '115854.737000', '115854.740000', '115854.742000', '115854.745000', '115854.748000', '115854.750000', '115854.753000', '115854.756000', '115854.758000', '115854.761000', '115854.763000', '115854.766000', '115854.769000', '115854.771000', '115854.774000', '115854.777000', '115854.779000', '115854.782000', '115854.785000', '115854.787000', '115854.790000', '115854.793000', '115854.795000', '115854.798000', '115854.800000', '115854.803000', '115854.806000', '115854.808000', '115854.811000', '115854.813000', '115914.699000', '115914.702000', '115914.705000', '115914.708000', '115914.710000', '115914.713000', '115914.716000', '115914.718000', '115914.721000', '115914.724000', '115914.726000', '115914.729000', '115914.731000', '115914.734000', '115914.737000', '115914.739000', '115914.742000', '115914.745000', '115914.747000', '115914.750000', '115914.752000', '115914.755000', '115914.758000', '115914.760000', '115914.763000', '115914.765000', '115914.768000', '115914.771000', '115914.773000', '115914.776000', '115914.779000', '115914.781000', '115914.784000', '115914.787000', '115914.789000', '115914.792000', '115914.794000', '115914.797000', '115914.800000', '115914.802000', '115914.805000', '115914.807000', '115914.810000', '115934.699000', '115934.701000', '115934.704000', '115934.707000', '115934.709000', '115934.712000', '115934.715000', '115934.717000', '115934.720000', '115934.723000', '115934.725000', '115934.728000', '115934.731000', '115934.733000', '115934.736000', '115934.739000', '115934.741000', '115934.744000', '115934.747000', '115934.749000', '115934.752000', '115934.755000', '115934.757000', '115934.760000', '115934.762000', '115934.765000', '115934.768000', '115934.770000', '115934.773000', '115934.776000', '115934.778000', '115934.781000', '115934.784000', '115934.786000', '115934.789000', '115934.791000', '115934.794000', '115934.797000', '115934.799000', '115934.802000', '115934.805000', '115934.807000', '115934.810000', '115934.812000', '115954.699000', '115954.702000', '115954.704000', '115954.707000', '115954.709000', '115954.712000', '115954.715000', '115954.717000', '115954.720000', '115954.723000', '115954.725000', '115954.728000', '115954.731000', '115954.733000', '115954.736000', '115954.738000', '115954.741000', '115954.744000', '115954.746000', '115954.757000', '115954.760000', '115954.762000', '115954.765000', '115954.768000', '115954.770000', '115954.773000', '115954.775000', '115954.778000', '115954.781000', '115954.783000', '115954.786000', '115954.789000', '115954.791000', '115954.794000', '115954.797000', '115954.799000', '115954.802000', '115954.804000', '115954.807000', '115954.810000', '115954.812000', '115954.815000', '115954.818000', '120014.699000', '120014.702000', '120014.704000', '120014.707000', '120014.710000', '120014.713000', '120014.715000', '120014.718000', '120014.721000', '120014.724000', '120014.726000', '120014.729000', '120014.732000', '120014.734000', '120014.737000', '120014.740000', '120014.742000', '120014.745000', '120014.748000', '120014.750000', '120014.753000', '120014.756000', '120014.758000', '120014.761000', '120014.764000', '120014.766000', '120014.769000', '120014.772000', '120014.774000', '120014.777000', '120014.780000', '120014.782000', '120014.785000', '120014.788000', '120014.790000', '120014.793000', '120014.795000', '120014.798000', '120014.801000', '120014.803000', '120014.806000', '120014.809000', '120014.811000', '120014.814000', '120034.699000', '120034.702000', '120034.705000', '120034.708000', '120034.710000', '120034.713000', '120034.715000', '120034.718000', '120034.721000', '120034.723000', '120034.726000', '120034.757000', '120034.760000', '120034.764000', '120034.767000', '120034.770000', '120034.772000', '120034.775000', '120034.777000', '120034.780000', '120034.783000', '120034.785000', '120034.788000', '120034.790000', '120034.793000', '120034.796000', '120034.798000', '120034.801000', '120034.804000', '120034.806000', '120034.809000', '120034.811000', '120034.814000', '120034.817000', '120034.819000', '120034.822000', '120034.825000', '120034.828000', '120034.831000', '120034.834000', '120034.836000', '120034.839000', '120034.842000', '120054.700000', '120054.703000', '120054.705000', '120054.708000', '120054.711000', '120054.714000', '120054.716000', '120054.719000', '120054.722000', '120054.724000', '120054.727000', '120054.730000', '120054.732000', '120054.735000', '120054.737000', '120054.740000', '120054.743000', '120054.745000', '120054.748000', '120054.750000', '120054.753000', '120054.756000', '120054.758000', '120054.761000', '120054.763000', '120054.766000', '120054.769000', '120054.771000', '120054.774000', '120054.777000', '120054.779000', '120054.782000', '120054.784000', '120054.787000', '120054.790000', '120054.792000', '120054.795000', '120054.797000', '120054.800000', '120054.803000', '120054.806000', '120054.808000', '120054.811000', '120054.813000', '120114.700000', '120114.703000', '120114.705000', '120114.708000', '120114.711000', '120114.713000', '120114.716000', '120114.719000', '120114.721000', '120114.724000', '120114.727000', '120114.729000', '120114.732000', '120114.735000', '120114.737000', '120114.740000', '120114.742000', '120114.745000', '120114.748000', '120114.750000', '120114.753000', '120114.756000', '120114.758000', '120114.761000', '120114.764000', '120114.766000', '120114.769000', '120114.772000', '120114.774000', '120114.777000', '120114.780000', '120114.782000', '120114.785000', '120114.787000', '120114.790000', '120114.793000', '120114.795000', '120114.798000', '120114.801000', '120114.803000', '120114.806000', '120114.809000', '120114.811000', '120134.584000', '120134.587000', '120134.590000', '120134.593000', '120134.595000', '120134.598000', '120134.601000', '120134.604000', '120134.606000', '120134.609000', '120134.612000', '120134.614000', '120134.617000', '120134.620000', '120134.622000', '120134.625000', '120134.628000', '120134.630000', '120134.633000', '120134.636000', '120134.638000', '120134.641000', '120134.644000', '120134.646000', '120134.649000', '120134.651000', '120134.654000', '120134.657000', '120134.659000', '120134.662000', '120134.665000', '120134.667000', '120134.670000', '120134.673000', '120134.675000', '120134.678000', '120134.681000', '120134.683000', '120134.686000', '120134.689000', '120134.691000', '120134.694000', '120134.697000', '120134.699000'], 'InstanceCreationTime': ['115514.735000', '115514.738000', '115514.741000', '115514.743000', '115514.746000', '115514.749000', '115514.751000', '115514.754000', '115514.757000', '115514.759000', '115514.762000', '115514.765000', '115514.767000', '115514.770000', '115514.773000', '115514.775000', '115514.778000', '115514.780000', '115514.783000', '115514.786000', '115514.788000', '115514.791000', '115514.794000', '115514.796000', '115514.802000', '115514.804000', '115514.807000', '115514.810000', '115514.812000', '115514.815000', '115514.818000', '115514.820000', '115514.823000', '115514.825000', '115514.828000', '115514.831000', '115514.833000', '115514.836000', '115514.839000', '115514.841000', '115514.844000', '115514.847000', '115514.855000', '115514.858000', '115514.861000', '115514.863000', '115534.698000', '115534.701000', '115534.704000', '115534.707000', '115534.709000', '115534.712000', '115534.715000', '115534.717000', '115534.720000', '115534.723000', '115534.725000', '115534.728000', '115534.731000', '115534.733000', '115534.736000', '115534.738000', '115534.741000', '115534.744000', '115534.746000', '115534.749000', '115534.752000', '115534.754000', '115534.757000', '115534.760000', '115534.762000', '115534.765000', '115534.767000', '115534.770000', '115534.773000', '115534.775000', '115534.778000', '115534.780000', '115534.783000', '115534.786000', '115534.788000', '115534.791000', '115534.793000', '115534.796000', '115534.799000', '115534.801000', '115534.804000', '115534.807000', '115534.821000', '115554.700000', '115554.702000', '115554.705000', '115554.708000', '115554.710000', '115554.713000', '115554.716000', '115554.718000', '115554.721000', '115554.723000', '115554.726000', '115554.729000', '115554.731000', '115554.734000', '115554.737000', '115554.739000', '115554.742000', '115554.745000', '115554.747000', '115554.750000', '115554.752000', '115554.755000', '115554.758000', '115554.776000', '115554.779000', '115554.781000', '115554.784000', '115554.786000', '115554.789000', '115554.791000', '115554.794000', '115554.797000', '115554.799000', '115554.802000', '115554.804000', '115554.807000', '115554.810000', '115554.812000', '115554.815000', '115554.817000', '115554.820000', '115554.823000', '115554.825000', '115554.828000', '115614.700000', '115614.703000', '115614.706000', '115614.708000', '115614.711000', '115614.722000', '115614.725000', '115614.727000', '115614.730000', '115614.732000', '115614.735000', '115614.738000', '115614.740000', '115614.743000', '115614.745000', '115614.748000', '115614.751000', '115614.753000', '115614.756000', '115614.758000', '115614.761000', '115614.763000', '115614.766000', '115614.769000', '115614.771000', '115614.774000', '115614.776000', '115614.779000', '115614.782000', '115614.784000', '115614.787000', '115614.789000', '115614.792000', '115614.795000', '115614.797000', '115614.800000', '115614.802000', '115614.805000', '115614.808000', '115614.810000', '115614.813000', '115614.815000', '115614.818000', '115634.699000', '115634.702000', '115634.705000', '115634.707000', '115634.710000', '115634.713000', '115634.715000', '115634.718000', '115634.721000', '115634.723000', '115634.726000', '115634.728000', '115634.731000', '115634.735000', '115634.737000', '115634.740000', '115634.743000', '115634.745000', '115634.748000', '115634.750000', '115634.753000', '115634.756000', '115634.758000', '115634.761000', '115634.763000', '115634.766000', '115634.769000', '115634.771000', '115634.779000', '115634.782000', '115634.784000', '115634.787000', '115634.790000', '115634.792000', '115634.795000', '115634.798000', '115634.800000', '115634.803000', '115634.805000', '115634.808000', '115634.811000', '115634.813000', '115634.816000', '115634.818000', '115654.700000', '115654.702000', '115654.705000', '115654.708000', '115654.710000', '115654.713000', '115654.716000', '115654.718000', '115654.722000', '115654.724000', '115654.727000', '115654.729000', '115654.732000', '115654.734000', '115654.737000', '115654.740000', '115654.742000', '115654.745000', '115654.748000', '115654.750000', '115654.753000', '115654.755000', '115654.758000', '115654.761000', '115654.763000', '115654.766000', '115654.768000', '115654.771000', '115654.774000', '115654.776000', '115654.779000', '115654.782000', '115654.784000', '115654.787000', '115654.790000', '115654.792000', '115654.795000', '115654.797000', '115654.800000', '115654.803000', '115654.805000', '115654.808000', '115654.810000', '115714.698000', '115714.701000', '115714.704000', '115714.707000', '115714.710000', '115714.713000', '115714.716000', '115714.718000', '115714.721000', '115714.724000', '115714.726000', '115714.729000', '115714.731000', '115714.734000', '115714.737000', '115714.739000', '115714.742000', '115714.744000', '115714.747000', '115714.750000', '115714.752000', '115714.755000', '115714.757000', '115714.760000', '115714.763000', '115714.765000', '115714.768000', '115714.770000', '115714.773000', '115714.776000', '115714.778000', '115714.781000', '115714.783000', '115714.786000', '115714.789000', '115714.791000', '115714.794000', '115714.797000', '115714.799000', '115714.802000', '115714.805000', '115714.807000', '115714.810000', '115734.698000', '115734.701000', '115734.704000', '115734.706000', '115734.709000', '115734.712000', '115734.714000', '115734.717000', '115734.719000', '115734.722000', '115734.725000', '115734.727000', '115734.730000', '115734.732000', '115734.735000', '115734.737000', '115734.740000', '115734.743000', '115734.745000', '115734.763000', '115734.765000', '115734.768000', '115734.771000', '115734.773000', '115734.776000', '115734.778000', '115734.781000', '115734.783000', '115734.786000', '115734.789000', '115734.791000', '115734.794000', '115734.796000', '115734.799000', '115734.802000', '115734.804000', '115734.807000', '115734.810000', '115734.812000', '115734.815000', '115734.817000', '115734.820000', '115734.823000', '115734.825000', '115754.699000', '115754.702000', '115754.704000', '115754.707000', '115754.710000', '115754.713000', '115754.717000', '115754.719000', '115754.722000', '115754.725000', '115754.727000', '115754.730000', '115754.732000', '115754.735000', '115754.737000', '115754.740000', '115754.743000', '115754.745000', '115754.748000', '115754.751000', '115754.753000', '115754.756000', '115754.761000', '115754.764000', '115754.766000', '115754.769000', '115754.771000', '115754.776000', '115754.779000', '115754.782000', '115754.785000', '115754.787000', '115754.790000', '115754.793000', '115754.795000', '115754.798000', '115754.800000', '115754.803000', '115754.806000', '115754.808000', '115754.811000', '115754.813000', '115754.816000', '115814.699000', '115814.702000', '115814.705000', '115814.708000', '115814.710000', '115814.713000', '115814.716000', '115814.718000', '115814.721000', '115814.723000', '115814.726000', '115814.729000', '115814.731000', '115814.734000', '115814.736000', '115814.739000', '115814.742000', '115814.744000', '115814.747000', '115814.750000', '115814.752000', '115814.755000', '115814.758000', '115814.760000', '115814.763000', '115814.765000', '115814.768000', '115814.771000', '115814.773000', '115814.776000', '115814.778000', '115814.781000', '115814.784000', '115814.786000', '115814.789000', '115814.792000', '115814.794000', '115814.797000', '115814.799000', '115814.802000', '115814.805000', '115814.807000', '115814.810000', '115814.812000', '115834.700000', '115834.703000', '115834.705000', '115834.708000', '115834.711000', '115834.713000', '115834.716000', '115834.718000', '115834.721000', '115834.724000', '115834.726000', '115834.729000', '115834.731000', '115834.734000', '115834.737000', '115834.739000', '115834.742000', '115834.744000', '115834.747000', '115834.750000', '115834.752000', '115834.755000', '115834.757000', '115834.760000', '115834.763000', '115834.765000', '115834.768000', '115834.770000', '115834.773000', '115834.776000', '115834.778000', '115834.781000', '115834.784000', '115834.787000', '115834.789000', '115834.792000', '115834.794000', '115834.797000', '115834.800000', '115834.802000', '115834.805000', '115834.807000', '115834.810000', '115854.700000', '115854.703000', '115854.705000', '115854.708000', '115854.711000', '115854.713000', '115854.716000', '115854.718000', '115854.721000', '115854.723000', '115854.726000', '115854.729000', '115854.731000', '115854.734000', '115854.737000', '115854.740000', '115854.742000', '115854.745000', '115854.748000', '115854.750000', '115854.753000', '115854.756000', '115854.758000', '115854.761000', '115854.763000', '115854.766000', '115854.769000', '115854.771000', '115854.774000', '115854.777000', '115854.779000', '115854.782000', '115854.785000', '115854.787000', '115854.790000', '115854.793000', '115854.795000', '115854.798000', '115854.800000', '115854.803000', '115854.806000', '115854.808000', '115854.811000', '115854.813000', '115914.699000', '115914.702000', '115914.705000', '115914.708000', '115914.710000', '115914.713000', '115914.716000', '115914.718000', '115914.721000', '115914.724000', '115914.726000', '115914.729000', '115914.731000', '115914.734000', '115914.737000', '115914.739000', '115914.742000', '115914.745000', '115914.747000', '115914.750000', '115914.752000', '115914.755000', '115914.758000', '115914.760000', '115914.763000', '115914.765000', '115914.768000', '115914.771000', '115914.773000', '115914.776000', '115914.779000', '115914.781000', '115914.784000', '115914.787000', '115914.789000', '115914.792000', '115914.794000', '115914.797000', '115914.800000', '115914.802000', '115914.805000', '115914.807000', '115914.810000', '115934.699000', '115934.701000', '115934.704000', '115934.707000', '115934.709000', '115934.712000', '115934.715000', '115934.717000', '115934.720000', '115934.723000', '115934.725000', '115934.728000', '115934.731000', '115934.733000', '115934.736000', '115934.739000', '115934.741000', '115934.744000', '115934.747000', '115934.749000', '115934.752000', '115934.755000', '115934.757000', '115934.760000', '115934.762000', '115934.765000', '115934.768000', '115934.770000', '115934.773000', '115934.776000', '115934.778000', '115934.781000', '115934.784000', '115934.786000', '115934.789000', '115934.791000', '115934.794000', '115934.797000', '115934.799000', '115934.802000', '115934.805000', '115934.807000', '115934.810000', '115934.812000', '115954.699000', '115954.702000', '115954.704000', '115954.707000', '115954.709000', '115954.712000', '115954.715000', '115954.717000', '115954.720000', '115954.723000', '115954.725000', '115954.728000', '115954.731000', '115954.733000', '115954.736000', '115954.738000', '115954.741000', '115954.744000', '115954.746000', '115954.757000', '115954.760000', '115954.762000', '115954.765000', '115954.768000', '115954.770000', '115954.773000', '115954.775000', '115954.778000', '115954.781000', '115954.783000', '115954.786000', '115954.789000', '115954.791000', '115954.794000', '115954.797000', '115954.799000', '115954.802000', '115954.804000', '115954.807000', '115954.810000', '115954.812000', '115954.815000', '115954.818000', '120014.699000', '120014.702000', '120014.704000', '120014.707000', '120014.710000', '120014.713000', '120014.715000', '120014.718000', '120014.721000', '120014.724000', '120014.726000', '120014.729000', '120014.732000', '120014.734000', '120014.737000', '120014.740000', '120014.742000', '120014.745000', '120014.748000', '120014.750000', '120014.753000', '120014.756000', '120014.758000', '120014.761000', '120014.764000', '120014.766000', '120014.769000', '120014.772000', '120014.774000', '120014.777000', '120014.780000', '120014.782000', '120014.785000', '120014.788000', '120014.790000', '120014.793000', '120014.795000', '120014.798000', '120014.801000', '120014.803000', '120014.806000', '120014.809000', '120014.811000', '120014.814000', '120034.699000', '120034.702000', '120034.705000', '120034.708000', '120034.710000', '120034.713000', '120034.715000', '120034.718000', '120034.721000', '120034.723000', '120034.726000', '120034.757000', '120034.760000', '120034.764000', '120034.767000', '120034.770000', '120034.772000', '120034.775000', '120034.777000', '120034.780000', '120034.783000', '120034.785000', '120034.788000', '120034.790000', '120034.793000', '120034.796000', '120034.798000', '120034.801000', '120034.804000', '120034.806000', '120034.809000', '120034.811000', '120034.814000', '120034.817000', '120034.819000', '120034.822000', '120034.825000', '120034.828000', '120034.831000', '120034.834000', '120034.836000', '120034.839000', '120034.842000', '120054.700000', '120054.703000', '120054.705000', '120054.708000', '120054.711000', '120054.714000', '120054.716000', '120054.719000', '120054.722000', '120054.724000', '120054.727000', '120054.730000', '120054.732000', '120054.735000', '120054.737000', '120054.740000', '120054.743000', '120054.745000', '120054.748000', '120054.750000', '120054.753000', '120054.756000', '120054.758000', '120054.761000', '120054.763000', '120054.766000', '120054.769000', '120054.771000', '120054.774000', '120054.777000', '120054.779000', '120054.782000', '120054.784000', '120054.787000', '120054.790000', '120054.792000', '120054.795000', '120054.797000', '120054.800000', '120054.803000', '120054.806000', '120054.808000', '120054.811000', '120054.813000', '120114.700000', '120114.703000', '120114.705000', '120114.708000', '120114.711000', '120114.713000', '120114.716000', '120114.719000', '120114.721000', '120114.724000', '120114.727000', '120114.729000', '120114.732000', '120114.735000', '120114.737000', '120114.740000', '120114.742000', '120114.745000', '120114.748000', '120114.750000', '120114.753000', '120114.756000', '120114.758000', '120114.761000', '120114.764000', '120114.766000', '120114.769000', '120114.772000', '120114.774000', '120114.777000', '120114.780000', '120114.782000', '120114.785000', '120114.787000', '120114.790000', '120114.793000', '120114.795000', '120114.798000', '120114.801000', '120114.803000', '120114.806000', '120114.809000', '120114.811000', '120134.584000', '120134.587000', '120134.590000', '120134.593000', '120134.595000', '120134.598000', '120134.601000', '120134.604000', '120134.606000', '120134.609000', '120134.612000', '120134.614000', '120134.617000', '120134.620000', '120134.622000', '120134.625000', '120134.628000', '120134.630000', '120134.633000', '120134.636000', '120134.638000', '120134.641000', '120134.644000', '120134.646000', '120134.649000', '120134.651000', '120134.654000', '120134.657000', '120134.659000', '120134.662000', '120134.665000', '120134.667000', '120134.670000', '120134.673000', '120134.675000', '120134.678000', '120134.681000', '120134.683000', '120134.686000', '120134.689000', '120134.691000', '120134.694000', '120134.697000', '120134.699000'], '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': [18454, 14622, 17008, 13400, 10819, 14146, 11038, 14144, 13111, 13336, 9995, 12760, 11500, 12370, 15359, 12544, 16488, 12769, 13124, 12110, 12065, 12074, 11013, 11123, 11492, 9066, 11958, 14143, 11605, 12831, 13045, 12863, 11574, 11596, 11391, 11631, 12174, 11893, 17213, 12516, 14072, 12292, 12573, 11021, 12063, 10303, 12446, 10372, 12542, 11858, 13863, 12378, 16630, 12502, 18585, 12366, 15573, 11244, 13508, 11652, 11898, 17890, 11963, 17133, 13377, 14765, 11465, 14869, 11587, 12882, 10024, 15111, 10930, 12594, 12002, 12507, 11764, 13329, 11841, 12944, 10995, 12677, 16383, 13584, 16219, 13710, 15953, 14202, 15924, 14720, 16234, 12998, 15415, 11894, 14888, 11903, 13205, 11017, 12420, 14608, 12628, 17558, 12939, 16211, 12849, 15017, 12649, 14801, 12959, 14296, 12049, 13383, 10689, 12709, 9646, 12538, 9644, 12335, 16675, 12174, 14547, 12306, 13910, 12687, 14968, 12050, 14878, 12144, 14510, 12180, 13553, 10851, 11547, 11557, 9190, 12852, 10979, 16383, 12364, 13576, 13879, 12979, 17051, 14440, 15783, 15011, 14836, 13618, 14532, 12738, 14084, 12231, 13644, 11622, 13351, 11664, 13645, 9309, 12914, 9147, 12306, 11767, 12040, 16653, 13200, 15391, 12685, 14378, 13265, 14571, 12792, 13862, 11589, 12565, 9321, 12184, 10473, 12015, 13111, 12013, 14696, 12082, 13679, 12528, 13612, 11818, 13071, 9746, 12206, 8805, 12112, 12181, 12032, 16077, 12455, 14556, 12796, 14989, 11990, 14909, 12902, 14369, 12420, 14060, 11903, 13734, 9803, 13188, 9112, 12507, 9769, 11508, 14034, 11682, 15468, 11763, 14841, 11801, 14132, 12281, 14159, 11961, 14064, 11807, 14387, 12347, 13998, 10462, 12425, 9104, 11776, 9923, 11518, 15055, 11667, 14747, 11723, 13787, 12046, 13310, 11543, 12275, 9043, 11461, 11881, 11559, 16049, 11955, 12852, 12180, 13428, 11885, 13300, 9627, 11791, 9526, 11778, 12566, 11167, 16708, 12206, 14802, 11789, 14359, 11212, 13550, 9777, 12110, 10143, 11584, 14983, 11412, 14888, 11971, 14060, 11821, 14133, 11838, 13823, 11970, 13917, 11626, 13156, 9497, 12189, 9344, 11515, 9378, 11193, 11943, 11253, 10753, 11040, 10621, 11134, 11682, 11290, 8522, 12532, 9045, 12965, 9177, 12520, 12260, 12186, 9409, 11716, 8529, 11973, 8959, 12482, 9276, 13400, 8938, 13797, 9352, 13043, 9225, 11912, 11340, 11227, 11335, 11302, 8432, 11967, 9356, 12473, 9719, 13276, 10218, 13229, 9445, 13312, 10407, 12987, 10462, 12885, 10442, 12847, 10697, 13168, 10740, 13119, 10919, 13148, 11019, 13829, 10248, 12647, 12621, 10131, 12958, 10297, 13343, 13126, 8801, 12780, 10455, 14351, 13711, 15559, 13023, 9883, 13361, 11105, 14098, 11528, 14245, 11830, 15904, 12301, 15824, 12362, 15215, 12972, 14614, 12267, 13742, 12124, 11953, 12387, 10679, 12404, 9575, 12729, 11162, 12764, 11423, 12576, 13655, 12442, 13939, 12521, 16157, 12457, 14140, 13121, 13988, 13587, 14279, 12417, 11101, 12931, 11674, 14366, 13107, 13939, 12606, 14499, 12338, 14103, 12100, 14101, 11951, 13431, 10874, 12504, 11160, 12789, 8278, 12951, 11719, 12645, 13220, 12620, 11949, 12554, 11727, 12311, 11694, 11716, 12320, 11054, 12308, 10526, 12804, 10731, 13280, 10375, 13412, 10425, 13043, 11032, 12814, 17634, 12568, 15774, 12310, 15149, 12080, 13621, 11383, 13866, 11038, 13360, 10395, 12788, 16960, 12711, 14602, 13105, 13126, 12141, 12183, 11442, 12257, 10648, 12613, 12098, 12802, 13577, 12234, 12281, 11992, 12036, 11725, 12008, 11035, 12334, 11798, 12533, 12683, 12608, 14756, 12650, 12726, 12457, 12234, 11554, 11969, 11697, 12082, 10933, 11740, 10309, 12005, 10414, 12070, 11336, 12415, 13135, 12355, 12903, 12522, 12838, 12472, 12099, 12111, 11696, 12244, 11807, 11420, 11556, 11341, 12176, 11306, 12176, 11144, 12931, 10621, 12891, 10367, 12829, 10870, 12796, 11506, 12378, 10526, 12357, 11792, 12301, 11943, 12428, 13316, 12648, 16021, 12329, 14121, 11749, 13254, 11228, 12417, 10281, 12115, 10342, 11985, 10472, 11945, 11215, 12251, 10740, 12374, 13537, 12505, 13068, 12193, 12219, 11497, 11976, 10972, 11780, 9301, 12222, 8810, 12393, 10411, 12221, 11952, 12047, 10091, 12194, 14294, 12203, 13030, 10819, 12068, 9911, 11885, 11346, 12000, 16457, 11896, 13553, 11170, 12188, 10497, 11726, 10258, 12088, 9148, 11875, 12917, 12087, 13422, 11719, 10759, 11640, 9441, 11978, 11456, 11639, 10336, 11844, 14575, 11944, 15210, 11657, 13950, 11575, 14459, 11059, 14646, 10977, 15017, 10706, 13712, 10502, 13056, 10421, 12264, 10707, 12025, 11378, 11761, 16531, 11737, 13865, 11781, 14060, 11825, 14260, 11760, 12627, 11809, 12699, 11527, 12834, 11369, 12588, 11065, 12510, 10986, 12610, 10510, 11978, 11372, 11709, 11449, 12294, 10623, 12194, 10364, 12633, 9803, 12377, 10122, 12341, 10389, 12378, 9959, 12189, 9785, 11971, 9447, 12056, 9555, 12530, 9532, 14510, 11650, 9619, 10208, 9011, 12072, 9634, 12882, 10579, 10139, 11674, 12413, 12844, 11334, 13449, 11695, 12765, 10002, 12493, 9634, 12167, 11791, 10764, 14630, 10504, 13540, 10727, 13551, 10828, 12268, 10378, 12032, 10795, 12331, 10675, 12233, 10528, 12629, 10305, 13626, 10332, 12900, 9992, 13205, 10213, 13845, 10008, 12999, 10150, 13166, 10171, 13678, 10693, 13750, 10082, 13714, 9214, 13259, 9789, 13473, 9775, 12618, 9684, 11812, 13889, 10673, 15261, 10456, 13049, 10130, 12692, 9425, 12186, 8701, 11838, 9701, 12170, 9395, 12257, 9428, 11929, 8606, 12010, 9224, 10773, 13912, 10022, 13979, 10114, 13005, 9283, 12488, 8671, 12867, 9370, 11970, 8575, 11142, 9632, 11787, 9419, 10603, 15211, 10253, 13482, 9928, 13050, 10213, 12272, 8740, 11862, 9705, 10385, 14248, 9968, 13658, 9862, 12285, 9915, 13290, 9932, 13052, 9309, 12561, 9308, 12010, 13943, 10278, 14158, 10430, 12868, 10129, 12599, 8571, 12265, 9717, 12084, 8378, 11462, 11014, 10596, 15829, 10337, 13256, 10445, 13075, 10008, 12641, 9074, 12662, 9733, 12014, 10546, 10286, 14401, 10444, 13399, 9872, 11776, 10149, 13204, 9978, 11911, 10166, 13155, 9900, 12406, 10277, 11900, 10167, 12855, 9503, 12508, 9494, 12583, 9877, 12330, 9482, 12046, 9338, 11501, 9308, 11415, 10987, 11045, 12184, 10905, 16446, 11192, 13665, 13166, 11209, 9078, 11110, 11794, 12700, 13476, 12348, 11746, 9967, 12147, 10055, 10712, 11184], 'WindowCenter': [4561.0, 4528.0, 4535.0, 4504.0, 4458.0, 4487.0, 4444.0, 4485.0, 4473.0, 4473.0, 4433.0, 4475.0, 4452.0, 4452.0, 4481.0, 4463.0, 4492.0, 4465.0, 4460.0, 4461.0, 4452.0, 4463.0, 4455.0, 4454.0, 4466.0, 4424.0, 4466.0, 4485.0, 4468.0, 4477.0, 4488.0, 4477.0, 4465.0, 4467.0, 4467.0, 4480.0, 4476.0, 4479.0, 4507.0, 4478.0, 4488.0, 4488.0, 4479.0, 4457.0, 4478.0, 4456.0, 4489.0, 4458.0, 4489.0, 4480.0, 4499.0, 4504.0, 4520.0, 4491.0, 4519.0, 4478.0, 4509.0, 4468.0, 4488.0, 4479.0, 4479.0, 4505.0, 4465.0, 4493.0, 4475.0, 4496.0, 4466.0, 4498.0, 4464.0, 4476.0, 4391.0, 4486.0, 4486.0, 4495.0, 4482.0, 4493.0, 4494.0, 4502.0, 4479.0, 4493.0, 4470.0, 4491.0, 4513.0, 4502.0, 4511.0, 4490.0, 4509.0, 4502.0, 4512.0, 4500.0, 4509.0, 4480.0, 4499.0, 4469.0, 4501.0, 4468.0, 4489.0, 4457.0, 4478.0, 4498.0, 4480.0, 4519.0, 4479.0, 4497.0, 4477.0, 4487.0, 4479.0, 4500.0, 4489.0, 4488.0, 4466.0, 4476.0, 4458.0, 4489.0, 4449.0, 4479.0, 4448.0, 4490.0, 4508.0, 4479.0, 4501.0, 4480.0, 4488.0, 4489.0, 4498.0, 4480.0, 4499.0, 4492.0, 4502.0, 4481.0, 4491.0, 4472.0, 4495.0, 4484.0, 4464.0, 4493.0, 4472.0, 4526.0, 4493.0, 4493.0, 4490.0, 4490.0, 4509.0, 4490.0, 4500.0, 4500.0, 4488.0, 4478.0, 4485.0, 4465.0, 4486.0, 4478.0, 4486.0, 4468.0, 4488.0, 4467.0, 4490.0, 4451.0, 4490.0, 4438.0, 4480.0, 4468.0, 4482.0, 4510.0, 4489.0, 4497.0, 4478.0, 4487.0, 4478.0, 4487.0, 4477.0, 4488.0, 4458.0, 4466.0, 4437.0, 4480.0, 4447.0, 4467.0, 4476.0, 4469.0, 4488.0, 4478.0, 4489.0, 4480.0, 4490.0, 4469.0, 4489.0, 4452.0, 4480.0, 4439.0, 4481.0, 4480.0, 4481.0, 4512.0, 4493.0, 4500.0, 4492.0, 4500.0, 4479.0, 4502.0, 4492.0, 4499.0, 4490.0, 4500.0, 4480.0, 4502.0, 4463.0, 4491.0, 4451.0, 4491.0, 4460.0, 4483.0, 4501.0, 4481.0, 4500.0, 4479.0, 4500.0, 4482.0, 4501.0, 4480.0, 4490.0, 4480.0, 4490.0, 4481.0, 4500.0, 4480.0, 4490.0, 4459.0, 4479.0, 4439.0, 4471.0, 4447.0, 4467.0, 4497.0, 4469.0, 4499.0, 4470.0, 4487.0, 4469.0, 4478.0, 4467.0, 4479.0, 4441.0, 4471.0, 4469.0, 4470.0, 4509.0, 4480.0, 4478.0, 4481.0, 4490.0, 4480.0, 4489.0, 4451.0, 4480.0, 4450.0, 4482.0, 4492.0, 4483.0, 4512.0, 4483.0, 4501.0, 4482.0, 4501.0, 4472.0, 4492.0, 4461.0, 4482.0, 4461.0, 4471.0, 4501.0, 4470.0, 4500.0, 4482.0, 4491.0, 4482.0, 4491.0, 4483.0, 4491.0, 4482.0, 4491.0, 4471.0, 4492.0, 4451.0, 4483.0, 4451.0, 4472.0, 4441.0, 4470.0, 4480.0, 4472.0, 4459.0, 4472.0, 4459.0, 4470.0, 4481.0, 4482.0, 4441.0, 4494.0, 4442.0, 4493.0, 4453.0, 4494.0, 4483.0, 4483.0, 4452.0, 4481.0, 4442.0, 4482.0, 4454.0, 4493.0, 4453.0, 4503.0, 4455.0, 4506.0, 4453.0, 4503.0, 4453.0, 4484.0, 4484.0, 4481.0, 4471.0, 4470.0, 4431.0, 4482.0, 4454.0, 4492.0, 4463.0, 4491.0, 4461.0, 4493.0, 4463.0, 4492.0, 4471.0, 4491.0, 4472.0, 4493.0, 4473.0, 4492.0, 4474.0, 4491.0, 4485.0, 4504.0, 4484.0, 4493.0, 4475.0, 4505.0, 4487.0, 4496.0, 4485.0, 4450.0, 4488.0, 4449.0, 4506.0, 4516.0, 4455.0, 4505.0, 4483.0, 4512.0, 4515.0, 4522.0, 4491.0, 4461.0, 4491.0, 4469.0, 4501.0, 4482.0, 4501.0, 4470.0, 4513.0, 4479.0, 4498.0, 4479.0, 4497.0, 4489.0, 4497.0, 4494.0, 4501.0, 4482.0, 4480.0, 4492.0, 4473.0, 4505.0, 4463.0, 4503.0, 4483.0, 4504.0, 4493.0, 4506.0, 4512.0, 4494.0, 4513.0, 4494.0, 4523.0, 4494.0, 4513.0, 4504.0, 4502.0, 4503.0, 4513.0, 4493.0, 4483.0, 4503.0, 4494.0, 4514.0, 4505.0, 4503.0, 4504.0, 4512.0, 4491.0, 4502.0, 4481.0, 4500.0, 4479.0, 4490.0, 4469.0, 4491.0, 4469.0, 4479.0, 4428.0, 4490.0, 4480.0, 4492.0, 4490.0, 4491.0, 4480.0, 4492.0, 4492.0, 4494.0, 4482.0, 4493.0, 4492.0, 4483.0, 4494.0, 4473.0, 4492.0, 4472.0, 4505.0, 4473.0, 4504.0, 4484.0, 4504.0, 4483.0, 4504.0, 4533.0, 4495.0, 4513.0, 4482.0, 4501.0, 4480.0, 4490.0, 4481.0, 4500.0, 4468.0, 4489.0, 4457.0, 4479.0, 4509.0, 4490.0, 4499.0, 4488.0, 4477.0, 4467.0, 4478.0, 4469.0, 4479.0, 4457.0, 4480.0, 4467.0, 4489.0, 4489.0, 4479.0, 4467.0, 4478.0, 4478.0, 4479.0, 4480.0, 4469.0, 4479.0, 4478.0, 4490.0, 4489.0, 4491.0, 4500.0, 4491.0, 4489.0, 4490.0, 4490.0, 4492.0, 4491.0, 4481.0, 4479.0, 4469.0, 4479.0, 4471.0, 4491.0, 4471.0, 4492.0, 4480.0, 4492.0, 4502.0, 4492.0, 4490.0, 4491.0, 4489.0, 4491.0, 4491.0, 4491.0, 4480.0, 4491.0, 4480.0, 4492.0, 4482.0, 4482.0, 4491.0, 4481.0, 4490.0, 4482.0, 4502.0, 4472.0, 4492.0, 4471.0, 4491.0, 4482.0, 4492.0, 4479.0, 4491.0, 4469.0, 4480.0, 4480.0, 4481.0, 4479.0, 4490.0, 4488.0, 4490.0, 4510.0, 4491.0, 4500.0, 4480.0, 4489.0, 4468.0, 4479.0, 4459.0, 4479.0, 4457.0, 4478.0, 4458.0, 4480.0, 4469.0, 4479.0, 4468.0, 4490.0, 4489.0, 4492.0, 4490.0, 4491.0, 4480.0, 4480.0, 4480.0, 4470.0, 4481.0, 4450.0, 4480.0, 4449.0, 4490.0, 4470.0, 4492.0, 4492.0, 4493.0, 4472.0, 4505.0, 4513.0, 4495.0, 4505.0, 4484.0, 4493.0, 4462.0, 4493.0, 4482.0, 4493.0, 4511.0, 4481.0, 4489.0, 4469.0, 4479.0, 4470.0, 4481.0, 4461.0, 4491.0, 4450.0, 4482.0, 4491.0, 4492.0, 4504.0, 4495.0, 4482.0, 4493.0, 4462.0, 4494.0, 4495.0, 4496.0, 4485.0, 4507.0, 4525.0, 4497.0, 4525.0, 4495.0, 4513.0, 4494.0, 4513.0, 4483.0, 4513.0, 4482.0, 4512.0, 4470.0, 4500.0, 4470.0, 4491.0, 4470.0, 4479.0, 4458.0, 4480.0, 4468.0, 4480.0, 4510.0, 4480.0, 4488.0, 4478.0, 4488.0, 4480.0, 4499.0, 4480.0, 4478.0, 4479.0, 4477.0, 4469.0, 4478.0, 4469.0, 4478.0, 4468.0, 4478.0, 4470.0, 4479.0, 4472.0, 4481.0, 4483.0, 4481.0, 4483.0, 4492.0, 4483.0, 4493.0, 4472.0, 4492.0, 4461.0, 4491.0, 4472.0, 4492.0, 4461.0, 4491.0, 4460.0, 4491.0, 4461.0, 4482.0, 4462.0, 4491.0, 4461.0, 4492.0, 4438.0, 4531.0, 4472.0, 4367.0, 4391.0, 4353.0, 4495.0, 4463.0, 4504.0, 4485.0, 4487.0, 4495.0, 4505.0, 4508.0, 4483.0, 4503.0, 4493.0, 4493.0, 4460.0, 4480.0, 4447.0, 4469.0, 4479.0, 4472.0, 4499.0, 4459.0, 4476.0, 4468.0, 4487.0, 4480.0, 4491.0, 4473.0, 4491.0, 4486.0, 4492.0, 4474.0, 4505.0, 4487.0, 4493.0, 4476.0, 4502.0, 4473.0, 4504.0, 4475.0, 4502.0, 4474.0, 4501.0, 4471.0, 4504.0, 4482.0, 4502.0, 4474.0, 4502.0, 4484.0, 4515.0, 4473.0, 4503.0, 4451.0, 4491.0, 4460.0, 4502.0, 4461.0, 4478.0, 4447.0, 4468.0, 4488.0, 4459.0, 4498.0, 4458.0, 4475.0, 4457.0, 4476.0, 4448.0, 4478.0, 4439.0, 4477.0, 4461.0, 4480.0, 4461.0, 4492.0, 4463.0, 4492.0, 4451.0, 4494.0, 4464.0, 4484.0, 4501.0, 4460.0, 4500.0, 4459.0, 4489.0, 4450.0, 4490.0, 4438.0, 4489.0, 4449.0, 4479.0, 4440.0, 4470.0, 4460.0, 4491.0, 4450.0, 4471.0, 4511.0, 4471.0, 4489.0, 4461.0, 4489.0, 4471.0, 4492.0, 4441.0, 4481.0, 4449.0, 4460.0, 4500.0, 4462.0, 4501.0, 4463.0, 4491.0, 4473.0, 4500.0, 4473.0, 4503.0, 4463.0, 4493.0, 4451.0, 4492.0, 4500.0, 4471.0, 4499.0, 4470.0, 4489.0, 4460.0, 4490.0, 4439.0, 4491.0, 4460.0, 4493.0, 4441.0, 4482.0, 4470.0, 4472.0, 4510.0, 4472.0, 4490.0, 4471.0, 4490.0, 4460.0, 4490.0, 4451.0, 4491.0, 4462.0, 4481.0, 4458.0, 4460.0, 4499.0, 4470.0, 4488.0, 4460.0, 4478.0, 4470.0, 4501.0, 4474.0, 4492.0, 4475.0, 4502.0, 4473.0, 4491.0, 4474.0, 4491.0, 4473.0, 4492.0, 4461.0, 4491.0, 4460.0, 4491.0, 4460.0, 4490.0, 4460.0, 4492.0, 4450.0, 4482.0, 4450.0, 4480.0, 4481.0, 4483.0, 4491.0, 4482.0, 4536.0, 4592.0, 4599.0, 4562.0, 4498.0, 4450.0, 4467.0, 4478.0, 4491.0, 4500.0, 4424.0, 4327.0, 4389.0, 4449.0, 4455.0, 4480.0, 4491.0], 'WindowWidth': [9986.0, 9932.0, 9934.0, 9888.0, 9815.0, 9852.0, 9788.0, 9844.0, 9825.0, 9825.0, 9774.0, 9834.0, 9793.0, 9793.0, 9832.0, 9810.0, 9849.0, 9816.0, 9803.0, 9807.0, 9795.0, 9811.0, 9805.0, 9801.0, 9821.0, 9761.0, 9821.0, 9847.0, 9829.0, 9840.0, 9854.0, 9837.0, 9821.0, 9826.0, 9823.0, 9849.0, 9837.0, 9843.0, 9879.0, 9842.0, 9854.0, 9857.0, 9844.0, 9812.0, 9843.0, 9812.0, 9858.0, 9815.0, 9860.0, 9848.0, 9875.0, 9889.0, 9904.0, 9866.0, 9901.0, 9842.0, 9884.0, 9827.0, 9858.0, 9846.0, 9845.0, 9873.0, 9819.0, 9855.0, 9832.0, 9861.0, 9822.0, 9870.0, 9815.0, 9836.0, 9688.0, 9851.0, 9866.0, 9875.0, 9852.0, 9867.0, 9874.0, 9880.0, 9846.0, 9869.0, 9833.0, 9863.0, 9898.0, 9880.0, 9890.0, 9861.0, 9886.0, 9879.0, 9893.0, 9873.0, 9884.0, 9845.0, 9871.0, 9831.0, 9876.0, 9828.0, 9857.0, 9811.0, 9841.0, 9867.0, 9848.0, 9903.0, 9844.0, 9864.0, 9838.0, 9850.0, 9842.0, 9876.0, 9859.0, 9853.0, 9822.0, 9837.0, 9812.0, 9858.0, 9806.0, 9843.0, 9800.0, 9863.0, 9884.0, 9845.0, 9879.0, 9848.0, 9856.0, 9860.0, 9868.0, 9847.0, 9874.0, 9869.0, 9880.0, 9853.0, 9865.0, 9841.0, 9877.0, 9861.0, 9835.0, 9870.0, 9842.0, 9923.0, 9871.0, 9869.0, 9859.0, 9859.0, 9887.0, 9859.0, 9874.0, 9872.0, 9852.0, 9838.0, 9844.0, 9818.0, 9848.0, 9841.0, 9848.0, 9826.0, 9853.0, 9825.0, 9860.0, 9810.0, 9859.0, 9789.0, 9846.0, 9828.0, 9851.0, 9890.0, 9859.0, 9867.0, 9840.0, 9850.0, 9841.0, 9851.0, 9837.0, 9852.0, 9811.0, 9820.0, 9784.0, 9843.0, 9796.0, 9824.0, 9834.0, 9828.0, 9853.0, 9841.0, 9858.0, 9845.0, 9860.0, 9830.0, 9858.0, 9811.0, 9848.0, 9791.0, 9848.0, 9846.0, 9849.0, 9896.0, 9869.0, 9874.0, 9867.0, 9874.0, 9846.0, 9881.0, 9867.0, 9871.0, 9861.0, 9873.0, 9848.0, 9880.0, 9828.0, 9864.0, 9810.0, 9863.0, 9822.0, 9854.0, 9875.0, 9849.0, 9875.0, 9844.0, 9875.0, 9852.0, 9877.0, 9848.0, 9860.0, 9847.0, 9859.0, 9849.0, 9875.0, 9845.0, 9861.0, 9815.0, 9843.0, 9792.0, 9834.0, 9798.0, 9826.0, 9867.0, 9830.0, 9872.0, 9831.0, 9851.0, 9828.0, 9839.0, 9826.0, 9845.0, 9796.0, 9835.0, 9827.0, 9830.0, 9886.0, 9845.0, 9840.0, 9848.0, 9858.0, 9845.0, 9860.0, 9809.0, 9845.0, 9805.0, 9852.0, 9864.0, 9854.0, 9894.0, 9853.0, 9876.0, 9850.0, 9876.0, 9838.0, 9866.0, 9822.0, 9850.0, 9824.0, 9835.0, 9878.0, 9835.0, 9874.0, 9850.0, 9861.0, 9849.0, 9861.0, 9855.0, 9862.0, 9850.0, 9863.0, 9835.0, 9866.0, 9811.0, 9855.0, 9809.0, 9838.0, 9792.0, 9832.0, 9847.0, 9838.0, 9818.0, 9837.0, 9816.0, 9833.0, 9852.0, 9854.0, 9797.0, 9870.0, 9800.0, 9869.0, 9815.0, 9873.0, 9854.0, 9854.0, 9810.0, 9849.0, 9801.0, 9855.0, 9817.0, 9870.0, 9815.0, 9885.0, 9822.0, 9892.0, 9816.0, 9884.0, 9814.0, 9858.0, 9857.0, 9852.0, 9835.0, 9834.0, 9781.0, 9852.0, 9817.0, 9867.0, 9827.0, 9864.0, 9822.0, 9870.0, 9829.0, 9866.0, 9837.0, 9863.0, 9838.0, 9869.0, 9844.0, 9866.0, 9843.0, 9864.0, 9860.0, 9886.0, 9858.0, 9869.0, 9848.0, 9888.0, 9872.0, 9880.0, 9856.0, 9800.0, 9863.0, 9804.0, 9893.0, 9907.0, 9823.0, 9891.0, 9858.0, 9898.0, 9905.0, 9915.0, 9865.0, 9824.0, 9864.0, 9831.0, 9880.0, 9853.0, 9881.0, 9830.0, 9895.0, 9843.0, 9867.0, 9843.0, 9866.0, 9857.0, 9869.0, 9873.0, 9882.0, 9855.0, 9849.0, 9866.0, 9843.0, 9890.0, 9831.0, 9885.0, 9856.0, 9889.0, 9872.0, 9896.0, 9899.0, 9873.0, 9898.0, 9872.0, 9914.0, 9875.0, 9903.0, 9887.0, 9883.0, 9884.0, 9898.0, 9870.0, 9857.0, 9884.0, 9873.0, 9904.0, 9891.0, 9884.0, 9890.0, 9896.0, 9865.0, 9883.0, 9850.0, 9875.0, 9843.0, 9859.0, 9830.0, 9865.0, 9830.0, 9844.0, 9775.0, 9861.0, 9848.0, 9868.0, 9863.0, 9866.0, 9850.0, 9867.0, 9869.0, 9876.0, 9854.0, 9870.0, 9868.0, 9857.0, 9874.0, 9846.0, 9869.0, 9840.0, 9889.0, 9843.0, 9890.0, 9862.0, 9889.0, 9857.0, 9889.0, 9931.0, 9878.0, 9904.0, 9857.0, 9880.0, 9847.0, 9864.0, 9852.0, 9878.0, 9829.0, 9860.0, 9812.0, 9843.0, 9891.0, 9864.0, 9874.0, 9856.0, 9838.0, 9824.0, 9841.0, 9832.0, 9843.0, 9812.0, 9845.0, 9825.0, 9858.0, 9861.0, 9846.0, 9827.0, 9841.0, 9841.0, 9843.0, 9848.0, 9830.0, 9846.0, 9842.0, 9861.0, 9860.0, 9866.0, 9877.0, 9863.0, 9858.0, 9863.0, 9864.0, 9870.0, 9866.0, 9853.0, 9848.0, 9834.0, 9846.0, 9838.0, 9866.0, 9837.0, 9868.0, 9849.0, 9868.0, 9884.0, 9869.0, 9863.0, 9867.0, 9860.0, 9864.0, 9866.0, 9867.0, 9848.0, 9865.0, 9849.0, 9871.0, 9858.0, 9856.0, 9866.0, 9853.0, 9864.0, 9857.0, 9884.0, 9840.0, 9870.0, 9838.0, 9866.0, 9855.0, 9869.0, 9846.0, 9865.0, 9831.0, 9848.0, 9849.0, 9852.0, 9845.0, 9863.0, 9858.0, 9863.0, 9893.0, 9867.0, 9876.0, 9848.0, 9861.0, 9830.0, 9846.0, 9818.0, 9845.0, 9814.0, 9843.0, 9816.0, 9849.0, 9832.0, 9846.0, 9829.0, 9863.0, 9861.0, 9868.0, 9865.0, 9866.0, 9848.0, 9849.0, 9848.0, 9833.0, 9851.0, 9808.0, 9849.0, 9805.0, 9863.0, 9834.0, 9870.0, 9869.0, 9872.0, 9841.0, 9889.0, 9899.0, 9877.0, 9889.0, 9861.0, 9872.0, 9827.0, 9871.0, 9853.0, 9870.0, 9896.0, 9851.0, 9860.0, 9832.0, 9845.0, 9834.0, 9850.0, 9823.0, 9864.0, 9809.0, 9854.0, 9865.0, 9867.0, 9889.0, 9877.0, 9856.0, 9872.0, 9829.0, 9876.0, 9879.0, 9883.0, 9865.0, 9897.0, 9919.0, 9883.0, 9921.0, 9879.0, 9900.0, 9876.0, 9899.0, 9858.0, 9901.0, 9856.0, 9896.0, 9836.0, 9878.0, 9833.0, 9867.0, 9834.0, 9847.0, 9814.0, 9847.0, 9828.0, 9848.0, 9890.0, 9847.0, 9855.0, 9842.0, 9856.0, 9847.0, 9874.0, 9846.0, 9841.0, 9844.0, 9839.0, 9829.0, 9840.0, 9832.0, 9842.0, 9829.0, 9843.0, 9833.0, 9845.0, 9839.0, 9850.0, 9856.0, 9852.0, 9859.0, 9868.0, 9859.0, 9871.0, 9843.0, 9869.0, 9825.0, 9866.0, 9842.0, 9868.0, 9824.0, 9866.0, 9823.0, 9864.0, 9825.0, 9853.0, 9826.0, 9866.0, 9826.0, 9868.0, 9783.0, 9939.0, 9836.0, 9655.0, 9693.0, 9625.0, 9879.0, 9831.0, 9889.0, 9864.0, 9871.0, 9879.0, 9891.0, 9901.0, 9855.0, 9885.0, 9872.0, 9870.0, 9821.0, 9849.0, 9797.0, 9828.0, 9842.0, 9841.0, 9874.0, 9817.0, 9836.0, 9827.0, 9851.0, 9851.0, 9864.0, 9843.0, 9863.0, 9868.0, 9868.0, 9847.0, 9889.0, 9868.0, 9869.0, 9852.0, 9881.0, 9842.0, 9889.0, 9852.0, 9880.0, 9849.0, 9880.0, 9840.0, 9889.0, 9859.0, 9882.0, 9848.0, 9883.0, 9863.0, 9907.0, 9847.0, 9885.0, 9809.0, 9865.0, 9820.0, 9883.0, 9824.0, 9843.0, 9798.0, 9829.0, 9856.0, 9820.0, 9871.0, 9816.0, 9834.0, 9813.0, 9836.0, 9803.0, 9843.0, 9792.0, 9841.0, 9825.0, 9848.0, 9829.0, 9870.0, 9831.0, 9869.0, 9815.0, 9875.0, 9835.0, 9861.0, 9880.0, 9824.0, 9876.0, 9820.0, 9860.0, 9810.0, 9863.0, 9790.0, 9859.0, 9804.0, 9848.0, 9795.0, 9834.0, 9822.0, 9866.0, 9809.0, 9842.0, 9895.0, 9838.0, 9859.0, 9824.0, 9858.0, 9838.0, 9866.0, 9797.0, 9850.0, 9806.0, 9821.0, 9878.0, 9828.0, 9880.0, 9830.0, 9865.0, 9845.0, 9877.0, 9845.0, 9886.0, 9831.0, 9870.0, 9811.0, 9867.0, 9878.0, 9839.0, 9874.0, 9835.0, 9860.0, 9822.0, 9861.0, 9793.0, 9864.0, 9822.0, 9870.0, 9796.0, 9853.0, 9835.0, 9841.0, 9893.0, 9840.0, 9862.0, 9838.0, 9860.0, 9821.0, 9862.0, 9812.0, 9863.0, 9826.0, 9851.0, 9815.0, 9820.0, 9875.0, 9836.0, 9857.0, 9821.0, 9844.0, 9837.0, 9881.0, 9847.0, 9869.0, 9850.0, 9882.0, 9846.0, 9869.0, 9849.0, 9866.0, 9845.0, 9867.0, 9826.0, 9865.0, 9823.0, 9864.0, 9821.0, 9862.0, 9821.0, 9867.0, 9809.0, 9853.0, 9810.0, 9851.0, 9855.0, 9858.0, 9866.0, 9856.0, 9939.0, 10068.0, 10072.0, 9999.0, 9886.0, 9806.0, 9824.0, 9841.0, 9861.0, 9874.0, 9737.0, 9554.0, 9682.0, 9785.0, 9811.0, 9856.0, 9873.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.019266896551724137</td></tr>
<tr><td colspan=3>aqi</td><td>0.11701883735632183</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.43910015784814</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0684800731875728</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.05900781187572</td></tr>
<tr><td colspan=3>efc</td><td>0.4868</td></tr>
<tr><td colspan=3>fber</td><td>4338.9712</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16315360996462414</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>80</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.195402298850574</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.979865222092352</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8556275682801697</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.259160740477371</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8248073575195143</td></tr>
<tr><td colspan=3>gcor</td><td>0.00757064</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004844628740102053</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022963959723711014</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.864547094235686</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.8358</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.7809</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.6888</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298667.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>870.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.2828</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0164</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.7175</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3613.2094</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3872.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77877.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4729.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.9221</td></tr>
<tr><td colspan=3>tsnr</td><td>19.99425056343898</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>