ds005256-mriqc/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 72002baa0b [DATALAD RUNCMD] Compute MRIQC for sub-0008
=== 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-0008 --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-0008",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:22:12 +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-0008_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-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008/ses-02/func/sub-0008_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>dfef8017a34500c3fe5075330f6c09d1</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>13:42:9.700000</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.999904, -0.00851624, 0.0109753, 0.00802794, 0.999008, 0.0437921]</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.112682</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4120, -7716, -7222, 546, -148, -33, -76, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.528</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a847ad5d-013b-4a1d-a10f-1261ce92f659||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.6826679706573486, 0.021538371220231056, 0.030610913410782814, 111.05994415283203], [0.022848449647426605, 2.6802666187286377, 0.11798947304487228, -102.13367462158203], [0.029445962980389595, -0.11749111115932465, 2.69724702835083, -16.792539596557617], [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': ['134209.700000', '134210.160000', '134210.620000', '134211.080000', '134211.540000', '134212.000000', '134212.460000', '134212.920000', '134213.380000', '134213.840000', '134214.300000', '134214.760000', '134215.220000', '134215.680000', '134216.140000', '134216.600000', '134217.060000', '134217.520000', '134217.980000', '134218.440000', '134218.900000', '134219.360000', '134219.820000', '134220.280000', '134220.740000', '134221.200000', '134221.660000', '134222.120000', '134222.580000', '134223.040000', '134223.500000', '134223.960000', '134224.420000', '134224.880000', '134225.340000', '134225.800000', '134226.260000', '134226.720000', '134227.180000', '134227.640000', '134228.100000', '134228.560000', '134229.020000', '134229.480000', '134229.940000', '134230.400000', '134230.860000', '134231.320000', '134231.780000', '134232.240000', '134232.700000', '134233.160000', '134233.620000', '134234.080000', '134234.540000', '134235.000000', '134235.460000', '134235.920000', '134236.380000', '134236.840000', '134237.300000', '134237.760000', '134238.220000', '134238.680000', '134239.140000', '134239.600000', '134240.060000', '134240.520000', '134240.980000', '134241.440000', '134241.900000', '134242.360000', '134242.820000', '134243.280000', '134243.740000', '134244.200000', '134244.660000', '134245.120000', '134245.580000', '134246.040000', '134246.500000', '134246.960000', '134247.420000', '134247.880000', '134248.340000', '134248.800000', '134249.260000', '134249.720000', '134250.180000', '134250.640000', '134251.100000', '134251.560000', '134252.020000', '134252.480000', '134252.940000', '134253.400000', '134253.860000', '134254.320000', '134254.780000', '134255.240000', '134255.700000', '134256.160000', '134256.620000', '134257.080000', '134257.540000', '134258.000000', '134258.460000', '134258.920000', '134259.380000', '134259.840000', '134300.300000', '134300.760000', '134301.220000', '134301.680000', '134302.140000', '134302.600000', '134303.060000', '134303.520000', '134303.980000', '134304.440000', '134304.900000', '134305.360000', '134305.820000', '134306.280000', '134306.740000', '134307.200000', '134307.660000', '134308.120000', '134308.580000', '134309.040000', '134309.500000', '134309.960000', '134310.420000', '134310.880000', '134311.340000', '134311.800000', '134312.260000', '134312.720000', '134313.180000', '134313.640000', '134314.100000', '134314.560000', '134315.020000', '134315.480000', '134315.940000', '134316.400000', '134316.860000', '134317.320000', '134317.780000', '134318.240000', '134318.700000', '134319.160000', '134319.620000', '134320.080000', '134320.540000', '134321.000000', '134321.460000', '134321.920000', '134322.380000', '134322.840000', '134323.300000', '134323.760000', '134324.220000', '134324.680000', '134325.140000', '134325.600000', '134326.060000', '134326.520000', '134326.980000', '134327.440000', '134327.900000', '134328.360000', '134328.820000', '134329.280000', '134329.740000', '134330.200000', '134330.660000', '134331.120000', '134331.580000', '134332.040000', '134332.500000', '134332.960000', '134333.420000', '134333.880000', '134334.340000', '134334.800000', '134335.260000', '134335.720000', '134336.180000', '134336.640000', '134337.100000', '134337.560000', '134338.020000', '134338.480000', '134338.940000', '134339.400000', '134339.860000', '134340.320000', '134340.780000', '134341.240000', '134341.700000', '134342.160000', '134342.620000', '134343.080000', '134343.540000', '134344.000000', '134344.460000', '134344.920000', '134345.380000', '134345.840000', '134346.300000', '134346.760000', '134347.220000', '134347.680000', '134348.140000', '134348.600000', '134349.060000', '134349.520000', '134349.980000', '134350.440000', '134350.900000', '134351.360000', '134351.820000', '134352.280000', '134352.740000', '134353.200000', '134353.660000', '134354.120000', '134354.580000', '134355.040000', '134355.500000', '134355.960000', '134356.420000', '134356.880000', '134357.340000', '134357.800000', '134358.260000', '134358.720000', '134359.180000', '134359.640000', '134400.100000', '134400.560000', '134401.020000', '134401.480000', '134401.940000', '134402.400000', '134402.860000', '134403.320000', '134403.780000', '134404.240000', '134404.700000', '134405.160000', '134405.620000', '134406.080000', '134406.540000', '134407.000000', '134407.460000', '134407.920000', '134408.380000', '134408.840000', '134409.300000', '134409.760000', '134410.220000', '134410.680000', '134411.140000', '134411.600000', '134412.060000', '134412.520000', '134412.980000', '134413.440000', '134413.900000', '134414.360000', '134414.820000', '134415.280000', '134415.740000', '134416.200000', '134416.660000', '134417.120000', '134417.580000', '134418.040000', '134418.500000', '134418.960000', '134419.420000', '134419.880000', '134420.340000', '134420.800000', '134421.260000', '134421.720000', '134422.180000', '134422.640000', '134423.100000', '134423.560000', '134424.020000', '134424.480000', '134424.940000', '134425.400000', '134425.860000', '134426.320000', '134426.780000', '134427.240000', '134427.700000', '134428.160000', '134428.620000', '134429.080000', '134429.540000', '134430.000000', '134430.460000', '134430.920000', '134431.380000', '134431.840000', '134432.300000', '134432.760000', '134433.220000', '134433.680000', '134434.140000', '134434.600000', '134435.060000', '134435.520000', '134435.980000', '134436.440000', '134436.900000', '134437.360000', '134437.820000', '134438.280000', '134438.740000', '134439.200000', '134439.660000', '134440.120000', '134440.580000', '134441.040000', '134441.500000', '134441.960000', '134442.420000', '134442.880000', '134443.340000', '134443.800000', '134444.260000', '134444.720000', '134445.180000', '134445.640000', '134446.100000', '134446.560000', '134447.020000', '134447.480000', '134447.940000', '134448.400000', '134448.860000', '134449.320000', '134449.780000', '134450.240000', '134450.700000', '134451.160000', '134451.620000', '134452.080000', '134452.540000', '134453.000000', '134453.460000', '134453.920000', '134454.380000', '134454.840000', '134455.300000', '134455.760000', '134456.220000', '134456.680000', '134457.140000', '134457.600000', '134458.060000', '134458.520000', '134458.980000', '134459.440000', '134459.900000', '134500.360000', '134500.820000', '134501.280000', '134501.740000', '134502.200000', '134502.660000', '134503.120000', '134503.580000', '134504.040000', '134504.500000', '134504.960000', '134505.420000', '134505.880000', '134506.340000', '134506.800000', '134507.260000', '134507.720000', '134508.180000', '134508.640000', '134509.100000', '134509.560000', '134510.020000', '134510.480000', '134510.940000', '134511.400000', '134511.860000', '134512.320000', '134512.780000', '134513.240000', '134513.700000', '134514.160000', '134514.620000', '134515.080000', '134515.540000', '134516.000000', '134516.460000', '134516.920000', '134517.380000', '134517.840000', '134518.300000', '134518.760000', '134519.220000', '134519.680000', '134520.140000', '134520.600000', '134521.060000', '134521.520000', '134521.980000', '134522.440000', '134522.900000', '134523.360000', '134523.820000', '134524.280000', '134524.740000', '134525.200000', '134525.660000', '134526.120000', '134526.580000', '134527.040000', '134527.500000', '134527.960000', '134528.420000', '134528.880000', '134529.340000', '134529.800000', '134530.260000', '134530.720000', '134531.180000', '134531.640000', '134532.100000', '134532.560000', '134533.020000', '134533.480000', '134533.940000', '134534.400000', '134534.860000', '134535.320000', '134535.780000', '134536.240000', '134536.700000', '134537.160000', '134537.620000', '134538.080000', '134538.540000', '134539.000000', '134539.460000', '134539.920000', '134540.380000', '134540.840000', '134541.300000', '134541.760000', '134542.220000', '134542.680000', '134543.140000', '134543.600000', '134544.060000', '134544.520000', '134544.980000', '134545.440000', '134545.900000', '134546.360000', '134546.820000', '134547.280000', '134547.740000', '134548.200000', '134548.660000', '134549.120000', '134549.580000', '134550.040000', '134550.500000', '134550.960000', '134551.420000', '134551.880000', '134552.340000', '134552.800000', '134553.260000', '134553.720000', '134554.180000', '134554.640000', '134555.100000', '134555.560000', '134556.020000', '134556.480000', '134556.940000', '134557.400000', '134557.860000', '134558.320000', '134558.780000', '134559.240000', '134559.700000', '134600.160000', '134600.620000', '134601.080000', '134601.540000', '134602.000000', '134602.460000', '134602.920000', '134603.380000', '134603.840000', '134604.300000', '134604.760000', '134605.220000', '134605.680000', '134606.140000', '134606.600000', '134607.060000', '134607.520000', '134607.980000', '134608.440000', '134608.900000', '134609.360000', '134609.820000', '134610.280000', '134610.740000', '134611.200000', '134611.660000', '134612.120000', '134612.580000', '134613.040000', '134613.500000', '134613.960000', '134614.420000', '134614.880000', '134615.340000', '134615.800000', '134616.260000', '134616.720000', '134617.180000', '134617.640000', '134618.100000', '134618.560000', '134619.020000', '134619.480000', '134619.940000', '134620.400000', '134620.860000', '134621.320000', '134621.780000', '134622.240000', '134622.700000', '134623.160000', '134623.620000', '134624.080000', '134624.540000', '134625.000000', '134625.460000', '134625.920000', '134626.380000', '134626.840000', '134627.300000', '134627.760000', '134628.220000', '134628.680000', '134629.140000', '134629.600000', '134630.060000', '134630.520000', '134630.980000', '134631.440000', '134631.900000', '134632.360000', '134632.820000', '134633.280000', '134633.740000', '134634.200000', '134634.660000', '134635.120000', '134635.580000', '134636.040000', '134636.500000', '134636.960000', '134637.420000', '134637.880000', '134638.340000', '134638.800000', '134639.260000', '134639.720000', '134640.180000', '134640.640000', '134641.100000', '134641.560000', '134642.020000', '134642.480000', '134642.940000', '134643.400000', '134643.860000', '134644.320000', '134644.780000', '134645.240000', '134645.700000', '134646.160000', '134646.620000', '134647.080000', '134647.540000', '134648.000000', '134648.460000', '134648.920000', '134649.380000', '134649.840000', '134650.300000', '134650.760000', '134651.220000', '134651.680000', '134652.140000', '134652.600000', '134653.060000', '134653.520000', '134653.980000', '134654.440000', '134654.900000', '134655.360000', '134655.820000', '134656.280000', '134656.740000', '134657.200000', '134657.660000', '134658.120000', '134658.580000', '134659.040000', '134659.500000', '134659.960000', '134700.420000', '134700.880000', '134701.340000', '134701.800000', '134702.260000', '134702.720000', '134703.180000', '134703.640000', '134704.100000', '134704.560000', '134705.020000', '134705.480000', '134705.940000', '134706.400000', '134706.860000', '134707.320000', '134707.780000', '134708.240000', '134708.700000', '134709.160000', '134709.620000', '134710.080000', '134710.540000', '134711.000000', '134711.460000', '134711.920000', '134712.380000', '134712.840000', '134713.300000', '134713.760000', '134714.220000', '134714.680000', '134715.140000', '134715.600000', '134716.060000', '134716.520000', '134716.980000', '134717.440000', '134717.900000', '134718.360000', '134718.820000', '134719.280000', '134719.740000', '134720.200000', '134720.660000', '134721.120000', '134721.580000', '134722.040000', '134722.500000', '134722.960000', '134723.420000', '134723.880000', '134724.340000', '134724.800000', '134725.260000', '134725.720000', '134726.180000', '134726.640000', '134727.100000', '134727.560000', '134728.020000', '134728.480000', '134728.940000', '134729.400000', '134729.860000', '134730.320000', '134730.780000', '134731.240000', '134731.700000', '134732.160000', '134732.620000', '134733.080000', '134733.540000', '134734.000000', '134734.460000', '134734.920000', '134735.380000', '134735.840000', '134736.300000', '134736.760000', '134737.220000', '134737.680000', '134738.140000', '134738.600000', '134739.060000', '134739.520000', '134739.980000', '134740.440000', '134740.900000', '134741.360000', '134741.820000', '134742.280000', '134742.740000', '134743.200000', '134743.660000', '134744.120000', '134744.580000', '134745.040000', '134745.500000', '134745.960000', '134746.420000', '134746.880000', '134747.340000', '134747.800000', '134748.260000', '134748.720000', '134749.180000', '134749.640000', '134750.100000', '134750.560000', '134751.020000', '134751.480000', '134751.940000', '134752.400000', '134752.860000', '134753.320000', '134753.780000', '134754.240000', '134754.700000', '134755.160000', '134755.620000', '134756.080000', '134756.540000', '134757.000000', '134757.460000', '134757.920000', '134758.380000', '134758.840000', '134759.300000', '134759.760000', '134800.220000', '134800.680000', '134801.140000', '134801.600000', '134802.060000', '134802.520000', '134802.980000', '134803.440000', '134803.900000', '134804.360000', '134804.820000', '134805.280000', '134805.740000', '134806.200000', '134806.660000', '134807.120000', '134807.580000', '134808.040000', '134808.500000', '134808.960000', '134809.420000', '134809.880000', '134810.340000', '134810.800000', '134811.260000', '134811.720000', '134812.180000', '134812.640000', '134813.100000', '134813.560000', '134814.020000', '134814.480000', '134814.940000', '134815.400000', '134815.860000', '134816.320000', '134816.780000', '134817.240000', '134817.700000', '134818.160000', '134818.620000', '134819.080000', '134819.540000', '134820.000000', '134820.460000', '134820.920000', '134821.380000', '134821.840000', '134822.300000', '134822.760000', '134823.220000', '134823.680000', '134824.140000', '134824.600000', '134825.060000', '134825.520000', '134825.980000', '134826.440000', '134826.900000', '134827.360000', '134827.820000', '134828.280000', '134828.740000', '134829.200000', '134829.660000', '134830.120000', '134830.580000', '134831.040000', '134831.500000', '134831.960000', '134832.420000', '134832.880000', '134833.340000', '134833.800000', '134834.260000', '134834.720000', '134835.180000'], 'ContentTime': ['134234.334000', '134234.337000', '134234.340000', '134234.343000', '134234.346000', '134234.349000', '134234.356000', '134234.359000', '134234.362000', '134234.365000', '134234.368000', '134234.371000', '134234.373000', '134234.376000', '134234.379000', '134234.382000', '134234.385000', '134234.387000', '134234.390000', '134234.393000', '134234.396000', '134234.399000', '134234.402000', '134234.404000', '134234.407000', '134234.410000', '134234.413000', '134234.416000', '134234.419000', '134234.421000', '134234.424000', '134234.434000', '134234.436000', '134234.439000', '134234.442000', '134234.445000', '134234.448000', '134234.450000', '134234.453000', '134234.456000', '134234.459000', '134234.471000', '134234.474000', '134234.481000', '134234.484000', '134234.487000', '134234.490000', '134234.493000', '134234.495000', '134234.498000', '134234.501000', '134254.302000', '134254.306000', '134254.308000', '134254.311000', '134254.314000', '134254.317000', '134254.320000', '134254.323000', '134254.325000', '134254.328000', '134254.331000', '134254.334000', '134254.337000', '134254.339000', '134254.342000', '134254.351000', '134254.354000', '134254.357000', '134254.360000', '134254.363000', '134254.365000', '134254.368000', '134254.373000', '134254.376000', '134254.379000', '134254.382000', '134254.385000', '134254.388000', '134254.391000', '134254.393000', '134254.396000', '134254.399000', '134254.402000', '134254.405000', '134254.407000', '134254.410000', '134254.413000', '134254.416000', '134254.419000', '134254.422000', '134254.425000', '134254.427000', '134254.430000', '134314.301000', '134314.304000', '134314.307000', '134314.310000', '134314.312000', '134314.315000', '134314.318000', '134314.321000', '134314.324000', '134314.327000', '134314.330000', '134314.332000', '134314.335000', '134314.338000', '134314.341000', '134314.344000', '134314.350000', '134314.353000', '134314.356000', '134314.359000', '134314.361000', '134314.364000', '134314.367000', '134314.370000', '134314.373000', '134314.375000', '134314.378000', '134314.381000', '134314.384000', '134314.387000', '134314.390000', '134314.392000', '134314.395000', '134314.398000', '134314.401000', '134314.404000', '134314.406000', '134314.409000', '134314.412000', '134314.415000', '134314.418000', '134314.421000', '134314.424000', '134314.426000', '134334.300000', '134334.303000', '134334.306000', '134334.308000', '134334.311000', '134334.314000', '134334.317000', '134334.320000', '134334.323000', '134334.326000', '134334.329000', '134334.331000', '134334.334000', '134334.337000', '134334.340000', '134334.343000', '134334.346000', '134334.349000', '134334.351000', '134334.354000', '134334.361000', '134334.363000', '134334.366000', '134334.369000', '134334.372000', '134334.375000', '134334.378000', '134334.381000', '134334.384000', '134334.387000', '134334.390000', '134334.393000', '134334.396000', '134334.398000', '134334.401000', '134334.404000', '134334.407000', '134334.410000', '134334.413000', '134334.415000', '134334.418000', '134334.421000', '134334.424000', '134354.300000', '134354.303000', '134354.306000', '134354.309000', '134354.312000', '134354.320000', '134354.323000', '134354.326000', '134354.328000', '134354.331000', '134354.334000', '134354.337000', '134354.340000', '134354.343000', '134354.346000', '134354.348000', '134354.351000', '134354.354000', '134354.357000', '134354.360000', '134354.363000', '134354.366000', '134354.368000', '134354.371000', '134354.374000', '134354.377000', '134354.380000', '134354.383000', '134354.385000', '134354.388000', '134354.391000', '134354.394000', '134354.397000', '134354.400000', '134354.402000', '134354.405000', '134354.408000', '134354.411000', '134354.414000', '134354.417000', '134354.419000', '134354.422000', '134354.425000', '134354.428000', '134414.300000', '134414.303000', '134414.306000', '134414.309000', '134414.312000', '134414.315000', '134414.317000', '134414.320000', '134414.323000', '134414.326000', '134414.329000', '134414.332000', '134414.335000', '134414.339000', '134414.342000', '134414.345000', '134414.348000', '134414.350000', '134414.353000', '134414.356000', '134414.359000', '134414.362000', '134414.365000', '134414.368000', '134414.370000', '134414.373000', '134414.376000', '134414.379000', '134414.382000', '134414.385000', '134414.388000', '134414.390000', '134414.393000', '134414.396000', '134414.399000', '134414.402000', '134414.405000', '134414.408000', '134414.411000', '134414.414000', '134414.416000', '134414.419000', '134414.422000', '134434.301000', '134434.304000', '134434.307000', '134434.309000', '134434.312000', '134434.315000', '134434.318000', '134434.321000', '134434.324000', '134434.327000', '134434.329000', '134434.332000', '134434.335000', '134434.338000', '134434.341000', '134434.344000', '134434.347000', '134434.349000', '134434.352000', '134434.355000', '134434.358000', '134434.361000', '134434.364000', '134434.366000', '134434.369000', '134434.372000', '134434.375000', '134434.378000', '134434.381000', '134434.383000', '134434.386000', '134434.389000', '134434.392000', '134434.395000', '134434.398000', '134434.400000', '134434.403000', '134434.406000', '134434.409000', '134434.412000', '134434.415000', '134434.417000', '134434.420000', '134434.423000', '134454.301000', '134454.304000', '134454.307000', '134454.310000', '134454.313000', '134454.315000', '134454.318000', '134454.321000', '134454.324000', '134454.327000', '134454.330000', '134454.333000', '134454.335000', '134454.338000', '134454.341000', '134454.344000', '134454.347000', '134454.350000', '134454.353000', '134454.355000', '134454.358000', '134454.361000', '134454.364000', '134454.367000', '134454.370000', '134454.372000', '134454.375000', '134454.378000', '134454.381000', '134454.384000', '134454.387000', '134454.390000', '134454.392000', '134454.395000', '134454.398000', '134454.401000', '134454.404000', '134454.407000', '134454.410000', '134454.412000', '134454.415000', '134454.419000', '134454.423000', '134514.301000', '134514.304000', '134514.307000', '134514.310000', '134514.313000', '134514.315000', '134514.318000', '134514.321000', '134514.324000', '134514.327000', '134514.330000', '134514.333000', '134514.335000', '134514.338000', '134514.341000', '134514.344000', '134514.347000', '134514.350000', '134514.352000', '134514.355000', '134514.358000', '134514.361000', '134514.364000', '134514.367000', '134514.369000', '134514.372000', '134514.375000', '134514.378000', '134514.381000', '134514.384000', '134514.387000', '134514.390000', '134514.392000', '134514.395000', '134514.398000', '134514.401000', '134514.404000', '134514.407000', '134514.409000', '134514.412000', '134514.415000', '134514.418000', '134514.421000', '134514.424000', '134534.301000', '134534.304000', '134534.307000', '134534.310000', '134534.313000', '134534.316000', '134534.318000', '134534.321000', '134534.324000', '134534.327000', '134534.330000', '134534.333000', '134534.335000', '134534.338000', '134534.341000', '134534.344000', '134534.347000', '134534.350000', '134534.353000', '134534.356000', '134534.358000', '134534.361000', '134534.364000', '134534.367000', '134534.370000', '134534.373000', '134534.376000', '134534.379000', '134534.382000', '134534.390000', '134534.393000', '134534.395000', '134534.398000', '134534.401000', '134534.404000', '134534.407000', '134534.410000', '134534.412000', '134534.415000', '134534.418000', '134534.421000', '134534.424000', '134534.427000', '134554.300000', '134554.303000', '134554.314000', '134554.317000', '134554.319000', '134554.322000', '134554.325000', '134554.328000', '134554.331000', '134554.334000', '134554.337000', '134554.340000', '134554.344000', '134554.347000', '134554.350000', '134554.353000', '134554.355000', '134554.358000', '134554.361000', '134554.364000', '134554.367000', '134554.370000', '134554.372000', '134554.375000', '134554.378000', '134554.399000', '134554.402000', '134554.405000', '134554.407000', '134554.410000', '134554.413000', '134554.416000', '134554.419000', '134554.422000', '134554.425000', '134554.427000', '134554.430000', '134554.433000', '134554.436000', '134554.439000', '134554.442000', '134554.445000', '134554.448000', '134554.450000', '134614.300000', '134614.303000', '134614.306000', '134614.309000', '134614.312000', '134614.315000', '134614.317000', '134614.320000', '134614.323000', '134614.326000', '134614.329000', '134614.332000', '134614.335000', '134614.338000', '134614.340000', '134614.343000', '134614.346000', '134614.349000', '134614.352000', '134614.355000', '134614.358000', '134614.360000', '134614.363000', '134614.366000', '134614.369000', '134614.372000', '134614.375000', '134614.378000', '134614.381000', '134614.383000', '134614.386000', '134614.389000', '134614.392000', '134614.395000', '134614.398000', '134614.401000', '134614.404000', '134614.406000', '134614.409000', '134614.412000', '134614.415000', '134614.418000', '134614.421000', '134634.300000', '134634.307000', '134634.310000', '134634.313000', '134634.316000', '134634.319000', '134634.322000', '134634.324000', '134634.327000', '134634.330000', '134634.333000', '134634.336000', '134634.339000', '134634.342000', '134634.345000', '134634.348000', '134634.350000', '134634.353000', '134634.356000', '134634.359000', '134634.362000', '134634.365000', '134634.367000', '134634.370000', '134634.373000', '134634.376000', '134634.379000', '134634.382000', '134634.384000', '134634.387000', '134634.390000', '134634.393000', '134634.396000', '134634.399000', '134634.402000', '134634.404000', '134634.407000', '134634.410000', '134634.413000', '134634.416000', '134634.419000', '134634.422000', '134634.425000', '134634.427000', '134654.301000', '134654.304000', '134654.307000', '134654.310000', '134654.313000', '134654.315000', '134654.318000', '134654.321000', '134654.324000', '134654.327000', '134654.330000', '134654.333000', '134654.336000', '134654.338000', '134654.341000', '134654.344000', '134654.347000', '134654.350000', '134654.353000', '134654.356000', '134654.359000', '134654.362000', '134654.364000', '134654.367000', '134654.370000', '134654.373000', '134654.376000', '134654.379000', '134654.382000', '134654.385000', '134654.387000', '134654.390000', '134654.393000', '134654.396000', '134654.399000', '134654.402000', '134654.405000', '134654.407000', '134654.410000', '134654.414000', '134654.417000', '134654.420000', '134654.423000', '134714.301000', '134714.304000', '134714.307000', '134714.310000', '134714.313000', '134714.315000', '134714.318000', '134714.321000', '134714.324000', '134714.327000', '134714.330000', '134714.333000', '134714.336000', '134714.338000', '134714.341000', '134714.344000', '134714.347000', '134714.350000', '134714.353000', '134714.355000', '134714.358000', '134714.361000', '134714.364000', '134714.367000', '134714.370000', '134714.373000', '134714.376000', '134714.379000', '134714.382000', '134714.385000', '134714.388000', '134714.391000', '134714.394000', '134714.396000', '134714.399000', '134714.402000', '134714.405000', '134714.408000', '134714.411000', '134714.413000', '134714.416000', '134714.419000', '134714.422000', '134714.425000', '134734.301000', '134734.304000', '134734.307000', '134734.310000', '134734.313000', '134734.315000', '134734.319000', '134734.321000', '134734.324000', '134734.327000', '134734.330000', '134734.333000', '134734.336000', '134734.338000', '134734.341000', '134734.344000', '134734.347000', '134734.350000', '134734.353000', '134734.356000', '134734.358000', '134734.361000', '134734.364000', '134734.367000', '134734.370000', '134734.373000', '134734.376000', '134734.378000', '134734.381000', '134734.384000', '134734.387000', '134734.390000', '134734.393000', '134734.395000', '134734.398000', '134734.401000', '134734.404000', '134734.407000', '134734.410000', '134734.413000', '134734.416000', '134734.418000', '134734.421000', '134754.302000', '134754.305000', '134754.308000', '134754.311000', '134754.313000', '134754.316000', '134754.319000', '134754.322000', '134754.325000', '134754.328000', '134754.331000', '134754.334000', '134754.336000', '134754.339000', '134754.342000', '134754.345000', '134754.348000', '134754.350000', '134754.353000', '134754.356000', '134754.359000', '134754.362000', '134754.365000', '134754.368000', '134754.370000', '134754.373000', '134754.376000', '134754.379000', '134754.382000', '134754.384000', '134754.387000', '134754.390000', '134754.393000', '134754.396000', '134754.399000', '134754.402000', '134754.404000', '134754.407000', '134754.410000', '134754.413000', '134754.416000', '134754.419000', '134754.422000', '134754.425000', '134814.300000', '134814.303000', '134814.306000', '134814.309000', '134814.312000', '134814.315000', '134814.318000', '134814.320000', '134814.323000', '134814.326000', '134814.329000', '134814.332000', '134814.334000', '134814.337000', '134814.340000', '134814.343000', '134814.346000', '134814.349000', '134814.352000', '134814.355000', '134814.357000', '134814.360000', '134814.363000', '134814.366000', '134814.369000', '134814.372000', '134814.375000', '134814.377000', '134814.380000', '134814.383000', '134814.386000', '134814.389000', '134814.392000', '134814.395000', '134814.397000', '134814.400000', '134814.403000', '134814.406000', '134814.409000', '134814.412000', '134814.414000', '134814.417000', '134814.420000', '134834.300000', '134834.303000', '134834.306000', '134834.309000', '134834.312000', '134834.314000', '134834.317000', '134834.320000', '134834.323000', '134834.326000', '134834.329000', '134834.332000', '134834.334000', '134834.337000', '134834.340000', '134834.343000', '134834.346000', '134834.348000', '134834.352000', '134834.354000', '134834.357000', '134834.360000', '134834.363000', '134834.366000', '134834.369000', '134834.371000', '134834.374000', '134834.377000', '134834.380000', '134834.383000', '134834.386000', '134834.388000', '134834.391000', '134834.394000', '134834.397000', '134834.400000', '134834.403000', '134834.405000', '134834.408000', '134834.411000', '134834.414000', '134834.417000', '134834.420000', '134834.423000', '134836.660000', '134836.664000', '134836.667000', '134836.670000', '134836.674000'], 'InstanceCreationTime': ['134234.334000', '134234.337000', '134234.340000', '134234.343000', '134234.346000', '134234.349000', '134234.356000', '134234.359000', '134234.362000', '134234.365000', '134234.368000', '134234.371000', '134234.373000', '134234.376000', '134234.379000', '134234.382000', '134234.385000', '134234.387000', '134234.390000', '134234.393000', '134234.396000', '134234.399000', '134234.402000', '134234.404000', '134234.407000', '134234.410000', '134234.413000', '134234.416000', '134234.419000', '134234.421000', '134234.424000', '134234.434000', '134234.436000', '134234.439000', '134234.442000', '134234.445000', '134234.448000', '134234.450000', '134234.453000', '134234.456000', '134234.459000', '134234.471000', '134234.474000', '134234.481000', '134234.484000', '134234.487000', '134234.490000', '134234.493000', '134234.495000', '134234.498000', '134234.501000', '134254.302000', '134254.306000', '134254.308000', '134254.311000', '134254.314000', '134254.317000', '134254.320000', '134254.323000', '134254.325000', '134254.328000', '134254.331000', '134254.334000', '134254.337000', '134254.339000', '134254.342000', '134254.351000', '134254.354000', '134254.357000', '134254.360000', '134254.363000', '134254.365000', '134254.368000', '134254.373000', '134254.376000', '134254.379000', '134254.382000', '134254.385000', '134254.388000', '134254.391000', '134254.393000', '134254.396000', '134254.399000', '134254.402000', '134254.405000', '134254.407000', '134254.410000', '134254.413000', '134254.416000', '134254.419000', '134254.422000', '134254.425000', '134254.427000', '134254.430000', '134314.301000', '134314.304000', '134314.307000', '134314.310000', '134314.312000', '134314.315000', '134314.318000', '134314.321000', '134314.324000', '134314.327000', '134314.330000', '134314.332000', '134314.335000', '134314.338000', '134314.341000', '134314.344000', '134314.350000', '134314.353000', '134314.356000', '134314.359000', '134314.361000', '134314.364000', '134314.367000', '134314.370000', '134314.373000', '134314.375000', '134314.378000', '134314.381000', '134314.384000', '134314.387000', '134314.390000', '134314.392000', '134314.395000', '134314.398000', '134314.401000', '134314.404000', '134314.406000', '134314.409000', '134314.412000', '134314.415000', '134314.418000', '134314.421000', '134314.424000', '134314.426000', '134334.300000', '134334.303000', '134334.306000', '134334.308000', '134334.311000', '134334.314000', '134334.317000', '134334.320000', '134334.323000', '134334.326000', '134334.329000', '134334.331000', '134334.334000', '134334.337000', '134334.340000', '134334.343000', '134334.346000', '134334.349000', '134334.351000', '134334.354000', '134334.361000', '134334.363000', '134334.366000', '134334.369000', '134334.372000', '134334.375000', '134334.378000', '134334.381000', '134334.384000', '134334.387000', '134334.390000', '134334.393000', '134334.396000', '134334.398000', '134334.401000', '134334.404000', '134334.407000', '134334.410000', '134334.413000', '134334.415000', '134334.418000', '134334.421000', '134334.424000', '134354.300000', '134354.303000', '134354.306000', '134354.309000', '134354.312000', '134354.320000', '134354.323000', '134354.326000', '134354.328000', '134354.331000', '134354.334000', '134354.337000', '134354.340000', '134354.343000', '134354.346000', '134354.348000', '134354.351000', '134354.354000', '134354.357000', '134354.360000', '134354.363000', '134354.366000', '134354.368000', '134354.371000', '134354.374000', '134354.377000', '134354.380000', '134354.383000', '134354.385000', '134354.388000', '134354.391000', '134354.394000', '134354.397000', '134354.400000', '134354.402000', '134354.405000', '134354.408000', '134354.411000', '134354.414000', '134354.417000', '134354.419000', '134354.422000', '134354.425000', '134354.428000', '134414.300000', '134414.303000', '134414.306000', '134414.309000', '134414.312000', '134414.315000', '134414.317000', '134414.320000', '134414.323000', '134414.326000', '134414.329000', '134414.332000', '134414.335000', '134414.339000', '134414.342000', '134414.345000', '134414.348000', '134414.350000', '134414.353000', '134414.356000', '134414.359000', '134414.362000', '134414.365000', '134414.368000', '134414.370000', '134414.373000', '134414.376000', '134414.379000', '134414.382000', '134414.385000', '134414.388000', '134414.390000', '134414.393000', '134414.396000', '134414.399000', '134414.402000', '134414.405000', '134414.408000', '134414.411000', '134414.414000', '134414.416000', '134414.419000', '134414.422000', '134434.301000', '134434.304000', '134434.307000', '134434.309000', '134434.312000', '134434.315000', '134434.318000', '134434.321000', '134434.324000', '134434.327000', '134434.329000', '134434.332000', '134434.335000', '134434.338000', '134434.341000', '134434.344000', '134434.347000', '134434.349000', '134434.352000', '134434.355000', '134434.358000', '134434.361000', '134434.364000', '134434.366000', '134434.369000', '134434.372000', '134434.375000', '134434.378000', '134434.381000', '134434.383000', '134434.386000', '134434.389000', '134434.392000', '134434.395000', '134434.398000', '134434.400000', '134434.403000', '134434.406000', '134434.409000', '134434.412000', '134434.415000', '134434.417000', '134434.420000', '134434.423000', '134454.301000', '134454.304000', '134454.307000', '134454.310000', '134454.313000', '134454.315000', '134454.318000', '134454.321000', '134454.324000', '134454.327000', '134454.330000', '134454.333000', '134454.335000', '134454.338000', '134454.341000', '134454.344000', '134454.347000', '134454.350000', '134454.353000', '134454.355000', '134454.358000', '134454.361000', '134454.364000', '134454.367000', '134454.370000', '134454.372000', '134454.375000', '134454.378000', '134454.381000', '134454.384000', '134454.387000', '134454.390000', '134454.392000', '134454.395000', '134454.398000', '134454.401000', '134454.404000', '134454.407000', '134454.410000', '134454.412000', '134454.415000', '134454.419000', '134454.423000', '134514.301000', '134514.304000', '134514.307000', '134514.310000', '134514.313000', '134514.315000', '134514.318000', '134514.321000', '134514.324000', '134514.327000', '134514.330000', '134514.333000', '134514.335000', '134514.338000', '134514.341000', '134514.344000', '134514.347000', '134514.350000', '134514.352000', '134514.355000', '134514.358000', '134514.361000', '134514.364000', '134514.367000', '134514.369000', '134514.372000', '134514.375000', '134514.378000', '134514.381000', '134514.384000', '134514.387000', '134514.390000', '134514.392000', '134514.395000', '134514.398000', '134514.401000', '134514.404000', '134514.407000', '134514.409000', '134514.412000', '134514.415000', '134514.418000', '134514.421000', '134514.424000', '134534.301000', '134534.304000', '134534.307000', '134534.310000', '134534.313000', '134534.316000', '134534.318000', '134534.321000', '134534.324000', '134534.327000', '134534.330000', '134534.333000', '134534.335000', '134534.338000', '134534.341000', '134534.344000', '134534.347000', '134534.350000', '134534.353000', '134534.356000', '134534.358000', '134534.361000', '134534.364000', '134534.367000', '134534.370000', '134534.373000', '134534.376000', '134534.379000', '134534.382000', '134534.390000', '134534.393000', '134534.395000', '134534.398000', '134534.401000', '134534.404000', '134534.407000', '134534.410000', '134534.412000', '134534.415000', '134534.418000', '134534.421000', '134534.424000', '134534.427000', '134554.300000', '134554.303000', '134554.314000', '134554.317000', '134554.319000', '134554.322000', '134554.325000', '134554.328000', '134554.331000', '134554.334000', '134554.337000', '134554.340000', '134554.344000', '134554.347000', '134554.350000', '134554.353000', '134554.355000', '134554.358000', '134554.361000', '134554.364000', '134554.367000', '134554.370000', '134554.372000', '134554.375000', '134554.378000', '134554.399000', '134554.402000', '134554.405000', '134554.407000', '134554.410000', '134554.413000', '134554.416000', '134554.419000', '134554.422000', '134554.425000', '134554.427000', '134554.430000', '134554.433000', '134554.436000', '134554.439000', '134554.442000', '134554.445000', '134554.448000', '134554.450000', '134614.300000', '134614.303000', '134614.306000', '134614.309000', '134614.312000', '134614.315000', '134614.317000', '134614.320000', '134614.323000', '134614.326000', '134614.329000', '134614.332000', '134614.335000', '134614.338000', '134614.340000', '134614.343000', '134614.346000', '134614.349000', '134614.352000', '134614.355000', '134614.358000', '134614.360000', '134614.363000', '134614.366000', '134614.369000', '134614.372000', '134614.375000', '134614.378000', '134614.381000', '134614.383000', '134614.386000', '134614.389000', '134614.392000', '134614.395000', '134614.398000', '134614.401000', '134614.404000', '134614.406000', '134614.409000', '134614.412000', '134614.415000', '134614.418000', '134614.421000', '134634.300000', '134634.307000', '134634.310000', '134634.313000', '134634.316000', '134634.319000', '134634.322000', '134634.324000', '134634.327000', '134634.330000', '134634.333000', '134634.336000', '134634.339000', '134634.342000', '134634.345000', '134634.348000', '134634.350000', '134634.353000', '134634.356000', '134634.359000', '134634.362000', '134634.365000', '134634.367000', '134634.370000', '134634.373000', '134634.376000', '134634.379000', '134634.382000', '134634.384000', '134634.387000', '134634.390000', '134634.393000', '134634.396000', '134634.399000', '134634.402000', '134634.404000', '134634.407000', '134634.410000', '134634.413000', '134634.416000', '134634.419000', '134634.422000', '134634.425000', '134634.427000', '134654.301000', '134654.304000', '134654.307000', '134654.310000', '134654.313000', '134654.315000', '134654.318000', '134654.321000', '134654.324000', '134654.327000', '134654.330000', '134654.333000', '134654.336000', '134654.338000', '134654.341000', '134654.344000', '134654.347000', '134654.350000', '134654.353000', '134654.356000', '134654.359000', '134654.362000', '134654.364000', '134654.367000', '134654.370000', '134654.373000', '134654.376000', '134654.379000', '134654.382000', '134654.385000', '134654.387000', '134654.390000', '134654.393000', '134654.396000', '134654.399000', '134654.402000', '134654.405000', '134654.407000', '134654.410000', '134654.414000', '134654.417000', '134654.420000', '134654.423000', '134714.301000', '134714.304000', '134714.307000', '134714.310000', '134714.313000', '134714.315000', '134714.318000', '134714.321000', '134714.324000', '134714.327000', '134714.330000', '134714.333000', '134714.336000', '134714.338000', '134714.341000', '134714.344000', '134714.347000', '134714.350000', '134714.353000', '134714.355000', '134714.358000', '134714.361000', '134714.364000', '134714.367000', '134714.370000', '134714.373000', '134714.376000', '134714.379000', '134714.382000', '134714.385000', '134714.388000', '134714.391000', '134714.394000', '134714.396000', '134714.399000', '134714.402000', '134714.405000', '134714.408000', '134714.411000', '134714.413000', '134714.416000', '134714.419000', '134714.422000', '134714.425000', '134734.301000', '134734.304000', '134734.307000', '134734.310000', '134734.313000', '134734.315000', '134734.319000', '134734.321000', '134734.324000', '134734.327000', '134734.330000', '134734.333000', '134734.336000', '134734.338000', '134734.341000', '134734.344000', '134734.347000', '134734.350000', '134734.353000', '134734.356000', '134734.358000', '134734.361000', '134734.364000', '134734.367000', '134734.370000', '134734.373000', '134734.376000', '134734.378000', '134734.381000', '134734.384000', '134734.387000', '134734.390000', '134734.393000', '134734.395000', '134734.398000', '134734.401000', '134734.404000', '134734.407000', '134734.410000', '134734.413000', '134734.416000', '134734.418000', '134734.421000', '134754.302000', '134754.305000', '134754.308000', '134754.311000', '134754.313000', '134754.316000', '134754.319000', '134754.322000', '134754.325000', '134754.328000', '134754.331000', '134754.334000', '134754.336000', '134754.339000', '134754.342000', '134754.345000', '134754.348000', '134754.350000', '134754.353000', '134754.356000', '134754.359000', '134754.362000', '134754.365000', '134754.368000', '134754.370000', '134754.373000', '134754.376000', '134754.379000', '134754.382000', '134754.384000', '134754.387000', '134754.390000', '134754.393000', '134754.396000', '134754.399000', '134754.402000', '134754.404000', '134754.407000', '134754.410000', '134754.413000', '134754.416000', '134754.419000', '134754.422000', '134754.425000', '134814.300000', '134814.303000', '134814.306000', '134814.309000', '134814.312000', '134814.315000', '134814.318000', '134814.320000', '134814.323000', '134814.326000', '134814.329000', '134814.332000', '134814.334000', '134814.337000', '134814.340000', '134814.343000', '134814.346000', '134814.349000', '134814.352000', '134814.355000', '134814.357000', '134814.360000', '134814.363000', '134814.366000', '134814.369000', '134814.372000', '134814.375000', '134814.377000', '134814.380000', '134814.383000', '134814.386000', '134814.389000', '134814.392000', '134814.395000', '134814.397000', '134814.400000', '134814.403000', '134814.406000', '134814.409000', '134814.412000', '134814.414000', '134814.417000', '134814.420000', '134834.300000', '134834.303000', '134834.306000', '134834.309000', '134834.312000', '134834.314000', '134834.317000', '134834.320000', '134834.323000', '134834.326000', '134834.329000', '134834.332000', '134834.334000', '134834.337000', '134834.340000', '134834.343000', '134834.346000', '134834.348000', '134834.352000', '134834.354000', '134834.357000', '134834.360000', '134834.363000', '134834.366000', '134834.369000', '134834.371000', '134834.374000', '134834.377000', '134834.380000', '134834.383000', '134834.386000', '134834.388000', '134834.391000', '134834.394000', '134834.397000', '134834.400000', '134834.403000', '134834.405000', '134834.408000', '134834.411000', '134834.414000', '134834.417000', '134834.420000', '134834.423000', '134836.660000', '134836.664000', '134836.667000', '134836.670000', '134836.674000'], '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': [8830, 9075, 8738, 9756, 7628, 9796, 8181, 9669, 12484, 9423, 11733, 8978, 9368, 8418, 9791, 7504, 9855, 8273, 9236, 8078, 8885, 9070, 8033, 9414, 7297, 9658, 7378, 9232, 7425, 8934, 9308, 8207, 8489, 7842, 9677, 7399, 9432, 8337, 9676, 7354, 9469, 12266, 9756, 11974, 9293, 10580, 8865, 10007, 7860, 10532, 10618, 10262, 12427, 10015, 9532, 9359, 9824, 8127, 9434, 7308, 9515, 8086, 9560, 8429, 9050, 9385, 9141, 9309, 8778, 10096, 7450, 9368, 7090, 9604, 7970, 10222, 8510, 9660, 9421, 9597, 8269, 9514, 9181, 9068, 9134, 8836, 10091, 8202, 10389, 8092, 10026, 7639, 9734, 7441, 10191, 12316, 10108, 12943, 9955, 11421, 8893, 10627, 7880, 9808, 7940, 10331, 7085, 9669, 11659, 9668, 10641, 9470, 9189, 8827, 9604, 7753, 9716, 7973, 10450, 8008, 10538, 11694, 9747, 9765, 8712, 9717, 8195, 10238, 7798, 10188, 9620, 9343, 8916, 8616, 9727, 8152, 9334, 7167, 9441, 7850, 9746, 9424, 10035, 11623, 9626, 9573, 8897, 9825, 7715, 10430, 8642, 10210, 13476, 9848, 10861, 9550, 9827, 8442, 9924, 7922, 10224, 8038, 9983, 8662, 9491, 9449, 8884, 10038, 8172, 9883, 7991, 10177, 8019, 10166, 11935, 9980, 13149, 9551, 10710, 9139, 9845, 7135, 9836, 7523, 9883, 10932, 9178, 8959, 9063, 10234, 8741, 10364, 8887, 10169, 7958, 10217, 11374, 9817, 9061, 9541, 10213, 8056, 10360, 7838, 9702, 11294, 8863, 9696, 7575, 9632, 7425, 9786, 7235, 9565, 10578, 8460, 8988, 8577, 9681, 7071, 9706, 7127, 9641, 11155, 8888, 9321, 8281, 9724, 7668, 10090, 8231, 10088, 9051, 9905, 10533, 9688, 9559, 9277, 10182, 7950, 10336, 7728, 9830, 8680, 9389, 9432, 8418, 9512, 8018, 9408, 7068, 9455, 7729, 9447, 10147, 8814, 10684, 8396, 9145, 7983, 9634, 7392, 9613, 7046, 9567, 10903, 8722, 9413, 8323, 9309, 7769, 9390, 7553, 10163, 8077, 10060, 7759, 10196, 9728, 10246, 9766, 8801, 9964, 7536, 9949, 7572, 9729, 11933, 8843, 10638, 8357, 8855, 7892, 9264, 7663, 9466, 7615, 9210, 7884, 8972, 7638, 9624, 8868, 9631, 7975, 9595, 7366, 9874, 10484, 9875, 13584, 9637, 12294, 9316, 9614, 9003, 9391, 8871, 9427, 8905, 9197, 8850, 10649, 8485, 10359, 8267, 10091, 8582, 10190, 8944, 10096, 11062, 9420, 11151, 9060, 9956, 8504, 9536, 8504, 9000, 8520, 10089, 8009, 9706, 8134, 9670, 8024, 9286, 12446, 8725, 11809, 8858, 10374, 8538, 10019, 8428, 9927, 8491, 10295, 9049, 10221, 9336, 10175, 11058, 9378, 10024, 9425, 10388, 9046, 9827, 8511, 9463, 8126, 9488, 10066, 8650, 11361, 8900, 8915, 8532, 10138, 7526, 9352, 7957, 9337, 9518, 9005, 10447, 9274, 9340, 8905, 9609, 8255, 9460, 8091, 9104, 8637, 9141, 9059, 9335, 10104, 8995, 9859, 9305, 9606, 9355, 9681, 11396, 9562, 10171, 9039, 9757, 11605, 9073, 12782, 8971, 9173, 8482, 9097, 7832, 9216, 10551, 8836, 11240, 8146, 9635, 8522, 9522, 8345, 9294, 11718, 9057, 11504, 9048, 10062, 8203, 9305, 8159, 9388, 7898, 9503, 9523, 9484, 8928, 9350, 10079, 9144, 9720, 8886, 9563, 11351, 9564, 10417, 8818, 9411, 8394, 9016, 11133, 9272, 11036, 9064, 9645, 8788, 9509, 7918, 8985, 8935, 9237, 9554, 8643, 8856, 8086, 9118, 7202, 9178, 9271, 9525, 10223, 9194, 9777, 9411, 9903, 9258, 9603, 10927, 9789, 9774, 8811, 9181, 8527, 9088, 7630, 8979, 10569, 9047, 9418, 8997, 9327, 8459, 9076, 8141, 8972, 9640, 9387, 9838, 9218, 9620, 8261, 8914, 8422, 9139, 9568, 9701, 10158, 9554, 8812, 9221, 9153, 8798, 9503, 9200, 10189, 10853, 10238, 11387, 9635, 9043, 9498, 8766, 8454, 9401, 10097, 9433, 12479, 9215, 10266, 9435, 9249, 8641, 9252, 8045, 9452, 10915, 9700, 9206, 9183, 8967, 8649, 9379, 8767, 9679, 9675, 9478, 9480, 9163, 9630, 8415, 9767, 9034, 9904, 10304, 9327, 10239, 9359, 9715, 8828, 9506, 9206, 9505, 9353, 9201, 8722, 8248, 9316, 8547, 9473, 11431, 9358, 10288, 9120, 9262, 9084, 9401, 9064, 9443, 11128, 9532, 9565, 9006, 8998, 8701, 9234, 8461, 9425, 8254, 9800, 9293, 9955, 9894, 9636, 9346, 8825, 9851, 8774, 10388, 10976, 10126, 9572, 9706, 8755, 8579, 9469, 9621, 9768, 11914, 9506, 9313, 8954, 8776, 7989, 9044, 7305, 8971, 7281, 9026, 9172, 9222, 9216, 9403, 9274, 8748, 9571, 8632, 9510, 10039, 9553, 12667, 9545, 12063, 9512, 10791, 8488, 9311, 8320, 9051, 9305, 8905, 9002, 8628, 9285, 8660, 9443, 8143, 8813, 8107, 8932, 8127, 8882, 11177, 8724, 10259, 8888, 11358, 8452, 9692, 7961, 9043, 7924, 8622, 9640, 9115, 10152, 8679, 9829, 8509, 9860, 8495, 9541, 9686, 9501, 8686, 9182, 10338, 8738, 10029, 9133, 9637, 12593, 9223, 12129, 8707, 9885, 8713, 9964, 8928, 9860, 8483, 9462, 9036, 8704, 9505, 8740, 9715, 7896, 9575, 8085, 9189, 9549, 8944, 9062, 8974, 10155, 8639, 10197, 9525, 9882, 11444, 9344, 9992, 9229, 10498, 9346, 10028, 8990, 9021, 8039, 8974, 7696, 9833, 9537, 8244, 8536, 8553, 9375, 9419, 11000, 9022, 13184, 8857, 9606, 8923, 10174, 8856, 10150, 9031, 10067, 8978, 9985, 8565, 9739, 8467, 9696, 9052, 9961, 8977, 10223, 9705, 10496, 9925, 10506, 9152, 9910, 8650, 9544, 10209, 9503, 9853, 9083, 9374, 8911, 8922, 8871, 9455, 8103, 8983, 8077, 9066, 7979, 9118, 7539, 9261, 10664, 9260, 10709, 8914, 9164, 8927, 9731, 8473, 8943, 8434, 9594, 8738, 9713, 8806, 9389, 12857, 9653, 10607, 9692, 9247, 9596, 10521, 9453, 10006, 9469, 9565, 8470, 9021, 7604, 9111, 10103, 9091, 9039, 8917, 9179, 8762, 9558, 8225, 9006, 8440, 9278, 8986, 9277, 9561, 9188, 11314, 9144, 9692, 9636, 10115, 9501, 9477, 9236, 9924, 9266, 9948, 9636, 9827], 'WindowCenter': [4397.0, 4384.0, 4370.0, 4378.0, 4344.0, 4374.0, 4354.0, 4363.0, 4382.0, 4352.0, 4371.0, 4351.0, 4352.0, 4340.0, 4360.0, 4331.0, 4362.0, 4340.0, 4364.0, 4343.0, 4353.0, 4352.0, 4342.0, 4363.0, 4331.0, 4364.0, 4334.0, 4365.0, 4344.0, 4363.0, 4364.0, 4354.0, 4353.0, 4355.0, 4375.0, 4345.0, 4365.0, 4354.0, 4375.0, 4344.0, 4375.0, 4383.0, 4364.0, 4383.0, 4364.0, 4374.0, 4352.0, 4363.0, 4341.0, 4363.0, 4361.0, 4363.0, 4382.0, 4361.0, 4362.0, 4350.0, 4351.0, 4339.0, 4351.0, 4329.0, 4361.0, 4341.0, 4361.0, 4341.0, 4353.0, 4351.0, 4362.0, 4361.0, 4353.0, 4361.0, 4343.0, 4354.0, 4334.0, 4362.0, 4342.0, 4375.0, 4353.0, 4361.0, 4352.0, 4361.0, 4341.0, 4361.0, 4362.0, 4366.0, 4364.0, 4364.0, 4373.0, 4353.0, 4374.0, 4343.0, 4377.0, 4346.0, 4365.0, 4334.0, 4374.0, 4382.0, 4362.0, 4383.0, 4351.0, 4373.0, 4341.0, 4360.0, 4328.0, 4348.0, 4329.0, 4361.0, 4318.0, 4350.0, 4371.0, 4351.0, 4360.0, 4361.0, 4351.0, 4340.0, 4350.0, 4332.0, 4350.0, 4329.0, 4361.0, 4329.0, 4362.0, 4369.0, 4349.0, 4350.0, 4338.0, 4349.0, 4329.0, 4350.0, 4318.0, 4350.0, 4349.0, 4350.0, 4350.0, 4340.0, 4350.0, 4330.0, 4350.0, 4320.0, 4363.0, 4340.0, 4362.0, 4351.0, 4362.0, 4373.0, 4364.0, 4361.0, 4351.0, 4361.0, 4331.0, 4361.0, 4340.0, 4359.0, 4380.0, 4349.0, 4360.0, 4348.0, 4349.0, 4339.0, 4350.0, 4331.0, 4373.0, 4343.0, 4362.0, 4351.0, 4362.0, 4363.0, 4352.0, 4363.0, 4343.0, 4363.0, 4344.0, 4375.0, 4341.0, 4363.0, 4371.0, 4362.0, 4380.0, 4349.0, 4360.0, 4339.0, 4349.0, 4318.0, 4349.0, 4329.0, 4350.0, 4359.0, 4350.0, 4352.0, 4351.0, 4361.0, 4340.0, 4361.0, 4350.0, 4361.0, 4330.0, 4360.0, 4371.0, 4360.0, 4339.0, 4348.0, 4360.0, 4329.0, 4360.0, 4330.0, 4361.0, 4372.0, 4349.0, 4350.0, 4330.0, 4350.0, 4329.0, 4361.0, 4331.0, 4362.0, 4360.0, 4341.0, 4351.0, 4341.0, 4351.0, 4332.0, 4350.0, 4320.0, 4352.0, 4371.0, 4351.0, 4351.0, 4340.0, 4361.0, 4330.0, 4362.0, 4340.0, 4360.0, 4349.0, 4361.0, 4361.0, 4350.0, 4350.0, 4349.0, 4360.0, 4329.0, 4360.0, 4330.0, 4359.0, 4341.0, 4350.0, 4351.0, 4340.0, 4351.0, 4341.0, 4351.0, 4331.0, 4361.0, 4330.0, 4362.0, 4361.0, 4351.0, 4363.0, 4340.0, 4351.0, 4340.0, 4352.0, 4331.0, 4351.0, 4320.0, 4351.0, 4359.0, 4338.0, 4349.0, 4339.0, 4350.0, 4330.0, 4351.0, 4330.0, 4361.0, 4341.0, 4362.0, 4341.0, 4372.0, 4360.0, 4361.0, 4361.0, 4351.0, 4364.0, 4331.0, 4361.0, 4328.0, 4350.0, 4370.0, 4349.0, 4360.0, 4339.0, 4351.0, 4340.0, 4351.0, 4331.0, 4350.0, 4330.0, 4349.0, 4341.0, 4353.0, 4340.0, 4374.0, 4363.0, 4364.0, 4342.0, 4363.0, 4331.0, 4363.0, 4360.0, 4362.0, 4382.0, 4363.0, 4372.0, 4352.0, 4349.0, 4349.0, 4349.0, 4350.0, 4349.0, 4350.0, 4350.0, 4352.0, 4373.0, 4353.0, 4374.0, 4341.0, 4361.0, 4352.0, 4364.0, 4352.0, 4363.0, 4372.0, 4364.0, 4373.0, 4354.0, 4361.0, 4341.0, 4351.0, 4340.0, 4353.0, 4353.0, 4364.0, 4343.0, 4363.0, 4340.0, 4363.0, 4342.0, 4352.0, 4379.0, 4342.0, 4370.0, 4352.0, 4360.0, 4340.0, 4360.0, 4340.0, 4360.0, 4340.0, 4360.0, 4350.0, 4362.0, 4352.0, 4362.0, 4373.0, 4350.0, 4361.0, 4350.0, 4362.0, 4340.0, 4352.0, 4340.0, 4351.0, 4340.0, 4352.0, 4360.0, 4341.0, 4371.0, 4351.0, 4341.0, 4341.0, 4362.0, 4331.0, 4350.0, 4340.0, 4350.0, 4350.0, 4352.0, 4361.0, 4352.0, 4351.0, 4351.0, 4362.0, 4342.0, 4362.0, 4340.0, 4351.0, 4352.0, 4352.0, 4352.0, 4362.0, 4361.0, 4352.0, 4363.0, 4351.0, 4362.0, 4352.0, 4364.0, 4371.0, 4361.0, 4361.0, 4341.0, 4352.0, 4359.0, 4339.0, 4369.0, 4339.0, 4339.0, 4338.0, 4339.0, 4327.0, 4351.0, 4360.0, 4353.0, 4387.0, 4355.0, 4362.0, 4354.0, 4364.0, 4343.0, 4353.0, 4371.0, 4352.0, 4372.0, 4350.0, 4349.0, 4339.0, 4350.0, 4330.0, 4350.0, 4339.0, 4361.0, 4351.0, 4362.0, 4351.0, 4351.0, 4362.0, 4351.0, 4361.0, 4351.0, 4350.0, 4372.0, 4361.0, 4362.0, 4340.0, 4350.0, 4340.0, 4350.0, 4359.0, 4350.0, 4360.0, 4339.0, 4350.0, 4339.0, 4350.0, 4329.0, 4340.0, 4338.0, 4349.0, 4350.0, 4350.0, 4352.0, 4340.0, 4352.0, 4331.0, 4363.0, 4352.0, 4362.0, 4362.0, 4352.0, 4364.0, 4352.0, 4361.0, 4352.0, 4362.0, 4370.0, 4360.0, 4362.0, 4351.0, 4354.0, 4338.0, 4351.0, 4330.0, 4351.0, 4361.0, 4350.0, 4350.0, 4351.0, 4352.0, 4341.0, 4351.0, 4341.0, 4351.0, 4350.0, 4351.0, 4361.0, 4350.0, 4350.0, 4339.0, 4351.0, 4341.0, 4352.0, 4350.0, 4350.0, 4361.0, 4350.0, 4340.0, 4349.0, 4353.0, 4351.0, 4361.0, 4350.0, 4363.0, 4373.0, 4362.0, 4371.0, 4362.0, 4351.0, 4360.0, 4342.0, 4341.0, 4350.0, 4359.0, 4350.0, 4380.0, 4350.0, 4361.0, 4349.0, 4340.0, 4338.0, 4349.0, 4328.0, 4349.0, 4357.0, 4349.0, 4339.0, 4349.0, 4339.0, 4337.0, 4349.0, 4339.0, 4349.0, 4350.0, 4350.0, 4351.0, 4347.0, 4350.0, 4328.0, 4349.0, 4336.0, 4349.0, 4360.0, 4350.0, 4362.0, 4348.0, 4350.0, 4350.0, 4350.0, 4349.0, 4360.0, 4349.0, 4349.0, 4353.0, 4342.0, 4352.0, 4351.0, 4362.0, 4383.0, 4351.0, 4361.0, 4351.0, 4353.0, 4337.0, 4350.0, 4348.0, 4350.0, 4360.0, 4348.0, 4348.0, 4338.0, 4339.0, 4338.0, 4349.0, 4338.0, 4349.0, 4338.0, 4349.0, 4350.0, 4360.0, 4361.0, 4351.0, 4350.0, 4352.0, 4362.0, 4351.0, 4361.0, 4371.0, 4360.0, 4351.0, 4360.0, 4341.0, 4339.0, 4349.0, 4348.0, 4361.0, 4369.0, 4348.0, 4349.0, 4338.0, 4351.0, 4340.0, 4351.0, 4332.0, 4351.0, 4330.0, 4352.0, 4351.0, 4361.0, 4360.0, 4352.0, 4364.0, 4353.0, 4363.0, 4352.0, 4363.0, 4361.0, 4361.0, 4382.0, 4352.0, 4372.0, 4350.0, 4360.0, 4339.0, 4349.0, 4339.0, 4351.0, 4350.0, 4349.0, 4351.0, 4351.0, 4350.0, 4341.0, 4349.0, 4343.0, 4354.0, 4341.0, 4351.0, 4341.0, 4351.0, 4371.0, 4340.0, 4362.0, 4351.0, 4361.0, 4327.0, 4348.0, 4328.0, 4339.0, 4328.0, 4338.0, 4348.0, 4339.0, 4361.0, 4338.0, 4351.0, 4340.0, 4350.0, 4340.0, 4349.0, 4351.0, 4350.0, 4340.0, 4349.0, 4361.0, 4339.0, 4363.0, 4350.0, 4350.0, 4370.0, 4348.0, 4368.0, 4337.0, 4348.0, 4327.0, 4350.0, 4337.0, 4349.0, 4326.0, 4350.0, 4337.0, 4338.0, 4349.0, 4339.0, 4348.0, 4327.0, 4350.0, 4329.0, 4349.0, 4349.0, 4349.0, 4351.0, 4349.0, 4361.0, 4339.0, 4361.0, 4350.0, 4359.0, 4360.0, 4349.0, 4360.0, 4350.0, 4358.0, 4338.0, 4350.0, 4338.0, 4350.0, 4330.0, 4350.0, 4329.0, 4361.0, 4350.0, 4341.0, 4341.0, 4352.0, 4351.0, 4352.0, 4362.0, 4342.0, 4369.0, 4338.0, 4348.0, 4338.0, 4350.0, 4339.0, 4350.0, 4339.0, 4350.0, 4339.0, 4347.0, 4327.0, 4336.0, 4327.0, 4349.0, 4337.0, 4349.0, 4339.0, 4362.0, 4352.0, 4373.0, 4361.0, 4361.0, 4352.0, 4362.0, 4341.0, 4349.0, 4360.0, 4352.0, 4362.0, 4351.0, 4351.0, 4349.0, 4350.0, 4351.0, 4352.0, 4329.0, 4342.0, 4331.0, 4351.0, 4341.0, 4352.0, 4331.0, 4353.0, 4362.0, 4354.0, 4363.0, 4352.0, 4351.0, 4349.0, 4351.0, 4341.0, 4352.0, 4342.0, 4363.0, 4352.0, 4353.0, 4352.0, 4353.0, 4382.0, 4350.0, 4360.0, 4352.0, 4351.0, 4352.0, 4362.0, 4352.0, 4350.0, 4350.0, 4351.0, 4341.0, 4340.0, 4329.0, 4340.0, 4348.0, 4339.0, 4341.0, 4340.0, 4351.0, 4342.0, 4363.0, 4342.0, 4351.0, 4339.0, 4352.0, 4351.0, 4354.0, 4350.0, 4350.0, 4371.0, 4349.0, 4351.0, 4352.0, 4361.0, 4352.0, 4352.0, 4350.0, 4351.0, 4348.0, 4351.0, 4350.0, 4352.0], 'WindowWidth': [9709.0, 9680.0, 9655.0, 9659.0, 9607.0, 9647.0, 9619.0, 9629.0, 9653.0, 9610.0, 9637.0, 9607.0, 9610.0, 9594.0, 9620.0, 9583.0, 9624.0, 9595.0, 9629.0, 9603.0, 9616.0, 9615.0, 9601.0, 9630.0, 9584.0, 9631.0, 9591.0, 9633.0, 9605.0, 9629.0, 9633.0, 9619.0, 9619.0, 9623.0, 9648.0, 9610.0, 9636.0, 9620.0, 9649.0, 9607.0, 9648.0, 9657.0, 9632.0, 9656.0, 9632.0, 9643.0, 9612.0, 9627.0, 9595.0, 9626.0, 9621.0, 9626.0, 9650.0, 9621.0, 9625.0, 9605.0, 9608.0, 9590.0, 9608.0, 9578.0, 9623.0, 9595.0, 9622.0, 9596.0, 9615.0, 9609.0, 9625.0, 9626.0, 9615.0, 9623.0, 9601.0, 9616.0, 9592.0, 9625.0, 9598.0, 9646.0, 9614.0, 9622.0, 9611.0, 9624.0, 9597.0, 9623.0, 9626.0, 9640.0, 9635.0, 9632.0, 9643.0, 9615.0, 9645.0, 9604.0, 9655.0, 9611.0, 9635.0, 9590.0, 9644.0, 9652.0, 9625.0, 9653.0, 9608.0, 9638.0, 9594.0, 9619.0, 9573.0, 9600.0, 9575.0, 9620.0, 9562.0, 9605.0, 9634.0, 9607.0, 9617.0, 9623.0, 9608.0, 9592.0, 9604.0, 9584.0, 9605.0, 9573.0, 9619.0, 9577.0, 9621.0, 9632.0, 9601.0, 9604.0, 9585.0, 9601.0, 9573.0, 9603.0, 9558.0, 9603.0, 9603.0, 9604.0, 9604.0, 9591.0, 9606.0, 9577.0, 9603.0, 9568.0, 9628.0, 9592.0, 9623.0, 9608.0, 9624.0, 9642.0, 9628.0, 9623.0, 9609.0, 9622.0, 9582.0, 9619.0, 9590.0, 9615.0, 9645.0, 9601.0, 9617.0, 9600.0, 9603.0, 9588.0, 9603.0, 9581.0, 9642.0, 9601.0, 9625.0, 9610.0, 9626.0, 9629.0, 9613.0, 9628.0, 9602.0, 9629.0, 9604.0, 9648.0, 9597.0, 9626.0, 9635.0, 9623.0, 9648.0, 9604.0, 9618.0, 9588.0, 9603.0, 9561.0, 9603.0, 9576.0, 9606.0, 9617.0, 9605.0, 9614.0, 9610.0, 9623.0, 9594.0, 9621.0, 9606.0, 9621.0, 9579.0, 9619.0, 9635.0, 9619.0, 9590.0, 9601.0, 9617.0, 9575.0, 9617.0, 9578.0, 9623.0, 9640.0, 9603.0, 9606.0, 9578.0, 9605.0, 9577.0, 9623.0, 9582.0, 9624.0, 9619.0, 9595.0, 9608.0, 9594.0, 9607.0, 9584.0, 9606.0, 9567.0, 9610.0, 9635.0, 9607.0, 9609.0, 9594.0, 9621.0, 9581.0, 9625.0, 9593.0, 9619.0, 9604.0, 9621.0, 9623.0, 9605.0, 9606.0, 9603.0, 9619.0, 9577.0, 9619.0, 9580.0, 9617.0, 9594.0, 9605.0, 9608.0, 9594.0, 9608.0, 9597.0, 9609.0, 9583.0, 9623.0, 9580.0, 9626.0, 9623.0, 9609.0, 9628.0, 9592.0, 9608.0, 9592.0, 9609.0, 9580.0, 9607.0, 9564.0, 9608.0, 9615.0, 9588.0, 9604.0, 9591.0, 9607.0, 9580.0, 9609.0, 9579.0, 9624.0, 9596.0, 9627.0, 9598.0, 9640.0, 9622.0, 9623.0, 9621.0, 9607.0, 9629.0, 9582.0, 9621.0, 9576.0, 9605.0, 9632.0, 9603.0, 9619.0, 9589.0, 9608.0, 9592.0, 9608.0, 9582.0, 9607.0, 9578.0, 9603.0, 9593.0, 9614.0, 9595.0, 9646.0, 9630.0, 9631.0, 9598.0, 9627.0, 9582.0, 9628.0, 9620.0, 9625.0, 9651.0, 9627.0, 9638.0, 9609.0, 9604.0, 9602.0, 9602.0, 9603.0, 9603.0, 9606.0, 9607.0, 9614.0, 9641.0, 9612.0, 9643.0, 9597.0, 9623.0, 9612.0, 9628.0, 9611.0, 9628.0, 9639.0, 9631.0, 9640.0, 9615.0, 9624.0, 9595.0, 9608.0, 9593.0, 9613.0, 9615.0, 9631.0, 9601.0, 9628.0, 9595.0, 9628.0, 9598.0, 9610.0, 9644.0, 9595.0, 9634.0, 9610.0, 9620.0, 9591.0, 9617.0, 9591.0, 9617.0, 9593.0, 9618.0, 9605.0, 9625.0, 9609.0, 9624.0, 9641.0, 9608.0, 9623.0, 9606.0, 9622.0, 9591.0, 9609.0, 9591.0, 9607.0, 9591.0, 9608.0, 9618.0, 9594.0, 9636.0, 9606.0, 9595.0, 9596.0, 9625.0, 9582.0, 9605.0, 9591.0, 9606.0, 9605.0, 9611.0, 9624.0, 9612.0, 9610.0, 9607.0, 9624.0, 9598.0, 9624.0, 9592.0, 9610.0, 9611.0, 9611.0, 9613.0, 9625.0, 9625.0, 9614.0, 9627.0, 9609.0, 9627.0, 9611.0, 9628.0, 9638.0, 9622.0, 9622.0, 9593.0, 9609.0, 9614.0, 9590.0, 9629.0, 9587.0, 9588.0, 9585.0, 9589.0, 9572.0, 9607.0, 9619.0, 9613.0, 9668.0, 9623.0, 9626.0, 9620.0, 9632.0, 9601.0, 9612.0, 9635.0, 9609.0, 9637.0, 9605.0, 9601.0, 9588.0, 9603.0, 9577.0, 9606.0, 9591.0, 9623.0, 9610.0, 9623.0, 9610.0, 9609.0, 9625.0, 9608.0, 9621.0, 9608.0, 9607.0, 9638.0, 9621.0, 9624.0, 9592.0, 9606.0, 9594.0, 9605.0, 9616.0, 9603.0, 9616.0, 9590.0, 9603.0, 9586.0, 9603.0, 9574.0, 9589.0, 9586.0, 9603.0, 9604.0, 9607.0, 9611.0, 9593.0, 9613.0, 9583.0, 9628.0, 9613.0, 9626.0, 9627.0, 9611.0, 9630.0, 9611.0, 9623.0, 9612.0, 9625.0, 9636.0, 9619.0, 9623.0, 9608.0, 9616.0, 9588.0, 9607.0, 9581.0, 9609.0, 9622.0, 9607.0, 9605.0, 9610.0, 9613.0, 9593.0, 9609.0, 9594.0, 9608.0, 9606.0, 9607.0, 9622.0, 9608.0, 9607.0, 9591.0, 9608.0, 9595.0, 9611.0, 9605.0, 9606.0, 9620.0, 9605.0, 9592.0, 9605.0, 9612.0, 9610.0, 9623.0, 9606.0, 9627.0, 9641.0, 9626.0, 9637.0, 9626.0, 9612.0, 9620.0, 9597.0, 9593.0, 9606.0, 9618.0, 9607.0, 9647.0, 9606.0, 9622.0, 9603.0, 9591.0, 9585.0, 9601.0, 9572.0, 9602.0, 9610.0, 9600.0, 9588.0, 9601.0, 9589.0, 9585.0, 9602.0, 9588.0, 9601.0, 9603.0, 9605.0, 9607.0, 9598.0, 9604.0, 9573.0, 9601.0, 9584.0, 9602.0, 9620.0, 9605.0, 9621.0, 9601.0, 9607.0, 9606.0, 9605.0, 9604.0, 9620.0, 9605.0, 9605.0, 9614.0, 9597.0, 9613.0, 9609.0, 9626.0, 9658.0, 9609.0, 9623.0, 9607.0, 9612.0, 9585.0, 9606.0, 9600.0, 9606.0, 9621.0, 9599.0, 9599.0, 9588.0, 9589.0, 9586.0, 9603.0, 9587.0, 9603.0, 9588.0, 9602.0, 9606.0, 9621.0, 9623.0, 9608.0, 9608.0, 9613.0, 9626.0, 9608.0, 9623.0, 9638.0, 9622.0, 9609.0, 9620.0, 9595.0, 9589.0, 9602.0, 9600.0, 9622.0, 9632.0, 9600.0, 9603.0, 9585.0, 9609.0, 9592.0, 9610.0, 9586.0, 9611.0, 9580.0, 9613.0, 9610.0, 9624.0, 9621.0, 9611.0, 9631.0, 9615.0, 9626.0, 9612.0, 9628.0, 9623.0, 9623.0, 9653.0, 9612.0, 9639.0, 9605.0, 9616.0, 9587.0, 9601.0, 9589.0, 9606.0, 9606.0, 9605.0, 9607.0, 9608.0, 9608.0, 9596.0, 9605.0, 9601.0, 9616.0, 9595.0, 9609.0, 9595.0, 9609.0, 9637.0, 9592.0, 9623.0, 9609.0, 9620.0, 9570.0, 9598.0, 9569.0, 9586.0, 9571.0, 9584.0, 9600.0, 9589.0, 9621.0, 9589.0, 9606.0, 9593.0, 9605.0, 9592.0, 9604.0, 9608.0, 9606.0, 9594.0, 9604.0, 9621.0, 9591.0, 9626.0, 9605.0, 9606.0, 9630.0, 9599.0, 9626.0, 9582.0, 9598.0, 9569.0, 9602.0, 9583.0, 9600.0, 9567.0, 9601.0, 9585.0, 9586.0, 9600.0, 9588.0, 9600.0, 9571.0, 9604.0, 9575.0, 9603.0, 9601.0, 9603.0, 9610.0, 9603.0, 9620.0, 9587.0, 9620.0, 9605.0, 9619.0, 9618.0, 9603.0, 9620.0, 9604.0, 9611.0, 9585.0, 9602.0, 9586.0, 9605.0, 9577.0, 9606.0, 9577.0, 9621.0, 9605.0, 9595.0, 9594.0, 9611.0, 9610.0, 9612.0, 9624.0, 9595.0, 9627.0, 9585.0, 9599.0, 9585.0, 9604.0, 9589.0, 9603.0, 9587.0, 9602.0, 9586.0, 9595.0, 9569.0, 9580.0, 9570.0, 9600.0, 9584.0, 9601.0, 9589.0, 9622.0, 9609.0, 9641.0, 9621.0, 9622.0, 9610.0, 9624.0, 9592.0, 9603.0, 9619.0, 9610.0, 9625.0, 9607.0, 9606.0, 9603.0, 9605.0, 9608.0, 9608.0, 9577.0, 9595.0, 9581.0, 9606.0, 9594.0, 9612.0, 9582.0, 9613.0, 9625.0, 9614.0, 9627.0, 9609.0, 9607.0, 9602.0, 9608.0, 9596.0, 9611.0, 9598.0, 9626.0, 9610.0, 9614.0, 9608.0, 9612.0, 9651.0, 9606.0, 9620.0, 9610.0, 9609.0, 9610.0, 9624.0, 9607.0, 9606.0, 9603.0, 9606.0, 9592.0, 9590.0, 9574.0, 9590.0, 9600.0, 9588.0, 9591.0, 9592.0, 9607.0, 9598.0, 9626.0, 9596.0, 9608.0, 9590.0, 9610.0, 9608.0, 9614.0, 9606.0, 9606.0, 9633.0, 9604.0, 9608.0, 9610.0, 9621.0, 9608.0, 9610.0, 9606.0, 9606.0, 9600.0, 9606.0, 9603.0, 9609.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.0017717682198327362</td></tr>
<tr><td colspan=3>aqi</td><td>0.02278496129032258</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.960496103899516</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.196807384784689</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0038784946889958</td></tr>
<tr><td colspan=3>efc</td><td>0.4615</td></tr>
<tr><td colspan=3>fber</td><td>7280.1353</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06013238714692141</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.23894862604540024</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.635121317139111</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.57394639317779</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8534657501498932</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4779518080896485</td></tr>
<tr><td colspan=3>gcor</td><td>0.00368051</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005045507103204727</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024809494614601135</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>837</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.7692744414439963</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.7689</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.8995</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.1856</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302007.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>803.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.9078</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.047</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.305</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3541.2278</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3783.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74537.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1077.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4651.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1003.6347</td></tr>
<tr><td colspan=3>tsnr</td><td>41.51326398504898</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>