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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0114_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0114_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0114/ses-01/func/sub-0114_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>10fc90e2fac9c9a5cec882a3023f2a3d</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:17:51.645000</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.996957, -0.0779288, 0.00213803, 0.0765366, 0.983623, 0.163178]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0941655</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7769, -7207, 324, -169, 7, 104, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4fe2df9c-73af-4bc5-856a-949bc67fba0f||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.6747617721557617, 0.2053421139717102, 0.040012016892433167, 102.51851654052734], [0.2090771645307541, 2.6389899253845215, 0.43879762291908264, -118.26708221435547], [0.005736176390200853, -0.4377943277359009, 2.663804769515991, -40.40339660644531], [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': ['131751.645000', '131752.105000', '131752.565000', '131753.025000', '131753.485000', '131753.945000', '131754.405000', '131754.865000', '131755.325000', '131755.785000', '131756.245000', '131756.705000', '131757.165000', '131757.625000', '131758.085000', '131758.545000', '131759.005000', '131759.465000', '131759.925000', '131800.385000', '131800.845000', '131801.305000', '131801.765000', '131802.225000', '131802.685000', '131803.145000', '131803.605000', '131804.065000', '131804.525000', '131804.985000', '131805.445000', '131805.905000', '131806.365000', '131806.825000', '131807.285000', '131807.745000', '131808.205000', '131808.665000', '131809.125000', '131809.585000', '131810.045000', '131810.505000', '131810.965000', '131811.425000', '131811.885000', '131812.345000', '131812.805000', '131813.265000', '131813.725000', '131814.185000', '131814.645000', '131815.105000', '131815.565000', '131816.025000', '131816.485000', '131816.945000', '131817.405000', '131817.865000', '131818.325000', '131818.785000', '131819.245000', '131819.705000', '131820.165000', '131820.625000', '131821.085000', '131821.545000', '131822.005000', '131822.465000', '131822.925000', '131823.385000', '131823.845000', '131824.305000', '131824.765000', '131825.225000', '131825.685000', '131826.145000', '131826.605000', '131827.065000', '131827.525000', '131827.985000', '131828.445000', '131828.905000', '131829.365000', '131829.825000', '131830.285000', '131830.745000', '131831.205000', '131831.665000', '131832.125000', '131832.585000', '131833.045000', '131833.505000', '131833.965000', '131834.425000', '131834.885000', '131835.345000', '131835.805000', '131836.265000', '131836.725000', '131837.185000', '131837.645000', '131838.105000', '131838.565000', '131839.025000', '131839.485000', '131839.945000', '131840.405000', '131840.865000', '131841.325000', '131841.785000', '131842.245000', '131842.705000', '131843.165000', '131843.625000', '131844.085000', '131844.545000', '131845.005000', '131845.465000', '131845.925000', '131846.385000', '131846.845000', '131847.305000', '131847.765000', '131848.225000', '131848.685000', '131849.145000', '131849.605000', '131850.065000', '131850.525000', '131850.985000', '131851.445000', '131851.905000', '131852.365000', '131852.825000', '131853.285000', '131853.745000', '131854.205000', '131854.665000', '131855.125000', '131855.585000', '131856.045000', '131856.505000', '131856.965000', '131857.425000', '131857.885000', '131858.345000', '131858.805000', '131859.265000', '131859.725000', '131900.185000', '131900.645000', '131901.105000', '131901.565000', '131902.025000', '131902.485000', '131902.945000', '131903.405000', '131903.865000', '131904.325000', '131904.785000', '131905.245000', '131905.705000', '131906.165000', '131906.625000', '131907.085000', '131907.545000', '131908.005000', '131908.465000', '131908.925000', '131909.385000', '131909.845000', '131910.305000', '131910.765000', '131911.225000', '131911.685000', '131912.145000', '131912.605000', '131913.065000', '131913.525000', '131913.985000', '131914.445000', '131914.905000', '131915.365000', '131915.825000', '131916.285000', '131916.745000', '131917.205000', '131917.665000', '131918.125000', '131918.585000', '131919.045000', '131919.505000', '131919.965000', '131920.425000', '131920.885000', '131921.345000', '131921.805000', '131922.265000', '131922.725000', '131923.185000', '131923.645000', '131924.105000', '131924.565000', '131925.025000', '131925.485000', '131925.945000', '131926.405000', '131926.865000', '131927.325000', '131927.785000', '131928.245000', '131928.705000', '131929.165000', '131929.625000', '131930.085000', '131930.545000', '131931.005000', '131931.465000', '131931.925000', '131932.385000', '131932.845000', '131933.305000', '131933.765000', '131934.225000', '131934.685000', '131935.145000', '131935.605000', '131936.065000', '131936.525000', '131936.985000', '131937.445000', '131937.905000', '131938.365000', '131938.825000', '131939.285000', '131939.745000', '131940.205000', '131940.665000', '131941.125000', '131941.585000', '131942.045000', '131942.505000', '131942.965000', '131943.425000', '131943.885000', '131944.345000', '131944.805000', '131945.265000', '131945.725000', '131946.185000', '131946.645000', '131947.105000', '131947.565000', '131948.025000', '131948.485000', '131948.945000', '131949.405000', '131949.865000', '131950.325000', '131950.785000', '131951.245000', '131951.705000', '131952.165000', '131952.625000', '131953.085000', '131953.545000', '131954.005000', '131954.465000', '131954.925000', '131955.385000', '131955.845000', '131956.305000', '131956.765000', '131957.225000', '131957.685000', '131958.145000', '131958.605000', '131959.065000', '131959.525000', '131959.985000', '132000.445000', '132000.905000', '132001.365000', '132001.825000', '132002.285000', '132002.745000', '132003.205000', '132003.665000', '132004.125000', '132004.585000', '132005.045000', '132005.505000', '132005.965000', '132006.425000', '132006.885000', '132007.345000', '132007.805000', '132008.265000', '132008.725000', '132009.185000', '132009.645000', '132010.105000', '132010.565000', '132011.025000', '132011.485000', '132011.945000', '132012.405000', '132012.865000', '132013.325000', '132013.785000', '132014.245000', '132014.705000', '132015.165000', '132015.625000', '132016.085000', '132016.545000', '132017.005000', '132017.465000', '132017.925000', '132018.385000', '132018.845000', '132019.305000', '132019.765000', '132020.225000', '132020.685000', '132021.145000', '132021.605000', '132022.065000', '132022.525000', '132022.985000', '132023.445000', '132023.905000', '132024.365000', '132024.825000', '132025.285000', '132025.745000', '132026.205000', '132026.665000', '132027.125000', '132027.585000', '132028.045000', '132028.505000', '132028.965000', '132029.425000', '132029.885000', '132030.345000', '132030.805000', '132031.265000', '132031.725000', '132032.185000', '132032.645000', '132033.105000', '132033.565000', '132034.025000', '132034.485000', '132034.945000', '132035.405000', '132035.865000', '132036.325000', '132036.785000', '132037.245000', '132037.705000', '132038.165000', '132038.625000', '132039.085000', '132039.545000', '132040.005000', '132040.465000', '132040.925000', '132041.385000', '132041.845000', '132042.305000', '132042.765000', '132043.225000', '132043.685000', '132044.145000', '132044.605000', '132045.065000', '132045.525000', '132045.985000', '132046.445000', '132046.905000', '132047.365000', '132047.825000', '132048.285000', '132048.745000', '132049.205000', '132049.665000', '132050.125000', '132050.585000', '132051.045000', '132051.505000', '132051.965000', '132052.425000', '132052.885000', '132053.345000', '132053.805000', '132054.265000', '132054.725000', '132055.185000', '132055.645000', '132056.105000', '132056.565000', '132057.025000', '132057.485000', '132057.945000', '132058.405000', '132058.865000', '132059.325000', '132059.785000', '132100.245000', '132100.705000', '132101.165000', '132101.625000', '132102.085000', '132102.545000', '132103.005000', '132103.465000', '132103.925000', '132104.385000', '132104.845000', '132105.305000', '132105.765000', '132106.225000', '132106.685000', '132107.145000', '132107.605000', '132108.065000', '132108.525000', '132108.985000', '132109.445000', '132109.905000', '132110.365000', '132110.825000', '132111.285000', '132111.745000', '132112.205000', '132112.665000', '132113.125000', '132113.585000', '132114.045000', '132114.505000', '132114.965000', '132115.425000', '132115.885000', '132116.345000', '132116.805000', '132117.265000', '132117.725000', '132118.185000', '132118.645000', '132119.105000', '132119.565000', '132120.025000', '132120.485000', '132120.945000', '132121.405000', '132121.865000', '132122.325000', '132122.785000', '132123.245000', '132123.705000', '132124.165000', '132124.625000', '132125.085000', '132125.545000', '132126.005000', '132126.465000', '132126.925000', '132127.385000', '132127.845000', '132128.305000', '132128.765000', '132129.225000', '132129.685000', '132130.145000', '132130.605000', '132131.065000', '132131.525000', '132131.985000', '132132.445000', '132132.905000', '132133.365000', '132133.825000', '132134.285000', '132134.745000', '132135.205000', '132135.665000', '132136.125000', '132136.585000', '132137.045000', '132137.505000', '132137.965000', '132138.425000', '132138.885000', '132139.345000', '132139.805000', '132140.265000', '132140.725000', '132141.185000', '132141.645000', '132142.105000', '132142.565000', '132143.025000', '132143.485000', '132143.945000', '132144.405000', '132144.865000', '132145.325000', '132145.785000', '132146.245000', '132146.705000', '132147.165000', '132147.625000', '132148.085000', '132148.545000', '132149.005000', '132149.465000', '132149.925000', '132150.385000', '132150.845000', '132151.305000', '132151.765000', '132152.225000', '132152.685000', '132153.145000', '132153.605000', '132154.065000', '132154.525000', '132154.985000', '132155.445000', '132155.905000', '132156.365000', '132156.825000', '132157.285000', '132157.745000', '132158.205000', '132158.665000', '132159.125000', '132159.585000', '132200.045000', '132200.505000', '132200.965000', '132201.425000', '132201.885000', '132202.345000', '132202.805000', '132203.265000', '132203.725000', '132204.185000', '132204.645000', '132205.105000', '132205.565000', '132206.025000', '132206.485000', '132206.945000', '132207.405000', '132207.865000', '132208.325000', '132208.785000', '132209.245000', '132209.705000', '132210.165000', '132210.625000', '132211.085000', '132211.545000', '132212.005000', '132212.465000', '132212.925000', '132213.385000', '132213.845000', '132214.305000', '132214.765000', '132215.225000', '132215.685000', '132216.145000', '132216.605000', '132217.065000', '132217.525000', '132217.985000', '132218.445000', '132218.905000', '132219.365000', '132219.825000', '132220.285000', '132220.745000', '132221.205000', '132221.665000', '132222.125000', '132222.585000', '132223.045000', '132223.505000', '132223.965000', '132224.425000', '132224.885000', '132225.345000', '132225.805000', '132226.265000', '132226.725000', '132227.185000', '132227.645000', '132228.105000', '132228.565000', '132229.025000', '132229.485000', '132229.945000', '132230.405000', '132230.865000', '132231.325000', '132231.785000', '132232.245000', '132232.705000', '132233.165000', '132233.625000', '132234.085000', '132234.545000', '132235.005000', '132235.465000', '132235.925000', '132236.385000', '132236.845000', '132237.305000', '132237.765000', '132238.225000', '132238.685000', '132239.145000', '132239.605000', '132240.065000', '132240.525000', '132240.985000', '132241.445000', '132241.905000', '132242.365000', '132242.825000', '132243.285000', '132243.745000', '132244.205000', '132244.665000', '132245.125000', '132245.585000', '132246.045000', '132246.505000', '132246.965000', '132247.425000', '132247.885000', '132248.345000', '132248.805000', '132249.265000', '132249.725000', '132250.185000', '132250.645000', '132251.105000', '132251.565000', '132252.025000', '132252.485000', '132252.945000', '132253.405000', '132253.865000', '132254.325000', '132254.785000', '132255.245000', '132255.705000', '132256.165000', '132256.625000', '132257.085000', '132257.545000', '132258.005000', '132258.465000', '132258.925000', '132259.385000', '132259.845000', '132300.305000', '132300.765000', '132301.225000', '132301.685000', '132302.145000', '132302.605000', '132303.065000', '132303.525000', '132303.985000', '132304.445000', '132304.905000', '132305.365000', '132305.825000', '132306.285000', '132306.745000', '132307.205000', '132307.665000', '132308.125000', '132308.585000', '132309.045000', '132309.505000', '132309.965000', '132310.425000', '132310.885000', '132311.345000', '132311.805000', '132312.265000', '132312.725000', '132313.185000', '132313.645000', '132314.105000', '132314.565000', '132315.025000', '132315.485000', '132315.945000', '132316.405000', '132316.865000', '132317.325000', '132317.785000', '132318.245000', '132318.705000', '132319.165000', '132319.625000', '132320.085000', '132320.545000', '132321.005000', '132321.465000', '132321.925000', '132322.385000', '132322.845000', '132323.305000', '132323.765000', '132324.225000', '132324.685000', '132325.145000', '132325.605000', '132326.065000', '132326.525000', '132326.985000', '132327.445000', '132327.905000', '132328.365000', '132328.825000', '132329.285000', '132329.745000', '132330.205000', '132330.665000', '132331.125000', '132331.585000', '132332.045000', '132332.505000', '132332.965000', '132333.425000', '132333.885000', '132334.345000', '132334.805000', '132335.265000', '132335.725000', '132336.185000', '132336.645000', '132337.105000', '132337.565000', '132338.025000', '132338.485000', '132338.945000', '132339.405000', '132339.865000', '132340.325000', '132340.785000', '132341.245000', '132341.705000', '132342.165000', '132342.625000', '132343.085000', '132343.545000', '132344.005000', '132344.465000', '132344.925000', '132345.385000', '132345.845000', '132346.305000', '132346.765000', '132347.225000', '132347.685000', '132348.145000', '132348.605000', '132349.065000', '132349.525000', '132349.985000', '132350.445000', '132350.905000', '132351.365000', '132351.825000', '132352.285000', '132352.745000', '132353.205000', '132353.665000', '132354.125000', '132354.585000', '132355.045000', '132355.505000', '132355.965000', '132356.425000', '132356.885000', '132357.345000', '132357.805000', '132358.265000', '132358.725000', '132359.185000', '132359.645000', '132400.105000', '132400.565000', '132401.025000', '132401.485000', '132401.945000', '132402.405000', '132402.865000', '132403.325000', '132403.785000', '132404.245000', '132404.705000', '132405.165000', '132405.625000', '132406.085000', '132406.545000', '132407.005000', '132407.465000', '132407.925000', '132408.385000', '132408.845000', '132409.305000', '132409.765000', '132410.225000', '132410.685000', '132411.145000', '132411.605000', '132412.065000', '132412.525000', '132412.985000', '132413.445000', '132413.905000', '132414.365000', '132414.825000', '132415.285000', '132415.745000', '132416.205000', '132416.665000', '132417.125000', '132417.585000', '132418.045000', '132418.505000', '132418.965000', '132419.425000', '132419.885000', '132420.345000', '132420.805000', '132421.265000', '132421.725000', '132422.185000', '132422.645000', '132423.105000', '132423.565000', '132424.025000', '132424.485000', '132424.945000', '132425.405000', '132425.865000', '132426.325000', '132426.785000', '132427.245000', '132427.705000', '132428.165000', '132428.625000', '132429.085000', '132429.545000', '132430.005000', '132430.465000', '132430.925000', '132431.385000', '132431.845000', '132432.305000'], 'ContentTime': ['131811.849000', '131811.852000', '131811.855000', '131811.858000', '131811.861000', '131811.864000', '131811.866000', '131811.869000', '131811.872000', '131811.874000', '131811.877000', '131811.879000', '131811.882000', '131811.885000', '131811.887000', '131811.890000', '131811.892000', '131811.895000', '131811.898000', '131811.900000', '131811.903000', '131811.905000', '131811.908000', '131811.911000', '131811.919000', '131811.921000', '131811.924000', '131811.927000', '131811.929000', '131811.932000', '131811.934000', '131811.937000', '131811.940000', '131811.942000', '131811.945000', '131811.947000', '131811.950000', '131811.953000', '131811.955000', '131811.958000', '131811.961000', '131811.963000', '131831.798000', '131831.801000', '131831.803000', '131831.806000', '131831.809000', '131831.811000', '131831.814000', '131831.816000', '131831.819000', '131831.821000', '131831.824000', '131831.827000', '131831.829000', '131831.832000', '131831.834000', '131831.837000', '131831.840000', '131831.842000', '131831.845000', '131831.847000', '131831.850000', '131831.852000', '131831.855000', '131831.858000', '131831.861000', '131831.863000', '131831.866000', '131831.869000', '131831.871000', '131831.874000', '131831.877000', '131831.879000', '131831.882000', '131831.884000', '131831.887000', '131831.890000', '131831.892000', '131831.895000', '131831.897000', '131831.900000', '131831.902000', '131831.905000', '131831.908000', '131851.798000', '131851.800000', '131851.803000', '131851.805000', '131851.809000', '131851.811000', '131851.814000', '131851.816000', '131851.819000', '131851.822000', '131851.824000', '131851.827000', '131851.829000', '131851.832000', '131851.835000', '131851.837000', '131851.840000', '131851.843000', '131851.845000', '131851.848000', '131851.850000', '131851.853000', '131851.855000', '131851.858000', '131851.861000', '131851.863000', '131851.866000', '131851.868000', '131851.871000', '131851.874000', '131851.876000', '131851.879000', '131851.882000', '131851.884000', '131851.887000', '131851.889000', '131851.892000', '131851.899000', '131851.902000', '131851.904000', '131851.907000', '131851.910000', '131851.912000', '131851.915000', '131911.798000', '131911.801000', '131911.804000', '131911.807000', '131911.809000', '131911.812000', '131911.815000', '131911.817000', '131911.820000', '131911.822000', '131911.825000', '131911.828000', '131911.830000', '131911.833000', '131911.836000', '131911.838000', '131911.841000', '131911.843000', '131911.846000', '131911.849000', '131911.851000', '131911.854000', '131911.857000', '131911.859000', '131911.862000', '131911.864000', '131911.870000', '131911.872000', '131911.875000', '131911.878000', '131911.880000', '131911.883000', '131911.885000', '131911.888000', '131911.891000', '131911.893000', '131911.896000', '131911.898000', '131911.901000', '131911.904000', '131911.906000', '131911.909000', '131911.925000', '131931.799000', '131931.802000', '131931.804000', '131931.807000', '131931.810000', '131931.813000', '131931.815000', '131931.818000', '131931.821000', '131931.823000', '131931.826000', '131931.829000', '131931.831000', '131931.834000', '131931.836000', '131931.839000', '131931.842000', '131931.844000', '131931.847000', '131931.850000', '131931.852000', '131931.855000', '131931.857000', '131931.860000', '131931.868000', '131931.871000', '131931.873000', '131931.876000', '131931.879000', '131931.881000', '131931.884000', '131931.887000', '131931.889000', '131931.892000', '131931.894000', '131931.897000', '131931.900000', '131931.902000', '131931.905000', '131931.919000', '131931.921000', '131931.924000', '131931.927000', '131931.929000', '131951.799000', '131951.802000', '131951.804000', '131951.807000', '131951.809000', '131951.812000', '131951.815000', '131951.817000', '131951.820000', '131951.822000', '131951.825000', '131951.828000', '131951.830000', '131951.833000', '131951.836000', '131951.838000', '131951.841000', '131951.844000', '131951.846000', '131951.849000', '131951.851000', '131951.854000', '131951.857000', '131951.859000', '131951.862000', '131951.865000', '131951.867000', '131951.870000', '131951.872000', '131951.875000', '131951.878000', '131951.880000', '131951.889000', '131951.892000', '131951.894000', '131951.897000', '131951.900000', '131951.902000', '131951.905000', '131951.908000', '131951.910000', '131951.913000', '131951.915000', '132011.797000', '132011.800000', '132011.803000', '132011.806000', '132011.808000', '132011.811000', '132011.813000', '132011.816000', '132011.819000', '132011.821000', '132011.824000', '132011.826000', '132011.829000', '132011.832000', '132011.834000', '132011.837000', '132011.839000', '132011.842000', '132011.845000', '132011.847000', '132011.850000', '132011.852000', '132011.855000', '132011.858000', '132011.861000', '132011.863000', '132011.866000', '132011.869000', '132011.871000', '132011.874000', '132011.876000', '132011.879000', '132011.882000', '132011.884000', '132011.887000', '132011.890000', '132011.892000', '132011.895000', '132011.898000', '132011.900000', '132011.903000', '132011.905000', '132011.908000', '132011.911000', '132031.798000', '132031.800000', '132031.803000', '132031.806000', '132031.808000', '132031.811000', '132031.813000', '132031.816000', '132031.819000', '132031.821000', '132031.824000', '132031.826000', '132031.829000', '132031.832000', '132031.834000', '132031.837000', '132031.839000', '132031.842000', '132031.845000', '132031.847000', '132031.850000', '132031.853000', '132031.855000', '132031.858000', '132031.860000', '132031.863000', '132031.866000', '132031.868000', '132031.871000', '132031.874000', '132031.876000', '132031.879000', '132031.882000', '132031.884000', '132031.887000', '132031.889000', '132031.892000', '132031.895000', '132031.897000', '132031.900000', '132031.902000', '132031.905000', '132031.914000', '132051.797000', '132051.800000', '132051.803000', '132051.806000', '132051.808000', '132051.811000', '132051.813000', '132051.816000', '132051.819000', '132051.821000', '132051.824000', '132051.827000', '132051.829000', '132051.832000', '132051.835000', '132051.837000', '132051.840000', '132051.843000', '132051.845000', '132051.848000', '132051.850000', '132051.853000', '132051.856000', '132051.858000', '132051.861000', '132051.863000', '132051.866000', '132051.868000', '132051.871000', '132051.874000', '132051.876000', '132051.879000', '132051.881000', '132051.884000', '132051.887000', '132051.889000', '132051.892000', '132051.895000', '132051.897000', '132051.900000', '132051.902000', '132051.905000', '132051.908000', '132051.910000', '132111.798000', '132111.800000', '132111.803000', '132111.806000', '132111.808000', '132111.811000', '132111.814000', '132111.816000', '132111.819000', '132111.821000', '132111.824000', '132111.826000', '132111.829000', '132111.832000', '132111.834000', '132111.837000', '132111.839000', '132111.842000', '132111.844000', '132111.847000', '132111.859000', '132111.861000', '132111.864000', '132111.866000', '132111.869000', '132111.872000', '132111.874000', '132111.877000', '132111.879000', '132111.882000', '132111.885000', '132111.887000', '132111.890000', '132111.892000', '132111.895000', '132111.898000', '132111.900000', '132111.903000', '132111.906000', '132111.908000', '132111.911000', '132111.913000', '132111.916000', '132131.798000', '132131.801000', '132131.804000', '132131.806000', '132131.809000', '132131.811000', '132131.814000', '132131.817000', '132131.819000', '132131.822000', '132131.825000', '132131.827000', '132131.830000', '132131.833000', '132131.835000', '132131.838000', '132131.840000', '132131.843000', '132131.846000', '132131.848000', '132131.851000', '132131.854000', '132131.856000', '132131.859000', '132131.861000', '132131.864000', '132131.867000', '132131.869000', '132131.872000', '132131.874000', '132131.877000', '132131.880000', '132131.882000', '132131.885000', '132131.888000', '132131.890000', '132131.893000', '132131.896000', '132131.898000', '132131.901000', '132131.904000', '132131.906000', '132131.909000', '132131.911000', '132151.799000', '132151.801000', '132151.804000', '132151.807000', '132151.809000', '132151.812000', '132151.815000', '132151.817000', '132151.820000', '132151.823000', '132151.825000', '132151.828000', '132151.830000', '132151.833000', '132151.836000', '132151.838000', '132151.841000', '132151.843000', '132151.846000', '132151.849000', '132151.851000', '132151.854000', '132151.857000', '132151.859000', '132151.862000', '132151.864000', '132151.867000', '132151.870000', '132151.872000', '132151.875000', '132151.877000', '132151.880000', '132151.883000', '132151.892000', '132151.895000', '132151.897000', '132151.900000', '132151.903000', '132151.905000', '132151.908000', '132151.910000', '132151.913000', '132151.916000', '132211.798000', '132211.801000', '132211.804000', '132211.807000', '132211.811000', '132211.814000', '132211.817000', '132211.820000', '132211.822000', '132211.825000', '132211.827000', '132211.830000', '132211.833000', '132211.835000', '132211.838000', '132211.840000', '132211.843000', '132211.846000', '132211.848000', '132211.851000', '132211.854000', '132211.856000', '132211.859000', '132211.861000', '132211.864000', '132211.867000', '132211.869000', '132211.872000', '132211.875000', '132211.877000', '132211.880000', '132211.883000', '132211.885000', '132211.888000', '132211.891000', '132211.893000', '132211.896000', '132211.898000', '132211.901000', '132211.904000', '132211.906000', '132211.909000', '132211.921000', '132211.923000', '132231.797000', '132231.800000', '132231.803000', '132231.806000', '132231.808000', '132231.811000', '132231.814000', '132231.816000', '132231.819000', '132231.822000', '132231.824000', '132231.827000', '132231.829000', '132231.832000', '132231.835000', '132231.837000', '132231.840000', '132231.842000', '132231.845000', '132231.848000', '132231.850000', '132231.853000', '132231.855000', '132231.858000', '132231.861000', '132231.863000', '132231.866000', '132231.868000', '132231.871000', '132231.874000', '132231.876000', '132231.879000', '132231.882000', '132231.884000', '132231.887000', '132231.890000', '132231.892000', '132231.895000', '132231.898000', '132231.900000', '132231.903000', '132231.905000', '132231.908000', '132251.797000', '132251.800000', '132251.827000', '132251.830000', '132251.832000', '132251.835000', '132251.837000', '132251.840000', '132251.843000', '132251.845000', '132251.848000', '132251.851000', '132251.853000', '132251.856000', '132251.858000', '132251.861000', '132251.864000', '132251.866000', '132251.869000', '132251.872000', '132251.874000', '132251.877000', '132251.880000', '132251.882000', '132251.885000', '132251.887000', '132251.890000', '132251.893000', '132251.895000', '132251.898000', '132251.901000', '132251.913000', '132251.915000', '132251.918000', '132251.921000', '132251.923000', '132251.926000', '132251.928000', '132251.931000', '132251.934000', '132251.936000', '132251.939000', '132251.941000', '132251.944000', '132311.798000', '132311.801000', '132311.803000', '132311.806000', '132311.809000', '132311.811000', '132311.814000', '132311.816000', '132311.820000', '132311.822000', '132311.825000', '132311.827000', '132311.830000', '132311.833000', '132311.835000', '132311.838000', '132311.841000', '132311.843000', '132311.846000', '132311.848000', '132311.851000', '132311.854000', '132311.856000', '132311.859000', '132311.861000', '132311.864000', '132311.867000', '132311.869000', '132311.872000', '132311.875000', '132311.877000', '132311.880000', '132311.883000', '132311.885000', '132311.888000', '132311.890000', '132311.893000', '132311.895000', '132311.898000', '132311.901000', '132311.903000', '132311.906000', '132311.908000', '132331.798000', '132331.801000', '132331.803000', '132331.806000', '132331.809000', '132331.818000', '132331.820000', '132331.823000', '132331.826000', '132331.829000', '132331.831000', '132331.834000', '132331.836000', '132331.839000', '132331.842000', '132331.845000', '132331.848000', '132331.852000', '132331.854000', '132331.857000', '132331.860000', '132331.863000', '132331.865000', '132331.868000', '132331.870000', '132331.873000', '132331.876000', '132331.878000', '132331.881000', '132331.884000', '132331.886000', '132331.889000', '132331.892000', '132331.894000', '132331.897000', '132331.900000', '132331.902000', '132331.905000', '132331.908000', '132331.910000', '132331.913000', '132331.916000', '132331.918000', '132351.799000', '132351.801000', '132351.804000', '132351.807000', '132351.809000', '132351.812000', '132351.815000', '132351.817000', '132351.820000', '132351.823000', '132351.825000', '132351.828000', '132351.831000', '132351.833000', '132351.836000', '132351.838000', '132351.847000', '132351.850000', '132351.852000', '132351.855000', '132351.859000', '132351.862000', '132351.864000', '132351.867000', '132351.870000', '132351.872000', '132351.875000', '132351.877000', '132351.880000', '132351.883000', '132351.886000', '132351.889000', '132351.891000', '132351.894000', '132351.896000', '132351.899000', '132351.902000', '132351.904000', '132351.907000', '132351.909000', '132351.912000', '132351.915000', '132351.917000', '132351.920000', '132411.799000', '132411.802000', '132411.804000', '132411.807000', '132411.810000', '132411.812000', '132411.815000', '132411.817000', '132411.820000', '132411.823000', '132411.825000', '132411.828000', '132411.831000', '132411.838000', '132411.841000', '132411.843000', '132411.846000', '132411.848000', '132411.851000', '132411.853000', '132411.856000', '132411.859000', '132411.861000', '132411.864000', '132411.867000', '132411.869000', '132411.872000', '132411.874000', '132411.877000', '132411.880000', '132411.882000', '132411.885000', '132411.888000', '132411.891000', '132411.893000', '132411.896000', '132411.898000', '132411.901000', '132411.903000', '132411.906000', '132411.909000', '132411.912000', '132411.914000', '132431.799000', '132431.801000', '132431.804000', '132431.807000', '132431.809000', '132431.812000', '132431.815000', '132431.817000', '132431.820000', '132431.822000', '132431.825000', '132431.828000', '132431.830000', '132431.833000', '132431.836000', '132431.839000', '132431.841000', '132431.844000', '132431.846000', '132431.849000', '132431.852000', '132431.854000', '132431.857000', '132431.860000', '132431.862000', '132431.865000', '132431.867000', '132431.870000', '132431.873000', '132431.875000', '132431.878000', '132431.881000', '132431.883000', '132431.886000', '132431.888000', '132431.891000', '132431.894000', '132431.896000', '132431.899000', '132431.901000', '132431.904000', '132431.907000', '132431.909000', '132431.912000', '132433.434000', '132433.437000', '132433.440000', '132433.442000'], 'InstanceCreationTime': ['131811.849000', '131811.852000', '131811.855000', '131811.858000', '131811.861000', '131811.864000', '131811.866000', '131811.869000', '131811.872000', '131811.874000', '131811.877000', '131811.879000', '131811.882000', '131811.885000', '131811.887000', '131811.890000', '131811.892000', '131811.895000', '131811.898000', '131811.900000', '131811.903000', '131811.905000', '131811.908000', '131811.911000', '131811.919000', '131811.921000', '131811.924000', '131811.927000', '131811.929000', '131811.932000', '131811.934000', '131811.937000', '131811.940000', '131811.942000', '131811.945000', '131811.947000', '131811.950000', '131811.953000', '131811.955000', '131811.958000', '131811.961000', '131811.963000', '131831.798000', '131831.801000', '131831.803000', '131831.806000', '131831.809000', '131831.811000', '131831.814000', '131831.816000', '131831.819000', '131831.821000', '131831.824000', '131831.827000', '131831.829000', '131831.832000', '131831.834000', '131831.837000', '131831.840000', '131831.842000', '131831.845000', '131831.847000', '131831.850000', '131831.852000', '131831.855000', '131831.858000', '131831.861000', '131831.863000', '131831.866000', '131831.869000', '131831.871000', '131831.874000', '131831.877000', '131831.879000', '131831.882000', '131831.884000', '131831.887000', '131831.890000', '131831.892000', '131831.895000', '131831.897000', '131831.900000', '131831.902000', '131831.905000', '131831.908000', '131851.798000', '131851.800000', '131851.803000', '131851.805000', '131851.809000', '131851.811000', '131851.814000', '131851.816000', '131851.819000', '131851.822000', '131851.824000', '131851.827000', '131851.829000', '131851.832000', '131851.835000', '131851.837000', '131851.840000', '131851.843000', '131851.845000', '131851.848000', '131851.850000', '131851.853000', '131851.855000', '131851.858000', '131851.861000', '131851.863000', '131851.866000', '131851.868000', '131851.871000', '131851.874000', '131851.876000', '131851.879000', '131851.882000', '131851.884000', '131851.887000', '131851.889000', '131851.892000', '131851.899000', '131851.902000', '131851.904000', '131851.907000', '131851.910000', '131851.912000', '131851.915000', '131911.798000', '131911.801000', '131911.804000', '131911.807000', '131911.809000', '131911.812000', '131911.815000', '131911.817000', '131911.820000', '131911.822000', '131911.825000', '131911.828000', '131911.830000', '131911.833000', '131911.836000', '131911.838000', '131911.841000', '131911.843000', '131911.846000', '131911.849000', '131911.851000', '131911.854000', '131911.857000', '131911.859000', '131911.862000', '131911.864000', '131911.870000', '131911.872000', '131911.875000', '131911.878000', '131911.880000', '131911.883000', '131911.885000', '131911.888000', '131911.891000', '131911.893000', '131911.896000', '131911.898000', '131911.901000', '131911.904000', '131911.906000', '131911.909000', '131911.925000', '131931.799000', '131931.802000', '131931.804000', '131931.807000', '131931.810000', '131931.813000', '131931.815000', '131931.818000', '131931.821000', '131931.823000', '131931.826000', '131931.829000', '131931.831000', '131931.834000', '131931.836000', '131931.839000', '131931.842000', '131931.844000', '131931.847000', '131931.850000', '131931.852000', '131931.855000', '131931.857000', '131931.860000', '131931.868000', '131931.871000', '131931.873000', '131931.876000', '131931.879000', '131931.881000', '131931.884000', '131931.887000', '131931.889000', '131931.892000', '131931.894000', '131931.897000', '131931.900000', '131931.902000', '131931.905000', '131931.919000', '131931.921000', '131931.924000', '131931.927000', '131931.929000', '131951.799000', '131951.802000', '131951.804000', '131951.807000', '131951.809000', '131951.812000', '131951.815000', '131951.817000', '131951.820000', '131951.822000', '131951.825000', '131951.828000', '131951.830000', '131951.833000', '131951.836000', '131951.838000', '131951.841000', '131951.844000', '131951.846000', '131951.849000', '131951.851000', '131951.854000', '131951.857000', '131951.859000', '131951.862000', '131951.865000', '131951.867000', '131951.870000', '131951.872000', '131951.875000', '131951.878000', '131951.880000', '131951.889000', '131951.892000', '131951.894000', '131951.897000', '131951.900000', '131951.902000', '131951.905000', '131951.908000', '131951.910000', '131951.913000', '131951.915000', '132011.797000', '132011.800000', '132011.803000', '132011.806000', '132011.808000', '132011.811000', '132011.813000', '132011.816000', '132011.819000', '132011.821000', '132011.824000', '132011.826000', '132011.829000', '132011.832000', '132011.834000', '132011.837000', '132011.839000', '132011.842000', '132011.845000', '132011.847000', '132011.850000', '132011.852000', '132011.855000', '132011.858000', '132011.861000', '132011.863000', '132011.866000', '132011.869000', '132011.871000', '132011.874000', '132011.876000', '132011.879000', '132011.882000', '132011.884000', '132011.887000', '132011.890000', '132011.892000', '132011.895000', '132011.898000', '132011.900000', '132011.903000', '132011.905000', '132011.908000', '132011.911000', '132031.798000', '132031.800000', '132031.803000', '132031.806000', '132031.808000', '132031.811000', '132031.813000', '132031.816000', '132031.819000', '132031.821000', '132031.824000', '132031.826000', '132031.829000', '132031.832000', '132031.834000', '132031.837000', '132031.839000', '132031.842000', '132031.845000', '132031.847000', '132031.850000', '132031.853000', '132031.855000', '132031.858000', '132031.860000', '132031.863000', '132031.866000', '132031.868000', '132031.871000', '132031.874000', '132031.876000', '132031.879000', '132031.882000', '132031.884000', '132031.887000', '132031.889000', '132031.892000', '132031.895000', '132031.897000', '132031.900000', '132031.902000', '132031.905000', '132031.914000', '132051.797000', '132051.800000', '132051.803000', '132051.806000', '132051.808000', '132051.811000', '132051.813000', '132051.816000', '132051.819000', '132051.821000', '132051.824000', '132051.827000', '132051.829000', '132051.832000', '132051.835000', '132051.837000', '132051.840000', '132051.843000', '132051.845000', '132051.848000', '132051.850000', '132051.853000', '132051.856000', '132051.858000', '132051.861000', '132051.863000', '132051.866000', '132051.868000', '132051.871000', '132051.874000', '132051.876000', '132051.879000', '132051.881000', '132051.884000', '132051.887000', '132051.889000', '132051.892000', '132051.895000', '132051.897000', '132051.900000', '132051.902000', '132051.905000', '132051.908000', '132051.910000', '132111.798000', '132111.800000', '132111.803000', '132111.806000', '132111.808000', '132111.811000', '132111.814000', '132111.816000', '132111.819000', '132111.821000', '132111.824000', '132111.826000', '132111.829000', '132111.832000', '132111.834000', '132111.837000', '132111.839000', '132111.842000', '132111.844000', '132111.847000', '132111.859000', '132111.861000', '132111.864000', '132111.866000', '132111.869000', '132111.872000', '132111.874000', '132111.877000', '132111.879000', '132111.882000', '132111.885000', '132111.887000', '132111.890000', '132111.892000', '132111.895000', '132111.898000', '132111.900000', '132111.903000', '132111.906000', '132111.908000', '132111.911000', '132111.913000', '132111.916000', '132131.798000', '132131.801000', '132131.804000', '132131.806000', '132131.809000', '132131.811000', '132131.814000', '132131.817000', '132131.819000', '132131.822000', '132131.825000', '132131.827000', '132131.830000', '132131.833000', '132131.835000', '132131.838000', '132131.840000', '132131.843000', '132131.846000', '132131.848000', '132131.851000', '132131.854000', '132131.856000', '132131.859000', '132131.861000', '132131.864000', '132131.867000', '132131.869000', '132131.872000', '132131.874000', '132131.877000', '132131.880000', '132131.882000', '132131.885000', '132131.888000', '132131.890000', '132131.893000', '132131.896000', '132131.898000', '132131.901000', '132131.904000', '132131.906000', '132131.909000', '132131.911000', '132151.799000', '132151.801000', '132151.804000', '132151.807000', '132151.809000', '132151.812000', '132151.815000', '132151.817000', '132151.820000', '132151.823000', '132151.825000', '132151.828000', '132151.830000', '132151.833000', '132151.836000', '132151.838000', '132151.841000', '132151.843000', '132151.846000', '132151.849000', '132151.851000', '132151.854000', '132151.857000', '132151.859000', '132151.862000', '132151.864000', '132151.867000', '132151.870000', '132151.872000', '132151.875000', '132151.877000', '132151.880000', '132151.883000', '132151.892000', '132151.895000', '132151.897000', '132151.900000', '132151.903000', '132151.905000', '132151.908000', '132151.910000', '132151.913000', '132151.916000', '132211.798000', '132211.801000', '132211.804000', '132211.807000', '132211.811000', '132211.814000', '132211.817000', '132211.820000', '132211.822000', '132211.825000', '132211.827000', '132211.830000', '132211.833000', '132211.835000', '132211.838000', '132211.840000', '132211.843000', '132211.846000', '132211.848000', '132211.851000', '132211.854000', '132211.856000', '132211.859000', '132211.861000', '132211.864000', '132211.867000', '132211.869000', '132211.872000', '132211.875000', '132211.877000', '132211.880000', '132211.883000', '132211.885000', '132211.888000', '132211.891000', '132211.893000', '132211.896000', '132211.898000', '132211.901000', '132211.904000', '132211.906000', '132211.909000', '132211.921000', '132211.923000', '132231.797000', '132231.800000', '132231.803000', '132231.806000', '132231.808000', '132231.811000', '132231.814000', '132231.816000', '132231.819000', '132231.822000', '132231.824000', '132231.827000', '132231.829000', '132231.832000', '132231.835000', '132231.837000', '132231.840000', '132231.842000', '132231.845000', '132231.848000', '132231.850000', '132231.853000', '132231.855000', '132231.858000', '132231.861000', '132231.863000', '132231.866000', '132231.868000', '132231.871000', '132231.874000', '132231.876000', '132231.879000', '132231.882000', '132231.884000', '132231.887000', '132231.890000', '132231.892000', '132231.895000', '132231.898000', '132231.900000', '132231.903000', '132231.905000', '132231.908000', '132251.797000', '132251.800000', '132251.827000', '132251.830000', '132251.832000', '132251.835000', '132251.837000', '132251.840000', '132251.843000', '132251.845000', '132251.848000', '132251.851000', '132251.853000', '132251.856000', '132251.858000', '132251.861000', '132251.864000', '132251.866000', '132251.869000', '132251.872000', '132251.874000', '132251.877000', '132251.880000', '132251.882000', '132251.885000', '132251.887000', '132251.890000', '132251.893000', '132251.895000', '132251.898000', '132251.901000', '132251.913000', '132251.915000', '132251.918000', '132251.921000', '132251.923000', '132251.926000', '132251.928000', '132251.931000', '132251.934000', '132251.936000', '132251.939000', '132251.941000', '132251.944000', '132311.798000', '132311.801000', '132311.803000', '132311.806000', '132311.809000', '132311.811000', '132311.814000', '132311.816000', '132311.820000', '132311.822000', '132311.825000', '132311.827000', '132311.830000', '132311.833000', '132311.835000', '132311.838000', '132311.841000', '132311.843000', '132311.846000', '132311.848000', '132311.851000', '132311.854000', '132311.856000', '132311.859000', '132311.861000', '132311.864000', '132311.867000', '132311.869000', '132311.872000', '132311.875000', '132311.877000', '132311.880000', '132311.883000', '132311.885000', '132311.888000', '132311.890000', '132311.893000', '132311.895000', '132311.898000', '132311.901000', '132311.903000', '132311.906000', '132311.908000', '132331.798000', '132331.801000', '132331.803000', '132331.806000', '132331.809000', '132331.818000', '132331.820000', '132331.823000', '132331.826000', '132331.829000', '132331.831000', '132331.834000', '132331.836000', '132331.839000', '132331.842000', '132331.845000', '132331.848000', '132331.852000', '132331.854000', '132331.857000', '132331.860000', '132331.863000', '132331.865000', '132331.868000', '132331.870000', '132331.873000', '132331.876000', '132331.878000', '132331.881000', '132331.884000', '132331.886000', '132331.889000', '132331.892000', '132331.894000', '132331.897000', '132331.900000', '132331.902000', '132331.905000', '132331.908000', '132331.910000', '132331.913000', '132331.916000', '132331.918000', '132351.799000', '132351.801000', '132351.804000', '132351.807000', '132351.809000', '132351.812000', '132351.815000', '132351.817000', '132351.820000', '132351.823000', '132351.825000', '132351.828000', '132351.831000', '132351.833000', '132351.836000', '132351.838000', '132351.847000', '132351.850000', '132351.852000', '132351.855000', '132351.859000', '132351.862000', '132351.864000', '132351.867000', '132351.870000', '132351.872000', '132351.875000', '132351.877000', '132351.880000', '132351.883000', '132351.886000', '132351.889000', '132351.891000', '132351.894000', '132351.896000', '132351.899000', '132351.902000', '132351.904000', '132351.907000', '132351.909000', '132351.912000', '132351.915000', '132351.917000', '132351.920000', '132411.799000', '132411.802000', '132411.804000', '132411.807000', '132411.810000', '132411.812000', '132411.815000', '132411.817000', '132411.820000', '132411.823000', '132411.825000', '132411.828000', '132411.831000', '132411.838000', '132411.841000', '132411.843000', '132411.846000', '132411.848000', '132411.851000', '132411.853000', '132411.856000', '132411.859000', '132411.861000', '132411.864000', '132411.867000', '132411.869000', '132411.872000', '132411.874000', '132411.877000', '132411.880000', '132411.882000', '132411.885000', '132411.888000', '132411.891000', '132411.893000', '132411.896000', '132411.898000', '132411.901000', '132411.903000', '132411.906000', '132411.909000', '132411.912000', '132411.914000', '132431.799000', '132431.801000', '132431.804000', '132431.807000', '132431.809000', '132431.812000', '132431.815000', '132431.817000', '132431.820000', '132431.822000', '132431.825000', '132431.828000', '132431.830000', '132431.833000', '132431.836000', '132431.839000', '132431.841000', '132431.844000', '132431.846000', '132431.849000', '132431.852000', '132431.854000', '132431.857000', '132431.860000', '132431.862000', '132431.865000', '132431.867000', '132431.870000', '132431.873000', '132431.875000', '132431.878000', '132431.881000', '132431.883000', '132431.886000', '132431.888000', '132431.891000', '132431.894000', '132431.896000', '132431.899000', '132431.901000', '132431.904000', '132431.907000', '132431.909000', '132431.912000', '132433.434000', '132433.437000', '132433.440000', '132433.442000'], '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': [11946, 12828, 8970, 15761, 11332, 14364, 11888, 9538, 13834, 9273, 15548, 11500, 16447, 12878, 9341, 11564, 8569, 13468, 10166, 15774, 12129, 12379, 9970, 7536, 8735, 11703, 7919, 13863, 9498, 14684, 10716, 14601, 10301, 14403, 10711, 15079, 11339, 15785, 11918, 15222, 11637, 16316, 12559, 14863, 9930, 8949, 12154, 7657, 13443, 9572, 14537, 11416, 7685, 10262, 8250, 8140, 8990, 13859, 11227, 15002, 13231, 10029, 13978, 12199, 8761, 16467, 12357, 11208, 13160, 8714, 14194, 11513, 8542, 13421, 10893, 7949, 12944, 11328, 8296, 13623, 10315, 8963, 11759, 7956, 13345, 8939, 14893, 11414, 8423, 11014, 7453, 12218, 7454, 12943, 8805, 13384, 10425, 13347, 11476, 8157, 11560, 7440, 12369, 7641, 13311, 9307, 14199, 9505, 10496, 11559, 8498, 8637, 11486, 8717, 12689, 9746, 14782, 12121, 9381, 16770, 13314, 13789, 14449, 10283, 16489, 12066, 14652, 12088, 14340, 11309, 8162, 12448, 7868, 13440, 9587, 13995, 11533, 9138, 12708, 7784, 13136, 10247, 9075, 11958, 8855, 9163, 11863, 8959, 8433, 13803, 10847, 13859, 10236, 9912, 11300, 7644, 12422, 8068, 13211, 8417, 14322, 10054, 14727, 9952, 12608, 8895, 7847, 11743, 7980, 13023, 10852, 9820, 10795, 9261, 14664, 10901, 10520, 16096, 11414, 8764, 15444, 10976, 12849, 13677, 12027, 14222, 11465, 15072, 12732, 10515, 13652, 10927, 14658, 12359, 9314, 15123, 11310, 14091, 11382, 9415, 11812, 7993, 12736, 7725, 13056, 9077, 15153, 11257, 13959, 9740, 9685, 9419, 9099, 10587, 8121, 13436, 8932, 11690, 8662, 7345, 11873, 8540, 13852, 11292, 15203, 12261, 14910, 11881, 10691, 10660, 8096, 17045, 12325, 15251, 12065, 13461, 12272, 13777, 11560, 9821, 8931, 11084, 13217, 9209, 15563, 12132, 12236, 12603, 8814, 15136, 11885, 14123, 12436, 11876, 13131, 8691, 13328, 9035, 13947, 12580, 14983, 12396, 9498, 12829, 8491, 12074, 9265, 7527, 11340, 7911, 13567, 8446, 13920, 10277, 13241, 10377, 11348, 10941, 8888, 10708, 8222, 12533, 8909, 7713, 11729, 8866, 12567, 13031, 10738, 9713, 12611, 10170, 12359, 16053, 11554, 16688, 12491, 14814, 11514, 14546, 10682, 9913, 11601, 7862, 12650, 8405, 13158, 8409, 13919, 10233, 13753, 9719, 12422, 9536, 8253, 11032, 7828, 13484, 9191, 14217, 9785, 10757, 9505, 7656, 12027, 7854, 13244, 8328, 13743, 10233, 11074, 11932, 8164, 8066, 12769, 8958, 13131, 12447, 7920, 10933, 11345, 10017, 13065, 17323, 13570, 12967, 17581, 13566, 18101, 13799, 14864, 11518, 9078, 13157, 9076, 14244, 11387, 14694, 11019, 9686, 11364, 7898, 13225, 7971, 13792, 10084, 10140, 10959, 8796, 15194, 11625, 9948, 10207, 7803, 13045, 9523, 14188, 12135, 12858, 11410, 8253, 12263, 8398, 13508, 9362, 14927, 11078, 16155, 12910, 14832, 10791, 13770, 10586, 14602, 11002, 12441, 9681, 9487, 10504, 7745, 12234, 9277, 8070, 11994, 8576, 16748, 12063, 8341, 12868, 9744, 13012, 11770, 13839, 12682, 12051, 12648, 12365, 12172, 15582, 11691, 16221, 11893, 15398, 10234, 13431, 10112, 12974, 9901, 8224, 10968, 8563, 12823, 8293, 13528, 8592, 13731, 9688, 13164, 9909, 13708, 9975, 12453, 10707, 7813, 10957, 7522, 11696, 8707, 11797, 8901, 12622, 8813, 14116, 8697, 12017, 8509, 11949, 8181, 13585, 8584, 14532, 9430, 15029, 11865, 13977, 10122, 10112, 10972, 7972, 14024, 8811, 15774, 8950, 13321, 9594, 14002, 10927, 14454, 13851, 8756, 10657, 7270, 12777, 8310, 12608, 9168, 12086, 10244, 13960, 12964, 9517, 9639, 16543, 11584, 9625, 14895, 11700, 9301, 17012, 13029, 11363, 18777, 14956, 18031, 13921, 16575, 12186, 11753, 11356, 8676, 12451, 8692, 13722, 10229, 14534, 11936, 8635, 12584, 7836, 13863, 10168, 10547, 11434, 8080, 13466, 10804, 13026, 11172, 8660, 13120, 9950, 13843, 10688, 8440, 13196, 10087, 15019, 12099, 15850, 12137, 12255, 12189, 9770, 13974, 10618, 17637, 13435, 17336, 10366, 9047, 10738, 8362, 14007, 10101, 15809, 10495, 13976, 12074, 10903, 9821, 7634, 11201, 10807, 9249, 12034, 11015, 14006, 11949, 9456, 13790, 14053, 9918, 14909, 12919, 8884, 14650, 10145, 14400, 10907, 13519, 10620, 12638, 9937, 12613, 9112, 13027, 10059, 8016, 9933, 7510, 12016, 9070, 7389, 12587, 8383, 14289, 9427, 14335, 10362, 13759, 10332, 14506, 11234, 11823, 10563, 8294, 13627, 8775, 14097, 8774, 14497, 10258, 14489, 10893, 14673, 10699, 14033, 10215, 13723, 12018, 14231, 11788, 8058, 10481, 7689, 11791, 7638, 12384, 9869, 13886, 11071, 8866, 10596, 8477, 7529, 13225, 10591, 14070, 11334, 13471, 15138, 9970, 12331, 12227, 10931, 14511, 14643, 11527, 16964, 10879, 15057, 11112, 15962, 12200, 15908, 12102, 11626, 11531, 8266, 13573, 10488, 14576, 11159, 12165, 11300, 8100, 12788, 9052, 14447, 11656, 14675, 11814, 8597, 12592, 8223, 15971, 12416, 14166, 10521, 9176, 12277, 8497, 13498, 9218, 15351, 11251, 11994, 9648, 7855, 14058, 9538, 15485, 11609, 16347, 13154, 15520, 12561, 11471, 13720, 10245, 15643, 9751, 16122, 13110, 15757, 11119, 10553, 11615, 8587, 14206, 9777, 17393, 13602, 13549, 9948, 9942, 10706, 7470, 11658, 7870, 12819, 11259, 10206, 14591, 9727, 7838, 12290, 10062, 8756, 12989, 10199, 8799, 12570, 13824, 10724, 10552, 17642, 14254, 17604, 13885, 10649, 14677, 9730, 16078, 12233, 16473, 11914, 10510, 13013, 9841, 13990, 9286, 14745, 10503, 14950, 10963, 10374, 12575, 8325, 14023, 9316, 15466, 10758, 8984, 13449, 8129, 13837, 10420, 14286, 10515, 13185, 10852, 8618, 12518, 8785, 13204, 9846, 14980, 10444, 8745, 12065, 8463, 14851, 12039, 12444, 12395, 9279, 14947, 9758, 15903, 11525, 15531, 12480, 12204, 12132, 8609, 13652, 9204, 15225, 11103, 15374, 11682, 15788, 11544, 12951, 11614, 9256, 14628, 8781, 14300, 8907, 14743, 10369, 15631, 11921, 15441, 11570, 8906, 11262, 8070, 13140, 8603, 14416, 9457, 15519, 10328, 15216, 10594, 11839, 10147, 7533, 14047, 10937, 8142, 13771, 10812, 14247, 13891, 10651, 9036, 14822, 11242, 8155, 14221, 10454, 18044, 13383, 17006, 11363, 15542, 11180, 15585, 11699, 12374, 12888, 10327, 14944, 11404, 13860, 10614, 12185, 8862, 12897, 8513, 14187, 10542, 10863, 12045, 8907, 13556, 10086, 8748], 'WindowCenter': [4516.0, 4500.0, 4458.0, 4506.0, 4473.0, 4483.0, 4462.0, 4440.0, 4471.0, 4428.0, 4480.0, 4449.0, 4479.0, 4457.0, 4428.0, 4435.0, 4414.0, 4455.0, 4462.0, 4492.0, 4460.0, 4456.0, 4437.0, 4406.0, 4427.0, 4457.0, 4430.0, 4479.0, 4464.0, 4480.0, 4438.0, 4465.0, 4438.0, 4466.0, 4447.0, 4468.0, 4447.0, 4466.0, 4444.0, 4454.0, 4432.0, 4440.0, 4418.0, 4415.0, 4385.0, 4385.0, 4429.0, 4376.0, 4437.0, 4394.0, 4425.0, 4415.0, 4386.0, 4405.0, 4399.0, 4414.0, 4421.0, 4451.0, 4446.0, 4461.0, 4442.0, 4425.0, 4451.0, 4445.0, 4403.0, 4464.0, 4430.0, 4403.0, 4412.0, 4373.0, 4412.0, 4403.0, 4359.0, 4414.0, 4405.0, 4375.0, 4428.0, 4417.0, 4371.0, 4427.0, 4422.0, 4397.0, 4419.0, 4377.0, 4439.0, 4400.0, 4455.0, 4443.0, 4402.0, 4434.0, 4394.0, 4444.0, 4396.0, 4443.0, 4412.0, 4465.0, 4448.0, 4465.0, 4446.0, 4415.0, 4445.0, 4381.0, 4453.0, 4421.0, 4469.0, 4426.0, 4467.0, 4427.0, 4435.0, 4446.0, 4453.0, 4453.0, 4471.0, 4427.0, 4468.0, 4436.0, 4477.0, 4457.0, 4438.0, 4490.0, 4470.0, 4481.0, 4468.0, 4419.0, 4450.0, 4417.0, 4436.0, 4416.0, 4423.0, 4428.0, 4374.0, 4411.0, 4359.0, 4412.0, 4391.0, 4420.0, 4415.0, 4391.0, 4413.0, 4374.0, 4436.0, 4417.0, 4396.0, 4428.0, 4397.0, 4409.0, 4429.0, 4411.0, 4414.0, 4465.0, 4446.0, 4455.0, 4436.0, 4423.0, 4443.0, 4391.0, 4443.0, 4401.0, 4452.0, 4413.0, 4466.0, 4436.0, 4466.0, 4422.0, 4438.0, 4410.0, 4402.0, 4454.0, 4428.0, 4478.0, 4472.0, 4462.0, 4472.0, 4439.0, 4491.0, 4460.0, 4460.0, 4489.0, 4456.0, 4412.0, 4466.0, 4433.0, 4455.0, 4470.0, 4455.0, 4466.0, 4445.0, 4451.0, 4438.0, 4416.0, 4437.0, 4431.0, 4450.0, 4428.0, 4397.0, 4437.0, 4406.0, 4422.0, 4403.0, 4381.0, 4403.0, 4359.0, 4411.0, 4360.0, 4424.0, 4396.0, 4434.0, 4415.0, 4437.0, 4409.0, 4408.0, 4407.0, 4399.0, 4445.0, 4400.0, 4451.0, 4411.0, 4441.0, 4425.0, 4421.0, 4457.0, 4429.0, 4467.0, 4459.0, 4482.0, 4462.0, 4470.0, 4462.0, 4447.0, 4461.0, 4418.0, 4479.0, 4444.0, 4466.0, 4443.0, 4452.0, 4441.0, 4465.0, 4458.0, 4433.0, 4424.0, 4432.0, 4453.0, 4410.0, 4452.0, 4446.0, 4429.0, 4427.0, 4396.0, 4438.0, 4415.0, 4412.0, 4401.0, 4389.0, 4398.0, 4356.0, 4396.0, 4366.0, 4396.0, 4411.0, 4409.0, 4398.0, 4365.0, 4395.0, 4356.0, 4397.0, 4379.0, 4358.0, 4401.0, 4384.0, 4425.0, 4386.0, 4434.0, 4405.0, 4424.0, 4417.0, 4414.0, 4429.0, 4409.0, 4417.0, 4410.0, 4439.0, 4425.0, 4407.0, 4456.0, 4427.0, 4456.0, 4469.0, 4459.0, 4450.0, 4469.0, 4448.0, 4455.0, 4477.0, 4448.0, 4466.0, 4445.0, 4439.0, 4419.0, 4438.0, 4409.0, 4405.0, 4419.0, 4388.0, 4428.0, 4385.0, 4424.0, 4384.0, 4439.0, 4418.0, 4450.0, 4408.0, 4427.0, 4408.0, 4397.0, 4430.0, 4401.0, 4464.0, 4423.0, 4463.0, 4435.0, 4432.0, 4435.0, 4389.0, 4453.0, 4413.0, 4466.0, 4429.0, 4477.0, 4447.0, 4443.0, 4442.0, 4415.0, 4429.0, 4468.0, 4439.0, 4468.0, 4481.0, 4430.0, 4473.0, 4486.0, 4478.0, 4483.0, 4488.0, 4456.0, 4441.0, 4453.0, 4444.0, 4452.0, 4427.0, 4424.0, 4401.0, 4371.0, 4410.0, 4368.0, 4395.0, 4388.0, 4407.0, 4387.0, 4352.0, 4385.0, 4355.0, 4408.0, 4360.0, 4408.0, 4390.0, 4401.0, 4414.0, 4396.0, 4444.0, 4425.0, 4405.0, 4418.0, 4388.0, 4436.0, 4420.0, 4450.0, 4442.0, 4442.0, 4441.0, 4401.0, 4442.0, 4411.0, 4450.0, 4410.0, 4461.0, 4431.0, 4462.0, 4442.0, 4447.0, 4431.0, 4438.0, 4419.0, 4462.0, 4432.0, 4427.0, 4409.0, 4420.0, 4430.0, 4402.0, 4454.0, 4437.0, 4405.0, 4457.0, 4427.0, 4475.0, 4444.0, 4416.0, 4453.0, 4424.0, 4452.0, 4460.0, 4454.0, 4444.0, 4431.0, 4440.0, 4431.0, 4429.0, 4449.0, 4415.0, 4421.0, 4401.0, 4419.0, 4379.0, 4396.0, 4379.0, 4399.0, 4378.0, 4356.0, 4389.0, 4369.0, 4408.0, 4370.0, 4410.0, 4382.0, 4420.0, 4395.0, 4422.0, 4404.0, 4436.0, 4420.0, 4440.0, 4432.0, 4388.0, 4419.0, 4387.0, 4429.0, 4399.0, 4440.0, 4411.0, 4439.0, 4410.0, 4453.0, 4410.0, 4442.0, 4410.0, 4440.0, 4402.0, 4452.0, 4412.0, 4464.0, 4424.0, 4465.0, 4455.0, 4464.0, 4446.0, 4436.0, 4459.0, 4416.0, 4465.0, 4414.0, 4477.0, 4423.0, 4464.0, 4450.0, 4476.0, 4459.0, 4468.0, 4467.0, 4425.0, 4446.0, 4419.0, 4467.0, 4431.0, 4484.0, 4442.0, 4457.0, 4437.0, 4480.0, 4469.0, 4442.0, 4453.0, 4479.0, 4446.0, 4428.0, 4468.0, 4460.0, 4439.0, 4493.0, 4485.0, 4458.0, 4490.0, 4457.0, 4451.0, 4427.0, 4426.0, 4403.0, 4393.0, 4389.0, 4359.0, 4400.0, 4368.0, 4410.0, 4379.0, 4405.0, 4399.0, 4369.0, 4397.0, 4359.0, 4411.0, 4393.0, 4403.0, 4414.0, 4378.0, 4424.0, 4419.0, 4438.0, 4444.0, 4412.0, 4450.0, 4433.0, 4453.0, 4448.0, 4401.0, 4453.0, 4423.0, 4461.0, 4445.0, 4450.0, 4444.0, 4442.0, 4444.0, 4423.0, 4456.0, 4432.0, 4477.0, 4455.0, 4462.0, 4421.0, 4410.0, 4432.0, 4402.0, 4453.0, 4425.0, 4466.0, 4458.0, 4477.0, 4456.0, 4432.0, 4433.0, 4420.0, 4459.0, 4459.0, 4463.0, 4484.0, 4459.0, 4477.0, 4446.0, 4423.0, 4463.0, 4465.0, 4448.0, 4478.0, 4454.0, 4411.0, 4449.0, 4417.0, 4437.0, 4416.0, 4435.0, 4404.0, 4424.0, 4416.0, 4424.0, 4394.0, 4422.0, 4403.0, 4384.0, 4405.0, 4386.0, 4426.0, 4409.0, 4390.0, 4441.0, 4401.0, 4449.0, 4410.0, 4451.0, 4432.0, 4464.0, 4447.0, 4463.0, 4448.0, 4441.0, 4432.0, 4414.0, 4465.0, 4400.0, 4451.0, 4398.0, 4438.0, 4419.0, 4450.0, 4430.0, 4462.0, 4432.0, 4451.0, 4433.0, 4451.0, 4444.0, 4451.0, 4441.0, 4400.0, 4430.0, 4400.0, 4440.0, 4401.0, 4454.0, 4435.0, 4466.0, 4470.0, 4438.0, 4479.0, 4450.0, 4428.0, 4490.0, 4461.0, 4481.0, 4476.0, 4498.0, 4492.0, 4439.0, 4457.0, 4445.0, 4435.0, 4467.0, 4455.0, 4421.0, 4453.0, 4411.0, 4440.0, 4421.0, 4438.0, 4418.0, 4436.0, 4418.0, 4400.0, 4402.0, 4360.0, 4411.0, 4394.0, 4421.0, 4406.0, 4413.0, 4404.0, 4364.0, 4425.0, 4411.0, 4438.0, 4429.0, 4448.0, 4426.0, 4414.0, 4442.0, 4389.0, 4461.0, 4442.0, 4449.0, 4432.0, 4413.0, 4442.0, 4428.0, 4466.0, 4426.0, 4474.0, 4445.0, 4458.0, 4437.0, 4431.0, 4467.0, 4437.0, 4476.0, 4444.0, 4476.0, 4467.0, 4479.0, 4458.0, 4445.0, 4456.0, 4422.0, 4465.0, 4438.0, 4476.0, 4456.0, 4452.0, 4430.0, 4419.0, 4429.0, 4400.0, 4450.0, 4420.0, 4461.0, 4451.0, 4440.0, 4418.0, 4406.0, 4421.0, 4393.0, 4442.0, 4416.0, 4453.0, 4443.0, 4446.0, 4477.0, 4424.0, 4419.0, 4456.0, 4452.0, 4429.0, 4478.0, 4436.0, 4439.0, 4470.0, 4479.0, 4448.0, 4435.0, 4465.0, 4445.0, 4450.0, 4431.0, 4410.0, 4440.0, 4397.0, 4437.0, 4404.0, 4422.0, 4390.0, 4366.0, 4399.0, 4367.0, 4395.0, 4354.0, 4406.0, 4377.0, 4405.0, 4386.0, 4375.0, 4397.0, 4368.0, 4409.0, 4381.0, 4431.0, 4402.0, 4394.0, 4435.0, 4384.0, 4435.0, 4420.0, 4450.0, 4420.0, 4453.0, 4430.0, 4411.0, 4466.0, 4426.0, 4453.0, 4421.0, 4462.0, 4447.0, 4410.0, 4455.0, 4413.0, 4463.0, 4470.0, 4468.0, 4456.0, 4436.0, 4476.0, 4435.0, 4489.0, 4471.0, 4477.0, 4456.0, 4456.0, 4457.0, 4414.0, 4465.0, 4423.0, 4463.0, 4443.0, 4463.0, 4445.0, 4463.0, 4445.0, 4465.0, 4457.0, 4423.0, 4465.0, 4412.0, 4464.0, 4412.0, 4462.0, 4435.0, 4476.0, 4459.0, 4465.0, 4444.0, 4411.0, 4442.0, 4402.0, 4462.0, 4412.0, 4462.0, 4422.0, 4464.0, 4451.0, 4488.0, 4446.0, 4454.0, 4432.0, 4404.0, 4490.0, 4459.0, 4431.0, 4479.0, 4447.0, 4477.0, 4467.0, 4438.0, 4414.0, 4465.0, 4446.0, 4416.0, 4466.0, 4422.0, 4477.0, 4443.0, 4448.0, 4418.0, 4437.0, 4419.0, 4436.0, 4417.0, 4413.0, 4400.0, 4379.0, 4408.0, 4390.0, 4397.0, 4364.0, 4373.0, 4344.0, 4383.0, 4355.0, 4393.0, 4374.0, 4386.0, 4411.0, 4382.0, 4408.0, 4390.0, 4371.0], 'WindowWidth': [9932.0, 9899.0, 9834.0, 9896.0, 9846.0, 9859.0, 9826.0, 9794.0, 9837.0, 9773.0, 9848.0, 9802.0, 9849.0, 9814.0, 9771.0, 9777.0, 9747.0, 9802.0, 9829.0, 9868.0, 9821.0, 9808.0, 9782.0, 9743.0, 9773.0, 9813.0, 9780.0, 9846.0, 9835.0, 9852.0, 9785.0, 9818.0, 9785.0, 9821.0, 9799.0, 9828.0, 9799.0, 9825.0, 9790.0, 9805.0, 9770.0, 9782.0, 9741.0, 9733.0, 9691.0, 9692.0, 9758.0, 9684.0, 9770.0, 9704.0, 9751.0, 9738.0, 9704.0, 9726.0, 9729.0, 9756.0, 9761.0, 9798.0, 9799.0, 9814.0, 9786.0, 9765.0, 9801.0, 9795.0, 9734.0, 9817.0, 9764.0, 9713.0, 9723.0, 9671.0, 9726.0, 9714.0, 9647.0, 9729.0, 9720.0, 9676.0, 9758.0, 9740.0, 9668.0, 9753.0, 9754.0, 9715.0, 9743.0, 9683.0, 9773.0, 9722.0, 9803.0, 9786.0, 9731.0, 9772.0, 9720.0, 9788.0, 9726.0, 9785.0, 9743.0, 9820.0, 9805.0, 9825.0, 9797.0, 9752.0, 9792.0, 9698.0, 9800.0, 9772.0, 9829.0, 9766.0, 9827.0, 9769.0, 9777.0, 9794.0, 9822.0, 9821.0, 9842.0, 9776.0, 9831.0, 9784.0, 9845.0, 9818.0, 9792.0, 9872.0, 9840.0, 9859.0, 9837.0, 9750.0, 9802.0, 9745.0, 9773.0, 9742.0, 9747.0, 9765.0, 9680.0, 9727.0, 9652.0, 9726.0, 9700.0, 9738.0, 9737.0, 9701.0, 9729.0, 9681.0, 9766.0, 9745.0, 9715.0, 9758.0, 9715.0, 9734.0, 9761.0, 9743.0, 9751.0, 9820.0, 9799.0, 9806.0, 9783.0, 9760.0, 9787.0, 9715.0, 9786.0, 9726.0, 9798.0, 9749.0, 9827.0, 9784.0, 9825.0, 9760.0, 9776.0, 9739.0, 9731.0, 9807.0, 9778.0, 9848.0, 9848.0, 9834.0, 9847.0, 9796.0, 9872.0, 9825.0, 9824.0, 9870.0, 9817.0, 9749.0, 9829.0, 9779.0, 9809.0, 9840.0, 9812.0, 9834.0, 9798.0, 9800.0, 9775.0, 9741.0, 9772.0, 9771.0, 9793.0, 9760.0, 9715.0, 9771.0, 9724.0, 9742.0, 9713.0, 9682.0, 9713.0, 9653.0, 9725.0, 9655.0, 9744.0, 9711.0, 9761.0, 9736.0, 9768.0, 9733.0, 9730.0, 9729.0, 9721.0, 9793.0, 9723.0, 9791.0, 9738.0, 9778.0, 9768.0, 9773.0, 9815.0, 9777.0, 9824.0, 9818.0, 9852.0, 9825.0, 9832.0, 9823.0, 9801.0, 9827.0, 9762.0, 9853.0, 9791.0, 9827.0, 9790.0, 9798.0, 9783.0, 9823.0, 9820.0, 9780.0, 9765.0, 9772.0, 9805.0, 9740.0, 9801.0, 9798.0, 9764.0, 9758.0, 9711.0, 9776.0, 9737.0, 9728.0, 9713.0, 9689.0, 9702.0, 9639.0, 9695.0, 9654.0, 9697.0, 9724.0, 9717.0, 9701.0, 9654.0, 9694.0, 9641.0, 9696.0, 9676.0, 9649.0, 9710.0, 9694.0, 9748.0, 9700.0, 9761.0, 9724.0, 9748.0, 9744.0, 9735.0, 9763.0, 9736.0, 9744.0, 9742.0, 9775.0, 9766.0, 9745.0, 9808.0, 9773.0, 9810.0, 9831.0, 9820.0, 9810.0, 9831.0, 9800.0, 9808.0, 9843.0, 9801.0, 9828.0, 9793.0, 9776.0, 9747.0, 9770.0, 9730.0, 9724.0, 9745.0, 9702.0, 9757.0, 9695.0, 9748.0, 9693.0, 9775.0, 9744.0, 9791.0, 9733.0, 9754.0, 9730.0, 9716.0, 9762.0, 9729.0, 9820.0, 9763.0, 9813.0, 9781.0, 9771.0, 9779.0, 9706.0, 9802.0, 9750.0, 9826.0, 9781.0, 9843.0, 9802.0, 9786.0, 9784.0, 9755.0, 9783.0, 9833.0, 9794.0, 9831.0, 9855.0, 9788.0, 9848.0, 9873.0, 9866.0, 9859.0, 9862.0, 9812.0, 9784.0, 9805.0, 9790.0, 9803.0, 9757.0, 9748.0, 9711.0, 9669.0, 9721.0, 9662.0, 9693.0, 9688.0, 9711.0, 9684.0, 9629.0, 9679.0, 9640.0, 9715.0, 9654.0, 9716.0, 9696.0, 9715.0, 9736.0, 9717.0, 9775.0, 9753.0, 9725.0, 9746.0, 9706.0, 9768.0, 9753.0, 9795.0, 9785.0, 9784.0, 9784.0, 9729.0, 9784.0, 9742.0, 9792.0, 9739.0, 9811.0, 9770.0, 9814.0, 9785.0, 9785.0, 9769.0, 9773.0, 9750.0, 9815.0, 9773.0, 9755.0, 9735.0, 9754.0, 9766.0, 9732.0, 9807.0, 9786.0, 9740.0, 9810.0, 9773.0, 9837.0, 9790.0, 9753.0, 9803.0, 9763.0, 9798.0, 9819.0, 9804.0, 9789.0, 9767.0, 9779.0, 9766.0, 9762.0, 9789.0, 9735.0, 9740.0, 9711.0, 9733.0, 9676.0, 9694.0, 9674.0, 9701.0, 9674.0, 9643.0, 9690.0, 9665.0, 9714.0, 9669.0, 9721.0, 9687.0, 9736.0, 9708.0, 9741.0, 9721.0, 9764.0, 9754.0, 9778.0, 9768.0, 9705.0, 9747.0, 9702.0, 9763.0, 9722.0, 9779.0, 9744.0, 9776.0, 9739.0, 9801.0, 9739.0, 9784.0, 9738.0, 9779.0, 9730.0, 9798.0, 9746.0, 9817.0, 9764.0, 9820.0, 9807.0, 9818.0, 9797.0, 9780.0, 9818.0, 9756.0, 9821.0, 9747.0, 9840.0, 9763.0, 9817.0, 9810.0, 9843.0, 9819.0, 9830.0, 9824.0, 9767.0, 9795.0, 9768.0, 9826.0, 9783.0, 9859.0, 9799.0, 9813.0, 9786.0, 9847.0, 9831.0, 9800.0, 9817.0, 9845.0, 9792.0, 9770.0, 9826.0, 9818.0, 9789.0, 9873.0, 9865.0, 9817.0, 9867.0, 9811.0, 9799.0, 9755.0, 9755.0, 9714.0, 9696.0, 9689.0, 9644.0, 9702.0, 9661.0, 9720.0, 9674.0, 9705.0, 9704.0, 9661.0, 9698.0, 9651.0, 9720.0, 9701.0, 9714.0, 9733.0, 9688.0, 9744.0, 9747.0, 9771.0, 9792.0, 9744.0, 9794.0, 9775.0, 9800.0, 9799.0, 9726.0, 9798.0, 9758.0, 9807.0, 9791.0, 9792.0, 9789.0, 9785.0, 9787.0, 9759.0, 9806.0, 9768.0, 9841.0, 9804.0, 9812.0, 9753.0, 9738.0, 9768.0, 9729.0, 9800.0, 9762.0, 9820.0, 9820.0, 9843.0, 9812.0, 9774.0, 9775.0, 9773.0, 9821.0, 9822.0, 9840.0, 9868.0, 9822.0, 9843.0, 9797.0, 9763.0, 9817.0, 9826.0, 9807.0, 9848.0, 9809.0, 9744.0, 9798.0, 9747.0, 9774.0, 9744.0, 9767.0, 9724.0, 9750.0, 9746.0, 9750.0, 9707.0, 9743.0, 9721.0, 9696.0, 9723.0, 9704.0, 9752.0, 9737.0, 9714.0, 9782.0, 9726.0, 9791.0, 9739.0, 9796.0, 9774.0, 9821.0, 9803.0, 9816.0, 9800.0, 9784.0, 9770.0, 9753.0, 9822.0, 9726.0, 9796.0, 9722.0, 9774.0, 9749.0, 9792.0, 9766.0, 9813.0, 9773.0, 9795.0, 9778.0, 9796.0, 9790.0, 9797.0, 9785.0, 9725.0, 9766.0, 9726.0, 9780.0, 9729.0, 9805.0, 9780.0, 9826.0, 9843.0, 9798.0, 9862.0, 9822.0, 9782.0, 9869.0, 9830.0, 9856.0, 9858.0, 9888.0, 9872.0, 9792.0, 9812.0, 9791.0, 9778.0, 9827.0, 9810.0, 9753.0, 9808.0, 9736.0, 9779.0, 9753.0, 9776.0, 9742.0, 9769.0, 9746.0, 9707.0, 9710.0, 9651.0, 9723.0, 9703.0, 9738.0, 9722.0, 9728.0, 9716.0, 9662.0, 9749.0, 9742.0, 9771.0, 9760.0, 9784.0, 9753.0, 9749.0, 9785.0, 9706.0, 9807.0, 9783.0, 9790.0, 9769.0, 9746.0, 9783.0, 9778.0, 9826.0, 9768.0, 9833.0, 9792.0, 9817.0, 9786.0, 9784.0, 9825.0, 9785.0, 9837.0, 9787.0, 9839.0, 9826.0, 9845.0, 9814.0, 9793.0, 9808.0, 9757.0, 9818.0, 9789.0, 9841.0, 9810.0, 9798.0, 9764.0, 9747.0, 9760.0, 9723.0, 9792.0, 9751.0, 9812.0, 9796.0, 9781.0, 9747.0, 9727.0, 9754.0, 9724.0, 9785.0, 9763.0, 9806.0, 9792.0, 9799.0, 9845.0, 9766.0, 9770.0, 9813.0, 9815.0, 9783.0, 9848.0, 9785.0, 9795.0, 9839.0, 9852.0, 9804.0, 9779.0, 9828.0, 9793.0, 9799.0, 9769.0, 9734.0, 9778.0, 9714.0, 9769.0, 9718.0, 9741.0, 9691.0, 9650.0, 9700.0, 9655.0, 9690.0, 9634.0, 9708.0, 9670.0, 9705.0, 9683.0, 9666.0, 9698.0, 9662.0, 9717.0, 9683.0, 9751.0, 9712.0, 9705.0, 9762.0, 9695.0, 9765.0, 9750.0, 9793.0, 9752.0, 9803.0, 9764.0, 9741.0, 9827.0, 9771.0, 9803.0, 9757.0, 9814.0, 9801.0, 9740.0, 9804.0, 9748.0, 9817.0, 9838.0, 9834.0, 9812.0, 9784.0, 9835.0, 9783.0, 9861.0, 9844.0, 9843.0, 9811.0, 9813.0, 9816.0, 9751.0, 9821.0, 9762.0, 9815.0, 9788.0, 9815.0, 9794.0, 9816.0, 9794.0, 9823.0, 9817.0, 9764.0, 9820.0, 9744.0, 9819.0, 9746.0, 9812.0, 9781.0, 9837.0, 9821.0, 9821.0, 9789.0, 9741.0, 9787.0, 9733.0, 9816.0, 9746.0, 9815.0, 9756.0, 9818.0, 9813.0, 9863.0, 9803.0, 9811.0, 9774.0, 9743.0, 9869.0, 9821.0, 9784.0, 9848.0, 9801.0, 9842.0, 9829.0, 9788.0, 9751.0, 9824.0, 9798.0, 9760.0, 9827.0, 9758.0, 9847.0, 9788.0, 9790.0, 9745.0, 9772.0, 9746.0, 9767.0, 9740.0, 9730.0, 9707.0, 9674.0, 9719.0, 9692.0, 9698.0, 9647.0, 9659.0, 9617.0, 9670.0, 9635.0, 9684.0, 9662.0, 9683.0, 9727.0, 9687.0, 9717.0, 9696.0, 9670.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.0014668197474167624</td></tr>
<tr><td colspan=3>aqi</td><td>0.04248137095292767</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.37857841854028</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.250980506563219</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0087684338160925</td></tr>
<tr><td colspan=3>efc</td><td>0.4881</td></tr>
<tr><td colspan=3>fber</td><td>5911.1045</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18086357304140935</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>240</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.554535017221585</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4733235531720337</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3316662171360183</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6821192996896563</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4061851426904264</td></tr>
<tr><td colspan=3>gcor</td><td>0.0339976</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018650775775313377</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033478427678346634</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.121256342380789</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>21.2299</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1912</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.9246</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294218.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>810.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.4376</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1245</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.8276</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3611.5478</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3790.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1362.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4670.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>919.6169</td></tr>
<tr><td colspan=3>tsnr</td><td>33.08931411593221</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>