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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0071_ses-01_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-0071_ses-01_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-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_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-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_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-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0071/figures/sub-0071_ses-01_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_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-0071/ses-01/func/sub-0071_ses-01_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>0d43cdd7bf4fdd22e06902c02469be86</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>09:31:52.417500</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.9995, -0.0316038, 0.000476872, 0.0315852, 0.998116, -0.0525935]</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.101012</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7760, -7213, 498, -47, -169, 75, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>273.8</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3c69a878-03f8-4d82-8dd9-bec44a1fcec3||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.681586503982544, 0.08474066108465195, -0.003202686784788966, 106.5873794555664], [0.08479074388742447, 2.677873373031616, -0.14197205007076263, -84.18524932861328], [0.0012794134672731161, 0.14110440015792847, 2.696262836456299, -83.28367614746094], [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': ['093152.417500', '093152.877500', '093153.337500', '093153.797500', '093154.257500', '093154.717500', '093155.177500', '093155.637500', '093156.097500', '093156.557500', '093157.017500', '093157.477500', '093157.937500', '093158.397500', '093158.857500', '093159.317500', '093159.777500', '093200.237500', '093200.697500', '093201.157500', '093201.617500', '093202.077500', '093202.537500', '093202.997500', '093203.457500', '093203.917500', '093204.377500', '093204.837500', '093205.297500', '093205.757500', '093206.217500', '093206.677500', '093207.137500', '093207.597500', '093208.057500', '093208.517500', '093208.977500', '093209.437500', '093209.897500', '093210.357500', '093210.817500', '093211.277500', '093211.737500', '093212.197500', '093212.657500', '093213.117500', '093213.577500', '093214.037500', '093214.497500', '093214.957500', '093215.417500', '093215.877500', '093216.337500', '093216.797500', '093217.257500', '093217.717500', '093218.177500', '093218.637500', '093219.097500', '093219.557500', '093220.017500', '093220.477500', '093220.937500', '093221.397500', '093221.857500', '093222.317500', '093222.777500', '093223.237500', '093223.697500', '093224.157500', '093224.617500', '093225.077500', '093225.537500', '093225.997500', '093226.457500', '093226.917500', '093227.377500', '093227.837500', '093228.297500', '093228.757500', '093229.217500', '093229.677500', '093230.137500', '093230.597500', '093231.057500', '093231.517500', '093231.977500', '093232.437500', '093232.897500', '093233.357500', '093233.817500', '093234.277500', '093234.737500', '093235.197500', '093235.657500', '093236.117500', '093236.577500', '093237.037500', '093237.497500', '093237.957500', '093238.417500', '093238.877500', '093239.337500', '093239.797500', '093240.257500', '093240.717500', '093241.177500', '093241.637500', '093242.097500', '093242.557500', '093243.017500', '093243.477500', '093243.937500', '093244.397500', '093244.857500', '093245.317500', '093245.777500', '093246.237500', '093246.697500', '093247.157500', '093247.617500', '093248.077500', '093248.537500', '093248.997500', '093249.457500', '093249.917500', '093250.377500', '093250.837500', '093251.297500', '093251.757500', '093252.217500', '093252.677500', '093253.137500', '093253.597500', '093254.057500', '093254.517500', '093254.977500', '093255.437500', '093255.897500', '093256.357500', '093256.817500', '093257.277500', '093257.737500', '093258.197500', '093258.657500', '093259.117500', '093259.577500', '093300.037500', '093300.497500', '093300.957500', '093301.417500', '093301.877500', '093302.337500', '093302.797500', '093303.257500', '093303.717500', '093304.177500', '093304.637500', '093305.097500', '093305.557500', '093306.017500', '093306.477500', '093306.937500', '093307.397500', '093307.857500', '093308.317500', '093308.777500', '093309.237500', '093309.697500', '093310.157500', '093310.617500', '093311.077500', '093311.537500', '093311.997500', '093312.457500', '093312.917500', '093313.377500', '093313.837500', '093314.297500', '093314.757500', '093315.217500', '093315.677500', '093316.137500', '093316.597500', '093317.057500', '093317.517500', '093317.977500', '093318.437500', '093318.897500', '093319.357500', '093319.817500', '093320.277500', '093320.737500', '093321.197500', '093321.657500', '093322.117500', '093322.577500', '093323.037500', '093323.497500', '093323.957500', '093324.417500', '093324.877500', '093325.337500', '093325.797500', '093326.257500', '093326.717500', '093327.177500', '093327.637500', '093328.097500', '093328.557500', '093329.017500', '093329.477500', '093329.937500', '093330.397500', '093330.857500', '093331.317500', '093331.777500', '093332.237500', '093332.697500', '093333.157500', '093333.617500', '093334.077500', '093334.537500', '093334.997500', '093335.457500', '093335.917500', '093336.377500', '093336.837500', '093337.297500', '093337.757500', '093338.217500', '093338.677500', '093339.137500', '093339.597500', '093340.057500', '093340.517500', '093340.977500', '093341.437500', '093341.897500', '093342.357500', '093342.817500', '093343.277500', '093343.737500', '093344.197500', '093344.657500', '093345.117500', '093345.577500', '093346.037500', '093346.497500', '093346.957500', '093347.417500', '093347.877500', '093348.337500', '093348.797500', '093349.257500', '093349.717500', '093350.177500', '093350.637500', '093351.097500', '093351.557500', '093352.017500', '093352.477500', '093352.937500', '093353.397500', '093353.857500', '093354.317500', '093354.777500', '093355.237500', '093355.697500', '093356.157500', '093356.617500', '093357.077500', '093357.537500', '093357.997500', '093358.457500', '093358.917500', '093359.377500', '093359.837500', '093400.297500', '093400.757500', '093401.217500', '093401.677500', '093402.137500', '093402.597500', '093403.057500', '093403.517500', '093403.977500', '093404.437500', '093404.897500', '093405.357500', '093405.817500', '093406.277500', '093406.737500', '093407.197500', '093407.657500', '093408.117500', '093408.577500', '093409.037500', '093409.497500', '093409.957500', '093410.417500', '093410.877500', '093411.337500', '093411.797500', '093412.257500', '093412.717500', '093413.177500', '093413.637500', '093414.097500', '093414.557500', '093415.017500', '093415.477500', '093415.937500', '093416.397500', '093416.857500', '093417.317500', '093417.777500', '093418.237500', '093418.697500', '093419.157500', '093419.617500', '093420.077500', '093420.537500', '093420.997500', '093421.457500', '093421.917500', '093422.377500', '093422.837500', '093423.297500', '093423.757500', '093424.217500', '093424.677500', '093425.137500', '093425.597500', '093426.057500', '093426.517500', '093426.977500', '093427.437500', '093427.897500', '093428.357500', '093428.817500', '093429.277500', '093429.737500', '093430.197500', '093430.657500', '093431.117500', '093431.577500', '093432.037500', '093432.497500', '093432.957500', '093433.417500', '093433.877500', '093434.337500', '093434.797500', '093435.257500', '093435.717500', '093436.177500', '093436.637500', '093437.097500', '093437.557500', '093438.017500', '093438.477500', '093438.937500', '093439.397500', '093439.857500', '093440.317500', '093440.777500', '093441.237500', '093441.697500', '093442.157500', '093442.617500', '093443.077500', '093443.537500', '093443.997500', '093444.457500', '093444.917500', '093445.377500', '093445.837500', '093446.297500', '093446.757500', '093447.217500', '093447.677500', '093448.137500', '093448.597500', '093449.057500', '093449.517500', '093449.977500', '093450.437500', '093450.897500', '093451.357500', '093451.817500', '093452.277500', '093452.737500', '093453.197500', '093453.657500', '093454.117500', '093454.577500', '093455.037500', '093455.497500', '093455.957500', '093456.417500', '093456.877500', '093457.337500', '093457.797500', '093458.257500', '093458.717500', '093459.177500', '093459.637500', '093500.097500', '093500.557500', '093501.017500', '093501.477500', '093501.937500', '093502.397500', '093502.857500', '093503.317500', '093503.777500', '093504.237500', '093504.697500', '093505.157500', '093505.617500', '093506.077500', '093506.537500', '093506.997500', '093507.457500', '093507.917500', '093508.377500', '093508.837500', '093509.297500', '093509.757500', '093510.217500', '093510.677500', '093511.137500', '093511.597500', '093512.057500', '093512.517500', '093512.977500', '093513.437500', '093513.897500', '093514.357500', '093514.817500', '093515.277500', '093515.737500', '093516.197500', '093516.657500', '093517.117500', '093517.577500', '093518.037500', '093518.497500', '093518.957500', '093519.417500', '093519.877500', '093520.337500', '093520.797500', '093521.257500', '093521.717500', '093522.177500', '093522.637500', '093523.097500', '093523.557500', '093524.017500', '093524.477500', '093524.937500', '093525.397500', '093525.857500', '093526.317500', '093526.777500', '093527.237500', '093527.697500', '093528.157500', '093528.617500', '093529.077500', '093529.537500', '093529.997500', '093530.457500', '093530.917500', '093531.377500', '093531.837500', '093532.297500', '093532.757500', '093533.217500', '093533.677500', '093534.137500', '093534.597500', '093535.057500', '093535.517500', '093535.977500', '093536.437500', '093536.897500', '093537.357500', '093537.817500', '093538.277500', '093538.737500', '093539.197500', '093539.657500', '093540.117500', '093540.577500', '093541.037500', '093541.497500', '093541.957500', '093542.417500', '093542.877500', '093543.337500', '093543.797500', '093544.257500', '093544.717500', '093545.177500', '093545.637500', '093546.097500', '093546.557500', '093547.017500', '093547.477500', '093547.937500', '093548.397500', '093548.857500', '093549.317500', '093549.777500', '093550.237500', '093550.697500', '093551.157500', '093551.617500', '093552.077500', '093552.537500', '093552.997500', '093553.457500', '093553.917500', '093554.377500', '093554.837500', '093555.297500', '093555.757500', '093556.217500', '093556.677500', '093557.137500', '093557.597500', '093558.057500', '093558.517500', '093558.977500', '093559.437500', '093559.897500', '093600.357500', '093600.817500', '093601.277500', '093601.737500', '093602.197500', '093602.657500', '093603.117500', '093603.577500', '093604.037500', '093604.497500', '093604.957500', '093605.417500', '093605.877500', '093606.337500', '093606.797500', '093607.257500', '093607.717500', '093608.177500', '093608.637500', '093609.097500', '093609.557500', '093610.017500', '093610.477500', '093610.937500', '093611.397500', '093611.857500', '093612.317500', '093612.777500', '093613.237500', '093613.697500', '093614.157500', '093614.617500', '093615.077500', '093615.537500', '093615.997500', '093616.457500', '093616.917500', '093617.377500', '093617.837500', '093618.297500', '093618.757500', '093619.217500', '093619.677500', '093620.137500', '093620.597500', '093621.057500', '093621.517500', '093621.977500', '093622.437500', '093622.897500', '093623.357500', '093623.817500', '093624.277500', '093624.737500', '093625.197500', '093625.657500', '093626.117500', '093626.577500', '093627.037500', '093627.497500', '093627.957500', '093628.417500', '093628.877500', '093629.337500', '093629.797500', '093630.257500', '093630.717500', '093631.177500', '093631.637500', '093632.097500', '093632.557500', '093633.017500', '093633.477500', '093633.937500', '093634.397500', '093634.857500', '093635.317500', '093635.777500', '093636.237500', '093636.697500', '093637.157500', '093637.617500', '093638.077500', '093638.537500', '093638.997500', '093639.457500', '093639.917500', '093640.377500', '093640.837500', '093641.297500', '093641.757500', '093642.217500', '093642.677500', '093643.137500', '093643.597500', '093644.057500', '093644.517500', '093644.977500', '093645.437500', '093645.897500', '093646.357500', '093646.817500', '093647.277500', '093647.737500', '093648.197500', '093648.657500', '093649.117500', '093649.577500', '093650.037500', '093650.497500', '093650.957500', '093651.417500', '093651.877500', '093652.337500', '093652.797500', '093653.257500', '093653.717500', '093654.177500', '093654.637500', '093655.097500', '093655.557500', '093656.017500', '093656.477500', '093656.937500', '093657.397500', '093657.857500', '093658.317500', '093658.777500', '093659.237500', '093659.697500', '093700.157500', '093700.617500', '093701.077500', '093701.537500', '093701.997500', '093702.457500', '093702.917500', '093703.377500', '093703.837500', '093704.297500', '093704.757500', '093705.217500', '093705.677500', '093706.137500', '093706.597500', '093707.057500', '093707.517500', '093707.977500', '093708.437500', '093708.897500', '093709.357500', '093709.817500', '093710.277500', '093710.737500', '093711.197500', '093711.657500', '093712.117500', '093712.577500', '093713.037500', '093713.497500', '093713.957500', '093714.417500', '093714.877500', '093715.337500', '093715.797500', '093716.257500', '093716.717500', '093717.177500', '093717.637500', '093718.097500', '093718.557500', '093719.017500', '093719.477500', '093719.937500', '093720.397500', '093720.857500', '093721.317500', '093721.777500', '093722.237500', '093722.697500', '093723.157500', '093723.617500', '093724.077500', '093724.537500', '093724.997500', '093725.457500', '093725.917500', '093726.377500', '093726.837500', '093727.297500', '093727.757500', '093728.217500', '093728.677500', '093729.137500', '093729.597500', '093730.057500', '093730.517500', '093730.977500', '093731.437500', '093731.897500', '093732.357500', '093732.817500', '093733.277500', '093733.737500', '093734.197500', '093734.657500', '093735.117500', '093735.577500', '093736.037500', '093736.497500', '093736.957500', '093737.417500', '093737.877500', '093738.337500', '093738.797500', '093739.257500', '093739.717500', '093740.177500', '093740.637500', '093741.097500', '093741.557500', '093742.017500', '093742.477500', '093742.937500', '093743.397500', '093743.857500', '093744.317500', '093744.777500', '093745.237500', '093745.697500', '093746.157500', '093746.617500', '093747.077500', '093747.537500', '093747.997500', '093748.457500', '093748.917500', '093749.377500', '093749.837500', '093750.297500', '093750.757500', '093751.217500', '093751.677500', '093752.137500', '093752.597500', '093753.057500', '093753.517500', '093753.977500', '093754.437500', '093754.897500', '093755.357500', '093755.817500', '093756.277500', '093756.737500', '093757.197500', '093757.657500', '093758.117500', '093758.577500', '093759.037500', '093759.497500', '093759.957500', '093800.417500', '093800.877500', '093801.337500', '093801.797500', '093802.257500', '093802.717500', '093803.177500', '093803.637500', '093804.097500', '093804.557500', '093805.017500', '093805.477500', '093805.937500', '093806.397500', '093806.857500', '093807.317500', '093807.777500', '093808.237500', '093808.697500', '093809.157500', '093809.617500', '093810.077500', '093810.537500', '093810.997500', '093811.457500', '093811.917500', '093812.377500', '093812.837500', '093813.297500', '093813.757500', '093814.217500', '093814.677500', '093815.137500', '093815.597500', '093816.057500', '093816.517500', '093816.977500', '093817.437500', '093817.897500', '093818.357500', '093818.817500', '093819.277500', '093819.737500', '093820.197500', '093820.657500', '093821.117500', '093821.577500', '093822.037500', '093822.497500', '093822.957500', '093823.417500', '093823.877500', '093824.337500', '093824.797500', '093825.257500', '093825.717500', '093826.177500', '093826.637500', '093827.097500', '093827.557500', '093828.017500', '093828.477500', '093828.937500', '093829.397500', '093829.857500', '093830.317500', '093830.777500', '093831.237500', '093831.697500', '093832.157500', '093832.617500', '093833.077500'], 'ContentTime': ['093213.592000', '093213.595000', '093213.598000', '093213.601000', '093213.603000', '093213.606000', '093213.608000', '093213.611000', '093213.613000', '093213.616000', '093213.618000', '093213.621000', '093213.624000', '093213.626000', '093213.638000', '093213.640000', '093213.643000', '093213.645000', '093213.648000', '093213.651000', '093213.653000', '093213.656000', '093213.658000', '093213.661000', '093213.663000', '093213.666000', '093213.668000', '093213.671000', '093213.673000', '093213.676000', '093213.679000', '093213.681000', '093213.684000', '093213.686000', '093213.689000', '093213.691000', '093213.694000', '093213.697000', '093213.699000', '093213.702000', '093213.704000', '093213.712000', '093233.561000', '093233.564000', '093233.566000', '093233.569000', '093233.571000', '093233.574000', '093233.576000', '093233.579000', '093233.581000', '093233.584000', '093233.586000', '093233.589000', '093233.592000', '093233.594000', '093233.597000', '093233.599000', '093233.602000', '093233.604000', '093233.607000', '093233.609000', '093233.612000', '093233.615000', '093233.617000', '093233.620000', '093233.622000', '093233.633000', '093233.635000', '093233.638000', '093233.641000', '093233.643000', '093233.646000', '093233.648000', '093233.651000', '093233.653000', '093233.656000', '093233.658000', '093233.661000', '093233.663000', '093233.666000', '093233.668000', '093233.671000', '093233.674000', '093233.676000', '093233.679000', '093253.561000', '093253.563000', '093253.566000', '093253.569000', '093253.571000', '093253.574000', '093253.576000', '093253.579000', '093253.581000', '093253.584000', '093253.586000', '093253.589000', '093253.592000', '093253.594000', '093253.597000', '093253.599000', '093253.602000', '093253.604000', '093253.607000', '093253.610000', '093253.612000', '093253.615000', '093253.617000', '093253.620000', '093253.623000', '093253.626000', '093253.629000', '093253.632000', '093253.634000', '093253.637000', '093253.639000', '093253.642000', '093253.644000', '093253.647000', '093253.650000', '093253.653000', '093253.655000', '093253.658000', '093253.660000', '093253.663000', '093253.673000', '093253.676000', '093253.678000', '093313.560000', '093313.563000', '093313.566000', '093313.568000', '093313.571000', '093313.574000', '093313.576000', '093313.579000', '093313.581000', '093313.584000', '093313.586000', '093313.589000', '093313.591000', '093313.594000', '093313.597000', '093313.599000', '093313.602000', '093313.605000', '093313.607000', '093313.610000', '093313.612000', '093313.615000', '093313.618000', '093313.621000', '093313.623000', '093313.626000', '093313.629000', '093313.631000', '093313.634000', '093313.636000', '093313.639000', '093313.641000', '093313.644000', '093313.646000', '093313.649000', '093313.652000', '093313.654000', '093313.657000', '093313.659000', '093313.662000', '093313.664000', '093313.667000', '093313.670000', '093313.672000', '093333.560000', '093333.563000', '093333.566000', '093333.568000', '093333.571000', '093333.573000', '093333.576000', '093333.579000', '093333.581000', '093333.584000', '093333.586000', '093333.589000', '093333.591000', '093333.594000', '093333.597000', '093333.599000', '093333.602000', '093333.605000', '093333.607000', '093333.610000', '093333.612000', '093333.615000', '093333.618000', '093333.620000', '093333.623000', '093333.625000', '093333.628000', '093333.631000', '093333.633000', '093333.636000', '093333.638000', '093333.641000', '093333.643000', '093333.646000', '093333.648000', '093333.651000', '093333.654000', '093333.656000', '093333.659000', '093333.661000', '093333.664000', '093333.667000', '093333.669000', '093353.560000', '093353.563000', '093353.566000', '093353.568000', '093353.571000', '093353.574000', '093353.576000', '093353.579000', '093353.581000', '093353.584000', '093353.587000', '093353.589000', '093353.592000', '093353.594000', '093353.597000', '093353.600000', '093353.602000', '093353.605000', '093353.607000', '093353.610000', '093353.612000', '093353.615000', '093353.617000', '093353.620000', '093353.623000', '093353.625000', '093353.628000', '093353.630000', '093353.633000', '093353.636000', '093353.638000', '093353.641000', '093353.643000', '093353.646000', '093353.648000', '093353.651000', '093353.653000', '093353.656000', '093353.659000', '093353.661000', '093353.664000', '093353.666000', '093353.669000', '093353.671000', '093413.560000', '093413.563000', '093413.566000', '093413.568000', '093413.571000', '093413.574000', '093413.576000', '093413.579000', '093413.594000', '093413.597000', '093413.599000', '093413.602000', '093413.604000', '093413.607000', '093413.610000', '093413.612000', '093413.616000', '093413.619000', '093413.621000', '093413.624000', '093413.627000', '093413.629000', '093413.632000', '093413.635000', '093413.637000', '093413.640000', '093413.642000', '093413.645000', '093413.647000', '093413.650000', '093413.652000', '093413.655000', '093413.658000', '093413.660000', '093413.663000', '093413.665000', '093413.668000', '093413.670000', '093413.673000', '093413.676000', '093413.678000', '093413.681000', '093413.683000', '093433.560000', '093433.562000', '093433.565000', '093433.567000', '093433.570000', '093433.573000', '093433.575000', '093433.578000', '093433.580000', '093433.583000', '093433.586000', '093433.588000', '093433.591000', '093433.593000', '093433.596000', '093433.598000', '093433.601000', '093433.604000', '093433.606000', '093433.609000', '093433.611000', '093433.614000', '093433.616000', '093433.619000', '093433.622000', '093433.624000', '093433.627000', '093433.629000', '093433.632000', '093433.635000', '093433.637000', '093433.640000', '093433.642000', '093433.645000', '093433.647000', '093433.650000', '093433.653000', '093433.655000', '093433.658000', '093433.660000', '093433.663000', '093433.666000', '093433.668000', '093433.671000', '093453.561000', '093453.563000', '093453.566000', '093453.569000', '093453.571000', '093453.574000', '093453.576000', '093453.579000', '093453.582000', '093453.584000', '093453.587000', '093453.589000', '093453.592000', '093453.594000', '093453.597000', '093453.600000', '093453.602000', '093453.605000', '093453.607000', '093453.610000', '093453.613000', '093453.615000', '093453.618000', '093453.621000', '093453.623000', '093453.626000', '093453.628000', '093453.631000', '093453.633000', '093453.636000', '093453.639000', '093453.641000', '093453.644000', '093453.646000', '093453.649000', '093453.653000', '093453.655000', '093453.658000', '093453.661000', '093453.663000', '093453.666000', '093453.668000', '093453.671000', '093513.561000', '093513.563000', '093513.566000', '093513.569000', '093513.571000', '093513.574000', '093513.576000', '093513.579000', '093513.582000', '093513.584000', '093513.587000', '093513.589000', '093513.592000', '093513.595000', '093513.597000', '093513.600000', '093513.602000', '093513.605000', '093513.608000', '093513.610000', '093513.613000', '093513.615000', '093513.618000', '093513.620000', '093513.623000', '093513.626000', '093513.628000', '093513.631000', '093513.633000', '093513.636000', '093513.639000', '093513.641000', '093513.644000', '093513.646000', '093513.649000', '093513.652000', '093513.654000', '093513.657000', '093513.659000', '093513.662000', '093513.664000', '093513.667000', '093513.670000', '093513.672000', '093533.560000', '093533.563000', '093533.566000', '093533.568000', '093533.571000', '093533.574000', '093533.576000', '093533.579000', '093533.581000', '093533.584000', '093533.586000', '093533.589000', '093533.592000', '093533.594000', '093533.597000', '093533.600000', '093533.602000', '093533.605000', '093533.607000', '093533.622000', '093533.625000', '093533.627000', '093533.630000', '093533.633000', '093533.635000', '093533.638000', '093533.640000', '093533.643000', '093533.645000', '093533.648000', '093533.650000', '093533.653000', '093533.655000', '093533.658000', '093533.661000', '093533.663000', '093533.666000', '093533.668000', '093533.671000', '093533.674000', '093533.676000', '093533.679000', '093533.681000', '093553.561000', '093553.564000', '093553.566000', '093553.569000', '093553.571000', '093553.574000', '093553.577000', '093553.579000', '093553.582000', '093553.584000', '093553.587000', '093553.589000', '093553.592000', '093553.595000', '093553.597000', '093553.600000', '093553.603000', '093553.605000', '093553.608000', '093553.610000', '093553.613000', '093553.615000', '093553.618000', '093553.621000', '093553.623000', '093553.626000', '093553.628000', '093553.631000', '093553.634000', '093553.636000', '093553.639000', '093553.642000', '093553.644000', '093553.647000', '093553.650000', '093553.652000', '093553.655000', '093553.657000', '093553.660000', '093553.662000', '093553.665000', '093553.667000', '093553.670000', '093553.673000', '093613.561000', '093613.564000', '093613.566000', '093613.569000', '093613.571000', '093613.574000', '093613.577000', '093613.579000', '093613.582000', '093613.584000', '093613.587000', '093613.590000', '093613.592000', '093613.595000', '093613.597000', '093613.600000', '093613.603000', '093613.605000', '093613.608000', '093613.610000', '093613.613000', '093613.616000', '093613.618000', '093613.621000', '093613.623000', '093613.626000', '093613.628000', '093613.631000', '093613.633000', '093613.636000', '093613.639000', '093613.641000', '093613.644000', '093613.646000', '093613.649000', '093613.652000', '093613.654000', '093613.657000', '093613.659000', '093613.662000', '093613.664000', '093613.667000', '093613.669000', '093633.560000', '093633.563000', '093633.566000', '093633.568000', '093633.571000', '093633.574000', '093633.576000', '093633.579000', '093633.582000', '093633.585000', '093633.587000', '093633.590000', '093633.592000', '093633.595000', '093633.597000', '093633.600000', '093633.603000', '093633.605000', '093633.608000', '093633.611000', '093633.613000', '093633.616000', '093633.618000', '093633.621000', '093633.623000', '093633.626000', '093633.629000', '093633.631000', '093633.634000', '093633.636000', '093633.639000', '093633.641000', '093633.644000', '093633.647000', '093633.649000', '093633.652000', '093633.654000', '093633.657000', '093633.659000', '093633.662000', '093633.664000', '093633.667000', '093633.670000', '093633.672000', '093653.559000', '093653.562000', '093653.565000', '093653.568000', '093653.570000', '093653.573000', '093653.575000', '093653.578000', '093653.581000', '093653.583000', '093653.586000', '093653.588000', '093653.591000', '093653.593000', '093653.596000', '093653.599000', '093653.601000', '093653.604000', '093653.606000', '093653.609000', '093653.611000', '093653.614000', '093653.617000', '093653.619000', '093653.622000', '093653.624000', '093653.627000', '093653.629000', '093653.632000', '093653.635000', '093653.637000', '093653.640000', '093653.643000', '093653.645000', '093653.648000', '093653.650000', '093653.653000', '093653.655000', '093653.658000', '093653.660000', '093653.663000', '093653.666000', '093653.668000', '093713.561000', '093713.563000', '093713.566000', '093713.569000', '093713.571000', '093713.574000', '093713.576000', '093713.579000', '093713.581000', '093713.584000', '093713.587000', '093713.589000', '093713.592000', '093713.594000', '093713.597000', '093713.600000', '093713.602000', '093713.605000', '093713.607000', '093713.610000', '093713.612000', '093713.615000', '093713.618000', '093713.620000', '093713.623000', '093713.626000', '093713.628000', '093713.631000', '093713.633000', '093713.636000', '093713.639000', '093713.641000', '093713.644000', '093713.646000', '093713.649000', '093713.652000', '093713.654000', '093713.657000', '093713.659000', '093713.662000', '093713.664000', '093713.667000', '093713.669000', '093713.672000', '093733.561000', '093733.564000', '093733.566000', '093733.569000', '093733.571000', '093733.574000', '093733.576000', '093733.579000', '093733.582000', '093733.584000', '093733.587000', '093733.589000', '093733.592000', '093733.594000', '093733.597000', '093733.600000', '093733.602000', '093733.605000', '093733.608000', '093733.610000', '093733.613000', '093733.615000', '093733.618000', '093733.620000', '093733.623000', '093733.626000', '093733.628000', '093733.631000', '093733.633000', '093733.636000', '093733.639000', '093733.641000', '093733.644000', '093733.646000', '093733.649000', '093733.652000', '093733.654000', '093733.657000', '093733.659000', '093733.662000', '093733.664000', '093733.667000', '093733.670000', '093753.561000', '093753.563000', '093753.567000', '093753.569000', '093753.575000', '093753.577000', '093753.580000', '093753.583000', '093753.585000', '093753.588000', '093753.590000', '093753.593000', '093753.597000', '093753.600000', '093753.603000', '093753.606000', '093753.608000', '093753.611000', '093753.613000', '093753.616000', '093753.618000', '093753.621000', '093753.623000', '093753.626000', '093753.629000', '093753.631000', '093753.634000', '093753.637000', '093753.639000', '093753.642000', '093753.645000', '093753.647000', '093753.650000', '093753.652000', '093753.655000', '093753.657000', '093753.660000', '093753.662000', '093753.665000', '093753.668000', '093753.670000', '093753.673000', '093753.675000', '093753.678000', '093813.560000', '093813.563000', '093813.566000', '093813.568000', '093813.571000', '093813.574000', '093813.576000', '093813.579000', '093813.581000', '093813.584000', '093813.586000', '093813.589000', '093813.591000', '093813.594000', '093813.597000', '093813.600000', '093813.602000', '093813.605000', '093813.607000', '093813.610000', '093813.612000', '093813.615000', '093813.617000', '093813.620000', '093813.623000', '093813.625000', '093813.628000', '093813.630000', '093813.633000', '093813.635000', '093813.638000', '093813.641000', '093813.643000', '093813.646000', '093813.648000', '093813.651000', '093813.653000', '093813.656000', '093813.658000', '093813.661000', '093813.664000', '093813.666000', '093813.669000', '093833.560000', '093833.563000', '093833.566000', '093833.568000', '093833.571000', '093833.574000', '093833.576000', '093833.579000', '093833.581000', '093833.584000', '093833.586000', '093833.589000', '093833.592000', '093833.594000', '093833.597000', '093833.599000', '093833.602000', '093833.605000', '093833.607000', '093833.610000', '093833.612000', '093833.615000', '093833.617000', '093833.620000', '093833.622000', '093833.625000', '093833.628000', '093833.630000', '093833.633000', '093833.636000', '093833.638000', '093833.641000', '093833.643000', '093833.646000', '093833.648000', '093833.651000', '093833.653000', '093833.656000', '093833.659000', '093833.661000', '093833.664000', '093833.666000', '093833.669000', '093833.671000', '093834.947000', '093834.950000', '093834.953000'], 'InstanceCreationTime': ['093213.592000', '093213.595000', '093213.598000', '093213.601000', '093213.603000', '093213.606000', '093213.608000', '093213.611000', '093213.613000', '093213.616000', '093213.618000', '093213.621000', '093213.624000', '093213.626000', '093213.638000', '093213.640000', '093213.643000', '093213.645000', '093213.648000', '093213.651000', '093213.653000', '093213.656000', '093213.658000', '093213.661000', '093213.663000', '093213.666000', '093213.668000', '093213.671000', '093213.673000', '093213.676000', '093213.679000', '093213.681000', '093213.684000', '093213.686000', '093213.689000', '093213.691000', '093213.694000', '093213.697000', '093213.699000', '093213.702000', '093213.704000', '093213.712000', '093233.561000', '093233.564000', '093233.566000', '093233.569000', '093233.571000', '093233.574000', '093233.576000', '093233.579000', '093233.581000', '093233.584000', '093233.586000', '093233.589000', '093233.592000', '093233.594000', '093233.597000', '093233.599000', '093233.602000', '093233.604000', '093233.607000', '093233.609000', '093233.612000', '093233.615000', '093233.617000', '093233.620000', '093233.622000', '093233.633000', '093233.635000', '093233.638000', '093233.641000', '093233.643000', '093233.646000', '093233.648000', '093233.651000', '093233.653000', '093233.656000', '093233.658000', '093233.661000', '093233.663000', '093233.666000', '093233.668000', '093233.671000', '093233.674000', '093233.676000', '093233.679000', '093253.561000', '093253.563000', '093253.566000', '093253.569000', '093253.571000', '093253.574000', '093253.576000', '093253.579000', '093253.581000', '093253.584000', '093253.586000', '093253.589000', '093253.592000', '093253.594000', '093253.597000', '093253.599000', '093253.602000', '093253.604000', '093253.607000', '093253.610000', '093253.612000', '093253.615000', '093253.617000', '093253.620000', '093253.623000', '093253.626000', '093253.629000', '093253.632000', '093253.634000', '093253.637000', '093253.639000', '093253.642000', '093253.644000', '093253.647000', '093253.650000', '093253.653000', '093253.655000', '093253.658000', '093253.660000', '093253.663000', '093253.673000', '093253.676000', '093253.678000', '093313.560000', '093313.563000', '093313.566000', '093313.568000', '093313.571000', '093313.574000', '093313.576000', '093313.579000', '093313.581000', '093313.584000', '093313.586000', '093313.589000', '093313.591000', '093313.594000', '093313.597000', '093313.599000', '093313.602000', '093313.605000', '093313.607000', '093313.610000', '093313.612000', '093313.615000', '093313.618000', '093313.621000', '093313.623000', '093313.626000', '093313.629000', '093313.631000', '093313.634000', '093313.636000', '093313.639000', '093313.641000', '093313.644000', '093313.646000', '093313.649000', '093313.652000', '093313.654000', '093313.657000', '093313.659000', '093313.662000', '093313.664000', '093313.667000', '093313.670000', '093313.672000', '093333.560000', '093333.563000', '093333.566000', '093333.568000', '093333.571000', '093333.573000', '093333.576000', '093333.579000', '093333.581000', '093333.584000', '093333.586000', '093333.589000', '093333.591000', '093333.594000', '093333.597000', '093333.599000', '093333.602000', '093333.605000', '093333.607000', '093333.610000', '093333.612000', '093333.615000', '093333.618000', '093333.620000', '093333.623000', '093333.625000', '093333.628000', '093333.631000', '093333.633000', '093333.636000', '093333.638000', '093333.641000', '093333.643000', '093333.646000', '093333.648000', '093333.651000', '093333.654000', '093333.656000', '093333.659000', '093333.661000', '093333.664000', '093333.667000', '093333.669000', '093353.560000', '093353.563000', '093353.566000', '093353.568000', '093353.571000', '093353.574000', '093353.576000', '093353.579000', '093353.581000', '093353.584000', '093353.587000', '093353.589000', '093353.592000', '093353.594000', '093353.597000', '093353.600000', '093353.602000', '093353.605000', '093353.607000', '093353.610000', '093353.612000', '093353.615000', '093353.617000', '093353.620000', '093353.623000', '093353.625000', '093353.628000', '093353.630000', '093353.633000', '093353.636000', '093353.638000', '093353.641000', '093353.643000', '093353.646000', '093353.648000', '093353.651000', '093353.653000', '093353.656000', '093353.659000', '093353.661000', '093353.664000', '093353.666000', '093353.669000', '093353.671000', '093413.560000', '093413.563000', '093413.566000', '093413.568000', '093413.571000', '093413.574000', '093413.576000', '093413.579000', '093413.594000', '093413.597000', '093413.599000', '093413.602000', '093413.604000', '093413.607000', '093413.610000', '093413.612000', '093413.616000', '093413.619000', '093413.621000', '093413.624000', '093413.627000', '093413.629000', '093413.632000', '093413.635000', '093413.637000', '093413.640000', '093413.642000', '093413.645000', '093413.647000', '093413.650000', '093413.652000', '093413.655000', '093413.658000', '093413.660000', '093413.663000', '093413.665000', '093413.668000', '093413.670000', '093413.673000', '093413.676000', '093413.678000', '093413.681000', '093413.683000', '093433.560000', '093433.562000', '093433.565000', '093433.567000', '093433.570000', '093433.573000', '093433.575000', '093433.578000', '093433.580000', '093433.583000', '093433.586000', '093433.588000', '093433.591000', '093433.593000', '093433.596000', '093433.598000', '093433.601000', '093433.604000', '093433.606000', '093433.609000', '093433.611000', '093433.614000', '093433.616000', '093433.619000', '093433.622000', '093433.624000', '093433.627000', '093433.629000', '093433.632000', '093433.635000', '093433.637000', '093433.640000', '093433.642000', '093433.645000', '093433.647000', '093433.650000', '093433.653000', '093433.655000', '093433.658000', '093433.660000', '093433.663000', '093433.666000', '093433.668000', '093433.671000', '093453.561000', '093453.563000', '093453.566000', '093453.569000', '093453.571000', '093453.574000', '093453.576000', '093453.579000', '093453.582000', '093453.584000', '093453.587000', '093453.589000', '093453.592000', '093453.594000', '093453.597000', '093453.600000', '093453.602000', '093453.605000', '093453.607000', '093453.610000', '093453.613000', '093453.615000', '093453.618000', '093453.621000', '093453.623000', '093453.626000', '093453.628000', '093453.631000', '093453.633000', '093453.636000', '093453.639000', '093453.641000', '093453.644000', '093453.646000', '093453.649000', '093453.653000', '093453.655000', '093453.658000', '093453.661000', '093453.663000', '093453.666000', '093453.668000', '093453.671000', '093513.561000', '093513.563000', '093513.566000', '093513.569000', '093513.571000', '093513.574000', '093513.576000', '093513.579000', '093513.582000', '093513.584000', '093513.587000', '093513.589000', '093513.592000', '093513.595000', '093513.597000', '093513.600000', '093513.602000', '093513.605000', '093513.608000', '093513.610000', '093513.613000', '093513.615000', '093513.618000', '093513.620000', '093513.623000', '093513.626000', '093513.628000', '093513.631000', '093513.633000', '093513.636000', '093513.639000', '093513.641000', '093513.644000', '093513.646000', '093513.649000', '093513.652000', '093513.654000', '093513.657000', '093513.659000', '093513.662000', '093513.664000', '093513.667000', '093513.670000', '093513.672000', '093533.560000', '093533.563000', '093533.566000', '093533.568000', '093533.571000', '093533.574000', '093533.576000', '093533.579000', '093533.581000', '093533.584000', '093533.586000', '093533.589000', '093533.592000', '093533.594000', '093533.597000', '093533.600000', '093533.602000', '093533.605000', '093533.607000', '093533.622000', '093533.625000', '093533.627000', '093533.630000', '093533.633000', '093533.635000', '093533.638000', '093533.640000', '093533.643000', '093533.645000', '093533.648000', '093533.650000', '093533.653000', '093533.655000', '093533.658000', '093533.661000', '093533.663000', '093533.666000', '093533.668000', '093533.671000', '093533.674000', '093533.676000', '093533.679000', '093533.681000', '093553.561000', '093553.564000', '093553.566000', '093553.569000', '093553.571000', '093553.574000', '093553.577000', '093553.579000', '093553.582000', '093553.584000', '093553.587000', '093553.589000', '093553.592000', '093553.595000', '093553.597000', '093553.600000', '093553.603000', '093553.605000', '093553.608000', '093553.610000', '093553.613000', '093553.615000', '093553.618000', '093553.621000', '093553.623000', '093553.626000', '093553.628000', '093553.631000', '093553.634000', '093553.636000', '093553.639000', '093553.642000', '093553.644000', '093553.647000', '093553.650000', '093553.652000', '093553.655000', '093553.657000', '093553.660000', '093553.662000', '093553.665000', '093553.667000', '093553.670000', '093553.673000', '093613.561000', '093613.564000', '093613.566000', '093613.569000', '093613.571000', '093613.574000', '093613.577000', '093613.579000', '093613.582000', '093613.584000', '093613.587000', '093613.590000', '093613.592000', '093613.595000', '093613.597000', '093613.600000', '093613.603000', '093613.605000', '093613.608000', '093613.610000', '093613.613000', '093613.616000', '093613.618000', '093613.621000', '093613.623000', '093613.626000', '093613.628000', '093613.631000', '093613.633000', '093613.636000', '093613.639000', '093613.641000', '093613.644000', '093613.646000', '093613.649000', '093613.652000', '093613.654000', '093613.657000', '093613.659000', '093613.662000', '093613.664000', '093613.667000', '093613.669000', '093633.560000', '093633.563000', '093633.566000', '093633.568000', '093633.571000', '093633.574000', '093633.576000', '093633.579000', '093633.582000', '093633.585000', '093633.587000', '093633.590000', '093633.592000', '093633.595000', '093633.597000', '093633.600000', '093633.603000', '093633.605000', '093633.608000', '093633.611000', '093633.613000', '093633.616000', '093633.618000', '093633.621000', '093633.623000', '093633.626000', '093633.629000', '093633.631000', '093633.634000', '093633.636000', '093633.639000', '093633.641000', '093633.644000', '093633.647000', '093633.649000', '093633.652000', '093633.654000', '093633.657000', '093633.659000', '093633.662000', '093633.664000', '093633.667000', '093633.670000', '093633.672000', '093653.559000', '093653.562000', '093653.565000', '093653.568000', '093653.570000', '093653.573000', '093653.575000', '093653.578000', '093653.581000', '093653.583000', '093653.586000', '093653.588000', '093653.591000', '093653.593000', '093653.596000', '093653.599000', '093653.601000', '093653.604000', '093653.606000', '093653.609000', '093653.611000', '093653.614000', '093653.617000', '093653.619000', '093653.622000', '093653.624000', '093653.627000', '093653.629000', '093653.632000', '093653.635000', '093653.637000', '093653.640000', '093653.643000', '093653.645000', '093653.648000', '093653.650000', '093653.653000', '093653.655000', '093653.658000', '093653.660000', '093653.663000', '093653.666000', '093653.668000', '093713.561000', '093713.563000', '093713.566000', '093713.569000', '093713.571000', '093713.574000', '093713.576000', '093713.579000', '093713.581000', '093713.584000', '093713.587000', '093713.589000', '093713.592000', '093713.594000', '093713.597000', '093713.600000', '093713.602000', '093713.605000', '093713.607000', '093713.610000', '093713.612000', '093713.615000', '093713.618000', '093713.620000', '093713.623000', '093713.626000', '093713.628000', '093713.631000', '093713.633000', '093713.636000', '093713.639000', '093713.641000', '093713.644000', '093713.646000', '093713.649000', '093713.652000', '093713.654000', '093713.657000', '093713.659000', '093713.662000', '093713.664000', '093713.667000', '093713.669000', '093713.672000', '093733.561000', '093733.564000', '093733.566000', '093733.569000', '093733.571000', '093733.574000', '093733.576000', '093733.579000', '093733.582000', '093733.584000', '093733.587000', '093733.589000', '093733.592000', '093733.594000', '093733.597000', '093733.600000', '093733.602000', '093733.605000', '093733.608000', '093733.610000', '093733.613000', '093733.615000', '093733.618000', '093733.620000', '093733.623000', '093733.626000', '093733.628000', '093733.631000', '093733.633000', '093733.636000', '093733.639000', '093733.641000', '093733.644000', '093733.646000', '093733.649000', '093733.652000', '093733.654000', '093733.657000', '093733.659000', '093733.662000', '093733.664000', '093733.667000', '093733.670000', '093753.561000', '093753.563000', '093753.567000', '093753.569000', '093753.575000', '093753.577000', '093753.580000', '093753.583000', '093753.585000', '093753.588000', '093753.590000', '093753.593000', '093753.597000', '093753.600000', '093753.603000', '093753.606000', '093753.608000', '093753.611000', '093753.613000', '093753.616000', '093753.618000', '093753.621000', '093753.623000', '093753.626000', '093753.629000', '093753.631000', '093753.634000', '093753.637000', '093753.639000', '093753.642000', '093753.645000', '093753.647000', '093753.650000', '093753.652000', '093753.655000', '093753.657000', '093753.660000', '093753.662000', '093753.665000', '093753.668000', '093753.670000', '093753.673000', '093753.675000', '093753.678000', '093813.560000', '093813.563000', '093813.566000', '093813.568000', '093813.571000', '093813.574000', '093813.576000', '093813.579000', '093813.581000', '093813.584000', '093813.586000', '093813.589000', '093813.591000', '093813.594000', '093813.597000', '093813.600000', '093813.602000', '093813.605000', '093813.607000', '093813.610000', '093813.612000', '093813.615000', '093813.617000', '093813.620000', '093813.623000', '093813.625000', '093813.628000', '093813.630000', '093813.633000', '093813.635000', '093813.638000', '093813.641000', '093813.643000', '093813.646000', '093813.648000', '093813.651000', '093813.653000', '093813.656000', '093813.658000', '093813.661000', '093813.664000', '093813.666000', '093813.669000', '093833.560000', '093833.563000', '093833.566000', '093833.568000', '093833.571000', '093833.574000', '093833.576000', '093833.579000', '093833.581000', '093833.584000', '093833.586000', '093833.589000', '093833.592000', '093833.594000', '093833.597000', '093833.599000', '093833.602000', '093833.605000', '093833.607000', '093833.610000', '093833.612000', '093833.615000', '093833.617000', '093833.620000', '093833.622000', '093833.625000', '093833.628000', '093833.630000', '093833.633000', '093833.636000', '093833.638000', '093833.641000', '093833.643000', '093833.646000', '093833.648000', '093833.651000', '093833.653000', '093833.656000', '093833.659000', '093833.661000', '093833.664000', '093833.666000', '093833.669000', '093833.671000', '093834.947000', '093834.950000', '093834.953000'], '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': [13239, 10686, 11005, 12754, 10834, 11020, 12459, 11960, 10864, 12416, 11337, 10338, 9726, 11230, 10257, 11200, 11137, 9656, 11143, 11256, 11024, 10788, 11147, 11296, 10695, 10288, 11597, 10664, 10513, 11890, 10864, 10396, 11416, 10085, 10127, 11834, 10027, 10286, 11940, 10831, 10563, 10343, 10776, 10349, 10432, 10814, 10735, 9282, 9720, 10279, 9044, 10965, 10791, 10615, 11140, 10905, 10626, 10653, 10218, 10769, 10293, 10434, 10945, 11121, 10566, 10848, 10740, 10254, 10743, 11172, 10669, 11052, 11446, 10643, 10088, 10766, 10221, 10578, 11350, 10287, 11577, 11225, 10631, 11228, 11019, 11124, 11098, 9746, 11100, 10329, 13063, 10876, 9980, 13586, 11018, 10200, 10674, 10571, 10974, 10818, 10419, 12919, 10831, 9829, 10917, 10549, 9242, 9880, 10818, 10067, 10907, 10075, 11651, 10762, 9767, 10768, 10941, 9483, 10864, 10720, 9727, 10382, 10692, 10870, 10724, 10478, 10602, 10840, 9882, 11502, 11128, 9903, 13160, 11453, 10042, 11433, 10973, 10599, 11213, 9331, 12848, 10719, 10372, 10499, 9584, 10555, 10466, 9417, 12114, 10535, 8936, 12967, 9936, 9584, 11256, 10493, 9060, 10711, 9667, 9922, 10177, 9396, 11829, 9663, 9158, 12057, 10685, 9140, 12726, 10230, 10193, 9683, 9193, 9272, 10561, 9473, 10728, 9995, 9202, 11108, 8878, 8906, 11718, 10226, 9379, 11364, 10189, 8670, 11595, 9731, 9330, 10011, 9895, 9230, 11514, 9098, 10611, 9744, 9454, 10272, 11553, 9620, 10111, 10208, 8783, 10628, 9468, 9076, 12097, 10413, 9493, 12942, 8702, 11068, 9305, 8501, 12755, 9549, 8974, 13637, 8698, 10488, 13511, 9296, 10821, 13760, 9623, 11679, 11317, 9111, 11323, 8711, 8824, 12188, 8473, 9616, 13242, 8894, 11068, 13004, 8112, 10535, 13034, 8183, 10785, 8269, 8190, 10442, 9233, 8139, 11275, 8012, 8441, 12230, 8028, 9187, 12377, 7880, 8897, 12299, 7462, 10103, 12861, 8026, 9872, 12433, 7451, 9864, 11694, 7868, 9482, 11845, 7869, 9428, 11765, 7752, 9986, 8016, 8168, 9409, 8167, 7968, 10211, 8083, 8515, 11826, 8658, 8659, 11141, 8305, 9224, 11838, 8205, 8883, 12104, 8130, 9862, 12247, 8890, 10318, 12240, 8763, 10729, 9389, 8941, 11450, 8353, 9716, 13605, 9290, 11622, 13326, 10449, 11847, 9594, 8719, 11641, 9597, 9439, 12551, 8384, 9512, 13060, 8602, 10877, 13022, 9065, 11194, 8622, 8704, 12026, 8398, 9270, 12759, 8135, 10897, 12761, 8494, 10719, 12669, 7887, 9396, 12307, 7683, 8949, 12041, 7364, 8912, 11886, 7742, 8693, 11330, 7121, 9749, 11921, 7999, 9594, 11517, 8063, 10235, 11722, 8573, 10338, 11989, 8190, 9789, 11500, 8126, 10170, 11479, 8611, 10315, 12219, 8048, 9996, 11934, 8406, 10493, 11436, 7878, 9344, 11803, 7648, 10124, 7322, 9055, 11008, 7691, 9454, 12703, 8735, 11029, 11827, 8855, 11036, 12017, 8875, 11388, 13337, 8856, 11058, 9220, 8703, 10419, 8742, 8542, 10895, 7549, 9625, 12044, 7736, 10503, 12868, 8094, 11308, 13512, 8983, 11283, 12314, 8819, 11077, 12322, 8777, 10782, 12627, 8376, 10934, 11919, 8315, 10720, 8681, 8479, 10371, 6932, 9497, 11801, 6965, 9105, 11808, 7741, 9526, 12191, 7464, 9419, 11493, 7580, 9129, 10980, 6970, 9065, 11062, 7184, 8871, 10762, 7169, 9849, 11448, 8361, 10239, 12389, 8340, 11129, 13274, 8708, 11177, 8830, 8548, 10634, 12307, 9020, 11145, 7318, 9194, 11824, 7465, 9548, 12362, 7840, 9925, 12500, 7577, 10497, 12627, 7302, 9953, 12395, 7471, 10561, 12454, 7750, 10555, 12148, 8031, 11057, 12612, 8781, 11081, 12887, 8406, 11122, 13111, 7911, 10878, 12284, 7601, 9905, 11224, 7280, 9307, 11265, 7627, 9356, 11441, 6902, 9679, 10626, 7019, 10375, 12184, 7432, 10710, 11279, 7399, 10339, 11656, 7411, 10749, 12438, 7453, 11398, 12482, 7605, 10517, 11859, 7473, 10871, 11758, 6992, 10177, 12122, 7262, 10783, 12642, 7418, 10952, 12986, 7734, 10668, 12487, 7589, 10924, 12674, 7839, 10440, 13038, 8088, 11498, 13666, 9042, 11875, 14347, 8838, 11505, 14063, 9127, 11432, 14494, 8839, 11155, 14341, 9032, 11275, 14053, 9123, 11390, 14777, 8472, 11264, 10792, 8565, 10356, 13957, 8751, 11159, 12040, 8773, 10968, 7420, 9117, 11593, 8734, 9988, 12148, 8222, 11303, 14243, 9380, 11452, 14937, 9209, 11715, 14258, 8697, 11446, 13800, 9302, 10391, 8076, 9669, 7922, 9131, 7791, 9838, 15422, 10553, 11455, 14200, 9030, 11613, 8183, 9628, 13067, 8201, 12003, 7643, 9623, 11159, 7801, 10100, 6794, 9309, 12996, 8290, 11695, 15418, 9082, 11380, 15245, 8566, 11149, 7779, 9936, 11020, 7160, 10306, 13324, 8282, 11235, 11651, 8224, 10015, 11724, 8578, 10143, 8968, 9049, 11175, 7450, 10426, 11344, 7427, 10737, 12997, 8199, 11760, 13775, 9268, 11118, 7107, 9460, 12961, 8219, 11662, 14943, 8963, 11103, 13127, 9210, 10907, 7500, 10259, 13824, 8447, 10388, 15188, 9384, 11556, 9339, 9159, 10733, 11647, 9086, 11215, 9510, 9602, 11652, 7765, 10124, 12198, 7332, 11055, 14065, 8538, 10964, 15169, 8411, 10996, 15391, 9547, 10820, 10924, 8872, 10846, 13542, 8696, 10677, 15432, 9114, 11095, 14662, 8580, 10436, 14214, 8829, 10160, 11672, 7969, 10178, 13963, 7894, 10459, 13301, 7909, 10236, 12256, 7822, 10112, 11558, 7800, 9935, 11657, 7731, 9900, 13475, 8079, 10001, 13310, 8275, 10844, 13974, 7524, 10417, 13905, 8761, 9764, 12359, 7819, 9879, 14068, 8132, 10112, 12824, 7961, 10331, 14482, 7584, 10533, 12295, 7668, 10372, 13495, 8138, 10726, 14252, 8380, 10302, 14089, 8657, 10706, 15308, 9096, 9534, 12239, 8735, 9698, 12260, 7858, 9669, 11110, 9492, 8863, 11267, 7546, 10182, 12683, 7419, 10060, 13137, 8027, 10540, 12853, 8670, 10648, 15579, 9367, 10281, 14600, 8849, 10153, 14997, 8795, 10346, 15257, 9989, 10185, 14967, 8413, 10467, 15406, 9674, 10352, 15049, 8962, 10804, 15201, 8360, 10549, 12566, 8432, 10276, 12308, 7676, 10130, 7172, 8763, 10790, 7961, 10273, 15437, 8481, 10462, 15839, 10902, 10515, 14704, 8814, 10323, 15973, 8926, 10332, 15615, 9208, 10262, 8821, 8683, 10568, 7244, 9354, 12729, 8571, 10618, 15124, 7919, 10575, 15317, 9124, 10155, 7746, 9058, 12519, 8198, 9915], 'WindowCenter': [4156.0, 4129.0, 4129.0, 4125.0, 4102.0, 4115.0, 4113.0, 4100.0, 4115.0, 4113.0, 4101.0, 4092.0, 4078.0, 4111.0, 4102.0, 4111.0, 4114.0, 4090.0, 4101.0, 4113.0, 4102.0, 4088.0, 4112.0, 4114.0, 4100.0, 4101.0, 4112.0, 4089.0, 4101.0, 4098.0, 4088.0, 4103.0, 4101.0, 4076.0, 4090.0, 4099.0, 4077.0, 4088.0, 4098.0, 4074.0, 4088.0, 4089.0, 4086.0, 4088.0, 4088.0, 4086.0, 4088.0, 4066.0, 4076.0, 4090.0, 4066.0, 4086.0, 4088.0, 4088.0, 4087.0, 4088.0, 4100.0, 4088.0, 4088.0, 4089.0, 4076.0, 4088.0, 4088.0, 4084.0, 4087.0, 4099.0, 4097.0, 4089.0, 4100.0, 4097.0, 4088.0, 4088.0, 4085.0, 4089.0, 4090.0, 4098.0, 4089.0, 4090.0, 4100.0, 4090.0, 4098.0, 4098.0, 4088.0, 4099.0, 4116.0, 4125.0, 4115.0, 4092.0, 4113.0, 4104.0, 4121.0, 4100.0, 4090.0, 4108.0, 4100.0, 4102.0, 4088.0, 4102.0, 4101.0, 4089.0, 4101.0, 4113.0, 4098.0, 4077.0, 4087.0, 4088.0, 4080.0, 4075.0, 4087.0, 4089.0, 4099.0, 4088.0, 4098.0, 4088.0, 4089.0, 4087.0, 4087.0, 4079.0, 4086.0, 4099.0, 4090.0, 4075.0, 4089.0, 4089.0, 4086.0, 4086.0, 4088.0, 4088.0, 4087.0, 4098.0, 4100.0, 4087.0, 4109.0, 4098.0, 4090.0, 4100.0, 4102.0, 4101.0, 4112.0, 4092.0, 4110.0, 4086.0, 4089.0, 4089.0, 4076.0, 4086.0, 4086.0, 4078.0, 4096.0, 4086.0, 4079.0, 4107.0, 4075.0, 4076.0, 4085.0, 4085.0, 4068.0, 4085.0, 4076.0, 4075.0, 4075.0, 4078.0, 4098.0, 4079.0, 4077.0, 4097.0, 4089.0, 4079.0, 4097.0, 4102.0, 4090.0, 4075.0, 4077.0, 4077.0, 4084.0, 4077.0, 4086.0, 4074.0, 4078.0, 4099.0, 4077.0, 4081.0, 4098.0, 4089.0, 4079.0, 4098.0, 4089.0, 4081.0, 4098.0, 4078.0, 4080.0, 4089.0, 4087.0, 4078.0, 4098.0, 4080.0, 4089.0, 4076.0, 4078.0, 4089.0, 4086.0, 4075.0, 4091.0, 4087.0, 4068.0, 4089.0, 4076.0, 4082.0, 4110.0, 4100.0, 4102.0, 4121.0, 4079.0, 4101.0, 4079.0, 4078.0, 4110.0, 4076.0, 4080.0, 4122.0, 4067.0, 4090.0, 4107.0, 4078.0, 4098.0, 4107.0, 4089.0, 4113.0, 4095.0, 4079.0, 4098.0, 4064.0, 4065.0, 4098.0, 4067.0, 4089.0, 4110.0, 4066.0, 4098.0, 4106.0, 4056.0, 4099.0, 4110.0, 4056.0, 4087.0, 4054.0, 4055.0, 4087.0, 4062.0, 4065.0, 4099.0, 4053.0, 4066.0, 4095.0, 4052.0, 4066.0, 4095.0, 4067.0, 4077.0, 4098.0, 4042.0, 4085.0, 4096.0, 4042.0, 4074.0, 4096.0, 4043.0, 4075.0, 4096.0, 4054.0, 4077.0, 4084.0, 4054.0, 4089.0, 4096.0, 4054.0, 4089.0, 4055.0, 4068.0, 4078.0, 4067.0, 4070.0, 4088.0, 4056.0, 4078.0, 4109.0, 4063.0, 4067.0, 4099.0, 4065.0, 4077.0, 4098.0, 4056.0, 4079.0, 4109.0, 4055.0, 4075.0, 4098.0, 4065.0, 4086.0, 4097.0, 4066.0, 4103.0, 4091.0, 4080.0, 4099.0, 4068.0, 4092.0, 4120.0, 4078.0, 4111.0, 4118.0, 4090.0, 4111.0, 4077.0, 4068.0, 4111.0, 4077.0, 4078.0, 4110.0, 4068.0, 4089.0, 4107.0, 4067.0, 4097.0, 4119.0, 4079.0, 4098.0, 4066.0, 4068.0, 4098.0, 4054.0, 4078.0, 4121.0, 4054.0, 4086.0, 4097.0, 4063.0, 4084.0, 4096.0, 4040.0, 4075.0, 4098.0, 4043.0, 4064.0, 4094.0, 4029.0, 4063.0, 4083.0, 4040.0, 4064.0, 4096.0, 4033.0, 4077.0, 4083.0, 4053.0, 4076.0, 4083.0, 4054.0, 4088.0, 4096.0, 4063.0, 4086.0, 4093.0, 4053.0, 4075.0, 4084.0, 4067.0, 4087.0, 4085.0, 4064.0, 4086.0, 4093.0, 4054.0, 4075.0, 4094.0, 4053.0, 4085.0, 4096.0, 4068.0, 4089.0, 4109.0, 4057.0, 4088.0, 4057.0, 4080.0, 4085.0, 4056.0, 4088.0, 4109.0, 4079.0, 4101.0, 4098.0, 4079.0, 4099.0, 4095.0, 4065.0, 4098.0, 4108.0, 4075.0, 4097.0, 4072.0, 4067.0, 4088.0, 4064.0, 4066.0, 4099.0, 4052.0, 4076.0, 4095.0, 4044.0, 4087.0, 4106.0, 4055.0, 4099.0, 4119.0, 4066.0, 4095.0, 4096.0, 4065.0, 4084.0, 4095.0, 4066.0, 4086.0, 4094.0, 4068.0, 4087.0, 4093.0, 4066.0, 4099.0, 4063.0, 4054.0, 4086.0, 4032.0, 4075.0, 4095.0, 4030.0, 4078.0, 4108.0, 4042.0, 4076.0, 4094.0, 4042.0, 4074.0, 4084.0, 4044.0, 4075.0, 4085.0, 4032.0, 4065.0, 4086.0, 4031.0, 4064.0, 4086.0, 4044.0, 4087.0, 4096.0, 4065.0, 4088.0, 4095.0, 4067.0, 4110.0, 4107.0, 4065.0, 4100.0, 4065.0, 4067.0, 4088.0, 4095.0, 4076.0, 4098.0, 4044.0, 4079.0, 4097.0, 4043.0, 4077.0, 4097.0, 4055.0, 4085.0, 4097.0, 4055.0, 4100.0, 4106.0, 4042.0, 4088.0, 4107.0, 4043.0, 4098.0, 4107.0, 4044.0, 4086.0, 4106.0, 4066.0, 4098.0, 4096.0, 4065.0, 4097.0, 4106.0, 4054.0, 4097.0, 4107.0, 4054.0, 4085.0, 4097.0, 4041.0, 4074.0, 4084.0, 4042.0, 4075.0, 4086.0, 4043.0, 4075.0, 4084.0, 4031.0, 4088.0, 4088.0, 4043.0, 4086.0, 4105.0, 4043.0, 4086.0, 4086.0, 4055.0, 4090.0, 4096.0, 4045.0, 4097.0, 4097.0, 4043.0, 4095.0, 4110.0, 4054.0, 4086.0, 4096.0, 4043.0, 4097.0, 4095.0, 4045.0, 4098.0, 4107.0, 4044.0, 4097.0, 4108.0, 4043.0, 4110.0, 4120.0, 4056.0, 4098.0, 4109.0, 4054.0, 4098.0, 4108.0, 4068.0, 4099.0, 4108.0, 4056.0, 4108.0, 4117.0, 4075.0, 4110.0, 4116.0, 4064.0, 4110.0, 4118.0, 4076.0, 4097.0, 4130.0, 4078.0, 4100.0, 4117.0, 4076.0, 4099.0, 4105.0, 4076.0, 4110.0, 4118.0, 4065.0, 4098.0, 4085.0, 4065.0, 4086.0, 4114.0, 4067.0, 4109.0, 4095.0, 4078.0, 4100.0, 4044.0, 4079.0, 4111.0, 4066.0, 4087.0, 4108.0, 4065.0, 4098.0, 4118.0, 4078.0, 4098.0, 4116.0, 4078.0, 4107.0, 4104.0, 4066.0, 4098.0, 4105.0, 4064.0, 4074.0, 4066.0, 4086.0, 4069.0, 4090.0, 4070.0, 4115.0, 4131.0, 4086.0, 4098.0, 4105.0, 4064.0, 4099.0, 4065.0, 4074.0, 4105.0, 4054.0, 4109.0, 4039.0, 4075.0, 4084.0, 4056.0, 4087.0, 4028.0, 4075.0, 4103.0, 4052.0, 4106.0, 4116.0, 4063.0, 4092.0, 4103.0, 4050.0, 4083.0, 4040.0, 4072.0, 4082.0, 4031.0, 4086.0, 4105.0, 4052.0, 4083.0, 4080.0, 4051.0, 4073.0, 4092.0, 4064.0, 4098.0, 4061.0, 4065.0, 4084.0, 4031.0, 4084.0, 4086.0, 4043.0, 4096.0, 4093.0, 4052.0, 4096.0, 4115.0, 4077.0, 4097.0, 4041.0, 4075.0, 4107.0, 4067.0, 4109.0, 4117.0, 4078.0, 4113.0, 4107.0, 4077.0, 4098.0, 4046.0, 4087.0, 4132.0, 4067.0, 4086.0, 4117.0, 4074.0, 4098.0, 4062.0, 4073.0, 4085.0, 4093.0, 4076.0, 4098.0, 4076.0, 4075.0, 4097.0, 4042.0, 4087.0, 4108.0, 4044.0, 4095.0, 4116.0, 4076.0, 4097.0, 4114.0, 4065.0, 4099.0, 4128.0, 4076.0, 4086.0, 4083.0, 4064.0, 4084.0, 4091.0, 4064.0, 4098.0, 4116.0, 4063.0, 4084.0, 4103.0, 4062.0, 4082.0, 4106.0, 4063.0, 4073.0, 4081.0, 4053.0, 4084.0, 4102.0, 4051.0, 4095.0, 4103.0, 4052.0, 4086.0, 4096.0, 4040.0, 4086.0, 4096.0, 4053.0, 4084.0, 4096.0, 4055.0, 4085.0, 4103.0, 4069.0, 4088.0, 4104.0, 4064.0, 4098.0, 4105.0, 4055.0, 4097.0, 4118.0, 4063.0, 4086.0, 4104.0, 4055.0, 4085.0, 4117.0, 4065.0, 4085.0, 4107.0, 4065.0, 4087.0, 4116.0, 4053.0, 4098.0, 4106.0, 4053.0, 4100.0, 4118.0, 4065.0, 4098.0, 4129.0, 4065.0, 4098.0, 4116.0, 4065.0, 4098.0, 4127.0, 4076.0, 4089.0, 4107.0, 4062.0, 4074.0, 4106.0, 4053.0, 4074.0, 4097.0, 4086.0, 4075.0, 4097.0, 4053.0, 4098.0, 4108.0, 4043.0, 4099.0, 4117.0, 4053.0, 4100.0, 4106.0, 4077.0, 4099.0, 4127.0, 4087.0, 4098.0, 4115.0, 4077.0, 4087.0, 4128.0, 4064.0, 4098.0, 4126.0, 4074.0, 4087.0, 4115.0, 4065.0, 4084.0, 4115.0, 4073.0, 4086.0, 4112.0, 4060.0, 4082.0, 4102.0, 4050.0, 4083.0, 4092.0, 4049.0, 4086.0, 4092.0, 4054.0, 4086.0, 4042.0, 4076.0, 4083.0, 4064.0, 4087.0, 4115.0, 4074.0, 4097.0, 4129.0, 4096.0, 4085.0, 4115.0, 4075.0, 4086.0, 4114.0, 4062.0, 4086.0, 4114.0, 4073.0, 4087.0, 4074.0, 4065.0, 4097.0, 4044.0, 4074.0, 4104.0, 4075.0, 4097.0, 4114.0, 4063.0, 4109.0, 4125.0, 4086.0, 4099.0, 4055.0, 4089.0, 4107.0, 4064.0, 4098.0], 'WindowWidth': [9225.0, 9178.0, 9176.0, 9164.0, 9126.0, 9149.0, 9142.0, 9117.0, 9149.0, 9142.0, 9122.0, 9111.0, 9088.0, 9138.0, 9126.0, 9136.0, 9144.0, 9108.0, 9120.0, 9142.0, 9125.0, 9099.0, 9141.0, 9149.0, 9121.0, 9123.0, 9138.0, 9101.0, 9122.0, 9116.0, 9100.0, 9127.0, 9122.0, 9081.0, 9104.0, 9117.0, 9084.0, 9100.0, 9115.0, 9075.0, 9100.0, 9106.0, 9093.0, 9100.0, 9100.0, 9091.0, 9097.0, 9068.0, 9082.0, 9105.0, 9070.0, 9093.0, 9100.0, 9100.0, 9094.0, 9099.0, 9121.0, 9098.0, 9099.0, 9101.0, 9080.0, 9102.0, 9100.0, 9087.0, 9096.0, 9118.0, 9112.0, 9101.0, 9119.0, 9108.0, 9100.0, 9100.0, 9089.0, 9102.0, 9106.0, 9114.0, 9102.0, 9106.0, 9118.0, 9107.0, 9111.0, 9111.0, 9099.0, 9117.0, 9151.0, 9164.0, 9148.0, 9115.0, 9139.0, 9130.0, 9150.0, 9120.0, 9108.0, 9129.0, 9121.0, 9128.0, 9100.0, 9124.0, 9122.0, 9099.0, 9122.0, 9140.0, 9112.0, 9084.0, 9095.0, 9098.0, 9090.0, 9078.0, 9095.0, 9104.0, 9115.0, 9099.0, 9111.0, 9098.0, 9102.0, 9095.0, 9097.0, 9089.0, 9094.0, 9118.0, 9107.0, 9079.0, 9102.0, 9104.0, 9091.0, 9093.0, 9100.0, 9100.0, 9098.0, 9112.0, 9115.0, 9099.0, 9132.0, 9112.0, 9106.0, 9116.0, 9125.0, 9122.0, 9138.0, 9114.0, 9133.0, 9095.0, 9105.0, 9102.0, 9080.0, 9095.0, 9092.0, 9086.0, 9106.0, 9092.0, 9092.0, 9124.0, 9078.0, 9082.0, 9090.0, 9089.0, 9073.0, 9091.0, 9080.0, 9078.0, 9078.0, 9086.0, 9114.0, 9088.0, 9084.0, 9110.0, 9104.0, 9090.0, 9112.0, 9125.0, 9107.0, 9079.0, 9082.0, 9082.0, 9088.0, 9083.0, 9093.0, 9075.0, 9088.0, 9119.0, 9085.0, 9096.0, 9115.0, 9102.0, 9091.0, 9111.0, 9105.0, 9099.0, 9113.0, 9086.0, 9094.0, 9101.0, 9098.0, 9087.0, 9116.0, 9093.0, 9104.0, 9081.0, 9086.0, 9101.0, 9091.0, 9078.0, 9110.0, 9097.0, 9075.0, 9101.0, 9081.0, 9099.0, 9132.0, 9119.0, 9130.0, 9150.0, 9092.0, 9123.0, 9090.0, 9089.0, 9133.0, 9080.0, 9094.0, 9154.0, 9072.0, 9105.0, 9127.0, 9086.0, 9115.0, 9126.0, 9104.0, 9144.0, 9109.0, 9088.0, 9115.0, 9063.0, 9068.0, 9112.0, 9074.0, 9105.0, 9135.0, 9067.0, 9115.0, 9121.0, 9053.0, 9117.0, 9131.0, 9053.0, 9099.0, 9049.0, 9053.0, 9099.0, 9058.0, 9070.0, 9116.0, 9047.0, 9069.0, 9106.0, 9044.0, 9069.0, 9106.0, 9074.0, 9087.0, 9112.0, 9031.0, 9094.0, 9108.0, 9030.0, 9076.0, 9109.0, 9037.0, 9079.0, 9107.0, 9049.0, 9083.0, 9088.0, 9051.0, 9105.0, 9108.0, 9053.0, 9104.0, 9054.0, 9073.0, 9088.0, 9074.0, 9080.0, 9101.0, 9055.0, 9089.0, 9130.0, 9059.0, 9071.0, 9119.0, 9065.0, 9084.0, 9114.0, 9054.0, 9093.0, 9129.0, 9054.0, 9081.0, 9112.0, 9067.0, 9096.0, 9109.0, 9072.0, 9129.0, 9109.0, 9093.0, 9118.0, 9074.0, 9112.0, 9147.0, 9088.0, 9137.0, 9144.0, 9104.0, 9137.0, 9085.0, 9074.0, 9138.0, 9085.0, 9089.0, 9133.0, 9076.0, 9105.0, 9126.0, 9070.0, 9113.0, 9147.0, 9089.0, 9114.0, 9069.0, 9074.0, 9113.0, 9049.0, 9090.0, 9152.0, 9053.0, 9095.0, 9112.0, 9060.0, 9091.0, 9109.0, 9026.0, 9079.0, 9115.0, 9034.0, 9061.0, 9102.0, 9010.0, 9060.0, 9085.0, 9024.0, 9061.0, 9109.0, 9019.0, 9082.0, 9085.0, 9046.0, 9080.0, 9086.0, 9051.0, 9102.0, 9108.0, 9060.0, 9095.0, 9100.0, 9047.0, 9079.0, 9091.0, 9072.0, 9100.0, 9091.0, 9061.0, 9095.0, 9100.0, 9048.0, 9077.0, 9107.0, 9049.0, 9094.0, 9109.0, 9076.0, 9108.0, 9133.0, 9061.0, 9103.0, 9058.0, 9093.0, 9093.0, 9059.0, 9102.0, 9134.0, 9094.0, 9121.0, 9113.0, 9091.0, 9118.0, 9106.0, 9066.0, 9112.0, 9130.0, 9083.0, 9112.0, 9074.0, 9072.0, 9101.0, 9061.0, 9070.0, 9119.0, 9047.0, 9080.0, 9108.0, 9036.0, 9099.0, 9124.0, 9054.0, 9118.0, 9147.0, 9069.0, 9108.0, 9110.0, 9066.0, 9091.0, 9108.0, 9072.0, 9096.0, 9105.0, 9074.0, 9098.0, 9100.0, 9070.0, 9117.0, 9061.0, 9050.0, 9093.0, 9019.0, 9080.0, 9106.0, 9015.0, 9089.0, 9129.0, 9031.0, 9081.0, 9104.0, 9031.0, 9077.0, 9091.0, 9036.0, 9081.0, 9092.0, 9017.0, 9066.0, 9094.0, 9016.0, 9064.0, 9096.0, 9039.0, 9097.0, 9109.0, 9066.0, 9101.0, 9106.0, 9072.0, 9133.0, 9126.0, 9068.0, 9119.0, 9066.0, 9073.0, 9101.0, 9107.0, 9083.0, 9113.0, 9034.0, 9087.0, 9112.0, 9034.0, 9083.0, 9111.0, 9054.0, 9095.0, 9112.0, 9052.0, 9118.0, 9122.0, 9032.0, 9103.0, 9128.0, 9033.0, 9115.0, 9126.0, 9035.0, 9096.0, 9127.0, 9072.0, 9114.0, 9109.0, 9066.0, 9111.0, 9121.0, 9050.0, 9113.0, 9126.0, 9048.0, 9093.0, 9112.0, 9028.0, 9076.0, 9089.0, 9032.0, 9080.0, 9093.0, 9034.0, 9080.0, 9090.0, 9014.0, 9102.0, 9101.0, 9036.0, 9095.0, 9120.0, 9034.0, 9095.0, 9095.0, 9056.0, 9105.0, 9109.0, 9039.0, 9113.0, 9110.0, 9032.0, 9108.0, 9135.0, 9050.0, 9095.0, 9111.0, 9034.0, 9114.0, 9107.0, 9045.0, 9117.0, 9127.0, 9037.0, 9114.0, 9129.0, 9036.0, 9135.0, 9151.0, 9056.0, 9116.0, 9134.0, 9051.0, 9116.0, 9131.0, 9076.0, 9118.0, 9128.0, 9055.0, 9129.0, 9141.0, 9080.0, 9134.0, 9139.0, 9064.0, 9133.0, 9141.0, 9083.0, 9113.0, 9162.0, 9091.0, 9118.0, 9138.0, 9083.0, 9119.0, 9121.0, 9082.0, 9136.0, 9144.0, 9066.0, 9116.0, 9092.0, 9067.0, 9099.0, 9133.0, 9074.0, 9133.0, 9107.0, 9090.0, 9123.0, 9040.0, 9092.0, 9138.0, 9069.0, 9099.0, 9130.0, 9068.0, 9115.0, 9143.0, 9090.0, 9116.0, 9137.0, 9090.0, 9127.0, 9118.0, 9071.0, 9116.0, 9119.0, 9061.0, 9076.0, 9069.0, 9097.0, 9082.0, 9109.0, 9085.0, 9151.0, 9167.0, 9096.0, 9116.0, 9119.0, 9064.0, 9118.0, 9069.0, 9077.0, 9118.0, 9049.0, 9129.0, 9023.0, 9076.0, 9088.0, 9055.0, 9101.0, 9011.0, 9077.0, 9116.0, 9046.0, 9125.0, 9137.0, 9060.0, 9099.0, 9112.0, 9040.0, 9086.0, 9026.0, 9072.0, 9086.0, 9016.0, 9096.0, 9119.0, 9042.0, 9086.0, 9077.0, 9043.0, 9076.0, 9096.0, 9065.0, 9115.0, 9057.0, 9064.0, 9091.0, 9014.0, 9087.0, 9094.0, 9037.0, 9109.0, 9100.0, 9043.0, 9107.0, 9131.0, 9087.0, 9109.0, 9033.0, 9081.0, 9124.0, 9071.0, 9132.0, 9139.0, 9090.0, 9145.0, 9124.0, 9086.0, 9117.0, 9041.0, 9099.0, 9167.0, 9073.0, 9097.0, 9136.0, 9076.0, 9116.0, 9057.0, 9074.0, 9094.0, 9101.0, 9083.0, 9116.0, 9081.0, 9081.0, 9112.0, 9032.0, 9100.0, 9130.0, 9038.0, 9106.0, 9134.0, 9084.0, 9111.0, 9132.0, 9068.0, 9119.0, 9157.0, 9083.0, 9096.0, 9085.0, 9063.0, 9090.0, 9094.0, 9063.0, 9117.0, 9135.0, 9060.0, 9091.0, 9112.0, 9059.0, 9086.0, 9122.0, 9063.0, 9073.0, 9084.0, 9048.0, 9089.0, 9111.0, 9043.0, 9110.0, 9115.0, 9044.0, 9096.0, 9107.0, 9028.0, 9097.0, 9111.0, 9049.0, 9090.0, 9109.0, 9055.0, 9096.0, 9115.0, 9078.0, 9101.0, 9116.0, 9065.0, 9117.0, 9119.0, 9052.0, 9115.0, 9142.0, 9063.0, 9098.0, 9117.0, 9056.0, 9096.0, 9141.0, 9071.0, 9097.0, 9124.0, 9069.0, 9100.0, 9136.0, 9051.0, 9118.0, 9127.0, 9048.0, 9121.0, 9143.0, 9068.0, 9117.0, 9161.0, 9068.0, 9117.0, 9140.0, 9068.0, 9115.0, 9154.0, 9084.0, 9105.0, 9127.0, 9059.0, 9079.0, 9125.0, 9048.0, 9078.0, 9111.0, 9097.0, 9083.0, 9112.0, 9051.0, 9117.0, 9129.0, 9035.0, 9119.0, 9142.0, 9051.0, 9119.0, 9123.0, 9087.0, 9119.0, 9157.0, 9103.0, 9118.0, 9134.0, 9088.0, 9101.0, 9157.0, 9066.0, 9118.0, 9151.0, 9076.0, 9100.0, 9135.0, 9066.0, 9091.0, 9135.0, 9078.0, 9094.0, 9127.0, 9053.0, 9084.0, 9110.0, 9038.0, 9089.0, 9099.0, 9039.0, 9095.0, 9097.0, 9052.0, 9096.0, 9037.0, 9085.0, 9090.0, 9067.0, 9101.0, 9133.0, 9081.0, 9114.0, 9159.0, 9110.0, 9094.0, 9133.0, 9080.0, 9097.0, 9133.0, 9062.0, 9099.0, 9132.0, 9074.0, 9102.0, 9078.0, 9067.0, 9114.0, 9040.0, 9078.0, 9117.0, 9082.0, 9114.0, 9133.0, 9065.0, 9135.0, 9150.0, 9097.0, 9122.0, 9057.0, 9107.0, 9129.0, 9070.0, 9116.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.0017789781859931112</td></tr>
<tr><td colspan=3>aqi</td><td>0.06376351526980481</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.60240413183907</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1887187052068975</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9684806031494237</td></tr>
<tr><td colspan=3>efc</td><td>0.4996</td></tr>
<tr><td colspan=3>fber</td><td>4392.9321</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13054119883725024</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>100</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.481056257175661</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5165824049964587</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.409070488017829</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7919508425256137</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.348725884445934</td></tr>
<tr><td colspan=3>gcor</td><td>0.00354748</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01333407312631607</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.039258912205696106</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.223359411016987</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>19.1598</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.8868</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.2153</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294008.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>802.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.0007</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9883</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.1714</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3263.0767</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82536.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>810.7241</td></tr>
<tr><td colspan=3>tsnr</td><td>28.81887633842416</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>