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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0053_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0053_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0053/ses-03/func/sub-0053_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>de237d55adc46ecdca166c7935d366c4</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:15:40.310000</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.996723, 0.0351561, -0.0728516, -0.0396841, 0.997308, -0.061667]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0812003</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7705, -7249, 466, -27, -18, -31, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.092</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3dc478a7-bbec-4a29-953e-91cef6332039||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.6741349697113037, -0.10646944493055344, -0.1903161257505417, 119.3976058959961], [-0.0943213403224945, 2.675703287124634, -0.17376112937927246, -81.53611755371094], [-0.19545544683933258, 0.16544808447360992, 2.6876730918884277, -57.602256774902344], [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': ['171540.310000', '171540.770000', '171541.230000', '171541.690000', '171542.150000', '171542.610000', '171543.070000', '171543.530000', '171543.990000', '171544.450000', '171544.910000', '171545.370000', '171545.830000', '171546.290000', '171546.750000', '171547.210000', '171547.670000', '171548.130000', '171548.590000', '171549.050000', '171549.510000', '171549.970000', '171550.430000', '171550.890000', '171551.350000', '171551.810000', '171552.270000', '171552.730000', '171553.190000', '171553.650000', '171554.110000', '171554.570000', '171555.030000', '171555.490000', '171555.950000', '171556.410000', '171556.870000', '171557.330000', '171557.790000', '171558.250000', '171558.710000', '171559.170000', '171559.630000', '171600.090000', '171600.550000', '171601.010000', '171601.470000', '171601.930000', '171602.390000', '171602.850000', '171603.310000', '171603.770000', '171604.230000', '171604.690000', '171605.150000', '171605.610000', '171606.070000', '171606.530000', '171606.990000', '171607.450000', '171607.910000', '171608.370000', '171608.830000', '171609.290000', '171609.750000', '171610.210000', '171610.670000', '171611.130000', '171611.590000', '171612.050000', '171612.510000', '171612.970000', '171613.430000', '171613.890000', '171614.350000', '171614.810000', '171615.270000', '171615.730000', '171616.190000', '171616.650000', '171617.110000', '171617.570000', '171618.030000', '171618.490000', '171618.950000', '171619.410000', '171619.870000', '171620.330000', '171620.790000', '171621.250000', '171621.710000', '171622.170000', '171622.630000', '171623.090000', '171623.550000', '171624.010000', '171624.470000', '171624.930000', '171625.390000', '171625.850000', '171626.310000', '171626.770000', '171627.230000', '171627.690000', '171628.150000', '171628.610000', '171629.070000', '171629.530000', '171629.990000', '171630.450000', '171630.910000', '171631.370000', '171631.830000', '171632.290000', '171632.750000', '171633.210000', '171633.670000', '171634.130000', '171634.590000', '171635.050000', '171635.510000', '171635.970000', '171636.430000', '171636.890000', '171637.350000', '171637.810000', '171638.270000', '171638.730000', '171639.190000', '171639.650000', '171640.110000', '171640.570000', '171641.030000', '171641.490000', '171641.950000', '171642.410000', '171642.870000', '171643.330000', '171643.790000', '171644.250000', '171644.710000', '171645.170000', '171645.630000', '171646.090000', '171646.550000', '171647.010000', '171647.470000', '171647.930000', '171648.390000', '171648.850000', '171649.310000', '171649.770000', '171650.230000', '171650.690000', '171651.150000', '171651.610000', '171652.070000', '171652.530000', '171652.990000', '171653.450000', '171653.910000', '171654.370000', '171654.830000', '171655.290000', '171655.750000', '171656.210000', '171656.670000', '171657.130000', '171657.590000', '171658.050000', '171658.510000', '171658.970000', '171659.430000', '171659.890000', '171700.350000', '171700.810000', '171701.270000', '171701.730000', '171702.190000', '171702.650000', '171703.110000', '171703.570000', '171704.030000', '171704.490000', '171704.950000', '171705.410000', '171705.870000', '171706.330000', '171706.790000', '171707.250000', '171707.710000', '171708.170000', '171708.630000', '171709.090000', '171709.550000', '171710.010000', '171710.470000', '171710.930000', '171711.390000', '171711.850000', '171712.310000', '171712.770000', '171713.230000', '171713.690000', '171714.150000', '171714.610000', '171715.070000', '171715.530000', '171715.990000', '171716.450000', '171716.910000', '171717.370000', '171717.830000', '171718.290000', '171718.750000', '171719.210000', '171719.670000', '171720.130000', '171720.590000', '171721.050000', '171721.510000', '171721.970000', '171722.430000', '171722.890000', '171723.350000', '171723.810000', '171724.270000', '171724.730000', '171725.190000', '171725.650000', '171726.110000', '171726.570000', '171727.030000', '171727.490000', '171727.950000', '171728.410000', '171728.870000', '171729.330000', '171729.790000', '171730.250000', '171730.710000', '171731.170000', '171731.630000', '171732.090000', '171732.550000', '171733.010000', '171733.470000', '171733.930000', '171734.390000', '171734.850000', '171735.310000', '171735.770000', '171736.230000', '171736.690000', '171737.150000', '171737.610000', '171738.070000', '171738.530000', '171738.990000', '171739.450000', '171739.910000', '171740.370000', '171740.830000', '171741.290000', '171741.750000', '171742.210000', '171742.670000', '171743.130000', '171743.590000', '171744.050000', '171744.510000', '171744.970000', '171745.430000', '171745.890000', '171746.350000', '171746.810000', '171747.270000', '171747.730000', '171748.190000', '171748.650000', '171749.110000', '171749.570000', '171750.030000', '171750.490000', '171750.950000', '171751.410000', '171751.870000', '171752.330000', '171752.790000', '171753.250000', '171753.710000', '171754.170000', '171754.630000', '171755.090000', '171755.550000', '171756.010000', '171756.470000', '171756.930000', '171757.390000', '171757.850000', '171758.310000', '171758.770000', '171759.230000', '171759.690000', '171800.150000', '171800.610000', '171801.070000', '171801.530000', '171801.990000', '171802.450000', '171802.910000', '171803.370000', '171803.830000', '171804.290000', '171804.750000', '171805.210000', '171805.670000', '171806.130000', '171806.590000', '171807.050000', '171807.510000', '171807.970000', '171808.430000', '171808.890000', '171809.350000', '171809.810000', '171810.270000', '171810.730000', '171811.190000', '171811.650000', '171812.110000', '171812.570000', '171813.030000', '171813.490000', '171813.950000', '171814.410000', '171814.870000', '171815.330000', '171815.790000', '171816.250000', '171816.710000', '171817.170000', '171817.630000', '171818.090000', '171818.550000', '171819.010000', '171819.470000', '171819.930000', '171820.390000', '171820.850000', '171821.310000', '171821.770000', '171822.230000', '171822.690000', '171823.150000', '171823.610000', '171824.070000', '171824.530000', '171824.990000', '171825.450000', '171825.910000', '171826.370000', '171826.830000', '171827.290000', '171827.750000', '171828.210000', '171828.670000', '171829.130000', '171829.590000', '171830.050000', '171830.510000', '171830.970000', '171831.430000', '171831.890000', '171832.350000', '171832.810000', '171833.270000', '171833.730000', '171834.190000', '171834.650000', '171835.110000', '171835.570000', '171836.030000', '171836.490000', '171836.950000', '171837.410000', '171837.870000', '171838.330000', '171838.790000', '171839.250000', '171839.710000', '171840.170000', '171840.630000', '171841.090000', '171841.550000', '171842.010000', '171842.470000', '171842.930000', '171843.390000', '171843.850000', '171844.310000', '171844.770000', '171845.230000', '171845.690000', '171846.150000', '171846.610000', '171847.070000', '171847.530000', '171847.990000', '171848.450000', '171848.910000', '171849.370000', '171849.830000', '171850.290000', '171850.750000', '171851.210000', '171851.670000', '171852.130000', '171852.590000', '171853.050000', '171853.510000', '171853.970000', '171854.430000', '171854.890000', '171855.350000', '171855.810000', '171856.270000', '171856.730000', '171857.190000', '171857.650000', '171858.110000', '171858.570000', '171859.030000', '171859.490000', '171859.950000', '171900.410000', '171900.870000', '171901.330000', '171901.790000', '171902.250000', '171902.710000', '171903.170000', '171903.630000', '171904.090000', '171904.550000', '171905.010000', '171905.470000', '171905.930000', '171906.390000', '171906.850000', '171907.310000', '171907.770000', '171908.230000', '171908.690000', '171909.150000', '171909.610000', '171910.070000', '171910.530000', '171910.990000', '171911.450000', '171911.910000', '171912.370000', '171912.830000', '171913.290000', '171913.750000', '171914.210000', '171914.670000', '171915.130000', '171915.590000', '171916.050000', '171916.510000', '171916.970000', '171917.430000', '171917.890000', '171918.350000', '171918.810000', '171919.270000', '171919.730000', '171920.190000', '171920.650000', '171921.110000', '171921.570000', '171922.030000', '171922.490000', '171922.950000', '171923.410000', '171923.870000', '171924.330000', '171924.790000', '171925.250000', '171925.710000', '171926.170000', '171926.630000', '171927.090000', '171927.550000', '171928.010000', '171928.470000', '171928.930000', '171929.390000', '171929.850000', '171930.310000', '171930.770000', '171931.230000', '171931.690000', '171932.150000', '171932.610000', '171933.070000', '171933.530000', '171933.990000', '171934.450000', '171934.910000', '171935.370000', '171935.830000', '171936.290000', '171936.750000', '171937.210000', '171937.670000', '171938.130000', '171938.590000', '171939.050000', '171939.510000', '171939.970000', '171940.430000', '171940.890000', '171941.350000', '171941.810000', '171942.270000', '171942.730000', '171943.190000', '171943.650000', '171944.110000', '171944.570000', '171945.030000', '171945.490000', '171945.950000', '171946.410000', '171946.870000', '171947.330000', '171947.790000', '171948.250000', '171948.710000', '171949.170000', '171949.630000', '171950.090000', '171950.550000', '171951.010000', '171951.470000', '171951.930000', '171952.390000', '171952.850000', '171953.310000', '171953.770000', '171954.230000', '171954.690000', '171955.150000', '171955.610000', '171956.070000', '171956.530000', '171956.990000', '171957.450000', '171957.910000', '171958.370000', '171958.830000', '171959.290000', '171959.750000', '172000.210000', '172000.670000', '172001.130000', '172001.590000', '172002.050000', '172002.510000', '172002.970000', '172003.430000', '172003.890000', '172004.350000', '172004.810000', '172005.270000', '172005.730000', '172006.190000', '172006.650000', '172007.110000', '172007.570000', '172008.030000', '172008.490000', '172008.950000', '172009.410000', '172009.870000', '172010.330000', '172010.790000', '172011.250000', '172011.710000', '172012.170000', '172012.630000', '172013.090000', '172013.550000', '172014.010000', '172014.470000', '172014.930000', '172015.390000', '172015.850000', '172016.310000', '172016.770000', '172017.230000', '172017.690000', '172018.150000', '172018.610000', '172019.070000', '172019.530000', '172019.990000', '172020.450000', '172020.910000', '172021.370000', '172021.830000', '172022.290000', '172022.750000', '172023.210000', '172023.670000', '172024.130000', '172024.590000', '172025.050000', '172025.510000', '172025.970000', '172026.430000', '172026.890000', '172027.350000', '172027.810000', '172028.270000', '172028.730000', '172029.190000', '172029.650000', '172030.110000', '172030.570000', '172031.030000', '172031.490000', '172031.950000', '172032.410000', '172032.870000', '172033.330000', '172033.790000', '172034.250000', '172034.710000', '172035.170000', '172035.630000', '172036.090000', '172036.550000', '172037.010000', '172037.470000', '172037.930000', '172038.390000', '172038.850000', '172039.310000', '172039.770000', '172040.230000', '172040.690000', '172041.150000', '172041.610000', '172042.070000', '172042.530000', '172042.990000', '172043.450000', '172043.910000', '172044.370000', '172044.830000', '172045.290000', '172045.750000', '172046.210000', '172046.670000', '172047.130000', '172047.590000', '172048.050000', '172048.510000', '172048.970000', '172049.430000', '172049.890000', '172050.350000', '172050.810000', '172051.270000', '172051.730000', '172052.190000', '172052.650000', '172053.110000', '172053.570000', '172054.030000', '172054.490000', '172054.950000', '172055.410000', '172055.870000', '172056.330000', '172056.790000', '172057.250000', '172057.710000', '172058.170000', '172058.630000', '172059.090000', '172059.550000', '172100.010000', '172100.470000', '172100.930000', '172101.390000', '172101.850000', '172102.310000', '172102.770000', '172103.230000', '172103.690000', '172104.150000', '172104.610000', '172105.070000', '172105.530000', '172105.990000', '172106.450000', '172106.910000', '172107.370000', '172107.830000', '172108.290000', '172108.750000', '172109.210000', '172109.670000', '172110.130000', '172110.590000', '172111.050000', '172111.510000', '172111.970000', '172112.430000', '172112.890000', '172113.350000', '172113.810000', '172114.270000', '172114.730000', '172115.190000', '172115.650000', '172116.110000', '172116.570000', '172117.030000', '172117.490000', '172117.950000', '172118.410000', '172118.870000', '172119.330000', '172119.790000', '172120.250000', '172120.710000', '172121.170000', '172121.630000', '172122.090000', '172122.550000', '172123.010000', '172123.470000', '172123.930000', '172124.390000', '172124.850000', '172125.310000', '172125.770000', '172126.230000', '172126.690000', '172127.150000', '172127.610000', '172128.070000', '172128.530000', '172128.990000', '172129.450000', '172129.910000', '172130.370000', '172130.830000', '172131.290000', '172131.750000', '172132.210000', '172132.670000', '172133.130000', '172133.590000', '172134.050000', '172134.510000', '172134.970000', '172135.430000', '172135.890000', '172136.350000', '172136.810000', '172137.270000', '172137.730000', '172138.190000', '172138.650000', '172139.110000', '172139.570000', '172140.030000', '172140.490000', '172140.950000', '172141.410000', '172141.870000', '172142.330000', '172142.790000', '172143.250000', '172143.710000', '172144.170000', '172144.630000', '172145.090000', '172145.550000', '172146.010000', '172146.470000', '172146.930000', '172147.390000', '172147.850000', '172148.310000', '172148.770000', '172149.230000', '172149.690000', '172150.150000', '172150.610000', '172151.070000', '172151.530000', '172151.990000', '172152.450000', '172152.910000', '172153.370000', '172153.830000', '172154.290000', '172154.750000', '172155.210000', '172155.670000', '172156.130000', '172156.590000', '172157.050000', '172157.510000', '172157.970000', '172158.430000', '172158.890000', '172159.350000', '172159.810000', '172200.270000', '172200.730000', '172201.190000', '172201.650000', '172202.110000', '172202.570000', '172203.030000', '172203.490000', '172203.950000', '172204.410000', '172204.870000', '172205.330000', '172205.790000', '172206.250000', '172206.710000', '172207.170000', '172207.630000', '172208.090000', '172208.550000', '172209.010000', '172209.470000', '172209.930000', '172210.390000', '172210.850000', '172211.310000', '172211.770000', '172212.230000', '172212.690000', '172213.150000', '172213.610000', '172214.070000', '172214.530000', '172214.990000', '172215.450000', '172215.910000', '172216.370000', '172216.830000', '172217.290000', '172217.750000', '172218.210000', '172218.670000', '172219.130000', '172219.590000', '172220.050000', '172220.510000', '172220.970000'], 'ContentTime': ['171557.896000', '171557.899000', '171557.902000', '171557.904000', '171557.907000', '171557.909000', '171557.912000', '171557.915000', '171557.917000', '171557.920000', '171557.922000', '171557.929000', '171557.931000', '171557.934000', '171557.937000', '171557.939000', '171557.942000', '171557.944000', '171557.947000', '171557.949000', '171557.952000', '171557.954000', '171557.957000', '171557.960000', '171557.962000', '171557.965000', '171557.967000', '171557.970000', '171557.973000', '171557.975000', '171557.982000', '171557.985000', '171557.987000', '171557.990000', '171557.992000', '171617.869000', '171617.872000', '171617.875000', '171617.877000', '171617.880000', '171617.882000', '171617.885000', '171617.887000', '171617.890000', '171617.893000', '171617.895000', '171617.898000', '171617.900000', '171617.903000', '171617.905000', '171617.908000', '171617.910000', '171617.913000', '171617.916000', '171617.918000', '171617.921000', '171617.923000', '171617.926000', '171617.928000', '171617.931000', '171617.934000', '171617.936000', '171617.939000', '171617.941000', '171617.944000', '171617.946000', '171617.949000', '171617.951000', '171617.954000', '171617.957000', '171617.959000', '171617.962000', '171617.964000', '171617.967000', '171617.970000', '171617.972000', '171617.975000', '171617.977000', '171617.980000', '171637.869000', '171637.872000', '171637.875000', '171637.877000', '171637.880000', '171637.882000', '171637.885000', '171637.887000', '171637.890000', '171637.893000', '171637.895000', '171637.898000', '171637.900000', '171637.903000', '171637.905000', '171637.908000', '171637.910000', '171637.913000', '171637.916000', '171637.918000', '171637.921000', '171637.923000', '171637.926000', '171637.928000', '171637.931000', '171637.933000', '171637.936000', '171637.938000', '171637.941000', '171637.944000', '171637.946000', '171637.949000', '171637.951000', '171637.954000', '171637.956000', '171637.959000', '171637.962000', '171637.964000', '171637.967000', '171637.969000', '171637.972000', '171637.974000', '171637.977000', '171657.870000', '171657.873000', '171657.876000', '171657.878000', '171657.882000', '171657.885000', '171657.888000', '171657.890000', '171657.893000', '171657.896000', '171657.898000', '171657.901000', '171657.903000', '171657.906000', '171657.908000', '171657.911000', '171657.913000', '171657.916000', '171657.918000', '171657.921000', '171657.924000', '171657.926000', '171657.929000', '171657.931000', '171657.934000', '171657.936000', '171657.939000', '171657.941000', '171657.944000', '171657.946000', '171657.949000', '171657.952000', '171657.954000', '171657.957000', '171657.959000', '171657.962000', '171657.965000', '171657.967000', '171657.970000', '171657.972000', '171657.975000', '171657.977000', '171657.980000', '171717.870000', '171717.873000', '171717.876000', '171717.878000', '171717.899000', '171717.901000', '171717.904000', '171717.906000', '171717.909000', '171717.911000', '171717.914000', '171717.917000', '171717.919000', '171717.922000', '171717.924000', '171717.927000', '171717.930000', '171717.932000', '171717.935000', '171717.938000', '171717.940000', '171717.943000', '171717.945000', '171717.948000', '171717.951000', '171717.953000', '171717.956000', '171717.958000', '171717.961000', '171717.963000', '171717.966000', '171717.968000', '171717.971000', '171717.974000', '171717.976000', '171717.979000', '171717.981000', '171717.984000', '171717.986000', '171717.989000', '171717.992000', '171717.994000', '171717.997000', '171718.000000', '171737.870000', '171737.873000', '171737.876000', '171737.878000', '171737.881000', '171737.884000', '171737.886000', '171737.889000', '171737.891000', '171737.894000', '171737.896000', '171737.899000', '171737.901000', '171737.904000', '171737.907000', '171737.909000', '171737.912000', '171737.915000', '171737.917000', '171737.920000', '171737.922000', '171737.925000', '171737.928000', '171737.930000', '171737.933000', '171737.935000', '171737.938000', '171737.940000', '171737.943000', '171737.946000', '171737.948000', '171737.951000', '171737.953000', '171737.956000', '171737.958000', '171737.961000', '171737.964000', '171737.966000', '171737.969000', '171737.971000', '171737.974000', '171737.976000', '171737.979000', '171737.982000', '171757.869000', '171757.872000', '171757.875000', '171757.877000', '171757.880000', '171757.882000', '171757.885000', '171757.888000', '171757.890000', '171757.893000', '171757.895000', '171757.898000', '171757.900000', '171757.903000', '171757.905000', '171757.908000', '171757.911000', '171757.913000', '171757.916000', '171757.918000', '171757.921000', '171757.923000', '171757.926000', '171757.929000', '171757.931000', '171757.934000', '171757.936000', '171757.939000', '171757.942000', '171757.944000', '171757.947000', '171757.949000', '171757.952000', '171757.955000', '171757.957000', '171757.960000', '171757.962000', '171757.965000', '171757.967000', '171757.970000', '171757.973000', '171757.975000', '171757.978000', '171817.870000', '171817.873000', '171817.875000', '171817.878000', '171817.880000', '171817.883000', '171817.886000', '171817.888000', '171817.891000', '171817.893000', '171817.896000', '171817.899000', '171817.901000', '171817.904000', '171817.906000', '171817.909000', '171817.912000', '171817.914000', '171817.917000', '171817.920000', '171817.922000', '171817.925000', '171817.927000', '171817.930000', '171817.933000', '171817.935000', '171817.938000', '171817.940000', '171817.943000', '171817.946000', '171817.948000', '171817.951000', '171817.953000', '171817.956000', '171817.959000', '171817.961000', '171817.964000', '171817.966000', '171817.969000', '171817.971000', '171817.974000', '171817.977000', '171817.979000', '171837.869000', '171837.872000', '171837.875000', '171837.877000', '171837.880000', '171837.882000', '171837.885000', '171837.888000', '171837.890000', '171837.893000', '171837.895000', '171837.898000', '171837.900000', '171837.903000', '171837.906000', '171837.908000', '171837.911000', '171837.913000', '171837.916000', '171837.918000', '171837.921000', '171837.923000', '171837.926000', '171837.928000', '171837.931000', '171837.934000', '171837.936000', '171837.939000', '171837.941000', '171837.944000', '171837.947000', '171837.949000', '171837.952000', '171837.954000', '171837.957000', '171837.959000', '171837.962000', '171837.964000', '171837.967000', '171837.970000', '171837.972000', '171837.975000', '171837.977000', '171837.991000', '171857.869000', '171857.872000', '171857.875000', '171857.877000', '171857.880000', '171857.882000', '171857.885000', '171857.888000', '171857.891000', '171857.894000', '171857.897000', '171857.900000', '171857.902000', '171857.905000', '171857.907000', '171857.910000', '171857.912000', '171857.915000', '171857.918000', '171857.920000', '171857.923000', '171857.925000', '171857.928000', '171857.930000', '171857.933000', '171857.935000', '171857.938000', '171857.941000', '171857.943000', '171857.946000', '171857.948000', '171857.951000', '171857.954000', '171857.956000', '171857.959000', '171857.961000', '171857.964000', '171857.966000', '171857.971000', '171857.973000', '171857.976000', '171857.979000', '171857.981000', '171917.870000', '171917.873000', '171917.876000', '171917.878000', '171917.881000', '171917.883000', '171917.886000', '171917.889000', '171917.891000', '171917.894000', '171917.896000', '171917.899000', '171917.901000', '171917.904000', '171917.907000', '171917.909000', '171917.912000', '171917.914000', '171917.917000', '171917.919000', '171917.922000', '171917.925000', '171917.927000', '171917.930000', '171917.932000', '171917.935000', '171917.937000', '171917.940000', '171917.943000', '171917.945000', '171917.948000', '171917.951000', '171917.953000', '171917.956000', '171917.958000', '171917.961000', '171917.963000', '171917.966000', '171917.969000', '171917.971000', '171917.974000', '171917.976000', '171917.979000', '171917.981000', '171937.870000', '171937.873000', '171937.876000', '171937.878000', '171937.881000', '171937.884000', '171937.886000', '171937.889000', '171937.892000', '171937.894000', '171937.897000', '171937.900000', '171937.902000', '171937.906000', '171937.909000', '171937.911000', '171937.914000', '171937.916000', '171937.919000', '171937.922000', '171937.924000', '171937.927000', '171937.929000', '171937.932000', '171937.934000', '171937.937000', '171937.940000', '171937.942000', '171937.945000', '171937.948000', '171937.950000', '171937.953000', '171937.955000', '171937.958000', '171937.961000', '171937.963000', '171937.966000', '171937.969000', '171937.971000', '171937.974000', '171937.976000', '171937.979000', '171937.981000', '171957.871000', '171957.873000', '171957.876000', '171957.879000', '171957.881000', '171957.884000', '171957.886000', '171957.889000', '171957.891000', '171957.894000', '171957.897000', '171957.899000', '171957.902000', '171957.904000', '171957.907000', '171957.910000', '171957.912000', '171957.915000', '171957.917000', '171957.920000', '171957.922000', '171957.925000', '171957.928000', '171957.930000', '171957.933000', '171957.935000', '171957.938000', '171957.940000', '171957.943000', '171957.946000', '171957.948000', '171957.951000', '171957.953000', '171957.956000', '171957.959000', '171957.961000', '171957.964000', '171957.966000', '171957.969000', '171957.971000', '171957.974000', '171957.977000', '171957.979000', '171957.982000', '172017.870000', '172017.872000', '172017.875000', '172017.878000', '172017.880000', '172017.883000', '172017.885000', '172017.888000', '172017.890000', '172017.893000', '172017.903000', '172017.906000', '172017.908000', '172017.911000', '172017.913000', '172017.916000', '172017.918000', '172017.921000', '172017.924000', '172017.926000', '172017.929000', '172017.931000', '172017.934000', '172017.937000', '172017.939000', '172017.942000', '172017.944000', '172017.947000', '172017.950000', '172017.952000', '172017.955000', '172017.957000', '172017.960000', '172017.963000', '172017.965000', '172017.968000', '172017.971000', '172017.973000', '172017.976000', '172017.978000', '172017.981000', '172017.984000', '172017.986000', '172037.870000', '172037.872000', '172037.875000', '172037.877000', '172037.880000', '172037.883000', '172037.885000', '172037.888000', '172037.890000', '172037.893000', '172037.896000', '172037.898000', '172037.901000', '172037.903000', '172037.906000', '172037.909000', '172037.911000', '172037.914000', '172037.916000', '172037.919000', '172037.922000', '172037.924000', '172037.927000', '172037.930000', '172037.932000', '172037.935000', '172037.937000', '172037.940000', '172037.943000', '172037.945000', '172037.948000', '172037.950000', '172037.953000', '172037.956000', '172037.958000', '172037.961000', '172037.963000', '172037.966000', '172037.969000', '172037.971000', '172037.974000', '172037.976000', '172037.979000', '172037.982000', '172057.869000', '172057.872000', '172057.875000', '172057.877000', '172057.880000', '172057.883000', '172057.885000', '172057.888000', '172057.890000', '172057.893000', '172057.896000', '172057.898000', '172057.901000', '172057.903000', '172057.906000', '172057.908000', '172057.911000', '172057.914000', '172057.916000', '172057.919000', '172057.922000', '172057.925000', '172057.928000', '172057.930000', '172057.933000', '172057.936000', '172057.938000', '172057.941000', '172057.944000', '172057.947000', '172057.950000', '172057.952000', '172057.955000', '172057.957000', '172057.960000', '172057.962000', '172057.965000', '172057.968000', '172057.970000', '172057.973000', '172057.975000', '172057.978000', '172057.980000', '172117.870000', '172117.872000', '172117.875000', '172117.878000', '172117.880000', '172117.883000', '172117.885000', '172117.888000', '172117.891000', '172117.893000', '172117.896000', '172117.898000', '172117.901000', '172117.904000', '172117.906000', '172117.909000', '172117.911000', '172117.914000', '172117.917000', '172117.919000', '172117.922000', '172117.925000', '172117.927000', '172117.930000', '172117.932000', '172117.935000', '172117.937000', '172117.940000', '172117.943000', '172117.945000', '172117.948000', '172117.950000', '172117.953000', '172117.956000', '172117.958000', '172117.961000', '172117.963000', '172117.966000', '172117.969000', '172117.972000', '172117.974000', '172117.977000', '172117.979000', '172117.982000', '172137.870000', '172137.873000', '172137.876000', '172137.878000', '172137.881000', '172137.883000', '172137.886000', '172137.889000', '172137.891000', '172137.894000', '172137.898000', '172137.901000', '172137.903000', '172137.906000', '172137.908000', '172137.911000', '172137.914000', '172137.916000', '172137.919000', '172137.921000', '172137.924000', '172137.927000', '172137.929000', '172137.932000', '172137.934000', '172137.937000', '172137.939000', '172137.942000', '172137.945000', '172137.947000', '172137.950000', '172137.952000', '172137.955000', '172137.957000', '172137.960000', '172137.970000', '172137.973000', '172137.976000', '172137.978000', '172137.981000', '172137.983000', '172137.986000', '172137.989000', '172157.871000', '172157.873000', '172157.876000', '172157.879000', '172157.881000', '172157.884000', '172157.887000', '172157.889000', '172157.892000', '172157.894000', '172157.897000', '172157.899000', '172157.902000', '172157.904000', '172157.907000', '172157.910000', '172157.912000', '172157.915000', '172157.917000', '172157.920000', '172157.923000', '172157.925000', '172157.928000', '172157.930000', '172157.933000', '172157.936000', '172157.938000', '172157.941000', '172157.944000', '172157.946000', '172157.949000', '172157.951000', '172157.954000', '172157.957000', '172157.959000', '172157.962000', '172157.964000', '172157.967000', '172157.970000', '172157.972000', '172157.975000', '172157.978000', '172157.980000', '172157.983000', '172217.870000', '172217.877000', '172217.880000', '172217.882000', '172217.885000', '172217.887000', '172217.890000', '172217.893000', '172217.895000', '172217.898000', '172217.900000', '172217.903000', '172217.905000', '172217.908000', '172217.910000', '172217.913000', '172217.916000', '172217.918000', '172217.921000', '172217.923000', '172217.926000', '172217.929000', '172217.931000', '172217.934000', '172217.936000', '172217.939000', '172217.942000', '172217.944000', '172217.947000', '172217.949000', '172217.952000', '172217.954000', '172217.957000', '172217.960000', '172217.962000', '172217.965000', '172217.968000', '172217.970000', '172217.973000', '172217.975000', '172217.978000', '172217.980000', '172217.984000', '172222.573000', '172222.576000', '172222.578000', '172222.581000', '172222.584000', '172222.586000', '172222.589000', '172222.592000', '172222.594000', '172222.597000', '172222.600000'], 'InstanceCreationTime': ['171557.896000', '171557.899000', '171557.902000', '171557.904000', '171557.907000', '171557.909000', '171557.912000', '171557.915000', '171557.917000', '171557.920000', '171557.922000', '171557.929000', '171557.931000', '171557.934000', '171557.937000', '171557.939000', '171557.942000', '171557.944000', '171557.947000', '171557.949000', '171557.952000', '171557.954000', '171557.957000', '171557.960000', '171557.962000', '171557.965000', '171557.967000', '171557.970000', '171557.973000', '171557.975000', '171557.982000', '171557.985000', '171557.987000', '171557.990000', '171557.992000', '171617.869000', '171617.872000', '171617.875000', '171617.877000', '171617.880000', '171617.882000', '171617.885000', '171617.887000', '171617.890000', '171617.893000', '171617.895000', '171617.898000', '171617.900000', '171617.903000', '171617.905000', '171617.908000', '171617.910000', '171617.913000', '171617.916000', '171617.918000', '171617.921000', '171617.923000', '171617.926000', '171617.928000', '171617.931000', '171617.934000', '171617.936000', '171617.939000', '171617.941000', '171617.944000', '171617.946000', '171617.949000', '171617.951000', '171617.954000', '171617.957000', '171617.959000', '171617.962000', '171617.964000', '171617.967000', '171617.970000', '171617.972000', '171617.975000', '171617.977000', '171617.980000', '171637.869000', '171637.872000', '171637.875000', '171637.877000', '171637.880000', '171637.882000', '171637.885000', '171637.887000', '171637.890000', '171637.893000', '171637.895000', '171637.898000', '171637.900000', '171637.903000', '171637.905000', '171637.908000', '171637.910000', '171637.913000', '171637.916000', '171637.918000', '171637.921000', '171637.923000', '171637.926000', '171637.928000', '171637.931000', '171637.933000', '171637.936000', '171637.938000', '171637.941000', '171637.944000', '171637.946000', '171637.949000', '171637.951000', '171637.954000', '171637.956000', '171637.959000', '171637.962000', '171637.964000', '171637.967000', '171637.969000', '171637.972000', '171637.974000', '171637.977000', '171657.870000', '171657.873000', '171657.876000', '171657.878000', '171657.882000', '171657.885000', '171657.888000', '171657.890000', '171657.893000', '171657.896000', '171657.898000', '171657.901000', '171657.903000', '171657.906000', '171657.908000', '171657.911000', '171657.913000', '171657.916000', '171657.918000', '171657.921000', '171657.924000', '171657.926000', '171657.929000', '171657.931000', '171657.934000', '171657.936000', '171657.939000', '171657.941000', '171657.944000', '171657.946000', '171657.949000', '171657.952000', '171657.954000', '171657.957000', '171657.959000', '171657.962000', '171657.965000', '171657.967000', '171657.970000', '171657.972000', '171657.975000', '171657.977000', '171657.980000', '171717.870000', '171717.873000', '171717.876000', '171717.878000', '171717.899000', '171717.901000', '171717.904000', '171717.906000', '171717.909000', '171717.911000', '171717.914000', '171717.917000', '171717.919000', '171717.922000', '171717.924000', '171717.927000', '171717.930000', '171717.932000', '171717.935000', '171717.938000', '171717.940000', '171717.943000', '171717.945000', '171717.948000', '171717.951000', '171717.953000', '171717.956000', '171717.958000', '171717.961000', '171717.963000', '171717.966000', '171717.968000', '171717.971000', '171717.974000', '171717.976000', '171717.979000', '171717.981000', '171717.984000', '171717.986000', '171717.989000', '171717.992000', '171717.994000', '171717.997000', '171718.000000', '171737.870000', '171737.873000', '171737.876000', '171737.878000', '171737.881000', '171737.884000', '171737.886000', '171737.889000', '171737.891000', '171737.894000', '171737.896000', '171737.899000', '171737.901000', '171737.904000', '171737.907000', '171737.909000', '171737.912000', '171737.915000', '171737.917000', '171737.920000', '171737.922000', '171737.925000', '171737.928000', '171737.930000', '171737.933000', '171737.935000', '171737.938000', '171737.940000', '171737.943000', '171737.946000', '171737.948000', '171737.951000', '171737.953000', '171737.956000', '171737.958000', '171737.961000', '171737.964000', '171737.966000', '171737.969000', '171737.971000', '171737.974000', '171737.976000', '171737.979000', '171737.982000', '171757.869000', '171757.872000', '171757.875000', '171757.877000', '171757.880000', '171757.882000', '171757.885000', '171757.888000', '171757.890000', '171757.893000', '171757.895000', '171757.898000', '171757.900000', '171757.903000', '171757.905000', '171757.908000', '171757.911000', '171757.913000', '171757.916000', '171757.918000', '171757.921000', '171757.923000', '171757.926000', '171757.929000', '171757.931000', '171757.934000', '171757.936000', '171757.939000', '171757.942000', '171757.944000', '171757.947000', '171757.949000', '171757.952000', '171757.955000', '171757.957000', '171757.960000', '171757.962000', '171757.965000', '171757.967000', '171757.970000', '171757.973000', '171757.975000', '171757.978000', '171817.870000', '171817.873000', '171817.875000', '171817.878000', '171817.880000', '171817.883000', '171817.886000', '171817.888000', '171817.891000', '171817.893000', '171817.896000', '171817.899000', '171817.901000', '171817.904000', '171817.906000', '171817.909000', '171817.912000', '171817.914000', '171817.917000', '171817.920000', '171817.922000', '171817.925000', '171817.927000', '171817.930000', '171817.933000', '171817.935000', '171817.938000', '171817.940000', '171817.943000', '171817.946000', '171817.948000', '171817.951000', '171817.953000', '171817.956000', '171817.959000', '171817.961000', '171817.964000', '171817.966000', '171817.969000', '171817.971000', '171817.974000', '171817.977000', '171817.979000', '171837.869000', '171837.872000', '171837.875000', '171837.877000', '171837.880000', '171837.882000', '171837.885000', '171837.888000', '171837.890000', '171837.893000', '171837.895000', '171837.898000', '171837.900000', '171837.903000', '171837.906000', '171837.908000', '171837.911000', '171837.913000', '171837.916000', '171837.918000', '171837.921000', '171837.923000', '171837.926000', '171837.928000', '171837.931000', '171837.934000', '171837.936000', '171837.939000', '171837.941000', '171837.944000', '171837.947000', '171837.949000', '171837.952000', '171837.954000', '171837.957000', '171837.959000', '171837.962000', '171837.964000', '171837.967000', '171837.970000', '171837.972000', '171837.975000', '171837.977000', '171837.991000', '171857.869000', '171857.872000', '171857.875000', '171857.877000', '171857.880000', '171857.882000', '171857.885000', '171857.888000', '171857.891000', '171857.894000', '171857.897000', '171857.900000', '171857.902000', '171857.905000', '171857.907000', '171857.910000', '171857.912000', '171857.915000', '171857.918000', '171857.920000', '171857.923000', '171857.925000', '171857.928000', '171857.930000', '171857.933000', '171857.935000', '171857.938000', '171857.941000', '171857.943000', '171857.946000', '171857.948000', '171857.951000', '171857.954000', '171857.956000', '171857.959000', '171857.961000', '171857.964000', '171857.966000', '171857.971000', '171857.973000', '171857.976000', '171857.979000', '171857.981000', '171917.870000', '171917.873000', '171917.876000', '171917.878000', '171917.881000', '171917.883000', '171917.886000', '171917.889000', '171917.891000', '171917.894000', '171917.896000', '171917.899000', '171917.901000', '171917.904000', '171917.907000', '171917.909000', '171917.912000', '171917.914000', '171917.917000', '171917.919000', '171917.922000', '171917.925000', '171917.927000', '171917.930000', '171917.932000', '171917.935000', '171917.937000', '171917.940000', '171917.943000', '171917.945000', '171917.948000', '171917.951000', '171917.953000', '171917.956000', '171917.958000', '171917.961000', '171917.963000', '171917.966000', '171917.969000', '171917.971000', '171917.974000', '171917.976000', '171917.979000', '171917.981000', '171937.870000', '171937.873000', '171937.876000', '171937.878000', '171937.881000', '171937.884000', '171937.886000', '171937.889000', '171937.892000', '171937.894000', '171937.897000', '171937.900000', '171937.902000', '171937.906000', '171937.909000', '171937.911000', '171937.914000', '171937.916000', '171937.919000', '171937.922000', '171937.924000', '171937.927000', '171937.929000', '171937.932000', '171937.934000', '171937.937000', '171937.940000', '171937.942000', '171937.945000', '171937.948000', '171937.950000', '171937.953000', '171937.955000', '171937.958000', '171937.961000', '171937.963000', '171937.966000', '171937.969000', '171937.971000', '171937.974000', '171937.976000', '171937.979000', '171937.981000', '171957.871000', '171957.873000', '171957.876000', '171957.879000', '171957.881000', '171957.884000', '171957.886000', '171957.889000', '171957.891000', '171957.894000', '171957.897000', '171957.899000', '171957.902000', '171957.904000', '171957.907000', '171957.910000', '171957.912000', '171957.915000', '171957.917000', '171957.920000', '171957.922000', '171957.925000', '171957.928000', '171957.930000', '171957.933000', '171957.935000', '171957.938000', '171957.940000', '171957.943000', '171957.946000', '171957.948000', '171957.951000', '171957.953000', '171957.956000', '171957.959000', '171957.961000', '171957.964000', '171957.966000', '171957.969000', '171957.971000', '171957.974000', '171957.977000', '171957.979000', '171957.982000', '172017.870000', '172017.872000', '172017.875000', '172017.878000', '172017.880000', '172017.883000', '172017.885000', '172017.888000', '172017.890000', '172017.893000', '172017.903000', '172017.906000', '172017.908000', '172017.911000', '172017.913000', '172017.916000', '172017.918000', '172017.921000', '172017.924000', '172017.926000', '172017.929000', '172017.931000', '172017.934000', '172017.937000', '172017.939000', '172017.942000', '172017.944000', '172017.947000', '172017.950000', '172017.952000', '172017.955000', '172017.957000', '172017.960000', '172017.963000', '172017.965000', '172017.968000', '172017.971000', '172017.973000', '172017.976000', '172017.978000', '172017.981000', '172017.984000', '172017.986000', '172037.870000', '172037.872000', '172037.875000', '172037.877000', '172037.880000', '172037.883000', '172037.885000', '172037.888000', '172037.890000', '172037.893000', '172037.896000', '172037.898000', '172037.901000', '172037.903000', '172037.906000', '172037.909000', '172037.911000', '172037.914000', '172037.916000', '172037.919000', '172037.922000', '172037.924000', '172037.927000', '172037.930000', '172037.932000', '172037.935000', '172037.937000', '172037.940000', '172037.943000', '172037.945000', '172037.948000', '172037.950000', '172037.953000', '172037.956000', '172037.958000', '172037.961000', '172037.963000', '172037.966000', '172037.969000', '172037.971000', '172037.974000', '172037.976000', '172037.979000', '172037.982000', '172057.869000', '172057.872000', '172057.875000', '172057.877000', '172057.880000', '172057.883000', '172057.885000', '172057.888000', '172057.890000', '172057.893000', '172057.896000', '172057.898000', '172057.901000', '172057.903000', '172057.906000', '172057.908000', '172057.911000', '172057.914000', '172057.916000', '172057.919000', '172057.922000', '172057.925000', '172057.928000', '172057.930000', '172057.933000', '172057.936000', '172057.938000', '172057.941000', '172057.944000', '172057.947000', '172057.950000', '172057.952000', '172057.955000', '172057.957000', '172057.960000', '172057.962000', '172057.965000', '172057.968000', '172057.970000', '172057.973000', '172057.975000', '172057.978000', '172057.980000', '172117.870000', '172117.872000', '172117.875000', '172117.878000', '172117.880000', '172117.883000', '172117.885000', '172117.888000', '172117.891000', '172117.893000', '172117.896000', '172117.898000', '172117.901000', '172117.904000', '172117.906000', '172117.909000', '172117.911000', '172117.914000', '172117.917000', '172117.919000', '172117.922000', '172117.925000', '172117.927000', '172117.930000', '172117.932000', '172117.935000', '172117.937000', '172117.940000', '172117.943000', '172117.945000', '172117.948000', '172117.950000', '172117.953000', '172117.956000', '172117.958000', '172117.961000', '172117.963000', '172117.966000', '172117.969000', '172117.972000', '172117.974000', '172117.977000', '172117.979000', '172117.982000', '172137.870000', '172137.873000', '172137.876000', '172137.878000', '172137.881000', '172137.883000', '172137.886000', '172137.889000', '172137.891000', '172137.894000', '172137.898000', '172137.901000', '172137.903000', '172137.906000', '172137.908000', '172137.911000', '172137.914000', '172137.916000', '172137.919000', '172137.921000', '172137.924000', '172137.927000', '172137.929000', '172137.932000', '172137.934000', '172137.937000', '172137.939000', '172137.942000', '172137.945000', '172137.947000', '172137.950000', '172137.952000', '172137.955000', '172137.957000', '172137.960000', '172137.970000', '172137.973000', '172137.976000', '172137.978000', '172137.981000', '172137.983000', '172137.986000', '172137.989000', '172157.871000', '172157.873000', '172157.876000', '172157.879000', '172157.881000', '172157.884000', '172157.887000', '172157.889000', '172157.892000', '172157.894000', '172157.897000', '172157.899000', '172157.902000', '172157.904000', '172157.907000', '172157.910000', '172157.912000', '172157.915000', '172157.917000', '172157.920000', '172157.923000', '172157.925000', '172157.928000', '172157.930000', '172157.933000', '172157.936000', '172157.938000', '172157.941000', '172157.944000', '172157.946000', '172157.949000', '172157.951000', '172157.954000', '172157.957000', '172157.959000', '172157.962000', '172157.964000', '172157.967000', '172157.970000', '172157.972000', '172157.975000', '172157.978000', '172157.980000', '172157.983000', '172217.870000', '172217.877000', '172217.880000', '172217.882000', '172217.885000', '172217.887000', '172217.890000', '172217.893000', '172217.895000', '172217.898000', '172217.900000', '172217.903000', '172217.905000', '172217.908000', '172217.910000', '172217.913000', '172217.916000', '172217.918000', '172217.921000', '172217.923000', '172217.926000', '172217.929000', '172217.931000', '172217.934000', '172217.936000', '172217.939000', '172217.942000', '172217.944000', '172217.947000', '172217.949000', '172217.952000', '172217.954000', '172217.957000', '172217.960000', '172217.962000', '172217.965000', '172217.968000', '172217.970000', '172217.973000', '172217.975000', '172217.978000', '172217.980000', '172217.984000', '172222.573000', '172222.576000', '172222.578000', '172222.581000', '172222.584000', '172222.586000', '172222.589000', '172222.592000', '172222.594000', '172222.597000', '172222.600000'], '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': [6933, 8600, 7679, 7641, 7479, 7155, 8127, 8300, 7451, 8536, 8310, 7950, 8384, 7178, 8064, 8230, 7765, 7985, 6867, 7952, 6686, 7599, 8263, 7054, 8092, 6895, 8111, 7175, 7339, 8234, 6871, 8082, 6601, 8113, 8611, 7168, 8124, 7028, 8245, 8362, 6998, 8137, 6758, 8035, 8475, 7614, 8141, 7318, 8291, 8220, 7687, 8457, 7213, 8144, 7095, 7851, 8367, 7341, 8149, 7253, 7952, 8826, 7237, 8246, 7426, 7804, 8690, 6835, 8051, 7863, 7922, 8348, 6901, 8007, 7650, 7644, 8357, 6875, 8086, 6727, 7877, 7461, 7293, 8162, 6980, 7892, 8388, 7618, 8125, 6931, 8227, 6691, 7828, 8547, 7155, 8149, 7460, 8044, 8262, 7416, 8181, 6994, 7962, 9039, 7124, 8240, 9265, 7850, 7907, 7138, 8259, 8494, 7774, 8264, 7044, 8043, 8463, 7828, 7692, 7237, 8021, 6964, 7937, 7919, 7918, 7256, 8092, 8472, 7892, 7959, 7799, 8001, 6881, 8033, 8451, 7029, 8294, 6982, 7976, 8284, 7541, 7987, 7176, 7788, 8517, 7799, 8257, 6913, 8041, 6875, 7394, 8161, 6752, 8168, 7488, 7383, 8242, 6829, 7958, 8121, 7308, 7787, 6676, 7901, 8297, 6892, 8389, 6783, 7674, 8249, 7014, 8079, 6507, 7767, 7402, 7501, 6801, 7598, 8141, 7428, 8147, 9122, 7849, 8178, 6932, 7859, 8740, 7407, 8039, 6655, 7917, 8400, 7116, 8170, 6826, 7848, 8163, 7428, 8178, 6972, 8056, 8754, 7708, 8012, 7247, 8167, 7757, 7323, 7774, 6520, 8079, 6187, 7599, 6912, 7285, 7929, 6572, 8145, 8854, 7975, 8298, 8931, 8036, 8121, 8133, 8272, 8131, 8013, 8476, 7577, 8210, 7919, 7773, 8365, 6970, 8394, 6648, 7752, 8188, 7240, 8156, 6626, 7795, 6716, 7449, 6935, 8008, 6663, 7895, 8371, 7458, 8122, 8134, 7898, 8757, 7026, 8336, 8284, 7656, 8345, 8003, 8121, 7476, 7708, 8246, 7005, 8145, 6759, 7794, 7410, 7739, 7925, 7236, 8302, 7056, 7802, 8669, 7235, 8107, 7258, 7814, 8397, 6825, 7860, 6905, 7317, 8011, 7071, 8071, 6759, 7980, 7052, 7538, 8035, 7031, 7525, 8217, 7385, 8097, 6998, 8385, 6883, 8202, 6951, 8138, 7504, 7909, 6765, 8143, 8304, 7540, 8778, 7236, 8228, 8394, 7905, 8707, 7205, 8086, 7303, 7987, 8978, 7098, 7933, 7445, 8036, 7434, 7336, 8281, 6893, 8017, 7783, 7849, 6630, 7816, 7726, 7090, 8098, 6540, 7799, 8677, 6816, 8141, 6729, 7888, 8208, 6865, 7936, 6580, 7874, 6359, 7970, 8390, 7803, 8058, 7100, 8004, 8939, 7512, 8300, 7099, 8123, 6610, 8101, 8174, 7884, 8274, 7488, 8275, 7148, 8170, 6387, 7978, 8614, 7800, 8429, 7467, 8357, 7973, 8113, 8370, 7016, 8099, 8711, 7191, 8220, 6581, 7795, 8404, 6946, 8080, 7371, 7668, 7921, 7678, 7875, 6773, 7787, 6962, 8034, 8791, 6892, 7867, 7575, 7600, 8353, 7045, 7992, 8287, 7662, 8283, 6919, 7946, 7579, 8040, 7470, 8068, 8132, 7784, 8394, 7929, 8045, 8101, 7785, 8322, 7805, 8178, 8713, 7963, 8228, 6697, 7964, 8729, 7923, 8456, 7181, 8072, 8410, 7759, 7990, 6493, 7985, 8570, 7782, 7838, 7749, 6789, 7807, 6926, 7725, 8386, 6821, 8089, 6594, 7999, 8925, 7754, 8056, 7640, 8334, 8711, 7765, 8202, 7539, 8230, 6567, 7838, 8480, 7326, 8197, 6327, 7805, 8356, 7831, 7924, 6200, 7867, 7153, 7272, 8180, 6493, 7724, 7388, 7676, 8103, 6607, 8026, 7836, 7283, 8234, 7522, 7868, 7475, 7704, 7796, 6913, 8079, 6843, 8170, 6697, 7801, 7134, 8119, 8373, 7548, 8184, 6551, 7668, 8791, 7424, 8058, 6997, 8051, 7107, 7901, 7230, 7474, 8178, 7519, 7982, 7366, 8014, 7094, 8037, 8937, 7848, 8233, 7688, 7635, 7592, 7963, 7947, 8123, 7395, 8199, 8308, 8106, 7037, 8081, 7652, 8359, 7630, 8097, 7251, 8198, 7892, 8214, 7463, 8364, 7154, 8601, 7418, 8501, 8965, 7923, 8303, 7508, 8333, 8457, 7795, 8459, 7226, 8331, 6922, 8226, 6893, 8348, 6592, 8127, 8217, 7956, 8037, 7976, 7943, 7777, 8358, 6999, 8304, 7191, 8084, 8597, 7596, 8131, 7415, 8272, 6973, 8111, 8883, 7821, 8517, 7817, 8170, 8225, 7856, 8197, 7860, 7994, 8782, 7815, 8218, 8254, 8086, 6698, 7756, 8083, 7194, 7970, 6897, 7876, 8754, 6618, 8113, 6853, 7879, 8680, 8150, 7999, 6926, 7935, 6674, 8035, 8227, 8107, 8428, 7751, 8012, 7263, 8137, 6959, 8117, 8512, 7956, 7987, 6444, 8045, 8325, 7623, 7801, 6657, 6434, 6548, 8225, 7332, 7815, 7190, 8142, 7357, 8211, 6561, 7948, 8354, 6870, 8256, 6249, 6896, 7277, 7641, 6689, 8236, 7674, 8304, 6679, 8128, 8845, 7635, 8150, 6756, 8318, 6663, 8048, 8005, 7827, 7533, 8117, 7618, 8149, 6429, 8220, 6759, 8506, 8020, 8255, 6845, 8228, 8987, 8151, 8288, 8054, 8064, 8672, 7936, 8271, 8219, 8444, 7038, 7029, 7676, 8193, 7712, 6946, 8373, 8330, 7540, 8249, 8643, 7723, 8166, 6998, 8585, 8529, 7932, 8379, 8475, 8396, 6521, 8086, 7797, 7657, 8150, 8011, 8236, 7535, 7987, 8371, 7728, 7947, 7803, 8079, 6975, 7809, 8301, 6921, 8187, 7119, 7985, 7164, 6130, 7954, 6241, 6569, 7763, 7716, 7650, 7838, 8680, 8132, 8013, 9085, 8468, 8141, 7710, 8282, 9020, 7407, 8437, 8721, 7861, 8163, 7824, 8630, 7676, 8354, 7684, 8365, 8003, 8187, 8577, 9161, 7996, 8153, 8044, 7741, 6655, 7644, 8721, 8175, 7694, 7988, 8233, 8063, 7897, 8143, 8460, 7621, 8424, 7478, 8283, 7859, 7973, 8214, 7772, 8258, 6874, 8136, 7648, 7969, 8078, 6862, 8095, 6637, 8105, 8141, 7616, 8083, 7013, 8221, 8539, 7607, 8083, 6899, 8056, 7692, 7849, 7954, 7362, 7270, 7561, 7056, 7022, 8246, 7532, 8158, 7948, 7480, 8150, 6989, 8107, 8340, 7399, 8063, 7192, 8023, 8602, 7512, 7363, 7336, 7816, 6603, 8047, 6308, 7838, 8789, 7457, 8347, 6432, 8043, 6839, 7647, 8017, 7409, 8030, 6894, 8179, 7185, 7869, 7379, 7754, 8597, 7784, 8155, 8027, 8098, 7743, 8274, 8821, 6973, 8112, 7919, 8167, 8832, 8167, 7967], 'WindowCenter': [3779.0, 3805.0, 3781.0, 3768.0, 3767.0, 3757.0, 3777.0, 3777.0, 3755.0, 3777.0, 3763.0, 3763.0, 3763.0, 3740.0, 3765.0, 3763.0, 3753.0, 3750.0, 3728.0, 3751.0, 3730.0, 3757.0, 3763.0, 3734.0, 3762.0, 3741.0, 3763.0, 3733.0, 3752.0, 3763.0, 3742.0, 3764.0, 3743.0, 3765.0, 3775.0, 3743.0, 3764.0, 3734.0, 3763.0, 3762.0, 3742.0, 3764.0, 3725.0, 3765.0, 3756.0, 3746.0, 3764.0, 3753.0, 3764.0, 3761.0, 3742.0, 3768.0, 3752.0, 3764.0, 3743.0, 3764.0, 3763.0, 3740.0, 3764.0, 3752.0, 3763.0, 3775.0, 3766.0, 3764.0, 3753.0, 3752.0, 3761.0, 3729.0, 3751.0, 3750.0, 3763.0, 3763.0, 3741.0, 3763.0, 3749.0, 3749.0, 3761.0, 3729.0, 3751.0, 3730.0, 3763.0, 3753.0, 3752.0, 3763.0, 3741.0, 3764.0, 3755.0, 3752.0, 3763.0, 3753.0, 3763.0, 3741.0, 3753.0, 3762.0, 3742.0, 3764.0, 3752.0, 3764.0, 3764.0, 3752.0, 3764.0, 3741.0, 3751.0, 3754.0, 3730.0, 3762.0, 3759.0, 3749.0, 3748.0, 3727.0, 3748.0, 3747.0, 3737.0, 3749.0, 3727.0, 3749.0, 3749.0, 3762.0, 3751.0, 3740.0, 3750.0, 3741.0, 3754.0, 3762.0, 3764.0, 3752.0, 3764.0, 3764.0, 3764.0, 3764.0, 3753.0, 3763.0, 3740.0, 3752.0, 3762.0, 3742.0, 3762.0, 3741.0, 3752.0, 3761.0, 3750.0, 3751.0, 3728.0, 3750.0, 3759.0, 3750.0, 3761.0, 3740.0, 3750.0, 3728.0, 3750.0, 3761.0, 3730.0, 3763.0, 3752.0, 3753.0, 3763.0, 3734.0, 3764.0, 3762.0, 3752.0, 3754.0, 3742.0, 3765.0, 3763.0, 3742.0, 3763.0, 3730.0, 3753.0, 3756.0, 3743.0, 3765.0, 3726.0, 3754.0, 3745.0, 3748.0, 3745.0, 3766.0, 3764.0, 3753.0, 3758.0, 3785.0, 3764.0, 3763.0, 3742.0, 3752.0, 3761.0, 3740.0, 3751.0, 3727.0, 3750.0, 3760.0, 3739.0, 3761.0, 3730.0, 3763.0, 3760.0, 3740.0, 3760.0, 3729.0, 3750.0, 3760.0, 3750.0, 3750.0, 3741.0, 3762.0, 3750.0, 3740.0, 3751.0, 3730.0, 3764.0, 3722.0, 3765.0, 3755.0, 3766.0, 3776.0, 3733.0, 3766.0, 3775.0, 3752.0, 3763.0, 3761.0, 3750.0, 3738.0, 3737.0, 3740.0, 3736.0, 3736.0, 3747.0, 3725.0, 3747.0, 3736.0, 3737.0, 3746.0, 3714.0, 3747.0, 3714.0, 3736.0, 3746.0, 3737.0, 3749.0, 3742.0, 3752.0, 3756.0, 3766.0, 3754.0, 3764.0, 3740.0, 3763.0, 3781.0, 3755.0, 3764.0, 3764.0, 3763.0, 3762.0, 3730.0, 3763.0, 3749.0, 3740.0, 3750.0, 3749.0, 3751.0, 3739.0, 3750.0, 3760.0, 3728.0, 3750.0, 3729.0, 3752.0, 3740.0, 3751.0, 3763.0, 3752.0, 3764.0, 3742.0, 3752.0, 3773.0, 3751.0, 3763.0, 3752.0, 3752.0, 3763.0, 3731.0, 3762.0, 3741.0, 3752.0, 3764.0, 3735.0, 3763.0, 3744.0, 3765.0, 3753.0, 3764.0, 3757.0, 3743.0, 3766.0, 3775.0, 3755.0, 3765.0, 3744.0, 3764.0, 3754.0, 3776.0, 3754.0, 3765.0, 3755.0, 3777.0, 3745.0, 3778.0, 3776.0, 3755.0, 3774.0, 3743.0, 3757.0, 3762.0, 3751.0, 3755.0, 3739.0, 3750.0, 3738.0, 3749.0, 3759.0, 3728.0, 3749.0, 3741.0, 3750.0, 3738.0, 3732.0, 3752.0, 3739.0, 3752.0, 3751.0, 3763.0, 3742.0, 3763.0, 3752.0, 3742.0, 3763.0, 3731.0, 3752.0, 3776.0, 3732.0, 3763.0, 3730.0, 3763.0, 3774.0, 3729.0, 3750.0, 3744.0, 3780.0, 3734.0, 3765.0, 3762.0, 3753.0, 3764.0, 3741.0, 3763.0, 3772.0, 3741.0, 3762.0, 3740.0, 3750.0, 3729.0, 3750.0, 3760.0, 3751.0, 3761.0, 3732.0, 3762.0, 3741.0, 3755.0, 3720.0, 3751.0, 3761.0, 3751.0, 3762.0, 3740.0, 3763.0, 3751.0, 3750.0, 3749.0, 3728.0, 3748.0, 3748.0, 3727.0, 3748.0, 3716.0, 3739.0, 3748.0, 3726.0, 3730.0, 3726.0, 3727.0, 3748.0, 3749.0, 3750.0, 3730.0, 3751.0, 3740.0, 3763.0, 3767.0, 3742.0, 3752.0, 3752.0, 3751.0, 3761.0, 3741.0, 3765.0, 3764.0, 3754.0, 3751.0, 3728.0, 3750.0, 3752.0, 3764.0, 3753.0, 3763.0, 3751.0, 3751.0, 3762.0, 3750.0, 3752.0, 3751.0, 3750.0, 3751.0, 3738.0, 3749.0, 3749.0, 3738.0, 3749.0, 3716.0, 3748.0, 3748.0, 3748.0, 3748.0, 3727.0, 3750.0, 3741.0, 3739.0, 3750.0, 3718.0, 3751.0, 3761.0, 3751.0, 3752.0, 3752.0, 3745.0, 3764.0, 3742.0, 3764.0, 3775.0, 3745.0, 3766.0, 3743.0, 3764.0, 3773.0, 3752.0, 3752.0, 3739.0, 3761.0, 3760.0, 3751.0, 3761.0, 3739.0, 3754.0, 3730.0, 3750.0, 3760.0, 3738.0, 3761.0, 3718.0, 3743.0, 3750.0, 3750.0, 3751.0, 3719.0, 3762.0, 3732.0, 3752.0, 3762.0, 3731.0, 3754.0, 3746.0, 3754.0, 3764.0, 3733.0, 3763.0, 3751.0, 3741.0, 3763.0, 3752.0, 3752.0, 3740.0, 3752.0, 3751.0, 3741.0, 3752.0, 3732.0, 3774.0, 3744.0, 3765.0, 3744.0, 3766.0, 3775.0, 3753.0, 3757.0, 3731.0, 3753.0, 3762.0, 3741.0, 3751.0, 3730.0, 3752.0, 3742.0, 3751.0, 3741.0, 3746.0, 3763.0, 3754.0, 3765.0, 3755.0, 3765.0, 3743.0, 3763.0, 3773.0, 3753.0, 3763.0, 3741.0, 3752.0, 3751.0, 3753.0, 3752.0, 3765.0, 3745.0, 3774.0, 3774.0, 3757.0, 3744.0, 3757.0, 3754.0, 3764.0, 3755.0, 3752.0, 3742.0, 3765.0, 3764.0, 3762.0, 3742.0, 3762.0, 3730.0, 3762.0, 3728.0, 3750.0, 3760.0, 3737.0, 3736.0, 3725.0, 3748.0, 3736.0, 3726.0, 3748.0, 3727.0, 3748.0, 3728.0, 3748.0, 3728.0, 3751.0, 3719.0, 3752.0, 3751.0, 3752.0, 3752.0, 3753.0, 3752.0, 3752.0, 3755.0, 3731.0, 3764.0, 3743.0, 3765.0, 3764.0, 3755.0, 3765.0, 3743.0, 3756.0, 3743.0, 3759.0, 3775.0, 3754.0, 3765.0, 3754.0, 3764.0, 3752.0, 3751.0, 3751.0, 3740.0, 3751.0, 3751.0, 3741.0, 3752.0, 3751.0, 3752.0, 3731.0, 3741.0, 3744.0, 3730.0, 3752.0, 3730.0, 3753.0, 3756.0, 3731.0, 3753.0, 3731.0, 3751.0, 3761.0, 3751.0, 3751.0, 3730.0, 3752.0, 3731.0, 3753.0, 3763.0, 3745.0, 3764.0, 3753.0, 3763.0, 3741.0, 3753.0, 3741.0, 3752.0, 3763.0, 3754.0, 3753.0, 3720.0, 3743.0, 3750.0, 3739.0, 3751.0, 3731.0, 3732.0, 3721.0, 3769.0, 3756.0, 3765.0, 3755.0, 3766.0, 3749.0, 3777.0, 3745.0, 3765.0, 3758.0, 3732.0, 3764.0, 3733.0, 3742.0, 3742.0, 3766.0, 3757.0, 3776.0, 3767.0, 3777.0, 3744.0, 3778.0, 3789.0, 3767.0, 3765.0, 3732.0, 3763.0, 3730.0, 3751.0, 3752.0, 3746.0, 3753.0, 3753.0, 3753.0, 3764.0, 3733.0, 3754.0, 3743.0, 3775.0, 3765.0, 3777.0, 3745.0, 3777.0, 3776.0, 3766.0, 3765.0, 3747.0, 3753.0, 3750.0, 3751.0, 3751.0, 3750.0, 3751.0, 3730.0, 3729.0, 3740.0, 3764.0, 3754.0, 3742.0, 3764.0, 3766.0, 3745.0, 3763.0, 3762.0, 3751.0, 3752.0, 3720.0, 3749.0, 3749.0, 3739.0, 3750.0, 3750.0, 3751.0, 3719.0, 3747.0, 3739.0, 3733.0, 3750.0, 3750.0, 3763.0, 3751.0, 3752.0, 3763.0, 3753.0, 3744.0, 3751.0, 3752.0, 3730.0, 3753.0, 3765.0, 3756.0, 3779.0, 3745.0, 3765.0, 3743.0, 3721.0, 3764.0, 3720.0, 3733.0, 3754.0, 3768.0, 3768.0, 3769.0, 3779.0, 3766.0, 3765.0, 3763.0, 3751.0, 3739.0, 3727.0, 3731.0, 3748.0, 3728.0, 3738.0, 3736.0, 3724.0, 3734.0, 3723.0, 3733.0, 3712.0, 3722.0, 3723.0, 3723.0, 3723.0, 3722.0, 3732.0, 3736.0, 3721.0, 3721.0, 3721.0, 3724.0, 3699.0, 3722.0, 3746.0, 3728.0, 3725.0, 3727.0, 3735.0, 3736.0, 3724.0, 3717.0, 3723.0, 3716.0, 3734.0, 3713.0, 3735.0, 3723.0, 3723.0, 3733.0, 3724.0, 3736.0, 3715.0, 3749.0, 3738.0, 3750.0, 3750.0, 3718.0, 3750.0, 3718.0, 3750.0, 3750.0, 3740.0, 3751.0, 3729.0, 3752.0, 3761.0, 3741.0, 3752.0, 3730.0, 3752.0, 3740.0, 3752.0, 3751.0, 3742.0, 3742.0, 3746.0, 3735.0, 3745.0, 3778.0, 3759.0, 3767.0, 3766.0, 3756.0, 3766.0, 3743.0, 3764.0, 3755.0, 3743.0, 3765.0, 3743.0, 3766.0, 3765.0, 3744.0, 3754.0, 3757.0, 3767.0, 3745.0, 3768.0, 3736.0, 3769.0, 3778.0, 3750.0, 3768.0, 3729.0, 3769.0, 3747.0, 3768.0, 3766.0, 3755.0, 3759.0, 3745.0, 3767.0, 3745.0, 3760.0, 3747.0, 3756.0, 3777.0, 3755.0, 3754.0, 3747.0, 3765.0, 3753.0, 3752.0, 3762.0, 3730.0, 3752.0, 3743.0, 3751.0, 3760.0, 3749.0, 3739.0], 'WindowWidth': [8524.0, 8555.0, 8514.0, 8489.0, 8486.0, 8471.0, 8497.0, 8497.0, 8465.0, 8495.0, 8469.0, 8468.0, 8469.0, 8435.0, 8477.0, 8468.0, 8457.0, 8449.0, 8417.0, 8449.0, 8423.0, 8460.0, 8469.0, 8423.0, 8466.0, 8439.0, 8471.0, 8423.0, 8455.0, 8471.0, 8442.0, 8474.0, 8445.0, 8475.0, 8490.0, 8444.0, 8472.0, 8424.0, 8468.0, 8467.0, 8440.0, 8473.0, 8413.0, 8476.0, 8456.0, 8444.0, 8472.0, 8456.0, 8470.0, 8464.0, 8434.0, 8476.0, 8454.0, 8472.0, 8444.0, 8472.0, 8469.0, 8436.0, 8471.0, 8454.0, 8470.0, 8490.0, 8480.0, 8472.0, 8457.0, 8454.0, 8465.0, 8419.0, 8449.0, 8447.0, 8471.0, 8471.0, 8440.0, 8467.0, 8444.0, 8445.0, 8463.0, 8419.0, 8449.0, 8422.0, 8470.0, 8458.0, 8453.0, 8471.0, 8437.0, 8472.0, 8452.0, 8455.0, 8469.0, 8457.0, 8472.0, 8440.0, 8456.0, 8467.0, 8442.0, 8474.0, 8455.0, 8472.0, 8473.0, 8454.0, 8471.0, 8436.0, 8449.0, 8448.0, 8419.0, 8464.0, 8458.0, 8443.0, 8441.0, 8410.0, 8439.0, 8437.0, 8425.0, 8442.0, 8411.0, 8445.0, 8443.0, 8470.0, 8451.0, 8435.0, 8448.0, 8437.0, 8451.0, 8468.0, 8473.0, 8455.0, 8473.0, 8473.0, 8474.0, 8475.0, 8457.0, 8469.0, 8435.0, 8453.0, 8466.0, 8442.0, 8467.0, 8439.0, 8447.0, 8462.0, 8446.0, 8448.0, 8416.0, 8448.0, 8457.0, 8447.0, 8464.0, 8435.0, 8449.0, 8415.0, 8448.0, 8464.0, 8422.0, 8470.0, 8453.0, 8456.0, 8470.0, 8426.0, 8471.0, 8466.0, 8456.0, 8460.0, 8442.0, 8474.0, 8471.0, 8441.0, 8471.0, 8423.0, 8456.0, 8455.0, 8443.0, 8475.0, 8417.0, 8459.0, 8441.0, 8450.0, 8453.0, 8480.0, 8473.0, 8459.0, 8464.0, 8502.0, 8472.0, 8469.0, 8438.0, 8453.0, 8464.0, 8434.0, 8448.0, 8412.0, 8446.0, 8461.0, 8432.0, 8462.0, 8421.0, 8468.0, 8462.0, 8434.0, 8460.0, 8417.0, 8447.0, 8460.0, 8448.0, 8449.0, 8440.0, 8467.0, 8447.0, 8434.0, 8451.0, 8425.0, 8475.0, 8416.0, 8477.0, 8469.0, 8481.0, 8495.0, 8426.0, 8479.0, 8491.0, 8453.0, 8468.0, 8461.0, 8444.0, 8427.0, 8423.0, 8422.0, 8419.0, 8420.0, 8435.0, 8405.0, 8436.0, 8419.0, 8420.0, 8434.0, 8390.0, 8435.0, 8390.0, 8422.0, 8436.0, 8426.0, 8445.0, 8441.0, 8453.0, 8470.0, 8482.0, 8464.0, 8474.0, 8439.0, 8473.0, 8501.0, 8461.0, 8473.0, 8473.0, 8468.0, 8466.0, 8420.0, 8468.0, 8445.0, 8432.0, 8447.0, 8442.0, 8447.0, 8431.0, 8445.0, 8459.0, 8416.0, 8449.0, 8418.0, 8453.0, 8435.0, 8451.0, 8469.0, 8455.0, 8473.0, 8440.0, 8455.0, 8483.0, 8451.0, 8468.0, 8452.0, 8455.0, 8471.0, 8424.0, 8466.0, 8436.0, 8455.0, 8471.0, 8425.0, 8468.0, 8447.0, 8476.0, 8458.0, 8473.0, 8459.0, 8443.0, 8479.0, 8490.0, 8462.0, 8475.0, 8446.0, 8472.0, 8460.0, 8492.0, 8462.0, 8477.0, 8463.0, 8497.0, 8450.0, 8498.0, 8491.0, 8461.0, 8486.0, 8441.0, 8458.0, 8467.0, 8450.0, 8453.0, 8431.0, 8447.0, 8428.0, 8443.0, 8457.0, 8415.0, 8442.0, 8435.0, 8447.0, 8427.0, 8416.0, 8444.0, 8432.0, 8451.0, 8448.0, 8469.0, 8442.0, 8471.0, 8453.0, 8441.0, 8471.0, 8425.0, 8455.0, 8490.0, 8427.0, 8468.0, 8421.0, 8468.0, 8486.0, 8419.0, 8446.0, 8448.0, 8505.0, 8435.0, 8476.0, 8466.0, 8455.0, 8472.0, 8438.0, 8470.0, 8479.0, 8436.0, 8465.0, 8435.0, 8448.0, 8417.0, 8446.0, 8460.0, 8449.0, 8464.0, 8417.0, 8466.0, 8439.0, 8450.0, 8407.0, 8449.0, 8462.0, 8451.0, 8465.0, 8435.0, 8467.0, 8449.0, 8445.0, 8445.0, 8412.0, 8439.0, 8438.0, 8410.0, 8438.0, 8397.0, 8430.0, 8440.0, 8407.0, 8411.0, 8409.0, 8403.0, 8442.0, 8444.0, 8448.0, 8423.0, 8450.0, 8436.0, 8470.0, 8470.0, 8439.0, 8454.0, 8452.0, 8450.0, 8462.0, 8436.0, 8475.0, 8475.0, 8458.0, 8449.0, 8415.0, 8446.0, 8455.0, 8474.0, 8458.0, 8471.0, 8450.0, 8450.0, 8466.0, 8448.0, 8451.0, 8448.0, 8447.0, 8448.0, 8427.0, 8444.0, 8441.0, 8426.0, 8442.0, 8397.0, 8440.0, 8439.0, 8440.0, 8441.0, 8412.0, 8445.0, 8427.0, 8429.0, 8447.0, 8401.0, 8450.0, 8463.0, 8451.0, 8452.0, 8453.0, 8452.0, 8475.0, 8443.0, 8473.0, 8489.0, 8452.0, 8480.0, 8445.0, 8473.0, 8480.0, 8454.0, 8452.0, 8431.0, 8463.0, 8459.0, 8449.0, 8462.0, 8430.0, 8447.0, 8422.0, 8448.0, 8458.0, 8428.0, 8462.0, 8401.0, 8432.0, 8445.0, 8447.0, 8450.0, 8407.0, 8467.0, 8420.0, 8453.0, 8468.0, 8425.0, 8459.0, 8442.0, 8460.0, 8473.0, 8430.0, 8470.0, 8451.0, 8438.0, 8469.0, 8451.0, 8454.0, 8434.0, 8453.0, 8451.0, 8438.0, 8452.0, 8427.0, 8487.0, 8447.0, 8476.0, 8448.0, 8479.0, 8489.0, 8457.0, 8458.0, 8423.0, 8455.0, 8466.0, 8437.0, 8449.0, 8420.0, 8454.0, 8438.0, 8450.0, 8436.0, 8444.0, 8470.0, 8458.0, 8475.0, 8462.0, 8475.0, 8444.0, 8470.0, 8483.0, 8454.0, 8470.0, 8436.0, 8453.0, 8451.0, 8454.0, 8454.0, 8478.0, 8442.0, 8488.0, 8487.0, 8459.0, 8447.0, 8462.0, 8460.0, 8473.0, 8460.0, 8452.0, 8439.0, 8473.0, 8470.0, 8466.0, 8439.0, 8464.0, 8419.0, 8462.0, 8413.0, 8443.0, 8457.0, 8422.0, 8419.0, 8402.0, 8438.0, 8418.0, 8407.0, 8436.0, 8408.0, 8440.0, 8413.0, 8439.0, 8414.0, 8447.0, 8403.0, 8452.0, 8447.0, 8450.0, 8452.0, 8454.0, 8452.0, 8451.0, 8451.0, 8422.0, 8471.0, 8442.0, 8472.0, 8469.0, 8459.0, 8472.0, 8443.0, 8453.0, 8440.0, 8462.0, 8484.0, 8457.0, 8472.0, 8456.0, 8470.0, 8450.0, 8446.0, 8447.0, 8429.0, 8447.0, 8447.0, 8434.0, 8450.0, 8445.0, 8448.0, 8421.0, 8436.0, 8434.0, 8420.0, 8451.0, 8420.0, 8455.0, 8454.0, 8423.0, 8453.0, 8422.0, 8448.0, 8460.0, 8446.0, 8446.0, 8417.0, 8450.0, 8422.0, 8456.0, 8466.0, 8437.0, 8470.0, 8457.0, 8467.0, 8436.0, 8454.0, 8437.0, 8453.0, 8467.0, 8457.0, 8456.0, 8409.0, 8432.0, 8445.0, 8427.0, 8449.0, 8422.0, 8428.0, 8409.0, 8478.0, 8466.0, 8476.0, 8464.0, 8478.0, 8449.0, 8495.0, 8450.0, 8474.0, 8461.0, 8426.0, 8470.0, 8427.0, 8441.0, 8439.0, 8480.0, 8472.0, 8493.0, 8483.0, 8495.0, 8447.0, 8498.0, 8514.0, 8479.0, 8473.0, 8426.0, 8467.0, 8420.0, 8449.0, 8450.0, 8439.0, 8455.0, 8456.0, 8456.0, 8472.0, 8432.0, 8451.0, 8444.0, 8488.0, 8475.0, 8494.0, 8451.0, 8495.0, 8491.0, 8475.0, 8474.0, 8444.0, 8454.0, 8445.0, 8447.0, 8450.0, 8444.0, 8446.0, 8420.0, 8417.0, 8433.0, 8472.0, 8459.0, 8441.0, 8472.0, 8479.0, 8440.0, 8467.0, 8464.0, 8449.0, 8450.0, 8398.0, 8442.0, 8441.0, 8428.0, 8445.0, 8444.0, 8448.0, 8406.0, 8439.0, 8430.0, 8417.0, 8446.0, 8446.0, 8467.0, 8449.0, 8450.0, 8469.0, 8454.0, 8436.0, 8449.0, 8452.0, 8421.0, 8455.0, 8476.0, 8467.0, 8498.0, 8449.0, 8473.0, 8441.0, 8410.0, 8471.0, 8406.0, 8429.0, 8461.0, 8485.0, 8485.0, 8488.0, 8500.0, 8477.0, 8474.0, 8466.0, 8445.0, 8428.0, 8409.0, 8409.0, 8436.0, 8409.0, 8423.0, 8416.0, 8399.0, 8412.0, 8393.0, 8408.0, 8378.0, 8393.0, 8395.0, 8393.0, 8397.0, 8394.0, 8405.0, 8407.0, 8389.0, 8390.0, 8389.0, 8399.0, 8360.0, 8393.0, 8433.0, 8404.0, 8403.0, 8399.0, 8417.0, 8421.0, 8400.0, 8384.0, 8396.0, 8382.0, 8413.0, 8382.0, 8414.0, 8397.0, 8396.0, 8410.0, 8399.0, 8418.0, 8390.0, 8441.0, 8426.0, 8444.0, 8446.0, 8402.0, 8445.0, 8400.0, 8446.0, 8444.0, 8432.0, 8448.0, 8417.0, 8450.0, 8462.0, 8433.0, 8450.0, 8420.0, 8450.0, 8433.0, 8452.0, 8451.0, 8438.0, 8438.0, 8441.0, 8426.0, 8449.0, 8497.0, 8464.0, 8480.0, 8479.0, 8464.0, 8476.0, 8441.0, 8470.0, 8452.0, 8440.0, 8475.0, 8443.0, 8477.0, 8472.0, 8444.0, 8458.0, 8469.0, 8481.0, 8450.0, 8483.0, 8439.0, 8484.0, 8496.0, 8453.0, 8481.0, 8423.0, 8488.0, 8454.0, 8481.0, 8475.0, 8461.0, 8461.0, 8450.0, 8479.0, 8448.0, 8466.0, 8446.0, 8462.0, 8493.0, 8461.0, 8458.0, 8443.0, 8475.0, 8455.0, 8452.0, 8464.0, 8418.0, 8450.0, 8431.0, 8445.0, 8456.0, 8442.0, 8429.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.0007143958573072497</td></tr>
<tr><td colspan=3>aqi</td><td>0.01825408492520138</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.38391275892853</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.16824386264977</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.003111836958525</td></tr>
<tr><td colspan=3>efc</td><td>0.4758</td></tr>
<tr><td colspan=3>fber</td><td>4115.7417</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08946605018772481</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.638665132336018</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5666470907379244</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5691568478374367</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7498252071663307</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3809592172100063</td></tr>
<tr><td colspan=3>gcor</td><td>0.0142209</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0009719470399431884</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022253666073083878</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.651491811254168</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>26.9939</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.7852</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.013</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300751.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>701.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>296.2427</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.939</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.149</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2947.0797</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3119.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75793.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>870.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.1658</td></tr>
<tr><td colspan=3>tsnr</td><td>38.03426911064889</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>