ds005256-mriqc/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter ef4804b8a1 [DATALAD RUNCMD] Compute MRIQC for sub-0126
=== 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-0126 --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-0126",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:42:43 +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-0126_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-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126/ses-02/func/sub-0126_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>a32f2ca8b27b0d9d98e72543d44e7485</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>20:00:43.575000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999949, 0.00967251, -0.0029223, -0.00942453, 0.997105, 0.075444]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.131514</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>[4212, -7817, -7178, 54, -111, -157, -16, 107]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>318.233</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>74f5c0d2-2749-44e9-b74f-05ccd39437e4||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6827900409698486, -0.02528531476855278, -0.009837660007178783, 113.7848129272461], [-0.02595064416527748, 2.675161123275757, 0.20361410081386566, -87.75179290771484], [-0.007840326055884361, -0.20241080224514008, 2.692293405532837, -48.877197265625], [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': ['200043.575000', '200044.035000', '200044.495000', '200044.955000', '200045.415000', '200045.875000', '200046.335000', '200046.795000', '200047.255000', '200047.715000', '200048.175000', '200048.635000', '200049.095000', '200049.555000', '200050.015000', '200050.475000', '200050.935000', '200051.395000', '200051.855000', '200052.315000', '200052.775000', '200053.235000', '200053.695000', '200054.155000', '200054.615000', '200055.075000', '200055.535000', '200055.995000', '200056.455000', '200056.915000', '200057.375000', '200057.835000', '200058.295000', '200058.755000', '200059.215000', '200059.675000', '200100.135000', '200100.595000', '200101.055000', '200101.515000', '200101.975000', '200102.435000', '200102.895000', '200103.355000', '200103.815000', '200104.275000', '200104.735000', '200105.195000', '200105.655000', '200106.115000', '200106.575000', '200107.035000', '200107.495000', '200107.955000', '200108.415000', '200108.875000', '200109.335000', '200109.795000', '200110.255000', '200110.715000', '200111.175000', '200111.635000', '200112.095000', '200112.555000', '200113.015000', '200113.475000', '200113.935000', '200114.395000', '200114.855000', '200115.315000', '200115.775000', '200116.235000', '200116.695000', '200117.155000', '200117.615000', '200118.075000', '200118.535000', '200118.995000', '200119.455000', '200119.915000', '200120.375000', '200120.835000', '200121.295000', '200121.755000', '200122.215000', '200122.675000', '200123.135000', '200123.595000', '200124.055000', '200124.515000', '200124.975000', '200125.435000', '200125.895000', '200126.355000', '200126.815000', '200127.275000', '200127.735000', '200128.195000', '200128.655000', '200129.115000', '200129.575000', '200130.035000', '200130.495000', '200130.955000', '200131.415000', '200131.875000', '200132.335000', '200132.795000', '200133.255000', '200133.715000', '200134.175000', '200134.635000', '200135.095000', '200135.555000', '200136.015000', '200136.475000', '200136.935000', '200137.395000', '200137.855000', '200138.315000', '200138.775000', '200139.235000', '200139.695000', '200140.155000', '200140.615000', '200141.075000', '200141.535000', '200141.995000', '200142.455000', '200142.915000', '200143.375000', '200143.835000', '200144.295000', '200144.755000', '200145.215000', '200145.675000', '200146.135000', '200146.595000', '200147.055000', '200147.515000', '200147.975000', '200148.435000', '200148.895000', '200149.355000', '200149.815000', '200150.275000', '200150.735000', '200151.195000', '200151.655000', '200152.115000', '200152.575000', '200153.035000', '200153.495000', '200153.955000', '200154.415000', '200154.875000', '200155.335000', '200155.795000', '200156.255000', '200156.715000', '200157.175000', '200157.635000', '200158.095000', '200158.555000', '200159.015000', '200159.475000', '200159.935000', '200200.395000', '200200.855000', '200201.315000', '200201.775000', '200202.235000', '200202.695000', '200203.155000', '200203.615000', '200204.075000', '200204.535000', '200204.995000', '200205.455000', '200205.915000', '200206.375000', '200206.835000', '200207.295000', '200207.755000', '200208.215000', '200208.675000', '200209.135000', '200209.595000', '200210.055000', '200210.515000', '200210.975000', '200211.435000', '200211.895000', '200212.355000', '200212.815000', '200213.275000', '200213.735000', '200214.195000', '200214.655000', '200215.115000', '200215.575000', '200216.035000', '200216.495000', '200216.955000', '200217.415000', '200217.875000', '200218.335000', '200218.795000', '200219.255000', '200219.715000', '200220.175000', '200220.635000', '200221.095000', '200221.555000', '200222.015000', '200222.475000', '200222.935000', '200223.395000', '200223.855000', '200224.315000', '200224.775000', '200225.235000', '200225.695000', '200226.155000', '200226.615000', '200227.075000', '200227.535000', '200227.995000', '200228.455000', '200228.915000', '200229.375000', '200229.835000', '200230.295000', '200230.755000', '200231.215000', '200231.675000', '200232.135000', '200232.595000', '200233.055000', '200233.515000', '200233.975000', '200234.435000', '200234.895000', '200235.355000', '200235.815000', '200236.275000', '200236.735000', '200237.195000', '200237.655000', '200238.115000', '200238.575000', '200239.035000', '200239.495000', '200239.955000', '200240.415000', '200240.875000', '200241.335000', '200241.795000', '200242.255000', '200242.715000', '200243.175000', '200243.635000', '200244.095000', '200244.555000', '200245.015000', '200245.475000', '200245.935000', '200246.395000', '200246.855000', '200247.315000', '200247.775000', '200248.235000', '200248.695000', '200249.155000', '200249.615000', '200250.075000', '200250.535000', '200250.995000', '200251.455000', '200251.915000', '200252.375000', '200252.835000', '200253.295000', '200253.755000', '200254.215000', '200254.675000', '200255.135000', '200255.595000', '200256.055000', '200256.515000', '200256.975000', '200257.435000', '200257.895000', '200258.355000', '200258.815000', '200259.275000', '200259.735000', '200300.195000', '200300.655000', '200301.115000', '200301.575000', '200302.035000', '200302.495000', '200302.955000', '200303.415000', '200303.875000', '200304.335000', '200304.795000', '200305.255000', '200305.715000', '200306.175000', '200306.635000', '200307.095000', '200307.555000', '200308.015000', '200308.475000', '200308.935000', '200309.395000', '200309.855000', '200310.315000', '200310.775000', '200311.235000', '200311.695000', '200312.155000', '200312.615000', '200313.075000', '200313.535000', '200313.995000', '200314.455000', '200314.915000', '200315.375000', '200315.835000', '200316.295000', '200316.755000', '200317.215000', '200317.675000', '200318.135000', '200318.595000', '200319.055000', '200319.515000', '200319.975000', '200320.435000', '200320.895000', '200321.355000', '200321.815000', '200322.275000', '200322.735000', '200323.195000', '200323.655000', '200324.115000', '200324.575000', '200325.035000', '200325.495000', '200325.955000', '200326.415000', '200326.875000', '200327.335000', '200327.795000', '200328.255000', '200328.715000', '200329.175000', '200329.635000', '200330.095000', '200330.555000', '200331.015000', '200331.475000', '200331.935000', '200332.395000', '200332.855000', '200333.315000', '200333.775000', '200334.235000', '200334.695000', '200335.155000', '200335.615000', '200336.075000', '200336.535000', '200336.995000', '200337.455000', '200337.915000', '200338.375000', '200338.835000', '200339.295000', '200339.755000', '200340.215000', '200340.675000', '200341.135000', '200341.595000', '200342.055000', '200342.515000', '200342.975000', '200343.435000', '200343.895000', '200344.355000', '200344.815000', '200345.275000', '200345.735000', '200346.195000', '200346.655000', '200347.115000', '200347.575000', '200348.035000', '200348.495000', '200348.955000', '200349.415000', '200349.875000', '200350.335000', '200350.795000', '200351.255000', '200351.715000', '200352.175000', '200352.635000', '200353.095000', '200353.555000', '200354.015000', '200354.475000', '200354.935000', '200355.395000', '200355.855000', '200356.315000', '200356.775000', '200357.235000', '200357.695000', '200358.155000', '200358.615000', '200359.075000', '200359.535000', '200359.995000', '200400.455000', '200400.915000', '200401.375000', '200401.835000', '200402.295000', '200402.755000', '200403.215000', '200403.675000', '200404.135000', '200404.595000', '200405.055000', '200405.515000', '200405.975000', '200406.435000', '200406.895000', '200407.355000', '200407.815000', '200408.275000', '200408.735000', '200409.195000', '200409.655000', '200410.115000', '200410.575000', '200411.035000', '200411.495000', '200411.955000', '200412.415000', '200412.875000', '200413.335000', '200413.795000', '200414.255000', '200414.715000', '200415.175000', '200415.635000', '200416.095000', '200416.555000', '200417.015000', '200417.475000', '200417.935000', '200418.395000', '200418.855000', '200419.315000', '200419.775000', '200420.235000', '200420.695000', '200421.155000', '200421.615000', '200422.075000', '200422.535000', '200422.995000', '200423.455000', '200423.915000', '200424.375000', '200424.835000', '200425.295000', '200425.755000', '200426.215000', '200426.675000', '200427.135000', '200427.595000', '200428.055000', '200428.515000', '200428.975000', '200429.435000', '200429.895000', '200430.355000', '200430.815000', '200431.275000', '200431.735000', '200432.195000', '200432.655000', '200433.115000', '200433.575000', '200434.035000', '200434.495000', '200434.955000', '200435.415000', '200435.875000', '200436.335000', '200436.795000', '200437.255000', '200437.715000', '200438.175000', '200438.635000', '200439.095000', '200439.555000', '200440.015000', '200440.475000', '200440.935000', '200441.395000', '200441.855000', '200442.315000', '200442.775000', '200443.235000', '200443.695000', '200444.155000', '200444.615000', '200445.075000', '200445.535000', '200445.995000', '200446.455000', '200446.915000', '200447.375000', '200447.835000', '200448.295000', '200448.755000', '200449.215000', '200449.675000', '200450.135000', '200450.595000', '200451.055000', '200451.515000', '200451.975000', '200452.435000', '200452.895000', '200453.355000', '200453.815000', '200454.275000', '200454.735000', '200455.195000', '200455.655000', '200456.115000', '200456.575000', '200457.035000', '200457.495000', '200457.955000', '200458.415000', '200458.875000', '200459.335000', '200459.795000', '200500.255000', '200500.715000', '200501.175000', '200501.635000', '200502.095000', '200502.555000', '200503.015000', '200503.475000', '200503.935000', '200504.395000', '200504.855000', '200505.315000', '200505.775000', '200506.235000', '200506.695000', '200507.155000', '200507.615000', '200508.075000', '200508.535000', '200508.995000', '200509.455000', '200509.915000', '200510.375000', '200510.835000', '200511.295000', '200511.755000', '200512.215000', '200512.675000', '200513.135000', '200513.595000', '200514.055000', '200514.515000', '200514.975000', '200515.435000', '200515.895000', '200516.355000', '200516.815000', '200517.275000', '200517.735000', '200518.195000', '200518.655000', '200519.115000', '200519.575000', '200520.035000', '200520.495000', '200520.955000', '200521.415000', '200521.875000', '200522.335000', '200522.795000', '200523.255000', '200523.715000', '200524.175000', '200524.635000', '200525.095000', '200525.555000', '200526.015000', '200526.475000', '200526.935000', '200527.395000', '200527.855000', '200528.315000', '200528.775000', '200529.235000', '200529.695000', '200530.155000', '200530.615000', '200531.075000', '200531.535000', '200531.995000', '200532.455000', '200532.915000', '200533.375000', '200533.835000', '200534.295000', '200534.755000', '200535.215000', '200535.675000', '200536.135000', '200536.595000', '200537.055000', '200537.515000', '200537.975000', '200538.435000', '200538.895000', '200539.355000', '200539.815000', '200540.275000', '200540.735000', '200541.195000', '200541.655000', '200542.115000', '200542.575000', '200543.035000', '200543.495000', '200543.955000', '200544.415000', '200544.875000', '200545.335000', '200545.795000', '200546.255000', '200546.715000', '200547.175000', '200547.635000', '200548.095000', '200548.555000', '200549.015000', '200549.475000', '200549.935000', '200550.395000', '200550.855000', '200551.315000', '200551.775000', '200552.235000', '200552.695000', '200553.155000', '200553.615000', '200554.075000', '200554.535000', '200554.995000', '200555.455000', '200555.915000', '200556.375000', '200556.835000', '200557.295000', '200557.755000', '200558.215000', '200558.675000', '200559.135000', '200559.595000', '200600.055000', '200600.515000', '200600.975000', '200601.435000', '200601.895000', '200602.355000', '200602.815000', '200603.275000', '200603.735000', '200604.195000', '200604.655000', '200605.115000', '200605.575000', '200606.035000', '200606.495000', '200606.955000', '200607.415000', '200607.875000', '200608.335000', '200608.795000', '200609.255000', '200609.715000', '200610.175000', '200610.635000', '200611.095000', '200611.555000', '200612.015000', '200612.475000', '200612.935000', '200613.395000', '200613.855000', '200614.315000', '200614.775000', '200615.235000', '200615.695000', '200616.155000', '200616.615000', '200617.075000', '200617.535000', '200617.995000', '200618.455000', '200618.915000', '200619.375000', '200619.835000', '200620.295000', '200620.755000', '200621.215000', '200621.675000', '200622.135000', '200622.595000', '200623.055000', '200623.515000', '200623.975000', '200624.435000', '200624.895000', '200625.355000', '200625.815000', '200626.275000', '200626.735000', '200627.195000', '200627.655000', '200628.115000', '200628.575000', '200629.035000', '200629.495000', '200629.955000', '200630.415000', '200630.875000', '200631.335000', '200631.795000', '200632.255000', '200632.715000', '200633.175000', '200633.635000', '200634.095000', '200634.555000', '200635.015000', '200635.475000', '200635.935000', '200636.395000', '200636.855000', '200637.315000', '200637.775000', '200638.235000', '200638.695000', '200639.155000', '200639.615000', '200640.075000', '200640.535000', '200640.995000', '200641.455000', '200641.915000', '200642.375000', '200642.835000', '200643.295000', '200643.755000', '200644.215000', '200644.675000', '200645.135000', '200645.595000', '200646.055000', '200646.515000', '200646.975000', '200647.435000', '200647.895000', '200648.355000', '200648.815000', '200649.275000', '200649.735000', '200650.195000', '200650.655000', '200651.115000', '200651.575000', '200652.035000', '200652.495000', '200652.955000', '200653.415000', '200653.875000', '200654.335000', '200654.795000', '200655.255000', '200655.715000', '200656.175000', '200656.635000', '200657.095000', '200657.555000', '200658.015000', '200658.475000', '200658.935000', '200659.395000', '200659.855000', '200700.315000', '200700.775000', '200701.235000', '200701.695000', '200702.155000', '200702.615000', '200703.075000', '200703.535000', '200703.995000', '200704.455000', '200704.915000', '200705.375000', '200705.835000', '200706.295000', '200706.755000', '200707.215000', '200707.675000', '200708.135000', '200708.595000', '200709.055000'], 'ContentTime': ['200059.855000', '200059.858000', '200059.861000', '200059.863000', '200059.866000', '200059.869000', '200059.872000', '200059.902000', '200059.905000', '200059.907000', '200059.910000', '200059.913000', '200059.915000', '200059.918000', '200059.920000', '200059.923000', '200059.925000', '200059.928000', '200059.930000', '200059.933000', '200059.936000', '200059.938000', '200059.941000', '200059.943000', '200059.946000', '200059.949000', '200059.951000', '200059.954000', '200059.957000', '200059.959000', '200059.962000', '200059.964000', '200059.967000', '200059.973000', '200119.818000', '200119.821000', '200119.824000', '200119.830000', '200119.832000', '200119.835000', '200119.837000', '200119.840000', '200119.843000', '200119.845000', '200119.848000', '200119.850000', '200119.853000', '200119.855000', '200119.858000', '200119.860000', '200119.863000', '200119.865000', '200119.868000', '200119.871000', '200119.873000', '200119.876000', '200119.878000', '200119.881000', '200119.883000', '200119.886000', '200119.889000', '200119.891000', '200119.894000', '200119.896000', '200119.899000', '200119.901000', '200119.904000', '200119.906000', '200119.909000', '200119.912000', '200119.914000', '200119.917000', '200119.919000', '200119.922000', '200119.924000', '200119.927000', '200119.929000', '200139.819000', '200139.821000', '200139.824000', '200139.827000', '200139.829000', '200139.832000', '200139.834000', '200139.837000', '200139.840000', '200139.842000', '200139.845000', '200139.847000', '200139.850000', '200139.852000', '200139.855000', '200139.858000', '200139.860000', '200139.863000', '200139.865000', '200139.868000', '200139.871000', '200139.884000', '200139.887000', '200139.890000', '200139.892000', '200139.901000', '200139.903000', '200139.906000', '200139.908000', '200139.911000', '200139.914000', '200139.916000', '200139.919000', '200139.921000', '200139.924000', '200139.927000', '200139.929000', '200139.932000', '200139.934000', '200139.937000', '200139.940000', '200139.942000', '200139.945000', '200139.947000', '200159.818000', '200159.821000', '200159.824000', '200159.826000', '200159.829000', '200159.831000', '200159.834000', '200159.837000', '200159.839000', '200159.842000', '200159.845000', '200159.847000', '200159.850000', '200159.852000', '200159.855000', '200159.857000', '200159.860000', '200159.863000', '200159.865000', '200159.868000', '200159.871000', '200159.873000', '200159.876000', '200159.878000', '200159.881000', '200159.884000', '200159.886000', '200159.889000', '200159.891000', '200159.894000', '200159.897000', '200159.899000', '200159.902000', '200159.904000', '200159.907000', '200159.910000', '200159.912000', '200159.915000', '200159.917000', '200159.920000', '200159.923000', '200159.925000', '200159.928000', '200219.818000', '200219.821000', '200219.824000', '200219.826000', '200219.829000', '200219.839000', '200219.842000', '200219.844000', '200219.848000', '200219.850000', '200219.853000', '200219.856000', '200219.858000', '200219.861000', '200219.863000', '200219.866000', '200219.868000', '200219.871000', '200219.874000', '200219.877000', '200219.880000', '200219.883000', '200219.886000', '200219.888000', '200219.891000', '200219.893000', '200219.896000', '200219.899000', '200219.902000', '200219.904000', '200219.907000', '200219.910000', '200219.912000', '200219.915000', '200219.917000', '200219.920000', '200219.922000', '200219.925000', '200219.928000', '200219.930000', '200219.933000', '200219.935000', '200219.938000', '200239.818000', '200239.821000', '200239.824000', '200239.826000', '200239.829000', '200239.832000', '200239.834000', '200239.837000', '200239.839000', '200239.842000', '200239.845000', '200239.847000', '200239.850000', '200239.852000', '200239.855000', '200239.857000', '200239.860000', '200239.863000', '200239.865000', '200239.868000', '200239.870000', '200239.873000', '200239.876000', '200239.878000', '200239.881000', '200239.883000', '200239.886000', '200239.888000', '200239.891000', '200239.894000', '200239.896000', '200239.899000', '200239.901000', '200239.904000', '200239.907000', '200239.909000', '200239.912000', '200239.914000', '200239.917000', '200239.920000', '200239.922000', '200239.925000', '200239.927000', '200239.930000', '200259.818000', '200259.821000', '200259.824000', '200259.826000', '200259.829000', '200259.832000', '200259.834000', '200259.837000', '200259.839000', '200259.842000', '200259.845000', '200259.847000', '200259.850000', '200259.852000', '200259.855000', '200259.858000', '200259.860000', '200259.863000', '200259.865000', '200259.868000', '200259.871000', '200259.873000', '200259.876000', '200259.878000', '200259.881000', '200259.884000', '200259.886000', '200259.889000', '200259.891000', '200259.894000', '200259.897000', '200259.899000', '200259.902000', '200259.904000', '200259.907000', '200259.910000', '200259.912000', '200259.915000', '200259.917000', '200259.920000', '200259.923000', '200259.925000', '200259.928000', '200319.820000', '200319.822000', '200319.825000', '200319.828000', '200319.830000', '200319.833000', '200319.835000', '200319.838000', '200319.840000', '200319.843000', '200319.846000', '200319.848000', '200319.851000', '200319.853000', '200319.856000', '200319.858000', '200319.861000', '200319.877000', '200319.879000', '200319.882000', '200319.885000', '200319.887000', '200319.890000', '200319.892000', '200319.895000', '200319.897000', '200319.900000', '200319.903000', '200319.905000', '200319.908000', '200319.910000', '200319.913000', '200319.916000', '200319.918000', '200319.921000', '200319.923000', '200319.926000', '200319.928000', '200319.931000', '200319.934000', '200319.936000', '200319.939000', '200319.941000', '200319.944000', '200339.819000', '200339.821000', '200339.824000', '200339.827000', '200339.829000', '200339.832000', '200339.834000', '200339.837000', '200339.839000', '200339.842000', '200339.845000', '200339.847000', '200339.850000', '200339.852000', '200339.855000', '200339.858000', '200339.860000', '200339.863000', '200339.866000', '200339.868000', '200339.871000', '200339.874000', '200339.877000', '200339.881000', '200339.884000', '200339.887000', '200339.890000', '200339.892000', '200339.895000', '200339.897000', '200339.900000', '200339.903000', '200339.905000', '200339.908000', '200339.910000', '200339.913000', '200339.916000', '200339.918000', '200339.921000', '200339.923000', '200339.926000', '200339.929000', '200339.931000', '200359.818000', '200359.821000', '200359.824000', '200359.826000', '200359.829000', '200359.832000', '200359.834000', '200359.837000', '200359.839000', '200359.842000', '200359.844000', '200359.847000', '200359.850000', '200359.852000', '200359.855000', '200359.857000', '200359.860000', '200359.863000', '200359.865000', '200359.868000', '200359.870000', '200359.873000', '200359.875000', '200359.878000', '200359.881000', '200359.883000', '200359.886000', '200359.888000', '200359.891000', '200359.894000', '200359.896000', '200359.899000', '200359.901000', '200359.904000', '200359.906000', '200359.909000', '200359.912000', '200359.914000', '200359.917000', '200359.919000', '200359.922000', '200359.925000', '200359.927000', '200359.930000', '200419.819000', '200419.821000', '200419.824000', '200419.827000', '200419.829000', '200419.832000', '200419.834000', '200419.837000', '200419.839000', '200419.842000', '200419.845000', '200419.847000', '200419.850000', '200419.853000', '200419.855000', '200419.858000', '200419.860000', '200419.863000', '200419.866000', '200419.868000', '200419.871000', '200419.873000', '200419.876000', '200419.879000', '200419.881000', '200419.884000', '200419.887000', '200419.889000', '200419.892000', '200419.895000', '200419.898000', '200419.900000', '200419.903000', '200419.905000', '200419.908000', '200419.911000', '200419.913000', '200419.916000', '200419.919000', '200419.921000', '200419.924000', '200419.926000', '200419.929000', '200439.818000', '200439.821000', '200439.824000', '200439.826000', '200439.829000', '200439.832000', '200439.834000', '200439.837000', '200439.839000', '200439.842000', '200439.845000', '200439.847000', '200439.850000', '200439.852000', '200439.855000', '200439.857000', '200439.860000', '200439.863000', '200439.865000', '200439.868000', '200439.871000', '200439.873000', '200439.876000', '200439.878000', '200439.881000', '200439.883000', '200439.886000', '200439.889000', '200439.891000', '200439.894000', '200439.896000', '200439.899000', '200439.902000', '200439.904000', '200439.907000', '200439.909000', '200439.912000', '200439.914000', '200439.917000', '200439.920000', '200439.922000', '200439.925000', '200439.969000', '200439.971000', '200459.819000', '200459.821000', '200459.824000', '200459.827000', '200459.829000', '200459.832000', '200459.834000', '200459.837000', '200459.840000', '200459.842000', '200459.845000', '200459.848000', '200459.850000', '200459.853000', '200459.855000', '200459.858000', '200459.861000', '200459.863000', '200459.866000', '200459.868000', '200459.871000', '200459.874000', '200459.876000', '200459.879000', '200459.881000', '200459.884000', '200459.887000', '200459.890000', '200459.893000', '200459.895000', '200459.898000', '200459.901000', '200459.904000', '200459.906000', '200459.909000', '200459.912000', '200459.914000', '200459.918000', '200459.921000', '200459.923000', '200459.926000', '200459.928000', '200459.931000', '200519.818000', '200519.821000', '200519.824000', '200519.826000', '200519.829000', '200519.832000', '200519.834000', '200519.837000', '200519.839000', '200519.842000', '200519.845000', '200519.847000', '200519.850000', '200519.852000', '200519.855000', '200519.857000', '200519.860000', '200519.863000', '200519.865000', '200519.868000', '200519.870000', '200519.873000', '200519.876000', '200519.878000', '200519.881000', '200519.883000', '200519.886000', '200519.889000', '200519.891000', '200519.894000', '200519.896000', '200519.899000', '200519.901000', '200519.904000', '200519.907000', '200519.909000', '200519.912000', '200519.914000', '200519.917000', '200519.920000', '200519.922000', '200519.925000', '200519.927000', '200519.930000', '200539.820000', '200539.822000', '200539.825000', '200539.828000', '200539.830000', '200539.833000', '200539.835000', '200539.838000', '200539.841000', '200539.843000', '200539.846000', '200539.848000', '200539.851000', '200539.854000', '200539.856000', '200539.859000', '200539.861000', '200539.864000', '200539.867000', '200539.869000', '200539.872000', '200539.874000', '200539.877000', '200539.879000', '200539.882000', '200539.885000', '200539.887000', '200539.890000', '200539.892000', '200539.895000', '200539.898000', '200539.900000', '200539.903000', '200539.905000', '200539.908000', '200539.911000', '200539.913000', '200539.916000', '200539.918000', '200539.921000', '200539.924000', '200539.926000', '200539.929000', '200559.818000', '200559.821000', '200559.824000', '200559.826000', '200559.829000', '200559.832000', '200559.834000', '200559.837000', '200559.839000', '200559.842000', '200559.845000', '200559.847000', '200559.850000', '200559.852000', '200559.855000', '200559.858000', '200559.860000', '200559.863000', '200559.865000', '200559.868000', '200559.871000', '200559.873000', '200559.876000', '200559.878000', '200559.881000', '200559.884000', '200559.886000', '200559.889000', '200559.891000', '200559.894000', '200559.897000', '200559.899000', '200559.902000', '200559.904000', '200559.907000', '200559.909000', '200559.912000', '200559.915000', '200559.917000', '200559.920000', '200559.922000', '200559.925000', '200559.928000', '200559.930000', '200619.819000', '200619.821000', '200619.824000', '200619.827000', '200619.829000', '200619.832000', '200619.834000', '200619.837000', '200619.854000', '200619.857000', '200619.860000', '200619.862000', '200619.865000', '200619.867000', '200619.870000', '200619.873000', '200619.875000', '200619.878000', '200619.880000', '200619.883000', '200619.886000', '200619.890000', '200619.893000', '200619.895000', '200619.898000', '200619.900000', '200619.903000', '200619.906000', '200619.908000', '200619.911000', '200619.913000', '200619.916000', '200619.919000', '200619.921000', '200619.924000', '200619.926000', '200619.929000', '200619.932000', '200619.934000', '200619.937000', '200619.939000', '200619.942000', '200619.944000', '200639.818000', '200639.821000', '200639.824000', '200639.827000', '200639.829000', '200639.832000', '200639.834000', '200639.837000', '200639.839000', '200639.842000', '200639.845000', '200639.847000', '200639.850000', '200639.852000', '200639.856000', '200639.859000', '200639.862000', '200639.864000', '200639.867000', '200639.870000', '200639.873000', '200639.875000', '200639.878000', '200639.880000', '200639.883000', '200639.886000', '200639.888000', '200639.891000', '200639.893000', '200639.896000', '200639.899000', '200639.901000', '200639.904000', '200639.907000', '200639.909000', '200639.912000', '200639.914000', '200639.917000', '200639.920000', '200639.922000', '200639.925000', '200639.927000', '200639.930000', '200659.819000', '200659.821000', '200659.824000', '200659.827000', '200659.829000', '200659.832000', '200659.834000', '200659.837000', '200659.840000', '200659.842000', '200659.845000', '200659.847000', '200659.850000', '200659.853000', '200659.855000', '200659.858000', '200659.861000', '200659.863000', '200659.866000', '200659.868000', '200659.871000', '200659.874000', '200659.876000', '200659.879000', '200659.881000', '200659.884000', '200659.886000', '200659.889000', '200659.892000', '200659.894000', '200659.897000', '200659.900000', '200659.902000', '200659.905000', '200659.907000', '200659.910000', '200659.913000', '200659.915000', '200659.918000', '200659.920000', '200659.923000', '200659.926000', '200659.928000', '200659.931000', '200710.090000', '200710.093000', '200710.096000', '200710.099000', '200710.101000', '200710.104000', '200710.107000', '200710.110000', '200710.113000', '200710.116000', '200710.119000', '200710.122000', '200710.125000', '200710.128000', '200710.130000', '200710.133000', '200710.136000', '200710.138000', '200710.141000', '200710.144000', '200710.146000', '200710.149000', '200710.152000'], 'InstanceCreationTime': ['200059.855000', '200059.858000', '200059.861000', '200059.863000', '200059.866000', '200059.869000', '200059.872000', '200059.902000', '200059.905000', '200059.907000', '200059.910000', '200059.913000', '200059.915000', '200059.918000', '200059.920000', '200059.923000', '200059.925000', '200059.928000', '200059.930000', '200059.933000', '200059.936000', '200059.938000', '200059.941000', '200059.943000', '200059.946000', '200059.949000', '200059.951000', '200059.954000', '200059.957000', '200059.959000', '200059.962000', '200059.964000', '200059.967000', '200059.973000', '200119.818000', '200119.821000', '200119.824000', '200119.830000', '200119.832000', '200119.835000', '200119.837000', '200119.840000', '200119.843000', '200119.845000', '200119.848000', '200119.850000', '200119.853000', '200119.855000', '200119.858000', '200119.860000', '200119.863000', '200119.865000', '200119.868000', '200119.871000', '200119.873000', '200119.876000', '200119.878000', '200119.881000', '200119.883000', '200119.886000', '200119.889000', '200119.891000', '200119.894000', '200119.896000', '200119.899000', '200119.901000', '200119.904000', '200119.906000', '200119.909000', '200119.912000', '200119.914000', '200119.917000', '200119.919000', '200119.922000', '200119.924000', '200119.927000', '200119.929000', '200139.819000', '200139.821000', '200139.824000', '200139.827000', '200139.829000', '200139.832000', '200139.834000', '200139.837000', '200139.840000', '200139.842000', '200139.845000', '200139.847000', '200139.850000', '200139.852000', '200139.855000', '200139.858000', '200139.860000', '200139.863000', '200139.865000', '200139.868000', '200139.871000', '200139.884000', '200139.887000', '200139.890000', '200139.892000', '200139.901000', '200139.903000', '200139.906000', '200139.908000', '200139.911000', '200139.914000', '200139.916000', '200139.919000', '200139.921000', '200139.924000', '200139.927000', '200139.929000', '200139.932000', '200139.934000', '200139.937000', '200139.940000', '200139.942000', '200139.945000', '200139.947000', '200159.818000', '200159.821000', '200159.824000', '200159.826000', '200159.829000', '200159.831000', '200159.834000', '200159.837000', '200159.839000', '200159.842000', '200159.845000', '200159.847000', '200159.850000', '200159.852000', '200159.855000', '200159.857000', '200159.860000', '200159.863000', '200159.865000', '200159.868000', '200159.871000', '200159.873000', '200159.876000', '200159.878000', '200159.881000', '200159.884000', '200159.886000', '200159.889000', '200159.891000', '200159.894000', '200159.897000', '200159.899000', '200159.902000', '200159.904000', '200159.907000', '200159.910000', '200159.912000', '200159.915000', '200159.917000', '200159.920000', '200159.923000', '200159.925000', '200159.928000', '200219.818000', '200219.821000', '200219.824000', '200219.826000', '200219.829000', '200219.839000', '200219.842000', '200219.844000', '200219.848000', '200219.850000', '200219.853000', '200219.856000', '200219.858000', '200219.861000', '200219.863000', '200219.866000', '200219.868000', '200219.871000', '200219.874000', '200219.877000', '200219.880000', '200219.883000', '200219.886000', '200219.888000', '200219.891000', '200219.893000', '200219.896000', '200219.899000', '200219.902000', '200219.904000', '200219.907000', '200219.910000', '200219.912000', '200219.915000', '200219.917000', '200219.920000', '200219.922000', '200219.925000', '200219.928000', '200219.930000', '200219.933000', '200219.935000', '200219.938000', '200239.818000', '200239.821000', '200239.824000', '200239.826000', '200239.829000', '200239.832000', '200239.834000', '200239.837000', '200239.839000', '200239.842000', '200239.845000', '200239.847000', '200239.850000', '200239.852000', '200239.855000', '200239.857000', '200239.860000', '200239.863000', '200239.865000', '200239.868000', '200239.870000', '200239.873000', '200239.876000', '200239.878000', '200239.881000', '200239.883000', '200239.886000', '200239.888000', '200239.891000', '200239.894000', '200239.896000', '200239.899000', '200239.901000', '200239.904000', '200239.907000', '200239.909000', '200239.912000', '200239.914000', '200239.917000', '200239.920000', '200239.922000', '200239.925000', '200239.927000', '200239.930000', '200259.818000', '200259.821000', '200259.824000', '200259.826000', '200259.829000', '200259.832000', '200259.834000', '200259.837000', '200259.839000', '200259.842000', '200259.845000', '200259.847000', '200259.850000', '200259.852000', '200259.855000', '200259.858000', '200259.860000', '200259.863000', '200259.865000', '200259.868000', '200259.871000', '200259.873000', '200259.876000', '200259.878000', '200259.881000', '200259.884000', '200259.886000', '200259.889000', '200259.891000', '200259.894000', '200259.897000', '200259.899000', '200259.902000', '200259.904000', '200259.907000', '200259.910000', '200259.912000', '200259.915000', '200259.917000', '200259.920000', '200259.923000', '200259.925000', '200259.928000', '200319.820000', '200319.822000', '200319.825000', '200319.828000', '200319.830000', '200319.833000', '200319.835000', '200319.838000', '200319.840000', '200319.843000', '200319.846000', '200319.848000', '200319.851000', '200319.853000', '200319.856000', '200319.858000', '200319.861000', '200319.877000', '200319.879000', '200319.882000', '200319.885000', '200319.887000', '200319.890000', '200319.892000', '200319.895000', '200319.897000', '200319.900000', '200319.903000', '200319.905000', '200319.908000', '200319.910000', '200319.913000', '200319.916000', '200319.918000', '200319.921000', '200319.923000', '200319.926000', '200319.928000', '200319.931000', '200319.934000', '200319.936000', '200319.939000', '200319.941000', '200319.944000', '200339.819000', '200339.821000', '200339.824000', '200339.827000', '200339.829000', '200339.832000', '200339.834000', '200339.837000', '200339.839000', '200339.842000', '200339.845000', '200339.847000', '200339.850000', '200339.852000', '200339.855000', '200339.858000', '200339.860000', '200339.863000', '200339.866000', '200339.868000', '200339.871000', '200339.874000', '200339.877000', '200339.881000', '200339.884000', '200339.887000', '200339.890000', '200339.892000', '200339.895000', '200339.897000', '200339.900000', '200339.903000', '200339.905000', '200339.908000', '200339.910000', '200339.913000', '200339.916000', '200339.918000', '200339.921000', '200339.923000', '200339.926000', '200339.929000', '200339.931000', '200359.818000', '200359.821000', '200359.824000', '200359.826000', '200359.829000', '200359.832000', '200359.834000', '200359.837000', '200359.839000', '200359.842000', '200359.844000', '200359.847000', '200359.850000', '200359.852000', '200359.855000', '200359.857000', '200359.860000', '200359.863000', '200359.865000', '200359.868000', '200359.870000', '200359.873000', '200359.875000', '200359.878000', '200359.881000', '200359.883000', '200359.886000', '200359.888000', '200359.891000', '200359.894000', '200359.896000', '200359.899000', '200359.901000', '200359.904000', '200359.906000', '200359.909000', '200359.912000', '200359.914000', '200359.917000', '200359.919000', '200359.922000', '200359.925000', '200359.927000', '200359.930000', '200419.819000', '200419.821000', '200419.824000', '200419.827000', '200419.829000', '200419.832000', '200419.834000', '200419.837000', '200419.839000', '200419.842000', '200419.845000', '200419.847000', '200419.850000', '200419.853000', '200419.855000', '200419.858000', '200419.860000', '200419.863000', '200419.866000', '200419.868000', '200419.871000', '200419.873000', '200419.876000', '200419.879000', '200419.881000', '200419.884000', '200419.887000', '200419.889000', '200419.892000', '200419.895000', '200419.898000', '200419.900000', '200419.903000', '200419.905000', '200419.908000', '200419.911000', '200419.913000', '200419.916000', '200419.919000', '200419.921000', '200419.924000', '200419.926000', '200419.929000', '200439.818000', '200439.821000', '200439.824000', '200439.826000', '200439.829000', '200439.832000', '200439.834000', '200439.837000', '200439.839000', '200439.842000', '200439.845000', '200439.847000', '200439.850000', '200439.852000', '200439.855000', '200439.857000', '200439.860000', '200439.863000', '200439.865000', '200439.868000', '200439.871000', '200439.873000', '200439.876000', '200439.878000', '200439.881000', '200439.883000', '200439.886000', '200439.889000', '200439.891000', '200439.894000', '200439.896000', '200439.899000', '200439.902000', '200439.904000', '200439.907000', '200439.909000', '200439.912000', '200439.914000', '200439.917000', '200439.920000', '200439.922000', '200439.925000', '200439.969000', '200439.971000', '200459.819000', '200459.821000', '200459.824000', '200459.827000', '200459.829000', '200459.832000', '200459.834000', '200459.837000', '200459.840000', '200459.842000', '200459.845000', '200459.848000', '200459.850000', '200459.853000', '200459.855000', '200459.858000', '200459.861000', '200459.863000', '200459.866000', '200459.868000', '200459.871000', '200459.874000', '200459.876000', '200459.879000', '200459.881000', '200459.884000', '200459.887000', '200459.890000', '200459.893000', '200459.895000', '200459.898000', '200459.901000', '200459.904000', '200459.906000', '200459.909000', '200459.912000', '200459.914000', '200459.918000', '200459.921000', '200459.923000', '200459.926000', '200459.928000', '200459.931000', '200519.818000', '200519.821000', '200519.824000', '200519.826000', '200519.829000', '200519.832000', '200519.834000', '200519.837000', '200519.839000', '200519.842000', '200519.845000', '200519.847000', '200519.850000', '200519.852000', '200519.855000', '200519.857000', '200519.860000', '200519.863000', '200519.865000', '200519.868000', '200519.870000', '200519.873000', '200519.876000', '200519.878000', '200519.881000', '200519.883000', '200519.886000', '200519.889000', '200519.891000', '200519.894000', '200519.896000', '200519.899000', '200519.901000', '200519.904000', '200519.907000', '200519.909000', '200519.912000', '200519.914000', '200519.917000', '200519.920000', '200519.922000', '200519.925000', '200519.927000', '200519.930000', '200539.820000', '200539.822000', '200539.825000', '200539.828000', '200539.830000', '200539.833000', '200539.835000', '200539.838000', '200539.841000', '200539.843000', '200539.846000', '200539.848000', '200539.851000', '200539.854000', '200539.856000', '200539.859000', '200539.861000', '200539.864000', '200539.867000', '200539.869000', '200539.872000', '200539.874000', '200539.877000', '200539.879000', '200539.882000', '200539.885000', '200539.887000', '200539.890000', '200539.892000', '200539.895000', '200539.898000', '200539.900000', '200539.903000', '200539.905000', '200539.908000', '200539.911000', '200539.913000', '200539.916000', '200539.918000', '200539.921000', '200539.924000', '200539.926000', '200539.929000', '200559.818000', '200559.821000', '200559.824000', '200559.826000', '200559.829000', '200559.832000', '200559.834000', '200559.837000', '200559.839000', '200559.842000', '200559.845000', '200559.847000', '200559.850000', '200559.852000', '200559.855000', '200559.858000', '200559.860000', '200559.863000', '200559.865000', '200559.868000', '200559.871000', '200559.873000', '200559.876000', '200559.878000', '200559.881000', '200559.884000', '200559.886000', '200559.889000', '200559.891000', '200559.894000', '200559.897000', '200559.899000', '200559.902000', '200559.904000', '200559.907000', '200559.909000', '200559.912000', '200559.915000', '200559.917000', '200559.920000', '200559.922000', '200559.925000', '200559.928000', '200559.930000', '200619.819000', '200619.821000', '200619.824000', '200619.827000', '200619.829000', '200619.832000', '200619.834000', '200619.837000', '200619.854000', '200619.857000', '200619.860000', '200619.862000', '200619.865000', '200619.867000', '200619.870000', '200619.873000', '200619.875000', '200619.878000', '200619.880000', '200619.883000', '200619.886000', '200619.890000', '200619.893000', '200619.895000', '200619.898000', '200619.900000', '200619.903000', '200619.906000', '200619.908000', '200619.911000', '200619.913000', '200619.916000', '200619.919000', '200619.921000', '200619.924000', '200619.926000', '200619.929000', '200619.932000', '200619.934000', '200619.937000', '200619.939000', '200619.942000', '200619.944000', '200639.818000', '200639.821000', '200639.824000', '200639.827000', '200639.829000', '200639.832000', '200639.834000', '200639.837000', '200639.839000', '200639.842000', '200639.845000', '200639.847000', '200639.850000', '200639.852000', '200639.856000', '200639.859000', '200639.862000', '200639.864000', '200639.867000', '200639.870000', '200639.873000', '200639.875000', '200639.878000', '200639.880000', '200639.883000', '200639.886000', '200639.888000', '200639.891000', '200639.893000', '200639.896000', '200639.899000', '200639.901000', '200639.904000', '200639.907000', '200639.909000', '200639.912000', '200639.914000', '200639.917000', '200639.920000', '200639.922000', '200639.925000', '200639.927000', '200639.930000', '200659.819000', '200659.821000', '200659.824000', '200659.827000', '200659.829000', '200659.832000', '200659.834000', '200659.837000', '200659.840000', '200659.842000', '200659.845000', '200659.847000', '200659.850000', '200659.853000', '200659.855000', '200659.858000', '200659.861000', '200659.863000', '200659.866000', '200659.868000', '200659.871000', '200659.874000', '200659.876000', '200659.879000', '200659.881000', '200659.884000', '200659.886000', '200659.889000', '200659.892000', '200659.894000', '200659.897000', '200659.900000', '200659.902000', '200659.905000', '200659.907000', '200659.910000', '200659.913000', '200659.915000', '200659.918000', '200659.920000', '200659.923000', '200659.926000', '200659.928000', '200659.931000', '200710.090000', '200710.093000', '200710.096000', '200710.099000', '200710.101000', '200710.104000', '200710.107000', '200710.110000', '200710.113000', '200710.116000', '200710.119000', '200710.122000', '200710.125000', '200710.128000', '200710.130000', '200710.133000', '200710.136000', '200710.138000', '200710.141000', '200710.144000', '200710.146000', '200710.149000', '200710.152000'], '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': [10775, 9798, 8345, 9738, 9218, 11317, 9812, 8406, 9167, 8757, 10258, 10099, 7748, 9091, 8753, 9643, 9944, 7972, 8616, 8296, 10554, 9747, 9256, 10156, 9417, 9953, 8329, 9617, 8298, 9947, 9222, 8492, 9756, 9267, 9928, 7741, 9509, 8286, 10270, 8827, 8768, 9518, 7572, 9338, 7308, 9524, 7894, 10752, 9369, 11834, 9244, 11891, 8903, 12029, 9571, 8914, 9917, 7327, 9634, 8003, 10293, 8507, 10800, 9799, 9596, 9630, 8369, 8863, 7501, 9184, 8531, 9778, 9159, 8790, 9123, 7739, 9953, 8647, 10310, 9368, 10275, 9208, 7816, 9771, 8666, 10995, 9409, 10195, 9489, 8232, 10125, 9355, 11037, 9597, 8489, 9212, 8592, 10035, 9555, 9801, 9553, 7981, 10032, 9076, 9709, 9509, 8707, 10330, 8397, 11637, 9593, 9467, 9537, 8978, 12379, 9559, 8905, 9594, 7969, 11758, 9872, 9251, 9437, 7931, 10439, 9243, 12348, 9436, 7782, 9934, 8575, 10838, 9407, 9416, 9517, 8425, 10786, 9150, 9445, 9313, 8552, 11986, 9104, 8690, 9800, 8954, 9828, 8967, 11768, 9131, 11526, 9353, 10031, 9499, 8104, 9571, 8471, 10426, 9017, 11310, 9318, 8429, 9435, 8114, 10097, 8488, 11052, 9236, 9801, 9487, 7825, 9648, 8539, 11070, 9709, 10797, 9706, 7688, 9738, 8131, 10644, 9154, 11309, 9574, 8941, 9906, 9192, 10167, 8999, 9872, 8827, 10683, 9426, 10870, 9783, 11897, 9542, 8801, 9318, 7958, 9695, 8584, 11040, 9338, 8971, 9423, 8028, 10301, 8472, 10790, 9592, 12033, 9456, 9069, 9976, 8356, 9794, 8429, 10911, 9002, 10639, 8837, 11715, 9553, 11376, 9326, 7650, 9352, 7900, 10386, 9504, 10952, 9413, 8984, 9980, 7791, 10051, 9135, 11710, 9505, 9211, 9702, 7867, 10233, 9559, 12078, 9513, 8006, 9456, 8049, 10301, 8755, 10572, 8911, 10020, 9534, 7804, 9331, 8215, 11083, 9021, 8466, 9261, 8019, 10195, 9294, 11795, 9337, 10720, 9932, 12631, 9730, 9689, 9968, 8013, 10264, 8488, 10780, 9134, 10048, 9691, 7374, 10077, 8138, 10482, 8598, 11450, 9124, 9770, 9636, 9163, 9490, 8256, 10763, 8995, 10523, 9416, 9661, 9922, 8942, 10139, 8458, 10780, 9006, 9805, 9740, 8300, 10498, 8855, 11181, 8901, 11935, 9747, 8215, 9793, 9058, 10651, 9487, 10973, 9948, 8047, 10032, 8550, 10534, 9107, 11917, 9592, 7972, 9854, 8242, 10666, 9232, 11893, 9658, 7629, 9782, 8456, 9647, 9474, 7989, 9956, 9236, 9429, 9594, 8543, 12476, 9601, 11300, 9566, 9937, 10280, 9385, 11016, 10012, 7708, 10285, 9134, 11948, 10026, 7873, 10247, 8833, 11443, 9574, 8738, 10023, 8743, 8558, 9290, 8285, 11613, 9520, 9822, 9735, 8104, 10179, 9083, 13135, 9855, 9173, 9971, 8856, 10370, 9088, 9653, 9300, 8114, 10133, 8934, 11319, 9548, 8191, 9611, 8113, 10536, 9513, 11785, 9725, 8234, 10185, 9271, 11055, 9855, 10657, 9846, 8325, 10428, 9080, 11180, 9518, 12159, 9660, 9385, 9608, 8384, 10434, 9366, 9491, 9338, 8234, 9952, 9259, 12112, 9462, 8123, 9530, 8123, 11018, 8840, 10962, 9590, 7541, 10061, 8382, 11418, 9655, 7783, 9678, 8790, 9562, 9369, 8637, 10806, 9554, 9903, 9640, 8478, 10134, 9524, 13671, 9974, 8243, 9581, 8703, 11034, 9315, 9783, 9898, 8752, 10875, 9259, 10071, 10113, 8608, 10933, 9000, 8993, 9803, 9149, 12254, 9389, 8946, 9479, 8240, 10799, 9455, 10258, 9814, 7994, 9970, 9355, 10279, 9844, 8275, 10025, 8756, 11955, 9531, 8497, 9909, 8710, 9625, 9464, 8700, 10203, 9123, 7322, 9108, 8239, 10359, 9007, 11509, 9851, 7812, 9956, 8373, 10887, 9785, 13556, 9991, 7546, 9859, 8843, 11378, 9647, 7941, 9502, 8719, 10901, 9140, 8530, 10059, 8521, 10638, 9292, 9736, 9303, 8548, 11340, 9669, 8338, 9177, 8920, 11532, 9501, 7316, 9790, 8614, 11077, 9386, 7951, 10309, 9016, 8609, 9166, 8954, 10146, 9507, 8071, 9386, 8695, 7982, 8636, 9259, 8289, 9587, 9560, 7892, 11230, 9649, 9072, 9618, 9198, 11712, 9865, 8253, 12347, 9300, 7567, 10216, 9028, 10208, 10431, 9058, 12183, 9390, 8573, 9800, 8619, 11432, 9100, 7228, 10065, 9058, 9133, 9555, 8492, 10293, 8956, 8768, 10427, 9235, 10375, 9547, 7458, 9903, 9339, 12467, 9737, 7853, 9553, 8071, 10518, 9156, 12104, 9587, 7572, 9587, 8080, 10294, 8811, 11126, 9211, 7538, 9539, 8325, 9897, 9197, 12295, 9210, 8206, 9306, 7725, 10316, 9124, 9599, 9327, 8130, 10541, 9182, 10937, 9761, 9179, 9256, 8559, 7853, 10558, 9146, 8940, 11964, 9556, 12810, 9697, 9760, 9429, 8688, 11891, 8765, 6974, 9341, 8109, 10087, 9094, 7596, 8381, 8277, 9309, 8541, 8705, 8270, 7774, 9624, 8865, 12143, 9744, 8850, 11220, 9177, 9013, 9365, 7727, 9792, 8938, 11150, 9561, 7778, 10198, 8490, 7854, 9262, 8663, 10626, 9455, 7716, 9810, 8568, 9871, 9240, 9506, 9886, 7897, 9518, 8440, 10337, 9359, 8242, 10258, 9239, 9597, 9366, 8082, 10214, 9329, 9587, 9798, 7829, 10172, 9224, 12592, 9952, 10466, 10166, 8060, 10346, 8749, 11332, 9653, 10153, 10067, 8012, 10032, 8598, 10774, 9416, 8903, 10011, 8641, 10515, 8610, 10915, 9451, 9842, 9945, 8785, 10046, 8115, 10520, 9405, 11134, 9234, 8143, 9609, 7856, 10024, 8810, 11361, 8864, 8893, 9217, 7993, 9975, 8841, 11806, 9469, 7876, 9763, 8858, 10365, 9471, 7750, 10088, 8838, 10681, 9380, 12447, 9823, 9012, 9401, 7991, 9882, 8789, 11085, 9906, 9657, 9533, 8489, 10183, 9478, 9044, 9522, 7635, 10142, 9028, 11666, 9819, 8864, 9895, 7974, 10372, 9083, 11374, 9948, 9411, 9634, 8068, 10183, 9394, 11100, 9568, 8031, 9289, 8578, 10807, 9724, 11037, 9858, 7821, 10202, 8583, 10657, 9227, 12585, 9706, 8094, 9984, 8768, 10695, 9652, 10067, 9691, 8508, 10136, 8894, 11052, 9599, 9923, 9931, 8889, 10825, 8893, 9130, 9351, 9476, 10061, 8626, 9752, 8826, 7977, 9742], 'WindowCenter': [3940.0, 3926.0, 3903.0, 3912.0, 3899.0, 3907.0, 3898.0, 3875.0, 3882.0, 3886.0, 3896.0, 3907.0, 3865.0, 3887.0, 3885.0, 3897.0, 3898.0, 3876.0, 3886.0, 3888.0, 3910.0, 3896.0, 3887.0, 3897.0, 3885.0, 3897.0, 3876.0, 3897.0, 3885.0, 3896.0, 3898.0, 3885.0, 3897.0, 3897.0, 3909.0, 3878.0, 3897.0, 3887.0, 3908.0, 3899.0, 3887.0, 3910.0, 3877.0, 3898.0, 3865.0, 3897.0, 3876.0, 3922.0, 3898.0, 3919.0, 3895.0, 3906.0, 3887.0, 3915.0, 3897.0, 3886.0, 3896.0, 3862.0, 3895.0, 3875.0, 3907.0, 3885.0, 3907.0, 3896.0, 3896.0, 3895.0, 3885.0, 3896.0, 3865.0, 3896.0, 3897.0, 3906.0, 3896.0, 3887.0, 3897.0, 3877.0, 3908.0, 3888.0, 3908.0, 3897.0, 3895.0, 3897.0, 3875.0, 3897.0, 3886.0, 3905.0, 3896.0, 3907.0, 3898.0, 3874.0, 3895.0, 3895.0, 3906.0, 3898.0, 3898.0, 3898.0, 3887.0, 3906.0, 3898.0, 3895.0, 3896.0, 3875.0, 3897.0, 3887.0, 3897.0, 3895.0, 3885.0, 3909.0, 3887.0, 3917.0, 3896.0, 3896.0, 3897.0, 3886.0, 3919.0, 3897.0, 3885.0, 3896.0, 3887.0, 3915.0, 3895.0, 3894.0, 3882.0, 3874.0, 3893.0, 3883.0, 3916.0, 3884.0, 3864.0, 3894.0, 3885.0, 3905.0, 3894.0, 3885.0, 3894.0, 3875.0, 3906.0, 3895.0, 3893.0, 3883.0, 3887.0, 3916.0, 3896.0, 3885.0, 3893.0, 3885.0, 3893.0, 3883.0, 3916.0, 3894.0, 3905.0, 3893.0, 3895.0, 3895.0, 3873.0, 3895.0, 3874.0, 3905.0, 3883.0, 3905.0, 3883.0, 3885.0, 3896.0, 3874.0, 3905.0, 3884.0, 3917.0, 3894.0, 3895.0, 3896.0, 3864.0, 3895.0, 3886.0, 3906.0, 3893.0, 3907.0, 3895.0, 3862.0, 3894.0, 3872.0, 3903.0, 3884.0, 3903.0, 3894.0, 3882.0, 3894.0, 3882.0, 3892.0, 3883.0, 3894.0, 3883.0, 3906.0, 3894.0, 3904.0, 3893.0, 3915.0, 3894.0, 3885.0, 3885.0, 3873.0, 3894.0, 3884.0, 3904.0, 3885.0, 3896.0, 3895.0, 3875.0, 3906.0, 3874.0, 3904.0, 3893.0, 3916.0, 3893.0, 3883.0, 3894.0, 3884.0, 3894.0, 3873.0, 3907.0, 3884.0, 3904.0, 3884.0, 3915.0, 3895.0, 3905.0, 3894.0, 3862.0, 3883.0, 3871.0, 3894.0, 3894.0, 3906.0, 3896.0, 3885.0, 3896.0, 3862.0, 3893.0, 3894.0, 3916.0, 3895.0, 3883.0, 3894.0, 3872.0, 3894.0, 3895.0, 3915.0, 3894.0, 3873.0, 3894.0, 3871.0, 3893.0, 3871.0, 3893.0, 3884.0, 3893.0, 3895.0, 3863.0, 3893.0, 3873.0, 3918.0, 3896.0, 3885.0, 3896.0, 3875.0, 3906.0, 3894.0, 3918.0, 3896.0, 3906.0, 3894.0, 3915.0, 3894.0, 3895.0, 3895.0, 3873.0, 3894.0, 3883.0, 3904.0, 3895.0, 3907.0, 3896.0, 3864.0, 3905.0, 3873.0, 3905.0, 3884.0, 3917.0, 3896.0, 3895.0, 3897.0, 3896.0, 3895.0, 3885.0, 3918.0, 3897.0, 3906.0, 3896.0, 3896.0, 3906.0, 3894.0, 3908.0, 3886.0, 3917.0, 3898.0, 3905.0, 3895.0, 3886.0, 3907.0, 3896.0, 3905.0, 3896.0, 3915.0, 3895.0, 3884.0, 3895.0, 3884.0, 3904.0, 3905.0, 3905.0, 3906.0, 3873.0, 3905.0, 3885.0, 3906.0, 3883.0, 3916.0, 3895.0, 3874.0, 3895.0, 3873.0, 3905.0, 3882.0, 3915.0, 3894.0, 3874.0, 3894.0, 3885.0, 3895.0, 3908.0, 3886.0, 3907.0, 3897.0, 3897.0, 3895.0, 3887.0, 3929.0, 3907.0, 3908.0, 3895.0, 3895.0, 3905.0, 3885.0, 3905.0, 3894.0, 3865.0, 3893.0, 3883.0, 3915.0, 3894.0, 3873.0, 3905.0, 3896.0, 3914.0, 3894.0, 3882.0, 3894.0, 3884.0, 3883.0, 3896.0, 3886.0, 3919.0, 3895.0, 3895.0, 3893.0, 3873.0, 3893.0, 3884.0, 3927.0, 3894.0, 3883.0, 3892.0, 3884.0, 3892.0, 3883.0, 3893.0, 3893.0, 3873.0, 3904.0, 3884.0, 3904.0, 3896.0, 3886.0, 3895.0, 3874.0, 3906.0, 3896.0, 3917.0, 3895.0, 3885.0, 3904.0, 3896.0, 3904.0, 3895.0, 3907.0, 3895.0, 3873.0, 3904.0, 3886.0, 3904.0, 3894.0, 3914.0, 3894.0, 3882.0, 3895.0, 3872.0, 3903.0, 3894.0, 3893.0, 3895.0, 3874.0, 3895.0, 3895.0, 3928.0, 3897.0, 3874.0, 3895.0, 3874.0, 3906.0, 3886.0, 3917.0, 3896.0, 3875.0, 3907.0, 3886.0, 3916.0, 3909.0, 3877.0, 3907.0, 3897.0, 3906.0, 3898.0, 3885.0, 3921.0, 3908.0, 3908.0, 3894.0, 3886.0, 3894.0, 3895.0, 3930.0, 3894.0, 3885.0, 3894.0, 3884.0, 3905.0, 3895.0, 3905.0, 3894.0, 3885.0, 3905.0, 3895.0, 3894.0, 3906.0, 3883.0, 3904.0, 3882.0, 3883.0, 3894.0, 3895.0, 3917.0, 3896.0, 3885.0, 3893.0, 3886.0, 3904.0, 3896.0, 3906.0, 3896.0, 3874.0, 3895.0, 3894.0, 3906.0, 3907.0, 3886.0, 3895.0, 3884.0, 3916.0, 3895.0, 3885.0, 3894.0, 3884.0, 3894.0, 3895.0, 3885.0, 3905.0, 3897.0, 3874.0, 3896.0, 3886.0, 3917.0, 3896.0, 3919.0, 3906.0, 3875.0, 3896.0, 3885.0, 3906.0, 3906.0, 3929.0, 3896.0, 3862.0, 3893.0, 3883.0, 3906.0, 3897.0, 3872.0, 3894.0, 3882.0, 3906.0, 3894.0, 3886.0, 3894.0, 3884.0, 3907.0, 3894.0, 3893.0, 3896.0, 3884.0, 3916.0, 3896.0, 3871.0, 3883.0, 3881.0, 3917.0, 3896.0, 3864.0, 3895.0, 3885.0, 3915.0, 3894.0, 3874.0, 3904.0, 3895.0, 3883.0, 3894.0, 3885.0, 3895.0, 3896.0, 3874.0, 3895.0, 3884.0, 3886.0, 3884.0, 3909.0, 3887.0, 3898.0, 3896.0, 3885.0, 3906.0, 3911.0, 3898.0, 3906.0, 3897.0, 3916.0, 3905.0, 3887.0, 3931.0, 3897.0, 3875.0, 3907.0, 3897.0, 3905.0, 3919.0, 3897.0, 3927.0, 3896.0, 3897.0, 3906.0, 3887.0, 3917.0, 3896.0, 3875.0, 3906.0, 3897.0, 3909.0, 3909.0, 3899.0, 3906.0, 3897.0, 3887.0, 3905.0, 3897.0, 3907.0, 3896.0, 3864.0, 3895.0, 3895.0, 3927.0, 3895.0, 3874.0, 3895.0, 3873.0, 3906.0, 3894.0, 3917.0, 3897.0, 3874.0, 3895.0, 3874.0, 3904.0, 3884.0, 3905.0, 3896.0, 3875.0, 3898.0, 3885.0, 3908.0, 3897.0, 3929.0, 3897.0, 3885.0, 3895.0, 3876.0, 3908.0, 3908.0, 3908.0, 3897.0, 3885.0, 3907.0, 3896.0, 3922.0, 3910.0, 3911.0, 3909.0, 3899.0, 3889.0, 3918.0, 3896.0, 3884.0, 3917.0, 3895.0, 3918.0, 3896.0, 3897.0, 3880.0, 3872.0, 3929.0, 3898.0, 3864.0, 3895.0, 3885.0, 3906.0, 3855.0, 3764.0, 3892.0, 3909.0, 3902.0, 3845.0, 3739.0, 3985.0, 3975.0, 3940.0, 3900.0, 3917.0, 3883.0, 3883.0, 3906.0, 3897.0, 3886.0, 3895.0, 3863.0, 3883.0, 3883.0, 3893.0, 3892.0, 3863.0, 3893.0, 3885.0, 3875.0, 3897.0, 3897.0, 3907.0, 3895.0, 3875.0, 3908.0, 3887.0, 3898.0, 3898.0, 3910.0, 3922.0, 3918.0, 3937.0, 3901.0, 3904.0, 3882.0, 3871.0, 3892.0, 3894.0, 3895.0, 3897.0, 3886.0, 3909.0, 3911.0, 3910.0, 3919.0, 3889.0, 3909.0, 3896.0, 3918.0, 3908.0, 3909.0, 3909.0, 3874.0, 3905.0, 3884.0, 3916.0, 3896.0, 3907.0, 3906.0, 3875.0, 3907.0, 3887.0, 3905.0, 3895.0, 3897.0, 3908.0, 3897.0, 3920.0, 3887.0, 3918.0, 3895.0, 3896.0, 3897.0, 3885.0, 3907.0, 3876.0, 3906.0, 3894.0, 3917.0, 3898.0, 3887.0, 3909.0, 3886.0, 3906.0, 3898.0, 3919.0, 3897.0, 3898.0, 3899.0, 3876.0, 3897.0, 3887.0, 3917.0, 3897.0, 3888.0, 3907.0, 3895.0, 3907.0, 3910.0, 3877.0, 3907.0, 3898.0, 3908.0, 3897.0, 3918.0, 3896.0, 3884.0, 3899.0, 3888.0, 3908.0, 3884.0, 3904.0, 3894.0, 3895.0, 3895.0, 3886.0, 3905.0, 3897.0, 3886.0, 3897.0, 3875.0, 3905.0, 3898.0, 3907.0, 3910.0, 3885.0, 3894.0, 3874.0, 3894.0, 3883.0, 3916.0, 3896.0, 3886.0, 3894.0, 3862.0, 3892.0, 3884.0, 3904.0, 3896.0, 3874.0, 3897.0, 3885.0, 3905.0, 3895.0, 3907.0, 3896.0, 3863.0, 3897.0, 3885.0, 3904.0, 3884.0, 3916.0, 3895.0, 3873.0, 3893.0, 3883.0, 3893.0, 3894.0, 3895.0, 3895.0, 3885.0, 3903.0, 3884.0, 3907.0, 3895.0, 3894.0, 3897.0, 3885.0, 3906.0, 3884.0, 3882.0, 3882.0, 3895.0, 3896.0, 3885.0, 3896.0, 3886.0, 3872.0, 3894.0], 'WindowWidth': [8812.0, 8782.0, 8746.0, 8757.0, 8732.0, 8744.0, 8728.0, 8695.0, 8700.0, 8711.0, 8724.0, 8738.0, 8680.0, 8711.0, 8708.0, 8726.0, 8729.0, 8700.0, 8710.0, 8715.0, 8748.0, 8725.0, 8713.0, 8726.0, 8710.0, 8728.0, 8697.0, 8728.0, 8710.0, 8725.0, 8728.0, 8709.0, 8727.0, 8729.0, 8745.0, 8704.0, 8729.0, 8714.0, 8743.0, 8735.0, 8715.0, 8752.0, 8703.0, 8732.0, 8684.0, 8729.0, 8700.0, 8769.0, 8730.0, 8762.0, 8722.0, 8740.0, 8712.0, 8750.0, 8724.0, 8711.0, 8724.0, 8674.0, 8721.0, 8693.0, 8742.0, 8709.0, 8743.0, 8724.0, 8724.0, 8723.0, 8711.0, 8725.0, 8683.0, 8727.0, 8730.0, 8741.0, 8728.0, 8715.0, 8729.0, 8702.0, 8745.0, 8716.0, 8746.0, 8728.0, 8722.0, 8728.0, 8695.0, 8728.0, 8711.0, 8738.0, 8725.0, 8739.0, 8727.0, 8693.0, 8723.0, 8723.0, 8740.0, 8730.0, 8731.0, 8729.0, 8715.0, 8740.0, 8731.0, 8722.0, 8725.0, 8695.0, 8727.0, 8713.0, 8727.0, 8721.0, 8711.0, 8745.0, 8715.0, 8757.0, 8726.0, 8725.0, 8725.0, 8712.0, 8762.0, 8727.0, 8708.0, 8724.0, 8715.0, 8750.0, 8720.0, 8719.0, 8702.0, 8691.0, 8717.0, 8701.0, 8753.0, 8705.0, 8678.0, 8718.0, 8709.0, 8737.0, 8720.0, 8707.0, 8720.0, 8695.0, 8738.0, 8721.0, 8718.0, 8703.0, 8713.0, 8754.0, 8724.0, 8709.0, 8717.0, 8710.0, 8716.0, 8704.0, 8751.0, 8720.0, 8736.0, 8718.0, 8723.0, 8719.0, 8691.0, 8721.0, 8693.0, 8735.0, 8703.0, 8737.0, 8703.0, 8708.0, 8724.0, 8694.0, 8735.0, 8707.0, 8754.0, 8722.0, 8723.0, 8724.0, 8679.0, 8722.0, 8711.0, 8739.0, 8717.0, 8740.0, 8720.0, 8675.0, 8717.0, 8688.0, 8731.0, 8706.0, 8733.0, 8719.0, 8701.0, 8718.0, 8700.0, 8715.0, 8702.0, 8718.0, 8704.0, 8737.0, 8720.0, 8734.0, 8717.0, 8750.0, 8718.0, 8707.0, 8706.0, 8690.0, 8718.0, 8705.0, 8732.0, 8708.0, 8726.0, 8723.0, 8697.0, 8738.0, 8694.0, 8733.0, 8715.0, 8755.0, 8717.0, 8704.0, 8717.0, 8708.0, 8719.0, 8691.0, 8744.0, 8707.0, 8736.0, 8707.0, 8751.0, 8723.0, 8736.0, 8721.0, 8674.0, 8703.0, 8686.0, 8718.0, 8721.0, 8738.0, 8725.0, 8709.0, 8726.0, 8676.0, 8719.0, 8720.0, 8752.0, 8723.0, 8705.0, 8719.0, 8688.0, 8719.0, 8722.0, 8752.0, 8720.0, 8689.0, 8719.0, 8684.0, 8716.0, 8685.0, 8716.0, 8704.0, 8717.0, 8720.0, 8677.0, 8717.0, 8691.0, 8758.0, 8728.0, 8710.0, 8726.0, 8696.0, 8738.0, 8720.0, 8761.0, 8725.0, 8739.0, 8722.0, 8754.0, 8721.0, 8720.0, 8724.0, 8689.0, 8719.0, 8703.0, 8734.0, 8724.0, 8742.0, 8726.0, 8681.0, 8737.0, 8692.0, 8735.0, 8707.0, 8756.0, 8724.0, 8724.0, 8726.0, 8724.0, 8724.0, 8710.0, 8758.0, 8729.0, 8741.0, 8726.0, 8725.0, 8739.0, 8722.0, 8745.0, 8713.0, 8756.0, 8732.0, 8736.0, 8725.0, 8712.0, 8743.0, 8725.0, 8739.0, 8727.0, 8751.0, 8724.0, 8708.0, 8722.0, 8707.0, 8735.0, 8738.0, 8736.0, 8740.0, 8692.0, 8737.0, 8710.0, 8740.0, 8705.0, 8754.0, 8722.0, 8694.0, 8721.0, 8690.0, 8736.0, 8702.0, 8754.0, 8720.0, 8695.0, 8721.0, 8711.0, 8726.0, 8745.0, 8714.0, 8743.0, 8730.0, 8731.0, 8725.0, 8715.0, 8776.0, 8742.0, 8745.0, 8723.0, 8722.0, 8736.0, 8709.0, 8738.0, 8718.0, 8681.0, 8718.0, 8702.0, 8753.0, 8721.0, 8693.0, 8737.0, 8725.0, 8748.0, 8718.0, 8700.0, 8718.0, 8708.0, 8704.0, 8725.0, 8712.0, 8762.0, 8722.0, 8722.0, 8718.0, 8690.0, 8717.0, 8707.0, 8772.0, 8721.0, 8703.0, 8715.0, 8705.0, 8713.0, 8704.0, 8719.0, 8718.0, 8689.0, 8732.0, 8708.0, 8734.0, 8725.0, 8711.0, 8724.0, 8694.0, 8738.0, 8723.0, 8759.0, 8723.0, 8708.0, 8734.0, 8725.0, 8737.0, 8722.0, 8741.0, 8722.0, 8691.0, 8732.0, 8710.0, 8733.0, 8719.0, 8750.0, 8718.0, 8700.0, 8720.0, 8689.0, 8729.0, 8722.0, 8720.0, 8721.0, 8694.0, 8722.0, 8722.0, 8774.0, 8728.0, 8697.0, 8723.0, 8695.0, 8740.0, 8710.0, 8759.0, 8725.0, 8698.0, 8740.0, 8716.0, 8753.0, 8749.0, 8703.0, 8742.0, 8731.0, 8742.0, 8732.0, 8712.0, 8769.0, 8744.0, 8745.0, 8722.0, 8712.0, 8720.0, 8722.0, 8782.0, 8722.0, 8709.0, 8719.0, 8707.0, 8736.0, 8722.0, 8738.0, 8721.0, 8708.0, 8737.0, 8722.0, 8720.0, 8740.0, 8706.0, 8735.0, 8702.0, 8705.0, 8718.0, 8723.0, 8758.0, 8725.0, 8709.0, 8718.0, 8711.0, 8735.0, 8727.0, 8740.0, 8725.0, 8693.0, 8724.0, 8721.0, 8740.0, 8743.0, 8711.0, 8725.0, 8709.0, 8755.0, 8724.0, 8712.0, 8722.0, 8707.0, 8723.0, 8722.0, 8709.0, 8735.0, 8730.0, 8697.0, 8727.0, 8716.0, 8760.0, 8729.0, 8763.0, 8741.0, 8699.0, 8725.0, 8712.0, 8740.0, 8739.0, 8778.0, 8725.0, 8675.0, 8718.0, 8706.0, 8738.0, 8728.0, 8690.0, 8721.0, 8703.0, 8738.0, 8721.0, 8713.0, 8722.0, 8709.0, 8742.0, 8720.0, 8717.0, 8726.0, 8707.0, 8754.0, 8724.0, 8687.0, 8702.0, 8699.0, 8759.0, 8726.0, 8680.0, 8721.0, 8710.0, 8750.0, 8720.0, 8696.0, 8735.0, 8723.0, 8704.0, 8718.0, 8709.0, 8723.0, 8725.0, 8694.0, 8722.0, 8708.0, 8714.0, 8707.0, 8749.0, 8717.0, 8733.0, 8727.0, 8712.0, 8739.0, 8755.0, 8731.0, 8741.0, 8728.0, 8756.0, 8737.0, 8716.0, 8781.0, 8730.0, 8700.0, 8743.0, 8729.0, 8737.0, 8762.0, 8728.0, 8773.0, 8726.0, 8729.0, 8739.0, 8717.0, 8758.0, 8726.0, 8698.0, 8741.0, 8729.0, 8749.0, 8748.0, 8733.0, 8743.0, 8729.0, 8715.0, 8736.0, 8731.0, 8743.0, 8725.0, 8682.0, 8725.0, 8725.0, 8772.0, 8724.0, 8695.0, 8723.0, 8690.0, 8738.0, 8721.0, 8756.0, 8729.0, 8696.0, 8722.0, 8696.0, 8735.0, 8709.0, 8738.0, 8728.0, 8698.0, 8731.0, 8711.0, 8744.0, 8728.0, 8779.0, 8730.0, 8710.0, 8724.0, 8703.0, 8744.0, 8747.0, 8748.0, 8730.0, 8713.0, 8744.0, 8726.0, 8772.0, 8751.0, 8754.0, 8750.0, 8735.0, 8723.0, 8761.0, 8725.0, 8705.0, 8757.0, 8722.0, 8762.0, 8726.0, 8727.0, 8694.0, 8686.0, 8776.0, 8733.0, 8683.0, 8724.0, 8712.0, 8739.0, 8648.0, 8485.0, 8726.0, 8762.0, 8740.0, 8633.0, 8423.0, 8904.0, 8894.0, 8812.0, 8740.0, 8755.0, 8701.0, 8702.0, 8737.0, 8725.0, 8711.0, 8721.0, 8677.0, 8703.0, 8702.0, 8717.0, 8715.0, 8675.0, 8717.0, 8710.0, 8698.0, 8727.0, 8730.0, 8742.0, 8724.0, 8698.0, 8744.0, 8714.0, 8731.0, 8732.0, 8751.0, 8773.0, 8781.0, 8804.0, 8744.0, 8733.0, 8699.0, 8683.0, 8715.0, 8721.0, 8724.0, 8730.0, 8713.0, 8746.0, 8757.0, 8753.0, 8763.0, 8722.0, 8748.0, 8727.0, 8761.0, 8747.0, 8749.0, 8744.0, 8693.0, 8737.0, 8709.0, 8755.0, 8726.0, 8743.0, 8739.0, 8697.0, 8741.0, 8715.0, 8738.0, 8724.0, 8729.0, 8747.0, 8730.0, 8764.0, 8716.0, 8759.0, 8723.0, 8724.0, 8728.0, 8710.0, 8742.0, 8700.0, 8738.0, 8721.0, 8756.0, 8731.0, 8717.0, 8746.0, 8713.0, 8740.0, 8730.0, 8764.0, 8731.0, 8732.0, 8733.0, 8698.0, 8728.0, 8714.0, 8759.0, 8728.0, 8721.0, 8743.0, 8726.0, 8743.0, 8749.0, 8702.0, 8742.0, 8731.0, 8744.0, 8726.0, 8757.0, 8724.0, 8708.0, 8734.0, 8719.0, 8744.0, 8706.0, 8734.0, 8717.0, 8719.0, 8720.0, 8713.0, 8733.0, 8729.0, 8712.0, 8727.0, 8697.0, 8737.0, 8729.0, 8741.0, 8748.0, 8708.0, 8719.0, 8693.0, 8719.0, 8702.0, 8754.0, 8725.0, 8708.0, 8717.0, 8672.0, 8713.0, 8702.0, 8730.0, 8721.0, 8692.0, 8727.0, 8709.0, 8733.0, 8720.0, 8740.0, 8723.0, 8677.0, 8726.0, 8708.0, 8734.0, 8705.0, 8754.0, 8721.0, 8690.0, 8716.0, 8703.0, 8716.0, 8719.0, 8719.0, 8722.0, 8708.0, 8731.0, 8707.0, 8739.0, 8720.0, 8718.0, 8726.0, 8707.0, 8736.0, 8706.0, 8700.0, 8699.0, 8720.0, 8724.0, 8707.0, 8725.0, 8712.0, 8689.0, 8719.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.004963341317365269</td></tr>
<tr><td colspan=3>aqi</td><td>0.02747677988023952</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.753792947985566</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2145014728297359</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.058890372470023</td></tr>
<tr><td colspan=3>efc</td><td>0.4822</td></tr>
<tr><td colspan=3>fber</td><td>4979.7593</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1484209823257927</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>169</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.239520958083833</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.597327326719038</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5902867564245695</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8692619315914647</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3324332921410793</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109464</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007558141369372606</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028028974309563637</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.649558493191688</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>23.8921</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.5374</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.5495</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298817.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>752.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.5414</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9237</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.7874</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3049.6878</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3263.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77727.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>870.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4067.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>894.075</td></tr>
<tr><td colspan=3>tsnr</td><td>33.51274091331288</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>