ds005256-mriqc/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 37d14238cf [DATALAD RUNCMD] Compute MRIQC for sub-0132
=== 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-0132 --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-0132",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:14:38 +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-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-02/func/sub-0132_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>fb1f24a950f8e73084b0acee7ca5c713</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:04:5.672500</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.999763, 0.000754599, -0.0217516, 0.00244287, 0.989193, 0.146598]</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.0747491</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>[4215, -7775, -7219, 217, -77, -34, -76, 142]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>227.506</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1e51a71d-0d8e-4e56-9003-9b4f45d2842b||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.682291269302368, 0.006554048974066973, -0.05839334800839424, 114.35076141357422], [-0.00202453276142478, 2.653933048248291, 0.39586371183395386, -98.73192596435547], [-0.058357980102300644, -0.39331114292144775, 2.6701838970184326, -50.09911346435547], [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': ['200405.672500', '200406.132500', '200406.592500', '200407.052500', '200407.512500', '200407.972500', '200408.432500', '200408.892500', '200409.352500', '200409.812500', '200410.272500', '200410.732500', '200411.192500', '200411.652500', '200412.112500', '200412.572500', '200413.032500', '200413.492500', '200413.952500', '200414.412500', '200414.872500', '200415.332500', '200415.792500', '200416.252500', '200416.712500', '200417.172500', '200417.632500', '200418.092500', '200418.552500', '200419.012500', '200419.472500', '200419.932500', '200420.392500', '200420.852500', '200421.312500', '200421.772500', '200422.232500', '200422.692500', '200423.152500', '200423.612500', '200424.072500', '200424.532500', '200424.992500', '200425.452500', '200425.912500', '200426.372500', '200426.832500', '200427.292500', '200427.752500', '200428.212500', '200428.672500', '200429.132500', '200429.592500', '200430.052500', '200430.512500', '200430.972500', '200431.432500', '200431.892500', '200432.352500', '200432.812500', '200433.272500', '200433.732500', '200434.192500', '200434.652500', '200435.112500', '200435.572500', '200436.032500', '200436.492500', '200436.952500', '200437.412500', '200437.872500', '200438.332500', '200438.792500', '200439.252500', '200439.712500', '200440.172500', '200440.632500', '200441.092500', '200441.552500', '200442.012500', '200442.472500', '200442.932500', '200443.392500', '200443.852500', '200444.312500', '200444.772500', '200445.232500', '200445.692500', '200446.152500', '200446.612500', '200447.072500', '200447.532500', '200447.992500', '200448.452500', '200448.912500', '200449.372500', '200449.832500', '200450.292500', '200450.752500', '200451.212500', '200451.672500', '200452.132500', '200452.592500', '200453.052500', '200453.512500', '200453.972500', '200454.432500', '200454.892500', '200455.352500', '200455.812500', '200456.272500', '200456.732500', '200457.192500', '200457.652500', '200458.112500', '200458.572500', '200459.032500', '200459.492500', '200459.952500', '200500.412500', '200500.872500', '200501.332500', '200501.792500', '200502.252500', '200502.712500', '200503.172500', '200503.632500', '200504.092500', '200504.552500', '200505.012500', '200505.472500', '200505.932500', '200506.392500', '200506.852500', '200507.312500', '200507.772500', '200508.232500', '200508.692500', '200509.152500', '200509.612500', '200510.072500', '200510.532500', '200510.992500', '200511.452500', '200511.912500', '200512.372500', '200512.832500', '200513.292500', '200513.752500', '200514.212500', '200514.672500', '200515.132500', '200515.592500', '200516.052500', '200516.512500', '200516.972500', '200517.432500', '200517.892500', '200518.352500', '200518.812500', '200519.272500', '200519.732500', '200520.192500', '200520.652500', '200521.112500', '200521.572500', '200522.032500', '200522.492500', '200522.952500', '200523.412500', '200523.872500', '200524.332500', '200524.792500', '200525.252500', '200525.712500', '200526.172500', '200526.632500', '200527.092500', '200527.552500', '200528.012500', '200528.472500', '200528.932500', '200529.392500', '200529.852500', '200530.312500', '200530.772500', '200531.232500', '200531.692500', '200532.152500', '200532.612500', '200533.072500', '200533.532500', '200533.992500', '200534.452500', '200534.912500', '200535.372500', '200535.832500', '200536.292500', '200536.752500', '200537.212500', '200537.672500', '200538.132500', '200538.592500', '200539.052500', '200539.512500', '200539.972500', '200540.432500', '200540.892500', '200541.352500', '200541.812500', '200542.272500', '200542.732500', '200543.192500', '200543.652500', '200544.112500', '200544.572500', '200545.032500', '200545.492500', '200545.952500', '200546.412500', '200546.872500', '200547.332500', '200547.792500', '200548.252500', '200548.712500', '200549.172500', '200549.632500', '200550.092500', '200550.552500', '200551.012500', '200551.472500', '200551.932500', '200552.392500', '200552.852500', '200553.312500', '200553.772500', '200554.232500', '200554.692500', '200555.152500', '200555.612500', '200556.072500', '200556.532500', '200556.992500', '200557.452500', '200557.912500', '200558.372500', '200558.832500', '200559.292500', '200559.752500', '200600.212500', '200600.672500', '200601.132500', '200601.592500', '200602.052500', '200602.512500', '200602.972500', '200603.432500', '200603.892500', '200604.352500', '200604.812500', '200605.272500', '200605.732500', '200606.192500', '200606.652500', '200607.112500', '200607.572500', '200608.032500', '200608.492500', '200608.952500', '200609.412500', '200609.872500', '200610.332500', '200610.792500', '200611.252500', '200611.712500', '200612.172500', '200612.632500', '200613.092500', '200613.552500', '200614.012500', '200614.472500', '200614.932500', '200615.392500', '200615.852500', '200616.312500', '200616.772500', '200617.232500', '200617.692500', '200618.152500', '200618.612500', '200619.072500', '200619.532500', '200619.992500', '200620.452500', '200620.912500', '200621.372500', '200621.832500', '200622.292500', '200622.752500', '200623.212500', '200623.672500', '200624.132500', '200624.592500', '200625.052500', '200625.512500', '200625.972500', '200626.432500', '200626.892500', '200627.352500', '200627.812500', '200628.272500', '200628.732500', '200629.192500', '200629.652500', '200630.112500', '200630.572500', '200631.032500', '200631.492500', '200631.952500', '200632.412500', '200632.872500', '200633.332500', '200633.792500', '200634.252500', '200634.712500', '200635.172500', '200635.632500', '200636.092500', '200636.552500', '200637.012500', '200637.472500', '200637.932500', '200638.392500', '200638.852500', '200639.312500', '200639.772500', '200640.232500', '200640.692500', '200641.152500', '200641.612500', '200642.072500', '200642.532500', '200642.992500', '200643.452500', '200643.912500', '200644.372500', '200644.832500', '200645.292500', '200645.752500', '200646.212500', '200646.672500', '200647.132500', '200647.592500', '200648.052500', '200648.512500', '200648.972500', '200649.432500', '200649.892500', '200650.352500', '200650.812500', '200651.272500', '200651.732500', '200652.192500', '200652.652500', '200653.112500', '200653.572500', '200654.032500', '200654.492500', '200654.952500', '200655.412500', '200655.872500', '200656.332500', '200656.792500', '200657.252500', '200657.712500', '200658.172500', '200658.632500', '200659.092500', '200659.552500', '200700.012500', '200700.472500', '200700.932500', '200701.392500', '200701.852500', '200702.312500', '200702.772500', '200703.232500', '200703.692500', '200704.152500', '200704.612500', '200705.072500', '200705.532500', '200705.992500', '200706.452500', '200706.912500', '200707.372500', '200707.832500', '200708.292500', '200708.752500', '200709.212500', '200709.672500', '200710.132500', '200710.592500', '200711.052500', '200711.512500', '200711.972500', '200712.432500', '200712.892500', '200713.352500', '200713.812500', '200714.272500', '200714.732500', '200715.192500', '200715.652500', '200716.112500', '200716.572500', '200717.032500', '200717.492500', '200717.952500', '200718.412500', '200718.872500', '200719.332500', '200719.792500', '200720.252500', '200720.712500', '200721.172500', '200721.632500', '200722.092500', '200722.552500', '200723.012500', '200723.472500', '200723.932500', '200724.392500', '200724.852500', '200725.312500', '200725.772500', '200726.232500', '200726.692500', '200727.152500', '200727.612500', '200728.072500', '200728.532500', '200728.992500', '200729.452500', '200729.912500', '200730.372500', '200730.832500', '200731.292500', '200731.752500', '200732.212500', '200732.672500', '200733.132500', '200733.592500', '200734.052500', '200734.512500', '200734.972500', '200735.432500', '200735.892500', '200736.352500', '200736.812500', '200737.272500', '200737.732500', '200738.192500', '200738.652500', '200739.112500', '200739.572500', '200740.032500', '200740.492500', '200740.952500', '200741.412500', '200741.872500', '200742.332500', '200742.792500', '200743.252500', '200743.712500', '200744.172500', '200744.632500', '200745.092500', '200745.552500', '200746.012500', '200746.472500', '200746.932500', '200747.392500', '200747.852500', '200748.312500', '200748.772500', '200749.232500', '200749.692500', '200750.152500', '200750.612500', '200751.072500', '200751.532500', '200751.992500', '200752.452500', '200752.912500', '200753.372500', '200753.832500', '200754.292500', '200754.752500', '200755.212500', '200755.672500', '200756.132500', '200756.592500', '200757.052500', '200757.512500', '200757.972500', '200758.432500', '200758.892500', '200759.352500', '200759.812500', '200800.272500', '200800.732500', '200801.192500', '200801.652500', '200802.112500', '200802.572500', '200803.032500', '200803.492500', '200803.952500', '200804.412500', '200804.872500', '200805.332500', '200805.792500', '200806.252500', '200806.712500', '200807.172500', '200807.632500', '200808.092500', '200808.552500', '200809.012500', '200809.472500', '200809.932500', '200810.392500', '200810.852500', '200811.312500', '200811.772500', '200812.232500', '200812.692500', '200813.152500', '200813.612500', '200814.072500', '200814.532500', '200814.992500', '200815.452500', '200815.912500', '200816.372500', '200816.832500', '200817.292500', '200817.752500', '200818.212500', '200818.672500', '200819.132500', '200819.592500', '200820.052500', '200820.512500', '200820.972500', '200821.432500', '200821.892500', '200822.352500', '200822.812500', '200823.272500', '200823.732500', '200824.192500', '200824.652500', '200825.112500', '200825.572500', '200826.032500', '200826.492500', '200826.952500', '200827.412500', '200827.872500', '200828.332500', '200828.792500', '200829.252500', '200829.712500', '200830.172500', '200830.632500', '200831.092500', '200831.552500', '200832.012500', '200832.472500', '200832.932500', '200833.392500', '200833.852500', '200834.312500', '200834.772500', '200835.232500', '200835.692500', '200836.152500', '200836.612500', '200837.072500', '200837.532500', '200837.992500', '200838.452500', '200838.912500', '200839.372500', '200839.832500', '200840.292500', '200840.752500', '200841.212500', '200841.672500', '200842.132500', '200842.592500', '200843.052500', '200843.512500', '200843.972500', '200844.432500', '200844.892500', '200845.352500', '200845.812500', '200846.272500', '200846.732500', '200847.192500', '200847.652500', '200848.112500', '200848.572500', '200849.032500', '200849.492500', '200849.952500', '200850.412500', '200850.872500', '200851.332500', '200851.792500', '200852.252500', '200852.712500', '200853.172500', '200853.632500', '200854.092500', '200854.552500', '200855.012500', '200855.472500', '200855.932500', '200856.392500', '200856.852500', '200857.312500', '200857.772500', '200858.232500', '200858.692500', '200859.152500', '200859.612500', '200900.072500', '200900.532500', '200900.992500', '200901.452500', '200901.912500', '200902.372500', '200902.832500', '200903.292500', '200903.752500', '200904.212500', '200904.672500', '200905.132500', '200905.592500', '200906.052500', '200906.512500', '200906.972500', '200907.432500', '200907.892500', '200908.352500', '200908.812500', '200909.272500', '200909.732500', '200910.192500', '200910.652500', '200911.112500', '200911.572500', '200912.032500', '200912.492500', '200912.952500', '200913.412500', '200913.872500', '200914.332500', '200914.792500', '200915.252500', '200915.712500', '200916.172500', '200916.632500', '200917.092500', '200917.552500', '200918.012500', '200918.472500', '200918.932500', '200919.392500', '200919.852500', '200920.312500', '200920.772500', '200921.232500', '200921.692500', '200922.152500', '200922.612500', '200923.072500', '200923.532500', '200923.992500', '200924.452500', '200924.912500', '200925.372500', '200925.832500', '200926.292500', '200926.752500', '200927.212500', '200927.672500', '200928.132500', '200928.592500', '200929.052500', '200929.512500', '200929.972500', '200930.432500', '200930.892500', '200931.352500', '200931.812500', '200932.272500', '200932.732500', '200933.192500', '200933.652500', '200934.112500', '200934.572500', '200935.032500', '200935.492500', '200935.952500', '200936.412500', '200936.872500', '200937.332500', '200937.792500', '200938.252500', '200938.712500', '200939.172500', '200939.632500', '200940.092500', '200940.552500', '200941.012500', '200941.472500', '200941.932500', '200942.392500', '200942.852500', '200943.312500', '200943.772500', '200944.232500', '200944.692500', '200945.152500', '200945.612500', '200946.072500', '200946.532500', '200946.992500', '200947.452500', '200947.912500', '200948.372500', '200948.832500', '200949.292500', '200949.752500', '200950.212500', '200950.672500', '200951.132500', '200951.592500', '200952.052500', '200952.512500', '200952.972500', '200953.432500', '200953.892500', '200954.352500', '200954.812500', '200955.272500', '200955.732500', '200956.192500', '200956.652500', '200957.112500', '200957.572500', '200958.032500', '200958.492500', '200958.952500', '200959.412500', '200959.872500', '201000.332500', '201000.792500', '201001.252500', '201001.712500', '201002.172500', '201002.632500', '201003.092500', '201003.552500', '201004.012500', '201004.472500', '201004.932500', '201005.392500', '201005.852500', '201006.312500', '201006.772500', '201007.232500', '201007.692500', '201008.152500', '201008.612500', '201009.072500', '201009.532500', '201009.992500', '201010.452500', '201010.912500', '201011.372500', '201011.832500', '201012.292500', '201012.752500', '201013.212500', '201013.672500', '201014.132500', '201014.592500', '201015.052500', '201015.512500', '201015.972500', '201016.432500', '201016.892500', '201017.352500', '201017.812500', '201018.272500', '201018.732500', '201019.192500', '201019.652500', '201020.112500', '201020.572500', '201021.032500', '201021.492500', '201021.952500', '201022.412500', '201022.872500', '201023.332500', '201023.792500', '201024.252500', '201024.712500', '201025.172500', '201025.632500', '201026.092500', '201026.552500', '201027.012500', '201027.472500', '201027.932500', '201028.392500', '201028.852500', '201029.312500', '201029.772500', '201030.232500', '201030.692500', '201031.152500'], 'ContentTime': ['200434.961000', '200434.964000', '200434.967000', '200434.970000', '200434.972000', '200434.975000', '200434.978000', '200434.980000', '200434.983000', '200434.985000', '200434.988000', '200434.991000', '200434.993000', '200435.002000', '200435.005000', '200435.008000', '200435.010000', '200435.013000', '200435.016000', '200435.018000', '200435.021000', '200435.024000', '200435.026000', '200435.030000', '200435.032000', '200435.035000', '200435.037000', '200435.040000', '200435.043000', '200435.045000', '200435.048000', '200435.051000', '200435.053000', '200435.056000', '200435.058000', '200435.061000', '200435.064000', '200435.066000', '200435.069000', '200435.072000', '200435.074000', '200435.077000', '200435.079000', '200435.082000', '200435.085000', '200435.087000', '200435.090000', '200435.097000', '200435.100000', '200435.103000', '200435.105000', '200435.108000', '200435.111000', '200435.113000', '200435.116000', '200435.118000', '200435.121000', '200435.124000', '200435.126000', '200435.129000', '200454.924000', '200454.927000', '200454.930000', '200454.933000', '200454.935000', '200454.938000', '200454.941000', '200454.943000', '200454.946000', '200454.949000', '200454.951000', '200454.954000', '200454.957000', '200454.959000', '200454.962000', '200454.965000', '200454.967000', '200454.970000', '200454.972000', '200454.975000', '200454.978000', '200454.980000', '200454.983000', '200454.985000', '200454.988000', '200454.991000', '200454.993000', '200455.004000', '200455.006000', '200455.009000', '200455.012000', '200455.014000', '200455.017000', '200455.019000', '200455.022000', '200455.025000', '200455.027000', '200455.030000', '200455.033000', '200455.035000', '200455.038000', '200455.041000', '200455.043000', '200455.046000', '200514.925000', '200514.927000', '200514.930000', '200514.933000', '200514.935000', '200514.938000', '200514.941000', '200514.943000', '200514.960000', '200514.963000', '200514.965000', '200514.968000', '200514.971000', '200514.973000', '200514.976000', '200514.979000', '200514.981000', '200514.984000', '200514.986000', '200514.989000', '200514.992000', '200514.994000', '200514.997000', '200515.001000', '200515.003000', '200515.006000', '200515.009000', '200515.011000', '200515.014000', '200515.016000', '200515.019000', '200515.022000', '200515.024000', '200515.027000', '200515.029000', '200515.032000', '200515.035000', '200515.037000', '200515.040000', '200515.043000', '200515.046000', '200515.048000', '200515.051000', '200534.924000', '200534.927000', '200534.930000', '200534.933000', '200534.935000', '200534.938000', '200534.940000', '200534.943000', '200534.946000', '200534.948000', '200534.951000', '200534.954000', '200534.962000', '200534.965000', '200534.968000', '200534.970000', '200534.973000', '200534.976000', '200534.978000', '200534.981000', '200534.984000', '200534.986000', '200534.989000', '200534.992000', '200534.994000', '200534.997000', '200535.001000', '200535.003000', '200535.006000', '200535.008000', '200535.011000', '200535.014000', '200535.016000', '200535.019000', '200535.022000', '200535.024000', '200535.027000', '200535.029000', '200535.032000', '200535.035000', '200535.037000', '200535.040000', '200535.043000', '200535.045000', '200554.924000', '200554.928000', '200554.930000', '200554.933000', '200554.935000', '200554.938000', '200554.941000', '200554.944000', '200554.946000', '200554.950000', '200554.952000', '200554.955000', '200554.957000', '200554.960000', '200554.963000', '200554.966000', '200554.969000', '200554.971000', '200554.974000', '200554.977000', '200554.979000', '200554.982000', '200554.985000', '200554.987000', '200554.990000', '200554.992000', '200554.995000', '200554.997000', '200555.000000', '200555.003000', '200555.005000', '200555.008000', '200555.011000', '200555.013000', '200555.016000', '200555.019000', '200555.021000', '200555.024000', '200555.027000', '200555.029000', '200555.032000', '200555.034000', '200555.037000', '200614.925000', '200614.928000', '200614.931000', '200614.933000', '200614.936000', '200614.939000', '200614.941000', '200614.944000', '200614.947000', '200614.949000', '200614.952000', '200614.955000', '200614.957000', '200614.960000', '200614.963000', '200614.965000', '200614.968000', '200614.970000', '200614.973000', '200614.976000', '200614.979000', '200614.981000', '200614.984000', '200614.987000', '200614.989000', '200614.992000', '200614.995000', '200614.997000', '200615.001000', '200615.003000', '200615.006000', '200615.009000', '200615.011000', '200615.014000', '200615.017000', '200615.019000', '200615.022000', '200615.025000', '200615.027000', '200615.030000', '200615.032000', '200615.035000', '200615.038000', '200615.040000', '200634.924000', '200634.927000', '200634.930000', '200634.932000', '200634.935000', '200634.938000', '200634.941000', '200634.943000', '200634.946000', '200634.949000', '200634.951000', '200634.954000', '200634.957000', '200634.959000', '200634.962000', '200634.965000', '200634.967000', '200634.970000', '200634.973000', '200634.975000', '200634.978000', '200634.981000', '200634.983000', '200634.986000', '200634.988000', '200634.991000', '200634.993000', '200634.996000', '200635.000000', '200635.002000', '200635.005000', '200635.007000', '200635.010000', '200635.013000', '200635.015000', '200635.018000', '200635.020000', '200635.023000', '200635.026000', '200635.028000', '200635.031000', '200635.034000', '200635.036000', '200654.925000', '200654.928000', '200654.931000', '200654.934000', '200654.936000', '200654.939000', '200654.942000', '200654.944000', '200654.947000', '200654.950000', '200654.952000', '200654.955000', '200654.957000', '200654.960000', '200654.963000', '200654.965000', '200654.968000', '200654.971000', '200654.973000', '200654.976000', '200654.978000', '200654.981000', '200654.984000', '200654.986000', '200654.989000', '200654.992000', '200654.994000', '200654.997000', '200655.001000', '200655.003000', '200655.006000', '200655.009000', '200655.011000', '200655.014000', '200655.017000', '200655.019000', '200655.022000', '200655.024000', '200655.027000', '200655.030000', '200655.032000', '200655.035000', '200655.037000', '200714.925000', '200714.927000', '200714.930000', '200714.933000', '200714.936000', '200714.939000', '200714.941000', '200714.944000', '200714.947000', '200714.949000', '200714.952000', '200714.955000', '200714.957000', '200714.960000', '200714.963000', '200714.965000', '200714.968000', '200714.971000', '200714.973000', '200714.976000', '200714.979000', '200714.981000', '200714.984000', '200714.987000', '200714.989000', '200714.992000', '200714.995000', '200714.997000', '200715.001000', '200715.004000', '200715.006000', '200715.009000', '200715.012000', '200715.014000', '200715.017000', '200715.020000', '200715.022000', '200715.025000', '200715.028000', '200715.030000', '200715.033000', '200715.036000', '200715.038000', '200715.041000', '200734.924000', '200734.927000', '200734.930000', '200734.933000', '200734.935000', '200734.938000', '200734.941000', '200734.943000', '200734.946000', '200734.948000', '200734.951000', '200734.954000', '200734.956000', '200734.959000', '200734.963000', '200734.965000', '200734.968000', '200734.971000', '200734.974000', '200734.976000', '200734.979000', '200734.982000', '200734.984000', '200734.987000', '200734.989000', '200734.992000', '200734.995000', '200734.997000', '200735.001000', '200735.004000', '200735.006000', '200735.009000', '200735.012000', '200735.014000', '200735.017000', '200735.020000', '200735.022000', '200735.025000', '200735.028000', '200735.030000', '200735.033000', '200735.035000', '200735.038000', '200735.041000', '200754.925000', '200754.928000', '200754.931000', '200754.933000', '200754.936000', '200754.939000', '200754.942000', '200754.944000', '200754.947000', '200754.949000', '200754.952000', '200754.955000', '200754.957000', '200754.960000', '200754.963000', '200754.965000', '200754.968000', '200754.970000', '200754.973000', '200754.976000', '200754.978000', '200754.981000', '200754.984000', '200754.986000', '200754.989000', '200754.991000', '200754.994000', '200754.997000', '200755.000000', '200755.003000', '200755.006000', '200755.008000', '200755.011000', '200755.014000', '200755.017000', '200755.019000', '200755.022000', '200755.024000', '200755.027000', '200755.030000', '200755.032000', '200755.035000', '200755.038000', '200814.926000', '200814.929000', '200814.931000', '200814.934000', '200814.937000', '200814.939000', '200814.942000', '200814.945000', '200814.947000', '200814.950000', '200814.953000', '200814.955000', '200814.958000', '200814.961000', '200814.963000', '200814.966000', '200814.969000', '200814.971000', '200814.974000', '200814.976000', '200814.979000', '200814.982000', '200814.984000', '200814.987000', '200814.990000', '200814.992000', '200814.995000', '200814.998000', '200815.000000', '200815.013000', '200815.016000', '200815.019000', '200815.021000', '200815.024000', '200815.026000', '200815.029000', '200815.032000', '200815.034000', '200815.037000', '200815.039000', '200815.042000', '200815.044000', '200815.047000', '200834.925000', '200834.927000', '200834.931000', '200834.933000', '200834.936000', '200834.938000', '200834.941000', '200834.952000', '200834.954000', '200834.957000', '200834.960000', '200834.962000', '200834.965000', '200834.968000', '200834.970000', '200834.973000', '200834.976000', '200834.978000', '200834.981000', '200834.984000', '200834.986000', '200834.989000', '200834.992000', '200834.994000', '200834.997000', '200835.000000', '200835.003000', '200835.006000', '200835.008000', '200835.011000', '200835.014000', '200835.016000', '200835.019000', '200835.022000', '200835.024000', '200835.027000', '200835.030000', '200835.032000', '200835.035000', '200835.037000', '200835.040000', '200835.043000', '200835.045000', '200835.048000', '200854.924000', '200854.927000', '200854.930000', '200854.933000', '200854.935000', '200854.938000', '200854.941000', '200854.943000', '200854.946000', '200854.949000', '200854.952000', '200854.955000', '200854.958000', '200854.961000', '200854.963000', '200854.966000', '200854.968000', '200854.971000', '200854.974000', '200854.976000', '200854.979000', '200854.982000', '200854.984000', '200854.987000', '200854.990000', '200854.992000', '200854.995000', '200854.998000', '200855.002000', '200855.005000', '200855.008000', '200855.010000', '200855.013000', '200855.016000', '200855.018000', '200855.021000', '200855.024000', '200855.026000', '200855.029000', '200855.031000', '200855.034000', '200855.037000', '200855.039000', '200914.924000', '200914.928000', '200914.930000', '200914.933000', '200914.936000', '200914.938000', '200914.941000', '200914.944000', '200914.946000', '200914.949000', '200914.952000', '200914.954000', '200914.957000', '200914.960000', '200914.962000', '200914.965000', '200914.968000', '200914.971000', '200914.973000', '200914.976000', '200914.978000', '200914.982000', '200914.984000', '200914.987000', '200914.989000', '200914.992000', '200914.995000', '200914.997000', '200915.001000', '200915.004000', '200915.007000', '200915.009000', '200915.012000', '200915.015000', '200915.017000', '200915.020000', '200915.022000', '200915.025000', '200915.028000', '200915.030000', '200915.033000', '200915.036000', '200915.038000', '200915.041000', '200934.925000', '200934.927000', '200934.930000', '200934.933000', '200934.935000', '200934.938000', '200934.941000', '200934.943000', '200934.946000', '200934.948000', '200934.951000', '200934.954000', '200934.956000', '200934.959000', '200934.961000', '200934.964000', '200934.967000', '200934.970000', '200934.973000', '200934.976000', '200934.979000', '200934.981000', '200934.984000', '200934.987000', '200934.989000', '200934.992000', '200934.995000', '200934.997000', '200935.001000', '200935.004000', '200935.006000', '200935.009000', '200935.012000', '200935.014000', '200935.017000', '200935.019000', '200935.022000', '200935.025000', '200935.027000', '200935.030000', '200935.062000', '200935.067000', '200935.069000', '200954.925000', '200954.927000', '200954.930000', '200954.933000', '200954.935000', '200954.938000', '200954.940000', '200954.943000', '200954.946000', '200954.948000', '200954.951000', '200954.953000', '200954.956000', '200954.959000', '200954.961000', '200954.964000', '200954.966000', '200954.969000', '200954.971000', '200954.974000', '200954.977000', '200954.979000', '200954.982000', '200954.984000', '200954.987000', '200954.990000', '200954.992000', '200954.995000', '200954.998000', '200955.001000', '200955.004000', '200955.006000', '200955.009000', '200955.012000', '200955.014000', '200955.017000', '200955.020000', '200955.022000', '200955.025000', '200955.027000', '200955.030000', '200955.033000', '200955.035000', '200955.038000', '201014.925000', '201014.927000', '201014.930000', '201014.933000', '201014.935000', '201014.938000', '201014.941000', '201014.943000', '201014.946000', '201014.948000', '201014.951000', '201014.954000', '201014.956000', '201014.959000', '201014.962000', '201014.964000', '201014.967000', '201014.970000', '201014.973000', '201014.976000', '201014.979000', '201014.981000', '201014.984000', '201014.987000', '201014.989000', '201014.992000', '201014.995000', '201014.997000', '201015.001000', '201015.004000', '201015.006000', '201015.009000', '201015.012000', '201015.014000', '201015.017000', '201015.020000', '201015.022000', '201015.025000', '201015.028000', '201015.030000', '201015.033000', '201015.036000', '201015.039000', '201032.918000', '201032.922000', '201032.924000', '201032.927000', '201032.930000', '201032.933000', '201032.935000', '201032.938000', '201032.941000', '201032.944000', '201032.946000', '201032.954000', '201032.957000', '201032.960000', '201032.963000', '201032.966000', '201032.969000', '201032.972000', '201032.975000', '201032.978000', '201032.981000', '201032.983000', '201032.987000', '201032.990000', '201032.993000', '201032.995000', '201032.998000', '201033.002000', '201033.004000', '201033.007000', '201033.010000', '201033.013000', '201033.016000', '201033.019000', '201033.022000', '201033.024000', '201033.028000', '201033.031000', '201033.034000', '201033.037000'], 'InstanceCreationTime': ['200434.961000', '200434.964000', '200434.967000', '200434.970000', '200434.972000', '200434.975000', '200434.978000', '200434.980000', '200434.983000', '200434.985000', '200434.988000', '200434.991000', '200434.993000', '200435.002000', '200435.005000', '200435.008000', '200435.010000', '200435.013000', '200435.016000', '200435.018000', '200435.021000', '200435.024000', '200435.026000', '200435.030000', '200435.032000', '200435.035000', '200435.037000', '200435.040000', '200435.043000', '200435.045000', '200435.048000', '200435.051000', '200435.053000', '200435.056000', '200435.058000', '200435.061000', '200435.064000', '200435.066000', '200435.069000', '200435.072000', '200435.074000', '200435.077000', '200435.079000', '200435.082000', '200435.085000', '200435.087000', '200435.090000', '200435.097000', '200435.100000', '200435.103000', '200435.105000', '200435.108000', '200435.111000', '200435.113000', '200435.116000', '200435.118000', '200435.121000', '200435.124000', '200435.126000', '200435.129000', '200454.924000', '200454.927000', '200454.930000', '200454.933000', '200454.935000', '200454.938000', '200454.941000', '200454.943000', '200454.946000', '200454.949000', '200454.951000', '200454.954000', '200454.957000', '200454.959000', '200454.962000', '200454.965000', '200454.967000', '200454.970000', '200454.972000', '200454.975000', '200454.978000', '200454.980000', '200454.983000', '200454.985000', '200454.988000', '200454.991000', '200454.993000', '200455.004000', '200455.006000', '200455.009000', '200455.012000', '200455.014000', '200455.017000', '200455.019000', '200455.022000', '200455.025000', '200455.027000', '200455.030000', '200455.033000', '200455.035000', '200455.038000', '200455.041000', '200455.043000', '200455.046000', '200514.925000', '200514.927000', '200514.930000', '200514.933000', '200514.935000', '200514.938000', '200514.941000', '200514.943000', '200514.960000', '200514.963000', '200514.965000', '200514.968000', '200514.971000', '200514.973000', '200514.976000', '200514.979000', '200514.981000', '200514.984000', '200514.986000', '200514.989000', '200514.992000', '200514.994000', '200514.997000', '200515.001000', '200515.003000', '200515.006000', '200515.009000', '200515.011000', '200515.014000', '200515.016000', '200515.019000', '200515.022000', '200515.024000', '200515.027000', '200515.029000', '200515.032000', '200515.035000', '200515.037000', '200515.040000', '200515.043000', '200515.046000', '200515.048000', '200515.051000', '200534.924000', '200534.927000', '200534.930000', '200534.933000', '200534.935000', '200534.938000', '200534.940000', '200534.943000', '200534.946000', '200534.948000', '200534.951000', '200534.954000', '200534.962000', '200534.965000', '200534.968000', '200534.970000', '200534.973000', '200534.976000', '200534.978000', '200534.981000', '200534.984000', '200534.986000', '200534.989000', '200534.992000', '200534.994000', '200534.997000', '200535.001000', '200535.003000', '200535.006000', '200535.008000', '200535.011000', '200535.014000', '200535.016000', '200535.019000', '200535.022000', '200535.024000', '200535.027000', '200535.029000', '200535.032000', '200535.035000', '200535.037000', '200535.040000', '200535.043000', '200535.045000', '200554.924000', '200554.928000', '200554.930000', '200554.933000', '200554.935000', '200554.938000', '200554.941000', '200554.944000', '200554.946000', '200554.950000', '200554.952000', '200554.955000', '200554.957000', '200554.960000', '200554.963000', '200554.966000', '200554.969000', '200554.971000', '200554.974000', '200554.977000', '200554.979000', '200554.982000', '200554.985000', '200554.987000', '200554.990000', '200554.992000', '200554.995000', '200554.997000', '200555.000000', '200555.003000', '200555.005000', '200555.008000', '200555.011000', '200555.013000', '200555.016000', '200555.019000', '200555.021000', '200555.024000', '200555.027000', '200555.029000', '200555.032000', '200555.034000', '200555.037000', '200614.925000', '200614.928000', '200614.931000', '200614.933000', '200614.936000', '200614.939000', '200614.941000', '200614.944000', '200614.947000', '200614.949000', '200614.952000', '200614.955000', '200614.957000', '200614.960000', '200614.963000', '200614.965000', '200614.968000', '200614.970000', '200614.973000', '200614.976000', '200614.979000', '200614.981000', '200614.984000', '200614.987000', '200614.989000', '200614.992000', '200614.995000', '200614.997000', '200615.001000', '200615.003000', '200615.006000', '200615.009000', '200615.011000', '200615.014000', '200615.017000', '200615.019000', '200615.022000', '200615.025000', '200615.027000', '200615.030000', '200615.032000', '200615.035000', '200615.038000', '200615.040000', '200634.924000', '200634.927000', '200634.930000', '200634.932000', '200634.935000', '200634.938000', '200634.941000', '200634.943000', '200634.946000', '200634.949000', '200634.951000', '200634.954000', '200634.957000', '200634.959000', '200634.962000', '200634.965000', '200634.967000', '200634.970000', '200634.973000', '200634.975000', '200634.978000', '200634.981000', '200634.983000', '200634.986000', '200634.988000', '200634.991000', '200634.993000', '200634.996000', '200635.000000', '200635.002000', '200635.005000', '200635.007000', '200635.010000', '200635.013000', '200635.015000', '200635.018000', '200635.020000', '200635.023000', '200635.026000', '200635.028000', '200635.031000', '200635.034000', '200635.036000', '200654.925000', '200654.928000', '200654.931000', '200654.934000', '200654.936000', '200654.939000', '200654.942000', '200654.944000', '200654.947000', '200654.950000', '200654.952000', '200654.955000', '200654.957000', '200654.960000', '200654.963000', '200654.965000', '200654.968000', '200654.971000', '200654.973000', '200654.976000', '200654.978000', '200654.981000', '200654.984000', '200654.986000', '200654.989000', '200654.992000', '200654.994000', '200654.997000', '200655.001000', '200655.003000', '200655.006000', '200655.009000', '200655.011000', '200655.014000', '200655.017000', '200655.019000', '200655.022000', '200655.024000', '200655.027000', '200655.030000', '200655.032000', '200655.035000', '200655.037000', '200714.925000', '200714.927000', '200714.930000', '200714.933000', '200714.936000', '200714.939000', '200714.941000', '200714.944000', '200714.947000', '200714.949000', '200714.952000', '200714.955000', '200714.957000', '200714.960000', '200714.963000', '200714.965000', '200714.968000', '200714.971000', '200714.973000', '200714.976000', '200714.979000', '200714.981000', '200714.984000', '200714.987000', '200714.989000', '200714.992000', '200714.995000', '200714.997000', '200715.001000', '200715.004000', '200715.006000', '200715.009000', '200715.012000', '200715.014000', '200715.017000', '200715.020000', '200715.022000', '200715.025000', '200715.028000', '200715.030000', '200715.033000', '200715.036000', '200715.038000', '200715.041000', '200734.924000', '200734.927000', '200734.930000', '200734.933000', '200734.935000', '200734.938000', '200734.941000', '200734.943000', '200734.946000', '200734.948000', '200734.951000', '200734.954000', '200734.956000', '200734.959000', '200734.963000', '200734.965000', '200734.968000', '200734.971000', '200734.974000', '200734.976000', '200734.979000', '200734.982000', '200734.984000', '200734.987000', '200734.989000', '200734.992000', '200734.995000', '200734.997000', '200735.001000', '200735.004000', '200735.006000', '200735.009000', '200735.012000', '200735.014000', '200735.017000', '200735.020000', '200735.022000', '200735.025000', '200735.028000', '200735.030000', '200735.033000', '200735.035000', '200735.038000', '200735.041000', '200754.925000', '200754.928000', '200754.931000', '200754.933000', '200754.936000', '200754.939000', '200754.942000', '200754.944000', '200754.947000', '200754.949000', '200754.952000', '200754.955000', '200754.957000', '200754.960000', '200754.963000', '200754.965000', '200754.968000', '200754.970000', '200754.973000', '200754.976000', '200754.978000', '200754.981000', '200754.984000', '200754.986000', '200754.989000', '200754.991000', '200754.994000', '200754.997000', '200755.000000', '200755.003000', '200755.006000', '200755.008000', '200755.011000', '200755.014000', '200755.017000', '200755.019000', '200755.022000', '200755.024000', '200755.027000', '200755.030000', '200755.032000', '200755.035000', '200755.038000', '200814.926000', '200814.929000', '200814.931000', '200814.934000', '200814.937000', '200814.939000', '200814.942000', '200814.945000', '200814.947000', '200814.950000', '200814.953000', '200814.955000', '200814.958000', '200814.961000', '200814.963000', '200814.966000', '200814.969000', '200814.971000', '200814.974000', '200814.976000', '200814.979000', '200814.982000', '200814.984000', '200814.987000', '200814.990000', '200814.992000', '200814.995000', '200814.998000', '200815.000000', '200815.013000', '200815.016000', '200815.019000', '200815.021000', '200815.024000', '200815.026000', '200815.029000', '200815.032000', '200815.034000', '200815.037000', '200815.039000', '200815.042000', '200815.044000', '200815.047000', '200834.925000', '200834.927000', '200834.931000', '200834.933000', '200834.936000', '200834.938000', '200834.941000', '200834.952000', '200834.954000', '200834.957000', '200834.960000', '200834.962000', '200834.965000', '200834.968000', '200834.970000', '200834.973000', '200834.976000', '200834.978000', '200834.981000', '200834.984000', '200834.986000', '200834.989000', '200834.992000', '200834.994000', '200834.997000', '200835.000000', '200835.003000', '200835.006000', '200835.008000', '200835.011000', '200835.014000', '200835.016000', '200835.019000', '200835.022000', '200835.024000', '200835.027000', '200835.030000', '200835.032000', '200835.035000', '200835.037000', '200835.040000', '200835.043000', '200835.045000', '200835.048000', '200854.924000', '200854.927000', '200854.930000', '200854.933000', '200854.935000', '200854.938000', '200854.941000', '200854.943000', '200854.946000', '200854.949000', '200854.952000', '200854.955000', '200854.958000', '200854.961000', '200854.963000', '200854.966000', '200854.968000', '200854.971000', '200854.974000', '200854.976000', '200854.979000', '200854.982000', '200854.984000', '200854.987000', '200854.990000', '200854.992000', '200854.995000', '200854.998000', '200855.002000', '200855.005000', '200855.008000', '200855.010000', '200855.013000', '200855.016000', '200855.018000', '200855.021000', '200855.024000', '200855.026000', '200855.029000', '200855.031000', '200855.034000', '200855.037000', '200855.039000', '200914.924000', '200914.928000', '200914.930000', '200914.933000', '200914.936000', '200914.938000', '200914.941000', '200914.944000', '200914.946000', '200914.949000', '200914.952000', '200914.954000', '200914.957000', '200914.960000', '200914.962000', '200914.965000', '200914.968000', '200914.971000', '200914.973000', '200914.976000', '200914.978000', '200914.982000', '200914.984000', '200914.987000', '200914.989000', '200914.992000', '200914.995000', '200914.997000', '200915.001000', '200915.004000', '200915.007000', '200915.009000', '200915.012000', '200915.015000', '200915.017000', '200915.020000', '200915.022000', '200915.025000', '200915.028000', '200915.030000', '200915.033000', '200915.036000', '200915.038000', '200915.041000', '200934.925000', '200934.927000', '200934.930000', '200934.933000', '200934.935000', '200934.938000', '200934.941000', '200934.943000', '200934.946000', '200934.948000', '200934.951000', '200934.954000', '200934.956000', '200934.959000', '200934.961000', '200934.964000', '200934.967000', '200934.970000', '200934.973000', '200934.976000', '200934.979000', '200934.981000', '200934.984000', '200934.987000', '200934.989000', '200934.992000', '200934.995000', '200934.997000', '200935.001000', '200935.004000', '200935.006000', '200935.009000', '200935.012000', '200935.014000', '200935.017000', '200935.019000', '200935.022000', '200935.025000', '200935.027000', '200935.030000', '200935.062000', '200935.067000', '200935.069000', '200954.925000', '200954.927000', '200954.930000', '200954.933000', '200954.935000', '200954.938000', '200954.940000', '200954.943000', '200954.946000', '200954.948000', '200954.951000', '200954.953000', '200954.956000', '200954.959000', '200954.961000', '200954.964000', '200954.966000', '200954.969000', '200954.971000', '200954.974000', '200954.977000', '200954.979000', '200954.982000', '200954.984000', '200954.987000', '200954.990000', '200954.992000', '200954.995000', '200954.998000', '200955.001000', '200955.004000', '200955.006000', '200955.009000', '200955.012000', '200955.014000', '200955.017000', '200955.020000', '200955.022000', '200955.025000', '200955.027000', '200955.030000', '200955.033000', '200955.035000', '200955.038000', '201014.925000', '201014.927000', '201014.930000', '201014.933000', '201014.935000', '201014.938000', '201014.941000', '201014.943000', '201014.946000', '201014.948000', '201014.951000', '201014.954000', '201014.956000', '201014.959000', '201014.962000', '201014.964000', '201014.967000', '201014.970000', '201014.973000', '201014.976000', '201014.979000', '201014.981000', '201014.984000', '201014.987000', '201014.989000', '201014.992000', '201014.995000', '201014.997000', '201015.001000', '201015.004000', '201015.006000', '201015.009000', '201015.012000', '201015.014000', '201015.017000', '201015.020000', '201015.022000', '201015.025000', '201015.028000', '201015.030000', '201015.033000', '201015.036000', '201015.039000', '201032.918000', '201032.922000', '201032.924000', '201032.927000', '201032.930000', '201032.933000', '201032.935000', '201032.938000', '201032.941000', '201032.944000', '201032.946000', '201032.954000', '201032.957000', '201032.960000', '201032.963000', '201032.966000', '201032.969000', '201032.972000', '201032.975000', '201032.978000', '201032.981000', '201032.983000', '201032.987000', '201032.990000', '201032.993000', '201032.995000', '201032.998000', '201033.002000', '201033.004000', '201033.007000', '201033.010000', '201033.013000', '201033.016000', '201033.019000', '201033.022000', '201033.024000', '201033.028000', '201033.031000', '201033.034000', '201033.037000'], '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': [10964, 8160, 11998, 7561, 10483, 8374, 9259, 7744, 7761, 9882, 7596, 8662, 7577, 8593, 13113, 8613, 9555, 15629, 8187, 10120, 8063, 7874, 10599, 7819, 9011, 7520, 7622, 9896, 7469, 8947, 6817, 7451, 9456, 7348, 8555, 8320, 7499, 10127, 7380, 8548, 10748, 7321, 10349, 7827, 8422, 6986, 7326, 9409, 7692, 8897, 7233, 8319, 7213, 8054, 11214, 7635, 10360, 7714, 7656, 12400, 7550, 10626, 7413, 7882, 12261, 8053, 8170, 7522, 8045, 8969, 7387, 7910, 7279, 7210, 7244, 7204, 6951, 7040, 6967, 7361, 7543, 7747, 10727, 7340, 13765, 9122, 9799, 15777, 7306, 8474, 7736, 7821, 7396, 7183, 9777, 7112, 7910, 7031, 7503, 9339, 7160, 8110, 7368, 7516, 8740, 6985, 10407, 7714, 8010, 7606, 8034, 7072, 8109, 7267, 9211, 7573, 8058, 11397, 8597, 14305, 9590, 14497, 7625, 7919, 14563, 7312, 12633, 7068, 8913, 7046, 7574, 11527, 7411, 9499, 7247, 7214, 9949, 7391, 8862, 7025, 7315, 11043, 7220, 9073, 7043, 8358, 7349, 9397, 7098, 8377, 7409, 7875, 12218, 7529, 11349, 7108, 8825, 8740, 7913, 13230, 7465, 9394, 7468, 8292, 8636, 7420, 11238, 7329, 8451, 7849, 8344, 7084, 8364, 8010, 7501, 11237, 7650, 10444, 7530, 7909, 12609, 7022, 10582, 7262, 8221, 7335, 7157, 9121, 7399, 8864, 7369, 7701, 9898, 7376, 8488, 7746, 8471, 7342, 7102, 10568, 7027, 9294, 7388, 8076, 8890, 7625, 9526, 7588, 9556, 7143, 7900, 11966, 7371, 11813, 6896, 8876, 10296, 7610, 11242, 6971, 8929, 6923, 7542, 11061, 7179, 9215, 7173, 7218, 10604, 7068, 8943, 7354, 8755, 7049, 7639, 9967, 7773, 11616, 7198, 9144, 7238, 7882, 12192, 7130, 8873, 7181, 7910, 12127, 7545, 10248, 6845, 8837, 7080, 7868, 11072, 7079, 8569, 7274, 8155, 8339, 8398, 10809, 7068, 8752, 7086, 7726, 11039, 7229, 8676, 8060, 8909, 7710, 8389, 7529, 7408, 9899, 7229, 11382, 7164, 9349, 7311, 8046, 12799, 7746, 12268, 7282, 8949, 10735, 7282, 10355, 7180, 8516, 7004, 7971, 7307, 7644, 6943, 7101, 10862, 7305, 9795, 7420, 8003, 11076, 7603, 12179, 8422, 11355, 7541, 8944, 7434, 8824, 8025, 10262, 7412, 8439, 9170, 7579, 12424, 7604, 9848, 7445, 7619, 12002, 7144, 9801, 7286, 8577, 12356, 7266, 9426, 7130, 9172, 6979, 7972, 7621, 7771, 10912, 7025, 8846, 7091, 7962, 9713, 7745, 12030, 7436, 10028, 8316, 7751, 13866, 7057, 8651, 7057, 8045, 7344, 7279, 9570, 7448, 9616, 7764, 9073, 7278, 7617, 12479, 7580, 11098, 7489, 8436, 13121, 7220, 10796, 7047, 9107, 7024, 7572, 9821, 7530, 9022, 7485, 8855, 7788, 8595, 7595, 7279, 8711, 7313, 11271, 7215, 9885, 7539, 10112, 7517, 8229, 9553, 7614, 12032, 7518, 10214, 7708, 8236, 10388, 7554, 9717, 7540, 9264, 7157, 7178, 10703, 7406, 9659, 7177, 7123, 11794, 7633, 9434, 7244, 7703, 11795, 7277, 8826, 7544, 7804, 11056, 7706, 10012, 7119, 8289, 11468, 7277, 8803, 7505, 7889, 11440, 7196, 8970, 7120, 7820, 9642, 7682, 8907, 7284, 7096, 9714, 7196, 8117, 12338, 7502, 8789, 7770, 7620, 11613, 7587, 9223, 7107, 8242, 10587, 7377, 10048, 7089, 8972, 6941, 7851, 6881, 7818, 9977, 6968, 9266, 8205, 9262, 7168, 7772, 12590, 7276, 10485, 8048, 9057, 7449, 7047, 10995, 7807, 10250, 7517, 8700, 7555, 9263, 7316, 9120, 7838, 8955, 7773, 9287, 8217, 12158, 7602, 12714, 8784, 11840, 8075, 8147, 14038, 7522, 11928, 7435, 8879, 7025, 8490, 9313, 7995, 10721, 7277, 8556, 6945, 8096, 8737, 7508, 9989, 7675, 8728, 10532, 7621, 12448, 6968, 8752, 10908, 7889, 12961, 7352, 8719, 7842, 7471, 12115, 7146, 8920, 7240, 8411, 10774, 7473, 11139, 7182, 9023, 12397, 7462, 11728, 7090, 9245, 13025, 7583, 10015, 7295, 8015, 11250, 7204, 9298, 7487, 8324, 7809, 6862, 9596, 7490, 9102, 7055, 7834, 12743, 7222, 11452, 8204, 9106, 13759, 7324, 12768, 8264, 8750, 14648, 6994, 9145, 8303, 8421, 8022, 7495, 10787, 7222, 9521, 7156, 9317, 7406, 8410, 11355, 7664, 12375, 7185, 9101, 7537, 7991, 12319, 7280, 8954, 7802, 8558, 7329, 7904, 11850, 7285, 9649, 8980, 7575, 10540, 7240, 9064, 7189, 7646, 10884, 7296, 8676, 7342, 8525, 9096, 7575, 12628, 7405, 9592, 8368, 8930, 7826, 9854, 10659, 8442, 10704, 7640, 7498, 7324, 11112, 7469, 10784, 8258, 10745, 7706, 8453, 7579, 7946, 7671, 7484, 12590, 7419, 10501, 8358, 9048, 7818, 7779, 11908, 7511, 9976, 7346, 8513, 7316, 8689, 7464, 8013, 7945, 7465, 10661, 8425, 10663, 7649, 9201, 7390, 8101, 10586, 7694, 13950, 7754, 11218, 7577, 8508, 7214, 7434, 10043, 7342, 9846, 7776, 9231, 7345, 9171, 8177, 9107, 7514, 8834, 8271, 11323, 8473, 12534, 8284, 12142, 7397, 11077, 8341, 12759, 7230, 8836, 7129, 7748, 14212, 7701, 11451, 7167, 9286, 7412, 8512, 8863, 7729, 10304, 7330, 9396, 8043, 8533, 7162, 8428, 7542, 7856, 11884, 7781, 10815, 7195, 9105, 7588, 7870, 13266, 7495, 9230, 7684, 8814, 11613, 7572, 11318, 7039, 9314, 7086, 8139, 8889, 7314, 9935, 7469, 9145, 7654, 8147, 12848, 7746, 9905, 7570, 9356, 7345, 7805, 11103, 7421, 9747, 7861, 8131, 14360, 7383, 9495, 8158, 9245, 10286, 7548, 10585, 7101, 9245, 7076, 7684, 9804, 7435, 9526, 7733, 9261, 7265, 8879, 7414, 8610, 7713, 8214, 7814, 8287, 12703, 8102, 12087, 7927, 11014, 8021, 13213, 9483, 9638, 7966, 7957, 9293, 8276, 13930, 7639, 11610, 7409, 10151, 8402, 9892, 7434, 8451, 9104, 7802, 12165, 7851, 10332, 7144, 9343, 7221, 8531, 7795, 7615, 10532, 7540, 9954, 8249, 9403, 7911, 7333, 11203, 7651, 10093, 7323, 8950, 7740, 8618, 7352, 7958, 12241, 7713, 10467, 8245, 9337, 7684, 7753, 11627, 7300], 'WindowCenter': [4233.0, 4176.0, 4213.0, 4160.0, 4201.0, 4170.0, 4175.0, 4157.0, 4154.0, 4174.0, 4158.0, 4166.0, 4142.0, 4166.0, 4195.0, 4142.0, 4153.0, 4191.0, 4142.0, 4150.0, 4115.0, 4118.0, 4135.0, 4105.0, 4124.0, 4091.0, 4104.0, 4135.0, 4106.0, 4138.0, 4095.0, 4108.0, 4136.0, 4105.0, 4139.0, 4126.0, 4118.0, 4147.0, 4117.0, 4140.0, 4158.0, 4119.0, 4161.0, 4119.0, 4131.0, 4106.0, 4120.0, 4150.0, 4130.0, 4151.0, 4132.0, 4154.0, 4133.0, 4155.0, 4183.0, 4143.0, 4162.0, 4131.0, 4144.0, 4183.0, 4133.0, 4172.0, 4132.0, 4142.0, 4181.0, 4141.0, 4141.0, 4129.0, 4143.0, 4149.0, 4131.0, 4142.0, 4130.0, 4133.0, 4131.0, 4144.0, 4133.0, 4146.0, 4147.0, 4159.0, 4156.0, 4158.0, 4185.0, 4148.0, 4209.0, 4164.0, 4175.0, 4203.0, 4133.0, 4142.0, 4131.0, 4131.0, 4129.0, 4121.0, 4161.0, 4120.0, 4142.0, 4120.0, 4132.0, 4149.0, 4120.0, 4142.0, 4129.0, 4132.0, 4139.0, 4131.0, 4173.0, 4154.0, 4154.0, 4155.0, 4154.0, 4158.0, 4180.0, 4158.0, 4177.0, 4169.0, 4168.0, 4184.0, 4155.0, 4203.0, 4165.0, 4193.0, 4130.0, 4144.0, 4202.0, 4130.0, 4181.0, 4119.0, 4140.0, 4107.0, 4129.0, 4168.0, 4119.0, 4150.0, 4116.0, 4120.0, 4147.0, 4117.0, 4137.0, 4107.0, 4120.0, 4169.0, 4129.0, 4151.0, 4132.0, 4142.0, 4145.0, 4163.0, 4131.0, 4152.0, 4130.0, 4143.0, 4181.0, 4133.0, 4170.0, 4120.0, 4152.0, 4139.0, 4131.0, 4179.0, 4120.0, 4139.0, 4118.0, 4140.0, 4137.0, 4119.0, 4156.0, 4119.0, 4140.0, 4130.0, 4139.0, 4120.0, 4140.0, 4129.0, 4130.0, 4159.0, 4120.0, 4160.0, 4117.0, 4130.0, 4168.0, 4108.0, 4160.0, 4106.0, 4128.0, 4104.0, 4107.0, 4135.0, 4116.0, 4138.0, 4117.0, 4128.0, 4147.0, 4118.0, 4138.0, 4129.0, 4140.0, 4118.0, 4121.0, 4160.0, 4121.0, 4150.0, 4119.0, 4141.0, 4149.0, 4131.0, 4151.0, 4131.0, 4150.0, 4119.0, 4142.0, 4169.0, 4121.0, 4169.0, 4119.0, 4152.0, 4158.0, 4130.0, 4158.0, 4117.0, 4139.0, 4118.0, 4130.0, 4158.0, 4117.0, 4137.0, 4106.0, 4119.0, 4158.0, 4119.0, 4138.0, 4117.0, 4140.0, 4118.0, 4130.0, 4159.0, 4130.0, 4168.0, 4120.0, 4150.0, 4118.0, 4130.0, 4167.0, 4107.0, 4137.0, 4119.0, 4128.0, 4168.0, 4117.0, 4147.0, 4107.0, 4138.0, 4107.0, 4129.0, 4158.0, 4117.0, 4139.0, 4118.0, 4141.0, 4138.0, 4140.0, 4158.0, 4120.0, 4150.0, 4119.0, 4130.0, 4159.0, 4129.0, 4138.0, 4141.0, 4150.0, 4131.0, 4140.0, 4130.0, 4132.0, 4160.0, 4132.0, 4171.0, 4120.0, 4150.0, 4130.0, 4142.0, 4180.0, 4129.0, 4169.0, 4117.0, 4150.0, 4157.0, 4117.0, 4146.0, 4108.0, 4137.0, 4120.0, 4139.0, 4129.0, 4131.0, 4119.0, 4133.0, 4172.0, 4133.0, 4163.0, 4131.0, 4144.0, 4172.0, 4143.0, 4183.0, 4152.0, 4171.0, 4132.0, 4162.0, 4144.0, 4162.0, 4144.0, 4172.0, 4132.0, 4153.0, 4150.0, 4132.0, 4181.0, 4131.0, 4148.0, 4118.0, 4131.0, 4168.0, 4108.0, 4148.0, 4117.0, 4139.0, 4168.0, 4119.0, 4137.0, 4119.0, 4148.0, 4118.0, 4142.0, 4130.0, 4132.0, 4170.0, 4121.0, 4153.0, 4122.0, 4143.0, 4150.0, 4132.0, 4180.0, 4130.0, 4162.0, 4128.0, 4119.0, 4179.0, 4108.0, 4139.0, 4107.0, 4129.0, 4130.0, 4120.0, 4149.0, 4120.0, 4150.0, 4131.0, 4151.0, 4118.0, 4131.0, 4180.0, 4131.0, 4161.0, 4119.0, 4141.0, 4179.0, 4120.0, 4159.0, 4108.0, 4149.0, 4107.0, 4129.0, 4147.0, 4129.0, 4149.0, 4130.0, 4152.0, 4131.0, 4140.0, 4130.0, 4132.0, 4141.0, 4132.0, 4171.0, 4144.0, 4186.0, 4155.0, 4176.0, 4132.0, 4142.0, 4148.0, 4130.0, 4170.0, 4120.0, 4159.0, 4129.0, 4141.0, 4159.0, 4130.0, 4150.0, 4129.0, 4151.0, 4118.0, 4120.0, 4160.0, 4130.0, 4152.0, 4118.0, 4123.0, 4170.0, 4130.0, 4150.0, 4120.0, 4141.0, 4183.0, 4144.0, 4153.0, 4131.0, 4132.0, 4169.0, 4131.0, 4161.0, 4120.0, 4141.0, 4169.0, 4119.0, 4138.0, 4119.0, 4129.0, 4168.0, 4118.0, 4140.0, 4107.0, 4130.0, 4149.0, 4128.0, 4150.0, 4116.0, 4119.0, 4148.0, 4108.0, 4130.0, 4167.0, 4117.0, 4138.0, 4129.0, 4130.0, 4168.0, 4129.0, 4138.0, 4118.0, 4153.0, 4184.0, 4142.0, 4171.0, 4132.0, 4151.0, 4121.0, 4142.0, 4119.0, 4132.0, 4160.0, 4121.0, 4151.0, 4143.0, 4151.0, 4121.0, 4143.0, 4180.0, 4132.0, 4175.0, 4157.0, 4153.0, 4131.0, 4122.0, 4170.0, 4130.0, 4159.0, 4119.0, 4140.0, 4129.0, 4150.0, 4132.0, 4164.0, 4145.0, 4165.0, 4146.0, 4162.0, 4155.0, 4185.0, 4144.0, 4195.0, 4156.0, 4195.0, 4130.0, 4131.0, 4180.0, 4130.0, 4180.0, 4129.0, 4149.0, 4118.0, 4151.0, 4149.0, 4140.0, 4157.0, 4130.0, 4152.0, 4119.0, 4143.0, 4151.0, 4133.0, 4162.0, 4141.0, 4154.0, 4160.0, 4132.0, 4181.0, 4120.0, 4152.0, 4160.0, 4131.0, 4180.0, 4120.0, 4141.0, 4130.0, 4121.0, 4169.0, 4120.0, 4140.0, 4120.0, 4141.0, 4159.0, 4121.0, 4159.0, 4120.0, 4151.0, 4168.0, 4118.0, 4169.0, 4107.0, 4150.0, 4178.0, 4117.0, 4148.0, 4106.0, 4129.0, 4157.0, 4118.0, 4139.0, 4119.0, 4128.0, 4116.0, 4109.0, 4149.0, 4131.0, 4152.0, 4120.0, 4142.0, 4182.0, 4131.0, 4172.0, 4140.0, 4151.0, 4179.0, 4118.0, 4182.0, 4129.0, 4128.0, 4176.0, 4118.0, 4151.0, 4129.0, 4129.0, 4127.0, 4117.0, 4156.0, 4117.0, 4147.0, 4118.0, 4149.0, 4118.0, 4140.0, 4159.0, 4130.0, 4169.0, 4108.0, 4138.0, 4118.0, 4118.0, 4155.0, 4106.0, 4136.0, 4118.0, 4139.0, 4117.0, 4127.0, 4157.0, 4117.0, 4148.0, 4136.0, 4118.0, 4146.0, 4117.0, 4140.0, 4107.0, 4118.0, 4158.0, 4119.0, 4139.0, 4130.0, 4152.0, 4151.0, 4132.0, 4181.0, 4131.0, 4161.0, 4142.0, 4151.0, 4131.0, 4163.0, 4160.0, 4142.0, 4162.0, 4131.0, 4121.0, 4133.0, 4171.0, 4133.0, 4172.0, 4141.0, 4160.0, 4118.0, 4142.0, 4119.0, 4132.0, 4119.0, 4122.0, 4170.0, 4122.0, 4163.0, 4131.0, 4141.0, 4117.0, 4121.0, 4158.0, 4119.0, 4149.0, 4120.0, 4140.0, 4133.0, 4142.0, 4121.0, 4132.0, 4130.0, 4122.0, 4162.0, 4142.0, 4161.0, 4131.0, 4152.0, 4121.0, 4132.0, 4160.0, 4132.0, 4190.0, 4120.0, 4161.0, 4118.0, 4128.0, 4106.0, 4107.0, 4149.0, 4119.0, 4147.0, 4119.0, 4138.0, 4121.0, 4150.0, 4130.0, 4140.0, 4120.0, 4140.0, 4141.0, 4171.0, 4144.0, 4183.0, 4143.0, 4183.0, 4133.0, 4186.0, 4154.0, 4183.0, 4120.0, 4153.0, 4109.0, 4120.0, 4178.0, 4117.0, 4146.0, 4095.0, 4137.0, 4106.0, 4128.0, 4125.0, 4119.0, 4147.0, 4119.0, 4138.0, 4130.0, 4129.0, 4108.0, 4140.0, 4119.0, 4131.0, 4170.0, 4132.0, 4158.0, 4109.0, 4141.0, 4120.0, 4131.0, 4169.0, 4119.0, 4139.0, 4120.0, 4141.0, 4159.0, 4120.0, 4157.0, 4107.0, 4139.0, 4108.0, 4130.0, 4137.0, 4130.0, 4160.0, 4121.0, 4151.0, 4120.0, 4130.0, 4168.0, 4130.0, 4150.0, 4120.0, 4150.0, 4117.0, 4120.0, 4158.0, 4119.0, 4140.0, 4117.0, 4119.0, 4177.0, 4108.0, 4136.0, 4117.0, 4139.0, 4136.0, 4117.0, 4146.0, 4106.0, 4138.0, 4107.0, 4120.0, 4148.0, 4120.0, 4149.0, 4130.0, 4151.0, 4131.0, 4152.0, 4134.0, 4155.0, 4143.0, 4154.0, 4131.0, 4144.0, 4183.0, 4144.0, 4183.0, 4143.0, 4172.0, 4131.0, 4184.0, 4150.0, 4150.0, 4128.0, 4131.0, 4149.0, 4141.0, 4179.0, 4119.0, 4158.0, 4118.0, 4150.0, 4128.0, 4148.0, 4107.0, 4128.0, 4127.0, 4119.0, 4157.0, 4128.0, 4146.0, 4107.0, 4138.0, 4108.0, 4130.0, 4117.0, 4119.0, 4148.0, 4132.0, 4149.0, 4129.0, 4139.0, 4118.0, 4119.0, 4158.0, 4119.0, 4149.0, 4121.0, 4140.0, 4132.0, 4143.0, 4120.0, 4144.0, 4170.0, 4132.0, 4162.0, 4131.0, 4151.0, 4119.0, 4133.0, 4171.0, 4122.0], 'WindowWidth': [9382.0, 9293.0, 9333.0, 9258.0, 9310.0, 9269.0, 9266.0, 9246.0, 9239.0, 9264.0, 9249.0, 9253.0, 9214.0, 9252.0, 9289.0, 9210.0, 9225.0, 9274.0, 9210.0, 9215.0, 9162.0, 9169.0, 9186.0, 9146.0, 9170.0, 9119.0, 9144.0, 9187.0, 9151.0, 9195.0, 9135.0, 9156.0, 9190.0, 9151.0, 9200.0, 9177.0, 9172.0, 9208.0, 9167.0, 9204.0, 9223.0, 9175.0, 9236.0, 9175.0, 9192.0, 9151.0, 9177.0, 9220.0, 9194.0, 9224.0, 9202.0, 9232.0, 9201.0, 9235.0, 9269.0, 9215.0, 9240.0, 9194.0, 9219.0, 9268.0, 9200.0, 9252.0, 9197.0, 9214.0, 9261.0, 9209.0, 9210.0, 9191.0, 9213.0, 9218.0, 9197.0, 9215.0, 9194.0, 9202.0, 9196.0, 9218.0, 9203.0, 9226.0, 9231.0, 9250.0, 9242.0, 9246.0, 9277.0, 9231.0, 9315.0, 9245.0, 9261.0, 9294.0, 9203.0, 9213.0, 9197.0, 9198.0, 9190.0, 9183.0, 9236.0, 9182.0, 9213.0, 9177.0, 9198.0, 9216.0, 9181.0, 9213.0, 9191.0, 9200.0, 9204.0, 9196.0, 9255.0, 9235.0, 9233.0, 9237.0, 9235.0, 9251.0, 9282.0, 9249.0, 9272.0, 9264.0, 9260.0, 9272.0, 9234.0, 9298.0, 9247.0, 9283.0, 9194.0, 9220.0, 9292.0, 9193.0, 9263.0, 9176.0, 9205.0, 9156.0, 9189.0, 9239.0, 9174.0, 9215.0, 9167.0, 9179.0, 9209.0, 9171.0, 9197.0, 9155.0, 9180.0, 9241.0, 9191.0, 9225.0, 9199.0, 9213.0, 9224.0, 9243.0, 9202.0, 9230.0, 9193.0, 9216.0, 9262.0, 9201.0, 9247.0, 9179.0, 9224.0, 9202.0, 9196.0, 9257.0, 9179.0, 9202.0, 9174.0, 9206.0, 9198.0, 9175.0, 9221.0, 9176.0, 9203.0, 9191.0, 9204.0, 9178.0, 9207.0, 9187.0, 9193.0, 9228.0, 9177.0, 9229.0, 9169.0, 9191.0, 9238.0, 9160.0, 9230.0, 9154.0, 9184.0, 9146.0, 9154.0, 9191.0, 9169.0, 9200.0, 9169.0, 9186.0, 9207.0, 9174.0, 9199.0, 9190.0, 9205.0, 9173.0, 9181.0, 9233.0, 9182.0, 9218.0, 9178.0, 9209.0, 9216.0, 9195.0, 9220.0, 9195.0, 9220.0, 9177.0, 9212.0, 9243.0, 9182.0, 9242.0, 9175.0, 9223.0, 9227.0, 9190.0, 9224.0, 9171.0, 9202.0, 9174.0, 9193.0, 9225.0, 9171.0, 9198.0, 9153.0, 9177.0, 9224.0, 9175.0, 9199.0, 9171.0, 9205.0, 9174.0, 9194.0, 9228.0, 9194.0, 9239.0, 9180.0, 9219.0, 9173.0, 9190.0, 9235.0, 9158.0, 9195.0, 9176.0, 9188.0, 9237.0, 9169.0, 9206.0, 9156.0, 9201.0, 9155.0, 9189.0, 9224.0, 9171.0, 9203.0, 9176.0, 9209.0, 9201.0, 9205.0, 9228.0, 9180.0, 9221.0, 9175.0, 9193.0, 9227.0, 9191.0, 9201.0, 9209.0, 9220.0, 9196.0, 9209.0, 9193.0, 9201.0, 9233.0, 9198.0, 9247.0, 9182.0, 9221.0, 9194.0, 9212.0, 9258.0, 9190.0, 9241.0, 9170.0, 9219.0, 9224.0, 9171.0, 9207.0, 9159.0, 9197.0, 9179.0, 9205.0, 9191.0, 9196.0, 9178.0, 9204.0, 9254.0, 9203.0, 9241.0, 9197.0, 9218.0, 9254.0, 9217.0, 9269.0, 9227.0, 9250.0, 9201.0, 9241.0, 9223.0, 9242.0, 9221.0, 9251.0, 9199.0, 9228.0, 9220.0, 9199.0, 9261.0, 9194.0, 9215.0, 9174.0, 9196.0, 9238.0, 9159.0, 9211.0, 9168.0, 9201.0, 9237.0, 9174.0, 9197.0, 9176.0, 9213.0, 9175.0, 9212.0, 9191.0, 9199.0, 9245.0, 9184.0, 9228.0, 9184.0, 9214.0, 9219.0, 9199.0, 9258.0, 9193.0, 9239.0, 9186.0, 9176.0, 9254.0, 9159.0, 9203.0, 9156.0, 9191.0, 9194.0, 9178.0, 9216.0, 9180.0, 9216.0, 9194.0, 9223.0, 9174.0, 9195.0, 9257.0, 9193.0, 9232.0, 9175.0, 9207.0, 9254.0, 9176.0, 9225.0, 9159.0, 9217.0, 9156.0, 9190.0, 9210.0, 9190.0, 9216.0, 9195.0, 9224.0, 9195.0, 9208.0, 9192.0, 9200.0, 9208.0, 9200.0, 9248.0, 9220.0, 9284.0, 9239.0, 9266.0, 9200.0, 9211.0, 9212.0, 9192.0, 9243.0, 9178.0, 9229.0, 9188.0, 9207.0, 9228.0, 9191.0, 9218.0, 9191.0, 9222.0, 9174.0, 9182.0, 9232.0, 9194.0, 9223.0, 9174.0, 9188.0, 9245.0, 9194.0, 9219.0, 9179.0, 9210.0, 9269.0, 9222.0, 9230.0, 9195.0, 9199.0, 9242.0, 9195.0, 9236.0, 9177.0, 9207.0, 9240.0, 9176.0, 9201.0, 9175.0, 9191.0, 9238.0, 9174.0, 9206.0, 9156.0, 9191.0, 9215.0, 9188.0, 9219.0, 9168.0, 9177.0, 9214.0, 9160.0, 9190.0, 9234.0, 9171.0, 9200.0, 9188.0, 9194.0, 9240.0, 9190.0, 9199.0, 9176.0, 9232.0, 9274.0, 9217.0, 9253.0, 9202.0, 9224.0, 9182.0, 9214.0, 9178.0, 9199.0, 9234.0, 9184.0, 9224.0, 9214.0, 9224.0, 9184.0, 9215.0, 9260.0, 9198.0, 9260.0, 9243.0, 9230.0, 9198.0, 9185.0, 9246.0, 9194.0, 9227.0, 9177.0, 9203.0, 9192.0, 9221.0, 9202.0, 9245.0, 9223.0, 9249.0, 9227.0, 9241.0, 9236.0, 9273.0, 9220.0, 9289.0, 9239.0, 9291.0, 9192.0, 9195.0, 9258.0, 9191.0, 9262.0, 9193.0, 9217.0, 9176.0, 9223.0, 9215.0, 9206.0, 9225.0, 9192.0, 9227.0, 9177.0, 9216.0, 9222.0, 9202.0, 9240.0, 9211.0, 9232.0, 9234.0, 9200.0, 9261.0, 9180.0, 9226.0, 9233.0, 9194.0, 9257.0, 9180.0, 9209.0, 9190.0, 9181.0, 9241.0, 9179.0, 9205.0, 9178.0, 9209.0, 9229.0, 9182.0, 9228.0, 9178.0, 9220.0, 9239.0, 9173.0, 9240.0, 9157.0, 9218.0, 9253.0, 9170.0, 9212.0, 9153.0, 9187.0, 9221.0, 9173.0, 9201.0, 9174.0, 9187.0, 9166.0, 9163.0, 9215.0, 9195.0, 9225.0, 9181.0, 9214.0, 9266.0, 9196.0, 9250.0, 9207.0, 9222.0, 9255.0, 9172.0, 9263.0, 9186.0, 9186.0, 9246.0, 9173.0, 9222.0, 9189.0, 9190.0, 9183.0, 9171.0, 9217.0, 9171.0, 9210.0, 9175.0, 9215.0, 9175.0, 9207.0, 9228.0, 9191.0, 9239.0, 9160.0, 9200.0, 9169.0, 9172.0, 9215.0, 9154.0, 9193.0, 9171.0, 9201.0, 9169.0, 9184.0, 9220.0, 9169.0, 9212.0, 9192.0, 9172.0, 9204.0, 9168.0, 9203.0, 9156.0, 9173.0, 9223.0, 9176.0, 9203.0, 9193.0, 9224.0, 9221.0, 9197.0, 9261.0, 9198.0, 9236.0, 9212.0, 9222.0, 9194.0, 9238.0, 9231.0, 9211.0, 9236.0, 9196.0, 9182.0, 9200.0, 9249.0, 9200.0, 9248.0, 9208.0, 9230.0, 9172.0, 9209.0, 9174.0, 9193.0, 9173.0, 9181.0, 9241.0, 9182.0, 9236.0, 9193.0, 9203.0, 9166.0, 9178.0, 9224.0, 9171.0, 9211.0, 9176.0, 9203.0, 9199.0, 9210.0, 9180.0, 9197.0, 9191.0, 9183.0, 9233.0, 9209.0, 9231.0, 9192.0, 9222.0, 9179.0, 9195.0, 9229.0, 9196.0, 9273.0, 9177.0, 9232.0, 9169.0, 9181.0, 9149.0, 9154.0, 9211.0, 9173.0, 9209.0, 9175.0, 9196.0, 9179.0, 9215.0, 9190.0, 9202.0, 9178.0, 9203.0, 9205.0, 9248.0, 9215.0, 9265.0, 9215.0, 9265.0, 9204.0, 9277.0, 9232.0, 9265.0, 9177.0, 9228.0, 9161.0, 9176.0, 9251.0, 9167.0, 9201.0, 9135.0, 9192.0, 9149.0, 9184.0, 9175.0, 9173.0, 9206.0, 9174.0, 9196.0, 9189.0, 9187.0, 9156.0, 9205.0, 9174.0, 9195.0, 9244.0, 9196.0, 9225.0, 9162.0, 9206.0, 9175.0, 9193.0, 9238.0, 9174.0, 9199.0, 9177.0, 9205.0, 9226.0, 9175.0, 9221.0, 9156.0, 9199.0, 9156.0, 9189.0, 9194.0, 9193.0, 9232.0, 9182.0, 9222.0, 9176.0, 9191.0, 9236.0, 9189.0, 9217.0, 9175.0, 9216.0, 9167.0, 9175.0, 9223.0, 9174.0, 9204.0, 9167.0, 9171.0, 9246.0, 9155.0, 9189.0, 9168.0, 9198.0, 9189.0, 9167.0, 9202.0, 9152.0, 9197.0, 9154.0, 9175.0, 9209.0, 9178.0, 9215.0, 9192.0, 9219.0, 9196.0, 9225.0, 9205.0, 9235.0, 9214.0, 9230.0, 9196.0, 9216.0, 9267.0, 9216.0, 9265.0, 9213.0, 9250.0, 9195.0, 9270.0, 9218.0, 9218.0, 9183.0, 9191.0, 9216.0, 9207.0, 9254.0, 9175.0, 9223.0, 9173.0, 9214.0, 9185.0, 9209.0, 9153.0, 9185.0, 9179.0, 9174.0, 9221.0, 9185.0, 9204.0, 9156.0, 9199.0, 9158.0, 9188.0, 9167.0, 9173.0, 9211.0, 9195.0, 9214.0, 9187.0, 9201.0, 9169.0, 9176.0, 9224.0, 9175.0, 9214.0, 9179.0, 9204.0, 9196.0, 9211.0, 9177.0, 9214.0, 9244.0, 9196.0, 9235.0, 9194.0, 9219.0, 9175.0, 9198.0, 9245.0, 9182.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.001941921241050119</td></tr>
<tr><td colspan=3>aqi</td><td>0.022240071599045348</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.56038687189967</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2101084397729986</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0242294584946245</td></tr>
<tr><td colspan=3>efc</td><td>0.4413</td></tr>
<tr><td colspan=3>fber</td><td>8072.5693</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09329523264618932</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.847255369928401</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2663863734253002</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2281635832400766</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.464580759421634</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1064147776141913</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114281</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015773175284266472</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023461604490876198</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>838</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.9425297256558767</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>37.1998</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.0771</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.6054</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309176.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>681.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.5524</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2906</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.4361</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3429.1191</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3597.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1237.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>912.3516</td></tr>
<tr><td colspan=3>tsnr</td><td>40.474123985506594</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>