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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0024_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0024_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0024/ses-03/func/sub-0024_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ea1b8ca8e5e894392de417d7a932fd80</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>11:26:55.135000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998477, -0.0472374, 0.0285164, 0.043769, 0.992749, 0.111954]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0810935</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7787, -7249, 590, -87, -285, 74, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.982</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>72ed1e92-f170-40fc-a48c-38471994165b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678839683532715, 0.1174289882183075, 0.09071480482816696, 104.52643585205078], [0.1267343908548355, 2.663472890853882, 0.2984464466571808, -88.21803283691406], [0.07650747150182724, -0.30036550760269165, 2.6819210052490234, -55.4486083984375], [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': ['112655.135000', '112655.595000', '112656.055000', '112656.515000', '112656.975000', '112657.435000', '112657.895000', '112658.355000', '112658.815000', '112659.275000', '112659.735000', '112700.195000', '112700.655000', '112701.115000', '112701.575000', '112702.035000', '112702.495000', '112702.955000', '112703.415000', '112703.875000', '112704.335000', '112704.795000', '112705.255000', '112705.715000', '112706.175000', '112706.635000', '112707.095000', '112707.555000', '112708.015000', '112708.475000', '112708.935000', '112709.395000', '112709.855000', '112710.315000', '112710.775000', '112711.235000', '112711.695000', '112712.155000', '112712.615000', '112713.075000', '112713.535000', '112713.995000', '112714.455000', '112714.915000', '112715.375000', '112715.835000', '112716.295000', '112716.755000', '112717.215000', '112717.675000', '112718.135000', '112718.595000', '112719.055000', '112719.515000', '112719.975000', '112720.435000', '112720.895000', '112721.355000', '112721.815000', '112722.275000', '112722.735000', '112723.195000', '112723.655000', '112724.115000', '112724.575000', '112725.035000', '112725.495000', '112725.955000', '112726.415000', '112726.875000', '112727.335000', '112727.795000', '112728.255000', '112728.715000', '112729.175000', '112729.635000', '112730.095000', '112730.555000', '112731.015000', '112731.475000', '112731.935000', '112732.395000', '112732.855000', '112733.315000', '112733.775000', '112734.235000', '112734.695000', '112735.155000', '112735.615000', '112736.075000', '112736.535000', '112736.995000', '112737.455000', '112737.915000', '112738.375000', '112738.835000', '112739.295000', '112739.755000', '112740.215000', '112740.675000', '112741.135000', '112741.595000', '112742.055000', '112742.515000', '112742.975000', '112743.435000', '112743.895000', '112744.355000', '112744.815000', '112745.275000', '112745.735000', '112746.195000', '112746.655000', '112747.115000', '112747.575000', '112748.035000', '112748.495000', '112748.955000', '112749.415000', '112749.875000', '112750.335000', '112750.795000', '112751.255000', '112751.715000', '112752.175000', '112752.635000', '112753.095000', '112753.555000', '112754.015000', '112754.475000', '112754.935000', '112755.395000', '112755.855000', '112756.315000', '112756.775000', '112757.235000', '112757.695000', '112758.155000', '112758.615000', '112759.075000', '112759.535000', '112759.995000', '112800.455000', '112800.915000', '112801.375000', '112801.835000', '112802.295000', '112802.755000', '112803.215000', '112803.675000', '112804.135000', '112804.595000', '112805.055000', '112805.515000', '112805.975000', '112806.435000', '112806.895000', '112807.355000', '112807.815000', '112808.275000', '112808.735000', '112809.195000', '112809.655000', '112810.115000', '112810.575000', '112811.035000', '112811.495000', '112811.955000', '112812.415000', '112812.875000', '112813.335000', '112813.795000', '112814.255000', '112814.715000', '112815.175000', '112815.635000', '112816.095000', '112816.555000', '112817.015000', '112817.475000', '112817.935000', '112818.395000', '112818.855000', '112819.315000', '112819.775000', '112820.235000', '112820.695000', '112821.155000', '112821.615000', '112822.075000', '112822.535000', '112822.995000', '112823.455000', '112823.915000', '112824.375000', '112824.835000', '112825.295000', '112825.755000', '112826.215000', '112826.675000', '112827.135000', '112827.595000', '112828.055000', '112828.515000', '112828.975000', '112829.435000', '112829.895000', '112830.355000', '112830.815000', '112831.275000', '112831.735000', '112832.195000', '112832.655000', '112833.115000', '112833.575000', '112834.035000', '112834.495000', '112834.955000', '112835.415000', '112835.875000', '112836.335000', '112836.795000', '112837.255000', '112837.715000', '112838.175000', '112838.635000', '112839.095000', '112839.555000', '112840.015000', '112840.475000', '112840.935000', '112841.395000', '112841.855000', '112842.315000', '112842.775000', '112843.235000', '112843.695000', '112844.155000', '112844.615000', '112845.075000', '112845.535000', '112845.995000', '112846.455000', '112846.915000', '112847.375000', '112847.835000', '112848.295000', '112848.755000', '112849.215000', '112849.675000', '112850.135000', '112850.595000', '112851.055000', '112851.515000', '112851.975000', '112852.435000', '112852.895000', '112853.355000', '112853.815000', '112854.275000', '112854.735000', '112855.195000', '112855.655000', '112856.115000', '112856.575000', '112857.035000', '112857.495000', '112857.955000', '112858.415000', '112858.875000', '112859.335000', '112859.795000', '112900.255000', '112900.715000', '112901.175000', '112901.635000', '112902.095000', '112902.555000', '112903.015000', '112903.475000', '112903.935000', '112904.395000', '112904.855000', '112905.315000', '112905.775000', '112906.235000', '112906.695000', '112907.155000', '112907.615000', '112908.075000', '112908.535000', '112908.995000', '112909.455000', '112909.915000', '112910.375000', '112910.835000', '112911.295000', '112911.755000', '112912.215000', '112912.675000', '112913.135000', '112913.595000', '112914.055000', '112914.515000', '112914.975000', '112915.435000', '112915.895000', '112916.355000', '112916.815000', '112917.275000', '112917.735000', '112918.195000', '112918.655000', '112919.115000', '112919.575000', '112920.035000', '112920.495000', '112920.955000', '112921.415000', '112921.875000', '112922.335000', '112922.795000', '112923.255000', '112923.715000', '112924.175000', '112924.635000', '112925.095000', '112925.555000', '112926.015000', '112926.475000', '112926.935000', '112927.395000', '112927.855000', '112928.315000', '112928.775000', '112929.235000', '112929.695000', '112930.155000', '112930.615000', '112931.075000', '112931.535000', '112931.995000', '112932.455000', '112932.915000', '112933.375000', '112933.835000', '112934.295000', '112934.755000', '112935.215000', '112935.675000', '112936.135000', '112936.595000', '112937.055000', '112937.515000', '112937.975000', '112938.435000', '112938.895000', '112939.355000', '112939.815000', '112940.275000', '112940.735000', '112941.195000', '112941.655000', '112942.115000', '112942.575000', '112943.035000', '112943.495000', '112943.955000', '112944.415000', '112944.875000', '112945.335000', '112945.795000', '112946.255000', '112946.715000', '112947.175000', '112947.635000', '112948.095000', '112948.555000', '112949.015000', '112949.475000', '112949.935000', '112950.395000', '112950.855000', '112951.315000', '112951.775000', '112952.235000', '112952.695000', '112953.155000', '112953.615000', '112954.075000', '112954.535000', '112954.995000', '112955.455000', '112955.915000', '112956.375000', '112956.835000', '112957.295000', '112957.755000', '112958.215000', '112958.675000', '112959.135000', '112959.595000', '113000.055000', '113000.515000', '113000.975000', '113001.435000', '113001.895000', '113002.355000', '113002.815000', '113003.275000', '113003.735000', '113004.195000', '113004.655000', '113005.115000', '113005.575000', '113006.035000', '113006.495000', '113006.955000', '113007.415000', '113007.875000', '113008.335000', '113008.795000', '113009.255000', '113009.715000', '113010.175000', '113010.635000', '113011.095000', '113011.555000', '113012.015000', '113012.475000', '113012.935000', '113013.395000', '113013.855000', '113014.315000', '113014.775000', '113015.235000', '113015.695000', '113016.155000', '113016.615000', '113017.075000', '113017.535000', '113017.995000', '113018.455000', '113018.915000', '113019.375000', '113019.835000', '113020.295000', '113020.755000', '113021.215000', '113021.675000', '113022.135000', '113022.595000', '113023.055000', '113023.515000', '113023.975000', '113024.435000', '113024.895000', '113025.355000', '113025.815000', '113026.275000', '113026.735000', '113027.195000', '113027.655000', '113028.115000', '113028.575000', '113029.035000', '113029.495000', '113029.955000', '113030.415000', '113030.875000', '113031.335000', '113031.795000', '113032.255000', '113032.715000', '113033.175000', '113033.635000', '113034.095000', '113034.555000', '113035.015000', '113035.475000', '113035.935000', '113036.395000', '113036.855000', '113037.315000', '113037.775000', '113038.235000', '113038.695000', '113039.155000', '113039.615000', '113040.075000', '113040.535000', '113040.995000', '113041.455000', '113041.915000', '113042.375000', '113042.835000', '113043.295000', '113043.755000', '113044.215000', '113044.675000', '113045.135000', '113045.595000', '113046.055000', '113046.515000', '113046.975000', '113047.435000', '113047.895000', '113048.355000', '113048.815000', '113049.275000', '113049.735000', '113050.195000', '113050.655000', '113051.115000', '113051.575000', '113052.035000', '113052.495000', '113052.955000', '113053.415000', '113053.875000', '113054.335000', '113054.795000', '113055.255000', '113055.715000', '113056.175000', '113056.635000', '113057.095000', '113057.555000', '113058.015000', '113058.475000', '113058.935000', '113059.395000', '113059.855000', '113100.315000', '113100.775000', '113101.235000', '113101.695000', '113102.155000', '113102.615000', '113103.075000', '113103.535000', '113103.995000', '113104.455000', '113104.915000', '113105.375000', '113105.835000', '113106.295000', '113106.755000', '113107.215000', '113107.675000', '113108.135000', '113108.595000', '113109.055000', '113109.515000', '113109.975000', '113110.435000', '113110.895000', '113111.355000', '113111.815000', '113112.275000', '113112.735000', '113113.195000', '113113.655000', '113114.115000', '113114.575000', '113115.035000', '113115.495000', '113115.955000', '113116.415000', '113116.875000', '113117.335000', '113117.795000', '113118.255000', '113118.715000', '113119.175000', '113119.635000', '113120.095000', '113120.555000', '113121.015000', '113121.475000', '113121.935000', '113122.395000', '113122.855000', '113123.315000', '113123.775000', '113124.235000', '113124.695000', '113125.155000', '113125.615000', '113126.075000', '113126.535000', '113126.995000', '113127.455000', '113127.915000', '113128.375000', '113128.835000', '113129.295000', '113129.755000', '113130.215000', '113130.675000', '113131.135000', '113131.595000', '113132.055000', '113132.515000', '113132.975000', '113133.435000', '113133.895000', '113134.355000', '113134.815000', '113135.275000', '113135.735000', '113136.195000', '113136.655000', '113137.115000', '113137.575000', '113138.035000', '113138.495000', '113138.955000', '113139.415000', '113139.875000', '113140.335000', '113140.795000', '113141.255000', '113141.715000', '113142.175000', '113142.635000', '113143.095000', '113143.555000', '113144.015000', '113144.475000', '113144.935000', '113145.395000', '113145.855000', '113146.315000', '113146.775000', '113147.235000', '113147.695000', '113148.155000', '113148.615000', '113149.075000', '113149.535000', '113149.995000', '113150.455000', '113150.915000', '113151.375000', '113151.835000', '113152.295000', '113152.755000', '113153.215000', '113153.675000', '113154.135000', '113154.595000', '113155.055000', '113155.515000', '113155.975000', '113156.435000', '113156.895000', '113157.355000', '113157.815000', '113158.275000', '113158.735000', '113159.195000', '113159.655000', '113200.115000', '113200.575000', '113201.035000', '113201.495000', '113201.955000', '113202.415000', '113202.875000', '113203.335000', '113203.795000', '113204.255000', '113204.715000', '113205.175000', '113205.635000', '113206.095000', '113206.555000', '113207.015000', '113207.475000', '113207.935000', '113208.395000', '113208.855000', '113209.315000', '113209.775000', '113210.235000', '113210.695000', '113211.155000', '113211.615000', '113212.075000', '113212.535000', '113212.995000', '113213.455000', '113213.915000', '113214.375000', '113214.835000', '113215.295000', '113215.755000', '113216.215000', '113216.675000', '113217.135000', '113217.595000', '113218.055000', '113218.515000', '113218.975000', '113219.435000', '113219.895000', '113220.355000', '113220.815000', '113221.275000', '113221.735000', '113222.195000', '113222.655000', '113223.115000', '113223.575000', '113224.035000', '113224.495000', '113224.955000', '113225.415000', '113225.875000', '113226.335000', '113226.795000', '113227.255000', '113227.715000', '113228.175000', '113228.635000', '113229.095000', '113229.555000', '113230.015000', '113230.475000', '113230.935000', '113231.395000', '113231.855000', '113232.315000', '113232.775000', '113233.235000', '113233.695000', '113234.155000', '113234.615000', '113235.075000', '113235.535000', '113235.995000', '113236.455000', '113236.915000', '113237.375000', '113237.835000', '113238.295000', '113238.755000', '113239.215000', '113239.675000', '113240.135000', '113240.595000', '113241.055000', '113241.515000', '113241.975000', '113242.435000', '113242.895000', '113243.355000', '113243.815000', '113244.275000', '113244.735000', '113245.195000', '113245.655000', '113246.115000', '113246.575000', '113247.035000', '113247.495000', '113247.955000', '113248.415000', '113248.875000', '113249.335000', '113249.795000', '113250.255000', '113250.715000', '113251.175000', '113251.635000', '113252.095000', '113252.555000', '113253.015000', '113253.475000', '113253.935000', '113254.395000', '113254.855000', '113255.315000', '113255.775000', '113256.235000', '113256.695000', '113257.155000', '113257.615000', '113258.075000', '113258.535000', '113258.995000', '113259.455000', '113259.915000', '113300.375000', '113300.835000', '113301.295000', '113301.755000', '113302.215000', '113302.675000', '113303.135000', '113303.595000', '113304.055000', '113304.515000', '113304.975000', '113305.435000', '113305.895000', '113306.355000', '113306.815000', '113307.275000', '113307.735000', '113308.195000', '113308.655000', '113309.115000', '113309.575000', '113310.035000', '113310.495000', '113310.955000', '113311.415000', '113311.875000', '113312.335000', '113312.795000', '113313.255000', '113313.715000', '113314.175000', '113314.635000', '113315.095000', '113315.555000', '113316.015000', '113316.475000', '113316.935000', '113317.395000', '113317.855000', '113318.315000', '113318.775000', '113319.235000', '113319.695000', '113320.155000', '113320.615000', '113321.075000', '113321.535000', '113321.995000', '113322.455000', '113322.915000', '113323.375000', '113323.835000', '113324.295000', '113324.755000', '113325.215000', '113325.675000', '113326.135000', '113326.595000', '113327.055000', '113327.515000', '113327.975000', '113328.435000', '113328.895000', '113329.355000', '113329.815000', '113330.275000', '113330.735000', '113331.195000', '113331.655000', '113332.115000', '113332.575000', '113333.035000', '113333.495000', '113333.955000', '113334.415000', '113334.875000', '113335.335000', '113335.795000'], 'ContentTime': ['112723.347000', '112723.351000', '112723.354000', '112723.356000', '112723.359000', '112723.362000', '112723.365000', '112723.368000', '112723.371000', '112723.373000', '112723.376000', '112723.379000', '112723.382000', '112723.385000', '112723.387000', '112723.390000', '112723.393000', '112723.396000', '112723.399000', '112723.401000', '112723.404000', '112723.407000', '112723.410000', '112723.413000', '112723.415000', '112723.418000', '112723.421000', '112723.424000', '112723.432000', '112723.434000', '112723.437000', '112723.440000', '112723.443000', '112723.446000', '112723.448000', '112723.451000', '112723.454000', '112723.457000', '112723.460000', '112723.462000', '112723.465000', '112723.468000', '112723.471000', '112723.474000', '112723.476000', '112723.479000', '112723.482000', '112723.485000', '112723.488000', '112723.490000', '112723.493000', '112723.496000', '112723.499000', '112723.501000', '112723.504000', '112723.518000', '112723.521000', '112723.523000', '112723.526000', '112723.529000', '112743.318000', '112743.321000', '112743.323000', '112743.326000', '112743.329000', '112743.332000', '112743.334000', '112743.337000', '112743.340000', '112743.343000', '112743.346000', '112743.348000', '112743.351000', '112743.354000', '112743.357000', '112743.360000', '112743.362000', '112743.365000', '112743.368000', '112743.371000', '112743.373000', '112743.376000', '112743.379000', '112743.382000', '112743.385000', '112743.388000', '112743.390000', '112743.393000', '112743.396000', '112743.399000', '112743.401000', '112743.404000', '112743.407000', '112743.410000', '112743.412000', '112743.415000', '112743.418000', '112743.421000', '112743.424000', '112743.426000', '112743.429000', '112743.432000', '112743.435000', '112803.317000', '112803.320000', '112803.322000', '112803.332000', '112803.335000', '112803.338000', '112803.341000', '112803.344000', '112803.346000', '112803.349000', '112803.352000', '112803.355000', '112803.358000', '112803.361000', '112803.363000', '112803.366000', '112803.369000', '112803.372000', '112803.375000', '112803.377000', '112803.380000', '112803.383000', '112803.386000', '112803.389000', '112803.391000', '112803.394000', '112803.397000', '112803.400000', '112803.402000', '112803.405000', '112803.408000', '112803.411000', '112803.413000', '112803.416000', '112803.419000', '112803.422000', '112803.425000', '112803.442000', '112803.445000', '112803.448000', '112803.451000', '112803.453000', '112803.456000', '112803.459000', '112823.317000', '112823.320000', '112823.322000', '112823.325000', '112823.328000', '112823.331000', '112823.333000', '112823.336000', '112823.339000', '112823.342000', '112823.345000', '112823.348000', '112823.350000', '112823.353000', '112823.356000', '112823.359000', '112823.361000', '112823.364000', '112823.367000', '112823.370000', '112823.373000', '112823.376000', '112823.378000', '112823.381000', '112823.384000', '112823.387000', '112823.391000', '112823.394000', '112823.396000', '112823.399000', '112823.402000', '112823.405000', '112823.408000', '112823.410000', '112823.413000', '112823.416000', '112823.419000', '112823.422000', '112823.425000', '112823.427000', '112823.430000', '112823.433000', '112823.436000', '112843.317000', '112843.320000', '112843.323000', '112843.325000', '112843.328000', '112843.331000', '112843.334000', '112843.337000', '112843.339000', '112843.342000', '112843.345000', '112843.348000', '112843.351000', '112843.353000', '112843.356000', '112843.364000', '112843.367000', '112843.369000', '112843.372000', '112843.375000', '112843.378000', '112843.381000', '112843.383000', '112843.386000', '112843.389000', '112843.392000', '112843.395000', '112843.398000', '112843.400000', '112843.403000', '112843.406000', '112843.409000', '112843.411000', '112843.414000', '112843.417000', '112843.420000', '112843.423000', '112843.425000', '112843.428000', '112843.431000', '112843.434000', '112843.436000', '112843.439000', '112843.442000', '112903.317000', '112903.320000', '112903.323000', '112903.325000', '112903.328000', '112903.331000', '112903.334000', '112903.337000', '112903.339000', '112903.342000', '112903.345000', '112903.348000', '112903.351000', '112903.353000', '112903.356000', '112903.359000', '112903.362000', '112903.365000', '112903.367000', '112903.370000', '112903.373000', '112903.376000', '112903.379000', '112903.381000', '112903.384000', '112903.387000', '112903.390000', '112903.393000', '112903.395000', '112903.398000', '112903.401000', '112903.404000', '112903.407000', '112903.409000', '112903.412000', '112903.415000', '112903.418000', '112903.421000', '112903.423000', '112903.426000', '112903.429000', '112903.432000', '112903.434000', '112923.317000', '112923.320000', '112923.322000', '112923.325000', '112923.328000', '112923.331000', '112923.334000', '112923.336000', '112923.339000', '112923.342000', '112923.345000', '112923.348000', '112923.350000', '112923.353000', '112923.356000', '112923.359000', '112923.362000', '112923.364000', '112923.367000', '112923.370000', '112923.373000', '112923.375000', '112923.378000', '112923.381000', '112923.384000', '112923.387000', '112923.389000', '112923.392000', '112923.395000', '112923.398000', '112923.401000', '112923.403000', '112923.406000', '112923.409000', '112923.412000', '112923.415000', '112923.417000', '112923.420000', '112923.423000', '112923.426000', '112923.428000', '112923.431000', '112923.434000', '112923.437000', '112943.317000', '112943.320000', '112943.323000', '112943.325000', '112943.328000', '112943.331000', '112943.334000', '112943.337000', '112943.339000', '112943.342000', '112943.345000', '112943.348000', '112943.351000', '112943.354000', '112943.356000', '112943.359000', '112943.362000', '112943.365000', '112943.368000', '112943.370000', '112943.373000', '112943.376000', '112943.379000', '112943.382000', '112943.384000', '112943.397000', '112943.400000', '112943.403000', '112943.406000', '112943.409000', '112943.411000', '112943.414000', '112943.417000', '112943.429000', '112943.432000', '112943.435000', '112943.438000', '112943.441000', '112943.444000', '112943.446000', '112943.449000', '112943.452000', '112943.455000', '113003.318000', '113003.321000', '113003.324000', '113003.326000', '113003.329000', '113003.332000', '113003.335000', '113003.338000', '113003.340000', '113003.343000', '113003.346000', '113003.349000', '113003.352000', '113003.354000', '113003.357000', '113003.360000', '113003.363000', '113003.366000', '113003.369000', '113003.371000', '113003.374000', '113003.377000', '113003.380000', '113003.382000', '113003.385000', '113003.388000', '113003.391000', '113003.394000', '113003.397000', '113003.399000', '113003.402000', '113003.405000', '113003.408000', '113003.411000', '113003.413000', '113003.416000', '113003.419000', '113003.422000', '113003.425000', '113003.427000', '113003.430000', '113003.433000', '113003.436000', '113003.439000', '113023.317000', '113023.320000', '113023.323000', '113023.325000', '113023.328000', '113023.331000', '113023.334000', '113023.336000', '113023.339000', '113023.342000', '113023.345000', '113023.348000', '113023.350000', '113023.353000', '113023.356000', '113023.359000', '113023.362000', '113023.365000', '113023.367000', '113023.370000', '113023.373000', '113023.376000', '113023.379000', '113023.381000', '113023.384000', '113023.387000', '113023.390000', '113023.393000', '113023.395000', '113023.398000', '113023.401000', '113023.404000', '113023.407000', '113023.409000', '113023.412000', '113023.415000', '113023.418000', '113023.420000', '113023.423000', '113023.426000', '113023.429000', '113023.432000', '113023.434000', '113043.317000', '113043.320000', '113043.323000', '113043.325000', '113043.328000', '113043.331000', '113043.334000', '113043.337000', '113043.340000', '113043.342000', '113043.345000', '113043.348000', '113043.351000', '113043.353000', '113043.356000', '113043.359000', '113043.362000', '113043.365000', '113043.367000', '113043.370000', '113043.373000', '113043.376000', '113043.378000', '113043.381000', '113043.384000', '113043.387000', '113043.395000', '113043.398000', '113043.401000', '113043.404000', '113043.406000', '113043.409000', '113043.412000', '113043.415000', '113043.417000', '113043.420000', '113043.423000', '113043.426000', '113043.429000', '113043.431000', '113043.434000', '113043.437000', '113043.440000', '113043.443000', '113103.317000', '113103.320000', '113103.323000', '113103.326000', '113103.329000', '113103.331000', '113103.334000', '113103.337000', '113103.340000', '113103.343000', '113103.346000', '113103.348000', '113103.351000', '113103.354000', '113103.357000', '113103.360000', '113103.363000', '113103.365000', '113103.368000', '113103.371000', '113103.374000', '113103.377000', '113103.380000', '113103.383000', '113103.385000', '113103.388000', '113103.391000', '113103.394000', '113103.397000', '113103.400000', '113103.403000', '113103.405000', '113103.408000', '113103.411000', '113103.414000', '113103.417000', '113103.420000', '113103.422000', '113103.425000', '113103.428000', '113103.431000', '113103.434000', '113103.436000', '113123.317000', '113123.321000', '113123.323000', '113123.326000', '113123.329000', '113123.332000', '113123.335000', '113123.337000', '113123.340000', '113123.343000', '113123.346000', '113123.349000', '113123.351000', '113123.354000', '113123.371000', '113123.374000', '113123.377000', '113123.380000', '113123.382000', '113123.385000', '113123.388000', '113123.391000', '113123.393000', '113123.396000', '113123.399000', '113123.402000', '113123.405000', '113123.407000', '113123.410000', '113123.413000', '113123.416000', '113123.418000', '113123.421000', '113123.424000', '113123.427000', '113123.430000', '113123.432000', '113123.435000', '113123.438000', '113123.441000', '113123.444000', '113123.446000', '113123.449000', '113143.317000', '113143.320000', '113143.323000', '113143.325000', '113143.328000', '113143.331000', '113143.334000', '113143.337000', '113143.339000', '113143.342000', '113143.345000', '113143.348000', '113143.350000', '113143.353000', '113143.356000', '113143.359000', '113143.362000', '113143.364000', '113143.367000', '113143.370000', '113143.373000', '113143.376000', '113143.378000', '113143.381000', '113143.384000', '113143.387000', '113143.389000', '113143.392000', '113143.395000', '113143.398000', '113143.401000', '113143.403000', '113143.406000', '113143.409000', '113143.412000', '113143.415000', '113143.417000', '113143.420000', '113143.423000', '113143.426000', '113143.428000', '113143.431000', '113143.434000', '113143.437000', '113203.317000', '113203.320000', '113203.323000', '113203.326000', '113203.332000', '113203.335000', '113203.338000', '113203.340000', '113203.343000', '113203.346000', '113203.349000', '113203.352000', '113203.355000', '113203.357000', '113203.360000', '113203.363000', '113203.366000', '113203.369000', '113203.371000', '113203.374000', '113203.377000', '113203.380000', '113203.383000', '113203.385000', '113203.388000', '113203.391000', '113203.394000', '113203.397000', '113203.399000', '113203.402000', '113203.405000', '113203.408000', '113203.410000', '113203.413000', '113203.416000', '113203.419000', '113203.421000', '113203.424000', '113203.427000', '113203.430000', '113203.433000', '113203.435000', '113203.438000', '113223.318000', '113223.321000', '113223.324000', '113223.326000', '113223.329000', '113223.332000', '113223.335000', '113223.338000', '113223.341000', '113223.343000', '113223.346000', '113223.349000', '113223.352000', '113223.355000', '113223.358000', '113223.360000', '113223.363000', '113223.366000', '113223.369000', '113223.372000', '113223.374000', '113223.377000', '113223.380000', '113223.383000', '113223.386000', '113223.388000', '113223.391000', '113223.394000', '113223.397000', '113223.400000', '113223.403000', '113223.405000', '113223.408000', '113223.411000', '113223.414000', '113223.417000', '113223.419000', '113223.422000', '113223.425000', '113223.428000', '113223.430000', '113223.433000', '113223.436000', '113223.439000', '113243.317000', '113243.320000', '113243.323000', '113243.325000', '113243.328000', '113243.331000', '113243.334000', '113243.337000', '113243.340000', '113243.342000', '113243.345000', '113243.348000', '113243.351000', '113243.354000', '113243.356000', '113243.359000', '113243.362000', '113243.365000', '113243.368000', '113243.371000', '113243.374000', '113243.377000', '113243.379000', '113243.382000', '113243.385000', '113243.403000', '113243.405000', '113243.408000', '113243.411000', '113243.414000', '113243.416000', '113243.419000', '113243.422000', '113243.425000', '113243.428000', '113243.430000', '113243.433000', '113243.436000', '113243.439000', '113243.442000', '113243.444000', '113243.447000', '113243.450000', '113303.317000', '113303.320000', '113303.323000', '113303.326000', '113303.329000', '113303.332000', '113303.334000', '113303.337000', '113303.340000', '113303.343000', '113303.346000', '113303.348000', '113303.351000', '113303.354000', '113303.357000', '113303.360000', '113303.363000', '113303.365000', '113303.368000', '113303.371000', '113303.374000', '113303.377000', '113303.380000', '113303.382000', '113303.385000', '113303.388000', '113303.391000', '113303.394000', '113303.397000', '113303.399000', '113303.402000', '113303.406000', '113303.409000', '113303.412000', '113303.415000', '113303.418000', '113303.420000', '113303.423000', '113303.426000', '113303.429000', '113303.432000', '113303.434000', '113303.437000', '113303.440000', '113323.317000', '113323.398000', '113323.400000', '113323.403000', '113323.406000', '113323.409000', '113323.412000', '113323.414000', '113323.417000', '113323.420000', '113323.423000', '113323.426000', '113323.428000', '113323.431000', '113323.434000', '113323.437000', '113323.440000', '113323.442000', '113323.445000', '113323.448000', '113323.451000', '113323.454000', '113323.456000', '113323.459000', '113323.462000', '113323.465000', '113323.468000', '113323.471000', '113323.473000', '113323.476000', '113323.479000', '113323.482000', '113323.485000', '113323.487000', '113323.490000', '113323.493000', '113323.496000', '113323.499000', '113323.502000', '113323.504000', '113323.507000', '113323.510000', '113323.513000', '113336.759000', '113336.763000', '113336.765000', '113336.768000', '113336.772000', '113336.775000', '113336.778000', '113336.781000', '113336.783000', '113336.786000', '113336.789000', '113336.792000', '113336.795000', '113336.798000', '113336.801000', '113336.803000', '113336.807000', '113336.810000', '113336.812000', '113336.815000', '113336.818000', '113336.821000', '113336.824000', '113336.827000', '113336.830000', '113336.833000', '113336.836000', '113336.838000', '113336.841000', '113336.844000'], 'InstanceCreationTime': ['112723.347000', '112723.351000', '112723.354000', '112723.356000', '112723.359000', '112723.362000', '112723.365000', '112723.368000', '112723.371000', '112723.373000', '112723.376000', '112723.379000', '112723.382000', '112723.385000', '112723.387000', '112723.390000', '112723.393000', '112723.396000', '112723.399000', '112723.401000', '112723.404000', '112723.407000', '112723.410000', '112723.413000', '112723.415000', '112723.418000', '112723.421000', '112723.424000', '112723.432000', '112723.434000', '112723.437000', '112723.440000', '112723.443000', '112723.446000', '112723.448000', '112723.451000', '112723.454000', '112723.457000', '112723.460000', '112723.462000', '112723.465000', '112723.468000', '112723.471000', '112723.474000', '112723.476000', '112723.479000', '112723.482000', '112723.485000', '112723.488000', '112723.490000', '112723.493000', '112723.496000', '112723.499000', '112723.501000', '112723.504000', '112723.518000', '112723.521000', '112723.523000', '112723.526000', '112723.529000', '112743.318000', '112743.321000', '112743.323000', '112743.326000', '112743.329000', '112743.332000', '112743.334000', '112743.337000', '112743.340000', '112743.343000', '112743.346000', '112743.348000', '112743.351000', '112743.354000', '112743.357000', '112743.360000', '112743.362000', '112743.365000', '112743.368000', '112743.371000', '112743.373000', '112743.376000', '112743.379000', '112743.382000', '112743.385000', '112743.388000', '112743.390000', '112743.393000', '112743.396000', '112743.399000', '112743.401000', '112743.404000', '112743.407000', '112743.410000', '112743.412000', '112743.415000', '112743.418000', '112743.421000', '112743.424000', '112743.426000', '112743.429000', '112743.432000', '112743.435000', '112803.317000', '112803.320000', '112803.322000', '112803.332000', '112803.335000', '112803.338000', '112803.341000', '112803.344000', '112803.346000', '112803.349000', '112803.352000', '112803.355000', '112803.358000', '112803.361000', '112803.363000', '112803.366000', '112803.369000', '112803.372000', '112803.375000', '112803.377000', '112803.380000', '112803.383000', '112803.386000', '112803.389000', '112803.391000', '112803.394000', '112803.397000', '112803.400000', '112803.402000', '112803.405000', '112803.408000', '112803.411000', '112803.413000', '112803.416000', '112803.419000', '112803.422000', '112803.425000', '112803.442000', '112803.445000', '112803.448000', '112803.451000', '112803.453000', '112803.456000', '112803.459000', '112823.317000', '112823.320000', '112823.322000', '112823.325000', '112823.328000', '112823.331000', '112823.333000', '112823.336000', '112823.339000', '112823.342000', '112823.345000', '112823.348000', '112823.350000', '112823.353000', '112823.356000', '112823.359000', '112823.361000', '112823.364000', '112823.367000', '112823.370000', '112823.373000', '112823.376000', '112823.378000', '112823.381000', '112823.384000', '112823.387000', '112823.391000', '112823.394000', '112823.396000', '112823.399000', '112823.402000', '112823.405000', '112823.408000', '112823.410000', '112823.413000', '112823.416000', '112823.419000', '112823.422000', '112823.425000', '112823.427000', '112823.430000', '112823.433000', '112823.436000', '112843.317000', '112843.320000', '112843.323000', '112843.325000', '112843.328000', '112843.331000', '112843.334000', '112843.337000', '112843.339000', '112843.342000', '112843.345000', '112843.348000', '112843.351000', '112843.353000', '112843.356000', '112843.364000', '112843.367000', '112843.369000', '112843.372000', '112843.375000', '112843.378000', '112843.381000', '112843.383000', '112843.386000', '112843.389000', '112843.392000', '112843.395000', '112843.398000', '112843.400000', '112843.403000', '112843.406000', '112843.409000', '112843.411000', '112843.414000', '112843.417000', '112843.420000', '112843.423000', '112843.425000', '112843.428000', '112843.431000', '112843.434000', '112843.436000', '112843.439000', '112843.442000', '112903.317000', '112903.320000', '112903.323000', '112903.325000', '112903.328000', '112903.331000', '112903.334000', '112903.337000', '112903.339000', '112903.342000', '112903.345000', '112903.348000', '112903.351000', '112903.353000', '112903.356000', '112903.359000', '112903.362000', '112903.365000', '112903.367000', '112903.370000', '112903.373000', '112903.376000', '112903.379000', '112903.381000', '112903.384000', '112903.387000', '112903.390000', '112903.393000', '112903.395000', '112903.398000', '112903.401000', '112903.404000', '112903.407000', '112903.409000', '112903.412000', '112903.415000', '112903.418000', '112903.421000', '112903.423000', '112903.426000', '112903.429000', '112903.432000', '112903.434000', '112923.317000', '112923.320000', '112923.322000', '112923.325000', '112923.328000', '112923.331000', '112923.334000', '112923.336000', '112923.339000', '112923.342000', '112923.345000', '112923.348000', '112923.350000', '112923.353000', '112923.356000', '112923.359000', '112923.362000', '112923.364000', '112923.367000', '112923.370000', '112923.373000', '112923.375000', '112923.378000', '112923.381000', '112923.384000', '112923.387000', '112923.389000', '112923.392000', '112923.395000', '112923.398000', '112923.401000', '112923.403000', '112923.406000', '112923.409000', '112923.412000', '112923.415000', '112923.417000', '112923.420000', '112923.423000', '112923.426000', '112923.428000', '112923.431000', '112923.434000', '112923.437000', '112943.317000', '112943.320000', '112943.323000', '112943.325000', '112943.328000', '112943.331000', '112943.334000', '112943.337000', '112943.339000', '112943.342000', '112943.345000', '112943.348000', '112943.351000', '112943.354000', '112943.356000', '112943.359000', '112943.362000', '112943.365000', '112943.368000', '112943.370000', '112943.373000', '112943.376000', '112943.379000', '112943.382000', '112943.384000', '112943.397000', '112943.400000', '112943.403000', '112943.406000', '112943.409000', '112943.411000', '112943.414000', '112943.417000', '112943.429000', '112943.432000', '112943.435000', '112943.438000', '112943.441000', '112943.444000', '112943.446000', '112943.449000', '112943.452000', '112943.455000', '113003.318000', '113003.321000', '113003.324000', '113003.326000', '113003.329000', '113003.332000', '113003.335000', '113003.338000', '113003.340000', '113003.343000', '113003.346000', '113003.349000', '113003.352000', '113003.354000', '113003.357000', '113003.360000', '113003.363000', '113003.366000', '113003.369000', '113003.371000', '113003.374000', '113003.377000', '113003.380000', '113003.382000', '113003.385000', '113003.388000', '113003.391000', '113003.394000', '113003.397000', '113003.399000', '113003.402000', '113003.405000', '113003.408000', '113003.411000', '113003.413000', '113003.416000', '113003.419000', '113003.422000', '113003.425000', '113003.427000', '113003.430000', '113003.433000', '113003.436000', '113003.439000', '113023.317000', '113023.320000', '113023.323000', '113023.325000', '113023.328000', '113023.331000', '113023.334000', '113023.336000', '113023.339000', '113023.342000', '113023.345000', '113023.348000', '113023.350000', '113023.353000', '113023.356000', '113023.359000', '113023.362000', '113023.365000', '113023.367000', '113023.370000', '113023.373000', '113023.376000', '113023.379000', '113023.381000', '113023.384000', '113023.387000', '113023.390000', '113023.393000', '113023.395000', '113023.398000', '113023.401000', '113023.404000', '113023.407000', '113023.409000', '113023.412000', '113023.415000', '113023.418000', '113023.420000', '113023.423000', '113023.426000', '113023.429000', '113023.432000', '113023.434000', '113043.317000', '113043.320000', '113043.323000', '113043.325000', '113043.328000', '113043.331000', '113043.334000', '113043.337000', '113043.340000', '113043.342000', '113043.345000', '113043.348000', '113043.351000', '113043.353000', '113043.356000', '113043.359000', '113043.362000', '113043.365000', '113043.367000', '113043.370000', '113043.373000', '113043.376000', '113043.378000', '113043.381000', '113043.384000', '113043.387000', '113043.395000', '113043.398000', '113043.401000', '113043.404000', '113043.406000', '113043.409000', '113043.412000', '113043.415000', '113043.417000', '113043.420000', '113043.423000', '113043.426000', '113043.429000', '113043.431000', '113043.434000', '113043.437000', '113043.440000', '113043.443000', '113103.317000', '113103.320000', '113103.323000', '113103.326000', '113103.329000', '113103.331000', '113103.334000', '113103.337000', '113103.340000', '113103.343000', '113103.346000', '113103.348000', '113103.351000', '113103.354000', '113103.357000', '113103.360000', '113103.363000', '113103.365000', '113103.368000', '113103.371000', '113103.374000', '113103.377000', '113103.380000', '113103.383000', '113103.385000', '113103.388000', '113103.391000', '113103.394000', '113103.397000', '113103.400000', '113103.403000', '113103.405000', '113103.408000', '113103.411000', '113103.414000', '113103.417000', '113103.420000', '113103.422000', '113103.425000', '113103.428000', '113103.431000', '113103.434000', '113103.436000', '113123.317000', '113123.321000', '113123.323000', '113123.326000', '113123.329000', '113123.332000', '113123.335000', '113123.337000', '113123.340000', '113123.343000', '113123.346000', '113123.349000', '113123.351000', '113123.354000', '113123.371000', '113123.374000', '113123.377000', '113123.380000', '113123.382000', '113123.385000', '113123.388000', '113123.391000', '113123.393000', '113123.396000', '113123.399000', '113123.402000', '113123.405000', '113123.407000', '113123.410000', '113123.413000', '113123.416000', '113123.418000', '113123.421000', '113123.424000', '113123.427000', '113123.430000', '113123.432000', '113123.435000', '113123.438000', '113123.441000', '113123.444000', '113123.446000', '113123.449000', '113143.317000', '113143.320000', '113143.323000', '113143.325000', '113143.328000', '113143.331000', '113143.334000', '113143.337000', '113143.339000', '113143.342000', '113143.345000', '113143.348000', '113143.350000', '113143.353000', '113143.356000', '113143.359000', '113143.362000', '113143.364000', '113143.367000', '113143.370000', '113143.373000', '113143.376000', '113143.378000', '113143.381000', '113143.384000', '113143.387000', '113143.389000', '113143.392000', '113143.395000', '113143.398000', '113143.401000', '113143.403000', '113143.406000', '113143.409000', '113143.412000', '113143.415000', '113143.417000', '113143.420000', '113143.423000', '113143.426000', '113143.428000', '113143.431000', '113143.434000', '113143.437000', '113203.317000', '113203.320000', '113203.323000', '113203.326000', '113203.332000', '113203.335000', '113203.338000', '113203.340000', '113203.343000', '113203.346000', '113203.349000', '113203.352000', '113203.355000', '113203.357000', '113203.360000', '113203.363000', '113203.366000', '113203.369000', '113203.371000', '113203.374000', '113203.377000', '113203.380000', '113203.383000', '113203.385000', '113203.388000', '113203.391000', '113203.394000', '113203.397000', '113203.399000', '113203.402000', '113203.405000', '113203.408000', '113203.410000', '113203.413000', '113203.416000', '113203.419000', '113203.421000', '113203.424000', '113203.427000', '113203.430000', '113203.433000', '113203.435000', '113203.438000', '113223.318000', '113223.321000', '113223.324000', '113223.326000', '113223.329000', '113223.332000', '113223.335000', '113223.338000', '113223.341000', '113223.343000', '113223.346000', '113223.349000', '113223.352000', '113223.355000', '113223.358000', '113223.360000', '113223.363000', '113223.366000', '113223.369000', '113223.372000', '113223.374000', '113223.377000', '113223.380000', '113223.383000', '113223.386000', '113223.388000', '113223.391000', '113223.394000', '113223.397000', '113223.400000', '113223.403000', '113223.405000', '113223.408000', '113223.411000', '113223.414000', '113223.417000', '113223.419000', '113223.422000', '113223.425000', '113223.428000', '113223.430000', '113223.433000', '113223.436000', '113223.439000', '113243.317000', '113243.320000', '113243.323000', '113243.325000', '113243.328000', '113243.331000', '113243.334000', '113243.337000', '113243.340000', '113243.342000', '113243.345000', '113243.348000', '113243.351000', '113243.354000', '113243.356000', '113243.359000', '113243.362000', '113243.365000', '113243.368000', '113243.371000', '113243.374000', '113243.377000', '113243.379000', '113243.382000', '113243.385000', '113243.403000', '113243.405000', '113243.408000', '113243.411000', '113243.414000', '113243.416000', '113243.419000', '113243.422000', '113243.425000', '113243.428000', '113243.430000', '113243.433000', '113243.436000', '113243.439000', '113243.442000', '113243.444000', '113243.447000', '113243.450000', '113303.317000', '113303.320000', '113303.323000', '113303.326000', '113303.329000', '113303.332000', '113303.334000', '113303.337000', '113303.340000', '113303.343000', '113303.346000', '113303.348000', '113303.351000', '113303.354000', '113303.357000', '113303.360000', '113303.363000', '113303.365000', '113303.368000', '113303.371000', '113303.374000', '113303.377000', '113303.380000', '113303.382000', '113303.385000', '113303.388000', '113303.391000', '113303.394000', '113303.397000', '113303.399000', '113303.402000', '113303.406000', '113303.409000', '113303.412000', '113303.415000', '113303.418000', '113303.420000', '113303.423000', '113303.426000', '113303.429000', '113303.432000', '113303.434000', '113303.437000', '113303.440000', '113323.317000', '113323.398000', '113323.400000', '113323.403000', '113323.406000', '113323.409000', '113323.412000', '113323.414000', '113323.417000', '113323.420000', '113323.423000', '113323.426000', '113323.428000', '113323.431000', '113323.434000', '113323.437000', '113323.440000', '113323.442000', '113323.445000', '113323.448000', '113323.451000', '113323.454000', '113323.456000', '113323.459000', '113323.462000', '113323.465000', '113323.468000', '113323.471000', '113323.473000', '113323.476000', '113323.479000', '113323.482000', '113323.485000', '113323.487000', '113323.490000', '113323.493000', '113323.496000', '113323.499000', '113323.502000', '113323.504000', '113323.507000', '113323.510000', '113323.513000', '113336.759000', '113336.763000', '113336.765000', '113336.768000', '113336.772000', '113336.775000', '113336.778000', '113336.781000', '113336.783000', '113336.786000', '113336.789000', '113336.792000', '113336.795000', '113336.798000', '113336.801000', '113336.803000', '113336.807000', '113336.810000', '113336.812000', '113336.815000', '113336.818000', '113336.821000', '113336.824000', '113336.827000', '113336.830000', '113336.833000', '113336.836000', '113336.838000', '113336.841000', '113336.844000'], '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': [8356, 12593, 8491, 12084, 8796, 9726, 8623, 9504, 9060, 8235, 9081, 8271, 12681, 9588, 10565, 8890, 9645, 8509, 9353, 8960, 11477, 8962, 10206, 8839, 10362, 8879, 8335, 9186, 8004, 12437, 8316, 10222, 8237, 9035, 8726, 9299, 8937, 11353, 8542, 9378, 8961, 8246, 9832, 7934, 11497, 8531, 12091, 8550, 8730, 8592, 7748, 11555, 8487, 9498, 8982, 8857, 9145, 7800, 10063, 8477, 11029, 8552, 9536, 8971, 9162, 9102, 10397, 9144, 9547, 8894, 9074, 9089, 10951, 9204, 8221, 10745, 7997, 12196, 8449, 11451, 8828, 9740, 8985, 9992, 10565, 8379, 11320, 8131, 10681, 8738, 11105, 8650, 9692, 9023, 8877, 9104, 8283, 11948, 8316, 11038, 8915, 9934, 8768, 11847, 8864, 8815, 9494, 8944, 13503, 9087, 10674, 8684, 10972, 9176, 9609, 8723, 9834, 9160, 8138, 9252, 8257, 8656, 8756, 11692, 8208, 11043, 8513, 9606, 8722, 10945, 8777, 9573, 8661, 9202, 8546, 12677, 8732, 9913, 9129, 10662, 9066, 8296, 9071, 8474, 11295, 8023, 11700, 9101, 9781, 8376, 9519, 8827, 8427, 8755, 9303, 9710, 9667, 8929, 8193, 12410, 7933, 10914, 8674, 8589, 8736, 8966, 11562, 8158, 11067, 8574, 8952, 8789, 10306, 9159, 9104, 8969, 9159, 9038, 10115, 9084, 8534, 9063, 9263, 9269, 8077, 8808, 7994, 12037, 8692, 9958, 8847, 9396, 8985, 7978, 9123, 8078, 13264, 9677, 10183, 8834, 9722, 8903, 7953, 9889, 7886, 12405, 8864, 9123, 8408, 9202, 8147, 11668, 8396, 11456, 7990, 9750, 8460, 8718, 7836, 9859, 7906, 9334, 8725, 12619, 9746, 10804, 8835, 9486, 8363, 8919, 8734, 9637, 8608, 8925, 13353, 9535, 9504, 8125, 9039, 8742, 8009, 8998, 8005, 8930, 8131, 9016, 8644, 9938, 8692, 8875, 9255, 9671, 8955, 9031, 9063, 8613, 9228, 11119, 9171, 8687, 9691, 8979, 8981, 8015, 12986, 9326, 11879, 8957, 10189, 9090, 10538, 9044, 8429, 9168, 8099, 13038, 9071, 11623, 8624, 11009, 8317, 9914, 8603, 10180, 8563, 10160, 9028, 8951, 8791, 8167, 8602, 8102, 11035, 9178, 8865, 8012, 12217, 7887, 10858, 8674, 9604, 8766, 9165, 8897, 7834, 12640, 8317, 10875, 8528, 9961, 8903, 8283, 8714, 7841, 11776, 8844, 9472, 8539, 9332, 8681, 9325, 8930, 12436, 9246, 10668, 8955, 8724, 9623, 8085, 12244, 8840, 10854, 8660, 9816, 9061, 9534, 9045, 8145, 9958, 8408, 11540, 8986, 10418, 9350, 8026, 12379, 8828, 11293, 9433, 8470, 10026, 8941, 8854, 9225, 8384, 9149, 9037, 9681, 8721, 8876, 8514, 9348, 8874, 9325, 9235, 9727, 8270, 13855, 9843, 12028, 8743, 13681, 9106, 10992, 12084, 9217, 13521, 8715, 11772, 8586, 10370, 10202, 10144, 13819, 9705, 10728, 8457, 9030, 8757, 9502, 11466, 9471, 11772, 7903, 10181, 8670, 9989, 9040, 9082, 9222, 9466, 8748, 7940, 11661, 8668, 10780, 8781, 10624, 9063, 8471, 8858, 7905, 9302, 8435, 9072, 9114, 9089, 8345, 8884, 8328, 12441, 8416, 12969, 8321, 10739, 8268, 11516, 8775, 9189, 8997, 9862, 11805, 8053, 10723, 8410, 9139, 8944, 9453, 8390, 9632, 8981, 7939, 8889, 7826, 12196, 8364, 9655, 8543, 12478, 9255, 8065, 9778, 8429, 10121, 9051, 10361, 9294, 8184, 10733, 8961, 9346, 9292, 8288, 9223, 8738, 9305, 9015, 9373, 9069, 9130, 9530, 9933, 10117, 12291, 9102, 9770, 10880, 8750, 12958, 11387, 11361, 9198, 8308, 13520, 8558, 11578, 9144, 9164, 9203, 8251, 11826, 8532, 10692, 8961, 9196, 9086, 9366, 9137, 8500, 12428, 8720, 13418, 8890, 9193, 9445, 8055, 12691, 8618, 12111, 8854, 9973, 8975, 9678, 8833, 8184, 12751, 8317, 11361, 8942, 13385, 8723, 10150, 8906, 8622, 8904, 8709, 12495, 8813, 11284, 8215, 11691, 8819, 8696, 10475, 7768, 11486, 9049, 12708, 8763, 8271, 11035, 7897, 10703, 8644, 8961, 8743, 9993, 8862, 8088, 8824, 8464, 8964, 8063, 8790, 8186, 10163, 8216, 12460, 8573, 8968, 8472, 9392, 8249, 10951, 8746, 12546, 8910, 10281, 8914, 10774, 8704, 9967, 8963, 10778, 9742, 9838, 8980, 8309, 8456, 8094, 12802, 8769, 10628, 8468, 9705, 8403, 9748, 8826, 10433, 8875, 9274, 9507, 7979, 11764, 8230, 11370, 8726, 11753, 8876, 10374, 9080, 8685, 9144, 7966, 12584, 8579, 10036, 8361, 9301, 9063, 11373, 8944, 8857, 10506, 8444, 11543, 8348, 9736, 8466, 9901, 8873, 9372, 8814, 9296, 8703, 9277, 8914, 11600, 9181, 10904, 8826, 9359, 9068, 9202, 8680, 9328, 11468, 10075, 9975, 7903, 9019, 7741, 12430, 9185, 10394, 8482, 9925, 9157, 7877, 12458, 8601, 12055, 8647, 9345, 8607, 8138, 12299, 7965, 10303, 8425, 10781, 8660, 8697, 8448, 7842, 11909, 9240, 12918, 8327, 9318, 8672, 8301, 8769, 7932, 11892, 8325, 9515, 8610, 11194, 8421, 9056, 8902, 9233, 8974, 8366, 8703, 7823, 12235, 8400, 10579, 8319, 8957, 8805, 9689, 9025, 8168, 8582, 8016, 9252, 8182, 8951, 8119, 8690, 8000, 10031, 8636, 9025, 8899, 9173, 8677, 8606, 8769, 7821, 11185, 8823, 10556, 8990, 11273, 7839, 10190, 7778, 12570, 8961, 12275, 8677, 9840, 8601, 8116, 8873, 8246, 12868, 9179, 9948, 8611, 8751, 8703, 8208, 9235, 8287, 9803, 8022, 10903, 8311, 9246, 8589, 8879, 8697, 10130, 8812, 10539, 9232, 8274, 8763, 8258, 12449, 8797, 12199, 8575, 11259, 8998, 8913, 8969, 10014, 12766, 8768, 8734, 7762, 10953, 8341, 11526, 8691, 9293, 8645, 8815, 9990, 7729, 11418, 8655, 9555, 8648, 9720, 8977, 8233, 11531, 8660, 9733, 8445, 8904, 8700, 8895, 8800, 8505, 8859, 9851, 8716, 8458, 9021, 7961, 10889, 7890, 11348, 8037, 9761, 8450, 9954, 8719, 8851, 8843, 9561, 10095, 7929, 10555, 8697, 10585, 8999, 8925, 9287, 7986, 8721, 7952, 11795, 8508, 9155, 8678, 8522, 9028, 7770, 8704, 8439, 11602, 8415, 9671, 8534, 8853, 8994, 8251, 8856, 9106, 8656, 8362, 13049, 9438, 11656, 8566, 9883, 8938, 10557, 8768, 8408, 8454, 8131, 12324, 9677, 10047, 8400, 9148, 8885, 10657, 9074, 8948, 9172, 10135, 9103, 8571, 8893, 7898, 9158, 8886, 9486, 8341, 8625, 7961], 'WindowCenter': [4529.0, 4543.0, 4499.0, 4527.0, 4484.0, 4492.0, 4471.0, 4481.0, 4470.0, 4472.0, 4470.0, 4471.0, 4512.0, 4482.0, 4491.0, 4469.0, 4478.0, 4468.0, 4469.0, 4468.0, 4489.0, 4470.0, 4490.0, 4469.0, 4481.0, 4468.0, 4459.0, 4469.0, 4459.0, 4498.0, 4469.0, 4479.0, 4471.0, 4468.0, 4470.0, 4479.0, 4481.0, 4501.0, 4470.0, 4481.0, 4469.0, 4473.0, 4480.0, 4461.0, 4501.0, 4471.0, 4498.0, 4459.0, 4469.0, 4458.0, 4460.0, 4499.0, 4470.0, 4476.0, 4468.0, 4470.0, 4468.0, 4462.0, 4491.0, 4470.0, 4490.0, 4472.0, 4481.0, 4481.0, 4480.0, 4481.0, 4491.0, 4482.0, 4482.0, 4482.0, 4480.0, 4483.0, 4503.0, 4493.0, 4485.0, 4503.0, 4474.0, 4512.0, 4474.0, 4503.0, 4483.0, 4495.0, 4482.0, 4492.0, 4490.0, 4472.0, 4500.0, 4472.0, 4490.0, 4483.0, 4503.0, 4472.0, 4493.0, 4480.0, 4481.0, 4481.0, 4473.0, 4502.0, 4473.0, 4492.0, 4482.0, 4491.0, 4482.0, 4501.0, 4470.0, 4482.0, 4482.0, 4482.0, 4511.0, 4471.0, 4490.0, 4470.0, 4491.0, 4482.0, 4482.0, 4470.0, 4481.0, 4480.0, 4471.0, 4480.0, 4472.0, 4471.0, 4483.0, 4512.0, 4474.0, 4503.0, 4496.0, 4493.0, 4485.0, 4505.0, 4484.0, 4494.0, 4497.0, 4493.0, 4483.0, 4513.0, 4473.0, 4492.0, 4482.0, 4491.0, 4470.0, 4472.0, 4481.0, 4473.0, 4501.0, 4472.0, 4503.0, 4471.0, 4479.0, 4471.0, 4480.0, 4470.0, 4471.0, 4472.0, 4482.0, 4480.0, 4479.0, 4469.0, 4471.0, 4497.0, 4460.0, 4490.0, 4469.0, 4482.0, 4470.0, 4481.0, 4489.0, 4460.0, 4488.0, 4469.0, 4469.0, 4470.0, 4489.0, 4481.0, 4470.0, 4481.0, 4480.0, 4481.0, 4491.0, 4482.0, 4483.0, 4482.0, 4482.0, 4481.0, 4473.0, 4481.0, 4474.0, 4502.0, 4472.0, 4481.0, 4482.0, 4481.0, 4481.0, 4473.0, 4482.0, 4486.0, 4524.0, 4493.0, 4490.0, 4472.0, 4482.0, 4468.0, 4460.0, 4478.0, 4460.0, 4499.0, 4481.0, 4481.0, 4472.0, 4480.0, 4473.0, 4517.0, 4497.0, 4527.0, 4487.0, 4495.0, 4485.0, 4470.0, 4461.0, 4491.0, 4473.0, 4482.0, 4473.0, 4512.0, 4481.0, 4490.0, 4469.0, 4479.0, 4469.0, 4468.0, 4469.0, 4480.0, 4470.0, 4482.0, 4509.0, 4468.0, 4467.0, 4458.0, 4468.0, 4469.0, 4460.0, 4481.0, 4471.0, 4469.0, 4460.0, 4480.0, 4482.0, 4491.0, 4482.0, 4483.0, 4495.0, 4494.0, 4483.0, 4495.0, 4494.0, 4485.0, 4495.0, 4515.0, 4505.0, 4496.0, 4494.0, 4485.0, 4482.0, 4473.0, 4511.0, 4482.0, 4512.0, 4495.0, 4494.0, 4470.0, 4492.0, 4481.0, 4474.0, 4480.0, 4473.0, 4513.0, 4484.0, 4502.0, 4482.0, 4492.0, 4472.0, 4491.0, 4471.0, 4491.0, 4471.0, 4478.0, 4468.0, 4479.0, 4469.0, 4471.0, 4481.0, 4473.0, 4489.0, 4481.0, 4469.0, 4462.0, 4498.0, 4460.0, 4501.0, 4482.0, 4482.0, 4458.0, 4469.0, 4468.0, 4460.0, 4498.0, 4472.0, 4489.0, 4470.0, 4479.0, 4469.0, 4471.0, 4469.0, 4472.0, 4499.0, 4480.0, 4481.0, 4482.0, 4481.0, 4485.0, 4493.0, 4485.0, 4513.0, 4483.0, 4505.0, 4484.0, 4484.0, 4482.0, 4471.0, 4513.0, 4484.0, 4503.0, 4470.0, 4481.0, 4471.0, 4481.0, 4469.0, 4471.0, 4491.0, 4472.0, 4501.0, 4470.0, 4491.0, 4469.0, 4458.0, 4512.0, 4493.0, 4501.0, 4481.0, 4483.0, 4491.0, 4494.0, 4493.0, 4494.0, 4480.0, 4493.0, 4493.0, 4518.0, 4524.0, 4507.0, 4508.0, 4517.0, 4510.0, 4508.0, 4510.0, 4507.0, 4499.0, 4536.0, 4507.0, 4514.0, 4485.0, 4524.0, 4484.0, 4504.0, 4499.0, 4479.0, 4509.0, 4471.0, 4500.0, 4468.0, 4493.0, 4490.0, 4480.0, 4497.0, 4468.0, 4476.0, 4455.0, 4457.0, 4467.0, 4477.0, 4487.0, 4476.0, 4487.0, 4458.0, 4475.0, 4458.0, 4478.0, 4469.0, 4469.0, 4469.0, 4480.0, 4469.0, 4459.0, 4489.0, 4471.0, 4490.0, 4469.0, 4478.0, 4468.0, 4469.0, 4466.0, 4471.0, 4480.0, 4471.0, 4481.0, 4485.0, 4483.0, 4484.0, 4482.0, 4485.0, 4514.0, 4471.0, 4511.0, 4472.0, 4491.0, 4470.0, 4500.0, 4471.0, 4480.0, 4469.0, 4479.0, 4499.0, 4460.0, 4488.0, 4460.0, 4479.0, 4481.0, 4492.0, 4469.0, 4480.0, 4468.0, 4471.0, 4469.0, 4463.0, 4513.0, 4470.0, 4480.0, 4472.0, 4512.0, 4481.0, 4472.0, 4492.0, 4484.0, 4504.0, 4484.0, 4506.0, 4493.0, 4483.0, 4502.0, 4484.0, 4493.0, 4506.0, 4485.0, 4493.0, 4484.0, 4493.0, 4495.0, 4505.0, 4508.0, 4507.0, 4519.0, 4520.0, 4520.0, 4539.0, 4499.0, 4519.0, 4515.0, 4498.0, 4515.0, 4504.0, 4502.0, 4480.0, 4470.0, 4510.0, 4470.0, 4501.0, 4482.0, 4481.0, 4480.0, 4471.0, 4499.0, 4482.0, 4501.0, 4491.0, 4494.0, 4481.0, 4492.0, 4481.0, 4483.0, 4511.0, 4481.0, 4522.0, 4481.0, 4481.0, 4492.0, 4472.0, 4510.0, 4481.0, 4513.0, 4483.0, 4492.0, 4479.0, 4491.0, 4479.0, 4472.0, 4508.0, 4470.0, 4501.0, 4481.0, 4510.0, 4470.0, 4489.0, 4469.0, 4468.0, 4469.0, 4481.0, 4500.0, 4468.0, 4488.0, 4459.0, 4500.0, 4468.0, 4471.0, 4489.0, 4459.0, 4488.0, 4468.0, 4498.0, 4458.0, 4458.0, 4487.0, 4458.0, 4477.0, 4467.0, 4467.0, 4467.0, 4477.0, 4469.0, 4468.0, 4478.0, 4471.0, 4480.0, 4473.0, 4482.0, 4484.0, 4504.0, 4485.0, 4537.0, 4498.0, 4493.0, 4498.0, 4492.0, 4482.0, 4501.0, 4482.0, 4512.0, 4482.0, 4502.0, 4479.0, 4501.0, 4480.0, 4490.0, 4469.0, 4489.0, 4478.0, 4492.0, 4479.0, 4471.0, 4470.0, 4470.0, 4512.0, 4480.0, 4490.0, 4484.0, 4479.0, 4473.0, 4492.0, 4483.0, 4504.0, 4480.0, 4482.0, 4480.0, 4473.0, 4500.0, 4471.0, 4501.0, 4483.0, 4502.0, 4482.0, 4491.0, 4481.0, 4472.0, 4479.0, 4472.0, 4510.0, 4471.0, 4482.0, 4471.0, 4482.0, 4481.0, 4502.0, 4484.0, 4483.0, 4491.0, 4472.0, 4501.0, 4471.0, 4481.0, 4473.0, 4493.0, 4483.0, 4491.0, 4491.0, 4495.0, 4495.0, 4506.0, 4496.0, 4515.0, 4495.0, 4504.0, 4496.0, 4495.0, 4496.0, 4496.0, 4486.0, 4495.0, 4502.0, 4494.0, 4492.0, 4471.0, 4480.0, 4462.0, 4511.0, 4482.0, 4490.0, 4471.0, 4491.0, 4478.0, 4461.0, 4500.0, 4483.0, 4513.0, 4471.0, 4481.0, 4468.0, 4461.0, 4499.0, 4461.0, 4490.0, 4469.0, 4490.0, 4470.0, 4472.0, 4459.0, 4459.0, 4501.0, 4493.0, 4511.0, 4470.0, 4469.0, 4466.0, 4469.0, 4467.0, 4470.0, 4500.0, 4471.0, 4482.0, 4484.0, 4502.0, 4471.0, 4483.0, 4482.0, 4481.0, 4469.0, 4470.0, 4468.0, 4460.0, 4501.0, 4473.0, 4491.0, 4470.0, 4468.0, 4467.0, 4479.0, 4469.0, 4470.0, 4470.0, 4460.0, 4480.0, 4472.0, 4481.0, 4473.0, 4483.0, 4485.0, 4494.0, 4484.0, 4483.0, 4496.0, 4495.0, 4484.0, 4485.0, 4497.0, 4474.0, 4516.0, 4508.0, 4504.0, 4497.0, 4515.0, 4488.0, 4504.0, 4474.0, 4513.0, 4484.0, 4502.0, 4472.0, 4480.0, 4470.0, 4460.0, 4469.0, 4471.0, 4512.0, 4482.0, 4480.0, 4471.0, 4471.0, 4471.0, 4471.0, 4493.0, 4485.0, 4493.0, 4473.0, 4502.0, 4487.0, 4484.0, 4484.0, 4494.0, 4496.0, 4504.0, 4495.0, 4505.0, 4495.0, 4487.0, 4487.0, 4498.0, 4524.0, 4484.0, 4513.0, 4485.0, 4503.0, 4481.0, 4483.0, 4482.0, 4494.0, 4510.0, 4472.0, 4469.0, 4462.0, 4502.0, 4473.0, 4503.0, 4483.0, 4482.0, 4471.0, 4484.0, 4480.0, 4461.0, 4502.0, 4472.0, 4478.0, 4471.0, 4482.0, 4469.0, 4459.0, 4500.0, 4472.0, 4479.0, 4470.0, 4471.0, 4471.0, 4481.0, 4481.0, 4483.0, 4481.0, 4492.0, 4481.0, 4472.0, 4481.0, 4474.0, 4502.0, 4484.0, 4501.0, 4473.0, 4491.0, 4473.0, 4491.0, 4485.0, 4494.0, 4481.0, 4493.0, 4490.0, 4473.0, 4492.0, 4482.0, 4501.0, 4483.0, 4482.0, 4481.0, 4474.0, 4481.0, 4475.0, 4515.0, 4483.0, 4494.0, 4483.0, 4484.0, 4482.0, 4474.0, 4484.0, 4486.0, 4513.0, 4485.0, 4493.0, 4496.0, 4495.0, 4496.0, 4488.0, 4495.0, 4496.0, 4485.0, 4486.0, 4514.0, 4485.0, 4505.0, 4485.0, 4495.0, 4482.0, 4492.0, 4471.0, 4474.0, 4472.0, 4474.0, 4513.0, 4493.0, 4490.0, 4471.0, 4479.0, 4483.0, 4491.0, 4483.0, 4484.0, 4483.0, 4493.0, 4482.0, 4485.0, 4483.0, 4485.0, 4494.0, 4497.0, 4495.0, 4486.0, 4483.0, 4486.0], 'WindowWidth': [9972.0, 9978.0, 9911.0, 9941.0, 9879.0, 9886.0, 9854.0, 9867.0, 9849.0, 9857.0, 9849.0, 9853.0, 9911.0, 9868.0, 9878.0, 9848.0, 9856.0, 9843.0, 9844.0, 9843.0, 9872.0, 9847.0, 9877.0, 9845.0, 9863.0, 9842.0, 9832.0, 9843.0, 9833.0, 9887.0, 9848.0, 9859.0, 9851.0, 9844.0, 9847.0, 9859.0, 9866.0, 9892.0, 9849.0, 9865.0, 9845.0, 9855.0, 9860.0, 9838.0, 9891.0, 9850.0, 9883.0, 9830.0, 9845.0, 9827.0, 9835.0, 9887.0, 9848.0, 9853.0, 9843.0, 9849.0, 9843.0, 9839.0, 9879.0, 9850.0, 9877.0, 9855.0, 9866.0, 9865.0, 9861.0, 9865.0, 9881.0, 9867.0, 9868.0, 9867.0, 9863.0, 9872.0, 9899.0, 9885.0, 9878.0, 9899.0, 9859.0, 9909.0, 9861.0, 9897.0, 9871.0, 9890.0, 9868.0, 9882.0, 9875.0, 9855.0, 9889.0, 9854.0, 9876.0, 9870.0, 9898.0, 9856.0, 9883.0, 9863.0, 9867.0, 9865.0, 9857.0, 9896.0, 9859.0, 9882.0, 9868.0, 9878.0, 9870.0, 9894.0, 9848.0, 9871.0, 9869.0, 9867.0, 9905.0, 9852.0, 9876.0, 9848.0, 9879.0, 9868.0, 9868.0, 9848.0, 9863.0, 9861.0, 9853.0, 9862.0, 9856.0, 9853.0, 9871.0, 9910.0, 9861.0, 9898.0, 9896.0, 9885.0, 9877.0, 9902.0, 9873.0, 9887.0, 9900.0, 9886.0, 9870.0, 9910.0, 9857.0, 9884.0, 9866.0, 9877.0, 9849.0, 9854.0, 9864.0, 9857.0, 9893.0, 9857.0, 9898.0, 9852.0, 9858.0, 9850.0, 9862.0, 9848.0, 9851.0, 9854.0, 9866.0, 9861.0, 9860.0, 9845.0, 9852.0, 9883.0, 9836.0, 9876.0, 9844.0, 9870.0, 9852.0, 9866.0, 9873.0, 9834.0, 9870.0, 9846.0, 9844.0, 9850.0, 9875.0, 9865.0, 9848.0, 9864.0, 9863.0, 9866.0, 9879.0, 9869.0, 9872.0, 9868.0, 9867.0, 9866.0, 9859.0, 9866.0, 9859.0, 9897.0, 9856.0, 9865.0, 9867.0, 9865.0, 9865.0, 9857.0, 9867.0, 9881.0, 9932.0, 9883.0, 9876.0, 9852.0, 9864.0, 9841.0, 9834.0, 9857.0, 9837.0, 9886.0, 9866.0, 9865.0, 9858.0, 9864.0, 9859.0, 9928.0, 9901.0, 9942.0, 9886.0, 9893.0, 9877.0, 9850.0, 9839.0, 9881.0, 9858.0, 9869.0, 9857.0, 9911.0, 9865.0, 9875.0, 9847.0, 9858.0, 9847.0, 9843.0, 9845.0, 9862.0, 9849.0, 9868.0, 9903.0, 9843.0, 9839.0, 9831.0, 9843.0, 9845.0, 9835.0, 9866.0, 9852.0, 9847.0, 9837.0, 9862.0, 9869.0, 9879.0, 9871.0, 9873.0, 9891.0, 9888.0, 9875.0, 9891.0, 9891.0, 9877.0, 9892.0, 9919.0, 9909.0, 9898.0, 9889.0, 9879.0, 9869.0, 9859.0, 9910.0, 9870.0, 9911.0, 9893.0, 9887.0, 9849.0, 9882.0, 9866.0, 9859.0, 9861.0, 9857.0, 9914.0, 9873.0, 9895.0, 9870.0, 9882.0, 9856.0, 9879.0, 9852.0, 9880.0, 9852.0, 9858.0, 9843.0, 9861.0, 9845.0, 9852.0, 9867.0, 9860.0, 9874.0, 9866.0, 9847.0, 9840.0, 9886.0, 9837.0, 9894.0, 9871.0, 9867.0, 9829.0, 9846.0, 9842.0, 9834.0, 9886.0, 9853.0, 9874.0, 9848.0, 9859.0, 9846.0, 9852.0, 9846.0, 9854.0, 9889.0, 9864.0, 9866.0, 9869.0, 9867.0, 9878.0, 9886.0, 9878.0, 9912.0, 9871.0, 9902.0, 9873.0, 9875.0, 9868.0, 9854.0, 9912.0, 9875.0, 9898.0, 9850.0, 9864.0, 9851.0, 9866.0, 9847.0, 9854.0, 9882.0, 9856.0, 9894.0, 9851.0, 9879.0, 9844.0, 9833.0, 9909.0, 9888.0, 9894.0, 9867.0, 9873.0, 9884.0, 9888.0, 9888.0, 9891.0, 9867.0, 9887.0, 9887.0, 9936.0, 9953.0, 9917.0, 9918.0, 9931.0, 9926.0, 9917.0, 9923.0, 9913.0, 9905.0, 9953.0, 9913.0, 9920.0, 9879.0, 9933.0, 9877.0, 9902.0, 9892.0, 9862.0, 9904.0, 9851.0, 9889.0, 9843.0, 9886.0, 9877.0, 9862.0, 9883.0, 9841.0, 9850.0, 9822.0, 9826.0, 9840.0, 9856.0, 9868.0, 9853.0, 9867.0, 9830.0, 9850.0, 9829.0, 9857.0, 9848.0, 9846.0, 9844.0, 9863.0, 9844.0, 9833.0, 9874.0, 9855.0, 9876.0, 9847.0, 9858.0, 9843.0, 9847.0, 9840.0, 9854.0, 9865.0, 9854.0, 9866.0, 9877.0, 9871.0, 9875.0, 9868.0, 9879.0, 9918.0, 9856.0, 9909.0, 9856.0, 9879.0, 9850.0, 9890.0, 9852.0, 9866.0, 9846.0, 9861.0, 9886.0, 9834.0, 9870.0, 9834.0, 9860.0, 9867.0, 9882.0, 9847.0, 9863.0, 9846.0, 9854.0, 9847.0, 9846.0, 9913.0, 9852.0, 9863.0, 9854.0, 9908.0, 9864.0, 9857.0, 9880.0, 9877.0, 9901.0, 9875.0, 9910.0, 9887.0, 9876.0, 9898.0, 9875.0, 9887.0, 9910.0, 9882.0, 9887.0, 9877.0, 9888.0, 9894.0, 9908.0, 9918.0, 9916.0, 9937.0, 9938.0, 9935.0, 9959.0, 9905.0, 9934.0, 9923.0, 9901.0, 9922.0, 9902.0, 9896.0, 9862.0, 9852.0, 9906.0, 9852.0, 9893.0, 9868.0, 9867.0, 9864.0, 9856.0, 9890.0, 9870.0, 9894.0, 9883.0, 9891.0, 9868.0, 9886.0, 9868.0, 9874.0, 9910.0, 9869.0, 9925.0, 9868.0, 9869.0, 9880.0, 9858.0, 9907.0, 9869.0, 9914.0, 9874.0, 9883.0, 9861.0, 9881.0, 9862.0, 9856.0, 9899.0, 9851.0, 9895.0, 9868.0, 9904.0, 9849.0, 9874.0, 9847.0, 9847.0, 9846.0, 9869.0, 9893.0, 9846.0, 9873.0, 9834.0, 9889.0, 9844.0, 9850.0, 9875.0, 9834.0, 9869.0, 9843.0, 9884.0, 9827.0, 9831.0, 9870.0, 9832.0, 9853.0, 9841.0, 9841.0, 9842.0, 9856.0, 9846.0, 9848.0, 9860.0, 9853.0, 9863.0, 9859.0, 9871.0, 9876.0, 9906.0, 9880.0, 9959.0, 9905.0, 9890.0, 9905.0, 9889.0, 9875.0, 9897.0, 9875.0, 9914.0, 9871.0, 9899.0, 9864.0, 9895.0, 9865.0, 9878.0, 9848.0, 9875.0, 9860.0, 9883.0, 9860.0, 9852.0, 9848.0, 9854.0, 9914.0, 9867.0, 9880.0, 9875.0, 9863.0, 9858.0, 9884.0, 9871.0, 9904.0, 9868.0, 9871.0, 9864.0, 9858.0, 9892.0, 9853.0, 9894.0, 9874.0, 9898.0, 9868.0, 9881.0, 9866.0, 9853.0, 9859.0, 9855.0, 9907.0, 9854.0, 9867.0, 9855.0, 9867.0, 9868.0, 9896.0, 9875.0, 9874.0, 9880.0, 9855.0, 9893.0, 9855.0, 9868.0, 9859.0, 9886.0, 9874.0, 9882.0, 9883.0, 9892.0, 9895.0, 9910.0, 9897.0, 9919.0, 9893.0, 9904.0, 9893.0, 9891.0, 9894.0, 9895.0, 9880.0, 9894.0, 9899.0, 9887.0, 9881.0, 9854.0, 9863.0, 9840.0, 9906.0, 9869.0, 9877.0, 9850.0, 9879.0, 9858.0, 9837.0, 9890.0, 9873.0, 9912.0, 9851.0, 9864.0, 9844.0, 9839.0, 9886.0, 9839.0, 9877.0, 9846.0, 9874.0, 9849.0, 9855.0, 9831.0, 9834.0, 9893.0, 9887.0, 9908.0, 9851.0, 9846.0, 9840.0, 9849.0, 9841.0, 9850.0, 9893.0, 9851.0, 9868.0, 9874.0, 9895.0, 9852.0, 9874.0, 9870.0, 9865.0, 9846.0, 9849.0, 9844.0, 9836.0, 9894.0, 9859.0, 9881.0, 9849.0, 9844.0, 9843.0, 9860.0, 9846.0, 9850.0, 9850.0, 9838.0, 9862.0, 9856.0, 9868.0, 9860.0, 9873.0, 9880.0, 9890.0, 9876.0, 9873.0, 9894.0, 9893.0, 9877.0, 9876.0, 9899.0, 9862.0, 9922.0, 9917.0, 9904.0, 9898.0, 9919.0, 9889.0, 9902.0, 9862.0, 9914.0, 9876.0, 9899.0, 9854.0, 9861.0, 9846.0, 9835.0, 9845.0, 9852.0, 9910.0, 9867.0, 9862.0, 9852.0, 9851.0, 9851.0, 9852.0, 9886.0, 9879.0, 9886.0, 9859.0, 9897.0, 9884.0, 9873.0, 9874.0, 9889.0, 9896.0, 9903.0, 9892.0, 9907.0, 9890.0, 9881.0, 9881.0, 9901.0, 9933.0, 9874.0, 9912.0, 9876.0, 9898.0, 9864.0, 9872.0, 9869.0, 9885.0, 9903.0, 9852.0, 9847.0, 9842.0, 9894.0, 9857.0, 9900.0, 9870.0, 9867.0, 9851.0, 9873.0, 9862.0, 9838.0, 9896.0, 9856.0, 9860.0, 9849.0, 9867.0, 9844.0, 9833.0, 9889.0, 9855.0, 9861.0, 9848.0, 9850.0, 9851.0, 9865.0, 9867.0, 9871.0, 9867.0, 9884.0, 9866.0, 9856.0, 9865.0, 9862.0, 9896.0, 9877.0, 9895.0, 9858.0, 9878.0, 9857.0, 9880.0, 9877.0, 9889.0, 9865.0, 9884.0, 9876.0, 9856.0, 9880.0, 9869.0, 9896.0, 9871.0, 9867.0, 9866.0, 9860.0, 9867.0, 9864.0, 9921.0, 9875.0, 9889.0, 9873.0, 9875.0, 9870.0, 9862.0, 9876.0, 9881.0, 9914.0, 9879.0, 9888.0, 9895.0, 9892.0, 9896.0, 9887.0, 9891.0, 9894.0, 9878.0, 9883.0, 9915.0, 9875.0, 9902.0, 9878.0, 9890.0, 9868.0, 9882.0, 9852.0, 9859.0, 9853.0, 9860.0, 9914.0, 9884.0, 9878.0, 9854.0, 9861.0, 9869.0, 9879.0, 9871.0, 9874.0, 9870.0, 9884.0, 9870.0, 9877.0, 9872.0, 9878.0, 9890.0, 9898.0, 9890.0, 9882.0, 9874.0, 9881.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.0006803110599078342</td></tr>
<tr><td colspan=3>aqi</td><td>0.018162323847926265</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.51906289140718</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3409339189504041</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0053520220645906</td></tr>
<tr><td colspan=3>efc</td><td>0.4749</td></tr>
<tr><td colspan=3>fber</td><td>7340.7769</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09650789868254267</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.456221198156682</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4124632318535197</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.375383397911901</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5517653937066265</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.310240903942031</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108851</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01223033294081688</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026035141199827194</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.202467831968314</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.9408</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.3812</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.0929</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297593.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>827.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.2651</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1641</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.6773</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3713.3648</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4795.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.213</td></tr>
<tr><td colspan=3>tsnr</td><td>45.505648606223986</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>