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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0084_ses-04_task-social_acq-mb8_run-01_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-0084_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-01_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-0084/ses-04/func/sub-0084_ses-04_task-social_acq-mb8_run-01_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>dc5738ff902193322117dafdd3ca89b7</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:50.545000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998631, 0.051432, -0.00950169, -0.0518118, 0.997626, -0.0453599]</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-01_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.100429</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4127, -7728, -7267, 486, -72, -333, 47, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.797</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>86c0ef7f-a7d4-4678-ac78-38522a6a7d36||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792547702789307, -0.13900722563266754, -0.01929471455514431, 119.03520965576172], [-0.13798819482326508, 2.676558256149292, -0.12363330274820328, -87.7624282836914], [-0.02549234963953495, 0.12169728428125381, 2.697098970413208, -94.429931640625], [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': ['133150.545000', '133151.005000', '133151.465000', '133151.925000', '133152.385000', '133152.845000', '133153.305000', '133153.765000', '133154.225000', '133154.685000', '133155.145000', '133155.605000', '133156.065000', '133156.525000', '133156.985000', '133157.445000', '133157.905000', '133158.365000', '133158.825000', '133159.285000', '133159.745000', '133200.205000', '133200.665000', '133201.125000', '133201.585000', '133202.045000', '133202.505000', '133202.965000', '133203.425000', '133203.885000', '133204.345000', '133204.805000', '133205.265000', '133205.725000', '133206.185000', '133206.645000', '133207.105000', '133207.565000', '133208.025000', '133208.485000', '133208.945000', '133209.405000', '133209.865000', '133210.325000', '133210.785000', '133211.245000', '133211.705000', '133212.165000', '133212.625000', '133213.085000', '133213.545000', '133214.005000', '133214.465000', '133214.925000', '133215.385000', '133215.845000', '133216.305000', '133216.765000', '133217.225000', '133217.685000', '133218.145000', '133218.605000', '133219.065000', '133219.525000', '133219.985000', '133220.445000', '133220.905000', '133221.365000', '133221.825000', '133222.285000', '133222.745000', '133223.205000', '133223.665000', '133224.125000', '133224.585000', '133225.045000', '133225.505000', '133225.965000', '133226.425000', '133226.885000', '133227.345000', '133227.805000', '133228.265000', '133228.725000', '133229.185000', '133229.645000', '133230.105000', '133230.565000', '133231.025000', '133231.485000', '133231.945000', '133232.405000', '133232.865000', '133233.325000', '133233.785000', '133234.245000', '133234.705000', '133235.165000', '133235.625000', '133236.085000', '133236.545000', '133237.005000', '133237.465000', '133237.925000', '133238.385000', '133238.845000', '133239.305000', '133239.765000', '133240.225000', '133240.685000', '133241.145000', '133241.605000', '133242.065000', '133242.525000', '133242.985000', '133243.445000', '133243.905000', '133244.365000', '133244.825000', '133245.285000', '133245.745000', '133246.205000', '133246.665000', '133247.125000', '133247.585000', '133248.045000', '133248.505000', '133248.965000', '133249.425000', '133249.885000', '133250.345000', '133250.805000', '133251.265000', '133251.725000', '133252.185000', '133252.645000', '133253.105000', '133253.565000', '133254.025000', '133254.485000', '133254.945000', '133255.405000', '133255.865000', '133256.325000', '133256.785000', '133257.245000', '133257.705000', '133258.165000', '133258.625000', '133259.085000', '133259.545000', '133300.005000', '133300.465000', '133300.925000', '133301.385000', '133301.845000', '133302.305000', '133302.765000', '133303.225000', '133303.685000', '133304.145000', '133304.605000', '133305.065000', '133305.525000', '133305.985000', '133306.445000', '133306.905000', '133307.365000', '133307.825000', '133308.285000', '133308.745000', '133309.205000', '133309.665000', '133310.125000', '133310.585000', '133311.045000', '133311.505000', '133311.965000', '133312.425000', '133312.885000', '133313.345000', '133313.805000', '133314.265000', '133314.725000', '133315.185000', '133315.645000', '133316.105000', '133316.565000', '133317.025000', '133317.485000', '133317.945000', '133318.405000', '133318.865000', '133319.325000', '133319.785000', '133320.245000', '133320.705000', '133321.165000', '133321.625000', '133322.085000', '133322.545000', '133323.005000', '133323.465000', '133323.925000', '133324.385000', '133324.845000', '133325.305000', '133325.765000', '133326.225000', '133326.685000', '133327.145000', '133327.605000', '133328.065000', '133328.525000', '133328.985000', '133329.445000', '133329.905000', '133330.365000', '133330.825000', '133331.285000', '133331.745000', '133332.205000', '133332.665000', '133333.125000', '133333.585000', '133334.045000', '133334.505000', '133334.965000', '133335.425000', '133335.885000', '133336.345000', '133336.805000', '133337.265000', '133337.725000', '133338.185000', '133338.645000', '133339.105000', '133339.565000', '133340.025000', '133340.485000', '133340.945000', '133341.405000', '133341.865000', '133342.325000', '133342.785000', '133343.245000', '133343.705000', '133344.165000', '133344.625000', '133345.085000', '133345.545000', '133346.005000', '133346.465000', '133346.925000', '133347.385000', '133347.845000', '133348.305000', '133348.765000', '133349.225000', '133349.685000', '133350.145000', '133350.605000', '133351.065000', '133351.525000', '133351.985000', '133352.445000', '133352.905000', '133353.365000', '133353.825000', '133354.285000', '133354.745000', '133355.205000', '133355.665000', '133356.125000', '133356.585000', '133357.045000', '133357.505000', '133357.965000', '133358.425000', '133358.885000', '133359.345000', '133359.805000', '133400.265000', '133400.725000', '133401.185000', '133401.645000', '133402.105000', '133402.565000', '133403.025000', '133403.485000', '133403.945000', '133404.405000', '133404.865000', '133405.325000', '133405.785000', '133406.245000', '133406.705000', '133407.165000', '133407.625000', '133408.085000', '133408.545000', '133409.005000', '133409.465000', '133409.925000', '133410.385000', '133410.845000', '133411.305000', '133411.765000', '133412.225000', '133412.685000', '133413.145000', '133413.605000', '133414.065000', '133414.525000', '133414.985000', '133415.445000', '133415.905000', '133416.365000', '133416.825000', '133417.285000', '133417.745000', '133418.205000', '133418.665000', '133419.125000', '133419.585000', '133420.045000', '133420.505000', '133420.965000', '133421.425000', '133421.885000', '133422.345000', '133422.805000', '133423.265000', '133423.725000', '133424.185000', '133424.645000', '133425.105000', '133425.565000', '133426.025000', '133426.485000', '133426.945000', '133427.405000', '133427.865000', '133428.325000', '133428.785000', '133429.245000', '133429.705000', '133430.165000', '133430.625000', '133431.085000', '133431.545000', '133432.005000', '133432.465000', '133432.925000', '133433.385000', '133433.845000', '133434.305000', '133434.765000', '133435.225000', '133435.685000', '133436.145000', '133436.605000', '133437.065000', '133437.525000', '133437.985000', '133438.445000', '133438.905000', '133439.365000', '133439.825000', '133440.285000', '133440.745000', '133441.205000', '133441.665000', '133442.125000', '133442.585000', '133443.045000', '133443.505000', '133443.965000', '133444.425000', '133444.885000', '133445.345000', '133445.805000', '133446.265000', '133446.725000', '133447.185000', '133447.645000', '133448.105000', '133448.565000', '133449.025000', '133449.485000', '133449.945000', '133450.405000', '133450.865000', '133451.325000', '133451.785000', '133452.245000', '133452.705000', '133453.165000', '133453.625000', '133454.085000', '133454.545000', '133455.005000', '133455.465000', '133455.925000', '133456.385000', '133456.845000', '133457.305000', '133457.765000', '133458.225000', '133458.685000', '133459.145000', '133459.605000', '133500.065000', '133500.525000', '133500.985000', '133501.445000', '133501.905000', '133502.365000', '133502.825000', '133503.285000', '133503.745000', '133504.205000', '133504.665000', '133505.125000', '133505.585000', '133506.045000', '133506.505000', '133506.965000', '133507.425000', '133507.885000', '133508.345000', '133508.805000', '133509.265000', '133509.725000', '133510.185000', '133510.645000', '133511.105000', '133511.565000', '133512.025000', '133512.485000', '133512.945000', '133513.405000', '133513.865000', '133514.325000', '133514.785000', '133515.245000', '133515.705000', '133516.165000', '133516.625000', '133517.085000', '133517.545000', '133518.005000', '133518.465000', '133518.925000', '133519.385000', '133519.845000', '133520.305000', '133520.765000', '133521.225000', '133521.685000', '133522.145000', '133522.605000', '133523.065000', '133523.525000', '133523.985000', '133524.445000', '133524.905000', '133525.365000', '133525.825000', '133526.285000', '133526.745000', '133527.205000', '133527.665000', '133528.125000', '133528.585000', '133529.045000', '133529.505000', '133529.965000', '133530.425000', '133530.885000', '133531.345000', '133531.805000', '133532.265000', '133532.725000', '133533.185000', '133533.645000', '133534.105000', '133534.565000', '133535.025000', '133535.485000', '133535.945000', '133536.405000', '133536.865000', '133537.325000', '133537.785000', '133538.245000', '133538.705000', '133539.165000', '133539.625000', '133540.085000', '133540.545000', '133541.005000', '133541.465000', '133541.925000', '133542.385000', '133542.845000', '133543.305000', '133543.765000', '133544.225000', '133544.685000', '133545.145000', '133545.605000', '133546.065000', '133546.525000', '133546.985000', '133547.445000', '133547.905000', '133548.365000', '133548.825000', '133549.285000', '133549.745000', '133550.205000', '133550.665000', '133551.125000', '133551.585000', '133552.045000', '133552.505000', '133552.965000', '133553.425000', '133553.885000', '133554.345000', '133554.805000', '133555.265000', '133555.725000', '133556.185000', '133556.645000', '133557.105000', '133557.565000', '133558.025000', '133558.485000', '133558.945000', '133559.405000', '133559.865000', '133600.325000', '133600.785000', '133601.245000', '133601.705000', '133602.165000', '133602.625000', '133603.085000', '133603.545000', '133604.005000', '133604.465000', '133604.925000', '133605.385000', '133605.845000', '133606.305000', '133606.765000', '133607.225000', '133607.685000', '133608.145000', '133608.605000', '133609.065000', '133609.525000', '133609.985000', '133610.445000', '133610.905000', '133611.365000', '133611.825000', '133612.285000', '133612.745000', '133613.205000', '133613.665000', '133614.125000', '133614.585000', '133615.045000', '133615.505000', '133615.965000', '133616.425000', '133616.885000', '133617.345000', '133617.805000', '133618.265000', '133618.725000', '133619.185000', '133619.645000', '133620.105000', '133620.565000', '133621.025000', '133621.485000', '133621.945000', '133622.405000', '133622.865000', '133623.325000', '133623.785000', '133624.245000', '133624.705000', '133625.165000', '133625.625000', '133626.085000', '133626.545000', '133627.005000', '133627.465000', '133627.925000', '133628.385000', '133628.845000', '133629.305000', '133629.765000', '133630.225000', '133630.685000', '133631.145000', '133631.605000', '133632.065000', '133632.525000', '133632.985000', '133633.445000', '133633.905000', '133634.365000', '133634.825000', '133635.285000', '133635.745000', '133636.205000', '133636.665000', '133637.125000', '133637.585000', '133638.045000', '133638.505000', '133638.965000', '133639.425000', '133639.885000', '133640.345000', '133640.805000', '133641.265000', '133641.725000', '133642.185000', '133642.645000', '133643.105000', '133643.565000', '133644.025000', '133644.485000', '133644.945000', '133645.405000', '133645.865000', '133646.325000', '133646.785000', '133647.245000', '133647.705000', '133648.165000', '133648.625000', '133649.085000', '133649.545000', '133650.005000', '133650.465000', '133650.925000', '133651.385000', '133651.845000', '133652.305000', '133652.765000', '133653.225000', '133653.685000', '133654.145000', '133654.605000', '133655.065000', '133655.525000', '133655.985000', '133656.445000', '133656.905000', '133657.365000', '133657.825000', '133658.285000', '133658.745000', '133659.205000', '133659.665000', '133700.125000', '133700.585000', '133701.045000', '133701.505000', '133701.965000', '133702.425000', '133702.885000', '133703.345000', '133703.805000', '133704.265000', '133704.725000', '133705.185000', '133705.645000', '133706.105000', '133706.565000', '133707.025000', '133707.485000', '133707.945000', '133708.405000', '133708.865000', '133709.325000', '133709.785000', '133710.245000', '133710.705000', '133711.165000', '133711.625000', '133712.085000', '133712.545000', '133713.005000', '133713.465000', '133713.925000', '133714.385000', '133714.845000', '133715.305000', '133715.765000', '133716.225000', '133716.685000', '133717.145000', '133717.605000', '133718.065000', '133718.525000', '133718.985000', '133719.445000', '133719.905000', '133720.365000', '133720.825000', '133721.285000', '133721.745000', '133722.205000', '133722.665000', '133723.125000', '133723.585000', '133724.045000', '133724.505000', '133724.965000', '133725.425000', '133725.885000', '133726.345000', '133726.805000', '133727.265000', '133727.725000', '133728.185000', '133728.645000', '133729.105000', '133729.565000', '133730.025000', '133730.485000', '133730.945000', '133731.405000', '133731.865000', '133732.325000', '133732.785000', '133733.245000', '133733.705000', '133734.165000', '133734.625000', '133735.085000', '133735.545000', '133736.005000', '133736.465000', '133736.925000', '133737.385000', '133737.845000', '133738.305000', '133738.765000', '133739.225000', '133739.685000', '133740.145000', '133740.605000', '133741.065000', '133741.525000', '133741.985000', '133742.445000', '133742.905000', '133743.365000', '133743.825000', '133744.285000', '133744.745000', '133745.205000', '133745.665000', '133746.125000', '133746.585000', '133747.045000', '133747.505000', '133747.965000', '133748.425000', '133748.885000', '133749.345000', '133749.805000', '133750.265000', '133750.725000', '133751.185000', '133751.645000', '133752.105000', '133752.565000', '133753.025000', '133753.485000', '133753.945000', '133754.405000', '133754.865000', '133755.325000', '133755.785000', '133756.245000', '133756.705000', '133757.165000', '133757.625000', '133758.085000', '133758.545000', '133759.005000', '133759.465000', '133759.925000', '133800.385000', '133800.845000', '133801.305000', '133801.765000', '133802.225000', '133802.685000', '133803.145000', '133803.605000', '133804.065000', '133804.525000', '133804.985000', '133805.445000', '133805.905000', '133806.365000', '133806.825000', '133807.285000', '133807.745000', '133808.205000', '133808.665000', '133809.125000', '133809.585000', '133810.045000', '133810.505000', '133810.965000', '133811.425000', '133811.885000', '133812.345000', '133812.805000', '133813.265000', '133813.725000', '133814.185000', '133814.645000', '133815.105000', '133815.565000', '133816.025000', '133816.485000', '133816.945000', '133817.405000', '133817.865000', '133818.325000', '133818.785000', '133819.245000', '133819.705000', '133820.165000', '133820.625000', '133821.085000', '133821.545000', '133822.005000', '133822.465000', '133822.925000', '133823.385000', '133823.845000', '133824.305000', '133824.765000', '133825.225000', '133825.685000', '133826.145000', '133826.605000', '133827.065000', '133827.525000', '133827.985000', '133828.445000', '133828.905000', '133829.365000', '133829.825000', '133830.285000', '133830.745000', '133831.205000'], 'ContentTime': ['133204.716000', '133204.720000', '133204.723000', '133204.725000', '133204.728000', '133204.731000', '133204.734000', '133204.736000', '133204.739000', '133204.741000', '133204.744000', '133204.772000', '133204.775000', '133204.777000', '133204.780000', '133204.783000', '133204.785000', '133204.788000', '133204.790000', '133204.793000', '133204.795000', '133204.798000', '133204.802000', '133204.804000', '133204.807000', '133204.809000', '133204.812000', '133204.815000', '133224.658000', '133224.660000', '133224.663000', '133224.665000', '133224.668000', '133224.670000', '133224.673000', '133224.675000', '133224.678000', '133224.681000', '133224.683000', '133224.686000', '133224.688000', '133224.691000', '133224.693000', '133224.696000', '133224.699000', '133224.701000', '133224.704000', '133224.706000', '133224.709000', '133224.711000', '133224.714000', '133224.716000', '133224.719000', '133224.722000', '133224.724000', '133224.727000', '133224.729000', '133224.732000', '133224.734000', '133224.737000', '133224.740000', '133224.742000', '133224.745000', '133224.755000', '133224.757000', '133224.760000', '133224.763000', '133224.765000', '133224.768000', '133224.770000', '133224.773000', '133244.657000', '133244.660000', '133244.663000', '133244.665000', '133244.668000', '133244.670000', '133244.673000', '133244.675000', '133244.678000', '133244.681000', '133244.683000', '133244.686000', '133244.688000', '133244.691000', '133244.693000', '133244.696000', '133244.699000', '133244.701000', '133244.704000', '133244.706000', '133244.709000', '133244.711000', '133244.714000', '133244.717000', '133244.719000', '133244.722000', '133244.724000', '133244.727000', '133244.729000', '133244.732000', '133244.735000', '133244.739000', '133244.742000', '133244.744000', '133244.747000', '133244.749000', '133244.752000', '133244.754000', '133244.757000', '133244.760000', '133244.762000', '133244.765000', '133244.767000', '133244.770000', '133304.658000', '133304.661000', '133304.664000', '133304.667000', '133304.669000', '133304.672000', '133304.674000', '133304.677000', '133304.679000', '133304.682000', '133304.684000', '133304.687000', '133304.690000', '133304.692000', '133304.695000', '133304.697000', '133304.700000', '133304.702000', '133304.705000', '133304.708000', '133304.710000', '133304.713000', '133304.715000', '133304.718000', '133304.720000', '133304.723000', '133304.726000', '133304.728000', '133304.731000', '133304.733000', '133304.736000', '133304.738000', '133304.741000', '133304.743000', '133304.746000', '133304.749000', '133304.751000', '133304.754000', '133304.756000', '133304.759000', '133304.761000', '133304.764000', '133304.767000', '133324.659000', '133324.661000', '133324.664000', '133324.667000', '133324.669000', '133324.672000', '133324.674000', '133324.677000', '133324.679000', '133324.682000', '133324.684000', '133324.688000', '133324.690000', '133324.693000', '133324.695000', '133324.698000', '133324.702000', '133324.704000', '133324.707000', '133324.709000', '133324.712000', '133324.714000', '133324.717000', '133324.720000', '133324.722000', '133324.725000', '133324.727000', '133324.730000', '133324.733000', '133324.735000', '133324.738000', '133324.740000', '133324.743000', '133324.745000', '133324.748000', '133324.751000', '133324.753000', '133324.756000', '133324.758000', '133324.775000', '133324.778000', '133324.781000', '133324.783000', '133344.657000', '133344.660000', '133344.663000', '133344.665000', '133344.668000', '133344.671000', '133344.673000', '133344.676000', '133344.678000', '133344.681000', '133344.683000', '133344.686000', '133344.689000', '133344.691000', '133344.694000', '133344.696000', '133344.699000', '133344.701000', '133344.704000', '133344.707000', '133344.709000', '133344.712000', '133344.715000', '133344.717000', '133344.720000', '133344.722000', '133344.725000', '133344.728000', '133344.730000', '133344.733000', '133344.735000', '133344.738000', '133344.740000', '133344.743000', '133344.746000', '133344.748000', '133344.751000', '133344.753000', '133344.756000', '133344.759000', '133344.761000', '133344.764000', '133344.766000', '133344.769000', '133404.657000', '133404.660000', '133404.663000', '133404.665000', '133404.668000', '133404.671000', '133404.673000', '133404.676000', '133404.678000', '133404.681000', '133404.684000', '133404.686000', '133404.689000', '133404.691000', '133404.694000', '133404.697000', '133404.699000', '133404.702000', '133404.704000', '133404.707000', '133404.709000', '133404.712000', '133404.714000', '133404.717000', '133404.720000', '133404.722000', '133404.725000', '133404.727000', '133404.730000', '133404.732000', '133404.735000', '133404.738000', '133404.740000', '133404.743000', '133404.745000', '133404.748000', '133404.750000', '133404.758000', '133404.760000', '133404.763000', '133404.766000', '133404.768000', '133404.771000', '133424.657000', '133424.660000', '133424.663000', '133424.665000', '133424.668000', '133424.670000', '133424.673000', '133424.676000', '133424.678000', '133424.681000', '133424.683000', '133424.686000', '133424.688000', '133424.691000', '133424.694000', '133424.696000', '133424.699000', '133424.701000', '133424.704000', '133424.706000', '133424.709000', '133424.712000', '133424.714000', '133424.717000', '133424.719000', '133424.722000', '133424.725000', '133424.727000', '133424.730000', '133424.732000', '133424.735000', '133424.738000', '133424.740000', '133424.743000', '133424.745000', '133424.748000', '133424.750000', '133424.753000', '133424.756000', '133424.758000', '133424.761000', '133424.763000', '133424.766000', '133424.768000', '133444.657000', '133444.660000', '133444.663000', '133444.665000', '133444.668000', '133444.671000', '133444.673000', '133444.676000', '133444.678000', '133444.681000', '133444.683000', '133444.686000', '133444.689000', '133444.691000', '133444.694000', '133444.696000', '133444.699000', '133444.702000', '133444.704000', '133444.708000', '133444.711000', '133444.714000', '133444.716000', '133444.719000', '133444.721000', '133444.724000', '133444.726000', '133444.729000', '133444.732000', '133444.734000', '133444.737000', '133444.741000', '133444.743000', '133444.746000', '133444.749000', '133444.751000', '133444.754000', '133444.757000', '133444.759000', '133444.762000', '133444.764000', '133444.767000', '133444.769000', '133504.658000', '133504.661000', '133504.663000', '133504.666000', '133504.668000', '133504.671000', '133504.673000', '133504.676000', '133504.679000', '133504.681000', '133504.692000', '133504.694000', '133504.697000', '133504.699000', '133504.702000', '133504.704000', '133504.707000', '133504.710000', '133504.712000', '133504.715000', '133504.717000', '133504.720000', '133504.723000', '133504.725000', '133504.728000', '133504.730000', '133504.733000', '133504.735000', '133504.738000', '133504.741000', '133504.743000', '133504.746000', '133504.748000', '133504.751000', '133504.754000', '133504.781000', '133504.783000', '133504.786000', '133504.789000', '133504.791000', '133504.794000', '133504.796000', '133504.799000', '133504.828000', '133524.659000', '133524.662000', '133524.664000', '133524.667000', '133524.669000', '133524.672000', '133524.675000', '133524.677000', '133524.680000', '133524.682000', '133524.685000', '133524.687000', '133524.690000', '133524.693000', '133524.695000', '133524.698000', '133524.702000', '133524.705000', '133524.707000', '133524.710000', '133524.713000', '133524.715000', '133524.718000', '133524.720000', '133524.723000', '133524.726000', '133524.728000', '133524.731000', '133524.733000', '133524.736000', '133524.738000', '133524.741000', '133524.744000', '133524.746000', '133524.749000', '133524.752000', '133524.754000', '133524.757000', '133524.759000', '133524.762000', '133524.765000', '133524.767000', '133524.770000', '133544.657000', '133544.660000', '133544.663000', '133544.665000', '133544.668000', '133544.671000', '133544.673000', '133544.676000', '133544.678000', '133544.681000', '133544.683000', '133544.686000', '133544.689000', '133544.691000', '133544.694000', '133544.696000', '133544.699000', '133544.701000', '133544.704000', '133544.707000', '133544.709000', '133544.712000', '133544.714000', '133544.717000', '133544.720000', '133544.722000', '133544.725000', '133544.727000', '133544.730000', '133544.733000', '133544.735000', '133544.738000', '133544.740000', '133544.743000', '133544.745000', '133544.748000', '133544.751000', '133544.753000', '133544.756000', '133544.758000', '133544.761000', '133544.763000', '133544.766000', '133544.769000', '133604.657000', '133604.660000', '133604.663000', '133604.665000', '133604.668000', '133604.671000', '133604.673000', '133604.676000', '133604.678000', '133604.681000', '133604.683000', '133604.686000', '133604.689000', '133604.691000', '133604.694000', '133604.696000', '133604.699000', '133604.701000', '133604.704000', '133604.707000', '133604.709000', '133604.712000', '133604.715000', '133604.717000', '133604.720000', '133604.722000', '133604.725000', '133604.727000', '133604.730000', '133604.733000', '133604.735000', '133604.738000', '133604.740000', '133604.743000', '133604.746000', '133604.748000', '133604.751000', '133604.754000', '133604.756000', '133604.759000', '133604.761000', '133604.764000', '133604.767000', '133624.657000', '133624.660000', '133624.663000', '133624.665000', '133624.668000', '133624.671000', '133624.673000', '133624.676000', '133624.678000', '133624.681000', '133624.683000', '133624.686000', '133624.689000', '133624.691000', '133624.694000', '133624.696000', '133624.699000', '133624.702000', '133624.704000', '133624.707000', '133624.710000', '133624.712000', '133624.715000', '133624.717000', '133624.720000', '133624.722000', '133624.725000', '133624.728000', '133624.730000', '133624.733000', '133624.735000', '133624.738000', '133624.740000', '133624.743000', '133624.746000', '133624.748000', '133624.751000', '133624.753000', '133624.756000', '133624.758000', '133624.761000', '133624.763000', '133624.766000', '133644.658000', '133644.660000', '133644.663000', '133644.673000', '133644.675000', '133644.678000', '133644.681000', '133644.683000', '133644.686000', '133644.688000', '133644.691000', '133644.693000', '133644.696000', '133644.699000', '133644.701000', '133644.704000', '133644.706000', '133644.709000', '133644.712000', '133644.714000', '133644.717000', '133644.720000', '133644.722000', '133644.725000', '133644.727000', '133644.730000', '133644.732000', '133644.735000', '133644.738000', '133644.740000', '133644.743000', '133644.746000', '133644.748000', '133644.751000', '133644.753000', '133644.756000', '133644.759000', '133644.761000', '133644.764000', '133644.766000', '133644.769000', '133644.771000', '133644.774000', '133644.777000', '133704.657000', '133704.660000', '133704.663000', '133704.665000', '133704.668000', '133704.671000', '133704.673000', '133704.676000', '133704.678000', '133704.681000', '133704.683000', '133704.686000', '133704.688000', '133704.691000', '133704.694000', '133704.696000', '133704.699000', '133704.701000', '133704.704000', '133704.707000', '133704.709000', '133704.712000', '133704.714000', '133704.717000', '133704.719000', '133704.722000', '133704.725000', '133704.727000', '133704.730000', '133704.733000', '133704.735000', '133704.738000', '133704.740000', '133704.743000', '133704.745000', '133704.748000', '133704.751000', '133704.753000', '133704.756000', '133704.758000', '133704.761000', '133704.763000', '133704.766000', '133704.768000', '133724.659000', '133724.661000', '133724.676000', '133724.679000', '133724.682000', '133724.684000', '133724.687000', '133724.690000', '133724.692000', '133724.695000', '133724.697000', '133724.700000', '133724.703000', '133724.705000', '133724.708000', '133724.711000', '133724.713000', '133724.716000', '133724.718000', '133724.721000', '133724.724000', '133724.726000', '133724.729000', '133724.731000', '133724.734000', '133724.736000', '133724.739000', '133724.742000', '133724.744000', '133724.747000', '133724.750000', '133724.752000', '133724.755000', '133724.758000', '133724.760000', '133724.763000', '133724.765000', '133724.768000', '133724.770000', '133724.773000', '133724.776000', '133724.778000', '133724.781000', '133744.659000', '133744.661000', '133744.664000', '133744.666000', '133744.669000', '133744.672000', '133744.674000', '133744.677000', '133744.679000', '133744.682000', '133744.685000', '133744.687000', '133744.690000', '133744.692000', '133744.695000', '133744.697000', '133744.700000', '133744.703000', '133744.705000', '133744.708000', '133744.710000', '133744.713000', '133744.715000', '133744.718000', '133744.721000', '133744.723000', '133744.726000', '133744.729000', '133744.731000', '133744.734000', '133744.737000', '133744.739000', '133744.742000', '133744.744000', '133744.747000', '133744.751000', '133744.754000', '133744.756000', '133744.759000', '133744.761000', '133744.764000', '133744.767000', '133744.769000', '133744.772000', '133804.658000', '133804.660000', '133804.663000', '133804.666000', '133804.668000', '133804.671000', '133804.673000', '133804.676000', '133804.678000', '133804.681000', '133804.684000', '133804.686000', '133804.689000', '133804.710000', '133804.713000', '133804.715000', '133804.718000', '133804.720000', '133804.723000', '133804.726000', '133804.728000', '133804.731000', '133804.733000', '133804.736000', '133804.738000', '133804.741000', '133804.744000', '133804.746000', '133804.749000', '133804.751000', '133804.754000', '133804.756000', '133804.759000', '133804.762000', '133804.764000', '133804.767000', '133804.769000', '133804.772000', '133804.774000', '133804.777000', '133804.780000', '133804.782000', '133804.785000', '133824.658000', '133824.660000', '133824.663000', '133824.666000', '133824.668000', '133824.671000', '133824.674000', '133824.676000', '133824.679000', '133824.681000', '133824.684000', '133824.686000', '133824.689000', '133824.692000', '133824.694000', '133824.697000', '133824.699000', '133824.702000', '133824.704000', '133824.707000', '133824.710000', '133824.712000', '133824.715000', '133824.717000', '133824.720000', '133824.722000', '133824.725000', '133824.728000', '133824.731000', '133824.733000', '133824.736000', '133824.738000', '133824.741000', '133824.743000', '133824.746000', '133824.749000', '133824.751000', '133824.754000', '133824.756000', '133824.759000', '133824.761000', '133824.764000', '133824.767000', '133824.769000', '133832.872000', '133832.920000', '133832.923000', '133832.926000', '133832.928000', '133832.931000', '133832.934000', '133832.937000', '133832.939000', '133832.942000', '133832.945000', '133832.947000', '133832.950000', '133832.953000', '133832.955000', '133832.958000', '133832.960000', '133832.963000'], 'InstanceCreationTime': ['133204.716000', '133204.720000', '133204.723000', '133204.725000', '133204.728000', '133204.731000', '133204.734000', '133204.736000', '133204.739000', '133204.741000', '133204.744000', '133204.772000', '133204.775000', '133204.777000', '133204.780000', '133204.783000', '133204.785000', '133204.788000', '133204.790000', '133204.793000', '133204.795000', '133204.798000', '133204.802000', '133204.804000', '133204.807000', '133204.809000', '133204.812000', '133204.815000', '133224.658000', '133224.660000', '133224.663000', '133224.665000', '133224.668000', '133224.670000', '133224.673000', '133224.675000', '133224.678000', '133224.681000', '133224.683000', '133224.686000', '133224.688000', '133224.691000', '133224.693000', '133224.696000', '133224.699000', '133224.701000', '133224.704000', '133224.706000', '133224.709000', '133224.711000', '133224.714000', '133224.716000', '133224.719000', '133224.722000', '133224.724000', '133224.727000', '133224.729000', '133224.732000', '133224.734000', '133224.737000', '133224.740000', '133224.742000', '133224.745000', '133224.755000', '133224.757000', '133224.760000', '133224.763000', '133224.765000', '133224.768000', '133224.770000', '133224.773000', '133244.657000', '133244.660000', '133244.663000', '133244.665000', '133244.668000', '133244.670000', '133244.673000', '133244.675000', '133244.678000', '133244.681000', '133244.683000', '133244.686000', '133244.688000', '133244.691000', '133244.693000', '133244.696000', '133244.699000', '133244.701000', '133244.704000', '133244.706000', '133244.709000', '133244.711000', '133244.714000', '133244.717000', '133244.719000', '133244.722000', '133244.724000', '133244.727000', '133244.729000', '133244.732000', '133244.735000', '133244.739000', '133244.742000', '133244.744000', '133244.747000', '133244.749000', '133244.752000', '133244.754000', '133244.757000', '133244.760000', '133244.762000', '133244.765000', '133244.767000', '133244.770000', '133304.658000', '133304.661000', '133304.664000', '133304.667000', '133304.669000', '133304.672000', '133304.674000', '133304.677000', '133304.679000', '133304.682000', '133304.684000', '133304.687000', '133304.690000', '133304.692000', '133304.695000', '133304.697000', '133304.700000', '133304.702000', '133304.705000', '133304.708000', '133304.710000', '133304.713000', '133304.715000', '133304.718000', '133304.720000', '133304.723000', '133304.726000', '133304.728000', '133304.731000', '133304.733000', '133304.736000', '133304.738000', '133304.741000', '133304.743000', '133304.746000', '133304.749000', '133304.751000', '133304.754000', '133304.756000', '133304.759000', '133304.761000', '133304.764000', '133304.767000', '133324.659000', '133324.661000', '133324.664000', '133324.667000', '133324.669000', '133324.672000', '133324.674000', '133324.677000', '133324.679000', '133324.682000', '133324.684000', '133324.688000', '133324.690000', '133324.693000', '133324.695000', '133324.698000', '133324.702000', '133324.704000', '133324.707000', '133324.709000', '133324.712000', '133324.714000', '133324.717000', '133324.720000', '133324.722000', '133324.725000', '133324.727000', '133324.730000', '133324.733000', '133324.735000', '133324.738000', '133324.740000', '133324.743000', '133324.745000', '133324.748000', '133324.751000', '133324.753000', '133324.756000', '133324.758000', '133324.775000', '133324.778000', '133324.781000', '133324.783000', '133344.657000', '133344.660000', '133344.663000', '133344.665000', '133344.668000', '133344.671000', '133344.673000', '133344.676000', '133344.678000', '133344.681000', '133344.683000', '133344.686000', '133344.689000', '133344.691000', '133344.694000', '133344.696000', '133344.699000', '133344.701000', '133344.704000', '133344.707000', '133344.709000', '133344.712000', '133344.715000', '133344.717000', '133344.720000', '133344.722000', '133344.725000', '133344.728000', '133344.730000', '133344.733000', '133344.735000', '133344.738000', '133344.740000', '133344.743000', '133344.746000', '133344.748000', '133344.751000', '133344.753000', '133344.756000', '133344.759000', '133344.761000', '133344.764000', '133344.766000', '133344.769000', '133404.657000', '133404.660000', '133404.663000', '133404.665000', '133404.668000', '133404.671000', '133404.673000', '133404.676000', '133404.678000', '133404.681000', '133404.684000', '133404.686000', '133404.689000', '133404.691000', '133404.694000', '133404.697000', '133404.699000', '133404.702000', '133404.704000', '133404.707000', '133404.709000', '133404.712000', '133404.714000', '133404.717000', '133404.720000', '133404.722000', '133404.725000', '133404.727000', '133404.730000', '133404.732000', '133404.735000', '133404.738000', '133404.740000', '133404.743000', '133404.745000', '133404.748000', '133404.750000', '133404.758000', '133404.760000', '133404.763000', '133404.766000', '133404.768000', '133404.771000', '133424.657000', '133424.660000', '133424.663000', '133424.665000', '133424.668000', '133424.670000', '133424.673000', '133424.676000', '133424.678000', '133424.681000', '133424.683000', '133424.686000', '133424.688000', '133424.691000', '133424.694000', '133424.696000', '133424.699000', '133424.701000', '133424.704000', '133424.706000', '133424.709000', '133424.712000', '133424.714000', '133424.717000', '133424.719000', '133424.722000', '133424.725000', '133424.727000', '133424.730000', '133424.732000', '133424.735000', '133424.738000', '133424.740000', '133424.743000', '133424.745000', '133424.748000', '133424.750000', '133424.753000', '133424.756000', '133424.758000', '133424.761000', '133424.763000', '133424.766000', '133424.768000', '133444.657000', '133444.660000', '133444.663000', '133444.665000', '133444.668000', '133444.671000', '133444.673000', '133444.676000', '133444.678000', '133444.681000', '133444.683000', '133444.686000', '133444.689000', '133444.691000', '133444.694000', '133444.696000', '133444.699000', '133444.702000', '133444.704000', '133444.708000', '133444.711000', '133444.714000', '133444.716000', '133444.719000', '133444.721000', '133444.724000', '133444.726000', '133444.729000', '133444.732000', '133444.734000', '133444.737000', '133444.741000', '133444.743000', '133444.746000', '133444.749000', '133444.751000', '133444.754000', '133444.757000', '133444.759000', '133444.762000', '133444.764000', '133444.767000', '133444.769000', '133504.658000', '133504.661000', '133504.663000', '133504.666000', '133504.668000', '133504.671000', '133504.673000', '133504.676000', '133504.679000', '133504.681000', '133504.692000', '133504.694000', '133504.697000', '133504.699000', '133504.702000', '133504.704000', '133504.707000', '133504.710000', '133504.712000', '133504.715000', '133504.717000', '133504.720000', '133504.723000', '133504.725000', '133504.728000', '133504.730000', '133504.733000', '133504.735000', '133504.738000', '133504.741000', '133504.743000', '133504.746000', '133504.748000', '133504.751000', '133504.754000', '133504.781000', '133504.783000', '133504.786000', '133504.789000', '133504.791000', '133504.794000', '133504.796000', '133504.799000', '133504.828000', '133524.659000', '133524.662000', '133524.664000', '133524.667000', '133524.669000', '133524.672000', '133524.675000', '133524.677000', '133524.680000', '133524.682000', '133524.685000', '133524.687000', '133524.690000', '133524.693000', '133524.695000', '133524.698000', '133524.702000', '133524.705000', '133524.707000', '133524.710000', '133524.713000', '133524.715000', '133524.718000', '133524.720000', '133524.723000', '133524.726000', '133524.728000', '133524.731000', '133524.733000', '133524.736000', '133524.738000', '133524.741000', '133524.744000', '133524.746000', '133524.749000', '133524.752000', '133524.754000', '133524.757000', '133524.759000', '133524.762000', '133524.765000', '133524.767000', '133524.770000', '133544.657000', '133544.660000', '133544.663000', '133544.665000', '133544.668000', '133544.671000', '133544.673000', '133544.676000', '133544.678000', '133544.681000', '133544.683000', '133544.686000', '133544.689000', '133544.691000', '133544.694000', '133544.696000', '133544.699000', '133544.701000', '133544.704000', '133544.707000', '133544.709000', '133544.712000', '133544.714000', '133544.717000', '133544.720000', '133544.722000', '133544.725000', '133544.727000', '133544.730000', '133544.733000', '133544.735000', '133544.738000', '133544.740000', '133544.743000', '133544.745000', '133544.748000', '133544.751000', '133544.753000', '133544.756000', '133544.758000', '133544.761000', '133544.763000', '133544.766000', '133544.769000', '133604.657000', '133604.660000', '133604.663000', '133604.665000', '133604.668000', '133604.671000', '133604.673000', '133604.676000', '133604.678000', '133604.681000', '133604.683000', '133604.686000', '133604.689000', '133604.691000', '133604.694000', '133604.696000', '133604.699000', '133604.701000', '133604.704000', '133604.707000', '133604.709000', '133604.712000', '133604.715000', '133604.717000', '133604.720000', '133604.722000', '133604.725000', '133604.727000', '133604.730000', '133604.733000', '133604.735000', '133604.738000', '133604.740000', '133604.743000', '133604.746000', '133604.748000', '133604.751000', '133604.754000', '133604.756000', '133604.759000', '133604.761000', '133604.764000', '133604.767000', '133624.657000', '133624.660000', '133624.663000', '133624.665000', '133624.668000', '133624.671000', '133624.673000', '133624.676000', '133624.678000', '133624.681000', '133624.683000', '133624.686000', '133624.689000', '133624.691000', '133624.694000', '133624.696000', '133624.699000', '133624.702000', '133624.704000', '133624.707000', '133624.710000', '133624.712000', '133624.715000', '133624.717000', '133624.720000', '133624.722000', '133624.725000', '133624.728000', '133624.730000', '133624.733000', '133624.735000', '133624.738000', '133624.740000', '133624.743000', '133624.746000', '133624.748000', '133624.751000', '133624.753000', '133624.756000', '133624.758000', '133624.761000', '133624.763000', '133624.766000', '133644.658000', '133644.660000', '133644.663000', '133644.673000', '133644.675000', '133644.678000', '133644.681000', '133644.683000', '133644.686000', '133644.688000', '133644.691000', '133644.693000', '133644.696000', '133644.699000', '133644.701000', '133644.704000', '133644.706000', '133644.709000', '133644.712000', '133644.714000', '133644.717000', '133644.720000', '133644.722000', '133644.725000', '133644.727000', '133644.730000', '133644.732000', '133644.735000', '133644.738000', '133644.740000', '133644.743000', '133644.746000', '133644.748000', '133644.751000', '133644.753000', '133644.756000', '133644.759000', '133644.761000', '133644.764000', '133644.766000', '133644.769000', '133644.771000', '133644.774000', '133644.777000', '133704.657000', '133704.660000', '133704.663000', '133704.665000', '133704.668000', '133704.671000', '133704.673000', '133704.676000', '133704.678000', '133704.681000', '133704.683000', '133704.686000', '133704.688000', '133704.691000', '133704.694000', '133704.696000', '133704.699000', '133704.701000', '133704.704000', '133704.707000', '133704.709000', '133704.712000', '133704.714000', '133704.717000', '133704.719000', '133704.722000', '133704.725000', '133704.727000', '133704.730000', '133704.733000', '133704.735000', '133704.738000', '133704.740000', '133704.743000', '133704.745000', '133704.748000', '133704.751000', '133704.753000', '133704.756000', '133704.758000', '133704.761000', '133704.763000', '133704.766000', '133704.768000', '133724.659000', '133724.661000', '133724.676000', '133724.679000', '133724.682000', '133724.684000', '133724.687000', '133724.690000', '133724.692000', '133724.695000', '133724.697000', '133724.700000', '133724.703000', '133724.705000', '133724.708000', '133724.711000', '133724.713000', '133724.716000', '133724.718000', '133724.721000', '133724.724000', '133724.726000', '133724.729000', '133724.731000', '133724.734000', '133724.736000', '133724.739000', '133724.742000', '133724.744000', '133724.747000', '133724.750000', '133724.752000', '133724.755000', '133724.758000', '133724.760000', '133724.763000', '133724.765000', '133724.768000', '133724.770000', '133724.773000', '133724.776000', '133724.778000', '133724.781000', '133744.659000', '133744.661000', '133744.664000', '133744.666000', '133744.669000', '133744.672000', '133744.674000', '133744.677000', '133744.679000', '133744.682000', '133744.685000', '133744.687000', '133744.690000', '133744.692000', '133744.695000', '133744.697000', '133744.700000', '133744.703000', '133744.705000', '133744.708000', '133744.710000', '133744.713000', '133744.715000', '133744.718000', '133744.721000', '133744.723000', '133744.726000', '133744.729000', '133744.731000', '133744.734000', '133744.737000', '133744.739000', '133744.742000', '133744.744000', '133744.747000', '133744.751000', '133744.754000', '133744.756000', '133744.759000', '133744.761000', '133744.764000', '133744.767000', '133744.769000', '133744.772000', '133804.658000', '133804.660000', '133804.663000', '133804.666000', '133804.668000', '133804.671000', '133804.673000', '133804.676000', '133804.678000', '133804.681000', '133804.684000', '133804.686000', '133804.689000', '133804.710000', '133804.713000', '133804.715000', '133804.718000', '133804.720000', '133804.723000', '133804.726000', '133804.728000', '133804.731000', '133804.733000', '133804.736000', '133804.738000', '133804.741000', '133804.744000', '133804.746000', '133804.749000', '133804.751000', '133804.754000', '133804.756000', '133804.759000', '133804.762000', '133804.764000', '133804.767000', '133804.769000', '133804.772000', '133804.774000', '133804.777000', '133804.780000', '133804.782000', '133804.785000', '133824.658000', '133824.660000', '133824.663000', '133824.666000', '133824.668000', '133824.671000', '133824.674000', '133824.676000', '133824.679000', '133824.681000', '133824.684000', '133824.686000', '133824.689000', '133824.692000', '133824.694000', '133824.697000', '133824.699000', '133824.702000', '133824.704000', '133824.707000', '133824.710000', '133824.712000', '133824.715000', '133824.717000', '133824.720000', '133824.722000', '133824.725000', '133824.728000', '133824.731000', '133824.733000', '133824.736000', '133824.738000', '133824.741000', '133824.743000', '133824.746000', '133824.749000', '133824.751000', '133824.754000', '133824.756000', '133824.759000', '133824.761000', '133824.764000', '133824.767000', '133824.769000', '133832.872000', '133832.920000', '133832.923000', '133832.926000', '133832.928000', '133832.931000', '133832.934000', '133832.937000', '133832.939000', '133832.942000', '133832.945000', '133832.947000', '133832.950000', '133832.953000', '133832.955000', '133832.958000', '133832.960000', '133832.963000'], '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': [6457, 9454, 7738, 13912, 11830, 10419, 13840, 9504, 5737, 7712, 6338, 5600, 7700, 6786, 13129, 10400, 7790, 9830, 7643, 5897, 7908, 6875, 10314, 8597, 11645, 11461, 9909, 13423, 9955, 6118, 9169, 6863, 5492, 8090, 6912, 13865, 10499, 7414, 9846, 6983, 5948, 9937, 9151, 9133, 12438, 8242, 6974, 11309, 7903, 6032, 8376, 7393, 7383, 13278, 10764, 6931, 11576, 7891, 6777, 10412, 8734, 11319, 8175, 5901, 9673, 7822, 12273, 9155, 6783, 10728, 10320, 13790, 10505, 7482, 6225, 6621, 5792, 8232, 6662, 7122, 10990, 9986, 6997, 10138, 7434, 5692, 8141, 7447, 9318, 11422, 10261, 6707, 9652, 7397, 5989, 9844, 8480, 13241, 9214, 9869, 11721, 10716, 6944, 8669, 6820, 5602, 7830, 7018, 12219, 10889, 10219, 13591, 10038, 6998, 10899, 7256, 5901, 8169, 6575, 12316, 10717, 9964, 13867, 10405, 6569, 10380, 7229, 6331, 8546, 7267, 12514, 8412, 6288, 9797, 9293, 13790, 9597, 7868, 10385, 6996, 5647, 7054, 6440, 5648, 10009, 10196, 7092, 9581, 7293, 5856, 8602, 7899, 12372, 9881, 8113, 10630, 8954, 12023, 10000, 8608, 14028, 9801, 6339, 8783, 6845, 5855, 10300, 8908, 8693, 13004, 9029, 5876, 8211, 6506, 6535, 11107, 8687, 7348, 9057, 9909, 8623, 7953, 12350, 11522, 10494, 13931, 11383, 7726, 9693, 9669, 6848, 9621, 6794, 5523, 6705, 5850, 8533, 7417, 9880, 10343, 8237, 11365, 8773, 11542, 10954, 9296, 12683, 7180, 5605, 8060, 6191, 5634, 8332, 6202, 11158, 9257, 10978, 10214, 8652, 5876, 8412, 7247, 11695, 8829, 8385, 11959, 10059, 9101, 11846, 8675, 6190, 8079, 6562, 5585, 7779, 6330, 7838, 9549, 9632, 13617, 10710, 7583, 8344, 7898, 6735, 12323, 9849, 9915, 13319, 8770, 6256, 7422, 7371, 6548, 12000, 8299, 6674, 10408, 9078, 11621, 9377, 8245, 11660, 9869, 8535, 10748, 8058, 5660, 7641, 6126, 5955, 7621, 6870, 12200, 6798, 5788, 5569, 6414, 5771, 10359, 6313, 7387, 7538, 5967, 9232, 6839, 9109, 7184, 5850, 8061, 5771, 11136, 7693, 5784, 6001, 6850, 5872, 10579, 6907, 6181, 5700, 5762, 5798, 6599, 8067, 7099, 11371, 8073, 6183, 6544, 7096, 6353, 10305, 7554, 6036, 9143, 7038, 7261, 9186, 9589, 9799, 8464, 6165, 5740, 8456, 6167, 6186, 5909, 6509, 8361, 8087, 7691, 6327, 10302, 8946, 6807, 5994, 8263, 6266, 5822, 6173, 6105, 6941, 6167, 9180, 6667, 7643, 9611, 7688, 10985, 7012, 5804, 9236, 6182, 5708, 6712, 6043, 7365, 5982, 9337, 7874, 7443, 8966, 6997, 5864, 6253, 5977, 9722, 6748, 8482, 8971, 6802, 5818, 6250, 6247, 5875, 7491, 6850, 11512, 8212, 6477, 8398, 6252, 5772, 8816, 7086, 9416, 7933, 6016, 5956, 5836, 6057, 7459, 6373, 8506, 8126, 7012, 11089, 7051, 6275, 10326, 6579, 5704, 6507, 5900, 8106, 6276, 5561, 6739, 5892, 8685, 7493, 5624, 5781, 5993, 6024, 6412, 6008, 6028, 6743, 6420, 10100, 8181, 7418, 6318, 6630, 7070, 5898, 7349, 6035, 8557, 7405, 6224, 8585, 9023, 7788, 9747, 8203, 6140, 5673, 6659, 5939, 5629, 6883, 6425, 9192, 9168, 7311, 5723, 6369, 6000, 5974, 7796, 7073, 8617, 11043, 7405, 6824, 10431, 6865, 6958, 9461, 6771, 5874, 6104, 6032, 5872, 5870, 5932, 5829, 6816, 7547, 10548, 6659, 5941, 9550, 6595, 6208, 9696, 5586, 5782, 6397, 6133, 5692, 6440, 6038, 9767, 6731, 5964, 8072, 6649, 10061, 8591, 7629, 10219, 7840, 6075, 5989, 5775, 6619, 5960, 9425, 7639, 6666, 6841, 8260, 5873, 5887, 7222, 7898, 9686, 9605, 8669, 6395, 5955, 5953, 5693, 7709, 7557, 9916, 7506, 6073, 5950, 7889, 6045, 9425, 7464, 9598, 8843, 8106, 5899, 5704, 5825, 5991, 6338, 6090, 5918, 9246, 6189, 5993, 9923, 7998, 8157, 9557, 7579, 6346, 5825, 6595, 5715, 9441, 7247, 7065, 7724, 5651, 6114, 7566, 5872, 6067, 6823, 5973, 7380, 6821, 5969, 7295, 6250, 8644, 6379, 6334, 7455, 7662, 6457, 8548, 6226, 5970, 5812, 5851, 5896, 8743, 7105, 5924, 9476, 5891, 5854, 6391, 5791, 9922, 7708, 6822, 10356, 5654, 6005, 6549, 5764, 6021, 6917, 5959, 9355, 7127, 7140, 9995, 8182, 6579, 8510, 6186, 5700, 5766, 5803, 5738, 7866, 6409, 6112, 6898, 6165, 9549, 5971, 6912, 8363, 6645, 5766, 6641, 6123, 5627, 6570, 7566, 5841, 6159, 5747, 5480, 6135, 7694, 5757, 5889, 5994, 6138, 6518, 7702, 5720, 6342, 5784, 6118, 6218, 7030, 5954, 6034, 6085, 5960, 6086, 5753, 6998, 7945, 7920, 7085, 7112, 6764, 5812, 5820, 6862, 5757, 5678, 5612, 5957, 7799, 8128, 6850, 8264, 8279, 6341, 5741, 5671, 5873, 5962, 5593, 7134, 5779, 6703, 6797, 8586, 6806, 5893, 5710, 5734, 5878, 6403, 6377, 9127, 7421, 5698, 7948, 5995, 6017, 5693, 6725, 7966, 5762, 5911, 6458, 6428, 8244, 6391, 6083, 6356, 5946, 7197, 6119, 5879, 5940, 5838, 5843, 5719, 5706, 8335, 6727, 5854, 8032, 6061, 5648, 6262, 5633, 5798, 5682, 5937, 5975, 5647, 6268, 8388, 7458, 6161, 5881, 5692, 5906, 7295, 8840, 6955, 5967, 7407, 5650, 6677, 5901, 5916, 8184, 7074, 7111, 6341, 5772, 5833, 6001, 5960, 5846, 6320, 5937, 6511, 8992, 6032, 6415, 7226, 7403, 6891, 7571, 6052, 6674, 6153, 7107, 7017, 7406, 6930, 7528, 7247, 6269, 6843, 6451, 6905, 6750, 7007, 7121, 5799, 5708, 5909, 6249, 5683, 5533, 8051, 5913, 5827, 5723, 5657, 5873, 6170, 6021, 5958, 7638, 6095, 5872, 6335, 6518, 6773, 6587, 7528, 8598, 8072, 7117, 8295, 8009, 5840, 6215, 6879, 5731, 6710, 6952, 7984, 7601, 5873, 5840, 5842, 5733, 5769, 5922, 7672, 8572, 8347, 8714, 6719, 5708, 5623, 7187, 5653, 6741, 5911, 8489, 5803, 5860, 5838, 6459, 6337, 6307, 5758, 6667, 6026, 6721, 6871, 5915, 6148, 6094, 6137, 6361, 5964, 5618, 5872, 5914, 5715, 8201, 7721, 5953, 5893, 5725, 5707, 5638, 5646, 5590, 5771, 5766, 7154, 5853, 5698, 5844, 5964, 6861, 6484, 6173, 7908, 5689, 5669, 6413], 'WindowCenter': [3677.0, 3714.0, 3683.0, 3733.0, 3722.0, 3712.0, 3732.0, 3699.0, 3635.0, 3665.0, 3645.0, 3634.0, 3678.0, 3669.0, 3732.0, 3712.0, 3682.0, 3711.0, 3679.0, 3635.0, 3665.0, 3644.0, 3685.0, 3676.0, 3708.0, 3710.0, 3700.0, 3721.0, 3700.0, 3647.0, 3686.0, 3654.0, 3622.0, 3665.0, 3667.0, 3720.0, 3713.0, 3681.0, 3712.0, 3670.0, 3649.0, 3699.0, 3700.0, 3701.0, 3734.0, 3703.0, 3683.0, 3721.0, 3678.0, 3647.0, 3690.0, 3680.0, 3681.0, 3735.0, 3725.0, 3684.0, 3735.0, 3692.0, 3671.0, 3710.0, 3690.0, 3709.0, 3677.0, 3635.0, 3688.0, 3667.0, 3708.0, 3686.0, 3644.0, 3696.0, 3697.0, 3707.0, 3698.0, 3667.0, 3644.0, 3654.0, 3634.0, 3676.0, 3656.0, 3668.0, 3712.0, 3715.0, 3684.0, 3725.0, 3681.0, 3649.0, 3691.0, 3681.0, 3713.0, 3736.0, 3728.0, 3684.0, 3715.0, 3683.0, 3647.0, 3700.0, 3688.0, 3719.0, 3689.0, 3700.0, 3722.0, 3713.0, 3670.0, 3690.0, 3656.0, 3634.0, 3665.0, 3656.0, 3708.0, 3710.0, 3711.0, 3733.0, 3712.0, 3671.0, 3709.0, 3665.0, 3621.0, 3663.0, 3656.0, 3707.0, 3699.0, 3700.0, 3732.0, 3711.0, 3669.0, 3697.0, 3653.0, 3630.0, 3662.0, 3652.0, 3694.0, 3675.0, 3643.0, 3686.0, 3686.0, 3706.0, 3685.0, 3664.0, 3683.0, 3652.0, 3621.0, 3652.0, 3644.0, 3635.0, 3700.0, 3713.0, 3682.0, 3713.0, 3681.0, 3636.0, 3686.0, 3676.0, 3707.0, 3687.0, 3666.0, 3698.0, 3689.0, 3708.0, 3686.0, 3664.0, 3705.0, 3683.0, 3631.0, 3673.0, 3654.0, 3634.0, 3697.0, 3689.0, 3702.0, 3735.0, 3715.0, 3662.0, 3702.0, 3660.0, 3646.0, 3710.0, 3689.0, 3669.0, 3690.0, 3700.0, 3690.0, 3679.0, 3709.0, 3709.0, 3699.0, 3719.0, 3708.0, 3668.0, 3687.0, 3686.0, 3644.0, 3686.0, 3655.0, 3623.0, 3657.0, 3636.0, 3689.0, 3669.0, 3698.0, 3697.0, 3665.0, 3695.0, 3675.0, 3693.0, 3683.0, 3673.0, 3704.0, 3642.0, 3622.0, 3664.0, 3632.0, 3622.0, 3677.0, 3635.0, 3709.0, 3702.0, 3712.0, 3711.0, 3689.0, 3635.0, 3675.0, 3667.0, 3707.0, 3687.0, 3677.0, 3709.0, 3700.0, 3689.0, 3721.0, 3688.0, 3647.0, 3677.0, 3655.0, 3623.0, 3678.0, 3658.0, 3680.0, 3713.0, 3714.0, 3735.0, 3713.0, 3680.0, 3678.0, 3664.0, 3644.0, 3706.0, 3687.0, 3699.0, 3732.0, 3691.0, 3659.0, 3667.0, 3666.0, 3644.0, 3706.0, 3676.0, 3656.0, 3697.0, 3688.0, 3697.0, 3686.0, 3677.0, 3696.0, 3685.0, 3676.0, 3710.0, 3676.0, 3635.0, 3665.0, 3646.0, 3646.0, 3679.0, 3670.0, 3734.0, 3670.0, 3650.0, 3635.0, 3643.0, 3632.0, 3682.0, 3630.0, 3651.0, 3651.0, 3632.0, 3672.0, 3643.0, 3672.0, 3641.0, 3617.0, 3649.0, 3620.0, 3692.0, 3661.0, 3631.0, 3629.0, 3652.0, 3646.0, 3720.0, 3679.0, 3670.0, 3657.0, 3645.0, 3645.0, 3667.0, 3688.0, 3680.0, 3733.0, 3703.0, 3671.0, 3668.0, 3666.0, 3654.0, 3694.0, 3664.0, 3643.0, 3685.0, 3666.0, 3665.0, 3686.0, 3697.0, 3696.0, 3674.0, 3631.0, 3633.0, 3684.0, 3642.0, 3643.0, 3632.0, 3655.0, 3688.0, 3674.0, 3664.0, 3642.0, 3693.0, 3684.0, 3653.0, 3643.0, 3674.0, 3642.0, 3632.0, 3642.0, 3643.0, 3653.0, 3645.0, 3686.0, 3655.0, 3675.0, 3697.0, 3665.0, 3694.0, 3652.0, 3620.0, 3682.0, 3629.0, 3618.0, 3640.0, 3631.0, 3662.0, 3642.0, 3684.0, 3674.0, 3664.0, 3684.0, 3652.0, 3620.0, 3640.0, 3629.0, 3682.0, 3641.0, 3675.0, 3686.0, 3656.0, 3646.0, 3655.0, 3654.0, 3632.0, 3664.0, 3654.0, 3707.0, 3687.0, 3657.0, 3688.0, 3655.0, 3633.0, 3672.0, 3652.0, 3684.0, 3673.0, 3643.0, 3641.0, 3631.0, 3631.0, 3649.0, 3641.0, 3671.0, 3662.0, 3651.0, 3694.0, 3653.0, 3643.0, 3693.0, 3640.0, 3618.0, 3627.0, 3618.0, 3659.0, 3640.0, 3620.0, 3653.0, 3631.0, 3684.0, 3664.0, 3620.0, 3619.0, 3642.0, 3629.0, 3628.0, 3628.0, 3641.0, 3652.0, 3656.0, 3708.0, 3688.0, 3690.0, 3669.0, 3666.0, 3652.0, 3619.0, 3649.0, 3631.0, 3673.0, 3663.0, 3644.0, 3686.0, 3686.0, 3675.0, 3684.0, 3659.0, 3615.0, 3614.0, 3625.0, 3615.0, 3615.0, 3648.0, 3640.0, 3684.0, 3697.0, 3674.0, 3644.0, 3652.0, 3641.0, 3640.0, 3661.0, 3651.0, 3673.0, 3707.0, 3666.0, 3666.0, 3707.0, 3654.0, 3650.0, 3656.0, 3611.0, 3601.0, 3613.0, 3627.0, 3628.0, 3630.0, 3643.0, 3642.0, 3653.0, 3662.0, 3678.0, 3624.0, 3615.0, 3669.0, 3639.0, 3629.0, 3694.0, 3620.0, 3631.0, 3639.0, 3628.0, 3628.0, 3640.0, 3641.0, 3693.0, 3652.0, 3642.0, 3674.0, 3654.0, 3684.0, 3688.0, 3666.0, 3696.0, 3674.0, 3642.0, 3643.0, 3631.0, 3652.0, 3645.0, 3699.0, 3690.0, 3682.0, 3682.0, 3701.0, 3646.0, 3632.0, 3664.0, 3675.0, 3700.0, 3687.0, 3675.0, 3643.0, 3631.0, 3642.0, 3632.0, 3663.0, 3676.0, 3709.0, 3678.0, 3657.0, 3657.0, 3675.0, 3630.0, 3672.0, 3651.0, 3685.0, 3673.0, 3661.0, 3619.0, 3618.0, 3617.0, 3628.0, 3630.0, 3630.0, 3631.0, 3684.0, 3631.0, 3632.0, 3684.0, 3663.0, 3663.0, 3684.0, 3676.0, 3642.0, 3619.0, 3640.0, 3619.0, 3671.0, 3652.0, 3655.0, 3664.0, 3632.0, 3633.0, 3650.0, 3618.0, 3618.0, 3628.0, 3617.0, 3638.0, 3628.0, 3620.0, 3650.0, 3641.0, 3672.0, 3628.0, 3628.0, 3636.0, 3648.0, 3628.0, 3671.0, 3631.0, 3642.0, 3630.0, 3632.0, 3632.0, 3674.0, 3664.0, 3644.0, 3697.0, 3633.0, 3632.0, 3642.0, 3631.0, 3694.0, 3663.0, 3654.0, 3695.0, 3631.0, 3631.0, 3640.0, 3619.0, 3628.0, 3649.0, 3629.0, 3681.0, 3651.0, 3652.0, 3683.0, 3673.0, 3653.0, 3673.0, 3628.0, 3616.0, 3616.0, 3617.0, 3619.0, 3662.0, 3642.0, 3632.0, 3651.0, 3631.0, 3670.0, 3617.0, 3638.0, 3672.0, 3640.0, 3606.0, 3626.0, 3618.0, 3605.0, 3628.0, 3651.0, 3620.0, 3619.0, 3605.0, 3596.0, 3630.0, 3650.0, 3616.0, 3618.0, 3630.0, 3630.0, 3629.0, 3649.0, 3616.0, 3627.0, 3617.0, 3617.0, 3630.0, 3650.0, 3629.0, 3630.0, 3630.0, 3629.0, 3629.0, 3619.0, 3652.0, 3660.0, 3661.0, 3640.0, 3652.0, 3642.0, 3619.0, 3618.0, 3641.0, 3618.0, 3616.0, 3619.0, 3630.0, 3663.0, 3673.0, 3668.0, 3686.0, 3687.0, 3642.0, 3617.0, 3616.0, 3615.0, 3626.0, 3618.0, 3662.0, 3631.0, 3653.0, 3655.0, 3685.0, 3653.0, 3630.0, 3617.0, 3614.0, 3616.0, 3626.0, 3629.0, 3683.0, 3663.0, 3633.0, 3675.0, 3641.0, 3628.0, 3613.0, 3635.0, 3645.0, 3615.0, 3616.0, 3627.0, 3640.0, 3659.0, 3627.0, 3614.0, 3613.0, 3611.0, 3621.0, 3601.0, 3601.0, 3613.0, 3616.0, 3617.0, 3617.0, 3630.0, 3673.0, 3653.0, 3632.0, 3673.0, 3630.0, 3631.0, 3640.0, 3631.0, 3631.0, 3632.0, 3645.0, 3644.0, 3634.0, 3656.0, 3686.0, 3677.0, 3656.0, 3656.0, 3631.0, 3631.0, 3660.0, 3684.0, 3663.0, 3643.0, 3676.0, 3643.0, 3663.0, 3630.0, 3630.0, 3674.0, 3638.0, 3636.0, 3640.0, 3631.0, 3641.0, 3643.0, 3641.0, 3630.0, 3643.0, 3643.0, 3657.0, 3700.0, 3657.0, 3655.0, 3662.0, 3650.0, 3637.0, 3648.0, 3626.0, 3638.0, 3628.0, 3649.0, 3651.0, 3648.0, 3636.0, 3632.0, 3621.0, 3598.0, 3609.0, 3609.0, 3619.0, 3611.0, 3621.0, 3623.0, 3601.0, 3601.0, 3613.0, 3625.0, 3615.0, 3605.0, 3659.0, 3619.0, 3631.0, 3631.0, 3630.0, 3643.0, 3641.0, 3643.0, 3645.0, 3677.0, 3658.0, 3647.0, 3655.0, 3654.0, 3652.0, 3640.0, 3661.0, 3671.0, 3661.0, 3639.0, 3660.0, 3661.0, 3617.0, 3616.0, 3625.0, 3601.0, 3636.0, 3637.0, 3659.0, 3661.0, 3631.0, 3643.0, 3630.0, 3629.0, 3617.0, 3628.0, 3660.0, 3673.0, 3675.0, 3672.0, 3639.0, 3615.0, 3603.0, 3635.0, 3601.0, 3623.0, 3616.0, 3670.0, 3618.0, 3630.0, 3617.0, 3627.0, 3625.0, 3625.0, 3602.0, 3623.0, 3613.0, 3624.0, 3625.0, 3601.0, 3613.0, 3613.0, 3601.0, 3612.0, 3601.0, 3601.0, 3602.0, 3615.0, 3615.0, 3657.0, 3648.0, 3627.0, 3619.0, 3629.0, 3617.0, 3616.0, 3618.0, 3618.0, 3631.0, 3633.0, 3667.0, 3647.0, 3646.0, 3644.0, 3655.0, 3652.0, 3643.0, 3642.0, 3674.0, 3632.0, 3633.0, 3641.0], 'WindowWidth': [8322.0, 8363.0, 8321.0, 8384.0, 8369.0, 8354.0, 8380.0, 8332.0, 8245.0, 8282.0, 8256.0, 8240.0, 8303.0, 8294.0, 8382.0, 8356.0, 8316.0, 8353.0, 8308.0, 8242.0, 8280.0, 8251.0, 8306.0, 8296.0, 8339.0, 8346.0, 8334.0, 8364.0, 8335.0, 8262.0, 8309.0, 8265.0, 8220.0, 8280.0, 8287.0, 8361.0, 8356.0, 8312.0, 8354.0, 8297.0, 8269.0, 8333.0, 8335.0, 8339.0, 8387.0, 8346.0, 8322.0, 8365.0, 8304.0, 8263.0, 8322.0, 8309.0, 8313.0, 8391.0, 8377.0, 8324.0, 8390.0, 8330.0, 8299.0, 8347.0, 8321.0, 8342.0, 8300.0, 8243.0, 8314.0, 8286.0, 8338.0, 8309.0, 8251.0, 8320.0, 8324.0, 8336.0, 8327.0, 8287.0, 8254.0, 8266.0, 8240.0, 8297.0, 8273.0, 8291.0, 8354.0, 8362.0, 8325.0, 8379.0, 8316.0, 8272.0, 8327.0, 8313.0, 8359.0, 8394.0, 8385.0, 8326.0, 8365.0, 8319.0, 8265.0, 8333.0, 8317.0, 8358.0, 8317.0, 8333.0, 8368.0, 8356.0, 8297.0, 8323.0, 8273.0, 8238.0, 8279.0, 8270.0, 8340.0, 8347.0, 8350.0, 8384.0, 8357.0, 8301.0, 8346.0, 8280.0, 8216.0, 8274.0, 8270.0, 8338.0, 8333.0, 8334.0, 8382.0, 8353.0, 8294.0, 8326.0, 8260.0, 8225.0, 8269.0, 8258.0, 8314.0, 8291.0, 8248.0, 8309.0, 8310.0, 8333.0, 8304.0, 8276.0, 8301.0, 8259.0, 8218.0, 8259.0, 8252.0, 8244.0, 8337.0, 8358.0, 8318.0, 8360.0, 8313.0, 8247.0, 8310.0, 8295.0, 8335.0, 8310.0, 8281.0, 8325.0, 8318.0, 8341.0, 8309.0, 8274.0, 8333.0, 8300.0, 8229.0, 8287.0, 8264.0, 8239.0, 8327.0, 8321.0, 8342.0, 8390.0, 8366.0, 8294.0, 8343.0, 8283.0, 8259.0, 8345.0, 8319.0, 8291.0, 8320.0, 8333.0, 8320.0, 8304.0, 8345.0, 8344.0, 8328.0, 8358.0, 8342.0, 8288.0, 8313.0, 8310.0, 8251.0, 8308.0, 8267.0, 8225.0, 8273.0, 8247.0, 8318.0, 8291.0, 8327.0, 8324.0, 8277.0, 8316.0, 8292.0, 8310.0, 8298.0, 8286.0, 8328.0, 8245.0, 8221.0, 8277.0, 8232.0, 8219.0, 8296.0, 8240.0, 8342.0, 8340.0, 8353.0, 8351.0, 8318.0, 8241.0, 8294.0, 8284.0, 8336.0, 8312.0, 8300.0, 8345.0, 8333.0, 8317.0, 8364.0, 8317.0, 8262.0, 8298.0, 8268.0, 8226.0, 8302.0, 8279.0, 8310.0, 8360.0, 8362.0, 8389.0, 8358.0, 8310.0, 8300.0, 8276.0, 8251.0, 8332.0, 8311.0, 8332.0, 8379.0, 8325.0, 8282.0, 8287.0, 8284.0, 8252.0, 8335.0, 8295.0, 8270.0, 8325.0, 8314.0, 8322.0, 8309.0, 8296.0, 8320.0, 8304.0, 8296.0, 8347.0, 8296.0, 8243.0, 8280.0, 8257.0, 8262.0, 8307.0, 8298.0, 8386.0, 8299.0, 8272.0, 8245.0, 8250.0, 8234.0, 8296.0, 8226.0, 8254.0, 8256.0, 8232.0, 8284.0, 8246.0, 8283.0, 8241.0, 8205.0, 8246.0, 8214.0, 8312.0, 8270.0, 8232.0, 8226.0, 8263.0, 8264.0, 8365.0, 8313.0, 8303.0, 8282.0, 8261.0, 8262.0, 8292.0, 8321.0, 8315.0, 8389.0, 8349.0, 8307.0, 8297.0, 8288.0, 8268.0, 8320.0, 8281.0, 8253.0, 8310.0, 8286.0, 8285.0, 8312.0, 8329.0, 8325.0, 8293.0, 8232.0, 8239.0, 8307.0, 8250.0, 8252.0, 8238.0, 8273.0, 8317.0, 8291.0, 8280.0, 8247.0, 8315.0, 8305.0, 8265.0, 8251.0, 8292.0, 8249.0, 8236.0, 8249.0, 8252.0, 8264.0, 8258.0, 8310.0, 8271.0, 8298.0, 8327.0, 8282.0, 8319.0, 8259.0, 8217.0, 8298.0, 8226.0, 8210.0, 8241.0, 8233.0, 8274.0, 8250.0, 8306.0, 8294.0, 8280.0, 8305.0, 8261.0, 8215.0, 8243.0, 8227.0, 8298.0, 8246.0, 8294.0, 8311.0, 8275.0, 8264.0, 8273.0, 8270.0, 8236.0, 8281.0, 8268.0, 8340.0, 8315.0, 8278.0, 8320.0, 8273.0, 8238.0, 8286.0, 8261.0, 8304.0, 8291.0, 8253.0, 8249.0, 8234.0, 8232.0, 8252.0, 8243.0, 8283.0, 8271.0, 8258.0, 8316.0, 8262.0, 8251.0, 8316.0, 8242.0, 8209.0, 8219.0, 8209.0, 8263.0, 8240.0, 8219.0, 8266.0, 8235.0, 8307.0, 8279.0, 8215.0, 8213.0, 8251.0, 8228.0, 8222.0, 8223.0, 8246.0, 8265.0, 8275.0, 8346.0, 8321.0, 8328.0, 8300.0, 8289.0, 8262.0, 8214.0, 8251.0, 8229.0, 8288.0, 8275.0, 8253.0, 8314.0, 8312.0, 8297.0, 8306.0, 8263.0, 8203.0, 8198.0, 8213.0, 8202.0, 8202.0, 8250.0, 8243.0, 8307.0, 8329.0, 8297.0, 8259.0, 8266.0, 8248.0, 8246.0, 8272.0, 8260.0, 8292.0, 8343.0, 8290.0, 8292.0, 8345.0, 8269.0, 8256.0, 8253.0, 8189.0, 8175.0, 8194.0, 8221.0, 8226.0, 8233.0, 8253.0, 8253.0, 8266.0, 8275.0, 8287.0, 8212.0, 8200.0, 8276.0, 8240.0, 8230.0, 8321.0, 8221.0, 8234.0, 8240.0, 8226.0, 8227.0, 8245.0, 8249.0, 8319.0, 8265.0, 8253.0, 8294.0, 8269.0, 8304.0, 8315.0, 8283.0, 8320.0, 8294.0, 8251.0, 8252.0, 8233.0, 8264.0, 8260.0, 8335.0, 8328.0, 8323.0, 8322.0, 8344.0, 8263.0, 8238.0, 8279.0, 8297.0, 8337.0, 8312.0, 8296.0, 8252.0, 8230.0, 8250.0, 8237.0, 8276.0, 8299.0, 8346.0, 8308.0, 8280.0, 8279.0, 8296.0, 8229.0, 8284.0, 8258.0, 8307.0, 8289.0, 8270.0, 8214.0, 8209.0, 8207.0, 8221.0, 8227.0, 8229.0, 8231.0, 8303.0, 8231.0, 8234.0, 8305.0, 8274.0, 8276.0, 8304.0, 8300.0, 8250.0, 8215.0, 8242.0, 8211.0, 8282.0, 8261.0, 8269.0, 8277.0, 8236.0, 8237.0, 8252.0, 8208.0, 8206.0, 8217.0, 8205.0, 8232.0, 8217.0, 8211.0, 8253.0, 8246.0, 8286.0, 8222.0, 8221.0, 8228.0, 8247.0, 8223.0, 8284.0, 8233.0, 8250.0, 8232.0, 8236.0, 8238.0, 8292.0, 8282.0, 8257.0, 8329.0, 8241.0, 8238.0, 8248.0, 8234.0, 8318.0, 8277.0, 8268.0, 8323.0, 8234.0, 8235.0, 8243.0, 8214.0, 8224.0, 8252.0, 8227.0, 8297.0, 8258.0, 8263.0, 8304.0, 8291.0, 8265.0, 8289.0, 8223.0, 8204.0, 8203.0, 8205.0, 8212.0, 8271.0, 8246.0, 8232.0, 8257.0, 8230.0, 8278.0, 8204.0, 8233.0, 8288.0, 8241.0, 8190.0, 8214.0, 8209.0, 8184.0, 8219.0, 8255.0, 8214.0, 8209.0, 8183.0, 8173.0, 8226.0, 8251.0, 8204.0, 8210.0, 8228.0, 8229.0, 8224.0, 8250.0, 8203.0, 8220.0, 8206.0, 8205.0, 8228.0, 8254.0, 8225.0, 8228.0, 8227.0, 8226.0, 8225.0, 8213.0, 8261.0, 8266.0, 8269.0, 8240.0, 8258.0, 8246.0, 8213.0, 8210.0, 8243.0, 8208.0, 8204.0, 8212.0, 8230.0, 8276.0, 8290.0, 8295.0, 8314.0, 8317.0, 8249.0, 8208.0, 8203.0, 8201.0, 8218.0, 8210.0, 8276.0, 8235.0, 8266.0, 8270.0, 8310.0, 8266.0, 8232.0, 8209.0, 8200.0, 8204.0, 8216.0, 8226.0, 8300.0, 8279.0, 8241.0, 8298.0, 8248.0, 8225.0, 8196.0, 8227.0, 8239.0, 8201.0, 8204.0, 8219.0, 8240.0, 8264.0, 8220.0, 8198.0, 8193.0, 8188.0, 8199.0, 8174.0, 8176.0, 8195.0, 8204.0, 8209.0, 8211.0, 8232.0, 8289.0, 8264.0, 8238.0, 8291.0, 8231.0, 8233.0, 8243.0, 8233.0, 8234.0, 8237.0, 8259.0, 8258.0, 8243.0, 8276.0, 8315.0, 8305.0, 8280.0, 8279.0, 8237.0, 8236.0, 8272.0, 8309.0, 8281.0, 8257.0, 8305.0, 8256.0, 8281.0, 8232.0, 8232.0, 8294.0, 8236.0, 8231.0, 8243.0, 8237.0, 8251.0, 8256.0, 8250.0, 8232.0, 8253.0, 8253.0, 8277.0, 8341.0, 8282.0, 8275.0, 8275.0, 8255.0, 8230.0, 8247.0, 8216.0, 8234.0, 8222.0, 8252.0, 8257.0, 8246.0, 8228.0, 8216.0, 8200.0, 8164.0, 8179.0, 8181.0, 8194.0, 8186.0, 8199.0, 8206.0, 8176.0, 8176.0, 8197.0, 8217.0, 8202.0, 8191.0, 8263.0, 8214.0, 8237.0, 8235.0, 8235.0, 8254.0, 8247.0, 8255.0, 8261.0, 8306.0, 8282.0, 8267.0, 8274.0, 8269.0, 8260.0, 8243.0, 8272.0, 8281.0, 8270.0, 8239.0, 8266.0, 8269.0, 8209.0, 8203.0, 8213.0, 8177.0, 8229.0, 8235.0, 8265.0, 8270.0, 8233.0, 8256.0, 8233.0, 8227.0, 8209.0, 8226.0, 8266.0, 8289.0, 8295.0, 8285.0, 8237.0, 8202.0, 8181.0, 8225.0, 8175.0, 8208.0, 8203.0, 8280.0, 8212.0, 8230.0, 8208.0, 8219.0, 8212.0, 8210.0, 8179.0, 8207.0, 8193.0, 8206.0, 8210.0, 8176.0, 8192.0, 8191.0, 8174.0, 8190.0, 8173.0, 8175.0, 8177.0, 8202.0, 8203.0, 8258.0, 8247.0, 8219.0, 8212.0, 8227.0, 8208.0, 8205.0, 8211.0, 8212.0, 8234.0, 8241.0, 8290.0, 8268.0, 8265.0, 8258.0, 8273.0, 8261.0, 8251.0, 8252.0, 8294.0, 8237.0, 8241.0, 8246.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.005743559127439724</td></tr>
<tr><td colspan=3>aqi</td><td>0.11446182376578645</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.395957600505696</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9777529781264369</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8936496257701154</td></tr>
<tr><td colspan=3>efc</td><td>0.4672</td></tr>
<tr><td colspan=3>fber</td><td>5396.7554</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2001186901849066</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>310</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>35.59127439724455</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8292500539442167</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5829067566005226</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0906693808581545</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8141740243739726</td></tr>
<tr><td colspan=3>gcor</td><td>0.00523672</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010972906835377216</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03153929486870766</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.942068600169637</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>20.6844</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.0301</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.811</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303067.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>590.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>263.3867</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1237</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>426.1674</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2885.2656</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3075.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73477.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>972.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>780.042</td></tr>
<tr><td colspan=3>tsnr</td><td>20.532416111323982</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>