ds005256-mriqc/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter cbe89dcd1c [DATALAD RUNCMD] Compute MRIQC for sub-0127
=== 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-0127 --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-0127",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:19: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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-02/func/sub-0127_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>9797adcb6408ad0ee86949882f14d126</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>18:09:10.362500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997, 0.0538416, -0.0556111, -0.0550428, 0.998278, -0.0202977]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0866596</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>[4202, -7760, -7237, 319, -193, 87, -6, 176]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.763</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5cd40d98-cd22-474f-9175-697875f7146c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.674877405166626, -0.14767584204673767, -0.14694060385227203, 124.10118865966797], [-0.14445315301418304, 2.6783061027526855, -0.06290390342473984, -97.88150787353516], [-0.14920048415660858, 0.05445710942149162, 2.6952645778656006, -79.38809967041016], [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': ['180910.362500', '180910.822500', '180911.282500', '180911.742500', '180912.202500', '180912.662500', '180913.122500', '180913.582500', '180914.042500', '180914.502500', '180914.962500', '180915.422500', '180915.882500', '180916.342500', '180916.802500', '180917.262500', '180917.722500', '180918.182500', '180918.642500', '180919.102500', '180919.562500', '180920.022500', '180920.482500', '180920.942500', '180921.402500', '180921.862500', '180922.322500', '180922.782500', '180923.242500', '180923.702500', '180924.162500', '180924.622500', '180925.082500', '180925.542500', '180926.002500', '180926.462500', '180926.922500', '180927.382500', '180927.842500', '180928.302500', '180928.762500', '180929.222500', '180929.682500', '180930.142500', '180930.602500', '180931.062500', '180931.522500', '180931.982500', '180932.442500', '180932.902500', '180933.362500', '180933.822500', '180934.282500', '180934.742500', '180935.202500', '180935.662500', '180936.122500', '180936.582500', '180937.042500', '180937.502500', '180937.962500', '180938.422500', '180938.882500', '180939.342500', '180939.802500', '180940.262500', '180940.722500', '180941.182500', '180941.642500', '180942.102500', '180942.562500', '180943.022500', '180943.482500', '180943.942500', '180944.402500', '180944.862500', '180945.322500', '180945.782500', '180946.242500', '180946.702500', '180947.162500', '180947.622500', '180948.082500', '180948.542500', '180949.002500', '180949.462500', '180949.922500', '180950.382500', '180950.842500', '180951.302500', '180951.762500', '180952.222500', '180952.682500', '180953.142500', '180953.602500', '180954.062500', '180954.522500', '180954.982500', '180955.442500', '180955.902500', '180956.362500', '180956.822500', '180957.282500', '180957.742500', '180958.202500', '180958.662500', '180959.122500', '180959.582500', '181000.042500', '181000.502500', '181000.962500', '181001.422500', '181001.882500', '181002.342500', '181002.802500', '181003.262500', '181003.722500', '181004.182500', '181004.642500', '181005.102500', '181005.562500', '181006.022500', '181006.482500', '181006.942500', '181007.402500', '181007.862500', '181008.322500', '181008.782500', '181009.242500', '181009.702500', '181010.162500', '181010.622500', '181011.082500', '181011.542500', '181012.002500', '181012.462500', '181012.922500', '181013.382500', '181013.842500', '181014.302500', '181014.762500', '181015.222500', '181015.682500', '181016.142500', '181016.602500', '181017.062500', '181017.522500', '181017.982500', '181018.442500', '181018.902500', '181019.362500', '181019.822500', '181020.282500', '181020.742500', '181021.202500', '181021.662500', '181022.122500', '181022.582500', '181023.042500', '181023.502500', '181023.962500', '181024.422500', '181024.882500', '181025.342500', '181025.802500', '181026.262500', '181026.722500', '181027.182500', '181027.642500', '181028.102500', '181028.562500', '181029.022500', '181029.482500', '181029.942500', '181030.402500', '181030.862500', '181031.322500', '181031.782500', '181032.242500', '181032.702500', '181033.162500', '181033.622500', '181034.082500', '181034.542500', '181035.002500', '181035.462500', '181035.922500', '181036.382500', '181036.842500', '181037.302500', '181037.762500', '181038.222500', '181038.682500', '181039.142500', '181039.602500', '181040.062500', '181040.522500', '181040.982500', '181041.442500', '181041.902500', '181042.362500', '181042.822500', '181043.282500', '181043.742500', '181044.202500', '181044.662500', '181045.122500', '181045.582500', '181046.042500', '181046.502500', '181046.962500', '181047.422500', '181047.882500', '181048.342500', '181048.802500', '181049.262500', '181049.722500', '181050.182500', '181050.642500', '181051.102500', '181051.562500', '181052.022500', '181052.482500', '181052.942500', '181053.402500', '181053.862500', '181054.322500', '181054.782500', '181055.242500', '181055.702500', '181056.162500', '181056.622500', '181057.082500', '181057.542500', '181058.002500', '181058.462500', '181058.922500', '181059.382500', '181059.842500', '181100.302500', '181100.762500', '181101.222500', '181101.682500', '181102.142500', '181102.602500', '181103.062500', '181103.522500', '181103.982500', '181104.442500', '181104.902500', '181105.362500', '181105.822500', '181106.282500', '181106.742500', '181107.202500', '181107.662500', '181108.122500', '181108.582500', '181109.042500', '181109.502500', '181109.962500', '181110.422500', '181110.882500', '181111.342500', '181111.802500', '181112.262500', '181112.722500', '181113.182500', '181113.642500', '181114.102500', '181114.562500', '181115.022500', '181115.482500', '181115.942500', '181116.402500', '181116.862500', '181117.322500', '181117.782500', '181118.242500', '181118.702500', '181119.162500', '181119.622500', '181120.082500', '181120.542500', '181121.002500', '181121.462500', '181121.922500', '181122.382500', '181122.842500', '181123.302500', '181123.762500', '181124.222500', '181124.682500', '181125.142500', '181125.602500', '181126.062500', '181126.522500', '181126.982500', '181127.442500', '181127.902500', '181128.362500', '181128.822500', '181129.282500', '181129.742500', '181130.202500', '181130.662500', '181131.122500', '181131.582500', '181132.042500', '181132.502500', '181132.962500', '181133.422500', '181133.882500', '181134.342500', '181134.802500', '181135.262500', '181135.722500', '181136.182500', '181136.642500', '181137.102500', '181137.562500', '181138.022500', '181138.482500', '181138.942500', '181139.402500', '181139.862500', '181140.322500', '181140.782500', '181141.242500', '181141.702500', '181142.162500', '181142.622500', '181143.082500', '181143.542500', '181144.002500', '181144.462500', '181144.922500', '181145.382500', '181145.842500', '181146.302500', '181146.762500', '181147.222500', '181147.682500', '181148.142500', '181148.602500', '181149.062500', '181149.522500', '181149.982500', '181150.442500', '181150.902500', '181151.362500', '181151.822500', '181152.282500', '181152.742500', '181153.202500', '181153.662500', '181154.122500', '181154.582500', '181155.042500', '181155.502500', '181155.962500', '181156.422500', '181156.882500', '181157.342500', '181157.802500', '181158.262500', '181158.722500', '181159.182500', '181159.642500', '181200.102500', '181200.562500', '181201.022500', '181201.482500', '181201.942500', '181202.402500', '181202.862500', '181203.322500', '181203.782500', '181204.242500', '181204.702500', '181205.162500', '181205.622500', '181206.082500', '181206.542500', '181207.002500', '181207.462500', '181207.922500', '181208.382500', '181208.842500', '181209.302500', '181209.762500', '181210.222500', '181210.682500', '181211.142500', '181211.602500', '181212.062500', '181212.522500', '181212.982500', '181213.442500', '181213.902500', '181214.362500', '181214.822500', '181215.282500', '181215.742500', '181216.202500', '181216.662500', '181217.122500', '181217.582500', '181218.042500', '181218.502500', '181218.962500', '181219.422500', '181219.882500', '181220.342500', '181220.802500', '181221.262500', '181221.722500', '181222.182500', '181222.642500', '181223.102500', '181223.562500', '181224.022500', '181224.482500', '181224.942500', '181225.402500', '181225.862500', '181226.322500', '181226.782500', '181227.242500', '181227.702500', '181228.162500', '181228.622500', '181229.082500', '181229.542500', '181230.002500', '181230.462500', '181230.922500', '181231.382500', '181231.842500', '181232.302500', '181232.762500', '181233.222500', '181233.682500', '181234.142500', '181234.602500', '181235.062500', '181235.522500', '181235.982500', '181236.442500', '181236.902500', '181237.362500', '181237.822500', '181238.282500', '181238.742500', '181239.202500', '181239.662500', '181240.122500', '181240.582500', '181241.042500', '181241.502500', '181241.962500', '181242.422500', '181242.882500', '181243.342500', '181243.802500', '181244.262500', '181244.722500', '181245.182500', '181245.642500', '181246.102500', '181246.562500', '181247.022500', '181247.482500', '181247.942500', '181248.402500', '181248.862500', '181249.322500', '181249.782500', '181250.242500', '181250.702500', '181251.162500', '181251.622500', '181252.082500', '181252.542500', '181253.002500', '181253.462500', '181253.922500', '181254.382500', '181254.842500', '181255.302500', '181255.762500', '181256.222500', '181256.682500', '181257.142500', '181257.602500', '181258.062500', '181258.522500', '181258.982500', '181259.442500', '181259.902500', '181300.362500', '181300.822500', '181301.282500', '181301.742500', '181302.202500', '181302.662500', '181303.122500', '181303.582500', '181304.042500', '181304.502500', '181304.962500', '181305.422500', '181305.882500', '181306.342500', '181306.802500', '181307.262500', '181307.722500', '181308.182500', '181308.642500', '181309.102500', '181309.562500', '181310.022500', '181310.482500', '181310.942500', '181311.402500', '181311.862500', '181312.322500', '181312.782500', '181313.242500', '181313.702500', '181314.162500', '181314.622500', '181315.082500', '181315.542500', '181316.002500', '181316.462500', '181316.922500', '181317.382500', '181317.842500', '181318.302500', '181318.762500', '181319.222500', '181319.682500', '181320.142500', '181320.602500', '181321.062500', '181321.522500', '181321.982500', '181322.442500', '181322.902500', '181323.362500', '181323.822500', '181324.282500', '181324.742500', '181325.202500', '181325.662500', '181326.122500', '181326.582500', '181327.042500', '181327.502500', '181327.962500', '181328.422500', '181328.882500', '181329.342500', '181329.802500', '181330.262500', '181330.722500', '181331.182500', '181331.642500', '181332.102500', '181332.562500', '181333.022500', '181333.482500', '181333.942500', '181334.402500', '181334.862500', '181335.322500', '181335.782500', '181336.242500', '181336.702500', '181337.162500', '181337.622500', '181338.082500', '181338.542500', '181339.002500', '181339.462500', '181339.922500', '181340.382500', '181340.842500', '181341.302500', '181341.762500', '181342.222500', '181342.682500', '181343.142500', '181343.602500', '181344.062500', '181344.522500', '181344.982500', '181345.442500', '181345.902500', '181346.362500', '181346.822500', '181347.282500', '181347.742500', '181348.202500', '181348.662500', '181349.122500', '181349.582500', '181350.042500', '181350.502500', '181350.962500', '181351.422500', '181351.882500', '181352.342500', '181352.802500', '181353.262500', '181353.722500', '181354.182500', '181354.642500', '181355.102500', '181355.562500', '181356.022500', '181356.482500', '181356.942500', '181357.402500', '181357.862500', '181358.322500', '181358.782500', '181359.242500', '181359.702500', '181400.162500', '181400.622500', '181401.082500', '181401.542500', '181402.002500', '181402.462500', '181402.922500', '181403.382500', '181403.842500', '181404.302500', '181404.762500', '181405.222500', '181405.682500', '181406.142500', '181406.602500', '181407.062500', '181407.522500', '181407.982500', '181408.442500', '181408.902500', '181409.362500', '181409.822500', '181410.282500', '181410.742500', '181411.202500', '181411.662500', '181412.122500', '181412.582500', '181413.042500', '181413.502500', '181413.962500', '181414.422500', '181414.882500', '181415.342500', '181415.802500', '181416.262500', '181416.722500', '181417.182500', '181417.642500', '181418.102500', '181418.562500', '181419.022500', '181419.482500', '181419.942500', '181420.402500', '181420.862500', '181421.322500', '181421.782500', '181422.242500', '181422.702500', '181423.162500', '181423.622500', '181424.082500', '181424.542500', '181425.002500', '181425.462500', '181425.922500', '181426.382500', '181426.842500', '181427.302500', '181427.762500', '181428.222500', '181428.682500', '181429.142500', '181429.602500', '181430.062500', '181430.522500', '181430.982500', '181431.442500', '181431.902500', '181432.362500', '181432.822500', '181433.282500', '181433.742500', '181434.202500', '181434.662500', '181435.122500', '181435.582500', '181436.042500', '181436.502500', '181436.962500', '181437.422500', '181437.882500', '181438.342500', '181438.802500', '181439.262500', '181439.722500', '181440.182500', '181440.642500', '181441.102500', '181441.562500', '181442.022500', '181442.482500', '181442.942500', '181443.402500', '181443.862500', '181444.322500', '181444.782500', '181445.242500', '181445.702500', '181446.162500', '181446.622500', '181447.082500', '181447.542500', '181448.002500', '181448.462500', '181448.922500', '181449.382500', '181449.842500', '181450.302500', '181450.762500', '181451.222500', '181451.682500', '181452.142500', '181452.602500', '181453.062500', '181453.522500', '181453.982500', '181454.442500', '181454.902500', '181455.362500', '181455.822500', '181456.282500', '181456.742500', '181457.202500', '181457.662500', '181458.122500', '181458.582500', '181459.042500', '181459.502500', '181459.962500', '181500.422500', '181500.882500', '181501.342500', '181501.802500', '181502.262500', '181502.722500', '181503.182500', '181503.642500', '181504.102500', '181504.562500', '181505.022500', '181505.482500', '181505.942500', '181506.402500', '181506.862500', '181507.322500', '181507.782500', '181508.242500', '181508.702500', '181509.162500', '181509.622500', '181510.082500', '181510.542500', '181511.002500', '181511.462500', '181511.922500', '181512.382500', '181512.842500', '181513.302500', '181513.762500', '181514.222500', '181514.682500', '181515.142500', '181515.602500', '181516.062500', '181516.522500', '181516.982500', '181517.442500', '181517.902500', '181518.362500', '181518.822500', '181519.282500', '181519.742500', '181520.202500', '181520.662500', '181521.122500', '181521.582500', '181522.042500', '181522.502500', '181522.962500', '181523.422500', '181523.882500', '181524.342500', '181524.802500', '181525.262500', '181525.722500', '181526.182500', '181526.642500', '181527.102500', '181527.562500', '181528.022500', '181528.482500', '181528.942500', '181529.402500', '181529.862500', '181530.322500', '181530.782500', '181531.242500', '181531.702500', '181532.162500', '181532.622500', '181533.082500', '181533.542500', '181534.002500', '181534.462500', '181534.922500', '181535.382500', '181535.842500'], 'ContentTime': ['180930.106000', '180930.109000', '180930.112000', '180930.119000', '180930.121000', '180930.124000', '180930.126000', '180930.129000', '180930.132000', '180930.134000', '180930.137000', '180930.139000', '180930.142000', '180930.145000', '180930.147000', '180930.150000', '180930.153000', '180930.155000', '180930.158000', '180930.160000', '180930.163000', '180930.165000', '180930.168000', '180930.172000', '180930.174000', '180930.177000', '180930.179000', '180930.182000', '180930.185000', '180930.187000', '180930.190000', '180930.192000', '180930.195000', '180930.198000', '180930.200000', '180930.203000', '180930.218000', '180930.221000', '180930.223000', '180930.226000', '180950.045000', '180950.047000', '180950.050000', '180950.053000', '180950.055000', '180950.058000', '180950.060000', '180950.063000', '180950.066000', '180950.068000', '180950.071000', '180950.073000', '180950.076000', '180950.079000', '180950.081000', '180950.084000', '180950.086000', '180950.089000', '180950.092000', '180950.094000', '180950.097000', '180950.099000', '180950.102000', '180950.105000', '180950.107000', '180950.110000', '180950.112000', '180950.115000', '180950.118000', '180950.120000', '180950.123000', '180950.126000', '180950.128000', '180950.131000', '180950.133000', '180950.136000', '180950.139000', '180950.141000', '180950.144000', '180950.146000', '180950.149000', '180950.151000', '180950.154000', '181010.044000', '181010.048000', '181010.050000', '181010.053000', '181010.055000', '181010.058000', '181010.061000', '181010.063000', '181010.066000', '181010.068000', '181010.071000', '181010.073000', '181010.076000', '181010.079000', '181010.081000', '181010.084000', '181010.087000', '181010.089000', '181010.092000', '181010.094000', '181010.097000', '181010.100000', '181010.102000', '181010.105000', '181010.107000', '181010.110000', '181010.113000', '181010.115000', '181010.118000', '181010.136000', '181010.139000', '181010.142000', '181010.144000', '181010.147000', '181010.149000', '181010.152000', '181010.155000', '181010.157000', '181010.160000', '181010.162000', '181010.165000', '181010.168000', '181010.170000', '181010.173000', '181030.044000', '181030.047000', '181030.050000', '181030.053000', '181030.055000', '181030.058000', '181030.060000', '181030.063000', '181030.066000', '181030.068000', '181030.071000', '181030.073000', '181030.076000', '181030.079000', '181030.081000', '181030.084000', '181030.087000', '181030.090000', '181030.092000', '181030.095000', '181030.097000', '181030.100000', '181030.103000', '181030.105000', '181030.108000', '181030.111000', '181030.113000', '181030.116000', '181030.119000', '181030.121000', '181030.124000', '181030.126000', '181030.129000', '181030.132000', '181030.134000', '181030.137000', '181030.139000', '181030.142000', '181030.145000', '181030.147000', '181030.150000', '181030.152000', '181030.155000', '181050.044000', '181050.047000', '181050.050000', '181050.052000', '181050.055000', '181050.058000', '181050.060000', '181050.063000', '181050.066000', '181050.068000', '181050.071000', '181050.074000', '181050.076000', '181050.079000', '181050.082000', '181050.084000', '181050.087000', '181050.090000', '181050.092000', '181050.095000', '181050.098000', '181050.100000', '181050.103000', '181050.105000', '181050.108000', '181050.111000', '181050.113000', '181050.116000', '181050.119000', '181050.121000', '181050.124000', '181050.126000', '181050.129000', '181050.132000', '181050.134000', '181050.137000', '181050.139000', '181050.142000', '181050.145000', '181050.147000', '181050.150000', '181050.152000', '181050.155000', '181050.158000', '181110.043000', '181110.046000', '181110.049000', '181110.060000', '181110.063000', '181110.065000', '181110.068000', '181110.071000', '181110.073000', '181110.076000', '181110.079000', '181110.081000', '181110.084000', '181110.087000', '181110.089000', '181110.092000', '181110.094000', '181110.097000', '181110.100000', '181110.102000', '181110.105000', '181110.108000', '181110.110000', '181110.113000', '181110.116000', '181110.118000', '181110.121000', '181110.124000', '181110.126000', '181110.129000', '181110.132000', '181110.134000', '181110.137000', '181110.139000', '181110.142000', '181110.145000', '181110.147000', '181110.150000', '181110.175000', '181110.178000', '181110.181000', '181110.183000', '181110.186000', '181130.044000', '181130.046000', '181130.049000', '181130.052000', '181130.054000', '181130.057000', '181130.059000', '181130.062000', '181130.065000', '181130.067000', '181130.070000', '181130.073000', '181130.075000', '181130.078000', '181130.081000', '181130.083000', '181130.086000', '181130.089000', '181130.091000', '181130.094000', '181130.097000', '181130.099000', '181130.102000', '181130.105000', '181130.107000', '181130.110000', '181130.112000', '181130.115000', '181130.118000', '181130.120000', '181130.123000', '181130.126000', '181130.128000', '181130.131000', '181130.133000', '181130.136000', '181130.139000', '181130.141000', '181130.144000', '181130.147000', '181130.149000', '181130.152000', '181130.154000', '181130.157000', '181150.045000', '181150.048000', '181150.050000', '181150.053000', '181150.055000', '181150.058000', '181150.061000', '181150.063000', '181150.066000', '181150.069000', '181150.071000', '181150.074000', '181150.077000', '181150.079000', '181150.082000', '181150.084000', '181150.087000', '181150.090000', '181150.092000', '181150.095000', '181150.097000', '181150.100000', '181150.103000', '181150.105000', '181150.117000', '181150.120000', '181150.123000', '181150.125000', '181150.128000', '181150.131000', '181150.133000', '181150.136000', '181150.139000', '181150.141000', '181150.144000', '181150.146000', '181150.149000', '181150.152000', '181150.154000', '181150.157000', '181150.160000', '181150.162000', '181150.165000', '181210.044000', '181210.047000', '181210.050000', '181210.052000', '181210.055000', '181210.058000', '181210.060000', '181210.063000', '181210.066000', '181210.069000', '181210.072000', '181210.075000', '181210.078000', '181210.080000', '181210.085000', '181210.087000', '181210.090000', '181210.092000', '181210.095000', '181210.098000', '181210.100000', '181210.103000', '181210.106000', '181210.108000', '181210.111000', '181210.113000', '181210.116000', '181210.119000', '181210.121000', '181210.124000', '181210.127000', '181210.129000', '181210.132000', '181210.135000', '181210.137000', '181210.140000', '181210.143000', '181210.145000', '181210.148000', '181210.151000', '181210.153000', '181210.156000', '181210.158000', '181230.044000', '181230.048000', '181230.050000', '181230.053000', '181230.055000', '181230.058000', '181230.061000', '181230.063000', '181230.066000', '181230.069000', '181230.071000', '181230.074000', '181230.076000', '181230.079000', '181230.082000', '181230.084000', '181230.087000', '181230.090000', '181230.092000', '181230.095000', '181230.097000', '181230.100000', '181230.103000', '181230.105000', '181230.108000', '181230.111000', '181230.113000', '181230.116000', '181230.119000', '181230.121000', '181230.124000', '181230.126000', '181230.129000', '181230.132000', '181230.134000', '181230.137000', '181230.139000', '181230.142000', '181230.145000', '181230.147000', '181230.150000', '181230.153000', '181230.155000', '181230.158000', '181250.044000', '181250.047000', '181250.050000', '181250.053000', '181250.056000', '181250.058000', '181250.061000', '181250.064000', '181250.066000', '181250.069000', '181250.072000', '181250.074000', '181250.077000', '181250.080000', '181250.082000', '181250.085000', '181250.088000', '181250.090000', '181250.093000', '181250.095000', '181250.098000', '181250.101000', '181250.103000', '181250.106000', '181250.108000', '181250.111000', '181250.114000', '181250.116000', '181250.119000', '181250.122000', '181250.124000', '181250.127000', '181250.129000', '181250.132000', '181250.135000', '181250.137000', '181250.140000', '181250.142000', '181250.145000', '181250.148000', '181250.150000', '181250.153000', '181250.155000', '181310.044000', '181310.047000', '181310.050000', '181310.052000', '181310.055000', '181310.058000', '181310.060000', '181310.063000', '181310.066000', '181310.068000', '181310.071000', '181310.073000', '181310.076000', '181310.079000', '181310.081000', '181310.084000', '181310.087000', '181310.089000', '181310.092000', '181310.094000', '181310.097000', '181310.100000', '181310.103000', '181310.105000', '181310.108000', '181310.111000', '181310.113000', '181310.116000', '181310.118000', '181310.121000', '181310.124000', '181310.126000', '181310.129000', '181310.132000', '181310.134000', '181310.137000', '181310.139000', '181310.142000', '181310.145000', '181310.147000', '181310.150000', '181310.153000', '181310.155000', '181310.158000', '181330.044000', '181330.047000', '181330.050000', '181330.052000', '181330.055000', '181330.057000', '181330.074000', '181330.077000', '181330.080000', '181330.082000', '181330.085000', '181330.087000', '181330.090000', '181330.093000', '181330.095000', '181330.098000', '181330.101000', '181330.104000', '181330.106000', '181330.110000', '181330.114000', '181330.117000', '181330.119000', '181330.122000', '181330.125000', '181330.127000', '181330.130000', '181330.133000', '181330.135000', '181330.138000', '181330.141000', '181330.143000', '181330.146000', '181330.148000', '181330.151000', '181330.154000', '181330.157000', '181330.159000', '181330.162000', '181330.165000', '181330.167000', '181330.170000', '181330.172000', '181350.043000', '181350.046000', '181350.049000', '181350.052000', '181350.054000', '181350.057000', '181350.060000', '181350.063000', '181350.065000', '181350.068000', '181350.070000', '181350.073000', '181350.076000', '181350.079000', '181350.081000', '181350.084000', '181350.087000', '181350.089000', '181350.092000', '181350.095000', '181350.097000', '181350.100000', '181350.103000', '181350.105000', '181350.108000', '181350.110000', '181350.113000', '181350.116000', '181350.119000', '181350.121000', '181350.124000', '181350.127000', '181350.129000', '181350.132000', '181350.134000', '181350.137000', '181350.140000', '181350.142000', '181350.145000', '181350.148000', '181350.150000', '181350.153000', '181350.155000', '181350.158000', '181410.044000', '181410.048000', '181410.050000', '181410.053000', '181410.056000', '181410.058000', '181410.061000', '181410.063000', '181410.066000', '181410.069000', '181410.071000', '181410.074000', '181410.076000', '181410.084000', '181410.087000', '181410.089000', '181410.092000', '181410.095000', '181410.097000', '181410.100000', '181410.103000', '181410.105000', '181410.108000', '181410.110000', '181410.113000', '181410.116000', '181410.118000', '181410.121000', '181410.124000', '181410.127000', '181410.129000', '181410.132000', '181410.135000', '181410.137000', '181410.140000', '181410.143000', '181410.145000', '181410.148000', '181410.150000', '181410.153000', '181410.156000', '181410.158000', '181410.161000', '181430.045000', '181430.047000', '181430.051000', '181430.054000', '181430.056000', '181430.059000', '181430.062000', '181430.065000', '181430.067000', '181430.070000', '181430.073000', '181430.076000', '181430.078000', '181430.081000', '181430.083000', '181430.086000', '181430.089000', '181430.091000', '181430.094000', '181430.097000', '181430.099000', '181430.102000', '181430.105000', '181430.107000', '181430.110000', '181430.112000', '181430.115000', '181430.118000', '181430.120000', '181430.123000', '181430.126000', '181430.128000', '181430.131000', '181430.133000', '181430.136000', '181430.139000', '181430.141000', '181430.144000', '181430.147000', '181430.149000', '181430.152000', '181430.154000', '181430.157000', '181430.160000', '181450.045000', '181450.047000', '181450.050000', '181450.053000', '181450.055000', '181450.058000', '181450.061000', '181450.063000', '181450.066000', '181450.068000', '181450.071000', '181450.073000', '181450.076000', '181450.080000', '181450.083000', '181450.086000', '181450.088000', '181450.107000', '181450.110000', '181450.112000', '181450.115000', '181450.118000', '181450.120000', '181450.123000', '181450.125000', '181450.128000', '181450.131000', '181450.133000', '181450.136000', '181450.138000', '181450.141000', '181450.144000', '181450.146000', '181450.149000', '181450.153000', '181450.155000', '181450.158000', '181450.161000', '181450.164000', '181450.167000', '181450.170000', '181450.172000', '181450.175000', '181510.045000', '181510.047000', '181510.050000', '181510.053000', '181510.055000', '181510.058000', '181510.060000', '181510.063000', '181510.065000', '181510.068000', '181510.071000', '181510.073000', '181510.076000', '181510.078000', '181510.081000', '181510.083000', '181510.086000', '181510.089000', '181510.091000', '181510.094000', '181510.096000', '181510.099000', '181510.101000', '181510.104000', '181510.107000', '181510.109000', '181510.112000', '181510.114000', '181510.117000', '181510.119000', '181510.122000', '181510.125000', '181510.127000', '181510.130000', '181510.133000', '181510.135000', '181510.138000', '181510.140000', '181510.143000', '181510.145000', '181510.148000', '181510.151000', '181510.153000', '181510.156000', '181530.044000', '181530.047000', '181530.050000', '181530.053000', '181530.055000', '181530.058000', '181530.061000', '181530.063000', '181530.066000', '181530.069000', '181530.071000', '181530.074000', '181530.076000', '181530.079000', '181530.082000', '181530.084000', '181530.087000', '181530.090000', '181530.092000', '181530.095000', '181530.097000', '181530.100000', '181530.103000', '181530.105000', '181530.108000', '181530.110000', '181530.113000', '181530.115000', '181530.118000', '181530.121000', '181530.123000', '181530.126000', '181530.129000', '181530.131000', '181530.134000', '181530.136000', '181530.139000', '181530.141000', '181530.144000', '181530.147000', '181530.150000', '181530.152000', '181530.155000', '181537.469000', '181537.472000', '181537.474000', '181537.477000', '181537.479000', '181537.482000', '181537.485000', '181537.487000', '181537.490000', '181537.493000', '181537.495000', '181537.498000', '181537.500000', '181537.503000', '181537.506000', '181537.509000', '181537.512000'], 'InstanceCreationTime': ['180930.106000', '180930.109000', '180930.112000', '180930.119000', '180930.121000', '180930.124000', '180930.126000', '180930.129000', '180930.132000', '180930.134000', '180930.137000', '180930.139000', '180930.142000', '180930.145000', '180930.147000', '180930.150000', '180930.153000', '180930.155000', '180930.158000', '180930.160000', '180930.163000', '180930.165000', '180930.168000', '180930.172000', '180930.174000', '180930.177000', '180930.179000', '180930.182000', '180930.185000', '180930.187000', '180930.190000', '180930.192000', '180930.195000', '180930.198000', '180930.200000', '180930.203000', '180930.218000', '180930.221000', '180930.223000', '180930.226000', '180950.045000', '180950.047000', '180950.050000', '180950.053000', '180950.055000', '180950.058000', '180950.060000', '180950.063000', '180950.066000', '180950.068000', '180950.071000', '180950.073000', '180950.076000', '180950.079000', '180950.081000', '180950.084000', '180950.086000', '180950.089000', '180950.092000', '180950.094000', '180950.097000', '180950.099000', '180950.102000', '180950.105000', '180950.107000', '180950.110000', '180950.112000', '180950.115000', '180950.118000', '180950.120000', '180950.123000', '180950.126000', '180950.128000', '180950.131000', '180950.133000', '180950.136000', '180950.139000', '180950.141000', '180950.144000', '180950.146000', '180950.149000', '180950.151000', '180950.154000', '181010.044000', '181010.048000', '181010.050000', '181010.053000', '181010.055000', '181010.058000', '181010.061000', '181010.063000', '181010.066000', '181010.068000', '181010.071000', '181010.073000', '181010.076000', '181010.079000', '181010.081000', '181010.084000', '181010.087000', '181010.089000', '181010.092000', '181010.094000', '181010.097000', '181010.100000', '181010.102000', '181010.105000', '181010.107000', '181010.110000', '181010.113000', '181010.115000', '181010.118000', '181010.136000', '181010.139000', '181010.142000', '181010.144000', '181010.147000', '181010.149000', '181010.152000', '181010.155000', '181010.157000', '181010.160000', '181010.162000', '181010.165000', '181010.168000', '181010.170000', '181010.173000', '181030.044000', '181030.047000', '181030.050000', '181030.053000', '181030.055000', '181030.058000', '181030.060000', '181030.063000', '181030.066000', '181030.068000', '181030.071000', '181030.073000', '181030.076000', '181030.079000', '181030.081000', '181030.084000', '181030.087000', '181030.090000', '181030.092000', '181030.095000', '181030.097000', '181030.100000', '181030.103000', '181030.105000', '181030.108000', '181030.111000', '181030.113000', '181030.116000', '181030.119000', '181030.121000', '181030.124000', '181030.126000', '181030.129000', '181030.132000', '181030.134000', '181030.137000', '181030.139000', '181030.142000', '181030.145000', '181030.147000', '181030.150000', '181030.152000', '181030.155000', '181050.044000', '181050.047000', '181050.050000', '181050.052000', '181050.055000', '181050.058000', '181050.060000', '181050.063000', '181050.066000', '181050.068000', '181050.071000', '181050.074000', '181050.076000', '181050.079000', '181050.082000', '181050.084000', '181050.087000', '181050.090000', '181050.092000', '181050.095000', '181050.098000', '181050.100000', '181050.103000', '181050.105000', '181050.108000', '181050.111000', '181050.113000', '181050.116000', '181050.119000', '181050.121000', '181050.124000', '181050.126000', '181050.129000', '181050.132000', '181050.134000', '181050.137000', '181050.139000', '181050.142000', '181050.145000', '181050.147000', '181050.150000', '181050.152000', '181050.155000', '181050.158000', '181110.043000', '181110.046000', '181110.049000', '181110.060000', '181110.063000', '181110.065000', '181110.068000', '181110.071000', '181110.073000', '181110.076000', '181110.079000', '181110.081000', '181110.084000', '181110.087000', '181110.089000', '181110.092000', '181110.094000', '181110.097000', '181110.100000', '181110.102000', '181110.105000', '181110.108000', '181110.110000', '181110.113000', '181110.116000', '181110.118000', '181110.121000', '181110.124000', '181110.126000', '181110.129000', '181110.132000', '181110.134000', '181110.137000', '181110.139000', '181110.142000', '181110.145000', '181110.147000', '181110.150000', '181110.175000', '181110.178000', '181110.181000', '181110.183000', '181110.186000', '181130.044000', '181130.046000', '181130.049000', '181130.052000', '181130.054000', '181130.057000', '181130.059000', '181130.062000', '181130.065000', '181130.067000', '181130.070000', '181130.073000', '181130.075000', '181130.078000', '181130.081000', '181130.083000', '181130.086000', '181130.089000', '181130.091000', '181130.094000', '181130.097000', '181130.099000', '181130.102000', '181130.105000', '181130.107000', '181130.110000', '181130.112000', '181130.115000', '181130.118000', '181130.120000', '181130.123000', '181130.126000', '181130.128000', '181130.131000', '181130.133000', '181130.136000', '181130.139000', '181130.141000', '181130.144000', '181130.147000', '181130.149000', '181130.152000', '181130.154000', '181130.157000', '181150.045000', '181150.048000', '181150.050000', '181150.053000', '181150.055000', '181150.058000', '181150.061000', '181150.063000', '181150.066000', '181150.069000', '181150.071000', '181150.074000', '181150.077000', '181150.079000', '181150.082000', '181150.084000', '181150.087000', '181150.090000', '181150.092000', '181150.095000', '181150.097000', '181150.100000', '181150.103000', '181150.105000', '181150.117000', '181150.120000', '181150.123000', '181150.125000', '181150.128000', '181150.131000', '181150.133000', '181150.136000', '181150.139000', '181150.141000', '181150.144000', '181150.146000', '181150.149000', '181150.152000', '181150.154000', '181150.157000', '181150.160000', '181150.162000', '181150.165000', '181210.044000', '181210.047000', '181210.050000', '181210.052000', '181210.055000', '181210.058000', '181210.060000', '181210.063000', '181210.066000', '181210.069000', '181210.072000', '181210.075000', '181210.078000', '181210.080000', '181210.085000', '181210.087000', '181210.090000', '181210.092000', '181210.095000', '181210.098000', '181210.100000', '181210.103000', '181210.106000', '181210.108000', '181210.111000', '181210.113000', '181210.116000', '181210.119000', '181210.121000', '181210.124000', '181210.127000', '181210.129000', '181210.132000', '181210.135000', '181210.137000', '181210.140000', '181210.143000', '181210.145000', '181210.148000', '181210.151000', '181210.153000', '181210.156000', '181210.158000', '181230.044000', '181230.048000', '181230.050000', '181230.053000', '181230.055000', '181230.058000', '181230.061000', '181230.063000', '181230.066000', '181230.069000', '181230.071000', '181230.074000', '181230.076000', '181230.079000', '181230.082000', '181230.084000', '181230.087000', '181230.090000', '181230.092000', '181230.095000', '181230.097000', '181230.100000', '181230.103000', '181230.105000', '181230.108000', '181230.111000', '181230.113000', '181230.116000', '181230.119000', '181230.121000', '181230.124000', '181230.126000', '181230.129000', '181230.132000', '181230.134000', '181230.137000', '181230.139000', '181230.142000', '181230.145000', '181230.147000', '181230.150000', '181230.153000', '181230.155000', '181230.158000', '181250.044000', '181250.047000', '181250.050000', '181250.053000', '181250.056000', '181250.058000', '181250.061000', '181250.064000', '181250.066000', '181250.069000', '181250.072000', '181250.074000', '181250.077000', '181250.080000', '181250.082000', '181250.085000', '181250.088000', '181250.090000', '181250.093000', '181250.095000', '181250.098000', '181250.101000', '181250.103000', '181250.106000', '181250.108000', '181250.111000', '181250.114000', '181250.116000', '181250.119000', '181250.122000', '181250.124000', '181250.127000', '181250.129000', '181250.132000', '181250.135000', '181250.137000', '181250.140000', '181250.142000', '181250.145000', '181250.148000', '181250.150000', '181250.153000', '181250.155000', '181310.044000', '181310.047000', '181310.050000', '181310.052000', '181310.055000', '181310.058000', '181310.060000', '181310.063000', '181310.066000', '181310.068000', '181310.071000', '181310.073000', '181310.076000', '181310.079000', '181310.081000', '181310.084000', '181310.087000', '181310.089000', '181310.092000', '181310.094000', '181310.097000', '181310.100000', '181310.103000', '181310.105000', '181310.108000', '181310.111000', '181310.113000', '181310.116000', '181310.118000', '181310.121000', '181310.124000', '181310.126000', '181310.129000', '181310.132000', '181310.134000', '181310.137000', '181310.139000', '181310.142000', '181310.145000', '181310.147000', '181310.150000', '181310.153000', '181310.155000', '181310.158000', '181330.044000', '181330.047000', '181330.050000', '181330.052000', '181330.055000', '181330.057000', '181330.074000', '181330.077000', '181330.080000', '181330.082000', '181330.085000', '181330.087000', '181330.090000', '181330.093000', '181330.095000', '181330.098000', '181330.101000', '181330.104000', '181330.106000', '181330.110000', '181330.114000', '181330.117000', '181330.119000', '181330.122000', '181330.125000', '181330.127000', '181330.130000', '181330.133000', '181330.135000', '181330.138000', '181330.141000', '181330.143000', '181330.146000', '181330.148000', '181330.151000', '181330.154000', '181330.157000', '181330.159000', '181330.162000', '181330.165000', '181330.167000', '181330.170000', '181330.172000', '181350.043000', '181350.046000', '181350.049000', '181350.052000', '181350.054000', '181350.057000', '181350.060000', '181350.063000', '181350.065000', '181350.068000', '181350.070000', '181350.073000', '181350.076000', '181350.079000', '181350.081000', '181350.084000', '181350.087000', '181350.089000', '181350.092000', '181350.095000', '181350.097000', '181350.100000', '181350.103000', '181350.105000', '181350.108000', '181350.110000', '181350.113000', '181350.116000', '181350.119000', '181350.121000', '181350.124000', '181350.127000', '181350.129000', '181350.132000', '181350.134000', '181350.137000', '181350.140000', '181350.142000', '181350.145000', '181350.148000', '181350.150000', '181350.153000', '181350.155000', '181350.158000', '181410.044000', '181410.048000', '181410.050000', '181410.053000', '181410.056000', '181410.058000', '181410.061000', '181410.063000', '181410.066000', '181410.069000', '181410.071000', '181410.074000', '181410.076000', '181410.084000', '181410.087000', '181410.089000', '181410.092000', '181410.095000', '181410.097000', '181410.100000', '181410.103000', '181410.105000', '181410.108000', '181410.110000', '181410.113000', '181410.116000', '181410.118000', '181410.121000', '181410.124000', '181410.127000', '181410.129000', '181410.132000', '181410.135000', '181410.137000', '181410.140000', '181410.143000', '181410.145000', '181410.148000', '181410.150000', '181410.153000', '181410.156000', '181410.158000', '181410.161000', '181430.045000', '181430.047000', '181430.051000', '181430.054000', '181430.056000', '181430.059000', '181430.062000', '181430.065000', '181430.067000', '181430.070000', '181430.073000', '181430.076000', '181430.078000', '181430.081000', '181430.083000', '181430.086000', '181430.089000', '181430.091000', '181430.094000', '181430.097000', '181430.099000', '181430.102000', '181430.105000', '181430.107000', '181430.110000', '181430.112000', '181430.115000', '181430.118000', '181430.120000', '181430.123000', '181430.126000', '181430.128000', '181430.131000', '181430.133000', '181430.136000', '181430.139000', '181430.141000', '181430.144000', '181430.147000', '181430.149000', '181430.152000', '181430.154000', '181430.157000', '181430.160000', '181450.045000', '181450.047000', '181450.050000', '181450.053000', '181450.055000', '181450.058000', '181450.061000', '181450.063000', '181450.066000', '181450.068000', '181450.071000', '181450.073000', '181450.076000', '181450.080000', '181450.083000', '181450.086000', '181450.088000', '181450.107000', '181450.110000', '181450.112000', '181450.115000', '181450.118000', '181450.120000', '181450.123000', '181450.125000', '181450.128000', '181450.131000', '181450.133000', '181450.136000', '181450.138000', '181450.141000', '181450.144000', '181450.146000', '181450.149000', '181450.153000', '181450.155000', '181450.158000', '181450.161000', '181450.164000', '181450.167000', '181450.170000', '181450.172000', '181450.175000', '181510.045000', '181510.047000', '181510.050000', '181510.053000', '181510.055000', '181510.058000', '181510.060000', '181510.063000', '181510.065000', '181510.068000', '181510.071000', '181510.073000', '181510.076000', '181510.078000', '181510.081000', '181510.083000', '181510.086000', '181510.089000', '181510.091000', '181510.094000', '181510.096000', '181510.099000', '181510.101000', '181510.104000', '181510.107000', '181510.109000', '181510.112000', '181510.114000', '181510.117000', '181510.119000', '181510.122000', '181510.125000', '181510.127000', '181510.130000', '181510.133000', '181510.135000', '181510.138000', '181510.140000', '181510.143000', '181510.145000', '181510.148000', '181510.151000', '181510.153000', '181510.156000', '181530.044000', '181530.047000', '181530.050000', '181530.053000', '181530.055000', '181530.058000', '181530.061000', '181530.063000', '181530.066000', '181530.069000', '181530.071000', '181530.074000', '181530.076000', '181530.079000', '181530.082000', '181530.084000', '181530.087000', '181530.090000', '181530.092000', '181530.095000', '181530.097000', '181530.100000', '181530.103000', '181530.105000', '181530.108000', '181530.110000', '181530.113000', '181530.115000', '181530.118000', '181530.121000', '181530.123000', '181530.126000', '181530.129000', '181530.131000', '181530.134000', '181530.136000', '181530.139000', '181530.141000', '181530.144000', '181530.147000', '181530.150000', '181530.152000', '181530.155000', '181537.469000', '181537.472000', '181537.474000', '181537.477000', '181537.479000', '181537.482000', '181537.485000', '181537.487000', '181537.490000', '181537.493000', '181537.495000', '181537.498000', '181537.500000', '181537.503000', '181537.506000', '181537.509000', '181537.512000'], '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': [9556, 14436, 17381, 12482, 14123, 18202, 9144, 14766, 19415, 10031, 14727, 18050, 9852, 14665, 19334, 8796, 14775, 18440, 9427, 13177, 15408, 8599, 13333, 14666, 8259, 12395, 14929, 8941, 11091, 14057, 8451, 11745, 14156, 8492, 11358, 14129, 8271, 12230, 14732, 8332, 12331, 14733, 9134, 11601, 14827, 7889, 12508, 14232, 8994, 11664, 14287, 8575, 11792, 14754, 8021, 12385, 14494, 9164, 12321, 14683, 8020, 14354, 14347, 8452, 13402, 14284, 9188, 12273, 14507, 8286, 12033, 14504, 9152, 11401, 7872, 12117, 15204, 15713, 9758, 15183, 18784, 9133, 15199, 18178, 8868, 15150, 18502, 10054, 11956, 9094, 15409, 12673, 11398, 15018, 19454, 12082, 14704, 10065, 15437, 19773, 10362, 15308, 18319, 13700, 13804, 19587, 9172, 13870, 17861, 9062, 14057, 15015, 9248, 14435, 11850, 10523, 14265, 8464, 12281, 7924, 11775, 14190, 12271, 11455, 14172, 16975, 8735, 13949, 16115, 8660, 14338, 18971, 8615, 14775, 18752, 8868, 13589, 19146, 8478, 13275, 8029, 11007, 13815, 8928, 9841, 14043, 7927, 11003, 13593, 7962, 12271, 13730, 8040, 10757, 13895, 8009, 10436, 13598, 8292, 10109, 13880, 11204, 8058, 13848, 11493, 8163, 14063, 12789, 8356, 14057, 14474, 8212, 12580, 13891, 8299, 13164, 14101, 7828, 13505, 14061, 9369, 11620, 14547, 8616, 10757, 14101, 7852, 11857, 13950, 10444, 10300, 14228, 9242, 10397, 14183, 7815, 11590, 13999, 15575, 8603, 13968, 19089, 8385, 14172, 19091, 8080, 14432, 16448, 9270, 12666, 17403, 8318, 14427, 18439, 8401, 13419, 13679, 9455, 11543, 13224, 9833, 9932, 13819, 8672, 8583, 14241, 9502, 8100, 13814, 12499, 8065, 14490, 14883, 8192, 13377, 14543, 8437, 12923, 13667, 7965, 13573, 14073, 8011, 12198, 13727, 8354, 10551, 13725, 8656, 10708, 14416, 16146, 8283, 14252, 13553, 8335, 14463, 17951, 8295, 13530, 13894, 8180, 11833, 13545, 8439, 11262, 13640, 7938, 10904, 14320, 8683, 9281, 12477, 8472, 14560, 13886, 8356, 13346, 13833, 9702, 10743, 13863, 10270, 9702, 14672, 9584, 9190, 14952, 17968, 8348, 13727, 17688, 8840, 13517, 14548, 8207, 13416, 13676, 8142, 12108, 13770, 8575, 11731, 13987, 7845, 13415, 14132, 8606, 12523, 16681, 8139, 14124, 14124, 8636, 13335, 15128, 10203, 12453, 8417, 14302, 16147, 8988, 13683, 14222, 12828, 10819, 8221, 11563, 14343, 18929, 10980, 14307, 17090, 12569, 11639, 17063, 12843, 9459, 13949, 14394, 8325, 13500, 16509, 8339, 14344, 18672, 8137, 13669, 9712, 8252, 14204, 8134, 10841, 14051, 10105, 8895, 13552, 8390, 9981, 16006, 10063, 14369, 8607, 14476, 9325, 14625, 16598, 14613, 14425, 16333, 9828, 13767, 17585, 11591, 13259, 18375, 8862, 14249, 16062, 8608, 14114, 11833, 9225, 13770, 7670, 13207, 13960, 8046, 12455, 13957, 8722, 11709, 13901, 7913, 12796, 14010, 8033, 12812, 13238, 8427, 14508, 11294, 8596, 14975, 14230, 8367, 14355, 12414, 8764, 14988, 16865, 8177, 14289, 14162, 8101, 12960, 14297, 8547, 14103, 11267, 8952, 15645, 15586, 9060, 15223, 9007, 10335, 15294, 8611, 11149, 15121, 11500, 10087, 14998, 8867, 11601, 15005, 7997, 12616, 14490, 8855, 11766, 18448, 8031, 14284, 16152, 9015, 12657, 15722, 10116, 11736, 13768, 8010, 11183, 13921, 8468, 10215, 13992, 8027, 12623, 13754, 8429, 12479, 14600, 8384, 14389, 14012, 8328, 14887, 18173, 8650, 14462, 9643, 9081, 15083, 17480, 8522, 14496, 15713, 8979, 15133, 8478, 10688, 14354, 10075, 10266, 13633, 8468, 13310, 15476, 8213, 14176, 10668, 8872, 14362, 8120, 13297, 14785, 9882, 11050, 15233, 10583, 11181, 17242, 8187, 12235, 13290, 10077, 11000, 17821, 8447, 13727, 15462, 9245, 12376, 18087, 9286, 12494, 16544, 8771, 13536, 14647, 8382, 11947, 8554, 14499, 15484, 8167, 13324, 13267, 8773, 12234, 12795, 8179, 12554, 13157, 8923, 11074, 13619, 8104, 11431, 13873, 8258, 10948, 8899, 9163, 14797, 17524, 8894, 14822, 19783, 9375, 13920, 18419, 8375, 14392, 8056, 9963, 13973, 8686, 9484, 13753, 8021, 11326, 13871, 8286, 11434, 13186, 8529, 12063, 15556, 8278, 13666, 14111, 8337, 10682, 8708, 12350, 8008, 12800, 15679, 13294, 12491, 15909, 8466, 12745, 16659, 10777, 12723, 17049, 12391, 13509, 8175, 12993, 8956, 12697, 17542, 15818, 11502, 18536, 10189, 11625, 17602, 9293, 10856, 13998, 8299, 10684, 13584, 8322, 11841, 9453, 8464, 12393, 8298, 9027, 14101, 8463, 8846, 12968, 8086, 11316, 14514, 8938, 11504, 10198, 16071, 10550, 14335, 9752, 14631, 17181, 14272, 12823, 16934, 9468, 14358, 18458, 12005, 12861, 17624, 13828, 11212, 8717, 11407, 13669, 18077, 9055, 13372, 18963, 9376, 13307, 19621, 8206, 13871, 17169, 8391, 12782, 15153, 8834, 13987, 13642, 8502, 14127, 13060, 9279, 13394, 9306, 12960, 17058, 8264, 13181, 15028, 9661, 11938, 16172, 10876, 11408, 13378, 8058, 11946, 14775, 8988, 11510, 15335, 8241, 13324, 14524, 8380, 12525, 13877, 9849, 13849, 8493, 13356, 11068, 10155, 14470, 11797, 8836, 14099, 18111, 10467, 13194, 10113, 12083, 16310, 9969, 14200, 10388, 13581, 9775, 12535, 17622, 10202, 15763, 12076, 12040, 17179, 9170, 13238, 14401, 9855, 14549, 8327, 11380, 15019, 9536, 13500, 11268, 9678, 14354, 10407, 10068, 14472, 8102, 11817, 15372, 7987, 12807, 13978, 9088, 13048, 8510, 13153, 14228, 8589, 12958, 14488, 8647, 12697, 12206, 9235, 13564, 10371, 9561, 14085, 16447, 8823, 13400, 8370, 10378, 14751, 10677, 9545, 13982, 8900, 11827, 8027, 11087, 14389, 15228, 8850, 14050, 16709, 8909, 13697, 15884, 8768, 13461, 14907, 8554, 12917, 10952, 9703, 13967, 13088, 9332, 14428, 17227, 9383, 14273, 17412, 8956, 14530, 16037, 10516, 13483, 12085, 9891, 14036, 11932, 10702, 14235, 17736, 9194, 14248, 15796, 9501, 14160, 11440, 10034, 13971, 17577, 8719, 13819, 16156, 9323, 13141, 15759, 8705, 13358, 14096, 8471, 13208, 8063, 10981, 13682, 10116, 9489, 13931, 7976, 10706, 13244, 8768, 14338, 14793, 8652, 13737], 'WindowCenter': [4743.0, 4768.0, 4764.0, 4733.0, 4742.0, 4746.0, 4676.0, 4725.0, 4731.0, 4671.0, 4713.0, 4719.0, 4671.0, 4712.0, 4728.0, 4659.0, 4713.0, 4717.0, 4657.0, 4700.0, 4707.0, 4648.0, 4703.0, 4696.0, 4641.0, 4690.0, 4699.0, 4649.0, 4680.0, 4694.0, 4646.0, 4686.0, 4699.0, 4649.0, 4677.0, 4696.0, 4648.0, 4695.0, 4707.0, 4647.0, 4694.0, 4707.0, 4657.0, 4688.0, 4707.0, 4648.0, 4704.0, 4702.0, 4657.0, 4688.0, 4707.0, 4657.0, 4699.0, 4708.0, 4647.0, 4703.0, 4707.0, 4668.0, 4699.0, 4708.0, 4660.0, 4721.0, 4710.0, 4660.0, 4710.0, 4709.0, 4668.0, 4699.0, 4708.0, 4658.0, 4701.0, 4721.0, 4671.0, 4702.0, 4673.0, 4727.0, 4736.0, 4731.0, 4684.0, 4735.0, 4742.0, 4682.0, 4724.0, 4742.0, 4671.0, 4724.0, 4743.0, 4684.0, 4717.0, 4683.0, 4750.0, 4711.0, 4703.0, 4724.0, 4741.0, 4700.0, 4723.0, 4694.0, 4737.0, 4753.0, 4681.0, 4722.0, 4718.0, 4698.0, 4697.0, 4730.0, 4656.0, 4696.0, 4714.0, 4645.0, 4696.0, 4692.0, 4661.0, 4695.0, 4677.0, 4663.0, 4693.0, 4643.0, 4678.0, 4646.0, 4687.0, 4699.0, 4685.0, 4675.0, 4697.0, 4704.0, 4647.0, 4689.0, 4701.0, 4644.0, 4698.0, 4715.0, 4641.0, 4696.0, 4704.0, 4640.0, 4689.0, 4716.0, 4637.0, 4700.0, 4636.0, 4679.0, 4686.0, 4640.0, 4651.0, 4698.0, 4632.0, 4679.0, 4684.0, 4636.0, 4683.0, 4697.0, 4632.0, 4675.0, 4697.0, 4633.0, 4664.0, 4697.0, 4643.0, 4665.0, 4697.0, 4672.0, 4644.0, 4698.0, 4673.0, 4651.0, 4711.0, 4683.0, 4643.0, 4701.0, 4693.0, 4644.0, 4685.0, 4699.0, 4645.0, 4700.0, 4695.0, 4635.0, 4695.0, 4694.0, 4657.0, 4675.0, 4694.0, 4643.0, 4680.0, 4697.0, 4643.0, 4675.0, 4696.0, 4661.0, 4663.0, 4698.0, 4653.0, 4666.0, 4694.0, 4640.0, 4685.0, 4700.0, 4707.0, 4645.0, 4699.0, 4724.0, 4644.0, 4701.0, 4722.0, 4660.0, 4706.0, 4704.0, 4654.0, 4699.0, 4714.0, 4656.0, 4706.0, 4719.0, 4643.0, 4695.0, 4688.0, 4652.0, 4672.0, 4689.0, 4655.0, 4656.0, 4693.0, 4643.0, 4641.0, 4696.0, 4650.0, 4632.0, 4699.0, 4670.0, 4632.0, 4692.0, 4693.0, 4642.0, 4694.0, 4691.0, 4642.0, 4683.0, 4691.0, 4635.0, 4699.0, 4693.0, 4632.0, 4684.0, 4693.0, 4642.0, 4665.0, 4697.0, 4646.0, 4668.0, 4698.0, 4702.0, 4642.0, 4699.0, 4686.0, 4644.0, 4700.0, 4712.0, 4642.0, 4699.0, 4693.0, 4643.0, 4685.0, 4693.0, 4643.0, 4674.0, 4697.0, 4634.0, 4674.0, 4708.0, 4644.0, 4666.0, 4697.0, 4658.0, 4725.0, 4707.0, 4658.0, 4707.0, 4698.0, 4665.0, 4687.0, 4707.0, 4665.0, 4668.0, 4707.0, 4655.0, 4671.0, 4707.0, 4715.0, 4644.0, 4695.0, 4716.0, 4655.0, 4696.0, 4694.0, 4644.0, 4698.0, 4694.0, 4638.0, 4685.0, 4697.0, 4655.0, 4685.0, 4693.0, 4645.0, 4696.0, 4696.0, 4655.0, 4697.0, 4714.0, 4645.0, 4712.0, 4695.0, 4656.0, 4696.0, 4695.0, 4663.0, 4685.0, 4657.0, 4722.0, 4717.0, 4657.0, 4707.0, 4701.0, 4684.0, 4676.0, 4646.0, 4702.0, 4722.0, 4725.0, 4675.0, 4708.0, 4704.0, 4684.0, 4674.0, 4705.0, 4681.0, 4653.0, 4698.0, 4690.0, 4631.0, 4688.0, 4700.0, 4643.0, 4698.0, 4714.0, 4630.0, 4685.0, 4650.0, 4641.0, 4686.0, 4644.0, 4673.0, 4699.0, 4664.0, 4659.0, 4683.0, 4643.0, 4686.0, 4707.0, 4656.0, 4706.0, 4672.0, 4719.0, 4684.0, 4742.0, 4734.0, 4711.0, 4711.0, 4718.0, 4666.0, 4695.0, 4702.0, 4662.0, 4686.0, 4701.0, 4646.0, 4694.0, 4701.0, 4644.0, 4682.0, 4665.0, 4647.0, 4682.0, 4639.0, 4689.0, 4682.0, 4636.0, 4677.0, 4685.0, 4631.0, 4663.0, 4680.0, 4632.0, 4688.0, 4684.0, 4633.0, 4684.0, 4688.0, 4639.0, 4695.0, 4663.0, 4645.0, 4708.0, 4682.0, 4647.0, 4701.0, 4677.0, 4644.0, 4708.0, 4707.0, 4634.0, 4695.0, 4683.0, 4637.0, 4689.0, 4699.0, 4646.0, 4700.0, 4674.0, 4656.0, 4717.0, 4706.0, 4657.0, 4708.0, 4655.0, 4684.0, 4715.0, 4656.0, 4678.0, 4713.0, 4674.0, 4667.0, 4715.0, 4660.0, 4688.0, 4708.0, 4648.0, 4687.0, 4697.0, 4657.0, 4688.0, 4728.0, 4650.0, 4710.0, 4708.0, 4654.0, 4687.0, 4705.0, 4663.0, 4688.0, 4684.0, 4634.0, 4675.0, 4697.0, 4633.0, 4664.0, 4692.0, 4645.0, 4685.0, 4698.0, 4644.0, 4690.0, 4707.0, 4651.0, 4708.0, 4694.0, 4644.0, 4709.0, 4713.0, 4645.0, 4700.0, 4654.0, 4655.0, 4709.0, 4712.0, 4644.0, 4699.0, 4702.0, 4644.0, 4694.0, 4644.0, 4666.0, 4697.0, 4651.0, 4665.0, 4683.0, 4645.0, 4698.0, 4703.0, 4646.0, 4698.0, 4664.0, 4654.0, 4694.0, 4645.0, 4696.0, 4696.0, 4654.0, 4676.0, 4705.0, 4662.0, 4673.0, 4702.0, 4633.0, 4672.0, 4682.0, 4652.0, 4662.0, 4704.0, 4633.0, 4693.0, 4693.0, 4641.0, 4673.0, 4702.0, 4639.0, 4674.0, 4691.0, 4633.0, 4684.0, 4679.0, 4630.0, 4674.0, 4654.0, 4709.0, 4697.0, 4647.0, 4694.0, 4682.0, 4647.0, 4684.0, 4682.0, 4645.0, 4690.0, 4683.0, 4653.0, 4674.0, 4695.0, 4645.0, 4676.0, 4693.0, 4642.0, 4668.0, 4655.0, 4657.0, 4711.0, 4715.0, 4656.0, 4694.0, 4711.0, 4641.0, 4694.0, 4715.0, 4632.0, 4696.0, 4636.0, 4657.0, 4695.0, 4629.0, 4657.0, 4681.0, 4631.0, 4677.0, 4685.0, 4638.0, 4672.0, 4687.0, 4643.0, 4678.0, 4694.0, 4643.0, 4686.0, 4627.0, 4554.0, 4568.0, 4570.0, 4614.0, 4574.0, 4687.0, 4746.0, 4736.0, 4701.0, 4716.0, 4658.0, 4704.0, 4704.0, 4663.0, 4685.0, 4704.0, 4687.0, 4697.0, 4658.0, 4696.0, 4669.0, 4702.0, 4716.0, 4695.0, 4667.0, 4702.0, 4650.0, 4672.0, 4700.0, 4643.0, 4653.0, 4670.0, 4621.0, 4647.0, 4670.0, 4633.0, 4673.0, 4637.0, 4635.0, 4675.0, 4630.0, 4643.0, 4697.0, 4636.0, 4643.0, 4687.0, 4645.0, 4686.0, 4717.0, 4681.0, 4701.0, 4694.0, 4732.0, 4720.0, 4748.0, 4711.0, 4753.0, 4751.0, 4725.0, 4715.0, 4732.0, 4685.0, 4727.0, 4733.0, 4689.0, 4700.0, 4719.0, 4696.0, 4676.0, 4657.0, 4700.0, 4717.0, 4721.0, 4669.0, 4702.0, 4716.0, 4662.0, 4698.0, 4716.0, 4635.0, 4702.0, 4720.0, 4644.0, 4691.0, 4694.0, 4655.0, 4703.0, 4694.0, 4645.0, 4694.0, 4685.0, 4661.0, 4694.0, 4656.0, 4686.0, 4704.0, 4637.0, 4683.0, 4693.0, 4642.0, 4674.0, 4703.0, 4661.0, 4675.0, 4683.0, 4624.0, 4676.0, 4692.0, 4646.0, 4676.0, 4696.0, 4633.0, 4690.0, 4685.0, 4661.0, 4699.0, 4668.0, 4659.0, 4648.0, 4624.0, 4667.0, 4659.0, 4647.0, 4687.0, 4654.0, 4624.0, 4647.0, 4724.0, 4678.0, 4709.0, 4651.0, 4674.0, 4702.0, 4652.0, 4695.0, 4677.0, 4695.0, 4667.0, 4704.0, 4718.0, 4657.0, 4692.0, 4677.0, 4677.0, 4696.0, 4646.0, 4676.0, 4684.0, 4644.0, 4683.0, 4637.0, 4666.0, 4682.0, 4655.0, 4687.0, 4660.0, 4641.0, 4685.0, 4650.0, 4656.0, 4685.0, 4632.0, 4673.0, 4692.0, 4633.0, 4700.0, 4693.0, 4654.0, 4684.0, 4657.0, 4713.0, 4706.0, 4656.0, 4696.0, 4695.0, 4645.0, 4686.0, 4684.0, 4667.0, 4708.0, 4676.0, 4668.0, 4708.0, 4716.0, 4657.0, 4702.0, 4646.0, 4678.0, 4715.0, 4677.0, 4669.0, 4708.0, 4670.0, 4701.0, 4672.0, 4704.0, 4735.0, 4720.0, 4671.0, 4722.0, 4730.0, 4671.0, 4712.0, 4719.0, 4670.0, 4711.0, 4719.0, 4671.0, 4712.0, 4690.0, 4681.0, 4722.0, 4709.0, 4682.0, 4721.0, 4729.0, 4670.0, 4711.0, 4728.0, 4658.0, 4715.0, 4706.0, 4665.0, 4695.0, 4685.0, 4666.0, 4713.0, 4685.0, 4676.0, 4711.0, 4713.0, 4654.0, 4698.0, 4702.0, 4657.0, 4697.0, 4671.0, 4657.0, 4696.0, 4707.0, 4636.0, 4686.0, 4690.0, 4639.0, 4684.0, 4688.0, 4640.0, 4685.0, 4679.0, 4631.0, 4685.0, 4631.0, 4675.0, 4700.0, 4662.0, 4654.0, 4699.0, 4646.0, 4680.0, 4683.0, 4655.0, 4710.0, 4704.0, 4655.0, 4700.0], 'WindowWidth': [10371.0, 10396.0, 10387.0, 10335.0, 10349.0, 10343.0, 10244.0, 10312.0, 10316.0, 10229.0, 10293.0, 10294.0, 10230.0, 10293.0, 10306.0, 10210.0, 10285.0, 10292.0, 10204.0, 10266.0, 10276.0, 10195.0, 10273.0, 10260.0, 10182.0, 10250.0, 10262.0, 10192.0, 10238.0, 10253.0, 10190.0, 10245.0, 10263.0, 10194.0, 10235.0, 10259.0, 10197.0, 10265.0, 10276.0, 10196.0, 10262.0, 10278.0, 10208.0, 10253.0, 10276.0, 10198.0, 10277.0, 10273.0, 10207.0, 10252.0, 10278.0, 10209.0, 10270.0, 10280.0, 10195.0, 10274.0, 10279.0, 10226.0, 10271.0, 10283.0, 10220.0, 10302.0, 10285.0, 10216.0, 10285.0, 10285.0, 10224.0, 10269.0, 10281.0, 10212.0, 10279.0, 10305.0, 10235.0, 10281.0, 10241.0, 10320.0, 10333.0, 10317.0, 10255.0, 10330.0, 10334.0, 10251.0, 10312.0, 10334.0, 10235.0, 10312.0, 10341.0, 10252.0, 10310.0, 10256.0, 10361.0, 10288.0, 10280.0, 10315.0, 10333.0, 10270.0, 10308.0, 10271.0, 10337.0, 10353.0, 10249.0, 10306.0, 10300.0, 10263.0, 10265.0, 10311.0, 10206.0, 10261.0, 10280.0, 10189.0, 10262.0, 10248.0, 10211.0, 10261.0, 10229.0, 10210.0, 10251.0, 10184.0, 10232.0, 10192.0, 10250.0, 10270.0, 10241.0, 10227.0, 10260.0, 10263.0, 10191.0, 10249.0, 10257.0, 10186.0, 10262.0, 10279.0, 10179.0, 10256.0, 10268.0, 10174.0, 10246.0, 10283.0, 10175.0, 10266.0, 10175.0, 10235.0, 10244.0, 10174.0, 10193.0, 10260.0, 10168.0, 10236.0, 10241.0, 10177.0, 10240.0, 10260.0, 10167.0, 10229.0, 10261.0, 10170.0, 10216.0, 10261.0, 10185.0, 10217.0, 10262.0, 10223.0, 10187.0, 10265.0, 10225.0, 10202.0, 10286.0, 10239.0, 10187.0, 10270.0, 10254.0, 10188.0, 10244.0, 10266.0, 10192.0, 10270.0, 10261.0, 10179.0, 10261.0, 10260.0, 10203.0, 10229.0, 10258.0, 10183.0, 10239.0, 10262.0, 10186.0, 10231.0, 10262.0, 10205.0, 10214.0, 10266.0, 10198.0, 10220.0, 10258.0, 10187.0, 10246.0, 10270.0, 10272.0, 10191.0, 10267.0, 10298.0, 10189.0, 10270.0, 10293.0, 10220.0, 10278.0, 10275.0, 10202.0, 10266.0, 10283.0, 10210.0, 10277.0, 10297.0, 10186.0, 10256.0, 10251.0, 10194.0, 10222.0, 10251.0, 10198.0, 10203.0, 10253.0, 10181.0, 10180.0, 10257.0, 10190.0, 10169.0, 10264.0, 10218.0, 10168.0, 10252.0, 10253.0, 10183.0, 10257.0, 10249.0, 10182.0, 10240.0, 10249.0, 10177.0, 10266.0, 10254.0, 10171.0, 10243.0, 10257.0, 10183.0, 10216.0, 10261.0, 10190.0, 10222.0, 10264.0, 10264.0, 10184.0, 10266.0, 10243.0, 10189.0, 10268.0, 10283.0, 10184.0, 10265.0, 10255.0, 10186.0, 10243.0, 10256.0, 10186.0, 10229.0, 10261.0, 10175.0, 10230.0, 10280.0, 10188.0, 10221.0, 10265.0, 10215.0, 10311.0, 10284.0, 10214.0, 10280.0, 10269.0, 10218.0, 10252.0, 10281.0, 10217.0, 10226.0, 10280.0, 10203.0, 10230.0, 10279.0, 10288.0, 10189.0, 10260.0, 10291.0, 10204.0, 10261.0, 10257.0, 10188.0, 10263.0, 10256.0, 10181.0, 10245.0, 10267.0, 10205.0, 10245.0, 10255.0, 10192.0, 10262.0, 10261.0, 10206.0, 10265.0, 10286.0, 10195.0, 10288.0, 10263.0, 10207.0, 10261.0, 10260.0, 10212.0, 10245.0, 10213.0, 10305.0, 10296.0, 10211.0, 10279.0, 10275.0, 10241.0, 10232.0, 10193.0, 10277.0, 10308.0, 10306.0, 10232.0, 10278.0, 10274.0, 10239.0, 10228.0, 10276.0, 10233.0, 10199.0, 10261.0, 10243.0, 10165.0, 10247.0, 10256.0, 10186.0, 10261.0, 10280.0, 10163.0, 10241.0, 10189.0, 10180.0, 10244.0, 10188.0, 10227.0, 10267.0, 10215.0, 10211.0, 10241.0, 10185.0, 10259.0, 10277.0, 10200.0, 10273.0, 10238.0, 10299.0, 10256.0, 10343.0, 10329.0, 10287.0, 10287.0, 10296.0, 10218.0, 10255.0, 10265.0, 10205.0, 10240.0, 10259.0, 10188.0, 10254.0, 10257.0, 10183.0, 10235.0, 10208.0, 10185.0, 10231.0, 10181.0, 10249.0, 10234.0, 10171.0, 10228.0, 10237.0, 10161.0, 10207.0, 10228.0, 10164.0, 10244.0, 10236.0, 10168.0, 10237.0, 10243.0, 10179.0, 10254.0, 10208.0, 10187.0, 10274.0, 10236.0, 10191.0, 10266.0, 10229.0, 10185.0, 10276.0, 10274.0, 10171.0, 10254.0, 10236.0, 10176.0, 10248.0, 10261.0, 10188.0, 10266.0, 10224.0, 10205.0, 10291.0, 10271.0, 10206.0, 10276.0, 10202.0, 10249.0, 10293.0, 10206.0, 10237.0, 10287.0, 10227.0, 10220.0, 10294.0, 10213.0, 10251.0, 10279.0, 10197.0, 10249.0, 10264.0, 10206.0, 10251.0, 10307.0, 10204.0, 10286.0, 10280.0, 10200.0, 10247.0, 10274.0, 10210.0, 10249.0, 10243.0, 10173.0, 10227.0, 10258.0, 10167.0, 10213.0, 10248.0, 10190.0, 10244.0, 10263.0, 10187.0, 10252.0, 10276.0, 10199.0, 10278.0, 10254.0, 10185.0, 10278.0, 10279.0, 10189.0, 10266.0, 10200.0, 10204.0, 10280.0, 10276.0, 10186.0, 10264.0, 10262.0, 10186.0, 10255.0, 10186.0, 10218.0, 10261.0, 10192.0, 10214.0, 10240.0, 10190.0, 10264.0, 10268.0, 10192.0, 10262.0, 10214.0, 10201.0, 10255.0, 10193.0, 10260.0, 10262.0, 10197.0, 10230.0, 10274.0, 10209.0, 10224.0, 10265.0, 10168.0, 10221.0, 10237.0, 10192.0, 10207.0, 10267.0, 10170.0, 10252.0, 10253.0, 10176.0, 10221.0, 10263.0, 10171.0, 10223.0, 10242.0, 10166.0, 10236.0, 10227.0, 10161.0, 10225.0, 10203.0, 10280.0, 10261.0, 10191.0, 10255.0, 10238.0, 10192.0, 10241.0, 10238.0, 10189.0, 10254.0, 10242.0, 10198.0, 10229.0, 10257.0, 10191.0, 10232.0, 10253.0, 10183.0, 10221.0, 10202.0, 10208.0, 10285.0, 10284.0, 10203.0, 10256.0, 10275.0, 10178.0, 10253.0, 10279.0, 10166.0, 10255.0, 10174.0, 10204.0, 10255.0, 10160.0, 10203.0, 10232.0, 10168.0, 10233.0, 10241.0, 10178.0, 10222.0, 10246.0, 10182.0, 10232.0, 10252.0, 10186.0, 10241.0, 10123.0, 10012.0, 10026.0, 10045.0, 10107.0, 10058.0, 10249.0, 10356.0, 10337.0, 10278.0, 10293.0, 10213.0, 10280.0, 10275.0, 10212.0, 10244.0, 10273.0, 10248.0, 10265.0, 10213.0, 10264.0, 10232.0, 10278.0, 10296.0, 10253.0, 10216.0, 10261.0, 10188.0, 10222.0, 10259.0, 10178.0, 10192.0, 10211.0, 10146.0, 10179.0, 10209.0, 10167.0, 10220.0, 10168.0, 10171.0, 10227.0, 10162.0, 10186.0, 10259.0, 10173.0, 10183.0, 10245.0, 10189.0, 10249.0, 10294.0, 10253.0, 10279.0, 10272.0, 10318.0, 10316.0, 10353.0, 10307.0, 10369.0, 10365.0, 10314.0, 10299.0, 10319.0, 10260.0, 10320.0, 10329.0, 10255.0, 10268.0, 10302.0, 10258.0, 10231.0, 10209.0, 10272.0, 10299.0, 10297.0, 10227.0, 10275.0, 10285.0, 10215.0, 10263.0, 10285.0, 10171.0, 10268.0, 10296.0, 10186.0, 10254.0, 10253.0, 10202.0, 10272.0, 10254.0, 10188.0, 10254.0, 10241.0, 10212.0, 10256.0, 10205.0, 10244.0, 10270.0, 10175.0, 10237.0, 10251.0, 10179.0, 10225.0, 10267.0, 10203.0, 10228.0, 10237.0, 10154.0, 10226.0, 10245.0, 10185.0, 10231.0, 10255.0, 10169.0, 10251.0, 10242.0, 10217.0, 10267.0, 10208.0, 10208.0, 10169.0, 10148.0, 10209.0, 10202.0, 10184.0, 10244.0, 10188.0, 10148.0, 10170.0, 10307.0, 10245.0, 10288.0, 10191.0, 10228.0, 10264.0, 10196.0, 10259.0, 10239.0, 10260.0, 10226.0, 10279.0, 10293.0, 10205.0, 10251.0, 10228.0, 10230.0, 10259.0, 10187.0, 10226.0, 10233.0, 10180.0, 10235.0, 10176.0, 10215.0, 10234.0, 10200.0, 10244.0, 10201.0, 10178.0, 10241.0, 10189.0, 10202.0, 10241.0, 10170.0, 10226.0, 10249.0, 10170.0, 10269.0, 10254.0, 10203.0, 10242.0, 10214.0, 10293.0, 10276.0, 10207.0, 10262.0, 10261.0, 10193.0, 10247.0, 10242.0, 10225.0, 10284.0, 10237.0, 10229.0, 10284.0, 10291.0, 10211.0, 10274.0, 10195.0, 10240.0, 10296.0, 10241.0, 10229.0, 10282.0, 10232.0, 10277.0, 10242.0, 10290.0, 10332.0, 10305.0, 10238.0, 10308.0, 10319.0, 10236.0, 10292.0, 10301.0, 10235.0, 10292.0, 10300.0, 10237.0, 10295.0, 10261.0, 10252.0, 10308.0, 10287.0, 10253.0, 10307.0, 10314.0, 10232.0, 10293.0, 10310.0, 10213.0, 10296.0, 10282.0, 10216.0, 10259.0, 10245.0, 10223.0, 10292.0, 10247.0, 10237.0, 10286.0, 10284.0, 10202.0, 10265.0, 10263.0, 10206.0, 10264.0, 10219.0, 10206.0, 10259.0, 10275.0, 10176.0, 10243.0, 10247.0, 10174.0, 10239.0, 10241.0, 10178.0, 10240.0, 10229.0, 10168.0, 10242.0, 10169.0, 10235.0, 10269.0, 10209.0, 10202.0, 10264.0, 10194.0, 10244.0, 10241.0, 10206.0, 10284.0, 10272.0, 10205.0, 10271.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.01897066185318893</td></tr>
<tr><td colspan=3>aqi</td><td>0.05970052117930205</td></tr>
<tr><td colspan=3>dummy_trs</td><td>8</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.86162679291572</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.448295791650604</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2518728176265066</td></tr>
<tr><td colspan=3>efc</td><td>0.5127</td></tr>
<tr><td colspan=3>fber</td><td>5012.0371</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1685572393741858</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>77</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.265944645006018</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5439483541415586</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3901620339231875</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7460904799826467</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.495592548518842</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102588</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020168118178844452</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04878336191177368</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>831</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.6157019708351035</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.2122</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.8322</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.614</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291537.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>1136.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>442.9619</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7344</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.4764</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3877.2663</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4038.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85007.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4873.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.8347</td></tr>
<tr><td colspan=3>tsnr</td><td>28.02610683813691</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>