ds005256-mriqc/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 309423ad35 [DATALAD RUNCMD] Compute MRIQC for sub-0118
=== 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-0118 --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-0118",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 10:14:38 +02:00

616 lines
No EOL
103 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0118_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-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0118/figures/sub-0118_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-0118/figures/sub-0118_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118/ses-02/func/sub-0118_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>ff9b17c0a9652298e1d6b94ddb9ecb5f</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:45:18.307500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999987, 0.00510396, 3.54646e-05, -0.00506143, 0.990709, 0.135904]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0861585</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7805, -7218, 295, -56, -67, -109, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.424</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d833b19f-f5fe-4c5b-9a26-642415d9b6ce||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682891845703125, -0.013579441234469414, -0.0017779843183234334, 120.77582550048828], [-0.013693558983504772, 2.6580002307891846, 0.3669358789920807, -106.96479797363281], [9.514882549410686e-05, -0.3646198809146881, 2.6749494075775146, -47.553775787353516], [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': ['134518.307500', '134518.767500', '134519.227500', '134519.687500', '134520.147500', '134520.607500', '134521.067500', '134521.527500', '134521.987500', '134522.447500', '134522.907500', '134523.367500', '134523.827500', '134524.287500', '134524.747500', '134525.207500', '134525.667500', '134526.127500', '134526.587500', '134527.047500', '134527.507500', '134527.967500', '134528.427500', '134528.887500', '134529.347500', '134529.807500', '134530.267500', '134530.727500', '134531.187500', '134531.647500', '134532.107500', '134532.567500', '134533.027500', '134533.487500', '134533.947500', '134534.407500', '134534.867500', '134535.327500', '134535.787500', '134536.247500', '134536.707500', '134537.167500', '134537.627500', '134538.087500', '134538.547500', '134539.007500', '134539.467500', '134539.927500', '134540.387500', '134540.847500', '134541.307500', '134541.767500', '134542.227500', '134542.687500', '134543.147500', '134543.607500', '134544.067500', '134544.527500', '134544.987500', '134545.447500', '134545.907500', '134546.367500', '134546.827500', '134547.287500', '134547.747500', '134548.207500', '134548.667500', '134549.127500', '134549.587500', '134550.047500', '134550.507500', '134550.967500', '134551.427500', '134551.887500', '134552.347500', '134552.807500', '134553.267500', '134553.727500', '134554.187500', '134554.647500', '134555.107500', '134555.567500', '134556.027500', '134556.487500', '134556.947500', '134557.407500', '134557.867500', '134558.327500', '134558.787500', '134559.247500', '134559.707500', '134600.167500', '134600.627500', '134601.087500', '134601.547500', '134602.007500', '134602.467500', '134602.927500', '134603.387500', '134603.847500', '134604.307500', '134604.767500', '134605.227500', '134605.687500', '134606.147500', '134606.607500', '134607.067500', '134607.527500', '134607.987500', '134608.447500', '134608.907500', '134609.367500', '134609.827500', '134610.287500', '134610.747500', '134611.207500', '134611.667500', '134612.127500', '134612.587500', '134613.047500', '134613.507500', '134613.967500', '134614.427500', '134614.887500', '134615.347500', '134615.807500', '134616.267500', '134616.727500', '134617.187500', '134617.647500', '134618.107500', '134618.567500', '134619.027500', '134619.487500', '134619.947500', '134620.407500', '134620.867500', '134621.327500', '134621.787500', '134622.247500', '134622.707500', '134623.167500', '134623.627500', '134624.087500', '134624.547500', '134625.007500', '134625.467500', '134625.927500', '134626.387500', '134626.847500', '134627.307500', '134627.767500', '134628.227500', '134628.687500', '134629.147500', '134629.607500', '134630.067500', '134630.527500', '134630.987500', '134631.447500', '134631.907500', '134632.367500', '134632.827500', '134633.287500', '134633.747500', '134634.207500', '134634.667500', '134635.127500', '134635.587500', '134636.047500', '134636.507500', '134636.967500', '134637.427500', '134637.887500', '134638.347500', '134638.807500', '134639.267500', '134639.727500', '134640.187500', '134640.647500', '134641.107500', '134641.567500', '134642.027500', '134642.487500', '134642.947500', '134643.407500', '134643.867500', '134644.327500', '134644.787500', '134645.247500', '134645.707500', '134646.167500', '134646.627500', '134647.087500', '134647.547500', '134648.007500', '134648.467500', '134648.927500', '134649.387500', '134649.847500', '134650.307500', '134650.767500', '134651.227500', '134651.687500', '134652.147500', '134652.607500', '134653.067500', '134653.527500', '134653.987500', '134654.447500', '134654.907500', '134655.367500', '134655.827500', '134656.287500', '134656.747500', '134657.207500', '134657.667500', '134658.127500', '134658.587500', '134659.047500', '134659.507500', '134659.967500', '134700.427500', '134700.887500', '134701.347500', '134701.807500', '134702.267500', '134702.727500', '134703.187500', '134703.647500', '134704.107500', '134704.567500', '134705.027500', '134705.487500', '134705.947500', '134706.407500', '134706.867500', '134707.327500', '134707.787500', '134708.247500', '134708.707500', '134709.167500', '134709.627500', '134710.087500', '134710.547500', '134711.007500', '134711.467500', '134711.927500', '134712.387500', '134712.847500', '134713.307500', '134713.767500', '134714.227500', '134714.687500', '134715.147500', '134715.607500', '134716.067500', '134716.527500', '134716.987500', '134717.447500', '134717.907500', '134718.367500', '134718.827500', '134719.287500', '134719.747500', '134720.207500', '134720.667500', '134721.127500', '134721.587500', '134722.047500', '134722.507500', '134722.967500', '134723.427500', '134723.887500', '134724.347500', '134724.807500', '134725.267500', '134725.727500', '134726.187500', '134726.647500', '134727.107500', '134727.567500', '134728.027500', '134728.487500', '134728.947500', '134729.407500', '134729.867500', '134730.327500', '134730.787500', '134731.247500', '134731.707500', '134732.167500', '134732.627500', '134733.087500', '134733.547500', '134734.007500', '134734.467500', '134734.927500', '134735.387500', '134735.847500', '134736.307500', '134736.767500', '134737.227500', '134737.687500', '134738.147500', '134738.607500', '134739.067500', '134739.527500', '134739.987500', '134740.447500', '134740.907500', '134741.367500', '134741.827500', '134742.287500', '134742.747500', '134743.207500', '134743.667500', '134744.127500', '134744.587500', '134745.047500', '134745.507500', '134745.967500', '134746.427500', '134746.887500', '134747.347500', '134747.807500', '134748.267500', '134748.727500', '134749.187500', '134749.647500', '134750.107500', '134750.567500', '134751.027500', '134751.487500', '134751.947500', '134752.407500', '134752.867500', '134753.327500', '134753.787500', '134754.247500', '134754.707500', '134755.167500', '134755.627500', '134756.087500', '134756.547500', '134757.007500', '134757.467500', '134757.927500', '134758.387500', '134758.847500', '134759.307500', '134759.767500', '134800.227500', '134800.687500', '134801.147500', '134801.607500', '134802.067500', '134802.527500', '134802.987500', '134803.447500', '134803.907500', '134804.367500', '134804.827500', '134805.287500', '134805.747500', '134806.207500', '134806.667500', '134807.127500', '134807.587500', '134808.047500', '134808.507500', '134808.967500', '134809.427500', '134809.887500', '134810.347500', '134810.807500', '134811.267500', '134811.727500', '134812.187500', '134812.647500', '134813.107500', '134813.567500', '134814.027500', '134814.487500', '134814.947500', '134815.407500', '134815.867500', '134816.327500', '134816.787500', '134817.247500', '134817.707500', '134818.167500', '134818.627500', '134819.087500', '134819.547500', '134820.007500', '134820.467500', '134820.927500', '134821.387500', '134821.847500', '134822.307500', '134822.767500', '134823.227500', '134823.687500', '134824.147500', '134824.607500', '134825.067500', '134825.527500', '134825.987500', '134826.447500', '134826.907500', '134827.367500', '134827.827500', '134828.287500', '134828.747500', '134829.207500', '134829.667500', '134830.127500', '134830.587500', '134831.047500', '134831.507500', '134831.967500', '134832.427500', '134832.887500', '134833.347500', '134833.807500', '134834.267500', '134834.727500', '134835.187500', '134835.647500', '134836.107500', '134836.567500', '134837.027500', '134837.487500', '134837.947500', '134838.407500', '134838.867500', '134839.327500', '134839.787500', '134840.247500', '134840.707500', '134841.167500', '134841.627500', '134842.087500', '134842.547500', '134843.007500', '134843.467500', '134843.927500', '134844.387500', '134844.847500', '134845.307500', '134845.767500', '134846.227500', '134846.687500', '134847.147500', '134847.607500', '134848.067500', '134848.527500', '134848.987500', '134849.447500', '134849.907500', '134850.367500', '134850.827500', '134851.287500', '134851.747500', '134852.207500', '134852.667500', '134853.127500', '134853.587500', '134854.047500', '134854.507500', '134854.967500', '134855.427500', '134855.887500', '134856.347500', '134856.807500', '134857.267500', '134857.727500', '134858.187500', '134858.647500', '134859.107500', '134859.567500', '134900.027500', '134900.487500', '134900.947500', '134901.407500', '134901.867500', '134902.327500', '134902.787500', '134903.247500', '134903.707500', '134904.167500', '134904.627500', '134905.087500', '134905.547500', '134906.007500', '134906.467500', '134906.927500', '134907.387500', '134907.847500', '134908.307500', '134908.767500', '134909.227500', '134909.687500', '134910.147500', '134910.607500', '134911.067500', '134911.527500', '134911.987500', '134912.447500', '134912.907500', '134913.367500', '134913.827500', '134914.287500', '134914.747500', '134915.207500', '134915.667500', '134916.127500', '134916.587500', '134917.047500', '134917.507500', '134917.967500', '134918.427500', '134918.887500', '134919.347500', '134919.807500', '134920.267500', '134920.727500', '134921.187500', '134921.647500', '134922.107500', '134922.567500', '134923.027500', '134923.487500', '134923.947500', '134924.407500', '134924.867500', '134925.327500', '134925.787500', '134926.247500', '134926.707500', '134927.167500', '134927.627500', '134928.087500', '134928.547500', '134929.007500', '134929.467500', '134929.927500', '134930.387500', '134930.847500', '134931.307500', '134931.767500', '134932.227500', '134932.687500', '134933.147500', '134933.607500', '134934.067500', '134934.527500', '134934.987500', '134935.447500', '134935.907500', '134936.367500', '134936.827500', '134937.287500', '134937.747500', '134938.207500', '134938.667500', '134939.127500', '134939.587500', '134940.047500', '134940.507500', '134940.967500', '134941.427500', '134941.887500', '134942.347500', '134942.807500', '134943.267500', '134943.727500', '134944.187500', '134944.647500', '134945.107500', '134945.567500', '134946.027500', '134946.487500', '134946.947500', '134947.407500', '134947.867500', '134948.327500', '134948.787500', '134949.247500', '134949.707500', '134950.167500', '134950.627500', '134951.087500', '134951.547500', '134952.007500', '134952.467500', '134952.927500', '134953.387500', '134953.847500', '134954.307500', '134954.767500', '134955.227500', '134955.687500', '134956.147500', '134956.607500', '134957.067500', '134957.527500', '134957.987500', '134958.447500', '134958.907500', '134959.367500', '134959.827500', '135000.287500', '135000.747500', '135001.207500', '135001.667500', '135002.127500', '135002.587500', '135003.047500', '135003.507500', '135003.967500', '135004.427500', '135004.887500', '135005.347500', '135005.807500', '135006.267500', '135006.727500', '135007.187500', '135007.647500', '135008.107500', '135008.567500', '135009.027500', '135009.487500', '135009.947500', '135010.407500', '135010.867500', '135011.327500', '135011.787500', '135012.247500', '135012.707500', '135013.167500', '135013.627500', '135014.087500', '135014.547500', '135015.007500', '135015.467500', '135015.927500', '135016.387500', '135016.847500', '135017.307500', '135017.767500', '135018.227500', '135018.687500', '135019.147500', '135019.607500', '135020.067500', '135020.527500', '135020.987500', '135021.447500', '135021.907500', '135022.367500', '135022.827500', '135023.287500', '135023.747500', '135024.207500', '135024.667500', '135025.127500', '135025.587500', '135026.047500', '135026.507500', '135026.967500', '135027.427500', '135027.887500', '135028.347500', '135028.807500', '135029.267500', '135029.727500', '135030.187500', '135030.647500', '135031.107500', '135031.567500', '135032.027500', '135032.487500', '135032.947500', '135033.407500', '135033.867500', '135034.327500', '135034.787500', '135035.247500', '135035.707500', '135036.167500', '135036.627500', '135037.087500', '135037.547500', '135038.007500', '135038.467500', '135038.927500', '135039.387500', '135039.847500', '135040.307500', '135040.767500', '135041.227500', '135041.687500', '135042.147500', '135042.607500', '135043.067500', '135043.527500', '135043.987500', '135044.447500', '135044.907500', '135045.367500', '135045.827500', '135046.287500', '135046.747500', '135047.207500', '135047.667500', '135048.127500', '135048.587500', '135049.047500', '135049.507500', '135049.967500', '135050.427500', '135050.887500', '135051.347500', '135051.807500', '135052.267500', '135052.727500', '135053.187500', '135053.647500', '135054.107500', '135054.567500', '135055.027500', '135055.487500', '135055.947500', '135056.407500', '135056.867500', '135057.327500', '135057.787500', '135058.247500', '135058.707500', '135059.167500', '135059.627500', '135100.087500', '135100.547500', '135101.007500', '135101.467500', '135101.927500', '135102.387500', '135102.847500', '135103.307500', '135103.767500', '135104.227500', '135104.687500', '135105.147500', '135105.607500', '135106.067500', '135106.527500', '135106.987500', '135107.447500', '135107.907500', '135108.367500', '135108.827500', '135109.287500', '135109.747500', '135110.207500', '135110.667500', '135111.127500', '135111.587500', '135112.047500', '135112.507500', '135112.967500', '135113.427500', '135113.887500', '135114.347500', '135114.807500', '135115.267500', '135115.727500', '135116.187500', '135116.647500', '135117.107500', '135117.567500', '135118.027500', '135118.487500', '135118.947500', '135119.407500', '135119.867500', '135120.327500', '135120.787500', '135121.247500', '135121.707500', '135122.167500', '135122.627500', '135123.087500', '135123.547500', '135124.007500', '135124.467500', '135124.927500', '135125.387500', '135125.847500', '135126.307500', '135126.767500', '135127.227500', '135127.687500', '135128.147500', '135128.607500', '135129.067500', '135129.527500', '135129.987500', '135130.447500', '135130.907500', '135131.367500', '135131.827500', '135132.287500', '135132.747500', '135133.207500', '135133.667500', '135134.127500', '135134.587500', '135135.047500', '135135.507500', '135135.967500', '135136.427500', '135136.887500', '135137.347500', '135137.807500', '135138.267500', '135138.727500', '135139.187500', '135139.647500', '135140.107500', '135140.567500', '135141.027500', '135141.487500', '135141.947500', '135142.407500', '135142.867500', '135143.327500', '135143.787500'], 'ContentTime': ['134548.762000', '134548.766000', '134548.768000', '134548.771000', '134548.774000', '134548.776000', '134548.779000', '134548.781000', '134548.784000', '134548.786000', '134548.794000', '134548.797000', '134548.799000', '134548.802000', '134548.804000', '134548.807000', '134548.810000', '134548.812000', '134548.815000', '134548.818000', '134548.820000', '134548.823000', '134548.825000', '134548.828000', '134548.830000', '134548.833000', '134548.835000', '134548.838000', '134548.841000', '134548.843000', '134548.846000', '134548.850000', '134548.853000', '134548.855000', '134548.858000', '134548.860000', '134548.863000', '134548.865000', '134548.868000', '134548.871000', '134548.873000', '134548.876000', '134548.879000', '134548.882000', '134548.884000', '134548.887000', '134548.889000', '134548.892000', '134548.894000', '134548.897000', '134548.899000', '134548.902000', '134548.905000', '134548.907000', '134548.910000', '134548.913000', '134548.915000', '134548.918000', '134548.920000', '134548.923000', '134548.926000', '134548.928000', '134548.931000', '134608.729000', '134608.732000', '134608.735000', '134608.738000', '134608.740000', '134608.743000', '134608.746000', '134608.748000', '134608.751000', '134608.754000', '134608.756000', '134608.759000', '134608.761000', '134608.764000', '134608.767000', '134608.769000', '134608.772000', '134608.774000', '134608.777000', '134608.780000', '134608.782000', '134608.785000', '134608.788000', '134608.791000', '134608.793000', '134608.796000', '134608.799000', '134608.801000', '134608.804000', '134608.806000', '134608.809000', '134608.812000', '134608.814000', '134608.817000', '134608.820000', '134608.822000', '134608.825000', '134608.828000', '134608.830000', '134608.833000', '134608.835000', '134608.838000', '134608.840000', '134628.730000', '134628.732000', '134628.735000', '134628.738000', '134628.740000', '134628.743000', '134628.745000', '134628.748000', '134628.751000', '134628.753000', '134628.756000', '134628.758000', '134628.761000', '134628.764000', '134628.766000', '134628.769000', '134628.771000', '134628.774000', '134628.777000', '134628.779000', '134628.794000', '134628.796000', '134628.799000', '134628.802000', '134628.804000', '134628.807000', '134628.809000', '134628.812000', '134628.815000', '134628.817000', '134628.820000', '134628.822000', '134628.825000', '134628.828000', '134628.831000', '134628.833000', '134628.836000', '134628.838000', '134628.841000', '134628.844000', '134628.846000', '134628.849000', '134628.852000', '134628.854000', '134648.729000', '134648.732000', '134648.735000', '134648.737000', '134648.740000', '134648.743000', '134648.745000', '134648.748000', '134648.751000', '134648.753000', '134648.756000', '134648.758000', '134648.761000', '134648.764000', '134648.766000', '134648.769000', '134648.771000', '134648.774000', '134648.776000', '134648.779000', '134648.782000', '134648.784000', '134648.787000', '134648.789000', '134648.792000', '134648.795000', '134648.797000', '134648.800000', '134648.802000', '134648.805000', '134648.808000', '134648.810000', '134648.813000', '134648.816000', '134648.818000', '134648.821000', '134648.823000', '134648.826000', '134648.828000', '134648.831000', '134648.834000', '134648.838000', '134648.840000', '134708.730000', '134708.733000', '134708.736000', '134708.739000', '134708.741000', '134708.744000', '134708.746000', '134708.749000', '134708.752000', '134708.754000', '134708.757000', '134708.759000', '134708.762000', '134708.765000', '134708.767000', '134708.770000', '134708.772000', '134708.775000', '134708.778000', '134708.780000', '134708.783000', '134708.785000', '134708.788000', '134708.791000', '134708.793000', '134708.796000', '134708.799000', '134708.801000', '134708.804000', '134708.807000', '134708.809000', '134708.812000', '134708.814000', '134708.817000', '134708.820000', '134708.822000', '134708.825000', '134708.828000', '134708.830000', '134708.843000', '134708.846000', '134708.849000', '134708.851000', '134708.854000', '134728.730000', '134728.733000', '134728.736000', '134728.739000', '134728.741000', '134728.744000', '134728.746000', '134728.749000', '134728.752000', '134728.754000', '134728.757000', '134728.759000', '134728.762000', '134728.765000', '134728.767000', '134728.770000', '134728.773000', '134728.775000', '134728.778000', '134728.781000', '134728.783000', '134728.786000', '134728.788000', '134728.791000', '134728.794000', '134728.796000', '134728.799000', '134728.802000', '134728.804000', '134728.807000', '134728.810000', '134728.812000', '134728.815000', '134728.818000', '134728.820000', '134728.823000', '134728.825000', '134728.828000', '134728.830000', '134728.833000', '134728.836000', '134728.839000', '134728.841000', '134748.730000', '134748.732000', '134748.735000', '134748.738000', '134748.740000', '134748.743000', '134748.745000', '134748.748000', '134748.750000', '134748.753000', '134748.756000', '134748.758000', '134748.761000', '134748.763000', '134748.766000', '134748.769000', '134748.771000', '134748.774000', '134748.777000', '134748.779000', '134748.782000', '134748.785000', '134748.787000', '134748.790000', '134748.792000', '134748.795000', '134748.798000', '134748.800000', '134748.803000', '134748.805000', '134748.808000', '134748.811000', '134748.813000', '134748.816000', '134748.819000', '134748.821000', '134748.824000', '134748.826000', '134748.829000', '134748.831000', '134748.834000', '134748.837000', '134748.839000', '134748.842000', '134808.730000', '134808.752000', '134808.754000', '134808.757000', '134808.760000', '134808.762000', '134808.765000', '134808.767000', '134808.770000', '134808.773000', '134808.775000', '134808.778000', '134808.780000', '134808.783000', '134808.786000', '134808.788000', '134808.791000', '134808.793000', '134808.796000', '134808.799000', '134808.801000', '134808.804000', '134808.806000', '134808.809000', '134808.812000', '134808.814000', '134808.817000', '134808.820000', '134808.822000', '134808.825000', '134808.828000', '134808.830000', '134808.833000', '134808.835000', '134808.838000', '134808.840000', '134808.843000', '134808.846000', '134808.848000', '134808.851000', '134808.853000', '134808.856000', '134808.859000', '134828.730000', '134828.733000', '134828.736000', '134828.738000', '134828.741000', '134828.743000', '134828.746000', '134828.749000', '134828.752000', '134828.754000', '134828.757000', '134828.759000', '134828.762000', '134828.765000', '134828.767000', '134828.770000', '134828.773000', '134828.775000', '134828.778000', '134828.780000', '134828.783000', '134828.786000', '134828.788000', '134828.791000', '134828.793000', '134828.796000', '134828.798000', '134828.801000', '134828.804000', '134828.806000', '134828.809000', '134828.812000', '134828.815000', '134828.817000', '134828.820000', '134828.822000', '134828.825000', '134828.828000', '134828.830000', '134828.833000', '134828.836000', '134828.838000', '134828.841000', '134848.729000', '134848.732000', '134848.735000', '134848.737000', '134848.740000', '134848.743000', '134848.745000', '134848.748000', '134848.750000', '134848.753000', '134848.756000', '134848.759000', '134848.761000', '134848.764000', '134848.766000', '134848.769000', '134848.772000', '134848.774000', '134848.777000', '134848.779000', '134848.782000', '134848.785000', '134848.787000', '134848.790000', '134848.792000', '134848.795000', '134848.798000', '134848.800000', '134848.803000', '134848.806000', '134848.808000', '134848.811000', '134848.814000', '134848.816000', '134848.819000', '134848.822000', '134848.824000', '134848.827000', '134848.830000', '134848.832000', '134848.835000', '134848.838000', '134848.840000', '134848.843000', '134908.730000', '134908.733000', '134908.735000', '134908.738000', '134908.741000', '134908.743000', '134908.746000', '134908.748000', '134908.751000', '134908.754000', '134908.756000', '134908.759000', '134908.761000', '134908.764000', '134908.767000', '134908.769000', '134908.772000', '134908.775000', '134908.777000', '134908.780000', '134908.784000', '134908.786000', '134908.789000', '134908.791000', '134908.794000', '134908.797000', '134908.799000', '134908.802000', '134908.804000', '134908.807000', '134908.810000', '134908.812000', '134908.815000', '134908.818000', '134908.820000', '134908.823000', '134908.825000', '134908.828000', '134908.831000', '134908.833000', '134908.836000', '134908.839000', '134908.841000', '134908.844000', '134928.730000', '134928.733000', '134928.736000', '134928.738000', '134928.741000', '134928.744000', '134928.746000', '134928.749000', '134928.752000', '134928.754000', '134928.757000', '134928.759000', '134928.762000', '134928.765000', '134928.767000', '134928.770000', '134928.773000', '134928.775000', '134928.778000', '134928.780000', '134928.783000', '134928.786000', '134928.788000', '134928.791000', '134928.793000', '134928.796000', '134928.799000', '134928.801000', '134928.804000', '134928.807000', '134928.809000', '134928.812000', '134928.814000', '134928.817000', '134928.820000', '134928.822000', '134928.825000', '134928.827000', '134928.830000', '134928.832000', '134928.863000', '134928.866000', '134928.868000', '134948.730000', '134948.733000', '134948.736000', '134948.738000', '134948.741000', '134948.744000', '134948.746000', '134948.749000', '134948.751000', '134948.754000', '134948.757000', '134948.759000', '134948.762000', '134948.764000', '134948.767000', '134948.770000', '134948.772000', '134948.775000', '134948.777000', '134948.780000', '134948.783000', '134948.785000', '134948.788000', '134948.790000', '134948.793000', '134948.796000', '134948.798000', '134948.801000', '134948.803000', '134948.806000', '134948.809000', '134948.811000', '134948.814000', '134948.817000', '134948.819000', '134948.822000', '134948.824000', '134948.827000', '134948.830000', '134948.832000', '134948.835000', '134948.837000', '134948.840000', '134948.843000', '135008.730000', '135008.732000', '135008.735000', '135008.738000', '135008.740000', '135008.743000', '135008.746000', '135008.748000', '135008.751000', '135008.754000', '135008.756000', '135008.759000', '135008.761000', '135008.764000', '135008.767000', '135008.769000', '135008.772000', '135008.774000', '135008.777000', '135008.780000', '135008.782000', '135008.785000', '135008.787000', '135008.790000', '135008.793000', '135008.795000', '135008.798000', '135008.801000', '135008.803000', '135008.806000', '135008.809000', '135008.811000', '135008.814000', '135008.816000', '135008.819000', '135008.822000', '135008.824000', '135008.827000', '135008.829000', '135008.832000', '135008.835000', '135008.837000', '135008.840000', '135028.730000', '135028.732000', '135028.735000', '135028.738000', '135028.740000', '135028.743000', '135028.746000', '135028.748000', '135028.751000', '135028.753000', '135028.756000', '135028.759000', '135028.762000', '135028.764000', '135028.767000', '135028.770000', '135028.772000', '135028.775000', '135028.778000', '135028.780000', '135028.783000', '135028.785000', '135028.788000', '135028.791000', '135028.793000', '135028.796000', '135028.799000', '135028.801000', '135028.804000', '135028.806000', '135028.809000', '135028.812000', '135028.814000', '135028.817000', '135028.819000', '135028.822000', '135028.825000', '135028.827000', '135028.830000', '135028.833000', '135028.835000', '135028.838000', '135028.840000', '135028.843000', '135048.729000', '135048.732000', '135048.735000', '135048.737000', '135048.740000', '135048.743000', '135048.745000', '135048.748000', '135048.751000', '135048.753000', '135048.756000', '135048.758000', '135048.761000', '135048.763000', '135048.766000', '135048.769000', '135048.771000', '135048.774000', '135048.777000', '135048.779000', '135048.790000', '135048.792000', '135048.795000', '135048.797000', '135048.800000', '135048.803000', '135048.805000', '135048.808000', '135048.810000', '135048.813000', '135048.815000', '135048.818000', '135048.821000', '135048.823000', '135048.826000', '135048.828000', '135048.831000', '135048.835000', '135048.838000', '135048.841000', '135048.843000', '135048.846000', '135048.849000', '135108.730000', '135108.732000', '135108.735000', '135108.738000', '135108.740000', '135108.743000', '135108.745000', '135108.748000', '135108.764000', '135108.767000', '135108.769000', '135108.772000', '135108.775000', '135108.777000', '135108.780000', '135108.782000', '135108.785000', '135108.788000', '135108.790000', '135108.793000', '135108.795000', '135108.798000', '135108.801000', '135108.803000', '135108.806000', '135108.808000', '135108.811000', '135108.814000', '135108.816000', '135108.819000', '135108.821000', '135108.824000', '135108.827000', '135108.829000', '135108.832000', '135108.834000', '135108.837000', '135108.840000', '135108.842000', '135108.845000', '135108.848000', '135108.850000', '135108.853000', '135108.855000', '135128.731000', '135128.733000', '135128.736000', '135128.739000', '135128.741000', '135128.744000', '135128.746000', '135128.749000', '135128.752000', '135128.754000', '135128.757000', '135128.759000', '135128.762000', '135128.764000', '135128.767000', '135128.770000', '135128.772000', '135128.775000', '135128.777000', '135128.780000', '135128.783000', '135128.785000', '135128.788000', '135128.790000', '135128.793000', '135128.796000', '135128.798000', '135128.801000', '135128.803000', '135128.806000', '135128.808000', '135128.811000', '135128.814000', '135128.816000', '135128.819000', '135128.822000', '135128.824000', '135128.827000', '135128.829000', '135128.832000', '135128.835000', '135128.837000', '135128.840000', '135145.514000', '135145.517000', '135145.519000', '135145.522000', '135145.525000', '135145.528000', '135145.531000', '135145.534000', '135145.537000', '135145.540000', '135145.542000', '135145.546000', '135145.549000', '135145.552000', '135145.556000', '135145.559000', '135145.562000', '135145.565000', '135145.568000', '135145.571000', '135145.574000', '135145.576000', '135145.580000', '135145.583000', '135145.586000', '135145.589000', '135145.591000', '135145.594000', '135145.597000', '135145.600000', '135145.603000', '135145.606000', '135145.609000', '135145.612000', '135145.615000', '135145.618000', '135145.621000'], 'InstanceCreationTime': ['134548.762000', '134548.766000', '134548.768000', '134548.771000', '134548.774000', '134548.776000', '134548.779000', '134548.781000', '134548.784000', '134548.786000', '134548.794000', '134548.797000', '134548.799000', '134548.802000', '134548.804000', '134548.807000', '134548.810000', '134548.812000', '134548.815000', '134548.818000', '134548.820000', '134548.823000', '134548.825000', '134548.828000', '134548.830000', '134548.833000', '134548.835000', '134548.838000', '134548.841000', '134548.843000', '134548.846000', '134548.850000', '134548.853000', '134548.855000', '134548.858000', '134548.860000', '134548.863000', '134548.865000', '134548.868000', '134548.871000', '134548.873000', '134548.876000', '134548.879000', '134548.882000', '134548.884000', '134548.887000', '134548.889000', '134548.892000', '134548.894000', '134548.897000', '134548.899000', '134548.902000', '134548.905000', '134548.907000', '134548.910000', '134548.913000', '134548.915000', '134548.918000', '134548.920000', '134548.923000', '134548.926000', '134548.928000', '134548.931000', '134608.729000', '134608.732000', '134608.735000', '134608.738000', '134608.740000', '134608.743000', '134608.746000', '134608.748000', '134608.751000', '134608.754000', '134608.756000', '134608.759000', '134608.761000', '134608.764000', '134608.767000', '134608.769000', '134608.772000', '134608.774000', '134608.777000', '134608.780000', '134608.782000', '134608.785000', '134608.788000', '134608.791000', '134608.793000', '134608.796000', '134608.799000', '134608.801000', '134608.804000', '134608.806000', '134608.809000', '134608.812000', '134608.814000', '134608.817000', '134608.820000', '134608.822000', '134608.825000', '134608.828000', '134608.830000', '134608.833000', '134608.835000', '134608.838000', '134608.840000', '134628.730000', '134628.732000', '134628.735000', '134628.738000', '134628.740000', '134628.743000', '134628.745000', '134628.748000', '134628.751000', '134628.753000', '134628.756000', '134628.758000', '134628.761000', '134628.764000', '134628.766000', '134628.769000', '134628.771000', '134628.774000', '134628.777000', '134628.779000', '134628.794000', '134628.796000', '134628.799000', '134628.802000', '134628.804000', '134628.807000', '134628.809000', '134628.812000', '134628.815000', '134628.817000', '134628.820000', '134628.822000', '134628.825000', '134628.828000', '134628.831000', '134628.833000', '134628.836000', '134628.838000', '134628.841000', '134628.844000', '134628.846000', '134628.849000', '134628.852000', '134628.854000', '134648.729000', '134648.732000', '134648.735000', '134648.737000', '134648.740000', '134648.743000', '134648.745000', '134648.748000', '134648.751000', '134648.753000', '134648.756000', '134648.758000', '134648.761000', '134648.764000', '134648.766000', '134648.769000', '134648.771000', '134648.774000', '134648.776000', '134648.779000', '134648.782000', '134648.784000', '134648.787000', '134648.789000', '134648.792000', '134648.795000', '134648.797000', '134648.800000', '134648.802000', '134648.805000', '134648.808000', '134648.810000', '134648.813000', '134648.816000', '134648.818000', '134648.821000', '134648.823000', '134648.826000', '134648.828000', '134648.831000', '134648.834000', '134648.838000', '134648.840000', '134708.730000', '134708.733000', '134708.736000', '134708.739000', '134708.741000', '134708.744000', '134708.746000', '134708.749000', '134708.752000', '134708.754000', '134708.757000', '134708.759000', '134708.762000', '134708.765000', '134708.767000', '134708.770000', '134708.772000', '134708.775000', '134708.778000', '134708.780000', '134708.783000', '134708.785000', '134708.788000', '134708.791000', '134708.793000', '134708.796000', '134708.799000', '134708.801000', '134708.804000', '134708.807000', '134708.809000', '134708.812000', '134708.814000', '134708.817000', '134708.820000', '134708.822000', '134708.825000', '134708.828000', '134708.830000', '134708.843000', '134708.846000', '134708.849000', '134708.851000', '134708.854000', '134728.730000', '134728.733000', '134728.736000', '134728.739000', '134728.741000', '134728.744000', '134728.746000', '134728.749000', '134728.752000', '134728.754000', '134728.757000', '134728.759000', '134728.762000', '134728.765000', '134728.767000', '134728.770000', '134728.773000', '134728.775000', '134728.778000', '134728.781000', '134728.783000', '134728.786000', '134728.788000', '134728.791000', '134728.794000', '134728.796000', '134728.799000', '134728.802000', '134728.804000', '134728.807000', '134728.810000', '134728.812000', '134728.815000', '134728.818000', '134728.820000', '134728.823000', '134728.825000', '134728.828000', '134728.830000', '134728.833000', '134728.836000', '134728.839000', '134728.841000', '134748.730000', '134748.732000', '134748.735000', '134748.738000', '134748.740000', '134748.743000', '134748.745000', '134748.748000', '134748.750000', '134748.753000', '134748.756000', '134748.758000', '134748.761000', '134748.763000', '134748.766000', '134748.769000', '134748.771000', '134748.774000', '134748.777000', '134748.779000', '134748.782000', '134748.785000', '134748.787000', '134748.790000', '134748.792000', '134748.795000', '134748.798000', '134748.800000', '134748.803000', '134748.805000', '134748.808000', '134748.811000', '134748.813000', '134748.816000', '134748.819000', '134748.821000', '134748.824000', '134748.826000', '134748.829000', '134748.831000', '134748.834000', '134748.837000', '134748.839000', '134748.842000', '134808.730000', '134808.752000', '134808.754000', '134808.757000', '134808.760000', '134808.762000', '134808.765000', '134808.767000', '134808.770000', '134808.773000', '134808.775000', '134808.778000', '134808.780000', '134808.783000', '134808.786000', '134808.788000', '134808.791000', '134808.793000', '134808.796000', '134808.799000', '134808.801000', '134808.804000', '134808.806000', '134808.809000', '134808.812000', '134808.814000', '134808.817000', '134808.820000', '134808.822000', '134808.825000', '134808.828000', '134808.830000', '134808.833000', '134808.835000', '134808.838000', '134808.840000', '134808.843000', '134808.846000', '134808.848000', '134808.851000', '134808.853000', '134808.856000', '134808.859000', '134828.730000', '134828.733000', '134828.736000', '134828.738000', '134828.741000', '134828.743000', '134828.746000', '134828.749000', '134828.752000', '134828.754000', '134828.757000', '134828.759000', '134828.762000', '134828.765000', '134828.767000', '134828.770000', '134828.773000', '134828.775000', '134828.778000', '134828.780000', '134828.783000', '134828.786000', '134828.788000', '134828.791000', '134828.793000', '134828.796000', '134828.798000', '134828.801000', '134828.804000', '134828.806000', '134828.809000', '134828.812000', '134828.815000', '134828.817000', '134828.820000', '134828.822000', '134828.825000', '134828.828000', '134828.830000', '134828.833000', '134828.836000', '134828.838000', '134828.841000', '134848.729000', '134848.732000', '134848.735000', '134848.737000', '134848.740000', '134848.743000', '134848.745000', '134848.748000', '134848.750000', '134848.753000', '134848.756000', '134848.759000', '134848.761000', '134848.764000', '134848.766000', '134848.769000', '134848.772000', '134848.774000', '134848.777000', '134848.779000', '134848.782000', '134848.785000', '134848.787000', '134848.790000', '134848.792000', '134848.795000', '134848.798000', '134848.800000', '134848.803000', '134848.806000', '134848.808000', '134848.811000', '134848.814000', '134848.816000', '134848.819000', '134848.822000', '134848.824000', '134848.827000', '134848.830000', '134848.832000', '134848.835000', '134848.838000', '134848.840000', '134848.843000', '134908.730000', '134908.733000', '134908.735000', '134908.738000', '134908.741000', '134908.743000', '134908.746000', '134908.748000', '134908.751000', '134908.754000', '134908.756000', '134908.759000', '134908.761000', '134908.764000', '134908.767000', '134908.769000', '134908.772000', '134908.775000', '134908.777000', '134908.780000', '134908.784000', '134908.786000', '134908.789000', '134908.791000', '134908.794000', '134908.797000', '134908.799000', '134908.802000', '134908.804000', '134908.807000', '134908.810000', '134908.812000', '134908.815000', '134908.818000', '134908.820000', '134908.823000', '134908.825000', '134908.828000', '134908.831000', '134908.833000', '134908.836000', '134908.839000', '134908.841000', '134908.844000', '134928.730000', '134928.733000', '134928.736000', '134928.738000', '134928.741000', '134928.744000', '134928.746000', '134928.749000', '134928.752000', '134928.754000', '134928.757000', '134928.759000', '134928.762000', '134928.765000', '134928.767000', '134928.770000', '134928.773000', '134928.775000', '134928.778000', '134928.780000', '134928.783000', '134928.786000', '134928.788000', '134928.791000', '134928.793000', '134928.796000', '134928.799000', '134928.801000', '134928.804000', '134928.807000', '134928.809000', '134928.812000', '134928.814000', '134928.817000', '134928.820000', '134928.822000', '134928.825000', '134928.827000', '134928.830000', '134928.832000', '134928.863000', '134928.866000', '134928.868000', '134948.730000', '134948.733000', '134948.736000', '134948.738000', '134948.741000', '134948.744000', '134948.746000', '134948.749000', '134948.751000', '134948.754000', '134948.757000', '134948.759000', '134948.762000', '134948.764000', '134948.767000', '134948.770000', '134948.772000', '134948.775000', '134948.777000', '134948.780000', '134948.783000', '134948.785000', '134948.788000', '134948.790000', '134948.793000', '134948.796000', '134948.798000', '134948.801000', '134948.803000', '134948.806000', '134948.809000', '134948.811000', '134948.814000', '134948.817000', '134948.819000', '134948.822000', '134948.824000', '134948.827000', '134948.830000', '134948.832000', '134948.835000', '134948.837000', '134948.840000', '134948.843000', '135008.730000', '135008.732000', '135008.735000', '135008.738000', '135008.740000', '135008.743000', '135008.746000', '135008.748000', '135008.751000', '135008.754000', '135008.756000', '135008.759000', '135008.761000', '135008.764000', '135008.767000', '135008.769000', '135008.772000', '135008.774000', '135008.777000', '135008.780000', '135008.782000', '135008.785000', '135008.787000', '135008.790000', '135008.793000', '135008.795000', '135008.798000', '135008.801000', '135008.803000', '135008.806000', '135008.809000', '135008.811000', '135008.814000', '135008.816000', '135008.819000', '135008.822000', '135008.824000', '135008.827000', '135008.829000', '135008.832000', '135008.835000', '135008.837000', '135008.840000', '135028.730000', '135028.732000', '135028.735000', '135028.738000', '135028.740000', '135028.743000', '135028.746000', '135028.748000', '135028.751000', '135028.753000', '135028.756000', '135028.759000', '135028.762000', '135028.764000', '135028.767000', '135028.770000', '135028.772000', '135028.775000', '135028.778000', '135028.780000', '135028.783000', '135028.785000', '135028.788000', '135028.791000', '135028.793000', '135028.796000', '135028.799000', '135028.801000', '135028.804000', '135028.806000', '135028.809000', '135028.812000', '135028.814000', '135028.817000', '135028.819000', '135028.822000', '135028.825000', '135028.827000', '135028.830000', '135028.833000', '135028.835000', '135028.838000', '135028.840000', '135028.843000', '135048.729000', '135048.732000', '135048.735000', '135048.737000', '135048.740000', '135048.743000', '135048.745000', '135048.748000', '135048.751000', '135048.753000', '135048.756000', '135048.758000', '135048.761000', '135048.763000', '135048.766000', '135048.769000', '135048.771000', '135048.774000', '135048.777000', '135048.779000', '135048.790000', '135048.792000', '135048.795000', '135048.797000', '135048.800000', '135048.803000', '135048.805000', '135048.808000', '135048.810000', '135048.813000', '135048.815000', '135048.818000', '135048.821000', '135048.823000', '135048.826000', '135048.828000', '135048.831000', '135048.835000', '135048.838000', '135048.841000', '135048.843000', '135048.846000', '135048.849000', '135108.730000', '135108.732000', '135108.735000', '135108.738000', '135108.740000', '135108.743000', '135108.745000', '135108.748000', '135108.764000', '135108.767000', '135108.769000', '135108.772000', '135108.775000', '135108.777000', '135108.780000', '135108.782000', '135108.785000', '135108.788000', '135108.790000', '135108.793000', '135108.795000', '135108.798000', '135108.801000', '135108.803000', '135108.806000', '135108.808000', '135108.811000', '135108.814000', '135108.816000', '135108.819000', '135108.821000', '135108.824000', '135108.827000', '135108.829000', '135108.832000', '135108.834000', '135108.837000', '135108.840000', '135108.842000', '135108.845000', '135108.848000', '135108.850000', '135108.853000', '135108.855000', '135128.731000', '135128.733000', '135128.736000', '135128.739000', '135128.741000', '135128.744000', '135128.746000', '135128.749000', '135128.752000', '135128.754000', '135128.757000', '135128.759000', '135128.762000', '135128.764000', '135128.767000', '135128.770000', '135128.772000', '135128.775000', '135128.777000', '135128.780000', '135128.783000', '135128.785000', '135128.788000', '135128.790000', '135128.793000', '135128.796000', '135128.798000', '135128.801000', '135128.803000', '135128.806000', '135128.808000', '135128.811000', '135128.814000', '135128.816000', '135128.819000', '135128.822000', '135128.824000', '135128.827000', '135128.829000', '135128.832000', '135128.835000', '135128.837000', '135128.840000', '135145.514000', '135145.517000', '135145.519000', '135145.522000', '135145.525000', '135145.528000', '135145.531000', '135145.534000', '135145.537000', '135145.540000', '135145.542000', '135145.546000', '135145.549000', '135145.552000', '135145.556000', '135145.559000', '135145.562000', '135145.565000', '135145.568000', '135145.571000', '135145.574000', '135145.576000', '135145.580000', '135145.583000', '135145.586000', '135145.589000', '135145.591000', '135145.594000', '135145.597000', '135145.600000', '135145.603000', '135145.606000', '135145.609000', '135145.612000', '135145.615000', '135145.618000', '135145.621000'], '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': [10390, 7905, 14681, 7796, 17352, 10976, 12093, 12822, 8979, 15680, 7728, 16298, 7738, 12660, 10607, 7970, 9454, 7590, 10550, 7768, 12849, 7909, 10689, 7768, 7271, 10188, 7686, 9104, 7568, 10415, 7380, 13590, 7515, 14375, 7681, 7608, 7655, 7372, 10131, 7453, 15142, 7639, 10428, 11171, 7371, 15476, 7660, 18045, 10874, 18432, 12375, 15467, 12078, 14694, 11983, 11642, 11558, 9170, 13636, 9940, 13165, 8066, 12709, 7976, 12606, 7770, 7207, 7751, 7497, 8632, 7671, 8880, 8818, 7604, 12324, 7967, 16885, 9240, 8643, 9408, 7816, 17260, 7665, 9279, 9399, 7710, 15622, 7722, 13230, 9653, 7859, 15379, 8798, 17050, 14062, 8094, 12834, 7868, 18564, 10476, 13943, 11942, 8366, 14935, 7634, 16462, 8598, 8168, 9090, 7628, 12377, 7954, 11164, 9028, 7901, 11144, 7875, 16384, 10102, 11265, 10561, 8206, 15829, 7773, 17376, 12199, 12573, 9088, 7377, 11380, 7716, 8656, 8074, 7903, 10406, 7780, 7935, 8099, 8060, 16893, 11048, 18303, 12197, 15033, 11543, 14489, 11081, 12053, 12353, 9699, 10140, 8005, 10613, 8143, 11542, 7941, 7417, 7958, 7971, 7433, 7711, 8512, 9402, 7998, 16843, 9063, 17469, 8190, 14906, 7824, 13017, 12934, 12361, 13603, 9833, 14322, 8718, 14842, 7700, 11471, 7893, 8403, 8736, 8077, 8471, 8134, 10712, 7995, 15323, 7700, 11311, 7693, 7801, 7765, 7822, 9914, 7967, 14275, 8040, 12404, 8025, 7598, 11182, 8115, 11688, 8317, 15827, 8116, 17040, 7537, 11513, 10122, 7933, 8356, 8308, 11555, 8268, 15071, 7844, 10990, 7593, 7823, 7597, 7998, 8398, 8234, 9367, 8124, 7417, 7680, 8015, 10739, 8124, 16882, 10427, 15959, 13172, 11830, 13514, 11675, 11482, 8214, 10411, 8212, 12518, 7588, 7392, 7914, 7928, 10145, 8104, 15817, 7903, 16764, 7891, 14108, 8324, 9736, 8598, 8025, 9230, 8039, 11132, 7780, 7543, 7763, 7879, 10146, 8049, 15221, 8112, 9872, 7761, 7817, 10521, 8026, 11518, 7989, 7711, 8706, 7743, 12723, 7910, 10445, 12615, 9360, 12764, 8309, 14538, 8427, 15206, 8242, 13097, 8075, 7386, 7880, 8014, 8534, 7993, 8743, 7651, 7500, 7675, 7542, 7945, 7646, 7361, 9557, 7767, 13684, 8073, 8447, 7916, 8317, 13162, 10074, 17018, 11699, 10191, 10638, 8029, 12477, 7859, 15893, 7983, 9448, 7688, 7759, 12475, 7703, 17321, 10745, 12158, 8180, 7492, 10811, 7839, 12038, 7546, 7751, 8559, 7916, 11930, 8390, 7695, 8968, 7844, 15219, 7687, 17703, 7938, 7857, 7736, 7791, 7800, 7934, 7804, 9569, 8017, 9852, 7778, 7674, 12113, 7957, 15017, 9518, 17301, 13992, 10639, 10645, 8180, 9007, 7810, 8201, 7721, 8086, 14801, 11668, 15753, 11531, 12842, 7953, 14365, 7774, 9237, 8484, 7707, 8958, 7738, 16699, 8965, 15041, 11996, 11256, 12743, 7903, 11107, 7636, 15749, 10564, 10179, 8150, 7816, 11152, 7622, 8983, 7813, 7793, 9481, 7393, 11540, 7408, 7589, 7892, 7684, 8167, 7757, 7505, 9758, 7740, 10636, 8504, 8959, 11957, 7834, 12224, 7743, 15591, 7673, 12282, 7801, 7770, 7887, 7708, 7712, 7696, 7490, 8902, 7798, 11678, 7754, 7841, 7548, 7540, 11665, 7791, 11216, 10547, 7765, 9546, 7406, 7438, 7661, 7575, 7497, 7673, 7537, 13222, 10784, 7669, 7741, 14011, 11856, 18309, 15177, 13955, 11490, 8326, 14679, 7598, 13598, 12414, 9575, 9864, 7639, 15864, 8755, 8588, 9302, 7390, 7903, 7683, 7742, 8458, 7656, 7667, 10923, 7695, 12905, 8846, 7233, 14807, 9508, 7657, 11085, 8041, 7736, 15418, 12874, 10185, 12500, 7743, 10841, 7829, 7818, 8263, 7760, 13999, 7862, 14986, 8845, 7676, 8726, 7958, 14772, 8097, 13440, 11754, 11950, 9903, 8006, 8315, 7987, 10944, 7735, 8524, 7881, 7499, 12623, 7885, 7919, 8578, 7768, 7559, 12520, 7929, 14007, 7997, 13136, 8053, 11026, 7807, 7919, 8757, 7876, 8610, 7941, 11072, 7733, 7595, 7901, 7888, 8586, 7802, 10898, 7974, 8315, 7779, 11730, 8924, 14305, 8591, 11741, 7773, 8333, 8478, 8089, 11007, 8016, 7525, 7758, 7749, 8266, 7951, 7817, 10202, 7964, 14810, 11446, 8207, 16699, 9186, 18131, 12210, 16127, 13149, 12721, 10861, 8744, 14608, 8015, 13488, 8240, 7833, 7825, 8037, 9383, 7846, 7720, 7739, 8493, 9675, 8027, 13082, 7954, 14178, 7837, 7904, 7643, 8139, 9356, 7881, 7655, 8148, 7846, 9151, 7729, 7896, 10869, 7887, 16846, 12903, 15108, 15124, 12695, 14537, 8201, 7875, 7395, 7742, 9659, 8146, 16059, 9307, 15004, 7846, 16292, 8074, 13556, 10216, 8226, 11561, 8352, 8119, 8010, 8044, 8770, 8805, 7933, 8637, 7444, 7494, 10659, 7879, 16073, 13450, 14160, 12899, 8409, 8338, 8414, 7872, 11149, 12055, 9505, 18112, 14273, 15334, 11159, 8070, 9654, 7688, 8785, 7777, 7855, 8190, 7893, 7664, 7684, 7861, 7729, 7387, 8033, 8990, 8139, 8633, 8883, 7788, 8854, 8061, 7906, 8900, 7598, 7875, 7761, 7370, 9508, 8303, 14712, 11594, 9275, 14882, 12670, 9489, 14495, 12422, 9314, 16730, 15546, 11897, 12492, 8223, 7968, 9884, 7566, 13136, 11302, 7808, 14394, 7844, 7835, 8971, 7729, 16086, 10229, 12955, 13409, 9002, 11921, 7843, 12872, 7834, 15187, 7784, 12960, 8044, 7555, 7570, 8021, 8413, 8267, 7679, 7606, 7761, 7738, 7618, 7639, 7928, 8072, 12146, 7548, 10584, 13788, 8480, 11793, 7757, 16142, 12018, 12306, 11041, 7942, 14925, 7822, 10988, 9902, 7966, 8359, 8534, 7866, 8899, 7629, 12177, 14777, 10828, 14779, 10830, 9253, 10091, 7734, 7813, 9011, 10895, 8944, 12611, 14847, 10505, 14001, 12051, 9670, 15567, 10708, 7885, 10118, 7981, 8253, 9334, 7918, 8082, 7863, 7897, 8156, 10051, 8654, 9255, 8963, 8872, 15727, 11627, 13293, 12159, 9612, 13977, 9916, 14746, 8478, 14723, 8948, 12758, 8348, 7920, 7941, 7431, 7513, 7955, 7632, 9946, 8155, 10292, 9298, 7985, 12335, 9086, 7762, 13579, 13457, 12410, 15010, 12116, 16523], 'WindowCenter': [4542.0, 4497.0, 4553.0, 4473.0, 4549.0, 4512.0, 4518.0, 4519.0, 4477.0, 4525.0, 4446.0, 4525.0, 4456.0, 4515.0, 4496.0, 4455.0, 4485.0, 4456.0, 4495.0, 4469.0, 4528.0, 4481.0, 4519.0, 4479.0, 4469.0, 4520.0, 4468.0, 4500.0, 4481.0, 4518.0, 4461.0, 4537.0, 4459.0, 4537.0, 4469.0, 4468.0, 4469.0, 4470.0, 4521.0, 4483.0, 4561.0, 4483.0, 4532.0, 4542.0, 4474.0, 4561.0, 4482.0, 4571.0, 4532.0, 4569.0, 4540.0, 4548.0, 4530.0, 4549.0, 4528.0, 4515.0, 4528.0, 4498.0, 4549.0, 4508.0, 4538.0, 4478.0, 4525.0, 4478.0, 4525.0, 4469.0, 4467.0, 4478.0, 4470.0, 4498.0, 4493.0, 4513.0, 4514.0, 4481.0, 4563.0, 4495.0, 4569.0, 4510.0, 4500.0, 4511.0, 4481.0, 4569.0, 4481.0, 4513.0, 4524.0, 4492.0, 4570.0, 4484.0, 4549.0, 4509.0, 4489.0, 4558.0, 4514.0, 4569.0, 4550.0, 4479.0, 4536.0, 4493.0, 4568.0, 4508.0, 4537.0, 4527.0, 4476.0, 4535.0, 4480.0, 4556.0, 4486.0, 4476.0, 4485.0, 4455.0, 4526.0, 4465.0, 4515.0, 4485.0, 4467.0, 4514.0, 4493.0, 4556.0, 4507.0, 4506.0, 4504.0, 4465.0, 4534.0, 4455.0, 4543.0, 4539.0, 4511.0, 4489.0, 4457.0, 4514.0, 4465.0, 4474.0, 4463.0, 4468.0, 4517.0, 4469.0, 4479.0, 4479.0, 4479.0, 4568.0, 4518.0, 4544.0, 4513.0, 4521.0, 4502.0, 4521.0, 4503.0, 4500.0, 4500.0, 4472.0, 4480.0, 4449.0, 4478.0, 4461.0, 4500.0, 4463.0, 4441.0, 4454.0, 4453.0, 4454.0, 4465.0, 4473.0, 4483.0, 4452.0, 4532.0, 4473.0, 4543.0, 4475.0, 4521.0, 4451.0, 4510.0, 4510.0, 4498.0, 4509.0, 4468.0, 4507.0, 4458.0, 4520.0, 4451.0, 4488.0, 4448.0, 4449.0, 4460.0, 4451.0, 4460.0, 4451.0, 4490.0, 4452.0, 4519.0, 4451.0, 4489.0, 4441.0, 4442.0, 4451.0, 4453.0, 4481.0, 4461.0, 4522.0, 4464.0, 4513.0, 4463.0, 4454.0, 4504.0, 4452.0, 4512.0, 4462.0, 4529.0, 4452.0, 4543.0, 4453.0, 4512.0, 4504.0, 4464.0, 4473.0, 4464.0, 4513.0, 4474.0, 4533.0, 4465.0, 4514.0, 4465.0, 4464.0, 4465.0, 4464.0, 4475.0, 4475.0, 4495.0, 4477.0, 4469.0, 4478.0, 4477.0, 4518.0, 4478.0, 4555.0, 4506.0, 4544.0, 4525.0, 4514.0, 4525.0, 4504.0, 4502.0, 4462.0, 4491.0, 4462.0, 4511.0, 4453.0, 4442.0, 4463.0, 4463.0, 4493.0, 4464.0, 4532.0, 4464.0, 4541.0, 4464.0, 4520.0, 4462.0, 4481.0, 4473.0, 4452.0, 4482.0, 4462.0, 4502.0, 4454.0, 4454.0, 4455.0, 4464.0, 4493.0, 4464.0, 4533.0, 4464.0, 4494.0, 4466.0, 4465.0, 4505.0, 4476.0, 4515.0, 4465.0, 4468.0, 4487.0, 4466.0, 4526.0, 4477.0, 4505.0, 4526.0, 4484.0, 4524.0, 4465.0, 4533.0, 4464.0, 4532.0, 4464.0, 4513.0, 4463.0, 4454.0, 4463.0, 4464.0, 4474.0, 4476.0, 4485.0, 4467.0, 4469.0, 4504.0, 4482.0, 4501.0, 4492.0, 4483.0, 4546.0, 4493.0, 4561.0, 4490.0, 4489.0, 4490.0, 4489.0, 4548.0, 4534.0, 4582.0, 4540.0, 4518.0, 4516.0, 4479.0, 4527.0, 4476.0, 4557.0, 4478.0, 4508.0, 4467.0, 4467.0, 4536.0, 4478.0, 4553.0, 4515.0, 4525.0, 4473.0, 4454.0, 4504.0, 4463.0, 4524.0, 4466.0, 4464.0, 4472.0, 4465.0, 4522.0, 4475.0, 4464.0, 4485.0, 4475.0, 4545.0, 4491.0, 4567.0, 4463.0, 4463.0, 4452.0, 4464.0, 4467.0, 4477.0, 4489.0, 4507.0, 4476.0, 4503.0, 4466.0, 4467.0, 4525.0, 4477.0, 4557.0, 4495.0, 4544.0, 4535.0, 4505.0, 4505.0, 4513.0, 4510.0, 4465.0, 4485.0, 4463.0, 4473.0, 4548.0, 4514.0, 4545.0, 4511.0, 4510.0, 4461.0, 4530.0, 4452.0, 4492.0, 4471.0, 4453.0, 4472.0, 4452.0, 4530.0, 4472.0, 4521.0, 4499.0, 4489.0, 4498.0, 4438.0, 4488.0, 4440.0, 4527.0, 4488.0, 4490.0, 4460.0, 4451.0, 4499.0, 4450.0, 4469.0, 4439.0, 4450.0, 4493.0, 4443.0, 4510.0, 4443.0, 4465.0, 4474.0, 4480.0, 4475.0, 4464.0, 4466.0, 4493.0, 4465.0, 4504.0, 4485.0, 4485.0, 4525.0, 4466.0, 4523.0, 4463.0, 4543.0, 4464.0, 4521.0, 4454.0, 4465.0, 4464.0, 4477.0, 4477.0, 4478.0, 4479.0, 4507.0, 4479.0, 4526.0, 4479.0, 4488.0, 4478.0, 4480.0, 4537.0, 4480.0, 4527.0, 4517.0, 4467.0, 4507.0, 4467.0, 4468.0, 4480.0, 4492.0, 4481.0, 4490.0, 4492.0, 4561.0, 4542.0, 4505.0, 4504.0, 4573.0, 4575.0, 4583.0, 4573.0, 4551.0, 4527.0, 4477.0, 4533.0, 4467.0, 4533.0, 4524.0, 4494.0, 4504.0, 4465.0, 4553.0, 4486.0, 4485.0, 4484.0, 4458.0, 4465.0, 4467.0, 4480.0, 4486.0, 4468.0, 4477.0, 4517.0, 4465.0, 4524.0, 4486.0, 4456.0, 4546.0, 4508.0, 4480.0, 4529.0, 4479.0, 4468.0, 4534.0, 4525.0, 4505.0, 4513.0, 4455.0, 4502.0, 4465.0, 4465.0, 4476.0, 4453.0, 4522.0, 4464.0, 4530.0, 4472.0, 4453.0, 4471.0, 4463.0, 4531.0, 4451.0, 4510.0, 4512.0, 4499.0, 4480.0, 4450.0, 4461.0, 4452.0, 4489.0, 4443.0, 4473.0, 4463.0, 4443.0, 4513.0, 4465.0, 4466.0, 4486.0, 4468.0, 4465.0, 4536.0, 4478.0, 4532.0, 4464.0, 4521.0, 4464.0, 4514.0, 4466.0, 4464.0, 4484.0, 4474.0, 4482.0, 4474.0, 4513.0, 4466.0, 4465.0, 4477.0, 4475.0, 4486.0, 4467.0, 4514.0, 4489.0, 4501.0, 4493.0, 4539.0, 4500.0, 4534.0, 4473.0, 4512.0, 4456.0, 4476.0, 4488.0, 4478.0, 4526.0, 4480.0, 4478.0, 4479.0, 4478.0, 4489.0, 4487.0, 4468.0, 4517.0, 4479.0, 4548.0, 4528.0, 4491.0, 4570.0, 4510.0, 4565.0, 4526.0, 4533.0, 4523.0, 4513.0, 4502.0, 4473.0, 4533.0, 4463.0, 4522.0, 4464.0, 4454.0, 4453.0, 4463.0, 4483.0, 4464.0, 4464.0, 4466.0, 4487.0, 4494.0, 4477.0, 4534.0, 4477.0, 4534.0, 4466.0, 4466.0, 4467.0, 4479.0, 4506.0, 4477.0, 4478.0, 4488.0, 4490.0, 4510.0, 4479.0, 4492.0, 4540.0, 4491.0, 4567.0, 4538.0, 4558.0, 4559.0, 4549.0, 4545.0, 4487.0, 4463.0, 4459.0, 4483.0, 4482.0, 4461.0, 4543.0, 4506.0, 4557.0, 4477.0, 4554.0, 4466.0, 4520.0, 4492.0, 4459.0, 4513.0, 4488.0, 4460.0, 4475.0, 4477.0, 4497.0, 4496.0, 4476.0, 4475.0, 4444.0, 4442.0, 4503.0, 4464.0, 4532.0, 4519.0, 4520.0, 4510.0, 4472.0, 4473.0, 4485.0, 4486.0, 4513.0, 4521.0, 4492.0, 4556.0, 4532.0, 4515.0, 4488.0, 4437.0, 4466.0, 4438.0, 4458.0, 4447.0, 4449.0, 4461.0, 4450.0, 4462.0, 4475.0, 4475.0, 4462.0, 4465.0, 4487.0, 4495.0, 4490.0, 4498.0, 4484.0, 4478.0, 4495.0, 4478.0, 4479.0, 4496.0, 4468.0, 4480.0, 4468.0, 4468.0, 4478.0, 4501.0, 4547.0, 4525.0, 4506.0, 4556.0, 4536.0, 4507.0, 4546.0, 4525.0, 4499.0, 4543.0, 4532.0, 4500.0, 4498.0, 4449.0, 4451.0, 4480.0, 4450.0, 4507.0, 4486.0, 4437.0, 4506.0, 4437.0, 4437.0, 4458.0, 4450.0, 4528.0, 4477.0, 4497.0, 4495.0, 4443.0, 4473.0, 4424.0, 4482.0, 4428.0, 4504.0, 4427.0, 4494.0, 4437.0, 4437.0, 4436.0, 4437.0, 4447.0, 4449.0, 4439.0, 4451.0, 4453.0, 4453.0, 4462.0, 4453.0, 4464.0, 4475.0, 4524.0, 4466.0, 4505.0, 4546.0, 4484.0, 4524.0, 4465.0, 4543.0, 4523.0, 4513.0, 4513.0, 4463.0, 4545.0, 4480.0, 4529.0, 4518.0, 4487.0, 4500.0, 4485.0, 4477.0, 4495.0, 4468.0, 4536.0, 4557.0, 4529.0, 4533.0, 4517.0, 4493.0, 4517.0, 4475.0, 4477.0, 4495.0, 4516.0, 4496.0, 4547.0, 4545.0, 4502.0, 4530.0, 4507.0, 4481.0, 4541.0, 4490.0, 4449.0, 4487.0, 4458.0, 4470.0, 4504.0, 4474.0, 4473.0, 4471.0, 4485.0, 4473.0, 4503.0, 4495.0, 4494.0, 4504.0, 4496.0, 4541.0, 4511.0, 4519.0, 4510.0, 4480.0, 4531.0, 4489.0, 4528.0, 4457.0, 4516.0, 4467.0, 4510.0, 4461.0, 4461.0, 4458.0, 4452.0, 4453.0, 4472.0, 4477.0, 4524.0, 4499.0, 4526.0, 4531.0, 4501.0, 4560.0, 4521.0, 4491.0, 4559.0, 4559.0, 4534.0, 4533.0, 4513.0, 4531.0], 'WindowWidth': [9965.0, 9894.0, 9961.0, 9852.0, 9948.0, 9902.0, 9901.0, 9902.0, 9842.0, 9905.0, 9799.0, 9904.0, 9815.0, 9893.0, 9867.0, 9812.0, 9852.0, 9817.0, 9867.0, 9839.0, 9918.0, 9860.0, 9911.0, 9857.0, 9843.0, 9914.0, 9840.0, 9884.0, 9862.0, 9906.0, 9834.0, 9930.0, 9829.0, 9930.0, 9842.0, 9839.0, 9843.0, 9849.0, 9916.0, 9869.0, 9970.0, 9870.0, 9934.0, 9947.0, 9857.0, 9971.0, 9867.0, 9985.0, 9932.0, 9981.0, 9939.0, 9947.0, 9926.0, 9949.0, 9921.0, 9898.0, 9921.0, 9879.0, 9952.0, 9894.0, 9933.0, 9853.0, 9912.0, 9853.0, 9914.0, 9842.0, 9839.0, 9855.0, 9849.0, 9883.0, 9884.0, 9910.0, 9914.0, 9866.0, 9980.0, 9890.0, 9982.0, 9901.0, 9887.0, 9905.0, 9866.0, 9983.0, 9864.0, 9910.0, 9928.0, 9884.0, 9984.0, 9873.0, 9953.0, 9897.0, 9872.0, 9965.0, 9916.0, 9980.0, 9956.0, 9859.0, 9930.0, 9882.0, 9978.0, 9894.0, 9931.0, 9917.0, 9845.0, 9925.0, 9864.0, 9960.0, 9863.0, 9848.0, 9858.0, 9818.0, 9914.0, 9831.0, 9897.0, 9858.0, 9834.0, 9896.0, 9885.0, 9956.0, 9891.0, 9885.0, 9881.0, 9829.0, 9920.0, 9816.0, 9932.0, 9940.0, 9884.0, 9867.0, 9825.0, 9897.0, 9830.0, 9841.0, 9823.0, 9838.0, 9906.0, 9846.0, 9859.0, 9860.0, 9860.0, 9977.0, 9907.0, 9936.0, 9892.0, 9899.0, 9875.0, 9897.0, 9876.0, 9867.0, 9868.0, 9832.0, 9841.0, 9799.0, 9836.0, 9820.0, 9869.0, 9824.0, 9791.0, 9811.0, 9810.0, 9815.0, 9833.0, 9838.0, 9852.0, 9808.0, 9914.0, 9835.0, 9933.0, 9843.0, 9901.0, 9806.0, 9881.0, 9883.0, 9861.0, 9876.0, 9821.0, 9871.0, 9806.0, 9893.0, 9804.0, 9849.0, 9796.0, 9797.0, 9813.0, 9804.0, 9813.0, 9803.0, 9854.0, 9807.0, 9894.0, 9804.0, 9852.0, 9790.0, 9791.0, 9806.0, 9811.0, 9846.0, 9821.0, 9902.0, 9828.0, 9892.0, 9826.0, 9812.0, 9881.0, 9809.0, 9888.0, 9823.0, 9908.0, 9806.0, 9932.0, 9812.0, 9890.0, 9881.0, 9829.0, 9840.0, 9827.0, 9893.0, 9842.0, 9919.0, 9830.0, 9897.0, 9833.0, 9830.0, 9832.0, 9829.0, 9844.0, 9847.0, 9874.0, 9853.0, 9843.0, 9855.0, 9853.0, 9907.0, 9857.0, 9952.0, 9886.0, 9936.0, 9911.0, 9894.0, 9913.0, 9879.0, 9875.0, 9821.0, 9859.0, 9820.0, 9885.0, 9809.0, 9796.0, 9826.0, 9825.0, 9866.0, 9828.0, 9915.0, 9827.0, 9926.0, 9825.0, 9895.0, 9821.0, 9846.0, 9838.0, 9806.0, 9846.0, 9820.0, 9875.0, 9813.0, 9813.0, 9816.0, 9828.0, 9865.0, 9829.0, 9918.0, 9826.0, 9868.0, 9834.0, 9832.0, 9883.0, 9849.0, 9898.0, 9831.0, 9839.0, 9864.0, 9836.0, 9915.0, 9852.0, 9885.0, 9914.0, 9853.0, 9909.0, 9829.0, 9919.0, 9828.0, 9915.0, 9827.0, 9890.0, 9825.0, 9815.0, 9824.0, 9828.0, 9842.0, 9848.0, 9860.0, 9839.0, 9846.0, 9905.0, 9870.0, 9896.0, 9884.0, 9873.0, 9968.0, 9888.0, 9973.0, 9876.0, 9871.0, 9876.0, 9873.0, 9951.0, 9946.0, 10011.0, 9944.0, 9910.0, 9907.0, 9859.0, 9918.0, 9851.0, 9961.0, 9859.0, 9898.0, 9839.0, 9837.0, 9931.0, 9856.0, 9950.0, 9899.0, 9911.0, 9840.0, 9816.0, 9882.0, 9829.0, 9912.0, 9837.0, 9831.0, 9837.0, 9832.0, 9904.0, 9846.0, 9831.0, 9859.0, 9845.0, 9941.0, 9882.0, 9977.0, 9825.0, 9825.0, 9809.0, 9829.0, 9839.0, 9852.0, 9876.0, 9897.0, 9852.0, 9884.0, 9836.0, 9838.0, 9916.0, 9854.0, 9964.0, 9874.0, 9938.0, 9926.0, 9886.0, 9885.0, 9916.0, 9906.0, 9835.0, 9862.0, 9829.0, 9843.0, 9953.0, 9898.0, 9943.0, 9889.0, 9886.0, 9821.0, 9913.0, 9811.0, 9866.0, 9836.0, 9813.0, 9838.0, 9810.0, 9913.0, 9836.0, 9897.0, 9867.0, 9852.0, 9863.0, 9782.0, 9851.0, 9789.0, 9903.0, 9853.0, 9855.0, 9819.0, 9808.0, 9869.0, 9805.0, 9826.0, 9788.0, 9805.0, 9866.0, 9799.0, 9886.0, 9799.0, 9832.0, 9844.0, 9861.0, 9847.0, 9833.0, 9840.0, 9867.0, 9834.0, 9884.0, 9860.0, 9858.0, 9917.0, 9839.0, 9908.0, 9829.0, 9935.0, 9831.0, 9902.0, 9817.0, 9834.0, 9831.0, 9855.0, 9855.0, 9860.0, 9862.0, 9897.0, 9862.0, 9921.0, 9862.0, 9872.0, 9858.0, 9864.0, 9936.0, 9865.0, 9921.0, 9909.0, 9840.0, 9892.0, 9841.0, 9846.0, 9863.0, 9888.0, 9870.0, 9880.0, 9886.0, 9975.0, 9953.0, 9907.0, 9905.0, 9996.0, 10009.0, 10013.0, 9995.0, 9959.0, 9921.0, 9853.0, 9923.0, 9838.0, 9921.0, 9910.0, 9869.0, 9884.0, 9835.0, 9952.0, 9865.0, 9861.0, 9856.0, 9827.0, 9833.0, 9839.0, 9862.0, 9864.0, 9843.0, 9856.0, 9904.0, 9833.0, 9909.0, 9859.0, 9822.0, 9944.0, 9896.0, 9862.0, 9927.0, 9857.0, 9842.0, 9922.0, 9914.0, 9884.0, 9890.0, 9815.0, 9876.0, 9831.0, 9834.0, 9848.0, 9814.0, 9902.0, 9827.0, 9912.0, 9835.0, 9812.0, 9834.0, 9826.0, 9912.0, 9806.0, 9881.0, 9887.0, 9863.0, 9839.0, 9802.0, 9816.0, 9807.0, 9853.0, 9796.0, 9835.0, 9825.0, 9797.0, 9891.0, 9832.0, 9836.0, 9863.0, 9841.0, 9834.0, 9929.0, 9857.0, 9918.0, 9827.0, 9901.0, 9830.0, 9896.0, 9834.0, 9829.0, 9857.0, 9844.0, 9853.0, 9845.0, 9893.0, 9835.0, 9835.0, 9854.0, 9848.0, 9862.0, 9838.0, 9898.0, 9873.0, 9896.0, 9888.0, 9941.0, 9890.0, 9924.0, 9841.0, 9888.0, 9822.0, 9849.0, 9871.0, 9856.0, 9920.0, 9861.0, 9858.0, 9860.0, 9860.0, 9873.0, 9870.0, 9844.0, 9907.0, 9860.0, 9950.0, 9925.0, 9877.0, 9983.0, 9902.0, 9973.0, 9914.0, 9919.0, 9905.0, 9891.0, 9875.0, 9837.0, 9918.0, 9826.0, 9902.0, 9828.0, 9815.0, 9813.0, 9826.0, 9853.0, 9829.0, 9829.0, 9836.0, 9866.0, 9870.0, 9852.0, 9926.0, 9852.0, 9926.0, 9835.0, 9833.0, 9840.0, 9858.0, 9893.0, 9856.0, 9856.0, 9872.0, 9877.0, 9903.0, 9863.0, 9884.0, 9946.0, 9882.0, 9976.0, 9939.0, 9967.0, 9970.0, 9954.0, 9941.0, 9866.0, 9826.0, 9828.0, 9869.0, 9845.0, 9819.0, 9936.0, 9893.0, 9961.0, 9856.0, 9953.0, 9834.0, 9899.0, 9864.0, 9817.0, 9893.0, 9871.0, 9822.0, 9848.0, 9855.0, 9883.0, 9880.0, 9853.0, 9846.0, 9800.0, 9796.0, 9878.0, 9833.0, 9922.0, 9895.0, 9897.0, 9886.0, 9837.0, 9844.0, 9866.0, 9868.0, 9897.0, 9903.0, 9864.0, 9964.0, 9917.0, 9883.0, 9850.0, 9779.0, 9816.0, 9784.0, 9809.0, 9801.0, 9802.0, 9821.0, 9805.0, 9829.0, 9852.0, 9849.0, 9829.0, 9835.0, 9870.0, 9876.0, 9879.0, 9885.0, 9856.0, 9858.0, 9876.0, 9854.0, 9855.0, 9878.0, 9842.0, 9859.0, 9842.0, 9843.0, 9836.0, 9892.0, 9945.0, 9915.0, 9891.0, 9959.0, 9933.0, 9893.0, 9944.0, 9916.0, 9884.0, 9934.0, 9918.0, 9867.0, 9862.0, 9797.0, 9802.0, 9843.0, 9804.0, 9873.0, 9842.0, 9777.0, 9868.0, 9779.0, 9779.0, 9810.0, 9801.0, 9904.0, 9834.0, 9857.0, 9852.0, 9778.0, 9819.0, 9753.0, 9829.0, 9765.0, 9862.0, 9764.0, 9851.0, 9778.0, 9777.0, 9776.0, 9779.0, 9790.0, 9796.0, 9786.0, 9805.0, 9812.0, 9812.0, 9824.0, 9814.0, 9829.0, 9846.0, 9909.0, 9834.0, 9885.0, 9942.0, 9855.0, 9910.0, 9833.0, 9934.0, 9908.0, 9893.0, 9894.0, 9827.0, 9942.0, 9865.0, 9928.0, 9914.0, 9871.0, 9894.0, 9863.0, 9853.0, 9874.0, 9842.0, 9930.0, 9964.0, 9931.0, 9922.0, 9908.0, 9870.0, 9908.0, 9853.0, 9857.0, 9878.0, 9907.0, 9880.0, 9956.0, 9949.0, 9880.0, 9917.0, 9880.0, 9849.0, 9932.0, 9858.0, 9805.0, 9853.0, 9815.0, 9837.0, 9891.0, 9849.0, 9846.0, 9841.0, 9865.0, 9847.0, 9888.0, 9877.0, 9873.0, 9891.0, 9880.0, 9933.0, 9891.0, 9899.0, 9888.0, 9845.0, 9922.0, 9858.0, 9910.0, 9811.0, 9890.0, 9822.0, 9885.0, 9823.0, 9823.0, 9814.0, 9812.0, 9815.0, 9845.0, 9858.0, 9921.0, 9893.0, 9924.0, 9942.0, 9901.0, 9978.0, 9926.0, 9884.0, 9972.0, 9974.0, 9929.0, 9925.0, 9893.0, 9918.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.011639295942720765</td></tr>
<tr><td colspan=3>aqi</td><td>0.09051311897374702</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.41256039118281</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1431997727120673</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0838902436439648</td></tr>
<tr><td colspan=3>efc</td><td>0.4485</td></tr>
<tr><td colspan=3>fber</td><td>5967.8789</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.25917309599229515</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>330</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>39.37947494033413</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.628500456969041</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.614320210397022</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7768032065231254</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.494377953986977</td></tr>
<tr><td colspan=3>gcor</td><td>0.00569859</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0030836439691483974</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022496342658996582</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>838</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.001725085035113</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.0163</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.9493</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.0015</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310261.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>793.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.9813</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2079</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.5939</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3779.5391</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66283.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1363.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.3128</td></tr>
<tr><td colspan=3>tsnr</td><td>20.99352757469751</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>