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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0059_ses-03_task-social_acq-mb8_run-05_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-0059_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-05_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-0059/ses-03/func/sub-0059_ses-03_task-social_acq-mb8_run-05_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>9627dd293dd90434b15a941a0931bd3d</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>13:07:34.347500</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.997759, 0.0457585, 0.0488213, -0.0507189, 0.993099, 0.105743]</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-05_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.102029</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7751, -7251, 456, -83, -164, -29, 7]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bb45538e-e0cd-4098-a4ac-f84329ca88ea||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.6769139766693115, -0.1360749751329422, 0.11784358322620392, 116.6454086303711], [-0.12276657670736313, 2.664412498474121, 0.29155126214027405, -92.31764221191406], [0.13098397850990295, -0.2837001383304596, 2.6816246509552, -50.06892395019531], [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': ['130734.347500', '130734.807500', '130735.267500', '130735.727500', '130736.187500', '130736.647500', '130737.107500', '130737.567500', '130738.027500', '130738.487500', '130738.947500', '130739.407500', '130739.867500', '130740.327500', '130740.787500', '130741.247500', '130741.707500', '130742.167500', '130742.627500', '130743.087500', '130743.547500', '130744.007500', '130744.467500', '130744.927500', '130745.387500', '130745.847500', '130746.307500', '130746.767500', '130747.227500', '130747.687500', '130748.147500', '130748.607500', '130749.067500', '130749.527500', '130749.987500', '130750.447500', '130750.907500', '130751.367500', '130751.827500', '130752.287500', '130752.747500', '130753.207500', '130753.667500', '130754.127500', '130754.587500', '130755.047500', '130755.507500', '130755.967500', '130756.427500', '130756.887500', '130757.347500', '130757.807500', '130758.267500', '130758.727500', '130759.187500', '130759.647500', '130800.107500', '130800.567500', '130801.027500', '130801.487500', '130801.947500', '130802.407500', '130802.867500', '130803.327500', '130803.787500', '130804.247500', '130804.707500', '130805.167500', '130805.627500', '130806.087500', '130806.547500', '130807.007500', '130807.467500', '130807.927500', '130808.387500', '130808.847500', '130809.307500', '130809.767500', '130810.227500', '130810.687500', '130811.147500', '130811.607500', '130812.067500', '130812.527500', '130812.987500', '130813.447500', '130813.907500', '130814.367500', '130814.827500', '130815.287500', '130815.747500', '130816.207500', '130816.667500', '130817.127500', '130817.587500', '130818.047500', '130818.507500', '130818.967500', '130819.427500', '130819.887500', '130820.347500', '130820.807500', '130821.267500', '130821.727500', '130822.187500', '130822.647500', '130823.107500', '130823.567500', '130824.027500', '130824.487500', '130824.947500', '130825.407500', '130825.867500', '130826.327500', '130826.787500', '130827.247500', '130827.707500', '130828.167500', '130828.627500', '130829.087500', '130829.547500', '130830.007500', '130830.467500', '130830.927500', '130831.387500', '130831.847500', '130832.307500', '130832.767500', '130833.227500', '130833.687500', '130834.147500', '130834.607500', '130835.067500', '130835.527500', '130835.987500', '130836.447500', '130836.907500', '130837.367500', '130837.827500', '130838.287500', '130838.747500', '130839.207500', '130839.667500', '130840.127500', '130840.587500', '130841.047500', '130841.507500', '130841.967500', '130842.427500', '130842.887500', '130843.347500', '130843.807500', '130844.267500', '130844.727500', '130845.187500', '130845.647500', '130846.107500', '130846.567500', '130847.027500', '130847.487500', '130847.947500', '130848.407500', '130848.867500', '130849.327500', '130849.787500', '130850.247500', '130850.707500', '130851.167500', '130851.627500', '130852.087500', '130852.547500', '130853.007500', '130853.467500', '130853.927500', '130854.387500', '130854.847500', '130855.307500', '130855.767500', '130856.227500', '130856.687500', '130857.147500', '130857.607500', '130858.067500', '130858.527500', '130858.987500', '130859.447500', '130859.907500', '130900.367500', '130900.827500', '130901.287500', '130901.747500', '130902.207500', '130902.667500', '130903.127500', '130903.587500', '130904.047500', '130904.507500', '130904.967500', '130905.427500', '130905.887500', '130906.347500', '130906.807500', '130907.267500', '130907.727500', '130908.187500', '130908.647500', '130909.107500', '130909.567500', '130910.027500', '130910.487500', '130910.947500', '130911.407500', '130911.867500', '130912.327500', '130912.787500', '130913.247500', '130913.707500', '130914.167500', '130914.627500', '130915.087500', '130915.547500', '130916.007500', '130916.467500', '130916.927500', '130917.387500', '130917.847500', '130918.307500', '130918.767500', '130919.227500', '130919.687500', '130920.147500', '130920.607500', '130921.067500', '130921.527500', '130921.987500', '130922.447500', '130922.907500', '130923.367500', '130923.827500', '130924.287500', '130924.747500', '130925.207500', '130925.667500', '130926.127500', '130926.587500', '130927.047500', '130927.507500', '130927.967500', '130928.427500', '130928.887500', '130929.347500', '130929.807500', '130930.267500', '130930.727500', '130931.187500', '130931.647500', '130932.107500', '130932.567500', '130933.027500', '130933.487500', '130933.947500', '130934.407500', '130934.867500', '130935.327500', '130935.787500', '130936.247500', '130936.707500', '130937.167500', '130937.627500', '130938.087500', '130938.547500', '130939.007500', '130939.467500', '130939.927500', '130940.387500', '130940.847500', '130941.307500', '130941.767500', '130942.227500', '130942.687500', '130943.147500', '130943.607500', '130944.067500', '130944.527500', '130944.987500', '130945.447500', '130945.907500', '130946.367500', '130946.827500', '130947.287500', '130947.747500', '130948.207500', '130948.667500', '130949.127500', '130949.587500', '130950.047500', '130950.507500', '130950.967500', '130951.427500', '130951.887500', '130952.347500', '130952.807500', '130953.267500', '130953.727500', '130954.187500', '130954.647500', '130955.107500', '130955.567500', '130956.027500', '130956.487500', '130956.947500', '130957.407500', '130957.867500', '130958.327500', '130958.787500', '130959.247500', '130959.707500', '131000.167500', '131000.627500', '131001.087500', '131001.547500', '131002.007500', '131002.467500', '131002.927500', '131003.387500', '131003.847500', '131004.307500', '131004.767500', '131005.227500', '131005.687500', '131006.147500', '131006.607500', '131007.067500', '131007.527500', '131007.987500', '131008.447500', '131008.907500', '131009.367500', '131009.827500', '131010.287500', '131010.747500', '131011.207500', '131011.667500', '131012.127500', '131012.587500', '131013.047500', '131013.507500', '131013.967500', '131014.427500', '131014.887500', '131015.347500', '131015.807500', '131016.267500', '131016.727500', '131017.187500', '131017.647500', '131018.107500', '131018.567500', '131019.027500', '131019.487500', '131019.947500', '131020.407500', '131020.867500', '131021.327500', '131021.787500', '131022.247500', '131022.707500', '131023.167500', '131023.627500', '131024.087500', '131024.547500', '131025.007500', '131025.467500', '131025.927500', '131026.387500', '131026.847500', '131027.307500', '131027.767500', '131028.227500', '131028.687500', '131029.147500', '131029.607500', '131030.067500', '131030.527500', '131030.987500', '131031.447500', '131031.907500', '131032.367500', '131032.827500', '131033.287500', '131033.747500', '131034.207500', '131034.667500', '131035.127500', '131035.587500', '131036.047500', '131036.507500', '131036.967500', '131037.427500', '131037.887500', '131038.347500', '131038.807500', '131039.267500', '131039.727500', '131040.187500', '131040.647500', '131041.107500', '131041.567500', '131042.027500', '131042.487500', '131042.947500', '131043.407500', '131043.867500', '131044.327500', '131044.787500', '131045.247500', '131045.707500', '131046.167500', '131046.627500', '131047.087500', '131047.547500', '131048.007500', '131048.467500', '131048.927500', '131049.387500', '131049.847500', '131050.307500', '131050.767500', '131051.227500', '131051.687500', '131052.147500', '131052.607500', '131053.067500', '131053.527500', '131053.987500', '131054.447500', '131054.907500', '131055.367500', '131055.827500', '131056.287500', '131056.747500', '131057.207500', '131057.667500', '131058.127500', '131058.587500', '131059.047500', '131059.507500', '131059.967500', '131100.427500', '131100.887500', '131101.347500', '131101.807500', '131102.267500', '131102.727500', '131103.187500', '131103.647500', '131104.107500', '131104.567500', '131105.027500', '131105.487500', '131105.947500', '131106.407500', '131106.867500', '131107.327500', '131107.787500', '131108.247500', '131108.707500', '131109.167500', '131109.627500', '131110.087500', '131110.547500', '131111.007500', '131111.467500', '131111.927500', '131112.387500', '131112.847500', '131113.307500', '131113.767500', '131114.227500', '131114.687500', '131115.147500', '131115.607500', '131116.067500', '131116.527500', '131116.987500', '131117.447500', '131117.907500', '131118.367500', '131118.827500', '131119.287500', '131119.747500', '131120.207500', '131120.667500', '131121.127500', '131121.587500', '131122.047500', '131122.507500', '131122.967500', '131123.427500', '131123.887500', '131124.347500', '131124.807500', '131125.267500', '131125.727500', '131126.187500', '131126.647500', '131127.107500', '131127.567500', '131128.027500', '131128.487500', '131128.947500', '131129.407500', '131129.867500', '131130.327500', '131130.787500', '131131.247500', '131131.707500', '131132.167500', '131132.627500', '131133.087500', '131133.547500', '131134.007500', '131134.467500', '131134.927500', '131135.387500', '131135.847500', '131136.307500', '131136.767500', '131137.227500', '131137.687500', '131138.147500', '131138.607500', '131139.067500', '131139.527500', '131139.987500', '131140.447500', '131140.907500', '131141.367500', '131141.827500', '131142.287500', '131142.747500', '131143.207500', '131143.667500', '131144.127500', '131144.587500', '131145.047500', '131145.507500', '131145.967500', '131146.427500', '131146.887500', '131147.347500', '131147.807500', '131148.267500', '131148.727500', '131149.187500', '131149.647500', '131150.107500', '131150.567500', '131151.027500', '131151.487500', '131151.947500', '131152.407500', '131152.867500', '131153.327500', '131153.787500', '131154.247500', '131154.707500', '131155.167500', '131155.627500', '131156.087500', '131156.547500', '131157.007500', '131157.467500', '131157.927500', '131158.387500', '131158.847500', '131159.307500', '131159.767500', '131200.227500', '131200.687500', '131201.147500', '131201.607500', '131202.067500', '131202.527500', '131202.987500', '131203.447500', '131203.907500', '131204.367500', '131204.827500', '131205.287500', '131205.747500', '131206.207500', '131206.667500', '131207.127500', '131207.587500', '131208.047500', '131208.507500', '131208.967500', '131209.427500', '131209.887500', '131210.347500', '131210.807500', '131211.267500', '131211.727500', '131212.187500', '131212.647500', '131213.107500', '131213.567500', '131214.027500', '131214.487500', '131214.947500', '131215.407500', '131215.867500', '131216.327500', '131216.787500', '131217.247500', '131217.707500', '131218.167500', '131218.627500', '131219.087500', '131219.547500', '131220.007500', '131220.467500', '131220.927500', '131221.387500', '131221.847500', '131222.307500', '131222.767500', '131223.227500', '131223.687500', '131224.147500', '131224.607500', '131225.067500', '131225.527500', '131225.987500', '131226.447500', '131226.907500', '131227.367500', '131227.827500', '131228.287500', '131228.747500', '131229.207500', '131229.667500', '131230.127500', '131230.587500', '131231.047500', '131231.507500', '131231.967500', '131232.427500', '131232.887500', '131233.347500', '131233.807500', '131234.267500', '131234.727500', '131235.187500', '131235.647500', '131236.107500', '131236.567500', '131237.027500', '131237.487500', '131237.947500', '131238.407500', '131238.867500', '131239.327500', '131239.787500', '131240.247500', '131240.707500', '131241.167500', '131241.627500', '131242.087500', '131242.547500', '131243.007500', '131243.467500', '131243.927500', '131244.387500', '131244.847500', '131245.307500', '131245.767500', '131246.227500', '131246.687500', '131247.147500', '131247.607500', '131248.067500', '131248.527500', '131248.987500', '131249.447500', '131249.907500', '131250.367500', '131250.827500', '131251.287500', '131251.747500', '131252.207500', '131252.667500', '131253.127500', '131253.587500', '131254.047500', '131254.507500', '131254.967500', '131255.427500', '131255.887500', '131256.347500', '131256.807500', '131257.267500', '131257.727500', '131258.187500', '131258.647500', '131259.107500', '131259.567500', '131300.027500', '131300.487500', '131300.947500', '131301.407500', '131301.867500', '131302.327500', '131302.787500', '131303.247500', '131303.707500', '131304.167500', '131304.627500', '131305.087500', '131305.547500', '131306.007500', '131306.467500', '131306.927500', '131307.387500', '131307.847500', '131308.307500', '131308.767500', '131309.227500', '131309.687500', '131310.147500', '131310.607500', '131311.067500', '131311.527500', '131311.987500', '131312.447500', '131312.907500', '131313.367500', '131313.827500', '131314.287500', '131314.747500', '131315.207500', '131315.667500', '131316.127500', '131316.587500', '131317.047500', '131317.507500', '131317.967500', '131318.427500', '131318.887500', '131319.347500', '131319.807500', '131320.267500', '131320.727500', '131321.187500', '131321.647500', '131322.107500', '131322.567500', '131323.027500', '131323.487500', '131323.947500', '131324.407500', '131324.867500', '131325.327500', '131325.787500', '131326.247500', '131326.707500', '131327.167500', '131327.627500', '131328.087500', '131328.547500', '131329.007500', '131329.467500', '131329.927500', '131330.387500', '131330.847500', '131331.307500', '131331.767500', '131332.227500', '131332.687500', '131333.147500', '131333.607500', '131334.067500', '131334.527500', '131334.987500', '131335.447500', '131335.907500', '131336.367500', '131336.827500', '131337.287500', '131337.747500', '131338.207500', '131338.667500', '131339.127500', '131339.587500', '131340.047500', '131340.507500', '131340.967500', '131341.427500', '131341.887500', '131342.347500', '131342.807500', '131343.267500', '131343.727500', '131344.187500', '131344.647500', '131345.107500', '131345.567500', '131346.027500', '131346.487500', '131346.947500', '131347.407500', '131347.867500', '131348.327500', '131348.787500', '131349.247500', '131349.707500', '131350.167500', '131350.627500', '131351.087500', '131351.547500', '131352.007500', '131352.467500', '131352.927500', '131353.387500', '131353.847500', '131354.307500', '131354.767500', '131355.227500', '131355.687500', '131356.147500', '131356.607500', '131357.067500', '131357.527500', '131357.987500', '131358.447500', '131358.907500', '131359.367500', '131359.827500', '131400.287500', '131400.747500', '131401.207500', '131401.667500', '131402.127500', '131402.587500', '131403.047500', '131403.507500', '131403.967500', '131404.427500', '131404.887500', '131405.347500', '131405.807500', '131406.267500', '131406.727500', '131407.187500', '131407.647500', '131408.107500', '131408.567500', '131409.027500', '131409.487500', '131409.947500', '131410.407500', '131410.867500', '131411.327500', '131411.787500', '131412.247500', '131412.707500', '131413.167500', '131413.627500', '131414.087500', '131414.547500', '131415.007500'], 'ContentTime': ['130753.804000', '130753.807000', '130753.810000', '130753.813000', '130753.815000', '130753.818000', '130753.821000', '130753.823000', '130753.827000', '130753.829000', '130753.839000', '130753.841000', '130753.844000', '130753.847000', '130753.849000', '130753.852000', '130753.854000', '130753.863000', '130753.865000', '130753.868000', '130753.870000', '130753.873000', '130753.876000', '130753.878000', '130753.881000', '130753.884000', '130753.886000', '130753.889000', '130753.891000', '130753.894000', '130753.897000', '130753.899000', '130753.902000', '130753.904000', '130753.907000', '130753.910000', '130753.912000', '130753.915000', '130753.917000', '130813.742000', '130813.745000', '130813.748000', '130813.750000', '130813.753000', '130813.756000', '130813.758000', '130813.761000', '130813.763000', '130813.766000', '130813.768000', '130813.771000', '130813.774000', '130813.776000', '130813.779000', '130813.781000', '130813.784000', '130813.787000', '130813.789000', '130813.792000', '130813.794000', '130813.797000', '130813.799000', '130813.802000', '130813.805000', '130813.807000', '130813.810000', '130813.813000', '130813.815000', '130813.818000', '130813.821000', '130813.823000', '130813.826000', '130813.828000', '130813.831000', '130813.833000', '130813.836000', '130813.839000', '130813.841000', '130813.844000', '130813.846000', '130813.849000', '130813.852000', '130813.854000', '130833.743000', '130833.746000', '130833.748000', '130833.751000', '130833.753000', '130833.756000', '130833.759000', '130833.761000', '130833.764000', '130833.766000', '130833.769000', '130833.771000', '130833.774000', '130833.777000', '130833.779000', '130833.782000', '130833.784000', '130833.787000', '130833.790000', '130833.793000', '130833.796000', '130833.799000', '130833.802000', '130833.804000', '130833.807000', '130833.809000', '130833.812000', '130833.814000', '130833.817000', '130833.820000', '130833.823000', '130833.825000', '130833.828000', '130833.830000', '130833.833000', '130833.835000', '130833.838000', '130833.841000', '130833.843000', '130833.846000', '130833.848000', '130833.851000', '130833.854000', '130853.742000', '130853.745000', '130853.748000', '130853.751000', '130853.754000', '130853.756000', '130853.759000', '130853.761000', '130853.764000', '130853.766000', '130853.769000', '130853.772000', '130853.774000', '130853.777000', '130853.779000', '130853.782000', '130853.785000', '130853.787000', '130853.790000', '130853.800000', '130853.803000', '130853.806000', '130853.808000', '130853.811000', '130853.813000', '130853.816000', '130853.819000', '130853.821000', '130853.824000', '130853.826000', '130853.829000', '130853.832000', '130853.834000', '130853.837000', '130853.839000', '130853.842000', '130853.844000', '130853.847000', '130853.850000', '130853.852000', '130853.855000', '130853.857000', '130853.860000', '130853.862000', '130913.742000', '130913.745000', '130913.747000', '130913.750000', '130913.752000', '130913.755000', '130913.758000', '130913.760000', '130913.763000', '130913.765000', '130913.768000', '130913.770000', '130913.773000', '130913.776000', '130913.778000', '130913.781000', '130913.784000', '130913.786000', '130913.789000', '130913.792000', '130913.794000', '130913.797000', '130913.800000', '130913.802000', '130913.805000', '130913.807000', '130913.810000', '130913.813000', '130913.815000', '130913.818000', '130913.820000', '130913.823000', '130913.826000', '130913.829000', '130913.831000', '130913.834000', '130913.838000', '130913.841000', '130913.843000', '130913.846000', '130913.849000', '130913.860000', '130913.863000', '130933.742000', '130933.745000', '130933.748000', '130933.751000', '130933.753000', '130933.756000', '130933.758000', '130933.761000', '130933.763000', '130933.766000', '130933.769000', '130933.771000', '130933.774000', '130933.776000', '130933.793000', '130933.796000', '130933.798000', '130933.801000', '130933.803000', '130933.806000', '130933.809000', '130933.811000', '130933.814000', '130933.816000', '130933.819000', '130933.821000', '130933.824000', '130933.827000', '130933.829000', '130933.832000', '130933.835000', '130933.837000', '130933.840000', '130933.842000', '130933.845000', '130933.847000', '130933.850000', '130933.852000', '130933.855000', '130933.858000', '130933.860000', '130933.863000', '130933.866000', '130933.868000', '130953.742000', '130953.745000', '130953.748000', '130953.750000', '130953.753000', '130953.756000', '130953.758000', '130953.761000', '130953.764000', '130953.766000', '130953.769000', '130953.771000', '130953.774000', '130953.777000', '130953.779000', '130953.782000', '130953.785000', '130953.788000', '130953.791000', '130953.795000', '130953.798000', '130953.800000', '130953.803000', '130953.806000', '130953.808000', '130953.811000', '130953.814000', '130953.816000', '130953.819000', '130953.821000', '130953.824000', '130953.826000', '130953.829000', '130953.832000', '130953.834000', '130953.837000', '130953.839000', '130953.842000', '130953.845000', '130953.847000', '130953.850000', '130953.852000', '130953.855000', '131013.742000', '131013.746000', '131013.748000', '131013.751000', '131013.753000', '131013.757000', '131013.759000', '131013.762000', '131013.764000', '131013.767000', '131013.770000', '131013.772000', '131013.775000', '131013.777000', '131013.780000', '131013.782000', '131013.785000', '131013.788000', '131013.790000', '131013.793000', '131013.796000', '131013.798000', '131013.801000', '131013.804000', '131013.806000', '131013.809000', '131013.811000', '131013.814000', '131013.817000', '131013.819000', '131013.822000', '131013.825000', '131013.827000', '131013.830000', '131013.832000', '131013.835000', '131013.837000', '131013.840000', '131013.843000', '131013.845000', '131013.848000', '131013.851000', '131013.853000', '131013.856000', '131033.743000', '131033.745000', '131033.748000', '131033.751000', '131033.754000', '131033.756000', '131033.759000', '131033.761000', '131033.764000', '131033.767000', '131033.769000', '131033.772000', '131033.775000', '131033.778000', '131033.780000', '131033.783000', '131033.785000', '131033.788000', '131033.791000', '131033.793000', '131033.796000', '131033.798000', '131033.801000', '131033.804000', '131033.806000', '131033.809000', '131033.811000', '131033.814000', '131033.817000', '131033.819000', '131033.822000', '131033.825000', '131033.827000', '131033.830000', '131033.832000', '131033.835000', '131033.838000', '131033.840000', '131033.843000', '131033.845000', '131033.848000', '131033.851000', '131033.853000', '131053.742000', '131053.745000', '131053.748000', '131053.750000', '131053.753000', '131053.756000', '131053.758000', '131053.761000', '131053.764000', '131053.766000', '131053.769000', '131053.772000', '131053.774000', '131053.777000', '131053.779000', '131053.782000', '131053.784000', '131053.787000', '131053.790000', '131053.792000', '131053.795000', '131053.797000', '131053.800000', '131053.803000', '131053.805000', '131053.808000', '131053.810000', '131053.813000', '131053.816000', '131053.818000', '131053.821000', '131053.823000', '131053.826000', '131053.829000', '131053.831000', '131053.834000', '131053.836000', '131053.839000', '131053.848000', '131053.851000', '131053.854000', '131053.856000', '131053.859000', '131053.861000', '131113.743000', '131113.745000', '131113.748000', '131113.751000', '131113.753000', '131113.756000', '131113.758000', '131113.761000', '131113.764000', '131113.766000', '131113.769000', '131113.772000', '131113.774000', '131113.777000', '131113.779000', '131113.782000', '131113.785000', '131113.787000', '131113.790000', '131113.792000', '131113.795000', '131113.798000', '131113.800000', '131113.803000', '131113.805000', '131113.808000', '131113.811000', '131113.813000', '131113.816000', '131113.818000', '131113.821000', '131113.824000', '131113.826000', '131113.829000', '131113.832000', '131113.834000', '131113.837000', '131113.839000', '131113.842000', '131113.845000', '131113.847000', '131113.850000', '131113.852000', '131133.741000', '131133.744000', '131133.747000', '131133.750000', '131133.752000', '131133.755000', '131133.757000', '131133.760000', '131133.763000', '131133.765000', '131133.768000', '131133.771000', '131133.773000', '131133.776000', '131133.778000', '131133.781000', '131133.784000', '131133.786000', '131133.789000', '131133.791000', '131133.794000', '131133.797000', '131133.799000', '131133.802000', '131133.805000', '131133.807000', '131133.810000', '131133.813000', '131133.815000', '131133.818000', '131133.820000', '131133.823000', '131133.826000', '131133.828000', '131133.831000', '131133.833000', '131133.836000', '131133.847000', '131133.849000', '131133.852000', '131133.855000', '131133.857000', '131133.860000', '131133.863000', '131153.742000', '131153.745000', '131153.748000', '131153.751000', '131153.753000', '131153.756000', '131153.758000', '131153.761000', '131153.764000', '131153.766000', '131153.769000', '131153.771000', '131153.774000', '131153.777000', '131153.779000', '131153.782000', '131153.785000', '131153.787000', '131153.790000', '131153.793000', '131153.795000', '131153.798000', '131153.800000', '131153.803000', '131153.805000', '131153.808000', '131153.811000', '131153.813000', '131153.816000', '131153.819000', '131153.821000', '131153.824000', '131153.826000', '131153.829000', '131153.832000', '131153.834000', '131153.837000', '131153.840000', '131153.842000', '131153.845000', '131153.847000', '131153.850000', '131153.853000', '131213.742000', '131213.745000', '131213.748000', '131213.751000', '131213.754000', '131213.756000', '131213.759000', '131213.762000', '131213.764000', '131213.767000', '131213.770000', '131213.773000', '131213.775000', '131213.778000', '131213.781000', '131213.783000', '131213.786000', '131213.788000', '131213.791000', '131213.793000', '131213.796000', '131213.799000', '131213.801000', '131213.804000', '131213.807000', '131213.809000', '131213.812000', '131213.814000', '131213.817000', '131213.820000', '131213.822000', '131213.825000', '131213.827000', '131213.830000', '131213.833000', '131213.835000', '131213.838000', '131213.840000', '131213.843000', '131213.846000', '131213.848000', '131213.851000', '131213.854000', '131213.856000', '131233.742000', '131233.745000', '131233.748000', '131233.751000', '131233.764000', '131233.767000', '131233.769000', '131233.772000', '131233.775000', '131233.777000', '131233.780000', '131233.782000', '131233.785000', '131233.788000', '131233.790000', '131233.793000', '131233.795000', '131233.798000', '131233.801000', '131233.803000', '131233.806000', '131233.809000', '131233.811000', '131233.814000', '131233.817000', '131233.819000', '131233.822000', '131233.824000', '131233.827000', '131233.829000', '131233.832000', '131233.835000', '131233.837000', '131233.840000', '131233.842000', '131233.845000', '131233.848000', '131233.850000', '131233.853000', '131233.855000', '131233.858000', '131233.861000', '131233.863000', '131253.743000', '131253.747000', '131253.749000', '131253.752000', '131253.755000', '131253.757000', '131253.760000', '131253.763000', '131253.765000', '131253.768000', '131253.770000', '131253.773000', '131253.775000', '131253.778000', '131253.781000', '131253.783000', '131253.786000', '131253.789000', '131253.791000', '131253.794000', '131253.796000', '131253.800000', '131253.802000', '131253.805000', '131253.807000', '131253.810000', '131253.813000', '131253.815000', '131253.818000', '131253.821000', '131253.823000', '131253.826000', '131253.829000', '131253.831000', '131253.834000', '131253.836000', '131253.839000', '131253.842000', '131253.844000', '131253.847000', '131253.849000', '131253.852000', '131253.855000', '131253.857000', '131313.743000', '131313.745000', '131313.748000', '131313.751000', '131313.753000', '131313.756000', '131313.759000', '131313.761000', '131313.764000', '131313.767000', '131313.769000', '131313.772000', '131313.774000', '131313.777000', '131313.780000', '131313.782000', '131313.785000', '131313.787000', '131313.790000', '131313.793000', '131313.795000', '131313.798000', '131313.800000', '131313.803000', '131313.806000', '131313.808000', '131313.811000', '131313.814000', '131313.816000', '131313.819000', '131313.821000', '131313.824000', '131313.827000', '131313.829000', '131313.832000', '131313.834000', '131313.837000', '131313.839000', '131313.842000', '131313.845000', '131313.847000', '131313.850000', '131313.852000', '131333.743000', '131333.745000', '131333.748000', '131333.751000', '131333.753000', '131333.756000', '131333.759000', '131333.762000', '131333.765000', '131333.769000', '131333.772000', '131333.775000', '131333.777000', '131333.780000', '131333.783000', '131333.786000', '131333.788000', '131333.791000', '131333.801000', '131333.803000', '131333.806000', '131333.809000', '131333.811000', '131333.814000', '131333.816000', '131333.819000', '131333.822000', '131333.824000', '131333.827000', '131333.830000', '131333.832000', '131333.835000', '131333.838000', '131333.840000', '131333.843000', '131333.845000', '131333.848000', '131333.851000', '131333.853000', '131333.856000', '131333.858000', '131333.861000', '131333.863000', '131353.742000', '131353.745000', '131353.747000', '131353.750000', '131353.752000', '131353.755000', '131353.758000', '131353.760000', '131353.763000', '131353.765000', '131353.768000', '131353.771000', '131353.773000', '131353.776000', '131353.778000', '131353.781000', '131353.796000', '131353.798000', '131353.801000', '131353.804000', '131353.806000', '131353.809000', '131353.811000', '131353.814000', '131353.817000', '131353.819000', '131353.822000', '131353.824000', '131353.827000', '131353.829000', '131353.832000', '131353.835000', '131353.837000', '131353.840000', '131353.842000', '131353.845000', '131353.848000', '131353.850000', '131353.853000', '131353.855000', '131353.858000', '131353.860000', '131353.863000', '131353.866000', '131413.743000', '131413.745000', '131413.748000', '131413.751000', '131413.753000', '131413.756000', '131413.759000', '131413.761000', '131413.764000', '131413.766000', '131413.769000', '131413.772000', '131413.774000', '131413.777000', '131413.779000', '131413.783000', '131413.786000', '131413.788000', '131413.791000', '131413.794000', '131413.797000', '131413.799000', '131413.802000', '131413.805000', '131413.807000', '131413.810000', '131413.812000', '131413.815000', '131413.818000', '131413.820000', '131413.823000', '131413.825000', '131413.828000', '131413.830000', '131413.833000', '131413.836000', '131413.838000', '131413.841000', '131413.844000', '131413.846000', '131413.849000', '131413.851000', '131413.854000', '131416.478000', '131416.481000', '131416.484000', '131416.487000', '131416.489000', '131416.492000', '131416.495000'], 'InstanceCreationTime': ['130753.804000', '130753.807000', '130753.810000', '130753.813000', '130753.815000', '130753.818000', '130753.821000', '130753.823000', '130753.827000', '130753.829000', '130753.839000', '130753.841000', '130753.844000', '130753.847000', '130753.849000', '130753.852000', '130753.854000', '130753.863000', '130753.865000', '130753.868000', '130753.870000', '130753.873000', '130753.876000', '130753.878000', '130753.881000', '130753.884000', '130753.886000', '130753.889000', '130753.891000', '130753.894000', '130753.897000', '130753.899000', '130753.902000', '130753.904000', '130753.907000', '130753.910000', '130753.912000', '130753.915000', '130753.917000', '130813.742000', '130813.745000', '130813.748000', '130813.750000', '130813.753000', '130813.756000', '130813.758000', '130813.761000', '130813.763000', '130813.766000', '130813.768000', '130813.771000', '130813.774000', '130813.776000', '130813.779000', '130813.781000', '130813.784000', '130813.787000', '130813.789000', '130813.792000', '130813.794000', '130813.797000', '130813.799000', '130813.802000', '130813.805000', '130813.807000', '130813.810000', '130813.813000', '130813.815000', '130813.818000', '130813.821000', '130813.823000', '130813.826000', '130813.828000', '130813.831000', '130813.833000', '130813.836000', '130813.839000', '130813.841000', '130813.844000', '130813.846000', '130813.849000', '130813.852000', '130813.854000', '130833.743000', '130833.746000', '130833.748000', '130833.751000', '130833.753000', '130833.756000', '130833.759000', '130833.761000', '130833.764000', '130833.766000', '130833.769000', '130833.771000', '130833.774000', '130833.777000', '130833.779000', '130833.782000', '130833.784000', '130833.787000', '130833.790000', '130833.793000', '130833.796000', '130833.799000', '130833.802000', '130833.804000', '130833.807000', '130833.809000', '130833.812000', '130833.814000', '130833.817000', '130833.820000', '130833.823000', '130833.825000', '130833.828000', '130833.830000', '130833.833000', '130833.835000', '130833.838000', '130833.841000', '130833.843000', '130833.846000', '130833.848000', '130833.851000', '130833.854000', '130853.742000', '130853.745000', '130853.748000', '130853.751000', '130853.754000', '130853.756000', '130853.759000', '130853.761000', '130853.764000', '130853.766000', '130853.769000', '130853.772000', '130853.774000', '130853.777000', '130853.779000', '130853.782000', '130853.785000', '130853.787000', '130853.790000', '130853.800000', '130853.803000', '130853.806000', '130853.808000', '130853.811000', '130853.813000', '130853.816000', '130853.819000', '130853.821000', '130853.824000', '130853.826000', '130853.829000', '130853.832000', '130853.834000', '130853.837000', '130853.839000', '130853.842000', '130853.844000', '130853.847000', '130853.850000', '130853.852000', '130853.855000', '130853.857000', '130853.860000', '130853.862000', '130913.742000', '130913.745000', '130913.747000', '130913.750000', '130913.752000', '130913.755000', '130913.758000', '130913.760000', '130913.763000', '130913.765000', '130913.768000', '130913.770000', '130913.773000', '130913.776000', '130913.778000', '130913.781000', '130913.784000', '130913.786000', '130913.789000', '130913.792000', '130913.794000', '130913.797000', '130913.800000', '130913.802000', '130913.805000', '130913.807000', '130913.810000', '130913.813000', '130913.815000', '130913.818000', '130913.820000', '130913.823000', '130913.826000', '130913.829000', '130913.831000', '130913.834000', '130913.838000', '130913.841000', '130913.843000', '130913.846000', '130913.849000', '130913.860000', '130913.863000', '130933.742000', '130933.745000', '130933.748000', '130933.751000', '130933.753000', '130933.756000', '130933.758000', '130933.761000', '130933.763000', '130933.766000', '130933.769000', '130933.771000', '130933.774000', '130933.776000', '130933.793000', '130933.796000', '130933.798000', '130933.801000', '130933.803000', '130933.806000', '130933.809000', '130933.811000', '130933.814000', '130933.816000', '130933.819000', '130933.821000', '130933.824000', '130933.827000', '130933.829000', '130933.832000', '130933.835000', '130933.837000', '130933.840000', '130933.842000', '130933.845000', '130933.847000', '130933.850000', '130933.852000', '130933.855000', '130933.858000', '130933.860000', '130933.863000', '130933.866000', '130933.868000', '130953.742000', '130953.745000', '130953.748000', '130953.750000', '130953.753000', '130953.756000', '130953.758000', '130953.761000', '130953.764000', '130953.766000', '130953.769000', '130953.771000', '130953.774000', '130953.777000', '130953.779000', '130953.782000', '130953.785000', '130953.788000', '130953.791000', '130953.795000', '130953.798000', '130953.800000', '130953.803000', '130953.806000', '130953.808000', '130953.811000', '130953.814000', '130953.816000', '130953.819000', '130953.821000', '130953.824000', '130953.826000', '130953.829000', '130953.832000', '130953.834000', '130953.837000', '130953.839000', '130953.842000', '130953.845000', '130953.847000', '130953.850000', '130953.852000', '130953.855000', '131013.742000', '131013.746000', '131013.748000', '131013.751000', '131013.753000', '131013.757000', '131013.759000', '131013.762000', '131013.764000', '131013.767000', '131013.770000', '131013.772000', '131013.775000', '131013.777000', '131013.780000', '131013.782000', '131013.785000', '131013.788000', '131013.790000', '131013.793000', '131013.796000', '131013.798000', '131013.801000', '131013.804000', '131013.806000', '131013.809000', '131013.811000', '131013.814000', '131013.817000', '131013.819000', '131013.822000', '131013.825000', '131013.827000', '131013.830000', '131013.832000', '131013.835000', '131013.837000', '131013.840000', '131013.843000', '131013.845000', '131013.848000', '131013.851000', '131013.853000', '131013.856000', '131033.743000', '131033.745000', '131033.748000', '131033.751000', '131033.754000', '131033.756000', '131033.759000', '131033.761000', '131033.764000', '131033.767000', '131033.769000', '131033.772000', '131033.775000', '131033.778000', '131033.780000', '131033.783000', '131033.785000', '131033.788000', '131033.791000', '131033.793000', '131033.796000', '131033.798000', '131033.801000', '131033.804000', '131033.806000', '131033.809000', '131033.811000', '131033.814000', '131033.817000', '131033.819000', '131033.822000', '131033.825000', '131033.827000', '131033.830000', '131033.832000', '131033.835000', '131033.838000', '131033.840000', '131033.843000', '131033.845000', '131033.848000', '131033.851000', '131033.853000', '131053.742000', '131053.745000', '131053.748000', '131053.750000', '131053.753000', '131053.756000', '131053.758000', '131053.761000', '131053.764000', '131053.766000', '131053.769000', '131053.772000', '131053.774000', '131053.777000', '131053.779000', '131053.782000', '131053.784000', '131053.787000', '131053.790000', '131053.792000', '131053.795000', '131053.797000', '131053.800000', '131053.803000', '131053.805000', '131053.808000', '131053.810000', '131053.813000', '131053.816000', '131053.818000', '131053.821000', '131053.823000', '131053.826000', '131053.829000', '131053.831000', '131053.834000', '131053.836000', '131053.839000', '131053.848000', '131053.851000', '131053.854000', '131053.856000', '131053.859000', '131053.861000', '131113.743000', '131113.745000', '131113.748000', '131113.751000', '131113.753000', '131113.756000', '131113.758000', '131113.761000', '131113.764000', '131113.766000', '131113.769000', '131113.772000', '131113.774000', '131113.777000', '131113.779000', '131113.782000', '131113.785000', '131113.787000', '131113.790000', '131113.792000', '131113.795000', '131113.798000', '131113.800000', '131113.803000', '131113.805000', '131113.808000', '131113.811000', '131113.813000', '131113.816000', '131113.818000', '131113.821000', '131113.824000', '131113.826000', '131113.829000', '131113.832000', '131113.834000', '131113.837000', '131113.839000', '131113.842000', '131113.845000', '131113.847000', '131113.850000', '131113.852000', '131133.741000', '131133.744000', '131133.747000', '131133.750000', '131133.752000', '131133.755000', '131133.757000', '131133.760000', '131133.763000', '131133.765000', '131133.768000', '131133.771000', '131133.773000', '131133.776000', '131133.778000', '131133.781000', '131133.784000', '131133.786000', '131133.789000', '131133.791000', '131133.794000', '131133.797000', '131133.799000', '131133.802000', '131133.805000', '131133.807000', '131133.810000', '131133.813000', '131133.815000', '131133.818000', '131133.820000', '131133.823000', '131133.826000', '131133.828000', '131133.831000', '131133.833000', '131133.836000', '131133.847000', '131133.849000', '131133.852000', '131133.855000', '131133.857000', '131133.860000', '131133.863000', '131153.742000', '131153.745000', '131153.748000', '131153.751000', '131153.753000', '131153.756000', '131153.758000', '131153.761000', '131153.764000', '131153.766000', '131153.769000', '131153.771000', '131153.774000', '131153.777000', '131153.779000', '131153.782000', '131153.785000', '131153.787000', '131153.790000', '131153.793000', '131153.795000', '131153.798000', '131153.800000', '131153.803000', '131153.805000', '131153.808000', '131153.811000', '131153.813000', '131153.816000', '131153.819000', '131153.821000', '131153.824000', '131153.826000', '131153.829000', '131153.832000', '131153.834000', '131153.837000', '131153.840000', '131153.842000', '131153.845000', '131153.847000', '131153.850000', '131153.853000', '131213.742000', '131213.745000', '131213.748000', '131213.751000', '131213.754000', '131213.756000', '131213.759000', '131213.762000', '131213.764000', '131213.767000', '131213.770000', '131213.773000', '131213.775000', '131213.778000', '131213.781000', '131213.783000', '131213.786000', '131213.788000', '131213.791000', '131213.793000', '131213.796000', '131213.799000', '131213.801000', '131213.804000', '131213.807000', '131213.809000', '131213.812000', '131213.814000', '131213.817000', '131213.820000', '131213.822000', '131213.825000', '131213.827000', '131213.830000', '131213.833000', '131213.835000', '131213.838000', '131213.840000', '131213.843000', '131213.846000', '131213.848000', '131213.851000', '131213.854000', '131213.856000', '131233.742000', '131233.745000', '131233.748000', '131233.751000', '131233.764000', '131233.767000', '131233.769000', '131233.772000', '131233.775000', '131233.777000', '131233.780000', '131233.782000', '131233.785000', '131233.788000', '131233.790000', '131233.793000', '131233.795000', '131233.798000', '131233.801000', '131233.803000', '131233.806000', '131233.809000', '131233.811000', '131233.814000', '131233.817000', '131233.819000', '131233.822000', '131233.824000', '131233.827000', '131233.829000', '131233.832000', '131233.835000', '131233.837000', '131233.840000', '131233.842000', '131233.845000', '131233.848000', '131233.850000', '131233.853000', '131233.855000', '131233.858000', '131233.861000', '131233.863000', '131253.743000', '131253.747000', '131253.749000', '131253.752000', '131253.755000', '131253.757000', '131253.760000', '131253.763000', '131253.765000', '131253.768000', '131253.770000', '131253.773000', '131253.775000', '131253.778000', '131253.781000', '131253.783000', '131253.786000', '131253.789000', '131253.791000', '131253.794000', '131253.796000', '131253.800000', '131253.802000', '131253.805000', '131253.807000', '131253.810000', '131253.813000', '131253.815000', '131253.818000', '131253.821000', '131253.823000', '131253.826000', '131253.829000', '131253.831000', '131253.834000', '131253.836000', '131253.839000', '131253.842000', '131253.844000', '131253.847000', '131253.849000', '131253.852000', '131253.855000', '131253.857000', '131313.743000', '131313.745000', '131313.748000', '131313.751000', '131313.753000', '131313.756000', '131313.759000', '131313.761000', '131313.764000', '131313.767000', '131313.769000', '131313.772000', '131313.774000', '131313.777000', '131313.780000', '131313.782000', '131313.785000', '131313.787000', '131313.790000', '131313.793000', '131313.795000', '131313.798000', '131313.800000', '131313.803000', '131313.806000', '131313.808000', '131313.811000', '131313.814000', '131313.816000', '131313.819000', '131313.821000', '131313.824000', '131313.827000', '131313.829000', '131313.832000', '131313.834000', '131313.837000', '131313.839000', '131313.842000', '131313.845000', '131313.847000', '131313.850000', '131313.852000', '131333.743000', '131333.745000', '131333.748000', '131333.751000', '131333.753000', '131333.756000', '131333.759000', '131333.762000', '131333.765000', '131333.769000', '131333.772000', '131333.775000', '131333.777000', '131333.780000', '131333.783000', '131333.786000', '131333.788000', '131333.791000', '131333.801000', '131333.803000', '131333.806000', '131333.809000', '131333.811000', '131333.814000', '131333.816000', '131333.819000', '131333.822000', '131333.824000', '131333.827000', '131333.830000', '131333.832000', '131333.835000', '131333.838000', '131333.840000', '131333.843000', '131333.845000', '131333.848000', '131333.851000', '131333.853000', '131333.856000', '131333.858000', '131333.861000', '131333.863000', '131353.742000', '131353.745000', '131353.747000', '131353.750000', '131353.752000', '131353.755000', '131353.758000', '131353.760000', '131353.763000', '131353.765000', '131353.768000', '131353.771000', '131353.773000', '131353.776000', '131353.778000', '131353.781000', '131353.796000', '131353.798000', '131353.801000', '131353.804000', '131353.806000', '131353.809000', '131353.811000', '131353.814000', '131353.817000', '131353.819000', '131353.822000', '131353.824000', '131353.827000', '131353.829000', '131353.832000', '131353.835000', '131353.837000', '131353.840000', '131353.842000', '131353.845000', '131353.848000', '131353.850000', '131353.853000', '131353.855000', '131353.858000', '131353.860000', '131353.863000', '131353.866000', '131413.743000', '131413.745000', '131413.748000', '131413.751000', '131413.753000', '131413.756000', '131413.759000', '131413.761000', '131413.764000', '131413.766000', '131413.769000', '131413.772000', '131413.774000', '131413.777000', '131413.779000', '131413.783000', '131413.786000', '131413.788000', '131413.791000', '131413.794000', '131413.797000', '131413.799000', '131413.802000', '131413.805000', '131413.807000', '131413.810000', '131413.812000', '131413.815000', '131413.818000', '131413.820000', '131413.823000', '131413.825000', '131413.828000', '131413.830000', '131413.833000', '131413.836000', '131413.838000', '131413.841000', '131413.844000', '131413.846000', '131413.849000', '131413.851000', '131413.854000', '131416.478000', '131416.481000', '131416.484000', '131416.487000', '131416.489000', '131416.492000', '131416.495000'], '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': [11646, 7902, 14446, 8993, 14726, 10645, 14788, 11157, 14856, 10241, 10051, 9546, 7583, 9274, 8417, 11546, 8418, 11301, 9140, 7281, 8597, 7882, 13754, 8675, 13905, 9262, 11483, 9419, 8914, 12418, 8668, 11709, 8530, 8926, 12825, 9041, 14054, 9950, 11462, 9093, 10760, 9167, 10828, 10143, 8939, 11223, 8214, 11130, 8840, 12914, 8952, 9307, 9037, 8062, 12425, 8701, 13803, 9491, 14324, 9198, 10413, 9094, 8383, 10332, 8622, 13219, 8623, 13422, 8906, 12044, 9241, 9105, 10136, 8682, 13268, 8633, 13899, 9063, 11732, 9032, 10479, 9313, 8141, 10482, 8379, 12273, 8648, 11429, 8359, 7567, 9049, 8244, 12002, 8127, 13617, 9397, 10970, 8855, 7401, 8638, 7998, 12853, 8336, 13196, 8410, 10599, 9134, 9333, 10288, 8279, 12881, 8262, 12848, 8580, 13410, 8482, 13091, 8535, 11962, 8540, 12363, 8534, 13320, 8575, 9432, 8591, 7409, 9971, 8172, 13212, 8461, 13620, 8873, 13327, 8908, 13615, 8774, 11620, 8285, 9709, 8253, 11029, 8133, 9959, 7991, 9487, 8085, 12025, 8290, 7100, 7670, 6947, 9108, 7578, 13135, 8895, 13106, 8834, 13176, 8933, 13276, 9351, 11831, 8532, 7820, 8373, 8319, 11759, 8545, 11332, 9110, 7769, 9342, 8406, 13224, 9245, 13422, 8901, 10092, 8746, 8322, 11135, 8546, 13354, 8662, 11885, 8912, 7331, 8368, 8166, 12796, 8409, 13551, 8837, 13291, 8974, 13023, 9059, 12664, 8902, 12206, 9069, 12328, 9362, 8425, 7502, 7435, 8807, 7711, 12585, 8280, 12752, 8356, 11512, 9013, 10499, 9101, 7999, 10620, 8063, 12564, 8771, 14090, 10090, 11227, 8285, 8252, 10503, 8655, 14121, 9323, 9532, 7896, 8373, 11061, 9137, 14140, 9743, 11035, 8473, 8599, 11498, 8552, 13813, 9094, 7919, 8546, 8897, 14274, 9605, 8962, 10331, 8719, 12697, 8957, 14109, 9823, 9794, 8386, 8645, 10956, 8796, 10275, 9438, 8633, 10932, 7517, 8591, 11352, 8683, 13793, 9371, 12764, 8798, 9319, 9208, 8957, 11967, 8745, 12649, 8879, 9991, 8412, 8570, 12350, 8738, 8932, 8259, 8834, 13375, 9273, 12043, 10003, 8893, 11977, 8642, 10420, 7820, 8326, 11386, 8572, 10859, 7549, 8324, 11946, 8525, 13728, 9460, 8278, 10281, 8658, 13233, 9081, 9682, 10743, 8666, 12927, 8834, 11242, 8508, 8300, 10807, 8338, 11976, 8536, 12582, 8885, 7468, 8712, 8232, 11581, 8486, 11887, 8818, 8338, 11065, 8396, 13539, 9003, 11903, 8878, 7622, 8459, 8013, 12787, 8301, 10733, 7569, 7471, 10664, 8486, 13559, 8996, 10702, 8971, 11471, 9662, 12506, 10055, 8307, 9856, 8326, 10905, 8408, 12376, 8676, 12936, 8590, 8377, 7570, 8049, 10511, 8564, 13772, 9359, 13392, 8816, 7897, 8683, 9132, 13695, 8602, 11305, 8758, 11456, 9200, 11986, 9294, 8538, 8112, 8431, 9122, 8721, 11420, 8745, 11579, 8271, 11418, 8794, 8014, 8890, 8335, 12148, 8632, 11949, 9035, 9452, 10369, 7713, 11785, 8400, 13524, 9740, 9765, 8494, 8233, 12156, 8913, 14145, 10203, 12454, 10438, 8739, 10854, 8738, 11773, 8777, 12531, 9059, 13472, 9118, 12578, 8525, 9660, 8683, 7540, 8667, 8153, 9725, 8228, 11026, 8420, 9814, 8784, 8919, 12759, 8560, 13845, 9252, 13178, 9172, 11349, 9947, 8404, 10520, 8591, 11695, 8628, 12032, 8701, 7968, 8613, 8393, 11001, 8404, 13270, 8582, 7351, 8331, 8041, 12381, 8474, 10663, 8049, 8337, 10653, 8519, 14010, 9880, 9056, 10305, 8544, 12484, 8546, 13378, 9840, 11498, 8458, 8234, 9267, 8461, 11233, 8526, 11442, 8376, 11294, 8420, 8696, 8364, 8037, 12168, 8644, 12229, 8694, 12062, 10646, 8714, 12111, 8776, 12681, 8676, 11945, 8689, 9123, 11325, 8718, 12436, 8894, 8145, 10497, 8444, 13317, 8463, 10352, 9064, 8562, 12340, 9212, 13607, 8289, 8301, 8677, 8742, 13315, 8611, 11478, 8656, 9536, 9185, 8620, 11619, 8918, 12791, 8638, 10220, 7661, 8576, 11582, 8622, 10595, 7801, 8844, 10798, 8824, 11064, 10300, 8879, 12573, 8644, 12856, 8398, 11143, 10083, 8819, 11622, 8769, 9238, 7334, 8559, 12015, 8632, 8430, 8290, 8420, 13638, 9749, 9786, 9767, 8858, 12487, 8907, 13592, 9912, 8929, 10184, 8849, 12308, 8660, 11160, 8993, 8802, 10251, 8876, 11903, 8638, 9235, 10274, 8455, 11943, 8648, 9992, 8796, 8740, 13158, 8658, 11414, 7906, 8269, 12492, 8390, 11541, 7815, 8236, 10250, 8487, 14230, 9019, 10308, 8077, 8310, 11302, 8392, 13441, 8708, 8892, 8132, 8524, 14384, 9069, 8186, 9042, 8620, 13602, 9035, 10612, 10092, 8734, 12729, 8643, 11630, 10567, 8544, 11804, 8407, 8203, 10381, 8640, 10380, 8475, 8961, 14124, 9617, 9638, 11292, 9043, 14337, 8792, 8832, 9346, 9087, 14061, 9321, 8800, 10627, 8875, 12986, 8969, 10237, 9541, 8883, 12408, 8743, 8273, 8008, 8922, 12652, 8908, 7809, 7743, 8655, 11531, 8701, 13206, 9731, 8753, 11103, 9076, 12399, 8868, 8731, 12875, 8507, 8159, 8832, 8653, 14495, 9653, 8323, 9587, 8836, 12867, 8268, 9639, 12769, 8720, 11118, 8825, 8931, 12760, 8889, 10573, 8951, 8703, 11862, 8199, 8345, 12317, 8964, 10315, 8294, 8974, 13422, 8893, 10825, 9807, 8783, 12837, 8190, 9210, 11926, 8781, 13148, 8151, 8454, 9299, 8831, 14000, 8764, 8668, 9774, 8654, 13405, 8890, 9560, 10492, 8911, 12191, 8915, 9241, 9477, 8813, 13408, 7650, 8248, 9049, 8858, 13388, 9147, 11523, 9012, 8763, 10887, 8875, 12584, 8876, 11850, 8040, 8576, 8534, 8609, 12225, 8293, 8075, 9211, 8703, 12438, 8788, 11708, 8634, 8571, 10474, 8561, 12520, 8750, 12544, 9252, 8454, 10181, 8540, 12139, 8576, 11057, 9544, 8604, 10826, 8589, 12237, 8670, 13887, 9618, 8979, 7889, 8499, 10419, 8228, 13515, 8832, 9311, 7164, 8300, 9826, 8547, 14051, 8914, 9986, 8032, 8611, 10653, 9057, 12024, 8630, 11768, 8744, 13391, 8922, 11862, 9234, 8686, 9897, 8836, 12661, 8789, 13034, 9303, 8248, 8549, 8803, 11153, 8825, 13950, 10201, 12097, 8687, 8393, 8250, 7891, 9112, 8377, 10999, 8165, 10119, 8255, 12318, 8492, 8571, 7444, 7765, 9627, 8255, 13936, 9418, 13174, 8589, 10405, 8690, 11465, 10466, 8322, 10480, 8583, 12457, 8523], 'WindowCenter': [4381.0, 4326.0, 4373.0, 4320.0, 4356.0, 4326.0, 4345.0, 4324.0, 4331.0, 4299.0, 4286.0, 4287.0, 4264.0, 4286.0, 4276.0, 4307.0, 4278.0, 4307.0, 4300.0, 4280.0, 4290.0, 4291.0, 4343.0, 4303.0, 4345.0, 4328.0, 4334.0, 4329.0, 4330.0, 4346.0, 4292.0, 4321.0, 4290.0, 4289.0, 4320.0, 4290.0, 4332.0, 4301.0, 4320.0, 4290.0, 4308.0, 4288.0, 4297.0, 4295.0, 4276.0, 4297.0, 4267.0, 4295.0, 4287.0, 4317.0, 4288.0, 4289.0, 4290.0, 4279.0, 4320.0, 4290.0, 4331.0, 4302.0, 4329.0, 4290.0, 4299.0, 4288.0, 4278.0, 4297.0, 4278.0, 4320.0, 4278.0, 4319.0, 4287.0, 4307.0, 4285.0, 4287.0, 4298.0, 4278.0, 4318.0, 4277.0, 4316.0, 4288.0, 4306.0, 4288.0, 4296.0, 4287.0, 4266.0, 4297.0, 4277.0, 4317.0, 4289.0, 4308.0, 4279.0, 4278.0, 4288.0, 4290.0, 4320.0, 4281.0, 4330.0, 4301.0, 4307.0, 4290.0, 4267.0, 4289.0, 4280.0, 4330.0, 4291.0, 4329.0, 4291.0, 4310.0, 4300.0, 4290.0, 4310.0, 4279.0, 4319.0, 4279.0, 4317.0, 4278.0, 4317.0, 4289.0, 4318.0, 4289.0, 4308.0, 4289.0, 4318.0, 4289.0, 4329.0, 4288.0, 4299.0, 4290.0, 4269.0, 4310.0, 4291.0, 4332.0, 4292.0, 4331.0, 4291.0, 4331.0, 4288.0, 4330.0, 4276.0, 4308.0, 4266.0, 4285.0, 4265.0, 4297.0, 4266.0, 4286.0, 4266.0, 4286.0, 4279.0, 4318.0, 4290.0, 4269.0, 4280.0, 4271.0, 4302.0, 4282.0, 4344.0, 4302.0, 4332.0, 4302.0, 4318.0, 4288.0, 4318.0, 4289.0, 4308.0, 4277.0, 4268.0, 4277.0, 4278.0, 4317.0, 4290.0, 4308.0, 4289.0, 4278.0, 4289.0, 4289.0, 4330.0, 4300.0, 4320.0, 4289.0, 4298.0, 4278.0, 4276.0, 4307.0, 4275.0, 4317.0, 4277.0, 4306.0, 4276.0, 4255.0, 4277.0, 4277.0, 4318.0, 4278.0, 4328.0, 4289.0, 4318.0, 4289.0, 4317.0, 4289.0, 4316.0, 4288.0, 4305.0, 4288.0, 4316.0, 4288.0, 4277.0, 4267.0, 4268.0, 4289.0, 4279.0, 4319.0, 4291.0, 4330.0, 4291.0, 4320.0, 4301.0, 4311.0, 4292.0, 4278.0, 4311.0, 4280.0, 4320.0, 4290.0, 4329.0, 4312.0, 4309.0, 4279.0, 4276.0, 4298.0, 4277.0, 4319.0, 4289.0, 4288.0, 4267.0, 4275.0, 4307.0, 4287.0, 4327.0, 4289.0, 4297.0, 4277.0, 4276.0, 4306.0, 4276.0, 4318.0, 4286.0, 4276.0, 4285.0, 4287.0, 4329.0, 4300.0, 4288.0, 4299.0, 4289.0, 4318.0, 4287.0, 4317.0, 4297.0, 4286.0, 4265.0, 4276.0, 4294.0, 4275.0, 4296.0, 4288.0, 4277.0, 4308.0, 4268.0, 4287.0, 4309.0, 4288.0, 4329.0, 4301.0, 4318.0, 4278.0, 4287.0, 4288.0, 4276.0, 4307.0, 4277.0, 4307.0, 4276.0, 4296.0, 4277.0, 4275.0, 4317.0, 4277.0, 4286.0, 4275.0, 4288.0, 4317.0, 4288.0, 4307.0, 4286.0, 4277.0, 4307.0, 4276.0, 4296.0, 4265.0, 4276.0, 4307.0, 4276.0, 4297.0, 4268.0, 4277.0, 4308.0, 4279.0, 4329.0, 4288.0, 4278.0, 4298.0, 4277.0, 4317.0, 4288.0, 4288.0, 4307.0, 4278.0, 4317.0, 4288.0, 4307.0, 4278.0, 4277.0, 4307.0, 4278.0, 4308.0, 4289.0, 4318.0, 4288.0, 4269.0, 4290.0, 4290.0, 4321.0, 4291.0, 4321.0, 4302.0, 4290.0, 4321.0, 4292.0, 4332.0, 4302.0, 4335.0, 4301.0, 4282.0, 4291.0, 4279.0, 4330.0, 4291.0, 4321.0, 4281.0, 4270.0, 4312.0, 4303.0, 4333.0, 4303.0, 4310.0, 4291.0, 4308.0, 4288.0, 4308.0, 4287.0, 4265.0, 4285.0, 4263.0, 4294.0, 4264.0, 4305.0, 4276.0, 4305.0, 4276.0, 4276.0, 4266.0, 4266.0, 4298.0, 4278.0, 4329.0, 4289.0, 4318.0, 4277.0, 4264.0, 4276.0, 4287.0, 4317.0, 4278.0, 4298.0, 4278.0, 4307.0, 4277.0, 4306.0, 4276.0, 4275.0, 4266.0, 4265.0, 4275.0, 4275.0, 4294.0, 4276.0, 4296.0, 4266.0, 4295.0, 4276.0, 4266.0, 4287.0, 4278.0, 4320.0, 4291.0, 4347.0, 4304.0, 4301.0, 4311.0, 4282.0, 4319.0, 4291.0, 4330.0, 4302.0, 4299.0, 4290.0, 4291.0, 4321.0, 4291.0, 4330.0, 4301.0, 4309.0, 4299.0, 4277.0, 4296.0, 4265.0, 4295.0, 4264.0, 4303.0, 4274.0, 4305.0, 4275.0, 4294.0, 4263.0, 4273.0, 4264.0, 4253.0, 4276.0, 4266.0, 4286.0, 4277.0, 4297.0, 4277.0, 4299.0, 4290.0, 4290.0, 4330.0, 4290.0, 4331.0, 4290.0, 4318.0, 4289.0, 4298.0, 4288.0, 4265.0, 4297.0, 4277.0, 4307.0, 4276.0, 4307.0, 4276.0, 4267.0, 4278.0, 4278.0, 4309.0, 4279.0, 4318.0, 4290.0, 4269.0, 4280.0, 4280.0, 4321.0, 4292.0, 4310.0, 4282.0, 4291.0, 4311.0, 4292.0, 4331.0, 4313.0, 4291.0, 4301.0, 4291.0, 4319.0, 4280.0, 4320.0, 4300.0, 4307.0, 4277.0, 4277.0, 4289.0, 4278.0, 4298.0, 4276.0, 4307.0, 4276.0, 4295.0, 4278.0, 4277.0, 4290.0, 4280.0, 4321.0, 4292.0, 4319.0, 4291.0, 4319.0, 4309.0, 4278.0, 4310.0, 4278.0, 4306.0, 4277.0, 4307.0, 4276.0, 4286.0, 4297.0, 4277.0, 4306.0, 4277.0, 4265.0, 4296.0, 4278.0, 4317.0, 4278.0, 4296.0, 4277.0, 4276.0, 4307.0, 4276.0, 4317.0, 4264.0, 4265.0, 4264.0, 4276.0, 4315.0, 4278.0, 4307.0, 4277.0, 4286.0, 4287.0, 4276.0, 4296.0, 4276.0, 4306.0, 4276.0, 4285.0, 4255.0, 4275.0, 4307.0, 4277.0, 4297.0, 4267.0, 4277.0, 4297.0, 4288.0, 4306.0, 4297.0, 4276.0, 4307.0, 4277.0, 4306.0, 4266.0, 4296.0, 4286.0, 4276.0, 4307.0, 4277.0, 4285.0, 4256.0, 4278.0, 4318.0, 4290.0, 4279.0, 4279.0, 4279.0, 4329.0, 4300.0, 4300.0, 4299.0, 4289.0, 4308.0, 4278.0, 4318.0, 4288.0, 4275.0, 4285.0, 4275.0, 4306.0, 4276.0, 4295.0, 4274.0, 4275.0, 4286.0, 4277.0, 4307.0, 4278.0, 4287.0, 4299.0, 4278.0, 4317.0, 4289.0, 4298.0, 4289.0, 4289.0, 4320.0, 4278.0, 4308.0, 4268.0, 4278.0, 4319.0, 4278.0, 4308.0, 4267.0, 4278.0, 4299.0, 4289.0, 4328.0, 4290.0, 4297.0, 4279.0, 4278.0, 4309.0, 4279.0, 4320.0, 4279.0, 4288.0, 4267.0, 4277.0, 4329.0, 4289.0, 4277.0, 4288.0, 4278.0, 4327.0, 4289.0, 4298.0, 4297.0, 4278.0, 4318.0, 4278.0, 4307.0, 4298.0, 4278.0, 4306.0, 4277.0, 4276.0, 4298.0, 4290.0, 4300.0, 4278.0, 4289.0, 4328.0, 4288.0, 4287.0, 4298.0, 4278.0, 4318.0, 4276.0, 4276.0, 4275.0, 4275.0, 4315.0, 4275.0, 4274.0, 4285.0, 4274.0, 4304.0, 4275.0, 4284.0, 4275.0, 4274.0, 4305.0, 4265.0, 4264.0, 4264.0, 4274.0, 4305.0, 4277.0, 4265.0, 4266.0, 4278.0, 4308.0, 4290.0, 4319.0, 4300.0, 4289.0, 4310.0, 4290.0, 4319.0, 4288.0, 4279.0, 4318.0, 4278.0, 4267.0, 4287.0, 4278.0, 4328.0, 4300.0, 4279.0, 4299.0, 4289.0, 4318.0, 4279.0, 4288.0, 4320.0, 4279.0, 4309.0, 4288.0, 4277.0, 4318.0, 4276.0, 4297.0, 4276.0, 4277.0, 4307.0, 4278.0, 4277.0, 4319.0, 4290.0, 4299.0, 4279.0, 4290.0, 4331.0, 4290.0, 4309.0, 4298.0, 4279.0, 4319.0, 4278.0, 4288.0, 4309.0, 4278.0, 4319.0, 4267.0, 4266.0, 4286.0, 4277.0, 4317.0, 4277.0, 4276.0, 4298.0, 4278.0, 4316.0, 4278.0, 4287.0, 4298.0, 4277.0, 4307.0, 4276.0, 4286.0, 4286.0, 4276.0, 4317.0, 4266.0, 4275.0, 4277.0, 4288.0, 4318.0, 4289.0, 4307.0, 4277.0, 4276.0, 4297.0, 4277.0, 4306.0, 4277.0, 4307.0, 4266.0, 4276.0, 4276.0, 4277.0, 4318.0, 4279.0, 4278.0, 4289.0, 4289.0, 4319.0, 4290.0, 4319.0, 4289.0, 4289.0, 4310.0, 4290.0, 4319.0, 4290.0, 4320.0, 4288.0, 4279.0, 4299.0, 4277.0, 4318.0, 4279.0, 4308.0, 4288.0, 4278.0, 4308.0, 4278.0, 4306.0, 4289.0, 4329.0, 4288.0, 4288.0, 4278.0, 4276.0, 4299.0, 4279.0, 4318.0, 4288.0, 4289.0, 4259.0, 4278.0, 4300.0, 4291.0, 4331.0, 4301.0, 4311.0, 4280.0, 4291.0, 4310.0, 4291.0, 4321.0, 4289.0, 4320.0, 4290.0, 4319.0, 4289.0, 4309.0, 4288.0, 4276.0, 4287.0, 4277.0, 4317.0, 4277.0, 4317.0, 4288.0, 4265.0, 4276.0, 4275.0, 4296.0, 4277.0, 4316.0, 4297.0, 4306.0, 4276.0, 4265.0, 4265.0, 4265.0, 4275.0, 4264.0, 4295.0, 4266.0, 4296.0, 4277.0, 4307.0, 4279.0, 4287.0, 4268.0, 4280.0, 4300.0, 4292.0, 4344.0, 4316.0, 4332.0, 4293.0, 4312.0, 4292.0, 4311.0, 4311.0, 4280.0, 4308.0, 4290.0, 4319.0, 4290.0], 'WindowWidth': [9675.0, 9586.0, 9644.0, 9565.0, 9610.0, 9565.0, 9594.0, 9557.0, 9564.0, 9515.0, 9494.0, 9494.0, 9461.0, 9492.0, 9479.0, 9523.0, 9486.0, 9524.0, 9521.0, 9493.0, 9508.0, 9509.0, 9582.0, 9530.0, 9587.0, 9573.0, 9571.0, 9576.0, 9579.0, 9592.0, 9511.0, 9550.0, 9506.0, 9502.0, 9547.0, 9505.0, 9567.0, 9522.0, 9546.0, 9506.0, 9525.0, 9499.0, 9509.0, 9506.0, 9478.0, 9508.0, 9466.0, 9504.0, 9496.0, 9537.0, 9499.0, 9501.0, 9505.0, 9489.0, 9546.0, 9507.0, 9562.0, 9523.0, 9556.0, 9505.0, 9513.0, 9499.0, 9485.0, 9512.0, 9484.0, 9545.0, 9486.0, 9541.0, 9497.0, 9522.0, 9493.0, 9496.0, 9511.0, 9484.0, 9540.0, 9483.0, 9535.0, 9498.0, 9520.0, 9497.0, 9506.0, 9495.0, 9466.0, 9509.0, 9483.0, 9536.0, 9503.0, 9526.0, 9489.0, 9486.0, 9501.0, 9505.0, 9546.0, 9495.0, 9560.0, 9522.0, 9526.0, 9504.0, 9472.0, 9504.0, 9492.0, 9560.0, 9507.0, 9557.0, 9507.0, 9530.0, 9519.0, 9503.0, 9532.0, 9489.0, 9544.0, 9489.0, 9539.0, 9486.0, 9538.0, 9502.0, 9540.0, 9500.0, 9525.0, 9501.0, 9538.0, 9503.0, 9553.0, 9501.0, 9514.0, 9504.0, 9478.0, 9534.0, 9509.0, 9565.0, 9512.0, 9562.0, 9509.0, 9561.0, 9500.0, 9561.0, 9481.0, 9526.0, 9465.0, 9490.0, 9462.0, 9508.0, 9464.0, 9492.0, 9466.0, 9494.0, 9488.0, 9538.0, 9505.0, 9478.0, 9496.0, 9484.0, 9526.0, 9499.0, 9584.0, 9526.0, 9566.0, 9524.0, 9542.0, 9501.0, 9539.0, 9502.0, 9525.0, 9483.0, 9471.0, 9484.0, 9485.0, 9537.0, 9506.0, 9527.0, 9502.0, 9487.0, 9502.0, 9502.0, 9559.0, 9519.0, 9544.0, 9502.0, 9510.0, 9483.0, 9479.0, 9522.0, 9477.0, 9538.0, 9482.0, 9520.0, 9480.0, 9451.0, 9483.0, 9484.0, 9540.0, 9487.0, 9554.0, 9501.0, 9538.0, 9501.0, 9537.0, 9502.0, 9534.0, 9499.0, 9519.0, 9499.0, 9532.0, 9499.0, 9482.0, 9470.0, 9471.0, 9501.0, 9490.0, 9543.0, 9509.0, 9560.0, 9509.0, 9545.0, 9521.0, 9534.0, 9510.0, 9487.0, 9533.0, 9492.0, 9545.0, 9505.0, 9558.0, 9536.0, 9529.0, 9488.0, 9481.0, 9513.0, 9482.0, 9544.0, 9500.0, 9496.0, 9469.0, 9477.0, 9523.0, 9495.0, 9553.0, 9501.0, 9510.0, 9482.0, 9479.0, 9520.0, 9480.0, 9539.0, 9494.0, 9480.0, 9492.0, 9498.0, 9554.0, 9519.0, 9499.0, 9515.0, 9500.0, 9538.0, 9496.0, 9538.0, 9510.0, 9492.0, 9463.0, 9478.0, 9502.0, 9477.0, 9506.0, 9498.0, 9483.0, 9524.0, 9471.0, 9497.0, 9529.0, 9501.0, 9557.0, 9520.0, 9538.0, 9486.0, 9495.0, 9497.0, 9478.0, 9523.0, 9480.0, 9521.0, 9478.0, 9505.0, 9480.0, 9477.0, 9536.0, 9483.0, 9492.0, 9478.0, 9497.0, 9537.0, 9500.0, 9522.0, 9494.0, 9479.0, 9521.0, 9479.0, 9504.0, 9463.0, 9480.0, 9522.0, 9481.0, 9509.0, 9471.0, 9482.0, 9526.0, 9487.0, 9555.0, 9499.0, 9484.0, 9512.0, 9483.0, 9536.0, 9499.0, 9498.0, 9523.0, 9484.0, 9536.0, 9499.0, 9522.0, 9483.0, 9480.0, 9521.0, 9483.0, 9524.0, 9500.0, 9538.0, 9501.0, 9473.0, 9503.0, 9504.0, 9549.0, 9509.0, 9548.0, 9523.0, 9505.0, 9547.0, 9509.0, 9563.0, 9527.0, 9572.0, 9521.0, 9496.0, 9507.0, 9488.0, 9559.0, 9506.0, 9549.0, 9494.0, 9479.0, 9538.0, 9528.0, 9566.0, 9527.0, 9533.0, 9507.0, 9524.0, 9498.0, 9523.0, 9495.0, 9460.0, 9487.0, 9457.0, 9498.0, 9458.0, 9513.0, 9477.0, 9514.0, 9479.0, 9478.0, 9466.0, 9466.0, 9509.0, 9483.0, 9555.0, 9499.0, 9538.0, 9481.0, 9461.0, 9478.0, 9493.0, 9535.0, 9484.0, 9510.0, 9483.0, 9519.0, 9480.0, 9517.0, 9479.0, 9474.0, 9463.0, 9462.0, 9475.0, 9472.0, 9500.0, 9476.0, 9503.0, 9464.0, 9502.0, 9479.0, 9464.0, 9495.0, 9485.0, 9544.0, 9508.0, 9594.0, 9533.0, 9519.0, 9534.0, 9496.0, 9541.0, 9507.0, 9558.0, 9524.0, 9515.0, 9504.0, 9506.0, 9546.0, 9506.0, 9558.0, 9518.0, 9527.0, 9512.0, 9478.0, 9504.0, 9460.0, 9501.0, 9459.0, 9511.0, 9471.0, 9516.0, 9473.0, 9496.0, 9454.0, 9466.0, 9457.0, 9442.0, 9476.0, 9463.0, 9491.0, 9481.0, 9507.0, 9483.0, 9513.0, 9504.0, 9503.0, 9559.0, 9503.0, 9561.0, 9505.0, 9539.0, 9500.0, 9510.0, 9497.0, 9462.0, 9506.0, 9479.0, 9519.0, 9480.0, 9519.0, 9479.0, 9466.0, 9483.0, 9485.0, 9526.0, 9487.0, 9537.0, 9502.0, 9475.0, 9489.0, 9491.0, 9545.0, 9510.0, 9531.0, 9495.0, 9506.0, 9531.0, 9508.0, 9561.0, 9538.0, 9506.0, 9520.0, 9504.0, 9541.0, 9488.0, 9543.0, 9517.0, 9523.0, 9481.0, 9480.0, 9498.0, 9485.0, 9508.0, 9477.0, 9521.0, 9478.0, 9500.0, 9482.0, 9481.0, 9505.0, 9492.0, 9546.0, 9509.0, 9543.0, 9507.0, 9542.0, 9529.0, 9484.0, 9529.0, 9483.0, 9519.0, 9481.0, 9519.0, 9478.0, 9491.0, 9508.0, 9479.0, 9518.0, 9479.0, 9462.0, 9507.0, 9485.0, 9537.0, 9485.0, 9507.0, 9481.0, 9477.0, 9521.0, 9478.0, 9536.0, 9460.0, 9460.0, 9458.0, 9477.0, 9529.0, 9484.0, 9520.0, 9480.0, 9489.0, 9491.0, 9476.0, 9504.0, 9476.0, 9519.0, 9476.0, 9486.0, 9448.0, 9474.0, 9519.0, 9481.0, 9506.0, 9466.0, 9481.0, 9507.0, 9497.0, 9519.0, 9507.0, 9477.0, 9522.0, 9479.0, 9518.0, 9465.0, 9503.0, 9491.0, 9477.0, 9520.0, 9480.0, 9488.0, 9451.0, 9483.0, 9539.0, 9503.0, 9486.0, 9488.0, 9489.0, 9557.0, 9518.0, 9515.0, 9514.0, 9499.0, 9525.0, 9484.0, 9538.0, 9495.0, 9474.0, 9489.0, 9473.0, 9517.0, 9477.0, 9502.0, 9473.0, 9474.0, 9490.0, 9480.0, 9520.0, 9485.0, 9496.0, 9513.0, 9484.0, 9535.0, 9500.0, 9511.0, 9499.0, 9501.0, 9544.0, 9485.0, 9523.0, 9472.0, 9484.0, 9540.0, 9485.0, 9524.0, 9468.0, 9483.0, 9512.0, 9502.0, 9554.0, 9503.0, 9510.0, 9486.0, 9483.0, 9527.0, 9486.0, 9544.0, 9485.0, 9495.0, 9469.0, 9481.0, 9552.0, 9499.0, 9481.0, 9497.0, 9485.0, 9548.0, 9500.0, 9511.0, 9509.0, 9482.0, 9536.0, 9484.0, 9521.0, 9511.0, 9485.0, 9519.0, 9480.0, 9479.0, 9512.0, 9506.0, 9516.0, 9486.0, 9501.0, 9553.0, 9498.0, 9495.0, 9511.0, 9482.0, 9541.0, 9478.0, 9479.0, 9473.0, 9473.0, 9529.0, 9474.0, 9470.0, 9486.0, 9472.0, 9510.0, 9473.0, 9485.0, 9473.0, 9471.0, 9514.0, 9460.0, 9458.0, 9459.0, 9472.0, 9515.0, 9481.0, 9464.0, 9466.0, 9484.0, 9525.0, 9504.0, 9541.0, 9517.0, 9499.0, 9529.0, 9502.0, 9540.0, 9497.0, 9487.0, 9541.0, 9485.0, 9469.0, 9496.0, 9484.0, 9554.0, 9517.0, 9485.0, 9513.0, 9500.0, 9537.0, 9486.0, 9498.0, 9545.0, 9487.0, 9526.0, 9495.0, 9479.0, 9536.0, 9479.0, 9506.0, 9478.0, 9480.0, 9521.0, 9483.0, 9482.0, 9541.0, 9503.0, 9514.0, 9486.0, 9503.0, 9560.0, 9504.0, 9526.0, 9511.0, 9485.0, 9539.0, 9484.0, 9497.0, 9527.0, 9484.0, 9541.0, 9466.0, 9463.0, 9490.0, 9480.0, 9535.0, 9481.0, 9478.0, 9509.0, 9482.0, 9531.0, 9483.0, 9492.0, 9508.0, 9480.0, 9520.0, 9478.0, 9490.0, 9490.0, 9477.0, 9534.0, 9466.0, 9476.0, 9479.0, 9495.0, 9537.0, 9499.0, 9521.0, 9482.0, 9478.0, 9506.0, 9479.0, 9520.0, 9481.0, 9518.0, 9463.0, 9475.0, 9476.0, 9481.0, 9537.0, 9487.0, 9484.0, 9499.0, 9500.0, 9539.0, 9502.0, 9541.0, 9500.0, 9499.0, 9528.0, 9502.0, 9540.0, 9503.0, 9542.0, 9500.0, 9485.0, 9514.0, 9482.0, 9538.0, 9488.0, 9524.0, 9497.0, 9482.0, 9524.0, 9483.0, 9519.0, 9501.0, 9553.0, 9498.0, 9496.0, 9484.0, 9479.0, 9514.0, 9487.0, 9539.0, 9498.0, 9500.0, 9460.0, 9484.0, 9517.0, 9507.0, 9562.0, 9521.0, 9534.0, 9491.0, 9505.0, 9531.0, 9508.0, 9547.0, 9500.0, 9542.0, 9502.0, 9539.0, 9501.0, 9526.0, 9496.0, 9479.0, 9493.0, 9480.0, 9532.0, 9482.0, 9535.0, 9496.0, 9461.0, 9478.0, 9475.0, 9504.0, 9480.0, 9532.0, 9508.0, 9518.0, 9476.0, 9460.0, 9460.0, 9459.0, 9474.0, 9458.0, 9500.0, 9464.0, 9505.0, 9483.0, 9521.0, 9487.0, 9495.0, 9473.0, 9491.0, 9518.0, 9511.0, 9582.0, 9549.0, 9562.0, 9513.0, 9536.0, 9509.0, 9530.0, 9533.0, 9488.0, 9526.0, 9504.0, 9541.0, 9504.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.00047219288174512057</td></tr>
<tr><td colspan=3>aqi</td><td>0.021828015269804824</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.43993728027584</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2606580620804597</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9924945950459764</td></tr>
<tr><td colspan=3>efc</td><td>0.481</td></tr>
<tr><td colspan=3>fber</td><td>5993.9785</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07668833205694393</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.574052812858783</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4170195979449285</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3296534899112777</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.680497936091949</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.240907367831559</td></tr>
<tr><td colspan=3>gcor</td><td>0.00785336</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01604614034295082</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035790640860795975</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.9061632787769507</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.509</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4167</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.5251</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296690.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>793.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.0865</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5805</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.1093</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3472.9193</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3676.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79854.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4530.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.071</td></tr>
<tr><td colspan=3>tsnr</td><td>41.98193567362614</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>