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

616 lines
No EOL
103 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-0006_ses-02_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-0006_ses-02_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-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_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-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_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-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-02_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_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-0006/ses-02/func/sub-0006_ses-02_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>f713cc472b3d49be8b7eab540c26d611</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>10:26:40.605000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999084, 0.0281251, 0.032258, -0.0207533, 0.977575, -0.209565]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.10895</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7690, -7255, 565, -52, -2, -9, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>246.275</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ac458cb8-2b9e-4e5f-8b25-612e45e5dec3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680468797683716, -0.05567961931228638, 0.10105718672275543, 115.82759857177734], [-0.07545769959688187, 2.6227610111236572, -0.5634983777999878, -77.68626403808594], [0.08654573559761047, 0.5622464418411255, 2.638608932495117, -71.76383209228516], [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, 839]</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], 'AcquisitionTime': ['102640.605000', '102641.065000', '102641.525000', '102641.985000', '102642.445000', '102642.905000', '102643.365000', '102643.825000', '102644.285000', '102644.745000', '102645.205000', '102645.665000', '102646.125000', '102646.585000', '102647.045000', '102647.505000', '102647.965000', '102648.425000', '102648.885000', '102649.345000', '102649.805000', '102650.265000', '102650.725000', '102651.185000', '102651.645000', '102652.105000', '102652.565000', '102653.025000', '102653.485000', '102653.945000', '102654.405000', '102654.865000', '102655.325000', '102655.785000', '102656.245000', '102656.705000', '102657.165000', '102657.625000', '102658.085000', '102658.545000', '102659.005000', '102659.465000', '102659.925000', '102700.385000', '102700.845000', '102701.305000', '102701.765000', '102702.225000', '102702.685000', '102703.145000', '102703.605000', '102704.065000', '102704.525000', '102704.985000', '102705.445000', '102705.905000', '102706.365000', '102706.825000', '102707.285000', '102707.745000', '102708.205000', '102708.665000', '102709.125000', '102709.585000', '102710.045000', '102710.505000', '102710.965000', '102711.425000', '102711.885000', '102712.345000', '102712.805000', '102713.265000', '102713.725000', '102714.185000', '102714.645000', '102715.105000', '102715.565000', '102716.025000', '102716.485000', '102716.945000', '102717.405000', '102717.865000', '102718.325000', '102718.785000', '102719.245000', '102719.705000', '102720.165000', '102720.625000', '102721.085000', '102721.545000', '102722.005000', '102722.465000', '102722.925000', '102723.385000', '102723.845000', '102724.305000', '102724.765000', '102725.225000', '102725.685000', '102726.145000', '102726.605000', '102727.065000', '102727.525000', '102727.985000', '102728.445000', '102728.905000', '102729.365000', '102729.825000', '102730.285000', '102730.745000', '102731.205000', '102731.665000', '102732.125000', '102732.585000', '102733.045000', '102733.505000', '102733.965000', '102734.425000', '102734.885000', '102735.345000', '102735.805000', '102736.265000', '102736.725000', '102737.185000', '102737.645000', '102738.105000', '102738.565000', '102739.025000', '102739.485000', '102739.945000', '102740.405000', '102740.865000', '102741.325000', '102741.785000', '102742.245000', '102742.705000', '102743.165000', '102743.625000', '102744.085000', '102744.545000', '102745.005000', '102745.465000', '102745.925000', '102746.385000', '102746.845000', '102747.305000', '102747.765000', '102748.225000', '102748.685000', '102749.145000', '102749.605000', '102750.065000', '102750.525000', '102750.985000', '102751.445000', '102751.905000', '102752.365000', '102752.825000', '102753.285000', '102753.745000', '102754.205000', '102754.665000', '102755.125000', '102755.585000', '102756.045000', '102756.505000', '102756.965000', '102757.425000', '102757.885000', '102758.345000', '102758.805000', '102759.265000', '102759.725000', '102800.185000', '102800.645000', '102801.105000', '102801.565000', '102802.025000', '102802.485000', '102802.945000', '102803.405000', '102803.865000', '102804.325000', '102804.785000', '102805.245000', '102805.705000', '102806.165000', '102806.625000', '102807.085000', '102807.545000', '102808.005000', '102808.465000', '102808.925000', '102809.385000', '102809.845000', '102810.305000', '102810.765000', '102811.225000', '102811.685000', '102812.145000', '102812.605000', '102813.065000', '102813.525000', '102813.985000', '102814.445000', '102814.905000', '102815.365000', '102815.825000', '102816.285000', '102816.745000', '102817.205000', '102817.665000', '102818.125000', '102818.585000', '102819.045000', '102819.505000', '102819.965000', '102820.425000', '102820.885000', '102821.345000', '102821.805000', '102822.265000', '102822.725000', '102823.185000', '102823.645000', '102824.105000', '102824.565000', '102825.025000', '102825.485000', '102825.945000', '102826.405000', '102826.865000', '102827.325000', '102827.785000', '102828.245000', '102828.705000', '102829.165000', '102829.625000', '102830.085000', '102830.545000', '102831.005000', '102831.465000', '102831.925000', '102832.385000', '102832.845000', '102833.305000', '102833.765000', '102834.225000', '102834.685000', '102835.145000', '102835.605000', '102836.065000', '102836.525000', '102836.985000', '102837.445000', '102837.905000', '102838.365000', '102838.825000', '102839.285000', '102839.745000', '102840.205000', '102840.665000', '102841.125000', '102841.585000', '102842.045000', '102842.505000', '102842.965000', '102843.425000', '102843.885000', '102844.345000', '102844.805000', '102845.265000', '102845.725000', '102846.185000', '102846.645000', '102847.105000', '102847.565000', '102848.025000', '102848.485000', '102848.945000', '102849.405000', '102849.865000', '102850.325000', '102850.785000', '102851.245000', '102851.705000', '102852.165000', '102852.625000', '102853.085000', '102853.545000', '102854.005000', '102854.465000', '102854.925000', '102855.385000', '102855.845000', '102856.305000', '102856.765000', '102857.225000', '102857.685000', '102858.145000', '102858.605000', '102859.065000', '102859.525000', '102859.985000', '102900.445000', '102900.905000', '102901.365000', '102901.825000', '102902.285000', '102902.745000', '102903.205000', '102903.665000', '102904.125000', '102904.585000', '102905.045000', '102905.505000', '102905.965000', '102906.425000', '102906.885000', '102907.345000', '102907.805000', '102908.265000', '102908.725000', '102909.185000', '102909.645000', '102910.105000', '102910.565000', '102911.025000', '102911.485000', '102911.945000', '102912.405000', '102912.865000', '102913.325000', '102913.785000', '102914.245000', '102914.705000', '102915.165000', '102915.625000', '102916.085000', '102916.545000', '102917.005000', '102917.465000', '102917.925000', '102918.385000', '102918.845000', '102919.305000', '102919.765000', '102920.225000', '102920.685000', '102921.145000', '102921.605000', '102922.065000', '102922.525000', '102922.985000', '102923.445000', '102923.905000', '102924.365000', '102924.825000', '102925.285000', '102925.745000', '102926.205000', '102926.665000', '102927.125000', '102927.585000', '102928.045000', '102928.505000', '102928.965000', '102929.425000', '102929.885000', '102930.345000', '102930.805000', '102931.265000', '102931.725000', '102932.185000', '102932.645000', '102933.105000', '102933.565000', '102934.025000', '102934.485000', '102934.945000', '102935.405000', '102935.865000', '102936.325000', '102936.785000', '102937.245000', '102937.705000', '102938.165000', '102938.625000', '102939.085000', '102939.545000', '102940.005000', '102940.465000', '102940.925000', '102941.385000', '102941.845000', '102942.305000', '102942.765000', '102943.225000', '102943.685000', '102944.145000', '102944.605000', '102945.065000', '102945.525000', '102945.985000', '102946.445000', '102946.905000', '102947.365000', '102947.825000', '102948.285000', '102948.745000', '102949.205000', '102949.665000', '102950.125000', '102950.585000', '102951.045000', '102951.505000', '102951.965000', '102952.425000', '102952.885000', '102953.345000', '102953.805000', '102954.265000', '102954.725000', '102955.185000', '102955.645000', '102956.105000', '102956.565000', '102957.025000', '102957.485000', '102957.945000', '102958.405000', '102958.865000', '102959.325000', '102959.785000', '103000.245000', '103000.705000', '103001.165000', '103001.625000', '103002.085000', '103002.545000', '103003.005000', '103003.465000', '103003.925000', '103004.385000', '103004.845000', '103005.305000', '103005.765000', '103006.225000', '103006.685000', '103007.145000', '103007.605000', '103008.065000', '103008.525000', '103008.985000', '103009.445000', '103009.905000', '103010.365000', '103010.825000', '103011.285000', '103011.745000', '103012.205000', '103012.665000', '103013.125000', '103013.585000', '103014.045000', '103014.505000', '103014.965000', '103015.425000', '103015.885000', '103016.345000', '103016.805000', '103017.265000', '103017.725000', '103018.185000', '103018.645000', '103019.105000', '103019.565000', '103020.025000', '103020.485000', '103020.945000', '103021.405000', '103021.865000', '103022.325000', '103022.785000', '103023.245000', '103023.705000', '103024.165000', '103024.625000', '103025.085000', '103025.545000', '103026.005000', '103026.465000', '103026.925000', '103027.385000', '103027.845000', '103028.305000', '103028.765000', '103029.225000', '103029.685000', '103030.145000', '103030.605000', '103031.065000', '103031.525000', '103031.985000', '103032.445000', '103032.905000', '103033.365000', '103033.825000', '103034.285000', '103034.745000', '103035.205000', '103035.665000', '103036.125000', '103036.585000', '103037.045000', '103037.505000', '103037.965000', '103038.425000', '103038.885000', '103039.345000', '103039.805000', '103040.265000', '103040.725000', '103041.185000', '103041.645000', '103042.105000', '103042.565000', '103043.025000', '103043.485000', '103043.945000', '103044.405000', '103044.865000', '103045.325000', '103045.785000', '103046.245000', '103046.705000', '103047.165000', '103047.625000', '103048.085000', '103048.545000', '103049.005000', '103049.465000', '103049.925000', '103050.385000', '103050.845000', '103051.305000', '103051.765000', '103052.225000', '103052.685000', '103053.145000', '103053.605000', '103054.065000', '103054.525000', '103054.985000', '103055.445000', '103055.905000', '103056.365000', '103056.825000', '103057.285000', '103057.745000', '103058.205000', '103058.665000', '103059.125000', '103059.585000', '103100.045000', '103100.505000', '103100.965000', '103101.425000', '103101.885000', '103102.345000', '103102.805000', '103103.265000', '103103.725000', '103104.185000', '103104.645000', '103105.105000', '103105.565000', '103106.025000', '103106.485000', '103106.945000', '103107.405000', '103107.865000', '103108.325000', '103108.785000', '103109.245000', '103109.705000', '103110.165000', '103110.625000', '103111.085000', '103111.545000', '103112.005000', '103112.465000', '103112.925000', '103113.385000', '103113.845000', '103114.305000', '103114.765000', '103115.225000', '103115.685000', '103116.145000', '103116.605000', '103117.065000', '103117.525000', '103117.985000', '103118.445000', '103118.905000', '103119.365000', '103119.825000', '103120.285000', '103120.745000', '103121.205000', '103121.665000', '103122.125000', '103122.585000', '103123.045000', '103123.505000', '103123.965000', '103124.425000', '103124.885000', '103125.345000', '103125.805000', '103126.265000', '103126.725000', '103127.185000', '103127.645000', '103128.105000', '103128.565000', '103129.025000', '103129.485000', '103129.945000', '103130.405000', '103130.865000', '103131.325000', '103131.785000', '103132.245000', '103132.705000', '103133.165000', '103133.625000', '103134.085000', '103134.545000', '103135.005000', '103135.465000', '103135.925000', '103136.385000', '103136.845000', '103137.305000', '103137.765000', '103138.225000', '103138.685000', '103139.145000', '103139.605000', '103140.065000', '103140.525000', '103140.985000', '103141.445000', '103141.905000', '103142.365000', '103142.825000', '103143.285000', '103143.745000', '103144.205000', '103144.665000', '103145.125000', '103145.585000', '103146.045000', '103146.505000', '103146.965000', '103147.425000', '103147.885000', '103148.345000', '103148.805000', '103149.265000', '103149.725000', '103150.185000', '103150.645000', '103151.105000', '103151.565000', '103152.025000', '103152.485000', '103152.945000', '103153.405000', '103153.865000', '103154.325000', '103154.785000', '103155.245000', '103155.705000', '103156.165000', '103156.625000', '103157.085000', '103157.545000', '103158.005000', '103158.465000', '103158.925000', '103159.385000', '103159.845000', '103200.305000', '103200.765000', '103201.225000', '103201.685000', '103202.145000', '103202.605000', '103203.065000', '103203.525000', '103203.985000', '103204.445000', '103204.905000', '103205.365000', '103205.825000', '103206.285000', '103206.745000', '103207.205000', '103207.665000', '103208.125000', '103208.585000', '103209.045000', '103209.505000', '103209.965000', '103210.425000', '103210.885000', '103211.345000', '103211.805000', '103212.265000', '103212.725000', '103213.185000', '103213.645000', '103214.105000', '103214.565000', '103215.025000', '103215.485000', '103215.945000', '103216.405000', '103216.865000', '103217.325000', '103217.785000', '103218.245000', '103218.705000', '103219.165000', '103219.625000', '103220.085000', '103220.545000', '103221.005000', '103221.465000', '103221.925000', '103222.385000', '103222.845000', '103223.305000', '103223.765000', '103224.225000', '103224.685000', '103225.145000', '103225.605000', '103226.065000', '103226.525000', '103226.985000', '103227.445000', '103227.905000', '103228.365000', '103228.825000', '103229.285000', '103229.745000', '103230.205000', '103230.665000', '103231.125000', '103231.585000', '103232.045000', '103232.505000', '103232.965000', '103233.425000', '103233.885000', '103234.345000', '103234.805000', '103235.265000', '103235.725000', '103236.185000', '103236.645000', '103237.105000', '103237.565000', '103238.025000', '103238.485000', '103238.945000', '103239.405000', '103239.865000', '103240.325000', '103240.785000', '103241.245000', '103241.705000', '103242.165000', '103242.625000', '103243.085000', '103243.545000', '103244.005000', '103244.465000', '103244.925000', '103245.385000', '103245.845000', '103246.305000', '103246.765000', '103247.225000', '103247.685000', '103248.145000', '103248.605000', '103249.065000', '103249.525000', '103249.985000', '103250.445000', '103250.905000', '103251.365000', '103251.825000', '103252.285000', '103252.745000', '103253.205000', '103253.665000', '103254.125000', '103254.585000', '103255.045000', '103255.505000', '103255.965000', '103256.425000', '103256.885000', '103257.345000', '103257.805000', '103258.265000', '103258.725000', '103259.185000', '103259.645000', '103300.105000', '103300.565000', '103301.025000', '103301.485000', '103301.945000', '103302.405000', '103302.865000', '103303.325000', '103303.785000', '103304.245000', '103304.705000', '103305.165000', '103305.625000', '103306.085000'], 'ContentTime': ['102659.290000', '102659.294000', '102659.296000', '102659.299000', '102659.302000', '102659.305000', '102659.308000', '102659.311000', '102659.313000', '102659.321000', '102659.324000', '102659.327000', '102659.330000', '102659.333000', '102659.336000', '102659.338000', '102659.341000', '102659.344000', '102659.347000', '102659.350000', '102659.352000', '102659.355000', '102659.358000', '102659.363000', '102659.366000', '102659.369000', '102659.372000', '102659.374000', '102659.377000', '102659.380000', '102659.383000', '102659.386000', '102659.388000', '102659.391000', '102659.394000', '102659.397000', '102659.400000', '102659.403000', '102719.250000', '102719.253000', '102719.256000', '102719.259000', '102719.261000', '102719.264000', '102719.267000', '102719.270000', '102719.273000', '102719.276000', '102719.278000', '102719.281000', '102719.284000', '102719.287000', '102719.290000', '102719.292000', '102719.297000', '102719.304000', '102719.307000', '102719.310000', '102719.313000', '102719.315000', '102719.319000', '102719.324000', '102719.328000', '102719.330000', '102719.333000', '102719.336000', '102719.339000', '102719.342000', '102719.345000', '102719.348000', '102719.350000', '102719.353000', '102719.356000', '102719.359000', '102719.362000', '102719.365000', '102719.367000', '102719.370000', '102719.373000', '102719.376000', '102719.379000', '102739.250000', '102739.253000', '102739.264000', '102739.267000', '102739.269000', '102739.272000', '102739.275000', '102739.278000', '102739.281000', '102739.284000', '102739.286000', '102739.289000', '102739.292000', '102739.295000', '102739.298000', '102739.301000', '102739.303000', '102739.306000', '102739.309000', '102739.312000', '102739.315000', '102739.318000', '102739.321000', '102739.323000', '102739.326000', '102739.329000', '102739.332000', '102739.335000', '102739.338000', '102739.341000', '102739.343000', '102739.346000', '102739.349000', '102739.352000', '102739.355000', '102739.358000', '102739.360000', '102739.363000', '102739.366000', '102739.369000', '102739.372000', '102739.375000', '102739.377000', '102739.380000', '102759.250000', '102759.253000', '102759.256000', '102759.259000', '102759.262000', '102759.264000', '102759.267000', '102759.270000', '102759.273000', '102759.276000', '102759.279000', '102759.282000', '102759.284000', '102759.287000', '102759.290000', '102759.294000', '102759.296000', '102759.300000', '102759.302000', '102759.305000', '102759.308000', '102759.311000', '102759.314000', '102759.316000', '102759.319000', '102759.322000', '102759.325000', '102759.328000', '102759.331000', '102759.334000', '102759.336000', '102759.339000', '102759.342000', '102759.345000', '102759.348000', '102759.351000', '102759.353000', '102759.356000', '102759.359000', '102759.362000', '102759.365000', '102759.368000', '102759.370000', '102819.250000', '102819.253000', '102819.256000', '102819.259000', '102819.262000', '102819.264000', '102819.267000', '102819.270000', '102819.273000', '102819.276000', '102819.279000', '102819.282000', '102819.284000', '102819.287000', '102819.290000', '102819.293000', '102819.296000', '102819.299000', '102819.301000', '102819.304000', '102819.307000', '102819.310000', '102819.313000', '102819.316000', '102819.318000', '102819.321000', '102819.324000', '102819.327000', '102819.330000', '102819.333000', '102819.336000', '102819.338000', '102819.341000', '102819.344000', '102819.347000', '102819.350000', '102819.353000', '102819.355000', '102819.358000', '102819.361000', '102819.364000', '102819.367000', '102819.370000', '102819.373000', '102839.250000', '102839.253000', '102839.256000', '102839.259000', '102839.261000', '102839.264000', '102839.267000', '102839.270000', '102839.273000', '102839.276000', '102839.279000', '102839.281000', '102839.284000', '102839.287000', '102839.290000', '102839.293000', '102839.296000', '102839.298000', '102839.302000', '102839.305000', '102839.308000', '102839.311000', '102839.313000', '102839.316000', '102839.319000', '102839.322000', '102839.325000', '102839.327000', '102839.331000', '102839.333000', '102839.336000', '102839.339000', '102839.342000', '102839.345000', '102839.348000', '102839.350000', '102839.353000', '102839.356000', '102839.359000', '102839.362000', '102839.365000', '102839.367000', '102839.370000', '102859.250000', '102859.253000', '102859.256000', '102859.259000', '102859.262000', '102859.264000', '102859.267000', '102859.270000', '102859.273000', '102859.276000', '102859.278000', '102859.281000', '102859.284000', '102859.287000', '102859.290000', '102859.293000', '102859.296000', '102859.298000', '102859.301000', '102859.304000', '102859.307000', '102859.310000', '102859.312000', '102859.315000', '102859.318000', '102859.321000', '102859.324000', '102859.327000', '102859.330000', '102859.332000', '102859.335000', '102859.338000', '102859.341000', '102859.344000', '102859.347000', '102859.350000', '102859.352000', '102859.355000', '102859.358000', '102859.361000', '102859.364000', '102859.367000', '102859.369000', '102859.372000', '102919.250000', '102919.253000', '102919.256000', '102919.259000', '102919.263000', '102919.266000', '102919.268000', '102919.271000', '102919.274000', '102919.277000', '102919.280000', '102919.283000', '102919.286000', '102919.289000', '102919.291000', '102919.294000', '102919.297000', '102919.300000', '102919.303000', '102919.305000', '102919.308000', '102919.311000', '102919.314000', '102919.317000', '102919.320000', '102919.323000', '102919.326000', '102919.329000', '102919.331000', '102919.334000', '102919.337000', '102919.340000', '102919.343000', '102919.346000', '102919.349000', '102919.352000', '102919.355000', '102919.357000', '102919.360000', '102919.363000', '102919.366000', '102919.369000', '102919.371000', '102939.250000', '102939.253000', '102939.256000', '102939.259000', '102939.261000', '102939.264000', '102939.267000', '102939.270000', '102939.273000', '102939.276000', '102939.279000', '102939.281000', '102939.284000', '102939.287000', '102939.290000', '102939.293000', '102939.296000', '102939.298000', '102939.301000', '102939.304000', '102939.307000', '102939.310000', '102939.313000', '102939.315000', '102939.318000', '102939.321000', '102939.324000', '102939.327000', '102939.330000', '102939.332000', '102939.335000', '102939.338000', '102939.341000', '102939.344000', '102939.347000', '102939.350000', '102939.352000', '102939.355000', '102939.358000', '102939.361000', '102939.364000', '102939.367000', '102939.370000', '102939.373000', '102959.250000', '102959.253000', '102959.256000', '102959.259000', '102959.262000', '102959.264000', '102959.267000', '102959.270000', '102959.273000', '102959.276000', '102959.279000', '102959.282000', '102959.284000', '102959.287000', '102959.290000', '102959.293000', '102959.296000', '102959.299000', '102959.301000', '102959.304000', '102959.307000', '102959.310000', '102959.313000', '102959.316000', '102959.319000', '102959.321000', '102959.324000', '102959.327000', '102959.330000', '102959.333000', '102959.336000', '102959.338000', '102959.341000', '102959.344000', '102959.347000', '102959.350000', '102959.354000', '102959.357000', '102959.360000', '102959.363000', '102959.366000', '102959.369000', '102959.371000', '103019.250000', '103019.253000', '103019.256000', '103019.259000', '103019.262000', '103019.265000', '103019.268000', '103019.270000', '103019.273000', '103019.276000', '103019.279000', '103019.282000', '103019.285000', '103019.288000', '103019.291000', '103019.293000', '103019.296000', '103019.299000', '103019.302000', '103019.305000', '103019.307000', '103019.310000', '103019.313000', '103019.316000', '103019.319000', '103019.329000', '103019.331000', '103019.334000', '103019.337000', '103019.340000', '103019.343000', '103019.346000', '103019.348000', '103019.351000', '103019.354000', '103019.357000', '103019.360000', '103019.363000', '103019.383000', '103019.386000', '103019.389000', '103019.392000', '103019.395000', '103019.397000', '103039.250000', '103039.253000', '103039.256000', '103039.267000', '103039.270000', '103039.273000', '103039.276000', '103039.279000', '103039.282000', '103039.284000', '103039.287000', '103039.290000', '103039.293000', '103039.296000', '103039.299000', '103039.303000', '103039.306000', '103039.309000', '103039.311000', '103039.314000', '103039.317000', '103039.320000', '103039.323000', '103039.326000', '103039.329000', '103039.331000', '103039.334000', '103039.337000', '103039.340000', '103039.343000', '103039.346000', '103039.349000', '103039.351000', '103039.354000', '103039.357000', '103039.361000', '103039.364000', '103039.367000', '103039.369000', '103039.372000', '103039.375000', '103039.378000', '103039.381000', '103059.250000', '103059.253000', '103059.256000', '103059.258000', '103059.261000', '103059.264000', '103059.267000', '103059.270000', '103059.273000', '103059.276000', '103059.278000', '103059.281000', '103059.284000', '103059.287000', '103059.290000', '103059.293000', '103059.296000', '103059.299000', '103059.302000', '103059.304000', '103059.307000', '103059.310000', '103059.313000', '103059.316000', '103059.319000', '103059.321000', '103059.324000', '103059.327000', '103059.330000', '103059.333000', '103059.335000', '103059.338000', '103059.341000', '103059.344000', '103059.347000', '103059.350000', '103059.353000', '103059.355000', '103059.358000', '103059.361000', '103059.364000', '103059.367000', '103059.369000', '103059.372000', '103119.250000', '103119.253000', '103119.261000', '103119.264000', '103119.267000', '103119.269000', '103119.272000', '103119.275000', '103119.278000', '103119.281000', '103119.284000', '103119.287000', '103119.290000', '103119.292000', '103119.295000', '103119.298000', '103119.301000', '103119.304000', '103119.307000', '103119.310000', '103119.312000', '103119.315000', '103119.318000', '103119.321000', '103119.324000', '103119.327000', '103119.330000', '103119.332000', '103119.335000', '103119.338000', '103119.341000', '103119.344000', '103119.347000', '103119.349000', '103119.352000', '103119.355000', '103119.358000', '103119.361000', '103119.364000', '103119.367000', '103119.370000', '103119.372000', '103119.376000', '103139.250000', '103139.253000', '103139.256000', '103139.259000', '103139.262000', '103139.264000', '103139.267000', '103139.270000', '103139.273000', '103139.276000', '103139.279000', '103139.282000', '103139.284000', '103139.287000', '103139.290000', '103139.293000', '103139.296000', '103139.299000', '103139.302000', '103139.305000', '103139.307000', '103139.310000', '103139.313000', '103139.316000', '103139.319000', '103139.322000', '103139.324000', '103139.327000', '103139.330000', '103139.333000', '103139.336000', '103139.339000', '103139.342000', '103139.345000', '103139.348000', '103139.351000', '103139.354000', '103139.356000', '103139.359000', '103139.362000', '103139.365000', '103139.368000', '103139.370000', '103139.373000', '103159.250000', '103159.253000', '103159.256000', '103159.259000', '103159.262000', '103159.270000', '103159.273000', '103159.276000', '103159.279000', '103159.282000', '103159.284000', '103159.287000', '103159.290000', '103159.293000', '103159.296000', '103159.299000', '103159.301000', '103159.304000', '103159.307000', '103159.310000', '103159.313000', '103159.316000', '103159.319000', '103159.321000', '103159.324000', '103159.327000', '103159.330000', '103159.333000', '103159.336000', '103159.347000', '103159.350000', '103159.352000', '103159.355000', '103159.358000', '103159.361000', '103159.364000', '103159.367000', '103159.370000', '103159.372000', '103159.375000', '103159.378000', '103159.381000', '103159.384000', '103219.250000', '103219.253000', '103219.256000', '103219.259000', '103219.262000', '103219.265000', '103219.268000', '103219.270000', '103219.273000', '103219.276000', '103219.279000', '103219.282000', '103219.285000', '103219.287000', '103219.290000', '103219.293000', '103219.298000', '103219.301000', '103219.304000', '103219.307000', '103219.310000', '103219.313000', '103219.315000', '103219.318000', '103219.321000', '103219.324000', '103219.327000', '103219.330000', '103219.333000', '103219.335000', '103219.338000', '103219.341000', '103219.344000', '103219.347000', '103219.350000', '103219.353000', '103219.355000', '103219.358000', '103219.361000', '103219.364000', '103219.367000', '103219.370000', '103219.373000', '103219.375000', '103239.250000', '103239.253000', '103239.256000', '103239.259000', '103239.262000', '103239.265000', '103239.267000', '103239.270000', '103239.273000', '103239.276000', '103239.279000', '103239.282000', '103239.285000', '103239.288000', '103239.290000', '103239.293000', '103239.296000', '103239.299000', '103239.302000', '103239.305000', '103239.308000', '103239.311000', '103239.313000', '103239.316000', '103239.319000', '103239.322000', '103239.325000', '103239.328000', '103239.331000', '103239.333000', '103239.336000', '103239.339000', '103239.342000', '103239.345000', '103239.348000', '103239.350000', '103239.353000', '103239.356000', '103239.359000', '103239.362000', '103239.365000', '103239.368000', '103239.370000', '103259.250000', '103259.253000', '103259.256000', '103259.259000', '103259.262000', '103259.265000', '103259.267000', '103259.270000', '103259.273000', '103259.276000', '103259.279000', '103259.281000', '103259.284000', '103259.287000', '103259.290000', '103259.293000', '103259.296000', '103259.299000', '103259.302000', '103259.304000', '103259.307000', '103259.310000', '103259.313000', '103259.316000', '103259.319000', '103259.322000', '103259.324000', '103259.327000', '103259.330000', '103259.333000', '103259.336000', '103259.339000', '103259.342000', '103259.345000', '103259.347000', '103259.350000', '103259.353000', '103259.356000', '103259.359000', '103259.361000', '103259.364000', '103259.367000', '103259.370000', '103259.373000', '103307.540000', '103307.544000', '103307.547000', '103307.550000', '103307.553000', '103307.557000', '103307.561000', '103307.564000', '103307.567000', '103307.570000', '103307.573000', '103307.577000', '103307.580000', '103307.583000', '103307.586000', '103307.589000', '103307.592000', '103307.595000'], 'InstanceCreationTime': ['102659.290000', '102659.294000', '102659.296000', '102659.299000', '102659.302000', '102659.305000', '102659.308000', '102659.311000', '102659.313000', '102659.321000', '102659.324000', '102659.327000', '102659.330000', '102659.333000', '102659.336000', '102659.338000', '102659.341000', '102659.344000', '102659.347000', '102659.350000', '102659.352000', '102659.355000', '102659.358000', '102659.363000', '102659.366000', '102659.369000', '102659.372000', '102659.374000', '102659.377000', '102659.380000', '102659.383000', '102659.386000', '102659.388000', '102659.391000', '102659.394000', '102659.397000', '102659.400000', '102659.403000', '102719.250000', '102719.253000', '102719.256000', '102719.259000', '102719.261000', '102719.264000', '102719.267000', '102719.270000', '102719.273000', '102719.276000', '102719.278000', '102719.281000', '102719.284000', '102719.287000', '102719.290000', '102719.292000', '102719.297000', '102719.304000', '102719.307000', '102719.310000', '102719.313000', '102719.315000', '102719.319000', '102719.324000', '102719.328000', '102719.330000', '102719.333000', '102719.336000', '102719.339000', '102719.342000', '102719.345000', '102719.348000', '102719.350000', '102719.353000', '102719.356000', '102719.359000', '102719.362000', '102719.365000', '102719.367000', '102719.370000', '102719.373000', '102719.376000', '102719.379000', '102739.250000', '102739.253000', '102739.264000', '102739.267000', '102739.269000', '102739.272000', '102739.275000', '102739.278000', '102739.281000', '102739.284000', '102739.286000', '102739.289000', '102739.292000', '102739.295000', '102739.298000', '102739.301000', '102739.303000', '102739.306000', '102739.309000', '102739.312000', '102739.315000', '102739.318000', '102739.321000', '102739.323000', '102739.326000', '102739.329000', '102739.332000', '102739.335000', '102739.338000', '102739.341000', '102739.343000', '102739.346000', '102739.349000', '102739.352000', '102739.355000', '102739.358000', '102739.360000', '102739.363000', '102739.366000', '102739.369000', '102739.372000', '102739.375000', '102739.377000', '102739.380000', '102759.250000', '102759.253000', '102759.256000', '102759.259000', '102759.262000', '102759.264000', '102759.267000', '102759.270000', '102759.273000', '102759.276000', '102759.279000', '102759.282000', '102759.284000', '102759.287000', '102759.290000', '102759.294000', '102759.296000', '102759.300000', '102759.302000', '102759.305000', '102759.308000', '102759.311000', '102759.314000', '102759.316000', '102759.319000', '102759.322000', '102759.325000', '102759.328000', '102759.331000', '102759.334000', '102759.336000', '102759.339000', '102759.342000', '102759.345000', '102759.348000', '102759.351000', '102759.353000', '102759.356000', '102759.359000', '102759.362000', '102759.365000', '102759.368000', '102759.370000', '102819.250000', '102819.253000', '102819.256000', '102819.259000', '102819.262000', '102819.264000', '102819.267000', '102819.270000', '102819.273000', '102819.276000', '102819.279000', '102819.282000', '102819.284000', '102819.287000', '102819.290000', '102819.293000', '102819.296000', '102819.299000', '102819.301000', '102819.304000', '102819.307000', '102819.310000', '102819.313000', '102819.316000', '102819.318000', '102819.321000', '102819.324000', '102819.327000', '102819.330000', '102819.333000', '102819.336000', '102819.338000', '102819.341000', '102819.344000', '102819.347000', '102819.350000', '102819.353000', '102819.355000', '102819.358000', '102819.361000', '102819.364000', '102819.367000', '102819.370000', '102819.373000', '102839.250000', '102839.253000', '102839.256000', '102839.259000', '102839.261000', '102839.264000', '102839.267000', '102839.270000', '102839.273000', '102839.276000', '102839.279000', '102839.281000', '102839.284000', '102839.287000', '102839.290000', '102839.293000', '102839.296000', '102839.298000', '102839.302000', '102839.305000', '102839.308000', '102839.311000', '102839.313000', '102839.316000', '102839.319000', '102839.322000', '102839.325000', '102839.327000', '102839.331000', '102839.333000', '102839.336000', '102839.339000', '102839.342000', '102839.345000', '102839.348000', '102839.350000', '102839.353000', '102839.356000', '102839.359000', '102839.362000', '102839.365000', '102839.367000', '102839.370000', '102859.250000', '102859.253000', '102859.256000', '102859.259000', '102859.262000', '102859.264000', '102859.267000', '102859.270000', '102859.273000', '102859.276000', '102859.278000', '102859.281000', '102859.284000', '102859.287000', '102859.290000', '102859.293000', '102859.296000', '102859.298000', '102859.301000', '102859.304000', '102859.307000', '102859.310000', '102859.312000', '102859.315000', '102859.318000', '102859.321000', '102859.324000', '102859.327000', '102859.330000', '102859.332000', '102859.335000', '102859.338000', '102859.341000', '102859.344000', '102859.347000', '102859.350000', '102859.352000', '102859.355000', '102859.358000', '102859.361000', '102859.364000', '102859.367000', '102859.369000', '102859.372000', '102919.250000', '102919.253000', '102919.256000', '102919.259000', '102919.263000', '102919.266000', '102919.268000', '102919.271000', '102919.274000', '102919.277000', '102919.280000', '102919.283000', '102919.286000', '102919.289000', '102919.291000', '102919.294000', '102919.297000', '102919.300000', '102919.303000', '102919.305000', '102919.308000', '102919.311000', '102919.314000', '102919.317000', '102919.320000', '102919.323000', '102919.326000', '102919.329000', '102919.331000', '102919.334000', '102919.337000', '102919.340000', '102919.343000', '102919.346000', '102919.349000', '102919.352000', '102919.355000', '102919.357000', '102919.360000', '102919.363000', '102919.366000', '102919.369000', '102919.371000', '102939.250000', '102939.253000', '102939.256000', '102939.259000', '102939.261000', '102939.264000', '102939.267000', '102939.270000', '102939.273000', '102939.276000', '102939.279000', '102939.281000', '102939.284000', '102939.287000', '102939.290000', '102939.293000', '102939.296000', '102939.298000', '102939.301000', '102939.304000', '102939.307000', '102939.310000', '102939.313000', '102939.315000', '102939.318000', '102939.321000', '102939.324000', '102939.327000', '102939.330000', '102939.332000', '102939.335000', '102939.338000', '102939.341000', '102939.344000', '102939.347000', '102939.350000', '102939.352000', '102939.355000', '102939.358000', '102939.361000', '102939.364000', '102939.367000', '102939.370000', '102939.373000', '102959.250000', '102959.253000', '102959.256000', '102959.259000', '102959.262000', '102959.264000', '102959.267000', '102959.270000', '102959.273000', '102959.276000', '102959.279000', '102959.282000', '102959.284000', '102959.287000', '102959.290000', '102959.293000', '102959.296000', '102959.299000', '102959.301000', '102959.304000', '102959.307000', '102959.310000', '102959.313000', '102959.316000', '102959.319000', '102959.321000', '102959.324000', '102959.327000', '102959.330000', '102959.333000', '102959.336000', '102959.338000', '102959.341000', '102959.344000', '102959.347000', '102959.350000', '102959.354000', '102959.357000', '102959.360000', '102959.363000', '102959.366000', '102959.369000', '102959.371000', '103019.250000', '103019.253000', '103019.256000', '103019.259000', '103019.262000', '103019.265000', '103019.268000', '103019.270000', '103019.273000', '103019.276000', '103019.279000', '103019.282000', '103019.285000', '103019.288000', '103019.291000', '103019.293000', '103019.296000', '103019.299000', '103019.302000', '103019.305000', '103019.307000', '103019.310000', '103019.313000', '103019.316000', '103019.319000', '103019.329000', '103019.331000', '103019.334000', '103019.337000', '103019.340000', '103019.343000', '103019.346000', '103019.348000', '103019.351000', '103019.354000', '103019.357000', '103019.360000', '103019.363000', '103019.383000', '103019.386000', '103019.389000', '103019.392000', '103019.395000', '103019.397000', '103039.250000', '103039.253000', '103039.256000', '103039.267000', '103039.270000', '103039.273000', '103039.276000', '103039.279000', '103039.282000', '103039.284000', '103039.287000', '103039.290000', '103039.293000', '103039.296000', '103039.299000', '103039.303000', '103039.306000', '103039.309000', '103039.311000', '103039.314000', '103039.317000', '103039.320000', '103039.323000', '103039.326000', '103039.329000', '103039.331000', '103039.334000', '103039.337000', '103039.340000', '103039.343000', '103039.346000', '103039.349000', '103039.351000', '103039.354000', '103039.357000', '103039.361000', '103039.364000', '103039.367000', '103039.369000', '103039.372000', '103039.375000', '103039.378000', '103039.381000', '103059.250000', '103059.253000', '103059.256000', '103059.258000', '103059.261000', '103059.264000', '103059.267000', '103059.270000', '103059.273000', '103059.276000', '103059.278000', '103059.281000', '103059.284000', '103059.287000', '103059.290000', '103059.293000', '103059.296000', '103059.299000', '103059.302000', '103059.304000', '103059.307000', '103059.310000', '103059.313000', '103059.316000', '103059.319000', '103059.321000', '103059.324000', '103059.327000', '103059.330000', '103059.333000', '103059.335000', '103059.338000', '103059.341000', '103059.344000', '103059.347000', '103059.350000', '103059.353000', '103059.355000', '103059.358000', '103059.361000', '103059.364000', '103059.367000', '103059.369000', '103059.372000', '103119.250000', '103119.253000', '103119.261000', '103119.264000', '103119.267000', '103119.269000', '103119.272000', '103119.275000', '103119.278000', '103119.281000', '103119.284000', '103119.287000', '103119.290000', '103119.292000', '103119.295000', '103119.298000', '103119.301000', '103119.304000', '103119.307000', '103119.310000', '103119.312000', '103119.315000', '103119.318000', '103119.321000', '103119.324000', '103119.327000', '103119.330000', '103119.332000', '103119.335000', '103119.338000', '103119.341000', '103119.344000', '103119.347000', '103119.349000', '103119.352000', '103119.355000', '103119.358000', '103119.361000', '103119.364000', '103119.367000', '103119.370000', '103119.372000', '103119.376000', '103139.250000', '103139.253000', '103139.256000', '103139.259000', '103139.262000', '103139.264000', '103139.267000', '103139.270000', '103139.273000', '103139.276000', '103139.279000', '103139.282000', '103139.284000', '103139.287000', '103139.290000', '103139.293000', '103139.296000', '103139.299000', '103139.302000', '103139.305000', '103139.307000', '103139.310000', '103139.313000', '103139.316000', '103139.319000', '103139.322000', '103139.324000', '103139.327000', '103139.330000', '103139.333000', '103139.336000', '103139.339000', '103139.342000', '103139.345000', '103139.348000', '103139.351000', '103139.354000', '103139.356000', '103139.359000', '103139.362000', '103139.365000', '103139.368000', '103139.370000', '103139.373000', '103159.250000', '103159.253000', '103159.256000', '103159.259000', '103159.262000', '103159.270000', '103159.273000', '103159.276000', '103159.279000', '103159.282000', '103159.284000', '103159.287000', '103159.290000', '103159.293000', '103159.296000', '103159.299000', '103159.301000', '103159.304000', '103159.307000', '103159.310000', '103159.313000', '103159.316000', '103159.319000', '103159.321000', '103159.324000', '103159.327000', '103159.330000', '103159.333000', '103159.336000', '103159.347000', '103159.350000', '103159.352000', '103159.355000', '103159.358000', '103159.361000', '103159.364000', '103159.367000', '103159.370000', '103159.372000', '103159.375000', '103159.378000', '103159.381000', '103159.384000', '103219.250000', '103219.253000', '103219.256000', '103219.259000', '103219.262000', '103219.265000', '103219.268000', '103219.270000', '103219.273000', '103219.276000', '103219.279000', '103219.282000', '103219.285000', '103219.287000', '103219.290000', '103219.293000', '103219.298000', '103219.301000', '103219.304000', '103219.307000', '103219.310000', '103219.313000', '103219.315000', '103219.318000', '103219.321000', '103219.324000', '103219.327000', '103219.330000', '103219.333000', '103219.335000', '103219.338000', '103219.341000', '103219.344000', '103219.347000', '103219.350000', '103219.353000', '103219.355000', '103219.358000', '103219.361000', '103219.364000', '103219.367000', '103219.370000', '103219.373000', '103219.375000', '103239.250000', '103239.253000', '103239.256000', '103239.259000', '103239.262000', '103239.265000', '103239.267000', '103239.270000', '103239.273000', '103239.276000', '103239.279000', '103239.282000', '103239.285000', '103239.288000', '103239.290000', '103239.293000', '103239.296000', '103239.299000', '103239.302000', '103239.305000', '103239.308000', '103239.311000', '103239.313000', '103239.316000', '103239.319000', '103239.322000', '103239.325000', '103239.328000', '103239.331000', '103239.333000', '103239.336000', '103239.339000', '103239.342000', '103239.345000', '103239.348000', '103239.350000', '103239.353000', '103239.356000', '103239.359000', '103239.362000', '103239.365000', '103239.368000', '103239.370000', '103259.250000', '103259.253000', '103259.256000', '103259.259000', '103259.262000', '103259.265000', '103259.267000', '103259.270000', '103259.273000', '103259.276000', '103259.279000', '103259.281000', '103259.284000', '103259.287000', '103259.290000', '103259.293000', '103259.296000', '103259.299000', '103259.302000', '103259.304000', '103259.307000', '103259.310000', '103259.313000', '103259.316000', '103259.319000', '103259.322000', '103259.324000', '103259.327000', '103259.330000', '103259.333000', '103259.336000', '103259.339000', '103259.342000', '103259.345000', '103259.347000', '103259.350000', '103259.353000', '103259.356000', '103259.359000', '103259.361000', '103259.364000', '103259.367000', '103259.370000', '103259.373000', '103307.540000', '103307.544000', '103307.547000', '103307.550000', '103307.553000', '103307.557000', '103307.561000', '103307.564000', '103307.567000', '103307.570000', '103307.573000', '103307.577000', '103307.580000', '103307.583000', '103307.586000', '103307.589000', '103307.592000', '103307.595000'], '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], 'LargestImagePixelValue': [14771, 11790, 9748, 14957, 10707, 8373, 12997, 8381, 11582, 9986, 7400, 13708, 7573, 7188, 9856, 7278, 7137, 8089, 7260, 8723, 7106, 8243, 7410, 7044, 7986, 7075, 8662, 7183, 9037, 7373, 9300, 7453, 8804, 7155, 8676, 7320, 7054, 8328, 6932, 7393, 6924, 7259, 8074, 6953, 7500, 7363, 7435, 8940, 7398, 10101, 7591, 11692, 7966, 12859, 10164, 12271, 8677, 12902, 7884, 11715, 7701, 13423, 9130, 13516, 8070, 11317, 7523, 9916, 9192, 9027, 8811, 7623, 9690, 7246, 10938, 7546, 9843, 8742, 8371, 13355, 7269, 13488, 8675, 12505, 9361, 9124, 14654, 9510, 10432, 8654, 7062, 13694, 9852, 14096, 13152, 8536, 14204, 8410, 7853, 9337, 7349, 14634, 11816, 14958, 11279, 7599, 9239, 7190, 12772, 7763, 7120, 11402, 7220, 7637, 8047, 7393, 8748, 7525, 7304, 6935, 6988, 7192, 7043, 6747, 6994, 7115, 8119, 7340, 10446, 7901, 7340, 12847, 13182, 13348, 13059, 14194, 15543, 15209, 14757, 12205, 17041, 17402, 17050, 15047, 14913, 11426, 9010, 11245, 15777, 11698, 7727, 14459, 13474, 10730, 7665, 8277, 7813, 7293, 6967, 8287, 7495, 7159, 9744, 7374, 12106, 8408, 12508, 9067, 11797, 10690, 12320, 8942, 9889, 8381, 7134, 8532, 7420, 8538, 7317, 8561, 7211, 8404, 7380, 8868, 7248, 8353, 7117, 6807, 7147, 7166, 7849, 7115, 8127, 7364, 8350, 7216, 9155, 7227, 8383, 7324, 8254, 7232, 7609, 7499, 7860, 7285, 7973, 7352, 8199, 7194, 7984, 6949, 7432, 7752, 7312, 7983, 7080, 9114, 7011, 8923, 7038, 8766, 7350, 8488, 7505, 7204, 8389, 7391, 9142, 7148, 9147, 6934, 8346, 8005, 7087, 8695, 7076, 7828, 7742, 7065, 8796, 7580, 10662, 8099, 12973, 11049, 7544, 9775, 7282, 13878, 9854, 14360, 11748, 13889, 11943, 11722, 11318, 7712, 13921, 9327, 14206, 10900, 13969, 11962, 13165, 10531, 7543, 12085, 7843, 12884, 8194, 14015, 11772, 15145, 13518, 12813, 13663, 11542, 13578, 11003, 13335, 9964, 14503, 11758, 14883, 9385, 11793, 7550, 7294, 8098, 7364, 9241, 7757, 9295, 7331, 9081, 7410, 8875, 7351, 9114, 7395, 9456, 7767, 7173, 8575, 7224, 8799, 7621, 7259, 8568, 7519, 8607, 7700, 7424, 8646, 7600, 9801, 7934, 10994, 8117, 11663, 10867, 10244, 12809, 7943, 12160, 7656, 12733, 7697, 11304, 7779, 7519, 9345, 7383, 9272, 7740, 7194, 8443, 7528, 7836, 7869, 7088, 8912, 7587, 7318, 8957, 7290, 8994, 7582, 7897, 9569, 6922, 7462, 8501, 7309, 11103, 14130, 11247, 11318, 11811, 7660, 10800, 12267, 9812, 15821, 15734, 13701, 15892, 12393, 7613, 13986, 9419, 10248, 15084, 11876, 16212, 12728, 9724, 13812, 7940, 7047, 8248, 7193, 10608, 7398, 7241, 9264, 7230, 8414, 8013, 7300, 11451, 7146, 7176, 11325, 7355, 7209, 9471, 7508, 7303, 9130, 7282, 6940, 8313, 7346, 11804, 7426, 6973, 9023, 7071, 11370, 7119, 11001, 7497, 9127, 7621, 6943, 8753, 7084, 11764, 7477, 7618, 8115, 7019, 7350, 7612, 7299, 9492, 7229, 7399, 7694, 7356, 8808, 7428, 12220, 9478, 8137, 10411, 7316, 13890, 9715, 14528, 10984, 9315, 14804, 7252, 10338, 7236, 7514, 11016, 7970, 15108, 8072, 9412, 8526, 7189, 13915, 9871, 13789, 8600, 7186, 9382, 7524, 14085, 8328, 7155, 10185, 7221, 11520, 7285, 9407, 7721, 7234, 11406, 7499, 7455, 7432, 7215, 8669, 7507, 8804, 7982, 7144, 9821, 7254, 9284, 7496, 7344, 9998, 8712, 14733, 10837, 14619, 9781, 12147, 8566, 8365, 8479, 7054, 9567, 7310, 9331, 7170, 7228, 8211, 7149, 8745, 7442, 7236, 8595, 7452, 8940, 7488, 7767, 9111, 7196, 10235, 7544, 7161, 8419, 7228, 11244, 8755, 7119, 8659, 7324, 10036, 7661, 8728, 8501, 7006, 11782, 7239, 7538, 8686, 7359, 10879, 7894, 9408, 13288, 10001, 13268, 7742, 7046, 11229, 7669, 13754, 12366, 10194, 15437, 12832, 10248, 9164, 7827, 15673, 12153, 11712, 13325, 8046, 13526, 7618, 7635, 12759, 7531, 12066, 7453, 7590, 9129, 7593, 11695, 8437, 7391, 10380, 7691, 7449, 7815, 7620, 9559, 7420, 14737, 7710, 9769, 8047, 7056, 8970, 7548, 13531, 8210, 7097, 8180, 7262, 8711, 7495, 7898, 7517, 7171, 8497, 7152, 14659, 9428, 9509, 7413, 6813, 9942, 7329, 7314, 7899, 7157, 8537, 7360, 8794, 7442, 8144, 7916, 7059, 9278, 7319, 10217, 7542, 8700, 7640, 6809, 9894, 7473, 8862, 7360, 6931, 8171, 7322, 10682, 7975, 6917, 8368, 7287, 9950, 7744, 10008, 8107, 6856, 12803, 8053, 10029, 8057, 7341, 10839, 7916, 9236, 13902, 8889, 8291, 13333, 10136, 8567, 7277, 7123, 7461, 7240, 9451, 7302, 7541, 12330, 9756, 15214, 12754, 14595, 15959, 14355, 15837, 15148, 15835, 15709, 16118, 12771, 10990, 16077, 10676, 7505, 9573, 9564, 10743, 15260, 11936, 7770, 13443, 8359, 9327, 8745, 7507, 9905, 7647, 8356, 7957, 7551, 9372, 7683, 9960, 7673, 9721, 7720, 7738, 8166, 6988, 9495, 7389, 10005, 7328, 9352, 7582, 8305, 7833, 6657, 8492, 6875, 10244, 7721, 7505, 8972, 6798, 7799, 7763, 6985, 9049, 7090, 9891, 7406, 6953, 9810, 7132, 10704, 7992, 11609, 8724, 11648, 9064, 11458, 10513, 8293, 13325, 8036, 13589, 8428, 12695, 9819, 10737, 9310, 7206, 14221, 10934, 8264, 10131, 7220, 7822, 8968, 7184, 10494, 8029, 11886, 9719, 7871, 11527, 7631, 13391, 9915, 13865, 10951, 12540, 11059, 11303, 15618, 11947, 7945, 7747, 7220, 8995, 7309, 7184, 14273, 9894, 6874, 8804, 7304, 7323, 10489, 7393, 7211, 7915, 9651, 12431, 11706, 9313, 13166, 12886, 10739, 15127, 11677, 13921, 11931, 8999, 14954, 11312, 8732, 7698, 7250, 8629, 7161, 7086, 7049, 7223, 8224, 7469, 7009, 7158, 7412, 8776, 7532, 7261, 7536, 7221, 7239, 6923, 7308, 7544, 7419, 7382, 7021, 7022, 6897, 7399, 7705, 7530, 7752, 7457, 11184, 9060, 11163, 12840, 13903, 14081, 15871], 'WindowCenter': [4191.0, 4151.0, 4129.0, 4156.0, 4122.0, 4088.0, 4127.0, 4085.0, 4108.0, 4095.0, 4074.0, 4127.0, 4075.0, 4077.0, 4109.0, 4077.0, 4077.0, 4087.0, 4088.0, 4101.0, 4089.0, 4101.0, 4103.0, 4091.0, 4101.0, 4091.0, 4112.0, 4094.0, 4112.0, 4103.0, 4124.0, 4105.0, 4111.0, 4095.0, 4114.0, 4106.0, 4102.0, 4114.0, 4104.0, 4104.0, 4105.0, 4117.0, 4127.0, 4119.0, 4129.0, 4133.0, 4134.0, 4156.0, 4143.0, 4165.0, 4143.0, 4174.0, 4144.0, 4186.0, 4165.0, 4173.0, 4142.0, 4183.0, 4130.0, 4171.0, 4129.0, 4180.0, 4148.0, 4182.0, 4131.0, 4156.0, 4133.0, 4146.0, 4151.0, 4149.0, 4151.0, 4132.0, 4150.0, 4131.0, 4161.0, 4131.0, 4161.0, 4150.0, 4141.0, 4184.0, 4132.0, 4185.0, 4142.0, 4169.0, 4151.0, 4153.0, 4193.0, 4150.0, 4160.0, 4140.0, 4120.0, 4181.0, 4149.0, 4181.0, 4171.0, 4128.0, 4180.0, 4129.0, 4126.0, 4138.0, 4117.0, 4167.0, 4157.0, 4175.0, 4145.0, 4114.0, 4124.0, 4104.0, 4141.0, 4103.0, 4093.0, 4144.0, 4103.0, 4114.0, 4115.0, 4136.0, 4142.0, 4143.0, 4144.0, 4117.0, 4115.0, 4102.0, 4103.0, 4104.0, 4110.0, 4120.0, 4130.0, 4120.0, 4151.0, 4131.0, 4121.0, 4162.0, 4175.0, 4163.0, 4162.0, 4159.0, 4160.0, 4146.0, 4134.0, 4120.0, 4141.0, 4127.0, 4115.0, 4116.0, 4112.0, 4088.0, 4055.0, 4068.0, 4100.0, 4079.0, 4039.0, 4094.0, 4085.0, 4075.0, 4044.0, 4054.0, 4056.0, 4056.0, 4049.0, 4070.0, 4063.0, 4062.0, 4093.0, 4074.0, 4103.0, 4072.0, 4103.0, 4071.0, 4100.0, 4090.0, 4100.0, 4069.0, 4077.0, 4058.0, 4046.0, 4069.0, 4059.0, 4069.0, 4058.0, 4069.0, 4061.0, 4069.0, 4072.0, 4081.0, 4074.0, 4083.0, 4074.0, 4064.0, 4076.0, 4076.0, 4098.0, 4089.0, 4100.0, 4102.0, 4111.0, 4103.0, 4122.0, 4100.0, 4111.0, 4101.0, 4111.0, 4102.0, 4101.0, 4101.0, 4112.0, 4100.0, 4111.0, 4102.0, 4112.0, 4102.0, 4112.0, 4103.0, 4115.0, 4111.0, 4114.0, 4127.0, 4116.0, 4136.0, 4115.0, 4135.0, 4116.0, 4123.0, 4117.0, 4138.0, 4118.0, 4116.0, 4126.0, 4116.0, 4136.0, 4116.0, 4138.0, 4117.0, 4139.0, 4128.0, 4119.0, 4140.0, 4130.0, 4129.0, 4140.0, 4129.0, 4150.0, 4140.0, 4162.0, 4141.0, 4179.0, 4172.0, 4129.0, 4161.0, 4129.0, 4183.0, 4164.0, 4206.0, 4177.0, 4185.0, 4171.0, 4172.0, 4162.0, 4127.0, 4180.0, 4137.0, 4179.0, 4147.0, 4171.0, 4160.0, 4167.0, 4150.0, 4114.0, 4158.0, 4117.0, 4157.0, 4129.0, 4168.0, 4159.0, 4169.0, 4155.0, 4157.0, 4153.0, 4135.0, 4144.0, 4119.0, 4140.0, 4110.0, 4140.0, 4130.0, 4151.0, 4095.0, 4126.0, 4089.0, 4089.0, 4086.0, 4090.0, 4111.0, 4088.0, 4106.0, 4089.0, 4101.0, 4086.0, 4110.0, 4092.0, 4108.0, 4092.0, 4109.0, 4100.0, 4089.0, 4112.0, 4105.0, 4114.0, 4101.0, 4105.0, 4123.0, 4115.0, 4127.0, 4127.0, 4115.0, 4128.0, 4127.0, 4146.0, 4131.0, 4151.0, 4127.0, 4161.0, 4150.0, 4149.0, 4158.0, 4115.0, 4154.0, 4114.0, 4154.0, 4102.0, 4133.0, 4105.0, 4102.0, 4122.0, 4105.0, 4126.0, 4116.0, 4103.0, 4124.0, 4130.0, 4127.0, 4129.0, 4122.0, 4149.0, 4130.0, 4128.0, 4149.0, 4133.0, 4150.0, 4159.0, 4170.0, 4177.0, 4134.0, 4115.0, 4127.0, 4118.0, 4161.0, 4181.0, 4160.0, 4144.0, 4188.0, 4158.0, 4159.0, 4156.0, 4152.0, 4192.0, 4180.0, 4168.0, 4178.0, 4155.0, 4115.0, 4167.0, 4126.0, 4134.0, 4166.0, 4144.0, 4166.0, 4144.0, 4122.0, 4153.0, 4101.0, 4092.0, 4101.0, 4091.0, 4134.0, 4103.0, 4092.0, 4124.0, 4104.0, 4111.0, 4129.0, 4107.0, 4145.0, 4107.0, 4104.0, 4145.0, 4103.0, 4105.0, 4124.0, 4103.0, 4100.0, 4122.0, 4103.0, 4105.0, 4112.0, 4103.0, 4144.0, 4104.0, 4092.0, 4123.0, 4091.0, 4132.0, 4092.0, 4133.0, 4101.0, 4123.0, 4100.0, 4090.0, 4110.0, 4093.0, 4145.0, 4100.0, 4100.0, 4112.0, 4104.0, 4104.0, 4116.0, 4118.0, 4148.0, 4118.0, 4119.0, 4127.0, 4130.0, 4141.0, 4130.0, 4168.0, 4149.0, 4128.0, 4160.0, 4119.0, 4167.0, 4139.0, 4165.0, 4148.0, 4137.0, 4165.0, 4104.0, 4136.0, 4104.0, 4104.0, 4145.0, 4115.0, 4177.0, 4118.0, 4123.0, 4114.0, 4105.0, 4164.0, 4135.0, 4153.0, 4113.0, 4092.0, 4121.0, 4101.0, 4152.0, 4115.0, 4090.0, 4132.0, 4103.0, 4131.0, 4103.0, 4119.0, 4101.0, 4101.0, 4132.0, 4100.0, 4101.0, 4102.0, 4101.0, 4112.0, 4102.0, 4124.0, 4114.0, 4103.0, 4122.0, 4102.0, 4120.0, 4102.0, 4104.0, 4122.0, 4112.0, 4163.0, 4132.0, 4153.0, 4124.0, 4128.0, 4100.0, 4098.0, 4100.0, 4088.0, 4110.0, 4088.0, 4112.0, 4092.0, 4089.0, 4110.0, 4101.0, 4111.0, 4102.0, 4103.0, 4124.0, 4115.0, 4125.0, 4117.0, 4117.0, 4136.0, 4117.0, 4145.0, 4115.0, 4107.0, 4125.0, 4115.0, 4147.0, 4127.0, 4103.0, 4126.0, 4118.0, 4134.0, 4116.0, 4127.0, 4128.0, 4105.0, 4155.0, 4117.0, 4116.0, 4125.0, 4116.0, 4146.0, 4125.0, 4135.0, 4168.0, 4147.0, 4170.0, 4114.0, 4106.0, 4144.0, 4115.0, 4166.0, 4157.0, 4136.0, 4165.0, 4153.0, 4136.0, 4123.0, 4101.0, 4164.0, 4142.0, 4130.0, 4141.0, 4100.0, 4140.0, 4088.0, 4088.0, 4141.0, 4088.0, 4128.0, 4086.0, 4087.0, 4107.0, 4091.0, 4131.0, 4102.0, 4088.0, 4119.0, 4089.0, 4088.0, 4088.0, 4087.0, 4109.0, 4088.0, 4151.0, 4090.0, 4110.0, 4087.0, 4076.0, 4097.0, 4088.0, 4140.0, 4097.0, 4079.0, 4098.0, 4088.0, 4098.0, 4089.0, 4101.0, 4101.0, 4091.0, 4111.0, 4045.0, 4148.0, 4137.0, 4121.0, 4091.0, 4090.0, 4131.0, 4103.0, 4103.0, 4112.0, 4102.0, 4122.0, 4113.0, 4124.0, 4116.0, 4125.0, 4127.0, 4105.0, 4135.0, 4118.0, 4146.0, 4116.0, 4124.0, 4114.0, 4103.0, 4137.0, 4115.0, 4122.0, 4113.0, 4103.0, 4125.0, 4114.0, 4146.0, 4114.0, 4105.0, 4126.0, 4115.0, 4134.0, 4115.0, 4134.0, 4116.0, 4104.0, 4155.0, 4114.0, 4134.0, 4115.0, 4118.0, 4147.0, 4128.0, 4152.0, 4186.0, 4141.0, 4125.0, 4155.0, 4132.0, 4123.0, 4109.0, 4099.0, 4111.0, 4123.0, 4142.0, 4124.0, 4126.0, 4167.0, 4148.0, 4178.0, 4144.0, 4129.0, 4140.0, 4128.0, 4139.0, 4125.0, 4127.0, 4122.0, 4123.0, 4100.0, 4088.0, 4123.0, 4079.0, 4046.0, 4066.0, 4065.0, 4077.0, 4107.0, 4089.0, 4047.0, 4095.0, 4059.0, 4066.0, 4056.0, 4045.0, 4077.0, 4059.0, 4057.0, 4059.0, 4062.0, 4082.0, 4073.0, 4093.0, 4070.0, 4091.0, 4072.0, 4074.0, 4084.0, 4077.0, 4095.0, 4077.0, 4107.0, 4088.0, 4110.0, 4088.0, 4098.0, 4098.0, 4079.0, 4108.0, 4089.0, 4121.0, 4099.0, 4100.0, 4124.0, 4098.0, 4114.0, 4115.0, 4104.0, 4138.0, 4117.0, 4146.0, 4129.0, 4118.0, 4152.0, 4117.0, 4161.0, 4129.0, 4160.0, 4140.0, 4156.0, 4140.0, 4159.0, 4149.0, 4127.0, 4168.0, 4130.0, 4170.0, 4126.0, 4154.0, 4134.0, 4144.0, 4124.0, 4107.0, 4167.0, 4149.0, 4113.0, 4135.0, 4114.0, 4114.0, 4135.0, 4116.0, 4148.0, 4131.0, 4171.0, 4149.0, 4131.0, 4159.0, 4117.0, 4167.0, 4138.0, 4164.0, 4145.0, 4156.0, 4145.0, 4143.0, 4179.0, 4141.0, 4115.0, 4103.0, 4103.0, 4113.0, 4102.0, 4102.0, 4166.0, 4136.0, 4106.0, 4140.0, 4106.0, 4106.0, 4134.0, 4108.0, 4105.0, 4118.0, 4138.0, 4159.0, 4149.0, 4127.0, 4158.0, 4145.0, 4134.0, 4157.0, 4133.0, 4141.0, 4122.0, 4099.0, 4140.0, 4122.0, 4089.0, 4078.0, 4075.0, 4088.0, 4065.0, 4078.0, 4077.0, 4081.0, 4099.0, 4092.0, 4080.0, 4081.0, 4094.0, 4113.0, 4103.0, 4092.0, 4106.0, 4105.0, 4108.0, 4108.0, 4119.0, 4132.0, 4133.0, 4144.0, 4132.0, 4129.0, 4130.0, 4117.0, 4131.0, 4144.0, 4134.0, 4120.0, 4142.0, 4128.0, 4141.0, 4140.0, 4157.0, 4170.0, 4177.0], 'WindowWidth': [9298.0, 9225.0, 9186.0, 9222.0, 9170.0, 9116.0, 9168.0, 9108.0, 9139.0, 9119.0, 9090.0, 9164.0, 9094.0, 9097.0, 9142.0, 9100.0, 9100.0, 9113.0, 9117.0, 9136.0, 9122.0, 9138.0, 9145.0, 9126.0, 9140.0, 9128.0, 9156.0, 9135.0, 9155.0, 9147.0, 9173.0, 9151.0, 9154.0, 9137.0, 9160.0, 9155.0, 9146.0, 9162.0, 9150.0, 9150.0, 9152.0, 9172.0, 9186.0, 9181.0, 9195.0, 9205.0, 9209.0, 9240.0, 9218.0, 9252.0, 9218.0, 9263.0, 9221.0, 9282.0, 9248.0, 9262.0, 9214.0, 9273.0, 9196.0, 9254.0, 9195.0, 9264.0, 9218.0, 9269.0, 9197.0, 9229.0, 9202.0, 9216.0, 9227.0, 9222.0, 9229.0, 9200.0, 9225.0, 9200.0, 9242.0, 9200.0, 9239.0, 9226.0, 9215.0, 9275.0, 9201.0, 9277.0, 9215.0, 9251.0, 9226.0, 9233.0, 9286.0, 9223.0, 9235.0, 9208.0, 9182.0, 9266.0, 9220.0, 9264.0, 9253.0, 9189.0, 9264.0, 9191.0, 9185.0, 9201.0, 9172.0, 9244.0, 9228.0, 9250.0, 9207.0, 9162.0, 9177.0, 9148.0, 9198.0, 9146.0, 9134.0, 9203.0, 9147.0, 9164.0, 9169.0, 9214.0, 9216.0, 9225.0, 9225.0, 9179.0, 9169.0, 9149.0, 9152.0, 9156.0, 9162.0, 9178.0, 9193.0, 9178.0, 9221.0, 9195.0, 9182.0, 9237.0, 9259.0, 9238.0, 9233.0, 9226.0, 9229.0, 9201.0, 9185.0, 9160.0, 9193.0, 9171.0, 9146.0, 9144.0, 9133.0, 9096.0, 9042.0, 9061.0, 9108.0, 9080.0, 9020.0, 9100.0, 9091.0, 9075.0, 9032.0, 9044.0, 9054.0, 9055.0, 9048.0, 9080.0, 9073.0, 9072.0, 9115.0, 9090.0, 9127.0, 9086.0, 9124.0, 9080.0, 9118.0, 9104.0, 9115.0, 9074.0, 9084.0, 9058.0, 9042.0, 9074.0, 9062.0, 9076.0, 9063.0, 9078.0, 9069.0, 9079.0, 9087.0, 9097.0, 9091.0, 9103.0, 9094.0, 9079.0, 9099.0, 9101.0, 9132.0, 9123.0, 9139.0, 9146.0, 9156.0, 9149.0, 9171.0, 9141.0, 9156.0, 9143.0, 9155.0, 9144.0, 9142.0, 9141.0, 9156.0, 9141.0, 9154.0, 9145.0, 9157.0, 9147.0, 9160.0, 9150.0, 9167.0, 9160.0, 9167.0, 9187.0, 9174.0, 9198.0, 9172.0, 9196.0, 9173.0, 9180.0, 9175.0, 9202.0, 9177.0, 9171.0, 9186.0, 9173.0, 9200.0, 9173.0, 9203.0, 9177.0, 9207.0, 9192.0, 9183.0, 9211.0, 9197.0, 9196.0, 9213.0, 9197.0, 9226.0, 9213.0, 9245.0, 9215.0, 9266.0, 9256.0, 9197.0, 9242.0, 9196.0, 9277.0, 9250.0, 9315.0, 9269.0, 9279.0, 9254.0, 9253.0, 9242.0, 9188.0, 9264.0, 9200.0, 9262.0, 9216.0, 9251.0, 9236.0, 9241.0, 9220.0, 9167.0, 9228.0, 9171.0, 9226.0, 9189.0, 9242.0, 9230.0, 9246.0, 9224.0, 9222.0, 9215.0, 9189.0, 9202.0, 9162.0, 9193.0, 9150.0, 9194.0, 9176.0, 9205.0, 9125.0, 9167.0, 9118.0, 9117.0, 9112.0, 9121.0, 9149.0, 9119.0, 9141.0, 9121.0, 9136.0, 9115.0, 9149.0, 9126.0, 9145.0, 9128.0, 9148.0, 9138.0, 9123.0, 9155.0, 9149.0, 9161.0, 9144.0, 9152.0, 9176.0, 9168.0, 9185.0, 9186.0, 9169.0, 9188.0, 9187.0, 9212.0, 9196.0, 9222.0, 9188.0, 9235.0, 9219.0, 9216.0, 9230.0, 9165.0, 9217.0, 9163.0, 9216.0, 9146.0, 9187.0, 9150.0, 9144.0, 9172.0, 9150.0, 9179.0, 9166.0, 9148.0, 9179.0, 9196.0, 9188.0, 9194.0, 9188.0, 9220.0, 9195.0, 9194.0, 9222.0, 9205.0, 9226.0, 9251.0, 9268.0, 9274.0, 9209.0, 9166.0, 9185.0, 9175.0, 9237.0, 9264.0, 9233.0, 9203.0, 9285.0, 9250.0, 9236.0, 9226.0, 9224.0, 9281.0, 9264.0, 9242.0, 9258.0, 9220.0, 9164.0, 9239.0, 9180.0, 9189.0, 9236.0, 9201.0, 9235.0, 9203.0, 9167.0, 9210.0, 9139.0, 9128.0, 9139.0, 9128.0, 9187.0, 9145.0, 9128.0, 9174.0, 9148.0, 9155.0, 9190.0, 9157.0, 9205.0, 9156.0, 9150.0, 9206.0, 9147.0, 9150.0, 9175.0, 9145.0, 9138.0, 9168.0, 9146.0, 9154.0, 9157.0, 9145.0, 9201.0, 9147.0, 9130.0, 9172.0, 9129.0, 9184.0, 9131.0, 9186.0, 9141.0, 9171.0, 9138.0, 9125.0, 9151.0, 9131.0, 9202.0, 9138.0, 9140.0, 9158.0, 9150.0, 9151.0, 9170.0, 9176.0, 9215.0, 9178.0, 9180.0, 9190.0, 9195.0, 9211.0, 9196.0, 9246.0, 9222.0, 9191.0, 9236.0, 9180.0, 9243.0, 9204.0, 9239.0, 9216.0, 9198.0, 9237.0, 9152.0, 9195.0, 9151.0, 9153.0, 9208.0, 9169.0, 9253.0, 9173.0, 9174.0, 9164.0, 9151.0, 9231.0, 9193.0, 9216.0, 9160.0, 9131.0, 9170.0, 9142.0, 9213.0, 9163.0, 9127.0, 9185.0, 9144.0, 9181.0, 9145.0, 9164.0, 9142.0, 9141.0, 9185.0, 9139.0, 9142.0, 9143.0, 9143.0, 9158.0, 9147.0, 9176.0, 9163.0, 9147.0, 9173.0, 9147.0, 9168.0, 9144.0, 9148.0, 9174.0, 9158.0, 9229.0, 9184.0, 9212.0, 9173.0, 9175.0, 9137.0, 9133.0, 9137.0, 9119.0, 9150.0, 9120.0, 9153.0, 9129.0, 9122.0, 9153.0, 9144.0, 9158.0, 9146.0, 9148.0, 9178.0, 9168.0, 9183.0, 9173.0, 9174.0, 9199.0, 9173.0, 9209.0, 9169.0, 9159.0, 9182.0, 9170.0, 9213.0, 9187.0, 9149.0, 9182.0, 9174.0, 9192.0, 9171.0, 9184.0, 9188.0, 9156.0, 9223.0, 9172.0, 9170.0, 9181.0, 9171.0, 9213.0, 9185.0, 9198.0, 9245.0, 9216.0, 9245.0, 9166.0, 9156.0, 9207.0, 9169.0, 9237.0, 9228.0, 9194.0, 9237.0, 9215.0, 9192.0, 9173.0, 9142.0, 9233.0, 9199.0, 9179.0, 9195.0, 9135.0, 9190.0, 9119.0, 9118.0, 9193.0, 9119.0, 9173.0, 9115.0, 9116.0, 9144.0, 9124.0, 9180.0, 9141.0, 9118.0, 9161.0, 9122.0, 9119.0, 9119.0, 9117.0, 9148.0, 9120.0, 9207.0, 9122.0, 9149.0, 9115.0, 9101.0, 9130.0, 9119.0, 9191.0, 9129.0, 9105.0, 9132.0, 9119.0, 9133.0, 9124.0, 9142.0, 9141.0, 9128.0, 9155.0, 9034.0, 9211.0, 9202.0, 9168.0, 9126.0, 9125.0, 9182.0, 9148.0, 9146.0, 9159.0, 9148.0, 9174.0, 9164.0, 9179.0, 9172.0, 9183.0, 9189.0, 9156.0, 9196.0, 9175.0, 9210.0, 9169.0, 9178.0, 9164.0, 9151.0, 9200.0, 9167.0, 9175.0, 9164.0, 9151.0, 9181.0, 9167.0, 9211.0, 9166.0, 9155.0, 9183.0, 9169.0, 9193.0, 9168.0, 9193.0, 9170.0, 9153.0, 9223.0, 9164.0, 9192.0, 9169.0, 9176.0, 9215.0, 9188.0, 9228.0, 9277.0, 9211.0, 9182.0, 9220.0, 9185.0, 9175.0, 9153.0, 9142.0, 9161.0, 9182.0, 9207.0, 9186.0, 9191.0, 9243.0, 9218.0, 9259.0, 9203.0, 9176.0, 9201.0, 9175.0, 9188.0, 9160.0, 9162.0, 9150.0, 9154.0, 9116.0, 9097.0, 9149.0, 9084.0, 9037.0, 9060.0, 9061.0, 9080.0, 9122.0, 9095.0, 9038.0, 9102.0, 9055.0, 9062.0, 9048.0, 9035.0, 9079.0, 9059.0, 9056.0, 9061.0, 9067.0, 9095.0, 9085.0, 9111.0, 9080.0, 9109.0, 9086.0, 9090.0, 9104.0, 9096.0, 9121.0, 9100.0, 9139.0, 9117.0, 9146.0, 9118.0, 9131.0, 9132.0, 9107.0, 9146.0, 9122.0, 9166.0, 9136.0, 9140.0, 9174.0, 9144.0, 9162.0, 9165.0, 9152.0, 9200.0, 9174.0, 9212.0, 9193.0, 9177.0, 9225.0, 9176.0, 9237.0, 9193.0, 9234.0, 9208.0, 9228.0, 9208.0, 9231.0, 9220.0, 9186.0, 9245.0, 9191.0, 9245.0, 9182.0, 9219.0, 9193.0, 9203.0, 9178.0, 9156.0, 9239.0, 9216.0, 9162.0, 9193.0, 9165.0, 9166.0, 9195.0, 9172.0, 9217.0, 9196.0, 9250.0, 9220.0, 9196.0, 9233.0, 9173.0, 9242.0, 9201.0, 9235.0, 9209.0, 9223.0, 9209.0, 9202.0, 9262.0, 9195.0, 9166.0, 9148.0, 9145.0, 9160.0, 9144.0, 9145.0, 9237.0, 9198.0, 9156.0, 9206.0, 9155.0, 9152.0, 9192.0, 9160.0, 9154.0, 9172.0, 9198.0, 9229.0, 9216.0, 9181.0, 9224.0, 9204.0, 9186.0, 9222.0, 9183.0, 9190.0, 9163.0, 9129.0, 9187.0, 9162.0, 9114.0, 9098.0, 9093.0, 9112.0, 9081.0, 9100.0, 9099.0, 9108.0, 9130.0, 9125.0, 9107.0, 9110.0, 9131.0, 9157.0, 9145.0, 9128.0, 9149.0, 9150.0, 9161.0, 9161.0, 9178.0, 9203.0, 9207.0, 9222.0, 9204.0, 9196.0, 9200.0, 9168.0, 9192.0, 9220.0, 9200.0, 9176.0, 9202.0, 9181.0, 9200.0, 9195.0, 9229.0, 9254.0, 9258.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.028414362336114427</td></tr>
<tr><td colspan=3>aqi</td><td>0.08335771811680572</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.037337168949826</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.392866196933173</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2997424787112168</td></tr>
<tr><td colspan=3>efc</td><td>0.4941</td></tr>
<tr><td colspan=3>fber</td><td>5936.8491</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21797012110570213</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>135</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.090584028605484</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7104268475718585</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.648182482316955</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8878684766023954</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.595229583796226</td></tr>
<tr><td colspan=3>gcor</td><td>0.012895</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.002568585332483053</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.044976431876420975</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>839</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.033558265163356</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>12.3146</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4685</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.7469</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298303.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1052.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.9464</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5272</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.0622</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3312.8525</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3486.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78241.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>864.2438</td></tr>
<tr><td colspan=3>tsnr</td><td>20.54673003870994</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>