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

616 lines
No EOL
122 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-0123_ses-01_task-alignvideo_acq-mb8_run-01_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-0123_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0123_suffix-bold_task-alignvideo" 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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0123_suffix-bold_task-alignvideo" 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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0123_suffix-bold_task-alignvideo" 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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0123_suffix-bold_task-alignvideo" 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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0123_suffix-bold_task-alignvideo" 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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0123_suffix-bold_task-alignvideo" 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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0123_suffix-bold_task-alignvideo" 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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_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-0123/ses-01/func/sub-0123_ses-01_task-alignvideo_acq-mb8_run-01_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>ea08047ed0b35fc7d5b0756306f059f1</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>09:52:49.117500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998197, -0.0448054, 0.0399408, 0.0448041, 0.998995, 0.000927313]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_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.0735714</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4239, -7731, -7338, 127, -118, 52, -90, 101]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.75</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34ae66ad-7ebb-4344-bf41-b70ed4b845a0||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6780896186828613, 0.12020612508058548, 0.10784407705068588, 104.15369415283203], [0.12020952999591827, 2.6802315711975098, -0.002332452917471528, -111.7833251953125], [0.10715831816196442, -0.002487913938239217, 2.6978442668914795, -99.52599334716797], [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, 1073]</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], 'AcquisitionTime': ['095249.117500', '095249.577500', '095250.037500', '095250.497500', '095250.957500', '095251.417500', '095251.877500', '095252.337500', '095252.797500', '095253.257500', '095253.717500', '095254.177500', '095254.637500', '095255.097500', '095255.557500', '095256.017500', '095256.477500', '095256.937500', '095257.397500', '095257.857500', '095258.317500', '095258.777500', '095259.237500', '095259.697500', '095300.157500', '095300.617500', '095301.077500', '095301.537500', '095301.997500', '095302.457500', '095302.917500', '095303.377500', '095303.837500', '095304.297500', '095304.757500', '095305.217500', '095305.677500', '095306.137500', '095306.597500', '095307.057500', '095307.517500', '095307.977500', '095308.437500', '095308.897500', '095309.357500', '095309.817500', '095310.277500', '095310.737500', '095311.197500', '095311.657500', '095312.117500', '095312.577500', '095313.037500', '095313.497500', '095313.957500', '095314.417500', '095314.877500', '095315.337500', '095315.797500', '095316.257500', '095316.717500', '095317.177500', '095317.637500', '095318.097500', '095318.557500', '095319.017500', '095319.477500', '095319.937500', '095320.397500', '095320.857500', '095321.317500', '095321.777500', '095322.237500', '095322.697500', '095323.157500', '095323.617500', '095324.077500', '095324.537500', '095324.997500', '095325.457500', '095325.917500', '095326.377500', '095326.837500', '095327.297500', '095327.757500', '095328.217500', '095328.677500', '095329.137500', '095329.597500', '095330.057500', '095330.517500', '095330.977500', '095331.437500', '095331.897500', '095332.357500', '095332.817500', '095333.277500', '095333.737500', '095334.197500', '095334.657500', '095335.117500', '095335.577500', '095336.037500', '095336.497500', '095336.957500', '095337.417500', '095337.877500', '095338.337500', '095338.797500', '095339.257500', '095339.717500', '095340.177500', '095340.637500', '095341.097500', '095341.557500', '095342.017500', '095342.477500', '095342.937500', '095343.397500', '095343.857500', '095344.317500', '095344.777500', '095345.237500', '095345.697500', '095346.157500', '095346.617500', '095347.077500', '095347.537500', '095347.997500', '095348.457500', '095348.917500', '095349.377500', '095349.837500', '095350.297500', '095350.757500', '095351.217500', '095351.677500', '095352.137500', '095352.597500', '095353.057500', '095353.517500', '095353.977500', '095354.437500', '095354.897500', '095355.357500', '095355.817500', '095356.277500', '095356.737500', '095357.197500', '095357.657500', '095358.117500', '095358.577500', '095359.037500', '095359.497500', '095359.957500', '095400.417500', '095400.877500', '095401.337500', '095401.797500', '095402.257500', '095402.717500', '095403.177500', '095403.637500', '095404.097500', '095404.557500', '095405.017500', '095405.477500', '095405.937500', '095406.397500', '095406.857500', '095407.317500', '095407.777500', '095408.237500', '095408.697500', '095409.157500', '095409.617500', '095410.077500', '095410.537500', '095410.997500', '095411.457500', '095411.917500', '095412.377500', '095412.837500', '095413.297500', '095413.757500', '095414.217500', '095414.677500', '095415.137500', '095415.597500', '095416.057500', '095416.517500', '095416.977500', '095417.437500', '095417.897500', '095418.357500', '095418.817500', '095419.277500', '095419.737500', '095420.197500', '095420.657500', '095421.117500', '095421.577500', '095422.037500', '095422.497500', '095422.957500', '095423.417500', '095423.877500', '095424.337500', '095424.797500', '095425.257500', '095425.717500', '095426.177500', '095426.637500', '095427.097500', '095427.557500', '095428.017500', '095428.477500', '095428.937500', '095429.397500', '095429.857500', '095430.317500', '095430.777500', '095431.237500', '095431.697500', '095432.157500', '095432.617500', '095433.077500', '095433.537500', '095433.997500', '095434.457500', '095434.917500', '095435.377500', '095435.837500', '095436.297500', '095436.757500', '095437.217500', '095437.677500', '095438.137500', '095438.597500', '095439.057500', '095439.517500', '095439.977500', '095440.437500', '095440.897500', '095441.357500', '095441.817500', '095442.277500', '095442.737500', '095443.197500', '095443.657500', '095444.117500', '095444.577500', '095445.037500', '095445.497500', '095445.957500', '095446.417500', '095446.877500', '095447.337500', '095447.797500', '095448.257500', '095448.717500', '095449.177500', '095449.637500', '095450.097500', '095450.557500', '095451.017500', '095451.477500', '095451.937500', '095452.397500', '095452.857500', '095453.317500', '095453.777500', '095454.237500', '095454.697500', '095455.157500', '095455.617500', '095456.077500', '095456.537500', '095456.997500', '095457.457500', '095457.917500', '095458.377500', '095458.837500', '095459.297500', '095459.757500', '095500.217500', '095500.677500', '095501.137500', '095501.597500', '095502.057500', '095502.517500', '095502.977500', '095503.437500', '095503.897500', '095504.357500', '095504.817500', '095505.277500', '095505.737500', '095506.197500', '095506.657500', '095507.117500', '095507.577500', '095508.037500', '095508.497500', '095508.957500', '095509.417500', '095509.877500', '095510.337500', '095510.797500', '095511.257500', '095511.717500', '095512.177500', '095512.637500', '095513.097500', '095513.557500', '095514.017500', '095514.477500', '095514.937500', '095515.397500', '095515.857500', '095516.317500', '095516.777500', '095517.237500', '095517.697500', '095518.157500', '095518.617500', '095519.077500', '095519.537500', '095519.997500', '095520.457500', '095520.917500', '095521.377500', '095521.837500', '095522.297500', '095522.757500', '095523.217500', '095523.677500', '095524.137500', '095524.597500', '095525.057500', '095525.517500', '095525.977500', '095526.437500', '095526.897500', '095527.357500', '095527.817500', '095528.277500', '095528.737500', '095529.197500', '095529.657500', '095530.117500', '095530.577500', '095531.037500', '095531.497500', '095531.957500', '095532.417500', '095532.877500', '095533.337500', '095533.797500', '095534.257500', '095534.717500', '095535.177500', '095535.637500', '095536.097500', '095536.557500', '095537.017500', '095537.477500', '095537.937500', '095538.397500', '095538.857500', '095539.317500', '095539.777500', '095540.237500', '095540.697500', '095541.157500', '095541.617500', '095542.077500', '095542.537500', '095542.997500', '095543.457500', '095543.917500', '095544.377500', '095544.837500', '095545.297500', '095545.757500', '095546.217500', '095546.677500', '095547.137500', '095547.597500', '095548.057500', '095548.517500', '095548.977500', '095549.437500', '095549.897500', '095550.357500', '095550.817500', '095551.277500', '095551.737500', '095552.197500', '095552.657500', '095553.117500', '095553.577500', '095554.037500', '095554.497500', '095554.957500', '095555.417500', '095555.877500', '095556.337500', '095556.797500', '095557.257500', '095557.717500', '095558.177500', '095558.637500', '095559.097500', '095559.557500', '095600.017500', '095600.477500', '095600.937500', '095601.397500', '095601.857500', '095602.317500', '095602.777500', '095603.237500', '095603.697500', '095604.157500', '095604.617500', '095605.077500', '095605.537500', '095605.997500', '095606.457500', '095606.917500', '095607.377500', '095607.837500', '095608.297500', '095608.757500', '095609.217500', '095609.677500', '095610.137500', '095610.597500', '095611.057500', '095611.517500', '095611.977500', '095612.437500', '095612.897500', '095613.357500', '095613.817500', '095614.277500', '095614.737500', '095615.197500', '095615.657500', '095616.117500', '095616.577500', '095617.037500', '095617.497500', '095617.957500', '095618.417500', '095618.877500', '095619.337500', '095619.797500', '095620.257500', '095620.717500', '095621.177500', '095621.637500', '095622.097500', '095622.557500', '095623.017500', '095623.477500', '095623.937500', '095624.397500', '095624.857500', '095625.317500', '095625.777500', '095626.237500', '095626.697500', '095627.157500', '095627.617500', '095628.077500', '095628.537500', '095628.997500', '095629.457500', '095629.917500', '095630.377500', '095630.837500', '095631.297500', '095631.757500', '095632.217500', '095632.677500', '095633.137500', '095633.597500', '095634.057500', '095634.517500', '095634.977500', '095635.437500', '095635.897500', '095636.357500', '095636.817500', '095637.277500', '095637.737500', '095638.197500', '095638.657500', '095639.117500', '095639.577500', '095640.037500', '095640.497500', '095640.957500', '095641.417500', '095641.877500', '095642.337500', '095642.797500', '095643.257500', '095643.717500', '095644.177500', '095644.637500', '095645.097500', '095645.557500', '095646.017500', '095646.477500', '095646.937500', '095647.397500', '095647.857500', '095648.317500', '095648.777500', '095649.237500', '095649.697500', '095650.157500', '095650.617500', '095651.077500', '095651.537500', '095651.997500', '095652.457500', '095652.917500', '095653.377500', '095653.837500', '095654.297500', '095654.757500', '095655.217500', '095655.677500', '095656.137500', '095656.597500', '095657.057500', '095657.517500', '095657.977500', '095658.437500', '095658.897500', '095659.357500', '095659.817500', '095700.277500', '095700.737500', '095701.197500', '095701.657500', '095702.117500', '095702.577500', '095703.037500', '095703.497500', '095703.957500', '095704.417500', '095704.877500', '095705.337500', '095705.797500', '095706.257500', '095706.717500', '095707.177500', '095707.637500', '095708.097500', '095708.557500', '095709.017500', '095709.477500', '095709.937500', '095710.397500', '095710.857500', '095711.317500', '095711.777500', '095712.237500', '095712.697500', '095713.157500', '095713.617500', '095714.077500', '095714.537500', '095714.997500', '095715.457500', '095715.917500', '095716.377500', '095716.837500', '095717.297500', '095717.757500', '095718.217500', '095718.677500', '095719.137500', '095719.597500', '095720.057500', '095720.517500', '095720.977500', '095721.437500', '095721.897500', '095722.357500', '095722.817500', '095723.277500', '095723.737500', '095724.197500', '095724.657500', '095725.117500', '095725.577500', '095726.037500', '095726.497500', '095726.957500', '095727.417500', '095727.877500', '095728.337500', '095728.797500', '095729.257500', '095729.717500', '095730.177500', '095730.637500', '095731.097500', '095731.557500', '095732.017500', '095732.477500', '095732.937500', '095733.397500', '095733.857500', '095734.317500', '095734.777500', '095735.237500', '095735.697500', '095736.157500', '095736.617500', '095737.077500', '095737.537500', '095737.997500', '095738.457500', '095738.917500', '095739.377500', '095739.837500', '095740.297500', '095740.757500', '095741.217500', '095741.677500', '095742.137500', '095742.597500', '095743.057500', '095743.517500', '095743.977500', '095744.437500', '095744.897500', '095745.357500', '095745.817500', '095746.277500', '095746.737500', '095747.197500', '095747.657500', '095748.117500', '095748.577500', '095749.037500', '095749.497500', '095749.957500', '095750.417500', '095750.877500', '095751.337500', '095751.797500', '095752.257500', '095752.717500', '095753.177500', '095753.637500', '095754.097500', '095754.557500', '095755.017500', '095755.477500', '095755.937500', '095756.397500', '095756.857500', '095757.317500', '095757.777500', '095758.237500', '095758.697500', '095759.157500', '095759.617500', '095800.077500', '095800.537500', '095800.997500', '095801.457500', '095801.917500', '095802.377500', '095802.837500', '095803.297500', '095803.757500', '095804.217500', '095804.677500', '095805.137500', '095805.597500', '095806.057500', '095806.517500', '095806.977500', '095807.437500', '095807.897500', '095808.357500', '095808.817500', '095809.277500', '095809.737500', '095810.197500', '095810.657500', '095811.117500', '095811.577500', '095812.037500', '095812.497500', '095812.957500', '095813.417500', '095813.877500', '095814.337500', '095814.797500', '095815.257500', '095815.717500', '095816.177500', '095816.637500', '095817.097500', '095817.557500', '095818.017500', '095818.477500', '095818.937500', '095819.397500', '095819.857500', '095820.317500', '095820.777500', '095821.237500', '095821.697500', '095822.157500', '095822.617500', '095823.077500', '095823.537500', '095823.997500', '095824.457500', '095824.917500', '095825.377500', '095825.837500', '095826.297500', '095826.757500', '095827.217500', '095827.677500', '095828.137500', '095828.597500', '095829.057500', '095829.517500', '095829.977500', '095830.437500', '095830.897500', '095831.357500', '095831.817500', '095832.277500', '095832.737500', '095833.197500', '095833.657500', '095834.117500', '095834.577500', '095835.037500', '095835.497500', '095835.957500', '095836.417500', '095836.877500', '095837.337500', '095837.797500', '095838.257500', '095838.717500', '095839.177500', '095839.637500', '095840.097500', '095840.557500', '095841.017500', '095841.477500', '095841.937500', '095842.397500', '095842.857500', '095843.317500', '095843.777500', '095844.237500', '095844.697500', '095845.157500', '095845.617500', '095846.077500', '095846.537500', '095846.997500', '095847.457500', '095847.917500', '095848.377500', '095848.837500', '095849.297500', '095849.757500', '095850.217500', '095850.677500', '095851.137500', '095851.597500', '095852.057500', '095852.517500', '095852.977500', '095853.437500', '095853.897500', '095854.357500', '095854.817500', '095855.277500', '095855.737500', '095856.197500', '095856.657500', '095857.117500', '095857.577500', '095858.037500', '095858.497500', '095858.957500', '095859.417500', '095859.877500', '095900.337500', '095900.797500', '095901.257500', '095901.717500', '095902.177500', '095902.637500', '095903.097500', '095903.557500', '095904.017500', '095904.477500', '095904.937500', '095905.397500', '095905.857500', '095906.317500', '095906.777500', '095907.237500', '095907.697500', '095908.157500', '095908.617500', '095909.077500', '095909.537500', '095909.997500', '095910.457500', '095910.917500', '095911.377500', '095911.837500', '095912.297500', '095912.757500', '095913.217500', '095913.677500', '095914.137500', '095914.597500', '095915.057500', '095915.517500', '095915.977500', '095916.437500', '095916.897500', '095917.357500', '095917.817500', '095918.277500', '095918.737500', '095919.197500', '095919.657500', '095920.117500', '095920.577500', '095921.037500', '095921.497500', '095921.957500', '095922.417500', '095922.877500', '095923.337500', '095923.797500', '095924.257500', '095924.717500', '095925.177500', '095925.637500', '095926.097500', '095926.557500', '095927.017500', '095927.477500', '095927.937500', '095928.397500', '095928.857500', '095929.317500', '095929.777500', '095930.237500', '095930.697500', '095931.157500', '095931.617500', '095932.077500', '095932.537500', '095932.997500', '095933.457500', '095933.917500', '095934.377500', '095934.837500', '095935.297500', '095935.757500', '095936.217500', '095936.677500', '095937.137500', '095937.597500', '095938.057500', '095938.517500', '095938.977500', '095939.437500', '095939.897500', '095940.357500', '095940.817500', '095941.277500', '095941.737500', '095942.197500', '095942.657500', '095943.117500', '095943.577500', '095944.037500', '095944.497500', '095944.957500', '095945.417500', '095945.877500', '095946.337500', '095946.797500', '095947.257500', '095947.717500', '095948.177500', '095948.637500', '095949.097500', '095949.557500', '095950.017500', '095950.477500', '095950.937500', '095951.397500', '095951.857500', '095952.317500', '095952.777500', '095953.237500', '095953.697500', '095954.157500', '095954.617500', '095955.077500', '095955.537500', '095955.997500', '095956.457500', '095956.917500', '095957.377500', '095957.837500', '095958.297500', '095958.757500', '095959.217500', '095959.677500', '100000.137500', '100000.597500', '100001.057500', '100001.517500', '100001.977500', '100002.437500', '100002.897500', '100003.357500', '100003.817500', '100004.277500', '100004.737500', '100005.197500', '100005.657500', '100006.117500', '100006.577500', '100007.037500', '100007.497500', '100007.957500', '100008.417500', '100008.877500', '100009.337500', '100009.797500', '100010.257500', '100010.717500', '100011.177500', '100011.637500', '100012.097500', '100012.557500', '100013.017500', '100013.477500', '100013.937500', '100014.397500', '100014.857500', '100015.317500', '100015.777500', '100016.237500', '100016.697500', '100017.157500', '100017.617500', '100018.077500', '100018.537500', '100018.997500', '100019.457500', '100019.917500', '100020.377500', '100020.837500', '100021.297500', '100021.757500', '100022.217500', '100022.677500', '100023.137500', '100023.597500', '100024.057500', '100024.517500', '100024.977500', '100025.437500', '100025.897500', '100026.357500', '100026.817500', '100027.277500', '100027.737500', '100028.197500', '100028.657500', '100029.117500', '100029.577500', '100030.037500', '100030.497500', '100030.957500', '100031.417500', '100031.877500', '100032.337500', '100032.797500', '100033.257500', '100033.717500', '100034.177500', '100034.637500', '100035.097500', '100035.557500', '100036.017500', '100036.477500', '100036.937500', '100037.397500', '100037.857500', '100038.317500', '100038.777500', '100039.237500', '100039.697500', '100040.157500', '100040.617500', '100041.077500', '100041.537500', '100041.997500', '100042.457500', '100042.917500', '100043.377500', '100043.837500', '100044.297500', '100044.757500', '100045.217500', '100045.677500', '100046.137500', '100046.597500', '100047.057500', '100047.517500', '100047.977500', '100048.437500', '100048.897500', '100049.357500', '100049.817500', '100050.277500', '100050.737500', '100051.197500', '100051.657500', '100052.117500', '100052.577500', '100053.037500', '100053.497500', '100053.957500', '100054.417500', '100054.877500', '100055.337500', '100055.797500', '100056.257500', '100056.717500', '100057.177500', '100057.637500', '100058.097500', '100058.557500', '100059.017500', '100059.477500', '100059.937500', '100100.397500', '100100.857500', '100101.317500', '100101.777500', '100102.237500'], 'ContentTime': ['095310.888000', '095310.891000', '095310.893000', '095310.896000', '095310.905000', '095310.907000', '095310.910000', '095310.912000', '095310.915000', '095310.918000', '095310.920000', '095310.923000', '095310.925000', '095310.928000', '095310.931000', '095310.933000', '095310.936000', '095310.938000', '095310.941000', '095310.943000', '095310.946000', '095310.949000', '095310.951000', '095310.954000', '095310.956000', '095310.959000', '095310.961000', '095310.964000', '095310.967000', '095310.969000', '095310.972000', '095310.975000', '095310.977000', '095310.980000', '095310.982000', '095310.985000', '095310.988000', '095310.990000', '095310.993000', '095310.995000', '095310.998000', '095311.002000', '095311.004000', '095311.007000', '095330.854000', '095330.857000', '095330.860000', '095330.863000', '095330.866000', '095330.868000', '095330.871000', '095330.873000', '095330.876000', '095330.878000', '095330.881000', '095330.884000', '095330.886000', '095330.889000', '095330.892000', '095330.894000', '095330.897000', '095330.899000', '095330.902000', '095330.904000', '095330.907000', '095330.910000', '095330.912000', '095330.915000', '095330.917000', '095330.920000', '095330.922000', '095330.925000', '095330.928000', '095330.930000', '095330.933000', '095330.935000', '095330.938000', '095330.941000', '095330.943000', '095330.946000', '095330.948000', '095330.951000', '095330.953000', '095330.956000', '095330.959000', '095330.961000', '095330.964000', '095330.966000', '095350.854000', '095350.857000', '095350.859000', '095350.862000', '095350.864000', '095350.867000', '095350.870000', '095350.872000', '095350.875000', '095350.877000', '095350.880000', '095350.883000', '095350.885000', '095350.888000', '095350.890000', '095350.893000', '095350.895000', '095350.898000', '095350.901000', '095350.903000', '095350.906000', '095350.908000', '095350.911000', '095350.914000', '095350.916000', '095350.919000', '095350.921000', '095350.924000', '095350.927000', '095350.929000', '095350.932000', '095350.934000', '095350.937000', '095350.939000', '095350.942000', '095350.944000', '095350.947000', '095350.950000', '095350.979000', '095350.982000', '095350.989000', '095350.992000', '095350.994000', '095410.854000', '095410.856000', '095410.859000', '095410.862000', '095410.864000', '095410.867000', '095410.869000', '095410.882000', '095410.884000', '095410.887000', '095410.890000', '095410.892000', '095410.895000', '095410.897000', '095410.900000', '095410.903000', '095410.905000', '095410.908000', '095410.911000', '095410.913000', '095410.916000', '095410.919000', '095410.921000', '095410.924000', '095410.926000', '095410.929000', '095410.932000', '095410.934000', '095410.937000', '095410.939000', '095410.942000', '095410.945000', '095410.947000', '095410.950000', '095410.953000', '095410.955000', '095410.958000', '095410.960000', '095410.963000', '095410.965000', '095410.968000', '095410.971000', '095410.973000', '095430.854000', '095430.856000', '095430.859000', '095430.862000', '095430.864000', '095430.867000', '095430.870000', '095430.872000', '095430.875000', '095430.877000', '095430.880000', '095430.883000', '095430.885000', '095430.888000', '095430.891000', '095430.894000', '095430.896000', '095430.899000', '095430.901000', '095430.904000', '095430.907000', '095430.909000', '095430.912000', '095430.915000', '095430.917000', '095430.920000', '095430.922000', '095430.925000', '095430.928000', '095430.930000', '095430.933000', '095430.936000', '095430.938000', '095430.946000', '095430.948000', '095430.951000', '095430.954000', '095430.956000', '095430.959000', '095430.961000', '095430.964000', '095430.967000', '095430.969000', '095430.972000', '095450.854000', '095450.857000', '095450.860000', '095450.863000', '095450.865000', '095450.868000', '095450.870000', '095450.873000', '095450.876000', '095450.878000', '095450.881000', '095450.884000', '095450.887000', '095450.889000', '095450.892000', '095450.895000', '095450.897000', '095450.901000', '095450.904000', '095450.906000', '095450.909000', '095450.911000', '095450.914000', '095450.917000', '095450.919000', '095450.922000', '095450.924000', '095450.927000', '095450.930000', '095450.932000', '095450.935000', '095450.937000', '095450.940000', '095450.942000', '095450.945000', '095450.948000', '095450.950000', '095450.953000', '095450.956000', '095450.958000', '095450.961000', '095450.963000', '095450.966000', '095510.854000', '095510.857000', '095510.860000', '095510.862000', '095510.865000', '095510.868000', '095510.870000', '095510.873000', '095510.876000', '095510.878000', '095510.881000', '095510.883000', '095510.886000', '095510.889000', '095510.891000', '095510.894000', '095510.896000', '095510.899000', '095510.902000', '095510.904000', '095510.907000', '095510.910000', '095510.912000', '095510.915000', '095510.918000', '095510.920000', '095510.923000', '095510.925000', '095510.928000', '095510.931000', '095510.933000', '095510.936000', '095510.938000', '095510.941000', '095510.943000', '095510.946000', '095510.949000', '095510.951000', '095510.954000', '095510.957000', '095510.959000', '095510.962000', '095510.964000', '095510.967000', '095530.854000', '095530.857000', '095530.860000', '095530.862000', '095530.865000', '095530.868000', '095530.870000', '095530.873000', '095530.876000', '095530.878000', '095530.881000', '095530.883000', '095530.886000', '095530.888000', '095530.891000', '095530.894000', '095530.896000', '095530.899000', '095530.901000', '095530.904000', '095530.907000', '095530.909000', '095530.912000', '095530.914000', '095530.917000', '095530.920000', '095530.922000', '095530.925000', '095530.927000', '095530.930000', '095530.933000', '095530.935000', '095530.938000', '095530.940000', '095530.950000', '095530.953000', '095530.955000', '095530.958000', '095530.961000', '095530.963000', '095530.966000', '095530.968000', '095530.971000', '095530.974000', '095550.855000', '095550.858000', '095550.860000', '095550.863000', '095550.867000', '095550.869000', '095550.872000', '095550.874000', '095550.877000', '095550.879000', '095550.882000', '095550.885000', '095550.887000', '095550.890000', '095550.892000', '095550.895000', '095550.898000', '095550.900000', '095550.903000', '095550.906000', '095550.908000', '095550.911000', '095550.913000', '095550.916000', '095550.919000', '095550.921000', '095550.924000', '095550.927000', '095550.929000', '095550.932000', '095550.934000', '095550.937000', '095550.940000', '095550.942000', '095550.945000', '095550.947000', '095550.950000', '095550.953000', '095550.955000', '095550.958000', '095550.961000', '095550.963000', '095550.966000', '095610.853000', '095610.856000', '095610.859000', '095610.862000', '095610.865000', '095610.867000', '095610.870000', '095610.873000', '095610.875000', '095610.878000', '095610.880000', '095610.883000', '095610.886000', '095610.888000', '095610.891000', '095610.893000', '095610.896000', '095610.899000', '095610.901000', '095610.908000', '095610.911000', '095610.913000', '095610.916000', '095610.919000', '095610.922000', '095610.925000', '095610.927000', '095610.930000', '095610.933000', '095610.935000', '095610.940000', '095610.943000', '095610.946000', '095610.948000', '095610.951000', '095610.954000', '095610.956000', '095610.959000', '095610.962000', '095610.964000', '095610.967000', '095610.970000', '095610.972000', '095630.853000', '095630.856000', '095630.859000', '095630.862000', '095630.864000', '095630.867000', '095630.869000', '095630.872000', '095630.875000', '095630.877000', '095630.880000', '095630.882000', '095630.885000', '095630.888000', '095630.890000', '095630.893000', '095630.895000', '095630.898000', '095630.901000', '095630.903000', '095630.906000', '095630.909000', '095630.911000', '095630.914000', '095630.916000', '095630.919000', '095630.922000', '095630.924000', '095630.927000', '095630.930000', '095630.932000', '095630.935000', '095630.937000', '095630.940000', '095630.943000', '095630.945000', '095630.948000', '095630.950000', '095630.953000', '095630.956000', '095630.958000', '095630.961000', '095630.963000', '095630.966000', '095650.853000', '095650.856000', '095650.859000', '095650.862000', '095650.864000', '095650.867000', '095650.870000', '095650.872000', '095650.875000', '095650.877000', '095650.880000', '095650.883000', '095650.885000', '095650.888000', '095650.890000', '095650.893000', '095650.896000', '095650.898000', '095650.901000', '095650.904000', '095650.906000', '095650.909000', '095650.912000', '095650.914000', '095650.917000', '095650.920000', '095650.922000', '095650.925000', '095650.928000', '095650.930000', '095650.933000', '095650.936000', '095650.938000', '095650.949000', '095650.951000', '095650.954000', '095650.957000', '095650.959000', '095650.962000', '095650.964000', '095650.967000', '095650.970000', '095650.972000', '095710.854000', '095710.857000', '095710.860000', '095710.863000', '095710.865000', '095710.868000', '095710.871000', '095710.873000', '095710.876000', '095710.878000', '095710.881000', '095710.883000', '095710.886000', '095710.889000', '095710.891000', '095710.894000', '095710.927000', '095710.929000', '095710.932000', '095710.934000', '095710.937000', '095710.940000', '095710.942000', '095710.945000', '095710.947000', '095710.950000', '095710.953000', '095710.955000', '095710.958000', '095710.960000', '095710.963000', '095710.966000', '095710.968000', '095710.971000', '095710.974000', '095710.976000', '095710.979000', '095710.982000', '095710.984000', '095710.987000', '095710.989000', '095710.992000', '095710.995000', '095710.997000', '095730.855000', '095730.858000', '095730.860000', '095730.863000', '095730.866000', '095730.868000', '095730.871000', '095730.873000', '095730.876000', '095730.879000', '095730.881000', '095730.884000', '095730.887000', '095730.889000', '095730.892000', '095730.894000', '095730.897000', '095730.900000', '095730.902000', '095730.905000', '095730.908000', '095730.910000', '095730.913000', '095730.915000', '095730.918000', '095730.921000', '095730.923000', '095730.926000', '095730.929000', '095730.931000', '095730.934000', '095730.937000', '095730.939000', '095730.942000', '095730.945000', '095730.947000', '095730.950000', '095730.953000', '095730.955000', '095730.958000', '095730.961000', '095730.963000', '095730.966000', '095750.855000', '095750.858000', '095750.860000', '095750.863000', '095750.865000', '095750.868000', '095750.871000', '095750.873000', '095750.876000', '095750.878000', '095750.881000', '095750.884000', '095750.886000', '095750.889000', '095750.891000', '095750.894000', '095750.897000', '095750.899000', '095750.902000', '095750.905000', '095750.907000', '095750.910000', '095750.912000', '095750.915000', '095750.918000', '095750.920000', '095750.923000', '095750.926000', '095750.928000', '095750.931000', '095750.933000', '095750.936000', '095750.939000', '095750.941000', '095750.944000', '095750.947000', '095750.949000', '095750.952000', '095750.955000', '095750.957000', '095750.960000', '095750.962000', '095750.965000', '095750.968000', '095810.855000', '095810.857000', '095810.860000', '095810.863000', '095810.865000', '095810.868000', '095810.871000', '095810.873000', '095810.876000', '095810.879000', '095810.881000', '095810.884000', '095810.886000', '095810.889000', '095810.892000', '095810.894000', '095810.897000', '095810.899000', '095810.902000', '095810.905000', '095810.907000', '095810.910000', '095810.913000', '095810.915000', '095810.918000', '095810.920000', '095810.923000', '095810.926000', '095810.928000', '095810.931000', '095810.934000', '095810.936000', '095810.939000', '095810.941000', '095810.944000', '095810.947000', '095810.949000', '095810.952000', '095810.954000', '095810.957000', '095810.960000', '095810.962000', '095810.965000', '095830.854000', '095830.857000', '095830.859000', '095830.862000', '095830.865000', '095830.867000', '095830.870000', '095830.872000', '095830.875000', '095830.877000', '095830.880000', '095830.883000', '095830.885000', '095830.888000', '095830.891000', '095830.893000', '095830.896000', '095830.899000', '095830.901000', '095830.904000', '095830.907000', '095830.909000', '095830.912000', '095830.914000', '095830.917000', '095830.920000', '095830.922000', '095830.956000', '095830.959000', '095830.963000', '095830.966000', '095830.969000', '095830.971000', '095830.974000', '095830.977000', '095830.979000', '095830.982000', '095830.984000', '095830.987000', '095830.990000', '095830.992000', '095830.995000', '095830.997000', '095831.001000', '095850.854000', '095850.857000', '095850.859000', '095850.862000', '095850.864000', '095850.867000', '095850.870000', '095850.872000', '095850.875000', '095850.877000', '095850.880000', '095850.883000', '095850.885000', '095850.888000', '095850.891000', '095850.893000', '095850.896000', '095850.898000', '095850.901000', '095850.904000', '095850.906000', '095850.909000', '095850.911000', '095850.914000', '095850.917000', '095850.919000', '095850.922000', '095850.925000', '095850.928000', '095850.930000', '095850.933000', '095850.935000', '095850.938000', '095850.940000', '095850.943000', '095850.946000', '095850.948000', '095850.951000', '095850.954000', '095850.957000', '095850.959000', '095850.962000', '095850.965000', '095910.853000', '095910.856000', '095910.859000', '095910.861000', '095910.864000', '095910.867000', '095910.869000', '095910.872000', '095910.874000', '095910.877000', '095910.880000', '095910.882000', '095910.885000', '095910.887000', '095910.890000', '095910.893000', '095910.896000', '095910.898000', '095910.901000', '095910.903000', '095910.906000', '095910.909000', '095910.911000', '095910.914000', '095910.916000', '095910.919000', '095910.922000', '095910.924000', '095910.927000', '095910.930000', '095910.932000', '095910.935000', '095910.937000', '095910.940000', '095910.943000', '095910.945000', '095910.948000', '095910.950000', '095910.953000', '095910.956000', '095910.958000', '095910.961000', '095910.963000', '095910.966000', '095930.854000', '095930.857000', '095930.860000', '095930.863000', '095930.865000', '095930.868000', '095930.871000', '095930.873000', '095930.876000', '095930.878000', '095930.881000', '095930.884000', '095930.886000', '095930.889000', '095930.891000', '095930.894000', '095930.897000', '095930.899000', '095930.902000', '095930.904000', '095930.907000', '095930.910000', '095930.912000', '095930.915000', '095930.918000', '095930.920000', '095930.923000', '095930.926000', '095930.928000', '095930.931000', '095930.933000', '095930.936000', '095930.939000', '095930.941000', '095930.944000', '095930.946000', '095930.949000', '095930.952000', '095930.954000', '095930.957000', '095930.960000', '095930.962000', '095930.965000', '095950.854000', '095950.857000', '095950.860000', '095950.863000', '095950.865000', '095950.868000', '095950.871000', '095950.874000', '095950.876000', '095950.879000', '095950.882000', '095950.884000', '095950.887000', '095950.889000', '095950.892000', '095950.894000', '095950.897000', '095950.900000', '095950.902000', '095950.905000', '095950.908000', '095950.910000', '095950.913000', '095950.915000', '095950.918000', '095950.921000', '095950.923000', '095950.926000', '095950.929000', '095950.931000', '095950.934000', '095950.936000', '095950.939000', '095950.942000', '095950.944000', '095950.947000', '095950.949000', '095950.952000', '095950.968000', '095950.971000', '095950.973000', '095950.976000', '095950.979000', '095950.981000', '100010.855000', '100010.858000', '100010.860000', '100010.863000', '100010.865000', '100010.868000', '100010.871000', '100010.873000', '100010.876000', '100010.879000', '100010.881000', '100010.884000', '100010.886000', '100010.889000', '100010.892000', '100010.894000', '100010.897000', '100010.899000', '100010.902000', '100010.905000', '100010.907000', '100010.910000', '100010.913000', '100010.915000', '100010.918000', '100010.921000', '100010.923000', '100010.926000', '100010.928000', '100010.931000', '100010.934000', '100010.936000', '100010.939000', '100010.942000', '100010.944000', '100010.947000', '100010.949000', '100010.952000', '100010.955000', '100010.957000', '100010.960000', '100010.962000', '100010.965000', '100030.854000', '100030.857000', '100030.860000', '100030.863000', '100030.865000', '100030.868000', '100030.870000', '100030.873000', '100030.876000', '100030.879000', '100030.881000', '100030.884000', '100030.887000', '100030.889000', '100030.892000', '100030.894000', '100030.897000', '100030.900000', '100030.902000', '100030.905000', '100030.908000', '100030.910000', '100030.913000', '100030.916000', '100030.918000', '100030.921000', '100030.923000', '100030.926000', '100030.929000', '100030.931000', '100030.934000', '100030.937000', '100030.939000', '100030.942000', '100030.945000', '100030.947000', '100030.950000', '100030.952000', '100030.955000', '100030.958000', '100030.960000', '100030.963000', '100030.966000', '100030.968000', '100050.854000', '100050.857000', '100050.859000', '100050.862000', '100050.864000', '100050.867000', '100050.870000', '100050.872000', '100050.875000', '100050.878000', '100050.880000', '100050.883000', '100050.886000', '100050.888000', '100050.891000', '100050.894000', '100050.896000', '100050.899000', '100050.901000', '100050.904000', '100050.907000', '100050.909000', '100050.912000', '100050.914000', '100050.917000', '100050.920000', '100050.922000', '100050.925000', '100050.927000', '100050.930000', '100050.933000', '100050.935000', '100050.938000', '100050.941000', '100050.943000', '100050.946000', '100050.949000', '100050.951000', '100050.954000', '100050.957000', '100050.959000', '100050.962000', '100050.965000', '100103.923000', '100103.926000', '100103.928000', '100103.931000', '100103.934000', '100103.937000', '100103.940000', '100103.942000', '100103.945000', '100103.948000', '100103.951000', '100103.954000', '100103.957000', '100103.960000', '100103.963000', '100103.966000', '100103.970000', '100103.973000', '100103.976000', '100103.979000', '100103.983000', '100103.986000', '100103.990000', '100103.993000', '100103.996000', '100104.000000', '100104.003000', '100104.007000', '100104.010000'], 'InstanceCreationTime': ['095310.888000', '095310.891000', '095310.893000', '095310.896000', '095310.905000', '095310.907000', '095310.910000', '095310.912000', '095310.915000', '095310.918000', '095310.920000', '095310.923000', '095310.925000', '095310.928000', '095310.931000', '095310.933000', '095310.936000', '095310.938000', '095310.941000', '095310.943000', '095310.946000', '095310.949000', '095310.951000', '095310.954000', '095310.956000', '095310.959000', '095310.961000', '095310.964000', '095310.967000', '095310.969000', '095310.972000', '095310.975000', '095310.977000', '095310.980000', '095310.982000', '095310.985000', '095310.988000', '095310.990000', '095310.993000', '095310.995000', '095310.998000', '095311.002000', '095311.004000', '095311.007000', '095330.854000', '095330.857000', '095330.860000', '095330.863000', '095330.866000', '095330.868000', '095330.871000', '095330.873000', '095330.876000', '095330.878000', '095330.881000', '095330.884000', '095330.886000', '095330.889000', '095330.892000', '095330.894000', '095330.897000', '095330.899000', '095330.902000', '095330.904000', '095330.907000', '095330.910000', '095330.912000', '095330.915000', '095330.917000', '095330.920000', '095330.922000', '095330.925000', '095330.928000', '095330.930000', '095330.933000', '095330.935000', '095330.938000', '095330.941000', '095330.943000', '095330.946000', '095330.948000', '095330.951000', '095330.953000', '095330.956000', '095330.959000', '095330.961000', '095330.964000', '095330.966000', '095350.854000', '095350.857000', '095350.859000', '095350.862000', '095350.864000', '095350.867000', '095350.870000', '095350.872000', '095350.875000', '095350.877000', '095350.880000', '095350.883000', '095350.885000', '095350.888000', '095350.890000', '095350.893000', '095350.895000', '095350.898000', '095350.901000', '095350.903000', '095350.906000', '095350.908000', '095350.911000', '095350.914000', '095350.916000', '095350.919000', '095350.921000', '095350.924000', '095350.927000', '095350.929000', '095350.932000', '095350.934000', '095350.937000', '095350.939000', '095350.942000', '095350.944000', '095350.947000', '095350.950000', '095350.979000', '095350.982000', '095350.989000', '095350.992000', '095350.994000', '095410.854000', '095410.856000', '095410.859000', '095410.862000', '095410.864000', '095410.867000', '095410.869000', '095410.882000', '095410.884000', '095410.887000', '095410.890000', '095410.892000', '095410.895000', '095410.897000', '095410.900000', '095410.903000', '095410.905000', '095410.908000', '095410.911000', '095410.913000', '095410.916000', '095410.919000', '095410.921000', '095410.924000', '095410.926000', '095410.929000', '095410.932000', '095410.934000', '095410.937000', '095410.939000', '095410.942000', '095410.945000', '095410.947000', '095410.950000', '095410.953000', '095410.955000', '095410.958000', '095410.960000', '095410.963000', '095410.965000', '095410.968000', '095410.971000', '095410.973000', '095430.854000', '095430.856000', '095430.859000', '095430.862000', '095430.864000', '095430.867000', '095430.870000', '095430.872000', '095430.875000', '095430.877000', '095430.880000', '095430.883000', '095430.885000', '095430.888000', '095430.891000', '095430.894000', '095430.896000', '095430.899000', '095430.901000', '095430.904000', '095430.907000', '095430.909000', '095430.912000', '095430.915000', '095430.917000', '095430.920000', '095430.922000', '095430.925000', '095430.928000', '095430.930000', '095430.933000', '095430.936000', '095430.938000', '095430.946000', '095430.948000', '095430.951000', '095430.954000', '095430.956000', '095430.959000', '095430.961000', '095430.964000', '095430.967000', '095430.969000', '095430.972000', '095450.854000', '095450.857000', '095450.860000', '095450.863000', '095450.865000', '095450.868000', '095450.870000', '095450.873000', '095450.876000', '095450.878000', '095450.881000', '095450.884000', '095450.887000', '095450.889000', '095450.892000', '095450.895000', '095450.897000', '095450.901000', '095450.904000', '095450.906000', '095450.909000', '095450.911000', '095450.914000', '095450.917000', '095450.919000', '095450.922000', '095450.924000', '095450.927000', '095450.930000', '095450.932000', '095450.935000', '095450.937000', '095450.940000', '095450.942000', '095450.945000', '095450.948000', '095450.950000', '095450.953000', '095450.956000', '095450.958000', '095450.961000', '095450.963000', '095450.966000', '095510.854000', '095510.857000', '095510.860000', '095510.862000', '095510.865000', '095510.868000', '095510.870000', '095510.873000', '095510.876000', '095510.878000', '095510.881000', '095510.883000', '095510.886000', '095510.889000', '095510.891000', '095510.894000', '095510.896000', '095510.899000', '095510.902000', '095510.904000', '095510.907000', '095510.910000', '095510.912000', '095510.915000', '095510.918000', '095510.920000', '095510.923000', '095510.925000', '095510.928000', '095510.931000', '095510.933000', '095510.936000', '095510.938000', '095510.941000', '095510.943000', '095510.946000', '095510.949000', '095510.951000', '095510.954000', '095510.957000', '095510.959000', '095510.962000', '095510.964000', '095510.967000', '095530.854000', '095530.857000', '095530.860000', '095530.862000', '095530.865000', '095530.868000', '095530.870000', '095530.873000', '095530.876000', '095530.878000', '095530.881000', '095530.883000', '095530.886000', '095530.888000', '095530.891000', '095530.894000', '095530.896000', '095530.899000', '095530.901000', '095530.904000', '095530.907000', '095530.909000', '095530.912000', '095530.914000', '095530.917000', '095530.920000', '095530.922000', '095530.925000', '095530.927000', '095530.930000', '095530.933000', '095530.935000', '095530.938000', '095530.940000', '095530.950000', '095530.953000', '095530.955000', '095530.958000', '095530.961000', '095530.963000', '095530.966000', '095530.968000', '095530.971000', '095530.974000', '095550.855000', '095550.858000', '095550.860000', '095550.863000', '095550.867000', '095550.869000', '095550.872000', '095550.874000', '095550.877000', '095550.879000', '095550.882000', '095550.885000', '095550.887000', '095550.890000', '095550.892000', '095550.895000', '095550.898000', '095550.900000', '095550.903000', '095550.906000', '095550.908000', '095550.911000', '095550.913000', '095550.916000', '095550.919000', '095550.921000', '095550.924000', '095550.927000', '095550.929000', '095550.932000', '095550.934000', '095550.937000', '095550.940000', '095550.942000', '095550.945000', '095550.947000', '095550.950000', '095550.953000', '095550.955000', '095550.958000', '095550.961000', '095550.963000', '095550.966000', '095610.853000', '095610.856000', '095610.859000', '095610.862000', '095610.865000', '095610.867000', '095610.870000', '095610.873000', '095610.875000', '095610.878000', '095610.880000', '095610.883000', '095610.886000', '095610.888000', '095610.891000', '095610.893000', '095610.896000', '095610.899000', '095610.901000', '095610.908000', '095610.911000', '095610.913000', '095610.916000', '095610.919000', '095610.922000', '095610.925000', '095610.927000', '095610.930000', '095610.933000', '095610.935000', '095610.940000', '095610.943000', '095610.946000', '095610.948000', '095610.951000', '095610.954000', '095610.956000', '095610.959000', '095610.962000', '095610.964000', '095610.967000', '095610.970000', '095610.972000', '095630.853000', '095630.856000', '095630.859000', '095630.862000', '095630.864000', '095630.867000', '095630.869000', '095630.872000', '095630.875000', '095630.877000', '095630.880000', '095630.882000', '095630.885000', '095630.888000', '095630.890000', '095630.893000', '095630.895000', '095630.898000', '095630.901000', '095630.903000', '095630.906000', '095630.909000', '095630.911000', '095630.914000', '095630.916000', '095630.919000', '095630.922000', '095630.924000', '095630.927000', '095630.930000', '095630.932000', '095630.935000', '095630.937000', '095630.940000', '095630.943000', '095630.945000', '095630.948000', '095630.950000', '095630.953000', '095630.956000', '095630.958000', '095630.961000', '095630.963000', '095630.966000', '095650.853000', '095650.856000', '095650.859000', '095650.862000', '095650.864000', '095650.867000', '095650.870000', '095650.872000', '095650.875000', '095650.877000', '095650.880000', '095650.883000', '095650.885000', '095650.888000', '095650.890000', '095650.893000', '095650.896000', '095650.898000', '095650.901000', '095650.904000', '095650.906000', '095650.909000', '095650.912000', '095650.914000', '095650.917000', '095650.920000', '095650.922000', '095650.925000', '095650.928000', '095650.930000', '095650.933000', '095650.936000', '095650.938000', '095650.949000', '095650.951000', '095650.954000', '095650.957000', '095650.959000', '095650.962000', '095650.964000', '095650.967000', '095650.970000', '095650.972000', '095710.854000', '095710.857000', '095710.860000', '095710.863000', '095710.865000', '095710.868000', '095710.871000', '095710.873000', '095710.876000', '095710.878000', '095710.881000', '095710.883000', '095710.886000', '095710.889000', '095710.891000', '095710.894000', '095710.927000', '095710.929000', '095710.932000', '095710.934000', '095710.937000', '095710.940000', '095710.942000', '095710.945000', '095710.947000', '095710.950000', '095710.953000', '095710.955000', '095710.958000', '095710.960000', '095710.963000', '095710.966000', '095710.968000', '095710.971000', '095710.974000', '095710.976000', '095710.979000', '095710.982000', '095710.984000', '095710.987000', '095710.989000', '095710.992000', '095710.995000', '095710.997000', '095730.855000', '095730.858000', '095730.860000', '095730.863000', '095730.866000', '095730.868000', '095730.871000', '095730.873000', '095730.876000', '095730.879000', '095730.881000', '095730.884000', '095730.887000', '095730.889000', '095730.892000', '095730.894000', '095730.897000', '095730.900000', '095730.902000', '095730.905000', '095730.908000', '095730.910000', '095730.913000', '095730.915000', '095730.918000', '095730.921000', '095730.923000', '095730.926000', '095730.929000', '095730.931000', '095730.934000', '095730.937000', '095730.939000', '095730.942000', '095730.945000', '095730.947000', '095730.950000', '095730.953000', '095730.955000', '095730.958000', '095730.961000', '095730.963000', '095730.966000', '095750.855000', '095750.858000', '095750.860000', '095750.863000', '095750.865000', '095750.868000', '095750.871000', '095750.873000', '095750.876000', '095750.878000', '095750.881000', '095750.884000', '095750.886000', '095750.889000', '095750.891000', '095750.894000', '095750.897000', '095750.899000', '095750.902000', '095750.905000', '095750.907000', '095750.910000', '095750.912000', '095750.915000', '095750.918000', '095750.920000', '095750.923000', '095750.926000', '095750.928000', '095750.931000', '095750.933000', '095750.936000', '095750.939000', '095750.941000', '095750.944000', '095750.947000', '095750.949000', '095750.952000', '095750.955000', '095750.957000', '095750.960000', '095750.962000', '095750.965000', '095750.968000', '095810.855000', '095810.857000', '095810.860000', '095810.863000', '095810.865000', '095810.868000', '095810.871000', '095810.873000', '095810.876000', '095810.879000', '095810.881000', '095810.884000', '095810.886000', '095810.889000', '095810.892000', '095810.894000', '095810.897000', '095810.899000', '095810.902000', '095810.905000', '095810.907000', '095810.910000', '095810.913000', '095810.915000', '095810.918000', '095810.920000', '095810.923000', '095810.926000', '095810.928000', '095810.931000', '095810.934000', '095810.936000', '095810.939000', '095810.941000', '095810.944000', '095810.947000', '095810.949000', '095810.952000', '095810.954000', '095810.957000', '095810.960000', '095810.962000', '095810.965000', '095830.854000', '095830.857000', '095830.859000', '095830.862000', '095830.865000', '095830.867000', '095830.870000', '095830.872000', '095830.875000', '095830.877000', '095830.880000', '095830.883000', '095830.885000', '095830.888000', '095830.891000', '095830.893000', '095830.896000', '095830.899000', '095830.901000', '095830.904000', '095830.907000', '095830.909000', '095830.912000', '095830.914000', '095830.917000', '095830.920000', '095830.922000', '095830.956000', '095830.959000', '095830.963000', '095830.966000', '095830.969000', '095830.971000', '095830.974000', '095830.977000', '095830.979000', '095830.982000', '095830.984000', '095830.987000', '095830.990000', '095830.992000', '095830.995000', '095830.997000', '095831.001000', '095850.854000', '095850.857000', '095850.859000', '095850.862000', '095850.864000', '095850.867000', '095850.870000', '095850.872000', '095850.875000', '095850.877000', '095850.880000', '095850.883000', '095850.885000', '095850.888000', '095850.891000', '095850.893000', '095850.896000', '095850.898000', '095850.901000', '095850.904000', '095850.906000', '095850.909000', '095850.911000', '095850.914000', '095850.917000', '095850.919000', '095850.922000', '095850.925000', '095850.928000', '095850.930000', '095850.933000', '095850.935000', '095850.938000', '095850.940000', '095850.943000', '095850.946000', '095850.948000', '095850.951000', '095850.954000', '095850.957000', '095850.959000', '095850.962000', '095850.965000', '095910.853000', '095910.856000', '095910.859000', '095910.861000', '095910.864000', '095910.867000', '095910.869000', '095910.872000', '095910.874000', '095910.877000', '095910.880000', '095910.882000', '095910.885000', '095910.887000', '095910.890000', '095910.893000', '095910.896000', '095910.898000', '095910.901000', '095910.903000', '095910.906000', '095910.909000', '095910.911000', '095910.914000', '095910.916000', '095910.919000', '095910.922000', '095910.924000', '095910.927000', '095910.930000', '095910.932000', '095910.935000', '095910.937000', '095910.940000', '095910.943000', '095910.945000', '095910.948000', '095910.950000', '095910.953000', '095910.956000', '095910.958000', '095910.961000', '095910.963000', '095910.966000', '095930.854000', '095930.857000', '095930.860000', '095930.863000', '095930.865000', '095930.868000', '095930.871000', '095930.873000', '095930.876000', '095930.878000', '095930.881000', '095930.884000', '095930.886000', '095930.889000', '095930.891000', '095930.894000', '095930.897000', '095930.899000', '095930.902000', '095930.904000', '095930.907000', '095930.910000', '095930.912000', '095930.915000', '095930.918000', '095930.920000', '095930.923000', '095930.926000', '095930.928000', '095930.931000', '095930.933000', '095930.936000', '095930.939000', '095930.941000', '095930.944000', '095930.946000', '095930.949000', '095930.952000', '095930.954000', '095930.957000', '095930.960000', '095930.962000', '095930.965000', '095950.854000', '095950.857000', '095950.860000', '095950.863000', '095950.865000', '095950.868000', '095950.871000', '095950.874000', '095950.876000', '095950.879000', '095950.882000', '095950.884000', '095950.887000', '095950.889000', '095950.892000', '095950.894000', '095950.897000', '095950.900000', '095950.902000', '095950.905000', '095950.908000', '095950.910000', '095950.913000', '095950.915000', '095950.918000', '095950.921000', '095950.923000', '095950.926000', '095950.929000', '095950.931000', '095950.934000', '095950.936000', '095950.939000', '095950.942000', '095950.944000', '095950.947000', '095950.949000', '095950.952000', '095950.968000', '095950.971000', '095950.973000', '095950.976000', '095950.979000', '095950.981000', '100010.855000', '100010.858000', '100010.860000', '100010.863000', '100010.865000', '100010.868000', '100010.871000', '100010.873000', '100010.876000', '100010.879000', '100010.881000', '100010.884000', '100010.886000', '100010.889000', '100010.892000', '100010.894000', '100010.897000', '100010.899000', '100010.902000', '100010.905000', '100010.907000', '100010.910000', '100010.913000', '100010.915000', '100010.918000', '100010.921000', '100010.923000', '100010.926000', '100010.928000', '100010.931000', '100010.934000', '100010.936000', '100010.939000', '100010.942000', '100010.944000', '100010.947000', '100010.949000', '100010.952000', '100010.955000', '100010.957000', '100010.960000', '100010.962000', '100010.965000', '100030.854000', '100030.857000', '100030.860000', '100030.863000', '100030.865000', '100030.868000', '100030.870000', '100030.873000', '100030.876000', '100030.879000', '100030.881000', '100030.884000', '100030.887000', '100030.889000', '100030.892000', '100030.894000', '100030.897000', '100030.900000', '100030.902000', '100030.905000', '100030.908000', '100030.910000', '100030.913000', '100030.916000', '100030.918000', '100030.921000', '100030.923000', '100030.926000', '100030.929000', '100030.931000', '100030.934000', '100030.937000', '100030.939000', '100030.942000', '100030.945000', '100030.947000', '100030.950000', '100030.952000', '100030.955000', '100030.958000', '100030.960000', '100030.963000', '100030.966000', '100030.968000', '100050.854000', '100050.857000', '100050.859000', '100050.862000', '100050.864000', '100050.867000', '100050.870000', '100050.872000', '100050.875000', '100050.878000', '100050.880000', '100050.883000', '100050.886000', '100050.888000', '100050.891000', '100050.894000', '100050.896000', '100050.899000', '100050.901000', '100050.904000', '100050.907000', '100050.909000', '100050.912000', '100050.914000', '100050.917000', '100050.920000', '100050.922000', '100050.925000', '100050.927000', '100050.930000', '100050.933000', '100050.935000', '100050.938000', '100050.941000', '100050.943000', '100050.946000', '100050.949000', '100050.951000', '100050.954000', '100050.957000', '100050.959000', '100050.962000', '100050.965000', '100103.923000', '100103.926000', '100103.928000', '100103.931000', '100103.934000', '100103.937000', '100103.940000', '100103.942000', '100103.945000', '100103.948000', '100103.951000', '100103.954000', '100103.957000', '100103.960000', '100103.963000', '100103.966000', '100103.970000', '100103.973000', '100103.976000', '100103.979000', '100103.983000', '100103.986000', '100103.990000', '100103.993000', '100103.996000', '100104.000000', '100104.003000', '100104.007000', '100104.010000'], '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], 'LargestImagePixelValue': [7473, 9081, 7051, 9871, 7431, 9986, 8027, 6940, 7358, 7088, 7491, 6696, 7432, 6841, 6828, 8315, 6860, 9876, 6844, 9257, 6992, 8874, 6784, 7269, 6900, 6666, 6787, 6995, 6766, 6610, 6748, 7867, 6872, 10278, 6828, 11630, 7183, 10548, 8532, 10180, 7445, 8915, 7104, 8847, 6805, 8256, 6735, 8445, 6983, 8523, 7275, 8759, 7288, 8877, 6861, 9190, 6868, 8923, 6829, 8483, 6544, 8575, 6856, 10066, 6719, 9023, 6772, 7755, 6908, 7766, 6826, 7805, 6676, 7981, 6655, 7872, 6870, 8384, 6796, 9290, 7043, 7969, 7080, 8325, 6844, 8365, 7027, 7865, 7453, 6703, 6882, 6928, 7279, 7042, 8306, 6868, 10585, 7106, 7833, 6805, 6888, 10391, 6876, 12284, 7850, 11566, 7088, 10559, 8165, 11133, 7764, 10799, 7583, 10912, 8278, 9965, 6990, 8287, 6999, 7169, 6963, 6972, 6835, 7924, 7013, 8087, 6918, 8257, 6845, 9689, 6931, 7902, 6939, 6779, 7097, 6919, 7580, 7025, 7524, 6826, 7327, 6980, 7360, 7158, 7605, 6868, 7305, 6947, 6729, 7002, 6865, 7137, 6991, 7306, 6949, 9060, 7088, 9961, 6999, 9683, 6825, 10140, 7289, 10185, 6709, 10237, 7147, 10512, 7345, 8991, 7016, 9045, 7219, 9102, 7427, 8096, 6976, 7880, 6710, 6934, 6904, 6961, 7595, 6875, 7590, 6792, 9036, 6982, 9461, 7209, 7093, 6859, 6931, 7662, 6958, 9790, 6856, 8829, 6953, 6833, 7127, 6825, 9832, 6611, 11049, 6868, 9571, 8007, 9684, 7103, 8825, 8220, 6815, 8735, 6726, 9614, 6757, 11414, 8078, 11500, 6859, 8633, 6900, 6915, 7049, 8616, 7019, 10795, 7734, 9552, 6852, 9294, 6929, 8101, 7097, 7843, 7760, 6970, 7399, 6961, 7573, 6886, 7390, 6707, 6881, 8694, 6794, 10751, 7062, 10686, 7449, 7007, 7067, 6951, 6854, 6830, 7069, 6988, 7022, 9693, 6964, 12084, 7003, 11018, 6927, 9539, 8380, 9261, 7484, 8932, 6881, 8057, 6860, 7768, 6962, 7566, 7024, 7114, 6821, 6835, 6815, 6977, 6874, 7041, 7006, 7110, 6861, 7358, 6837, 8187, 6784, 8907, 6789, 8682, 6971, 8656, 6998, 8903, 6955, 9153, 7115, 8566, 6749, 8623, 6969, 8856, 6963, 8003, 6869, 7783, 6765, 7519, 6856, 6857, 7379, 6798, 7626, 6782, 8442, 7082, 10020, 6950, 10153, 6883, 10469, 7845, 9360, 7644, 8720, 6824, 8304, 6914, 8986, 6922, 7060, 7150, 6853, 7457, 6985, 7545, 6885, 9259, 6724, 10886, 6698, 9840, 6776, 9921, 6978, 10484, 7240, 10630, 7080, 10265, 7067, 9489, 6812, 9729, 8084, 9265, 7073, 8307, 6899, 7753, 6624, 8322, 6974, 8812, 6994, 7579, 6842, 9205, 6977, 11037, 7057, 9475, 6901, 7645, 6804, 7794, 6844, 7566, 6672, 7728, 6900, 7148, 7028, 7068, 6898, 6860, 7090, 7043, 7274, 6877, 8990, 7033, 7765, 6956, 6717, 8065, 7256, 7988, 7010, 6832, 7173, 7051, 10898, 6889, 11339, 7348, 10468, 8520, 7299, 7094, 6773, 8458, 6985, 10266, 7023, 7694, 6930, 6819, 7199, 7038, 8469, 6818, 10423, 6999, 10027, 7148, 9667, 7355, 10588, 8196, 8735, 6965, 7328, 7233, 7026, 7118, 6860, 10238, 7030, 10180, 7075, 9877, 7039, 10886, 8073, 11664, 8484, 10555, 7793, 10327, 7011, 10161, 6997, 10667, 7166, 7919, 6793, 7216, 7037, 7045, 7041, 9135, 7090, 6866, 6984, 6950, 7009, 6927, 7055, 6999, 7537, 6706, 8359, 6839, 7140, 7102, 7539, 6663, 8887, 6854, 8901, 6941, 8264, 6879, 7927, 6708, 8276, 6962, 8778, 7014, 7971, 7020, 7872, 7032, 8823, 6974, 9817, 7063, 9014, 7042, 9934, 8299, 10465, 6970, 9651, 6926, 9509, 8320, 7804, 7176, 6984, 6933, 7065, 7016, 7064, 7152, 6862, 7325, 6874, 8083, 6916, 9649, 6920, 10326, 6694, 8945, 6915, 9615, 6752, 10363, 7019, 11179, 6988, 9668, 6919, 10388, 8664, 10094, 7124, 10342, 6989, 10772, 7746, 9040, 7062, 8320, 6971, 7687, 6975, 7171, 7003, 6965, 6914, 7070, 6948, 7082, 7263, 7167, 7173, 6983, 6986, 7274, 7327, 7120, 7167, 7109, 7376, 7023, 7288, 6629, 8659, 6862, 8631, 7087, 8691, 7102, 10081, 7475, 10701, 6958, 9706, 7502, 9831, 7808, 7157, 7223, 7173, 7276, 6923, 10607, 6904, 10989, 7237, 8871, 7118, 6770, 7775, 7088, 11845, 7399, 7176, 10697, 8145, 10525, 7072, 6815, 7910, 6990, 11622, 9004, 11600, 9228, 11330, 9089, 9403, 7127, 6941, 8371, 6804, 10091, 6876, 8180, 6942, 6781, 7615, 6844, 7335, 6803, 7098, 6954, 7249, 6838, 7355, 7023, 7279, 6874, 7267, 6832, 7174, 6818, 7370, 7009, 8231, 7160, 7125, 7392, 6834, 7164, 7269, 6894, 6869, 7026, 7009, 8435, 7085, 11697, 9047, 12210, 9138, 12116, 9232, 11969, 8881, 11147, 7813, 9507, 6948, 6901, 7387, 7037, 8377, 6947, 7544, 7138, 6744, 8087, 6706, 7353, 6845, 6757, 7029, 6776, 6577, 6943, 6952, 6734, 6821, 6750, 7409, 6976, 7593, 6730, 7902, 6782, 7697, 6985, 6959, 6739, 6923, 6871, 6910, 7090, 6864, 7335, 6771, 8662, 6765, 7996, 6780, 7051, 7143, 7042, 8211, 6807, 9439, 6933, 9739, 7545, 6869, 7010, 6890, 8600, 6775, 11015, 6758, 11873, 6838, 11251, 7968, 10951, 9191, 8676, 7277, 6932, 7003, 6606, 7941, 6781, 11004, 6736, 10851, 7143, 10040, 6776, 10553, 7413, 11107, 8414, 11130, 6952, 9841, 7077, 9130, 6913, 9524, 8339, 7443, 6881, 7119, 6660, 6983, 7244, 6727, 7423, 6769, 8916, 6635, 7616, 6837, 8364, 6806, 9989, 6736, 10605, 6660, 9554, 6766, 9182, 6771, 9736, 8048, 11323, 6824, 10470, 6821, 10124, 7701, 10712, 8358, 9495, 7453, 7123, 6672, 6957, 7098, 6745, 8414, 6919, 10216, 6798, 10081, 7058, 11213, 8439, 11591, 7585, 10916, 8063, 9421, 8035, 7953, 6871, 6919, 7203, 7033, 7411, 6796, 9620, 6861, 11167, 7562, 10655, 7126, 7979, 6914, 7163, 6784, 6876, 8761, 6627, 8183, 6813, 10169, 6812, 11234, 6977, 10135, 6999, 10028, 7513, 9019, 7006, 8255, 6698, 6918, 6978, 6969, 9253, 6818, 9868, 6945, 10688, 6918, 7544, 6724, 6985, 7790, 6791, 9002, 6808, 11695, 7706, 9245, 6895, 6828, 8057, 6491, 11382, 6935, 11089, 8301, 11523, 9321, 11866, 8660, 9654, 7475, 7005, 6920, 6826, 8814, 6976, 10070, 6815, 9931, 6980, 6808, 6965, 6757, 9804, 6994, 10225, 7101, 7122, 7052, 6743, 9492, 6898, 11886, 7726, 6827, 7047, 6628, 10372, 6946, 7384, 7531, 6906, 10231, 7055, 6991, 10441, 7087, 11768, 7559, 8969, 7230, 6931, 10502, 6735, 10432, 6872, 11324, 7934, 10017, 6983, 8945, 6818, 6850, 6786, 7009, 7369, 6870, 7825, 6864, 9574, 7030, 9997, 7033, 8834, 7715, 7077, 6908, 6648, 8012, 6879, 10325, 7011, 10782, 6853, 10747, 6829, 11004, 8454, 11224, 7534, 11027, 8739, 11164, 8812, 11094, 9143, 9838, 7454, 8918, 6952, 8524, 6824, 8850, 7058, 6725, 7071, 7015, 7295, 7065, 8354, 6962, 7477, 7029, 7352, 6793, 8638, 6708, 8278, 6887, 8697, 7082, 9814, 7088, 10510, 7040, 9367, 7096, 9751, 8425, 10757, 7692, 10546, 7527, 10777, 8759, 9959, 8205, 10202, 7429, 8366, 7237, 6983, 7185, 6982, 8322, 6994, 10886, 6721, 10631, 6986, 10340, 7929, 7215, 6866, 7190, 8228, 7041, 11209, 7742, 12015, 7761, 9454, 7329, 6862, 9288, 6745, 10748, 7056, 11124, 7736, 6803, 7498, 7011, 9944, 7116, 7184, 7040, 7028, 9901, 7059, 12174, 9701, 9157, 7066, 6814, 10233, 6865, 11467, 7109, 10427, 8283, 7839, 7255, 7039, 9877, 6875, 11808, 8220, 8826, 7058, 6821, 7774, 6951], 'WindowCenter': [4019.0, 4033.0, 4000.0, 4029.0, 3996.0, 4027.0, 3996.0, 3972.0, 3981.0, 3972.0, 3982.0, 3973.0, 3982.0, 3971.0, 3972.0, 3991.0, 3972.0, 4012.0, 3972.0, 4002.0, 3983.0, 4015.0, 3984.0, 3983.0, 3983.0, 3974.0, 3985.0, 3985.0, 3985.0, 3986.0, 3986.0, 4007.0, 3985.0, 4024.0, 3984.0, 4036.0, 3987.0, 4038.0, 4006.0, 4025.0, 3985.0, 4003.0, 3985.0, 4015.0, 3984.0, 4003.0, 3985.0, 4005.0, 3986.0, 4006.0, 3995.0, 4006.0, 3996.0, 4015.0, 3984.0, 4015.0, 3975.0, 4005.0, 3974.0, 4004.0, 3974.0, 4004.0, 3987.0, 4024.0, 3975.0, 4004.0, 3984.0, 3995.0, 3996.0, 3993.0, 3985.0, 3995.0, 3986.0, 4004.0, 3985.0, 4005.0, 3987.0, 4005.0, 3987.0, 4015.0, 3997.0, 4008.0, 3999.0, 4017.0, 3998.0, 4017.0, 3998.0, 4007.0, 3999.0, 3986.0, 4000.0, 4000.0, 3999.0, 4000.0, 4020.0, 3991.0, 4040.0, 4000.0, 4010.0, 3999.0, 3999.0, 4040.0, 3998.0, 4050.0, 4010.0, 4038.0, 3986.0, 4027.0, 4009.0, 4038.0, 3998.0, 4036.0, 3997.0, 4037.0, 4005.0, 4016.0, 3984.0, 3993.0, 3985.0, 3984.0, 3985.0, 3982.0, 3984.0, 3995.0, 3985.0, 3995.0, 3983.0, 4004.0, 3984.0, 4014.0, 3983.0, 3993.0, 3983.0, 3972.0, 3984.0, 3982.0, 3995.0, 3986.0, 3997.0, 3985.0, 3994.0, 3985.0, 3996.0, 3997.0, 3993.0, 3986.0, 3997.0, 3997.0, 3986.0, 4012.0, 3999.0, 4000.0, 3997.0, 3999.0, 3998.0, 4019.0, 3997.0, 4027.0, 3998.0, 4027.0, 3988.0, 4039.0, 3998.0, 4026.0, 3988.0, 4025.0, 3986.0, 4025.0, 3997.0, 4016.0, 3986.0, 4015.0, 3999.0, 4017.0, 3998.0, 4006.0, 3998.0, 4007.0, 3987.0, 3986.0, 3987.0, 3997.0, 4010.0, 3997.0, 4009.0, 3989.0, 4019.0, 3998.0, 4028.0, 3997.0, 3998.0, 4002.0, 3999.0, 4009.0, 4014.0, 4039.0, 4001.0, 4029.0, 3999.0, 3996.0, 3996.0, 4000.0, 4040.0, 3999.0, 4060.0, 4002.0, 4041.0, 4023.0, 4040.0, 3999.0, 4030.0, 4019.0, 3990.0, 4019.0, 3986.0, 4028.0, 3984.0, 4037.0, 3996.0, 4035.0, 3985.0, 4006.0, 3987.0, 3996.0, 3998.0, 4017.0, 3997.0, 4038.0, 4006.0, 4016.0, 3985.0, 4015.0, 3985.0, 3994.0, 3984.0, 3993.0, 3995.0, 3984.0, 3984.0, 3985.0, 3995.0, 3985.0, 3996.0, 3973.0, 3985.0, 4004.0, 3983.0, 4023.0, 3985.0, 4025.0, 3984.0, 3983.0, 3988.0, 3983.0, 3984.0, 3984.0, 3985.0, 3986.0, 3995.0, 4026.0, 3986.0, 4046.0, 3986.0, 4026.0, 3985.0, 4015.0, 4006.0, 4013.0, 3985.0, 4003.0, 3985.0, 3995.0, 3986.0, 3995.0, 3984.0, 3995.0, 3985.0, 3983.0, 3975.0, 3948.0, 3931.0, 3944.0, 3961.0, 3956.0, 3961.0, 3959.0, 3961.0, 3959.0, 3961.0, 3981.0, 3961.0, 3979.0, 3961.0, 3979.0, 3961.0, 3980.0, 3960.0, 3990.0, 3962.0, 3991.0, 3961.0, 3980.0, 3962.0, 3980.0, 3960.0, 3992.0, 3962.0, 3981.0, 3960.0, 3970.0, 3963.0, 3972.0, 3963.0, 3961.0, 3971.0, 3962.0, 3971.0, 3962.0, 3982.0, 3962.0, 4002.0, 3972.0, 4013.0, 3973.0, 4013.0, 3984.0, 3992.0, 3974.0, 3991.0, 3962.0, 3982.0, 3962.0, 3990.0, 3961.0, 3960.0, 3961.0, 3960.0, 3971.0, 3961.0, 3971.0, 3961.0, 3991.0, 3950.0, 4001.0, 3962.0, 4000.0, 3961.0, 3990.0, 3961.0, 4000.0, 3960.0, 4000.0, 3960.0, 4000.0, 3960.0, 3989.0, 3949.0, 3989.0, 3969.0, 3978.0, 3959.0, 3969.0, 3950.0, 3969.0, 3950.0, 3970.0, 3960.0, 3979.0, 3959.0, 3959.0, 3949.0, 3978.0, 3960.0, 3999.0, 3960.0, 3988.0, 3949.0, 3957.0, 3949.0, 3968.0, 3950.0, 3968.0, 3958.0, 3993.0, 3989.0, 3997.0, 4011.0, 4000.0, 3999.0, 3988.0, 3997.0, 3998.0, 3997.0, 3986.0, 4018.0, 4000.0, 4009.0, 3999.0, 4001.0, 4021.0, 4012.0, 4021.0, 4001.0, 3997.0, 3999.0, 4001.0, 4039.0, 4001.0, 4039.0, 4001.0, 4040.0, 4022.0, 3999.0, 3999.0, 3989.0, 4018.0, 4001.0, 4039.0, 4001.0, 4010.0, 3999.0, 4000.0, 4001.0, 4000.0, 4021.0, 4001.0, 4039.0, 4000.0, 4028.0, 4000.0, 4027.0, 4011.0, 4039.0, 4020.0, 4017.0, 3997.0, 3997.0, 3998.0, 3998.0, 4000.0, 3988.0, 4038.0, 3999.0, 4041.0, 4000.0, 4028.0, 4002.0, 4039.0, 4012.0, 4039.0, 4020.0, 4036.0, 4007.0, 4027.0, 3987.0, 4026.0, 3988.0, 4027.0, 3985.0, 3994.0, 3976.0, 3982.0, 3986.0, 3986.0, 3988.0, 4016.0, 3985.0, 3974.0, 3987.0, 3985.0, 3984.0, 3987.0, 3986.0, 3984.0, 3995.0, 3975.0, 4005.0, 3985.0, 3985.0, 3984.0, 3997.0, 3986.0, 4016.0, 3987.0, 4015.0, 3986.0, 4004.0, 3987.0, 3996.0, 3985.0, 4007.0, 3987.0, 4004.0, 3986.0, 3996.0, 3988.0, 4008.0, 3998.0, 4018.0, 3999.0, 4028.0, 4000.0, 4017.0, 4000.0, 4027.0, 4010.0, 4026.0, 4000.0, 4028.0, 4000.0, 4028.0, 4006.0, 3997.0, 3998.0, 3997.0, 3998.0, 3997.0, 3998.0, 3998.0, 4000.0, 3989.0, 3999.0, 3987.0, 4008.0, 3999.0, 4028.0, 3999.0, 4028.0, 3987.0, 4017.0, 3987.0, 4018.0, 3987.0, 4026.0, 3987.0, 4038.0, 3988.0, 4028.0, 3998.0, 4026.0, 4018.0, 4027.0, 3987.0, 4026.0, 3984.0, 4038.0, 3996.0, 4005.0, 3986.0, 4005.0, 3985.0, 3995.0, 3985.0, 3986.0, 3987.0, 3995.0, 3997.0, 3999.0, 3997.0, 3996.0, 3997.0, 3987.0, 3987.0, 3986.0, 3985.0, 3997.0, 3997.0, 3986.0, 4000.0, 3986.0, 3997.0, 3999.0, 3997.0, 3989.0, 4020.0, 4001.0, 4018.0, 3998.0, 4016.0, 4000.0, 4037.0, 4006.0, 4037.0, 3999.0, 4027.0, 3999.0, 4027.0, 4008.0, 3987.0, 3999.0, 3997.0, 3997.0, 3998.0, 4038.0, 3998.0, 4036.0, 3999.0, 4019.0, 4000.0, 3986.0, 4010.0, 4000.0, 4049.0, 4012.0, 3999.0, 4040.0, 4011.0, 4038.0, 4001.0, 3989.0, 4006.0, 3988.0, 4037.0, 4018.0, 4037.0, 4017.0, 4026.0, 4005.0, 4015.0, 3973.0, 3972.0, 3996.0, 3974.0, 4024.0, 3975.0, 4005.0, 3987.0, 3987.0, 3998.0, 3975.0, 3984.0, 3974.0, 3985.0, 3974.0, 3985.0, 3973.0, 3987.0, 3973.0, 3984.0, 3975.0, 3982.0, 3976.0, 3986.0, 3987.0, 3984.0, 3989.0, 4011.0, 3999.0, 3986.0, 3997.0, 3991.0, 4000.0, 4011.0, 4002.0, 4003.0, 4001.0, 4002.0, 4021.0, 4004.0, 4051.0, 4022.0, 4039.0, 4018.0, 4036.0, 4007.0, 4026.0, 3994.0, 4013.0, 3982.0, 4004.0, 3962.0, 3962.0, 3972.0, 3959.0, 3979.0, 3959.0, 3970.0, 3959.0, 3959.0, 3980.0, 3960.0, 3969.0, 3959.0, 3959.0, 3971.0, 3959.0, 3960.0, 3973.0, 3971.0, 3973.0, 3973.0, 3975.0, 3986.0, 3986.0, 3995.0, 3987.0, 3997.0, 3988.0, 3997.0, 3986.0, 3987.0, 3987.0, 3987.0, 3987.0, 3998.0, 3989.0, 3988.0, 3999.0, 3989.0, 4019.0, 4002.0, 4023.0, 4005.0, 4002.0, 4014.0, 4013.0, 4020.0, 4002.0, 4030.0, 4013.0, 4043.0, 4024.0, 4002.0, 4000.0, 4001.0, 4030.0, 4000.0, 4052.0, 3989.0, 4049.0, 3999.0, 4048.0, 4009.0, 4040.0, 4029.0, 4018.0, 4000.0, 3998.0, 3988.0, 3988.0, 4009.0, 3987.0, 4038.0, 3987.0, 4038.0, 3986.0, 4026.0, 3987.0, 4027.0, 3997.0, 4037.0, 4008.0, 4036.0, 3986.0, 4026.0, 3986.0, 4014.0, 3987.0, 4017.0, 4007.0, 3995.0, 3987.0, 3997.0, 3986.0, 3986.0, 3997.0, 3987.0, 3998.0, 3985.0, 4016.0, 3988.0, 3998.0, 3987.0, 4006.0, 3989.0, 4027.0, 3987.0, 4028.0, 3989.0, 4027.0, 3987.0, 4014.0, 3989.0, 4029.0, 4009.0, 4038.0, 3989.0, 4038.0, 3989.0, 4028.0, 4008.0, 4039.0, 4010.0, 4028.0, 3997.0, 3987.0, 3987.0, 3999.0, 3999.0, 4000.0, 4021.0, 3999.0, 4039.0, 3991.0, 4041.0, 4001.0, 4050.0, 4021.0, 4050.0, 4010.0, 4037.0, 4011.0, 4031.0, 4011.0, 4010.0, 3988.0, 3998.0, 4000.0, 4002.0, 4000.0, 3989.0, 4029.0, 3990.0, 4039.0, 4000.0, 4040.0, 3989.0, 4008.0, 3989.0, 3988.0, 3977.0, 3978.0, 4009.0, 3987.0, 4009.0, 3990.0, 4040.0, 3986.0, 4037.0, 3999.0, 4027.0, 3998.0, 4042.0, 4014.0, 4032.0, 4013.0, 4021.0, 4001.0, 3999.0, 3998.0, 4002.0, 4045.0, 4003.0, 4042.0, 4002.0, 4041.0, 3999.0, 4010.0, 3991.0, 4000.0, 4011.0, 4001.0, 4029.0, 4015.0, 4063.0, 4023.0, 4030.0, 4014.0, 4002.0, 4022.0, 3989.0, 4053.0, 4002.0, 4050.0, 4021.0, 4049.0, 4045.0, 4060.0, 4021.0, 4028.0, 3999.0, 3987.0, 3999.0, 4002.0, 4031.0, 4001.0, 4042.0, 4003.0, 4041.0, 4012.0, 4001.0, 4001.0, 4001.0, 4040.0, 4011.0, 4041.0, 4013.0, 4003.0, 3999.0, 4002.0, 4032.0, 4001.0, 4062.0, 4013.0, 4002.0, 4013.0, 4002.0, 4056.0, 4012.0, 4025.0, 4024.0, 4015.0, 4054.0, 4012.0, 4014.0, 4056.0, 4013.0, 4065.0, 4023.0, 4031.0, 4010.0, 3999.0, 4040.0, 3998.0, 4040.0, 4001.0, 4048.0, 4010.0, 4038.0, 3999.0, 4017.0, 3987.0, 3999.0, 3999.0, 3998.0, 3998.0, 4000.0, 4009.0, 4001.0, 4029.0, 4015.0, 4042.0, 4013.0, 4031.0, 4009.0, 3999.0, 4001.0, 3988.0, 4010.0, 4000.0, 4039.0, 3999.0, 4037.0, 3987.0, 4037.0, 3986.0, 4037.0, 4008.0, 4037.0, 3996.0, 4037.0, 4016.0, 4036.0, 4016.0, 4036.0, 4017.0, 4025.0, 3996.0, 4016.0, 3986.0, 4005.0, 3988.0, 4016.0, 3987.0, 3986.0, 3985.0, 3987.0, 3996.0, 3999.0, 4007.0, 3987.0, 3998.0, 3988.0, 3998.0, 3989.0, 4019.0, 3988.0, 4008.0, 4000.0, 4020.0, 4001.0, 4029.0, 4000.0, 4040.0, 4000.0, 4028.0, 4002.0, 4029.0, 4022.0, 4041.0, 4011.0, 4039.0, 4012.0, 4040.0, 4022.0, 4032.0, 4035.0, 4040.0, 3999.0, 4009.0, 4000.0, 4000.0, 3999.0, 3998.0, 4021.0, 4002.0, 4052.0, 3992.0, 4041.0, 4001.0, 4041.0, 4020.0, 4010.0, 4001.0, 4014.0, 4020.0, 4015.0, 4061.0, 4024.0, 4062.0, 4011.0, 4030.0, 3999.0, 4000.0, 4030.0, 4002.0, 4053.0, 4015.0, 4067.0, 4022.0, 4000.0, 4011.0, 3999.0, 4040.0, 4001.0, 4001.0, 4000.0, 4000.0, 4042.0, 4012.0, 4062.0, 4031.0, 4031.0, 4000.0, 3988.0, 4039.0, 3989.0, 4039.0, 3999.0, 4053.0, 4020.0, 4011.0, 3999.0, 4000.0, 4028.0, 3987.0, 4050.0, 4035.0, 4030.0, 4012.0, 4000.0, 4011.0, 4011.0], 'WindowWidth': [9001.0, 9004.0, 8955.0, 8989.0, 8941.0, 8979.0, 8935.0, 8897.0, 8908.0, 8895.0, 8909.0, 8900.0, 8912.0, 8894.0, 8897.0, 8922.0, 8896.0, 8950.0, 8898.0, 8936.0, 8914.0, 8958.0, 8918.0, 8913.0, 8915.0, 8902.0, 8920.0, 8920.0, 8922.0, 8923.0, 8924.0, 8951.0, 8921.0, 8971.0, 8919.0, 8986.0, 8925.0, 8993.0, 8949.0, 8969.0, 8918.0, 8938.0, 8919.0, 8957.0, 8918.0, 8941.0, 8922.0, 8945.0, 8923.0, 8948.0, 8935.0, 8947.0, 8935.0, 8959.0, 8918.0, 8959.0, 8906.0, 8944.0, 8904.0, 8943.0, 8906.0, 8942.0, 8924.0, 8968.0, 8906.0, 8942.0, 8918.0, 8932.0, 8936.0, 8929.0, 8921.0, 8932.0, 8923.0, 8943.0, 8921.0, 8945.0, 8926.0, 8947.0, 8926.0, 8959.0, 8940.0, 8955.0, 8945.0, 8966.0, 8945.0, 8966.0, 8944.0, 8954.0, 8945.0, 8925.0, 8947.0, 8948.0, 8944.0, 8948.0, 8973.0, 8936.0, 9002.0, 8949.0, 8963.0, 8947.0, 8949.0, 9002.0, 8945.0, 9014.0, 8959.0, 8993.0, 8924.0, 8976.0, 8958.0, 8992.0, 8940.0, 8986.0, 8938.0, 8989.0, 8948.0, 8957.0, 8915.0, 8924.0, 8917.0, 8914.0, 8918.0, 8913.0, 8916.0, 8932.0, 8919.0, 8930.0, 8914.0, 8941.0, 8919.0, 8955.0, 8911.0, 8926.0, 8912.0, 8897.0, 8915.0, 8911.0, 8932.0, 8922.0, 8937.0, 8921.0, 8931.0, 8922.0, 8937.0, 8940.0, 8930.0, 8925.0, 8941.0, 8942.0, 8926.0, 8970.0, 8948.0, 8950.0, 8941.0, 8944.0, 8942.0, 8970.0, 8939.0, 8979.0, 8941.0, 8979.0, 8928.0, 8996.0, 8941.0, 8975.0, 8927.0, 8972.0, 8924.0, 8973.0, 8939.0, 8962.0, 8924.0, 8958.0, 8946.0, 8967.0, 8942.0, 8950.0, 8942.0, 8953.0, 8926.0, 8923.0, 8925.0, 8941.0, 8961.0, 8941.0, 8960.0, 8932.0, 8971.0, 8944.0, 8981.0, 8941.0, 8943.0, 8955.0, 8948.0, 8959.0, 8977.0, 9000.0, 8952.0, 8986.0, 8948.0, 8940.0, 8940.0, 8949.0, 9000.0, 8947.0, 9030.0, 8957.0, 9005.0, 8983.0, 9003.0, 8949.0, 8988.0, 8974.0, 8934.0, 8971.0, 8924.0, 8980.0, 8918.0, 8990.0, 8936.0, 8985.0, 8918.0, 8948.0, 8927.0, 8938.0, 8943.0, 8965.0, 8940.0, 8994.0, 8952.0, 8962.0, 8919.0, 8958.0, 8919.0, 8928.0, 8916.0, 8927.0, 8932.0, 8914.0, 8915.0, 8919.0, 8932.0, 8921.0, 8935.0, 8902.0, 8919.0, 8942.0, 8916.0, 8965.0, 8919.0, 8971.0, 8916.0, 8915.0, 8927.0, 8913.0, 8918.0, 8918.0, 8922.0, 8922.0, 8936.0, 8976.0, 8924.0, 9002.0, 8923.0, 8974.0, 8920.0, 8958.0, 8946.0, 8953.0, 8919.0, 8939.0, 8919.0, 8932.0, 8923.0, 8933.0, 8918.0, 8933.0, 8917.0, 8912.0, 8903.0, 8851.0, 8820.0, 8840.0, 8876.0, 8859.0, 8873.0, 8867.0, 8874.0, 8867.0, 8875.0, 8899.0, 8874.0, 8894.0, 8873.0, 8892.0, 8872.0, 8894.0, 8870.0, 8909.0, 8875.0, 8910.0, 8873.0, 8898.0, 8876.0, 8896.0, 8873.0, 8916.0, 8876.0, 8898.0, 8872.0, 8884.0, 8878.0, 8890.0, 8879.0, 8874.0, 8886.0, 8878.0, 8886.0, 8879.0, 8903.0, 8877.0, 8929.0, 8891.0, 8943.0, 8895.0, 8946.0, 8908.0, 8915.0, 8893.0, 8913.0, 8876.0, 8901.0, 8875.0, 8910.0, 8874.0, 8870.0, 8873.0, 8870.0, 8886.0, 8873.0, 8885.0, 8873.0, 8913.0, 8858.0, 8925.0, 8874.0, 8922.0, 8873.0, 8908.0, 8871.0, 8921.0, 8869.0, 8921.0, 8869.0, 8919.0, 8869.0, 8904.0, 8854.0, 8905.0, 8881.0, 8890.0, 8866.0, 8879.0, 8855.0, 8879.0, 8856.0, 8881.0, 8869.0, 8892.0, 8867.0, 8865.0, 8853.0, 8889.0, 8867.0, 8916.0, 8867.0, 8903.0, 8852.0, 8859.0, 8852.0, 8877.0, 8856.0, 8878.0, 8868.0, 8924.0, 8930.0, 8941.0, 8966.0, 8950.0, 8947.0, 8930.0, 8940.0, 8941.0, 8940.0, 8925.0, 8967.0, 8947.0, 8960.0, 8948.0, 8952.0, 8978.0, 8969.0, 8978.0, 8952.0, 8942.0, 8946.0, 8951.0, 8999.0, 8950.0, 8998.0, 8950.0, 9000.0, 8978.0, 8945.0, 8945.0, 8932.0, 8970.0, 8952.0, 8999.0, 8952.0, 8962.0, 8947.0, 8947.0, 8952.0, 8948.0, 8976.0, 8950.0, 8998.0, 8949.0, 8983.0, 8949.0, 8980.0, 8964.0, 8997.0, 8974.0, 8965.0, 8941.0, 8940.0, 8944.0, 8942.0, 8949.0, 8928.0, 8994.0, 8944.0, 9000.0, 8949.0, 8981.0, 8952.0, 8996.0, 8965.0, 8996.0, 8972.0, 8989.0, 8952.0, 8976.0, 8925.0, 8974.0, 8926.0, 8975.0, 8918.0, 8928.0, 8907.0, 8912.0, 8921.0, 8920.0, 8924.0, 8960.0, 8919.0, 8901.0, 8921.0, 8917.0, 8916.0, 8921.0, 8920.0, 8917.0, 8932.0, 8906.0, 8945.0, 8919.0, 8918.0, 8918.0, 8937.0, 8922.0, 8961.0, 8923.0, 8957.0, 8921.0, 8943.0, 8924.0, 8936.0, 8919.0, 8949.0, 8924.0, 8944.0, 8922.0, 8935.0, 8928.0, 8953.0, 8944.0, 8966.0, 8945.0, 8980.0, 8947.0, 8967.0, 8947.0, 8978.0, 8960.0, 8975.0, 8948.0, 8982.0, 8948.0, 8981.0, 8951.0, 8939.0, 8943.0, 8939.0, 8942.0, 8941.0, 8942.0, 8943.0, 8947.0, 8931.0, 8944.0, 8928.0, 8955.0, 8945.0, 8982.0, 8943.0, 8979.0, 8925.0, 8964.0, 8926.0, 8967.0, 8925.0, 8975.0, 8925.0, 8993.0, 8928.0, 8979.0, 8941.0, 8975.0, 8968.0, 8976.0, 8926.0, 8975.0, 8919.0, 8991.0, 8936.0, 8945.0, 8923.0, 8944.0, 8919.0, 8932.0, 8921.0, 8923.0, 8926.0, 8934.0, 8939.0, 8943.0, 8939.0, 8936.0, 8939.0, 8924.0, 8924.0, 8923.0, 8920.0, 8936.0, 8939.0, 8924.0, 8948.0, 8923.0, 8939.0, 8943.0, 8938.0, 8932.0, 8975.0, 8952.0, 8971.0, 8945.0, 8967.0, 8951.0, 8995.0, 8954.0, 8993.0, 8945.0, 8978.0, 8945.0, 8978.0, 8956.0, 8925.0, 8944.0, 8938.0, 8939.0, 8943.0, 8996.0, 8943.0, 8991.0, 8946.0, 8971.0, 8947.0, 8927.0, 8959.0, 8949.0, 9013.0, 8967.0, 8945.0, 9001.0, 8963.0, 8995.0, 8948.0, 8930.0, 8951.0, 8928.0, 8992.0, 8966.0, 8988.0, 8962.0, 8972.0, 8944.0, 8957.0, 8899.0, 8896.0, 8932.0, 8901.0, 8966.0, 8906.0, 8944.0, 8923.0, 8923.0, 8937.0, 8905.0, 8914.0, 8902.0, 8916.0, 8900.0, 8916.0, 8896.0, 8920.0, 8899.0, 8913.0, 8904.0, 8910.0, 8907.0, 8923.0, 8923.0, 8916.0, 8929.0, 8959.0, 8944.0, 8922.0, 8940.0, 8936.0, 8945.0, 8964.0, 8953.0, 8959.0, 8949.0, 8953.0, 8974.0, 8957.0, 9014.0, 8976.0, 8993.0, 8964.0, 8985.0, 8947.0, 8967.0, 8924.0, 8945.0, 8906.0, 8934.0, 8876.0, 8876.0, 8890.0, 8871.0, 8897.0, 8870.0, 8886.0, 8869.0, 8870.0, 8899.0, 8875.0, 8884.0, 8871.0, 8871.0, 8887.0, 8871.0, 8873.0, 8896.0, 8892.0, 8899.0, 8896.0, 8905.0, 8919.0, 8920.0, 8929.0, 8923.0, 8936.0, 8928.0, 8937.0, 8923.0, 8924.0, 8925.0, 8924.0, 8926.0, 8942.0, 8931.0, 8928.0, 8943.0, 8932.0, 8970.0, 8956.0, 8985.0, 8962.0, 8955.0, 8975.0, 8972.0, 8976.0, 8955.0, 8988.0, 8972.0, 9009.0, 8986.0, 8954.0, 8949.0, 8952.0, 8990.0, 8949.0, 9019.0, 8933.0, 9011.0, 8946.0, 9009.0, 8959.0, 9000.0, 8985.0, 8968.0, 8946.0, 8942.0, 8928.0, 8928.0, 8956.0, 8926.0, 8994.0, 8928.0, 8992.0, 8923.0, 8974.0, 8927.0, 8976.0, 8938.0, 8991.0, 8954.0, 8986.0, 8922.0, 8974.0, 8923.0, 8957.0, 8925.0, 8963.0, 8950.0, 8932.0, 8925.0, 8937.0, 8923.0, 8923.0, 8938.0, 8925.0, 8939.0, 8920.0, 8962.0, 8928.0, 8940.0, 8926.0, 8950.0, 8929.0, 8978.0, 8925.0, 8980.0, 8930.0, 8977.0, 8927.0, 8958.0, 8932.0, 8983.0, 8957.0, 8993.0, 8931.0, 8993.0, 8932.0, 8980.0, 8957.0, 8995.0, 8959.0, 8980.0, 8940.0, 8924.0, 8925.0, 8944.0, 8944.0, 8949.0, 8975.0, 8945.0, 8998.0, 8938.0, 9003.0, 8951.0, 9014.0, 8976.0, 9011.0, 8961.0, 8993.0, 8961.0, 8988.0, 8961.0, 8959.0, 8927.0, 8941.0, 8945.0, 8952.0, 8948.0, 8932.0, 8983.0, 8934.0, 8996.0, 8945.0, 8996.0, 8928.0, 8952.0, 8928.0, 8924.0, 8909.0, 8911.0, 8951.0, 8923.0, 8955.0, 8934.0, 9000.0, 8924.0, 8990.0, 8942.0, 8977.0, 8942.0, 9007.0, 8973.0, 8994.0, 8970.0, 8979.0, 8951.0, 8945.0, 8944.0, 8953.0, 9018.0, 8959.0, 9007.0, 8955.0, 9002.0, 8947.0, 8962.0, 8936.0, 8947.0, 8964.0, 8951.0, 8985.0, 8979.0, 9039.0, 8984.0, 8990.0, 8974.0, 8956.0, 8981.0, 8935.0, 9020.0, 8953.0, 9014.0, 8977.0, 9010.0, 9019.0, 9028.0, 8976.0, 8981.0, 8945.0, 8927.0, 8946.0, 8955.0, 8989.0, 8953.0, 9007.0, 8958.0, 9004.0, 8970.0, 8952.0, 8953.0, 8954.0, 9003.0, 8968.0, 9004.0, 8973.0, 8957.0, 8947.0, 8954.0, 8993.0, 8953.0, 9033.0, 8970.0, 8956.0, 8970.0, 8955.0, 9033.0, 8971.0, 8991.0, 8988.0, 8977.0, 9026.0, 8969.0, 8977.0, 9034.0, 8972.0, 9042.0, 8986.0, 8992.0, 8962.0, 8946.0, 9001.0, 8943.0, 9001.0, 8951.0, 9009.0, 8961.0, 8995.0, 8944.0, 8966.0, 8929.0, 8946.0, 8947.0, 8945.0, 8945.0, 8949.0, 8962.0, 8952.0, 8987.0, 8979.0, 9009.0, 8971.0, 8991.0, 8962.0, 8949.0, 8952.0, 8932.0, 8962.0, 8949.0, 8998.0, 8944.0, 8992.0, 8927.0, 8991.0, 8925.0, 8991.0, 8955.0, 8991.0, 8937.0, 8990.0, 8963.0, 8987.0, 8964.0, 8988.0, 8965.0, 8972.0, 8935.0, 8961.0, 8922.0, 8947.0, 8928.0, 8963.0, 8925.0, 8921.0, 8921.0, 8924.0, 8937.0, 8945.0, 8952.0, 8924.0, 8938.0, 8926.0, 8941.0, 8931.0, 8969.0, 8929.0, 8953.0, 8948.0, 8973.0, 8952.0, 8983.0, 8947.0, 8999.0, 8948.0, 8981.0, 8954.0, 8984.0, 8978.0, 9002.0, 8964.0, 8996.0, 8966.0, 9000.0, 8978.0, 8990.0, 9004.0, 8999.0, 8944.0, 8956.0, 8946.0, 8947.0, 8946.0, 8944.0, 8978.0, 8952.0, 9019.0, 8941.0, 9003.0, 8952.0, 9001.0, 8975.0, 8960.0, 8952.0, 8973.0, 8977.0, 8977.0, 9034.0, 8986.0, 9035.0, 8963.0, 8986.0, 8946.0, 8948.0, 8987.0, 8955.0, 9025.0, 8976.0, 9047.0, 8983.0, 8948.0, 8964.0, 8948.0, 9001.0, 8952.0, 8951.0, 8950.0, 8950.0, 9006.0, 8969.0, 9032.0, 8991.0, 8992.0, 8948.0, 8931.0, 8998.0, 8931.0, 8996.0, 8946.0, 9022.0, 8975.0, 8962.0, 8944.0, 8950.0, 8981.0, 8928.0, 9012.0, 9004.0, 8989.0, 8969.0, 8949.0, 8965.0, 8967.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.001876732026143791</td></tr>
<tr><td colspan=3>aqi</td><td>0.03081653323996265</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.493811883672855</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.182738750738318</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0189030784392532</td></tr>
<tr><td colspan=3>efc</td><td>0.4485</td></tr>
<tr><td colspan=3>fber</td><td>7541.3096</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08242321529382862</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.014939309056956</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.533659209419282</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.431262669306908</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.764611297722894</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4051036612280448</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155216</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01844942755997181</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030581343919038773</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8304350809621592</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>25.2604</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.0497</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.0793</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309814.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>760.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.2816</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1593</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.8642</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3299.0703</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3505.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66730.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4336.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>915.0328</td></tr>
<tr><td colspan=3>tsnr</td><td>35.8264527634019</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>