ds005256-mriqc/sub-0038_ses-04_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter a01aa5e1f9 [DATALAD RUNCMD] Compute MRIQC for sub-0038
=== 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-0038 --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-0038",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:18 +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-0038_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0038_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-04/func/sub-0038_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>32c6992a183404357af080cef7ea2386</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:39:44.955000</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.998038, 0.0274333, 0.056277, -0.0315389, 0.996803, 0.0734117]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.079509</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7225, 567, -77, -153, -72, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.481</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a8715779-0027-42b8-8d84-1b8a42e326ec||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.677663564682007, -0.08461656421422958, 0.14602459967136383, 116.06807708740234], [-0.07360165566205978, 2.674349308013916, 0.2026149481534958, -96.18214416503906], [0.1509871780872345, -0.19695815443992615, 2.6884241104125977, -59.43611145019531], [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': ['133944.955000', '133945.415000', '133945.875000', '133946.335000', '133946.795000', '133947.255000', '133947.715000', '133948.175000', '133948.635000', '133949.095000', '133949.555000', '133950.015000', '133950.475000', '133950.935000', '133951.395000', '133951.855000', '133952.315000', '133952.775000', '133953.235000', '133953.695000', '133954.155000', '133954.615000', '133955.075000', '133955.535000', '133955.995000', '133956.455000', '133956.915000', '133957.375000', '133957.835000', '133958.295000', '133958.755000', '133959.215000', '133959.675000', '134000.135000', '134000.595000', '134001.055000', '134001.515000', '134001.975000', '134002.435000', '134002.895000', '134003.355000', '134003.815000', '134004.275000', '134004.735000', '134005.195000', '134005.655000', '134006.115000', '134006.575000', '134007.035000', '134007.495000', '134007.955000', '134008.415000', '134008.875000', '134009.335000', '134009.795000', '134010.255000', '134010.715000', '134011.175000', '134011.635000', '134012.095000', '134012.555000', '134013.015000', '134013.475000', '134013.935000', '134014.395000', '134014.855000', '134015.315000', '134015.775000', '134016.235000', '134016.695000', '134017.155000', '134017.615000', '134018.075000', '134018.535000', '134018.995000', '134019.455000', '134019.915000', '134020.375000', '134020.835000', '134021.295000', '134021.755000', '134022.215000', '134022.675000', '134023.135000', '134023.595000', '134024.055000', '134024.515000', '134024.975000', '134025.435000', '134025.895000', '134026.355000', '134026.815000', '134027.275000', '134027.735000', '134028.195000', '134028.655000', '134029.115000', '134029.575000', '134030.035000', '134030.495000', '134030.955000', '134031.415000', '134031.875000', '134032.335000', '134032.795000', '134033.255000', '134033.715000', '134034.175000', '134034.635000', '134035.095000', '134035.555000', '134036.015000', '134036.475000', '134036.935000', '134037.395000', '134037.855000', '134038.315000', '134038.775000', '134039.235000', '134039.695000', '134040.155000', '134040.615000', '134041.075000', '134041.535000', '134041.995000', '134042.455000', '134042.915000', '134043.375000', '134043.835000', '134044.295000', '134044.755000', '134045.215000', '134045.675000', '134046.135000', '134046.595000', '134047.055000', '134047.515000', '134047.975000', '134048.435000', '134048.895000', '134049.355000', '134049.815000', '134050.275000', '134050.735000', '134051.195000', '134051.655000', '134052.115000', '134052.575000', '134053.035000', '134053.495000', '134053.955000', '134054.415000', '134054.875000', '134055.335000', '134055.795000', '134056.255000', '134056.715000', '134057.175000', '134057.635000', '134058.095000', '134058.555000', '134059.015000', '134059.475000', '134059.935000', '134100.395000', '134100.855000', '134101.315000', '134101.775000', '134102.235000', '134102.695000', '134103.155000', '134103.615000', '134104.075000', '134104.535000', '134104.995000', '134105.455000', '134105.915000', '134106.375000', '134106.835000', '134107.295000', '134107.755000', '134108.215000', '134108.675000', '134109.135000', '134109.595000', '134110.055000', '134110.515000', '134110.975000', '134111.435000', '134111.895000', '134112.355000', '134112.815000', '134113.275000', '134113.735000', '134114.195000', '134114.655000', '134115.115000', '134115.575000', '134116.035000', '134116.495000', '134116.955000', '134117.415000', '134117.875000', '134118.335000', '134118.795000', '134119.255000', '134119.715000', '134120.175000', '134120.635000', '134121.095000', '134121.555000', '134122.015000', '134122.475000', '134122.935000', '134123.395000', '134123.855000', '134124.315000', '134124.775000', '134125.235000', '134125.695000', '134126.155000', '134126.615000', '134127.075000', '134127.535000', '134127.995000', '134128.455000', '134128.915000', '134129.375000', '134129.835000', '134130.295000', '134130.755000', '134131.215000', '134131.675000', '134132.135000', '134132.595000', '134133.055000', '134133.515000', '134133.975000', '134134.435000', '134134.895000', '134135.355000', '134135.815000', '134136.275000', '134136.735000', '134137.195000', '134137.655000', '134138.115000', '134138.575000', '134139.035000', '134139.495000', '134139.955000', '134140.415000', '134140.875000', '134141.335000', '134141.795000', '134142.255000', '134142.715000', '134143.175000', '134143.635000', '134144.095000', '134144.555000', '134145.015000', '134145.475000', '134145.935000', '134146.395000', '134146.855000', '134147.315000', '134147.775000', '134148.235000', '134148.695000', '134149.155000', '134149.615000', '134150.075000', '134150.535000', '134150.995000', '134151.455000', '134151.915000', '134152.375000', '134152.835000', '134153.295000', '134153.755000', '134154.215000', '134154.675000', '134155.135000', '134155.595000', '134156.055000', '134156.515000', '134156.975000', '134157.435000', '134157.895000', '134158.355000', '134158.815000', '134159.275000', '134159.735000', '134200.195000', '134200.655000', '134201.115000', '134201.575000', '134202.035000', '134202.495000', '134202.955000', '134203.415000', '134203.875000', '134204.335000', '134204.795000', '134205.255000', '134205.715000', '134206.175000', '134206.635000', '134207.095000', '134207.555000', '134208.015000', '134208.475000', '134208.935000', '134209.395000', '134209.855000', '134210.315000', '134210.775000', '134211.235000', '134211.695000', '134212.155000', '134212.615000', '134213.075000', '134213.535000', '134213.995000', '134214.455000', '134214.915000', '134215.375000', '134215.835000', '134216.295000', '134216.755000', '134217.215000', '134217.675000', '134218.135000', '134218.595000', '134219.055000', '134219.515000', '134219.975000', '134220.435000', '134220.895000', '134221.355000', '134221.815000', '134222.275000', '134222.735000', '134223.195000', '134223.655000', '134224.115000', '134224.575000', '134225.035000', '134225.495000', '134225.955000', '134226.415000', '134226.875000', '134227.335000', '134227.795000', '134228.255000', '134228.715000', '134229.175000', '134229.635000', '134230.095000', '134230.555000', '134231.015000', '134231.475000', '134231.935000', '134232.395000', '134232.855000', '134233.315000', '134233.775000', '134234.235000', '134234.695000', '134235.155000', '134235.615000', '134236.075000', '134236.535000', '134236.995000', '134237.455000', '134237.915000', '134238.375000', '134238.835000', '134239.295000', '134239.755000', '134240.215000', '134240.675000', '134241.135000', '134241.595000', '134242.055000', '134242.515000', '134242.975000', '134243.435000', '134243.895000', '134244.355000', '134244.815000', '134245.275000', '134245.735000', '134246.195000', '134246.655000', '134247.115000', '134247.575000', '134248.035000', '134248.495000', '134248.955000', '134249.415000', '134249.875000', '134250.335000', '134250.795000', '134251.255000', '134251.715000', '134252.175000', '134252.635000', '134253.095000', '134253.555000', '134254.015000', '134254.475000', '134254.935000', '134255.395000', '134255.855000', '134256.315000', '134256.775000', '134257.235000', '134257.695000', '134258.155000', '134258.615000', '134259.075000', '134259.535000', '134259.995000', '134300.455000', '134300.915000', '134301.375000', '134301.835000', '134302.295000', '134302.755000', '134303.215000', '134303.675000', '134304.135000', '134304.595000', '134305.055000', '134305.515000', '134305.975000', '134306.435000', '134306.895000', '134307.355000', '134307.815000', '134308.275000', '134308.735000', '134309.195000', '134309.655000', '134310.115000', '134310.575000', '134311.035000', '134311.495000', '134311.955000', '134312.415000', '134312.875000', '134313.335000', '134313.795000', '134314.255000', '134314.715000', '134315.175000', '134315.635000', '134316.095000', '134316.555000', '134317.015000', '134317.475000', '134317.935000', '134318.395000', '134318.855000', '134319.315000', '134319.775000', '134320.235000', '134320.695000', '134321.155000', '134321.615000', '134322.075000', '134322.535000', '134322.995000', '134323.455000', '134323.915000', '134324.375000', '134324.835000', '134325.295000', '134325.755000', '134326.215000', '134326.675000', '134327.135000', '134327.595000', '134328.055000', '134328.515000', '134328.975000', '134329.435000', '134329.895000', '134330.355000', '134330.815000', '134331.275000', '134331.735000', '134332.195000', '134332.655000', '134333.115000', '134333.575000', '134334.035000', '134334.495000', '134334.955000', '134335.415000', '134335.875000', '134336.335000', '134336.795000', '134337.255000', '134337.715000', '134338.175000', '134338.635000', '134339.095000', '134339.555000', '134340.015000', '134340.475000', '134340.935000', '134341.395000', '134341.855000', '134342.315000', '134342.775000', '134343.235000', '134343.695000', '134344.155000', '134344.615000', '134345.075000', '134345.535000', '134345.995000', '134346.455000', '134346.915000', '134347.375000', '134347.835000', '134348.295000', '134348.755000', '134349.215000', '134349.675000', '134350.135000', '134350.595000', '134351.055000', '134351.515000', '134351.975000', '134352.435000', '134352.895000', '134353.355000', '134353.815000', '134354.275000', '134354.735000', '134355.195000', '134355.655000', '134356.115000', '134356.575000', '134357.035000', '134357.495000', '134357.955000', '134358.415000', '134358.875000', '134359.335000', '134359.795000', '134400.255000', '134400.715000', '134401.175000', '134401.635000', '134402.095000', '134402.555000', '134403.015000', '134403.475000', '134403.935000', '134404.395000', '134404.855000', '134405.315000', '134405.775000', '134406.235000', '134406.695000', '134407.155000', '134407.615000', '134408.075000', '134408.535000', '134408.995000', '134409.455000', '134409.915000', '134410.375000', '134410.835000', '134411.295000', '134411.755000', '134412.215000', '134412.675000', '134413.135000', '134413.595000', '134414.055000', '134414.515000', '134414.975000', '134415.435000', '134415.895000', '134416.355000', '134416.815000', '134417.275000', '134417.735000', '134418.195000', '134418.655000', '134419.115000', '134419.575000', '134420.035000', '134420.495000', '134420.955000', '134421.415000', '134421.875000', '134422.335000', '134422.795000', '134423.255000', '134423.715000', '134424.175000', '134424.635000', '134425.095000', '134425.555000', '134426.015000', '134426.475000', '134426.935000', '134427.395000', '134427.855000', '134428.315000', '134428.775000', '134429.235000', '134429.695000', '134430.155000', '134430.615000', '134431.075000', '134431.535000', '134431.995000', '134432.455000', '134432.915000', '134433.375000', '134433.835000', '134434.295000', '134434.755000', '134435.215000', '134435.675000', '134436.135000', '134436.595000', '134437.055000', '134437.515000', '134437.975000', '134438.435000', '134438.895000', '134439.355000', '134439.815000', '134440.275000', '134440.735000', '134441.195000', '134441.655000', '134442.115000', '134442.575000', '134443.035000', '134443.495000', '134443.955000', '134444.415000', '134444.875000', '134445.335000', '134445.795000', '134446.255000', '134446.715000', '134447.175000', '134447.635000', '134448.095000', '134448.555000', '134449.015000', '134449.475000', '134449.935000', '134450.395000', '134450.855000', '134451.315000', '134451.775000', '134452.235000', '134452.695000', '134453.155000', '134453.615000', '134454.075000', '134454.535000', '134454.995000', '134455.455000', '134455.915000', '134456.375000', '134456.835000', '134457.295000', '134457.755000', '134458.215000', '134458.675000', '134459.135000', '134459.595000', '134500.055000', '134500.515000', '134500.975000', '134501.435000', '134501.895000', '134502.355000', '134502.815000', '134503.275000', '134503.735000', '134504.195000', '134504.655000', '134505.115000', '134505.575000', '134506.035000', '134506.495000', '134506.955000', '134507.415000', '134507.875000', '134508.335000', '134508.795000', '134509.255000', '134509.715000', '134510.175000', '134510.635000', '134511.095000', '134511.555000', '134512.015000', '134512.475000', '134512.935000', '134513.395000', '134513.855000', '134514.315000', '134514.775000', '134515.235000', '134515.695000', '134516.155000', '134516.615000', '134517.075000', '134517.535000', '134517.995000', '134518.455000', '134518.915000', '134519.375000', '134519.835000', '134520.295000', '134520.755000', '134521.215000', '134521.675000', '134522.135000', '134522.595000', '134523.055000', '134523.515000', '134523.975000', '134524.435000', '134524.895000', '134525.355000', '134525.815000', '134526.275000', '134526.735000', '134527.195000', '134527.655000', '134528.115000', '134528.575000', '134529.035000', '134529.495000', '134529.955000', '134530.415000', '134530.875000', '134531.335000', '134531.795000', '134532.255000', '134532.715000', '134533.175000', '134533.635000', '134534.095000', '134534.555000', '134535.015000', '134535.475000', '134535.935000', '134536.395000', '134536.855000', '134537.315000', '134537.775000', '134538.235000', '134538.695000', '134539.155000', '134539.615000', '134540.075000', '134540.535000', '134540.995000', '134541.455000', '134541.915000', '134542.375000', '134542.835000', '134543.295000', '134543.755000', '134544.215000', '134544.675000', '134545.135000', '134545.595000', '134546.055000', '134546.515000', '134546.975000', '134547.435000', '134547.895000', '134548.355000', '134548.815000', '134549.275000', '134549.735000', '134550.195000', '134550.655000', '134551.115000', '134551.575000', '134552.035000', '134552.495000', '134552.955000', '134553.415000', '134553.875000', '134554.335000', '134554.795000', '134555.255000', '134555.715000', '134556.175000', '134556.635000', '134557.095000', '134557.555000', '134558.015000', '134558.475000', '134558.935000', '134559.395000', '134559.855000', '134600.315000', '134600.775000', '134601.235000', '134601.695000', '134602.155000', '134602.615000', '134603.075000', '134603.535000', '134603.995000', '134604.455000', '134604.915000', '134605.375000', '134605.835000', '134606.295000', '134606.755000', '134607.215000', '134607.675000', '134608.135000', '134608.595000', '134609.055000', '134609.515000', '134609.975000', '134610.435000', '134610.895000', '134611.355000', '134611.815000', '134612.275000', '134612.735000', '134613.195000', '134613.655000', '134614.115000', '134614.575000', '134615.035000', '134615.495000', '134615.955000', '134616.415000', '134616.875000', '134617.335000', '134617.795000', '134618.255000', '134618.715000', '134619.175000', '134619.635000', '134620.095000', '134620.555000', '134621.015000', '134621.475000', '134621.935000', '134622.395000', '134622.855000', '134623.315000', '134623.775000', '134624.235000', '134624.695000', '134625.155000', '134625.615000'], 'ContentTime': ['134001.651000', '134001.654000', '134001.657000', '134001.659000', '134001.662000', '134001.664000', '134001.667000', '134001.670000', '134001.672000', '134001.675000', '134001.677000', '134001.680000', '134001.682000', '134001.685000', '134001.687000', '134001.690000', '134001.693000', '134001.695000', '134001.698000', '134001.700000', '134001.703000', '134001.705000', '134001.708000', '134001.710000', '134001.713000', '134001.716000', '134001.718000', '134001.721000', '134001.723000', '134001.726000', '134001.728000', '134001.731000', '134001.733000', '134001.736000', '134001.738000', '134021.611000', '134021.613000', '134021.616000', '134021.618000', '134021.625000', '134021.628000', '134021.631000', '134021.633000', '134021.636000', '134021.638000', '134021.641000', '134021.643000', '134021.646000', '134021.648000', '134021.651000', '134021.654000', '134021.656000', '134021.659000', '134021.661000', '134021.664000', '134021.666000', '134021.669000', '134021.672000', '134021.674000', '134021.677000', '134021.679000', '134021.682000', '134021.684000', '134021.687000', '134021.689000', '134021.692000', '134021.694000', '134021.697000', '134021.699000', '134021.702000', '134021.705000', '134021.707000', '134021.710000', '134021.712000', '134021.715000', '134021.717000', '134021.720000', '134021.722000', '134041.612000', '134041.614000', '134041.617000', '134041.620000', '134041.622000', '134041.625000', '134041.627000', '134041.630000', '134041.632000', '134041.635000', '134041.638000', '134041.640000', '134041.643000', '134041.645000', '134041.648000', '134041.650000', '134041.653000', '134041.656000', '134041.658000', '134041.661000', '134041.663000', '134041.694000', '134041.697000', '134041.699000', '134041.702000', '134041.705000', '134041.707000', '134041.710000', '134041.712000', '134041.715000', '134041.717000', '134041.720000', '134041.722000', '134041.725000', '134041.728000', '134041.730000', '134041.733000', '134041.735000', '134041.738000', '134041.740000', '134041.743000', '134041.746000', '134041.748000', '134041.751000', '134101.612000', '134101.614000', '134101.617000', '134101.620000', '134101.622000', '134101.625000', '134101.627000', '134101.630000', '134101.632000', '134101.635000', '134101.638000', '134101.640000', '134101.643000', '134101.645000', '134101.648000', '134101.650000', '134101.653000', '134101.656000', '134101.658000', '134101.661000', '134101.663000', '134101.666000', '134101.668000', '134101.671000', '134101.674000', '134101.676000', '134101.679000', '134101.681000', '134101.684000', '134101.687000', '134101.689000', '134101.692000', '134101.694000', '134101.709000', '134101.712000', '134101.714000', '134101.717000', '134101.719000', '134101.722000', '134101.724000', '134101.727000', '134101.730000', '134101.732000', '134121.612000', '134121.614000', '134121.617000', '134121.619000', '134121.622000', '134121.625000', '134121.627000', '134121.630000', '134121.633000', '134121.635000', '134121.638000', '134121.640000', '134121.643000', '134121.645000', '134121.648000', '134121.650000', '134121.653000', '134121.656000', '134121.658000', '134121.661000', '134121.664000', '134121.666000', '134121.669000', '134121.671000', '134121.674000', '134121.676000', '134121.679000', '134121.682000', '134121.684000', '134121.687000', '134121.690000', '134121.692000', '134121.695000', '134121.697000', '134121.700000', '134121.702000', '134121.705000', '134121.708000', '134121.710000', '134121.713000', '134121.715000', '134121.718000', '134121.720000', '134121.723000', '134141.612000', '134141.614000', '134141.617000', '134141.620000', '134141.622000', '134141.625000', '134141.627000', '134141.630000', '134141.633000', '134141.635000', '134141.638000', '134141.640000', '134141.643000', '134141.646000', '134141.648000', '134141.651000', '134141.653000', '134141.656000', '134141.659000', '134141.661000', '134141.664000', '134141.666000', '134141.669000', '134141.671000', '134141.674000', '134141.683000', '134141.686000', '134141.688000', '134141.691000', '134141.694000', '134141.696000', '134141.699000', '134141.702000', '134141.704000', '134141.707000', '134141.709000', '134141.712000', '134141.714000', '134141.717000', '134141.720000', '134141.722000', '134141.725000', '134141.727000', '134201.612000', '134201.614000', '134201.617000', '134201.620000', '134201.622000', '134201.625000', '134201.627000', '134201.630000', '134201.633000', '134201.635000', '134201.638000', '134201.641000', '134201.644000', '134201.646000', '134201.649000', '134201.651000', '134201.654000', '134201.657000', '134201.659000', '134201.662000', '134201.664000', '134201.667000', '134201.670000', '134201.672000', '134201.675000', '134201.677000', '134201.680000', '134201.683000', '134201.685000', '134201.688000', '134201.690000', '134201.693000', '134201.696000', '134201.698000', '134201.701000', '134201.703000', '134201.706000', '134201.709000', '134201.711000', '134201.714000', '134201.716000', '134201.719000', '134201.721000', '134221.611000', '134221.614000', '134221.617000', '134221.619000', '134221.622000', '134221.625000', '134221.627000', '134221.630000', '134221.633000', '134221.635000', '134221.638000', '134221.640000', '134221.643000', '134221.645000', '134221.648000', '134221.650000', '134221.653000', '134221.656000', '134221.658000', '134221.661000', '134221.663000', '134221.666000', '134221.669000', '134221.671000', '134221.674000', '134221.676000', '134221.679000', '134221.681000', '134221.684000', '134221.687000', '134221.689000', '134221.692000', '134221.694000', '134221.697000', '134221.699000', '134221.702000', '134221.705000', '134221.707000', '134221.710000', '134221.712000', '134221.715000', '134221.717000', '134221.720000', '134221.723000', '134241.611000', '134241.614000', '134241.617000', '134241.620000', '134241.623000', '134241.626000', '134241.628000', '134241.631000', '134241.633000', '134241.636000', '134241.638000', '134241.641000', '134241.644000', '134241.646000', '134241.649000', '134241.651000', '134241.654000', '134241.657000', '134241.659000', '134241.662000', '134241.664000', '134241.667000', '134241.670000', '134241.672000', '134241.675000', '134241.677000', '134241.680000', '134241.682000', '134241.685000', '134241.704000', '134241.707000', '134241.709000', '134241.712000', '134241.715000', '134241.717000', '134241.720000', '134241.722000', '134241.725000', '134241.728000', '134241.730000', '134241.733000', '134241.735000', '134241.738000', '134301.612000', '134301.614000', '134301.617000', '134301.620000', '134301.622000', '134301.625000', '134301.627000', '134301.630000', '134301.632000', '134301.635000', '134301.638000', '134301.640000', '134301.643000', '134301.645000', '134301.648000', '134301.651000', '134301.653000', '134301.656000', '134301.658000', '134301.661000', '134301.663000', '134301.666000', '134301.669000', '134301.671000', '134301.674000', '134301.676000', '134301.679000', '134301.682000', '134301.684000', '134301.687000', '134301.689000', '134301.692000', '134301.695000', '134301.697000', '134301.700000', '134301.702000', '134301.705000', '134301.707000', '134301.710000', '134301.713000', '134301.715000', '134301.718000', '134301.720000', '134301.723000', '134321.612000', '134321.614000', '134321.617000', '134321.620000', '134321.623000', '134321.625000', '134321.628000', '134321.630000', '134321.633000', '134321.635000', '134321.638000', '134321.641000', '134321.643000', '134321.646000', '134321.648000', '134321.651000', '134321.654000', '134321.656000', '134321.659000', '134321.661000', '134321.664000', '134321.666000', '134321.669000', '134321.672000', '134321.674000', '134321.677000', '134321.680000', '134321.683000', '134321.686000', '134321.688000', '134321.691000', '134321.694000', '134321.696000', '134321.699000', '134321.701000', '134321.704000', '134321.707000', '134321.709000', '134321.712000', '134321.714000', '134321.717000', '134321.720000', '134321.722000', '134341.611000', '134341.614000', '134341.617000', '134341.619000', '134341.622000', '134341.625000', '134341.627000', '134341.630000', '134341.632000', '134341.635000', '134341.638000', '134341.640000', '134341.643000', '134341.645000', '134341.648000', '134341.651000', '134341.654000', '134341.656000', '134341.659000', '134341.661000', '134341.664000', '134341.666000', '134341.669000', '134341.672000', '134341.674000', '134341.677000', '134341.679000', '134341.682000', '134341.685000', '134341.687000', '134341.690000', '134341.692000', '134341.695000', '134341.698000', '134341.700000', '134341.703000', '134341.705000', '134341.708000', '134341.711000', '134341.713000', '134341.716000', '134341.718000', '134341.721000', '134341.724000', '134401.612000', '134401.615000', '134401.617000', '134401.620000', '134401.622000', '134401.625000', '134401.627000', '134401.630000', '134401.633000', '134401.635000', '134401.638000', '134401.640000', '134401.643000', '134401.645000', '134401.648000', '134401.651000', '134401.653000', '134401.656000', '134401.658000', '134401.661000', '134401.664000', '134401.666000', '134401.669000', '134401.671000', '134401.674000', '134401.677000', '134401.679000', '134401.682000', '134401.684000', '134401.687000', '134401.690000', '134401.692000', '134401.695000', '134401.697000', '134401.700000', '134401.702000', '134401.705000', '134401.708000', '134401.710000', '134401.713000', '134401.716000', '134401.718000', '134401.721000', '134421.611000', '134421.614000', '134421.617000', '134421.619000', '134421.622000', '134421.625000', '134421.627000', '134421.630000', '134421.632000', '134421.635000', '134421.638000', '134421.651000', '134421.654000', '134421.657000', '134421.659000', '134421.662000', '134421.665000', '134421.667000', '134421.670000', '134421.672000', '134421.675000', '134421.678000', '134421.680000', '134421.683000', '134421.685000', '134421.688000', '134421.690000', '134421.693000', '134421.696000', '134421.698000', '134421.701000', '134421.703000', '134421.706000', '134421.709000', '134421.711000', '134421.714000', '134421.716000', '134421.719000', '134421.722000', '134421.724000', '134421.727000', '134421.729000', '134421.732000', '134421.734000', '134441.611000', '134441.613000', '134441.616000', '134441.619000', '134441.621000', '134441.624000', '134441.626000', '134441.629000', '134441.632000', '134441.634000', '134441.637000', '134441.640000', '134441.642000', '134441.645000', '134441.647000', '134441.650000', '134441.652000', '134441.655000', '134441.658000', '134441.660000', '134441.663000', '134441.665000', '134441.668000', '134441.671000', '134441.674000', '134441.677000', '134441.679000', '134441.682000', '134441.685000', '134441.687000', '134441.690000', '134441.692000', '134441.695000', '134441.697000', '134441.700000', '134441.703000', '134441.705000', '134441.708000', '134441.710000', '134441.713000', '134441.716000', '134441.719000', '134441.721000', '134501.611000', '134501.613000', '134501.616000', '134501.619000', '134501.621000', '134501.624000', '134501.626000', '134501.629000', '134501.632000', '134501.634000', '134501.637000', '134501.640000', '134501.643000', '134501.645000', '134501.648000', '134501.650000', '134501.653000', '134501.656000', '134501.658000', '134501.661000', '134501.663000', '134501.666000', '134501.668000', '134501.671000', '134501.674000', '134501.676000', '134501.679000', '134501.681000', '134501.684000', '134501.687000', '134501.689000', '134501.692000', '134501.695000', '134501.697000', '134501.700000', '134501.702000', '134501.705000', '134501.708000', '134501.710000', '134501.713000', '134501.715000', '134501.718000', '134501.720000', '134501.723000', '134521.612000', '134521.614000', '134521.617000', '134521.620000', '134521.622000', '134521.625000', '134521.627000', '134521.630000', '134521.633000', '134521.635000', '134521.638000', '134521.640000', '134521.643000', '134521.646000', '134521.648000', '134521.651000', '134521.653000', '134521.656000', '134521.659000', '134521.661000', '134521.664000', '134521.666000', '134521.669000', '134521.672000', '134521.674000', '134521.677000', '134521.681000', '134521.684000', '134521.687000', '134521.690000', '134521.693000', '134521.696000', '134521.698000', '134521.701000', '134521.703000', '134521.706000', '134521.709000', '134521.711000', '134521.714000', '134521.716000', '134521.719000', '134521.721000', '134521.724000', '134541.612000', '134541.614000', '134541.617000', '134541.619000', '134541.622000', '134541.625000', '134541.627000', '134541.630000', '134541.632000', '134541.635000', '134541.638000', '134541.640000', '134541.643000', '134541.645000', '134541.648000', '134541.650000', '134541.653000', '134541.656000', '134541.658000', '134541.661000', '134541.663000', '134541.677000', '134541.679000', '134541.682000', '134541.684000', '134541.687000', '134541.690000', '134541.692000', '134541.695000', '134541.697000', '134541.700000', '134541.702000', '134541.705000', '134541.708000', '134541.710000', '134541.713000', '134541.716000', '134541.718000', '134541.721000', '134541.723000', '134541.726000', '134541.728000', '134541.731000', '134541.734000', '134601.612000', '134601.615000', '134601.617000', '134601.620000', '134601.622000', '134601.625000', '134601.628000', '134601.630000', '134601.633000', '134601.635000', '134601.638000', '134601.640000', '134601.643000', '134601.646000', '134601.648000', '134601.651000', '134601.653000', '134601.656000', '134601.659000', '134601.661000', '134601.664000', '134601.667000', '134601.669000', '134601.672000', '134601.674000', '134601.677000', '134601.679000', '134601.682000', '134601.685000', '134601.687000', '134601.690000', '134601.692000', '134601.695000', '134601.697000', '134601.700000', '134601.703000', '134601.705000', '134601.708000', '134601.711000', '134601.714000', '134601.717000', '134601.720000', '134601.722000', '134621.612000', '134621.615000', '134621.617000', '134621.620000', '134621.622000', '134621.625000', '134621.628000', '134621.630000', '134621.633000', '134621.635000', '134621.638000', '134621.640000', '134621.643000', '134621.646000', '134621.648000', '134621.651000', '134621.653000', '134621.656000', '134621.659000', '134621.661000', '134621.664000', '134621.666000', '134621.669000', '134621.672000', '134621.674000', '134621.677000', '134621.679000', '134621.682000', '134621.685000', '134621.687000', '134621.690000', '134621.692000', '134621.695000', '134621.697000', '134621.700000', '134621.703000', '134621.705000', '134621.708000', '134621.710000', '134621.713000', '134621.716000', '134621.718000', '134621.721000', '134621.723000', '134626.546000', '134626.549000', '134626.552000', '134626.555000', '134626.557000', '134626.560000', '134626.562000', '134626.565000', '134626.567000', '134626.570000', '134626.573000'], 'InstanceCreationTime': ['134001.651000', '134001.654000', '134001.657000', '134001.659000', '134001.662000', '134001.664000', '134001.667000', '134001.670000', '134001.672000', '134001.675000', '134001.677000', '134001.680000', '134001.682000', '134001.685000', '134001.687000', '134001.690000', '134001.693000', '134001.695000', '134001.698000', '134001.700000', '134001.703000', '134001.705000', '134001.708000', '134001.710000', '134001.713000', '134001.716000', '134001.718000', '134001.721000', '134001.723000', '134001.726000', '134001.728000', '134001.731000', '134001.733000', '134001.736000', '134001.738000', '134021.611000', '134021.613000', '134021.616000', '134021.618000', '134021.625000', '134021.628000', '134021.631000', '134021.633000', '134021.636000', '134021.638000', '134021.641000', '134021.643000', '134021.646000', '134021.648000', '134021.651000', '134021.654000', '134021.656000', '134021.659000', '134021.661000', '134021.664000', '134021.666000', '134021.669000', '134021.672000', '134021.674000', '134021.677000', '134021.679000', '134021.682000', '134021.684000', '134021.687000', '134021.689000', '134021.692000', '134021.694000', '134021.697000', '134021.699000', '134021.702000', '134021.705000', '134021.707000', '134021.710000', '134021.712000', '134021.715000', '134021.717000', '134021.720000', '134021.722000', '134041.612000', '134041.614000', '134041.617000', '134041.620000', '134041.622000', '134041.625000', '134041.627000', '134041.630000', '134041.632000', '134041.635000', '134041.638000', '134041.640000', '134041.643000', '134041.645000', '134041.648000', '134041.650000', '134041.653000', '134041.656000', '134041.658000', '134041.661000', '134041.663000', '134041.694000', '134041.697000', '134041.699000', '134041.702000', '134041.705000', '134041.707000', '134041.710000', '134041.712000', '134041.715000', '134041.717000', '134041.720000', '134041.722000', '134041.725000', '134041.728000', '134041.730000', '134041.733000', '134041.735000', '134041.738000', '134041.740000', '134041.743000', '134041.746000', '134041.748000', '134041.751000', '134101.612000', '134101.614000', '134101.617000', '134101.620000', '134101.622000', '134101.625000', '134101.627000', '134101.630000', '134101.632000', '134101.635000', '134101.638000', '134101.640000', '134101.643000', '134101.645000', '134101.648000', '134101.650000', '134101.653000', '134101.656000', '134101.658000', '134101.661000', '134101.663000', '134101.666000', '134101.668000', '134101.671000', '134101.674000', '134101.676000', '134101.679000', '134101.681000', '134101.684000', '134101.687000', '134101.689000', '134101.692000', '134101.694000', '134101.709000', '134101.712000', '134101.714000', '134101.717000', '134101.719000', '134101.722000', '134101.724000', '134101.727000', '134101.730000', '134101.732000', '134121.612000', '134121.614000', '134121.617000', '134121.619000', '134121.622000', '134121.625000', '134121.627000', '134121.630000', '134121.633000', '134121.635000', '134121.638000', '134121.640000', '134121.643000', '134121.645000', '134121.648000', '134121.650000', '134121.653000', '134121.656000', '134121.658000', '134121.661000', '134121.664000', '134121.666000', '134121.669000', '134121.671000', '134121.674000', '134121.676000', '134121.679000', '134121.682000', '134121.684000', '134121.687000', '134121.690000', '134121.692000', '134121.695000', '134121.697000', '134121.700000', '134121.702000', '134121.705000', '134121.708000', '134121.710000', '134121.713000', '134121.715000', '134121.718000', '134121.720000', '134121.723000', '134141.612000', '134141.614000', '134141.617000', '134141.620000', '134141.622000', '134141.625000', '134141.627000', '134141.630000', '134141.633000', '134141.635000', '134141.638000', '134141.640000', '134141.643000', '134141.646000', '134141.648000', '134141.651000', '134141.653000', '134141.656000', '134141.659000', '134141.661000', '134141.664000', '134141.666000', '134141.669000', '134141.671000', '134141.674000', '134141.683000', '134141.686000', '134141.688000', '134141.691000', '134141.694000', '134141.696000', '134141.699000', '134141.702000', '134141.704000', '134141.707000', '134141.709000', '134141.712000', '134141.714000', '134141.717000', '134141.720000', '134141.722000', '134141.725000', '134141.727000', '134201.612000', '134201.614000', '134201.617000', '134201.620000', '134201.622000', '134201.625000', '134201.627000', '134201.630000', '134201.633000', '134201.635000', '134201.638000', '134201.641000', '134201.644000', '134201.646000', '134201.649000', '134201.651000', '134201.654000', '134201.657000', '134201.659000', '134201.662000', '134201.664000', '134201.667000', '134201.670000', '134201.672000', '134201.675000', '134201.677000', '134201.680000', '134201.683000', '134201.685000', '134201.688000', '134201.690000', '134201.693000', '134201.696000', '134201.698000', '134201.701000', '134201.703000', '134201.706000', '134201.709000', '134201.711000', '134201.714000', '134201.716000', '134201.719000', '134201.721000', '134221.611000', '134221.614000', '134221.617000', '134221.619000', '134221.622000', '134221.625000', '134221.627000', '134221.630000', '134221.633000', '134221.635000', '134221.638000', '134221.640000', '134221.643000', '134221.645000', '134221.648000', '134221.650000', '134221.653000', '134221.656000', '134221.658000', '134221.661000', '134221.663000', '134221.666000', '134221.669000', '134221.671000', '134221.674000', '134221.676000', '134221.679000', '134221.681000', '134221.684000', '134221.687000', '134221.689000', '134221.692000', '134221.694000', '134221.697000', '134221.699000', '134221.702000', '134221.705000', '134221.707000', '134221.710000', '134221.712000', '134221.715000', '134221.717000', '134221.720000', '134221.723000', '134241.611000', '134241.614000', '134241.617000', '134241.620000', '134241.623000', '134241.626000', '134241.628000', '134241.631000', '134241.633000', '134241.636000', '134241.638000', '134241.641000', '134241.644000', '134241.646000', '134241.649000', '134241.651000', '134241.654000', '134241.657000', '134241.659000', '134241.662000', '134241.664000', '134241.667000', '134241.670000', '134241.672000', '134241.675000', '134241.677000', '134241.680000', '134241.682000', '134241.685000', '134241.704000', '134241.707000', '134241.709000', '134241.712000', '134241.715000', '134241.717000', '134241.720000', '134241.722000', '134241.725000', '134241.728000', '134241.730000', '134241.733000', '134241.735000', '134241.738000', '134301.612000', '134301.614000', '134301.617000', '134301.620000', '134301.622000', '134301.625000', '134301.627000', '134301.630000', '134301.632000', '134301.635000', '134301.638000', '134301.640000', '134301.643000', '134301.645000', '134301.648000', '134301.651000', '134301.653000', '134301.656000', '134301.658000', '134301.661000', '134301.663000', '134301.666000', '134301.669000', '134301.671000', '134301.674000', '134301.676000', '134301.679000', '134301.682000', '134301.684000', '134301.687000', '134301.689000', '134301.692000', '134301.695000', '134301.697000', '134301.700000', '134301.702000', '134301.705000', '134301.707000', '134301.710000', '134301.713000', '134301.715000', '134301.718000', '134301.720000', '134301.723000', '134321.612000', '134321.614000', '134321.617000', '134321.620000', '134321.623000', '134321.625000', '134321.628000', '134321.630000', '134321.633000', '134321.635000', '134321.638000', '134321.641000', '134321.643000', '134321.646000', '134321.648000', '134321.651000', '134321.654000', '134321.656000', '134321.659000', '134321.661000', '134321.664000', '134321.666000', '134321.669000', '134321.672000', '134321.674000', '134321.677000', '134321.680000', '134321.683000', '134321.686000', '134321.688000', '134321.691000', '134321.694000', '134321.696000', '134321.699000', '134321.701000', '134321.704000', '134321.707000', '134321.709000', '134321.712000', '134321.714000', '134321.717000', '134321.720000', '134321.722000', '134341.611000', '134341.614000', '134341.617000', '134341.619000', '134341.622000', '134341.625000', '134341.627000', '134341.630000', '134341.632000', '134341.635000', '134341.638000', '134341.640000', '134341.643000', '134341.645000', '134341.648000', '134341.651000', '134341.654000', '134341.656000', '134341.659000', '134341.661000', '134341.664000', '134341.666000', '134341.669000', '134341.672000', '134341.674000', '134341.677000', '134341.679000', '134341.682000', '134341.685000', '134341.687000', '134341.690000', '134341.692000', '134341.695000', '134341.698000', '134341.700000', '134341.703000', '134341.705000', '134341.708000', '134341.711000', '134341.713000', '134341.716000', '134341.718000', '134341.721000', '134341.724000', '134401.612000', '134401.615000', '134401.617000', '134401.620000', '134401.622000', '134401.625000', '134401.627000', '134401.630000', '134401.633000', '134401.635000', '134401.638000', '134401.640000', '134401.643000', '134401.645000', '134401.648000', '134401.651000', '134401.653000', '134401.656000', '134401.658000', '134401.661000', '134401.664000', '134401.666000', '134401.669000', '134401.671000', '134401.674000', '134401.677000', '134401.679000', '134401.682000', '134401.684000', '134401.687000', '134401.690000', '134401.692000', '134401.695000', '134401.697000', '134401.700000', '134401.702000', '134401.705000', '134401.708000', '134401.710000', '134401.713000', '134401.716000', '134401.718000', '134401.721000', '134421.611000', '134421.614000', '134421.617000', '134421.619000', '134421.622000', '134421.625000', '134421.627000', '134421.630000', '134421.632000', '134421.635000', '134421.638000', '134421.651000', '134421.654000', '134421.657000', '134421.659000', '134421.662000', '134421.665000', '134421.667000', '134421.670000', '134421.672000', '134421.675000', '134421.678000', '134421.680000', '134421.683000', '134421.685000', '134421.688000', '134421.690000', '134421.693000', '134421.696000', '134421.698000', '134421.701000', '134421.703000', '134421.706000', '134421.709000', '134421.711000', '134421.714000', '134421.716000', '134421.719000', '134421.722000', '134421.724000', '134421.727000', '134421.729000', '134421.732000', '134421.734000', '134441.611000', '134441.613000', '134441.616000', '134441.619000', '134441.621000', '134441.624000', '134441.626000', '134441.629000', '134441.632000', '134441.634000', '134441.637000', '134441.640000', '134441.642000', '134441.645000', '134441.647000', '134441.650000', '134441.652000', '134441.655000', '134441.658000', '134441.660000', '134441.663000', '134441.665000', '134441.668000', '134441.671000', '134441.674000', '134441.677000', '134441.679000', '134441.682000', '134441.685000', '134441.687000', '134441.690000', '134441.692000', '134441.695000', '134441.697000', '134441.700000', '134441.703000', '134441.705000', '134441.708000', '134441.710000', '134441.713000', '134441.716000', '134441.719000', '134441.721000', '134501.611000', '134501.613000', '134501.616000', '134501.619000', '134501.621000', '134501.624000', '134501.626000', '134501.629000', '134501.632000', '134501.634000', '134501.637000', '134501.640000', '134501.643000', '134501.645000', '134501.648000', '134501.650000', '134501.653000', '134501.656000', '134501.658000', '134501.661000', '134501.663000', '134501.666000', '134501.668000', '134501.671000', '134501.674000', '134501.676000', '134501.679000', '134501.681000', '134501.684000', '134501.687000', '134501.689000', '134501.692000', '134501.695000', '134501.697000', '134501.700000', '134501.702000', '134501.705000', '134501.708000', '134501.710000', '134501.713000', '134501.715000', '134501.718000', '134501.720000', '134501.723000', '134521.612000', '134521.614000', '134521.617000', '134521.620000', '134521.622000', '134521.625000', '134521.627000', '134521.630000', '134521.633000', '134521.635000', '134521.638000', '134521.640000', '134521.643000', '134521.646000', '134521.648000', '134521.651000', '134521.653000', '134521.656000', '134521.659000', '134521.661000', '134521.664000', '134521.666000', '134521.669000', '134521.672000', '134521.674000', '134521.677000', '134521.681000', '134521.684000', '134521.687000', '134521.690000', '134521.693000', '134521.696000', '134521.698000', '134521.701000', '134521.703000', '134521.706000', '134521.709000', '134521.711000', '134521.714000', '134521.716000', '134521.719000', '134521.721000', '134521.724000', '134541.612000', '134541.614000', '134541.617000', '134541.619000', '134541.622000', '134541.625000', '134541.627000', '134541.630000', '134541.632000', '134541.635000', '134541.638000', '134541.640000', '134541.643000', '134541.645000', '134541.648000', '134541.650000', '134541.653000', '134541.656000', '134541.658000', '134541.661000', '134541.663000', '134541.677000', '134541.679000', '134541.682000', '134541.684000', '134541.687000', '134541.690000', '134541.692000', '134541.695000', '134541.697000', '134541.700000', '134541.702000', '134541.705000', '134541.708000', '134541.710000', '134541.713000', '134541.716000', '134541.718000', '134541.721000', '134541.723000', '134541.726000', '134541.728000', '134541.731000', '134541.734000', '134601.612000', '134601.615000', '134601.617000', '134601.620000', '134601.622000', '134601.625000', '134601.628000', '134601.630000', '134601.633000', '134601.635000', '134601.638000', '134601.640000', '134601.643000', '134601.646000', '134601.648000', '134601.651000', '134601.653000', '134601.656000', '134601.659000', '134601.661000', '134601.664000', '134601.667000', '134601.669000', '134601.672000', '134601.674000', '134601.677000', '134601.679000', '134601.682000', '134601.685000', '134601.687000', '134601.690000', '134601.692000', '134601.695000', '134601.697000', '134601.700000', '134601.703000', '134601.705000', '134601.708000', '134601.711000', '134601.714000', '134601.717000', '134601.720000', '134601.722000', '134621.612000', '134621.615000', '134621.617000', '134621.620000', '134621.622000', '134621.625000', '134621.628000', '134621.630000', '134621.633000', '134621.635000', '134621.638000', '134621.640000', '134621.643000', '134621.646000', '134621.648000', '134621.651000', '134621.653000', '134621.656000', '134621.659000', '134621.661000', '134621.664000', '134621.666000', '134621.669000', '134621.672000', '134621.674000', '134621.677000', '134621.679000', '134621.682000', '134621.685000', '134621.687000', '134621.690000', '134621.692000', '134621.695000', '134621.697000', '134621.700000', '134621.703000', '134621.705000', '134621.708000', '134621.710000', '134621.713000', '134621.716000', '134621.718000', '134621.721000', '134621.723000', '134626.546000', '134626.549000', '134626.552000', '134626.555000', '134626.557000', '134626.560000', '134626.562000', '134626.565000', '134626.567000', '134626.570000', '134626.573000'], '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': [9827, 9285, 12822, 9304, 13357, 10240, 14465, 12317, 14619, 11940, 9523, 9141, 10053, 13020, 11565, 15229, 11515, 15325, 9309, 11105, 9401, 9445, 9074, 11679, 9288, 11643, 9581, 9030, 8626, 9045, 9645, 8996, 10474, 9075, 8675, 8842, 9031, 8837, 8862, 9196, 9056, 9049, 8615, 8587, 8899, 8399, 8327, 8084, 8571, 8570, 8597, 8926, 8478, 10764, 8132, 8995, 8966, 8559, 12716, 8948, 9622, 10197, 8914, 11348, 8763, 13256, 8951, 12237, 8696, 9164, 7670, 9149, 8938, 8862, 10096, 8738, 9933, 8670, 9719, 8573, 9498, 8891, 9155, 10253, 9117, 10983, 9109, 11079, 9076, 11469, 9038, 9669, 9274, 8530, 9270, 8841, 9033, 11201, 9284, 10067, 9276, 11282, 9826, 12990, 10212, 13090, 9121, 12644, 9153, 12641, 9401, 11098, 9356, 11112, 9086, 10180, 9664, 9864, 9197, 9841, 9081, 9850, 8875, 9407, 8732, 9243, 8987, 9500, 9264, 9501, 10937, 9395, 8657, 9647, 9143, 10956, 9889, 14440, 11266, 14123, 11267, 14027, 9401, 12189, 9560, 12845, 9973, 14132, 10202, 12803, 9116, 10403, 9366, 9347, 9381, 8240, 9348, 8798, 9108, 8557, 13203, 8580, 10321, 8558, 8735, 8989, 8277, 9157, 8156, 9020, 8465, 9334, 8702, 9353, 10146, 9128, 10327, 9380, 8993, 13400, 9495, 13050, 9838, 12375, 9185, 10456, 9356, 9861, 9500, 9269, 9831, 9136, 9641, 9011, 10301, 9167, 10955, 9340, 13548, 9028, 13169, 9336, 11139, 9212, 10435, 9205, 10527, 9110, 9664, 8820, 9667, 8525, 9583, 9054, 9664, 8942, 14369, 9167, 12061, 9321, 9509, 9073, 8849, 9431, 8921, 9492, 9679, 9264, 11103, 9360, 11358, 9386, 11934, 9229, 12650, 9513, 10568, 9569, 8359, 9279, 9236, 9846, 9423, 9507, 9751, 9178, 12350, 9397, 13076, 9280, 12319, 8964, 12730, 9434, 12735, 9049, 11787, 9249, 9624, 9489, 8325, 9193, 8636, 9501, 9294, 9346, 9301, 8991, 9837, 9248, 9568, 8936, 13342, 9107, 11764, 9179, 8882, 9293, 8930, 9539, 9110, 11526, 9069, 9270, 8803, 9624, 8462, 9499, 8588, 9447, 8621, 9715, 8969, 13306, 8950, 12878, 9493, 9628, 9502, 9258, 9363, 9267, 9782, 8791, 9630, 8984, 9591, 9575, 9528, 11075, 9224, 9669, 9394, 10033, 9382, 9840, 8681, 14071, 9190, 13270, 8791, 12763, 9027, 9040, 8732, 8368, 9023, 8476, 9317, 8703, 9464, 8931, 9307, 9030, 8903, 8800, 9111, 9611, 8998, 10938, 9764, 11590, 10497, 10144, 10004, 9750, 12020, 14181, 12740, 14277, 9497, 12906, 9781, 10485, 10941, 9670, 11367, 9269, 14240, 10922, 12555, 10866, 9565, 9737, 11506, 12277, 9497, 10466, 9211, 11291, 8948, 13837, 10291, 13066, 8716, 9548, 9356, 9304, 10011, 8992, 12069, 9654, 13063, 9223, 12624, 10267, 12308, 10666, 9257, 9121, 9163, 8813, 8774, 8744, 8985, 9098, 10713, 9079, 13586, 9035, 11169, 8731, 9667, 9986, 9062, 9762, 9716, 9621, 9115, 11008, 8956, 9336, 8993, 9401, 8845, 9435, 8110, 9582, 8480, 9794, 9892, 9645, 9102, 9301, 11048, 9563, 9985, 8538, 9783, 9129, 9205, 11892, 9426, 12315, 9265, 12839, 11183, 9664, 9979, 9027, 10798, 9297, 13641, 9913, 15168, 13545, 14759, 8555, 9756, 8401, 9477, 8092, 9461, 9257, 9745, 9422, 13033, 9127, 12774, 9810, 11797, 8934, 12438, 9102, 12296, 9049, 11029, 9475, 9352, 9399, 9285, 9251, 8819, 9000, 9033, 7934, 9041, 7916, 9299, 9406, 9162, 9178, 9245, 9195, 12128, 9103, 11580, 9030, 9720, 9196, 9502, 9472, 9244, 9413, 9252, 9477, 9366, 9233, 9882, 8431, 9823, 8368, 9994, 8799, 10096, 10387, 9672, 11174, 9262, 12860, 9281, 13811, 9529, 13459, 9450, 12483, 9513, 12674, 9683, 11559, 9416, 10393, 10265, 9911, 9321, 9672, 9555, 11761, 9208, 9549, 9415, 9689, 10105, 9522, 10215, 9157, 10031, 9156, 10036, 9378, 9366, 9976, 9351, 10690, 12876, 12196, 13344, 10035, 9346, 9483, 9212, 13491, 10135, 14120, 9344, 12686, 9177, 12120, 9316, 10096, 9386, 9133, 9220, 9350, 9227, 9950, 9417, 8712, 9192, 8633, 9299, 7645, 9459, 8886, 9305, 8521, 11893, 8857, 9705, 9100, 9376, 9030, 9455, 9363, 9153, 9127, 9351, 8893, 11600, 9181, 10471, 9742, 12490, 9631, 13763, 10335, 11684, 9372, 10216, 10096, 10469, 10363, 9799, 8850, 9878, 8754, 9702, 10253, 9887, 9073, 9331, 11299, 9539, 12197, 8355, 9540, 8945, 9271, 12029, 8713, 9099, 9233, 9037, 10309, 11016, 11316, 9092, 10008, 8740, 11367, 9074, 10399, 9056, 9255, 9039, 8756, 9107, 9371, 8893, 8657, 8486, 9163, 9196, 9240, 9490, 9064, 9685, 8917, 10436, 10336, 9641, 9362, 12491, 9945, 12468, 9749, 12471, 9109, 11572, 8895, 11609, 9195, 9942, 9103, 9485, 7870, 9414, 8916, 9368, 9067, 8871, 9521, 9302, 11995, 9317, 9163, 8062, 9405, 9374, 9443, 8190, 9535, 7987, 9597, 9180, 9619, 9060, 12532, 9068, 10705, 9239, 9666, 8470, 9353, 8616, 9353, 8867, 9918, 9403, 9907, 9235, 9739, 9537, 9541, 10317, 9838, 11633, 9767, 11470, 10081, 9778, 9938, 8532, 9963, 9044, 9589, 9368, 9745, 11142, 9475, 13053, 10287, 14320, 10779, 14363, 9476, 13983, 9381, 10795, 9574, 9319, 9609, 8976, 12194, 9443, 9793, 9464, 9804, 8056, 9301, 8683, 9511, 9248, 9466, 9851, 9120, 9592, 9466, 9610, 9874, 13545, 10285, 13313, 8485, 10028, 9033, 8778, 14030, 8857, 9334, 9230, 8485, 12512, 8659, 9616, 9157, 9792, 8494, 9442, 8568, 9732, 8034, 9334, 8776, 12624, 9258, 11825, 9423, 11421, 8956, 12880, 9012, 12397, 9374, 8996, 9455, 8711, 9817, 8144, 9814, 8207, 9453, 9618, 9668, 11006, 8999, 9493, 9240, 11707, 8901, 9625, 9523, 9325, 10428, 9243, 12814, 9405, 13015, 9746, 10591, 9220, 9690, 10615, 9207, 9022, 9093, 10617, 9026, 11217, 9134, 9597, 8936, 9442, 8439, 9059, 12328, 8960, 12183, 9135, 9376, 9270, 11667, 9290, 12585, 9142, 11941, 9131, 12004, 9426, 12497, 9203, 12308, 9972, 13062, 9437, 12213, 9145, 12285, 8885, 12316, 9349, 12395, 9244, 11682, 9143, 11654, 9379, 11807, 9352, 10239, 9052, 9333, 9390, 9566, 8855, 9426, 9185, 9136, 11362, 9366, 12046, 9175], 'WindowCenter': [4078.0, 4064.0, 4082.0, 4048.0, 4067.0, 4049.0, 4078.0, 4043.0, 4053.0, 4032.0, 4007.0, 3996.0, 3993.0, 4016.0, 4002.0, 4025.0, 4001.0, 4021.0, 3969.0, 3988.0, 3966.0, 3964.0, 3954.0, 3974.0, 3964.0, 3985.0, 3966.0, 3965.0, 3954.0, 3966.0, 3976.0, 3965.0, 3976.0, 3965.0, 3964.0, 3966.0, 3967.0, 3977.0, 3980.0, 3992.0, 3993.0, 3994.0, 3982.0, 3979.0, 3978.0, 3971.0, 3972.0, 3972.0, 3984.0, 3996.0, 3997.0, 3997.0, 3998.0, 4017.0, 3986.0, 3997.0, 4008.0, 3999.0, 4037.0, 4010.0, 4007.0, 4019.0, 3996.0, 4017.0, 3984.0, 4026.0, 3995.0, 4024.0, 3984.0, 3994.0, 3974.0, 4003.0, 4007.0, 4007.0, 4006.0, 3984.0, 3991.0, 3982.0, 4004.0, 3996.0, 4020.0, 4021.0, 4022.0, 4034.0, 4034.0, 4043.0, 4035.0, 4055.0, 4035.0, 4054.0, 4022.0, 4022.0, 4021.0, 4010.0, 4008.0, 4010.0, 4022.0, 4042.0, 4033.0, 4033.0, 4023.0, 4043.0, 4032.0, 4051.0, 4033.0, 4040.0, 4010.0, 4040.0, 4008.0, 4039.0, 4021.0, 4028.0, 4008.0, 4029.0, 4010.0, 4019.0, 4020.0, 4020.0, 4019.0, 4020.0, 4010.0, 4019.0, 4009.0, 4008.0, 3996.0, 4007.0, 4007.0, 4032.0, 4033.0, 4047.0, 4047.0, 4035.0, 4026.0, 4046.0, 4049.0, 4044.0, 4035.0, 4066.0, 4045.0, 4053.0, 4033.0, 4039.0, 4007.0, 4026.0, 4008.0, 4040.0, 4020.0, 4036.0, 4005.0, 4013.0, 3981.0, 4002.0, 3991.0, 3991.0, 3991.0, 3996.0, 3994.0, 3984.0, 3982.0, 3985.0, 4012.0, 3981.0, 3991.0, 3983.0, 3983.0, 3993.0, 3983.0, 4004.0, 3985.0, 4007.0, 3998.0, 4021.0, 4009.0, 4034.0, 4044.0, 4035.0, 4044.0, 4022.0, 4023.0, 4053.0, 4021.0, 4042.0, 4020.0, 4028.0, 4007.0, 4017.0, 4007.0, 4008.0, 4006.0, 4007.0, 4006.0, 4007.0, 4004.0, 4008.0, 4005.0, 4004.0, 4014.0, 3995.0, 4025.0, 3996.0, 4025.0, 3995.0, 4015.0, 4005.0, 4016.0, 4008.0, 4017.0, 4008.0, 4019.0, 4010.0, 4029.0, 4011.0, 4019.0, 4024.0, 4020.0, 4010.0, 4050.0, 4009.0, 4025.0, 4008.0, 4006.0, 4008.0, 4007.0, 4018.0, 4010.0, 4032.0, 4032.0, 4034.0, 4055.0, 4036.0, 4043.0, 4034.0, 4053.0, 4033.0, 4055.0, 4020.0, 4032.0, 4009.0, 3998.0, 4009.0, 4008.0, 4017.0, 4009.0, 4018.0, 4008.0, 4019.0, 4039.0, 4018.0, 4038.0, 4009.0, 4025.0, 4008.0, 4027.0, 4007.0, 4025.0, 3996.0, 4013.0, 3996.0, 4005.0, 3995.0, 3985.0, 3994.0, 3996.0, 4007.0, 4006.0, 4019.0, 4020.0, 4021.0, 4032.0, 4022.0, 4021.0, 4021.0, 4052.0, 4009.0, 4029.0, 4007.0, 3997.0, 4008.0, 4010.0, 4007.0, 4007.0, 4025.0, 4007.0, 4008.0, 4007.0, 4019.0, 4012.0, 4021.0, 4023.0, 4031.0, 4024.0, 4033.0, 4037.0, 4066.0, 4037.0, 4054.0, 4022.0, 4022.0, 4019.0, 4018.0, 4020.0, 4021.0, 4031.0, 4022.0, 4031.0, 4022.0, 4045.0, 4033.0, 4034.0, 4053.0, 4034.0, 4044.0, 4035.0, 4046.0, 4024.0, 4030.0, 4023.0, 4053.0, 4021.0, 4040.0, 4009.0, 4051.0, 4023.0, 4010.0, 4008.0, 3999.0, 4009.0, 4010.0, 4021.0, 4021.0, 4033.0, 4033.0, 4036.0, 4037.0, 4048.0, 4037.0, 4050.0, 4048.0, 4049.0, 4058.0, 4048.0, 4057.0, 4048.0, 4036.0, 4033.0, 4021.0, 4044.0, 4053.0, 4042.0, 4041.0, 4008.0, 4029.0, 4020.0, 4018.0, 4019.0, 4007.0, 4028.0, 4007.0, 4038.0, 4020.0, 4027.0, 4019.0, 4007.0, 4006.0, 4028.0, 4026.0, 3993.0, 4005.0, 3993.0, 4014.0, 3995.0, 4035.0, 4005.0, 4023.0, 3983.0, 3994.0, 4005.0, 4004.0, 4004.0, 3996.0, 4026.0, 4009.0, 4037.0, 4009.0, 4027.0, 4017.0, 4026.0, 4016.0, 3994.0, 3993.0, 3980.0, 3970.0, 3968.0, 3969.0, 3968.0, 3970.0, 3988.0, 3969.0, 4010.0, 3982.0, 4000.0, 3970.0, 3990.0, 4003.0, 4004.0, 4005.0, 4006.0, 4004.0, 4007.0, 4029.0, 3997.0, 4007.0, 3996.0, 3996.0, 3996.0, 4008.0, 3987.0, 4007.0, 3999.0, 4008.0, 4018.0, 4021.0, 4010.0, 4010.0, 4041.0, 4021.0, 4018.0, 3999.0, 4019.0, 4011.0, 4022.0, 4042.0, 4023.0, 4043.0, 4023.0, 4042.0, 4031.0, 4009.0, 4019.0, 3998.0, 4018.0, 3995.0, 4040.0, 4008.0, 4026.0, 4028.0, 4026.0, 3984.0, 3993.0, 3983.0, 3993.0, 3973.0, 3996.0, 3996.0, 4007.0, 4008.0, 4038.0, 4006.0, 4023.0, 3994.0, 4000.0, 3982.0, 4012.0, 3981.0, 4011.0, 3983.0, 4004.0, 3994.0, 3994.0, 3997.0, 3993.0, 3993.0, 3981.0, 3982.0, 3980.0, 3971.0, 3992.0, 3985.0, 3995.0, 3995.0, 3995.0, 3994.0, 3992.0, 3994.0, 4012.0, 3992.0, 4012.0, 3994.0, 3993.0, 3996.0, 4004.0, 4019.0, 4018.0, 4021.0, 4008.0, 4022.0, 4022.0, 4034.0, 4045.0, 4025.0, 4046.0, 4025.0, 4046.0, 4037.0, 4046.0, 4034.0, 4024.0, 4043.0, 4021.0, 4041.0, 4021.0, 4050.0, 4009.0, 4038.0, 4010.0, 4038.0, 4021.0, 4039.0, 4021.0, 4030.0, 4009.0, 4030.0, 4021.0, 4019.0, 4008.0, 4017.0, 4018.0, 4038.0, 4019.0, 4018.0, 4007.0, 4018.0, 4018.0, 4019.0, 4031.0, 4032.0, 4033.0, 4034.0, 4032.0, 4022.0, 4024.0, 4034.0, 4022.0, 4032.0, 4039.0, 4030.0, 4026.0, 3995.0, 3994.0, 3982.0, 3984.0, 4014.0, 3993.0, 4012.0, 3983.0, 4001.0, 3981.0, 4002.0, 3981.0, 3989.0, 3980.0, 3980.0, 3992.0, 3981.0, 3993.0, 3990.0, 3993.0, 3981.0, 4006.0, 3995.0, 4005.0, 3988.0, 4006.0, 4008.0, 4004.0, 4007.0, 4039.0, 4010.0, 4019.0, 4022.0, 4021.0, 4024.0, 4033.0, 4034.0, 4034.0, 4037.0, 4034.0, 4038.0, 4056.0, 4038.0, 4044.0, 4038.0, 4055.0, 4034.0, 4065.0, 4035.0, 4041.0, 4023.0, 4021.0, 4030.0, 4020.0, 4031.0, 4018.0, 4009.0, 4020.0, 4010.0, 4007.0, 4020.0, 4018.0, 4008.0, 4007.0, 4028.0, 4021.0, 4037.0, 3999.0, 4019.0, 4009.0, 4021.0, 4042.0, 4037.0, 4025.0, 4025.0, 4012.0, 4033.0, 4030.0, 4018.0, 3996.0, 4007.0, 3985.0, 4016.0, 3993.0, 4006.0, 3982.0, 3994.0, 3994.0, 3983.0, 3995.0, 3994.0, 4007.0, 3995.0, 3997.0, 4008.0, 4008.0, 4010.0, 4019.0, 4010.0, 4017.0, 4010.0, 4030.0, 4031.0, 4021.0, 4021.0, 4039.0, 4020.0, 4038.0, 4008.0, 4024.0, 3996.0, 4015.0, 3997.0, 4015.0, 4009.0, 4005.0, 4009.0, 4008.0, 3985.0, 4007.0, 3997.0, 4006.0, 3995.0, 4008.0, 4018.0, 4010.0, 4029.0, 4008.0, 4006.0, 3998.0, 4009.0, 4008.0, 4007.0, 3999.0, 4019.0, 3999.0, 4008.0, 4008.0, 4008.0, 4009.0, 4026.0, 3997.0, 4015.0, 4007.0, 4006.0, 3997.0, 4018.0, 4021.0, 4035.0, 4037.0, 4059.0, 4048.0, 4059.0, 4049.0, 4059.0, 4048.0, 4034.0, 4033.0, 4033.0, 4068.0, 4045.0, 4056.0, 4033.0, 4022.0, 4020.0, 4010.0, 4020.0, 4011.0, 4031.0, 4023.0, 4034.0, 4044.0, 4034.0, 4053.0, 4037.0, 4067.0, 4046.0, 4064.0, 4023.0, 4041.0, 3997.0, 4016.0, 4007.0, 4008.0, 4005.0, 3995.0, 4023.0, 4005.0, 4004.0, 4006.0, 4018.0, 3996.0, 4020.0, 4012.0, 4023.0, 4021.0, 4022.0, 4031.0, 4022.0, 4020.0, 4024.0, 4021.0, 4020.0, 4052.0, 4034.0, 4043.0, 3999.0, 4008.0, 3996.0, 3985.0, 4026.0, 3984.0, 3994.0, 3993.0, 3985.0, 4025.0, 3995.0, 4004.0, 4007.0, 4017.0, 4010.0, 4033.0, 4023.0, 4035.0, 4016.0, 4035.0, 4038.0, 4067.0, 4038.0, 4055.0, 4036.0, 4044.0, 4011.0, 4042.0, 4011.0, 4041.0, 4008.0, 4000.0, 4008.0, 3997.0, 4008.0, 3999.0, 4019.0, 3998.0, 4018.0, 4008.0, 4008.0, 4020.0, 4006.0, 4008.0, 4008.0, 4029.0, 4008.0, 4019.0, 4019.0, 4009.0, 4019.0, 4010.0, 4040.0, 4011.0, 4039.0, 4010.0, 4018.0, 4006.0, 4009.0, 4018.0, 3994.0, 3994.0, 3996.0, 4015.0, 4008.0, 4028.0, 4008.0, 4008.0, 4009.0, 4019.0, 4001.0, 4021.0, 4039.0, 4008.0, 4027.0, 4008.0, 4007.0, 4021.0, 4029.0, 4019.0, 4039.0, 4009.0, 4028.0, 4021.0, 4038.0, 4020.0, 4040.0, 4019.0, 4039.0, 4018.0, 4037.0, 4007.0, 4029.0, 4009.0, 4026.0, 3996.0, 4025.0, 4009.0, 4024.0, 4006.0, 4015.0, 3995.0, 4015.0, 4006.0, 4025.0, 4005.0, 4015.0, 4009.0, 4008.0, 4008.0, 4007.0, 4009.0, 4008.0, 4009.0, 4009.0, 4029.0, 4020.0, 4040.0, 4021.0], 'WindowWidth': [9079.0, 9052.0, 9071.0, 9020.0, 9043.0, 9021.0, 9061.0, 9003.0, 9015.0, 8985.0, 8941.0, 8925.0, 8914.0, 8950.0, 8923.0, 8961.0, 8919.0, 8950.0, 8872.0, 8896.0, 8864.0, 8858.0, 8844.0, 8870.0, 8859.0, 8887.0, 8866.0, 8862.0, 8849.0, 8865.0, 8878.0, 8864.0, 8877.0, 8864.0, 8862.0, 8866.0, 8870.0, 8884.0, 8894.0, 8913.0, 8916.0, 8919.0, 8897.0, 8891.0, 8886.0, 8881.0, 8882.0, 8887.0, 8903.0, 8923.0, 8925.0, 8927.0, 8930.0, 8953.0, 8913.0, 8927.0, 8943.0, 8933.0, 8982.0, 8949.0, 8943.0, 8958.0, 8924.0, 8952.0, 8906.0, 8961.0, 8921.0, 8959.0, 8904.0, 8916.0, 8893.0, 8931.0, 8942.0, 8945.0, 8937.0, 8904.0, 8911.0, 8899.0, 8931.0, 8926.0, 8965.0, 8968.0, 8972.0, 8991.0, 8994.0, 9003.0, 8996.0, 9020.0, 8994.0, 9018.0, 8972.0, 8969.0, 8965.0, 8949.0, 8946.0, 8950.0, 8972.0, 8999.0, 8988.0, 8987.0, 8976.0, 8999.0, 8985.0, 9008.0, 8985.0, 8991.0, 8951.0, 8988.0, 8946.0, 8988.0, 8966.0, 8971.0, 8945.0, 8974.0, 8951.0, 8961.0, 8964.0, 8963.0, 8962.0, 8966.0, 8952.0, 8960.0, 8947.0, 8942.0, 8923.0, 8939.0, 8941.0, 8985.0, 8989.0, 9015.0, 9014.0, 8997.0, 8984.0, 9011.0, 9018.0, 9007.0, 8993.0, 9037.0, 9008.0, 9016.0, 8985.0, 8986.0, 8942.0, 8964.0, 8945.0, 8992.0, 8964.0, 8979.0, 8934.0, 8942.0, 8897.0, 8925.0, 8910.0, 8910.0, 8909.0, 8925.0, 8919.0, 8906.0, 8896.0, 8905.0, 8938.0, 8896.0, 8908.0, 8900.0, 8899.0, 8915.0, 8902.0, 8934.0, 8910.0, 8943.0, 8932.0, 8968.0, 8951.0, 8992.0, 9005.0, 8995.0, 9006.0, 8973.0, 8976.0, 9013.0, 8967.0, 8995.0, 8963.0, 8971.0, 8939.0, 8953.0, 8941.0, 8944.0, 8938.0, 8941.0, 8936.0, 8941.0, 8934.0, 8943.0, 8936.0, 8933.0, 8947.0, 8923.0, 8963.0, 8924.0, 8960.0, 8922.0, 8948.0, 8935.0, 8954.0, 8946.0, 8956.0, 8946.0, 8962.0, 8953.0, 8979.0, 8957.0, 8965.0, 8977.0, 8967.0, 8952.0, 9005.0, 8948.0, 8964.0, 8944.0, 8938.0, 8945.0, 8943.0, 8961.0, 8951.0, 8986.0, 8985.0, 8991.0, 9020.0, 8996.0, 9003.0, 8992.0, 9014.0, 8990.0, 9020.0, 8967.0, 8985.0, 8947.0, 8933.0, 8949.0, 8947.0, 8957.0, 8948.0, 8960.0, 8946.0, 8965.0, 8989.0, 8960.0, 8985.0, 8949.0, 8964.0, 8948.0, 8969.0, 8943.0, 8962.0, 8924.0, 8943.0, 8924.0, 8935.0, 8918.0, 8906.0, 8920.0, 8925.0, 8941.0, 8940.0, 8962.0, 8966.0, 8969.0, 8984.0, 8973.0, 8967.0, 8968.0, 9013.0, 8949.0, 8973.0, 8942.0, 8929.0, 8945.0, 8950.0, 8944.0, 8943.0, 8963.0, 8943.0, 8946.0, 8946.0, 8965.0, 8958.0, 8969.0, 8975.0, 8986.0, 8980.0, 8991.0, 9000.0, 9040.0, 9001.0, 9017.0, 8971.0, 8970.0, 8963.0, 8961.0, 8965.0, 8969.0, 8983.0, 8973.0, 8984.0, 8973.0, 9009.0, 8990.0, 8993.0, 9016.0, 8994.0, 9007.0, 8996.0, 9009.0, 8978.0, 8981.0, 8975.0, 9015.0, 8967.0, 8990.0, 8949.0, 9007.0, 8973.0, 8951.0, 8946.0, 8935.0, 8950.0, 8952.0, 8971.0, 8970.0, 8989.0, 8991.0, 8998.0, 9002.0, 9018.0, 9004.0, 9024.0, 9018.0, 9022.0, 9031.0, 9017.0, 9028.0, 9017.0, 8995.0, 8990.0, 8968.0, 9004.0, 9015.0, 8996.0, 8993.0, 8945.0, 8973.0, 8965.0, 8958.0, 8962.0, 8942.0, 8970.0, 8940.0, 8986.0, 8964.0, 8970.0, 8960.0, 8942.0, 8941.0, 8972.0, 8966.0, 8916.0, 8933.0, 8915.0, 8945.0, 8924.0, 8977.0, 8935.0, 8956.0, 8902.0, 8917.0, 8936.0, 8934.0, 8933.0, 8924.0, 8963.0, 8947.0, 8981.0, 8946.0, 8969.0, 8955.0, 8965.0, 8952.0, 8920.0, 8915.0, 8893.0, 8878.0, 8870.0, 8873.0, 8871.0, 8878.0, 8898.0, 8875.0, 8932.0, 8896.0, 8917.0, 8880.0, 8905.0, 8928.0, 8935.0, 8938.0, 8941.0, 8934.0, 8943.0, 8972.0, 8929.0, 8940.0, 8925.0, 8923.0, 8924.0, 8943.0, 8912.0, 8940.0, 8932.0, 8942.0, 8958.0, 8966.0, 8950.0, 8951.0, 8994.0, 8967.0, 8958.0, 8934.0, 8958.0, 8952.0, 8971.0, 8997.0, 8973.0, 8999.0, 8971.0, 8996.0, 8979.0, 8946.0, 8959.0, 8928.0, 8957.0, 8922.0, 8991.0, 8942.0, 8966.0, 8967.0, 8965.0, 8903.0, 8913.0, 8902.0, 8912.0, 8889.0, 8921.0, 8925.0, 8939.0, 8943.0, 8985.0, 8936.0, 8956.0, 8915.0, 8918.0, 8897.0, 8936.0, 8894.0, 8935.0, 8902.0, 8928.0, 8917.0, 8918.0, 8925.0, 8913.0, 8913.0, 8894.0, 8895.0, 8890.0, 8881.0, 8913.0, 8910.0, 8919.0, 8921.0, 8921.0, 8919.0, 8911.0, 8919.0, 8939.0, 8912.0, 8940.0, 8919.0, 8915.0, 8922.0, 8933.0, 8961.0, 8960.0, 8966.0, 8946.0, 8970.0, 8972.0, 8994.0, 9009.0, 8983.0, 9009.0, 8983.0, 9009.0, 9003.0, 9012.0, 8992.0, 8974.0, 8999.0, 8967.0, 8994.0, 8968.0, 9006.0, 8950.0, 8987.0, 8948.0, 8985.0, 8967.0, 8988.0, 8968.0, 8976.0, 8949.0, 8978.0, 8968.0, 8962.0, 8947.0, 8956.0, 8959.0, 8988.0, 8963.0, 8960.0, 8943.0, 8959.0, 8958.0, 8961.0, 8982.0, 8985.0, 8988.0, 8992.0, 8988.0, 8974.0, 8977.0, 8993.0, 8973.0, 8986.0, 8989.0, 8974.0, 8965.0, 8922.0, 8917.0, 8898.0, 8902.0, 8941.0, 8913.0, 8937.0, 8898.0, 8920.0, 8893.0, 8920.0, 8894.0, 8901.0, 8892.0, 8891.0, 8909.0, 8893.0, 8913.0, 8907.0, 8915.0, 8895.0, 8937.0, 8921.0, 8936.0, 8918.0, 8937.0, 8942.0, 8934.0, 8943.0, 8988.0, 8950.0, 8963.0, 8971.0, 8969.0, 8977.0, 8988.0, 8992.0, 8993.0, 9000.0, 8994.0, 9004.0, 9027.0, 9005.0, 9007.0, 9002.0, 9021.0, 8993.0, 9035.0, 8994.0, 8995.0, 8973.0, 8966.0, 8980.0, 8964.0, 8981.0, 8959.0, 8946.0, 8965.0, 8950.0, 8941.0, 8963.0, 8957.0, 8944.0, 8944.0, 8971.0, 8967.0, 8983.0, 8935.0, 8962.0, 8950.0, 8969.0, 8997.0, 9002.0, 8982.0, 8981.0, 8957.0, 8985.0, 8980.0, 8959.0, 8923.0, 8940.0, 8907.0, 8950.0, 8916.0, 8939.0, 8899.0, 8918.0, 8916.0, 8903.0, 8920.0, 8920.0, 8940.0, 8923.0, 8927.0, 8942.0, 8944.0, 8951.0, 8961.0, 8952.0, 8958.0, 8952.0, 8979.0, 8982.0, 8965.0, 8968.0, 8989.0, 8966.0, 8986.0, 8945.0, 8958.0, 8923.0, 8947.0, 8927.0, 8949.0, 8946.0, 8937.0, 8945.0, 8944.0, 8913.0, 8940.0, 8926.0, 8938.0, 8924.0, 8944.0, 8960.0, 8950.0, 8971.0, 8945.0, 8941.0, 8932.0, 8948.0, 8946.0, 8943.0, 8934.0, 8960.0, 8934.0, 8943.0, 8945.0, 8945.0, 8946.0, 8966.0, 8928.0, 8950.0, 8940.0, 8939.0, 8932.0, 8960.0, 8971.0, 8996.0, 9001.0, 9034.0, 9018.0, 9033.0, 9021.0, 9037.0, 9016.0, 8992.0, 8987.0, 8989.0, 9046.0, 9007.0, 9023.0, 8988.0, 8971.0, 8963.0, 8952.0, 8965.0, 8955.0, 8981.0, 8974.0, 8989.0, 9003.0, 8992.0, 9016.0, 8997.0, 9037.0, 9011.0, 9030.0, 8974.0, 8994.0, 8927.0, 8952.0, 8941.0, 8943.0, 8934.0, 8920.0, 8957.0, 8935.0, 8932.0, 8938.0, 8955.0, 8929.0, 8966.0, 8956.0, 8974.0, 8967.0, 8971.0, 8980.0, 8971.0, 8968.0, 8975.0, 8966.0, 8965.0, 9012.0, 8989.0, 8998.0, 8933.0, 8943.0, 8921.0, 8906.0, 8961.0, 8902.0, 8916.0, 8912.0, 8905.0, 8961.0, 8920.0, 8933.0, 8940.0, 8956.0, 8952.0, 8989.0, 8975.0, 8993.0, 8971.0, 8994.0, 9003.0, 9041.0, 9001.0, 9021.0, 8996.0, 9001.0, 8956.0, 8997.0, 8952.0, 8992.0, 8944.0, 8935.0, 8944.0, 8930.0, 8943.0, 8933.0, 8959.0, 8931.0, 8958.0, 8946.0, 8944.0, 8962.0, 8939.0, 8945.0, 8946.0, 8973.0, 8947.0, 8961.0, 8962.0, 8947.0, 8961.0, 8950.0, 8992.0, 8954.0, 8987.0, 8949.0, 8958.0, 8940.0, 8945.0, 8955.0, 8920.0, 8920.0, 8925.0, 8949.0, 8944.0, 8970.0, 8944.0, 8944.0, 8946.0, 8961.0, 8942.0, 8969.0, 8988.0, 8945.0, 8969.0, 8945.0, 8943.0, 8968.0, 8976.0, 8963.0, 8987.0, 8947.0, 8971.0, 8968.0, 8985.0, 8966.0, 8990.0, 8963.0, 8988.0, 8958.0, 8980.0, 8940.0, 8972.0, 8950.0, 8965.0, 8924.0, 8962.0, 8950.0, 8960.0, 8939.0, 8946.0, 8922.0, 8947.0, 8939.0, 8961.0, 8937.0, 8951.0, 8948.0, 8946.0, 8946.0, 8941.0, 8947.0, 8944.0, 8948.0, 8949.0, 8974.0, 8967.0, 8990.0, 8970.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.0006034213547646383</td></tr>
<tr><td colspan=3>aqi</td><td>0.024627306429391507</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.08165571275864</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.219461783241379</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0152495692183912</td></tr>
<tr><td colspan=3>efc</td><td>0.4518</td></tr>
<tr><td colspan=3>fber</td><td>6896.8618</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10677244464954362</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.396096440872561</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3977041404092203</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3128136721309525</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6800469361027015</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.200251812994007</td></tr>
<tr><td colspan=3>gcor</td><td>0.0322923</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017794817686080933</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029498636722564697</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.830151903012236</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>36.8415</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.5391</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.8993</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>308378.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>721.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.6086</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1613</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.933</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3270.222</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68166.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1026.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4293.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>911.7065</td></tr>
<tr><td colspan=3>tsnr</td><td>40.46119759581052</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>