ds005256-mriqc/sub-0032_ses-03_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 25fea00fc3 [DATALAD RUNCMD] Compute MRIQC for sub-0032
=== 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-0032 --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-0032",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:03 +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-0032_ses-03_task-social_acq-mb8_run-04_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-0032_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-04_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-0032/ses-03/func/sub-0032_ses-03_task-social_acq-mb8_run-04_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>2f23ad37cab2fb969124521e840b372b</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>13:31:3.200000</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.993762, -0.0593739, 0.0943986, 0.0694906, 0.991744, -0.107771]</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-04_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.0896896</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7781, -7216, 595, -149, -185, -102, 5]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.278</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2e1fb8f0-05f9-43d3-9caf-06244aaced50||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.666191816329956, 0.18643832206726074, 0.23549532890319824, 98.18782806396484], [0.15929588675498962, 2.6607770919799805, -0.3068787157535553, -101.95337677001953], [0.2532646358013153, 0.2891422510147095, 2.6721465587615967, -86.41835021972656], [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': ['133103.200000', '133103.660000', '133104.120000', '133104.580000', '133105.040000', '133105.500000', '133105.960000', '133106.420000', '133106.880000', '133107.340000', '133107.800000', '133108.260000', '133108.720000', '133109.180000', '133109.640000', '133110.100000', '133110.560000', '133111.020000', '133111.480000', '133111.940000', '133112.400000', '133112.860000', '133113.320000', '133113.780000', '133114.240000', '133114.700000', '133115.160000', '133115.620000', '133116.080000', '133116.540000', '133117.000000', '133117.460000', '133117.920000', '133118.380000', '133118.840000', '133119.300000', '133119.760000', '133120.220000', '133120.680000', '133121.140000', '133121.600000', '133122.060000', '133122.520000', '133122.980000', '133123.440000', '133123.900000', '133124.360000', '133124.820000', '133125.280000', '133125.740000', '133126.200000', '133126.660000', '133127.120000', '133127.580000', '133128.040000', '133128.500000', '133128.960000', '133129.420000', '133129.880000', '133130.340000', '133130.800000', '133131.260000', '133131.720000', '133132.180000', '133132.640000', '133133.100000', '133133.560000', '133134.020000', '133134.480000', '133134.940000', '133135.400000', '133135.860000', '133136.320000', '133136.780000', '133137.240000', '133137.700000', '133138.160000', '133138.620000', '133139.080000', '133139.540000', '133140.000000', '133140.460000', '133140.920000', '133141.380000', '133141.840000', '133142.300000', '133142.760000', '133143.220000', '133143.680000', '133144.140000', '133144.600000', '133145.060000', '133145.520000', '133145.980000', '133146.440000', '133146.900000', '133147.360000', '133147.820000', '133148.280000', '133148.740000', '133149.200000', '133149.660000', '133150.120000', '133150.580000', '133151.040000', '133151.500000', '133151.960000', '133152.420000', '133152.880000', '133153.340000', '133153.800000', '133154.260000', '133154.720000', '133155.180000', '133155.640000', '133156.100000', '133156.560000', '133157.020000', '133157.480000', '133157.940000', '133158.400000', '133158.860000', '133159.320000', '133159.780000', '133200.240000', '133200.700000', '133201.160000', '133201.620000', '133202.080000', '133202.540000', '133203.000000', '133203.460000', '133203.920000', '133204.380000', '133204.840000', '133205.300000', '133205.760000', '133206.220000', '133206.680000', '133207.140000', '133207.600000', '133208.060000', '133208.520000', '133208.980000', '133209.440000', '133209.900000', '133210.360000', '133210.820000', '133211.280000', '133211.740000', '133212.200000', '133212.660000', '133213.120000', '133213.580000', '133214.040000', '133214.500000', '133214.960000', '133215.420000', '133215.880000', '133216.340000', '133216.800000', '133217.260000', '133217.720000', '133218.180000', '133218.640000', '133219.100000', '133219.560000', '133220.020000', '133220.480000', '133220.940000', '133221.400000', '133221.860000', '133222.320000', '133222.780000', '133223.240000', '133223.700000', '133224.160000', '133224.620000', '133225.080000', '133225.540000', '133226.000000', '133226.460000', '133226.920000', '133227.380000', '133227.840000', '133228.300000', '133228.760000', '133229.220000', '133229.680000', '133230.140000', '133230.600000', '133231.060000', '133231.520000', '133231.980000', '133232.440000', '133232.900000', '133233.360000', '133233.820000', '133234.280000', '133234.740000', '133235.200000', '133235.660000', '133236.120000', '133236.580000', '133237.040000', '133237.500000', '133237.960000', '133238.420000', '133238.880000', '133239.340000', '133239.800000', '133240.260000', '133240.720000', '133241.180000', '133241.640000', '133242.100000', '133242.560000', '133243.020000', '133243.480000', '133243.940000', '133244.400000', '133244.860000', '133245.320000', '133245.780000', '133246.240000', '133246.700000', '133247.160000', '133247.620000', '133248.080000', '133248.540000', '133249.000000', '133249.460000', '133249.920000', '133250.380000', '133250.840000', '133251.300000', '133251.760000', '133252.220000', '133252.680000', '133253.140000', '133253.600000', '133254.060000', '133254.520000', '133254.980000', '133255.440000', '133255.900000', '133256.360000', '133256.820000', '133257.280000', '133257.740000', '133258.200000', '133258.660000', '133259.120000', '133259.580000', '133300.040000', '133300.500000', '133300.960000', '133301.420000', '133301.880000', '133302.340000', '133302.800000', '133303.260000', '133303.720000', '133304.180000', '133304.640000', '133305.100000', '133305.560000', '133306.020000', '133306.480000', '133306.940000', '133307.400000', '133307.860000', '133308.320000', '133308.780000', '133309.240000', '133309.700000', '133310.160000', '133310.620000', '133311.080000', '133311.540000', '133312.000000', '133312.460000', '133312.920000', '133313.380000', '133313.840000', '133314.300000', '133314.760000', '133315.220000', '133315.680000', '133316.140000', '133316.600000', '133317.060000', '133317.520000', '133317.980000', '133318.440000', '133318.900000', '133319.360000', '133319.820000', '133320.280000', '133320.740000', '133321.200000', '133321.660000', '133322.120000', '133322.580000', '133323.040000', '133323.500000', '133323.960000', '133324.420000', '133324.880000', '133325.340000', '133325.800000', '133326.260000', '133326.720000', '133327.180000', '133327.640000', '133328.100000', '133328.560000', '133329.020000', '133329.480000', '133329.940000', '133330.400000', '133330.860000', '133331.320000', '133331.780000', '133332.240000', '133332.700000', '133333.160000', '133333.620000', '133334.080000', '133334.540000', '133335.000000', '133335.460000', '133335.920000', '133336.380000', '133336.840000', '133337.300000', '133337.760000', '133338.220000', '133338.680000', '133339.140000', '133339.600000', '133340.060000', '133340.520000', '133340.980000', '133341.440000', '133341.900000', '133342.360000', '133342.820000', '133343.280000', '133343.740000', '133344.200000', '133344.660000', '133345.120000', '133345.580000', '133346.040000', '133346.500000', '133346.960000', '133347.420000', '133347.880000', '133348.340000', '133348.800000', '133349.260000', '133349.720000', '133350.180000', '133350.640000', '133351.100000', '133351.560000', '133352.020000', '133352.480000', '133352.940000', '133353.400000', '133353.860000', '133354.320000', '133354.780000', '133355.240000', '133355.700000', '133356.160000', '133356.620000', '133357.080000', '133357.540000', '133358.000000', '133358.460000', '133358.920000', '133359.380000', '133359.840000', '133400.300000', '133400.760000', '133401.220000', '133401.680000', '133402.140000', '133402.600000', '133403.060000', '133403.520000', '133403.980000', '133404.440000', '133404.900000', '133405.360000', '133405.820000', '133406.280000', '133406.740000', '133407.200000', '133407.660000', '133408.120000', '133408.580000', '133409.040000', '133409.500000', '133409.960000', '133410.420000', '133410.880000', '133411.340000', '133411.800000', '133412.260000', '133412.720000', '133413.180000', '133413.640000', '133414.100000', '133414.560000', '133415.020000', '133415.480000', '133415.940000', '133416.400000', '133416.860000', '133417.320000', '133417.780000', '133418.240000', '133418.700000', '133419.160000', '133419.620000', '133420.080000', '133420.540000', '133421.000000', '133421.460000', '133421.920000', '133422.380000', '133422.840000', '133423.300000', '133423.760000', '133424.220000', '133424.680000', '133425.140000', '133425.600000', '133426.060000', '133426.520000', '133426.980000', '133427.440000', '133427.900000', '133428.360000', '133428.820000', '133429.280000', '133429.740000', '133430.200000', '133430.660000', '133431.120000', '133431.580000', '133432.040000', '133432.500000', '133432.960000', '133433.420000', '133433.880000', '133434.340000', '133434.800000', '133435.260000', '133435.720000', '133436.180000', '133436.640000', '133437.100000', '133437.560000', '133438.020000', '133438.480000', '133438.940000', '133439.400000', '133439.860000', '133440.320000', '133440.780000', '133441.240000', '133441.700000', '133442.160000', '133442.620000', '133443.080000', '133443.540000', '133444.000000', '133444.460000', '133444.920000', '133445.380000', '133445.840000', '133446.300000', '133446.760000', '133447.220000', '133447.680000', '133448.140000', '133448.600000', '133449.060000', '133449.520000', '133449.980000', '133450.440000', '133450.900000', '133451.360000', '133451.820000', '133452.280000', '133452.740000', '133453.200000', '133453.660000', '133454.120000', '133454.580000', '133455.040000', '133455.500000', '133455.960000', '133456.420000', '133456.880000', '133457.340000', '133457.800000', '133458.260000', '133458.720000', '133459.180000', '133459.640000', '133500.100000', '133500.560000', '133501.020000', '133501.480000', '133501.940000', '133502.400000', '133502.860000', '133503.320000', '133503.780000', '133504.240000', '133504.700000', '133505.160000', '133505.620000', '133506.080000', '133506.540000', '133507.000000', '133507.460000', '133507.920000', '133508.380000', '133508.840000', '133509.300000', '133509.760000', '133510.220000', '133510.680000', '133511.140000', '133511.600000', '133512.060000', '133512.520000', '133512.980000', '133513.440000', '133513.900000', '133514.360000', '133514.820000', '133515.280000', '133515.740000', '133516.200000', '133516.660000', '133517.120000', '133517.580000', '133518.040000', '133518.500000', '133518.960000', '133519.420000', '133519.880000', '133520.340000', '133520.800000', '133521.260000', '133521.720000', '133522.180000', '133522.640000', '133523.100000', '133523.560000', '133524.020000', '133524.480000', '133524.940000', '133525.400000', '133525.860000', '133526.320000', '133526.780000', '133527.240000', '133527.700000', '133528.160000', '133528.620000', '133529.080000', '133529.540000', '133530.000000', '133530.460000', '133530.920000', '133531.380000', '133531.840000', '133532.300000', '133532.760000', '133533.220000', '133533.680000', '133534.140000', '133534.600000', '133535.060000', '133535.520000', '133535.980000', '133536.440000', '133536.900000', '133537.360000', '133537.820000', '133538.280000', '133538.740000', '133539.200000', '133539.660000', '133540.120000', '133540.580000', '133541.040000', '133541.500000', '133541.960000', '133542.420000', '133542.880000', '133543.340000', '133543.800000', '133544.260000', '133544.720000', '133545.180000', '133545.640000', '133546.100000', '133546.560000', '133547.020000', '133547.480000', '133547.940000', '133548.400000', '133548.860000', '133549.320000', '133549.780000', '133550.240000', '133550.700000', '133551.160000', '133551.620000', '133552.080000', '133552.540000', '133553.000000', '133553.460000', '133553.920000', '133554.380000', '133554.840000', '133555.300000', '133555.760000', '133556.220000', '133556.680000', '133557.140000', '133557.600000', '133558.060000', '133558.520000', '133558.980000', '133559.440000', '133559.900000', '133600.360000', '133600.820000', '133601.280000', '133601.740000', '133602.200000', '133602.660000', '133603.120000', '133603.580000', '133604.040000', '133604.500000', '133604.960000', '133605.420000', '133605.880000', '133606.340000', '133606.800000', '133607.260000', '133607.720000', '133608.180000', '133608.640000', '133609.100000', '133609.560000', '133610.020000', '133610.480000', '133610.940000', '133611.400000', '133611.860000', '133612.320000', '133612.780000', '133613.240000', '133613.700000', '133614.160000', '133614.620000', '133615.080000', '133615.540000', '133616.000000', '133616.460000', '133616.920000', '133617.380000', '133617.840000', '133618.300000', '133618.760000', '133619.220000', '133619.680000', '133620.140000', '133620.600000', '133621.060000', '133621.520000', '133621.980000', '133622.440000', '133622.900000', '133623.360000', '133623.820000', '133624.280000', '133624.740000', '133625.200000', '133625.660000', '133626.120000', '133626.580000', '133627.040000', '133627.500000', '133627.960000', '133628.420000', '133628.880000', '133629.340000', '133629.800000', '133630.260000', '133630.720000', '133631.180000', '133631.640000', '133632.100000', '133632.560000', '133633.020000', '133633.480000', '133633.940000', '133634.400000', '133634.860000', '133635.320000', '133635.780000', '133636.240000', '133636.700000', '133637.160000', '133637.620000', '133638.080000', '133638.540000', '133639.000000', '133639.460000', '133639.920000', '133640.380000', '133640.840000', '133641.300000', '133641.760000', '133642.220000', '133642.680000', '133643.140000', '133643.600000', '133644.060000', '133644.520000', '133644.980000', '133645.440000', '133645.900000', '133646.360000', '133646.820000', '133647.280000', '133647.740000', '133648.200000', '133648.660000', '133649.120000', '133649.580000', '133650.040000', '133650.500000', '133650.960000', '133651.420000', '133651.880000', '133652.340000', '133652.800000', '133653.260000', '133653.720000', '133654.180000', '133654.640000', '133655.100000', '133655.560000', '133656.020000', '133656.480000', '133656.940000', '133657.400000', '133657.860000', '133658.320000', '133658.780000', '133659.240000', '133659.700000', '133700.160000', '133700.620000', '133701.080000', '133701.540000', '133702.000000', '133702.460000', '133702.920000', '133703.380000', '133703.840000', '133704.300000', '133704.760000', '133705.220000', '133705.680000', '133706.140000', '133706.600000', '133707.060000', '133707.520000', '133707.980000', '133708.440000', '133708.900000', '133709.360000', '133709.820000', '133710.280000', '133710.740000', '133711.200000', '133711.660000', '133712.120000', '133712.580000', '133713.040000', '133713.500000', '133713.960000', '133714.420000', '133714.880000', '133715.340000', '133715.800000', '133716.260000', '133716.720000', '133717.180000', '133717.640000', '133718.100000', '133718.560000', '133719.020000', '133719.480000', '133719.940000', '133720.400000', '133720.860000', '133721.320000', '133721.780000', '133722.240000', '133722.700000', '133723.160000', '133723.620000', '133724.080000', '133724.540000', '133725.000000', '133725.460000', '133725.920000', '133726.380000', '133726.840000', '133727.300000', '133727.760000', '133728.220000', '133728.680000', '133729.140000', '133729.600000', '133730.060000', '133730.520000', '133730.980000', '133731.440000', '133731.900000', '133732.360000', '133732.820000', '133733.280000', '133733.740000', '133734.200000', '133734.660000', '133735.120000', '133735.580000', '133736.040000', '133736.500000', '133736.960000', '133737.420000', '133737.880000', '133738.340000', '133738.800000', '133739.260000', '133739.720000', '133740.180000', '133740.640000', '133741.100000', '133741.560000', '133742.020000', '133742.480000', '133742.940000', '133743.400000', '133743.860000'], 'ContentTime': ['133125.852000', '133125.855000', '133125.858000', '133125.861000', '133125.864000', '133125.866000', '133125.869000', '133125.872000', '133125.875000', '133125.878000', '133125.880000', '133125.883000', '133125.886000', '133125.889000', '133125.892000', '133125.895000', '133125.897000', '133125.900000', '133125.903000', '133125.906000', '133125.909000', '133125.912000', '133125.914000', '133125.917000', '133125.920000', '133125.923000', '133125.926000', '133125.928000', '133125.937000', '133125.939000', '133125.942000', '133125.945000', '133125.948000', '133125.951000', '133125.953000', '133125.956000', '133125.959000', '133125.962000', '133125.965000', '133125.968000', '133125.970000', '133125.973000', '133125.976000', '133125.979000', '133125.982000', '133125.984000', '133125.987000', '133145.815000', '133145.818000', '133145.821000', '133145.823000', '133145.826000', '133145.829000', '133145.832000', '133145.835000', '133145.837000', '133145.840000', '133145.843000', '133145.846000', '133145.849000', '133145.851000', '133145.854000', '133145.857000', '133145.860000', '133145.863000', '133145.865000', '133145.868000', '133145.871000', '133145.874000', '133145.884000', '133145.887000', '133145.890000', '133145.893000', '133145.895000', '133145.898000', '133145.901000', '133145.904000', '133145.907000', '133145.910000', '133145.912000', '133145.915000', '133145.918000', '133145.921000', '133145.924000', '133145.926000', '133145.933000', '133145.936000', '133145.939000', '133145.942000', '133145.944000', '133145.947000', '133205.815000', '133205.818000', '133205.821000', '133205.824000', '133205.827000', '133205.829000', '133205.832000', '133205.835000', '133205.838000', '133205.842000', '133205.844000', '133205.847000', '133205.850000', '133205.853000', '133205.856000', '133205.859000', '133205.861000', '133205.864000', '133205.867000', '133205.870000', '133205.873000', '133205.876000', '133205.878000', '133205.881000', '133205.884000', '133205.887000', '133205.890000', '133205.892000', '133205.895000', '133205.898000', '133205.910000', '133205.913000', '133205.915000', '133205.918000', '133205.921000', '133205.924000', '133205.927000', '133205.929000', '133205.932000', '133205.935000', '133205.938000', '133205.941000', '133205.944000', '133225.814000', '133225.817000', '133225.820000', '133225.823000', '133225.825000', '133225.828000', '133225.831000', '133225.834000', '133225.837000', '133225.840000', '133225.842000', '133225.845000', '133225.848000', '133225.851000', '133225.854000', '133225.856000', '133225.859000', '133225.862000', '133225.865000', '133225.868000', '133225.870000', '133225.873000', '133225.876000', '133225.879000', '133225.882000', '133225.885000', '133225.888000', '133225.890000', '133225.893000', '133225.896000', '133225.899000', '133225.902000', '133225.905000', '133225.907000', '133225.910000', '133225.913000', '133225.916000', '133225.919000', '133225.921000', '133225.924000', '133225.929000', '133225.936000', '133225.939000', '133225.942000', '133245.814000', '133245.817000', '133245.820000', '133245.823000', '133245.825000', '133245.828000', '133245.831000', '133245.834000', '133245.837000', '133245.840000', '133245.842000', '133245.845000', '133245.848000', '133245.851000', '133245.854000', '133245.856000', '133245.859000', '133245.862000', '133245.865000', '133245.868000', '133245.890000', '133245.893000', '133245.896000', '133245.899000', '133245.902000', '133245.904000', '133245.907000', '133245.910000', '133245.913000', '133245.916000', '133245.919000', '133245.921000', '133245.924000', '133245.927000', '133245.930000', '133245.933000', '133245.936000', '133245.938000', '133245.941000', '133245.944000', '133245.947000', '133245.950000', '133245.953000', '133305.814000', '133305.817000', '133305.820000', '133305.822000', '133305.825000', '133305.828000', '133305.831000', '133305.834000', '133305.837000', '133305.839000', '133305.842000', '133305.845000', '133305.848000', '133305.851000', '133305.854000', '133305.856000', '133305.859000', '133305.862000', '133305.865000', '133305.868000', '133305.871000', '133305.881000', '133305.884000', '133305.887000', '133305.890000', '133305.893000', '133305.896000', '133305.898000', '133305.901000', '133305.904000', '133305.907000', '133305.910000', '133305.912000', '133305.915000', '133305.918000', '133305.924000', '133305.927000', '133305.929000', '133305.937000', '133305.940000', '133305.943000', '133305.946000', '133305.948000', '133305.951000', '133325.815000', '133325.818000', '133325.821000', '133325.824000', '133325.827000', '133325.829000', '133325.832000', '133325.835000', '133325.838000', '133325.841000', '133325.844000', '133325.846000', '133325.849000', '133325.852000', '133325.855000', '133325.858000', '133325.861000', '133325.864000', '133325.867000', '133325.869000', '133325.872000', '133325.875000', '133325.879000', '133325.883000', '133325.885000', '133325.888000', '133325.891000', '133325.894000', '133325.897000', '133325.900000', '133325.903000', '133325.905000', '133325.928000', '133325.931000', '133325.933000', '133325.936000', '133325.939000', '133325.942000', '133325.945000', '133325.947000', '133325.950000', '133325.953000', '133325.956000', '133345.815000', '133345.818000', '133345.821000', '133345.824000', '133345.826000', '133345.829000', '133345.832000', '133345.835000', '133345.838000', '133345.840000', '133345.843000', '133345.846000', '133345.849000', '133345.852000', '133345.855000', '133345.857000', '133345.860000', '133345.863000', '133345.866000', '133345.869000', '133345.872000', '133345.874000', '133345.877000', '133345.880000', '133345.883000', '133345.886000', '133345.889000', '133345.891000', '133345.894000', '133345.897000', '133345.900000', '133345.903000', '133345.906000', '133345.908000', '133345.911000', '133345.914000', '133345.917000', '133345.920000', '133345.923000', '133345.925000', '133345.928000', '133345.931000', '133345.934000', '133345.937000', '133405.815000', '133405.818000', '133405.821000', '133405.824000', '133405.826000', '133405.829000', '133405.832000', '133405.835000', '133405.838000', '133405.840000', '133405.843000', '133405.846000', '133405.849000', '133405.856000', '133405.859000', '133405.861000', '133405.864000', '133405.867000', '133405.870000', '133405.873000', '133405.876000', '133405.878000', '133405.881000', '133405.884000', '133405.887000', '133405.890000', '133405.893000', '133405.896000', '133405.899000', '133405.901000', '133405.904000', '133405.907000', '133405.910000', '133405.913000', '133405.916000', '133405.919000', '133405.922000', '133405.924000', '133405.927000', '133405.930000', '133405.933000', '133405.936000', '133405.939000', '133425.815000', '133425.818000', '133425.821000', '133425.824000', '133425.827000', '133425.829000', '133425.832000', '133425.835000', '133425.838000', '133425.841000', '133425.843000', '133425.846000', '133425.849000', '133425.852000', '133425.855000', '133425.858000', '133425.867000', '133425.870000', '133425.872000', '133425.875000', '133425.878000', '133425.881000', '133425.884000', '133425.887000', '133425.889000', '133425.892000', '133425.895000', '133425.898000', '133425.901000', '133425.904000', '133425.907000', '133425.909000', '133425.912000', '133425.915000', '133425.918000', '133425.921000', '133425.924000', '133425.926000', '133425.929000', '133425.932000', '133425.935000', '133425.938000', '133425.941000', '133425.943000', '133445.814000', '133445.817000', '133445.820000', '133445.823000', '133445.826000', '133445.828000', '133445.831000', '133445.834000', '133445.837000', '133445.840000', '133445.844000', '133445.847000', '133445.850000', '133445.853000', '133445.863000', '133445.866000', '133445.869000', '133445.871000', '133445.874000', '133445.877000', '133445.880000', '133445.883000', '133445.886000', '133445.888000', '133445.891000', '133445.894000', '133445.898000', '133445.901000', '133445.904000', '133445.907000', '133445.909000', '133445.912000', '133445.915000', '133445.918000', '133445.921000', '133445.924000', '133445.926000', '133445.929000', '133445.932000', '133445.935000', '133445.938000', '133445.940000', '133445.943000', '133505.814000', '133505.817000', '133505.820000', '133505.823000', '133505.825000', '133505.828000', '133505.831000', '133505.834000', '133505.837000', '133505.840000', '133505.842000', '133505.845000', '133505.848000', '133505.851000', '133505.867000', '133505.870000', '133505.872000', '133505.875000', '133505.878000', '133505.881000', '133505.884000', '133505.887000', '133505.889000', '133505.892000', '133505.895000', '133505.898000', '133505.901000', '133505.904000', '133505.906000', '133505.909000', '133505.912000', '133505.915000', '133505.918000', '133505.921000', '133505.923000', '133505.926000', '133505.929000', '133505.932000', '133505.935000', '133505.943000', '133505.945000', '133505.948000', '133505.951000', '133505.954000', '133525.814000', '133525.817000', '133525.820000', '133525.823000', '133525.826000', '133525.828000', '133525.831000', '133525.834000', '133525.837000', '133525.840000', '133525.843000', '133525.845000', '133525.848000', '133525.851000', '133525.854000', '133525.857000', '133525.860000', '133525.863000', '133525.865000', '133525.868000', '133525.871000', '133525.874000', '133525.877000', '133525.880000', '133525.882000', '133525.885000', '133525.888000', '133525.891000', '133525.894000', '133525.897000', '133525.899000', '133525.902000', '133525.905000', '133525.908000', '133525.911000', '133525.914000', '133525.916000', '133525.919000', '133525.922000', '133525.925000', '133525.928000', '133525.931000', '133525.934000', '133545.815000', '133545.818000', '133545.821000', '133545.824000', '133545.827000', '133545.829000', '133545.832000', '133545.835000', '133545.838000', '133545.841000', '133545.843000', '133545.846000', '133545.849000', '133545.852000', '133545.855000', '133545.858000', '133545.861000', '133545.863000', '133545.866000', '133545.869000', '133545.872000', '133545.875000', '133545.878000', '133545.880000', '133545.883000', '133545.886000', '133545.889000', '133545.892000', '133545.894000', '133545.897000', '133545.900000', '133545.903000', '133545.906000', '133545.909000', '133545.911000', '133545.914000', '133545.917000', '133545.920000', '133545.923000', '133545.926000', '133545.929000', '133545.931000', '133545.934000', '133545.937000', '133605.815000', '133605.818000', '133605.821000', '133605.824000', '133605.827000', '133605.829000', '133605.832000', '133605.835000', '133605.838000', '133605.841000', '133605.844000', '133605.847000', '133605.850000', '133605.853000', '133605.855000', '133605.858000', '133605.861000', '133605.864000', '133605.867000', '133605.870000', '133605.873000', '133605.876000', '133605.879000', '133605.882000', '133605.885000', '133605.888000', '133605.891000', '133605.894000', '133605.897000', '133605.900000', '133605.903000', '133605.906000', '133605.909000', '133605.911000', '133605.914000', '133605.917000', '133605.920000', '133605.923000', '133605.926000', '133605.929000', '133605.932000', '133605.935000', '133605.938000', '133625.815000', '133625.818000', '133625.821000', '133625.824000', '133625.827000', '133625.830000', '133625.832000', '133625.835000', '133625.838000', '133625.841000', '133625.844000', '133625.847000', '133625.850000', '133625.853000', '133625.856000', '133625.858000', '133625.861000', '133625.864000', '133625.867000', '133625.870000', '133625.873000', '133625.876000', '133625.879000', '133625.881000', '133625.898000', '133625.901000', '133625.904000', '133625.907000', '133625.910000', '133625.913000', '133625.916000', '133625.919000', '133625.922000', '133625.924000', '133625.927000', '133625.930000', '133625.933000', '133625.936000', '133625.939000', '133625.942000', '133625.945000', '133625.948000', '133625.951000', '133625.953000', '133645.815000', '133645.818000', '133645.821000', '133645.824000', '133645.827000', '133645.830000', '133645.833000', '133645.835000', '133645.838000', '133645.841000', '133645.844000', '133645.847000', '133645.850000', '133645.853000', '133645.856000', '133645.859000', '133645.861000', '133645.864000', '133645.867000', '133645.870000', '133645.873000', '133645.876000', '133645.879000', '133645.882000', '133645.885000', '133645.888000', '133645.891000', '133645.893000', '133645.896000', '133645.899000', '133645.902000', '133645.905000', '133645.908000', '133645.911000', '133645.914000', '133645.916000', '133645.919000', '133645.922000', '133645.925000', '133645.928000', '133645.931000', '133645.934000', '133645.937000', '133705.814000', '133705.817000', '133705.828000', '133705.831000', '133705.834000', '133705.837000', '133705.840000', '133705.843000', '133705.846000', '133705.849000', '133705.852000', '133705.855000', '133705.858000', '133705.860000', '133705.863000', '133705.866000', '133705.869000', '133705.872000', '133705.875000', '133705.878000', '133705.882000', '133705.885000', '133705.888000', '133705.891000', '133705.894000', '133705.897000', '133705.900000', '133705.903000', '133705.906000', '133705.908000', '133705.911000', '133705.914000', '133705.917000', '133705.920000', '133705.923000', '133705.926000', '133705.929000', '133705.931000', '133705.934000', '133705.937000', '133705.940000', '133705.943000', '133705.946000', '133705.949000', '133725.814000', '133725.817000', '133725.820000', '133725.823000', '133725.826000', '133725.829000', '133725.832000', '133725.834000', '133725.837000', '133725.840000', '133725.843000', '133725.846000', '133725.849000', '133725.852000', '133725.854000', '133725.857000', '133725.860000', '133725.863000', '133725.866000', '133725.869000', '133725.872000', '133725.875000', '133725.877000', '133725.880000', '133725.883000', '133725.886000', '133725.889000', '133725.892000', '133725.895000', '133725.898000', '133725.901000', '133725.903000', '133725.906000', '133725.909000', '133725.912000', '133725.915000', '133725.919000', '133725.922000', '133725.925000', '133725.928000', '133725.931000', '133725.934000', '133725.937000', '133744.908000', '133744.912000', '133744.916000', '133744.919000', '133744.922000', '133744.925000', '133744.928000', '133744.931000', '133744.934000', '133744.937000', '133744.940000', '133744.943000', '133744.946000', '133744.949000', '133744.952000', '133744.955000', '133744.958000', '133744.961000', '133744.964000', '133744.970000', '133744.973000', '133744.976000', '133744.979000', '133744.982000', '133744.985000', '133744.988000', '133744.991000', '133744.994000', '133744.997000', '133745.001000', '133745.004000', '133745.007000', '133745.010000', '133745.013000', '133745.016000', '133745.027000', '133745.031000', '133745.033000', '133745.037000', '133745.040000', '133745.043000', '133745.045000'], 'InstanceCreationTime': ['133125.852000', '133125.855000', '133125.858000', '133125.861000', '133125.864000', '133125.866000', '133125.869000', '133125.872000', '133125.875000', '133125.878000', '133125.880000', '133125.883000', '133125.886000', '133125.889000', '133125.892000', '133125.895000', '133125.897000', '133125.900000', '133125.903000', '133125.906000', '133125.909000', '133125.912000', '133125.914000', '133125.917000', '133125.920000', '133125.923000', '133125.926000', '133125.928000', '133125.937000', '133125.939000', '133125.942000', '133125.945000', '133125.948000', '133125.951000', '133125.953000', '133125.956000', '133125.959000', '133125.962000', '133125.965000', '133125.968000', '133125.970000', '133125.973000', '133125.976000', '133125.979000', '133125.982000', '133125.984000', '133125.987000', '133145.815000', '133145.818000', '133145.821000', '133145.823000', '133145.826000', '133145.829000', '133145.832000', '133145.835000', '133145.837000', '133145.840000', '133145.843000', '133145.846000', '133145.849000', '133145.851000', '133145.854000', '133145.857000', '133145.860000', '133145.863000', '133145.865000', '133145.868000', '133145.871000', '133145.874000', '133145.884000', '133145.887000', '133145.890000', '133145.893000', '133145.895000', '133145.898000', '133145.901000', '133145.904000', '133145.907000', '133145.910000', '133145.912000', '133145.915000', '133145.918000', '133145.921000', '133145.924000', '133145.926000', '133145.933000', '133145.936000', '133145.939000', '133145.942000', '133145.944000', '133145.947000', '133205.815000', '133205.818000', '133205.821000', '133205.824000', '133205.827000', '133205.829000', '133205.832000', '133205.835000', '133205.838000', '133205.842000', '133205.844000', '133205.847000', '133205.850000', '133205.853000', '133205.856000', '133205.859000', '133205.861000', '133205.864000', '133205.867000', '133205.870000', '133205.873000', '133205.876000', '133205.878000', '133205.881000', '133205.884000', '133205.887000', '133205.890000', '133205.892000', '133205.895000', '133205.898000', '133205.910000', '133205.913000', '133205.915000', '133205.918000', '133205.921000', '133205.924000', '133205.927000', '133205.929000', '133205.932000', '133205.935000', '133205.938000', '133205.941000', '133205.944000', '133225.814000', '133225.817000', '133225.820000', '133225.823000', '133225.825000', '133225.828000', '133225.831000', '133225.834000', '133225.837000', '133225.840000', '133225.842000', '133225.845000', '133225.848000', '133225.851000', '133225.854000', '133225.856000', '133225.859000', '133225.862000', '133225.865000', '133225.868000', '133225.870000', '133225.873000', '133225.876000', '133225.879000', '133225.882000', '133225.885000', '133225.888000', '133225.890000', '133225.893000', '133225.896000', '133225.899000', '133225.902000', '133225.905000', '133225.907000', '133225.910000', '133225.913000', '133225.916000', '133225.919000', '133225.921000', '133225.924000', '133225.929000', '133225.936000', '133225.939000', '133225.942000', '133245.814000', '133245.817000', '133245.820000', '133245.823000', '133245.825000', '133245.828000', '133245.831000', '133245.834000', '133245.837000', '133245.840000', '133245.842000', '133245.845000', '133245.848000', '133245.851000', '133245.854000', '133245.856000', '133245.859000', '133245.862000', '133245.865000', '133245.868000', '133245.890000', '133245.893000', '133245.896000', '133245.899000', '133245.902000', '133245.904000', '133245.907000', '133245.910000', '133245.913000', '133245.916000', '133245.919000', '133245.921000', '133245.924000', '133245.927000', '133245.930000', '133245.933000', '133245.936000', '133245.938000', '133245.941000', '133245.944000', '133245.947000', '133245.950000', '133245.953000', '133305.814000', '133305.817000', '133305.820000', '133305.822000', '133305.825000', '133305.828000', '133305.831000', '133305.834000', '133305.837000', '133305.839000', '133305.842000', '133305.845000', '133305.848000', '133305.851000', '133305.854000', '133305.856000', '133305.859000', '133305.862000', '133305.865000', '133305.868000', '133305.871000', '133305.881000', '133305.884000', '133305.887000', '133305.890000', '133305.893000', '133305.896000', '133305.898000', '133305.901000', '133305.904000', '133305.907000', '133305.910000', '133305.912000', '133305.915000', '133305.918000', '133305.924000', '133305.927000', '133305.929000', '133305.937000', '133305.940000', '133305.943000', '133305.946000', '133305.948000', '133305.951000', '133325.815000', '133325.818000', '133325.821000', '133325.824000', '133325.827000', '133325.829000', '133325.832000', '133325.835000', '133325.838000', '133325.841000', '133325.844000', '133325.846000', '133325.849000', '133325.852000', '133325.855000', '133325.858000', '133325.861000', '133325.864000', '133325.867000', '133325.869000', '133325.872000', '133325.875000', '133325.879000', '133325.883000', '133325.885000', '133325.888000', '133325.891000', '133325.894000', '133325.897000', '133325.900000', '133325.903000', '133325.905000', '133325.928000', '133325.931000', '133325.933000', '133325.936000', '133325.939000', '133325.942000', '133325.945000', '133325.947000', '133325.950000', '133325.953000', '133325.956000', '133345.815000', '133345.818000', '133345.821000', '133345.824000', '133345.826000', '133345.829000', '133345.832000', '133345.835000', '133345.838000', '133345.840000', '133345.843000', '133345.846000', '133345.849000', '133345.852000', '133345.855000', '133345.857000', '133345.860000', '133345.863000', '133345.866000', '133345.869000', '133345.872000', '133345.874000', '133345.877000', '133345.880000', '133345.883000', '133345.886000', '133345.889000', '133345.891000', '133345.894000', '133345.897000', '133345.900000', '133345.903000', '133345.906000', '133345.908000', '133345.911000', '133345.914000', '133345.917000', '133345.920000', '133345.923000', '133345.925000', '133345.928000', '133345.931000', '133345.934000', '133345.937000', '133405.815000', '133405.818000', '133405.821000', '133405.824000', '133405.826000', '133405.829000', '133405.832000', '133405.835000', '133405.838000', '133405.840000', '133405.843000', '133405.846000', '133405.849000', '133405.856000', '133405.859000', '133405.861000', '133405.864000', '133405.867000', '133405.870000', '133405.873000', '133405.876000', '133405.878000', '133405.881000', '133405.884000', '133405.887000', '133405.890000', '133405.893000', '133405.896000', '133405.899000', '133405.901000', '133405.904000', '133405.907000', '133405.910000', '133405.913000', '133405.916000', '133405.919000', '133405.922000', '133405.924000', '133405.927000', '133405.930000', '133405.933000', '133405.936000', '133405.939000', '133425.815000', '133425.818000', '133425.821000', '133425.824000', '133425.827000', '133425.829000', '133425.832000', '133425.835000', '133425.838000', '133425.841000', '133425.843000', '133425.846000', '133425.849000', '133425.852000', '133425.855000', '133425.858000', '133425.867000', '133425.870000', '133425.872000', '133425.875000', '133425.878000', '133425.881000', '133425.884000', '133425.887000', '133425.889000', '133425.892000', '133425.895000', '133425.898000', '133425.901000', '133425.904000', '133425.907000', '133425.909000', '133425.912000', '133425.915000', '133425.918000', '133425.921000', '133425.924000', '133425.926000', '133425.929000', '133425.932000', '133425.935000', '133425.938000', '133425.941000', '133425.943000', '133445.814000', '133445.817000', '133445.820000', '133445.823000', '133445.826000', '133445.828000', '133445.831000', '133445.834000', '133445.837000', '133445.840000', '133445.844000', '133445.847000', '133445.850000', '133445.853000', '133445.863000', '133445.866000', '133445.869000', '133445.871000', '133445.874000', '133445.877000', '133445.880000', '133445.883000', '133445.886000', '133445.888000', '133445.891000', '133445.894000', '133445.898000', '133445.901000', '133445.904000', '133445.907000', '133445.909000', '133445.912000', '133445.915000', '133445.918000', '133445.921000', '133445.924000', '133445.926000', '133445.929000', '133445.932000', '133445.935000', '133445.938000', '133445.940000', '133445.943000', '133505.814000', '133505.817000', '133505.820000', '133505.823000', '133505.825000', '133505.828000', '133505.831000', '133505.834000', '133505.837000', '133505.840000', '133505.842000', '133505.845000', '133505.848000', '133505.851000', '133505.867000', '133505.870000', '133505.872000', '133505.875000', '133505.878000', '133505.881000', '133505.884000', '133505.887000', '133505.889000', '133505.892000', '133505.895000', '133505.898000', '133505.901000', '133505.904000', '133505.906000', '133505.909000', '133505.912000', '133505.915000', '133505.918000', '133505.921000', '133505.923000', '133505.926000', '133505.929000', '133505.932000', '133505.935000', '133505.943000', '133505.945000', '133505.948000', '133505.951000', '133505.954000', '133525.814000', '133525.817000', '133525.820000', '133525.823000', '133525.826000', '133525.828000', '133525.831000', '133525.834000', '133525.837000', '133525.840000', '133525.843000', '133525.845000', '133525.848000', '133525.851000', '133525.854000', '133525.857000', '133525.860000', '133525.863000', '133525.865000', '133525.868000', '133525.871000', '133525.874000', '133525.877000', '133525.880000', '133525.882000', '133525.885000', '133525.888000', '133525.891000', '133525.894000', '133525.897000', '133525.899000', '133525.902000', '133525.905000', '133525.908000', '133525.911000', '133525.914000', '133525.916000', '133525.919000', '133525.922000', '133525.925000', '133525.928000', '133525.931000', '133525.934000', '133545.815000', '133545.818000', '133545.821000', '133545.824000', '133545.827000', '133545.829000', '133545.832000', '133545.835000', '133545.838000', '133545.841000', '133545.843000', '133545.846000', '133545.849000', '133545.852000', '133545.855000', '133545.858000', '133545.861000', '133545.863000', '133545.866000', '133545.869000', '133545.872000', '133545.875000', '133545.878000', '133545.880000', '133545.883000', '133545.886000', '133545.889000', '133545.892000', '133545.894000', '133545.897000', '133545.900000', '133545.903000', '133545.906000', '133545.909000', '133545.911000', '133545.914000', '133545.917000', '133545.920000', '133545.923000', '133545.926000', '133545.929000', '133545.931000', '133545.934000', '133545.937000', '133605.815000', '133605.818000', '133605.821000', '133605.824000', '133605.827000', '133605.829000', '133605.832000', '133605.835000', '133605.838000', '133605.841000', '133605.844000', '133605.847000', '133605.850000', '133605.853000', '133605.855000', '133605.858000', '133605.861000', '133605.864000', '133605.867000', '133605.870000', '133605.873000', '133605.876000', '133605.879000', '133605.882000', '133605.885000', '133605.888000', '133605.891000', '133605.894000', '133605.897000', '133605.900000', '133605.903000', '133605.906000', '133605.909000', '133605.911000', '133605.914000', '133605.917000', '133605.920000', '133605.923000', '133605.926000', '133605.929000', '133605.932000', '133605.935000', '133605.938000', '133625.815000', '133625.818000', '133625.821000', '133625.824000', '133625.827000', '133625.830000', '133625.832000', '133625.835000', '133625.838000', '133625.841000', '133625.844000', '133625.847000', '133625.850000', '133625.853000', '133625.856000', '133625.858000', '133625.861000', '133625.864000', '133625.867000', '133625.870000', '133625.873000', '133625.876000', '133625.879000', '133625.881000', '133625.898000', '133625.901000', '133625.904000', '133625.907000', '133625.910000', '133625.913000', '133625.916000', '133625.919000', '133625.922000', '133625.924000', '133625.927000', '133625.930000', '133625.933000', '133625.936000', '133625.939000', '133625.942000', '133625.945000', '133625.948000', '133625.951000', '133625.953000', '133645.815000', '133645.818000', '133645.821000', '133645.824000', '133645.827000', '133645.830000', '133645.833000', '133645.835000', '133645.838000', '133645.841000', '133645.844000', '133645.847000', '133645.850000', '133645.853000', '133645.856000', '133645.859000', '133645.861000', '133645.864000', '133645.867000', '133645.870000', '133645.873000', '133645.876000', '133645.879000', '133645.882000', '133645.885000', '133645.888000', '133645.891000', '133645.893000', '133645.896000', '133645.899000', '133645.902000', '133645.905000', '133645.908000', '133645.911000', '133645.914000', '133645.916000', '133645.919000', '133645.922000', '133645.925000', '133645.928000', '133645.931000', '133645.934000', '133645.937000', '133705.814000', '133705.817000', '133705.828000', '133705.831000', '133705.834000', '133705.837000', '133705.840000', '133705.843000', '133705.846000', '133705.849000', '133705.852000', '133705.855000', '133705.858000', '133705.860000', '133705.863000', '133705.866000', '133705.869000', '133705.872000', '133705.875000', '133705.878000', '133705.882000', '133705.885000', '133705.888000', '133705.891000', '133705.894000', '133705.897000', '133705.900000', '133705.903000', '133705.906000', '133705.908000', '133705.911000', '133705.914000', '133705.917000', '133705.920000', '133705.923000', '133705.926000', '133705.929000', '133705.931000', '133705.934000', '133705.937000', '133705.940000', '133705.943000', '133705.946000', '133705.949000', '133725.814000', '133725.817000', '133725.820000', '133725.823000', '133725.826000', '133725.829000', '133725.832000', '133725.834000', '133725.837000', '133725.840000', '133725.843000', '133725.846000', '133725.849000', '133725.852000', '133725.854000', '133725.857000', '133725.860000', '133725.863000', '133725.866000', '133725.869000', '133725.872000', '133725.875000', '133725.877000', '133725.880000', '133725.883000', '133725.886000', '133725.889000', '133725.892000', '133725.895000', '133725.898000', '133725.901000', '133725.903000', '133725.906000', '133725.909000', '133725.912000', '133725.915000', '133725.919000', '133725.922000', '133725.925000', '133725.928000', '133725.931000', '133725.934000', '133725.937000', '133744.908000', '133744.912000', '133744.916000', '133744.919000', '133744.922000', '133744.925000', '133744.928000', '133744.931000', '133744.934000', '133744.937000', '133744.940000', '133744.943000', '133744.946000', '133744.949000', '133744.952000', '133744.955000', '133744.958000', '133744.961000', '133744.964000', '133744.970000', '133744.973000', '133744.976000', '133744.979000', '133744.982000', '133744.985000', '133744.988000', '133744.991000', '133744.994000', '133744.997000', '133745.001000', '133745.004000', '133745.007000', '133745.010000', '133745.013000', '133745.016000', '133745.027000', '133745.031000', '133745.033000', '133745.037000', '133745.040000', '133745.043000', '133745.045000'], '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': [12351, 9965, 12990, 9836, 13250, 9005, 11088, 8287, 10474, 7597, 9720, 7590, 10527, 7817, 10741, 7315, 9760, 7741, 10768, 9101, 10870, 9128, 11997, 9271, 13159, 9747, 13786, 10054, 13660, 9251, 11678, 8662, 10883, 9143, 10609, 8683, 9854, 9175, 8831, 12441, 8105, 9839, 8044, 10439, 8425, 10230, 7406, 9029, 7408, 9086, 8541, 12014, 8423, 10685, 8386, 9875, 8599, 13116, 11503, 12834, 10557, 9235, 9957, 8769, 8567, 8254, 8263, 9158, 8538, 8324, 10279, 9719, 12467, 11373, 12330, 11714, 11057, 12585, 11039, 12609, 10297, 12440, 9785, 12268, 9236, 11698, 10436, 8370, 10362, 8395, 8676, 8820, 8419, 8678, 8643, 8203, 9189, 8613, 9498, 8998, 9895, 9087, 9614, 8441, 9508, 8389, 10094, 7971, 8865, 8034, 8075, 7985, 9084, 8371, 10113, 9048, 9632, 9184, 11437, 9224, 11305, 9399, 10780, 8525, 10780, 8917, 11676, 8724, 11041, 8190, 9692, 8069, 9962, 8958, 10381, 9184, 10054, 10581, 9473, 12730, 8827, 10753, 8577, 10004, 8697, 11761, 8341, 10265, 8243, 9201, 8350, 11550, 9326, 11143, 9167, 10060, 8653, 10998, 9931, 11877, 9583, 10496, 10151, 9965, 12316, 10604, 10883, 10516, 9571, 10203, 10476, 11044, 11034, 11304, 10600, 10835, 13470, 10261, 14892, 10002, 12475, 9427, 10794, 8411, 10214, 8534, 10918, 8134, 9760, 7762, 8863, 8109, 8670, 8672, 8932, 10189, 9694, 9306, 8586, 10266, 8284, 10938, 8816, 11783, 9276, 10890, 9058, 11803, 9737, 13296, 9686, 11379, 9748, 13038, 10187, 14420, 10073, 13654, 10292, 12381, 9641, 11826, 9374, 12164, 8806, 11037, 8430, 10159, 8981, 10264, 8983, 10976, 8639, 10592, 8056, 10249, 8605, 9952, 8906, 9883, 10932, 9507, 12480, 8841, 12641, 8912, 12685, 9077, 11633, 8802, 10303, 8310, 9753, 8074, 10116, 8840, 11086, 8707, 9607, 8848, 9031, 11364, 8736, 11777, 9024, 9193, 8381, 9029, 8428, 10502, 8895, 13066, 9792, 11891, 9269, 12246, 9234, 13769, 10625, 14122, 9320, 12340, 9168, 13516, 10198, 13194, 10295, 11742, 10207, 13584, 10107, 15587, 10917, 14441, 10317, 11334, 9511, 9945, 9264, 10872, 10778, 9422, 10479, 8420, 10402, 8210, 10571, 9499, 12827, 9540, 11627, 8753, 10722, 8866, 10113, 9705, 10105, 9339, 9640, 10726, 8605, 10573, 8311, 9164, 7571, 8647, 7439, 9362, 7692, 9025, 7600, 8319, 7255, 8699, 8000, 11210, 9039, 10558, 8129, 10104, 8805, 11729, 9863, 11565, 9752, 10914, 12532, 10716, 15839, 10305, 13307, 9548, 11591, 9106, 11904, 9478, 11537, 7974, 10256, 8291, 9918, 8420, 10313, 8696, 10685, 7977, 9820, 7818, 9441, 8040, 12055, 9531, 12795, 10006, 11185, 8950, 10606, 9049, 10815, 10285, 11119, 9218, 10111, 8657, 10207, 9393, 10406, 11014, 10548, 11523, 9189, 12947, 8743, 11553, 9440, 12581, 8574, 10348, 8148, 9608, 7821, 9942, 8392, 9762, 9315, 9071, 12694, 8817, 12309, 8738, 8480, 8071, 8948, 8397, 9629, 9426, 10125, 9809, 11336, 9204, 11493, 9584, 11762, 9483, 11888, 8599, 10594, 8081, 10456, 9177, 12643, 10041, 11739, 9752, 10775, 9467, 10458, 12041, 10715, 10987, 10074, 10766, 9385, 13185, 9223, 13535, 9369, 12663, 9076, 10956, 8417, 10608, 8822, 11585, 9037, 10306, 10261, 9237, 12946, 8550, 11486, 9160, 11123, 8448, 9167, 8161, 8806, 8076, 10578, 9313, 10387, 8541, 9446, 10501, 9670, 13230, 9504, 12232, 8829, 10177, 8516, 10204, 8612, 11015, 8935, 9579, 9601, 8544, 10900, 8153, 9409, 8193, 9997, 8344, 9885, 7857, 8806, 7614, 9600, 8827, 12494, 9863, 12027, 9593, 10892, 12655, 10640, 15400, 10264, 11824, 8638, 10745, 8695, 11812, 8592, 10741, 8968, 10140, 9783, 9063, 12854, 9089, 12514, 9460, 11044, 8100, 9428, 7965, 9458, 9092, 12183, 8929, 10727, 8791, 10459, 8869, 11927, 9789, 10992, 9117, 9546, 12533, 8860, 12007, 8472, 11330, 8438, 10820, 7796, 8994, 7445, 8056, 8174, 8095, 9274, 8827, 8124, 8651, 8737, 8660, 11362, 10060, 14052, 9991, 14044, 9790, 12187, 9858, 12941, 10297, 12278, 8842, 10982, 9251, 10648, 11299, 11001, 11840, 10272, 11111, 9665, 13806, 9364, 12265, 9699, 12508, 9777, 11831, 8354, 10373, 7977, 9844, 8377, 9954, 9260, 10035, 8740, 8908, 8969, 8436, 11091, 9167, 12136, 8672, 10856, 8385, 9571, 7743, 9362, 8345, 10287, 8677, 9387, 11536, 8575, 10960, 8041, 9665, 7970, 10227, 8137, 10519, 7619, 8198, 7816, 9701, 8988, 12432, 9729, 11633, 9163, 11493, 10560, 11463, 15094, 11638, 15521, 10328, 12395, 9362, 11663, 9075, 11501, 9813, 10139, 12860, 8888, 11758, 8832, 12699, 8540, 10225, 7581, 10052, 7809, 9800, 8526, 11755, 8465, 10704, 8992, 10940, 9251, 11052, 10541, 10236, 10443, 9008, 12213, 9414, 11802, 9419, 9782, 8631, 11574, 8846, 12593, 9638, 12125, 9132, 11883, 9290, 11411, 8744, 11027, 9433, 10766, 8809, 9262, 11588, 8800, 11315, 8733, 12048, 8172, 10329, 8124, 8408, 7909, 9392, 8845, 12416, 8762, 11304, 8362, 10669, 9522, 12639, 9757, 11620, 9299, 10335, 10684, 9964, 14551, 9216, 11987, 8119, 10453, 8229, 10288, 8083, 9151, 7874, 8145, 9047, 8153, 8359, 7156, 7123, 10140, 8406, 7157, 7998, 7914, 8740, 8982, 10216, 11039, 12134, 10967, 11484, 11566, 11923, 15283, 11348, 14323, 12128, 15095, 11127, 13465, 10018, 12716, 10206, 12885, 10319, 13556, 10664, 11852, 10608, 8986, 9515, 8564, 8651, 8165, 8641, 8553, 8870, 8949, 9348, 7844, 8519, 8281, 8265, 8354, 8928, 8451, 9730, 8242, 9523, 8672, 10123, 9410, 10278, 11726, 9722, 13568, 9912, 11957, 8764, 10209, 8381, 10344, 8465, 9737, 8751, 8568, 8807, 8407, 8600, 9812, 8546, 10580, 8793, 10820, 9188, 11507, 9225, 11156, 8121, 9466, 7573, 8881, 7741, 10687, 8633, 9714, 7710, 8909, 8499, 9692, 9795, 10881, 9418, 9781, 8235, 8485, 7899, 8370, 7404, 7668, 9976, 8838, 12106, 10399, 10598, 9848, 10361, 10500, 11101, 11804, 10490, 11056, 9463, 10079, 9182, 9678, 8949, 11096, 8877, 9928, 7858, 9074, 7888, 9551, 8628, 10548, 8633, 8903, 8676, 8596, 9056, 9755, 10157, 10811, 11341, 8970, 9629, 8127, 9015, 8255, 9248], 'WindowCenter': [4306.0, 4248.0, 4261.0, 4215.0, 4229.0, 4178.0, 4196.0, 4164.0, 4193.0, 4156.0, 4184.0, 4166.0, 4195.0, 4168.0, 4205.0, 4156.0, 4197.0, 4169.0, 4209.0, 4202.0, 4210.0, 4190.0, 4208.0, 4189.0, 4217.0, 4189.0, 4228.0, 4198.0, 4217.0, 4176.0, 4194.0, 4174.0, 4194.0, 4185.0, 4196.0, 4163.0, 4185.0, 4171.0, 4172.0, 4202.0, 4163.0, 4184.0, 4177.0, 4196.0, 4192.0, 4197.0, 4158.0, 4188.0, 4170.0, 4188.0, 4191.0, 4230.0, 4193.0, 4200.0, 4194.0, 4213.0, 4179.0, 4231.0, 4224.0, 4247.0, 4212.0, 4203.0, 4200.0, 4190.0, 4177.0, 4167.0, 4167.0, 4187.0, 4191.0, 4182.0, 4186.0, 4201.0, 4221.0, 4207.0, 4205.0, 4183.0, 4169.0, 4180.0, 4167.0, 4167.0, 4131.0, 4165.0, 4145.0, 4164.0, 4146.0, 4164.0, 4154.0, 4135.0, 4154.0, 4135.0, 4135.0, 4147.0, 4148.0, 4149.0, 4161.0, 4152.0, 4173.0, 4163.0, 4173.0, 4150.0, 4169.0, 4149.0, 4160.0, 4152.0, 4173.0, 4147.0, 4183.0, 4166.0, 4160.0, 4166.0, 4166.0, 4181.0, 4191.0, 4193.0, 4212.0, 4190.0, 4202.0, 4203.0, 4211.0, 4190.0, 4209.0, 4189.0, 4197.0, 4179.0, 4210.0, 4190.0, 4210.0, 4191.0, 4208.0, 4179.0, 4175.0, 4170.0, 4200.0, 4191.0, 4213.0, 4202.0, 4201.0, 4209.0, 4199.0, 4216.0, 4177.0, 4206.0, 4178.0, 4184.0, 4191.0, 4220.0, 4192.0, 4210.0, 4181.0, 4190.0, 4193.0, 4221.0, 4202.0, 4221.0, 4201.0, 4199.0, 4179.0, 4211.0, 4201.0, 4219.0, 4187.0, 4197.0, 4183.0, 4185.0, 4217.0, 4198.0, 4196.0, 4196.0, 4185.0, 4196.0, 4196.0, 4207.0, 4195.0, 4206.0, 4183.0, 4181.0, 4215.0, 4186.0, 4215.0, 4184.0, 4190.0, 4161.0, 4180.0, 4151.0, 4170.0, 4164.0, 4181.0, 4152.0, 4172.0, 4141.0, 4173.0, 4152.0, 4175.0, 4175.0, 4189.0, 4198.0, 4201.0, 4187.0, 4177.0, 4196.0, 4179.0, 4210.0, 4191.0, 4205.0, 4200.0, 4209.0, 4190.0, 4219.0, 4213.0, 4231.0, 4201.0, 4208.0, 4200.0, 4228.0, 4210.0, 4239.0, 4199.0, 4217.0, 4185.0, 4205.0, 4174.0, 4195.0, 4174.0, 4194.0, 4148.0, 4182.0, 4151.0, 4182.0, 4161.0, 4183.0, 4173.0, 4193.0, 4164.0, 4195.0, 4153.0, 4184.0, 4163.0, 4183.0, 4163.0, 4183.0, 4193.0, 4184.0, 4203.0, 4176.0, 4216.0, 4177.0, 4218.0, 4176.0, 4206.0, 4177.0, 4183.0, 4167.0, 4185.0, 4167.0, 4199.0, 4187.0, 4208.0, 4176.0, 4186.0, 4174.0, 4176.0, 4208.0, 4178.0, 4221.0, 4190.0, 4188.0, 4180.0, 4187.0, 4192.0, 4210.0, 4203.0, 4232.0, 4213.0, 4219.0, 4190.0, 4218.0, 4190.0, 4230.0, 4211.0, 4229.0, 4188.0, 4215.0, 4189.0, 4217.0, 4199.0, 4217.0, 4196.0, 4205.0, 4185.0, 4213.0, 4184.0, 4224.0, 4195.0, 4213.0, 4183.0, 4181.0, 4171.0, 4169.0, 4172.0, 4180.0, 4193.0, 4173.0, 4182.0, 4139.0, 4182.0, 4164.0, 4195.0, 4185.0, 4205.0, 4173.0, 4180.0, 4160.0, 4181.0, 4162.0, 4184.0, 4173.0, 4182.0, 4161.0, 4173.0, 4182.0, 4161.0, 4179.0, 4152.0, 4146.0, 4153.0, 4164.0, 4157.0, 4186.0, 4167.0, 4176.0, 4166.0, 4163.0, 4158.0, 4191.0, 4181.0, 4222.0, 4192.0, 4210.0, 4169.0, 4199.0, 4175.0, 4219.0, 4199.0, 4208.0, 4186.0, 4197.0, 4206.0, 4198.0, 4227.0, 4186.0, 4203.0, 4172.0, 4193.0, 4163.0, 4194.0, 4174.0, 4193.0, 4152.0, 4183.0, 4152.0, 4183.0, 4165.0, 4185.0, 4176.0, 4194.0, 4167.0, 4184.0, 4168.0, 4188.0, 4181.0, 4231.0, 4201.0, 4218.0, 4188.0, 4195.0, 4161.0, 4185.0, 4175.0, 4195.0, 4172.0, 4196.0, 4174.0, 4183.0, 4163.0, 4185.0, 4174.0, 4196.0, 4196.0, 4195.0, 4194.0, 4174.0, 4202.0, 4161.0, 4194.0, 4185.0, 4204.0, 4165.0, 4185.0, 4165.0, 4173.0, 4154.0, 4184.0, 4165.0, 4187.0, 4176.0, 4177.0, 4216.0, 4188.0, 4218.0, 4188.0, 4176.0, 4167.0, 4176.0, 4180.0, 4200.0, 4201.0, 4199.0, 4211.0, 4209.0, 4189.0, 4206.0, 4188.0, 4209.0, 4188.0, 4206.0, 4162.0, 4194.0, 4166.0, 4197.0, 4176.0, 4217.0, 4186.0, 4205.0, 4158.0, 4182.0, 4172.0, 4183.0, 4193.0, 4183.0, 4181.0, 4173.0, 4166.0, 4158.0, 4200.0, 4171.0, 4201.0, 4173.0, 4202.0, 4162.0, 4181.0, 4151.0, 4182.0, 4161.0, 4194.0, 4161.0, 4171.0, 4169.0, 4158.0, 4188.0, 4161.0, 4191.0, 4174.0, 4191.0, 4163.0, 4170.0, 4162.0, 4173.0, 4152.0, 4195.0, 4176.0, 4183.0, 4163.0, 4185.0, 4183.0, 4186.0, 4215.0, 4185.0, 4203.0, 4175.0, 4185.0, 4175.0, 4184.0, 4175.0, 4196.0, 4176.0, 4186.0, 4184.0, 4176.0, 4194.0, 4167.0, 4188.0, 4178.0, 4199.0, 4180.0, 4199.0, 4179.0, 4188.0, 4170.0, 4201.0, 4190.0, 4232.0, 4200.0, 4209.0, 4186.0, 4197.0, 4205.0, 4196.0, 4226.0, 4184.0, 4193.0, 4163.0, 4184.0, 4164.0, 4206.0, 4163.0, 4193.0, 4160.0, 4185.0, 4182.0, 4174.0, 4204.0, 4175.0, 4205.0, 4186.0, 4194.0, 4165.0, 4173.0, 4168.0, 4186.0, 4190.0, 4218.0, 4189.0, 4197.0, 4177.0, 4196.0, 4177.0, 4221.0, 4198.0, 4196.0, 4164.0, 4185.0, 4202.0, 4174.0, 4203.0, 4164.0, 4194.0, 4165.0, 4196.0, 4156.0, 4174.0, 4143.0, 4167.0, 4167.0, 4180.0, 4200.0, 4201.0, 4181.0, 4192.0, 4189.0, 4193.0, 4221.0, 4187.0, 4231.0, 4201.0, 4229.0, 4187.0, 4207.0, 4187.0, 4219.0, 4196.0, 4205.0, 4163.0, 4182.0, 4161.0, 4184.0, 4194.0, 4194.0, 4193.0, 4184.0, 4192.0, 4172.0, 4202.0, 4162.0, 4191.0, 4172.0, 4192.0, 4184.0, 4192.0, 4151.0, 4169.0, 4140.0, 4169.0, 4152.0, 4183.0, 4173.0, 4183.0, 4164.0, 4174.0, 4163.0, 4165.0, 4194.0, 4188.0, 4204.0, 4177.0, 4196.0, 4179.0, 4187.0, 4154.0, 4187.0, 4166.0, 4198.0, 4177.0, 4188.0, 4205.0, 4178.0, 4206.0, 4167.0, 4198.0, 4179.0, 4210.0, 4193.0, 4224.0, 4185.0, 4191.0, 4182.0, 4203.0, 4205.0, 4235.0, 4203.0, 4222.0, 4189.0, 4209.0, 4186.0, 4209.0, 4227.0, 4198.0, 4225.0, 4184.0, 4191.0, 4161.0, 4181.0, 4161.0, 4181.0, 4159.0, 4169.0, 4187.0, 4149.0, 4178.0, 4160.0, 4201.0, 4164.0, 4182.0, 4154.0, 4182.0, 4156.0, 4197.0, 4178.0, 4207.0, 4166.0, 4183.0, 4174.0, 4194.0, 4173.0, 4195.0, 4183.0, 4185.0, 4181.0, 4162.0, 4191.0, 4172.0, 4203.0, 4172.0, 4182.0, 4164.0, 4193.0, 4175.0, 4204.0, 4186.0, 4206.0, 4186.0, 4194.0, 4173.0, 4193.0, 4162.0, 4184.0, 4173.0, 4180.0, 4161.0, 4171.0, 4179.0, 4161.0, 4180.0, 4162.0, 4202.0, 4164.0, 4195.0, 4167.0, 4163.0, 4167.0, 4187.0, 4188.0, 4218.0, 4190.0, 4208.0, 4166.0, 4197.0, 4188.0, 4207.0, 4175.0, 4193.0, 4173.0, 4185.0, 4184.0, 4185.0, 4201.0, 4162.0, 4190.0, 4151.0, 4181.0, 4151.0, 4183.0, 4152.0, 4172.0, 4152.0, 4152.0, 4175.0, 4182.0, 4177.0, 4146.0, 4160.0, 4214.0, 4192.0, 4152.0, 4156.0, 4168.0, 4194.0, 4179.0, 4200.0, 4211.0, 4223.0, 4211.0, 4210.0, 4196.0, 4195.0, 4212.0, 4183.0, 4205.0, 4195.0, 4202.0, 4182.0, 4189.0, 4158.0, 4175.0, 4154.0, 4162.0, 4143.0, 4173.0, 4141.0, 4164.0, 4155.0, 4133.0, 4144.0, 4133.0, 4133.0, 4122.0, 4146.0, 4149.0, 4160.0, 4160.0, 4172.0, 4151.0, 4161.0, 4152.0, 4152.0, 4164.0, 4176.0, 4177.0, 4187.0, 4166.0, 4186.0, 4165.0, 4185.0, 4160.0, 4185.0, 4194.0, 4186.0, 4215.0, 4188.0, 4207.0, 4177.0, 4183.0, 4166.0, 4184.0, 4168.0, 4189.0, 4189.0, 4192.0, 4202.0, 4180.0, 4191.0, 4199.0, 4180.0, 4199.0, 4180.0, 4211.0, 4190.0, 4221.0, 4201.0, 4210.0, 4180.0, 4187.0, 4167.0, 4189.0, 4172.0, 4212.0, 4192.0, 4200.0, 4171.0, 4190.0, 4165.0, 4203.0, 4201.0, 4222.0, 4203.0, 4214.0, 4182.0, 4180.0, 4182.0, 4179.0, 4158.0, 4181.0, 4213.0, 4218.0, 4235.0, 4213.0, 4198.0, 4187.0, 4186.0, 4188.0, 4197.0, 4196.0, 4185.0, 4198.0, 4163.0, 4172.0, 4162.0, 4172.0, 4161.0, 4183.0, 4175.0, 4173.0, 4152.0, 4161.0, 4153.0, 4173.0, 4166.0, 4185.0, 4177.0, 4175.0, 4165.0, 4151.0, 4164.0, 4174.0, 4174.0, 4195.0, 4195.0, 4164.0, 4173.0, 4152.0, 4161.0, 4151.0, 4163.0], 'WindowWidth': [9526.0, 9427.0, 9427.0, 9350.0, 9358.0, 9285.0, 9302.0, 9260.0, 9295.0, 9251.0, 9285.0, 9265.0, 9299.0, 9269.0, 9313.0, 9251.0, 9304.0, 9274.0, 9325.0, 9320.0, 9325.0, 9300.0, 9319.0, 9298.0, 9331.0, 9297.0, 9348.0, 9310.0, 9328.0, 9271.0, 9292.0, 9268.0, 9295.0, 9285.0, 9298.0, 9251.0, 9282.0, 9260.0, 9263.0, 9301.0, 9254.0, 9281.0, 9282.0, 9302.0, 9309.0, 9304.0, 9257.0, 9292.0, 9276.0, 9296.0, 9304.0, 9355.0, 9308.0, 9308.0, 9311.0, 9334.0, 9283.0, 9357.0, 9351.0, 9390.0, 9328.0, 9324.0, 9313.0, 9299.0, 9278.0, 9261.0, 9262.0, 9289.0, 9302.0, 9290.0, 9286.0, 9314.0, 9343.0, 9317.0, 9305.0, 9275.0, 9248.0, 9266.0, 9242.0, 9243.0, 9181.0, 9233.0, 9209.0, 9233.0, 9214.0, 9234.0, 9220.0, 9199.0, 9221.0, 9198.0, 9198.0, 9218.0, 9222.0, 9227.0, 9245.0, 9234.0, 9263.0, 9249.0, 9264.0, 9228.0, 9252.0, 9222.0, 9238.0, 9234.0, 9264.0, 9220.0, 9279.0, 9262.0, 9239.0, 9263.0, 9262.0, 9290.0, 9302.0, 9309.0, 9330.0, 9295.0, 9319.0, 9322.0, 9327.0, 9298.0, 9320.0, 9293.0, 9301.0, 9280.0, 9324.0, 9298.0, 9323.0, 9300.0, 9317.0, 9282.0, 9269.0, 9272.0, 9313.0, 9300.0, 9337.0, 9320.0, 9313.0, 9322.0, 9308.0, 9325.0, 9274.0, 9314.0, 9280.0, 9280.0, 9302.0, 9338.0, 9305.0, 9324.0, 9291.0, 9301.0, 9308.0, 9342.0, 9319.0, 9340.0, 9314.0, 9308.0, 9283.0, 9327.0, 9316.0, 9334.0, 9289.0, 9302.0, 9278.0, 9283.0, 9329.0, 9306.0, 9299.0, 9299.0, 9283.0, 9299.0, 9299.0, 9317.0, 9298.0, 9312.0, 9278.0, 9269.0, 9322.0, 9285.0, 9322.0, 9280.0, 9282.0, 9245.0, 9267.0, 9234.0, 9253.0, 9254.0, 9271.0, 9235.0, 9261.0, 9219.0, 9263.0, 9236.0, 9272.0, 9271.0, 9295.0, 9305.0, 9317.0, 9290.0, 9278.0, 9300.0, 9284.0, 9326.0, 9303.0, 9310.0, 9314.0, 9321.0, 9300.0, 9336.0, 9336.0, 9353.0, 9313.0, 9319.0, 9312.0, 9347.0, 9327.0, 9364.0, 9308.0, 9328.0, 9283.0, 9307.0, 9266.0, 9296.0, 9266.0, 9291.0, 9222.0, 9273.0, 9232.0, 9272.0, 9244.0, 9278.0, 9265.0, 9291.0, 9254.0, 9295.0, 9240.0, 9281.0, 9253.0, 9277.0, 9248.0, 9279.0, 9291.0, 9282.0, 9304.0, 9275.0, 9326.0, 9276.0, 9331.0, 9276.0, 9311.0, 9276.0, 9275.0, 9263.0, 9286.0, 9264.0, 9309.0, 9290.0, 9317.0, 9275.0, 9287.0, 9269.0, 9274.0, 9320.0, 9282.0, 9343.0, 9301.0, 9293.0, 9286.0, 9291.0, 9304.0, 9327.0, 9322.0, 9357.0, 9335.0, 9337.0, 9299.0, 9332.0, 9299.0, 9353.0, 9329.0, 9349.0, 9293.0, 9325.0, 9296.0, 9330.0, 9309.0, 9330.0, 9301.0, 9308.0, 9283.0, 9317.0, 9280.0, 9333.0, 9297.0, 9316.0, 9277.0, 9269.0, 9255.0, 9251.0, 9260.0, 9270.0, 9292.0, 9263.0, 9276.0, 9210.0, 9274.0, 9254.0, 9297.0, 9283.0, 9309.0, 9263.0, 9269.0, 9242.0, 9268.0, 9248.0, 9280.0, 9264.0, 9275.0, 9245.0, 9263.0, 9273.0, 9244.0, 9266.0, 9234.0, 9216.0, 9239.0, 9256.0, 9251.0, 9289.0, 9265.0, 9276.0, 9264.0, 9249.0, 9255.0, 9305.0, 9290.0, 9346.0, 9304.0, 9325.0, 9270.0, 9309.0, 9269.0, 9338.0, 9307.0, 9318.0, 9284.0, 9303.0, 9311.0, 9304.0, 9342.0, 9285.0, 9304.0, 9260.0, 9288.0, 9252.0, 9291.0, 9267.0, 9288.0, 9235.0, 9275.0, 9235.0, 9278.0, 9256.0, 9283.0, 9273.0, 9296.0, 9266.0, 9283.0, 9267.0, 9293.0, 9289.0, 9356.0, 9316.0, 9334.0, 9293.0, 9296.0, 9242.0, 9280.0, 9271.0, 9296.0, 9259.0, 9298.0, 9268.0, 9277.0, 9249.0, 9281.0, 9269.0, 9300.0, 9299.0, 9295.0, 9291.0, 9265.0, 9301.0, 9246.0, 9292.0, 9286.0, 9307.0, 9257.0, 9282.0, 9257.0, 9266.0, 9241.0, 9280.0, 9256.0, 9289.0, 9271.0, 9276.0, 9325.0, 9296.0, 9334.0, 9295.0, 9274.0, 9264.0, 9274.0, 9286.0, 9311.0, 9315.0, 9310.0, 9328.0, 9321.0, 9292.0, 9313.0, 9291.0, 9321.0, 9290.0, 9312.0, 9247.0, 9293.0, 9259.0, 9302.0, 9274.0, 9330.0, 9286.0, 9308.0, 9233.0, 9272.0, 9259.0, 9277.0, 9289.0, 9276.0, 9272.0, 9262.0, 9240.0, 9234.0, 9294.0, 9260.0, 9298.0, 9264.0, 9299.0, 9249.0, 9270.0, 9232.0, 9276.0, 9245.0, 9293.0, 9244.0, 9257.0, 9249.0, 9236.0, 9275.0, 9244.0, 9284.0, 9266.0, 9286.0, 9252.0, 9256.0, 9249.0, 9265.0, 9237.0, 9300.0, 9273.0, 9279.0, 9251.0, 9283.0, 9277.0, 9286.0, 9323.0, 9283.0, 9304.0, 9270.0, 9282.0, 9270.0, 9283.0, 9270.0, 9299.0, 9272.0, 9287.0, 9281.0, 9272.0, 9293.0, 9263.0, 9294.0, 9284.0, 9308.0, 9288.0, 9309.0, 9286.0, 9293.0, 9273.0, 9316.0, 9300.0, 9359.0, 9312.0, 9321.0, 9285.0, 9301.0, 9309.0, 9299.0, 9339.0, 9280.0, 9288.0, 9251.0, 9278.0, 9254.0, 9311.0, 9253.0, 9292.0, 9239.0, 9281.0, 9275.0, 9266.0, 9306.0, 9271.0, 9311.0, 9289.0, 9295.0, 9258.0, 9266.0, 9267.0, 9287.0, 9298.0, 9333.0, 9297.0, 9302.0, 9277.0, 9299.0, 9276.0, 9344.0, 9306.0, 9299.0, 9252.0, 9282.0, 9301.0, 9267.0, 9303.0, 9254.0, 9294.0, 9259.0, 9300.0, 9249.0, 9270.0, 9227.0, 9265.0, 9265.0, 9287.0, 9314.0, 9316.0, 9292.0, 9306.0, 9297.0, 9307.0, 9341.0, 9290.0, 9354.0, 9314.0, 9347.0, 9290.0, 9316.0, 9289.0, 9337.0, 9300.0, 9309.0, 9253.0, 9275.0, 9245.0, 9279.0, 9292.0, 9295.0, 9289.0, 9279.0, 9285.0, 9261.0, 9300.0, 9248.0, 9284.0, 9263.0, 9288.0, 9281.0, 9285.0, 9232.0, 9251.0, 9215.0, 9253.0, 9235.0, 9277.0, 9265.0, 9278.0, 9254.0, 9267.0, 9249.0, 9258.0, 9296.0, 9292.0, 9310.0, 9277.0, 9299.0, 9283.0, 9290.0, 9246.0, 9290.0, 9263.0, 9308.0, 9276.0, 9293.0, 9313.0, 9281.0, 9314.0, 9266.0, 9307.0, 9286.0, 9328.0, 9312.0, 9351.0, 9304.0, 9303.0, 9296.0, 9322.0, 9327.0, 9366.0, 9320.0, 9343.0, 9295.0, 9321.0, 9285.0, 9321.0, 9343.0, 9303.0, 9337.0, 9278.0, 9283.0, 9242.0, 9273.0, 9244.0, 9271.0, 9238.0, 9252.0, 9273.0, 9224.0, 9262.0, 9242.0, 9298.0, 9254.0, 9276.0, 9243.0, 9277.0, 9248.0, 9306.0, 9280.0, 9316.0, 9263.0, 9280.0, 9266.0, 9294.0, 9266.0, 9297.0, 9278.0, 9283.0, 9271.0, 9248.0, 9285.0, 9264.0, 9304.0, 9264.0, 9276.0, 9253.0, 9290.0, 9272.0, 9309.0, 9289.0, 9312.0, 9288.0, 9294.0, 9266.0, 9287.0, 9249.0, 9280.0, 9263.0, 9268.0, 9245.0, 9259.0, 9266.0, 9246.0, 9270.0, 9250.0, 9302.0, 9257.0, 9297.0, 9265.0, 9254.0, 9266.0, 9291.0, 9295.0, 9332.0, 9300.0, 9317.0, 9262.0, 9302.0, 9290.0, 9317.0, 9268.0, 9291.0, 9262.0, 9282.0, 9278.0, 9281.0, 9298.0, 9246.0, 9279.0, 9233.0, 9269.0, 9231.0, 9277.0, 9236.0, 9262.0, 9232.0, 9237.0, 9274.0, 9292.0, 9278.0, 9233.0, 9260.0, 9337.0, 9308.0, 9248.0, 9243.0, 9264.0, 9309.0, 9279.0, 9308.0, 9324.0, 9344.0, 9327.0, 9323.0, 9297.0, 9293.0, 9312.0, 9275.0, 9308.0, 9295.0, 9298.0, 9272.0, 9277.0, 9232.0, 9248.0, 9221.0, 9226.0, 9204.0, 9245.0, 9197.0, 9233.0, 9225.0, 9192.0, 9209.0, 9193.0, 9195.0, 9179.0, 9218.0, 9226.0, 9241.0, 9242.0, 9261.0, 9234.0, 9247.0, 9236.0, 9235.0, 9254.0, 9272.0, 9278.0, 9288.0, 9261.0, 9285.0, 9257.0, 9282.0, 9238.0, 9282.0, 9292.0, 9285.0, 9322.0, 9291.0, 9314.0, 9276.0, 9277.0, 9261.0, 9280.0, 9265.0, 9294.0, 9297.0, 9304.0, 9317.0, 9286.0, 9302.0, 9307.0, 9283.0, 9307.0, 9285.0, 9327.0, 9300.0, 9340.0, 9315.0, 9324.0, 9287.0, 9288.0, 9266.0, 9296.0, 9280.0, 9330.0, 9305.0, 9314.0, 9277.0, 9299.0, 9254.0, 9322.0, 9316.0, 9344.0, 9321.0, 9340.0, 9291.0, 9283.0, 9292.0, 9285.0, 9254.0, 9290.0, 9337.0, 9350.0, 9368.0, 9334.0, 9302.0, 9286.0, 9282.0, 9288.0, 9298.0, 9298.0, 9279.0, 9300.0, 9247.0, 9256.0, 9243.0, 9258.0, 9243.0, 9274.0, 9267.0, 9261.0, 9233.0, 9242.0, 9237.0, 9263.0, 9258.0, 9282.0, 9274.0, 9267.0, 9254.0, 9231.0, 9252.0, 9264.0, 9263.0, 9294.0, 9296.0, 9252.0, 9262.0, 9234.0, 9242.0, 9230.0, 9249.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.005256333333333333</td></tr>
<tr><td colspan=3>aqi</td><td>0.028922557471264366</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.16509084843502</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2944157881472957</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0886175029574232</td></tr>
<tr><td colspan=3>efc</td><td>0.4862</td></tr>
<tr><td colspan=3>fber</td><td>3259.7285</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12929584216523354</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>96</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.03448275862069</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4594536432165666</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.455937214173167</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.551623757346367</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.370799958130166</td></tr>
<tr><td colspan=3>gcor</td><td>0.0158851</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005526028107851744</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022421395406126976</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>4.01572538123538</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>32.7743</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.6585</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.6251</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300205.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>876.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>400.7456</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6195</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.9612</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3376.1834</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3524.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4454.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>877.5443</td></tr>
<tr><td colspan=3>tsnr</td><td>32.89712408441119</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>