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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0026_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0026_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0026/ses-03/func/sub-0026_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a6db9b681de5b364297631a516eabe21</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:14:42.282500</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.998484, 0.00086061, 0.0550403, -0.00418251, 0.998174, 0.0602674]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0961385</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7746, -7273, 617, 5, -115, 15, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.873</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>65ee89de-df30-4ef8-a403-4eea17b3a8da||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.678858995437622, -0.01122137438505888, 0.14819729328155518, 110.10414123535156], [-0.0023089537862688303, 2.6780264377593994, 0.16309668123722076, -90.48316192626953], [0.14766906201839447, -0.16169290244579315, 2.6909918785095215, -60.41552734375], [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': ['101442.282500', '101442.742500', '101443.202500', '101443.662500', '101444.122500', '101444.582500', '101445.042500', '101445.502500', '101445.962500', '101446.422500', '101446.882500', '101447.342500', '101447.802500', '101448.262500', '101448.722500', '101449.182500', '101449.642500', '101450.102500', '101450.562500', '101451.022500', '101451.482500', '101451.942500', '101452.402500', '101452.862500', '101453.322500', '101453.782500', '101454.242500', '101454.702500', '101455.162500', '101455.622500', '101456.082500', '101456.542500', '101457.002500', '101457.462500', '101457.922500', '101458.382500', '101458.842500', '101459.302500', '101459.762500', '101500.222500', '101500.682500', '101501.142500', '101501.602500', '101502.062500', '101502.522500', '101502.982500', '101503.442500', '101503.902500', '101504.362500', '101504.822500', '101505.282500', '101505.742500', '101506.202500', '101506.662500', '101507.122500', '101507.582500', '101508.042500', '101508.502500', '101508.962500', '101509.422500', '101509.882500', '101510.342500', '101510.802500', '101511.262500', '101511.722500', '101512.182500', '101512.642500', '101513.102500', '101513.562500', '101514.022500', '101514.482500', '101514.942500', '101515.402500', '101515.862500', '101516.322500', '101516.782500', '101517.242500', '101517.702500', '101518.162500', '101518.622500', '101519.082500', '101519.542500', '101520.002500', '101520.462500', '101520.922500', '101521.382500', '101521.842500', '101522.302500', '101522.762500', '101523.222500', '101523.682500', '101524.142500', '101524.602500', '101525.062500', '101525.522500', '101525.982500', '101526.442500', '101526.902500', '101527.362500', '101527.822500', '101528.282500', '101528.742500', '101529.202500', '101529.662500', '101530.122500', '101530.582500', '101531.042500', '101531.502500', '101531.962500', '101532.422500', '101532.882500', '101533.342500', '101533.802500', '101534.262500', '101534.722500', '101535.182500', '101535.642500', '101536.102500', '101536.562500', '101537.022500', '101537.482500', '101537.942500', '101538.402500', '101538.862500', '101539.322500', '101539.782500', '101540.242500', '101540.702500', '101541.162500', '101541.622500', '101542.082500', '101542.542500', '101543.002500', '101543.462500', '101543.922500', '101544.382500', '101544.842500', '101545.302500', '101545.762500', '101546.222500', '101546.682500', '101547.142500', '101547.602500', '101548.062500', '101548.522500', '101548.982500', '101549.442500', '101549.902500', '101550.362500', '101550.822500', '101551.282500', '101551.742500', '101552.202500', '101552.662500', '101553.122500', '101553.582500', '101554.042500', '101554.502500', '101554.962500', '101555.422500', '101555.882500', '101556.342500', '101556.802500', '101557.262500', '101557.722500', '101558.182500', '101558.642500', '101559.102500', '101559.562500', '101600.022500', '101600.482500', '101600.942500', '101601.402500', '101601.862500', '101602.322500', '101602.782500', '101603.242500', '101603.702500', '101604.162500', '101604.622500', '101605.082500', '101605.542500', '101606.002500', '101606.462500', '101606.922500', '101607.382500', '101607.842500', '101608.302500', '101608.762500', '101609.222500', '101609.682500', '101610.142500', '101610.602500', '101611.062500', '101611.522500', '101611.982500', '101612.442500', '101612.902500', '101613.362500', '101613.822500', '101614.282500', '101614.742500', '101615.202500', '101615.662500', '101616.122500', '101616.582500', '101617.042500', '101617.502500', '101617.962500', '101618.422500', '101618.882500', '101619.342500', '101619.802500', '101620.262500', '101620.722500', '101621.182500', '101621.642500', '101622.102500', '101622.562500', '101623.022500', '101623.482500', '101623.942500', '101624.402500', '101624.862500', '101625.322500', '101625.782500', '101626.242500', '101626.702500', '101627.162500', '101627.622500', '101628.082500', '101628.542500', '101629.002500', '101629.462500', '101629.922500', '101630.382500', '101630.842500', '101631.302500', '101631.762500', '101632.222500', '101632.682500', '101633.142500', '101633.602500', '101634.062500', '101634.522500', '101634.982500', '101635.442500', '101635.902500', '101636.362500', '101636.822500', '101637.282500', '101637.742500', '101638.202500', '101638.662500', '101639.122500', '101639.582500', '101640.042500', '101640.502500', '101640.962500', '101641.422500', '101641.882500', '101642.342500', '101642.802500', '101643.262500', '101643.722500', '101644.182500', '101644.642500', '101645.102500', '101645.562500', '101646.022500', '101646.482500', '101646.942500', '101647.402500', '101647.862500', '101648.322500', '101648.782500', '101649.242500', '101649.702500', '101650.162500', '101650.622500', '101651.082500', '101651.542500', '101652.002500', '101652.462500', '101652.922500', '101653.382500', '101653.842500', '101654.302500', '101654.762500', '101655.222500', '101655.682500', '101656.142500', '101656.602500', '101657.062500', '101657.522500', '101657.982500', '101658.442500', '101658.902500', '101659.362500', '101659.822500', '101700.282500', '101700.742500', '101701.202500', '101701.662500', '101702.122500', '101702.582500', '101703.042500', '101703.502500', '101703.962500', '101704.422500', '101704.882500', '101705.342500', '101705.802500', '101706.262500', '101706.722500', '101707.182500', '101707.642500', '101708.102500', '101708.562500', '101709.022500', '101709.482500', '101709.942500', '101710.402500', '101710.862500', '101711.322500', '101711.782500', '101712.242500', '101712.702500', '101713.162500', '101713.622500', '101714.082500', '101714.542500', '101715.002500', '101715.462500', '101715.922500', '101716.382500', '101716.842500', '101717.302500', '101717.762500', '101718.222500', '101718.682500', '101719.142500', '101719.602500', '101720.062500', '101720.522500', '101720.982500', '101721.442500', '101721.902500', '101722.362500', '101722.822500', '101723.282500', '101723.742500', '101724.202500', '101724.662500', '101725.122500', '101725.582500', '101726.042500', '101726.502500', '101726.962500', '101727.422500', '101727.882500', '101728.342500', '101728.802500', '101729.262500', '101729.722500', '101730.182500', '101730.642500', '101731.102500', '101731.562500', '101732.022500', '101732.482500', '101732.942500', '101733.402500', '101733.862500', '101734.322500', '101734.782500', '101735.242500', '101735.702500', '101736.162500', '101736.622500', '101737.082500', '101737.542500', '101738.002500', '101738.462500', '101738.922500', '101739.382500', '101739.842500', '101740.302500', '101740.762500', '101741.222500', '101741.682500', '101742.142500', '101742.602500', '101743.062500', '101743.522500', '101743.982500', '101744.442500', '101744.902500', '101745.362500', '101745.822500', '101746.282500', '101746.742500', '101747.202500', '101747.662500', '101748.122500', '101748.582500', '101749.042500', '101749.502500', '101749.962500', '101750.422500', '101750.882500', '101751.342500', '101751.802500', '101752.262500', '101752.722500', '101753.182500', '101753.642500', '101754.102500', '101754.562500', '101755.022500', '101755.482500', '101755.942500', '101756.402500', '101756.862500', '101757.322500', '101757.782500', '101758.242500', '101758.702500', '101759.162500', '101759.622500', '101800.082500', '101800.542500', '101801.002500', '101801.462500', '101801.922500', '101802.382500', '101802.842500', '101803.302500', '101803.762500', '101804.222500', '101804.682500', '101805.142500', '101805.602500', '101806.062500', '101806.522500', '101806.982500', '101807.442500', '101807.902500', '101808.362500', '101808.822500', '101809.282500', '101809.742500', '101810.202500', '101810.662500', '101811.122500', '101811.582500', '101812.042500', '101812.502500', '101812.962500', '101813.422500', '101813.882500', '101814.342500', '101814.802500', '101815.262500', '101815.722500', '101816.182500', '101816.642500', '101817.102500', '101817.562500', '101818.022500', '101818.482500', '101818.942500', '101819.402500', '101819.862500', '101820.322500', '101820.782500', '101821.242500', '101821.702500', '101822.162500', '101822.622500', '101823.082500', '101823.542500', '101824.002500', '101824.462500', '101824.922500', '101825.382500', '101825.842500', '101826.302500', '101826.762500', '101827.222500', '101827.682500', '101828.142500', '101828.602500', '101829.062500', '101829.522500', '101829.982500', '101830.442500', '101830.902500', '101831.362500', '101831.822500', '101832.282500', '101832.742500', '101833.202500', '101833.662500', '101834.122500', '101834.582500', '101835.042500', '101835.502500', '101835.962500', '101836.422500', '101836.882500', '101837.342500', '101837.802500', '101838.262500', '101838.722500', '101839.182500', '101839.642500', '101840.102500', '101840.562500', '101841.022500', '101841.482500', '101841.942500', '101842.402500', '101842.862500', '101843.322500', '101843.782500', '101844.242500', '101844.702500', '101845.162500', '101845.622500', '101846.082500', '101846.542500', '101847.002500', '101847.462500', '101847.922500', '101848.382500', '101848.842500', '101849.302500', '101849.762500', '101850.222500', '101850.682500', '101851.142500', '101851.602500', '101852.062500', '101852.522500', '101852.982500', '101853.442500', '101853.902500', '101854.362500', '101854.822500', '101855.282500', '101855.742500', '101856.202500', '101856.662500', '101857.122500', '101857.582500', '101858.042500', '101858.502500', '101858.962500', '101859.422500', '101859.882500', '101900.342500', '101900.802500', '101901.262500', '101901.722500', '101902.182500', '101902.642500', '101903.102500', '101903.562500', '101904.022500', '101904.482500', '101904.942500', '101905.402500', '101905.862500', '101906.322500', '101906.782500', '101907.242500', '101907.702500', '101908.162500', '101908.622500', '101909.082500', '101909.542500', '101910.002500', '101910.462500', '101910.922500', '101911.382500', '101911.842500', '101912.302500', '101912.762500', '101913.222500', '101913.682500', '101914.142500', '101914.602500', '101915.062500', '101915.522500', '101915.982500', '101916.442500', '101916.902500', '101917.362500', '101917.822500', '101918.282500', '101918.742500', '101919.202500', '101919.662500', '101920.122500', '101920.582500', '101921.042500', '101921.502500', '101921.962500', '101922.422500', '101922.882500', '101923.342500', '101923.802500', '101924.262500', '101924.722500', '101925.182500', '101925.642500', '101926.102500', '101926.562500', '101927.022500', '101927.482500', '101927.942500', '101928.402500', '101928.862500', '101929.322500', '101929.782500', '101930.242500', '101930.702500', '101931.162500', '101931.622500', '101932.082500', '101932.542500', '101933.002500', '101933.462500', '101933.922500', '101934.382500', '101934.842500', '101935.302500', '101935.762500', '101936.222500', '101936.682500', '101937.142500', '101937.602500', '101938.062500', '101938.522500', '101938.982500', '101939.442500', '101939.902500', '101940.362500', '101940.822500', '101941.282500', '101941.742500', '101942.202500', '101942.662500', '101943.122500', '101943.582500', '101944.042500', '101944.502500', '101944.962500', '101945.422500', '101945.882500', '101946.342500', '101946.802500', '101947.262500', '101947.722500', '101948.182500', '101948.642500', '101949.102500', '101949.562500', '101950.022500', '101950.482500', '101950.942500', '101951.402500', '101951.862500', '101952.322500', '101952.782500', '101953.242500', '101953.702500', '101954.162500', '101954.622500', '101955.082500', '101955.542500', '101956.002500', '101956.462500', '101956.922500', '101957.382500', '101957.842500', '101958.302500', '101958.762500', '101959.222500', '101959.682500', '102000.142500', '102000.602500', '102001.062500', '102001.522500', '102001.982500', '102002.442500', '102002.902500', '102003.362500', '102003.822500', '102004.282500', '102004.742500', '102005.202500', '102005.662500', '102006.122500', '102006.582500', '102007.042500', '102007.502500', '102007.962500', '102008.422500', '102008.882500', '102009.342500', '102009.802500', '102010.262500', '102010.722500', '102011.182500', '102011.642500', '102012.102500', '102012.562500', '102013.022500', '102013.482500', '102013.942500', '102014.402500', '102014.862500', '102015.322500', '102015.782500', '102016.242500', '102016.702500', '102017.162500', '102017.622500', '102018.082500', '102018.542500', '102019.002500', '102019.462500', '102019.922500', '102020.382500', '102020.842500', '102021.302500', '102021.762500', '102022.222500', '102022.682500', '102023.142500', '102023.602500', '102024.062500', '102024.522500', '102024.982500', '102025.442500', '102025.902500', '102026.362500', '102026.822500', '102027.282500', '102027.742500', '102028.202500', '102028.662500', '102029.122500', '102029.582500', '102030.042500', '102030.502500', '102030.962500', '102031.422500', '102031.882500', '102032.342500', '102032.802500', '102033.262500', '102033.722500', '102034.182500', '102034.642500', '102035.102500', '102035.562500', '102036.022500', '102036.482500', '102036.942500', '102037.402500', '102037.862500', '102038.322500', '102038.782500', '102039.242500', '102039.702500', '102040.162500', '102040.622500', '102041.082500', '102041.542500', '102042.002500', '102042.462500', '102042.922500', '102043.382500', '102043.842500', '102044.302500', '102044.762500', '102045.222500', '102045.682500', '102046.142500', '102046.602500', '102047.062500', '102047.522500', '102047.982500', '102048.442500', '102048.902500', '102049.362500', '102049.822500', '102050.282500', '102050.742500', '102051.202500', '102051.662500', '102052.122500', '102052.582500', '102053.042500', '102053.502500', '102053.962500', '102054.422500', '102054.882500', '102055.342500', '102055.802500', '102056.262500', '102056.722500', '102057.182500', '102057.642500', '102058.102500', '102058.562500', '102059.022500', '102059.482500', '102059.942500', '102100.402500', '102100.862500', '102101.322500', '102101.782500', '102102.242500', '102102.702500', '102103.162500', '102103.622500', '102104.082500', '102104.542500', '102105.002500', '102105.462500', '102105.922500', '102106.382500', '102106.842500', '102107.302500', '102107.762500', '102108.222500', '102108.682500', '102109.142500', '102109.602500', '102110.062500', '102110.522500', '102110.982500', '102111.442500', '102111.902500', '102112.362500', '102112.822500', '102113.282500', '102113.742500', '102114.202500', '102114.662500', '102115.122500', '102115.582500', '102116.042500', '102116.502500', '102116.962500', '102117.422500', '102117.882500', '102118.342500', '102118.802500', '102119.262500', '102119.722500', '102120.182500', '102120.642500', '102121.102500', '102121.562500', '102122.022500', '102122.482500', '102122.942500'], 'ContentTime': ['101505.196000', '101505.199000', '101505.202000', '101505.205000', '101505.208000', '101505.211000', '101505.214000', '101505.217000', '101505.220000', '101505.223000', '101505.226000', '101505.236000', '101505.239000', '101505.242000', '101505.245000', '101505.248000', '101505.251000', '101505.254000', '101505.257000', '101505.260000', '101505.263000', '101505.266000', '101505.269000', '101505.272000', '101505.275000', '101505.278000', '101505.281000', '101505.284000', '101505.287000', '101505.290000', '101505.293000', '101505.296000', '101505.299000', '101505.302000', '101505.305000', '101505.310000', '101505.313000', '101505.316000', '101505.319000', '101505.322000', '101505.325000', '101505.328000', '101505.331000', '101505.334000', '101505.337000', '101505.340000', '101505.343000', '101505.346000', '101525.162000', '101525.165000', '101525.168000', '101525.171000', '101525.174000', '101525.177000', '101525.180000', '101525.183000', '101525.186000', '101525.189000', '101525.192000', '101525.195000', '101525.198000', '101525.201000', '101525.204000', '101525.207000', '101525.209000', '101525.212000', '101525.215000', '101525.218000', '101525.221000', '101525.224000', '101525.227000', '101525.230000', '101525.233000', '101525.236000', '101525.239000', '101525.242000', '101525.245000', '101525.248000', '101525.251000', '101525.254000', '101525.256000', '101525.273000', '101525.278000', '101525.282000', '101525.286000', '101525.289000', '101525.292000', '101525.295000', '101525.298000', '101525.300000', '101525.303000', '101545.162000', '101545.165000', '101545.168000', '101545.171000', '101545.174000', '101545.177000', '101545.180000', '101545.183000', '101545.186000', '101545.189000', '101545.192000', '101545.195000', '101545.198000', '101545.201000', '101545.204000', '101545.207000', '101545.209000', '101545.212000', '101545.215000', '101545.218000', '101545.221000', '101545.224000', '101545.227000', '101545.230000', '101545.233000', '101545.236000', '101545.239000', '101545.242000', '101545.245000', '101545.248000', '101545.251000', '101545.254000', '101545.257000', '101545.259000', '101545.263000', '101545.266000', '101545.269000', '101545.272000', '101545.275000', '101545.278000', '101545.281000', '101545.283000', '101545.287000', '101545.293000', '101605.163000', '101605.166000', '101605.169000', '101605.172000', '101605.175000', '101605.178000', '101605.181000', '101605.184000', '101605.188000', '101605.190000', '101605.193000', '101605.196000', '101605.199000', '101605.202000', '101605.205000', '101605.208000', '101605.211000', '101605.214000', '101605.217000', '101605.220000', '101605.223000', '101605.226000', '101605.229000', '101605.232000', '101605.235000', '101605.240000', '101605.243000', '101605.246000', '101605.249000', '101605.252000', '101605.255000', '101605.258000', '101605.261000', '101605.264000', '101605.278000', '101605.281000', '101605.291000', '101605.294000', '101605.297000', '101605.300000', '101605.303000', '101605.306000', '101605.309000', '101625.163000', '101625.167000', '101625.170000', '101625.172000', '101625.175000', '101625.179000', '101625.181000', '101625.184000', '101625.187000', '101625.191000', '101625.193000', '101625.196000', '101625.199000', '101625.202000', '101625.205000', '101625.208000', '101625.211000', '101625.215000', '101625.217000', '101625.220000', '101625.223000', '101625.226000', '101625.229000', '101625.232000', '101625.235000', '101625.238000', '101625.241000', '101625.251000', '101625.254000', '101625.257000', '101625.260000', '101625.263000', '101625.266000', '101625.269000', '101625.272000', '101625.275000', '101625.278000', '101625.281000', '101625.284000', '101625.287000', '101625.290000', '101625.293000', '101625.296000', '101625.299000', '101645.162000', '101645.165000', '101645.168000', '101645.171000', '101645.174000', '101645.177000', '101645.180000', '101645.183000', '101645.186000', '101645.189000', '101645.192000', '101645.195000', '101645.198000', '101645.201000', '101645.204000', '101645.207000', '101645.210000', '101645.213000', '101645.216000', '101645.219000', '101645.222000', '101645.225000', '101645.228000', '101645.231000', '101645.234000', '101645.237000', '101645.240000', '101645.243000', '101645.246000', '101645.249000', '101645.252000', '101645.255000', '101645.258000', '101645.261000', '101645.264000', '101645.267000', '101645.270000', '101645.273000', '101645.276000', '101645.279000', '101645.282000', '101645.285000', '101645.288000', '101705.162000', '101705.165000', '101705.168000', '101705.171000', '101705.174000', '101705.177000', '101705.180000', '101705.183000', '101705.186000', '101705.189000', '101705.192000', '101705.195000', '101705.198000', '101705.201000', '101705.204000', '101705.206000', '101705.209000', '101705.212000', '101705.215000', '101705.218000', '101705.221000', '101705.224000', '101705.227000', '101705.230000', '101705.233000', '101705.236000', '101705.239000', '101705.242000', '101705.245000', '101705.248000', '101705.251000', '101705.254000', '101705.257000', '101705.260000', '101705.263000', '101705.266000', '101705.269000', '101705.272000', '101705.275000', '101705.278000', '101705.281000', '101705.283000', '101705.286000', '101705.289000', '101725.162000', '101725.165000', '101725.168000', '101725.171000', '101725.174000', '101725.177000', '101725.180000', '101725.183000', '101725.186000', '101725.189000', '101725.192000', '101725.195000', '101725.198000', '101725.201000', '101725.204000', '101725.207000', '101725.210000', '101725.213000', '101725.216000', '101725.219000', '101725.222000', '101725.225000', '101725.228000', '101725.231000', '101725.234000', '101725.237000', '101725.240000', '101725.243000', '101725.246000', '101725.249000', '101725.252000', '101725.255000', '101725.258000', '101725.261000', '101725.264000', '101725.267000', '101725.270000', '101725.273000', '101725.277000', '101725.280000', '101725.283000', '101725.286000', '101725.289000', '101745.162000', '101745.165000', '101745.168000', '101745.171000', '101745.174000', '101745.177000', '101745.180000', '101745.183000', '101745.186000', '101745.189000', '101745.192000', '101745.194000', '101745.197000', '101745.200000', '101745.203000', '101745.206000', '101745.209000', '101745.212000', '101745.215000', '101745.218000', '101745.221000', '101745.224000', '101745.227000', '101745.230000', '101745.233000', '101745.236000', '101745.239000', '101745.242000', '101745.245000', '101745.248000', '101745.262000', '101745.265000', '101745.268000', '101745.271000', '101745.274000', '101745.277000', '101745.280000', '101745.283000', '101745.286000', '101745.289000', '101745.292000', '101745.295000', '101745.298000', '101745.301000', '101805.162000', '101805.165000', '101805.168000', '101805.171000', '101805.174000', '101805.177000', '101805.180000', '101805.183000', '101805.186000', '101805.189000', '101805.192000', '101805.195000', '101805.198000', '101805.201000', '101805.204000', '101805.207000', '101805.210000', '101805.213000', '101805.216000', '101805.219000', '101805.222000', '101805.225000', '101805.228000', '101805.231000', '101805.234000', '101805.237000', '101805.240000', '101805.243000', '101805.246000', '101805.249000', '101805.252000', '101805.255000', '101805.258000', '101805.260000', '101805.263000', '101805.266000', '101805.269000', '101805.272000', '101805.275000', '101805.278000', '101805.281000', '101805.284000', '101805.287000', '101825.163000', '101825.166000', '101825.169000', '101825.172000', '101825.175000', '101825.178000', '101825.181000', '101825.184000', '101825.187000', '101825.190000', '101825.193000', '101825.196000', '101825.199000', '101825.202000', '101825.205000', '101825.208000', '101825.211000', '101825.214000', '101825.217000', '101825.220000', '101825.223000', '101825.226000', '101825.228000', '101825.231000', '101825.234000', '101825.237000', '101825.240000', '101825.243000', '101825.246000', '101825.249000', '101825.252000', '101825.255000', '101825.258000', '101825.261000', '101825.264000', '101825.267000', '101825.270000', '101825.273000', '101825.276000', '101825.279000', '101825.282000', '101825.285000', '101825.301000', '101825.304000', '101845.163000', '101845.166000', '101845.169000', '101845.172000', '101845.175000', '101845.178000', '101845.181000', '101845.184000', '101845.187000', '101845.190000', '101845.193000', '101845.196000', '101845.199000', '101845.202000', '101845.205000', '101845.208000', '101845.211000', '101845.214000', '101845.217000', '101845.220000', '101845.223000', '101845.226000', '101845.228000', '101845.231000', '101845.234000', '101845.237000', '101845.240000', '101845.243000', '101845.246000', '101845.249000', '101845.252000', '101845.255000', '101845.258000', '101845.261000', '101845.264000', '101845.267000', '101845.270000', '101845.273000', '101845.276000', '101845.279000', '101845.282000', '101845.285000', '101845.288000', '101905.164000', '101905.167000', '101905.170000', '101905.173000', '101905.177000', '101905.180000', '101905.183000', '101905.185000', '101905.188000', '101905.191000', '101905.194000', '101905.197000', '101905.200000', '101905.203000', '101905.206000', '101905.209000', '101905.212000', '101905.215000', '101905.218000', '101905.221000', '101905.224000', '101905.227000', '101905.230000', '101905.233000', '101905.236000', '101905.239000', '101905.242000', '101905.245000', '101905.248000', '101905.251000', '101905.254000', '101905.257000', '101905.260000', '101905.263000', '101905.266000', '101905.269000', '101905.272000', '101905.274000', '101905.277000', '101905.280000', '101905.283000', '101905.286000', '101905.289000', '101925.162000', '101925.165000', '101925.168000', '101925.171000', '101925.183000', '101925.186000', '101925.189000', '101925.192000', '101925.195000', '101925.198000', '101925.201000', '101925.204000', '101925.207000', '101925.210000', '101925.213000', '101925.216000', '101925.219000', '101925.222000', '101925.225000', '101925.228000', '101925.231000', '101925.234000', '101925.237000', '101925.240000', '101925.243000', '101925.246000', '101925.249000', '101925.252000', '101925.255000', '101925.258000', '101925.261000', '101925.264000', '101925.267000', '101925.270000', '101925.272000', '101925.275000', '101925.278000', '101925.281000', '101925.284000', '101925.287000', '101925.290000', '101925.293000', '101925.296000', '101925.299000', '101945.162000', '101945.166000', '101945.170000', '101945.173000', '101945.176000', '101945.179000', '101945.182000', '101945.185000', '101945.188000', '101945.191000', '101945.194000', '101945.197000', '101945.199000', '101945.202000', '101945.205000', '101945.208000', '101945.211000', '101945.214000', '101945.217000', '101945.220000', '101945.223000', '101945.226000', '101945.229000', '101945.232000', '101945.235000', '101945.238000', '101945.241000', '101945.244000', '101945.247000', '101945.250000', '101945.253000', '101945.256000', '101945.259000', '101945.262000', '101945.265000', '101945.268000', '101945.271000', '101945.274000', '101945.277000', '101945.280000', '101945.283000', '101945.286000', '101945.289000', '102005.162000', '102005.165000', '102005.168000', '102005.171000', '102005.174000', '102005.177000', '102005.180000', '102005.183000', '102005.186000', '102005.189000', '102005.192000', '102005.195000', '102005.198000', '102005.201000', '102005.204000', '102005.207000', '102005.210000', '102005.213000', '102005.216000', '102005.219000', '102005.222000', '102005.225000', '102005.228000', '102005.231000', '102005.234000', '102005.237000', '102005.240000', '102005.243000', '102005.246000', '102005.249000', '102005.251000', '102005.254000', '102005.257000', '102005.260000', '102005.263000', '102005.266000', '102005.269000', '102005.272000', '102005.275000', '102005.278000', '102005.281000', '102005.284000', '102005.287000', '102005.290000', '102025.162000', '102025.165000', '102025.168000', '102025.171000', '102025.174000', '102025.177000', '102025.180000', '102025.183000', '102025.186000', '102025.189000', '102025.192000', '102025.195000', '102025.198000', '102025.201000', '102025.204000', '102025.207000', '102025.210000', '102025.214000', '102025.217000', '102025.220000', '102025.223000', '102025.225000', '102025.228000', '102025.231000', '102025.234000', '102025.237000', '102025.240000', '102025.243000', '102025.246000', '102025.249000', '102025.252000', '102025.255000', '102025.258000', '102025.261000', '102025.264000', '102025.267000', '102025.270000', '102025.273000', '102025.276000', '102025.279000', '102025.282000', '102025.285000', '102025.288000', '102045.163000', '102045.166000', '102045.169000', '102045.172000', '102045.175000', '102045.178000', '102045.181000', '102045.184000', '102045.187000', '102045.190000', '102045.193000', '102045.196000', '102045.199000', '102045.202000', '102045.205000', '102045.208000', '102045.211000', '102045.214000', '102045.217000', '102045.220000', '102045.223000', '102045.226000', '102045.229000', '102045.241000', '102045.244000', '102045.247000', '102045.250000', '102045.253000', '102045.256000', '102045.259000', '102045.261000', '102045.264000', '102045.267000', '102045.270000', '102045.273000', '102045.276000', '102045.279000', '102045.282000', '102045.285000', '102045.288000', '102045.291000', '102045.294000', '102045.297000', '102045.300000', '102105.163000', '102105.166000', '102105.169000', '102105.172000', '102105.175000', '102105.178000', '102105.181000', '102105.184000', '102105.187000', '102105.190000', '102105.193000', '102105.196000', '102105.199000', '102105.202000', '102105.206000', '102105.209000', '102105.213000', '102105.216000', '102105.218000', '102105.221000', '102105.224000', '102105.227000', '102105.230000', '102105.233000', '102105.236000', '102105.239000', '102105.242000', '102105.245000', '102105.248000', '102105.251000', '102105.254000', '102105.257000', '102105.260000', '102105.263000', '102105.266000', '102105.269000', '102105.272000', '102105.275000', '102105.278000', '102105.281000', '102105.283000', '102105.286000', '102105.289000', '102124.138000', '102124.142000', '102124.146000', '102124.151000', '102124.155000', '102124.158000', '102124.162000', '102124.165000', '102124.168000', '102124.171000', '102124.174000', '102124.177000', '102124.182000', '102124.187000', '102124.190000', '102124.193000', '102124.196000', '102124.200000', '102124.203000', '102124.206000', '102124.209000', '102124.212000', '102124.216000', '102124.219000', '102124.222000', '102124.225000', '102124.228000', '102124.230000', '102124.233000', '102124.236000', '102124.239000', '102124.242000', '102124.245000', '102124.248000', '102124.251000', '102124.254000', '102124.257000', '102124.260000', '102124.263000', '102124.266000', '102124.269000', '102124.279000'], 'InstanceCreationTime': ['101505.196000', '101505.199000', '101505.202000', '101505.205000', '101505.208000', '101505.211000', '101505.214000', '101505.217000', '101505.220000', '101505.223000', '101505.226000', '101505.236000', '101505.239000', '101505.242000', '101505.245000', '101505.248000', '101505.251000', '101505.254000', '101505.257000', '101505.260000', '101505.263000', '101505.266000', '101505.269000', '101505.272000', '101505.275000', '101505.278000', '101505.281000', '101505.284000', '101505.287000', '101505.290000', '101505.293000', '101505.296000', '101505.299000', '101505.302000', '101505.305000', '101505.310000', '101505.313000', '101505.316000', '101505.319000', '101505.322000', '101505.325000', '101505.328000', '101505.331000', '101505.334000', '101505.337000', '101505.340000', '101505.343000', '101505.346000', '101525.162000', '101525.165000', '101525.168000', '101525.171000', '101525.174000', '101525.177000', '101525.180000', '101525.183000', '101525.186000', '101525.189000', '101525.192000', '101525.195000', '101525.198000', '101525.201000', '101525.204000', '101525.207000', '101525.209000', '101525.212000', '101525.215000', '101525.218000', '101525.221000', '101525.224000', '101525.227000', '101525.230000', '101525.233000', '101525.236000', '101525.239000', '101525.242000', '101525.245000', '101525.248000', '101525.251000', '101525.254000', '101525.256000', '101525.273000', '101525.278000', '101525.282000', '101525.286000', '101525.289000', '101525.292000', '101525.295000', '101525.298000', '101525.300000', '101525.303000', '101545.162000', '101545.165000', '101545.168000', '101545.171000', '101545.174000', '101545.177000', '101545.180000', '101545.183000', '101545.186000', '101545.189000', '101545.192000', '101545.195000', '101545.198000', '101545.201000', '101545.204000', '101545.207000', '101545.209000', '101545.212000', '101545.215000', '101545.218000', '101545.221000', '101545.224000', '101545.227000', '101545.230000', '101545.233000', '101545.236000', '101545.239000', '101545.242000', '101545.245000', '101545.248000', '101545.251000', '101545.254000', '101545.257000', '101545.259000', '101545.263000', '101545.266000', '101545.269000', '101545.272000', '101545.275000', '101545.278000', '101545.281000', '101545.283000', '101545.287000', '101545.293000', '101605.163000', '101605.166000', '101605.169000', '101605.172000', '101605.175000', '101605.178000', '101605.181000', '101605.184000', '101605.188000', '101605.190000', '101605.193000', '101605.196000', '101605.199000', '101605.202000', '101605.205000', '101605.208000', '101605.211000', '101605.214000', '101605.217000', '101605.220000', '101605.223000', '101605.226000', '101605.229000', '101605.232000', '101605.235000', '101605.240000', '101605.243000', '101605.246000', '101605.249000', '101605.252000', '101605.255000', '101605.258000', '101605.261000', '101605.264000', '101605.278000', '101605.281000', '101605.291000', '101605.294000', '101605.297000', '101605.300000', '101605.303000', '101605.306000', '101605.309000', '101625.163000', '101625.167000', '101625.170000', '101625.172000', '101625.175000', '101625.179000', '101625.181000', '101625.184000', '101625.187000', '101625.191000', '101625.193000', '101625.196000', '101625.199000', '101625.202000', '101625.205000', '101625.208000', '101625.211000', '101625.215000', '101625.217000', '101625.220000', '101625.223000', '101625.226000', '101625.229000', '101625.232000', '101625.235000', '101625.238000', '101625.241000', '101625.251000', '101625.254000', '101625.257000', '101625.260000', '101625.263000', '101625.266000', '101625.269000', '101625.272000', '101625.275000', '101625.278000', '101625.281000', '101625.284000', '101625.287000', '101625.290000', '101625.293000', '101625.296000', '101625.299000', '101645.162000', '101645.165000', '101645.168000', '101645.171000', '101645.174000', '101645.177000', '101645.180000', '101645.183000', '101645.186000', '101645.189000', '101645.192000', '101645.195000', '101645.198000', '101645.201000', '101645.204000', '101645.207000', '101645.210000', '101645.213000', '101645.216000', '101645.219000', '101645.222000', '101645.225000', '101645.228000', '101645.231000', '101645.234000', '101645.237000', '101645.240000', '101645.243000', '101645.246000', '101645.249000', '101645.252000', '101645.255000', '101645.258000', '101645.261000', '101645.264000', '101645.267000', '101645.270000', '101645.273000', '101645.276000', '101645.279000', '101645.282000', '101645.285000', '101645.288000', '101705.162000', '101705.165000', '101705.168000', '101705.171000', '101705.174000', '101705.177000', '101705.180000', '101705.183000', '101705.186000', '101705.189000', '101705.192000', '101705.195000', '101705.198000', '101705.201000', '101705.204000', '101705.206000', '101705.209000', '101705.212000', '101705.215000', '101705.218000', '101705.221000', '101705.224000', '101705.227000', '101705.230000', '101705.233000', '101705.236000', '101705.239000', '101705.242000', '101705.245000', '101705.248000', '101705.251000', '101705.254000', '101705.257000', '101705.260000', '101705.263000', '101705.266000', '101705.269000', '101705.272000', '101705.275000', '101705.278000', '101705.281000', '101705.283000', '101705.286000', '101705.289000', '101725.162000', '101725.165000', '101725.168000', '101725.171000', '101725.174000', '101725.177000', '101725.180000', '101725.183000', '101725.186000', '101725.189000', '101725.192000', '101725.195000', '101725.198000', '101725.201000', '101725.204000', '101725.207000', '101725.210000', '101725.213000', '101725.216000', '101725.219000', '101725.222000', '101725.225000', '101725.228000', '101725.231000', '101725.234000', '101725.237000', '101725.240000', '101725.243000', '101725.246000', '101725.249000', '101725.252000', '101725.255000', '101725.258000', '101725.261000', '101725.264000', '101725.267000', '101725.270000', '101725.273000', '101725.277000', '101725.280000', '101725.283000', '101725.286000', '101725.289000', '101745.162000', '101745.165000', '101745.168000', '101745.171000', '101745.174000', '101745.177000', '101745.180000', '101745.183000', '101745.186000', '101745.189000', '101745.192000', '101745.194000', '101745.197000', '101745.200000', '101745.203000', '101745.206000', '101745.209000', '101745.212000', '101745.215000', '101745.218000', '101745.221000', '101745.224000', '101745.227000', '101745.230000', '101745.233000', '101745.236000', '101745.239000', '101745.242000', '101745.245000', '101745.248000', '101745.262000', '101745.265000', '101745.268000', '101745.271000', '101745.274000', '101745.277000', '101745.280000', '101745.283000', '101745.286000', '101745.289000', '101745.292000', '101745.295000', '101745.298000', '101745.301000', '101805.162000', '101805.165000', '101805.168000', '101805.171000', '101805.174000', '101805.177000', '101805.180000', '101805.183000', '101805.186000', '101805.189000', '101805.192000', '101805.195000', '101805.198000', '101805.201000', '101805.204000', '101805.207000', '101805.210000', '101805.213000', '101805.216000', '101805.219000', '101805.222000', '101805.225000', '101805.228000', '101805.231000', '101805.234000', '101805.237000', '101805.240000', '101805.243000', '101805.246000', '101805.249000', '101805.252000', '101805.255000', '101805.258000', '101805.260000', '101805.263000', '101805.266000', '101805.269000', '101805.272000', '101805.275000', '101805.278000', '101805.281000', '101805.284000', '101805.287000', '101825.163000', '101825.166000', '101825.169000', '101825.172000', '101825.175000', '101825.178000', '101825.181000', '101825.184000', '101825.187000', '101825.190000', '101825.193000', '101825.196000', '101825.199000', '101825.202000', '101825.205000', '101825.208000', '101825.211000', '101825.214000', '101825.217000', '101825.220000', '101825.223000', '101825.226000', '101825.228000', '101825.231000', '101825.234000', '101825.237000', '101825.240000', '101825.243000', '101825.246000', '101825.249000', '101825.252000', '101825.255000', '101825.258000', '101825.261000', '101825.264000', '101825.267000', '101825.270000', '101825.273000', '101825.276000', '101825.279000', '101825.282000', '101825.285000', '101825.301000', '101825.304000', '101845.163000', '101845.166000', '101845.169000', '101845.172000', '101845.175000', '101845.178000', '101845.181000', '101845.184000', '101845.187000', '101845.190000', '101845.193000', '101845.196000', '101845.199000', '101845.202000', '101845.205000', '101845.208000', '101845.211000', '101845.214000', '101845.217000', '101845.220000', '101845.223000', '101845.226000', '101845.228000', '101845.231000', '101845.234000', '101845.237000', '101845.240000', '101845.243000', '101845.246000', '101845.249000', '101845.252000', '101845.255000', '101845.258000', '101845.261000', '101845.264000', '101845.267000', '101845.270000', '101845.273000', '101845.276000', '101845.279000', '101845.282000', '101845.285000', '101845.288000', '101905.164000', '101905.167000', '101905.170000', '101905.173000', '101905.177000', '101905.180000', '101905.183000', '101905.185000', '101905.188000', '101905.191000', '101905.194000', '101905.197000', '101905.200000', '101905.203000', '101905.206000', '101905.209000', '101905.212000', '101905.215000', '101905.218000', '101905.221000', '101905.224000', '101905.227000', '101905.230000', '101905.233000', '101905.236000', '101905.239000', '101905.242000', '101905.245000', '101905.248000', '101905.251000', '101905.254000', '101905.257000', '101905.260000', '101905.263000', '101905.266000', '101905.269000', '101905.272000', '101905.274000', '101905.277000', '101905.280000', '101905.283000', '101905.286000', '101905.289000', '101925.162000', '101925.165000', '101925.168000', '101925.171000', '101925.183000', '101925.186000', '101925.189000', '101925.192000', '101925.195000', '101925.198000', '101925.201000', '101925.204000', '101925.207000', '101925.210000', '101925.213000', '101925.216000', '101925.219000', '101925.222000', '101925.225000', '101925.228000', '101925.231000', '101925.234000', '101925.237000', '101925.240000', '101925.243000', '101925.246000', '101925.249000', '101925.252000', '101925.255000', '101925.258000', '101925.261000', '101925.264000', '101925.267000', '101925.270000', '101925.272000', '101925.275000', '101925.278000', '101925.281000', '101925.284000', '101925.287000', '101925.290000', '101925.293000', '101925.296000', '101925.299000', '101945.162000', '101945.166000', '101945.170000', '101945.173000', '101945.176000', '101945.179000', '101945.182000', '101945.185000', '101945.188000', '101945.191000', '101945.194000', '101945.197000', '101945.199000', '101945.202000', '101945.205000', '101945.208000', '101945.211000', '101945.214000', '101945.217000', '101945.220000', '101945.223000', '101945.226000', '101945.229000', '101945.232000', '101945.235000', '101945.238000', '101945.241000', '101945.244000', '101945.247000', '101945.250000', '101945.253000', '101945.256000', '101945.259000', '101945.262000', '101945.265000', '101945.268000', '101945.271000', '101945.274000', '101945.277000', '101945.280000', '101945.283000', '101945.286000', '101945.289000', '102005.162000', '102005.165000', '102005.168000', '102005.171000', '102005.174000', '102005.177000', '102005.180000', '102005.183000', '102005.186000', '102005.189000', '102005.192000', '102005.195000', '102005.198000', '102005.201000', '102005.204000', '102005.207000', '102005.210000', '102005.213000', '102005.216000', '102005.219000', '102005.222000', '102005.225000', '102005.228000', '102005.231000', '102005.234000', '102005.237000', '102005.240000', '102005.243000', '102005.246000', '102005.249000', '102005.251000', '102005.254000', '102005.257000', '102005.260000', '102005.263000', '102005.266000', '102005.269000', '102005.272000', '102005.275000', '102005.278000', '102005.281000', '102005.284000', '102005.287000', '102005.290000', '102025.162000', '102025.165000', '102025.168000', '102025.171000', '102025.174000', '102025.177000', '102025.180000', '102025.183000', '102025.186000', '102025.189000', '102025.192000', '102025.195000', '102025.198000', '102025.201000', '102025.204000', '102025.207000', '102025.210000', '102025.214000', '102025.217000', '102025.220000', '102025.223000', '102025.225000', '102025.228000', '102025.231000', '102025.234000', '102025.237000', '102025.240000', '102025.243000', '102025.246000', '102025.249000', '102025.252000', '102025.255000', '102025.258000', '102025.261000', '102025.264000', '102025.267000', '102025.270000', '102025.273000', '102025.276000', '102025.279000', '102025.282000', '102025.285000', '102025.288000', '102045.163000', '102045.166000', '102045.169000', '102045.172000', '102045.175000', '102045.178000', '102045.181000', '102045.184000', '102045.187000', '102045.190000', '102045.193000', '102045.196000', '102045.199000', '102045.202000', '102045.205000', '102045.208000', '102045.211000', '102045.214000', '102045.217000', '102045.220000', '102045.223000', '102045.226000', '102045.229000', '102045.241000', '102045.244000', '102045.247000', '102045.250000', '102045.253000', '102045.256000', '102045.259000', '102045.261000', '102045.264000', '102045.267000', '102045.270000', '102045.273000', '102045.276000', '102045.279000', '102045.282000', '102045.285000', '102045.288000', '102045.291000', '102045.294000', '102045.297000', '102045.300000', '102105.163000', '102105.166000', '102105.169000', '102105.172000', '102105.175000', '102105.178000', '102105.181000', '102105.184000', '102105.187000', '102105.190000', '102105.193000', '102105.196000', '102105.199000', '102105.202000', '102105.206000', '102105.209000', '102105.213000', '102105.216000', '102105.218000', '102105.221000', '102105.224000', '102105.227000', '102105.230000', '102105.233000', '102105.236000', '102105.239000', '102105.242000', '102105.245000', '102105.248000', '102105.251000', '102105.254000', '102105.257000', '102105.260000', '102105.263000', '102105.266000', '102105.269000', '102105.272000', '102105.275000', '102105.278000', '102105.281000', '102105.283000', '102105.286000', '102105.289000', '102124.138000', '102124.142000', '102124.146000', '102124.151000', '102124.155000', '102124.158000', '102124.162000', '102124.165000', '102124.168000', '102124.171000', '102124.174000', '102124.177000', '102124.182000', '102124.187000', '102124.190000', '102124.193000', '102124.196000', '102124.200000', '102124.203000', '102124.206000', '102124.209000', '102124.212000', '102124.216000', '102124.219000', '102124.222000', '102124.225000', '102124.228000', '102124.230000', '102124.233000', '102124.236000', '102124.239000', '102124.242000', '102124.245000', '102124.248000', '102124.251000', '102124.254000', '102124.257000', '102124.260000', '102124.263000', '102124.266000', '102124.269000', '102124.279000'], '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': [9449, 9548, 9016, 8839, 8556, 8290, 10599, 12448, 8944, 9371, 15703, 11415, 9238, 15926, 14021, 9967, 16020, 14155, 10162, 15386, 11785, 9706, 15193, 11319, 10014, 9833, 8010, 10131, 8161, 8641, 7915, 7787, 8455, 7802, 9267, 8060, 8043, 8239, 7900, 9062, 8303, 7939, 8789, 8287, 8348, 7986, 8078, 8283, 8130, 8372, 8029, 9149, 8382, 8899, 9862, 11551, 12421, 8204, 8149, 8367, 8363, 11784, 8357, 7896, 10847, 7897, 7810, 11316, 8235, 8420, 8253, 8010, 10573, 8526, 10438, 9323, 11203, 8133, 9076, 14830, 11679, 15166, 16823, 14329, 10906, 15696, 10410, 8916, 15636, 10651, 9427, 8276, 7886, 10381, 8431, 9131, 9358, 8037, 14888, 10785, 10119, 8441, 7969, 12061, 8288, 8404, 8222, 7796, 9777, 8089, 8458, 7722, 7882, 7924, 7947, 8158, 8146, 8382, 8357, 11769, 12986, 8504, 8555, 12786, 8617, 8271, 9954, 8212, 8755, 8315, 8256, 8325, 8403, 11189, 8436, 13442, 9138, 12179, 17038, 15655, 11795, 12385, 11627, 8295, 10860, 9169, 7736, 9821, 8324, 8256, 9036, 8173, 8888, 8207, 8143, 10834, 8254, 8806, 8384, 7923, 11541, 8484, 9028, 12199, 12478, 13438, 8813, 8196, 8640, 8291, 8500, 8000, 9591, 9678, 7874, 9304, 8488, 8482, 8570, 8494, 9281, 8011, 9081, 8013, 11059, 12274, 9035, 14243, 13536, 9774, 15065, 12369, 11196, 10896, 8110, 10221, 8362, 8025, 8302, 7935, 10159, 8378, 8610, 8389, 8503, 11729, 8481, 8602, 8637, 8173, 11594, 8275, 8225, 11628, 8551, 8389, 9770, 8534, 9313, 11888, 8000, 10121, 14300, 9910, 10085, 8438, 8579, 8300, 8144, 11279, 9061, 9946, 8453, 8640, 9748, 7987, 12205, 14128, 9885, 15686, 15957, 12333, 11436, 15510, 10645, 10980, 9713, 7851, 9985, 8171, 8242, 8799, 8071, 10911, 11571, 14505, 13544, 9181, 8158, 8100, 8503, 9734, 8251, 8471, 12435, 12726, 7935, 9143, 9129, 8005, 9782, 8064, 8344, 8804, 7934, 10046, 8757, 10159, 12739, 11737, 13204, 9469, 9604, 13102, 13078, 16804, 14549, 13521, 10177, 8452, 8588, 8508, 9075, 8560, 9062, 8783, 9112, 13997, 12789, 10085, 11566, 14870, 12761, 10428, 12356, 8907, 8455, 8025, 7844, 8023, 7717, 8660, 8248, 8551, 8142, 9050, 8183, 10029, 8373, 11190, 10264, 8713, 11235, 10980, 8237, 11237, 8545, 8322, 7868, 8165, 7988, 8507, 7811, 8036, 8007, 8498, 7849, 8333, 9740, 13797, 8295, 8347, 11586, 8257, 8670, 7965, 8884, 7755, 9288, 12353, 8795, 12943, 13724, 10714, 15190, 16400, 12630, 12304, 15178, 12074, 10307, 14841, 11849, 10468, 11865, 8135, 9270, 8258, 8158, 9737, 8498, 8840, 8727, 8552, 9348, 8527, 8986, 8230, 7937, 9496, 8670, 8586, 9952, 8652, 8735, 11193, 8672, 8793, 13404, 10949, 9921, 7993, 8184, 8277, 8262, 9342, 7927, 8723, 11841, 8930, 8509, 8875, 8384, 9723, 8614, 9166, 11135, 8778, 13727, 12716, 15250, 12997, 15861, 16979, 13322, 16689, 17090, 17979, 17551, 13491, 10658, 9172, 8504, 8733, 8772, 8583, 10035, 8502, 8827, 8890, 10168, 14497, 14450, 10382, 9690, 14469, 10968, 9009, 14906, 10541, 8180, 10218, 8395, 8547, 8226, 8194, 9263, 8552, 8662, 8964, 8091, 8475, 8372, 8422, 8914, 8443, 9247, 8207, 8470, 10598, 8682, 9089, 10779, 8150, 9701, 8808, 8686, 11903, 10539, 10078, 7879, 8214, 7824, 8360, 9222, 8102, 9210, 13145, 13498, 8624, 9516, 12794, 8281, 9250, 9031, 8152, 8056, 7718, 7915, 7626, 8466, 8216, 8865, 9244, 7983, 11124, 16892, 14203, 11550, 11267, 15585, 12765, 10984, 13375, 9134, 9896, 8392, 8401, 14771, 11018, 11972, 15632, 11356, 15326, 15116, 14295, 9815, 8095, 9995, 8395, 10461, 8678, 9175, 15591, 14789, 10275, 13127, 9971, 8173, 11700, 8316, 8316, 8078, 8221, 8836, 8282, 8452, 9078, 8487, 8851, 8146, 8290, 10018, 8760, 8163, 9600, 8256, 8951, 8184, 8003, 9077, 7964, 8602, 8138, 8448, 8086, 8322, 9762, 11235, 8669, 9151, 12923, 9513, 8677, 9072, 8432, 8717, 9366, 8390, 9091, 8380, 8893, 9833, 8642, 9875, 11854, 9802, 14015, 14472, 11456, 15765, 11717, 9842, 15176, 12373, 12362, 12773, 9093, 14724, 10109, 8183, 13978, 11283, 9752, 9868, 7937, 8952, 7983, 8131, 9498, 8436, 8529, 7811, 8063, 8254, 8044, 9115, 8591, 8690, 13244, 14198, 10678, 9277, 13249, 9754, 8785, 14481, 11175, 9737, 8195, 8031, 8857, 9727, 8075, 8909, 10851, 8193, 8672, 9900, 8289, 9901, 8375, 8686, 7921, 8563, 10946, 8001, 8957, 14122, 16425, 14266, 12831, 16254, 12768, 11417, 15373, 11155, 8918, 12315, 8468, 9162, 9436, 8163, 8417, 8349, 8755, 9773, 8671, 8821, 8785, 8262, 9514, 8583, 8785, 8119, 8422, 7758, 7784, 7887, 8400, 8846, 8256, 12019, 16253, 14368, 14354, 14663, 9902, 8190, 8063, 8570, 7610, 8306, 9728, 8348, 8424, 10228, 8262, 8283, 8943, 8335, 9642, 8622, 8585, 11209, 8960, 9717, 9644, 12105, 13176, 10845, 14393, 11781, 14502, 12141, 13733, 17308, 15221, 14184, 14258, 9603, 9437, 7914, 8297, 9700, 8423, 8511, 8102, 8277, 10233, 8558, 8688, 8392, 8485, 9962, 8416, 8817, 8166, 8184, 10081, 8643, 9151, 8344, 8583, 8726, 8098, 9617, 8814, 8948, 12998, 10342, 10961, 8491, 8308, 8209, 8463, 9939, 8653, 9095, 8690, 8527, 8902, 8356, 9337, 8266, 8873, 13108, 9774, 10032, 15396, 11749, 10896, 15693, 11792, 10504, 13869, 10594, 12248, 8886, 8657, 8783, 9239, 10323, 8808, 9184, 13675, 13774, 9650, 9895, 15106, 10008, 10009, 12188, 10153, 8772, 8639, 8085, 9385, 8552, 8044, 10011, 13865, 9825, 11393, 15153, 9304, 10201, 10571, 7867, 8736, 8436, 8291, 9262, 8172, 8705, 9527, 8166, 9183, 9379, 8340, 8609, 8433, 8530, 9547, 8559, 8327, 10967, 8645, 8310, 10435, 8606, 8890, 9069, 8480, 8978, 8601, 8604, 8943, 8171, 10163, 8863, 8630, 12240, 9361, 10019, 13846, 10103, 14328, 12904, 14423, 9792, 8656, 8555, 8397, 9893, 8688, 8277, 11018, 8549, 8108, 14687, 11571, 10750, 15286, 11914, 10243, 11258, 8737, 9875, 8411, 9179, 8233, 8836, 14705, 13197, 14321, 14609, 10347, 13634, 10763, 8903, 15521], 'WindowCenter': [4460.0, 4430.0, 4408.0, 4418.0, 4420.0, 4407.0, 4425.0, 4443.0, 4401.0, 4403.0, 4464.0, 4420.0, 4400.0, 4450.0, 4437.0, 4388.0, 4436.0, 4414.0, 4382.0, 4421.0, 4392.0, 4363.0, 4410.0, 4380.0, 4370.0, 4358.0, 4338.0, 4368.0, 4339.0, 4348.0, 4339.0, 4339.0, 4351.0, 4341.0, 4371.0, 4352.0, 4354.0, 4363.0, 4355.0, 4374.0, 4364.0, 4354.0, 4363.0, 4365.0, 4364.0, 4366.0, 4367.0, 4377.0, 4369.0, 4378.0, 4380.0, 4413.0, 4406.0, 4414.0, 4411.0, 4433.0, 4433.0, 4381.0, 4368.0, 4393.0, 4392.0, 4431.0, 4392.0, 4393.0, 4422.0, 4394.0, 4395.0, 4433.0, 4406.0, 4403.0, 4393.0, 4395.0, 4434.0, 4404.0, 4435.0, 4416.0, 4435.0, 4396.0, 4406.0, 4464.0, 4434.0, 4464.0, 4463.0, 4441.0, 4408.0, 4437.0, 4399.0, 4377.0, 4449.0, 4396.0, 4376.0, 4365.0, 4366.0, 4396.0, 4377.0, 4386.0, 4386.0, 4368.0, 4436.0, 4407.0, 4397.0, 4366.0, 4366.0, 4415.0, 4366.0, 4367.0, 4366.0, 4369.0, 4398.0, 4356.0, 4366.0, 4370.0, 4367.0, 4367.0, 4355.0, 4367.0, 4395.0, 4407.0, 4408.0, 4447.0, 4454.0, 4403.0, 4403.0, 4443.0, 4403.0, 4404.0, 4413.0, 4394.0, 4402.0, 4405.0, 4406.0, 4405.0, 4406.0, 4435.0, 4406.0, 4454.0, 4403.0, 4433.0, 4465.0, 4439.0, 4407.0, 4405.0, 4394.0, 4365.0, 4396.0, 4374.0, 4357.0, 4386.0, 4366.0, 4377.0, 4387.0, 4379.0, 4388.0, 4379.0, 4379.0, 4409.0, 4379.0, 4390.0, 4377.0, 4378.0, 4409.0, 4378.0, 4388.0, 4418.0, 4429.0, 4428.0, 4377.0, 4365.0, 4376.0, 4378.0, 4379.0, 4383.0, 4404.0, 4401.0, 4383.0, 4403.0, 4405.0, 4402.0, 4405.0, 4405.0, 4404.0, 4394.0, 4403.0, 4397.0, 4436.0, 4446.0, 4404.0, 4454.0, 4444.0, 4412.0, 4463.0, 4431.0, 4421.0, 4409.0, 4380.0, 4399.0, 4379.0, 4370.0, 4380.0, 4381.0, 4411.0, 4392.0, 4402.0, 4394.0, 4403.0, 4431.0, 4391.0, 4380.0, 4392.0, 4392.0, 4432.0, 4392.0, 4394.0, 4434.0, 4405.0, 4396.0, 4417.0, 4405.0, 4415.0, 4444.0, 4404.0, 4424.0, 4464.0, 4423.0, 4423.0, 4404.0, 4405.0, 4404.0, 4405.0, 4433.0, 4418.0, 4426.0, 4406.0, 4404.0, 4413.0, 4393.0, 4443.0, 4453.0, 4415.0, 4465.0, 4462.0, 4432.0, 4420.0, 4451.0, 4409.0, 4407.0, 4389.0, 4378.0, 4398.0, 4380.0, 4390.0, 4390.0, 4382.0, 4411.0, 4421.0, 4439.0, 4430.0, 4389.0, 4356.0, 4368.0, 4378.0, 4386.0, 4378.0, 4382.0, 4430.0, 4429.0, 4380.0, 4389.0, 4388.0, 4379.0, 4399.0, 4379.0, 4380.0, 4402.0, 4392.0, 4412.0, 4391.0, 4414.0, 4441.0, 4435.0, 4440.0, 4399.0, 4401.0, 4428.0, 4431.0, 4464.0, 4441.0, 4429.0, 4397.0, 4367.0, 4376.0, 4377.0, 4389.0, 4394.0, 4404.0, 4406.0, 4404.0, 4453.0, 4429.0, 4400.0, 4408.0, 4426.0, 4404.0, 4384.0, 4402.0, 4363.0, 4353.0, 4342.0, 4352.0, 4340.0, 4346.0, 4363.0, 4365.0, 4367.0, 4358.0, 4377.0, 4368.0, 4389.0, 4369.0, 4399.0, 4387.0, 4366.0, 4384.0, 4384.0, 4354.0, 4384.0, 4367.0, 4356.0, 4357.0, 4368.0, 4357.0, 4379.0, 4359.0, 4370.0, 4370.0, 4392.0, 4384.0, 4396.0, 4417.0, 4458.0, 4397.0, 4398.0, 4433.0, 4398.0, 4407.0, 4398.0, 4418.0, 4400.0, 4432.0, 4461.0, 4410.0, 4459.0, 4458.0, 4426.0, 4467.0, 4466.0, 4425.0, 4422.0, 4442.0, 4422.0, 4400.0, 4438.0, 4408.0, 4398.0, 4410.0, 4359.0, 4380.0, 4368.0, 4370.0, 4388.0, 4379.0, 4390.0, 4381.0, 4392.0, 4401.0, 4393.0, 4404.0, 4396.0, 4383.0, 4403.0, 4394.0, 4395.0, 4413.0, 4396.0, 4393.0, 4423.0, 4394.0, 4405.0, 4444.0, 4424.0, 4404.0, 4384.0, 4393.0, 4382.0, 4393.0, 4414.0, 4394.0, 4418.0, 4450.0, 4421.0, 4407.0, 4419.0, 4422.0, 4443.0, 4422.0, 4429.0, 4437.0, 4405.0, 4455.0, 4456.0, 4478.0, 4457.0, 4476.0, 4476.0, 4454.0, 4461.0, 4450.0, 4458.0, 4460.0, 4426.0, 4395.0, 4375.0, 4362.0, 4375.0, 4376.0, 4390.0, 4412.0, 4407.0, 4405.0, 4404.0, 4411.0, 4440.0, 4428.0, 4385.0, 4374.0, 4424.0, 4385.0, 4366.0, 4425.0, 4382.0, 4353.0, 4372.0, 4351.0, 4351.0, 4351.0, 4363.0, 4375.0, 4375.0, 4377.0, 4376.0, 4369.0, 4368.0, 4368.0, 4380.0, 4378.0, 4381.0, 4392.0, 4381.0, 4392.0, 4413.0, 4396.0, 4403.0, 4425.0, 4384.0, 4403.0, 4391.0, 4393.0, 4421.0, 4411.0, 4402.0, 4385.0, 4396.0, 4384.0, 4395.0, 4404.0, 4396.0, 4428.0, 4458.0, 4456.0, 4406.0, 4419.0, 4447.0, 4407.0, 4415.0, 4404.0, 4397.0, 4394.0, 4371.0, 4369.0, 4372.0, 4395.0, 4408.0, 4418.0, 4417.0, 4399.0, 4451.0, 4491.0, 4445.0, 4424.0, 4425.0, 4452.0, 4431.0, 4410.0, 4429.0, 4389.0, 4399.0, 4379.0, 4381.0, 4440.0, 4412.0, 4420.0, 4451.0, 4409.0, 4439.0, 4437.0, 4428.0, 4373.0, 4344.0, 4372.0, 4353.0, 4383.0, 4365.0, 4377.0, 4436.0, 4426.0, 4384.0, 4403.0, 4373.0, 4354.0, 4393.0, 4354.0, 4353.0, 4353.0, 4365.0, 4374.0, 4365.0, 4367.0, 4376.0, 4378.0, 4377.0, 4368.0, 4379.0, 4398.0, 4380.0, 4382.0, 4391.0, 4379.0, 4380.0, 4369.0, 4370.0, 4378.0, 4370.0, 4379.0, 4369.0, 4369.0, 4371.0, 4393.0, 4414.0, 4423.0, 4395.0, 4405.0, 4443.0, 4403.0, 4392.0, 4392.0, 4393.0, 4403.0, 4401.0, 4393.0, 4403.0, 4405.0, 4417.0, 4427.0, 4418.0, 4427.0, 4436.0, 4415.0, 4457.0, 4454.0, 4423.0, 4451.0, 4411.0, 4388.0, 4437.0, 4417.0, 4417.0, 4418.0, 4377.0, 4436.0, 4385.0, 4368.0, 4425.0, 4396.0, 4387.0, 4385.0, 4366.0, 4376.0, 4367.0, 4367.0, 4387.0, 4378.0, 4378.0, 4370.0, 4379.0, 4380.0, 4382.0, 4401.0, 4403.0, 4406.0, 4456.0, 4442.0, 4410.0, 4390.0, 4431.0, 4388.0, 4379.0, 4426.0, 4408.0, 4386.0, 4367.0, 4369.0, 4390.0, 4400.0, 4380.0, 4391.0, 4411.0, 4381.0, 4391.0, 4401.0, 4380.0, 4398.0, 4379.0, 4379.0, 4370.0, 4390.0, 4421.0, 4380.0, 4392.0, 4452.0, 4463.0, 4440.0, 4430.0, 4448.0, 4416.0, 4407.0, 4437.0, 4407.0, 4378.0, 4416.0, 4368.0, 4388.0, 4403.0, 4378.0, 4367.0, 4380.0, 4391.0, 4401.0, 4392.0, 4403.0, 4393.0, 4394.0, 4403.0, 4394.0, 4393.0, 4384.0, 4382.0, 4371.0, 4383.0, 4384.0, 4395.0, 4407.0, 4408.0, 4447.0, 4477.0, 4443.0, 4430.0, 4428.0, 4387.0, 4366.0, 4368.0, 4378.0, 4368.0, 4381.0, 4414.0, 4393.0, 4394.0, 4424.0, 4406.0, 4395.0, 4404.0, 4395.0, 4413.0, 4393.0, 4405.0, 4434.0, 4405.0, 4415.0, 4416.0, 4434.0, 4444.0, 4424.0, 4441.0, 4420.0, 4428.0, 4408.0, 4430.0, 4449.0, 4427.0, 4413.0, 4411.0, 4362.0, 4360.0, 4341.0, 4352.0, 4361.0, 4353.0, 4362.0, 4353.0, 4365.0, 4384.0, 4365.0, 4365.0, 4365.0, 4377.0, 4387.0, 4367.0, 4378.0, 4378.0, 4381.0, 4400.0, 4381.0, 4390.0, 4381.0, 4391.0, 4392.0, 4381.0, 4401.0, 4403.0, 4403.0, 4443.0, 4400.0, 4411.0, 4381.0, 4381.0, 4380.0, 4392.0, 4411.0, 4405.0, 4406.0, 4404.0, 4408.0, 4417.0, 4407.0, 4415.0, 4405.0, 4416.0, 4455.0, 4415.0, 4415.0, 4465.0, 4435.0, 4424.0, 4462.0, 4420.0, 4409.0, 4429.0, 4398.0, 4418.0, 4378.0, 4380.0, 4408.0, 4406.0, 4412.0, 4393.0, 4404.0, 4443.0, 4441.0, 4401.0, 4402.0, 4450.0, 4401.0, 4401.0, 4418.0, 4399.0, 4379.0, 4377.0, 4370.0, 4388.0, 4379.0, 4369.0, 4399.0, 4428.0, 4388.0, 4408.0, 4438.0, 4375.0, 4386.0, 4384.0, 4356.0, 4367.0, 4367.0, 4368.0, 4388.0, 4379.0, 4381.0, 4390.0, 4381.0, 4389.0, 4389.0, 4370.0, 4380.0, 4368.0, 4381.0, 4388.0, 4381.0, 4381.0, 4412.0, 4393.0, 4394.0, 4414.0, 4405.0, 4404.0, 4392.0, 4392.0, 4392.0, 4394.0, 4394.0, 4405.0, 4395.0, 4426.0, 4419.0, 4408.0, 4449.0, 4418.0, 4428.0, 4456.0, 4414.0, 4455.0, 4446.0, 4443.0, 4404.0, 4381.0, 4380.0, 4381.0, 4404.0, 4391.0, 4383.0, 4423.0, 4393.0, 4395.0, 4466.0, 4434.0, 4428.0, 4453.0, 4420.0, 4400.0, 4411.0, 4391.0, 4413.0, 4393.0, 4402.0, 4381.0, 4393.0, 4440.0, 4431.0, 4443.0, 4439.0, 4388.0, 4427.0, 4395.0, 4377.0, 4437.0], 'WindowWidth': [9837.0, 9775.0, 9738.0, 9753.0, 9760.0, 9736.0, 9756.0, 9775.0, 9715.0, 9721.0, 9809.0, 9739.0, 9713.0, 9781.0, 9755.0, 9690.0, 9753.0, 9717.0, 9670.0, 9725.0, 9682.0, 9645.0, 9707.0, 9665.0, 9651.0, 9632.0, 9608.0, 9645.0, 9607.0, 9619.0, 9607.0, 9610.0, 9626.0, 9617.0, 9655.0, 9632.0, 9637.0, 9646.0, 9639.0, 9664.0, 9650.0, 9638.0, 9649.0, 9654.0, 9650.0, 9656.0, 9660.0, 9674.0, 9667.0, 9678.0, 9684.0, 9735.0, 9731.0, 9737.0, 9727.0, 9757.0, 9755.0, 9684.0, 9663.0, 9703.0, 9703.0, 9754.0, 9701.0, 9706.0, 9744.0, 9708.0, 9714.0, 9762.0, 9728.0, 9722.0, 9709.0, 9713.0, 9765.0, 9726.0, 9766.0, 9740.0, 9766.0, 9714.0, 9728.0, 9802.0, 9760.0, 9804.0, 9809.0, 9764.0, 9716.0, 9757.0, 9704.0, 9673.0, 9772.0, 9698.0, 9670.0, 9655.0, 9659.0, 9700.0, 9675.0, 9687.0, 9685.0, 9663.0, 9754.0, 9714.0, 9701.0, 9657.0, 9658.0, 9722.0, 9657.0, 9662.0, 9659.0, 9667.0, 9703.0, 9643.0, 9655.0, 9670.0, 9660.0, 9658.0, 9638.0, 9660.0, 9714.0, 9734.0, 9737.0, 9787.0, 9793.0, 9722.0, 9721.0, 9773.0, 9722.0, 9724.0, 9734.0, 9709.0, 9720.0, 9725.0, 9728.0, 9728.0, 9731.0, 9767.0, 9728.0, 9792.0, 9720.0, 9760.0, 9811.0, 9763.0, 9711.0, 9707.0, 9691.0, 9654.0, 9696.0, 9665.0, 9645.0, 9682.0, 9656.0, 9673.0, 9686.0, 9680.0, 9692.0, 9681.0, 9682.0, 9723.0, 9681.0, 9696.0, 9677.0, 9679.0, 9719.0, 9676.0, 9690.0, 9727.0, 9745.0, 9741.0, 9671.0, 9654.0, 9672.0, 9676.0, 9681.0, 9690.0, 9718.0, 9712.0, 9692.0, 9719.0, 9725.0, 9720.0, 9725.0, 9728.0, 9722.0, 9710.0, 9722.0, 9716.0, 9771.0, 9781.0, 9724.0, 9792.0, 9775.0, 9731.0, 9802.0, 9755.0, 9738.0, 9721.0, 9681.0, 9707.0, 9680.0, 9668.0, 9684.0, 9687.0, 9728.0, 9704.0, 9719.0, 9711.0, 9720.0, 9756.0, 9698.0, 9684.0, 9701.0, 9702.0, 9757.0, 9703.0, 9709.0, 9761.0, 9725.0, 9715.0, 9742.0, 9726.0, 9739.0, 9776.0, 9727.0, 9754.0, 9806.0, 9747.0, 9746.0, 9725.0, 9727.0, 9726.0, 9728.0, 9765.0, 9747.0, 9755.0, 9731.0, 9727.0, 9734.0, 9707.0, 9776.0, 9787.0, 9738.0, 9807.0, 9801.0, 9756.0, 9740.0, 9779.0, 9720.0, 9716.0, 9691.0, 9678.0, 9706.0, 9683.0, 9699.0, 9698.0, 9690.0, 9728.0, 9738.0, 9760.0, 9745.0, 9689.0, 9643.0, 9660.0, 9675.0, 9685.0, 9677.0, 9686.0, 9752.0, 9747.0, 9682.0, 9695.0, 9692.0, 9682.0, 9708.0, 9680.0, 9685.0, 9715.0, 9705.0, 9732.0, 9702.0, 9734.0, 9769.0, 9762.0, 9766.0, 9708.0, 9712.0, 9744.0, 9754.0, 9807.0, 9768.0, 9746.0, 9698.0, 9661.0, 9671.0, 9675.0, 9693.0, 9709.0, 9726.0, 9728.0, 9726.0, 9789.0, 9749.0, 9704.0, 9713.0, 9738.0, 9702.0, 9675.0, 9696.0, 9646.0, 9631.0, 9615.0, 9630.0, 9610.0, 9623.0, 9646.0, 9652.0, 9655.0, 9645.0, 9670.0, 9662.0, 9689.0, 9661.0, 9701.0, 9681.0, 9650.0, 9675.0, 9671.0, 9634.0, 9672.0, 9652.0, 9639.0, 9645.0, 9658.0, 9644.0, 9676.0, 9647.0, 9664.0, 9666.0, 9701.0, 9691.0, 9710.0, 9743.0, 9799.0, 9714.0, 9718.0, 9757.0, 9717.0, 9730.0, 9719.0, 9748.0, 9728.0, 9771.0, 9809.0, 9739.0, 9804.0, 9799.0, 9753.0, 9813.0, 9816.0, 9747.0, 9739.0, 9770.0, 9735.0, 9705.0, 9754.0, 9712.0, 9700.0, 9716.0, 9648.0, 9677.0, 9661.0, 9665.0, 9689.0, 9680.0, 9694.0, 9683.0, 9700.0, 9711.0, 9704.0, 9722.0, 9710.0, 9692.0, 9718.0, 9707.0, 9708.0, 9731.0, 9710.0, 9707.0, 9745.0, 9707.0, 9724.0, 9775.0, 9745.0, 9718.0, 9694.0, 9703.0, 9687.0, 9705.0, 9735.0, 9710.0, 9748.0, 9792.0, 9757.0, 9731.0, 9748.0, 9761.0, 9793.0, 9761.0, 9765.0, 9771.0, 9726.0, 9796.0, 9796.0, 9832.0, 9798.0, 9826.0, 9826.0, 9790.0, 9798.0, 9778.0, 9788.0, 9792.0, 9739.0, 9695.0, 9666.0, 9647.0, 9670.0, 9672.0, 9699.0, 9731.0, 9733.0, 9724.0, 9721.0, 9728.0, 9767.0, 9743.0, 9678.0, 9663.0, 9728.0, 9676.0, 9652.0, 9730.0, 9669.0, 9632.0, 9654.0, 9628.0, 9627.0, 9627.0, 9648.0, 9665.0, 9668.0, 9674.0, 9670.0, 9664.0, 9661.0, 9662.0, 9678.0, 9674.0, 9684.0, 9700.0, 9685.0, 9703.0, 9730.0, 9711.0, 9719.0, 9749.0, 9693.0, 9717.0, 9698.0, 9703.0, 9741.0, 9725.0, 9714.0, 9695.0, 9710.0, 9694.0, 9711.0, 9722.0, 9714.0, 9760.0, 9803.0, 9794.0, 9727.0, 9746.0, 9783.0, 9731.0, 9739.0, 9720.0, 9718.0, 9709.0, 9667.0, 9662.0, 9669.0, 9708.0, 9731.0, 9746.0, 9743.0, 9720.0, 9795.0, 9855.0, 9778.0, 9743.0, 9748.0, 9782.0, 9749.0, 9722.0, 9745.0, 9690.0, 9705.0, 9677.0, 9683.0, 9763.0, 9723.0, 9735.0, 9776.0, 9719.0, 9758.0, 9751.0, 9737.0, 9656.0, 9618.0, 9654.0, 9631.0, 9673.0, 9650.0, 9671.0, 9754.0, 9732.0, 9674.0, 9699.0, 9658.0, 9633.0, 9684.0, 9633.0, 9631.0, 9632.0, 9652.0, 9663.0, 9653.0, 9657.0, 9668.0, 9674.0, 9672.0, 9661.0, 9679.0, 9704.0, 9681.0, 9686.0, 9697.0, 9679.0, 9680.0, 9664.0, 9664.0, 9673.0, 9665.0, 9675.0, 9663.0, 9662.0, 9670.0, 9704.0, 9733.0, 9744.0, 9709.0, 9723.0, 9772.0, 9715.0, 9700.0, 9701.0, 9704.0, 9719.0, 9715.0, 9705.0, 9720.0, 9725.0, 9746.0, 9759.0, 9747.0, 9759.0, 9769.0, 9737.0, 9796.0, 9786.0, 9742.0, 9781.0, 9720.0, 9689.0, 9756.0, 9725.0, 9727.0, 9726.0, 9672.0, 9752.0, 9680.0, 9660.0, 9734.0, 9696.0, 9685.0, 9678.0, 9657.0, 9671.0, 9658.0, 9661.0, 9688.0, 9676.0, 9677.0, 9668.0, 9682.0, 9685.0, 9690.0, 9714.0, 9719.0, 9727.0, 9795.0, 9774.0, 9723.0, 9695.0, 9750.0, 9690.0, 9677.0, 9739.0, 9715.0, 9684.0, 9660.0, 9667.0, 9694.0, 9706.0, 9681.0, 9699.0, 9727.0, 9685.0, 9698.0, 9711.0, 9681.0, 9703.0, 9679.0, 9679.0, 9667.0, 9698.0, 9740.0, 9683.0, 9702.0, 9786.0, 9799.0, 9761.0, 9748.0, 9771.0, 9723.0, 9712.0, 9753.0, 9711.0, 9675.0, 9724.0, 9662.0, 9690.0, 9716.0, 9678.0, 9661.0, 9681.0, 9699.0, 9713.0, 9702.0, 9718.0, 9704.0, 9710.0, 9718.0, 9707.0, 9704.0, 9693.0, 9688.0, 9670.0, 9690.0, 9695.0, 9713.0, 9729.0, 9736.0, 9786.0, 9829.0, 9771.0, 9745.0, 9739.0, 9681.0, 9653.0, 9659.0, 9673.0, 9662.0, 9685.0, 9733.0, 9706.0, 9709.0, 9749.0, 9728.0, 9712.0, 9721.0, 9710.0, 9734.0, 9704.0, 9722.0, 9764.0, 9725.0, 9738.0, 9738.0, 9762.0, 9774.0, 9745.0, 9766.0, 9732.0, 9744.0, 9712.0, 9745.0, 9778.0, 9737.0, 9713.0, 9706.0, 9641.0, 9636.0, 9611.0, 9628.0, 9640.0, 9632.0, 9645.0, 9634.0, 9653.0, 9677.0, 9654.0, 9653.0, 9654.0, 9672.0, 9686.0, 9660.0, 9675.0, 9676.0, 9685.0, 9708.0, 9683.0, 9693.0, 9682.0, 9699.0, 9700.0, 9687.0, 9713.0, 9719.0, 9719.0, 9771.0, 9707.0, 9723.0, 9683.0, 9685.0, 9683.0, 9702.0, 9726.0, 9722.0, 9726.0, 9722.0, 9733.0, 9744.0, 9732.0, 9740.0, 9726.0, 9741.0, 9794.0, 9736.0, 9737.0, 9807.0, 9763.0, 9747.0, 9799.0, 9736.0, 9719.0, 9744.0, 9701.0, 9729.0, 9676.0, 9682.0, 9733.0, 9727.0, 9728.0, 9702.0, 9718.0, 9773.0, 9765.0, 9709.0, 9712.0, 9775.0, 9708.0, 9706.0, 9726.0, 9703.0, 9676.0, 9672.0, 9666.0, 9691.0, 9678.0, 9665.0, 9705.0, 9741.0, 9687.0, 9713.0, 9751.0, 9664.0, 9679.0, 9675.0, 9640.0, 9655.0, 9660.0, 9662.0, 9688.0, 9677.0, 9683.0, 9693.0, 9682.0, 9692.0, 9689.0, 9665.0, 9678.0, 9662.0, 9682.0, 9688.0, 9683.0, 9685.0, 9726.0, 9703.0, 9707.0, 9732.0, 9725.0, 9721.0, 9701.0, 9701.0, 9700.0, 9707.0, 9708.0, 9722.0, 9710.0, 9754.0, 9748.0, 9733.0, 9789.0, 9744.0, 9761.0, 9794.0, 9732.0, 9790.0, 9776.0, 9770.0, 9715.0, 9683.0, 9681.0, 9684.0, 9717.0, 9699.0, 9691.0, 9746.0, 9705.0, 9712.0, 9807.0, 9762.0, 9755.0, 9787.0, 9734.0, 9706.0, 9722.0, 9697.0, 9733.0, 9705.0, 9715.0, 9687.0, 9703.0, 9767.0, 9750.0, 9767.0, 9756.0, 9685.0, 9739.0, 9693.0, 9669.0, 9751.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.0004268771526980482</td></tr>
<tr><td colspan=3>aqi</td><td>0.019509831802525836</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.51545713129881</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2020827577471256</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9982317025517224</td></tr>
<tr><td colspan=3>efc</td><td>0.499</td></tr>
<tr><td colspan=3>fber</td><td>4857.083</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07923004523052254</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4110218140068884</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.37875746426435</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2452419464692603</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6077453014628706</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2832851448609186</td></tr>
<tr><td colspan=3>gcor</td><td>0.0199943</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016926031559705734</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03559895604848862</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7600278133316407</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>14.8884</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.1906</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.2257</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296439.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1118.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>427.2915</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9513</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>650.1681</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3563.8205</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3744.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1198.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>995.7311</td></tr>
<tr><td colspan=3>tsnr</td><td>36.73445410444401</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>