ds005256-mriqc/sub-0084_ses-04_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter fa5af11020 [DATALAD RUNCMD] Compute MRIQC for sub-0084
=== 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-0084 --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-0084",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:57:28 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0084_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0084_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-04/func/sub-0084_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c9b3768b7b37c4f1ec1e5390dff91259</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>14:09:19.145000</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_VE11E_LATEST_20181129</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.998631, 0.051432, -0.00950169, -0.0518118, 0.997626, -0.0453599]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100429</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4127, -7728, -7267, 486, -72, -333, 47, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.797</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3b35ea8c-b9dc-4835-893f-3484008cfdae||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792547702789307, -0.13900722563266754, -0.01929471455514431, 119.03520965576172], [-0.13798819482326508, 2.676558256149292, -0.12363330274820328, -87.7624282836914], [-0.02549234963953495, 0.12169728428125381, 2.697098970413208, -94.429931640625], [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': ['140919.145000', '140919.605000', '140920.065000', '140920.525000', '140920.985000', '140921.445000', '140921.905000', '140922.365000', '140922.825000', '140923.285000', '140923.745000', '140924.205000', '140924.665000', '140925.125000', '140925.585000', '140926.045000', '140926.505000', '140926.965000', '140927.425000', '140927.885000', '140928.345000', '140928.805000', '140929.265000', '140929.725000', '140930.185000', '140930.645000', '140931.105000', '140931.565000', '140932.025000', '140932.485000', '140932.945000', '140933.405000', '140933.865000', '140934.325000', '140934.785000', '140935.245000', '140935.705000', '140936.165000', '140936.625000', '140937.085000', '140937.545000', '140938.005000', '140938.465000', '140938.925000', '140939.385000', '140939.845000', '140940.305000', '140940.765000', '140941.225000', '140941.685000', '140942.145000', '140942.605000', '140943.065000', '140943.525000', '140943.985000', '140944.445000', '140944.905000', '140945.365000', '140945.825000', '140946.285000', '140946.745000', '140947.205000', '140947.665000', '140948.125000', '140948.585000', '140949.045000', '140949.505000', '140949.965000', '140950.425000', '140950.885000', '140951.345000', '140951.805000', '140952.265000', '140952.725000', '140953.185000', '140953.645000', '140954.105000', '140954.565000', '140955.025000', '140955.485000', '140955.945000', '140956.405000', '140956.865000', '140957.325000', '140957.785000', '140958.245000', '140958.705000', '140959.165000', '140959.625000', '141000.085000', '141000.545000', '141001.005000', '141001.465000', '141001.925000', '141002.385000', '141002.845000', '141003.305000', '141003.765000', '141004.225000', '141004.685000', '141005.145000', '141005.605000', '141006.065000', '141006.525000', '141006.985000', '141007.445000', '141007.905000', '141008.365000', '141008.825000', '141009.285000', '141009.745000', '141010.205000', '141010.665000', '141011.125000', '141011.585000', '141012.045000', '141012.505000', '141012.965000', '141013.425000', '141013.885000', '141014.345000', '141014.805000', '141015.265000', '141015.725000', '141016.185000', '141016.645000', '141017.105000', '141017.565000', '141018.025000', '141018.485000', '141018.945000', '141019.405000', '141019.865000', '141020.325000', '141020.785000', '141021.245000', '141021.705000', '141022.165000', '141022.625000', '141023.085000', '141023.545000', '141024.005000', '141024.465000', '141024.925000', '141025.385000', '141025.845000', '141026.305000', '141026.765000', '141027.225000', '141027.685000', '141028.145000', '141028.605000', '141029.065000', '141029.525000', '141029.985000', '141030.445000', '141030.905000', '141031.365000', '141031.825000', '141032.285000', '141032.745000', '141033.205000', '141033.665000', '141034.125000', '141034.585000', '141035.045000', '141035.505000', '141035.965000', '141036.425000', '141036.885000', '141037.345000', '141037.805000', '141038.265000', '141038.725000', '141039.185000', '141039.645000', '141040.105000', '141040.565000', '141041.025000', '141041.485000', '141041.945000', '141042.405000', '141042.865000', '141043.325000', '141043.785000', '141044.245000', '141044.705000', '141045.165000', '141045.625000', '141046.085000', '141046.545000', '141047.005000', '141047.465000', '141047.925000', '141048.385000', '141048.845000', '141049.305000', '141049.765000', '141050.225000', '141050.685000', '141051.145000', '141051.605000', '141052.065000', '141052.525000', '141052.985000', '141053.445000', '141053.905000', '141054.365000', '141054.825000', '141055.285000', '141055.745000', '141056.205000', '141056.665000', '141057.125000', '141057.585000', '141058.045000', '141058.505000', '141058.965000', '141059.425000', '141059.885000', '141100.345000', '141100.805000', '141101.265000', '141101.725000', '141102.185000', '141102.645000', '141103.105000', '141103.565000', '141104.025000', '141104.485000', '141104.945000', '141105.405000', '141105.865000', '141106.325000', '141106.785000', '141107.245000', '141107.705000', '141108.165000', '141108.625000', '141109.085000', '141109.545000', '141110.005000', '141110.465000', '141110.925000', '141111.385000', '141111.845000', '141112.305000', '141112.765000', '141113.225000', '141113.685000', '141114.145000', '141114.605000', '141115.065000', '141115.525000', '141115.985000', '141116.445000', '141116.905000', '141117.365000', '141117.825000', '141118.285000', '141118.745000', '141119.205000', '141119.665000', '141120.125000', '141120.585000', '141121.045000', '141121.505000', '141121.965000', '141122.425000', '141122.885000', '141123.345000', '141123.805000', '141124.265000', '141124.725000', '141125.185000', '141125.645000', '141126.105000', '141126.565000', '141127.025000', '141127.485000', '141127.945000', '141128.405000', '141128.865000', '141129.325000', '141129.785000', '141130.245000', '141130.705000', '141131.165000', '141131.625000', '141132.085000', '141132.545000', '141133.005000', '141133.465000', '141133.925000', '141134.385000', '141134.845000', '141135.305000', '141135.765000', '141136.225000', '141136.685000', '141137.145000', '141137.605000', '141138.065000', '141138.525000', '141138.985000', '141139.445000', '141139.905000', '141140.365000', '141140.825000', '141141.285000', '141141.745000', '141142.205000', '141142.665000', '141143.125000', '141143.585000', '141144.045000', '141144.505000', '141144.965000', '141145.425000', '141145.885000', '141146.345000', '141146.805000', '141147.265000', '141147.725000', '141148.185000', '141148.645000', '141149.105000', '141149.565000', '141150.025000', '141150.485000', '141150.945000', '141151.405000', '141151.865000', '141152.325000', '141152.785000', '141153.245000', '141153.705000', '141154.165000', '141154.625000', '141155.085000', '141155.545000', '141156.005000', '141156.465000', '141156.925000', '141157.385000', '141157.845000', '141158.305000', '141158.765000', '141159.225000', '141159.685000', '141200.145000', '141200.605000', '141201.065000', '141201.525000', '141201.985000', '141202.445000', '141202.905000', '141203.365000', '141203.825000', '141204.285000', '141204.745000', '141205.205000', '141205.665000', '141206.125000', '141206.585000', '141207.045000', '141207.505000', '141207.965000', '141208.425000', '141208.885000', '141209.345000', '141209.805000', '141210.265000', '141210.725000', '141211.185000', '141211.645000', '141212.105000', '141212.565000', '141213.025000', '141213.485000', '141213.945000', '141214.405000', '141214.865000', '141215.325000', '141215.785000', '141216.245000', '141216.705000', '141217.165000', '141217.625000', '141218.085000', '141218.545000', '141219.005000', '141219.465000', '141219.925000', '141220.385000', '141220.845000', '141221.305000', '141221.765000', '141222.225000', '141222.685000', '141223.145000', '141223.605000', '141224.065000', '141224.525000', '141224.985000', '141225.445000', '141225.905000', '141226.365000', '141226.825000', '141227.285000', '141227.745000', '141228.205000', '141228.665000', '141229.125000', '141229.585000', '141230.045000', '141230.505000', '141230.965000', '141231.425000', '141231.885000', '141232.345000', '141232.805000', '141233.265000', '141233.725000', '141234.185000', '141234.645000', '141235.105000', '141235.565000', '141236.025000', '141236.485000', '141236.945000', '141237.405000', '141237.865000', '141238.325000', '141238.785000', '141239.245000', '141239.705000', '141240.165000', '141240.625000', '141241.085000', '141241.545000', '141242.005000', '141242.465000', '141242.925000', '141243.385000', '141243.845000', '141244.305000', '141244.765000', '141245.225000', '141245.685000', '141246.145000', '141246.605000', '141247.065000', '141247.525000', '141247.985000', '141248.445000', '141248.905000', '141249.365000', '141249.825000', '141250.285000', '141250.745000', '141251.205000', '141251.665000', '141252.125000', '141252.585000', '141253.045000', '141253.505000', '141253.965000', '141254.425000', '141254.885000', '141255.345000', '141255.805000', '141256.265000', '141256.725000', '141257.185000', '141257.645000', '141258.105000', '141258.565000', '141259.025000', '141259.485000', '141259.945000', '141300.405000', '141300.865000', '141301.325000', '141301.785000', '141302.245000', '141302.705000', '141303.165000', '141303.625000', '141304.085000', '141304.545000', '141305.005000', '141305.465000', '141305.925000', '141306.385000', '141306.845000', '141307.305000', '141307.765000', '141308.225000', '141308.685000', '141309.145000', '141309.605000', '141310.065000', '141310.525000', '141310.985000', '141311.445000', '141311.905000', '141312.365000', '141312.825000', '141313.285000', '141313.745000', '141314.205000', '141314.665000', '141315.125000', '141315.585000', '141316.045000', '141316.505000', '141316.965000', '141317.425000', '141317.885000', '141318.345000', '141318.805000', '141319.265000', '141319.725000', '141320.185000', '141320.645000', '141321.105000', '141321.565000', '141322.025000', '141322.485000', '141322.945000', '141323.405000', '141323.865000', '141324.325000', '141324.785000', '141325.245000', '141325.705000', '141326.165000', '141326.625000', '141327.085000', '141327.545000', '141328.005000', '141328.465000', '141328.925000', '141329.385000', '141329.845000', '141330.305000', '141330.765000', '141331.225000', '141331.685000', '141332.145000', '141332.605000', '141333.065000', '141333.525000', '141333.985000', '141334.445000', '141334.905000', '141335.365000', '141335.825000', '141336.285000', '141336.745000', '141337.205000', '141337.665000', '141338.125000', '141338.585000', '141339.045000', '141339.505000', '141339.965000', '141340.425000', '141340.885000', '141341.345000', '141341.805000', '141342.265000', '141342.725000', '141343.185000', '141343.645000', '141344.105000', '141344.565000', '141345.025000', '141345.485000', '141345.945000', '141346.405000', '141346.865000', '141347.325000', '141347.785000', '141348.245000', '141348.705000', '141349.165000', '141349.625000', '141350.085000', '141350.545000', '141351.005000', '141351.465000', '141351.925000', '141352.385000', '141352.845000', '141353.305000', '141353.765000', '141354.225000', '141354.685000', '141355.145000', '141355.605000', '141356.065000', '141356.525000', '141356.985000', '141357.445000', '141357.905000', '141358.365000', '141358.825000', '141359.285000', '141359.745000', '141400.205000', '141400.665000', '141401.125000', '141401.585000', '141402.045000', '141402.505000', '141402.965000', '141403.425000', '141403.885000', '141404.345000', '141404.805000', '141405.265000', '141405.725000', '141406.185000', '141406.645000', '141407.105000', '141407.565000', '141408.025000', '141408.485000', '141408.945000', '141409.405000', '141409.865000', '141410.325000', '141410.785000', '141411.245000', '141411.705000', '141412.165000', '141412.625000', '141413.085000', '141413.545000', '141414.005000', '141414.465000', '141414.925000', '141415.385000', '141415.845000', '141416.305000', '141416.765000', '141417.225000', '141417.685000', '141418.145000', '141418.605000', '141419.065000', '141419.525000', '141419.985000', '141420.445000', '141420.905000', '141421.365000', '141421.825000', '141422.285000', '141422.745000', '141423.205000', '141423.665000', '141424.125000', '141424.585000', '141425.045000', '141425.505000', '141425.965000', '141426.425000', '141426.885000', '141427.345000', '141427.805000', '141428.265000', '141428.725000', '141429.185000', '141429.645000', '141430.105000', '141430.565000', '141431.025000', '141431.485000', '141431.945000', '141432.405000', '141432.865000', '141433.325000', '141433.785000', '141434.245000', '141434.705000', '141435.165000', '141435.625000', '141436.085000', '141436.545000', '141437.005000', '141437.465000', '141437.925000', '141438.385000', '141438.845000', '141439.305000', '141439.765000', '141440.225000', '141440.685000', '141441.145000', '141441.605000', '141442.065000', '141442.525000', '141442.985000', '141443.445000', '141443.905000', '141444.365000', '141444.825000', '141445.285000', '141445.745000', '141446.205000', '141446.665000', '141447.125000', '141447.585000', '141448.045000', '141448.505000', '141448.965000', '141449.425000', '141449.885000', '141450.345000', '141450.805000', '141451.265000', '141451.725000', '141452.185000', '141452.645000', '141453.105000', '141453.565000', '141454.025000', '141454.485000', '141454.945000', '141455.405000', '141455.865000', '141456.325000', '141456.785000', '141457.245000', '141457.705000', '141458.165000', '141458.625000', '141459.085000', '141459.545000', '141500.005000', '141500.465000', '141500.925000', '141501.385000', '141501.845000', '141502.305000', '141502.765000', '141503.225000', '141503.685000', '141504.145000', '141504.605000', '141505.065000', '141505.525000', '141505.985000', '141506.445000', '141506.905000', '141507.365000', '141507.825000', '141508.285000', '141508.745000', '141509.205000', '141509.665000', '141510.125000', '141510.585000', '141511.045000', '141511.505000', '141511.965000', '141512.425000', '141512.885000', '141513.345000', '141513.805000', '141514.265000', '141514.725000', '141515.185000', '141515.645000', '141516.105000', '141516.565000', '141517.025000', '141517.485000', '141517.945000', '141518.405000', '141518.865000', '141519.325000', '141519.785000', '141520.245000', '141520.705000', '141521.165000', '141521.625000', '141522.085000', '141522.545000', '141523.005000', '141523.465000', '141523.925000', '141524.385000', '141524.845000', '141525.305000', '141525.765000', '141526.225000', '141526.685000', '141527.145000', '141527.605000', '141528.065000', '141528.525000', '141528.985000', '141529.445000', '141529.905000', '141530.365000', '141530.825000', '141531.285000', '141531.745000', '141532.205000', '141532.665000', '141533.125000', '141533.585000', '141534.045000', '141534.505000', '141534.965000', '141535.425000', '141535.885000', '141536.345000', '141536.805000', '141537.265000', '141537.725000', '141538.185000', '141538.645000', '141539.105000', '141539.565000', '141540.025000', '141540.485000', '141540.945000', '141541.405000', '141541.865000', '141542.325000', '141542.785000', '141543.245000', '141543.705000', '141544.165000', '141544.625000', '141545.085000', '141545.545000', '141546.005000', '141546.465000', '141546.925000', '141547.385000', '141547.845000', '141548.305000', '141548.765000', '141549.225000', '141549.685000', '141550.145000', '141550.605000', '141551.065000', '141551.525000', '141551.985000', '141552.445000', '141552.905000', '141553.365000', '141553.825000', '141554.285000', '141554.745000', '141555.205000', '141555.665000', '141556.125000', '141556.585000', '141557.045000', '141557.505000', '141557.965000', '141558.425000', '141558.885000', '141559.345000', '141559.805000'], 'ContentTime': ['140944.614000', '140944.617000', '140944.619000', '140944.622000', '140944.625000', '140944.627000', '140944.630000', '140944.632000', '140944.635000', '140944.637000', '140944.640000', '140944.643000', '140944.645000', '140944.648000', '140944.650000', '140944.653000', '140944.656000', '140944.658000', '140944.661000', '140944.663000', '140944.666000', '140944.669000', '140944.671000', '140944.674000', '140944.676000', '140944.679000', '140944.681000', '140944.684000', '140944.687000', '140944.689000', '140944.697000', '140944.700000', '140944.702000', '140944.705000', '140944.707000', '140944.710000', '140944.712000', '140944.715000', '140944.718000', '140944.720000', '140944.723000', '140944.726000', '140944.728000', '140944.731000', '140944.733000', '140944.736000', '140944.739000', '140944.741000', '140944.744000', '140944.746000', '140944.749000', '140944.751000', '141004.574000', '141004.576000', '141004.579000', '141004.582000', '141004.584000', '141004.587000', '141004.589000', '141004.592000', '141004.595000', '141004.597000', '141004.600000', '141004.602000', '141004.605000', '141004.607000', '141004.610000', '141004.613000', '141004.615000', '141004.618000', '141004.621000', '141004.624000', '141004.626000', '141004.629000', '141004.632000', '141004.634000', '141004.637000', '141004.640000', '141004.642000', '141004.655000', '141004.657000', '141004.660000', '141004.662000', '141004.665000', '141004.668000', '141004.670000', '141004.673000', '141004.675000', '141004.678000', '141004.680000', '141004.683000', '141004.686000', '141004.689000', '141004.692000', '141004.694000', '141024.574000', '141024.576000', '141024.579000', '141024.582000', '141024.584000', '141024.587000', '141024.614000', '141024.617000', '141024.619000', '141024.622000', '141024.624000', '141024.627000', '141024.630000', '141024.632000', '141024.635000', '141024.637000', '141024.640000', '141024.643000', '141024.645000', '141024.648000', '141024.650000', '141024.653000', '141024.656000', '141024.659000', '141024.661000', '141024.664000', '141024.666000', '141024.669000', '141024.671000', '141024.674000', '141024.677000', '141024.679000', '141024.682000', '141024.684000', '141024.687000', '141024.690000', '141024.692000', '141024.695000', '141024.697000', '141024.700000', '141024.703000', '141024.705000', '141024.708000', '141024.710000', '141044.572000', '141044.575000', '141044.578000', '141044.581000', '141044.583000', '141044.586000', '141044.588000', '141044.591000', '141044.594000', '141044.596000', '141044.599000', '141044.602000', '141044.604000', '141044.607000', '141044.609000', '141044.612000', '141044.615000', '141044.617000', '141044.620000', '141044.622000', '141044.625000', '141044.628000', '141044.630000', '141044.634000', '141044.637000', '141044.640000', '141044.643000', '141044.645000', '141044.648000', '141044.650000', '141044.662000', '141044.665000', '141044.668000', '141044.670000', '141044.673000', '141044.675000', '141044.678000', '141044.680000', '141044.683000', '141044.686000', '141044.688000', '141044.691000', '141044.693000', '141104.572000', '141104.575000', '141104.578000', '141104.580000', '141104.583000', '141104.586000', '141104.588000', '141104.591000', '141104.594000', '141104.596000', '141104.599000', '141104.601000', '141104.604000', '141104.607000', '141104.609000', '141104.612000', '141104.614000', '141104.617000', '141104.620000', '141104.622000', '141104.625000', '141104.627000', '141104.634000', '141104.637000', '141104.639000', '141104.642000', '141104.644000', '141104.647000', '141104.649000', '141104.652000', '141104.655000', '141104.657000', '141104.660000', '141104.663000', '141104.665000', '141104.668000', '141104.670000', '141104.673000', '141104.676000', '141104.678000', '141104.681000', '141104.683000', '141104.686000', '141104.688000', '141124.573000', '141124.575000', '141124.578000', '141124.581000', '141124.583000', '141124.586000', '141124.588000', '141124.591000', '141124.594000', '141124.596000', '141124.599000', '141124.610000', '141124.613000', '141124.615000', '141124.618000', '141124.621000', '141124.623000', '141124.626000', '141124.628000', '141124.631000', '141124.634000', '141124.636000', '141124.639000', '141124.641000', '141124.644000', '141124.646000', '141124.649000', '141124.652000', '141124.654000', '141124.657000', '141124.659000', '141124.662000', '141124.665000', '141124.667000', '141124.670000', '141124.673000', '141124.675000', '141124.678000', '141124.681000', '141124.683000', '141124.686000', '141124.688000', '141124.691000', '141144.572000', '141144.575000', '141144.578000', '141144.581000', '141144.583000', '141144.586000', '141144.588000', '141144.591000', '141144.593000', '141144.596000', '141144.599000', '141144.601000', '141144.604000', '141144.607000', '141144.609000', '141144.612000', '141144.614000', '141144.617000', '141144.620000', '141144.622000', '141144.625000', '141144.627000', '141144.630000', '141144.632000', '141144.635000', '141144.638000', '141144.640000', '141144.643000', '141144.646000', '141144.648000', '141144.651000', '141144.653000', '141144.656000', '141144.658000', '141144.661000', '141144.664000', '141144.666000', '141144.669000', '141144.672000', '141144.674000', '141144.677000', '141144.680000', '141144.682000', '141144.685000', '141204.572000', '141204.575000', '141204.578000', '141204.581000', '141204.583000', '141204.586000', '141204.589000', '141204.591000', '141204.594000', '141204.596000', '141204.599000', '141204.602000', '141204.604000', '141204.607000', '141204.610000', '141204.612000', '141204.615000', '141204.617000', '141204.620000', '141204.623000', '141204.625000', '141204.628000', '141204.630000', '141204.633000', '141204.635000', '141204.638000', '141204.641000', '141204.643000', '141204.646000', '141204.649000', '141204.651000', '141204.654000', '141204.656000', '141204.659000', '141204.661000', '141204.664000', '141204.667000', '141204.669000', '141204.672000', '141204.674000', '141204.677000', '141204.680000', '141204.682000', '141224.574000', '141224.576000', '141224.579000', '141224.582000', '141224.585000', '141224.587000', '141224.590000', '141224.592000', '141224.595000', '141224.598000', '141224.600000', '141224.603000', '141224.605000', '141224.608000', '141224.611000', '141224.613000', '141224.616000', '141224.618000', '141224.621000', '141224.624000', '141224.626000', '141224.629000', '141224.631000', '141224.634000', '141224.637000', '141224.639000', '141224.655000', '141224.657000', '141224.660000', '141224.663000', '141224.665000', '141224.668000', '141224.670000', '141224.673000', '141224.676000', '141224.678000', '141224.681000', '141224.683000', '141224.686000', '141224.689000', '141224.691000', '141224.694000', '141224.697000', '141224.699000', '141244.573000', '141244.576000', '141244.579000', '141244.581000', '141244.584000', '141244.587000', '141244.589000', '141244.592000', '141244.594000', '141244.597000', '141244.600000', '141244.602000', '141244.605000', '141244.608000', '141244.610000', '141244.613000', '141244.616000', '141244.618000', '141244.621000', '141244.624000', '141244.626000', '141244.629000', '141244.631000', '141244.634000', '141244.637000', '141244.663000', '141244.666000', '141244.668000', '141244.671000', '141244.674000', '141244.676000', '141244.679000', '141244.681000', '141244.684000', '141244.687000', '141244.689000', '141244.692000', '141244.694000', '141244.697000', '141244.700000', '141244.703000', '141244.705000', '141244.708000', '141304.572000', '141304.575000', '141304.578000', '141304.581000', '141304.583000', '141304.586000', '141304.588000', '141304.591000', '141304.594000', '141304.596000', '141304.599000', '141304.602000', '141304.604000', '141304.607000', '141304.610000', '141304.612000', '141304.615000', '141304.617000', '141304.620000', '141304.623000', '141304.625000', '141304.628000', '141304.630000', '141304.633000', '141304.636000', '141304.639000', '141304.641000', '141304.644000', '141304.646000', '141304.649000', '141304.651000', '141304.654000', '141304.657000', '141304.659000', '141304.662000', '141304.664000', '141304.667000', '141304.670000', '141304.672000', '141304.675000', '141304.678000', '141304.680000', '141304.683000', '141304.685000', '141324.573000', '141324.575000', '141324.578000', '141324.581000', '141324.583000', '141324.586000', '141324.588000', '141324.591000', '141324.594000', '141324.596000', '141324.599000', '141324.602000', '141324.604000', '141324.607000', '141324.609000', '141324.612000', '141324.615000', '141324.617000', '141324.620000', '141324.622000', '141324.625000', '141324.628000', '141324.630000', '141324.633000', '141324.636000', '141324.638000', '141324.641000', '141324.643000', '141324.646000', '141324.648000', '141324.651000', '141324.654000', '141324.656000', '141324.659000', '141324.662000', '141324.664000', '141324.667000', '141324.669000', '141324.672000', '141324.675000', '141324.677000', '141324.680000', '141324.682000', '141344.573000', '141344.575000', '141344.578000', '141344.581000', '141344.583000', '141344.586000', '141344.588000', '141344.591000', '141344.594000', '141344.596000', '141344.599000', '141344.602000', '141344.604000', '141344.607000', '141344.610000', '141344.612000', '141344.615000', '141344.617000', '141344.620000', '141344.623000', '141344.626000', '141344.628000', '141344.631000', '141344.634000', '141344.636000', '141344.639000', '141344.641000', '141344.644000', '141344.646000', '141344.649000', '141344.652000', '141344.654000', '141344.657000', '141344.660000', '141344.662000', '141344.665000', '141344.667000', '141344.670000', '141344.673000', '141344.675000', '141344.678000', '141344.680000', '141344.683000', '141344.686000', '141404.572000', '141404.575000', '141404.578000', '141404.581000', '141404.583000', '141404.586000', '141404.589000', '141404.591000', '141404.594000', '141404.596000', '141404.599000', '141404.602000', '141404.604000', '141404.607000', '141404.610000', '141404.612000', '141404.615000', '141404.617000', '141404.620000', '141404.623000', '141404.625000', '141404.628000', '141404.630000', '141404.633000', '141404.636000', '141404.638000', '141404.641000', '141404.643000', '141404.646000', '141404.649000', '141404.651000', '141404.654000', '141404.657000', '141404.659000', '141404.662000', '141404.664000', '141404.667000', '141404.670000', '141404.672000', '141404.675000', '141404.677000', '141404.680000', '141404.683000', '141424.573000', '141424.575000', '141424.578000', '141424.581000', '141424.583000', '141424.586000', '141424.588000', '141424.591000', '141424.594000', '141424.596000', '141424.599000', '141424.601000', '141424.604000', '141424.606000', '141424.609000', '141424.612000', '141424.614000', '141424.617000', '141424.619000', '141424.622000', '141424.625000', '141424.627000', '141424.630000', '141424.633000', '141424.635000', '141424.638000', '141424.640000', '141424.643000', '141424.646000', '141424.648000', '141424.651000', '141424.653000', '141424.656000', '141424.659000', '141424.661000', '141424.664000', '141424.666000', '141424.669000', '141424.672000', '141424.674000', '141424.677000', '141424.679000', '141424.682000', '141424.685000', '141444.573000', '141444.576000', '141444.579000', '141444.582000', '141444.584000', '141444.587000', '141444.589000', '141444.592000', '141444.594000', '141444.597000', '141444.600000', '141444.602000', '141444.605000', '141444.607000', '141444.610000', '141444.613000', '141444.615000', '141444.618000', '141444.621000', '141444.623000', '141444.626000', '141444.629000', '141444.631000', '141444.634000', '141444.637000', '141444.639000', '141444.642000', '141444.644000', '141444.647000', '141444.650000', '141444.652000', '141444.655000', '141444.657000', '141444.660000', '141444.663000', '141444.665000', '141444.668000', '141444.670000', '141444.673000', '141444.676000', '141444.678000', '141444.681000', '141444.683000', '141504.574000', '141504.576000', '141504.579000', '141504.582000', '141504.584000', '141504.587000', '141504.590000', '141504.593000', '141504.596000', '141504.599000', '141504.601000', '141504.604000', '141504.607000', '141504.610000', '141504.613000', '141504.615000', '141504.618000', '141504.621000', '141504.623000', '141504.626000', '141504.628000', '141504.631000', '141504.634000', '141504.636000', '141504.639000', '141504.642000', '141504.644000', '141504.647000', '141504.649000', '141504.652000', '141504.654000', '141504.657000', '141504.660000', '141504.663000', '141504.665000', '141504.668000', '141504.670000', '141504.673000', '141504.676000', '141504.678000', '141504.681000', '141504.684000', '141504.686000', '141524.573000', '141524.576000', '141524.578000', '141524.581000', '141524.593000', '141524.595000', '141524.598000', '141524.601000', '141524.603000', '141524.606000', '141524.608000', '141524.611000', '141524.614000', '141524.616000', '141524.619000', '141524.621000', '141524.624000', '141524.627000', '141524.629000', '141524.632000', '141524.634000', '141524.637000', '141524.640000', '141524.642000', '141524.645000', '141524.647000', '141524.650000', '141524.652000', '141524.655000', '141524.658000', '141524.660000', '141524.663000', '141524.665000', '141524.668000', '141524.671000', '141524.673000', '141524.676000', '141524.678000', '141524.681000', '141524.684000', '141524.686000', '141524.689000', '141524.691000', '141524.694000', '141544.573000', '141544.575000', '141544.578000', '141544.581000', '141544.583000', '141544.586000', '141544.589000', '141544.591000', '141544.594000', '141544.596000', '141544.599000', '141544.602000', '141544.604000', '141544.607000', '141544.610000', '141544.612000', '141544.615000', '141544.617000', '141544.620000', '141544.623000', '141544.625000', '141544.628000', '141544.631000', '141544.633000', '141544.636000', '141544.638000', '141544.641000', '141544.644000', '141544.647000', '141544.649000', '141544.652000', '141544.654000', '141544.657000', '141544.660000', '141544.662000', '141544.665000', '141544.668000', '141544.670000', '141544.673000', '141544.676000', '141544.678000', '141544.681000', '141544.683000', '141601.583000', '141601.586000', '141601.588000', '141601.591000', '141601.594000', '141601.596000', '141601.599000', '141601.602000', '141601.604000', '141601.607000', '141601.609000', '141601.612000', '141601.615000', '141601.617000', '141601.620000', '141601.622000', '141601.625000', '141601.628000', '141601.630000', '141601.633000', '141601.636000', '141601.638000', '141601.641000', '141601.643000', '141601.646000', '141601.649000', '141601.651000', '141601.654000', '141601.656000', '141601.659000', '141601.662000', '141601.665000', '141601.667000', '141601.670000', '141601.672000', '141601.675000', '141601.678000', '141601.680000'], 'InstanceCreationTime': ['140944.614000', '140944.617000', '140944.619000', '140944.622000', '140944.625000', '140944.627000', '140944.630000', '140944.632000', '140944.635000', '140944.637000', '140944.640000', '140944.643000', '140944.645000', '140944.648000', '140944.650000', '140944.653000', '140944.656000', '140944.658000', '140944.661000', '140944.663000', '140944.666000', '140944.669000', '140944.671000', '140944.674000', '140944.676000', '140944.679000', '140944.681000', '140944.684000', '140944.687000', '140944.689000', '140944.697000', '140944.700000', '140944.702000', '140944.705000', '140944.707000', '140944.710000', '140944.712000', '140944.715000', '140944.718000', '140944.720000', '140944.723000', '140944.726000', '140944.728000', '140944.731000', '140944.733000', '140944.736000', '140944.739000', '140944.741000', '140944.744000', '140944.746000', '140944.749000', '140944.751000', '141004.574000', '141004.576000', '141004.579000', '141004.582000', '141004.584000', '141004.587000', '141004.589000', '141004.592000', '141004.595000', '141004.597000', '141004.600000', '141004.602000', '141004.605000', '141004.607000', '141004.610000', '141004.613000', '141004.615000', '141004.618000', '141004.621000', '141004.624000', '141004.626000', '141004.629000', '141004.632000', '141004.634000', '141004.637000', '141004.640000', '141004.642000', '141004.655000', '141004.657000', '141004.660000', '141004.662000', '141004.665000', '141004.668000', '141004.670000', '141004.673000', '141004.675000', '141004.678000', '141004.680000', '141004.683000', '141004.686000', '141004.689000', '141004.692000', '141004.694000', '141024.574000', '141024.576000', '141024.579000', '141024.582000', '141024.584000', '141024.587000', '141024.614000', '141024.617000', '141024.619000', '141024.622000', '141024.624000', '141024.627000', '141024.630000', '141024.632000', '141024.635000', '141024.637000', '141024.640000', '141024.643000', '141024.645000', '141024.648000', '141024.650000', '141024.653000', '141024.656000', '141024.659000', '141024.661000', '141024.664000', '141024.666000', '141024.669000', '141024.671000', '141024.674000', '141024.677000', '141024.679000', '141024.682000', '141024.684000', '141024.687000', '141024.690000', '141024.692000', '141024.695000', '141024.697000', '141024.700000', '141024.703000', '141024.705000', '141024.708000', '141024.710000', '141044.572000', '141044.575000', '141044.578000', '141044.581000', '141044.583000', '141044.586000', '141044.588000', '141044.591000', '141044.594000', '141044.596000', '141044.599000', '141044.602000', '141044.604000', '141044.607000', '141044.609000', '141044.612000', '141044.615000', '141044.617000', '141044.620000', '141044.622000', '141044.625000', '141044.628000', '141044.630000', '141044.634000', '141044.637000', '141044.640000', '141044.643000', '141044.645000', '141044.648000', '141044.650000', '141044.662000', '141044.665000', '141044.668000', '141044.670000', '141044.673000', '141044.675000', '141044.678000', '141044.680000', '141044.683000', '141044.686000', '141044.688000', '141044.691000', '141044.693000', '141104.572000', '141104.575000', '141104.578000', '141104.580000', '141104.583000', '141104.586000', '141104.588000', '141104.591000', '141104.594000', '141104.596000', '141104.599000', '141104.601000', '141104.604000', '141104.607000', '141104.609000', '141104.612000', '141104.614000', '141104.617000', '141104.620000', '141104.622000', '141104.625000', '141104.627000', '141104.634000', '141104.637000', '141104.639000', '141104.642000', '141104.644000', '141104.647000', '141104.649000', '141104.652000', '141104.655000', '141104.657000', '141104.660000', '141104.663000', '141104.665000', '141104.668000', '141104.670000', '141104.673000', '141104.676000', '141104.678000', '141104.681000', '141104.683000', '141104.686000', '141104.688000', '141124.573000', '141124.575000', '141124.578000', '141124.581000', '141124.583000', '141124.586000', '141124.588000', '141124.591000', '141124.594000', '141124.596000', '141124.599000', '141124.610000', '141124.613000', '141124.615000', '141124.618000', '141124.621000', '141124.623000', '141124.626000', '141124.628000', '141124.631000', '141124.634000', '141124.636000', '141124.639000', '141124.641000', '141124.644000', '141124.646000', '141124.649000', '141124.652000', '141124.654000', '141124.657000', '141124.659000', '141124.662000', '141124.665000', '141124.667000', '141124.670000', '141124.673000', '141124.675000', '141124.678000', '141124.681000', '141124.683000', '141124.686000', '141124.688000', '141124.691000', '141144.572000', '141144.575000', '141144.578000', '141144.581000', '141144.583000', '141144.586000', '141144.588000', '141144.591000', '141144.593000', '141144.596000', '141144.599000', '141144.601000', '141144.604000', '141144.607000', '141144.609000', '141144.612000', '141144.614000', '141144.617000', '141144.620000', '141144.622000', '141144.625000', '141144.627000', '141144.630000', '141144.632000', '141144.635000', '141144.638000', '141144.640000', '141144.643000', '141144.646000', '141144.648000', '141144.651000', '141144.653000', '141144.656000', '141144.658000', '141144.661000', '141144.664000', '141144.666000', '141144.669000', '141144.672000', '141144.674000', '141144.677000', '141144.680000', '141144.682000', '141144.685000', '141204.572000', '141204.575000', '141204.578000', '141204.581000', '141204.583000', '141204.586000', '141204.589000', '141204.591000', '141204.594000', '141204.596000', '141204.599000', '141204.602000', '141204.604000', '141204.607000', '141204.610000', '141204.612000', '141204.615000', '141204.617000', '141204.620000', '141204.623000', '141204.625000', '141204.628000', '141204.630000', '141204.633000', '141204.635000', '141204.638000', '141204.641000', '141204.643000', '141204.646000', '141204.649000', '141204.651000', '141204.654000', '141204.656000', '141204.659000', '141204.661000', '141204.664000', '141204.667000', '141204.669000', '141204.672000', '141204.674000', '141204.677000', '141204.680000', '141204.682000', '141224.574000', '141224.576000', '141224.579000', '141224.582000', '141224.585000', '141224.587000', '141224.590000', '141224.592000', '141224.595000', '141224.598000', '141224.600000', '141224.603000', '141224.605000', '141224.608000', '141224.611000', '141224.613000', '141224.616000', '141224.618000', '141224.621000', '141224.624000', '141224.626000', '141224.629000', '141224.631000', '141224.634000', '141224.637000', '141224.639000', '141224.655000', '141224.657000', '141224.660000', '141224.663000', '141224.665000', '141224.668000', '141224.670000', '141224.673000', '141224.676000', '141224.678000', '141224.681000', '141224.683000', '141224.686000', '141224.689000', '141224.691000', '141224.694000', '141224.697000', '141224.699000', '141244.573000', '141244.576000', '141244.579000', '141244.581000', '141244.584000', '141244.587000', '141244.589000', '141244.592000', '141244.594000', '141244.597000', '141244.600000', '141244.602000', '141244.605000', '141244.608000', '141244.610000', '141244.613000', '141244.616000', '141244.618000', '141244.621000', '141244.624000', '141244.626000', '141244.629000', '141244.631000', '141244.634000', '141244.637000', '141244.663000', '141244.666000', '141244.668000', '141244.671000', '141244.674000', '141244.676000', '141244.679000', '141244.681000', '141244.684000', '141244.687000', '141244.689000', '141244.692000', '141244.694000', '141244.697000', '141244.700000', '141244.703000', '141244.705000', '141244.708000', '141304.572000', '141304.575000', '141304.578000', '141304.581000', '141304.583000', '141304.586000', '141304.588000', '141304.591000', '141304.594000', '141304.596000', '141304.599000', '141304.602000', '141304.604000', '141304.607000', '141304.610000', '141304.612000', '141304.615000', '141304.617000', '141304.620000', '141304.623000', '141304.625000', '141304.628000', '141304.630000', '141304.633000', '141304.636000', '141304.639000', '141304.641000', '141304.644000', '141304.646000', '141304.649000', '141304.651000', '141304.654000', '141304.657000', '141304.659000', '141304.662000', '141304.664000', '141304.667000', '141304.670000', '141304.672000', '141304.675000', '141304.678000', '141304.680000', '141304.683000', '141304.685000', '141324.573000', '141324.575000', '141324.578000', '141324.581000', '141324.583000', '141324.586000', '141324.588000', '141324.591000', '141324.594000', '141324.596000', '141324.599000', '141324.602000', '141324.604000', '141324.607000', '141324.609000', '141324.612000', '141324.615000', '141324.617000', '141324.620000', '141324.622000', '141324.625000', '141324.628000', '141324.630000', '141324.633000', '141324.636000', '141324.638000', '141324.641000', '141324.643000', '141324.646000', '141324.648000', '141324.651000', '141324.654000', '141324.656000', '141324.659000', '141324.662000', '141324.664000', '141324.667000', '141324.669000', '141324.672000', '141324.675000', '141324.677000', '141324.680000', '141324.682000', '141344.573000', '141344.575000', '141344.578000', '141344.581000', '141344.583000', '141344.586000', '141344.588000', '141344.591000', '141344.594000', '141344.596000', '141344.599000', '141344.602000', '141344.604000', '141344.607000', '141344.610000', '141344.612000', '141344.615000', '141344.617000', '141344.620000', '141344.623000', '141344.626000', '141344.628000', '141344.631000', '141344.634000', '141344.636000', '141344.639000', '141344.641000', '141344.644000', '141344.646000', '141344.649000', '141344.652000', '141344.654000', '141344.657000', '141344.660000', '141344.662000', '141344.665000', '141344.667000', '141344.670000', '141344.673000', '141344.675000', '141344.678000', '141344.680000', '141344.683000', '141344.686000', '141404.572000', '141404.575000', '141404.578000', '141404.581000', '141404.583000', '141404.586000', '141404.589000', '141404.591000', '141404.594000', '141404.596000', '141404.599000', '141404.602000', '141404.604000', '141404.607000', '141404.610000', '141404.612000', '141404.615000', '141404.617000', '141404.620000', '141404.623000', '141404.625000', '141404.628000', '141404.630000', '141404.633000', '141404.636000', '141404.638000', '141404.641000', '141404.643000', '141404.646000', '141404.649000', '141404.651000', '141404.654000', '141404.657000', '141404.659000', '141404.662000', '141404.664000', '141404.667000', '141404.670000', '141404.672000', '141404.675000', '141404.677000', '141404.680000', '141404.683000', '141424.573000', '141424.575000', '141424.578000', '141424.581000', '141424.583000', '141424.586000', '141424.588000', '141424.591000', '141424.594000', '141424.596000', '141424.599000', '141424.601000', '141424.604000', '141424.606000', '141424.609000', '141424.612000', '141424.614000', '141424.617000', '141424.619000', '141424.622000', '141424.625000', '141424.627000', '141424.630000', '141424.633000', '141424.635000', '141424.638000', '141424.640000', '141424.643000', '141424.646000', '141424.648000', '141424.651000', '141424.653000', '141424.656000', '141424.659000', '141424.661000', '141424.664000', '141424.666000', '141424.669000', '141424.672000', '141424.674000', '141424.677000', '141424.679000', '141424.682000', '141424.685000', '141444.573000', '141444.576000', '141444.579000', '141444.582000', '141444.584000', '141444.587000', '141444.589000', '141444.592000', '141444.594000', '141444.597000', '141444.600000', '141444.602000', '141444.605000', '141444.607000', '141444.610000', '141444.613000', '141444.615000', '141444.618000', '141444.621000', '141444.623000', '141444.626000', '141444.629000', '141444.631000', '141444.634000', '141444.637000', '141444.639000', '141444.642000', '141444.644000', '141444.647000', '141444.650000', '141444.652000', '141444.655000', '141444.657000', '141444.660000', '141444.663000', '141444.665000', '141444.668000', '141444.670000', '141444.673000', '141444.676000', '141444.678000', '141444.681000', '141444.683000', '141504.574000', '141504.576000', '141504.579000', '141504.582000', '141504.584000', '141504.587000', '141504.590000', '141504.593000', '141504.596000', '141504.599000', '141504.601000', '141504.604000', '141504.607000', '141504.610000', '141504.613000', '141504.615000', '141504.618000', '141504.621000', '141504.623000', '141504.626000', '141504.628000', '141504.631000', '141504.634000', '141504.636000', '141504.639000', '141504.642000', '141504.644000', '141504.647000', '141504.649000', '141504.652000', '141504.654000', '141504.657000', '141504.660000', '141504.663000', '141504.665000', '141504.668000', '141504.670000', '141504.673000', '141504.676000', '141504.678000', '141504.681000', '141504.684000', '141504.686000', '141524.573000', '141524.576000', '141524.578000', '141524.581000', '141524.593000', '141524.595000', '141524.598000', '141524.601000', '141524.603000', '141524.606000', '141524.608000', '141524.611000', '141524.614000', '141524.616000', '141524.619000', '141524.621000', '141524.624000', '141524.627000', '141524.629000', '141524.632000', '141524.634000', '141524.637000', '141524.640000', '141524.642000', '141524.645000', '141524.647000', '141524.650000', '141524.652000', '141524.655000', '141524.658000', '141524.660000', '141524.663000', '141524.665000', '141524.668000', '141524.671000', '141524.673000', '141524.676000', '141524.678000', '141524.681000', '141524.684000', '141524.686000', '141524.689000', '141524.691000', '141524.694000', '141544.573000', '141544.575000', '141544.578000', '141544.581000', '141544.583000', '141544.586000', '141544.589000', '141544.591000', '141544.594000', '141544.596000', '141544.599000', '141544.602000', '141544.604000', '141544.607000', '141544.610000', '141544.612000', '141544.615000', '141544.617000', '141544.620000', '141544.623000', '141544.625000', '141544.628000', '141544.631000', '141544.633000', '141544.636000', '141544.638000', '141544.641000', '141544.644000', '141544.647000', '141544.649000', '141544.652000', '141544.654000', '141544.657000', '141544.660000', '141544.662000', '141544.665000', '141544.668000', '141544.670000', '141544.673000', '141544.676000', '141544.678000', '141544.681000', '141544.683000', '141601.583000', '141601.586000', '141601.588000', '141601.591000', '141601.594000', '141601.596000', '141601.599000', '141601.602000', '141601.604000', '141601.607000', '141601.609000', '141601.612000', '141601.615000', '141601.617000', '141601.620000', '141601.622000', '141601.625000', '141601.628000', '141601.630000', '141601.633000', '141601.636000', '141601.638000', '141601.641000', '141601.643000', '141601.646000', '141601.649000', '141601.651000', '141601.654000', '141601.656000', '141601.659000', '141601.662000', '141601.665000', '141601.667000', '141601.670000', '141601.672000', '141601.675000', '141601.678000', '141601.680000'], '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': [5509, 6020, 6808, 5727, 5944, 5958, 6347, 6574, 5902, 6052, 5849, 5779, 6234, 5862, 5529, 6535, 7604, 5822, 5603, 5790, 5452, 6212, 6529, 5605, 6025, 5613, 6131, 5698, 5605, 5583, 5909, 6168, 6030, 6630, 5659, 7717, 6584, 7000, 7266, 5932, 6303, 5846, 5806, 5807, 6156, 6122, 6129, 6609, 7264, 7313, 5883, 6663, 6182, 5774, 6112, 5794, 6028, 6400, 5660, 5850, 5655, 5813, 5719, 5749, 5658, 5649, 5714, 7613, 7162, 5673, 6307, 6718, 5870, 6428, 6448, 8567, 5981, 6352, 5597, 5795, 6834, 5949, 5769, 6891, 5810, 5624, 6473, 8128, 6194, 6614, 6404, 8001, 6466, 5698, 5844, 5855, 6153, 5868, 6380, 6225, 7409, 6185, 6658, 6977, 6793, 5791, 5633, 6112, 6633, 7040, 7022, 8160, 6832, 5624, 5768, 5628, 5985, 5781, 5773, 6287, 5719, 5813, 6335, 5707, 5885, 6386, 8219, 7461, 7355, 8843, 6515, 6237, 5529, 6305, 6336, 5739, 6534, 6980, 5413, 8581, 5651, 5790, 6465, 5812, 6254, 8915, 6305, 6309, 5739, 5834, 6413, 5479, 7169, 7216, 6478, 7786, 6563, 6219, 5925, 5817, 6561, 5827, 5812, 6944, 6085, 5815, 6821, 7097, 8421, 6196, 6142, 5629, 5720, 6860, 6161, 5841, 6387, 5705, 6471, 7053, 6473, 9891, 5858, 6111, 5605, 5827, 6395, 7870, 6072, 5852, 5660, 6453, 5920, 5733, 5760, 6266, 6801, 7511, 6704, 7451, 7868, 8993, 6318, 5819, 5648, 5694, 6546, 6277, 5716, 6267, 5781, 5735, 5851, 7554, 7319, 8045, 6496, 8686, 6397, 5717, 5444, 6598, 5926, 5835, 6536, 6098, 7635, 6260, 6508, 8507, 5967, 5789, 5780, 6601, 6006, 7614, 8641, 6050, 5732, 5634, 6453, 5888, 5973, 6417, 5512, 5913, 6452, 6796, 5814, 6817, 6545, 8673, 6107, 6322, 6384, 7312, 5699, 6888, 6681, 8964, 6397, 6273, 7192, 6267, 6405, 6407, 6825, 5718, 6173, 6460, 5509, 6339, 6249, 5654, 6024, 6610, 5675, 5618, 6077, 5658, 5754, 5579, 6400, 7435, 6356, 5847, 7665, 5440, 6673, 5674, 5333, 6148, 5830, 5544, 5738, 5929, 8223, 6485, 5928, 5645, 5521, 5821, 5668, 5788, 5722, 5481, 6217, 5637, 5853, 5761, 7049, 5609, 5613, 5738, 7141, 8484, 7333, 7091, 5587, 6056, 5789, 5502, 5718, 5611, 5631, 5901, 5823, 5760, 5923, 6713, 6557, 8981, 6728, 5609, 7084, 5695, 8141, 6872, 7134, 8061, 7633, 9607, 6791, 6170, 6406, 6101, 5849, 8336, 6346, 5832, 7312, 5669, 5886, 6110, 5837, 5758, 6154, 5556, 6463, 6290, 5708, 7507, 5772, 7142, 6196, 5738, 6692, 5751, 6646, 7388, 6177, 6985, 5673, 5374, 5703, 5771, 5745, 5609, 5521, 5508, 5671, 5681, 5888, 5693, 5559, 6870, 5580, 5589, 6242, 5486, 7246, 6529, 5554, 6492, 5649, 7054, 7621, 8115, 9150, 5954, 5643, 5861, 5500, 5454, 5779, 5544, 5774, 5862, 5437, 5576, 7243, 5754, 6578, 7936, 7126, 5743, 5626, 5722, 6519, 5965, 5834, 5691, 5499, 6690, 5465, 5649, 5731, 6483, 7830, 6773, 5724, 5833, 5892, 5652, 6699, 6450, 5605, 6487, 6764, 8424, 6216, 6166, 6497, 6086, 6039, 7303, 6664, 5626, 6576, 7504, 6852, 6446, 6137, 5750, 6607, 6383, 5886, 6315, 6640, 6015, 9372, 6231, 5671, 5489, 5730, 5603, 5479, 5672, 5837, 5417, 5708, 7041, 6249, 6521, 5580, 5827, 6418, 5833, 6015, 5752, 5769, 5670, 6015, 5899, 5477, 6004, 5593, 6515, 6779, 6341, 8530, 5479, 5468, 5567, 5523, 5634, 6012, 5773, 5490, 5688, 5609, 5739, 5695, 5459, 5531, 8834, 5780, 5830, 5760, 5566, 5513, 6404, 6706, 5480, 7099, 5821, 5453, 6928, 6635, 6513, 5670, 5833, 5842, 5821, 5774, 5576, 5812, 5875, 5628, 6675, 5932, 6511, 9410, 6580, 6049, 10683, 7903, 5655, 5468, 5573, 6411, 6107, 7955, 7630, 5391, 5545, 5388, 5536, 5654, 7440, 6876, 7832, 6965, 5462, 5917, 5797, 5869, 7066, 5590, 6662, 7551, 7522, 9111, 7007, 5651, 5673, 5620, 5710, 5810, 5643, 5447, 5844, 5760, 5721, 5557, 5722, 5481, 5462, 6434, 5872, 5382, 6654, 7027, 7355, 6437, 5640, 5742, 5722, 5719, 5609, 5606, 6084, 5533, 6348, 5815, 5505, 5616, 5832, 5686, 7277, 8541, 8348, 6695, 5672, 6499, 5899, 5680, 5819, 5833, 5659, 5677, 6175, 7017, 7591, 7377, 5439, 5455, 5671, 5493, 7844, 6808, 5360, 5585, 5443, 5731, 5774, 5584, 5488, 5936, 5923, 6500, 7873, 6650, 6826, 5587, 7200, 5514, 5604, 5590, 6917, 6536, 8795, 6376, 5535, 5551, 6051, 5763, 5364, 6109, 5509, 5610, 7334, 7469, 8912, 6996, 5761, 5560, 5516, 6010, 5686, 5792, 5753, 5789, 5878, 5712, 5664, 6669, 6734, 7041, 7884, 6256, 5724, 5445, 7751, 7499, 6738, 5562, 6385, 5531, 5502, 5527, 5679, 6089, 7957, 8184, 6097, 5516, 5629, 5669, 5746, 5597, 5550, 5857, 5774, 5778, 6706, 5611, 5399, 7229, 5699, 5495, 7101, 6291, 5620, 7061, 7537, 5863, 8098, 6940, 5407, 5701, 5696, 5529, 5578, 6153, 5901, 5537, 6633, 5674, 5750, 7103, 5578, 5556, 7607, 6542, 5651, 6036, 6161, 5823, 5600, 5595, 5966, 5663, 5669, 5855, 5811, 5695, 6996, 5789, 6079, 7753, 7442, 5381, 5533, 5815, 5814, 5383, 5737, 5859, 5703, 5487, 6088, 5935, 5539, 5795, 5732, 5682, 5592, 5645, 5668, 5774, 5795, 6807, 6286, 6927, 6093, 5674, 6271, 6340, 7369, 5526, 6016, 5524, 5721, 5734, 5607, 5385, 5804, 5478, 5855, 5637, 5560, 5533, 5412, 7111, 5860, 5650, 6489, 5612, 7129, 5794, 6105, 6845, 5879, 5637, 7132, 6586, 6096, 10089, 6124, 5604, 5892, 5811, 6012, 5720, 5803, 5711, 5573, 5689, 5519, 5984, 5729, 7068, 5982, 5705, 6968, 7788, 7212, 10412, 6382, 5869, 8635, 6817, 6919, 5651, 5596, 5562, 5494, 9613, 6873, 5582, 5323, 5864, 5805, 5569, 5688, 5652, 5633, 5807, 5874, 5875, 5573, 5669, 5884, 5603, 5922, 5789, 6640, 7785, 7413, 6944, 5609, 5913, 5757, 5720, 5603, 5861, 6505, 5781, 5995, 5594, 5613, 5772, 5733, 5524, 6705, 5638, 5558, 5957, 5826, 5620, 6086], 'WindowCenter': [3645.0, 3654.0, 3651.0, 3629.0, 3638.0, 3626.0, 3649.0, 3649.0, 3628.0, 3639.0, 3627.0, 3626.0, 3653.0, 3654.0, 3630.0, 3653.0, 3671.0, 3628.0, 3626.0, 3640.0, 3614.0, 3637.0, 3636.0, 3625.0, 3624.0, 3624.0, 3637.0, 3626.0, 3627.0, 3628.0, 3629.0, 3638.0, 3638.0, 3650.0, 3627.0, 3656.0, 3648.0, 3660.0, 3660.0, 3639.0, 3648.0, 3624.0, 3613.0, 3612.0, 3612.0, 3624.0, 3612.0, 3635.0, 3643.0, 3644.0, 3613.0, 3633.0, 3612.0, 3598.0, 3608.0, 3598.0, 3608.0, 3623.0, 3614.0, 3626.0, 3627.0, 3626.0, 3625.0, 3625.0, 3611.0, 3613.0, 3625.0, 3658.0, 3661.0, 3628.0, 3638.0, 3648.0, 3624.0, 3635.0, 3637.0, 3667.0, 3638.0, 3637.0, 3615.0, 3627.0, 3649.0, 3624.0, 3612.0, 3633.0, 3600.0, 3600.0, 3637.0, 3669.0, 3625.0, 3646.0, 3635.0, 3666.0, 3649.0, 3640.0, 3639.0, 3627.0, 3636.0, 3625.0, 3636.0, 3637.0, 3656.0, 3636.0, 3646.0, 3644.0, 3633.0, 3611.0, 3612.0, 3623.0, 3635.0, 3645.0, 3634.0, 3654.0, 3647.0, 3627.0, 3627.0, 3625.0, 3635.0, 3626.0, 3626.0, 3648.0, 3627.0, 3639.0, 3651.0, 3628.0, 3627.0, 3638.0, 3667.0, 3646.0, 3657.0, 3667.0, 3635.0, 3636.0, 3614.0, 3635.0, 3635.0, 3625.0, 3649.0, 3661.0, 3630.0, 3692.0, 3640.0, 3638.0, 3648.0, 3626.0, 3649.0, 3692.0, 3662.0, 3694.0, 3626.0, 3611.0, 3649.0, 3614.0, 3646.0, 3656.0, 3634.0, 3667.0, 3646.0, 3624.0, 3622.0, 3612.0, 3645.0, 3625.0, 3625.0, 3647.0, 3636.0, 3626.0, 3649.0, 3660.0, 3681.0, 3638.0, 3639.0, 3625.0, 3625.0, 3646.0, 3635.0, 3625.0, 3650.0, 3638.0, 3648.0, 3659.0, 3663.0, 3702.0, 3637.0, 3638.0, 3624.0, 3623.0, 3635.0, 3669.0, 3637.0, 3639.0, 3640.0, 3649.0, 3638.0, 3625.0, 3622.0, 3634.0, 3658.0, 3668.0, 3646.0, 3669.0, 3669.0, 3692.0, 3649.0, 3638.0, 3636.0, 3625.0, 3645.0, 3659.0, 3649.0, 3650.0, 3640.0, 3640.0, 3640.0, 3667.0, 3658.0, 3670.0, 3661.0, 3678.0, 3646.0, 3638.0, 3624.0, 3646.0, 3636.0, 3637.0, 3645.0, 3636.0, 3666.0, 3660.0, 3660.0, 3693.0, 3650.0, 3651.0, 3649.0, 3657.0, 3647.0, 3679.0, 3705.0, 3662.0, 3652.0, 3638.0, 3648.0, 3639.0, 3652.0, 3663.0, 3642.0, 3638.0, 3648.0, 3647.0, 3625.0, 3648.0, 3648.0, 3679.0, 3636.0, 3634.0, 3632.0, 3643.0, 3610.0, 3632.0, 3633.0, 3663.0, 3621.0, 3633.0, 3643.0, 3621.0, 3620.0, 3619.0, 3630.0, 3611.0, 3621.0, 3634.0, 3614.0, 3634.0, 3634.0, 3623.0, 3621.0, 3633.0, 3611.0, 3624.0, 3636.0, 3636.0, 3637.0, 3627.0, 3646.0, 3655.0, 3636.0, 3626.0, 3668.0, 3627.0, 3648.0, 3624.0, 3625.0, 3633.0, 3623.0, 3612.0, 3625.0, 3638.0, 3680.0, 3648.0, 3638.0, 3625.0, 3613.0, 3613.0, 3611.0, 3612.0, 3611.0, 3601.0, 3624.0, 3612.0, 3625.0, 3613.0, 3630.0, 3610.0, 3610.0, 3622.0, 3644.0, 3678.0, 3656.0, 3672.0, 3628.0, 3645.0, 3649.0, 3636.0, 3633.0, 3634.0, 3638.0, 3652.0, 3651.0, 3654.0, 3663.0, 3660.0, 3648.0, 3675.0, 3633.0, 3608.0, 3630.0, 3608.0, 3640.0, 3631.0, 3640.0, 3653.0, 3654.0, 3687.0, 3644.0, 3637.0, 3631.0, 3606.0, 3639.0, 3682.0, 3661.0, 3653.0, 3683.0, 3651.0, 3651.0, 3646.0, 3637.0, 3625.0, 3636.0, 3627.0, 3645.0, 3648.0, 3625.0, 3657.0, 3625.0, 3631.0, 3621.0, 3608.0, 3618.0, 3608.0, 3632.0, 3644.0, 3623.0, 3655.0, 3636.0, 3627.0, 3634.0, 3635.0, 3625.0, 3636.0, 3638.0, 3640.0, 3653.0, 3653.0, 3651.0, 3640.0, 3628.0, 3646.0, 3614.0, 3613.0, 3635.0, 3613.0, 3643.0, 3633.0, 3600.0, 3619.0, 3612.0, 3641.0, 3655.0, 3665.0, 3677.0, 3621.0, 3625.0, 3635.0, 3625.0, 3626.0, 3636.0, 3625.0, 3639.0, 3653.0, 3653.0, 3642.0, 3670.0, 3624.0, 3642.0, 3666.0, 3656.0, 3624.0, 3623.0, 3623.0, 3646.0, 3634.0, 3624.0, 3624.0, 3626.0, 3645.0, 3613.0, 3620.0, 3622.0, 3635.0, 3653.0, 3631.0, 3609.0, 3621.0, 3624.0, 3622.0, 3643.0, 3632.0, 3609.0, 3633.0, 3645.0, 3653.0, 3624.0, 3622.0, 3620.0, 3609.0, 3607.0, 3628.0, 3619.0, 3607.0, 3631.0, 3644.0, 3632.0, 3631.0, 3622.0, 3608.0, 3630.0, 3618.0, 3608.0, 3632.0, 3645.0, 3637.0, 3691.0, 3650.0, 3638.0, 3625.0, 3638.0, 3622.0, 3612.0, 3624.0, 3639.0, 3615.0, 3639.0, 3673.0, 3664.0, 3662.0, 3626.0, 3623.0, 3622.0, 3609.0, 3619.0, 3612.0, 3612.0, 3621.0, 3634.0, 3623.0, 3611.0, 3633.0, 3611.0, 3632.0, 3632.0, 3632.0, 3666.0, 3612.0, 3613.0, 3623.0, 3614.0, 3624.0, 3635.0, 3624.0, 3626.0, 3626.0, 3637.0, 3627.0, 3625.0, 3615.0, 3613.0, 3664.0, 3624.0, 3623.0, 3623.0, 3625.0, 3614.0, 3648.0, 3647.0, 3629.0, 3669.0, 3637.0, 3627.0, 3659.0, 3658.0, 3660.0, 3639.0, 3639.0, 3640.0, 3640.0, 3637.0, 3627.0, 3625.0, 3626.0, 3626.0, 3646.0, 3637.0, 3650.0, 3692.0, 3658.0, 3636.0, 3699.0, 3682.0, 3639.0, 3627.0, 3625.0, 3647.0, 3648.0, 3681.0, 3682.0, 3641.0, 3641.0, 3626.0, 3628.0, 3636.0, 3670.0, 3661.0, 3681.0, 3660.0, 3629.0, 3636.0, 3624.0, 3623.0, 3631.0, 3613.0, 3632.0, 3657.0, 3657.0, 3677.0, 3657.0, 3625.0, 3620.0, 3611.0, 3609.0, 3608.0, 3612.0, 3609.0, 3623.0, 3622.0, 3622.0, 3613.0, 3610.0, 3599.0, 3599.0, 3619.0, 3611.0, 3610.0, 3633.0, 3644.0, 3655.0, 3645.0, 3637.0, 3636.0, 3634.0, 3636.0, 3637.0, 3650.0, 3663.0, 3655.0, 3674.0, 3655.0, 3641.0, 3637.0, 3639.0, 3627.0, 3660.0, 3680.0, 3667.0, 3647.0, 3626.0, 3633.0, 3612.0, 3612.0, 3608.0, 3609.0, 3611.0, 3610.0, 3633.0, 3645.0, 3666.0, 3658.0, 3627.0, 3623.0, 3623.0, 3613.0, 3666.0, 3647.0, 3628.0, 3627.0, 3626.0, 3636.0, 3624.0, 3623.0, 3624.0, 3634.0, 3635.0, 3647.0, 3668.0, 3659.0, 3659.0, 3640.0, 3668.0, 3625.0, 3634.0, 3623.0, 3656.0, 3647.0, 3692.0, 3660.0, 3639.0, 3639.0, 3634.0, 3623.0, 3609.0, 3620.0, 3612.0, 3620.0, 3656.0, 3656.0, 3677.0, 3656.0, 3636.0, 3611.0, 3609.0, 3620.0, 3622.0, 3621.0, 3622.0, 3636.0, 3625.0, 3625.0, 3637.0, 3646.0, 3657.0, 3658.0, 3653.0, 3646.0, 3637.0, 3625.0, 3667.0, 3657.0, 3660.0, 3640.0, 3660.0, 3639.0, 3626.0, 3626.0, 3634.0, 3647.0, 3693.0, 3680.0, 3648.0, 3627.0, 3637.0, 3636.0, 3637.0, 3638.0, 3641.0, 3653.0, 3640.0, 3637.0, 3647.0, 3639.0, 3627.0, 3668.0, 3635.0, 3625.0, 3644.0, 3634.0, 3623.0, 3645.0, 3655.0, 3622.0, 3666.0, 3644.0, 3612.0, 3622.0, 3623.0, 3613.0, 3612.0, 3621.0, 3626.0, 3624.0, 3645.0, 3635.0, 3637.0, 3657.0, 3624.0, 3612.0, 3666.0, 3636.0, 3625.0, 3636.0, 3636.0, 3625.0, 3624.0, 3626.0, 3636.0, 3623.0, 3626.0, 3623.0, 3637.0, 3639.0, 3658.0, 3636.0, 3636.0, 3668.0, 3670.0, 3627.0, 3639.0, 3636.0, 3637.0, 3625.0, 3635.0, 3637.0, 3638.0, 3628.0, 3650.0, 3649.0, 3627.0, 3637.0, 3637.0, 3625.0, 3613.0, 3623.0, 3625.0, 3637.0, 3625.0, 3660.0, 3649.0, 3656.0, 3634.0, 3637.0, 3631.0, 3619.0, 3655.0, 3624.0, 3646.0, 3623.0, 3626.0, 3625.0, 3637.0, 3626.0, 3637.0, 3624.0, 3625.0, 3638.0, 3626.0, 3629.0, 3630.0, 3657.0, 3628.0, 3612.0, 3619.0, 3595.0, 3615.0, 3582.0, 3592.0, 3603.0, 3596.0, 3608.0, 3642.0, 3645.0, 3634.0, 3685.0, 3620.0, 3624.0, 3624.0, 3607.0, 3620.0, 3612.0, 3622.0, 3623.0, 3626.0, 3638.0, 3628.0, 3638.0, 3628.0, 3659.0, 3624.0, 3624.0, 3643.0, 3655.0, 3657.0, 3701.0, 3646.0, 3626.0, 3676.0, 3658.0, 3671.0, 3638.0, 3624.0, 3613.0, 3612.0, 3687.0, 3660.0, 3629.0, 3626.0, 3635.0, 3624.0, 3613.0, 3622.0, 3625.0, 3623.0, 3623.0, 3624.0, 3625.0, 3624.0, 3624.0, 3625.0, 3624.0, 3621.0, 3622.0, 3644.0, 3657.0, 3657.0, 3657.0, 3637.0, 3639.0, 3635.0, 3625.0, 3623.0, 3624.0, 3648.0, 3637.0, 3650.0, 3640.0, 3639.0, 3636.0, 3625.0, 3611.0, 3644.0, 3623.0, 3611.0, 3632.0, 3622.0, 3622.0, 3621.0], 'WindowWidth': [8268.0, 8277.0, 8265.0, 8232.0, 8241.0, 8223.0, 8259.0, 8257.0, 8230.0, 8246.0, 8226.0, 8222.0, 8271.0, 8278.0, 8237.0, 8272.0, 8290.0, 8228.0, 8225.0, 8253.0, 8207.0, 8239.0, 8234.0, 8219.0, 8216.0, 8215.0, 8239.0, 8224.0, 8227.0, 8230.0, 8230.0, 8241.0, 8243.0, 8261.0, 8226.0, 8262.0, 8254.0, 8276.0, 8275.0, 8245.0, 8256.0, 8217.0, 8199.0, 8194.0, 8194.0, 8212.0, 8193.0, 8229.0, 8237.0, 8242.0, 8198.0, 8226.0, 8196.0, 8171.0, 8181.0, 8169.0, 8184.0, 8213.0, 8203.0, 8223.0, 8228.0, 8226.0, 8222.0, 8221.0, 8195.0, 8199.0, 8220.0, 8265.0, 8275.0, 8230.0, 8241.0, 8256.0, 8218.0, 8230.0, 8239.0, 8277.0, 8241.0, 8239.0, 8208.0, 8226.0, 8256.0, 8214.0, 8195.0, 8221.0, 8175.0, 8176.0, 8237.0, 8283.0, 8220.0, 8248.0, 8232.0, 8277.0, 8259.0, 8250.0, 8248.0, 8227.0, 8236.0, 8221.0, 8235.0, 8237.0, 8262.0, 8236.0, 8248.0, 8241.0, 8226.0, 8195.0, 8197.0, 8215.0, 8232.0, 8245.0, 8228.0, 8257.0, 8251.0, 8229.0, 8226.0, 8221.0, 8235.0, 8222.0, 8223.0, 8254.0, 8228.0, 8244.0, 8264.0, 8228.0, 8224.0, 8241.0, 8278.0, 8248.0, 8265.0, 8276.0, 8234.0, 8238.0, 8207.0, 8232.0, 8234.0, 8222.0, 8260.0, 8278.0, 8239.0, 8322.0, 8250.0, 8246.0, 8254.0, 8223.0, 8260.0, 8321.0, 8283.0, 8350.0, 8223.0, 8194.0, 8259.0, 8205.0, 8247.0, 8263.0, 8230.0, 8280.0, 8250.0, 8217.0, 8210.0, 8197.0, 8245.0, 8219.0, 8220.0, 8251.0, 8236.0, 8224.0, 8260.0, 8276.0, 8304.0, 8245.0, 8245.0, 8222.0, 8221.0, 8248.0, 8233.0, 8224.0, 8262.0, 8245.0, 8258.0, 8274.0, 8287.0, 8336.0, 8244.0, 8244.0, 8219.0, 8215.0, 8236.0, 8284.0, 8242.0, 8247.0, 8249.0, 8263.0, 8246.0, 8224.0, 8213.0, 8232.0, 8273.0, 8285.0, 8254.0, 8289.0, 8287.0, 8322.0, 8262.0, 8249.0, 8243.0, 8223.0, 8249.0, 8278.0, 8265.0, 8266.0, 8252.0, 8254.0, 8254.0, 8284.0, 8273.0, 8291.0, 8280.0, 8297.0, 8252.0, 8244.0, 8223.0, 8250.0, 8236.0, 8240.0, 8249.0, 8239.0, 8278.0, 8279.0, 8280.0, 8328.0, 8270.0, 8272.0, 8265.0, 8273.0, 8260.0, 8305.0, 8348.0, 8288.0, 8272.0, 8250.0, 8260.0, 8248.0, 8270.0, 8287.0, 8258.0, 8247.0, 8255.0, 8254.0, 8222.0, 8255.0, 8258.0, 8296.0, 8236.0, 8231.0, 8223.0, 8237.0, 8189.0, 8222.0, 8225.0, 8266.0, 8210.0, 8226.0, 8238.0, 8207.0, 8205.0, 8199.0, 8217.0, 8192.0, 8210.0, 8231.0, 8204.0, 8231.0, 8232.0, 8217.0, 8210.0, 8228.0, 8197.0, 8220.0, 8238.0, 8240.0, 8241.0, 8230.0, 8252.0, 8261.0, 8236.0, 8226.0, 8283.0, 8228.0, 8256.0, 8220.0, 8221.0, 8231.0, 8214.0, 8202.0, 8222.0, 8244.0, 8303.0, 8258.0, 8243.0, 8222.0, 8201.0, 8201.0, 8194.0, 8196.0, 8194.0, 8181.0, 8217.0, 8198.0, 8219.0, 8199.0, 8217.0, 8189.0, 8190.0, 8212.0, 8248.0, 8296.0, 8263.0, 8295.0, 8235.0, 8255.0, 8266.0, 8244.0, 8234.0, 8236.0, 8245.0, 8273.0, 8271.0, 8279.0, 8290.0, 8281.0, 8260.0, 8287.0, 8226.0, 8187.0, 8216.0, 8187.0, 8229.0, 8224.0, 8235.0, 8256.0, 8260.0, 8306.0, 8249.0, 8246.0, 8226.0, 8183.0, 8248.0, 8308.0, 8283.0, 8278.0, 8316.0, 8273.0, 8275.0, 8257.0, 8243.0, 8223.0, 8238.0, 8229.0, 8251.0, 8257.0, 8223.0, 8264.0, 8221.0, 8222.0, 8207.0, 8187.0, 8200.0, 8189.0, 8223.0, 8246.0, 8219.0, 8265.0, 8243.0, 8233.0, 8238.0, 8238.0, 8225.0, 8242.0, 8252.0, 8256.0, 8278.0, 8279.0, 8270.0, 8253.0, 8234.0, 8250.0, 8208.0, 8203.0, 8232.0, 8203.0, 8239.0, 8228.0, 8180.0, 8202.0, 8200.0, 8236.0, 8260.0, 8275.0, 8292.0, 8210.0, 8223.0, 8239.0, 8229.0, 8229.0, 8243.0, 8229.0, 8252.0, 8280.0, 8280.0, 8262.0, 8290.0, 8220.0, 8242.0, 8279.0, 8267.0, 8219.0, 8218.0, 8220.0, 8255.0, 8232.0, 8222.0, 8222.0, 8227.0, 8250.0, 8202.0, 8209.0, 8212.0, 8236.0, 8255.0, 8222.0, 8192.0, 8210.0, 8220.0, 8217.0, 8242.0, 8227.0, 8191.0, 8229.0, 8247.0, 8255.0, 8218.0, 8212.0, 8205.0, 8189.0, 8184.0, 8211.0, 8202.0, 8185.0, 8221.0, 8244.0, 8225.0, 8225.0, 8212.0, 8188.0, 8217.0, 8201.0, 8189.0, 8227.0, 8251.0, 8243.0, 8319.0, 8266.0, 8248.0, 8225.0, 8244.0, 8212.0, 8199.0, 8219.0, 8244.0, 8207.0, 8248.0, 8302.0, 8292.0, 8284.0, 8226.0, 8215.0, 8211.0, 8189.0, 8204.0, 8198.0, 8199.0, 8212.0, 8233.0, 8217.0, 8198.0, 8231.0, 8202.0, 8228.0, 8228.0, 8229.0, 8276.0, 8203.0, 8207.0, 8219.0, 8208.0, 8221.0, 8237.0, 8222.0, 8228.0, 8226.0, 8240.0, 8227.0, 8221.0, 8206.0, 8202.0, 8266.0, 8220.0, 8218.0, 8219.0, 8225.0, 8208.0, 8257.0, 8257.0, 8237.0, 8289.0, 8245.0, 8232.0, 8275.0, 8272.0, 8279.0, 8251.0, 8251.0, 8255.0, 8252.0, 8245.0, 8229.0, 8224.0, 8225.0, 8225.0, 8250.0, 8242.0, 8265.0, 8324.0, 8273.0, 8241.0, 8326.0, 8310.0, 8251.0, 8232.0, 8227.0, 8258.0, 8262.0, 8310.0, 8314.0, 8259.0, 8257.0, 8228.0, 8232.0, 8241.0, 8291.0, 8282.0, 8309.0, 8278.0, 8237.0, 8241.0, 8220.0, 8215.0, 8221.0, 8203.0, 8226.0, 8265.0, 8268.0, 8294.0, 8266.0, 8223.0, 8210.0, 8197.0, 8190.0, 8190.0, 8198.0, 8193.0, 8215.0, 8213.0, 8213.0, 8203.0, 8194.0, 8177.0, 8176.0, 8201.0, 8195.0, 8194.0, 8227.0, 8244.0, 8261.0, 8250.0, 8245.0, 8244.0, 8236.0, 8240.0, 8245.0, 8266.0, 8289.0, 8282.0, 8307.0, 8282.0, 8258.0, 8246.0, 8247.0, 8228.0, 8276.0, 8303.0, 8281.0, 8255.0, 8224.0, 8230.0, 8199.0, 8196.0, 8187.0, 8190.0, 8193.0, 8193.0, 8231.0, 8249.0, 8281.0, 8271.0, 8231.0, 8222.0, 8219.0, 8206.0, 8280.0, 8256.0, 8234.0, 8232.0, 8227.0, 8240.0, 8220.0, 8218.0, 8220.0, 8233.0, 8238.0, 8258.0, 8286.0, 8276.0, 8279.0, 8256.0, 8289.0, 8227.0, 8238.0, 8220.0, 8267.0, 8257.0, 8325.0, 8284.0, 8255.0, 8252.0, 8237.0, 8217.0, 8193.0, 8209.0, 8199.0, 8212.0, 8264.0, 8268.0, 8297.0, 8271.0, 8242.0, 8202.0, 8194.0, 8207.0, 8216.0, 8211.0, 8212.0, 8239.0, 8223.0, 8224.0, 8243.0, 8254.0, 8270.0, 8270.0, 8256.0, 8253.0, 8245.0, 8227.0, 8283.0, 8271.0, 8281.0, 8257.0, 8284.0, 8252.0, 8231.0, 8227.0, 8238.0, 8260.0, 8328.0, 8305.0, 8261.0, 8232.0, 8249.0, 8245.0, 8247.0, 8249.0, 8258.0, 8276.0, 8253.0, 8243.0, 8256.0, 8251.0, 8231.0, 8283.0, 8239.0, 8225.0, 8248.0, 8235.0, 8219.0, 8251.0, 8262.0, 8218.0, 8278.0, 8246.0, 8204.0, 8216.0, 8218.0, 8205.0, 8201.0, 8214.0, 8225.0, 8223.0, 8250.0, 8241.0, 8245.0, 8272.0, 8222.0, 8201.0, 8279.0, 8239.0, 8226.0, 8242.0, 8238.0, 8223.0, 8223.0, 8229.0, 8239.0, 8218.0, 8226.0, 8218.0, 8246.0, 8250.0, 8275.0, 8242.0, 8243.0, 8288.0, 8293.0, 8230.0, 8252.0, 8242.0, 8245.0, 8227.0, 8240.0, 8243.0, 8250.0, 8235.0, 8266.0, 8264.0, 8231.0, 8243.0, 8245.0, 8224.0, 8202.0, 8217.0, 8222.0, 8242.0, 8227.0, 8280.0, 8265.0, 8266.0, 8235.0, 8245.0, 8223.0, 8205.0, 8262.0, 8225.0, 8256.0, 8223.0, 8227.0, 8224.0, 8244.0, 8230.0, 8244.0, 8223.0, 8225.0, 8246.0, 8228.0, 8235.0, 8237.0, 8269.0, 8230.0, 8198.0, 8200.0, 8163.0, 8184.0, 8139.0, 8154.0, 8170.0, 8167.0, 8187.0, 8240.0, 8249.0, 8234.0, 8299.0, 8210.0, 8220.0, 8222.0, 8187.0, 8205.0, 8198.0, 8212.0, 8216.0, 8225.0, 8243.0, 8232.0, 8244.0, 8229.0, 8273.0, 8219.0, 8215.0, 8239.0, 8260.0, 8269.0, 8330.0, 8253.0, 8227.0, 8290.0, 8273.0, 8296.0, 8246.0, 8224.0, 8204.0, 8204.0, 8308.0, 8278.0, 8236.0, 8229.0, 8239.0, 8222.0, 8204.0, 8216.0, 8221.0, 8219.0, 8217.0, 8220.0, 8223.0, 8222.0, 8219.0, 8224.0, 8218.0, 8210.0, 8213.0, 8248.0, 8267.0, 8270.0, 8271.0, 8247.0, 8250.0, 8238.0, 8222.0, 8217.0, 8219.0, 8258.0, 8245.0, 8266.0, 8255.0, 8251.0, 8241.0, 8224.0, 8198.0, 8245.0, 8216.0, 8199.0, 8228.0, 8214.0, 8213.0, 8210.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.0020986697247706424</td></tr>
<tr><td colspan=3>aqi</td><td>0.07420669277522934</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.69241124521239</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.047993524649828</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9681512762227339</td></tr>
<tr><td colspan=3>efc</td><td>0.4607</td></tr>
<tr><td colspan=3>fber</td><td>6009.6812</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.25836509823223347</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>447</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>51.26146788990825</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.745074892798364</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.561061211666815</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.061041290655452</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.613122176072824</td></tr>
<tr><td colspan=3>gcor</td><td>0.0069002</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007607996929436922</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034506190568208694</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.8292847261341554</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>22.8469</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.9731</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>132.093</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303381.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>544.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>252.7477</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9983</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>442.7725</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2880.0563</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3074.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73163.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>908.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>802.7554</td></tr>
<tr><td colspan=3>tsnr</td><td>23.559920268016867</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>