ds005256-mriqc/sub-0133_ses-03_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter aa0c2bdd2c [DATALAD RUNCMD] Compute MRIQC for sub-0133
=== 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-0133 --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-0133",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:14:58 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0133_ses-03_task-social_acq-mb8_run-04_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-0133_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-04_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-0133/ses-03/func/sub-0133_ses-03_task-social_acq-mb8_run-04_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>5e9301df0e8015cc0402ae747da89a9a</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>20:40:32.297500</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.994704, 0.0975667, 0.0323147, -0.0970058, 0.995112, -0.0184976]</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.259</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-04_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.0889012</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7782, -7233, 225, -177, -91, -21, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.806</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>12a98469-df11-4c55-811e-329e88132589||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.6687188148498535, -0.2602594494819641, 0.09169615060091019, 121.51197814941406], [-0.26176440715789795, 2.6698124408721924, -0.04121542349457741, -86.54476165771484], [0.08669808506965637, 0.049627840518951416, 2.698127508163452, -83.18268585205078], [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': ['204032.297500', '204032.757500', '204033.217500', '204033.677500', '204034.137500', '204034.597500', '204035.057500', '204035.517500', '204035.977500', '204036.437500', '204036.897500', '204037.357500', '204037.817500', '204038.277500', '204038.737500', '204039.197500', '204039.657500', '204040.117500', '204040.577500', '204041.037500', '204041.497500', '204041.957500', '204042.417500', '204042.877500', '204043.337500', '204043.797500', '204044.257500', '204044.717500', '204045.177500', '204045.637500', '204046.097500', '204046.557500', '204047.017500', '204047.477500', '204047.937500', '204048.397500', '204048.857500', '204049.317500', '204049.777500', '204050.237500', '204050.697500', '204051.157500', '204051.617500', '204052.077500', '204052.537500', '204052.997500', '204053.457500', '204053.917500', '204054.377500', '204054.837500', '204055.297500', '204055.757500', '204056.217500', '204056.677500', '204057.137500', '204057.597500', '204058.057500', '204058.517500', '204058.977500', '204059.437500', '204059.897500', '204100.357500', '204100.817500', '204101.277500', '204101.737500', '204102.197500', '204102.657500', '204103.117500', '204103.577500', '204104.037500', '204104.497500', '204104.957500', '204105.417500', '204105.877500', '204106.337500', '204106.797500', '204107.257500', '204107.717500', '204108.177500', '204108.637500', '204109.097500', '204109.557500', '204110.017500', '204110.477500', '204110.937500', '204111.397500', '204111.857500', '204112.317500', '204112.777500', '204113.237500', '204113.697500', '204114.157500', '204114.617500', '204115.077500', '204115.537500', '204115.997500', '204116.457500', '204116.917500', '204117.377500', '204117.837500', '204118.297500', '204118.757500', '204119.217500', '204119.677500', '204120.137500', '204120.597500', '204121.057500', '204121.517500', '204121.977500', '204122.437500', '204122.897500', '204123.357500', '204123.817500', '204124.277500', '204124.737500', '204125.197500', '204125.657500', '204126.117500', '204126.577500', '204127.037500', '204127.497500', '204127.957500', '204128.417500', '204128.877500', '204129.337500', '204129.797500', '204130.257500', '204130.717500', '204131.177500', '204131.637500', '204132.097500', '204132.557500', '204133.017500', '204133.477500', '204133.937500', '204134.397500', '204134.857500', '204135.317500', '204135.777500', '204136.237500', '204136.697500', '204137.157500', '204137.617500', '204138.077500', '204138.537500', '204138.997500', '204139.457500', '204139.917500', '204140.377500', '204140.837500', '204141.297500', '204141.757500', '204142.217500', '204142.677500', '204143.137500', '204143.597500', '204144.057500', '204144.517500', '204144.977500', '204145.437500', '204145.897500', '204146.357500', '204146.817500', '204147.277500', '204147.737500', '204148.197500', '204148.657500', '204149.117500', '204149.577500', '204150.037500', '204150.497500', '204150.957500', '204151.417500', '204151.877500', '204152.337500', '204152.797500', '204153.257500', '204153.717500', '204154.177500', '204154.637500', '204155.097500', '204155.557500', '204156.017500', '204156.477500', '204156.937500', '204157.397500', '204157.857500', '204158.317500', '204158.777500', '204159.237500', '204159.697500', '204200.157500', '204200.617500', '204201.077500', '204201.537500', '204201.997500', '204202.457500', '204202.917500', '204203.377500', '204203.837500', '204204.297500', '204204.757500', '204205.217500', '204205.677500', '204206.137500', '204206.597500', '204207.057500', '204207.517500', '204207.977500', '204208.437500', '204208.897500', '204209.357500', '204209.817500', '204210.277500', '204210.737500', '204211.197500', '204211.657500', '204212.117500', '204212.577500', '204213.037500', '204213.497500', '204213.957500', '204214.417500', '204214.877500', '204215.337500', '204215.797500', '204216.257500', '204216.717500', '204217.177500', '204217.637500', '204218.097500', '204218.557500', '204219.017500', '204219.477500', '204219.937500', '204220.397500', '204220.857500', '204221.317500', '204221.777500', '204222.237500', '204222.697500', '204223.157500', '204223.617500', '204224.077500', '204224.537500', '204224.997500', '204225.457500', '204225.917500', '204226.377500', '204226.837500', '204227.297500', '204227.757500', '204228.217500', '204228.677500', '204229.137500', '204229.597500', '204230.057500', '204230.517500', '204230.977500', '204231.437500', '204231.897500', '204232.357500', '204232.817500', '204233.277500', '204233.737500', '204234.197500', '204234.657500', '204235.117500', '204235.577500', '204236.037500', '204236.497500', '204236.957500', '204237.417500', '204237.877500', '204238.337500', '204238.797500', '204239.257500', '204239.717500', '204240.177500', '204240.637500', '204241.097500', '204241.557500', '204242.017500', '204242.477500', '204242.937500', '204243.397500', '204243.857500', '204244.317500', '204244.777500', '204245.237500', '204245.697500', '204246.157500', '204246.617500', '204247.077500', '204247.537500', '204247.997500', '204248.457500', '204248.917500', '204249.377500', '204249.837500', '204250.297500', '204250.757500', '204251.217500', '204251.677500', '204252.137500', '204252.597500', '204253.057500', '204253.517500', '204253.977500', '204254.437500', '204254.897500', '204255.357500', '204255.817500', '204256.277500', '204256.737500', '204257.197500', '204257.657500', '204258.117500', '204258.577500', '204259.037500', '204259.497500', '204259.957500', '204300.417500', '204300.877500', '204301.337500', '204301.797500', '204302.257500', '204302.717500', '204303.177500', '204303.637500', '204304.097500', '204304.557500', '204305.017500', '204305.477500', '204305.937500', '204306.397500', '204306.857500', '204307.317500', '204307.777500', '204308.237500', '204308.697500', '204309.157500', '204309.617500', '204310.077500', '204310.537500', '204310.997500', '204311.457500', '204311.917500', '204312.377500', '204312.837500', '204313.297500', '204313.757500', '204314.217500', '204314.677500', '204315.137500', '204315.597500', '204316.057500', '204316.517500', '204316.977500', '204317.437500', '204317.897500', '204318.357500', '204318.817500', '204319.277500', '204319.737500', '204320.197500', '204320.657500', '204321.117500', '204321.577500', '204322.037500', '204322.497500', '204322.957500', '204323.417500', '204323.877500', '204324.337500', '204324.797500', '204325.257500', '204325.717500', '204326.177500', '204326.637500', '204327.097500', '204327.557500', '204328.017500', '204328.477500', '204328.937500', '204329.397500', '204329.857500', '204330.317500', '204330.777500', '204331.237500', '204331.697500', '204332.157500', '204332.617500', '204333.077500', '204333.537500', '204333.997500', '204334.457500', '204334.917500', '204335.377500', '204335.837500', '204336.297500', '204336.757500', '204337.217500', '204337.677500', '204338.137500', '204338.597500', '204339.057500', '204339.517500', '204339.977500', '204340.437500', '204340.897500', '204341.357500', '204341.817500', '204342.277500', '204342.737500', '204343.197500', '204343.657500', '204344.117500', '204344.577500', '204345.037500', '204345.497500', '204345.957500', '204346.417500', '204346.877500', '204347.337500', '204347.797500', '204348.257500', '204348.717500', '204349.177500', '204349.637500', '204350.097500', '204350.557500', '204351.017500', '204351.477500', '204351.937500', '204352.397500', '204352.857500', '204353.317500', '204353.777500', '204354.237500', '204354.697500', '204355.157500', '204355.617500', '204356.077500', '204356.537500', '204356.997500', '204357.457500', '204357.917500', '204358.377500', '204358.837500', '204359.297500', '204359.757500', '204400.217500', '204400.677500', '204401.137500', '204401.597500', '204402.057500', '204402.517500', '204402.977500', '204403.437500', '204403.897500', '204404.357500', '204404.817500', '204405.277500', '204405.737500', '204406.197500', '204406.657500', '204407.117500', '204407.577500', '204408.037500', '204408.497500', '204408.957500', '204409.417500', '204409.877500', '204410.337500', '204410.797500', '204411.257500', '204411.717500', '204412.177500', '204412.637500', '204413.097500', '204413.557500', '204414.017500', '204414.477500', '204414.937500', '204415.397500', '204415.857500', '204416.317500', '204416.777500', '204417.237500', '204417.697500', '204418.157500', '204418.617500', '204419.077500', '204419.537500', '204419.997500', '204420.457500', '204420.917500', '204421.377500', '204421.837500', '204422.297500', '204422.757500', '204423.217500', '204423.677500', '204424.137500', '204424.597500', '204425.057500', '204425.517500', '204425.977500', '204426.437500', '204426.897500', '204427.357500', '204427.817500', '204428.277500', '204428.737500', '204429.197500', '204429.657500', '204430.117500', '204430.577500', '204431.037500', '204431.497500', '204431.957500', '204432.417500', '204432.877500', '204433.337500', '204433.797500', '204434.257500', '204434.717500', '204435.177500', '204435.637500', '204436.097500', '204436.557500', '204437.017500', '204437.477500', '204437.937500', '204438.397500', '204438.857500', '204439.317500', '204439.777500', '204440.237500', '204440.697500', '204441.157500', '204441.617500', '204442.077500', '204442.537500', '204442.997500', '204443.457500', '204443.917500', '204444.377500', '204444.837500', '204445.297500', '204445.757500', '204446.217500', '204446.677500', '204447.137500', '204447.597500', '204448.057500', '204448.517500', '204448.977500', '204449.437500', '204449.897500', '204450.357500', '204450.817500', '204451.277500', '204451.737500', '204452.197500', '204452.657500', '204453.117500', '204453.577500', '204454.037500', '204454.497500', '204454.957500', '204455.417500', '204455.877500', '204456.337500', '204456.797500', '204457.257500', '204457.717500', '204458.177500', '204458.637500', '204459.097500', '204459.557500', '204500.017500', '204500.477500', '204500.937500', '204501.397500', '204501.857500', '204502.317500', '204502.777500', '204503.237500', '204503.697500', '204504.157500', '204504.617500', '204505.077500', '204505.537500', '204505.997500', '204506.457500', '204506.917500', '204507.377500', '204507.837500', '204508.297500', '204508.757500', '204509.217500', '204509.677500', '204510.137500', '204510.597500', '204511.057500', '204511.517500', '204511.977500', '204512.437500', '204512.897500', '204513.357500', '204513.817500', '204514.277500', '204514.737500', '204515.197500', '204515.657500', '204516.117500', '204516.577500', '204517.037500', '204517.497500', '204517.957500', '204518.417500', '204518.877500', '204519.337500', '204519.797500', '204520.257500', '204520.717500', '204521.177500', '204521.637500', '204522.097500', '204522.557500', '204523.017500', '204523.477500', '204523.937500', '204524.397500', '204524.857500', '204525.317500', '204525.777500', '204526.237500', '204526.697500', '204527.157500', '204527.617500', '204528.077500', '204528.537500', '204528.997500', '204529.457500', '204529.917500', '204530.377500', '204530.837500', '204531.297500', '204531.757500', '204532.217500', '204532.677500', '204533.137500', '204533.597500', '204534.057500', '204534.517500', '204534.977500', '204535.437500', '204535.897500', '204536.357500', '204536.817500', '204537.277500', '204537.737500', '204538.197500', '204538.657500', '204539.117500', '204539.577500', '204540.037500', '204540.497500', '204540.957500', '204541.417500', '204541.877500', '204542.337500', '204542.797500', '204543.257500', '204543.717500', '204544.177500', '204544.637500', '204545.097500', '204545.557500', '204546.017500', '204546.477500', '204546.937500', '204547.397500', '204547.857500', '204548.317500', '204548.777500', '204549.237500', '204549.697500', '204550.157500', '204550.617500', '204551.077500', '204551.537500', '204551.997500', '204552.457500', '204552.917500', '204553.377500', '204553.837500', '204554.297500', '204554.757500', '204555.217500', '204555.677500', '204556.137500', '204556.597500', '204557.057500', '204557.517500', '204557.977500', '204558.437500', '204558.897500', '204559.357500', '204559.817500', '204600.277500', '204600.737500', '204601.197500', '204601.657500', '204602.117500', '204602.577500', '204603.037500', '204603.497500', '204603.957500', '204604.417500', '204604.877500', '204605.337500', '204605.797500', '204606.257500', '204606.717500', '204607.177500', '204607.637500', '204608.097500', '204608.557500', '204609.017500', '204609.477500', '204609.937500', '204610.397500', '204610.857500', '204611.317500', '204611.777500', '204612.237500', '204612.697500', '204613.157500', '204613.617500', '204614.077500', '204614.537500', '204614.997500', '204615.457500', '204615.917500', '204616.377500', '204616.837500', '204617.297500', '204617.757500', '204618.217500', '204618.677500', '204619.137500', '204619.597500', '204620.057500', '204620.517500', '204620.977500', '204621.437500', '204621.897500', '204622.357500', '204622.817500', '204623.277500', '204623.737500', '204624.197500', '204624.657500', '204625.117500', '204625.577500', '204626.037500', '204626.497500', '204626.957500', '204627.417500', '204627.877500', '204628.337500', '204628.797500', '204629.257500', '204629.717500', '204630.177500', '204630.637500', '204631.097500', '204631.557500', '204632.017500', '204632.477500', '204632.937500', '204633.397500', '204633.857500', '204634.317500', '204634.777500', '204635.237500', '204635.697500', '204636.157500', '204636.617500', '204637.077500', '204637.537500', '204637.997500', '204638.457500', '204638.917500', '204639.377500', '204639.837500', '204640.297500', '204640.757500', '204641.217500', '204641.677500', '204642.137500', '204642.597500', '204643.057500', '204643.517500', '204643.977500', '204644.437500', '204644.897500', '204645.357500', '204645.817500', '204646.277500', '204646.737500', '204647.197500', '204647.657500', '204648.117500', '204648.577500', '204649.037500', '204649.497500', '204649.957500', '204650.417500', '204650.877500', '204651.337500', '204651.797500', '204652.257500', '204652.717500', '204653.177500', '204653.637500', '204654.097500', '204654.557500', '204655.017500', '204655.477500', '204655.937500', '204656.397500', '204656.857500', '204657.317500', '204657.777500', '204658.237500', '204658.697500', '204659.157500', '204659.617500', '204700.077500', '204700.537500', '204700.997500', '204701.457500', '204701.917500', '204702.377500', '204702.837500', '204703.297500', '204703.757500', '204704.217500', '204704.677500', '204705.137500', '204705.597500', '204706.057500', '204706.517500', '204706.977500', '204707.437500', '204707.897500', '204708.357500', '204708.817500', '204709.277500', '204709.737500', '204710.197500', '204710.657500', '204711.117500', '204711.577500', '204712.037500', '204712.497500', '204712.957500'], 'ContentTime': ['204054.705000', '204054.713000', '204054.715000', '204054.718000', '204054.720000', '204054.723000', '204054.725000', '204054.728000', '204054.731000', '204054.733000', '204054.736000', '204054.738000', '204054.741000', '204054.744000', '204054.746000', '204054.749000', '204054.751000', '204054.754000', '204054.756000', '204054.759000', '204054.761000', '204054.764000', '204054.766000', '204054.769000', '204054.772000', '204054.774000', '204054.787000', '204054.790000', '204054.793000', '204054.795000', '204054.798000', '204054.800000', '204054.803000', '204054.805000', '204054.808000', '204054.810000', '204054.813000', '204054.815000', '204054.818000', '204054.820000', '204054.823000', '204054.825000', '204054.828000', '204054.831000', '204054.833000', '204054.836000', '204114.674000', '204114.677000', '204114.680000', '204114.682000', '204114.685000', '204114.687000', '204114.690000', '204114.692000', '204114.695000', '204114.697000', '204114.700000', '204114.702000', '204114.705000', '204114.707000', '204114.710000', '204114.712000', '204114.715000', '204114.718000', '204114.720000', '204114.723000', '204114.725000', '204114.728000', '204114.730000', '204114.733000', '204114.735000', '204114.738000', '204114.740000', '204114.743000', '204114.745000', '204114.748000', '204114.750000', '204114.753000', '204114.756000', '204114.758000', '204114.761000', '204114.763000', '204114.766000', '204114.768000', '204114.771000', '204114.773000', '204114.776000', '204114.778000', '204114.781000', '204134.674000', '204134.693000', '204134.695000', '204134.698000', '204134.700000', '204134.703000', '204134.705000', '204134.708000', '204134.710000', '204134.713000', '204134.716000', '204134.718000', '204134.721000', '204134.723000', '204134.726000', '204134.728000', '204134.731000', '204134.733000', '204134.736000', '204134.738000', '204134.741000', '204134.743000', '204134.746000', '204134.748000', '204134.751000', '204134.754000', '204134.756000', '204134.759000', '204134.761000', '204134.764000', '204134.767000', '204134.769000', '204134.772000', '204134.774000', '204134.777000', '204134.787000', '204134.790000', '204134.792000', '204134.795000', '204134.797000', '204134.800000', '204134.803000', '204134.805000', '204154.673000', '204154.676000', '204154.679000', '204154.681000', '204154.684000', '204154.686000', '204154.689000', '204154.691000', '204154.694000', '204154.697000', '204154.699000', '204154.702000', '204154.704000', '204154.707000', '204154.710000', '204154.712000', '204154.715000', '204154.717000', '204154.720000', '204154.722000', '204154.725000', '204154.728000', '204154.730000', '204154.733000', '204154.741000', '204154.743000', '204154.746000', '204154.749000', '204154.751000', '204154.754000', '204154.756000', '204154.759000', '204154.761000', '204154.764000', '204154.766000', '204154.769000', '204154.771000', '204154.783000', '204154.786000', '204154.789000', '204154.791000', '204154.794000', '204154.796000', '204154.799000', '204214.673000', '204214.676000', '204214.679000', '204214.681000', '204214.684000', '204214.686000', '204214.689000', '204214.692000', '204214.694000', '204214.697000', '204214.700000', '204214.702000', '204214.705000', '204214.707000', '204214.710000', '204214.712000', '204214.715000', '204214.717000', '204214.720000', '204214.722000', '204214.725000', '204214.729000', '204214.732000', '204214.734000', '204214.737000', '204214.739000', '204214.742000', '204214.744000', '204214.747000', '204214.750000', '204214.752000', '204214.758000', '204214.761000', '204214.763000', '204214.766000', '204214.768000', '204214.771000', '204214.773000', '204214.776000', '204214.779000', '204214.781000', '204214.784000', '204214.786000', '204234.673000', '204234.676000', '204234.679000', '204234.681000', '204234.684000', '204234.687000', '204234.689000', '204234.692000', '204234.694000', '204234.697000', '204234.699000', '204234.702000', '204234.705000', '204234.707000', '204234.710000', '204234.712000', '204234.715000', '204234.717000', '204234.720000', '204234.722000', '204234.725000', '204234.728000', '204234.730000', '204234.733000', '204234.735000', '204234.738000', '204234.740000', '204234.743000', '204234.745000', '204234.748000', '204234.751000', '204234.753000', '204234.756000', '204234.758000', '204234.761000', '204234.763000', '204234.766000', '204234.768000', '204234.771000', '204234.774000', '204234.776000', '204234.779000', '204234.781000', '204234.784000', '204254.674000', '204254.676000', '204254.679000', '204254.681000', '204254.684000', '204254.687000', '204254.689000', '204254.692000', '204254.694000', '204254.697000', '204254.699000', '204254.702000', '204254.704000', '204254.707000', '204254.710000', '204254.712000', '204254.715000', '204254.717000', '204254.720000', '204254.722000', '204254.725000', '204254.727000', '204254.730000', '204254.733000', '204254.735000', '204254.738000', '204254.741000', '204254.743000', '204254.746000', '204254.749000', '204254.751000', '204254.754000', '204254.756000', '204254.759000', '204254.761000', '204254.764000', '204254.766000', '204254.769000', '204254.771000', '204254.774000', '204254.776000', '204254.779000', '204254.782000', '204314.674000', '204314.677000', '204314.680000', '204314.682000', '204314.685000', '204314.687000', '204314.690000', '204314.693000', '204314.695000', '204314.698000', '204314.700000', '204314.703000', '204314.705000', '204314.708000', '204314.710000', '204314.713000', '204314.715000', '204314.718000', '204314.729000', '204314.732000', '204314.735000', '204314.737000', '204314.740000', '204314.742000', '204314.745000', '204314.747000', '204314.750000', '204314.752000', '204314.755000', '204314.757000', '204314.760000', '204314.763000', '204314.765000', '204314.768000', '204314.770000', '204314.773000', '204314.776000', '204314.778000', '204314.781000', '204314.783000', '204314.786000', '204314.788000', '204314.791000', '204314.793000', '204334.674000', '204334.677000', '204334.680000', '204334.682000', '204334.685000', '204334.687000', '204334.690000', '204334.693000', '204334.695000', '204334.698000', '204334.700000', '204334.703000', '204334.706000', '204334.708000', '204334.711000', '204334.713000', '204334.716000', '204334.718000', '204334.730000', '204334.733000', '204334.736000', '204334.738000', '204334.741000', '204334.743000', '204334.746000', '204334.748000', '204334.751000', '204334.753000', '204334.756000', '204334.759000', '204334.762000', '204334.765000', '204334.767000', '204334.770000', '204334.773000', '204334.775000', '204334.778000', '204334.780000', '204334.783000', '204334.785000', '204334.788000', '204334.790000', '204334.793000', '204354.674000', '204354.677000', '204354.680000', '204354.683000', '204354.685000', '204354.688000', '204354.690000', '204354.693000', '204354.696000', '204354.698000', '204354.701000', '204354.703000', '204354.706000', '204354.708000', '204354.711000', '204354.714000', '204354.716000', '204354.719000', '204354.722000', '204354.724000', '204354.727000', '204354.730000', '204354.732000', '204354.735000', '204354.737000', '204354.740000', '204354.742000', '204354.745000', '204354.748000', '204354.750000', '204354.753000', '204354.756000', '204354.758000', '204354.761000', '204354.763000', '204354.766000', '204354.769000', '204354.771000', '204354.774000', '204354.776000', '204354.779000', '204354.782000', '204354.784000', '204354.787000', '204414.673000', '204414.676000', '204414.679000', '204414.681000', '204414.684000', '204414.686000', '204414.689000', '204414.691000', '204414.694000', '204414.697000', '204414.699000', '204414.702000', '204414.704000', '204414.707000', '204414.709000', '204414.712000', '204414.715000', '204414.717000', '204414.720000', '204414.722000', '204414.725000', '204414.727000', '204414.730000', '204414.732000', '204414.735000', '204414.738000', '204414.740000', '204414.743000', '204414.745000', '204414.748000', '204414.750000', '204414.753000', '204414.756000', '204414.765000', '204414.768000', '204414.771000', '204414.773000', '204414.776000', '204414.778000', '204414.781000', '204414.783000', '204414.786000', '204414.789000', '204434.673000', '204434.676000', '204434.679000', '204434.681000', '204434.684000', '204434.686000', '204434.689000', '204434.691000', '204434.694000', '204434.705000', '204434.707000', '204434.710000', '204434.712000', '204434.715000', '204434.718000', '204434.720000', '204434.723000', '204434.726000', '204434.728000', '204434.731000', '204434.733000', '204434.736000', '204434.739000', '204434.741000', '204434.744000', '204434.746000', '204434.749000', '204434.752000', '204434.754000', '204434.757000', '204434.759000', '204434.762000', '204434.765000', '204434.767000', '204434.770000', '204434.772000', '204434.775000', '204434.777000', '204434.780000', '204434.782000', '204434.785000', '204434.788000', '204434.790000', '204434.793000', '204454.674000', '204454.676000', '204454.679000', '204454.682000', '204454.684000', '204454.687000', '204454.689000', '204454.692000', '204454.694000', '204454.697000', '204454.700000', '204454.702000', '204454.705000', '204454.707000', '204454.710000', '204454.712000', '204454.715000', '204454.718000', '204454.720000', '204454.723000', '204454.725000', '204454.728000', '204454.731000', '204454.733000', '204454.736000', '204454.738000', '204454.741000', '204454.744000', '204454.747000', '204454.749000', '204454.752000', '204454.754000', '204454.757000', '204454.759000', '204454.762000', '204454.765000', '204454.767000', '204454.770000', '204454.772000', '204454.775000', '204454.777000', '204454.780000', '204454.782000', '204514.673000', '204514.676000', '204514.679000', '204514.681000', '204514.684000', '204514.687000', '204514.689000', '204514.692000', '204514.694000', '204514.697000', '204514.699000', '204514.702000', '204514.704000', '204514.707000', '204514.725000', '204514.728000', '204514.731000', '204514.733000', '204514.736000', '204514.738000', '204514.741000', '204514.744000', '204514.746000', '204514.749000', '204514.751000', '204514.754000', '204514.757000', '204514.759000', '204514.762000', '204514.764000', '204514.775000', '204514.777000', '204514.780000', '204514.783000', '204514.785000', '204514.788000', '204514.790000', '204514.793000', '204514.795000', '204514.798000', '204514.893000', '204514.896000', '204514.899000', '204514.901000', '204534.674000', '204534.677000', '204534.680000', '204534.682000', '204534.685000', '204534.688000', '204534.690000', '204534.693000', '204534.695000', '204534.698000', '204534.700000', '204534.703000', '204534.706000', '204534.708000', '204534.711000', '204534.713000', '204534.716000', '204534.719000', '204534.721000', '204534.724000', '204534.726000', '204534.729000', '204534.731000', '204534.734000', '204534.736000', '204534.739000', '204534.741000', '204534.744000', '204534.747000', '204534.749000', '204534.752000', '204534.754000', '204534.757000', '204534.760000', '204534.762000', '204534.765000', '204534.767000', '204534.770000', '204534.773000', '204534.775000', '204534.778000', '204534.780000', '204534.783000', '204554.674000', '204554.677000', '204554.680000', '204554.682000', '204554.685000', '204554.688000', '204554.690000', '204554.693000', '204554.695000', '204554.698000', '204554.700000', '204554.703000', '204554.706000', '204554.708000', '204554.711000', '204554.713000', '204554.716000', '204554.719000', '204554.721000', '204554.724000', '204554.727000', '204554.729000', '204554.732000', '204554.734000', '204554.737000', '204554.740000', '204554.742000', '204554.745000', '204554.747000', '204554.750000', '204554.753000', '204554.755000', '204554.758000', '204554.760000', '204554.763000', '204554.766000', '204554.768000', '204554.771000', '204554.773000', '204554.776000', '204554.778000', '204554.781000', '204554.784000', '204554.786000', '204614.674000', '204614.683000', '204614.686000', '204614.688000', '204614.691000', '204614.693000', '204614.696000', '204614.698000', '204614.701000', '204614.703000', '204614.706000', '204614.709000', '204614.711000', '204614.714000', '204614.716000', '204614.719000', '204614.722000', '204614.724000', '204614.727000', '204614.729000', '204614.732000', '204614.734000', '204614.737000', '204614.739000', '204614.742000', '204614.745000', '204614.747000', '204614.750000', '204614.752000', '204614.755000', '204614.758000', '204614.760000', '204614.763000', '204614.765000', '204614.768000', '204614.770000', '204614.773000', '204614.776000', '204614.778000', '204614.781000', '204614.783000', '204614.786000', '204614.789000', '204634.673000', '204634.676000', '204634.679000', '204634.681000', '204634.684000', '204634.687000', '204634.689000', '204634.692000', '204634.694000', '204634.697000', '204634.699000', '204634.702000', '204634.705000', '204634.707000', '204634.710000', '204634.712000', '204634.715000', '204634.717000', '204634.720000', '204634.722000', '204634.725000', '204634.728000', '204634.730000', '204634.734000', '204634.737000', '204634.748000', '204634.750000', '204634.753000', '204634.755000', '204634.758000', '204634.761000', '204634.763000', '204634.766000', '204634.768000', '204634.771000', '204634.774000', '204634.776000', '204634.779000', '204634.782000', '204634.784000', '204634.787000', '204634.789000', '204634.792000', '204634.794000', '204654.674000', '204654.677000', '204654.679000', '204654.682000', '204654.684000', '204654.687000', '204654.689000', '204654.692000', '204654.695000', '204654.697000', '204654.700000', '204654.702000', '204654.705000', '204654.707000', '204654.710000', '204654.713000', '204654.715000', '204654.718000', '204654.720000', '204654.723000', '204654.726000', '204654.728000', '204654.731000', '204654.733000', '204654.736000', '204654.738000', '204654.741000', '204654.744000', '204654.746000', '204654.749000', '204654.751000', '204654.754000', '204654.756000', '204654.759000', '204654.761000', '204654.764000', '204654.767000', '204654.769000', '204654.772000', '204654.774000', '204654.777000', '204654.780000', '204654.783000', '204714.589000', '204714.592000', '204714.595000', '204714.598000', '204714.600000', '204714.603000', '204714.606000', '204714.608000', '204714.611000', '204714.614000', '204714.617000', '204714.619000', '204714.622000', '204714.625000', '204714.628000', '204714.630000', '204714.641000', '204714.643000', '204714.646000', '204714.649000', '204714.651000', '204714.654000', '204714.657000', '204714.659000', '204714.662000', '204714.665000', '204714.668000', '204714.670000', '204714.673000', '204714.676000', '204714.679000', '204714.682000', '204714.685000', '204714.688000', '204714.690000', '204714.693000', '204714.696000', '204714.699000', '204714.701000', '204714.704000', '204714.707000', '204714.710000', '204714.713000', '204714.715000'], 'InstanceCreationTime': ['204054.705000', '204054.713000', '204054.715000', '204054.718000', '204054.720000', '204054.723000', '204054.725000', '204054.728000', '204054.731000', '204054.733000', '204054.736000', '204054.738000', '204054.741000', '204054.744000', '204054.746000', '204054.749000', '204054.751000', '204054.754000', '204054.756000', '204054.759000', '204054.761000', '204054.764000', '204054.766000', '204054.769000', '204054.772000', '204054.774000', '204054.787000', '204054.790000', '204054.793000', '204054.795000', '204054.798000', '204054.800000', '204054.803000', '204054.805000', '204054.808000', '204054.810000', '204054.813000', '204054.815000', '204054.818000', '204054.820000', '204054.823000', '204054.825000', '204054.828000', '204054.831000', '204054.833000', '204054.836000', '204114.674000', '204114.677000', '204114.680000', '204114.682000', '204114.685000', '204114.687000', '204114.690000', '204114.692000', '204114.695000', '204114.697000', '204114.700000', '204114.702000', '204114.705000', '204114.707000', '204114.710000', '204114.712000', '204114.715000', '204114.718000', '204114.720000', '204114.723000', '204114.725000', '204114.728000', '204114.730000', '204114.733000', '204114.735000', '204114.738000', '204114.740000', '204114.743000', '204114.745000', '204114.748000', '204114.750000', '204114.753000', '204114.756000', '204114.758000', '204114.761000', '204114.763000', '204114.766000', '204114.768000', '204114.771000', '204114.773000', '204114.776000', '204114.778000', '204114.781000', '204134.674000', '204134.693000', '204134.695000', '204134.698000', '204134.700000', '204134.703000', '204134.705000', '204134.708000', '204134.710000', '204134.713000', '204134.716000', '204134.718000', '204134.721000', '204134.723000', '204134.726000', '204134.728000', '204134.731000', '204134.733000', '204134.736000', '204134.738000', '204134.741000', '204134.743000', '204134.746000', '204134.748000', '204134.751000', '204134.754000', '204134.756000', '204134.759000', '204134.761000', '204134.764000', '204134.767000', '204134.769000', '204134.772000', '204134.774000', '204134.777000', '204134.787000', '204134.790000', '204134.792000', '204134.795000', '204134.797000', '204134.800000', '204134.803000', '204134.805000', '204154.673000', '204154.676000', '204154.679000', '204154.681000', '204154.684000', '204154.686000', '204154.689000', '204154.691000', '204154.694000', '204154.697000', '204154.699000', '204154.702000', '204154.704000', '204154.707000', '204154.710000', '204154.712000', '204154.715000', '204154.717000', '204154.720000', '204154.722000', '204154.725000', '204154.728000', '204154.730000', '204154.733000', '204154.741000', '204154.743000', '204154.746000', '204154.749000', '204154.751000', '204154.754000', '204154.756000', '204154.759000', '204154.761000', '204154.764000', '204154.766000', '204154.769000', '204154.771000', '204154.783000', '204154.786000', '204154.789000', '204154.791000', '204154.794000', '204154.796000', '204154.799000', '204214.673000', '204214.676000', '204214.679000', '204214.681000', '204214.684000', '204214.686000', '204214.689000', '204214.692000', '204214.694000', '204214.697000', '204214.700000', '204214.702000', '204214.705000', '204214.707000', '204214.710000', '204214.712000', '204214.715000', '204214.717000', '204214.720000', '204214.722000', '204214.725000', '204214.729000', '204214.732000', '204214.734000', '204214.737000', '204214.739000', '204214.742000', '204214.744000', '204214.747000', '204214.750000', '204214.752000', '204214.758000', '204214.761000', '204214.763000', '204214.766000', '204214.768000', '204214.771000', '204214.773000', '204214.776000', '204214.779000', '204214.781000', '204214.784000', '204214.786000', '204234.673000', '204234.676000', '204234.679000', '204234.681000', '204234.684000', '204234.687000', '204234.689000', '204234.692000', '204234.694000', '204234.697000', '204234.699000', '204234.702000', '204234.705000', '204234.707000', '204234.710000', '204234.712000', '204234.715000', '204234.717000', '204234.720000', '204234.722000', '204234.725000', '204234.728000', '204234.730000', '204234.733000', '204234.735000', '204234.738000', '204234.740000', '204234.743000', '204234.745000', '204234.748000', '204234.751000', '204234.753000', '204234.756000', '204234.758000', '204234.761000', '204234.763000', '204234.766000', '204234.768000', '204234.771000', '204234.774000', '204234.776000', '204234.779000', '204234.781000', '204234.784000', '204254.674000', '204254.676000', '204254.679000', '204254.681000', '204254.684000', '204254.687000', '204254.689000', '204254.692000', '204254.694000', '204254.697000', '204254.699000', '204254.702000', '204254.704000', '204254.707000', '204254.710000', '204254.712000', '204254.715000', '204254.717000', '204254.720000', '204254.722000', '204254.725000', '204254.727000', '204254.730000', '204254.733000', '204254.735000', '204254.738000', '204254.741000', '204254.743000', '204254.746000', '204254.749000', '204254.751000', '204254.754000', '204254.756000', '204254.759000', '204254.761000', '204254.764000', '204254.766000', '204254.769000', '204254.771000', '204254.774000', '204254.776000', '204254.779000', '204254.782000', '204314.674000', '204314.677000', '204314.680000', '204314.682000', '204314.685000', '204314.687000', '204314.690000', '204314.693000', '204314.695000', '204314.698000', '204314.700000', '204314.703000', '204314.705000', '204314.708000', '204314.710000', '204314.713000', '204314.715000', '204314.718000', '204314.729000', '204314.732000', '204314.735000', '204314.737000', '204314.740000', '204314.742000', '204314.745000', '204314.747000', '204314.750000', '204314.752000', '204314.755000', '204314.757000', '204314.760000', '204314.763000', '204314.765000', '204314.768000', '204314.770000', '204314.773000', '204314.776000', '204314.778000', '204314.781000', '204314.783000', '204314.786000', '204314.788000', '204314.791000', '204314.793000', '204334.674000', '204334.677000', '204334.680000', '204334.682000', '204334.685000', '204334.687000', '204334.690000', '204334.693000', '204334.695000', '204334.698000', '204334.700000', '204334.703000', '204334.706000', '204334.708000', '204334.711000', '204334.713000', '204334.716000', '204334.718000', '204334.730000', '204334.733000', '204334.736000', '204334.738000', '204334.741000', '204334.743000', '204334.746000', '204334.748000', '204334.751000', '204334.753000', '204334.756000', '204334.759000', '204334.762000', '204334.765000', '204334.767000', '204334.770000', '204334.773000', '204334.775000', '204334.778000', '204334.780000', '204334.783000', '204334.785000', '204334.788000', '204334.790000', '204334.793000', '204354.674000', '204354.677000', '204354.680000', '204354.683000', '204354.685000', '204354.688000', '204354.690000', '204354.693000', '204354.696000', '204354.698000', '204354.701000', '204354.703000', '204354.706000', '204354.708000', '204354.711000', '204354.714000', '204354.716000', '204354.719000', '204354.722000', '204354.724000', '204354.727000', '204354.730000', '204354.732000', '204354.735000', '204354.737000', '204354.740000', '204354.742000', '204354.745000', '204354.748000', '204354.750000', '204354.753000', '204354.756000', '204354.758000', '204354.761000', '204354.763000', '204354.766000', '204354.769000', '204354.771000', '204354.774000', '204354.776000', '204354.779000', '204354.782000', '204354.784000', '204354.787000', '204414.673000', '204414.676000', '204414.679000', '204414.681000', '204414.684000', '204414.686000', '204414.689000', '204414.691000', '204414.694000', '204414.697000', '204414.699000', '204414.702000', '204414.704000', '204414.707000', '204414.709000', '204414.712000', '204414.715000', '204414.717000', '204414.720000', '204414.722000', '204414.725000', '204414.727000', '204414.730000', '204414.732000', '204414.735000', '204414.738000', '204414.740000', '204414.743000', '204414.745000', '204414.748000', '204414.750000', '204414.753000', '204414.756000', '204414.765000', '204414.768000', '204414.771000', '204414.773000', '204414.776000', '204414.778000', '204414.781000', '204414.783000', '204414.786000', '204414.789000', '204434.673000', '204434.676000', '204434.679000', '204434.681000', '204434.684000', '204434.686000', '204434.689000', '204434.691000', '204434.694000', '204434.705000', '204434.707000', '204434.710000', '204434.712000', '204434.715000', '204434.718000', '204434.720000', '204434.723000', '204434.726000', '204434.728000', '204434.731000', '204434.733000', '204434.736000', '204434.739000', '204434.741000', '204434.744000', '204434.746000', '204434.749000', '204434.752000', '204434.754000', '204434.757000', '204434.759000', '204434.762000', '204434.765000', '204434.767000', '204434.770000', '204434.772000', '204434.775000', '204434.777000', '204434.780000', '204434.782000', '204434.785000', '204434.788000', '204434.790000', '204434.793000', '204454.674000', '204454.676000', '204454.679000', '204454.682000', '204454.684000', '204454.687000', '204454.689000', '204454.692000', '204454.694000', '204454.697000', '204454.700000', '204454.702000', '204454.705000', '204454.707000', '204454.710000', '204454.712000', '204454.715000', '204454.718000', '204454.720000', '204454.723000', '204454.725000', '204454.728000', '204454.731000', '204454.733000', '204454.736000', '204454.738000', '204454.741000', '204454.744000', '204454.747000', '204454.749000', '204454.752000', '204454.754000', '204454.757000', '204454.759000', '204454.762000', '204454.765000', '204454.767000', '204454.770000', '204454.772000', '204454.775000', '204454.777000', '204454.780000', '204454.782000', '204514.673000', '204514.676000', '204514.679000', '204514.681000', '204514.684000', '204514.687000', '204514.689000', '204514.692000', '204514.694000', '204514.697000', '204514.699000', '204514.702000', '204514.704000', '204514.707000', '204514.725000', '204514.728000', '204514.731000', '204514.733000', '204514.736000', '204514.738000', '204514.741000', '204514.744000', '204514.746000', '204514.749000', '204514.751000', '204514.754000', '204514.757000', '204514.759000', '204514.762000', '204514.764000', '204514.775000', '204514.777000', '204514.780000', '204514.783000', '204514.785000', '204514.788000', '204514.790000', '204514.793000', '204514.795000', '204514.798000', '204514.893000', '204514.896000', '204514.899000', '204514.901000', '204534.674000', '204534.677000', '204534.680000', '204534.682000', '204534.685000', '204534.688000', '204534.690000', '204534.693000', '204534.695000', '204534.698000', '204534.700000', '204534.703000', '204534.706000', '204534.708000', '204534.711000', '204534.713000', '204534.716000', '204534.719000', '204534.721000', '204534.724000', '204534.726000', '204534.729000', '204534.731000', '204534.734000', '204534.736000', '204534.739000', '204534.741000', '204534.744000', '204534.747000', '204534.749000', '204534.752000', '204534.754000', '204534.757000', '204534.760000', '204534.762000', '204534.765000', '204534.767000', '204534.770000', '204534.773000', '204534.775000', '204534.778000', '204534.780000', '204534.783000', '204554.674000', '204554.677000', '204554.680000', '204554.682000', '204554.685000', '204554.688000', '204554.690000', '204554.693000', '204554.695000', '204554.698000', '204554.700000', '204554.703000', '204554.706000', '204554.708000', '204554.711000', '204554.713000', '204554.716000', '204554.719000', '204554.721000', '204554.724000', '204554.727000', '204554.729000', '204554.732000', '204554.734000', '204554.737000', '204554.740000', '204554.742000', '204554.745000', '204554.747000', '204554.750000', '204554.753000', '204554.755000', '204554.758000', '204554.760000', '204554.763000', '204554.766000', '204554.768000', '204554.771000', '204554.773000', '204554.776000', '204554.778000', '204554.781000', '204554.784000', '204554.786000', '204614.674000', '204614.683000', '204614.686000', '204614.688000', '204614.691000', '204614.693000', '204614.696000', '204614.698000', '204614.701000', '204614.703000', '204614.706000', '204614.709000', '204614.711000', '204614.714000', '204614.716000', '204614.719000', '204614.722000', '204614.724000', '204614.727000', '204614.729000', '204614.732000', '204614.734000', '204614.737000', '204614.739000', '204614.742000', '204614.745000', '204614.747000', '204614.750000', '204614.752000', '204614.755000', '204614.758000', '204614.760000', '204614.763000', '204614.765000', '204614.768000', '204614.770000', '204614.773000', '204614.776000', '204614.778000', '204614.781000', '204614.783000', '204614.786000', '204614.789000', '204634.673000', '204634.676000', '204634.679000', '204634.681000', '204634.684000', '204634.687000', '204634.689000', '204634.692000', '204634.694000', '204634.697000', '204634.699000', '204634.702000', '204634.705000', '204634.707000', '204634.710000', '204634.712000', '204634.715000', '204634.717000', '204634.720000', '204634.722000', '204634.725000', '204634.728000', '204634.730000', '204634.734000', '204634.737000', '204634.748000', '204634.750000', '204634.753000', '204634.755000', '204634.758000', '204634.761000', '204634.763000', '204634.766000', '204634.768000', '204634.771000', '204634.774000', '204634.776000', '204634.779000', '204634.782000', '204634.784000', '204634.787000', '204634.789000', '204634.792000', '204634.794000', '204654.674000', '204654.677000', '204654.679000', '204654.682000', '204654.684000', '204654.687000', '204654.689000', '204654.692000', '204654.695000', '204654.697000', '204654.700000', '204654.702000', '204654.705000', '204654.707000', '204654.710000', '204654.713000', '204654.715000', '204654.718000', '204654.720000', '204654.723000', '204654.726000', '204654.728000', '204654.731000', '204654.733000', '204654.736000', '204654.738000', '204654.741000', '204654.744000', '204654.746000', '204654.749000', '204654.751000', '204654.754000', '204654.756000', '204654.759000', '204654.761000', '204654.764000', '204654.767000', '204654.769000', '204654.772000', '204654.774000', '204654.777000', '204654.780000', '204654.783000', '204714.589000', '204714.592000', '204714.595000', '204714.598000', '204714.600000', '204714.603000', '204714.606000', '204714.608000', '204714.611000', '204714.614000', '204714.617000', '204714.619000', '204714.622000', '204714.625000', '204714.628000', '204714.630000', '204714.641000', '204714.643000', '204714.646000', '204714.649000', '204714.651000', '204714.654000', '204714.657000', '204714.659000', '204714.662000', '204714.665000', '204714.668000', '204714.670000', '204714.673000', '204714.676000', '204714.679000', '204714.682000', '204714.685000', '204714.688000', '204714.690000', '204714.693000', '204714.696000', '204714.699000', '204714.701000', '204714.704000', '204714.707000', '204714.710000', '204714.713000', '204714.715000'], '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': [9855, 13135, 9548, 12828, 10028, 12016, 10209, 12930, 10221, 8999, 11458, 10486, 9417, 11601, 10227, 12368, 11379, 13193, 11037, 8669, 12003, 10830, 13310, 10844, 8127, 11752, 11197, 14142, 11290, 8885, 11778, 10742, 13816, 10241, 11881, 10438, 14144, 10959, 9498, 11280, 10390, 13207, 11128, 9745, 11620, 9828, 11957, 10749, 10625, 9641, 8892, 11246, 10239, 11327, 9390, 9250, 12632, 10819, 11846, 10203, 11303, 12393, 9500, 11743, 9842, 12835, 11993, 10506, 10116, 9960, 12816, 9342, 11824, 10193, 13295, 11302, 9355, 11389, 9828, 13007, 10067, 10843, 9950, 12880, 10386, 8541, 10216, 9508, 12054, 10176, 8564, 10376, 12975, 11652, 8577, 10868, 9005, 12195, 10541, 12474, 9620, 10657, 10408, 12262, 9539, 10970, 9860, 10826, 10027, 10219, 8855, 8015, 10065, 10444, 15027, 13224, 9344, 9979, 9100, 10651, 10213, 12014, 8853, 10910, 9677, 12631, 11219, 12355, 11156, 13976, 12345, 13004, 10243, 13280, 9211, 10549, 9630, 11789, 10240, 9575, 10739, 8535, 11492, 10476, 9803, 8837, 9710, 10806, 8663, 10846, 9156, 9882, 11345, 9914, 11481, 9675, 11980, 10439, 11763, 9760, 11320, 9922, 11714, 10913, 10932, 9856, 11064, 10388, 11579, 9804, 9352, 11093, 10220, 12287, 10649, 9827, 11181, 10280, 12436, 9595, 11288, 10483, 11764, 9466, 11464, 9379, 10959, 10029, 12002, 9759, 11483, 9784, 11905, 10766, 9565, 11120, 10015, 11998, 9976, 11510, 9745, 10769, 10201, 11573, 10719, 8716, 10832, 10124, 12398, 10645, 9208, 11558, 10007, 12492, 11856, 13516, 8988, 11722, 9297, 13099, 9501, 12213, 10147, 11635, 10378, 12335, 10114, 10304, 9288, 10007, 10430, 8815, 10882, 8541, 12033, 10162, 11309, 9851, 11036, 10234, 12994, 11689, 10294, 9422, 8487, 9198, 9365, 12174, 10500, 9173, 11225, 10146, 12316, 10172, 12234, 10022, 11673, 10191, 12792, 9640, 11340, 9735, 12289, 10673, 8963, 11072, 9653, 11929, 9986, 8365, 11198, 10199, 12945, 10084, 11588, 9945, 12945, 11139, 8536, 10809, 9407, 13228, 9321, 10878, 9657, 10953, 10472, 9671, 10990, 10069, 11926, 10971, 13137, 9852, 11198, 10676, 12827, 9830, 11318, 9512, 10667, 10121, 9027, 9696, 9992, 11211, 9504, 9847, 12951, 10339, 7806, 10134, 8922, 11601, 13594, 11577, 10756, 10460, 9930, 11245, 10052, 11261, 10111, 13181, 10810, 12206, 10638, 12752, 10640, 8685, 9710, 8099, 10116, 8978, 10827, 9548, 10701, 10151, 11459, 9847, 9686, 9507, 9079, 9309, 11382, 11899, 11759, 9919, 9634, 10933, 10420, 11712, 9323, 12143, 10889, 10325, 9359, 8245, 10085, 9326, 12402, 9694, 11707, 9874, 12773, 11083, 11202, 10062, 7995, 10891, 9230, 10796, 9267, 8479, 10689, 10179, 11712, 10314, 8265, 10957, 10728, 13312, 10836, 11998, 10094, 13880, 11522, 9077, 11333, 9383, 12919, 10977, 12685, 10334, 12260, 10207, 13745, 11132, 8184, 10184, 9865, 11610, 10281, 12873, 9634, 11054, 10117, 12261, 10195, 12646, 9224, 10907, 9881, 11456, 10544, 11953, 9341, 10406, 9227, 11372, 10550, 8335, 9501, 8718, 10916, 9937, 13674, 9496, 10683, 9063, 11827, 11867, 9028, 11102, 9851, 12578, 11339, 13719, 9927, 8211, 10215, 10079, 13307, 9596, 10000, 9995, 11799, 13051, 9518, 12090, 10156, 13634, 12138, 9442, 10476, 10698, 12951, 11669, 11870, 9924, 8922, 12008, 10641, 12536, 9203, 10814, 9281, 10704, 12534, 9012, 10673, 8697, 9846, 12491, 9670, 8360, 10161, 9926, 13890, 10375, 11188, 9635, 12079, 11192, 10204, 8883, 11934, 10946, 9088, 9809, 9726, 9634, 11391, 9116, 10984, 10051, 13171, 10721, 12947, 9684, 10766, 10207, 12748, 10006, 12567, 9676, 9945, 8749, 11850, 10450, 8974, 9636, 8292, 8803, 9759, 9998, 11135, 11635, 9865, 10962, 10492, 13646, 9456, 10758, 8180, 11236, 10724, 12952, 8946, 10162, 8907, 9065, 13512, 9438, 11130, 9291, 12800, 12252, 9456, 11714, 10029, 12678, 11791, 12945, 9517, 11329, 9491, 11931, 11885, 9328, 10810, 9983, 11814, 11296, 9118, 10343, 9444, 11301, 9748, 13161, 9757, 9818, 9146, 9786, 10934, 9355, 10641, 9834, 11775, 10332, 11558, 9139, 10313, 8984, 13045, 9999, 8214, 10239, 10152, 11724, 10293, 11532, 8929, 11527, 9636, 13034, 11822, 12336, 9055, 7905, 9837, 9953, 13418, 10233, 8424, 9286, 9549, 14530, 11159, 8649, 9931, 9989, 13262, 11509, 13612, 10080, 8275, 10949, 10433, 13936, 10293, 12318, 10186, 14210, 11946, 10858, 9591, 8228, 10287, 9509, 13255, 8844, 10305, 9515, 11304, 9877, 7890, 9152, 8518, 10616, 9710, 12437, 8681, 9360, 9266, 13506, 11972, 9875, 10374, 8351, 11880, 10710, 12454, 10134, 10897, 9736, 12847, 11577, 9498, 9664, 9873, 11873, 10328, 12686, 9663, 11610, 9595, 13487, 11116, 8275, 9974, 9695, 11232, 9957, 13281, 9502, 10298, 9184, 10549, 9839, 9235, 10332, 9677, 11885, 10075, 13369, 9563, 10034, 9364, 10862, 9769, 11558, 9313, 9150, 8799, 9003, 9550, 9048, 7737, 8147, 11367, 10150, 12539, 8713, 10350, 9627, 12523, 10820, 11029, 9096, 10313, 10863, 12050, 9705, 10884, 9433, 10686, 12559, 9471, 11307, 9412, 13554, 11186, 12527, 9932, 10930, 9890, 9631, 8728, 10047, 9202, 11709, 10350, 10214, 9256, 8991, 8814, 8377, 10345, 9564, 10406, 9079, 12956, 11617, 9659, 9187, 8811, 12404, 9650, 11351, 9317, 11311, 10769, 9548, 10789, 9589, 13225, 11119, 8961, 10796, 8277, 12229, 11487, 12177, 8854, 10808, 10192, 12867, 10688, 8698, 10493, 9699, 10319, 10041, 8896, 12400, 11088, 9436, 11739, 9498, 11617, 10856, 14198, 9626, 11057, 10075, 10830, 10187, 12605, 8928, 9616, 8572, 11051, 9686, 9364, 9688, 9670, 10229, 9516, 8768, 11045, 10100, 12019, 9966, 13400, 10737, 12701, 10123, 13142, 11573, 8983, 10238, 10173, 12352, 11343, 12856, 9815, 8741, 11199, 14309, 12213, 8919, 10336, 9202, 12155, 9124, 10509, 10050, 10617, 10067, 12620, 9272, 9466, 8784, 11079, 10378, 9740, 9221, 10992, 9327, 12408, 10602, 9227, 8353, 9033, 9304, 8769, 9829, 10155, 10695, 10078, 13493, 9694, 10777, 10070, 12072, 10603, 11969, 9479, 10829, 8970, 9114, 12739, 9428, 9551, 9046, 9878, 14063, 9754, 11126, 10320, 12856, 10930, 11954, 9185, 10079, 9304, 11613, 8976, 8666, 9940, 9776], 'WindowCenter': [4063.0, 4072.0, 4023.0, 4040.0, 4017.0, 4037.0, 4017.0, 4034.0, 4016.0, 4008.0, 4039.0, 4030.0, 4019.0, 4041.0, 4029.0, 4050.0, 4042.0, 4053.0, 4031.0, 4009.0, 4043.0, 4031.0, 4051.0, 4031.0, 3998.0, 4039.0, 4041.0, 4061.0, 4042.0, 4007.0, 4041.0, 4029.0, 4049.0, 4018.0, 4027.0, 4017.0, 4036.0, 4016.0, 4005.0, 4024.0, 4019.0, 4037.0, 4030.0, 4008.0, 4028.0, 4018.0, 4028.0, 4029.0, 4015.0, 4005.0, 4007.0, 4031.0, 4031.0, 4030.0, 4020.0, 4020.0, 4053.0, 4043.0, 4042.0, 4033.0, 4027.0, 4040.0, 4007.0, 4025.0, 4004.0, 4037.0, 4030.0, 4002.0, 4004.0, 4004.0, 4036.0, 4005.0, 4026.0, 4015.0, 4035.0, 4029.0, 3993.0, 4012.0, 4005.0, 4035.0, 4007.0, 4012.0, 4005.0, 4022.0, 4005.0, 3982.0, 4003.0, 4005.0, 4025.0, 4016.0, 3993.0, 4016.0, 4036.0, 4028.0, 3982.0, 4014.0, 3992.0, 4026.0, 4000.0, 4025.0, 3992.0, 4003.0, 4003.0, 4023.0, 3994.0, 4011.0, 4003.0, 4013.0, 4003.0, 4004.0, 3994.0, 3997.0, 4028.0, 4030.0, 4063.0, 4069.0, 4020.0, 4030.0, 4007.0, 4030.0, 4005.0, 4026.0, 3981.0, 4015.0, 4004.0, 4027.0, 4028.0, 4025.0, 4014.0, 4023.0, 4011.0, 4008.0, 3977.0, 3993.0, 3953.0, 3973.0, 3964.0, 3982.0, 3970.0, 3961.0, 3972.0, 3954.0, 3981.0, 3985.0, 3972.0, 3977.0, 3986.0, 3998.0, 3976.0, 4000.0, 3991.0, 4002.0, 4017.0, 4004.0, 4024.0, 4007.0, 4026.0, 4017.0, 4026.0, 4005.0, 4013.0, 4001.0, 4013.0, 4017.0, 4015.0, 4003.0, 4012.0, 4005.0, 4013.0, 4003.0, 3995.0, 4013.0, 4012.0, 4026.0, 4015.0, 4004.0, 4014.0, 4001.0, 4026.0, 3992.0, 4013.0, 4000.0, 4016.0, 3991.0, 4012.0, 3978.0, 4003.0, 3991.0, 4012.0, 3991.0, 4009.0, 4004.0, 4023.0, 4015.0, 4004.0, 4013.0, 4004.0, 4027.0, 4005.0, 4012.0, 4004.0, 4014.0, 4005.0, 4024.0, 4016.0, 3995.0, 4015.0, 4017.0, 4039.0, 4029.0, 4020.0, 4041.0, 4019.0, 4042.0, 4028.0, 4040.0, 3983.0, 4016.0, 3993.0, 4026.0, 3992.0, 4015.0, 3991.0, 4002.0, 3990.0, 4012.0, 4000.0, 4002.0, 4005.0, 4004.0, 4017.0, 3994.0, 4028.0, 3995.0, 4037.0, 4017.0, 4027.0, 4003.0, 4011.0, 4014.0, 4035.0, 4027.0, 4000.0, 3992.0, 3981.0, 4003.0, 4006.0, 4037.0, 4029.0, 4008.0, 4027.0, 4016.0, 4027.0, 4005.0, 4025.0, 4004.0, 4014.0, 4003.0, 4022.0, 3989.0, 4012.0, 3992.0, 4022.0, 4015.0, 3981.0, 4011.0, 4005.0, 4024.0, 4006.0, 3982.0, 4027.0, 4017.0, 4038.0, 4015.0, 4012.0, 4005.0, 4023.0, 4029.0, 3995.0, 4013.0, 3993.0, 4035.0, 3993.0, 4013.0, 4005.0, 4014.0, 4017.0, 4004.0, 4016.0, 4003.0, 4026.0, 4016.0, 4036.0, 4003.0, 4012.0, 4003.0, 4025.0, 3992.0, 4010.0, 4004.0, 4002.0, 4002.0, 3993.0, 4002.0, 4005.0, 4025.0, 4016.0, 4019.0, 4036.0, 4017.0, 3999.0, 4031.0, 4008.0, 4027.0, 4034.0, 4027.0, 4002.0, 4004.0, 4001.0, 4015.0, 4004.0, 4010.0, 4000.0, 4023.0, 4001.0, 4009.0, 3990.0, 4008.0, 3987.0, 3964.0, 3977.0, 3957.0, 3987.0, 3965.0, 3998.0, 3989.0, 4000.0, 4002.0, 4021.0, 4003.0, 4005.0, 4018.0, 4010.0, 4007.0, 4040.0, 4043.0, 4040.0, 4021.0, 4020.0, 4029.0, 4031.0, 4039.0, 4007.0, 4025.0, 4015.0, 4001.0, 3994.0, 3980.0, 4005.0, 3992.0, 4023.0, 3993.0, 4012.0, 4004.0, 4022.0, 4013.0, 4012.0, 4002.0, 3971.0, 4013.0, 3991.0, 4013.0, 4005.0, 3995.0, 4014.0, 4030.0, 4036.0, 4033.0, 4007.0, 4044.0, 4043.0, 4052.0, 4028.0, 4027.0, 4016.0, 4035.0, 4028.0, 3994.0, 4015.0, 3991.0, 4025.0, 4015.0, 4036.0, 4015.0, 4027.0, 4017.0, 4035.0, 4029.0, 3982.0, 4005.0, 4002.0, 4025.0, 4016.0, 4036.0, 4004.0, 4012.0, 4003.0, 4024.0, 4003.0, 4022.0, 3981.0, 4000.0, 3992.0, 4012.0, 4003.0, 4011.0, 3992.0, 3997.0, 3993.0, 4011.0, 4003.0, 3980.0, 3992.0, 3992.0, 4016.0, 4005.0, 4039.0, 4006.0, 4015.0, 4008.0, 4025.0, 4029.0, 4007.0, 4025.0, 4007.0, 4039.0, 4027.0, 4047.0, 4005.0, 3984.0, 4017.0, 4017.0, 4048.0, 4007.0, 4003.0, 4019.0, 4026.0, 4039.0, 4005.0, 4023.0, 4004.0, 4033.0, 4025.0, 3991.0, 4002.0, 4001.0, 4022.0, 4013.0, 4011.0, 3993.0, 3982.0, 4024.0, 4003.0, 4021.0, 3991.0, 4000.0, 3990.0, 4001.0, 4024.0, 3992.0, 3999.0, 3983.0, 4002.0, 4037.0, 4006.0, 3983.0, 4016.0, 4006.0, 4048.0, 4017.0, 4015.0, 3994.0, 4022.0, 4014.0, 4000.0, 3992.0, 4022.0, 4013.0, 3993.0, 4002.0, 4006.0, 4004.0, 4026.0, 3996.0, 4012.0, 4004.0, 4037.0, 4014.0, 4024.0, 3991.0, 4000.0, 3990.0, 4022.0, 3987.0, 4011.0, 3990.0, 3986.0, 3981.0, 4011.0, 4003.0, 3990.0, 3992.0, 3981.0, 3994.0, 4016.0, 4030.0, 4029.0, 4042.0, 4019.0, 4029.0, 4017.0, 4038.0, 4005.0, 4015.0, 3972.0, 4013.0, 4012.0, 4024.0, 3992.0, 4000.0, 3995.0, 3993.0, 4038.0, 4005.0, 4014.0, 4008.0, 4035.0, 4027.0, 4005.0, 4013.0, 3994.0, 4020.0, 4011.0, 4020.0, 3990.0, 3998.0, 3990.0, 3997.0, 4000.0, 3979.0, 3994.0, 3989.0, 3998.0, 4012.0, 3977.0, 3987.0, 3989.0, 4013.0, 3989.0, 4022.0, 3990.0, 3987.0, 3993.0, 3998.0, 4013.0, 3992.0, 4012.0, 4005.0, 4022.0, 4003.0, 4013.0, 3994.0, 3999.0, 3993.0, 4033.0, 4004.0, 3982.0, 4004.0, 4015.0, 4026.0, 4016.0, 4026.0, 3994.0, 4026.0, 4004.0, 4035.0, 4025.0, 4026.0, 3995.0, 3971.0, 4003.0, 4002.0, 4036.0, 4016.0, 3982.0, 4004.0, 4016.0, 4049.0, 4030.0, 3996.0, 4019.0, 4015.0, 4050.0, 4027.0, 4045.0, 4018.0, 3983.0, 4016.0, 4017.0, 4037.0, 4006.0, 4024.0, 4004.0, 4023.0, 4012.0, 4000.0, 3989.0, 3964.0, 4001.0, 3991.0, 4019.0, 3979.0, 3988.0, 3988.0, 3995.0, 4004.0, 3970.0, 3990.0, 3979.0, 4014.0, 4005.0, 4036.0, 3997.0, 4004.0, 4006.0, 4033.0, 4028.0, 4004.0, 4003.0, 3981.0, 4025.0, 4002.0, 4025.0, 4001.0, 4000.0, 3993.0, 4021.0, 4012.0, 3990.0, 3993.0, 4002.0, 4022.0, 4005.0, 4024.0, 4004.0, 4011.0, 4005.0, 4032.0, 4012.0, 3968.0, 3990.0, 3990.0, 4000.0, 3988.0, 4020.0, 3991.0, 3986.0, 3988.0, 3998.0, 3990.0, 3990.0, 4001.0, 4002.0, 4023.0, 4002.0, 4021.0, 3991.0, 3990.0, 3991.0, 4001.0, 4002.0, 4011.0, 3991.0, 3992.0, 3996.0, 4005.0, 4004.0, 4006.0, 3984.0, 3997.0, 4038.0, 4018.0, 4038.0, 3996.0, 4015.0, 4005.0, 4036.0, 4016.0, 4018.0, 3982.0, 4003.0, 4011.0, 4024.0, 3992.0, 4011.0, 3991.0, 4003.0, 4024.0, 4004.0, 4011.0, 3994.0, 4024.0, 4012.0, 4011.0, 3990.0, 3986.0, 3990.0, 3986.0, 3977.0, 3985.0, 3980.0, 4008.0, 3991.0, 3988.0, 3978.0, 3977.0, 3992.0, 3981.0, 4003.0, 4004.0, 4012.0, 4005.0, 4035.0, 4028.0, 3991.0, 3993.0, 3992.0, 4026.0, 4005.0, 4013.0, 3994.0, 4014.0, 4014.0, 4004.0, 4014.0, 4005.0, 4036.0, 4015.0, 3994.0, 4015.0, 3981.0, 4024.0, 4011.0, 4014.0, 3980.0, 3998.0, 4003.0, 4023.0, 4015.0, 3981.0, 4013.0, 4002.0, 4001.0, 4003.0, 3995.0, 4035.0, 4017.0, 4005.0, 4026.0, 3994.0, 4012.0, 4002.0, 4025.0, 3990.0, 3999.0, 3989.0, 4000.0, 3990.0, 4010.0, 3980.0, 3989.0, 3979.0, 4010.0, 4003.0, 3992.0, 4001.0, 4004.0, 4013.0, 4017.0, 4006.0, 4029.0, 4026.0, 4038.0, 4017.0, 4050.0, 4019.0, 4027.0, 4005.0, 4024.0, 4016.0, 3979.0, 4002.0, 4004.0, 4024.0, 4012.0, 4022.0, 4005.0, 3980.0, 4013.0, 4030.0, 4013.0, 3977.0, 3990.0, 3977.0, 4011.0, 3977.0, 3987.0, 3988.0, 4001.0, 3990.0, 4021.0, 3990.0, 3989.0, 3994.0, 4011.0, 4003.0, 3991.0, 3995.0, 3999.0, 3993.0, 4020.0, 4005.0, 3989.0, 3996.0, 3995.0, 4007.0, 3996.0, 4016.0, 4015.0, 4016.0, 4006.0, 4037.0, 4006.0, 4016.0, 4001.0, 4024.0, 4003.0, 4014.0, 3994.0, 4000.0, 3991.0, 3994.0, 4038.0, 4006.0, 4004.0, 4008.0, 4006.0, 4048.0, 4006.0, 4014.0, 4001.0, 4025.0, 4002.0, 4011.0, 3977.0, 3990.0, 3979.0, 4010.0, 3976.0, 3979.0, 4004.0, 4001.0], 'WindowWidth': [9057.0, 9061.0, 8980.0, 8999.0, 8962.0, 8988.0, 8961.0, 8983.0, 8959.0, 8949.0, 8993.0, 8983.0, 8966.0, 8997.0, 8980.0, 9008.0, 9000.0, 9018.0, 8985.0, 8953.0, 9001.0, 8986.0, 9014.0, 8983.0, 8937.0, 8993.0, 8999.0, 9029.0, 9000.0, 8946.0, 8996.0, 8977.0, 9006.0, 8962.0, 8970.0, 8960.0, 8984.0, 8957.0, 8940.0, 8965.0, 8964.0, 8987.0, 8983.0, 8947.0, 8976.0, 8961.0, 8974.0, 8977.0, 8954.0, 8940.0, 8946.0, 8982.0, 8985.0, 8981.0, 8968.0, 8971.0, 9017.0, 9007.0, 9002.0, 8988.0, 8973.0, 8996.0, 8946.0, 8966.0, 8939.0, 8986.0, 8981.0, 8933.0, 8936.0, 8936.0, 8984.0, 8941.0, 8969.0, 8953.0, 8978.0, 8976.0, 8920.0, 8945.0, 8937.0, 8979.0, 8942.0, 8944.0, 8939.0, 8957.0, 8937.0, 8903.0, 8934.0, 8940.0, 8967.0, 8957.0, 8923.0, 8959.0, 8982.0, 8973.0, 8904.0, 8949.0, 8920.0, 8968.0, 8926.0, 8965.0, 8914.0, 8933.0, 8933.0, 8962.0, 8922.0, 8942.0, 8934.0, 8948.0, 8936.0, 8935.0, 8923.0, 8936.0, 8980.0, 8982.0, 9034.0, 9051.0, 8975.0, 8984.0, 8952.0, 8983.0, 8939.0, 8965.0, 8902.0, 8953.0, 8935.0, 8971.0, 8973.0, 8966.0, 8948.0, 8961.0, 8939.0, 8932.0, 8883.0, 8900.0, 8846.0, 8871.0, 8862.0, 8887.0, 8870.0, 8857.0, 8871.0, 8850.0, 8885.0, 8897.0, 8875.0, 8889.0, 8902.0, 8919.0, 8890.0, 8923.0, 8916.0, 8932.0, 8956.0, 8938.0, 8963.0, 8943.0, 8969.0, 8958.0, 8968.0, 8938.0, 8945.0, 8930.0, 8947.0, 8956.0, 8951.0, 8933.0, 8945.0, 8940.0, 8948.0, 8934.0, 8923.0, 8946.0, 8946.0, 8969.0, 8953.0, 8937.0, 8950.0, 8931.0, 8969.0, 8917.0, 8947.0, 8925.0, 8951.0, 8912.0, 8943.0, 8891.0, 8931.0, 8913.0, 8944.0, 8914.0, 8937.0, 8935.0, 8961.0, 8952.0, 8936.0, 8945.0, 8937.0, 8971.0, 8939.0, 8945.0, 8937.0, 8946.0, 8940.0, 8963.0, 8955.0, 8925.0, 8953.0, 8959.0, 8991.0, 8980.0, 8968.0, 8997.0, 8966.0, 9000.0, 8975.0, 8995.0, 8907.0, 8954.0, 8919.0, 8968.0, 8917.0, 8949.0, 8911.0, 8928.0, 8910.0, 8942.0, 8927.0, 8929.0, 8941.0, 8936.0, 8958.0, 8927.0, 8975.0, 8928.0, 8988.0, 8960.0, 8971.0, 8936.0, 8944.0, 8951.0, 8981.0, 8973.0, 8927.0, 8918.0, 8902.0, 8936.0, 8942.0, 8984.0, 8980.0, 8948.0, 8973.0, 8956.0, 8972.0, 8940.0, 8966.0, 8935.0, 8950.0, 8932.0, 8959.0, 8913.0, 8943.0, 8919.0, 8958.0, 8954.0, 8902.0, 8942.0, 8940.0, 8966.0, 8941.0, 8907.0, 8972.0, 8959.0, 8987.0, 8955.0, 8946.0, 8939.0, 8961.0, 8977.0, 8926.0, 8949.0, 8920.0, 8981.0, 8922.0, 8948.0, 8940.0, 8952.0, 8957.0, 8939.0, 8954.0, 8937.0, 8972.0, 8955.0, 8983.0, 8933.0, 8945.0, 8934.0, 8965.0, 8918.0, 8940.0, 8935.0, 8929.0, 8933.0, 8921.0, 8933.0, 8939.0, 8971.0, 8962.0, 8965.0, 8984.0, 8959.0, 8940.0, 8983.0, 8948.0, 8974.0, 8979.0, 8970.0, 8931.0, 8935.0, 8929.0, 8952.0, 8934.0, 8939.0, 8927.0, 8959.0, 8927.0, 8936.0, 8909.0, 8931.0, 8901.0, 8867.0, 8889.0, 8862.0, 8903.0, 8872.0, 8918.0, 8909.0, 8924.0, 8933.0, 8961.0, 8937.0, 8940.0, 8965.0, 8957.0, 8946.0, 8994.0, 9003.0, 8997.0, 8971.0, 8968.0, 8976.0, 8985.0, 8995.0, 8946.0, 8968.0, 8952.0, 8928.0, 8921.0, 8900.0, 8939.0, 8916.0, 8963.0, 8918.0, 8944.0, 8936.0, 8961.0, 8948.0, 8945.0, 8933.0, 8888.0, 8948.0, 8918.0, 8949.0, 8942.0, 8928.0, 8953.0, 8981.0, 8989.0, 8988.0, 8950.0, 9009.0, 9002.0, 9015.0, 8978.0, 8972.0, 8957.0, 8980.0, 8977.0, 8925.0, 8954.0, 8919.0, 8967.0, 8954.0, 8984.0, 8954.0, 8974.0, 8958.0, 8981.0, 8976.0, 8905.0, 8938.0, 8934.0, 8967.0, 8956.0, 8983.0, 8937.0, 8944.0, 8932.0, 8965.0, 8933.0, 8957.0, 8901.0, 8923.0, 8916.0, 8944.0, 8934.0, 8942.0, 8917.0, 8919.0, 8921.0, 8943.0, 8935.0, 8900.0, 8919.0, 8918.0, 8955.0, 8940.0, 8991.0, 8942.0, 8952.0, 8948.0, 8970.0, 8978.0, 8947.0, 8967.0, 8947.0, 8992.0, 8973.0, 9002.0, 8942.0, 8913.0, 8962.0, 8962.0, 9005.0, 8947.0, 8937.0, 8964.0, 8970.0, 8993.0, 8939.0, 8961.0, 8938.0, 8977.0, 8967.0, 8915.0, 8928.0, 8929.0, 8956.0, 8947.0, 8941.0, 8918.0, 8902.0, 8963.0, 8932.0, 8956.0, 8914.0, 8924.0, 8914.0, 8927.0, 8963.0, 8918.0, 8925.0, 8907.0, 8933.0, 8985.0, 8943.0, 8908.0, 8955.0, 8942.0, 9004.0, 8960.0, 8952.0, 8922.0, 8958.0, 8951.0, 8926.0, 8919.0, 8959.0, 8950.0, 8921.0, 8933.0, 8941.0, 8937.0, 8971.0, 8929.0, 8949.0, 8937.0, 8984.0, 8950.0, 8964.0, 8913.0, 8925.0, 8911.0, 8956.0, 8906.0, 8940.0, 8913.0, 8902.0, 8903.0, 8943.0, 8935.0, 8915.0, 8915.0, 8905.0, 8925.0, 8959.0, 8985.0, 8979.0, 8999.0, 8966.0, 8981.0, 8959.0, 8992.0, 8940.0, 8951.0, 8889.0, 8947.0, 8944.0, 8962.0, 8917.0, 8927.0, 8925.0, 8922.0, 8986.0, 8940.0, 8951.0, 8947.0, 8979.0, 8973.0, 8938.0, 8947.0, 8920.0, 8952.0, 8943.0, 8954.0, 8912.0, 8918.0, 8911.0, 8918.0, 8926.0, 8893.0, 8910.0, 8906.0, 8919.0, 8946.0, 8891.0, 8907.0, 8908.0, 8946.0, 8910.0, 8955.0, 8912.0, 8905.0, 8921.0, 8922.0, 8949.0, 8919.0, 8944.0, 8938.0, 8959.0, 8934.0, 8946.0, 8922.0, 8925.0, 8921.0, 8975.0, 8937.0, 8905.0, 8937.0, 8953.0, 8970.0, 8958.0, 8970.0, 8928.0, 8969.0, 8939.0, 8980.0, 8968.0, 8967.0, 8926.0, 8890.0, 8935.0, 8935.0, 8984.0, 8957.0, 8908.0, 8941.0, 8959.0, 9006.0, 8982.0, 8932.0, 8966.0, 8956.0, 9008.0, 8975.0, 8999.0, 8961.0, 8909.0, 8955.0, 8958.0, 8988.0, 8943.0, 8963.0, 8936.0, 8962.0, 8946.0, 8923.0, 8909.0, 8871.0, 8927.0, 8913.0, 8950.0, 8895.0, 8904.0, 8907.0, 8913.0, 8937.0, 8887.0, 8913.0, 8900.0, 8953.0, 8941.0, 8983.0, 8932.0, 8937.0, 8945.0, 8977.0, 8976.0, 8936.0, 8934.0, 8902.0, 8965.0, 8930.0, 8963.0, 8927.0, 8925.0, 8919.0, 8956.0, 8947.0, 8915.0, 8921.0, 8931.0, 8958.0, 8938.0, 8965.0, 8938.0, 8942.0, 8939.0, 8973.0, 8945.0, 8879.0, 8910.0, 8910.0, 8925.0, 8906.0, 8953.0, 8914.0, 8904.0, 8909.0, 8921.0, 8914.0, 8913.0, 8928.0, 8932.0, 8962.0, 8933.0, 8956.0, 8915.0, 8911.0, 8917.0, 8927.0, 8930.0, 8941.0, 8915.0, 8921.0, 8932.0, 8942.0, 8939.0, 8945.0, 8917.0, 8938.0, 8992.0, 8963.0, 8991.0, 8930.0, 8954.0, 8939.0, 8984.0, 8956.0, 8960.0, 8903.0, 8934.0, 8943.0, 8965.0, 8919.0, 8944.0, 8920.0, 8934.0, 8965.0, 8938.0, 8942.0, 8921.0, 8964.0, 8945.0, 8941.0, 8910.0, 8900.0, 8911.0, 8902.0, 8891.0, 8899.0, 8898.0, 8932.0, 8913.0, 8905.0, 8893.0, 8893.0, 8919.0, 8903.0, 8935.0, 8936.0, 8946.0, 8942.0, 8979.0, 8976.0, 8917.0, 8920.0, 8918.0, 8967.0, 8940.0, 8950.0, 8924.0, 8950.0, 8952.0, 8937.0, 8950.0, 8942.0, 8983.0, 8956.0, 8923.0, 8952.0, 8904.0, 8964.0, 8941.0, 8948.0, 8897.0, 8920.0, 8933.0, 8960.0, 8955.0, 8904.0, 8947.0, 8932.0, 8929.0, 8937.0, 8927.0, 8981.0, 8958.0, 8941.0, 8967.0, 8922.0, 8946.0, 8931.0, 8965.0, 8909.0, 8921.0, 8905.0, 8922.0, 8910.0, 8937.0, 8897.0, 8908.0, 8896.0, 8938.0, 8933.0, 8917.0, 8930.0, 8937.0, 8952.0, 8961.0, 8947.0, 8980.0, 8974.0, 8989.0, 8962.0, 9009.0, 8963.0, 8970.0, 8939.0, 8964.0, 8955.0, 8897.0, 8931.0, 8933.0, 8963.0, 8947.0, 8959.0, 8936.0, 8900.0, 8947.0, 8967.0, 8947.0, 8890.0, 8909.0, 8889.0, 8939.0, 8889.0, 8903.0, 8905.0, 8927.0, 8912.0, 8954.0, 8913.0, 8911.0, 8924.0, 8944.0, 8935.0, 8915.0, 8924.0, 8925.0, 8921.0, 8953.0, 8938.0, 8911.0, 8929.0, 8928.0, 8944.0, 8930.0, 8956.0, 8953.0, 8958.0, 8943.0, 8986.0, 8941.0, 8952.0, 8931.0, 8962.0, 8934.0, 8948.0, 8923.0, 8925.0, 8914.0, 8924.0, 8990.0, 8944.0, 8939.0, 8950.0, 8942.0, 9003.0, 8941.0, 8950.0, 8928.0, 8964.0, 8930.0, 8942.0, 8889.0, 8909.0, 8895.0, 8938.0, 8893.0, 8896.0, 8934.0, 8929.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.00033270114942528733</td></tr>
<tr><td colspan=3>aqi</td><td>0.032329471379310346</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.57404106582282</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.199064093855006</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.973320665178367</td></tr>
<tr><td colspan=3>efc</td><td>0.5147</td></tr>
<tr><td colspan=3>fber</td><td>3750.2141</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1265595462590294</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>138</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.862068965517242</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3421408166734734</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2450145828383175</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5930151199958837</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.188392747186219</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114084</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025938311591744423</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04553572088479996</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.159998851792592</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.118</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.1293</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.6692</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293847.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1017.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.8047</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9646</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.768</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3190.856</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3333.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82697.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1268.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4159.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>801.1973</td></tr>
<tr><td colspan=3>tsnr</td><td>34.19475384382531</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>