ds005256-mriqc/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter b4bcf2976c [DATALAD RUNCMD] Compute MRIQC for sub-0123
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0123 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0123",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 13:10:01 +02:00

616 lines
No EOL
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-0123_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-0123_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-0123_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0123/figures/sub-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123/ses-02/func/sub-0123_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>7fac3f106a7fe611c3d030a07a663315</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>22:25:51.627500</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.999613, -0.0220111, 0.0170236, 0.0228589, 0.99842, -0.0513254]</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.0936695</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>[4241, -7753, -7286, 210, -121, 59, -41, 110]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>29e5827c-ed22-4ac9-a5f9-c9701e3cdf36||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.6818881034851074, 0.06132880598306656, 0.04284090921282768, 105.66836547851562], [0.05905415117740631, 2.6786887645721436, -0.13957571983337402, -92.69190216064453], [0.04567313939332962, 0.13770240545272827, 2.696049690246582, -77.05892181396484], [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': ['222551.627500', '222552.087500', '222552.547500', '222553.007500', '222553.467500', '222553.927500', '222554.387500', '222554.847500', '222555.307500', '222555.767500', '222556.227500', '222556.687500', '222557.147500', '222557.607500', '222558.067500', '222558.527500', '222558.987500', '222559.447500', '222559.907500', '222600.367500', '222600.827500', '222601.287500', '222601.747500', '222602.207500', '222602.667500', '222603.127500', '222603.587500', '222604.047500', '222604.507500', '222604.967500', '222605.427500', '222605.887500', '222606.347500', '222606.807500', '222607.267500', '222607.727500', '222608.187500', '222608.647500', '222609.107500', '222609.567500', '222610.027500', '222610.487500', '222610.947500', '222611.407500', '222611.867500', '222612.327500', '222612.787500', '222613.247500', '222613.707500', '222614.167500', '222614.627500', '222615.087500', '222615.547500', '222616.007500', '222616.467500', '222616.927500', '222617.387500', '222617.847500', '222618.307500', '222618.767500', '222619.227500', '222619.687500', '222620.147500', '222620.607500', '222621.067500', '222621.527500', '222621.987500', '222622.447500', '222622.907500', '222623.367500', '222623.827500', '222624.287500', '222624.747500', '222625.207500', '222625.667500', '222626.127500', '222626.587500', '222627.047500', '222627.507500', '222627.967500', '222628.427500', '222628.887500', '222629.347500', '222629.807500', '222630.267500', '222630.727500', '222631.187500', '222631.647500', '222632.107500', '222632.567500', '222633.027500', '222633.487500', '222633.947500', '222634.407500', '222634.867500', '222635.327500', '222635.787500', '222636.247500', '222636.707500', '222637.167500', '222637.627500', '222638.087500', '222638.547500', '222639.007500', '222639.467500', '222639.927500', '222640.387500', '222640.847500', '222641.307500', '222641.767500', '222642.227500', '222642.687500', '222643.147500', '222643.607500', '222644.067500', '222644.527500', '222644.987500', '222645.447500', '222645.907500', '222646.367500', '222646.827500', '222647.287500', '222647.747500', '222648.207500', '222648.667500', '222649.127500', '222649.587500', '222650.047500', '222650.507500', '222650.967500', '222651.427500', '222651.887500', '222652.347500', '222652.807500', '222653.267500', '222653.727500', '222654.187500', '222654.647500', '222655.107500', '222655.567500', '222656.027500', '222656.487500', '222656.947500', '222657.407500', '222657.867500', '222658.327500', '222658.787500', '222659.247500', '222659.707500', '222700.167500', '222700.627500', '222701.087500', '222701.547500', '222702.007500', '222702.467500', '222702.927500', '222703.387500', '222703.847500', '222704.307500', '222704.767500', '222705.227500', '222705.687500', '222706.147500', '222706.607500', '222707.067500', '222707.527500', '222707.987500', '222708.447500', '222708.907500', '222709.367500', '222709.827500', '222710.287500', '222710.747500', '222711.207500', '222711.667500', '222712.127500', '222712.587500', '222713.047500', '222713.507500', '222713.967500', '222714.427500', '222714.887500', '222715.347500', '222715.807500', '222716.267500', '222716.727500', '222717.187500', '222717.647500', '222718.107500', '222718.567500', '222719.027500', '222719.487500', '222719.947500', '222720.407500', '222720.867500', '222721.327500', '222721.787500', '222722.247500', '222722.707500', '222723.167500', '222723.627500', '222724.087500', '222724.547500', '222725.007500', '222725.467500', '222725.927500', '222726.387500', '222726.847500', '222727.307500', '222727.767500', '222728.227500', '222728.687500', '222729.147500', '222729.607500', '222730.067500', '222730.527500', '222730.987500', '222731.447500', '222731.907500', '222732.367500', '222732.827500', '222733.287500', '222733.747500', '222734.207500', '222734.667500', '222735.127500', '222735.587500', '222736.047500', '222736.507500', '222736.967500', '222737.427500', '222737.887500', '222738.347500', '222738.807500', '222739.267500', '222739.727500', '222740.187500', '222740.647500', '222741.107500', '222741.567500', '222742.027500', '222742.487500', '222742.947500', '222743.407500', '222743.867500', '222744.327500', '222744.787500', '222745.247500', '222745.707500', '222746.167500', '222746.627500', '222747.087500', '222747.547500', '222748.007500', '222748.467500', '222748.927500', '222749.387500', '222749.847500', '222750.307500', '222750.767500', '222751.227500', '222751.687500', '222752.147500', '222752.607500', '222753.067500', '222753.527500', '222753.987500', '222754.447500', '222754.907500', '222755.367500', '222755.827500', '222756.287500', '222756.747500', '222757.207500', '222757.667500', '222758.127500', '222758.587500', '222759.047500', '222759.507500', '222759.967500', '222800.427500', '222800.887500', '222801.347500', '222801.807500', '222802.267500', '222802.727500', '222803.187500', '222803.647500', '222804.107500', '222804.567500', '222805.027500', '222805.487500', '222805.947500', '222806.407500', '222806.867500', '222807.327500', '222807.787500', '222808.247500', '222808.707500', '222809.167500', '222809.627500', '222810.087500', '222810.547500', '222811.007500', '222811.467500', '222811.927500', '222812.387500', '222812.847500', '222813.307500', '222813.767500', '222814.227500', '222814.687500', '222815.147500', '222815.607500', '222816.067500', '222816.527500', '222816.987500', '222817.447500', '222817.907500', '222818.367500', '222818.827500', '222819.287500', '222819.747500', '222820.207500', '222820.667500', '222821.127500', '222821.587500', '222822.047500', '222822.507500', '222822.967500', '222823.427500', '222823.887500', '222824.347500', '222824.807500', '222825.267500', '222825.727500', '222826.187500', '222826.647500', '222827.107500', '222827.567500', '222828.027500', '222828.487500', '222828.947500', '222829.407500', '222829.867500', '222830.327500', '222830.787500', '222831.247500', '222831.707500', '222832.167500', '222832.627500', '222833.087500', '222833.547500', '222834.007500', '222834.467500', '222834.927500', '222835.387500', '222835.847500', '222836.307500', '222836.767500', '222837.227500', '222837.687500', '222838.147500', '222838.607500', '222839.067500', '222839.527500', '222839.987500', '222840.447500', '222840.907500', '222841.367500', '222841.827500', '222842.287500', '222842.747500', '222843.207500', '222843.667500', '222844.127500', '222844.587500', '222845.047500', '222845.507500', '222845.967500', '222846.427500', '222846.887500', '222847.347500', '222847.807500', '222848.267500', '222848.727500', '222849.187500', '222849.647500', '222850.107500', '222850.567500', '222851.027500', '222851.487500', '222851.947500', '222852.407500', '222852.867500', '222853.327500', '222853.787500', '222854.247500', '222854.707500', '222855.167500', '222855.627500', '222856.087500', '222856.547500', '222857.007500', '222857.467500', '222857.927500', '222858.387500', '222858.847500', '222859.307500', '222859.767500', '222900.227500', '222900.687500', '222901.147500', '222901.607500', '222902.067500', '222902.527500', '222902.987500', '222903.447500', '222903.907500', '222904.367500', '222904.827500', '222905.287500', '222905.747500', '222906.207500', '222906.667500', '222907.127500', '222907.587500', '222908.047500', '222908.507500', '222908.967500', '222909.427500', '222909.887500', '222910.347500', '222910.807500', '222911.267500', '222911.727500', '222912.187500', '222912.647500', '222913.107500', '222913.567500', '222914.027500', '222914.487500', '222914.947500', '222915.407500', '222915.867500', '222916.327500', '222916.787500', '222917.247500', '222917.707500', '222918.167500', '222918.627500', '222919.087500', '222919.547500', '222920.007500', '222920.467500', '222920.927500', '222921.387500', '222921.847500', '222922.307500', '222922.767500', '222923.227500', '222923.687500', '222924.147500', '222924.607500', '222925.067500', '222925.527500', '222925.987500', '222926.447500', '222926.907500', '222927.367500', '222927.827500', '222928.287500', '222928.747500', '222929.207500', '222929.667500', '222930.127500', '222930.587500', '222931.047500', '222931.507500', '222931.967500', '222932.427500', '222932.887500', '222933.347500', '222933.807500', '222934.267500', '222934.727500', '222935.187500', '222935.647500', '222936.107500', '222936.567500', '222937.027500', '222937.487500', '222937.947500', '222938.407500', '222938.867500', '222939.327500', '222939.787500', '222940.247500', '222940.707500', '222941.167500', '222941.627500', '222942.087500', '222942.547500', '222943.007500', '222943.467500', '222943.927500', '222944.387500', '222944.847500', '222945.307500', '222945.767500', '222946.227500', '222946.687500', '222947.147500', '222947.607500', '222948.067500', '222948.527500', '222948.987500', '222949.447500', '222949.907500', '222950.367500', '222950.827500', '222951.287500', '222951.747500', '222952.207500', '222952.667500', '222953.127500', '222953.587500', '222954.047500', '222954.507500', '222954.967500', '222955.427500', '222955.887500', '222956.347500', '222956.807500', '222957.267500', '222957.727500', '222958.187500', '222958.647500', '222959.107500', '222959.567500', '223000.027500', '223000.487500', '223000.947500', '223001.407500', '223001.867500', '223002.327500', '223002.787500', '223003.247500', '223003.707500', '223004.167500', '223004.627500', '223005.087500', '223005.547500', '223006.007500', '223006.467500', '223006.927500', '223007.387500', '223007.847500', '223008.307500', '223008.767500', '223009.227500', '223009.687500', '223010.147500', '223010.607500', '223011.067500', '223011.527500', '223011.987500', '223012.447500', '223012.907500', '223013.367500', '223013.827500', '223014.287500', '223014.747500', '223015.207500', '223015.667500', '223016.127500', '223016.587500', '223017.047500', '223017.507500', '223017.967500', '223018.427500', '223018.887500', '223019.347500', '223019.807500', '223020.267500', '223020.727500', '223021.187500', '223021.647500', '223022.107500', '223022.567500', '223023.027500', '223023.487500', '223023.947500', '223024.407500', '223024.867500', '223025.327500', '223025.787500', '223026.247500', '223026.707500', '223027.167500', '223027.627500', '223028.087500', '223028.547500', '223029.007500', '223029.467500', '223029.927500', '223030.387500', '223030.847500', '223031.307500', '223031.767500', '223032.227500', '223032.687500', '223033.147500', '223033.607500', '223034.067500', '223034.527500', '223034.987500', '223035.447500', '223035.907500', '223036.367500', '223036.827500', '223037.287500', '223037.747500', '223038.207500', '223038.667500', '223039.127500', '223039.587500', '223040.047500', '223040.507500', '223040.967500', '223041.427500', '223041.887500', '223042.347500', '223042.807500', '223043.267500', '223043.727500', '223044.187500', '223044.647500', '223045.107500', '223045.567500', '223046.027500', '223046.487500', '223046.947500', '223047.407500', '223047.867500', '223048.327500', '223048.787500', '223049.247500', '223049.707500', '223050.167500', '223050.627500', '223051.087500', '223051.547500', '223052.007500', '223052.467500', '223052.927500', '223053.387500', '223053.847500', '223054.307500', '223054.767500', '223055.227500', '223055.687500', '223056.147500', '223056.607500', '223057.067500', '223057.527500', '223057.987500', '223058.447500', '223058.907500', '223059.367500', '223059.827500', '223100.287500', '223100.747500', '223101.207500', '223101.667500', '223102.127500', '223102.587500', '223103.047500', '223103.507500', '223103.967500', '223104.427500', '223104.887500', '223105.347500', '223105.807500', '223106.267500', '223106.727500', '223107.187500', '223107.647500', '223108.107500', '223108.567500', '223109.027500', '223109.487500', '223109.947500', '223110.407500', '223110.867500', '223111.327500', '223111.787500', '223112.247500', '223112.707500', '223113.167500', '223113.627500', '223114.087500', '223114.547500', '223115.007500', '223115.467500', '223115.927500', '223116.387500', '223116.847500', '223117.307500', '223117.767500', '223118.227500', '223118.687500', '223119.147500', '223119.607500', '223120.067500', '223120.527500', '223120.987500', '223121.447500', '223121.907500', '223122.367500', '223122.827500', '223123.287500', '223123.747500', '223124.207500', '223124.667500', '223125.127500', '223125.587500', '223126.047500', '223126.507500', '223126.967500', '223127.427500', '223127.887500', '223128.347500', '223128.807500', '223129.267500', '223129.727500', '223130.187500', '223130.647500', '223131.107500', '223131.567500', '223132.027500', '223132.487500', '223132.947500', '223133.407500', '223133.867500', '223134.327500', '223134.787500', '223135.247500', '223135.707500', '223136.167500', '223136.627500', '223137.087500', '223137.547500', '223138.007500', '223138.467500', '223138.927500', '223139.387500', '223139.847500', '223140.307500', '223140.767500', '223141.227500', '223141.687500', '223142.147500', '223142.607500', '223143.067500', '223143.527500', '223143.987500', '223144.447500', '223144.907500', '223145.367500', '223145.827500', '223146.287500', '223146.747500', '223147.207500', '223147.667500', '223148.127500', '223148.587500', '223149.047500', '223149.507500', '223149.967500', '223150.427500', '223150.887500', '223151.347500', '223151.807500', '223152.267500', '223152.727500', '223153.187500', '223153.647500', '223154.107500', '223154.567500', '223155.027500', '223155.487500', '223155.947500', '223156.407500', '223156.867500', '223157.327500', '223157.787500', '223158.247500', '223158.707500', '223159.167500', '223159.627500', '223200.087500', '223200.547500', '223201.007500', '223201.467500', '223201.927500', '223202.387500', '223202.847500', '223203.307500', '223203.767500', '223204.227500', '223204.687500', '223205.147500', '223205.607500', '223206.067500', '223206.527500', '223206.987500', '223207.447500', '223207.907500', '223208.367500', '223208.827500', '223209.287500', '223209.747500', '223210.207500', '223210.667500', '223211.127500', '223211.587500', '223212.047500', '223212.507500', '223212.967500', '223213.427500', '223213.887500', '223214.347500', '223214.807500', '223215.267500', '223215.727500', '223216.187500', '223216.647500', '223217.107500'], 'ContentTime': ['222607.123000', '222607.126000', '222607.129000', '222607.132000', '222607.134000', '222607.137000', '222607.140000', '222607.147000', '222607.149000', '222607.152000', '222607.155000', '222607.157000', '222607.160000', '222607.162000', '222607.165000', '222607.167000', '222607.170000', '222607.173000', '222607.175000', '222607.178000', '222607.180000', '222607.183000', '222607.185000', '222607.188000', '222607.190000', '222607.193000', '222607.196000', '222607.198000', '222607.201000', '222607.203000', '222607.206000', '222607.208000', '222627.085000', '222627.088000', '222627.091000', '222627.093000', '222627.096000', '222627.098000', '222627.101000', '222627.107000', '222627.109000', '222627.112000', '222627.114000', '222627.117000', '222627.120000', '222627.122000', '222627.125000', '222627.127000', '222627.130000', '222627.133000', '222627.135000', '222627.138000', '222627.140000', '222627.143000', '222627.145000', '222627.148000', '222627.150000', '222627.153000', '222627.156000', '222627.158000', '222627.161000', '222627.163000', '222627.166000', '222627.168000', '222627.171000', '222627.173000', '222627.176000', '222627.178000', '222627.181000', '222627.184000', '222627.186000', '222627.189000', '222627.191000', '222627.194000', '222627.197000', '222647.086000', '222647.088000', '222647.091000', '222647.093000', '222647.096000', '222647.099000', '222647.101000', '222647.104000', '222647.106000', '222647.109000', '222647.111000', '222647.114000', '222647.117000', '222647.119000', '222647.122000', '222647.124000', '222647.127000', '222647.129000', '222647.132000', '222647.134000', '222647.137000', '222647.140000', '222647.142000', '222647.145000', '222647.147000', '222647.150000', '222647.153000', '222647.155000', '222647.158000', '222647.160000', '222647.163000', '222647.166000', '222647.168000', '222647.171000', '222647.173000', '222647.176000', '222647.179000', '222647.181000', '222647.184000', '222647.186000', '222647.189000', '222647.192000', '222647.194000', '222647.197000', '222707.086000', '222707.088000', '222707.091000', '222707.094000', '222707.096000', '222707.099000', '222707.101000', '222707.104000', '222707.107000', '222707.109000', '222707.112000', '222707.114000', '222707.117000', '222707.119000', '222707.122000', '222707.125000', '222707.127000', '222707.130000', '222707.132000', '222707.135000', '222707.137000', '222707.140000', '222707.143000', '222707.145000', '222707.148000', '222707.150000', '222707.153000', '222707.156000', '222707.158000', '222707.161000', '222707.163000', '222707.166000', '222707.168000', '222707.171000', '222707.174000', '222707.176000', '222707.188000', '222707.191000', '222707.193000', '222707.196000', '222707.199000', '222707.201000', '222707.204000', '222727.086000', '222727.089000', '222727.092000', '222727.094000', '222727.097000', '222727.099000', '222727.102000', '222727.105000', '222727.107000', '222727.110000', '222727.112000', '222727.115000', '222727.118000', '222727.120000', '222727.123000', '222727.125000', '222727.128000', '222727.131000', '222727.134000', '222727.137000', '222727.140000', '222727.142000', '222727.145000', '222727.148000', '222727.150000', '222727.153000', '222727.155000', '222727.158000', '222727.160000', '222727.163000', '222727.166000', '222727.168000', '222727.171000', '222727.173000', '222727.176000', '222727.179000', '222727.181000', '222727.184000', '222727.186000', '222727.189000', '222727.191000', '222727.194000', '222727.196000', '222727.199000', '222747.085000', '222747.088000', '222747.091000', '222747.093000', '222747.096000', '222747.099000', '222747.101000', '222747.104000', '222747.107000', '222747.109000', '222747.112000', '222747.114000', '222747.117000', '222747.119000', '222747.122000', '222747.124000', '222747.127000', '222747.130000', '222747.132000', '222747.135000', '222747.137000', '222747.140000', '222747.143000', '222747.145000', '222747.148000', '222747.150000', '222747.153000', '222747.155000', '222747.158000', '222747.160000', '222747.163000', '222747.166000', '222747.168000', '222747.171000', '222747.173000', '222747.176000', '222747.179000', '222747.181000', '222747.184000', '222747.186000', '222747.189000', '222747.191000', '222747.194000', '222807.085000', '222807.088000', '222807.091000', '222807.093000', '222807.096000', '222807.099000', '222807.101000', '222807.104000', '222807.106000', '222807.109000', '222807.112000', '222807.114000', '222807.117000', '222807.120000', '222807.122000', '222807.125000', '222807.127000', '222807.130000', '222807.132000', '222807.135000', '222807.138000', '222807.140000', '222807.143000', '222807.146000', '222807.148000', '222807.151000', '222807.153000', '222807.156000', '222807.158000', '222807.161000', '222807.164000', '222807.166000', '222807.169000', '222807.171000', '222807.174000', '222807.177000', '222807.180000', '222807.183000', '222807.186000', '222807.188000', '222807.191000', '222807.194000', '222807.196000', '222827.086000', '222827.088000', '222827.091000', '222827.094000', '222827.096000', '222827.099000', '222827.102000', '222827.104000', '222827.107000', '222827.109000', '222827.112000', '222827.115000', '222827.117000', '222827.120000', '222827.122000', '222827.125000', '222827.128000', '222827.130000', '222827.133000', '222827.135000', '222827.138000', '222827.141000', '222827.143000', '222827.146000', '222827.148000', '222827.151000', '222827.154000', '222827.156000', '222827.159000', '222827.161000', '222827.164000', '222827.167000', '222827.169000', '222827.172000', '222827.174000', '222827.177000', '222827.180000', '222827.182000', '222827.185000', '222827.187000', '222827.190000', '222827.193000', '222827.195000', '222827.198000', '222847.085000', '222847.088000', '222847.091000', '222847.094000', '222847.096000', '222847.099000', '222847.101000', '222847.104000', '222847.107000', '222847.109000', '222847.112000', '222847.115000', '222847.117000', '222847.120000', '222847.122000', '222847.126000', '222847.129000', '222847.131000', '222847.134000', '222847.137000', '222847.139000', '222847.142000', '222847.144000', '222847.147000', '222847.150000', '222847.152000', '222847.155000', '222847.157000', '222847.160000', '222847.163000', '222847.165000', '222847.168000', '222847.179000', '222847.182000', '222847.185000', '222847.187000', '222847.190000', '222847.192000', '222847.195000', '222847.197000', '222847.200000', '222847.203000', '222847.205000', '222907.085000', '222907.088000', '222907.091000', '222907.094000', '222907.096000', '222907.099000', '222907.102000', '222907.104000', '222907.107000', '222907.109000', '222907.112000', '222907.115000', '222907.117000', '222907.120000', '222907.122000', '222907.125000', '222907.128000', '222907.130000', '222907.133000', '222907.136000', '222907.138000', '222907.141000', '222907.143000', '222907.146000', '222907.148000', '222907.151000', '222907.154000', '222907.156000', '222907.159000', '222907.161000', '222907.164000', '222907.167000', '222907.169000', '222907.172000', '222907.174000', '222907.177000', '222907.179000', '222907.182000', '222907.185000', '222907.187000', '222907.190000', '222907.192000', '222907.195000', '222907.197000', '222927.086000', '222927.088000', '222927.091000', '222927.094000', '222927.096000', '222927.099000', '222927.101000', '222927.104000', '222927.107000', '222927.109000', '222927.112000', '222927.114000', '222927.117000', '222927.119000', '222927.122000', '222927.125000', '222927.127000', '222927.130000', '222927.132000', '222927.135000', '222927.138000', '222927.140000', '222927.143000', '222927.145000', '222927.148000', '222927.150000', '222927.153000', '222927.156000', '222927.158000', '222927.161000', '222927.163000', '222927.166000', '222927.169000', '222927.171000', '222927.174000', '222927.176000', '222927.179000', '222927.181000', '222927.184000', '222927.187000', '222927.189000', '222927.192000', '222927.195000', '222947.085000', '222947.088000', '222947.091000', '222947.094000', '222947.096000', '222947.099000', '222947.101000', '222947.104000', '222947.107000', '222947.109000', '222947.112000', '222947.114000', '222947.117000', '222947.119000', '222947.122000', '222947.125000', '222947.127000', '222947.130000', '222947.132000', '222947.135000', '222947.138000', '222947.140000', '222947.143000', '222947.145000', '222947.148000', '222947.150000', '222947.153000', '222947.156000', '222947.158000', '222947.161000', '222947.163000', '222947.166000', '222947.169000', '222947.171000', '222947.174000', '222947.176000', '222947.179000', '222947.181000', '222947.184000', '222947.187000', '222947.189000', '222947.192000', '222947.194000', '222947.197000', '223007.085000', '223007.088000', '223007.091000', '223007.094000', '223007.096000', '223007.099000', '223007.101000', '223007.104000', '223007.107000', '223007.109000', '223007.112000', '223007.115000', '223007.117000', '223007.120000', '223007.123000', '223007.125000', '223007.128000', '223007.131000', '223007.133000', '223007.136000', '223007.138000', '223007.141000', '223007.144000', '223007.146000', '223007.149000', '223007.151000', '223007.154000', '223007.157000', '223007.160000', '223007.164000', '223007.167000', '223007.170000', '223007.173000', '223007.175000', '223007.178000', '223007.180000', '223007.183000', '223007.186000', '223007.188000', '223007.191000', '223007.193000', '223007.196000', '223007.198000', '223027.085000', '223027.088000', '223027.091000', '223027.094000', '223027.096000', '223027.099000', '223027.101000', '223027.104000', '223027.106000', '223027.109000', '223027.112000', '223027.114000', '223027.117000', '223027.119000', '223027.132000', '223027.135000', '223027.138000', '223027.140000', '223027.143000', '223027.145000', '223027.148000', '223027.150000', '223027.153000', '223027.156000', '223027.158000', '223027.161000', '223027.163000', '223027.166000', '223027.169000', '223027.171000', '223027.174000', '223027.176000', '223027.179000', '223027.182000', '223027.184000', '223027.187000', '223027.189000', '223027.192000', '223027.194000', '223027.197000', '223027.200000', '223027.202000', '223027.205000', '223027.208000', '223047.086000', '223047.089000', '223047.091000', '223047.094000', '223047.096000', '223047.099000', '223047.102000', '223047.104000', '223047.107000', '223047.109000', '223047.112000', '223047.115000', '223047.117000', '223047.120000', '223047.122000', '223047.125000', '223047.128000', '223047.130000', '223047.133000', '223047.136000', '223047.139000', '223047.142000', '223047.145000', '223047.147000', '223047.150000', '223047.153000', '223047.155000', '223047.158000', '223047.161000', '223047.163000', '223047.166000', '223047.168000', '223047.171000', '223047.174000', '223047.176000', '223047.179000', '223047.182000', '223047.184000', '223047.187000', '223047.189000', '223047.192000', '223047.195000', '223047.197000', '223107.086000', '223107.089000', '223107.091000', '223107.094000', '223107.096000', '223107.099000', '223107.101000', '223107.104000', '223107.107000', '223107.109000', '223107.112000', '223107.115000', '223107.117000', '223107.120000', '223107.122000', '223107.125000', '223107.127000', '223107.130000', '223107.133000', '223107.135000', '223107.138000', '223107.140000', '223107.143000', '223107.146000', '223107.148000', '223107.151000', '223107.153000', '223107.156000', '223107.159000', '223107.161000', '223107.164000', '223107.166000', '223107.169000', '223107.172000', '223107.174000', '223107.177000', '223107.179000', '223107.182000', '223107.184000', '223107.187000', '223107.190000', '223107.192000', '223107.195000', '223107.197000', '223127.085000', '223127.088000', '223127.091000', '223127.094000', '223127.096000', '223127.099000', '223127.101000', '223127.104000', '223127.107000', '223127.109000', '223127.112000', '223127.114000', '223127.117000', '223127.120000', '223127.122000', '223127.125000', '223127.127000', '223127.130000', '223127.133000', '223127.135000', '223127.138000', '223127.140000', '223127.143000', '223127.147000', '223127.150000', '223127.153000', '223127.155000', '223127.158000', '223127.160000', '223127.163000', '223127.166000', '223127.168000', '223127.171000', '223127.173000', '223127.176000', '223127.179000', '223127.181000', '223127.184000', '223127.187000', '223127.190000', '223127.192000', '223127.195000', '223127.197000', '223147.085000', '223147.088000', '223147.091000', '223147.094000', '223147.096000', '223147.099000', '223147.101000', '223147.104000', '223147.107000', '223147.109000', '223147.112000', '223147.115000', '223147.117000', '223147.120000', '223147.123000', '223147.125000', '223147.128000', '223147.130000', '223147.133000', '223147.136000', '223147.138000', '223147.141000', '223147.143000', '223147.146000', '223147.177000', '223147.180000', '223147.183000', '223147.186000', '223147.188000', '223147.191000', '223147.194000', '223147.196000', '223147.199000', '223147.201000', '223147.204000', '223147.207000', '223147.209000', '223147.212000', '223147.215000', '223147.218000', '223147.220000', '223147.223000', '223147.226000', '223147.228000', '223207.085000', '223207.088000', '223207.091000', '223207.093000', '223207.096000', '223207.099000', '223207.101000', '223207.104000', '223207.106000', '223207.109000', '223207.112000', '223207.114000', '223207.117000', '223207.119000', '223207.122000', '223207.124000', '223207.127000', '223207.130000', '223207.132000', '223207.135000', '223207.137000', '223207.140000', '223207.143000', '223207.145000', '223207.148000', '223207.151000', '223207.153000', '223207.156000', '223207.158000', '223207.161000', '223207.164000', '223207.166000', '223207.169000', '223207.171000', '223207.174000', '223207.177000', '223207.179000', '223207.182000', '223207.184000', '223207.187000', '223207.189000', '223207.192000', '223207.195000', '223218.228000', '223218.232000', '223218.234000', '223218.237000', '223218.240000', '223218.243000', '223218.246000', '223218.248000', '223218.253000', '223218.259000', '223218.262000', '223218.265000', '223218.268000', '223218.270000', '223218.273000', '223218.276000', '223218.278000', '223218.281000', '223218.284000', '223218.287000', '223218.289000', '223218.292000', '223218.294000', '223218.298000', '223218.302000'], 'InstanceCreationTime': ['222607.123000', '222607.126000', '222607.129000', '222607.132000', '222607.134000', '222607.137000', '222607.140000', '222607.147000', '222607.149000', '222607.152000', '222607.155000', '222607.157000', '222607.160000', '222607.162000', '222607.165000', '222607.167000', '222607.170000', '222607.173000', '222607.175000', '222607.178000', '222607.180000', '222607.183000', '222607.185000', '222607.188000', '222607.190000', '222607.193000', '222607.196000', '222607.198000', '222607.201000', '222607.203000', '222607.206000', '222607.208000', '222627.085000', '222627.088000', '222627.091000', '222627.093000', '222627.096000', '222627.098000', '222627.101000', '222627.107000', '222627.109000', '222627.112000', '222627.114000', '222627.117000', '222627.120000', '222627.122000', '222627.125000', '222627.127000', '222627.130000', '222627.133000', '222627.135000', '222627.138000', '222627.140000', '222627.143000', '222627.145000', '222627.148000', '222627.150000', '222627.153000', '222627.156000', '222627.158000', '222627.161000', '222627.163000', '222627.166000', '222627.168000', '222627.171000', '222627.173000', '222627.176000', '222627.178000', '222627.181000', '222627.184000', '222627.186000', '222627.189000', '222627.191000', '222627.194000', '222627.197000', '222647.086000', '222647.088000', '222647.091000', '222647.093000', '222647.096000', '222647.099000', '222647.101000', '222647.104000', '222647.106000', '222647.109000', '222647.111000', '222647.114000', '222647.117000', '222647.119000', '222647.122000', '222647.124000', '222647.127000', '222647.129000', '222647.132000', '222647.134000', '222647.137000', '222647.140000', '222647.142000', '222647.145000', '222647.147000', '222647.150000', '222647.153000', '222647.155000', '222647.158000', '222647.160000', '222647.163000', '222647.166000', '222647.168000', '222647.171000', '222647.173000', '222647.176000', '222647.179000', '222647.181000', '222647.184000', '222647.186000', '222647.189000', '222647.192000', '222647.194000', '222647.197000', '222707.086000', '222707.088000', '222707.091000', '222707.094000', '222707.096000', '222707.099000', '222707.101000', '222707.104000', '222707.107000', '222707.109000', '222707.112000', '222707.114000', '222707.117000', '222707.119000', '222707.122000', '222707.125000', '222707.127000', '222707.130000', '222707.132000', '222707.135000', '222707.137000', '222707.140000', '222707.143000', '222707.145000', '222707.148000', '222707.150000', '222707.153000', '222707.156000', '222707.158000', '222707.161000', '222707.163000', '222707.166000', '222707.168000', '222707.171000', '222707.174000', '222707.176000', '222707.188000', '222707.191000', '222707.193000', '222707.196000', '222707.199000', '222707.201000', '222707.204000', '222727.086000', '222727.089000', '222727.092000', '222727.094000', '222727.097000', '222727.099000', '222727.102000', '222727.105000', '222727.107000', '222727.110000', '222727.112000', '222727.115000', '222727.118000', '222727.120000', '222727.123000', '222727.125000', '222727.128000', '222727.131000', '222727.134000', '222727.137000', '222727.140000', '222727.142000', '222727.145000', '222727.148000', '222727.150000', '222727.153000', '222727.155000', '222727.158000', '222727.160000', '222727.163000', '222727.166000', '222727.168000', '222727.171000', '222727.173000', '222727.176000', '222727.179000', '222727.181000', '222727.184000', '222727.186000', '222727.189000', '222727.191000', '222727.194000', '222727.196000', '222727.199000', '222747.085000', '222747.088000', '222747.091000', '222747.093000', '222747.096000', '222747.099000', '222747.101000', '222747.104000', '222747.107000', '222747.109000', '222747.112000', '222747.114000', '222747.117000', '222747.119000', '222747.122000', '222747.124000', '222747.127000', '222747.130000', '222747.132000', '222747.135000', '222747.137000', '222747.140000', '222747.143000', '222747.145000', '222747.148000', '222747.150000', '222747.153000', '222747.155000', '222747.158000', '222747.160000', '222747.163000', '222747.166000', '222747.168000', '222747.171000', '222747.173000', '222747.176000', '222747.179000', '222747.181000', '222747.184000', '222747.186000', '222747.189000', '222747.191000', '222747.194000', '222807.085000', '222807.088000', '222807.091000', '222807.093000', '222807.096000', '222807.099000', '222807.101000', '222807.104000', '222807.106000', '222807.109000', '222807.112000', '222807.114000', '222807.117000', '222807.120000', '222807.122000', '222807.125000', '222807.127000', '222807.130000', '222807.132000', '222807.135000', '222807.138000', '222807.140000', '222807.143000', '222807.146000', '222807.148000', '222807.151000', '222807.153000', '222807.156000', '222807.158000', '222807.161000', '222807.164000', '222807.166000', '222807.169000', '222807.171000', '222807.174000', '222807.177000', '222807.180000', '222807.183000', '222807.186000', '222807.188000', '222807.191000', '222807.194000', '222807.196000', '222827.086000', '222827.088000', '222827.091000', '222827.094000', '222827.096000', '222827.099000', '222827.102000', '222827.104000', '222827.107000', '222827.109000', '222827.112000', '222827.115000', '222827.117000', '222827.120000', '222827.122000', '222827.125000', '222827.128000', '222827.130000', '222827.133000', '222827.135000', '222827.138000', '222827.141000', '222827.143000', '222827.146000', '222827.148000', '222827.151000', '222827.154000', '222827.156000', '222827.159000', '222827.161000', '222827.164000', '222827.167000', '222827.169000', '222827.172000', '222827.174000', '222827.177000', '222827.180000', '222827.182000', '222827.185000', '222827.187000', '222827.190000', '222827.193000', '222827.195000', '222827.198000', '222847.085000', '222847.088000', '222847.091000', '222847.094000', '222847.096000', '222847.099000', '222847.101000', '222847.104000', '222847.107000', '222847.109000', '222847.112000', '222847.115000', '222847.117000', '222847.120000', '222847.122000', '222847.126000', '222847.129000', '222847.131000', '222847.134000', '222847.137000', '222847.139000', '222847.142000', '222847.144000', '222847.147000', '222847.150000', '222847.152000', '222847.155000', '222847.157000', '222847.160000', '222847.163000', '222847.165000', '222847.168000', '222847.179000', '222847.182000', '222847.185000', '222847.187000', '222847.190000', '222847.192000', '222847.195000', '222847.197000', '222847.200000', '222847.203000', '222847.205000', '222907.085000', '222907.088000', '222907.091000', '222907.094000', '222907.096000', '222907.099000', '222907.102000', '222907.104000', '222907.107000', '222907.109000', '222907.112000', '222907.115000', '222907.117000', '222907.120000', '222907.122000', '222907.125000', '222907.128000', '222907.130000', '222907.133000', '222907.136000', '222907.138000', '222907.141000', '222907.143000', '222907.146000', '222907.148000', '222907.151000', '222907.154000', '222907.156000', '222907.159000', '222907.161000', '222907.164000', '222907.167000', '222907.169000', '222907.172000', '222907.174000', '222907.177000', '222907.179000', '222907.182000', '222907.185000', '222907.187000', '222907.190000', '222907.192000', '222907.195000', '222907.197000', '222927.086000', '222927.088000', '222927.091000', '222927.094000', '222927.096000', '222927.099000', '222927.101000', '222927.104000', '222927.107000', '222927.109000', '222927.112000', '222927.114000', '222927.117000', '222927.119000', '222927.122000', '222927.125000', '222927.127000', '222927.130000', '222927.132000', '222927.135000', '222927.138000', '222927.140000', '222927.143000', '222927.145000', '222927.148000', '222927.150000', '222927.153000', '222927.156000', '222927.158000', '222927.161000', '222927.163000', '222927.166000', '222927.169000', '222927.171000', '222927.174000', '222927.176000', '222927.179000', '222927.181000', '222927.184000', '222927.187000', '222927.189000', '222927.192000', '222927.195000', '222947.085000', '222947.088000', '222947.091000', '222947.094000', '222947.096000', '222947.099000', '222947.101000', '222947.104000', '222947.107000', '222947.109000', '222947.112000', '222947.114000', '222947.117000', '222947.119000', '222947.122000', '222947.125000', '222947.127000', '222947.130000', '222947.132000', '222947.135000', '222947.138000', '222947.140000', '222947.143000', '222947.145000', '222947.148000', '222947.150000', '222947.153000', '222947.156000', '222947.158000', '222947.161000', '222947.163000', '222947.166000', '222947.169000', '222947.171000', '222947.174000', '222947.176000', '222947.179000', '222947.181000', '222947.184000', '222947.187000', '222947.189000', '222947.192000', '222947.194000', '222947.197000', '223007.085000', '223007.088000', '223007.091000', '223007.094000', '223007.096000', '223007.099000', '223007.101000', '223007.104000', '223007.107000', '223007.109000', '223007.112000', '223007.115000', '223007.117000', '223007.120000', '223007.123000', '223007.125000', '223007.128000', '223007.131000', '223007.133000', '223007.136000', '223007.138000', '223007.141000', '223007.144000', '223007.146000', '223007.149000', '223007.151000', '223007.154000', '223007.157000', '223007.160000', '223007.164000', '223007.167000', '223007.170000', '223007.173000', '223007.175000', '223007.178000', '223007.180000', '223007.183000', '223007.186000', '223007.188000', '223007.191000', '223007.193000', '223007.196000', '223007.198000', '223027.085000', '223027.088000', '223027.091000', '223027.094000', '223027.096000', '223027.099000', '223027.101000', '223027.104000', '223027.106000', '223027.109000', '223027.112000', '223027.114000', '223027.117000', '223027.119000', '223027.132000', '223027.135000', '223027.138000', '223027.140000', '223027.143000', '223027.145000', '223027.148000', '223027.150000', '223027.153000', '223027.156000', '223027.158000', '223027.161000', '223027.163000', '223027.166000', '223027.169000', '223027.171000', '223027.174000', '223027.176000', '223027.179000', '223027.182000', '223027.184000', '223027.187000', '223027.189000', '223027.192000', '223027.194000', '223027.197000', '223027.200000', '223027.202000', '223027.205000', '223027.208000', '223047.086000', '223047.089000', '223047.091000', '223047.094000', '223047.096000', '223047.099000', '223047.102000', '223047.104000', '223047.107000', '223047.109000', '223047.112000', '223047.115000', '223047.117000', '223047.120000', '223047.122000', '223047.125000', '223047.128000', '223047.130000', '223047.133000', '223047.136000', '223047.139000', '223047.142000', '223047.145000', '223047.147000', '223047.150000', '223047.153000', '223047.155000', '223047.158000', '223047.161000', '223047.163000', '223047.166000', '223047.168000', '223047.171000', '223047.174000', '223047.176000', '223047.179000', '223047.182000', '223047.184000', '223047.187000', '223047.189000', '223047.192000', '223047.195000', '223047.197000', '223107.086000', '223107.089000', '223107.091000', '223107.094000', '223107.096000', '223107.099000', '223107.101000', '223107.104000', '223107.107000', '223107.109000', '223107.112000', '223107.115000', '223107.117000', '223107.120000', '223107.122000', '223107.125000', '223107.127000', '223107.130000', '223107.133000', '223107.135000', '223107.138000', '223107.140000', '223107.143000', '223107.146000', '223107.148000', '223107.151000', '223107.153000', '223107.156000', '223107.159000', '223107.161000', '223107.164000', '223107.166000', '223107.169000', '223107.172000', '223107.174000', '223107.177000', '223107.179000', '223107.182000', '223107.184000', '223107.187000', '223107.190000', '223107.192000', '223107.195000', '223107.197000', '223127.085000', '223127.088000', '223127.091000', '223127.094000', '223127.096000', '223127.099000', '223127.101000', '223127.104000', '223127.107000', '223127.109000', '223127.112000', '223127.114000', '223127.117000', '223127.120000', '223127.122000', '223127.125000', '223127.127000', '223127.130000', '223127.133000', '223127.135000', '223127.138000', '223127.140000', '223127.143000', '223127.147000', '223127.150000', '223127.153000', '223127.155000', '223127.158000', '223127.160000', '223127.163000', '223127.166000', '223127.168000', '223127.171000', '223127.173000', '223127.176000', '223127.179000', '223127.181000', '223127.184000', '223127.187000', '223127.190000', '223127.192000', '223127.195000', '223127.197000', '223147.085000', '223147.088000', '223147.091000', '223147.094000', '223147.096000', '223147.099000', '223147.101000', '223147.104000', '223147.107000', '223147.109000', '223147.112000', '223147.115000', '223147.117000', '223147.120000', '223147.123000', '223147.125000', '223147.128000', '223147.130000', '223147.133000', '223147.136000', '223147.138000', '223147.141000', '223147.143000', '223147.146000', '223147.177000', '223147.180000', '223147.183000', '223147.186000', '223147.188000', '223147.191000', '223147.194000', '223147.196000', '223147.199000', '223147.201000', '223147.204000', '223147.207000', '223147.209000', '223147.212000', '223147.215000', '223147.218000', '223147.220000', '223147.223000', '223147.226000', '223147.228000', '223207.085000', '223207.088000', '223207.091000', '223207.093000', '223207.096000', '223207.099000', '223207.101000', '223207.104000', '223207.106000', '223207.109000', '223207.112000', '223207.114000', '223207.117000', '223207.119000', '223207.122000', '223207.124000', '223207.127000', '223207.130000', '223207.132000', '223207.135000', '223207.137000', '223207.140000', '223207.143000', '223207.145000', '223207.148000', '223207.151000', '223207.153000', '223207.156000', '223207.158000', '223207.161000', '223207.164000', '223207.166000', '223207.169000', '223207.171000', '223207.174000', '223207.177000', '223207.179000', '223207.182000', '223207.184000', '223207.187000', '223207.189000', '223207.192000', '223207.195000', '223218.228000', '223218.232000', '223218.234000', '223218.237000', '223218.240000', '223218.243000', '223218.246000', '223218.248000', '223218.253000', '223218.259000', '223218.262000', '223218.265000', '223218.268000', '223218.270000', '223218.273000', '223218.276000', '223218.278000', '223218.281000', '223218.284000', '223218.287000', '223218.289000', '223218.292000', '223218.294000', '223218.298000', '223218.302000'], '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': [7711, 14869, 8562, 14122, 8139, 13924, 9175, 13641, 10161, 8067, 8587, 7383, 9111, 8544, 8645, 9583, 9154, 9516, 8554, 12310, 7986, 14338, 7845, 12257, 7909, 12350, 7711, 11089, 7722, 11296, 7738, 11139, 8028, 8729, 7936, 8375, 8027, 9485, 7922, 8022, 9108, 7462, 8825, 7505, 10148, 7209, 11167, 7428, 11414, 8006, 12713, 8707, 14400, 8506, 14277, 8303, 13669, 9016, 14331, 10423, 12390, 7947, 12016, 7926, 14170, 8004, 14550, 8650, 10554, 8113, 8575, 7875, 10591, 8073, 9518, 7986, 8597, 7879, 8310, 8323, 7502, 9006, 7284, 8924, 7313, 9936, 7246, 10326, 7267, 10034, 7606, 10694, 8016, 11564, 7965, 11449, 8087, 11860, 8678, 12120, 8025, 12560, 8337, 12458, 8472, 12809, 8441, 13575, 7960, 13351, 8256, 12957, 8984, 12546, 7788, 12422, 8046, 11067, 8582, 7841, 8865, 7426, 9797, 7598, 10666, 7227, 10697, 7126, 10633, 7254, 12465, 7980, 11280, 8076, 11302, 8380, 12416, 8082, 13617, 7737, 12885, 7926, 10750, 8076, 7761, 8583, 7464, 9837, 7502, 10581, 8171, 13133, 8540, 7317, 10043, 8005, 10994, 8892, 7368, 10791, 7027, 12409, 7228, 13084, 7971, 13550, 8010, 12454, 7972, 11132, 8034, 10834, 7758, 10569, 7905, 11313, 7858, 9081, 7968, 8538, 7941, 11603, 7799, 14166, 7954, 14436, 8162, 13161, 8358, 12611, 9059, 12940, 8185, 12355, 7751, 12481, 8043, 11943, 8549, 12052, 7713, 11593, 7419, 11923, 8467, 12440, 8372, 12714, 7686, 11246, 7324, 11022, 7317, 10275, 7297, 9187, 7412, 8840, 7190, 8622, 7279, 8615, 7102, 8650, 7305, 8517, 7703, 9012, 7396, 9202, 7042, 8841, 7485, 10203, 7305, 10109, 7252, 9450, 7304, 9880, 7331, 10344, 7501, 10156, 7587, 10059, 7375, 10910, 7260, 11239, 7225, 10171, 7116, 9819, 7247, 10489, 7282, 10110, 7343, 9823, 7187, 10787, 7549, 11384, 8102, 10879, 7924, 10979, 7410, 10790, 7776, 12204, 8329, 11441, 8097, 10921, 7980, 11410, 8180, 10744, 8481, 9287, 8162, 7640, 9608, 7515, 11994, 8010, 9430, 8939, 7632, 9953, 7469, 9557, 9046, 9432, 10070, 9859, 7822, 9430, 7622, 9096, 7333, 10083, 7922, 10166, 7784, 10302, 7658, 10740, 8319, 9295, 8072, 8169, 8412, 7845, 8648, 7527, 9266, 7356, 9017, 7390, 10166, 7267, 10463, 7471, 10118, 7536, 10738, 8108, 11745, 7891, 12334, 8248, 14169, 9041, 9685, 8684, 7652, 8900, 8038, 10621, 7287, 11390, 7478, 10730, 7529, 12797, 7753, 13095, 7797, 12100, 8324, 12740, 8789, 13901, 7868, 11607, 7867, 11236, 8436, 7641, 9015, 7513, 9411, 7565, 10878, 7400, 10122, 7210, 9962, 7570, 12422, 7953, 11656, 7886, 11228, 8091, 12381, 8106, 11840, 7877, 12417, 8221, 10103, 8794, 7661, 9024, 7729, 9642, 7396, 10718, 7146, 10390, 7539, 10168, 7937, 11814, 8334, 12670, 7794, 13153, 7901, 13599, 8816, 14837, 9911, 10200, 8289, 8034, 8756, 7822, 9459, 7519, 10473, 7493, 9835, 7418, 10177, 7123, 11546, 7576, 10105, 7276, 9875, 7479, 10580, 7965, 10808, 7668, 10835, 7890, 11065, 7766, 11557, 7654, 11543, 7988, 11307, 8451, 12025, 7666, 12430, 7932, 12549, 8207, 12299, 7866, 12468, 7768, 12380, 7952, 12878, 8188, 11679, 7814, 12728, 7837, 13181, 8729, 9829, 8343, 8891, 8224, 8009, 9388, 7437, 9673, 7336, 10225, 7320, 11959, 8216, 13034, 7929, 12216, 8078, 13203, 8864, 14180, 7917, 11577, 7938, 10045, 8472, 7670, 9579, 7590, 10165, 7430, 12846, 7314, 13214, 7691, 12153, 8043, 12823, 8654, 13238, 7767, 13302, 7645, 13157, 8775, 12950, 7930, 12774, 7846, 13163, 8151, 12912, 8651, 12290, 7651, 8839, 8671, 7988, 9459, 7376, 9735, 7408, 9924, 7565, 12061, 7990, 12525, 8022, 13089, 8767, 10470, 8465, 7593, 8904, 7611, 10538, 7463, 12350, 7602, 12418, 8280, 13557, 9006, 14118, 8327, 14021, 7909, 13614, 8639, 13024, 9239, 7662, 8284, 7688, 8497, 8086, 9922, 7430, 10764, 7772, 10740, 7944, 11853, 8353, 12581, 7554, 12613, 7982, 12856, 8746, 8974, 8225, 7875, 8563, 7574, 9493, 7583, 9991, 7349, 10126, 7391, 11473, 8108, 11474, 7893, 11751, 7933, 13375, 8986, 9254, 8438, 7466, 8800, 7788, 10153, 7492, 10514, 7499, 11887, 8162, 13620, 8207, 13559, 8000, 13636, 9431, 12893, 8522, 10305, 8014, 10245, 8774, 7904, 10143, 7638, 11734, 7868, 7176, 9715, 7586, 11339, 8377, 7808, 8863, 7634, 11196, 7768, 13482, 7496, 12519, 7874, 13585, 8685, 12872, 8015, 12320, 8082, 12360, 7984, 12485, 7640, 10385, 8598, 7772, 9278, 7531, 9161, 7462, 10082, 7557, 10363, 7681, 10824, 8207, 11434, 7807, 12017, 7961, 12280, 8938, 11448, 8234, 8444, 8688, 7660, 9460, 7467, 10142, 7241, 10548, 7353, 13224, 8577, 13599, 8514, 13492, 9803, 13413, 8393, 9589, 8504, 7757, 11209, 7330, 11767, 7909, 13485, 8687, 14537, 8347, 13602, 8153, 11404, 9148, 7685, 9548, 7560, 9895, 7347, 12839, 8510, 16120, 7997, 9712, 8999, 7315, 11073, 8077, 7408, 11313, 7956, 13599, 8491, 14258, 10020, 15261, 10741, 15356, 8299, 11969, 7929, 10995, 8750, 7663, 9062, 7769, 8822, 7529, 9635, 7492, 9844, 7546, 10005, 7355, 10485, 7769, 12176, 7703, 11197, 7784, 10828, 7984, 11403, 7786, 12192, 7674, 11861, 7981, 12971, 8649, 8331, 8858, 7715, 9369, 7659, 9962, 7087, 12268, 7302, 12742, 7566, 12029, 8078, 12742, 8187, 12768, 7865, 12058, 7503, 12544, 7616, 13528, 7673, 12500, 7490, 12519, 7439, 13462, 7817, 12080, 7764, 11209, 7795, 11728, 8268, 11942, 7787, 11253, 8165, 11385, 8017, 12027, 7678, 11758, 7898, 13011, 8909, 13099, 7725, 13678, 7911, 13288, 9454, 13263, 7927, 11126, 7843, 9880, 7942, 8388, 8730, 7637, 8620, 7735, 9124, 7469, 10145, 7120, 9911, 7625, 10389, 7055, 11997, 7310, 10479, 7152, 10648, 7899, 12319, 7870, 11357, 7892, 11436, 8269, 12638, 7696, 12839, 7850, 13174, 8356], 'WindowCenter': [4312.0, 4365.0, 4302.0, 4338.0, 4278.0, 4336.0, 4298.0, 4325.0, 4294.0, 4261.0, 4273.0, 4251.0, 4284.0, 4272.0, 4273.0, 4280.0, 4281.0, 4280.0, 4271.0, 4300.0, 4262.0, 4321.0, 4273.0, 4300.0, 4261.0, 4310.0, 4262.0, 4301.0, 4275.0, 4312.0, 4276.0, 4313.0, 4274.0, 4283.0, 4276.0, 4285.0, 4286.0, 4305.0, 4286.0, 4275.0, 4297.0, 4263.0, 4296.0, 4277.0, 4306.0, 4267.0, 4316.0, 4265.0, 4312.0, 4275.0, 4325.0, 4286.0, 4334.0, 4285.0, 4323.0, 4274.0, 4323.0, 4285.0, 4332.0, 4304.0, 4312.0, 4273.0, 4312.0, 4273.0, 4322.0, 4275.0, 4331.0, 4283.0, 4291.0, 4273.0, 4281.0, 4275.0, 4303.0, 4276.0, 4292.0, 4275.0, 4284.0, 4286.0, 4284.0, 4285.0, 4275.0, 4298.0, 4275.0, 4308.0, 4275.0, 4305.0, 4265.0, 4305.0, 4276.0, 4305.0, 4278.0, 4305.0, 4289.0, 4317.0, 4286.0, 4314.0, 4276.0, 4313.0, 4286.0, 4313.0, 4276.0, 4323.0, 4285.0, 4326.0, 4287.0, 4323.0, 4285.0, 4334.0, 4276.0, 4324.0, 4285.0, 4323.0, 4295.0, 4325.0, 4275.0, 4324.0, 4287.0, 4314.0, 4286.0, 4273.0, 4294.0, 4265.0, 4306.0, 4275.0, 4304.0, 4265.0, 4305.0, 4264.0, 4305.0, 4267.0, 4326.0, 4274.0, 4313.0, 4273.0, 4313.0, 4288.0, 4325.0, 4291.0, 4335.0, 4277.0, 4325.0, 4287.0, 4304.0, 4276.0, 4275.0, 4285.0, 4264.0, 4307.0, 4279.0, 4316.0, 4287.0, 4337.0, 4299.0, 4276.0, 4319.0, 4300.0, 4328.0, 4299.0, 4278.0, 4317.0, 4266.0, 4326.0, 4266.0, 4328.0, 4277.0, 4325.0, 4262.0, 4312.0, 4273.0, 4301.0, 4273.0, 4303.0, 4275.0, 4304.0, 4275.0, 4313.0, 4277.0, 4294.0, 4286.0, 4295.0, 4287.0, 4328.0, 4289.0, 4347.0, 4287.0, 4346.0, 4287.0, 4326.0, 4287.0, 4326.0, 4287.0, 4324.0, 4276.0, 4314.0, 4275.0, 4325.0, 4276.0, 4313.0, 4287.0, 4325.0, 4277.0, 4315.0, 4277.0, 4325.0, 4289.0, 4325.0, 4287.0, 4325.0, 4275.0, 4314.0, 4264.0, 4304.0, 4264.0, 4293.0, 4251.0, 4282.0, 4250.0, 4282.0, 4251.0, 4273.0, 4252.0, 4273.0, 4253.0, 4282.0, 4265.0, 4286.0, 4276.0, 4296.0, 4276.0, 4297.0, 4266.0, 4297.0, 4265.0, 4306.0, 4265.0, 4306.0, 4266.0, 4296.0, 4277.0, 4306.0, 4266.0, 4306.0, 4266.0, 4305.0, 4276.0, 4306.0, 4266.0, 4305.0, 4267.0, 4316.0, 4265.0, 4306.0, 4266.0, 4296.0, 4265.0, 4304.0, 4265.0, 4305.0, 4265.0, 4305.0, 4267.0, 4316.0, 4276.0, 4315.0, 4286.0, 4314.0, 4276.0, 4315.0, 4266.0, 4315.0, 4276.0, 4324.0, 4286.0, 4315.0, 4287.0, 4316.0, 4288.0, 4326.0, 4289.0, 4317.0, 4298.0, 4296.0, 4288.0, 4277.0, 4308.0, 4278.0, 4328.0, 4290.0, 4307.0, 4297.0, 4277.0, 4309.0, 4266.0, 4297.0, 4284.0, 4286.0, 4293.0, 4294.0, 4263.0, 4284.0, 4263.0, 4284.0, 4266.0, 4305.0, 4288.0, 4320.0, 4279.0, 4306.0, 4278.0, 4316.0, 4288.0, 4296.0, 4287.0, 4285.0, 4286.0, 4288.0, 4298.0, 4288.0, 4299.0, 4277.0, 4297.0, 4278.0, 4307.0, 4278.0, 4318.0, 4277.0, 4319.0, 4290.0, 4316.0, 4289.0, 4326.0, 4291.0, 4337.0, 4300.0, 4348.0, 4299.0, 4297.0, 4287.0, 4277.0, 4297.0, 4287.0, 4317.0, 4266.0, 4317.0, 4265.0, 4306.0, 4277.0, 4327.0, 4275.0, 4338.0, 4274.0, 4314.0, 4287.0, 4325.0, 4285.0, 4335.0, 4277.0, 4313.0, 4288.0, 4316.0, 4288.0, 4274.0, 4295.0, 4265.0, 4297.0, 4276.0, 4308.0, 4265.0, 4305.0, 4265.0, 4294.0, 4264.0, 4313.0, 4274.0, 4312.0, 4275.0, 4312.0, 4277.0, 4324.0, 4276.0, 4315.0, 4277.0, 4327.0, 4285.0, 4305.0, 4287.0, 4274.0, 4285.0, 4274.0, 4296.0, 4264.0, 4305.0, 4254.0, 4304.0, 4264.0, 4304.0, 4277.0, 4315.0, 4285.0, 4323.0, 4275.0, 4325.0, 4277.0, 4336.0, 4298.0, 4335.0, 4306.0, 4294.0, 4273.0, 4272.0, 4284.0, 4263.0, 4295.0, 4263.0, 4302.0, 4263.0, 4293.0, 4264.0, 4295.0, 4254.0, 4304.0, 4263.0, 4292.0, 4262.0, 4290.0, 4264.0, 4302.0, 4275.0, 4302.0, 4267.0, 4304.0, 4277.0, 4315.0, 4276.0, 4313.0, 4276.0, 4313.0, 4277.0, 4305.0, 4277.0, 4313.0, 4266.0, 4322.0, 4275.0, 4326.0, 4286.0, 4313.0, 4276.0, 4326.0, 4276.0, 4325.0, 4276.0, 4323.0, 4286.0, 4315.0, 4278.0, 4327.0, 4276.0, 4326.0, 4287.0, 4304.0, 4286.0, 4297.0, 4287.0, 4274.0, 4297.0, 4267.0, 4296.0, 4264.0, 4307.0, 4278.0, 4327.0, 4289.0, 4338.0, 4277.0, 4324.0, 4288.0, 4326.0, 4297.0, 4336.0, 4277.0, 4317.0, 4288.0, 4306.0, 4288.0, 4276.0, 4296.0, 4276.0, 4307.0, 4277.0, 4326.0, 4265.0, 4325.0, 4275.0, 4324.0, 4277.0, 4324.0, 4287.0, 4324.0, 4275.0, 4335.0, 4277.0, 4324.0, 4286.0, 4324.0, 4276.0, 4323.0, 4273.0, 4323.0, 4275.0, 4324.0, 4284.0, 4314.0, 4275.0, 4285.0, 4285.0, 4274.0, 4296.0, 4267.0, 4296.0, 4266.0, 4305.0, 4276.0, 4326.0, 4277.0, 4327.0, 4288.0, 4337.0, 4297.0, 4306.0, 4286.0, 4275.0, 4296.0, 4277.0, 4306.0, 4268.0, 4327.0, 4276.0, 4326.0, 4287.0, 4336.0, 4287.0, 4336.0, 4286.0, 4334.0, 4276.0, 4324.0, 4286.0, 4324.0, 4285.0, 4264.0, 4274.0, 4263.0, 4285.0, 4275.0, 4295.0, 4264.0, 4305.0, 4275.0, 4315.0, 4277.0, 4316.0, 4288.0, 4326.0, 4277.0, 4324.0, 4288.0, 4324.0, 4286.0, 4284.0, 4286.0, 4277.0, 4287.0, 4277.0, 4307.0, 4276.0, 4308.0, 4277.0, 4306.0, 4267.0, 4316.0, 4278.0, 4316.0, 4277.0, 4315.0, 4288.0, 4334.0, 4298.0, 4296.0, 4288.0, 4266.0, 4298.0, 4277.0, 4308.0, 4277.0, 4307.0, 4277.0, 4327.0, 4288.0, 4336.0, 4287.0, 4337.0, 4277.0, 4335.0, 4297.0, 4324.0, 4286.0, 4306.0, 4275.0, 4307.0, 4287.0, 4275.0, 4307.0, 4279.0, 4328.0, 4287.0, 4270.0, 4311.0, 4290.0, 4328.0, 4314.0, 4290.0, 4299.0, 4277.0, 4316.0, 4273.0, 4338.0, 4266.0, 4324.0, 4275.0, 4324.0, 4274.0, 4313.0, 4264.0, 4313.0, 4277.0, 4312.0, 4275.0, 4324.0, 4276.0, 4304.0, 4283.0, 4274.0, 4295.0, 4278.0, 4297.0, 4267.0, 4305.0, 4275.0, 4305.0, 4276.0, 4304.0, 4275.0, 4315.0, 4277.0, 4314.0, 4277.0, 4324.0, 4297.0, 4314.0, 4286.0, 4286.0, 4287.0, 4276.0, 4310.0, 4266.0, 4305.0, 4266.0, 4304.0, 4267.0, 4326.0, 4284.0, 4325.0, 4286.0, 4325.0, 4308.0, 4337.0, 4286.0, 4293.0, 4287.0, 4276.0, 4317.0, 4267.0, 4326.0, 4276.0, 4337.0, 4287.0, 4335.0, 4286.0, 4335.0, 4275.0, 4315.0, 4296.0, 4263.0, 4294.0, 4273.0, 4295.0, 4266.0, 4325.0, 4285.0, 4345.0, 4276.0, 4294.0, 4296.0, 4277.0, 4317.0, 4288.0, 4277.0, 4317.0, 4286.0, 4336.0, 4287.0, 4335.0, 4298.0, 4334.0, 4304.0, 4333.0, 4272.0, 4302.0, 4262.0, 4292.0, 4273.0, 4262.0, 4283.0, 4263.0, 4284.0, 4264.0, 4295.0, 4265.0, 4294.0, 4275.0, 4295.0, 4266.0, 4306.0, 4276.0, 4315.0, 4276.0, 4304.0, 4276.0, 4306.0, 4277.0, 4315.0, 4276.0, 4324.0, 4277.0, 4314.0, 4278.0, 4337.0, 4288.0, 4286.0, 4286.0, 4276.0, 4298.0, 4276.0, 4306.0, 4266.0, 4326.0, 4266.0, 4326.0, 4276.0, 4314.0, 4275.0, 4325.0, 4288.0, 4326.0, 4275.0, 4314.0, 4266.0, 4326.0, 4275.0, 4324.0, 4276.0, 4325.0, 4265.0, 4325.0, 4266.0, 4325.0, 4263.0, 4313.0, 4264.0, 4302.0, 4265.0, 4315.0, 4275.0, 4312.0, 4265.0, 4303.0, 4275.0, 4315.0, 4276.0, 4313.0, 4274.0, 4314.0, 4276.0, 4324.0, 4287.0, 4335.0, 4276.0, 4324.0, 4276.0, 4323.0, 4296.0, 4323.0, 4275.0, 4313.0, 4275.0, 4296.0, 4276.0, 4284.0, 4299.0, 4276.0, 4286.0, 4276.0, 4297.0, 4266.0, 4306.0, 4266.0, 4296.0, 4276.0, 4307.0, 4267.0, 4315.0, 4264.0, 4304.0, 4256.0, 4306.0, 4275.0, 4311.0, 4275.0, 4315.0, 4288.0, 4315.0, 4286.0, 4315.0, 4276.0, 4325.0, 4275.0, 4334.0, 4287.0], 'WindowWidth': [9569.0, 9626.0, 9532.0, 9571.0, 9490.0, 9564.0, 9514.0, 9546.0, 9502.0, 9453.0, 9471.0, 9441.0, 9485.0, 9469.0, 9470.0, 9477.0, 9479.0, 9475.0, 9465.0, 9502.0, 9456.0, 9535.0, 9470.0, 9502.0, 9453.0, 9516.0, 9456.0, 9505.0, 9478.0, 9523.0, 9480.0, 9524.0, 9477.0, 9485.0, 9482.0, 9490.0, 9496.0, 9519.0, 9496.0, 9477.0, 9510.0, 9462.0, 9508.0, 9485.0, 9522.0, 9470.0, 9535.0, 9464.0, 9526.0, 9478.0, 9546.0, 9494.0, 9555.0, 9490.0, 9539.0, 9475.0, 9539.0, 9493.0, 9550.0, 9516.0, 9521.0, 9472.0, 9522.0, 9472.0, 9536.0, 9477.0, 9548.0, 9486.0, 9493.0, 9471.0, 9479.0, 9477.0, 9514.0, 9482.0, 9496.0, 9476.0, 9487.0, 9494.0, 9491.0, 9494.0, 9479.0, 9515.0, 9480.0, 9533.0, 9479.0, 9518.0, 9465.0, 9519.0, 9482.0, 9519.0, 9487.0, 9519.0, 9504.0, 9536.0, 9495.0, 9527.0, 9483.0, 9527.0, 9495.0, 9527.0, 9480.0, 9540.0, 9493.0, 9546.0, 9497.0, 9540.0, 9494.0, 9557.0, 9480.0, 9541.0, 9494.0, 9540.0, 9505.0, 9542.0, 9479.0, 9542.0, 9497.0, 9529.0, 9494.0, 9472.0, 9502.0, 9465.0, 9522.0, 9478.0, 9516.0, 9465.0, 9516.0, 9464.0, 9519.0, 9469.0, 9546.0, 9474.0, 9525.0, 9476.0, 9528.0, 9501.0, 9545.0, 9512.0, 9560.0, 9484.0, 9545.0, 9498.0, 9515.0, 9480.0, 9477.0, 9492.0, 9464.0, 9524.0, 9493.0, 9535.0, 9497.0, 9564.0, 9517.0, 9485.0, 9544.0, 9523.0, 9556.0, 9518.0, 9488.0, 9540.0, 9470.0, 9550.0, 9469.0, 9554.0, 9482.0, 9544.0, 9456.0, 9521.0, 9471.0, 9505.0, 9473.0, 9511.0, 9480.0, 9516.0, 9481.0, 9526.0, 9483.0, 9504.0, 9496.0, 9507.0, 9500.0, 9555.0, 9505.0, 9580.0, 9500.0, 9577.0, 9498.0, 9548.0, 9498.0, 9547.0, 9497.0, 9540.0, 9479.0, 9527.0, 9479.0, 9543.0, 9484.0, 9528.0, 9496.0, 9544.0, 9485.0, 9533.0, 9485.0, 9546.0, 9504.0, 9546.0, 9496.0, 9544.0, 9478.0, 9529.0, 9463.0, 9516.0, 9461.0, 9497.0, 9438.0, 9480.0, 9437.0, 9481.0, 9442.0, 9473.0, 9442.0, 9472.0, 9447.0, 9485.0, 9465.0, 9496.0, 9482.0, 9509.0, 9482.0, 9510.0, 9468.0, 9511.0, 9467.0, 9521.0, 9467.0, 9521.0, 9467.0, 9508.0, 9486.0, 9520.0, 9469.0, 9521.0, 9469.0, 9520.0, 9485.0, 9522.0, 9469.0, 9520.0, 9470.0, 9533.0, 9466.0, 9522.0, 9468.0, 9507.0, 9465.0, 9516.0, 9465.0, 9517.0, 9466.0, 9519.0, 9472.0, 9536.0, 9482.0, 9533.0, 9497.0, 9530.0, 9481.0, 9533.0, 9469.0, 9532.0, 9483.0, 9543.0, 9495.0, 9531.0, 9498.0, 9535.0, 9502.0, 9551.0, 9504.0, 9536.0, 9514.0, 9509.0, 9501.0, 9484.0, 9527.0, 9487.0, 9554.0, 9506.0, 9526.0, 9513.0, 9484.0, 9529.0, 9468.0, 9509.0, 9488.0, 9493.0, 9498.0, 9499.0, 9456.0, 9486.0, 9459.0, 9487.0, 9467.0, 9517.0, 9500.0, 9546.0, 9491.0, 9521.0, 9489.0, 9536.0, 9500.0, 9508.0, 9497.0, 9493.0, 9496.0, 9500.0, 9512.0, 9502.0, 9516.0, 9483.0, 9511.0, 9487.0, 9523.0, 9485.0, 9540.0, 9485.0, 9544.0, 9506.0, 9536.0, 9501.0, 9549.0, 9507.0, 9565.0, 9522.0, 9582.0, 9517.0, 9509.0, 9496.0, 9483.0, 9511.0, 9498.0, 9538.0, 9469.0, 9538.0, 9465.0, 9520.0, 9483.0, 9551.0, 9479.0, 9569.0, 9477.0, 9529.0, 9496.0, 9545.0, 9493.0, 9558.0, 9484.0, 9528.0, 9501.0, 9536.0, 9500.0, 9476.0, 9506.0, 9465.0, 9511.0, 9481.0, 9525.0, 9463.0, 9518.0, 9466.0, 9503.0, 9462.0, 9526.0, 9476.0, 9524.0, 9480.0, 9524.0, 9483.0, 9543.0, 9481.0, 9533.0, 9484.0, 9549.0, 9494.0, 9517.0, 9496.0, 9476.0, 9491.0, 9476.0, 9507.0, 9463.0, 9518.0, 9448.0, 9515.0, 9463.0, 9514.0, 9483.0, 9531.0, 9493.0, 9540.0, 9479.0, 9544.0, 9485.0, 9560.0, 9513.0, 9558.0, 9521.0, 9500.0, 9473.0, 9469.0, 9489.0, 9459.0, 9503.0, 9459.0, 9510.0, 9458.0, 9499.0, 9460.0, 9504.0, 9447.0, 9512.0, 9456.0, 9495.0, 9455.0, 9491.0, 9461.0, 9509.0, 9476.0, 9509.0, 9468.0, 9515.0, 9484.0, 9530.0, 9481.0, 9526.0, 9481.0, 9524.0, 9483.0, 9516.0, 9483.0, 9525.0, 9466.0, 9536.0, 9479.0, 9544.0, 9495.0, 9526.0, 9480.0, 9547.0, 9481.0, 9544.0, 9483.0, 9540.0, 9497.0, 9532.0, 9487.0, 9549.0, 9483.0, 9545.0, 9497.0, 9514.0, 9493.0, 9508.0, 9497.0, 9477.0, 9510.0, 9468.0, 9507.0, 9465.0, 9523.0, 9487.0, 9550.0, 9501.0, 9565.0, 9485.0, 9543.0, 9501.0, 9548.0, 9511.0, 9561.0, 9485.0, 9537.0, 9501.0, 9521.0, 9501.0, 9482.0, 9508.0, 9482.0, 9525.0, 9485.0, 9550.0, 9467.0, 9547.0, 9479.0, 9543.0, 9484.0, 9542.0, 9496.0, 9542.0, 9480.0, 9557.0, 9483.0, 9541.0, 9495.0, 9540.0, 9479.0, 9537.0, 9473.0, 9537.0, 9479.0, 9540.0, 9489.0, 9528.0, 9478.0, 9491.0, 9492.0, 9476.0, 9507.0, 9469.0, 9505.0, 9470.0, 9519.0, 9482.0, 9548.0, 9484.0, 9551.0, 9501.0, 9564.0, 9511.0, 9519.0, 9496.0, 9478.0, 9508.0, 9484.0, 9522.0, 9473.0, 9550.0, 9482.0, 9547.0, 9499.0, 9560.0, 9498.0, 9560.0, 9495.0, 9556.0, 9479.0, 9541.0, 9493.0, 9541.0, 9491.0, 9459.0, 9474.0, 9459.0, 9491.0, 9477.0, 9504.0, 9462.0, 9517.0, 9478.0, 9531.0, 9484.0, 9533.0, 9499.0, 9546.0, 9485.0, 9544.0, 9500.0, 9543.0, 9495.0, 9489.0, 9495.0, 9483.0, 9498.0, 9484.0, 9525.0, 9482.0, 9525.0, 9484.0, 9521.0, 9471.0, 9536.0, 9486.0, 9533.0, 9486.0, 9532.0, 9501.0, 9558.0, 9514.0, 9507.0, 9501.0, 9470.0, 9513.0, 9484.0, 9526.0, 9484.0, 9523.0, 9485.0, 9551.0, 9500.0, 9562.0, 9498.0, 9564.0, 9484.0, 9558.0, 9512.0, 9543.0, 9495.0, 9519.0, 9480.0, 9521.0, 9497.0, 9478.0, 9523.0, 9487.0, 9554.0, 9499.0, 9480.0, 9535.0, 9509.0, 9557.0, 9546.0, 9507.0, 9518.0, 9484.0, 9537.0, 9475.0, 9565.0, 9467.0, 9541.0, 9478.0, 9542.0, 9474.0, 9525.0, 9461.0, 9524.0, 9486.0, 9521.0, 9477.0, 9541.0, 9480.0, 9515.0, 9487.0, 9475.0, 9504.0, 9487.0, 9509.0, 9469.0, 9516.0, 9479.0, 9517.0, 9481.0, 9517.0, 9479.0, 9531.0, 9482.0, 9528.0, 9483.0, 9541.0, 9510.0, 9529.0, 9494.0, 9493.0, 9497.0, 9482.0, 9534.0, 9468.0, 9519.0, 9468.0, 9518.0, 9470.0, 9549.0, 9490.0, 9546.0, 9496.0, 9545.0, 9526.0, 9562.0, 9494.0, 9502.0, 9496.0, 9480.0, 9537.0, 9469.0, 9547.0, 9481.0, 9566.0, 9499.0, 9560.0, 9494.0, 9556.0, 9478.0, 9531.0, 9507.0, 9459.0, 9502.0, 9473.0, 9503.0, 9467.0, 9545.0, 9493.0, 9573.0, 9482.0, 9502.0, 9508.0, 9485.0, 9539.0, 9503.0, 9485.0, 9538.0, 9495.0, 9562.0, 9498.0, 9559.0, 9511.0, 9556.0, 9514.0, 9549.0, 9468.0, 9507.0, 9455.0, 9494.0, 9470.0, 9453.0, 9482.0, 9459.0, 9487.0, 9461.0, 9502.0, 9464.0, 9501.0, 9479.0, 9504.0, 9469.0, 9519.0, 9480.0, 9529.0, 9479.0, 9514.0, 9481.0, 9520.0, 9483.0, 9530.0, 9482.0, 9543.0, 9485.0, 9530.0, 9487.0, 9564.0, 9500.0, 9493.0, 9494.0, 9481.0, 9512.0, 9481.0, 9522.0, 9468.0, 9548.0, 9467.0, 9547.0, 9481.0, 9529.0, 9480.0, 9545.0, 9501.0, 9547.0, 9480.0, 9530.0, 9469.0, 9547.0, 9479.0, 9543.0, 9479.0, 9542.0, 9464.0, 9544.0, 9467.0, 9542.0, 9459.0, 9525.0, 9461.0, 9509.0, 9463.0, 9529.0, 9476.0, 9522.0, 9463.0, 9510.0, 9479.0, 9528.0, 9479.0, 9526.0, 9476.0, 9529.0, 9481.0, 9542.0, 9496.0, 9559.0, 9480.0, 9542.0, 9479.0, 9539.0, 9509.0, 9539.0, 9476.0, 9527.0, 9478.0, 9505.0, 9482.0, 9489.0, 9517.0, 9480.0, 9494.0, 9480.0, 9510.0, 9468.0, 9521.0, 9467.0, 9507.0, 9480.0, 9524.0, 9470.0, 9531.0, 9462.0, 9515.0, 9453.0, 9518.0, 9477.0, 9522.0, 9477.0, 9529.0, 9499.0, 9532.0, 9495.0, 9529.0, 9480.0, 9546.0, 9480.0, 9558.0, 9499.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.0003763007159904535</td></tr>
<tr><td colspan=3>aqi</td><td>0.018320723389021482</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.95325054770609</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2112313872520915</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9911505893428906</td></tr>
<tr><td colspan=3>efc</td><td>0.4521</td></tr>
<tr><td colspan=3>fber</td><td>8090.5952</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06657395008690802</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.35799522673031026</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.522066918968054</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4139383060835895</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7680217521870367</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3842406986335347</td></tr>
<tr><td colspan=3>gcor</td><td>0.0053785</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019495025277137756</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03210806846618652</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.761668044199899</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>26.8621</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.47</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.1085</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307677.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>848.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.0534</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1978</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.3384</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3560.479</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3781.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68867.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1073.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4704.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.1319</td></tr>
<tr><td colspan=3>tsnr</td><td>44.73249547649175</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>