ds005256-mriqc/sub-0039_ses-01_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 494154b554 [DATALAD RUNCMD] Compute MRIQC for sub-0039
=== 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-0039 --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-0039",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:58:19 +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-0039_ses-01_task-social_acq-mb8_run-05_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-0039_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-05_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-0039/ses-01/func/sub-0039_ses-01_task-social_acq-mb8_run-05_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>56af8a2ba8ab66e382a0bc41fcb12dfc</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:39:6.497500</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_VE11C_LATEST_20160120</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.999586, 0.0202254, 0.0204431, -0.0239056, 0.979551, 0.199773]</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-05_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.1123</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7795, -7163, 625, -55, -239, 25, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.53</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0ed35add-06f1-41a9-b966-a2049f45b78a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818172931671143, -0.0641370490193367, 0.04315824806690216, 113.81227111816406], [-0.05426318570971489, 2.6280624866485596, 0.5404831767082214, -103.68289947509766], [0.05484725162386894, -0.535975992679596, 2.64499831199646, -10.808492660522461], [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': ['173906.497500', '173906.957500', '173907.417500', '173907.877500', '173908.337500', '173908.797500', '173909.257500', '173909.717500', '173910.177500', '173910.637500', '173911.097500', '173911.557500', '173912.017500', '173912.477500', '173912.937500', '173913.397500', '173913.857500', '173914.317500', '173914.777500', '173915.237500', '173915.697500', '173916.157500', '173916.617500', '173917.077500', '173917.537500', '173917.997500', '173918.457500', '173918.917500', '173919.377500', '173919.837500', '173920.297500', '173920.757500', '173921.217500', '173921.677500', '173922.137500', '173922.597500', '173923.057500', '173923.517500', '173923.977500', '173924.437500', '173924.897500', '173925.357500', '173925.817500', '173926.277500', '173926.737500', '173927.197500', '173927.657500', '173928.117500', '173928.577500', '173929.037500', '173929.497500', '173929.957500', '173930.417500', '173930.877500', '173931.337500', '173931.797500', '173932.257500', '173932.717500', '173933.177500', '173933.637500', '173934.097500', '173934.557500', '173935.017500', '173935.477500', '173935.937500', '173936.397500', '173936.857500', '173937.317500', '173937.777500', '173938.237500', '173938.697500', '173939.157500', '173939.617500', '173940.077500', '173940.537500', '173940.997500', '173941.457500', '173941.917500', '173942.377500', '173942.837500', '173943.297500', '173943.757500', '173944.217500', '173944.677500', '173945.137500', '173945.597500', '173946.057500', '173946.517500', '173946.977500', '173947.437500', '173947.897500', '173948.357500', '173948.817500', '173949.277500', '173949.737500', '173950.197500', '173950.657500', '173951.117500', '173951.577500', '173952.037500', '173952.497500', '173952.957500', '173953.417500', '173953.877500', '173954.337500', '173954.797500', '173955.257500', '173955.717500', '173956.177500', '173956.637500', '173957.097500', '173957.557500', '173958.017500', '173958.477500', '173958.937500', '173959.397500', '173959.857500', '174000.317500', '174000.777500', '174001.237500', '174001.697500', '174002.157500', '174002.617500', '174003.077500', '174003.537500', '174003.997500', '174004.457500', '174004.917500', '174005.377500', '174005.837500', '174006.297500', '174006.757500', '174007.217500', '174007.677500', '174008.137500', '174008.597500', '174009.057500', '174009.517500', '174009.977500', '174010.437500', '174010.897500', '174011.357500', '174011.817500', '174012.277500', '174012.737500', '174013.197500', '174013.657500', '174014.117500', '174014.577500', '174015.037500', '174015.497500', '174015.957500', '174016.417500', '174016.877500', '174017.337500', '174017.797500', '174018.257500', '174018.717500', '174019.177500', '174019.637500', '174020.097500', '174020.557500', '174021.017500', '174021.477500', '174021.937500', '174022.397500', '174022.857500', '174023.317500', '174023.777500', '174024.237500', '174024.697500', '174025.157500', '174025.617500', '174026.077500', '174026.537500', '174026.997500', '174027.457500', '174027.917500', '174028.377500', '174028.837500', '174029.297500', '174029.757500', '174030.217500', '174030.677500', '174031.137500', '174031.597500', '174032.057500', '174032.517500', '174032.977500', '174033.437500', '174033.897500', '174034.357500', '174034.817500', '174035.277500', '174035.737500', '174036.197500', '174036.657500', '174037.117500', '174037.577500', '174038.037500', '174038.497500', '174038.957500', '174039.417500', '174039.877500', '174040.337500', '174040.797500', '174041.257500', '174041.717500', '174042.177500', '174042.637500', '174043.097500', '174043.557500', '174044.017500', '174044.477500', '174044.937500', '174045.397500', '174045.857500', '174046.317500', '174046.777500', '174047.237500', '174047.697500', '174048.157500', '174048.617500', '174049.077500', '174049.537500', '174049.997500', '174050.457500', '174050.917500', '174051.377500', '174051.837500', '174052.297500', '174052.757500', '174053.217500', '174053.677500', '174054.137500', '174054.597500', '174055.057500', '174055.517500', '174055.977500', '174056.437500', '174056.897500', '174057.357500', '174057.817500', '174058.277500', '174058.737500', '174059.197500', '174059.657500', '174100.117500', '174100.577500', '174101.037500', '174101.497500', '174101.957500', '174102.417500', '174102.877500', '174103.337500', '174103.797500', '174104.257500', '174104.717500', '174105.177500', '174105.637500', '174106.097500', '174106.557500', '174107.017500', '174107.477500', '174107.937500', '174108.397500', '174108.857500', '174109.317500', '174109.777500', '174110.237500', '174110.697500', '174111.157500', '174111.617500', '174112.077500', '174112.537500', '174112.997500', '174113.457500', '174113.917500', '174114.377500', '174114.837500', '174115.297500', '174115.757500', '174116.217500', '174116.677500', '174117.137500', '174117.597500', '174118.057500', '174118.517500', '174118.977500', '174119.437500', '174119.897500', '174120.357500', '174120.817500', '174121.277500', '174121.737500', '174122.197500', '174122.657500', '174123.117500', '174123.577500', '174124.037500', '174124.497500', '174124.957500', '174125.417500', '174125.877500', '174126.337500', '174126.797500', '174127.257500', '174127.717500', '174128.177500', '174128.637500', '174129.097500', '174129.557500', '174130.017500', '174130.477500', '174130.937500', '174131.397500', '174131.857500', '174132.317500', '174132.777500', '174133.237500', '174133.697500', '174134.157500', '174134.617500', '174135.077500', '174135.537500', '174135.997500', '174136.457500', '174136.917500', '174137.377500', '174137.837500', '174138.297500', '174138.757500', '174139.217500', '174139.677500', '174140.137500', '174140.597500', '174141.057500', '174141.517500', '174141.977500', '174142.437500', '174142.897500', '174143.357500', '174143.817500', '174144.277500', '174144.737500', '174145.197500', '174145.657500', '174146.117500', '174146.577500', '174147.037500', '174147.497500', '174147.957500', '174148.417500', '174148.877500', '174149.337500', '174149.797500', '174150.257500', '174150.717500', '174151.177500', '174151.637500', '174152.097500', '174152.557500', '174153.017500', '174153.477500', '174153.937500', '174154.397500', '174154.857500', '174155.317500', '174155.777500', '174156.237500', '174156.697500', '174157.157500', '174157.617500', '174158.077500', '174158.537500', '174158.997500', '174159.457500', '174159.917500', '174200.377500', '174200.837500', '174201.297500', '174201.757500', '174202.217500', '174202.677500', '174203.137500', '174203.597500', '174204.057500', '174204.517500', '174204.977500', '174205.437500', '174205.897500', '174206.357500', '174206.817500', '174207.277500', '174207.737500', '174208.197500', '174208.657500', '174209.117500', '174209.577500', '174210.037500', '174210.497500', '174210.957500', '174211.417500', '174211.877500', '174212.337500', '174212.797500', '174213.257500', '174213.717500', '174214.177500', '174214.637500', '174215.097500', '174215.557500', '174216.017500', '174216.477500', '174216.937500', '174217.397500', '174217.857500', '174218.317500', '174218.777500', '174219.237500', '174219.697500', '174220.157500', '174220.617500', '174221.077500', '174221.537500', '174221.997500', '174222.457500', '174222.917500', '174223.377500', '174223.837500', '174224.297500', '174224.757500', '174225.217500', '174225.677500', '174226.137500', '174226.597500', '174227.057500', '174227.517500', '174227.977500', '174228.437500', '174228.897500', '174229.357500', '174229.817500', '174230.277500', '174230.737500', '174231.197500', '174231.657500', '174232.117500', '174232.577500', '174233.037500', '174233.497500', '174233.957500', '174234.417500', '174234.877500', '174235.337500', '174235.797500', '174236.257500', '174236.717500', '174237.177500', '174237.637500', '174238.097500', '174238.557500', '174239.017500', '174239.477500', '174239.937500', '174240.397500', '174240.857500', '174241.317500', '174241.777500', '174242.237500', '174242.697500', '174243.157500', '174243.617500', '174244.077500', '174244.537500', '174244.997500', '174245.457500', '174245.917500', '174246.377500', '174246.837500', '174247.297500', '174247.757500', '174248.217500', '174248.677500', '174249.137500', '174249.597500', '174250.057500', '174250.517500', '174250.977500', '174251.437500', '174251.897500', '174252.357500', '174252.817500', '174253.277500', '174253.737500', '174254.197500', '174254.657500', '174255.117500', '174255.577500', '174256.037500', '174256.497500', '174256.957500', '174257.417500', '174257.877500', '174258.337500', '174258.797500', '174259.257500', '174259.717500', '174300.177500', '174300.637500', '174301.097500', '174301.557500', '174302.017500', '174302.477500', '174302.937500', '174303.397500', '174303.857500', '174304.317500', '174304.777500', '174305.237500', '174305.697500', '174306.157500', '174306.617500', '174307.077500', '174307.537500', '174307.997500', '174308.457500', '174308.917500', '174309.377500', '174309.837500', '174310.297500', '174310.757500', '174311.217500', '174311.677500', '174312.137500', '174312.597500', '174313.057500', '174313.517500', '174313.977500', '174314.437500', '174314.897500', '174315.357500', '174315.817500', '174316.277500', '174316.737500', '174317.197500', '174317.657500', '174318.117500', '174318.577500', '174319.037500', '174319.497500', '174319.957500', '174320.417500', '174320.877500', '174321.337500', '174321.797500', '174322.257500', '174322.717500', '174323.177500', '174323.637500', '174324.097500', '174324.557500', '174325.017500', '174325.477500', '174325.937500', '174326.397500', '174326.857500', '174327.317500', '174327.777500', '174328.237500', '174328.697500', '174329.157500', '174329.617500', '174330.077500', '174330.537500', '174330.997500', '174331.457500', '174331.917500', '174332.377500', '174332.837500', '174333.297500', '174333.757500', '174334.217500', '174334.677500', '174335.137500', '174335.597500', '174336.057500', '174336.517500', '174336.977500', '174337.437500', '174337.897500', '174338.357500', '174338.817500', '174339.277500', '174339.737500', '174340.197500', '174340.657500', '174341.117500', '174341.577500', '174342.037500', '174342.497500', '174342.957500', '174343.417500', '174343.877500', '174344.337500', '174344.797500', '174345.257500', '174345.717500', '174346.177500', '174346.637500', '174347.097500', '174347.557500', '174348.017500', '174348.477500', '174348.937500', '174349.397500', '174349.857500', '174350.317500', '174350.777500', '174351.237500', '174351.697500', '174352.157500', '174352.617500', '174353.077500', '174353.537500', '174353.997500', '174354.457500', '174354.917500', '174355.377500', '174355.837500', '174356.297500', '174356.757500', '174357.217500', '174357.677500', '174358.137500', '174358.597500', '174359.057500', '174359.517500', '174359.977500', '174400.437500', '174400.897500', '174401.357500', '174401.817500', '174402.277500', '174402.737500', '174403.197500', '174403.657500', '174404.117500', '174404.577500', '174405.037500', '174405.497500', '174405.957500', '174406.417500', '174406.877500', '174407.337500', '174407.797500', '174408.257500', '174408.717500', '174409.177500', '174409.637500', '174410.097500', '174410.557500', '174411.017500', '174411.477500', '174411.937500', '174412.397500', '174412.857500', '174413.317500', '174413.777500', '174414.237500', '174414.697500', '174415.157500', '174415.617500', '174416.077500', '174416.537500', '174416.997500', '174417.457500', '174417.917500', '174418.377500', '174418.837500', '174419.297500', '174419.757500', '174420.217500', '174420.677500', '174421.137500', '174421.597500', '174422.057500', '174422.517500', '174422.977500', '174423.437500', '174423.897500', '174424.357500', '174424.817500', '174425.277500', '174425.737500', '174426.197500', '174426.657500', '174427.117500', '174427.577500', '174428.037500', '174428.497500', '174428.957500', '174429.417500', '174429.877500', '174430.337500', '174430.797500', '174431.257500', '174431.717500', '174432.177500', '174432.637500', '174433.097500', '174433.557500', '174434.017500', '174434.477500', '174434.937500', '174435.397500', '174435.857500', '174436.317500', '174436.777500', '174437.237500', '174437.697500', '174438.157500', '174438.617500', '174439.077500', '174439.537500', '174439.997500', '174440.457500', '174440.917500', '174441.377500', '174441.837500', '174442.297500', '174442.757500', '174443.217500', '174443.677500', '174444.137500', '174444.597500', '174445.057500', '174445.517500', '174445.977500', '174446.437500', '174446.897500', '174447.357500', '174447.817500', '174448.277500', '174448.737500', '174449.197500', '174449.657500', '174450.117500', '174450.577500', '174451.037500', '174451.497500', '174451.957500', '174452.417500', '174452.877500', '174453.337500', '174453.797500', '174454.257500', '174454.717500', '174455.177500', '174455.637500', '174456.097500', '174456.557500', '174457.017500', '174457.477500', '174457.937500', '174458.397500', '174458.857500', '174459.317500', '174459.777500', '174500.237500', '174500.697500', '174501.157500', '174501.617500', '174502.077500', '174502.537500', '174502.997500', '174503.457500', '174503.917500', '174504.377500', '174504.837500', '174505.297500', '174505.757500', '174506.217500', '174506.677500', '174507.137500', '174507.597500', '174508.057500', '174508.517500', '174508.977500', '174509.437500', '174509.897500', '174510.357500', '174510.817500', '174511.277500', '174511.737500', '174512.197500', '174512.657500', '174513.117500', '174513.577500', '174514.037500', '174514.497500', '174514.957500', '174515.417500', '174515.877500', '174516.337500', '174516.797500', '174517.257500', '174517.717500', '174518.177500', '174518.637500', '174519.097500', '174519.557500', '174520.017500', '174520.477500', '174520.937500', '174521.397500', '174521.857500', '174522.317500', '174522.777500', '174523.237500', '174523.697500', '174524.157500', '174524.617500', '174525.077500', '174525.537500', '174525.997500', '174526.457500', '174526.917500', '174527.377500', '174527.837500', '174528.297500', '174528.757500', '174529.217500', '174529.677500', '174530.137500', '174530.597500', '174531.057500', '174531.517500', '174531.977500', '174532.437500', '174532.897500', '174533.357500', '174533.817500', '174534.277500', '174534.737500', '174535.197500', '174535.657500', '174536.117500', '174536.577500', '174537.037500', '174537.497500', '174537.957500', '174538.417500', '174538.877500', '174539.337500', '174539.797500', '174540.257500', '174540.717500', '174541.177500', '174541.637500', '174542.097500', '174542.557500', '174543.017500', '174543.477500', '174543.937500', '174544.397500', '174544.857500', '174545.317500', '174545.777500', '174546.237500', '174546.697500', '174547.157500'], 'ContentTime': ['173926.134000', '173926.138000', '173926.141000', '173926.144000', '173926.147000', '173926.150000', '173926.153000', '173926.156000', '173926.159000', '173926.163000', '173926.166000', '173926.169000', '173926.172000', '173926.175000', '173926.178000', '173926.181000', '173926.184000', '173926.187000', '173926.191000', '173926.194000', '173926.197000', '173926.208000', '173926.211000', '173926.214000', '173926.217000', '173926.220000', '173926.223000', '173926.226000', '173926.229000', '173926.232000', '173926.236000', '173926.240000', '173926.243000', '173926.246000', '173926.249000', '173926.252000', '173926.255000', '173926.258000', '173926.261000', '173926.264000', '173946.101000', '173946.104000', '173946.107000', '173946.109000', '173946.112000', '173946.115000', '173946.118000', '173946.121000', '173946.124000', '173946.127000', '173946.129000', '173946.132000', '173946.135000', '173946.138000', '173946.141000', '173946.144000', '173946.147000', '173946.150000', '173946.153000', '173946.155000', '173946.158000', '173946.161000', '173946.164000', '173946.167000', '173946.170000', '173946.173000', '173946.176000', '173946.178000', '173946.181000', '173946.184000', '173946.187000', '173946.190000', '173946.193000', '173946.195000', '173946.198000', '173946.201000', '173946.204000', '173946.207000', '173946.210000', '173946.213000', '173946.215000', '173946.218000', '173946.221000', '173946.224000', '174006.101000', '174006.104000', '174006.107000', '174006.110000', '174006.112000', '174006.115000', '174006.118000', '174006.121000', '174006.124000', '174006.127000', '174006.130000', '174006.132000', '174006.135000', '174006.138000', '174006.141000', '174006.144000', '174006.147000', '174006.149000', '174006.152000', '174006.155000', '174006.158000', '174006.161000', '174006.164000', '174006.166000', '174006.169000', '174006.172000', '174006.175000', '174006.181000', '174006.184000', '174006.186000', '174006.189000', '174006.192000', '174006.195000', '174006.198000', '174006.201000', '174006.204000', '174006.206000', '174006.209000', '174006.212000', '174006.215000', '174006.218000', '174006.221000', '174006.234000', '174026.101000', '174026.104000', '174026.107000', '174026.109000', '174026.112000', '174026.115000', '174026.118000', '174026.121000', '174026.123000', '174026.126000', '174026.129000', '174026.132000', '174026.135000', '174026.138000', '174026.141000', '174026.144000', '174026.147000', '174026.149000', '174026.160000', '174026.163000', '174026.166000', '174026.169000', '174026.171000', '174026.174000', '174026.177000', '174026.180000', '174026.183000', '174026.186000', '174026.189000', '174026.191000', '174026.194000', '174026.197000', '174026.200000', '174026.203000', '174026.206000', '174026.208000', '174026.211000', '174026.214000', '174026.217000', '174026.220000', '174026.223000', '174026.225000', '174026.228000', '174026.231000', '174046.101000', '174046.104000', '174046.107000', '174046.109000', '174046.112000', '174046.115000', '174046.118000', '174046.121000', '174046.124000', '174046.127000', '174046.130000', '174046.132000', '174046.135000', '174046.138000', '174046.141000', '174046.144000', '174046.147000', '174046.150000', '174046.152000', '174046.155000', '174046.158000', '174046.161000', '174046.164000', '174046.171000', '174046.174000', '174046.177000', '174046.180000', '174046.183000', '174046.186000', '174046.189000', '174046.192000', '174046.195000', '174046.199000', '174046.202000', '174046.205000', '174046.208000', '174046.211000', '174046.214000', '174046.217000', '174046.220000', '174046.223000', '174046.225000', '174046.228000', '174106.101000', '174106.104000', '174106.107000', '174106.110000', '174106.112000', '174106.115000', '174106.118000', '174106.121000', '174106.124000', '174106.127000', '174106.130000', '174106.132000', '174106.135000', '174106.138000', '174106.141000', '174106.144000', '174106.147000', '174106.150000', '174106.153000', '174106.155000', '174106.158000', '174106.161000', '174106.164000', '174106.168000', '174106.171000', '174106.174000', '174106.177000', '174106.180000', '174106.183000', '174106.186000', '174106.189000', '174106.191000', '174106.194000', '174106.197000', '174106.200000', '174106.203000', '174106.206000', '174106.209000', '174106.211000', '174106.214000', '174106.217000', '174106.220000', '174106.223000', '174106.226000', '174126.101000', '174126.104000', '174126.107000', '174126.110000', '174126.112000', '174126.115000', '174126.118000', '174126.121000', '174126.124000', '174126.127000', '174126.130000', '174126.133000', '174126.135000', '174126.138000', '174126.141000', '174126.144000', '174126.147000', '174126.150000', '174126.153000', '174126.156000', '174126.159000', '174126.162000', '174126.164000', '174126.167000', '174126.170000', '174126.173000', '174126.176000', '174126.179000', '174126.182000', '174126.185000', '174126.188000', '174126.190000', '174126.193000', '174126.196000', '174126.199000', '174126.202000', '174126.205000', '174126.208000', '174126.210000', '174126.213000', '174126.216000', '174126.219000', '174126.222000', '174146.101000', '174146.104000', '174146.107000', '174146.109000', '174146.112000', '174146.115000', '174146.118000', '174146.121000', '174146.124000', '174146.127000', '174146.130000', '174146.133000', '174146.135000', '174146.138000', '174146.141000', '174146.144000', '174146.147000', '174146.150000', '174146.153000', '174146.155000', '174146.158000', '174146.161000', '174146.164000', '174146.167000', '174146.170000', '174146.173000', '174146.176000', '174146.179000', '174146.182000', '174146.185000', '174146.187000', '174146.190000', '174146.193000', '174146.196000', '174146.199000', '174146.202000', '174146.204000', '174146.207000', '174146.219000', '174146.222000', '174146.225000', '174146.228000', '174146.230000', '174146.233000', '174206.101000', '174206.104000', '174206.107000', '174206.110000', '174206.112000', '174206.115000', '174206.118000', '174206.121000', '174206.124000', '174206.127000', '174206.130000', '174206.132000', '174206.135000', '174206.138000', '174206.141000', '174206.144000', '174206.147000', '174206.150000', '174206.153000', '174206.155000', '174206.158000', '174206.161000', '174206.164000', '174206.167000', '174206.170000', '174206.173000', '174206.176000', '174206.179000', '174206.181000', '174206.184000', '174206.187000', '174206.190000', '174206.193000', '174206.196000', '174206.199000', '174206.201000', '174206.204000', '174206.207000', '174206.210000', '174206.213000', '174206.216000', '174206.219000', '174206.222000', '174226.101000', '174226.104000', '174226.107000', '174226.110000', '174226.112000', '174226.115000', '174226.118000', '174226.121000', '174226.124000', '174226.127000', '174226.130000', '174226.133000', '174226.135000', '174226.138000', '174226.141000', '174226.144000', '174226.147000', '174226.150000', '174226.153000', '174226.156000', '174226.158000', '174226.161000', '174226.164000', '174226.167000', '174226.170000', '174226.173000', '174226.176000', '174226.179000', '174226.182000', '174226.185000', '174226.188000', '174226.190000', '174226.193000', '174226.196000', '174226.200000', '174226.203000', '174226.205000', '174226.208000', '174226.211000', '174226.214000', '174226.217000', '174226.220000', '174226.223000', '174226.226000', '174246.101000', '174246.104000', '174246.107000', '174246.110000', '174246.112000', '174246.115000', '174246.118000', '174246.121000', '174246.124000', '174246.127000', '174246.130000', '174246.133000', '174246.136000', '174246.139000', '174246.141000', '174246.144000', '174246.147000', '174246.150000', '174246.153000', '174246.156000', '174246.159000', '174246.162000', '174246.165000', '174246.167000', '174246.170000', '174246.173000', '174246.176000', '174246.179000', '174246.182000', '174246.185000', '174246.188000', '174246.191000', '174246.193000', '174246.196000', '174246.199000', '174246.202000', '174246.205000', '174246.208000', '174246.211000', '174246.214000', '174246.217000', '174246.220000', '174246.222000', '174306.101000', '174306.104000', '174306.107000', '174306.110000', '174306.113000', '174306.115000', '174306.118000', '174306.121000', '174306.124000', '174306.127000', '174306.130000', '174306.133000', '174306.136000', '174306.139000', '174306.141000', '174306.144000', '174306.147000', '174306.150000', '174306.153000', '174306.156000', '174306.159000', '174306.162000', '174306.165000', '174306.168000', '174306.171000', '174306.173000', '174306.176000', '174306.179000', '174306.182000', '174306.185000', '174306.188000', '174306.191000', '174306.194000', '174306.196000', '174306.199000', '174306.202000', '174306.205000', '174306.208000', '174306.211000', '174306.214000', '174306.217000', '174306.220000', '174306.223000', '174326.101000', '174326.104000', '174326.107000', '174326.110000', '174326.112000', '174326.115000', '174326.118000', '174326.121000', '174326.124000', '174326.127000', '174326.130000', '174326.133000', '174326.136000', '174326.138000', '174326.141000', '174326.144000', '174326.147000', '174326.150000', '174326.153000', '174326.156000', '174326.170000', '174326.173000', '174326.176000', '174326.178000', '174326.181000', '174326.184000', '174326.187000', '174326.190000', '174326.193000', '174326.196000', '174326.199000', '174326.201000', '174326.204000', '174326.207000', '174326.210000', '174326.213000', '174326.216000', '174326.219000', '174326.222000', '174326.224000', '174326.227000', '174326.230000', '174326.233000', '174326.236000', '174346.101000', '174346.104000', '174346.107000', '174346.110000', '174346.112000', '174346.115000', '174346.118000', '174346.121000', '174346.125000', '174346.128000', '174346.131000', '174346.134000', '174346.137000', '174346.140000', '174346.143000', '174346.145000', '174346.148000', '174346.151000', '174346.154000', '174346.157000', '174346.160000', '174346.163000', '174346.166000', '174346.169000', '174346.171000', '174346.174000', '174346.177000', '174346.180000', '174346.183000', '174346.186000', '174346.189000', '174346.192000', '174346.195000', '174346.198000', '174346.200000', '174346.203000', '174346.206000', '174346.209000', '174346.212000', '174346.215000', '174346.218000', '174346.221000', '174346.223000', '174406.101000', '174406.104000', '174406.107000', '174406.110000', '174406.113000', '174406.115000', '174406.118000', '174406.121000', '174406.124000', '174406.127000', '174406.130000', '174406.133000', '174406.136000', '174406.139000', '174406.141000', '174406.144000', '174406.147000', '174406.150000', '174406.153000', '174406.156000', '174406.159000', '174406.162000', '174406.165000', '174406.167000', '174406.170000', '174406.173000', '174406.176000', '174406.179000', '174406.182000', '174406.185000', '174406.188000', '174406.191000', '174406.194000', '174406.197000', '174406.200000', '174406.202000', '174406.205000', '174406.208000', '174406.211000', '174406.214000', '174406.217000', '174406.219000', '174406.222000', '174406.225000', '174426.101000', '174426.104000', '174426.107000', '174426.110000', '174426.113000', '174426.116000', '174426.119000', '174426.121000', '174426.124000', '174426.127000', '174426.130000', '174426.133000', '174426.136000', '174426.139000', '174426.142000', '174426.145000', '174426.148000', '174426.151000', '174426.154000', '174426.157000', '174426.160000', '174426.163000', '174426.166000', '174426.168000', '174426.171000', '174426.174000', '174426.177000', '174426.180000', '174426.183000', '174426.186000', '174426.189000', '174426.192000', '174426.195000', '174426.197000', '174426.200000', '174426.203000', '174426.206000', '174426.209000', '174426.212000', '174426.214000', '174426.217000', '174426.220000', '174426.223000', '174446.101000', '174446.104000', '174446.107000', '174446.110000', '174446.113000', '174446.116000', '174446.119000', '174446.121000', '174446.124000', '174446.127000', '174446.130000', '174446.133000', '174446.136000', '174446.139000', '174446.142000', '174446.145000', '174446.148000', '174446.151000', '174446.154000', '174446.157000', '174446.159000', '174446.162000', '174446.165000', '174446.168000', '174446.171000', '174446.174000', '174446.177000', '174446.180000', '174446.182000', '174446.185000', '174446.188000', '174446.191000', '174446.194000', '174446.197000', '174446.200000', '174446.203000', '174446.205000', '174446.208000', '174446.211000', '174446.214000', '174446.217000', '174446.220000', '174446.223000', '174446.225000', '174506.101000', '174506.104000', '174506.107000', '174506.110000', '174506.113000', '174506.116000', '174506.121000', '174506.124000', '174506.127000', '174506.129000', '174506.132000', '174506.135000', '174506.138000', '174506.141000', '174506.144000', '174506.147000', '174506.150000', '174506.153000', '174506.156000', '174506.161000', '174506.164000', '174506.167000', '174506.170000', '174506.173000', '174506.176000', '174506.179000', '174506.182000', '174506.185000', '174506.188000', '174506.191000', '174506.194000', '174506.197000', '174506.200000', '174506.203000', '174506.206000', '174506.208000', '174506.211000', '174506.214000', '174506.217000', '174506.220000', '174506.223000', '174506.226000', '174506.229000', '174526.101000', '174526.104000', '174526.107000', '174526.110000', '174526.113000', '174526.115000', '174526.118000', '174526.121000', '174526.124000', '174526.127000', '174526.130000', '174526.133000', '174526.135000', '174526.138000', '174526.141000', '174526.144000', '174526.147000', '174526.150000', '174526.153000', '174526.156000', '174526.159000', '174526.161000', '174526.164000', '174526.167000', '174526.170000', '174526.173000', '174526.176000', '174526.179000', '174526.182000', '174526.185000', '174526.188000', '174526.190000', '174526.193000', '174526.196000', '174526.199000', '174526.202000', '174526.205000', '174526.208000', '174526.211000', '174526.214000', '174526.216000', '174526.219000', '174526.222000', '174526.225000', '174546.101000', '174546.104000', '174546.107000', '174546.110000', '174546.114000', '174546.117000', '174546.120000', '174546.123000', '174546.125000', '174546.128000', '174546.131000', '174546.134000', '174546.137000', '174546.140000', '174546.143000', '174546.146000', '174546.148000', '174546.151000', '174546.154000', '174546.157000', '174546.160000', '174546.163000', '174546.166000', '174546.169000', '174546.173000', '174546.175000', '174546.178000', '174546.181000', '174546.184000', '174546.187000', '174546.190000', '174546.193000', '174546.196000', '174546.199000', '174546.202000', '174546.205000', '174546.207000', '174546.210000', '174546.213000', '174546.216000', '174546.219000', '174546.222000', '174546.225000', '174548.540000', '174548.544000', '174548.548000', '174548.551000', '174548.554000', '174548.558000'], 'InstanceCreationTime': ['173926.134000', '173926.138000', '173926.141000', '173926.144000', '173926.147000', '173926.150000', '173926.153000', '173926.156000', '173926.159000', '173926.163000', '173926.166000', '173926.169000', '173926.172000', '173926.175000', '173926.178000', '173926.181000', '173926.184000', '173926.187000', '173926.191000', '173926.194000', '173926.197000', '173926.208000', '173926.211000', '173926.214000', '173926.217000', '173926.220000', '173926.223000', '173926.226000', '173926.229000', '173926.232000', '173926.236000', '173926.240000', '173926.243000', '173926.246000', '173926.249000', '173926.252000', '173926.255000', '173926.258000', '173926.261000', '173926.264000', '173946.101000', '173946.104000', '173946.107000', '173946.109000', '173946.112000', '173946.115000', '173946.118000', '173946.121000', '173946.124000', '173946.127000', '173946.129000', '173946.132000', '173946.135000', '173946.138000', '173946.141000', '173946.144000', '173946.147000', '173946.150000', '173946.153000', '173946.155000', '173946.158000', '173946.161000', '173946.164000', '173946.167000', '173946.170000', '173946.173000', '173946.176000', '173946.178000', '173946.181000', '173946.184000', '173946.187000', '173946.190000', '173946.193000', '173946.195000', '173946.198000', '173946.201000', '173946.204000', '173946.207000', '173946.210000', '173946.213000', '173946.215000', '173946.218000', '173946.221000', '173946.224000', '174006.101000', '174006.104000', '174006.107000', '174006.110000', '174006.112000', '174006.115000', '174006.118000', '174006.121000', '174006.124000', '174006.127000', '174006.130000', '174006.132000', '174006.135000', '174006.138000', '174006.141000', '174006.144000', '174006.147000', '174006.149000', '174006.152000', '174006.155000', '174006.158000', '174006.161000', '174006.164000', '174006.166000', '174006.169000', '174006.172000', '174006.175000', '174006.181000', '174006.184000', '174006.186000', '174006.189000', '174006.192000', '174006.195000', '174006.198000', '174006.201000', '174006.204000', '174006.206000', '174006.209000', '174006.212000', '174006.215000', '174006.218000', '174006.221000', '174006.234000', '174026.101000', '174026.104000', '174026.107000', '174026.109000', '174026.112000', '174026.115000', '174026.118000', '174026.121000', '174026.123000', '174026.126000', '174026.129000', '174026.132000', '174026.135000', '174026.138000', '174026.141000', '174026.144000', '174026.147000', '174026.149000', '174026.160000', '174026.163000', '174026.166000', '174026.169000', '174026.171000', '174026.174000', '174026.177000', '174026.180000', '174026.183000', '174026.186000', '174026.189000', '174026.191000', '174026.194000', '174026.197000', '174026.200000', '174026.203000', '174026.206000', '174026.208000', '174026.211000', '174026.214000', '174026.217000', '174026.220000', '174026.223000', '174026.225000', '174026.228000', '174026.231000', '174046.101000', '174046.104000', '174046.107000', '174046.109000', '174046.112000', '174046.115000', '174046.118000', '174046.121000', '174046.124000', '174046.127000', '174046.130000', '174046.132000', '174046.135000', '174046.138000', '174046.141000', '174046.144000', '174046.147000', '174046.150000', '174046.152000', '174046.155000', '174046.158000', '174046.161000', '174046.164000', '174046.171000', '174046.174000', '174046.177000', '174046.180000', '174046.183000', '174046.186000', '174046.189000', '174046.192000', '174046.195000', '174046.199000', '174046.202000', '174046.205000', '174046.208000', '174046.211000', '174046.214000', '174046.217000', '174046.220000', '174046.223000', '174046.225000', '174046.228000', '174106.101000', '174106.104000', '174106.107000', '174106.110000', '174106.112000', '174106.115000', '174106.118000', '174106.121000', '174106.124000', '174106.127000', '174106.130000', '174106.132000', '174106.135000', '174106.138000', '174106.141000', '174106.144000', '174106.147000', '174106.150000', '174106.153000', '174106.155000', '174106.158000', '174106.161000', '174106.164000', '174106.168000', '174106.171000', '174106.174000', '174106.177000', '174106.180000', '174106.183000', '174106.186000', '174106.189000', '174106.191000', '174106.194000', '174106.197000', '174106.200000', '174106.203000', '174106.206000', '174106.209000', '174106.211000', '174106.214000', '174106.217000', '174106.220000', '174106.223000', '174106.226000', '174126.101000', '174126.104000', '174126.107000', '174126.110000', '174126.112000', '174126.115000', '174126.118000', '174126.121000', '174126.124000', '174126.127000', '174126.130000', '174126.133000', '174126.135000', '174126.138000', '174126.141000', '174126.144000', '174126.147000', '174126.150000', '174126.153000', '174126.156000', '174126.159000', '174126.162000', '174126.164000', '174126.167000', '174126.170000', '174126.173000', '174126.176000', '174126.179000', '174126.182000', '174126.185000', '174126.188000', '174126.190000', '174126.193000', '174126.196000', '174126.199000', '174126.202000', '174126.205000', '174126.208000', '174126.210000', '174126.213000', '174126.216000', '174126.219000', '174126.222000', '174146.101000', '174146.104000', '174146.107000', '174146.109000', '174146.112000', '174146.115000', '174146.118000', '174146.121000', '174146.124000', '174146.127000', '174146.130000', '174146.133000', '174146.135000', '174146.138000', '174146.141000', '174146.144000', '174146.147000', '174146.150000', '174146.153000', '174146.155000', '174146.158000', '174146.161000', '174146.164000', '174146.167000', '174146.170000', '174146.173000', '174146.176000', '174146.179000', '174146.182000', '174146.185000', '174146.187000', '174146.190000', '174146.193000', '174146.196000', '174146.199000', '174146.202000', '174146.204000', '174146.207000', '174146.219000', '174146.222000', '174146.225000', '174146.228000', '174146.230000', '174146.233000', '174206.101000', '174206.104000', '174206.107000', '174206.110000', '174206.112000', '174206.115000', '174206.118000', '174206.121000', '174206.124000', '174206.127000', '174206.130000', '174206.132000', '174206.135000', '174206.138000', '174206.141000', '174206.144000', '174206.147000', '174206.150000', '174206.153000', '174206.155000', '174206.158000', '174206.161000', '174206.164000', '174206.167000', '174206.170000', '174206.173000', '174206.176000', '174206.179000', '174206.181000', '174206.184000', '174206.187000', '174206.190000', '174206.193000', '174206.196000', '174206.199000', '174206.201000', '174206.204000', '174206.207000', '174206.210000', '174206.213000', '174206.216000', '174206.219000', '174206.222000', '174226.101000', '174226.104000', '174226.107000', '174226.110000', '174226.112000', '174226.115000', '174226.118000', '174226.121000', '174226.124000', '174226.127000', '174226.130000', '174226.133000', '174226.135000', '174226.138000', '174226.141000', '174226.144000', '174226.147000', '174226.150000', '174226.153000', '174226.156000', '174226.158000', '174226.161000', '174226.164000', '174226.167000', '174226.170000', '174226.173000', '174226.176000', '174226.179000', '174226.182000', '174226.185000', '174226.188000', '174226.190000', '174226.193000', '174226.196000', '174226.200000', '174226.203000', '174226.205000', '174226.208000', '174226.211000', '174226.214000', '174226.217000', '174226.220000', '174226.223000', '174226.226000', '174246.101000', '174246.104000', '174246.107000', '174246.110000', '174246.112000', '174246.115000', '174246.118000', '174246.121000', '174246.124000', '174246.127000', '174246.130000', '174246.133000', '174246.136000', '174246.139000', '174246.141000', '174246.144000', '174246.147000', '174246.150000', '174246.153000', '174246.156000', '174246.159000', '174246.162000', '174246.165000', '174246.167000', '174246.170000', '174246.173000', '174246.176000', '174246.179000', '174246.182000', '174246.185000', '174246.188000', '174246.191000', '174246.193000', '174246.196000', '174246.199000', '174246.202000', '174246.205000', '174246.208000', '174246.211000', '174246.214000', '174246.217000', '174246.220000', '174246.222000', '174306.101000', '174306.104000', '174306.107000', '174306.110000', '174306.113000', '174306.115000', '174306.118000', '174306.121000', '174306.124000', '174306.127000', '174306.130000', '174306.133000', '174306.136000', '174306.139000', '174306.141000', '174306.144000', '174306.147000', '174306.150000', '174306.153000', '174306.156000', '174306.159000', '174306.162000', '174306.165000', '174306.168000', '174306.171000', '174306.173000', '174306.176000', '174306.179000', '174306.182000', '174306.185000', '174306.188000', '174306.191000', '174306.194000', '174306.196000', '174306.199000', '174306.202000', '174306.205000', '174306.208000', '174306.211000', '174306.214000', '174306.217000', '174306.220000', '174306.223000', '174326.101000', '174326.104000', '174326.107000', '174326.110000', '174326.112000', '174326.115000', '174326.118000', '174326.121000', '174326.124000', '174326.127000', '174326.130000', '174326.133000', '174326.136000', '174326.138000', '174326.141000', '174326.144000', '174326.147000', '174326.150000', '174326.153000', '174326.156000', '174326.170000', '174326.173000', '174326.176000', '174326.178000', '174326.181000', '174326.184000', '174326.187000', '174326.190000', '174326.193000', '174326.196000', '174326.199000', '174326.201000', '174326.204000', '174326.207000', '174326.210000', '174326.213000', '174326.216000', '174326.219000', '174326.222000', '174326.224000', '174326.227000', '174326.230000', '174326.233000', '174326.236000', '174346.101000', '174346.104000', '174346.107000', '174346.110000', '174346.112000', '174346.115000', '174346.118000', '174346.121000', '174346.125000', '174346.128000', '174346.131000', '174346.134000', '174346.137000', '174346.140000', '174346.143000', '174346.145000', '174346.148000', '174346.151000', '174346.154000', '174346.157000', '174346.160000', '174346.163000', '174346.166000', '174346.169000', '174346.171000', '174346.174000', '174346.177000', '174346.180000', '174346.183000', '174346.186000', '174346.189000', '174346.192000', '174346.195000', '174346.198000', '174346.200000', '174346.203000', '174346.206000', '174346.209000', '174346.212000', '174346.215000', '174346.218000', '174346.221000', '174346.223000', '174406.101000', '174406.104000', '174406.107000', '174406.110000', '174406.113000', '174406.115000', '174406.118000', '174406.121000', '174406.124000', '174406.127000', '174406.130000', '174406.133000', '174406.136000', '174406.139000', '174406.141000', '174406.144000', '174406.147000', '174406.150000', '174406.153000', '174406.156000', '174406.159000', '174406.162000', '174406.165000', '174406.167000', '174406.170000', '174406.173000', '174406.176000', '174406.179000', '174406.182000', '174406.185000', '174406.188000', '174406.191000', '174406.194000', '174406.197000', '174406.200000', '174406.202000', '174406.205000', '174406.208000', '174406.211000', '174406.214000', '174406.217000', '174406.219000', '174406.222000', '174406.225000', '174426.101000', '174426.104000', '174426.107000', '174426.110000', '174426.113000', '174426.116000', '174426.119000', '174426.121000', '174426.124000', '174426.127000', '174426.130000', '174426.133000', '174426.136000', '174426.139000', '174426.142000', '174426.145000', '174426.148000', '174426.151000', '174426.154000', '174426.157000', '174426.160000', '174426.163000', '174426.166000', '174426.168000', '174426.171000', '174426.174000', '174426.177000', '174426.180000', '174426.183000', '174426.186000', '174426.189000', '174426.192000', '174426.195000', '174426.197000', '174426.200000', '174426.203000', '174426.206000', '174426.209000', '174426.212000', '174426.214000', '174426.217000', '174426.220000', '174426.223000', '174446.101000', '174446.104000', '174446.107000', '174446.110000', '174446.113000', '174446.116000', '174446.119000', '174446.121000', '174446.124000', '174446.127000', '174446.130000', '174446.133000', '174446.136000', '174446.139000', '174446.142000', '174446.145000', '174446.148000', '174446.151000', '174446.154000', '174446.157000', '174446.159000', '174446.162000', '174446.165000', '174446.168000', '174446.171000', '174446.174000', '174446.177000', '174446.180000', '174446.182000', '174446.185000', '174446.188000', '174446.191000', '174446.194000', '174446.197000', '174446.200000', '174446.203000', '174446.205000', '174446.208000', '174446.211000', '174446.214000', '174446.217000', '174446.220000', '174446.223000', '174446.225000', '174506.101000', '174506.104000', '174506.107000', '174506.110000', '174506.113000', '174506.116000', '174506.121000', '174506.124000', '174506.127000', '174506.129000', '174506.132000', '174506.135000', '174506.138000', '174506.141000', '174506.144000', '174506.147000', '174506.150000', '174506.153000', '174506.156000', '174506.161000', '174506.164000', '174506.167000', '174506.170000', '174506.173000', '174506.176000', '174506.179000', '174506.182000', '174506.185000', '174506.188000', '174506.191000', '174506.194000', '174506.197000', '174506.200000', '174506.203000', '174506.206000', '174506.208000', '174506.211000', '174506.214000', '174506.217000', '174506.220000', '174506.223000', '174506.226000', '174506.229000', '174526.101000', '174526.104000', '174526.107000', '174526.110000', '174526.113000', '174526.115000', '174526.118000', '174526.121000', '174526.124000', '174526.127000', '174526.130000', '174526.133000', '174526.135000', '174526.138000', '174526.141000', '174526.144000', '174526.147000', '174526.150000', '174526.153000', '174526.156000', '174526.159000', '174526.161000', '174526.164000', '174526.167000', '174526.170000', '174526.173000', '174526.176000', '174526.179000', '174526.182000', '174526.185000', '174526.188000', '174526.190000', '174526.193000', '174526.196000', '174526.199000', '174526.202000', '174526.205000', '174526.208000', '174526.211000', '174526.214000', '174526.216000', '174526.219000', '174526.222000', '174526.225000', '174546.101000', '174546.104000', '174546.107000', '174546.110000', '174546.114000', '174546.117000', '174546.120000', '174546.123000', '174546.125000', '174546.128000', '174546.131000', '174546.134000', '174546.137000', '174546.140000', '174546.143000', '174546.146000', '174546.148000', '174546.151000', '174546.154000', '174546.157000', '174546.160000', '174546.163000', '174546.166000', '174546.169000', '174546.173000', '174546.175000', '174546.178000', '174546.181000', '174546.184000', '174546.187000', '174546.190000', '174546.193000', '174546.196000', '174546.199000', '174546.202000', '174546.205000', '174546.207000', '174546.210000', '174546.213000', '174546.216000', '174546.219000', '174546.222000', '174546.225000', '174548.540000', '174548.544000', '174548.548000', '174548.551000', '174548.554000', '174548.558000'], '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': [12519, 12255, 13897, 12389, 14512, 13074, 12500, 12474, 12144, 11881, 12193, 12388, 13106, 12556, 13029, 12115, 12282, 12234, 12392, 13069, 12687, 13303, 12730, 11432, 12228, 12169, 12959, 12414, 12468, 12158, 12461, 13440, 12801, 13240, 12339, 11011, 12491, 12546, 13895, 12573, 13238, 12330, 11666, 12449, 12434, 12489, 12465, 13225, 13100, 12618, 12691, 12413, 13111, 12444, 13227, 12923, 12390, 13633, 12275, 12853, 12317, 12551, 13271, 12513, 13333, 12336, 13171, 12573, 12224, 12583, 12261, 11552, 13084, 12115, 12601, 12357, 12770, 12279, 12304, 12641, 12582, 13352, 12516, 11363, 12262, 12349, 12372, 12697, 12228, 12466, 12349, 13472, 12366, 12927, 12431, 11729, 12554, 12281, 12291, 12168, 12880, 12303, 13061, 12958, 12436, 13397, 12405, 13119, 12361, 12493, 14039, 12446, 12392, 12280, 12647, 12355, 12263, 13201, 12566, 12691, 12329, 12883, 12381, 12157, 13471, 12402, 13230, 12682, 12308, 12815, 12057, 12954, 12144, 13361, 12645, 12553, 13434, 12599, 11133, 12748, 12016, 12781, 12199, 12699, 12320, 12375, 13258, 12469, 13245, 12267, 11310, 12405, 12133, 12422, 12495, 12062, 13087, 12369, 13032, 12147, 13220, 12174, 12421, 12866, 12305, 13065, 12216, 12857, 12148, 11965, 12462, 12391, 13383, 12517, 12799, 12146, 11633, 12654, 12300, 12781, 12416, 13042, 12999, 12715, 12661, 12005, 13006, 12175, 12748, 12252, 12433, 13548, 12583, 11745, 12214, 11915, 12568, 12343, 13164, 12682, 12222, 13633, 12359, 12906, 12135, 12567, 13141, 12459, 12982, 12049, 11090, 12346, 12133, 13583, 12566, 13487, 11881, 11464, 12792, 12304, 13036, 12472, 13134, 12149, 12258, 12611, 12373, 13349, 12390, 12631, 12822, 12751, 12736, 12196, 13827, 12086, 12950, 12366, 11738, 13226, 12360, 13543, 11990, 12867, 12140, 12687, 12540, 12446, 13303, 12264, 13349, 12313, 12817, 12322, 12240, 13064, 12329, 12909, 12051, 12599, 12093, 11880, 11840, 13032, 12507, 13540, 12419, 13147, 12646, 12530, 13451, 12230, 13679, 12167, 11765, 12756, 12208, 13373, 12138, 13452, 13114, 13093, 12912, 11920, 12992, 12231, 13036, 12695, 12304, 13515, 12389, 13618, 12323, 13133, 12367, 12415, 13095, 12394, 13703, 12283, 11769, 12654, 12184, 12645, 12314, 13624, 13038, 13710, 12808, 12122, 12584, 12292, 11659, 13066, 12025, 13011, 12145, 12996, 12345, 11578, 12467, 12287, 13195, 12324, 13305, 12677, 13985, 12996, 17033, 13343, 12065, 13047, 12064, 13105, 12498, 11970, 13266, 12112, 13101, 12245, 11993, 12882, 12104, 12623, 11958, 12953, 12126, 12088, 12882, 12266, 14298, 12237, 11961, 12474, 12030, 12744, 12267, 12867, 12772, 12199, 13751, 12103, 13008, 12226, 12126, 13078, 12260, 12486, 12077, 11506, 12639, 12264, 12842, 12371, 13409, 12384, 12009, 13610, 12235, 13369, 12837, 13742, 12850, 12069, 13176, 12290, 11837, 13027, 11959, 12851, 12197, 13437, 12253, 12041, 13124, 12148, 13308, 12826, 12851, 12612, 11993, 13436, 12175, 11946, 12658, 12088, 13567, 12530, 13459, 12201, 11401, 12539, 12163, 13233, 12209, 13177, 13272, 12159, 12741, 12167, 13110, 12521, 13817, 13141, 12168, 13571, 12157, 11523, 12631, 12209, 13162, 12226, 13870, 12503, 13439, 12710, 11993, 13128, 12255, 12900, 12768, 12365, 12831, 12227, 11259, 12590, 12181, 13274, 12249, 13490, 12507, 11837, 13013, 11942, 13337, 12659, 13284, 13237, 12232, 12841, 12066, 12827, 13420, 12156, 13403, 12159, 13775, 12127, 13317, 12931, 12230, 13429, 12253, 13695, 12532, 13583, 12707, 12105, 13053, 12124, 13661, 12914, 13311, 12949, 12107, 13825, 12278, 13222, 12988, 12289, 13261, 12244, 12738, 12327, 11562, 12668, 12126, 14051, 12433, 13542, 12286, 12809, 12656, 12043, 12884, 12369, 11589, 13510, 13484, 12866, 11966, 13172, 12266, 13150, 12966, 12013, 12902, 12113, 13431, 12314, 11868, 13113, 13815, 13009, 12113, 13310, 12297, 13364, 13202, 12135, 13210, 12068, 11231, 12707, 11964, 13601, 12337, 13179, 12058, 11273, 13029, 12226, 13690, 12332, 13490, 12124, 11720, 12784, 12205, 13336, 12447, 13383, 12167, 13042, 12535, 12408, 13260, 12345, 13856, 12959, 13923, 12616, 12049, 13105, 12139, 11809, 13104, 13099, 12836, 12161, 12715, 12416, 13450, 13025, 12507, 13503, 12145, 13047, 12044, 11872, 12679, 12242, 13815, 12551, 13403, 12748, 12095, 12344, 12043, 13309, 12859, 12118, 13723, 12117, 13133, 12122, 12957, 12598, 12215, 13576, 12266, 11421, 12363, 12126, 13455, 12047, 13058, 12871, 12913, 12551, 12115, 12646, 12365, 10887, 12971, 12973, 12630, 12191, 13151, 12269, 12249, 12473, 12401, 13570, 12315, 13230, 12239, 12861, 12556, 12275, 13485, 12284, 11577, 12276, 12031, 13528, 12320, 13235, 12336, 13518, 13157, 12190, 12928, 12212, 13180, 12270, 13416, 12680, 12265, 13720, 12378, 11297, 12276, 12069, 13722, 12277, 13402, 12854, 13224, 12733, 12131, 12610, 12310, 12662, 12854, 12958, 12686, 12194, 12618, 12033, 12280, 12892, 12277, 13124, 12385, 12755, 12989, 12022, 12743, 12156, 12673, 12231, 12046, 13399, 12292, 13409, 12634, 12968, 12791, 12158, 12996, 12303, 11847, 13070, 12175, 13670, 12138, 12863, 12840, 12058, 13074, 12418, 13641, 12837, 13528, 12656, 11922, 13444, 12268, 13336, 12578, 13005, 14206, 12127, 13286, 12137, 13475, 12716, 12130, 13542, 12886, 13578, 12547, 12802, 12827, 12121, 13256, 12473, 14011, 13111, 12522, 13099, 12302, 12686, 12678, 11953, 13232, 12206, 13280, 12103, 12685, 12334, 12054, 13383, 12249, 13056, 12076, 13298, 12602, 12087, 12223, 12245, 11900, 12663, 11922, 12627, 12083, 13162, 12225, 13231, 12952, 12193, 13850, 12178, 13160, 12412, 11546, 12710, 12301, 13700, 12303, 13370, 12227, 13487, 12758, 12211, 13446, 12394, 12494, 12382, 12195, 12878, 12320, 12067, 12817, 12010, 13585, 12133, 13139, 12278, 11229, 12317, 12139, 13779, 12034, 13223, 12207, 13435, 12773, 12015, 12856, 12389, 10963, 12082, 11884, 12491, 12309, 11338, 12965, 14050, 12702, 17298, 13474, 12264, 13550, 11971, 13545, 12819, 12066, 13259, 12283, 11808, 12830, 12033, 12809, 12071, 12055, 13107, 12150, 14050, 11978, 14090, 13059, 12159, 12646, 12115, 11684, 12364, 12104, 12982, 12346, 12727, 12617, 12159, 12682, 12146, 11253, 12199, 12259, 13681, 11995, 13331, 12146, 12612, 12316, 12291, 13382, 12324, 13083, 12034, 13605, 12525, 12339, 13580, 12626, 13266, 12282, 12924, 12517, 12314, 13386, 12524], 'WindowCenter': [4423.0, 4397.0, 4394.0, 4383.0, 4401.0, 4382.0, 4382.0, 4378.0, 4368.0, 4358.0, 4367.0, 4368.0, 4381.0, 4368.0, 4377.0, 4368.0, 4367.0, 4367.0, 4366.0, 4364.0, 4379.0, 4391.0, 4379.0, 4368.0, 4370.0, 4368.0, 4378.0, 4368.0, 4367.0, 4367.0, 4379.0, 4391.0, 4378.0, 4379.0, 4379.0, 4356.0, 4375.0, 4379.0, 4391.0, 4382.0, 4379.0, 4377.0, 4369.0, 4377.0, 4378.0, 4376.0, 4392.0, 4394.0, 4393.0, 4381.0, 4379.0, 4379.0, 4378.0, 4380.0, 4380.0, 4381.0, 4380.0, 4389.0, 4380.0, 4378.0, 4367.0, 4369.0, 4376.0, 4383.0, 4379.0, 4378.0, 4378.0, 4378.0, 4368.0, 4379.0, 4381.0, 4372.0, 4389.0, 4381.0, 4380.0, 4380.0, 4368.0, 4368.0, 4368.0, 4377.0, 4380.0, 4378.0, 4369.0, 4358.0, 4367.0, 4367.0, 4368.0, 4377.0, 4370.0, 4368.0, 4369.0, 4380.0, 4368.0, 4376.0, 4381.0, 4381.0, 4380.0, 4370.0, 4366.0, 4368.0, 4379.0, 4369.0, 4381.0, 4378.0, 4370.0, 4377.0, 4377.0, 4378.0, 4382.0, 4382.0, 4390.0, 4379.0, 4379.0, 4381.0, 4377.0, 4377.0, 4382.0, 4392.0, 4381.0, 4381.0, 4382.0, 4380.0, 4380.0, 4370.0, 4380.0, 4380.0, 4382.0, 4381.0, 4370.0, 4381.0, 4368.0, 4368.0, 4368.0, 4378.0, 4378.0, 4380.0, 4378.0, 4382.0, 4369.0, 4380.0, 4370.0, 4378.0, 4369.0, 4379.0, 4378.0, 4382.0, 4392.0, 4381.0, 4381.0, 4380.0, 4359.0, 4368.0, 4368.0, 4380.0, 4381.0, 4369.0, 4393.0, 4380.0, 4380.0, 4370.0, 4378.0, 4381.0, 4381.0, 4382.0, 4369.0, 4381.0, 4379.0, 4379.0, 4368.0, 4368.0, 4380.0, 4381.0, 4380.0, 4369.0, 4379.0, 4370.0, 4356.0, 4378.0, 4366.0, 4380.0, 4381.0, 4381.0, 4380.0, 4379.0, 4381.0, 4380.0, 4378.0, 4370.0, 4380.0, 4369.0, 4382.0, 4378.0, 4370.0, 4369.0, 4367.0, 4368.0, 4367.0, 4379.0, 4379.0, 4367.0, 4356.0, 4376.0, 4367.0, 4364.0, 4367.0, 4381.0, 4391.0, 4380.0, 4381.0, 4370.0, 4357.0, 4369.0, 4371.0, 4390.0, 4380.0, 4379.0, 4383.0, 4370.0, 4381.0, 4370.0, 4381.0, 4379.0, 4379.0, 4369.0, 4366.0, 4380.0, 4377.0, 4380.0, 4380.0, 4384.0, 4379.0, 4381.0, 4380.0, 4370.0, 4390.0, 4379.0, 4368.0, 4370.0, 4369.0, 4377.0, 4370.0, 4380.0, 4372.0, 4375.0, 4369.0, 4369.0, 4369.0, 4380.0, 4381.0, 4372.0, 4379.0, 4368.0, 4378.0, 4369.0, 4383.0, 4394.0, 4381.0, 4379.0, 4379.0, 4378.0, 4382.0, 4379.0, 4370.0, 4379.0, 4394.0, 4394.0, 4385.0, 4384.0, 4382.0, 4384.0, 4393.0, 4382.0, 4381.0, 4371.0, 4370.0, 4369.0, 4368.0, 4378.0, 4367.0, 4378.0, 4380.0, 4380.0, 4381.0, 4370.0, 4380.0, 4371.0, 4379.0, 4380.0, 4382.0, 4392.0, 4382.0, 4390.0, 4382.0, 4378.0, 4383.0, 4404.0, 4394.0, 4383.0, 4380.0, 4381.0, 4370.0, 4380.0, 4368.0, 4366.0, 4381.0, 4393.0, 4392.0, 4391.0, 4381.0, 4371.0, 4368.0, 4368.0, 4372.0, 4392.0, 4371.0, 4381.0, 4382.0, 4377.0, 4379.0, 4369.0, 4379.0, 4369.0, 4378.0, 4380.0, 4381.0, 4381.0, 4392.0, 4381.0, 4403.0, 4382.0, 4371.0, 4381.0, 4370.0, 4368.0, 4366.0, 4371.0, 4378.0, 4367.0, 4377.0, 4370.0, 4383.0, 4393.0, 4380.0, 4369.0, 4370.0, 4366.0, 4367.0, 4357.0, 4366.0, 4366.0, 4378.0, 4356.0, 4356.0, 4352.0, 4354.0, 4364.0, 4356.0, 4366.0, 4364.0, 4356.0, 4375.0, 4366.0, 4366.0, 4369.0, 4380.0, 4378.0, 4368.0, 4366.0, 4367.0, 4355.0, 4367.0, 4368.0, 4379.0, 4370.0, 4377.0, 4379.0, 4368.0, 4377.0, 4368.0, 4392.0, 4380.0, 4392.0, 4381.0, 4379.0, 4379.0, 4369.0, 4382.0, 4389.0, 4372.0, 4382.0, 4381.0, 4381.0, 4371.0, 4369.0, 4378.0, 4380.0, 4392.0, 4381.0, 4380.0, 4378.0, 4382.0, 4378.0, 4369.0, 4368.0, 4378.0, 4380.0, 4390.0, 4381.0, 4391.0, 4382.0, 4370.0, 4378.0, 4370.0, 4379.0, 4380.0, 4393.0, 4391.0, 4382.0, 4392.0, 4381.0, 4378.0, 4380.0, 4391.0, 4392.0, 4371.0, 4389.0, 4380.0, 4371.0, 4379.0, 4371.0, 4380.0, 4381.0, 4390.0, 4380.0, 4380.0, 4378.0, 4366.0, 4379.0, 4368.0, 4380.0, 4378.0, 4370.0, 4367.0, 4367.0, 4358.0, 4368.0, 4368.0, 4379.0, 4380.0, 4378.0, 4379.0, 4369.0, 4377.0, 4367.0, 4389.0, 4392.0, 4391.0, 4380.0, 4382.0, 4380.0, 4381.0, 4393.0, 4407.0, 4383.0, 4393.0, 4384.0, 4403.0, 4394.0, 4389.0, 4392.0, 4381.0, 4393.0, 4395.0, 4391.0, 4383.0, 4389.0, 4392.0, 4382.0, 4381.0, 4382.0, 4393.0, 4383.0, 4391.0, 4380.0, 4370.0, 4391.0, 4380.0, 4380.0, 4392.0, 4383.0, 4380.0, 4381.0, 4379.0, 4381.0, 4368.0, 4380.0, 4379.0, 4392.0, 4381.0, 4376.0, 4369.0, 4379.0, 4378.0, 4368.0, 4368.0, 4381.0, 4372.0, 4392.0, 4380.0, 4381.0, 4379.0, 4379.0, 4369.0, 4381.0, 4380.0, 4369.0, 4379.0, 4369.0, 4376.0, 4381.0, 4371.0, 4380.0, 4390.0, 4390.0, 4380.0, 4379.0, 4381.0, 4392.0, 4380.0, 4370.0, 4379.0, 4370.0, 4358.0, 4379.0, 4382.0, 4393.0, 4380.0, 4380.0, 4382.0, 4370.0, 4390.0, 4382.0, 4392.0, 4382.0, 4390.0, 4382.0, 4371.0, 4380.0, 4382.0, 4393.0, 4382.0, 4388.0, 4379.0, 4379.0, 4378.0, 4366.0, 4374.0, 4379.0, 4392.0, 4380.0, 4379.0, 4378.0, 4368.0, 4376.0, 4380.0, 4371.0, 4379.0, 4379.0, 4380.0, 4369.0, 4379.0, 4369.0, 4390.0, 4380.0, 4382.0, 4380.0, 4381.0, 4379.0, 4368.0, 4357.0, 4364.0, 4378.0, 4391.0, 4381.0, 4379.0, 4380.0, 4369.0, 4366.0, 4369.0, 4379.0, 4378.0, 4369.0, 4380.0, 4366.0, 4374.0, 4369.0, 4368.0, 4367.0, 4370.0, 4379.0, 4369.0, 4357.0, 4369.0, 4366.0, 4376.0, 4367.0, 4368.0, 4380.0, 4367.0, 4368.0, 4367.0, 4368.0, 4368.0, 4359.0, 4379.0, 4378.0, 4378.0, 4368.0, 4376.0, 4369.0, 4367.0, 4367.0, 4371.0, 4379.0, 4368.0, 4379.0, 4367.0, 4366.0, 4368.0, 4381.0, 4380.0, 4371.0, 4359.0, 4368.0, 4368.0, 4379.0, 4367.0, 4377.0, 4380.0, 4391.0, 4382.0, 4371.0, 4379.0, 4368.0, 4376.0, 4367.0, 4377.0, 4366.0, 4380.0, 4390.0, 4370.0, 4357.0, 4369.0, 4369.0, 4377.0, 4369.0, 4379.0, 4379.0, 4380.0, 4381.0, 4379.0, 4379.0, 4380.0, 4380.0, 4380.0, 4379.0, 4379.0, 4369.0, 4365.0, 4369.0, 4382.0, 4393.0, 4381.0, 4378.0, 4368.0, 4368.0, 4368.0, 4368.0, 4380.0, 4368.0, 4368.0, 4368.0, 4368.0, 4377.0, 4371.0, 4391.0, 4379.0, 4378.0, 4366.0, 4367.0, 4367.0, 4368.0, 4370.0, 4379.0, 4370.0, 4390.0, 4380.0, 4377.0, 4378.0, 4369.0, 4380.0, 4381.0, 4393.0, 4393.0, 4391.0, 4392.0, 4371.0, 4391.0, 4371.0, 4380.0, 4380.0, 4383.0, 4392.0, 4369.0, 4379.0, 4379.0, 4378.0, 4381.0, 4381.0, 4381.0, 4380.0, 4380.0, 4381.0, 4381.0, 4379.0, 4378.0, 4380.0, 4381.0, 4404.0, 4393.0, 4382.0, 4382.0, 4382.0, 4393.0, 4380.0, 4370.0, 4382.0, 4370.0, 4390.0, 4379.0, 4381.0, 4378.0, 4368.0, 4392.0, 4369.0, 4378.0, 4369.0, 4376.0, 4367.0, 4367.0, 4365.0, 4369.0, 4370.0, 4368.0, 4368.0, 4367.0, 4366.0, 4367.0, 4369.0, 4380.0, 4380.0, 4369.0, 4379.0, 4366.0, 4378.0, 4368.0, 4368.0, 4378.0, 4381.0, 4390.0, 4369.0, 4379.0, 4369.0, 4376.0, 4366.0, 4370.0, 4380.0, 4369.0, 4366.0, 4368.0, 4365.0, 4365.0, 4366.0, 4369.0, 4377.0, 4368.0, 4377.0, 4368.0, 4377.0, 4366.0, 4357.0, 4367.0, 4384.0, 4405.0, 4393.0, 4379.0, 4366.0, 4366.0, 4364.0, 4364.0, 4378.0, 4369.0, 4359.0, 4382.0, 4369.0, 4367.0, 4379.0, 4370.0, 4379.0, 4380.0, 4380.0, 4414.0, 4390.0, 4371.0, 4390.0, 4370.0, 4378.0, 4367.0, 4369.0, 4377.0, 4368.0, 4368.0, 4381.0, 4379.0, 4379.0, 4368.0, 4367.0, 4367.0, 4358.0, 4365.0, 4344.0, 4364.0, 4366.0, 4354.0, 4353.0, 4343.0, 4342.0, 4351.0, 4341.0, 4349.0, 4351.0, 4354.0, 4352.0, 4352.0, 4353.0, 4353.0, 4342.0, 4365.0, 4356.0, 4376.0, 4355.0, 4364.0, 4355.0, 4354.0, 4365.0, 4366.0, 4379.0, 4368.0, 4377.0, 4366.0, 4377.0, 4378.0, 4368.0, 4379.0, 4369.0, 4378.0, 4368.0, 4378.0, 4378.0, 4380.0, 4389.0, 4381.0], 'WindowWidth': [9742.0, 9698.0, 9688.0, 9667.0, 9696.0, 9663.0, 9664.0, 9651.0, 9638.0, 9626.0, 9633.0, 9639.0, 9659.0, 9637.0, 9648.0, 9635.0, 9635.0, 9633.0, 9633.0, 9627.0, 9652.0, 9673.0, 9653.0, 9639.0, 9643.0, 9638.0, 9649.0, 9637.0, 9639.0, 9634.0, 9656.0, 9674.0, 9651.0, 9653.0, 9654.0, 9620.0, 9645.0, 9654.0, 9676.0, 9664.0, 9654.0, 9652.0, 9642.0, 9650.0, 9652.0, 9648.0, 9677.0, 9687.0, 9678.0, 9659.0, 9655.0, 9653.0, 9650.0, 9654.0, 9661.0, 9661.0, 9658.0, 9668.0, 9657.0, 9652.0, 9636.0, 9641.0, 9647.0, 9667.0, 9653.0, 9651.0, 9650.0, 9652.0, 9639.0, 9654.0, 9660.0, 9655.0, 9669.0, 9660.0, 9658.0, 9657.0, 9639.0, 9634.0, 9638.0, 9650.0, 9656.0, 9650.0, 9641.0, 9624.0, 9634.0, 9632.0, 9636.0, 9648.0, 9644.0, 9637.0, 9640.0, 9654.0, 9636.0, 9647.0, 9660.0, 9663.0, 9658.0, 9643.0, 9633.0, 9637.0, 9651.0, 9638.0, 9660.0, 9651.0, 9641.0, 9649.0, 9648.0, 9651.0, 9662.0, 9660.0, 9669.0, 9655.0, 9655.0, 9658.0, 9651.0, 9649.0, 9665.0, 9677.0, 9660.0, 9658.0, 9664.0, 9657.0, 9656.0, 9644.0, 9654.0, 9655.0, 9667.0, 9659.0, 9644.0, 9658.0, 9637.0, 9635.0, 9637.0, 9650.0, 9651.0, 9659.0, 9652.0, 9665.0, 9642.0, 9658.0, 9642.0, 9652.0, 9641.0, 9652.0, 9652.0, 9666.0, 9676.0, 9661.0, 9660.0, 9657.0, 9629.0, 9637.0, 9637.0, 9657.0, 9658.0, 9642.0, 9678.0, 9657.0, 9655.0, 9640.0, 9650.0, 9657.0, 9663.0, 9664.0, 9643.0, 9658.0, 9655.0, 9652.0, 9637.0, 9640.0, 9656.0, 9660.0, 9656.0, 9640.0, 9653.0, 9642.0, 9620.0, 9650.0, 9632.0, 9658.0, 9660.0, 9660.0, 9655.0, 9655.0, 9660.0, 9656.0, 9652.0, 9642.0, 9658.0, 9638.0, 9661.0, 9655.0, 9642.0, 9639.0, 9636.0, 9636.0, 9634.0, 9653.0, 9657.0, 9634.0, 9618.0, 9644.0, 9633.0, 9628.0, 9636.0, 9662.0, 9674.0, 9657.0, 9657.0, 9642.0, 9622.0, 9638.0, 9643.0, 9671.0, 9655.0, 9652.0, 9666.0, 9643.0, 9659.0, 9645.0, 9658.0, 9654.0, 9653.0, 9641.0, 9636.0, 9655.0, 9648.0, 9653.0, 9656.0, 9671.0, 9657.0, 9659.0, 9655.0, 9644.0, 9668.0, 9655.0, 9638.0, 9639.0, 9643.0, 9650.0, 9643.0, 9656.0, 9648.0, 9646.0, 9639.0, 9641.0, 9639.0, 9657.0, 9657.0, 9646.0, 9651.0, 9636.0, 9651.0, 9639.0, 9666.0, 9682.0, 9662.0, 9655.0, 9656.0, 9651.0, 9662.0, 9656.0, 9645.0, 9654.0, 9681.0, 9684.0, 9671.0, 9669.0, 9662.0, 9670.0, 9676.0, 9665.0, 9657.0, 9644.0, 9642.0, 9638.0, 9634.0, 9647.0, 9633.0, 9651.0, 9655.0, 9657.0, 9659.0, 9643.0, 9654.0, 9644.0, 9653.0, 9656.0, 9665.0, 9675.0, 9662.0, 9670.0, 9662.0, 9654.0, 9664.0, 9702.0, 9683.0, 9666.0, 9656.0, 9660.0, 9643.0, 9657.0, 9638.0, 9632.0, 9657.0, 9680.0, 9674.0, 9672.0, 9660.0, 9645.0, 9637.0, 9637.0, 9652.0, 9674.0, 9646.0, 9658.0, 9662.0, 9650.0, 9654.0, 9641.0, 9654.0, 9642.0, 9649.0, 9657.0, 9662.0, 9660.0, 9677.0, 9659.0, 9698.0, 9663.0, 9649.0, 9658.0, 9643.0, 9636.0, 9630.0, 9646.0, 9648.0, 9632.0, 9648.0, 9643.0, 9667.0, 9680.0, 9659.0, 9639.0, 9640.0, 9634.0, 9630.0, 9619.0, 9628.0, 9631.0, 9651.0, 9616.0, 9616.0, 9607.0, 9610.0, 9626.0, 9615.0, 9629.0, 9624.0, 9616.0, 9640.0, 9631.0, 9630.0, 9639.0, 9658.0, 9650.0, 9637.0, 9630.0, 9634.0, 9618.0, 9632.0, 9637.0, 9656.0, 9642.0, 9647.0, 9654.0, 9638.0, 9648.0, 9637.0, 9676.0, 9656.0, 9675.0, 9659.0, 9655.0, 9651.0, 9638.0, 9664.0, 9669.0, 9649.0, 9662.0, 9660.0, 9657.0, 9645.0, 9643.0, 9650.0, 9657.0, 9677.0, 9660.0, 9656.0, 9652.0, 9663.0, 9651.0, 9638.0, 9637.0, 9651.0, 9656.0, 9672.0, 9662.0, 9672.0, 9662.0, 9646.0, 9652.0, 9642.0, 9654.0, 9659.0, 9685.0, 9675.0, 9661.0, 9678.0, 9661.0, 9653.0, 9657.0, 9677.0, 9677.0, 9647.0, 9670.0, 9659.0, 9649.0, 9653.0, 9645.0, 9658.0, 9662.0, 9674.0, 9657.0, 9656.0, 9651.0, 9634.0, 9651.0, 9636.0, 9660.0, 9655.0, 9643.0, 9633.0, 9636.0, 9623.0, 9637.0, 9637.0, 9657.0, 9655.0, 9651.0, 9655.0, 9640.0, 9649.0, 9635.0, 9668.0, 9677.0, 9676.0, 9658.0, 9665.0, 9658.0, 9660.0, 9680.0, 9705.0, 9667.0, 9680.0, 9671.0, 9692.0, 9682.0, 9672.0, 9677.0, 9663.0, 9682.0, 9688.0, 9678.0, 9668.0, 9671.0, 9677.0, 9665.0, 9659.0, 9664.0, 9683.0, 9664.0, 9675.0, 9658.0, 9646.0, 9671.0, 9656.0, 9658.0, 9679.0, 9669.0, 9658.0, 9663.0, 9654.0, 9659.0, 9640.0, 9657.0, 9660.0, 9677.0, 9660.0, 9647.0, 9642.0, 9654.0, 9652.0, 9637.0, 9637.0, 9659.0, 9652.0, 9674.0, 9657.0, 9662.0, 9658.0, 9652.0, 9640.0, 9664.0, 9656.0, 9641.0, 9653.0, 9640.0, 9645.0, 9658.0, 9648.0, 9657.0, 9670.0, 9671.0, 9657.0, 9653.0, 9660.0, 9679.0, 9657.0, 9644.0, 9652.0, 9642.0, 9626.0, 9654.0, 9665.0, 9679.0, 9659.0, 9656.0, 9666.0, 9644.0, 9671.0, 9664.0, 9676.0, 9661.0, 9670.0, 9663.0, 9648.0, 9658.0, 9664.0, 9678.0, 9662.0, 9666.0, 9656.0, 9657.0, 9650.0, 9634.0, 9642.0, 9654.0, 9679.0, 9656.0, 9655.0, 9651.0, 9638.0, 9645.0, 9657.0, 9649.0, 9654.0, 9653.0, 9657.0, 9642.0, 9652.0, 9640.0, 9675.0, 9658.0, 9665.0, 9656.0, 9660.0, 9651.0, 9636.0, 9622.0, 9627.0, 9652.0, 9673.0, 9659.0, 9654.0, 9656.0, 9640.0, 9633.0, 9640.0, 9659.0, 9652.0, 9641.0, 9654.0, 9633.0, 9640.0, 9638.0, 9637.0, 9633.0, 9642.0, 9655.0, 9638.0, 9620.0, 9637.0, 9632.0, 9644.0, 9633.0, 9634.0, 9656.0, 9634.0, 9635.0, 9633.0, 9635.0, 9636.0, 9630.0, 9654.0, 9652.0, 9652.0, 9638.0, 9645.0, 9636.0, 9634.0, 9634.0, 9645.0, 9655.0, 9639.0, 9651.0, 9636.0, 9633.0, 9636.0, 9658.0, 9655.0, 9644.0, 9625.0, 9636.0, 9637.0, 9652.0, 9635.0, 9648.0, 9658.0, 9677.0, 9661.0, 9648.0, 9652.0, 9637.0, 9644.0, 9634.0, 9648.0, 9631.0, 9656.0, 9670.0, 9642.0, 9622.0, 9640.0, 9640.0, 9648.0, 9639.0, 9656.0, 9654.0, 9654.0, 9657.0, 9655.0, 9654.0, 9657.0, 9660.0, 9656.0, 9653.0, 9654.0, 9641.0, 9631.0, 9640.0, 9666.0, 9682.0, 9661.0, 9649.0, 9635.0, 9640.0, 9635.0, 9638.0, 9653.0, 9636.0, 9636.0, 9635.0, 9638.0, 9646.0, 9645.0, 9675.0, 9654.0, 9650.0, 9633.0, 9633.0, 9631.0, 9637.0, 9644.0, 9654.0, 9645.0, 9670.0, 9656.0, 9649.0, 9651.0, 9641.0, 9657.0, 9663.0, 9680.0, 9678.0, 9675.0, 9677.0, 9649.0, 9672.0, 9645.0, 9657.0, 9656.0, 9667.0, 9676.0, 9642.0, 9653.0, 9653.0, 9652.0, 9658.0, 9660.0, 9658.0, 9655.0, 9657.0, 9660.0, 9660.0, 9656.0, 9654.0, 9656.0, 9661.0, 9699.0, 9679.0, 9663.0, 9662.0, 9662.0, 9680.0, 9658.0, 9648.0, 9662.0, 9645.0, 9670.0, 9657.0, 9662.0, 9652.0, 9638.0, 9674.0, 9641.0, 9649.0, 9641.0, 9647.0, 9633.0, 9633.0, 9628.0, 9639.0, 9643.0, 9635.0, 9636.0, 9634.0, 9631.0, 9633.0, 9640.0, 9657.0, 9658.0, 9640.0, 9652.0, 9633.0, 9649.0, 9636.0, 9639.0, 9653.0, 9661.0, 9672.0, 9643.0, 9654.0, 9641.0, 9646.0, 9632.0, 9642.0, 9656.0, 9638.0, 9633.0, 9636.0, 9629.0, 9628.0, 9629.0, 9643.0, 9648.0, 9637.0, 9647.0, 9637.0, 9646.0, 9633.0, 9622.0, 9634.0, 9672.0, 9702.0, 9683.0, 9655.0, 9633.0, 9631.0, 9624.0, 9628.0, 9651.0, 9639.0, 9626.0, 9663.0, 9641.0, 9635.0, 9654.0, 9647.0, 9653.0, 9656.0, 9655.0, 9717.0, 9673.0, 9648.0, 9671.0, 9644.0, 9653.0, 9634.0, 9641.0, 9647.0, 9638.0, 9640.0, 9658.0, 9655.0, 9656.0, 9638.0, 9636.0, 9633.0, 9623.0, 9630.0, 9597.0, 9628.0, 9630.0, 9611.0, 9608.0, 9591.0, 9591.0, 9600.0, 9586.0, 9595.0, 9602.0, 9609.0, 9604.0, 9604.0, 9607.0, 9607.0, 9593.0, 9627.0, 9619.0, 9643.0, 9613.0, 9623.0, 9612.0, 9612.0, 9628.0, 9633.0, 9653.0, 9637.0, 9648.0, 9632.0, 9648.0, 9651.0, 9638.0, 9651.0, 9637.0, 9649.0, 9638.0, 9651.0, 9651.0, 9658.0, 9672.0, 9660.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.0008432068965517242</td></tr>
<tr><td colspan=3>aqi</td><td>0.01322381988505747</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.42940599159952</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2009781965822797</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0176464403797467</td></tr>
<tr><td colspan=3>efc</td><td>0.4651</td></tr>
<tr><td colspan=3>fber</td><td>7115.8857</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08349456164049227</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9540229885057472</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4668911657112447</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.436428669183741</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.756448570644781</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2077962573052115</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102687</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016234148293733597</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02376527711749077</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.735945366695149</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>35.8171</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7638</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.8847</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302517.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>854.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.1424</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.172</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.8363</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3558.4394</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3782.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1054.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4725.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1012.3206</td></tr>
<tr><td colspan=3>tsnr</td><td>50.39996421057731</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>