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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0002_ses-01_task-social_acq-mb8_run-01_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-0002_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-01_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-0002/ses-01/func/sub-0002_ses-01_task-social_acq-mb8_run-01_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>f787c1ed4c20de37ddba7265ee225c8a</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>09:53:16.870000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995306, -0.0321507, 0.0912771, 0.00990197, 0.972084, 0.234426]</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-01_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.0712836</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7784, -7285, 498, -89, -320, 40, 71]</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>233.707</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3169ab3d-e8c9-459e-8105-8a8f766b8b2a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6703343391418457, 0.0265662744641304, 0.2599179148674011, 109.67444610595703], [0.08625806123018265, 2.6080291271209717, 0.6275385618209839, -108.73139190673828], [0.24488967657089233, -0.6289473176002502, 2.613166332244873, -43.26124572753906], [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': ['095316.870000', '095317.330000', '095317.790000', '095318.250000', '095318.710000', '095319.170000', '095319.630000', '095320.090000', '095320.550000', '095321.010000', '095321.470000', '095321.930000', '095322.390000', '095322.850000', '095323.310000', '095323.770000', '095324.230000', '095324.690000', '095325.150000', '095325.610000', '095326.070000', '095326.530000', '095326.990000', '095327.450000', '095327.910000', '095328.370000', '095328.830000', '095329.290000', '095329.750000', '095330.210000', '095330.670000', '095331.130000', '095331.590000', '095332.050000', '095332.510000', '095332.970000', '095333.430000', '095333.890000', '095334.350000', '095334.810000', '095335.270000', '095335.730000', '095336.190000', '095336.650000', '095337.110000', '095337.570000', '095338.030000', '095338.490000', '095338.950000', '095339.410000', '095339.870000', '095340.330000', '095340.790000', '095341.250000', '095341.710000', '095342.170000', '095342.630000', '095343.090000', '095343.550000', '095344.010000', '095344.470000', '095344.930000', '095345.390000', '095345.850000', '095346.310000', '095346.770000', '095347.230000', '095347.690000', '095348.150000', '095348.610000', '095349.070000', '095349.530000', '095349.990000', '095350.450000', '095350.910000', '095351.370000', '095351.830000', '095352.290000', '095352.750000', '095353.210000', '095353.670000', '095354.130000', '095354.590000', '095355.050000', '095355.510000', '095355.970000', '095356.430000', '095356.890000', '095357.350000', '095357.810000', '095358.270000', '095358.730000', '095359.190000', '095359.650000', '095400.110000', '095400.570000', '095401.030000', '095401.490000', '095401.950000', '095402.410000', '095402.870000', '095403.330000', '095403.790000', '095404.250000', '095404.710000', '095405.170000', '095405.630000', '095406.090000', '095406.550000', '095407.010000', '095407.470000', '095407.930000', '095408.390000', '095408.850000', '095409.310000', '095409.770000', '095410.230000', '095410.690000', '095411.150000', '095411.610000', '095412.070000', '095412.530000', '095412.990000', '095413.450000', '095413.910000', '095414.370000', '095414.830000', '095415.290000', '095415.750000', '095416.210000', '095416.670000', '095417.130000', '095417.590000', '095418.050000', '095418.510000', '095418.970000', '095419.430000', '095419.890000', '095420.350000', '095420.810000', '095421.270000', '095421.730000', '095422.190000', '095422.650000', '095423.110000', '095423.570000', '095424.030000', '095424.490000', '095424.950000', '095425.410000', '095425.870000', '095426.330000', '095426.790000', '095427.250000', '095427.710000', '095428.170000', '095428.630000', '095429.090000', '095429.550000', '095430.010000', '095430.470000', '095430.930000', '095431.390000', '095431.850000', '095432.310000', '095432.770000', '095433.230000', '095433.690000', '095434.150000', '095434.610000', '095435.070000', '095435.530000', '095435.990000', '095436.450000', '095436.910000', '095437.370000', '095437.830000', '095438.290000', '095438.750000', '095439.210000', '095439.670000', '095440.130000', '095440.590000', '095441.050000', '095441.510000', '095441.970000', '095442.430000', '095442.890000', '095443.350000', '095443.810000', '095444.270000', '095444.730000', '095445.190000', '095445.650000', '095446.110000', '095446.570000', '095447.030000', '095447.490000', '095447.950000', '095448.410000', '095448.870000', '095449.330000', '095449.790000', '095450.250000', '095450.710000', '095451.170000', '095451.630000', '095452.090000', '095452.550000', '095453.010000', '095453.470000', '095453.930000', '095454.390000', '095454.850000', '095455.310000', '095455.770000', '095456.230000', '095456.690000', '095457.150000', '095457.610000', '095458.070000', '095458.530000', '095458.990000', '095459.450000', '095459.910000', '095500.370000', '095500.830000', '095501.290000', '095501.750000', '095502.210000', '095502.670000', '095503.130000', '095503.590000', '095504.050000', '095504.510000', '095504.970000', '095505.430000', '095505.890000', '095506.350000', '095506.810000', '095507.270000', '095507.730000', '095508.190000', '095508.650000', '095509.110000', '095509.570000', '095510.030000', '095510.490000', '095510.950000', '095511.410000', '095511.870000', '095512.330000', '095512.790000', '095513.250000', '095513.710000', '095514.170000', '095514.630000', '095515.090000', '095515.550000', '095516.010000', '095516.470000', '095516.930000', '095517.390000', '095517.850000', '095518.310000', '095518.770000', '095519.230000', '095519.690000', '095520.150000', '095520.610000', '095521.070000', '095521.530000', '095521.990000', '095522.450000', '095522.910000', '095523.370000', '095523.830000', '095524.290000', '095524.750000', '095525.210000', '095525.670000', '095526.130000', '095526.590000', '095527.050000', '095527.510000', '095527.970000', '095528.430000', '095528.890000', '095529.350000', '095529.810000', '095530.270000', '095530.730000', '095531.190000', '095531.650000', '095532.110000', '095532.570000', '095533.030000', '095533.490000', '095533.950000', '095534.410000', '095534.870000', '095535.330000', '095535.790000', '095536.250000', '095536.710000', '095537.170000', '095537.630000', '095538.090000', '095538.550000', '095539.010000', '095539.470000', '095539.930000', '095540.390000', '095540.850000', '095541.310000', '095541.770000', '095542.230000', '095542.690000', '095543.150000', '095543.610000', '095544.070000', '095544.530000', '095544.990000', '095545.450000', '095545.910000', '095546.370000', '095546.830000', '095547.290000', '095547.750000', '095548.210000', '095548.670000', '095549.130000', '095549.590000', '095550.050000', '095550.510000', '095550.970000', '095551.430000', '095551.890000', '095552.350000', '095552.810000', '095553.270000', '095553.730000', '095554.190000', '095554.650000', '095555.110000', '095555.570000', '095556.030000', '095556.490000', '095556.950000', '095557.410000', '095557.870000', '095558.330000', '095558.790000', '095559.250000', '095559.710000', '095600.170000', '095600.630000', '095601.090000', '095601.550000', '095602.010000', '095602.470000', '095602.930000', '095603.390000', '095603.850000', '095604.310000', '095604.770000', '095605.230000', '095605.690000', '095606.150000', '095606.610000', '095607.070000', '095607.530000', '095607.990000', '095608.450000', '095608.910000', '095609.370000', '095609.830000', '095610.290000', '095610.750000', '095611.210000', '095611.670000', '095612.130000', '095612.590000', '095613.050000', '095613.510000', '095613.970000', '095614.430000', '095614.890000', '095615.350000', '095615.810000', '095616.270000', '095616.730000', '095617.190000', '095617.650000', '095618.110000', '095618.570000', '095619.030000', '095619.490000', '095619.950000', '095620.410000', '095620.870000', '095621.330000', '095621.790000', '095622.250000', '095622.710000', '095623.170000', '095623.630000', '095624.090000', '095624.550000', '095625.010000', '095625.470000', '095625.930000', '095626.390000', '095626.850000', '095627.310000', '095627.770000', '095628.230000', '095628.690000', '095629.150000', '095629.610000', '095630.070000', '095630.530000', '095630.990000', '095631.450000', '095631.910000', '095632.370000', '095632.830000', '095633.290000', '095633.750000', '095634.210000', '095634.670000', '095635.130000', '095635.590000', '095636.050000', '095636.510000', '095636.970000', '095637.430000', '095637.890000', '095638.350000', '095638.810000', '095639.270000', '095639.730000', '095640.190000', '095640.650000', '095641.110000', '095641.570000', '095642.030000', '095642.490000', '095642.950000', '095643.410000', '095643.870000', '095644.330000', '095644.790000', '095645.250000', '095645.710000', '095646.170000', '095646.630000', '095647.090000', '095647.550000', '095648.010000', '095648.470000', '095648.930000', '095649.390000', '095649.850000', '095650.310000', '095650.770000', '095651.230000', '095651.690000', '095652.150000', '095652.610000', '095653.070000', '095653.530000', '095653.990000', '095654.450000', '095654.910000', '095655.370000', '095655.830000', '095656.290000', '095656.750000', '095657.210000', '095657.670000', '095658.130000', '095658.590000', '095659.050000', '095659.510000', '095659.970000', '095700.430000', '095700.890000', '095701.350000', '095701.810000', '095702.270000', '095702.730000', '095703.190000', '095703.650000', '095704.110000', '095704.570000', '095705.030000', '095705.490000', '095705.950000', '095706.410000', '095706.870000', '095707.330000', '095707.790000', '095708.250000', '095708.710000', '095709.170000', '095709.630000', '095710.090000', '095710.550000', '095711.010000', '095711.470000', '095711.930000', '095712.390000', '095712.850000', '095713.310000', '095713.770000', '095714.230000', '095714.690000', '095715.150000', '095715.610000', '095716.070000', '095716.530000', '095716.990000', '095717.450000', '095717.910000', '095718.370000', '095718.830000', '095719.290000', '095719.750000', '095720.210000', '095720.670000', '095721.130000', '095721.590000', '095722.050000', '095722.510000', '095722.970000', '095723.430000', '095723.890000', '095724.350000', '095724.810000', '095725.270000', '095725.730000', '095726.190000', '095726.650000', '095727.110000', '095727.570000', '095728.030000', '095728.490000', '095728.950000', '095729.410000', '095729.870000', '095730.330000', '095730.790000', '095731.250000', '095731.710000', '095732.170000', '095732.630000', '095733.090000', '095733.550000', '095734.010000', '095734.470000', '095734.930000', '095735.390000', '095735.850000', '095736.310000', '095736.770000', '095737.230000', '095737.690000', '095738.150000', '095738.610000', '095739.070000', '095739.530000', '095739.990000', '095740.450000', '095740.910000', '095741.370000', '095741.830000', '095742.290000', '095742.750000', '095743.210000', '095743.670000', '095744.130000', '095744.590000', '095745.050000', '095745.510000', '095745.970000', '095746.430000', '095746.890000', '095747.350000', '095747.810000', '095748.270000', '095748.730000', '095749.190000', '095749.650000', '095750.110000', '095750.570000', '095751.030000', '095751.490000', '095751.950000', '095752.410000', '095752.870000', '095753.330000', '095753.790000', '095754.250000', '095754.710000', '095755.170000', '095755.630000', '095756.090000', '095756.550000', '095757.010000', '095757.470000', '095757.930000', '095758.390000', '095758.850000', '095759.310000', '095759.770000', '095800.230000', '095800.690000', '095801.150000', '095801.610000', '095802.070000', '095802.530000', '095802.990000', '095803.450000', '095803.910000', '095804.370000', '095804.830000', '095805.290000', '095805.750000', '095806.210000', '095806.670000', '095807.130000', '095807.590000', '095808.050000', '095808.510000', '095808.970000', '095809.430000', '095809.890000', '095810.350000', '095810.810000', '095811.270000', '095811.730000', '095812.190000', '095812.650000', '095813.110000', '095813.570000', '095814.030000', '095814.490000', '095814.950000', '095815.410000', '095815.870000', '095816.330000', '095816.790000', '095817.250000', '095817.710000', '095818.170000', '095818.630000', '095819.090000', '095819.550000', '095820.010000', '095820.470000', '095820.930000', '095821.390000', '095821.850000', '095822.310000', '095822.770000', '095823.230000', '095823.690000', '095824.150000', '095824.610000', '095825.070000', '095825.530000', '095825.990000', '095826.450000', '095826.910000', '095827.370000', '095827.830000', '095828.290000', '095828.750000', '095829.210000', '095829.670000', '095830.130000', '095830.590000', '095831.050000', '095831.510000', '095831.970000', '095832.430000', '095832.890000', '095833.350000', '095833.810000', '095834.270000', '095834.730000', '095835.190000', '095835.650000', '095836.110000', '095836.570000', '095837.030000', '095837.490000', '095837.950000', '095838.410000', '095838.870000', '095839.330000', '095839.790000', '095840.250000', '095840.710000', '095841.170000', '095841.630000', '095842.090000', '095842.550000', '095843.010000', '095843.470000', '095843.930000', '095844.390000', '095844.850000', '095845.310000', '095845.770000', '095846.230000', '095846.690000', '095847.150000', '095847.610000', '095848.070000', '095848.530000', '095848.990000', '095849.450000', '095849.910000', '095850.370000', '095850.830000', '095851.290000', '095851.750000', '095852.210000', '095852.670000', '095853.130000', '095853.590000', '095854.050000', '095854.510000', '095854.970000', '095855.430000', '095855.890000', '095856.350000', '095856.810000', '095857.270000', '095857.730000', '095858.190000', '095858.650000', '095859.110000', '095859.570000', '095900.030000', '095900.490000', '095900.950000', '095901.410000', '095901.870000', '095902.330000', '095902.790000', '095903.250000', '095903.710000', '095904.170000', '095904.630000', '095905.090000', '095905.550000', '095906.010000', '095906.470000', '095906.930000', '095907.390000', '095907.850000', '095908.310000', '095908.770000', '095909.230000', '095909.690000', '095910.150000', '095910.610000', '095911.070000', '095911.530000', '095911.990000', '095912.450000', '095912.910000', '095913.370000', '095913.830000', '095914.290000', '095914.750000', '095915.210000', '095915.670000', '095916.130000', '095916.590000', '095917.050000', '095917.510000', '095917.970000', '095918.430000', '095918.890000', '095919.350000', '095919.810000', '095920.270000', '095920.730000', '095921.190000', '095921.650000', '095922.110000', '095922.570000', '095923.030000', '095923.490000', '095923.950000', '095924.410000', '095924.870000', '095925.330000', '095925.790000', '095926.250000', '095926.710000', '095927.170000', '095927.630000', '095928.090000', '095928.550000', '095929.010000', '095929.470000', '095929.930000', '095930.390000', '095930.850000', '095931.310000', '095931.770000', '095932.230000', '095932.690000', '095933.150000', '095933.610000', '095934.070000', '095934.530000', '095934.990000', '095935.450000', '095935.910000', '095936.370000', '095936.830000', '095937.290000', '095937.750000', '095938.210000', '095938.670000', '095939.130000', '095939.590000', '095940.050000', '095940.510000', '095940.970000', '095941.430000', '095941.890000', '095942.350000', '095942.810000', '095943.270000', '095943.730000', '095944.190000', '095944.650000', '095945.110000', '095945.570000', '095946.030000', '095946.490000', '095946.950000', '095947.410000', '095947.870000', '095948.330000', '095948.790000', '095949.250000', '095949.710000', '095950.170000', '095950.630000', '095951.090000', '095951.550000', '095952.010000', '095952.470000', '095952.930000', '095953.390000', '095953.850000', '095954.310000', '095954.770000', '095955.230000', '095955.690000', '095956.150000', '095956.610000', '095957.070000', '095957.530000'], 'ContentTime': ['095329.355000', '095329.367000', '095329.370000', '095329.373000', '095329.375000', '095329.379000', '095329.382000', '095329.385000', '095329.388000', '095329.391000', '095329.400000', '095329.403000', '095329.406000', '095329.409000', '095329.412000', '095329.415000', '095329.424000', '095329.427000', '095329.429000', '095329.432000', '095329.435000', '095329.438000', '095329.441000', '095329.444000', '095329.446000', '095329.449000', '095349.317000', '095349.320000', '095349.331000', '095349.334000', '095349.336000', '095349.339000', '095349.342000', '095349.345000', '095349.348000', '095349.350000', '095349.362000', '095349.365000', '095349.368000', '095349.371000', '095349.374000', '095349.377000', '095349.380000', '095349.382000', '095349.385000', '095349.388000', '095349.391000', '095349.393000', '095349.396000', '095349.402000', '095349.405000', '095349.408000', '095349.410000', '095349.413000', '095349.416000', '095349.419000', '095349.422000', '095349.424000', '095349.427000', '095349.430000', '095349.433000', '095349.436000', '095349.438000', '095349.441000', '095349.444000', '095349.447000', '095349.450000', '095349.452000', '095349.455000', '095409.317000', '095409.320000', '095409.322000', '095409.325000', '095409.328000', '095409.331000', '095409.334000', '095409.337000', '095409.339000', '095409.342000', '095409.345000', '095409.348000', '095409.351000', '095409.353000', '095409.356000', '095409.359000', '095409.362000', '095409.365000', '095409.368000', '095409.371000', '095409.373000', '095409.376000', '095409.381000', '095409.384000', '095409.387000', '095409.390000', '095409.393000', '095409.396000', '095409.399000', '095409.401000', '095409.404000', '095409.407000', '095409.410000', '095409.413000', '095409.416000', '095409.418000', '095409.421000', '095409.424000', '095409.427000', '095409.430000', '095409.432000', '095409.435000', '095409.438000', '095409.441000', '095429.317000', '095429.320000', '095429.323000', '095429.327000', '095429.330000', '095429.333000', '095429.335000', '095429.338000', '095429.341000', '095429.344000', '095429.347000', '095429.350000', '095429.352000', '095429.355000', '095429.358000', '095429.361000', '095429.364000', '095429.367000', '095429.370000', '095429.372000', '095429.375000', '095429.378000', '095429.381000', '095429.384000', '095429.387000', '095429.390000', '095429.393000', '095429.396000', '095429.399000', '095429.402000', '095429.404000', '095429.407000', '095429.410000', '095429.413000', '095429.416000', '095429.419000', '095429.421000', '095429.424000', '095429.427000', '095429.430000', '095429.433000', '095429.435000', '095429.438000', '095449.316000', '095449.319000', '095449.322000', '095449.325000', '095449.327000', '095449.330000', '095449.333000', '095449.336000', '095449.339000', '095449.342000', '095449.345000', '095449.348000', '095449.350000', '095449.368000', '095449.371000', '095449.374000', '095449.377000', '095449.380000', '095449.383000', '095449.385000', '095449.388000', '095449.391000', '095449.394000', '095449.397000', '095449.399000', '095449.402000', '095449.405000', '095449.408000', '095449.411000', '095449.414000', '095449.417000', '095449.419000', '095449.422000', '095449.425000', '095449.428000', '095449.431000', '095449.433000', '095449.436000', '095449.439000', '095449.442000', '095449.445000', '095449.448000', '095449.450000', '095449.453000', '095509.317000', '095509.320000', '095509.323000', '095509.325000', '095509.328000', '095509.331000', '095509.334000', '095509.337000', '095509.340000', '095509.343000', '095509.346000', '095509.349000', '095509.352000', '095509.354000', '095509.357000', '095509.360000', '095509.363000', '095509.366000', '095509.369000', '095509.371000', '095509.374000', '095509.377000', '095509.380000', '095509.383000', '095509.386000', '095509.389000', '095509.392000', '095509.394000', '095509.397000', '095509.400000', '095509.403000', '095509.406000', '095509.409000', '095509.412000', '095509.415000', '095509.418000', '095509.420000', '095509.423000', '095509.426000', '095509.429000', '095509.432000', '095509.435000', '095509.438000', '095529.317000', '095529.320000', '095529.323000', '095529.326000', '095529.329000', '095529.332000', '095529.334000', '095529.337000', '095529.340000', '095529.343000', '095529.346000', '095529.349000', '095529.352000', '095529.355000', '095529.357000', '095529.360000', '095529.363000', '095529.366000', '095529.369000', '095529.372000', '095529.374000', '095529.377000', '095529.380000', '095529.383000', '095529.386000', '095529.389000', '095529.392000', '095529.395000', '095529.397000', '095529.400000', '095529.403000', '095529.406000', '095529.409000', '095529.412000', '095529.415000', '095529.417000', '095529.420000', '095529.423000', '095529.426000', '095529.429000', '095529.432000', '095529.434000', '095529.437000', '095529.440000', '095549.317000', '095549.320000', '095549.323000', '095549.326000', '095549.329000', '095549.331000', '095549.334000', '095549.337000', '095549.340000', '095549.343000', '095549.346000', '095549.349000', '095549.351000', '095549.354000', '095549.357000', '095549.365000', '095549.368000', '095549.371000', '095549.374000', '095549.377000', '095549.380000', '095549.382000', '095549.385000', '095549.388000', '095549.391000', '095549.394000', '095549.397000', '095549.400000', '095549.402000', '095549.405000', '095549.408000', '095549.411000', '095549.414000', '095549.416000', '095549.419000', '095549.422000', '095549.425000', '095549.428000', '095549.446000', '095549.449000', '095549.452000', '095549.455000', '095549.458000', '095609.317000', '095609.320000', '095609.323000', '095609.325000', '095609.329000', '095609.331000', '095609.334000', '095609.337000', '095609.340000', '095609.343000', '095609.346000', '095609.348000', '095609.351000', '095609.354000', '095609.357000', '095609.360000', '095609.363000', '095609.366000', '095609.368000', '095609.371000', '095609.374000', '095609.377000', '095609.380000', '095609.383000', '095609.386000', '095609.388000', '095609.391000', '095609.394000', '095609.397000', '095609.400000', '095609.403000', '095609.406000', '095609.409000', '095609.411000', '095609.432000', '095609.435000', '095609.438000', '095609.441000', '095609.444000', '095609.447000', '095609.450000', '095609.452000', '095609.455000', '095609.458000', '095629.317000', '095629.320000', '095629.323000', '095629.325000', '095629.328000', '095629.331000', '095629.334000', '095629.337000', '095629.340000', '095629.343000', '095629.346000', '095629.349000', '095629.351000', '095629.354000', '095629.357000', '095629.360000', '095629.363000', '095629.366000', '095629.369000', '095629.371000', '095629.374000', '095629.377000', '095629.380000', '095629.383000', '095629.386000', '095629.389000', '095629.392000', '095629.394000', '095629.397000', '095629.400000', '095629.403000', '095629.406000', '095629.409000', '095629.411000', '095629.414000', '095629.417000', '095629.420000', '095629.423000', '095629.426000', '095629.429000', '095629.432000', '095629.436000', '095629.439000', '095649.317000', '095649.320000', '095649.322000', '095649.326000', '095649.328000', '095649.331000', '095649.334000', '095649.337000', '095649.340000', '095649.342000', '095649.345000', '095649.348000', '095649.351000', '095649.354000', '095649.357000', '095649.360000', '095649.363000', '095649.365000', '095649.368000', '095649.371000', '095649.374000', '095649.377000', '095649.380000', '095649.383000', '095649.385000', '095649.388000', '095649.391000', '095649.394000', '095649.397000', '095649.400000', '095649.402000', '095649.405000', '095649.408000', '095649.411000', '095649.414000', '095649.417000', '095649.420000', '095649.422000', '095649.425000', '095649.428000', '095649.431000', '095649.434000', '095649.436000', '095649.439000', '095709.316000', '095709.319000', '095709.322000', '095709.325000', '095709.328000', '095709.330000', '095709.333000', '095709.336000', '095709.339000', '095709.342000', '095709.345000', '095709.348000', '095709.351000', '095709.354000', '095709.356000', '095709.359000', '095709.362000', '095709.365000', '095709.368000', '095709.371000', '095709.373000', '095709.377000', '095709.379000', '095709.382000', '095709.385000', '095709.388000', '095709.391000', '095709.393000', '095709.396000', '095709.399000', '095709.403000', '095709.406000', '095709.409000', '095709.412000', '095709.415000', '095709.418000', '095709.421000', '095709.424000', '095709.427000', '095709.429000', '095709.432000', '095709.435000', '095709.438000', '095729.317000', '095729.320000', '095729.323000', '095729.326000', '095729.329000', '095729.331000', '095729.334000', '095729.337000', '095729.340000', '095729.343000', '095729.346000', '095729.349000', '095729.351000', '095729.354000', '095729.357000', '095729.360000', '095729.363000', '095729.366000', '095729.369000', '095729.372000', '095729.391000', '095729.394000', '095729.397000', '095729.400000', '095729.402000', '095729.405000', '095729.408000', '095729.411000', '095729.414000', '095729.417000', '095729.420000', '095729.422000', '095729.425000', '095729.428000', '095729.431000', '095729.434000', '095729.437000', '095729.440000', '095729.442000', '095729.445000', '095729.448000', '095729.451000', '095729.454000', '095729.457000', '095749.317000', '095749.320000', '095749.323000', '095749.325000', '095749.329000', '095749.331000', '095749.334000', '095749.337000', '095749.340000', '095749.343000', '095749.346000', '095749.348000', '095749.351000', '095749.354000', '095749.357000', '095749.360000', '095749.363000', '095749.365000', '095749.368000', '095749.371000', '095749.374000', '095749.377000', '095749.380000', '095749.382000', '095749.385000', '095749.388000', '095749.391000', '095749.394000', '095749.397000', '095749.399000', '095749.402000', '095749.405000', '095749.408000', '095749.411000', '095749.414000', '095749.417000', '095749.420000', '095749.422000', '095749.425000', '095749.428000', '095749.431000', '095749.434000', '095749.437000', '095809.317000', '095809.320000', '095809.323000', '095809.326000', '095809.329000', '095809.332000', '095809.334000', '095809.337000', '095809.340000', '095809.343000', '095809.346000', '095809.348000', '095809.351000', '095809.354000', '095809.357000', '095809.360000', '095809.363000', '095809.366000', '095809.369000', '095809.371000', '095809.374000', '095809.377000', '095809.380000', '095809.383000', '095809.386000', '095809.389000', '095809.391000', '095809.394000', '095809.397000', '095809.400000', '095809.403000', '095809.406000', '095809.408000', '095809.411000', '095809.414000', '095809.417000', '095809.420000', '095809.423000', '095809.427000', '095809.430000', '095809.433000', '095809.436000', '095809.438000', '095809.441000', '095829.317000', '095829.320000', '095829.323000', '095829.326000', '095829.329000', '095829.331000', '095829.334000', '095829.337000', '095829.340000', '095829.343000', '095829.346000', '095829.349000', '095829.351000', '095829.354000', '095829.357000', '095829.360000', '095829.363000', '095829.365000', '095829.368000', '095829.371000', '095829.374000', '095829.377000', '095829.380000', '095829.383000', '095829.385000', '095829.388000', '095829.391000', '095829.394000', '095829.397000', '095829.400000', '095829.402000', '095829.405000', '095829.408000', '095829.411000', '095829.414000', '095829.417000', '095829.419000', '095829.422000', '095829.425000', '095829.428000', '095829.431000', '095829.434000', '095829.436000', '095849.317000', '095849.320000', '095849.323000', '095849.325000', '095849.328000', '095849.331000', '095849.334000', '095849.337000', '095849.340000', '095849.343000', '095849.346000', '095849.348000', '095849.351000', '095849.354000', '095849.357000', '095849.360000', '095849.363000', '095849.366000', '095849.368000', '095849.371000', '095849.374000', '095849.377000', '095849.380000', '095849.383000', '095849.386000', '095849.388000', '095849.391000', '095849.394000', '095849.397000', '095849.400000', '095849.402000', '095849.405000', '095849.408000', '095849.411000', '095849.414000', '095849.417000', '095849.420000', '095849.422000', '095849.425000', '095849.428000', '095849.431000', '095849.434000', '095849.437000', '095849.439000', '095909.317000', '095909.320000', '095909.323000', '095909.326000', '095909.329000', '095909.331000', '095909.334000', '095909.337000', '095909.340000', '095909.343000', '095909.346000', '095909.349000', '095909.351000', '095909.354000', '095909.357000', '095909.360000', '095909.363000', '095909.366000', '095909.369000', '095909.371000', '095909.374000', '095909.377000', '095909.380000', '095909.383000', '095909.386000', '095909.388000', '095909.391000', '095909.394000', '095909.397000', '095909.400000', '095909.403000', '095909.406000', '095909.408000', '095909.411000', '095909.414000', '095909.417000', '095909.420000', '095909.423000', '095909.425000', '095909.428000', '095909.431000', '095909.434000', '095909.437000', '095929.316000', '095929.319000', '095929.322000', '095929.325000', '095929.328000', '095929.330000', '095929.333000', '095929.336000', '095929.339000', '095929.342000', '095929.345000', '095929.348000', '095929.351000', '095929.353000', '095929.356000', '095929.359000', '095929.362000', '095929.365000', '095929.368000', '095929.371000', '095929.374000', '095929.376000', '095929.379000', '095929.382000', '095929.385000', '095929.388000', '095929.392000', '095929.395000', '095929.398000', '095929.401000', '095929.404000', '095929.407000', '095929.409000', '095929.412000', '095929.415000', '095929.418000', '095929.421000', '095929.424000', '095929.426000', '095929.429000', '095929.432000', '095929.435000', '095929.438000', '095949.317000', '095949.320000', '095949.323000', '095949.326000', '095949.329000', '095949.331000', '095949.334000', '095949.337000', '095949.340000', '095949.343000', '095949.346000', '095949.349000', '095949.352000', '095949.354000', '095949.357000', '095949.360000', '095949.363000', '095949.366000', '095949.369000', '095949.372000', '095949.374000', '095949.377000', '095949.380000', '095949.383000', '095949.386000', '095949.389000', '095949.392000', '095949.395000', '095949.397000', '095949.400000', '095949.403000', '095949.406000', '095949.409000', '095949.412000', '095949.415000', '095949.417000', '095949.420000', '095949.423000', '095949.426000', '095949.429000', '095949.432000', '095949.435000', '095949.438000', '095949.441000', '095958.337000', '095958.341000', '095958.344000', '095958.347000', '095958.350000', '095958.353000', '095958.356000', '095958.359000', '095958.362000', '095958.365000', '095958.368000', '095958.371000', '095958.374000', '095958.377000', '095958.379000', '095958.382000', '095958.385000', '095958.388000', '095958.391000', '095958.395000'], 'InstanceCreationTime': ['095329.355000', '095329.367000', '095329.370000', '095329.373000', '095329.375000', '095329.379000', '095329.382000', '095329.385000', '095329.388000', '095329.391000', '095329.400000', '095329.403000', '095329.406000', '095329.409000', '095329.412000', '095329.415000', '095329.424000', '095329.427000', '095329.429000', '095329.432000', '095329.435000', '095329.438000', '095329.441000', '095329.444000', '095329.446000', '095329.449000', '095349.317000', '095349.320000', '095349.331000', '095349.334000', '095349.336000', '095349.339000', '095349.342000', '095349.345000', '095349.348000', '095349.350000', '095349.362000', '095349.365000', '095349.368000', '095349.371000', '095349.374000', '095349.377000', '095349.380000', '095349.382000', '095349.385000', '095349.388000', '095349.391000', '095349.393000', '095349.396000', '095349.402000', '095349.405000', '095349.408000', '095349.410000', '095349.413000', '095349.416000', '095349.419000', '095349.422000', '095349.424000', '095349.427000', '095349.430000', '095349.433000', '095349.436000', '095349.438000', '095349.441000', '095349.444000', '095349.447000', '095349.450000', '095349.452000', '095349.455000', '095409.317000', '095409.320000', '095409.322000', '095409.325000', '095409.328000', '095409.331000', '095409.334000', '095409.337000', '095409.339000', '095409.342000', '095409.345000', '095409.348000', '095409.351000', '095409.353000', '095409.356000', '095409.359000', '095409.362000', '095409.365000', '095409.368000', '095409.371000', '095409.373000', '095409.376000', '095409.381000', '095409.384000', '095409.387000', '095409.390000', '095409.393000', '095409.396000', '095409.399000', '095409.401000', '095409.404000', '095409.407000', '095409.410000', '095409.413000', '095409.416000', '095409.418000', '095409.421000', '095409.424000', '095409.427000', '095409.430000', '095409.432000', '095409.435000', '095409.438000', '095409.441000', '095429.317000', '095429.320000', '095429.323000', '095429.327000', '095429.330000', '095429.333000', '095429.335000', '095429.338000', '095429.341000', '095429.344000', '095429.347000', '095429.350000', '095429.352000', '095429.355000', '095429.358000', '095429.361000', '095429.364000', '095429.367000', '095429.370000', '095429.372000', '095429.375000', '095429.378000', '095429.381000', '095429.384000', '095429.387000', '095429.390000', '095429.393000', '095429.396000', '095429.399000', '095429.402000', '095429.404000', '095429.407000', '095429.410000', '095429.413000', '095429.416000', '095429.419000', '095429.421000', '095429.424000', '095429.427000', '095429.430000', '095429.433000', '095429.435000', '095429.438000', '095449.316000', '095449.319000', '095449.322000', '095449.325000', '095449.327000', '095449.330000', '095449.333000', '095449.336000', '095449.339000', '095449.342000', '095449.345000', '095449.348000', '095449.350000', '095449.368000', '095449.371000', '095449.374000', '095449.377000', '095449.380000', '095449.383000', '095449.385000', '095449.388000', '095449.391000', '095449.394000', '095449.397000', '095449.399000', '095449.402000', '095449.405000', '095449.408000', '095449.411000', '095449.414000', '095449.417000', '095449.419000', '095449.422000', '095449.425000', '095449.428000', '095449.431000', '095449.433000', '095449.436000', '095449.439000', '095449.442000', '095449.445000', '095449.448000', '095449.450000', '095449.453000', '095509.317000', '095509.320000', '095509.323000', '095509.325000', '095509.328000', '095509.331000', '095509.334000', '095509.337000', '095509.340000', '095509.343000', '095509.346000', '095509.349000', '095509.352000', '095509.354000', '095509.357000', '095509.360000', '095509.363000', '095509.366000', '095509.369000', '095509.371000', '095509.374000', '095509.377000', '095509.380000', '095509.383000', '095509.386000', '095509.389000', '095509.392000', '095509.394000', '095509.397000', '095509.400000', '095509.403000', '095509.406000', '095509.409000', '095509.412000', '095509.415000', '095509.418000', '095509.420000', '095509.423000', '095509.426000', '095509.429000', '095509.432000', '095509.435000', '095509.438000', '095529.317000', '095529.320000', '095529.323000', '095529.326000', '095529.329000', '095529.332000', '095529.334000', '095529.337000', '095529.340000', '095529.343000', '095529.346000', '095529.349000', '095529.352000', '095529.355000', '095529.357000', '095529.360000', '095529.363000', '095529.366000', '095529.369000', '095529.372000', '095529.374000', '095529.377000', '095529.380000', '095529.383000', '095529.386000', '095529.389000', '095529.392000', '095529.395000', '095529.397000', '095529.400000', '095529.403000', '095529.406000', '095529.409000', '095529.412000', '095529.415000', '095529.417000', '095529.420000', '095529.423000', '095529.426000', '095529.429000', '095529.432000', '095529.434000', '095529.437000', '095529.440000', '095549.317000', '095549.320000', '095549.323000', '095549.326000', '095549.329000', '095549.331000', '095549.334000', '095549.337000', '095549.340000', '095549.343000', '095549.346000', '095549.349000', '095549.351000', '095549.354000', '095549.357000', '095549.365000', '095549.368000', '095549.371000', '095549.374000', '095549.377000', '095549.380000', '095549.382000', '095549.385000', '095549.388000', '095549.391000', '095549.394000', '095549.397000', '095549.400000', '095549.402000', '095549.405000', '095549.408000', '095549.411000', '095549.414000', '095549.416000', '095549.419000', '095549.422000', '095549.425000', '095549.428000', '095549.446000', '095549.449000', '095549.452000', '095549.455000', '095549.458000', '095609.317000', '095609.320000', '095609.323000', '095609.325000', '095609.329000', '095609.331000', '095609.334000', '095609.337000', '095609.340000', '095609.343000', '095609.346000', '095609.348000', '095609.351000', '095609.354000', '095609.357000', '095609.360000', '095609.363000', '095609.366000', '095609.368000', '095609.371000', '095609.374000', '095609.377000', '095609.380000', '095609.383000', '095609.386000', '095609.388000', '095609.391000', '095609.394000', '095609.397000', '095609.400000', '095609.403000', '095609.406000', '095609.409000', '095609.411000', '095609.432000', '095609.435000', '095609.438000', '095609.441000', '095609.444000', '095609.447000', '095609.450000', '095609.452000', '095609.455000', '095609.458000', '095629.317000', '095629.320000', '095629.323000', '095629.325000', '095629.328000', '095629.331000', '095629.334000', '095629.337000', '095629.340000', '095629.343000', '095629.346000', '095629.349000', '095629.351000', '095629.354000', '095629.357000', '095629.360000', '095629.363000', '095629.366000', '095629.369000', '095629.371000', '095629.374000', '095629.377000', '095629.380000', '095629.383000', '095629.386000', '095629.389000', '095629.392000', '095629.394000', '095629.397000', '095629.400000', '095629.403000', '095629.406000', '095629.409000', '095629.411000', '095629.414000', '095629.417000', '095629.420000', '095629.423000', '095629.426000', '095629.429000', '095629.432000', '095629.436000', '095629.439000', '095649.317000', '095649.320000', '095649.322000', '095649.326000', '095649.328000', '095649.331000', '095649.334000', '095649.337000', '095649.340000', '095649.342000', '095649.345000', '095649.348000', '095649.351000', '095649.354000', '095649.357000', '095649.360000', '095649.363000', '095649.365000', '095649.368000', '095649.371000', '095649.374000', '095649.377000', '095649.380000', '095649.383000', '095649.385000', '095649.388000', '095649.391000', '095649.394000', '095649.397000', '095649.400000', '095649.402000', '095649.405000', '095649.408000', '095649.411000', '095649.414000', '095649.417000', '095649.420000', '095649.422000', '095649.425000', '095649.428000', '095649.431000', '095649.434000', '095649.436000', '095649.439000', '095709.316000', '095709.319000', '095709.322000', '095709.325000', '095709.328000', '095709.330000', '095709.333000', '095709.336000', '095709.339000', '095709.342000', '095709.345000', '095709.348000', '095709.351000', '095709.354000', '095709.356000', '095709.359000', '095709.362000', '095709.365000', '095709.368000', '095709.371000', '095709.373000', '095709.377000', '095709.379000', '095709.382000', '095709.385000', '095709.388000', '095709.391000', '095709.393000', '095709.396000', '095709.399000', '095709.403000', '095709.406000', '095709.409000', '095709.412000', '095709.415000', '095709.418000', '095709.421000', '095709.424000', '095709.427000', '095709.429000', '095709.432000', '095709.435000', '095709.438000', '095729.317000', '095729.320000', '095729.323000', '095729.326000', '095729.329000', '095729.331000', '095729.334000', '095729.337000', '095729.340000', '095729.343000', '095729.346000', '095729.349000', '095729.351000', '095729.354000', '095729.357000', '095729.360000', '095729.363000', '095729.366000', '095729.369000', '095729.372000', '095729.391000', '095729.394000', '095729.397000', '095729.400000', '095729.402000', '095729.405000', '095729.408000', '095729.411000', '095729.414000', '095729.417000', '095729.420000', '095729.422000', '095729.425000', '095729.428000', '095729.431000', '095729.434000', '095729.437000', '095729.440000', '095729.442000', '095729.445000', '095729.448000', '095729.451000', '095729.454000', '095729.457000', '095749.317000', '095749.320000', '095749.323000', '095749.325000', '095749.329000', '095749.331000', '095749.334000', '095749.337000', '095749.340000', '095749.343000', '095749.346000', '095749.348000', '095749.351000', '095749.354000', '095749.357000', '095749.360000', '095749.363000', '095749.365000', '095749.368000', '095749.371000', '095749.374000', '095749.377000', '095749.380000', '095749.382000', '095749.385000', '095749.388000', '095749.391000', '095749.394000', '095749.397000', '095749.399000', '095749.402000', '095749.405000', '095749.408000', '095749.411000', '095749.414000', '095749.417000', '095749.420000', '095749.422000', '095749.425000', '095749.428000', '095749.431000', '095749.434000', '095749.437000', '095809.317000', '095809.320000', '095809.323000', '095809.326000', '095809.329000', '095809.332000', '095809.334000', '095809.337000', '095809.340000', '095809.343000', '095809.346000', '095809.348000', '095809.351000', '095809.354000', '095809.357000', '095809.360000', '095809.363000', '095809.366000', '095809.369000', '095809.371000', '095809.374000', '095809.377000', '095809.380000', '095809.383000', '095809.386000', '095809.389000', '095809.391000', '095809.394000', '095809.397000', '095809.400000', '095809.403000', '095809.406000', '095809.408000', '095809.411000', '095809.414000', '095809.417000', '095809.420000', '095809.423000', '095809.427000', '095809.430000', '095809.433000', '095809.436000', '095809.438000', '095809.441000', '095829.317000', '095829.320000', '095829.323000', '095829.326000', '095829.329000', '095829.331000', '095829.334000', '095829.337000', '095829.340000', '095829.343000', '095829.346000', '095829.349000', '095829.351000', '095829.354000', '095829.357000', '095829.360000', '095829.363000', '095829.365000', '095829.368000', '095829.371000', '095829.374000', '095829.377000', '095829.380000', '095829.383000', '095829.385000', '095829.388000', '095829.391000', '095829.394000', '095829.397000', '095829.400000', '095829.402000', '095829.405000', '095829.408000', '095829.411000', '095829.414000', '095829.417000', '095829.419000', '095829.422000', '095829.425000', '095829.428000', '095829.431000', '095829.434000', '095829.436000', '095849.317000', '095849.320000', '095849.323000', '095849.325000', '095849.328000', '095849.331000', '095849.334000', '095849.337000', '095849.340000', '095849.343000', '095849.346000', '095849.348000', '095849.351000', '095849.354000', '095849.357000', '095849.360000', '095849.363000', '095849.366000', '095849.368000', '095849.371000', '095849.374000', '095849.377000', '095849.380000', '095849.383000', '095849.386000', '095849.388000', '095849.391000', '095849.394000', '095849.397000', '095849.400000', '095849.402000', '095849.405000', '095849.408000', '095849.411000', '095849.414000', '095849.417000', '095849.420000', '095849.422000', '095849.425000', '095849.428000', '095849.431000', '095849.434000', '095849.437000', '095849.439000', '095909.317000', '095909.320000', '095909.323000', '095909.326000', '095909.329000', '095909.331000', '095909.334000', '095909.337000', '095909.340000', '095909.343000', '095909.346000', '095909.349000', '095909.351000', '095909.354000', '095909.357000', '095909.360000', '095909.363000', '095909.366000', '095909.369000', '095909.371000', '095909.374000', '095909.377000', '095909.380000', '095909.383000', '095909.386000', '095909.388000', '095909.391000', '095909.394000', '095909.397000', '095909.400000', '095909.403000', '095909.406000', '095909.408000', '095909.411000', '095909.414000', '095909.417000', '095909.420000', '095909.423000', '095909.425000', '095909.428000', '095909.431000', '095909.434000', '095909.437000', '095929.316000', '095929.319000', '095929.322000', '095929.325000', '095929.328000', '095929.330000', '095929.333000', '095929.336000', '095929.339000', '095929.342000', '095929.345000', '095929.348000', '095929.351000', '095929.353000', '095929.356000', '095929.359000', '095929.362000', '095929.365000', '095929.368000', '095929.371000', '095929.374000', '095929.376000', '095929.379000', '095929.382000', '095929.385000', '095929.388000', '095929.392000', '095929.395000', '095929.398000', '095929.401000', '095929.404000', '095929.407000', '095929.409000', '095929.412000', '095929.415000', '095929.418000', '095929.421000', '095929.424000', '095929.426000', '095929.429000', '095929.432000', '095929.435000', '095929.438000', '095949.317000', '095949.320000', '095949.323000', '095949.326000', '095949.329000', '095949.331000', '095949.334000', '095949.337000', '095949.340000', '095949.343000', '095949.346000', '095949.349000', '095949.352000', '095949.354000', '095949.357000', '095949.360000', '095949.363000', '095949.366000', '095949.369000', '095949.372000', '095949.374000', '095949.377000', '095949.380000', '095949.383000', '095949.386000', '095949.389000', '095949.392000', '095949.395000', '095949.397000', '095949.400000', '095949.403000', '095949.406000', '095949.409000', '095949.412000', '095949.415000', '095949.417000', '095949.420000', '095949.423000', '095949.426000', '095949.429000', '095949.432000', '095949.435000', '095949.438000', '095949.441000', '095958.337000', '095958.341000', '095958.344000', '095958.347000', '095958.350000', '095958.353000', '095958.356000', '095958.359000', '095958.362000', '095958.365000', '095958.368000', '095958.371000', '095958.374000', '095958.377000', '095958.379000', '095958.382000', '095958.385000', '095958.388000', '095958.391000', '095958.395000'], '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': [9083, 8703, 11718, 8689, 12601, 8728, 9848, 11325, 10536, 8561, 8917, 8497, 8922, 10624, 8795, 10985, 8697, 9060, 8529, 9026, 8343, 9443, 8672, 9338, 9273, 8896, 8569, 9003, 8199, 8910, 13037, 9007, 10811, 8977, 8202, 8905, 8576, 9157, 9604, 8970, 8390, 9529, 8035, 9593, 8281, 9378, 8088, 8592, 8449, 7583, 7873, 8600, 7510, 8819, 8526, 8370, 12687, 10298, 9817, 14314, 12288, 16409, 13793, 11406, 15627, 13361, 10969, 11732, 8341, 14093, 10041, 14764, 10457, 7991, 9210, 7826, 9719, 8340, 7700, 8291, 8231, 8950, 8102, 8417, 8732, 7554, 9024, 7848, 13158, 9370, 13346, 9928, 13825, 10157, 8234, 10222, 8960, 10347, 17550, 11636, 14367, 10625, 9555, 8571, 15036, 9318, 10252, 9797, 8359, 9722, 7606, 7783, 7491, 11927, 8200, 10296, 7921, 8979, 8743, 8585, 7746, 9180, 9326, 7252, 8560, 8214, 8597, 11233, 8451, 13526, 10656, 13834, 12729, 11617, 17843, 11904, 12556, 10382, 13509, 9850, 12790, 8752, 13204, 8974, 9097, 8499, 9434, 8676, 9974, 13697, 8846, 13276, 9651, 9517, 8699, 8780, 8056, 8817, 13289, 9036, 9411, 9054, 8898, 12328, 9003, 8850, 8522, 8581, 8024, 8887, 8367, 8996, 8777, 9115, 7606, 8733, 8054, 8704, 13938, 9803, 13454, 9713, 10958, 8871, 13177, 8826, 10253, 9408, 9115, 15677, 9216, 8290, 8876, 8732, 9115, 9618, 8850, 8529, 9070, 8160, 10466, 9553, 8413, 10245, 9339, 8031, 9929, 8626, 9746, 10255, 8955, 15403, 13809, 17600, 13973, 17523, 12791, 15694, 12167, 12783, 10327, 13562, 11030, 15878, 10853, 15020, 10415, 12187, 9418, 8627, 8751, 10666, 8550, 11094, 8560, 10300, 8125, 8091, 8601, 10288, 8769, 9685, 8660, 11032, 8540, 8799, 8507, 8071, 9934, 7900, 12062, 8937, 11725, 11931, 9946, 16962, 10932, 8924, 9253, 8956, 9254, 8501, 10063, 9836, 9527, 9918, 8807, 12293, 9646, 8947, 11264, 17898, 12892, 16907, 12819, 14745, 11407, 13692, 9404, 11970, 9614, 11306, 9624, 10250, 9801, 12216, 9470, 11695, 9287, 10932, 8707, 9585, 9560, 9814, 9446, 9893, 9032, 10121, 14161, 9946, 11413, 9515, 10058, 9268, 9434, 9529, 10303, 9434, 10427, 9450, 10259, 9299, 10307, 9388, 11917, 9336, 12566, 9257, 13227, 10462, 12553, 10087, 11551, 9851, 15970, 11239, 13395, 9362, 10579, 9068, 10029, 8267, 11250, 8083, 9968, 16553, 10321, 12544, 9894, 10204, 8892, 10232, 9181, 10124, 8975, 9375, 9944, 8089, 7878, 7619, 8056, 9254, 8095, 14746, 11043, 11528, 14542, 10440, 16211, 12622, 15479, 13238, 11792, 15762, 11290, 13822, 10960, 9300, 14060, 9931, 11675, 11638, 11184, 11477, 9176, 11270, 9578, 10797, 9974, 9899, 9887, 11912, 10028, 11403, 9607, 10099, 9556, 9901, 9550, 8991, 9802, 8306, 9968, 9304, 10033, 13004, 9773, 11439, 9626, 10002, 9693, 12962, 9465, 10911, 10027, 9651, 11814, 9156, 12512, 8777, 11524, 9252, 13152, 9733, 11322, 10097, 11165, 10251, 9113, 10367, 9963, 8990, 9984, 8685, 8682, 8912, 9074, 9477, 8807, 8827, 12873, 13373, 12519, 14755, 11842, 14719, 11690, 15853, 11886, 14904, 10788, 11071, 10381, 13942, 10279, 13268, 10212, 11883, 9400, 8872, 8992, 7650, 9345, 7674, 9621, 11156, 9120, 10788, 9255, 8302, 9353, 8021, 9528, 9288, 9875, 10106, 10459, 8841, 11670, 9476, 8735, 9586, 11075, 10573, 16410, 11112, 10984, 15388, 11079, 13663, 9109, 9879, 9360, 10367, 9230, 8473, 9919, 8671, 11088, 9696, 10372, 11338, 10365, 11115, 8670, 7409, 11378, 10959, 14899, 12325, 14711, 12402, 15255, 11119, 16266, 11275, 14219, 10038, 12583, 10389, 10265, 8719, 9896, 8936, 9737, 8931, 10604, 9481, 10977, 9419, 10610, 9371, 10053, 9511, 11267, 9655, 9287, 9730, 14569, 10035, 13082, 10500, 9711, 14812, 9953, 9118, 9854, 8943, 10289, 9244, 10586, 9592, 11802, 9650, 10077, 11027, 9362, 10712, 9322, 11764, 9128, 12081, 16709, 11490, 14044, 9473, 10795, 9138, 9174, 9090, 9787, 9397, 8190, 8199, 8117, 9850, 9717, 9356, 12632, 9717, 12536, 11790, 13586, 15833, 12719, 15265, 12747, 14574, 12351, 14537, 11514, 14279, 11293, 13285, 10864, 11723, 10217, 11591, 9598, 10741, 8338, 10011, 7848, 9049, 10603, 9069, 8171, 8670, 8157, 8868, 9111, 8928, 8853, 8727, 9888, 7856, 8008, 8298, 8975, 13627, 10851, 16389, 11749, 15910, 12104, 12815, 11263, 13219, 9546, 12177, 11387, 10874, 13850, 10526, 8522, 9700, 9247, 8478, 10553, 9258, 10717, 14392, 12092, 12344, 16221, 12376, 12132, 15336, 11886, 14778, 11910, 13906, 11003, 9433, 10792, 8439, 11688, 7948, 10698, 8231, 9995, 8470, 8239, 9032, 8204, 9637, 8888, 7487, 10059, 8993, 11310, 9595, 12237, 10237, 9862, 11077, 9032, 12644, 9188, 12966, 9950, 12883, 9709, 9856, 10079, 8192, 10451, 8825, 11785, 8801, 13363, 10534, 11805, 10528, 8614, 9192, 8459, 7710, 9387, 7828, 10602, 8558, 11593, 8963, 12229, 9451, 12871, 9382, 12583, 9141, 12191, 9295, 10310, 8264, 8243, 8548, 9251, 8614, 13048, 9038, 9975, 10102, 9493, 12271, 9695, 13126, 10338, 13339, 10827, 12927, 10402, 13475, 9387, 13522, 9006, 12802, 8708, 8232, 9307, 8114, 9807, 8506, 8289, 9891, 8367, 11072, 8848, 8638, 10641, 10721, 12301, 11022, 7806, 14395, 11871, 10525, 9544, 12195, 13786, 8909, 10436, 7721, 12263, 9076, 7756, 9501, 7574, 10165, 8373, 11314, 9454, 7570, 10267, 8493, 8061, 8383, 7240, 9510, 8138, 10084, 11262, 8017, 9440, 9527, 8373, 10640, 9114, 10590, 15296, 13443, 13283, 14287, 11874, 14076, 10857, 14118, 11739, 14961, 13399, 14025, 12988, 9259, 10296, 10433, 8130, 11813, 7945, 11723, 10490, 11987, 9894, 11364, 8240, 11265, 7982, 10283, 7822, 10445, 11364, 9111, 12195, 8820, 10640, 8396, 9277, 7996, 9063, 8547, 10307, 8158, 10575, 10353, 8816, 14503, 11151, 11364, 10126, 7844, 9229, 8242, 7556, 9588, 10517, 9489, 13969, 10410, 12103, 9162, 12759, 10064, 12782, 9664, 12987, 11382, 7520, 11394, 8851, 9552, 10099, 10585, 11119, 8057, 10364, 8868, 8180, 9735, 7896, 11112, 9933, 16404, 13431, 15052, 11311, 14054, 14752, 12155, 14123, 10540, 11785, 9856, 11461, 9484], 'WindowCenter': [4518.0, 4507.0, 4532.0, 4490.0, 4529.0, 4478.0, 4499.0, 4506.0, 4495.0, 4463.0, 4474.0, 4464.0, 4474.0, 4493.0, 4475.0, 4494.0, 4475.0, 4476.0, 4476.0, 4475.0, 4477.0, 4499.0, 4476.0, 4497.0, 4497.0, 4489.0, 4473.0, 4488.0, 4475.0, 4487.0, 4536.0, 4489.0, 4507.0, 4488.0, 4476.0, 4487.0, 4462.0, 4485.0, 4498.0, 4487.0, 4467.0, 4486.0, 4460.0, 4500.0, 4494.0, 4500.0, 4483.0, 4501.0, 4492.0, 4483.0, 4480.0, 4477.0, 4469.0, 4498.0, 4472.0, 4463.0, 4526.0, 4506.0, 4495.0, 4549.0, 4531.0, 4550.0, 4528.0, 4479.0, 4508.0, 4488.0, 4480.0, 4501.0, 4451.0, 4510.0, 4455.0, 4509.0, 4480.0, 4440.0, 4458.0, 4452.0, 4481.0, 4463.0, 4440.0, 4461.0, 4478.0, 4497.0, 4479.0, 4489.0, 4502.0, 4493.0, 4514.0, 4507.0, 4537.0, 4511.0, 4550.0, 4523.0, 4538.0, 4510.0, 4479.0, 4509.0, 4472.0, 4508.0, 4547.0, 4504.0, 4523.0, 4482.0, 4484.0, 4474.0, 4537.0, 4499.0, 4496.0, 4484.0, 4466.0, 4484.0, 4454.0, 4452.0, 4444.0, 4502.0, 4452.0, 4494.0, 4452.0, 4488.0, 4481.0, 4480.0, 4471.0, 4483.0, 4495.0, 4465.0, 4493.0, 4501.0, 4483.0, 4512.0, 4459.0, 4523.0, 4493.0, 4538.0, 4511.0, 4515.0, 4544.0, 4501.0, 4525.0, 4505.0, 4511.0, 4479.0, 4497.0, 4448.0, 4483.0, 4447.0, 4456.0, 4458.0, 4469.0, 4461.0, 4477.0, 4508.0, 4457.0, 4495.0, 4468.0, 4441.0, 4445.0, 4447.0, 4435.0, 4457.0, 4493.0, 4457.0, 4467.0, 4457.0, 4445.0, 4473.0, 4456.0, 4434.0, 4445.0, 4445.0, 4449.0, 4456.0, 4456.0, 4471.0, 4472.0, 4473.0, 4450.0, 4484.0, 4473.0, 4485.0, 4547.0, 4516.0, 4534.0, 4494.0, 4490.0, 4471.0, 4511.0, 4472.0, 4478.0, 4456.0, 4472.0, 4519.0, 4458.0, 4451.0, 4457.0, 4461.0, 4473.0, 4472.0, 4475.0, 4486.0, 4494.0, 4504.0, 4536.0, 4505.0, 4499.0, 4504.0, 4497.0, 4474.0, 4480.0, 4471.0, 4489.0, 4488.0, 4484.0, 4545.0, 4535.0, 4555.0, 4535.0, 4543.0, 4514.0, 4533.0, 4500.0, 4484.0, 4489.0, 4510.0, 4488.0, 4518.0, 4477.0, 4482.0, 4467.0, 4461.0, 4445.0, 4433.0, 4435.0, 4451.0, 4433.0, 4474.0, 4446.0, 4465.0, 4438.0, 4452.0, 4462.0, 4464.0, 4461.0, 4469.0, 4459.0, 4505.0, 4475.0, 4461.0, 4462.0, 4454.0, 4479.0, 4454.0, 4513.0, 4474.0, 4503.0, 4502.0, 4494.0, 4545.0, 4491.0, 4474.0, 4483.0, 4472.0, 4470.0, 4462.0, 4458.0, 4478.0, 4469.0, 4495.0, 4473.0, 4514.0, 4496.0, 4485.0, 4517.0, 4541.0, 4500.0, 4519.0, 4499.0, 4494.0, 4479.0, 4497.0, 4432.0, 4475.0, 4445.0, 4463.0, 4456.0, 4465.0, 4481.0, 4486.0, 4456.0, 4475.0, 4458.0, 4464.0, 4448.0, 4457.0, 4456.0, 4454.0, 4457.0, 4467.0, 4447.0, 4454.0, 4495.0, 4469.0, 4489.0, 4458.0, 4467.0, 4460.0, 4459.0, 4469.0, 4465.0, 4457.0, 4492.0, 4483.0, 4503.0, 4471.0, 4506.0, 4486.0, 4505.0, 4475.0, 4512.0, 4485.0, 4526.0, 4496.0, 4498.0, 4494.0, 4502.0, 4482.0, 4520.0, 4476.0, 4511.0, 4460.0, 4464.0, 4445.0, 4454.0, 4433.0, 4491.0, 4438.0, 4465.0, 4518.0, 4466.0, 4484.0, 4455.0, 4478.0, 4461.0, 4456.0, 4463.0, 4483.0, 4474.0, 4480.0, 4492.0, 4489.0, 4479.0, 4466.0, 4463.0, 4484.0, 4467.0, 4527.0, 4497.0, 4517.0, 4536.0, 4508.0, 4547.0, 4537.0, 4535.0, 4517.0, 4491.0, 4523.0, 4483.0, 4512.0, 4480.0, 4458.0, 4499.0, 4458.0, 4502.0, 4488.0, 4478.0, 4478.0, 4447.0, 4478.0, 4456.0, 4466.0, 4455.0, 4439.0, 4458.0, 4475.0, 4441.0, 4478.0, 4457.0, 4479.0, 4471.0, 4467.0, 4459.0, 4456.0, 4480.0, 4449.0, 4480.0, 4471.0, 4494.0, 4513.0, 4493.0, 4517.0, 4489.0, 4486.0, 4486.0, 4512.0, 4485.0, 4494.0, 4494.0, 4495.0, 4514.0, 4486.0, 4516.0, 4465.0, 4492.0, 4486.0, 4524.0, 4499.0, 4510.0, 4510.0, 4518.0, 4496.0, 4476.0, 4510.0, 4499.0, 4476.0, 4506.0, 4485.0, 4471.0, 4502.0, 4490.0, 4494.0, 4486.0, 4484.0, 4525.0, 4512.0, 4496.0, 4522.0, 4499.0, 4522.0, 4505.0, 4525.0, 4492.0, 4509.0, 4483.0, 4478.0, 4470.0, 4495.0, 4469.0, 4501.0, 4482.0, 4492.0, 4445.0, 4458.0, 4460.0, 4430.0, 4471.0, 4427.0, 4483.0, 4502.0, 4484.0, 4493.0, 4473.0, 4462.0, 4486.0, 4466.0, 4486.0, 4498.0, 4497.0, 4507.0, 4519.0, 4472.0, 4514.0, 4498.0, 4474.0, 4484.0, 4492.0, 4496.0, 4535.0, 4492.0, 4494.0, 4521.0, 4493.0, 4512.0, 4460.0, 4459.0, 4447.0, 4455.0, 4461.0, 4454.0, 4500.0, 4466.0, 4506.0, 4498.0, 4506.0, 4497.0, 4519.0, 4517.0, 4462.0, 4430.0, 4489.0, 4482.0, 4496.0, 4490.0, 4508.0, 4491.0, 4497.0, 4467.0, 4495.0, 4464.0, 4472.0, 4442.0, 4462.0, 4440.0, 4441.0, 4421.0, 4442.0, 4431.0, 4442.0, 4442.0, 4464.0, 4469.0, 4478.0, 4459.0, 4479.0, 4471.0, 4470.0, 4472.0, 4490.0, 4455.0, 4459.0, 4470.0, 4509.0, 4469.0, 4501.0, 4469.0, 4471.0, 4509.0, 4469.0, 4447.0, 4468.0, 4461.0, 4472.0, 4470.0, 4490.0, 4482.0, 4513.0, 4494.0, 4486.0, 4506.0, 4483.0, 4492.0, 4472.0, 4490.0, 4460.0, 4491.0, 4521.0, 4493.0, 4501.0, 4463.0, 4483.0, 4458.0, 4461.0, 4472.0, 4505.0, 4495.0, 4473.0, 4473.0, 4463.0, 4483.0, 4475.0, 4474.0, 4513.0, 4482.0, 4522.0, 4514.0, 4524.0, 4534.0, 4514.0, 4522.0, 4498.0, 4511.0, 4501.0, 4507.0, 4477.0, 4496.0, 4465.0, 4482.0, 4465.0, 4473.0, 4453.0, 4461.0, 4441.0, 4452.0, 4421.0, 4452.0, 4424.0, 4447.0, 4477.0, 4460.0, 4450.0, 4450.0, 4441.0, 4461.0, 4475.0, 4477.0, 4490.0, 4491.0, 4511.0, 4493.0, 4493.0, 4477.0, 4499.0, 4538.0, 4519.0, 4547.0, 4518.0, 4547.0, 4516.0, 4516.0, 4497.0, 4506.0, 4465.0, 4493.0, 4503.0, 4506.0, 4535.0, 4494.0, 4449.0, 4445.0, 4436.0, 4425.0, 4457.0, 4458.0, 4478.0, 4496.0, 4473.0, 4488.0, 4507.0, 4498.0, 4486.0, 4497.0, 4475.0, 4495.0, 4463.0, 4483.0, 4453.0, 4431.0, 4452.0, 4409.0, 4461.0, 4408.0, 4452.0, 4432.0, 4453.0, 4438.0, 4434.0, 4454.0, 4446.0, 4455.0, 4456.0, 4429.0, 4479.0, 4470.0, 4504.0, 4497.0, 4516.0, 4496.0, 4486.0, 4495.0, 4473.0, 4514.0, 4472.0, 4513.0, 4508.0, 4526.0, 4483.0, 4480.0, 4469.0, 4450.0, 4480.0, 4461.0, 4501.0, 4472.0, 4525.0, 4503.0, 4515.0, 4493.0, 4467.0, 4487.0, 4464.0, 4441.0, 4460.0, 4454.0, 4505.0, 4487.0, 4515.0, 4487.0, 4516.0, 4486.0, 4516.0, 4479.0, 4517.0, 4486.0, 4515.0, 4496.0, 4504.0, 4462.0, 4448.0, 4450.0, 4473.0, 4462.0, 4500.0, 4474.0, 4495.0, 4507.0, 4497.0, 4525.0, 4494.0, 4524.0, 4493.0, 4513.0, 4505.0, 4501.0, 4491.0, 4510.0, 4472.0, 4498.0, 4470.0, 4510.0, 4458.0, 4436.0, 4455.0, 4424.0, 4465.0, 4450.0, 4461.0, 4494.0, 4473.0, 4515.0, 4483.0, 4483.0, 4530.0, 4510.0, 4494.0, 4448.0, 4371.0, 4503.0, 4510.0, 4525.0, 4483.0, 4476.0, 4490.0, 4464.0, 4509.0, 4456.0, 4504.0, 4449.0, 4426.0, 4447.0, 4416.0, 4470.0, 4454.0, 4507.0, 4498.0, 4469.0, 4509.0, 4495.0, 4472.0, 4470.0, 4451.0, 4481.0, 4468.0, 4524.0, 4522.0, 4482.0, 4502.0, 4505.0, 4486.0, 4501.0, 4491.0, 4511.0, 4540.0, 4530.0, 4517.0, 4529.0, 4506.0, 4516.0, 4494.0, 4515.0, 4493.0, 4522.0, 4510.0, 4509.0, 4512.0, 4472.0, 4481.0, 4494.0, 4439.0, 4489.0, 4441.0, 4517.0, 4494.0, 4489.0, 4457.0, 4491.0, 4463.0, 4492.0, 4437.0, 4480.0, 4429.0, 4470.0, 4478.0, 4451.0, 4478.0, 4473.0, 4493.0, 4453.0, 4459.0, 4442.0, 4460.0, 4461.0, 4481.0, 4452.0, 4506.0, 4494.0, 4474.0, 4509.0, 4520.0, 4494.0, 4485.0, 4441.0, 4468.0, 4466.0, 4456.0, 4479.0, 4496.0, 4487.0, 4524.0, 4496.0, 4504.0, 4489.0, 4528.0, 4485.0, 4526.0, 4469.0, 4515.0, 4495.0, 4432.0, 4479.0, 4461.0, 4473.0, 4472.0, 4485.0, 4492.0, 4457.0, 4495.0, 4476.0, 4450.0, 4487.0, 4467.0, 4503.0, 4485.0, 4534.0, 4502.0, 4499.0, 4481.0, 4502.0, 4500.0, 4478.0, 4475.0, 4457.0, 4461.0, 4431.0, 4437.0, 4418.0], 'WindowWidth': [9934.0, 9913.0, 9936.0, 9875.0, 9925.0, 9852.0, 9884.0, 9886.0, 9869.0, 9823.0, 9839.0, 9826.0, 9842.0, 9863.0, 9842.0, 9867.0, 9844.0, 9846.0, 9846.0, 9843.0, 9852.0, 9883.0, 9849.0, 9880.0, 9878.0, 9871.0, 9841.0, 9864.0, 9846.0, 9863.0, 9933.0, 9872.0, 9891.0, 9864.0, 9846.0, 9865.0, 9816.0, 9858.0, 9884.0, 9865.0, 9834.0, 9858.0, 9827.0, 9885.0, 9884.0, 9886.0, 9869.0, 9892.0, 9883.0, 9872.0, 9862.0, 9841.0, 9841.0, 9887.0, 9836.0, 9823.0, 9920.0, 9888.0, 9874.0, 9955.0, 9933.0, 9957.0, 9921.0, 9833.0, 9874.0, 9847.0, 9841.0, 9873.0, 9804.0, 9880.0, 9796.0, 9882.0, 9841.0, 9788.0, 9808.0, 9811.0, 9848.0, 9824.0, 9784.0, 9815.0, 9854.0, 9880.0, 9860.0, 9874.0, 9895.0, 9887.0, 9916.0, 9912.0, 9930.0, 9906.0, 9959.0, 9924.0, 9937.0, 9899.0, 9855.0, 9897.0, 9834.0, 9894.0, 9948.0, 9876.0, 9909.0, 9844.0, 9853.0, 9841.0, 9933.0, 9884.0, 9874.0, 9852.0, 9832.0, 9853.0, 9813.0, 9808.0, 9802.0, 9877.0, 9801.0, 9866.0, 9806.0, 9865.0, 9855.0, 9854.0, 9851.0, 9854.0, 9874.0, 9842.0, 9873.0, 9897.0, 9854.0, 9894.0, 9813.0, 9912.0, 9866.0, 9938.0, 9888.0, 9904.0, 9942.0, 9872.0, 9919.0, 9889.0, 9890.0, 9845.0, 9867.0, 9795.0, 9832.0, 9793.0, 9806.0, 9813.0, 9828.0, 9818.0, 9839.0, 9877.0, 9808.0, 9855.0, 9822.0, 9770.0, 9788.0, 9793.0, 9774.0, 9809.0, 9852.0, 9808.0, 9822.0, 9805.0, 9782.0, 9816.0, 9806.0, 9762.0, 9783.0, 9784.0, 9802.0, 9801.0, 9810.0, 9835.0, 9837.0, 9836.0, 9809.0, 9859.0, 9845.0, 9863.0, 9953.0, 9908.0, 9927.0, 9870.0, 9859.0, 9837.0, 9888.0, 9837.0, 9835.0, 9801.0, 9836.0, 9898.0, 9805.0, 9805.0, 9804.0, 9816.0, 9834.0, 9830.0, 9843.0, 9865.0, 9877.0, 9905.0, 9949.0, 9892.0, 9891.0, 9890.0, 9884.0, 9848.0, 9842.0, 9835.0, 9856.0, 9851.0, 9857.0, 9943.0, 9929.0, 9961.0, 9929.0, 9937.0, 9896.0, 9923.0, 9871.0, 9834.0, 9857.0, 9884.0, 9852.0, 9891.0, 9834.0, 9828.0, 9816.0, 9793.0, 9785.0, 9764.0, 9772.0, 9784.0, 9763.0, 9824.0, 9790.0, 9814.0, 9781.0, 9807.0, 9822.0, 9808.0, 9822.0, 9828.0, 9813.0, 9888.0, 9847.0, 9821.0, 9822.0, 9814.0, 9837.0, 9815.0, 9892.0, 9839.0, 9877.0, 9876.0, 9870.0, 9942.0, 9856.0, 9844.0, 9856.0, 9834.0, 9831.0, 9820.0, 9798.0, 9842.0, 9824.0, 9870.0, 9838.0, 9896.0, 9875.0, 9861.0, 9903.0, 9928.0, 9870.0, 9896.0, 9867.0, 9847.0, 9835.0, 9856.0, 9757.0, 9824.0, 9783.0, 9804.0, 9798.0, 9809.0, 9846.0, 9843.0, 9802.0, 9827.0, 9810.0, 9805.0, 9795.0, 9803.0, 9800.0, 9796.0, 9803.0, 9816.0, 9792.0, 9791.0, 9853.0, 9824.0, 9851.0, 9807.0, 9817.0, 9812.0, 9811.0, 9827.0, 9811.0, 9805.0, 9862.0, 9851.0, 9883.0, 9830.0, 9889.0, 9862.0, 9881.0, 9841.0, 9888.0, 9858.0, 9917.0, 9872.0, 9860.0, 9867.0, 9876.0, 9849.0, 9898.0, 9824.0, 9884.0, 9813.0, 9806.0, 9780.0, 9794.0, 9763.0, 9856.0, 9784.0, 9809.0, 9890.0, 9818.0, 9832.0, 9795.0, 9836.0, 9815.0, 9794.0, 9816.0, 9845.0, 9841.0, 9845.0, 9866.0, 9879.0, 9862.0, 9839.0, 9828.0, 9854.0, 9833.0, 9911.0, 9870.0, 9904.0, 9928.0, 9895.0, 9949.0, 9934.0, 9929.0, 9903.0, 9859.0, 9907.0, 9848.0, 9888.0, 9838.0, 9805.0, 9864.0, 9807.0, 9874.0, 9849.0, 9834.0, 9832.0, 9786.0, 9832.0, 9799.0, 9810.0, 9796.0, 9761.0, 9804.0, 9823.0, 9768.0, 9831.0, 9803.0, 9836.0, 9830.0, 9819.0, 9808.0, 9802.0, 9839.0, 9797.0, 9843.0, 9832.0, 9867.0, 9892.0, 9866.0, 9904.0, 9864.0, 9855.0, 9860.0, 9889.0, 9857.0, 9867.0, 9869.0, 9871.0, 9896.0, 9861.0, 9901.0, 9828.0, 9856.0, 9860.0, 9908.0, 9882.0, 9893.0, 9896.0, 9905.0, 9870.0, 9845.0, 9902.0, 9880.0, 9841.0, 9888.0, 9863.0, 9838.0, 9895.0, 9873.0, 9873.0, 9861.0, 9854.0, 9911.0, 9886.0, 9855.0, 9905.0, 9865.0, 9901.0, 9880.0, 9910.0, 9858.0, 9879.0, 9846.0, 9830.0, 9823.0, 9847.0, 9824.0, 9869.0, 9843.0, 9857.0, 9779.0, 9808.0, 9813.0, 9773.0, 9828.0, 9761.0, 9850.0, 9875.0, 9855.0, 9863.0, 9838.0, 9823.0, 9859.0, 9832.0, 9856.0, 9881.0, 9878.0, 9894.0, 9911.0, 9832.0, 9898.0, 9879.0, 9841.0, 9853.0, 9860.0, 9871.0, 9931.0, 9863.0, 9865.0, 9901.0, 9863.0, 9886.0, 9812.0, 9803.0, 9785.0, 9794.0, 9813.0, 9812.0, 9884.0, 9829.0, 9881.0, 9880.0, 9892.0, 9865.0, 9920.0, 9906.0, 9823.0, 9773.0, 9851.0, 9842.0, 9853.0, 9852.0, 9875.0, 9855.0, 9857.0, 9816.0, 9853.0, 9805.0, 9816.0, 9775.0, 9800.0, 9766.0, 9770.0, 9741.0, 9770.0, 9755.0, 9771.0, 9776.0, 9807.0, 9826.0, 9835.0, 9808.0, 9836.0, 9829.0, 9827.0, 9834.0, 9853.0, 9796.0, 9811.0, 9827.0, 9877.0, 9824.0, 9869.0, 9821.0, 9830.0, 9880.0, 9823.0, 9789.0, 9818.0, 9816.0, 9827.0, 9827.0, 9855.0, 9847.0, 9896.0, 9869.0, 9858.0, 9885.0, 9850.0, 9860.0, 9831.0, 9851.0, 9810.0, 9854.0, 9895.0, 9858.0, 9868.0, 9813.0, 9845.0, 9807.0, 9813.0, 9836.0, 9891.0, 9878.0, 9848.0, 9848.0, 9830.0, 9848.0, 9837.0, 9836.0, 9890.0, 9850.0, 9907.0, 9900.0, 9911.0, 9928.0, 9898.0, 9905.0, 9863.0, 9889.0, 9872.0, 9875.0, 9833.0, 9854.0, 9813.0, 9830.0, 9813.0, 9818.0, 9790.0, 9797.0, 9771.0, 9787.0, 9746.0, 9789.0, 9755.0, 9789.0, 9831.0, 9817.0, 9799.0, 9797.0, 9786.0, 9815.0, 9845.0, 9849.0, 9875.0, 9880.0, 9906.0, 9888.0, 9890.0, 9857.0, 9888.0, 9935.0, 9912.0, 9946.0, 9907.0, 9947.0, 9901.0, 9898.0, 9872.0, 9877.0, 9821.0, 9857.0, 9877.0, 9892.0, 9932.0, 9869.0, 9794.0, 9782.0, 9766.0, 9749.0, 9796.0, 9805.0, 9834.0, 9857.0, 9816.0, 9847.0, 9875.0, 9865.0, 9843.0, 9860.0, 9824.0, 9854.0, 9801.0, 9831.0, 9790.0, 9757.0, 9788.0, 9723.0, 9797.0, 9724.0, 9787.0, 9765.0, 9791.0, 9781.0, 9773.0, 9799.0, 9789.0, 9801.0, 9804.0, 9772.0, 9842.0, 9831.0, 9879.0, 9877.0, 9899.0, 9874.0, 9855.0, 9866.0, 9835.0, 9894.0, 9836.0, 9893.0, 9896.0, 9918.0, 9852.0, 9843.0, 9825.0, 9798.0, 9837.0, 9816.0, 9871.0, 9834.0, 9912.0, 9882.0, 9897.0, 9862.0, 9832.0, 9862.0, 9826.0, 9790.0, 9808.0, 9815.0, 9883.0, 9864.0, 9899.0, 9863.0, 9899.0, 9858.0, 9899.0, 9849.0, 9901.0, 9861.0, 9901.0, 9877.0, 9889.0, 9824.0, 9797.0, 9799.0, 9834.0, 9820.0, 9862.0, 9837.0, 9872.0, 9889.0, 9879.0, 9914.0, 9872.0, 9909.0, 9864.0, 9890.0, 9883.0, 9872.0, 9860.0, 9881.0, 9833.0, 9866.0, 9830.0, 9886.0, 9813.0, 9776.0, 9799.0, 9756.0, 9816.0, 9800.0, 9819.0, 9868.0, 9842.0, 9901.0, 9852.0, 9858.0, 9931.0, 9894.0, 9855.0, 9776.0, 9651.0, 9863.0, 9888.0, 9926.0, 9855.0, 9826.0, 9846.0, 9822.0, 9895.0, 9818.0, 9876.0, 9792.0, 9758.0, 9784.0, 9745.0, 9824.0, 9811.0, 9885.0, 9879.0, 9842.0, 9896.0, 9882.0, 9847.0, 9839.0, 9817.0, 9840.0, 9837.0, 9923.0, 9915.0, 9862.0, 9889.0, 9893.0, 9867.0, 9880.0, 9872.0, 9901.0, 9940.0, 9923.0, 9900.0, 9924.0, 9885.0, 9899.0, 9864.0, 9895.0, 9861.0, 9906.0, 9884.0, 9880.0, 9889.0, 9836.0, 9844.0, 9864.0, 9782.0, 9846.0, 9788.0, 9900.0, 9862.0, 9849.0, 9801.0, 9853.0, 9823.0, 9861.0, 9777.0, 9838.0, 9768.0, 9822.0, 9831.0, 9795.0, 9830.0, 9837.0, 9863.0, 9807.0, 9811.0, 9792.0, 9813.0, 9819.0, 9845.0, 9809.0, 9890.0, 9868.0, 9839.0, 9877.0, 9913.0, 9864.0, 9852.0, 9786.0, 9819.0, 9833.0, 9820.0, 9838.0, 9870.0, 9860.0, 9909.0, 9870.0, 9878.0, 9867.0, 9919.0, 9857.0, 9915.0, 9825.0, 9898.0, 9864.0, 9776.0, 9835.0, 9815.0, 9834.0, 9829.0, 9853.0, 9855.0, 9821.0, 9868.0, 9846.0, 9799.0, 9861.0, 9835.0, 9878.0, 9855.0, 9924.0, 9872.0, 9865.0, 9838.0, 9871.0, 9865.0, 9830.0, 9819.0, 9800.0, 9794.0, 9752.0, 9755.0, 9730.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.008334747126436781</td></tr>
<tr><td colspan=3>aqi</td><td>0.14789777919540228</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.75558624654775</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0642853943958572</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9942030731300336</td></tr>
<tr><td colspan=3>efc</td><td>0.4477</td></tr>
<tr><td colspan=3>fber</td><td>7282.0781</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.36832996416966524</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>483</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>55.51724137931034</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.0177942829209496</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8704956588347774</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3558946472619637</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8269925426661078</td></tr>
<tr><td colspan=3>gcor</td><td>0.00657214</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013894199393689632</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030791977420449257</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.743099077381417</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.5929</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.0269</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.7653</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>307981.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>711.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.5779</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.561</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.2019</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3673.4414</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68563.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1061.4122</td></tr>
<tr><td colspan=3>tsnr</td><td>17.23548200679943</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>