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

616 lines
No EOL
104 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-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-02/func/sub-0010_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>7db6f38a38a569bf4a3210afbb126aa4</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>15:37:34.337500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997536, 0.0344325, 0.0611336, -0.0308259, 0.997783, -0.058989]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0781805</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4174, -7704, -7232, 668, -7, 37, -57, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.755</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b5602fc0-99a4-410f-b343-b09595428b84||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6763148307800293, -0.08270375430583954, 0.17017889022827148, 115.4474105834961], [-0.09237997978925705, 2.6769776344299316, -0.15378952026367188, -78.92203521728516], [0.16401708126068115, 0.15826308727264404, 2.690239191055298, -51.50353240966797], [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': ['153734.337500', '153734.797500', '153735.257500', '153735.717500', '153736.177500', '153736.637500', '153737.097500', '153737.557500', '153738.017500', '153738.477500', '153738.937500', '153739.397500', '153739.857500', '153740.317500', '153740.777500', '153741.237500', '153741.697500', '153742.157500', '153742.617500', '153743.077500', '153743.537500', '153743.997500', '153744.457500', '153744.917500', '153745.377500', '153745.837500', '153746.297500', '153746.757500', '153747.217500', '153747.677500', '153748.137500', '153748.597500', '153749.057500', '153749.517500', '153749.977500', '153750.437500', '153750.897500', '153751.357500', '153751.817500', '153752.277500', '153752.737500', '153753.197500', '153753.657500', '153754.117500', '153754.577500', '153755.037500', '153755.497500', '153755.957500', '153756.417500', '153756.877500', '153757.337500', '153757.797500', '153758.257500', '153758.717500', '153759.177500', '153759.637500', '153800.097500', '153800.557500', '153801.017500', '153801.477500', '153801.937500', '153802.397500', '153802.857500', '153803.317500', '153803.777500', '153804.237500', '153804.697500', '153805.157500', '153805.617500', '153806.077500', '153806.537500', '153806.997500', '153807.457500', '153807.917500', '153808.377500', '153808.837500', '153809.297500', '153809.757500', '153810.217500', '153810.677500', '153811.137500', '153811.597500', '153812.057500', '153812.517500', '153812.977500', '153813.437500', '153813.897500', '153814.357500', '153814.817500', '153815.277500', '153815.737500', '153816.197500', '153816.657500', '153817.117500', '153817.577500', '153818.037500', '153818.497500', '153818.957500', '153819.417500', '153819.877500', '153820.337500', '153820.797500', '153821.257500', '153821.717500', '153822.177500', '153822.637500', '153823.097500', '153823.557500', '153824.017500', '153824.477500', '153824.937500', '153825.397500', '153825.857500', '153826.317500', '153826.777500', '153827.237500', '153827.697500', '153828.157500', '153828.617500', '153829.077500', '153829.537500', '153829.997500', '153830.457500', '153830.917500', '153831.377500', '153831.837500', '153832.297500', '153832.757500', '153833.217500', '153833.677500', '153834.137500', '153834.597500', '153835.057500', '153835.517500', '153835.977500', '153836.437500', '153836.897500', '153837.357500', '153837.817500', '153838.277500', '153838.737500', '153839.197500', '153839.657500', '153840.117500', '153840.577500', '153841.037500', '153841.497500', '153841.957500', '153842.417500', '153842.877500', '153843.337500', '153843.797500', '153844.257500', '153844.717500', '153845.177500', '153845.637500', '153846.097500', '153846.557500', '153847.017500', '153847.477500', '153847.937500', '153848.397500', '153848.857500', '153849.317500', '153849.777500', '153850.237500', '153850.697500', '153851.157500', '153851.617500', '153852.077500', '153852.537500', '153852.997500', '153853.457500', '153853.917500', '153854.377500', '153854.837500', '153855.297500', '153855.757500', '153856.217500', '153856.677500', '153857.137500', '153857.597500', '153858.057500', '153858.517500', '153858.977500', '153859.437500', '153859.897500', '153900.357500', '153900.817500', '153901.277500', '153901.737500', '153902.197500', '153902.657500', '153903.117500', '153903.577500', '153904.037500', '153904.497500', '153904.957500', '153905.417500', '153905.877500', '153906.337500', '153906.797500', '153907.257500', '153907.717500', '153908.177500', '153908.637500', '153909.097500', '153909.557500', '153910.017500', '153910.477500', '153910.937500', '153911.397500', '153911.857500', '153912.317500', '153912.777500', '153913.237500', '153913.697500', '153914.157500', '153914.617500', '153915.077500', '153915.537500', '153915.997500', '153916.457500', '153916.917500', '153917.377500', '153917.837500', '153918.297500', '153918.757500', '153919.217500', '153919.677500', '153920.137500', '153920.597500', '153921.057500', '153921.517500', '153921.977500', '153922.437500', '153922.897500', '153923.357500', '153923.817500', '153924.277500', '153924.737500', '153925.197500', '153925.657500', '153926.117500', '153926.577500', '153927.037500', '153927.497500', '153927.957500', '153928.417500', '153928.877500', '153929.337500', '153929.797500', '153930.257500', '153930.717500', '153931.177500', '153931.637500', '153932.097500', '153932.557500', '153933.017500', '153933.477500', '153933.937500', '153934.397500', '153934.857500', '153935.317500', '153935.777500', '153936.237500', '153936.697500', '153937.157500', '153937.617500', '153938.077500', '153938.537500', '153938.997500', '153939.457500', '153939.917500', '153940.377500', '153940.837500', '153941.297500', '153941.757500', '153942.217500', '153942.677500', '153943.137500', '153943.597500', '153944.057500', '153944.517500', '153944.977500', '153945.437500', '153945.897500', '153946.357500', '153946.817500', '153947.277500', '153947.737500', '153948.197500', '153948.657500', '153949.117500', '153949.577500', '153950.037500', '153950.497500', '153950.957500', '153951.417500', '153951.877500', '153952.337500', '153952.797500', '153953.257500', '153953.717500', '153954.177500', '153954.637500', '153955.097500', '153955.557500', '153956.017500', '153956.477500', '153956.937500', '153957.397500', '153957.857500', '153958.317500', '153958.777500', '153959.237500', '153959.697500', '154000.157500', '154000.617500', '154001.077500', '154001.537500', '154001.997500', '154002.457500', '154002.917500', '154003.377500', '154003.837500', '154004.297500', '154004.757500', '154005.217500', '154005.677500', '154006.137500', '154006.597500', '154007.057500', '154007.517500', '154007.977500', '154008.437500', '154008.897500', '154009.357500', '154009.817500', '154010.277500', '154010.737500', '154011.197500', '154011.657500', '154012.117500', '154012.577500', '154013.037500', '154013.497500', '154013.957500', '154014.417500', '154014.877500', '154015.337500', '154015.797500', '154016.257500', '154016.717500', '154017.177500', '154017.637500', '154018.097500', '154018.557500', '154019.017500', '154019.477500', '154019.937500', '154020.397500', '154020.857500', '154021.317500', '154021.777500', '154022.237500', '154022.697500', '154023.157500', '154023.617500', '154024.077500', '154024.537500', '154024.997500', '154025.457500', '154025.917500', '154026.377500', '154026.837500', '154027.297500', '154027.757500', '154028.217500', '154028.677500', '154029.137500', '154029.597500', '154030.057500', '154030.517500', '154030.977500', '154031.437500', '154031.897500', '154032.357500', '154032.817500', '154033.277500', '154033.737500', '154034.197500', '154034.657500', '154035.117500', '154035.577500', '154036.037500', '154036.497500', '154036.957500', '154037.417500', '154037.877500', '154038.337500', '154038.797500', '154039.257500', '154039.717500', '154040.177500', '154040.637500', '154041.097500', '154041.557500', '154042.017500', '154042.477500', '154042.937500', '154043.397500', '154043.857500', '154044.317500', '154044.777500', '154045.237500', '154045.697500', '154046.157500', '154046.617500', '154047.077500', '154047.537500', '154047.997500', '154048.457500', '154048.917500', '154049.377500', '154049.837500', '154050.297500', '154050.757500', '154051.217500', '154051.677500', '154052.137500', '154052.597500', '154053.057500', '154053.517500', '154053.977500', '154054.437500', '154054.897500', '154055.357500', '154055.817500', '154056.277500', '154056.737500', '154057.197500', '154057.657500', '154058.117500', '154058.577500', '154059.037500', '154059.497500', '154059.957500', '154100.417500', '154100.877500', '154101.337500', '154101.797500', '154102.257500', '154102.717500', '154103.177500', '154103.637500', '154104.097500', '154104.557500', '154105.017500', '154105.477500', '154105.937500', '154106.397500', '154106.857500', '154107.317500', '154107.777500', '154108.237500', '154108.697500', '154109.157500', '154109.617500', '154110.077500', '154110.537500', '154110.997500', '154111.457500', '154111.917500', '154112.377500', '154112.837500', '154113.297500', '154113.757500', '154114.217500', '154114.677500', '154115.137500', '154115.597500', '154116.057500', '154116.517500', '154116.977500', '154117.437500', '154117.897500', '154118.357500', '154118.817500', '154119.277500', '154119.737500', '154120.197500', '154120.657500', '154121.117500', '154121.577500', '154122.037500', '154122.497500', '154122.957500', '154123.417500', '154123.877500', '154124.337500', '154124.797500', '154125.257500', '154125.717500', '154126.177500', '154126.637500', '154127.097500', '154127.557500', '154128.017500', '154128.477500', '154128.937500', '154129.397500', '154129.857500', '154130.317500', '154130.777500', '154131.237500', '154131.697500', '154132.157500', '154132.617500', '154133.077500', '154133.537500', '154133.997500', '154134.457500', '154134.917500', '154135.377500', '154135.837500', '154136.297500', '154136.757500', '154137.217500', '154137.677500', '154138.137500', '154138.597500', '154139.057500', '154139.517500', '154139.977500', '154140.437500', '154140.897500', '154141.357500', '154141.817500', '154142.277500', '154142.737500', '154143.197500', '154143.657500', '154144.117500', '154144.577500', '154145.037500', '154145.497500', '154145.957500', '154146.417500', '154146.877500', '154147.337500', '154147.797500', '154148.257500', '154148.717500', '154149.177500', '154149.637500', '154150.097500', '154150.557500', '154151.017500', '154151.477500', '154151.937500', '154152.397500', '154152.857500', '154153.317500', '154153.777500', '154154.237500', '154154.697500', '154155.157500', '154155.617500', '154156.077500', '154156.537500', '154156.997500', '154157.457500', '154157.917500', '154158.377500', '154158.837500', '154159.297500', '154159.757500', '154200.217500', '154200.677500', '154201.137500', '154201.597500', '154202.057500', '154202.517500', '154202.977500', '154203.437500', '154203.897500', '154204.357500', '154204.817500', '154205.277500', '154205.737500', '154206.197500', '154206.657500', '154207.117500', '154207.577500', '154208.037500', '154208.497500', '154208.957500', '154209.417500', '154209.877500', '154210.337500', '154210.797500', '154211.257500', '154211.717500', '154212.177500', '154212.637500', '154213.097500', '154213.557500', '154214.017500', '154214.477500', '154214.937500', '154215.397500', '154215.857500', '154216.317500', '154216.777500', '154217.237500', '154217.697500', '154218.157500', '154218.617500', '154219.077500', '154219.537500', '154219.997500', '154220.457500', '154220.917500', '154221.377500', '154221.837500', '154222.297500', '154222.757500', '154223.217500', '154223.677500', '154224.137500', '154224.597500', '154225.057500', '154225.517500', '154225.977500', '154226.437500', '154226.897500', '154227.357500', '154227.817500', '154228.277500', '154228.737500', '154229.197500', '154229.657500', '154230.117500', '154230.577500', '154231.037500', '154231.497500', '154231.957500', '154232.417500', '154232.877500', '154233.337500', '154233.797500', '154234.257500', '154234.717500', '154235.177500', '154235.637500', '154236.097500', '154236.557500', '154237.017500', '154237.477500', '154237.937500', '154238.397500', '154238.857500', '154239.317500', '154239.777500', '154240.237500', '154240.697500', '154241.157500', '154241.617500', '154242.077500', '154242.537500', '154242.997500', '154243.457500', '154243.917500', '154244.377500', '154244.837500', '154245.297500', '154245.757500', '154246.217500', '154246.677500', '154247.137500', '154247.597500', '154248.057500', '154248.517500', '154248.977500', '154249.437500', '154249.897500', '154250.357500', '154250.817500', '154251.277500', '154251.737500', '154252.197500', '154252.657500', '154253.117500', '154253.577500', '154254.037500', '154254.497500', '154254.957500', '154255.417500', '154255.877500', '154256.337500', '154256.797500', '154257.257500', '154257.717500', '154258.177500', '154258.637500', '154259.097500', '154259.557500', '154300.017500', '154300.477500', '154300.937500', '154301.397500', '154301.857500', '154302.317500', '154302.777500', '154303.237500', '154303.697500', '154304.157500', '154304.617500', '154305.077500', '154305.537500', '154305.997500', '154306.457500', '154306.917500', '154307.377500', '154307.837500', '154308.297500', '154308.757500', '154309.217500', '154309.677500', '154310.137500', '154310.597500', '154311.057500', '154311.517500', '154311.977500', '154312.437500', '154312.897500', '154313.357500', '154313.817500', '154314.277500', '154314.737500', '154315.197500', '154315.657500', '154316.117500', '154316.577500', '154317.037500', '154317.497500', '154317.957500', '154318.417500', '154318.877500', '154319.337500', '154319.797500', '154320.257500', '154320.717500', '154321.177500', '154321.637500', '154322.097500', '154322.557500', '154323.017500', '154323.477500', '154323.937500', '154324.397500', '154324.857500', '154325.317500', '154325.777500', '154326.237500', '154326.697500', '154327.157500', '154327.617500', '154328.077500', '154328.537500', '154328.997500', '154329.457500', '154329.917500', '154330.377500', '154330.837500', '154331.297500', '154331.757500', '154332.217500', '154332.677500', '154333.137500', '154333.597500', '154334.057500', '154334.517500', '154334.977500', '154335.437500', '154335.897500', '154336.357500', '154336.817500', '154337.277500', '154337.737500', '154338.197500', '154338.657500', '154339.117500', '154339.577500', '154340.037500', '154340.497500', '154340.957500', '154341.417500', '154341.877500', '154342.337500', '154342.797500', '154343.257500', '154343.717500', '154344.177500', '154344.637500', '154345.097500', '154345.557500', '154346.017500', '154346.477500', '154346.937500', '154347.397500', '154347.857500', '154348.317500', '154348.777500', '154349.237500', '154349.697500', '154350.157500', '154350.617500', '154351.077500', '154351.537500', '154351.997500', '154352.457500', '154352.917500', '154353.377500', '154353.837500', '154354.297500', '154354.757500', '154355.217500', '154355.677500', '154356.137500', '154356.597500', '154357.057500', '154357.517500', '154357.977500', '154358.437500', '154358.897500', '154359.357500', '154359.817500'], 'ContentTime': ['153759.284000', '153759.288000', '153759.291000', '153759.294000', '153759.297000', '153759.300000', '153759.303000', '153759.306000', '153759.309000', '153759.312000', '153759.314000', '153759.317000', '153759.320000', '153759.347000', '153759.350000', '153759.353000', '153759.356000', '153759.359000', '153759.362000', '153759.364000', '153759.372000', '153759.375000', '153759.377000', '153759.380000', '153759.383000', '153759.386000', '153759.389000', '153759.392000', '153759.394000', '153759.397000', '153759.400000', '153759.403000', '153759.406000', '153759.409000', '153759.412000', '153759.414000', '153759.417000', '153759.420000', '153759.423000', '153759.426000', '153759.429000', '153759.432000', '153759.434000', '153759.437000', '153759.440000', '153759.443000', '153759.446000', '153759.448000', '153759.451000', '153759.454000', '153759.457000', '153759.460000', '153759.462000', '153819.250000', '153819.253000', '153819.256000', '153819.259000', '153819.262000', '153819.265000', '153819.267000', '153819.270000', '153819.273000', '153819.276000', '153819.279000', '153819.282000', '153819.284000', '153819.287000', '153819.290000', '153819.293000', '153819.296000', '153819.299000', '153819.301000', '153819.304000', '153819.307000', '153819.310000', '153819.313000', '153819.316000', '153819.318000', '153819.321000', '153819.330000', '153819.333000', '153819.336000', '153819.339000', '153819.342000', '153819.344000', '153819.347000', '153819.350000', '153819.353000', '153819.356000', '153819.358000', '153819.361000', '153819.364000', '153819.367000', '153819.370000', '153819.373000', '153819.376000', '153819.378000', '153839.250000', '153839.253000', '153839.256000', '153839.259000', '153839.262000', '153839.264000', '153839.267000', '153839.270000', '153839.273000', '153839.276000', '153839.279000', '153839.282000', '153839.284000', '153839.287000', '153839.290000', '153839.293000', '153839.296000', '153839.299000', '153839.302000', '153839.305000', '153839.307000', '153839.310000', '153839.313000', '153839.316000', '153839.319000', '153839.322000', '153839.325000', '153839.328000', '153839.330000', '153839.333000', '153839.336000', '153839.339000', '153839.342000', '153839.345000', '153839.347000', '153839.350000', '153839.353000', '153839.361000', '153839.364000', '153839.366000', '153839.369000', '153839.372000', '153839.375000', '153859.250000', '153859.253000', '153859.256000', '153859.259000', '153859.262000', '153859.264000', '153859.267000', '153859.270000', '153859.273000', '153859.276000', '153859.279000', '153859.282000', '153859.284000', '153859.287000', '153859.290000', '153859.293000', '153859.296000', '153859.299000', '153859.302000', '153859.304000', '153859.307000', '153859.310000', '153859.313000', '153859.316000', '153859.319000', '153859.322000', '153859.326000', '153859.329000', '153859.332000', '153859.334000', '153859.337000', '153859.340000', '153859.343000', '153859.346000', '153859.349000', '153859.352000', '153859.355000', '153859.357000', '153859.360000', '153859.363000', '153859.366000', '153859.369000', '153859.372000', '153859.374000', '153919.250000', '153919.258000', '153919.261000', '153919.264000', '153919.266000', '153919.269000', '153919.272000', '153919.275000', '153919.278000', '153919.281000', '153919.284000', '153919.286000', '153919.289000', '153919.292000', '153919.295000', '153919.298000', '153919.301000', '153919.303000', '153919.306000', '153919.309000', '153919.312000', '153919.315000', '153919.318000', '153919.321000', '153919.323000', '153919.326000', '153919.329000', '153919.332000', '153919.335000', '153919.338000', '153919.341000', '153919.343000', '153919.346000', '153919.349000', '153919.352000', '153919.355000', '153919.357000', '153919.360000', '153919.363000', '153919.368000', '153919.371000', '153919.374000', '153919.377000', '153939.250000', '153939.253000', '153939.256000', '153939.259000', '153939.262000', '153939.265000', '153939.267000', '153939.270000', '153939.273000', '153939.276000', '153939.279000', '153939.282000', '153939.284000', '153939.287000', '153939.290000', '153939.293000', '153939.296000', '153939.299000', '153939.301000', '153939.304000', '153939.307000', '153939.310000', '153939.313000', '153939.316000', '153939.318000', '153939.321000', '153939.324000', '153939.327000', '153939.330000', '153939.333000', '153939.336000', '153939.339000', '153939.341000', '153939.344000', '153939.347000', '153939.350000', '153939.353000', '153939.356000', '153939.358000', '153939.361000', '153939.364000', '153939.367000', '153939.370000', '153939.373000', '153959.250000', '153959.253000', '153959.256000', '153959.259000', '153959.262000', '153959.265000', '153959.269000', '153959.272000', '153959.275000', '153959.278000', '153959.281000', '153959.283000', '153959.286000', '153959.289000', '153959.292000', '153959.295000', '153959.298000', '153959.301000', '153959.304000', '153959.306000', '153959.309000', '153959.312000', '153959.315000', '153959.318000', '153959.321000', '153959.324000', '153959.327000', '153959.330000', '153959.333000', '153959.336000', '153959.339000', '153959.342000', '153959.344000', '153959.347000', '153959.350000', '153959.353000', '153959.356000', '153959.359000', '153959.361000', '153959.364000', '153959.367000', '153959.370000', '153959.373000', '154019.250000', '154019.253000', '154019.256000', '154019.259000', '154019.261000', '154019.264000', '154019.267000', '154019.270000', '154019.273000', '154019.276000', '154019.279000', '154019.282000', '154019.284000', '154019.287000', '154019.290000', '154019.293000', '154019.296000', '154019.298000', '154019.301000', '154019.304000', '154019.307000', '154019.310000', '154019.313000', '154019.316000', '154019.318000', '154019.321000', '154019.324000', '154019.327000', '154019.330000', '154019.333000', '154019.336000', '154019.339000', '154019.341000', '154019.344000', '154019.347000', '154019.350000', '154019.353000', '154019.355000', '154019.358000', '154019.361000', '154019.364000', '154019.367000', '154019.370000', '154019.373000', '154039.250000', '154039.253000', '154039.256000', '154039.258000', '154039.261000', '154039.264000', '154039.267000', '154039.270000', '154039.273000', '154039.276000', '154039.279000', '154039.281000', '154039.284000', '154039.287000', '154039.290000', '154039.293000', '154039.296000', '154039.299000', '154039.302000', '154039.304000', '154039.307000', '154039.310000', '154039.313000', '154039.316000', '154039.319000', '154039.322000', '154039.324000', '154039.327000', '154039.330000', '154039.333000', '154039.336000', '154039.339000', '154039.342000', '154039.345000', '154039.347000', '154039.350000', '154039.353000', '154039.356000', '154039.361000', '154039.364000', '154039.367000', '154039.370000', '154039.373000', '154059.250000', '154059.253000', '154059.256000', '154059.259000', '154059.262000', '154059.265000', '154059.267000', '154059.270000', '154059.273000', '154059.276000', '154059.279000', '154059.282000', '154059.285000', '154059.287000', '154059.290000', '154059.293000', '154059.296000', '154059.299000', '154059.302000', '154059.305000', '154059.307000', '154059.310000', '154059.313000', '154059.316000', '154059.330000', '154059.333000', '154059.336000', '154059.339000', '154059.342000', '154059.344000', '154059.347000', '154059.350000', '154059.353000', '154059.356000', '154059.359000', '154059.362000', '154059.364000', '154059.367000', '154059.370000', '154059.373000', '154059.376000', '154059.379000', '154059.382000', '154059.384000', '154119.250000', '154119.253000', '154119.256000', '154119.259000', '154119.262000', '154119.264000', '154119.267000', '154119.270000', '154119.273000', '154119.276000', '154119.279000', '154119.282000', '154119.285000', '154119.287000', '154119.290000', '154119.293000', '154119.296000', '154119.299000', '154119.302000', '154119.306000', '154119.309000', '154119.312000', '154119.315000', '154119.318000', '154119.321000', '154119.323000', '154119.326000', '154119.329000', '154119.332000', '154119.335000', '154119.337000', '154119.340000', '154119.343000', '154119.346000', '154119.349000', '154119.352000', '154119.355000', '154119.358000', '154119.361000', '154119.364000', '154119.368000', '154119.372000', '154119.376000', '154139.250000', '154139.253000', '154139.256000', '154139.258000', '154139.261000', '154139.264000', '154139.267000', '154139.270000', '154139.273000', '154139.276000', '154139.279000', '154139.282000', '154139.285000', '154139.287000', '154139.290000', '154139.293000', '154139.296000', '154139.299000', '154139.302000', '154139.304000', '154139.307000', '154139.310000', '154139.313000', '154139.316000', '154139.319000', '154139.322000', '154139.325000', '154139.327000', '154139.330000', '154139.333000', '154139.336000', '154139.339000', '154139.342000', '154139.345000', '154139.347000', '154139.350000', '154139.353000', '154139.356000', '154139.359000', '154139.362000', '154139.365000', '154139.368000', '154139.370000', '154139.373000', '154159.250000', '154159.253000', '154159.256000', '154159.259000', '154159.262000', '154159.264000', '154159.268000', '154159.270000', '154159.273000', '154159.276000', '154159.279000', '154159.282000', '154159.285000', '154159.287000', '154159.290000', '154159.293000', '154159.296000', '154159.299000', '154159.302000', '154159.305000', '154159.307000', '154159.310000', '154159.313000', '154159.316000', '154159.319000', '154159.322000', '154159.325000', '154159.327000', '154159.330000', '154159.333000', '154159.336000', '154159.339000', '154159.342000', '154159.344000', '154159.347000', '154159.350000', '154159.353000', '154159.356000', '154159.359000', '154159.362000', '154159.364000', '154159.368000', '154159.371000', '154219.250000', '154219.253000', '154219.256000', '154219.265000', '154219.268000', '154219.271000', '154219.274000', '154219.277000', '154219.280000', '154219.283000', '154219.285000', '154219.288000', '154219.291000', '154219.294000', '154219.297000', '154219.300000', '154219.303000', '154219.305000', '154219.308000', '154219.311000', '154219.314000', '154219.317000', '154219.320000', '154219.323000', '154219.325000', '154219.328000', '154219.331000', '154219.334000', '154219.337000', '154219.340000', '154219.342000', '154219.345000', '154219.348000', '154219.351000', '154219.354000', '154219.357000', '154219.360000', '154219.363000', '154219.365000', '154219.368000', '154219.371000', '154219.374000', '154219.377000', '154219.380000', '154239.250000', '154239.253000', '154239.256000', '154239.259000', '154239.266000', '154239.269000', '154239.272000', '154239.275000', '154239.278000', '154239.281000', '154239.283000', '154239.286000', '154239.289000', '154239.292000', '154239.295000', '154239.297000', '154239.300000', '154239.303000', '154239.306000', '154239.309000', '154239.312000', '154239.315000', '154239.317000', '154239.320000', '154239.323000', '154239.326000', '154239.329000', '154239.332000', '154239.334000', '154239.337000', '154239.340000', '154239.344000', '154239.347000', '154239.350000', '154239.353000', '154239.356000', '154239.359000', '154239.362000', '154239.365000', '154239.368000', '154239.370000', '154239.373000', '154239.376000', '154259.250000', '154259.253000', '154259.256000', '154259.259000', '154259.262000', '154259.264000', '154259.267000', '154259.270000', '154259.273000', '154259.276000', '154259.279000', '154259.282000', '154259.284000', '154259.287000', '154259.290000', '154259.293000', '154259.296000', '154259.299000', '154259.302000', '154259.305000', '154259.307000', '154259.310000', '154259.313000', '154259.316000', '154259.319000', '154259.322000', '154259.325000', '154259.327000', '154259.330000', '154259.333000', '154259.336000', '154259.339000', '154259.342000', '154259.345000', '154259.348000', '154259.350000', '154259.353000', '154259.356000', '154259.359000', '154259.362000', '154259.365000', '154259.368000', '154259.371000', '154259.373000', '154319.250000', '154319.253000', '154319.256000', '154319.259000', '154319.262000', '154319.264000', '154319.267000', '154319.270000', '154319.273000', '154319.276000', '154319.279000', '154319.281000', '154319.284000', '154319.287000', '154319.290000', '154319.293000', '154319.296000', '154319.299000', '154319.302000', '154319.304000', '154319.307000', '154319.310000', '154319.313000', '154319.316000', '154319.319000', '154319.322000', '154319.324000', '154319.327000', '154319.330000', '154319.333000', '154319.336000', '154319.339000', '154319.342000', '154319.345000', '154319.347000', '154319.350000', '154319.353000', '154319.356000', '154319.359000', '154319.362000', '154319.365000', '154319.367000', '154319.370000', '154339.250000', '154339.253000', '154339.256000', '154339.259000', '154339.262000', '154339.265000', '154339.268000', '154339.271000', '154339.274000', '154339.277000', '154339.280000', '154339.283000', '154339.285000', '154339.288000', '154339.291000', '154339.294000', '154339.297000', '154339.300000', '154339.303000', '154339.306000', '154339.309000', '154339.312000', '154339.315000', '154339.317000', '154339.320000', '154339.323000', '154339.326000', '154339.329000', '154339.332000', '154339.335000', '154339.338000', '154339.341000', '154339.344000', '154339.347000', '154339.349000', '154339.352000', '154339.355000', '154339.358000', '154339.361000', '154339.364000', '154339.367000', '154339.370000', '154339.373000', '154339.375000', '154359.250000', '154359.253000', '154359.256000', '154359.259000', '154359.262000', '154359.264000', '154359.267000', '154359.270000', '154359.273000', '154359.276000', '154359.279000', '154359.282000', '154359.284000', '154359.287000', '154359.290000', '154359.307000', '154359.310000', '154359.312000', '154359.315000', '154359.318000', '154359.321000', '154359.324000', '154359.326000', '154359.329000', '154359.332000', '154359.335000', '154359.338000', '154359.341000', '154359.344000', '154359.346000', '154359.349000', '154359.352000', '154359.355000', '154359.358000', '154359.361000', '154359.364000', '154359.366000', '154359.369000', '154359.372000', '154359.375000', '154359.378000', '154359.381000', '154359.385000', '154400.421000', '154400.425000', '154400.428000'], 'InstanceCreationTime': ['153759.284000', '153759.288000', '153759.291000', '153759.294000', '153759.297000', '153759.300000', '153759.303000', '153759.306000', '153759.309000', '153759.312000', '153759.314000', '153759.317000', '153759.320000', '153759.347000', '153759.350000', '153759.353000', '153759.356000', '153759.359000', '153759.362000', '153759.364000', '153759.372000', '153759.375000', '153759.377000', '153759.380000', '153759.383000', '153759.386000', '153759.389000', '153759.392000', '153759.394000', '153759.397000', '153759.400000', '153759.403000', '153759.406000', '153759.409000', '153759.412000', '153759.414000', '153759.417000', '153759.420000', '153759.423000', '153759.426000', '153759.429000', '153759.432000', '153759.434000', '153759.437000', '153759.440000', '153759.443000', '153759.446000', '153759.448000', '153759.451000', '153759.454000', '153759.457000', '153759.460000', '153759.462000', '153819.250000', '153819.253000', '153819.256000', '153819.259000', '153819.262000', '153819.265000', '153819.267000', '153819.270000', '153819.273000', '153819.276000', '153819.279000', '153819.282000', '153819.284000', '153819.287000', '153819.290000', '153819.293000', '153819.296000', '153819.299000', '153819.301000', '153819.304000', '153819.307000', '153819.310000', '153819.313000', '153819.316000', '153819.318000', '153819.321000', '153819.330000', '153819.333000', '153819.336000', '153819.339000', '153819.342000', '153819.344000', '153819.347000', '153819.350000', '153819.353000', '153819.356000', '153819.358000', '153819.361000', '153819.364000', '153819.367000', '153819.370000', '153819.373000', '153819.376000', '153819.378000', '153839.250000', '153839.253000', '153839.256000', '153839.259000', '153839.262000', '153839.264000', '153839.267000', '153839.270000', '153839.273000', '153839.276000', '153839.279000', '153839.282000', '153839.284000', '153839.287000', '153839.290000', '153839.293000', '153839.296000', '153839.299000', '153839.302000', '153839.305000', '153839.307000', '153839.310000', '153839.313000', '153839.316000', '153839.319000', '153839.322000', '153839.325000', '153839.328000', '153839.330000', '153839.333000', '153839.336000', '153839.339000', '153839.342000', '153839.345000', '153839.347000', '153839.350000', '153839.353000', '153839.361000', '153839.364000', '153839.366000', '153839.369000', '153839.372000', '153839.375000', '153859.250000', '153859.253000', '153859.256000', '153859.259000', '153859.262000', '153859.264000', '153859.267000', '153859.270000', '153859.273000', '153859.276000', '153859.279000', '153859.282000', '153859.284000', '153859.287000', '153859.290000', '153859.293000', '153859.296000', '153859.299000', '153859.302000', '153859.304000', '153859.307000', '153859.310000', '153859.313000', '153859.316000', '153859.319000', '153859.322000', '153859.326000', '153859.329000', '153859.332000', '153859.334000', '153859.337000', '153859.340000', '153859.343000', '153859.346000', '153859.349000', '153859.352000', '153859.355000', '153859.357000', '153859.360000', '153859.363000', '153859.366000', '153859.369000', '153859.372000', '153859.374000', '153919.250000', '153919.258000', '153919.261000', '153919.264000', '153919.266000', '153919.269000', '153919.272000', '153919.275000', '153919.278000', '153919.281000', '153919.284000', '153919.286000', '153919.289000', '153919.292000', '153919.295000', '153919.298000', '153919.301000', '153919.303000', '153919.306000', '153919.309000', '153919.312000', '153919.315000', '153919.318000', '153919.321000', '153919.323000', '153919.326000', '153919.329000', '153919.332000', '153919.335000', '153919.338000', '153919.341000', '153919.343000', '153919.346000', '153919.349000', '153919.352000', '153919.355000', '153919.357000', '153919.360000', '153919.363000', '153919.368000', '153919.371000', '153919.374000', '153919.377000', '153939.250000', '153939.253000', '153939.256000', '153939.259000', '153939.262000', '153939.265000', '153939.267000', '153939.270000', '153939.273000', '153939.276000', '153939.279000', '153939.282000', '153939.284000', '153939.287000', '153939.290000', '153939.293000', '153939.296000', '153939.299000', '153939.301000', '153939.304000', '153939.307000', '153939.310000', '153939.313000', '153939.316000', '153939.318000', '153939.321000', '153939.324000', '153939.327000', '153939.330000', '153939.333000', '153939.336000', '153939.339000', '153939.341000', '153939.344000', '153939.347000', '153939.350000', '153939.353000', '153939.356000', '153939.358000', '153939.361000', '153939.364000', '153939.367000', '153939.370000', '153939.373000', '153959.250000', '153959.253000', '153959.256000', '153959.259000', '153959.262000', '153959.265000', '153959.269000', '153959.272000', '153959.275000', '153959.278000', '153959.281000', '153959.283000', '153959.286000', '153959.289000', '153959.292000', '153959.295000', '153959.298000', '153959.301000', '153959.304000', '153959.306000', '153959.309000', '153959.312000', '153959.315000', '153959.318000', '153959.321000', '153959.324000', '153959.327000', '153959.330000', '153959.333000', '153959.336000', '153959.339000', '153959.342000', '153959.344000', '153959.347000', '153959.350000', '153959.353000', '153959.356000', '153959.359000', '153959.361000', '153959.364000', '153959.367000', '153959.370000', '153959.373000', '154019.250000', '154019.253000', '154019.256000', '154019.259000', '154019.261000', '154019.264000', '154019.267000', '154019.270000', '154019.273000', '154019.276000', '154019.279000', '154019.282000', '154019.284000', '154019.287000', '154019.290000', '154019.293000', '154019.296000', '154019.298000', '154019.301000', '154019.304000', '154019.307000', '154019.310000', '154019.313000', '154019.316000', '154019.318000', '154019.321000', '154019.324000', '154019.327000', '154019.330000', '154019.333000', '154019.336000', '154019.339000', '154019.341000', '154019.344000', '154019.347000', '154019.350000', '154019.353000', '154019.355000', '154019.358000', '154019.361000', '154019.364000', '154019.367000', '154019.370000', '154019.373000', '154039.250000', '154039.253000', '154039.256000', '154039.258000', '154039.261000', '154039.264000', '154039.267000', '154039.270000', '154039.273000', '154039.276000', '154039.279000', '154039.281000', '154039.284000', '154039.287000', '154039.290000', '154039.293000', '154039.296000', '154039.299000', '154039.302000', '154039.304000', '154039.307000', '154039.310000', '154039.313000', '154039.316000', '154039.319000', '154039.322000', '154039.324000', '154039.327000', '154039.330000', '154039.333000', '154039.336000', '154039.339000', '154039.342000', '154039.345000', '154039.347000', '154039.350000', '154039.353000', '154039.356000', '154039.361000', '154039.364000', '154039.367000', '154039.370000', '154039.373000', '154059.250000', '154059.253000', '154059.256000', '154059.259000', '154059.262000', '154059.265000', '154059.267000', '154059.270000', '154059.273000', '154059.276000', '154059.279000', '154059.282000', '154059.285000', '154059.287000', '154059.290000', '154059.293000', '154059.296000', '154059.299000', '154059.302000', '154059.305000', '154059.307000', '154059.310000', '154059.313000', '154059.316000', '154059.330000', '154059.333000', '154059.336000', '154059.339000', '154059.342000', '154059.344000', '154059.347000', '154059.350000', '154059.353000', '154059.356000', '154059.359000', '154059.362000', '154059.364000', '154059.367000', '154059.370000', '154059.373000', '154059.376000', '154059.379000', '154059.382000', '154059.384000', '154119.250000', '154119.253000', '154119.256000', '154119.259000', '154119.262000', '154119.264000', '154119.267000', '154119.270000', '154119.273000', '154119.276000', '154119.279000', '154119.282000', '154119.285000', '154119.287000', '154119.290000', '154119.293000', '154119.296000', '154119.299000', '154119.302000', '154119.306000', '154119.309000', '154119.312000', '154119.315000', '154119.318000', '154119.321000', '154119.323000', '154119.326000', '154119.329000', '154119.332000', '154119.335000', '154119.337000', '154119.340000', '154119.343000', '154119.346000', '154119.349000', '154119.352000', '154119.355000', '154119.358000', '154119.361000', '154119.364000', '154119.368000', '154119.372000', '154119.376000', '154139.250000', '154139.253000', '154139.256000', '154139.258000', '154139.261000', '154139.264000', '154139.267000', '154139.270000', '154139.273000', '154139.276000', '154139.279000', '154139.282000', '154139.285000', '154139.287000', '154139.290000', '154139.293000', '154139.296000', '154139.299000', '154139.302000', '154139.304000', '154139.307000', '154139.310000', '154139.313000', '154139.316000', '154139.319000', '154139.322000', '154139.325000', '154139.327000', '154139.330000', '154139.333000', '154139.336000', '154139.339000', '154139.342000', '154139.345000', '154139.347000', '154139.350000', '154139.353000', '154139.356000', '154139.359000', '154139.362000', '154139.365000', '154139.368000', '154139.370000', '154139.373000', '154159.250000', '154159.253000', '154159.256000', '154159.259000', '154159.262000', '154159.264000', '154159.268000', '154159.270000', '154159.273000', '154159.276000', '154159.279000', '154159.282000', '154159.285000', '154159.287000', '154159.290000', '154159.293000', '154159.296000', '154159.299000', '154159.302000', '154159.305000', '154159.307000', '154159.310000', '154159.313000', '154159.316000', '154159.319000', '154159.322000', '154159.325000', '154159.327000', '154159.330000', '154159.333000', '154159.336000', '154159.339000', '154159.342000', '154159.344000', '154159.347000', '154159.350000', '154159.353000', '154159.356000', '154159.359000', '154159.362000', '154159.364000', '154159.368000', '154159.371000', '154219.250000', '154219.253000', '154219.256000', '154219.265000', '154219.268000', '154219.271000', '154219.274000', '154219.277000', '154219.280000', '154219.283000', '154219.285000', '154219.288000', '154219.291000', '154219.294000', '154219.297000', '154219.300000', '154219.303000', '154219.305000', '154219.308000', '154219.311000', '154219.314000', '154219.317000', '154219.320000', '154219.323000', '154219.325000', '154219.328000', '154219.331000', '154219.334000', '154219.337000', '154219.340000', '154219.342000', '154219.345000', '154219.348000', '154219.351000', '154219.354000', '154219.357000', '154219.360000', '154219.363000', '154219.365000', '154219.368000', '154219.371000', '154219.374000', '154219.377000', '154219.380000', '154239.250000', '154239.253000', '154239.256000', '154239.259000', '154239.266000', '154239.269000', '154239.272000', '154239.275000', '154239.278000', '154239.281000', '154239.283000', '154239.286000', '154239.289000', '154239.292000', '154239.295000', '154239.297000', '154239.300000', '154239.303000', '154239.306000', '154239.309000', '154239.312000', '154239.315000', '154239.317000', '154239.320000', '154239.323000', '154239.326000', '154239.329000', '154239.332000', '154239.334000', '154239.337000', '154239.340000', '154239.344000', '154239.347000', '154239.350000', '154239.353000', '154239.356000', '154239.359000', '154239.362000', '154239.365000', '154239.368000', '154239.370000', '154239.373000', '154239.376000', '154259.250000', '154259.253000', '154259.256000', '154259.259000', '154259.262000', '154259.264000', '154259.267000', '154259.270000', '154259.273000', '154259.276000', '154259.279000', '154259.282000', '154259.284000', '154259.287000', '154259.290000', '154259.293000', '154259.296000', '154259.299000', '154259.302000', '154259.305000', '154259.307000', '154259.310000', '154259.313000', '154259.316000', '154259.319000', '154259.322000', '154259.325000', '154259.327000', '154259.330000', '154259.333000', '154259.336000', '154259.339000', '154259.342000', '154259.345000', '154259.348000', '154259.350000', '154259.353000', '154259.356000', '154259.359000', '154259.362000', '154259.365000', '154259.368000', '154259.371000', '154259.373000', '154319.250000', '154319.253000', '154319.256000', '154319.259000', '154319.262000', '154319.264000', '154319.267000', '154319.270000', '154319.273000', '154319.276000', '154319.279000', '154319.281000', '154319.284000', '154319.287000', '154319.290000', '154319.293000', '154319.296000', '154319.299000', '154319.302000', '154319.304000', '154319.307000', '154319.310000', '154319.313000', '154319.316000', '154319.319000', '154319.322000', '154319.324000', '154319.327000', '154319.330000', '154319.333000', '154319.336000', '154319.339000', '154319.342000', '154319.345000', '154319.347000', '154319.350000', '154319.353000', '154319.356000', '154319.359000', '154319.362000', '154319.365000', '154319.367000', '154319.370000', '154339.250000', '154339.253000', '154339.256000', '154339.259000', '154339.262000', '154339.265000', '154339.268000', '154339.271000', '154339.274000', '154339.277000', '154339.280000', '154339.283000', '154339.285000', '154339.288000', '154339.291000', '154339.294000', '154339.297000', '154339.300000', '154339.303000', '154339.306000', '154339.309000', '154339.312000', '154339.315000', '154339.317000', '154339.320000', '154339.323000', '154339.326000', '154339.329000', '154339.332000', '154339.335000', '154339.338000', '154339.341000', '154339.344000', '154339.347000', '154339.349000', '154339.352000', '154339.355000', '154339.358000', '154339.361000', '154339.364000', '154339.367000', '154339.370000', '154339.373000', '154339.375000', '154359.250000', '154359.253000', '154359.256000', '154359.259000', '154359.262000', '154359.264000', '154359.267000', '154359.270000', '154359.273000', '154359.276000', '154359.279000', '154359.282000', '154359.284000', '154359.287000', '154359.290000', '154359.307000', '154359.310000', '154359.312000', '154359.315000', '154359.318000', '154359.321000', '154359.324000', '154359.326000', '154359.329000', '154359.332000', '154359.335000', '154359.338000', '154359.341000', '154359.344000', '154359.346000', '154359.349000', '154359.352000', '154359.355000', '154359.358000', '154359.361000', '154359.364000', '154359.366000', '154359.369000', '154359.372000', '154359.375000', '154359.378000', '154359.381000', '154359.385000', '154400.421000', '154400.425000', '154400.428000'], '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': [10160, 9949, 8363, 10171, 8309, 11433, 8858, 12893, 7941, 13112, 8658, 13222, 9042, 13044, 9589, 12129, 8373, 12161, 7936, 11814, 8621, 12046, 8161, 11611, 8323, 11364, 8713, 11610, 8470, 12197, 8110, 11701, 8556, 11334, 8202, 11876, 7888, 11877, 8144, 11974, 8658, 11910, 9687, 12171, 9153, 12377, 9640, 12387, 10461, 12569, 10028, 12413, 9956, 12478, 10125, 12070, 10055, 11978, 9110, 12161, 9198, 12314, 9173, 11744, 9398, 12087, 8854, 11673, 8343, 11417, 8418, 10973, 8641, 10950, 7842, 10020, 9075, 9521, 8999, 10130, 7733, 10139, 7843, 9584, 8655, 10489, 7680, 11214, 8495, 11682, 8941, 12111, 9429, 12171, 8400, 12314, 8821, 12043, 9038, 12504, 9552, 12398, 9023, 11879, 9067, 11696, 9390, 12230, 8404, 12590, 8536, 12262, 8843, 12158, 9136, 11716, 9037, 11880, 8964, 11315, 8206, 10588, 8545, 10599, 7999, 10475, 8198, 10148, 8401, 9391, 8062, 10051, 8459, 10691, 8119, 10160, 9185, 9213, 10389, 9855, 9077, 9302, 10811, 9081, 12307, 9764, 12209, 9691, 12153, 9205, 11295, 9372, 11310, 9537, 10550, 8838, 11506, 9422, 11337, 9863, 9375, 8919, 8801, 8581, 9325, 8837, 10146, 8932, 8463, 8841, 9994, 8998, 13145, 9776, 13165, 9760, 12152, 9736, 12108, 9440, 11584, 9905, 11982, 9212, 11872, 8984, 11816, 8768, 11245, 8509, 11313, 8226, 11355, 8667, 11143, 8027, 10399, 9049, 10462, 7702, 9579, 9332, 9271, 11638, 9023, 12456, 9621, 11938, 8807, 11456, 8648, 11855, 8709, 11178, 8832, 11526, 8074, 10783, 8725, 10492, 8108, 10618, 7510, 10324, 7639, 10221, 7583, 10134, 8247, 10076, 7381, 10641, 7710, 10259, 7699, 10141, 7834, 10571, 8026, 10955, 7700, 10383, 10251, 9623, 10606, 8996, 11121, 8890, 12429, 9368, 12130, 10043, 11616, 9341, 11591, 8806, 11193, 8750, 11245, 8878, 10728, 8685, 12552, 9564, 11766, 9717, 11645, 9891, 11764, 8404, 11401, 8254, 11096, 9077, 10657, 7943, 10921, 8146, 10329, 7968, 9926, 8036, 10220, 7571, 10989, 7420, 10874, 7575, 10695, 8245, 11219, 7904, 11336, 8079, 11339, 8687, 11207, 8681, 11224, 8034, 11273, 8161, 11237, 8326, 11349, 8776, 11323, 8555, 10879, 8939, 13772, 9203, 13024, 10604, 11930, 9365, 10268, 9575, 10266, 10248, 10559, 11077, 9506, 10692, 8829, 11085, 7997, 11735, 9784, 13628, 9529, 12737, 9858, 12415, 10231, 11487, 10337, 9036, 9527, 8362, 9942, 8641, 11069, 7982, 11652, 8106, 11545, 9073, 11369, 9574, 11847, 9654, 10444, 8938, 9895, 8914, 8992, 9243, 8262, 10745, 8563, 11213, 7950, 11604, 8763, 11631, 9682, 9605, 8675, 8275, 9397, 8013, 9823, 8191, 11206, 7726, 11616, 8479, 11704, 9092, 13028, 10611, 8931, 10466, 7913, 12310, 9305, 10874, 10009, 7677, 10201, 8047, 10531, 8000, 11484, 7876, 11329, 7786, 11338, 7829, 10628, 8535, 10898, 8163, 11293, 8378, 11926, 9377, 11099, 8921, 10454, 9026, 10936, 9371, 10666, 9256, 10455, 9034, 9852, 8894, 9971, 9666, 7603, 9842, 7754, 10389, 7962, 10979, 7774, 10790, 7836, 11032, 7709, 12318, 8807, 12170, 8573, 11692, 9140, 12031, 9911, 11979, 9412, 11840, 9689, 11320, 9595, 10457, 9498, 10036, 9406, 10430, 9532, 10649, 9823, 8047, 10020, 8216, 9945, 8160, 10840, 7351, 11094, 7809, 11351, 8588, 11694, 9505, 12372, 9254, 12173, 9885, 12166, 10232, 12476, 9575, 11899, 9632, 12030, 9825, 10391, 9067, 8158, 9268, 8414, 10039, 7985, 10956, 7916, 10993, 7905, 11396, 8424, 12946, 9104, 12054, 9325, 11938, 9691, 12344, 9692, 11910, 9135, 11624, 9371, 11490, 9619, 9902, 9103, 9548, 9399, 8888, 10674, 8612, 10668, 8607, 10827, 8297, 11439, 7990, 11469, 8284, 11303, 8422, 10880, 9288, 11895, 9153, 11070, 9099, 10653, 9421, 9819, 8853, 8052, 9394, 8622, 10715, 8278, 11446, 8407, 11313, 9161, 12355, 9705, 12481, 9050, 11169, 9416, 11420, 9478, 9516, 9113, 8395, 9526, 8547, 10579, 7959, 11203, 8179, 10922, 8367, 10714, 8494, 11676, 8663, 11856, 8870, 11611, 9142, 11043, 9456, 8441, 8975, 8294, 9703, 8126, 10999, 8024, 11217, 8272, 11465, 8804, 12348, 9414, 12488, 9125, 12207, 9189, 10783, 9304, 10040, 9174, 8371, 9372, 8094, 10018, 7820, 11207, 8780, 11270, 8404, 11279, 8982, 12402, 9588, 12079, 8928, 11253, 8854, 11008, 8640, 10146, 8754, 8346, 8798, 8249, 9037, 8336, 10015, 8025, 10506, 8585, 9265, 8377, 8259, 10194, 10211, 9165, 13820, 9453, 12167, 9306, 12441, 8677, 12977, 9092, 13021, 9052, 12706, 10192, 13971, 11301, 12410, 11358, 11854, 10659, 9276, 9614, 9116, 10295, 8890, 10440, 8869, 11219, 8577, 10952, 8316, 11205, 8390, 11238, 8955, 12020, 9490, 10688, 9036, 8315, 8595, 8045, 9452, 8221, 10374, 8309, 11175, 8208, 11265, 8054, 11097, 8775, 11285, 9362, 8715, 8677, 8473, 9881, 7926, 11526, 8498, 12569, 9514, 11517, 8850, 10028, 9040, 9090, 9000, 8208, 9440, 7946, 10955, 8408, 11087, 8606, 7936, 10434, 7950, 9365, 8532, 7622, 10767, 7765, 11579, 8168, 11975, 8796, 12389, 9155, 12719, 9110, 11884, 8382, 10728, 8217, 9301, 8151, 8592, 8452, 7842, 9213, 7921, 9515, 8221, 10607, 7987, 11548, 8513, 11317, 9029, 10586, 9001, 10208, 8762, 9549, 8155, 9289, 8444, 8813, 8260, 8625, 8231, 8707, 8094, 8422, 8337, 8468, 9132, 8563, 10618, 8700, 10912, 8690, 12103, 8624, 12227, 8644, 11536, 8797, 10319, 8812, 8891, 8669, 7961, 9166, 8261, 10490, 7766, 11079, 8234, 11791, 9243, 12900, 9523, 13492, 10323, 12941, 9245, 12875, 9662, 12201, 10577, 10631, 8863, 8127, 9065, 7957, 9662, 8439, 10860, 7588, 10419, 7794, 10789, 7870, 12141, 8282, 13046, 8249, 11712, 8630, 11577, 9033, 12114, 9632, 10153, 9095, 7953, 9607, 8003, 9817, 8245, 11880, 8035, 12051, 8282, 12673, 8379, 13225, 9176, 13010, 8511, 11682, 8702, 11255, 9100, 12012, 9200, 10228, 8720, 7912], 'WindowCenter': [4697.0, 4683.0, 4648.0, 4667.0, 4644.0, 4674.0, 4644.0, 4674.0, 4631.0, 4669.0, 4630.0, 4668.0, 4640.0, 4659.0, 4637.0, 4659.0, 4617.0, 4647.0, 4618.0, 4646.0, 4629.0, 4658.0, 4622.0, 4649.0, 4628.0, 4657.0, 4628.0, 4658.0, 4627.0, 4660.0, 4618.0, 4658.0, 4633.0, 4646.0, 4628.0, 4658.0, 4623.0, 4659.0, 4620.0, 4662.0, 4643.0, 4660.0, 4641.0, 4659.0, 4641.0, 4669.0, 4651.0, 4669.0, 4662.0, 4669.0, 4651.0, 4660.0, 4641.0, 4661.0, 4652.0, 4660.0, 4646.0, 4660.0, 4630.0, 4658.0, 4641.0, 4662.0, 4642.0, 4660.0, 4642.0, 4658.0, 4642.0, 4660.0, 4629.0, 4661.0, 4627.0, 4660.0, 4628.0, 4651.0, 4619.0, 4650.0, 4631.0, 4638.0, 4639.0, 4653.0, 4618.0, 4651.0, 4635.0, 4650.0, 4629.0, 4661.0, 4619.0, 4660.0, 4639.0, 4662.0, 4641.0, 4664.0, 4639.0, 4665.0, 4628.0, 4658.0, 4628.0, 4659.0, 4628.0, 4660.0, 4639.0, 4660.0, 4625.0, 4648.0, 4626.0, 4647.0, 4625.0, 4655.0, 4616.0, 4655.0, 4640.0, 4658.0, 4628.0, 4656.0, 4625.0, 4646.0, 4615.0, 4644.0, 4614.0, 4636.0, 4616.0, 4635.0, 4612.0, 4634.0, 4603.0, 4635.0, 4615.0, 4632.0, 4614.0, 4627.0, 4614.0, 4639.0, 4616.0, 4637.0, 4615.0, 4636.0, 4625.0, 4627.0, 4633.0, 4635.0, 4613.0, 4624.0, 4633.0, 4628.0, 4660.0, 4636.0, 4646.0, 4624.0, 4642.0, 4624.0, 4644.0, 4629.0, 4646.0, 4637.0, 4634.0, 4625.0, 4657.0, 4639.0, 4644.0, 4636.0, 4627.0, 4628.0, 4627.0, 4625.0, 4638.0, 4625.0, 4639.0, 4627.0, 4626.0, 4629.0, 4635.0, 4638.0, 4665.0, 4638.0, 4656.0, 4636.0, 4646.0, 4628.0, 4646.0, 4625.0, 4632.0, 4626.0, 4642.0, 4625.0, 4643.0, 4624.0, 4646.0, 4624.0, 4646.0, 4617.0, 4647.0, 4614.0, 4647.0, 4615.0, 4646.0, 4618.0, 4637.0, 4614.0, 4635.0, 4594.0, 4626.0, 4611.0, 4624.0, 4644.0, 4613.0, 4643.0, 4625.0, 4640.0, 4612.0, 4642.0, 4614.0, 4644.0, 4615.0, 4643.0, 4629.0, 4644.0, 4617.0, 4648.0, 4628.0, 4648.0, 4619.0, 4648.0, 4605.0, 4636.0, 4606.0, 4638.0, 4606.0, 4636.0, 4618.0, 4638.0, 4609.0, 4636.0, 4617.0, 4638.0, 4618.0, 4647.0, 4618.0, 4651.0, 4618.0, 4648.0, 4618.0, 4648.0, 4638.0, 4636.0, 4647.0, 4627.0, 4645.0, 4627.0, 4657.0, 4638.0, 4656.0, 4638.0, 4645.0, 4638.0, 4646.0, 4628.0, 4660.0, 4640.0, 4657.0, 4641.0, 4661.0, 4644.0, 4670.0, 4650.0, 4671.0, 4651.0, 4657.0, 4639.0, 4659.0, 4628.0, 4647.0, 4629.0, 4649.0, 4627.0, 4651.0, 4618.0, 4652.0, 4629.0, 4649.0, 4629.0, 4649.0, 4630.0, 4650.0, 4631.0, 4659.0, 4622.0, 4660.0, 4631.0, 4661.0, 4631.0, 4661.0, 4629.0, 4661.0, 4629.0, 4659.0, 4641.0, 4660.0, 4629.0, 4660.0, 4630.0, 4662.0, 4642.0, 4663.0, 4641.0, 4660.0, 4643.0, 4662.0, 4643.0, 4662.0, 4653.0, 4694.0, 4667.0, 4681.0, 4662.0, 4670.0, 4641.0, 4650.0, 4650.0, 4649.0, 4649.0, 4648.0, 4660.0, 4637.0, 4647.0, 4626.0, 4646.0, 4620.0, 4644.0, 4638.0, 4666.0, 4635.0, 4656.0, 4635.0, 4655.0, 4635.0, 4635.0, 4638.0, 4614.0, 4624.0, 4613.0, 4625.0, 4613.0, 4633.0, 4603.0, 4643.0, 4605.0, 4643.0, 4625.0, 4644.0, 4639.0, 4645.0, 4626.0, 4634.0, 4628.0, 4624.0, 4624.0, 4626.0, 4626.0, 4615.0, 4648.0, 4614.0, 4645.0, 4616.0, 4645.0, 4626.0, 4649.0, 4638.0, 4637.0, 4627.0, 4627.0, 4637.0, 4619.0, 4641.0, 4628.0, 4648.0, 4618.0, 4645.0, 4617.0, 4646.0, 4641.0, 4669.0, 4647.0, 4638.0, 4647.0, 4631.0, 4670.0, 4639.0, 4660.0, 4651.0, 4618.0, 4637.0, 4617.0, 4649.0, 4618.0, 4661.0, 4616.0, 4647.0, 4617.0, 4646.0, 4619.0, 4646.0, 4629.0, 4647.0, 4628.0, 4657.0, 4631.0, 4668.0, 4653.0, 4660.0, 4643.0, 4660.0, 4641.0, 4661.0, 4641.0, 4649.0, 4641.0, 4648.0, 4629.0, 4648.0, 4639.0, 4638.0, 4638.0, 4618.0, 4639.0, 4620.0, 4650.0, 4630.0, 4664.0, 4620.0, 4649.0, 4618.0, 4652.0, 4620.0, 4670.0, 4638.0, 4658.0, 4629.0, 4659.0, 4640.0, 4658.0, 4650.0, 4658.0, 4639.0, 4658.0, 4641.0, 4659.0, 4638.0, 4648.0, 4640.0, 4637.0, 4637.0, 4649.0, 4638.0, 4648.0, 4638.0, 4618.0, 4638.0, 4627.0, 4639.0, 4616.0, 4651.0, 4609.0, 4647.0, 4618.0, 4658.0, 4630.0, 4658.0, 4639.0, 4660.0, 4642.0, 4656.0, 4642.0, 4659.0, 4649.0, 4659.0, 4638.0, 4646.0, 4637.0, 4656.0, 4636.0, 4636.0, 4626.0, 4616.0, 4628.0, 4615.0, 4641.0, 4617.0, 4648.0, 4617.0, 4646.0, 4618.0, 4648.0, 4628.0, 4657.0, 4628.0, 4645.0, 4630.0, 4645.0, 4628.0, 4656.0, 4626.0, 4656.0, 4627.0, 4646.0, 4637.0, 4648.0, 4637.0, 4638.0, 4630.0, 4625.0, 4628.0, 4625.0, 4648.0, 4618.0, 4639.0, 4615.0, 4635.0, 4615.0, 4645.0, 4605.0, 4644.0, 4616.0, 4644.0, 4617.0, 4647.0, 4640.0, 4658.0, 4639.0, 4648.0, 4629.0, 4646.0, 4627.0, 4640.0, 4644.0, 4630.0, 4638.0, 4629.0, 4648.0, 4617.0, 4646.0, 4617.0, 4646.0, 4626.0, 4658.0, 4639.0, 4657.0, 4628.0, 4646.0, 4626.0, 4645.0, 4628.0, 4624.0, 4616.0, 4615.0, 4627.0, 4615.0, 4634.0, 4617.0, 4644.0, 4615.0, 4646.0, 4617.0, 4645.0, 4627.0, 4657.0, 4628.0, 4658.0, 4626.0, 4648.0, 4628.0, 4646.0, 4637.0, 4617.0, 4629.0, 4614.0, 4625.0, 4618.0, 4649.0, 4618.0, 4645.0, 4619.0, 4645.0, 4627.0, 4655.0, 4629.0, 4654.0, 4627.0, 4644.0, 4628.0, 4634.0, 4626.0, 4627.0, 4625.0, 4615.0, 4624.0, 4615.0, 4636.0, 4607.0, 4646.0, 4627.0, 4648.0, 4628.0, 4646.0, 4627.0, 4659.0, 4641.0, 4656.0, 4630.0, 4646.0, 4626.0, 4646.0, 4616.0, 4635.0, 4626.0, 4614.0, 4616.0, 4616.0, 4627.0, 4632.0, 4651.0, 4631.0, 4659.0, 4631.0, 4640.0, 4620.0, 4630.0, 4650.0, 4638.0, 4628.0, 4661.0, 4627.0, 4648.0, 4627.0, 4658.0, 4640.0, 4656.0, 4616.0, 4644.0, 4614.0, 4640.0, 4625.0, 4642.0, 4634.0, 4642.0, 4631.0, 4619.0, 4611.0, 4597.0, 4600.0, 4588.0, 4596.0, 4587.0, 4607.0, 4590.0, 4609.0, 4588.0, 4607.0, 4587.0, 4607.0, 4588.0, 4608.0, 4601.0, 4618.0, 4611.0, 4611.0, 4599.0, 4591.0, 4603.0, 4591.0, 4611.0, 4601.0, 4623.0, 4603.0, 4622.0, 4590.0, 4621.0, 4602.0, 4633.0, 4617.0, 4633.0, 4614.0, 4612.0, 4615.0, 4602.0, 4624.0, 4605.0, 4645.0, 4616.0, 4646.0, 4626.0, 4644.0, 4614.0, 4625.0, 4617.0, 4616.0, 4615.0, 4605.0, 4624.0, 4603.0, 4646.0, 4629.0, 4647.0, 4628.0, 4628.0, 4648.0, 4629.0, 4642.0, 4630.0, 4618.0, 4650.0, 4618.0, 4647.0, 4618.0, 4646.0, 4626.0, 4655.0, 4629.0, 4655.0, 4629.0, 4657.0, 4618.0, 4646.0, 4631.0, 4637.0, 4631.0, 4640.0, 4631.0, 4629.0, 4650.0, 4632.0, 4650.0, 4641.0, 4659.0, 4619.0, 4660.0, 4628.0, 4648.0, 4627.0, 4647.0, 4627.0, 4637.0, 4626.0, 4636.0, 4617.0, 4628.0, 4628.0, 4626.0, 4628.0, 4631.0, 4628.0, 4638.0, 4629.0, 4641.0, 4630.0, 4640.0, 4651.0, 4641.0, 4660.0, 4642.0, 4660.0, 4643.0, 4672.0, 4630.0, 4670.0, 4641.0, 4660.0, 4644.0, 4650.0, 4639.0, 4641.0, 4645.0, 4631.0, 4651.0, 4642.0, 4662.0, 4632.0, 4673.0, 4641.0, 4670.0, 4652.0, 4672.0, 4653.0, 4681.0, 4651.0, 4669.0, 4639.0, 4660.0, 4638.0, 4657.0, 4643.0, 4649.0, 4628.0, 4618.0, 4638.0, 4629.0, 4639.0, 4631.0, 4663.0, 4618.0, 4650.0, 4619.0, 4651.0, 4629.0, 4661.0, 4630.0, 4668.0, 4628.0, 4657.0, 4628.0, 4647.0, 4629.0, 4658.0, 4654.0, 4651.0, 4639.0, 4619.0, 4642.0, 4630.0, 4651.0, 4631.0, 4663.0, 4620.0, 4659.0, 4629.0, 4660.0, 4628.0, 4659.0, 4629.0, 4658.0, 4626.0, 4645.0, 4626.0, 4646.0, 4629.0, 4660.0, 4638.0, 4637.0, 4627.0, 4618.0], 'WindowWidth': [10296.0, 10265.0, 10210.0, 10233.0, 10197.0, 10234.0, 10193.0, 10233.0, 10170.0, 10220.0, 10166.0, 10217.0, 10182.0, 10204.0, 10171.0, 10202.0, 10143.0, 10182.0, 10149.0, 10182.0, 10161.0, 10201.0, 10154.0, 10187.0, 10162.0, 10200.0, 10163.0, 10201.0, 10160.0, 10203.0, 10148.0, 10201.0, 10174.0, 10183.0, 10162.0, 10200.0, 10157.0, 10202.0, 10152.0, 10210.0, 10188.0, 10207.0, 10186.0, 10205.0, 10184.0, 10219.0, 10200.0, 10220.0, 10214.0, 10219.0, 10197.0, 10208.0, 10184.0, 10210.0, 10197.0, 10205.0, 10192.0, 10204.0, 10166.0, 10200.0, 10181.0, 10210.0, 10186.0, 10206.0, 10186.0, 10203.0, 10185.0, 10210.0, 10168.0, 10212.0, 10160.0, 10208.0, 10163.0, 10195.0, 10151.0, 10194.0, 10168.0, 10177.0, 10180.0, 10202.0, 10151.0, 10195.0, 10178.0, 10195.0, 10166.0, 10212.0, 10153.0, 10207.0, 10179.0, 10212.0, 10186.0, 10217.0, 10181.0, 10218.0, 10162.0, 10203.0, 10161.0, 10206.0, 10160.0, 10206.0, 10174.0, 10203.0, 10153.0, 10184.0, 10155.0, 10185.0, 10153.0, 10194.0, 10144.0, 10195.0, 10185.0, 10203.0, 10163.0, 10196.0, 10153.0, 10181.0, 10139.0, 10176.0, 10136.0, 10166.0, 10141.0, 10163.0, 10129.0, 10161.0, 10120.0, 10163.0, 10139.0, 10159.0, 10138.0, 10158.0, 10139.0, 10177.0, 10142.0, 10171.0, 10140.0, 10168.0, 10154.0, 10157.0, 10162.0, 10166.0, 10134.0, 10149.0, 10161.0, 10160.0, 10209.0, 10170.0, 10184.0, 10153.0, 10172.0, 10151.0, 10179.0, 10162.0, 10183.0, 10174.0, 10165.0, 10156.0, 10201.0, 10178.0, 10180.0, 10172.0, 10158.0, 10161.0, 10159.0, 10156.0, 10175.0, 10156.0, 10175.0, 10160.0, 10158.0, 10163.0, 10169.0, 10176.0, 10212.0, 10176.0, 10200.0, 10170.0, 10183.0, 10159.0, 10182.0, 10154.0, 10160.0, 10155.0, 10171.0, 10152.0, 10173.0, 10151.0, 10180.0, 10154.0, 10182.0, 10144.0, 10184.0, 10138.0, 10183.0, 10140.0, 10180.0, 10148.0, 10172.0, 10137.0, 10166.0, 10108.0, 10151.0, 10128.0, 10148.0, 10178.0, 10134.0, 10173.0, 10153.0, 10168.0, 10132.0, 10171.0, 10139.0, 10177.0, 10142.0, 10177.0, 10164.0, 10179.0, 10145.0, 10187.0, 10164.0, 10189.0, 10150.0, 10188.0, 10129.0, 10170.0, 10129.0, 10172.0, 10129.0, 10170.0, 10148.0, 10176.0, 10134.0, 10170.0, 10147.0, 10174.0, 10151.0, 10187.0, 10148.0, 10195.0, 10148.0, 10189.0, 10149.0, 10189.0, 10174.0, 10171.0, 10185.0, 10159.0, 10181.0, 10160.0, 10200.0, 10175.0, 10198.0, 10175.0, 10181.0, 10174.0, 10184.0, 10164.0, 10210.0, 10183.0, 10202.0, 10186.0, 10213.0, 10194.0, 10223.0, 10197.0, 10226.0, 10198.0, 10203.0, 10179.0, 10203.0, 10162.0, 10185.0, 10165.0, 10192.0, 10160.0, 10195.0, 10150.0, 10196.0, 10166.0, 10192.0, 10168.0, 10193.0, 10168.0, 10197.0, 10171.0, 10208.0, 10161.0, 10210.0, 10174.0, 10212.0, 10171.0, 10214.0, 10167.0, 10211.0, 10166.0, 10208.0, 10186.0, 10208.0, 10166.0, 10210.0, 10169.0, 10211.0, 10188.0, 10217.0, 10187.0, 10210.0, 10193.0, 10214.0, 10193.0, 10215.0, 10206.0, 10267.0, 10233.0, 10242.0, 10218.0, 10225.0, 10185.0, 10196.0, 10194.0, 10194.0, 10193.0, 10188.0, 10209.0, 10173.0, 10185.0, 10157.0, 10182.0, 10152.0, 10179.0, 10174.0, 10209.0, 10167.0, 10194.0, 10166.0, 10193.0, 10167.0, 10165.0, 10172.0, 10134.0, 10147.0, 10134.0, 10149.0, 10133.0, 10160.0, 10120.0, 10174.0, 10125.0, 10173.0, 10152.0, 10177.0, 10174.0, 10179.0, 10156.0, 10163.0, 10156.0, 10149.0, 10150.0, 10154.0, 10153.0, 10138.0, 10186.0, 10137.0, 10178.0, 10143.0, 10181.0, 10158.0, 10187.0, 10178.0, 10172.0, 10160.0, 10160.0, 10173.0, 10151.0, 10180.0, 10160.0, 10190.0, 10147.0, 10180.0, 10144.0, 10182.0, 10182.0, 10221.0, 10188.0, 10176.0, 10188.0, 10172.0, 10226.0, 10182.0, 10210.0, 10195.0, 10148.0, 10173.0, 10148.0, 10190.0, 10148.0, 10210.0, 10143.0, 10184.0, 10144.0, 10184.0, 10153.0, 10183.0, 10164.0, 10185.0, 10163.0, 10201.0, 10172.0, 10218.0, 10204.0, 10209.0, 10189.0, 10208.0, 10186.0, 10211.0, 10185.0, 10192.0, 10182.0, 10189.0, 10164.0, 10189.0, 10177.0, 10175.0, 10177.0, 10148.0, 10178.0, 10155.0, 10195.0, 10167.0, 10218.0, 10154.0, 10192.0, 10151.0, 10199.0, 10155.0, 10223.0, 10177.0, 10205.0, 10165.0, 10206.0, 10181.0, 10202.0, 10197.0, 10205.0, 10180.0, 10204.0, 10185.0, 10207.0, 10177.0, 10189.0, 10180.0, 10174.0, 10174.0, 10193.0, 10176.0, 10187.0, 10177.0, 10147.0, 10173.0, 10160.0, 10176.0, 10144.0, 10197.0, 10137.0, 10185.0, 10149.0, 10203.0, 10168.0, 10204.0, 10181.0, 10207.0, 10184.0, 10197.0, 10184.0, 10204.0, 10192.0, 10205.0, 10176.0, 10184.0, 10173.0, 10195.0, 10171.0, 10168.0, 10156.0, 10141.0, 10159.0, 10141.0, 10181.0, 10145.0, 10188.0, 10146.0, 10183.0, 10148.0, 10189.0, 10162.0, 10201.0, 10160.0, 10182.0, 10164.0, 10179.0, 10160.0, 10197.0, 10157.0, 10196.0, 10160.0, 10184.0, 10173.0, 10188.0, 10174.0, 10173.0, 10163.0, 10153.0, 10159.0, 10153.0, 10187.0, 10145.0, 10173.0, 10137.0, 10164.0, 10139.0, 10180.0, 10125.0, 10177.0, 10141.0, 10177.0, 10146.0, 10184.0, 10180.0, 10200.0, 10178.0, 10189.0, 10164.0, 10185.0, 10160.0, 10179.0, 10193.0, 10167.0, 10176.0, 10165.0, 10191.0, 10146.0, 10184.0, 10145.0, 10184.0, 10159.0, 10201.0, 10178.0, 10198.0, 10162.0, 10183.0, 10156.0, 10180.0, 10159.0, 10148.0, 10140.0, 10138.0, 10154.0, 10138.0, 10165.0, 10142.0, 10179.0, 10143.0, 10182.0, 10146.0, 10181.0, 10163.0, 10201.0, 10163.0, 10203.0, 10160.0, 10187.0, 10161.0, 10183.0, 10172.0, 10144.0, 10161.0, 10136.0, 10154.0, 10146.0, 10191.0, 10147.0, 10181.0, 10149.0, 10180.0, 10159.0, 10193.0, 10164.0, 10191.0, 10159.0, 10177.0, 10158.0, 10162.0, 10155.0, 10155.0, 10152.0, 10139.0, 10150.0, 10138.0, 10168.0, 10132.0, 10185.0, 10159.0, 10187.0, 10162.0, 10182.0, 10161.0, 10201.0, 10183.0, 10197.0, 10164.0, 10183.0, 10157.0, 10182.0, 10143.0, 10165.0, 10156.0, 10138.0, 10141.0, 10143.0, 10159.0, 10170.0, 10198.0, 10173.0, 10208.0, 10170.0, 10180.0, 10149.0, 10166.0, 10195.0, 10174.0, 10162.0, 10209.0, 10157.0, 10186.0, 10157.0, 10201.0, 10185.0, 10197.0, 10142.0, 10175.0, 10134.0, 10164.0, 10151.0, 10169.0, 10160.0, 10171.0, 10153.0, 10132.0, 10122.0, 10100.0, 10104.0, 10085.0, 10095.0, 10082.0, 10111.0, 10090.0, 10118.0, 10086.0, 10112.0, 10086.0, 10111.0, 10087.0, 10115.0, 10109.0, 10129.0, 10123.0, 10122.0, 10105.0, 10097.0, 10114.0, 10097.0, 10124.0, 10111.0, 10143.0, 10113.0, 10139.0, 10094.0, 10138.0, 10116.0, 10159.0, 10140.0, 10157.0, 10132.0, 10129.0, 10134.0, 10115.0, 10146.0, 10123.0, 10181.0, 10142.0, 10180.0, 10153.0, 10176.0, 10137.0, 10151.0, 10139.0, 10136.0, 10136.0, 10122.0, 10147.0, 10119.0, 10181.0, 10165.0, 10186.0, 10162.0, 10164.0, 10190.0, 10168.0, 10186.0, 10168.0, 10149.0, 10193.0, 10147.0, 10185.0, 10146.0, 10183.0, 10155.0, 10194.0, 10162.0, 10194.0, 10164.0, 10198.0, 10147.0, 10181.0, 10167.0, 10173.0, 10169.0, 10180.0, 10170.0, 10166.0, 10196.0, 10175.0, 10198.0, 10184.0, 10208.0, 10152.0, 10209.0, 10162.0, 10189.0, 10159.0, 10187.0, 10159.0, 10173.0, 10156.0, 10169.0, 10146.0, 10161.0, 10161.0, 10158.0, 10161.0, 10168.0, 10162.0, 10178.0, 10167.0, 10185.0, 10169.0, 10184.0, 10198.0, 10185.0, 10210.0, 10188.0, 10210.0, 10188.0, 10225.0, 10169.0, 10222.0, 10184.0, 10208.0, 10191.0, 10195.0, 10181.0, 10184.0, 10192.0, 10170.0, 10199.0, 10188.0, 10217.0, 10174.0, 10231.0, 10185.0, 10225.0, 10202.0, 10229.0, 10204.0, 10240.0, 10198.0, 10220.0, 10180.0, 10208.0, 10179.0, 10201.0, 10181.0, 10191.0, 10162.0, 10149.0, 10177.0, 10165.0, 10180.0, 10168.0, 10217.0, 10151.0, 10195.0, 10153.0, 10195.0, 10167.0, 10209.0, 10167.0, 10217.0, 10162.0, 10199.0, 10162.0, 10187.0, 10166.0, 10203.0, 10210.0, 10198.0, 10178.0, 10151.0, 10184.0, 10167.0, 10197.0, 10170.0, 10216.0, 10153.0, 10205.0, 10163.0, 10207.0, 10161.0, 10203.0, 10163.0, 10202.0, 10155.0, 10180.0, 10155.0, 10182.0, 10163.0, 10203.0, 10177.0, 10172.0, 10160.0, 10147.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.000494311377245509</td></tr>
<tr><td colspan=3>aqi</td><td>0.027602087664670656</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.823232266534774</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.253611230311749</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9878750117026368</td></tr>
<tr><td colspan=3>efc</td><td>0.4873</td></tr>
<tr><td colspan=3>fber</td><td>6724.9741</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08641411612835803</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.712574850299401</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3149934041023577</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.250456400890393</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5480940301577952</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1464297812588855</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101912</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01660272479057312</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041604381054639816</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</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.233578280604432</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>17.358</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4823</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.1659</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296372.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1026.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.739</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1658</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.8521</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3870.2968</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1533.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.8678</td></tr>
<tr><td colspan=3>tsnr</td><td>40.17740991082974</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>