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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0089_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0089_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0089/ses-01/func/sub-0089_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>371c71aafddc264c3a03b2ee96a250fc</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>17:41:2.820000</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.999676, 0.0220728, -0.0126497, -0.0165768, 0.94233, 0.334275]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.107006</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7826, -7224, 605, -42, -208, 62, 66]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.558</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1311cb14-8637-4415-adb0-739f4f7ec524||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.682058572769165, -0.04447425901889801, -0.05210617929697037, 117.03932189941406], [-0.05921979248523712, 2.5282015800476074, 0.9016851186752319, -114.65628051757812], [-0.0339382030069828, -0.8968362808227539, 2.544454574584961, -6.75306510925293], [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': ['174102.820000', '174103.280000', '174103.740000', '174104.200000', '174104.660000', '174105.120000', '174105.580000', '174106.040000', '174106.500000', '174106.960000', '174107.420000', '174107.880000', '174108.340000', '174108.800000', '174109.260000', '174109.720000', '174110.180000', '174110.640000', '174111.100000', '174111.560000', '174112.020000', '174112.480000', '174112.940000', '174113.400000', '174113.860000', '174114.320000', '174114.780000', '174115.240000', '174115.700000', '174116.160000', '174116.620000', '174117.080000', '174117.540000', '174118.000000', '174118.460000', '174118.920000', '174119.380000', '174119.840000', '174120.300000', '174120.760000', '174121.220000', '174121.680000', '174122.140000', '174122.600000', '174123.060000', '174123.520000', '174123.980000', '174124.440000', '174124.900000', '174125.360000', '174125.820000', '174126.280000', '174126.740000', '174127.200000', '174127.660000', '174128.120000', '174128.580000', '174129.040000', '174129.500000', '174129.960000', '174130.420000', '174130.880000', '174131.340000', '174131.800000', '174132.260000', '174132.720000', '174133.180000', '174133.640000', '174134.100000', '174134.560000', '174135.020000', '174135.480000', '174135.940000', '174136.400000', '174136.860000', '174137.320000', '174137.780000', '174138.240000', '174138.700000', '174139.160000', '174139.620000', '174140.080000', '174140.540000', '174141.000000', '174141.460000', '174141.920000', '174142.380000', '174142.840000', '174143.300000', '174143.760000', '174144.220000', '174144.680000', '174145.140000', '174145.600000', '174146.060000', '174146.520000', '174146.980000', '174147.440000', '174147.900000', '174148.360000', '174148.820000', '174149.280000', '174149.740000', '174150.200000', '174150.660000', '174151.120000', '174151.580000', '174152.040000', '174152.500000', '174152.960000', '174153.420000', '174153.880000', '174154.340000', '174154.800000', '174155.260000', '174155.720000', '174156.180000', '174156.640000', '174157.100000', '174157.560000', '174158.020000', '174158.480000', '174158.940000', '174159.400000', '174159.860000', '174200.320000', '174200.780000', '174201.240000', '174201.700000', '174202.160000', '174202.620000', '174203.080000', '174203.540000', '174204.000000', '174204.460000', '174204.920000', '174205.380000', '174205.840000', '174206.300000', '174206.760000', '174207.220000', '174207.680000', '174208.140000', '174208.600000', '174209.060000', '174209.520000', '174209.980000', '174210.440000', '174210.900000', '174211.360000', '174211.820000', '174212.280000', '174212.740000', '174213.200000', '174213.660000', '174214.120000', '174214.580000', '174215.040000', '174215.500000', '174215.960000', '174216.420000', '174216.880000', '174217.340000', '174217.800000', '174218.260000', '174218.720000', '174219.180000', '174219.640000', '174220.100000', '174220.560000', '174221.020000', '174221.480000', '174221.940000', '174222.400000', '174222.860000', '174223.320000', '174223.780000', '174224.240000', '174224.700000', '174225.160000', '174225.620000', '174226.080000', '174226.540000', '174227.000000', '174227.460000', '174227.920000', '174228.380000', '174228.840000', '174229.300000', '174229.760000', '174230.220000', '174230.680000', '174231.140000', '174231.600000', '174232.060000', '174232.520000', '174232.980000', '174233.440000', '174233.900000', '174234.360000', '174234.820000', '174235.280000', '174235.740000', '174236.200000', '174236.660000', '174237.120000', '174237.580000', '174238.040000', '174238.500000', '174238.960000', '174239.420000', '174239.880000', '174240.340000', '174240.800000', '174241.260000', '174241.720000', '174242.180000', '174242.640000', '174243.100000', '174243.560000', '174244.020000', '174244.480000', '174244.940000', '174245.400000', '174245.860000', '174246.320000', '174246.780000', '174247.240000', '174247.700000', '174248.160000', '174248.620000', '174249.080000', '174249.540000', '174250.000000', '174250.460000', '174250.920000', '174251.380000', '174251.840000', '174252.300000', '174252.760000', '174253.220000', '174253.680000', '174254.140000', '174254.600000', '174255.060000', '174255.520000', '174255.980000', '174256.440000', '174256.900000', '174257.360000', '174257.820000', '174258.280000', '174258.740000', '174259.200000', '174259.660000', '174300.120000', '174300.580000', '174301.040000', '174301.500000', '174301.960000', '174302.420000', '174302.880000', '174303.340000', '174303.800000', '174304.260000', '174304.720000', '174305.180000', '174305.640000', '174306.100000', '174306.560000', '174307.020000', '174307.480000', '174307.940000', '174308.400000', '174308.860000', '174309.320000', '174309.780000', '174310.240000', '174310.700000', '174311.160000', '174311.620000', '174312.080000', '174312.540000', '174313.000000', '174313.460000', '174313.920000', '174314.380000', '174314.840000', '174315.300000', '174315.760000', '174316.220000', '174316.680000', '174317.140000', '174317.600000', '174318.060000', '174318.520000', '174318.980000', '174319.440000', '174319.900000', '174320.360000', '174320.820000', '174321.280000', '174321.740000', '174322.200000', '174322.660000', '174323.120000', '174323.580000', '174324.040000', '174324.500000', '174324.960000', '174325.420000', '174325.880000', '174326.340000', '174326.800000', '174327.260000', '174327.720000', '174328.180000', '174328.640000', '174329.100000', '174329.560000', '174330.020000', '174330.480000', '174330.940000', '174331.400000', '174331.860000', '174332.320000', '174332.780000', '174333.240000', '174333.700000', '174334.160000', '174334.620000', '174335.080000', '174335.540000', '174336.000000', '174336.460000', '174336.920000', '174337.380000', '174337.840000', '174338.300000', '174338.760000', '174339.220000', '174339.680000', '174340.140000', '174340.600000', '174341.060000', '174341.520000', '174341.980000', '174342.440000', '174342.900000', '174343.360000', '174343.820000', '174344.280000', '174344.740000', '174345.200000', '174345.660000', '174346.120000', '174346.580000', '174347.040000', '174347.500000', '174347.960000', '174348.420000', '174348.880000', '174349.340000', '174349.800000', '174350.260000', '174350.720000', '174351.180000', '174351.640000', '174352.100000', '174352.560000', '174353.020000', '174353.480000', '174353.940000', '174354.400000', '174354.860000', '174355.320000', '174355.780000', '174356.240000', '174356.700000', '174357.160000', '174357.620000', '174358.080000', '174358.540000', '174359.000000', '174359.460000', '174359.920000', '174400.380000', '174400.840000', '174401.300000', '174401.760000', '174402.220000', '174402.680000', '174403.140000', '174403.600000', '174404.060000', '174404.520000', '174404.980000', '174405.440000', '174405.900000', '174406.360000', '174406.820000', '174407.280000', '174407.740000', '174408.200000', '174408.660000', '174409.120000', '174409.580000', '174410.040000', '174410.500000', '174410.960000', '174411.420000', '174411.880000', '174412.340000', '174412.800000', '174413.260000', '174413.720000', '174414.180000', '174414.640000', '174415.100000', '174415.560000', '174416.020000', '174416.480000', '174416.940000', '174417.400000', '174417.860000', '174418.320000', '174418.780000', '174419.240000', '174419.700000', '174420.160000', '174420.620000', '174421.080000', '174421.540000', '174422.000000', '174422.460000', '174422.920000', '174423.380000', '174423.840000', '174424.300000', '174424.760000', '174425.220000', '174425.680000', '174426.140000', '174426.600000', '174427.060000', '174427.520000', '174427.980000', '174428.440000', '174428.900000', '174429.360000', '174429.820000', '174430.280000', '174430.740000', '174431.200000', '174431.660000', '174432.120000', '174432.580000', '174433.040000', '174433.500000', '174433.960000', '174434.420000', '174434.880000', '174435.340000', '174435.800000', '174436.260000', '174436.720000', '174437.180000', '174437.640000', '174438.100000', '174438.560000', '174439.020000', '174439.480000', '174439.940000', '174440.400000', '174440.860000', '174441.320000', '174441.780000', '174442.240000', '174442.700000', '174443.160000', '174443.620000', '174444.080000', '174444.540000', '174445.000000', '174445.460000', '174445.920000', '174446.380000', '174446.840000', '174447.300000', '174447.760000', '174448.220000', '174448.680000', '174449.140000', '174449.600000', '174450.060000', '174450.520000', '174450.980000', '174451.440000', '174451.900000', '174452.360000', '174452.820000', '174453.280000', '174453.740000', '174454.200000', '174454.660000', '174455.120000', '174455.580000', '174456.040000', '174456.500000', '174456.960000', '174457.420000', '174457.880000', '174458.340000', '174458.800000', '174459.260000', '174459.720000', '174500.180000', '174500.640000', '174501.100000', '174501.560000', '174502.020000', '174502.480000', '174502.940000', '174503.400000', '174503.860000', '174504.320000', '174504.780000', '174505.240000', '174505.700000', '174506.160000', '174506.620000', '174507.080000', '174507.540000', '174508.000000', '174508.460000', '174508.920000', '174509.380000', '174509.840000', '174510.300000', '174510.760000', '174511.220000', '174511.680000', '174512.140000', '174512.600000', '174513.060000', '174513.520000', '174513.980000', '174514.440000', '174514.900000', '174515.360000', '174515.820000', '174516.280000', '174516.740000', '174517.200000', '174517.660000', '174518.120000', '174518.580000', '174519.040000', '174519.500000', '174519.960000', '174520.420000', '174520.880000', '174521.340000', '174521.800000', '174522.260000', '174522.720000', '174523.180000', '174523.640000', '174524.100000', '174524.560000', '174525.020000', '174525.480000', '174525.940000', '174526.400000', '174526.860000', '174527.320000', '174527.780000', '174528.240000', '174528.700000', '174529.160000', '174529.620000', '174530.080000', '174530.540000', '174531.000000', '174531.460000', '174531.920000', '174532.380000', '174532.840000', '174533.300000', '174533.760000', '174534.220000', '174534.680000', '174535.140000', '174535.600000', '174536.060000', '174536.520000', '174536.980000', '174537.440000', '174537.900000', '174538.360000', '174538.820000', '174539.280000', '174539.740000', '174540.200000', '174540.660000', '174541.120000', '174541.580000', '174542.040000', '174542.500000', '174542.960000', '174543.420000', '174543.880000', '174544.340000', '174544.800000', '174545.260000', '174545.720000', '174546.180000', '174546.640000', '174547.100000', '174547.560000', '174548.020000', '174548.480000', '174548.940000', '174549.400000', '174549.860000', '174550.320000', '174550.780000', '174551.240000', '174551.700000', '174552.160000', '174552.620000', '174553.080000', '174553.540000', '174554.000000', '174554.460000', '174554.920000', '174555.380000', '174555.840000', '174556.300000', '174556.760000', '174557.220000', '174557.680000', '174558.140000', '174558.600000', '174559.060000', '174559.520000', '174559.980000', '174600.440000', '174600.900000', '174601.360000', '174601.820000', '174602.280000', '174602.740000', '174603.200000', '174603.660000', '174604.120000', '174604.580000', '174605.040000', '174605.500000', '174605.960000', '174606.420000', '174606.880000', '174607.340000', '174607.800000', '174608.260000', '174608.720000', '174609.180000', '174609.640000', '174610.100000', '174610.560000', '174611.020000', '174611.480000', '174611.940000', '174612.400000', '174612.860000', '174613.320000', '174613.780000', '174614.240000', '174614.700000', '174615.160000', '174615.620000', '174616.080000', '174616.540000', '174617.000000', '174617.460000', '174617.920000', '174618.380000', '174618.840000', '174619.300000', '174619.760000', '174620.220000', '174620.680000', '174621.140000', '174621.600000', '174622.060000', '174622.520000', '174622.980000', '174623.440000', '174623.900000', '174624.360000', '174624.820000', '174625.280000', '174625.740000', '174626.200000', '174626.660000', '174627.120000', '174627.580000', '174628.040000', '174628.500000', '174628.960000', '174629.420000', '174629.880000', '174630.340000', '174630.800000', '174631.260000', '174631.720000', '174632.180000', '174632.640000', '174633.100000', '174633.560000', '174634.020000', '174634.480000', '174634.940000', '174635.400000', '174635.860000', '174636.320000', '174636.780000', '174637.240000', '174637.700000', '174638.160000', '174638.620000', '174639.080000', '174639.540000', '174640.000000', '174640.460000', '174640.920000', '174641.380000', '174641.840000', '174642.300000', '174642.760000', '174643.220000', '174643.680000', '174644.140000', '174644.600000', '174645.060000', '174645.520000', '174645.980000', '174646.440000', '174646.900000', '174647.360000', '174647.820000', '174648.280000', '174648.740000', '174649.200000', '174649.660000', '174650.120000', '174650.580000', '174651.040000', '174651.500000', '174651.960000', '174652.420000', '174652.880000', '174653.340000', '174653.800000', '174654.260000', '174654.720000', '174655.180000', '174655.640000', '174656.100000', '174656.560000', '174657.020000', '174657.480000', '174657.940000', '174658.400000', '174658.860000', '174659.320000', '174659.780000', '174700.240000', '174700.700000', '174701.160000', '174701.620000', '174702.080000', '174702.540000', '174703.000000', '174703.460000', '174703.920000', '174704.380000', '174704.840000', '174705.300000', '174705.760000', '174706.220000', '174706.680000', '174707.140000', '174707.600000', '174708.060000', '174708.520000', '174708.980000', '174709.440000', '174709.900000', '174710.360000', '174710.820000', '174711.280000', '174711.740000', '174712.200000', '174712.660000', '174713.120000', '174713.580000', '174714.040000', '174714.500000', '174714.960000', '174715.420000', '174715.880000', '174716.340000', '174716.800000', '174717.260000', '174717.720000', '174718.180000', '174718.640000', '174719.100000', '174719.560000', '174720.020000', '174720.480000', '174720.940000', '174721.400000', '174721.860000', '174722.320000', '174722.780000', '174723.240000', '174723.700000', '174724.160000', '174724.620000', '174725.080000', '174725.540000', '174726.000000', '174726.460000', '174726.920000', '174727.380000', '174727.840000', '174728.300000', '174728.760000', '174729.220000', '174729.680000', '174730.140000', '174730.600000', '174731.060000', '174731.520000', '174731.980000', '174732.440000', '174732.900000', '174733.360000', '174733.820000', '174734.280000', '174734.740000', '174735.200000', '174735.660000', '174736.120000', '174736.580000', '174737.040000', '174737.500000', '174737.960000', '174738.420000', '174738.880000', '174739.340000', '174739.800000', '174740.260000', '174740.720000', '174741.180000', '174741.640000', '174742.100000', '174742.560000', '174743.020000', '174743.480000'], 'ContentTime': ['174127.475000', '174127.478000', '174127.481000', '174127.484000', '174127.487000', '174127.489000', '174127.492000', '174127.495000', '174127.497000', '174127.500000', '174127.502000', '174127.505000', '174127.507000', '174127.537000', '174127.539000', '174127.542000', '174127.545000', '174127.547000', '174127.550000', '174127.552000', '174127.555000', '174127.558000', '174127.560000', '174127.563000', '174127.566000', '174127.568000', '174127.571000', '174127.574000', '174127.576000', '174127.579000', '174127.581000', '174127.584000', '174127.593000', '174127.595000', '174127.598000', '174127.601000', '174127.603000', '174127.606000', '174127.609000', '174127.611000', '174127.614000', '174127.616000', '174127.619000', '174127.622000', '174127.624000', '174127.627000', '174127.629000', '174127.632000', '174127.634000', '174127.637000', '174147.437000', '174147.441000', '174147.444000', '174147.447000', '174147.450000', '174147.452000', '174147.455000', '174147.458000', '174147.460000', '174147.463000', '174147.466000', '174147.468000', '174147.471000', '174147.473000', '174147.476000', '174147.478000', '174147.481000', '174147.484000', '174147.486000', '174147.489000', '174147.492000', '174147.494000', '174147.497000', '174147.499000', '174147.502000', '174147.505000', '174147.507000', '174147.510000', '174147.514000', '174147.517000', '174147.520000', '174147.522000', '174147.525000', '174147.528000', '174147.530000', '174147.533000', '174147.536000', '174147.538000', '174147.541000', '174147.543000', '174147.546000', '174147.549000', '174147.551000', '174147.554000', '174207.438000', '174207.440000', '174207.443000', '174207.446000', '174207.448000', '174207.451000', '174207.454000', '174207.456000', '174207.459000', '174207.461000', '174207.464000', '174207.466000', '174207.469000', '174207.472000', '174207.474000', '174207.477000', '174207.480000', '174207.482000', '174207.485000', '174207.488000', '174207.490000', '174207.493000', '174207.495000', '174207.498000', '174207.501000', '174207.503000', '174207.506000', '174207.517000', '174207.520000', '174207.522000', '174207.525000', '174207.527000', '174207.530000', '174207.533000', '174207.535000', '174207.538000', '174207.540000', '174207.543000', '174207.545000', '174207.548000', '174207.551000', '174207.553000', '174207.556000', '174227.437000', '174227.440000', '174227.443000', '174227.445000', '174227.448000', '174227.451000', '174227.453000', '174227.456000', '174227.459000', '174227.461000', '174227.464000', '174227.466000', '174227.469000', '174227.471000', '174227.474000', '174227.477000', '174227.479000', '174227.482000', '174227.485000', '174227.487000', '174227.490000', '174227.492000', '174227.495000', '174227.498000', '174227.500000', '174227.503000', '174227.506000', '174227.509000', '174227.511000', '174227.514000', '174227.516000', '174227.519000', '174227.522000', '174227.525000', '174227.527000', '174227.530000', '174227.533000', '174227.535000', '174227.538000', '174227.540000', '174227.543000', '174227.546000', '174227.548000', '174227.551000', '174247.438000', '174247.440000', '174247.443000', '174247.446000', '174247.448000', '174247.451000', '174247.454000', '174247.456000', '174247.459000', '174247.461000', '174247.464000', '174247.467000', '174247.469000', '174247.472000', '174247.475000', '174247.477000', '174247.480000', '174247.482000', '174247.485000', '174247.488000', '174247.499000', '174247.502000', '174247.505000', '174247.507000', '174247.510000', '174247.513000', '174247.515000', '174247.518000', '174247.521000', '174247.523000', '174247.526000', '174247.529000', '174247.531000', '174247.534000', '174247.537000', '174247.539000', '174247.542000', '174247.544000', '174247.547000', '174247.550000', '174247.552000', '174247.555000', '174247.558000', '174307.438000', '174307.441000', '174307.455000', '174307.457000', '174307.460000', '174307.462000', '174307.465000', '174307.468000', '174307.470000', '174307.473000', '174307.475000', '174307.478000', '174307.481000', '174307.484000', '174307.487000', '174307.489000', '174307.492000', '174307.495000', '174307.497000', '174307.500000', '174307.503000', '174307.505000', '174307.508000', '174307.511000', '174307.513000', '174307.516000', '174307.519000', '174307.521000', '174307.524000', '174307.526000', '174307.529000', '174307.532000', '174307.535000', '174307.538000', '174307.540000', '174307.543000', '174307.546000', '174307.548000', '174307.551000', '174307.554000', '174307.556000', '174307.559000', '174307.562000', '174327.438000', '174327.441000', '174327.444000', '174327.447000', '174327.449000', '174327.452000', '174327.455000', '174327.457000', '174327.460000', '174327.462000', '174327.465000', '174327.468000', '174327.470000', '174327.473000', '174327.475000', '174327.478000', '174327.481000', '174327.484000', '174327.486000', '174327.489000', '174327.491000', '174327.494000', '174327.497000', '174327.499000', '174327.502000', '174327.505000', '174327.507000', '174327.510000', '174327.513000', '174327.515000', '174327.518000', '174327.521000', '174327.523000', '174327.526000', '174327.529000', '174327.531000', '174327.534000', '174327.537000', '174327.539000', '174327.542000', '174327.544000', '174327.547000', '174327.550000', '174327.552000', '174347.439000', '174347.442000', '174347.444000', '174347.447000', '174347.450000', '174347.453000', '174347.456000', '174347.459000', '174347.462000', '174347.464000', '174347.467000', '174347.470000', '174347.472000', '174347.475000', '174347.477000', '174347.480000', '174347.483000', '174347.485000', '174347.488000', '174347.491000', '174347.493000', '174347.496000', '174347.502000', '174347.505000', '174347.507000', '174347.510000', '174347.512000', '174347.515000', '174347.518000', '174347.520000', '174347.523000', '174347.526000', '174347.528000', '174347.531000', '174347.534000', '174347.536000', '174347.539000', '174347.542000', '174347.544000', '174347.547000', '174347.549000', '174347.552000', '174347.555000', '174407.438000', '174407.440000', '174407.443000', '174407.446000', '174407.449000', '174407.452000', '174407.454000', '174407.457000', '174407.459000', '174407.462000', '174407.465000', '174407.467000', '174407.478000', '174407.481000', '174407.483000', '174407.486000', '174407.489000', '174407.491000', '174407.494000', '174407.497000', '174407.499000', '174407.502000', '174407.505000', '174407.507000', '174407.510000', '174407.513000', '174407.515000', '174407.518000', '174407.521000', '174407.523000', '174407.526000', '174407.529000', '174407.531000', '174407.534000', '174407.537000', '174407.539000', '174407.542000', '174407.545000', '174407.547000', '174407.550000', '174407.552000', '174407.555000', '174407.558000', '174407.560000', '174427.437000', '174427.440000', '174427.443000', '174427.446000', '174427.448000', '174427.451000', '174427.454000', '174427.456000', '174427.459000', '174427.464000', '174427.467000', '174427.470000', '174427.473000', '174427.476000', '174427.479000', '174427.482000', '174427.484000', '174427.487000', '174427.490000', '174427.492000', '174427.495000', '174427.498000', '174427.500000', '174427.503000', '174427.506000', '174427.509000', '174427.511000', '174427.514000', '174427.517000', '174427.520000', '174427.523000', '174427.526000', '174427.529000', '174427.531000', '174427.534000', '174427.536000', '174427.539000', '174427.542000', '174427.544000', '174427.547000', '174427.550000', '174427.579000', '174427.582000', '174447.437000', '174447.440000', '174447.443000', '174447.446000', '174447.449000', '174447.451000', '174447.454000', '174447.457000', '174447.459000', '174447.462000', '174447.464000', '174447.467000', '174447.470000', '174447.473000', '174447.475000', '174447.478000', '174447.481000', '174447.483000', '174447.486000', '174447.489000', '174447.491000', '174447.494000', '174447.497000', '174447.499000', '174447.502000', '174447.504000', '174447.507000', '174447.510000', '174447.512000', '174447.515000', '174447.518000', '174447.520000', '174447.523000', '174447.525000', '174447.528000', '174447.531000', '174447.533000', '174447.536000', '174447.539000', '174447.541000', '174447.544000', '174447.547000', '174447.549000', '174447.552000', '174507.437000', '174507.441000', '174507.443000', '174507.446000', '174507.449000', '174507.451000', '174507.454000', '174507.457000', '174507.459000', '174507.462000', '174507.465000', '174507.468000', '174507.470000', '174507.473000', '174507.476000', '174507.478000', '174507.481000', '174507.484000', '174507.486000', '174507.489000', '174507.492000', '174507.495000', '174507.497000', '174507.500000', '174507.503000', '174507.505000', '174507.508000', '174507.511000', '174507.514000', '174507.516000', '174507.519000', '174507.522000', '174507.524000', '174507.527000', '174507.530000', '174507.532000', '174507.535000', '174507.538000', '174507.540000', '174507.543000', '174507.546000', '174507.548000', '174507.551000', '174527.439000', '174527.441000', '174527.444000', '174527.447000', '174527.450000', '174527.452000', '174527.455000', '174527.458000', '174527.460000', '174527.463000', '174527.466000', '174527.469000', '174527.471000', '174527.474000', '174527.477000', '174527.479000', '174527.482000', '174527.484000', '174527.487000', '174527.490000', '174527.493000', '174527.495000', '174527.498000', '174527.500000', '174527.503000', '174527.506000', '174527.508000', '174527.511000', '174527.513000', '174527.516000', '174527.519000', '174527.521000', '174527.524000', '174527.526000', '174527.529000', '174527.532000', '174527.535000', '174527.537000', '174527.540000', '174527.543000', '174527.545000', '174527.548000', '174527.551000', '174527.553000', '174547.439000', '174547.442000', '174547.444000', '174547.447000', '174547.449000', '174547.452000', '174547.455000', '174547.457000', '174547.460000', '174547.463000', '174547.465000', '174547.468000', '174547.470000', '174547.473000', '174547.476000', '174547.478000', '174547.481000', '174547.483000', '174547.486000', '174547.489000', '174547.491000', '174547.494000', '174547.496000', '174547.499000', '174547.501000', '174547.504000', '174547.507000', '174547.509000', '174547.512000', '174547.515000', '174547.517000', '174547.520000', '174547.523000', '174547.526000', '174547.529000', '174547.532000', '174547.535000', '174547.538000', '174547.541000', '174547.543000', '174547.546000', '174547.548000', '174547.551000', '174607.438000', '174607.441000', '174607.444000', '174607.447000', '174607.450000', '174607.452000', '174607.455000', '174607.458000', '174607.460000', '174607.463000', '174607.466000', '174607.468000', '174607.471000', '174607.473000', '174607.476000', '174607.479000', '174607.481000', '174607.484000', '174607.487000', '174607.489000', '174607.492000', '174607.494000', '174607.497000', '174607.500000', '174607.502000', '174607.505000', '174607.508000', '174607.510000', '174607.513000', '174607.516000', '174607.518000', '174607.521000', '174607.523000', '174607.526000', '174607.529000', '174607.531000', '174607.534000', '174607.537000', '174607.540000', '174607.542000', '174607.545000', '174607.548000', '174607.550000', '174607.553000', '174627.438000', '174627.441000', '174627.443000', '174627.446000', '174627.449000', '174627.452000', '174627.454000', '174627.457000', '174627.460000', '174627.463000', '174627.465000', '174627.484000', '174627.487000', '174627.490000', '174627.492000', '174627.495000', '174627.498000', '174627.500000', '174627.503000', '174627.506000', '174627.508000', '174627.511000', '174627.513000', '174627.516000', '174627.519000', '174627.521000', '174627.524000', '174627.527000', '174627.529000', '174627.532000', '174627.535000', '174627.537000', '174627.540000', '174627.543000', '174627.545000', '174627.548000', '174627.551000', '174627.553000', '174627.556000', '174627.559000', '174627.561000', '174627.564000', '174627.566000', '174647.437000', '174647.440000', '174647.443000', '174647.446000', '174647.449000', '174647.451000', '174647.454000', '174647.457000', '174647.459000', '174647.462000', '174647.465000', '174647.467000', '174647.470000', '174647.472000', '174647.475000', '174647.478000', '174647.481000', '174647.483000', '174647.486000', '174647.488000', '174647.491000', '174647.494000', '174647.496000', '174647.499000', '174647.502000', '174647.504000', '174647.507000', '174647.510000', '174647.512000', '174647.515000', '174647.518000', '174647.520000', '174647.523000', '174647.526000', '174647.528000', '174647.531000', '174647.534000', '174647.536000', '174647.539000', '174647.542000', '174647.544000', '174647.547000', '174647.549000', '174647.552000', '174707.437000', '174707.440000', '174707.443000', '174707.446000', '174707.448000', '174707.451000', '174707.454000', '174707.456000', '174707.459000', '174707.462000', '174707.464000', '174707.467000', '174707.470000', '174707.472000', '174707.475000', '174707.478000', '174707.480000', '174707.483000', '174707.486000', '174707.488000', '174707.491000', '174707.494000', '174707.498000', '174707.500000', '174707.503000', '174707.506000', '174707.508000', '174707.511000', '174707.514000', '174707.516000', '174707.519000', '174707.522000', '174707.524000', '174707.527000', '174707.530000', '174707.532000', '174707.535000', '174707.538000', '174707.540000', '174707.543000', '174707.546000', '174707.548000', '174707.551000', '174727.438000', '174727.441000', '174727.443000', '174727.446000', '174727.448000', '174727.451000', '174727.454000', '174727.456000', '174727.459000', '174727.462000', '174727.464000', '174727.467000', '174727.469000', '174727.472000', '174727.475000', '174727.477000', '174727.480000', '174727.482000', '174727.485000', '174727.503000', '174727.505000', '174727.508000', '174727.510000', '174727.513000', '174727.516000', '174727.519000', '174727.521000', '174727.524000', '174727.527000', '174727.529000', '174727.532000', '174727.535000', '174727.537000', '174727.540000', '174727.543000', '174727.546000', '174727.548000', '174727.551000', '174727.553000', '174727.556000', '174727.559000', '174727.561000', '174727.564000', '174727.567000', '174745.284000', '174745.287000', '174745.290000', '174745.293000', '174745.296000', '174745.298000', '174745.301000', '174745.304000', '174745.307000', '174745.310000', '174745.313000', '174745.316000', '174745.319000', '174745.322000', '174745.325000', '174745.328000', '174745.330000', '174745.333000', '174745.336000', '174745.339000', '174745.342000', '174745.345000', '174745.356000', '174745.360000', '174745.364000', '174745.367000', '174745.370000', '174745.373000', '174745.375000', '174745.378000', '174745.381000', '174745.384000', '174745.387000', '174745.390000', '174745.393000', '174745.396000', '174745.398000', '174745.401000', '174745.412000'], 'InstanceCreationTime': ['174127.475000', '174127.478000', '174127.481000', '174127.484000', '174127.487000', '174127.489000', '174127.492000', '174127.495000', '174127.497000', '174127.500000', '174127.502000', '174127.505000', '174127.507000', '174127.537000', '174127.539000', '174127.542000', '174127.545000', '174127.547000', '174127.550000', '174127.552000', '174127.555000', '174127.558000', '174127.560000', '174127.563000', '174127.566000', '174127.568000', '174127.571000', '174127.574000', '174127.576000', '174127.579000', '174127.581000', '174127.584000', '174127.593000', '174127.595000', '174127.598000', '174127.601000', '174127.603000', '174127.606000', '174127.609000', '174127.611000', '174127.614000', '174127.616000', '174127.619000', '174127.622000', '174127.624000', '174127.627000', '174127.629000', '174127.632000', '174127.634000', '174127.637000', '174147.437000', '174147.441000', '174147.444000', '174147.447000', '174147.450000', '174147.452000', '174147.455000', '174147.458000', '174147.460000', '174147.463000', '174147.466000', '174147.468000', '174147.471000', '174147.473000', '174147.476000', '174147.478000', '174147.481000', '174147.484000', '174147.486000', '174147.489000', '174147.492000', '174147.494000', '174147.497000', '174147.499000', '174147.502000', '174147.505000', '174147.507000', '174147.510000', '174147.514000', '174147.517000', '174147.520000', '174147.522000', '174147.525000', '174147.528000', '174147.530000', '174147.533000', '174147.536000', '174147.538000', '174147.541000', '174147.543000', '174147.546000', '174147.549000', '174147.551000', '174147.554000', '174207.438000', '174207.440000', '174207.443000', '174207.446000', '174207.448000', '174207.451000', '174207.454000', '174207.456000', '174207.459000', '174207.461000', '174207.464000', '174207.466000', '174207.469000', '174207.472000', '174207.474000', '174207.477000', '174207.480000', '174207.482000', '174207.485000', '174207.488000', '174207.490000', '174207.493000', '174207.495000', '174207.498000', '174207.501000', '174207.503000', '174207.506000', '174207.517000', '174207.520000', '174207.522000', '174207.525000', '174207.527000', '174207.530000', '174207.533000', '174207.535000', '174207.538000', '174207.540000', '174207.543000', '174207.545000', '174207.548000', '174207.551000', '174207.553000', '174207.556000', '174227.437000', '174227.440000', '174227.443000', '174227.445000', '174227.448000', '174227.451000', '174227.453000', '174227.456000', '174227.459000', '174227.461000', '174227.464000', '174227.466000', '174227.469000', '174227.471000', '174227.474000', '174227.477000', '174227.479000', '174227.482000', '174227.485000', '174227.487000', '174227.490000', '174227.492000', '174227.495000', '174227.498000', '174227.500000', '174227.503000', '174227.506000', '174227.509000', '174227.511000', '174227.514000', '174227.516000', '174227.519000', '174227.522000', '174227.525000', '174227.527000', '174227.530000', '174227.533000', '174227.535000', '174227.538000', '174227.540000', '174227.543000', '174227.546000', '174227.548000', '174227.551000', '174247.438000', '174247.440000', '174247.443000', '174247.446000', '174247.448000', '174247.451000', '174247.454000', '174247.456000', '174247.459000', '174247.461000', '174247.464000', '174247.467000', '174247.469000', '174247.472000', '174247.475000', '174247.477000', '174247.480000', '174247.482000', '174247.485000', '174247.488000', '174247.499000', '174247.502000', '174247.505000', '174247.507000', '174247.510000', '174247.513000', '174247.515000', '174247.518000', '174247.521000', '174247.523000', '174247.526000', '174247.529000', '174247.531000', '174247.534000', '174247.537000', '174247.539000', '174247.542000', '174247.544000', '174247.547000', '174247.550000', '174247.552000', '174247.555000', '174247.558000', '174307.438000', '174307.441000', '174307.455000', '174307.457000', '174307.460000', '174307.462000', '174307.465000', '174307.468000', '174307.470000', '174307.473000', '174307.475000', '174307.478000', '174307.481000', '174307.484000', '174307.487000', '174307.489000', '174307.492000', '174307.495000', '174307.497000', '174307.500000', '174307.503000', '174307.505000', '174307.508000', '174307.511000', '174307.513000', '174307.516000', '174307.519000', '174307.521000', '174307.524000', '174307.526000', '174307.529000', '174307.532000', '174307.535000', '174307.538000', '174307.540000', '174307.543000', '174307.546000', '174307.548000', '174307.551000', '174307.554000', '174307.556000', '174307.559000', '174307.562000', '174327.438000', '174327.441000', '174327.444000', '174327.447000', '174327.449000', '174327.452000', '174327.455000', '174327.457000', '174327.460000', '174327.462000', '174327.465000', '174327.468000', '174327.470000', '174327.473000', '174327.475000', '174327.478000', '174327.481000', '174327.484000', '174327.486000', '174327.489000', '174327.491000', '174327.494000', '174327.497000', '174327.499000', '174327.502000', '174327.505000', '174327.507000', '174327.510000', '174327.513000', '174327.515000', '174327.518000', '174327.521000', '174327.523000', '174327.526000', '174327.529000', '174327.531000', '174327.534000', '174327.537000', '174327.539000', '174327.542000', '174327.544000', '174327.547000', '174327.550000', '174327.552000', '174347.439000', '174347.442000', '174347.444000', '174347.447000', '174347.450000', '174347.453000', '174347.456000', '174347.459000', '174347.462000', '174347.464000', '174347.467000', '174347.470000', '174347.472000', '174347.475000', '174347.477000', '174347.480000', '174347.483000', '174347.485000', '174347.488000', '174347.491000', '174347.493000', '174347.496000', '174347.502000', '174347.505000', '174347.507000', '174347.510000', '174347.512000', '174347.515000', '174347.518000', '174347.520000', '174347.523000', '174347.526000', '174347.528000', '174347.531000', '174347.534000', '174347.536000', '174347.539000', '174347.542000', '174347.544000', '174347.547000', '174347.549000', '174347.552000', '174347.555000', '174407.438000', '174407.440000', '174407.443000', '174407.446000', '174407.449000', '174407.452000', '174407.454000', '174407.457000', '174407.459000', '174407.462000', '174407.465000', '174407.467000', '174407.478000', '174407.481000', '174407.483000', '174407.486000', '174407.489000', '174407.491000', '174407.494000', '174407.497000', '174407.499000', '174407.502000', '174407.505000', '174407.507000', '174407.510000', '174407.513000', '174407.515000', '174407.518000', '174407.521000', '174407.523000', '174407.526000', '174407.529000', '174407.531000', '174407.534000', '174407.537000', '174407.539000', '174407.542000', '174407.545000', '174407.547000', '174407.550000', '174407.552000', '174407.555000', '174407.558000', '174407.560000', '174427.437000', '174427.440000', '174427.443000', '174427.446000', '174427.448000', '174427.451000', '174427.454000', '174427.456000', '174427.459000', '174427.464000', '174427.467000', '174427.470000', '174427.473000', '174427.476000', '174427.479000', '174427.482000', '174427.484000', '174427.487000', '174427.490000', '174427.492000', '174427.495000', '174427.498000', '174427.500000', '174427.503000', '174427.506000', '174427.509000', '174427.511000', '174427.514000', '174427.517000', '174427.520000', '174427.523000', '174427.526000', '174427.529000', '174427.531000', '174427.534000', '174427.536000', '174427.539000', '174427.542000', '174427.544000', '174427.547000', '174427.550000', '174427.579000', '174427.582000', '174447.437000', '174447.440000', '174447.443000', '174447.446000', '174447.449000', '174447.451000', '174447.454000', '174447.457000', '174447.459000', '174447.462000', '174447.464000', '174447.467000', '174447.470000', '174447.473000', '174447.475000', '174447.478000', '174447.481000', '174447.483000', '174447.486000', '174447.489000', '174447.491000', '174447.494000', '174447.497000', '174447.499000', '174447.502000', '174447.504000', '174447.507000', '174447.510000', '174447.512000', '174447.515000', '174447.518000', '174447.520000', '174447.523000', '174447.525000', '174447.528000', '174447.531000', '174447.533000', '174447.536000', '174447.539000', '174447.541000', '174447.544000', '174447.547000', '174447.549000', '174447.552000', '174507.437000', '174507.441000', '174507.443000', '174507.446000', '174507.449000', '174507.451000', '174507.454000', '174507.457000', '174507.459000', '174507.462000', '174507.465000', '174507.468000', '174507.470000', '174507.473000', '174507.476000', '174507.478000', '174507.481000', '174507.484000', '174507.486000', '174507.489000', '174507.492000', '174507.495000', '174507.497000', '174507.500000', '174507.503000', '174507.505000', '174507.508000', '174507.511000', '174507.514000', '174507.516000', '174507.519000', '174507.522000', '174507.524000', '174507.527000', '174507.530000', '174507.532000', '174507.535000', '174507.538000', '174507.540000', '174507.543000', '174507.546000', '174507.548000', '174507.551000', '174527.439000', '174527.441000', '174527.444000', '174527.447000', '174527.450000', '174527.452000', '174527.455000', '174527.458000', '174527.460000', '174527.463000', '174527.466000', '174527.469000', '174527.471000', '174527.474000', '174527.477000', '174527.479000', '174527.482000', '174527.484000', '174527.487000', '174527.490000', '174527.493000', '174527.495000', '174527.498000', '174527.500000', '174527.503000', '174527.506000', '174527.508000', '174527.511000', '174527.513000', '174527.516000', '174527.519000', '174527.521000', '174527.524000', '174527.526000', '174527.529000', '174527.532000', '174527.535000', '174527.537000', '174527.540000', '174527.543000', '174527.545000', '174527.548000', '174527.551000', '174527.553000', '174547.439000', '174547.442000', '174547.444000', '174547.447000', '174547.449000', '174547.452000', '174547.455000', '174547.457000', '174547.460000', '174547.463000', '174547.465000', '174547.468000', '174547.470000', '174547.473000', '174547.476000', '174547.478000', '174547.481000', '174547.483000', '174547.486000', '174547.489000', '174547.491000', '174547.494000', '174547.496000', '174547.499000', '174547.501000', '174547.504000', '174547.507000', '174547.509000', '174547.512000', '174547.515000', '174547.517000', '174547.520000', '174547.523000', '174547.526000', '174547.529000', '174547.532000', '174547.535000', '174547.538000', '174547.541000', '174547.543000', '174547.546000', '174547.548000', '174547.551000', '174607.438000', '174607.441000', '174607.444000', '174607.447000', '174607.450000', '174607.452000', '174607.455000', '174607.458000', '174607.460000', '174607.463000', '174607.466000', '174607.468000', '174607.471000', '174607.473000', '174607.476000', '174607.479000', '174607.481000', '174607.484000', '174607.487000', '174607.489000', '174607.492000', '174607.494000', '174607.497000', '174607.500000', '174607.502000', '174607.505000', '174607.508000', '174607.510000', '174607.513000', '174607.516000', '174607.518000', '174607.521000', '174607.523000', '174607.526000', '174607.529000', '174607.531000', '174607.534000', '174607.537000', '174607.540000', '174607.542000', '174607.545000', '174607.548000', '174607.550000', '174607.553000', '174627.438000', '174627.441000', '174627.443000', '174627.446000', '174627.449000', '174627.452000', '174627.454000', '174627.457000', '174627.460000', '174627.463000', '174627.465000', '174627.484000', '174627.487000', '174627.490000', '174627.492000', '174627.495000', '174627.498000', '174627.500000', '174627.503000', '174627.506000', '174627.508000', '174627.511000', '174627.513000', '174627.516000', '174627.519000', '174627.521000', '174627.524000', '174627.527000', '174627.529000', '174627.532000', '174627.535000', '174627.537000', '174627.540000', '174627.543000', '174627.545000', '174627.548000', '174627.551000', '174627.553000', '174627.556000', '174627.559000', '174627.561000', '174627.564000', '174627.566000', '174647.437000', '174647.440000', '174647.443000', '174647.446000', '174647.449000', '174647.451000', '174647.454000', '174647.457000', '174647.459000', '174647.462000', '174647.465000', '174647.467000', '174647.470000', '174647.472000', '174647.475000', '174647.478000', '174647.481000', '174647.483000', '174647.486000', '174647.488000', '174647.491000', '174647.494000', '174647.496000', '174647.499000', '174647.502000', '174647.504000', '174647.507000', '174647.510000', '174647.512000', '174647.515000', '174647.518000', '174647.520000', '174647.523000', '174647.526000', '174647.528000', '174647.531000', '174647.534000', '174647.536000', '174647.539000', '174647.542000', '174647.544000', '174647.547000', '174647.549000', '174647.552000', '174707.437000', '174707.440000', '174707.443000', '174707.446000', '174707.448000', '174707.451000', '174707.454000', '174707.456000', '174707.459000', '174707.462000', '174707.464000', '174707.467000', '174707.470000', '174707.472000', '174707.475000', '174707.478000', '174707.480000', '174707.483000', '174707.486000', '174707.488000', '174707.491000', '174707.494000', '174707.498000', '174707.500000', '174707.503000', '174707.506000', '174707.508000', '174707.511000', '174707.514000', '174707.516000', '174707.519000', '174707.522000', '174707.524000', '174707.527000', '174707.530000', '174707.532000', '174707.535000', '174707.538000', '174707.540000', '174707.543000', '174707.546000', '174707.548000', '174707.551000', '174727.438000', '174727.441000', '174727.443000', '174727.446000', '174727.448000', '174727.451000', '174727.454000', '174727.456000', '174727.459000', '174727.462000', '174727.464000', '174727.467000', '174727.469000', '174727.472000', '174727.475000', '174727.477000', '174727.480000', '174727.482000', '174727.485000', '174727.503000', '174727.505000', '174727.508000', '174727.510000', '174727.513000', '174727.516000', '174727.519000', '174727.521000', '174727.524000', '174727.527000', '174727.529000', '174727.532000', '174727.535000', '174727.537000', '174727.540000', '174727.543000', '174727.546000', '174727.548000', '174727.551000', '174727.553000', '174727.556000', '174727.559000', '174727.561000', '174727.564000', '174727.567000', '174745.284000', '174745.287000', '174745.290000', '174745.293000', '174745.296000', '174745.298000', '174745.301000', '174745.304000', '174745.307000', '174745.310000', '174745.313000', '174745.316000', '174745.319000', '174745.322000', '174745.325000', '174745.328000', '174745.330000', '174745.333000', '174745.336000', '174745.339000', '174745.342000', '174745.345000', '174745.356000', '174745.360000', '174745.364000', '174745.367000', '174745.370000', '174745.373000', '174745.375000', '174745.378000', '174745.381000', '174745.384000', '174745.387000', '174745.390000', '174745.393000', '174745.396000', '174745.398000', '174745.401000', '174745.412000'], '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': [11703, 8324, 12204, 9341, 9494, 8375, 8484, 9867, 7918, 9567, 8678, 7931, 12059, 8071, 8410, 10213, 8776, 12074, 10508, 11056, 11778, 10353, 8465, 8122, 8679, 7767, 8113, 9022, 8598, 9447, 9042, 8990, 11117, 8165, 11201, 8572, 8110, 9431, 7650, 8424, 12248, 8330, 12329, 10004, 10173, 9766, 8230, 8701, 8078, 11091, 7699, 11470, 7874, 8681, 7702, 8602, 10037, 7917, 11576, 7970, 8827, 8344, 8643, 11235, 7986, 11972, 9523, 8619, 9072, 8222, 11630, 7859, 10758, 9184, 8542, 9578, 8046, 11275, 8007, 10196, 9570, 8095, 9882, 8077, 11597, 8504, 9423, 9340, 7611, 10128, 7882, 11192, 7735, 9065, 8661, 8480, 7983, 8088, 8388, 8262, 8920, 9438, 8008, 11019, 7937, 11977, 7570, 11973, 7983, 12025, 8008, 10034, 7957, 10448, 7930, 10281, 9363, 7949, 9257, 7612, 10406, 7820, 10599, 8200, 10665, 7787, 10661, 7741, 8484, 9542, 8607, 8625, 7805, 11062, 7578, 11822, 7887, 12132, 9465, 9622, 9428, 8037, 8669, 7795, 10838, 7926, 11347, 8790, 8196, 9022, 7739, 10798, 7657, 11795, 8284, 9339, 8444, 8125, 8941, 7727, 10062, 7764, 10408, 9807, 9669, 9166, 7856, 10674, 7717, 9183, 10538, 8853, 12032, 7652, 13672, 7996, 12301, 8108, 9220, 7896, 7666, 9474, 8073, 8927, 8373, 8383, 8619, 7882, 10270, 7983, 11271, 7719, 10884, 9179, 8037, 8591, 8049, 8680, 8588, 8328, 8756, 8037, 12547, 7898, 12525, 8997, 10959, 9881, 7800, 8593, 8108, 9886, 7689, 9310, 9420, 8484, 8207, 8364, 11101, 7589, 12041, 7998, 12567, 9140, 8310, 8824, 8577, 8829, 8037, 9301, 7533, 9050, 7383, 9211, 7584, 8303, 10373, 8083, 10573, 7616, 8140, 8469, 7814, 9563, 7616, 10524, 7645, 11060, 9780, 7646, 10261, 7576, 12427, 10065, 10822, 9216, 8033, 13697, 7444, 11001, 7799, 8034, 8191, 7235, 8328, 10000, 7585, 10332, 7332, 8510, 8848, 7510, 10590, 7467, 10349, 10384, 7691, 8567, 7504, 8351, 8832, 7642, 9787, 7985, 7635, 9950, 7365, 8403, 9339, 8026, 11196, 7481, 12678, 7508, 12802, 8923, 7799, 9602, 7513, 9824, 9010, 7432, 10555, 7373, 8613, 10224, 7762, 9410, 7334, 12677, 10136, 7545, 9233, 7601, 12063, 9175, 8375, 8042, 7549, 10194, 7514, 8210, 8546, 7504, 11301, 8748, 10084, 10514, 7871, 11595, 7594, 12948, 7357, 10623, 9001, 7778, 9695, 7353, 9626, 10398, 7792, 9465, 7462, 8277, 8773, 7468, 11939, 9323, 11022, 8982, 7548, 11893, 7464, 13171, 7883, 13724, 9620, 9890, 8499, 7413, 8874, 7502, 10205, 7455, 9783, 9303, 7904, 10647, 7489, 11444, 7520, 8931, 7739, 8151, 9320, 7973, 8864, 7755, 9829, 7391, 8262, 10436, 8370, 10008, 7824, 12565, 9597, 9165, 9601, 7522, 10122, 7535, 11659, 8402, 12209, 8480, 10563, 8673, 7824, 8660, 7390, 8775, 8679, 11037, 9435, 8020, 12052, 7625, 13610, 7537, 12947, 7727, 12835, 9061, 8077, 9942, 7630, 8999, 7780, 10977, 8031, 8238, 9301, 7926, 10061, 7787, 11909, 8958, 10125, 10723, 8034, 9365, 7592, 12394, 8152, 12738, 9461, 7973, 10373, 7852, 9420, 7680, 8569, 8739, 7885, 9437, 7873, 10316, 8842, 8328, 8719, 7652, 12577, 7525, 13564, 8167, 13465, 9576, 9445, 10052, 8052, 8955, 7662, 8978, 9513, 8100, 9687, 7844, 12501, 8141, 13133, 9392, 8147, 9330, 7841, 10631, 7638, 9697, 7468, 10661, 7514, 11970, 7930, 10315, 8629, 7574, 9532, 7412, 7978, 9888, 7433, 8190, 8225, 7602, 12512, 8433, 12808, 8193, 13687, 7827, 11327, 7428, 9843, 7503, 8046, 8242, 7955, 8328, 7916, 12122, 7707, 8113, 9257, 7757, 11106, 7707, 10505, 7656, 11408, 7578, 12180, 7445, 12765, 8867, 8160, 9980, 7853, 8906, 7633, 8432, 8225, 8178, 10765, 8049, 12545, 7557, 12244, 7759, 8275, 8820, 8046, 10735, 7767, 9615, 7549, 10461, 7416, 8706, 10448, 8002, 10356, 7918, 9629, 7842, 13036, 7723, 13304, 7711, 12351, 7739, 12130, 7651, 11567, 9167, 8188, 9624, 7759, 9227, 7674, 8367, 9852, 8440, 9708, 8314, 10339, 7923, 10614, 7589, 12086, 7358, 8185, 8469, 9433, 9193, 12829, 9215, 10312, 10105, 7971, 8236, 7906, 9239, 7669, 9943, 7587, 11727, 7799, 12443, 8760, 12732, 9439, 11221, 8014, 11290, 7481, 11381, 7565, 10974, 9305, 8284, 8275, 8148, 9350, 8046, 10698, 7444, 10901, 8430, 9278, 9030, 14011, 9196, 13310, 9177, 13237, 7557, 11536, 7633, 10915, 7787, 8778, 7505, 9209, 7684, 8901, 7729, 8510, 9938, 7984, 7775, 8343, 7915, 8828, 9609, 8803, 9301, 9028, 8048, 8324, 8244, 8005, 8150, 7624, 11983, 8200, 13230, 9122, 12983, 9849, 9255, 8142, 9524, 7901, 9345, 9223, 8421, 8786, 8916, 10155, 8385, 11251, 7639, 9327, 8268, 9353, 9502, 9062, 8377, 8002, 11800, 7844, 11620, 7780, 11624, 8894, 9534, 7673, 8451, 8660, 8741, 10233, 8324, 12354, 7674, 13000, 7492, 11757, 7438, 10772, 7788, 8057, 7929, 8293, 9067, 8448, 10080, 7614, 9334, 9908, 8751, 8035, 8519, 11461, 8816, 10894, 9644, 8171, 11606, 7763, 11215, 7564, 11877, 7649, 11619, 7549, 8332, 8310, 8336, 9758, 7815, 12221, 9715, 12197, 9405, 8753, 9840, 8217, 9469, 8130, 9510, 7882, 9549, 7471, 8536, 9315, 8790, 8876, 8725, 10286, 8239, 12853, 7736, 12390, 7648, 10429, 8220, 8890, 8404, 9068, 10115, 7856, 10977, 7871, 12687, 7458, 12231, 7378, 11883, 7698, 11210, 7562, 10397, 7557, 10584, 7489, 11094, 9735, 8463, 8543, 8690, 8394, 8854, 9312, 9159, 7748, 8986, 9085, 7644, 9220, 8917, 8559, 9508, 10785, 8679, 12877, 8426, 13131, 7771, 13404, 7589, 9680, 7612, 9377, 9547, 8812, 11961, 8031, 9878, 8919, 8669, 9999, 8627, 12238, 8052, 9984, 9427, 8657, 9638, 9126, 10993, 7853, 9801, 7438, 8960, 9446, 8746, 12286, 7886, 13565, 10265, 9396, 9322, 8578, 9574, 8530, 11904, 8158, 12949, 7743, 9435, 7417, 9676, 8270, 8800, 9783, 7570, 9091, 11870, 9248, 9248, 11907, 10540, 11909, 12857, 10100, 10987, 8363, 9064, 7608, 8234, 8626, 7503, 8972, 7631, 9489, 7979, 8759, 13111, 7567, 14065, 9131, 10844], 'WindowCenter': [4162.0, 4097.0, 4133.0, 4091.0, 4086.0, 4066.0, 4064.0, 4083.0, 4065.0, 4074.0, 4075.0, 4055.0, 4105.0, 4066.0, 4064.0, 4095.0, 4064.0, 4105.0, 4083.0, 4083.0, 4091.0, 4071.0, 4039.0, 4040.0, 4049.0, 4039.0, 4053.0, 4060.0, 4061.0, 4073.0, 4074.0, 4076.0, 4119.0, 4067.0, 4095.0, 4063.0, 4065.0, 4076.0, 4055.0, 4066.0, 4116.0, 4065.0, 4105.0, 4084.0, 4072.0, 4073.0, 4051.0, 4051.0, 4052.0, 4092.0, 4042.0, 4080.0, 4041.0, 4051.0, 4042.0, 4064.0, 4084.0, 4065.0, 4095.0, 4054.0, 4075.0, 4064.0, 4075.0, 4095.0, 4066.0, 4105.0, 4075.0, 4063.0, 4063.0, 4052.0, 4093.0, 4053.0, 4081.0, 4061.0, 4052.0, 4072.0, 4054.0, 4093.0, 4053.0, 4084.0, 4074.0, 4052.0, 4072.0, 4053.0, 4093.0, 4063.0, 4062.0, 4074.0, 4041.0, 4083.0, 4042.0, 4082.0, 4043.0, 4062.0, 4063.0, 4062.0, 4051.0, 4053.0, 4053.0, 4065.0, 4076.0, 4086.0, 4066.0, 4096.0, 4055.0, 4106.0, 4055.0, 4095.0, 4043.0, 4092.0, 4043.0, 4071.0, 4053.0, 4081.0, 4053.0, 4070.0, 4062.0, 4042.0, 4062.0, 4042.0, 4082.0, 4043.0, 4083.0, 4053.0, 4082.0, 4043.0, 4081.0, 4043.0, 4062.0, 4074.0, 4064.0, 4065.0, 4055.0, 4094.0, 4055.0, 4094.0, 4054.0, 4093.0, 4074.0, 4073.0, 4063.0, 4041.0, 4050.0, 4042.0, 4082.0, 4054.0, 4082.0, 4052.0, 4052.0, 4062.0, 4042.0, 4082.0, 4043.0, 4094.0, 4051.0, 4060.0, 4052.0, 4053.0, 4062.0, 4044.0, 4085.0, 4055.0, 4095.0, 4086.0, 4074.0, 4075.0, 4054.0, 4085.0, 4055.0, 4064.0, 4084.0, 4062.0, 4093.0, 4032.0, 4101.0, 4040.0, 4082.0, 4041.0, 4060.0, 4040.0, 4042.0, 4071.0, 4053.0, 4061.0, 4052.0, 4053.0, 4063.0, 4053.0, 4073.0, 4043.0, 4083.0, 4043.0, 4084.0, 4063.0, 4041.0, 4053.0, 4054.0, 4063.0, 4078.0, 4065.0, 4065.0, 4054.0, 4105.0, 4054.0, 4104.0, 4064.0, 4083.0, 4072.0, 4031.0, 4051.0, 4042.0, 4073.0, 4043.0, 4074.0, 4074.0, 4063.0, 4053.0, 4055.0, 4093.0, 4043.0, 4093.0, 4044.0, 4093.0, 4063.0, 4040.0, 4051.0, 4039.0, 4051.0, 4039.0, 4050.0, 4029.0, 4049.0, 4021.0, 4049.0, 4041.0, 4052.0, 4094.0, 4065.0, 4084.0, 4055.0, 4056.0, 4065.0, 4055.0, 4085.0, 4056.0, 4095.0, 4054.0, 4096.0, 4087.0, 4045.0, 4086.0, 4056.0, 4104.0, 4075.0, 4084.0, 4063.0, 4041.0, 4102.0, 4030.0, 4070.0, 4040.0, 4042.0, 4050.0, 4031.0, 4050.0, 4073.0, 4042.0, 4072.0, 4043.0, 4053.0, 4062.0, 4033.0, 4083.0, 4033.0, 4070.0, 4071.0, 4042.0, 4051.0, 4043.0, 4052.0, 4064.0, 4042.0, 4073.0, 4055.0, 4043.0, 4073.0, 4044.0, 4055.0, 4075.0, 4054.0, 4095.0, 4043.0, 4103.0, 4032.0, 4091.0, 4051.0, 4030.0, 4061.0, 4043.0, 4073.0, 4062.0, 4043.0, 4084.0, 4045.0, 4054.0, 4085.0, 4043.0, 4064.0, 4045.0, 4104.0, 4083.0, 4044.0, 4062.0, 4044.0, 4094.0, 4062.0, 4053.0, 4043.0, 4043.0, 4073.0, 4033.0, 4053.0, 4053.0, 4045.0, 4095.0, 4066.0, 4074.0, 4084.0, 4042.0, 4082.0, 4043.0, 4093.0, 4032.0, 4070.0, 4061.0, 4042.0, 4062.0, 4031.0, 4063.0, 4072.0, 4043.0, 4073.0, 4044.0, 4053.0, 4064.0, 4044.0, 4096.0, 4066.0, 4084.0, 4063.0, 4043.0, 4093.0, 4033.0, 4093.0, 4042.0, 4102.0, 4063.0, 4061.0, 4040.0, 4030.0, 4049.0, 4030.0, 4071.0, 4031.0, 4060.0, 4062.0, 4039.0, 4070.0, 4031.0, 4081.0, 4042.0, 4060.0, 4042.0, 4041.0, 4063.0, 4041.0, 4062.0, 4042.0, 4073.0, 4043.0, 4054.0, 4095.0, 4066.0, 4084.0, 4056.0, 4093.0, 4073.0, 4062.0, 4062.0, 4043.0, 4073.0, 4044.0, 4083.0, 4054.0, 4093.0, 4064.0, 4082.0, 4063.0, 4043.0, 4063.0, 4045.0, 4064.0, 4066.0, 4085.0, 4074.0, 4042.0, 4094.0, 4043.0, 4103.0, 4032.0, 4093.0, 4031.0, 4090.0, 4050.0, 4030.0, 4071.0, 4042.0, 4061.0, 4044.0, 4083.0, 4053.0, 4053.0, 4062.0, 4053.0, 4074.0, 4045.0, 4094.0, 4065.0, 4072.0, 4084.0, 4042.0, 4062.0, 4043.0, 4093.0, 4043.0, 4092.0, 4062.0, 4041.0, 4072.0, 4041.0, 4062.0, 4043.0, 4053.0, 4053.0, 4054.0, 4063.0, 4055.0, 4085.0, 4075.0, 4055.0, 4065.0, 4045.0, 4105.0, 4044.0, 4104.0, 4054.0, 4103.0, 4062.0, 4061.0, 4061.0, 4042.0, 4062.0, 4043.0, 4063.0, 4072.0, 4054.0, 4074.0, 4054.0, 4103.0, 4054.0, 4092.0, 4063.0, 4031.0, 4061.0, 4042.0, 4071.0, 4043.0, 4061.0, 4032.0, 4071.0, 4033.0, 4091.0, 4043.0, 4072.0, 4051.0, 4042.0, 4062.0, 4033.0, 4043.0, 4073.0, 4033.0, 4054.0, 4054.0, 4045.0, 4104.0, 4053.0, 4093.0, 4041.0, 4091.0, 4031.0, 4070.0, 4020.0, 4060.0, 4031.0, 4041.0, 4053.0, 4042.0, 4052.0, 4042.0, 4092.0, 4042.0, 4042.0, 4063.0, 4044.0, 4084.0, 4044.0, 4083.0, 4044.0, 4093.0, 4044.0, 4093.0, 4033.0, 4103.0, 4053.0, 4042.0, 4072.0, 4042.0, 4051.0, 4042.0, 4041.0, 4053.0, 4052.0, 4083.0, 4042.0, 4093.0, 4032.0, 4092.0, 4042.0, 4041.0, 4062.0, 4041.0, 4083.0, 4031.0, 4062.0, 4043.0, 4073.0, 4032.0, 4051.0, 4083.0, 4043.0, 4074.0, 4043.0, 4074.0, 4043.0, 4093.0, 4032.0, 4103.0, 4031.0, 4091.0, 4030.0, 4081.0, 4042.0, 4080.0, 4061.0, 4040.0, 4060.0, 4042.0, 4073.0, 4044.0, 4054.0, 4086.0, 4054.0, 4086.0, 4053.0, 4084.0, 4054.0, 4082.0, 4044.0, 4094.0, 4043.0, 4052.0, 4054.0, 4063.0, 4064.0, 4093.0, 4062.0, 4060.0, 4071.0, 4041.0, 4041.0, 4041.0, 4062.0, 4043.0, 4073.0, 4044.0, 4093.0, 4044.0, 4093.0, 4054.0, 4092.0, 4063.0, 4071.0, 4043.0, 4070.0, 4031.0, 4081.0, 4031.0, 4070.0, 4061.0, 4041.0, 4051.0, 4042.0, 4062.0, 4055.0, 4084.0, 4045.0, 4083.0, 4054.0, 4064.0, 4064.0, 4114.0, 4063.0, 4092.0, 4062.0, 4091.0, 4031.0, 4070.0, 4029.0, 4068.0, 4030.0, 4039.0, 4030.0, 4061.0, 4042.0, 4050.0, 4042.0, 4052.0, 4070.0, 4040.0, 4040.0, 4051.0, 4041.0, 4063.0, 4074.0, 4063.0, 4074.0, 4063.0, 4042.0, 4053.0, 4053.0, 4055.0, 4053.0, 4046.0, 4095.0, 4056.0, 4104.0, 4065.0, 4093.0, 4074.0, 4051.0, 4042.0, 4061.0, 4042.0, 4062.0, 4061.0, 4042.0, 4052.0, 4063.0, 4073.0, 4054.0, 4084.0, 4043.0, 4062.0, 4054.0, 4063.0, 4074.0, 4063.0, 4053.0, 4042.0, 4092.0, 4043.0, 4093.0, 4044.0, 4094.0, 4064.0, 4063.0, 4042.0, 4053.0, 4053.0, 4064.0, 4073.0, 4054.0, 4094.0, 4033.0, 4102.0, 4031.0, 4081.0, 4031.0, 4082.0, 4041.0, 4042.0, 4042.0, 4053.0, 4063.0, 4054.0, 4084.0, 4045.0, 4063.0, 4085.0, 4065.0, 4055.0, 4066.0, 4095.0, 4077.0, 4095.0, 4075.0, 4054.0, 4095.0, 4042.0, 4082.0, 4032.0, 4081.0, 4032.0, 4082.0, 4043.0, 4053.0, 4052.0, 4064.0, 4075.0, 4057.0, 4105.0, 4076.0, 4095.0, 4075.0, 4054.0, 4074.0, 4052.0, 4063.0, 4042.0, 4062.0, 4041.0, 4060.0, 4032.0, 4051.0, 4063.0, 4064.0, 4064.0, 4066.0, 4086.0, 4066.0, 4105.0, 4044.0, 4104.0, 4044.0, 4084.0, 4054.0, 4063.0, 4055.0, 4064.0, 4085.0, 4044.0, 4084.0, 4042.0, 4094.0, 4033.0, 4093.0, 4033.0, 4093.0, 4043.0, 4082.0, 4031.0, 4072.0, 4033.0, 4083.0, 4033.0, 4082.0, 4063.0, 4053.0, 4063.0, 4065.0, 4054.0, 4064.0, 4075.0, 4064.0, 4045.0, 4065.0, 4076.0, 4057.0, 4089.0, 4079.0, 4080.0, 4088.0, 4099.0, 4066.0, 4107.0, 4055.0, 4105.0, 4044.0, 4105.0, 4043.0, 4063.0, 4044.0, 4075.0, 4074.0, 4065.0, 4094.0, 4055.0, 4075.0, 4065.0, 4054.0, 4075.0, 4066.0, 4095.0, 4055.0, 4075.0, 4065.0, 4054.0, 4073.0, 4065.0, 4085.0, 4055.0, 4075.0, 4034.0, 4065.0, 4075.0, 4067.0, 4106.0, 4056.0, 4117.0, 4086.0, 4064.0, 4065.0, 4053.0, 4063.0, 4053.0, 4083.0, 4042.0, 4093.0, 4042.0, 4063.0, 4033.0, 4074.0, 4054.0, 4077.0, 4088.0, 4057.0, 4078.0, 4108.0, 4079.0, 4078.0, 4110.0, 4087.0, 4097.0, 4094.0, 4073.0, 4072.0, 4042.0, 4052.0, 4031.0, 4042.0, 4052.0, 4033.0, 4053.0, 4043.0, 4063.0, 4043.0, 4054.0, 4104.0, 4044.0, 4114.0, 4064.0, 4072.0], 'WindowWidth': [9222.0, 9123.0, 9160.0, 9098.0, 9082.0, 9052.0, 9048.0, 9072.0, 9052.0, 9062.0, 9064.0, 9038.0, 9103.0, 9053.0, 9047.0, 9091.0, 9045.0, 9102.0, 9067.0, 9069.0, 9076.0, 9050.0, 9003.0, 9005.0, 9018.0, 9004.0, 9029.0, 9035.0, 9039.0, 9056.0, 9060.0, 9065.0, 9129.0, 9057.0, 9086.0, 9043.0, 9050.0, 9064.0, 9038.0, 9055.0, 9120.0, 9050.0, 9103.0, 9074.0, 9052.0, 9053.0, 9022.0, 9021.0, 9025.0, 9078.0, 9013.0, 9059.0, 9009.0, 9023.0, 9013.0, 9046.0, 9071.0, 9051.0, 9087.0, 9033.0, 9061.0, 9047.0, 9064.0, 9091.0, 9053.0, 9103.0, 9063.0, 9044.0, 9043.0, 9028.0, 9083.0, 9030.0, 9063.0, 9038.0, 9026.0, 9053.0, 9032.0, 9081.0, 9032.0, 9071.0, 9061.0, 9027.0, 9054.0, 9028.0, 9082.0, 9043.0, 9040.0, 9059.0, 9011.0, 9067.0, 9013.0, 9066.0, 9016.0, 9038.0, 9042.0, 9039.0, 9025.0, 9030.0, 9030.0, 9049.0, 9066.0, 9082.0, 9054.0, 9092.0, 9036.0, 9105.0, 9037.0, 9086.0, 9015.0, 9076.0, 9014.0, 9048.0, 9028.0, 9062.0, 9028.0, 9048.0, 9038.0, 9011.0, 9037.0, 9013.0, 9066.0, 9017.0, 9069.0, 9030.0, 9066.0, 9018.0, 9064.0, 9015.0, 9040.0, 9059.0, 9046.0, 9049.0, 9037.0, 9087.0, 9035.0, 9085.0, 9033.0, 9080.0, 9057.0, 9055.0, 9042.0, 9008.0, 9019.0, 9010.0, 9063.0, 9031.0, 9065.0, 9026.0, 9023.0, 9040.0, 9012.0, 9065.0, 9015.0, 9083.0, 9022.0, 9031.0, 9024.0, 9029.0, 9038.0, 9019.0, 9074.0, 9037.0, 9088.0, 9081.0, 9060.0, 9063.0, 9033.0, 9074.0, 9034.0, 9044.0, 9073.0, 9039.0, 9081.0, 8997.0, 9088.0, 9004.0, 9062.0, 9009.0, 9031.0, 9004.0, 9012.0, 9046.0, 9029.0, 9037.0, 9026.0, 9027.0, 9043.0, 9028.0, 9052.0, 9013.0, 9066.0, 9013.0, 9069.0, 9041.0, 9009.0, 9028.0, 9031.0, 9043.0, 9070.0, 9049.0, 9048.0, 9033.0, 9099.0, 9031.0, 9097.0, 9045.0, 9067.0, 9052.0, 8995.0, 9021.0, 9012.0, 9054.0, 9017.0, 9058.0, 9058.0, 9041.0, 9028.0, 9032.0, 9081.0, 9016.0, 9081.0, 9018.0, 9078.0, 9038.0, 9004.0, 9020.0, 9001.0, 9020.0, 9003.0, 9016.0, 8988.0, 9013.0, 8980.0, 9015.0, 9010.0, 9027.0, 9087.0, 9052.0, 9073.0, 9035.0, 9038.0, 9048.0, 9036.0, 9076.0, 9039.0, 9088.0, 9036.0, 9090.0, 9081.0, 9021.0, 9076.0, 9037.0, 9098.0, 9059.0, 9069.0, 9039.0, 9006.0, 9090.0, 8992.0, 9044.0, 9005.0, 9011.0, 9019.0, 8996.0, 9019.0, 9052.0, 9011.0, 9052.0, 9015.0, 9026.0, 9039.0, 9003.0, 9067.0, 9000.0, 9046.0, 9049.0, 9010.0, 9022.0, 9014.0, 9026.0, 9043.0, 9013.0, 9054.0, 9033.0, 9017.0, 9054.0, 9019.0, 9032.0, 9059.0, 9029.0, 9085.0, 9016.0, 9093.0, 8998.0, 9073.0, 9021.0, 8990.0, 9034.0, 9016.0, 9053.0, 9037.0, 9015.0, 9071.0, 9020.0, 9029.0, 9075.0, 9014.0, 9044.0, 9021.0, 9096.0, 9068.0, 9016.0, 9038.0, 9017.0, 9084.0, 9039.0, 9027.0, 9012.0, 9012.0, 9052.0, 9000.0, 9027.0, 9027.0, 9020.0, 9086.0, 9050.0, 9055.0, 9069.0, 9010.0, 9062.0, 9012.0, 9078.0, 8998.0, 9045.0, 9034.0, 9011.0, 9035.0, 8997.0, 9038.0, 9049.0, 9015.0, 9054.0, 9016.0, 9026.0, 9043.0, 9020.0, 9088.0, 9048.0, 9068.0, 9041.0, 9013.0, 9078.0, 8998.0, 9077.0, 9011.0, 9088.0, 9037.0, 9032.0, 9001.0, 8991.0, 9014.0, 8991.0, 9046.0, 8996.0, 9029.0, 9035.0, 9002.0, 9044.0, 8993.0, 9060.0, 9010.0, 9031.0, 9011.0, 9008.0, 9040.0, 9009.0, 9037.0, 9012.0, 9052.0, 9014.0, 9031.0, 9088.0, 9052.0, 9072.0, 9038.0, 9082.0, 9052.0, 9035.0, 9036.0, 9014.0, 9054.0, 9018.0, 9065.0, 9029.0, 9079.0, 9044.0, 9065.0, 9041.0, 9015.0, 9041.0, 9022.0, 9045.0, 9052.0, 9074.0, 9059.0, 9012.0, 9082.0, 9013.0, 9092.0, 8998.0, 9078.0, 8995.0, 9071.0, 9018.0, 8989.0, 9046.0, 9010.0, 9036.0, 9017.0, 9067.0, 9027.0, 9026.0, 9037.0, 9029.0, 9056.0, 9021.0, 9082.0, 9048.0, 9051.0, 9067.0, 9010.0, 9035.0, 9012.0, 9078.0, 9014.0, 9075.0, 9038.0, 9006.0, 9048.0, 9009.0, 9037.0, 9013.0, 9027.0, 9028.0, 9030.0, 9041.0, 9034.0, 9072.0, 9062.0, 9033.0, 9045.0, 9020.0, 9098.0, 9017.0, 9095.0, 9030.0, 9091.0, 9036.0, 9032.0, 9034.0, 9011.0, 9037.0, 9013.0, 9038.0, 9052.0, 9031.0, 9055.0, 9030.0, 9093.0, 9031.0, 9077.0, 9038.0, 8991.0, 9032.0, 9009.0, 9047.0, 9012.0, 9034.0, 8998.0, 9046.0, 9000.0, 9075.0, 9012.0, 9050.0, 9020.0, 9010.0, 9037.0, 9001.0, 9012.0, 9052.0, 9000.0, 9030.0, 9031.0, 9019.0, 9099.0, 9027.0, 9078.0, 9006.0, 9070.0, 8992.0, 9043.0, 8978.0, 9029.0, 8995.0, 9007.0, 9026.0, 9009.0, 9023.0, 9010.0, 9077.0, 9010.0, 9011.0, 9039.0, 9018.0, 9069.0, 9018.0, 9066.0, 9017.0, 9080.0, 9016.0, 9079.0, 9002.0, 9091.0, 9025.0, 9009.0, 9049.0, 9011.0, 9021.0, 9011.0, 9007.0, 9025.0, 9025.0, 9067.0, 9009.0, 9077.0, 8997.0, 9075.0, 9011.0, 9007.0, 9036.0, 9007.0, 9064.0, 8993.0, 9036.0, 9013.0, 9052.0, 8998.0, 9021.0, 9065.0, 9012.0, 9056.0, 9015.0, 9056.0, 9013.0, 9079.0, 8998.0, 9089.0, 8995.0, 9073.0, 8993.0, 9059.0, 9010.0, 9055.0, 9034.0, 9003.0, 9031.0, 9010.0, 9055.0, 9018.0, 9030.0, 9076.0, 9030.0, 9077.0, 9028.0, 9071.0, 9029.0, 9064.0, 9016.0, 9082.0, 9015.0, 9024.0, 9030.0, 9038.0, 9041.0, 9078.0, 9036.0, 9029.0, 9045.0, 9007.0, 9007.0, 9009.0, 9036.0, 9013.0, 9052.0, 9017.0, 9080.0, 9017.0, 9079.0, 9031.0, 9076.0, 9038.0, 9044.0, 9011.0, 9042.0, 8992.0, 9057.0, 8992.0, 9041.0, 9032.0, 9006.0, 9021.0, 9012.0, 9037.0, 9032.0, 9069.0, 9020.0, 9065.0, 9030.0, 9041.0, 9045.0, 9109.0, 9041.0, 9075.0, 9035.0, 9072.0, 8993.0, 9042.0, 8987.0, 9037.0, 8990.0, 9000.0, 8992.0, 9033.0, 9011.0, 9019.0, 9011.0, 9023.0, 9044.0, 9005.0, 9006.0, 9022.0, 9009.0, 9039.0, 9057.0, 9041.0, 9057.0, 9039.0, 9010.0, 9026.0, 9025.0, 9033.0, 9027.0, 9024.0, 9086.0, 9037.0, 9097.0, 9047.0, 9078.0, 9053.0, 9018.0, 9010.0, 9032.0, 9010.0, 9035.0, 9033.0, 9009.0, 9024.0, 9040.0, 9054.0, 9031.0, 9068.0, 9015.0, 9039.0, 9030.0, 9040.0, 9057.0, 9041.0, 9028.0, 9010.0, 9077.0, 9015.0, 9080.0, 9017.0, 9084.0, 9045.0, 9040.0, 9011.0, 9025.0, 9026.0, 9043.0, 9054.0, 9030.0, 9081.0, 9001.0, 9089.0, 8994.0, 9059.0, 8997.0, 9062.0, 9008.0, 9010.0, 9011.0, 9027.0, 9040.0, 9033.0, 9070.0, 9020.0, 9041.0, 9073.0, 9046.0, 9034.0, 9052.0, 9089.0, 9067.0, 9087.0, 9061.0, 9030.0, 9086.0, 9010.0, 9064.0, 8996.0, 9060.0, 8995.0, 9063.0, 9013.0, 9027.0, 9025.0, 9046.0, 9061.0, 9040.0, 9100.0, 9064.0, 9085.0, 9060.0, 9029.0, 9056.0, 9023.0, 9040.0, 9009.0, 9037.0, 9007.0, 9029.0, 8995.0, 9020.0, 9041.0, 9045.0, 9045.0, 9051.0, 9076.0, 9050.0, 9098.0, 9018.0, 9096.0, 9018.0, 9068.0, 9032.0, 9041.0, 9033.0, 9043.0, 9074.0, 9017.0, 9070.0, 9012.0, 9081.0, 9001.0, 9080.0, 9001.0, 9080.0, 9014.0, 9062.0, 8996.0, 9047.0, 8999.0, 9065.0, 9001.0, 9063.0, 9039.0, 9026.0, 9041.0, 9047.0, 9031.0, 9044.0, 9060.0, 9043.0, 9022.0, 9048.0, 9063.0, 9041.0, 9088.0, 9073.0, 9077.0, 9082.0, 9101.0, 9049.0, 9107.0, 9033.0, 9099.0, 9016.0, 9096.0, 9013.0, 9039.0, 9016.0, 9059.0, 9057.0, 9044.0, 9083.0, 9032.0, 9058.0, 9047.0, 9031.0, 9058.0, 9047.0, 9085.0, 9033.0, 9057.0, 9045.0, 9029.0, 9054.0, 9045.0, 9072.0, 9033.0, 9058.0, 9004.0, 9047.0, 9060.0, 9051.0, 9103.0, 9037.0, 9117.0, 9077.0, 9043.0, 9044.0, 9025.0, 9039.0, 9026.0, 9064.0, 9010.0, 9077.0, 9010.0, 9040.0, 9001.0, 9056.0, 9031.0, 9068.0, 9082.0, 9040.0, 9068.0, 9108.0, 9071.0, 9069.0, 9116.0, 9076.0, 9092.0, 9081.0, 9051.0, 9049.0, 9008.0, 9020.0, 8994.0, 9009.0, 9021.0, 8999.0, 9026.0, 9014.0, 9038.0, 9012.0, 9028.0, 9094.0, 9017.0, 9108.0, 9042.0, 9047.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.0006606781609195401</td></tr>
<tr><td colspan=3>aqi</td><td>0.020907959655172417</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.569032126869985</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.21032501529344</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9923907409090903</td></tr>
<tr><td colspan=3>efc</td><td>0.444</td></tr>
<tr><td colspan=3>fber</td><td>6496.8608</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06596533065851777</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5747126436781609</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.533621370817256</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5011900312760735</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.800903751403069</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.298770329772626</td></tr>
<tr><td colspan=3>gcor</td><td>0.00559895</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015619407407939434</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0202427189797163</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4488737783078562</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>37.6259</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0596</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.8353</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311603.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>770.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.6027</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5707</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.8744</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3290.9457</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>64941.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>766.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1028.7337</td></tr>
<tr><td colspan=3>tsnr</td><td>39.48351356224157</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>