ds005256-mriqc/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 7dc1a62e7d [DATALAD RUNCMD] Compute MRIQC for sub-0044
=== 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-0044 --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-0044",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:01:03 +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-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-02/func/sub-0044_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>d4f56807d931f38c3c311aecbecda15b</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>14:12:3.625000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999891, 0.00041791, -0.0147312, 0.000523557, 0.997959, 0.063848]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0959226</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7735, -7266, 433, -109, -39, 9, 120]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.116</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d7ef2f18-2cd9-49e1-a299-4636e5de2b0f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682635545730591, 0.0014046651776880026, -0.03976510092616081, 113.01078033447266], [-0.0011212207609787583, 2.677452325820923, 0.17239168286323547, -100.03107452392578], [-0.03952270746231079, -0.1712995022535324, 2.694197416305542, -66.20437622070312], [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': ['141203.625000', '141204.085000', '141204.545000', '141205.005000', '141205.465000', '141205.925000', '141206.385000', '141206.845000', '141207.305000', '141207.765000', '141208.225000', '141208.685000', '141209.145000', '141209.605000', '141210.065000', '141210.525000', '141210.985000', '141211.445000', '141211.905000', '141212.365000', '141212.825000', '141213.285000', '141213.745000', '141214.205000', '141214.665000', '141215.125000', '141215.585000', '141216.045000', '141216.505000', '141216.965000', '141217.425000', '141217.885000', '141218.345000', '141218.805000', '141219.265000', '141219.725000', '141220.185000', '141220.645000', '141221.105000', '141221.565000', '141222.025000', '141222.485000', '141222.945000', '141223.405000', '141223.865000', '141224.325000', '141224.785000', '141225.245000', '141225.705000', '141226.165000', '141226.625000', '141227.085000', '141227.545000', '141228.005000', '141228.465000', '141228.925000', '141229.385000', '141229.845000', '141230.305000', '141230.765000', '141231.225000', '141231.685000', '141232.145000', '141232.605000', '141233.065000', '141233.525000', '141233.985000', '141234.445000', '141234.905000', '141235.365000', '141235.825000', '141236.285000', '141236.745000', '141237.205000', '141237.665000', '141238.125000', '141238.585000', '141239.045000', '141239.505000', '141239.965000', '141240.425000', '141240.885000', '141241.345000', '141241.805000', '141242.265000', '141242.725000', '141243.185000', '141243.645000', '141244.105000', '141244.565000', '141245.025000', '141245.485000', '141245.945000', '141246.405000', '141246.865000', '141247.325000', '141247.785000', '141248.245000', '141248.705000', '141249.165000', '141249.625000', '141250.085000', '141250.545000', '141251.005000', '141251.465000', '141251.925000', '141252.385000', '141252.845000', '141253.305000', '141253.765000', '141254.225000', '141254.685000', '141255.145000', '141255.605000', '141256.065000', '141256.525000', '141256.985000', '141257.445000', '141257.905000', '141258.365000', '141258.825000', '141259.285000', '141259.745000', '141300.205000', '141300.665000', '141301.125000', '141301.585000', '141302.045000', '141302.505000', '141302.965000', '141303.425000', '141303.885000', '141304.345000', '141304.805000', '141305.265000', '141305.725000', '141306.185000', '141306.645000', '141307.105000', '141307.565000', '141308.025000', '141308.485000', '141308.945000', '141309.405000', '141309.865000', '141310.325000', '141310.785000', '141311.245000', '141311.705000', '141312.165000', '141312.625000', '141313.085000', '141313.545000', '141314.005000', '141314.465000', '141314.925000', '141315.385000', '141315.845000', '141316.305000', '141316.765000', '141317.225000', '141317.685000', '141318.145000', '141318.605000', '141319.065000', '141319.525000', '141319.985000', '141320.445000', '141320.905000', '141321.365000', '141321.825000', '141322.285000', '141322.745000', '141323.205000', '141323.665000', '141324.125000', '141324.585000', '141325.045000', '141325.505000', '141325.965000', '141326.425000', '141326.885000', '141327.345000', '141327.805000', '141328.265000', '141328.725000', '141329.185000', '141329.645000', '141330.105000', '141330.565000', '141331.025000', '141331.485000', '141331.945000', '141332.405000', '141332.865000', '141333.325000', '141333.785000', '141334.245000', '141334.705000', '141335.165000', '141335.625000', '141336.085000', '141336.545000', '141337.005000', '141337.465000', '141337.925000', '141338.385000', '141338.845000', '141339.305000', '141339.765000', '141340.225000', '141340.685000', '141341.145000', '141341.605000', '141342.065000', '141342.525000', '141342.985000', '141343.445000', '141343.905000', '141344.365000', '141344.825000', '141345.285000', '141345.745000', '141346.205000', '141346.665000', '141347.125000', '141347.585000', '141348.045000', '141348.505000', '141348.965000', '141349.425000', '141349.885000', '141350.345000', '141350.805000', '141351.265000', '141351.725000', '141352.185000', '141352.645000', '141353.105000', '141353.565000', '141354.025000', '141354.485000', '141354.945000', '141355.405000', '141355.865000', '141356.325000', '141356.785000', '141357.245000', '141357.705000', '141358.165000', '141358.625000', '141359.085000', '141359.545000', '141400.005000', '141400.465000', '141400.925000', '141401.385000', '141401.845000', '141402.305000', '141402.765000', '141403.225000', '141403.685000', '141404.145000', '141404.605000', '141405.065000', '141405.525000', '141405.985000', '141406.445000', '141406.905000', '141407.365000', '141407.825000', '141408.285000', '141408.745000', '141409.205000', '141409.665000', '141410.125000', '141410.585000', '141411.045000', '141411.505000', '141411.965000', '141412.425000', '141412.885000', '141413.345000', '141413.805000', '141414.265000', '141414.725000', '141415.185000', '141415.645000', '141416.105000', '141416.565000', '141417.025000', '141417.485000', '141417.945000', '141418.405000', '141418.865000', '141419.325000', '141419.785000', '141420.245000', '141420.705000', '141421.165000', '141421.625000', '141422.085000', '141422.545000', '141423.005000', '141423.465000', '141423.925000', '141424.385000', '141424.845000', '141425.305000', '141425.765000', '141426.225000', '141426.685000', '141427.145000', '141427.605000', '141428.065000', '141428.525000', '141428.985000', '141429.445000', '141429.905000', '141430.365000', '141430.825000', '141431.285000', '141431.745000', '141432.205000', '141432.665000', '141433.125000', '141433.585000', '141434.045000', '141434.505000', '141434.965000', '141435.425000', '141435.885000', '141436.345000', '141436.805000', '141437.265000', '141437.725000', '141438.185000', '141438.645000', '141439.105000', '141439.565000', '141440.025000', '141440.485000', '141440.945000', '141441.405000', '141441.865000', '141442.325000', '141442.785000', '141443.245000', '141443.705000', '141444.165000', '141444.625000', '141445.085000', '141445.545000', '141446.005000', '141446.465000', '141446.925000', '141447.385000', '141447.845000', '141448.305000', '141448.765000', '141449.225000', '141449.685000', '141450.145000', '141450.605000', '141451.065000', '141451.525000', '141451.985000', '141452.445000', '141452.905000', '141453.365000', '141453.825000', '141454.285000', '141454.745000', '141455.205000', '141455.665000', '141456.125000', '141456.585000', '141457.045000', '141457.505000', '141457.965000', '141458.425000', '141458.885000', '141459.345000', '141459.805000', '141500.265000', '141500.725000', '141501.185000', '141501.645000', '141502.105000', '141502.565000', '141503.025000', '141503.485000', '141503.945000', '141504.405000', '141504.865000', '141505.325000', '141505.785000', '141506.245000', '141506.705000', '141507.165000', '141507.625000', '141508.085000', '141508.545000', '141509.005000', '141509.465000', '141509.925000', '141510.385000', '141510.845000', '141511.305000', '141511.765000', '141512.225000', '141512.685000', '141513.145000', '141513.605000', '141514.065000', '141514.525000', '141514.985000', '141515.445000', '141515.905000', '141516.365000', '141516.825000', '141517.285000', '141517.745000', '141518.205000', '141518.665000', '141519.125000', '141519.585000', '141520.045000', '141520.505000', '141520.965000', '141521.425000', '141521.885000', '141522.345000', '141522.805000', '141523.265000', '141523.725000', '141524.185000', '141524.645000', '141525.105000', '141525.565000', '141526.025000', '141526.485000', '141526.945000', '141527.405000', '141527.865000', '141528.325000', '141528.785000', '141529.245000', '141529.705000', '141530.165000', '141530.625000', '141531.085000', '141531.545000', '141532.005000', '141532.465000', '141532.925000', '141533.385000', '141533.845000', '141534.305000', '141534.765000', '141535.225000', '141535.685000', '141536.145000', '141536.605000', '141537.065000', '141537.525000', '141537.985000', '141538.445000', '141538.905000', '141539.365000', '141539.825000', '141540.285000', '141540.745000', '141541.205000', '141541.665000', '141542.125000', '141542.585000', '141543.045000', '141543.505000', '141543.965000', '141544.425000', '141544.885000', '141545.345000', '141545.805000', '141546.265000', '141546.725000', '141547.185000', '141547.645000', '141548.105000', '141548.565000', '141549.025000', '141549.485000', '141549.945000', '141550.405000', '141550.865000', '141551.325000', '141551.785000', '141552.245000', '141552.705000', '141553.165000', '141553.625000', '141554.085000', '141554.545000', '141555.005000', '141555.465000', '141555.925000', '141556.385000', '141556.845000', '141557.305000', '141557.765000', '141558.225000', '141558.685000', '141559.145000', '141559.605000', '141600.065000', '141600.525000', '141600.985000', '141601.445000', '141601.905000', '141602.365000', '141602.825000', '141603.285000', '141603.745000', '141604.205000', '141604.665000', '141605.125000', '141605.585000', '141606.045000', '141606.505000', '141606.965000', '141607.425000', '141607.885000', '141608.345000', '141608.805000', '141609.265000', '141609.725000', '141610.185000', '141610.645000', '141611.105000', '141611.565000', '141612.025000', '141612.485000', '141612.945000', '141613.405000', '141613.865000', '141614.325000', '141614.785000', '141615.245000', '141615.705000', '141616.165000', '141616.625000', '141617.085000', '141617.545000', '141618.005000', '141618.465000', '141618.925000', '141619.385000', '141619.845000', '141620.305000', '141620.765000', '141621.225000', '141621.685000', '141622.145000', '141622.605000', '141623.065000', '141623.525000', '141623.985000', '141624.445000', '141624.905000', '141625.365000', '141625.825000', '141626.285000', '141626.745000', '141627.205000', '141627.665000', '141628.125000', '141628.585000', '141629.045000', '141629.505000', '141629.965000', '141630.425000', '141630.885000', '141631.345000', '141631.805000', '141632.265000', '141632.725000', '141633.185000', '141633.645000', '141634.105000', '141634.565000', '141635.025000', '141635.485000', '141635.945000', '141636.405000', '141636.865000', '141637.325000', '141637.785000', '141638.245000', '141638.705000', '141639.165000', '141639.625000', '141640.085000', '141640.545000', '141641.005000', '141641.465000', '141641.925000', '141642.385000', '141642.845000', '141643.305000', '141643.765000', '141644.225000', '141644.685000', '141645.145000', '141645.605000', '141646.065000', '141646.525000', '141646.985000', '141647.445000', '141647.905000', '141648.365000', '141648.825000', '141649.285000', '141649.745000', '141650.205000', '141650.665000', '141651.125000', '141651.585000', '141652.045000', '141652.505000', '141652.965000', '141653.425000', '141653.885000', '141654.345000', '141654.805000', '141655.265000', '141655.725000', '141656.185000', '141656.645000', '141657.105000', '141657.565000', '141658.025000', '141658.485000', '141658.945000', '141659.405000', '141659.865000', '141700.325000', '141700.785000', '141701.245000', '141701.705000', '141702.165000', '141702.625000', '141703.085000', '141703.545000', '141704.005000', '141704.465000', '141704.925000', '141705.385000', '141705.845000', '141706.305000', '141706.765000', '141707.225000', '141707.685000', '141708.145000', '141708.605000', '141709.065000', '141709.525000', '141709.985000', '141710.445000', '141710.905000', '141711.365000', '141711.825000', '141712.285000', '141712.745000', '141713.205000', '141713.665000', '141714.125000', '141714.585000', '141715.045000', '141715.505000', '141715.965000', '141716.425000', '141716.885000', '141717.345000', '141717.805000', '141718.265000', '141718.725000', '141719.185000', '141719.645000', '141720.105000', '141720.565000', '141721.025000', '141721.485000', '141721.945000', '141722.405000', '141722.865000', '141723.325000', '141723.785000', '141724.245000', '141724.705000', '141725.165000', '141725.625000', '141726.085000', '141726.545000', '141727.005000', '141727.465000', '141727.925000', '141728.385000', '141728.845000', '141729.305000', '141729.765000', '141730.225000', '141730.685000', '141731.145000', '141731.605000', '141732.065000', '141732.525000', '141732.985000', '141733.445000', '141733.905000', '141734.365000', '141734.825000', '141735.285000', '141735.745000', '141736.205000', '141736.665000', '141737.125000', '141737.585000', '141738.045000', '141738.505000', '141738.965000', '141739.425000', '141739.885000', '141740.345000', '141740.805000', '141741.265000', '141741.725000', '141742.185000', '141742.645000', '141743.105000', '141743.565000', '141744.025000', '141744.485000', '141744.945000', '141745.405000', '141745.865000', '141746.325000', '141746.785000', '141747.245000', '141747.705000', '141748.165000', '141748.625000', '141749.085000', '141749.545000', '141750.005000', '141750.465000', '141750.925000', '141751.385000', '141751.845000', '141752.305000', '141752.765000', '141753.225000', '141753.685000', '141754.145000', '141754.605000', '141755.065000', '141755.525000', '141755.985000', '141756.445000', '141756.905000', '141757.365000', '141757.825000', '141758.285000', '141758.745000', '141759.205000', '141759.665000', '141800.125000', '141800.585000', '141801.045000', '141801.505000', '141801.965000', '141802.425000', '141802.885000', '141803.345000', '141803.805000', '141804.265000', '141804.725000', '141805.185000', '141805.645000', '141806.105000', '141806.565000', '141807.025000', '141807.485000', '141807.945000', '141808.405000', '141808.865000', '141809.325000', '141809.785000', '141810.245000', '141810.705000', '141811.165000', '141811.625000', '141812.085000', '141812.545000', '141813.005000', '141813.465000', '141813.925000', '141814.385000', '141814.845000', '141815.305000', '141815.765000', '141816.225000', '141816.685000', '141817.145000', '141817.605000', '141818.065000', '141818.525000', '141818.985000', '141819.445000', '141819.905000', '141820.365000', '141820.825000', '141821.285000', '141821.745000', '141822.205000', '141822.665000', '141823.125000', '141823.585000', '141824.045000', '141824.505000', '141824.965000', '141825.425000', '141825.885000', '141826.345000', '141826.805000', '141827.265000', '141827.725000', '141828.185000', '141828.645000', '141829.105000'], 'ContentTime': ['141227.496000', '141227.500000', '141227.503000', '141227.506000', '141227.509000', '141227.512000', '141227.515000', '141227.518000', '141227.521000', '141227.524000', '141227.527000', '141227.538000', '141227.541000', '141227.560000', '141227.563000', '141227.566000', '141227.569000', '141227.572000', '141227.575000', '141227.578000', '141227.581000', '141227.584000', '141227.587000', '141227.590000', '141227.593000', '141227.596000', '141227.599000', '141227.602000', '141227.605000', '141227.613000', '141227.616000', '141227.619000', '141227.622000', '141227.625000', '141227.628000', '141227.631000', '141227.634000', '141227.637000', '141227.640000', '141227.643000', '141227.646000', '141227.649000', '141227.652000', '141227.655000', '141227.658000', '141227.661000', '141227.664000', '141227.667000', '141227.670000', '141227.673000', '141247.458000', '141247.461000', '141247.464000', '141247.467000', '141247.470000', '141247.473000', '141247.476000', '141247.479000', '141247.482000', '141247.485000', '141247.488000', '141247.491000', '141247.494000', '141247.497000', '141247.500000', '141247.503000', '141247.506000', '141247.515000', '141247.517000', '141247.521000', '141247.523000', '141247.526000', '141247.529000', '141247.532000', '141247.535000', '141247.538000', '141247.541000', '141247.544000', '141247.547000', '141247.550000', '141247.553000', '141247.556000', '141247.559000', '141247.562000', '141247.565000', '141247.568000', '141247.572000', '141247.578000', '141247.581000', '141247.584000', '141247.587000', '141247.590000', '141247.593000', '141307.458000', '141307.461000', '141307.464000', '141307.467000', '141307.470000', '141307.473000', '141307.476000', '141307.479000', '141307.482000', '141307.485000', '141307.488000', '141307.491000', '141307.494000', '141307.497000', '141307.500000', '141307.503000', '141307.506000', '141307.509000', '141307.512000', '141307.515000', '141307.518000', '141307.521000', '141307.524000', '141307.527000', '141307.530000', '141307.533000', '141307.536000', '141307.539000', '141307.542000', '141307.545000', '141307.547000', '141307.550000', '141307.553000', '141307.556000', '141307.559000', '141307.566000', '141307.569000', '141307.572000', '141307.575000', '141307.578000', '141307.581000', '141307.584000', '141307.587000', '141307.590000', '141327.458000', '141327.461000', '141327.464000', '141327.467000', '141327.470000', '141327.473000', '141327.476000', '141327.479000', '141327.482000', '141327.485000', '141327.488000', '141327.491000', '141327.494000', '141327.497000', '141327.500000', '141327.503000', '141327.506000', '141327.509000', '141327.512000', '141327.515000', '141327.523000', '141327.526000', '141327.529000', '141327.532000', '141327.535000', '141327.539000', '141327.542000', '141327.545000', '141327.548000', '141327.551000', '141327.554000', '141327.557000', '141327.561000', '141327.564000', '141327.566000', '141327.569000', '141327.572000', '141327.575000', '141327.578000', '141327.581000', '141327.584000', '141327.587000', '141327.591000', '141347.458000', '141347.461000', '141347.464000', '141347.467000', '141347.470000', '141347.473000', '141347.476000', '141347.479000', '141347.482000', '141347.485000', '141347.488000', '141347.491000', '141347.494000', '141347.497000', '141347.500000', '141347.504000', '141347.507000', '141347.510000', '141347.513000', '141347.516000', '141347.519000', '141347.522000', '141347.525000', '141347.528000', '141347.531000', '141347.534000', '141347.537000', '141347.545000', '141347.548000', '141347.551000', '141347.554000', '141347.557000', '141347.560000', '141347.563000', '141347.566000', '141347.569000', '141347.572000', '141347.575000', '141347.578000', '141347.581000', '141347.584000', '141347.587000', '141347.590000', '141347.593000', '141407.459000', '141407.462000', '141407.465000', '141407.468000', '141407.471000', '141407.474000', '141407.477000', '141407.480000', '141407.483000', '141407.486000', '141407.489000', '141407.492000', '141407.495000', '141407.498000', '141407.501000', '141407.504000', '141407.520000', '141407.523000', '141407.526000', '141407.529000', '141407.532000', '141407.535000', '141407.538000', '141407.541000', '141407.544000', '141407.547000', '141407.550000', '141407.553000', '141407.556000', '141407.559000', '141407.562000', '141407.565000', '141407.568000', '141407.571000', '141407.574000', '141407.577000', '141407.580000', '141407.583000', '141407.586000', '141407.589000', '141407.592000', '141407.595000', '141407.598000', '141427.459000', '141427.462000', '141427.465000', '141427.468000', '141427.471000', '141427.474000', '141427.477000', '141427.480000', '141427.483000', '141427.486000', '141427.489000', '141427.492000', '141427.495000', '141427.498000', '141427.501000', '141427.504000', '141427.507000', '141427.510000', '141427.513000', '141427.516000', '141427.519000', '141427.522000', '141427.525000', '141427.528000', '141427.531000', '141427.534000', '141427.537000', '141427.540000', '141427.543000', '141427.546000', '141427.549000', '141427.552000', '141427.555000', '141427.558000', '141427.561000', '141427.564000', '141427.567000', '141427.570000', '141427.573000', '141427.576000', '141427.579000', '141427.582000', '141427.586000', '141427.588000', '141447.458000', '141447.461000', '141447.464000', '141447.467000', '141447.470000', '141447.473000', '141447.476000', '141447.479000', '141447.482000', '141447.485000', '141447.488000', '141447.491000', '141447.494000', '141447.497000', '141447.500000', '141447.503000', '141447.506000', '141447.509000', '141447.512000', '141447.515000', '141447.518000', '141447.521000', '141447.524000', '141447.527000', '141447.530000', '141447.533000', '141447.536000', '141447.539000', '141447.542000', '141447.545000', '141447.548000', '141447.551000', '141447.554000', '141447.557000', '141447.560000', '141447.563000', '141447.566000', '141447.569000', '141447.572000', '141447.576000', '141447.580000', '141447.583000', '141447.586000', '141507.458000', '141507.461000', '141507.464000', '141507.467000', '141507.470000', '141507.473000', '141507.476000', '141507.479000', '141507.482000', '141507.485000', '141507.488000', '141507.491000', '141507.494000', '141507.497000', '141507.500000', '141507.503000', '141507.506000', '141507.509000', '141507.512000', '141507.515000', '141507.518000', '141507.521000', '141507.524000', '141507.527000', '141507.530000', '141507.533000', '141507.536000', '141507.539000', '141507.543000', '141507.546000', '141507.549000', '141507.552000', '141507.555000', '141507.558000', '141507.561000', '141507.564000', '141507.567000', '141507.570000', '141507.573000', '141507.576000', '141507.579000', '141507.582000', '141507.585000', '141507.588000', '141527.458000', '141527.461000', '141527.464000', '141527.467000', '141527.470000', '141527.473000', '141527.476000', '141527.479000', '141527.482000', '141527.485000', '141527.488000', '141527.491000', '141527.494000', '141527.497000', '141527.500000', '141527.503000', '141527.506000', '141527.509000', '141527.512000', '141527.515000', '141527.518000', '141527.521000', '141527.524000', '141527.527000', '141527.530000', '141527.533000', '141527.536000', '141527.539000', '141527.542000', '141527.545000', '141527.548000', '141527.551000', '141527.554000', '141527.557000', '141527.560000', '141527.563000', '141527.566000', '141527.569000', '141527.572000', '141527.576000', '141527.579000', '141527.582000', '141527.585000', '141547.458000', '141547.461000', '141547.464000', '141547.467000', '141547.470000', '141547.473000', '141547.476000', '141547.479000', '141547.482000', '141547.485000', '141547.488000', '141547.491000', '141547.509000', '141547.512000', '141547.515000', '141547.518000', '141547.521000', '141547.524000', '141547.527000', '141547.530000', '141547.533000', '141547.536000', '141547.539000', '141547.542000', '141547.545000', '141547.548000', '141547.551000', '141547.554000', '141547.557000', '141547.560000', '141547.563000', '141547.566000', '141547.569000', '141547.572000', '141547.575000', '141547.578000', '141547.581000', '141547.585000', '141547.588000', '141547.590000', '141547.594000', '141547.597000', '141547.600000', '141607.458000', '141607.461000', '141607.464000', '141607.467000', '141607.470000', '141607.473000', '141607.476000', '141607.479000', '141607.482000', '141607.485000', '141607.488000', '141607.491000', '141607.494000', '141607.497000', '141607.500000', '141607.503000', '141607.506000', '141607.509000', '141607.512000', '141607.515000', '141607.518000', '141607.521000', '141607.524000', '141607.527000', '141607.530000', '141607.534000', '141607.537000', '141607.540000', '141607.542000', '141607.546000', '141607.549000', '141607.552000', '141607.555000', '141607.557000', '141607.560000', '141607.563000', '141607.566000', '141607.569000', '141607.572000', '141607.575000', '141607.578000', '141607.581000', '141607.585000', '141607.588000', '141627.459000', '141627.462000', '141627.465000', '141627.468000', '141627.471000', '141627.474000', '141627.477000', '141627.480000', '141627.483000', '141627.486000', '141627.489000', '141627.492000', '141627.495000', '141627.498000', '141627.501000', '141627.504000', '141627.507000', '141627.510000', '141627.513000', '141627.516000', '141627.519000', '141627.522000', '141627.525000', '141627.528000', '141627.532000', '141627.535000', '141627.538000', '141627.541000', '141627.544000', '141627.547000', '141627.550000', '141627.553000', '141627.556000', '141627.559000', '141627.562000', '141627.565000', '141627.568000', '141627.570000', '141627.573000', '141627.576000', '141627.581000', '141627.584000', '141627.587000', '141647.459000', '141647.462000', '141647.465000', '141647.468000', '141647.471000', '141647.474000', '141647.477000', '141647.480000', '141647.483000', '141647.486000', '141647.489000', '141647.492000', '141647.495000', '141647.498000', '141647.501000', '141647.504000', '141647.507000', '141647.510000', '141647.513000', '141647.516000', '141647.519000', '141647.522000', '141647.525000', '141647.528000', '141647.532000', '141647.535000', '141647.538000', '141647.541000', '141647.544000', '141647.546000', '141647.549000', '141647.552000', '141647.555000', '141647.558000', '141647.561000', '141647.564000', '141647.567000', '141647.570000', '141647.573000', '141647.576000', '141647.579000', '141647.582000', '141647.585000', '141647.588000', '141707.458000', '141707.461000', '141707.466000', '141707.469000', '141707.472000', '141707.475000', '141707.478000', '141707.481000', '141707.485000', '141707.488000', '141707.491000', '141707.494000', '141707.497000', '141707.500000', '141707.503000', '141707.506000', '141707.509000', '141707.512000', '141707.515000', '141707.518000', '141707.521000', '141707.524000', '141707.527000', '141707.530000', '141707.533000', '141707.536000', '141707.539000', '141707.542000', '141707.545000', '141707.548000', '141707.551000', '141707.554000', '141707.557000', '141707.560000', '141707.563000', '141707.566000', '141707.569000', '141707.586000', '141707.589000', '141707.592000', '141707.595000', '141707.598000', '141707.601000', '141727.458000', '141727.461000', '141727.464000', '141727.467000', '141727.470000', '141727.473000', '141727.476000', '141727.479000', '141727.482000', '141727.485000', '141727.488000', '141727.491000', '141727.494000', '141727.497000', '141727.500000', '141727.503000', '141727.506000', '141727.509000', '141727.512000', '141727.515000', '141727.518000', '141727.521000', '141727.525000', '141727.528000', '141727.531000', '141727.534000', '141727.537000', '141727.540000', '141727.543000', '141727.546000', '141727.549000', '141727.552000', '141727.555000', '141727.558000', '141727.561000', '141727.564000', '141727.567000', '141727.570000', '141727.573000', '141727.576000', '141727.579000', '141727.581000', '141727.585000', '141727.588000', '141747.458000', '141747.470000', '141747.473000', '141747.476000', '141747.479000', '141747.482000', '141747.485000', '141747.488000', '141747.491000', '141747.494000', '141747.497000', '141747.503000', '141747.506000', '141747.509000', '141747.512000', '141747.515000', '141747.518000', '141747.521000', '141747.524000', '141747.527000', '141747.530000', '141747.533000', '141747.536000', '141747.539000', '141747.542000', '141747.545000', '141747.548000', '141747.551000', '141747.554000', '141747.557000', '141747.560000', '141747.563000', '141747.566000', '141747.569000', '141747.572000', '141747.575000', '141747.578000', '141747.581000', '141747.584000', '141747.587000', '141747.590000', '141747.593000', '141747.596000', '141807.458000', '141807.461000', '141807.464000', '141807.467000', '141807.470000', '141807.473000', '141807.476000', '141807.479000', '141807.482000', '141807.485000', '141807.488000', '141807.491000', '141807.494000', '141807.497000', '141807.500000', '141807.503000', '141807.506000', '141807.509000', '141807.512000', '141807.515000', '141807.518000', '141807.521000', '141807.524000', '141807.527000', '141807.530000', '141807.533000', '141807.536000', '141807.539000', '141807.542000', '141807.545000', '141807.548000', '141807.551000', '141807.554000', '141807.557000', '141807.560000', '141807.563000', '141807.566000', '141807.569000', '141807.572000', '141807.575000', '141807.578000', '141807.581000', '141807.584000', '141807.587000', '141827.458000', '141827.462000', '141827.465000', '141827.468000', '141827.471000', '141827.474000', '141827.477000', '141827.480000', '141827.483000', '141827.486000', '141827.489000', '141827.492000', '141827.495000', '141827.498000', '141827.501000', '141827.506000', '141827.509000', '141827.512000', '141827.515000', '141827.518000', '141827.521000', '141827.524000', '141827.527000', '141827.530000', '141827.533000', '141827.536000', '141827.539000', '141827.542000', '141827.545000', '141827.548000', '141827.551000', '141827.554000', '141827.557000', '141827.560000', '141827.563000', '141827.566000', '141827.569000', '141827.572000', '141827.575000', '141827.578000', '141827.581000', '141827.584000', '141827.587000', '141830.334000', '141830.338000', '141830.341000', '141830.344000', '141830.347000', '141830.358000', '141830.363000'], 'InstanceCreationTime': ['141227.496000', '141227.500000', '141227.503000', '141227.506000', '141227.509000', '141227.512000', '141227.515000', '141227.518000', '141227.521000', '141227.524000', '141227.527000', '141227.538000', '141227.541000', '141227.560000', '141227.563000', '141227.566000', '141227.569000', '141227.572000', '141227.575000', '141227.578000', '141227.581000', '141227.584000', '141227.587000', '141227.590000', '141227.593000', '141227.596000', '141227.599000', '141227.602000', '141227.605000', '141227.613000', '141227.616000', '141227.619000', '141227.622000', '141227.625000', '141227.628000', '141227.631000', '141227.634000', '141227.637000', '141227.640000', '141227.643000', '141227.646000', '141227.649000', '141227.652000', '141227.655000', '141227.658000', '141227.661000', '141227.664000', '141227.667000', '141227.670000', '141227.673000', '141247.458000', '141247.461000', '141247.464000', '141247.467000', '141247.470000', '141247.473000', '141247.476000', '141247.479000', '141247.482000', '141247.485000', '141247.488000', '141247.491000', '141247.494000', '141247.497000', '141247.500000', '141247.503000', '141247.506000', '141247.515000', '141247.517000', '141247.521000', '141247.523000', '141247.526000', '141247.529000', '141247.532000', '141247.535000', '141247.538000', '141247.541000', '141247.544000', '141247.547000', '141247.550000', '141247.553000', '141247.556000', '141247.559000', '141247.562000', '141247.565000', '141247.568000', '141247.572000', '141247.578000', '141247.581000', '141247.584000', '141247.587000', '141247.590000', '141247.593000', '141307.458000', '141307.461000', '141307.464000', '141307.467000', '141307.470000', '141307.473000', '141307.476000', '141307.479000', '141307.482000', '141307.485000', '141307.488000', '141307.491000', '141307.494000', '141307.497000', '141307.500000', '141307.503000', '141307.506000', '141307.509000', '141307.512000', '141307.515000', '141307.518000', '141307.521000', '141307.524000', '141307.527000', '141307.530000', '141307.533000', '141307.536000', '141307.539000', '141307.542000', '141307.545000', '141307.547000', '141307.550000', '141307.553000', '141307.556000', '141307.559000', '141307.566000', '141307.569000', '141307.572000', '141307.575000', '141307.578000', '141307.581000', '141307.584000', '141307.587000', '141307.590000', '141327.458000', '141327.461000', '141327.464000', '141327.467000', '141327.470000', '141327.473000', '141327.476000', '141327.479000', '141327.482000', '141327.485000', '141327.488000', '141327.491000', '141327.494000', '141327.497000', '141327.500000', '141327.503000', '141327.506000', '141327.509000', '141327.512000', '141327.515000', '141327.523000', '141327.526000', '141327.529000', '141327.532000', '141327.535000', '141327.539000', '141327.542000', '141327.545000', '141327.548000', '141327.551000', '141327.554000', '141327.557000', '141327.561000', '141327.564000', '141327.566000', '141327.569000', '141327.572000', '141327.575000', '141327.578000', '141327.581000', '141327.584000', '141327.587000', '141327.591000', '141347.458000', '141347.461000', '141347.464000', '141347.467000', '141347.470000', '141347.473000', '141347.476000', '141347.479000', '141347.482000', '141347.485000', '141347.488000', '141347.491000', '141347.494000', '141347.497000', '141347.500000', '141347.504000', '141347.507000', '141347.510000', '141347.513000', '141347.516000', '141347.519000', '141347.522000', '141347.525000', '141347.528000', '141347.531000', '141347.534000', '141347.537000', '141347.545000', '141347.548000', '141347.551000', '141347.554000', '141347.557000', '141347.560000', '141347.563000', '141347.566000', '141347.569000', '141347.572000', '141347.575000', '141347.578000', '141347.581000', '141347.584000', '141347.587000', '141347.590000', '141347.593000', '141407.459000', '141407.462000', '141407.465000', '141407.468000', '141407.471000', '141407.474000', '141407.477000', '141407.480000', '141407.483000', '141407.486000', '141407.489000', '141407.492000', '141407.495000', '141407.498000', '141407.501000', '141407.504000', '141407.520000', '141407.523000', '141407.526000', '141407.529000', '141407.532000', '141407.535000', '141407.538000', '141407.541000', '141407.544000', '141407.547000', '141407.550000', '141407.553000', '141407.556000', '141407.559000', '141407.562000', '141407.565000', '141407.568000', '141407.571000', '141407.574000', '141407.577000', '141407.580000', '141407.583000', '141407.586000', '141407.589000', '141407.592000', '141407.595000', '141407.598000', '141427.459000', '141427.462000', '141427.465000', '141427.468000', '141427.471000', '141427.474000', '141427.477000', '141427.480000', '141427.483000', '141427.486000', '141427.489000', '141427.492000', '141427.495000', '141427.498000', '141427.501000', '141427.504000', '141427.507000', '141427.510000', '141427.513000', '141427.516000', '141427.519000', '141427.522000', '141427.525000', '141427.528000', '141427.531000', '141427.534000', '141427.537000', '141427.540000', '141427.543000', '141427.546000', '141427.549000', '141427.552000', '141427.555000', '141427.558000', '141427.561000', '141427.564000', '141427.567000', '141427.570000', '141427.573000', '141427.576000', '141427.579000', '141427.582000', '141427.586000', '141427.588000', '141447.458000', '141447.461000', '141447.464000', '141447.467000', '141447.470000', '141447.473000', '141447.476000', '141447.479000', '141447.482000', '141447.485000', '141447.488000', '141447.491000', '141447.494000', '141447.497000', '141447.500000', '141447.503000', '141447.506000', '141447.509000', '141447.512000', '141447.515000', '141447.518000', '141447.521000', '141447.524000', '141447.527000', '141447.530000', '141447.533000', '141447.536000', '141447.539000', '141447.542000', '141447.545000', '141447.548000', '141447.551000', '141447.554000', '141447.557000', '141447.560000', '141447.563000', '141447.566000', '141447.569000', '141447.572000', '141447.576000', '141447.580000', '141447.583000', '141447.586000', '141507.458000', '141507.461000', '141507.464000', '141507.467000', '141507.470000', '141507.473000', '141507.476000', '141507.479000', '141507.482000', '141507.485000', '141507.488000', '141507.491000', '141507.494000', '141507.497000', '141507.500000', '141507.503000', '141507.506000', '141507.509000', '141507.512000', '141507.515000', '141507.518000', '141507.521000', '141507.524000', '141507.527000', '141507.530000', '141507.533000', '141507.536000', '141507.539000', '141507.543000', '141507.546000', '141507.549000', '141507.552000', '141507.555000', '141507.558000', '141507.561000', '141507.564000', '141507.567000', '141507.570000', '141507.573000', '141507.576000', '141507.579000', '141507.582000', '141507.585000', '141507.588000', '141527.458000', '141527.461000', '141527.464000', '141527.467000', '141527.470000', '141527.473000', '141527.476000', '141527.479000', '141527.482000', '141527.485000', '141527.488000', '141527.491000', '141527.494000', '141527.497000', '141527.500000', '141527.503000', '141527.506000', '141527.509000', '141527.512000', '141527.515000', '141527.518000', '141527.521000', '141527.524000', '141527.527000', '141527.530000', '141527.533000', '141527.536000', '141527.539000', '141527.542000', '141527.545000', '141527.548000', '141527.551000', '141527.554000', '141527.557000', '141527.560000', '141527.563000', '141527.566000', '141527.569000', '141527.572000', '141527.576000', '141527.579000', '141527.582000', '141527.585000', '141547.458000', '141547.461000', '141547.464000', '141547.467000', '141547.470000', '141547.473000', '141547.476000', '141547.479000', '141547.482000', '141547.485000', '141547.488000', '141547.491000', '141547.509000', '141547.512000', '141547.515000', '141547.518000', '141547.521000', '141547.524000', '141547.527000', '141547.530000', '141547.533000', '141547.536000', '141547.539000', '141547.542000', '141547.545000', '141547.548000', '141547.551000', '141547.554000', '141547.557000', '141547.560000', '141547.563000', '141547.566000', '141547.569000', '141547.572000', '141547.575000', '141547.578000', '141547.581000', '141547.585000', '141547.588000', '141547.590000', '141547.594000', '141547.597000', '141547.600000', '141607.458000', '141607.461000', '141607.464000', '141607.467000', '141607.470000', '141607.473000', '141607.476000', '141607.479000', '141607.482000', '141607.485000', '141607.488000', '141607.491000', '141607.494000', '141607.497000', '141607.500000', '141607.503000', '141607.506000', '141607.509000', '141607.512000', '141607.515000', '141607.518000', '141607.521000', '141607.524000', '141607.527000', '141607.530000', '141607.534000', '141607.537000', '141607.540000', '141607.542000', '141607.546000', '141607.549000', '141607.552000', '141607.555000', '141607.557000', '141607.560000', '141607.563000', '141607.566000', '141607.569000', '141607.572000', '141607.575000', '141607.578000', '141607.581000', '141607.585000', '141607.588000', '141627.459000', '141627.462000', '141627.465000', '141627.468000', '141627.471000', '141627.474000', '141627.477000', '141627.480000', '141627.483000', '141627.486000', '141627.489000', '141627.492000', '141627.495000', '141627.498000', '141627.501000', '141627.504000', '141627.507000', '141627.510000', '141627.513000', '141627.516000', '141627.519000', '141627.522000', '141627.525000', '141627.528000', '141627.532000', '141627.535000', '141627.538000', '141627.541000', '141627.544000', '141627.547000', '141627.550000', '141627.553000', '141627.556000', '141627.559000', '141627.562000', '141627.565000', '141627.568000', '141627.570000', '141627.573000', '141627.576000', '141627.581000', '141627.584000', '141627.587000', '141647.459000', '141647.462000', '141647.465000', '141647.468000', '141647.471000', '141647.474000', '141647.477000', '141647.480000', '141647.483000', '141647.486000', '141647.489000', '141647.492000', '141647.495000', '141647.498000', '141647.501000', '141647.504000', '141647.507000', '141647.510000', '141647.513000', '141647.516000', '141647.519000', '141647.522000', '141647.525000', '141647.528000', '141647.532000', '141647.535000', '141647.538000', '141647.541000', '141647.544000', '141647.546000', '141647.549000', '141647.552000', '141647.555000', '141647.558000', '141647.561000', '141647.564000', '141647.567000', '141647.570000', '141647.573000', '141647.576000', '141647.579000', '141647.582000', '141647.585000', '141647.588000', '141707.458000', '141707.461000', '141707.466000', '141707.469000', '141707.472000', '141707.475000', '141707.478000', '141707.481000', '141707.485000', '141707.488000', '141707.491000', '141707.494000', '141707.497000', '141707.500000', '141707.503000', '141707.506000', '141707.509000', '141707.512000', '141707.515000', '141707.518000', '141707.521000', '141707.524000', '141707.527000', '141707.530000', '141707.533000', '141707.536000', '141707.539000', '141707.542000', '141707.545000', '141707.548000', '141707.551000', '141707.554000', '141707.557000', '141707.560000', '141707.563000', '141707.566000', '141707.569000', '141707.586000', '141707.589000', '141707.592000', '141707.595000', '141707.598000', '141707.601000', '141727.458000', '141727.461000', '141727.464000', '141727.467000', '141727.470000', '141727.473000', '141727.476000', '141727.479000', '141727.482000', '141727.485000', '141727.488000', '141727.491000', '141727.494000', '141727.497000', '141727.500000', '141727.503000', '141727.506000', '141727.509000', '141727.512000', '141727.515000', '141727.518000', '141727.521000', '141727.525000', '141727.528000', '141727.531000', '141727.534000', '141727.537000', '141727.540000', '141727.543000', '141727.546000', '141727.549000', '141727.552000', '141727.555000', '141727.558000', '141727.561000', '141727.564000', '141727.567000', '141727.570000', '141727.573000', '141727.576000', '141727.579000', '141727.581000', '141727.585000', '141727.588000', '141747.458000', '141747.470000', '141747.473000', '141747.476000', '141747.479000', '141747.482000', '141747.485000', '141747.488000', '141747.491000', '141747.494000', '141747.497000', '141747.503000', '141747.506000', '141747.509000', '141747.512000', '141747.515000', '141747.518000', '141747.521000', '141747.524000', '141747.527000', '141747.530000', '141747.533000', '141747.536000', '141747.539000', '141747.542000', '141747.545000', '141747.548000', '141747.551000', '141747.554000', '141747.557000', '141747.560000', '141747.563000', '141747.566000', '141747.569000', '141747.572000', '141747.575000', '141747.578000', '141747.581000', '141747.584000', '141747.587000', '141747.590000', '141747.593000', '141747.596000', '141807.458000', '141807.461000', '141807.464000', '141807.467000', '141807.470000', '141807.473000', '141807.476000', '141807.479000', '141807.482000', '141807.485000', '141807.488000', '141807.491000', '141807.494000', '141807.497000', '141807.500000', '141807.503000', '141807.506000', '141807.509000', '141807.512000', '141807.515000', '141807.518000', '141807.521000', '141807.524000', '141807.527000', '141807.530000', '141807.533000', '141807.536000', '141807.539000', '141807.542000', '141807.545000', '141807.548000', '141807.551000', '141807.554000', '141807.557000', '141807.560000', '141807.563000', '141807.566000', '141807.569000', '141807.572000', '141807.575000', '141807.578000', '141807.581000', '141807.584000', '141807.587000', '141827.458000', '141827.462000', '141827.465000', '141827.468000', '141827.471000', '141827.474000', '141827.477000', '141827.480000', '141827.483000', '141827.486000', '141827.489000', '141827.492000', '141827.495000', '141827.498000', '141827.501000', '141827.506000', '141827.509000', '141827.512000', '141827.515000', '141827.518000', '141827.521000', '141827.524000', '141827.527000', '141827.530000', '141827.533000', '141827.536000', '141827.539000', '141827.542000', '141827.545000', '141827.548000', '141827.551000', '141827.554000', '141827.557000', '141827.560000', '141827.563000', '141827.566000', '141827.569000', '141827.572000', '141827.575000', '141827.578000', '141827.581000', '141827.584000', '141827.587000', '141830.334000', '141830.338000', '141830.341000', '141830.344000', '141830.347000', '141830.358000', '141830.363000'], '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': [13818, 10042, 14305, 10430, 9862, 12219, 9795, 14573, 10771, 13599, 12516, 9951, 14611, 9586, 11991, 12489, 8823, 10088, 10412, 9652, 12726, 9045, 12998, 9032, 12266, 10332, 9544, 12703, 9431, 14047, 11097, 12185, 11850, 9453, 13863, 10884, 13642, 10883, 10289, 12700, 9906, 14860, 10978, 13339, 9830, 11152, 12808, 10062, 13310, 9221, 13902, 9945, 12000, 11304, 9875, 12496, 9170, 10808, 11344, 9621, 13718, 9243, 10116, 11932, 10128, 12160, 9881, 13103, 10100, 10898, 9586, 10647, 13181, 9497, 9851, 11933, 10038, 10294, 10662, 10741, 13564, 10050, 12099, 12223, 10066, 13012, 10813, 13184, 13464, 12765, 13478, 9624, 12861, 10369, 9644, 14680, 11882, 14453, 14546, 9492, 13427, 10995, 11691, 14024, 9706, 11897, 12496, 9529, 13441, 10534, 15954, 12341, 12110, 10330, 10023, 12196, 10416, 9537, 13296, 10275, 13843, 10831, 9678, 13434, 9451, 15667, 12672, 12508, 13017, 10079, 14280, 10334, 10782, 13022, 10300, 15129, 10066, 11153, 9882, 8881, 11954, 9284, 12360, 10318, 8947, 10974, 9574, 13904, 9585, 13317, 12555, 9346, 11382, 9662, 12895, 9684, 14138, 9755, 12538, 9579, 8972, 10785, 9202, 13700, 10260, 9167, 9912, 9101, 13398, 9393, 10704, 11122, 9215, 12781, 9043, 12238, 9630, 10068, 11272, 9259, 12969, 9042, 11886, 10273, 9988, 11612, 9347, 13758, 9753, 10383, 10073, 9297, 12827, 9327, 14177, 12738, 9359, 11450, 9060, 14024, 10139, 14075, 13240, 11842, 11603, 8984, 12952, 8782, 13590, 11076, 11903, 11502, 9126, 13657, 8717, 11410, 10285, 10739, 11754, 9674, 13411, 8793, 13981, 8978, 11768, 11434, 10088, 12910, 9638, 14490, 9440, 12589, 11911, 12032, 12178, 9827, 13398, 9067, 13854, 8914, 14330, 9909, 12033, 11373, 9645, 12023, 9270, 13410, 9465, 10475, 11529, 9825, 14127, 9129, 11761, 11467, 9358, 13609, 10105, 13481, 12113, 9510, 13465, 9296, 13448, 12327, 11605, 12766, 9708, 14699, 9433, 12286, 12066, 10274, 14354, 10455, 13455, 9313, 11178, 11597, 9715, 14921, 10960, 13095, 9551, 10768, 11849, 9718, 14676, 10450, 13071, 10877, 9842, 11726, 9836, 14910, 11691, 11597, 11400, 9506, 14233, 8729, 12846, 12532, 10046, 14232, 9080, 11507, 10697, 9740, 13529, 10496, 14894, 13549, 10068, 12846, 9478, 12068, 12088, 10648, 15887, 12307, 9170, 12759, 9470, 15032, 13162, 13181, 13440, 9840, 15546, 10093, 11902, 12356, 10732, 15284, 9951, 11674, 10603, 9999, 13368, 10113, 16360, 13591, 10339, 10956, 9775, 15015, 11203, 13408, 12902, 9833, 11260, 11333, 9451, 12694, 10098, 14209, 10340, 9299, 9927, 10035, 10351, 10697, 9954, 14729, 11458, 13609, 11060, 12858, 12104, 9766, 14380, 11156, 13170, 11266, 9456, 12171, 9784, 15399, 11059, 10968, 10752, 9809, 14273, 10073, 12699, 10299, 12135, 12961, 9932, 15159, 10249, 12724, 10276, 10809, 12523, 10489, 15981, 9711, 10075, 13658, 10826, 10080, 11059, 10180, 14386, 10452, 13958, 12001, 10340, 12859, 10143, 15624, 12564, 13936, 13130, 10057, 12956, 10538, 16452, 12603, 10180, 11808, 10727, 16183, 12560, 10396, 10463, 10465, 13200, 10258, 12333, 11562, 10532, 12833, 10053, 12815, 11888, 10666, 13414, 10496, 14233, 10210, 12820, 12251, 11224, 12799, 11051, 15064, 10679, 15274, 10232, 15713, 10669, 13352, 11693, 10952, 12021, 11035, 14911, 10784, 10871, 10916, 10640, 13492, 10246, 12132, 12046, 10956, 12603, 10308, 14363, 10349, 15177, 13521, 10621, 11955, 10254, 14332, 10218, 13048, 12905, 10584, 15014, 9848, 11739, 11966, 10812, 14316, 10776, 16300, 10199, 13087, 12402, 11096, 14023, 10720, 15978, 10171, 12114, 11304, 11038, 15854, 11787, 11121, 10475, 11021, 12925, 10894, 15191, 10659, 12839, 12208, 11110, 14048, 10642, 15921, 13463, 11733, 11727, 10938, 12960, 10773, 15678, 10434, 13285, 12291, 11169, 13713, 10351, 10728, 11118, 10415, 12564, 12041, 10509, 15052, 10255, 13572, 13190, 11027, 14738, 10460, 13376, 11372, 11057, 11855, 10992, 15226, 12224, 11705, 11685, 10760, 13294, 10706, 15623, 11689, 13376, 11575, 11148, 11404, 11229, 13059, 10695, 15152, 10341, 13048, 12445, 11112, 13796, 10636, 13163, 11360, 11084, 13552, 10993, 14573, 12969, 11163, 13419, 11067, 15343, 11557, 13342, 12435, 10733, 14290, 10448, 14286, 13318, 13192, 13400, 10531, 15395, 9767, 12135, 11813, 10968, 14646, 10551, 15021, 10134, 15331, 10747, 15854, 10853, 14231, 12671, 11098, 11379, 10912, 13177, 10803, 15997, 10407, 10870, 11237, 11099, 14037, 11147, 13169, 11513, 10678, 13653, 12223, 10901, 14204, 10835, 10654, 11097, 10400, 15594, 13422, 10637, 14842, 10240, 10387, 11940, 10053, 15866, 13514, 13647, 13265, 9877, 11781, 9944, 10143, 14476, 11127, 15406, 13896, 10180, 12340, 9777, 14391, 12404, 10444, 15332, 10023, 9937, 11515, 9763, 15394, 12827, 13727, 12155, 9705, 14289, 10109, 13885, 11888, 11084, 13434, 10325, 13015, 11553, 9859, 12920, 10394, 13288, 12424, 10356, 13821, 10730, 15139, 10739, 12466, 12000, 9858, 14682, 10606, 11728, 11116, 9890, 13001, 10093, 14298, 11209, 9900, 10734, 9747, 12895, 9737, 14388, 10412, 14053, 10437, 11832, 11654, 9838, 13357, 9844, 13853, 10710, 10358, 10914, 9995, 11750, 9999, 10543, 10764, 10460, 13774, 10208, 13445, 9564, 10013, 10502, 10598, 14338, 9959, 13397, 11396, 10610, 11367, 10393, 14792, 11441, 13448, 12831, 10319, 13765, 9758, 14943, 12000, 12351, 12647, 9918, 14942, 9675, 12753, 11984, 11454, 13636, 10066, 13891, 11014, 10275, 11805, 10451, 15432, 12412, 10792, 11020, 9784, 13851, 9517, 13166, 12484, 9958, 14829, 9418, 12513, 11690, 13205, 12882, 9924, 15172, 9555, 10038, 10913, 9765, 15893, 10962, 12073, 11691, 9921, 15742, 12748, 12730, 12223, 9857, 11494, 10958, 9910, 12667, 10230, 16128, 12098, 9956, 10776, 9613, 15149, 11794, 16711, 14034, 10207, 11242, 9771, 15460, 12388, 14934, 13083, 9892, 11169, 9796, 15112, 10144, 13227, 12392, 9801, 13675, 10583, 11177, 10326, 10118, 15386, 10388, 12533, 11701, 9822, 11656, 9771, 15803, 13598, 10142, 10890, 10040], 'WindowCenter': [4335.0, 4290.0, 4317.0, 4284.0, 4273.0, 4292.0, 4263.0, 4303.0, 4272.0, 4291.0, 4281.0, 4262.0, 4300.0, 4262.0, 4283.0, 4295.0, 4253.0, 4273.0, 4286.0, 4267.0, 4306.0, 4267.0, 4308.0, 4269.0, 4297.0, 4276.0, 4266.0, 4307.0, 4279.0, 4318.0, 4299.0, 4297.0, 4297.0, 4268.0, 4308.0, 4288.0, 4305.0, 4276.0, 4263.0, 4295.0, 4264.0, 4304.0, 4274.0, 4293.0, 4262.0, 4274.0, 4294.0, 4263.0, 4293.0, 4254.0, 4294.0, 4264.0, 4284.0, 4275.0, 4265.0, 4293.0, 4255.0, 4275.0, 4285.0, 4268.0, 4308.0, 4266.0, 4276.0, 4296.0, 4275.0, 4297.0, 4278.0, 4307.0, 4287.0, 4298.0, 4276.0, 4288.0, 4307.0, 4277.0, 4277.0, 4297.0, 4288.0, 4286.0, 4301.0, 4301.0, 4319.0, 4293.0, 4309.0, 4308.0, 4289.0, 4308.0, 4300.0, 4308.0, 4307.0, 4295.0, 4306.0, 4264.0, 4282.0, 4261.0, 4252.0, 4303.0, 4284.0, 4292.0, 4292.0, 4250.0, 4280.0, 4259.0, 4258.0, 4280.0, 4249.0, 4257.0, 4267.0, 4235.0, 4265.0, 4259.0, 4299.0, 4267.0, 4267.0, 4245.0, 4246.0, 4280.0, 4259.0, 4248.0, 4276.0, 4246.0, 4275.0, 4245.0, 4234.0, 4264.0, 4235.0, 4274.0, 4265.0, 4253.0, 4263.0, 4234.0, 4261.0, 4231.0, 4231.0, 4251.0, 4221.0, 4260.0, 4221.0, 4230.0, 4221.0, 4211.0, 4253.0, 4224.0, 4252.0, 4232.0, 4223.0, 4242.0, 4234.0, 4276.0, 4235.0, 4264.0, 4254.0, 4223.0, 4243.0, 4222.0, 4252.0, 4221.0, 4262.0, 4223.0, 4253.0, 4223.0, 4222.0, 4244.0, 4224.0, 4275.0, 4246.0, 4237.0, 4246.0, 4237.0, 4276.0, 4237.0, 4256.0, 4257.0, 4236.0, 4279.0, 4238.0, 4268.0, 4249.0, 4259.0, 4270.0, 4249.0, 4290.0, 4250.0, 4268.0, 4260.0, 4249.0, 4270.0, 4251.0, 4290.0, 4250.0, 4260.0, 4259.0, 4251.0, 4291.0, 4253.0, 4292.0, 4293.0, 4251.0, 4271.0, 4241.0, 4290.0, 4260.0, 4291.0, 4292.0, 4271.0, 4269.0, 4251.0, 4279.0, 4240.0, 4290.0, 4272.0, 4282.0, 4281.0, 4252.0, 4290.0, 4252.0, 4282.0, 4273.0, 4283.0, 4283.0, 4261.0, 4292.0, 4242.0, 4302.0, 4251.0, 4283.0, 4283.0, 4261.0, 4292.0, 4261.0, 4291.0, 4262.0, 4293.0, 4283.0, 4280.0, 4281.0, 4261.0, 4290.0, 4251.0, 4290.0, 4240.0, 4291.0, 4263.0, 4281.0, 4271.0, 4250.0, 4280.0, 4252.0, 4291.0, 4262.0, 4274.0, 4283.0, 4263.0, 4304.0, 4263.0, 4281.0, 4282.0, 4262.0, 4303.0, 4272.0, 4293.0, 4294.0, 4264.0, 4293.0, 4264.0, 4292.0, 4294.0, 4284.0, 4293.0, 4264.0, 4304.0, 4264.0, 4294.0, 4294.0, 4274.0, 4302.0, 4272.0, 4291.0, 4252.0, 4272.0, 4282.0, 4262.0, 4300.0, 4272.0, 4291.0, 4262.0, 4270.0, 4280.0, 4263.0, 4301.0, 4261.0, 4289.0, 4270.0, 4260.0, 4281.0, 4261.0, 4301.0, 4280.0, 4271.0, 4280.0, 4262.0, 4302.0, 4243.0, 4281.0, 4281.0, 4263.0, 4305.0, 4264.0, 4283.0, 4273.0, 4264.0, 4304.0, 4275.0, 4304.0, 4305.0, 4262.0, 4292.0, 4262.0, 4282.0, 4282.0, 4262.0, 4302.0, 4281.0, 4251.0, 4280.0, 4250.0, 4289.0, 4291.0, 4280.0, 4279.0, 4249.0, 4289.0, 4257.0, 4269.0, 4268.0, 4257.0, 4288.0, 4247.0, 4257.0, 4246.0, 4247.0, 4280.0, 4248.0, 4285.0, 4275.0, 4246.0, 4246.0, 4235.0, 4275.0, 4256.0, 4266.0, 4266.0, 4247.0, 4256.0, 4257.0, 4235.0, 4265.0, 4235.0, 4265.0, 4245.0, 4236.0, 4246.0, 4246.0, 4246.0, 4258.0, 4248.0, 4287.0, 4257.0, 4277.0, 4258.0, 4266.0, 4256.0, 4236.0, 4276.0, 4257.0, 4275.0, 4256.0, 4235.0, 4255.0, 4235.0, 4287.0, 4256.0, 4256.0, 4256.0, 4247.0, 4275.0, 4235.0, 4265.0, 4246.0, 4266.0, 4265.0, 4234.0, 4275.0, 4245.0, 4264.0, 4245.0, 4245.0, 4265.0, 4259.0, 4299.0, 4236.0, 4248.0, 4275.0, 4255.0, 4246.0, 4255.0, 4244.0, 4275.0, 4247.0, 4274.0, 4265.0, 4234.0, 4264.0, 4232.0, 4275.0, 4253.0, 4262.0, 4253.0, 4221.0, 4251.0, 4244.0, 4272.0, 4252.0, 4231.0, 4252.0, 4242.0, 4272.0, 4252.0, 4232.0, 4231.0, 4231.0, 4262.0, 4233.0, 4253.0, 4253.0, 4243.0, 4264.0, 4245.0, 4263.0, 4267.0, 4245.0, 4276.0, 4246.0, 4276.0, 4247.0, 4266.0, 4266.0, 4259.0, 4277.0, 4257.0, 4286.0, 4245.0, 4285.0, 4247.0, 4286.0, 4245.0, 4275.0, 4255.0, 4245.0, 4265.0, 4255.0, 4286.0, 4258.0, 4259.0, 4257.0, 4257.0, 4287.0, 4260.0, 4279.0, 4280.0, 4270.0, 4280.0, 4260.0, 4290.0, 4262.0, 4300.0, 4290.0, 4259.0, 4269.0, 4259.0, 4300.0, 4261.0, 4281.0, 4280.0, 4260.0, 4300.0, 4250.0, 4268.0, 4270.0, 4259.0, 4289.0, 4259.0, 4298.0, 4259.0, 4278.0, 4279.0, 4258.0, 4290.0, 4258.0, 4299.0, 4258.0, 4279.0, 4258.0, 4258.0, 4297.0, 4268.0, 4268.0, 4257.0, 4258.0, 4277.0, 4258.0, 4287.0, 4260.0, 4279.0, 4279.0, 4269.0, 4289.0, 4258.0, 4298.0, 4279.0, 4268.0, 4267.0, 4258.0, 4278.0, 4269.0, 4298.0, 4259.0, 4278.0, 4279.0, 4267.0, 4289.0, 4260.0, 4270.0, 4270.0, 4272.0, 4280.0, 4282.0, 4272.0, 4301.0, 4261.0, 4290.0, 4280.0, 4271.0, 4290.0, 4259.0, 4279.0, 4269.0, 4269.0, 4280.0, 4270.0, 4299.0, 4269.0, 4270.0, 4268.0, 4258.0, 4279.0, 4261.0, 4299.0, 4269.0, 4278.0, 4268.0, 4257.0, 4268.0, 4269.0, 4279.0, 4259.0, 4291.0, 4260.0, 4290.0, 4281.0, 4270.0, 4290.0, 4261.0, 4280.0, 4269.0, 4271.0, 4291.0, 4272.0, 4301.0, 4292.0, 4282.0, 4291.0, 4283.0, 4312.0, 4283.0, 4292.0, 4294.0, 4284.0, 4300.0, 4272.0, 4300.0, 4291.0, 4292.0, 4304.0, 4272.0, 4300.0, 4261.0, 4283.0, 4282.0, 4271.0, 4300.0, 4271.0, 4300.0, 4261.0, 4300.0, 4273.0, 4300.0, 4269.0, 4288.0, 4279.0, 4258.0, 4269.0, 4271.0, 4279.0, 4259.0, 4298.0, 4259.0, 4259.0, 4269.0, 4273.0, 4291.0, 4270.0, 4293.0, 4271.0, 4272.0, 4291.0, 4283.0, 4272.0, 4302.0, 4273.0, 4272.0, 4284.0, 4273.0, 4302.0, 4292.0, 4272.0, 4303.0, 4273.0, 4262.0, 4282.0, 4262.0, 4302.0, 4292.0, 4291.0, 4279.0, 4250.0, 4269.0, 4247.0, 4261.0, 4290.0, 4269.0, 4287.0, 4290.0, 4246.0, 4267.0, 4246.0, 4288.0, 4279.0, 4258.0, 4289.0, 4248.0, 4247.0, 4255.0, 4236.0, 4276.0, 4267.0, 4275.0, 4266.0, 4236.0, 4274.0, 4245.0, 4278.0, 4267.0, 4245.0, 4264.0, 4233.0, 4262.0, 4254.0, 4234.0, 4264.0, 4235.0, 4263.0, 4264.0, 4233.0, 4263.0, 4244.0, 4273.0, 4243.0, 4253.0, 4252.0, 4233.0, 4273.0, 4243.0, 4252.0, 4243.0, 4221.0, 4263.0, 4233.0, 4263.0, 4243.0, 4232.0, 4243.0, 4223.0, 4253.0, 4223.0, 4263.0, 4233.0, 4262.0, 4233.0, 4253.0, 4254.0, 4233.0, 4264.0, 4235.0, 4263.0, 4245.0, 4247.0, 4256.0, 4247.0, 4267.0, 4247.0, 4259.0, 4258.0, 4258.0, 4289.0, 4260.0, 4289.0, 4249.0, 4249.0, 4258.0, 4259.0, 4289.0, 4248.0, 4290.0, 4270.0, 4260.0, 4270.0, 4259.0, 4301.0, 4271.0, 4290.0, 4280.0, 4261.0, 4288.0, 4250.0, 4289.0, 4280.0, 4278.0, 4279.0, 4260.0, 4300.0, 4250.0, 4278.0, 4269.0, 4268.0, 4289.0, 4250.0, 4289.0, 4257.0, 4258.0, 4268.0, 4260.0, 4300.0, 4280.0, 4260.0, 4269.0, 4248.0, 4287.0, 4250.0, 4280.0, 4278.0, 4250.0, 4290.0, 4250.0, 4268.0, 4269.0, 4278.0, 4278.0, 4248.0, 4288.0, 4248.0, 4248.0, 4258.0, 4249.0, 4299.0, 4258.0, 4267.0, 4267.0, 4247.0, 4289.0, 4280.0, 4278.0, 4267.0, 4248.0, 4256.0, 4245.0, 4234.0, 4264.0, 4246.0, 4286.0, 4267.0, 4246.0, 4255.0, 4236.0, 4287.0, 4257.0, 4285.0, 4264.0, 4232.0, 4242.0, 4232.0, 4273.0, 4254.0, 4262.0, 4262.0, 4232.0, 4241.0, 4221.0, 4261.0, 4232.0, 4251.0, 4252.0, 4233.0, 4264.0, 4232.0, 4242.0, 4232.0, 4232.0, 4272.0, 4233.0, 4252.0, 4242.0, 4221.0, 4243.0, 4234.0, 4273.0, 4263.0, 4233.0, 4242.0, 4231.0], 'WindowWidth': [9563.0, 9494.0, 9523.0, 9476.0, 9459.0, 9482.0, 9444.0, 9495.0, 9453.0, 9476.0, 9462.0, 9440.0, 9486.0, 9438.0, 9468.0, 9486.0, 9428.0, 9455.0, 9477.0, 9452.0, 9504.0, 9453.0, 9507.0, 9457.0, 9492.0, 9464.0, 9451.0, 9506.0, 9473.0, 9523.0, 9497.0, 9492.0, 9493.0, 9454.0, 9509.0, 9483.0, 9502.0, 9462.0, 9440.0, 9483.0, 9443.0, 9495.0, 9455.0, 9480.0, 9437.0, 9454.0, 9482.0, 9439.0, 9479.0, 9427.0, 9481.0, 9442.0, 9469.0, 9458.0, 9447.0, 9481.0, 9432.0, 9457.0, 9472.0, 9454.0, 9508.0, 9450.0, 9462.0, 9489.0, 9459.0, 9493.0, 9470.0, 9507.0, 9481.0, 9497.0, 9466.0, 9484.0, 9509.0, 9468.0, 9467.0, 9495.0, 9484.0, 9479.0, 9507.0, 9504.0, 9530.0, 9499.0, 9514.0, 9513.0, 9487.0, 9510.0, 9502.0, 9513.0, 9508.0, 9487.0, 9505.0, 9442.0, 9466.0, 9436.0, 9424.0, 9493.0, 9472.0, 9478.0, 9476.0, 9418.0, 9459.0, 9427.0, 9423.0, 9457.0, 9414.0, 9423.0, 9436.0, 9390.0, 9431.0, 9429.0, 9483.0, 9435.0, 9433.0, 9401.0, 9408.0, 9459.0, 9428.0, 9411.0, 9446.0, 9406.0, 9442.0, 9401.0, 9385.0, 9425.0, 9391.0, 9440.0, 9428.0, 9410.0, 9424.0, 9386.0, 9418.0, 9379.0, 9377.0, 9402.0, 9362.0, 9413.0, 9364.0, 9373.0, 9364.0, 9351.0, 9407.0, 9373.0, 9406.0, 9383.0, 9368.0, 9394.0, 9384.0, 9445.0, 9389.0, 9425.0, 9413.0, 9370.0, 9396.0, 9368.0, 9406.0, 9366.0, 9420.0, 9369.0, 9407.0, 9369.0, 9368.0, 9398.0, 9374.0, 9442.0, 9405.0, 9397.0, 9406.0, 9395.0, 9446.0, 9396.0, 9422.0, 9423.0, 9396.0, 9454.0, 9401.0, 9439.0, 9415.0, 9430.0, 9447.0, 9417.0, 9474.0, 9420.0, 9440.0, 9431.0, 9415.0, 9444.0, 9420.0, 9471.0, 9419.0, 9433.0, 9430.0, 9421.0, 9476.0, 9428.0, 9478.0, 9482.0, 9422.0, 9447.0, 9408.0, 9473.0, 9434.0, 9475.0, 9478.0, 9446.0, 9443.0, 9423.0, 9456.0, 9408.0, 9476.0, 9453.0, 9464.0, 9463.0, 9427.0, 9475.0, 9427.0, 9465.0, 9456.0, 9469.0, 9467.0, 9436.0, 9478.0, 9413.0, 9491.0, 9424.0, 9467.0, 9467.0, 9435.0, 9478.0, 9435.0, 9475.0, 9437.0, 9481.0, 9468.0, 9461.0, 9461.0, 9435.0, 9473.0, 9422.0, 9472.0, 9407.0, 9475.0, 9441.0, 9460.0, 9447.0, 9420.0, 9460.0, 9425.0, 9476.0, 9441.0, 9457.0, 9469.0, 9442.0, 9497.0, 9443.0, 9464.0, 9465.0, 9441.0, 9496.0, 9453.0, 9482.0, 9483.0, 9444.0, 9480.0, 9443.0, 9481.0, 9486.0, 9470.0, 9482.0, 9445.0, 9498.0, 9445.0, 9485.0, 9486.0, 9457.0, 9492.0, 9452.0, 9478.0, 9426.0, 9452.0, 9466.0, 9441.0, 9489.0, 9452.0, 9477.0, 9438.0, 9446.0, 9462.0, 9443.0, 9490.0, 9436.0, 9472.0, 9446.0, 9434.0, 9461.0, 9438.0, 9490.0, 9461.0, 9449.0, 9460.0, 9439.0, 9493.0, 9414.0, 9462.0, 9464.0, 9440.0, 9502.0, 9446.0, 9470.0, 9457.0, 9447.0, 9498.0, 9461.0, 9499.0, 9500.0, 9441.0, 9478.0, 9439.0, 9466.0, 9465.0, 9438.0, 9492.0, 9464.0, 9421.0, 9460.0, 9419.0, 9471.0, 9475.0, 9457.0, 9456.0, 9417.0, 9469.0, 9426.0, 9444.0, 9440.0, 9422.0, 9465.0, 9410.0, 9422.0, 9407.0, 9411.0, 9458.0, 9414.0, 9457.0, 9445.0, 9405.0, 9405.0, 9391.0, 9444.0, 9418.0, 9431.0, 9432.0, 9408.0, 9419.0, 9422.0, 9388.0, 9430.0, 9389.0, 9428.0, 9403.0, 9394.0, 9408.0, 9410.0, 9408.0, 9425.0, 9414.0, 9463.0, 9423.0, 9451.0, 9426.0, 9433.0, 9418.0, 9391.0, 9446.0, 9420.0, 9446.0, 9419.0, 9389.0, 9414.0, 9389.0, 9463.0, 9420.0, 9420.0, 9419.0, 9408.0, 9443.0, 9390.0, 9429.0, 9407.0, 9433.0, 9430.0, 9388.0, 9443.0, 9403.0, 9427.0, 9402.0, 9403.0, 9429.0, 9429.0, 9481.0, 9395.0, 9412.0, 9447.0, 9420.0, 9406.0, 9416.0, 9401.0, 9445.0, 9410.0, 9443.0, 9431.0, 9387.0, 9425.0, 9382.0, 9440.0, 9411.0, 9420.0, 9409.0, 9363.0, 9405.0, 9399.0, 9432.0, 9406.0, 9378.0, 9408.0, 9395.0, 9433.0, 9407.0, 9380.0, 9378.0, 9379.0, 9420.0, 9385.0, 9410.0, 9412.0, 9399.0, 9427.0, 9405.0, 9426.0, 9435.0, 9404.0, 9446.0, 9407.0, 9450.0, 9410.0, 9434.0, 9434.0, 9428.0, 9449.0, 9423.0, 9461.0, 9405.0, 9459.0, 9409.0, 9461.0, 9405.0, 9443.0, 9418.0, 9403.0, 9431.0, 9419.0, 9462.0, 9426.0, 9429.0, 9425.0, 9425.0, 9467.0, 9433.0, 9458.0, 9460.0, 9446.0, 9459.0, 9435.0, 9475.0, 9440.0, 9488.0, 9476.0, 9433.0, 9444.0, 9431.0, 9488.0, 9437.0, 9460.0, 9458.0, 9433.0, 9486.0, 9418.0, 9441.0, 9445.0, 9430.0, 9470.0, 9431.0, 9483.0, 9432.0, 9456.0, 9457.0, 9427.0, 9471.0, 9427.0, 9483.0, 9428.0, 9458.0, 9426.0, 9427.0, 9480.0, 9442.0, 9443.0, 9427.0, 9427.0, 9452.0, 9429.0, 9465.0, 9434.0, 9457.0, 9456.0, 9443.0, 9469.0, 9430.0, 9480.0, 9456.0, 9441.0, 9438.0, 9428.0, 9453.0, 9444.0, 9479.0, 9429.0, 9453.0, 9456.0, 9439.0, 9469.0, 9435.0, 9448.0, 9449.0, 9454.0, 9461.0, 9466.0, 9452.0, 9489.0, 9435.0, 9473.0, 9460.0, 9449.0, 9471.0, 9430.0, 9456.0, 9443.0, 9441.0, 9459.0, 9447.0, 9484.0, 9443.0, 9445.0, 9440.0, 9427.0, 9455.0, 9436.0, 9483.0, 9444.0, 9453.0, 9440.0, 9424.0, 9440.0, 9444.0, 9455.0, 9431.0, 9474.0, 9434.0, 9474.0, 9463.0, 9445.0, 9473.0, 9435.0, 9459.0, 9444.0, 9451.0, 9475.0, 9452.0, 9489.0, 9479.0, 9467.0, 9476.0, 9471.0, 9508.0, 9469.0, 9479.0, 9485.0, 9474.0, 9489.0, 9453.0, 9489.0, 9477.0, 9478.0, 9497.0, 9451.0, 9488.0, 9437.0, 9469.0, 9465.0, 9449.0, 9488.0, 9449.0, 9486.0, 9435.0, 9486.0, 9453.0, 9489.0, 9444.0, 9468.0, 9455.0, 9426.0, 9445.0, 9451.0, 9458.0, 9429.0, 9481.0, 9429.0, 9429.0, 9442.0, 9456.0, 9475.0, 9447.0, 9484.0, 9448.0, 9452.0, 9476.0, 9469.0, 9454.0, 9494.0, 9455.0, 9455.0, 9469.0, 9455.0, 9492.0, 9481.0, 9452.0, 9497.0, 9455.0, 9440.0, 9466.0, 9439.0, 9492.0, 9478.0, 9476.0, 9459.0, 9420.0, 9442.0, 9412.0, 9434.0, 9474.0, 9445.0, 9466.0, 9472.0, 9408.0, 9436.0, 9408.0, 9468.0, 9456.0, 9427.0, 9469.0, 9412.0, 9408.0, 9419.0, 9391.0, 9444.0, 9434.0, 9443.0, 9431.0, 9395.0, 9442.0, 9403.0, 9454.0, 9435.0, 9400.0, 9426.0, 9385.0, 9422.0, 9413.0, 9385.0, 9426.0, 9389.0, 9424.0, 9427.0, 9385.0, 9423.0, 9398.0, 9435.0, 9394.0, 9409.0, 9406.0, 9384.0, 9438.0, 9396.0, 9408.0, 9395.0, 9364.0, 9424.0, 9384.0, 9422.0, 9397.0, 9380.0, 9395.0, 9369.0, 9409.0, 9370.0, 9422.0, 9384.0, 9420.0, 9384.0, 9409.0, 9412.0, 9383.0, 9425.0, 9391.0, 9425.0, 9403.0, 9409.0, 9421.0, 9409.0, 9437.0, 9412.0, 9429.0, 9427.0, 9426.0, 9469.0, 9431.0, 9471.0, 9417.0, 9415.0, 9429.0, 9429.0, 9470.0, 9415.0, 9473.0, 9447.0, 9433.0, 9445.0, 9433.0, 9489.0, 9449.0, 9473.0, 9460.0, 9436.0, 9468.0, 9420.0, 9471.0, 9461.0, 9455.0, 9457.0, 9434.0, 9486.0, 9420.0, 9454.0, 9443.0, 9442.0, 9469.0, 9420.0, 9470.0, 9426.0, 9427.0, 9441.0, 9433.0, 9485.0, 9460.0, 9431.0, 9444.0, 9414.0, 9465.0, 9421.0, 9458.0, 9455.0, 9420.0, 9472.0, 9419.0, 9438.0, 9441.0, 9451.0, 9453.0, 9413.0, 9466.0, 9412.0, 9412.0, 9427.0, 9417.0, 9483.0, 9427.0, 9435.0, 9435.0, 9410.0, 9469.0, 9458.0, 9452.0, 9437.0, 9413.0, 9419.0, 9403.0, 9386.0, 9427.0, 9404.0, 9461.0, 9435.0, 9407.0, 9418.0, 9393.0, 9462.0, 9422.0, 9455.0, 9426.0, 9381.0, 9392.0, 9381.0, 9437.0, 9411.0, 9421.0, 9421.0, 9381.0, 9388.0, 9365.0, 9417.0, 9378.0, 9403.0, 9407.0, 9384.0, 9424.0, 9381.0, 9394.0, 9381.0, 9381.0, 9434.0, 9382.0, 9405.0, 9392.0, 9364.0, 9395.0, 9386.0, 9435.0, 9423.0, 9382.0, 9392.0, 9379.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.0005986054827175208</td></tr>
<tr><td colspan=3>aqi</td><td>0.024158585697258646</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.85297373773268</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2149519748687347</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9852530749522679</td></tr>
<tr><td colspan=3>efc</td><td>0.4914</td></tr>
<tr><td colspan=3>fber</td><td>4853.5967</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0835469027500343</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7413587604290823</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.488273786093274</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4556539414526477</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6844637541792147</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3247036626479596</td></tr>
<tr><td colspan=3>gcor</td><td>0.01374</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010850038379430771</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02874944917857647</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>839</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.936329692964436</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>34.0795</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.3056</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.4702</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294863.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>826.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.4857</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6569</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.5303</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3410.0462</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3554.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1254.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4523.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.866</td></tr>
<tr><td colspan=3>tsnr</td><td>35.83453842555173</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>