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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0002_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0002_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0002_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0002/ses-03/func/sub-0002_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7b468d7f85d38b8f2f90ab64d7660c13</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:09:26.540000</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.997105, -0.0299901, -0.0698788, 0.0372592, 0.993757, 0.10516]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0699966</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4118, -7783, -7263, 633, -97, -236, 34, 77]</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>234.271</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ff79f212-63c1-4e45-9c71-a66e8f62a7fc||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.675158739089966, 0.09996367990970612, -0.17897962033748627, 107.92984771728516], [0.08046118915081024, 2.66617751121521, 0.2901398539543152, -107.77104187011719], [-0.18747960031032562, -0.2821367681026459, 2.678392171859741, -39.465614318847656], [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': ['100926.540000', '100927.000000', '100927.460000', '100927.920000', '100928.380000', '100928.840000', '100929.300000', '100929.760000', '100930.220000', '100930.680000', '100931.140000', '100931.600000', '100932.060000', '100932.520000', '100932.980000', '100933.440000', '100933.900000', '100934.360000', '100934.820000', '100935.280000', '100935.740000', '100936.200000', '100936.660000', '100937.120000', '100937.580000', '100938.040000', '100938.500000', '100938.960000', '100939.420000', '100939.880000', '100940.340000', '100940.800000', '100941.260000', '100941.720000', '100942.180000', '100942.640000', '100943.100000', '100943.560000', '100944.020000', '100944.480000', '100944.940000', '100945.400000', '100945.860000', '100946.320000', '100946.780000', '100947.240000', '100947.700000', '100948.160000', '100948.620000', '100949.080000', '100949.540000', '100950.000000', '100950.460000', '100950.920000', '100951.380000', '100951.840000', '100952.300000', '100952.760000', '100953.220000', '100953.680000', '100954.140000', '100954.600000', '100955.060000', '100955.520000', '100955.980000', '100956.440000', '100956.900000', '100957.360000', '100957.820000', '100958.280000', '100958.740000', '100959.200000', '100959.660000', '101000.120000', '101000.580000', '101001.040000', '101001.500000', '101001.960000', '101002.420000', '101002.880000', '101003.340000', '101003.800000', '101004.260000', '101004.720000', '101005.180000', '101005.640000', '101006.100000', '101006.560000', '101007.020000', '101007.480000', '101007.940000', '101008.400000', '101008.860000', '101009.320000', '101009.780000', '101010.240000', '101010.700000', '101011.160000', '101011.620000', '101012.080000', '101012.540000', '101013.000000', '101013.460000', '101013.920000', '101014.380000', '101014.840000', '101015.300000', '101015.760000', '101016.220000', '101016.680000', '101017.140000', '101017.600000', '101018.060000', '101018.520000', '101018.980000', '101019.440000', '101019.900000', '101020.360000', '101020.820000', '101021.280000', '101021.740000', '101022.200000', '101022.660000', '101023.120000', '101023.580000', '101024.040000', '101024.500000', '101024.960000', '101025.420000', '101025.880000', '101026.340000', '101026.800000', '101027.260000', '101027.720000', '101028.180000', '101028.640000', '101029.100000', '101029.560000', '101030.020000', '101030.480000', '101030.940000', '101031.400000', '101031.860000', '101032.320000', '101032.780000', '101033.240000', '101033.700000', '101034.160000', '101034.620000', '101035.080000', '101035.540000', '101036.000000', '101036.460000', '101036.920000', '101037.380000', '101037.840000', '101038.300000', '101038.760000', '101039.220000', '101039.680000', '101040.140000', '101040.600000', '101041.060000', '101041.520000', '101041.980000', '101042.440000', '101042.900000', '101043.360000', '101043.820000', '101044.280000', '101044.740000', '101045.200000', '101045.660000', '101046.120000', '101046.580000', '101047.040000', '101047.500000', '101047.960000', '101048.420000', '101048.880000', '101049.340000', '101049.800000', '101050.260000', '101050.720000', '101051.180000', '101051.640000', '101052.100000', '101052.560000', '101053.020000', '101053.480000', '101053.940000', '101054.400000', '101054.860000', '101055.320000', '101055.780000', '101056.240000', '101056.700000', '101057.160000', '101057.620000', '101058.080000', '101058.540000', '101059.000000', '101059.460000', '101059.920000', '101100.380000', '101100.840000', '101101.300000', '101101.760000', '101102.220000', '101102.680000', '101103.140000', '101103.600000', '101104.060000', '101104.520000', '101104.980000', '101105.440000', '101105.900000', '101106.360000', '101106.820000', '101107.280000', '101107.740000', '101108.200000', '101108.660000', '101109.120000', '101109.580000', '101110.040000', '101110.500000', '101110.960000', '101111.420000', '101111.880000', '101112.340000', '101112.800000', '101113.260000', '101113.720000', '101114.180000', '101114.640000', '101115.100000', '101115.560000', '101116.020000', '101116.480000', '101116.940000', '101117.400000', '101117.860000', '101118.320000', '101118.780000', '101119.240000', '101119.700000', '101120.160000', '101120.620000', '101121.080000', '101121.540000', '101122.000000', '101122.460000', '101122.920000', '101123.380000', '101123.840000', '101124.300000', '101124.760000', '101125.220000', '101125.680000', '101126.140000', '101126.600000', '101127.060000', '101127.520000', '101127.980000', '101128.440000', '101128.900000', '101129.360000', '101129.820000', '101130.280000', '101130.740000', '101131.200000', '101131.660000', '101132.120000', '101132.580000', '101133.040000', '101133.500000', '101133.960000', '101134.420000', '101134.880000', '101135.340000', '101135.800000', '101136.260000', '101136.720000', '101137.180000', '101137.640000', '101138.100000', '101138.560000', '101139.020000', '101139.480000', '101139.940000', '101140.400000', '101140.860000', '101141.320000', '101141.780000', '101142.240000', '101142.700000', '101143.160000', '101143.620000', '101144.080000', '101144.540000', '101145.000000', '101145.460000', '101145.920000', '101146.380000', '101146.840000', '101147.300000', '101147.760000', '101148.220000', '101148.680000', '101149.140000', '101149.600000', '101150.060000', '101150.520000', '101150.980000', '101151.440000', '101151.900000', '101152.360000', '101152.820000', '101153.280000', '101153.740000', '101154.200000', '101154.660000', '101155.120000', '101155.580000', '101156.040000', '101156.500000', '101156.960000', '101157.420000', '101157.880000', '101158.340000', '101158.800000', '101159.260000', '101159.720000', '101200.180000', '101200.640000', '101201.100000', '101201.560000', '101202.020000', '101202.480000', '101202.940000', '101203.400000', '101203.860000', '101204.320000', '101204.780000', '101205.240000', '101205.700000', '101206.160000', '101206.620000', '101207.080000', '101207.540000', '101208.000000', '101208.460000', '101208.920000', '101209.380000', '101209.840000', '101210.300000', '101210.760000', '101211.220000', '101211.680000', '101212.140000', '101212.600000', '101213.060000', '101213.520000', '101213.980000', '101214.440000', '101214.900000', '101215.360000', '101215.820000', '101216.280000', '101216.740000', '101217.200000', '101217.660000', '101218.120000', '101218.580000', '101219.040000', '101219.500000', '101219.960000', '101220.420000', '101220.880000', '101221.340000', '101221.800000', '101222.260000', '101222.720000', '101223.180000', '101223.640000', '101224.100000', '101224.560000', '101225.020000', '101225.480000', '101225.940000', '101226.400000', '101226.860000', '101227.320000', '101227.780000', '101228.240000', '101228.700000', '101229.160000', '101229.620000', '101230.080000', '101230.540000', '101231.000000', '101231.460000', '101231.920000', '101232.380000', '101232.840000', '101233.300000', '101233.760000', '101234.220000', '101234.680000', '101235.140000', '101235.600000', '101236.060000', '101236.520000', '101236.980000', '101237.440000', '101237.900000', '101238.360000', '101238.820000', '101239.280000', '101239.740000', '101240.200000', '101240.660000', '101241.120000', '101241.580000', '101242.040000', '101242.500000', '101242.960000', '101243.420000', '101243.880000', '101244.340000', '101244.800000', '101245.260000', '101245.720000', '101246.180000', '101246.640000', '101247.100000', '101247.560000', '101248.020000', '101248.480000', '101248.940000', '101249.400000', '101249.860000', '101250.320000', '101250.780000', '101251.240000', '101251.700000', '101252.160000', '101252.620000', '101253.080000', '101253.540000', '101254.000000', '101254.460000', '101254.920000', '101255.380000', '101255.840000', '101256.300000', '101256.760000', '101257.220000', '101257.680000', '101258.140000', '101258.600000', '101259.060000', '101259.520000', '101259.980000', '101300.440000', '101300.900000', '101301.360000', '101301.820000', '101302.280000', '101302.740000', '101303.200000', '101303.660000', '101304.120000', '101304.580000', '101305.040000', '101305.500000', '101305.960000', '101306.420000', '101306.880000', '101307.340000', '101307.800000', '101308.260000', '101308.720000', '101309.180000', '101309.640000', '101310.100000', '101310.560000', '101311.020000', '101311.480000', '101311.940000', '101312.400000', '101312.860000', '101313.320000', '101313.780000', '101314.240000', '101314.700000', '101315.160000', '101315.620000', '101316.080000', '101316.540000', '101317.000000', '101317.460000', '101317.920000', '101318.380000', '101318.840000', '101319.300000', '101319.760000', '101320.220000', '101320.680000', '101321.140000', '101321.600000', '101322.060000', '101322.520000', '101322.980000', '101323.440000', '101323.900000', '101324.360000', '101324.820000', '101325.280000', '101325.740000', '101326.200000', '101326.660000', '101327.120000', '101327.580000', '101328.040000', '101328.500000', '101328.960000', '101329.420000', '101329.880000', '101330.340000', '101330.800000', '101331.260000', '101331.720000', '101332.180000', '101332.640000', '101333.100000', '101333.560000', '101334.020000', '101334.480000', '101334.940000', '101335.400000', '101335.860000', '101336.320000', '101336.780000', '101337.240000', '101337.700000', '101338.160000', '101338.620000', '101339.080000', '101339.540000', '101340.000000', '101340.460000', '101340.920000', '101341.380000', '101341.840000', '101342.300000', '101342.760000', '101343.220000', '101343.680000', '101344.140000', '101344.600000', '101345.060000', '101345.520000', '101345.980000', '101346.440000', '101346.900000', '101347.360000', '101347.820000', '101348.280000', '101348.740000', '101349.200000', '101349.660000', '101350.120000', '101350.580000', '101351.040000', '101351.500000', '101351.960000', '101352.420000', '101352.880000', '101353.340000', '101353.800000', '101354.260000', '101354.720000', '101355.180000', '101355.640000', '101356.100000', '101356.560000', '101357.020000', '101357.480000', '101357.940000', '101358.400000', '101358.860000', '101359.320000', '101359.780000', '101400.240000', '101400.700000', '101401.160000', '101401.620000', '101402.080000', '101402.540000', '101403.000000', '101403.460000', '101403.920000', '101404.380000', '101404.840000', '101405.300000', '101405.760000', '101406.220000', '101406.680000', '101407.140000', '101407.600000', '101408.060000', '101408.520000', '101408.980000', '101409.440000', '101409.900000', '101410.360000', '101410.820000', '101411.280000', '101411.740000', '101412.200000', '101412.660000', '101413.120000', '101413.580000', '101414.040000', '101414.500000', '101414.960000', '101415.420000', '101415.880000', '101416.340000', '101416.800000', '101417.260000', '101417.720000', '101418.180000', '101418.640000', '101419.100000', '101419.560000', '101420.020000', '101420.480000', '101420.940000', '101421.400000', '101421.860000', '101422.320000', '101422.780000', '101423.240000', '101423.700000', '101424.160000', '101424.620000', '101425.080000', '101425.540000', '101426.000000', '101426.460000', '101426.920000', '101427.380000', '101427.840000', '101428.300000', '101428.760000', '101429.220000', '101429.680000', '101430.140000', '101430.600000', '101431.060000', '101431.520000', '101431.980000', '101432.440000', '101432.900000', '101433.360000', '101433.820000', '101434.280000', '101434.740000', '101435.200000', '101435.660000', '101436.120000', '101436.580000', '101437.040000', '101437.500000', '101437.960000', '101438.420000', '101438.880000', '101439.340000', '101439.800000', '101440.260000', '101440.720000', '101441.180000', '101441.640000', '101442.100000', '101442.560000', '101443.020000', '101443.480000', '101443.940000', '101444.400000', '101444.860000', '101445.320000', '101445.780000', '101446.240000', '101446.700000', '101447.160000', '101447.620000', '101448.080000', '101448.540000', '101449.000000', '101449.460000', '101449.920000', '101450.380000', '101450.840000', '101451.300000', '101451.760000', '101452.220000', '101452.680000', '101453.140000', '101453.600000', '101454.060000', '101454.520000', '101454.980000', '101455.440000', '101455.900000', '101456.360000', '101456.820000', '101457.280000', '101457.740000', '101458.200000', '101458.660000', '101459.120000', '101459.580000', '101500.040000', '101500.500000', '101500.960000', '101501.420000', '101501.880000', '101502.340000', '101502.800000', '101503.260000', '101503.720000', '101504.180000', '101504.640000', '101505.100000', '101505.560000', '101506.020000', '101506.480000', '101506.940000', '101507.400000', '101507.860000', '101508.320000', '101508.780000', '101509.240000', '101509.700000', '101510.160000', '101510.620000', '101511.080000', '101511.540000', '101512.000000', '101512.460000', '101512.920000', '101513.380000', '101513.840000', '101514.300000', '101514.760000', '101515.220000', '101515.680000', '101516.140000', '101516.600000', '101517.060000', '101517.520000', '101517.980000', '101518.440000', '101518.900000', '101519.360000', '101519.820000', '101520.280000', '101520.740000', '101521.200000', '101521.660000', '101522.120000', '101522.580000', '101523.040000', '101523.500000', '101523.960000', '101524.420000', '101524.880000', '101525.340000', '101525.800000', '101526.260000', '101526.720000', '101527.180000', '101527.640000', '101528.100000', '101528.560000', '101529.020000', '101529.480000', '101529.940000', '101530.400000', '101530.860000', '101531.320000', '101531.780000', '101532.240000', '101532.700000', '101533.160000', '101533.620000', '101534.080000', '101534.540000', '101535.000000', '101535.460000', '101535.920000', '101536.380000', '101536.840000', '101537.300000', '101537.760000', '101538.220000', '101538.680000', '101539.140000', '101539.600000', '101540.060000', '101540.520000', '101540.980000', '101541.440000', '101541.900000', '101542.360000', '101542.820000', '101543.280000', '101543.740000', '101544.200000', '101544.660000', '101545.120000', '101545.580000', '101546.040000', '101546.500000', '101546.960000', '101547.420000', '101547.880000', '101548.340000', '101548.800000', '101549.260000', '101549.720000', '101550.180000', '101550.640000', '101551.100000', '101551.560000', '101552.020000', '101552.480000', '101552.940000', '101553.400000', '101553.860000', '101554.320000', '101554.780000', '101555.240000', '101555.700000', '101556.160000', '101556.620000', '101557.080000', '101557.540000', '101558.000000', '101558.460000', '101558.920000', '101559.380000', '101559.840000', '101600.300000', '101600.760000', '101601.220000', '101601.680000', '101602.140000', '101602.600000', '101603.060000', '101603.520000', '101603.980000', '101604.440000', '101604.900000', '101605.360000', '101605.820000', '101606.280000', '101606.740000', '101607.200000'], 'ContentTime': ['100947.124000', '100947.127000', '100947.130000', '100947.133000', '100947.136000', '100947.139000', '100947.142000', '100947.145000', '100947.148000', '100947.151000', '100947.156000', '100947.159000', '100947.162000', '100947.165000', '100947.167000', '100947.170000', '100947.173000', '100947.176000', '100947.179000', '100947.182000', '100947.185000', '100947.187000', '100947.190000', '100947.193000', '100947.196000', '100947.199000', '100947.202000', '100947.205000', '100947.207000', '100947.210000', '100947.213000', '100947.216000', '100947.219000', '100947.221000', '100947.224000', '100947.227000', '100947.230000', '100947.233000', '100947.242000', '100947.245000', '100947.248000', '100947.251000', '100947.253000', '101007.099000', '101007.102000', '101007.105000', '101007.108000', '101007.111000', '101007.113000', '101007.116000', '101007.119000', '101007.122000', '101007.125000', '101007.127000', '101007.130000', '101007.133000', '101007.136000', '101007.139000', '101007.142000', '101007.145000', '101007.147000', '101007.150000', '101007.153000', '101007.156000', '101007.159000', '101007.162000', '101007.164000', '101007.167000', '101007.170000', '101007.173000', '101007.176000', '101007.179000', '101007.182000', '101007.184000', '101007.187000', '101007.190000', '101007.193000', '101007.196000', '101007.199000', '101007.201000', '101007.204000', '101007.207000', '101007.210000', '101007.213000', '101007.232000', '101007.235000', '101007.238000', '101027.099000', '101027.102000', '101027.105000', '101027.108000', '101027.111000', '101027.113000', '101027.116000', '101027.119000', '101027.122000', '101027.125000', '101027.128000', '101027.131000', '101027.134000', '101027.137000', '101027.139000', '101027.142000', '101027.145000', '101027.148000', '101027.151000', '101027.154000', '101027.157000', '101027.160000', '101027.163000', '101027.166000', '101027.169000', '101027.172000', '101027.175000', '101027.178000', '101027.180000', '101027.183000', '101027.186000', '101027.189000', '101027.192000', '101027.195000', '101027.198000', '101027.201000', '101027.204000', '101027.206000', '101027.209000', '101027.212000', '101027.215000', '101027.218000', '101027.221000', '101047.099000', '101047.102000', '101047.105000', '101047.108000', '101047.110000', '101047.113000', '101047.116000', '101047.119000', '101047.122000', '101047.125000', '101047.128000', '101047.130000', '101047.133000', '101047.136000', '101047.139000', '101047.142000', '101047.145000', '101047.148000', '101047.150000', '101047.153000', '101047.156000', '101047.159000', '101047.162000', '101047.165000', '101047.167000', '101047.171000', '101047.173000', '101047.176000', '101047.179000', '101047.182000', '101047.185000', '101047.193000', '101047.196000', '101047.199000', '101047.202000', '101047.205000', '101047.208000', '101047.211000', '101047.213000', '101047.216000', '101047.219000', '101047.222000', '101047.225000', '101047.228000', '101107.098000', '101107.101000', '101107.104000', '101107.107000', '101107.110000', '101107.112000', '101107.115000', '101107.118000', '101107.121000', '101107.124000', '101107.127000', '101107.130000', '101107.132000', '101107.135000', '101107.138000', '101107.141000', '101107.144000', '101107.147000', '101107.150000', '101107.153000', '101107.155000', '101107.158000', '101107.161000', '101107.164000', '101107.167000', '101107.170000', '101107.173000', '101107.176000', '101107.179000', '101107.182000', '101107.184000', '101107.187000', '101107.190000', '101107.193000', '101107.196000', '101107.199000', '101107.201000', '101107.204000', '101107.207000', '101107.210000', '101107.213000', '101107.216000', '101107.219000', '101127.099000', '101127.102000', '101127.105000', '101127.108000', '101127.110000', '101127.113000', '101127.116000', '101127.119000', '101127.122000', '101127.125000', '101127.128000', '101127.130000', '101127.133000', '101127.136000', '101127.139000', '101127.142000', '101127.145000', '101127.148000', '101127.150000', '101127.153000', '101127.156000', '101127.159000', '101127.162000', '101127.165000', '101127.168000', '101127.170000', '101127.173000', '101127.176000', '101127.179000', '101127.182000', '101127.185000', '101127.188000', '101127.190000', '101127.193000', '101127.196000', '101127.199000', '101127.202000', '101127.205000', '101127.208000', '101127.210000', '101127.213000', '101127.221000', '101127.224000', '101127.227000', '101147.099000', '101147.102000', '101147.105000', '101147.108000', '101147.111000', '101147.113000', '101147.116000', '101147.119000', '101147.122000', '101147.125000', '101147.128000', '101147.132000', '101147.135000', '101147.138000', '101147.140000', '101147.143000', '101147.146000', '101147.149000', '101147.152000', '101147.155000', '101147.158000', '101147.161000', '101147.164000', '101147.167000', '101147.169000', '101147.172000', '101147.175000', '101147.178000', '101147.181000', '101147.184000', '101147.187000', '101147.190000', '101147.193000', '101147.196000', '101147.199000', '101147.203000', '101147.216000', '101147.219000', '101147.222000', '101147.225000', '101147.227000', '101147.230000', '101147.233000', '101207.100000', '101207.103000', '101207.106000', '101207.109000', '101207.111000', '101207.114000', '101207.117000', '101207.120000', '101207.123000', '101207.126000', '101207.129000', '101207.132000', '101207.134000', '101207.137000', '101207.140000', '101207.143000', '101207.146000', '101207.149000', '101207.152000', '101207.155000', '101207.157000', '101207.160000', '101207.163000', '101207.166000', '101207.169000', '101207.172000', '101207.175000', '101207.178000', '101207.181000', '101207.183000', '101207.186000', '101207.189000', '101207.192000', '101207.195000', '101207.198000', '101207.201000', '101207.204000', '101207.206000', '101207.209000', '101207.212000', '101207.215000', '101207.218000', '101207.221000', '101207.224000', '101227.099000', '101227.102000', '101227.105000', '101227.108000', '101227.111000', '101227.114000', '101227.116000', '101227.119000', '101227.122000', '101227.125000', '101227.128000', '101227.131000', '101227.134000', '101227.137000', '101227.139000', '101227.142000', '101227.145000', '101227.148000', '101227.151000', '101227.154000', '101227.157000', '101227.160000', '101227.162000', '101227.165000', '101227.168000', '101227.171000', '101227.174000', '101227.177000', '101227.180000', '101227.183000', '101227.186000', '101227.188000', '101227.191000', '101227.195000', '101227.197000', '101227.200000', '101227.203000', '101227.206000', '101227.209000', '101227.212000', '101227.215000', '101227.218000', '101227.221000', '101247.099000', '101247.102000', '101247.105000', '101247.108000', '101247.111000', '101247.113000', '101247.116000', '101247.119000', '101247.122000', '101247.125000', '101247.128000', '101247.131000', '101247.133000', '101247.136000', '101247.139000', '101247.142000', '101247.145000', '101247.148000', '101247.151000', '101247.153000', '101247.156000', '101247.159000', '101247.162000', '101247.165000', '101247.168000', '101247.171000', '101247.173000', '101247.176000', '101247.179000', '101247.182000', '101247.185000', '101247.188000', '101247.191000', '101247.193000', '101247.196000', '101247.199000', '101247.202000', '101247.205000', '101247.208000', '101247.211000', '101247.214000', '101247.216000', '101247.219000', '101247.222000', '101307.099000', '101307.102000', '101307.105000', '101307.108000', '101307.111000', '101307.114000', '101307.116000', '101307.119000', '101307.122000', '101307.125000', '101307.128000', '101307.131000', '101307.133000', '101307.136000', '101307.139000', '101307.142000', '101307.145000', '101307.148000', '101307.151000', '101307.154000', '101307.156000', '101307.159000', '101307.162000', '101307.165000', '101307.169000', '101307.172000', '101307.175000', '101307.178000', '101307.181000', '101307.184000', '101307.187000', '101307.189000', '101307.192000', '101307.195000', '101307.198000', '101307.201000', '101307.204000', '101307.207000', '101307.210000', '101307.212000', '101307.215000', '101307.218000', '101307.221000', '101327.098000', '101327.101000', '101327.104000', '101327.107000', '101327.109000', '101327.112000', '101327.115000', '101327.118000', '101327.121000', '101327.124000', '101327.127000', '101327.130000', '101327.132000', '101327.135000', '101327.138000', '101327.141000', '101327.144000', '101327.147000', '101327.161000', '101327.164000', '101327.166000', '101327.169000', '101327.179000', '101327.182000', '101327.184000', '101327.187000', '101327.190000', '101327.193000', '101327.196000', '101327.199000', '101327.201000', '101327.204000', '101327.207000', '101327.210000', '101327.213000', '101327.216000', '101327.219000', '101327.221000', '101327.224000', '101327.227000', '101327.230000', '101327.233000', '101327.236000', '101327.239000', '101347.099000', '101347.102000', '101347.105000', '101347.111000', '101347.114000', '101347.117000', '101347.120000', '101347.123000', '101347.126000', '101347.129000', '101347.132000', '101347.135000', '101347.138000', '101347.140000', '101347.143000', '101347.146000', '101347.149000', '101347.152000', '101347.155000', '101347.158000', '101347.161000', '101347.164000', '101347.167000', '101347.169000', '101347.172000', '101347.175000', '101347.178000', '101347.181000', '101347.184000', '101347.186000', '101347.189000', '101347.192000', '101347.195000', '101347.198000', '101347.201000', '101347.204000', '101347.207000', '101347.209000', '101347.212000', '101347.215000', '101347.218000', '101347.221000', '101347.224000', '101407.099000', '101407.102000', '101407.105000', '101407.108000', '101407.110000', '101407.113000', '101407.116000', '101407.119000', '101407.122000', '101407.125000', '101407.128000', '101407.131000', '101407.133000', '101407.136000', '101407.139000', '101407.142000', '101407.145000', '101407.148000', '101407.151000', '101407.154000', '101407.156000', '101407.159000', '101407.162000', '101407.165000', '101407.168000', '101407.171000', '101407.173000', '101407.176000', '101407.179000', '101407.182000', '101407.185000', '101407.188000', '101407.191000', '101407.193000', '101407.196000', '101407.199000', '101407.202000', '101407.205000', '101407.208000', '101407.211000', '101407.214000', '101407.216000', '101407.219000', '101407.222000', '101427.099000', '101427.102000', '101427.105000', '101427.108000', '101427.111000', '101427.113000', '101427.116000', '101427.119000', '101427.122000', '101427.125000', '101427.128000', '101427.131000', '101427.134000', '101427.137000', '101427.140000', '101427.143000', '101427.145000', '101427.148000', '101427.151000', '101427.154000', '101427.157000', '101427.160000', '101427.163000', '101427.166000', '101427.168000', '101427.171000', '101427.174000', '101427.177000', '101427.180000', '101427.183000', '101427.186000', '101427.189000', '101427.192000', '101427.194000', '101427.197000', '101427.200000', '101427.203000', '101427.206000', '101427.211000', '101427.214000', '101427.216000', '101427.219000', '101427.222000', '101447.099000', '101447.102000', '101447.105000', '101447.108000', '101447.111000', '101447.114000', '101447.117000', '101447.120000', '101447.123000', '101447.125000', '101447.128000', '101447.131000', '101447.134000', '101447.137000', '101447.140000', '101447.143000', '101447.146000', '101447.148000', '101447.151000', '101447.154000', '101447.157000', '101447.160000', '101447.163000', '101447.166000', '101447.169000', '101447.171000', '101447.174000', '101447.177000', '101447.190000', '101447.193000', '101447.196000', '101447.199000', '101447.202000', '101447.204000', '101447.207000', '101447.210000', '101447.213000', '101447.216000', '101447.219000', '101447.222000', '101447.224000', '101447.227000', '101447.230000', '101447.233000', '101507.099000', '101507.102000', '101507.105000', '101507.108000', '101507.111000', '101507.114000', '101507.117000', '101507.120000', '101507.122000', '101507.126000', '101507.128000', '101507.131000', '101507.134000', '101507.137000', '101507.140000', '101507.143000', '101507.146000', '101507.149000', '101507.152000', '101507.155000', '101507.158000', '101507.161000', '101507.164000', '101507.166000', '101507.169000', '101507.172000', '101507.175000', '101507.178000', '101507.181000', '101507.184000', '101507.187000', '101507.190000', '101507.193000', '101507.196000', '101507.199000', '101507.202000', '101507.205000', '101507.208000', '101507.211000', '101507.213000', '101507.216000', '101507.219000', '101507.222000', '101527.099000', '101527.102000', '101527.106000', '101527.110000', '101527.113000', '101527.115000', '101527.118000', '101527.121000', '101527.124000', '101527.127000', '101527.130000', '101527.133000', '101527.136000', '101527.139000', '101527.141000', '101527.144000', '101527.147000', '101527.150000', '101527.153000', '101527.156000', '101527.159000', '101527.162000', '101527.172000', '101527.175000', '101527.178000', '101527.181000', '101527.184000', '101527.187000', '101527.190000', '101527.193000', '101527.196000', '101527.199000', '101527.202000', '101527.205000', '101527.208000', '101527.210000', '101527.213000', '101527.216000', '101527.221000', '101527.224000', '101527.226000', '101527.229000', '101527.232000', '101547.098000', '101547.101000', '101547.104000', '101547.107000', '101547.110000', '101547.112000', '101547.115000', '101547.118000', '101547.121000', '101547.124000', '101547.127000', '101547.130000', '101547.133000', '101547.135000', '101547.138000', '101547.141000', '101547.144000', '101547.147000', '101547.150000', '101547.153000', '101547.155000', '101547.158000', '101547.161000', '101547.164000', '101547.167000', '101547.170000', '101547.173000', '101547.176000', '101547.179000', '101547.181000', '101547.184000', '101547.187000', '101547.190000', '101547.193000', '101547.196000', '101547.199000', '101547.201000', '101547.204000', '101547.207000', '101547.210000', '101547.213000', '101547.216000', '101547.219000', '101547.222000', '101607.099000', '101607.102000', '101607.105000', '101607.108000', '101607.111000', '101607.114000', '101607.117000', '101607.120000', '101607.122000', '101607.125000', '101607.128000', '101607.131000', '101607.134000', '101607.137000', '101607.140000', '101607.143000', '101607.145000', '101607.148000', '101607.151000', '101607.154000', '101607.157000', '101607.160000', '101607.163000', '101607.165000', '101607.168000', '101607.171000', '101607.174000', '101607.177000', '101607.180000', '101607.183000', '101607.186000', '101607.188000', '101607.191000', '101607.194000', '101607.197000', '101607.200000', '101607.203000', '101607.206000', '101607.208000', '101607.211000', '101607.214000', '101607.217000', '101607.220000', '101608.060000', '101608.064000', '101608.067000'], 'InstanceCreationTime': ['100947.124000', '100947.127000', '100947.130000', '100947.133000', '100947.136000', '100947.139000', '100947.142000', '100947.145000', '100947.148000', '100947.151000', '100947.156000', '100947.159000', '100947.162000', '100947.165000', '100947.167000', '100947.170000', '100947.173000', '100947.176000', '100947.179000', '100947.182000', '100947.185000', '100947.187000', '100947.190000', '100947.193000', '100947.196000', '100947.199000', '100947.202000', '100947.205000', '100947.207000', '100947.210000', '100947.213000', '100947.216000', '100947.219000', '100947.221000', '100947.224000', '100947.227000', '100947.230000', '100947.233000', '100947.242000', '100947.245000', '100947.248000', '100947.251000', '100947.253000', '101007.099000', '101007.102000', '101007.105000', '101007.108000', '101007.111000', '101007.113000', '101007.116000', '101007.119000', '101007.122000', '101007.125000', '101007.127000', '101007.130000', '101007.133000', '101007.136000', '101007.139000', '101007.142000', '101007.145000', '101007.147000', '101007.150000', '101007.153000', '101007.156000', '101007.159000', '101007.162000', '101007.164000', '101007.167000', '101007.170000', '101007.173000', '101007.176000', '101007.179000', '101007.182000', '101007.184000', '101007.187000', '101007.190000', '101007.193000', '101007.196000', '101007.199000', '101007.201000', '101007.204000', '101007.207000', '101007.210000', '101007.213000', '101007.232000', '101007.235000', '101007.238000', '101027.099000', '101027.102000', '101027.105000', '101027.108000', '101027.111000', '101027.113000', '101027.116000', '101027.119000', '101027.122000', '101027.125000', '101027.128000', '101027.131000', '101027.134000', '101027.137000', '101027.139000', '101027.142000', '101027.145000', '101027.148000', '101027.151000', '101027.154000', '101027.157000', '101027.160000', '101027.163000', '101027.166000', '101027.169000', '101027.172000', '101027.175000', '101027.178000', '101027.180000', '101027.183000', '101027.186000', '101027.189000', '101027.192000', '101027.195000', '101027.198000', '101027.201000', '101027.204000', '101027.206000', '101027.209000', '101027.212000', '101027.215000', '101027.218000', '101027.221000', '101047.099000', '101047.102000', '101047.105000', '101047.108000', '101047.110000', '101047.113000', '101047.116000', '101047.119000', '101047.122000', '101047.125000', '101047.128000', '101047.130000', '101047.133000', '101047.136000', '101047.139000', '101047.142000', '101047.145000', '101047.148000', '101047.150000', '101047.153000', '101047.156000', '101047.159000', '101047.162000', '101047.165000', '101047.167000', '101047.171000', '101047.173000', '101047.176000', '101047.179000', '101047.182000', '101047.185000', '101047.193000', '101047.196000', '101047.199000', '101047.202000', '101047.205000', '101047.208000', '101047.211000', '101047.213000', '101047.216000', '101047.219000', '101047.222000', '101047.225000', '101047.228000', '101107.098000', '101107.101000', '101107.104000', '101107.107000', '101107.110000', '101107.112000', '101107.115000', '101107.118000', '101107.121000', '101107.124000', '101107.127000', '101107.130000', '101107.132000', '101107.135000', '101107.138000', '101107.141000', '101107.144000', '101107.147000', '101107.150000', '101107.153000', '101107.155000', '101107.158000', '101107.161000', '101107.164000', '101107.167000', '101107.170000', '101107.173000', '101107.176000', '101107.179000', '101107.182000', '101107.184000', '101107.187000', '101107.190000', '101107.193000', '101107.196000', '101107.199000', '101107.201000', '101107.204000', '101107.207000', '101107.210000', '101107.213000', '101107.216000', '101107.219000', '101127.099000', '101127.102000', '101127.105000', '101127.108000', '101127.110000', '101127.113000', '101127.116000', '101127.119000', '101127.122000', '101127.125000', '101127.128000', '101127.130000', '101127.133000', '101127.136000', '101127.139000', '101127.142000', '101127.145000', '101127.148000', '101127.150000', '101127.153000', '101127.156000', '101127.159000', '101127.162000', '101127.165000', '101127.168000', '101127.170000', '101127.173000', '101127.176000', '101127.179000', '101127.182000', '101127.185000', '101127.188000', '101127.190000', '101127.193000', '101127.196000', '101127.199000', '101127.202000', '101127.205000', '101127.208000', '101127.210000', '101127.213000', '101127.221000', '101127.224000', '101127.227000', '101147.099000', '101147.102000', '101147.105000', '101147.108000', '101147.111000', '101147.113000', '101147.116000', '101147.119000', '101147.122000', '101147.125000', '101147.128000', '101147.132000', '101147.135000', '101147.138000', '101147.140000', '101147.143000', '101147.146000', '101147.149000', '101147.152000', '101147.155000', '101147.158000', '101147.161000', '101147.164000', '101147.167000', '101147.169000', '101147.172000', '101147.175000', '101147.178000', '101147.181000', '101147.184000', '101147.187000', '101147.190000', '101147.193000', '101147.196000', '101147.199000', '101147.203000', '101147.216000', '101147.219000', '101147.222000', '101147.225000', '101147.227000', '101147.230000', '101147.233000', '101207.100000', '101207.103000', '101207.106000', '101207.109000', '101207.111000', '101207.114000', '101207.117000', '101207.120000', '101207.123000', '101207.126000', '101207.129000', '101207.132000', '101207.134000', '101207.137000', '101207.140000', '101207.143000', '101207.146000', '101207.149000', '101207.152000', '101207.155000', '101207.157000', '101207.160000', '101207.163000', '101207.166000', '101207.169000', '101207.172000', '101207.175000', '101207.178000', '101207.181000', '101207.183000', '101207.186000', '101207.189000', '101207.192000', '101207.195000', '101207.198000', '101207.201000', '101207.204000', '101207.206000', '101207.209000', '101207.212000', '101207.215000', '101207.218000', '101207.221000', '101207.224000', '101227.099000', '101227.102000', '101227.105000', '101227.108000', '101227.111000', '101227.114000', '101227.116000', '101227.119000', '101227.122000', '101227.125000', '101227.128000', '101227.131000', '101227.134000', '101227.137000', '101227.139000', '101227.142000', '101227.145000', '101227.148000', '101227.151000', '101227.154000', '101227.157000', '101227.160000', '101227.162000', '101227.165000', '101227.168000', '101227.171000', '101227.174000', '101227.177000', '101227.180000', '101227.183000', '101227.186000', '101227.188000', '101227.191000', '101227.195000', '101227.197000', '101227.200000', '101227.203000', '101227.206000', '101227.209000', '101227.212000', '101227.215000', '101227.218000', '101227.221000', '101247.099000', '101247.102000', '101247.105000', '101247.108000', '101247.111000', '101247.113000', '101247.116000', '101247.119000', '101247.122000', '101247.125000', '101247.128000', '101247.131000', '101247.133000', '101247.136000', '101247.139000', '101247.142000', '101247.145000', '101247.148000', '101247.151000', '101247.153000', '101247.156000', '101247.159000', '101247.162000', '101247.165000', '101247.168000', '101247.171000', '101247.173000', '101247.176000', '101247.179000', '101247.182000', '101247.185000', '101247.188000', '101247.191000', '101247.193000', '101247.196000', '101247.199000', '101247.202000', '101247.205000', '101247.208000', '101247.211000', '101247.214000', '101247.216000', '101247.219000', '101247.222000', '101307.099000', '101307.102000', '101307.105000', '101307.108000', '101307.111000', '101307.114000', '101307.116000', '101307.119000', '101307.122000', '101307.125000', '101307.128000', '101307.131000', '101307.133000', '101307.136000', '101307.139000', '101307.142000', '101307.145000', '101307.148000', '101307.151000', '101307.154000', '101307.156000', '101307.159000', '101307.162000', '101307.165000', '101307.169000', '101307.172000', '101307.175000', '101307.178000', '101307.181000', '101307.184000', '101307.187000', '101307.189000', '101307.192000', '101307.195000', '101307.198000', '101307.201000', '101307.204000', '101307.207000', '101307.210000', '101307.212000', '101307.215000', '101307.218000', '101307.221000', '101327.098000', '101327.101000', '101327.104000', '101327.107000', '101327.109000', '101327.112000', '101327.115000', '101327.118000', '101327.121000', '101327.124000', '101327.127000', '101327.130000', '101327.132000', '101327.135000', '101327.138000', '101327.141000', '101327.144000', '101327.147000', '101327.161000', '101327.164000', '101327.166000', '101327.169000', '101327.179000', '101327.182000', '101327.184000', '101327.187000', '101327.190000', '101327.193000', '101327.196000', '101327.199000', '101327.201000', '101327.204000', '101327.207000', '101327.210000', '101327.213000', '101327.216000', '101327.219000', '101327.221000', '101327.224000', '101327.227000', '101327.230000', '101327.233000', '101327.236000', '101327.239000', '101347.099000', '101347.102000', '101347.105000', '101347.111000', '101347.114000', '101347.117000', '101347.120000', '101347.123000', '101347.126000', '101347.129000', '101347.132000', '101347.135000', '101347.138000', '101347.140000', '101347.143000', '101347.146000', '101347.149000', '101347.152000', '101347.155000', '101347.158000', '101347.161000', '101347.164000', '101347.167000', '101347.169000', '101347.172000', '101347.175000', '101347.178000', '101347.181000', '101347.184000', '101347.186000', '101347.189000', '101347.192000', '101347.195000', '101347.198000', '101347.201000', '101347.204000', '101347.207000', '101347.209000', '101347.212000', '101347.215000', '101347.218000', '101347.221000', '101347.224000', '101407.099000', '101407.102000', '101407.105000', '101407.108000', '101407.110000', '101407.113000', '101407.116000', '101407.119000', '101407.122000', '101407.125000', '101407.128000', '101407.131000', '101407.133000', '101407.136000', '101407.139000', '101407.142000', '101407.145000', '101407.148000', '101407.151000', '101407.154000', '101407.156000', '101407.159000', '101407.162000', '101407.165000', '101407.168000', '101407.171000', '101407.173000', '101407.176000', '101407.179000', '101407.182000', '101407.185000', '101407.188000', '101407.191000', '101407.193000', '101407.196000', '101407.199000', '101407.202000', '101407.205000', '101407.208000', '101407.211000', '101407.214000', '101407.216000', '101407.219000', '101407.222000', '101427.099000', '101427.102000', '101427.105000', '101427.108000', '101427.111000', '101427.113000', '101427.116000', '101427.119000', '101427.122000', '101427.125000', '101427.128000', '101427.131000', '101427.134000', '101427.137000', '101427.140000', '101427.143000', '101427.145000', '101427.148000', '101427.151000', '101427.154000', '101427.157000', '101427.160000', '101427.163000', '101427.166000', '101427.168000', '101427.171000', '101427.174000', '101427.177000', '101427.180000', '101427.183000', '101427.186000', '101427.189000', '101427.192000', '101427.194000', '101427.197000', '101427.200000', '101427.203000', '101427.206000', '101427.211000', '101427.214000', '101427.216000', '101427.219000', '101427.222000', '101447.099000', '101447.102000', '101447.105000', '101447.108000', '101447.111000', '101447.114000', '101447.117000', '101447.120000', '101447.123000', '101447.125000', '101447.128000', '101447.131000', '101447.134000', '101447.137000', '101447.140000', '101447.143000', '101447.146000', '101447.148000', '101447.151000', '101447.154000', '101447.157000', '101447.160000', '101447.163000', '101447.166000', '101447.169000', '101447.171000', '101447.174000', '101447.177000', '101447.190000', '101447.193000', '101447.196000', '101447.199000', '101447.202000', '101447.204000', '101447.207000', '101447.210000', '101447.213000', '101447.216000', '101447.219000', '101447.222000', '101447.224000', '101447.227000', '101447.230000', '101447.233000', '101507.099000', '101507.102000', '101507.105000', '101507.108000', '101507.111000', '101507.114000', '101507.117000', '101507.120000', '101507.122000', '101507.126000', '101507.128000', '101507.131000', '101507.134000', '101507.137000', '101507.140000', '101507.143000', '101507.146000', '101507.149000', '101507.152000', '101507.155000', '101507.158000', '101507.161000', '101507.164000', '101507.166000', '101507.169000', '101507.172000', '101507.175000', '101507.178000', '101507.181000', '101507.184000', '101507.187000', '101507.190000', '101507.193000', '101507.196000', '101507.199000', '101507.202000', '101507.205000', '101507.208000', '101507.211000', '101507.213000', '101507.216000', '101507.219000', '101507.222000', '101527.099000', '101527.102000', '101527.106000', '101527.110000', '101527.113000', '101527.115000', '101527.118000', '101527.121000', '101527.124000', '101527.127000', '101527.130000', '101527.133000', '101527.136000', '101527.139000', '101527.141000', '101527.144000', '101527.147000', '101527.150000', '101527.153000', '101527.156000', '101527.159000', '101527.162000', '101527.172000', '101527.175000', '101527.178000', '101527.181000', '101527.184000', '101527.187000', '101527.190000', '101527.193000', '101527.196000', '101527.199000', '101527.202000', '101527.205000', '101527.208000', '101527.210000', '101527.213000', '101527.216000', '101527.221000', '101527.224000', '101527.226000', '101527.229000', '101527.232000', '101547.098000', '101547.101000', '101547.104000', '101547.107000', '101547.110000', '101547.112000', '101547.115000', '101547.118000', '101547.121000', '101547.124000', '101547.127000', '101547.130000', '101547.133000', '101547.135000', '101547.138000', '101547.141000', '101547.144000', '101547.147000', '101547.150000', '101547.153000', '101547.155000', '101547.158000', '101547.161000', '101547.164000', '101547.167000', '101547.170000', '101547.173000', '101547.176000', '101547.179000', '101547.181000', '101547.184000', '101547.187000', '101547.190000', '101547.193000', '101547.196000', '101547.199000', '101547.201000', '101547.204000', '101547.207000', '101547.210000', '101547.213000', '101547.216000', '101547.219000', '101547.222000', '101607.099000', '101607.102000', '101607.105000', '101607.108000', '101607.111000', '101607.114000', '101607.117000', '101607.120000', '101607.122000', '101607.125000', '101607.128000', '101607.131000', '101607.134000', '101607.137000', '101607.140000', '101607.143000', '101607.145000', '101607.148000', '101607.151000', '101607.154000', '101607.157000', '101607.160000', '101607.163000', '101607.165000', '101607.168000', '101607.171000', '101607.174000', '101607.177000', '101607.180000', '101607.183000', '101607.186000', '101607.188000', '101607.191000', '101607.194000', '101607.197000', '101607.200000', '101607.203000', '101607.206000', '101607.208000', '101607.211000', '101607.214000', '101607.217000', '101607.220000', '101608.060000', '101608.064000', '101608.067000'], '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': [10971, 11649, 10905, 7193, 9820, 13284, 8022, 12839, 9365, 10959, 7268, 9421, 12716, 8670, 9828, 7582, 6863, 7020, 7085, 7091, 8594, 7102, 8155, 7879, 7366, 8819, 7090, 9663, 6970, 11529, 7489, 10999, 12547, 9321, 12233, 10020, 11535, 9079, 11895, 6792, 9330, 7198, 8019, 11699, 7423, 10359, 6992, 9467, 6892, 8850, 6892, 8968, 6797, 9942, 6805, 10326, 7413, 9058, 8366, 8979, 6845, 9228, 6795, 10354, 6913, 8917, 7891, 8467, 9772, 8679, 8610, 9200, 6799, 10339, 8632, 9238, 12768, 8929, 11587, 7551, 10263, 7977, 8706, 7478, 8525, 6716, 8514, 6723, 9428, 8320, 9290, 12098, 9003, 11861, 9252, 11207, 8738, 10546, 7924, 11001, 8296, 11375, 7877, 10391, 10641, 8775, 12112, 8581, 9309, 7421, 11238, 7378, 11100, 7637, 10465, 7927, 9775, 7241, 9127, 7084, 8981, 12770, 8484, 10763, 7657, 8681, 11320, 7905, 11176, 7868, 9741, 6934, 8210, 6888, 9096, 7351, 9177, 11734, 8213, 11340, 8894, 10585, 7944, 11376, 7746, 10088, 11729, 8167, 11599, 7834, 10357, 7164, 9724, 6921, 9497, 6783, 10633, 6935, 10550, 12179, 8695, 11450, 8630, 10325, 7603, 9745, 6790, 9547, 8410, 8320, 11796, 8228, 11299, 8972, 10662, 8190, 11297, 8279, 11321, 7727, 10716, 8019, 8912, 8604, 9157, 6828, 9328, 6934, 10462, 7925, 10532, 11423, 9681, 12061, 9068, 11514, 8858, 11415, 7257, 10384, 7345, 9427, 9750, 8031, 10717, 7970, 8025, 8112, 6662, 9275, 8249, 9419, 12479, 9301, 11708, 7860, 10014, 10024, 9581, 9518, 8850, 6902, 8886, 10968, 8836, 12037, 8983, 11078, 8250, 10343, 7648, 10114, 6859, 10539, 8692, 9792, 12401, 9157, 11707, 9126, 10614, 7495, 10735, 7831, 8978, 11960, 8034, 11051, 7311, 9821, 7288, 9491, 7489, 9822, 7041, 11132, 7448, 10557, 12098, 9152, 11771, 8037, 9806, 8208, 8980, 9940, 7775, 11620, 7506, 9844, 7903, 8281, 11183, 8171, 10719, 7742, 9477, 7504, 11321, 7373, 10284, 9421, 8821, 11021, 9000, 8701, 8939, 8138, 9393, 12720, 9819, 12148, 9217, 10446, 12690, 9524, 12501, 8939, 12260, 8035, 11032, 7547, 9799, 9676, 8433, 11442, 8778, 11195, 8149, 9968, 7190, 10806, 7608, 10826, 7658, 10296, 7951, 11069, 8350, 11032, 8308, 11811, 8649, 11862, 11049, 10634, 11349, 10508, 7282, 9939, 8524, 9132, 11333, 8867, 12084, 9573, 11902, 9594, 9468, 8941, 12089, 9247, 11960, 8006, 10907, 15046, 8901, 12170, 8768, 10015, 6852, 10101, 6794, 10061, 7121, 9664, 10236, 9186, 8182, 9075, 12124, 8932, 11227, 8134, 9389, 12251, 8487, 11311, 8673, 10237, 7866, 11398, 8178, 11150, 8028, 10061, 11028, 9867, 11435, 9083, 12334, 8687, 10798, 10862, 9032, 12335, 8537, 10274, 7192, 9322, 6750, 8122, 10367, 7477, 10884, 7787, 9724, 7445, 9440, 7086, 10164, 6706, 10113, 11542, 9090, 12183, 8100, 9830, 9589, 8826, 11322, 8980, 10701, 8582, 10064, 6777, 8445, 7533, 8171, 7968, 9572, 8805, 8449, 8518, 8408, 8230, 11705, 8646, 10159, 13147, 8369, 13443, 8982, 10765, 7540, 9885, 6740, 8758, 7972, 7717, 10012, 7624, 8046, 7902, 7597, 8082, 11271, 7917, 9855, 7466, 8275, 11009, 7837, 9994, 7875, 9110, 6992, 9785, 7114, 8567, 11377, 7641, 9602, 6835, 8502, 6875, 8653, 6951, 8782, 6938, 9461, 9631, 8208, 11377, 8167, 9220, 12894, 8310, 12262, 7746, 10479, 7033, 8890, 8493, 8082, 10422, 7757, 9185, 7160, 7982, 6757, 7689, 6795, 8039, 9291, 7896, 11140, 8301, 10089, 8225, 10296, 7892, 10437, 9301, 9334, 14270, 10781, 11293, 8960, 10889, 7699, 10253, 7063, 10196, 8479, 8933, 12990, 8616, 10686, 7729, 9184, 7581, 8159, 11237, 7531, 8971, 7409, 7745, 10543, 7327, 8938, 6896, 9121, 6772, 8158, 10070, 7509, 10288, 8378, 9888, 7826, 10101, 6810, 9935, 11099, 8522, 11371, 8193, 9856, 7500, 9745, 7039, 9339, 6940, 9071, 12122, 8083, 10799, 7958, 9825, 7634, 9934, 7041, 9842, 13443, 10061, 10136, 7647, 8832, 13200, 8131, 10347, 8026, 9581, 6742, 8941, 10200, 7799, 10169, 6916, 8893, 7181, 8348, 7075, 8249, 6835, 8616, 11628, 8465, 10377, 9300, 8543, 12220, 9272, 10851, 7497, 9082, 8461, 8285, 11118, 7380, 8463, 9595, 7208, 9368, 7288, 8124, 6736, 7833, 8010, 7190, 9992, 7382, 8707, 6905, 8698, 6959, 9617, 11839, 8594, 11166, 12178, 9016, 13575, 10290, 11620, 7231, 8866, 11466, 7878, 10747, 7440, 8921, 7175, 8574, 6993, 8621, 7074, 9519, 7451, 9958, 7691, 9967, 12212, 8689, 12137, 8903, 9921, 7518, 9168, 9908, 8058, 10899, 7939, 9216, 7332, 8510, 8390, 7947, 9489, 7464, 9405, 6849, 8747, 7284, 9171, 7709, 9589, 7495, 10446, 7375, 9856, 10105, 8365, 11002, 8209, 10158, 8705, 12095, 7055, 9623, 7293, 8998, 13369, 8701, 9727, 7512, 8818, 8470, 8147, 9012, 8108, 7100, 8279, 10606, 7989, 10893, 7749, 10075, 10226, 9910, 9524, 8535, 7688, 8619, 11966, 9090, 10184, 7868, 11141, 12537, 9122, 12520, 7778, 9410, 9410, 8443, 11362, 7255, 9034, 11123, 7522, 9285, 6843, 8038, 7515, 7227, 10298, 6816, 8952, 7499, 8263, 10057, 8035, 8658, 7801, 7119, 8422, 11904, 8350, 10481, 7684, 9736, 7523, 10396, 7475, 10711, 7479, 10911, 13770, 10779, 13446, 10508, 13683, 9402, 10048, 7994, 8983, 12861, 8695, 9908, 10945, 8378, 10516, 8335, 9267, 7123, 8868, 9805, 7809, 10288, 7234, 9001, 7197, 9085, 7102, 8671, 6775, 9971, 9758, 8540, 11519, 8010, 9934, 12146, 10426, 13069, 8376, 9993, 7512, 9126, 12881, 8180, 9487, 7304, 8704, 9902, 7841, 9821, 7314, 7491, 7774, 10571, 7772, 9729, 7686, 10151, 9675, 9315, 8324, 8681, 12816, 8577, 9984, 11537, 9144, 13940, 8303, 9129, 10590, 8231, 9787, 7098, 9356, 7041, 8844, 8791, 7767, 10409, 7809, 8820, 7410, 10054, 7641, 10306, 7518, 9981, 8810, 9387, 9162, 9272, 9987, 9051, 13473, 8971, 11427, 12401, 10671, 14372, 11089, 10575, 8006, 11042, 8060, 10698, 9207, 8975, 11731, 8567, 9474, 7149, 9124, 9835, 7756, 10329, 7193, 9296, 11434, 7804, 9779, 7115, 8511], 'WindowCenter': [4286.0, 4268.0, 4254.0, 4191.0, 4230.0, 4248.0, 4197.0, 4247.0, 4216.0, 4226.0, 4173.0, 4204.0, 4235.0, 4194.0, 4214.0, 4183.0, 4150.0, 4161.0, 4160.0, 4173.0, 4202.0, 4175.0, 4196.0, 4208.0, 4187.0, 4218.0, 4188.0, 4216.0, 4177.0, 4236.0, 4187.0, 4228.0, 4247.0, 4217.0, 4237.0, 4216.0, 4226.0, 4203.0, 4221.0, 4149.0, 4189.0, 4148.0, 4170.0, 4220.0, 4171.0, 4211.0, 4162.0, 4214.0, 4176.0, 4202.0, 4174.0, 4202.0, 4163.0, 4214.0, 4164.0, 4226.0, 4186.0, 4218.0, 4207.0, 4217.0, 4175.0, 4215.0, 4164.0, 4214.0, 4172.0, 4204.0, 4194.0, 4194.0, 4215.0, 4205.0, 4206.0, 4217.0, 4165.0, 4215.0, 4192.0, 4205.0, 4246.0, 4205.0, 4222.0, 4183.0, 4225.0, 4194.0, 4203.0, 4183.0, 4192.0, 4161.0, 4191.0, 4163.0, 4204.0, 4195.0, 4230.0, 4249.0, 4219.0, 4247.0, 4217.0, 4236.0, 4204.0, 4214.0, 4182.0, 4212.0, 4194.0, 4224.0, 4183.0, 4214.0, 4213.0, 4205.0, 4234.0, 4193.0, 4202.0, 4171.0, 4210.0, 4172.0, 4224.0, 4183.0, 4225.0, 4195.0, 4215.0, 4174.0, 4204.0, 4162.0, 4193.0, 4223.0, 4182.0, 4211.0, 4169.0, 4191.0, 4209.0, 4181.0, 4222.0, 4182.0, 4202.0, 4162.0, 4180.0, 4172.0, 4205.0, 4185.0, 4217.0, 4249.0, 4208.0, 4237.0, 4207.0, 4225.0, 4197.0, 4235.0, 4172.0, 4213.0, 4224.0, 4181.0, 4223.0, 4184.0, 4215.0, 4172.0, 4201.0, 4163.0, 4201.0, 4162.0, 4225.0, 4174.0, 4226.0, 4235.0, 4207.0, 4236.0, 4193.0, 4212.0, 4182.0, 4201.0, 4160.0, 4200.0, 4180.0, 4194.0, 4222.0, 4193.0, 4225.0, 4204.0, 4214.0, 4194.0, 4212.0, 4181.0, 4211.0, 4170.0, 4211.0, 4180.0, 4203.0, 4192.0, 4202.0, 4161.0, 4203.0, 4173.0, 4238.0, 4195.0, 4229.0, 4236.0, 4216.0, 4237.0, 4206.0, 4223.0, 4192.0, 4212.0, 4171.0, 4199.0, 4160.0, 4202.0, 4202.0, 4195.0, 4226.0, 4196.0, 4195.0, 4197.0, 4176.0, 4217.0, 4209.0, 4230.0, 4248.0, 4229.0, 4250.0, 4198.0, 4228.0, 4227.0, 4216.0, 4215.0, 4205.0, 4163.0, 4204.0, 4223.0, 4204.0, 4234.0, 4204.0, 4227.0, 4207.0, 4226.0, 4185.0, 4215.0, 4165.0, 4227.0, 4205.0, 4228.0, 4236.0, 4218.0, 4249.0, 4218.0, 4213.0, 4175.0, 4224.0, 4170.0, 4191.0, 4220.0, 4182.0, 4221.0, 4174.0, 4226.0, 4185.0, 4215.0, 4186.0, 4216.0, 4186.0, 4237.0, 4200.0, 4241.0, 4250.0, 4220.0, 4240.0, 4209.0, 4229.0, 4195.0, 4205.0, 4204.0, 4173.0, 4222.0, 4172.0, 4214.0, 4182.0, 4206.0, 4236.0, 4207.0, 4226.0, 4197.0, 4216.0, 4187.0, 4237.0, 4187.0, 4226.0, 4217.0, 4230.0, 4241.0, 4220.0, 4208.0, 4217.0, 4196.0, 4217.0, 4248.0, 4230.0, 4238.0, 4207.0, 4229.0, 4248.0, 4216.0, 4224.0, 4193.0, 4222.0, 4169.0, 4209.0, 4169.0, 4202.0, 4200.0, 4193.0, 4223.0, 4194.0, 4223.0, 4184.0, 4213.0, 4174.0, 4222.0, 4184.0, 4225.0, 4187.0, 4227.0, 4197.0, 4225.0, 4207.0, 4226.0, 4196.0, 4235.0, 4206.0, 4225.0, 4225.0, 4214.0, 4223.0, 4215.0, 4172.0, 4214.0, 4192.0, 4202.0, 4211.0, 4192.0, 4223.0, 4214.0, 4225.0, 4204.0, 4203.0, 4203.0, 4223.0, 4206.0, 4224.0, 4195.0, 4225.0, 4245.0, 4203.0, 4222.0, 4192.0, 4202.0, 4150.0, 4201.0, 4163.0, 4214.0, 4178.0, 4230.0, 4229.0, 4218.0, 4195.0, 4209.0, 4236.0, 4204.0, 4223.0, 4184.0, 4203.0, 4234.0, 4194.0, 4224.0, 4193.0, 4214.0, 4196.0, 4225.0, 4207.0, 4225.0, 4196.0, 4228.0, 4227.0, 4215.0, 4224.0, 4204.0, 4223.0, 4182.0, 4227.0, 4214.0, 4193.0, 4234.0, 4193.0, 4201.0, 4160.0, 4190.0, 4150.0, 4181.0, 4200.0, 4171.0, 4211.0, 4184.0, 4217.0, 4185.0, 4215.0, 4175.0, 4227.0, 4177.0, 4228.0, 4239.0, 4218.0, 4237.0, 4184.0, 4214.0, 4203.0, 4218.0, 4236.0, 4205.0, 4225.0, 4210.0, 4198.0, 4165.0, 4179.0, 4171.0, 4193.0, 4195.0, 4215.0, 4206.0, 4208.0, 4207.0, 4196.0, 4195.0, 4237.0, 4207.0, 4217.0, 4235.0, 4196.0, 4246.0, 4204.0, 4212.0, 4172.0, 4201.0, 4149.0, 4181.0, 4180.0, 4184.0, 4214.0, 4185.0, 4196.0, 4196.0, 4185.0, 4208.0, 4238.0, 4196.0, 4215.0, 4173.0, 4195.0, 4227.0, 4200.0, 4227.0, 4196.0, 4205.0, 4178.0, 4228.0, 4176.0, 4207.0, 4224.0, 4184.0, 4215.0, 4179.0, 4218.0, 4176.0, 4207.0, 4177.0, 4206.0, 4189.0, 4242.0, 4229.0, 4210.0, 4240.0, 4209.0, 4219.0, 4250.0, 4210.0, 4238.0, 4185.0, 4214.0, 4165.0, 4205.0, 4206.0, 4195.0, 4224.0, 4186.0, 4217.0, 4188.0, 4209.0, 4176.0, 4198.0, 4175.0, 4198.0, 4217.0, 4198.0, 4240.0, 4211.0, 4230.0, 4210.0, 4230.0, 4198.0, 4229.0, 4205.0, 4206.0, 4235.0, 4216.0, 4215.0, 4207.0, 4215.0, 4185.0, 4203.0, 4165.0, 4227.0, 4194.0, 4194.0, 4234.0, 4195.0, 4214.0, 4174.0, 4193.0, 4172.0, 4172.0, 4200.0, 4160.0, 4191.0, 4174.0, 4184.0, 4212.0, 4173.0, 4191.0, 4162.0, 4202.0, 4152.0, 4183.0, 4214.0, 4187.0, 4226.0, 4196.0, 4215.0, 4185.0, 4214.0, 4165.0, 4216.0, 4214.0, 4195.0, 4225.0, 4194.0, 4205.0, 4173.0, 4204.0, 4164.0, 4205.0, 4164.0, 4205.0, 4225.0, 4186.0, 4226.0, 4196.0, 4217.0, 4187.0, 4216.0, 4176.0, 4218.0, 4250.0, 4215.0, 4205.0, 4172.0, 4206.0, 4237.0, 4185.0, 4205.0, 4184.0, 4202.0, 4152.0, 4193.0, 4201.0, 4173.0, 4212.0, 4163.0, 4204.0, 4176.0, 4195.0, 4176.0, 4208.0, 4177.0, 4208.0, 4250.0, 4221.0, 4230.0, 4219.0, 4210.0, 4250.0, 4220.0, 4228.0, 4175.0, 4194.0, 4183.0, 4197.0, 4225.0, 4172.0, 4195.0, 4217.0, 4186.0, 4204.0, 4174.0, 4184.0, 4165.0, 4185.0, 4195.0, 4177.0, 4228.0, 4200.0, 4221.0, 4191.0, 4221.0, 4202.0, 4234.0, 4240.0, 4209.0, 4242.0, 4238.0, 4210.0, 4238.0, 4217.0, 4227.0, 4174.0, 4191.0, 4211.0, 4182.0, 4212.0, 4160.0, 4191.0, 4162.0, 4193.0, 4162.0, 4195.0, 4175.0, 4204.0, 4185.0, 4217.0, 4185.0, 4216.0, 4237.0, 4197.0, 4226.0, 4196.0, 4203.0, 4173.0, 4192.0, 4189.0, 4170.0, 4212.0, 4183.0, 4193.0, 4172.0, 4193.0, 4180.0, 4181.0, 4190.0, 4161.0, 4191.0, 4163.0, 4195.0, 4186.0, 4219.0, 4199.0, 4231.0, 4191.0, 4241.0, 4203.0, 4232.0, 4218.0, 4197.0, 4229.0, 4213.0, 4227.0, 4197.0, 4226.0, 4166.0, 4205.0, 4162.0, 4194.0, 4236.0, 4207.0, 4203.0, 4173.0, 4207.0, 4208.0, 4195.0, 4205.0, 4185.0, 4174.0, 4196.0, 4226.0, 4195.0, 4225.0, 4184.0, 4216.0, 4215.0, 4218.0, 4206.0, 4197.0, 4174.0, 4195.0, 4238.0, 4207.0, 4217.0, 4198.0, 4227.0, 4226.0, 4206.0, 4225.0, 4174.0, 4192.0, 4181.0, 4181.0, 4211.0, 4161.0, 4180.0, 4212.0, 4173.0, 4193.0, 4151.0, 4172.0, 4160.0, 4162.0, 4201.0, 4163.0, 4193.0, 4174.0, 4198.0, 4216.0, 4197.0, 4207.0, 4199.0, 4179.0, 4210.0, 4239.0, 4210.0, 4231.0, 4189.0, 4220.0, 4190.0, 4229.0, 4191.0, 4229.0, 4177.0, 4228.0, 4238.0, 4228.0, 4238.0, 4216.0, 4236.0, 4195.0, 4206.0, 4184.0, 4195.0, 4223.0, 4183.0, 4203.0, 4201.0, 4185.0, 4203.0, 4184.0, 4192.0, 4163.0, 4194.0, 4202.0, 4173.0, 4213.0, 4175.0, 4206.0, 4175.0, 4206.0, 4177.0, 4208.0, 4167.0, 4218.0, 4217.0, 4207.0, 4228.0, 4198.0, 4219.0, 4227.0, 4217.0, 4238.0, 4198.0, 4205.0, 4163.0, 4193.0, 4224.0, 4184.0, 4192.0, 4174.0, 4206.0, 4204.0, 4186.0, 4204.0, 4174.0, 4173.0, 4186.0, 4217.0, 4187.0, 4220.0, 4190.0, 4230.0, 4219.0, 4209.0, 4199.0, 4209.0, 4239.0, 4196.0, 4206.0, 4226.0, 4207.0, 4236.0, 4197.0, 4207.0, 4204.0, 4183.0, 4201.0, 4162.0, 4202.0, 4162.0, 4204.0, 4193.0, 4186.0, 4240.0, 4200.0, 4209.0, 4188.0, 4218.0, 4201.0, 4230.0, 4189.0, 4221.0, 4210.0, 4211.0, 4208.0, 4210.0, 4208.0, 4196.0, 4227.0, 4194.0, 4214.0, 4224.0, 4205.0, 4223.0, 4215.0, 4203.0, 4172.0, 4213.0, 4185.0, 4215.0, 4192.0, 4194.0, 4227.0, 4196.0, 4203.0, 4163.0, 4192.0, 4191.0, 4173.0, 4203.0, 4163.0, 4206.0, 4226.0, 4174.0, 4205.0, 4177.0, 4209.0], 'WindowWidth': [9471.0, 9431.0, 9404.0, 9313.0, 9362.0, 9381.0, 9312.0, 9380.0, 9335.0, 9347.0, 9271.0, 9316.0, 9357.0, 9301.0, 9329.0, 9285.0, 9234.0, 9250.0, 9252.0, 9274.0, 9311.0, 9279.0, 9308.0, 9328.0, 9300.0, 9340.0, 9301.0, 9335.0, 9285.0, 9361.0, 9295.0, 9353.0, 9379.0, 9338.0, 9363.0, 9334.0, 9347.0, 9311.0, 9332.0, 9232.0, 9284.0, 9229.0, 9260.0, 9328.0, 9265.0, 9317.0, 9256.0, 9327.0, 9282.0, 9310.0, 9274.0, 9308.0, 9261.0, 9327.0, 9265.0, 9349.0, 9294.0, 9340.0, 9326.0, 9338.0, 9280.0, 9332.0, 9263.0, 9329.0, 9270.0, 9312.0, 9301.0, 9301.0, 9331.0, 9318.0, 9319.0, 9337.0, 9264.0, 9330.0, 9295.0, 9316.0, 9378.0, 9316.0, 9336.0, 9284.0, 9343.0, 9303.0, 9311.0, 9288.0, 9297.0, 9253.0, 9293.0, 9258.0, 9314.0, 9305.0, 9364.0, 9384.0, 9343.0, 9381.0, 9339.0, 9362.0, 9316.0, 9326.0, 9282.0, 9320.0, 9302.0, 9341.0, 9284.0, 9326.0, 9325.0, 9318.0, 9356.0, 9299.0, 9307.0, 9266.0, 9316.0, 9270.0, 9340.0, 9286.0, 9345.0, 9306.0, 9331.0, 9275.0, 9313.0, 9254.0, 9296.0, 9336.0, 9278.0, 9318.0, 9258.0, 9289.0, 9313.0, 9279.0, 9336.0, 9283.0, 9307.0, 9255.0, 9274.0, 9269.0, 9318.0, 9293.0, 9336.0, 9384.0, 9329.0, 9365.0, 9322.0, 9344.0, 9311.0, 9358.0, 9267.0, 9322.0, 9340.0, 9278.0, 9335.0, 9288.0, 9329.0, 9269.0, 9304.0, 9256.0, 9304.0, 9256.0, 9342.0, 9275.0, 9346.0, 9357.0, 9324.0, 9360.0, 9298.0, 9320.0, 9281.0, 9303.0, 9251.0, 9301.0, 9275.0, 9300.0, 9336.0, 9298.0, 9341.0, 9312.0, 9326.0, 9299.0, 9319.0, 9278.0, 9316.0, 9261.0, 9318.0, 9274.0, 9311.0, 9296.0, 9306.0, 9252.0, 9309.0, 9271.0, 9366.0, 9303.0, 9353.0, 9359.0, 9333.0, 9365.0, 9320.0, 9337.0, 9294.0, 9318.0, 9263.0, 9298.0, 9246.0, 9306.0, 9305.0, 9304.0, 9347.0, 9307.0, 9304.0, 9308.0, 9280.0, 9336.0, 9330.0, 9360.0, 9380.0, 9356.0, 9385.0, 9313.0, 9354.0, 9353.0, 9334.0, 9330.0, 9315.0, 9256.0, 9312.0, 9337.0, 9314.0, 9355.0, 9315.0, 9349.0, 9323.0, 9348.0, 9290.0, 9327.0, 9261.0, 9349.0, 9316.0, 9353.0, 9360.0, 9337.0, 9384.0, 9337.0, 9323.0, 9274.0, 9338.0, 9261.0, 9290.0, 9328.0, 9278.0, 9330.0, 9275.0, 9347.0, 9293.0, 9329.0, 9294.0, 9331.0, 9295.0, 9362.0, 9319.0, 9375.0, 9386.0, 9343.0, 9370.0, 9332.0, 9356.0, 9304.0, 9314.0, 9311.0, 9268.0, 9332.0, 9268.0, 9324.0, 9281.0, 9321.0, 9362.0, 9323.0, 9346.0, 9310.0, 9335.0, 9298.0, 9364.0, 9296.0, 9347.0, 9337.0, 9359.0, 9376.0, 9344.0, 9324.0, 9336.0, 9306.0, 9334.0, 9383.0, 9358.0, 9367.0, 9320.0, 9356.0, 9377.0, 9330.0, 9336.0, 9295.0, 9331.0, 9258.0, 9310.0, 9256.0, 9304.0, 9298.0, 9296.0, 9339.0, 9300.0, 9336.0, 9286.0, 9325.0, 9272.0, 9333.0, 9287.0, 9342.0, 9295.0, 9349.0, 9308.0, 9343.0, 9322.0, 9346.0, 9304.0, 9357.0, 9318.0, 9342.0, 9341.0, 9327.0, 9335.0, 9328.0, 9265.0, 9326.0, 9292.0, 9307.0, 9316.0, 9294.0, 9335.0, 9325.0, 9340.0, 9312.0, 9308.0, 9310.0, 9337.0, 9317.0, 9338.0, 9303.0, 9340.0, 9371.0, 9310.0, 9333.0, 9294.0, 9305.0, 9235.0, 9301.0, 9257.0, 9325.0, 9285.0, 9359.0, 9354.0, 9335.0, 9303.0, 9325.0, 9359.0, 9312.0, 9335.0, 9284.0, 9309.0, 9356.0, 9298.0, 9337.0, 9298.0, 9325.0, 9304.0, 9342.0, 9321.0, 9342.0, 9305.0, 9352.0, 9348.0, 9330.0, 9338.0, 9311.0, 9335.0, 9278.0, 9347.0, 9324.0, 9295.0, 9353.0, 9296.0, 9302.0, 9248.0, 9287.0, 9235.0, 9276.0, 9300.0, 9264.0, 9318.0, 9287.0, 9334.0, 9291.0, 9330.0, 9278.0, 9346.0, 9283.0, 9351.0, 9369.0, 9339.0, 9362.0, 9285.0, 9325.0, 9309.0, 9339.0, 9362.0, 9315.0, 9345.0, 9330.0, 9295.0, 9262.0, 9268.0, 9262.0, 9294.0, 9301.0, 9331.0, 9321.0, 9324.0, 9322.0, 9305.0, 9304.0, 9361.0, 9321.0, 9334.0, 9354.0, 9303.0, 9375.0, 9313.0, 9320.0, 9265.0, 9300.0, 9232.0, 9276.0, 9273.0, 9285.0, 9328.0, 9288.0, 9305.0, 9306.0, 9288.0, 9327.0, 9368.0, 9307.0, 9329.0, 9268.0, 9301.0, 9350.0, 9320.0, 9348.0, 9307.0, 9314.0, 9284.0, 9352.0, 9282.0, 9322.0, 9340.0, 9287.0, 9329.0, 9292.0, 9342.0, 9283.0, 9322.0, 9282.0, 9319.0, 9303.0, 9378.0, 9355.0, 9330.0, 9370.0, 9326.0, 9342.0, 9386.0, 9332.0, 9364.0, 9289.0, 9324.0, 9258.0, 9314.0, 9319.0, 9303.0, 9340.0, 9292.0, 9336.0, 9301.0, 9329.0, 9281.0, 9310.0, 9278.0, 9313.0, 9336.0, 9314.0, 9372.0, 9333.0, 9356.0, 9329.0, 9355.0, 9313.0, 9353.0, 9314.0, 9317.0, 9355.0, 9328.0, 9328.0, 9322.0, 9326.0, 9285.0, 9308.0, 9260.0, 9347.0, 9298.0, 9298.0, 9352.0, 9300.0, 9324.0, 9269.0, 9294.0, 9262.0, 9262.0, 9296.0, 9244.0, 9286.0, 9272.0, 9286.0, 9320.0, 9268.0, 9290.0, 9255.0, 9306.0, 9240.0, 9284.0, 9325.0, 9296.0, 9345.0, 9307.0, 9328.0, 9291.0, 9326.0, 9261.0, 9331.0, 9325.0, 9299.0, 9339.0, 9298.0, 9312.0, 9269.0, 9311.0, 9257.0, 9313.0, 9257.0, 9313.0, 9341.0, 9291.0, 9344.0, 9305.0, 9333.0, 9293.0, 9331.0, 9278.0, 9335.0, 9384.0, 9329.0, 9313.0, 9264.0, 9317.0, 9360.0, 9287.0, 9312.0, 9284.0, 9303.0, 9238.0, 9294.0, 9303.0, 9268.0, 9319.0, 9256.0, 9312.0, 9279.0, 9303.0, 9282.0, 9326.0, 9281.0, 9325.0, 9385.0, 9349.0, 9358.0, 9341.0, 9332.0, 9387.0, 9344.0, 9348.0, 9276.0, 9297.0, 9281.0, 9307.0, 9339.0, 9265.0, 9302.0, 9335.0, 9293.0, 9313.0, 9272.0, 9284.0, 9260.0, 9290.0, 9302.0, 9283.0, 9352.0, 9319.0, 9348.0, 9308.0, 9347.0, 9326.0, 9369.0, 9371.0, 9326.0, 9376.0, 9362.0, 9329.0, 9366.0, 9332.0, 9350.0, 9270.0, 9289.0, 9314.0, 9278.0, 9318.0, 9246.0, 9290.0, 9251.0, 9293.0, 9253.0, 9300.0, 9275.0, 9311.0, 9289.0, 9333.0, 9286.0, 9332.0, 9362.0, 9306.0, 9344.0, 9303.0, 9306.0, 9266.0, 9289.0, 9281.0, 9257.0, 9317.0, 9278.0, 9293.0, 9265.0, 9293.0, 9271.0, 9276.0, 9285.0, 9249.0, 9289.0, 9255.0, 9301.0, 9292.0, 9338.0, 9317.0, 9360.0, 9307.0, 9373.0, 9326.0, 9362.0, 9336.0, 9306.0, 9354.0, 9338.0, 9348.0, 9306.0, 9344.0, 9263.0, 9312.0, 9251.0, 9294.0, 9358.0, 9321.0, 9309.0, 9267.0, 9323.0, 9325.0, 9305.0, 9315.0, 9288.0, 9271.0, 9304.0, 9343.0, 9303.0, 9342.0, 9286.0, 9332.0, 9326.0, 9335.0, 9315.0, 9304.0, 9269.0, 9299.0, 9362.0, 9321.0, 9335.0, 9311.0, 9346.0, 9342.0, 9315.0, 9338.0, 9267.0, 9288.0, 9272.0, 9272.0, 9313.0, 9246.0, 9271.0, 9315.0, 9266.0, 9292.0, 9234.0, 9262.0, 9245.0, 9251.0, 9302.0, 9254.0, 9295.0, 9273.0, 9310.0, 9330.0, 9309.0, 9321.0, 9313.0, 9287.0, 9330.0, 9365.0, 9330.0, 9356.0, 9301.0, 9342.0, 9302.0, 9353.0, 9306.0, 9353.0, 9281.0, 9350.0, 9363.0, 9347.0, 9363.0, 9330.0, 9357.0, 9298.0, 9314.0, 9282.0, 9301.0, 9337.0, 9278.0, 9305.0, 9299.0, 9283.0, 9305.0, 9280.0, 9290.0, 9252.0, 9297.0, 9305.0, 9268.0, 9321.0, 9275.0, 9316.0, 9275.0, 9315.0, 9280.0, 9323.0, 9270.0, 9338.0, 9334.0, 9322.0, 9349.0, 9310.0, 9339.0, 9346.0, 9332.0, 9363.0, 9309.0, 9313.0, 9253.0, 9291.0, 9333.0, 9282.0, 9291.0, 9269.0, 9317.0, 9312.0, 9289.0, 9310.0, 9270.0, 9269.0, 9290.0, 9332.0, 9295.0, 9340.0, 9301.0, 9356.0, 9339.0, 9327.0, 9312.0, 9325.0, 9364.0, 9303.0, 9314.0, 9341.0, 9318.0, 9355.0, 9305.0, 9318.0, 9307.0, 9279.0, 9301.0, 9250.0, 9305.0, 9251.0, 9311.0, 9295.0, 9292.0, 9370.0, 9317.0, 9326.0, 9299.0, 9337.0, 9318.0, 9355.0, 9299.0, 9345.0, 9327.0, 9330.0, 9323.0, 9326.0, 9319.0, 9301.0, 9345.0, 9295.0, 9323.0, 9335.0, 9312.0, 9334.0, 9323.0, 9305.0, 9263.0, 9319.0, 9287.0, 9327.0, 9290.0, 9295.0, 9345.0, 9303.0, 9306.0, 9252.0, 9288.0, 9285.0, 9264.0, 9306.0, 9252.0, 9316.0, 9342.0, 9271.0, 9312.0, 9281.0, 9326.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.004973960964408725</td></tr>
<tr><td colspan=3>aqi</td><td>0.05448969414466131</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.166141617367806</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.126574162172413</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0025997784597698</td></tr>
<tr><td colspan=3>efc</td><td>0.4391</td></tr>
<tr><td colspan=3>fber</td><td>7910.1616</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1486345285737395</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>154</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.680826636050515</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.61207311347443</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4776448500192525</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8560263864524793</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.502548103951558</td></tr>
<tr><td colspan=3>gcor</td><td>0.0051969</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00903541874140501</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03462919965386391</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.806906682751631</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>26.3372</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.5644</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.5993</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308893.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>591.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.6959</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9178</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.0273</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3442.1493</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3673.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67651.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1094.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>964.8182</td></tr>
<tr><td colspan=3>tsnr</td><td>28.851115683210082</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>