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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0080_ses-03_task-social_acq-mb8_run-02_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-0080_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-02_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-0080/ses-03/func/sub-0080_ses-03_task-social_acq-mb8_run-02_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>b2c4c0002821224f0cc9009a8212bdfd</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:13:4.425000</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.999335, 0.0364668, -0.000549187, -0.0364693, 0.99932, -0.00549606]</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-02_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.102815</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7755, -7174, 495, -62, -153, 55, 40]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.321</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9243ac57-413c-48b8-bbd6-c58d8e5818e1||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.6811420917510986, -0.09784433245658875, -0.0009406524477526546, 117.04199981689453], [-0.09783770143985748, 2.6811015605926514, -0.01488356664776802, -85.79085540771484], [-0.0014734285650774837, 0.014745526947081089, 2.6999588012695312, -20.94136619567871], [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': ['171304.425000', '171304.885000', '171305.345000', '171305.805000', '171306.265000', '171306.725000', '171307.185000', '171307.645000', '171308.105000', '171308.565000', '171309.025000', '171309.485000', '171309.945000', '171310.405000', '171310.865000', '171311.325000', '171311.785000', '171312.245000', '171312.705000', '171313.165000', '171313.625000', '171314.085000', '171314.545000', '171315.005000', '171315.465000', '171315.925000', '171316.385000', '171316.845000', '171317.305000', '171317.765000', '171318.225000', '171318.685000', '171319.145000', '171319.605000', '171320.065000', '171320.525000', '171320.985000', '171321.445000', '171321.905000', '171322.365000', '171322.825000', '171323.285000', '171323.745000', '171324.205000', '171324.665000', '171325.125000', '171325.585000', '171326.045000', '171326.505000', '171326.965000', '171327.425000', '171327.885000', '171328.345000', '171328.805000', '171329.265000', '171329.725000', '171330.185000', '171330.645000', '171331.105000', '171331.565000', '171332.025000', '171332.485000', '171332.945000', '171333.405000', '171333.865000', '171334.325000', '171334.785000', '171335.245000', '171335.705000', '171336.165000', '171336.625000', '171337.085000', '171337.545000', '171338.005000', '171338.465000', '171338.925000', '171339.385000', '171339.845000', '171340.305000', '171340.765000', '171341.225000', '171341.685000', '171342.145000', '171342.605000', '171343.065000', '171343.525000', '171343.985000', '171344.445000', '171344.905000', '171345.365000', '171345.825000', '171346.285000', '171346.745000', '171347.205000', '171347.665000', '171348.125000', '171348.585000', '171349.045000', '171349.505000', '171349.965000', '171350.425000', '171350.885000', '171351.345000', '171351.805000', '171352.265000', '171352.725000', '171353.185000', '171353.645000', '171354.105000', '171354.565000', '171355.025000', '171355.485000', '171355.945000', '171356.405000', '171356.865000', '171357.325000', '171357.785000', '171358.245000', '171358.705000', '171359.165000', '171359.625000', '171400.085000', '171400.545000', '171401.005000', '171401.465000', '171401.925000', '171402.385000', '171402.845000', '171403.305000', '171403.765000', '171404.225000', '171404.685000', '171405.145000', '171405.605000', '171406.065000', '171406.525000', '171406.985000', '171407.445000', '171407.905000', '171408.365000', '171408.825000', '171409.285000', '171409.745000', '171410.205000', '171410.665000', '171411.125000', '171411.585000', '171412.045000', '171412.505000', '171412.965000', '171413.425000', '171413.885000', '171414.345000', '171414.805000', '171415.265000', '171415.725000', '171416.185000', '171416.645000', '171417.105000', '171417.565000', '171418.025000', '171418.485000', '171418.945000', '171419.405000', '171419.865000', '171420.325000', '171420.785000', '171421.245000', '171421.705000', '171422.165000', '171422.625000', '171423.085000', '171423.545000', '171424.005000', '171424.465000', '171424.925000', '171425.385000', '171425.845000', '171426.305000', '171426.765000', '171427.225000', '171427.685000', '171428.145000', '171428.605000', '171429.065000', '171429.525000', '171429.985000', '171430.445000', '171430.905000', '171431.365000', '171431.825000', '171432.285000', '171432.745000', '171433.205000', '171433.665000', '171434.125000', '171434.585000', '171435.045000', '171435.505000', '171435.965000', '171436.425000', '171436.885000', '171437.345000', '171437.805000', '171438.265000', '171438.725000', '171439.185000', '171439.645000', '171440.105000', '171440.565000', '171441.025000', '171441.485000', '171441.945000', '171442.405000', '171442.865000', '171443.325000', '171443.785000', '171444.245000', '171444.705000', '171445.165000', '171445.625000', '171446.085000', '171446.545000', '171447.005000', '171447.465000', '171447.925000', '171448.385000', '171448.845000', '171449.305000', '171449.765000', '171450.225000', '171450.685000', '171451.145000', '171451.605000', '171452.065000', '171452.525000', '171452.985000', '171453.445000', '171453.905000', '171454.365000', '171454.825000', '171455.285000', '171455.745000', '171456.205000', '171456.665000', '171457.125000', '171457.585000', '171458.045000', '171458.505000', '171458.965000', '171459.425000', '171459.885000', '171500.345000', '171500.805000', '171501.265000', '171501.725000', '171502.185000', '171502.645000', '171503.105000', '171503.565000', '171504.025000', '171504.485000', '171504.945000', '171505.405000', '171505.865000', '171506.325000', '171506.785000', '171507.245000', '171507.705000', '171508.165000', '171508.625000', '171509.085000', '171509.545000', '171510.005000', '171510.465000', '171510.925000', '171511.385000', '171511.845000', '171512.305000', '171512.765000', '171513.225000', '171513.685000', '171514.145000', '171514.605000', '171515.065000', '171515.525000', '171515.985000', '171516.445000', '171516.905000', '171517.365000', '171517.825000', '171518.285000', '171518.745000', '171519.205000', '171519.665000', '171520.125000', '171520.585000', '171521.045000', '171521.505000', '171521.965000', '171522.425000', '171522.885000', '171523.345000', '171523.805000', '171524.265000', '171524.725000', '171525.185000', '171525.645000', '171526.105000', '171526.565000', '171527.025000', '171527.485000', '171527.945000', '171528.405000', '171528.865000', '171529.325000', '171529.785000', '171530.245000', '171530.705000', '171531.165000', '171531.625000', '171532.085000', '171532.545000', '171533.005000', '171533.465000', '171533.925000', '171534.385000', '171534.845000', '171535.305000', '171535.765000', '171536.225000', '171536.685000', '171537.145000', '171537.605000', '171538.065000', '171538.525000', '171538.985000', '171539.445000', '171539.905000', '171540.365000', '171540.825000', '171541.285000', '171541.745000', '171542.205000', '171542.665000', '171543.125000', '171543.585000', '171544.045000', '171544.505000', '171544.965000', '171545.425000', '171545.885000', '171546.345000', '171546.805000', '171547.265000', '171547.725000', '171548.185000', '171548.645000', '171549.105000', '171549.565000', '171550.025000', '171550.485000', '171550.945000', '171551.405000', '171551.865000', '171552.325000', '171552.785000', '171553.245000', '171553.705000', '171554.165000', '171554.625000', '171555.085000', '171555.545000', '171556.005000', '171556.465000', '171556.925000', '171557.385000', '171557.845000', '171558.305000', '171558.765000', '171559.225000', '171559.685000', '171600.145000', '171600.605000', '171601.065000', '171601.525000', '171601.985000', '171602.445000', '171602.905000', '171603.365000', '171603.825000', '171604.285000', '171604.745000', '171605.205000', '171605.665000', '171606.125000', '171606.585000', '171607.045000', '171607.505000', '171607.965000', '171608.425000', '171608.885000', '171609.345000', '171609.805000', '171610.265000', '171610.725000', '171611.185000', '171611.645000', '171612.105000', '171612.565000', '171613.025000', '171613.485000', '171613.945000', '171614.405000', '171614.865000', '171615.325000', '171615.785000', '171616.245000', '171616.705000', '171617.165000', '171617.625000', '171618.085000', '171618.545000', '171619.005000', '171619.465000', '171619.925000', '171620.385000', '171620.845000', '171621.305000', '171621.765000', '171622.225000', '171622.685000', '171623.145000', '171623.605000', '171624.065000', '171624.525000', '171624.985000', '171625.445000', '171625.905000', '171626.365000', '171626.825000', '171627.285000', '171627.745000', '171628.205000', '171628.665000', '171629.125000', '171629.585000', '171630.045000', '171630.505000', '171630.965000', '171631.425000', '171631.885000', '171632.345000', '171632.805000', '171633.265000', '171633.725000', '171634.185000', '171634.645000', '171635.105000', '171635.565000', '171636.025000', '171636.485000', '171636.945000', '171637.405000', '171637.865000', '171638.325000', '171638.785000', '171639.245000', '171639.705000', '171640.165000', '171640.625000', '171641.085000', '171641.545000', '171642.005000', '171642.465000', '171642.925000', '171643.385000', '171643.845000', '171644.305000', '171644.765000', '171645.225000', '171645.685000', '171646.145000', '171646.605000', '171647.065000', '171647.525000', '171647.985000', '171648.445000', '171648.905000', '171649.365000', '171649.825000', '171650.285000', '171650.745000', '171651.205000', '171651.665000', '171652.125000', '171652.585000', '171653.045000', '171653.505000', '171653.965000', '171654.425000', '171654.885000', '171655.345000', '171655.805000', '171656.265000', '171656.725000', '171657.185000', '171657.645000', '171658.105000', '171658.565000', '171659.025000', '171659.485000', '171659.945000', '171700.405000', '171700.865000', '171701.325000', '171701.785000', '171702.245000', '171702.705000', '171703.165000', '171703.625000', '171704.085000', '171704.545000', '171705.005000', '171705.465000', '171705.925000', '171706.385000', '171706.845000', '171707.305000', '171707.765000', '171708.225000', '171708.685000', '171709.145000', '171709.605000', '171710.065000', '171710.525000', '171710.985000', '171711.445000', '171711.905000', '171712.365000', '171712.825000', '171713.285000', '171713.745000', '171714.205000', '171714.665000', '171715.125000', '171715.585000', '171716.045000', '171716.505000', '171716.965000', '171717.425000', '171717.885000', '171718.345000', '171718.805000', '171719.265000', '171719.725000', '171720.185000', '171720.645000', '171721.105000', '171721.565000', '171722.025000', '171722.485000', '171722.945000', '171723.405000', '171723.865000', '171724.325000', '171724.785000', '171725.245000', '171725.705000', '171726.165000', '171726.625000', '171727.085000', '171727.545000', '171728.005000', '171728.465000', '171728.925000', '171729.385000', '171729.845000', '171730.305000', '171730.765000', '171731.225000', '171731.685000', '171732.145000', '171732.605000', '171733.065000', '171733.525000', '171733.985000', '171734.445000', '171734.905000', '171735.365000', '171735.825000', '171736.285000', '171736.745000', '171737.205000', '171737.665000', '171738.125000', '171738.585000', '171739.045000', '171739.505000', '171739.965000', '171740.425000', '171740.885000', '171741.345000', '171741.805000', '171742.265000', '171742.725000', '171743.185000', '171743.645000', '171744.105000', '171744.565000', '171745.025000', '171745.485000', '171745.945000', '171746.405000', '171746.865000', '171747.325000', '171747.785000', '171748.245000', '171748.705000', '171749.165000', '171749.625000', '171750.085000', '171750.545000', '171751.005000', '171751.465000', '171751.925000', '171752.385000', '171752.845000', '171753.305000', '171753.765000', '171754.225000', '171754.685000', '171755.145000', '171755.605000', '171756.065000', '171756.525000', '171756.985000', '171757.445000', '171757.905000', '171758.365000', '171758.825000', '171759.285000', '171759.745000', '171800.205000', '171800.665000', '171801.125000', '171801.585000', '171802.045000', '171802.505000', '171802.965000', '171803.425000', '171803.885000', '171804.345000', '171804.805000', '171805.265000', '171805.725000', '171806.185000', '171806.645000', '171807.105000', '171807.565000', '171808.025000', '171808.485000', '171808.945000', '171809.405000', '171809.865000', '171810.325000', '171810.785000', '171811.245000', '171811.705000', '171812.165000', '171812.625000', '171813.085000', '171813.545000', '171814.005000', '171814.465000', '171814.925000', '171815.385000', '171815.845000', '171816.305000', '171816.765000', '171817.225000', '171817.685000', '171818.145000', '171818.605000', '171819.065000', '171819.525000', '171819.985000', '171820.445000', '171820.905000', '171821.365000', '171821.825000', '171822.285000', '171822.745000', '171823.205000', '171823.665000', '171824.125000', '171824.585000', '171825.045000', '171825.505000', '171825.965000', '171826.425000', '171826.885000', '171827.345000', '171827.805000', '171828.265000', '171828.725000', '171829.185000', '171829.645000', '171830.105000', '171830.565000', '171831.025000', '171831.485000', '171831.945000', '171832.405000', '171832.865000', '171833.325000', '171833.785000', '171834.245000', '171834.705000', '171835.165000', '171835.625000', '171836.085000', '171836.545000', '171837.005000', '171837.465000', '171837.925000', '171838.385000', '171838.845000', '171839.305000', '171839.765000', '171840.225000', '171840.685000', '171841.145000', '171841.605000', '171842.065000', '171842.525000', '171842.985000', '171843.445000', '171843.905000', '171844.365000', '171844.825000', '171845.285000', '171845.745000', '171846.205000', '171846.665000', '171847.125000', '171847.585000', '171848.045000', '171848.505000', '171848.965000', '171849.425000', '171849.885000', '171850.345000', '171850.805000', '171851.265000', '171851.725000', '171852.185000', '171852.645000', '171853.105000', '171853.565000', '171854.025000', '171854.485000', '171854.945000', '171855.405000', '171855.865000', '171856.325000', '171856.785000', '171857.245000', '171857.705000', '171858.165000', '171858.625000', '171859.085000', '171859.545000', '171900.005000', '171900.465000', '171900.925000', '171901.385000', '171901.845000', '171902.305000', '171902.765000', '171903.225000', '171903.685000', '171904.145000', '171904.605000', '171905.065000', '171905.525000', '171905.985000', '171906.445000', '171906.905000', '171907.365000', '171907.825000', '171908.285000', '171908.745000', '171909.205000', '171909.665000', '171910.125000', '171910.585000', '171911.045000', '171911.505000', '171911.965000', '171912.425000', '171912.885000', '171913.345000', '171913.805000', '171914.265000', '171914.725000', '171915.185000', '171915.645000', '171916.105000', '171916.565000', '171917.025000', '171917.485000', '171917.945000', '171918.405000', '171918.865000', '171919.325000', '171919.785000', '171920.245000', '171920.705000', '171921.165000', '171921.625000', '171922.085000', '171922.545000', '171923.005000', '171923.465000', '171923.925000', '171924.385000', '171924.845000', '171925.305000', '171925.765000', '171926.225000', '171926.685000', '171927.145000', '171927.605000', '171928.065000', '171928.525000', '171928.985000', '171929.445000', '171929.905000', '171930.365000', '171930.825000', '171931.285000', '171931.745000', '171932.205000', '171932.665000', '171933.125000', '171933.585000', '171934.045000', '171934.505000', '171934.965000', '171935.425000', '171935.885000', '171936.345000', '171936.805000', '171937.265000', '171937.725000', '171938.185000', '171938.645000', '171939.105000', '171939.565000', '171940.025000', '171940.485000', '171940.945000', '171941.405000', '171941.865000', '171942.325000', '171942.785000', '171943.245000', '171943.705000', '171944.165000', '171944.625000', '171945.085000'], 'ContentTime': ['171326.755000', '171326.758000', '171326.761000', '171326.763000', '171326.766000', '171326.769000', '171326.771000', '171326.774000', '171326.776000', '171326.779000', '171326.782000', '171326.784000', '171326.787000', '171326.789000', '171326.799000', '171326.801000', '171326.804000', '171326.806000', '171326.809000', '171326.811000', '171326.814000', '171326.817000', '171326.819000', '171326.822000', '171326.824000', '171326.827000', '171326.829000', '171326.832000', '171326.835000', '171326.837000', '171326.840000', '171326.842000', '171326.845000', '171326.856000', '171326.859000', '171326.861000', '171326.864000', '171326.867000', '171326.869000', '171326.872000', '171326.874000', '171326.877000', '171326.880000', '171326.882000', '171326.885000', '171326.887000', '171326.890000', '171346.726000', '171346.729000', '171346.732000', '171346.734000', '171346.737000', '171346.739000', '171346.742000', '171346.744000', '171346.747000', '171346.750000', '171346.752000', '171346.755000', '171346.757000', '171346.760000', '171346.763000', '171346.765000', '171346.768000', '171346.770000', '171346.773000', '171346.775000', '171346.778000', '171346.781000', '171346.783000', '171346.786000', '171346.788000', '171346.791000', '171346.793000', '171346.796000', '171346.799000', '171346.801000', '171346.804000', '171346.807000', '171346.809000', '171346.812000', '171346.814000', '171346.817000', '171346.820000', '171346.832000', '171346.834000', '171346.837000', '171346.839000', '171346.842000', '171346.844000', '171406.726000', '171406.729000', '171406.732000', '171406.734000', '171406.737000', '171406.740000', '171406.742000', '171406.745000', '171406.747000', '171406.750000', '171406.753000', '171406.755000', '171406.758000', '171406.760000', '171406.763000', '171406.765000', '171406.768000', '171406.770000', '171406.773000', '171406.776000', '171406.778000', '171406.789000', '171406.792000', '171406.794000', '171406.797000', '171406.800000', '171406.802000', '171406.805000', '171406.807000', '171406.810000', '171406.812000', '171406.815000', '171406.818000', '171406.820000', '171406.823000', '171406.825000', '171406.828000', '171406.831000', '171406.833000', '171406.836000', '171406.838000', '171406.841000', '171406.843000', '171406.846000', '171426.726000', '171426.729000', '171426.732000', '171426.735000', '171426.737000', '171426.740000', '171426.742000', '171426.745000', '171426.748000', '171426.750000', '171426.753000', '171426.755000', '171426.758000', '171426.761000', '171426.764000', '171426.767000', '171426.769000', '171426.772000', '171426.774000', '171426.777000', '171426.780000', '171426.782000', '171426.785000', '171426.787000', '171426.799000', '171426.802000', '171426.805000', '171426.807000', '171426.810000', '171426.813000', '171426.815000', '171426.818000', '171426.820000', '171426.823000', '171426.826000', '171426.828000', '171426.831000', '171426.833000', '171426.836000', '171426.839000', '171426.841000', '171426.844000', '171426.846000', '171446.726000', '171446.729000', '171446.732000', '171446.735000', '171446.737000', '171446.740000', '171446.742000', '171446.745000', '171446.748000', '171446.750000', '171446.753000', '171446.755000', '171446.758000', '171446.761000', '171446.763000', '171446.766000', '171446.768000', '171446.771000', '171446.774000', '171446.776000', '171446.799000', '171446.802000', '171446.804000', '171446.807000', '171446.809000', '171446.812000', '171446.815000', '171446.826000', '171446.829000', '171446.832000', '171446.834000', '171446.837000', '171446.839000', '171446.842000', '171446.845000', '171446.847000', '171446.850000', '171446.852000', '171446.855000', '171446.858000', '171446.860000', '171446.863000', '171446.865000', '171446.868000', '171506.726000', '171506.729000', '171506.732000', '171506.734000', '171506.737000', '171506.740000', '171506.742000', '171506.745000', '171506.747000', '171506.750000', '171506.752000', '171506.755000', '171506.758000', '171506.760000', '171506.763000', '171506.766000', '171506.768000', '171506.771000', '171506.774000', '171506.777000', '171506.783000', '171506.786000', '171506.789000', '171506.791000', '171506.794000', '171506.796000', '171506.799000', '171506.802000', '171506.804000', '171506.807000', '171506.809000', '171506.812000', '171506.815000', '171506.817000', '171506.820000', '171506.823000', '171506.825000', '171506.828000', '171506.830000', '171506.833000', '171506.836000', '171506.838000', '171506.841000', '171526.726000', '171526.729000', '171526.731000', '171526.734000', '171526.737000', '171526.739000', '171526.742000', '171526.744000', '171526.747000', '171526.750000', '171526.752000', '171526.755000', '171526.757000', '171526.760000', '171526.762000', '171526.765000', '171526.768000', '171526.770000', '171526.773000', '171526.776000', '171526.778000', '171526.781000', '171526.783000', '171526.786000', '171526.789000', '171526.791000', '171526.794000', '171526.796000', '171526.799000', '171526.801000', '171526.804000', '171526.807000', '171526.809000', '171526.812000', '171526.815000', '171526.817000', '171526.820000', '171526.822000', '171526.825000', '171526.828000', '171526.830000', '171526.833000', '171526.835000', '171526.838000', '171546.727000', '171546.729000', '171546.732000', '171546.735000', '171546.737000', '171546.740000', '171546.743000', '171546.745000', '171546.748000', '171546.750000', '171546.753000', '171546.756000', '171546.758000', '171546.761000', '171546.763000', '171546.766000', '171546.768000', '171546.771000', '171546.774000', '171546.776000', '171546.779000', '171546.782000', '171546.784000', '171546.787000', '171546.790000', '171546.792000', '171546.795000', '171546.797000', '171546.802000', '171546.804000', '171546.807000', '171546.809000', '171546.812000', '171546.815000', '171546.817000', '171546.820000', '171546.822000', '171546.825000', '171546.828000', '171546.830000', '171546.833000', '171546.835000', '171546.838000', '171606.726000', '171606.729000', '171606.732000', '171606.734000', '171606.737000', '171606.740000', '171606.742000', '171606.745000', '171606.747000', '171606.750000', '171606.752000', '171606.755000', '171606.758000', '171606.760000', '171606.763000', '171606.765000', '171606.768000', '171606.771000', '171606.773000', '171606.776000', '171606.778000', '171606.781000', '171606.784000', '171606.786000', '171606.789000', '171606.791000', '171606.794000', '171606.796000', '171606.799000', '171606.802000', '171606.804000', '171606.807000', '171606.810000', '171606.812000', '171606.815000', '171606.817000', '171606.820000', '171606.823000', '171606.825000', '171606.828000', '171606.830000', '171606.833000', '171606.836000', '171606.838000', '171626.727000', '171626.730000', '171626.732000', '171626.735000', '171626.738000', '171626.740000', '171626.743000', '171626.745000', '171626.748000', '171626.750000', '171626.753000', '171626.756000', '171626.758000', '171626.761000', '171626.764000', '171626.782000', '171626.784000', '171626.787000', '171626.789000', '171626.792000', '171626.795000', '171626.797000', '171626.800000', '171626.802000', '171626.805000', '171626.808000', '171626.810000', '171626.813000', '171626.815000', '171626.818000', '171626.821000', '171626.823000', '171626.826000', '171626.828000', '171626.831000', '171626.834000', '171626.836000', '171626.839000', '171626.841000', '171626.844000', '171626.846000', '171626.849000', '171626.852000', '171646.726000', '171646.729000', '171646.732000', '171646.734000', '171646.737000', '171646.740000', '171646.742000', '171646.745000', '171646.747000', '171646.750000', '171646.753000', '171646.755000', '171646.758000', '171646.760000', '171646.763000', '171646.766000', '171646.768000', '171646.771000', '171646.773000', '171646.776000', '171646.779000', '171646.781000', '171646.784000', '171646.786000', '171646.789000', '171646.792000', '171646.794000', '171646.797000', '171646.799000', '171646.802000', '171646.805000', '171646.807000', '171646.810000', '171646.812000', '171646.815000', '171646.818000', '171646.820000', '171646.823000', '171646.825000', '171646.828000', '171646.831000', '171646.833000', '171646.836000', '171646.838000', '171706.727000', '171706.729000', '171706.732000', '171706.735000', '171706.737000', '171706.740000', '171706.742000', '171706.745000', '171706.748000', '171706.750000', '171706.753000', '171706.755000', '171706.758000', '171706.761000', '171706.763000', '171706.766000', '171706.768000', '171706.771000', '171706.774000', '171706.776000', '171706.779000', '171706.782000', '171706.784000', '171706.787000', '171706.789000', '171706.792000', '171706.794000', '171706.797000', '171706.800000', '171706.802000', '171706.805000', '171706.808000', '171706.810000', '171706.813000', '171706.815000', '171706.818000', '171706.821000', '171706.823000', '171706.826000', '171706.828000', '171706.831000', '171706.833000', '171706.836000', '171726.726000', '171726.729000', '171726.732000', '171726.735000', '171726.737000', '171726.740000', '171726.742000', '171726.745000', '171726.747000', '171726.750000', '171726.753000', '171726.755000', '171726.758000', '171726.761000', '171726.763000', '171726.766000', '171726.769000', '171726.771000', '171726.774000', '171726.776000', '171726.779000', '171726.781000', '171726.784000', '171726.787000', '171726.789000', '171726.792000', '171726.794000', '171726.797000', '171726.800000', '171726.802000', '171726.805000', '171726.807000', '171726.810000', '171726.812000', '171726.815000', '171726.818000', '171726.820000', '171726.823000', '171726.826000', '171726.828000', '171726.831000', '171726.833000', '171726.836000', '171746.725000', '171746.728000', '171746.731000', '171746.734000', '171746.736000', '171746.739000', '171746.741000', '171746.744000', '171746.747000', '171746.749000', '171746.752000', '171746.754000', '171746.757000', '171746.760000', '171746.762000', '171746.765000', '171746.767000', '171746.770000', '171746.773000', '171746.775000', '171746.778000', '171746.780000', '171746.783000', '171746.786000', '171746.788000', '171746.791000', '171746.794000', '171746.796000', '171746.799000', '171746.802000', '171746.804000', '171746.807000', '171746.809000', '171746.812000', '171746.815000', '171746.817000', '171746.820000', '171746.822000', '171746.825000', '171746.828000', '171746.830000', '171746.842000', '171746.845000', '171746.847000', '171806.726000', '171806.729000', '171806.732000', '171806.734000', '171806.737000', '171806.740000', '171806.742000', '171806.745000', '171806.747000', '171806.750000', '171806.753000', '171806.755000', '171806.758000', '171806.760000', '171806.763000', '171806.766000', '171806.768000', '171806.771000', '171806.774000', '171806.776000', '171806.779000', '171806.781000', '171806.784000', '171806.786000', '171806.789000', '171806.792000', '171806.794000', '171806.797000', '171806.799000', '171806.802000', '171806.805000', '171806.807000', '171806.810000', '171806.812000', '171806.815000', '171806.818000', '171806.820000', '171806.823000', '171806.825000', '171806.828000', '171806.831000', '171806.833000', '171806.836000', '171806.839000', '171826.727000', '171826.729000', '171826.732000', '171826.735000', '171826.737000', '171826.740000', '171826.743000', '171826.745000', '171826.748000', '171826.750000', '171826.753000', '171826.756000', '171826.758000', '171826.761000', '171826.763000', '171826.766000', '171826.769000', '171826.771000', '171826.774000', '171826.776000', '171826.779000', '171826.782000', '171826.784000', '171826.787000', '171826.790000', '171826.792000', '171826.795000', '171826.797000', '171826.800000', '171826.803000', '171826.805000', '171826.808000', '171826.811000', '171826.813000', '171826.816000', '171826.819000', '171826.821000', '171826.824000', '171826.826000', '171826.829000', '171826.832000', '171826.834000', '171826.837000', '171846.726000', '171846.729000', '171846.732000', '171846.734000', '171846.737000', '171846.740000', '171846.742000', '171846.745000', '171846.748000', '171846.750000', '171846.753000', '171846.755000', '171846.758000', '171846.760000', '171846.763000', '171846.766000', '171846.768000', '171846.771000', '171846.774000', '171846.776000', '171846.779000', '171846.781000', '171846.784000', '171846.786000', '171846.789000', '171846.792000', '171846.794000', '171846.797000', '171846.800000', '171846.802000', '171846.805000', '171846.807000', '171846.810000', '171846.813000', '171846.815000', '171846.818000', '171846.821000', '171846.823000', '171846.826000', '171846.828000', '171846.831000', '171846.834000', '171846.836000', '171846.839000', '171906.727000', '171906.729000', '171906.732000', '171906.735000', '171906.737000', '171906.740000', '171906.743000', '171906.745000', '171906.748000', '171906.750000', '171906.753000', '171906.756000', '171906.758000', '171906.761000', '171906.764000', '171906.766000', '171906.769000', '171906.771000', '171906.774000', '171906.777000', '171906.779000', '171906.782000', '171906.785000', '171906.787000', '171906.790000', '171906.793000', '171906.795000', '171906.798000', '171906.800000', '171906.803000', '171906.806000', '171906.808000', '171906.811000', '171906.813000', '171906.816000', '171906.819000', '171906.821000', '171906.824000', '171906.826000', '171906.829000', '171906.832000', '171906.834000', '171906.837000', '171926.727000', '171926.729000', '171926.732000', '171926.735000', '171926.737000', '171926.740000', '171926.742000', '171926.745000', '171926.748000', '171926.750000', '171926.753000', '171926.755000', '171926.758000', '171926.761000', '171926.763000', '171926.766000', '171926.768000', '171926.771000', '171926.773000', '171926.776000', '171926.778000', '171926.781000', '171926.784000', '171926.786000', '171926.789000', '171926.791000', '171926.794000', '171926.797000', '171926.799000', '171926.802000', '171926.804000', '171926.807000', '171926.809000', '171926.812000', '171926.815000', '171926.817000', '171926.820000', '171926.823000', '171926.825000', '171926.828000', '171926.830000', '171926.833000', '171926.835000', '171926.838000', '171945.945000', '171945.948000', '171945.951000', '171945.954000', '171945.956000', '171945.959000', '171945.962000', '171945.965000', '171945.968000', '171945.970000', '171945.973000', '171945.976000', '171945.979000', '171945.981000', '171945.984000', '171945.987000', '171945.990000', '171945.993000', '171945.995000', '171945.998000', '171946.002000', '171946.005000', '171946.008000', '171946.011000', '171946.032000', '171946.035000', '171946.037000', '171946.040000', '171946.043000', '171946.047000', '171946.049000', '171946.052000', '171946.054000', '171946.057000', '171946.060000', '171946.063000', '171946.065000', '171946.068000', '171946.071000', '171946.074000', '171946.076000', '171946.079000'], 'InstanceCreationTime': ['171326.755000', '171326.758000', '171326.761000', '171326.763000', '171326.766000', '171326.769000', '171326.771000', '171326.774000', '171326.776000', '171326.779000', '171326.782000', '171326.784000', '171326.787000', '171326.789000', '171326.799000', '171326.801000', '171326.804000', '171326.806000', '171326.809000', '171326.811000', '171326.814000', '171326.817000', '171326.819000', '171326.822000', '171326.824000', '171326.827000', '171326.829000', '171326.832000', '171326.835000', '171326.837000', '171326.840000', '171326.842000', '171326.845000', '171326.856000', '171326.859000', '171326.861000', '171326.864000', '171326.867000', '171326.869000', '171326.872000', '171326.874000', '171326.877000', '171326.880000', '171326.882000', '171326.885000', '171326.887000', '171326.890000', '171346.726000', '171346.729000', '171346.732000', '171346.734000', '171346.737000', '171346.739000', '171346.742000', '171346.744000', '171346.747000', '171346.750000', '171346.752000', '171346.755000', '171346.757000', '171346.760000', '171346.763000', '171346.765000', '171346.768000', '171346.770000', '171346.773000', '171346.775000', '171346.778000', '171346.781000', '171346.783000', '171346.786000', '171346.788000', '171346.791000', '171346.793000', '171346.796000', '171346.799000', '171346.801000', '171346.804000', '171346.807000', '171346.809000', '171346.812000', '171346.814000', '171346.817000', '171346.820000', '171346.832000', '171346.834000', '171346.837000', '171346.839000', '171346.842000', '171346.844000', '171406.726000', '171406.729000', '171406.732000', '171406.734000', '171406.737000', '171406.740000', '171406.742000', '171406.745000', '171406.747000', '171406.750000', '171406.753000', '171406.755000', '171406.758000', '171406.760000', '171406.763000', '171406.765000', '171406.768000', '171406.770000', '171406.773000', '171406.776000', '171406.778000', '171406.789000', '171406.792000', '171406.794000', '171406.797000', '171406.800000', '171406.802000', '171406.805000', '171406.807000', '171406.810000', '171406.812000', '171406.815000', '171406.818000', '171406.820000', '171406.823000', '171406.825000', '171406.828000', '171406.831000', '171406.833000', '171406.836000', '171406.838000', '171406.841000', '171406.843000', '171406.846000', '171426.726000', '171426.729000', '171426.732000', '171426.735000', '171426.737000', '171426.740000', '171426.742000', '171426.745000', '171426.748000', '171426.750000', '171426.753000', '171426.755000', '171426.758000', '171426.761000', '171426.764000', '171426.767000', '171426.769000', '171426.772000', '171426.774000', '171426.777000', '171426.780000', '171426.782000', '171426.785000', '171426.787000', '171426.799000', '171426.802000', '171426.805000', '171426.807000', '171426.810000', '171426.813000', '171426.815000', '171426.818000', '171426.820000', '171426.823000', '171426.826000', '171426.828000', '171426.831000', '171426.833000', '171426.836000', '171426.839000', '171426.841000', '171426.844000', '171426.846000', '171446.726000', '171446.729000', '171446.732000', '171446.735000', '171446.737000', '171446.740000', '171446.742000', '171446.745000', '171446.748000', '171446.750000', '171446.753000', '171446.755000', '171446.758000', '171446.761000', '171446.763000', '171446.766000', '171446.768000', '171446.771000', '171446.774000', '171446.776000', '171446.799000', '171446.802000', '171446.804000', '171446.807000', '171446.809000', '171446.812000', '171446.815000', '171446.826000', '171446.829000', '171446.832000', '171446.834000', '171446.837000', '171446.839000', '171446.842000', '171446.845000', '171446.847000', '171446.850000', '171446.852000', '171446.855000', '171446.858000', '171446.860000', '171446.863000', '171446.865000', '171446.868000', '171506.726000', '171506.729000', '171506.732000', '171506.734000', '171506.737000', '171506.740000', '171506.742000', '171506.745000', '171506.747000', '171506.750000', '171506.752000', '171506.755000', '171506.758000', '171506.760000', '171506.763000', '171506.766000', '171506.768000', '171506.771000', '171506.774000', '171506.777000', '171506.783000', '171506.786000', '171506.789000', '171506.791000', '171506.794000', '171506.796000', '171506.799000', '171506.802000', '171506.804000', '171506.807000', '171506.809000', '171506.812000', '171506.815000', '171506.817000', '171506.820000', '171506.823000', '171506.825000', '171506.828000', '171506.830000', '171506.833000', '171506.836000', '171506.838000', '171506.841000', '171526.726000', '171526.729000', '171526.731000', '171526.734000', '171526.737000', '171526.739000', '171526.742000', '171526.744000', '171526.747000', '171526.750000', '171526.752000', '171526.755000', '171526.757000', '171526.760000', '171526.762000', '171526.765000', '171526.768000', '171526.770000', '171526.773000', '171526.776000', '171526.778000', '171526.781000', '171526.783000', '171526.786000', '171526.789000', '171526.791000', '171526.794000', '171526.796000', '171526.799000', '171526.801000', '171526.804000', '171526.807000', '171526.809000', '171526.812000', '171526.815000', '171526.817000', '171526.820000', '171526.822000', '171526.825000', '171526.828000', '171526.830000', '171526.833000', '171526.835000', '171526.838000', '171546.727000', '171546.729000', '171546.732000', '171546.735000', '171546.737000', '171546.740000', '171546.743000', '171546.745000', '171546.748000', '171546.750000', '171546.753000', '171546.756000', '171546.758000', '171546.761000', '171546.763000', '171546.766000', '171546.768000', '171546.771000', '171546.774000', '171546.776000', '171546.779000', '171546.782000', '171546.784000', '171546.787000', '171546.790000', '171546.792000', '171546.795000', '171546.797000', '171546.802000', '171546.804000', '171546.807000', '171546.809000', '171546.812000', '171546.815000', '171546.817000', '171546.820000', '171546.822000', '171546.825000', '171546.828000', '171546.830000', '171546.833000', '171546.835000', '171546.838000', '171606.726000', '171606.729000', '171606.732000', '171606.734000', '171606.737000', '171606.740000', '171606.742000', '171606.745000', '171606.747000', '171606.750000', '171606.752000', '171606.755000', '171606.758000', '171606.760000', '171606.763000', '171606.765000', '171606.768000', '171606.771000', '171606.773000', '171606.776000', '171606.778000', '171606.781000', '171606.784000', '171606.786000', '171606.789000', '171606.791000', '171606.794000', '171606.796000', '171606.799000', '171606.802000', '171606.804000', '171606.807000', '171606.810000', '171606.812000', '171606.815000', '171606.817000', '171606.820000', '171606.823000', '171606.825000', '171606.828000', '171606.830000', '171606.833000', '171606.836000', '171606.838000', '171626.727000', '171626.730000', '171626.732000', '171626.735000', '171626.738000', '171626.740000', '171626.743000', '171626.745000', '171626.748000', '171626.750000', '171626.753000', '171626.756000', '171626.758000', '171626.761000', '171626.764000', '171626.782000', '171626.784000', '171626.787000', '171626.789000', '171626.792000', '171626.795000', '171626.797000', '171626.800000', '171626.802000', '171626.805000', '171626.808000', '171626.810000', '171626.813000', '171626.815000', '171626.818000', '171626.821000', '171626.823000', '171626.826000', '171626.828000', '171626.831000', '171626.834000', '171626.836000', '171626.839000', '171626.841000', '171626.844000', '171626.846000', '171626.849000', '171626.852000', '171646.726000', '171646.729000', '171646.732000', '171646.734000', '171646.737000', '171646.740000', '171646.742000', '171646.745000', '171646.747000', '171646.750000', '171646.753000', '171646.755000', '171646.758000', '171646.760000', '171646.763000', '171646.766000', '171646.768000', '171646.771000', '171646.773000', '171646.776000', '171646.779000', '171646.781000', '171646.784000', '171646.786000', '171646.789000', '171646.792000', '171646.794000', '171646.797000', '171646.799000', '171646.802000', '171646.805000', '171646.807000', '171646.810000', '171646.812000', '171646.815000', '171646.818000', '171646.820000', '171646.823000', '171646.825000', '171646.828000', '171646.831000', '171646.833000', '171646.836000', '171646.838000', '171706.727000', '171706.729000', '171706.732000', '171706.735000', '171706.737000', '171706.740000', '171706.742000', '171706.745000', '171706.748000', '171706.750000', '171706.753000', '171706.755000', '171706.758000', '171706.761000', '171706.763000', '171706.766000', '171706.768000', '171706.771000', '171706.774000', '171706.776000', '171706.779000', '171706.782000', '171706.784000', '171706.787000', '171706.789000', '171706.792000', '171706.794000', '171706.797000', '171706.800000', '171706.802000', '171706.805000', '171706.808000', '171706.810000', '171706.813000', '171706.815000', '171706.818000', '171706.821000', '171706.823000', '171706.826000', '171706.828000', '171706.831000', '171706.833000', '171706.836000', '171726.726000', '171726.729000', '171726.732000', '171726.735000', '171726.737000', '171726.740000', '171726.742000', '171726.745000', '171726.747000', '171726.750000', '171726.753000', '171726.755000', '171726.758000', '171726.761000', '171726.763000', '171726.766000', '171726.769000', '171726.771000', '171726.774000', '171726.776000', '171726.779000', '171726.781000', '171726.784000', '171726.787000', '171726.789000', '171726.792000', '171726.794000', '171726.797000', '171726.800000', '171726.802000', '171726.805000', '171726.807000', '171726.810000', '171726.812000', '171726.815000', '171726.818000', '171726.820000', '171726.823000', '171726.826000', '171726.828000', '171726.831000', '171726.833000', '171726.836000', '171746.725000', '171746.728000', '171746.731000', '171746.734000', '171746.736000', '171746.739000', '171746.741000', '171746.744000', '171746.747000', '171746.749000', '171746.752000', '171746.754000', '171746.757000', '171746.760000', '171746.762000', '171746.765000', '171746.767000', '171746.770000', '171746.773000', '171746.775000', '171746.778000', '171746.780000', '171746.783000', '171746.786000', '171746.788000', '171746.791000', '171746.794000', '171746.796000', '171746.799000', '171746.802000', '171746.804000', '171746.807000', '171746.809000', '171746.812000', '171746.815000', '171746.817000', '171746.820000', '171746.822000', '171746.825000', '171746.828000', '171746.830000', '171746.842000', '171746.845000', '171746.847000', '171806.726000', '171806.729000', '171806.732000', '171806.734000', '171806.737000', '171806.740000', '171806.742000', '171806.745000', '171806.747000', '171806.750000', '171806.753000', '171806.755000', '171806.758000', '171806.760000', '171806.763000', '171806.766000', '171806.768000', '171806.771000', '171806.774000', '171806.776000', '171806.779000', '171806.781000', '171806.784000', '171806.786000', '171806.789000', '171806.792000', '171806.794000', '171806.797000', '171806.799000', '171806.802000', '171806.805000', '171806.807000', '171806.810000', '171806.812000', '171806.815000', '171806.818000', '171806.820000', '171806.823000', '171806.825000', '171806.828000', '171806.831000', '171806.833000', '171806.836000', '171806.839000', '171826.727000', '171826.729000', '171826.732000', '171826.735000', '171826.737000', '171826.740000', '171826.743000', '171826.745000', '171826.748000', '171826.750000', '171826.753000', '171826.756000', '171826.758000', '171826.761000', '171826.763000', '171826.766000', '171826.769000', '171826.771000', '171826.774000', '171826.776000', '171826.779000', '171826.782000', '171826.784000', '171826.787000', '171826.790000', '171826.792000', '171826.795000', '171826.797000', '171826.800000', '171826.803000', '171826.805000', '171826.808000', '171826.811000', '171826.813000', '171826.816000', '171826.819000', '171826.821000', '171826.824000', '171826.826000', '171826.829000', '171826.832000', '171826.834000', '171826.837000', '171846.726000', '171846.729000', '171846.732000', '171846.734000', '171846.737000', '171846.740000', '171846.742000', '171846.745000', '171846.748000', '171846.750000', '171846.753000', '171846.755000', '171846.758000', '171846.760000', '171846.763000', '171846.766000', '171846.768000', '171846.771000', '171846.774000', '171846.776000', '171846.779000', '171846.781000', '171846.784000', '171846.786000', '171846.789000', '171846.792000', '171846.794000', '171846.797000', '171846.800000', '171846.802000', '171846.805000', '171846.807000', '171846.810000', '171846.813000', '171846.815000', '171846.818000', '171846.821000', '171846.823000', '171846.826000', '171846.828000', '171846.831000', '171846.834000', '171846.836000', '171846.839000', '171906.727000', '171906.729000', '171906.732000', '171906.735000', '171906.737000', '171906.740000', '171906.743000', '171906.745000', '171906.748000', '171906.750000', '171906.753000', '171906.756000', '171906.758000', '171906.761000', '171906.764000', '171906.766000', '171906.769000', '171906.771000', '171906.774000', '171906.777000', '171906.779000', '171906.782000', '171906.785000', '171906.787000', '171906.790000', '171906.793000', '171906.795000', '171906.798000', '171906.800000', '171906.803000', '171906.806000', '171906.808000', '171906.811000', '171906.813000', '171906.816000', '171906.819000', '171906.821000', '171906.824000', '171906.826000', '171906.829000', '171906.832000', '171906.834000', '171906.837000', '171926.727000', '171926.729000', '171926.732000', '171926.735000', '171926.737000', '171926.740000', '171926.742000', '171926.745000', '171926.748000', '171926.750000', '171926.753000', '171926.755000', '171926.758000', '171926.761000', '171926.763000', '171926.766000', '171926.768000', '171926.771000', '171926.773000', '171926.776000', '171926.778000', '171926.781000', '171926.784000', '171926.786000', '171926.789000', '171926.791000', '171926.794000', '171926.797000', '171926.799000', '171926.802000', '171926.804000', '171926.807000', '171926.809000', '171926.812000', '171926.815000', '171926.817000', '171926.820000', '171926.823000', '171926.825000', '171926.828000', '171926.830000', '171926.833000', '171926.835000', '171926.838000', '171945.945000', '171945.948000', '171945.951000', '171945.954000', '171945.956000', '171945.959000', '171945.962000', '171945.965000', '171945.968000', '171945.970000', '171945.973000', '171945.976000', '171945.979000', '171945.981000', '171945.984000', '171945.987000', '171945.990000', '171945.993000', '171945.995000', '171945.998000', '171946.002000', '171946.005000', '171946.008000', '171946.011000', '171946.032000', '171946.035000', '171946.037000', '171946.040000', '171946.043000', '171946.047000', '171946.049000', '171946.052000', '171946.054000', '171946.057000', '171946.060000', '171946.063000', '171946.065000', '171946.068000', '171946.071000', '171946.074000', '171946.076000', '171946.079000'], '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': [11817, 8810, 10682, 8954, 10829, 14818, 10063, 12178, 11443, 10939, 7825, 10318, 13636, 10500, 13427, 9204, 10951, 14663, 10929, 11704, 10409, 13616, 9571, 10864, 14009, 10844, 15559, 9944, 11892, 9390, 11041, 11160, 10610, 14092, 9883, 11533, 8050, 9738, 13519, 10495, 10877, 9004, 10525, 7098, 8922, 7588, 10187, 14932, 12341, 16519, 9654, 13832, 10035, 12846, 9410, 10275, 10239, 9970, 14426, 9914, 10556, 11350, 10668, 11134, 10149, 8047, 9957, 14939, 9937, 13762, 9146, 12578, 8646, 10297, 8465, 10045, 13477, 9804, 13154, 9647, 11074, 10075, 11334, 8735, 10284, 15096, 10062, 13123, 10015, 10401, 8087, 9837, 13212, 9891, 12194, 9434, 10654, 9599, 12782, 12445, 11331, 15859, 11239, 11780, 8921, 10590, 14895, 9798, 12342, 10889, 10710, 15466, 9566, 11654, 8836, 10712, 14140, 9299, 12718, 8921, 11082, 7799, 10337, 13523, 11091, 11019, 14657, 10822, 14145, 9681, 11962, 10069, 11560, 13393, 10378, 13186, 9680, 11294, 7197, 10628, 13625, 10584, 10850, 14221, 9266, 12905, 10135, 10395, 7174, 9738, 12001, 11375, 10846, 7351, 10353, 7416, 10528, 14092, 8844, 11903, 10065, 10149, 14058, 9531, 11272, 7408, 10053, 14403, 10851, 12456, 8814, 10682, 6913, 10316, 13985, 9667, 11492, 8644, 10018, 9685, 9789, 12628, 7785, 10278, 14005, 10565, 12127, 7336, 10203, 12248, 8861, 11401, 7440, 10686, 6624, 10035, 10479, 9530, 11961, 7375, 10510, 15635, 10440, 13688, 9655, 12409, 9780, 10488, 13227, 8019, 10125, 11858, 9489, 12127, 7982, 10498, 14447, 9153, 13425, 8836, 10264, 8540, 10385, 14094, 8488, 12418, 9098, 9873, 6637, 10095, 13539, 9982, 10553, 14835, 9529, 12714, 9128, 10396, 13527, 10314, 11763, 7940, 10121, 14216, 10513, 11789, 8690, 10263, 13402, 10075, 11244, 9963, 9953, 13827, 9859, 10317, 7516, 10141, 13565, 9808, 11166, 9679, 9711, 9276, 10525, 14653, 9674, 13195, 8034, 10375, 7436, 10273, 14040, 9900, 11148, 15093, 10725, 14643, 10026, 10857, 9131, 10281, 11833, 10134, 15175, 10634, 12897, 10179, 10702, 15559, 10442, 13469, 8102, 10307, 9386, 10338, 12987, 10481, 10317, 12806, 10089, 12896, 10717, 10517, 7944, 10653, 13638, 10502, 11536, 7801, 9885, 11589, 10553, 13190, 10365, 11676, 7758, 10177, 14661, 9995, 12194, 8758, 10238, 8334, 9888, 13413, 10689, 11059, 7819, 10455, 13268, 10420, 12658, 8021, 10341, 15726, 9466, 13391, 9115, 10137, 7285, 10677, 14552, 9429, 11720, 7763, 9972, 6908, 9243, 7095, 10601, 15206, 9463, 12285, 7718, 10725, 6874, 10429, 14705, 9741, 12412, 7199, 9846, 15544, 8985, 12572, 8838, 12725, 8686, 11155, 9566, 9037, 14685, 8607, 11323, 8270, 10779, 15670, 8747, 12083, 12437, 10606, 9371, 10437, 14198, 10320, 13262, 11703, 9823, 14750, 9568, 12590, 9257, 10980, 16116, 10400, 12600, 15464, 10845, 15534, 10258, 11331, 7250, 10921, 15144, 11056, 12932, 9310, 10523, 9103, 12561, 9596, 14005, 10289, 12982, 17023, 10108, 13116, 9969, 10196, 16547, 10640, 12450, 10442, 12255, 7275, 10277, 15227, 9370, 11475, 9181, 11079, 7485, 11220, 14254, 8262, 10271, 16405, 10670, 14711, 9992, 11189, 8560, 11354, 15734, 10811, 13384, 8563, 11108, 7770, 10703, 10344, 11215, 13645, 8189, 10428, 16114, 10431, 13504, 10274, 11237, 11234, 11383, 13954, 7619, 10451, 15790, 11124, 12882, 10542, 12222, 8538, 10557, 15937, 10312, 13909, 9524, 10670, 6991, 11259, 15627, 9968, 11220, 9144, 10242, 13218, 10552, 12661, 9649, 10414, 9547, 10273, 14418, 10644, 12439, 10431, 11250, 7918, 10224, 16405, 10357, 13726, 9371, 11250, 12693, 10681, 13321, 9496, 11514, 9405, 10895, 8614, 10881, 14868, 9304, 12146, 8479, 11229, 7643, 10906, 14336, 9735, 10919, 17036, 10862, 14675, 10626, 11242, 9580, 10781, 12912, 8038, 10808, 11287, 11141, 12440, 9341, 10469, 16144, 10238, 13933, 9565, 11398, 9244, 10602, 14651, 9434, 11992, 7391, 11015, 14466, 9855, 10873, 8848, 10190, 16611, 10396, 12476, 10426, 12667, 7339, 10492, 16995, 10626, 14505, 10406, 11223, 7271, 11249, 15012, 9215, 10850, 10252, 10692, 14485, 10420, 11208, 7486, 10336, 16632, 10634, 15288, 10197, 12048, 8845, 10282, 14402, 9388, 11334, 7162, 10839, 13576, 10605, 11983, 8082, 10412, 12049, 10740, 14897, 10964, 12168, 8202, 10305, 16085, 10378, 13389, 10088, 11175, 11050, 10992, 13668, 8357, 10609, 16118, 10464, 15845, 10646, 8074, 10688, 14563, 8685, 10344, 14158, 8734, 10984, 10876, 10809, 12507, 8286, 10178, 16243, 10877, 15489, 10495, 11336, 8097, 10752, 16064, 10392, 14651, 9779, 11153, 10295, 10662, 13640, 9424, 11169, 7301, 11198, 15913, 9725, 10432, 10192, 10019, 11885, 10497, 11083, 10483, 12946, 8790, 10229, 15788, 9473, 12459, 9174, 10604, 10261, 10684, 13561, 8677, 10238, 11585, 10733, 15568, 10861, 12336, 9453, 10950, 16054, 9759, 13242, 9734, 10443, 7451, 11324, 14968, 10050, 10864, 8407, 10723, 7360, 10987, 8166, 10703, 14229, 8883, 10445, 16219, 10328, 14131, 9749, 11066, 9424, 10551, 14105, 8571, 10268, 13268, 10565, 9591, 10493, 12567, 8261, 10361, 16499, 10325, 15512, 10152, 11037, 9169, 11247, 16081, 9453, 14430, 8909, 11242, 7630, 10780, 15295, 9528, 11229, 9480, 10357, 16411, 10571, 12784, 8141, 10869, 15530, 9468, 11268, 8886, 9916, 8238, 11083, 15486, 9628, 10449, 12227, 9407, 11995, 10361, 8474, 10204, 15186, 10669, 13288, 8722, 9387, 8260, 10413, 12519, 10719, 16693, 10628, 15789, 11103, 13837, 8396, 10571, 16164, 9344, 13757, 9630, 9848, 7762, 10874, 14299, 8946, 10350, 8259, 10559, 7920, 10516, 7482, 10547, 14212, 8471, 9521, 14769, 8688, 12351, 8201, 10942, 8124, 10441, 14489, 8951, 11125, 16482, 10788, 14759, 9702, 11033, 8354, 10380, 15571, 9964, 14616, 9265, 10856, 10437, 10711, 12953, 8973, 10302, 8489, 8945, 7273, 7966, 9305, 11785, 13520, 11144, 15522, 10088, 14119, 9479, 10863, 16245, 10607, 13820, 10268, 11400, 16255, 9489, 12369, 8433, 11156, 7992, 10760, 12238, 10049, 11620, 8640, 10347, 12729, 10501, 13323, 10467, 12726, 10052, 11199, 12238, 9386, 15421, 9019, 11605, 7482, 10736, 15252, 9160, 10465, 11545, 9998, 15297, 10034, 12531, 8566, 11017, 16350, 9675], 'WindowCenter': [4358.0, 4312.0, 4320.0, 4298.0, 4317.0, 4338.0, 4307.0, 4317.0, 4304.0, 4292.0, 4263.0, 4293.0, 4324.0, 4305.0, 4327.0, 4284.0, 4305.0, 4322.0, 4294.0, 4302.0, 4293.0, 4323.0, 4285.0, 4318.0, 4326.0, 4303.0, 4332.0, 4293.0, 4312.0, 4284.0, 4315.0, 4305.0, 4305.0, 4324.0, 4282.0, 4302.0, 4260.0, 4294.0, 4322.0, 4302.0, 4302.0, 4270.0, 4304.0, 4255.0, 4295.0, 4290.0, 4337.0, 4354.0, 4344.0, 4361.0, 4323.0, 4352.0, 4324.0, 4342.0, 4310.0, 4320.0, 4307.0, 4295.0, 4338.0, 4295.0, 4307.0, 4304.0, 4305.0, 4303.0, 4306.0, 4263.0, 4296.0, 4337.0, 4306.0, 4336.0, 4283.0, 4313.0, 4272.0, 4295.0, 4285.0, 4307.0, 4323.0, 4295.0, 4325.0, 4298.0, 4313.0, 4306.0, 4318.0, 4288.0, 4320.0, 4350.0, 4297.0, 4326.0, 4307.0, 4306.0, 4273.0, 4318.0, 4350.0, 4310.0, 4328.0, 4296.0, 4317.0, 4323.0, 4340.0, 4324.0, 4318.0, 4337.0, 4305.0, 4305.0, 4285.0, 4305.0, 4322.0, 4293.0, 4315.0, 4291.0, 4292.0, 4332.0, 4294.0, 4302.0, 4283.0, 4305.0, 4322.0, 4284.0, 4312.0, 4272.0, 4303.0, 4262.0, 4306.0, 4322.0, 4303.0, 4304.0, 4323.0, 4303.0, 4321.0, 4284.0, 4313.0, 4293.0, 4317.0, 4323.0, 4305.0, 4313.0, 4280.0, 4300.0, 4240.0, 4303.0, 4323.0, 4292.0, 4303.0, 4323.0, 4282.0, 4313.0, 4292.0, 4294.0, 4251.0, 4292.0, 4313.0, 4314.0, 4305.0, 4266.0, 4306.0, 4275.0, 4317.0, 4338.0, 4296.0, 4329.0, 4295.0, 4307.0, 4336.0, 4294.0, 4317.0, 4263.0, 4307.0, 4324.0, 4304.0, 4315.0, 4283.0, 4303.0, 4264.0, 4307.0, 4335.0, 4295.0, 4317.0, 4284.0, 4296.0, 4294.0, 4307.0, 4324.0, 4263.0, 4306.0, 4325.0, 4304.0, 4314.0, 4252.0, 4303.0, 4314.0, 4294.0, 4315.0, 4263.0, 4315.0, 4255.0, 4307.0, 4305.0, 4308.0, 4316.0, 4276.0, 4317.0, 4346.0, 4319.0, 4334.0, 4307.0, 4330.0, 4294.0, 4304.0, 4326.0, 4262.0, 4305.0, 4315.0, 4295.0, 4314.0, 4274.0, 4316.0, 4336.0, 4294.0, 4334.0, 4297.0, 4306.0, 4296.0, 4319.0, 4338.0, 4286.0, 4327.0, 4299.0, 4297.0, 4254.0, 4309.0, 4339.0, 4294.0, 4306.0, 4334.0, 4283.0, 4314.0, 4282.0, 4296.0, 4322.0, 4295.0, 4314.0, 4262.0, 4303.0, 4324.0, 4292.0, 4303.0, 4271.0, 4294.0, 4324.0, 4293.0, 4314.0, 4292.0, 4291.0, 4324.0, 4292.0, 4304.0, 4252.0, 4295.0, 4323.0, 4295.0, 4305.0, 4295.0, 4294.0, 4307.0, 4320.0, 4338.0, 4297.0, 4327.0, 4263.0, 4305.0, 4264.0, 4307.0, 4336.0, 4304.0, 4330.0, 4336.0, 4306.0, 4326.0, 4293.0, 4303.0, 4283.0, 4307.0, 4314.0, 4306.0, 4334.0, 4306.0, 4325.0, 4305.0, 4305.0, 4333.0, 4305.0, 4326.0, 4263.0, 4292.0, 4282.0, 4293.0, 4313.0, 4305.0, 4294.0, 4313.0, 4294.0, 4325.0, 4303.0, 4293.0, 4262.0, 4304.0, 4323.0, 4304.0, 4316.0, 4264.0, 4295.0, 4304.0, 4303.0, 4326.0, 4306.0, 4316.0, 4263.0, 4304.0, 4335.0, 4294.0, 4315.0, 4285.0, 4306.0, 4288.0, 4307.0, 4336.0, 4306.0, 4316.0, 4265.0, 4305.0, 4335.0, 4318.0, 4338.0, 4275.0, 4305.0, 4334.0, 4293.0, 4326.0, 4284.0, 4304.0, 4264.0, 4303.0, 4323.0, 4293.0, 4315.0, 4263.0, 4295.0, 4254.0, 4294.0, 4266.0, 4318.0, 4346.0, 4307.0, 4329.0, 4276.0, 4317.0, 4267.0, 4320.0, 4349.0, 4310.0, 4340.0, 4267.0, 4309.0, 4348.0, 4297.0, 4339.0, 4309.0, 4339.0, 4311.0, 4332.0, 4309.0, 4312.0, 4351.0, 4300.0, 4346.0, 4302.0, 4333.0, 4360.0, 4300.0, 4341.0, 4328.0, 4310.0, 4297.0, 4320.0, 4339.0, 4321.0, 4342.0, 4329.0, 4309.0, 4349.0, 4298.0, 4329.0, 4297.0, 4320.0, 4350.0, 4307.0, 4328.0, 4337.0, 4305.0, 4336.0, 4305.0, 4306.0, 4265.0, 4316.0, 4337.0, 4316.0, 4325.0, 4297.0, 4318.0, 4309.0, 4340.0, 4308.0, 4349.0, 4320.0, 4342.0, 4349.0, 4295.0, 4327.0, 4293.0, 4294.0, 4344.0, 4306.0, 4315.0, 4306.0, 4328.0, 4253.0, 4306.0, 4336.0, 4283.0, 4305.0, 4296.0, 4317.0, 4265.0, 4317.0, 4337.0, 4286.0, 4306.0, 4346.0, 4304.0, 4335.0, 4295.0, 4316.0, 4285.0, 4316.0, 4336.0, 4306.0, 4327.0, 4272.0, 4304.0, 4263.0, 4303.0, 4293.0, 4315.0, 4325.0, 4273.0, 4304.0, 4335.0, 4303.0, 4325.0, 4295.0, 4315.0, 4304.0, 4304.0, 4325.0, 4262.0, 4292.0, 4334.0, 4304.0, 4314.0, 4304.0, 4316.0, 4273.0, 4306.0, 4336.0, 4293.0, 4324.0, 4294.0, 4305.0, 4254.0, 4315.0, 4337.0, 4296.0, 4316.0, 4282.0, 4296.0, 4324.0, 4304.0, 4314.0, 4292.0, 4305.0, 4293.0, 4306.0, 4336.0, 4306.0, 4324.0, 4317.0, 4317.0, 4276.0, 4307.0, 4345.0, 4308.0, 4325.0, 4284.0, 4318.0, 4326.0, 4306.0, 4325.0, 4295.0, 4317.0, 4295.0, 4318.0, 4286.0, 4318.0, 4338.0, 4297.0, 4328.0, 4286.0, 4316.0, 4266.0, 4316.0, 4337.0, 4294.0, 4316.0, 4345.0, 4304.0, 4336.0, 4305.0, 4316.0, 4283.0, 4305.0, 4326.0, 4263.0, 4305.0, 4304.0, 4315.0, 4316.0, 4284.0, 4307.0, 4346.0, 4305.0, 4336.0, 4295.0, 4317.0, 4294.0, 4316.0, 4336.0, 4296.0, 4316.0, 4264.0, 4316.0, 4335.0, 4307.0, 4305.0, 4284.0, 4307.0, 4347.0, 4307.0, 4326.0, 4319.0, 4339.0, 4266.0, 4320.0, 4348.0, 4305.0, 4337.0, 4306.0, 4317.0, 4265.0, 4315.0, 4336.0, 4285.0, 4305.0, 4306.0, 4318.0, 4335.0, 4305.0, 4315.0, 4263.0, 4305.0, 4344.0, 4307.0, 4346.0, 4306.0, 4328.0, 4284.0, 4308.0, 4335.0, 4284.0, 4317.0, 4254.0, 4307.0, 4325.0, 4305.0, 4325.0, 4275.0, 4305.0, 4314.0, 4305.0, 4334.0, 4306.0, 4315.0, 4273.0, 4306.0, 4334.0, 4294.0, 4324.0, 4305.0, 4315.0, 4303.0, 4305.0, 4324.0, 4262.0, 4307.0, 4335.0, 4306.0, 4336.0, 4305.0, 4276.0, 4317.0, 4348.0, 4284.0, 4307.0, 4336.0, 4274.0, 4305.0, 4302.0, 4306.0, 4316.0, 4274.0, 4306.0, 4335.0, 4304.0, 4334.0, 4305.0, 4316.0, 4273.0, 4318.0, 4346.0, 4294.0, 4334.0, 4295.0, 4315.0, 4292.0, 4305.0, 4335.0, 4285.0, 4304.0, 4264.0, 4317.0, 4336.0, 4295.0, 4306.0, 4293.0, 4294.0, 4313.0, 4305.0, 4315.0, 4317.0, 4329.0, 4286.0, 4306.0, 4336.0, 4295.0, 4314.0, 4285.0, 4306.0, 4294.0, 4303.0, 4324.0, 4284.0, 4306.0, 4303.0, 4305.0, 4334.0, 4303.0, 4315.0, 4281.0, 4304.0, 4335.0, 4283.0, 4312.0, 4281.0, 4295.0, 4252.0, 4303.0, 4334.0, 4295.0, 4305.0, 4261.0, 4303.0, 4253.0, 4303.0, 4273.0, 4304.0, 4335.0, 4287.0, 4306.0, 4335.0, 4295.0, 4323.0, 4295.0, 4317.0, 4284.0, 4306.0, 4335.0, 4284.0, 4296.0, 4325.0, 4307.0, 4295.0, 4305.0, 4326.0, 4284.0, 4308.0, 4345.0, 4305.0, 4348.0, 4307.0, 4317.0, 4296.0, 4318.0, 4348.0, 4296.0, 4336.0, 4285.0, 4306.0, 4264.0, 4317.0, 4337.0, 4296.0, 4317.0, 4283.0, 4293.0, 4335.0, 4303.0, 4325.0, 4263.0, 4305.0, 4346.0, 4295.0, 4303.0, 4283.0, 4293.0, 4274.0, 4317.0, 4336.0, 4296.0, 4319.0, 4315.0, 4296.0, 4326.0, 4319.0, 4288.0, 4322.0, 4374.0, 4320.0, 4350.0, 4299.0, 4310.0, 4299.0, 4332.0, 4341.0, 4321.0, 4361.0, 4308.0, 4348.0, 4317.0, 4340.0, 4275.0, 4306.0, 4348.0, 4284.0, 4323.0, 4283.0, 4294.0, 4264.0, 4305.0, 4324.0, 4286.0, 4306.0, 4276.0, 4306.0, 4275.0, 4317.0, 4265.0, 4319.0, 4350.0, 4289.0, 4310.0, 4350.0, 4287.0, 4328.0, 4287.0, 4319.0, 4276.0, 4317.0, 4337.0, 4301.0, 4329.0, 4348.0, 4318.0, 4348.0, 4307.0, 4317.0, 4285.0, 4319.0, 4360.0, 4308.0, 4348.0, 4297.0, 4318.0, 4317.0, 4316.0, 4337.0, 4297.0, 4308.0, 4288.0, 4298.0, 4279.0, 4290.0, 4322.0, 4355.0, 4352.0, 4331.0, 4359.0, 4320.0, 4353.0, 4309.0, 4318.0, 4348.0, 4306.0, 4326.0, 4304.0, 4315.0, 4344.0, 4294.0, 4313.0, 4272.0, 4304.0, 4262.0, 4303.0, 4313.0, 4303.0, 4314.0, 4285.0, 4317.0, 4324.0, 4306.0, 4335.0, 4317.0, 4326.0, 4306.0, 4319.0, 4328.0, 4299.0, 4347.0, 4286.0, 4317.0, 4264.0, 4316.0, 4335.0, 4297.0, 4318.0, 4314.0, 4295.0, 4334.0, 4305.0, 4325.0, 4284.0, 4317.0, 4344.0, 4295.0], 'WindowWidth': [9618.0, 9543.0, 9552.0, 9515.0, 9541.0, 9572.0, 9526.0, 9540.0, 9514.0, 9497.0, 9457.0, 9499.0, 9539.0, 9516.0, 9555.0, 9489.0, 9518.0, 9538.0, 9499.0, 9509.0, 9499.0, 9541.0, 9489.0, 9540.0, 9549.0, 9511.0, 9552.0, 9499.0, 9524.0, 9490.0, 9534.0, 9519.0, 9520.0, 9545.0, 9481.0, 9511.0, 9451.0, 9502.0, 9538.0, 9511.0, 9512.0, 9464.0, 9516.0, 9452.0, 9509.0, 9509.0, 9583.0, 9604.0, 9587.0, 9605.0, 9558.0, 9594.0, 9561.0, 9582.0, 9534.0, 9551.0, 9525.0, 9508.0, 9568.0, 9504.0, 9528.0, 9518.0, 9520.0, 9516.0, 9522.0, 9461.0, 9509.0, 9568.0, 9524.0, 9567.0, 9486.0, 9527.0, 9470.0, 9505.0, 9495.0, 9526.0, 9544.0, 9507.0, 9546.0, 9513.0, 9529.0, 9524.0, 9544.0, 9500.0, 9554.0, 9593.0, 9512.0, 9551.0, 9524.0, 9524.0, 9476.0, 9545.0, 9592.0, 9534.0, 9556.0, 9511.0, 9542.0, 9560.0, 9579.0, 9546.0, 9541.0, 9570.0, 9518.0, 9517.0, 9490.0, 9521.0, 9542.0, 9498.0, 9534.0, 9495.0, 9497.0, 9552.0, 9501.0, 9511.0, 9486.0, 9518.0, 9542.0, 9489.0, 9528.0, 9470.0, 9514.0, 9457.0, 9520.0, 9538.0, 9511.0, 9518.0, 9540.0, 9514.0, 9538.0, 9489.0, 9527.0, 9502.0, 9542.0, 9542.0, 9519.0, 9526.0, 9474.0, 9506.0, 9423.0, 9514.0, 9540.0, 9498.0, 9514.0, 9543.0, 9482.0, 9527.0, 9496.0, 9502.0, 9441.0, 9498.0, 9528.0, 9528.0, 9523.0, 9468.0, 9521.0, 9483.0, 9543.0, 9571.0, 9510.0, 9562.0, 9506.0, 9525.0, 9565.0, 9504.0, 9541.0, 9461.0, 9523.0, 9545.0, 9514.0, 9534.0, 9487.0, 9516.0, 9464.0, 9525.0, 9562.0, 9506.0, 9539.0, 9489.0, 9508.0, 9502.0, 9523.0, 9548.0, 9462.0, 9524.0, 9549.0, 9517.0, 9531.0, 9443.0, 9515.0, 9532.0, 9505.0, 9536.0, 9463.0, 9536.0, 9454.0, 9526.0, 9522.0, 9527.0, 9539.0, 9485.0, 9540.0, 9580.0, 9543.0, 9560.0, 9525.0, 9562.0, 9504.0, 9516.0, 9551.0, 9457.0, 9519.0, 9532.0, 9507.0, 9532.0, 9477.0, 9537.0, 9563.0, 9505.0, 9561.0, 9512.0, 9522.0, 9512.0, 9547.0, 9570.0, 9496.0, 9556.0, 9518.0, 9511.0, 9449.0, 9531.0, 9573.0, 9502.0, 9522.0, 9561.0, 9485.0, 9530.0, 9484.0, 9508.0, 9540.0, 9504.0, 9532.0, 9457.0, 9513.0, 9544.0, 9496.0, 9512.0, 9467.0, 9502.0, 9544.0, 9498.0, 9533.0, 9497.0, 9494.0, 9544.0, 9497.0, 9518.0, 9445.0, 9504.0, 9540.0, 9502.0, 9520.0, 9507.0, 9504.0, 9527.0, 9548.0, 9570.0, 9512.0, 9553.0, 9461.0, 9519.0, 9463.0, 9524.0, 9564.0, 9519.0, 9561.0, 9563.0, 9522.0, 9548.0, 9500.0, 9515.0, 9487.0, 9525.0, 9532.0, 9521.0, 9563.0, 9522.0, 9547.0, 9518.0, 9523.0, 9558.0, 9519.0, 9552.0, 9457.0, 9497.0, 9480.0, 9497.0, 9527.0, 9520.0, 9503.0, 9526.0, 9503.0, 9545.0, 9513.0, 9501.0, 9456.0, 9516.0, 9543.0, 9517.0, 9537.0, 9463.0, 9504.0, 9515.0, 9513.0, 9550.0, 9523.0, 9537.0, 9462.0, 9520.0, 9563.0, 9503.0, 9532.0, 9491.0, 9523.0, 9502.0, 9526.0, 9566.0, 9521.0, 9536.0, 9464.0, 9519.0, 9565.0, 9543.0, 9574.0, 9480.0, 9519.0, 9559.0, 9502.0, 9549.0, 9489.0, 9516.0, 9463.0, 9516.0, 9542.0, 9501.0, 9535.0, 9460.0, 9508.0, 9451.0, 9504.0, 9470.0, 9545.0, 9580.0, 9527.0, 9561.0, 9482.0, 9541.0, 9473.0, 9549.0, 9587.0, 9535.0, 9580.0, 9472.0, 9532.0, 9583.0, 9516.0, 9573.0, 9534.0, 9574.0, 9539.0, 9572.0, 9534.0, 9539.0, 9592.0, 9520.0, 9594.0, 9528.0, 9571.0, 9604.0, 9523.0, 9581.0, 9556.0, 9533.0, 9513.0, 9546.0, 9573.0, 9551.0, 9582.0, 9560.0, 9532.0, 9586.0, 9513.0, 9557.0, 9512.0, 9549.0, 9590.0, 9526.0, 9558.0, 9565.0, 9519.0, 9562.0, 9518.0, 9522.0, 9468.0, 9535.0, 9565.0, 9533.0, 9551.0, 9513.0, 9544.0, 9535.0, 9575.0, 9532.0, 9588.0, 9547.0, 9583.0, 9591.0, 9505.0, 9552.0, 9497.0, 9500.0, 9573.0, 9523.0, 9533.0, 9521.0, 9556.0, 9447.0, 9522.0, 9561.0, 9486.0, 9517.0, 9507.0, 9538.0, 9466.0, 9539.0, 9565.0, 9498.0, 9524.0, 9577.0, 9518.0, 9561.0, 9506.0, 9535.0, 9491.0, 9536.0, 9564.0, 9521.0, 9556.0, 9471.0, 9516.0, 9458.0, 9512.0, 9499.0, 9531.0, 9548.0, 9474.0, 9519.0, 9561.0, 9514.0, 9545.0, 9504.0, 9533.0, 9516.0, 9515.0, 9547.0, 9456.0, 9497.0, 9556.0, 9515.0, 9528.0, 9515.0, 9535.0, 9472.0, 9522.0, 9564.0, 9499.0, 9542.0, 9500.0, 9519.0, 9448.0, 9532.0, 9566.0, 9508.0, 9537.0, 9482.0, 9507.0, 9544.0, 9514.0, 9530.0, 9497.0, 9520.0, 9498.0, 9521.0, 9564.0, 9520.0, 9547.0, 9538.0, 9542.0, 9483.0, 9524.0, 9577.0, 9525.0, 9546.0, 9489.0, 9541.0, 9548.0, 9522.0, 9546.0, 9504.0, 9538.0, 9506.0, 9540.0, 9495.0, 9539.0, 9567.0, 9511.0, 9555.0, 9494.0, 9536.0, 9468.0, 9537.0, 9565.0, 9503.0, 9536.0, 9575.0, 9516.0, 9564.0, 9517.0, 9537.0, 9487.0, 9518.0, 9550.0, 9459.0, 9520.0, 9516.0, 9532.0, 9536.0, 9489.0, 9525.0, 9576.0, 9519.0, 9565.0, 9506.0, 9538.0, 9502.0, 9536.0, 9565.0, 9507.0, 9537.0, 9463.0, 9536.0, 9563.0, 9525.0, 9522.0, 9488.0, 9522.0, 9580.0, 9523.0, 9550.0, 9545.0, 9573.0, 9471.0, 9547.0, 9586.0, 9521.0, 9568.0, 9523.0, 9541.0, 9467.0, 9533.0, 9564.0, 9491.0, 9519.0, 9520.0, 9542.0, 9560.0, 9518.0, 9534.0, 9462.0, 9520.0, 9574.0, 9524.0, 9577.0, 9522.0, 9557.0, 9489.0, 9526.0, 9561.0, 9488.0, 9539.0, 9448.0, 9524.0, 9547.0, 9519.0, 9550.0, 9478.0, 9520.0, 9530.0, 9519.0, 9557.0, 9521.0, 9535.0, 9475.0, 9522.0, 9560.0, 9503.0, 9542.0, 9517.0, 9535.0, 9515.0, 9517.0, 9545.0, 9455.0, 9525.0, 9560.0, 9519.0, 9562.0, 9518.0, 9480.0, 9539.0, 9586.0, 9490.0, 9524.0, 9564.0, 9474.0, 9520.0, 9510.0, 9521.0, 9536.0, 9475.0, 9521.0, 9559.0, 9515.0, 9558.0, 9519.0, 9536.0, 9474.0, 9544.0, 9578.0, 9503.0, 9558.0, 9505.0, 9533.0, 9498.0, 9522.0, 9561.0, 9491.0, 9519.0, 9462.0, 9539.0, 9565.0, 9505.0, 9524.0, 9500.0, 9502.0, 9528.0, 9520.0, 9533.0, 9538.0, 9559.0, 9497.0, 9524.0, 9565.0, 9504.0, 9530.0, 9491.0, 9520.0, 9501.0, 9512.0, 9545.0, 9490.0, 9521.0, 9514.0, 9518.0, 9558.0, 9514.0, 9532.0, 9481.0, 9519.0, 9562.0, 9484.0, 9526.0, 9481.0, 9503.0, 9443.0, 9515.0, 9558.0, 9507.0, 9520.0, 9454.0, 9513.0, 9445.0, 9514.0, 9473.0, 9518.0, 9563.0, 9499.0, 9523.0, 9562.0, 9505.0, 9543.0, 9505.0, 9538.0, 9488.0, 9521.0, 9564.0, 9489.0, 9507.0, 9548.0, 9523.0, 9504.0, 9521.0, 9550.0, 9492.0, 9528.0, 9576.0, 9520.0, 9582.0, 9524.0, 9539.0, 9510.0, 9543.0, 9587.0, 9511.0, 9565.0, 9493.0, 9521.0, 9463.0, 9539.0, 9567.0, 9509.0, 9541.0, 9487.0, 9501.0, 9561.0, 9515.0, 9548.0, 9460.0, 9518.0, 9577.0, 9505.0, 9514.0, 9485.0, 9501.0, 9475.0, 9538.0, 9565.0, 9509.0, 9546.0, 9533.0, 9511.0, 9552.0, 9543.0, 9503.0, 9555.0, 9634.0, 9547.0, 9593.0, 9523.0, 9536.0, 9521.0, 9570.0, 9579.0, 9552.0, 9610.0, 9528.0, 9583.0, 9538.0, 9576.0, 9479.0, 9524.0, 9583.0, 9489.0, 9541.0, 9486.0, 9502.0, 9460.0, 9518.0, 9545.0, 9495.0, 9523.0, 9481.0, 9522.0, 9478.0, 9538.0, 9469.0, 9546.0, 9591.0, 9504.0, 9534.0, 9588.0, 9498.0, 9554.0, 9499.0, 9546.0, 9483.0, 9541.0, 9570.0, 9523.0, 9559.0, 9584.0, 9541.0, 9584.0, 9526.0, 9540.0, 9496.0, 9548.0, 9607.0, 9530.0, 9586.0, 9513.0, 9546.0, 9539.0, 9538.0, 9570.0, 9512.0, 9528.0, 9501.0, 9515.0, 9493.0, 9511.0, 9556.0, 9606.0, 9600.0, 9568.0, 9604.0, 9550.0, 9603.0, 9532.0, 9542.0, 9585.0, 9523.0, 9551.0, 9516.0, 9533.0, 9576.0, 9504.0, 9529.0, 9470.0, 9516.0, 9457.0, 9513.0, 9529.0, 9515.0, 9532.0, 9494.0, 9542.0, 9547.0, 9525.0, 9564.0, 9540.0, 9553.0, 9526.0, 9548.0, 9560.0, 9519.0, 9585.0, 9497.0, 9538.0, 9464.0, 9538.0, 9564.0, 9513.0, 9546.0, 9534.0, 9506.0, 9561.0, 9522.0, 9550.0, 9492.0, 9542.0, 9576.0, 9510.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.0012462342135476463</td></tr>
<tr><td colspan=3>aqi</td><td>0.033431032261768086</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.20592576400005</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2219500754137935</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9860827022183909</td></tr>
<tr><td colspan=3>efc</td><td>0.475</td></tr>
<tr><td colspan=3>fber</td><td>6668.3022</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10672885417950027</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>67</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.6923076923076925</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.453914654451544</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3351698534161214</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7142222989242613</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3123518110142496</td></tr>
<tr><td colspan=3>gcor</td><td>0.00610518</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006197299808263779</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0325450673699379</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.100300151477876</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>25.5012</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1758</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.5202</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300236.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>823.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.9903</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.804</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.5787</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3529.087</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3703.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1344.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4575.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.0987</td></tr>
<tr><td colspan=3>tsnr</td><td>35.92711276141927</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>