ds005256-mriqc/sub-0008_ses-03_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 72002baa0b [DATALAD RUNCMD] Compute MRIQC for sub-0008
=== 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-0008 --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-0008",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:22:12 +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-0008_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0008_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0008/ses-03/func/sub-0008_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2f67a748e19fcb8d158a20a19f4460ab</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>12:43:19.172500</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.999853, -0.00516441, 0.0163496, 0.00436266, 0.998804, 0.0486991]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0782262</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7721, -7323, 627, -126, -68, -82, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.29</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dbfb2676-81bf-4410-add0-528db07227e0||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.682532548904419, 0.011704706586897373, 0.04477011412382126, 110.2308349609375], [0.01385573111474514, 2.679718017578125, 0.1312757432460785, -102.80046844482422], [0.043864719569683075, -0.13065621256828308, 2.6964352130889893, -67.72127532958984], [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': ['124319.172500', '124319.632500', '124320.092500', '124320.552500', '124321.012500', '124321.472500', '124321.932500', '124322.392500', '124322.852500', '124323.312500', '124323.772500', '124324.232500', '124324.692500', '124325.152500', '124325.612500', '124326.072500', '124326.532500', '124326.992500', '124327.452500', '124327.912500', '124328.372500', '124328.832500', '124329.292500', '124329.752500', '124330.212500', '124330.672500', '124331.132500', '124331.592500', '124332.052500', '124332.512500', '124332.972500', '124333.432500', '124333.892500', '124334.352500', '124334.812500', '124335.272500', '124335.732500', '124336.192500', '124336.652500', '124337.112500', '124337.572500', '124338.032500', '124338.492500', '124338.952500', '124339.412500', '124339.872500', '124340.332500', '124340.792500', '124341.252500', '124341.712500', '124342.172500', '124342.632500', '124343.092500', '124343.552500', '124344.012500', '124344.472500', '124344.932500', '124345.392500', '124345.852500', '124346.312500', '124346.772500', '124347.232500', '124347.692500', '124348.152500', '124348.612500', '124349.072500', '124349.532500', '124349.992500', '124350.452500', '124350.912500', '124351.372500', '124351.832500', '124352.292500', '124352.752500', '124353.212500', '124353.672500', '124354.132500', '124354.592500', '124355.052500', '124355.512500', '124355.972500', '124356.432500', '124356.892500', '124357.352500', '124357.812500', '124358.272500', '124358.732500', '124359.192500', '124359.652500', '124400.112500', '124400.572500', '124401.032500', '124401.492500', '124401.952500', '124402.412500', '124402.872500', '124403.332500', '124403.792500', '124404.252500', '124404.712500', '124405.172500', '124405.632500', '124406.092500', '124406.552500', '124407.012500', '124407.472500', '124407.932500', '124408.392500', '124408.852500', '124409.312500', '124409.772500', '124410.232500', '124410.692500', '124411.152500', '124411.612500', '124412.072500', '124412.532500', '124412.992500', '124413.452500', '124413.912500', '124414.372500', '124414.832500', '124415.292500', '124415.752500', '124416.212500', '124416.672500', '124417.132500', '124417.592500', '124418.052500', '124418.512500', '124418.972500', '124419.432500', '124419.892500', '124420.352500', '124420.812500', '124421.272500', '124421.732500', '124422.192500', '124422.652500', '124423.112500', '124423.572500', '124424.032500', '124424.492500', '124424.952500', '124425.412500', '124425.872500', '124426.332500', '124426.792500', '124427.252500', '124427.712500', '124428.172500', '124428.632500', '124429.092500', '124429.552500', '124430.012500', '124430.472500', '124430.932500', '124431.392500', '124431.852500', '124432.312500', '124432.772500', '124433.232500', '124433.692500', '124434.152500', '124434.612500', '124435.072500', '124435.532500', '124435.992500', '124436.452500', '124436.912500', '124437.372500', '124437.832500', '124438.292500', '124438.752500', '124439.212500', '124439.672500', '124440.132500', '124440.592500', '124441.052500', '124441.512500', '124441.972500', '124442.432500', '124442.892500', '124443.352500', '124443.812500', '124444.272500', '124444.732500', '124445.192500', '124445.652500', '124446.112500', '124446.572500', '124447.032500', '124447.492500', '124447.952500', '124448.412500', '124448.872500', '124449.332500', '124449.792500', '124450.252500', '124450.712500', '124451.172500', '124451.632500', '124452.092500', '124452.552500', '124453.012500', '124453.472500', '124453.932500', '124454.392500', '124454.852500', '124455.312500', '124455.772500', '124456.232500', '124456.692500', '124457.152500', '124457.612500', '124458.072500', '124458.532500', '124458.992500', '124459.452500', '124459.912500', '124500.372500', '124500.832500', '124501.292500', '124501.752500', '124502.212500', '124502.672500', '124503.132500', '124503.592500', '124504.052500', '124504.512500', '124504.972500', '124505.432500', '124505.892500', '124506.352500', '124506.812500', '124507.272500', '124507.732500', '124508.192500', '124508.652500', '124509.112500', '124509.572500', '124510.032500', '124510.492500', '124510.952500', '124511.412500', '124511.872500', '124512.332500', '124512.792500', '124513.252500', '124513.712500', '124514.172500', '124514.632500', '124515.092500', '124515.552500', '124516.012500', '124516.472500', '124516.932500', '124517.392500', '124517.852500', '124518.312500', '124518.772500', '124519.232500', '124519.692500', '124520.152500', '124520.612500', '124521.072500', '124521.532500', '124521.992500', '124522.452500', '124522.912500', '124523.372500', '124523.832500', '124524.292500', '124524.752500', '124525.212500', '124525.672500', '124526.132500', '124526.592500', '124527.052500', '124527.512500', '124527.972500', '124528.432500', '124528.892500', '124529.352500', '124529.812500', '124530.272500', '124530.732500', '124531.192500', '124531.652500', '124532.112500', '124532.572500', '124533.032500', '124533.492500', '124533.952500', '124534.412500', '124534.872500', '124535.332500', '124535.792500', '124536.252500', '124536.712500', '124537.172500', '124537.632500', '124538.092500', '124538.552500', '124539.012500', '124539.472500', '124539.932500', '124540.392500', '124540.852500', '124541.312500', '124541.772500', '124542.232500', '124542.692500', '124543.152500', '124543.612500', '124544.072500', '124544.532500', '124544.992500', '124545.452500', '124545.912500', '124546.372500', '124546.832500', '124547.292500', '124547.752500', '124548.212500', '124548.672500', '124549.132500', '124549.592500', '124550.052500', '124550.512500', '124550.972500', '124551.432500', '124551.892500', '124552.352500', '124552.812500', '124553.272500', '124553.732500', '124554.192500', '124554.652500', '124555.112500', '124555.572500', '124556.032500', '124556.492500', '124556.952500', '124557.412500', '124557.872500', '124558.332500', '124558.792500', '124559.252500', '124559.712500', '124600.172500', '124600.632500', '124601.092500', '124601.552500', '124602.012500', '124602.472500', '124602.932500', '124603.392500', '124603.852500', '124604.312500', '124604.772500', '124605.232500', '124605.692500', '124606.152500', '124606.612500', '124607.072500', '124607.532500', '124607.992500', '124608.452500', '124608.912500', '124609.372500', '124609.832500', '124610.292500', '124610.752500', '124611.212500', '124611.672500', '124612.132500', '124612.592500', '124613.052500', '124613.512500', '124613.972500', '124614.432500', '124614.892500', '124615.352500', '124615.812500', '124616.272500', '124616.732500', '124617.192500', '124617.652500', '124618.112500', '124618.572500', '124619.032500', '124619.492500', '124619.952500', '124620.412500', '124620.872500', '124621.332500', '124621.792500', '124622.252500', '124622.712500', '124623.172500', '124623.632500', '124624.092500', '124624.552500', '124625.012500', '124625.472500', '124625.932500', '124626.392500', '124626.852500', '124627.312500', '124627.772500', '124628.232500', '124628.692500', '124629.152500', '124629.612500', '124630.072500', '124630.532500', '124630.992500', '124631.452500', '124631.912500', '124632.372500', '124632.832500', '124633.292500', '124633.752500', '124634.212500', '124634.672500', '124635.132500', '124635.592500', '124636.052500', '124636.512500', '124636.972500', '124637.432500', '124637.892500', '124638.352500', '124638.812500', '124639.272500', '124639.732500', '124640.192500', '124640.652500', '124641.112500', '124641.572500', '124642.032500', '124642.492500', '124642.952500', '124643.412500', '124643.872500', '124644.332500', '124644.792500', '124645.252500', '124645.712500', '124646.172500', '124646.632500', '124647.092500', '124647.552500', '124648.012500', '124648.472500', '124648.932500', '124649.392500', '124649.852500', '124650.312500', '124650.772500', '124651.232500', '124651.692500', '124652.152500', '124652.612500', '124653.072500', '124653.532500', '124653.992500', '124654.452500', '124654.912500', '124655.372500', '124655.832500', '124656.292500', '124656.752500', '124657.212500', '124657.672500', '124658.132500', '124658.592500', '124659.052500', '124659.512500', '124659.972500', '124700.432500', '124700.892500', '124701.352500', '124701.812500', '124702.272500', '124702.732500', '124703.192500', '124703.652500', '124704.112500', '124704.572500', '124705.032500', '124705.492500', '124705.952500', '124706.412500', '124706.872500', '124707.332500', '124707.792500', '124708.252500', '124708.712500', '124709.172500', '124709.632500', '124710.092500', '124710.552500', '124711.012500', '124711.472500', '124711.932500', '124712.392500', '124712.852500', '124713.312500', '124713.772500', '124714.232500', '124714.692500', '124715.152500', '124715.612500', '124716.072500', '124716.532500', '124716.992500', '124717.452500', '124717.912500', '124718.372500', '124718.832500', '124719.292500', '124719.752500', '124720.212500', '124720.672500', '124721.132500', '124721.592500', '124722.052500', '124722.512500', '124722.972500', '124723.432500', '124723.892500', '124724.352500', '124724.812500', '124725.272500', '124725.732500', '124726.192500', '124726.652500', '124727.112500', '124727.572500', '124728.032500', '124728.492500', '124728.952500', '124729.412500', '124729.872500', '124730.332500', '124730.792500', '124731.252500', '124731.712500', '124732.172500', '124732.632500', '124733.092500', '124733.552500', '124734.012500', '124734.472500', '124734.932500', '124735.392500', '124735.852500', '124736.312500', '124736.772500', '124737.232500', '124737.692500', '124738.152500', '124738.612500', '124739.072500', '124739.532500', '124739.992500', '124740.452500', '124740.912500', '124741.372500', '124741.832500', '124742.292500', '124742.752500', '124743.212500', '124743.672500', '124744.132500', '124744.592500', '124745.052500', '124745.512500', '124745.972500', '124746.432500', '124746.892500', '124747.352500', '124747.812500', '124748.272500', '124748.732500', '124749.192500', '124749.652500', '124750.112500', '124750.572500', '124751.032500', '124751.492500', '124751.952500', '124752.412500', '124752.872500', '124753.332500', '124753.792500', '124754.252500', '124754.712500', '124755.172500', '124755.632500', '124756.092500', '124756.552500', '124757.012500', '124757.472500', '124757.932500', '124758.392500', '124758.852500', '124759.312500', '124759.772500', '124800.232500', '124800.692500', '124801.152500', '124801.612500', '124802.072500', '124802.532500', '124802.992500', '124803.452500', '124803.912500', '124804.372500', '124804.832500', '124805.292500', '124805.752500', '124806.212500', '124806.672500', '124807.132500', '124807.592500', '124808.052500', '124808.512500', '124808.972500', '124809.432500', '124809.892500', '124810.352500', '124810.812500', '124811.272500', '124811.732500', '124812.192500', '124812.652500', '124813.112500', '124813.572500', '124814.032500', '124814.492500', '124814.952500', '124815.412500', '124815.872500', '124816.332500', '124816.792500', '124817.252500', '124817.712500', '124818.172500', '124818.632500', '124819.092500', '124819.552500', '124820.012500', '124820.472500', '124820.932500', '124821.392500', '124821.852500', '124822.312500', '124822.772500', '124823.232500', '124823.692500', '124824.152500', '124824.612500', '124825.072500', '124825.532500', '124825.992500', '124826.452500', '124826.912500', '124827.372500', '124827.832500', '124828.292500', '124828.752500', '124829.212500', '124829.672500', '124830.132500', '124830.592500', '124831.052500', '124831.512500', '124831.972500', '124832.432500', '124832.892500', '124833.352500', '124833.812500', '124834.272500', '124834.732500', '124835.192500', '124835.652500', '124836.112500', '124836.572500', '124837.032500', '124837.492500', '124837.952500', '124838.412500', '124838.872500', '124839.332500', '124839.792500', '124840.252500', '124840.712500', '124841.172500', '124841.632500', '124842.092500', '124842.552500', '124843.012500', '124843.472500', '124843.932500', '124844.392500', '124844.852500', '124845.312500', '124845.772500', '124846.232500', '124846.692500', '124847.152500', '124847.612500', '124848.072500', '124848.532500', '124848.992500', '124849.452500', '124849.912500', '124850.372500', '124850.832500', '124851.292500', '124851.752500', '124852.212500', '124852.672500', '124853.132500', '124853.592500', '124854.052500', '124854.512500', '124854.972500', '124855.432500', '124855.892500', '124856.352500', '124856.812500', '124857.272500', '124857.732500', '124858.192500', '124858.652500', '124859.112500', '124859.572500', '124900.032500', '124900.492500', '124900.952500', '124901.412500', '124901.872500', '124902.332500', '124902.792500', '124903.252500', '124903.712500', '124904.172500', '124904.632500', '124905.092500', '124905.552500', '124906.012500', '124906.472500', '124906.932500', '124907.392500', '124907.852500', '124908.312500', '124908.772500', '124909.232500', '124909.692500', '124910.152500', '124910.612500', '124911.072500', '124911.532500', '124911.992500', '124912.452500', '124912.912500', '124913.372500', '124913.832500', '124914.292500', '124914.752500', '124915.212500', '124915.672500', '124916.132500', '124916.592500', '124917.052500', '124917.512500', '124917.972500', '124918.432500', '124918.892500', '124919.352500', '124919.812500', '124920.272500', '124920.732500', '124921.192500', '124921.652500', '124922.112500', '124922.572500', '124923.032500', '124923.492500', '124923.952500', '124924.412500', '124924.872500', '124925.332500', '124925.792500', '124926.252500', '124926.712500', '124927.172500', '124927.632500', '124928.092500', '124928.552500', '124929.012500', '124929.472500', '124929.932500', '124930.392500', '124930.852500', '124931.312500', '124931.772500', '124932.232500', '124932.692500', '124933.152500', '124933.612500', '124934.072500', '124934.532500', '124934.992500', '124935.452500', '124935.912500', '124936.372500', '124936.832500', '124937.292500', '124937.752500', '124938.212500', '124938.672500', '124939.132500', '124939.592500', '124940.052500', '124940.512500', '124940.972500', '124941.432500', '124941.892500', '124942.352500', '124942.812500', '124943.272500', '124943.732500', '124944.192500', '124944.652500', '124945.112500', '124945.572500', '124946.032500', '124946.492500', '124946.952500', '124947.412500', '124947.872500', '124948.332500', '124948.792500', '124949.252500', '124949.712500', '124950.172500', '124950.632500', '124951.092500', '124951.552500', '124952.012500', '124952.472500', '124952.932500', '124953.392500', '124953.852500', '124954.312500', '124954.772500', '124955.232500', '124955.692500', '124956.152500', '124956.612500', '124957.072500', '124957.532500', '124957.992500', '124958.452500', '124958.912500', '124959.372500', '124959.832500'], 'ContentTime': ['124344.187000', '124344.191000', '124344.194000', '124344.197000', '124344.200000', '124344.202000', '124344.205000', '124344.208000', '124344.211000', '124344.222000', '124344.225000', '124344.228000', '124344.231000', '124344.234000', '124344.237000', '124344.240000', '124344.242000', '124344.268000', '124344.271000', '124344.274000', '124344.276000', '124344.279000', '124344.282000', '124344.285000', '124344.288000', '124344.291000', '124344.294000', '124344.306000', '124344.309000', '124344.311000', '124344.314000', '124344.317000', '124344.320000', '124344.323000', '124344.326000', '124344.329000', '124344.332000', '124344.334000', '124344.337000', '124344.340000', '124344.343000', '124344.346000', '124344.349000', '124344.352000', '124344.355000', '124344.358000', '124344.361000', '124344.364000', '124344.366000', '124344.369000', '124344.372000', '124344.375000', '124404.110000', '124404.113000', '124404.116000', '124404.119000', '124404.122000', '124404.124000', '124404.127000', '124404.130000', '124404.134000', '124404.137000', '124404.140000', '124404.142000', '124404.145000', '124404.148000', '124404.151000', '124404.154000', '124404.157000', '124404.160000', '124404.163000', '124404.166000', '124404.169000', '124404.171000', '124404.174000', '124404.182000', '124404.185000', '124404.188000', '124404.190000', '124404.193000', '124404.196000', '124404.199000', '124404.202000', '124404.205000', '124404.221000', '124404.224000', '124404.226000', '124404.229000', '124404.232000', '124404.235000', '124404.238000', '124404.241000', '124404.244000', '124404.246000', '124404.249000', '124404.252000', '124424.110000', '124424.113000', '124424.116000', '124424.119000', '124424.122000', '124424.124000', '124424.127000', '124424.130000', '124424.133000', '124424.136000', '124424.138000', '124424.141000', '124424.144000', '124424.147000', '124424.150000', '124424.153000', '124424.156000', '124424.159000', '124424.162000', '124424.164000', '124424.167000', '124424.170000', '124424.179000', '124424.182000', '124424.185000', '124424.188000', '124424.190000', '124424.193000', '124424.196000', '124424.199000', '124424.202000', '124424.205000', '124424.208000', '124424.211000', '124424.213000', '124424.216000', '124424.219000', '124424.222000', '124424.225000', '124424.228000', '124424.231000', '124424.233000', '124424.236000', '124444.109000', '124444.112000', '124444.115000', '124444.118000', '124444.120000', '124444.123000', '124444.126000', '124444.129000', '124444.132000', '124444.135000', '124444.137000', '124444.140000', '124444.143000', '124444.146000', '124444.149000', '124444.152000', '124444.155000', '124444.158000', '124444.160000', '124444.163000', '124444.166000', '124444.169000', '124444.172000', '124444.175000', '124444.178000', '124444.180000', '124444.183000', '124444.186000', '124444.189000', '124444.192000', '124444.195000', '124444.198000', '124444.200000', '124444.203000', '124444.206000', '124444.209000', '124444.216000', '124444.219000', '124444.222000', '124444.225000', '124444.228000', '124444.231000', '124444.233000', '124444.236000', '124504.109000', '124504.112000', '124504.115000', '124504.118000', '124504.121000', '124504.124000', '124504.126000', '124504.129000', '124504.132000', '124504.135000', '124504.138000', '124504.141000', '124504.143000', '124504.146000', '124504.149000', '124504.152000', '124504.155000', '124504.158000', '124504.161000', '124504.164000', '124504.166000', '124504.169000', '124504.172000', '124504.175000', '124504.178000', '124504.181000', '124504.183000', '124504.186000', '124504.189000', '124504.192000', '124504.195000', '124504.198000', '124504.201000', '124504.205000', '124504.208000', '124504.211000', '124504.214000', '124504.217000', '124504.220000', '124504.223000', '124504.225000', '124504.228000', '124504.231000', '124524.109000', '124524.112000', '124524.115000', '124524.118000', '124524.120000', '124524.123000', '124524.131000', '124524.134000', '124524.137000', '124524.140000', '124524.143000', '124524.146000', '124524.148000', '124524.151000', '124524.154000', '124524.157000', '124524.160000', '124524.163000', '124524.166000', '124524.169000', '124524.172000', '124524.174000', '124524.177000', '124524.180000', '124524.183000', '124524.186000', '124524.189000', '124524.191000', '124524.194000', '124524.197000', '124524.200000', '124524.203000', '124524.206000', '124524.209000', '124524.212000', '124524.215000', '124524.217000', '124524.220000', '124524.223000', '124524.226000', '124524.229000', '124524.232000', '124524.235000', '124524.238000', '124544.110000', '124544.113000', '124544.116000', '124544.119000', '124544.121000', '124544.124000', '124544.127000', '124544.130000', '124544.133000', '124544.136000', '124544.138000', '124544.141000', '124544.144000', '124544.147000', '124544.150000', '124544.153000', '124544.156000', '124544.159000', '124544.162000', '124544.164000', '124544.167000', '124544.170000', '124544.173000', '124544.176000', '124544.179000', '124544.182000', '124544.184000', '124544.199000', '124544.202000', '124544.205000', '124544.208000', '124544.211000', '124544.213000', '124544.216000', '124544.219000', '124544.222000', '124544.225000', '124544.228000', '124544.230000', '124544.233000', '124544.236000', '124544.239000', '124544.242000', '124604.110000', '124604.113000', '124604.116000', '124604.119000', '124604.122000', '124604.124000', '124604.127000', '124604.130000', '124604.133000', '124604.136000', '124604.139000', '124604.141000', '124604.144000', '124604.147000', '124604.150000', '124604.153000', '124604.156000', '124604.159000', '124604.162000', '124604.165000', '124604.168000', '124604.170000', '124604.173000', '124604.176000', '124604.179000', '124604.182000', '124604.185000', '124604.188000', '124604.191000', '124604.194000', '124604.196000', '124604.199000', '124604.202000', '124604.206000', '124604.209000', '124604.211000', '124604.214000', '124604.217000', '124604.220000', '124604.223000', '124604.226000', '124604.229000', '124604.232000', '124604.235000', '124624.110000', '124624.113000', '124624.116000', '124624.119000', '124624.122000', '124624.125000', '124624.127000', '124624.130000', '124624.133000', '124624.136000', '124624.139000', '124624.142000', '124624.145000', '124624.148000', '124624.150000', '124624.153000', '124624.156000', '124624.159000', '124624.162000', '124624.165000', '124624.167000', '124624.170000', '124624.173000', '124624.176000', '124624.179000', '124624.182000', '124624.185000', '124624.188000', '124624.191000', '124624.193000', '124624.196000', '124624.199000', '124624.202000', '124624.205000', '124624.208000', '124624.211000', '124624.214000', '124624.216000', '124624.219000', '124624.222000', '124624.225000', '124624.228000', '124624.231000', '124644.110000', '124644.113000', '124644.116000', '124644.119000', '124644.121000', '124644.124000', '124644.127000', '124644.130000', '124644.133000', '124644.136000', '124644.139000', '124644.142000', '124644.144000', '124644.147000', '124644.150000', '124644.153000', '124644.156000', '124644.159000', '124644.162000', '124644.165000', '124644.168000', '124644.170000', '124644.173000', '124644.176000', '124644.179000', '124644.182000', '124644.185000', '124644.188000', '124644.191000', '124644.194000', '124644.197000', '124644.199000', '124644.202000', '124644.205000', '124644.208000', '124644.211000', '124644.217000', '124644.220000', '124644.223000', '124644.225000', '124644.228000', '124644.231000', '124644.234000', '124644.237000', '124704.109000', '124704.112000', '124704.115000', '124704.118000', '124704.121000', '124704.123000', '124704.126000', '124704.129000', '124704.132000', '124704.135000', '124704.138000', '124704.141000', '124704.144000', '124704.147000', '124704.149000', '124704.152000', '124704.155000', '124704.158000', '124704.161000', '124704.164000', '124704.167000', '124704.170000', '124704.172000', '124704.175000', '124704.178000', '124704.181000', '124704.184000', '124704.187000', '124704.190000', '124704.193000', '124704.196000', '124704.198000', '124704.201000', '124704.204000', '124704.207000', '124704.210000', '124704.213000', '124704.216000', '124704.219000', '124704.222000', '124704.225000', '124704.227000', '124704.230000', '124724.109000', '124724.112000', '124724.117000', '124724.121000', '124724.124000', '124724.127000', '124724.130000', '124724.133000', '124724.136000', '124724.152000', '124724.155000', '124724.157000', '124724.160000', '124724.163000', '124724.166000', '124724.169000', '124724.172000', '124724.175000', '124724.178000', '124724.180000', '124724.183000', '124724.186000', '124724.189000', '124724.192000', '124724.195000', '124724.198000', '124724.201000', '124724.203000', '124724.206000', '124724.209000', '124724.212000', '124724.215000', '124724.218000', '124724.220000', '124724.223000', '124724.226000', '124724.229000', '124724.232000', '124724.235000', '124724.245000', '124724.248000', '124724.251000', '124724.254000', '124744.109000', '124744.112000', '124744.115000', '124744.118000', '124744.121000', '124744.123000', '124744.126000', '124744.129000', '124744.132000', '124744.135000', '124744.138000', '124744.141000', '124744.143000', '124744.146000', '124744.149000', '124744.152000', '124744.155000', '124744.158000', '124744.161000', '124744.164000', '124744.166000', '124744.169000', '124744.172000', '124744.175000', '124744.178000', '124744.181000', '124744.184000', '124744.187000', '124744.190000', '124744.192000', '124744.195000', '124744.198000', '124744.201000', '124744.204000', '124744.207000', '124744.210000', '124744.212000', '124744.215000', '124744.218000', '124744.221000', '124744.224000', '124744.227000', '124744.230000', '124744.233000', '124804.110000', '124804.113000', '124804.118000', '124804.122000', '124804.125000', '124804.128000', '124804.131000', '124804.134000', '124804.137000', '124804.140000', '124804.142000', '124804.145000', '124804.148000', '124804.151000', '124804.154000', '124804.157000', '124804.160000', '124804.163000', '124804.166000', '124804.169000', '124804.171000', '124804.174000', '124804.177000', '124804.180000', '124804.183000', '124804.186000', '124804.189000', '124804.191000', '124804.194000', '124804.197000', '124804.200000', '124804.203000', '124804.206000', '124804.209000', '124804.212000', '124804.215000', '124804.218000', '124804.220000', '124804.223000', '124804.226000', '124804.229000', '124804.232000', '124804.235000', '124824.110000', '124824.113000', '124824.116000', '124824.119000', '124824.122000', '124824.124000', '124824.127000', '124824.130000', '124824.133000', '124824.136000', '124824.139000', '124824.142000', '124824.145000', '124824.148000', '124824.151000', '124824.154000', '124824.157000', '124824.160000', '124824.163000', '124824.165000', '124824.168000', '124824.171000', '124824.174000', '124824.177000', '124824.180000', '124824.183000', '124824.186000', '124824.189000', '124824.191000', '124824.194000', '124824.197000', '124824.200000', '124824.203000', '124824.206000', '124824.209000', '124824.212000', '124824.215000', '124824.218000', '124824.220000', '124824.223000', '124824.226000', '124824.229000', '124824.232000', '124824.235000', '124844.110000', '124844.113000', '124844.116000', '124844.119000', '124844.122000', '124844.125000', '124844.127000', '124844.130000', '124844.133000', '124844.136000', '124844.139000', '124844.142000', '124844.145000', '124844.148000', '124844.151000', '124844.153000', '124844.156000', '124844.159000', '124844.162000', '124844.166000', '124844.171000', '124844.175000', '124844.177000', '124844.180000', '124844.183000', '124844.186000', '124844.189000', '124844.192000', '124844.195000', '124844.198000', '124844.201000', '124844.203000', '124844.206000', '124844.209000', '124844.227000', '124844.230000', '124844.233000', '124844.236000', '124844.238000', '124844.241000', '124844.244000', '124844.247000', '124844.250000', '124904.110000', '124904.113000', '124904.116000', '124904.119000', '124904.122000', '124904.125000', '124904.128000', '124904.131000', '124904.134000', '124904.136000', '124904.139000', '124904.142000', '124904.145000', '124904.148000', '124904.151000', '124904.154000', '124904.156000', '124904.159000', '124904.162000', '124904.165000', '124904.168000', '124904.171000', '124904.174000', '124904.177000', '124904.180000', '124904.182000', '124904.185000', '124904.188000', '124904.191000', '124904.194000', '124904.197000', '124904.200000', '124904.203000', '124904.206000', '124904.209000', '124904.211000', '124904.214000', '124904.217000', '124904.220000', '124904.223000', '124904.226000', '124904.229000', '124904.232000', '124904.234000', '124924.109000', '124924.112000', '124924.115000', '124924.118000', '124924.121000', '124924.124000', '124924.127000', '124924.130000', '124924.132000', '124924.135000', '124924.138000', '124924.141000', '124924.144000', '124924.147000', '124924.150000', '124924.153000', '124924.155000', '124924.158000', '124924.161000', '124924.164000', '124924.167000', '124924.170000', '124924.175000', '124924.178000', '124924.181000', '124924.184000', '124924.187000', '124924.190000', '124924.192000', '124924.195000', '124924.198000', '124924.201000', '124924.204000', '124924.207000', '124924.210000', '124924.213000', '124924.215000', '124924.218000', '124924.221000', '124924.224000', '124924.227000', '124924.230000', '124924.233000', '124944.109000', '124944.112000', '124944.115000', '124944.118000', '124944.121000', '124944.124000', '124944.126000', '124944.129000', '124944.132000', '124944.135000', '124944.138000', '124944.141000', '124944.144000', '124944.147000', '124944.149000', '124944.152000', '124944.155000', '124944.158000', '124944.161000', '124944.164000', '124944.167000', '124944.170000', '124944.173000', '124944.175000', '124944.178000', '124944.181000', '124944.184000', '124944.187000', '124944.190000', '124944.193000', '124944.196000', '124944.199000', '124944.201000', '124944.204000', '124944.207000', '124944.210000', '124944.213000', '124944.216000', '124944.219000', '124944.227000', '124944.229000', '124944.232000', '124944.235000', '124944.238000', '125001.026000', '125001.029000', '125001.033000', '125001.036000', '125001.039000', '125001.042000', '125001.045000', '125001.048000', '125001.051000', '125001.054000', '125001.057000', '125001.060000', '125001.063000', '125001.066000', '125001.069000', '125001.072000', '125001.075000', '125001.078000', '125001.081000', '125001.084000', '125001.087000', '125001.090000', '125001.093000', '125001.096000', '125001.099000', '125001.102000', '125001.104000', '125001.107000', '125001.110000', '125001.113000', '125001.116000', '125001.119000', '125001.122000', '125001.126000', '125001.129000', '125001.132000', '125001.135000'], 'InstanceCreationTime': ['124344.187000', '124344.191000', '124344.194000', '124344.197000', '124344.200000', '124344.202000', '124344.205000', '124344.208000', '124344.211000', '124344.222000', '124344.225000', '124344.228000', '124344.231000', '124344.234000', '124344.237000', '124344.240000', '124344.242000', '124344.268000', '124344.271000', '124344.274000', '124344.276000', '124344.279000', '124344.282000', '124344.285000', '124344.288000', '124344.291000', '124344.294000', '124344.306000', '124344.309000', '124344.311000', '124344.314000', '124344.317000', '124344.320000', '124344.323000', '124344.326000', '124344.329000', '124344.332000', '124344.334000', '124344.337000', '124344.340000', '124344.343000', '124344.346000', '124344.349000', '124344.352000', '124344.355000', '124344.358000', '124344.361000', '124344.364000', '124344.366000', '124344.369000', '124344.372000', '124344.375000', '124404.110000', '124404.113000', '124404.116000', '124404.119000', '124404.122000', '124404.124000', '124404.127000', '124404.130000', '124404.134000', '124404.137000', '124404.140000', '124404.142000', '124404.145000', '124404.148000', '124404.151000', '124404.154000', '124404.157000', '124404.160000', '124404.163000', '124404.166000', '124404.169000', '124404.171000', '124404.174000', '124404.182000', '124404.185000', '124404.188000', '124404.190000', '124404.193000', '124404.196000', '124404.199000', '124404.202000', '124404.205000', '124404.221000', '124404.224000', '124404.226000', '124404.229000', '124404.232000', '124404.235000', '124404.238000', '124404.241000', '124404.244000', '124404.246000', '124404.249000', '124404.252000', '124424.110000', '124424.113000', '124424.116000', '124424.119000', '124424.122000', '124424.124000', '124424.127000', '124424.130000', '124424.133000', '124424.136000', '124424.138000', '124424.141000', '124424.144000', '124424.147000', '124424.150000', '124424.153000', '124424.156000', '124424.159000', '124424.162000', '124424.164000', '124424.167000', '124424.170000', '124424.179000', '124424.182000', '124424.185000', '124424.188000', '124424.190000', '124424.193000', '124424.196000', '124424.199000', '124424.202000', '124424.205000', '124424.208000', '124424.211000', '124424.213000', '124424.216000', '124424.219000', '124424.222000', '124424.225000', '124424.228000', '124424.231000', '124424.233000', '124424.236000', '124444.109000', '124444.112000', '124444.115000', '124444.118000', '124444.120000', '124444.123000', '124444.126000', '124444.129000', '124444.132000', '124444.135000', '124444.137000', '124444.140000', '124444.143000', '124444.146000', '124444.149000', '124444.152000', '124444.155000', '124444.158000', '124444.160000', '124444.163000', '124444.166000', '124444.169000', '124444.172000', '124444.175000', '124444.178000', '124444.180000', '124444.183000', '124444.186000', '124444.189000', '124444.192000', '124444.195000', '124444.198000', '124444.200000', '124444.203000', '124444.206000', '124444.209000', '124444.216000', '124444.219000', '124444.222000', '124444.225000', '124444.228000', '124444.231000', '124444.233000', '124444.236000', '124504.109000', '124504.112000', '124504.115000', '124504.118000', '124504.121000', '124504.124000', '124504.126000', '124504.129000', '124504.132000', '124504.135000', '124504.138000', '124504.141000', '124504.143000', '124504.146000', '124504.149000', '124504.152000', '124504.155000', '124504.158000', '124504.161000', '124504.164000', '124504.166000', '124504.169000', '124504.172000', '124504.175000', '124504.178000', '124504.181000', '124504.183000', '124504.186000', '124504.189000', '124504.192000', '124504.195000', '124504.198000', '124504.201000', '124504.205000', '124504.208000', '124504.211000', '124504.214000', '124504.217000', '124504.220000', '124504.223000', '124504.225000', '124504.228000', '124504.231000', '124524.109000', '124524.112000', '124524.115000', '124524.118000', '124524.120000', '124524.123000', '124524.131000', '124524.134000', '124524.137000', '124524.140000', '124524.143000', '124524.146000', '124524.148000', '124524.151000', '124524.154000', '124524.157000', '124524.160000', '124524.163000', '124524.166000', '124524.169000', '124524.172000', '124524.174000', '124524.177000', '124524.180000', '124524.183000', '124524.186000', '124524.189000', '124524.191000', '124524.194000', '124524.197000', '124524.200000', '124524.203000', '124524.206000', '124524.209000', '124524.212000', '124524.215000', '124524.217000', '124524.220000', '124524.223000', '124524.226000', '124524.229000', '124524.232000', '124524.235000', '124524.238000', '124544.110000', '124544.113000', '124544.116000', '124544.119000', '124544.121000', '124544.124000', '124544.127000', '124544.130000', '124544.133000', '124544.136000', '124544.138000', '124544.141000', '124544.144000', '124544.147000', '124544.150000', '124544.153000', '124544.156000', '124544.159000', '124544.162000', '124544.164000', '124544.167000', '124544.170000', '124544.173000', '124544.176000', '124544.179000', '124544.182000', '124544.184000', '124544.199000', '124544.202000', '124544.205000', '124544.208000', '124544.211000', '124544.213000', '124544.216000', '124544.219000', '124544.222000', '124544.225000', '124544.228000', '124544.230000', '124544.233000', '124544.236000', '124544.239000', '124544.242000', '124604.110000', '124604.113000', '124604.116000', '124604.119000', '124604.122000', '124604.124000', '124604.127000', '124604.130000', '124604.133000', '124604.136000', '124604.139000', '124604.141000', '124604.144000', '124604.147000', '124604.150000', '124604.153000', '124604.156000', '124604.159000', '124604.162000', '124604.165000', '124604.168000', '124604.170000', '124604.173000', '124604.176000', '124604.179000', '124604.182000', '124604.185000', '124604.188000', '124604.191000', '124604.194000', '124604.196000', '124604.199000', '124604.202000', '124604.206000', '124604.209000', '124604.211000', '124604.214000', '124604.217000', '124604.220000', '124604.223000', '124604.226000', '124604.229000', '124604.232000', '124604.235000', '124624.110000', '124624.113000', '124624.116000', '124624.119000', '124624.122000', '124624.125000', '124624.127000', '124624.130000', '124624.133000', '124624.136000', '124624.139000', '124624.142000', '124624.145000', '124624.148000', '124624.150000', '124624.153000', '124624.156000', '124624.159000', '124624.162000', '124624.165000', '124624.167000', '124624.170000', '124624.173000', '124624.176000', '124624.179000', '124624.182000', '124624.185000', '124624.188000', '124624.191000', '124624.193000', '124624.196000', '124624.199000', '124624.202000', '124624.205000', '124624.208000', '124624.211000', '124624.214000', '124624.216000', '124624.219000', '124624.222000', '124624.225000', '124624.228000', '124624.231000', '124644.110000', '124644.113000', '124644.116000', '124644.119000', '124644.121000', '124644.124000', '124644.127000', '124644.130000', '124644.133000', '124644.136000', '124644.139000', '124644.142000', '124644.144000', '124644.147000', '124644.150000', '124644.153000', '124644.156000', '124644.159000', '124644.162000', '124644.165000', '124644.168000', '124644.170000', '124644.173000', '124644.176000', '124644.179000', '124644.182000', '124644.185000', '124644.188000', '124644.191000', '124644.194000', '124644.197000', '124644.199000', '124644.202000', '124644.205000', '124644.208000', '124644.211000', '124644.217000', '124644.220000', '124644.223000', '124644.225000', '124644.228000', '124644.231000', '124644.234000', '124644.237000', '124704.109000', '124704.112000', '124704.115000', '124704.118000', '124704.121000', '124704.123000', '124704.126000', '124704.129000', '124704.132000', '124704.135000', '124704.138000', '124704.141000', '124704.144000', '124704.147000', '124704.149000', '124704.152000', '124704.155000', '124704.158000', '124704.161000', '124704.164000', '124704.167000', '124704.170000', '124704.172000', '124704.175000', '124704.178000', '124704.181000', '124704.184000', '124704.187000', '124704.190000', '124704.193000', '124704.196000', '124704.198000', '124704.201000', '124704.204000', '124704.207000', '124704.210000', '124704.213000', '124704.216000', '124704.219000', '124704.222000', '124704.225000', '124704.227000', '124704.230000', '124724.109000', '124724.112000', '124724.117000', '124724.121000', '124724.124000', '124724.127000', '124724.130000', '124724.133000', '124724.136000', '124724.152000', '124724.155000', '124724.157000', '124724.160000', '124724.163000', '124724.166000', '124724.169000', '124724.172000', '124724.175000', '124724.178000', '124724.180000', '124724.183000', '124724.186000', '124724.189000', '124724.192000', '124724.195000', '124724.198000', '124724.201000', '124724.203000', '124724.206000', '124724.209000', '124724.212000', '124724.215000', '124724.218000', '124724.220000', '124724.223000', '124724.226000', '124724.229000', '124724.232000', '124724.235000', '124724.245000', '124724.248000', '124724.251000', '124724.254000', '124744.109000', '124744.112000', '124744.115000', '124744.118000', '124744.121000', '124744.123000', '124744.126000', '124744.129000', '124744.132000', '124744.135000', '124744.138000', '124744.141000', '124744.143000', '124744.146000', '124744.149000', '124744.152000', '124744.155000', '124744.158000', '124744.161000', '124744.164000', '124744.166000', '124744.169000', '124744.172000', '124744.175000', '124744.178000', '124744.181000', '124744.184000', '124744.187000', '124744.190000', '124744.192000', '124744.195000', '124744.198000', '124744.201000', '124744.204000', '124744.207000', '124744.210000', '124744.212000', '124744.215000', '124744.218000', '124744.221000', '124744.224000', '124744.227000', '124744.230000', '124744.233000', '124804.110000', '124804.113000', '124804.118000', '124804.122000', '124804.125000', '124804.128000', '124804.131000', '124804.134000', '124804.137000', '124804.140000', '124804.142000', '124804.145000', '124804.148000', '124804.151000', '124804.154000', '124804.157000', '124804.160000', '124804.163000', '124804.166000', '124804.169000', '124804.171000', '124804.174000', '124804.177000', '124804.180000', '124804.183000', '124804.186000', '124804.189000', '124804.191000', '124804.194000', '124804.197000', '124804.200000', '124804.203000', '124804.206000', '124804.209000', '124804.212000', '124804.215000', '124804.218000', '124804.220000', '124804.223000', '124804.226000', '124804.229000', '124804.232000', '124804.235000', '124824.110000', '124824.113000', '124824.116000', '124824.119000', '124824.122000', '124824.124000', '124824.127000', '124824.130000', '124824.133000', '124824.136000', '124824.139000', '124824.142000', '124824.145000', '124824.148000', '124824.151000', '124824.154000', '124824.157000', '124824.160000', '124824.163000', '124824.165000', '124824.168000', '124824.171000', '124824.174000', '124824.177000', '124824.180000', '124824.183000', '124824.186000', '124824.189000', '124824.191000', '124824.194000', '124824.197000', '124824.200000', '124824.203000', '124824.206000', '124824.209000', '124824.212000', '124824.215000', '124824.218000', '124824.220000', '124824.223000', '124824.226000', '124824.229000', '124824.232000', '124824.235000', '124844.110000', '124844.113000', '124844.116000', '124844.119000', '124844.122000', '124844.125000', '124844.127000', '124844.130000', '124844.133000', '124844.136000', '124844.139000', '124844.142000', '124844.145000', '124844.148000', '124844.151000', '124844.153000', '124844.156000', '124844.159000', '124844.162000', '124844.166000', '124844.171000', '124844.175000', '124844.177000', '124844.180000', '124844.183000', '124844.186000', '124844.189000', '124844.192000', '124844.195000', '124844.198000', '124844.201000', '124844.203000', '124844.206000', '124844.209000', '124844.227000', '124844.230000', '124844.233000', '124844.236000', '124844.238000', '124844.241000', '124844.244000', '124844.247000', '124844.250000', '124904.110000', '124904.113000', '124904.116000', '124904.119000', '124904.122000', '124904.125000', '124904.128000', '124904.131000', '124904.134000', '124904.136000', '124904.139000', '124904.142000', '124904.145000', '124904.148000', '124904.151000', '124904.154000', '124904.156000', '124904.159000', '124904.162000', '124904.165000', '124904.168000', '124904.171000', '124904.174000', '124904.177000', '124904.180000', '124904.182000', '124904.185000', '124904.188000', '124904.191000', '124904.194000', '124904.197000', '124904.200000', '124904.203000', '124904.206000', '124904.209000', '124904.211000', '124904.214000', '124904.217000', '124904.220000', '124904.223000', '124904.226000', '124904.229000', '124904.232000', '124904.234000', '124924.109000', '124924.112000', '124924.115000', '124924.118000', '124924.121000', '124924.124000', '124924.127000', '124924.130000', '124924.132000', '124924.135000', '124924.138000', '124924.141000', '124924.144000', '124924.147000', '124924.150000', '124924.153000', '124924.155000', '124924.158000', '124924.161000', '124924.164000', '124924.167000', '124924.170000', '124924.175000', '124924.178000', '124924.181000', '124924.184000', '124924.187000', '124924.190000', '124924.192000', '124924.195000', '124924.198000', '124924.201000', '124924.204000', '124924.207000', '124924.210000', '124924.213000', '124924.215000', '124924.218000', '124924.221000', '124924.224000', '124924.227000', '124924.230000', '124924.233000', '124944.109000', '124944.112000', '124944.115000', '124944.118000', '124944.121000', '124944.124000', '124944.126000', '124944.129000', '124944.132000', '124944.135000', '124944.138000', '124944.141000', '124944.144000', '124944.147000', '124944.149000', '124944.152000', '124944.155000', '124944.158000', '124944.161000', '124944.164000', '124944.167000', '124944.170000', '124944.173000', '124944.175000', '124944.178000', '124944.181000', '124944.184000', '124944.187000', '124944.190000', '124944.193000', '124944.196000', '124944.199000', '124944.201000', '124944.204000', '124944.207000', '124944.210000', '124944.213000', '124944.216000', '124944.219000', '124944.227000', '124944.229000', '124944.232000', '124944.235000', '124944.238000', '125001.026000', '125001.029000', '125001.033000', '125001.036000', '125001.039000', '125001.042000', '125001.045000', '125001.048000', '125001.051000', '125001.054000', '125001.057000', '125001.060000', '125001.063000', '125001.066000', '125001.069000', '125001.072000', '125001.075000', '125001.078000', '125001.081000', '125001.084000', '125001.087000', '125001.090000', '125001.093000', '125001.096000', '125001.099000', '125001.102000', '125001.104000', '125001.107000', '125001.110000', '125001.113000', '125001.116000', '125001.119000', '125001.122000', '125001.126000', '125001.129000', '125001.132000', '125001.135000'], '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': [8589, 9015, 8770, 8925, 9061, 8431, 8776, 8388, 8720, 8062, 8675, 8507, 8170, 8479, 8031, 8654, 7901, 8710, 8076, 8676, 8092, 8556, 8229, 10035, 8227, 8281, 8886, 8514, 8554, 8058, 8626, 8390, 8082, 8053, 8226, 8063, 7304, 8581, 8139, 8440, 8255, 8094, 8460, 8202, 8344, 8059, 8121, 7692, 9494, 7917, 7315, 8536, 8253, 8684, 8686, 7713, 8339, 8243, 9045, 8661, 8725, 8736, 8239, 9795, 9406, 8748, 9289, 8684, 7397, 9615, 8206, 9444, 8927, 8834, 7902, 9705, 8382, 9257, 8635, 8852, 8337, 8803, 8661, 8240, 8538, 7470, 8647, 7340, 8093, 7786, 8881, 8202, 8020, 8774, 7994, 8893, 8306, 8675, 8266, 8538, 8522, 10684, 8711, 8873, 8602, 7717, 8846, 8715, 8855, 8662, 8277, 8711, 9251, 9081, 8398, 9059, 9040, 9143, 9091, 9248, 8385, 9122, 8525, 9056, 9046, 9203, 8867, 8006, 9003, 8010, 9388, 8973, 9328, 9283, 8578, 9261, 9122, 9338, 9146, 9308, 9451, 9338, 9277, 9212, 8516, 9230, 8841, 9151, 9063, 9166, 8964, 9268, 8774, 9239, 8978, 8918, 8913, 8948, 8929, 9378, 9084, 9040, 9155, 9400, 9091, 9050, 9036, 9505, 9246, 9545, 9245, 9737, 9444, 9448, 9684, 9392, 9634, 9266, 9212, 9442, 9158, 9245, 9024, 9104, 8899, 9182, 10575, 9243, 9832, 9461, 9575, 9383, 10319, 9265, 8990, 9633, 9015, 9419, 8850, 9243, 9764, 9356, 8866, 9246, 8728, 9205, 8869, 9265, 8511, 9369, 8165, 9276, 9545, 10075, 8867, 8213, 9196, 8475, 9592, 8938, 8757, 9201, 9276, 9118, 8908, 9155, 8861, 9068, 9740, 9180, 8769, 9374, 8837, 9143, 8739, 9117, 8695, 8720, 8654, 8869, 8867, 8922, 8568, 9067, 8702, 8612, 8826, 9023, 8854, 9080, 8754, 8987, 8776, 9699, 9001, 9319, 9002, 9554, 8897, 9284, 9070, 9600, 9069, 8587, 9053, 9406, 9248, 9136, 9788, 9184, 8969, 9133, 8864, 9105, 9094, 9769, 8894, 9328, 9194, 8909, 9043, 9185, 8829, 8868, 8928, 8705, 8940, 8559, 8866, 8686, 8760, 8698, 8985, 8710, 8930, 9193, 8767, 9106, 8921, 9301, 8930, 9250, 8753, 9056, 8527, 9643, 8862, 9225, 8805, 9218, 9053, 8703, 9152, 9105, 8956, 9179, 8811, 9109, 8908, 9170, 8836, 8971, 8845, 8789, 9123, 9192, 9052, 8827, 8901, 8860, 9588, 8686, 9067, 9065, 8692, 9134, 8502, 9115, 9462, 9471, 8708, 9145, 8907, 8991, 8919, 9087, 9669, 9089, 8916, 8829, 8842, 9139, 8769, 8749, 8958, 9058, 8946, 9036, 8901, 9015, 8903, 8647, 8946, 8704, 9001, 8869, 8856, 8548, 8812, 8937, 9152, 9280, 9089, 9459, 9074, 8905, 9001, 8917, 9022, 8859, 8957, 8985, 8886, 8799, 8513, 8805, 8973, 8832, 8991, 9074, 8858, 9180, 8922, 10014, 9637, 9773, 9469, 8327, 9094, 8471, 8820, 9174, 9973, 8492, 8856, 8798, 9021, 9521, 8733, 10683, 8824, 9381, 8846, 9084, 8510, 8830, 8837, 8731, 8134, 8541, 8246, 8958, 8401, 8825, 8419, 8748, 8376, 8599, 8571, 8375, 8670, 8455, 8903, 8631, 9042, 8174, 8999, 8337, 8620, 8008, 8835, 8403, 8880, 8479, 8843, 8914, 8707, 8679, 8864, 8827, 8934, 8774, 8863, 9062, 8763, 9062, 8971, 9135, 8814, 9071, 8762, 8849, 8640, 9021, 8650, 8889, 8516, 8703, 8442, 8774, 8157, 8745, 8414, 8631, 8568, 8700, 8699, 8814, 8264, 8745, 8384, 8800, 9172, 8882, 9433, 8700, 8793, 8740, 8751, 8665, 8604, 8876, 8637, 8143, 8802, 8656, 8672, 8448, 8432, 8436, 8073, 8672, 8497, 8779, 8493, 8830, 8966, 8821, 10306, 8822, 9659, 8714, 8959, 8986, 8985, 8710, 9152, 8962, 8893, 8632, 8976, 8544, 8776, 8245, 8879, 8287, 8972, 8304, 9189, 8369, 9128, 8464, 8974, 8514, 9162, 8452, 9102, 8457, 8933, 10099, 8701, 9587, 8518, 8637, 8401, 8719, 8478, 8442, 7838, 8453, 8310, 8350, 8181, 8451, 8606, 8548, 8247, 8374, 7998, 8453, 7938, 8624, 8449, 8346, 8900, 8628, 8905, 8775, 8931, 8548, 8788, 8277, 8846, 8363, 8769, 8691, 8772, 8622, 8687, 8314, 8652, 8278, 8718, 8249, 8638, 8165, 8753, 7762, 8565, 7960, 8837, 8781, 8845, 7356, 8694, 8941, 8166, 8685, 7724, 9422, 8234, 9092, 7903, 8984, 8455, 8768, 9900, 8638, 10010, 8509, 8877, 8224, 8508, 8255, 8431, 8043, 8209, 7688, 7403, 7689, 7809, 7990, 7278, 7994, 8538, 8251, 9271, 8247, 9668, 7740, 10159, 8529, 10066, 8217, 10823, 8604, 10162, 8616, 9011, 8268, 8829, 8127, 9080, 8473, 8527, 8302, 8351, 8207, 8139, 8011, 8276, 8049, 8324, 8055, 8720, 7934, 9441, 7755, 8870, 8248, 8751, 8070, 8726, 10945, 8364, 10237, 8454, 9750, 8391, 8860, 8287, 8501, 8391, 9096, 8627, 8855, 8614, 8690, 8537, 9883, 8829, 9173, 8016, 8959, 8446, 8844, 8086, 8953, 8000, 8615, 8668, 8414, 9498, 8349, 8579, 8529, 8808, 8328, 8817, 8133, 8439, 8266, 8814, 7939, 8734, 7811, 8661, 10933, 8634, 9368, 8526, 9006, 8557, 9063, 7925, 8669, 7900, 8796, 8086, 8418, 8213, 8825, 8563, 8313, 8964, 8479, 9050, 8668, 9041, 8322, 8948, 8026, 8923, 7970, 9085, 8101, 8991, 8099, 9050, 8209, 8816, 8053, 9644, 8118, 8766, 8548, 8950, 8544, 8863, 9002, 8658, 9557, 8405, 9304, 8299, 8701, 7842, 8716, 8064, 8463, 7702, 8219, 7541, 7992, 8011, 8509, 8049, 8050, 8430, 7986, 8807, 7937, 9312, 8241, 8513, 8178, 8647, 8354, 8486, 8049, 9308, 8018, 9005, 7810, 8513, 8066, 8465, 7957, 8810, 8035, 9345, 8024, 9614, 7621, 8449, 7857, 8216, 8831, 8476, 7785, 8148, 8103, 8051, 9000, 8177, 8372, 8117, 8772, 8270, 8272, 8034, 8126, 7738, 8302, 7711, 8486, 7635, 8612, 7657, 8636, 8013, 8735, 7551, 8493, 9559, 8112, 10683, 7728, 8884, 7826, 8295, 7355, 7935, 6939, 7797, 7486, 7968, 8412, 7668, 7709, 6637, 7576, 6863, 7777, 6866, 7702, 6742, 7446, 6677, 8226, 7964, 7067, 8143, 9651, 8008, 10705, 8893, 9949, 7687, 8970, 7206, 8383, 7430, 7874, 7129, 7718, 7506, 7452, 8724, 7841, 7801, 7424], 'WindowCenter': [4138.0, 4122.0, 4108.0, 4105.0, 4103.0, 4091.0, 4090.0, 4079.0, 4089.0, 4079.0, 4089.0, 4091.0, 4079.0, 4079.0, 4078.0, 4091.0, 4078.0, 4090.0, 4078.0, 4078.0, 4077.0, 4077.0, 4078.0, 4087.0, 4078.0, 4077.0, 4089.0, 4088.0, 4089.0, 4079.0, 4088.0, 4090.0, 4079.0, 4080.0, 4091.0, 4094.0, 4083.0, 4104.0, 4092.0, 4093.0, 4093.0, 4092.0, 4107.0, 4104.0, 4104.0, 4104.0, 4093.0, 4081.0, 4102.0, 4081.0, 4098.0, 4106.0, 4094.0, 4094.0, 4093.0, 4095.0, 4093.0, 4079.0, 4089.0, 4082.0, 4093.0, 4095.0, 4083.0, 4103.0, 4102.0, 4091.0, 4090.0, 4092.0, 4081.0, 4102.0, 4078.0, 4089.0, 4077.0, 4077.0, 4068.0, 4089.0, 4077.0, 4076.0, 4090.0, 4078.0, 4077.0, 4077.0, 4076.0, 4077.0, 4078.0, 4057.0, 4078.0, 4067.0, 4080.0, 4080.0, 4089.0, 4089.0, 4082.0, 4092.0, 4081.0, 4090.0, 4092.0, 4092.0, 4092.0, 4091.0, 4105.0, 4114.0, 4105.0, 4102.0, 4092.0, 4079.0, 4103.0, 4092.0, 4101.0, 4091.0, 4090.0, 4092.0, 4102.0, 4103.0, 4091.0, 4091.0, 4090.0, 4089.0, 4089.0, 4087.0, 4076.0, 4087.0, 4078.0, 4087.0, 4077.0, 4087.0, 4090.0, 4077.0, 4090.0, 4080.0, 4090.0, 4090.0, 4102.0, 4100.0, 4090.0, 4101.0, 4091.0, 4103.0, 4089.0, 4090.0, 4087.0, 4087.0, 4087.0, 4088.0, 4079.0, 4087.0, 4087.0, 4087.0, 4085.0, 4088.0, 4088.0, 4089.0, 4090.0, 4089.0, 4090.0, 4089.0, 4088.0, 4088.0, 4088.0, 4089.0, 4092.0, 4090.0, 4103.0, 4101.0, 4103.0, 4090.0, 4092.0, 4100.0, 4102.0, 4089.0, 4100.0, 4102.0, 4130.0, 4112.0, 4102.0, 4102.0, 4099.0, 4104.0, 4114.0, 4113.0, 4099.0, 4088.0, 4090.0, 4088.0, 4090.0, 4091.0, 4101.0, 4091.0, 4099.0, 4086.0, 4075.0, 4076.0, 4073.0, 4075.0, 4063.0, 4074.0, 4073.0, 4074.0, 4063.0, 4072.0, 4071.0, 4072.0, 4059.0, 4071.0, 4061.0, 4072.0, 4075.0, 4074.0, 4075.0, 4074.0, 4074.0, 4092.0, 4104.0, 4100.0, 4092.0, 4091.0, 4115.0, 4102.0, 4113.0, 4115.0, 4105.0, 4115.0, 4103.0, 4092.0, 4090.0, 4089.0, 4089.0, 4089.0, 4091.0, 4087.0, 4079.0, 4087.0, 4078.0, 4086.0, 4076.0, 4077.0, 4088.0, 4077.0, 4078.0, 4088.0, 4088.0, 4088.0, 4087.0, 4090.0, 4089.0, 4089.0, 4092.0, 4091.0, 4090.0, 4092.0, 4091.0, 4101.0, 4093.0, 4102.0, 4100.0, 4102.0, 4092.0, 4101.0, 4100.0, 4102.0, 4091.0, 4114.0, 4102.0, 4091.0, 4100.0, 4102.0, 4102.0, 4102.0, 4113.0, 4102.0, 4090.0, 4091.0, 4089.0, 4091.0, 4090.0, 4090.0, 4080.0, 4075.0, 4088.0, 4087.0, 4090.0, 4088.0, 4089.0, 4088.0, 4089.0, 4078.0, 4089.0, 4079.0, 4090.0, 4088.0, 4089.0, 4078.0, 4088.0, 4078.0, 4089.0, 4086.0, 4089.0, 4090.0, 4090.0, 4101.0, 4092.0, 4101.0, 4091.0, 4101.0, 4093.0, 4113.0, 4103.0, 4101.0, 4091.0, 4101.0, 4101.0, 4092.0, 4100.0, 4090.0, 4099.0, 4100.0, 4089.0, 4089.0, 4090.0, 4089.0, 4091.0, 4087.0, 4089.0, 4078.0, 4090.0, 4088.0, 4089.0, 4087.0, 4087.0, 4076.0, 4088.0, 4076.0, 4078.0, 4086.0, 4088.0, 4088.0, 4090.0, 4089.0, 4099.0, 4101.0, 4089.0, 4088.0, 4088.0, 4089.0, 4087.0, 4089.0, 4086.0, 4075.0, 4075.0, 4076.0, 4075.0, 4076.0, 4074.0, 4077.0, 4088.0, 4087.0, 4086.0, 4087.0, 4086.0, 4086.0, 4088.0, 4078.0, 4090.0, 4077.0, 4089.0, 4088.0, 4087.0, 4077.0, 4089.0, 4089.0, 4089.0, 4087.0, 4089.0, 4085.0, 4075.0, 4076.0, 4089.0, 4088.0, 4089.0, 4089.0, 4090.0, 4090.0, 4088.0, 4090.0, 4090.0, 4090.0, 4091.0, 4091.0, 4102.0, 4091.0, 4101.0, 4100.0, 4091.0, 4102.0, 4101.0, 4098.0, 4089.0, 4092.0, 4089.0, 4091.0, 4089.0, 4090.0, 4098.0, 4076.0, 4075.0, 4077.0, 4077.0, 4085.0, 4077.0, 4086.0, 4074.0, 4073.0, 4061.0, 4062.0, 4061.0, 4061.0, 4062.0, 4064.0, 4062.0, 4074.0, 4064.0, 4076.0, 4065.0, 4074.0, 4073.0, 4076.0, 4077.0, 4077.0, 4077.0, 4078.0, 4077.0, 4077.0, 4087.0, 4077.0, 4089.0, 4090.0, 4089.0, 4090.0, 4089.0, 4079.0, 4087.0, 4091.0, 4100.0, 4091.0, 4090.0, 4089.0, 4090.0, 4090.0, 4089.0, 4089.0, 4090.0, 4076.0, 4088.0, 4088.0, 4078.0, 4089.0, 4090.0, 4089.0, 4089.0, 4075.0, 4077.0, 4078.0, 4077.0, 4076.0, 4076.0, 4075.0, 4076.0, 4077.0, 4078.0, 4089.0, 4078.0, 4088.0, 4091.0, 4089.0, 4088.0, 4077.0, 4089.0, 4089.0, 4079.0, 4080.0, 4077.0, 4089.0, 4087.0, 4076.0, 4088.0, 4078.0, 4077.0, 4076.0, 4076.0, 4075.0, 4076.0, 4074.0, 4078.0, 4066.0, 4086.0, 4077.0, 4088.0, 4079.0, 4090.0, 4090.0, 4090.0, 4101.0, 4091.0, 4103.0, 4091.0, 4104.0, 4102.0, 4102.0, 4100.0, 4090.0, 4100.0, 4077.0, 4086.0, 4077.0, 4076.0, 4077.0, 4088.0, 4077.0, 4088.0, 4076.0, 4076.0, 4076.0, 4075.0, 4065.0, 4075.0, 4066.0, 4077.0, 4077.0, 4087.0, 4075.0, 4089.0, 4077.0, 4088.0, 4076.0, 4088.0, 4078.0, 4089.0, 4076.0, 4087.0, 4085.0, 4077.0, 4087.0, 4075.0, 4077.0, 4076.0, 4075.0, 4076.0, 4076.0, 4064.0, 4078.0, 4075.0, 4078.0, 4076.0, 4077.0, 4086.0, 4090.0, 4077.0, 4080.0, 4077.0, 4089.0, 4078.0, 4089.0, 4089.0, 4093.0, 4090.0, 4091.0, 4092.0, 4091.0, 4088.0, 4090.0, 4090.0, 4078.0, 4089.0, 4077.0, 4089.0, 4077.0, 4079.0, 4078.0, 4087.0, 4078.0, 4078.0, 4078.0, 4078.0, 4077.0, 4078.0, 4078.0, 4087.0, 4068.0, 4077.0, 4064.0, 4076.0, 4078.0, 4088.0, 4066.0, 4077.0, 4088.0, 4081.0, 4091.0, 4079.0, 4103.0, 4078.0, 4078.0, 4065.0, 4075.0, 4066.0, 4076.0, 4085.0, 4074.0, 4074.0, 4065.0, 4074.0, 4076.0, 4075.0, 4075.0, 4074.0, 4077.0, 4089.0, 4078.0, 4078.0, 4092.0, 4094.0, 4093.0, 4083.0, 4093.0, 4102.0, 4093.0, 4101.0, 4091.0, 4101.0, 4068.0, 4099.0, 4090.0, 4112.0, 4089.0, 4098.0, 4079.0, 4086.0, 4076.0, 4076.0, 4076.0, 4077.0, 4079.0, 4090.0, 4079.0, 4088.0, 4079.0, 4079.0, 4078.0, 4079.0, 4079.0, 4090.0, 4080.0, 4091.0, 4079.0, 4091.0, 4079.0, 4100.0, 4069.0, 4091.0, 4077.0, 4079.0, 4066.0, 4076.0, 4087.0, 4066.0, 4085.0, 4065.0, 4084.0, 4064.0, 4087.0, 4078.0, 4075.0, 4077.0, 4087.0, 4078.0, 4088.0, 4090.0, 4087.0, 4080.0, 4098.0, 4090.0, 4087.0, 4066.0, 4077.0, 4078.0, 4078.0, 4068.0, 4088.0, 4066.0, 4075.0, 4076.0, 4077.0, 4086.0, 4076.0, 4075.0, 4077.0, 4076.0, 4076.0, 4087.0, 4079.0, 4079.0, 4090.0, 4089.0, 4080.0, 4090.0, 4078.0, 4090.0, 4110.0, 4077.0, 4087.0, 4076.0, 4076.0, 4076.0, 4086.0, 4067.0, 4077.0, 4065.0, 4078.0, 4077.0, 4078.0, 4075.0, 4088.0, 4077.0, 4078.0, 4088.0, 4080.0, 4088.0, 4079.0, 4087.0, 4076.0, 4087.0, 4077.0, 4086.0, 4077.0, 4088.0, 4078.0, 4089.0, 4078.0, 4088.0, 4079.0, 4089.0, 4079.0, 4089.0, 4066.0, 4076.0, 4075.0, 4078.0, 4076.0, 4077.0, 4075.0, 4077.0, 4073.0, 4064.0, 4072.0, 4063.0, 4074.0, 4063.0, 4076.0, 4063.0, 4076.0, 4065.0, 4077.0, 4078.0, 4080.0, 4078.0, 4090.0, 4091.0, 4081.0, 4088.0, 4091.0, 4090.0, 4081.0, 4099.0, 4091.0, 4089.0, 4089.0, 4089.0, 4079.0, 4091.0, 4081.0, 4101.0, 4080.0, 4089.0, 4082.0, 4091.0, 4078.0, 4090.0, 4078.0, 4087.0, 4066.0, 4089.0, 4065.0, 4087.0, 4066.0, 4076.0, 4063.0, 4075.0, 4075.0, 4064.0, 4053.0, 4063.0, 4064.0, 4063.0, 4072.0, 4062.0, 4062.0, 4063.0, 4063.0, 4063.0, 4063.0, 4064.0, 4064.0, 4064.0, 4063.0, 4054.0, 4064.0, 4052.0, 4074.0, 4053.0, 4062.0, 4064.0, 4064.0, 4052.0, 4064.0, 4086.0, 4064.0, 4085.0, 4052.0, 4072.0, 4063.0, 4063.0, 4053.0, 4065.0, 4052.0, 4067.0, 4056.0, 4076.0, 4077.0, 4067.0, 4077.0, 4057.0, 4077.0, 4057.0, 4079.0, 4071.0, 4081.0, 4069.0, 4079.0, 4070.0, 4091.0, 4093.0, 4083.0, 4092.0, 4113.0, 4094.0, 4110.0, 4091.0, 4087.0, 4067.0, 4076.0, 4068.0, 4077.0, 4055.0, 4066.0, 4055.0, 4067.0, 4067.0, 4068.0, 4088.0, 4079.0, 4077.0, 4079.0], 'WindowWidth': [9211.0, 9178.0, 9150.0, 9139.0, 9132.0, 9111.0, 9107.0, 9090.0, 9103.0, 9090.0, 9104.0, 9107.0, 9090.0, 9089.0, 9088.0, 9108.0, 9088.0, 9104.0, 9085.0, 9086.0, 9084.0, 9085.0, 9085.0, 9095.0, 9085.0, 9085.0, 9101.0, 9100.0, 9102.0, 9090.0, 9101.0, 9106.0, 9090.0, 9095.0, 9111.0, 9118.0, 9104.0, 9132.0, 9114.0, 9116.0, 9116.0, 9114.0, 9140.0, 9132.0, 9135.0, 9135.0, 9117.0, 9096.0, 9124.0, 9095.0, 9132.0, 9139.0, 9120.0, 9117.0, 9112.0, 9122.0, 9114.0, 9091.0, 9102.0, 9094.0, 9114.0, 9118.0, 9098.0, 9126.0, 9125.0, 9106.0, 9106.0, 9111.0, 9097.0, 9124.0, 9085.0, 9102.0, 9083.0, 9082.0, 9071.0, 9102.0, 9081.0, 9079.0, 9107.0, 9084.0, 9081.0, 9082.0, 9081.0, 9080.0, 9083.0, 9054.0, 9085.0, 9069.0, 9091.0, 9093.0, 9103.0, 9104.0, 9098.0, 9111.0, 9095.0, 9107.0, 9112.0, 9111.0, 9113.0, 9109.0, 9133.0, 9143.0, 9133.0, 9127.0, 9113.0, 9090.0, 9127.0, 9111.0, 9123.0, 9111.0, 9108.0, 9113.0, 9127.0, 9126.0, 9108.0, 9107.0, 9106.0, 9102.0, 9102.0, 9098.0, 9080.0, 9094.0, 9085.0, 9096.0, 9084.0, 9098.0, 9102.0, 9086.0, 9106.0, 9094.0, 9107.0, 9108.0, 9124.0, 9121.0, 9107.0, 9121.0, 9109.0, 9128.0, 9103.0, 9104.0, 9096.0, 9095.0, 9096.0, 9098.0, 9086.0, 9096.0, 9097.0, 9095.0, 9092.0, 9099.0, 9101.0, 9102.0, 9107.0, 9103.0, 9105.0, 9103.0, 9101.0, 9101.0, 9103.0, 9105.0, 9113.0, 9106.0, 9127.0, 9123.0, 9127.0, 9108.0, 9113.0, 9118.0, 9123.0, 9102.0, 9121.0, 9124.0, 9176.0, 9140.0, 9122.0, 9125.0, 9118.0, 9130.0, 9146.0, 9145.0, 9118.0, 9102.0, 9104.0, 9101.0, 9106.0, 9107.0, 9120.0, 9107.0, 9115.0, 9094.0, 9077.0, 9079.0, 9070.0, 9074.0, 9056.0, 9070.0, 9070.0, 9071.0, 9055.0, 9066.0, 9064.0, 9067.0, 9047.0, 9064.0, 9053.0, 9066.0, 9076.0, 9075.0, 9076.0, 9073.0, 9076.0, 9108.0, 9126.0, 9116.0, 9111.0, 9109.0, 9152.0, 9131.0, 9146.0, 9154.0, 9137.0, 9149.0, 9130.0, 9110.0, 9104.0, 9101.0, 9100.0, 9103.0, 9105.0, 9097.0, 9089.0, 9098.0, 9084.0, 9094.0, 9081.0, 9082.0, 9100.0, 9083.0, 9085.0, 9100.0, 9099.0, 9098.0, 9096.0, 9103.0, 9104.0, 9105.0, 9111.0, 9110.0, 9107.0, 9110.0, 9110.0, 9123.0, 9115.0, 9126.0, 9121.0, 9126.0, 9110.0, 9123.0, 9121.0, 9125.0, 9110.0, 9144.0, 9125.0, 9111.0, 9121.0, 9124.0, 9126.0, 9128.0, 9141.0, 9125.0, 9107.0, 9108.0, 9102.0, 9109.0, 9105.0, 9105.0, 9087.0, 9078.0, 9098.0, 9099.0, 9106.0, 9099.0, 9104.0, 9098.0, 9101.0, 9084.0, 9101.0, 9087.0, 9104.0, 9102.0, 9105.0, 9087.0, 9102.0, 9088.0, 9100.0, 9096.0, 9102.0, 9105.0, 9106.0, 9124.0, 9111.0, 9123.0, 9109.0, 9123.0, 9114.0, 9145.0, 9127.0, 9121.0, 9109.0, 9123.0, 9122.0, 9111.0, 9121.0, 9108.0, 9119.0, 9120.0, 9103.0, 9104.0, 9105.0, 9103.0, 9107.0, 9099.0, 9102.0, 9086.0, 9106.0, 9098.0, 9103.0, 9098.0, 9097.0, 9080.0, 9098.0, 9080.0, 9085.0, 9095.0, 9101.0, 9099.0, 9106.0, 9103.0, 9117.0, 9123.0, 9104.0, 9099.0, 9099.0, 9102.0, 9097.0, 9100.0, 9095.0, 9079.0, 9078.0, 9078.0, 9075.0, 9077.0, 9076.0, 9081.0, 9099.0, 9095.0, 9094.0, 9097.0, 9095.0, 9095.0, 9100.0, 9086.0, 9104.0, 9084.0, 9101.0, 9098.0, 9096.0, 9083.0, 9099.0, 9101.0, 9100.0, 9095.0, 9099.0, 9090.0, 9078.0, 9080.0, 9100.0, 9099.0, 9103.0, 9103.0, 9105.0, 9104.0, 9101.0, 9105.0, 9105.0, 9106.0, 9108.0, 9109.0, 9125.0, 9108.0, 9123.0, 9121.0, 9108.0, 9124.0, 9120.0, 9116.0, 9101.0, 9112.0, 9103.0, 9109.0, 9104.0, 9104.0, 9114.0, 9081.0, 9078.0, 9081.0, 9082.0, 9093.0, 9082.0, 9092.0, 9073.0, 9070.0, 9052.0, 9052.0, 9049.0, 9050.0, 9054.0, 9057.0, 9055.0, 9074.0, 9060.0, 9079.0, 9063.0, 9074.0, 9073.0, 9080.0, 9083.0, 9084.0, 9084.0, 9088.0, 9084.0, 9084.0, 9098.0, 9084.0, 9102.0, 9107.0, 9104.0, 9105.0, 9106.0, 9093.0, 9100.0, 9109.0, 9121.0, 9107.0, 9107.0, 9102.0, 9103.0, 9103.0, 9102.0, 9100.0, 9102.0, 9081.0, 9098.0, 9099.0, 9087.0, 9102.0, 9104.0, 9101.0, 9099.0, 9079.0, 9083.0, 9083.0, 9082.0, 9079.0, 9080.0, 9078.0, 9080.0, 9083.0, 9086.0, 9104.0, 9087.0, 9100.0, 9107.0, 9102.0, 9101.0, 9084.0, 9101.0, 9103.0, 9089.0, 9090.0, 9083.0, 9102.0, 9100.0, 9082.0, 9098.0, 9085.0, 9082.0, 9079.0, 9078.0, 9076.0, 9080.0, 9074.0, 9084.0, 9068.0, 9095.0, 9084.0, 9099.0, 9090.0, 9106.0, 9106.0, 9109.0, 9124.0, 9112.0, 9130.0, 9110.0, 9130.0, 9125.0, 9125.0, 9120.0, 9105.0, 9118.0, 9085.0, 9095.0, 9082.0, 9080.0, 9082.0, 9097.0, 9082.0, 9099.0, 9082.0, 9081.0, 9078.0, 9077.0, 9063.0, 9077.0, 9064.0, 9082.0, 9082.0, 9095.0, 9078.0, 9099.0, 9083.0, 9100.0, 9082.0, 9101.0, 9087.0, 9100.0, 9082.0, 9097.0, 9091.0, 9082.0, 9096.0, 9080.0, 9081.0, 9080.0, 9079.0, 9081.0, 9080.0, 9063.0, 9084.0, 9079.0, 9085.0, 9081.0, 9083.0, 9096.0, 9104.0, 9086.0, 9092.0, 9086.0, 9105.0, 9089.0, 9104.0, 9106.0, 9115.0, 9108.0, 9111.0, 9111.0, 9106.0, 9101.0, 9105.0, 9104.0, 9088.0, 9104.0, 9084.0, 9102.0, 9082.0, 9088.0, 9086.0, 9098.0, 9088.0, 9085.0, 9086.0, 9086.0, 9084.0, 9087.0, 9086.0, 9099.0, 9073.0, 9085.0, 9063.0, 9080.0, 9084.0, 9098.0, 9071.0, 9083.0, 9100.0, 9093.0, 9109.0, 9091.0, 9126.0, 9085.0, 9085.0, 9063.0, 9078.0, 9065.0, 9078.0, 9088.0, 9074.0, 9073.0, 9061.0, 9075.0, 9079.0, 9078.0, 9077.0, 9075.0, 9085.0, 9104.0, 9090.0, 9091.0, 9116.0, 9119.0, 9118.0, 9104.0, 9118.0, 9127.0, 9117.0, 9123.0, 9109.0, 9121.0, 9074.0, 9117.0, 9104.0, 9140.0, 9105.0, 9114.0, 9088.0, 9094.0, 9079.0, 9080.0, 9081.0, 9083.0, 9091.0, 9106.0, 9088.0, 9100.0, 9089.0, 9088.0, 9087.0, 9088.0, 9091.0, 9105.0, 9092.0, 9109.0, 9093.0, 9107.0, 9090.0, 9120.0, 9076.0, 9107.0, 9083.0, 9088.0, 9067.0, 9078.0, 9093.0, 9065.0, 9089.0, 9062.0, 9089.0, 9062.0, 9098.0, 9084.0, 9077.0, 9082.0, 9096.0, 9086.0, 9098.0, 9105.0, 9097.0, 9091.0, 9113.0, 9103.0, 9098.0, 9066.0, 9082.0, 9085.0, 9085.0, 9072.0, 9099.0, 9067.0, 9078.0, 9079.0, 9084.0, 9091.0, 9081.0, 9076.0, 9082.0, 9081.0, 9082.0, 9097.0, 9090.0, 9088.0, 9106.0, 9104.0, 9092.0, 9105.0, 9087.0, 9104.0, 9133.0, 9085.0, 9096.0, 9080.0, 9081.0, 9078.0, 9094.0, 9070.0, 9082.0, 9065.0, 9084.0, 9084.0, 9084.0, 9077.0, 9097.0, 9084.0, 9086.0, 9098.0, 9090.0, 9099.0, 9089.0, 9097.0, 9082.0, 9096.0, 9083.0, 9095.0, 9083.0, 9101.0, 9086.0, 9103.0, 9088.0, 9099.0, 9089.0, 9102.0, 9087.0, 9103.0, 9067.0, 9081.0, 9078.0, 9084.0, 9079.0, 9080.0, 9075.0, 9080.0, 9071.0, 9058.0, 9068.0, 9057.0, 9074.0, 9057.0, 9078.0, 9060.0, 9079.0, 9066.0, 9084.0, 9087.0, 9093.0, 9088.0, 9108.0, 9109.0, 9097.0, 9103.0, 9109.0, 9105.0, 9097.0, 9118.0, 9108.0, 9104.0, 9104.0, 9104.0, 9090.0, 9110.0, 9094.0, 9124.0, 9091.0, 9103.0, 9097.0, 9106.0, 9088.0, 9107.0, 9089.0, 9096.0, 9066.0, 9100.0, 9065.0, 9095.0, 9067.0, 9081.0, 9059.0, 9079.0, 9075.0, 9061.0, 9043.0, 9057.0, 9060.0, 9058.0, 9068.0, 9053.0, 9053.0, 9056.0, 9057.0, 9057.0, 9057.0, 9061.0, 9062.0, 9063.0, 9058.0, 9046.0, 9060.0, 9044.0, 9073.0, 9046.0, 9056.0, 9058.0, 9059.0, 9041.0, 9060.0, 9092.0, 9060.0, 9087.0, 9042.0, 9070.0, 9059.0, 9058.0, 9045.0, 9062.0, 9044.0, 9068.0, 9054.0, 9081.0, 9084.0, 9071.0, 9085.0, 9059.0, 9085.0, 9061.0, 9093.0, 9085.0, 9099.0, 9081.0, 9093.0, 9081.0, 9110.0, 9116.0, 9104.0, 9116.0, 9144.0, 9117.0, 9135.0, 9107.0, 9099.0, 9069.0, 9082.0, 9072.0, 9084.0, 9050.0, 9067.0, 9053.0, 9071.0, 9070.0, 9074.0, 9101.0, 9090.0, 9086.0, 9091.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.0016968735632183905</td></tr>
<tr><td colspan=3>aqi</td><td>0.016941601264367816</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.155798215166826</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1925170605983888</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0363322921979274</td></tr>
<tr><td colspan=3>efc</td><td>0.472</td></tr>
<tr><td colspan=3>fber</td><td>5679.9536</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08023981070175865</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2988505747126435</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7371965001101817</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.669029118183569</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.958053020383611</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.584507361763365</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117789</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00813075341284275</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024161942303180695</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.620401523973317</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.3872</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.125</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.4255</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298900.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>775.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.1906</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8119</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.3534</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3235.3237</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3465.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77644.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>896.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4311.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>957.07</td></tr>
<tr><td colspan=3>tsnr</td><td>43.73537651449442</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>