ds005256-mriqc/sub-0051_ses-03_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 3799592db7 [DATALAD RUNCMD] Compute MRIQC for sub-0051
=== 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-0051 --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-0051",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:39:03 +02:00

616 lines
No EOL
107 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-0051_ses-03_task-social_acq-mb8_run-02_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-0051_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-02_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-0051/ses-03/func/sub-0051_ses-03_task-social_acq-mb8_run-02_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>6ff6c3f2b40b1dbb2a1d08968867187d</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:21:46.177500</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.999029, 0.0372372, 0.0235633, -0.0420464, 0.965547, 0.25681]</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-02_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.101901</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7804, -7254, 618, -102, -145, 36, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.789</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cdeb25e6-0277-40ec-9f4c-fb14336f5454||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.6803207397460938, -0.11280731111764908, 0.03560922294855118, 116.3833999633789], [-0.0999046042561531, 2.590491771697998, 0.695387601852417, -98.19359588623047], [0.0632186010479927, -0.6890016198158264, 2.6086716651916504, -36.97489547729492], [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': ['132146.177500', '132146.637500', '132147.097500', '132147.557500', '132148.017500', '132148.477500', '132148.937500', '132149.397500', '132149.857500', '132150.317500', '132150.777500', '132151.237500', '132151.697500', '132152.157500', '132152.617500', '132153.077500', '132153.537500', '132153.997500', '132154.457500', '132154.917500', '132155.377500', '132155.837500', '132156.297500', '132156.757500', '132157.217500', '132157.677500', '132158.137500', '132158.597500', '132159.057500', '132159.517500', '132159.977500', '132200.437500', '132200.897500', '132201.357500', '132201.817500', '132202.277500', '132202.737500', '132203.197500', '132203.657500', '132204.117500', '132204.577500', '132205.037500', '132205.497500', '132205.957500', '132206.417500', '132206.877500', '132207.337500', '132207.797500', '132208.257500', '132208.717500', '132209.177500', '132209.637500', '132210.097500', '132210.557500', '132211.017500', '132211.477500', '132211.937500', '132212.397500', '132212.857500', '132213.317500', '132213.777500', '132214.237500', '132214.697500', '132215.157500', '132215.617500', '132216.077500', '132216.537500', '132216.997500', '132217.457500', '132217.917500', '132218.377500', '132218.837500', '132219.297500', '132219.757500', '132220.217500', '132220.677500', '132221.137500', '132221.597500', '132222.057500', '132222.517500', '132222.977500', '132223.437500', '132223.897500', '132224.357500', '132224.817500', '132225.277500', '132225.737500', '132226.197500', '132226.657500', '132227.117500', '132227.577500', '132228.037500', '132228.497500', '132228.957500', '132229.417500', '132229.877500', '132230.337500', '132230.797500', '132231.257500', '132231.717500', '132232.177500', '132232.637500', '132233.097500', '132233.557500', '132234.017500', '132234.477500', '132234.937500', '132235.397500', '132235.857500', '132236.317500', '132236.777500', '132237.237500', '132237.697500', '132238.157500', '132238.617500', '132239.077500', '132239.537500', '132239.997500', '132240.457500', '132240.917500', '132241.377500', '132241.837500', '132242.297500', '132242.757500', '132243.217500', '132243.677500', '132244.137500', '132244.597500', '132245.057500', '132245.517500', '132245.977500', '132246.437500', '132246.897500', '132247.357500', '132247.817500', '132248.277500', '132248.737500', '132249.197500', '132249.657500', '132250.117500', '132250.577500', '132251.037500', '132251.497500', '132251.957500', '132252.417500', '132252.877500', '132253.337500', '132253.797500', '132254.257500', '132254.717500', '132255.177500', '132255.637500', '132256.097500', '132256.557500', '132257.017500', '132257.477500', '132257.937500', '132258.397500', '132258.857500', '132259.317500', '132259.777500', '132300.237500', '132300.697500', '132301.157500', '132301.617500', '132302.077500', '132302.537500', '132302.997500', '132303.457500', '132303.917500', '132304.377500', '132304.837500', '132305.297500', '132305.757500', '132306.217500', '132306.677500', '132307.137500', '132307.597500', '132308.057500', '132308.517500', '132308.977500', '132309.437500', '132309.897500', '132310.357500', '132310.817500', '132311.277500', '132311.737500', '132312.197500', '132312.657500', '132313.117500', '132313.577500', '132314.037500', '132314.497500', '132314.957500', '132315.417500', '132315.877500', '132316.337500', '132316.797500', '132317.257500', '132317.717500', '132318.177500', '132318.637500', '132319.097500', '132319.557500', '132320.017500', '132320.477500', '132320.937500', '132321.397500', '132321.857500', '132322.317500', '132322.777500', '132323.237500', '132323.697500', '132324.157500', '132324.617500', '132325.077500', '132325.537500', '132325.997500', '132326.457500', '132326.917500', '132327.377500', '132327.837500', '132328.297500', '132328.757500', '132329.217500', '132329.677500', '132330.137500', '132330.597500', '132331.057500', '132331.517500', '132331.977500', '132332.437500', '132332.897500', '132333.357500', '132333.817500', '132334.277500', '132334.737500', '132335.197500', '132335.657500', '132336.117500', '132336.577500', '132337.037500', '132337.497500', '132337.957500', '132338.417500', '132338.877500', '132339.337500', '132339.797500', '132340.257500', '132340.717500', '132341.177500', '132341.637500', '132342.097500', '132342.557500', '132343.017500', '132343.477500', '132343.937500', '132344.397500', '132344.857500', '132345.317500', '132345.777500', '132346.237500', '132346.697500', '132347.157500', '132347.617500', '132348.077500', '132348.537500', '132348.997500', '132349.457500', '132349.917500', '132350.377500', '132350.837500', '132351.297500', '132351.757500', '132352.217500', '132352.677500', '132353.137500', '132353.597500', '132354.057500', '132354.517500', '132354.977500', '132355.437500', '132355.897500', '132356.357500', '132356.817500', '132357.277500', '132357.737500', '132358.197500', '132358.657500', '132359.117500', '132359.577500', '132400.037500', '132400.497500', '132400.957500', '132401.417500', '132401.877500', '132402.337500', '132402.797500', '132403.257500', '132403.717500', '132404.177500', '132404.637500', '132405.097500', '132405.557500', '132406.017500', '132406.477500', '132406.937500', '132407.397500', '132407.857500', '132408.317500', '132408.777500', '132409.237500', '132409.697500', '132410.157500', '132410.617500', '132411.077500', '132411.537500', '132411.997500', '132412.457500', '132412.917500', '132413.377500', '132413.837500', '132414.297500', '132414.757500', '132415.217500', '132415.677500', '132416.137500', '132416.597500', '132417.057500', '132417.517500', '132417.977500', '132418.437500', '132418.897500', '132419.357500', '132419.817500', '132420.277500', '132420.737500', '132421.197500', '132421.657500', '132422.117500', '132422.577500', '132423.037500', '132423.497500', '132423.957500', '132424.417500', '132424.877500', '132425.337500', '132425.797500', '132426.257500', '132426.717500', '132427.177500', '132427.637500', '132428.097500', '132428.557500', '132429.017500', '132429.477500', '132429.937500', '132430.397500', '132430.857500', '132431.317500', '132431.777500', '132432.237500', '132432.697500', '132433.157500', '132433.617500', '132434.077500', '132434.537500', '132434.997500', '132435.457500', '132435.917500', '132436.377500', '132436.837500', '132437.297500', '132437.757500', '132438.217500', '132438.677500', '132439.137500', '132439.597500', '132440.057500', '132440.517500', '132440.977500', '132441.437500', '132441.897500', '132442.357500', '132442.817500', '132443.277500', '132443.737500', '132444.197500', '132444.657500', '132445.117500', '132445.577500', '132446.037500', '132446.497500', '132446.957500', '132447.417500', '132447.877500', '132448.337500', '132448.797500', '132449.257500', '132449.717500', '132450.177500', '132450.637500', '132451.097500', '132451.557500', '132452.017500', '132452.477500', '132452.937500', '132453.397500', '132453.857500', '132454.317500', '132454.777500', '132455.237500', '132455.697500', '132456.157500', '132456.617500', '132457.077500', '132457.537500', '132457.997500', '132458.457500', '132458.917500', '132459.377500', '132459.837500', '132500.297500', '132500.757500', '132501.217500', '132501.677500', '132502.137500', '132502.597500', '132503.057500', '132503.517500', '132503.977500', '132504.437500', '132504.897500', '132505.357500', '132505.817500', '132506.277500', '132506.737500', '132507.197500', '132507.657500', '132508.117500', '132508.577500', '132509.037500', '132509.497500', '132509.957500', '132510.417500', '132510.877500', '132511.337500', '132511.797500', '132512.257500', '132512.717500', '132513.177500', '132513.637500', '132514.097500', '132514.557500', '132515.017500', '132515.477500', '132515.937500', '132516.397500', '132516.857500', '132517.317500', '132517.777500', '132518.237500', '132518.697500', '132519.157500', '132519.617500', '132520.077500', '132520.537500', '132520.997500', '132521.457500', '132521.917500', '132522.377500', '132522.837500', '132523.297500', '132523.757500', '132524.217500', '132524.677500', '132525.137500', '132525.597500', '132526.057500', '132526.517500', '132526.977500', '132527.437500', '132527.897500', '132528.357500', '132528.817500', '132529.277500', '132529.737500', '132530.197500', '132530.657500', '132531.117500', '132531.577500', '132532.037500', '132532.497500', '132532.957500', '132533.417500', '132533.877500', '132534.337500', '132534.797500', '132535.257500', '132535.717500', '132536.177500', '132536.637500', '132537.097500', '132537.557500', '132538.017500', '132538.477500', '132538.937500', '132539.397500', '132539.857500', '132540.317500', '132540.777500', '132541.237500', '132541.697500', '132542.157500', '132542.617500', '132543.077500', '132543.537500', '132543.997500', '132544.457500', '132544.917500', '132545.377500', '132545.837500', '132546.297500', '132546.757500', '132547.217500', '132547.677500', '132548.137500', '132548.597500', '132549.057500', '132549.517500', '132549.977500', '132550.437500', '132550.897500', '132551.357500', '132551.817500', '132552.277500', '132552.737500', '132553.197500', '132553.657500', '132554.117500', '132554.577500', '132555.037500', '132555.497500', '132555.957500', '132556.417500', '132556.877500', '132557.337500', '132557.797500', '132558.257500', '132558.717500', '132559.177500', '132559.637500', '132600.097500', '132600.557500', '132601.017500', '132601.477500', '132601.937500', '132602.397500', '132602.857500', '132603.317500', '132603.777500', '132604.237500', '132604.697500', '132605.157500', '132605.617500', '132606.077500', '132606.537500', '132606.997500', '132607.457500', '132607.917500', '132608.377500', '132608.837500', '132609.297500', '132609.757500', '132610.217500', '132610.677500', '132611.137500', '132611.597500', '132612.057500', '132612.517500', '132612.977500', '132613.437500', '132613.897500', '132614.357500', '132614.817500', '132615.277500', '132615.737500', '132616.197500', '132616.657500', '132617.117500', '132617.577500', '132618.037500', '132618.497500', '132618.957500', '132619.417500', '132619.877500', '132620.337500', '132620.797500', '132621.257500', '132621.717500', '132622.177500', '132622.637500', '132623.097500', '132623.557500', '132624.017500', '132624.477500', '132624.937500', '132625.397500', '132625.857500', '132626.317500', '132626.777500', '132627.237500', '132627.697500', '132628.157500', '132628.617500', '132629.077500', '132629.537500', '132629.997500', '132630.457500', '132630.917500', '132631.377500', '132631.837500', '132632.297500', '132632.757500', '132633.217500', '132633.677500', '132634.137500', '132634.597500', '132635.057500', '132635.517500', '132635.977500', '132636.437500', '132636.897500', '132637.357500', '132637.817500', '132638.277500', '132638.737500', '132639.197500', '132639.657500', '132640.117500', '132640.577500', '132641.037500', '132641.497500', '132641.957500', '132642.417500', '132642.877500', '132643.337500', '132643.797500', '132644.257500', '132644.717500', '132645.177500', '132645.637500', '132646.097500', '132646.557500', '132647.017500', '132647.477500', '132647.937500', '132648.397500', '132648.857500', '132649.317500', '132649.777500', '132650.237500', '132650.697500', '132651.157500', '132651.617500', '132652.077500', '132652.537500', '132652.997500', '132653.457500', '132653.917500', '132654.377500', '132654.837500', '132655.297500', '132655.757500', '132656.217500', '132656.677500', '132657.137500', '132657.597500', '132658.057500', '132658.517500', '132658.977500', '132659.437500', '132659.897500', '132700.357500', '132700.817500', '132701.277500', '132701.737500', '132702.197500', '132702.657500', '132703.117500', '132703.577500', '132704.037500', '132704.497500', '132704.957500', '132705.417500', '132705.877500', '132706.337500', '132706.797500', '132707.257500', '132707.717500', '132708.177500', '132708.637500', '132709.097500', '132709.557500', '132710.017500', '132710.477500', '132710.937500', '132711.397500', '132711.857500', '132712.317500', '132712.777500', '132713.237500', '132713.697500', '132714.157500', '132714.617500', '132715.077500', '132715.537500', '132715.997500', '132716.457500', '132716.917500', '132717.377500', '132717.837500', '132718.297500', '132718.757500', '132719.217500', '132719.677500', '132720.137500', '132720.597500', '132721.057500', '132721.517500', '132721.977500', '132722.437500', '132722.897500', '132723.357500', '132723.817500', '132724.277500', '132724.737500', '132725.197500', '132725.657500', '132726.117500', '132726.577500', '132727.037500', '132727.497500', '132727.957500', '132728.417500', '132728.877500', '132729.337500', '132729.797500', '132730.257500', '132730.717500', '132731.177500', '132731.637500', '132732.097500', '132732.557500', '132733.017500', '132733.477500', '132733.937500', '132734.397500', '132734.857500', '132735.317500', '132735.777500', '132736.237500', '132736.697500', '132737.157500', '132737.617500', '132738.077500', '132738.537500', '132738.997500', '132739.457500', '132739.917500', '132740.377500', '132740.837500', '132741.297500', '132741.757500', '132742.217500', '132742.677500', '132743.137500', '132743.597500', '132744.057500', '132744.517500', '132744.977500', '132745.437500', '132745.897500', '132746.357500', '132746.817500', '132747.277500', '132747.737500', '132748.197500', '132748.657500', '132749.117500', '132749.577500', '132750.037500', '132750.497500', '132750.957500', '132751.417500', '132751.877500', '132752.337500', '132752.797500', '132753.257500', '132753.717500', '132754.177500', '132754.637500', '132755.097500', '132755.557500', '132756.017500', '132756.477500', '132756.937500', '132757.397500', '132757.857500', '132758.317500', '132758.777500', '132759.237500', '132759.697500', '132800.157500', '132800.617500', '132801.077500', '132801.537500', '132801.997500', '132802.457500', '132802.917500', '132803.377500', '132803.837500', '132804.297500', '132804.757500', '132805.217500', '132805.677500', '132806.137500', '132806.597500', '132807.057500', '132807.517500', '132807.977500', '132808.437500', '132808.897500', '132809.357500', '132809.817500', '132810.277500', '132810.737500', '132811.197500', '132811.657500', '132812.117500', '132812.577500', '132813.037500', '132813.497500', '132813.957500', '132814.417500', '132814.877500', '132815.337500', '132815.797500', '132816.257500', '132816.717500', '132817.177500', '132817.637500', '132818.097500', '132818.557500', '132819.017500', '132819.477500', '132819.937500', '132820.397500', '132820.857500', '132821.317500', '132821.777500', '132822.237500', '132822.697500', '132823.157500', '132823.617500', '132824.077500', '132824.537500', '132824.997500', '132825.457500', '132825.917500', '132826.377500', '132826.837500'], 'ContentTime': ['132156.932000', '132156.936000', '132156.939000', '132156.952000', '132156.954000', '132156.957000', '132156.960000', '132156.962000', '132156.965000', '132156.973000', '132156.975000', '132156.986000', '132156.989000', '132156.991000', '132156.994000', '132156.997000', '132157.000000', '132157.003000', '132157.006000', '132157.008000', '132157.011000', '132216.862000', '132216.865000', '132216.868000', '132216.870000', '132216.873000', '132216.875000', '132216.878000', '132216.881000', '132216.883000', '132216.886000', '132216.889000', '132216.891000', '132216.894000', '132216.896000', '132216.899000', '132216.901000', '132216.904000', '132216.908000', '132216.911000', '132216.914000', '132216.916000', '132216.919000', '132216.922000', '132216.924000', '132216.927000', '132216.929000', '132216.932000', '132216.935000', '132216.938000', '132216.940000', '132216.943000', '132216.950000', '132216.953000', '132216.955000', '132216.958000', '132216.961000', '132216.964000', '132216.966000', '132216.969000', '132216.971000', '132216.974000', '132216.976000', '132216.979000', '132236.862000', '132236.865000', '132236.868000', '132236.871000', '132236.873000', '132236.876000', '132236.879000', '132236.881000', '132236.884000', '132236.886000', '132236.889000', '132236.892000', '132236.894000', '132236.897000', '132236.900000', '132236.902000', '132236.905000', '132236.908000', '132236.910000', '132236.913000', '132236.915000', '132236.918000', '132236.920000', '132236.923000', '132236.926000', '132236.928000', '132236.931000', '132236.934000', '132236.936000', '132236.939000', '132236.941000', '132236.944000', '132236.947000', '132236.949000', '132236.952000', '132236.955000', '132236.957000', '132236.960000', '132236.962000', '132236.965000', '132236.967000', '132236.970000', '132236.973000', '132236.975000', '132256.862000', '132256.865000', '132256.868000', '132256.871000', '132256.875000', '132256.878000', '132256.880000', '132256.883000', '132256.885000', '132256.888000', '132256.891000', '132256.894000', '132256.897000', '132256.900000', '132256.902000', '132256.905000', '132256.908000', '132256.910000', '132256.913000', '132256.915000', '132256.918000', '132256.921000', '132256.923000', '132256.926000', '132256.929000', '132256.931000', '132256.934000', '132256.936000', '132256.939000', '132256.941000', '132256.944000', '132256.947000', '132256.959000', '132256.961000', '132256.964000', '132256.967000', '132256.969000', '132256.972000', '132256.975000', '132256.977000', '132256.980000', '132256.982000', '132256.985000', '132316.862000', '132316.865000', '132316.868000', '132316.871000', '132316.873000', '132316.876000', '132316.879000', '132316.881000', '132316.884000', '132316.887000', '132316.889000', '132316.892000', '132316.894000', '132316.897000', '132316.900000', '132316.902000', '132316.905000', '132316.908000', '132316.910000', '132316.913000', '132316.916000', '132316.918000', '132316.921000', '132316.923000', '132316.926000', '132316.929000', '132316.931000', '132316.934000', '132316.936000', '132316.939000', '132316.942000', '132316.944000', '132316.947000', '132316.950000', '132316.952000', '132316.955000', '132316.957000', '132316.960000', '132316.963000', '132316.965000', '132316.968000', '132316.970000', '132316.973000', '132316.976000', '132336.862000', '132336.865000', '132336.868000', '132336.870000', '132336.873000', '132336.876000', '132336.878000', '132336.881000', '132336.883000', '132336.886000', '132336.889000', '132336.892000', '132336.894000', '132336.897000', '132336.899000', '132336.902000', '132336.905000', '132336.908000', '132336.910000', '132336.913000', '132336.916000', '132336.918000', '132336.921000', '132336.923000', '132336.926000', '132336.929000', '132336.931000', '132336.934000', '132336.937000', '132336.939000', '132336.942000', '132336.945000', '132336.947000', '132336.950000', '132336.953000', '132336.955000', '132336.958000', '132336.960000', '132336.963000', '132336.966000', '132336.968000', '132336.971000', '132336.973000', '132356.862000', '132356.866000', '132356.868000', '132356.871000', '132356.873000', '132356.876000', '132356.879000', '132356.881000', '132356.884000', '132356.887000', '132356.889000', '132356.892000', '132356.894000', '132356.897000', '132356.900000', '132356.902000', '132356.905000', '132356.908000', '132356.910000', '132356.913000', '132356.915000', '132356.918000', '132356.921000', '132356.923000', '132356.926000', '132356.929000', '132356.931000', '132356.934000', '132356.936000', '132356.939000', '132356.942000', '132356.944000', '132356.947000', '132356.949000', '132356.952000', '132356.955000', '132356.957000', '132356.960000', '132356.962000', '132356.965000', '132356.968000', '132356.970000', '132356.973000', '132356.976000', '132416.862000', '132416.865000', '132416.868000', '132416.871000', '132416.873000', '132416.876000', '132416.878000', '132416.881000', '132416.884000', '132416.886000', '132416.889000', '132416.891000', '132416.894000', '132416.897000', '132416.899000', '132416.909000', '132416.912000', '132416.915000', '132416.917000', '132416.920000', '132416.923000', '132416.925000', '132416.928000', '132416.932000', '132416.935000', '132416.938000', '132416.941000', '132416.943000', '132416.946000', '132416.949000', '132416.952000', '132416.954000', '132416.957000', '132416.959000', '132416.962000', '132416.965000', '132416.967000', '132416.970000', '132416.973000', '132416.975000', '132416.978000', '132416.980000', '132416.983000', '132436.862000', '132436.865000', '132436.868000', '132436.871000', '132436.873000', '132436.876000', '132436.878000', '132436.881000', '132436.884000', '132436.886000', '132436.889000', '132436.891000', '132436.894000', '132436.897000', '132436.904000', '132436.907000', '132436.910000', '132436.912000', '132436.915000', '132436.917000', '132436.920000', '132436.923000', '132436.926000', '132436.928000', '132436.931000', '132436.933000', '132436.936000', '132436.939000', '132436.942000', '132436.944000', '132436.947000', '132436.949000', '132436.952000', '132436.955000', '132436.957000', '132436.960000', '132436.962000', '132436.965000', '132436.968000', '132436.970000', '132436.973000', '132436.976000', '132436.978000', '132436.981000', '132456.862000', '132456.865000', '132456.868000', '132456.871000', '132456.875000', '132456.878000', '132456.881000', '132456.883000', '132456.886000', '132456.888000', '132456.891000', '132456.894000', '132456.897000', '132456.900000', '132456.903000', '132456.905000', '132456.908000', '132456.910000', '132456.913000', '132456.916000', '132456.918000', '132456.921000', '132456.924000', '132456.926000', '132456.929000', '132456.931000', '132456.934000', '132456.937000', '132456.939000', '132456.942000', '132456.944000', '132456.947000', '132456.950000', '132456.952000', '132456.955000', '132456.958000', '132456.960000', '132456.963000', '132456.965000', '132456.968000', '132456.971000', '132456.973000', '132456.976000', '132516.862000', '132516.865000', '132516.868000', '132516.871000', '132516.873000', '132516.876000', '132516.878000', '132516.881000', '132516.884000', '132516.886000', '132516.889000', '132516.892000', '132516.894000', '132516.897000', '132516.899000', '132516.902000', '132516.905000', '132516.907000', '132516.910000', '132516.913000', '132516.915000', '132516.918000', '132516.920000', '132516.923000', '132516.926000', '132516.928000', '132516.931000', '132516.934000', '132516.936000', '132516.939000', '132516.941000', '132516.944000', '132516.947000', '132516.949000', '132516.952000', '132516.954000', '132516.957000', '132516.960000', '132516.962000', '132516.965000', '132516.967000', '132516.970000', '132516.973000', '132516.975000', '132536.862000', '132536.866000', '132536.868000', '132536.871000', '132536.873000', '132536.876000', '132536.879000', '132536.881000', '132536.884000', '132536.887000', '132536.889000', '132536.892000', '132536.895000', '132536.897000', '132536.900000', '132536.902000', '132536.905000', '132536.908000', '132536.910000', '132536.913000', '132536.916000', '132536.918000', '132536.921000', '132536.924000', '132536.926000', '132536.929000', '132536.932000', '132536.934000', '132536.937000', '132536.940000', '132536.942000', '132536.946000', '132536.949000', '132536.952000', '132536.954000', '132536.957000', '132536.960000', '132536.962000', '132536.965000', '132536.968000', '132536.970000', '132536.973000', '132536.976000', '132556.862000', '132556.865000', '132556.868000', '132556.870000', '132556.873000', '132556.876000', '132556.878000', '132556.881000', '132556.884000', '132556.886000', '132556.889000', '132556.891000', '132556.894000', '132556.897000', '132556.899000', '132556.902000', '132556.905000', '132556.907000', '132556.910000', '132556.913000', '132556.915000', '132556.918000', '132556.920000', '132556.923000', '132556.926000', '132556.928000', '132556.931000', '132556.933000', '132556.936000', '132556.939000', '132556.941000', '132556.944000', '132556.947000', '132556.949000', '132556.952000', '132556.955000', '132556.957000', '132556.960000', '132556.963000', '132556.965000', '132556.968000', '132556.970000', '132556.973000', '132556.976000', '132616.863000', '132616.866000', '132616.868000', '132616.871000', '132616.874000', '132616.876000', '132616.879000', '132616.881000', '132616.884000', '132616.887000', '132616.889000', '132616.892000', '132616.895000', '132616.897000', '132616.900000', '132616.902000', '132616.905000', '132616.908000', '132616.910000', '132616.913000', '132616.916000', '132616.918000', '132616.921000', '132616.923000', '132616.926000', '132616.929000', '132616.931000', '132616.934000', '132616.937000', '132616.939000', '132616.942000', '132616.944000', '132616.947000', '132616.950000', '132616.952000', '132616.955000', '132616.958000', '132616.960000', '132616.963000', '132616.966000', '132616.969000', '132616.972000', '132616.975000', '132636.862000', '132636.866000', '132636.868000', '132636.871000', '132636.873000', '132636.876000', '132636.879000', '132636.882000', '132636.884000', '132636.887000', '132636.890000', '132636.892000', '132636.895000', '132636.897000', '132636.900000', '132636.903000', '132636.905000', '132636.908000', '132636.911000', '132636.913000', '132636.916000', '132636.918000', '132636.921000', '132636.924000', '132636.926000', '132636.929000', '132636.932000', '132636.934000', '132636.937000', '132636.939000', '132636.942000', '132636.945000', '132636.947000', '132636.950000', '132636.953000', '132636.955000', '132636.958000', '132636.961000', '132636.963000', '132636.966000', '132636.968000', '132636.971000', '132636.974000', '132636.976000', '132656.862000', '132656.865000', '132656.868000', '132656.871000', '132656.873000', '132656.876000', '132656.878000', '132656.881000', '132656.884000', '132656.887000', '132656.889000', '132656.892000', '132656.894000', '132656.897000', '132656.900000', '132656.902000', '132656.905000', '132656.908000', '132656.910000', '132656.913000', '132656.915000', '132656.918000', '132656.921000', '132656.923000', '132656.926000', '132656.929000', '132656.931000', '132656.934000', '132656.937000', '132656.939000', '132656.942000', '132656.945000', '132656.947000', '132656.950000', '132656.953000', '132656.955000', '132656.958000', '132656.960000', '132656.963000', '132656.966000', '132656.968000', '132656.971000', '132656.974000', '132716.862000', '132716.865000', '132716.868000', '132716.871000', '132716.874000', '132716.876000', '132716.879000', '132716.881000', '132716.884000', '132716.887000', '132716.889000', '132716.892000', '132716.895000', '132716.897000', '132716.900000', '132716.902000', '132716.905000', '132716.908000', '132716.910000', '132716.913000', '132716.916000', '132716.918000', '132716.921000', '132716.923000', '132716.926000', '132716.929000', '132716.931000', '132716.934000', '132716.937000', '132716.940000', '132716.942000', '132716.945000', '132716.947000', '132716.950000', '132716.953000', '132716.955000', '132716.958000', '132716.961000', '132716.963000', '132716.966000', '132716.969000', '132716.971000', '132716.974000', '132716.976000', '132736.863000', '132736.865000', '132736.868000', '132736.871000', '132736.873000', '132736.876000', '132736.879000', '132736.881000', '132736.884000', '132736.887000', '132736.890000', '132736.892000', '132736.895000', '132736.897000', '132736.900000', '132736.903000', '132736.905000', '132736.908000', '132736.911000', '132736.913000', '132736.956000', '132736.959000', '132736.962000', '132736.964000', '132736.967000', '132736.970000', '132736.973000', '132736.975000', '132736.978000', '132736.980000', '132736.983000', '132736.986000', '132736.988000', '132736.991000', '132736.994000', '132736.996000', '132737.000000', '132737.003000', '132737.005000', '132737.008000', '132737.010000', '132737.013000', '132737.016000', '132756.862000', '132756.866000', '132756.869000', '132756.872000', '132756.875000', '132756.877000', '132756.880000', '132756.883000', '132756.885000', '132756.888000', '132756.891000', '132756.893000', '132756.896000', '132756.899000', '132756.901000', '132756.904000', '132756.907000', '132756.909000', '132756.912000', '132756.914000', '132756.917000', '132756.920000', '132756.922000', '132756.925000', '132756.929000', '132756.932000', '132756.934000', '132756.937000', '132756.940000', '132756.942000', '132756.945000', '132756.947000', '132756.950000', '132756.952000', '132756.955000', '132756.958000', '132756.961000', '132756.963000', '132756.966000', '132756.969000', '132756.971000', '132756.974000', '132756.976000', '132816.863000', '132816.865000', '132816.868000', '132816.871000', '132816.873000', '132816.876000', '132816.879000', '132816.881000', '132816.884000', '132816.887000', '132816.889000', '132816.892000', '132816.894000', '132816.897000', '132816.900000', '132816.902000', '132816.905000', '132816.907000', '132816.910000', '132816.913000', '132816.915000', '132816.918000', '132816.921000', '132816.923000', '132816.926000', '132816.928000', '132816.931000', '132816.934000', '132816.936000', '132816.939000', '132816.942000', '132816.944000', '132816.947000', '132816.949000', '132816.952000', '132816.955000', '132816.957000', '132816.960000', '132816.962000', '132816.965000', '132816.968000', '132816.970000', '132816.973000', '132816.976000', '132828.028000', '132828.031000', '132828.033000', '132828.036000', '132828.039000', '132828.042000', '132828.044000', '132828.047000', '132828.050000', '132828.053000', '132828.056000', '132828.058000', '132828.062000', '132828.065000', '132828.068000', '132828.071000', '132828.074000', '132828.077000', '132828.081000', '132828.084000', '132828.087000', '132828.089000', '132828.092000', '132828.095000', '132828.098000'], 'InstanceCreationTime': ['132156.932000', '132156.936000', '132156.939000', '132156.952000', '132156.954000', '132156.957000', '132156.960000', '132156.962000', '132156.965000', '132156.973000', '132156.975000', '132156.986000', '132156.989000', '132156.991000', '132156.994000', '132156.997000', '132157.000000', '132157.003000', '132157.006000', '132157.008000', '132157.011000', '132216.862000', '132216.865000', '132216.868000', '132216.870000', '132216.873000', '132216.875000', '132216.878000', '132216.881000', '132216.883000', '132216.886000', '132216.889000', '132216.891000', '132216.894000', '132216.896000', '132216.899000', '132216.901000', '132216.904000', '132216.908000', '132216.911000', '132216.914000', '132216.916000', '132216.919000', '132216.922000', '132216.924000', '132216.927000', '132216.929000', '132216.932000', '132216.935000', '132216.938000', '132216.940000', '132216.943000', '132216.950000', '132216.953000', '132216.955000', '132216.958000', '132216.961000', '132216.964000', '132216.966000', '132216.969000', '132216.971000', '132216.974000', '132216.976000', '132216.979000', '132236.862000', '132236.865000', '132236.868000', '132236.871000', '132236.873000', '132236.876000', '132236.879000', '132236.881000', '132236.884000', '132236.886000', '132236.889000', '132236.892000', '132236.894000', '132236.897000', '132236.900000', '132236.902000', '132236.905000', '132236.908000', '132236.910000', '132236.913000', '132236.915000', '132236.918000', '132236.920000', '132236.923000', '132236.926000', '132236.928000', '132236.931000', '132236.934000', '132236.936000', '132236.939000', '132236.941000', '132236.944000', '132236.947000', '132236.949000', '132236.952000', '132236.955000', '132236.957000', '132236.960000', '132236.962000', '132236.965000', '132236.967000', '132236.970000', '132236.973000', '132236.975000', '132256.862000', '132256.865000', '132256.868000', '132256.871000', '132256.875000', '132256.878000', '132256.880000', '132256.883000', '132256.885000', '132256.888000', '132256.891000', '132256.894000', '132256.897000', '132256.900000', '132256.902000', '132256.905000', '132256.908000', '132256.910000', '132256.913000', '132256.915000', '132256.918000', '132256.921000', '132256.923000', '132256.926000', '132256.929000', '132256.931000', '132256.934000', '132256.936000', '132256.939000', '132256.941000', '132256.944000', '132256.947000', '132256.959000', '132256.961000', '132256.964000', '132256.967000', '132256.969000', '132256.972000', '132256.975000', '132256.977000', '132256.980000', '132256.982000', '132256.985000', '132316.862000', '132316.865000', '132316.868000', '132316.871000', '132316.873000', '132316.876000', '132316.879000', '132316.881000', '132316.884000', '132316.887000', '132316.889000', '132316.892000', '132316.894000', '132316.897000', '132316.900000', '132316.902000', '132316.905000', '132316.908000', '132316.910000', '132316.913000', '132316.916000', '132316.918000', '132316.921000', '132316.923000', '132316.926000', '132316.929000', '132316.931000', '132316.934000', '132316.936000', '132316.939000', '132316.942000', '132316.944000', '132316.947000', '132316.950000', '132316.952000', '132316.955000', '132316.957000', '132316.960000', '132316.963000', '132316.965000', '132316.968000', '132316.970000', '132316.973000', '132316.976000', '132336.862000', '132336.865000', '132336.868000', '132336.870000', '132336.873000', '132336.876000', '132336.878000', '132336.881000', '132336.883000', '132336.886000', '132336.889000', '132336.892000', '132336.894000', '132336.897000', '132336.899000', '132336.902000', '132336.905000', '132336.908000', '132336.910000', '132336.913000', '132336.916000', '132336.918000', '132336.921000', '132336.923000', '132336.926000', '132336.929000', '132336.931000', '132336.934000', '132336.937000', '132336.939000', '132336.942000', '132336.945000', '132336.947000', '132336.950000', '132336.953000', '132336.955000', '132336.958000', '132336.960000', '132336.963000', '132336.966000', '132336.968000', '132336.971000', '132336.973000', '132356.862000', '132356.866000', '132356.868000', '132356.871000', '132356.873000', '132356.876000', '132356.879000', '132356.881000', '132356.884000', '132356.887000', '132356.889000', '132356.892000', '132356.894000', '132356.897000', '132356.900000', '132356.902000', '132356.905000', '132356.908000', '132356.910000', '132356.913000', '132356.915000', '132356.918000', '132356.921000', '132356.923000', '132356.926000', '132356.929000', '132356.931000', '132356.934000', '132356.936000', '132356.939000', '132356.942000', '132356.944000', '132356.947000', '132356.949000', '132356.952000', '132356.955000', '132356.957000', '132356.960000', '132356.962000', '132356.965000', '132356.968000', '132356.970000', '132356.973000', '132356.976000', '132416.862000', '132416.865000', '132416.868000', '132416.871000', '132416.873000', '132416.876000', '132416.878000', '132416.881000', '132416.884000', '132416.886000', '132416.889000', '132416.891000', '132416.894000', '132416.897000', '132416.899000', '132416.909000', '132416.912000', '132416.915000', '132416.917000', '132416.920000', '132416.923000', '132416.925000', '132416.928000', '132416.932000', '132416.935000', '132416.938000', '132416.941000', '132416.943000', '132416.946000', '132416.949000', '132416.952000', '132416.954000', '132416.957000', '132416.959000', '132416.962000', '132416.965000', '132416.967000', '132416.970000', '132416.973000', '132416.975000', '132416.978000', '132416.980000', '132416.983000', '132436.862000', '132436.865000', '132436.868000', '132436.871000', '132436.873000', '132436.876000', '132436.878000', '132436.881000', '132436.884000', '132436.886000', '132436.889000', '132436.891000', '132436.894000', '132436.897000', '132436.904000', '132436.907000', '132436.910000', '132436.912000', '132436.915000', '132436.917000', '132436.920000', '132436.923000', '132436.926000', '132436.928000', '132436.931000', '132436.933000', '132436.936000', '132436.939000', '132436.942000', '132436.944000', '132436.947000', '132436.949000', '132436.952000', '132436.955000', '132436.957000', '132436.960000', '132436.962000', '132436.965000', '132436.968000', '132436.970000', '132436.973000', '132436.976000', '132436.978000', '132436.981000', '132456.862000', '132456.865000', '132456.868000', '132456.871000', '132456.875000', '132456.878000', '132456.881000', '132456.883000', '132456.886000', '132456.888000', '132456.891000', '132456.894000', '132456.897000', '132456.900000', '132456.903000', '132456.905000', '132456.908000', '132456.910000', '132456.913000', '132456.916000', '132456.918000', '132456.921000', '132456.924000', '132456.926000', '132456.929000', '132456.931000', '132456.934000', '132456.937000', '132456.939000', '132456.942000', '132456.944000', '132456.947000', '132456.950000', '132456.952000', '132456.955000', '132456.958000', '132456.960000', '132456.963000', '132456.965000', '132456.968000', '132456.971000', '132456.973000', '132456.976000', '132516.862000', '132516.865000', '132516.868000', '132516.871000', '132516.873000', '132516.876000', '132516.878000', '132516.881000', '132516.884000', '132516.886000', '132516.889000', '132516.892000', '132516.894000', '132516.897000', '132516.899000', '132516.902000', '132516.905000', '132516.907000', '132516.910000', '132516.913000', '132516.915000', '132516.918000', '132516.920000', '132516.923000', '132516.926000', '132516.928000', '132516.931000', '132516.934000', '132516.936000', '132516.939000', '132516.941000', '132516.944000', '132516.947000', '132516.949000', '132516.952000', '132516.954000', '132516.957000', '132516.960000', '132516.962000', '132516.965000', '132516.967000', '132516.970000', '132516.973000', '132516.975000', '132536.862000', '132536.866000', '132536.868000', '132536.871000', '132536.873000', '132536.876000', '132536.879000', '132536.881000', '132536.884000', '132536.887000', '132536.889000', '132536.892000', '132536.895000', '132536.897000', '132536.900000', '132536.902000', '132536.905000', '132536.908000', '132536.910000', '132536.913000', '132536.916000', '132536.918000', '132536.921000', '132536.924000', '132536.926000', '132536.929000', '132536.932000', '132536.934000', '132536.937000', '132536.940000', '132536.942000', '132536.946000', '132536.949000', '132536.952000', '132536.954000', '132536.957000', '132536.960000', '132536.962000', '132536.965000', '132536.968000', '132536.970000', '132536.973000', '132536.976000', '132556.862000', '132556.865000', '132556.868000', '132556.870000', '132556.873000', '132556.876000', '132556.878000', '132556.881000', '132556.884000', '132556.886000', '132556.889000', '132556.891000', '132556.894000', '132556.897000', '132556.899000', '132556.902000', '132556.905000', '132556.907000', '132556.910000', '132556.913000', '132556.915000', '132556.918000', '132556.920000', '132556.923000', '132556.926000', '132556.928000', '132556.931000', '132556.933000', '132556.936000', '132556.939000', '132556.941000', '132556.944000', '132556.947000', '132556.949000', '132556.952000', '132556.955000', '132556.957000', '132556.960000', '132556.963000', '132556.965000', '132556.968000', '132556.970000', '132556.973000', '132556.976000', '132616.863000', '132616.866000', '132616.868000', '132616.871000', '132616.874000', '132616.876000', '132616.879000', '132616.881000', '132616.884000', '132616.887000', '132616.889000', '132616.892000', '132616.895000', '132616.897000', '132616.900000', '132616.902000', '132616.905000', '132616.908000', '132616.910000', '132616.913000', '132616.916000', '132616.918000', '132616.921000', '132616.923000', '132616.926000', '132616.929000', '132616.931000', '132616.934000', '132616.937000', '132616.939000', '132616.942000', '132616.944000', '132616.947000', '132616.950000', '132616.952000', '132616.955000', '132616.958000', '132616.960000', '132616.963000', '132616.966000', '132616.969000', '132616.972000', '132616.975000', '132636.862000', '132636.866000', '132636.868000', '132636.871000', '132636.873000', '132636.876000', '132636.879000', '132636.882000', '132636.884000', '132636.887000', '132636.890000', '132636.892000', '132636.895000', '132636.897000', '132636.900000', '132636.903000', '132636.905000', '132636.908000', '132636.911000', '132636.913000', '132636.916000', '132636.918000', '132636.921000', '132636.924000', '132636.926000', '132636.929000', '132636.932000', '132636.934000', '132636.937000', '132636.939000', '132636.942000', '132636.945000', '132636.947000', '132636.950000', '132636.953000', '132636.955000', '132636.958000', '132636.961000', '132636.963000', '132636.966000', '132636.968000', '132636.971000', '132636.974000', '132636.976000', '132656.862000', '132656.865000', '132656.868000', '132656.871000', '132656.873000', '132656.876000', '132656.878000', '132656.881000', '132656.884000', '132656.887000', '132656.889000', '132656.892000', '132656.894000', '132656.897000', '132656.900000', '132656.902000', '132656.905000', '132656.908000', '132656.910000', '132656.913000', '132656.915000', '132656.918000', '132656.921000', '132656.923000', '132656.926000', '132656.929000', '132656.931000', '132656.934000', '132656.937000', '132656.939000', '132656.942000', '132656.945000', '132656.947000', '132656.950000', '132656.953000', '132656.955000', '132656.958000', '132656.960000', '132656.963000', '132656.966000', '132656.968000', '132656.971000', '132656.974000', '132716.862000', '132716.865000', '132716.868000', '132716.871000', '132716.874000', '132716.876000', '132716.879000', '132716.881000', '132716.884000', '132716.887000', '132716.889000', '132716.892000', '132716.895000', '132716.897000', '132716.900000', '132716.902000', '132716.905000', '132716.908000', '132716.910000', '132716.913000', '132716.916000', '132716.918000', '132716.921000', '132716.923000', '132716.926000', '132716.929000', '132716.931000', '132716.934000', '132716.937000', '132716.940000', '132716.942000', '132716.945000', '132716.947000', '132716.950000', '132716.953000', '132716.955000', '132716.958000', '132716.961000', '132716.963000', '132716.966000', '132716.969000', '132716.971000', '132716.974000', '132716.976000', '132736.863000', '132736.865000', '132736.868000', '132736.871000', '132736.873000', '132736.876000', '132736.879000', '132736.881000', '132736.884000', '132736.887000', '132736.890000', '132736.892000', '132736.895000', '132736.897000', '132736.900000', '132736.903000', '132736.905000', '132736.908000', '132736.911000', '132736.913000', '132736.956000', '132736.959000', '132736.962000', '132736.964000', '132736.967000', '132736.970000', '132736.973000', '132736.975000', '132736.978000', '132736.980000', '132736.983000', '132736.986000', '132736.988000', '132736.991000', '132736.994000', '132736.996000', '132737.000000', '132737.003000', '132737.005000', '132737.008000', '132737.010000', '132737.013000', '132737.016000', '132756.862000', '132756.866000', '132756.869000', '132756.872000', '132756.875000', '132756.877000', '132756.880000', '132756.883000', '132756.885000', '132756.888000', '132756.891000', '132756.893000', '132756.896000', '132756.899000', '132756.901000', '132756.904000', '132756.907000', '132756.909000', '132756.912000', '132756.914000', '132756.917000', '132756.920000', '132756.922000', '132756.925000', '132756.929000', '132756.932000', '132756.934000', '132756.937000', '132756.940000', '132756.942000', '132756.945000', '132756.947000', '132756.950000', '132756.952000', '132756.955000', '132756.958000', '132756.961000', '132756.963000', '132756.966000', '132756.969000', '132756.971000', '132756.974000', '132756.976000', '132816.863000', '132816.865000', '132816.868000', '132816.871000', '132816.873000', '132816.876000', '132816.879000', '132816.881000', '132816.884000', '132816.887000', '132816.889000', '132816.892000', '132816.894000', '132816.897000', '132816.900000', '132816.902000', '132816.905000', '132816.907000', '132816.910000', '132816.913000', '132816.915000', '132816.918000', '132816.921000', '132816.923000', '132816.926000', '132816.928000', '132816.931000', '132816.934000', '132816.936000', '132816.939000', '132816.942000', '132816.944000', '132816.947000', '132816.949000', '132816.952000', '132816.955000', '132816.957000', '132816.960000', '132816.962000', '132816.965000', '132816.968000', '132816.970000', '132816.973000', '132816.976000', '132828.028000', '132828.031000', '132828.033000', '132828.036000', '132828.039000', '132828.042000', '132828.044000', '132828.047000', '132828.050000', '132828.053000', '132828.056000', '132828.058000', '132828.062000', '132828.065000', '132828.068000', '132828.071000', '132828.074000', '132828.077000', '132828.081000', '132828.084000', '132828.087000', '132828.089000', '132828.092000', '132828.095000', '132828.098000'], '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': [13685, 19334, 16204, 14102, 16521, 14581, 13080, 20389, 15581, 13332, 17116, 15399, 13995, 15154, 17861, 15691, 14820, 18502, 15343, 12745, 19083, 17143, 15236, 14418, 19365, 16142, 15860, 15000, 17906, 17103, 15767, 13415, 16506, 20255, 15991, 15330, 16026, 20160, 16986, 14930, 12700, 17125, 18257, 16315, 13076, 17155, 17566, 16225, 13369, 19487, 15957, 15060, 16194, 18219, 14823, 12645, 17009, 17155, 15843, 14565, 20080, 15928, 13921, 20835, 15678, 12668, 18296, 21836, 20202, 13621, 13067, 14605, 13523, 12149, 20879, 16070, 14532, 12933, 20815, 15510, 14193, 17849, 19040, 15918, 13533, 21571, 16618, 16858, 15875, 20341, 16616, 14103, 18369, 18775, 16787, 14094, 20434, 16127, 14769, 21622, 16496, 12856, 20849, 15877, 14067, 20154, 15803, 11926, 20488, 15693, 14394, 18547, 15279, 20536, 14378, 14465, 19306, 14983, 14313, 16834, 13584, 20052, 15681, 20651, 15541, 14915, 18577, 15297, 13873, 17537, 14918, 19637, 16221, 21965, 17479, 22531, 15455, 13433, 17610, 11495, 16661, 11400, 17872, 12739, 20217, 16261, 18570, 13050, 12579, 15873, 13751, 18140, 16203, 20275, 15138, 14897, 16318, 15111, 19261, 16403, 19271, 16244, 12783, 18838, 16118, 15811, 17126, 12912, 19338, 15541, 19845, 16307, 15336, 17146, 14487, 20096, 15210, 21255, 15533, 20284, 14712, 19439, 14971, 13002, 17969, 14033, 15291, 15376, 14468, 17732, 13334, 18115, 12154, 18983, 15585, 21458, 14087, 13822, 14213, 13787, 15888, 11676, 17646, 14976, 15618, 16122, 12213, 20409, 15376, 14972, 18154, 15795, 18162, 14733, 14675, 16336, 15232, 16555, 13161, 18477, 13865, 19114, 15751, 15460, 17403, 13163, 19354, 15782, 16428, 16317, 13849, 19343, 14728, 20510, 15747, 14826, 18918, 14972, 18093, 14200, 17908, 14147, 16486, 15913, 15617, 16631, 15398, 16781, 14083, 19346, 14554, 14030, 16192, 13596, 18619, 13763, 20452, 16948, 16655, 15059, 14080, 14988, 11865, 16964, 13001, 19175, 14828, 19562, 15480, 18992, 14128, 14838, 14484, 14205, 17388, 13339, 18696, 12459, 22027, 15747, 13639, 15986, 14069, 19394, 15374, 12130, 19120, 14399, 20733, 14585, 19504, 13075, 15598, 14163, 16784, 13279, 17801, 13342, 18916, 14692, 20393, 15270, 20122, 15263, 13842, 16039, 11745, 19599, 14464, 20795, 14481, 19625, 14447, 17085, 15163, 20371, 14639, 15424, 13096, 21498, 14181, 18939, 11752, 15692, 12528, 16222, 11863, 17011, 12661, 18471, 13259, 18579, 12608, 18993, 14816, 19244, 14406, 19017, 13474, 18285, 12584, 16568, 12997, 16400, 11557, 17276, 11415, 18113, 14953, 21117, 15169, 14115, 16220, 12138, 19212, 21121, 14157, 21146, 15085, 19503, 14113, 18744, 12148, 20229, 13662, 19419, 14017, 19185, 14791, 19041, 13338, 19516, 13671, 19223, 12213, 19271, 12811, 18121, 10910, 16381, 11133, 16986, 11777, 16847, 12727, 16181, 12805, 16186, 13947, 15906, 10897, 17277, 13665, 19080, 15139, 18060, 13423, 16897, 13874, 15015, 16337, 13932, 19188, 13870, 21612, 13973, 20159, 14218, 13250, 16306, 12620, 17954, 14107, 18958, 15014, 19219, 15096, 19024, 14475, 20005, 15084, 17121, 14001, 12513, 16934, 14199, 21283, 15620, 13889, 15976, 11380, 17624, 14853, 21687, 14880, 13439, 17675, 14850, 13436, 15713, 11997, 19618, 14476, 15992, 19215, 14018, 15671, 15929, 11267, 17524, 11990, 19014, 14184, 19972, 15134, 18652, 14172, 11355, 19312, 14233, 18316, 16397, 16948, 14936, 14830, 13124, 10974, 17014, 12852, 20174, 13502, 15433, 14518, 17075, 14385, 19905, 13754, 21562, 13401, 19883, 13279, 20039, 12893, 18484, 13019, 12260, 14724, 10936, 18199, 12517, 18152, 15144, 18670, 14748, 19161, 13838, 18240, 13971, 14762, 16616, 12232, 21502, 15347, 12408, 17248, 12866, 18023, 17319, 15320, 22540, 15490, 20790, 15075, 14302, 14817, 19786, 15077, 22697, 15246, 19351, 15051, 18237, 14457, 16744, 12837, 17882, 12668, 21320, 14343, 18011, 15038, 17759, 13001, 17425, 13276, 16788, 13585, 15436, 14672, 15258, 15038, 15828, 14782, 16860, 15104, 17950, 14692, 19151, 15434, 20608, 14474, 18649, 15349, 18835, 15209, 18872, 15322, 19216, 15661, 19961, 14878, 16496, 15612, 15572, 16764, 14193, 18438, 14389, 19491, 15535, 19640, 16133, 19455, 15206, 19020, 15006, 18591, 14866, 17574, 14792, 14913, 22470, 12405, 16332, 13548, 15660, 18397, 15104, 13829, 15948, 18926, 15717, 17259, 12631, 21119, 14781, 19389, 14709, 18723, 13908, 18833, 14493, 20428, 14421, 13865, 16758, 11329, 19203, 15196, 18538, 15013, 20352, 14713, 17447, 15074, 19290, 14894, 19555, 15161, 18865, 13944, 16879, 15679, 14423, 18208, 15123, 15478, 13500, 21346, 14735, 18705, 15185, 17924, 12884, 17619, 13350, 16896, 13367, 17492, 13522, 16900, 12561, 18191, 14766, 20676, 14850, 14923, 14912, 17449, 14562, 16687, 15559, 13941, 19286, 13680, 18413, 14615, 16696, 15586, 14152, 19018, 14425, 18626, 15391, 18625, 12721, 19673, 14667, 19152, 13435, 18063, 12807, 19276, 16084, 14179, 18514, 14137, 18432, 14088, 20941, 14521, 17531, 15634, 22316, 15023, 19960, 14914, 17091, 11695, 15564, 11483, 16983, 12705, 15479, 15645, 14483, 15530, 18908, 13803, 19386, 12221, 21643, 14398, 20320, 13346, 12375, 13575, 10509, 18725, 16009, 15496, 14378, 11368, 17366, 13581, 20359, 15266, 17157, 14120, 13955, 17025, 13883, 20376, 15863, 18637, 13966, 19774, 14700, 14239, 17874, 14599, 16861, 13504, 11901, 17921, 15289, 17946, 12865, 17601, 12674, 17978, 12571, 18029, 12995, 19615, 14979, 19876, 12616, 12545, 19916, 13299, 20310, 13460, 11472, 21812, 14131, 11716, 16338, 23631, 14108, 19837, 14300, 18972, 12762, 18349, 12712, 18965, 13554, 18647, 13399, 12253, 14706, 11281, 18654, 14238, 19374, 13753, 12364, 15225, 11648, 17939, 14609, 18364, 14603, 18055, 12254, 17557, 12944, 15947, 12489, 16182, 12053, 18962, 13800, 12675, 12907, 11737, 17070, 15718, 16760, 14302, 16906, 11687, 17427, 12516, 18385, 14476, 17511, 13700, 16942, 12045, 17229, 12306, 18863, 15142, 21048, 14616, 19403, 15134, 11949, 16567, 13042, 17215, 14882, 18725, 13902, 18388, 13890, 18885, 15137, 19346, 15557, 20585, 13411, 19494, 14159, 12941, 16105, 15187, 16460, 15982, 13132, 17999, 13441, 20925, 13174, 18407, 13637, 18207, 11330, 17163, 11869, 17481, 11789, 17377, 12657, 15824, 11752, 15431, 13658, 19123, 14025, 15915, 15051, 14745, 16789, 18078, 14177, 21975, 14918, 20301, 13790], 'WindowCenter': [4900.0, 4918.0, 4880.0, 4846.0, 4854.0, 4843.0, 4831.0, 4882.0, 4852.0, 4829.0, 4849.0, 4839.0, 4842.0, 4853.0, 4874.0, 4853.0, 4841.0, 4872.0, 4854.0, 4845.0, 4889.0, 4875.0, 4881.0, 4894.0, 4907.0, 4889.0, 4903.0, 4890.0, 4915.0, 4902.0, 4901.0, 4884.0, 4907.0, 4940.0, 4918.0, 4906.0, 4894.0, 4915.0, 4893.0, 4871.0, 4852.0, 4890.0, 4890.0, 4879.0, 4860.0, 4879.0, 4888.0, 4878.0, 4848.0, 4884.0, 4864.0, 4870.0, 4878.0, 4887.0, 4857.0, 4834.0, 4851.0, 4861.0, 4853.0, 4843.0, 4883.0, 4853.0, 4842.0, 4883.0, 4850.0, 4847.0, 4884.0, 4913.0, 4907.0, 4861.0, 4860.0, 4869.0, 4858.0, 4836.0, 4897.0, 4880.0, 4872.0, 4849.0, 4887.0, 4868.0, 4861.0, 4879.0, 4890.0, 4879.0, 4860.0, 4914.0, 4878.0, 4891.0, 4905.0, 4912.0, 4890.0, 4883.0, 4903.0, 4913.0, 4892.0, 4885.0, 4913.0, 4894.0, 4884.0, 4926.0, 4894.0, 4863.0, 4912.0, 4881.0, 4874.0, 4900.0, 4868.0, 4841.0, 4901.0, 4867.0, 4858.0, 4887.0, 4869.0, 4889.0, 4859.0, 4857.0, 4875.0, 4842.0, 4840.0, 4865.0, 4845.0, 4885.0, 4856.0, 4885.0, 4879.0, 4868.0, 4887.0, 4867.0, 4856.0, 4887.0, 4879.0, 4889.0, 4893.0, 4913.0, 4906.0, 4917.0, 4872.0, 4846.0, 4879.0, 4839.0, 4866.0, 4825.0, 4873.0, 4833.0, 4887.0, 4867.0, 4875.0, 4858.0, 4847.0, 4877.0, 4854.0, 4887.0, 4876.0, 4898.0, 4880.0, 4867.0, 4892.0, 4881.0, 4899.0, 4890.0, 4902.0, 4891.0, 4861.0, 4900.0, 4891.0, 4889.0, 4893.0, 4863.0, 4918.0, 4895.0, 4913.0, 4892.0, 4881.0, 4888.0, 4869.0, 4897.0, 4871.0, 4899.0, 4868.0, 4888.0, 4859.0, 4887.0, 4856.0, 4847.0, 4876.0, 4854.0, 4853.0, 4856.0, 4842.0, 4863.0, 4831.0, 4863.0, 4811.0, 4862.0, 4843.0, 4869.0, 4830.0, 4816.0, 4828.0, 4817.0, 4837.0, 4808.0, 4861.0, 4853.0, 4877.0, 4880.0, 4835.0, 4898.0, 4867.0, 4863.0, 4887.0, 4867.0, 4874.0, 4868.0, 4857.0, 4878.0, 4867.0, 4877.0, 4848.0, 4891.0, 4856.0, 4890.0, 4881.0, 4867.0, 4888.0, 4859.0, 4897.0, 4894.0, 4893.0, 4892.0, 4871.0, 4901.0, 4883.0, 4913.0, 4882.0, 4882.0, 4903.0, 4882.0, 4902.0, 4873.0, 4889.0, 4861.0, 4876.0, 4869.0, 4864.0, 4881.0, 4869.0, 4875.0, 4845.0, 4876.0, 4857.0, 4871.0, 4866.0, 4833.0, 4875.0, 4847.0, 4887.0, 4878.0, 4890.0, 4871.0, 4845.0, 4867.0, 4825.0, 4864.0, 4819.0, 4861.0, 4843.0, 4872.0, 4845.0, 4861.0, 4843.0, 4841.0, 4843.0, 4841.0, 4863.0, 4842.0, 4874.0, 4848.0, 4896.0, 4868.0, 4858.0, 4879.0, 4871.0, 4902.0, 4883.0, 4860.0, 4900.0, 4873.0, 4911.0, 4874.0, 4902.0, 4848.0, 4868.0, 4842.0, 4868.0, 4847.0, 4877.0, 4859.0, 4885.0, 4871.0, 4900.0, 4868.0, 4886.0, 4858.0, 4835.0, 4855.0, 4825.0, 4876.0, 4858.0, 4886.0, 4837.0, 4874.0, 4843.0, 4852.0, 4843.0, 4874.0, 4855.0, 4852.0, 4835.0, 4874.0, 4844.0, 4878.0, 4801.0, 4841.0, 4808.0, 4841.0, 4810.0, 4849.0, 4820.0, 4858.0, 4831.0, 4860.0, 4823.0, 4872.0, 4855.0, 4874.0, 4857.0, 4873.0, 4848.0, 4877.0, 4824.0, 4866.0, 4834.0, 4865.0, 4826.0, 4877.0, 4838.0, 4889.0, 4881.0, 4911.0, 4882.0, 4871.0, 4880.0, 4851.0, 4904.0, 4898.0, 4858.0, 4888.0, 4854.0, 4873.0, 4846.0, 4873.0, 4825.0, 4872.0, 4831.0, 4860.0, 4832.0, 4861.0, 4831.0, 4852.0, 4821.0, 4847.0, 4817.0, 4846.0, 4796.0, 4846.0, 4793.0, 4834.0, 4773.0, 4820.0, 4783.0, 4833.0, 4794.0, 4835.0, 4803.0, 4841.0, 4803.0, 4837.0, 4813.0, 4835.0, 4799.0, 4845.0, 4832.0, 4860.0, 4841.0, 4849.0, 4818.0, 4852.0, 4818.0, 4841.0, 4838.0, 4829.0, 4858.0, 4829.0, 4866.0, 4829.0, 4868.0, 4831.0, 4833.0, 4862.0, 4845.0, 4875.0, 4858.0, 4884.0, 4866.0, 4886.0, 4867.0, 4888.0, 4869.0, 4911.0, 4885.0, 4887.0, 4858.0, 4845.0, 4889.0, 4869.0, 4911.0, 4880.0, 4859.0, 4882.0, 4853.0, 4891.0, 4870.0, 4899.0, 4872.0, 4847.0, 4879.0, 4860.0, 4847.0, 4867.0, 4840.0, 4887.0, 4835.0, 4846.0, 4860.0, 4833.0, 4831.0, 4842.0, 4801.0, 4848.0, 4810.0, 4860.0, 4829.0, 4861.0, 4832.0, 4849.0, 4828.0, 4800.0, 4862.0, 4835.0, 4863.0, 4858.0, 4840.0, 4818.0, 4831.0, 4821.0, 4790.0, 4839.0, 4809.0, 4846.0, 4818.0, 4827.0, 4820.0, 4837.0, 4821.0, 4847.0, 4817.0, 4858.0, 4821.0, 4859.0, 4809.0, 4855.0, 4809.0, 4877.0, 4849.0, 4808.0, 4841.0, 4815.0, 4877.0, 4836.0, 4874.0, 4854.0, 4873.0, 4855.0, 4873.0, 4858.0, 4874.0, 4860.0, 4869.0, 4880.0, 4849.0, 4911.0, 4882.0, 4851.0, 4892.0, 4862.0, 4903.0, 4878.0, 4869.0, 4910.0, 4871.0, 4899.0, 4860.0, 4843.0, 4856.0, 4863.0, 4844.0, 4874.0, 4831.0, 4853.0, 4806.0, 4849.0, 4815.0, 4809.0, 4806.0, 4844.0, 4831.0, 4854.0, 4829.0, 4833.0, 4826.0, 4833.0, 4803.0, 4835.0, 4805.0, 4836.0, 4804.0, 4827.0, 4811.0, 4827.0, 4824.0, 4838.0, 4827.0, 4848.0, 4839.0, 4872.0, 4842.0, 4872.0, 4853.0, 4882.0, 4852.0, 4872.0, 4854.0, 4873.0, 4855.0, 4874.0, 4856.0, 4875.0, 4856.0, 4881.0, 4857.0, 4863.0, 4867.0, 4855.0, 4865.0, 4846.0, 4876.0, 4855.0, 4885.0, 4867.0, 4875.0, 4866.0, 4876.0, 4855.0, 4864.0, 4842.0, 4864.0, 4856.0, 4875.0, 4846.0, 4826.0, 4897.0, 4849.0, 4890.0, 4860.0, 4894.0, 4912.0, 4883.0, 4871.0, 4880.0, 4903.0, 4896.0, 4890.0, 4854.0, 4900.0, 4858.0, 4890.0, 4858.0, 4888.0, 4858.0, 4876.0, 4869.0, 4900.0, 4859.0, 4847.0, 4867.0, 4826.0, 4887.0, 4868.0, 4890.0, 4858.0, 4886.0, 4858.0, 4876.0, 4855.0, 4863.0, 4843.0, 4860.0, 4839.0, 4849.0, 4832.0, 4851.0, 4839.0, 4830.0, 4850.0, 4840.0, 4838.0, 4844.0, 4884.0, 4844.0, 4863.0, 4843.0, 4861.0, 4822.0, 4860.0, 4832.0, 4852.0, 4830.0, 4860.0, 4846.0, 4866.0, 4825.0, 4831.0, 4857.0, 4884.0, 4856.0, 4856.0, 4871.0, 4879.0, 4870.0, 4879.0, 4869.0, 4858.0, 4888.0, 4861.0, 4889.0, 4884.0, 4881.0, 4883.0, 4872.0, 4903.0, 4859.0, 4889.0, 4869.0, 4889.0, 4850.0, 4901.0, 4883.0, 4916.0, 4859.0, 4879.0, 4817.0, 4850.0, 4844.0, 4833.0, 4887.0, 4834.0, 4849.0, 4816.0, 4896.0, 4871.0, 4879.0, 4868.0, 4897.0, 4858.0, 4865.0, 4829.0, 4810.0, 4753.0, 4772.0, 4761.0, 4803.0, 4778.0, 4795.0, 4839.0, 4810.0, 4836.0, 4855.0, 4827.0, 4845.0, 4822.0, 4886.0, 4830.0, 4854.0, 4847.0, 4852.0, 4847.0, 4801.0, 4873.0, 4879.0, 4868.0, 4874.0, 4850.0, 4876.0, 4858.0, 4899.0, 4871.0, 4880.0, 4871.0, 4873.0, 4891.0, 4871.0, 4913.0, 4882.0, 4901.0, 4870.0, 4901.0, 4873.0, 4861.0, 4891.0, 4872.0, 4889.0, 4861.0, 4838.0, 4889.0, 4857.0, 4876.0, 4825.0, 4864.0, 4823.0, 4863.0, 4810.0, 4851.0, 4821.0, 4851.0, 4829.0, 4847.0, 4813.0, 4809.0, 4872.0, 4822.0, 4872.0, 4821.0, 4811.0, 4871.0, 4817.0, 4798.0, 4840.0, 4856.0, 4803.0, 4835.0, 4801.0, 4822.0, 4796.0, 4832.0, 4793.0, 4831.0, 4804.0, 4832.0, 4806.0, 4808.0, 4827.0, 4799.0, 4859.0, 4843.0, 4875.0, 4847.0, 4820.0, 4840.0, 4824.0, 4849.0, 4824.0, 4847.0, 4815.0, 4836.0, 4797.0, 4835.0, 4807.0, 4827.0, 4807.0, 4836.0, 4806.0, 4858.0, 4829.0, 4816.0, 4818.0, 4819.0, 4865.0, 4854.0, 4863.0, 4856.0, 4866.0, 4824.0, 4878.0, 4834.0, 4877.0, 4845.0, 4877.0, 4844.0, 4866.0, 4839.0, 4876.0, 4836.0, 4887.0, 4865.0, 4897.0, 4858.0, 4885.0, 4856.0, 4836.0, 4876.0, 4835.0, 4873.0, 4854.0, 4875.0, 4845.0, 4864.0, 4844.0, 4871.0, 4843.0, 4872.0, 4854.0, 4874.0, 4846.0, 4873.0, 4844.0, 4835.0, 4865.0, 4857.0, 4866.0, 4866.0, 4848.0, 4873.0, 4847.0, 4887.0, 4837.0, 4866.0, 4832.0, 4852.0, 4801.0, 4839.0, 4799.0, 4840.0, 4800.0, 4840.0, 4819.0, 4839.0, 4796.0, 4837.0, 4857.0, 4871.0, 4840.0, 4849.0, 4841.0, 4839.0, 4863.0, 4861.0, 4845.0, 4901.0, 4860.0, 4860.0, 4832.0], 'WindowWidth': [10656.0, 10679.0, 10609.0, 10550.0, 10559.0, 10538.0, 10521.0, 10601.0, 10550.0, 10514.0, 10542.0, 10527.0, 10534.0, 10555.0, 10587.0, 10553.0, 10532.0, 10580.0, 10558.0, 10548.0, 10615.0, 10589.0, 10607.0, 10630.0, 10643.0, 10616.0, 10643.0, 10620.0, 10665.0, 10641.0, 10640.0, 10616.0, 10656.0, 10711.0, 10671.0, 10651.0, 10632.0, 10669.0, 10629.0, 10593.0, 10563.0, 10620.0, 10623.0, 10605.0, 10573.0, 10603.0, 10615.0, 10597.0, 10551.0, 10608.0, 10573.0, 10587.0, 10601.0, 10614.0, 10564.0, 10526.0, 10548.0, 10564.0, 10553.0, 10540.0, 10601.0, 10554.0, 10536.0, 10605.0, 10549.0, 10554.0, 10603.0, 10673.0, 10679.0, 10577.0, 10575.0, 10585.0, 10569.0, 10534.0, 10629.0, 10603.0, 10595.0, 10556.0, 10613.0, 10585.0, 10577.0, 10601.0, 10619.0, 10601.0, 10573.0, 10663.0, 10598.0, 10624.0, 10646.0, 10654.0, 10619.0, 10613.0, 10643.0, 10658.0, 10625.0, 10614.0, 10657.0, 10631.0, 10614.0, 10685.0, 10629.0, 10582.0, 10654.0, 10607.0, 10596.0, 10637.0, 10584.0, 10549.0, 10639.0, 10584.0, 10567.0, 10611.0, 10584.0, 10618.0, 10572.0, 10564.0, 10591.0, 10537.0, 10530.0, 10574.0, 10542.0, 10606.0, 10561.0, 10609.0, 10607.0, 10585.0, 10614.0, 10581.0, 10566.0, 10611.0, 10601.0, 10620.0, 10627.0, 10663.0, 10655.0, 10688.0, 10598.0, 10551.0, 10605.0, 10544.0, 10580.0, 10518.0, 10588.0, 10528.0, 10616.0, 10579.0, 10591.0, 10571.0, 10552.0, 10598.0, 10558.0, 10611.0, 10594.0, 10631.0, 10605.0, 10580.0, 10624.0, 10605.0, 10637.0, 10619.0, 10640.0, 10621.0, 10575.0, 10636.0, 10623.0, 10617.0, 10628.0, 10581.0, 10672.0, 10632.0, 10660.0, 10625.0, 10606.0, 10615.0, 10587.0, 10630.0, 10591.0, 10634.0, 10585.0, 10617.0, 10571.0, 10611.0, 10565.0, 10550.0, 10593.0, 10558.0, 10552.0, 10561.0, 10536.0, 10574.0, 10520.0, 10573.0, 10492.0, 10571.0, 10540.0, 10580.0, 10516.0, 10492.0, 10513.0, 10491.0, 10526.0, 10483.0, 10568.0, 10554.0, 10594.0, 10603.0, 10534.0, 10632.0, 10581.0, 10569.0, 10610.0, 10580.0, 10592.0, 10583.0, 10564.0, 10601.0, 10581.0, 10597.0, 10552.0, 10621.0, 10567.0, 10619.0, 10603.0, 10582.0, 10613.0, 10573.0, 10631.0, 10629.0, 10626.0, 10629.0, 10593.0, 10641.0, 10614.0, 10660.0, 10614.0, 10610.0, 10647.0, 10611.0, 10638.0, 10599.0, 10615.0, 10579.0, 10592.0, 10587.0, 10574.0, 10607.0, 10583.0, 10595.0, 10546.0, 10598.0, 10569.0, 10593.0, 10579.0, 10525.0, 10592.0, 10550.0, 10614.0, 10601.0, 10622.0, 10593.0, 10548.0, 10585.0, 10517.0, 10571.0, 10502.0, 10568.0, 10538.0, 10587.0, 10542.0, 10566.0, 10540.0, 10534.0, 10542.0, 10536.0, 10573.0, 10538.0, 10586.0, 10553.0, 10627.0, 10582.0, 10566.0, 10599.0, 10591.0, 10639.0, 10612.0, 10576.0, 10638.0, 10597.0, 10653.0, 10600.0, 10641.0, 10549.0, 10582.0, 10540.0, 10584.0, 10549.0, 10594.0, 10568.0, 10607.0, 10589.0, 10633.0, 10583.0, 10611.0, 10569.0, 10526.0, 10559.0, 10515.0, 10594.0, 10570.0, 10610.0, 10532.0, 10587.0, 10539.0, 10550.0, 10538.0, 10589.0, 10560.0, 10551.0, 10531.0, 10592.0, 10545.0, 10602.0, 10472.0, 10532.0, 10480.0, 10534.0, 10485.0, 10544.0, 10501.0, 10557.0, 10522.0, 10562.0, 10511.0, 10582.0, 10557.0, 10589.0, 10563.0, 10587.0, 10556.0, 10595.0, 10512.0, 10579.0, 10528.0, 10574.0, 10518.0, 10595.0, 10540.0, 10615.0, 10604.0, 10655.0, 10612.0, 10593.0, 10604.0, 10563.0, 10647.0, 10637.0, 10568.0, 10617.0, 10559.0, 10591.0, 10548.0, 10585.0, 10518.0, 10582.0, 10521.0, 10564.0, 10520.0, 10567.0, 10517.0, 10552.0, 10504.0, 10539.0, 10493.0, 10536.0, 10461.0, 10537.0, 10452.0, 10514.0, 10425.0, 10491.0, 10442.0, 10513.0, 10456.0, 10517.0, 10471.0, 10534.0, 10468.0, 10522.0, 10484.0, 10517.0, 10472.0, 10537.0, 10522.0, 10564.0, 10534.0, 10549.0, 10497.0, 10553.0, 10496.0, 10534.0, 10524.0, 10514.0, 10555.0, 10515.0, 10572.0, 10517.0, 10572.0, 10521.0, 10524.0, 10564.0, 10547.0, 10591.0, 10569.0, 10606.0, 10579.0, 10610.0, 10581.0, 10614.0, 10588.0, 10654.0, 10617.0, 10612.0, 10571.0, 10544.0, 10614.0, 10586.0, 10654.0, 10605.0, 10571.0, 10610.0, 10567.0, 10618.0, 10587.0, 10636.0, 10594.0, 10551.0, 10599.0, 10572.0, 10550.0, 10578.0, 10544.0, 10612.0, 10527.0, 10544.0, 10563.0, 10522.0, 10517.0, 10536.0, 10472.0, 10539.0, 10486.0, 10558.0, 10512.0, 10563.0, 10521.0, 10545.0, 10513.0, 10470.0, 10562.0, 10528.0, 10567.0, 10564.0, 10526.0, 10489.0, 10515.0, 10503.0, 10457.0, 10524.0, 10483.0, 10536.0, 10496.0, 10503.0, 10500.0, 10519.0, 10502.0, 10539.0, 10492.0, 10558.0, 10499.0, 10558.0, 10483.0, 10545.0, 10482.0, 10590.0, 10556.0, 10477.0, 10532.0, 10499.0, 10592.0, 10532.0, 10588.0, 10554.0, 10586.0, 10558.0, 10586.0, 10567.0, 10588.0, 10575.0, 10583.0, 10603.0, 10555.0, 10654.0, 10609.0, 10560.0, 10623.0, 10578.0, 10642.0, 10597.0, 10587.0, 10654.0, 10591.0, 10633.0, 10574.0, 10540.0, 10564.0, 10571.0, 10541.0, 10598.0, 10518.0, 10560.0, 10473.0, 10548.0, 10488.0, 10471.0, 10478.0, 10526.0, 10523.0, 10548.0, 10514.0, 10516.0, 10502.0, 10514.0, 10467.0, 10518.0, 10472.0, 10519.0, 10469.0, 10507.0, 10478.0, 10508.0, 10500.0, 10524.0, 10506.0, 10541.0, 10530.0, 10584.0, 10537.0, 10584.0, 10553.0, 10595.0, 10555.0, 10582.0, 10557.0, 10585.0, 10557.0, 10589.0, 10560.0, 10591.0, 10562.0, 10596.0, 10565.0, 10567.0, 10579.0, 10559.0, 10576.0, 10546.0, 10592.0, 10559.0, 10605.0, 10579.0, 10593.0, 10575.0, 10592.0, 10558.0, 10572.0, 10537.0, 10572.0, 10563.0, 10590.0, 10542.0, 10501.0, 10627.0, 10559.0, 10621.0, 10576.0, 10631.0, 10654.0, 10612.0, 10591.0, 10602.0, 10650.0, 10640.0, 10620.0, 10571.0, 10634.0, 10567.0, 10620.0, 10567.0, 10611.0, 10568.0, 10594.0, 10586.0, 10632.0, 10572.0, 10548.0, 10578.0, 10520.0, 10612.0, 10583.0, 10623.0, 10567.0, 10608.0, 10567.0, 10589.0, 10560.0, 10570.0, 10541.0, 10562.0, 10529.0, 10543.0, 10519.0, 10545.0, 10530.0, 10515.0, 10547.0, 10528.0, 10524.0, 10542.0, 10603.0, 10542.0, 10569.0, 10535.0, 10563.0, 10504.0, 10561.0, 10518.0, 10552.0, 10515.0, 10564.0, 10547.0, 10576.0, 10512.0, 10502.0, 10565.0, 10606.0, 10564.0, 10562.0, 10590.0, 10599.0, 10587.0, 10598.0, 10584.0, 10565.0, 10613.0, 10576.0, 10614.0, 10613.0, 10606.0, 10611.0, 10593.0, 10643.0, 10568.0, 10618.0, 10582.0, 10616.0, 10558.0, 10636.0, 10612.0, 10668.0, 10571.0, 10596.0, 10496.0, 10537.0, 10540.0, 10520.0, 10615.0, 10524.0, 10545.0, 10491.0, 10629.0, 10593.0, 10600.0, 10585.0, 10642.0, 10569.0, 10588.0, 10515.0, 10479.0, 10381.0, 10404.0, 10399.0, 10454.0, 10426.0, 10441.0, 10529.0, 10475.0, 10525.0, 10549.0, 10511.0, 10535.0, 10512.0, 10614.0, 10518.0, 10547.0, 10552.0, 10567.0, 10550.0, 10479.0, 10586.0, 10602.0, 10582.0, 10600.0, 10561.0, 10594.0, 10569.0, 10632.0, 10591.0, 10603.0, 10592.0, 10595.0, 10624.0, 10591.0, 10660.0, 10609.0, 10634.0, 10591.0, 10636.0, 10597.0, 10577.0, 10622.0, 10592.0, 10615.0, 10578.0, 10541.0, 10618.0, 10565.0, 10598.0, 10516.0, 10574.0, 10510.0, 10573.0, 10487.0, 10554.0, 10502.0, 10554.0, 10512.0, 10539.0, 10494.0, 10484.0, 10581.0, 10509.0, 10584.0, 10506.0, 10492.0, 10584.0, 10498.0, 10468.0, 10530.0, 10562.0, 10466.0, 10519.0, 10463.0, 10495.0, 10459.0, 10507.0, 10454.0, 10506.0, 10471.0, 10510.0, 10478.0, 10483.0, 10507.0, 10472.0, 10558.0, 10540.0, 10592.0, 10552.0, 10502.0, 10531.0, 10514.0, 10545.0, 10500.0, 10538.0, 10487.0, 10522.0, 10462.0, 10520.0, 10477.0, 10509.0, 10477.0, 10521.0, 10477.0, 10556.0, 10511.0, 10491.0, 10499.0, 10500.0, 10575.0, 10554.0, 10574.0, 10560.0, 10579.0, 10515.0, 10596.0, 10528.0, 10598.0, 10545.0, 10595.0, 10541.0, 10579.0, 10541.0, 10592.0, 10533.0, 10610.0, 10575.0, 10623.0, 10568.0, 10605.0, 10562.0, 10533.0, 10590.0, 10529.0, 10587.0, 10554.0, 10591.0, 10542.0, 10570.0, 10540.0, 10580.0, 10537.0, 10583.0, 10555.0, 10587.0, 10547.0, 10586.0, 10546.0, 10531.0, 10575.0, 10565.0, 10578.0, 10575.0, 10552.0, 10583.0, 10551.0, 10615.0, 10533.0, 10579.0, 10522.0, 10553.0, 10475.0, 10527.0, 10469.0, 10529.0, 10471.0, 10531.0, 10502.0, 10526.0, 10464.0, 10522.0, 10566.0, 10579.0, 10533.0, 10541.0, 10534.0, 10526.0, 10570.0, 10562.0, 10546.0, 10644.0, 10573.0, 10560.0, 10523.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.007549713302752293</td></tr>
<tr><td colspan=3>aqi</td><td>0.033599664678899084</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.09628918686565</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3440027268197492</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.145812843008038</td></tr>
<tr><td colspan=3>efc</td><td>0.5171</td></tr>
<tr><td colspan=3>fber</td><td>3486.3159</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21335467866988206</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>228</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.146788990825687</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3361348421387564</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2104851291161096</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.634112028106966</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.163807369193194</td></tr>
<tr><td colspan=3>gcor</td><td>0.0217032</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019701702520251274</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03685043007135391</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1929444957405435</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>45.8988</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>73.6013</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>268.9863</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>71.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292169.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1250.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>478.3908</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.09</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.3383</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3996.0638</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4177.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5163.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.1914</td></tr>
<tr><td colspan=3>tsnr</td><td>33.2507572643226</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>