ds005256-mriqc/sub-0078_ses-03_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 0c23e25301 [DATALAD RUNCMD] Compute MRIQC for sub-0078
=== 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-0078 --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-0078",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:56:00 +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-0078_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0078_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0078/ses-03/func/sub-0078_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>72c0cd2eda11bcd6dd039ad75605a3c9</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:50:57.395000</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.999412, 0.0319683, -0.0124064, -0.030884, 0.996358, 0.0794806]</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0817987</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7770, -7214, 760, -50, -191, -43, 106]</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>234.869</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fe564177-a049-4a5d-a799-6cbfb0904a38||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.681349039077759, -0.08285946398973465, -0.0402357243001461, 117.47994995117188], [-0.0857686772942543, 2.6731553077697754, 0.21343697607517242, -98.19095611572266], [-0.033285580575466156, -0.21324074268341064, 2.6912498474121094, -44.94535827636719], [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': ['105057.395000', '105057.855000', '105058.315000', '105058.775000', '105059.235000', '105059.695000', '105100.155000', '105100.615000', '105101.075000', '105101.535000', '105101.995000', '105102.455000', '105102.915000', '105103.375000', '105103.835000', '105104.295000', '105104.755000', '105105.215000', '105105.675000', '105106.135000', '105106.595000', '105107.055000', '105107.515000', '105107.975000', '105108.435000', '105108.895000', '105109.355000', '105109.815000', '105110.275000', '105110.735000', '105111.195000', '105111.655000', '105112.115000', '105112.575000', '105113.035000', '105113.495000', '105113.955000', '105114.415000', '105114.875000', '105115.335000', '105115.795000', '105116.255000', '105116.715000', '105117.175000', '105117.635000', '105118.095000', '105118.555000', '105119.015000', '105119.475000', '105119.935000', '105120.395000', '105120.855000', '105121.315000', '105121.775000', '105122.235000', '105122.695000', '105123.155000', '105123.615000', '105124.075000', '105124.535000', '105124.995000', '105125.455000', '105125.915000', '105126.375000', '105126.835000', '105127.295000', '105127.755000', '105128.215000', '105128.675000', '105129.135000', '105129.595000', '105130.055000', '105130.515000', '105130.975000', '105131.435000', '105131.895000', '105132.355000', '105132.815000', '105133.275000', '105133.735000', '105134.195000', '105134.655000', '105135.115000', '105135.575000', '105136.035000', '105136.495000', '105136.955000', '105137.415000', '105137.875000', '105138.335000', '105138.795000', '105139.255000', '105139.715000', '105140.175000', '105140.635000', '105141.095000', '105141.555000', '105142.015000', '105142.475000', '105142.935000', '105143.395000', '105143.855000', '105144.315000', '105144.775000', '105145.235000', '105145.695000', '105146.155000', '105146.615000', '105147.075000', '105147.535000', '105147.995000', '105148.455000', '105148.915000', '105149.375000', '105149.835000', '105150.295000', '105150.755000', '105151.215000', '105151.675000', '105152.135000', '105152.595000', '105153.055000', '105153.515000', '105153.975000', '105154.435000', '105154.895000', '105155.355000', '105155.815000', '105156.275000', '105156.735000', '105157.195000', '105157.655000', '105158.115000', '105158.575000', '105159.035000', '105159.495000', '105159.955000', '105200.415000', '105200.875000', '105201.335000', '105201.795000', '105202.255000', '105202.715000', '105203.175000', '105203.635000', '105204.095000', '105204.555000', '105205.015000', '105205.475000', '105205.935000', '105206.395000', '105206.855000', '105207.315000', '105207.775000', '105208.235000', '105208.695000', '105209.155000', '105209.615000', '105210.075000', '105210.535000', '105210.995000', '105211.455000', '105211.915000', '105212.375000', '105212.835000', '105213.295000', '105213.755000', '105214.215000', '105214.675000', '105215.135000', '105215.595000', '105216.055000', '105216.515000', '105216.975000', '105217.435000', '105217.895000', '105218.355000', '105218.815000', '105219.275000', '105219.735000', '105220.195000', '105220.655000', '105221.115000', '105221.575000', '105222.035000', '105222.495000', '105222.955000', '105223.415000', '105223.875000', '105224.335000', '105224.795000', '105225.255000', '105225.715000', '105226.175000', '105226.635000', '105227.095000', '105227.555000', '105228.015000', '105228.475000', '105228.935000', '105229.395000', '105229.855000', '105230.315000', '105230.775000', '105231.235000', '105231.695000', '105232.155000', '105232.615000', '105233.075000', '105233.535000', '105233.995000', '105234.455000', '105234.915000', '105235.375000', '105235.835000', '105236.295000', '105236.755000', '105237.215000', '105237.675000', '105238.135000', '105238.595000', '105239.055000', '105239.515000', '105239.975000', '105240.435000', '105240.895000', '105241.355000', '105241.815000', '105242.275000', '105242.735000', '105243.195000', '105243.655000', '105244.115000', '105244.575000', '105245.035000', '105245.495000', '105245.955000', '105246.415000', '105246.875000', '105247.335000', '105247.795000', '105248.255000', '105248.715000', '105249.175000', '105249.635000', '105250.095000', '105250.555000', '105251.015000', '105251.475000', '105251.935000', '105252.395000', '105252.855000', '105253.315000', '105253.775000', '105254.235000', '105254.695000', '105255.155000', '105255.615000', '105256.075000', '105256.535000', '105256.995000', '105257.455000', '105257.915000', '105258.375000', '105258.835000', '105259.295000', '105259.755000', '105300.215000', '105300.675000', '105301.135000', '105301.595000', '105302.055000', '105302.515000', '105302.975000', '105303.435000', '105303.895000', '105304.355000', '105304.815000', '105305.275000', '105305.735000', '105306.195000', '105306.655000', '105307.115000', '105307.575000', '105308.035000', '105308.495000', '105308.955000', '105309.415000', '105309.875000', '105310.335000', '105310.795000', '105311.255000', '105311.715000', '105312.175000', '105312.635000', '105313.095000', '105313.555000', '105314.015000', '105314.475000', '105314.935000', '105315.395000', '105315.855000', '105316.315000', '105316.775000', '105317.235000', '105317.695000', '105318.155000', '105318.615000', '105319.075000', '105319.535000', '105319.995000', '105320.455000', '105320.915000', '105321.375000', '105321.835000', '105322.295000', '105322.755000', '105323.215000', '105323.675000', '105324.135000', '105324.595000', '105325.055000', '105325.515000', '105325.975000', '105326.435000', '105326.895000', '105327.355000', '105327.815000', '105328.275000', '105328.735000', '105329.195000', '105329.655000', '105330.115000', '105330.575000', '105331.035000', '105331.495000', '105331.955000', '105332.415000', '105332.875000', '105333.335000', '105333.795000', '105334.255000', '105334.715000', '105335.175000', '105335.635000', '105336.095000', '105336.555000', '105337.015000', '105337.475000', '105337.935000', '105338.395000', '105338.855000', '105339.315000', '105339.775000', '105340.235000', '105340.695000', '105341.155000', '105341.615000', '105342.075000', '105342.535000', '105342.995000', '105343.455000', '105343.915000', '105344.375000', '105344.835000', '105345.295000', '105345.755000', '105346.215000', '105346.675000', '105347.135000', '105347.595000', '105348.055000', '105348.515000', '105348.975000', '105349.435000', '105349.895000', '105350.355000', '105350.815000', '105351.275000', '105351.735000', '105352.195000', '105352.655000', '105353.115000', '105353.575000', '105354.035000', '105354.495000', '105354.955000', '105355.415000', '105355.875000', '105356.335000', '105356.795000', '105357.255000', '105357.715000', '105358.175000', '105358.635000', '105359.095000', '105359.555000', '105400.015000', '105400.475000', '105400.935000', '105401.395000', '105401.855000', '105402.315000', '105402.775000', '105403.235000', '105403.695000', '105404.155000', '105404.615000', '105405.075000', '105405.535000', '105405.995000', '105406.455000', '105406.915000', '105407.375000', '105407.835000', '105408.295000', '105408.755000', '105409.215000', '105409.675000', '105410.135000', '105410.595000', '105411.055000', '105411.515000', '105411.975000', '105412.435000', '105412.895000', '105413.355000', '105413.815000', '105414.275000', '105414.735000', '105415.195000', '105415.655000', '105416.115000', '105416.575000', '105417.035000', '105417.495000', '105417.955000', '105418.415000', '105418.875000', '105419.335000', '105419.795000', '105420.255000', '105420.715000', '105421.175000', '105421.635000', '105422.095000', '105422.555000', '105423.015000', '105423.475000', '105423.935000', '105424.395000', '105424.855000', '105425.315000', '105425.775000', '105426.235000', '105426.695000', '105427.155000', '105427.615000', '105428.075000', '105428.535000', '105428.995000', '105429.455000', '105429.915000', '105430.375000', '105430.835000', '105431.295000', '105431.755000', '105432.215000', '105432.675000', '105433.135000', '105433.595000', '105434.055000', '105434.515000', '105434.975000', '105435.435000', '105435.895000', '105436.355000', '105436.815000', '105437.275000', '105437.735000', '105438.195000', '105438.655000', '105439.115000', '105439.575000', '105440.035000', '105440.495000', '105440.955000', '105441.415000', '105441.875000', '105442.335000', '105442.795000', '105443.255000', '105443.715000', '105444.175000', '105444.635000', '105445.095000', '105445.555000', '105446.015000', '105446.475000', '105446.935000', '105447.395000', '105447.855000', '105448.315000', '105448.775000', '105449.235000', '105449.695000', '105450.155000', '105450.615000', '105451.075000', '105451.535000', '105451.995000', '105452.455000', '105452.915000', '105453.375000', '105453.835000', '105454.295000', '105454.755000', '105455.215000', '105455.675000', '105456.135000', '105456.595000', '105457.055000', '105457.515000', '105457.975000', '105458.435000', '105458.895000', '105459.355000', '105459.815000', '105500.275000', '105500.735000', '105501.195000', '105501.655000', '105502.115000', '105502.575000', '105503.035000', '105503.495000', '105503.955000', '105504.415000', '105504.875000', '105505.335000', '105505.795000', '105506.255000', '105506.715000', '105507.175000', '105507.635000', '105508.095000', '105508.555000', '105509.015000', '105509.475000', '105509.935000', '105510.395000', '105510.855000', '105511.315000', '105511.775000', '105512.235000', '105512.695000', '105513.155000', '105513.615000', '105514.075000', '105514.535000', '105514.995000', '105515.455000', '105515.915000', '105516.375000', '105516.835000', '105517.295000', '105517.755000', '105518.215000', '105518.675000', '105519.135000', '105519.595000', '105520.055000', '105520.515000', '105520.975000', '105521.435000', '105521.895000', '105522.355000', '105522.815000', '105523.275000', '105523.735000', '105524.195000', '105524.655000', '105525.115000', '105525.575000', '105526.035000', '105526.495000', '105526.955000', '105527.415000', '105527.875000', '105528.335000', '105528.795000', '105529.255000', '105529.715000', '105530.175000', '105530.635000', '105531.095000', '105531.555000', '105532.015000', '105532.475000', '105532.935000', '105533.395000', '105533.855000', '105534.315000', '105534.775000', '105535.235000', '105535.695000', '105536.155000', '105536.615000', '105537.075000', '105537.535000', '105537.995000', '105538.455000', '105538.915000', '105539.375000', '105539.835000', '105540.295000', '105540.755000', '105541.215000', '105541.675000', '105542.135000', '105542.595000', '105543.055000', '105543.515000', '105543.975000', '105544.435000', '105544.895000', '105545.355000', '105545.815000', '105546.275000', '105546.735000', '105547.195000', '105547.655000', '105548.115000', '105548.575000', '105549.035000', '105549.495000', '105549.955000', '105550.415000', '105550.875000', '105551.335000', '105551.795000', '105552.255000', '105552.715000', '105553.175000', '105553.635000', '105554.095000', '105554.555000', '105555.015000', '105555.475000', '105555.935000', '105556.395000', '105556.855000', '105557.315000', '105557.775000', '105558.235000', '105558.695000', '105559.155000', '105559.615000', '105600.075000', '105600.535000', '105600.995000', '105601.455000', '105601.915000', '105602.375000', '105602.835000', '105603.295000', '105603.755000', '105604.215000', '105604.675000', '105605.135000', '105605.595000', '105606.055000', '105606.515000', '105606.975000', '105607.435000', '105607.895000', '105608.355000', '105608.815000', '105609.275000', '105609.735000', '105610.195000', '105610.655000', '105611.115000', '105611.575000', '105612.035000', '105612.495000', '105612.955000', '105613.415000', '105613.875000', '105614.335000', '105614.795000', '105615.255000', '105615.715000', '105616.175000', '105616.635000', '105617.095000', '105617.555000', '105618.015000', '105618.475000', '105618.935000', '105619.395000', '105619.855000', '105620.315000', '105620.775000', '105621.235000', '105621.695000', '105622.155000', '105622.615000', '105623.075000', '105623.535000', '105623.995000', '105624.455000', '105624.915000', '105625.375000', '105625.835000', '105626.295000', '105626.755000', '105627.215000', '105627.675000', '105628.135000', '105628.595000', '105629.055000', '105629.515000', '105629.975000', '105630.435000', '105630.895000', '105631.355000', '105631.815000', '105632.275000', '105632.735000', '105633.195000', '105633.655000', '105634.115000', '105634.575000', '105635.035000', '105635.495000', '105635.955000', '105636.415000', '105636.875000', '105637.335000', '105637.795000', '105638.255000', '105638.715000', '105639.175000', '105639.635000', '105640.095000', '105640.555000', '105641.015000', '105641.475000', '105641.935000', '105642.395000', '105642.855000', '105643.315000', '105643.775000', '105644.235000', '105644.695000', '105645.155000', '105645.615000', '105646.075000', '105646.535000', '105646.995000', '105647.455000', '105647.915000', '105648.375000', '105648.835000', '105649.295000', '105649.755000', '105650.215000', '105650.675000', '105651.135000', '105651.595000', '105652.055000', '105652.515000', '105652.975000', '105653.435000', '105653.895000', '105654.355000', '105654.815000', '105655.275000', '105655.735000', '105656.195000', '105656.655000', '105657.115000', '105657.575000', '105658.035000', '105658.495000', '105658.955000', '105659.415000', '105659.875000', '105700.335000', '105700.795000', '105701.255000', '105701.715000', '105702.175000', '105702.635000', '105703.095000', '105703.555000', '105704.015000', '105704.475000', '105704.935000', '105705.395000', '105705.855000', '105706.315000', '105706.775000', '105707.235000', '105707.695000', '105708.155000', '105708.615000', '105709.075000', '105709.535000', '105709.995000', '105710.455000', '105710.915000', '105711.375000', '105711.835000', '105712.295000', '105712.755000', '105713.215000', '105713.675000', '105714.135000', '105714.595000', '105715.055000', '105715.515000', '105715.975000', '105716.435000', '105716.895000', '105717.355000', '105717.815000', '105718.275000', '105718.735000', '105719.195000', '105719.655000', '105720.115000', '105720.575000', '105721.035000', '105721.495000', '105721.955000', '105722.415000', '105722.875000', '105723.335000', '105723.795000', '105724.255000', '105724.715000', '105725.175000', '105725.635000', '105726.095000', '105726.555000', '105727.015000', '105727.475000', '105727.935000', '105728.395000', '105728.855000', '105729.315000', '105729.775000', '105730.235000', '105730.695000', '105731.155000', '105731.615000', '105732.075000', '105732.535000', '105732.995000', '105733.455000', '105733.915000', '105734.375000', '105734.835000', '105735.295000', '105735.755000', '105736.215000', '105736.675000', '105737.135000', '105737.595000', '105738.055000'], 'ContentTime': ['105116.909000', '105116.912000', '105116.915000', '105116.918000', '105116.920000', '105116.923000', '105116.925000', '105116.928000', '105116.931000', '105116.933000', '105116.936000', '105116.938000', '105116.941000', '105116.943000', '105116.946000', '105116.949000', '105116.951000', '105116.954000', '105116.962000', '105116.965000', '105116.967000', '105116.970000', '105116.973000', '105116.975000', '105116.978000', '105116.980000', '105116.983000', '105116.986000', '105116.988000', '105116.991000', '105116.994000', '105116.996000', '105117.000000', '105117.003000', '105117.005000', '105117.008000', '105117.011000', '105117.013000', '105117.016000', '105136.878000', '105136.881000', '105136.884000', '105136.887000', '105136.889000', '105136.892000', '105136.894000', '105136.897000', '105136.900000', '105136.902000', '105136.905000', '105136.907000', '105136.910000', '105136.912000', '105136.915000', '105136.918000', '105136.920000', '105136.923000', '105136.925000', '105136.928000', '105136.931000', '105136.933000', '105136.936000', '105136.939000', '105136.941000', '105136.944000', '105136.946000', '105136.949000', '105136.951000', '105136.954000', '105136.957000', '105136.959000', '105136.962000', '105136.964000', '105136.967000', '105136.970000', '105136.972000', '105136.975000', '105136.977000', '105136.980000', '105136.982000', '105136.985000', '105136.988000', '105136.990000', '105156.878000', '105156.880000', '105156.883000', '105156.886000', '105156.888000', '105156.891000', '105156.893000', '105156.896000', '105156.899000', '105156.901000', '105156.904000', '105156.906000', '105156.909000', '105156.912000', '105156.914000', '105156.917000', '105156.919000', '105156.922000', '105156.925000', '105156.927000', '105156.930000', '105156.932000', '105156.935000', '105156.937000', '105156.940000', '105156.943000', '105156.945000', '105156.948000', '105156.951000', '105156.953000', '105156.956000', '105156.958000', '105156.961000', '105156.964000', '105156.966000', '105156.969000', '105156.972000', '105156.974000', '105156.978000', '105156.980000', '105156.983000', '105156.986000', '105156.988000', '105216.878000', '105216.881000', '105216.883000', '105216.886000', '105216.889000', '105216.891000', '105216.894000', '105216.896000', '105216.899000', '105216.902000', '105216.904000', '105216.907000', '105216.909000', '105216.912000', '105216.915000', '105216.917000', '105216.920000', '105216.922000', '105216.925000', '105216.928000', '105216.930000', '105216.933000', '105216.935000', '105216.938000', '105216.940000', '105216.943000', '105216.946000', '105216.949000', '105216.951000', '105216.954000', '105216.956000', '105216.959000', '105216.962000', '105216.964000', '105216.967000', '105216.969000', '105216.977000', '105216.980000', '105216.982000', '105216.985000', '105216.987000', '105216.990000', '105216.993000', '105216.995000', '105236.878000', '105236.881000', '105236.884000', '105236.887000', '105236.889000', '105236.892000', '105236.894000', '105236.897000', '105236.900000', '105236.902000', '105236.905000', '105236.907000', '105236.910000', '105236.924000', '105236.927000', '105236.930000', '105236.932000', '105236.935000', '105236.937000', '105236.940000', '105236.943000', '105236.945000', '105236.948000', '105236.950000', '105236.953000', '105236.955000', '105236.958000', '105236.961000', '105236.963000', '105236.966000', '105236.968000', '105236.971000', '105236.973000', '105236.976000', '105236.978000', '105236.981000', '105236.984000', '105236.986000', '105236.989000', '105236.991000', '105236.994000', '105236.996000', '105237.000000', '105256.878000', '105256.881000', '105256.884000', '105256.886000', '105256.889000', '105256.891000', '105256.894000', '105256.897000', '105256.899000', '105256.902000', '105256.904000', '105256.907000', '105256.909000', '105256.912000', '105256.915000', '105256.917000', '105256.920000', '105256.922000', '105256.925000', '105256.927000', '105256.930000', '105256.933000', '105256.935000', '105256.938000', '105256.940000', '105256.943000', '105256.945000', '105256.948000', '105256.951000', '105256.953000', '105256.956000', '105256.958000', '105256.961000', '105256.963000', '105256.966000', '105256.969000', '105256.971000', '105256.974000', '105256.976000', '105256.979000', '105256.981000', '105256.984000', '105256.987000', '105256.989000', '105316.878000', '105316.881000', '105316.884000', '105316.886000', '105316.889000', '105316.892000', '105316.894000', '105316.897000', '105316.899000', '105316.902000', '105316.905000', '105316.907000', '105316.910000', '105316.912000', '105316.915000', '105316.917000', '105316.920000', '105316.923000', '105316.925000', '105316.928000', '105316.930000', '105316.933000', '105316.936000', '105316.938000', '105316.941000', '105316.943000', '105316.946000', '105316.948000', '105316.951000', '105316.953000', '105316.956000', '105316.959000', '105316.961000', '105316.964000', '105316.967000', '105316.969000', '105316.972000', '105316.974000', '105316.977000', '105316.980000', '105316.982000', '105316.985000', '105316.988000', '105336.878000', '105336.881000', '105336.884000', '105336.886000', '105336.889000', '105336.891000', '105336.894000', '105336.897000', '105336.899000', '105336.902000', '105336.904000', '105336.907000', '105336.910000', '105336.912000', '105336.915000', '105336.917000', '105336.920000', '105336.923000', '105336.925000', '105336.928000', '105336.930000', '105336.933000', '105336.936000', '105336.938000', '105336.941000', '105336.943000', '105336.946000', '105336.949000', '105336.951000', '105336.954000', '105336.956000', '105336.959000', '105336.962000', '105336.964000', '105336.967000', '105336.970000', '105336.972000', '105336.975000', '105336.977000', '105336.980000', '105336.983000', '105336.985000', '105336.988000', '105336.991000', '105356.879000', '105356.882000', '105356.884000', '105356.887000', '105356.889000', '105356.892000', '105356.894000', '105356.897000', '105356.900000', '105356.902000', '105356.905000', '105356.908000', '105356.910000', '105356.913000', '105356.915000', '105356.918000', '105356.921000', '105356.923000', '105356.926000', '105356.929000', '105356.931000', '105356.934000', '105356.936000', '105356.939000', '105356.942000', '105356.944000', '105356.947000', '105356.950000', '105356.952000', '105356.955000', '105356.958000', '105356.960000', '105356.963000', '105356.965000', '105356.968000', '105356.971000', '105356.973000', '105356.976000', '105356.979000', '105356.981000', '105356.984000', '105356.986000', '105356.989000', '105416.877000', '105416.880000', '105416.883000', '105416.885000', '105416.888000', '105416.890000', '105416.893000', '105416.895000', '105416.898000', '105416.901000', '105416.903000', '105416.906000', '105416.909000', '105416.911000', '105416.914000', '105416.916000', '105416.919000', '105416.921000', '105416.924000', '105416.927000', '105416.929000', '105416.932000', '105416.934000', '105416.937000', '105416.940000', '105416.942000', '105416.945000', '105416.947000', '105416.950000', '105416.953000', '105416.955000', '105416.958000', '105416.960000', '105416.963000', '105416.965000', '105416.968000', '105416.970000', '105416.973000', '105416.976000', '105416.978000', '105416.981000', '105416.983000', '105416.986000', '105416.989000', '105436.877000', '105436.880000', '105436.883000', '105436.885000', '105436.888000', '105436.890000', '105436.893000', '105436.896000', '105436.899000', '105436.901000', '105436.904000', '105436.906000', '105436.909000', '105436.912000', '105436.914000', '105436.917000', '105436.920000', '105436.922000', '105436.925000', '105436.927000', '105436.930000', '105436.933000', '105436.935000', '105436.938000', '105436.941000', '105436.943000', '105436.946000', '105436.948000', '105436.951000', '105436.954000', '105436.956000', '105436.959000', '105436.962000', '105436.964000', '105436.967000', '105436.969000', '105436.972000', '105436.975000', '105436.977000', '105436.980000', '105436.982000', '105436.985000', '105436.988000', '105456.879000', '105456.881000', '105456.884000', '105456.887000', '105456.889000', '105456.892000', '105456.894000', '105456.897000', '105456.899000', '105456.903000', '105456.906000', '105456.908000', '105456.911000', '105456.914000', '105456.916000', '105456.919000', '105456.921000', '105456.924000', '105456.926000', '105456.929000', '105456.931000', '105456.934000', '105456.937000', '105456.939000', '105456.942000', '105456.945000', '105456.947000', '105456.950000', '105456.952000', '105456.955000', '105456.958000', '105456.960000', '105456.963000', '105456.966000', '105456.968000', '105456.971000', '105456.974000', '105456.976000', '105456.979000', '105456.981000', '105456.984000', '105456.987000', '105456.989000', '105456.992000', '105516.879000', '105516.881000', '105516.884000', '105516.887000', '105516.890000', '105516.892000', '105516.895000', '105516.897000', '105516.900000', '105516.903000', '105516.905000', '105516.908000', '105516.910000', '105516.913000', '105516.915000', '105516.918000', '105516.921000', '105516.923000', '105516.926000', '105516.929000', '105516.931000', '105516.934000', '105516.936000', '105516.939000', '105516.942000', '105516.944000', '105516.947000', '105516.949000', '105516.952000', '105516.955000', '105516.957000', '105516.960000', '105516.963000', '105516.965000', '105516.968000', '105516.970000', '105516.973000', '105516.976000', '105516.978000', '105516.981000', '105516.984000', '105516.986000', '105516.989000', '105536.879000', '105536.881000', '105536.884000', '105536.887000', '105536.889000', '105536.892000', '105536.895000', '105536.898000', '105536.901000', '105536.904000', '105536.907000', '105536.909000', '105536.912000', '105536.914000', '105536.917000', '105536.920000', '105536.922000', '105536.925000', '105536.928000', '105536.930000', '105536.942000', '105536.945000', '105536.948000', '105536.950000', '105536.953000', '105536.955000', '105536.958000', '105536.960000', '105536.963000', '105536.966000', '105536.969000', '105536.971000', '105536.974000', '105536.976000', '105536.979000', '105536.982000', '105536.984000', '105536.987000', '105536.990000', '105536.992000', '105536.995000', '105536.997000', '105537.001000', '105556.879000', '105556.881000', '105556.884000', '105556.886000', '105556.889000', '105556.892000', '105556.894000', '105556.897000', '105556.899000', '105556.902000', '105556.904000', '105556.907000', '105556.910000', '105556.912000', '105556.915000', '105556.917000', '105556.920000', '105556.923000', '105556.925000', '105556.928000', '105556.930000', '105556.933000', '105556.936000', '105556.938000', '105556.941000', '105556.943000', '105556.946000', '105556.949000', '105556.951000', '105556.954000', '105556.957000', '105556.959000', '105556.962000', '105556.964000', '105556.967000', '105556.970000', '105556.972000', '105556.975000', '105556.978000', '105556.980000', '105556.983000', '105556.985000', '105556.988000', '105556.995000', '105616.878000', '105616.881000', '105616.884000', '105616.887000', '105616.889000', '105616.892000', '105616.895000', '105616.898000', '105616.901000', '105616.904000', '105616.907000', '105616.909000', '105616.912000', '105616.914000', '105616.917000', '105616.920000', '105616.922000', '105616.925000', '105616.928000', '105616.930000', '105616.933000', '105616.935000', '105616.938000', '105616.942000', '105616.945000', '105616.947000', '105616.950000', '105616.953000', '105616.955000', '105616.958000', '105616.960000', '105616.963000', '105616.966000', '105616.968000', '105616.971000', '105616.973000', '105616.976000', '105616.978000', '105616.981000', '105616.984000', '105616.986000', '105616.989000', '105616.991000', '105636.878000', '105636.881000', '105636.883000', '105636.886000', '105636.889000', '105636.891000', '105636.894000', '105636.897000', '105636.899000', '105636.902000', '105636.904000', '105636.907000', '105636.909000', '105636.912000', '105636.915000', '105636.917000', '105636.920000', '105636.923000', '105636.925000', '105636.928000', '105636.931000', '105636.933000', '105636.936000', '105636.938000', '105636.941000', '105636.943000', '105636.946000', '105636.949000', '105636.951000', '105636.954000', '105636.956000', '105636.959000', '105636.962000', '105636.964000', '105636.967000', '105636.970000', '105636.972000', '105636.975000', '105636.977000', '105636.980000', '105636.983000', '105636.985000', '105636.988000', '105636.990000', '105656.878000', '105656.880000', '105656.883000', '105656.886000', '105656.888000', '105656.891000', '105656.894000', '105656.896000', '105656.899000', '105656.901000', '105656.904000', '105656.906000', '105656.909000', '105656.911000', '105656.914000', '105656.916000', '105656.919000', '105656.922000', '105656.924000', '105656.927000', '105656.929000', '105656.932000', '105656.935000', '105656.937000', '105656.940000', '105656.943000', '105656.946000', '105656.948000', '105656.951000', '105656.954000', '105656.957000', '105656.960000', '105656.963000', '105656.965000', '105656.968000', '105656.971000', '105656.973000', '105656.976000', '105656.978000', '105656.981000', '105656.983000', '105656.986000', '105656.989000', '105716.878000', '105716.881000', '105716.885000', '105716.888000', '105716.890000', '105716.893000', '105716.896000', '105716.898000', '105716.901000', '105716.903000', '105716.906000', '105716.908000', '105716.911000', '105716.913000', '105716.916000', '105716.918000', '105716.921000', '105716.924000', '105716.926000', '105716.929000', '105716.931000', '105716.934000', '105716.936000', '105716.939000', '105716.942000', '105716.944000', '105716.947000', '105716.949000', '105716.952000', '105716.954000', '105716.957000', '105716.960000', '105716.962000', '105716.965000', '105716.968000', '105716.970000', '105716.973000', '105716.975000', '105716.978000', '105716.980000', '105716.983000', '105716.986000', '105716.988000', '105716.991000', '105736.879000', '105736.881000', '105736.884000', '105736.887000', '105736.889000', '105736.892000', '105736.894000', '105736.897000', '105736.900000', '105736.903000', '105736.906000', '105736.908000', '105736.911000', '105736.914000', '105736.916000', '105736.919000', '105736.921000', '105736.924000', '105736.926000', '105736.929000', '105736.932000', '105736.934000', '105736.937000', '105736.939000', '105736.942000', '105736.944000', '105736.947000', '105736.949000', '105736.952000', '105736.955000', '105736.957000', '105736.960000', '105736.962000', '105736.965000', '105736.968000', '105736.970000', '105736.973000', '105736.975000', '105736.978000', '105736.981000', '105736.984000', '105736.987000', '105736.989000', '105739.673000', '105739.676000', '105739.679000', '105739.682000', '105739.684000', '105739.687000', '105739.690000'], 'InstanceCreationTime': ['105116.909000', '105116.912000', '105116.915000', '105116.918000', '105116.920000', '105116.923000', '105116.925000', '105116.928000', '105116.931000', '105116.933000', '105116.936000', '105116.938000', '105116.941000', '105116.943000', '105116.946000', '105116.949000', '105116.951000', '105116.954000', '105116.962000', '105116.965000', '105116.967000', '105116.970000', '105116.973000', '105116.975000', '105116.978000', '105116.980000', '105116.983000', '105116.986000', '105116.988000', '105116.991000', '105116.994000', '105116.996000', '105117.000000', '105117.003000', '105117.005000', '105117.008000', '105117.011000', '105117.013000', '105117.016000', '105136.878000', '105136.881000', '105136.884000', '105136.887000', '105136.889000', '105136.892000', '105136.894000', '105136.897000', '105136.900000', '105136.902000', '105136.905000', '105136.907000', '105136.910000', '105136.912000', '105136.915000', '105136.918000', '105136.920000', '105136.923000', '105136.925000', '105136.928000', '105136.931000', '105136.933000', '105136.936000', '105136.939000', '105136.941000', '105136.944000', '105136.946000', '105136.949000', '105136.951000', '105136.954000', '105136.957000', '105136.959000', '105136.962000', '105136.964000', '105136.967000', '105136.970000', '105136.972000', '105136.975000', '105136.977000', '105136.980000', '105136.982000', '105136.985000', '105136.988000', '105136.990000', '105156.878000', '105156.880000', '105156.883000', '105156.886000', '105156.888000', '105156.891000', '105156.893000', '105156.896000', '105156.899000', '105156.901000', '105156.904000', '105156.906000', '105156.909000', '105156.912000', '105156.914000', '105156.917000', '105156.919000', '105156.922000', '105156.925000', '105156.927000', '105156.930000', '105156.932000', '105156.935000', '105156.937000', '105156.940000', '105156.943000', '105156.945000', '105156.948000', '105156.951000', '105156.953000', '105156.956000', '105156.958000', '105156.961000', '105156.964000', '105156.966000', '105156.969000', '105156.972000', '105156.974000', '105156.978000', '105156.980000', '105156.983000', '105156.986000', '105156.988000', '105216.878000', '105216.881000', '105216.883000', '105216.886000', '105216.889000', '105216.891000', '105216.894000', '105216.896000', '105216.899000', '105216.902000', '105216.904000', '105216.907000', '105216.909000', '105216.912000', '105216.915000', '105216.917000', '105216.920000', '105216.922000', '105216.925000', '105216.928000', '105216.930000', '105216.933000', '105216.935000', '105216.938000', '105216.940000', '105216.943000', '105216.946000', '105216.949000', '105216.951000', '105216.954000', '105216.956000', '105216.959000', '105216.962000', '105216.964000', '105216.967000', '105216.969000', '105216.977000', '105216.980000', '105216.982000', '105216.985000', '105216.987000', '105216.990000', '105216.993000', '105216.995000', '105236.878000', '105236.881000', '105236.884000', '105236.887000', '105236.889000', '105236.892000', '105236.894000', '105236.897000', '105236.900000', '105236.902000', '105236.905000', '105236.907000', '105236.910000', '105236.924000', '105236.927000', '105236.930000', '105236.932000', '105236.935000', '105236.937000', '105236.940000', '105236.943000', '105236.945000', '105236.948000', '105236.950000', '105236.953000', '105236.955000', '105236.958000', '105236.961000', '105236.963000', '105236.966000', '105236.968000', '105236.971000', '105236.973000', '105236.976000', '105236.978000', '105236.981000', '105236.984000', '105236.986000', '105236.989000', '105236.991000', '105236.994000', '105236.996000', '105237.000000', '105256.878000', '105256.881000', '105256.884000', '105256.886000', '105256.889000', '105256.891000', '105256.894000', '105256.897000', '105256.899000', '105256.902000', '105256.904000', '105256.907000', '105256.909000', '105256.912000', '105256.915000', '105256.917000', '105256.920000', '105256.922000', '105256.925000', '105256.927000', '105256.930000', '105256.933000', '105256.935000', '105256.938000', '105256.940000', '105256.943000', '105256.945000', '105256.948000', '105256.951000', '105256.953000', '105256.956000', '105256.958000', '105256.961000', '105256.963000', '105256.966000', '105256.969000', '105256.971000', '105256.974000', '105256.976000', '105256.979000', '105256.981000', '105256.984000', '105256.987000', '105256.989000', '105316.878000', '105316.881000', '105316.884000', '105316.886000', '105316.889000', '105316.892000', '105316.894000', '105316.897000', '105316.899000', '105316.902000', '105316.905000', '105316.907000', '105316.910000', '105316.912000', '105316.915000', '105316.917000', '105316.920000', '105316.923000', '105316.925000', '105316.928000', '105316.930000', '105316.933000', '105316.936000', '105316.938000', '105316.941000', '105316.943000', '105316.946000', '105316.948000', '105316.951000', '105316.953000', '105316.956000', '105316.959000', '105316.961000', '105316.964000', '105316.967000', '105316.969000', '105316.972000', '105316.974000', '105316.977000', '105316.980000', '105316.982000', '105316.985000', '105316.988000', '105336.878000', '105336.881000', '105336.884000', '105336.886000', '105336.889000', '105336.891000', '105336.894000', '105336.897000', '105336.899000', '105336.902000', '105336.904000', '105336.907000', '105336.910000', '105336.912000', '105336.915000', '105336.917000', '105336.920000', '105336.923000', '105336.925000', '105336.928000', '105336.930000', '105336.933000', '105336.936000', '105336.938000', '105336.941000', '105336.943000', '105336.946000', '105336.949000', '105336.951000', '105336.954000', '105336.956000', '105336.959000', '105336.962000', '105336.964000', '105336.967000', '105336.970000', '105336.972000', '105336.975000', '105336.977000', '105336.980000', '105336.983000', '105336.985000', '105336.988000', '105336.991000', '105356.879000', '105356.882000', '105356.884000', '105356.887000', '105356.889000', '105356.892000', '105356.894000', '105356.897000', '105356.900000', '105356.902000', '105356.905000', '105356.908000', '105356.910000', '105356.913000', '105356.915000', '105356.918000', '105356.921000', '105356.923000', '105356.926000', '105356.929000', '105356.931000', '105356.934000', '105356.936000', '105356.939000', '105356.942000', '105356.944000', '105356.947000', '105356.950000', '105356.952000', '105356.955000', '105356.958000', '105356.960000', '105356.963000', '105356.965000', '105356.968000', '105356.971000', '105356.973000', '105356.976000', '105356.979000', '105356.981000', '105356.984000', '105356.986000', '105356.989000', '105416.877000', '105416.880000', '105416.883000', '105416.885000', '105416.888000', '105416.890000', '105416.893000', '105416.895000', '105416.898000', '105416.901000', '105416.903000', '105416.906000', '105416.909000', '105416.911000', '105416.914000', '105416.916000', '105416.919000', '105416.921000', '105416.924000', '105416.927000', '105416.929000', '105416.932000', '105416.934000', '105416.937000', '105416.940000', '105416.942000', '105416.945000', '105416.947000', '105416.950000', '105416.953000', '105416.955000', '105416.958000', '105416.960000', '105416.963000', '105416.965000', '105416.968000', '105416.970000', '105416.973000', '105416.976000', '105416.978000', '105416.981000', '105416.983000', '105416.986000', '105416.989000', '105436.877000', '105436.880000', '105436.883000', '105436.885000', '105436.888000', '105436.890000', '105436.893000', '105436.896000', '105436.899000', '105436.901000', '105436.904000', '105436.906000', '105436.909000', '105436.912000', '105436.914000', '105436.917000', '105436.920000', '105436.922000', '105436.925000', '105436.927000', '105436.930000', '105436.933000', '105436.935000', '105436.938000', '105436.941000', '105436.943000', '105436.946000', '105436.948000', '105436.951000', '105436.954000', '105436.956000', '105436.959000', '105436.962000', '105436.964000', '105436.967000', '105436.969000', '105436.972000', '105436.975000', '105436.977000', '105436.980000', '105436.982000', '105436.985000', '105436.988000', '105456.879000', '105456.881000', '105456.884000', '105456.887000', '105456.889000', '105456.892000', '105456.894000', '105456.897000', '105456.899000', '105456.903000', '105456.906000', '105456.908000', '105456.911000', '105456.914000', '105456.916000', '105456.919000', '105456.921000', '105456.924000', '105456.926000', '105456.929000', '105456.931000', '105456.934000', '105456.937000', '105456.939000', '105456.942000', '105456.945000', '105456.947000', '105456.950000', '105456.952000', '105456.955000', '105456.958000', '105456.960000', '105456.963000', '105456.966000', '105456.968000', '105456.971000', '105456.974000', '105456.976000', '105456.979000', '105456.981000', '105456.984000', '105456.987000', '105456.989000', '105456.992000', '105516.879000', '105516.881000', '105516.884000', '105516.887000', '105516.890000', '105516.892000', '105516.895000', '105516.897000', '105516.900000', '105516.903000', '105516.905000', '105516.908000', '105516.910000', '105516.913000', '105516.915000', '105516.918000', '105516.921000', '105516.923000', '105516.926000', '105516.929000', '105516.931000', '105516.934000', '105516.936000', '105516.939000', '105516.942000', '105516.944000', '105516.947000', '105516.949000', '105516.952000', '105516.955000', '105516.957000', '105516.960000', '105516.963000', '105516.965000', '105516.968000', '105516.970000', '105516.973000', '105516.976000', '105516.978000', '105516.981000', '105516.984000', '105516.986000', '105516.989000', '105536.879000', '105536.881000', '105536.884000', '105536.887000', '105536.889000', '105536.892000', '105536.895000', '105536.898000', '105536.901000', '105536.904000', '105536.907000', '105536.909000', '105536.912000', '105536.914000', '105536.917000', '105536.920000', '105536.922000', '105536.925000', '105536.928000', '105536.930000', '105536.942000', '105536.945000', '105536.948000', '105536.950000', '105536.953000', '105536.955000', '105536.958000', '105536.960000', '105536.963000', '105536.966000', '105536.969000', '105536.971000', '105536.974000', '105536.976000', '105536.979000', '105536.982000', '105536.984000', '105536.987000', '105536.990000', '105536.992000', '105536.995000', '105536.997000', '105537.001000', '105556.879000', '105556.881000', '105556.884000', '105556.886000', '105556.889000', '105556.892000', '105556.894000', '105556.897000', '105556.899000', '105556.902000', '105556.904000', '105556.907000', '105556.910000', '105556.912000', '105556.915000', '105556.917000', '105556.920000', '105556.923000', '105556.925000', '105556.928000', '105556.930000', '105556.933000', '105556.936000', '105556.938000', '105556.941000', '105556.943000', '105556.946000', '105556.949000', '105556.951000', '105556.954000', '105556.957000', '105556.959000', '105556.962000', '105556.964000', '105556.967000', '105556.970000', '105556.972000', '105556.975000', '105556.978000', '105556.980000', '105556.983000', '105556.985000', '105556.988000', '105556.995000', '105616.878000', '105616.881000', '105616.884000', '105616.887000', '105616.889000', '105616.892000', '105616.895000', '105616.898000', '105616.901000', '105616.904000', '105616.907000', '105616.909000', '105616.912000', '105616.914000', '105616.917000', '105616.920000', '105616.922000', '105616.925000', '105616.928000', '105616.930000', '105616.933000', '105616.935000', '105616.938000', '105616.942000', '105616.945000', '105616.947000', '105616.950000', '105616.953000', '105616.955000', '105616.958000', '105616.960000', '105616.963000', '105616.966000', '105616.968000', '105616.971000', '105616.973000', '105616.976000', '105616.978000', '105616.981000', '105616.984000', '105616.986000', '105616.989000', '105616.991000', '105636.878000', '105636.881000', '105636.883000', '105636.886000', '105636.889000', '105636.891000', '105636.894000', '105636.897000', '105636.899000', '105636.902000', '105636.904000', '105636.907000', '105636.909000', '105636.912000', '105636.915000', '105636.917000', '105636.920000', '105636.923000', '105636.925000', '105636.928000', '105636.931000', '105636.933000', '105636.936000', '105636.938000', '105636.941000', '105636.943000', '105636.946000', '105636.949000', '105636.951000', '105636.954000', '105636.956000', '105636.959000', '105636.962000', '105636.964000', '105636.967000', '105636.970000', '105636.972000', '105636.975000', '105636.977000', '105636.980000', '105636.983000', '105636.985000', '105636.988000', '105636.990000', '105656.878000', '105656.880000', '105656.883000', '105656.886000', '105656.888000', '105656.891000', '105656.894000', '105656.896000', '105656.899000', '105656.901000', '105656.904000', '105656.906000', '105656.909000', '105656.911000', '105656.914000', '105656.916000', '105656.919000', '105656.922000', '105656.924000', '105656.927000', '105656.929000', '105656.932000', '105656.935000', '105656.937000', '105656.940000', '105656.943000', '105656.946000', '105656.948000', '105656.951000', '105656.954000', '105656.957000', '105656.960000', '105656.963000', '105656.965000', '105656.968000', '105656.971000', '105656.973000', '105656.976000', '105656.978000', '105656.981000', '105656.983000', '105656.986000', '105656.989000', '105716.878000', '105716.881000', '105716.885000', '105716.888000', '105716.890000', '105716.893000', '105716.896000', '105716.898000', '105716.901000', '105716.903000', '105716.906000', '105716.908000', '105716.911000', '105716.913000', '105716.916000', '105716.918000', '105716.921000', '105716.924000', '105716.926000', '105716.929000', '105716.931000', '105716.934000', '105716.936000', '105716.939000', '105716.942000', '105716.944000', '105716.947000', '105716.949000', '105716.952000', '105716.954000', '105716.957000', '105716.960000', '105716.962000', '105716.965000', '105716.968000', '105716.970000', '105716.973000', '105716.975000', '105716.978000', '105716.980000', '105716.983000', '105716.986000', '105716.988000', '105716.991000', '105736.879000', '105736.881000', '105736.884000', '105736.887000', '105736.889000', '105736.892000', '105736.894000', '105736.897000', '105736.900000', '105736.903000', '105736.906000', '105736.908000', '105736.911000', '105736.914000', '105736.916000', '105736.919000', '105736.921000', '105736.924000', '105736.926000', '105736.929000', '105736.932000', '105736.934000', '105736.937000', '105736.939000', '105736.942000', '105736.944000', '105736.947000', '105736.949000', '105736.952000', '105736.955000', '105736.957000', '105736.960000', '105736.962000', '105736.965000', '105736.968000', '105736.970000', '105736.973000', '105736.975000', '105736.978000', '105736.981000', '105736.984000', '105736.987000', '105736.989000', '105739.673000', '105739.676000', '105739.679000', '105739.682000', '105739.684000', '105739.687000', '105739.690000'], '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': [9201, 15223, 10714, 17782, 10520, 14569, 10378, 8870, 12924, 10243, 7606, 12280, 9808, 8005, 10800, 7463, 12458, 8704, 13295, 9243, 7974, 10539, 9026, 7771, 10483, 8104, 12025, 9680, 8773, 13573, 7827, 14262, 9450, 8107, 10108, 7835, 11800, 9454, 13992, 8038, 11662, 9092, 10936, 11370, 8475, 12156, 8964, 7789, 11469, 8452, 10406, 10647, 9747, 13244, 9940, 15198, 8432, 14882, 8767, 14183, 8392, 14461, 8427, 14648, 9013, 7840, 10619, 7549, 12123, 9019, 12453, 9452, 12958, 9830, 8090, 10855, 7535, 11129, 7743, 11950, 8222, 12316, 8874, 12275, 9627, 7439, 10917, 7602, 10887, 8614, 11385, 9751, 7299, 9629, 7860, 8291, 9909, 8537, 8062, 12750, 10533, 8303, 13175, 9346, 15179, 12174, 16773, 13262, 16191, 10695, 13474, 10519, 12527, 10313, 13939, 10438, 10027, 11177, 7668, 11939, 7892, 11703, 8640, 11147, 8935, 13928, 8842, 7442, 10330, 7566, 11111, 8835, 12388, 9008, 13887, 8769, 11691, 8897, 11841, 8778, 12234, 8480, 12797, 8404, 12030, 9093, 8950, 10276, 8354, 11431, 8039, 11483, 8039, 11431, 9624, 13032, 9580, 14707, 9370, 9675, 9758, 7780, 10672, 8648, 11536, 8929, 7356, 10341, 7652, 11049, 8645, 12695, 8593, 13357, 8265, 11811, 8829, 12030, 8268, 12901, 8840, 11324, 9148, 11354, 9724, 10666, 9938, 8082, 9814, 7765, 11796, 8014, 11520, 8716, 12162, 8515, 13676, 8784, 12610, 8862, 11376, 9717, 9454, 11153, 7794, 11797, 7837, 11700, 7954, 11911, 9491, 11971, 10396, 7972, 10730, 8215, 11452, 8575, 11645, 9233, 15097, 9317, 8034, 11203, 8190, 11804, 9556, 8237, 10645, 7994, 12661, 9753, 13709, 10920, 10421, 12435, 9526, 14643, 10027, 7779, 10822, 8733, 8061, 11560, 8534, 7791, 9551, 10453, 11623, 9687, 16088, 9458, 17577, 13228, 10264, 13095, 10394, 17236, 10989, 13738, 10729, 8578, 12948, 8840, 13221, 10360, 8241, 11230, 7797, 11442, 8199, 12004, 7969, 12298, 7808, 11776, 8471, 10092, 9336, 7645, 10987, 8014, 7298, 10199, 9030, 7865, 11881, 9459, 8973, 14044, 11170, 14997, 11882, 14915, 11665, 14288, 8253, 12469, 7995, 11884, 8200, 11609, 8698, 10960, 8193, 8625, 9708, 7392, 10149, 7532, 11093, 8051, 12244, 8103, 11358, 8748, 12247, 8833, 15028, 10656, 14289, 9398, 7980, 10853, 7719, 11126, 8759, 15526, 9034, 7822, 10128, 7711, 10999, 8285, 11384, 8696, 12409, 8907, 12106, 8464, 11948, 8915, 13848, 9514, 7563, 10410, 7888, 11692, 8778, 9650, 9444, 9518, 9745, 9090, 10531, 7503, 9847, 7952, 11121, 8445, 11974, 8220, 12486, 8223, 13219, 9048, 12888, 9026, 10493, 10121, 7900, 9821, 8223, 10316, 9102, 7337, 10755, 8848, 13034, 9746, 7707, 10237, 7979, 11622, 8182, 13124, 10015, 9281, 12347, 8095, 11841, 8272, 11999, 9654, 10151, 11103, 9803, 12517, 8309, 8615, 10061, 7926, 9903, 7690, 11736, 9403, 13812, 8082, 12273, 9256, 8233, 10176, 8773, 14254, 10501, 7850, 9746, 9460, 7616, 11140, 8619, 14564, 9941, 14955, 11658, 9193, 11377, 8047, 12392, 8489, 13691, 8505, 13321, 8586, 12917, 8621, 13317, 8729, 12721, 9330, 11585, 9546, 7608, 10433, 8329, 8566, 9996, 7905, 10919, 8110, 13800, 9427, 9788, 10091, 7984, 11441, 8036, 12384, 9442, 8428, 10109, 7752, 11813, 8374, 13050, 9304, 7920, 10594, 7922, 10282, 9160, 13739, 9424, 7467, 11018, 8593, 7973, 10266, 8025, 11242, 9599, 14800, 8342, 14627, 9049, 14157, 9173, 9923, 11088, 8582, 12519, 9035, 7979, 10940, 8407, 11811, 9253, 15068, 9131, 8219, 10466, 8881, 14982, 9265, 7880, 11774, 8482, 9502, 10212, 8296, 10523, 8146, 10165, 8332, 10224, 7794, 10254, 7828, 11430, 8169, 11556, 8163, 11863, 9003, 12578, 9822, 11527, 9683, 7455, 10129, 8181, 9013, 9529, 7593, 10714, 8620, 12726, 9199, 15941, 10722, 7529, 10581, 7799, 11920, 10034, 8831, 10889, 8586, 12153, 10294, 8121, 9434, 10089, 8742, 10220, 11209, 10086, 13781, 10169, 13780, 10350, 11892, 12750, 8935, 11465, 7974, 11141, 7758, 11792, 8747, 11881, 8669, 11659, 8963, 11741, 9164, 12139, 9768, 11005, 9629, 7938, 10764, 7874, 11007, 7641, 10782, 8739, 11806, 8197, 12532, 8628, 8975, 9954, 7745, 11362, 9248, 7245, 10738, 7550, 10929, 8074, 13491, 10554, 14974, 9245, 12288, 9094, 12647, 9553, 14266, 10604, 8632, 9853, 7759, 11690, 7835, 11506, 9333, 13570, 10636, 10839, 12084, 7594, 11779, 8560, 12455, 9312, 15642, 11052, 16352, 8756, 13940, 9199, 11857, 9795, 7736, 10302, 8164, 11945, 8288, 8691, 10761, 9131, 15212, 10905, 7748, 11816, 8712, 11461, 9660, 11461, 9633, 11572, 10534, 8334, 10516, 7647, 10265, 7587, 11476, 8323, 12936, 9894, 7540, 10141, 7871, 8527, 9987, 7596, 12825, 10092, 8872, 11746, 8071, 9519, 9888, 7998, 11376, 8364, 12386, 8678, 11828, 8794, 9468, 12088, 9156, 8642, 10781, 11969, 7926, 7410, 10700, 7826, 12316, 8210, 14199, 8904, 13666, 9157, 7480, 10202, 7310, 10324, 7923, 11603, 8594, 12079, 9391, 9342, 10161, 7701, 10942, 7990, 9231, 10913, 8229, 7526, 10825, 8304, 8003, 11601, 9044, 9966, 11652, 13193, 12887, 16823, 12641, 16363, 9945, 15841, 8854, 14851, 8532, 12749, 8767, 13304, 9610, 8017, 9081, 7399, 9866, 7836, 10393, 8676, 10356, 7735, 10450, 8021, 11228, 8857, 8642, 10131, 8546, 13143, 7696, 13877, 9031, 11530, 9611, 12056, 10975, 11384, 12382, 7692, 11567, 8212, 12098, 8602, 13307, 11087, 8055, 11373, 7726, 11674, 9293, 12728, 9661, 14531, 10007, 14244, 9363, 13830, 9682, 12045, 9619, 11191, 9684, 9156, 10018, 8207, 10496, 7550, 11329, 7942, 7930, 9244, 7646, 10857, 8302, 11288, 8953, 14774, 8684, 11231, 9514, 9595, 10418, 8731, 11203, 9040, 15630, 9186, 8348, 12063, 8741, 11121, 10036, 12059, 10255, 14247, 10417, 14129, 9453, 13447, 9737, 12558, 9369, 7725, 10601, 8657, 11843, 9225, 7498, 10114, 9540, 8876, 10156, 7923, 10971, 9392, 10300, 12211, 9573, 13724, 9464, 13768, 9409, 12169, 9484, 8185, 10534, 7978, 11378, 9192, 12129, 9326, 8141, 10182, 8604, 12150, 8781, 12319, 9965, 7839, 10456, 7991, 12026, 8412, 12051, 8312, 11907], 'WindowCenter': [4533.0, 4577.0, 4513.0, 4562.0, 4496.0, 4523.0, 4472.0, 4464.0, 4500.0, 4480.0, 4441.0, 4491.0, 4469.0, 4439.0, 4481.0, 4431.0, 4501.0, 4462.0, 4526.0, 4474.0, 4453.0, 4493.0, 4473.0, 4454.0, 4494.0, 4468.0, 4515.0, 4512.0, 4492.0, 4540.0, 4471.0, 4548.0, 4498.0, 4467.0, 4508.0, 4470.0, 4530.0, 4501.0, 4537.0, 4466.0, 4505.0, 4489.0, 4518.0, 4519.0, 4476.0, 4516.0, 4487.0, 4468.0, 4516.0, 4478.0, 4505.0, 4509.0, 4498.0, 4529.0, 4495.0, 4534.0, 4462.0, 4522.0, 4451.0, 4510.0, 4449.0, 4496.0, 4450.0, 4508.0, 4459.0, 4436.0, 4467.0, 4424.0, 4486.0, 4458.0, 4486.0, 4469.0, 4497.0, 4469.0, 4437.0, 4477.0, 4437.0, 4489.0, 4428.0, 4488.0, 4449.0, 4501.0, 4461.0, 4498.0, 4482.0, 4440.0, 4491.0, 4453.0, 4505.0, 4487.0, 4517.0, 4497.0, 4468.0, 4509.0, 4492.0, 4503.0, 4521.0, 4501.0, 4505.0, 4564.0, 4546.0, 4504.0, 4563.0, 4515.0, 4563.0, 4543.0, 4560.0, 4541.0, 4547.0, 4496.0, 4512.0, 4493.0, 4501.0, 4484.0, 4521.0, 4482.0, 4468.0, 4491.0, 4429.0, 4490.0, 4439.0, 4499.0, 4462.0, 4503.0, 4471.0, 4521.0, 4473.0, 4441.0, 4491.0, 4451.0, 4503.0, 4475.0, 4514.0, 4474.0, 4521.0, 4461.0, 4501.0, 4461.0, 4490.0, 4460.0, 4499.0, 4459.0, 4499.0, 4450.0, 4498.0, 4460.0, 4459.0, 4493.0, 4460.0, 4503.0, 4453.0, 4501.0, 4452.0, 4489.0, 4480.0, 4511.0, 4483.0, 4522.0, 4483.0, 4471.0, 4471.0, 4442.0, 4502.0, 4474.0, 4503.0, 4474.0, 4442.0, 4494.0, 4453.0, 4516.0, 4487.0, 4525.0, 4475.0, 4525.0, 4462.0, 4502.0, 4473.0, 4513.0, 4464.0, 4511.0, 4473.0, 4491.0, 4472.0, 4490.0, 4482.0, 4493.0, 4483.0, 4450.0, 4481.0, 4441.0, 4501.0, 4452.0, 4502.0, 4475.0, 4514.0, 4474.0, 4523.0, 4474.0, 4501.0, 4472.0, 4501.0, 4483.0, 4482.0, 4504.0, 4451.0, 4514.0, 4453.0, 4513.0, 4466.0, 4515.0, 4497.0, 4512.0, 4494.0, 4464.0, 4504.0, 4475.0, 4515.0, 4475.0, 4516.0, 4495.0, 4534.0, 4509.0, 4477.0, 4515.0, 4475.0, 4514.0, 4486.0, 4464.0, 4494.0, 4464.0, 4512.0, 4482.0, 4509.0, 4506.0, 4505.0, 4527.0, 4481.0, 4531.0, 4482.0, 4448.0, 4500.0, 4486.0, 4474.0, 4536.0, 4497.0, 4478.0, 4508.0, 4529.0, 4541.0, 4501.0, 4550.0, 4499.0, 4535.0, 4516.0, 4483.0, 4499.0, 4469.0, 4521.0, 4480.0, 4497.0, 4467.0, 4435.0, 4476.0, 4435.0, 4473.0, 4453.0, 4423.0, 4463.0, 4414.0, 4475.0, 4434.0, 4476.0, 4426.0, 4487.0, 4430.0, 4491.0, 4448.0, 4481.0, 4470.0, 4441.0, 4502.0, 4467.0, 4468.0, 4507.0, 4499.0, 4492.0, 4542.0, 4523.0, 4504.0, 4564.0, 4521.0, 4552.0, 4520.0, 4539.0, 4505.0, 4524.0, 4452.0, 4502.0, 4440.0, 4504.0, 4462.0, 4501.0, 4464.0, 4491.0, 4461.0, 4470.0, 4483.0, 4454.0, 4508.0, 4480.0, 4530.0, 4491.0, 4540.0, 4480.0, 4528.0, 4489.0, 4528.0, 4499.0, 4548.0, 4509.0, 4547.0, 4486.0, 4466.0, 4506.0, 4467.0, 4517.0, 4486.0, 4543.0, 4486.0, 4468.0, 4505.0, 4455.0, 4504.0, 4464.0, 4503.0, 4462.0, 4513.0, 4471.0, 4500.0, 4451.0, 4513.0, 4472.0, 4510.0, 4469.0, 4428.0, 4480.0, 4450.0, 4499.0, 4463.0, 4481.0, 4484.0, 4482.0, 4486.0, 4487.0, 4495.0, 4442.0, 4482.0, 4451.0, 4491.0, 4451.0, 4501.0, 4450.0, 4500.0, 4451.0, 4499.0, 4461.0, 4499.0, 4473.0, 4493.0, 4493.0, 4462.0, 4493.0, 4473.0, 4491.0, 4473.0, 4453.0, 4518.0, 4499.0, 4539.0, 4509.0, 4468.0, 4509.0, 4478.0, 4517.0, 4478.0, 4537.0, 4511.0, 4498.0, 4538.0, 4479.0, 4526.0, 4488.0, 4516.0, 4509.0, 4506.0, 4517.0, 4494.0, 4525.0, 4477.0, 4476.0, 4497.0, 4463.0, 4496.0, 4466.0, 4515.0, 4485.0, 4524.0, 4465.0, 4512.0, 4496.0, 4488.0, 4508.0, 4475.0, 4535.0, 4505.0, 4477.0, 4497.0, 4496.0, 4468.0, 4517.0, 4488.0, 4548.0, 4509.0, 4547.0, 4518.0, 4485.0, 4503.0, 4452.0, 4503.0, 4460.0, 4508.0, 4449.0, 4497.0, 4448.0, 4498.0, 4447.0, 4496.0, 4447.0, 4495.0, 4457.0, 4475.0, 4468.0, 4439.0, 4480.0, 4452.0, 4460.0, 4482.0, 4461.0, 4501.0, 4464.0, 4521.0, 4497.0, 4506.0, 4506.0, 4465.0, 4515.0, 4467.0, 4525.0, 4497.0, 4473.0, 4507.0, 4465.0, 4515.0, 4477.0, 4524.0, 4485.0, 4465.0, 4503.0, 4462.0, 4495.0, 4485.0, 4537.0, 4485.0, 4456.0, 4517.0, 4488.0, 4474.0, 4506.0, 4477.0, 4518.0, 4498.0, 4548.0, 4476.0, 4534.0, 4484.0, 4534.0, 4485.0, 4495.0, 4503.0, 4463.0, 4511.0, 4474.0, 4450.0, 4502.0, 4462.0, 4504.0, 4483.0, 4522.0, 4484.0, 4473.0, 4492.0, 4484.0, 4532.0, 4470.0, 4466.0, 4511.0, 4474.0, 4481.0, 4492.0, 4463.0, 4493.0, 4451.0, 4494.0, 4463.0, 4493.0, 4453.0, 4493.0, 4439.0, 4488.0, 4449.0, 4489.0, 4450.0, 4498.0, 4470.0, 4500.0, 4481.0, 4489.0, 4470.0, 4440.0, 4492.0, 4462.0, 4472.0, 4484.0, 4453.0, 4503.0, 4485.0, 4536.0, 4497.0, 4556.0, 4518.0, 4466.0, 4506.0, 4479.0, 4538.0, 4510.0, 4511.0, 4531.0, 4489.0, 4524.0, 4520.0, 4492.0, 4498.0, 4519.0, 4488.0, 4510.0, 4505.0, 4496.0, 4521.0, 4494.0, 4511.0, 4483.0, 4487.0, 4499.0, 4447.0, 4476.0, 4426.0, 4465.0, 4413.0, 4475.0, 4433.0, 4473.0, 4434.0, 4463.0, 4445.0, 4473.0, 4445.0, 4472.0, 4465.0, 4474.0, 4455.0, 4435.0, 4478.0, 4436.0, 4479.0, 4438.0, 4492.0, 4463.0, 4499.0, 4452.0, 4498.0, 4473.0, 4470.0, 4493.0, 4466.0, 4515.0, 4496.0, 4466.0, 4518.0, 4477.0, 4518.0, 4491.0, 4550.0, 4520.0, 4559.0, 4511.0, 4527.0, 4497.0, 4539.0, 4497.0, 4546.0, 4507.0, 4489.0, 4510.0, 4467.0, 4527.0, 4468.0, 4516.0, 4499.0, 4551.0, 4520.0, 4519.0, 4529.0, 4456.0, 4515.0, 4474.0, 4513.0, 4485.0, 4532.0, 4493.0, 4521.0, 4451.0, 4509.0, 4459.0, 4499.0, 4481.0, 4440.0, 4478.0, 4460.0, 4502.0, 4461.0, 4473.0, 4504.0, 4494.0, 4557.0, 4517.0, 4464.0, 4515.0, 4485.0, 4514.0, 4493.0, 4503.0, 4484.0, 4503.0, 4492.0, 4462.0, 4492.0, 4439.0, 4480.0, 4440.0, 4488.0, 4450.0, 4500.0, 4469.0, 4438.0, 4478.0, 4450.0, 4459.0, 4494.0, 4479.0, 4523.0, 4504.0, 4485.0, 4515.0, 4465.0, 4482.0, 4494.0, 4464.0, 4504.0, 4464.0, 4529.0, 4475.0, 4502.0, 4474.0, 4483.0, 4511.0, 4485.0, 4473.0, 4504.0, 4503.0, 4467.0, 4445.0, 4493.0, 4453.0, 4500.0, 4463.0, 4521.0, 4475.0, 4520.0, 4472.0, 4430.0, 4481.0, 4428.0, 4480.0, 4438.0, 4489.0, 4462.0, 4503.0, 4473.0, 4470.0, 4493.0, 4452.0, 4503.0, 4464.0, 4494.0, 4528.0, 4487.0, 4478.0, 4518.0, 4501.0, 4492.0, 4554.0, 4516.0, 4524.0, 4543.0, 4541.0, 4530.0, 4546.0, 4514.0, 4523.0, 4471.0, 4509.0, 4449.0, 4496.0, 4449.0, 4513.0, 4461.0, 4497.0, 4470.0, 4437.0, 4458.0, 4428.0, 4479.0, 4439.0, 4494.0, 4472.0, 4494.0, 4454.0, 4506.0, 4465.0, 4504.0, 4486.0, 4486.0, 4510.0, 4488.0, 4539.0, 4471.0, 4537.0, 4501.0, 4517.0, 4499.0, 4529.0, 4519.0, 4517.0, 4527.0, 4455.0, 4516.0, 4465.0, 4515.0, 4476.0, 4524.0, 4516.0, 4455.0, 4504.0, 4456.0, 4504.0, 4496.0, 4524.0, 4498.0, 4524.0, 4482.0, 4522.0, 4471.0, 4510.0, 4469.0, 4490.0, 4470.0, 4478.0, 4459.0, 4456.0, 4468.0, 4448.0, 4479.0, 4439.0, 4489.0, 4448.0, 4449.0, 4471.0, 4450.0, 4503.0, 4475.0, 4517.0, 4485.0, 4533.0, 4474.0, 4504.0, 4499.0, 4495.0, 4506.0, 4474.0, 4518.0, 4488.0, 4541.0, 4485.0, 4474.0, 4514.0, 4475.0, 4515.0, 4497.0, 4514.0, 4494.0, 4522.0, 4492.0, 4511.0, 4470.0, 4498.0, 4469.0, 4485.0, 4457.0, 4439.0, 4477.0, 4447.0, 4488.0, 4483.0, 4454.0, 4479.0, 4481.0, 4469.0, 4493.0, 4450.0, 4492.0, 4469.0, 4482.0, 4501.0, 4473.0, 4510.0, 4471.0, 4498.0, 4460.0, 4487.0, 4469.0, 4446.0, 4479.0, 4451.0, 4499.0, 4472.0, 4501.0, 4472.0, 4449.0, 4479.0, 4471.0, 4503.0, 4462.0, 4502.0, 4481.0, 4440.0, 4480.0, 4451.0, 4501.0, 4451.0, 4500.0, 4451.0, 4503.0], 'WindowWidth': [9968.0, 10015.0, 9914.0, 9981.0, 9876.0, 9908.0, 9834.0, 9824.0, 9871.0, 9843.0, 9791.0, 9857.0, 9828.0, 9786.0, 9844.0, 9776.0, 9870.0, 9822.0, 9916.0, 9841.0, 9810.0, 9866.0, 9840.0, 9816.0, 9870.0, 9842.0, 9902.0, 9911.0, 9884.0, 9943.0, 9853.0, 9950.0, 9884.0, 9838.0, 9897.0, 9850.0, 9930.0, 9890.0, 9934.0, 9836.0, 9886.0, 9872.0, 9913.0, 9914.0, 9853.0, 9903.0, 9865.0, 9844.0, 9906.0, 9857.0, 9889.0, 9900.0, 9886.0, 9928.0, 9874.0, 9926.0, 9824.0, 9905.0, 9805.0, 9882.0, 9798.0, 9859.0, 9803.0, 9880.0, 9812.0, 9777.0, 9820.0, 9760.0, 9845.0, 9810.0, 9846.0, 9826.0, 9860.0, 9825.0, 9781.0, 9836.0, 9781.0, 9853.0, 9771.0, 9851.0, 9802.0, 9875.0, 9821.0, 9865.0, 9851.0, 9791.0, 9862.0, 9813.0, 9888.0, 9869.0, 9910.0, 9884.0, 9846.0, 9905.0, 9886.0, 9903.0, 9922.0, 9898.0, 9909.0, 9989.0, 9967.0, 9908.0, 9985.0, 9921.0, 9985.0, 9955.0, 9978.0, 9949.0, 9949.0, 9877.0, 9892.0, 9867.0, 9874.0, 9854.0, 9904.0, 9851.0, 9826.0, 9860.0, 9773.0, 9855.0, 9787.0, 9867.0, 9824.0, 9881.0, 9835.0, 9902.0, 9842.0, 9794.0, 9863.0, 9809.0, 9883.0, 9848.0, 9898.0, 9844.0, 9904.0, 9821.0, 9875.0, 9819.0, 9857.0, 9819.0, 9870.0, 9816.0, 9867.0, 9804.0, 9865.0, 9817.0, 9817.0, 9867.0, 9821.0, 9881.0, 9812.0, 9875.0, 9810.0, 9857.0, 9846.0, 9888.0, 9854.0, 9904.0, 9853.0, 9832.0, 9834.0, 9798.0, 9882.0, 9844.0, 9881.0, 9844.0, 9800.0, 9871.0, 9817.0, 9908.0, 9868.0, 9917.0, 9848.0, 9912.0, 9825.0, 9876.0, 9840.0, 9897.0, 9830.0, 9887.0, 9839.0, 9859.0, 9837.0, 9858.0, 9851.0, 9868.0, 9854.0, 9806.0, 9849.0, 9793.0, 9875.0, 9810.0, 9877.0, 9847.0, 9898.0, 9845.0, 9907.0, 9844.0, 9875.0, 9837.0, 9874.0, 9856.0, 9854.0, 9884.0, 9808.0, 9899.0, 9814.0, 9897.0, 9840.0, 9904.0, 9880.0, 9894.0, 9873.0, 9830.0, 9886.0, 9847.0, 9900.0, 9848.0, 9906.0, 9878.0, 9928.0, 9906.0, 9855.0, 9902.0, 9849.0, 9899.0, 9865.0, 9831.0, 9870.0, 9830.0, 9892.0, 9852.0, 9884.0, 9890.0, 9889.0, 9923.0, 9849.0, 9919.0, 9852.0, 9802.0, 9876.0, 9864.0, 9850.0, 9937.0, 9886.0, 9864.0, 9902.0, 9934.0, 9952.0, 9888.0, 9957.0, 9883.0, 9926.0, 9902.0, 9850.0, 9866.0, 9822.0, 9899.0, 9840.0, 9858.0, 9817.0, 9770.0, 9826.0, 9768.0, 9817.0, 9792.0, 9750.0, 9804.0, 9741.0, 9825.0, 9769.0, 9828.0, 9762.0, 9845.0, 9775.0, 9858.0, 9801.0, 9847.0, 9831.0, 9794.0, 9878.0, 9840.0, 9846.0, 9896.0, 9890.0, 9883.0, 9951.0, 9928.0, 9903.0, 9986.0, 9920.0, 9966.0, 9917.0, 9941.0, 9885.0, 9912.0, 9806.0, 9876.0, 9788.0, 9882.0, 9824.0, 9875.0, 9828.0, 9862.0, 9823.0, 9835.0, 9857.0, 9820.0, 9901.0, 9866.0, 9931.0, 9883.0, 9943.0, 9867.0, 9928.0, 9874.0, 9925.0, 9887.0, 9952.0, 9902.0, 9950.0, 9867.0, 9836.0, 9891.0, 9842.0, 9910.0, 9865.0, 9938.0, 9867.0, 9844.0, 9890.0, 9820.0, 9883.0, 9830.0, 9882.0, 9825.0, 9894.0, 9834.0, 9873.0, 9807.0, 9897.0, 9840.0, 9887.0, 9827.0, 9770.0, 9842.0, 9804.0, 9868.0, 9827.0, 9849.0, 9858.0, 9852.0, 9863.0, 9866.0, 9875.0, 9798.0, 9852.0, 9807.0, 9861.0, 9807.0, 9874.0, 9805.0, 9870.0, 9806.0, 9869.0, 9820.0, 9868.0, 9839.0, 9870.0, 9869.0, 9825.0, 9869.0, 9842.0, 9863.0, 9844.0, 9817.0, 9911.0, 9891.0, 9944.0, 9902.0, 9845.0, 9900.0, 9858.0, 9910.0, 9858.0, 9937.0, 9908.0, 9887.0, 9939.0, 9861.0, 9921.0, 9874.0, 9907.0, 9902.0, 9894.0, 9908.0, 9874.0, 9917.0, 9854.0, 9850.0, 9880.0, 9831.0, 9881.0, 9839.0, 9904.0, 9863.0, 9914.0, 9834.0, 9892.0, 9881.0, 9872.0, 9897.0, 9849.0, 9928.0, 9890.0, 9855.0, 9880.0, 9879.0, 9845.0, 9910.0, 9871.0, 9955.0, 9902.0, 9948.0, 9910.0, 9860.0, 9884.0, 9811.0, 9881.0, 9815.0, 9881.0, 9799.0, 9863.0, 9797.0, 9866.0, 9794.0, 9857.0, 9792.0, 9856.0, 9808.0, 9829.0, 9826.0, 9791.0, 9845.0, 9808.0, 9818.0, 9853.0, 9824.0, 9877.0, 9832.0, 9906.0, 9882.0, 9895.0, 9893.0, 9836.0, 9903.0, 9841.0, 9914.0, 9880.0, 9843.0, 9896.0, 9838.0, 9903.0, 9854.0, 9914.0, 9862.0, 9833.0, 9884.0, 9827.0, 9876.0, 9864.0, 9937.0, 9864.0, 9824.0, 9909.0, 9873.0, 9849.0, 9895.0, 9855.0, 9914.0, 9884.0, 9951.0, 9852.0, 9926.0, 9860.0, 9926.0, 9862.0, 9874.0, 9883.0, 9826.0, 9890.0, 9842.0, 9807.0, 9878.0, 9825.0, 9883.0, 9854.0, 9904.0, 9858.0, 9844.0, 9868.0, 9860.0, 9922.0, 9835.0, 9838.0, 9892.0, 9845.0, 9850.0, 9867.0, 9828.0, 9871.0, 9809.0, 9871.0, 9825.0, 9867.0, 9813.0, 9869.0, 9791.0, 9853.0, 9801.0, 9853.0, 9803.0, 9867.0, 9833.0, 9871.0, 9847.0, 9854.0, 9834.0, 9795.0, 9865.0, 9825.0, 9839.0, 9858.0, 9816.0, 9885.0, 9864.0, 9935.0, 9885.0, 9962.0, 9911.0, 9838.0, 9893.0, 9863.0, 9943.0, 9906.0, 9910.0, 9937.0, 9876.0, 9916.0, 9917.0, 9883.0, 9886.0, 9916.0, 9871.0, 9902.0, 9887.0, 9877.0, 9904.0, 9870.0, 9890.0, 9853.0, 9852.0, 9868.0, 9792.0, 9831.0, 9761.0, 9815.0, 9740.0, 9827.0, 9765.0, 9820.0, 9768.0, 9806.0, 9786.0, 9821.0, 9787.0, 9820.0, 9814.0, 9824.0, 9803.0, 9776.0, 9837.0, 9779.0, 9839.0, 9784.0, 9863.0, 9827.0, 9870.0, 9809.0, 9867.0, 9843.0, 9832.0, 9871.0, 9840.0, 9905.0, 9881.0, 9841.0, 9912.0, 9859.0, 9916.0, 9884.0, 9960.0, 9919.0, 9971.0, 9909.0, 9924.0, 9885.0, 9943.0, 9885.0, 9949.0, 9897.0, 9876.0, 9905.0, 9842.0, 9921.0, 9845.0, 9907.0, 9891.0, 9965.0, 9919.0, 9913.0, 9927.0, 9822.0, 9901.0, 9843.0, 9897.0, 9860.0, 9923.0, 9867.0, 9903.0, 9805.0, 9880.0, 9815.0, 9870.0, 9847.0, 9792.0, 9840.0, 9819.0, 9877.0, 9824.0, 9845.0, 9884.0, 9876.0, 9965.0, 9908.0, 9835.0, 9903.0, 9864.0, 9899.0, 9871.0, 9881.0, 9858.0, 9883.0, 9865.0, 9821.0, 9865.0, 9789.0, 9845.0, 9789.0, 9853.0, 9803.0, 9871.0, 9830.0, 9785.0, 9839.0, 9808.0, 9816.0, 9870.0, 9864.0, 9912.0, 9889.0, 9862.0, 9902.0, 9836.0, 9854.0, 9870.0, 9829.0, 9884.0, 9831.0, 9928.0, 9848.0, 9879.0, 9845.0, 9852.0, 9889.0, 9861.0, 9843.0, 9885.0, 9880.0, 9839.0, 9806.0, 9868.0, 9816.0, 9874.0, 9826.0, 9901.0, 9844.0, 9901.0, 9837.0, 9776.0, 9846.0, 9773.0, 9842.0, 9783.0, 9854.0, 9823.0, 9879.0, 9840.0, 9831.0, 9867.0, 9814.0, 9886.0, 9835.0, 9874.0, 9928.0, 9872.0, 9858.0, 9914.0, 9895.0, 9886.0, 9975.0, 9927.0, 9929.0, 9958.0, 9949.0, 9931.0, 9947.0, 9897.0, 9908.0, 9829.0, 9878.0, 9796.0, 9857.0, 9797.0, 9896.0, 9820.0, 9859.0, 9829.0, 9779.0, 9811.0, 9769.0, 9843.0, 9788.0, 9868.0, 9839.0, 9871.0, 9817.0, 9889.0, 9836.0, 9884.0, 9864.0, 9865.0, 9904.0, 9873.0, 9941.0, 9854.0, 9937.0, 9892.0, 9909.0, 9886.0, 9929.0, 9915.0, 9906.0, 9920.0, 9821.0, 9903.0, 9833.0, 9904.0, 9851.0, 9913.0, 9906.0, 9819.0, 9884.0, 9823.0, 9885.0, 9882.0, 9913.0, 9883.0, 9910.0, 9851.0, 9903.0, 9834.0, 9883.0, 9828.0, 9855.0, 9828.0, 9838.0, 9813.0, 9805.0, 9823.0, 9795.0, 9841.0, 9787.0, 9855.0, 9800.0, 9802.0, 9834.0, 9808.0, 9883.0, 9850.0, 9908.0, 9862.0, 9924.0, 9846.0, 9884.0, 9886.0, 9876.0, 9891.0, 9846.0, 9912.0, 9872.0, 9934.0, 9863.0, 9845.0, 9899.0, 9849.0, 9902.0, 9880.0, 9898.0, 9871.0, 9905.0, 9864.0, 9888.0, 9831.0, 9863.0, 9826.0, 9843.0, 9807.0, 9787.0, 9834.0, 9794.0, 9854.0, 9854.0, 9818.0, 9844.0, 9849.0, 9830.0, 9867.0, 9804.0, 9864.0, 9829.0, 9850.0, 9873.0, 9838.0, 9884.0, 9832.0, 9865.0, 9815.0, 9848.0, 9828.0, 9794.0, 9841.0, 9806.0, 9872.0, 9835.0, 9872.0, 9836.0, 9800.0, 9840.0, 9837.0, 9880.0, 9825.0, 9876.0, 9847.0, 9791.0, 9845.0, 9806.0, 9873.0, 9806.0, 9870.0, 9807.0, 9879.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.0012454420206659013</td></tr>
<tr><td colspan=3>aqi</td><td>0.018129192078071184</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.53244804298853</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.232499495666667</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0201248948275856</td></tr>
<tr><td colspan=3>efc</td><td>0.4527</td></tr>
<tr><td colspan=3>fber</td><td>6096.0898</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1076040399870253</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>79</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.07003444316877</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6204030538143246</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.550598757370805</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.797277115125898</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5133332889462703</td></tr>
<tr><td colspan=3>gcor</td><td>0.026933</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016825007274746895</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02320491522550583</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5864586259345126</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>35.7078</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5819</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.9351</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307786.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>848.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.1972</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6752</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>646.1874</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3706.1807</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3983.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68758.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>986.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4962.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1110.5582</td></tr>
<tr><td colspan=3>tsnr</td><td>42.36310751293786</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>