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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0008_ses-01_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-0008_ses-01_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-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_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-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_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-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0008_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-01_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_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-0008/ses-01/func/sub-0008_ses-01_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>525214fb946253af072308e7b1c5a2b3</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:39:47.480000</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.998519, -0.0107825, 0.0533258, 0.00801676, 0.998625, 0.0518095]</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.0836529</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>[4156, -7711, -7332, 630, -69, -183, -77, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.322</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6606d790-37b9-44bc-87ef-bae5ac2ff307||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.6789534091949463, 0.021508393809199333, 0.1452900916337967, 109.66510772705078], [0.028928671032190323, 2.6792373657226562, 0.13852418959140778, -105.00067138671875], [0.1430693417787552, -0.13900107145309448, 2.6925270557403564, -73.69952392578125], [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': ['123947.480000', '123947.940000', '123948.400000', '123948.860000', '123949.320000', '123949.780000', '123950.240000', '123950.700000', '123951.160000', '123951.620000', '123952.080000', '123952.540000', '123953.000000', '123953.460000', '123953.920000', '123954.380000', '123954.840000', '123955.300000', '123955.760000', '123956.220000', '123956.680000', '123957.140000', '123957.600000', '123958.060000', '123958.520000', '123958.980000', '123959.440000', '123959.900000', '124000.360000', '124000.820000', '124001.280000', '124001.740000', '124002.200000', '124002.660000', '124003.120000', '124003.580000', '124004.040000', '124004.500000', '124004.960000', '124005.420000', '124005.880000', '124006.340000', '124006.800000', '124007.260000', '124007.720000', '124008.180000', '124008.640000', '124009.100000', '124009.560000', '124010.020000', '124010.480000', '124010.940000', '124011.400000', '124011.860000', '124012.320000', '124012.780000', '124013.240000', '124013.700000', '124014.160000', '124014.620000', '124015.080000', '124015.540000', '124016.000000', '124016.460000', '124016.920000', '124017.380000', '124017.840000', '124018.300000', '124018.760000', '124019.220000', '124019.680000', '124020.140000', '124020.600000', '124021.060000', '124021.520000', '124021.980000', '124022.440000', '124022.900000', '124023.360000', '124023.820000', '124024.280000', '124024.740000', '124025.200000', '124025.660000', '124026.120000', '124026.580000', '124027.040000', '124027.500000', '124027.960000', '124028.420000', '124028.880000', '124029.340000', '124029.800000', '124030.260000', '124030.720000', '124031.180000', '124031.640000', '124032.100000', '124032.560000', '124033.020000', '124033.480000', '124033.940000', '124034.400000', '124034.860000', '124035.320000', '124035.780000', '124036.240000', '124036.700000', '124037.160000', '124037.620000', '124038.080000', '124038.540000', '124039.000000', '124039.460000', '124039.920000', '124040.380000', '124040.840000', '124041.300000', '124041.760000', '124042.220000', '124042.680000', '124043.140000', '124043.600000', '124044.060000', '124044.520000', '124044.980000', '124045.440000', '124045.900000', '124046.360000', '124046.820000', '124047.280000', '124047.740000', '124048.200000', '124048.660000', '124049.120000', '124049.580000', '124050.040000', '124050.500000', '124050.960000', '124051.420000', '124051.880000', '124052.340000', '124052.800000', '124053.260000', '124053.720000', '124054.180000', '124054.640000', '124055.100000', '124055.560000', '124056.020000', '124056.480000', '124056.940000', '124057.400000', '124057.860000', '124058.320000', '124058.780000', '124059.240000', '124059.700000', '124100.160000', '124100.620000', '124101.080000', '124101.540000', '124102.000000', '124102.460000', '124102.920000', '124103.380000', '124103.840000', '124104.300000', '124104.760000', '124105.220000', '124105.680000', '124106.140000', '124106.600000', '124107.060000', '124107.520000', '124107.980000', '124108.440000', '124108.900000', '124109.360000', '124109.820000', '124110.280000', '124110.740000', '124111.200000', '124111.660000', '124112.120000', '124112.580000', '124113.040000', '124113.500000', '124113.960000', '124114.420000', '124114.880000', '124115.340000', '124115.800000', '124116.260000', '124116.720000', '124117.180000', '124117.640000', '124118.100000', '124118.560000', '124119.020000', '124119.480000', '124119.940000', '124120.400000', '124120.860000', '124121.320000', '124121.780000', '124122.240000', '124122.700000', '124123.160000', '124123.620000', '124124.080000', '124124.540000', '124125.000000', '124125.460000', '124125.920000', '124126.380000', '124126.840000', '124127.300000', '124127.760000', '124128.220000', '124128.680000', '124129.140000', '124129.600000', '124130.060000', '124130.520000', '124130.980000', '124131.440000', '124131.900000', '124132.360000', '124132.820000', '124133.280000', '124133.740000', '124134.200000', '124134.660000', '124135.120000', '124135.580000', '124136.040000', '124136.500000', '124136.960000', '124137.420000', '124137.880000', '124138.340000', '124138.800000', '124139.260000', '124139.720000', '124140.180000', '124140.640000', '124141.100000', '124141.560000', '124142.020000', '124142.480000', '124142.940000', '124143.400000', '124143.860000', '124144.320000', '124144.780000', '124145.240000', '124145.700000', '124146.160000', '124146.620000', '124147.080000', '124147.540000', '124148.000000', '124148.460000', '124148.920000', '124149.380000', '124149.840000', '124150.300000', '124150.760000', '124151.220000', '124151.680000', '124152.140000', '124152.600000', '124153.060000', '124153.520000', '124153.980000', '124154.440000', '124154.900000', '124155.360000', '124155.820000', '124156.280000', '124156.740000', '124157.200000', '124157.660000', '124158.120000', '124158.580000', '124159.040000', '124159.500000', '124159.960000', '124200.420000', '124200.880000', '124201.340000', '124201.800000', '124202.260000', '124202.720000', '124203.180000', '124203.640000', '124204.100000', '124204.560000', '124205.020000', '124205.480000', '124205.940000', '124206.400000', '124206.860000', '124207.320000', '124207.780000', '124208.240000', '124208.700000', '124209.160000', '124209.620000', '124210.080000', '124210.540000', '124211.000000', '124211.460000', '124211.920000', '124212.380000', '124212.840000', '124213.300000', '124213.760000', '124214.220000', '124214.680000', '124215.140000', '124215.600000', '124216.060000', '124216.520000', '124216.980000', '124217.440000', '124217.900000', '124218.360000', '124218.820000', '124219.280000', '124219.740000', '124220.200000', '124220.660000', '124221.120000', '124221.580000', '124222.040000', '124222.500000', '124222.960000', '124223.420000', '124223.880000', '124224.340000', '124224.800000', '124225.260000', '124225.720000', '124226.180000', '124226.640000', '124227.100000', '124227.560000', '124228.020000', '124228.480000', '124228.940000', '124229.400000', '124229.860000', '124230.320000', '124230.780000', '124231.240000', '124231.700000', '124232.160000', '124232.620000', '124233.080000', '124233.540000', '124234.000000', '124234.460000', '124234.920000', '124235.380000', '124235.840000', '124236.300000', '124236.760000', '124237.220000', '124237.680000', '124238.140000', '124238.600000', '124239.060000', '124239.520000', '124239.980000', '124240.440000', '124240.900000', '124241.360000', '124241.820000', '124242.280000', '124242.740000', '124243.200000', '124243.660000', '124244.120000', '124244.580000', '124245.040000', '124245.500000', '124245.960000', '124246.420000', '124246.880000', '124247.340000', '124247.800000', '124248.260000', '124248.720000', '124249.180000', '124249.640000', '124250.100000', '124250.560000', '124251.020000', '124251.480000', '124251.940000', '124252.400000', '124252.860000', '124253.320000', '124253.780000', '124254.240000', '124254.700000', '124255.160000', '124255.620000', '124256.080000', '124256.540000', '124257.000000', '124257.460000', '124257.920000', '124258.380000', '124258.840000', '124259.300000', '124259.760000', '124300.220000', '124300.680000', '124301.140000', '124301.600000', '124302.060000', '124302.520000', '124302.980000', '124303.440000', '124303.900000', '124304.360000', '124304.820000', '124305.280000', '124305.740000', '124306.200000', '124306.660000', '124307.120000', '124307.580000', '124308.040000', '124308.500000', '124308.960000', '124309.420000', '124309.880000', '124310.340000', '124310.800000', '124311.260000', '124311.720000', '124312.180000', '124312.640000', '124313.100000', '124313.560000', '124314.020000', '124314.480000', '124314.940000', '124315.400000', '124315.860000', '124316.320000', '124316.780000', '124317.240000', '124317.700000', '124318.160000', '124318.620000', '124319.080000', '124319.540000', '124320.000000', '124320.460000', '124320.920000', '124321.380000', '124321.840000', '124322.300000', '124322.760000', '124323.220000', '124323.680000', '124324.140000', '124324.600000', '124325.060000', '124325.520000', '124325.980000', '124326.440000', '124326.900000', '124327.360000', '124327.820000', '124328.280000', '124328.740000', '124329.200000', '124329.660000', '124330.120000', '124330.580000', '124331.040000', '124331.500000', '124331.960000', '124332.420000', '124332.880000', '124333.340000', '124333.800000', '124334.260000', '124334.720000', '124335.180000', '124335.640000', '124336.100000', '124336.560000', '124337.020000', '124337.480000', '124337.940000', '124338.400000', '124338.860000', '124339.320000', '124339.780000', '124340.240000', '124340.700000', '124341.160000', '124341.620000', '124342.080000', '124342.540000', '124343.000000', '124343.460000', '124343.920000', '124344.380000', '124344.840000', '124345.300000', '124345.760000', '124346.220000', '124346.680000', '124347.140000', '124347.600000', '124348.060000', '124348.520000', '124348.980000', '124349.440000', '124349.900000', '124350.360000', '124350.820000', '124351.280000', '124351.740000', '124352.200000', '124352.660000', '124353.120000', '124353.580000', '124354.040000', '124354.500000', '124354.960000', '124355.420000', '124355.880000', '124356.340000', '124356.800000', '124357.260000', '124357.720000', '124358.180000', '124358.640000', '124359.100000', '124359.560000', '124400.020000', '124400.480000', '124400.940000', '124401.400000', '124401.860000', '124402.320000', '124402.780000', '124403.240000', '124403.700000', '124404.160000', '124404.620000', '124405.080000', '124405.540000', '124406.000000', '124406.460000', '124406.920000', '124407.380000', '124407.840000', '124408.300000', '124408.760000', '124409.220000', '124409.680000', '124410.140000', '124410.600000', '124411.060000', '124411.520000', '124411.980000', '124412.440000', '124412.900000', '124413.360000', '124413.820000', '124414.280000', '124414.740000', '124415.200000', '124415.660000', '124416.120000', '124416.580000', '124417.040000', '124417.500000', '124417.960000', '124418.420000', '124418.880000', '124419.340000', '124419.800000', '124420.260000', '124420.720000', '124421.180000', '124421.640000', '124422.100000', '124422.560000', '124423.020000', '124423.480000', '124423.940000', '124424.400000', '124424.860000', '124425.320000', '124425.780000', '124426.240000', '124426.700000', '124427.160000', '124427.620000', '124428.080000', '124428.540000', '124429.000000', '124429.460000', '124429.920000', '124430.380000', '124430.840000', '124431.300000', '124431.760000', '124432.220000', '124432.680000', '124433.140000', '124433.600000', '124434.060000', '124434.520000', '124434.980000', '124435.440000', '124435.900000', '124436.360000', '124436.820000', '124437.280000', '124437.740000', '124438.200000', '124438.660000', '124439.120000', '124439.580000', '124440.040000', '124440.500000', '124440.960000', '124441.420000', '124441.880000', '124442.340000', '124442.800000', '124443.260000', '124443.720000', '124444.180000', '124444.640000', '124445.100000', '124445.560000', '124446.020000', '124446.480000', '124446.940000', '124447.400000', '124447.860000', '124448.320000', '124448.780000', '124449.240000', '124449.700000', '124450.160000', '124450.620000', '124451.080000', '124451.540000', '124452.000000', '124452.460000', '124452.920000', '124453.380000', '124453.840000', '124454.300000', '124454.760000', '124455.220000', '124455.680000', '124456.140000', '124456.600000', '124457.060000', '124457.520000', '124457.980000', '124458.440000', '124458.900000', '124459.360000', '124459.820000', '124500.280000', '124500.740000', '124501.200000', '124501.660000', '124502.120000', '124502.580000', '124503.040000', '124503.500000', '124503.960000', '124504.420000', '124504.880000', '124505.340000', '124505.800000', '124506.260000', '124506.720000', '124507.180000', '124507.640000', '124508.100000', '124508.560000', '124509.020000', '124509.480000', '124509.940000', '124510.400000', '124510.860000', '124511.320000', '124511.780000', '124512.240000', '124512.700000', '124513.160000', '124513.620000', '124514.080000', '124514.540000', '124515.000000', '124515.460000', '124515.920000', '124516.380000', '124516.840000', '124517.300000', '124517.760000', '124518.220000', '124518.680000', '124519.140000', '124519.600000', '124520.060000', '124520.520000', '124520.980000', '124521.440000', '124521.900000', '124522.360000', '124522.820000', '124523.280000', '124523.740000', '124524.200000', '124524.660000', '124525.120000', '124525.580000', '124526.040000', '124526.500000', '124526.960000', '124527.420000', '124527.880000', '124528.340000', '124528.800000', '124529.260000', '124529.720000', '124530.180000', '124530.640000', '124531.100000', '124531.560000', '124532.020000', '124532.480000', '124532.940000', '124533.400000', '124533.860000', '124534.320000', '124534.780000', '124535.240000', '124535.700000', '124536.160000', '124536.620000', '124537.080000', '124537.540000', '124538.000000', '124538.460000', '124538.920000', '124539.380000', '124539.840000', '124540.300000', '124540.760000', '124541.220000', '124541.680000', '124542.140000', '124542.600000', '124543.060000', '124543.520000', '124543.980000', '124544.440000', '124544.900000', '124545.360000', '124545.820000', '124546.280000', '124546.740000', '124547.200000', '124547.660000', '124548.120000', '124548.580000', '124549.040000', '124549.500000', '124549.960000', '124550.420000', '124550.880000', '124551.340000', '124551.800000', '124552.260000', '124552.720000', '124553.180000', '124553.640000', '124554.100000', '124554.560000', '124555.020000', '124555.480000', '124555.940000', '124556.400000', '124556.860000', '124557.320000', '124557.780000', '124558.240000', '124558.700000', '124559.160000', '124559.620000', '124600.080000', '124600.540000', '124601.000000', '124601.460000', '124601.920000', '124602.380000', '124602.840000', '124603.300000', '124603.760000', '124604.220000', '124604.680000', '124605.140000', '124605.600000', '124606.060000', '124606.520000', '124606.980000', '124607.440000', '124607.900000', '124608.360000', '124608.820000', '124609.280000', '124609.740000', '124610.200000', '124610.660000', '124611.120000', '124611.580000', '124612.040000', '124612.500000', '124612.960000', '124613.420000', '124613.880000', '124614.340000', '124614.800000', '124615.260000', '124615.720000', '124616.180000', '124616.640000', '124617.100000', '124617.560000', '124618.020000', '124618.480000', '124618.940000', '124619.400000', '124619.860000', '124620.320000', '124620.780000', '124621.240000', '124621.700000', '124622.160000', '124622.620000', '124623.080000', '124623.540000', '124624.000000', '124624.460000', '124624.920000', '124625.380000', '124625.840000', '124626.300000', '124626.760000', '124627.220000', '124627.680000', '124628.140000'], 'ContentTime': ['124009.287000', '124009.290000', '124009.293000', '124009.296000', '124009.299000', '124009.302000', '124009.305000', '124009.307000', '124009.310000', '124009.313000', '124009.320000', '124009.322000', '124009.325000', '124009.328000', '124009.331000', '124009.334000', '124009.337000', '124009.339000', '124009.342000', '124009.345000', '124009.348000', '124009.351000', '124009.354000', '124009.356000', '124009.359000', '124009.362000', '124009.365000', '124009.368000', '124009.370000', '124009.373000', '124009.376000', '124009.379000', '124009.382000', '124009.391000', '124009.393000', '124009.396000', '124009.399000', '124009.402000', '124009.405000', '124009.407000', '124009.410000', '124009.413000', '124009.416000', '124009.419000', '124009.422000', '124029.247000', '124029.250000', '124029.253000', '124029.256000', '124029.258000', '124029.261000', '124029.264000', '124029.267000', '124029.270000', '124029.273000', '124029.276000', '124029.278000', '124029.281000', '124029.284000', '124029.287000', '124029.290000', '124029.292000', '124029.295000', '124029.298000', '124029.301000', '124029.304000', '124029.307000', '124029.309000', '124029.312000', '124029.315000', '124029.318000', '124029.321000', '124029.323000', '124029.326000', '124029.329000', '124029.332000', '124029.335000', '124029.337000', '124029.340000', '124029.343000', '124029.346000', '124029.349000', '124029.352000', '124029.355000', '124029.357000', '124029.360000', '124029.363000', '124029.374000', '124029.377000', '124049.247000', '124049.250000', '124049.252000', '124049.256000', '124049.258000', '124049.261000', '124049.264000', '124049.267000', '124049.270000', '124049.273000', '124049.275000', '124049.278000', '124049.281000', '124049.284000', '124049.287000', '124049.290000', '124049.293000', '124049.295000', '124049.298000', '124049.301000', '124049.304000', '124049.307000', '124049.310000', '124049.313000', '124049.316000', '124049.319000', '124049.321000', '124049.324000', '124049.327000', '124049.330000', '124049.333000', '124049.335000', '124049.338000', '124049.345000', '124049.348000', '124049.351000', '124049.354000', '124049.357000', '124049.360000', '124049.362000', '124049.365000', '124049.368000', '124049.371000', '124109.247000', '124109.250000', '124109.252000', '124109.255000', '124109.258000', '124109.261000', '124109.264000', '124109.267000', '124109.270000', '124109.272000', '124109.275000', '124109.278000', '124109.281000', '124109.284000', '124109.287000', '124109.289000', '124109.292000', '124109.295000', '124109.298000', '124109.301000', '124109.304000', '124109.306000', '124109.309000', '124109.312000', '124109.315000', '124109.318000', '124109.321000', '124109.323000', '124109.326000', '124109.335000', '124109.337000', '124109.340000', '124109.343000', '124109.346000', '124109.349000', '124109.351000', '124109.354000', '124109.368000', '124109.371000', '124109.374000', '124109.384000', '124109.387000', '124109.389000', '124109.392000', '124129.246000', '124129.249000', '124129.252000', '124129.255000', '124129.257000', '124129.260000', '124129.263000', '124129.266000', '124129.269000', '124129.272000', '124129.274000', '124129.277000', '124129.280000', '124129.283000', '124129.286000', '124129.289000', '124129.291000', '124129.294000', '124129.297000', '124129.300000', '124129.303000', '124129.306000', '124129.308000', '124129.311000', '124129.314000', '124129.317000', '124129.320000', '124129.323000', '124129.326000', '124129.329000', '124129.332000', '124129.334000', '124129.337000', '124129.340000', '124129.343000', '124129.346000', '124129.349000', '124129.352000', '124129.354000', '124129.357000', '124129.360000', '124129.365000', '124129.368000', '124149.247000', '124149.250000', '124149.252000', '124149.256000', '124149.258000', '124149.261000', '124149.264000', '124149.267000', '124149.270000', '124149.273000', '124149.275000', '124149.278000', '124149.281000', '124149.284000', '124149.287000', '124149.290000', '124149.292000', '124149.295000', '124149.298000', '124149.301000', '124149.304000', '124149.307000', '124149.309000', '124149.312000', '124149.315000', '124149.318000', '124149.321000', '124149.324000', '124149.327000', '124149.329000', '124149.332000', '124149.335000', '124149.338000', '124149.341000', '124149.343000', '124149.346000', '124149.349000', '124149.352000', '124149.355000', '124149.358000', '124149.360000', '124149.363000', '124149.373000', '124149.376000', '124209.247000', '124209.250000', '124209.253000', '124209.256000', '124209.258000', '124209.262000', '124209.264000', '124209.267000', '124209.271000', '124209.274000', '124209.277000', '124209.280000', '124209.282000', '124209.285000', '124209.288000', '124209.291000', '124209.294000', '124209.297000', '124209.299000', '124209.302000', '124209.305000', '124209.308000', '124209.311000', '124209.314000', '124209.317000', '124209.319000', '124209.322000', '124209.325000', '124209.328000', '124209.331000', '124209.334000', '124209.337000', '124209.339000', '124209.342000', '124209.345000', '124209.348000', '124209.351000', '124209.354000', '124209.358000', '124209.363000', '124209.366000', '124209.369000', '124209.372000', '124229.247000', '124229.250000', '124229.253000', '124229.256000', '124229.258000', '124229.261000', '124229.264000', '124229.267000', '124229.270000', '124229.273000', '124229.275000', '124229.278000', '124229.281000', '124229.284000', '124229.287000', '124229.290000', '124229.292000', '124229.295000', '124229.298000', '124229.301000', '124229.304000', '124229.307000', '124229.310000', '124229.312000', '124229.315000', '124229.318000', '124229.321000', '124229.324000', '124229.327000', '124229.329000', '124229.332000', '124229.335000', '124229.338000', '124229.341000', '124229.344000', '124229.347000', '124229.349000', '124229.352000', '124229.355000', '124229.358000', '124229.361000', '124229.364000', '124229.366000', '124229.369000', '124249.247000', '124249.250000', '124249.252000', '124249.255000', '124249.258000', '124249.261000', '124249.264000', '124249.267000', '124249.270000', '124249.273000', '124249.275000', '124249.278000', '124249.281000', '124249.284000', '124249.287000', '124249.289000', '124249.292000', '124249.295000', '124249.308000', '124249.311000', '124249.314000', '124249.317000', '124249.320000', '124249.322000', '124249.325000', '124249.328000', '124249.331000', '124249.334000', '124249.337000', '124249.340000', '124249.342000', '124249.345000', '124249.348000', '124249.351000', '124249.354000', '124249.356000', '124249.359000', '124249.362000', '124249.365000', '124249.368000', '124249.371000', '124249.374000', '124249.377000', '124309.247000', '124309.250000', '124309.253000', '124309.256000', '124309.258000', '124309.261000', '124309.264000', '124309.267000', '124309.270000', '124309.273000', '124309.276000', '124309.278000', '124309.281000', '124309.284000', '124309.287000', '124309.290000', '124309.293000', '124309.296000', '124309.323000', '124309.326000', '124309.329000', '124309.332000', '124309.335000', '124309.338000', '124309.340000', '124309.343000', '124309.346000', '124309.349000', '124309.352000', '124309.355000', '124309.358000', '124309.360000', '124309.363000', '124309.366000', '124309.369000', '124309.372000', '124309.374000', '124309.377000', '124309.380000', '124309.383000', '124309.386000', '124309.389000', '124309.391000', '124309.394000', '124329.247000', '124329.250000', '124329.253000', '124329.256000', '124329.259000', '124329.261000', '124329.264000', '124329.267000', '124329.270000', '124329.273000', '124329.276000', '124329.278000', '124329.281000', '124329.284000', '124329.287000', '124329.290000', '124329.293000', '124329.296000', '124329.299000', '124329.302000', '124329.305000', '124329.308000', '124329.311000', '124329.314000', '124329.317000', '124329.320000', '124329.323000', '124329.326000', '124329.329000', '124329.331000', '124329.334000', '124329.337000', '124329.340000', '124329.343000', '124329.346000', '124329.349000', '124329.352000', '124329.354000', '124329.357000', '124329.360000', '124329.363000', '124329.366000', '124329.370000', '124349.246000', '124349.249000', '124349.252000', '124349.255000', '124349.258000', '124349.260000', '124349.263000', '124349.266000', '124349.269000', '124349.272000', '124349.275000', '124349.278000', '124349.281000', '124349.283000', '124349.286000', '124349.289000', '124349.292000', '124349.295000', '124349.298000', '124349.300000', '124349.303000', '124349.306000', '124349.309000', '124349.312000', '124349.315000', '124349.318000', '124349.320000', '124349.323000', '124349.326000', '124349.329000', '124349.332000', '124349.335000', '124349.338000', '124349.340000', '124349.343000', '124349.346000', '124349.349000', '124349.352000', '124349.355000', '124349.357000', '124349.360000', '124349.363000', '124349.366000', '124349.369000', '124409.247000', '124409.250000', '124409.253000', '124409.256000', '124409.259000', '124409.261000', '124409.264000', '124409.267000', '124409.270000', '124409.273000', '124409.276000', '124409.279000', '124409.282000', '124409.284000', '124409.287000', '124409.290000', '124409.293000', '124409.296000', '124409.299000', '124409.302000', '124409.304000', '124409.307000', '124409.310000', '124409.313000', '124409.316000', '124409.318000', '124409.321000', '124409.324000', '124409.327000', '124409.330000', '124409.333000', '124409.336000', '124409.338000', '124409.341000', '124409.344000', '124409.347000', '124409.350000', '124409.353000', '124409.356000', '124409.359000', '124409.361000', '124409.364000', '124409.367000', '124429.247000', '124429.250000', '124429.253000', '124429.263000', '124429.265000', '124429.268000', '124429.271000', '124429.274000', '124429.277000', '124429.280000', '124429.283000', '124429.285000', '124429.288000', '124429.291000', '124429.294000', '124429.297000', '124429.300000', '124429.303000', '124429.306000', '124429.309000', '124429.311000', '124429.314000', '124429.317000', '124429.320000', '124429.323000', '124429.326000', '124429.328000', '124429.331000', '124429.334000', '124429.337000', '124429.340000', '124429.343000', '124429.346000', '124429.349000', '124429.351000', '124429.354000', '124429.357000', '124429.360000', '124429.363000', '124429.366000', '124429.368000', '124429.371000', '124429.374000', '124429.377000', '124449.247000', '124449.250000', '124449.253000', '124449.256000', '124449.259000', '124449.262000', '124449.264000', '124449.267000', '124449.270000', '124449.273000', '124449.276000', '124449.279000', '124449.282000', '124449.284000', '124449.287000', '124449.290000', '124449.293000', '124449.296000', '124449.299000', '124449.302000', '124449.304000', '124449.307000', '124449.310000', '124449.313000', '124449.316000', '124449.319000', '124449.322000', '124449.324000', '124449.327000', '124449.330000', '124449.333000', '124449.336000', '124449.339000', '124449.342000', '124449.346000', '124449.349000', '124449.352000', '124449.355000', '124449.357000', '124449.360000', '124449.363000', '124449.366000', '124449.369000', '124509.247000', '124509.250000', '124509.253000', '124509.256000', '124509.259000', '124509.261000', '124509.264000', '124509.267000', '124509.270000', '124509.273000', '124509.276000', '124509.279000', '124509.282000', '124509.284000', '124509.287000', '124509.290000', '124509.293000', '124509.296000', '124509.299000', '124509.302000', '124509.304000', '124509.307000', '124509.310000', '124509.313000', '124509.316000', '124509.319000', '124509.322000', '124509.325000', '124509.327000', '124509.330000', '124509.333000', '124509.336000', '124509.339000', '124509.342000', '124509.345000', '124509.347000', '124509.350000', '124509.353000', '124509.356000', '124509.359000', '124509.362000', '124509.364000', '124509.367000', '124509.370000', '124529.247000', '124529.250000', '124529.253000', '124529.256000', '124529.259000', '124529.261000', '124529.264000', '124529.267000', '124529.270000', '124529.273000', '124529.276000', '124529.279000', '124529.282000', '124529.285000', '124529.287000', '124529.290000', '124529.293000', '124529.296000', '124529.299000', '124529.302000', '124529.305000', '124529.307000', '124529.310000', '124529.313000', '124529.316000', '124529.319000', '124529.322000', '124529.325000', '124529.328000', '124529.331000', '124529.333000', '124529.336000', '124529.339000', '124529.342000', '124529.345000', '124529.348000', '124529.351000', '124529.354000', '124529.356000', '124529.359000', '124529.362000', '124529.365000', '124529.368000', '124549.247000', '124549.250000', '124549.253000', '124549.256000', '124549.259000', '124549.262000', '124549.264000', '124549.267000', '124549.270000', '124549.273000', '124549.288000', '124549.291000', '124549.294000', '124549.297000', '124549.300000', '124549.303000', '124549.305000', '124549.308000', '124549.311000', '124549.314000', '124549.317000', '124549.320000', '124549.323000', '124549.325000', '124549.328000', '124549.331000', '124549.334000', '124549.337000', '124549.341000', '124549.344000', '124549.347000', '124549.350000', '124549.353000', '124549.356000', '124549.359000', '124549.362000', '124549.364000', '124549.367000', '124549.370000', '124549.373000', '124549.376000', '124549.379000', '124549.382000', '124549.384000', '124609.246000', '124609.249000', '124609.252000', '124609.255000', '124609.258000', '124609.260000', '124609.263000', '124609.266000', '124609.269000', '124609.272000', '124609.275000', '124609.278000', '124609.281000', '124609.283000', '124609.286000', '124609.289000', '124609.292000', '124609.295000', '124609.298000', '124609.301000', '124609.303000', '124609.306000', '124609.309000', '124609.312000', '124609.315000', '124609.318000', '124609.320000', '124609.323000', '124609.326000', '124609.329000', '124609.332000', '124609.335000', '124609.338000', '124609.341000', '124609.343000', '124609.346000', '124609.349000', '124609.352000', '124609.355000', '124609.358000', '124609.361000', '124609.364000', '124609.366000', '124629.298000', '124629.302000', '124629.305000', '124629.312000', '124629.316000', '124629.319000', '124629.322000', '124629.325000', '124629.328000', '124629.331000', '124629.334000', '124629.337000', '124629.340000', '124629.342000', '124629.345000', '124629.348000', '124629.351000', '124629.354000', '124629.357000', '124629.360000', '124629.363000', '124629.366000', '124629.369000', '124629.372000', '124629.375000', '124629.378000', '124629.381000', '124629.384000', '124629.387000', '124629.390000', '124629.393000', '124629.396000', '124629.399000', '124629.402000', '124629.405000', '124629.408000', '124629.411000', '124629.414000', '124629.417000', '124629.420000', '124629.423000', '124629.426000', '124629.429000', '124629.432000'], 'InstanceCreationTime': ['124009.287000', '124009.290000', '124009.293000', '124009.296000', '124009.299000', '124009.302000', '124009.305000', '124009.307000', '124009.310000', '124009.313000', '124009.320000', '124009.322000', '124009.325000', '124009.328000', '124009.331000', '124009.334000', '124009.337000', '124009.339000', '124009.342000', '124009.345000', '124009.348000', '124009.351000', '124009.354000', '124009.356000', '124009.359000', '124009.362000', '124009.365000', '124009.368000', '124009.370000', '124009.373000', '124009.376000', '124009.379000', '124009.382000', '124009.391000', '124009.393000', '124009.396000', '124009.399000', '124009.402000', '124009.405000', '124009.407000', '124009.410000', '124009.413000', '124009.416000', '124009.419000', '124009.422000', '124029.247000', '124029.250000', '124029.253000', '124029.256000', '124029.258000', '124029.261000', '124029.264000', '124029.267000', '124029.270000', '124029.273000', '124029.276000', '124029.278000', '124029.281000', '124029.284000', '124029.287000', '124029.290000', '124029.292000', '124029.295000', '124029.298000', '124029.301000', '124029.304000', '124029.307000', '124029.309000', '124029.312000', '124029.315000', '124029.318000', '124029.321000', '124029.323000', '124029.326000', '124029.329000', '124029.332000', '124029.335000', '124029.337000', '124029.340000', '124029.343000', '124029.346000', '124029.349000', '124029.352000', '124029.355000', '124029.357000', '124029.360000', '124029.363000', '124029.374000', '124029.377000', '124049.247000', '124049.250000', '124049.252000', '124049.256000', '124049.258000', '124049.261000', '124049.264000', '124049.267000', '124049.270000', '124049.273000', '124049.275000', '124049.278000', '124049.281000', '124049.284000', '124049.287000', '124049.290000', '124049.293000', '124049.295000', '124049.298000', '124049.301000', '124049.304000', '124049.307000', '124049.310000', '124049.313000', '124049.316000', '124049.319000', '124049.321000', '124049.324000', '124049.327000', '124049.330000', '124049.333000', '124049.335000', '124049.338000', '124049.345000', '124049.348000', '124049.351000', '124049.354000', '124049.357000', '124049.360000', '124049.362000', '124049.365000', '124049.368000', '124049.371000', '124109.247000', '124109.250000', '124109.252000', '124109.255000', '124109.258000', '124109.261000', '124109.264000', '124109.267000', '124109.270000', '124109.272000', '124109.275000', '124109.278000', '124109.281000', '124109.284000', '124109.287000', '124109.289000', '124109.292000', '124109.295000', '124109.298000', '124109.301000', '124109.304000', '124109.306000', '124109.309000', '124109.312000', '124109.315000', '124109.318000', '124109.321000', '124109.323000', '124109.326000', '124109.335000', '124109.337000', '124109.340000', '124109.343000', '124109.346000', '124109.349000', '124109.351000', '124109.354000', '124109.368000', '124109.371000', '124109.374000', '124109.384000', '124109.387000', '124109.389000', '124109.392000', '124129.246000', '124129.249000', '124129.252000', '124129.255000', '124129.257000', '124129.260000', '124129.263000', '124129.266000', '124129.269000', '124129.272000', '124129.274000', '124129.277000', '124129.280000', '124129.283000', '124129.286000', '124129.289000', '124129.291000', '124129.294000', '124129.297000', '124129.300000', '124129.303000', '124129.306000', '124129.308000', '124129.311000', '124129.314000', '124129.317000', '124129.320000', '124129.323000', '124129.326000', '124129.329000', '124129.332000', '124129.334000', '124129.337000', '124129.340000', '124129.343000', '124129.346000', '124129.349000', '124129.352000', '124129.354000', '124129.357000', '124129.360000', '124129.365000', '124129.368000', '124149.247000', '124149.250000', '124149.252000', '124149.256000', '124149.258000', '124149.261000', '124149.264000', '124149.267000', '124149.270000', '124149.273000', '124149.275000', '124149.278000', '124149.281000', '124149.284000', '124149.287000', '124149.290000', '124149.292000', '124149.295000', '124149.298000', '124149.301000', '124149.304000', '124149.307000', '124149.309000', '124149.312000', '124149.315000', '124149.318000', '124149.321000', '124149.324000', '124149.327000', '124149.329000', '124149.332000', '124149.335000', '124149.338000', '124149.341000', '124149.343000', '124149.346000', '124149.349000', '124149.352000', '124149.355000', '124149.358000', '124149.360000', '124149.363000', '124149.373000', '124149.376000', '124209.247000', '124209.250000', '124209.253000', '124209.256000', '124209.258000', '124209.262000', '124209.264000', '124209.267000', '124209.271000', '124209.274000', '124209.277000', '124209.280000', '124209.282000', '124209.285000', '124209.288000', '124209.291000', '124209.294000', '124209.297000', '124209.299000', '124209.302000', '124209.305000', '124209.308000', '124209.311000', '124209.314000', '124209.317000', '124209.319000', '124209.322000', '124209.325000', '124209.328000', '124209.331000', '124209.334000', '124209.337000', '124209.339000', '124209.342000', '124209.345000', '124209.348000', '124209.351000', '124209.354000', '124209.358000', '124209.363000', '124209.366000', '124209.369000', '124209.372000', '124229.247000', '124229.250000', '124229.253000', '124229.256000', '124229.258000', '124229.261000', '124229.264000', '124229.267000', '124229.270000', '124229.273000', '124229.275000', '124229.278000', '124229.281000', '124229.284000', '124229.287000', '124229.290000', '124229.292000', '124229.295000', '124229.298000', '124229.301000', '124229.304000', '124229.307000', '124229.310000', '124229.312000', '124229.315000', '124229.318000', '124229.321000', '124229.324000', '124229.327000', '124229.329000', '124229.332000', '124229.335000', '124229.338000', '124229.341000', '124229.344000', '124229.347000', '124229.349000', '124229.352000', '124229.355000', '124229.358000', '124229.361000', '124229.364000', '124229.366000', '124229.369000', '124249.247000', '124249.250000', '124249.252000', '124249.255000', '124249.258000', '124249.261000', '124249.264000', '124249.267000', '124249.270000', '124249.273000', '124249.275000', '124249.278000', '124249.281000', '124249.284000', '124249.287000', '124249.289000', '124249.292000', '124249.295000', '124249.308000', '124249.311000', '124249.314000', '124249.317000', '124249.320000', '124249.322000', '124249.325000', '124249.328000', '124249.331000', '124249.334000', '124249.337000', '124249.340000', '124249.342000', '124249.345000', '124249.348000', '124249.351000', '124249.354000', '124249.356000', '124249.359000', '124249.362000', '124249.365000', '124249.368000', '124249.371000', '124249.374000', '124249.377000', '124309.247000', '124309.250000', '124309.253000', '124309.256000', '124309.258000', '124309.261000', '124309.264000', '124309.267000', '124309.270000', '124309.273000', '124309.276000', '124309.278000', '124309.281000', '124309.284000', '124309.287000', '124309.290000', '124309.293000', '124309.296000', '124309.323000', '124309.326000', '124309.329000', '124309.332000', '124309.335000', '124309.338000', '124309.340000', '124309.343000', '124309.346000', '124309.349000', '124309.352000', '124309.355000', '124309.358000', '124309.360000', '124309.363000', '124309.366000', '124309.369000', '124309.372000', '124309.374000', '124309.377000', '124309.380000', '124309.383000', '124309.386000', '124309.389000', '124309.391000', '124309.394000', '124329.247000', '124329.250000', '124329.253000', '124329.256000', '124329.259000', '124329.261000', '124329.264000', '124329.267000', '124329.270000', '124329.273000', '124329.276000', '124329.278000', '124329.281000', '124329.284000', '124329.287000', '124329.290000', '124329.293000', '124329.296000', '124329.299000', '124329.302000', '124329.305000', '124329.308000', '124329.311000', '124329.314000', '124329.317000', '124329.320000', '124329.323000', '124329.326000', '124329.329000', '124329.331000', '124329.334000', '124329.337000', '124329.340000', '124329.343000', '124329.346000', '124329.349000', '124329.352000', '124329.354000', '124329.357000', '124329.360000', '124329.363000', '124329.366000', '124329.370000', '124349.246000', '124349.249000', '124349.252000', '124349.255000', '124349.258000', '124349.260000', '124349.263000', '124349.266000', '124349.269000', '124349.272000', '124349.275000', '124349.278000', '124349.281000', '124349.283000', '124349.286000', '124349.289000', '124349.292000', '124349.295000', '124349.298000', '124349.300000', '124349.303000', '124349.306000', '124349.309000', '124349.312000', '124349.315000', '124349.318000', '124349.320000', '124349.323000', '124349.326000', '124349.329000', '124349.332000', '124349.335000', '124349.338000', '124349.340000', '124349.343000', '124349.346000', '124349.349000', '124349.352000', '124349.355000', '124349.357000', '124349.360000', '124349.363000', '124349.366000', '124349.369000', '124409.247000', '124409.250000', '124409.253000', '124409.256000', '124409.259000', '124409.261000', '124409.264000', '124409.267000', '124409.270000', '124409.273000', '124409.276000', '124409.279000', '124409.282000', '124409.284000', '124409.287000', '124409.290000', '124409.293000', '124409.296000', '124409.299000', '124409.302000', '124409.304000', '124409.307000', '124409.310000', '124409.313000', '124409.316000', '124409.318000', '124409.321000', '124409.324000', '124409.327000', '124409.330000', '124409.333000', '124409.336000', '124409.338000', '124409.341000', '124409.344000', '124409.347000', '124409.350000', '124409.353000', '124409.356000', '124409.359000', '124409.361000', '124409.364000', '124409.367000', '124429.247000', '124429.250000', '124429.253000', '124429.263000', '124429.265000', '124429.268000', '124429.271000', '124429.274000', '124429.277000', '124429.280000', '124429.283000', '124429.285000', '124429.288000', '124429.291000', '124429.294000', '124429.297000', '124429.300000', '124429.303000', '124429.306000', '124429.309000', '124429.311000', '124429.314000', '124429.317000', '124429.320000', '124429.323000', '124429.326000', '124429.328000', '124429.331000', '124429.334000', '124429.337000', '124429.340000', '124429.343000', '124429.346000', '124429.349000', '124429.351000', '124429.354000', '124429.357000', '124429.360000', '124429.363000', '124429.366000', '124429.368000', '124429.371000', '124429.374000', '124429.377000', '124449.247000', '124449.250000', '124449.253000', '124449.256000', '124449.259000', '124449.262000', '124449.264000', '124449.267000', '124449.270000', '124449.273000', '124449.276000', '124449.279000', '124449.282000', '124449.284000', '124449.287000', '124449.290000', '124449.293000', '124449.296000', '124449.299000', '124449.302000', '124449.304000', '124449.307000', '124449.310000', '124449.313000', '124449.316000', '124449.319000', '124449.322000', '124449.324000', '124449.327000', '124449.330000', '124449.333000', '124449.336000', '124449.339000', '124449.342000', '124449.346000', '124449.349000', '124449.352000', '124449.355000', '124449.357000', '124449.360000', '124449.363000', '124449.366000', '124449.369000', '124509.247000', '124509.250000', '124509.253000', '124509.256000', '124509.259000', '124509.261000', '124509.264000', '124509.267000', '124509.270000', '124509.273000', '124509.276000', '124509.279000', '124509.282000', '124509.284000', '124509.287000', '124509.290000', '124509.293000', '124509.296000', '124509.299000', '124509.302000', '124509.304000', '124509.307000', '124509.310000', '124509.313000', '124509.316000', '124509.319000', '124509.322000', '124509.325000', '124509.327000', '124509.330000', '124509.333000', '124509.336000', '124509.339000', '124509.342000', '124509.345000', '124509.347000', '124509.350000', '124509.353000', '124509.356000', '124509.359000', '124509.362000', '124509.364000', '124509.367000', '124509.370000', '124529.247000', '124529.250000', '124529.253000', '124529.256000', '124529.259000', '124529.261000', '124529.264000', '124529.267000', '124529.270000', '124529.273000', '124529.276000', '124529.279000', '124529.282000', '124529.285000', '124529.287000', '124529.290000', '124529.293000', '124529.296000', '124529.299000', '124529.302000', '124529.305000', '124529.307000', '124529.310000', '124529.313000', '124529.316000', '124529.319000', '124529.322000', '124529.325000', '124529.328000', '124529.331000', '124529.333000', '124529.336000', '124529.339000', '124529.342000', '124529.345000', '124529.348000', '124529.351000', '124529.354000', '124529.356000', '124529.359000', '124529.362000', '124529.365000', '124529.368000', '124549.247000', '124549.250000', '124549.253000', '124549.256000', '124549.259000', '124549.262000', '124549.264000', '124549.267000', '124549.270000', '124549.273000', '124549.288000', '124549.291000', '124549.294000', '124549.297000', '124549.300000', '124549.303000', '124549.305000', '124549.308000', '124549.311000', '124549.314000', '124549.317000', '124549.320000', '124549.323000', '124549.325000', '124549.328000', '124549.331000', '124549.334000', '124549.337000', '124549.341000', '124549.344000', '124549.347000', '124549.350000', '124549.353000', '124549.356000', '124549.359000', '124549.362000', '124549.364000', '124549.367000', '124549.370000', '124549.373000', '124549.376000', '124549.379000', '124549.382000', '124549.384000', '124609.246000', '124609.249000', '124609.252000', '124609.255000', '124609.258000', '124609.260000', '124609.263000', '124609.266000', '124609.269000', '124609.272000', '124609.275000', '124609.278000', '124609.281000', '124609.283000', '124609.286000', '124609.289000', '124609.292000', '124609.295000', '124609.298000', '124609.301000', '124609.303000', '124609.306000', '124609.309000', '124609.312000', '124609.315000', '124609.318000', '124609.320000', '124609.323000', '124609.326000', '124609.329000', '124609.332000', '124609.335000', '124609.338000', '124609.341000', '124609.343000', '124609.346000', '124609.349000', '124609.352000', '124609.355000', '124609.358000', '124609.361000', '124609.364000', '124609.366000', '124629.298000', '124629.302000', '124629.305000', '124629.312000', '124629.316000', '124629.319000', '124629.322000', '124629.325000', '124629.328000', '124629.331000', '124629.334000', '124629.337000', '124629.340000', '124629.342000', '124629.345000', '124629.348000', '124629.351000', '124629.354000', '124629.357000', '124629.360000', '124629.363000', '124629.366000', '124629.369000', '124629.372000', '124629.375000', '124629.378000', '124629.381000', '124629.384000', '124629.387000', '124629.390000', '124629.393000', '124629.396000', '124629.399000', '124629.402000', '124629.405000', '124629.408000', '124629.411000', '124629.414000', '124629.417000', '124629.420000', '124629.423000', '124629.426000', '124629.429000', '124629.432000'], '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': [10356, 11098, 10673, 11930, 10349, 10544, 10009, 10896, 10039, 10717, 10322, 10210, 10106, 11109, 9927, 11012, 10009, 10828, 11965, 10852, 11880, 10201, 11237, 10019, 11015, 10022, 11020, 12986, 11256, 11512, 10286, 10558, 10048, 10607, 11528, 10346, 10542, 10067, 10977, 12772, 10643, 10616, 10222, 10676, 11159, 10301, 11799, 9977, 10754, 9993, 10205, 10742, 12244, 11962, 11755, 13262, 11914, 12344, 12383, 10948, 12024, 12669, 11564, 12307, 12853, 11465, 13231, 12637, 10812, 11818, 12654, 10504, 11564, 12459, 10577, 12056, 13175, 11286, 11640, 10241, 11329, 12586, 10709, 12153, 11905, 11843, 11324, 10440, 11308, 11825, 10823, 12108, 10506, 11715, 12492, 11300, 11717, 10437, 12061, 10952, 11579, 13217, 11545, 11735, 10862, 11709, 10319, 11384, 12785, 11292, 11578, 12662, 11185, 11916, 11813, 12999, 11922, 12230, 12933, 11572, 11950, 11153, 11494, 13041, 11338, 11352, 10418, 11181, 10370, 12000, 10728, 11698, 13084, 10890, 11576, 10530, 11584, 12254, 10546, 11861, 10349, 11467, 11273, 11138, 11545, 10689, 11421, 11823, 11320, 12245, 10561, 12427, 10795, 11976, 13500, 12166, 12717, 11384, 12081, 10665, 12447, 11016, 11790, 12936, 10933, 12270, 10814, 11471, 10787, 12230, 10824, 12257, 10576, 12198, 10594, 11650, 10733, 11598, 11500, 10411, 11065, 13054, 11307, 12357, 10422, 12224, 13069, 11389, 11913, 11702, 11798, 13013, 10894, 12661, 10704, 12702, 10685, 12649, 10897, 11801, 11221, 11946, 11413, 13373, 11528, 13177, 11364, 12937, 11572, 12997, 11588, 12575, 11375, 12297, 10690, 12386, 10646, 12297, 10760, 12131, 10819, 11436, 10924, 12080, 10965, 12231, 11054, 12597, 11064, 12562, 11329, 12127, 11372, 12989, 10880, 12535, 10778, 12323, 10925, 12418, 10929, 12531, 11147, 12891, 11120, 12513, 11010, 12297, 11052, 12286, 13385, 12397, 13165, 11773, 13406, 11568, 12496, 11843, 12804, 11974, 12586, 11684, 12862, 11419, 12233, 11201, 11330, 10183, 11339, 12274, 11979, 12182, 10811, 12536, 12016, 11740, 12806, 11023, 12152, 12607, 11391, 12140, 11029, 11767, 10962, 10936, 11205, 11816, 10993, 11824, 10738, 11977, 10761, 12037, 10531, 11798, 10721, 11927, 10755, 11619, 10561, 12232, 13243, 11972, 12824, 11079, 11927, 10673, 12006, 10682, 12113, 10939, 11889, 11254, 10957, 10950, 11999, 12868, 12023, 12929, 12097, 12018, 11705, 13061, 11542, 13480, 11532, 13250, 11054, 12072, 10949, 12809, 10912, 12443, 12900, 12069, 13168, 11242, 12407, 10996, 12576, 10833, 12453, 10711, 12265, 10803, 12660, 10827, 11453, 11080, 12514, 11170, 12696, 12546, 11730, 12909, 13819, 12929, 13427, 12960, 12938, 13187, 11187, 12169, 12363, 12063, 13298, 11707, 12609, 11155, 12392, 11063, 12454, 10917, 12171, 10896, 11523, 10892, 12600, 10969, 12570, 11022, 12068, 10610, 11817, 13593, 11910, 13638, 12101, 12096, 12035, 12028, 11772, 12984, 11172, 11743, 10960, 11841, 11025, 11588, 10620, 11457, 10667, 12578, 10921, 11595, 11578, 12792, 11455, 10326, 11484, 10404, 11780, 10716, 11485, 10844, 11979, 10677, 11883, 10451, 11359, 10585, 11378, 10787, 12421, 10723, 12209, 10835, 11915, 10505, 11787, 10740, 11912, 10797, 11149, 10946, 11868, 11602, 11531, 11852, 11017, 11968, 10804, 11769, 10637, 11605, 10627, 12161, 10640, 11308, 10862, 10714, 10832, 11477, 10576, 11545, 11079, 10730, 10689, 11514, 12227, 10961, 11665, 10622, 11272, 11860, 11091, 11010, 11331, 10375, 11580, 10816, 11654, 10576, 11428, 12737, 11607, 11757, 11178, 12485, 11354, 12611, 10901, 11908, 11496, 11149, 11964, 10615, 11843, 10813, 11831, 11800, 11573, 11816, 11892, 12323, 11771, 12961, 11127, 12080, 10890, 12367, 10936, 11810, 10551, 11545, 12806, 11765, 13277, 11882, 12232, 11704, 12064, 10677, 12599, 11288, 12205, 12152, 11858, 11955, 13144, 11566, 12140, 12808, 11000, 11392, 10978, 11265, 11011, 11522, 10669, 11431, 10618, 11542, 10592, 11375, 10400, 11223, 12565, 11525, 12431, 10686, 11373, 10456, 11441, 11473, 11027, 11783, 10361, 11157, 10277, 11790, 10491, 11366, 10375, 11276, 10364, 11545, 10541, 11766, 10756, 11655, 10633, 11635, 10778, 12156, 10637, 10815, 10328, 11653, 10321, 10952, 10258, 10853, 10309, 10922, 10358, 11089, 10864, 11782, 10944, 11690, 11060, 11413, 10534, 10534, 10005, 10488, 11599, 10312, 11628, 10068, 10502, 10985, 10102, 10607, 10108, 11273, 10211, 11573, 10204, 10873, 10330, 11427, 10677, 9782, 10415, 9932, 10750, 10105, 10822, 10173, 10605, 11165, 10425, 10823, 10635, 11176, 10300, 11546, 10511, 11885, 10490, 11749, 10690, 12461, 11128, 11203, 10818, 11347, 10284, 11670, 10244, 11396, 10261, 10783, 12346, 10950, 11933, 10548, 12025, 10186, 10929, 10060, 10540, 10405, 10657, 10978, 10191, 11148, 11314, 11090, 11210, 10092, 10468, 10674, 10721, 10800, 9866, 10694, 10151, 10289, 10994, 10176, 11398, 9899, 10223, 10024, 9558, 10300, 9358, 10138, 10049, 10159, 10420, 10155, 10183, 10273, 10209, 10060, 10048, 9887, 10758, 11979, 10408, 10271, 10934, 10121, 10150, 10260, 11167, 10332, 9846, 10313, 9828, 10808, 10308, 10538, 9894, 10575, 9894, 10883, 10213, 11663, 10347, 9939, 10309, 9886, 10493, 10017, 10584, 10143, 10575, 9861, 10505, 9712, 10246, 9756, 10565, 9865, 10128, 10266, 10959, 10281, 9624, 10170, 12133, 10728, 11376, 10019, 9846, 10897, 10428, 10639, 9268, 10199, 10718, 10448, 10955, 12023, 9923, 10390, 9860, 10759, 10981, 10490, 10687, 9835, 10188, 10258, 9702, 10507, 9730, 10095, 9685, 10458, 9659, 10717, 11271, 10608, 10471, 9964, 10182, 9674, 10722, 9478, 10377, 11426, 10752, 10633, 10464, 11576, 10914, 11211, 10598, 10874, 10390, 11422, 9884, 10461, 9836, 10600, 9771, 10475, 9878, 11081, 12081, 11039, 11226, 10470, 10894, 11119, 10913, 10822, 11886, 10513, 11012, 10381, 10362, 10669, 10668, 11334, 10799, 11132, 10868, 11671, 11054, 11544, 11060, 12290, 10724, 11091, 9960, 11408, 12360, 11336, 10522, 10140, 10919, 10652, 10787, 10845, 10190, 10179, 10336, 9989, 10482, 9760, 10282, 10303, 10035, 10118, 9824, 10270, 9581, 10447, 9333, 10339, 11659, 10138, 9877, 9502, 10119, 10358, 10138, 10340, 10241, 10180, 9801, 9968, 12154, 9830, 10491, 9408, 10638, 11760, 9893, 10477, 9544, 10525, 10920, 9943, 10552, 9576, 9840, 9829, 10595, 9513, 10395, 9520, 10267, 9398], 'WindowCenter': [4211.0, 4205.0, 4193.0, 4200.0, 4178.0, 4176.0, 4164.0, 4173.0, 4165.0, 4175.0, 4175.0, 4164.0, 4163.0, 4173.0, 4163.0, 4174.0, 4164.0, 4175.0, 4184.0, 4175.0, 4184.0, 4175.0, 4174.0, 4175.0, 4175.0, 4175.0, 4175.0, 4196.0, 4186.0, 4186.0, 4176.0, 4176.0, 4165.0, 4176.0, 4184.0, 4175.0, 4174.0, 4165.0, 4175.0, 4184.0, 4174.0, 4163.0, 4162.0, 4163.0, 4172.0, 4162.0, 4175.0, 4178.0, 4189.0, 4178.0, 4176.0, 4175.0, 4186.0, 4188.0, 4177.0, 4186.0, 4177.0, 4203.0, 4202.0, 4180.0, 4188.0, 4187.0, 4176.0, 4175.0, 4172.0, 4174.0, 4196.0, 4173.0, 4160.0, 4173.0, 4172.0, 4162.0, 4173.0, 4183.0, 4162.0, 4172.0, 4171.0, 4162.0, 4162.0, 4161.0, 4174.0, 4173.0, 4163.0, 4184.0, 4173.0, 4185.0, 4174.0, 4175.0, 4175.0, 4186.0, 4176.0, 4187.0, 4176.0, 4187.0, 4196.0, 4187.0, 4184.0, 4176.0, 4186.0, 4175.0, 4175.0, 4184.0, 4174.0, 4173.0, 4163.0, 4175.0, 4178.0, 4177.0, 4196.0, 4187.0, 4187.0, 4209.0, 4200.0, 4189.0, 4188.0, 4202.0, 4179.0, 4186.0, 4185.0, 4175.0, 4199.0, 4200.0, 4175.0, 4182.0, 4160.0, 4160.0, 4148.0, 4158.0, 4148.0, 4169.0, 4158.0, 4171.0, 4195.0, 4173.0, 4185.0, 4172.0, 4185.0, 4196.0, 4176.0, 4184.0, 4162.0, 4175.0, 4174.0, 4174.0, 4174.0, 4163.0, 4175.0, 4185.0, 4185.0, 4184.0, 4176.0, 4196.0, 4175.0, 4185.0, 4194.0, 4185.0, 4184.0, 4174.0, 4184.0, 4174.0, 4185.0, 4173.0, 4173.0, 4183.0, 4173.0, 4172.0, 4163.0, 4173.0, 4173.0, 4172.0, 4161.0, 4171.0, 4160.0, 4170.0, 4160.0, 4160.0, 4160.0, 4174.0, 4173.0, 4162.0, 4173.0, 4194.0, 4173.0, 4185.0, 4174.0, 4186.0, 4196.0, 4186.0, 4186.0, 4186.0, 4187.0, 4196.0, 4175.0, 4172.0, 4151.0, 4169.0, 4148.0, 4156.0, 4147.0, 4144.0, 4146.0, 4145.0, 4145.0, 4154.0, 4144.0, 4154.0, 4144.0, 4154.0, 4145.0, 4155.0, 4157.0, 4157.0, 4158.0, 4169.0, 4160.0, 4182.0, 4162.0, 4172.0, 4162.0, 4173.0, 4173.0, 4173.0, 4174.0, 4173.0, 4163.0, 4172.0, 4173.0, 4172.0, 4172.0, 4172.0, 4173.0, 4183.0, 4172.0, 4183.0, 4173.0, 4184.0, 4175.0, 4185.0, 4173.0, 4183.0, 4174.0, 4196.0, 4173.0, 4183.0, 4173.0, 4183.0, 4173.0, 4183.0, 4172.0, 4183.0, 4183.0, 4184.0, 4194.0, 4185.0, 4193.0, 4184.0, 4184.0, 4185.0, 4184.0, 4184.0, 4183.0, 4173.0, 4182.0, 4173.0, 4183.0, 4174.0, 4173.0, 4163.0, 4172.0, 4184.0, 4183.0, 4183.0, 4174.0, 4184.0, 4182.0, 4183.0, 4184.0, 4174.0, 4186.0, 4197.0, 4186.0, 4185.0, 4174.0, 4172.0, 4161.0, 4160.0, 4160.0, 4159.0, 4146.0, 4157.0, 4146.0, 4157.0, 4145.0, 4156.0, 4146.0, 4156.0, 4148.0, 4156.0, 4157.0, 4157.0, 4159.0, 4170.0, 4180.0, 4172.0, 4182.0, 4173.0, 4182.0, 4175.0, 4185.0, 4176.0, 4184.0, 4173.0, 4172.0, 4173.0, 4162.0, 4162.0, 4171.0, 4183.0, 4186.0, 4185.0, 4185.0, 4183.0, 4172.0, 4181.0, 4172.0, 4182.0, 4172.0, 4181.0, 4172.0, 4171.0, 4161.0, 4182.0, 4171.0, 4182.0, 4183.0, 4185.0, 4194.0, 4175.0, 4184.0, 4174.0, 4184.0, 4172.0, 4183.0, 4163.0, 4173.0, 4162.0, 4182.0, 4164.0, 4172.0, 4174.0, 4184.0, 4186.0, 4196.0, 4196.0, 4185.0, 4198.0, 4197.0, 4188.0, 4201.0, 4203.0, 4201.0, 4210.0, 4188.0, 4198.0, 4199.0, 4201.0, 4198.0, 4174.0, 4184.0, 4176.0, 4183.0, 4161.0, 4169.0, 4160.0, 4170.0, 4148.0, 4159.0, 4171.0, 4181.0, 4173.0, 4196.0, 4185.0, 4183.0, 4162.0, 4184.0, 4182.0, 4184.0, 4192.0, 4185.0, 4184.0, 4186.0, 4185.0, 4184.0, 4183.0, 4174.0, 4173.0, 4175.0, 4185.0, 4175.0, 4183.0, 4175.0, 4173.0, 4174.0, 4183.0, 4174.0, 4174.0, 4174.0, 4172.0, 4172.0, 4150.0, 4160.0, 4160.0, 4169.0, 4162.0, 4171.0, 4160.0, 4169.0, 4160.0, 4170.0, 4161.0, 4172.0, 4172.0, 4172.0, 4173.0, 4184.0, 4175.0, 4185.0, 4175.0, 4185.0, 4175.0, 4186.0, 4176.0, 4187.0, 4174.0, 4173.0, 4173.0, 4173.0, 4172.0, 4172.0, 4182.0, 4173.0, 4172.0, 4174.0, 4172.0, 4163.0, 4172.0, 4163.0, 4172.0, 4161.0, 4160.0, 4149.0, 4147.0, 4148.0, 4147.0, 4147.0, 4147.0, 4148.0, 4151.0, 4140.0, 4151.0, 4160.0, 4149.0, 4160.0, 4160.0, 4173.0, 4172.0, 4161.0, 4149.0, 4160.0, 4149.0, 4159.0, 4148.0, 4158.0, 4148.0, 4160.0, 4169.0, 4158.0, 4170.0, 4171.0, 4182.0, 4174.0, 4185.0, 4175.0, 4186.0, 4186.0, 4187.0, 4197.0, 4189.0, 4200.0, 4189.0, 4185.0, 4186.0, 4175.0, 4173.0, 4174.0, 4183.0, 4174.0, 4184.0, 4174.0, 4173.0, 4162.0, 4182.0, 4162.0, 4173.0, 4163.0, 4175.0, 4183.0, 4174.0, 4173.0, 4163.0, 4173.0, 4186.0, 4184.0, 4164.0, 4184.0, 4185.0, 4188.0, 4176.0, 4175.0, 4176.0, 4187.0, 4165.0, 4174.0, 4186.0, 4175.0, 4173.0, 4164.0, 4162.0, 4150.0, 4160.0, 4149.0, 4159.0, 4160.0, 4148.0, 4135.0, 4146.0, 4134.0, 4157.0, 4167.0, 4158.0, 4169.0, 4160.0, 4171.0, 4162.0, 4173.0, 4173.0, 4174.0, 4185.0, 4176.0, 4175.0, 4176.0, 4185.0, 4175.0, 4185.0, 4164.0, 4174.0, 4164.0, 4174.0, 4163.0, 4172.0, 4163.0, 4171.0, 4164.0, 4171.0, 4162.0, 4172.0, 4176.0, 4161.0, 4161.0, 4173.0, 4161.0, 4161.0, 4161.0, 4162.0, 4163.0, 4161.0, 4162.0, 4161.0, 4162.0, 4161.0, 4162.0, 4159.0, 4159.0, 4170.0, 4161.0, 4163.0, 4163.0, 4163.0, 4173.0, 4162.0, 4185.0, 4162.0, 4163.0, 4162.0, 4164.0, 4162.0, 4163.0, 4161.0, 4151.0, 4174.0, 4150.0, 4148.0, 4147.0, 4145.0, 4135.0, 4135.0, 4135.0, 4137.0, 4147.0, 4136.0, 4146.0, 4135.0, 4148.0, 4157.0, 4159.0, 4159.0, 4161.0, 4161.0, 4161.0, 4172.0, 4162.0, 4171.0, 4174.0, 4171.0, 4163.0, 4184.0, 4171.0, 4171.0, 4161.0, 4160.0, 4160.0, 4171.0, 4161.0, 4172.0, 4162.0, 4173.0, 4182.0, 4173.0, 4172.0, 4174.0, 4184.0, 4164.0, 4161.0, 4150.0, 4160.0, 4162.0, 4161.0, 4161.0, 4150.0, 4160.0, 4158.0, 4159.0, 4160.0, 4161.0, 4159.0, 4161.0, 4161.0, 4160.0, 4150.0, 4149.0, 4150.0, 4149.0, 4149.0, 4148.0, 4157.0, 4136.0, 4135.0, 4136.0, 4136.0, 4136.0, 4125.0, 4136.0, 4135.0, 4132.0, 4134.0, 4134.0, 4133.0, 4134.0, 4134.0, 4134.0, 4135.0, 4136.0, 4158.0, 4171.0, 4160.0, 4161.0, 4170.0, 4162.0, 4162.0, 4163.0, 4170.0, 4161.0, 4151.0, 4163.0, 4164.0, 4162.0, 4162.0, 4161.0, 4151.0, 4148.0, 4138.0, 4147.0, 4136.0, 4146.0, 4135.0, 4124.0, 4134.0, 4123.0, 4134.0, 4132.0, 4133.0, 4133.0, 4133.0, 4134.0, 4146.0, 4136.0, 4135.0, 4136.0, 4146.0, 4136.0, 4136.0, 4147.0, 4147.0, 4148.0, 4138.0, 4149.0, 4183.0, 4174.0, 4186.0, 4164.0, 4165.0, 4174.0, 4165.0, 4175.0, 4165.0, 4175.0, 4175.0, 4175.0, 4175.0, 4185.0, 4166.0, 4176.0, 4179.0, 4176.0, 4164.0, 4161.0, 4150.0, 4139.0, 4149.0, 4136.0, 4138.0, 4147.0, 4136.0, 4146.0, 4136.0, 4147.0, 4138.0, 4162.0, 4184.0, 4174.0, 4173.0, 4176.0, 4164.0, 4164.0, 4174.0, 4164.0, 4176.0, 4174.0, 4176.0, 4175.0, 4176.0, 4174.0, 4174.0, 4173.0, 4175.0, 4174.0, 4164.0, 4173.0, 4163.0, 4162.0, 4162.0, 4162.0, 4166.0, 4163.0, 4162.0, 4175.0, 4174.0, 4175.0, 4174.0, 4188.0, 4178.0, 4177.0, 4177.0, 4176.0, 4187.0, 4176.0, 4175.0, 4164.0, 4178.0, 4188.0, 4176.0, 4162.0, 4162.0, 4160.0, 4161.0, 4160.0, 4159.0, 4158.0, 4159.0, 4158.0, 4160.0, 4160.0, 4162.0, 4171.0, 4181.0, 4184.0, 4175.0, 4176.0, 4187.0, 4176.0, 4188.0, 4186.0, 4176.0, 4176.0, 4178.0, 4177.0, 4176.0, 4177.0, 4176.0, 4163.0, 4165.0, 4175.0, 4165.0, 4163.0, 4164.0, 4163.0, 4154.0, 4164.0, 4185.0, 4165.0, 4163.0, 4163.0, 4175.0, 4174.0, 4163.0, 4162.0, 4162.0, 4162.0, 4151.0, 4152.0, 4172.0, 4163.0, 4174.0, 4153.0, 4161.0, 4159.0, 4149.0, 4151.0, 4142.0, 4151.0, 4160.0, 4151.0, 4150.0, 4151.0, 4162.0, 4150.0, 4159.0, 4148.0, 4148.0, 4148.0, 4148.0, 4138.0], 'WindowWidth': [9350.0, 9329.0, 9306.0, 9306.0, 9273.0, 9264.0, 9247.0, 9258.0, 9248.0, 9262.0, 9261.0, 9245.0, 9242.0, 9255.0, 9242.0, 9258.0, 9245.0, 9261.0, 9272.0, 9259.0, 9271.0, 9259.0, 9258.0, 9262.0, 9261.0, 9262.0, 9263.0, 9290.0, 9278.0, 9277.0, 9265.0, 9265.0, 9249.0, 9262.0, 9272.0, 9261.0, 9257.0, 9247.0, 9260.0, 9272.0, 9258.0, 9241.0, 9238.0, 9241.0, 9249.0, 9236.0, 9255.0, 9271.0, 9285.0, 9270.0, 9263.0, 9260.0, 9276.0, 9282.0, 9259.0, 9268.0, 9255.0, 9305.0, 9303.0, 9266.0, 9276.0, 9272.0, 9257.0, 9254.0, 9244.0, 9256.0, 9286.0, 9250.0, 9229.0, 9249.0, 9247.0, 9234.0, 9252.0, 9266.0, 9234.0, 9246.0, 9245.0, 9233.0, 9232.0, 9234.0, 9254.0, 9251.0, 9238.0, 9267.0, 9253.0, 9271.0, 9255.0, 9259.0, 9259.0, 9275.0, 9262.0, 9278.0, 9261.0, 9277.0, 9289.0, 9279.0, 9271.0, 9261.0, 9274.0, 9258.0, 9257.0, 9270.0, 9256.0, 9251.0, 9236.0, 9255.0, 9266.0, 9264.0, 9287.0, 9280.0, 9280.0, 9313.0, 9303.0, 9282.0, 9279.0, 9304.0, 9266.0, 9271.0, 9272.0, 9259.0, 9301.0, 9306.0, 9260.0, 9262.0, 9229.0, 9229.0, 9209.0, 9224.0, 9210.0, 9240.0, 9225.0, 9249.0, 9287.0, 9253.0, 9275.0, 9252.0, 9273.0, 9292.0, 9264.0, 9271.0, 9237.0, 9258.0, 9255.0, 9256.0, 9255.0, 9241.0, 9258.0, 9274.0, 9274.0, 9271.0, 9263.0, 9291.0, 9260.0, 9273.0, 9285.0, 9272.0, 9269.0, 9256.0, 9269.0, 9257.0, 9271.0, 9253.0, 9252.0, 9266.0, 9252.0, 9251.0, 9239.0, 9252.0, 9253.0, 9250.0, 9233.0, 9247.0, 9232.0, 9245.0, 9231.0, 9230.0, 9230.0, 9256.0, 9253.0, 9238.0, 9255.0, 9284.0, 9256.0, 9272.0, 9259.0, 9276.0, 9289.0, 9276.0, 9275.0, 9276.0, 9278.0, 9288.0, 9258.0, 9249.0, 9218.0, 9238.0, 9207.0, 9216.0, 9205.0, 9198.0, 9201.0, 9199.0, 9200.0, 9210.0, 9195.0, 9208.0, 9196.0, 9209.0, 9199.0, 9213.0, 9219.0, 9219.0, 9223.0, 9240.0, 9232.0, 9262.0, 9236.0, 9251.0, 9238.0, 9253.0, 9254.0, 9254.0, 9255.0, 9251.0, 9238.0, 9251.0, 9251.0, 9249.0, 9250.0, 9249.0, 9251.0, 9265.0, 9251.0, 9268.0, 9255.0, 9272.0, 9260.0, 9272.0, 9253.0, 9268.0, 9257.0, 9290.0, 9254.0, 9265.0, 9253.0, 9265.0, 9252.0, 9265.0, 9251.0, 9267.0, 9266.0, 9269.0, 9283.0, 9273.0, 9282.0, 9271.0, 9270.0, 9272.0, 9270.0, 9269.0, 9267.0, 9254.0, 9264.0, 9253.0, 9265.0, 9257.0, 9254.0, 9240.0, 9250.0, 9268.0, 9268.0, 9268.0, 9259.0, 9271.0, 9266.0, 9268.0, 9271.0, 9257.0, 9276.0, 9293.0, 9277.0, 9275.0, 9258.0, 9248.0, 9235.0, 9228.0, 9229.0, 9224.0, 9205.0, 9219.0, 9202.0, 9219.0, 9201.0, 9218.0, 9205.0, 9217.0, 9208.0, 9216.0, 9222.0, 9221.0, 9226.0, 9245.0, 9257.0, 9250.0, 9265.0, 9256.0, 9266.0, 9259.0, 9272.0, 9261.0, 9270.0, 9256.0, 9251.0, 9253.0, 9238.0, 9237.0, 9247.0, 9266.0, 9278.0, 9275.0, 9273.0, 9266.0, 9251.0, 9260.0, 9249.0, 9262.0, 9249.0, 9261.0, 9248.0, 9247.0, 9235.0, 9265.0, 9249.0, 9265.0, 9267.0, 9273.0, 9283.0, 9259.0, 9268.0, 9256.0, 9269.0, 9253.0, 9266.0, 9243.0, 9253.0, 9238.0, 9263.0, 9242.0, 9250.0, 9256.0, 9271.0, 9278.0, 9291.0, 9293.0, 9274.0, 9292.0, 9287.0, 9276.0, 9297.0, 9305.0, 9298.0, 9314.0, 9283.0, 9293.0, 9298.0, 9305.0, 9296.0, 9257.0, 9269.0, 9262.0, 9267.0, 9233.0, 9240.0, 9231.0, 9242.0, 9210.0, 9226.0, 9249.0, 9259.0, 9254.0, 9290.0, 9274.0, 9269.0, 9238.0, 9271.0, 9263.0, 9269.0, 9278.0, 9273.0, 9270.0, 9277.0, 9273.0, 9271.0, 9265.0, 9256.0, 9252.0, 9260.0, 9274.0, 9260.0, 9268.0, 9259.0, 9254.0, 9257.0, 9267.0, 9256.0, 9256.0, 9255.0, 9249.0, 9247.0, 9217.0, 9231.0, 9230.0, 9241.0, 9234.0, 9245.0, 9228.0, 9240.0, 9231.0, 9245.0, 9234.0, 9251.0, 9252.0, 9252.0, 9254.0, 9272.0, 9262.0, 9274.0, 9262.0, 9273.0, 9262.0, 9276.0, 9263.0, 9279.0, 9258.0, 9253.0, 9254.0, 9254.0, 9250.0, 9251.0, 9266.0, 9252.0, 9249.0, 9254.0, 9250.0, 9239.0, 9248.0, 9238.0, 9249.0, 9233.0, 9228.0, 9213.0, 9209.0, 9210.0, 9206.0, 9206.0, 9205.0, 9205.0, 9214.0, 9196.0, 9211.0, 9226.0, 9213.0, 9229.0, 9230.0, 9252.0, 9249.0, 9230.0, 9211.0, 9230.0, 9212.0, 9224.0, 9209.0, 9223.0, 9208.0, 9227.0, 9239.0, 9225.0, 9243.0, 9248.0, 9263.0, 9256.0, 9272.0, 9258.0, 9277.0, 9275.0, 9280.0, 9294.0, 9286.0, 9302.0, 9286.0, 9275.0, 9275.0, 9258.0, 9253.0, 9256.0, 9267.0, 9255.0, 9267.0, 9255.0, 9251.0, 9237.0, 9264.0, 9237.0, 9253.0, 9239.0, 9257.0, 9265.0, 9252.0, 9250.0, 9236.0, 9252.0, 9275.0, 9267.0, 9241.0, 9267.0, 9276.0, 9279.0, 9257.0, 9253.0, 9256.0, 9270.0, 9238.0, 9251.0, 9271.0, 9257.0, 9252.0, 9240.0, 9232.0, 9216.0, 9227.0, 9211.0, 9224.0, 9231.0, 9207.0, 9187.0, 9202.0, 9184.0, 9220.0, 9234.0, 9223.0, 9238.0, 9229.0, 9245.0, 9235.0, 9254.0, 9254.0, 9257.0, 9273.0, 9263.0, 9261.0, 9262.0, 9273.0, 9259.0, 9272.0, 9243.0, 9257.0, 9244.0, 9257.0, 9239.0, 9251.0, 9238.0, 9246.0, 9243.0, 9246.0, 9235.0, 9250.0, 9260.0, 9234.0, 9234.0, 9255.0, 9233.0, 9234.0, 9236.0, 9238.0, 9237.0, 9233.0, 9235.0, 9233.0, 9236.0, 9231.0, 9233.0, 9228.0, 9229.0, 9244.0, 9236.0, 9239.0, 9240.0, 9241.0, 9254.0, 9238.0, 9274.0, 9236.0, 9239.0, 9238.0, 9242.0, 9238.0, 9238.0, 9233.0, 9217.0, 9256.0, 9217.0, 9210.0, 9204.0, 9201.0, 9187.0, 9185.0, 9188.0, 9192.0, 9207.0, 9189.0, 9203.0, 9187.0, 9208.0, 9220.0, 9227.0, 9226.0, 9234.0, 9232.0, 9234.0, 9250.0, 9237.0, 9247.0, 9257.0, 9248.0, 9238.0, 9273.0, 9248.0, 9250.0, 9231.0, 9229.0, 9230.0, 9246.0, 9232.0, 9249.0, 9236.0, 9252.0, 9263.0, 9251.0, 9250.0, 9258.0, 9271.0, 9243.0, 9233.0, 9217.0, 9229.0, 9234.0, 9234.0, 9235.0, 9216.0, 9229.0, 9226.0, 9228.0, 9229.0, 9233.0, 9230.0, 9234.0, 9232.0, 9231.0, 9215.0, 9213.0, 9215.0, 9211.0, 9213.0, 9209.0, 9219.0, 9190.0, 9187.0, 9190.0, 9187.0, 9190.0, 9174.0, 9189.0, 9187.0, 9180.0, 9182.0, 9185.0, 9181.0, 9182.0, 9182.0, 9185.0, 9186.0, 9191.0, 9222.0, 9248.0, 9232.0, 9233.0, 9245.0, 9239.0, 9238.0, 9240.0, 9246.0, 9233.0, 9220.0, 9239.0, 9241.0, 9237.0, 9239.0, 9234.0, 9219.0, 9210.0, 9197.0, 9206.0, 9190.0, 9203.0, 9187.0, 9170.0, 9182.0, 9168.0, 9184.0, 9178.0, 9181.0, 9179.0, 9181.0, 9182.0, 9201.0, 9190.0, 9187.0, 9190.0, 9203.0, 9191.0, 9190.0, 9205.0, 9207.0, 9210.0, 9198.0, 9215.0, 9269.0, 9256.0, 9278.0, 9246.0, 9248.0, 9254.0, 9243.0, 9259.0, 9246.0, 9261.0, 9258.0, 9258.0, 9258.0, 9271.0, 9250.0, 9264.0, 9272.0, 9263.0, 9244.0, 9233.0, 9216.0, 9198.0, 9211.0, 9190.0, 9194.0, 9206.0, 9189.0, 9204.0, 9191.0, 9206.0, 9196.0, 9236.0, 9272.0, 9259.0, 9252.0, 9265.0, 9243.0, 9242.0, 9256.0, 9244.0, 9261.0, 9256.0, 9261.0, 9259.0, 9261.0, 9257.0, 9256.0, 9252.0, 9257.0, 9255.0, 9242.0, 9251.0, 9238.0, 9235.0, 9237.0, 9235.0, 9249.0, 9241.0, 9236.0, 9256.0, 9252.0, 9260.0, 9257.0, 9283.0, 9265.0, 9262.0, 9262.0, 9264.0, 9278.0, 9262.0, 9258.0, 9243.0, 9271.0, 9286.0, 9264.0, 9236.0, 9235.0, 9229.0, 9230.0, 9229.0, 9224.0, 9221.0, 9223.0, 9221.0, 9229.0, 9229.0, 9236.0, 9247.0, 9261.0, 9271.0, 9260.0, 9264.0, 9278.0, 9263.0, 9281.0, 9277.0, 9263.0, 9263.0, 9270.0, 9266.0, 9264.0, 9268.0, 9261.0, 9242.0, 9245.0, 9262.0, 9247.0, 9240.0, 9241.0, 9238.0, 9229.0, 9243.0, 9272.0, 9246.0, 9241.0, 9240.0, 9259.0, 9257.0, 9241.0, 9236.0, 9238.0, 9234.0, 9219.0, 9221.0, 9251.0, 9239.0, 9256.0, 9225.0, 9233.0, 9227.0, 9211.0, 9215.0, 9202.0, 9218.0, 9229.0, 9218.0, 9215.0, 9222.0, 9236.0, 9217.0, 9227.0, 9212.0, 9210.0, 9211.0, 9211.0, 9197.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.0017893785960874568</td></tr>
<tr><td colspan=3>aqi</td><td>0.020773384695051786</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.53540946152077</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1755280318663586</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0304983393317968</td></tr>
<tr><td colspan=3>efc</td><td>0.4705</td></tr>
<tr><td colspan=3>fber</td><td>5906.626</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09057156625115602</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.718066743383199</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7146620438289486</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6382940280072598</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.934955111843399</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.570736991636188</td></tr>
<tr><td colspan=3>gcor</td><td>0.014273</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010398836806416512</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021280469372868538</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.6113520179587226</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>33.666</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.6765</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.0363</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300102.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>802.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.0256</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7378</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.3137</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3305.1172</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3545.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76442.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>904.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>981.6204</td></tr>
<tr><td colspan=3>tsnr</td><td>40.22804953169543</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>