ds005256-mriqc/sub-0006_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 5e4dfbdf6b [DATALAD RUNCMD] Compute MRIQC for sub-0006
=== 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-0006 --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-0006",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:17:41 +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-0006_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0006_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-03/func/sub-0006_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>40880b1c9e63c50cbe4700d41339683a</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:18:12.357500</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.99441, -0.0728334, 0.0764442, 0.0831534, 0.986383, -0.141894]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0881417</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7698, -7356, 569, -70, -88, -41, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>241.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f89433f3-2d29-4272-ade5-da81dd0a0e71||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.6679298877716064, 0.22309450805187225, 0.1756853610277176, 99.65391540527344], [0.19540666043758392, 2.6463937759399414, -0.39813491702079773, -103.42015838623047], [0.20509420335292816, 0.3806910812854767, 2.6646995544433594, -119.4517822265625], [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': ['101812.357500', '101812.817500', '101813.277500', '101813.737500', '101814.197500', '101814.657500', '101815.117500', '101815.577500', '101816.037500', '101816.497500', '101816.957500', '101817.417500', '101817.877500', '101818.337500', '101818.797500', '101819.257500', '101819.717500', '101820.177500', '101820.637500', '101821.097500', '101821.557500', '101822.017500', '101822.477500', '101822.937500', '101823.397500', '101823.857500', '101824.317500', '101824.777500', '101825.237500', '101825.697500', '101826.157500', '101826.617500', '101827.077500', '101827.537500', '101827.997500', '101828.457500', '101828.917500', '101829.377500', '101829.837500', '101830.297500', '101830.757500', '101831.217500', '101831.677500', '101832.137500', '101832.597500', '101833.057500', '101833.517500', '101833.977500', '101834.437500', '101834.897500', '101835.357500', '101835.817500', '101836.277500', '101836.737500', '101837.197500', '101837.657500', '101838.117500', '101838.577500', '101839.037500', '101839.497500', '101839.957500', '101840.417500', '101840.877500', '101841.337500', '101841.797500', '101842.257500', '101842.717500', '101843.177500', '101843.637500', '101844.097500', '101844.557500', '101845.017500', '101845.477500', '101845.937500', '101846.397500', '101846.857500', '101847.317500', '101847.777500', '101848.237500', '101848.697500', '101849.157500', '101849.617500', '101850.077500', '101850.537500', '101850.997500', '101851.457500', '101851.917500', '101852.377500', '101852.837500', '101853.297500', '101853.757500', '101854.217500', '101854.677500', '101855.137500', '101855.597500', '101856.057500', '101856.517500', '101856.977500', '101857.437500', '101857.897500', '101858.357500', '101858.817500', '101859.277500', '101859.737500', '101900.197500', '101900.657500', '101901.117500', '101901.577500', '101902.037500', '101902.497500', '101902.957500', '101903.417500', '101903.877500', '101904.337500', '101904.797500', '101905.257500', '101905.717500', '101906.177500', '101906.637500', '101907.097500', '101907.557500', '101908.017500', '101908.477500', '101908.937500', '101909.397500', '101909.857500', '101910.317500', '101910.777500', '101911.237500', '101911.697500', '101912.157500', '101912.617500', '101913.077500', '101913.537500', '101913.997500', '101914.457500', '101914.917500', '101915.377500', '101915.837500', '101916.297500', '101916.757500', '101917.217500', '101917.677500', '101918.137500', '101918.597500', '101919.057500', '101919.517500', '101919.977500', '101920.437500', '101920.897500', '101921.357500', '101921.817500', '101922.277500', '101922.737500', '101923.197500', '101923.657500', '101924.117500', '101924.577500', '101925.037500', '101925.497500', '101925.957500', '101926.417500', '101926.877500', '101927.337500', '101927.797500', '101928.257500', '101928.717500', '101929.177500', '101929.637500', '101930.097500', '101930.557500', '101931.017500', '101931.477500', '101931.937500', '101932.397500', '101932.857500', '101933.317500', '101933.777500', '101934.237500', '101934.697500', '101935.157500', '101935.617500', '101936.077500', '101936.537500', '101936.997500', '101937.457500', '101937.917500', '101938.377500', '101938.837500', '101939.297500', '101939.757500', '101940.217500', '101940.677500', '101941.137500', '101941.597500', '101942.057500', '101942.517500', '101942.977500', '101943.437500', '101943.897500', '101944.357500', '101944.817500', '101945.277500', '101945.737500', '101946.197500', '101946.657500', '101947.117500', '101947.577500', '101948.037500', '101948.497500', '101948.957500', '101949.417500', '101949.877500', '101950.337500', '101950.797500', '101951.257500', '101951.717500', '101952.177500', '101952.637500', '101953.097500', '101953.557500', '101954.017500', '101954.477500', '101954.937500', '101955.397500', '101955.857500', '101956.317500', '101956.777500', '101957.237500', '101957.697500', '101958.157500', '101958.617500', '101959.077500', '101959.537500', '101959.997500', '102000.457500', '102000.917500', '102001.377500', '102001.837500', '102002.297500', '102002.757500', '102003.217500', '102003.677500', '102004.137500', '102004.597500', '102005.057500', '102005.517500', '102005.977500', '102006.437500', '102006.897500', '102007.357500', '102007.817500', '102008.277500', '102008.737500', '102009.197500', '102009.657500', '102010.117500', '102010.577500', '102011.037500', '102011.497500', '102011.957500', '102012.417500', '102012.877500', '102013.337500', '102013.797500', '102014.257500', '102014.717500', '102015.177500', '102015.637500', '102016.097500', '102016.557500', '102017.017500', '102017.477500', '102017.937500', '102018.397500', '102018.857500', '102019.317500', '102019.777500', '102020.237500', '102020.697500', '102021.157500', '102021.617500', '102022.077500', '102022.537500', '102022.997500', '102023.457500', '102023.917500', '102024.377500', '102024.837500', '102025.297500', '102025.757500', '102026.217500', '102026.677500', '102027.137500', '102027.597500', '102028.057500', '102028.517500', '102028.977500', '102029.437500', '102029.897500', '102030.357500', '102030.817500', '102031.277500', '102031.737500', '102032.197500', '102032.657500', '102033.117500', '102033.577500', '102034.037500', '102034.497500', '102034.957500', '102035.417500', '102035.877500', '102036.337500', '102036.797500', '102037.257500', '102037.717500', '102038.177500', '102038.637500', '102039.097500', '102039.557500', '102040.017500', '102040.477500', '102040.937500', '102041.397500', '102041.857500', '102042.317500', '102042.777500', '102043.237500', '102043.697500', '102044.157500', '102044.617500', '102045.077500', '102045.537500', '102045.997500', '102046.457500', '102046.917500', '102047.377500', '102047.837500', '102048.297500', '102048.757500', '102049.217500', '102049.677500', '102050.137500', '102050.597500', '102051.057500', '102051.517500', '102051.977500', '102052.437500', '102052.897500', '102053.357500', '102053.817500', '102054.277500', '102054.737500', '102055.197500', '102055.657500', '102056.117500', '102056.577500', '102057.037500', '102057.497500', '102057.957500', '102058.417500', '102058.877500', '102059.337500', '102059.797500', '102100.257500', '102100.717500', '102101.177500', '102101.637500', '102102.097500', '102102.557500', '102103.017500', '102103.477500', '102103.937500', '102104.397500', '102104.857500', '102105.317500', '102105.777500', '102106.237500', '102106.697500', '102107.157500', '102107.617500', '102108.077500', '102108.537500', '102108.997500', '102109.457500', '102109.917500', '102110.377500', '102110.837500', '102111.297500', '102111.757500', '102112.217500', '102112.677500', '102113.137500', '102113.597500', '102114.057500', '102114.517500', '102114.977500', '102115.437500', '102115.897500', '102116.357500', '102116.817500', '102117.277500', '102117.737500', '102118.197500', '102118.657500', '102119.117500', '102119.577500', '102120.037500', '102120.497500', '102120.957500', '102121.417500', '102121.877500', '102122.337500', '102122.797500', '102123.257500', '102123.717500', '102124.177500', '102124.637500', '102125.097500', '102125.557500', '102126.017500', '102126.477500', '102126.937500', '102127.397500', '102127.857500', '102128.317500', '102128.777500', '102129.237500', '102129.697500', '102130.157500', '102130.617500', '102131.077500', '102131.537500', '102131.997500', '102132.457500', '102132.917500', '102133.377500', '102133.837500', '102134.297500', '102134.757500', '102135.217500', '102135.677500', '102136.137500', '102136.597500', '102137.057500', '102137.517500', '102137.977500', '102138.437500', '102138.897500', '102139.357500', '102139.817500', '102140.277500', '102140.737500', '102141.197500', '102141.657500', '102142.117500', '102142.577500', '102143.037500', '102143.497500', '102143.957500', '102144.417500', '102144.877500', '102145.337500', '102145.797500', '102146.257500', '102146.717500', '102147.177500', '102147.637500', '102148.097500', '102148.557500', '102149.017500', '102149.477500', '102149.937500', '102150.397500', '102150.857500', '102151.317500', '102151.777500', '102152.237500', '102152.697500', '102153.157500', '102153.617500', '102154.077500', '102154.537500', '102154.997500', '102155.457500', '102155.917500', '102156.377500', '102156.837500', '102157.297500', '102157.757500', '102158.217500', '102158.677500', '102159.137500', '102159.597500', '102200.057500', '102200.517500', '102200.977500', '102201.437500', '102201.897500', '102202.357500', '102202.817500', '102203.277500', '102203.737500', '102204.197500', '102204.657500', '102205.117500', '102205.577500', '102206.037500', '102206.497500', '102206.957500', '102207.417500', '102207.877500', '102208.337500', '102208.797500', '102209.257500', '102209.717500', '102210.177500', '102210.637500', '102211.097500', '102211.557500', '102212.017500', '102212.477500', '102212.937500', '102213.397500', '102213.857500', '102214.317500', '102214.777500', '102215.237500', '102215.697500', '102216.157500', '102216.617500', '102217.077500', '102217.537500', '102217.997500', '102218.457500', '102218.917500', '102219.377500', '102219.837500', '102220.297500', '102220.757500', '102221.217500', '102221.677500', '102222.137500', '102222.597500', '102223.057500', '102223.517500', '102223.977500', '102224.437500', '102224.897500', '102225.357500', '102225.817500', '102226.277500', '102226.737500', '102227.197500', '102227.657500', '102228.117500', '102228.577500', '102229.037500', '102229.497500', '102229.957500', '102230.417500', '102230.877500', '102231.337500', '102231.797500', '102232.257500', '102232.717500', '102233.177500', '102233.637500', '102234.097500', '102234.557500', '102235.017500', '102235.477500', '102235.937500', '102236.397500', '102236.857500', '102237.317500', '102237.777500', '102238.237500', '102238.697500', '102239.157500', '102239.617500', '102240.077500', '102240.537500', '102240.997500', '102241.457500', '102241.917500', '102242.377500', '102242.837500', '102243.297500', '102243.757500', '102244.217500', '102244.677500', '102245.137500', '102245.597500', '102246.057500', '102246.517500', '102246.977500', '102247.437500', '102247.897500', '102248.357500', '102248.817500', '102249.277500', '102249.737500', '102250.197500', '102250.657500', '102251.117500', '102251.577500', '102252.037500', '102252.497500', '102252.957500', '102253.417500', '102253.877500', '102254.337500', '102254.797500', '102255.257500', '102255.717500', '102256.177500', '102256.637500', '102257.097500', '102257.557500', '102258.017500', '102258.477500', '102258.937500', '102259.397500', '102259.857500', '102300.317500', '102300.777500', '102301.237500', '102301.697500', '102302.157500', '102302.617500', '102303.077500', '102303.537500', '102303.997500', '102304.457500', '102304.917500', '102305.377500', '102305.837500', '102306.297500', '102306.757500', '102307.217500', '102307.677500', '102308.137500', '102308.597500', '102309.057500', '102309.517500', '102309.977500', '102310.437500', '102310.897500', '102311.357500', '102311.817500', '102312.277500', '102312.737500', '102313.197500', '102313.657500', '102314.117500', '102314.577500', '102315.037500', '102315.497500', '102315.957500', '102316.417500', '102316.877500', '102317.337500', '102317.797500', '102318.257500', '102318.717500', '102319.177500', '102319.637500', '102320.097500', '102320.557500', '102321.017500', '102321.477500', '102321.937500', '102322.397500', '102322.857500', '102323.317500', '102323.777500', '102324.237500', '102324.697500', '102325.157500', '102325.617500', '102326.077500', '102326.537500', '102326.997500', '102327.457500', '102327.917500', '102328.377500', '102328.837500', '102329.297500', '102329.757500', '102330.217500', '102330.677500', '102331.137500', '102331.597500', '102332.057500', '102332.517500', '102332.977500', '102333.437500', '102333.897500', '102334.357500', '102334.817500', '102335.277500', '102335.737500', '102336.197500', '102336.657500', '102337.117500', '102337.577500', '102338.037500', '102338.497500', '102338.957500', '102339.417500', '102339.877500', '102340.337500', '102340.797500', '102341.257500', '102341.717500', '102342.177500', '102342.637500', '102343.097500', '102343.557500', '102344.017500', '102344.477500', '102344.937500', '102345.397500', '102345.857500', '102346.317500', '102346.777500', '102347.237500', '102347.697500', '102348.157500', '102348.617500', '102349.077500', '102349.537500', '102349.997500', '102350.457500', '102350.917500', '102351.377500', '102351.837500', '102352.297500', '102352.757500', '102353.217500', '102353.677500', '102354.137500', '102354.597500', '102355.057500', '102355.517500', '102355.977500', '102356.437500', '102356.897500', '102357.357500', '102357.817500', '102358.277500', '102358.737500', '102359.197500', '102359.657500', '102400.117500', '102400.577500', '102401.037500', '102401.497500', '102401.957500', '102402.417500', '102402.877500', '102403.337500', '102403.797500', '102404.257500', '102404.717500', '102405.177500', '102405.637500', '102406.097500', '102406.557500', '102407.017500', '102407.477500', '102407.937500', '102408.397500', '102408.857500', '102409.317500', '102409.777500', '102410.237500', '102410.697500', '102411.157500', '102411.617500', '102412.077500', '102412.537500', '102412.997500', '102413.457500', '102413.917500', '102414.377500', '102414.837500', '102415.297500', '102415.757500', '102416.217500', '102416.677500', '102417.137500', '102417.597500', '102418.057500', '102418.517500', '102418.977500', '102419.437500', '102419.897500', '102420.357500', '102420.817500', '102421.277500', '102421.737500', '102422.197500', '102422.657500', '102423.117500', '102423.577500', '102424.037500', '102424.497500', '102424.957500', '102425.417500', '102425.877500', '102426.337500', '102426.797500', '102427.257500', '102427.717500', '102428.177500', '102428.637500', '102429.097500', '102429.557500', '102430.017500', '102430.477500', '102430.937500', '102431.397500', '102431.857500', '102432.317500', '102432.777500', '102433.237500', '102433.697500', '102434.157500', '102434.617500', '102435.077500', '102435.537500', '102435.997500', '102436.457500', '102436.917500', '102437.377500', '102437.837500', '102438.297500', '102438.757500', '102439.217500', '102439.677500', '102440.137500', '102440.597500', '102441.057500', '102441.517500', '102441.977500', '102442.437500', '102442.897500', '102443.357500', '102443.817500', '102444.277500', '102444.737500', '102445.197500', '102445.657500', '102446.117500', '102446.577500', '102447.037500', '102447.497500', '102447.957500', '102448.417500', '102448.877500', '102449.337500', '102449.797500', '102450.257500', '102450.717500', '102451.177500', '102451.637500', '102452.097500', '102452.557500', '102453.017500'], 'ContentTime': ['101825.349000', '101825.352000', '101825.355000', '101825.358000', '101825.361000', '101825.364000', '101825.367000', '101825.370000', '101825.372000', '101825.375000', '101825.378000', '101825.381000', '101825.384000', '101825.387000', '101825.390000', '101825.397000', '101825.400000', '101825.403000', '101825.406000', '101825.408000', '101825.411000', '101825.414000', '101825.417000', '101825.420000', '101825.423000', '101825.425000', '101845.311000', '101845.314000', '101845.318000', '101845.321000', '101845.323000', '101845.326000', '101845.329000', '101845.332000', '101845.335000', '101845.338000', '101845.340000', '101845.343000', '101845.346000', '101845.349000', '101845.352000', '101845.355000', '101845.357000', '101845.360000', '101845.363000', '101845.366000', '101845.369000', '101845.372000', '101845.375000', '101845.377000', '101845.380000', '101845.383000', '101845.391000', '101845.394000', '101845.397000', '101845.400000', '101845.403000', '101845.406000', '101845.409000', '101845.412000', '101845.414000', '101845.417000', '101845.420000', '101845.423000', '101845.426000', '101845.429000', '101845.431000', '101845.434000', '101845.437000', '101905.311000', '101905.314000', '101905.317000', '101905.320000', '101905.322000', '101905.325000', '101905.328000', '101905.331000', '101905.334000', '101905.336000', '101905.339000', '101905.342000', '101905.345000', '101905.348000', '101905.351000', '101905.354000', '101905.356000', '101905.359000', '101905.362000', '101905.365000', '101905.368000', '101905.370000', '101905.373000', '101905.380000', '101905.383000', '101905.386000', '101905.389000', '101905.391000', '101905.394000', '101905.397000', '101905.400000', '101905.403000', '101905.406000', '101905.408000', '101905.411000', '101905.414000', '101905.417000', '101905.420000', '101905.423000', '101905.425000', '101905.428000', '101905.431000', '101905.434000', '101905.449000', '101925.310000', '101925.313000', '101925.316000', '101925.319000', '101925.322000', '101925.324000', '101925.327000', '101925.330000', '101925.333000', '101925.336000', '101925.339000', '101925.341000', '101925.344000', '101925.347000', '101925.350000', '101925.353000', '101925.356000', '101925.360000', '101925.363000', '101925.365000', '101925.368000', '101925.371000', '101925.374000', '101925.377000', '101925.380000', '101925.383000', '101925.385000', '101925.388000', '101925.391000', '101925.394000', '101925.397000', '101925.400000', '101925.402000', '101925.405000', '101925.408000', '101925.411000', '101925.414000', '101925.417000', '101925.420000', '101925.423000', '101925.427000', '101925.429000', '101925.432000', '101945.310000', '101945.313000', '101945.316000', '101945.319000', '101945.321000', '101945.324000', '101945.327000', '101945.330000', '101945.333000', '101945.336000', '101945.339000', '101945.341000', '101945.344000', '101945.347000', '101945.350000', '101945.353000', '101945.355000', '101945.358000', '101945.361000', '101945.364000', '101945.367000', '101945.370000', '101945.372000', '101945.375000', '101945.378000', '101945.381000', '101945.384000', '101945.387000', '101945.389000', '101945.392000', '101945.395000', '101945.398000', '101945.401000', '101945.404000', '101945.407000', '101945.409000', '101945.412000', '101945.415000', '101945.418000', '101945.421000', '101945.423000', '101945.426000', '101945.429000', '101945.432000', '102005.310000', '102005.313000', '102005.316000', '102005.319000', '102005.321000', '102005.324000', '102005.327000', '102005.330000', '102005.333000', '102005.336000', '102005.338000', '102005.341000', '102005.344000', '102005.347000', '102005.350000', '102005.353000', '102005.356000', '102005.359000', '102005.361000', '102005.364000', '102005.367000', '102005.370000', '102005.373000', '102005.376000', '102005.379000', '102005.381000', '102005.384000', '102005.387000', '102005.390000', '102005.393000', '102005.396000', '102005.399000', '102005.402000', '102005.404000', '102005.407000', '102005.410000', '102005.413000', '102005.416000', '102005.418000', '102005.421000', '102005.424000', '102005.427000', '102005.430000', '102025.310000', '102025.313000', '102025.316000', '102025.318000', '102025.322000', '102025.324000', '102025.327000', '102025.330000', '102025.333000', '102025.336000', '102025.338000', '102025.341000', '102025.344000', '102025.347000', '102025.350000', '102025.353000', '102025.356000', '102025.358000', '102025.361000', '102025.364000', '102025.367000', '102025.370000', '102025.373000', '102025.375000', '102025.378000', '102025.381000', '102025.384000', '102025.387000', '102025.390000', '102025.393000', '102025.395000', '102025.398000', '102025.401000', '102025.404000', '102025.407000', '102025.410000', '102025.412000', '102025.415000', '102025.418000', '102025.421000', '102025.424000', '102025.427000', '102025.430000', '102025.432000', '102045.310000', '102045.313000', '102045.316000', '102045.319000', '102045.322000', '102045.324000', '102045.327000', '102045.330000', '102045.333000', '102045.336000', '102045.339000', '102045.342000', '102045.344000', '102045.347000', '102045.350000', '102045.353000', '102045.356000', '102045.359000', '102045.362000', '102045.364000', '102045.367000', '102045.370000', '102045.373000', '102045.376000', '102045.379000', '102045.381000', '102045.384000', '102045.387000', '102045.390000', '102045.393000', '102045.400000', '102045.403000', '102045.405000', '102045.408000', '102045.411000', '102045.414000', '102045.417000', '102045.420000', '102045.438000', '102045.441000', '102045.444000', '102045.447000', '102045.450000', '102105.311000', '102105.314000', '102105.317000', '102105.320000', '102105.322000', '102105.325000', '102105.328000', '102105.331000', '102105.334000', '102105.337000', '102105.340000', '102105.343000', '102105.346000', '102105.348000', '102105.351000', '102105.354000', '102105.357000', '102105.360000', '102105.363000', '102105.366000', '102105.369000', '102105.371000', '102105.374000', '102105.377000', '102105.380000', '102105.383000', '102105.386000', '102105.389000', '102105.391000', '102105.394000', '102105.397000', '102105.400000', '102105.403000', '102105.406000', '102105.408000', '102105.411000', '102105.414000', '102105.417000', '102105.420000', '102105.423000', '102105.426000', '102105.428000', '102105.431000', '102105.434000', '102125.311000', '102125.314000', '102125.317000', '102125.320000', '102125.322000', '102125.325000', '102125.328000', '102125.331000', '102125.334000', '102125.337000', '102125.340000', '102125.343000', '102125.345000', '102125.348000', '102125.351000', '102125.354000', '102125.357000', '102125.360000', '102125.363000', '102125.365000', '102125.368000', '102125.371000', '102125.374000', '102125.377000', '102125.380000', '102125.383000', '102125.386000', '102125.388000', '102125.391000', '102125.394000', '102125.397000', '102125.400000', '102125.403000', '102125.408000', '102125.411000', '102125.414000', '102125.417000', '102125.420000', '102125.423000', '102125.426000', '102125.428000', '102125.431000', '102125.434000', '102145.310000', '102145.313000', '102145.319000', '102145.322000', '102145.325000', '102145.328000', '102145.331000', '102145.333000', '102145.336000', '102145.339000', '102145.342000', '102145.345000', '102145.348000', '102145.351000', '102145.354000', '102145.356000', '102145.359000', '102145.362000', '102145.365000', '102145.368000', '102145.371000', '102145.373000', '102145.376000', '102145.379000', '102145.382000', '102145.385000', '102145.388000', '102145.391000', '102145.394000', '102145.396000', '102145.399000', '102145.402000', '102145.405000', '102145.408000', '102145.411000', '102145.414000', '102145.416000', '102145.419000', '102145.422000', '102145.425000', '102145.428000', '102145.431000', '102145.434000', '102145.436000', '102205.310000', '102205.313000', '102205.316000', '102205.319000', '102205.322000', '102205.325000', '102205.327000', '102205.330000', '102205.333000', '102205.336000', '102205.339000', '102205.342000', '102205.345000', '102205.347000', '102205.350000', '102205.353000', '102205.356000', '102205.359000', '102205.362000', '102205.364000', '102205.368000', '102205.370000', '102205.373000', '102205.376000', '102205.379000', '102205.382000', '102205.385000', '102205.387000', '102205.390000', '102205.393000', '102205.396000', '102205.399000', '102205.402000', '102205.405000', '102205.407000', '102205.410000', '102205.413000', '102205.416000', '102205.419000', '102205.422000', '102205.425000', '102205.427000', '102205.430000', '102225.310000', '102225.313000', '102225.316000', '102225.319000', '102225.321000', '102225.324000', '102225.327000', '102225.330000', '102225.333000', '102225.336000', '102225.339000', '102225.342000', '102225.344000', '102225.348000', '102225.350000', '102225.353000', '102225.356000', '102225.359000', '102225.362000', '102225.365000', '102225.378000', '102225.381000', '102225.384000', '102225.386000', '102225.389000', '102225.392000', '102225.395000', '102225.398000', '102225.401000', '102225.404000', '102225.406000', '102225.409000', '102225.412000', '102225.415000', '102225.418000', '102225.421000', '102225.424000', '102225.426000', '102225.429000', '102225.432000', '102225.435000', '102225.438000', '102225.441000', '102225.443000', '102245.310000', '102245.313000', '102245.316000', '102245.319000', '102245.322000', '102245.324000', '102245.327000', '102245.330000', '102245.333000', '102245.336000', '102245.339000', '102245.342000', '102245.345000', '102245.347000', '102245.350000', '102245.353000', '102245.356000', '102245.359000', '102245.362000', '102245.365000', '102245.368000', '102245.370000', '102245.373000', '102245.376000', '102245.379000', '102245.382000', '102245.385000', '102245.388000', '102245.390000', '102245.393000', '102245.396000', '102245.399000', '102245.402000', '102245.405000', '102245.408000', '102245.411000', '102245.413000', '102245.416000', '102245.419000', '102245.422000', '102245.425000', '102245.428000', '102245.430000', '102305.310000', '102305.314000', '102305.316000', '102305.319000', '102305.322000', '102305.325000', '102305.328000', '102305.331000', '102305.334000', '102305.337000', '102305.339000', '102305.342000', '102305.345000', '102305.348000', '102305.351000', '102305.354000', '102305.357000', '102305.359000', '102305.362000', '102305.365000', '102305.368000', '102305.371000', '102305.374000', '102305.377000', '102305.380000', '102305.383000', '102305.385000', '102305.388000', '102305.391000', '102305.394000', '102305.397000', '102305.399000', '102305.403000', '102305.405000', '102305.408000', '102305.411000', '102305.414000', '102305.417000', '102305.420000', '102305.422000', '102305.425000', '102305.428000', '102305.431000', '102325.311000', '102325.314000', '102325.317000', '102325.320000', '102325.323000', '102325.326000', '102325.329000', '102325.332000', '102325.334000', '102325.337000', '102325.340000', '102325.343000', '102325.346000', '102325.349000', '102325.351000', '102325.354000', '102325.357000', '102325.360000', '102325.363000', '102325.366000', '102325.369000', '102325.372000', '102325.374000', '102325.377000', '102325.380000', '102325.383000', '102325.386000', '102325.393000', '102325.395000', '102325.398000', '102325.401000', '102325.404000', '102325.407000', '102325.410000', '102325.413000', '102325.416000', '102325.419000', '102325.422000', '102325.424000', '102325.427000', '102325.430000', '102325.433000', '102325.436000', '102325.439000', '102345.311000', '102345.314000', '102345.317000', '102345.320000', '102345.323000', '102345.326000', '102345.329000', '102345.331000', '102345.334000', '102345.337000', '102345.340000', '102345.343000', '102345.346000', '102345.349000', '102345.352000', '102345.354000', '102345.357000', '102345.360000', '102345.363000', '102345.366000', '102345.369000', '102345.372000', '102345.375000', '102345.378000', '102345.381000', '102345.384000', '102345.387000', '102345.390000', '102345.392000', '102345.395000', '102345.398000', '102345.401000', '102345.404000', '102345.407000', '102345.409000', '102345.412000', '102345.415000', '102345.418000', '102345.421000', '102345.424000', '102345.427000', '102345.429000', '102345.432000', '102405.310000', '102405.313000', '102405.316000', '102405.319000', '102405.322000', '102405.324000', '102405.327000', '102405.330000', '102405.333000', '102405.336000', '102405.339000', '102405.342000', '102405.344000', '102405.347000', '102405.350000', '102405.353000', '102405.356000', '102405.359000', '102405.362000', '102405.365000', '102405.367000', '102405.370000', '102405.373000', '102405.376000', '102405.379000', '102405.382000', '102405.385000', '102405.387000', '102405.390000', '102405.393000', '102405.396000', '102405.399000', '102405.402000', '102405.405000', '102405.408000', '102405.411000', '102405.413000', '102405.416000', '102405.419000', '102405.422000', '102405.425000', '102405.428000', '102405.431000', '102405.433000', '102425.310000', '102425.313000', '102425.316000', '102425.321000', '102425.324000', '102425.327000', '102425.330000', '102425.333000', '102425.337000', '102425.340000', '102425.344000', '102425.346000', '102425.349000', '102425.352000', '102425.356000', '102425.359000', '102425.362000', '102425.366000', '102425.369000', '102425.372000', '102425.375000', '102425.378000', '102425.382000', '102425.385000', '102425.388000', '102425.391000', '102425.394000', '102425.398000', '102425.401000', '102425.404000', '102425.407000', '102425.410000', '102425.413000', '102425.416000', '102425.419000', '102425.422000', '102425.424000', '102425.427000', '102425.430000', '102425.433000', '102425.436000', '102425.439000', '102425.441000', '102445.310000', '102445.313000', '102445.316000', '102445.319000', '102445.322000', '102445.325000', '102445.327000', '102445.330000', '102445.333000', '102445.336000', '102445.339000', '102445.342000', '102445.344000', '102445.347000', '102445.350000', '102445.353000', '102445.356000', '102445.359000', '102445.362000', '102445.364000', '102445.367000', '102445.370000', '102445.373000', '102445.376000', '102445.379000', '102445.382000', '102445.384000', '102445.387000', '102445.390000', '102445.393000', '102445.396000', '102445.399000', '102445.401000', '102445.404000', '102445.407000', '102445.410000', '102445.413000', '102445.416000', '102445.419000', '102445.421000', '102445.424000', '102445.427000', '102445.430000', '102445.433000', '102454.365000', '102454.369000', '102454.372000', '102454.375000', '102454.378000', '102454.381000', '102454.384000', '102454.387000', '102454.390000', '102454.393000', '102454.396000', '102454.399000', '102454.402000', '102454.405000', '102454.408000', '102454.411000', '102454.414000', '102454.417000', '102454.419000', '102454.422000'], 'InstanceCreationTime': ['101825.349000', '101825.352000', '101825.355000', '101825.358000', '101825.361000', '101825.364000', '101825.367000', '101825.370000', '101825.372000', '101825.375000', '101825.378000', '101825.381000', '101825.384000', '101825.387000', '101825.390000', '101825.397000', '101825.400000', '101825.403000', '101825.406000', '101825.408000', '101825.411000', '101825.414000', '101825.417000', '101825.420000', '101825.423000', '101825.425000', '101845.311000', '101845.314000', '101845.318000', '101845.321000', '101845.323000', '101845.326000', '101845.329000', '101845.332000', '101845.335000', '101845.338000', '101845.340000', '101845.343000', '101845.346000', '101845.349000', '101845.352000', '101845.355000', '101845.357000', '101845.360000', '101845.363000', '101845.366000', '101845.369000', '101845.372000', '101845.375000', '101845.377000', '101845.380000', '101845.383000', '101845.391000', '101845.394000', '101845.397000', '101845.400000', '101845.403000', '101845.406000', '101845.409000', '101845.412000', '101845.414000', '101845.417000', '101845.420000', '101845.423000', '101845.426000', '101845.429000', '101845.431000', '101845.434000', '101845.437000', '101905.311000', '101905.314000', '101905.317000', '101905.320000', '101905.322000', '101905.325000', '101905.328000', '101905.331000', '101905.334000', '101905.336000', '101905.339000', '101905.342000', '101905.345000', '101905.348000', '101905.351000', '101905.354000', '101905.356000', '101905.359000', '101905.362000', '101905.365000', '101905.368000', '101905.370000', '101905.373000', '101905.380000', '101905.383000', '101905.386000', '101905.389000', '101905.391000', '101905.394000', '101905.397000', '101905.400000', '101905.403000', '101905.406000', '101905.408000', '101905.411000', '101905.414000', '101905.417000', '101905.420000', '101905.423000', '101905.425000', '101905.428000', '101905.431000', '101905.434000', '101905.449000', '101925.310000', '101925.313000', '101925.316000', '101925.319000', '101925.322000', '101925.324000', '101925.327000', '101925.330000', '101925.333000', '101925.336000', '101925.339000', '101925.341000', '101925.344000', '101925.347000', '101925.350000', '101925.353000', '101925.356000', '101925.360000', '101925.363000', '101925.365000', '101925.368000', '101925.371000', '101925.374000', '101925.377000', '101925.380000', '101925.383000', '101925.385000', '101925.388000', '101925.391000', '101925.394000', '101925.397000', '101925.400000', '101925.402000', '101925.405000', '101925.408000', '101925.411000', '101925.414000', '101925.417000', '101925.420000', '101925.423000', '101925.427000', '101925.429000', '101925.432000', '101945.310000', '101945.313000', '101945.316000', '101945.319000', '101945.321000', '101945.324000', '101945.327000', '101945.330000', '101945.333000', '101945.336000', '101945.339000', '101945.341000', '101945.344000', '101945.347000', '101945.350000', '101945.353000', '101945.355000', '101945.358000', '101945.361000', '101945.364000', '101945.367000', '101945.370000', '101945.372000', '101945.375000', '101945.378000', '101945.381000', '101945.384000', '101945.387000', '101945.389000', '101945.392000', '101945.395000', '101945.398000', '101945.401000', '101945.404000', '101945.407000', '101945.409000', '101945.412000', '101945.415000', '101945.418000', '101945.421000', '101945.423000', '101945.426000', '101945.429000', '101945.432000', '102005.310000', '102005.313000', '102005.316000', '102005.319000', '102005.321000', '102005.324000', '102005.327000', '102005.330000', '102005.333000', '102005.336000', '102005.338000', '102005.341000', '102005.344000', '102005.347000', '102005.350000', '102005.353000', '102005.356000', '102005.359000', '102005.361000', '102005.364000', '102005.367000', '102005.370000', '102005.373000', '102005.376000', '102005.379000', '102005.381000', '102005.384000', '102005.387000', '102005.390000', '102005.393000', '102005.396000', '102005.399000', '102005.402000', '102005.404000', '102005.407000', '102005.410000', '102005.413000', '102005.416000', '102005.418000', '102005.421000', '102005.424000', '102005.427000', '102005.430000', '102025.310000', '102025.313000', '102025.316000', '102025.318000', '102025.322000', '102025.324000', '102025.327000', '102025.330000', '102025.333000', '102025.336000', '102025.338000', '102025.341000', '102025.344000', '102025.347000', '102025.350000', '102025.353000', '102025.356000', '102025.358000', '102025.361000', '102025.364000', '102025.367000', '102025.370000', '102025.373000', '102025.375000', '102025.378000', '102025.381000', '102025.384000', '102025.387000', '102025.390000', '102025.393000', '102025.395000', '102025.398000', '102025.401000', '102025.404000', '102025.407000', '102025.410000', '102025.412000', '102025.415000', '102025.418000', '102025.421000', '102025.424000', '102025.427000', '102025.430000', '102025.432000', '102045.310000', '102045.313000', '102045.316000', '102045.319000', '102045.322000', '102045.324000', '102045.327000', '102045.330000', '102045.333000', '102045.336000', '102045.339000', '102045.342000', '102045.344000', '102045.347000', '102045.350000', '102045.353000', '102045.356000', '102045.359000', '102045.362000', '102045.364000', '102045.367000', '102045.370000', '102045.373000', '102045.376000', '102045.379000', '102045.381000', '102045.384000', '102045.387000', '102045.390000', '102045.393000', '102045.400000', '102045.403000', '102045.405000', '102045.408000', '102045.411000', '102045.414000', '102045.417000', '102045.420000', '102045.438000', '102045.441000', '102045.444000', '102045.447000', '102045.450000', '102105.311000', '102105.314000', '102105.317000', '102105.320000', '102105.322000', '102105.325000', '102105.328000', '102105.331000', '102105.334000', '102105.337000', '102105.340000', '102105.343000', '102105.346000', '102105.348000', '102105.351000', '102105.354000', '102105.357000', '102105.360000', '102105.363000', '102105.366000', '102105.369000', '102105.371000', '102105.374000', '102105.377000', '102105.380000', '102105.383000', '102105.386000', '102105.389000', '102105.391000', '102105.394000', '102105.397000', '102105.400000', '102105.403000', '102105.406000', '102105.408000', '102105.411000', '102105.414000', '102105.417000', '102105.420000', '102105.423000', '102105.426000', '102105.428000', '102105.431000', '102105.434000', '102125.311000', '102125.314000', '102125.317000', '102125.320000', '102125.322000', '102125.325000', '102125.328000', '102125.331000', '102125.334000', '102125.337000', '102125.340000', '102125.343000', '102125.345000', '102125.348000', '102125.351000', '102125.354000', '102125.357000', '102125.360000', '102125.363000', '102125.365000', '102125.368000', '102125.371000', '102125.374000', '102125.377000', '102125.380000', '102125.383000', '102125.386000', '102125.388000', '102125.391000', '102125.394000', '102125.397000', '102125.400000', '102125.403000', '102125.408000', '102125.411000', '102125.414000', '102125.417000', '102125.420000', '102125.423000', '102125.426000', '102125.428000', '102125.431000', '102125.434000', '102145.310000', '102145.313000', '102145.319000', '102145.322000', '102145.325000', '102145.328000', '102145.331000', '102145.333000', '102145.336000', '102145.339000', '102145.342000', '102145.345000', '102145.348000', '102145.351000', '102145.354000', '102145.356000', '102145.359000', '102145.362000', '102145.365000', '102145.368000', '102145.371000', '102145.373000', '102145.376000', '102145.379000', '102145.382000', '102145.385000', '102145.388000', '102145.391000', '102145.394000', '102145.396000', '102145.399000', '102145.402000', '102145.405000', '102145.408000', '102145.411000', '102145.414000', '102145.416000', '102145.419000', '102145.422000', '102145.425000', '102145.428000', '102145.431000', '102145.434000', '102145.436000', '102205.310000', '102205.313000', '102205.316000', '102205.319000', '102205.322000', '102205.325000', '102205.327000', '102205.330000', '102205.333000', '102205.336000', '102205.339000', '102205.342000', '102205.345000', '102205.347000', '102205.350000', '102205.353000', '102205.356000', '102205.359000', '102205.362000', '102205.364000', '102205.368000', '102205.370000', '102205.373000', '102205.376000', '102205.379000', '102205.382000', '102205.385000', '102205.387000', '102205.390000', '102205.393000', '102205.396000', '102205.399000', '102205.402000', '102205.405000', '102205.407000', '102205.410000', '102205.413000', '102205.416000', '102205.419000', '102205.422000', '102205.425000', '102205.427000', '102205.430000', '102225.310000', '102225.313000', '102225.316000', '102225.319000', '102225.321000', '102225.324000', '102225.327000', '102225.330000', '102225.333000', '102225.336000', '102225.339000', '102225.342000', '102225.344000', '102225.348000', '102225.350000', '102225.353000', '102225.356000', '102225.359000', '102225.362000', '102225.365000', '102225.378000', '102225.381000', '102225.384000', '102225.386000', '102225.389000', '102225.392000', '102225.395000', '102225.398000', '102225.401000', '102225.404000', '102225.406000', '102225.409000', '102225.412000', '102225.415000', '102225.418000', '102225.421000', '102225.424000', '102225.426000', '102225.429000', '102225.432000', '102225.435000', '102225.438000', '102225.441000', '102225.443000', '102245.310000', '102245.313000', '102245.316000', '102245.319000', '102245.322000', '102245.324000', '102245.327000', '102245.330000', '102245.333000', '102245.336000', '102245.339000', '102245.342000', '102245.345000', '102245.347000', '102245.350000', '102245.353000', '102245.356000', '102245.359000', '102245.362000', '102245.365000', '102245.368000', '102245.370000', '102245.373000', '102245.376000', '102245.379000', '102245.382000', '102245.385000', '102245.388000', '102245.390000', '102245.393000', '102245.396000', '102245.399000', '102245.402000', '102245.405000', '102245.408000', '102245.411000', '102245.413000', '102245.416000', '102245.419000', '102245.422000', '102245.425000', '102245.428000', '102245.430000', '102305.310000', '102305.314000', '102305.316000', '102305.319000', '102305.322000', '102305.325000', '102305.328000', '102305.331000', '102305.334000', '102305.337000', '102305.339000', '102305.342000', '102305.345000', '102305.348000', '102305.351000', '102305.354000', '102305.357000', '102305.359000', '102305.362000', '102305.365000', '102305.368000', '102305.371000', '102305.374000', '102305.377000', '102305.380000', '102305.383000', '102305.385000', '102305.388000', '102305.391000', '102305.394000', '102305.397000', '102305.399000', '102305.403000', '102305.405000', '102305.408000', '102305.411000', '102305.414000', '102305.417000', '102305.420000', '102305.422000', '102305.425000', '102305.428000', '102305.431000', '102325.311000', '102325.314000', '102325.317000', '102325.320000', '102325.323000', '102325.326000', '102325.329000', '102325.332000', '102325.334000', '102325.337000', '102325.340000', '102325.343000', '102325.346000', '102325.349000', '102325.351000', '102325.354000', '102325.357000', '102325.360000', '102325.363000', '102325.366000', '102325.369000', '102325.372000', '102325.374000', '102325.377000', '102325.380000', '102325.383000', '102325.386000', '102325.393000', '102325.395000', '102325.398000', '102325.401000', '102325.404000', '102325.407000', '102325.410000', '102325.413000', '102325.416000', '102325.419000', '102325.422000', '102325.424000', '102325.427000', '102325.430000', '102325.433000', '102325.436000', '102325.439000', '102345.311000', '102345.314000', '102345.317000', '102345.320000', '102345.323000', '102345.326000', '102345.329000', '102345.331000', '102345.334000', '102345.337000', '102345.340000', '102345.343000', '102345.346000', '102345.349000', '102345.352000', '102345.354000', '102345.357000', '102345.360000', '102345.363000', '102345.366000', '102345.369000', '102345.372000', '102345.375000', '102345.378000', '102345.381000', '102345.384000', '102345.387000', '102345.390000', '102345.392000', '102345.395000', '102345.398000', '102345.401000', '102345.404000', '102345.407000', '102345.409000', '102345.412000', '102345.415000', '102345.418000', '102345.421000', '102345.424000', '102345.427000', '102345.429000', '102345.432000', '102405.310000', '102405.313000', '102405.316000', '102405.319000', '102405.322000', '102405.324000', '102405.327000', '102405.330000', '102405.333000', '102405.336000', '102405.339000', '102405.342000', '102405.344000', '102405.347000', '102405.350000', '102405.353000', '102405.356000', '102405.359000', '102405.362000', '102405.365000', '102405.367000', '102405.370000', '102405.373000', '102405.376000', '102405.379000', '102405.382000', '102405.385000', '102405.387000', '102405.390000', '102405.393000', '102405.396000', '102405.399000', '102405.402000', '102405.405000', '102405.408000', '102405.411000', '102405.413000', '102405.416000', '102405.419000', '102405.422000', '102405.425000', '102405.428000', '102405.431000', '102405.433000', '102425.310000', '102425.313000', '102425.316000', '102425.321000', '102425.324000', '102425.327000', '102425.330000', '102425.333000', '102425.337000', '102425.340000', '102425.344000', '102425.346000', '102425.349000', '102425.352000', '102425.356000', '102425.359000', '102425.362000', '102425.366000', '102425.369000', '102425.372000', '102425.375000', '102425.378000', '102425.382000', '102425.385000', '102425.388000', '102425.391000', '102425.394000', '102425.398000', '102425.401000', '102425.404000', '102425.407000', '102425.410000', '102425.413000', '102425.416000', '102425.419000', '102425.422000', '102425.424000', '102425.427000', '102425.430000', '102425.433000', '102425.436000', '102425.439000', '102425.441000', '102445.310000', '102445.313000', '102445.316000', '102445.319000', '102445.322000', '102445.325000', '102445.327000', '102445.330000', '102445.333000', '102445.336000', '102445.339000', '102445.342000', '102445.344000', '102445.347000', '102445.350000', '102445.353000', '102445.356000', '102445.359000', '102445.362000', '102445.364000', '102445.367000', '102445.370000', '102445.373000', '102445.376000', '102445.379000', '102445.382000', '102445.384000', '102445.387000', '102445.390000', '102445.393000', '102445.396000', '102445.399000', '102445.401000', '102445.404000', '102445.407000', '102445.410000', '102445.413000', '102445.416000', '102445.419000', '102445.421000', '102445.424000', '102445.427000', '102445.430000', '102445.433000', '102454.365000', '102454.369000', '102454.372000', '102454.375000', '102454.378000', '102454.381000', '102454.384000', '102454.387000', '102454.390000', '102454.393000', '102454.396000', '102454.399000', '102454.402000', '102454.405000', '102454.408000', '102454.411000', '102454.414000', '102454.417000', '102454.419000', '102454.422000'], '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': [10815, 8738, 9082, 9172, 8482, 9121, 8720, 8570, 8684, 9671, 9121, 9956, 9340, 9055, 12748, 10989, 13260, 11063, 10104, 9986, 8956, 12967, 9041, 12104, 9388, 9006, 9137, 9285, 8642, 9060, 8868, 8143, 8922, 8569, 9002, 8545, 9215, 9311, 8953, 8920, 8817, 9133, 12435, 12647, 14207, 16616, 14914, 15274, 14093, 14924, 12427, 15050, 11795, 14661, 12970, 14328, 10202, 11533, 9021, 8610, 8922, 8976, 9289, 9184, 9167, 9066, 9234, 8872, 9489, 9085, 9110, 9185, 8744, 8881, 8924, 9452, 8989, 9142, 9007, 9023, 9616, 9311, 8897, 9583, 9188, 8863, 9371, 8860, 11354, 8765, 11838, 10227, 11377, 9830, 10928, 8946, 8871, 9735, 8852, 11688, 9046, 13352, 8963, 9969, 8847, 9052, 9072, 9167, 9413, 8922, 10579, 8798, 9044, 8817, 8885, 8817, 8885, 9883, 9316, 11116, 9323, 8639, 9162, 8575, 9072, 8796, 9615, 9217, 10243, 8847, 9100, 9125, 8964, 9269, 9065, 10340, 8876, 8835, 9134, 9049, 10493, 8688, 8451, 9182, 8544, 8974, 9917, 9059, 9129, 12027, 9161, 10479, 12433, 12089, 13822, 13119, 10102, 13443, 10526, 14425, 12524, 13484, 11273, 9328, 14430, 8667, 9110, 9239, 9007, 11253, 8825, 10747, 8763, 8918, 8997, 9104, 12264, 9017, 13472, 8788, 13471, 9141, 10805, 8600, 9182, 9225, 8899, 10642, 8939, 8732, 9029, 8870, 9286, 8903, 9640, 9060, 9255, 9103, 11184, 8864, 11699, 8840, 9747, 8800, 8878, 9244, 8955, 9789, 8420, 8887, 9254, 8708, 8925, 9080, 9025, 10120, 8982, 8819, 10387, 9148, 12529, 11453, 12833, 11095, 12697, 11708, 11601, 14684, 10375, 13760, 10310, 11028, 10001, 10846, 11297, 10079, 13448, 9031, 14223, 9206, 11714, 9023, 11447, 8941, 9663, 9030, 9106, 9008, 8889, 10115, 8881, 9316, 9156, 9065, 9214, 9260, 8998, 9305, 9087, 9466, 10660, 9125, 12528, 9469, 13295, 9912, 13644, 10435, 13296, 11756, 9126, 11713, 8945, 13161, 9347, 9013, 9291, 8894, 12846, 8759, 9416, 8911, 9028, 9164, 9234, 12573, 8615, 11268, 9460, 8972, 10964, 8984, 14126, 10414, 14197, 12150, 13938, 10918, 12619, 9175, 10562, 8960, 8970, 9179, 9081, 9705, 9014, 8895, 9070, 8797, 9390, 8944, 9313, 8877, 8904, 9248, 8988, 9290, 9397, 10361, 8636, 9430, 8577, 8670, 8824, 7925, 8915, 8483, 8377, 12298, 10407, 9145, 12475, 10863, 12416, 14379, 13043, 13639, 15056, 13465, 14672, 13555, 11577, 15173, 11907, 14263, 12536, 11523, 12457, 10224, 14413, 9307, 10541, 9103, 9248, 9775, 9287, 10264, 9324, 11886, 9062, 9258, 9156, 9247, 9594, 9505, 8851, 9218, 9349, 10074, 9061, 9040, 9005, 9134, 9911, 9202, 10352, 8950, 9025, 8959, 9202, 10188, 9334, 9040, 8817, 9205, 11488, 9176, 10589, 9325, 8955, 8874, 9181, 9729, 9437, 10605, 9339, 8930, 8852, 9089, 9562, 9347, 10385, 9015, 9557, 8814, 9026, 9160, 9093, 9293, 9290, 10228, 9153, 11969, 9021, 11296, 8721, 8760, 8718, 9200, 7938, 8956, 8668, 10083, 9204, 10716, 9066, 9877, 8318, 8875, 7843, 8180, 8348, 7944, 8619, 8755, 8062, 9013, 9209, 11821, 9359, 11423, 13924, 11991, 14452, 12802, 15192, 13789, 11758, 13232, 9062, 14739, 10315, 12041, 8809, 8947, 9180, 9455, 9185, 9076, 9315, 10203, 9218, 8708, 9035, 9042, 9281, 9425, 10332, 8898, 10363, 9111, 10467, 9209, 10254, 9382, 8758, 9419, 9177, 9158, 12298, 9234, 9219, 9323, 9287, 8877, 8773, 9171, 8891, 9194, 9261, 9019, 8847, 9050, 8994, 9071, 10931, 9083, 12058, 8951, 12760, 9011, 10081, 9156, 8913, 9085, 9374, 9211, 9329, 9106, 9343, 9391, 9117, 9260, 9302, 9467, 9180, 9703, 9128, 10040, 9029, 9327, 8884, 9626, 9136, 8738, 8870, 8878, 9014, 8906, 10869, 9046, 8730, 8977, 8927, 8731, 8983, 8859, 9919, 9114, 11476, 8963, 12359, 12417, 11061, 13857, 11834, 14335, 12998, 14624, 12668, 14702, 11245, 14069, 9649, 14360, 10401, 14618, 9047, 11765, 9187, 8894, 9184, 8939, 9171, 8824, 9698, 9019, 9331, 9118, 9555, 9248, 10618, 8967, 9111, 9072, 9165, 9085, 9130, 9583, 9142, 10157, 8864, 11102, 9043, 8926, 9080, 8693, 9191, 8849, 9305, 9473, 9962, 9222, 9505, 8998, 8832, 9554, 9105, 10263, 9207, 11527, 10609, 12884, 11206, 13435, 9132, 11047, 8831, 9172, 9082, 8984, 13429, 10288, 13900, 8922, 9154, 8937, 9124, 9982, 9296, 12893, 10026, 13066, 9231, 10588, 9893, 13170, 9864, 13329, 12290, 11656, 14584, 10263, 12324, 9317, 8799, 8896, 9228, 9083, 9230, 10217, 9149, 10071, 8982, 10169, 9252, 11825, 8856, 12548, 9137, 12856, 8778, 13473, 9780, 12441, 8920, 8967, 9052, 8897, 8932, 9112, 9379, 9150, 9459, 9111, 9194, 9126, 8838, 8986, 9122, 9176, 9105, 9571, 9041, 8311, 9195, 8852, 8413, 8118, 8537, 9150, 9053, 10572, 9191, 10473, 8762, 10984, 8949, 11607, 10488, 8618, 9752, 9136, 11550, 9126, 10911, 8619, 9073, 12381, 9323, 9224, 9017, 9220, 10272, 9139, 9084, 9183, 9125, 10603, 8848, 12571, 11435, 9732, 12666, 9049, 14070, 9901, 14034, 9527, 10666, 8637, 9234, 9063, 8899, 9133, 8887, 8956, 8757, 8680, 8814, 9011, 10749, 9117, 11040, 9186, 12250, 10400, 14044, 11809, 14474, 14401, 14652, 14881, 13847, 15304, 13588, 15673, 13126, 14880, 11337, 8907, 12609, 8812, 13876, 8958, 9252, 8925, 8802, 9327, 9136, 9721, 8801, 8903, 8987, 8873, 9092, 9080, 9495, 9097, 9504, 8827, 9279, 8846, 9052, 11288, 8689, 9455, 9047, 9345, 8878, 8869, 8746, 8793, 8849, 9102, 8867, 9065, 9350, 8935, 9251, 9291, 9463, 9313, 9010, 9169, 9217, 9233, 11290, 8900, 8891, 9282, 8808, 8573, 8723, 8870, 8609, 8692, 9193, 11498, 9081, 12805, 13208, 11944, 14005, 12241, 14158, 12190, 13957, 11122, 14240, 10146, 14147, 9409, 13943, 8946, 9058, 10711, 8971, 9918, 8729, 9246, 9335, 9210, 9748, 8953, 10134, 8587, 8926, 8884, 8869, 10948, 8949, 10938, 8742, 8574, 9262, 9231, 8838, 9248, 8879, 8518, 9282, 8279, 8855, 9274, 8827, 8687, 9543, 10772, 8529, 8488, 10319, 8810, 8992, 11896, 12014, 12047, 12892, 10384, 9641, 12506], 'WindowCenter': [4533.0, 4486.0, 4483.0, 4477.0, 4479.0, 4482.0, 4483.0, 4483.0, 4469.0, 4477.0, 4478.0, 4476.0, 4466.0, 4469.0, 4494.0, 4488.0, 4506.0, 4473.0, 4461.0, 4450.0, 4440.0, 4480.0, 4453.0, 4486.0, 4466.0, 4453.0, 4462.0, 4454.0, 4440.0, 4438.0, 4437.0, 4440.0, 4463.0, 4463.0, 4464.0, 4465.0, 4465.0, 4467.0, 4466.0, 4480.0, 4478.0, 4479.0, 4511.0, 4499.0, 4510.0, 4517.0, 4494.0, 4480.0, 4458.0, 4454.0, 4433.0, 4440.0, 4419.0, 4426.0, 4416.0, 4423.0, 4395.0, 4390.0, 4375.0, 4375.0, 4386.0, 4389.0, 4387.0, 4402.0, 4399.0, 4405.0, 4403.0, 4418.0, 4413.0, 4416.0, 4417.0, 4426.0, 4417.0, 4432.0, 4444.0, 4455.0, 4459.0, 4453.0, 4456.0, 4457.0, 4469.0, 4489.0, 4462.0, 4464.0, 4471.0, 4471.0, 4469.0, 4469.0, 4488.0, 4459.0, 4488.0, 4478.0, 4486.0, 4467.0, 4477.0, 4456.0, 4455.0, 4465.0, 4455.0, 4486.0, 4455.0, 4494.0, 4444.0, 4453.0, 4443.0, 4445.0, 4454.0, 4455.0, 4455.0, 4456.0, 4475.0, 4456.0, 4459.0, 4456.0, 4457.0, 4456.0, 4459.0, 4476.0, 4467.0, 4476.0, 4469.0, 4457.0, 4463.0, 4458.0, 4456.0, 4457.0, 4465.0, 4468.0, 4477.0, 4470.0, 4470.0, 4469.0, 4471.0, 4479.0, 4483.0, 4489.0, 4486.0, 4485.0, 4485.0, 4482.0, 4503.0, 4475.0, 4472.0, 4480.0, 4482.0, 4485.0, 4504.0, 4497.0, 4483.0, 4512.0, 4482.0, 4493.0, 4511.0, 4500.0, 4509.0, 4498.0, 4466.0, 4496.0, 4464.0, 4491.0, 4483.0, 4480.0, 4461.0, 4441.0, 4480.0, 4430.0, 4442.0, 4440.0, 4439.0, 4461.0, 4441.0, 4462.0, 4443.0, 4445.0, 4443.0, 4443.0, 4472.0, 4443.0, 4483.0, 4444.0, 4482.0, 4441.0, 4461.0, 4443.0, 4453.0, 4453.0, 4443.0, 4464.0, 4455.0, 4448.0, 4456.0, 4459.0, 4467.0, 4458.0, 4468.0, 4469.0, 4469.0, 4470.0, 4488.0, 4469.0, 4487.0, 4461.0, 4470.0, 4457.0, 4460.0, 4468.0, 4470.0, 4480.0, 4463.0, 4498.0, 4494.0, 4485.0, 4526.0, 4510.0, 4501.0, 4503.0, 4497.0, 4497.0, 4505.0, 4495.0, 4525.0, 4519.0, 4513.0, 4502.0, 4511.0, 4501.0, 4504.0, 4521.0, 4478.0, 4507.0, 4477.0, 4479.0, 4466.0, 4475.0, 4477.0, 4465.0, 4497.0, 4444.0, 4493.0, 4442.0, 4471.0, 4442.0, 4460.0, 4442.0, 4451.0, 4441.0, 4443.0, 4443.0, 4442.0, 4463.0, 4467.0, 4483.0, 4470.0, 4487.0, 4483.0, 4471.0, 4473.0, 4473.0, 4473.0, 4483.0, 4503.0, 4481.0, 4499.0, 4470.0, 4511.0, 4480.0, 4508.0, 4479.0, 4494.0, 4483.0, 4453.0, 4472.0, 4455.0, 4494.0, 4454.0, 4443.0, 4453.0, 4442.0, 4482.0, 4443.0, 4452.0, 4443.0, 4443.0, 4453.0, 4455.0, 4484.0, 4444.0, 4474.0, 4454.0, 4444.0, 4463.0, 4443.0, 4492.0, 4463.0, 4481.0, 4471.0, 4479.0, 4449.0, 4468.0, 4428.0, 4446.0, 4428.0, 4427.0, 4428.0, 4429.0, 4439.0, 4429.0, 4442.0, 4443.0, 4443.0, 4454.0, 4444.0, 4454.0, 4459.0, 4456.0, 4470.0, 4460.0, 4468.0, 4482.0, 4490.0, 4458.0, 4466.0, 4442.0, 4440.0, 4452.0, 4447.0, 4467.0, 4483.0, 4468.0, 4509.0, 4513.0, 4492.0, 4521.0, 4500.0, 4520.0, 4530.0, 4509.0, 4520.0, 4532.0, 4497.0, 4493.0, 4480.0, 4458.0, 4476.0, 4456.0, 4475.0, 4454.0, 4443.0, 4453.0, 4433.0, 4463.0, 4422.0, 4435.0, 4411.0, 4422.0, 4436.0, 4422.0, 4435.0, 4427.0, 4447.0, 4428.0, 4423.0, 4435.0, 4450.0, 4451.0, 4451.0, 4436.0, 4441.0, 4448.0, 4448.0, 4440.0, 4441.0, 4440.0, 4452.0, 4459.0, 4450.0, 4459.0, 4451.0, 4451.0, 4451.0, 4452.0, 4461.0, 4452.0, 4452.0, 4451.0, 4450.0, 4472.0, 4451.0, 4461.0, 4451.0, 4445.0, 4451.0, 4451.0, 4453.0, 4452.0, 4461.0, 4452.0, 4451.0, 4451.0, 4453.0, 4465.0, 4468.0, 4475.0, 4469.0, 4475.0, 4467.0, 4466.0, 4466.0, 4454.0, 4466.0, 4463.0, 4475.0, 4469.0, 4495.0, 4465.0, 4483.0, 4454.0, 4470.0, 4465.0, 4480.0, 4460.0, 4481.0, 4471.0, 4501.0, 4491.0, 4513.0, 4494.0, 4502.0, 4470.0, 4478.0, 4455.0, 4451.0, 4454.0, 4455.0, 4466.0, 4467.0, 4470.0, 4490.0, 4490.0, 4521.0, 4504.0, 4511.0, 4519.0, 4497.0, 4506.0, 4493.0, 4503.0, 4494.0, 4470.0, 4479.0, 4437.0, 4476.0, 4460.0, 4471.0, 4438.0, 4438.0, 4437.0, 4436.0, 4450.0, 4440.0, 4438.0, 4447.0, 4438.0, 4441.0, 4440.0, 4439.0, 4439.0, 4441.0, 4449.0, 4442.0, 4452.0, 4440.0, 4449.0, 4439.0, 4449.0, 4438.0, 4428.0, 4438.0, 4437.0, 4439.0, 4458.0, 4440.0, 4439.0, 4443.0, 4439.0, 4445.0, 4445.0, 4456.0, 4456.0, 4455.0, 4455.0, 4455.0, 4444.0, 4455.0, 4446.0, 4444.0, 4464.0, 4444.0, 4473.0, 4443.0, 4481.0, 4443.0, 4462.0, 4455.0, 4443.0, 4443.0, 4453.0, 4454.0, 4458.0, 4457.0, 4467.0, 4472.0, 4471.0, 4469.0, 4472.0, 4479.0, 4471.0, 4468.0, 4469.0, 4479.0, 4473.0, 4472.0, 4474.0, 4483.0, 4485.0, 4474.0, 4473.0, 4475.0, 4472.0, 4472.0, 4505.0, 4485.0, 4489.0, 4484.0, 4485.0, 4489.0, 4499.0, 4490.0, 4507.0, 4489.0, 4516.0, 4486.0, 4526.0, 4516.0, 4504.0, 4525.0, 4492.0, 4511.0, 4499.0, 4507.0, 4487.0, 4496.0, 4464.0, 4483.0, 4442.0, 4481.0, 4450.0, 4479.0, 4429.0, 4459.0, 4429.0, 4429.0, 4440.0, 4433.0, 4444.0, 4441.0, 4453.0, 4444.0, 4454.0, 4445.0, 4455.0, 4457.0, 4475.0, 4457.0, 4459.0, 4457.0, 4457.0, 4457.0, 4457.0, 4466.0, 4457.0, 4467.0, 4458.0, 4476.0, 4456.0, 4459.0, 4457.0, 4458.0, 4468.0, 4458.0, 4468.0, 4469.0, 4469.0, 4473.0, 4472.0, 4460.0, 4470.0, 4470.0, 4460.0, 4480.0, 4470.0, 4490.0, 4479.0, 4488.0, 4478.0, 4486.0, 4456.0, 4478.0, 4445.0, 4457.0, 4458.0, 4456.0, 4495.0, 4467.0, 4495.0, 4445.0, 4455.0, 4444.0, 4457.0, 4466.0, 4456.0, 4497.0, 4468.0, 4486.0, 4456.0, 4465.0, 4455.0, 4484.0, 4455.0, 4483.0, 4475.0, 4463.0, 4482.0, 4452.0, 4459.0, 4441.0, 4431.0, 4441.0, 4445.0, 4442.0, 4443.0, 4452.0, 4444.0, 4453.0, 4444.0, 4453.0, 4444.0, 4472.0, 4444.0, 4473.0, 4444.0, 4484.0, 4433.0, 4482.0, 4453.0, 4471.0, 4442.0, 4442.0, 4442.0, 4446.0, 4444.0, 4458.0, 4467.0, 4467.0, 4467.0, 4461.0, 4467.0, 4467.0, 4461.0, 4469.0, 4472.0, 4482.0, 4485.0, 4494.0, 4482.0, 4469.0, 4465.0, 4465.0, 4455.0, 4444.0, 4469.0, 4479.0, 4471.0, 4488.0, 4480.0, 4488.0, 4470.0, 4488.0, 4467.0, 4487.0, 4477.0, 4453.0, 4478.0, 4471.0, 4490.0, 4456.0, 4464.0, 4444.0, 4444.0, 4485.0, 4458.0, 4458.0, 4455.0, 4456.0, 4466.0, 4461.0, 4460.0, 4458.0, 4468.0, 4478.0, 4458.0, 4488.0, 4477.0, 4456.0, 4486.0, 4445.0, 4494.0, 4455.0, 4493.0, 4454.0, 4463.0, 4445.0, 4469.0, 4456.0, 4455.0, 4454.0, 4454.0, 4454.0, 4457.0, 4469.0, 4486.0, 4488.0, 4493.0, 4472.0, 4503.0, 4473.0, 4502.0, 4482.0, 4511.0, 4491.0, 4508.0, 4497.0, 4495.0, 4484.0, 4472.0, 4470.0, 4458.0, 4466.0, 4445.0, 4453.0, 4422.0, 4390.0, 4430.0, 4389.0, 4428.0, 4393.0, 4403.0, 4403.0, 4404.0, 4406.0, 4416.0, 4415.0, 4420.0, 4419.0, 4421.0, 4431.0, 4432.0, 4433.0, 4444.0, 4434.0, 4442.0, 4435.0, 4443.0, 4435.0, 4444.0, 4462.0, 4433.0, 4442.0, 4433.0, 4455.0, 4445.0, 4444.0, 4438.0, 4436.0, 4447.0, 4448.0, 4455.0, 4462.0, 4458.0, 4474.0, 4475.0, 4476.0, 4485.0, 4475.0, 4475.0, 4484.0, 4486.0, 4486.0, 4507.0, 4478.0, 4489.0, 4473.0, 4489.0, 4451.0, 4491.0, 4488.0, 4477.0, 4485.0, 4486.0, 4506.0, 4473.0, 4503.0, 4516.0, 4503.0, 4512.0, 4489.0, 4498.0, 4476.0, 4485.0, 4463.0, 4483.0, 4442.0, 4471.0, 4431.0, 4480.0, 4432.0, 4434.0, 4450.0, 4431.0, 4441.0, 4436.0, 4445.0, 4443.0, 4444.0, 4454.0, 4445.0, 4454.0, 4445.0, 4448.0, 4447.0, 4445.0, 4464.0, 4445.0, 4477.0, 4459.0, 4449.0, 4458.0, 4471.0, 4470.0, 4480.0, 4468.0, 4456.0, 4456.0, 4442.0, 4451.0, 4463.0, 4466.0, 4466.0, 4500.0, 4502.0, 4470.0, 4472.0, 4491.0, 4483.0, 4481.0, 4501.0, 4512.0, 4499.0, 4496.0, 4464.0, 4439.0, 4457.0], 'WindowWidth': [9965.0, 9882.0, 9871.0, 9859.0, 9865.0, 9867.0, 9872.0, 9870.0, 9844.0, 9852.0, 9856.0, 9848.0, 9835.0, 9839.0, 9869.0, 9864.0, 9890.0, 9838.0, 9815.0, 9801.0, 9787.0, 9839.0, 9808.0, 9855.0, 9836.0, 9812.0, 9824.0, 9811.0, 9788.0, 9782.0, 9779.0, 9789.0, 9830.0, 9828.0, 9830.0, 9834.0, 9833.0, 9837.0, 9835.0, 9861.0, 9856.0, 9859.0, 9906.0, 9885.0, 9903.0, 9909.0, 9871.0, 9843.0, 9805.0, 9792.0, 9759.0, 9765.0, 9733.0, 9739.0, 9722.0, 9727.0, 9688.0, 9678.0, 9661.0, 9661.0, 9679.0, 9686.0, 9685.0, 9710.0, 9706.0, 9719.0, 9715.0, 9741.0, 9731.0, 9739.0, 9741.0, 9755.0, 9743.0, 9771.0, 9794.0, 9811.0, 9823.0, 9809.0, 9814.0, 9817.0, 9839.0, 9878.0, 9832.0, 9826.0, 9841.0, 9843.0, 9838.0, 9840.0, 9864.0, 9826.0, 9865.0, 9850.0, 9856.0, 9832.0, 9844.0, 9815.0, 9814.0, 9828.0, 9814.0, 9855.0, 9813.0, 9863.0, 9796.0, 9806.0, 9793.0, 9798.0, 9809.0, 9812.0, 9812.0, 9816.0, 9840.0, 9818.0, 9822.0, 9818.0, 9819.0, 9817.0, 9825.0, 9846.0, 9835.0, 9845.0, 9837.0, 9820.0, 9825.0, 9822.0, 9819.0, 9820.0, 9831.0, 9838.0, 9850.0, 9842.0, 9841.0, 9840.0, 9843.0, 9854.0, 9866.0, 9870.0, 9875.0, 9874.0, 9870.0, 9865.0, 9898.0, 9858.0, 9851.0, 9859.0, 9867.0, 9873.0, 9899.0, 9893.0, 9867.0, 9904.0, 9864.0, 9877.0, 9902.0, 9886.0, 9897.0, 9879.0, 9830.0, 9872.0, 9822.0, 9859.0, 9848.0, 9841.0, 9814.0, 9787.0, 9840.0, 9772.0, 9788.0, 9786.0, 9784.0, 9814.0, 9791.0, 9818.0, 9794.0, 9798.0, 9794.0, 9795.0, 9831.0, 9794.0, 9847.0, 9796.0, 9843.0, 9789.0, 9815.0, 9793.0, 9808.0, 9808.0, 9794.0, 9824.0, 9815.0, 9807.0, 9818.0, 9823.0, 9835.0, 9824.0, 9838.0, 9838.0, 9841.0, 9842.0, 9865.0, 9840.0, 9861.0, 9829.0, 9840.0, 9821.0, 9825.0, 9836.0, 9843.0, 9856.0, 9839.0, 9895.0, 9887.0, 9873.0, 9950.0, 9921.0, 9904.0, 9896.0, 9893.0, 9891.0, 9902.0, 9890.0, 9929.0, 9924.0, 9907.0, 9892.0, 9900.0, 9889.0, 9894.0, 9916.0, 9852.0, 9890.0, 9847.0, 9849.0, 9832.0, 9841.0, 9847.0, 9829.0, 9875.0, 9797.0, 9860.0, 9790.0, 9828.0, 9790.0, 9812.0, 9789.0, 9803.0, 9788.0, 9794.0, 9795.0, 9792.0, 9822.0, 9837.0, 9867.0, 9840.0, 9878.0, 9866.0, 9847.0, 9852.0, 9851.0, 9850.0, 9864.0, 9897.0, 9862.0, 9885.0, 9843.0, 9903.0, 9860.0, 9891.0, 9854.0, 9865.0, 9850.0, 9808.0, 9831.0, 9816.0, 9867.0, 9812.0, 9795.0, 9808.0, 9793.0, 9844.0, 9793.0, 9806.0, 9795.0, 9796.0, 9808.0, 9814.0, 9851.0, 9799.0, 9838.0, 9812.0, 9797.0, 9820.0, 9795.0, 9858.0, 9819.0, 9840.0, 9828.0, 9834.0, 9795.0, 9816.0, 9765.0, 9785.0, 9763.0, 9762.0, 9764.0, 9766.0, 9781.0, 9768.0, 9788.0, 9792.0, 9793.0, 9809.0, 9797.0, 9811.0, 9823.0, 9816.0, 9840.0, 9827.0, 9838.0, 9866.0, 9874.0, 9827.0, 9831.0, 9791.0, 9787.0, 9805.0, 9805.0, 9837.0, 9866.0, 9843.0, 9901.0, 9914.0, 9886.0, 9923.0, 9893.0, 9919.0, 9935.0, 9902.0, 9918.0, 9940.0, 9881.0, 9867.0, 9844.0, 9807.0, 9831.0, 9804.0, 9827.0, 9798.0, 9780.0, 9793.0, 9768.0, 9807.0, 9749.0, 9768.0, 9735.0, 9750.0, 9771.0, 9752.0, 9769.0, 9761.0, 9787.0, 9764.0, 9754.0, 9775.0, 9804.0, 9803.0, 9802.0, 9778.0, 9789.0, 9797.0, 9797.0, 9790.0, 9790.0, 9788.0, 9806.0, 9814.0, 9804.0, 9815.0, 9807.0, 9808.0, 9807.0, 9809.0, 9819.0, 9809.0, 9811.0, 9808.0, 9804.0, 9834.0, 9805.0, 9818.0, 9806.0, 9799.0, 9805.0, 9805.0, 9811.0, 9808.0, 9820.0, 9807.0, 9806.0, 9807.0, 9811.0, 9830.0, 9837.0, 9845.0, 9843.0, 9847.0, 9839.0, 9834.0, 9834.0, 9817.0, 9834.0, 9828.0, 9847.0, 9843.0, 9876.0, 9833.0, 9854.0, 9815.0, 9844.0, 9837.0, 9861.0, 9835.0, 9864.0, 9851.0, 9895.0, 9879.0, 9915.0, 9891.0, 9898.0, 9850.0, 9858.0, 9821.0, 9811.0, 9819.0, 9825.0, 9840.0, 9840.0, 9854.0, 9880.0, 9880.0, 9922.0, 9906.0, 9910.0, 9918.0, 9882.0, 9895.0, 9870.0, 9884.0, 9871.0, 9830.0, 9841.0, 9781.0, 9832.0, 9817.0, 9831.0, 9780.0, 9783.0, 9780.0, 9775.0, 9801.0, 9786.0, 9778.0, 9790.0, 9777.0, 9787.0, 9785.0, 9782.0, 9781.0, 9788.0, 9796.0, 9790.0, 9802.0, 9785.0, 9794.0, 9782.0, 9793.0, 9779.0, 9765.0, 9779.0, 9776.0, 9781.0, 9806.0, 9784.0, 9781.0, 9792.0, 9783.0, 9796.0, 9796.0, 9814.0, 9815.0, 9813.0, 9815.0, 9814.0, 9797.0, 9812.0, 9800.0, 9798.0, 9822.0, 9796.0, 9833.0, 9794.0, 9842.0, 9794.0, 9818.0, 9813.0, 9795.0, 9793.0, 9807.0, 9809.0, 9820.0, 9819.0, 9834.0, 9846.0, 9843.0, 9839.0, 9847.0, 9853.0, 9843.0, 9838.0, 9840.0, 9852.0, 9848.0, 9846.0, 9852.0, 9862.0, 9868.0, 9853.0, 9852.0, 9855.0, 9850.0, 9850.0, 9900.0, 9872.0, 9884.0, 9870.0, 9872.0, 9883.0, 9898.0, 9885.0, 9907.0, 9882.0, 9917.0, 9877.0, 9931.0, 9915.0, 9896.0, 9926.0, 9874.0, 9901.0, 9878.0, 9890.0, 9857.0, 9869.0, 9820.0, 9846.0, 9790.0, 9838.0, 9796.0, 9831.0, 9765.0, 9805.0, 9766.0, 9765.0, 9781.0, 9775.0, 9792.0, 9788.0, 9806.0, 9795.0, 9809.0, 9800.0, 9812.0, 9818.0, 9840.0, 9819.0, 9821.0, 9819.0, 9819.0, 9817.0, 9818.0, 9830.0, 9818.0, 9831.0, 9820.0, 9843.0, 9817.0, 9821.0, 9817.0, 9821.0, 9835.0, 9820.0, 9836.0, 9837.0, 9838.0, 9847.0, 9845.0, 9829.0, 9842.0, 9842.0, 9829.0, 9855.0, 9841.0, 9868.0, 9851.0, 9861.0, 9849.0, 9855.0, 9815.0, 9843.0, 9799.0, 9817.0, 9825.0, 9816.0, 9868.0, 9832.0, 9867.0, 9798.0, 9809.0, 9797.0, 9818.0, 9830.0, 9818.0, 9873.0, 9835.0, 9856.0, 9815.0, 9824.0, 9813.0, 9850.0, 9811.0, 9846.0, 9836.0, 9816.0, 9843.0, 9800.0, 9808.0, 9785.0, 9771.0, 9786.0, 9794.0, 9790.0, 9792.0, 9804.0, 9794.0, 9805.0, 9795.0, 9804.0, 9794.0, 9830.0, 9796.0, 9832.0, 9794.0, 9846.0, 9778.0, 9840.0, 9805.0, 9826.0, 9788.0, 9787.0, 9789.0, 9796.0, 9794.0, 9816.0, 9834.0, 9835.0, 9830.0, 9827.0, 9833.0, 9834.0, 9828.0, 9839.0, 9845.0, 9863.0, 9875.0, 9885.0, 9865.0, 9844.0, 9832.0, 9830.0, 9816.0, 9802.0, 9839.0, 9853.0, 9846.0, 9867.0, 9859.0, 9869.0, 9846.0, 9868.0, 9837.0, 9865.0, 9849.0, 9811.0, 9853.0, 9844.0, 9867.0, 9816.0, 9821.0, 9794.0, 9795.0, 9851.0, 9816.0, 9818.0, 9812.0, 9814.0, 9828.0, 9826.0, 9825.0, 9821.0, 9836.0, 9848.0, 9823.0, 9862.0, 9845.0, 9815.0, 9854.0, 9798.0, 9862.0, 9809.0, 9860.0, 9808.0, 9820.0, 9798.0, 9840.0, 9818.0, 9813.0, 9810.0, 9810.0, 9810.0, 9820.0, 9840.0, 9872.0, 9878.0, 9876.0, 9845.0, 9891.0, 9848.0, 9888.0, 9861.0, 9899.0, 9869.0, 9889.0, 9873.0, 9864.0, 9849.0, 9826.0, 9822.0, 9800.0, 9807.0, 9776.0, 9783.0, 9738.0, 9694.0, 9746.0, 9690.0, 9742.0, 9699.0, 9711.0, 9713.0, 9715.0, 9721.0, 9735.0, 9734.0, 9749.0, 9746.0, 9752.0, 9767.0, 9769.0, 9773.0, 9790.0, 9778.0, 9787.0, 9779.0, 9790.0, 9779.0, 9791.0, 9814.0, 9776.0, 9785.0, 9774.0, 9810.0, 9796.0, 9792.0, 9786.0, 9782.0, 9798.0, 9803.0, 9810.0, 9829.0, 9821.0, 9848.0, 9851.0, 9854.0, 9865.0, 9853.0, 9852.0, 9868.0, 9872.0, 9871.0, 9900.0, 9860.0, 9876.0, 9849.0, 9877.0, 9812.0, 9889.0, 9881.0, 9862.0, 9872.0, 9875.0, 9899.0, 9849.0, 9891.0, 9912.0, 9888.0, 9900.0, 9860.0, 9874.0, 9838.0, 9850.0, 9816.0, 9842.0, 9786.0, 9822.0, 9767.0, 9833.0, 9772.0, 9775.0, 9794.0, 9771.0, 9783.0, 9781.0, 9792.0, 9789.0, 9793.0, 9805.0, 9796.0, 9807.0, 9795.0, 9803.0, 9803.0, 9798.0, 9820.0, 9797.0, 9843.0, 9821.0, 9806.0, 9819.0, 9846.0, 9844.0, 9858.0, 9840.0, 9821.0, 9816.0, 9796.0, 9808.0, 9826.0, 9838.0, 9836.0, 9895.0, 9893.0, 9846.0, 9851.0, 9877.0, 9868.0, 9862.0, 9890.0, 9904.0, 9878.0, 9872.0, 9825.0, 9779.0, 9801.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.007302916188289322</td></tr>
<tr><td colspan=3>aqi</td><td>0.03933976360505166</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.679370397678134</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2338407232183917</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0503289150574706</td></tr>
<tr><td colspan=3>efc</td><td>0.4994</td></tr>
<tr><td colspan=3>fber</td><td>4532.1143</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13257039012665817</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>140</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.073478760045923</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6453263035934023</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.531843121454338</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8458062048779653</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5583295844479035</td></tr>
<tr><td colspan=3>gcor</td><td>0.0283229</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0036083857994526625</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04912305623292923</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8052989874476655</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>12.3411</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.0503</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.4216</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297153.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1159.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.5932</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0838</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>585.7184</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3626.9441</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1155.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4766.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.5802</td></tr>
<tr><td colspan=3>tsnr</td><td>31.31324064754881</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>