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

616 lines
No EOL
125 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-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-02/func/sub-0010_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>0f68e65f8ff35bb3d61fdd1465aac16c</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>14:39:43.652500</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.997361, 0.0161414, 0.0707913, -0.0092261, 0.995247, -0.0969464]</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.0782998</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>[4175, -7704, -7229, 677, -5, 36, -59, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.755</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ba020134-d4d1-4edc-9109-6749a2319f85||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.6758453845977783, -0.024752963334321976, 0.19445312023162842, 112.56181335449219], [-0.04330630600452423, 2.6701745986938477, -0.2593010663986206, -74.79104614257812], [0.18992789089679718, 0.26010024547576904, 2.680475950241089, -55.12187194824219], [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': ['143943.652500', '143944.112500', '143944.572500', '143945.032500', '143945.492500', '143945.952500', '143946.412500', '143946.872500', '143947.332500', '143947.792500', '143948.252500', '143948.712500', '143949.172500', '143949.632500', '143950.092500', '143950.552500', '143951.012500', '143951.472500', '143951.932500', '143952.392500', '143952.852500', '143953.312500', '143953.772500', '143954.232500', '143954.692500', '143955.152500', '143955.612500', '143956.072500', '143956.532500', '143956.992500', '143957.452500', '143957.912500', '143958.372500', '143958.832500', '143959.292500', '143959.752500', '144000.212500', '144000.672500', '144001.132500', '144001.592500', '144002.052500', '144002.512500', '144002.972500', '144003.432500', '144003.892500', '144004.352500', '144004.812500', '144005.272500', '144005.732500', '144006.192500', '144006.652500', '144007.112500', '144007.572500', '144008.032500', '144008.492500', '144008.952500', '144009.412500', '144009.872500', '144010.332500', '144010.792500', '144011.252500', '144011.712500', '144012.172500', '144012.632500', '144013.092500', '144013.552500', '144014.012500', '144014.472500', '144014.932500', '144015.392500', '144015.852500', '144016.312500', '144016.772500', '144017.232500', '144017.692500', '144018.152500', '144018.612500', '144019.072500', '144019.532500', '144019.992500', '144020.452500', '144020.912500', '144021.372500', '144021.832500', '144022.292500', '144022.752500', '144023.212500', '144023.672500', '144024.132500', '144024.592500', '144025.052500', '144025.512500', '144025.972500', '144026.432500', '144026.892500', '144027.352500', '144027.812500', '144028.272500', '144028.732500', '144029.192500', '144029.652500', '144030.112500', '144030.572500', '144031.032500', '144031.492500', '144031.952500', '144032.412500', '144032.872500', '144033.332500', '144033.792500', '144034.252500', '144034.712500', '144035.172500', '144035.632500', '144036.092500', '144036.552500', '144037.012500', '144037.472500', '144037.932500', '144038.392500', '144038.852500', '144039.312500', '144039.772500', '144040.232500', '144040.692500', '144041.152500', '144041.612500', '144042.072500', '144042.532500', '144042.992500', '144043.452500', '144043.912500', '144044.372500', '144044.832500', '144045.292500', '144045.752500', '144046.212500', '144046.672500', '144047.132500', '144047.592500', '144048.052500', '144048.512500', '144048.972500', '144049.432500', '144049.892500', '144050.352500', '144050.812500', '144051.272500', '144051.732500', '144052.192500', '144052.652500', '144053.112500', '144053.572500', '144054.032500', '144054.492500', '144054.952500', '144055.412500', '144055.872500', '144056.332500', '144056.792500', '144057.252500', '144057.712500', '144058.172500', '144058.632500', '144059.092500', '144059.552500', '144100.012500', '144100.472500', '144100.932500', '144101.392500', '144101.852500', '144102.312500', '144102.772500', '144103.232500', '144103.692500', '144104.152500', '144104.612500', '144105.072500', '144105.532500', '144105.992500', '144106.452500', '144106.912500', '144107.372500', '144107.832500', '144108.292500', '144108.752500', '144109.212500', '144109.672500', '144110.132500', '144110.592500', '144111.052500', '144111.512500', '144111.972500', '144112.432500', '144112.892500', '144113.352500', '144113.812500', '144114.272500', '144114.732500', '144115.192500', '144115.652500', '144116.112500', '144116.572500', '144117.032500', '144117.492500', '144117.952500', '144118.412500', '144118.872500', '144119.332500', '144119.792500', '144120.252500', '144120.712500', '144121.172500', '144121.632500', '144122.092500', '144122.552500', '144123.012500', '144123.472500', '144123.932500', '144124.392500', '144124.852500', '144125.312500', '144125.772500', '144126.232500', '144126.692500', '144127.152500', '144127.612500', '144128.072500', '144128.532500', '144128.992500', '144129.452500', '144129.912500', '144130.372500', '144130.832500', '144131.292500', '144131.752500', '144132.212500', '144132.672500', '144133.132500', '144133.592500', '144134.052500', '144134.512500', '144134.972500', '144135.432500', '144135.892500', '144136.352500', '144136.812500', '144137.272500', '144137.732500', '144138.192500', '144138.652500', '144139.112500', '144139.572500', '144140.032500', '144140.492500', '144140.952500', '144141.412500', '144141.872500', '144142.332500', '144142.792500', '144143.252500', '144143.712500', '144144.172500', '144144.632500', '144145.092500', '144145.552500', '144146.012500', '144146.472500', '144146.932500', '144147.392500', '144147.852500', '144148.312500', '144148.772500', '144149.232500', '144149.692500', '144150.152500', '144150.612500', '144151.072500', '144151.532500', '144151.992500', '144152.452500', '144152.912500', '144153.372500', '144153.832500', '144154.292500', '144154.752500', '144155.212500', '144155.672500', '144156.132500', '144156.592500', '144157.052500', '144157.512500', '144157.972500', '144158.432500', '144158.892500', '144159.352500', '144159.812500', '144200.272500', '144200.732500', '144201.192500', '144201.652500', '144202.112500', '144202.572500', '144203.032500', '144203.492500', '144203.952500', '144204.412500', '144204.872500', '144205.332500', '144205.792500', '144206.252500', '144206.712500', '144207.172500', '144207.632500', '144208.092500', '144208.552500', '144209.012500', '144209.472500', '144209.932500', '144210.392500', '144210.852500', '144211.312500', '144211.772500', '144212.232500', '144212.692500', '144213.152500', '144213.612500', '144214.072500', '144214.532500', '144214.992500', '144215.452500', '144215.912500', '144216.372500', '144216.832500', '144217.292500', '144217.752500', '144218.212500', '144218.672500', '144219.132500', '144219.592500', '144220.052500', '144220.512500', '144220.972500', '144221.432500', '144221.892500', '144222.352500', '144222.812500', '144223.272500', '144223.732500', '144224.192500', '144224.652500', '144225.112500', '144225.572500', '144226.032500', '144226.492500', '144226.952500', '144227.412500', '144227.872500', '144228.332500', '144228.792500', '144229.252500', '144229.712500', '144230.172500', '144230.632500', '144231.092500', '144231.552500', '144232.012500', '144232.472500', '144232.932500', '144233.392500', '144233.852500', '144234.312500', '144234.772500', '144235.232500', '144235.692500', '144236.152500', '144236.612500', '144237.072500', '144237.532500', '144237.992500', '144238.452500', '144238.912500', '144239.372500', '144239.832500', '144240.292500', '144240.752500', '144241.212500', '144241.672500', '144242.132500', '144242.592500', '144243.052500', '144243.512500', '144243.972500', '144244.432500', '144244.892500', '144245.352500', '144245.812500', '144246.272500', '144246.732500', '144247.192500', '144247.652500', '144248.112500', '144248.572500', '144249.032500', '144249.492500', '144249.952500', '144250.412500', '144250.872500', '144251.332500', '144251.792500', '144252.252500', '144252.712500', '144253.172500', '144253.632500', '144254.092500', '144254.552500', '144255.012500', '144255.472500', '144255.932500', '144256.392500', '144256.852500', '144257.312500', '144257.772500', '144258.232500', '144258.692500', '144259.152500', '144259.612500', '144300.072500', '144300.532500', '144300.992500', '144301.452500', '144301.912500', '144302.372500', '144302.832500', '144303.292500', '144303.752500', '144304.212500', '144304.672500', '144305.132500', '144305.592500', '144306.052500', '144306.512500', '144306.972500', '144307.432500', '144307.892500', '144308.352500', '144308.812500', '144309.272500', '144309.732500', '144310.192500', '144310.652500', '144311.112500', '144311.572500', '144312.032500', '144312.492500', '144312.952500', '144313.412500', '144313.872500', '144314.332500', '144314.792500', '144315.252500', '144315.712500', '144316.172500', '144316.632500', '144317.092500', '144317.552500', '144318.012500', '144318.472500', '144318.932500', '144319.392500', '144319.852500', '144320.312500', '144320.772500', '144321.232500', '144321.692500', '144322.152500', '144322.612500', '144323.072500', '144323.532500', '144323.992500', '144324.452500', '144324.912500', '144325.372500', '144325.832500', '144326.292500', '144326.752500', '144327.212500', '144327.672500', '144328.132500', '144328.592500', '144329.052500', '144329.512500', '144329.972500', '144330.432500', '144330.892500', '144331.352500', '144331.812500', '144332.272500', '144332.732500', '144333.192500', '144333.652500', '144334.112500', '144334.572500', '144335.032500', '144335.492500', '144335.952500', '144336.412500', '144336.872500', '144337.332500', '144337.792500', '144338.252500', '144338.712500', '144339.172500', '144339.632500', '144340.092500', '144340.552500', '144341.012500', '144341.472500', '144341.932500', '144342.392500', '144342.852500', '144343.312500', '144343.772500', '144344.232500', '144344.692500', '144345.152500', '144345.612500', '144346.072500', '144346.532500', '144346.992500', '144347.452500', '144347.912500', '144348.372500', '144348.832500', '144349.292500', '144349.752500', '144350.212500', '144350.672500', '144351.132500', '144351.592500', '144352.052500', '144352.512500', '144352.972500', '144353.432500', '144353.892500', '144354.352500', '144354.812500', '144355.272500', '144355.732500', '144356.192500', '144356.652500', '144357.112500', '144357.572500', '144358.032500', '144358.492500', '144358.952500', '144359.412500', '144359.872500', '144400.332500', '144400.792500', '144401.252500', '144401.712500', '144402.172500', '144402.632500', '144403.092500', '144403.552500', '144404.012500', '144404.472500', '144404.932500', '144405.392500', '144405.852500', '144406.312500', '144406.772500', '144407.232500', '144407.692500', '144408.152500', '144408.612500', '144409.072500', '144409.532500', '144409.992500', '144410.452500', '144410.912500', '144411.372500', '144411.832500', '144412.292500', '144412.752500', '144413.212500', '144413.672500', '144414.132500', '144414.592500', '144415.052500', '144415.512500', '144415.972500', '144416.432500', '144416.892500', '144417.352500', '144417.812500', '144418.272500', '144418.732500', '144419.192500', '144419.652500', '144420.112500', '144420.572500', '144421.032500', '144421.492500', '144421.952500', '144422.412500', '144422.872500', '144423.332500', '144423.792500', '144424.252500', '144424.712500', '144425.172500', '144425.632500', '144426.092500', '144426.552500', '144427.012500', '144427.472500', '144427.932500', '144428.392500', '144428.852500', '144429.312500', '144429.772500', '144430.232500', '144430.692500', '144431.152500', '144431.612500', '144432.072500', '144432.532500', '144432.992500', '144433.452500', '144433.912500', '144434.372500', '144434.832500', '144435.292500', '144435.752500', '144436.212500', '144436.672500', '144437.132500', '144437.592500', '144438.052500', '144438.512500', '144438.972500', '144439.432500', '144439.892500', '144440.352500', '144440.812500', '144441.272500', '144441.732500', '144442.192500', '144442.652500', '144443.112500', '144443.572500', '144444.032500', '144444.492500', '144444.952500', '144445.412500', '144445.872500', '144446.332500', '144446.792500', '144447.252500', '144447.712500', '144448.172500', '144448.632500', '144449.092500', '144449.552500', '144450.012500', '144450.472500', '144450.932500', '144451.392500', '144451.852500', '144452.312500', '144452.772500', '144453.232500', '144453.692500', '144454.152500', '144454.612500', '144455.072500', '144455.532500', '144455.992500', '144456.452500', '144456.912500', '144457.372500', '144457.832500', '144458.292500', '144458.752500', '144459.212500', '144459.672500', '144500.132500', '144500.592500', '144501.052500', '144501.512500', '144501.972500', '144502.432500', '144502.892500', '144503.352500', '144503.812500', '144504.272500', '144504.732500', '144505.192500', '144505.652500', '144506.112500', '144506.572500', '144507.032500', '144507.492500', '144507.952500', '144508.412500', '144508.872500', '144509.332500', '144509.792500', '144510.252500', '144510.712500', '144511.172500', '144511.632500', '144512.092500', '144512.552500', '144513.012500', '144513.472500', '144513.932500', '144514.392500', '144514.852500', '144515.312500', '144515.772500', '144516.232500', '144516.692500', '144517.152500', '144517.612500', '144518.072500', '144518.532500', '144518.992500', '144519.452500', '144519.912500', '144520.372500', '144520.832500', '144521.292500', '144521.752500', '144522.212500', '144522.672500', '144523.132500', '144523.592500', '144524.052500', '144524.512500', '144524.972500', '144525.432500', '144525.892500', '144526.352500', '144526.812500', '144527.272500', '144527.732500', '144528.192500', '144528.652500', '144529.112500', '144529.572500', '144530.032500', '144530.492500', '144530.952500', '144531.412500', '144531.872500', '144532.332500', '144532.792500', '144533.252500', '144533.712500', '144534.172500', '144534.632500', '144535.092500', '144535.552500', '144536.012500', '144536.472500', '144536.932500', '144537.392500', '144537.852500', '144538.312500', '144538.772500', '144539.232500', '144539.692500', '144540.152500', '144540.612500', '144541.072500', '144541.532500', '144541.992500', '144542.452500', '144542.912500', '144543.372500', '144543.832500', '144544.292500', '144544.752500', '144545.212500', '144545.672500', '144546.132500', '144546.592500', '144547.052500', '144547.512500', '144547.972500', '144548.432500', '144548.892500', '144549.352500', '144549.812500', '144550.272500', '144550.732500', '144551.192500', '144551.652500', '144552.112500', '144552.572500', '144553.032500', '144553.492500', '144553.952500', '144554.412500', '144554.872500', '144555.332500', '144555.792500', '144556.252500', '144556.712500', '144557.172500', '144557.632500', '144558.092500', '144558.552500', '144559.012500', '144559.472500', '144559.932500', '144600.392500', '144600.852500', '144601.312500', '144601.772500', '144602.232500', '144602.692500', '144603.152500', '144603.612500', '144604.072500', '144604.532500', '144604.992500', '144605.452500', '144605.912500', '144606.372500', '144606.832500', '144607.292500', '144607.752500', '144608.212500', '144608.672500', '144609.132500', '144609.592500', '144610.052500', '144610.512500', '144610.972500', '144611.432500', '144611.892500', '144612.352500', '144612.812500', '144613.272500', '144613.732500', '144614.192500', '144614.652500', '144615.112500', '144615.572500', '144616.032500', '144616.492500', '144616.952500', '144617.412500', '144617.872500', '144618.332500', '144618.792500', '144619.252500', '144619.712500', '144620.172500', '144620.632500', '144621.092500', '144621.552500', '144622.012500', '144622.472500', '144622.932500', '144623.392500', '144623.852500', '144624.312500', '144624.772500', '144625.232500', '144625.692500', '144626.152500', '144626.612500', '144627.072500', '144627.532500', '144627.992500', '144628.452500', '144628.912500', '144629.372500', '144629.832500', '144630.292500', '144630.752500', '144631.212500', '144631.672500', '144632.132500', '144632.592500', '144633.052500', '144633.512500', '144633.972500', '144634.432500', '144634.892500', '144635.352500', '144635.812500', '144636.272500', '144636.732500', '144637.192500', '144637.652500', '144638.112500', '144638.572500', '144639.032500', '144639.492500', '144639.952500', '144640.412500', '144640.872500', '144641.332500', '144641.792500', '144642.252500', '144642.712500', '144643.172500', '144643.632500', '144644.092500', '144644.552500', '144645.012500', '144645.472500', '144645.932500', '144646.392500', '144646.852500', '144647.312500', '144647.772500', '144648.232500', '144648.692500', '144649.152500', '144649.612500', '144650.072500', '144650.532500', '144650.992500', '144651.452500', '144651.912500', '144652.372500', '144652.832500', '144653.292500', '144653.752500', '144654.212500', '144654.672500', '144655.132500', '144655.592500', '144656.052500', '144656.512500', '144656.972500', '144657.432500', '144657.892500', '144658.352500', '144658.812500', '144659.272500', '144659.732500', '144700.192500', '144700.652500', '144701.112500', '144701.572500', '144702.032500', '144702.492500', '144702.952500', '144703.412500', '144703.872500', '144704.332500', '144704.792500', '144705.252500', '144705.712500', '144706.172500', '144706.632500', '144707.092500', '144707.552500', '144708.012500', '144708.472500', '144708.932500', '144709.392500', '144709.852500', '144710.312500', '144710.772500', '144711.232500', '144711.692500', '144712.152500', '144712.612500', '144713.072500', '144713.532500', '144713.992500', '144714.452500', '144714.912500', '144715.372500', '144715.832500', '144716.292500', '144716.752500', '144717.212500', '144717.672500', '144718.132500', '144718.592500', '144719.052500', '144719.512500', '144719.972500', '144720.432500', '144720.892500', '144721.352500', '144721.812500', '144722.272500', '144722.732500', '144723.192500', '144723.652500', '144724.112500', '144724.572500', '144725.032500', '144725.492500', '144725.952500', '144726.412500', '144726.872500', '144727.332500', '144727.792500', '144728.252500', '144728.712500', '144729.172500', '144729.632500', '144730.092500', '144730.552500', '144731.012500', '144731.472500', '144731.932500', '144732.392500', '144732.852500', '144733.312500', '144733.772500', '144734.232500', '144734.692500', '144735.152500', '144735.612500', '144736.072500', '144736.532500', '144736.992500', '144737.452500', '144737.912500', '144738.372500', '144738.832500', '144739.292500', '144739.752500', '144740.212500', '144740.672500', '144741.132500', '144741.592500', '144742.052500', '144742.512500', '144742.972500', '144743.432500', '144743.892500', '144744.352500', '144744.812500', '144745.272500', '144745.732500', '144746.192500', '144746.652500', '144747.112500', '144747.572500', '144748.032500', '144748.492500', '144748.952500', '144749.412500', '144749.872500', '144750.332500', '144750.792500', '144751.252500', '144751.712500', '144752.172500', '144752.632500', '144753.092500', '144753.552500', '144754.012500', '144754.472500', '144754.932500', '144755.392500', '144755.852500', '144756.312500', '144756.772500', '144757.232500', '144757.692500', '144758.152500', '144758.612500', '144759.072500', '144759.532500', '144759.992500', '144800.452500', '144800.912500', '144801.372500', '144801.832500', '144802.292500', '144802.752500', '144803.212500', '144803.672500', '144804.132500', '144804.592500', '144805.052500', '144805.512500', '144805.972500', '144806.432500', '144806.892500', '144807.352500', '144807.812500', '144808.272500'], 'ContentTime': ['143959.281000', '143959.285000', '143959.288000', '143959.309000', '143959.312000', '143959.315000', '143959.318000', '143959.321000', '143959.324000', '143959.327000', '143959.330000', '143959.332000', '143959.335000', '143959.338000', '143959.341000', '143959.348000', '143959.351000', '143959.354000', '143959.357000', '143959.361000', '143959.364000', '143959.367000', '143959.370000', '143959.373000', '143959.376000', '143959.379000', '143959.382000', '143959.385000', '143959.388000', '143959.391000', '143959.393000', '143959.396000', '144019.251000', '144019.254000', '144019.256000', '144019.259000', '144019.262000', '144019.265000', '144019.268000', '144019.271000', '144019.274000', '144019.276000', '144019.279000', '144019.282000', '144019.285000', '144019.288000', '144019.291000', '144019.293000', '144019.296000', '144019.299000', '144019.305000', '144019.308000', '144019.311000', '144019.313000', '144019.316000', '144019.319000', '144019.322000', '144019.325000', '144019.327000', '144019.330000', '144019.333000', '144019.336000', '144019.339000', '144019.341000', '144019.344000', '144019.347000', '144019.350000', '144019.353000', '144019.355000', '144019.358000', '144019.361000', '144019.364000', '144019.367000', '144019.370000', '144019.372000', '144019.375000', '144039.250000', '144039.253000', '144039.256000', '144039.258000', '144039.261000', '144039.264000', '144039.267000', '144039.270000', '144039.273000', '144039.275000', '144039.278000', '144039.281000', '144039.284000', '144039.286000', '144039.289000', '144039.292000', '144039.295000', '144039.298000', '144039.301000', '144039.303000', '144039.306000', '144039.309000', '144039.325000', '144039.327000', '144039.330000', '144039.333000', '144039.336000', '144039.339000', '144039.342000', '144039.344000', '144039.347000', '144039.350000', '144039.353000', '144039.356000', '144039.358000', '144039.361000', '144039.364000', '144039.367000', '144039.370000', '144039.373000', '144039.375000', '144039.378000', '144039.381000', '144059.250000', '144059.253000', '144059.255000', '144059.258000', '144059.261000', '144059.264000', '144059.267000', '144059.270000', '144059.273000', '144059.275000', '144059.278000', '144059.281000', '144059.284000', '144059.287000', '144059.290000', '144059.292000', '144059.295000', '144059.298000', '144059.301000', '144059.304000', '144059.307000', '144059.309000', '144059.312000', '144059.315000', '144059.318000', '144059.321000', '144059.323000', '144059.326000', '144059.329000', '144059.332000', '144059.335000', '144059.338000', '144059.341000', '144059.343000', '144059.346000', '144059.349000', '144059.352000', '144059.355000', '144059.358000', '144059.360000', '144059.363000', '144059.366000', '144059.369000', '144059.372000', '144119.250000', '144119.253000', '144119.256000', '144119.259000', '144119.261000', '144119.264000', '144119.267000', '144119.270000', '144119.273000', '144119.276000', '144119.279000', '144119.281000', '144119.284000', '144119.287000', '144119.290000', '144119.293000', '144119.296000', '144119.299000', '144119.301000', '144119.304000', '144119.307000', '144119.310000', '144119.313000', '144119.316000', '144119.318000', '144119.321000', '144119.324000', '144119.327000', '144119.330000', '144119.333000', '144119.335000', '144119.338000', '144119.341000', '144119.344000', '144119.347000', '144119.351000', '144119.354000', '144119.357000', '144119.360000', '144119.362000', '144119.365000', '144119.368000', '144119.371000', '144139.250000', '144139.253000', '144139.256000', '144139.259000', '144139.261000', '144139.264000', '144139.267000', '144139.270000', '144139.273000', '144139.275000', '144139.278000', '144139.281000', '144139.284000', '144139.287000', '144139.290000', '144139.292000', '144139.295000', '144139.298000', '144139.301000', '144139.304000', '144139.307000', '144139.310000', '144139.313000', '144139.316000', '144139.318000', '144139.321000', '144139.324000', '144139.327000', '144139.330000', '144139.332000', '144139.335000', '144139.338000', '144139.341000', '144139.344000', '144139.347000', '144139.350000', '144139.352000', '144139.355000', '144139.358000', '144139.361000', '144139.364000', '144139.366000', '144139.369000', '144139.372000', '144159.250000', '144159.253000', '144159.256000', '144159.258000', '144159.261000', '144159.264000', '144159.267000', '144159.270000', '144159.273000', '144159.276000', '144159.279000', '144159.281000', '144159.284000', '144159.287000', '144159.290000', '144159.293000', '144159.296000', '144159.298000', '144159.301000', '144159.304000', '144159.307000', '144159.310000', '144159.312000', '144159.315000', '144159.318000', '144159.321000', '144159.324000', '144159.327000', '144159.330000', '144159.332000', '144159.335000', '144159.338000', '144159.341000', '144159.344000', '144159.347000', '144159.349000', '144159.352000', '144159.355000', '144159.358000', '144159.361000', '144159.364000', '144159.367000', '144159.369000', '144219.250000', '144219.253000', '144219.256000', '144219.259000', '144219.261000', '144219.264000', '144219.267000', '144219.270000', '144219.273000', '144219.276000', '144219.279000', '144219.281000', '144219.284000', '144219.287000', '144219.290000', '144219.293000', '144219.295000', '144219.298000', '144219.320000', '144219.323000', '144219.326000', '144219.333000', '144219.336000', '144219.339000', '144219.342000', '144219.345000', '144219.348000', '144219.350000', '144219.353000', '144219.356000', '144219.359000', '144219.362000', '144219.365000', '144219.368000', '144219.370000', '144219.373000', '144219.376000', '144219.379000', '144219.382000', '144219.385000', '144219.387000', '144219.390000', '144219.393000', '144219.396000', '144239.251000', '144239.254000', '144239.257000', '144239.260000', '144239.263000', '144239.266000', '144239.268000', '144239.271000', '144239.274000', '144239.277000', '144239.280000', '144239.283000', '144239.286000', '144239.288000', '144239.291000', '144239.294000', '144239.297000', '144239.300000', '144239.303000', '144239.306000', '144239.308000', '144239.311000', '144239.314000', '144239.317000', '144239.320000', '144239.323000', '144239.325000', '144239.328000', '144239.331000', '144239.334000', '144239.337000', '144239.340000', '144239.342000', '144239.345000', '144239.348000', '144239.351000', '144239.354000', '144239.357000', '144239.359000', '144239.362000', '144239.365000', '144239.368000', '144239.371000', '144259.250000', '144259.253000', '144259.256000', '144259.259000', '144259.262000', '144259.264000', '144259.267000', '144259.270000', '144259.273000', '144259.276000', '144259.279000', '144259.281000', '144259.284000', '144259.287000', '144259.290000', '144259.293000', '144259.296000', '144259.299000', '144259.301000', '144259.304000', '144259.307000', '144259.310000', '144259.313000', '144259.316000', '144259.318000', '144259.321000', '144259.324000', '144259.327000', '144259.330000', '144259.333000', '144259.335000', '144259.338000', '144259.341000', '144259.344000', '144259.347000', '144259.350000', '144259.354000', '144259.356000', '144259.359000', '144259.362000', '144259.365000', '144259.368000', '144259.371000', '144259.373000', '144319.250000', '144319.253000', '144319.256000', '144319.259000', '144319.262000', '144319.264000', '144319.267000', '144319.270000', '144319.273000', '144319.276000', '144319.279000', '144319.282000', '144319.285000', '144319.287000', '144319.290000', '144319.293000', '144319.296000', '144319.299000', '144319.302000', '144319.305000', '144319.308000', '144319.310000', '144319.313000', '144319.316000', '144319.319000', '144319.322000', '144319.325000', '144319.327000', '144319.330000', '144319.333000', '144319.336000', '144319.339000', '144319.342000', '144319.344000', '144319.347000', '144319.350000', '144319.353000', '144319.356000', '144319.359000', '144319.362000', '144319.364000', '144319.367000', '144319.370000', '144339.250000', '144339.253000', '144339.256000', '144339.259000', '144339.262000', '144339.264000', '144339.267000', '144339.270000', '144339.273000', '144339.276000', '144339.279000', '144339.282000', '144339.285000', '144339.287000', '144339.290000', '144339.293000', '144339.296000', '144339.299000', '144339.302000', '144339.305000', '144339.308000', '144339.310000', '144339.313000', '144339.316000', '144339.319000', '144339.322000', '144339.325000', '144339.328000', '144339.330000', '144339.333000', '144339.336000', '144339.339000', '144339.342000', '144339.345000', '144339.347000', '144339.350000', '144339.353000', '144339.356000', '144339.359000', '144339.362000', '144339.365000', '144339.367000', '144339.370000', '144359.265000', '144359.268000', '144359.271000', '144359.274000', '144359.277000', '144359.279000', '144359.282000', '144359.285000', '144359.288000', '144359.291000', '144359.294000', '144359.297000', '144359.299000', '144359.302000', '144359.305000', '144359.308000', '144359.311000', '144359.314000', '144359.317000', '144359.319000', '144359.322000', '144359.325000', '144359.328000', '144359.331000', '144359.334000', '144359.336000', '144359.339000', '144359.342000', '144359.345000', '144359.348000', '144359.351000', '144359.354000', '144359.357000', '144359.359000', '144359.362000', '144359.365000', '144359.368000', '144359.371000', '144359.374000', '144359.376000', '144359.379000', '144359.382000', '144359.385000', '144359.388000', '144419.250000', '144419.253000', '144419.256000', '144419.258000', '144419.261000', '144419.264000', '144419.267000', '144419.270000', '144419.273000', '144419.276000', '144419.279000', '144419.282000', '144419.285000', '144419.288000', '144419.291000', '144419.294000', '144419.297000', '144419.299000', '144419.302000', '144419.305000', '144419.308000', '144419.311000', '144419.314000', '144419.316000', '144419.319000', '144419.322000', '144419.325000', '144419.328000', '144419.331000', '144419.333000', '144419.336000', '144419.339000', '144419.342000', '144419.345000', '144419.348000', '144419.350000', '144419.353000', '144419.356000', '144419.359000', '144419.362000', '144419.365000', '144419.367000', '144419.370000', '144439.250000', '144439.253000', '144439.256000', '144439.259000', '144439.262000', '144439.264000', '144439.267000', '144439.270000', '144439.273000', '144439.276000', '144439.279000', '144439.281000', '144439.284000', '144439.287000', '144439.290000', '144439.293000', '144439.296000', '144439.299000', '144439.301000', '144439.304000', '144439.307000', '144439.310000', '144439.313000', '144439.316000', '144439.318000', '144439.321000', '144439.324000', '144439.327000', '144439.330000', '144439.338000', '144439.341000', '144439.344000', '144439.346000', '144439.349000', '144439.352000', '144439.355000', '144439.358000', '144439.361000', '144439.364000', '144439.367000', '144439.369000', '144439.372000', '144439.375000', '144439.378000', '144459.251000', '144459.254000', '144459.257000', '144459.264000', '144459.267000', '144459.270000', '144459.273000', '144459.276000', '144459.279000', '144459.282000', '144459.285000', '144459.288000', '144459.291000', '144459.294000', '144459.296000', '144459.299000', '144459.302000', '144459.305000', '144459.308000', '144459.311000', '144459.313000', '144459.316000', '144459.319000', '144459.322000', '144459.325000', '144459.328000', '144459.331000', '144459.333000', '144459.336000', '144459.339000', '144459.342000', '144459.345000', '144459.348000', '144459.350000', '144459.353000', '144459.356000', '144459.359000', '144459.362000', '144459.365000', '144459.368000', '144459.371000', '144459.374000', '144459.376000', '144519.250000', '144519.253000', '144519.256000', '144519.259000', '144519.262000', '144519.264000', '144519.267000', '144519.270000', '144519.273000', '144519.276000', '144519.279000', '144519.281000', '144519.284000', '144519.287000', '144519.290000', '144519.293000', '144519.296000', '144519.299000', '144519.301000', '144519.304000', '144519.307000', '144519.316000', '144519.318000', '144519.321000', '144519.324000', '144519.343000', '144519.345000', '144519.348000', '144519.351000', '144519.354000', '144519.357000', '144519.360000', '144519.363000', '144519.365000', '144519.368000', '144519.371000', '144519.374000', '144519.377000', '144519.380000', '144519.383000', '144519.385000', '144519.388000', '144519.391000', '144519.394000', '144539.250000', '144539.253000', '144539.256000', '144539.259000', '144539.262000', '144539.264000', '144539.267000', '144539.270000', '144539.273000', '144539.276000', '144539.279000', '144539.282000', '144539.285000', '144539.287000', '144539.290000', '144539.293000', '144539.296000', '144539.299000', '144539.302000', '144539.305000', '144539.308000', '144539.311000', '144539.313000', '144539.316000', '144539.319000', '144539.322000', '144539.325000', '144539.328000', '144539.331000', '144539.334000', '144539.336000', '144539.339000', '144539.342000', '144539.345000', '144539.348000', '144539.351000', '144539.354000', '144539.356000', '144539.359000', '144539.362000', '144539.365000', '144539.368000', '144539.371000', '144559.250000', '144559.253000', '144559.256000', '144559.259000', '144559.261000', '144559.264000', '144559.267000', '144559.270000', '144559.273000', '144559.277000', '144559.280000', '144559.283000', '144559.286000', '144559.289000', '144559.291000', '144559.294000', '144559.297000', '144559.300000', '144559.303000', '144559.306000', '144559.308000', '144559.311000', '144559.314000', '144559.317000', '144559.320000', '144559.323000', '144559.325000', '144559.328000', '144559.331000', '144559.334000', '144559.337000', '144559.339000', '144559.342000', '144559.345000', '144559.348000', '144559.351000', '144559.353000', '144559.356000', '144559.359000', '144559.362000', '144559.365000', '144559.368000', '144559.370000', '144559.373000', '144619.250000', '144619.253000', '144619.256000', '144619.259000', '144619.262000', '144619.265000', '144619.268000', '144619.271000', '144619.274000', '144619.277000', '144619.280000', '144619.282000', '144619.285000', '144619.288000', '144619.291000', '144619.294000', '144619.297000', '144619.300000', '144619.302000', '144619.305000', '144619.308000', '144619.311000', '144619.314000', '144619.317000', '144619.320000', '144619.323000', '144619.326000', '144619.329000', '144619.332000', '144619.334000', '144619.337000', '144619.340000', '144619.343000', '144619.346000', '144619.349000', '144619.352000', '144619.354000', '144619.357000', '144619.360000', '144619.363000', '144619.366000', '144619.369000', '144619.371000', '144639.250000', '144639.253000', '144639.256000', '144639.259000', '144639.262000', '144639.264000', '144639.267000', '144639.270000', '144639.273000', '144639.276000', '144639.279000', '144639.282000', '144639.284000', '144639.287000', '144639.290000', '144639.293000', '144639.296000', '144639.298000', '144639.301000', '144639.304000', '144639.307000', '144639.310000', '144639.313000', '144639.316000', '144639.318000', '144639.321000', '144639.324000', '144639.327000', '144639.330000', '144639.332000', '144639.335000', '144639.338000', '144639.341000', '144639.344000', '144639.347000', '144639.361000', '144639.364000', '144639.366000', '144639.369000', '144639.372000', '144639.375000', '144639.378000', '144639.381000', '144639.383000', '144659.250000', '144659.253000', '144659.256000', '144659.258000', '144659.262000', '144659.264000', '144659.267000', '144659.270000', '144659.273000', '144659.276000', '144659.279000', '144659.282000', '144659.285000', '144659.287000', '144659.290000', '144659.293000', '144659.296000', '144659.299000', '144659.301000', '144659.304000', '144659.307000', '144659.310000', '144659.313000', '144659.316000', '144659.319000', '144659.322000', '144659.324000', '144659.327000', '144659.330000', '144659.333000', '144659.336000', '144659.339000', '144659.342000', '144659.345000', '144659.348000', '144659.351000', '144659.353000', '144659.356000', '144659.359000', '144659.362000', '144659.365000', '144659.368000', '144659.371000', '144719.251000', '144719.254000', '144719.257000', '144719.260000', '144719.263000', '144719.266000', '144719.268000', '144719.271000', '144719.274000', '144719.277000', '144719.280000', '144719.283000', '144719.286000', '144719.289000', '144719.291000', '144719.294000', '144719.297000', '144719.300000', '144719.303000', '144719.306000', '144719.309000', '144719.311000', '144719.314000', '144719.317000', '144719.320000', '144719.323000', '144719.326000', '144719.328000', '144719.331000', '144719.334000', '144719.337000', '144719.340000', '144719.343000', '144719.346000', '144719.349000', '144719.352000', '144719.354000', '144719.357000', '144719.360000', '144719.363000', '144719.366000', '144719.369000', '144719.372000', '144719.375000', '144739.250000', '144739.253000', '144739.256000', '144739.259000', '144739.262000', '144739.265000', '144739.268000', '144739.270000', '144739.273000', '144739.276000', '144739.279000', '144739.282000', '144739.285000', '144739.288000', '144739.290000', '144739.293000', '144739.296000', '144739.300000', '144739.303000', '144739.306000', '144739.309000', '144739.312000', '144739.315000', '144739.318000', '144739.321000', '144739.324000', '144739.326000', '144739.329000', '144739.332000', '144739.335000', '144739.338000', '144739.341000', '144739.344000', '144739.346000', '144739.349000', '144739.352000', '144739.355000', '144739.358000', '144739.361000', '144739.364000', '144739.367000', '144739.370000', '144739.373000', '144759.250000', '144759.253000', '144759.256000', '144759.259000', '144759.262000', '144759.265000', '144759.268000', '144759.271000', '144759.274000', '144759.276000', '144759.279000', '144759.282000', '144759.285000', '144759.288000', '144759.291000', '144759.294000', '144759.297000', '144759.300000', '144759.302000', '144759.305000', '144759.308000', '144759.311000', '144759.314000', '144759.317000', '144759.320000', '144759.322000', '144759.325000', '144759.328000', '144759.331000', '144759.334000', '144759.337000', '144759.339000', '144759.358000', '144759.361000', '144759.364000', '144759.367000', '144759.370000', '144759.372000', '144759.375000', '144759.378000', '144759.381000', '144759.384000', '144759.387000', '144759.389000', '144809.316000', '144809.320000', '144809.323000', '144809.325000', '144809.329000', '144809.331000', '144809.334000', '144809.337000', '144809.341000', '144809.344000', '144809.347000', '144809.349000', '144809.352000', '144809.355000', '144809.358000', '144809.361000', '144809.364000', '144809.367000', '144809.370000', '144809.373000', '144809.377000', '144809.380000'], 'InstanceCreationTime': ['143959.281000', '143959.285000', '143959.288000', '143959.309000', '143959.312000', '143959.315000', '143959.318000', '143959.321000', '143959.324000', '143959.327000', '143959.330000', '143959.332000', '143959.335000', '143959.338000', '143959.341000', '143959.348000', '143959.351000', '143959.354000', '143959.357000', '143959.361000', '143959.364000', '143959.367000', '143959.370000', '143959.373000', '143959.376000', '143959.379000', '143959.382000', '143959.385000', '143959.388000', '143959.391000', '143959.393000', '143959.396000', '144019.251000', '144019.254000', '144019.256000', '144019.259000', '144019.262000', '144019.265000', '144019.268000', '144019.271000', '144019.274000', '144019.276000', '144019.279000', '144019.282000', '144019.285000', '144019.288000', '144019.291000', '144019.293000', '144019.296000', '144019.299000', '144019.305000', '144019.308000', '144019.311000', '144019.313000', '144019.316000', '144019.319000', '144019.322000', '144019.325000', '144019.327000', '144019.330000', '144019.333000', '144019.336000', '144019.339000', '144019.341000', '144019.344000', '144019.347000', '144019.350000', '144019.353000', '144019.355000', '144019.358000', '144019.361000', '144019.364000', '144019.367000', '144019.370000', '144019.372000', '144019.375000', '144039.250000', '144039.253000', '144039.256000', '144039.258000', '144039.261000', '144039.264000', '144039.267000', '144039.270000', '144039.273000', '144039.275000', '144039.278000', '144039.281000', '144039.284000', '144039.286000', '144039.289000', '144039.292000', '144039.295000', '144039.298000', '144039.301000', '144039.303000', '144039.306000', '144039.309000', '144039.325000', '144039.327000', '144039.330000', '144039.333000', '144039.336000', '144039.339000', '144039.342000', '144039.344000', '144039.347000', '144039.350000', '144039.353000', '144039.356000', '144039.358000', '144039.361000', '144039.364000', '144039.367000', '144039.370000', '144039.373000', '144039.375000', '144039.378000', '144039.381000', '144059.250000', '144059.253000', '144059.255000', '144059.258000', '144059.261000', '144059.264000', '144059.267000', '144059.270000', '144059.273000', '144059.275000', '144059.278000', '144059.281000', '144059.284000', '144059.287000', '144059.290000', '144059.292000', '144059.295000', '144059.298000', '144059.301000', '144059.304000', '144059.307000', '144059.309000', '144059.312000', '144059.315000', '144059.318000', '144059.321000', '144059.323000', '144059.326000', '144059.329000', '144059.332000', '144059.335000', '144059.338000', '144059.341000', '144059.343000', '144059.346000', '144059.349000', '144059.352000', '144059.355000', '144059.358000', '144059.360000', '144059.363000', '144059.366000', '144059.369000', '144059.372000', '144119.250000', '144119.253000', '144119.256000', '144119.259000', '144119.261000', '144119.264000', '144119.267000', '144119.270000', '144119.273000', '144119.276000', '144119.279000', '144119.281000', '144119.284000', '144119.287000', '144119.290000', '144119.293000', '144119.296000', '144119.299000', '144119.301000', '144119.304000', '144119.307000', '144119.310000', '144119.313000', '144119.316000', '144119.318000', '144119.321000', '144119.324000', '144119.327000', '144119.330000', '144119.333000', '144119.335000', '144119.338000', '144119.341000', '144119.344000', '144119.347000', '144119.351000', '144119.354000', '144119.357000', '144119.360000', '144119.362000', '144119.365000', '144119.368000', '144119.371000', '144139.250000', '144139.253000', '144139.256000', '144139.259000', '144139.261000', '144139.264000', '144139.267000', '144139.270000', '144139.273000', '144139.275000', '144139.278000', '144139.281000', '144139.284000', '144139.287000', '144139.290000', '144139.292000', '144139.295000', '144139.298000', '144139.301000', '144139.304000', '144139.307000', '144139.310000', '144139.313000', '144139.316000', '144139.318000', '144139.321000', '144139.324000', '144139.327000', '144139.330000', '144139.332000', '144139.335000', '144139.338000', '144139.341000', '144139.344000', '144139.347000', '144139.350000', '144139.352000', '144139.355000', '144139.358000', '144139.361000', '144139.364000', '144139.366000', '144139.369000', '144139.372000', '144159.250000', '144159.253000', '144159.256000', '144159.258000', '144159.261000', '144159.264000', '144159.267000', '144159.270000', '144159.273000', '144159.276000', '144159.279000', '144159.281000', '144159.284000', '144159.287000', '144159.290000', '144159.293000', '144159.296000', '144159.298000', '144159.301000', '144159.304000', '144159.307000', '144159.310000', '144159.312000', '144159.315000', '144159.318000', '144159.321000', '144159.324000', '144159.327000', '144159.330000', '144159.332000', '144159.335000', '144159.338000', '144159.341000', '144159.344000', '144159.347000', '144159.349000', '144159.352000', '144159.355000', '144159.358000', '144159.361000', '144159.364000', '144159.367000', '144159.369000', '144219.250000', '144219.253000', '144219.256000', '144219.259000', '144219.261000', '144219.264000', '144219.267000', '144219.270000', '144219.273000', '144219.276000', '144219.279000', '144219.281000', '144219.284000', '144219.287000', '144219.290000', '144219.293000', '144219.295000', '144219.298000', '144219.320000', '144219.323000', '144219.326000', '144219.333000', '144219.336000', '144219.339000', '144219.342000', '144219.345000', '144219.348000', '144219.350000', '144219.353000', '144219.356000', '144219.359000', '144219.362000', '144219.365000', '144219.368000', '144219.370000', '144219.373000', '144219.376000', '144219.379000', '144219.382000', '144219.385000', '144219.387000', '144219.390000', '144219.393000', '144219.396000', '144239.251000', '144239.254000', '144239.257000', '144239.260000', '144239.263000', '144239.266000', '144239.268000', '144239.271000', '144239.274000', '144239.277000', '144239.280000', '144239.283000', '144239.286000', '144239.288000', '144239.291000', '144239.294000', '144239.297000', '144239.300000', '144239.303000', '144239.306000', '144239.308000', '144239.311000', '144239.314000', '144239.317000', '144239.320000', '144239.323000', '144239.325000', '144239.328000', '144239.331000', '144239.334000', '144239.337000', '144239.340000', '144239.342000', '144239.345000', '144239.348000', '144239.351000', '144239.354000', '144239.357000', '144239.359000', '144239.362000', '144239.365000', '144239.368000', '144239.371000', '144259.250000', '144259.253000', '144259.256000', '144259.259000', '144259.262000', '144259.264000', '144259.267000', '144259.270000', '144259.273000', '144259.276000', '144259.279000', '144259.281000', '144259.284000', '144259.287000', '144259.290000', '144259.293000', '144259.296000', '144259.299000', '144259.301000', '144259.304000', '144259.307000', '144259.310000', '144259.313000', '144259.316000', '144259.318000', '144259.321000', '144259.324000', '144259.327000', '144259.330000', '144259.333000', '144259.335000', '144259.338000', '144259.341000', '144259.344000', '144259.347000', '144259.350000', '144259.354000', '144259.356000', '144259.359000', '144259.362000', '144259.365000', '144259.368000', '144259.371000', '144259.373000', '144319.250000', '144319.253000', '144319.256000', '144319.259000', '144319.262000', '144319.264000', '144319.267000', '144319.270000', '144319.273000', '144319.276000', '144319.279000', '144319.282000', '144319.285000', '144319.287000', '144319.290000', '144319.293000', '144319.296000', '144319.299000', '144319.302000', '144319.305000', '144319.308000', '144319.310000', '144319.313000', '144319.316000', '144319.319000', '144319.322000', '144319.325000', '144319.327000', '144319.330000', '144319.333000', '144319.336000', '144319.339000', '144319.342000', '144319.344000', '144319.347000', '144319.350000', '144319.353000', '144319.356000', '144319.359000', '144319.362000', '144319.364000', '144319.367000', '144319.370000', '144339.250000', '144339.253000', '144339.256000', '144339.259000', '144339.262000', '144339.264000', '144339.267000', '144339.270000', '144339.273000', '144339.276000', '144339.279000', '144339.282000', '144339.285000', '144339.287000', '144339.290000', '144339.293000', '144339.296000', '144339.299000', '144339.302000', '144339.305000', '144339.308000', '144339.310000', '144339.313000', '144339.316000', '144339.319000', '144339.322000', '144339.325000', '144339.328000', '144339.330000', '144339.333000', '144339.336000', '144339.339000', '144339.342000', '144339.345000', '144339.347000', '144339.350000', '144339.353000', '144339.356000', '144339.359000', '144339.362000', '144339.365000', '144339.367000', '144339.370000', '144359.265000', '144359.268000', '144359.271000', '144359.274000', '144359.277000', '144359.279000', '144359.282000', '144359.285000', '144359.288000', '144359.291000', '144359.294000', '144359.297000', '144359.299000', '144359.302000', '144359.305000', '144359.308000', '144359.311000', '144359.314000', '144359.317000', '144359.319000', '144359.322000', '144359.325000', '144359.328000', '144359.331000', '144359.334000', '144359.336000', '144359.339000', '144359.342000', '144359.345000', '144359.348000', '144359.351000', '144359.354000', '144359.357000', '144359.359000', '144359.362000', '144359.365000', '144359.368000', '144359.371000', '144359.374000', '144359.376000', '144359.379000', '144359.382000', '144359.385000', '144359.388000', '144419.250000', '144419.253000', '144419.256000', '144419.258000', '144419.261000', '144419.264000', '144419.267000', '144419.270000', '144419.273000', '144419.276000', '144419.279000', '144419.282000', '144419.285000', '144419.288000', '144419.291000', '144419.294000', '144419.297000', '144419.299000', '144419.302000', '144419.305000', '144419.308000', '144419.311000', '144419.314000', '144419.316000', '144419.319000', '144419.322000', '144419.325000', '144419.328000', '144419.331000', '144419.333000', '144419.336000', '144419.339000', '144419.342000', '144419.345000', '144419.348000', '144419.350000', '144419.353000', '144419.356000', '144419.359000', '144419.362000', '144419.365000', '144419.367000', '144419.370000', '144439.250000', '144439.253000', '144439.256000', '144439.259000', '144439.262000', '144439.264000', '144439.267000', '144439.270000', '144439.273000', '144439.276000', '144439.279000', '144439.281000', '144439.284000', '144439.287000', '144439.290000', '144439.293000', '144439.296000', '144439.299000', '144439.301000', '144439.304000', '144439.307000', '144439.310000', '144439.313000', '144439.316000', '144439.318000', '144439.321000', '144439.324000', '144439.327000', '144439.330000', '144439.338000', '144439.341000', '144439.344000', '144439.346000', '144439.349000', '144439.352000', '144439.355000', '144439.358000', '144439.361000', '144439.364000', '144439.367000', '144439.369000', '144439.372000', '144439.375000', '144439.378000', '144459.251000', '144459.254000', '144459.257000', '144459.264000', '144459.267000', '144459.270000', '144459.273000', '144459.276000', '144459.279000', '144459.282000', '144459.285000', '144459.288000', '144459.291000', '144459.294000', '144459.296000', '144459.299000', '144459.302000', '144459.305000', '144459.308000', '144459.311000', '144459.313000', '144459.316000', '144459.319000', '144459.322000', '144459.325000', '144459.328000', '144459.331000', '144459.333000', '144459.336000', '144459.339000', '144459.342000', '144459.345000', '144459.348000', '144459.350000', '144459.353000', '144459.356000', '144459.359000', '144459.362000', '144459.365000', '144459.368000', '144459.371000', '144459.374000', '144459.376000', '144519.250000', '144519.253000', '144519.256000', '144519.259000', '144519.262000', '144519.264000', '144519.267000', '144519.270000', '144519.273000', '144519.276000', '144519.279000', '144519.281000', '144519.284000', '144519.287000', '144519.290000', '144519.293000', '144519.296000', '144519.299000', '144519.301000', '144519.304000', '144519.307000', '144519.316000', '144519.318000', '144519.321000', '144519.324000', '144519.343000', '144519.345000', '144519.348000', '144519.351000', '144519.354000', '144519.357000', '144519.360000', '144519.363000', '144519.365000', '144519.368000', '144519.371000', '144519.374000', '144519.377000', '144519.380000', '144519.383000', '144519.385000', '144519.388000', '144519.391000', '144519.394000', '144539.250000', '144539.253000', '144539.256000', '144539.259000', '144539.262000', '144539.264000', '144539.267000', '144539.270000', '144539.273000', '144539.276000', '144539.279000', '144539.282000', '144539.285000', '144539.287000', '144539.290000', '144539.293000', '144539.296000', '144539.299000', '144539.302000', '144539.305000', '144539.308000', '144539.311000', '144539.313000', '144539.316000', '144539.319000', '144539.322000', '144539.325000', '144539.328000', '144539.331000', '144539.334000', '144539.336000', '144539.339000', '144539.342000', '144539.345000', '144539.348000', '144539.351000', '144539.354000', '144539.356000', '144539.359000', '144539.362000', '144539.365000', '144539.368000', '144539.371000', '144559.250000', '144559.253000', '144559.256000', '144559.259000', '144559.261000', '144559.264000', '144559.267000', '144559.270000', '144559.273000', '144559.277000', '144559.280000', '144559.283000', '144559.286000', '144559.289000', '144559.291000', '144559.294000', '144559.297000', '144559.300000', '144559.303000', '144559.306000', '144559.308000', '144559.311000', '144559.314000', '144559.317000', '144559.320000', '144559.323000', '144559.325000', '144559.328000', '144559.331000', '144559.334000', '144559.337000', '144559.339000', '144559.342000', '144559.345000', '144559.348000', '144559.351000', '144559.353000', '144559.356000', '144559.359000', '144559.362000', '144559.365000', '144559.368000', '144559.370000', '144559.373000', '144619.250000', '144619.253000', '144619.256000', '144619.259000', '144619.262000', '144619.265000', '144619.268000', '144619.271000', '144619.274000', '144619.277000', '144619.280000', '144619.282000', '144619.285000', '144619.288000', '144619.291000', '144619.294000', '144619.297000', '144619.300000', '144619.302000', '144619.305000', '144619.308000', '144619.311000', '144619.314000', '144619.317000', '144619.320000', '144619.323000', '144619.326000', '144619.329000', '144619.332000', '144619.334000', '144619.337000', '144619.340000', '144619.343000', '144619.346000', '144619.349000', '144619.352000', '144619.354000', '144619.357000', '144619.360000', '144619.363000', '144619.366000', '144619.369000', '144619.371000', '144639.250000', '144639.253000', '144639.256000', '144639.259000', '144639.262000', '144639.264000', '144639.267000', '144639.270000', '144639.273000', '144639.276000', '144639.279000', '144639.282000', '144639.284000', '144639.287000', '144639.290000', '144639.293000', '144639.296000', '144639.298000', '144639.301000', '144639.304000', '144639.307000', '144639.310000', '144639.313000', '144639.316000', '144639.318000', '144639.321000', '144639.324000', '144639.327000', '144639.330000', '144639.332000', '144639.335000', '144639.338000', '144639.341000', '144639.344000', '144639.347000', '144639.361000', '144639.364000', '144639.366000', '144639.369000', '144639.372000', '144639.375000', '144639.378000', '144639.381000', '144639.383000', '144659.250000', '144659.253000', '144659.256000', '144659.258000', '144659.262000', '144659.264000', '144659.267000', '144659.270000', '144659.273000', '144659.276000', '144659.279000', '144659.282000', '144659.285000', '144659.287000', '144659.290000', '144659.293000', '144659.296000', '144659.299000', '144659.301000', '144659.304000', '144659.307000', '144659.310000', '144659.313000', '144659.316000', '144659.319000', '144659.322000', '144659.324000', '144659.327000', '144659.330000', '144659.333000', '144659.336000', '144659.339000', '144659.342000', '144659.345000', '144659.348000', '144659.351000', '144659.353000', '144659.356000', '144659.359000', '144659.362000', '144659.365000', '144659.368000', '144659.371000', '144719.251000', '144719.254000', '144719.257000', '144719.260000', '144719.263000', '144719.266000', '144719.268000', '144719.271000', '144719.274000', '144719.277000', '144719.280000', '144719.283000', '144719.286000', '144719.289000', '144719.291000', '144719.294000', '144719.297000', '144719.300000', '144719.303000', '144719.306000', '144719.309000', '144719.311000', '144719.314000', '144719.317000', '144719.320000', '144719.323000', '144719.326000', '144719.328000', '144719.331000', '144719.334000', '144719.337000', '144719.340000', '144719.343000', '144719.346000', '144719.349000', '144719.352000', '144719.354000', '144719.357000', '144719.360000', '144719.363000', '144719.366000', '144719.369000', '144719.372000', '144719.375000', '144739.250000', '144739.253000', '144739.256000', '144739.259000', '144739.262000', '144739.265000', '144739.268000', '144739.270000', '144739.273000', '144739.276000', '144739.279000', '144739.282000', '144739.285000', '144739.288000', '144739.290000', '144739.293000', '144739.296000', '144739.300000', '144739.303000', '144739.306000', '144739.309000', '144739.312000', '144739.315000', '144739.318000', '144739.321000', '144739.324000', '144739.326000', '144739.329000', '144739.332000', '144739.335000', '144739.338000', '144739.341000', '144739.344000', '144739.346000', '144739.349000', '144739.352000', '144739.355000', '144739.358000', '144739.361000', '144739.364000', '144739.367000', '144739.370000', '144739.373000', '144759.250000', '144759.253000', '144759.256000', '144759.259000', '144759.262000', '144759.265000', '144759.268000', '144759.271000', '144759.274000', '144759.276000', '144759.279000', '144759.282000', '144759.285000', '144759.288000', '144759.291000', '144759.294000', '144759.297000', '144759.300000', '144759.302000', '144759.305000', '144759.308000', '144759.311000', '144759.314000', '144759.317000', '144759.320000', '144759.322000', '144759.325000', '144759.328000', '144759.331000', '144759.334000', '144759.337000', '144759.339000', '144759.358000', '144759.361000', '144759.364000', '144759.367000', '144759.370000', '144759.372000', '144759.375000', '144759.378000', '144759.381000', '144759.384000', '144759.387000', '144759.389000', '144809.316000', '144809.320000', '144809.323000', '144809.325000', '144809.329000', '144809.331000', '144809.334000', '144809.337000', '144809.341000', '144809.344000', '144809.347000', '144809.349000', '144809.352000', '144809.355000', '144809.358000', '144809.361000', '144809.364000', '144809.367000', '144809.370000', '144809.373000', '144809.377000', '144809.380000'], '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': [13302, 10772, 10027, 10079, 8470, 10175, 8356, 10666, 8426, 11547, 9513, 15308, 8332, 12601, 8297, 11345, 8305, 11205, 8704, 11913, 8546, 11196, 8390, 10988, 8762, 11187, 9143, 10773, 8715, 10743, 9169, 10913, 8749, 10625, 9138, 8212, 9683, 7900, 10101, 8209, 11416, 8664, 13074, 8214, 13396, 8313, 14368, 10294, 15662, 11845, 17318, 10443, 13735, 9874, 13034, 10596, 13059, 10156, 8289, 9564, 8147, 10169, 8170, 14119, 8859, 15036, 7913, 14039, 8070, 13729, 9361, 12241, 8794, 10471, 9186, 10370, 9576, 10403, 11167, 8116, 11280, 8952, 13285, 8246, 15142, 9479, 15592, 8459, 11737, 9139, 11012, 8610, 8607, 9308, 8472, 10072, 8975, 11873, 8259, 14246, 9846, 17402, 8818, 13189, 9084, 12719, 10618, 10376, 9496, 8241, 9818, 8453, 10296, 8239, 15217, 8082, 15416, 9148, 16885, 11396, 17737, 13245, 13580, 9941, 11630, 9622, 9579, 10676, 8777, 15081, 8220, 14322, 8426, 16296, 9993, 14716, 11408, 9631, 9314, 8374, 9917, 8588, 11647, 9574, 15390, 10268, 16237, 8935, 16145, 9512, 12611, 9208, 12064, 9062, 10685, 9161, 10770, 11170, 8526, 10850, 8974, 12424, 8627, 14872, 9211, 15454, 9051, 15243, 9203, 13543, 9535, 12208, 9418, 10643, 8963, 8105, 8850, 8389, 9391, 8343, 10843, 9071, 11885, 8264, 12423, 8422, 13741, 9519, 15210, 10954, 14206, 9426, 13044, 9371, 13231, 10091, 10065, 9762, 8266, 9846, 8357, 10340, 9179, 11473, 7939, 11536, 8150, 12392, 8690, 15807, 10257, 13213, 9369, 12032, 9314, 11223, 9643, 8480, 10452, 8322, 10886, 8812, 13366, 8789, 16881, 9442, 13080, 9447, 9936, 9184, 8518, 9902, 8517, 11306, 7885, 13107, 8440, 14543, 10122, 13921, 9185, 12341, 9473, 11753, 9388, 10352, 10506, 8104, 10555, 8019, 11094, 9517, 13890, 8111, 14110, 8702, 12291, 9167, 12091, 9320, 8078, 9218, 8265, 10049, 8218, 12011, 9601, 15120, 8638, 14565, 8842, 14950, 10237, 14115, 10281, 11464, 8856, 7945, 9274, 8864, 10845, 8036, 11709, 8430, 13334, 9889, 12977, 10339, 10840, 9223, 10897, 9661, 11389, 11140, 11225, 12837, 8283, 10506, 8897, 10919, 8554, 12155, 8681, 14864, 9663, 13045, 9959, 12365, 9457, 10523, 9420, 8168, 10813, 8175, 14351, 9807, 16807, 12638, 17557, 11593, 16379, 11712, 15016, 12013, 14992, 10694, 9543, 9130, 8960, 9587, 8571, 11429, 8119, 12719, 8815, 12911, 9306, 12663, 9399, 8160, 9299, 8447, 9751, 8387, 11913, 9317, 13671, 8754, 13842, 9457, 13736, 9958, 12208, 9665, 8188, 9423, 8728, 9535, 8597, 10814, 8302, 11139, 8123, 11723, 8630, 13051, 9678, 13345, 10929, 11330, 9273, 10231, 9415, 9162, 9680, 8510, 11085, 8755, 10721, 8934, 11397, 8551, 13414, 9108, 14891, 9156, 13956, 10291, 13839, 11504, 14071, 9766, 13353, 9050, 12246, 9267, 12605, 10181, 12262, 9241, 11669, 8465, 11253, 8454, 11016, 8878, 9011, 8747, 8316, 9242, 10020, 9364, 10855, 9941, 8564, 9838, 8557, 10098, 8814, 10456, 9992, 12128, 8200, 10179, 8186, 10157, 8408, 10638, 8561, 11327, 8562, 10681, 8565, 11100, 8806, 12862, 11082, 13792, 9652, 14579, 10165, 14621, 11949, 15384, 11159, 9588, 9160, 8393, 9433, 8827, 9501, 8739, 10003, 8636, 9851, 8492, 11116, 9260, 13826, 8111, 13393, 8441, 12991, 9548, 13766, 10740, 13448, 9485, 11571, 9753, 9783, 8979, 9718, 8924, 9712, 15821, 13151, 10244, 10043, 12582, 14707, 9625, 18041, 8900, 13682, 9301, 12269, 8511, 13396, 9315, 11439, 9437, 8885, 11684, 9225, 13628, 10328, 9065, 18220, 11858, 15270, 18675, 13997, 19206, 15988, 17888, 13976, 9653, 15352, 8863, 17049, 9468, 13349, 9509, 8816, 10174, 9268, 10785, 9715, 8757, 9373, 8480, 10332, 8307, 11432, 8980, 13064, 10060, 13937, 10373, 9577, 9814, 8387, 11429, 9749, 15555, 8925, 16696, 9686, 13248, 9771, 8450, 9137, 7976, 11685, 9452, 12598, 8398, 14395, 9515, 15684, 11814, 13970, 9720, 9747, 9307, 8653, 9699, 9085, 14213, 9055, 14738, 9907, 12946, 9750, 8956, 9518, 9495, 11721, 8046, 8541, 9276, 8525, 10319, 9386, 8583, 9850, 9688, 13251, 8551, 14268, 9443, 14726, 10912, 13499, 9965, 8595, 9348, 8565, 10386, 8333, 10821, 9191, 13324, 11068, 9654, 11259, 8749, 8840, 9916, 9504, 11351, 9310, 11293, 12358, 11893, 14695, 11265, 17821, 13572, 16405, 12917, 12432, 17027, 13022, 18252, 13898, 17970, 14609, 16759, 11880, 15107, 10562, 12913, 10013, 9159, 9627, 8885, 8843, 9164, 8862, 10235, 9333, 9552, 10109, 9079, 10673, 9389, 11025, 9413, 10998, 9569, 11060, 9187, 11379, 9360, 11388, 9274, 11449, 10851, 13427, 9561, 12868, 10477, 12559, 10083, 12823, 11975, 10723, 9674, 9026, 9248, 9073, 9250, 9371, 9383, 10118, 12227, 9612, 11231, 8876, 12195, 8992, 14478, 9450, 15238, 10996, 14998, 11501, 12678, 9817, 9468, 9831, 10141, 11253, 10515, 12555, 9709, 12361, 9883, 12562, 9914, 12861, 9529, 12110, 9526, 10847, 9817, 10706, 9623, 10375, 9305, 10973, 9434, 11111, 9159, 10926, 9075, 10055, 8876, 8992, 9079, 10373, 9028, 12111, 9468, 11510, 9616, 11151, 9309, 13075, 9440, 14092, 9450, 10419, 10073, 9309, 10010, 9988, 10474, 10071, 12922, 9703, 13736, 9707, 13013, 10230, 13447, 11428, 14299, 9743, 11909, 9817, 11293, 10153, 11876, 9382, 13536, 9570, 11168, 9604, 11019, 9545, 12760, 9297, 14898, 9104, 14959, 10738, 16320, 12940, 16186, 13326, 16859, 11315, 15794, 11411, 15012, 11157, 13992, 11137, 9744, 8980, 10599, 9142, 9849, 9751, 9665, 11426, 9722, 11039, 9037, 10120, 7965, 9548, 10760, 9015, 13917, 11156, 10722, 14291, 9369, 17087, 12550, 15757, 12161, 11170, 15788, 10640, 16974, 11654, 14654, 10699, 12221, 12431, 9344, 13330, 9124, 13806, 9291, 14078, 10013, 14441, 8751, 13297, 8884, 12556, 9372, 12513, 9174, 12010, 9598, 11784, 9430, 11362, 10893, 12315, 11835, 16049, 11299, 15618, 10404, 14098, 10708, 14661, 13230, 13070, 9825, 13185, 9479, 14555, 10801, 16518, 12674, 14616, 9760, 13804, 9492, 14207, 9624, 15336, 11356, 10495, 9516, 10679, 9643, 10822, 8958, 11252, 9517, 11054, 9382, 11035, 9511, 11588, 12007, 10563, 11278, 10668, 9900, 10671, 10547, 10305, 13333, 10050, 11742, 10157, 11583, 10452, 11573, 10391, 13527, 9265, 12885, 9428, 12446, 10917, 14076, 12356, 13045, 9853, 14702, 9762, 16943, 11482, 16469, 11699, 11308, 9169, 11827, 9347, 15239, 9491, 15620, 10635, 12628, 9402, 14493, 9473, 16246, 9754, 16712, 11108, 11485, 9371, 12725, 9034, 14119, 9708, 14498, 10148, 10545, 9603, 10049, 9163, 10403, 9561, 11155, 9730, 10726, 9276, 11103, 8947, 11391, 10894, 10186, 13784, 10178, 12665, 10061, 12706, 10376, 14074, 11714, 15060, 9315, 12993, 9652, 12606, 9766, 12241, 9365, 11363, 9087, 10354, 11065, 10205, 10542, 8957, 15534, 9382, 13207, 9666, 12563, 9804, 12517, 10721, 10259, 12051, 10384, 14044, 9653, 15075, 12771, 16003, 9961, 12930, 9480, 10253, 9865, 10862, 11354, 10584, 11336, 10179, 12726, 10578, 14257, 11169, 15802, 11473, 14524, 10650, 14180, 11464, 14753, 12590, 17019, 13029, 15368, 10051, 13712, 9890, 12786, 9954, 12718, 9630, 10581, 9452, 11015, 9182, 11192, 9987, 10336, 13713, 9587, 13238, 9946, 13498, 9795, 14797, 11403, 14666, 9242, 13485, 9750, 13317, 10470, 13588, 10056, 12666, 9927, 11798, 10350, 10042, 9424, 11022, 9451, 11137, 9524, 10776, 11060, 10906, 12121, 10418, 11883, 10523, 12726, 10655, 14582, 9822, 13400, 10339, 12491, 10264, 11603, 10560, 13160, 9732, 12538, 9432, 12037, 9791, 12737, 11755, 14110, 10237, 14621, 10533, 16148, 12055, 16445, 12985, 14621, 9886, 13477, 9494, 12904, 9483, 12512, 9662, 9460, 8764, 9327, 9085, 13507, 10183, 12452, 8985, 13663, 9232, 13835, 9329, 10556, 9208, 11132, 9376, 11277], 'WindowCenter': [4719.0, 4681.0, 4658.0, 4642.0, 4623.0, 4645.0, 4620.0, 4640.0, 4625.0, 4651.0, 4640.0, 4671.0, 4620.0, 4662.0, 4619.0, 4648.0, 4623.0, 4653.0, 4643.0, 4665.0, 4643.0, 4662.0, 4647.0, 4652.0, 4646.0, 4665.0, 4657.0, 4664.0, 4646.0, 4662.0, 4645.0, 4678.0, 4648.0, 4667.0, 4645.0, 4634.0, 4645.0, 4635.0, 4654.0, 4646.0, 4667.0, 4646.0, 4672.0, 4636.0, 4672.0, 4633.0, 4685.0, 4669.0, 4698.0, 4675.0, 4696.0, 4653.0, 4675.0, 4657.0, 4675.0, 4654.0, 4673.0, 4652.0, 4636.0, 4646.0, 4637.0, 4652.0, 4638.0, 4685.0, 4645.0, 4683.0, 4635.0, 4672.0, 4633.0, 4685.0, 4658.0, 4674.0, 4643.0, 4655.0, 4653.0, 4666.0, 4656.0, 4667.0, 4667.0, 4637.0, 4662.0, 4643.0, 4673.0, 4639.0, 4681.0, 4653.0, 4685.0, 4635.0, 4657.0, 4642.0, 4665.0, 4643.0, 4639.0, 4645.0, 4628.0, 4654.0, 4644.0, 4663.0, 4633.0, 4670.0, 4655.0, 4695.0, 4633.0, 4660.0, 4644.0, 4671.0, 4652.0, 4652.0, 4645.0, 4622.0, 4642.0, 4637.0, 4653.0, 4634.0, 4685.0, 4624.0, 4663.0, 4635.0, 4681.0, 4654.0, 4681.0, 4675.0, 4661.0, 4644.0, 4652.0, 4628.0, 4641.0, 4638.0, 4618.0, 4668.0, 4621.0, 4667.0, 4620.0, 4684.0, 4643.0, 4686.0, 4652.0, 4630.0, 4631.0, 4618.0, 4642.0, 4629.0, 4649.0, 4644.0, 4670.0, 4644.0, 4669.0, 4630.0, 4670.0, 4641.0, 4661.0, 4630.0, 4648.0, 4630.0, 4640.0, 4634.0, 4643.0, 4649.0, 4618.0, 4639.0, 4621.0, 4648.0, 4618.0, 4669.0, 4630.0, 4670.0, 4631.0, 4666.0, 4632.0, 4661.0, 4642.0, 4651.0, 4629.0, 4642.0, 4630.0, 4620.0, 4632.0, 4621.0, 4640.0, 4632.0, 4646.0, 4633.0, 4649.0, 4622.0, 4660.0, 4624.0, 4672.0, 4641.0, 4669.0, 4652.0, 4659.0, 4631.0, 4663.0, 4630.0, 4661.0, 4641.0, 4640.0, 4640.0, 4618.0, 4638.0, 4632.0, 4641.0, 4630.0, 4652.0, 4622.0, 4649.0, 4631.0, 4666.0, 4635.0, 4680.0, 4645.0, 4661.0, 4633.0, 4660.0, 4640.0, 4662.0, 4643.0, 4632.0, 4641.0, 4621.0, 4654.0, 4644.0, 4672.0, 4630.0, 4681.0, 4642.0, 4658.0, 4643.0, 4642.0, 4642.0, 4635.0, 4647.0, 4633.0, 4651.0, 4622.0, 4660.0, 4633.0, 4670.0, 4653.0, 4671.0, 4640.0, 4660.0, 4641.0, 4661.0, 4641.0, 4640.0, 4641.0, 4620.0, 4643.0, 4620.0, 4649.0, 4643.0, 4668.0, 4620.0, 4669.0, 4625.0, 4661.0, 4643.0, 4660.0, 4643.0, 4620.0, 4642.0, 4632.0, 4641.0, 4634.0, 4663.0, 4645.0, 4664.0, 4632.0, 4673.0, 4632.0, 4682.0, 4654.0, 4672.0, 4644.0, 4650.0, 4630.0, 4625.0, 4642.0, 4641.0, 4653.0, 4633.0, 4666.0, 4634.0, 4674.0, 4654.0, 4670.0, 4654.0, 4649.0, 4633.0, 4648.0, 4641.0, 4661.0, 4651.0, 4647.0, 4660.0, 4619.0, 4641.0, 4623.0, 4653.0, 4632.0, 4649.0, 4631.0, 4668.0, 4642.0, 4661.0, 4641.0, 4662.0, 4641.0, 4641.0, 4630.0, 4621.0, 4654.0, 4621.0, 4671.0, 4644.0, 4681.0, 4662.0, 4678.0, 4648.0, 4668.0, 4648.0, 4672.0, 4651.0, 4658.0, 4637.0, 4627.0, 4627.0, 4627.0, 4627.0, 4630.0, 4650.0, 4619.0, 4661.0, 4621.0, 4661.0, 4640.0, 4660.0, 4628.0, 4620.0, 4629.0, 4618.0, 4630.0, 4620.0, 4651.0, 4629.0, 4657.0, 4619.0, 4658.0, 4643.0, 4670.0, 4638.0, 4650.0, 4627.0, 4619.0, 4628.0, 4617.0, 4642.0, 4631.0, 4650.0, 4631.0, 4650.0, 4622.0, 4650.0, 4632.0, 4660.0, 4642.0, 4670.0, 4650.0, 4649.0, 4627.0, 4641.0, 4630.0, 4643.0, 4639.0, 4629.0, 4652.0, 4631.0, 4637.0, 4631.0, 4650.0, 4632.0, 4671.0, 4634.0, 4670.0, 4630.0, 4668.0, 4639.0, 4658.0, 4653.0, 4672.0, 4640.0, 4658.0, 4628.0, 4647.0, 4635.0, 4648.0, 4643.0, 4648.0, 4631.0, 4649.0, 4620.0, 4650.0, 4631.0, 4653.0, 4632.0, 4635.0, 4631.0, 4631.0, 4643.0, 4643.0, 4641.0, 4652.0, 4640.0, 4632.0, 4639.0, 4634.0, 4640.0, 4630.0, 4651.0, 4642.0, 4663.0, 4620.0, 4639.0, 4620.0, 4642.0, 4634.0, 4663.0, 4645.0, 4665.0, 4646.0, 4658.0, 4646.0, 4676.0, 4656.0, 4676.0, 4667.0, 4678.0, 4638.0, 4683.0, 4656.0, 4685.0, 4663.0, 4678.0, 4652.0, 4642.0, 4632.0, 4621.0, 4642.0, 4635.0, 4643.0, 4634.0, 4654.0, 4632.0, 4640.0, 4633.0, 4656.0, 4642.0, 4676.0, 4623.0, 4672.0, 4620.0, 4673.0, 4643.0, 4672.0, 4654.0, 4671.0, 4642.0, 4651.0, 4642.0, 4652.0, 4645.0, 4656.0, 4647.0, 4644.0, 4685.0, 4661.0, 4628.0, 4640.0, 4662.0, 4670.0, 4641.0, 4682.0, 4628.0, 4658.0, 4629.0, 4660.0, 4630.0, 4668.0, 4629.0, 4652.0, 4642.0, 4671.0, 4678.0, 4643.0, 4646.0, 4643.0, 4606.0, 4654.0, 4646.0, 4659.0, 4655.0, 4632.0, 4652.0, 4653.0, 4655.0, 4643.0, 4602.0, 4632.0, 4590.0, 4642.0, 4613.0, 4629.0, 4611.0, 4600.0, 4609.0, 4599.0, 4623.0, 4613.0, 4617.0, 4615.0, 4605.0, 4625.0, 4603.0, 4625.0, 4603.0, 4634.0, 4627.0, 4644.0, 4630.0, 4615.0, 4614.0, 4605.0, 4625.0, 4614.0, 4653.0, 4616.0, 4665.0, 4616.0, 4644.0, 4614.0, 4607.0, 4615.0, 4609.0, 4647.0, 4627.0, 4648.0, 4623.0, 4659.0, 4642.0, 4669.0, 4648.0, 4654.0, 4615.0, 4628.0, 4626.0, 4620.0, 4631.0, 4619.0, 4659.0, 4630.0, 4658.0, 4628.0, 4648.0, 4639.0, 4628.0, 4643.0, 4636.0, 4649.0, 4622.0, 4630.0, 4641.0, 4634.0, 4653.0, 4644.0, 4643.0, 4652.0, 4643.0, 4660.0, 4629.0, 4671.0, 4641.0, 4679.0, 4652.0, 4663.0, 4639.0, 4628.0, 4630.0, 4630.0, 4640.0, 4634.0, 4664.0, 4656.0, 4683.0, 4662.0, 4642.0, 4665.0, 4657.0, 4645.0, 4657.0, 4658.0, 4678.0, 4660.0, 4666.0, 4674.0, 4665.0, 4686.0, 4669.0, 4697.0, 4675.0, 4683.0, 4649.0, 4649.0, 4670.0, 4647.0, 4658.0, 4635.0, 4655.0, 4643.0, 4644.0, 4613.0, 4630.0, 4613.0, 4631.0, 4622.0, 4605.0, 4605.0, 4604.0, 4602.0, 4613.0, 4603.0, 4627.0, 4615.0, 4628.0, 4627.0, 4619.0, 4635.0, 4631.0, 4637.0, 4630.0, 4640.0, 4631.0, 4640.0, 4630.0, 4654.0, 4631.0, 4650.0, 4632.0, 4655.0, 4652.0, 4659.0, 4641.0, 4660.0, 4651.0, 4663.0, 4667.0, 4671.0, 4664.0, 4655.0, 4642.0, 4633.0, 4640.0, 4630.0, 4641.0, 4644.0, 4644.0, 4652.0, 4666.0, 4644.0, 4650.0, 4643.0, 4660.0, 4630.0, 4673.0, 4647.0, 4684.0, 4653.0, 4684.0, 4663.0, 4660.0, 4641.0, 4641.0, 4640.0, 4640.0, 4651.0, 4641.0, 4661.0, 4639.0, 4648.0, 4642.0, 4659.0, 4640.0, 4660.0, 4641.0, 4652.0, 4629.0, 4639.0, 4639.0, 4651.0, 4642.0, 4642.0, 4642.0, 4651.0, 4641.0, 4662.0, 4659.0, 4664.0, 4644.0, 4656.0, 4644.0, 4641.0, 4645.0, 4656.0, 4643.0, 4676.0, 4657.0, 4664.0, 4655.0, 4664.0, 4643.0, 4674.0, 4653.0, 4697.0, 4654.0, 4668.0, 4654.0, 4646.0, 4656.0, 4655.0, 4667.0, 4667.0, 4687.0, 4656.0, 4686.0, 4656.0, 4676.0, 4667.0, 4687.0, 4677.0, 4683.0, 4643.0, 4661.0, 4641.0, 4651.0, 4652.0, 4663.0, 4644.0, 4673.0, 4644.0, 4663.0, 4652.0, 4666.0, 4654.0, 4673.0, 4656.0, 4683.0, 4647.0, 4684.0, 4664.0, 4695.0, 4685.0, 4694.0, 4684.0, 4692.0, 4662.0, 4682.0, 4662.0, 4681.0, 4664.0, 4673.0, 4662.0, 4640.0, 4643.0, 4652.0, 4643.0, 4667.0, 4648.0, 4658.0, 4674.0, 4668.0, 4662.0, 4658.0, 4669.0, 4651.0, 4672.0, 4674.0, 4655.0, 4702.0, 4678.0, 4659.0, 4688.0, 4660.0, 4706.0, 4676.0, 4685.0, 4664.0, 4666.0, 4685.0, 4653.0, 4681.0, 4662.0, 4684.0, 4652.0, 4661.0, 4662.0, 4631.0, 4660.0, 4629.0, 4661.0, 4642.0, 4670.0, 4644.0, 4667.0, 4632.0, 4659.0, 4629.0, 4658.0, 4641.0, 4660.0, 4643.0, 4663.0, 4643.0, 4661.0, 4646.0, 4662.0, 4654.0, 4667.0, 4663.0, 4683.0, 4653.0, 4669.0, 4652.0, 4670.0, 4653.0, 4673.0, 4673.0, 4673.0, 4644.0, 4670.0, 4644.0, 4683.0, 4667.0, 4693.0, 4673.0, 4672.0, 4634.0, 4671.0, 4641.0, 4671.0, 4654.0, 4683.0, 4653.0, 4653.0, 4640.0, 4650.0, 4640.0, 4647.0, 4633.0, 4653.0, 4645.0, 4653.0, 4644.0, 4649.0, 4652.0, 4666.0, 4661.0, 4652.0, 4651.0, 4652.0, 4643.0, 4652.0, 4653.0, 4648.0, 4667.0, 4653.0, 4663.0, 4656.0, 4662.0, 4665.0, 4656.0, 4654.0, 4677.0, 4644.0, 4666.0, 4645.0, 4672.0, 4666.0, 4684.0, 4671.0, 4672.0, 4654.0, 4674.0, 4644.0, 4693.0, 4664.0, 4679.0, 4663.0, 4652.0, 4632.0, 4660.0, 4632.0, 4680.0, 4636.0, 4682.0, 4653.0, 4661.0, 4632.0, 4670.0, 4629.0, 4680.0, 4642.0, 4682.0, 4649.0, 4650.0, 4630.0, 4658.0, 4629.0, 4671.0, 4640.0, 4669.0, 4641.0, 4638.0, 4641.0, 4640.0, 4629.0, 4651.0, 4643.0, 4653.0, 4645.0, 4651.0, 4641.0, 4653.0, 4633.0, 4675.0, 4654.0, 4652.0, 4666.0, 4653.0, 4671.0, 4652.0, 4673.0, 4666.0, 4683.0, 4674.0, 4682.0, 4641.0, 4672.0, 4642.0, 4666.0, 4655.0, 4661.0, 4651.0, 4676.0, 4648.0, 4652.0, 4681.0, 4655.0, 4653.0, 4647.0, 4684.0, 4633.0, 4674.0, 4655.0, 4673.0, 4656.0, 4675.0, 4664.0, 4635.0, 4661.0, 4641.0, 4672.0, 4643.0, 4668.0, 4663.0, 4679.0, 4640.0, 4659.0, 4638.0, 4652.0, 4654.0, 4651.0, 4663.0, 4651.0, 4650.0, 4637.0, 4662.0, 4652.0, 4670.0, 4652.0, 4680.0, 4651.0, 4668.0, 4641.0, 4656.0, 4649.0, 4667.0, 4659.0, 4670.0, 4658.0, 4667.0, 4639.0, 4659.0, 4626.0, 4658.0, 4640.0, 4658.0, 4640.0, 4637.0, 4628.0, 4636.0, 4628.0, 4649.0, 4640.0, 4641.0, 4669.0, 4640.0, 4658.0, 4636.0, 4669.0, 4639.0, 4667.0, 4650.0, 4667.0, 4631.0, 4657.0, 4639.0, 4656.0, 4649.0, 4658.0, 4643.0, 4659.0, 4641.0, 4660.0, 4652.0, 4639.0, 4641.0, 4661.0, 4642.0, 4662.0, 4644.0, 4664.0, 4657.0, 4651.0, 4662.0, 4652.0, 4650.0, 4640.0, 4655.0, 4652.0, 4669.0, 4641.0, 4670.0, 4653.0, 4673.0, 4654.0, 4661.0, 4664.0, 4671.0, 4656.0, 4673.0, 4643.0, 4663.0, 4654.0, 4672.0, 4664.0, 4672.0, 4651.0, 4679.0, 4651.0, 4676.0, 4663.0, 4681.0, 4664.0, 4669.0, 4639.0, 4657.0, 4643.0, 4671.0, 4642.0, 4661.0, 4643.0, 4652.0, 4647.0, 4643.0, 4644.0, 4682.0, 4666.0, 4671.0, 4643.0, 4672.0, 4655.0, 4683.0, 4645.0, 4653.0, 4641.0, 4663.0, 4643.0, 4659.0], 'WindowWidth': [10324.0, 10259.0, 10219.0, 10191.0, 10162.0, 10191.0, 10154.0, 10181.0, 10164.0, 10196.0, 10179.0, 10223.0, 10153.0, 10211.0, 10151.0, 10190.0, 10160.0, 10203.0, 10189.0, 10220.0, 10190.0, 10214.0, 10198.0, 10201.0, 10197.0, 10222.0, 10213.0, 10219.0, 10197.0, 10215.0, 10195.0, 10246.0, 10203.0, 10225.0, 10195.0, 10177.0, 10193.0, 10180.0, 10205.0, 10199.0, 10227.0, 10199.0, 10231.0, 10184.0, 10231.0, 10180.0, 10250.0, 10231.0, 10271.0, 10237.0, 10264.0, 10204.0, 10234.0, 10211.0, 10236.0, 10208.0, 10229.0, 10202.0, 10181.0, 10195.0, 10182.0, 10202.0, 10188.0, 10251.0, 10193.0, 10244.0, 10179.0, 10229.0, 10179.0, 10250.0, 10217.0, 10233.0, 10191.0, 10207.0, 10205.0, 10227.0, 10213.0, 10226.0, 10229.0, 10183.0, 10216.0, 10189.0, 10232.0, 10191.0, 10239.0, 10203.0, 10247.0, 10182.0, 10203.0, 10188.0, 10223.0, 10191.0, 10183.0, 10193.0, 10168.0, 10207.0, 10191.0, 10218.0, 10179.0, 10224.0, 10208.0, 10260.0, 10175.0, 10210.0, 10192.0, 10225.0, 10202.0, 10198.0, 10192.0, 10153.0, 10185.0, 10184.0, 10202.0, 10179.0, 10250.0, 10164.0, 10210.0, 10177.0, 10240.0, 10203.0, 10239.0, 10233.0, 10209.0, 10186.0, 10194.0, 10162.0, 10182.0, 10177.0, 10148.0, 10215.0, 10154.0, 10214.0, 10154.0, 10244.0, 10188.0, 10250.0, 10198.0, 10165.0, 10167.0, 10147.0, 10182.0, 10164.0, 10193.0, 10187.0, 10221.0, 10187.0, 10217.0, 10166.0, 10219.0, 10183.0, 10209.0, 10165.0, 10188.0, 10167.0, 10181.0, 10175.0, 10185.0, 10193.0, 10148.0, 10177.0, 10152.0, 10186.0, 10149.0, 10218.0, 10165.0, 10218.0, 10166.0, 10211.0, 10167.0, 10207.0, 10184.0, 10195.0, 10165.0, 10181.0, 10165.0, 10151.0, 10169.0, 10154.0, 10182.0, 10173.0, 10188.0, 10175.0, 10192.0, 10158.0, 10207.0, 10162.0, 10226.0, 10184.0, 10219.0, 10200.0, 10204.0, 10169.0, 10211.0, 10169.0, 10208.0, 10182.0, 10180.0, 10179.0, 10146.0, 10174.0, 10172.0, 10182.0, 10167.0, 10199.0, 10156.0, 10193.0, 10171.0, 10222.0, 10178.0, 10236.0, 10190.0, 10209.0, 10173.0, 10204.0, 10183.0, 10212.0, 10187.0, 10172.0, 10183.0, 10154.0, 10203.0, 10191.0, 10228.0, 10169.0, 10239.0, 10184.0, 10203.0, 10185.0, 10185.0, 10187.0, 10180.0, 10196.0, 10174.0, 10198.0, 10157.0, 10209.0, 10177.0, 10224.0, 10201.0, 10223.0, 10180.0, 10205.0, 10184.0, 10210.0, 10183.0, 10180.0, 10183.0, 10152.0, 10184.0, 10151.0, 10192.0, 10187.0, 10216.0, 10155.0, 10218.0, 10157.0, 10210.0, 10189.0, 10210.0, 10188.0, 10155.0, 10186.0, 10173.0, 10184.0, 10179.0, 10215.0, 10193.0, 10211.0, 10171.0, 10226.0, 10171.0, 10241.0, 10202.0, 10224.0, 10189.0, 10192.0, 10167.0, 10163.0, 10187.0, 10184.0, 10202.0, 10176.0, 10221.0, 10177.0, 10235.0, 10207.0, 10223.0, 10204.0, 10192.0, 10173.0, 10189.0, 10183.0, 10212.0, 10196.0, 10187.0, 10207.0, 10149.0, 10181.0, 10156.0, 10200.0, 10172.0, 10192.0, 10167.0, 10217.0, 10183.0, 10207.0, 10182.0, 10212.0, 10181.0, 10182.0, 10166.0, 10154.0, 10201.0, 10155.0, 10223.0, 10190.0, 10238.0, 10212.0, 10229.0, 10188.0, 10213.0, 10188.0, 10228.0, 10193.0, 10200.0, 10172.0, 10155.0, 10157.0, 10158.0, 10159.0, 10165.0, 10195.0, 10150.0, 10208.0, 10148.0, 10212.0, 10181.0, 10204.0, 10163.0, 10150.0, 10163.0, 10147.0, 10165.0, 10153.0, 10194.0, 10165.0, 10200.0, 10149.0, 10200.0, 10184.0, 10221.0, 10176.0, 10191.0, 10158.0, 10149.0, 10162.0, 10146.0, 10184.0, 10169.0, 10193.0, 10170.0, 10194.0, 10157.0, 10195.0, 10172.0, 10209.0, 10186.0, 10221.0, 10195.0, 10190.0, 10159.0, 10177.0, 10165.0, 10187.0, 10179.0, 10165.0, 10198.0, 10167.0, 10174.0, 10168.0, 10194.0, 10171.0, 10224.0, 10175.0, 10222.0, 10165.0, 10215.0, 10178.0, 10203.0, 10199.0, 10224.0, 10178.0, 10201.0, 10162.0, 10187.0, 10176.0, 10189.0, 10185.0, 10188.0, 10167.0, 10190.0, 10154.0, 10193.0, 10171.0, 10201.0, 10174.0, 10177.0, 10170.0, 10168.0, 10186.0, 10187.0, 10184.0, 10198.0, 10181.0, 10169.0, 10178.0, 10173.0, 10180.0, 10167.0, 10197.0, 10183.0, 10214.0, 10152.0, 10176.0, 10152.0, 10184.0, 10180.0, 10217.0, 10196.0, 10223.0, 10197.0, 10208.0, 10197.0, 10240.0, 10214.0, 10239.0, 10228.0, 10235.0, 10181.0, 10243.0, 10209.0, 10249.0, 10215.0, 10232.0, 10199.0, 10183.0, 10170.0, 10156.0, 10186.0, 10178.0, 10189.0, 10178.0, 10204.0, 10172.0, 10182.0, 10177.0, 10203.0, 10188.0, 10237.0, 10162.0, 10225.0, 10155.0, 10229.0, 10190.0, 10227.0, 10204.0, 10224.0, 10185.0, 10195.0, 10186.0, 10199.0, 10197.0, 10213.0, 10198.0, 10190.0, 10244.0, 10205.0, 10157.0, 10176.0, 10218.0, 10219.0, 10182.0, 10240.0, 10165.0, 10203.0, 10164.0, 10207.0, 10166.0, 10220.0, 10165.0, 10196.0, 10187.0, 10243.0, 10249.0, 10192.0, 10180.0, 10185.0, 10121.0, 10187.0, 10182.0, 10194.0, 10191.0, 10153.0, 10185.0, 10185.0, 10187.0, 10170.0, 10110.0, 10151.0, 10090.0, 10165.0, 10128.0, 10146.0, 10123.0, 10106.0, 10117.0, 10104.0, 10140.0, 10129.0, 10142.0, 10135.0, 10120.0, 10148.0, 10118.0, 10147.0, 10118.0, 10161.0, 10156.0, 10174.0, 10159.0, 10132.0, 10130.0, 10121.0, 10147.0, 10131.0, 10188.0, 10140.0, 10205.0, 10138.0, 10174.0, 10132.0, 10125.0, 10137.0, 10133.0, 10184.0, 10156.0, 10186.0, 10159.0, 10202.0, 10185.0, 10219.0, 10186.0, 10190.0, 10137.0, 10154.0, 10154.0, 10149.0, 10168.0, 10148.0, 10202.0, 10163.0, 10199.0, 10160.0, 10186.0, 10177.0, 10161.0, 10186.0, 10171.0, 10186.0, 10156.0, 10165.0, 10181.0, 10174.0, 10200.0, 10192.0, 10191.0, 10200.0, 10186.0, 10209.0, 10165.0, 10222.0, 10181.0, 10235.0, 10198.0, 10212.0, 10177.0, 10160.0, 10165.0, 10166.0, 10181.0, 10180.0, 10222.0, 10213.0, 10247.0, 10215.0, 10189.0, 10225.0, 10216.0, 10195.0, 10212.0, 10217.0, 10242.0, 10218.0, 10221.0, 10234.0, 10218.0, 10251.0, 10226.0, 10269.0, 10231.0, 10239.0, 10189.0, 10184.0, 10216.0, 10179.0, 10199.0, 10160.0, 10191.0, 10168.0, 10170.0, 10123.0, 10144.0, 10122.0, 10148.0, 10142.0, 10120.0, 10116.0, 10114.0, 10113.0, 10129.0, 10116.0, 10153.0, 10134.0, 10157.0, 10155.0, 10145.0, 10165.0, 10165.0, 10171.0, 10164.0, 10179.0, 10165.0, 10177.0, 10164.0, 10197.0, 10167.0, 10189.0, 10171.0, 10204.0, 10196.0, 10202.0, 10179.0, 10205.0, 10195.0, 10214.0, 10227.0, 10225.0, 10217.0, 10204.0, 10185.0, 10171.0, 10180.0, 10166.0, 10181.0, 10191.0, 10193.0, 10200.0, 10222.0, 10188.0, 10193.0, 10186.0, 10207.0, 10167.0, 10228.0, 10195.0, 10244.0, 10202.0, 10242.0, 10213.0, 10206.0, 10181.0, 10180.0, 10181.0, 10178.0, 10195.0, 10181.0, 10208.0, 10177.0, 10188.0, 10182.0, 10203.0, 10178.0, 10206.0, 10179.0, 10196.0, 10162.0, 10176.0, 10178.0, 10196.0, 10183.0, 10183.0, 10184.0, 10196.0, 10184.0, 10216.0, 10220.0, 10220.0, 10195.0, 10209.0, 10192.0, 10185.0, 10193.0, 10209.0, 10192.0, 10239.0, 10213.0, 10217.0, 10207.0, 10217.0, 10190.0, 10230.0, 10203.0, 10269.0, 10207.0, 10226.0, 10206.0, 10195.0, 10210.0, 10209.0, 10230.0, 10232.0, 10257.0, 10212.0, 10254.0, 10211.0, 10238.0, 10228.0, 10255.0, 10239.0, 10247.0, 10188.0, 10211.0, 10184.0, 10197.0, 10201.0, 10217.0, 10190.0, 10229.0, 10190.0, 10214.0, 10200.0, 10224.0, 10209.0, 10233.0, 10212.0, 10246.0, 10201.0, 10247.0, 10220.0, 10264.0, 10251.0, 10262.0, 10246.0, 10254.0, 10214.0, 10239.0, 10212.0, 10242.0, 10219.0, 10227.0, 10213.0, 10180.0, 10188.0, 10198.0, 10190.0, 10228.0, 10196.0, 10215.0, 10235.0, 10230.0, 10219.0, 10219.0, 10233.0, 10210.0, 10242.0, 10238.0, 10215.0, 10282.0, 10243.0, 10211.0, 10254.0, 10220.0, 10282.0, 10239.0, 10247.0, 10220.0, 10222.0, 10249.0, 10201.0, 10237.0, 10211.0, 10245.0, 10200.0, 10209.0, 10213.0, 10168.0, 10207.0, 10164.0, 10208.0, 10185.0, 10220.0, 10188.0, 10213.0, 10169.0, 10202.0, 10164.0, 10203.0, 10183.0, 10206.0, 10188.0, 10213.0, 10186.0, 10210.0, 10195.0, 10213.0, 10205.0, 10220.0, 10218.0, 10241.0, 10199.0, 10219.0, 10198.0, 10220.0, 10202.0, 10228.0, 10228.0, 10226.0, 10189.0, 10220.0, 10189.0, 10242.0, 10225.0, 10256.0, 10228.0, 10224.0, 10169.0, 10220.0, 10182.0, 10225.0, 10206.0, 10240.0, 10202.0, 10198.0, 10180.0, 10191.0, 10179.0, 10190.0, 10173.0, 10201.0, 10193.0, 10199.0, 10190.0, 10191.0, 10201.0, 10222.0, 10212.0, 10198.0, 10196.0, 10197.0, 10187.0, 10200.0, 10203.0, 10191.0, 10216.0, 10200.0, 10214.0, 10207.0, 10213.0, 10222.0, 10204.0, 10206.0, 10237.0, 10192.0, 10215.0, 10194.0, 10228.0, 10223.0, 10245.0, 10226.0, 10226.0, 10202.0, 10227.0, 10189.0, 10257.0, 10218.0, 10233.0, 10214.0, 10195.0, 10170.0, 10206.0, 10171.0, 10235.0, 10175.0, 10238.0, 10201.0, 10209.0, 10170.0, 10218.0, 10164.0, 10235.0, 10184.0, 10236.0, 10191.0, 10190.0, 10164.0, 10199.0, 10162.0, 10224.0, 10181.0, 10217.0, 10184.0, 10173.0, 10180.0, 10177.0, 10165.0, 10200.0, 10189.0, 10199.0, 10191.0, 10195.0, 10182.0, 10199.0, 10175.0, 10237.0, 10205.0, 10201.0, 10216.0, 10201.0, 10224.0, 10200.0, 10231.0, 10224.0, 10243.0, 10232.0, 10239.0, 10184.0, 10225.0, 10186.0, 10218.0, 10206.0, 10211.0, 10204.0, 10235.0, 10201.0, 10201.0, 10251.0, 10209.0, 10203.0, 10198.0, 10242.0, 10172.0, 10229.0, 10210.0, 10230.0, 10211.0, 10235.0, 10220.0, 10170.0, 10209.0, 10180.0, 10227.0, 10190.0, 10218.0, 10216.0, 10232.0, 10179.0, 10202.0, 10175.0, 10198.0, 10205.0, 10198.0, 10215.0, 10197.0, 10193.0, 10174.0, 10211.0, 10197.0, 10224.0, 10199.0, 10235.0, 10193.0, 10215.0, 10179.0, 10197.0, 10190.0, 10216.0, 10204.0, 10219.0, 10200.0, 10210.0, 10175.0, 10199.0, 10155.0, 10200.0, 10179.0, 10202.0, 10181.0, 10170.0, 10161.0, 10170.0, 10161.0, 10189.0, 10181.0, 10181.0, 10217.0, 10179.0, 10202.0, 10171.0, 10220.0, 10180.0, 10214.0, 10194.0, 10214.0, 10168.0, 10199.0, 10179.0, 10198.0, 10192.0, 10201.0, 10186.0, 10204.0, 10181.0, 10206.0, 10198.0, 10180.0, 10184.0, 10210.0, 10185.0, 10213.0, 10191.0, 10218.0, 10205.0, 10198.0, 10212.0, 10198.0, 10193.0, 10180.0, 10200.0, 10200.0, 10220.0, 10182.0, 10222.0, 10202.0, 10230.0, 10205.0, 10210.0, 10221.0, 10225.0, 10210.0, 10229.0, 10189.0, 10217.0, 10207.0, 10227.0, 10219.0, 10226.0, 10197.0, 10233.0, 10197.0, 10229.0, 10214.0, 10237.0, 10216.0, 10216.0, 10178.0, 10201.0, 10186.0, 10223.0, 10186.0, 10212.0, 10188.0, 10200.0, 10197.0, 10190.0, 10194.0, 10243.0, 10224.0, 10226.0, 10190.0, 10227.0, 10210.0, 10244.0, 10194.0, 10202.0, 10185.0, 10214.0, 10189.0, 10209.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.0012810766423357663</td></tr>
<tr><td colspan=3>aqi</td><td>0.030954104927007293</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.04069867068494</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.230857415196347</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9806036027945212</td></tr>
<tr><td colspan=3>efc</td><td>0.4792</td></tr>
<tr><td colspan=3>fber</td><td>8277.4639</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09746359528324507</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.755474452554744</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3398327668609666</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2638596732981067</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5885386655571563</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1670999617276374</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100139</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011938195675611496</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.045978695154190063</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1096</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1959405307451565</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>20.2963</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.2196</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.9041</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296006.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>893.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.6312</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1036</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.5341</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3860.8516</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1498.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4971.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.7827</td></tr>
<tr><td colspan=3>tsnr</td><td>37.83756306779105</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>