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

616 lines
No EOL
124 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-0130_ses-02_task-narratives_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-0130_ses-02_task-narratives_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-02_subject-0130_suffix-bold_task-narratives" 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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0130_suffix-bold_task-narratives" 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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0130_suffix-bold_task-narratives" 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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0130_suffix-bold_task-narratives" 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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-narratives_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-02_subject-0130_suffix-bold_task-narratives" 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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-narratives_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-02_subject-0130_suffix-bold_task-narratives" 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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0130_suffix-bold_task-narratives" 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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-02_task-narratives_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-02_task-narratives_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-0130/ses-02/func/sub-0130_ses-02_task-narratives_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>05e11ed3a52e305c9895aedc0681ac58</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>12:37:11.450000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99023, -0.0960558, 0.101082, 0.103903, 0.991721, -0.0754527]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_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.0947515</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-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7760, -7230, 398, -228, 32, -2, 71]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.794</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>92a57f20-dff9-4189-bdca-a109b511e35f||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.656715154647827, 0.27876317501068115, 0.25109294056892395, 89.5161361694336], [0.2577107846736908, 2.6607158184051514, -0.23008926212787628, -111.15914154052734], [0.27119532227516174, 0.20243416726589203, 2.678434371948242, -94.22096252441406], [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, 1098]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'AcquisitionTime': ['123711.450000', '123711.910000', '123712.370000', '123712.830000', '123713.290000', '123713.750000', '123714.210000', '123714.670000', '123715.130000', '123715.590000', '123716.050000', '123716.510000', '123716.970000', '123717.430000', '123717.890000', '123718.350000', '123718.810000', '123719.270000', '123719.730000', '123720.190000', '123720.650000', '123721.110000', '123721.570000', '123722.030000', '123722.490000', '123722.950000', '123723.410000', '123723.870000', '123724.330000', '123724.790000', '123725.250000', '123725.710000', '123726.170000', '123726.630000', '123727.090000', '123727.550000', '123728.010000', '123728.470000', '123728.930000', '123729.390000', '123729.850000', '123730.310000', '123730.770000', '123731.230000', '123731.690000', '123732.150000', '123732.610000', '123733.070000', '123733.530000', '123733.990000', '123734.450000', '123734.910000', '123735.370000', '123735.830000', '123736.290000', '123736.750000', '123737.210000', '123737.670000', '123738.130000', '123738.590000', '123739.050000', '123739.510000', '123739.970000', '123740.430000', '123740.890000', '123741.350000', '123741.810000', '123742.270000', '123742.730000', '123743.190000', '123743.650000', '123744.110000', '123744.570000', '123745.030000', '123745.490000', '123745.950000', '123746.410000', '123746.870000', '123747.330000', '123747.790000', '123748.250000', '123748.710000', '123749.170000', '123749.630000', '123750.090000', '123750.550000', '123751.010000', '123751.470000', '123751.930000', '123752.390000', '123752.850000', '123753.310000', '123753.770000', '123754.230000', '123754.690000', '123755.150000', '123755.610000', '123756.070000', '123756.530000', '123756.990000', '123757.450000', '123757.910000', '123758.370000', '123758.830000', '123759.290000', '123759.750000', '123800.210000', '123800.670000', '123801.130000', '123801.590000', '123802.050000', '123802.510000', '123802.970000', '123803.430000', '123803.890000', '123804.350000', '123804.810000', '123805.270000', '123805.730000', '123806.190000', '123806.650000', '123807.110000', '123807.570000', '123808.030000', '123808.490000', '123808.950000', '123809.410000', '123809.870000', '123810.330000', '123810.790000', '123811.250000', '123811.710000', '123812.170000', '123812.630000', '123813.090000', '123813.550000', '123814.010000', '123814.470000', '123814.930000', '123815.390000', '123815.850000', '123816.310000', '123816.770000', '123817.230000', '123817.690000', '123818.150000', '123818.610000', '123819.070000', '123819.530000', '123819.990000', '123820.450000', '123820.910000', '123821.370000', '123821.830000', '123822.290000', '123822.750000', '123823.210000', '123823.670000', '123824.130000', '123824.590000', '123825.050000', '123825.510000', '123825.970000', '123826.430000', '123826.890000', '123827.350000', '123827.810000', '123828.270000', '123828.730000', '123829.190000', '123829.650000', '123830.110000', '123830.570000', '123831.030000', '123831.490000', '123831.950000', '123832.410000', '123832.870000', '123833.330000', '123833.790000', '123834.250000', '123834.710000', '123835.170000', '123835.630000', '123836.090000', '123836.550000', '123837.010000', '123837.470000', '123837.930000', '123838.390000', '123838.850000', '123839.310000', '123839.770000', '123840.230000', '123840.690000', '123841.150000', '123841.610000', '123842.070000', '123842.530000', '123842.990000', '123843.450000', '123843.910000', '123844.370000', '123844.830000', '123845.290000', '123845.750000', '123846.210000', '123846.670000', '123847.130000', '123847.590000', '123848.050000', '123848.510000', '123848.970000', '123849.430000', '123849.890000', '123850.350000', '123850.810000', '123851.270000', '123851.730000', '123852.190000', '123852.650000', '123853.110000', '123853.570000', '123854.030000', '123854.490000', '123854.950000', '123855.410000', '123855.870000', '123856.330000', '123856.790000', '123857.250000', '123857.710000', '123858.170000', '123858.630000', '123859.090000', '123859.550000', '123900.010000', '123900.470000', '123900.930000', '123901.390000', '123901.850000', '123902.310000', '123902.770000', '123903.230000', '123903.690000', '123904.150000', '123904.610000', '123905.070000', '123905.530000', '123905.990000', '123906.450000', '123906.910000', '123907.370000', '123907.830000', '123908.290000', '123908.750000', '123909.210000', '123909.670000', '123910.130000', '123910.590000', '123911.050000', '123911.510000', '123911.970000', '123912.430000', '123912.890000', '123913.350000', '123913.810000', '123914.270000', '123914.730000', '123915.190000', '123915.650000', '123916.110000', '123916.570000', '123917.030000', '123917.490000', '123917.950000', '123918.410000', '123918.870000', '123919.330000', '123919.790000', '123920.250000', '123920.710000', '123921.170000', '123921.630000', '123922.090000', '123922.550000', '123923.010000', '123923.470000', '123923.930000', '123924.390000', '123924.850000', '123925.310000', '123925.770000', '123926.230000', '123926.690000', '123927.150000', '123927.610000', '123928.070000', '123928.530000', '123928.990000', '123929.450000', '123929.910000', '123930.370000', '123930.830000', '123931.290000', '123931.750000', '123932.210000', '123932.670000', '123933.130000', '123933.590000', '123934.050000', '123934.510000', '123934.970000', '123935.430000', '123935.890000', '123936.350000', '123936.810000', '123937.270000', '123937.730000', '123938.190000', '123938.650000', '123939.110000', '123939.570000', '123940.030000', '123940.490000', '123940.950000', '123941.410000', '123941.870000', '123942.330000', '123942.790000', '123943.250000', '123943.710000', '123944.170000', '123944.630000', '123945.090000', '123945.550000', '123946.010000', '123946.470000', '123946.930000', '123947.390000', '123947.850000', '123948.310000', '123948.770000', '123949.230000', '123949.690000', '123950.150000', '123950.610000', '123951.070000', '123951.530000', '123951.990000', '123952.450000', '123952.910000', '123953.370000', '123953.830000', '123954.290000', '123954.750000', '123955.210000', '123955.670000', '123956.130000', '123956.590000', '123957.050000', '123957.510000', '123957.970000', '123958.430000', '123958.890000', '123959.350000', '123959.810000', '124000.270000', '124000.730000', '124001.190000', '124001.650000', '124002.110000', '124002.570000', '124003.030000', '124003.490000', '124003.950000', '124004.410000', '124004.870000', '124005.330000', '124005.790000', '124006.250000', '124006.710000', '124007.170000', '124007.630000', '124008.090000', '124008.550000', '124009.010000', '124009.470000', '124009.930000', '124010.390000', '124010.850000', '124011.310000', '124011.770000', '124012.230000', '124012.690000', '124013.150000', '124013.610000', '124014.070000', '124014.530000', '124014.990000', '124015.450000', '124015.910000', '124016.370000', '124016.830000', '124017.290000', '124017.750000', '124018.210000', '124018.670000', '124019.130000', '124019.590000', '124020.050000', '124020.510000', '124020.970000', '124021.430000', '124021.890000', '124022.350000', '124022.810000', '124023.270000', '124023.730000', '124024.190000', '124024.650000', '124025.110000', '124025.570000', '124026.030000', '124026.490000', '124026.950000', '124027.410000', '124027.870000', '124028.330000', '124028.790000', '124029.250000', '124029.710000', '124030.170000', '124030.630000', '124031.090000', '124031.550000', '124032.010000', '124032.470000', '124032.930000', '124033.390000', '124033.850000', '124034.310000', '124034.770000', '124035.230000', '124035.690000', '124036.150000', '124036.610000', '124037.070000', '124037.530000', '124037.990000', '124038.450000', '124038.910000', '124039.370000', '124039.830000', '124040.290000', '124040.750000', '124041.210000', '124041.670000', '124042.130000', '124042.590000', '124043.050000', '124043.510000', '124043.970000', '124044.430000', '124044.890000', '124045.350000', '124045.810000', '124046.270000', '124046.730000', '124047.190000', '124047.650000', '124048.110000', '124048.570000', '124049.030000', '124049.490000', '124049.950000', '124050.410000', '124050.870000', '124051.330000', '124051.790000', '124052.250000', '124052.710000', '124053.170000', '124053.630000', '124054.090000', '124054.550000', '124055.010000', '124055.470000', '124055.930000', '124056.390000', '124056.850000', '124057.310000', '124057.770000', '124058.230000', '124058.690000', '124059.150000', '124059.610000', '124100.070000', '124100.530000', '124100.990000', '124101.450000', '124101.910000', '124102.370000', '124102.830000', '124103.290000', '124103.750000', '124104.210000', '124104.670000', '124105.130000', '124105.590000', '124106.050000', '124106.510000', '124106.970000', '124107.430000', '124107.890000', '124108.350000', '124108.810000', '124109.270000', '124109.730000', '124110.190000', '124110.650000', '124111.110000', '124111.570000', '124112.030000', '124112.490000', '124112.950000', '124113.410000', '124113.870000', '124114.330000', '124114.790000', '124115.250000', '124115.710000', '124116.170000', '124116.630000', '124117.090000', '124117.550000', '124118.010000', '124118.470000', '124118.930000', '124119.390000', '124119.850000', '124120.310000', '124120.770000', '124121.230000', '124121.690000', '124122.150000', '124122.610000', '124123.070000', '124123.530000', '124123.990000', '124124.450000', '124124.910000', '124125.370000', '124125.830000', '124126.290000', '124126.750000', '124127.210000', '124127.670000', '124128.130000', '124128.590000', '124129.050000', '124129.510000', '124129.970000', '124130.430000', '124130.890000', '124131.350000', '124131.810000', '124132.270000', '124132.730000', '124133.190000', '124133.650000', '124134.110000', '124134.570000', '124135.030000', '124135.490000', '124135.950000', '124136.410000', '124136.870000', '124137.330000', '124137.790000', '124138.250000', '124138.710000', '124139.170000', '124139.630000', '124140.090000', '124140.550000', '124141.010000', '124141.470000', '124141.930000', '124142.390000', '124142.850000', '124143.310000', '124143.770000', '124144.230000', '124144.690000', '124145.150000', '124145.610000', '124146.070000', '124146.530000', '124146.990000', '124147.450000', '124147.910000', '124148.370000', '124148.830000', '124149.290000', '124149.750000', '124150.210000', '124150.670000', '124151.130000', '124151.590000', '124152.050000', '124152.510000', '124152.970000', '124153.430000', '124153.890000', '124154.350000', '124154.810000', '124155.270000', '124155.730000', '124156.190000', '124156.650000', '124157.110000', '124157.570000', '124158.030000', '124158.490000', '124158.950000', '124159.410000', '124159.870000', '124200.330000', '124200.790000', '124201.250000', '124201.710000', '124202.170000', '124202.630000', '124203.090000', '124203.550000', '124204.010000', '124204.470000', '124204.930000', '124205.390000', '124205.850000', '124206.310000', '124206.770000', '124207.230000', '124207.690000', '124208.150000', '124208.610000', '124209.070000', '124209.530000', '124209.990000', '124210.450000', '124210.910000', '124211.370000', '124211.830000', '124212.290000', '124212.750000', '124213.210000', '124213.670000', '124214.130000', '124214.590000', '124215.050000', '124215.510000', '124215.970000', '124216.430000', '124216.890000', '124217.350000', '124217.810000', '124218.270000', '124218.730000', '124219.190000', '124219.650000', '124220.110000', '124220.570000', '124221.030000', '124221.490000', '124221.950000', '124222.410000', '124222.870000', '124223.330000', '124223.790000', '124224.250000', '124224.710000', '124225.170000', '124225.630000', '124226.090000', '124226.550000', '124227.010000', '124227.470000', '124227.930000', '124228.390000', '124228.850000', '124229.310000', '124229.770000', '124230.230000', '124230.690000', '124231.150000', '124231.610000', '124232.070000', '124232.530000', '124232.990000', '124233.450000', '124233.910000', '124234.370000', '124234.830000', '124235.290000', '124235.750000', '124236.210000', '124236.670000', '124237.130000', '124237.590000', '124238.050000', '124238.510000', '124238.970000', '124239.430000', '124239.890000', '124240.350000', '124240.810000', '124241.270000', '124241.730000', '124242.190000', '124242.650000', '124243.110000', '124243.570000', '124244.030000', '124244.490000', '124244.950000', '124245.410000', '124245.870000', '124246.330000', '124246.790000', '124247.250000', '124247.710000', '124248.170000', '124248.630000', '124249.090000', '124249.550000', '124250.010000', '124250.470000', '124250.930000', '124251.390000', '124251.850000', '124252.310000', '124252.770000', '124253.230000', '124253.690000', '124254.150000', '124254.610000', '124255.070000', '124255.530000', '124255.990000', '124256.450000', '124256.910000', '124257.370000', '124257.830000', '124258.290000', '124258.750000', '124259.210000', '124259.670000', '124300.130000', '124300.590000', '124301.050000', '124301.510000', '124301.970000', '124302.430000', '124302.890000', '124303.350000', '124303.810000', '124304.270000', '124304.730000', '124305.190000', '124305.650000', '124306.110000', '124306.570000', '124307.030000', '124307.490000', '124307.950000', '124308.410000', '124308.870000', '124309.330000', '124309.790000', '124310.250000', '124310.710000', '124311.170000', '124311.630000', '124312.090000', '124312.550000', '124313.010000', '124313.470000', '124313.930000', '124314.390000', '124314.850000', '124315.310000', '124315.770000', '124316.230000', '124316.690000', '124317.150000', '124317.610000', '124318.070000', '124318.530000', '124318.990000', '124319.450000', '124319.910000', '124320.370000', '124320.830000', '124321.290000', '124321.750000', '124322.210000', '124322.670000', '124323.130000', '124323.590000', '124324.050000', '124324.510000', '124324.970000', '124325.430000', '124325.890000', '124326.350000', '124326.810000', '124327.270000', '124327.730000', '124328.190000', '124328.650000', '124329.110000', '124329.570000', '124330.030000', '124330.490000', '124330.950000', '124331.410000', '124331.870000', '124332.330000', '124332.790000', '124333.250000', '124333.710000', '124334.170000', '124334.630000', '124335.090000', '124335.550000', '124336.010000', '124336.470000', '124336.930000', '124337.390000', '124337.850000', '124338.310000', '124338.770000', '124339.230000', '124339.690000', '124340.150000', '124340.610000', '124341.070000', '124341.530000', '124341.990000', '124342.450000', '124342.910000', '124343.370000', '124343.830000', '124344.290000', '124344.750000', '124345.210000', '124345.670000', '124346.130000', '124346.590000', '124347.050000', '124347.510000', '124347.970000', '124348.430000', '124348.890000', '124349.350000', '124349.810000', '124350.270000', '124350.730000', '124351.190000', '124351.650000', '124352.110000', '124352.570000', '124353.030000', '124353.490000', '124353.950000', '124354.410000', '124354.870000', '124355.330000', '124355.790000', '124356.250000', '124356.710000', '124357.170000', '124357.630000', '124358.090000', '124358.550000', '124359.010000', '124359.470000', '124359.930000', '124400.390000', '124400.850000', '124401.310000', '124401.770000', '124402.230000', '124402.690000', '124403.150000', '124403.610000', '124404.070000', '124404.530000', '124404.990000', '124405.450000', '124405.910000', '124406.370000', '124406.830000', '124407.290000', '124407.750000', '124408.210000', '124408.670000', '124409.130000', '124409.590000', '124410.050000', '124410.510000', '124410.970000', '124411.430000', '124411.890000', '124412.350000', '124412.810000', '124413.270000', '124413.730000', '124414.190000', '124414.650000', '124415.110000', '124415.570000', '124416.030000', '124416.490000', '124416.950000', '124417.410000', '124417.870000', '124418.330000', '124418.790000', '124419.250000', '124419.710000', '124420.170000', '124420.630000', '124421.090000', '124421.550000', '124422.010000', '124422.470000', '124422.930000', '124423.390000', '124423.850000', '124424.310000', '124424.770000', '124425.230000', '124425.690000', '124426.150000', '124426.610000', '124427.070000', '124427.530000', '124427.990000', '124428.450000', '124428.910000', '124429.370000', '124429.830000', '124430.290000', '124430.750000', '124431.210000', '124431.670000', '124432.130000', '124432.590000', '124433.050000', '124433.510000', '124433.970000', '124434.430000', '124434.890000', '124435.350000', '124435.810000', '124436.270000', '124436.730000', '124437.190000', '124437.650000', '124438.110000', '124438.570000', '124439.030000', '124439.490000', '124439.950000', '124440.410000', '124440.870000', '124441.330000', '124441.790000', '124442.250000', '124442.710000', '124443.170000', '124443.630000', '124444.090000', '124444.550000', '124445.010000', '124445.470000', '124445.930000', '124446.390000', '124446.850000', '124447.310000', '124447.770000', '124448.230000', '124448.690000', '124449.150000', '124449.610000', '124450.070000', '124450.530000', '124450.990000', '124451.450000', '124451.910000', '124452.370000', '124452.830000', '124453.290000', '124453.750000', '124454.210000', '124454.670000', '124455.130000', '124455.590000', '124456.050000', '124456.510000', '124456.970000', '124457.430000', '124457.890000', '124458.350000', '124458.810000', '124459.270000', '124459.730000', '124500.190000', '124500.650000', '124501.110000', '124501.570000', '124502.030000', '124502.490000', '124502.950000', '124503.410000', '124503.870000', '124504.330000', '124504.790000', '124505.250000', '124505.710000', '124506.170000', '124506.630000', '124507.090000', '124507.550000', '124508.010000', '124508.470000', '124508.930000', '124509.390000', '124509.850000', '124510.310000', '124510.770000', '124511.230000', '124511.690000', '124512.150000', '124512.610000', '124513.070000', '124513.530000', '124513.990000', '124514.450000', '124514.910000', '124515.370000', '124515.830000', '124516.290000', '124516.750000', '124517.210000', '124517.670000', '124518.130000', '124518.590000', '124519.050000', '124519.510000', '124519.970000', '124520.430000', '124520.890000', '124521.350000', '124521.810000', '124522.270000', '124522.730000', '124523.190000', '124523.650000', '124524.110000', '124524.570000', '124525.030000', '124525.490000', '124525.950000', '124526.410000', '124526.870000', '124527.330000', '124527.790000', '124528.250000', '124528.710000', '124529.170000', '124529.630000', '124530.090000', '124530.550000', '124531.010000', '124531.470000', '124531.930000', '124532.390000', '124532.850000', '124533.310000', '124533.770000', '124534.230000', '124534.690000', '124535.150000', '124535.610000', '124536.070000'], 'ContentTime': ['123731.082000', '123731.085000', '123731.088000', '123731.091000', '123731.093000', '123731.096000', '123731.098000', '123731.101000', '123731.104000', '123731.106000', '123731.109000', '123731.112000', '123731.121000', '123731.123000', '123731.126000', '123731.128000', '123731.131000', '123731.134000', '123731.136000', '123731.139000', '123731.141000', '123731.144000', '123731.155000', '123731.157000', '123731.160000', '123731.162000', '123731.165000', '123731.168000', '123731.170000', '123731.173000', '123731.175000', '123731.178000', '123731.180000', '123731.183000', '123731.185000', '123731.188000', '123731.191000', '123731.193000', '123731.196000', '123731.205000', '123731.207000', '123751.030000', '123751.033000', '123751.036000', '123751.039000', '123751.041000', '123751.044000', '123751.047000', '123751.049000', '123751.052000', '123751.054000', '123751.059000', '123751.061000', '123751.064000', '123751.066000', '123751.069000', '123751.072000', '123751.074000', '123751.077000', '123751.079000', '123751.088000', '123751.091000', '123751.093000', '123751.096000', '123751.098000', '123751.101000', '123751.103000', '123751.106000', '123751.109000', '123751.111000', '123751.114000', '123751.116000', '123751.119000', '123751.121000', '123751.124000', '123751.126000', '123751.129000', '123751.131000', '123751.134000', '123751.137000', '123751.139000', '123751.142000', '123751.144000', '123751.147000', '123811.030000', '123811.033000', '123811.036000', '123811.038000', '123811.041000', '123811.044000', '123811.047000', '123811.049000', '123811.052000', '123811.054000', '123811.057000', '123811.059000', '123811.062000', '123811.065000', '123811.067000', '123811.070000', '123811.072000', '123811.075000', '123811.077000', '123811.080000', '123811.089000', '123811.092000', '123811.094000', '123811.097000', '123811.099000', '123811.102000', '123811.104000', '123811.107000', '123811.110000', '123811.112000', '123811.115000', '123811.117000', '123811.120000', '123811.122000', '123811.125000', '123811.128000', '123811.130000', '123811.138000', '123811.141000', '123811.143000', '123811.146000', '123811.149000', '123811.151000', '123811.154000', '123831.031000', '123831.033000', '123831.036000', '123831.039000', '123831.041000', '123831.044000', '123831.046000', '123831.049000', '123831.052000', '123831.054000', '123831.057000', '123831.059000', '123831.062000', '123831.064000', '123831.067000', '123831.070000', '123831.072000', '123831.075000', '123831.078000', '123831.080000', '123831.083000', '123831.086000', '123831.088000', '123831.091000', '123831.094000', '123831.096000', '123831.099000', '123831.101000', '123831.104000', '123831.107000', '123831.109000', '123831.112000', '123831.115000', '123831.118000', '123831.121000', '123831.123000', '123831.126000', '123831.129000', '123831.132000', '123831.145000', '123831.147000', '123831.150000', '123831.152000', '123851.030000', '123851.033000', '123851.036000', '123851.038000', '123851.041000', '123851.044000', '123851.046000', '123851.049000', '123851.051000', '123851.054000', '123851.056000', '123851.059000', '123851.062000', '123851.064000', '123851.067000', '123851.069000', '123851.072000', '123851.074000', '123851.077000', '123851.080000', '123851.082000', '123851.085000', '123851.087000', '123851.090000', '123851.092000', '123851.095000', '123851.098000', '123851.100000', '123851.103000', '123851.105000', '123851.108000', '123851.111000', '123851.113000', '123851.116000', '123851.118000', '123851.121000', '123851.124000', '123851.126000', '123851.129000', '123851.131000', '123851.134000', '123851.137000', '123851.145000', '123851.148000', '123911.030000', '123911.033000', '123911.036000', '123911.039000', '123911.041000', '123911.044000', '123911.046000', '123911.049000', '123911.051000', '123911.054000', '123911.057000', '123911.059000', '123911.062000', '123911.064000', '123911.067000', '123911.070000', '123911.072000', '123911.075000', '123911.077000', '123911.080000', '123911.083000', '123911.085000', '123911.088000', '123911.092000', '123911.094000', '123911.097000', '123911.099000', '123911.116000', '123911.118000', '123911.121000', '123911.123000', '123911.126000', '123911.129000', '123911.131000', '123911.134000', '123911.136000', '123911.139000', '123911.141000', '123911.144000', '123911.147000', '123911.149000', '123911.152000', '123911.154000', '123931.030000', '123931.033000', '123931.035000', '123931.038000', '123931.040000', '123931.043000', '123931.045000', '123931.048000', '123931.051000', '123931.053000', '123931.056000', '123931.058000', '123931.061000', '123931.063000', '123931.066000', '123931.069000', '123931.071000', '123931.074000', '123931.076000', '123931.079000', '123931.082000', '123931.084000', '123931.087000', '123931.089000', '123931.092000', '123931.095000', '123931.097000', '123931.100000', '123931.102000', '123931.105000', '123931.107000', '123931.110000', '123931.113000', '123931.115000', '123931.118000', '123931.120000', '123931.123000', '123931.125000', '123931.128000', '123931.137000', '123931.140000', '123931.142000', '123931.145000', '123931.147000', '123951.030000', '123951.032000', '123951.035000', '123951.037000', '123951.040000', '123951.043000', '123951.045000', '123951.048000', '123951.050000', '123951.053000', '123951.055000', '123951.058000', '123951.061000', '123951.063000', '123951.066000', '123951.068000', '123951.079000', '123951.081000', '123951.084000', '123951.086000', '123951.089000', '123951.092000', '123951.094000', '123951.097000', '123951.100000', '123951.102000', '123951.105000', '123951.107000', '123951.110000', '123951.112000', '123951.115000', '123951.118000', '123951.121000', '123951.123000', '123951.126000', '123951.129000', '123951.132000', '123951.134000', '123951.137000', '123951.139000', '123951.142000', '123951.145000', '123951.147000', '124011.030000', '124011.033000', '124011.036000', '124011.038000', '124011.041000', '124011.043000', '124011.046000', '124011.049000', '124011.051000', '124011.054000', '124011.057000', '124011.060000', '124011.062000', '124011.065000', '124011.068000', '124011.070000', '124011.073000', '124011.075000', '124011.078000', '124011.080000', '124011.083000', '124011.086000', '124011.088000', '124011.091000', '124011.094000', '124011.096000', '124011.099000', '124011.101000', '124011.126000', '124011.129000', '124011.131000', '124011.134000', '124011.136000', '124011.139000', '124011.141000', '124011.144000', '124011.146000', '124011.149000', '124011.152000', '124011.155000', '124011.157000', '124011.160000', '124011.162000', '124011.165000', '124031.030000', '124031.033000', '124031.036000', '124031.039000', '124031.041000', '124031.044000', '124031.046000', '124031.049000', '124031.052000', '124031.054000', '124031.057000', '124031.060000', '124031.062000', '124031.065000', '124031.067000', '124031.070000', '124031.073000', '124031.075000', '124031.078000', '124031.080000', '124031.083000', '124031.086000', '124031.088000', '124031.091000', '124031.102000', '124031.105000', '124031.108000', '124031.110000', '124031.113000', '124031.115000', '124031.118000', '124031.121000', '124031.123000', '124031.126000', '124031.128000', '124031.131000', '124031.134000', '124031.136000', '124031.139000', '124031.142000', '124031.144000', '124031.147000', '124031.149000', '124051.030000', '124051.033000', '124051.036000', '124051.039000', '124051.041000', '124051.044000', '124051.047000', '124051.049000', '124051.052000', '124051.054000', '124051.057000', '124051.059000', '124051.062000', '124051.065000', '124051.067000', '124051.070000', '124051.073000', '124051.075000', '124051.078000', '124051.080000', '124051.083000', '124051.086000', '124051.088000', '124051.091000', '124051.093000', '124051.096000', '124051.099000', '124051.101000', '124051.104000', '124051.106000', '124051.109000', '124051.112000', '124051.114000', '124051.117000', '124051.119000', '124051.122000', '124051.125000', '124051.127000', '124051.130000', '124051.132000', '124051.135000', '124051.137000', '124051.140000', '124051.142000', '124111.030000', '124111.033000', '124111.036000', '124111.039000', '124111.041000', '124111.044000', '124111.047000', '124111.049000', '124111.052000', '124111.054000', '124111.057000', '124111.060000', '124111.062000', '124111.065000', '124111.067000', '124111.070000', '124111.073000', '124111.075000', '124111.078000', '124111.080000', '124111.095000', '124111.098000', '124111.101000', '124111.103000', '124111.106000', '124111.108000', '124111.111000', '124111.114000', '124111.116000', '124111.119000', '124111.122000', '124111.124000', '124111.127000', '124111.130000', '124111.132000', '124111.135000', '124111.138000', '124111.140000', '124111.144000', '124111.146000', '124111.149000', '124111.152000', '124111.155000', '124131.031000', '124131.033000', '124131.036000', '124131.039000', '124131.041000', '124131.044000', '124131.046000', '124131.049000', '124131.051000', '124131.054000', '124131.057000', '124131.059000', '124131.062000', '124131.064000', '124131.067000', '124131.070000', '124131.072000', '124131.075000', '124131.077000', '124131.080000', '124131.082000', '124131.085000', '124131.088000', '124131.090000', '124131.093000', '124131.095000', '124131.098000', '124131.101000', '124131.103000', '124131.106000', '124131.108000', '124131.111000', '124131.113000', '124131.116000', '124131.119000', '124131.121000', '124131.124000', '124131.127000', '124131.129000', '124131.132000', '124131.134000', '124131.137000', '124131.139000', '124131.142000', '124151.029000', '124151.032000', '124151.035000', '124151.038000', '124151.040000', '124151.043000', '124151.045000', '124151.048000', '124151.051000', '124151.053000', '124151.056000', '124151.058000', '124151.061000', '124151.064000', '124151.066000', '124151.069000', '124151.071000', '124151.074000', '124151.077000', '124151.079000', '124151.082000', '124151.084000', '124151.087000', '124151.089000', '124151.092000', '124151.095000', '124151.097000', '124151.100000', '124151.102000', '124151.105000', '124151.107000', '124151.110000', '124151.113000', '124151.115000', '124151.118000', '124151.120000', '124151.123000', '124151.125000', '124151.128000', '124151.131000', '124151.133000', '124151.136000', '124151.138000', '124211.029000', '124211.032000', '124211.035000', '124211.038000', '124211.040000', '124211.043000', '124211.045000', '124211.048000', '124211.051000', '124211.053000', '124211.056000', '124211.058000', '124211.061000', '124211.063000', '124211.074000', '124211.077000', '124211.079000', '124211.082000', '124211.085000', '124211.087000', '124211.090000', '124211.093000', '124211.095000', '124211.098000', '124211.100000', '124211.103000', '124211.105000', '124211.108000', '124211.111000', '124211.113000', '124211.116000', '124211.119000', '124211.121000', '124211.124000', '124211.126000', '124211.129000', '124211.131000', '124211.134000', '124211.137000', '124211.139000', '124211.142000', '124211.144000', '124211.147000', '124211.150000', '124231.030000', '124231.033000', '124231.036000', '124231.038000', '124231.041000', '124231.044000', '124231.046000', '124231.049000', '124231.052000', '124231.054000', '124231.057000', '124231.060000', '124231.062000', '124231.065000', '124231.067000', '124231.070000', '124231.073000', '124231.075000', '124231.078000', '124231.080000', '124231.083000', '124231.085000', '124231.088000', '124231.091000', '124231.093000', '124231.096000', '124231.098000', '124231.101000', '124231.104000', '124231.106000', '124231.109000', '124231.111000', '124231.114000', '124231.116000', '124231.119000', '124231.122000', '124231.124000', '124231.127000', '124231.129000', '124231.132000', '124231.134000', '124231.137000', '124231.139000', '124251.030000', '124251.033000', '124251.036000', '124251.039000', '124251.041000', '124251.044000', '124251.046000', '124251.049000', '124251.051000', '124251.054000', '124251.057000', '124251.059000', '124251.062000', '124251.064000', '124251.067000', '124251.070000', '124251.072000', '124251.075000', '124251.078000', '124251.080000', '124251.083000', '124251.085000', '124251.088000', '124251.090000', '124251.093000', '124251.096000', '124251.098000', '124251.101000', '124251.103000', '124251.106000', '124251.109000', '124251.111000', '124251.114000', '124251.116000', '124251.119000', '124251.122000', '124251.132000', '124251.135000', '124251.138000', '124251.140000', '124251.143000', '124251.145000', '124251.148000', '124251.151000', '124311.030000', '124311.042000', '124311.045000', '124311.048000', '124311.050000', '124311.053000', '124311.055000', '124311.058000', '124311.061000', '124311.063000', '124311.066000', '124311.068000', '124311.071000', '124311.073000', '124311.076000', '124311.079000', '124311.081000', '124311.084000', '124311.087000', '124311.089000', '124311.092000', '124311.094000', '124311.097000', '124311.100000', '124311.102000', '124311.105000', '124311.107000', '124311.110000', '124311.112000', '124311.115000', '124311.118000', '124311.120000', '124311.123000', '124311.125000', '124311.128000', '124311.131000', '124311.133000', '124311.136000', '124311.138000', '124311.141000', '124311.144000', '124311.146000', '124311.149000', '124331.030000', '124331.034000', '124331.037000', '124331.039000', '124331.042000', '124331.045000', '124331.047000', '124331.050000', '124331.053000', '124331.055000', '124331.058000', '124331.060000', '124331.063000', '124331.066000', '124331.068000', '124331.071000', '124331.074000', '124331.076000', '124331.079000', '124331.081000', '124331.084000', '124331.086000', '124331.089000', '124331.092000', '124331.095000', '124331.097000', '124331.100000', '124331.102000', '124331.105000', '124331.108000', '124331.110000', '124331.113000', '124331.115000', '124331.118000', '124331.120000', '124331.123000', '124331.126000', '124331.128000', '124331.131000', '124331.133000', '124331.136000', '124331.139000', '124331.141000', '124331.144000', '124351.030000', '124351.033000', '124351.036000', '124351.039000', '124351.041000', '124351.044000', '124351.046000', '124351.049000', '124351.051000', '124351.054000', '124351.057000', '124351.059000', '124351.062000', '124351.064000', '124351.067000', '124351.070000', '124351.072000', '124351.075000', '124351.077000', '124351.080000', '124351.083000', '124351.085000', '124351.088000', '124351.090000', '124351.093000', '124351.096000', '124351.098000', '124351.101000', '124351.104000', '124351.106000', '124351.109000', '124351.111000', '124351.114000', '124351.116000', '124351.119000', '124351.122000', '124351.124000', '124351.127000', '124351.129000', '124351.132000', '124351.135000', '124351.137000', '124351.140000', '124411.029000', '124411.032000', '124411.035000', '124411.037000', '124411.040000', '124411.042000', '124411.045000', '124411.048000', '124411.050000', '124411.053000', '124411.055000', '124411.058000', '124411.061000', '124411.063000', '124411.066000', '124411.068000', '124411.071000', '124411.073000', '124411.076000', '124411.079000', '124411.081000', '124411.084000', '124411.086000', '124411.089000', '124411.091000', '124411.100000', '124411.103000', '124411.106000', '124411.108000', '124411.111000', '124411.113000', '124411.116000', '124411.118000', '124411.121000', '124411.124000', '124411.126000', '124411.129000', '124411.131000', '124411.134000', '124411.137000', '124411.139000', '124411.142000', '124411.144000', '124431.030000', '124431.032000', '124431.036000', '124431.038000', '124431.041000', '124431.043000', '124431.046000', '124431.048000', '124431.051000', '124431.053000', '124431.056000', '124431.059000', '124431.061000', '124431.064000', '124431.066000', '124431.069000', '124431.072000', '124431.074000', '124431.077000', '124431.079000', '124431.082000', '124431.084000', '124431.087000', '124431.090000', '124431.092000', '124431.095000', '124431.097000', '124431.100000', '124431.103000', '124431.105000', '124431.108000', '124431.110000', '124431.113000', '124431.116000', '124431.118000', '124431.121000', '124431.123000', '124431.126000', '124431.129000', '124431.131000', '124431.134000', '124431.136000', '124431.139000', '124431.141000', '124451.031000', '124451.033000', '124451.036000', '124451.038000', '124451.041000', '124451.044000', '124451.046000', '124451.049000', '124451.051000', '124451.054000', '124451.057000', '124451.059000', '124451.062000', '124451.064000', '124451.067000', '124451.069000', '124451.072000', '124451.076000', '124451.078000', '124451.081000', '124451.084000', '124451.086000', '124451.089000', '124451.092000', '124451.094000', '124451.097000', '124451.100000', '124451.102000', '124451.105000', '124451.108000', '124451.110000', '124451.113000', '124451.115000', '124451.118000', '124451.121000', '124451.123000', '124451.126000', '124451.129000', '124451.132000', '124451.134000', '124451.137000', '124451.140000', '124451.142000', '124511.030000', '124511.033000', '124511.036000', '124511.039000', '124511.041000', '124511.044000', '124511.046000', '124511.049000', '124511.051000', '124511.054000', '124511.057000', '124511.059000', '124511.062000', '124511.065000', '124511.067000', '124511.070000', '124511.072000', '124511.075000', '124511.078000', '124511.080000', '124511.083000', '124511.086000', '124511.088000', '124511.091000', '124511.093000', '124511.096000', '124511.099000', '124511.101000', '124511.104000', '124511.106000', '124511.109000', '124511.111000', '124511.121000', '124511.123000', '124511.126000', '124511.128000', '124511.131000', '124511.134000', '124511.136000', '124511.139000', '124511.141000', '124511.144000', '124511.147000', '124511.149000', '124531.031000', '124531.034000', '124531.036000', '124531.039000', '124531.041000', '124531.044000', '124531.046000', '124531.049000', '124531.051000', '124531.071000', '124531.074000', '124531.076000', '124531.079000', '124531.081000', '124531.084000', '124531.086000', '124531.089000', '124531.092000', '124531.094000', '124531.097000', '124531.099000', '124531.102000', '124531.105000', '124531.107000', '124531.110000', '124531.121000', '124531.124000', '124531.126000', '124531.129000', '124531.132000', '124531.134000', '124531.137000', '124531.139000', '124531.142000', '124531.145000', '124531.147000', '124531.150000', '124531.152000', '124531.155000', '124531.158000', '124531.160000', '124531.163000', '124531.165000', '124531.168000', '124537.027000', '124537.030000', '124537.033000', '124537.036000', '124537.039000', '124537.041000', '124537.044000', '124537.047000', '124537.050000', '124537.052000', '124537.055000', '124537.058000', '124537.061000'], 'InstanceCreationTime': ['123731.082000', '123731.085000', '123731.088000', '123731.091000', '123731.093000', '123731.096000', '123731.098000', '123731.101000', '123731.104000', '123731.106000', '123731.109000', '123731.112000', '123731.121000', '123731.123000', '123731.126000', '123731.128000', '123731.131000', '123731.134000', '123731.136000', '123731.139000', '123731.141000', '123731.144000', '123731.155000', '123731.157000', '123731.160000', '123731.162000', '123731.165000', '123731.168000', '123731.170000', '123731.173000', '123731.175000', '123731.178000', '123731.180000', '123731.183000', '123731.185000', '123731.188000', '123731.191000', '123731.193000', '123731.196000', '123731.205000', '123731.207000', '123751.030000', '123751.033000', '123751.036000', '123751.039000', '123751.041000', '123751.044000', '123751.047000', '123751.049000', '123751.052000', '123751.054000', '123751.059000', '123751.061000', '123751.064000', '123751.066000', '123751.069000', '123751.072000', '123751.074000', '123751.077000', '123751.079000', '123751.088000', '123751.091000', '123751.093000', '123751.096000', '123751.098000', '123751.101000', '123751.103000', '123751.106000', '123751.109000', '123751.111000', '123751.114000', '123751.116000', '123751.119000', '123751.121000', '123751.124000', '123751.126000', '123751.129000', '123751.131000', '123751.134000', '123751.137000', '123751.139000', '123751.142000', '123751.144000', '123751.147000', '123811.030000', '123811.033000', '123811.036000', '123811.038000', '123811.041000', '123811.044000', '123811.047000', '123811.049000', '123811.052000', '123811.054000', '123811.057000', '123811.059000', '123811.062000', '123811.065000', '123811.067000', '123811.070000', '123811.072000', '123811.075000', '123811.077000', '123811.080000', '123811.089000', '123811.092000', '123811.094000', '123811.097000', '123811.099000', '123811.102000', '123811.104000', '123811.107000', '123811.110000', '123811.112000', '123811.115000', '123811.117000', '123811.120000', '123811.122000', '123811.125000', '123811.128000', '123811.130000', '123811.138000', '123811.141000', '123811.143000', '123811.146000', '123811.149000', '123811.151000', '123811.154000', '123831.031000', '123831.033000', '123831.036000', '123831.039000', '123831.041000', '123831.044000', '123831.046000', '123831.049000', '123831.052000', '123831.054000', '123831.057000', '123831.059000', '123831.062000', '123831.064000', '123831.067000', '123831.070000', '123831.072000', '123831.075000', '123831.078000', '123831.080000', '123831.083000', '123831.086000', '123831.088000', '123831.091000', '123831.094000', '123831.096000', '123831.099000', '123831.101000', '123831.104000', '123831.107000', '123831.109000', '123831.112000', '123831.115000', '123831.118000', '123831.121000', '123831.123000', '123831.126000', '123831.129000', '123831.132000', '123831.145000', '123831.147000', '123831.150000', '123831.152000', '123851.030000', '123851.033000', '123851.036000', '123851.038000', '123851.041000', '123851.044000', '123851.046000', '123851.049000', '123851.051000', '123851.054000', '123851.056000', '123851.059000', '123851.062000', '123851.064000', '123851.067000', '123851.069000', '123851.072000', '123851.074000', '123851.077000', '123851.080000', '123851.082000', '123851.085000', '123851.087000', '123851.090000', '123851.092000', '123851.095000', '123851.098000', '123851.100000', '123851.103000', '123851.105000', '123851.108000', '123851.111000', '123851.113000', '123851.116000', '123851.118000', '123851.121000', '123851.124000', '123851.126000', '123851.129000', '123851.131000', '123851.134000', '123851.137000', '123851.145000', '123851.148000', '123911.030000', '123911.033000', '123911.036000', '123911.039000', '123911.041000', '123911.044000', '123911.046000', '123911.049000', '123911.051000', '123911.054000', '123911.057000', '123911.059000', '123911.062000', '123911.064000', '123911.067000', '123911.070000', '123911.072000', '123911.075000', '123911.077000', '123911.080000', '123911.083000', '123911.085000', '123911.088000', '123911.092000', '123911.094000', '123911.097000', '123911.099000', '123911.116000', '123911.118000', '123911.121000', '123911.123000', '123911.126000', '123911.129000', '123911.131000', '123911.134000', '123911.136000', '123911.139000', '123911.141000', '123911.144000', '123911.147000', '123911.149000', '123911.152000', '123911.154000', '123931.030000', '123931.033000', '123931.035000', '123931.038000', '123931.040000', '123931.043000', '123931.045000', '123931.048000', '123931.051000', '123931.053000', '123931.056000', '123931.058000', '123931.061000', '123931.063000', '123931.066000', '123931.069000', '123931.071000', '123931.074000', '123931.076000', '123931.079000', '123931.082000', '123931.084000', '123931.087000', '123931.089000', '123931.092000', '123931.095000', '123931.097000', '123931.100000', '123931.102000', '123931.105000', '123931.107000', '123931.110000', '123931.113000', '123931.115000', '123931.118000', '123931.120000', '123931.123000', '123931.125000', '123931.128000', '123931.137000', '123931.140000', '123931.142000', '123931.145000', '123931.147000', '123951.030000', '123951.032000', '123951.035000', '123951.037000', '123951.040000', '123951.043000', '123951.045000', '123951.048000', '123951.050000', '123951.053000', '123951.055000', '123951.058000', '123951.061000', '123951.063000', '123951.066000', '123951.068000', '123951.079000', '123951.081000', '123951.084000', '123951.086000', '123951.089000', '123951.092000', '123951.094000', '123951.097000', '123951.100000', '123951.102000', '123951.105000', '123951.107000', '123951.110000', '123951.112000', '123951.115000', '123951.118000', '123951.121000', '123951.123000', '123951.126000', '123951.129000', '123951.132000', '123951.134000', '123951.137000', '123951.139000', '123951.142000', '123951.145000', '123951.147000', '124011.030000', '124011.033000', '124011.036000', '124011.038000', '124011.041000', '124011.043000', '124011.046000', '124011.049000', '124011.051000', '124011.054000', '124011.057000', '124011.060000', '124011.062000', '124011.065000', '124011.068000', '124011.070000', '124011.073000', '124011.075000', '124011.078000', '124011.080000', '124011.083000', '124011.086000', '124011.088000', '124011.091000', '124011.094000', '124011.096000', '124011.099000', '124011.101000', '124011.126000', '124011.129000', '124011.131000', '124011.134000', '124011.136000', '124011.139000', '124011.141000', '124011.144000', '124011.146000', '124011.149000', '124011.152000', '124011.155000', '124011.157000', '124011.160000', '124011.162000', '124011.165000', '124031.030000', '124031.033000', '124031.036000', '124031.039000', '124031.041000', '124031.044000', '124031.046000', '124031.049000', '124031.052000', '124031.054000', '124031.057000', '124031.060000', '124031.062000', '124031.065000', '124031.067000', '124031.070000', '124031.073000', '124031.075000', '124031.078000', '124031.080000', '124031.083000', '124031.086000', '124031.088000', '124031.091000', '124031.102000', '124031.105000', '124031.108000', '124031.110000', '124031.113000', '124031.115000', '124031.118000', '124031.121000', '124031.123000', '124031.126000', '124031.128000', '124031.131000', '124031.134000', '124031.136000', '124031.139000', '124031.142000', '124031.144000', '124031.147000', '124031.149000', '124051.030000', '124051.033000', '124051.036000', '124051.039000', '124051.041000', '124051.044000', '124051.047000', '124051.049000', '124051.052000', '124051.054000', '124051.057000', '124051.059000', '124051.062000', '124051.065000', '124051.067000', '124051.070000', '124051.073000', '124051.075000', '124051.078000', '124051.080000', '124051.083000', '124051.086000', '124051.088000', '124051.091000', '124051.093000', '124051.096000', '124051.099000', '124051.101000', '124051.104000', '124051.106000', '124051.109000', '124051.112000', '124051.114000', '124051.117000', '124051.119000', '124051.122000', '124051.125000', '124051.127000', '124051.130000', '124051.132000', '124051.135000', '124051.137000', '124051.140000', '124051.142000', '124111.030000', '124111.033000', '124111.036000', '124111.039000', '124111.041000', '124111.044000', '124111.047000', '124111.049000', '124111.052000', '124111.054000', '124111.057000', '124111.060000', '124111.062000', '124111.065000', '124111.067000', '124111.070000', '124111.073000', '124111.075000', '124111.078000', '124111.080000', '124111.095000', '124111.098000', '124111.101000', '124111.103000', '124111.106000', '124111.108000', '124111.111000', '124111.114000', '124111.116000', '124111.119000', '124111.122000', '124111.124000', '124111.127000', '124111.130000', '124111.132000', '124111.135000', '124111.138000', '124111.140000', '124111.144000', '124111.146000', '124111.149000', '124111.152000', '124111.155000', '124131.031000', '124131.033000', '124131.036000', '124131.039000', '124131.041000', '124131.044000', '124131.046000', '124131.049000', '124131.051000', '124131.054000', '124131.057000', '124131.059000', '124131.062000', '124131.064000', '124131.067000', '124131.070000', '124131.072000', '124131.075000', '124131.077000', '124131.080000', '124131.082000', '124131.085000', '124131.088000', '124131.090000', '124131.093000', '124131.095000', '124131.098000', '124131.101000', '124131.103000', '124131.106000', '124131.108000', '124131.111000', '124131.113000', '124131.116000', '124131.119000', '124131.121000', '124131.124000', '124131.127000', '124131.129000', '124131.132000', '124131.134000', '124131.137000', '124131.139000', '124131.142000', '124151.029000', '124151.032000', '124151.035000', '124151.038000', '124151.040000', '124151.043000', '124151.045000', '124151.048000', '124151.051000', '124151.053000', '124151.056000', '124151.058000', '124151.061000', '124151.064000', '124151.066000', '124151.069000', '124151.071000', '124151.074000', '124151.077000', '124151.079000', '124151.082000', '124151.084000', '124151.087000', '124151.089000', '124151.092000', '124151.095000', '124151.097000', '124151.100000', '124151.102000', '124151.105000', '124151.107000', '124151.110000', '124151.113000', '124151.115000', '124151.118000', '124151.120000', '124151.123000', '124151.125000', '124151.128000', '124151.131000', '124151.133000', '124151.136000', '124151.138000', '124211.029000', '124211.032000', '124211.035000', '124211.038000', '124211.040000', '124211.043000', '124211.045000', '124211.048000', '124211.051000', '124211.053000', '124211.056000', '124211.058000', '124211.061000', '124211.063000', '124211.074000', '124211.077000', '124211.079000', '124211.082000', '124211.085000', '124211.087000', '124211.090000', '124211.093000', '124211.095000', '124211.098000', '124211.100000', '124211.103000', '124211.105000', '124211.108000', '124211.111000', '124211.113000', '124211.116000', '124211.119000', '124211.121000', '124211.124000', '124211.126000', '124211.129000', '124211.131000', '124211.134000', '124211.137000', '124211.139000', '124211.142000', '124211.144000', '124211.147000', '124211.150000', '124231.030000', '124231.033000', '124231.036000', '124231.038000', '124231.041000', '124231.044000', '124231.046000', '124231.049000', '124231.052000', '124231.054000', '124231.057000', '124231.060000', '124231.062000', '124231.065000', '124231.067000', '124231.070000', '124231.073000', '124231.075000', '124231.078000', '124231.080000', '124231.083000', '124231.085000', '124231.088000', '124231.091000', '124231.093000', '124231.096000', '124231.098000', '124231.101000', '124231.104000', '124231.106000', '124231.109000', '124231.111000', '124231.114000', '124231.116000', '124231.119000', '124231.122000', '124231.124000', '124231.127000', '124231.129000', '124231.132000', '124231.134000', '124231.137000', '124231.139000', '124251.030000', '124251.033000', '124251.036000', '124251.039000', '124251.041000', '124251.044000', '124251.046000', '124251.049000', '124251.051000', '124251.054000', '124251.057000', '124251.059000', '124251.062000', '124251.064000', '124251.067000', '124251.070000', '124251.072000', '124251.075000', '124251.078000', '124251.080000', '124251.083000', '124251.085000', '124251.088000', '124251.090000', '124251.093000', '124251.096000', '124251.098000', '124251.101000', '124251.103000', '124251.106000', '124251.109000', '124251.111000', '124251.114000', '124251.116000', '124251.119000', '124251.122000', '124251.132000', '124251.135000', '124251.138000', '124251.140000', '124251.143000', '124251.145000', '124251.148000', '124251.151000', '124311.030000', '124311.042000', '124311.045000', '124311.048000', '124311.050000', '124311.053000', '124311.055000', '124311.058000', '124311.061000', '124311.063000', '124311.066000', '124311.068000', '124311.071000', '124311.073000', '124311.076000', '124311.079000', '124311.081000', '124311.084000', '124311.087000', '124311.089000', '124311.092000', '124311.094000', '124311.097000', '124311.100000', '124311.102000', '124311.105000', '124311.107000', '124311.110000', '124311.112000', '124311.115000', '124311.118000', '124311.120000', '124311.123000', '124311.125000', '124311.128000', '124311.131000', '124311.133000', '124311.136000', '124311.138000', '124311.141000', '124311.144000', '124311.146000', '124311.149000', '124331.030000', '124331.034000', '124331.037000', '124331.039000', '124331.042000', '124331.045000', '124331.047000', '124331.050000', '124331.053000', '124331.055000', '124331.058000', '124331.060000', '124331.063000', '124331.066000', '124331.068000', '124331.071000', '124331.074000', '124331.076000', '124331.079000', '124331.081000', '124331.084000', '124331.086000', '124331.089000', '124331.092000', '124331.095000', '124331.097000', '124331.100000', '124331.102000', '124331.105000', '124331.108000', '124331.110000', '124331.113000', '124331.115000', '124331.118000', '124331.120000', '124331.123000', '124331.126000', '124331.128000', '124331.131000', '124331.133000', '124331.136000', '124331.139000', '124331.141000', '124331.144000', '124351.030000', '124351.033000', '124351.036000', '124351.039000', '124351.041000', '124351.044000', '124351.046000', '124351.049000', '124351.051000', '124351.054000', '124351.057000', '124351.059000', '124351.062000', '124351.064000', '124351.067000', '124351.070000', '124351.072000', '124351.075000', '124351.077000', '124351.080000', '124351.083000', '124351.085000', '124351.088000', '124351.090000', '124351.093000', '124351.096000', '124351.098000', '124351.101000', '124351.104000', '124351.106000', '124351.109000', '124351.111000', '124351.114000', '124351.116000', '124351.119000', '124351.122000', '124351.124000', '124351.127000', '124351.129000', '124351.132000', '124351.135000', '124351.137000', '124351.140000', '124411.029000', '124411.032000', '124411.035000', '124411.037000', '124411.040000', '124411.042000', '124411.045000', '124411.048000', '124411.050000', '124411.053000', '124411.055000', '124411.058000', '124411.061000', '124411.063000', '124411.066000', '124411.068000', '124411.071000', '124411.073000', '124411.076000', '124411.079000', '124411.081000', '124411.084000', '124411.086000', '124411.089000', '124411.091000', '124411.100000', '124411.103000', '124411.106000', '124411.108000', '124411.111000', '124411.113000', '124411.116000', '124411.118000', '124411.121000', '124411.124000', '124411.126000', '124411.129000', '124411.131000', '124411.134000', '124411.137000', '124411.139000', '124411.142000', '124411.144000', '124431.030000', '124431.032000', '124431.036000', '124431.038000', '124431.041000', '124431.043000', '124431.046000', '124431.048000', '124431.051000', '124431.053000', '124431.056000', '124431.059000', '124431.061000', '124431.064000', '124431.066000', '124431.069000', '124431.072000', '124431.074000', '124431.077000', '124431.079000', '124431.082000', '124431.084000', '124431.087000', '124431.090000', '124431.092000', '124431.095000', '124431.097000', '124431.100000', '124431.103000', '124431.105000', '124431.108000', '124431.110000', '124431.113000', '124431.116000', '124431.118000', '124431.121000', '124431.123000', '124431.126000', '124431.129000', '124431.131000', '124431.134000', '124431.136000', '124431.139000', '124431.141000', '124451.031000', '124451.033000', '124451.036000', '124451.038000', '124451.041000', '124451.044000', '124451.046000', '124451.049000', '124451.051000', '124451.054000', '124451.057000', '124451.059000', '124451.062000', '124451.064000', '124451.067000', '124451.069000', '124451.072000', '124451.076000', '124451.078000', '124451.081000', '124451.084000', '124451.086000', '124451.089000', '124451.092000', '124451.094000', '124451.097000', '124451.100000', '124451.102000', '124451.105000', '124451.108000', '124451.110000', '124451.113000', '124451.115000', '124451.118000', '124451.121000', '124451.123000', '124451.126000', '124451.129000', '124451.132000', '124451.134000', '124451.137000', '124451.140000', '124451.142000', '124511.030000', '124511.033000', '124511.036000', '124511.039000', '124511.041000', '124511.044000', '124511.046000', '124511.049000', '124511.051000', '124511.054000', '124511.057000', '124511.059000', '124511.062000', '124511.065000', '124511.067000', '124511.070000', '124511.072000', '124511.075000', '124511.078000', '124511.080000', '124511.083000', '124511.086000', '124511.088000', '124511.091000', '124511.093000', '124511.096000', '124511.099000', '124511.101000', '124511.104000', '124511.106000', '124511.109000', '124511.111000', '124511.121000', '124511.123000', '124511.126000', '124511.128000', '124511.131000', '124511.134000', '124511.136000', '124511.139000', '124511.141000', '124511.144000', '124511.147000', '124511.149000', '124531.031000', '124531.034000', '124531.036000', '124531.039000', '124531.041000', '124531.044000', '124531.046000', '124531.049000', '124531.051000', '124531.071000', '124531.074000', '124531.076000', '124531.079000', '124531.081000', '124531.084000', '124531.086000', '124531.089000', '124531.092000', '124531.094000', '124531.097000', '124531.099000', '124531.102000', '124531.105000', '124531.107000', '124531.110000', '124531.121000', '124531.124000', '124531.126000', '124531.129000', '124531.132000', '124531.134000', '124531.137000', '124531.139000', '124531.142000', '124531.145000', '124531.147000', '124531.150000', '124531.152000', '124531.155000', '124531.158000', '124531.160000', '124531.163000', '124531.165000', '124531.168000', '124537.027000', '124537.030000', '124537.033000', '124537.036000', '124537.039000', '124537.041000', '124537.044000', '124537.047000', '124537.050000', '124537.052000', '124537.055000', '124537.058000', '124537.061000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'LargestImagePixelValue': [12499, 7617, 9813, 6756, 10500, 7180, 8263, 6964, 7823, 11138, 8225, 13688, 9997, 13112, 7077, 9977, 8005, 12500, 8099, 12429, 7421, 10493, 8419, 13351, 9104, 12397, 7051, 9522, 7358, 10277, 6978, 8825, 6880, 10523, 7066, 10011, 7287, 8262, 7827, 10838, 7546, 7930, 7452, 12623, 8982, 7100, 7794, 7110, 13052, 8416, 12740, 6996, 7692, 12742, 8251, 13534, 8504, 10609, 7332, 8622, 7118, 8891, 7050, 7579, 7253, 7627, 14293, 8637, 13039, 7281, 9775, 6992, 9572, 7005, 7755, 9437, 7210, 9255, 7043, 9975, 7046, 7710, 7424, 7440, 7199, 7575, 13098, 7948, 10889, 6912, 10058, 7482, 11389, 13632, 8219, 12156, 7234, 8602, 6915, 8480, 10665, 7543, 9167, 7575, 7586, 11059, 7139, 11283, 8294, 8936, 7104, 7296, 7407, 8170, 13900, 8139, 11338, 7301, 8465, 12990, 7461, 10914, 7298, 8662, 7729, 7452, 8110, 7948, 11873, 8301, 11105, 7292, 7070, 12599, 7639, 10687, 7220, 7385, 7085, 6923, 11094, 7704, 9887, 6719, 7231, 11730, 7028, 10197, 7031, 7446, 10441, 6998, 10382, 7214, 9774, 6784, 7624, 13767, 8188, 13825, 8563, 12032, 7068, 7440, 13565, 7467, 13766, 7067, 11371, 7082, 7264, 13954, 8350, 12468, 6845, 7765, 6763, 7243, 13136, 7544, 9209, 6768, 7407, 12627, 7684, 11087, 7138, 7703, 12060, 7199, 10054, 6865, 8220, 6847, 7334, 9796, 7023, 10296, 6620, 7756, 13826, 7070, 10418, 6738, 10163, 12662, 7153, 11856, 6801, 9826, 11340, 7395, 12418, 7093, 7980, 7034, 7778, 13632, 7613, 9959, 6998, 9950, 6723, 8154, 7011, 7466, 11620, 6967, 11290, 8241, 7743, 13222, 6737, 10604, 6917, 7609, 13225, 7033, 9292, 6909, 8911, 7820, 7463, 11178, 7160, 10887, 6508, 10286, 12750, 7181, 11257, 7099, 10711, 7241, 7842, 13375, 7042, 10104, 7013, 8528, 14100, 7022, 10707, 7012, 9268, 7331, 7308, 6806, 7333, 9830, 6984, 10915, 6770, 8093, 6960, 7396, 10561, 7066, 11670, 6942, 8567, 7597, 7202, 11529, 7462, 12270, 6976, 8101, 8008, 6705, 13071, 6903, 11189, 7268, 7309, 11958, 6945, 11320, 6818, 7658, 6860, 7005, 11217, 6937, 10722, 6932, 8520, 6881, 7898, 14401, 7478, 11424, 7014, 9443, 6843, 9918, 12478, 7893, 13208, 7086, 10548, 7248, 9892, 10364, 7539, 11857, 7082, 11766, 7056, 10853, 7034, 7631, 11125, 7959, 14498, 7806, 11697, 7153, 7559, 10147, 6910, 9916, 7116, 7859, 11856, 6887, 9929, 6962, 7927, 6729, 7510, 11044, 7743, 12732, 7373, 10174, 7200, 10012, 6922, 11414, 6998, 8485, 12652, 7656, 14171, 7781, 12241, 6678, 8330, 11399, 8208, 13981, 8432, 10892, 7216, 8167, 7221, 8681, 9298, 7425, 10752, 6886, 11779, 6981, 10200, 7285, 7605, 11412, 7366, 12090, 7258, 9804, 7132, 7898, 14512, 7803, 11450, 6920, 10119, 7310, 10420, 7591, 8627, 10464, 7520, 10887, 6992, 10484, 12379, 7582, 11950, 6970, 8783, 7317, 8952, 7236, 7655, 7071, 9312, 7456, 9101, 14641, 7291, 12021, 7138, 10992, 7055, 7720, 14277, 7196, 12856, 7006, 10123, 7316, 8036, 14011, 8075, 12055, 6974, 8991, 7053, 8275, 14680, 8159, 11919, 6886, 9738, 6627, 9404, 14260, 9128, 11243, 6762, 7964, 7184, 7218, 6850, 9351, 7274, 9601, 7097, 12034, 7228, 13990, 13683, 8288, 12875, 6898, 10179, 7030, 7662, 11214, 7086, 9172, 7075, 9357, 6909, 7663, 6962, 9080, 11393, 8272, 13139, 7017, 11077, 6793, 10553, 12572, 8172, 12441, 6897, 8724, 6717, 9402, 7429, 7503, 10622, 7483, 12645, 7557, 10887, 6626, 8331, 11277, 7994, 12887, 7268, 10143, 7059, 7746, 11880, 8139, 12379, 7185, 9315, 7247, 7701, 12218, 7513, 9251, 6864, 8580, 7354, 9735, 8817, 8852, 13921, 6942, 12796, 7233, 11989, 6886, 7383, 13076, 6998, 12123, 7870, 8185, 12032, 7008, 10861, 6900, 10778, 6548, 7581, 6932, 6978, 12714, 7834, 9700, 7073, 8013, 7189, 8042, 13300, 7733, 9540, 6698, 7457, 7037, 7852, 11577, 7274, 10363, 7117, 10387, 8201, 7654, 13361, 6893, 11148, 6877, 12581, 12129, 8846, 12435, 6988, 9913, 6820, 7187, 6975, 6997, 9519, 6731, 9259, 6734, 7417, 9663, 7101, 13070, 7588, 13570, 6931, 9343, 8614, 8482, 14640, 8306, 11684, 6872, 7921, 12095, 7958, 12145, 6974, 9377, 7065, 7778, 13644, 7676, 10160, 6819, 8336, 6894, 8873, 11819, 7900, 11520, 6735, 10002, 6833, 8774, 6748, 7418, 13049, 7750, 12585, 7304, 9896, 6934, 10173, 7064, 8645, 7114, 7317, 13836, 8356, 13836, 8098, 12402, 6915, 9055, 7750, 8677, 14122, 7443, 10950, 6689, 8255, 6968, 8336, 11024, 7284, 9944, 6787, 8325, 6811, 8450, 9849, 7474, 9841, 7197, 9728, 6913, 7414, 7001, 7137, 10579, 7258, 11059, 6927, 8484, 6834, 7668, 14622, 10654, 11727, 6656, 7760, 13399, 7224, 12551, 6911, 10048, 6890, 7263, 11589, 6868, 9312, 7066, 7251, 11362, 6815, 8615, 7097, 8626, 14252, 8232, 11856, 6981, 7453, 11106, 6717, 9036, 6998, 7222, 7104, 6898, 10474, 7003, 9657, 6816, 7286, 11665, 7153, 9603, 6680, 9117, 14732, 9078, 12472, 6987, 8113, 8378, 7315, 13055, 6912, 10180, 6854, 7219, 14464, 8304, 11739, 7265, 7174, 11956, 6984, 10620, 6467, 7565, 11131, 6937, 10154, 6849, 9747, 7018, 7310, 14037, 6824, 12194, 6917, 9661, 7145, 7493, 13166, 7324, 12216, 7048, 10089, 6654, 7932, 13172, 7318, 11511, 6920, 8750, 6813, 8760, 10645, 7318, 12888, 6846, 9705, 6551, 8547, 11178, 7069, 10055, 6923, 9521, 6756, 7184, 11740, 6973, 9064, 6828, 8231, 11676, 7083, 12134, 6772, 8646, 9064, 7629, 14162, 6870, 10604, 6899, 8971, 14195, 7330, 11881, 6673, 8714, 6904, 8251, 13723, 7871, 10455, 6923, 7340, 14410, 7352, 11149, 6918, 7372, 11370, 6733, 9302, 6873, 7328, 7261, 7519, 9473, 7658, 12150, 8138, 10328, 6903, 7432, 14695, 9915, 12105, 7048, 7408, 13191, 7093, 10123, 7168, 7820, 6887, 9190, 8310, 7270, 12841, 7281, 13296, 7583, 12197, 7007, 11444, 8023, 13853, 7389, 10515, 14603, 11914, 12998, 7867, 8674, 11845, 6731, 10066, 6592, 7225, 7008, 7256, 6684, 7142, 10935, 7004, 8161, 7428, 7883, 6891, 8270, 13940, 10699, 12217, 6954, 7977, 14584, 8598, 13049, 7989, 8843, 13945, 7285, 12563, 6738, 8997, 11618, 6722, 9924, 6788, 8429, 9446, 7405, 12773, 6923, 9449, 7189, 8857, 14425, 9606, 12253, 6886, 9006, 7065, 9107, 14592, 8880, 12257, 7371, 8115, 6963, 7651, 13588, 7302, 10923, 7015, 7590, 11687, 7110, 10106, 6645, 7723, 6946, 7510, 11410, 6964, 8792, 6928, 7449, 10834, 6955, 10120, 6593, 7610, 13942, 7109, 11936, 7014, 10882, 7484, 7621, 13589, 7120, 12223, 7517, 9536, 13686, 7110, 9625, 6751, 8064, 13952, 9026, 11207, 7255, 7398, 6994, 7394, 12476, 7468, 9848, 7043, 8534, 13651, 7992, 11440, 6962, 9581, 6834, 8656, 14120, 8513, 11710, 6883, 9167, 13054, 7896, 11861, 6963, 8312, 7041, 8191, 11670, 7442, 10552, 6729, 8761, 7169, 9302, 8427, 8061, 13786, 6985, 10036, 7145, 7715, 13921, 9046, 10856, 6692, 7484, 12783, 7534, 11783, 6587, 7677, 11602, 7073, 9758, 6958, 7500, 7197, 7332, 10438, 7144, 10426, 6984, 8112, 6742, 7368, 14371, 9048, 11880, 6872, 7414, 11265, 7163, 11655, 6819, 8583, 11524, 7523, 12031, 6668, 10724, 7490, 7639, 14068, 6975, 10082, 7145, 8307, 14297, 7031, 10064, 7216, 7833, 6828, 7405, 11088, 7201, 9824, 6815, 8816, 6992, 7718, 13988, 7035, 10056, 10520, 7454, 13801, 6988, 10561, 6932, 7518, 11143, 6827, 9900, 6937, 7642, 12314, 6967, 8314, 6938, 7597, 7636, 7218, 10020, 6712, 9937, 7391, 7482, 13542, 6825, 8970, 6905, 7437, 13308, 6818, 10170, 6802, 8262], 'WindowCenter': [4117.0, 4050.0, 4069.0, 4016.0, 4077.0, 4013.0, 4034.0, 4012.0, 4023.0, 4063.0, 4033.0, 4082.0, 4053.0, 4072.0, 4011.0, 4051.0, 4034.0, 4072.0, 4033.0, 4072.0, 4022.0, 4051.0, 4030.0, 4072.0, 4042.0, 4071.0, 4011.0, 4042.0, 4010.0, 4052.0, 4010.0, 4031.0, 4009.0, 4051.0, 4010.0, 4052.0, 4011.0, 4031.0, 4021.0, 4064.0, 4033.0, 4033.0, 4035.0, 4086.0, 4056.0, 4024.0, 4035.0, 4024.0, 4086.0, 4033.0, 4074.0, 4010.0, 4022.0, 4061.0, 4021.0, 4070.0, 4031.0, 4039.0, 4009.0, 4029.0, 4010.0, 4042.0, 4010.0, 4023.0, 4010.0, 4022.0, 4083.0, 4032.0, 4062.0, 4012.0, 4040.0, 3999.0, 4042.0, 3999.0, 4020.0, 4029.0, 4009.0, 4040.0, 4011.0, 4052.0, 4011.0, 4021.0, 4012.0, 4022.0, 4012.0, 4024.0, 4085.0, 4035.0, 4066.0, 4026.0, 4070.0, 4051.0, 4106.0, 4099.0, 4036.0, 4064.0, 4013.0, 4033.0, 4012.0, 4044.0, 4054.0, 4023.0, 4044.0, 4021.0, 4022.0, 4063.0, 4013.0, 4064.0, 4034.0, 4033.0, 4013.0, 4013.0, 4009.0, 4022.0, 4071.0, 4022.0, 4064.0, 4009.0, 4020.0, 4058.0, 4008.0, 4049.0, 4009.0, 4031.0, 4022.0, 4024.0, 4032.0, 4034.0, 4073.0, 4034.0, 4065.0, 4010.0, 4012.0, 4073.0, 4022.0, 4053.0, 4011.0, 4012.0, 4011.0, 4012.0, 4062.0, 4023.0, 4056.0, 4000.0, 4012.0, 4062.0, 4010.0, 4053.0, 4010.0, 4021.0, 4050.0, 4013.0, 4051.0, 4023.0, 4053.0, 4003.0, 4024.0, 4084.0, 4034.0, 4084.0, 4034.0, 4064.0, 4000.0, 4012.0, 4071.0, 4011.0, 4072.0, 4001.0, 4063.0, 4011.0, 4011.0, 4070.0, 4019.0, 4060.0, 3998.0, 4009.0, 3998.0, 4010.0, 4071.0, 4009.0, 4029.0, 3999.0, 4010.0, 4060.0, 4009.0, 4051.0, 3999.0, 4010.0, 4047.0, 3998.0, 4039.0, 3999.0, 4020.0, 3998.0, 4011.0, 4050.0, 4011.0, 4051.0, 3999.0, 4021.0, 4070.0, 4010.0, 4050.0, 3999.0, 4051.0, 4057.0, 3998.0, 4049.0, 3989.0, 4041.0, 4049.0, 4009.0, 4058.0, 3998.0, 4009.0, 3997.0, 4009.0, 4070.0, 4009.0, 4038.0, 3999.0, 4051.0, 3999.0, 4021.0, 3997.0, 4009.0, 4049.0, 4009.0, 4051.0, 4017.0, 4009.0, 4059.0, 3998.0, 4050.0, 3997.0, 4008.0, 4058.0, 3998.0, 4026.0, 3997.0, 4032.0, 4008.0, 4010.0, 4050.0, 3998.0, 4051.0, 3989.0, 4052.0, 4058.0, 3998.0, 4048.0, 3999.0, 4050.0, 3997.0, 4008.0, 4060.0, 3998.0, 4038.0, 3996.0, 4030.0, 4068.0, 3999.0, 4038.0, 3998.0, 4040.0, 4009.0, 4010.0, 3998.0, 4010.0, 4041.0, 4011.0, 4063.0, 4001.0, 4022.0, 4009.0, 4012.0, 4052.0, 4011.0, 4062.0, 4010.0, 4031.0, 4020.0, 4021.0, 4061.0, 4011.0, 4073.0, 4023.0, 4033.0, 4019.0, 4000.0, 4071.0, 4009.0, 4062.0, 4009.0, 4012.0, 4060.0, 4010.0, 4052.0, 3999.0, 4020.0, 3999.0, 4009.0, 4049.0, 4009.0, 4052.0, 3999.0, 4031.0, 3999.0, 4022.0, 4081.0, 4022.0, 4060.0, 4011.0, 4041.0, 4001.0, 4053.0, 4071.0, 4020.0, 4071.0, 4010.0, 4051.0, 4009.0, 4042.0, 4039.0, 4019.0, 4060.0, 4010.0, 4062.0, 4011.0, 4062.0, 4009.0, 4021.0, 4059.0, 4020.0, 4082.0, 4021.0, 4062.0, 3997.0, 4009.0, 4038.0, 3999.0, 4040.0, 3999.0, 4021.0, 4060.0, 3999.0, 4051.0, 4010.0, 4021.0, 3998.0, 4012.0, 4061.0, 4022.0, 4072.0, 4023.0, 4052.0, 4023.0, 4052.0, 4012.0, 4074.0, 4011.0, 4043.0, 4071.0, 4023.0, 4072.0, 4022.0, 4063.0, 3999.0, 4032.0, 4050.0, 4031.0, 4070.0, 4030.0, 4049.0, 4008.0, 4029.0, 4010.0, 4032.0, 4040.0, 4022.0, 4060.0, 4011.0, 4072.0, 4011.0, 4051.0, 4009.0, 4021.0, 4060.0, 4012.0, 4062.0, 4022.0, 4052.0, 4009.0, 4021.0, 4081.0, 4021.0, 4061.0, 4010.0, 4052.0, 4012.0, 4064.0, 4021.0, 4033.0, 4050.0, 4022.0, 4051.0, 4009.0, 4052.0, 4060.0, 4021.0, 4060.0, 4011.0, 4030.0, 4011.0, 4043.0, 4022.0, 4022.0, 4012.0, 4055.0, 4023.0, 4045.0, 4085.0, 4025.0, 4074.0, 4012.0, 4064.0, 4012.0, 4023.0, 4083.0, 4012.0, 4074.0, 4011.0, 4052.0, 4010.0, 4034.0, 4083.0, 4032.0, 4062.0, 4010.0, 4042.0, 4010.0, 4032.0, 4082.0, 4032.0, 4061.0, 4012.0, 4052.0, 3999.0, 4041.0, 4082.0, 4040.0, 4062.0, 4011.0, 4033.0, 4012.0, 4022.0, 4013.0, 4053.0, 4025.0, 4054.0, 4026.0, 4077.0, 4024.0, 4088.0, 4072.0, 4034.0, 4073.0, 4010.0, 4052.0, 4000.0, 4022.0, 4051.0, 4010.0, 4040.0, 4010.0, 4043.0, 4011.0, 4021.0, 4011.0, 4043.0, 4062.0, 4032.0, 4072.0, 4012.0, 4063.0, 3999.0, 4051.0, 4061.0, 4030.0, 4060.0, 4011.0, 4030.0, 3998.0, 4041.0, 4009.0, 4011.0, 4050.0, 4011.0, 4071.0, 4022.0, 4063.0, 4000.0, 4033.0, 4051.0, 4020.0, 4071.0, 4011.0, 4051.0, 4009.0, 4021.0, 4060.0, 4021.0, 4073.0, 4012.0, 4042.0, 4010.0, 4021.0, 4061.0, 4011.0, 4042.0, 4012.0, 4042.0, 4023.0, 4055.0, 4044.0, 4056.0, 4084.0, 4023.0, 4085.0, 4021.0, 4073.0, 4010.0, 4021.0, 4071.0, 4010.0, 4072.0, 4020.0, 4031.0, 4059.0, 4009.0, 4049.0, 4010.0, 4051.0, 3988.0, 4020.0, 4009.0, 4011.0, 4070.0, 4021.0, 4041.0, 4010.0, 4031.0, 4008.0, 4020.0, 4071.0, 4022.0, 4042.0, 4000.0, 4021.0, 4011.0, 4034.0, 4063.0, 4023.0, 4064.0, 4012.0, 4054.0, 4031.0, 4023.0, 4072.0, 4012.0, 4063.0, 4013.0, 4075.0, 4061.0, 4030.0, 4061.0, 4009.0, 4041.0, 3999.0, 4011.0, 4007.0, 4011.0, 4040.0, 4011.0, 4041.0, 4001.0, 4022.0, 4051.0, 4012.0, 4071.0, 4023.0, 4084.0, 4012.0, 4043.0, 4029.0, 4030.0, 4081.0, 4019.0, 4060.0, 3999.0, 4021.0, 4060.0, 4019.0, 4060.0, 4009.0, 4040.0, 3998.0, 4019.0, 4070.0, 4020.0, 4039.0, 3998.0, 4030.0, 3998.0, 4042.0, 4061.0, 4032.0, 4061.0, 4011.0, 4051.0, 3999.0, 4032.0, 3999.0, 4011.0, 4071.0, 4021.0, 4070.0, 4011.0, 4051.0, 4011.0, 4052.0, 4010.0, 4042.0, 4011.0, 4023.0, 4081.0, 4032.0, 4082.0, 4032.0, 4071.0, 4010.0, 4042.0, 4019.0, 4030.0, 4070.0, 4011.0, 4050.0, 4000.0, 4030.0, 4008.0, 4032.0, 4050.0, 4010.0, 4051.0, 4012.0, 4032.0, 4001.0, 4034.0, 4051.0, 4023.0, 4051.0, 4012.0, 4053.0, 4012.0, 4023.0, 4022.0, 4024.0, 4065.0, 4024.0, 4075.0, 4013.0, 4044.0, 4012.0, 4024.0, 4094.0, 4064.0, 4073.0, 4001.0, 4023.0, 4082.0, 4021.0, 4073.0, 4011.0, 4054.0, 4010.0, 4022.0, 4061.0, 4001.0, 4043.0, 4010.0, 4022.0, 4061.0, 4001.0, 4032.0, 4010.0, 4043.0, 4082.0, 4032.0, 4062.0, 4010.0, 4011.0, 4050.0, 4000.0, 4030.0, 4010.0, 4011.0, 4009.0, 4012.0, 4052.0, 4013.0, 4053.0, 4002.0, 4024.0, 4062.0, 4013.0, 4054.0, 4012.0, 4044.0, 4084.0, 4044.0, 4073.0, 4011.0, 4033.0, 4031.0, 4022.0, 4083.0, 4012.0, 4053.0, 4010.0, 4023.0, 4083.0, 4033.0, 4062.0, 4010.0, 4012.0, 4061.0, 4012.0, 4063.0, 4002.0, 4034.0, 4062.0, 4012.0, 4051.0, 4012.0, 4054.0, 4011.0, 4023.0, 4082.0, 4001.0, 4072.0, 4012.0, 4053.0, 4011.0, 4021.0, 4072.0, 4022.0, 4073.0, 4011.0, 4053.0, 4001.0, 4033.0, 4073.0, 4023.0, 4062.0, 4012.0, 4042.0, 4011.0, 4046.0, 4052.0, 4024.0, 4072.0, 4002.0, 4042.0, 4001.0, 4044.0, 4062.0, 4012.0, 4052.0, 4013.0, 4054.0, 4012.0, 4025.0, 4074.0, 4023.0, 4043.0, 4012.0, 4044.0, 4063.0, 4013.0, 4074.0, 4011.0, 4044.0, 4041.0, 4022.0, 4082.0, 4000.0, 4064.0, 4023.0, 4055.0, 4083.0, 4023.0, 4073.0, 4012.0, 4044.0, 4011.0, 4033.0, 4083.0, 4034.0, 4063.0, 4013.0, 4024.0, 4083.0, 4023.0, 4078.0, 4025.0, 4024.0, 4061.0, 4001.0, 4041.0, 4001.0, 4021.0, 4022.0, 4024.0, 4054.0, 4035.0, 4086.0, 4046.0, 4066.0, 4013.0, 4024.0, 4084.0, 4052.0, 4075.0, 4011.0, 4023.0, 4083.0, 4012.0, 4063.0, 4023.0, 4034.0, 4023.0, 4067.0, 4045.0, 4036.0, 4085.0, 4037.0, 4098.0, 4034.0, 4074.0, 4024.0, 4075.0, 4035.0, 4097.0, 4025.0, 4066.0, 4083.0, 4063.0, 4073.0, 4021.0, 4031.0, 4059.0, 4000.0, 4040.0, 3999.0, 4011.0, 4010.0, 4022.0, 3999.0, 4013.0, 4062.0, 4024.0, 4043.0, 4024.0, 4036.0, 4026.0, 4048.0, 4097.0, 4067.0, 4077.0, 4024.0, 4036.0, 4085.0, 4044.0, 4075.0, 4022.0, 4043.0, 4071.0, 4011.0, 4062.0, 4000.0, 4043.0, 4061.0, 4001.0, 4042.0, 4000.0, 4033.0, 4039.0, 4012.0, 4072.0, 4011.0, 4042.0, 3998.0, 4042.0, 4081.0, 4042.0, 4060.0, 4011.0, 4042.0, 4009.0, 4042.0, 4081.0, 4042.0, 4060.0, 4010.0, 4021.0, 4009.0, 4021.0, 4071.0, 4010.0, 4052.0, 4009.0, 4021.0, 4060.0, 4010.0, 4051.0, 4000.0, 4021.0, 4010.0, 4022.0, 4062.0, 4011.0, 4033.0, 4010.0, 4024.0, 4061.0, 4013.0, 4053.0, 4002.0, 4023.0, 4082.0, 4012.0, 4072.0, 4012.0, 4064.0, 4021.0, 4023.0, 4074.0, 4012.0, 4073.0, 4010.0, 4041.0, 4071.0, 4009.0, 4040.0, 3997.0, 4020.0, 4070.0, 4030.0, 4060.0, 4010.0, 4011.0, 4009.0, 4022.0, 4072.0, 4022.0, 4053.0, 4011.0, 4042.0, 4072.0, 4022.0, 4061.0, 4012.0, 4043.0, 4000.0, 4032.0, 4072.0, 4032.0, 4062.0, 4010.0, 4042.0, 4071.0, 4022.0, 4061.0, 4000.0, 4019.0, 3998.0, 4031.0, 4061.0, 4012.0, 4051.0, 4000.0, 4032.0, 4010.0, 4044.0, 4030.0, 4033.0, 4072.0, 4012.0, 4053.0, 4025.0, 4051.0, 4084.0, 4043.0, 4052.0, 3999.0, 4024.0, 4085.0, 4024.0, 4073.0, 4002.0, 4024.0, 4061.0, 4011.0, 4053.0, 4012.0, 4022.0, 4011.0, 4023.0, 4062.0, 4024.0, 4064.0, 4024.0, 4035.0, 4014.0, 4036.0, 4095.0, 4045.0, 4075.0, 4012.0, 4024.0, 4063.0, 4024.0, 4075.0, 4013.0, 4045.0, 4062.0, 4023.0, 4072.0, 4002.0, 4064.0, 4011.0, 4022.0, 4071.0, 4010.0, 4051.0, 3999.0, 4031.0, 4071.0, 4010.0, 4040.0, 4011.0, 4021.0, 4000.0, 4022.0, 4062.0, 4022.0, 4052.0, 4012.0, 4045.0, 4013.0, 4035.0, 4084.0, 4013.0, 4053.0, 4051.0, 4023.0, 4083.0, 4012.0, 4053.0, 4011.0, 4023.0, 4062.0, 4012.0, 4054.0, 4011.0, 4034.0, 4074.0, 4014.0, 4044.0, 4013.0, 4035.0, 4034.0, 4025.0, 4064.0, 4016.0, 4067.0, 4024.0, 4026.0, 4086.0, 4015.0, 4055.0, 4024.0, 4037.0, 4086.0, 4015.0, 4066.0, 4013.0, 4046.0], 'WindowWidth': [9133.0, 9034.0, 9054.0, 8977.0, 9059.0, 8966.0, 8996.0, 8961.0, 8978.0, 9030.0, 8994.0, 9057.0, 9018.0, 9041.0, 8961.0, 9015.0, 8995.0, 9043.0, 8994.0, 9042.0, 8978.0, 9014.0, 8987.0, 9042.0, 9003.0, 9037.0, 8959.0, 9000.0, 8958.0, 9016.0, 8956.0, 8985.0, 8955.0, 9013.0, 8955.0, 9014.0, 8958.0, 8986.0, 8973.0, 9036.0, 8994.0, 8992.0, 9002.0, 9070.0, 9031.0, 8985.0, 8999.0, 8983.0, 9069.0, 8990.0, 9048.0, 8955.0, 8973.0, 9023.0, 8970.0, 9034.0, 8983.0, 8991.0, 8952.0, 8978.0, 8955.0, 9001.0, 8954.0, 8976.0, 8954.0, 8976.0, 9057.0, 8987.0, 9025.0, 8960.0, 8994.0, 8938.0, 8998.0, 8937.0, 8969.0, 8978.0, 8954.0, 8994.0, 8960.0, 9013.0, 8957.0, 8972.0, 8960.0, 8976.0, 8961.0, 8980.0, 9062.0, 8999.0, 9038.0, 8990.0, 9054.0, 9033.0, 9112.0, 9091.0, 8997.0, 9031.0, 8963.0, 8990.0, 8960.0, 9006.0, 9017.0, 8976.0, 9005.0, 8971.0, 8975.0, 9030.0, 8964.0, 9031.0, 8991.0, 8987.0, 8962.0, 8961.0, 8949.0, 8971.0, 9036.0, 8973.0, 9034.0, 8950.0, 8969.0, 9014.0, 8949.0, 9004.0, 8954.0, 8984.0, 8976.0, 8982.0, 8991.0, 8996.0, 9045.0, 8996.0, 9036.0, 8957.0, 8962.0, 9043.0, 8974.0, 9016.0, 8958.0, 8962.0, 8956.0, 8962.0, 9026.0, 8977.0, 9025.0, 8942.0, 8960.0, 9026.0, 8957.0, 9017.0, 8954.0, 8973.0, 9009.0, 8963.0, 9013.0, 8978.0, 9019.0, 8950.0, 8981.0, 9059.0, 8993.0, 9060.0, 8991.0, 9032.0, 8941.0, 8961.0, 9037.0, 8957.0, 9040.0, 8945.0, 9028.0, 8957.0, 8958.0, 9033.0, 8965.0, 9020.0, 8936.0, 8954.0, 8936.0, 8955.0, 9035.0, 8953.0, 8978.0, 8938.0, 8956.0, 9020.0, 8953.0, 9009.0, 8937.0, 8954.0, 8998.0, 8935.0, 8991.0, 8937.0, 8968.0, 8935.0, 8958.0, 9010.0, 8958.0, 9014.0, 8940.0, 8972.0, 9035.0, 8956.0, 9009.0, 8939.0, 9011.0, 9013.0, 8937.0, 9004.0, 8922.0, 8996.0, 9002.0, 8950.0, 9014.0, 8933.0, 8950.0, 8932.0, 8951.0, 9033.0, 8953.0, 8988.0, 8941.0, 9013.0, 8941.0, 8974.0, 8935.0, 8955.0, 9006.0, 8952.0, 9013.0, 8960.0, 8953.0, 9018.0, 8936.0, 9008.0, 8935.0, 8951.0, 9013.0, 8935.0, 8970.0, 8934.0, 8987.0, 8949.0, 8955.0, 9008.0, 8938.0, 9011.0, 8925.0, 9014.0, 9014.0, 8936.0, 9001.0, 8938.0, 9009.0, 8932.0, 8950.0, 9018.0, 8934.0, 8988.0, 8929.0, 8981.0, 9029.0, 8939.0, 8987.0, 8937.0, 8996.0, 8952.0, 8957.0, 8937.0, 8956.0, 8998.0, 8960.0, 9030.0, 8946.0, 8976.0, 8953.0, 8961.0, 9013.0, 8960.0, 9028.0, 8957.0, 8985.0, 8970.0, 8975.0, 9026.0, 8960.0, 9045.0, 8980.0, 8991.0, 8966.0, 8944.0, 9038.0, 8954.0, 9027.0, 8952.0, 8960.0, 9020.0, 8956.0, 9012.0, 8940.0, 8971.0, 8939.0, 8954.0, 9006.0, 8953.0, 9014.0, 8941.0, 8985.0, 8940.0, 8974.0, 9052.0, 8976.0, 9023.0, 8958.0, 8998.0, 8946.0, 9019.0, 9037.0, 8971.0, 9038.0, 8956.0, 9011.0, 8953.0, 9001.0, 8992.0, 8969.0, 9020.0, 8958.0, 9028.0, 8959.0, 9029.0, 8955.0, 8974.0, 9019.0, 8970.0, 9053.0, 8974.0, 9028.0, 8934.0, 8953.0, 8989.0, 8939.0, 8995.0, 8939.0, 8971.0, 9020.0, 8941.0, 9011.0, 8954.0, 8971.0, 8938.0, 8961.0, 9024.0, 8976.0, 9041.0, 8981.0, 9014.0, 8979.0, 9016.0, 8965.0, 9049.0, 8959.0, 9006.0, 9038.0, 8976.0, 9042.0, 8975.0, 9030.0, 8938.0, 8987.0, 9007.0, 8983.0, 9035.0, 8983.0, 9006.0, 8950.0, 8981.0, 8957.0, 8989.0, 8996.0, 8977.0, 9022.0, 8960.0, 9043.0, 8959.0, 9014.0, 8953.0, 8972.0, 9021.0, 8961.0, 9027.0, 8977.0, 9017.0, 8955.0, 8974.0, 9052.0, 8975.0, 9026.0, 8960.0, 9015.0, 8963.0, 9034.0, 8973.0, 8991.0, 9009.0, 8976.0, 9013.0, 8953.0, 9017.0, 9020.0, 8973.0, 9022.0, 8959.0, 8983.0, 8959.0, 9004.0, 8976.0, 8978.0, 8966.0, 9026.0, 8979.0, 9012.0, 9063.0, 8983.0, 9048.0, 8964.0, 9034.0, 8962.0, 8980.0, 9057.0, 8963.0, 9047.0, 8961.0, 9016.0, 8957.0, 8994.0, 9058.0, 8990.0, 9028.0, 8958.0, 9002.0, 8956.0, 8991.0, 9055.0, 8990.0, 9025.0, 8965.0, 9016.0, 8941.0, 8999.0, 9053.0, 8997.0, 9029.0, 8962.0, 8991.0, 8963.0, 8975.0, 8969.0, 9021.0, 8987.0, 9024.0, 8990.0, 9057.0, 8980.0, 9072.0, 9041.0, 8991.0, 9042.0, 8955.0, 9015.0, 8941.0, 8974.0, 9009.0, 8957.0, 8994.0, 8957.0, 9004.0, 8961.0, 8973.0, 8959.0, 9007.0, 9028.0, 8990.0, 9041.0, 8961.0, 9031.0, 8941.0, 9014.0, 9023.0, 8983.0, 9020.0, 8956.0, 8982.0, 8937.0, 8999.0, 8953.0, 8960.0, 9009.0, 8959.0, 9039.0, 8976.0, 9031.0, 8944.0, 8990.0, 9011.0, 8969.0, 9037.0, 8958.0, 9012.0, 8954.0, 8973.0, 9021.0, 8973.0, 9043.0, 8961.0, 9001.0, 8956.0, 8972.0, 9025.0, 8961.0, 9002.0, 8963.0, 9003.0, 8980.0, 9027.0, 9009.0, 9029.0, 9063.0, 8980.0, 9065.0, 8976.0, 9049.0, 8958.0, 8976.0, 9040.0, 8959.0, 9044.0, 8969.0, 8987.0, 9019.0, 8954.0, 9005.0, 8956.0, 9013.0, 8925.0, 8971.0, 8953.0, 8960.0, 9037.0, 8973.0, 8999.0, 8957.0, 8987.0, 8952.0, 8972.0, 9040.0, 8978.0, 9002.0, 8946.0, 8976.0, 8961.0, 8995.0, 9031.0, 8981.0, 9035.0, 8964.0, 9023.0, 8987.0, 8979.0, 9043.0, 8963.0, 9031.0, 8964.0, 9053.0, 9025.0, 8984.0, 9023.0, 8952.0, 8997.0, 8939.0, 8959.0, 8950.0, 8960.0, 8996.0, 8961.0, 9002.0, 8946.0, 8977.0, 9014.0, 8963.0, 9041.0, 8979.0, 9063.0, 8962.0, 9007.0, 8978.0, 8983.0, 9050.0, 8968.0, 9023.0, 8941.0, 8972.0, 9020.0, 8966.0, 9022.0, 8954.0, 8996.0, 8936.0, 8967.0, 9034.0, 8969.0, 8993.0, 8938.0, 8983.0, 8937.0, 9001.0, 9024.0, 8990.0, 9027.0, 8961.0, 9013.0, 8943.0, 8989.0, 8940.0, 8959.0, 9038.0, 8974.0, 9036.0, 8961.0, 9012.0, 8959.0, 9016.0, 8956.0, 9004.0, 8959.0, 8981.0, 9053.0, 8991.0, 9056.0, 8990.0, 9040.0, 8958.0, 9003.0, 8967.0, 8984.0, 9035.0, 8959.0, 9007.0, 8943.0, 8983.0, 8951.0, 8987.0, 9008.0, 8958.0, 9011.0, 8962.0, 8988.0, 8946.0, 8995.0, 9011.0, 8978.0, 9013.0, 8963.0, 9019.0, 8963.0, 8981.0, 8978.0, 8984.0, 9036.0, 8984.0, 9053.0, 8968.0, 9010.0, 8964.0, 8982.0, 9075.0, 9035.0, 9046.0, 8947.0, 8981.0, 9054.0, 8975.0, 9044.0, 8961.0, 9022.0, 8957.0, 8977.0, 9026.0, 8946.0, 9006.0, 8957.0, 8976.0, 9026.0, 8947.0, 8988.0, 8958.0, 9006.0, 9055.0, 8988.0, 9029.0, 8955.0, 8958.0, 9007.0, 8944.0, 8983.0, 8955.0, 8959.0, 8954.0, 8964.0, 9014.0, 8966.0, 9021.0, 8949.0, 8981.0, 9029.0, 8967.0, 9020.0, 8962.0, 9010.0, 9060.0, 9008.0, 9044.0, 8961.0, 8992.0, 8986.0, 8978.0, 9059.0, 8964.0, 9020.0, 8959.0, 8980.0, 9059.0, 8991.0, 9031.0, 8957.0, 8964.0, 9025.0, 8963.0, 9033.0, 8949.0, 8995.0, 9028.0, 8963.0, 9013.0, 8965.0, 9021.0, 8959.0, 8980.0, 9056.0, 8948.0, 9042.0, 8963.0, 9018.0, 8959.0, 8975.0, 9043.0, 8976.0, 9043.0, 8962.0, 9019.0, 8945.0, 8992.0, 9045.0, 8977.0, 9027.0, 8964.0, 9004.0, 8961.0, 9012.0, 9016.0, 8981.0, 9042.0, 8949.0, 9003.0, 8947.0, 9008.0, 9027.0, 8964.0, 9015.0, 8965.0, 9022.0, 8964.0, 8985.0, 9047.0, 8981.0, 9006.0, 8963.0, 9009.0, 9031.0, 8966.0, 9046.0, 8962.0, 9009.0, 8999.0, 8977.0, 9056.0, 8945.0, 9035.0, 8980.0, 9026.0, 9058.0, 8979.0, 9044.0, 8963.0, 9008.0, 8960.0, 8992.0, 9061.0, 8994.0, 9032.0, 8967.0, 8981.0, 9057.0, 8979.0, 9060.0, 8986.0, 8982.0, 9025.0, 8946.0, 8999.0, 8947.0, 8974.0, 8977.0, 8985.0, 9023.0, 9002.0, 9066.0, 9016.0, 9044.0, 8966.0, 8983.0, 9062.0, 9017.0, 9049.0, 8958.0, 8979.0, 9060.0, 8965.0, 9034.0, 8982.0, 8996.0, 8982.0, 9047.0, 9013.0, 9004.0, 9068.0, 9007.0, 9087.0, 8997.0, 9050.0, 8985.0, 9053.0, 9002.0, 9084.0, 8987.0, 9042.0, 9060.0, 9030.0, 9044.0, 8968.0, 8985.0, 9018.0, 8940.0, 8996.0, 8939.0, 8959.0, 8955.0, 8976.0, 8942.0, 8968.0, 9030.0, 8982.0, 9005.0, 8983.0, 9000.0, 8988.0, 9021.0, 9083.0, 9042.0, 9055.0, 8980.0, 8999.0, 9061.0, 9008.0, 9051.0, 8975.0, 9006.0, 9038.0, 8958.0, 9028.0, 8942.0, 9003.0, 9022.0, 8945.0, 8999.0, 8942.0, 8991.0, 8994.0, 8961.0, 9040.0, 8959.0, 9000.0, 8938.0, 9002.0, 9051.0, 9002.0, 9023.0, 8959.0, 9001.0, 8954.0, 9003.0, 9052.0, 9000.0, 9022.0, 8955.0, 8972.0, 8952.0, 8972.0, 9037.0, 8957.0, 9014.0, 8954.0, 8972.0, 9020.0, 8957.0, 9011.0, 8942.0, 8972.0, 8955.0, 8975.0, 9026.0, 8959.0, 8992.0, 8956.0, 8980.0, 9026.0, 8965.0, 9019.0, 8948.0, 8980.0, 9056.0, 8963.0, 9042.0, 8963.0, 9034.0, 8972.0, 8978.0, 9044.0, 8961.0, 9047.0, 8957.0, 9000.0, 9037.0, 8953.0, 8997.0, 8935.0, 8970.0, 9035.0, 8984.0, 9021.0, 8957.0, 8960.0, 8955.0, 8974.0, 9040.0, 8976.0, 9017.0, 8960.0, 9004.0, 9040.0, 8975.0, 9024.0, 8961.0, 9004.0, 8941.0, 8988.0, 9039.0, 8986.0, 9027.0, 8954.0, 9002.0, 9035.0, 8973.0, 9022.0, 8942.0, 8967.0, 8936.0, 8986.0, 9022.0, 8960.0, 9012.0, 8945.0, 8987.0, 8957.0, 9006.0, 8983.0, 8991.0, 9041.0, 8963.0, 9019.0, 8986.0, 9036.0, 9064.0, 9004.0, 9015.0, 8941.0, 8984.0, 9066.0, 8982.0, 9046.0, 8948.0, 8980.0, 9025.0, 8961.0, 9018.0, 8962.0, 8977.0, 8960.0, 8980.0, 9028.0, 8982.0, 9034.0, 8983.0, 8999.0, 8969.0, 9003.0, 9079.0, 9010.0, 9050.0, 8962.0, 8982.0, 9032.0, 8983.0, 9053.0, 8966.0, 9013.0, 9029.0, 8980.0, 9043.0, 8948.0, 9034.0, 8959.0, 8976.0, 9038.0, 8957.0, 9012.0, 8939.0, 8986.0, 9037.0, 8957.0, 8995.0, 8959.0, 8974.0, 8944.0, 8975.0, 9028.0, 8978.0, 9016.0, 8964.0, 9011.0, 8965.0, 9000.0, 9061.0, 8964.0, 9020.0, 9010.0, 8977.0, 9056.0, 8962.0, 9018.0, 8959.0, 8979.0, 9029.0, 8964.0, 9023.0, 8959.0, 8996.0, 9047.0, 8968.0, 9010.0, 8966.0, 8999.0, 8995.0, 8987.0, 9036.0, 8975.0, 9044.0, 8983.0, 8988.0, 9065.0, 8972.0, 9025.0, 8983.0, 9005.0, 9068.0, 8973.0, 9041.0, 8968.0, 9014.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.00043549270072992704</td></tr>
<tr><td colspan=3>aqi</td><td>0.026114538503649636</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.65109375206392</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2174563140730599</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9858352718995426</td></tr>
<tr><td colspan=3>efc</td><td>0.4506</td></tr>
<tr><td colspan=3>fber</td><td>5932.186</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0853209242531439</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4598540145985401</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.470578630536547</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.408805851660502</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.665667118263725</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.337262921685414</td></tr>
<tr><td colspan=3>gcor</td><td>0.00614814</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016814423725008965</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02279191091656685</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1096</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6608686386215497</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.5737</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.4865</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.7517</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308882.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>718.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.8224</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8921</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.7403</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3270.0915</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3530.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67662.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>888.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4295.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>964.2449</td></tr>
<tr><td colspan=3>tsnr</td><td>39.8962610088638</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>