ds005256-mriqc/sub-0101_ses-03_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 8040380ef1 [DATALAD RUNCMD] Compute MRIQC for sub-0101
=== 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-0101 --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-0101",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:12:56 +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-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-03/func/sub-0101_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>dbe46392108bea6d30798deadd879a8f</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>16:42:37.575000</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.997864, 0.0438205, 0.0484414, -0.0374621, 0.991429, -0.125159]</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.125183</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>[4244, -7752, -7229, 4, -164, -105, -47, 53]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>313.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4c5294ed-a81b-4c5a-96e0-cc80709cac1d||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.677196979522705, -0.10050800442695618, 0.14447888731956482, 112.00318145751953], [-0.11756720393896103, 2.6599321365356445, -0.33230727910995483, -83.87351989746094], [0.12996463477611542, 0.33579185605049133, 2.67557430267334, -111.34806823730469], [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': ['164237.575000', '164238.035000', '164238.495000', '164238.955000', '164239.415000', '164239.875000', '164240.335000', '164240.795000', '164241.255000', '164241.715000', '164242.175000', '164242.635000', '164243.095000', '164243.555000', '164244.015000', '164244.475000', '164244.935000', '164245.395000', '164245.855000', '164246.315000', '164246.775000', '164247.235000', '164247.695000', '164248.155000', '164248.615000', '164249.075000', '164249.535000', '164249.995000', '164250.455000', '164250.915000', '164251.375000', '164251.835000', '164252.295000', '164252.755000', '164253.215000', '164253.675000', '164254.135000', '164254.595000', '164255.055000', '164255.515000', '164255.975000', '164256.435000', '164256.895000', '164257.355000', '164257.815000', '164258.275000', '164258.735000', '164259.195000', '164259.655000', '164300.115000', '164300.575000', '164301.035000', '164301.495000', '164301.955000', '164302.415000', '164302.875000', '164303.335000', '164303.795000', '164304.255000', '164304.715000', '164305.175000', '164305.635000', '164306.095000', '164306.555000', '164307.015000', '164307.475000', '164307.935000', '164308.395000', '164308.855000', '164309.315000', '164309.775000', '164310.235000', '164310.695000', '164311.155000', '164311.615000', '164312.075000', '164312.535000', '164312.995000', '164313.455000', '164313.915000', '164314.375000', '164314.835000', '164315.295000', '164315.755000', '164316.215000', '164316.675000', '164317.135000', '164317.595000', '164318.055000', '164318.515000', '164318.975000', '164319.435000', '164319.895000', '164320.355000', '164320.815000', '164321.275000', '164321.735000', '164322.195000', '164322.655000', '164323.115000', '164323.575000', '164324.035000', '164324.495000', '164324.955000', '164325.415000', '164325.875000', '164326.335000', '164326.795000', '164327.255000', '164327.715000', '164328.175000', '164328.635000', '164329.095000', '164329.555000', '164330.015000', '164330.475000', '164330.935000', '164331.395000', '164331.855000', '164332.315000', '164332.775000', '164333.235000', '164333.695000', '164334.155000', '164334.615000', '164335.075000', '164335.535000', '164335.995000', '164336.455000', '164336.915000', '164337.375000', '164337.835000', '164338.295000', '164338.755000', '164339.215000', '164339.675000', '164340.135000', '164340.595000', '164341.055000', '164341.515000', '164341.975000', '164342.435000', '164342.895000', '164343.355000', '164343.815000', '164344.275000', '164344.735000', '164345.195000', '164345.655000', '164346.115000', '164346.575000', '164347.035000', '164347.495000', '164347.955000', '164348.415000', '164348.875000', '164349.335000', '164349.795000', '164350.255000', '164350.715000', '164351.175000', '164351.635000', '164352.095000', '164352.555000', '164353.015000', '164353.475000', '164353.935000', '164354.395000', '164354.855000', '164355.315000', '164355.775000', '164356.235000', '164356.695000', '164357.155000', '164357.615000', '164358.075000', '164358.535000', '164358.995000', '164359.455000', '164359.915000', '164400.375000', '164400.835000', '164401.295000', '164401.755000', '164402.215000', '164402.675000', '164403.135000', '164403.595000', '164404.055000', '164404.515000', '164404.975000', '164405.435000', '164405.895000', '164406.355000', '164406.815000', '164407.275000', '164407.735000', '164408.195000', '164408.655000', '164409.115000', '164409.575000', '164410.035000', '164410.495000', '164410.955000', '164411.415000', '164411.875000', '164412.335000', '164412.795000', '164413.255000', '164413.715000', '164414.175000', '164414.635000', '164415.095000', '164415.555000', '164416.015000', '164416.475000', '164416.935000', '164417.395000', '164417.855000', '164418.315000', '164418.775000', '164419.235000', '164419.695000', '164420.155000', '164420.615000', '164421.075000', '164421.535000', '164421.995000', '164422.455000', '164422.915000', '164423.375000', '164423.835000', '164424.295000', '164424.755000', '164425.215000', '164425.675000', '164426.135000', '164426.595000', '164427.055000', '164427.515000', '164427.975000', '164428.435000', '164428.895000', '164429.355000', '164429.815000', '164430.275000', '164430.735000', '164431.195000', '164431.655000', '164432.115000', '164432.575000', '164433.035000', '164433.495000', '164433.955000', '164434.415000', '164434.875000', '164435.335000', '164435.795000', '164436.255000', '164436.715000', '164437.175000', '164437.635000', '164438.095000', '164438.555000', '164439.015000', '164439.475000', '164439.935000', '164440.395000', '164440.855000', '164441.315000', '164441.775000', '164442.235000', '164442.695000', '164443.155000', '164443.615000', '164444.075000', '164444.535000', '164444.995000', '164445.455000', '164445.915000', '164446.375000', '164446.835000', '164447.295000', '164447.755000', '164448.215000', '164448.675000', '164449.135000', '164449.595000', '164450.055000', '164450.515000', '164450.975000', '164451.435000', '164451.895000', '164452.355000', '164452.815000', '164453.275000', '164453.735000', '164454.195000', '164454.655000', '164455.115000', '164455.575000', '164456.035000', '164456.495000', '164456.955000', '164457.415000', '164457.875000', '164458.335000', '164458.795000', '164459.255000', '164459.715000', '164500.175000', '164500.635000', '164501.095000', '164501.555000', '164502.015000', '164502.475000', '164502.935000', '164503.395000', '164503.855000', '164504.315000', '164504.775000', '164505.235000', '164505.695000', '164506.155000', '164506.615000', '164507.075000', '164507.535000', '164507.995000', '164508.455000', '164508.915000', '164509.375000', '164509.835000', '164510.295000', '164510.755000', '164511.215000', '164511.675000', '164512.135000', '164512.595000', '164513.055000', '164513.515000', '164513.975000', '164514.435000', '164514.895000', '164515.355000', '164515.815000', '164516.275000', '164516.735000', '164517.195000', '164517.655000', '164518.115000', '164518.575000', '164519.035000', '164519.495000', '164519.955000', '164520.415000', '164520.875000', '164521.335000', '164521.795000', '164522.255000', '164522.715000', '164523.175000', '164523.635000', '164524.095000', '164524.555000', '164525.015000', '164525.475000', '164525.935000', '164526.395000', '164526.855000', '164527.315000', '164527.775000', '164528.235000', '164528.695000', '164529.155000', '164529.615000', '164530.075000', '164530.535000', '164530.995000', '164531.455000', '164531.915000', '164532.375000', '164532.835000', '164533.295000', '164533.755000', '164534.215000', '164534.675000', '164535.135000', '164535.595000', '164536.055000', '164536.515000', '164536.975000', '164537.435000', '164537.895000', '164538.355000', '164538.815000', '164539.275000', '164539.735000', '164540.195000', '164540.655000', '164541.115000', '164541.575000', '164542.035000', '164542.495000', '164542.955000', '164543.415000', '164543.875000', '164544.335000', '164544.795000', '164545.255000', '164545.715000', '164546.175000', '164546.635000', '164547.095000', '164547.555000', '164548.015000', '164548.475000', '164548.935000', '164549.395000', '164549.855000', '164550.315000', '164550.775000', '164551.235000', '164551.695000', '164552.155000', '164552.615000', '164553.075000', '164553.535000', '164553.995000', '164554.455000', '164554.915000', '164555.375000', '164555.835000', '164556.295000', '164556.755000', '164557.215000', '164557.675000', '164558.135000', '164558.595000', '164559.055000', '164559.515000', '164559.975000', '164600.435000', '164600.895000', '164601.355000', '164601.815000', '164602.275000', '164602.735000', '164603.195000', '164603.655000', '164604.115000', '164604.575000', '164605.035000', '164605.495000', '164605.955000', '164606.415000', '164606.875000', '164607.335000', '164607.795000', '164608.255000', '164608.715000', '164609.175000', '164609.635000', '164610.095000', '164610.555000', '164611.015000', '164611.475000', '164611.935000', '164612.395000', '164612.855000', '164613.315000', '164613.775000', '164614.235000', '164614.695000', '164615.155000', '164615.615000', '164616.075000', '164616.535000', '164616.995000', '164617.455000', '164617.915000', '164618.375000', '164618.835000', '164619.295000', '164619.755000', '164620.215000', '164620.675000', '164621.135000', '164621.595000', '164622.055000', '164622.515000', '164622.975000', '164623.435000', '164623.895000', '164624.355000', '164624.815000', '164625.275000', '164625.735000', '164626.195000', '164626.655000', '164627.115000', '164627.575000', '164628.035000', '164628.495000', '164628.955000', '164629.415000', '164629.875000', '164630.335000', '164630.795000', '164631.255000', '164631.715000', '164632.175000', '164632.635000', '164633.095000', '164633.555000', '164634.015000', '164634.475000', '164634.935000', '164635.395000', '164635.855000', '164636.315000', '164636.775000', '164637.235000', '164637.695000', '164638.155000', '164638.615000', '164639.075000', '164639.535000', '164639.995000', '164640.455000', '164640.915000', '164641.375000', '164641.835000', '164642.295000', '164642.755000', '164643.215000', '164643.675000', '164644.135000', '164644.595000', '164645.055000', '164645.515000', '164645.975000', '164646.435000', '164646.895000', '164647.355000', '164647.815000', '164648.275000', '164648.735000', '164649.195000', '164649.655000', '164650.115000', '164650.575000', '164651.035000', '164651.495000', '164651.955000', '164652.415000', '164652.875000', '164653.335000', '164653.795000', '164654.255000', '164654.715000', '164655.175000', '164655.635000', '164656.095000', '164656.555000', '164657.015000', '164657.475000', '164657.935000', '164658.395000', '164658.855000', '164659.315000', '164659.775000', '164700.235000', '164700.695000', '164701.155000', '164701.615000', '164702.075000', '164702.535000', '164702.995000', '164703.455000', '164703.915000', '164704.375000', '164704.835000', '164705.295000', '164705.755000', '164706.215000', '164706.675000', '164707.135000', '164707.595000', '164708.055000', '164708.515000', '164708.975000', '164709.435000', '164709.895000', '164710.355000', '164710.815000', '164711.275000', '164711.735000', '164712.195000', '164712.655000', '164713.115000', '164713.575000', '164714.035000', '164714.495000', '164714.955000', '164715.415000', '164715.875000', '164716.335000', '164716.795000', '164717.255000', '164717.715000', '164718.175000', '164718.635000', '164719.095000', '164719.555000', '164720.015000', '164720.475000', '164720.935000', '164721.395000', '164721.855000', '164722.315000', '164722.775000', '164723.235000', '164723.695000', '164724.155000', '164724.615000', '164725.075000', '164725.535000', '164725.995000', '164726.455000', '164726.915000', '164727.375000', '164727.835000', '164728.295000', '164728.755000', '164729.215000', '164729.675000', '164730.135000', '164730.595000', '164731.055000', '164731.515000', '164731.975000', '164732.435000', '164732.895000', '164733.355000', '164733.815000', '164734.275000', '164734.735000', '164735.195000', '164735.655000', '164736.115000', '164736.575000', '164737.035000', '164737.495000', '164737.955000', '164738.415000', '164738.875000', '164739.335000', '164739.795000', '164740.255000', '164740.715000', '164741.175000', '164741.635000', '164742.095000', '164742.555000', '164743.015000', '164743.475000', '164743.935000', '164744.395000', '164744.855000', '164745.315000', '164745.775000', '164746.235000', '164746.695000', '164747.155000', '164747.615000', '164748.075000', '164748.535000', '164748.995000', '164749.455000', '164749.915000', '164750.375000', '164750.835000', '164751.295000', '164751.755000', '164752.215000', '164752.675000', '164753.135000', '164753.595000', '164754.055000', '164754.515000', '164754.975000', '164755.435000', '164755.895000', '164756.355000', '164756.815000', '164757.275000', '164757.735000', '164758.195000', '164758.655000', '164759.115000', '164759.575000', '164800.035000', '164800.495000', '164800.955000', '164801.415000', '164801.875000', '164802.335000', '164802.795000', '164803.255000', '164803.715000', '164804.175000', '164804.635000', '164805.095000', '164805.555000', '164806.015000', '164806.475000', '164806.935000', '164807.395000', '164807.855000', '164808.315000', '164808.775000', '164809.235000', '164809.695000', '164810.155000', '164810.615000', '164811.075000', '164811.535000', '164811.995000', '164812.455000', '164812.915000', '164813.375000', '164813.835000', '164814.295000', '164814.755000', '164815.215000', '164815.675000', '164816.135000', '164816.595000', '164817.055000', '164817.515000', '164817.975000', '164818.435000', '164818.895000', '164819.355000', '164819.815000', '164820.275000', '164820.735000', '164821.195000', '164821.655000', '164822.115000', '164822.575000', '164823.035000', '164823.495000', '164823.955000', '164824.415000', '164824.875000', '164825.335000', '164825.795000', '164826.255000', '164826.715000', '164827.175000', '164827.635000', '164828.095000', '164828.555000', '164829.015000', '164829.475000', '164829.935000', '164830.395000', '164830.855000', '164831.315000', '164831.775000', '164832.235000', '164832.695000', '164833.155000', '164833.615000', '164834.075000', '164834.535000', '164834.995000', '164835.455000', '164835.915000', '164836.375000', '164836.835000', '164837.295000', '164837.755000', '164838.215000', '164838.675000', '164839.135000', '164839.595000', '164840.055000', '164840.515000', '164840.975000', '164841.435000', '164841.895000', '164842.355000', '164842.815000', '164843.275000', '164843.735000', '164844.195000', '164844.655000', '164845.115000', '164845.575000', '164846.035000', '164846.495000', '164846.955000', '164847.415000', '164847.875000', '164848.335000', '164848.795000', '164849.255000', '164849.715000', '164850.175000', '164850.635000', '164851.095000', '164851.555000', '164852.015000', '164852.475000', '164852.935000', '164853.395000', '164853.855000', '164854.315000', '164854.775000', '164855.235000', '164855.695000', '164856.155000', '164856.615000', '164857.075000', '164857.535000', '164857.995000', '164858.455000', '164858.915000', '164859.375000', '164859.835000', '164900.295000', '164900.755000', '164901.215000', '164901.675000', '164902.135000', '164902.595000', '164903.055000', '164903.515000', '164903.975000', '164904.435000', '164904.895000', '164905.355000', '164905.815000', '164906.275000', '164906.735000', '164907.195000', '164907.655000', '164908.115000', '164908.575000', '164909.035000', '164909.495000', '164909.955000', '164910.415000', '164910.875000', '164911.335000', '164911.795000', '164912.255000', '164912.715000', '164913.175000', '164913.635000', '164914.095000', '164914.555000', '164915.015000', '164915.475000', '164915.935000', '164916.395000', '164916.855000', '164917.315000', '164917.775000', '164918.235000'], 'ContentTime': ['164257.571000', '164257.604000', '164257.607000', '164257.610000', '164257.612000', '164257.615000', '164257.617000', '164257.620000', '164257.622000', '164257.625000', '164257.628000', '164257.630000', '164257.633000', '164257.636000', '164257.638000', '164257.641000', '164257.643000', '164257.646000', '164257.648000', '164257.651000', '164257.653000', '164257.656000', '164257.659000', '164257.661000', '164257.673000', '164257.675000', '164257.678000', '164257.681000', '164257.683000', '164257.686000', '164257.688000', '164257.691000', '164257.694000', '164257.696000', '164257.699000', '164257.701000', '164257.704000', '164257.706000', '164257.709000', '164257.711000', '164257.714000', '164317.510000', '164317.512000', '164317.515000', '164317.518000', '164317.520000', '164317.523000', '164317.525000', '164317.528000', '164317.530000', '164317.533000', '164317.535000', '164317.538000', '164317.541000', '164317.543000', '164317.554000', '164317.557000', '164317.559000', '164317.562000', '164317.564000', '164317.567000', '164317.570000', '164317.572000', '164317.575000', '164317.577000', '164317.580000', '164317.582000', '164317.585000', '164317.588000', '164317.590000', '164317.593000', '164317.595000', '164317.598000', '164317.601000', '164317.603000', '164317.606000', '164317.608000', '164317.611000', '164317.613000', '164317.616000', '164317.618000', '164317.621000', '164317.624000', '164317.626000', '164337.510000', '164337.512000', '164337.515000', '164337.518000', '164337.520000', '164337.523000', '164337.525000', '164337.528000', '164337.531000', '164337.533000', '164337.536000', '164337.538000', '164337.541000', '164337.543000', '164337.546000', '164337.549000', '164337.551000', '164337.554000', '164337.556000', '164337.559000', '164337.561000', '164337.564000', '164337.566000', '164337.569000', '164337.572000', '164337.574000', '164337.577000', '164337.579000', '164337.582000', '164337.585000', '164337.587000', '164337.590000', '164337.592000', '164337.595000', '164337.598000', '164337.600000', '164337.603000', '164337.605000', '164337.608000', '164337.610000', '164337.613000', '164337.615000', '164337.618000', '164337.621000', '164357.508000', '164357.511000', '164357.514000', '164357.516000', '164357.519000', '164357.522000', '164357.524000', '164357.527000', '164357.529000', '164357.532000', '164357.535000', '164357.537000', '164357.540000', '164357.542000', '164357.545000', '164357.548000', '164357.550000', '164357.553000', '164357.556000', '164357.558000', '164357.561000', '164357.563000', '164357.566000', '164357.568000', '164357.571000', '164357.574000', '164357.576000', '164357.579000', '164357.582000', '164357.584000', '164357.587000', '164357.590000', '164357.592000', '164357.595000', '164357.597000', '164357.600000', '164357.602000', '164357.605000', '164357.608000', '164357.610000', '164357.613000', '164357.615000', '164357.618000', '164417.509000', '164417.511000', '164417.514000', '164417.517000', '164417.519000', '164417.522000', '164417.524000', '164417.527000', '164417.529000', '164417.532000', '164417.535000', '164417.537000', '164417.540000', '164417.543000', '164417.545000', '164417.548000', '164417.550000', '164417.553000', '164417.555000', '164417.558000', '164417.561000', '164417.563000', '164417.579000', '164417.582000', '164417.584000', '164417.587000', '164417.589000', '164417.592000', '164417.595000', '164417.597000', '164417.600000', '164417.603000', '164417.605000', '164417.608000', '164417.610000', '164417.613000', '164417.616000', '164417.618000', '164417.621000', '164417.623000', '164417.626000', '164417.628000', '164417.631000', '164417.634000', '164437.508000', '164437.514000', '164437.517000', '164437.519000', '164437.522000', '164437.524000', '164437.527000', '164437.530000', '164437.532000', '164437.535000', '164437.537000', '164437.540000', '164437.543000', '164437.545000', '164437.548000', '164437.550000', '164437.553000', '164437.556000', '164437.558000', '164437.561000', '164437.563000', '164437.566000', '164437.568000', '164437.571000', '164437.573000', '164437.576000', '164437.579000', '164437.581000', '164437.584000', '164437.587000', '164437.589000', '164437.592000', '164437.594000', '164437.597000', '164437.599000', '164437.602000', '164437.605000', '164437.607000', '164437.610000', '164437.612000', '164437.615000', '164437.618000', '164437.620000', '164457.509000', '164457.512000', '164457.515000', '164457.517000', '164457.520000', '164457.523000', '164457.525000', '164457.528000', '164457.530000', '164457.533000', '164457.546000', '164457.549000', '164457.552000', '164457.554000', '164457.557000', '164457.559000', '164457.562000', '164457.564000', '164457.567000', '164457.570000', '164457.572000', '164457.575000', '164457.577000', '164457.580000', '164457.583000', '164457.585000', '164457.588000', '164457.591000', '164457.593000', '164457.596000', '164457.598000', '164457.601000', '164457.604000', '164457.606000', '164457.609000', '164457.611000', '164457.614000', '164457.616000', '164457.619000', '164457.622000', '164457.624000', '164457.627000', '164457.629000', '164457.632000', '164517.510000', '164517.512000', '164517.515000', '164517.518000', '164517.520000', '164517.523000', '164517.525000', '164517.528000', '164517.531000', '164517.533000', '164517.536000', '164517.538000', '164517.541000', '164517.544000', '164517.546000', '164517.549000', '164517.551000', '164517.554000', '164517.557000', '164517.559000', '164517.562000', '164517.564000', '164517.567000', '164517.570000', '164517.572000', '164517.575000', '164517.578000', '164517.580000', '164517.583000', '164517.585000', '164517.588000', '164517.591000', '164517.593000', '164517.596000', '164517.598000', '164517.601000', '164517.604000', '164517.606000', '164517.609000', '164517.611000', '164517.614000', '164517.617000', '164517.619000', '164537.509000', '164537.512000', '164537.515000', '164537.517000', '164537.520000', '164537.523000', '164537.525000', '164537.528000', '164537.530000', '164537.533000', '164537.536000', '164537.538000', '164537.541000', '164537.543000', '164537.546000', '164537.549000', '164537.551000', '164537.554000', '164537.556000', '164537.559000', '164537.561000', '164537.564000', '164537.567000', '164537.569000', '164537.572000', '164537.574000', '164537.577000', '164537.580000', '164537.582000', '164537.585000', '164537.587000', '164537.590000', '164537.593000', '164537.595000', '164537.598000', '164537.600000', '164537.603000', '164537.606000', '164537.608000', '164537.611000', '164537.614000', '164537.616000', '164537.619000', '164537.621000', '164557.510000', '164557.512000', '164557.515000', '164557.518000', '164557.520000', '164557.523000', '164557.525000', '164557.528000', '164557.531000', '164557.533000', '164557.536000', '164557.538000', '164557.541000', '164557.544000', '164557.546000', '164557.549000', '164557.551000', '164557.554000', '164557.557000', '164557.559000', '164557.562000', '164557.564000', '164557.567000', '164557.570000', '164557.572000', '164557.575000', '164557.578000', '164557.580000', '164557.583000', '164557.585000', '164557.588000', '164557.591000', '164557.593000', '164557.596000', '164557.598000', '164557.601000', '164557.604000', '164557.606000', '164557.609000', '164557.611000', '164557.614000', '164557.616000', '164557.619000', '164617.509000', '164617.511000', '164617.514000', '164617.517000', '164617.519000', '164617.522000', '164617.525000', '164617.528000', '164617.530000', '164617.533000', '164617.536000', '164617.538000', '164617.541000', '164617.543000', '164617.546000', '164617.549000', '164617.551000', '164617.554000', '164617.556000', '164617.559000', '164617.562000', '164617.565000', '164617.568000', '164617.571000', '164617.573000', '164617.576000', '164617.579000', '164617.581000', '164617.584000', '164617.587000', '164617.589000', '164617.592000', '164617.595000', '164617.597000', '164617.600000', '164617.635000', '164617.637000', '164617.640000', '164617.643000', '164617.645000', '164617.648000', '164617.651000', '164617.653000', '164637.508000', '164637.511000', '164637.514000', '164637.517000', '164637.519000', '164637.522000', '164637.524000', '164637.527000', '164637.530000', '164637.532000', '164637.535000', '164637.537000', '164637.540000', '164637.543000', '164637.545000', '164637.548000', '164637.550000', '164637.553000', '164637.556000', '164637.558000', '164637.561000', '164637.564000', '164637.566000', '164637.569000', '164637.571000', '164637.574000', '164637.577000', '164637.579000', '164637.582000', '164637.584000', '164637.587000', '164637.590000', '164637.592000', '164637.595000', '164637.597000', '164637.600000', '164637.603000', '164637.605000', '164637.608000', '164637.636000', '164637.639000', '164637.642000', '164637.644000', '164637.647000', '164657.508000', '164657.511000', '164657.514000', '164657.517000', '164657.519000', '164657.522000', '164657.525000', '164657.527000', '164657.530000', '164657.533000', '164657.535000', '164657.538000', '164657.540000', '164657.543000', '164657.546000', '164657.548000', '164657.551000', '164657.553000', '164657.556000', '164657.559000', '164657.561000', '164657.564000', '164657.566000', '164657.569000', '164657.572000', '164657.574000', '164657.577000', '164657.579000', '164657.582000', '164657.584000', '164657.587000', '164657.590000', '164657.592000', '164657.595000', '164657.598000', '164657.600000', '164657.603000', '164657.606000', '164657.608000', '164657.611000', '164657.613000', '164657.616000', '164657.618000', '164717.510000', '164717.513000', '164717.515000', '164717.518000', '164717.520000', '164717.523000', '164717.526000', '164717.528000', '164717.531000', '164717.533000', '164717.536000', '164717.539000', '164717.541000', '164717.544000', '164717.546000', '164717.549000', '164717.551000', '164717.554000', '164717.557000', '164717.559000', '164717.562000', '164717.564000', '164717.567000', '164717.570000', '164717.572000', '164717.575000', '164717.577000', '164717.580000', '164717.583000', '164717.585000', '164717.588000', '164717.590000', '164717.593000', '164717.596000', '164717.598000', '164717.601000', '164717.604000', '164717.606000', '164717.609000', '164717.611000', '164717.614000', '164717.617000', '164717.619000', '164717.622000', '164737.509000', '164737.512000', '164737.515000', '164737.518000', '164737.520000', '164737.523000', '164737.526000', '164737.528000', '164737.531000', '164737.533000', '164737.536000', '164737.539000', '164737.542000', '164737.545000', '164737.548000', '164737.551000', '164737.553000', '164737.556000', '164737.558000', '164737.561000', '164737.564000', '164737.567000', '164737.570000', '164737.572000', '164737.575000', '164737.577000', '164737.580000', '164737.583000', '164737.585000', '164737.588000', '164737.590000', '164737.593000', '164737.596000', '164737.598000', '164737.601000', '164737.604000', '164737.606000', '164737.609000', '164737.611000', '164737.614000', '164737.617000', '164737.619000', '164737.622000', '164757.509000', '164757.512000', '164757.515000', '164757.518000', '164757.520000', '164757.523000', '164757.525000', '164757.528000', '164757.530000', '164757.534000', '164757.536000', '164757.539000', '164757.542000', '164757.544000', '164757.547000', '164757.549000', '164757.552000', '164757.564000', '164757.567000', '164757.570000', '164757.572000', '164757.575000', '164757.577000', '164757.580000', '164757.583000', '164757.585000', '164757.588000', '164757.590000', '164757.593000', '164757.596000', '164757.598000', '164757.601000', '164757.604000', '164757.606000', '164757.609000', '164757.611000', '164757.614000', '164757.617000', '164757.619000', '164757.622000', '164757.624000', '164757.627000', '164757.630000', '164757.632000', '164817.509000', '164817.512000', '164817.515000', '164817.518000', '164817.520000', '164817.523000', '164817.525000', '164817.528000', '164817.531000', '164817.533000', '164817.536000', '164817.538000', '164817.541000', '164817.544000', '164817.546000', '164817.549000', '164817.551000', '164817.554000', '164817.557000', '164817.559000', '164817.562000', '164817.564000', '164817.567000', '164817.570000', '164817.572000', '164817.575000', '164817.577000', '164817.580000', '164817.583000', '164817.585000', '164817.588000', '164817.591000', '164817.593000', '164817.596000', '164817.598000', '164817.601000', '164817.604000', '164817.606000', '164817.609000', '164817.611000', '164817.614000', '164817.617000', '164817.619000', '164837.509000', '164837.512000', '164837.514000', '164837.517000', '164837.519000', '164837.522000', '164837.525000', '164837.527000', '164837.530000', '164837.532000', '164837.535000', '164837.538000', '164837.540000', '164837.543000', '164837.545000', '164837.548000', '164837.551000', '164837.553000', '164837.556000', '164837.558000', '164837.561000', '164837.564000', '164837.566000', '164837.569000', '164837.571000', '164837.574000', '164837.577000', '164837.579000', '164837.582000', '164837.586000', '164837.589000', '164837.591000', '164837.594000', '164837.596000', '164837.599000', '164837.602000', '164837.604000', '164837.607000', '164837.609000', '164837.612000', '164837.615000', '164837.618000', '164837.620000', '164837.623000', '164857.509000', '164857.511000', '164857.514000', '164857.517000', '164857.519000', '164857.522000', '164857.524000', '164857.527000', '164857.530000', '164857.532000', '164857.535000', '164857.537000', '164857.540000', '164857.542000', '164857.545000', '164857.548000', '164857.550000', '164857.553000', '164857.555000', '164857.558000', '164857.561000', '164857.563000', '164857.566000', '164857.568000', '164857.571000', '164857.574000', '164857.576000', '164857.579000', '164857.582000', '164857.584000', '164857.587000', '164857.589000', '164857.592000', '164857.595000', '164857.597000', '164857.600000', '164857.603000', '164857.606000', '164857.609000', '164857.611000', '164857.614000', '164857.616000', '164857.619000', '164917.509000', '164917.511000', '164917.514000', '164917.517000', '164917.519000', '164917.522000', '164917.524000', '164917.527000', '164917.530000', '164917.532000', '164917.535000', '164917.537000', '164917.540000', '164917.542000', '164917.545000', '164917.548000', '164917.551000', '164917.553000', '164917.556000', '164917.558000', '164917.561000', '164917.564000', '164917.566000', '164917.569000', '164917.571000', '164917.574000', '164917.576000', '164917.579000', '164917.596000', '164917.599000', '164917.602000', '164917.604000', '164917.607000', '164917.609000', '164917.612000', '164917.614000', '164917.617000', '164917.620000', '164917.622000', '164917.625000', '164917.627000', '164917.630000', '164917.633000', '164917.635000', '164919.605000', '164919.608000', '164919.611000', '164919.614000', '164919.617000'], 'InstanceCreationTime': ['164257.571000', '164257.604000', '164257.607000', '164257.610000', '164257.612000', '164257.615000', '164257.617000', '164257.620000', '164257.622000', '164257.625000', '164257.628000', '164257.630000', '164257.633000', '164257.636000', '164257.638000', '164257.641000', '164257.643000', '164257.646000', '164257.648000', '164257.651000', '164257.653000', '164257.656000', '164257.659000', '164257.661000', '164257.673000', '164257.675000', '164257.678000', '164257.681000', '164257.683000', '164257.686000', '164257.688000', '164257.691000', '164257.694000', '164257.696000', '164257.699000', '164257.701000', '164257.704000', '164257.706000', '164257.709000', '164257.711000', '164257.714000', '164317.510000', '164317.512000', '164317.515000', '164317.518000', '164317.520000', '164317.523000', '164317.525000', '164317.528000', '164317.530000', '164317.533000', '164317.535000', '164317.538000', '164317.541000', '164317.543000', '164317.554000', '164317.557000', '164317.559000', '164317.562000', '164317.564000', '164317.567000', '164317.570000', '164317.572000', '164317.575000', '164317.577000', '164317.580000', '164317.582000', '164317.585000', '164317.588000', '164317.590000', '164317.593000', '164317.595000', '164317.598000', '164317.601000', '164317.603000', '164317.606000', '164317.608000', '164317.611000', '164317.613000', '164317.616000', '164317.618000', '164317.621000', '164317.624000', '164317.626000', '164337.510000', '164337.512000', '164337.515000', '164337.518000', '164337.520000', '164337.523000', '164337.525000', '164337.528000', '164337.531000', '164337.533000', '164337.536000', '164337.538000', '164337.541000', '164337.543000', '164337.546000', '164337.549000', '164337.551000', '164337.554000', '164337.556000', '164337.559000', '164337.561000', '164337.564000', '164337.566000', '164337.569000', '164337.572000', '164337.574000', '164337.577000', '164337.579000', '164337.582000', '164337.585000', '164337.587000', '164337.590000', '164337.592000', '164337.595000', '164337.598000', '164337.600000', '164337.603000', '164337.605000', '164337.608000', '164337.610000', '164337.613000', '164337.615000', '164337.618000', '164337.621000', '164357.508000', '164357.511000', '164357.514000', '164357.516000', '164357.519000', '164357.522000', '164357.524000', '164357.527000', '164357.529000', '164357.532000', '164357.535000', '164357.537000', '164357.540000', '164357.542000', '164357.545000', '164357.548000', '164357.550000', '164357.553000', '164357.556000', '164357.558000', '164357.561000', '164357.563000', '164357.566000', '164357.568000', '164357.571000', '164357.574000', '164357.576000', '164357.579000', '164357.582000', '164357.584000', '164357.587000', '164357.590000', '164357.592000', '164357.595000', '164357.597000', '164357.600000', '164357.602000', '164357.605000', '164357.608000', '164357.610000', '164357.613000', '164357.615000', '164357.618000', '164417.509000', '164417.511000', '164417.514000', '164417.517000', '164417.519000', '164417.522000', '164417.524000', '164417.527000', '164417.529000', '164417.532000', '164417.535000', '164417.537000', '164417.540000', '164417.543000', '164417.545000', '164417.548000', '164417.550000', '164417.553000', '164417.555000', '164417.558000', '164417.561000', '164417.563000', '164417.579000', '164417.582000', '164417.584000', '164417.587000', '164417.589000', '164417.592000', '164417.595000', '164417.597000', '164417.600000', '164417.603000', '164417.605000', '164417.608000', '164417.610000', '164417.613000', '164417.616000', '164417.618000', '164417.621000', '164417.623000', '164417.626000', '164417.628000', '164417.631000', '164417.634000', '164437.508000', '164437.514000', '164437.517000', '164437.519000', '164437.522000', '164437.524000', '164437.527000', '164437.530000', '164437.532000', '164437.535000', '164437.537000', '164437.540000', '164437.543000', '164437.545000', '164437.548000', '164437.550000', '164437.553000', '164437.556000', '164437.558000', '164437.561000', '164437.563000', '164437.566000', '164437.568000', '164437.571000', '164437.573000', '164437.576000', '164437.579000', '164437.581000', '164437.584000', '164437.587000', '164437.589000', '164437.592000', '164437.594000', '164437.597000', '164437.599000', '164437.602000', '164437.605000', '164437.607000', '164437.610000', '164437.612000', '164437.615000', '164437.618000', '164437.620000', '164457.509000', '164457.512000', '164457.515000', '164457.517000', '164457.520000', '164457.523000', '164457.525000', '164457.528000', '164457.530000', '164457.533000', '164457.546000', '164457.549000', '164457.552000', '164457.554000', '164457.557000', '164457.559000', '164457.562000', '164457.564000', '164457.567000', '164457.570000', '164457.572000', '164457.575000', '164457.577000', '164457.580000', '164457.583000', '164457.585000', '164457.588000', '164457.591000', '164457.593000', '164457.596000', '164457.598000', '164457.601000', '164457.604000', '164457.606000', '164457.609000', '164457.611000', '164457.614000', '164457.616000', '164457.619000', '164457.622000', '164457.624000', '164457.627000', '164457.629000', '164457.632000', '164517.510000', '164517.512000', '164517.515000', '164517.518000', '164517.520000', '164517.523000', '164517.525000', '164517.528000', '164517.531000', '164517.533000', '164517.536000', '164517.538000', '164517.541000', '164517.544000', '164517.546000', '164517.549000', '164517.551000', '164517.554000', '164517.557000', '164517.559000', '164517.562000', '164517.564000', '164517.567000', '164517.570000', '164517.572000', '164517.575000', '164517.578000', '164517.580000', '164517.583000', '164517.585000', '164517.588000', '164517.591000', '164517.593000', '164517.596000', '164517.598000', '164517.601000', '164517.604000', '164517.606000', '164517.609000', '164517.611000', '164517.614000', '164517.617000', '164517.619000', '164537.509000', '164537.512000', '164537.515000', '164537.517000', '164537.520000', '164537.523000', '164537.525000', '164537.528000', '164537.530000', '164537.533000', '164537.536000', '164537.538000', '164537.541000', '164537.543000', '164537.546000', '164537.549000', '164537.551000', '164537.554000', '164537.556000', '164537.559000', '164537.561000', '164537.564000', '164537.567000', '164537.569000', '164537.572000', '164537.574000', '164537.577000', '164537.580000', '164537.582000', '164537.585000', '164537.587000', '164537.590000', '164537.593000', '164537.595000', '164537.598000', '164537.600000', '164537.603000', '164537.606000', '164537.608000', '164537.611000', '164537.614000', '164537.616000', '164537.619000', '164537.621000', '164557.510000', '164557.512000', '164557.515000', '164557.518000', '164557.520000', '164557.523000', '164557.525000', '164557.528000', '164557.531000', '164557.533000', '164557.536000', '164557.538000', '164557.541000', '164557.544000', '164557.546000', '164557.549000', '164557.551000', '164557.554000', '164557.557000', '164557.559000', '164557.562000', '164557.564000', '164557.567000', '164557.570000', '164557.572000', '164557.575000', '164557.578000', '164557.580000', '164557.583000', '164557.585000', '164557.588000', '164557.591000', '164557.593000', '164557.596000', '164557.598000', '164557.601000', '164557.604000', '164557.606000', '164557.609000', '164557.611000', '164557.614000', '164557.616000', '164557.619000', '164617.509000', '164617.511000', '164617.514000', '164617.517000', '164617.519000', '164617.522000', '164617.525000', '164617.528000', '164617.530000', '164617.533000', '164617.536000', '164617.538000', '164617.541000', '164617.543000', '164617.546000', '164617.549000', '164617.551000', '164617.554000', '164617.556000', '164617.559000', '164617.562000', '164617.565000', '164617.568000', '164617.571000', '164617.573000', '164617.576000', '164617.579000', '164617.581000', '164617.584000', '164617.587000', '164617.589000', '164617.592000', '164617.595000', '164617.597000', '164617.600000', '164617.635000', '164617.637000', '164617.640000', '164617.643000', '164617.645000', '164617.648000', '164617.651000', '164617.653000', '164637.508000', '164637.511000', '164637.514000', '164637.517000', '164637.519000', '164637.522000', '164637.524000', '164637.527000', '164637.530000', '164637.532000', '164637.535000', '164637.537000', '164637.540000', '164637.543000', '164637.545000', '164637.548000', '164637.550000', '164637.553000', '164637.556000', '164637.558000', '164637.561000', '164637.564000', '164637.566000', '164637.569000', '164637.571000', '164637.574000', '164637.577000', '164637.579000', '164637.582000', '164637.584000', '164637.587000', '164637.590000', '164637.592000', '164637.595000', '164637.597000', '164637.600000', '164637.603000', '164637.605000', '164637.608000', '164637.636000', '164637.639000', '164637.642000', '164637.644000', '164637.647000', '164657.508000', '164657.511000', '164657.514000', '164657.517000', '164657.519000', '164657.522000', '164657.525000', '164657.527000', '164657.530000', '164657.533000', '164657.535000', '164657.538000', '164657.540000', '164657.543000', '164657.546000', '164657.548000', '164657.551000', '164657.553000', '164657.556000', '164657.559000', '164657.561000', '164657.564000', '164657.566000', '164657.569000', '164657.572000', '164657.574000', '164657.577000', '164657.579000', '164657.582000', '164657.584000', '164657.587000', '164657.590000', '164657.592000', '164657.595000', '164657.598000', '164657.600000', '164657.603000', '164657.606000', '164657.608000', '164657.611000', '164657.613000', '164657.616000', '164657.618000', '164717.510000', '164717.513000', '164717.515000', '164717.518000', '164717.520000', '164717.523000', '164717.526000', '164717.528000', '164717.531000', '164717.533000', '164717.536000', '164717.539000', '164717.541000', '164717.544000', '164717.546000', '164717.549000', '164717.551000', '164717.554000', '164717.557000', '164717.559000', '164717.562000', '164717.564000', '164717.567000', '164717.570000', '164717.572000', '164717.575000', '164717.577000', '164717.580000', '164717.583000', '164717.585000', '164717.588000', '164717.590000', '164717.593000', '164717.596000', '164717.598000', '164717.601000', '164717.604000', '164717.606000', '164717.609000', '164717.611000', '164717.614000', '164717.617000', '164717.619000', '164717.622000', '164737.509000', '164737.512000', '164737.515000', '164737.518000', '164737.520000', '164737.523000', '164737.526000', '164737.528000', '164737.531000', '164737.533000', '164737.536000', '164737.539000', '164737.542000', '164737.545000', '164737.548000', '164737.551000', '164737.553000', '164737.556000', '164737.558000', '164737.561000', '164737.564000', '164737.567000', '164737.570000', '164737.572000', '164737.575000', '164737.577000', '164737.580000', '164737.583000', '164737.585000', '164737.588000', '164737.590000', '164737.593000', '164737.596000', '164737.598000', '164737.601000', '164737.604000', '164737.606000', '164737.609000', '164737.611000', '164737.614000', '164737.617000', '164737.619000', '164737.622000', '164757.509000', '164757.512000', '164757.515000', '164757.518000', '164757.520000', '164757.523000', '164757.525000', '164757.528000', '164757.530000', '164757.534000', '164757.536000', '164757.539000', '164757.542000', '164757.544000', '164757.547000', '164757.549000', '164757.552000', '164757.564000', '164757.567000', '164757.570000', '164757.572000', '164757.575000', '164757.577000', '164757.580000', '164757.583000', '164757.585000', '164757.588000', '164757.590000', '164757.593000', '164757.596000', '164757.598000', '164757.601000', '164757.604000', '164757.606000', '164757.609000', '164757.611000', '164757.614000', '164757.617000', '164757.619000', '164757.622000', '164757.624000', '164757.627000', '164757.630000', '164757.632000', '164817.509000', '164817.512000', '164817.515000', '164817.518000', '164817.520000', '164817.523000', '164817.525000', '164817.528000', '164817.531000', '164817.533000', '164817.536000', '164817.538000', '164817.541000', '164817.544000', '164817.546000', '164817.549000', '164817.551000', '164817.554000', '164817.557000', '164817.559000', '164817.562000', '164817.564000', '164817.567000', '164817.570000', '164817.572000', '164817.575000', '164817.577000', '164817.580000', '164817.583000', '164817.585000', '164817.588000', '164817.591000', '164817.593000', '164817.596000', '164817.598000', '164817.601000', '164817.604000', '164817.606000', '164817.609000', '164817.611000', '164817.614000', '164817.617000', '164817.619000', '164837.509000', '164837.512000', '164837.514000', '164837.517000', '164837.519000', '164837.522000', '164837.525000', '164837.527000', '164837.530000', '164837.532000', '164837.535000', '164837.538000', '164837.540000', '164837.543000', '164837.545000', '164837.548000', '164837.551000', '164837.553000', '164837.556000', '164837.558000', '164837.561000', '164837.564000', '164837.566000', '164837.569000', '164837.571000', '164837.574000', '164837.577000', '164837.579000', '164837.582000', '164837.586000', '164837.589000', '164837.591000', '164837.594000', '164837.596000', '164837.599000', '164837.602000', '164837.604000', '164837.607000', '164837.609000', '164837.612000', '164837.615000', '164837.618000', '164837.620000', '164837.623000', '164857.509000', '164857.511000', '164857.514000', '164857.517000', '164857.519000', '164857.522000', '164857.524000', '164857.527000', '164857.530000', '164857.532000', '164857.535000', '164857.537000', '164857.540000', '164857.542000', '164857.545000', '164857.548000', '164857.550000', '164857.553000', '164857.555000', '164857.558000', '164857.561000', '164857.563000', '164857.566000', '164857.568000', '164857.571000', '164857.574000', '164857.576000', '164857.579000', '164857.582000', '164857.584000', '164857.587000', '164857.589000', '164857.592000', '164857.595000', '164857.597000', '164857.600000', '164857.603000', '164857.606000', '164857.609000', '164857.611000', '164857.614000', '164857.616000', '164857.619000', '164917.509000', '164917.511000', '164917.514000', '164917.517000', '164917.519000', '164917.522000', '164917.524000', '164917.527000', '164917.530000', '164917.532000', '164917.535000', '164917.537000', '164917.540000', '164917.542000', '164917.545000', '164917.548000', '164917.551000', '164917.553000', '164917.556000', '164917.558000', '164917.561000', '164917.564000', '164917.566000', '164917.569000', '164917.571000', '164917.574000', '164917.576000', '164917.579000', '164917.596000', '164917.599000', '164917.602000', '164917.604000', '164917.607000', '164917.609000', '164917.612000', '164917.614000', '164917.617000', '164917.620000', '164917.622000', '164917.625000', '164917.627000', '164917.630000', '164917.633000', '164917.635000', '164919.605000', '164919.608000', '164919.611000', '164919.614000', '164919.617000'], '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': [10675, 13483, 11414, 11072, 9823, 10869, 10407, 10359, 12106, 10550, 10482, 9413, 10636, 10323, 10121, 10632, 10523, 10355, 11252, 10370, 9861, 9469, 9872, 9872, 10068, 9726, 10365, 10089, 9238, 9720, 10385, 10170, 9283, 10312, 10291, 9948, 13660, 9897, 10835, 9517, 13043, 10753, 10766, 13418, 10492, 10975, 9503, 12184, 10160, 10582, 10403, 10008, 10277, 9295, 12113, 10586, 10487, 9569, 10062, 10179, 9454, 9793, 10127, 10042, 11812, 10048, 9725, 9999, 9462, 10321, 10479, 9443, 9873, 10406, 10606, 9890, 9697, 10135, 10006, 15829, 11751, 10686, 10275, 10584, 10617, 10081, 9937, 10207, 10361, 10362, 10741, 10568, 9762, 9833, 9963, 9919, 9545, 10219, 10335, 9852, 8703, 10088, 9759, 9161, 10745, 9877, 9724, 10029, 10377, 10112, 9638, 11703, 10339, 10528, 12350, 10149, 10825, 9614, 11731, 10059, 10028, 14170, 10232, 10500, 9641, 10302, 10125, 9838, 13465, 9858, 9617, 10168, 10165, 10013, 10048, 10079, 10137, 9445, 9451, 11652, 9849, 10200, 9300, 10675, 10032, 9999, 9755, 9456, 9450, 9154, 10710, 10584, 10123, 10211, 12888, 10877, 10314, 10356, 12958, 10839, 10352, 9544, 13083, 10072, 10047, 8970, 10425, 9639, 10251, 10235, 9405, 9277, 8078, 9966, 9153, 8162, 10283, 9641, 9460, 9504, 9972, 9327, 9415, 12440, 10216, 10040, 13766, 11169, 10106, 10848, 14959, 12161, 10707, 15793, 10869, 9537, 11181, 10666, 10153, 10791, 11456, 10390, 9751, 10502, 10461, 10009, 9767, 10137, 10030, 8780, 10381, 10227, 10195, 9986, 10806, 10223, 10005, 9367, 10381, 9889, 9157, 10736, 10433, 9685, 9899, 10551, 9305, 13696, 10141, 9793, 9496, 10606, 9591, 9678, 11540, 9991, 9904, 8815, 10661, 9367, 9413, 11028, 10067, 9879, 8827, 10412, 9535, 9422, 12387, 10525, 9610, 9039, 11284, 10144, 10241, 16031, 10993, 9838, 9834, 10982, 10023, 9720, 15404, 10668, 9722, 8990, 9782, 9899, 9533, 14263, 10184, 9780, 9779, 9593, 10202, 9643, 10128, 10209, 9879, 9164, 9531, 10135, 10427, 11624, 10773, 10625, 11101, 14383, 10762, 10017, 9582, 10544, 10364, 9974, 11368, 10451, 10496, 9727, 10186, 10516, 10198, 11368, 10703, 10083, 9395, 10370, 10514, 10319, 15800, 11140, 10396, 10207, 9039, 10497, 9532, 9152, 10760, 10063, 9605, 8906, 10216, 9240, 9705, 10472, 10426, 9728, 10453, 10363, 9445, 9451, 10442, 10265, 10210, 13516, 10999, 10180, 9593, 10398, 10252, 9975, 11801, 10286, 9556, 11992, 11888, 10253, 9989, 13396, 9976, 10254, 9714, 10575, 10123, 10031, 8900, 10091, 9520, 9239, 10604, 10084, 10248, 10713, 10207, 10209, 9871, 9661, 10379, 9624, 9092, 9702, 9385, 9699, 12175, 10595, 9699, 9047, 11389, 10235, 9873, 10927, 10469, 9848, 9551, 10309, 9954, 9635, 12689, 10593, 9745, 9172, 10281, 9646, 9181, 13382, 10345, 9491, 9473, 9210, 10263, 9556, 9704, 12652, 10152, 9486, 11027, 10330, 9563, 11985, 12725, 10074, 8894, 10438, 10121, 9217, 13685, 10903, 9969, 13021, 10362, 9822, 10358, 13182, 11045, 9626, 10507, 10271, 9998, 9982, 10269, 10084, 9441, 9668, 9940, 10186, 9548, 10307, 10375, 10003, 10636, 10401, 9879, 9582, 9859, 10432, 9201, 11556, 10509, 9822, 9521, 8837, 9653, 9273, 9267, 9565, 9233, 9266, 9505, 9894, 9557, 8915, 10175, 10077, 10030, 12225, 10466, 9627, 10113, 13987, 10017, 10038, 10714, 10246, 9729, 9009, 13224, 10179, 9661, 10677, 10395, 9655, 9925, 10178, 9626, 9516, 12010, 9951, 9044, 11492, 10400, 9677, 9316, 10410, 9863, 10009, 11536, 10055, 9873, 9488, 10839, 10146, 10337, 12617, 10252, 10062, 9052, 11488, 10137, 9508, 13487, 10084, 9418, 10042, 7635, 10778, 9649, 9557, 9964, 10240, 9887, 9197, 10050, 10287, 9971, 8528, 10446, 10223, 9896, 9886, 10374, 9693, 8521, 10621, 9905, 9813, 9020, 10360, 9321, 9244, 11544, 10033, 9418, 10200, 10006, 9879, 9696, 10710, 9700, 9769, 12463, 10186, 10368, 9276, 11908, 10115, 10057, 15142, 12162, 10210, 9757, 10439, 10012, 9862, 14572, 10334, 9823, 8967, 10235, 10039, 10028, 10304, 10049, 10199, 9040, 10283, 9984, 10076, 10050, 9655, 9799, 8984, 10756, 9977, 10003, 11598, 9874, 10182, 8844, 10279, 9232, 9267, 10448, 10029, 9326, 8148, 8970, 10279, 9796, 9708, 11692, 10418, 9412, 12716, 13009, 9984, 9946, 10124, 11056, 9737, 10130, 16297, 10989, 9498, 9404, 8453, 10235, 9131, 11162, 10681, 10014, 9316, 9679, 10218, 9392, 9121, 11586, 9844, 9716, 10003, 10785, 10324, 10094, 16917, 11694, 10108, 9339, 11240, 10107, 9983, 12698, 10322, 10203, 8583, 10123, 10339, 9837, 8365, 10221, 9691, 9393, 11785, 10116, 9454, 9187, 9577, 9283, 9545, 8985, 10213, 9908, 9392, 10751, 9932, 9499, 10154, 10477, 10003, 9749, 10727, 10340, 9421, 9062, 12466, 10393, 9647, 9252, 10354, 9757, 9770, 13034, 10147, 9740, 8650, 12461, 10052, 9850, 10444, 10097, 9802, 9310, 9646, 9869, 9526, 9125, 9906, 10111, 10121, 10943, 10361, 9799, 9804, 11717, 10134, 10129, 10525, 10472, 9794, 9635, 11995, 10436, 9825, 9150, 10305, 9869, 9633, 13223, 10057, 9389, 9165, 9928, 9906, 9625, 11163, 10141, 9168, 9522, 8877, 10027, 9621, 9268, 10112, 9776, 9587, 11337, 10050, 10125, 9159, 9812, 9993, 10105, 14691, 11528, 10762, 10076, 10490, 9669, 9892, 13192, 9402, 10425, 9238, 10219, 9756, 9727, 9668, 10267, 9733, 9166, 12893, 9974, 9661, 9930, 10202, 10033, 9727, 10590, 10285, 9196, 9241, 9875, 9964, 9533, 9932, 10138, 9530, 9257, 14445, 10032, 9839, 9088, 10075, 10064, 9746, 15013, 10231, 10124, 9226, 9770, 9980, 10030, 12912, 9817, 9621, 9172, 9533, 9877, 9414, 9375, 9740, 9870, 9649, 8609, 10140, 9639, 9367, 10437, 9860, 9558, 8483, 10157, 9783, 10098, 11338, 9675, 9618, 9087, 9549, 9438, 9697, 9167, 9872, 9369, 10168, 12759, 9970, 9802, 9849, 11447, 9861, 9775, 9482, 12371, 10152, 10501, 9478, 9690, 9790, 9892, 11448, 9868, 9167, 9099, 9572, 10233, 9725, 10596, 10685, 9845, 9417, 9601, 9904, 9538, 9207, 11210, 9754, 9954, 11058, 9724, 9511, 9190, 13207, 9522, 10602, 9578, 9707, 9525, 9754, 12324, 9217, 10411, 9885, 9711, 9499], 'WindowCenter': [4697.0, 4705.0, 4659.0, 4642.0, 4617.0, 4613.0, 4598.0, 4587.0, 4615.0, 4597.0, 4596.0, 4576.0, 4596.0, 4585.0, 4586.0, 4595.0, 4594.0, 4582.0, 4593.0, 4585.0, 4585.0, 4586.0, 4585.0, 4585.0, 4585.0, 4585.0, 4592.0, 4597.0, 4587.0, 4587.0, 4597.0, 4596.0, 4575.0, 4594.0, 4594.0, 4597.0, 4639.0, 4588.0, 4609.0, 4588.0, 4639.0, 4608.0, 4595.0, 4624.0, 4582.0, 4594.0, 4574.0, 4617.0, 4596.0, 4598.0, 4596.0, 4585.0, 4584.0, 4576.0, 4614.0, 4596.0, 4595.0, 4573.0, 4573.0, 4583.0, 4572.0, 4571.0, 4583.0, 4584.0, 4615.0, 4599.0, 4587.0, 4587.0, 4574.0, 4582.0, 4582.0, 4573.0, 4575.0, 4595.0, 4593.0, 4585.0, 4577.0, 4596.0, 4599.0, 4658.0, 4606.0, 4594.0, 4587.0, 4596.0, 4595.0, 4582.0, 4572.0, 4582.0, 4583.0, 4583.0, 4594.0, 4594.0, 4585.0, 4584.0, 4583.0, 4582.0, 4585.0, 4597.0, 4599.0, 4599.0, 4569.0, 4601.0, 4584.0, 4574.0, 4605.0, 4600.0, 4597.0, 4597.0, 4597.0, 4595.0, 4587.0, 4630.0, 4610.0, 4609.0, 4628.0, 4596.0, 4606.0, 4575.0, 4617.0, 4585.0, 4585.0, 4635.0, 4595.0, 4596.0, 4585.0, 4582.0, 4594.0, 4584.0, 4625.0, 4585.0, 4585.0, 4597.0, 4596.0, 4585.0, 4583.0, 4571.0, 4581.0, 4573.0, 4576.0, 4618.0, 4598.0, 4596.0, 4576.0, 4594.0, 4585.0, 4585.0, 4571.0, 4572.0, 4576.0, 4578.0, 4610.0, 4610.0, 4598.0, 4597.0, 4629.0, 4604.0, 4586.0, 4585.0, 4614.0, 4593.0, 4585.0, 4573.0, 4624.0, 4584.0, 4584.0, 4550.0, 4584.0, 4584.0, 4584.0, 4596.0, 4577.0, 4576.0, 4544.0, 4582.0, 4575.0, 4555.0, 4596.0, 4587.0, 4591.0, 4589.0, 4597.0, 4589.0, 4590.0, 4630.0, 4599.0, 4599.0, 4637.0, 4607.0, 4598.0, 4608.0, 4649.0, 4616.0, 4598.0, 4658.0, 4596.0, 4575.0, 4591.0, 4581.0, 4581.0, 4593.0, 4604.0, 4584.0, 4572.0, 4582.0, 4592.0, 4571.0, 4570.0, 4583.0, 4570.0, 4552.0, 4583.0, 4582.0, 4583.0, 4584.0, 4594.0, 4594.0, 4586.0, 4575.0, 4595.0, 4585.0, 4574.0, 4595.0, 4597.0, 4585.0, 4586.0, 4596.0, 4576.0, 4637.0, 4598.0, 4598.0, 4588.0, 4594.0, 4583.0, 4585.0, 4619.0, 4598.0, 4599.0, 4575.0, 4609.0, 4589.0, 4587.0, 4607.0, 4599.0, 4598.0, 4577.0, 4608.0, 4600.0, 4590.0, 4630.0, 4610.0, 4587.0, 4576.0, 4605.0, 4596.0, 4597.0, 4658.0, 4596.0, 4584.0, 4583.0, 4596.0, 4584.0, 4574.0, 4647.0, 4595.0, 4574.0, 4562.0, 4583.0, 4584.0, 4574.0, 4636.0, 4597.0, 4597.0, 4586.0, 4572.0, 4583.0, 4570.0, 4581.0, 4584.0, 4585.0, 4575.0, 4575.0, 4595.0, 4597.0, 4605.0, 4596.0, 4592.0, 4606.0, 4635.0, 4595.0, 4573.0, 4572.0, 4582.0, 4582.0, 4584.0, 4605.0, 4596.0, 4597.0, 4584.0, 4584.0, 4583.0, 4579.0, 4592.0, 4584.0, 4583.0, 4562.0, 4585.0, 4596.0, 4585.0, 4646.0, 4607.0, 4594.0, 4584.0, 4549.0, 4579.0, 4572.0, 4572.0, 4606.0, 4586.0, 4586.0, 4576.0, 4597.0, 4587.0, 4586.0, 4595.0, 4593.0, 4574.0, 4593.0, 4596.0, 4589.0, 4589.0, 4597.0, 4597.0, 4594.0, 4636.0, 4597.0, 4584.0, 4574.0, 4582.0, 4582.0, 4572.0, 4603.0, 4583.0, 4574.0, 4604.0, 4606.0, 4586.0, 4584.0, 4623.0, 4570.0, 4582.0, 4572.0, 4581.0, 4581.0, 4571.0, 4561.0, 4582.0, 4572.0, 4573.0, 4595.0, 4584.0, 4592.0, 4594.0, 4584.0, 4595.0, 4586.0, 4577.0, 4593.0, 4575.0, 4566.0, 4576.0, 4578.0, 4575.0, 4618.0, 4606.0, 4587.0, 4578.0, 4615.0, 4596.0, 4584.0, 4605.0, 4596.0, 4597.0, 4588.0, 4598.0, 4586.0, 4587.0, 4628.0, 4608.0, 4587.0, 4576.0, 4593.0, 4585.0, 4584.0, 4636.0, 4609.0, 4599.0, 4588.0, 4587.0, 4599.0, 4599.0, 4589.0, 4640.0, 4599.0, 4585.0, 4596.0, 4599.0, 4596.0, 4618.0, 4628.0, 4599.0, 4576.0, 4594.0, 4582.0, 4574.0, 4634.0, 4610.0, 4586.0, 4626.0, 4583.0, 4585.0, 4585.0, 4624.0, 4594.0, 4573.0, 4581.0, 4570.0, 4568.0, 4568.0, 4580.0, 4582.0, 4585.0, 4574.0, 4585.0, 4584.0, 4584.0, 4585.0, 4583.0, 4573.0, 4592.0, 4593.0, 4585.0, 4574.0, 4574.0, 4594.0, 4577.0, 4604.0, 4595.0, 4585.0, 4573.0, 4563.0, 4575.0, 4575.0, 4589.0, 4585.0, 4574.0, 4574.0, 4585.0, 4596.0, 4587.0, 4576.0, 4598.0, 4586.0, 4584.0, 4615.0, 4594.0, 4573.0, 4585.0, 4637.0, 4584.0, 4585.0, 4594.0, 4582.0, 4574.0, 4563.0, 4625.0, 4585.0, 4574.0, 4582.0, 4582.0, 4584.0, 4584.0, 4583.0, 4572.0, 4575.0, 4614.0, 4584.0, 4564.0, 4603.0, 4583.0, 4572.0, 4561.0, 4593.0, 4585.0, 4583.0, 4604.0, 4585.0, 4584.0, 4573.0, 4594.0, 4583.0, 4582.0, 4603.0, 4581.0, 4582.0, 4563.0, 4605.0, 4583.0, 4587.0, 4637.0, 4596.0, 4562.0, 4568.0, 4516.0, 4581.0, 4573.0, 4575.0, 4584.0, 4582.0, 4585.0, 4575.0, 4585.0, 4595.0, 4585.0, 4579.0, 4607.0, 4599.0, 4587.0, 4586.0, 4595.0, 4586.0, 4578.0, 4598.0, 4601.0, 4600.0, 4576.0, 4597.0, 4588.0, 4589.0, 4619.0, 4598.0, 4588.0, 4600.0, 4601.0, 4599.0, 4599.0, 4607.0, 4588.0, 4586.0, 4626.0, 4597.0, 4598.0, 4577.0, 4615.0, 4596.0, 4588.0, 4645.0, 4617.0, 4597.0, 4576.0, 4584.0, 4572.0, 4585.0, 4647.0, 4585.0, 4586.0, 4563.0, 4593.0, 4586.0, 4587.0, 4596.0, 4584.0, 4594.0, 4563.0, 4598.0, 4587.0, 4588.0, 4586.0, 4574.0, 4585.0, 4566.0, 4608.0, 4597.0, 4598.0, 4606.0, 4587.0, 4595.0, 4577.0, 4599.0, 4577.0, 4577.0, 4611.0, 4586.0, 4574.0, 4541.0, 4566.0, 4598.0, 4600.0, 4588.0, 4617.0, 4598.0, 4588.0, 4630.0, 4628.0, 4586.0, 4585.0, 4584.0, 4592.0, 4574.0, 4586.0, 4656.0, 4597.0, 4586.0, 4576.0, 4552.0, 4584.0, 4574.0, 4605.0, 4596.0, 4585.0, 4576.0, 4585.0, 4595.0, 4577.0, 4574.0, 4606.0, 4585.0, 4586.0, 4585.0, 4595.0, 4595.0, 4597.0, 4670.0, 4617.0, 4596.0, 4572.0, 4605.0, 4584.0, 4586.0, 4625.0, 4585.0, 4585.0, 4565.0, 4584.0, 4586.0, 4586.0, 4553.0, 4583.0, 4584.0, 4574.0, 4617.0, 4595.0, 4585.0, 4576.0, 4585.0, 4587.0, 4590.0, 4576.0, 4596.0, 4586.0, 4575.0, 4597.0, 4596.0, 4599.0, 4596.0, 4597.0, 4587.0, 4585.0, 4595.0, 4594.0, 4576.0, 4576.0, 4624.0, 4586.0, 4586.0, 4575.0, 4594.0, 4585.0, 4587.0, 4626.0, 4584.0, 4575.0, 4564.0, 4614.0, 4585.0, 4586.0, 4597.0, 4583.0, 4581.0, 4573.0, 4585.0, 4584.0, 4588.0, 4575.0, 4582.0, 4594.0, 4584.0, 4605.0, 4596.0, 4589.0, 4588.0, 4615.0, 4585.0, 4583.0, 4596.0, 4595.0, 4586.0, 4587.0, 4602.0, 4593.0, 4573.0, 4562.0, 4583.0, 4583.0, 4575.0, 4626.0, 4584.0, 4574.0, 4570.0, 4571.0, 4583.0, 4572.0, 4604.0, 4595.0, 4576.0, 4586.0, 4577.0, 4587.0, 4587.0, 4574.0, 4583.0, 4587.0, 4585.0, 4607.0, 4601.0, 4598.0, 4588.0, 4598.0, 4598.0, 4611.0, 4647.0, 4617.0, 4607.0, 4585.0, 4595.0, 4586.0, 4585.0, 4639.0, 4589.0, 4597.0, 4578.0, 4597.0, 4587.0, 4586.0, 4585.0, 4585.0, 4584.0, 4588.0, 4639.0, 4587.0, 4602.0, 4598.0, 4597.0, 4585.0, 4572.0, 4592.0, 4583.0, 4576.0, 4589.0, 4585.0, 4586.0, 4584.0, 4585.0, 4595.0, 4586.0, 4576.0, 4650.0, 4587.0, 4586.0, 4565.0, 4586.0, 4587.0, 4585.0, 4648.0, 4596.0, 4584.0, 4563.0, 4572.0, 4584.0, 4586.0, 4628.0, 4600.0, 4587.0, 4576.0, 4585.0, 4586.0, 4586.0, 4591.0, 4587.0, 4586.0, 4584.0, 4567.0, 4598.0, 4588.0, 4588.0, 4597.0, 4586.0, 4587.0, 4579.0, 4597.0, 4600.0, 4596.0, 4606.0, 4586.0, 4599.0, 4594.0, 4589.0, 4578.0, 4602.0, 4587.0, 4598.0, 4576.0, 4584.0, 4626.0, 4585.0, 4582.0, 4586.0, 4607.0, 4587.0, 4585.0, 4586.0, 4626.0, 4587.0, 4596.0, 4574.0, 4573.0, 4585.0, 4587.0, 4603.0, 4587.0, 4576.0, 4566.0, 4576.0, 4584.0, 4587.0, 4595.0, 4609.0, 4586.0, 4575.0, 4573.0, 4582.0, 4587.0, 4574.0, 4608.0, 4574.0, 4586.0, 4595.0, 4574.0, 4585.0, 4576.0, 4638.0, 4575.0, 4595.0, 4572.0, 4573.0, 4584.0, 4586.0, 4629.0, 4576.0, 4594.0, 4584.0, 4586.0, 4586.0], 'WindowWidth': [10317.0, 10301.0, 10218.0, 10180.0, 10135.0, 10119.0, 10090.0, 10071.0, 10106.0, 10080.0, 10078.0, 10052.0, 10078.0, 10064.0, 10065.0, 10077.0, 10071.0, 10053.0, 10070.0, 10060.0, 10064.0, 10064.0, 10062.0, 10061.0, 10062.0, 10064.0, 10072.0, 10083.0, 10070.0, 10070.0, 10082.0, 10078.0, 10049.0, 10073.0, 10075.0, 10082.0, 10141.0, 10070.0, 10097.0, 10073.0, 10141.0, 10097.0, 10074.0, 10115.0, 10053.0, 10071.0, 10046.0, 10107.0, 10079.0, 10081.0, 10077.0, 10059.0, 10060.0, 10053.0, 10100.0, 10078.0, 10073.0, 10043.0, 10041.0, 10055.0, 10038.0, 10036.0, 10054.0, 10057.0, 10104.0, 10090.0, 10070.0, 10067.0, 10045.0, 10051.0, 10053.0, 10043.0, 10046.0, 10073.0, 10068.0, 10060.0, 10051.0, 10079.0, 10087.0, 10165.0, 10089.0, 10070.0, 10066.0, 10073.0, 10073.0, 10053.0, 10038.0, 10052.0, 10055.0, 10056.0, 10072.0, 10072.0, 10062.0, 10058.0, 10056.0, 10054.0, 10065.0, 10082.0, 10088.0, 10087.0, 10047.0, 10090.0, 10060.0, 10046.0, 10090.0, 10091.0, 10085.0, 10083.0, 10080.0, 10079.0, 10070.0, 10131.0, 10104.0, 10102.0, 10126.0, 10079.0, 10091.0, 10050.0, 10110.0, 10065.0, 10062.0, 10130.0, 10073.0, 10078.0, 10064.0, 10055.0, 10072.0, 10060.0, 10116.0, 10061.0, 10060.0, 10083.0, 10079.0, 10063.0, 10054.0, 10038.0, 10052.0, 10044.0, 10052.0, 10111.0, 10085.0, 10080.0, 10052.0, 10071.0, 10063.0, 10062.0, 10037.0, 10041.0, 10050.0, 10058.0, 10107.0, 10105.0, 10085.0, 10082.0, 10129.0, 10089.0, 10063.0, 10061.0, 10099.0, 10069.0, 10060.0, 10044.0, 10114.0, 10059.0, 10057.0, 10009.0, 10057.0, 10063.0, 10059.0, 10079.0, 10054.0, 10050.0, 10005.0, 10053.0, 10048.0, 10023.0, 10080.0, 10069.0, 10076.0, 10074.0, 10084.0, 10075.0, 10076.0, 10131.0, 10086.0, 10084.0, 10136.0, 10094.0, 10082.0, 10098.0, 10156.0, 10106.0, 10085.0, 10169.0, 10079.0, 10049.0, 10065.0, 10049.0, 10047.0, 10070.0, 10085.0, 10058.0, 10039.0, 10052.0, 10066.0, 10036.0, 10033.0, 10051.0, 10036.0, 10014.0, 10055.0, 10053.0, 10056.0, 10059.0, 10071.0, 10075.0, 10065.0, 10050.0, 10074.0, 10060.0, 10047.0, 10077.0, 10079.0, 10062.0, 10063.0, 10076.0, 10052.0, 10136.0, 10086.0, 10086.0, 10071.0, 10074.0, 10057.0, 10062.0, 10112.0, 10083.0, 10085.0, 10052.0, 10099.0, 10075.0, 10070.0, 10099.0, 10086.0, 10083.0, 10055.0, 10098.0, 10090.0, 10077.0, 10129.0, 10100.0, 10068.0, 10052.0, 10089.0, 10078.0, 10080.0, 10167.0, 10077.0, 10058.0, 10057.0, 10077.0, 10059.0, 10048.0, 10152.0, 10074.0, 10045.0, 10026.0, 10057.0, 10058.0, 10043.0, 10132.0, 10081.0, 10082.0, 10064.0, 10041.0, 10052.0, 10034.0, 10052.0, 10057.0, 10061.0, 10048.0, 10047.0, 10075.0, 10079.0, 10089.0, 10076.0, 10069.0, 10093.0, 10129.0, 10070.0, 10041.0, 10038.0, 10051.0, 10052.0, 10057.0, 10089.0, 10076.0, 10080.0, 10061.0, 10058.0, 10054.0, 10045.0, 10066.0, 10055.0, 10055.0, 10026.0, 10060.0, 10075.0, 10060.0, 10150.0, 10094.0, 10075.0, 10055.0, 10004.0, 10044.0, 10038.0, 10041.0, 10093.0, 10063.0, 10063.0, 10051.0, 10082.0, 10072.0, 10064.0, 10077.0, 10068.0, 10045.0, 10072.0, 10079.0, 10072.0, 10074.0, 10082.0, 10080.0, 10076.0, 10133.0, 10079.0, 10060.0, 10044.0, 10053.0, 10050.0, 10037.0, 10083.0, 10056.0, 10045.0, 10089.0, 10091.0, 10064.0, 10060.0, 10109.0, 10033.0, 10052.0, 10040.0, 10048.0, 10050.0, 10034.0, 10024.0, 10052.0, 10040.0, 10042.0, 10072.0, 10058.0, 10069.0, 10074.0, 10061.0, 10077.0, 10064.0, 10053.0, 10071.0, 10048.0, 10037.0, 10050.0, 10054.0, 10047.0, 10109.0, 10093.0, 10069.0, 10059.0, 10106.0, 10079.0, 10060.0, 10091.0, 10078.0, 10083.0, 10075.0, 10085.0, 10066.0, 10069.0, 10126.0, 10098.0, 10068.0, 10052.0, 10071.0, 10063.0, 10063.0, 10137.0, 10103.0, 10089.0, 10071.0, 10069.0, 10088.0, 10091.0, 10075.0, 10147.0, 10085.0, 10063.0, 10078.0, 10087.0, 10085.0, 10111.0, 10124.0, 10085.0, 10051.0, 10071.0, 10055.0, 10044.0, 10130.0, 10103.0, 10066.0, 10119.0, 10056.0, 10062.0, 10062.0, 10115.0, 10075.0, 10043.0, 10051.0, 10032.0, 10029.0, 10029.0, 10046.0, 10053.0, 10064.0, 10047.0, 10059.0, 10061.0, 10062.0, 10060.0, 10056.0, 10040.0, 10068.0, 10069.0, 10063.0, 10045.0, 10043.0, 10071.0, 10057.0, 10088.0, 10077.0, 10060.0, 10041.0, 10029.0, 10046.0, 10050.0, 10072.0, 10063.0, 10047.0, 10047.0, 10064.0, 10079.0, 10070.0, 10055.0, 10084.0, 10064.0, 10059.0, 10101.0, 10070.0, 10044.0, 10061.0, 10138.0, 10059.0, 10060.0, 10071.0, 10053.0, 10048.0, 10031.0, 10118.0, 10062.0, 10045.0, 10053.0, 10053.0, 10061.0, 10060.0, 10058.0, 10042.0, 10048.0, 10099.0, 10057.0, 10032.0, 10082.0, 10053.0, 10038.0, 10024.0, 10069.0, 10060.0, 10056.0, 10086.0, 10060.0, 10059.0, 10044.0, 10074.0, 10055.0, 10053.0, 10082.0, 10050.0, 10053.0, 10031.0, 10092.0, 10058.0, 10067.0, 10136.0, 10080.0, 10024.0, 10026.0, 9954.0, 10046.0, 10040.0, 10044.0, 10057.0, 10050.0, 10060.0, 10051.0, 10062.0, 10076.0, 10062.0, 10063.0, 10096.0, 10087.0, 10068.0, 10064.0, 10075.0, 10065.0, 10059.0, 10084.0, 10095.0, 10091.0, 10054.0, 10081.0, 10072.0, 10074.0, 10116.0, 10083.0, 10071.0, 10090.0, 10093.0, 10089.0, 10089.0, 10097.0, 10070.0, 10064.0, 10120.0, 10079.0, 10083.0, 10056.0, 10104.0, 10078.0, 10067.0, 10147.0, 10108.0, 10081.0, 10050.0, 10057.0, 10040.0, 10059.0, 10151.0, 10063.0, 10063.0, 10030.0, 10072.0, 10066.0, 10067.0, 10080.0, 10060.0, 10072.0, 10031.0, 10082.0, 10069.0, 10069.0, 10065.0, 10046.0, 10063.0, 10039.0, 10099.0, 10082.0, 10085.0, 10092.0, 10066.0, 10075.0, 10055.0, 10087.0, 10054.0, 10054.0, 10104.0, 10063.0, 10043.0, 9996.0, 10037.0, 10085.0, 10092.0, 10073.0, 10108.0, 10083.0, 10073.0, 10129.0, 10125.0, 10066.0, 10060.0, 10058.0, 10068.0, 10046.0, 10063.0, 10161.0, 10082.0, 10067.0, 10051.0, 10013.0, 10056.0, 10045.0, 10091.0, 10079.0, 10062.0, 10051.0, 10063.0, 10076.0, 10054.0, 10047.0, 10093.0, 10062.0, 10062.0, 10062.0, 10076.0, 10078.0, 10080.0, 10189.0, 10107.0, 10077.0, 10040.0, 10089.0, 10061.0, 10067.0, 10117.0, 10059.0, 10061.0, 10037.0, 10060.0, 10064.0, 10063.0, 10019.0, 10057.0, 10063.0, 10048.0, 10111.0, 10076.0, 10064.0, 10051.0, 10069.0, 10070.0, 10077.0, 10055.0, 10079.0, 10063.0, 10047.0, 10079.0, 10080.0, 10090.0, 10082.0, 10083.0, 10067.0, 10063.0, 10076.0, 10073.0, 10053.0, 10053.0, 10119.0, 10064.0, 10065.0, 10049.0, 10077.0, 10063.0, 10068.0, 10119.0, 10058.0, 10049.0, 10035.0, 10100.0, 10063.0, 10068.0, 10081.0, 10057.0, 10054.0, 10042.0, 10065.0, 10059.0, 10072.0, 10049.0, 10056.0, 10073.0, 10059.0, 10093.0, 10081.0, 10071.0, 10072.0, 10104.0, 10062.0, 10057.0, 10080.0, 10078.0, 10065.0, 10069.0, 10083.0, 10069.0, 10042.0, 10026.0, 10056.0, 10057.0, 10049.0, 10121.0, 10058.0, 10044.0, 10036.0, 10037.0, 10056.0, 10043.0, 10088.0, 10076.0, 10053.0, 10065.0, 10053.0, 10065.0, 10068.0, 10049.0, 10057.0, 10067.0, 10064.0, 10096.0, 10093.0, 10086.0, 10071.0, 10085.0, 10084.0, 10108.0, 10153.0, 10110.0, 10097.0, 10062.0, 10074.0, 10064.0, 10063.0, 10143.0, 10073.0, 10082.0, 10057.0, 10084.0, 10067.0, 10065.0, 10062.0, 10060.0, 10060.0, 10072.0, 10143.0, 10068.0, 10098.0, 10086.0, 10081.0, 10061.0, 10039.0, 10068.0, 10056.0, 10052.0, 10074.0, 10063.0, 10064.0, 10062.0, 10061.0, 10076.0, 10065.0, 10053.0, 10160.0, 10068.0, 10065.0, 10035.0, 10065.0, 10070.0, 10066.0, 10155.0, 10078.0, 10060.0, 10029.0, 10040.0, 10059.0, 10066.0, 10125.0, 10091.0, 10069.0, 10051.0, 10063.0, 10067.0, 10067.0, 10080.0, 10067.0, 10066.0, 10061.0, 10044.0, 10085.0, 10071.0, 10072.0, 10081.0, 10064.0, 10067.0, 10062.0, 10083.0, 10090.0, 10079.0, 10092.0, 10066.0, 10090.0, 10089.0, 10073.0, 10056.0, 10095.0, 10071.0, 10084.0, 10050.0, 10058.0, 10117.0, 10062.0, 10059.0, 10066.0, 10095.0, 10065.0, 10062.0, 10066.0, 10119.0, 10068.0, 10078.0, 10047.0, 10043.0, 10061.0, 10069.0, 10086.0, 10068.0, 10051.0, 10035.0, 10047.0, 10057.0, 10067.0, 10076.0, 10101.0, 10064.0, 10047.0, 10043.0, 10054.0, 10066.0, 10047.0, 10097.0, 10048.0, 10063.0, 10074.0, 10047.0, 10062.0, 10053.0, 10141.0, 10049.0, 10074.0, 10040.0, 10043.0, 10060.0, 10066.0, 10129.0, 10052.0, 10074.0, 10059.0, 10067.0, 10064.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.00022928489042675897</td></tr>
<tr><td colspan=3>aqi</td><td>0.02064707151095732</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.69774817106235</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1570147622748266</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9989538063163976</td></tr>
<tr><td colspan=3>efc</td><td>0.5486</td></tr>
<tr><td colspan=3>fber</td><td>1572.9146</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11470994814232914</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>125</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.41753171856978</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4791935013001978</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3782683069340287</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7038455718989343</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.355466625067629</td></tr>
<tr><td colspan=3>gcor</td><td>0.00527811</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016306357458233833</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05899408459663391</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.161199703102405</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.9833</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>108.0555</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>299.227</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>97.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284950.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1292.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>490.0383</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6883</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.1809</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3720.7696</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3836.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91594.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1622.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.8445</td></tr>
<tr><td colspan=3>tsnr</td><td>37.1981201171875</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>