ds005256-mriqc/sub-0017_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter 611090bf5a [DATALAD RUNCMD] Compute MRIQC for sub-0017
=== 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-0017 --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-0017",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:54:22 +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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-02/func/sub-0017_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>2f2c100053dc9d50a0354ed0e7ac0be1</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:21:8.312500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998184, -0.0434243, 0.0417386, 0.0397423, 0.99556, 0.0853257]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.107439</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>[4179, -7741, -7255, 634, 27, -133, 117, 45]</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>270.888</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6b0bddf3-e461-40bc-97c0-5564ed32c616||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678056001663208, 0.10662558674812317, 0.12219785898923874, 104.92606353759766], [0.11650416254997253, 2.6710152626037598, 0.22548235952854156, -88.12508392333984], [0.11198154091835022, -0.22892256081104279, 2.6877918243408203, -53.51728439331055], [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': ['122108.312500', '122108.772500', '122109.232500', '122109.692500', '122110.152500', '122110.612500', '122111.072500', '122111.532500', '122111.992500', '122112.452500', '122112.912500', '122113.372500', '122113.832500', '122114.292500', '122114.752500', '122115.212500', '122115.672500', '122116.132500', '122116.592500', '122117.052500', '122117.512500', '122117.972500', '122118.432500', '122118.892500', '122119.352500', '122119.812500', '122120.272500', '122120.732500', '122121.192500', '122121.652500', '122122.112500', '122122.572500', '122123.032500', '122123.492500', '122123.952500', '122124.412500', '122124.872500', '122125.332500', '122125.792500', '122126.252500', '122126.712500', '122127.172500', '122127.632500', '122128.092500', '122128.552500', '122129.012500', '122129.472500', '122129.932500', '122130.392500', '122130.852500', '122131.312500', '122131.772500', '122132.232500', '122132.692500', '122133.152500', '122133.612500', '122134.072500', '122134.532500', '122134.992500', '122135.452500', '122135.912500', '122136.372500', '122136.832500', '122137.292500', '122137.752500', '122138.212500', '122138.672500', '122139.132500', '122139.592500', '122140.052500', '122140.512500', '122140.972500', '122141.432500', '122141.892500', '122142.352500', '122142.812500', '122143.272500', '122143.732500', '122144.192500', '122144.652500', '122145.112500', '122145.572500', '122146.032500', '122146.492500', '122146.952500', '122147.412500', '122147.872500', '122148.332500', '122148.792500', '122149.252500', '122149.712500', '122150.172500', '122150.632500', '122151.092500', '122151.552500', '122152.012500', '122152.472500', '122152.932500', '122153.392500', '122153.852500', '122154.312500', '122154.772500', '122155.232500', '122155.692500', '122156.152500', '122156.612500', '122157.072500', '122157.532500', '122157.992500', '122158.452500', '122158.912500', '122159.372500', '122159.832500', '122200.292500', '122200.752500', '122201.212500', '122201.672500', '122202.132500', '122202.592500', '122203.052500', '122203.512500', '122203.972500', '122204.432500', '122204.892500', '122205.352500', '122205.812500', '122206.272500', '122206.732500', '122207.192500', '122207.652500', '122208.112500', '122208.572500', '122209.032500', '122209.492500', '122209.952500', '122210.412500', '122210.872500', '122211.332500', '122211.792500', '122212.252500', '122212.712500', '122213.172500', '122213.632500', '122214.092500', '122214.552500', '122215.012500', '122215.472500', '122215.932500', '122216.392500', '122216.852500', '122217.312500', '122217.772500', '122218.232500', '122218.692500', '122219.152500', '122219.612500', '122220.072500', '122220.532500', '122220.992500', '122221.452500', '122221.912500', '122222.372500', '122222.832500', '122223.292500', '122223.752500', '122224.212500', '122224.672500', '122225.132500', '122225.592500', '122226.052500', '122226.512500', '122226.972500', '122227.432500', '122227.892500', '122228.352500', '122228.812500', '122229.272500', '122229.732500', '122230.192500', '122230.652500', '122231.112500', '122231.572500', '122232.032500', '122232.492500', '122232.952500', '122233.412500', '122233.872500', '122234.332500', '122234.792500', '122235.252500', '122235.712500', '122236.172500', '122236.632500', '122237.092500', '122237.552500', '122238.012500', '122238.472500', '122238.932500', '122239.392500', '122239.852500', '122240.312500', '122240.772500', '122241.232500', '122241.692500', '122242.152500', '122242.612500', '122243.072500', '122243.532500', '122243.992500', '122244.452500', '122244.912500', '122245.372500', '122245.832500', '122246.292500', '122246.752500', '122247.212500', '122247.672500', '122248.132500', '122248.592500', '122249.052500', '122249.512500', '122249.972500', '122250.432500', '122250.892500', '122251.352500', '122251.812500', '122252.272500', '122252.732500', '122253.192500', '122253.652500', '122254.112500', '122254.572500', '122255.032500', '122255.492500', '122255.952500', '122256.412500', '122256.872500', '122257.332500', '122257.792500', '122258.252500', '122258.712500', '122259.172500', '122259.632500', '122300.092500', '122300.552500', '122301.012500', '122301.472500', '122301.932500', '122302.392500', '122302.852500', '122303.312500', '122303.772500', '122304.232500', '122304.692500', '122305.152500', '122305.612500', '122306.072500', '122306.532500', '122306.992500', '122307.452500', '122307.912500', '122308.372500', '122308.832500', '122309.292500', '122309.752500', '122310.212500', '122310.672500', '122311.132500', '122311.592500', '122312.052500', '122312.512500', '122312.972500', '122313.432500', '122313.892500', '122314.352500', '122314.812500', '122315.272500', '122315.732500', '122316.192500', '122316.652500', '122317.112500', '122317.572500', '122318.032500', '122318.492500', '122318.952500', '122319.412500', '122319.872500', '122320.332500', '122320.792500', '122321.252500', '122321.712500', '122322.172500', '122322.632500', '122323.092500', '122323.552500', '122324.012500', '122324.472500', '122324.932500', '122325.392500', '122325.852500', '122326.312500', '122326.772500', '122327.232500', '122327.692500', '122328.152500', '122328.612500', '122329.072500', '122329.532500', '122329.992500', '122330.452500', '122330.912500', '122331.372500', '122331.832500', '122332.292500', '122332.752500', '122333.212500', '122333.672500', '122334.132500', '122334.592500', '122335.052500', '122335.512500', '122335.972500', '122336.432500', '122336.892500', '122337.352500', '122337.812500', '122338.272500', '122338.732500', '122339.192500', '122339.652500', '122340.112500', '122340.572500', '122341.032500', '122341.492500', '122341.952500', '122342.412500', '122342.872500', '122343.332500', '122343.792500', '122344.252500', '122344.712500', '122345.172500', '122345.632500', '122346.092500', '122346.552500', '122347.012500', '122347.472500', '122347.932500', '122348.392500', '122348.852500', '122349.312500', '122349.772500', '122350.232500', '122350.692500', '122351.152500', '122351.612500', '122352.072500', '122352.532500', '122352.992500', '122353.452500', '122353.912500', '122354.372500', '122354.832500', '122355.292500', '122355.752500', '122356.212500', '122356.672500', '122357.132500', '122357.592500', '122358.052500', '122358.512500', '122358.972500', '122359.432500', '122359.892500', '122400.352500', '122400.812500', '122401.272500', '122401.732500', '122402.192500', '122402.652500', '122403.112500', '122403.572500', '122404.032500', '122404.492500', '122404.952500', '122405.412500', '122405.872500', '122406.332500', '122406.792500', '122407.252500', '122407.712500', '122408.172500', '122408.632500', '122409.092500', '122409.552500', '122410.012500', '122410.472500', '122410.932500', '122411.392500', '122411.852500', '122412.312500', '122412.772500', '122413.232500', '122413.692500', '122414.152500', '122414.612500', '122415.072500', '122415.532500', '122415.992500', '122416.452500', '122416.912500', '122417.372500', '122417.832500', '122418.292500', '122418.752500', '122419.212500', '122419.672500', '122420.132500', '122420.592500', '122421.052500', '122421.512500', '122421.972500', '122422.432500', '122422.892500', '122423.352500', '122423.812500', '122424.272500', '122424.732500', '122425.192500', '122425.652500', '122426.112500', '122426.572500', '122427.032500', '122427.492500', '122427.952500', '122428.412500', '122428.872500', '122429.332500', '122429.792500', '122430.252500', '122430.712500', '122431.172500', '122431.632500', '122432.092500', '122432.552500', '122433.012500', '122433.472500', '122433.932500', '122434.392500', '122434.852500', '122435.312500', '122435.772500', '122436.232500', '122436.692500', '122437.152500', '122437.612500', '122438.072500', '122438.532500', '122438.992500', '122439.452500', '122439.912500', '122440.372500', '122440.832500', '122441.292500', '122441.752500', '122442.212500', '122442.672500', '122443.132500', '122443.592500', '122444.052500', '122444.512500', '122444.972500', '122445.432500', '122445.892500', '122446.352500', '122446.812500', '122447.272500', '122447.732500', '122448.192500', '122448.652500', '122449.112500', '122449.572500', '122450.032500', '122450.492500', '122450.952500', '122451.412500', '122451.872500', '122452.332500', '122452.792500', '122453.252500', '122453.712500', '122454.172500', '122454.632500', '122455.092500', '122455.552500', '122456.012500', '122456.472500', '122456.932500', '122457.392500', '122457.852500', '122458.312500', '122458.772500', '122459.232500', '122459.692500', '122500.152500', '122500.612500', '122501.072500', '122501.532500', '122501.992500', '122502.452500', '122502.912500', '122503.372500', '122503.832500', '122504.292500', '122504.752500', '122505.212500', '122505.672500', '122506.132500', '122506.592500', '122507.052500', '122507.512500', '122507.972500', '122508.432500', '122508.892500', '122509.352500', '122509.812500', '122510.272500', '122510.732500', '122511.192500', '122511.652500', '122512.112500', '122512.572500', '122513.032500', '122513.492500', '122513.952500', '122514.412500', '122514.872500', '122515.332500', '122515.792500', '122516.252500', '122516.712500', '122517.172500', '122517.632500', '122518.092500', '122518.552500', '122519.012500', '122519.472500', '122519.932500', '122520.392500', '122520.852500', '122521.312500', '122521.772500', '122522.232500', '122522.692500', '122523.152500', '122523.612500', '122524.072500', '122524.532500', '122524.992500', '122525.452500', '122525.912500', '122526.372500', '122526.832500', '122527.292500', '122527.752500', '122528.212500', '122528.672500', '122529.132500', '122529.592500', '122530.052500', '122530.512500', '122530.972500', '122531.432500', '122531.892500', '122532.352500', '122532.812500', '122533.272500', '122533.732500', '122534.192500', '122534.652500', '122535.112500', '122535.572500', '122536.032500', '122536.492500', '122536.952500', '122537.412500', '122537.872500', '122538.332500', '122538.792500', '122539.252500', '122539.712500', '122540.172500', '122540.632500', '122541.092500', '122541.552500', '122542.012500', '122542.472500', '122542.932500', '122543.392500', '122543.852500', '122544.312500', '122544.772500', '122545.232500', '122545.692500', '122546.152500', '122546.612500', '122547.072500', '122547.532500', '122547.992500', '122548.452500', '122548.912500', '122549.372500', '122549.832500', '122550.292500', '122550.752500', '122551.212500', '122551.672500', '122552.132500', '122552.592500', '122553.052500', '122553.512500', '122553.972500', '122554.432500', '122554.892500', '122555.352500', '122555.812500', '122556.272500', '122556.732500', '122557.192500', '122557.652500', '122558.112500', '122558.572500', '122559.032500', '122559.492500', '122559.952500', '122600.412500', '122600.872500', '122601.332500', '122601.792500', '122602.252500', '122602.712500', '122603.172500', '122603.632500', '122604.092500', '122604.552500', '122605.012500', '122605.472500', '122605.932500', '122606.392500', '122606.852500', '122607.312500', '122607.772500', '122608.232500', '122608.692500', '122609.152500', '122609.612500', '122610.072500', '122610.532500', '122610.992500', '122611.452500', '122611.912500', '122612.372500', '122612.832500', '122613.292500', '122613.752500', '122614.212500', '122614.672500', '122615.132500', '122615.592500', '122616.052500', '122616.512500', '122616.972500', '122617.432500', '122617.892500', '122618.352500', '122618.812500', '122619.272500', '122619.732500', '122620.192500', '122620.652500', '122621.112500', '122621.572500', '122622.032500', '122622.492500', '122622.952500', '122623.412500', '122623.872500', '122624.332500', '122624.792500', '122625.252500', '122625.712500', '122626.172500', '122626.632500', '122627.092500', '122627.552500', '122628.012500', '122628.472500', '122628.932500', '122629.392500', '122629.852500', '122630.312500', '122630.772500', '122631.232500', '122631.692500', '122632.152500', '122632.612500', '122633.072500', '122633.532500', '122633.992500', '122634.452500', '122634.912500', '122635.372500', '122635.832500', '122636.292500', '122636.752500', '122637.212500', '122637.672500', '122638.132500', '122638.592500', '122639.052500', '122639.512500', '122639.972500', '122640.432500', '122640.892500', '122641.352500', '122641.812500', '122642.272500', '122642.732500', '122643.192500', '122643.652500', '122644.112500', '122644.572500', '122645.032500', '122645.492500', '122645.952500', '122646.412500', '122646.872500', '122647.332500', '122647.792500', '122648.252500', '122648.712500', '122649.172500', '122649.632500', '122650.092500', '122650.552500', '122651.012500', '122651.472500', '122651.932500', '122652.392500', '122652.852500', '122653.312500', '122653.772500', '122654.232500', '122654.692500', '122655.152500', '122655.612500', '122656.072500', '122656.532500', '122656.992500', '122657.452500', '122657.912500', '122658.372500', '122658.832500', '122659.292500', '122659.752500', '122700.212500', '122700.672500', '122701.132500', '122701.592500', '122702.052500', '122702.512500', '122702.972500', '122703.432500', '122703.892500', '122704.352500', '122704.812500', '122705.272500', '122705.732500', '122706.192500', '122706.652500', '122707.112500', '122707.572500', '122708.032500', '122708.492500', '122708.952500', '122709.412500', '122709.872500', '122710.332500', '122710.792500', '122711.252500', '122711.712500', '122712.172500', '122712.632500', '122713.092500', '122713.552500', '122714.012500', '122714.472500', '122714.932500', '122715.392500', '122715.852500', '122716.312500', '122716.772500', '122717.232500', '122717.692500', '122718.152500', '122718.612500', '122719.072500', '122719.532500', '122719.992500', '122720.452500', '122720.912500', '122721.372500', '122721.832500', '122722.292500', '122722.752500', '122723.212500', '122723.672500', '122724.132500', '122724.592500', '122725.052500', '122725.512500', '122725.972500', '122726.432500', '122726.892500', '122727.352500', '122727.812500', '122728.272500', '122728.732500', '122729.192500', '122729.652500', '122730.112500', '122730.572500', '122731.032500', '122731.492500', '122731.952500', '122732.412500', '122732.872500', '122733.332500', '122733.792500', '122734.252500', '122734.712500', '122735.172500', '122735.632500', '122736.092500', '122736.552500', '122737.012500', '122737.472500', '122737.932500', '122738.392500', '122738.852500', '122739.312500', '122739.772500', '122740.232500', '122740.692500', '122741.152500', '122741.612500', '122742.072500', '122742.532500', '122742.992500', '122743.452500', '122743.912500', '122744.372500', '122744.832500', '122745.292500', '122745.752500', '122746.212500', '122746.672500', '122747.132500', '122747.592500', '122748.052500', '122748.512500', '122748.972500', '122749.432500', '122749.892500', '122750.352500', '122750.812500', '122751.272500', '122751.732500', '122752.192500', '122752.652500', '122753.112500', '122753.572500', '122754.032500', '122754.492500', '122754.952500', '122755.412500', '122755.872500', '122756.332500', '122756.792500', '122757.252500', '122757.712500', '122758.172500', '122758.632500', '122759.092500', '122759.552500', '122800.012500', '122800.472500', '122800.932500', '122801.392500', '122801.852500', '122802.312500', '122802.772500', '122803.232500', '122803.692500', '122804.152500', '122804.612500', '122805.072500', '122805.532500', '122805.992500', '122806.452500', '122806.912500', '122807.372500', '122807.832500', '122808.292500', '122808.752500', '122809.212500', '122809.672500', '122810.132500', '122810.592500', '122811.052500', '122811.512500', '122811.972500', '122812.432500', '122812.892500', '122813.352500', '122813.812500', '122814.272500', '122814.732500', '122815.192500', '122815.652500', '122816.112500', '122816.572500', '122817.032500', '122817.492500', '122817.952500', '122818.412500', '122818.872500', '122819.332500', '122819.792500', '122820.252500', '122820.712500', '122821.172500', '122821.632500', '122822.092500', '122822.552500', '122823.012500', '122823.472500', '122823.932500', '122824.392500', '122824.852500', '122825.312500', '122825.772500', '122826.232500', '122826.692500', '122827.152500', '122827.612500', '122828.072500', '122828.532500', '122828.992500', '122829.452500', '122829.912500', '122830.372500', '122830.832500', '122831.292500', '122831.752500', '122832.212500', '122832.672500', '122833.132500', '122833.592500', '122834.052500', '122834.512500', '122834.972500', '122835.432500', '122835.892500', '122836.352500', '122836.812500', '122837.272500', '122837.732500', '122838.192500', '122838.652500', '122839.112500', '122839.572500', '122840.032500', '122840.492500', '122840.952500', '122841.412500', '122841.872500', '122842.332500', '122842.792500', '122843.252500', '122843.712500', '122844.172500', '122844.632500', '122845.092500', '122845.552500', '122846.012500', '122846.472500', '122846.932500', '122847.392500', '122847.852500', '122848.312500', '122848.772500', '122849.232500', '122849.692500', '122850.152500', '122850.612500', '122851.072500', '122851.532500', '122851.992500', '122852.452500', '122852.912500', '122853.372500', '122853.832500', '122854.292500', '122854.752500', '122855.212500', '122855.672500', '122856.132500', '122856.592500', '122857.052500', '122857.512500', '122857.972500', '122858.432500', '122858.892500', '122859.352500', '122859.812500', '122900.272500', '122900.732500', '122901.192500', '122901.652500', '122902.112500', '122902.572500', '122903.032500', '122903.492500', '122903.952500', '122904.412500', '122904.872500', '122905.332500', '122905.792500', '122906.252500', '122906.712500', '122907.172500', '122907.632500', '122908.092500', '122908.552500', '122909.012500', '122909.472500', '122909.932500', '122910.392500', '122910.852500', '122911.312500', '122911.772500', '122912.232500', '122912.692500', '122913.152500', '122913.612500', '122914.072500', '122914.532500', '122914.992500', '122915.452500', '122915.912500', '122916.372500', '122916.832500', '122917.292500', '122917.752500', '122918.212500', '122918.672500', '122919.132500', '122919.592500', '122920.052500', '122920.512500', '122920.972500', '122921.432500', '122921.892500', '122922.352500', '122922.812500', '122923.272500', '122923.732500', '122924.192500', '122924.652500', '122925.112500', '122925.572500', '122926.032500', '122926.492500', '122926.952500', '122927.412500', '122927.872500', '122928.332500', '122928.792500', '122929.252500', '122929.712500', '122930.172500', '122930.632500', '122931.092500', '122931.552500', '122932.012500', '122932.472500', '122932.932500'], 'ContentTime': ['122130.942000', '122130.945000', '122130.948000', '122130.950000', '122130.953000', '122130.956000', '122130.962000', '122130.965000', '122130.968000', '122130.971000', '122130.973000', '122130.976000', '122130.979000', '122130.982000', '122130.985000', '122130.988000', '122130.990000', '122130.993000', '122130.996000', '122131.000000', '122131.003000', '122131.005000', '122131.008000', '122131.011000', '122131.014000', '122131.017000', '122131.019000', '122131.022000', '122131.025000', '122131.028000', '122131.031000', '122131.034000', '122131.036000', '122131.039000', '122131.042000', '122131.045000', '122131.052000', '122131.054000', '122131.057000', '122131.060000', '122131.063000', '122131.065000', '122131.068000', '122131.071000', '122131.074000', '122131.077000', '122131.080000', '122150.914000', '122150.917000', '122150.920000', '122150.922000', '122150.925000', '122150.928000', '122150.931000', '122150.934000', '122150.937000', '122150.940000', '122150.942000', '122150.945000', '122150.948000', '122150.952000', '122150.955000', '122150.958000', '122150.961000', '122150.964000', '122150.966000', '122150.969000', '122150.972000', '122150.975000', '122150.978000', '122150.980000', '122150.986000', '122150.989000', '122150.992000', '122150.995000', '122150.997000', '122151.001000', '122151.004000', '122151.007000', '122151.010000', '122151.013000', '122151.016000', '122151.019000', '122151.039000', '122151.042000', '122151.045000', '122151.047000', '122151.050000', '122151.053000', '122151.056000', '122210.914000', '122210.917000', '122210.920000', '122210.922000', '122210.925000', '122210.928000', '122210.931000', '122210.934000', '122210.937000', '122210.939000', '122210.942000', '122210.945000', '122210.948000', '122210.951000', '122210.953000', '122210.956000', '122210.959000', '122210.962000', '122210.965000', '122210.967000', '122210.970000', '122210.973000', '122210.976000', '122210.979000', '122210.981000', '122210.984000', '122210.987000', '122210.990000', '122210.993000', '122210.996000', '122210.998000', '122211.002000', '122211.005000', '122211.008000', '122211.011000', '122211.022000', '122211.025000', '122211.028000', '122211.031000', '122211.034000', '122211.037000', '122211.040000', '122211.042000', '122211.045000', '122230.914000', '122230.917000', '122230.920000', '122230.923000', '122230.925000', '122230.928000', '122230.931000', '122230.934000', '122230.937000', '122230.939000', '122230.942000', '122230.945000', '122230.948000', '122230.951000', '122230.953000', '122230.956000', '122230.959000', '122230.962000', '122230.964000', '122230.967000', '122230.970000', '122230.973000', '122230.976000', '122230.978000', '122230.981000', '122230.984000', '122230.987000', '122230.990000', '122230.992000', '122230.995000', '122230.998000', '122231.002000', '122231.005000', '122231.007000', '122231.010000', '122231.013000', '122231.016000', '122231.019000', '122231.022000', '122231.025000', '122231.028000', '122231.030000', '122231.033000', '122250.914000', '122250.917000', '122250.920000', '122250.922000', '122250.925000', '122250.928000', '122250.931000', '122250.934000', '122250.937000', '122250.939000', '122250.942000', '122250.945000', '122250.948000', '122250.950000', '122250.953000', '122250.956000', '122250.959000', '122250.962000', '122250.964000', '122250.967000', '122250.989000', '122250.992000', '122250.995000', '122250.998000', '122251.002000', '122251.005000', '122251.007000', '122251.010000', '122251.013000', '122251.016000', '122251.019000', '122251.021000', '122251.026000', '122251.029000', '122251.032000', '122251.034000', '122251.037000', '122251.040000', '122251.043000', '122251.046000', '122251.048000', '122251.051000', '122251.054000', '122251.057000', '122310.914000', '122310.917000', '122310.920000', '122310.922000', '122310.925000', '122310.928000', '122310.931000', '122310.934000', '122310.937000', '122310.940000', '122310.942000', '122310.945000', '122310.948000', '122310.959000', '122310.962000', '122310.965000', '122310.968000', '122310.971000', '122310.973000', '122310.976000', '122310.979000', '122310.982000', '122310.985000', '122310.989000', '122310.992000', '122310.995000', '122310.997000', '122311.001000', '122311.004000', '122311.007000', '122311.010000', '122311.013000', '122311.015000', '122311.018000', '122311.021000', '122311.024000', '122311.027000', '122311.030000', '122311.041000', '122311.044000', '122311.046000', '122311.049000', '122311.052000', '122330.914000', '122330.917000', '122330.920000', '122330.923000', '122330.926000', '122330.928000', '122330.931000', '122330.934000', '122330.937000', '122330.940000', '122330.942000', '122330.945000', '122330.948000', '122330.951000', '122330.955000', '122330.958000', '122330.960000', '122330.963000', '122330.966000', '122330.969000', '122330.972000', '122330.974000', '122330.977000', '122330.980000', '122330.983000', '122330.986000', '122330.988000', '122330.991000', '122330.994000', '122330.997000', '122331.001000', '122331.004000', '122331.006000', '122331.009000', '122331.012000', '122331.015000', '122331.018000', '122331.020000', '122331.023000', '122331.026000', '122331.029000', '122331.032000', '122331.035000', '122331.037000', '122350.913000', '122350.916000', '122350.919000', '122350.922000', '122350.924000', '122350.927000', '122350.930000', '122350.933000', '122350.936000', '122350.939000', '122350.941000', '122350.944000', '122350.947000', '122350.950000', '122350.953000', '122350.955000', '122350.958000', '122350.961000', '122350.964000', '122350.967000', '122350.970000', '122350.973000', '122350.977000', '122350.979000', '122350.982000', '122350.985000', '122350.988000', '122350.991000', '122350.993000', '122350.996000', '122350.999000', '122351.002000', '122351.005000', '122351.008000', '122351.011000', '122351.013000', '122351.016000', '122351.019000', '122351.022000', '122351.025000', '122351.027000', '122351.030000', '122351.033000', '122410.914000', '122410.917000', '122410.920000', '122410.922000', '122410.925000', '122410.928000', '122410.931000', '122410.934000', '122410.937000', '122410.939000', '122410.942000', '122410.945000', '122410.948000', '122410.951000', '122410.953000', '122410.956000', '122410.959000', '122410.962000', '122410.965000', '122410.968000', '122410.970000', '122410.973000', '122410.976000', '122410.979000', '122410.982000', '122410.985000', '122410.987000', '122410.990000', '122410.993000', '122410.996000', '122411.000000', '122411.002000', '122411.005000', '122411.008000', '122411.011000', '122411.014000', '122411.016000', '122411.019000', '122411.022000', '122411.025000', '122411.027000', '122411.030000', '122411.033000', '122411.036000', '122430.914000', '122430.917000', '122430.920000', '122430.923000', '122430.926000', '122430.929000', '122430.931000', '122430.934000', '122430.937000', '122430.940000', '122430.943000', '122430.946000', '122430.949000', '122430.951000', '122430.954000', '122430.968000', '122430.971000', '122430.974000', '122430.977000', '122430.980000', '122430.983000', '122430.985000', '122430.988000', '122430.991000', '122430.994000', '122430.997000', '122431.001000', '122431.003000', '122431.006000', '122431.009000', '122431.017000', '122431.020000', '122431.023000', '122431.026000', '122431.030000', '122431.033000', '122431.035000', '122431.038000', '122431.041000', '122431.044000', '122431.046000', '122431.049000', '122431.052000', '122450.914000', '122450.917000', '122450.920000', '122450.923000', '122450.925000', '122450.928000', '122450.931000', '122450.934000', '122450.937000', '122450.940000', '122450.942000', '122450.945000', '122450.948000', '122450.951000', '122450.954000', '122450.957000', '122450.959000', '122450.962000', '122450.965000', '122450.968000', '122450.971000', '122450.973000', '122450.976000', '122450.979000', '122450.982000', '122450.984000', '122450.987000', '122450.990000', '122450.994000', '122450.997000', '122451.001000', '122451.004000', '122451.007000', '122451.010000', '122451.012000', '122451.015000', '122451.018000', '122451.021000', '122451.024000', '122451.026000', '122451.029000', '122451.032000', '122451.035000', '122451.038000', '122510.914000', '122510.917000', '122510.920000', '122510.922000', '122510.925000', '122510.928000', '122510.931000', '122510.934000', '122510.937000', '122510.939000', '122510.942000', '122510.945000', '122510.953000', '122510.956000', '122510.959000', '122510.962000', '122510.964000', '122510.967000', '122510.970000', '122510.973000', '122510.976000', '122510.978000', '122510.981000', '122510.992000', '122510.995000', '122510.998000', '122511.002000', '122511.005000', '122511.007000', '122511.010000', '122511.013000', '122511.016000', '122511.019000', '122511.022000', '122511.024000', '122511.027000', '122511.030000', '122511.033000', '122511.036000', '122511.039000', '122511.042000', '122511.044000', '122511.047000', '122530.914000', '122530.917000', '122530.920000', '122530.923000', '122530.925000', '122530.928000', '122530.931000', '122530.934000', '122530.937000', '122530.939000', '122530.942000', '122530.945000', '122530.948000', '122530.951000', '122530.954000', '122530.956000', '122530.959000', '122530.962000', '122530.965000', '122530.968000', '122530.971000', '122530.974000', '122530.976000', '122530.979000', '122530.982000', '122530.985000', '122530.988000', '122530.991000', '122530.993000', '122530.996000', '122531.000000', '122531.003000', '122531.006000', '122531.008000', '122531.011000', '122531.014000', '122531.017000', '122531.020000', '122531.023000', '122531.025000', '122531.028000', '122531.031000', '122531.034000', '122531.037000', '122550.914000', '122550.917000', '122550.920000', '122550.922000', '122550.925000', '122550.928000', '122550.931000', '122550.934000', '122550.936000', '122550.939000', '122550.942000', '122550.945000', '122550.948000', '122550.951000', '122550.953000', '122550.956000', '122550.959000', '122550.962000', '122550.965000', '122550.968000', '122550.970000', '122550.973000', '122550.976000', '122550.979000', '122550.982000', '122550.985000', '122550.988000', '122550.990000', '122550.993000', '122550.996000', '122551.000000', '122551.003000', '122551.006000', '122551.008000', '122551.011000', '122551.014000', '122551.017000', '122551.020000', '122551.022000', '122551.025000', '122551.045000', '122551.048000', '122551.050000', '122610.914000', '122610.917000', '122610.920000', '122610.923000', '122610.926000', '122610.929000', '122610.931000', '122610.934000', '122610.937000', '122610.940000', '122610.943000', '122610.946000', '122610.948000', '122610.951000', '122610.954000', '122610.957000', '122610.960000', '122610.963000', '122610.965000', '122610.968000', '122610.971000', '122610.974000', '122610.977000', '122610.980000', '122610.982000', '122610.985000', '122610.988000', '122610.991000', '122610.994000', '122610.997000', '122610.999000', '122611.002000', '122611.005000', '122611.008000', '122611.011000', '122611.014000', '122611.016000', '122611.019000', '122611.022000', '122611.025000', '122611.028000', '122611.031000', '122611.034000', '122630.914000', '122630.917000', '122630.920000', '122630.923000', '122630.926000', '122630.928000', '122630.931000', '122630.934000', '122630.937000', '122630.940000', '122630.942000', '122630.945000', '122630.948000', '122630.951000', '122630.954000', '122630.957000', '122630.960000', '122630.963000', '122630.965000', '122630.968000', '122630.971000', '122630.974000', '122630.977000', '122630.980000', '122630.982000', '122630.985000', '122630.988000', '122630.991000', '122630.994000', '122630.996000', '122631.000000', '122631.003000', '122631.006000', '122631.009000', '122631.012000', '122631.014000', '122631.017000', '122631.020000', '122631.023000', '122631.026000', '122631.029000', '122631.032000', '122631.034000', '122631.037000', '122650.914000', '122650.917000', '122650.920000', '122650.923000', '122650.926000', '122650.929000', '122650.933000', '122650.937000', '122650.940000', '122650.943000', '122650.946000', '122650.949000', '122650.951000', '122650.954000', '122650.957000', '122650.960000', '122650.963000', '122650.966000', '122650.968000', '122650.971000', '122650.974000', '122650.977000', '122650.980000', '122650.983000', '122650.985000', '122650.988000', '122650.991000', '122650.994000', '122650.997000', '122651.001000', '122651.004000', '122651.006000', '122651.009000', '122651.012000', '122651.015000', '122651.018000', '122651.021000', '122651.023000', '122651.026000', '122651.029000', '122651.032000', '122651.035000', '122651.038000', '122710.914000', '122710.917000', '122710.920000', '122710.923000', '122710.926000', '122710.928000', '122710.931000', '122710.934000', '122710.937000', '122710.940000', '122710.943000', '122710.945000', '122710.948000', '122710.951000', '122710.954000', '122710.957000', '122710.959000', '122710.962000', '122710.965000', '122710.968000', '122710.971000', '122710.974000', '122710.977000', '122710.979000', '122710.982000', '122710.985000', '122710.988000', '122710.991000', '122710.994000', '122710.997000', '122711.000000', '122711.003000', '122711.006000', '122711.009000', '122711.012000', '122711.015000', '122711.017000', '122711.020000', '122711.023000', '122711.026000', '122711.029000', '122711.032000', '122711.034000', '122711.037000', '122730.915000', '122730.918000', '122730.921000', '122730.924000', '122730.927000', '122730.930000', '122730.933000', '122730.936000', '122730.939000', '122730.941000', '122730.944000', '122730.947000', '122730.950000', '122730.956000', '122730.959000', '122730.962000', '122730.965000', '122730.967000', '122730.970000', '122730.973000', '122730.976000', '122730.979000', '122730.982000', '122730.984000', '122730.987000', '122730.990000', '122730.993000', '122730.995000', '122730.998000', '122731.002000', '122731.005000', '122731.008000', '122731.011000', '122731.013000', '122731.016000', '122731.019000', '122731.022000', '122731.025000', '122731.027000', '122731.030000', '122731.033000', '122731.036000', '122731.039000', '122750.914000', '122750.917000', '122750.920000', '122750.923000', '122750.926000', '122750.929000', '122750.932000', '122750.935000', '122750.938000', '122750.941000', '122750.944000', '122750.947000', '122750.950000', '122750.953000', '122750.956000', '122750.959000', '122750.961000', '122750.964000', '122750.967000', '122750.970000', '122750.973000', '122750.976000', '122750.979000', '122750.982000', '122750.984000', '122750.987000', '122750.990000', '122750.993000', '122750.996000', '122751.000000', '122751.003000', '122751.006000', '122751.008000', '122751.011000', '122751.014000', '122751.017000', '122751.020000', '122751.023000', '122751.026000', '122751.029000', '122751.032000', '122751.035000', '122751.038000', '122751.041000', '122810.914000', '122810.917000', '122810.920000', '122810.923000', '122810.926000', '122810.928000', '122810.931000', '122810.934000', '122810.937000', '122810.940000', '122810.943000', '122810.945000', '122810.948000', '122810.951000', '122810.954000', '122810.957000', '122810.960000', '122810.963000', '122810.965000', '122810.968000', '122810.971000', '122810.974000', '122810.977000', '122810.980000', '122810.983000', '122810.986000', '122810.989000', '122810.991000', '122810.994000', '122810.997000', '122811.001000', '122811.004000', '122811.006000', '122811.009000', '122811.012000', '122811.015000', '122811.018000', '122811.021000', '122811.023000', '122811.026000', '122811.029000', '122811.032000', '122811.034000', '122830.914000', '122830.917000', '122830.920000', '122830.923000', '122830.926000', '122830.929000', '122830.932000', '122830.935000', '122830.938000', '122830.941000', '122830.944000', '122830.947000', '122830.950000', '122830.952000', '122830.955000', '122830.958000', '122830.961000', '122830.964000', '122830.966000', '122830.969000', '122830.972000', '122830.975000', '122830.978000', '122830.981000', '122830.983000', '122830.986000', '122830.989000', '122830.992000', '122830.995000', '122830.998000', '122831.001000', '122831.003000', '122831.006000', '122831.009000', '122831.012000', '122831.015000', '122831.018000', '122831.020000', '122831.023000', '122831.026000', '122831.029000', '122831.032000', '122831.035000', '122831.037000', '122850.914000', '122850.917000', '122850.920000', '122850.923000', '122850.935000', '122850.938000', '122850.941000', '122850.944000', '122850.946000', '122850.949000', '122850.952000', '122850.955000', '122850.958000', '122850.961000', '122850.964000', '122850.966000', '122850.969000', '122850.972000', '122850.975000', '122850.978000', '122850.981000', '122850.983000', '122850.986000', '122850.989000', '122850.992000', '122850.995000', '122850.998000', '122851.002000', '122851.005000', '122851.008000', '122851.011000', '122851.014000', '122851.017000', '122851.020000', '122851.022000', '122851.025000', '122851.028000', '122851.031000', '122851.034000', '122851.037000', '122851.039000', '122851.042000', '122851.045000', '122910.914000', '122910.917000', '122910.920000', '122910.923000', '122910.925000', '122910.928000', '122910.931000', '122910.934000', '122910.937000', '122910.940000', '122910.942000', '122910.945000', '122910.948000', '122910.951000', '122910.954000', '122910.957000', '122910.959000', '122910.962000', '122910.965000', '122910.968000', '122910.971000', '122910.974000', '122910.977000', '122910.979000', '122910.982000', '122910.985000', '122910.988000', '122910.991000', '122910.993000', '122910.996000', '122911.000000', '122911.003000', '122911.006000', '122911.009000', '122911.011000', '122911.014000', '122911.017000', '122911.020000', '122911.023000', '122911.026000', '122911.028000', '122911.031000', '122911.034000', '122911.037000', '122930.914000', '122930.917000', '122930.920000', '122930.923000', '122930.926000', '122930.929000', '122930.932000', '122930.935000', '122930.939000', '122930.943000', '122930.949000', '122930.952000', '122930.955000', '122930.958000', '122930.961000', '122930.964000', '122930.967000', '122930.970000', '122930.972000', '122930.975000', '122930.978000', '122930.981000', '122930.984000', '122930.987000', '122930.990000', '122930.994000', '122930.997000', '122931.001000', '122931.004000', '122931.007000', '122931.010000', '122931.013000', '122931.016000', '122931.019000', '122931.022000', '122931.024000', '122931.027000', '122931.030000', '122931.033000', '122931.036000', '122931.039000', '122931.042000', '122931.045000', '122934.280000', '122934.284000', '122934.287000', '122934.290000', '122934.293000', '122934.297000', '122934.300000', '122934.303000'], 'InstanceCreationTime': ['122130.942000', '122130.945000', '122130.948000', '122130.950000', '122130.953000', '122130.956000', '122130.962000', '122130.965000', '122130.968000', '122130.971000', '122130.973000', '122130.976000', '122130.979000', '122130.982000', '122130.985000', '122130.988000', '122130.990000', '122130.993000', '122130.996000', '122131.000000', '122131.003000', '122131.005000', '122131.008000', '122131.011000', '122131.014000', '122131.017000', '122131.019000', '122131.022000', '122131.025000', '122131.028000', '122131.031000', '122131.034000', '122131.036000', '122131.039000', '122131.042000', '122131.045000', '122131.052000', '122131.054000', '122131.057000', '122131.060000', '122131.063000', '122131.065000', '122131.068000', '122131.071000', '122131.074000', '122131.077000', '122131.080000', '122150.914000', '122150.917000', '122150.920000', '122150.922000', '122150.925000', '122150.928000', '122150.931000', '122150.934000', '122150.937000', '122150.940000', '122150.942000', '122150.945000', '122150.948000', '122150.952000', '122150.955000', '122150.958000', '122150.961000', '122150.964000', '122150.966000', '122150.969000', '122150.972000', '122150.975000', '122150.978000', '122150.980000', '122150.986000', '122150.989000', '122150.992000', '122150.995000', '122150.997000', '122151.001000', '122151.004000', '122151.007000', '122151.010000', '122151.013000', '122151.016000', '122151.019000', '122151.039000', '122151.042000', '122151.045000', '122151.047000', '122151.050000', '122151.053000', '122151.056000', '122210.914000', '122210.917000', '122210.920000', '122210.922000', '122210.925000', '122210.928000', '122210.931000', '122210.934000', '122210.937000', '122210.939000', '122210.942000', '122210.945000', '122210.948000', '122210.951000', '122210.953000', '122210.956000', '122210.959000', '122210.962000', '122210.965000', '122210.967000', '122210.970000', '122210.973000', '122210.976000', '122210.979000', '122210.981000', '122210.984000', '122210.987000', '122210.990000', '122210.993000', '122210.996000', '122210.998000', '122211.002000', '122211.005000', '122211.008000', '122211.011000', '122211.022000', '122211.025000', '122211.028000', '122211.031000', '122211.034000', '122211.037000', '122211.040000', '122211.042000', '122211.045000', '122230.914000', '122230.917000', '122230.920000', '122230.923000', '122230.925000', '122230.928000', '122230.931000', '122230.934000', '122230.937000', '122230.939000', '122230.942000', '122230.945000', '122230.948000', '122230.951000', '122230.953000', '122230.956000', '122230.959000', '122230.962000', '122230.964000', '122230.967000', '122230.970000', '122230.973000', '122230.976000', '122230.978000', '122230.981000', '122230.984000', '122230.987000', '122230.990000', '122230.992000', '122230.995000', '122230.998000', '122231.002000', '122231.005000', '122231.007000', '122231.010000', '122231.013000', '122231.016000', '122231.019000', '122231.022000', '122231.025000', '122231.028000', '122231.030000', '122231.033000', '122250.914000', '122250.917000', '122250.920000', '122250.922000', '122250.925000', '122250.928000', '122250.931000', '122250.934000', '122250.937000', '122250.939000', '122250.942000', '122250.945000', '122250.948000', '122250.950000', '122250.953000', '122250.956000', '122250.959000', '122250.962000', '122250.964000', '122250.967000', '122250.989000', '122250.992000', '122250.995000', '122250.998000', '122251.002000', '122251.005000', '122251.007000', '122251.010000', '122251.013000', '122251.016000', '122251.019000', '122251.021000', '122251.026000', '122251.029000', '122251.032000', '122251.034000', '122251.037000', '122251.040000', '122251.043000', '122251.046000', '122251.048000', '122251.051000', '122251.054000', '122251.057000', '122310.914000', '122310.917000', '122310.920000', '122310.922000', '122310.925000', '122310.928000', '122310.931000', '122310.934000', '122310.937000', '122310.940000', '122310.942000', '122310.945000', '122310.948000', '122310.959000', '122310.962000', '122310.965000', '122310.968000', '122310.971000', '122310.973000', '122310.976000', '122310.979000', '122310.982000', '122310.985000', '122310.989000', '122310.992000', '122310.995000', '122310.997000', '122311.001000', '122311.004000', '122311.007000', '122311.010000', '122311.013000', '122311.015000', '122311.018000', '122311.021000', '122311.024000', '122311.027000', '122311.030000', '122311.041000', '122311.044000', '122311.046000', '122311.049000', '122311.052000', '122330.914000', '122330.917000', '122330.920000', '122330.923000', '122330.926000', '122330.928000', '122330.931000', '122330.934000', '122330.937000', '122330.940000', '122330.942000', '122330.945000', '122330.948000', '122330.951000', '122330.955000', '122330.958000', '122330.960000', '122330.963000', '122330.966000', '122330.969000', '122330.972000', '122330.974000', '122330.977000', '122330.980000', '122330.983000', '122330.986000', '122330.988000', '122330.991000', '122330.994000', '122330.997000', '122331.001000', '122331.004000', '122331.006000', '122331.009000', '122331.012000', '122331.015000', '122331.018000', '122331.020000', '122331.023000', '122331.026000', '122331.029000', '122331.032000', '122331.035000', '122331.037000', '122350.913000', '122350.916000', '122350.919000', '122350.922000', '122350.924000', '122350.927000', '122350.930000', '122350.933000', '122350.936000', '122350.939000', '122350.941000', '122350.944000', '122350.947000', '122350.950000', '122350.953000', '122350.955000', '122350.958000', '122350.961000', '122350.964000', '122350.967000', '122350.970000', '122350.973000', '122350.977000', '122350.979000', '122350.982000', '122350.985000', '122350.988000', '122350.991000', '122350.993000', '122350.996000', '122350.999000', '122351.002000', '122351.005000', '122351.008000', '122351.011000', '122351.013000', '122351.016000', '122351.019000', '122351.022000', '122351.025000', '122351.027000', '122351.030000', '122351.033000', '122410.914000', '122410.917000', '122410.920000', '122410.922000', '122410.925000', '122410.928000', '122410.931000', '122410.934000', '122410.937000', '122410.939000', '122410.942000', '122410.945000', '122410.948000', '122410.951000', '122410.953000', '122410.956000', '122410.959000', '122410.962000', '122410.965000', '122410.968000', '122410.970000', '122410.973000', '122410.976000', '122410.979000', '122410.982000', '122410.985000', '122410.987000', '122410.990000', '122410.993000', '122410.996000', '122411.000000', '122411.002000', '122411.005000', '122411.008000', '122411.011000', '122411.014000', '122411.016000', '122411.019000', '122411.022000', '122411.025000', '122411.027000', '122411.030000', '122411.033000', '122411.036000', '122430.914000', '122430.917000', '122430.920000', '122430.923000', '122430.926000', '122430.929000', '122430.931000', '122430.934000', '122430.937000', '122430.940000', '122430.943000', '122430.946000', '122430.949000', '122430.951000', '122430.954000', '122430.968000', '122430.971000', '122430.974000', '122430.977000', '122430.980000', '122430.983000', '122430.985000', '122430.988000', '122430.991000', '122430.994000', '122430.997000', '122431.001000', '122431.003000', '122431.006000', '122431.009000', '122431.017000', '122431.020000', '122431.023000', '122431.026000', '122431.030000', '122431.033000', '122431.035000', '122431.038000', '122431.041000', '122431.044000', '122431.046000', '122431.049000', '122431.052000', '122450.914000', '122450.917000', '122450.920000', '122450.923000', '122450.925000', '122450.928000', '122450.931000', '122450.934000', '122450.937000', '122450.940000', '122450.942000', '122450.945000', '122450.948000', '122450.951000', '122450.954000', '122450.957000', '122450.959000', '122450.962000', '122450.965000', '122450.968000', '122450.971000', '122450.973000', '122450.976000', '122450.979000', '122450.982000', '122450.984000', '122450.987000', '122450.990000', '122450.994000', '122450.997000', '122451.001000', '122451.004000', '122451.007000', '122451.010000', '122451.012000', '122451.015000', '122451.018000', '122451.021000', '122451.024000', '122451.026000', '122451.029000', '122451.032000', '122451.035000', '122451.038000', '122510.914000', '122510.917000', '122510.920000', '122510.922000', '122510.925000', '122510.928000', '122510.931000', '122510.934000', '122510.937000', '122510.939000', '122510.942000', '122510.945000', '122510.953000', '122510.956000', '122510.959000', '122510.962000', '122510.964000', '122510.967000', '122510.970000', '122510.973000', '122510.976000', '122510.978000', '122510.981000', '122510.992000', '122510.995000', '122510.998000', '122511.002000', '122511.005000', '122511.007000', '122511.010000', '122511.013000', '122511.016000', '122511.019000', '122511.022000', '122511.024000', '122511.027000', '122511.030000', '122511.033000', '122511.036000', '122511.039000', '122511.042000', '122511.044000', '122511.047000', '122530.914000', '122530.917000', '122530.920000', '122530.923000', '122530.925000', '122530.928000', '122530.931000', '122530.934000', '122530.937000', '122530.939000', '122530.942000', '122530.945000', '122530.948000', '122530.951000', '122530.954000', '122530.956000', '122530.959000', '122530.962000', '122530.965000', '122530.968000', '122530.971000', '122530.974000', '122530.976000', '122530.979000', '122530.982000', '122530.985000', '122530.988000', '122530.991000', '122530.993000', '122530.996000', '122531.000000', '122531.003000', '122531.006000', '122531.008000', '122531.011000', '122531.014000', '122531.017000', '122531.020000', '122531.023000', '122531.025000', '122531.028000', '122531.031000', '122531.034000', '122531.037000', '122550.914000', '122550.917000', '122550.920000', '122550.922000', '122550.925000', '122550.928000', '122550.931000', '122550.934000', '122550.936000', '122550.939000', '122550.942000', '122550.945000', '122550.948000', '122550.951000', '122550.953000', '122550.956000', '122550.959000', '122550.962000', '122550.965000', '122550.968000', '122550.970000', '122550.973000', '122550.976000', '122550.979000', '122550.982000', '122550.985000', '122550.988000', '122550.990000', '122550.993000', '122550.996000', '122551.000000', '122551.003000', '122551.006000', '122551.008000', '122551.011000', '122551.014000', '122551.017000', '122551.020000', '122551.022000', '122551.025000', '122551.045000', '122551.048000', '122551.050000', '122610.914000', '122610.917000', '122610.920000', '122610.923000', '122610.926000', '122610.929000', '122610.931000', '122610.934000', '122610.937000', '122610.940000', '122610.943000', '122610.946000', '122610.948000', '122610.951000', '122610.954000', '122610.957000', '122610.960000', '122610.963000', '122610.965000', '122610.968000', '122610.971000', '122610.974000', '122610.977000', '122610.980000', '122610.982000', '122610.985000', '122610.988000', '122610.991000', '122610.994000', '122610.997000', '122610.999000', '122611.002000', '122611.005000', '122611.008000', '122611.011000', '122611.014000', '122611.016000', '122611.019000', '122611.022000', '122611.025000', '122611.028000', '122611.031000', '122611.034000', '122630.914000', '122630.917000', '122630.920000', '122630.923000', '122630.926000', '122630.928000', '122630.931000', '122630.934000', '122630.937000', '122630.940000', '122630.942000', '122630.945000', '122630.948000', '122630.951000', '122630.954000', '122630.957000', '122630.960000', '122630.963000', '122630.965000', '122630.968000', '122630.971000', '122630.974000', '122630.977000', '122630.980000', '122630.982000', '122630.985000', '122630.988000', '122630.991000', '122630.994000', '122630.996000', '122631.000000', '122631.003000', '122631.006000', '122631.009000', '122631.012000', '122631.014000', '122631.017000', '122631.020000', '122631.023000', '122631.026000', '122631.029000', '122631.032000', '122631.034000', '122631.037000', '122650.914000', '122650.917000', '122650.920000', '122650.923000', '122650.926000', '122650.929000', '122650.933000', '122650.937000', '122650.940000', '122650.943000', '122650.946000', '122650.949000', '122650.951000', '122650.954000', '122650.957000', '122650.960000', '122650.963000', '122650.966000', '122650.968000', '122650.971000', '122650.974000', '122650.977000', '122650.980000', '122650.983000', '122650.985000', '122650.988000', '122650.991000', '122650.994000', '122650.997000', '122651.001000', '122651.004000', '122651.006000', '122651.009000', '122651.012000', '122651.015000', '122651.018000', '122651.021000', '122651.023000', '122651.026000', '122651.029000', '122651.032000', '122651.035000', '122651.038000', '122710.914000', '122710.917000', '122710.920000', '122710.923000', '122710.926000', '122710.928000', '122710.931000', '122710.934000', '122710.937000', '122710.940000', '122710.943000', '122710.945000', '122710.948000', '122710.951000', '122710.954000', '122710.957000', '122710.959000', '122710.962000', '122710.965000', '122710.968000', '122710.971000', '122710.974000', '122710.977000', '122710.979000', '122710.982000', '122710.985000', '122710.988000', '122710.991000', '122710.994000', '122710.997000', '122711.000000', '122711.003000', '122711.006000', '122711.009000', '122711.012000', '122711.015000', '122711.017000', '122711.020000', '122711.023000', '122711.026000', '122711.029000', '122711.032000', '122711.034000', '122711.037000', '122730.915000', '122730.918000', '122730.921000', '122730.924000', '122730.927000', '122730.930000', '122730.933000', '122730.936000', '122730.939000', '122730.941000', '122730.944000', '122730.947000', '122730.950000', '122730.956000', '122730.959000', '122730.962000', '122730.965000', '122730.967000', '122730.970000', '122730.973000', '122730.976000', '122730.979000', '122730.982000', '122730.984000', '122730.987000', '122730.990000', '122730.993000', '122730.995000', '122730.998000', '122731.002000', '122731.005000', '122731.008000', '122731.011000', '122731.013000', '122731.016000', '122731.019000', '122731.022000', '122731.025000', '122731.027000', '122731.030000', '122731.033000', '122731.036000', '122731.039000', '122750.914000', '122750.917000', '122750.920000', '122750.923000', '122750.926000', '122750.929000', '122750.932000', '122750.935000', '122750.938000', '122750.941000', '122750.944000', '122750.947000', '122750.950000', '122750.953000', '122750.956000', '122750.959000', '122750.961000', '122750.964000', '122750.967000', '122750.970000', '122750.973000', '122750.976000', '122750.979000', '122750.982000', '122750.984000', '122750.987000', '122750.990000', '122750.993000', '122750.996000', '122751.000000', '122751.003000', '122751.006000', '122751.008000', '122751.011000', '122751.014000', '122751.017000', '122751.020000', '122751.023000', '122751.026000', '122751.029000', '122751.032000', '122751.035000', '122751.038000', '122751.041000', '122810.914000', '122810.917000', '122810.920000', '122810.923000', '122810.926000', '122810.928000', '122810.931000', '122810.934000', '122810.937000', '122810.940000', '122810.943000', '122810.945000', '122810.948000', '122810.951000', '122810.954000', '122810.957000', '122810.960000', '122810.963000', '122810.965000', '122810.968000', '122810.971000', '122810.974000', '122810.977000', '122810.980000', '122810.983000', '122810.986000', '122810.989000', '122810.991000', '122810.994000', '122810.997000', '122811.001000', '122811.004000', '122811.006000', '122811.009000', '122811.012000', '122811.015000', '122811.018000', '122811.021000', '122811.023000', '122811.026000', '122811.029000', '122811.032000', '122811.034000', '122830.914000', '122830.917000', '122830.920000', '122830.923000', '122830.926000', '122830.929000', '122830.932000', '122830.935000', '122830.938000', '122830.941000', '122830.944000', '122830.947000', '122830.950000', '122830.952000', '122830.955000', '122830.958000', '122830.961000', '122830.964000', '122830.966000', '122830.969000', '122830.972000', '122830.975000', '122830.978000', '122830.981000', '122830.983000', '122830.986000', '122830.989000', '122830.992000', '122830.995000', '122830.998000', '122831.001000', '122831.003000', '122831.006000', '122831.009000', '122831.012000', '122831.015000', '122831.018000', '122831.020000', '122831.023000', '122831.026000', '122831.029000', '122831.032000', '122831.035000', '122831.037000', '122850.914000', '122850.917000', '122850.920000', '122850.923000', '122850.935000', '122850.938000', '122850.941000', '122850.944000', '122850.946000', '122850.949000', '122850.952000', '122850.955000', '122850.958000', '122850.961000', '122850.964000', '122850.966000', '122850.969000', '122850.972000', '122850.975000', '122850.978000', '122850.981000', '122850.983000', '122850.986000', '122850.989000', '122850.992000', '122850.995000', '122850.998000', '122851.002000', '122851.005000', '122851.008000', '122851.011000', '122851.014000', '122851.017000', '122851.020000', '122851.022000', '122851.025000', '122851.028000', '122851.031000', '122851.034000', '122851.037000', '122851.039000', '122851.042000', '122851.045000', '122910.914000', '122910.917000', '122910.920000', '122910.923000', '122910.925000', '122910.928000', '122910.931000', '122910.934000', '122910.937000', '122910.940000', '122910.942000', '122910.945000', '122910.948000', '122910.951000', '122910.954000', '122910.957000', '122910.959000', '122910.962000', '122910.965000', '122910.968000', '122910.971000', '122910.974000', '122910.977000', '122910.979000', '122910.982000', '122910.985000', '122910.988000', '122910.991000', '122910.993000', '122910.996000', '122911.000000', '122911.003000', '122911.006000', '122911.009000', '122911.011000', '122911.014000', '122911.017000', '122911.020000', '122911.023000', '122911.026000', '122911.028000', '122911.031000', '122911.034000', '122911.037000', '122930.914000', '122930.917000', '122930.920000', '122930.923000', '122930.926000', '122930.929000', '122930.932000', '122930.935000', '122930.939000', '122930.943000', '122930.949000', '122930.952000', '122930.955000', '122930.958000', '122930.961000', '122930.964000', '122930.967000', '122930.970000', '122930.972000', '122930.975000', '122930.978000', '122930.981000', '122930.984000', '122930.987000', '122930.990000', '122930.994000', '122930.997000', '122931.001000', '122931.004000', '122931.007000', '122931.010000', '122931.013000', '122931.016000', '122931.019000', '122931.022000', '122931.024000', '122931.027000', '122931.030000', '122931.033000', '122931.036000', '122931.039000', '122931.042000', '122931.045000', '122934.280000', '122934.284000', '122934.287000', '122934.290000', '122934.293000', '122934.297000', '122934.300000', '122934.303000'], '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': [11401, 8833, 12922, 8660, 13098, 8441, 13274, 7892, 12746, 8944, 11990, 9486, 10388, 9101, 7663, 9801, 8225, 10212, 8504, 10429, 8356, 10682, 7216, 11344, 7069, 11886, 8059, 7980, 9015, 7290, 9486, 7784, 11684, 7910, 13119, 7252, 12004, 8936, 11103, 10338, 8429, 10340, 7993, 10634, 8010, 12352, 8193, 13378, 8225, 12803, 7123, 12583, 7557, 9406, 8815, 7106, 9350, 7411, 10158, 7695, 11168, 7762, 10952, 7021, 10520, 8360, 8415, 9360, 7436, 9746, 8295, 10423, 8480, 10339, 8393, 11272, 7302, 12105, 7592, 12671, 8333, 12807, 8069, 11091, 8419, 8561, 9634, 8229, 10082, 7600, 10221, 8014, 10854, 7869, 12745, 8176, 13066, 7781, 10709, 9083, 8826, 10444, 8192, 10111, 7190, 10215, 7842, 11523, 8161, 12070, 7981, 12672, 7800, 12594, 7784, 13144, 7673, 12058, 7933, 11359, 7785, 9067, 9445, 7436, 9619, 7915, 9662, 7972, 10880, 8350, 11857, 7504, 12297, 8314, 12268, 8097, 13031, 7402, 12085, 7432, 12157, 8081, 11815, 8625, 9047, 8598, 7200, 9305, 7795, 10566, 7526, 10673, 7410, 7053, 9760, 7179, 11797, 8556, 11919, 10242, 10805, 11160, 8557, 12126, 9025, 12147, 9401, 12204, 9828, 11279, 8966, 10665, 8848, 10153, 8843, 10102, 8486, 9807, 7357, 9398, 7282, 9841, 7654, 9766, 7443, 9698, 8172, 9827, 7880, 10252, 7290, 10536, 7036, 11326, 7448, 9734, 8161, 6877, 9487, 6747, 10585, 6875, 11664, 7628, 8374, 9221, 7460, 9952, 7991, 10575, 8413, 12203, 7626, 12194, 7503, 12751, 8079, 13061, 9004, 9888, 8811, 7023, 9595, 7725, 11287, 7844, 12542, 7036, 11057, 8374, 9839, 10068, 8033, 10079, 7354, 9791, 7971, 10484, 8284, 11755, 7013, 12432, 7156, 12668, 7480, 12508, 8162, 10801, 7646, 7543, 8640, 7853, 9725, 8118, 10464, 7088, 11444, 7387, 13021, 8096, 12338, 8124, 10651, 9697, 9254, 10886, 8307, 10087, 7751, 10610, 7914, 11943, 8452, 13052, 8007, 12613, 7862, 12611, 8243, 13069, 8686, 9640, 8251, 7559, 9117, 7913, 10015, 8012, 10915, 7076, 11927, 7175, 12839, 8317, 11080, 8913, 8375, 9470, 8084, 10056, 8257, 10511, 7229, 10735, 7347, 11343, 7545, 12026, 7528, 12455, 7460, 11725, 8223, 7911, 9703, 6824, 10409, 7142, 11287, 7479, 12400, 7980, 6982, 10544, 7921, 11303, 7812, 6992, 10803, 7581, 10512, 9726, 7299, 11093, 7548, 12930, 9766, 10830, 9454, 8759, 10316, 8910, 10583, 8663, 10690, 7508, 10148, 7558, 10234, 8424, 10266, 7806, 10605, 7138, 11597, 7258, 11678, 7780, 11412, 7174, 7582, 8500, 7102, 9925, 7913, 10519, 7548, 11296, 7896, 11623, 7689, 12424, 7487, 11930, 8293, 11604, 8842, 10235, 9850, 7259, 9641, 7349, 10577, 7625, 12338, 7080, 11507, 8069, 7205, 11067, 7118, 12274, 7357, 9132, 9521, 8117, 10358, 7866, 11415, 7508, 11714, 7876, 11961, 8498, 12210, 8002, 12340, 7448, 11565, 8754, 8312, 9779, 7137, 9837, 7607, 10182, 8170, 10164, 8202, 10403, 7260, 10339, 7585, 11141, 7462, 11995, 7026, 12040, 7604, 11313, 8282, 7609, 9182, 6838, 9901, 7125, 10965, 7681, 11932, 8015, 12321, 7396, 12071, 7889, 12051, 9158, 9200, 9284, 7365, 9920, 7705, 11157, 7795, 12306, 7361, 11978, 7330, 12128, 8712, 12318, 8339, 11574, 7700, 8371, 9328, 7508, 10415, 7170, 11079, 7323, 11907, 7683, 11875, 7813, 8248, 9174, 7700, 10270, 8271, 10756, 7880, 10759, 7745, 11625, 7476, 12141, 8968, 12823, 7809, 12230, 8152, 10395, 9417, 7730, 10178, 7259, 10964, 6736, 11753, 7767, 11207, 8892, 7041, 9796, 7177, 11408, 7416, 12625, 7689, 11888, 7935, 10629, 9372, 8160, 10325, 7139, 11043, 7265, 12013, 8110, 11622, 8176, 7061, 9535, 7021, 11066, 7470, 11353, 8196, 6862, 10114, 7313, 11477, 7571, 12496, 8614, 10049, 9223, 7628, 10295, 8264, 11570, 7730, 11927, 7470, 12303, 9087, 11859, 9303, 7114, 9249, 6986, 10674, 7289, 11774, 7190, 9966, 7996, 6984, 9741, 7966, 11372, 7074, 11675, 7078, 12102, 8273, 11026, 8866, 7148, 9427, 7314, 10544, 7575, 11428, 7026, 11974, 7790, 9286, 9450, 7701, 10276, 7029, 10975, 7540, 11682, 7754, 11784, 7443, 12048, 7149, 12082, 8235, 10603, 8735, 6856, 9523, 7120, 11263, 7955, 11857, 7654, 11916, 7950, 12214, 9203, 12240, 9235, 12613, 7362, 11999, 8759, 12212, 9468, 12481, 8773, 12010, 7707, 10828, 8801, 8619, 9856, 7493, 9609, 7041, 10101, 7262, 11552, 7499, 12430, 6890, 12059, 7687, 11548, 8474, 10239, 9668, 7450, 9641, 7475, 9918, 8174, 9806, 7578, 9946, 7004, 10462, 7062, 11428, 7104, 11757, 7240, 11970, 7423, 11364, 8293, 7419, 9506, 6988, 9885, 7184, 10406, 8138, 11227, 7655, 11009, 7542, 11067, 7875, 12355, 7706, 11772, 6941, 11976, 7867, 8793, 9958, 7216, 10803, 6938, 11512, 7331, 11907, 8603, 12042, 7835, 11529, 7621, 12177, 8438, 12201, 9397, 12102, 7137, 12296, 7621, 12389, 8847, 11543, 8482, 8410, 8651, 7551, 9109, 7415, 9684, 6895, 9829, 6905, 10884, 7302, 11764, 7350, 11473, 7152, 12115, 8007, 10840, 9073, 7010, 9633, 7111, 10146, 7544, 11554, 8043, 11541, 7083, 11702, 7299, 11755, 8308, 12528, 8273, 10838, 8385, 7321, 9757, 8135, 10649, 7513, 10722, 6827, 11461, 7256, 12480, 8470, 12378, 8042, 12094, 8399, 12331, 9873, 12177, 9484, 9565, 9247, 7604, 9865, 8484, 10940, 7711, 10963, 7188, 11398, 7929, 12540, 9353, 7037, 9482, 7035, 10905, 7286, 11981, 8487, 12536, 7139, 12096, 8198, 12356, 9898, 12345, 8461, 10817, 7771, 11142, 9065, 7392, 10048, 6979, 10446, 7067, 11221, 7259, 12068, 7544, 11834, 7584, 11511, 8712, 12076, 8982, 9513, 9406, 7263, 9684, 7389, 10138, 7950, 10357, 7198, 10074, 7202, 10469, 7435, 10876, 7422, 11164, 6967, 11299, 7235, 11872, 7338, 11963, 7296, 12162, 7425, 12369, 7772, 12640, 8871, 10878, 8582, 7343, 9855, 6790, 11823, 7637, 12286, 7632, 9945, 8862, 7990, 10311, 7910, 10305, 7066, 10978, 7392, 11468, 7726, 12135, 8014, 11979, 7337, 12032, 8690, 12637, 9691, 12528, 7467, 12391, 8067, 12048, 8883, 12138, 7833, 11738, 7068, 11858, 7486, 10273, 8327, 6890, 8908, 7006, 9576, 6975, 11035, 7338, 11179, 7050, 11467, 7234, 12644, 8920, 9539, 8991, 7355, 10139, 7126, 12328, 8496, 12158, 8342, 11723, 9069, 12884, 9980, 12351, 9570, 11681, 8542, 12461, 9812, 12630, 10141, 12673, 7822, 12100, 7804, 12153, 9109, 11780, 7517, 11513, 7063, 11563, 7635, 8634, 8538, 7187, 9477, 7179, 9556, 7313, 11325, 7066, 11483, 6990, 11424, 7576, 11826, 8002, 11167, 7410, 11157, 8135, 10263, 7911, 9851, 7360, 8966, 6907, 9598, 7042, 10924, 6931, 11652, 7052, 12114, 7268, 12172, 8159, 12286, 8810, 11648, 7979, 12150, 8457, 11774, 9091, 8854, 9148, 7309, 9541, 7138, 10113, 7471, 10018, 7001, 10184, 7263, 9719, 7241, 10610, 7432, 10826, 7232, 11355, 7221, 12257, 8143, 11951, 7111, 12472, 7891, 12301, 9189, 12846, 9680, 11888, 7945, 8275, 10265, 7293, 10262, 7151, 11334, 6994, 11951, 7886, 12310, 8897, 12104, 7380, 11744, 8423, 12391, 9191, 11830, 8871, 11615, 9181, 11168, 9677, 9208, 9978, 7293, 10300, 7198, 10073, 7464, 11625, 7313, 11578, 7038, 11889, 7799, 12588, 9445, 12495, 8242, 12252, 7974, 12056, 8888, 8588, 9612, 7170, 10674, 6991, 11664, 7803, 12469, 8040, 10586, 8376, 6914, 10109, 7409, 10680, 7529, 10742, 8046, 10332, 8170, 10466, 8895, 10093, 7746, 9648, 7257, 10441, 7255, 11153, 7312, 10916, 7159, 10908, 7141, 11235, 7254, 11637, 7003, 11698, 6902, 12038, 7094, 12136, 7516, 10933, 7215, 7211, 9523, 7147, 10142, 7067, 10767, 7164, 11535, 7263, 12250, 7868, 12144, 7562, 11943, 8136], 'WindowCenter': [4478.0, 4435.0, 4461.0, 4409.0, 4447.0, 4407.0, 4446.0, 4394.0, 4444.0, 4404.0, 4420.0, 4404.0, 4412.0, 4394.0, 4381.0, 4402.0, 4380.0, 4413.0, 4390.0, 4411.0, 4392.0, 4411.0, 4384.0, 4424.0, 4384.0, 4432.0, 4395.0, 4394.0, 4407.0, 4386.0, 4416.0, 4397.0, 4435.0, 4397.0, 4448.0, 4398.0, 4446.0, 4416.0, 4427.0, 4428.0, 4397.0, 4417.0, 4396.0, 4416.0, 4395.0, 4432.0, 4393.0, 4443.0, 4392.0, 4434.0, 4372.0, 4432.0, 4383.0, 4401.0, 4401.0, 4371.0, 4404.0, 4382.0, 4424.0, 4395.0, 4435.0, 4394.0, 4435.0, 4385.0, 4437.0, 4406.0, 4404.0, 4415.0, 4385.0, 4417.0, 4405.0, 4427.0, 4407.0, 4415.0, 4397.0, 4426.0, 4385.0, 4433.0, 4385.0, 4432.0, 4394.0, 4435.0, 4394.0, 4423.0, 4394.0, 4393.0, 4404.0, 4394.0, 4416.0, 4386.0, 4414.0, 4394.0, 4423.0, 4393.0, 4433.0, 4395.0, 4445.0, 4385.0, 4413.0, 4405.0, 4392.0, 4410.0, 4392.0, 4413.0, 4373.0, 4411.0, 4394.0, 4421.0, 4392.0, 4432.0, 4384.0, 4432.0, 4381.0, 4431.0, 4381.0, 4444.0, 4383.0, 4433.0, 4392.0, 4423.0, 4383.0, 4401.0, 4413.0, 4383.0, 4413.0, 4392.0, 4413.0, 4391.0, 4425.0, 4395.0, 4434.0, 4384.0, 4432.0, 4392.0, 4433.0, 4394.0, 4444.0, 4381.0, 4432.0, 4381.0, 4432.0, 4394.0, 4431.0, 4407.0, 4404.0, 4417.0, 4398.0, 4417.0, 4397.0, 4425.0, 4394.0, 4438.0, 4396.0, 4397.0, 4438.0, 4412.0, 4460.0, 4422.0, 4450.0, 4440.0, 4440.0, 4441.0, 4409.0, 4450.0, 4407.0, 4437.0, 4405.0, 4423.0, 4390.0, 4401.0, 4377.0, 4388.0, 4366.0, 4386.0, 4365.0, 4384.0, 4363.0, 4382.0, 4341.0, 4373.0, 4341.0, 4373.0, 4352.0, 4382.0, 4354.0, 4385.0, 4363.0, 4386.0, 4365.0, 4396.0, 4366.0, 4396.0, 4358.0, 4408.0, 4368.0, 4399.0, 4391.0, 4372.0, 4402.0, 4371.0, 4422.0, 4373.0, 4433.0, 4394.0, 4406.0, 4415.0, 4386.0, 4416.0, 4396.0, 4426.0, 4397.0, 4435.0, 4396.0, 4434.0, 4387.0, 4445.0, 4394.0, 4435.0, 4417.0, 4427.0, 4393.0, 4361.0, 4403.0, 4385.0, 4425.0, 4397.0, 4436.0, 4386.0, 4423.0, 4407.0, 4416.0, 4416.0, 4396.0, 4417.0, 4385.0, 4415.0, 4394.0, 4415.0, 4393.0, 4433.0, 4374.0, 4433.0, 4382.0, 4443.0, 4385.0, 4433.0, 4395.0, 4425.0, 4396.0, 4394.0, 4404.0, 4395.0, 4416.0, 4406.0, 4436.0, 4387.0, 4446.0, 4398.0, 4456.0, 4409.0, 4447.0, 4408.0, 4426.0, 4427.0, 4416.0, 4438.0, 4398.0, 4427.0, 4398.0, 4425.0, 4394.0, 4434.0, 4395.0, 4443.0, 4394.0, 4432.0, 4394.0, 4434.0, 4394.0, 4445.0, 4407.0, 4414.0, 4395.0, 4412.0, 4430.0, 4393.0, 4403.0, 4394.0, 4423.0, 4375.0, 4433.0, 4373.0, 4432.0, 4394.0, 4425.0, 4404.0, 4393.0, 4403.0, 4382.0, 4404.0, 4379.0, 4414.0, 4372.0, 4411.0, 4384.0, 4421.0, 4383.0, 4434.0, 4384.0, 4432.0, 4384.0, 4434.0, 4393.0, 4393.0, 4414.0, 4374.0, 4425.0, 4384.0, 4434.0, 4385.0, 4458.0, 4409.0, 4385.0, 4440.0, 4421.0, 4450.0, 4412.0, 4399.0, 4439.0, 4412.0, 4440.0, 4431.0, 4400.0, 4441.0, 4411.0, 4448.0, 4431.0, 4440.0, 4418.0, 4407.0, 4418.0, 4403.0, 4413.0, 4392.0, 4413.0, 4372.0, 4402.0, 4369.0, 4400.0, 4381.0, 4412.0, 4381.0, 4409.0, 4370.0, 4419.0, 4371.0, 4420.0, 4393.0, 4422.0, 4375.0, 4383.0, 4404.0, 4385.0, 4413.0, 4395.0, 4425.0, 4394.0, 4436.0, 4397.0, 4426.0, 4388.0, 4435.0, 4386.0, 4436.0, 4396.0, 4426.0, 4405.0, 4415.0, 4415.0, 4385.0, 4419.0, 4442.0, 4488.0, 4428.0, 4430.0, 4343.0, 4380.0, 4367.0, 4372.0, 4422.0, 4386.0, 4436.0, 4445.0, 4432.0, 4403.0, 4385.0, 4417.0, 4397.0, 4439.0, 4385.0, 4436.0, 4398.0, 4449.0, 4393.0, 4434.0, 4383.0, 4433.0, 4383.0, 4432.0, 4394.0, 4393.0, 4411.0, 4372.0, 4414.0, 4384.0, 4413.0, 4392.0, 4413.0, 4392.0, 4413.0, 4383.0, 4412.0, 4383.0, 4410.0, 4372.0, 4423.0, 4372.0, 4432.0, 4383.0, 4424.0, 4393.0, 4385.0, 4408.0, 4375.0, 4416.0, 4386.0, 4424.0, 4396.0, 4436.0, 4397.0, 4437.0, 4385.0, 4435.0, 4396.0, 4434.0, 4404.0, 4404.0, 4406.0, 4384.0, 4414.0, 4386.0, 4425.0, 4387.0, 4435.0, 4386.0, 4435.0, 4387.0, 4435.0, 4403.0, 4446.0, 4405.0, 4435.0, 4396.0, 4395.0, 4414.0, 4385.0, 4427.0, 4386.0, 4435.0, 4396.0, 4435.0, 4397.0, 4449.0, 4397.0, 4408.0, 4417.0, 4396.0, 4430.0, 4397.0, 4430.0, 4396.0, 4427.0, 4386.0, 4424.0, 4386.0, 4435.0, 4406.0, 4436.0, 4386.0, 4434.0, 4386.0, 4413.0, 4404.0, 4374.0, 4415.0, 4374.0, 4413.0, 4376.0, 4424.0, 4386.0, 4424.0, 4403.0, 4373.0, 4413.0, 4375.0, 4434.0, 4382.0, 4433.0, 4385.0, 4433.0, 4395.0, 4414.0, 4404.0, 4394.0, 4414.0, 4374.0, 4422.0, 4384.0, 4433.0, 4383.0, 4425.0, 4391.0, 4376.0, 4414.0, 4385.0, 4426.0, 4385.0, 4436.0, 4407.0, 4388.0, 4428.0, 4398.0, 4437.0, 4397.0, 4449.0, 4409.0, 4429.0, 4414.0, 4397.0, 4416.0, 4394.0, 4435.0, 4398.0, 4435.0, 4385.0, 4435.0, 4403.0, 4424.0, 4404.0, 4376.0, 4404.0, 4385.0, 4412.0, 4384.0, 4435.0, 4384.0, 4416.0, 4396.0, 4386.0, 4416.0, 4397.0, 4437.0, 4387.0, 4438.0, 4388.0, 4446.0, 4407.0, 4437.0, 4418.0, 4387.0, 4418.0, 4386.0, 4426.0, 4438.0, 4477.0, 4403.0, 4447.0, 4398.0, 4416.0, 4429.0, 4397.0, 4429.0, 4397.0, 4438.0, 4396.0, 4437.0, 4396.0, 4438.0, 4386.0, 4446.0, 4387.0, 4446.0, 4396.0, 4426.0, 4407.0, 4376.0, 4418.0, 4387.0, 4438.0, 4398.0, 4438.0, 4398.0, 4437.0, 4398.0, 4436.0, 4408.0, 4436.0, 4406.0, 4433.0, 4373.0, 4422.0, 4393.0, 4421.0, 4402.0, 4422.0, 4391.0, 4423.0, 4372.0, 4413.0, 4394.0, 4392.0, 4415.0, 4374.0, 4402.0, 4374.0, 4414.0, 4385.0, 4422.0, 4373.0, 4435.0, 4376.0, 4436.0, 4396.0, 4434.0, 4397.0, 4416.0, 4418.0, 4385.0, 4416.0, 4385.0, 4414.0, 4393.0, 4416.0, 4382.0, 4412.0, 4373.0, 4423.0, 4385.0, 4432.0, 4385.0, 4435.0, 4397.0, 4447.0, 4397.0, 4436.0, 4411.0, 4397.0, 4427.0, 4400.0, 4430.0, 4387.0, 4431.0, 4398.0, 4440.0, 4398.0, 4428.0, 4398.0, 4427.0, 4395.0, 4437.0, 4386.0, 4433.0, 4375.0, 4435.0, 4394.0, 4403.0, 4427.0, 4387.0, 4428.0, 4387.0, 4437.0, 4387.0, 4435.0, 4406.0, 4434.0, 4387.0, 4424.0, 4386.0, 4433.0, 4392.0, 4422.0, 4404.0, 4422.0, 4373.0, 4431.0, 4383.0, 4431.0, 4393.0, 4423.0, 4392.0, 4393.0, 4393.0, 4384.0, 4403.0, 4374.0, 4415.0, 4374.0, 4412.0, 4386.0, 4425.0, 4385.0, 4435.0, 4387.0, 4434.0, 4386.0, 4447.0, 4397.0, 4428.0, 4406.0, 4385.0, 4416.0, 4386.0, 4427.0, 4396.0, 4436.0, 4396.0, 4436.0, 4386.0, 4436.0, 4396.0, 4436.0, 4396.0, 4447.0, 4408.0, 4424.0, 4406.0, 4397.0, 4417.0, 4396.0, 4441.0, 4398.0, 4438.0, 4389.0, 4450.0, 4400.0, 4450.0, 4409.0, 4449.0, 4409.0, 4449.0, 4409.0, 4448.0, 4417.0, 4438.0, 4416.0, 4407.0, 4404.0, 4386.0, 4417.0, 4395.0, 4428.0, 4414.0, 4442.0, 4376.0, 4423.0, 4394.0, 4435.0, 4417.0, 4386.0, 4417.0, 4387.0, 4427.0, 4386.0, 4437.0, 4396.0, 4435.0, 4376.0, 4436.0, 4393.0, 4420.0, 4401.0, 4421.0, 4392.0, 4412.0, 4384.0, 4422.0, 4403.0, 4383.0, 4415.0, 4384.0, 4426.0, 4386.0, 4435.0, 4387.0, 4447.0, 4396.0, 4435.0, 4398.0, 4437.0, 4407.0, 4436.0, 4419.0, 4418.0, 4407.0, 4387.0, 4417.0, 4386.0, 4415.0, 4384.0, 4416.0, 4373.0, 4403.0, 4385.0, 4415.0, 4373.0, 4414.0, 4373.0, 4422.0, 4371.0, 4422.0, 4384.0, 4423.0, 4383.0, 4434.0, 4385.0, 4435.0, 4385.0, 4434.0, 4383.0, 4434.0, 4406.0, 4424.0, 4394.0, 4385.0, 4417.0, 4388.0, 4434.0, 4397.0, 4447.0, 4397.0, 4426.0, 4418.0, 4407.0, 4429.0, 4408.0, 4431.0, 4400.0, 4438.0, 4399.0, 4439.0, 4397.0, 4448.0, 4396.0, 4436.0, 4385.0, 4437.0, 4405.0, 4434.0, 4417.0, 4435.0, 4385.0, 4433.0, 4396.0, 4434.0, 4405.0, 4434.0, 4384.0, 4423.0, 4374.0, 4433.0, 4381.0, 4414.0, 4394.0, 4385.0, 4406.0, 4386.0, 4416.0, 4385.0, 4439.0, 4398.0, 4439.0, 4398.0, 4437.0, 4397.0, 4448.0, 4420.0, 4428.0, 4419.0, 4400.0, 4439.0, 4400.0, 4462.0, 4423.0, 4450.0, 4421.0, 4450.0, 4420.0, 4448.0, 4430.0, 4450.0, 4415.0, 4435.0, 4406.0, 4433.0, 4414.0, 4434.0, 4414.0, 4434.0, 4384.0, 4423.0, 4382.0, 4421.0, 4389.0, 4422.0, 4374.0, 4422.0, 4373.0, 4434.0, 4382.0, 4391.0, 4404.0, 4383.0, 4416.0, 4385.0, 4416.0, 4387.0, 4437.0, 4388.0, 4438.0, 4388.0, 4437.0, 4398.0, 4438.0, 4397.0, 4428.0, 4385.0, 4427.0, 4384.0, 4416.0, 4384.0, 4403.0, 4369.0, 4393.0, 4372.0, 4401.0, 4373.0, 4412.0, 4374.0, 4424.0, 4387.0, 4446.0, 4397.0, 4436.0, 4396.0, 4438.0, 4407.0, 4437.0, 4396.0, 4445.0, 4406.0, 4437.0, 4405.0, 4406.0, 4415.0, 4386.0, 4417.0, 4385.0, 4427.0, 4384.0, 4416.0, 4385.0, 4426.0, 4386.0, 4417.0, 4384.0, 4426.0, 4386.0, 4427.0, 4387.0, 4436.0, 4386.0, 4436.0, 4397.0, 4437.0, 4385.0, 4445.0, 4407.0, 4436.0, 4416.0, 4446.0, 4417.0, 4434.0, 4395.0, 4407.0, 4427.0, 4387.0, 4427.0, 4397.0, 4438.0, 4399.0, 4448.0, 4408.0, 4461.0, 4419.0, 4449.0, 4399.0, 4448.0, 4411.0, 4448.0, 4418.0, 4439.0, 4409.0, 4438.0, 4416.0, 4436.0, 4417.0, 4406.0, 4417.0, 4385.0, 4416.0, 4374.0, 4418.0, 4387.0, 4438.0, 4388.0, 4437.0, 4386.0, 4438.0, 4397.0, 4437.0, 4415.0, 4436.0, 4396.0, 4434.0, 4395.0, 4434.0, 4404.0, 4405.0, 4418.0, 4386.0, 4425.0, 4387.0, 4438.0, 4397.0, 4462.0, 4409.0, 4437.0, 4410.0, 4400.0, 4439.0, 4399.0, 4441.0, 4398.0, 4439.0, 4398.0, 4431.0, 4398.0, 4428.0, 4404.0, 4418.0, 4384.0, 4406.0, 4386.0, 4415.0, 4385.0, 4427.0, 4374.0, 4415.0, 4375.0, 4413.0, 4374.0, 4422.0, 4384.0, 4422.0, 4374.0, 4437.0, 4385.0, 4434.0, 4386.0, 4436.0, 4387.0, 4425.0, 4387.0, 4399.0, 4429.0, 4389.0, 4440.0, 4399.0, 4438.0, 4401.0, 4449.0, 4400.0, 4452.0, 4410.0, 4450.0, 4410.0, 4448.0, 4398.0], 'WindowWidth': [9851.0, 9784.0, 9810.0, 9735.0, 9787.0, 9730.0, 9782.0, 9707.0, 9774.0, 9720.0, 9736.0, 9719.0, 9727.0, 9704.0, 9683.0, 9712.0, 9679.0, 9728.0, 9694.0, 9724.0, 9698.0, 9724.0, 9691.0, 9747.0, 9694.0, 9754.0, 9710.0, 9706.0, 9726.0, 9698.0, 9737.0, 9713.0, 9764.0, 9715.0, 9785.0, 9718.0, 9780.0, 9739.0, 9752.0, 9755.0, 9713.0, 9740.0, 9709.0, 9736.0, 9707.0, 9754.0, 9703.0, 9771.0, 9700.0, 9758.0, 9674.0, 9753.0, 9688.0, 9710.0, 9712.0, 9673.0, 9718.0, 9687.0, 9747.0, 9708.0, 9765.0, 9709.0, 9765.0, 9698.0, 9770.0, 9727.0, 9722.0, 9739.0, 9697.0, 9742.0, 9724.0, 9754.0, 9726.0, 9735.0, 9709.0, 9749.0, 9693.0, 9756.0, 9693.0, 9754.0, 9705.0, 9761.0, 9704.0, 9741.0, 9705.0, 9702.0, 9718.0, 9703.0, 9736.0, 9694.0, 9732.0, 9704.0, 9742.0, 9703.0, 9756.0, 9706.0, 9774.0, 9693.0, 9729.0, 9719.0, 9700.0, 9724.0, 9698.0, 9728.0, 9677.0, 9723.0, 9705.0, 9737.0, 9701.0, 9755.0, 9692.0, 9755.0, 9687.0, 9752.0, 9685.0, 9772.0, 9689.0, 9758.0, 9701.0, 9743.0, 9690.0, 9712.0, 9732.0, 9691.0, 9731.0, 9703.0, 9731.0, 9701.0, 9748.0, 9707.0, 9759.0, 9693.0, 9754.0, 9702.0, 9758.0, 9705.0, 9775.0, 9687.0, 9756.0, 9688.0, 9757.0, 9707.0, 9753.0, 9727.0, 9722.0, 9744.0, 9722.0, 9743.0, 9717.0, 9751.0, 9710.0, 9776.0, 9716.0, 9719.0, 9776.0, 9748.0, 9810.0, 9756.0, 9791.0, 9777.0, 9776.0, 9780.0, 9734.0, 9791.0, 9728.0, 9768.0, 9720.0, 9742.0, 9691.0, 9707.0, 9668.0, 9683.0, 9650.0, 9679.0, 9647.0, 9673.0, 9644.0, 9669.0, 9614.0, 9656.0, 9614.0, 9656.0, 9628.0, 9671.0, 9634.0, 9677.0, 9647.0, 9680.0, 9650.0, 9693.0, 9655.0, 9695.0, 9647.0, 9715.0, 9664.0, 9704.0, 9697.0, 9674.0, 9712.0, 9673.0, 9741.0, 9679.0, 9758.0, 9709.0, 9725.0, 9736.0, 9696.0, 9738.0, 9710.0, 9751.0, 9712.0, 9764.0, 9711.0, 9760.0, 9698.0, 9776.0, 9705.0, 9760.0, 9742.0, 9755.0, 9699.0, 9654.0, 9715.0, 9693.0, 9748.0, 9712.0, 9764.0, 9698.0, 9745.0, 9726.0, 9736.0, 9738.0, 9711.0, 9739.0, 9696.0, 9734.0, 9707.0, 9733.0, 9703.0, 9758.0, 9680.0, 9757.0, 9689.0, 9773.0, 9696.0, 9758.0, 9709.0, 9748.0, 9711.0, 9707.0, 9721.0, 9709.0, 9740.0, 9727.0, 9767.0, 9704.0, 9783.0, 9720.0, 9796.0, 9736.0, 9784.0, 9731.0, 9754.0, 9756.0, 9740.0, 9771.0, 9716.0, 9754.0, 9713.0, 9748.0, 9706.0, 9760.0, 9707.0, 9772.0, 9706.0, 9755.0, 9706.0, 9757.0, 9705.0, 9776.0, 9727.0, 9732.0, 9706.0, 9745.0, 9766.0, 9702.0, 9714.0, 9703.0, 9743.0, 9681.0, 9755.0, 9677.0, 9753.0, 9704.0, 9748.0, 9720.0, 9702.0, 9714.0, 9687.0, 9716.0, 9679.0, 9732.0, 9673.0, 9724.0, 9692.0, 9737.0, 9688.0, 9760.0, 9692.0, 9756.0, 9692.0, 9760.0, 9703.0, 9703.0, 9733.0, 9680.0, 9748.0, 9693.0, 9761.0, 9698.0, 9803.0, 9734.0, 9696.0, 9779.0, 9757.0, 9795.0, 9745.0, 9726.0, 9778.0, 9747.0, 9779.0, 9766.0, 9724.0, 9778.0, 9739.0, 9787.0, 9766.0, 9775.0, 9743.0, 9727.0, 9742.0, 9716.0, 9729.0, 9699.0, 9728.0, 9671.0, 9711.0, 9665.0, 9708.0, 9681.0, 9726.0, 9682.0, 9719.0, 9667.0, 9732.0, 9671.0, 9735.0, 9704.0, 9741.0, 9679.0, 9690.0, 9719.0, 9694.0, 9733.0, 9709.0, 9749.0, 9708.0, 9764.0, 9713.0, 9749.0, 9700.0, 9762.0, 9696.0, 9762.0, 9709.0, 9748.0, 9720.0, 9731.0, 9733.0, 9693.0, 9745.0, 9803.0, 9877.0, 9775.0, 9748.0, 9616.0, 9656.0, 9654.0, 9671.0, 9739.0, 9697.0, 9765.0, 9816.0, 9771.0, 9715.0, 9692.0, 9740.0, 9714.0, 9771.0, 9697.0, 9765.0, 9716.0, 9788.0, 9702.0, 9758.0, 9687.0, 9756.0, 9691.0, 9755.0, 9706.0, 9701.0, 9725.0, 9673.0, 9731.0, 9690.0, 9730.0, 9699.0, 9730.0, 9698.0, 9728.0, 9689.0, 9725.0, 9689.0, 9721.0, 9673.0, 9742.0, 9674.0, 9753.0, 9691.0, 9745.0, 9703.0, 9696.0, 9728.0, 9681.0, 9736.0, 9699.0, 9747.0, 9711.0, 9765.0, 9712.0, 9767.0, 9695.0, 9762.0, 9709.0, 9758.0, 9718.0, 9717.0, 9722.0, 9692.0, 9733.0, 9694.0, 9748.0, 9699.0, 9763.0, 9699.0, 9764.0, 9702.0, 9763.0, 9718.0, 9781.0, 9724.0, 9763.0, 9710.0, 9709.0, 9734.0, 9696.0, 9754.0, 9700.0, 9763.0, 9713.0, 9764.0, 9715.0, 9786.0, 9715.0, 9729.0, 9740.0, 9714.0, 9761.0, 9713.0, 9760.0, 9709.0, 9752.0, 9696.0, 9745.0, 9695.0, 9760.0, 9722.0, 9765.0, 9695.0, 9757.0, 9695.0, 9728.0, 9716.0, 9675.0, 9731.0, 9677.0, 9727.0, 9683.0, 9743.0, 9695.0, 9745.0, 9716.0, 9677.0, 9729.0, 9681.0, 9758.0, 9689.0, 9758.0, 9696.0, 9758.0, 9708.0, 9732.0, 9718.0, 9703.0, 9732.0, 9678.0, 9740.0, 9692.0, 9755.0, 9690.0, 9748.0, 9699.0, 9683.0, 9730.0, 9696.0, 9749.0, 9698.0, 9766.0, 9728.0, 9703.0, 9755.0, 9716.0, 9768.0, 9716.0, 9788.0, 9733.0, 9759.0, 9736.0, 9714.0, 9738.0, 9707.0, 9766.0, 9715.0, 9763.0, 9697.0, 9762.0, 9717.0, 9746.0, 9718.0, 9682.0, 9717.0, 9696.0, 9727.0, 9693.0, 9762.0, 9695.0, 9738.0, 9714.0, 9701.0, 9740.0, 9715.0, 9769.0, 9703.0, 9772.0, 9707.0, 9781.0, 9730.0, 9769.0, 9745.0, 9702.0, 9744.0, 9700.0, 9755.0, 9793.0, 9845.0, 9734.0, 9781.0, 9718.0, 9740.0, 9761.0, 9716.0, 9760.0, 9717.0, 9770.0, 9716.0, 9768.0, 9714.0, 9771.0, 9699.0, 9779.0, 9702.0, 9780.0, 9712.0, 9752.0, 9726.0, 9686.0, 9741.0, 9703.0, 9771.0, 9716.0, 9773.0, 9717.0, 9769.0, 9715.0, 9765.0, 9725.0, 9762.0, 9720.0, 9755.0, 9673.0, 9739.0, 9699.0, 9736.0, 9711.0, 9739.0, 9694.0, 9739.0, 9670.0, 9727.0, 9701.0, 9697.0, 9733.0, 9676.0, 9713.0, 9677.0, 9728.0, 9693.0, 9737.0, 9675.0, 9760.0, 9682.0, 9763.0, 9711.0, 9760.0, 9713.0, 9737.0, 9742.0, 9694.0, 9737.0, 9692.0, 9733.0, 9699.0, 9736.0, 9687.0, 9726.0, 9675.0, 9743.0, 9694.0, 9756.0, 9697.0, 9764.0, 9716.0, 9784.0, 9718.0, 9767.0, 9741.0, 9717.0, 9758.0, 9721.0, 9763.0, 9704.0, 9764.0, 9717.0, 9775.0, 9715.0, 9755.0, 9716.0, 9751.0, 9707.0, 9768.0, 9695.0, 9757.0, 9680.0, 9762.0, 9707.0, 9717.0, 9755.0, 9700.0, 9755.0, 9700.0, 9768.0, 9702.0, 9763.0, 9723.0, 9760.0, 9698.0, 9746.0, 9696.0, 9756.0, 9698.0, 9740.0, 9716.0, 9741.0, 9674.0, 9752.0, 9688.0, 9751.0, 9700.0, 9740.0, 9700.0, 9702.0, 9702.0, 9689.0, 9715.0, 9677.0, 9735.0, 9678.0, 9728.0, 9698.0, 9747.0, 9694.0, 9762.0, 9700.0, 9759.0, 9697.0, 9780.0, 9714.0, 9755.0, 9727.0, 9696.0, 9739.0, 9700.0, 9753.0, 9710.0, 9764.0, 9710.0, 9765.0, 9698.0, 9764.0, 9714.0, 9763.0, 9713.0, 9783.0, 9728.0, 9747.0, 9725.0, 9716.0, 9743.0, 9712.0, 9784.0, 9719.0, 9770.0, 9707.0, 9788.0, 9723.0, 9789.0, 9735.0, 9787.0, 9734.0, 9785.0, 9733.0, 9782.0, 9740.0, 9767.0, 9736.0, 9723.0, 9718.0, 9697.0, 9738.0, 9705.0, 9754.0, 9748.0, 9782.0, 9682.0, 9741.0, 9704.0, 9761.0, 9740.0, 9696.0, 9737.0, 9700.0, 9752.0, 9696.0, 9765.0, 9709.0, 9762.0, 9682.0, 9766.0, 9704.0, 9732.0, 9707.0, 9736.0, 9698.0, 9726.0, 9690.0, 9739.0, 9715.0, 9690.0, 9734.0, 9694.0, 9751.0, 9700.0, 9762.0, 9700.0, 9783.0, 9712.0, 9765.0, 9717.0, 9769.0, 9730.0, 9766.0, 9748.0, 9742.0, 9725.0, 9696.0, 9738.0, 9695.0, 9734.0, 9688.0, 9734.0, 9674.0, 9715.0, 9694.0, 9732.0, 9675.0, 9729.0, 9674.0, 9738.0, 9672.0, 9739.0, 9691.0, 9741.0, 9690.0, 9762.0, 9696.0, 9762.0, 9696.0, 9760.0, 9691.0, 9760.0, 9726.0, 9747.0, 9706.0, 9695.0, 9739.0, 9704.0, 9762.0, 9715.0, 9781.0, 9715.0, 9754.0, 9745.0, 9728.0, 9761.0, 9731.0, 9765.0, 9725.0, 9772.0, 9720.0, 9773.0, 9715.0, 9786.0, 9713.0, 9765.0, 9697.0, 9768.0, 9723.0, 9762.0, 9739.0, 9763.0, 9695.0, 9759.0, 9710.0, 9759.0, 9721.0, 9760.0, 9690.0, 9743.0, 9678.0, 9757.0, 9686.0, 9730.0, 9707.0, 9695.0, 9724.0, 9701.0, 9739.0, 9699.0, 9774.0, 9718.0, 9773.0, 9718.0, 9770.0, 9717.0, 9786.0, 9749.0, 9758.0, 9748.0, 9723.0, 9774.0, 9724.0, 9809.0, 9758.0, 9793.0, 9754.0, 9793.0, 9752.0, 9783.0, 9761.0, 9787.0, 9736.0, 9761.0, 9725.0, 9758.0, 9731.0, 9759.0, 9730.0, 9757.0, 9688.0, 9741.0, 9684.0, 9734.0, 9691.0, 9740.0, 9677.0, 9738.0, 9677.0, 9759.0, 9689.0, 9698.0, 9720.0, 9692.0, 9738.0, 9698.0, 9739.0, 9700.0, 9771.0, 9704.0, 9768.0, 9701.0, 9768.0, 9715.0, 9767.0, 9712.0, 9755.0, 9691.0, 9751.0, 9689.0, 9732.0, 9689.0, 9711.0, 9662.0, 9697.0, 9670.0, 9706.0, 9675.0, 9724.0, 9677.0, 9745.0, 9700.0, 9778.0, 9717.0, 9766.0, 9712.0, 9769.0, 9729.0, 9766.0, 9711.0, 9777.0, 9725.0, 9765.0, 9723.0, 9724.0, 9734.0, 9698.0, 9740.0, 9694.0, 9753.0, 9692.0, 9737.0, 9695.0, 9752.0, 9699.0, 9740.0, 9693.0, 9754.0, 9698.0, 9752.0, 9700.0, 9764.0, 9699.0, 9765.0, 9713.0, 9768.0, 9699.0, 9778.0, 9730.0, 9767.0, 9740.0, 9780.0, 9740.0, 9761.0, 9711.0, 9727.0, 9753.0, 9700.0, 9755.0, 9718.0, 9770.0, 9722.0, 9786.0, 9734.0, 9807.0, 9750.0, 9788.0, 9722.0, 9786.0, 9739.0, 9785.0, 9746.0, 9772.0, 9731.0, 9767.0, 9738.0, 9763.0, 9739.0, 9722.0, 9738.0, 9694.0, 9738.0, 9680.0, 9738.0, 9697.0, 9768.0, 9701.0, 9766.0, 9698.0, 9770.0, 9714.0, 9767.0, 9736.0, 9764.0, 9711.0, 9759.0, 9708.0, 9758.0, 9719.0, 9721.0, 9742.0, 9699.0, 9750.0, 9704.0, 9770.0, 9716.0, 9812.0, 9734.0, 9771.0, 9735.0, 9724.0, 9775.0, 9720.0, 9778.0, 9717.0, 9774.0, 9715.0, 9762.0, 9715.0, 9754.0, 9718.0, 9740.0, 9691.0, 9720.0, 9693.0, 9732.0, 9692.0, 9749.0, 9675.0, 9730.0, 9678.0, 9726.0, 9679.0, 9739.0, 9691.0, 9740.0, 9678.0, 9767.0, 9697.0, 9760.0, 9696.0, 9763.0, 9701.0, 9749.0, 9701.0, 9720.0, 9760.0, 9707.0, 9778.0, 9724.0, 9773.0, 9728.0, 9790.0, 9725.0, 9796.0, 9739.0, 9791.0, 9736.0, 9785.0, 9717.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.0005017411121239745</td></tr>
<tr><td colspan=3>aqi</td><td>0.021225630446672743</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.04909526185218</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.200420463020072</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9803459405291972</td></tr>
<tr><td colspan=3>efc</td><td>0.4805</td></tr>
<tr><td colspan=3>fber</td><td>7702.9224</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07402714765009409</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3673655423883317</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6006018722673496</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.449011941611005</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9369603845228625</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.415833290668182</td></tr>
<tr><td colspan=3>gcor</td><td>0.0138755</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0029316581785678864</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04272026568651199</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1097</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.7696721863752356</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>18.3618</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.9206</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.2883</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297124.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>898.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.3888</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9697</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.1486</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3558.0863</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3810.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79420.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1104.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1010.6916</td></tr>
<tr><td colspan=3>tsnr</td><td>39.528487680945545</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>