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

616 lines
No EOL
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-0002_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0002_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0002/ses-04/func/sub-0002_ses-04_task-social_acq-mb8_run-03_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>d99c1d8cdfcac3f54640eab6796a28ea</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:19:13.415000</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.998872, 0.046949, 0.00717879, -0.047455, 0.980396, 0.191239]</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-03_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.0728201</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7725, -7492, 357, -8, -207, 47, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.481</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aa780683-2a83-4a05-ab41-888522ec9f3c||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.679899215698242, -0.12731830775737762, -0.0052391644567251205, 117.86956024169922], [-0.12596070766448975, 2.6303298473358154, 0.5166827440261841, -102.18193817138672], [0.019260164350271225, -0.5130805969238281, 2.6500966548919678, -51.76309585571289], [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': ['101913.415000', '101913.875000', '101914.335000', '101914.795000', '101915.255000', '101915.715000', '101916.175000', '101916.635000', '101917.095000', '101917.555000', '101918.015000', '101918.475000', '101918.935000', '101919.395000', '101919.855000', '101920.315000', '101920.775000', '101921.235000', '101921.695000', '101922.155000', '101922.615000', '101923.075000', '101923.535000', '101923.995000', '101924.455000', '101924.915000', '101925.375000', '101925.835000', '101926.295000', '101926.755000', '101927.215000', '101927.675000', '101928.135000', '101928.595000', '101929.055000', '101929.515000', '101929.975000', '101930.435000', '101930.895000', '101931.355000', '101931.815000', '101932.275000', '101932.735000', '101933.195000', '101933.655000', '101934.115000', '101934.575000', '101935.035000', '101935.495000', '101935.955000', '101936.415000', '101936.875000', '101937.335000', '101937.795000', '101938.255000', '101938.715000', '101939.175000', '101939.635000', '101940.095000', '101940.555000', '101941.015000', '101941.475000', '101941.935000', '101942.395000', '101942.855000', '101943.315000', '101943.775000', '101944.235000', '101944.695000', '101945.155000', '101945.615000', '101946.075000', '101946.535000', '101946.995000', '101947.455000', '101947.915000', '101948.375000', '101948.835000', '101949.295000', '101949.755000', '101950.215000', '101950.675000', '101951.135000', '101951.595000', '101952.055000', '101952.515000', '101952.975000', '101953.435000', '101953.895000', '101954.355000', '101954.815000', '101955.275000', '101955.735000', '101956.195000', '101956.655000', '101957.115000', '101957.575000', '101958.035000', '101958.495000', '101958.955000', '101959.415000', '101959.875000', '102000.335000', '102000.795000', '102001.255000', '102001.715000', '102002.175000', '102002.635000', '102003.095000', '102003.555000', '102004.015000', '102004.475000', '102004.935000', '102005.395000', '102005.855000', '102006.315000', '102006.775000', '102007.235000', '102007.695000', '102008.155000', '102008.615000', '102009.075000', '102009.535000', '102009.995000', '102010.455000', '102010.915000', '102011.375000', '102011.835000', '102012.295000', '102012.755000', '102013.215000', '102013.675000', '102014.135000', '102014.595000', '102015.055000', '102015.515000', '102015.975000', '102016.435000', '102016.895000', '102017.355000', '102017.815000', '102018.275000', '102018.735000', '102019.195000', '102019.655000', '102020.115000', '102020.575000', '102021.035000', '102021.495000', '102021.955000', '102022.415000', '102022.875000', '102023.335000', '102023.795000', '102024.255000', '102024.715000', '102025.175000', '102025.635000', '102026.095000', '102026.555000', '102027.015000', '102027.475000', '102027.935000', '102028.395000', '102028.855000', '102029.315000', '102029.775000', '102030.235000', '102030.695000', '102031.155000', '102031.615000', '102032.075000', '102032.535000', '102032.995000', '102033.455000', '102033.915000', '102034.375000', '102034.835000', '102035.295000', '102035.755000', '102036.215000', '102036.675000', '102037.135000', '102037.595000', '102038.055000', '102038.515000', '102038.975000', '102039.435000', '102039.895000', '102040.355000', '102040.815000', '102041.275000', '102041.735000', '102042.195000', '102042.655000', '102043.115000', '102043.575000', '102044.035000', '102044.495000', '102044.955000', '102045.415000', '102045.875000', '102046.335000', '102046.795000', '102047.255000', '102047.715000', '102048.175000', '102048.635000', '102049.095000', '102049.555000', '102050.015000', '102050.475000', '102050.935000', '102051.395000', '102051.855000', '102052.315000', '102052.775000', '102053.235000', '102053.695000', '102054.155000', '102054.615000', '102055.075000', '102055.535000', '102055.995000', '102056.455000', '102056.915000', '102057.375000', '102057.835000', '102058.295000', '102058.755000', '102059.215000', '102059.675000', '102100.135000', '102100.595000', '102101.055000', '102101.515000', '102101.975000', '102102.435000', '102102.895000', '102103.355000', '102103.815000', '102104.275000', '102104.735000', '102105.195000', '102105.655000', '102106.115000', '102106.575000', '102107.035000', '102107.495000', '102107.955000', '102108.415000', '102108.875000', '102109.335000', '102109.795000', '102110.255000', '102110.715000', '102111.175000', '102111.635000', '102112.095000', '102112.555000', '102113.015000', '102113.475000', '102113.935000', '102114.395000', '102114.855000', '102115.315000', '102115.775000', '102116.235000', '102116.695000', '102117.155000', '102117.615000', '102118.075000', '102118.535000', '102118.995000', '102119.455000', '102119.915000', '102120.375000', '102120.835000', '102121.295000', '102121.755000', '102122.215000', '102122.675000', '102123.135000', '102123.595000', '102124.055000', '102124.515000', '102124.975000', '102125.435000', '102125.895000', '102126.355000', '102126.815000', '102127.275000', '102127.735000', '102128.195000', '102128.655000', '102129.115000', '102129.575000', '102130.035000', '102130.495000', '102130.955000', '102131.415000', '102131.875000', '102132.335000', '102132.795000', '102133.255000', '102133.715000', '102134.175000', '102134.635000', '102135.095000', '102135.555000', '102136.015000', '102136.475000', '102136.935000', '102137.395000', '102137.855000', '102138.315000', '102138.775000', '102139.235000', '102139.695000', '102140.155000', '102140.615000', '102141.075000', '102141.535000', '102141.995000', '102142.455000', '102142.915000', '102143.375000', '102143.835000', '102144.295000', '102144.755000', '102145.215000', '102145.675000', '102146.135000', '102146.595000', '102147.055000', '102147.515000', '102147.975000', '102148.435000', '102148.895000', '102149.355000', '102149.815000', '102150.275000', '102150.735000', '102151.195000', '102151.655000', '102152.115000', '102152.575000', '102153.035000', '102153.495000', '102153.955000', '102154.415000', '102154.875000', '102155.335000', '102155.795000', '102156.255000', '102156.715000', '102157.175000', '102157.635000', '102158.095000', '102158.555000', '102159.015000', '102159.475000', '102159.935000', '102200.395000', '102200.855000', '102201.315000', '102201.775000', '102202.235000', '102202.695000', '102203.155000', '102203.615000', '102204.075000', '102204.535000', '102204.995000', '102205.455000', '102205.915000', '102206.375000', '102206.835000', '102207.295000', '102207.755000', '102208.215000', '102208.675000', '102209.135000', '102209.595000', '102210.055000', '102210.515000', '102210.975000', '102211.435000', '102211.895000', '102212.355000', '102212.815000', '102213.275000', '102213.735000', '102214.195000', '102214.655000', '102215.115000', '102215.575000', '102216.035000', '102216.495000', '102216.955000', '102217.415000', '102217.875000', '102218.335000', '102218.795000', '102219.255000', '102219.715000', '102220.175000', '102220.635000', '102221.095000', '102221.555000', '102222.015000', '102222.475000', '102222.935000', '102223.395000', '102223.855000', '102224.315000', '102224.775000', '102225.235000', '102225.695000', '102226.155000', '102226.615000', '102227.075000', '102227.535000', '102227.995000', '102228.455000', '102228.915000', '102229.375000', '102229.835000', '102230.295000', '102230.755000', '102231.215000', '102231.675000', '102232.135000', '102232.595000', '102233.055000', '102233.515000', '102233.975000', '102234.435000', '102234.895000', '102235.355000', '102235.815000', '102236.275000', '102236.735000', '102237.195000', '102237.655000', '102238.115000', '102238.575000', '102239.035000', '102239.495000', '102239.955000', '102240.415000', '102240.875000', '102241.335000', '102241.795000', '102242.255000', '102242.715000', '102243.175000', '102243.635000', '102244.095000', '102244.555000', '102245.015000', '102245.475000', '102245.935000', '102246.395000', '102246.855000', '102247.315000', '102247.775000', '102248.235000', '102248.695000', '102249.155000', '102249.615000', '102250.075000', '102250.535000', '102250.995000', '102251.455000', '102251.915000', '102252.375000', '102252.835000', '102253.295000', '102253.755000', '102254.215000', '102254.675000', '102255.135000', '102255.595000', '102256.055000', '102256.515000', '102256.975000', '102257.435000', '102257.895000', '102258.355000', '102258.815000', '102259.275000', '102259.735000', '102300.195000', '102300.655000', '102301.115000', '102301.575000', '102302.035000', '102302.495000', '102302.955000', '102303.415000', '102303.875000', '102304.335000', '102304.795000', '102305.255000', '102305.715000', '102306.175000', '102306.635000', '102307.095000', '102307.555000', '102308.015000', '102308.475000', '102308.935000', '102309.395000', '102309.855000', '102310.315000', '102310.775000', '102311.235000', '102311.695000', '102312.155000', '102312.615000', '102313.075000', '102313.535000', '102313.995000', '102314.455000', '102314.915000', '102315.375000', '102315.835000', '102316.295000', '102316.755000', '102317.215000', '102317.675000', '102318.135000', '102318.595000', '102319.055000', '102319.515000', '102319.975000', '102320.435000', '102320.895000', '102321.355000', '102321.815000', '102322.275000', '102322.735000', '102323.195000', '102323.655000', '102324.115000', '102324.575000', '102325.035000', '102325.495000', '102325.955000', '102326.415000', '102326.875000', '102327.335000', '102327.795000', '102328.255000', '102328.715000', '102329.175000', '102329.635000', '102330.095000', '102330.555000', '102331.015000', '102331.475000', '102331.935000', '102332.395000', '102332.855000', '102333.315000', '102333.775000', '102334.235000', '102334.695000', '102335.155000', '102335.615000', '102336.075000', '102336.535000', '102336.995000', '102337.455000', '102337.915000', '102338.375000', '102338.835000', '102339.295000', '102339.755000', '102340.215000', '102340.675000', '102341.135000', '102341.595000', '102342.055000', '102342.515000', '102342.975000', '102343.435000', '102343.895000', '102344.355000', '102344.815000', '102345.275000', '102345.735000', '102346.195000', '102346.655000', '102347.115000', '102347.575000', '102348.035000', '102348.495000', '102348.955000', '102349.415000', '102349.875000', '102350.335000', '102350.795000', '102351.255000', '102351.715000', '102352.175000', '102352.635000', '102353.095000', '102353.555000', '102354.015000', '102354.475000', '102354.935000', '102355.395000', '102355.855000', '102356.315000', '102356.775000', '102357.235000', '102357.695000', '102358.155000', '102358.615000', '102359.075000', '102359.535000', '102359.995000', '102400.455000', '102400.915000', '102401.375000', '102401.835000', '102402.295000', '102402.755000', '102403.215000', '102403.675000', '102404.135000', '102404.595000', '102405.055000', '102405.515000', '102405.975000', '102406.435000', '102406.895000', '102407.355000', '102407.815000', '102408.275000', '102408.735000', '102409.195000', '102409.655000', '102410.115000', '102410.575000', '102411.035000', '102411.495000', '102411.955000', '102412.415000', '102412.875000', '102413.335000', '102413.795000', '102414.255000', '102414.715000', '102415.175000', '102415.635000', '102416.095000', '102416.555000', '102417.015000', '102417.475000', '102417.935000', '102418.395000', '102418.855000', '102419.315000', '102419.775000', '102420.235000', '102420.695000', '102421.155000', '102421.615000', '102422.075000', '102422.535000', '102422.995000', '102423.455000', '102423.915000', '102424.375000', '102424.835000', '102425.295000', '102425.755000', '102426.215000', '102426.675000', '102427.135000', '102427.595000', '102428.055000', '102428.515000', '102428.975000', '102429.435000', '102429.895000', '102430.355000', '102430.815000', '102431.275000', '102431.735000', '102432.195000', '102432.655000', '102433.115000', '102433.575000', '102434.035000', '102434.495000', '102434.955000', '102435.415000', '102435.875000', '102436.335000', '102436.795000', '102437.255000', '102437.715000', '102438.175000', '102438.635000', '102439.095000', '102439.555000', '102440.015000', '102440.475000', '102440.935000', '102441.395000', '102441.855000', '102442.315000', '102442.775000', '102443.235000', '102443.695000', '102444.155000', '102444.615000', '102445.075000', '102445.535000', '102445.995000', '102446.455000', '102446.915000', '102447.375000', '102447.835000', '102448.295000', '102448.755000', '102449.215000', '102449.675000', '102450.135000', '102450.595000', '102451.055000', '102451.515000', '102451.975000', '102452.435000', '102452.895000', '102453.355000', '102453.815000', '102454.275000', '102454.735000', '102455.195000', '102455.655000', '102456.115000', '102456.575000', '102457.035000', '102457.495000', '102457.955000', '102458.415000', '102458.875000', '102459.335000', '102459.795000', '102500.255000', '102500.715000', '102501.175000', '102501.635000', '102502.095000', '102502.555000', '102503.015000', '102503.475000', '102503.935000', '102504.395000', '102504.855000', '102505.315000', '102505.775000', '102506.235000', '102506.695000', '102507.155000', '102507.615000', '102508.075000', '102508.535000', '102508.995000', '102509.455000', '102509.915000', '102510.375000', '102510.835000', '102511.295000', '102511.755000', '102512.215000', '102512.675000', '102513.135000', '102513.595000', '102514.055000', '102514.515000', '102514.975000', '102515.435000', '102515.895000', '102516.355000', '102516.815000', '102517.275000', '102517.735000', '102518.195000', '102518.655000', '102519.115000', '102519.575000', '102520.035000', '102520.495000', '102520.955000', '102521.415000', '102521.875000', '102522.335000', '102522.795000', '102523.255000', '102523.715000', '102524.175000', '102524.635000', '102525.095000', '102525.555000', '102526.015000', '102526.475000', '102526.935000', '102527.395000', '102527.855000', '102528.315000', '102528.775000', '102529.235000', '102529.695000', '102530.155000', '102530.615000', '102531.075000', '102531.535000', '102531.995000', '102532.455000', '102532.915000', '102533.375000', '102533.835000', '102534.295000', '102534.755000', '102535.215000', '102535.675000', '102536.135000', '102536.595000', '102537.055000', '102537.515000', '102537.975000', '102538.435000', '102538.895000', '102539.355000', '102539.815000', '102540.275000', '102540.735000', '102541.195000', '102541.655000', '102542.115000', '102542.575000', '102543.035000', '102543.495000', '102543.955000', '102544.415000', '102544.875000', '102545.335000', '102545.795000', '102546.255000', '102546.715000', '102547.175000', '102547.635000', '102548.095000', '102548.555000', '102549.015000', '102549.475000', '102549.935000', '102550.395000', '102550.855000', '102551.315000', '102551.775000', '102552.235000', '102552.695000', '102553.155000', '102553.615000', '102554.075000'], 'ContentTime': ['101940.772000', '101940.776000', '101940.779000', '101940.781000', '101940.785000', '101940.788000', '101940.790000', '101940.793000', '101940.796000', '101940.799000', '101940.802000', '101940.805000', '101940.808000', '101940.811000', '101940.814000', '101940.817000', '101940.822000', '101940.825000', '101940.828000', '101940.831000', '101940.834000', '101940.837000', '101940.840000', '101940.843000', '101940.846000', '101940.849000', '101940.852000', '101940.854000', '101940.858000', '101940.861000', '101940.863000', '101940.866000', '101940.869000', '101940.872000', '101940.875000', '101940.878000', '101940.881000', '101940.884000', '101940.887000', '101940.890000', '101940.893000', '101940.896000', '101940.899000', '101940.901000', '101940.904000', '101940.909000', '101940.912000', '101940.915000', '101940.918000', '101940.921000', '101940.924000', '101940.927000', '101940.930000', '101940.932000', '101940.935000', '101940.938000', '101940.941000', '101940.944000', '102000.744000', '102000.747000', '102000.750000', '102000.753000', '102000.756000', '102000.759000', '102000.761000', '102000.764000', '102000.767000', '102000.770000', '102000.773000', '102000.776000', '102000.779000', '102000.782000', '102000.785000', '102000.788000', '102000.791000', '102000.793000', '102000.796000', '102000.800000', '102000.803000', '102000.806000', '102000.809000', '102000.812000', '102000.814000', '102000.817000', '102000.820000', '102000.823000', '102000.826000', '102000.829000', '102000.832000', '102000.835000', '102000.838000', '102000.841000', '102000.844000', '102000.847000', '102000.849000', '102000.852000', '102000.855000', '102000.858000', '102000.861000', '102000.864000', '102000.867000', '102020.744000', '102020.747000', '102020.750000', '102020.753000', '102020.756000', '102020.759000', '102020.762000', '102020.770000', '102020.774000', '102020.777000', '102020.779000', '102020.782000', '102020.874000', '102020.877000', '102020.880000', '102020.883000', '102020.886000', '102020.889000', '102020.891000', '102020.894000', '102020.897000', '102020.900000', '102020.903000', '102020.906000', '102020.909000', '102020.912000', '102020.915000', '102020.918000', '102020.921000', '102020.924000', '102020.927000', '102020.929000', '102020.932000', '102020.935000', '102020.938000', '102020.941000', '102020.944000', '102020.947000', '102020.950000', '102020.953000', '102020.956000', '102020.959000', '102020.961000', '102020.964000', '102040.744000', '102040.747000', '102040.750000', '102040.753000', '102040.756000', '102040.759000', '102040.762000', '102040.765000', '102040.768000', '102040.771000', '102040.775000', '102040.778000', '102040.781000', '102040.784000', '102040.787000', '102040.790000', '102040.793000', '102040.796000', '102040.799000', '102040.802000', '102040.805000', '102040.808000', '102040.811000', '102040.813000', '102040.816000', '102040.819000', '102040.822000', '102040.825000', '102040.828000', '102040.831000', '102040.834000', '102040.837000', '102040.840000', '102040.843000', '102040.846000', '102040.848000', '102040.852000', '102040.854000', '102040.857000', '102040.860000', '102040.863000', '102040.866000', '102040.869000', '102100.744000', '102100.747000', '102100.750000', '102100.753000', '102100.756000', '102100.759000', '102100.762000', '102100.765000', '102100.768000', '102100.771000', '102100.774000', '102100.777000', '102100.780000', '102100.783000', '102100.809000', '102100.815000', '102100.818000', '102100.821000', '102100.824000', '102100.827000', '102100.830000', '102100.833000', '102100.836000', '102100.839000', '102100.842000', '102100.845000', '102100.847000', '102100.850000', '102100.853000', '102100.856000', '102100.859000', '102100.862000', '102100.865000', '102100.868000', '102100.871000', '102100.874000', '102100.877000', '102100.880000', '102100.882000', '102100.885000', '102100.888000', '102100.891000', '102100.894000', '102100.897000', '102120.744000', '102120.756000', '102120.759000', '102120.762000', '102120.765000', '102120.768000', '102120.771000', '102120.773000', '102120.776000', '102120.780000', '102120.782000', '102120.785000', '102120.789000', '102120.792000', '102120.795000', '102120.798000', '102120.801000', '102120.804000', '102120.807000', '102120.810000', '102120.829000', '102120.832000', '102120.835000', '102120.838000', '102120.841000', '102120.843000', '102120.846000', '102120.849000', '102120.852000', '102120.855000', '102120.858000', '102120.861000', '102120.864000', '102120.867000', '102120.870000', '102120.873000', '102120.876000', '102120.879000', '102120.882000', '102120.885000', '102120.888000', '102120.891000', '102120.894000', '102140.744000', '102140.747000', '102140.750000', '102140.753000', '102140.756000', '102140.759000', '102140.762000', '102140.765000', '102140.768000', '102140.770000', '102140.774000', '102140.776000', '102140.779000', '102140.782000', '102140.786000', '102140.789000', '102140.791000', '102140.794000', '102140.797000', '102140.800000', '102140.803000', '102140.806000', '102140.809000', '102140.812000', '102140.815000', '102140.818000', '102140.821000', '102140.824000', '102140.827000', '102140.830000', '102140.833000', '102140.836000', '102140.838000', '102140.841000', '102140.844000', '102140.847000', '102140.850000', '102140.853000', '102140.856000', '102140.859000', '102140.862000', '102140.865000', '102140.868000', '102140.871000', '102200.745000', '102200.748000', '102200.751000', '102200.754000', '102200.757000', '102200.760000', '102200.768000', '102200.770000', '102200.773000', '102200.776000', '102200.779000', '102200.782000', '102200.852000', '102200.855000', '102200.858000', '102200.861000', '102200.863000', '102200.866000', '102200.869000', '102200.872000', '102200.875000', '102200.878000', '102200.881000', '102200.884000', '102200.887000', '102200.890000', '102200.893000', '102200.896000', '102200.899000', '102200.902000', '102200.905000', '102200.907000', '102200.910000', '102200.913000', '102200.916000', '102200.919000', '102200.922000', '102200.925000', '102200.928000', '102200.931000', '102200.934000', '102200.937000', '102200.940000', '102220.744000', '102220.747000', '102220.750000', '102220.753000', '102220.756000', '102220.759000', '102220.762000', '102220.765000', '102220.768000', '102220.771000', '102220.774000', '102220.777000', '102220.780000', '102220.783000', '102220.785000', '102220.788000', '102220.791000', '102220.794000', '102220.797000', '102220.800000', '102220.803000', '102220.806000', '102220.809000', '102220.812000', '102220.815000', '102220.818000', '102220.821000', '102220.824000', '102220.827000', '102220.830000', '102220.833000', '102220.836000', '102220.839000', '102220.842000', '102220.845000', '102220.848000', '102220.850000', '102220.853000', '102220.856000', '102220.859000', '102220.862000', '102220.865000', '102220.868000', '102220.871000', '102240.744000', '102240.747000', '102240.750000', '102240.753000', '102240.756000', '102240.759000', '102240.762000', '102240.765000', '102240.768000', '102240.771000', '102240.774000', '102240.777000', '102240.780000', '102240.783000', '102240.833000', '102240.836000', '102240.839000', '102240.842000', '102240.845000', '102240.848000', '102240.851000', '102240.854000', '102240.857000', '102240.860000', '102240.863000', '102240.866000', '102240.869000', '102240.872000', '102240.875000', '102240.878000', '102240.881000', '102240.883000', '102240.886000', '102240.889000', '102240.892000', '102240.895000', '102240.898000', '102240.901000', '102240.904000', '102240.907000', '102240.910000', '102240.913000', '102240.915000', '102300.744000', '102300.747000', '102300.750000', '102300.753000', '102300.756000', '102300.759000', '102300.762000', '102300.765000', '102300.768000', '102300.771000', '102300.774000', '102300.776000', '102300.779000', '102300.782000', '102300.785000', '102300.788000', '102300.791000', '102300.794000', '102300.797000', '102300.800000', '102300.803000', '102300.806000', '102300.809000', '102300.812000', '102300.815000', '102300.818000', '102300.821000', '102300.823000', '102300.827000', '102300.829000', '102300.832000', '102300.835000', '102300.838000', '102300.841000', '102300.844000', '102300.847000', '102300.850000', '102300.853000', '102300.856000', '102300.859000', '102300.862000', '102300.865000', '102300.868000', '102300.870000', '102320.744000', '102320.747000', '102320.750000', '102320.753000', '102320.756000', '102320.759000', '102320.762000', '102320.765000', '102320.768000', '102320.770000', '102320.774000', '102320.776000', '102320.779000', '102320.784000', '102320.837000', '102320.840000', '102320.843000', '102320.846000', '102320.850000', '102320.853000', '102320.856000', '102320.859000', '102320.862000', '102320.865000', '102320.868000', '102320.871000', '102320.873000', '102320.876000', '102320.887000', '102320.890000', '102320.893000', '102320.905000', '102320.915000', '102320.918000', '102320.921000', '102320.923000', '102320.927000', '102320.929000', '102320.932000', '102320.935000', '102320.938000', '102320.941000', '102320.944000', '102340.744000', '102340.748000', '102340.751000', '102340.754000', '102340.757000', '102340.760000', '102340.763000', '102340.766000', '102340.769000', '102340.772000', '102340.774000', '102340.777000', '102340.780000', '102340.783000', '102340.844000', '102340.847000', '102340.850000', '102340.853000', '102340.856000', '102340.859000', '102340.862000', '102340.864000', '102340.867000', '102340.874000', '102340.877000', '102340.880000', '102340.883000', '102340.886000', '102340.889000', '102340.892000', '102340.895000', '102340.898000', '102340.901000', '102340.904000', '102340.907000', '102340.910000', '102340.913000', '102340.915000', '102340.918000', '102340.921000', '102340.924000', '102340.927000', '102340.930000', '102340.933000', '102400.744000', '102400.747000', '102400.750000', '102400.753000', '102400.756000', '102400.759000', '102400.762000', '102400.765000', '102400.768000', '102400.771000', '102400.774000', '102400.777000', '102400.779000', '102400.783000', '102400.834000', '102400.837000', '102400.840000', '102400.843000', '102400.846000', '102400.849000', '102400.852000', '102400.855000', '102400.858000', '102400.861000', '102400.864000', '102400.867000', '102400.870000', '102400.873000', '102400.876000', '102400.879000', '102400.882000', '102400.885000', '102400.888000', '102400.891000', '102400.894000', '102400.897000', '102400.900000', '102400.903000', '102400.906000', '102400.909000', '102400.911000', '102400.914000', '102400.917000', '102420.744000', '102420.747000', '102420.750000', '102420.753000', '102420.756000', '102420.759000', '102420.762000', '102420.765000', '102420.768000', '102420.771000', '102420.774000', '102420.777000', '102420.780000', '102420.783000', '102420.842000', '102420.845000', '102420.848000', '102420.851000', '102420.854000', '102420.857000', '102420.860000', '102420.862000', '102420.865000', '102420.868000', '102420.871000', '102420.874000', '102420.877000', '102420.880000', '102420.883000', '102420.886000', '102420.889000', '102420.892000', '102420.895000', '102420.898000', '102420.901000', '102420.904000', '102420.907000', '102420.910000', '102420.913000', '102420.916000', '102420.918000', '102420.921000', '102420.925000', '102420.928000', '102440.744000', '102440.747000', '102440.750000', '102440.753000', '102440.756000', '102440.759000', '102440.762000', '102440.764000', '102440.768000', '102440.771000', '102440.773000', '102440.776000', '102440.779000', '102440.782000', '102440.785000', '102440.788000', '102440.791000', '102440.794000', '102440.797000', '102440.800000', '102440.803000', '102440.806000', '102440.809000', '102440.812000', '102440.815000', '102440.818000', '102440.822000', '102440.825000', '102440.828000', '102440.831000', '102440.834000', '102440.837000', '102440.840000', '102440.843000', '102440.846000', '102440.849000', '102440.852000', '102440.855000', '102440.858000', '102440.860000', '102440.864000', '102440.866000', '102440.885000', '102500.744000', '102500.747000', '102500.750000', '102500.753000', '102500.756000', '102500.759000', '102500.762000', '102500.765000', '102500.768000', '102500.771000', '102500.774000', '102500.776000', '102500.779000', '102500.783000', '102500.828000', '102500.831000', '102500.834000', '102500.837000', '102500.840000', '102500.843000', '102500.846000', '102500.849000', '102500.852000', '102500.855000', '102500.873000', '102500.876000', '102500.879000', '102500.882000', '102500.884000', '102500.888000', '102500.891000', '102500.893000', '102500.896000', '102500.899000', '102500.904000', '102500.907000', '102500.910000', '102500.913000', '102500.916000', '102500.919000', '102500.922000', '102500.925000', '102500.928000', '102500.931000', '102520.744000', '102520.747000', '102520.750000', '102520.753000', '102520.756000', '102520.759000', '102520.762000', '102520.765000', '102520.768000', '102520.771000', '102520.773000', '102520.776000', '102520.779000', '102520.782000', '102520.850000', '102520.853000', '102520.856000', '102520.859000', '102520.862000', '102520.865000', '102520.868000', '102520.871000', '102520.874000', '102520.877000', '102520.880000', '102520.882000', '102520.885000', '102520.888000', '102520.891000', '102520.894000', '102520.897000', '102520.900000', '102520.903000', '102520.907000', '102520.910000', '102520.913000', '102520.915000', '102520.918000', '102520.921000', '102520.924000', '102520.927000', '102520.930000', '102520.933000', '102540.744000', '102540.747000', '102540.750000', '102540.753000', '102540.756000', '102540.759000', '102540.762000', '102540.764000', '102540.768000', '102540.771000', '102540.773000', '102540.776000', '102540.779000', '102540.782000', '102540.857000', '102540.859000', '102540.863000', '102540.865000', '102540.868000', '102540.871000', '102540.874000', '102540.877000', '102540.880000', '102540.883000', '102540.886000', '102540.889000', '102540.892000', '102540.895000', '102540.898000', '102540.901000', '102540.904000', '102540.907000', '102540.910000', '102540.912000', '102540.915000', '102540.918000', '102540.921000', '102540.924000', '102540.927000', '102540.930000', '102540.933000', '102540.936000', '102540.939000', '102540.942000', '102555.018000', '102555.021000', '102555.025000', '102555.028000', '102555.031000', '102555.033000', '102555.037000', '102555.040000', '102555.043000', '102555.045000', '102555.049000', '102555.052000', '102555.055000', '102555.058000', '102555.061000', '102555.064000', '102555.067000', '102555.070000', '102555.073000', '102555.076000', '102555.079000', '102555.082000', '102555.085000', '102555.088000', '102555.091000', '102555.094000', '102555.097000', '102555.101000', '102555.104000', '102555.107000', '102555.110000'], 'InstanceCreationTime': ['101940.772000', '101940.776000', '101940.779000', '101940.781000', '101940.785000', '101940.788000', '101940.790000', '101940.793000', '101940.796000', '101940.799000', '101940.802000', '101940.805000', '101940.808000', '101940.811000', '101940.814000', '101940.817000', '101940.822000', '101940.825000', '101940.828000', '101940.831000', '101940.834000', '101940.837000', '101940.840000', '101940.843000', '101940.846000', '101940.849000', '101940.852000', '101940.854000', '101940.858000', '101940.861000', '101940.863000', '101940.866000', '101940.869000', '101940.872000', '101940.875000', '101940.878000', '101940.881000', '101940.884000', '101940.887000', '101940.890000', '101940.893000', '101940.896000', '101940.899000', '101940.901000', '101940.904000', '101940.909000', '101940.912000', '101940.915000', '101940.918000', '101940.921000', '101940.924000', '101940.927000', '101940.930000', '101940.932000', '101940.935000', '101940.938000', '101940.941000', '101940.944000', '102000.744000', '102000.747000', '102000.750000', '102000.753000', '102000.756000', '102000.759000', '102000.761000', '102000.764000', '102000.767000', '102000.770000', '102000.773000', '102000.776000', '102000.779000', '102000.782000', '102000.785000', '102000.788000', '102000.791000', '102000.793000', '102000.796000', '102000.800000', '102000.803000', '102000.806000', '102000.809000', '102000.812000', '102000.814000', '102000.817000', '102000.820000', '102000.823000', '102000.826000', '102000.829000', '102000.832000', '102000.835000', '102000.838000', '102000.841000', '102000.844000', '102000.847000', '102000.849000', '102000.852000', '102000.855000', '102000.858000', '102000.861000', '102000.864000', '102000.867000', '102020.744000', '102020.747000', '102020.750000', '102020.753000', '102020.756000', '102020.759000', '102020.762000', '102020.770000', '102020.774000', '102020.777000', '102020.779000', '102020.782000', '102020.874000', '102020.877000', '102020.880000', '102020.883000', '102020.886000', '102020.889000', '102020.891000', '102020.894000', '102020.897000', '102020.900000', '102020.903000', '102020.906000', '102020.909000', '102020.912000', '102020.915000', '102020.918000', '102020.921000', '102020.924000', '102020.927000', '102020.929000', '102020.932000', '102020.935000', '102020.938000', '102020.941000', '102020.944000', '102020.947000', '102020.950000', '102020.953000', '102020.956000', '102020.959000', '102020.961000', '102020.964000', '102040.744000', '102040.747000', '102040.750000', '102040.753000', '102040.756000', '102040.759000', '102040.762000', '102040.765000', '102040.768000', '102040.771000', '102040.775000', '102040.778000', '102040.781000', '102040.784000', '102040.787000', '102040.790000', '102040.793000', '102040.796000', '102040.799000', '102040.802000', '102040.805000', '102040.808000', '102040.811000', '102040.813000', '102040.816000', '102040.819000', '102040.822000', '102040.825000', '102040.828000', '102040.831000', '102040.834000', '102040.837000', '102040.840000', '102040.843000', '102040.846000', '102040.848000', '102040.852000', '102040.854000', '102040.857000', '102040.860000', '102040.863000', '102040.866000', '102040.869000', '102100.744000', '102100.747000', '102100.750000', '102100.753000', '102100.756000', '102100.759000', '102100.762000', '102100.765000', '102100.768000', '102100.771000', '102100.774000', '102100.777000', '102100.780000', '102100.783000', '102100.809000', '102100.815000', '102100.818000', '102100.821000', '102100.824000', '102100.827000', '102100.830000', '102100.833000', '102100.836000', '102100.839000', '102100.842000', '102100.845000', '102100.847000', '102100.850000', '102100.853000', '102100.856000', '102100.859000', '102100.862000', '102100.865000', '102100.868000', '102100.871000', '102100.874000', '102100.877000', '102100.880000', '102100.882000', '102100.885000', '102100.888000', '102100.891000', '102100.894000', '102100.897000', '102120.744000', '102120.756000', '102120.759000', '102120.762000', '102120.765000', '102120.768000', '102120.771000', '102120.773000', '102120.776000', '102120.780000', '102120.782000', '102120.785000', '102120.789000', '102120.792000', '102120.795000', '102120.798000', '102120.801000', '102120.804000', '102120.807000', '102120.810000', '102120.829000', '102120.832000', '102120.835000', '102120.838000', '102120.841000', '102120.843000', '102120.846000', '102120.849000', '102120.852000', '102120.855000', '102120.858000', '102120.861000', '102120.864000', '102120.867000', '102120.870000', '102120.873000', '102120.876000', '102120.879000', '102120.882000', '102120.885000', '102120.888000', '102120.891000', '102120.894000', '102140.744000', '102140.747000', '102140.750000', '102140.753000', '102140.756000', '102140.759000', '102140.762000', '102140.765000', '102140.768000', '102140.770000', '102140.774000', '102140.776000', '102140.779000', '102140.782000', '102140.786000', '102140.789000', '102140.791000', '102140.794000', '102140.797000', '102140.800000', '102140.803000', '102140.806000', '102140.809000', '102140.812000', '102140.815000', '102140.818000', '102140.821000', '102140.824000', '102140.827000', '102140.830000', '102140.833000', '102140.836000', '102140.838000', '102140.841000', '102140.844000', '102140.847000', '102140.850000', '102140.853000', '102140.856000', '102140.859000', '102140.862000', '102140.865000', '102140.868000', '102140.871000', '102200.745000', '102200.748000', '102200.751000', '102200.754000', '102200.757000', '102200.760000', '102200.768000', '102200.770000', '102200.773000', '102200.776000', '102200.779000', '102200.782000', '102200.852000', '102200.855000', '102200.858000', '102200.861000', '102200.863000', '102200.866000', '102200.869000', '102200.872000', '102200.875000', '102200.878000', '102200.881000', '102200.884000', '102200.887000', '102200.890000', '102200.893000', '102200.896000', '102200.899000', '102200.902000', '102200.905000', '102200.907000', '102200.910000', '102200.913000', '102200.916000', '102200.919000', '102200.922000', '102200.925000', '102200.928000', '102200.931000', '102200.934000', '102200.937000', '102200.940000', '102220.744000', '102220.747000', '102220.750000', '102220.753000', '102220.756000', '102220.759000', '102220.762000', '102220.765000', '102220.768000', '102220.771000', '102220.774000', '102220.777000', '102220.780000', '102220.783000', '102220.785000', '102220.788000', '102220.791000', '102220.794000', '102220.797000', '102220.800000', '102220.803000', '102220.806000', '102220.809000', '102220.812000', '102220.815000', '102220.818000', '102220.821000', '102220.824000', '102220.827000', '102220.830000', '102220.833000', '102220.836000', '102220.839000', '102220.842000', '102220.845000', '102220.848000', '102220.850000', '102220.853000', '102220.856000', '102220.859000', '102220.862000', '102220.865000', '102220.868000', '102220.871000', '102240.744000', '102240.747000', '102240.750000', '102240.753000', '102240.756000', '102240.759000', '102240.762000', '102240.765000', '102240.768000', '102240.771000', '102240.774000', '102240.777000', '102240.780000', '102240.783000', '102240.833000', '102240.836000', '102240.839000', '102240.842000', '102240.845000', '102240.848000', '102240.851000', '102240.854000', '102240.857000', '102240.860000', '102240.863000', '102240.866000', '102240.869000', '102240.872000', '102240.875000', '102240.878000', '102240.881000', '102240.883000', '102240.886000', '102240.889000', '102240.892000', '102240.895000', '102240.898000', '102240.901000', '102240.904000', '102240.907000', '102240.910000', '102240.913000', '102240.915000', '102300.744000', '102300.747000', '102300.750000', '102300.753000', '102300.756000', '102300.759000', '102300.762000', '102300.765000', '102300.768000', '102300.771000', '102300.774000', '102300.776000', '102300.779000', '102300.782000', '102300.785000', '102300.788000', '102300.791000', '102300.794000', '102300.797000', '102300.800000', '102300.803000', '102300.806000', '102300.809000', '102300.812000', '102300.815000', '102300.818000', '102300.821000', '102300.823000', '102300.827000', '102300.829000', '102300.832000', '102300.835000', '102300.838000', '102300.841000', '102300.844000', '102300.847000', '102300.850000', '102300.853000', '102300.856000', '102300.859000', '102300.862000', '102300.865000', '102300.868000', '102300.870000', '102320.744000', '102320.747000', '102320.750000', '102320.753000', '102320.756000', '102320.759000', '102320.762000', '102320.765000', '102320.768000', '102320.770000', '102320.774000', '102320.776000', '102320.779000', '102320.784000', '102320.837000', '102320.840000', '102320.843000', '102320.846000', '102320.850000', '102320.853000', '102320.856000', '102320.859000', '102320.862000', '102320.865000', '102320.868000', '102320.871000', '102320.873000', '102320.876000', '102320.887000', '102320.890000', '102320.893000', '102320.905000', '102320.915000', '102320.918000', '102320.921000', '102320.923000', '102320.927000', '102320.929000', '102320.932000', '102320.935000', '102320.938000', '102320.941000', '102320.944000', '102340.744000', '102340.748000', '102340.751000', '102340.754000', '102340.757000', '102340.760000', '102340.763000', '102340.766000', '102340.769000', '102340.772000', '102340.774000', '102340.777000', '102340.780000', '102340.783000', '102340.844000', '102340.847000', '102340.850000', '102340.853000', '102340.856000', '102340.859000', '102340.862000', '102340.864000', '102340.867000', '102340.874000', '102340.877000', '102340.880000', '102340.883000', '102340.886000', '102340.889000', '102340.892000', '102340.895000', '102340.898000', '102340.901000', '102340.904000', '102340.907000', '102340.910000', '102340.913000', '102340.915000', '102340.918000', '102340.921000', '102340.924000', '102340.927000', '102340.930000', '102340.933000', '102400.744000', '102400.747000', '102400.750000', '102400.753000', '102400.756000', '102400.759000', '102400.762000', '102400.765000', '102400.768000', '102400.771000', '102400.774000', '102400.777000', '102400.779000', '102400.783000', '102400.834000', '102400.837000', '102400.840000', '102400.843000', '102400.846000', '102400.849000', '102400.852000', '102400.855000', '102400.858000', '102400.861000', '102400.864000', '102400.867000', '102400.870000', '102400.873000', '102400.876000', '102400.879000', '102400.882000', '102400.885000', '102400.888000', '102400.891000', '102400.894000', '102400.897000', '102400.900000', '102400.903000', '102400.906000', '102400.909000', '102400.911000', '102400.914000', '102400.917000', '102420.744000', '102420.747000', '102420.750000', '102420.753000', '102420.756000', '102420.759000', '102420.762000', '102420.765000', '102420.768000', '102420.771000', '102420.774000', '102420.777000', '102420.780000', '102420.783000', '102420.842000', '102420.845000', '102420.848000', '102420.851000', '102420.854000', '102420.857000', '102420.860000', '102420.862000', '102420.865000', '102420.868000', '102420.871000', '102420.874000', '102420.877000', '102420.880000', '102420.883000', '102420.886000', '102420.889000', '102420.892000', '102420.895000', '102420.898000', '102420.901000', '102420.904000', '102420.907000', '102420.910000', '102420.913000', '102420.916000', '102420.918000', '102420.921000', '102420.925000', '102420.928000', '102440.744000', '102440.747000', '102440.750000', '102440.753000', '102440.756000', '102440.759000', '102440.762000', '102440.764000', '102440.768000', '102440.771000', '102440.773000', '102440.776000', '102440.779000', '102440.782000', '102440.785000', '102440.788000', '102440.791000', '102440.794000', '102440.797000', '102440.800000', '102440.803000', '102440.806000', '102440.809000', '102440.812000', '102440.815000', '102440.818000', '102440.822000', '102440.825000', '102440.828000', '102440.831000', '102440.834000', '102440.837000', '102440.840000', '102440.843000', '102440.846000', '102440.849000', '102440.852000', '102440.855000', '102440.858000', '102440.860000', '102440.864000', '102440.866000', '102440.885000', '102500.744000', '102500.747000', '102500.750000', '102500.753000', '102500.756000', '102500.759000', '102500.762000', '102500.765000', '102500.768000', '102500.771000', '102500.774000', '102500.776000', '102500.779000', '102500.783000', '102500.828000', '102500.831000', '102500.834000', '102500.837000', '102500.840000', '102500.843000', '102500.846000', '102500.849000', '102500.852000', '102500.855000', '102500.873000', '102500.876000', '102500.879000', '102500.882000', '102500.884000', '102500.888000', '102500.891000', '102500.893000', '102500.896000', '102500.899000', '102500.904000', '102500.907000', '102500.910000', '102500.913000', '102500.916000', '102500.919000', '102500.922000', '102500.925000', '102500.928000', '102500.931000', '102520.744000', '102520.747000', '102520.750000', '102520.753000', '102520.756000', '102520.759000', '102520.762000', '102520.765000', '102520.768000', '102520.771000', '102520.773000', '102520.776000', '102520.779000', '102520.782000', '102520.850000', '102520.853000', '102520.856000', '102520.859000', '102520.862000', '102520.865000', '102520.868000', '102520.871000', '102520.874000', '102520.877000', '102520.880000', '102520.882000', '102520.885000', '102520.888000', '102520.891000', '102520.894000', '102520.897000', '102520.900000', '102520.903000', '102520.907000', '102520.910000', '102520.913000', '102520.915000', '102520.918000', '102520.921000', '102520.924000', '102520.927000', '102520.930000', '102520.933000', '102540.744000', '102540.747000', '102540.750000', '102540.753000', '102540.756000', '102540.759000', '102540.762000', '102540.764000', '102540.768000', '102540.771000', '102540.773000', '102540.776000', '102540.779000', '102540.782000', '102540.857000', '102540.859000', '102540.863000', '102540.865000', '102540.868000', '102540.871000', '102540.874000', '102540.877000', '102540.880000', '102540.883000', '102540.886000', '102540.889000', '102540.892000', '102540.895000', '102540.898000', '102540.901000', '102540.904000', '102540.907000', '102540.910000', '102540.912000', '102540.915000', '102540.918000', '102540.921000', '102540.924000', '102540.927000', '102540.930000', '102540.933000', '102540.936000', '102540.939000', '102540.942000', '102555.018000', '102555.021000', '102555.025000', '102555.028000', '102555.031000', '102555.033000', '102555.037000', '102555.040000', '102555.043000', '102555.045000', '102555.049000', '102555.052000', '102555.055000', '102555.058000', '102555.061000', '102555.064000', '102555.067000', '102555.070000', '102555.073000', '102555.076000', '102555.079000', '102555.082000', '102555.085000', '102555.088000', '102555.091000', '102555.094000', '102555.097000', '102555.101000', '102555.104000', '102555.107000', '102555.110000'], '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': [8033, 10537, 8737, 7103, 8901, 7792, 10689, 8437, 6772, 8550, 7773, 7603, 8157, 7457, 9653, 7856, 11461, 9561, 11189, 8753, 6872, 8942, 8454, 11017, 9243, 7811, 9908, 8020, 7560, 8765, 7734, 13201, 10504, 8078, 11676, 8482, 10018, 8865, 9271, 10649, 9778, 10315, 9062, 12067, 7258, 9525, 7735, 6345, 7152, 6102, 6774, 5884, 6158, 7348, 7004, 7553, 13174, 10476, 7869, 12396, 10916, 11187, 13399, 10937, 15787, 12616, 11956, 14747, 10565, 12632, 9821, 8089, 9676, 8256, 9458, 13147, 9512, 10275, 9406, 9318, 9336, 8715, 9885, 8091, 9839, 7969, 9954, 8622, 9954, 9197, 9985, 9495, 10996, 9744, 8464, 9961, 12529, 9970, 9697, 9397, 8108, 9684, 9019, 9850, 9691, 8752, 10416, 9227, 13910, 9185, 7940, 11763, 9960, 8820, 9784, 10848, 10489, 10259, 7532, 11497, 8327, 8537, 13639, 10952, 15529, 11536, 15398, 11886, 9810, 11465, 8179, 14330, 10472, 13526, 8726, 8956, 9059, 8676, 8507, 8646, 8930, 8697, 8219, 8502, 7477, 5591, 6419, 6762, 6622, 10037, 8586, 7917, 13173, 9857, 8205, 12734, 11636, 8078, 11649, 10640, 8515, 12623, 10012, 8399, 10523, 7711, 10392, 7671, 10042, 7473, 10000, 7635, 9664, 7952, 10015, 8998, 8207, 8832, 7213, 8789, 8574, 7934, 10164, 8827, 7410, 10388, 8730, 7185, 9709, 7941, 7418, 10338, 8112, 13580, 11495, 14060, 11383, 8322, 11666, 10077, 7998, 9774, 8187, 7855, 7906, 6671, 9049, 6553, 9803, 8670, 9687, 10486, 8567, 13187, 9237, 12359, 8483, 11473, 7545, 10869, 7517, 10347, 9380, 12031, 8283, 9559, 8860, 8233, 9036, 8652, 9053, 8891, 8749, 10912, 8538, 9623, 8691, 10251, 7847, 9178, 7995, 8618, 11850, 8190, 9469, 7641, 8334, 7920, 8161, 7762, 8483, 7568, 8702, 8088, 8853, 8628, 8117, 9538, 7055, 11811, 8938, 7399, 9187, 7831, 10495, 8235, 7313, 10618, 7951, 14191, 10112, 10743, 12205, 7957, 12269, 9222, 13485, 9922, 12878, 9197, 10451, 8398, 10919, 9149, 7153, 9745, 7103, 8856, 7271, 9074, 7031, 9100, 8690, 8187, 10270, 8068, 8982, 7049, 8433, 7062, 8343, 6917, 8564, 7476, 8802, 7889, 9386, 7172, 9063, 12941, 9108, 11213, 8224, 9088, 10509, 8290, 10136, 7601, 8398, 7527, 8470, 6679, 7686, 9659, 7084, 7843, 6944, 8001, 6868, 7779, 6748, 8357, 6260, 6005, 6737, 7698, 6632, 6377, 7668, 8018, 9295, 8107, 11292, 7567, 11644, 7799, 12429, 7960, 12978, 8545, 12196, 11048, 11251, 7842, 9379, 6391, 8790, 6644, 8976, 6770, 9304, 6874, 9224, 7230, 8337, 5962, 7059, 5628, 7494, 6080, 8636, 6943, 8336, 7089, 8206, 6797, 8330, 6590, 7705, 8989, 7521, 10592, 7894, 9151, 7599, 7244, 7426, 6994, 7606, 6686, 7604, 6339, 8227, 7903, 6531, 8278, 7368, 11145, 8470, 11794, 8449, 9541, 9044, 7561, 11060, 8589, 8558, 8820, 6712, 9199, 6651, 9887, 7392, 11023, 7648, 7634, 6442, 9362, 6958, 7103, 7261, 7690, 7772, 9359, 7991, 7924, 9262, 6863, 9092, 7213, 9849, 7896, 10065, 7979, 11056, 8308, 9822, 8230, 8002, 8211, 12395, 8184, 9704, 8802, 8788, 8543, 8355, 7350, 8782, 6408, 8991, 6681, 8505, 6158, 7541, 7202, 7970, 7998, 10413, 7691, 8300, 7827, 9123, 7830, 10955, 7947, 10844, 9542, 11310, 7776, 9280, 7045, 9759, 7420, 9170, 12156, 7878, 10270, 7772, 9111, 7340, 7413, 7041, 8361, 6997, 8841, 7284, 8818, 7134, 8372, 6933, 6962, 6626, 9839, 8469, 8927, 8736, 7821, 9195, 6444, 9984, 7509, 10487, 8420, 10929, 8256, 11311, 8964, 11997, 8322, 8879, 8032, 10647, 8448, 10548, 7994, 9742, 7204, 9540, 7635, 9464, 7381, 9724, 7720, 8818, 6705, 9303, 7027, 9608, 8192, 6455, 8851, 7675, 8085, 9234, 7301, 10617, 8761, 11896, 13191, 9987, 13263, 9685, 10600, 11388, 9233, 12114, 9434, 9789, 6871, 7058, 6265, 6787, 6614, 6947, 6345, 7497, 6692, 5760, 7460, 6542, 7859, 7081, 5923, 8358, 5768, 7662, 9445, 7846, 8356, 8440, 7824, 9577, 6967, 9060, 7335, 10253, 8402, 10738, 8527, 11080, 8245, 10734, 7826, 9170, 8041, 11603, 8053, 8592, 12664, 8144, 9274, 7045, 8327, 6653, 7483, 6116, 6534, 5662, 7236, 8173, 11076, 8563, 7259, 7836, 6190, 8150, 6482, 9656, 7205, 9006, 11598, 8715, 11174, 7927, 9845, 7633, 8294, 6276, 7905, 11218, 7624, 9195, 7119, 6664, 8471, 6433, 6687, 6978, 6155, 8255, 6842, 8924, 7361, 9599, 9167, 8074, 9893, 7678, 8479, 7727, 9566, 9827, 8448, 12227, 8687, 9743, 12623, 8936, 9777, 8063, 8056, 10705, 8047, 9337, 7718, 8323, 7539, 9259, 7294, 8471, 11163, 8127, 9659, 7529, 8221, 11120, 8605, 9547, 8149, 8951, 7636, 8683, 11780, 8801, 9602, 8374, 8573, 7208, 6441, 6805, 7431, 7595, 7309, 6189, 6928, 5873, 7260, 6353, 8408, 7079, 10578, 8338, 8932, 9822, 6527, 9150, 6965, 11609, 7722, 12902, 8288, 10199, 9222, 6839, 9707, 7469, 6626, 9193, 6990, 10079, 7782, 14411, 13542, 12330, 11149, 8164, 7682, 7292, 6330, 8129, 7089, 8000, 7333, 7186, 8080, 11313, 10916, 11320, 14133, 12039, 10266, 10849, 14918, 14915, 11508, 13252, 12111, 9175, 9890, 11198, 9453, 8822, 10420, 8456, 8730, 9592, 8224, 8959, 8893, 7751, 6880, 8494, 8904, 7547, 8782, 7513, 7134, 9772, 8826, 7026, 9779, 8183, 6858, 9871, 8183, 8634, 9295, 13137, 10047, 13006, 9865, 12586, 10014, 11833, 8781, 10715, 9434, 10020, 7041, 9593, 8101, 9182, 12703, 8696, 11436, 8389, 9044, 7650, 8915, 7647, 7441, 7851, 7640, 7611, 6979, 7581, 6841, 8535, 6598, 9692, 13486, 8908, 12139, 8656, 9907, 7401, 9997, 7851, 9920, 8039, 9506, 8055, 7551, 8519, 7294, 9595, 7602, 10653, 8516, 12021, 11559, 9316, 12485, 9152, 12064, 8892, 12074, 9643, 11236, 11231, 10649, 7558, 9020, 7919, 8611, 11150, 8686, 11685, 8177, 8969, 8439, 9796, 8324, 9527, 7792, 8717, 7006, 8517, 7105, 8706, 7769, 9825, 7692, 9850, 9606, 9737, 8719, 8225, 12504, 8873, 10054, 13424, 9569, 10069, 8171, 7934, 7805, 7886, 7373, 7759, 6854], 'WindowCenter': [3786.0, 3800.0, 3779.0, 3747.0, 3777.0, 3758.0, 3788.0, 3778.0, 3747.0, 3779.0, 3769.0, 3767.0, 3770.0, 3771.0, 3793.0, 3780.0, 3813.0, 3803.0, 3826.0, 3792.0, 3762.0, 3807.0, 3794.0, 3814.0, 3804.0, 3786.0, 3803.0, 3797.0, 3785.0, 3805.0, 3783.0, 3824.0, 3815.0, 3782.0, 3814.0, 3783.0, 3791.0, 3782.0, 3790.0, 3802.0, 3805.0, 3803.0, 3794.0, 3825.0, 3809.0, 3838.0, 3812.0, 3792.0, 3816.0, 3783.0, 3794.0, 3771.0, 3792.0, 3811.0, 3803.0, 3765.0, 3847.0, 3797.0, 3779.0, 3823.0, 3813.0, 3801.0, 3823.0, 3812.0, 3820.0, 3798.0, 3798.0, 3797.0, 3787.0, 3782.0, 3761.0, 3740.0, 3763.0, 3750.0, 3761.0, 3781.0, 3761.0, 3759.0, 3749.0, 3747.0, 3760.0, 3762.0, 3786.0, 3752.0, 3774.0, 3753.0, 3787.0, 3779.0, 3801.0, 3792.0, 3803.0, 3804.0, 3812.0, 3803.0, 3781.0, 3803.0, 3836.0, 3815.0, 3803.0, 3802.0, 3783.0, 3803.0, 3793.0, 3813.0, 3814.0, 3792.0, 3813.0, 3803.0, 3849.0, 3829.0, 3808.0, 3852.0, 3832.0, 3819.0, 3801.0, 3842.0, 3816.0, 3814.0, 3755.0, 3811.0, 3781.0, 3780.0, 3821.0, 3801.0, 3824.0, 3815.0, 3812.0, 3800.0, 3779.0, 3799.0, 3780.0, 3810.0, 3791.0, 3811.0, 3768.0, 3777.0, 3765.0, 3776.0, 3777.0, 3777.0, 3777.0, 3776.0, 3775.0, 3788.0, 3763.0, 3743.0, 3777.0, 3788.0, 3780.0, 3821.0, 3786.0, 3786.0, 3830.0, 3808.0, 3787.0, 3830.0, 3822.0, 3778.0, 3819.0, 3809.0, 3786.0, 3806.0, 3794.0, 3761.0, 3792.0, 3749.0, 3781.0, 3750.0, 3783.0, 3751.0, 3783.0, 3762.0, 3794.0, 3777.0, 3796.0, 3789.0, 3779.0, 3775.0, 3768.0, 3790.0, 3802.0, 3791.0, 3813.0, 3804.0, 3784.0, 3817.0, 3808.0, 3800.0, 3819.0, 3798.0, 3798.0, 3829.0, 3799.0, 3852.0, 3853.0, 3863.0, 3853.0, 3821.0, 3839.0, 3832.0, 3795.0, 3815.0, 3793.0, 3792.0, 3790.0, 3770.0, 3790.0, 3758.0, 3813.0, 3789.0, 3801.0, 3811.0, 3791.0, 3822.0, 3787.0, 3809.0, 3776.0, 3796.0, 3753.0, 3797.0, 3756.0, 3800.0, 3788.0, 3808.0, 3766.0, 3787.0, 3789.0, 3777.0, 3778.0, 3777.0, 3790.0, 3790.0, 3792.0, 3813.0, 3791.0, 3790.0, 3781.0, 3801.0, 3770.0, 3789.0, 3756.0, 3766.0, 3797.0, 3778.0, 3789.0, 3770.0, 3781.0, 3767.0, 3779.0, 3778.0, 3790.0, 3781.0, 3792.0, 3792.0, 3817.0, 3821.0, 3820.0, 3808.0, 3793.0, 3835.0, 3814.0, 3795.0, 3829.0, 3819.0, 3826.0, 3817.0, 3794.0, 3824.0, 3807.0, 3861.0, 3829.0, 3814.0, 3810.0, 3769.0, 3797.0, 3763.0, 3793.0, 3772.0, 3806.0, 3786.0, 3766.0, 3732.0, 3765.0, 3771.0, 3739.0, 3768.0, 3737.0, 3757.0, 3738.0, 3770.0, 3752.0, 3786.0, 3775.0, 3776.0, 3796.0, 3776.0, 3785.0, 3753.0, 3775.0, 3768.0, 3775.0, 3767.0, 3791.0, 3781.0, 3798.0, 3791.0, 3802.0, 3769.0, 3801.0, 3821.0, 3790.0, 3811.0, 3776.0, 3777.0, 3796.0, 3765.0, 3797.0, 3767.0, 3776.0, 3777.0, 3776.0, 3755.0, 3779.0, 3799.0, 3767.0, 3778.0, 3781.0, 3791.0, 3784.0, 3806.0, 3829.0, 3862.0, 3793.0, 3755.0, 3750.0, 3769.0, 3761.0, 3750.0, 3788.0, 3784.0, 3794.0, 3787.0, 3817.0, 3773.0, 3803.0, 3774.0, 3813.0, 3772.0, 3813.0, 3782.0, 3813.0, 3800.0, 3789.0, 3768.0, 3777.0, 3735.0, 3755.0, 3733.0, 3765.0, 3733.0, 3776.0, 3735.0, 3778.0, 3755.0, 3780.0, 3735.0, 3742.0, 3706.0, 3725.0, 3731.0, 3763.0, 3754.0, 3775.0, 3755.0, 3778.0, 3759.0, 3790.0, 3771.0, 3778.0, 3800.0, 3779.0, 3809.0, 3778.0, 3799.0, 3779.0, 3779.0, 3794.0, 3782.0, 3823.0, 3828.0, 3835.0, 3803.0, 3807.0, 3799.0, 3777.0, 3794.0, 3800.0, 3816.0, 3795.0, 3825.0, 3806.0, 3803.0, 3805.0, 3794.0, 3827.0, 3804.0, 3790.0, 3778.0, 3745.0, 3776.0, 3746.0, 3788.0, 3771.0, 3801.0, 3768.0, 3750.0, 3714.0, 3771.0, 3753.0, 3753.0, 3763.0, 3752.0, 3764.0, 3800.0, 3780.0, 3804.0, 3815.0, 3771.0, 3815.0, 3794.0, 3811.0, 3791.0, 3812.0, 3792.0, 3823.0, 3804.0, 3813.0, 3804.0, 3791.0, 3793.0, 3822.0, 3777.0, 3789.0, 3787.0, 3790.0, 3788.0, 3789.0, 3767.0, 3790.0, 3759.0, 3801.0, 3785.0, 3861.0, 3796.0, 3799.0, 3786.0, 3772.0, 3786.0, 3802.0, 3770.0, 3792.0, 3795.0, 3804.0, 3783.0, 3813.0, 3781.0, 3802.0, 3791.0, 3800.0, 3771.0, 3778.0, 3758.0, 3790.0, 3756.0, 3777.0, 3797.0, 3766.0, 3787.0, 3766.0, 3777.0, 3757.0, 3756.0, 3771.0, 3765.0, 3757.0, 3789.0, 3784.0, 3791.0, 3770.0, 3794.0, 3769.0, 3743.0, 3730.0, 3782.0, 3764.0, 3787.0, 3789.0, 3778.0, 3801.0, 3762.0, 3814.0, 3782.0, 3811.0, 3792.0, 3812.0, 3793.0, 3824.0, 3803.0, 3822.0, 3792.0, 3789.0, 3779.0, 3798.0, 3790.0, 3798.0, 3779.0, 3789.0, 3768.0, 3800.0, 3780.0, 3798.0, 3767.0, 3787.0, 3780.0, 3846.0, 3828.0, 3816.0, 3742.0, 3786.0, 3779.0, 3759.0, 3801.0, 3782.0, 3805.0, 3814.0, 3783.0, 3814.0, 3804.0, 3838.0, 3825.0, 3803.0, 3822.0, 3789.0, 3798.0, 3795.0, 3775.0, 3795.0, 3774.0, 3786.0, 3787.0, 3789.0, 3753.0, 3747.0, 3760.0, 3730.0, 3722.0, 3743.0, 3758.0, 3739.0, 3784.0, 3788.0, 3807.0, 3798.0, 3776.0, 3806.0, 3765.0, 3772.0, 3775.0, 3738.0, 3749.0, 3765.0, 3768.0, 3800.0, 3767.0, 3790.0, 3780.0, 3799.0, 3778.0, 3799.0, 3791.0, 3812.0, 3793.0, 3824.0, 3784.0, 3804.0, 3793.0, 3811.0, 3765.0, 3778.0, 3809.0, 3768.0, 3788.0, 3769.0, 3792.0, 3759.0, 3826.0, 3833.0, 3777.0, 3755.0, 3745.0, 3794.0, 3799.0, 3792.0, 3771.0, 3796.0, 3777.0, 3806.0, 3775.0, 3804.0, 3769.0, 3779.0, 3799.0, 3778.0, 3799.0, 3768.0, 3789.0, 3768.0, 3778.0, 3745.0, 3766.0, 3785.0, 3753.0, 3774.0, 3743.0, 3756.0, 3764.0, 3743.0, 3714.0, 3739.0, 3730.0, 3774.0, 3756.0, 3787.0, 3781.0, 3813.0, 3804.0, 3792.0, 3803.0, 3793.0, 3805.0, 3796.0, 3802.0, 3788.0, 3778.0, 3822.0, 3779.0, 3789.0, 3807.0, 3775.0, 3786.0, 3763.0, 3765.0, 3783.0, 3765.0, 3786.0, 3767.0, 3777.0, 3779.0, 3799.0, 3768.0, 3792.0, 3811.0, 3780.0, 3802.0, 3770.0, 3781.0, 3812.0, 3792.0, 3789.0, 3780.0, 3788.0, 3768.0, 3792.0, 3809.0, 3790.0, 3791.0, 3809.0, 3865.0, 3815.0, 3778.0, 3776.0, 3772.0, 3770.0, 3771.0, 3762.0, 3786.0, 3778.0, 3798.0, 3776.0, 3793.0, 3772.0, 3813.0, 3792.0, 3804.0, 3802.0, 3762.0, 3803.0, 3784.0, 3827.0, 3795.0, 3806.0, 3751.0, 3756.0, 3798.0, 3755.0, 3785.0, 3765.0, 3754.0, 3785.0, 3768.0, 3812.0, 3780.0, 3883.0, 3854.0, 3857.0, 3860.0, 3830.0, 3825.0, 3814.0, 3793.0, 3823.0, 3812.0, 3811.0, 3803.0, 3807.0, 3829.0, 3875.0, 3864.0, 3861.0, 3885.0, 3864.0, 3827.0, 3839.0, 3833.0, 3821.0, 3790.0, 3801.0, 3788.0, 3766.0, 3763.0, 3773.0, 3765.0, 3751.0, 3771.0, 3752.0, 3753.0, 3762.0, 3753.0, 3763.0, 3764.0, 3828.0, 3816.0, 3794.0, 3741.0, 3785.0, 3779.0, 3760.0, 3762.0, 3816.0, 3819.0, 3802.0, 3833.0, 3823.0, 3804.0, 3833.0, 3823.0, 3822.0, 3834.0, 3851.0, 3821.0, 3841.0, 3820.0, 3841.0, 3820.0, 3829.0, 3796.0, 3817.0, 3806.0, 3805.0, 3762.0, 3805.0, 3785.0, 3795.0, 3825.0, 3794.0, 3827.0, 3809.0, 3807.0, 3796.0, 3806.0, 3797.0, 3785.0, 3796.0, 3768.0, 3765.0, 3770.0, 3794.0, 3785.0, 3817.0, 3787.0, 3829.0, 3847.0, 3806.0, 3837.0, 3805.0, 3816.0, 3785.0, 3827.0, 3809.0, 3910.0, 3866.0, 3846.0, 3812.0, 3784.0, 3795.0, 3787.0, 3807.0, 3786.0, 3829.0, 3809.0, 3842.0, 3832.0, 3808.0, 3827.0, 3793.0, 3801.0, 3792.0, 3813.0, 3779.0, 3801.0, 3802.0, 3803.0, 3770.0, 3793.0, 3781.0, 3779.0, 3786.0, 3780.0, 3798.0, 3767.0, 3791.0, 3782.0, 3804.0, 3781.0, 3790.0, 3738.0, 3748.0, 3728.0, 3788.0, 3757.0, 3792.0, 3783.0, 3815.0, 3783.0, 3817.0, 3815.0, 3817.0, 3805.0, 3795.0, 3836.0, 3793.0, 3804.0, 3821.0, 3789.0, 3790.0, 3778.0, 3780.0, 3780.0, 3793.0, 3782.0, 3781.0, 3760.0], 'WindowWidth': [8516.0, 8522.0, 8491.0, 8446.0, 8484.0, 8461.0, 8500.0, 8489.0, 8447.0, 8490.0, 8478.0, 8472.0, 8479.0, 8484.0, 8515.0, 8494.0, 8544.0, 8530.0, 8566.0, 8514.0, 8476.0, 8542.0, 8521.0, 8547.0, 8532.0, 8514.0, 8533.0, 8531.0, 8511.0, 8540.0, 8504.0, 8561.0, 8550.0, 8501.0, 8546.0, 8502.0, 8509.0, 8497.0, 8506.0, 8524.0, 8534.0, 8533.0, 8521.0, 8567.0, 8556.0, 8600.0, 8557.0, 8537.0, 8575.0, 8523.0, 8536.0, 8501.0, 8532.0, 8556.0, 8549.0, 8468.0, 8604.0, 8517.0, 8494.0, 8563.0, 8547.0, 8526.0, 8563.0, 8544.0, 8555.0, 8519.0, 8514.0, 8515.0, 8496.0, 8482.0, 8448.0, 8420.0, 8456.0, 8434.0, 8451.0, 8477.0, 8449.0, 8442.0, 8429.0, 8425.0, 8448.0, 8455.0, 8495.0, 8443.0, 8474.0, 8445.0, 8497.0, 8491.0, 8522.0, 8511.0, 8531.0, 8533.0, 8540.0, 8529.0, 8496.0, 8530.0, 8582.0, 8551.0, 8531.0, 8526.0, 8504.0, 8531.0, 8517.0, 8544.0, 8548.0, 8516.0, 8545.0, 8534.0, 8607.0, 8582.0, 8551.0, 8614.0, 8590.0, 8565.0, 8522.0, 8605.0, 8555.0, 8551.0, 8453.0, 8536.0, 8496.0, 8492.0, 8550.0, 8520.0, 8558.0, 8547.0, 8538.0, 8517.0, 8485.0, 8514.0, 8492.0, 8531.0, 8505.0, 8532.0, 8471.0, 8484.0, 8465.0, 8483.0, 8485.0, 8484.0, 8484.0, 8485.0, 8482.0, 8507.0, 8468.0, 8451.0, 8504.0, 8518.0, 8508.0, 8562.0, 8506.0, 8506.0, 8569.0, 8537.0, 8508.0, 8570.0, 8563.0, 8496.0, 8554.0, 8539.0, 8503.0, 8531.0, 8510.0, 8461.0, 8503.0, 8440.0, 8487.0, 8443.0, 8493.0, 8447.0, 8493.0, 8465.0, 8509.0, 8495.0, 8514.0, 8507.0, 8492.0, 8481.0, 8480.0, 8512.0, 8532.0, 8514.0, 8547.0, 8535.0, 8509.0, 8555.0, 8547.0, 8543.0, 8564.0, 8533.0, 8533.0, 8577.0, 8537.0, 8615.0, 8622.0, 8633.0, 8621.0, 8574.0, 8595.0, 8587.0, 8529.0, 8553.0, 8520.0, 8517.0, 8512.0, 8485.0, 8509.0, 8467.0, 8543.0, 8510.0, 8527.0, 8536.0, 8514.0, 8556.0, 8500.0, 8533.0, 8483.0, 8512.0, 8449.0, 8511.0, 8457.0, 8521.0, 8501.0, 8531.0, 8470.0, 8500.0, 8507.0, 8485.0, 8487.0, 8486.0, 8509.0, 8507.0, 8513.0, 8543.0, 8513.0, 8508.0, 8496.0, 8527.0, 8481.0, 8504.0, 8453.0, 8468.0, 8512.0, 8489.0, 8503.0, 8480.0, 8500.0, 8475.0, 8494.0, 8494.0, 8511.0, 8501.0, 8515.0, 8518.0, 8559.0, 8573.0, 8572.0, 8536.0, 8527.0, 8581.0, 8555.0, 8531.0, 8584.0, 8571.0, 8573.0, 8565.0, 8528.0, 8565.0, 8549.0, 8628.0, 8577.0, 8548.0, 8533.0, 8478.0, 8513.0, 8461.0, 8503.0, 8473.0, 8524.0, 8498.0, 8454.0, 8401.0, 8451.0, 8471.0, 8425.0, 8463.0, 8419.0, 8443.0, 8423.0, 8468.0, 8446.0, 8499.0, 8482.0, 8486.0, 8510.0, 8486.0, 8496.0, 8452.0, 8482.0, 8480.0, 8485.0, 8479.0, 8514.0, 8502.0, 8521.0, 8516.0, 8531.0, 8484.0, 8531.0, 8557.0, 8510.0, 8541.0, 8486.0, 8486.0, 8512.0, 8468.0, 8515.0, 8475.0, 8486.0, 8490.0, 8488.0, 8458.0, 8497.0, 8523.0, 8478.0, 8492.0, 8504.0, 8520.0, 8515.0, 8548.0, 8607.0, 8651.0, 8542.0, 8472.0, 8454.0, 8476.0, 8470.0, 8454.0, 8517.0, 8505.0, 8515.0, 8513.0, 8550.0, 8484.0, 8528.0, 8490.0, 8543.0, 8484.0, 8540.0, 8498.0, 8541.0, 8517.0, 8504.0, 8472.0, 8483.0, 8423.0, 8446.0, 8419.0, 8461.0, 8419.0, 8479.0, 8423.0, 8483.0, 8452.0, 8494.0, 8429.0, 8429.0, 8371.0, 8394.0, 8415.0, 8460.0, 8451.0, 8479.0, 8458.0, 8490.0, 8470.0, 8511.0, 8491.0, 8494.0, 8526.0, 8498.0, 8538.0, 8496.0, 8523.0, 8498.0, 8499.0, 8526.0, 8510.0, 8586.0, 8603.0, 8603.0, 8555.0, 8546.0, 8536.0, 8504.0, 8520.0, 8539.0, 8552.0, 8523.0, 8565.0, 8543.0, 8533.0, 8538.0, 8525.0, 8576.0, 8539.0, 8509.0, 8488.0, 8441.0, 8483.0, 8444.0, 8503.0, 8487.0, 8528.0, 8477.0, 8440.0, 8381.0, 8471.0, 8450.0, 8452.0, 8464.0, 8444.0, 8467.0, 8522.0, 8499.0, 8537.0, 8554.0, 8491.0, 8553.0, 8526.0, 8541.0, 8515.0, 8544.0, 8516.0, 8561.0, 8539.0, 8550.0, 8539.0, 8516.0, 8520.0, 8558.0, 8489.0, 8504.0, 8500.0, 8509.0, 8505.0, 8508.0, 8478.0, 8513.0, 8471.0, 8528.0, 8518.0, 8648.0, 8553.0, 8535.0, 8513.0, 8485.0, 8513.0, 8525.0, 8480.0, 8513.0, 8525.0, 8533.0, 8505.0, 8545.0, 8500.0, 8527.0, 8511.0, 8523.0, 8485.0, 8487.0, 8462.0, 8505.0, 8454.0, 8484.0, 8510.0, 8469.0, 8498.0, 8470.0, 8484.0, 8458.0, 8455.0, 8485.0, 8467.0, 8460.0, 8504.0, 8511.0, 8512.0, 8484.0, 8521.0, 8483.0, 8433.0, 8411.0, 8485.0, 8463.0, 8499.0, 8506.0, 8493.0, 8526.0, 8478.0, 8549.0, 8502.0, 8539.0, 8517.0, 8543.0, 8519.0, 8563.0, 8533.0, 8558.0, 8517.0, 8509.0, 8495.0, 8517.0, 8511.0, 8519.0, 8492.0, 8506.0, 8479.0, 8523.0, 8499.0, 8521.0, 8477.0, 8500.0, 8499.0, 8618.0, 8600.0, 8558.0, 8430.0, 8496.0, 8494.0, 8468.0, 8525.0, 8504.0, 8539.0, 8549.0, 8506.0, 8549.0, 8538.0, 8590.0, 8566.0, 8530.0, 8557.0, 8505.0, 8516.0, 8507.0, 8478.0, 8505.0, 8475.0, 8495.0, 8522.0, 8527.0, 8464.0, 8447.0, 8469.0, 8405.0, 8400.0, 8432.0, 8462.0, 8442.0, 8511.0, 8524.0, 8548.0, 8537.0, 8504.0, 8541.0, 8487.0, 8486.0, 8479.0, 8416.0, 8432.0, 8467.0, 8477.0, 8527.0, 8479.0, 8512.0, 8498.0, 8520.0, 8489.0, 8520.0, 8509.0, 8542.0, 8519.0, 8563.0, 8509.0, 8535.0, 8518.0, 8538.0, 8465.0, 8489.0, 8532.0, 8475.0, 8500.0, 8481.0, 8515.0, 8468.0, 8593.0, 8617.0, 8509.0, 8473.0, 8437.0, 8520.0, 8516.0, 8512.0, 8487.0, 8527.0, 8508.0, 8542.0, 8500.0, 8538.0, 8478.0, 8491.0, 8518.0, 8488.0, 8516.0, 8474.0, 8504.0, 8475.0, 8491.0, 8440.0, 8468.0, 8493.0, 8446.0, 8475.0, 8432.0, 8458.0, 8465.0, 8435.0, 8382.0, 8422.0, 8416.0, 8478.0, 8457.0, 8501.0, 8502.0, 8546.0, 8536.0, 8518.0, 8533.0, 8522.0, 8543.0, 8529.0, 8530.0, 8503.0, 8489.0, 8556.0, 8492.0, 8504.0, 8528.0, 8481.0, 8496.0, 8462.0, 8466.0, 8489.0, 8467.0, 8495.0, 8474.0, 8486.0, 8494.0, 8520.0, 8479.0, 8516.0, 8539.0, 8497.0, 8528.0, 8482.0, 8497.0, 8543.0, 8516.0, 8508.0, 8496.0, 8503.0, 8478.0, 8514.0, 8533.0, 8508.0, 8511.0, 8551.0, 8659.0, 8574.0, 8509.0, 8501.0, 8486.0, 8480.0, 8482.0, 8475.0, 8518.0, 8511.0, 8537.0, 8503.0, 8519.0, 8489.0, 8544.0, 8515.0, 8534.0, 8529.0, 8476.0, 8532.0, 8510.0, 8572.0, 8527.0, 8524.0, 8441.0, 8435.0, 8519.0, 8457.0, 8498.0, 8468.0, 8453.0, 8497.0, 8478.0, 8544.0, 8498.0, 8669.0, 8613.0, 8624.0, 8633.0, 8596.0, 8585.0, 8571.0, 8543.0, 8583.0, 8566.0, 8559.0, 8548.0, 8560.0, 8589.0, 8661.0, 8643.0, 8632.0, 8674.0, 8643.0, 8577.0, 8594.0, 8576.0, 8558.0, 8509.0, 8528.0, 8503.0, 8464.0, 8459.0, 8470.0, 8461.0, 8436.0, 8463.0, 8439.0, 8444.0, 8454.0, 8445.0, 8457.0, 8461.0, 8595.0, 8579.0, 8520.0, 8416.0, 8507.0, 8486.0, 8465.0, 8471.0, 8551.0, 8562.0, 8545.0, 8589.0, 8578.0, 8554.0, 8590.0, 8576.0, 8571.0, 8591.0, 8610.0, 8568.0, 8597.0, 8564.0, 8595.0, 8563.0, 8574.0, 8525.0, 8556.0, 8538.0, 8534.0, 8472.0, 8533.0, 8510.0, 8521.0, 8561.0, 8519.0, 8566.0, 8549.0, 8545.0, 8529.0, 8539.0, 8532.0, 8514.0, 8530.0, 8477.0, 8468.0, 8488.0, 8528.0, 8517.0, 8562.0, 8526.0, 8581.0, 8603.0, 8544.0, 8588.0, 8540.0, 8555.0, 8515.0, 8574.0, 8557.0, 8733.0, 8663.0, 8613.0, 8559.0, 8506.0, 8521.0, 8516.0, 8539.0, 8513.0, 8576.0, 8549.0, 8598.0, 8586.0, 8548.0, 8569.0, 8515.0, 8521.0, 8512.0, 8542.0, 8489.0, 8522.0, 8524.0, 8530.0, 8480.0, 8518.0, 8499.0, 8489.0, 8493.0, 8495.0, 8512.0, 8469.0, 8510.0, 8500.0, 8534.0, 8496.0, 8506.0, 8414.0, 8431.0, 8406.0, 8505.0, 8463.0, 8517.0, 8508.0, 8551.0, 8508.0, 8559.0, 8553.0, 8559.0, 8538.0, 8525.0, 8582.0, 8520.0, 8533.0, 8552.0, 8503.0, 8509.0, 8490.0, 8497.0, 8497.0, 8521.0, 8504.0, 8503.0, 8472.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.013311272935779817</td></tr>
<tr><td colspan=3>aqi</td><td>0.2196321735091743</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.43443610187132</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0057908418943746</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9942222946842704</td></tr>
<tr><td colspan=3>efc</td><td>0.4515</td></tr>
<tr><td colspan=3>fber</td><td>6619.7437</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.5942280714104702</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>589</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>67.54587155963303</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.2937147450386206</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.2019172872967068</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.520912188782185</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.158314759036969</td></tr>
<tr><td colspan=3>gcor</td><td>0.00809705</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010577965527772903</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030019814148545265</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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>4.193623268078519</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>17.8489</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.779</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.532</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309812.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>645.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>258.9712</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9245</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>418.1485</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3022.3753</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3240.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66732.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>772.5958</td></tr>
<tr><td colspan=3>tsnr</td><td>13.80304073332809</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>