ds005256-mriqc/sub-0013_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter c7f26d9d7b [DATALAD RUNCMD] Compute MRIQC for sub-0013
=== 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-0013 --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-0013",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:39:20 +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-0013_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0013_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-03/func/sub-0013_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ba106ab89b53c88a4e5fadc4548fc44e</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:34:48.440000</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.99647, 0.0826215, 0.0149018, -0.0829754, 0.942179, 0.324675]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0975402</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7782, -7243, 427, -158, -167, 54, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.33</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>338bccfb-07ec-443e-9cef-94fa7083a014||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.673454999923706, -0.22261697053909302, -0.0345195010304451, 125.21573638916016], [-0.22166745364665985, 2.5277974605560303, 0.8768657445907593, -88.23226928710938], [0.03998032584786415, -0.8710789084434509, 2.553412437438965, -9.392427444458008], [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': ['103448.440000', '103448.900000', '103449.360000', '103449.820000', '103450.280000', '103450.740000', '103451.200000', '103451.660000', '103452.120000', '103452.580000', '103453.040000', '103453.500000', '103453.960000', '103454.420000', '103454.880000', '103455.340000', '103455.800000', '103456.260000', '103456.720000', '103457.180000', '103457.640000', '103458.100000', '103458.560000', '103459.020000', '103459.480000', '103459.940000', '103500.400000', '103500.860000', '103501.320000', '103501.780000', '103502.240000', '103502.700000', '103503.160000', '103503.620000', '103504.080000', '103504.540000', '103505.000000', '103505.460000', '103505.920000', '103506.380000', '103506.840000', '103507.300000', '103507.760000', '103508.220000', '103508.680000', '103509.140000', '103509.600000', '103510.060000', '103510.520000', '103510.980000', '103511.440000', '103511.900000', '103512.360000', '103512.820000', '103513.280000', '103513.740000', '103514.200000', '103514.660000', '103515.120000', '103515.580000', '103516.040000', '103516.500000', '103516.960000', '103517.420000', '103517.880000', '103518.340000', '103518.800000', '103519.260000', '103519.720000', '103520.180000', '103520.640000', '103521.100000', '103521.560000', '103522.020000', '103522.480000', '103522.940000', '103523.400000', '103523.860000', '103524.320000', '103524.780000', '103525.240000', '103525.700000', '103526.160000', '103526.620000', '103527.080000', '103527.540000', '103528.000000', '103528.460000', '103528.920000', '103529.380000', '103529.840000', '103530.300000', '103530.760000', '103531.220000', '103531.680000', '103532.140000', '103532.600000', '103533.060000', '103533.520000', '103533.980000', '103534.440000', '103534.900000', '103535.360000', '103535.820000', '103536.280000', '103536.740000', '103537.200000', '103537.660000', '103538.120000', '103538.580000', '103539.040000', '103539.500000', '103539.960000', '103540.420000', '103540.880000', '103541.340000', '103541.800000', '103542.260000', '103542.720000', '103543.180000', '103543.640000', '103544.100000', '103544.560000', '103545.020000', '103545.480000', '103545.940000', '103546.400000', '103546.860000', '103547.320000', '103547.780000', '103548.240000', '103548.700000', '103549.160000', '103549.620000', '103550.080000', '103550.540000', '103551.000000', '103551.460000', '103551.920000', '103552.380000', '103552.840000', '103553.300000', '103553.760000', '103554.220000', '103554.680000', '103555.140000', '103555.600000', '103556.060000', '103556.520000', '103556.980000', '103557.440000', '103557.900000', '103558.360000', '103558.820000', '103559.280000', '103559.740000', '103600.200000', '103600.660000', '103601.120000', '103601.580000', '103602.040000', '103602.500000', '103602.960000', '103603.420000', '103603.880000', '103604.340000', '103604.800000', '103605.260000', '103605.720000', '103606.180000', '103606.640000', '103607.100000', '103607.560000', '103608.020000', '103608.480000', '103608.940000', '103609.400000', '103609.860000', '103610.320000', '103610.780000', '103611.240000', '103611.700000', '103612.160000', '103612.620000', '103613.080000', '103613.540000', '103614.000000', '103614.460000', '103614.920000', '103615.380000', '103615.840000', '103616.300000', '103616.760000', '103617.220000', '103617.680000', '103618.140000', '103618.600000', '103619.060000', '103619.520000', '103619.980000', '103620.440000', '103620.900000', '103621.360000', '103621.820000', '103622.280000', '103622.740000', '103623.200000', '103623.660000', '103624.120000', '103624.580000', '103625.040000', '103625.500000', '103625.960000', '103626.420000', '103626.880000', '103627.340000', '103627.800000', '103628.260000', '103628.720000', '103629.180000', '103629.640000', '103630.100000', '103630.560000', '103631.020000', '103631.480000', '103631.940000', '103632.400000', '103632.860000', '103633.320000', '103633.780000', '103634.240000', '103634.700000', '103635.160000', '103635.620000', '103636.080000', '103636.540000', '103637.000000', '103637.460000', '103637.920000', '103638.380000', '103638.840000', '103639.300000', '103639.760000', '103640.220000', '103640.680000', '103641.140000', '103641.600000', '103642.060000', '103642.520000', '103642.980000', '103643.440000', '103643.900000', '103644.360000', '103644.820000', '103645.280000', '103645.740000', '103646.200000', '103646.660000', '103647.120000', '103647.580000', '103648.040000', '103648.500000', '103648.960000', '103649.420000', '103649.880000', '103650.340000', '103650.800000', '103651.260000', '103651.720000', '103652.180000', '103652.640000', '103653.100000', '103653.560000', '103654.020000', '103654.480000', '103654.940000', '103655.400000', '103655.860000', '103656.320000', '103656.780000', '103657.240000', '103657.700000', '103658.160000', '103658.620000', '103659.080000', '103659.540000', '103700.000000', '103700.460000', '103700.920000', '103701.380000', '103701.840000', '103702.300000', '103702.760000', '103703.220000', '103703.680000', '103704.140000', '103704.600000', '103705.060000', '103705.520000', '103705.980000', '103706.440000', '103706.900000', '103707.360000', '103707.820000', '103708.280000', '103708.740000', '103709.200000', '103709.660000', '103710.120000', '103710.580000', '103711.040000', '103711.500000', '103711.960000', '103712.420000', '103712.880000', '103713.340000', '103713.800000', '103714.260000', '103714.720000', '103715.180000', '103715.640000', '103716.100000', '103716.560000', '103717.020000', '103717.480000', '103717.940000', '103718.400000', '103718.860000', '103719.320000', '103719.780000', '103720.240000', '103720.700000', '103721.160000', '103721.620000', '103722.080000', '103722.540000', '103723.000000', '103723.460000', '103723.920000', '103724.380000', '103724.840000', '103725.300000', '103725.760000', '103726.220000', '103726.680000', '103727.140000', '103727.600000', '103728.060000', '103728.520000', '103728.980000', '103729.440000', '103729.900000', '103730.360000', '103730.820000', '103731.280000', '103731.740000', '103732.200000', '103732.660000', '103733.120000', '103733.580000', '103734.040000', '103734.500000', '103734.960000', '103735.420000', '103735.880000', '103736.340000', '103736.800000', '103737.260000', '103737.720000', '103738.180000', '103738.640000', '103739.100000', '103739.560000', '103740.020000', '103740.480000', '103740.940000', '103741.400000', '103741.860000', '103742.320000', '103742.780000', '103743.240000', '103743.700000', '103744.160000', '103744.620000', '103745.080000', '103745.540000', '103746.000000', '103746.460000', '103746.920000', '103747.380000', '103747.840000', '103748.300000', '103748.760000', '103749.220000', '103749.680000', '103750.140000', '103750.600000', '103751.060000', '103751.520000', '103751.980000', '103752.440000', '103752.900000', '103753.360000', '103753.820000', '103754.280000', '103754.740000', '103755.200000', '103755.660000', '103756.120000', '103756.580000', '103757.040000', '103757.500000', '103757.960000', '103758.420000', '103758.880000', '103759.340000', '103759.800000', '103800.260000', '103800.720000', '103801.180000', '103801.640000', '103802.100000', '103802.560000', '103803.020000', '103803.480000', '103803.940000', '103804.400000', '103804.860000', '103805.320000', '103805.780000', '103806.240000', '103806.700000', '103807.160000', '103807.620000', '103808.080000', '103808.540000', '103809.000000', '103809.460000', '103809.920000', '103810.380000', '103810.840000', '103811.300000', '103811.760000', '103812.220000', '103812.680000', '103813.140000', '103813.600000', '103814.060000', '103814.520000', '103814.980000', '103815.440000', '103815.900000', '103816.360000', '103816.820000', '103817.280000', '103817.740000', '103818.200000', '103818.660000', '103819.120000', '103819.580000', '103820.040000', '103820.500000', '103820.960000', '103821.420000', '103821.880000', '103822.340000', '103822.800000', '103823.260000', '103823.720000', '103824.180000', '103824.640000', '103825.100000', '103825.560000', '103826.020000', '103826.480000', '103826.940000', '103827.400000', '103827.860000', '103828.320000', '103828.780000', '103829.240000', '103829.700000', '103830.160000', '103830.620000', '103831.080000', '103831.540000', '103832.000000', '103832.460000', '103832.920000', '103833.380000', '103833.840000', '103834.300000', '103834.760000', '103835.220000', '103835.680000', '103836.140000', '103836.600000', '103837.060000', '103837.520000', '103837.980000', '103838.440000', '103838.900000', '103839.360000', '103839.820000', '103840.280000', '103840.740000', '103841.200000', '103841.660000', '103842.120000', '103842.580000', '103843.040000', '103843.500000', '103843.960000', '103844.420000', '103844.880000', '103845.340000', '103845.800000', '103846.260000', '103846.720000', '103847.180000', '103847.640000', '103848.100000', '103848.560000', '103849.020000', '103849.480000', '103849.940000', '103850.400000', '103850.860000', '103851.320000', '103851.780000', '103852.240000', '103852.700000', '103853.160000', '103853.620000', '103854.080000', '103854.540000', '103855.000000', '103855.460000', '103855.920000', '103856.380000', '103856.840000', '103857.300000', '103857.760000', '103858.220000', '103858.680000', '103859.140000', '103859.600000', '103900.060000', '103900.520000', '103900.980000', '103901.440000', '103901.900000', '103902.360000', '103902.820000', '103903.280000', '103903.740000', '103904.200000', '103904.660000', '103905.120000', '103905.580000', '103906.040000', '103906.500000', '103906.960000', '103907.420000', '103907.880000', '103908.340000', '103908.800000', '103909.260000', '103909.720000', '103910.180000', '103910.640000', '103911.100000', '103911.560000', '103912.020000', '103912.480000', '103912.940000', '103913.400000', '103913.860000', '103914.320000', '103914.780000', '103915.240000', '103915.700000', '103916.160000', '103916.620000', '103917.080000', '103917.540000', '103918.000000', '103918.460000', '103918.920000', '103919.380000', '103919.840000', '103920.300000', '103920.760000', '103921.220000', '103921.680000', '103922.140000', '103922.600000', '103923.060000', '103923.520000', '103923.980000', '103924.440000', '103924.900000', '103925.360000', '103925.820000', '103926.280000', '103926.740000', '103927.200000', '103927.660000', '103928.120000', '103928.580000', '103929.040000', '103929.500000', '103929.960000', '103930.420000', '103930.880000', '103931.340000', '103931.800000', '103932.260000', '103932.720000', '103933.180000', '103933.640000', '103934.100000', '103934.560000', '103935.020000', '103935.480000', '103935.940000', '103936.400000', '103936.860000', '103937.320000', '103937.780000', '103938.240000', '103938.700000', '103939.160000', '103939.620000', '103940.080000', '103940.540000', '103941.000000', '103941.460000', '103941.920000', '103942.380000', '103942.840000', '103943.300000', '103943.760000', '103944.220000', '103944.680000', '103945.140000', '103945.600000', '103946.060000', '103946.520000', '103946.980000', '103947.440000', '103947.900000', '103948.360000', '103948.820000', '103949.280000', '103949.740000', '103950.200000', '103950.660000', '103951.120000', '103951.580000', '103952.040000', '103952.500000', '103952.960000', '103953.420000', '103953.880000', '103954.340000', '103954.800000', '103955.260000', '103955.720000', '103956.180000', '103956.640000', '103957.100000', '103957.560000', '103958.020000', '103958.480000', '103958.940000', '103959.400000', '103959.860000', '104000.320000', '104000.780000', '104001.240000', '104001.700000', '104002.160000', '104002.620000', '104003.080000', '104003.540000', '104004.000000', '104004.460000', '104004.920000', '104005.380000', '104005.840000', '104006.300000', '104006.760000', '104007.220000', '104007.680000', '104008.140000', '104008.600000', '104009.060000', '104009.520000', '104009.980000', '104010.440000', '104010.900000', '104011.360000', '104011.820000', '104012.280000', '104012.740000', '104013.200000', '104013.660000', '104014.120000', '104014.580000', '104015.040000', '104015.500000', '104015.960000', '104016.420000', '104016.880000', '104017.340000', '104017.800000', '104018.260000', '104018.720000', '104019.180000', '104019.640000', '104020.100000', '104020.560000', '104021.020000', '104021.480000', '104021.940000', '104022.400000', '104022.860000', '104023.320000', '104023.780000', '104024.240000', '104024.700000', '104025.160000', '104025.620000', '104026.080000', '104026.540000', '104027.000000', '104027.460000', '104027.920000', '104028.380000', '104028.840000', '104029.300000', '104029.760000', '104030.220000', '104030.680000', '104031.140000', '104031.600000', '104032.060000', '104032.520000', '104032.980000', '104033.440000', '104033.900000', '104034.360000', '104034.820000', '104035.280000', '104035.740000', '104036.200000', '104036.660000', '104037.120000', '104037.580000', '104038.040000', '104038.500000', '104038.960000', '104039.420000', '104039.880000', '104040.340000', '104040.800000', '104041.260000', '104041.720000', '104042.180000', '104042.640000', '104043.100000', '104043.560000', '104044.020000', '104044.480000', '104044.940000', '104045.400000', '104045.860000', '104046.320000', '104046.780000', '104047.240000', '104047.700000', '104048.160000', '104048.620000', '104049.080000', '104049.540000', '104050.000000', '104050.460000', '104050.920000', '104051.380000', '104051.840000', '104052.300000', '104052.760000', '104053.220000', '104053.680000', '104054.140000', '104054.600000', '104055.060000', '104055.520000', '104055.980000', '104056.440000', '104056.900000', '104057.360000', '104057.820000', '104058.280000', '104058.740000', '104059.200000', '104059.660000', '104100.120000', '104100.580000', '104101.040000', '104101.500000', '104101.960000', '104102.420000', '104102.880000', '104103.340000', '104103.800000', '104104.260000', '104104.720000', '104105.180000', '104105.640000', '104106.100000', '104106.560000', '104107.020000', '104107.480000', '104107.940000', '104108.400000', '104108.860000', '104109.320000', '104109.780000', '104110.240000', '104110.700000', '104111.160000', '104111.620000', '104112.080000', '104112.540000', '104113.000000', '104113.460000', '104113.920000', '104114.380000', '104114.840000', '104115.300000', '104115.760000', '104116.220000', '104116.680000', '104117.140000', '104117.600000', '104118.060000', '104118.520000', '104118.980000', '104119.440000', '104119.900000', '104120.360000', '104120.820000', '104121.280000', '104121.740000', '104122.200000', '104122.660000', '104123.120000', '104123.580000', '104124.040000', '104124.500000', '104124.960000', '104125.420000', '104125.880000', '104126.340000', '104126.800000', '104127.260000', '104127.720000', '104128.180000', '104128.640000', '104129.100000'], 'ContentTime': ['103503.076000', '103503.079000', '103503.082000', '103503.085000', '103503.088000', '103503.091000', '103503.094000', '103503.096000', '103503.099000', '103503.102000', '103503.105000', '103503.108000', '103503.110000', '103503.113000', '103503.116000', '103503.119000', '103503.128000', '103503.132000', '103503.135000', '103503.139000', '103503.142000', '103503.144000', '103503.169000', '103503.172000', '103503.174000', '103503.177000', '103503.180000', '103503.183000', '103503.186000', '103523.039000', '103523.042000', '103523.045000', '103523.047000', '103523.050000', '103523.053000', '103523.061000', '103523.064000', '103523.067000', '103523.070000', '103523.073000', '103523.076000', '103523.079000', '103523.081000', '103523.084000', '103523.087000', '103523.090000', '103523.093000', '103523.095000', '103523.098000', '103523.101000', '103523.104000', '103523.107000', '103523.109000', '103523.112000', '103523.115000', '103523.118000', '103523.121000', '103523.123000', '103523.126000', '103523.129000', '103523.132000', '103523.135000', '103523.138000', '103523.140000', '103523.143000', '103523.146000', '103523.149000', '103523.152000', '103523.154000', '103523.157000', '103523.160000', '103523.163000', '103523.166000', '103543.039000', '103543.042000', '103543.045000', '103543.048000', '103543.050000', '103543.053000', '103543.056000', '103543.059000', '103543.062000', '103543.064000', '103543.069000', '103543.072000', '103543.076000', '103543.079000', '103543.082000', '103543.085000', '103543.088000', '103543.090000', '103543.093000', '103543.096000', '103543.099000', '103543.102000', '103543.104000', '103543.107000', '103543.110000', '103543.113000', '103543.116000', '103543.119000', '103543.122000', '103543.125000', '103543.127000', '103543.130000', '103543.133000', '103543.136000', '103543.139000', '103543.142000', '103543.145000', '103543.147000', '103543.150000', '103543.154000', '103543.158000', '103543.160000', '103543.163000', '103603.039000', '103603.042000', '103603.045000', '103603.047000', '103603.056000', '103603.058000', '103603.061000', '103603.064000', '103603.067000', '103603.070000', '103603.073000', '103603.076000', '103603.079000', '103603.081000', '103603.084000', '103603.087000', '103603.090000', '103603.093000', '103603.095000', '103603.098000', '103603.101000', '103603.104000', '103603.107000', '103603.109000', '103603.112000', '103603.115000', '103603.118000', '103603.121000', '103603.123000', '103603.126000', '103603.129000', '103603.132000', '103603.135000', '103603.138000', '103603.140000', '103603.143000', '103603.146000', '103603.149000', '103603.152000', '103603.155000', '103603.157000', '103603.160000', '103603.163000', '103603.166000', '103623.040000', '103623.043000', '103623.051000', '103623.053000', '103623.056000', '103623.059000', '103623.062000', '103623.065000', '103623.068000', '103623.070000', '103623.073000', '103623.076000', '103623.079000', '103623.082000', '103623.085000', '103623.088000', '103623.091000', '103623.094000', '103623.096000', '103623.099000', '103623.102000', '103623.105000', '103623.108000', '103623.124000', '103623.127000', '103623.130000', '103623.132000', '103623.135000', '103623.138000', '103623.141000', '103623.144000', '103623.147000', '103623.149000', '103623.152000', '103623.155000', '103623.158000', '103623.161000', '103623.164000', '103623.169000', '103623.171000', '103623.174000', '103623.177000', '103623.180000', '103643.040000', '103643.043000', '103643.046000', '103643.048000', '103643.051000', '103643.054000', '103643.057000', '103643.060000', '103643.063000', '103643.066000', '103643.068000', '103643.071000', '103643.074000', '103643.077000', '103643.080000', '103643.083000', '103643.085000', '103643.088000', '103643.091000', '103643.094000', '103643.097000', '103643.100000', '103643.102000', '103643.105000', '103643.108000', '103643.111000', '103643.114000', '103643.117000', '103643.119000', '103643.122000', '103643.125000', '103643.128000', '103643.131000', '103643.133000', '103643.136000', '103643.139000', '103643.142000', '103643.145000', '103643.148000', '103643.150000', '103643.153000', '103643.156000', '103643.159000', '103643.162000', '103703.040000', '103703.043000', '103703.046000', '103703.048000', '103703.051000', '103703.054000', '103703.057000', '103703.060000', '103703.063000', '103703.066000', '103703.068000', '103703.071000', '103703.074000', '103703.077000', '103703.080000', '103703.083000', '103703.085000', '103703.088000', '103703.091000', '103703.094000', '103703.097000', '103703.100000', '103703.103000', '103703.105000', '103703.108000', '103703.111000', '103703.115000', '103703.118000', '103703.121000', '103703.124000', '103703.127000', '103703.129000', '103703.132000', '103703.135000', '103703.138000', '103703.141000', '103703.144000', '103703.147000', '103703.149000', '103703.152000', '103703.155000', '103703.158000', '103703.161000', '103723.040000', '103723.043000', '103723.046000', '103723.048000', '103723.051000', '103723.054000', '103723.057000', '103723.060000', '103723.063000', '103723.066000', '103723.068000', '103723.071000', '103723.074000', '103723.077000', '103723.080000', '103723.083000', '103723.086000', '103723.089000', '103723.091000', '103723.094000', '103723.097000', '103723.100000', '103723.103000', '103723.106000', '103723.108000', '103723.111000', '103723.114000', '103723.117000', '103723.120000', '103723.123000', '103723.125000', '103723.128000', '103723.131000', '103723.134000', '103723.137000', '103723.140000', '103723.143000', '103723.145000', '103723.148000', '103723.151000', '103723.154000', '103723.157000', '103723.159000', '103723.162000', '103743.039000', '103743.042000', '103743.045000', '103743.048000', '103743.050000', '103743.053000', '103743.056000', '103743.059000', '103743.062000', '103743.065000', '103743.068000', '103743.070000', '103743.073000', '103743.076000', '103743.079000', '103743.082000', '103743.085000', '103743.088000', '103743.091000', '103743.094000', '103743.097000', '103743.099000', '103743.102000', '103743.105000', '103743.108000', '103743.111000', '103743.114000', '103743.117000', '103743.119000', '103743.122000', '103743.125000', '103743.128000', '103743.131000', '103743.134000', '103743.137000', '103743.139000', '103743.142000', '103743.145000', '103743.148000', '103743.151000', '103743.153000', '103743.156000', '103743.159000', '103803.039000', '103803.042000', '103803.045000', '103803.048000', '103803.051000', '103803.068000', '103803.071000', '103803.074000', '103803.076000', '103803.079000', '103803.082000', '103803.085000', '103803.088000', '103803.090000', '103803.093000', '103803.096000', '103803.099000', '103803.102000', '103803.105000', '103803.108000', '103803.110000', '103803.113000', '103803.116000', '103803.119000', '103803.122000', '103803.125000', '103803.128000', '103803.130000', '103803.133000', '103803.136000', '103803.139000', '103803.142000', '103803.145000', '103803.147000', '103803.150000', '103803.153000', '103803.156000', '103803.159000', '103803.162000', '103803.165000', '103803.167000', '103803.170000', '103803.173000', '103803.176000', '103823.039000', '103823.042000', '103823.045000', '103823.047000', '103823.050000', '103823.053000', '103823.056000', '103823.059000', '103823.062000', '103823.064000', '103823.067000', '103823.070000', '103823.073000', '103823.076000', '103823.079000', '103823.082000', '103823.085000', '103823.087000', '103823.090000', '103823.093000', '103823.096000', '103823.099000', '103823.102000', '103823.105000', '103823.107000', '103823.110000', '103823.113000', '103823.116000', '103823.119000', '103823.121000', '103823.124000', '103823.127000', '103823.130000', '103823.133000', '103823.136000', '103823.139000', '103823.141000', '103823.144000', '103823.147000', '103823.150000', '103823.154000', '103823.157000', '103823.160000', '103843.040000', '103843.043000', '103843.046000', '103843.049000', '103843.052000', '103843.054000', '103843.057000', '103843.060000', '103843.063000', '103843.066000', '103843.069000', '103843.072000', '103843.074000', '103843.077000', '103843.080000', '103843.083000', '103843.086000', '103843.089000', '103843.091000', '103843.094000', '103843.097000', '103843.100000', '103843.103000', '103843.106000', '103843.108000', '103843.111000', '103843.114000', '103843.117000', '103843.120000', '103843.123000', '103843.125000', '103843.128000', '103843.131000', '103843.134000', '103843.137000', '103843.140000', '103843.142000', '103843.145000', '103843.148000', '103843.151000', '103843.154000', '103843.156000', '103843.159000', '103843.162000', '103903.040000', '103903.043000', '103903.046000', '103903.049000', '103903.051000', '103903.054000', '103903.057000', '103903.060000', '103903.063000', '103903.066000', '103903.068000', '103903.071000', '103903.074000', '103903.077000', '103903.080000', '103903.083000', '103903.086000', '103903.088000', '103903.091000', '103903.094000', '103903.097000', '103903.100000', '103903.103000', '103903.105000', '103903.108000', '103903.111000', '103903.114000', '103903.117000', '103903.120000', '103903.123000', '103903.126000', '103903.128000', '103903.131000', '103903.134000', '103903.137000', '103903.140000', '103903.143000', '103903.146000', '103903.148000', '103903.151000', '103903.154000', '103903.157000', '103903.160000', '103923.040000', '103923.043000', '103923.046000', '103923.049000', '103923.052000', '103923.055000', '103923.057000', '103923.060000', '103923.063000', '103923.066000', '103923.069000', '103923.072000', '103923.075000', '103923.078000', '103923.080000', '103923.083000', '103923.086000', '103923.089000', '103923.092000', '103923.095000', '103923.098000', '103923.101000', '103923.104000', '103923.106000', '103923.109000', '103923.112000', '103923.115000', '103923.118000', '103923.121000', '103923.123000', '103923.126000', '103923.129000', '103923.132000', '103923.135000', '103923.138000', '103923.141000', '103923.143000', '103923.146000', '103923.149000', '103923.152000', '103923.155000', '103923.158000', '103923.161000', '103923.163000', '103943.040000', '103943.043000', '103943.046000', '103943.049000', '103943.051000', '103943.054000', '103943.057000', '103943.060000', '103943.063000', '103943.066000', '103943.069000', '103943.072000', '103943.075000', '103943.078000', '103943.081000', '103943.083000', '103943.086000', '103943.089000', '103943.092000', '103943.095000', '103943.098000', '103943.100000', '103943.103000', '103943.106000', '103943.109000', '103943.112000', '103943.114000', '103943.117000', '103943.120000', '103943.123000', '103943.126000', '103943.129000', '103943.131000', '103943.134000', '103943.137000', '103943.140000', '103943.143000', '103943.146000', '103943.149000', '103943.152000', '103943.154000', '103943.158000', '103943.161000', '104003.039000', '104003.042000', '104003.045000', '104003.048000', '104003.050000', '104003.053000', '104003.056000', '104003.059000', '104003.062000', '104003.065000', '104003.068000', '104003.071000', '104003.073000', '104003.076000', '104003.079000', '104003.082000', '104003.085000', '104003.088000', '104003.091000', '104003.094000', '104003.096000', '104003.099000', '104003.102000', '104003.105000', '104003.108000', '104003.111000', '104003.114000', '104003.117000', '104003.120000', '104003.123000', '104003.126000', '104003.129000', '104003.132000', '104003.134000', '104003.137000', '104003.140000', '104003.143000', '104003.146000', '104003.149000', '104003.152000', '104003.155000', '104003.157000', '104003.161000', '104003.163000', '104023.039000', '104023.042000', '104023.045000', '104023.048000', '104023.050000', '104023.053000', '104023.056000', '104023.059000', '104023.062000', '104023.065000', '104023.067000', '104023.070000', '104023.073000', '104023.084000', '104023.087000', '104023.090000', '104023.092000', '104023.095000', '104023.098000', '104023.101000', '104023.104000', '104023.107000', '104023.109000', '104023.112000', '104023.115000', '104023.118000', '104023.121000', '104023.124000', '104023.127000', '104023.130000', '104023.132000', '104023.135000', '104023.138000', '104023.141000', '104023.144000', '104023.147000', '104023.149000', '104023.152000', '104023.155000', '104023.158000', '104023.161000', '104023.164000', '104023.167000', '104043.039000', '104043.042000', '104043.045000', '104043.048000', '104043.051000', '104043.054000', '104043.057000', '104043.062000', '104043.066000', '104043.069000', '104043.072000', '104043.075000', '104043.078000', '104043.080000', '104043.083000', '104043.086000', '104043.089000', '104043.094000', '104043.097000', '104043.099000', '104043.102000', '104043.105000', '104043.108000', '104043.111000', '104043.114000', '104043.117000', '104043.120000', '104043.122000', '104043.125000', '104043.128000', '104043.131000', '104043.134000', '104043.137000', '104043.140000', '104043.142000', '104043.145000', '104043.148000', '104043.151000', '104043.154000', '104043.157000', '104043.159000', '104043.162000', '104043.165000', '104103.040000', '104103.043000', '104103.046000', '104103.049000', '104103.051000', '104103.054000', '104103.057000', '104103.060000', '104103.063000', '104103.065000', '104103.068000', '104103.071000', '104103.074000', '104103.077000', '104103.080000', '104103.083000', '104103.086000', '104103.088000', '104103.091000', '104103.094000', '104103.097000', '104103.100000', '104103.102000', '104103.105000', '104103.108000', '104103.111000', '104103.114000', '104103.117000', '104103.120000', '104103.122000', '104103.125000', '104103.128000', '104103.131000', '104103.134000', '104103.136000', '104103.139000', '104103.142000', '104103.145000', '104103.148000', '104103.151000', '104103.154000', '104103.156000', '104103.159000', '104103.162000', '104123.040000', '104123.043000', '104123.046000', '104123.049000', '104123.052000', '104123.054000', '104123.057000', '104123.060000', '104123.063000', '104123.066000', '104123.069000', '104123.072000', '104123.074000', '104123.077000', '104123.080000', '104123.083000', '104123.086000', '104123.089000', '104123.092000', '104123.095000', '104123.098000', '104123.101000', '104123.104000', '104123.107000', '104123.109000', '104123.112000', '104123.115000', '104123.118000', '104123.121000', '104123.124000', '104123.126000', '104123.129000', '104123.132000', '104123.135000', '104123.138000', '104123.141000', '104123.143000', '104123.146000', '104123.149000', '104123.152000', '104123.155000', '104123.158000', '104123.160000', '104130.486000', '104130.490000', '104130.494000', '104130.497000', '104130.499000', '104130.504000', '104130.509000', '104130.511000', '104130.514000', '104130.517000', '104130.520000', '104130.523000', '104130.526000', '104130.529000', '104130.532000', '104130.535000', '104130.537000'], 'InstanceCreationTime': ['103503.076000', '103503.079000', '103503.082000', '103503.085000', '103503.088000', '103503.091000', '103503.094000', '103503.096000', '103503.099000', '103503.102000', '103503.105000', '103503.108000', '103503.110000', '103503.113000', '103503.116000', '103503.119000', '103503.128000', '103503.132000', '103503.135000', '103503.139000', '103503.142000', '103503.144000', '103503.169000', '103503.172000', '103503.174000', '103503.177000', '103503.180000', '103503.183000', '103503.186000', '103523.039000', '103523.042000', '103523.045000', '103523.047000', '103523.050000', '103523.053000', '103523.061000', '103523.064000', '103523.067000', '103523.070000', '103523.073000', '103523.076000', '103523.079000', '103523.081000', '103523.084000', '103523.087000', '103523.090000', '103523.093000', '103523.095000', '103523.098000', '103523.101000', '103523.104000', '103523.107000', '103523.109000', '103523.112000', '103523.115000', '103523.118000', '103523.121000', '103523.123000', '103523.126000', '103523.129000', '103523.132000', '103523.135000', '103523.138000', '103523.140000', '103523.143000', '103523.146000', '103523.149000', '103523.152000', '103523.154000', '103523.157000', '103523.160000', '103523.163000', '103523.166000', '103543.039000', '103543.042000', '103543.045000', '103543.048000', '103543.050000', '103543.053000', '103543.056000', '103543.059000', '103543.062000', '103543.064000', '103543.069000', '103543.072000', '103543.076000', '103543.079000', '103543.082000', '103543.085000', '103543.088000', '103543.090000', '103543.093000', '103543.096000', '103543.099000', '103543.102000', '103543.104000', '103543.107000', '103543.110000', '103543.113000', '103543.116000', '103543.119000', '103543.122000', '103543.125000', '103543.127000', '103543.130000', '103543.133000', '103543.136000', '103543.139000', '103543.142000', '103543.145000', '103543.147000', '103543.150000', '103543.154000', '103543.158000', '103543.160000', '103543.163000', '103603.039000', '103603.042000', '103603.045000', '103603.047000', '103603.056000', '103603.058000', '103603.061000', '103603.064000', '103603.067000', '103603.070000', '103603.073000', '103603.076000', '103603.079000', '103603.081000', '103603.084000', '103603.087000', '103603.090000', '103603.093000', '103603.095000', '103603.098000', '103603.101000', '103603.104000', '103603.107000', '103603.109000', '103603.112000', '103603.115000', '103603.118000', '103603.121000', '103603.123000', '103603.126000', '103603.129000', '103603.132000', '103603.135000', '103603.138000', '103603.140000', '103603.143000', '103603.146000', '103603.149000', '103603.152000', '103603.155000', '103603.157000', '103603.160000', '103603.163000', '103603.166000', '103623.040000', '103623.043000', '103623.051000', '103623.053000', '103623.056000', '103623.059000', '103623.062000', '103623.065000', '103623.068000', '103623.070000', '103623.073000', '103623.076000', '103623.079000', '103623.082000', '103623.085000', '103623.088000', '103623.091000', '103623.094000', '103623.096000', '103623.099000', '103623.102000', '103623.105000', '103623.108000', '103623.124000', '103623.127000', '103623.130000', '103623.132000', '103623.135000', '103623.138000', '103623.141000', '103623.144000', '103623.147000', '103623.149000', '103623.152000', '103623.155000', '103623.158000', '103623.161000', '103623.164000', '103623.169000', '103623.171000', '103623.174000', '103623.177000', '103623.180000', '103643.040000', '103643.043000', '103643.046000', '103643.048000', '103643.051000', '103643.054000', '103643.057000', '103643.060000', '103643.063000', '103643.066000', '103643.068000', '103643.071000', '103643.074000', '103643.077000', '103643.080000', '103643.083000', '103643.085000', '103643.088000', '103643.091000', '103643.094000', '103643.097000', '103643.100000', '103643.102000', '103643.105000', '103643.108000', '103643.111000', '103643.114000', '103643.117000', '103643.119000', '103643.122000', '103643.125000', '103643.128000', '103643.131000', '103643.133000', '103643.136000', '103643.139000', '103643.142000', '103643.145000', '103643.148000', '103643.150000', '103643.153000', '103643.156000', '103643.159000', '103643.162000', '103703.040000', '103703.043000', '103703.046000', '103703.048000', '103703.051000', '103703.054000', '103703.057000', '103703.060000', '103703.063000', '103703.066000', '103703.068000', '103703.071000', '103703.074000', '103703.077000', '103703.080000', '103703.083000', '103703.085000', '103703.088000', '103703.091000', '103703.094000', '103703.097000', '103703.100000', '103703.103000', '103703.105000', '103703.108000', '103703.111000', '103703.115000', '103703.118000', '103703.121000', '103703.124000', '103703.127000', '103703.129000', '103703.132000', '103703.135000', '103703.138000', '103703.141000', '103703.144000', '103703.147000', '103703.149000', '103703.152000', '103703.155000', '103703.158000', '103703.161000', '103723.040000', '103723.043000', '103723.046000', '103723.048000', '103723.051000', '103723.054000', '103723.057000', '103723.060000', '103723.063000', '103723.066000', '103723.068000', '103723.071000', '103723.074000', '103723.077000', '103723.080000', '103723.083000', '103723.086000', '103723.089000', '103723.091000', '103723.094000', '103723.097000', '103723.100000', '103723.103000', '103723.106000', '103723.108000', '103723.111000', '103723.114000', '103723.117000', '103723.120000', '103723.123000', '103723.125000', '103723.128000', '103723.131000', '103723.134000', '103723.137000', '103723.140000', '103723.143000', '103723.145000', '103723.148000', '103723.151000', '103723.154000', '103723.157000', '103723.159000', '103723.162000', '103743.039000', '103743.042000', '103743.045000', '103743.048000', '103743.050000', '103743.053000', '103743.056000', '103743.059000', '103743.062000', '103743.065000', '103743.068000', '103743.070000', '103743.073000', '103743.076000', '103743.079000', '103743.082000', '103743.085000', '103743.088000', '103743.091000', '103743.094000', '103743.097000', '103743.099000', '103743.102000', '103743.105000', '103743.108000', '103743.111000', '103743.114000', '103743.117000', '103743.119000', '103743.122000', '103743.125000', '103743.128000', '103743.131000', '103743.134000', '103743.137000', '103743.139000', '103743.142000', '103743.145000', '103743.148000', '103743.151000', '103743.153000', '103743.156000', '103743.159000', '103803.039000', '103803.042000', '103803.045000', '103803.048000', '103803.051000', '103803.068000', '103803.071000', '103803.074000', '103803.076000', '103803.079000', '103803.082000', '103803.085000', '103803.088000', '103803.090000', '103803.093000', '103803.096000', '103803.099000', '103803.102000', '103803.105000', '103803.108000', '103803.110000', '103803.113000', '103803.116000', '103803.119000', '103803.122000', '103803.125000', '103803.128000', '103803.130000', '103803.133000', '103803.136000', '103803.139000', '103803.142000', '103803.145000', '103803.147000', '103803.150000', '103803.153000', '103803.156000', '103803.159000', '103803.162000', '103803.165000', '103803.167000', '103803.170000', '103803.173000', '103803.176000', '103823.039000', '103823.042000', '103823.045000', '103823.047000', '103823.050000', '103823.053000', '103823.056000', '103823.059000', '103823.062000', '103823.064000', '103823.067000', '103823.070000', '103823.073000', '103823.076000', '103823.079000', '103823.082000', '103823.085000', '103823.087000', '103823.090000', '103823.093000', '103823.096000', '103823.099000', '103823.102000', '103823.105000', '103823.107000', '103823.110000', '103823.113000', '103823.116000', '103823.119000', '103823.121000', '103823.124000', '103823.127000', '103823.130000', '103823.133000', '103823.136000', '103823.139000', '103823.141000', '103823.144000', '103823.147000', '103823.150000', '103823.154000', '103823.157000', '103823.160000', '103843.040000', '103843.043000', '103843.046000', '103843.049000', '103843.052000', '103843.054000', '103843.057000', '103843.060000', '103843.063000', '103843.066000', '103843.069000', '103843.072000', '103843.074000', '103843.077000', '103843.080000', '103843.083000', '103843.086000', '103843.089000', '103843.091000', '103843.094000', '103843.097000', '103843.100000', '103843.103000', '103843.106000', '103843.108000', '103843.111000', '103843.114000', '103843.117000', '103843.120000', '103843.123000', '103843.125000', '103843.128000', '103843.131000', '103843.134000', '103843.137000', '103843.140000', '103843.142000', '103843.145000', '103843.148000', '103843.151000', '103843.154000', '103843.156000', '103843.159000', '103843.162000', '103903.040000', '103903.043000', '103903.046000', '103903.049000', '103903.051000', '103903.054000', '103903.057000', '103903.060000', '103903.063000', '103903.066000', '103903.068000', '103903.071000', '103903.074000', '103903.077000', '103903.080000', '103903.083000', '103903.086000', '103903.088000', '103903.091000', '103903.094000', '103903.097000', '103903.100000', '103903.103000', '103903.105000', '103903.108000', '103903.111000', '103903.114000', '103903.117000', '103903.120000', '103903.123000', '103903.126000', '103903.128000', '103903.131000', '103903.134000', '103903.137000', '103903.140000', '103903.143000', '103903.146000', '103903.148000', '103903.151000', '103903.154000', '103903.157000', '103903.160000', '103923.040000', '103923.043000', '103923.046000', '103923.049000', '103923.052000', '103923.055000', '103923.057000', '103923.060000', '103923.063000', '103923.066000', '103923.069000', '103923.072000', '103923.075000', '103923.078000', '103923.080000', '103923.083000', '103923.086000', '103923.089000', '103923.092000', '103923.095000', '103923.098000', '103923.101000', '103923.104000', '103923.106000', '103923.109000', '103923.112000', '103923.115000', '103923.118000', '103923.121000', '103923.123000', '103923.126000', '103923.129000', '103923.132000', '103923.135000', '103923.138000', '103923.141000', '103923.143000', '103923.146000', '103923.149000', '103923.152000', '103923.155000', '103923.158000', '103923.161000', '103923.163000', '103943.040000', '103943.043000', '103943.046000', '103943.049000', '103943.051000', '103943.054000', '103943.057000', '103943.060000', '103943.063000', '103943.066000', '103943.069000', '103943.072000', '103943.075000', '103943.078000', '103943.081000', '103943.083000', '103943.086000', '103943.089000', '103943.092000', '103943.095000', '103943.098000', '103943.100000', '103943.103000', '103943.106000', '103943.109000', '103943.112000', '103943.114000', '103943.117000', '103943.120000', '103943.123000', '103943.126000', '103943.129000', '103943.131000', '103943.134000', '103943.137000', '103943.140000', '103943.143000', '103943.146000', '103943.149000', '103943.152000', '103943.154000', '103943.158000', '103943.161000', '104003.039000', '104003.042000', '104003.045000', '104003.048000', '104003.050000', '104003.053000', '104003.056000', '104003.059000', '104003.062000', '104003.065000', '104003.068000', '104003.071000', '104003.073000', '104003.076000', '104003.079000', '104003.082000', '104003.085000', '104003.088000', '104003.091000', '104003.094000', '104003.096000', '104003.099000', '104003.102000', '104003.105000', '104003.108000', '104003.111000', '104003.114000', '104003.117000', '104003.120000', '104003.123000', '104003.126000', '104003.129000', '104003.132000', '104003.134000', '104003.137000', '104003.140000', '104003.143000', '104003.146000', '104003.149000', '104003.152000', '104003.155000', '104003.157000', '104003.161000', '104003.163000', '104023.039000', '104023.042000', '104023.045000', '104023.048000', '104023.050000', '104023.053000', '104023.056000', '104023.059000', '104023.062000', '104023.065000', '104023.067000', '104023.070000', '104023.073000', '104023.084000', '104023.087000', '104023.090000', '104023.092000', '104023.095000', '104023.098000', '104023.101000', '104023.104000', '104023.107000', '104023.109000', '104023.112000', '104023.115000', '104023.118000', '104023.121000', '104023.124000', '104023.127000', '104023.130000', '104023.132000', '104023.135000', '104023.138000', '104023.141000', '104023.144000', '104023.147000', '104023.149000', '104023.152000', '104023.155000', '104023.158000', '104023.161000', '104023.164000', '104023.167000', '104043.039000', '104043.042000', '104043.045000', '104043.048000', '104043.051000', '104043.054000', '104043.057000', '104043.062000', '104043.066000', '104043.069000', '104043.072000', '104043.075000', '104043.078000', '104043.080000', '104043.083000', '104043.086000', '104043.089000', '104043.094000', '104043.097000', '104043.099000', '104043.102000', '104043.105000', '104043.108000', '104043.111000', '104043.114000', '104043.117000', '104043.120000', '104043.122000', '104043.125000', '104043.128000', '104043.131000', '104043.134000', '104043.137000', '104043.140000', '104043.142000', '104043.145000', '104043.148000', '104043.151000', '104043.154000', '104043.157000', '104043.159000', '104043.162000', '104043.165000', '104103.040000', '104103.043000', '104103.046000', '104103.049000', '104103.051000', '104103.054000', '104103.057000', '104103.060000', '104103.063000', '104103.065000', '104103.068000', '104103.071000', '104103.074000', '104103.077000', '104103.080000', '104103.083000', '104103.086000', '104103.088000', '104103.091000', '104103.094000', '104103.097000', '104103.100000', '104103.102000', '104103.105000', '104103.108000', '104103.111000', '104103.114000', '104103.117000', '104103.120000', '104103.122000', '104103.125000', '104103.128000', '104103.131000', '104103.134000', '104103.136000', '104103.139000', '104103.142000', '104103.145000', '104103.148000', '104103.151000', '104103.154000', '104103.156000', '104103.159000', '104103.162000', '104123.040000', '104123.043000', '104123.046000', '104123.049000', '104123.052000', '104123.054000', '104123.057000', '104123.060000', '104123.063000', '104123.066000', '104123.069000', '104123.072000', '104123.074000', '104123.077000', '104123.080000', '104123.083000', '104123.086000', '104123.089000', '104123.092000', '104123.095000', '104123.098000', '104123.101000', '104123.104000', '104123.107000', '104123.109000', '104123.112000', '104123.115000', '104123.118000', '104123.121000', '104123.124000', '104123.126000', '104123.129000', '104123.132000', '104123.135000', '104123.138000', '104123.141000', '104123.143000', '104123.146000', '104123.149000', '104123.152000', '104123.155000', '104123.158000', '104123.160000', '104130.486000', '104130.490000', '104130.494000', '104130.497000', '104130.499000', '104130.504000', '104130.509000', '104130.511000', '104130.514000', '104130.517000', '104130.520000', '104130.523000', '104130.526000', '104130.529000', '104130.532000', '104130.535000', '104130.537000'], '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': [8855, 12951, 8625, 10301, 8593, 9722, 8730, 13006, 9961, 14487, 8797, 13366, 8670, 11240, 9263, 11808, 8783, 8618, 9094, 8818, 9897, 8468, 12480, 8783, 11059, 8786, 8876, 12278, 9736, 12220, 8448, 11879, 8510, 11735, 8450, 10804, 9906, 8584, 9815, 8522, 10359, 8248, 8809, 9812, 8839, 8891, 13388, 9740, 8428, 8772, 9620, 10758, 9516, 12728, 8752, 7920, 12562, 9470, 8572, 15437, 8518, 8755, 9135, 8590, 8667, 14595, 10385, 8704, 10901, 8354, 11037, 10121, 8647, 14180, 9553, 8733, 9930, 8390, 11820, 10194, 9072, 11343, 8002, 10608, 9082, 8283, 13390, 8389, 8088, 10584, 8323, 8171, 12801, 9592, 14091, 12394, 9621, 11920, 8500, 13695, 8931, 15743, 8485, 14225, 8089, 12169, 8205, 10200, 9039, 8422, 8375, 8555, 9898, 8730, 12760, 10045, 8292, 11156, 8542, 8271, 11960, 9838, 8729, 14905, 12496, 8405, 9200, 8211, 8920, 11244, 8540, 13967, 9167, 15268, 9490, 15755, 9724, 10374, 8363, 10252, 8507, 10741, 8430, 10200, 9402, 9647, 8742, 8682, 8715, 8613, 9915, 8820, 10403, 8873, 11159, 8815, 11559, 8584, 11252, 8927, 11740, 8808, 12719, 8794, 10540, 8848, 9690, 9050, 9638, 8999, 9830, 9090, 10783, 8839, 11987, 8702, 12105, 8493, 11620, 8750, 11677, 9444, 10357, 8631, 9693, 8977, 8232, 9438, 8266, 11808, 8332, 9177, 8166, 10694, 8428, 11320, 8795, 12150, 8252, 9464, 8499, 10346, 8412, 12016, 8635, 13546, 8808, 12221, 8365, 11459, 8286, 11034, 8766, 10111, 8809, 9483, 8597, 9113, 10073, 8596, 13460, 9155, 13877, 8278, 11965, 8384, 11283, 8790, 9952, 8754, 8160, 12637, 8259, 11547, 8489, 10655, 8780, 10702, 8958, 8749, 8668, 8820, 8912, 9091, 8750, 10846, 8515, 12919, 9935, 12366, 10221, 11633, 10009, 11294, 9898, 10510, 12081, 8690, 10683, 8147, 8422, 9011, 8139, 9675, 8118, 10327, 8041, 13147, 9617, 14942, 10286, 12796, 8882, 8871, 8851, 8669, 8675, 8634, 8226, 9063, 8254, 9846, 9455, 8824, 8469, 8927, 8916, 8760, 8903, 12927, 8563, 11999, 8720, 10380, 8423, 9355, 7913, 9540, 7806, 8531, 11140, 10655, 12067, 8789, 12811, 8365, 13897, 9588, 14342, 9794, 14387, 11216, 14260, 9354, 8465, 8096, 8529, 8474, 10231, 7868, 11554, 8014, 11396, 8722, 10965, 8638, 9609, 8453, 9388, 8798, 8429, 13289, 8750, 10492, 8418, 10612, 8555, 10835, 8417, 10719, 8768, 8945, 11236, 8712, 13975, 8134, 11739, 8393, 11187, 8453, 11835, 10601, 13994, 8934, 11694, 8046, 11121, 9067, 13964, 11461, 10693, 16096, 8658, 11548, 9090, 8821, 10204, 9457, 9018, 7821, 8719, 8039, 8195, 8132, 8344, 9258, 7959, 9654, 8109, 11625, 8166, 11677, 7941, 11177, 8268, 10460, 7835, 10048, 7905, 9410, 7769, 10348, 7786, 10201, 7993, 9575, 8352, 8638, 8091, 8226, 8252, 8384, 8136, 8969, 7936, 9255, 7785, 9893, 7919, 10567, 8144, 11801, 8417, 11466, 8726, 13830, 8772, 12169, 7975, 11244, 8426, 11087, 8319, 10673, 8269, 10768, 8650, 9919, 7808, 9224, 7654, 9410, 7768, 9327, 7735, 9408, 8023, 8718, 7996, 8454, 8247, 10151, 8173, 10565, 8522, 7946, 9304, 8161, 7934, 9212, 8664, 10117, 8111, 10403, 9020, 11863, 11408, 14030, 11981, 9885, 10211, 7433, 10388, 7734, 9378, 7689, 8886, 8086, 8390, 8899, 8745, 7694, 8728, 8007, 9292, 8228, 10122, 8720, 11905, 8585, 11420, 8337, 10015, 8187, 11568, 8739, 11209, 8097, 9860, 8742, 9183, 8619, 9031, 7594, 9307, 7961, 10018, 8368, 10835, 8541, 9263, 9122, 10321, 8963, 13799, 9266, 13381, 8858, 10364, 9560, 13980, 10387, 9899, 8202, 8165, 9387, 7462, 9126, 8026, 10894, 8163, 10329, 8412, 13234, 8974, 13801, 9071, 13550, 9012, 11283, 8724, 9014, 9796, 9132, 11208, 8820, 10222, 8648, 9338, 7613, 9320, 10430, 9410, 9783, 9169, 9783, 9125, 9471, 8898, 7793, 8931, 10193, 8856, 9472, 8231, 9531, 13107, 9251, 13028, 9151, 10453, 8996, 10396, 9006, 9239, 13704, 8837, 10079, 8169, 9275, 7241, 8880, 11918, 8783, 10782, 9054, 9879, 8508, 9338, 12793, 8636, 10865, 8729, 9966, 8926, 10125, 8620, 10734, 7846, 9565, 7477, 9117, 9251, 8843, 12063, 8864, 12165, 8723, 10736, 7797, 9371, 7229, 8764, 10096, 8320, 10774, 8439, 10739, 8311, 9994, 7786, 9868, 7573, 10368, 7677, 10346, 7518, 10190, 7821, 10189, 7951, 10236, 6984, 9479, 7643, 9738, 7625, 9728, 7120, 8696, 7126, 9341, 7072, 9166, 7528, 10461, 8378, 12223, 8599, 12798, 9063, 11169, 8033, 10680, 8320, 10091, 8172, 10507, 7818, 9145, 7513, 7634, 8004, 7730, 9000, 7404, 10104, 8034, 11616, 8494, 12951, 9516, 13619, 8559, 12229, 8712, 13689, 12172, 13029, 10554, 8324, 8001, 8680, 7545, 11325, 9089, 9183, 9566, 7645, 12078, 11580, 9003, 11052, 7853, 7206, 8518, 7027, 9075, 7993, 10438, 7680, 12313, 8467, 9145, 8352, 7301, 10230, 8439, 11688, 8204, 11385, 7718, 10474, 7572, 9063, 8064, 8572, 7245, 8242, 6755, 8783, 7067, 9253, 10742, 8846, 13842, 9636, 12630, 8446, 8279, 7695, 11139, 7414, 10118, 7082, 9380, 6877, 8532, 8325, 7939, 10201, 8000, 11801, 9019, 11499, 10756, 8184, 9742, 7758, 10004, 7174, 9519, 9314, 8072, 10677, 8546, 12159, 8969, 9517, 8171, 8308, 8400, 8727, 8325, 9378, 8200, 10470, 8443, 11267, 8763, 12652, 9144, 13143, 7967, 11629, 7570, 10490, 7364, 9913, 7121, 9081, 7327, 9043, 7108, 8249, 7278, 8111, 8589, 7430, 10129, 7893, 11576, 8186, 12036, 7443, 10285, 7521, 10946, 7759, 11166, 8233, 11121, 7647, 11539, 8408, 11587, 7481, 10933, 7725, 11077, 7858, 8994, 12650, 8175, 11574, 8000, 10211, 8400, 9096, 8477, 8338, 7697, 8236, 10135, 8187, 9799, 8208, 8265, 8022, 8672, 8238, 7456, 9707, 7970, 11369, 7834, 10723, 7345, 10236, 7557, 9453, 11854, 11036, 11767, 8361, 7870, 8403, 7547, 8210, 10036, 7870, 12361, 8435, 11490, 7598, 10563, 8113, 10543, 8310, 11405, 8424, 11118, 8605, 11466, 8622, 11371, 7761, 10679, 7756, 10772, 7306, 10010, 7555, 8914, 7527, 8205, 7948, 8212, 8350, 8414, 8750, 8276], 'WindowCenter': [4179.0, 4210.0, 4157.0, 4160.0, 4145.0, 4154.0, 4145.0, 4189.0, 4159.0, 4193.0, 4136.0, 4181.0, 4131.0, 4159.0, 4139.0, 4159.0, 4129.0, 4129.0, 4141.0, 4141.0, 4163.0, 4130.0, 4182.0, 4142.0, 4166.0, 4130.0, 4140.0, 4171.0, 4140.0, 4171.0, 4118.0, 4159.0, 4127.0, 4157.0, 4118.0, 4147.0, 4138.0, 4120.0, 4140.0, 4128.0, 4141.0, 4123.0, 4145.0, 4152.0, 4130.0, 4141.0, 4184.0, 4141.0, 4124.0, 4117.0, 4137.0, 4147.0, 4129.0, 4159.0, 4101.0, 4104.0, 4157.0, 4138.0, 4119.0, 4178.0, 4112.0, 4118.0, 4127.0, 4116.0, 4115.0, 4168.0, 4137.0, 4116.0, 4142.0, 4118.0, 4147.0, 4147.0, 4117.0, 4168.0, 4121.0, 4116.0, 4138.0, 4117.0, 4160.0, 4144.0, 4129.0, 4160.0, 4120.0, 4151.0, 4140.0, 4112.0, 4168.0, 4133.0, 4133.0, 4162.0, 4130.0, 4131.0, 4170.0, 4146.0, 4169.0, 4160.0, 4139.0, 4148.0, 4115.0, 4156.0, 4109.0, 4164.0, 4102.0, 4154.0, 4092.0, 4142.0, 4101.0, 4123.0, 4114.0, 4104.0, 4115.0, 4120.0, 4139.0, 4132.0, 4162.0, 4142.0, 4110.0, 4151.0, 4108.0, 4109.0, 4162.0, 4131.0, 4109.0, 4171.0, 4157.0, 4109.0, 4127.0, 4101.0, 4115.0, 4146.0, 4115.0, 4155.0, 4114.0, 4152.0, 4112.0, 4154.0, 4113.0, 4119.0, 4090.0, 4108.0, 4101.0, 4117.0, 4091.0, 4120.0, 4113.0, 4121.0, 4107.0, 4113.0, 4114.0, 4114.0, 4148.0, 4140.0, 4150.0, 4128.0, 4148.0, 4129.0, 4159.0, 4128.0, 4148.0, 4128.0, 4152.0, 4128.0, 4153.0, 4116.0, 4148.0, 4126.0, 4126.0, 4125.0, 4128.0, 4129.0, 4129.0, 4117.0, 4160.0, 4130.0, 4160.0, 4130.0, 4157.0, 4114.0, 4146.0, 4104.0, 4145.0, 4111.0, 4124.0, 4103.0, 4125.0, 4113.0, 4098.0, 4112.0, 4103.0, 4144.0, 4104.0, 4111.0, 4105.0, 4133.0, 4104.0, 4158.0, 4142.0, 4158.0, 4119.0, 4137.0, 4130.0, 4148.0, 4133.0, 4169.0, 4131.0, 4170.0, 4128.0, 4152.0, 4119.0, 4157.0, 4116.0, 4148.0, 4117.0, 4133.0, 4116.0, 4128.0, 4114.0, 4116.0, 4125.0, 4116.0, 4156.0, 4115.0, 4154.0, 4104.0, 4143.0, 4103.0, 4129.0, 4101.0, 4124.0, 4102.0, 4103.0, 4141.0, 4102.0, 4132.0, 4119.0, 4129.0, 4105.0, 4124.0, 4115.0, 4118.0, 4130.0, 4131.0, 4132.0, 4133.0, 4123.0, 4153.0, 4128.0, 4173.0, 4154.0, 4160.0, 4141.0, 4148.0, 4125.0, 4133.0, 4120.0, 4121.0, 4132.0, 4102.0, 4122.0, 4092.0, 4093.0, 4128.0, 4094.0, 4125.0, 4108.0, 4137.0, 4107.0, 4155.0, 4139.0, 4168.0, 4125.0, 4143.0, 4103.0, 4101.0, 4101.0, 4102.0, 4104.0, 4103.0, 4118.0, 4116.0, 4117.0, 4138.0, 4127.0, 4115.0, 4118.0, 4126.0, 4128.0, 4117.0, 4125.0, 4159.0, 4119.0, 4147.0, 4108.0, 4129.0, 4099.0, 4120.0, 4109.0, 4141.0, 4111.0, 4129.0, 4162.0, 4142.0, 4151.0, 4110.0, 4161.0, 4121.0, 4168.0, 4129.0, 4167.0, 4127.0, 4158.0, 4135.0, 4157.0, 4116.0, 4104.0, 4094.0, 4103.0, 4105.0, 4124.0, 4096.0, 4136.0, 4108.0, 4149.0, 4112.0, 4136.0, 4105.0, 4125.0, 4106.0, 4127.0, 4105.0, 4105.0, 4158.0, 4118.0, 4138.0, 4118.0, 4137.0, 4131.0, 4150.0, 4119.0, 4152.0, 4117.0, 4114.0, 4143.0, 4118.0, 4169.0, 4109.0, 4143.0, 4106.0, 4137.0, 4095.0, 4148.0, 4126.0, 4158.0, 4117.0, 4148.0, 4108.0, 4137.0, 4108.0, 4148.0, 4139.0, 4136.0, 4169.0, 4107.0, 4134.0, 4105.0, 4106.0, 4126.0, 4100.0, 4091.0, 4068.0, 4079.0, 4064.0, 4076.0, 4065.0, 4077.0, 4085.0, 4068.0, 4097.0, 4066.0, 4117.0, 4073.0, 4118.0, 4078.0, 4119.0, 4079.0, 4101.0, 4067.0, 4103.0, 4075.0, 4099.0, 4082.0, 4116.0, 4093.0, 4123.0, 4087.0, 4113.0, 4093.0, 4103.0, 4093.0, 4104.0, 4102.0, 4104.0, 4095.0, 4127.0, 4106.0, 4129.0, 4109.0, 4141.0, 4120.0, 4150.0, 4119.0, 4158.0, 4119.0, 4143.0, 4120.0, 4168.0, 4119.0, 4148.0, 4108.0, 4134.0, 4098.0, 4134.0, 4094.0, 4125.0, 4094.0, 4123.0, 4104.0, 4113.0, 4092.0, 4114.0, 4094.0, 4115.0, 4095.0, 4127.0, 4096.0, 4123.0, 4096.0, 4111.0, 4099.0, 4112.0, 4099.0, 4132.0, 4112.0, 4142.0, 4110.0, 4100.0, 4122.0, 4113.0, 4102.0, 4133.0, 4125.0, 4142.0, 4110.0, 4140.0, 4120.0, 4150.0, 4149.0, 4157.0, 4135.0, 4102.0, 4114.0, 4071.0, 4112.0, 4097.0, 4103.0, 4069.0, 4102.0, 4080.0, 4093.0, 4090.0, 4089.0, 4069.0, 4101.0, 4095.0, 4115.0, 4105.0, 4138.0, 4117.0, 4149.0, 4118.0, 4147.0, 4120.0, 4139.0, 4119.0, 4148.0, 4107.0, 4148.0, 4095.0, 4128.0, 4099.0, 4115.0, 4104.0, 4115.0, 4096.0, 4125.0, 4106.0, 4140.0, 4121.0, 4156.0, 4142.0, 4143.0, 4142.0, 4152.0, 4133.0, 4171.0, 4130.0, 4158.0, 4105.0, 4129.0, 4117.0, 4149.0, 4128.0, 4119.0, 4098.0, 4120.0, 4141.0, 4113.0, 4129.0, 4101.0, 4129.0, 4099.0, 4123.0, 4107.0, 4156.0, 4118.0, 4146.0, 4104.0, 4133.0, 4090.0, 4106.0, 4077.0, 4074.0, 4086.0, 4088.0, 4091.0, 4077.0, 4098.0, 4078.0, 4089.0, 4056.0, 4101.0, 4110.0, 4102.0, 4110.0, 4101.0, 4112.0, 4116.0, 4125.0, 4130.0, 4109.0, 4130.0, 4151.0, 4130.0, 4142.0, 4108.0, 4141.0, 4172.0, 4130.0, 4170.0, 4131.0, 4150.0, 4129.0, 4135.0, 4118.0, 4129.0, 4158.0, 4117.0, 4128.0, 4107.0, 4129.0, 4081.0, 4129.0, 4160.0, 4119.0, 4148.0, 4117.0, 4141.0, 4118.0, 4128.0, 4159.0, 4116.0, 4148.0, 4119.0, 4139.0, 4130.0, 4138.0, 4120.0, 4146.0, 4109.0, 4141.0, 4100.0, 4131.0, 4127.0, 4120.0, 4148.0, 4117.0, 4144.0, 4106.0, 4138.0, 4097.0, 4111.0, 4085.0, 4117.0, 4121.0, 4107.0, 4137.0, 4107.0, 4138.0, 4105.0, 4128.0, 4088.0, 4128.0, 4111.0, 4150.0, 4097.0, 4138.0, 4098.0, 4138.0, 4098.0, 4137.0, 4096.0, 4121.0, 4075.0, 4122.0, 4095.0, 4129.0, 4096.0, 4129.0, 4087.0, 4116.0, 4087.0, 4123.0, 4098.0, 4141.0, 4110.0, 4152.0, 4131.0, 4168.0, 4132.0, 4161.0, 4131.0, 4150.0, 4110.0, 4131.0, 4106.0, 4122.0, 4107.0, 4133.0, 4098.0, 4141.0, 4112.0, 4121.0, 4122.0, 4124.0, 4139.0, 4125.0, 4164.0, 4134.0, 4164.0, 4134.0, 4174.0, 4143.0, 4167.0, 4121.0, 4163.0, 4124.0, 4149.0, 4137.0, 4150.0, 4130.0, 4098.0, 4099.0, 4106.0, 4091.0, 4143.0, 4111.0, 4109.0, 4107.0, 4085.0, 4149.0, 4138.0, 4118.0, 4137.0, 4093.0, 4067.0, 4092.0, 4062.0, 4103.0, 4094.0, 4150.0, 4096.0, 4146.0, 4108.0, 4113.0, 4091.0, 4073.0, 4112.0, 4093.0, 4132.0, 4087.0, 4122.0, 4078.0, 4119.0, 4082.0, 4105.0, 4092.0, 4090.0, 4070.0, 4091.0, 4062.0, 4104.0, 4071.0, 4117.0, 4124.0, 4104.0, 4157.0, 4114.0, 4145.0, 4095.0, 4093.0, 4089.0, 4133.0, 4071.0, 4119.0, 4071.0, 4108.0, 4061.0, 4104.0, 4099.0, 4108.0, 4136.0, 4090.0, 4143.0, 4103.0, 4135.0, 4136.0, 4105.0, 4121.0, 4095.0, 4125.0, 4062.0, 4109.0, 4102.0, 4080.0, 4111.0, 4093.0, 4133.0, 4098.0, 4111.0, 4088.0, 4090.0, 4092.0, 4090.0, 4087.0, 4102.0, 4088.0, 4113.0, 4091.0, 4121.0, 4088.0, 4128.0, 4101.0, 4136.0, 4076.0, 4116.0, 4070.0, 4111.0, 4070.0, 4111.0, 4059.0, 4097.0, 4071.0, 4100.0, 4072.0, 4103.0, 4082.0, 4095.0, 4114.0, 4086.0, 4125.0, 4096.0, 4141.0, 4119.0, 4159.0, 4100.0, 4137.0, 4104.0, 4147.0, 4108.0, 4142.0, 4101.0, 4142.0, 4097.0, 4148.0, 4104.0, 4143.0, 4098.0, 4143.0, 4098.0, 4148.0, 4093.0, 4114.0, 4142.0, 4094.0, 4129.0, 4093.0, 4125.0, 4093.0, 4103.0, 4090.0, 4092.0, 4082.0, 4102.0, 4123.0, 4104.0, 4124.0, 4102.0, 4106.0, 4108.0, 4130.0, 4121.0, 4110.0, 4147.0, 4122.0, 4161.0, 4098.0, 4149.0, 4087.0, 4139.0, 4096.0, 4126.0, 4136.0, 4135.0, 4135.0, 4104.0, 4094.0, 4104.0, 4082.0, 4105.0, 4125.0, 4099.0, 4147.0, 4104.0, 4136.0, 4099.0, 4137.0, 4096.0, 4125.0, 4106.0, 4134.0, 4095.0, 4135.0, 4099.0, 4135.0, 4104.0, 4135.0, 4084.0, 4124.0, 4083.0, 4118.0, 4072.0, 4119.0, 4082.0, 4115.0, 4082.0, 4100.0, 4107.0, 4107.0, 4103.0, 4117.0, 4118.0, 4117.0], 'WindowWidth': [9283.0, 9315.0, 9238.0, 9234.0, 9217.0, 9226.0, 9217.0, 9272.0, 9233.0, 9275.0, 9193.0, 9255.0, 9187.0, 9220.0, 9197.0, 9222.0, 9183.0, 9184.0, 9202.0, 9201.0, 9238.0, 9189.0, 9259.0, 9206.0, 9232.0, 9187.0, 9198.0, 9244.0, 9199.0, 9243.0, 9167.0, 9222.0, 9178.0, 9214.0, 9165.0, 9203.0, 9193.0, 9169.0, 9192.0, 9177.0, 9198.0, 9178.0, 9208.0, 9218.0, 9186.0, 9201.0, 9265.0, 9197.0, 9178.0, 9163.0, 9190.0, 9200.0, 9177.0, 9219.0, 9132.0, 9136.0, 9211.0, 9190.0, 9164.0, 9243.0, 9152.0, 9163.0, 9172.0, 9158.0, 9155.0, 9231.0, 9186.0, 9157.0, 9191.0, 9163.0, 9200.0, 9202.0, 9161.0, 9228.0, 9162.0, 9158.0, 9191.0, 9164.0, 9222.0, 9200.0, 9181.0, 9223.0, 9170.0, 9212.0, 9199.0, 9152.0, 9234.0, 9197.0, 9193.0, 9230.0, 9187.0, 9187.0, 9237.0, 9203.0, 9236.0, 9224.0, 9193.0, 9204.0, 9153.0, 9210.0, 9142.0, 9219.0, 9134.0, 9203.0, 9122.0, 9183.0, 9131.0, 9163.0, 9152.0, 9141.0, 9159.0, 9162.0, 9194.0, 9189.0, 9225.0, 9198.0, 9150.0, 9206.0, 9145.0, 9146.0, 9224.0, 9179.0, 9145.0, 9231.0, 9212.0, 9151.0, 9171.0, 9135.0, 9155.0, 9196.0, 9154.0, 9208.0, 9150.0, 9200.0, 9144.0, 9200.0, 9148.0, 9150.0, 9113.0, 9132.0, 9127.0, 9143.0, 9115.0, 9152.0, 9150.0, 9158.0, 9136.0, 9149.0, 9154.0, 9153.0, 9207.0, 9200.0, 9210.0, 9177.0, 9204.0, 9181.0, 9219.0, 9178.0, 9204.0, 9175.0, 9207.0, 9176.0, 9208.0, 9158.0, 9205.0, 9173.0, 9172.0, 9170.0, 9174.0, 9177.0, 9175.0, 9158.0, 9228.0, 9184.0, 9224.0, 9182.0, 9215.0, 9153.0, 9196.0, 9137.0, 9194.0, 9143.0, 9164.0, 9134.0, 9169.0, 9150.0, 9125.0, 9147.0, 9136.0, 9194.0, 9137.0, 9143.0, 9141.0, 9175.0, 9140.0, 9217.0, 9206.0, 9218.0, 9167.0, 9190.0, 9186.0, 9206.0, 9193.0, 9238.0, 9188.0, 9238.0, 9179.0, 9206.0, 9167.0, 9215.0, 9158.0, 9203.0, 9158.0, 9179.0, 9156.0, 9176.0, 9152.0, 9159.0, 9166.0, 9156.0, 9210.0, 9153.0, 9205.0, 9138.0, 9188.0, 9134.0, 9167.0, 9129.0, 9163.0, 9131.0, 9135.0, 9183.0, 9131.0, 9170.0, 9162.0, 9172.0, 9135.0, 9158.0, 9154.0, 9163.0, 9182.0, 9183.0, 9183.0, 9185.0, 9171.0, 9215.0, 9181.0, 9245.0, 9219.0, 9221.0, 9197.0, 9201.0, 9167.0, 9175.0, 9156.0, 9154.0, 9170.0, 9129.0, 9155.0, 9117.0, 9118.0, 9176.0, 9123.0, 9164.0, 9147.0, 9183.0, 9145.0, 9205.0, 9195.0, 9228.0, 9163.0, 9185.0, 9131.0, 9126.0, 9127.0, 9130.0, 9138.0, 9132.0, 9163.0, 9156.0, 9161.0, 9187.0, 9171.0, 9154.0, 9163.0, 9171.0, 9178.0, 9159.0, 9173.0, 9217.0, 9163.0, 9198.0, 9143.0, 9172.0, 9131.0, 9162.0, 9149.0, 9194.0, 9158.0, 9179.0, 9227.0, 9195.0, 9202.0, 9145.0, 9216.0, 9168.0, 9227.0, 9179.0, 9224.0, 9169.0, 9213.0, 9176.0, 9208.0, 9153.0, 9132.0, 9122.0, 9130.0, 9138.0, 9160.0, 9127.0, 9181.0, 9147.0, 9202.0, 9146.0, 9179.0, 9138.0, 9165.0, 9140.0, 9171.0, 9136.0, 9139.0, 9213.0, 9158.0, 9185.0, 9161.0, 9186.0, 9182.0, 9208.0, 9164.0, 9213.0, 9157.0, 9152.0, 9191.0, 9162.0, 9231.0, 9149.0, 9188.0, 9141.0, 9183.0, 9123.0, 9199.0, 9165.0, 9213.0, 9156.0, 9199.0, 9146.0, 9178.0, 9139.0, 9190.0, 9182.0, 9179.0, 9225.0, 9140.0, 9174.0, 9138.0, 9137.0, 9164.0, 9121.0, 9107.0, 9074.0, 9090.0, 9064.0, 9083.0, 9065.0, 9086.0, 9092.0, 9074.0, 9112.0, 9071.0, 9138.0, 9079.0, 9139.0, 9089.0, 9144.0, 9093.0, 9113.0, 9073.0, 9121.0, 9089.0, 9121.0, 9105.0, 9143.0, 9120.0, 9161.0, 9105.0, 9148.0, 9118.0, 9134.0, 9119.0, 9137.0, 9131.0, 9137.0, 9124.0, 9173.0, 9143.0, 9178.0, 9153.0, 9197.0, 9169.0, 9208.0, 9168.0, 9215.0, 9162.0, 9191.0, 9164.0, 9227.0, 9162.0, 9200.0, 9146.0, 9175.0, 9124.0, 9175.0, 9120.0, 9163.0, 9119.0, 9159.0, 9133.0, 9145.0, 9118.0, 9147.0, 9122.0, 9153.0, 9126.0, 9172.0, 9128.0, 9163.0, 9128.0, 9150.0, 9131.0, 9155.0, 9127.0, 9177.0, 9150.0, 9196.0, 9149.0, 9133.0, 9162.0, 9152.0, 9140.0, 9183.0, 9173.0, 9190.0, 9150.0, 9188.0, 9164.0, 9205.0, 9203.0, 9210.0, 9176.0, 9125.0, 9142.0, 9082.0, 9140.0, 9130.0, 9131.0, 9080.0, 9127.0, 9096.0, 9116.0, 9108.0, 9106.0, 9080.0, 9126.0, 9126.0, 9149.0, 9138.0, 9186.0, 9157.0, 9202.0, 9163.0, 9199.0, 9167.0, 9191.0, 9165.0, 9200.0, 9145.0, 9202.0, 9124.0, 9173.0, 9125.0, 9151.0, 9137.0, 9154.0, 9130.0, 9168.0, 9145.0, 9195.0, 9173.0, 9216.0, 9205.0, 9203.0, 9203.0, 9214.0, 9190.0, 9239.0, 9178.0, 9215.0, 9135.0, 9173.0, 9151.0, 9196.0, 9167.0, 9155.0, 9128.0, 9167.0, 9198.0, 9164.0, 9176.0, 9137.0, 9169.0, 9130.0, 9158.0, 9141.0, 9207.0, 9158.0, 9192.0, 9130.0, 9168.0, 9104.0, 9124.0, 9082.0, 9078.0, 9092.0, 9097.0, 9095.0, 9082.0, 9111.0, 9084.0, 9101.0, 9054.0, 9122.0, 9135.0, 9126.0, 9135.0, 9125.0, 9141.0, 9151.0, 9166.0, 9180.0, 9152.0, 9184.0, 9209.0, 9180.0, 9199.0, 9147.0, 9194.0, 9237.0, 9179.0, 9235.0, 9184.0, 9206.0, 9176.0, 9183.0, 9159.0, 9175.0, 9215.0, 9158.0, 9173.0, 9144.0, 9175.0, 9106.0, 9178.0, 9220.0, 9164.0, 9201.0, 9158.0, 9198.0, 9162.0, 9173.0, 9215.0, 9157.0, 9200.0, 9165.0, 9191.0, 9179.0, 9189.0, 9165.0, 9200.0, 9151.0, 9196.0, 9141.0, 9183.0, 9173.0, 9165.0, 9201.0, 9157.0, 9193.0, 9141.0, 9185.0, 9130.0, 9145.0, 9112.0, 9157.0, 9156.0, 9144.0, 9182.0, 9144.0, 9187.0, 9140.0, 9171.0, 9116.0, 9173.0, 9160.0, 9210.0, 9134.0, 9189.0, 9135.0, 9188.0, 9136.0, 9183.0, 9128.0, 9157.0, 9098.0, 9162.0, 9124.0, 9177.0, 9128.0, 9176.0, 9119.0, 9158.0, 9119.0, 9167.0, 9138.0, 9198.0, 9157.0, 9214.0, 9187.0, 9234.0, 9186.0, 9225.0, 9183.0, 9207.0, 9151.0, 9172.0, 9142.0, 9159.0, 9143.0, 9178.0, 9136.0, 9196.0, 9163.0, 9174.0, 9175.0, 9181.0, 9197.0, 9185.0, 9235.0, 9195.0, 9234.0, 9193.0, 9246.0, 9201.0, 9230.0, 9170.0, 9225.0, 9174.0, 9196.0, 9179.0, 9199.0, 9169.0, 9124.0, 9130.0, 9139.0, 9122.0, 9192.0, 9144.0, 9137.0, 9135.0, 9106.0, 9197.0, 9186.0, 9157.0, 9181.0, 9119.0, 9076.0, 9115.0, 9073.0, 9129.0, 9118.0, 9206.0, 9129.0, 9192.0, 9147.0, 9144.0, 9114.0, 9091.0, 9139.0, 9117.0, 9166.0, 9103.0, 9155.0, 9093.0, 9151.0, 9102.0, 9137.0, 9115.0, 9110.0, 9083.0, 9113.0, 9075.0, 9133.0, 9090.0, 9157.0, 9160.0, 9134.0, 9210.0, 9149.0, 9189.0, 9123.0, 9119.0, 9113.0, 9171.0, 9087.0, 9149.0, 9086.0, 9134.0, 9074.0, 9137.0, 9124.0, 9148.0, 9181.0, 9114.0, 9187.0, 9133.0, 9177.0, 9182.0, 9139.0, 9158.0, 9125.0, 9166.0, 9075.0, 9135.0, 9125.0, 9098.0, 9137.0, 9117.0, 9170.0, 9120.0, 9140.0, 9108.0, 9111.0, 9115.0, 9110.0, 9105.0, 9126.0, 9106.0, 9141.0, 9114.0, 9153.0, 9106.0, 9162.0, 9127.0, 9169.0, 9090.0, 9140.0, 9082.0, 9135.0, 9081.0, 9138.0, 9065.0, 9116.0, 9087.0, 9126.0, 9091.0, 9133.0, 9104.0, 9126.0, 9151.0, 9115.0, 9164.0, 9127.0, 9185.0, 9164.0, 9221.0, 9144.0, 9188.0, 9145.0, 9200.0, 9149.0, 9189.0, 9132.0, 9188.0, 9132.0, 9202.0, 9140.0, 9193.0, 9137.0, 9191.0, 9135.0, 9202.0, 9118.0, 9149.0, 9183.0, 9121.0, 9164.0, 9118.0, 9165.0, 9118.0, 9131.0, 9112.0, 9116.0, 9101.0, 9131.0, 9157.0, 9134.0, 9161.0, 9134.0, 9142.0, 9149.0, 9184.0, 9170.0, 9158.0, 9206.0, 9175.0, 9225.0, 9135.0, 9203.0, 9117.0, 9189.0, 9126.0, 9169.0, 9180.0, 9178.0, 9176.0, 9135.0, 9122.0, 9134.0, 9102.0, 9138.0, 9162.0, 9130.0, 9195.0, 9136.0, 9178.0, 9134.0, 9183.0, 9128.0, 9162.0, 9139.0, 9174.0, 9123.0, 9176.0, 9125.0, 9177.0, 9136.0, 9178.0, 9109.0, 9160.0, 9105.0, 9149.0, 9089.0, 9151.0, 9102.0, 9149.0, 9103.0, 9130.0, 9147.0, 9146.0, 9135.0, 9159.0, 9162.0, 9159.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.001315637198622273</td></tr>
<tr><td colspan=3>aqi</td><td>0.03953777715269806</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.12946688764371</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1550733492298857</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9856275954022994</td></tr>
<tr><td colspan=3>efc</td><td>0.4759</td></tr>
<tr><td colspan=3>fber</td><td>4004.27</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11804915243890628</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>100</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.481056257175661</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4837624887569114</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.462512123107318</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.676345754372763</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.312429588790654</td></tr>
<tr><td colspan=3>gcor</td><td>0.0120784</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020201677456498146</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01756267063319683</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.787042718657318</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>37.1118</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.8375</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.3908</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302382.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>768.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.8453</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.307</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.0286</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3309.5744</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3529.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74162.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4351.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.8554</td></tr>
<tr><td colspan=3>tsnr</td><td>32.00518771307543</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>