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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-02/func/sub-0107_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>504a7b6d16615c986d0934ac0704dd38</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:40:37.777500</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.997015, 0.0535855, 0.0555789, -0.0503321, 0.997025, -0.0583719]</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.0863232</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>[4217, -7791, -7256, 411, -138, -133, 43, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.551</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ba033dd2-2676-455e-a6ec-fed3a61e8263||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.674919366836548, -0.13503730297088623, 0.15806183218955994, 115.65315246582031], [-0.14376600086688995, 2.674945831298828, -0.14958086609840393, -94.61112213134766], [0.14911401271820068, 0.15660764276981354, 2.691215753555298, -92.7389907836914], [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': ['154037.777500', '154038.237500', '154038.697500', '154039.157500', '154039.617500', '154040.077500', '154040.537500', '154040.997500', '154041.457500', '154041.917500', '154042.377500', '154042.837500', '154043.297500', '154043.757500', '154044.217500', '154044.677500', '154045.137500', '154045.597500', '154046.057500', '154046.517500', '154046.977500', '154047.437500', '154047.897500', '154048.357500', '154048.817500', '154049.277500', '154049.737500', '154050.197500', '154050.657500', '154051.117500', '154051.577500', '154052.037500', '154052.497500', '154052.957500', '154053.417500', '154053.877500', '154054.337500', '154054.797500', '154055.257500', '154055.717500', '154056.177500', '154056.637500', '154057.097500', '154057.557500', '154058.017500', '154058.477500', '154058.937500', '154059.397500', '154059.857500', '154100.317500', '154100.777500', '154101.237500', '154101.697500', '154102.157500', '154102.617500', '154103.077500', '154103.537500', '154103.997500', '154104.457500', '154104.917500', '154105.377500', '154105.837500', '154106.297500', '154106.757500', '154107.217500', '154107.677500', '154108.137500', '154108.597500', '154109.057500', '154109.517500', '154109.977500', '154110.437500', '154110.897500', '154111.357500', '154111.817500', '154112.277500', '154112.737500', '154113.197500', '154113.657500', '154114.117500', '154114.577500', '154115.037500', '154115.497500', '154115.957500', '154116.417500', '154116.877500', '154117.337500', '154117.797500', '154118.257500', '154118.717500', '154119.177500', '154119.637500', '154120.097500', '154120.557500', '154121.017500', '154121.477500', '154121.937500', '154122.397500', '154122.857500', '154123.317500', '154123.777500', '154124.237500', '154124.697500', '154125.157500', '154125.617500', '154126.077500', '154126.537500', '154126.997500', '154127.457500', '154127.917500', '154128.377500', '154128.837500', '154129.297500', '154129.757500', '154130.217500', '154130.677500', '154131.137500', '154131.597500', '154132.057500', '154132.517500', '154132.977500', '154133.437500', '154133.897500', '154134.357500', '154134.817500', '154135.277500', '154135.737500', '154136.197500', '154136.657500', '154137.117500', '154137.577500', '154138.037500', '154138.497500', '154138.957500', '154139.417500', '154139.877500', '154140.337500', '154140.797500', '154141.257500', '154141.717500', '154142.177500', '154142.637500', '154143.097500', '154143.557500', '154144.017500', '154144.477500', '154144.937500', '154145.397500', '154145.857500', '154146.317500', '154146.777500', '154147.237500', '154147.697500', '154148.157500', '154148.617500', '154149.077500', '154149.537500', '154149.997500', '154150.457500', '154150.917500', '154151.377500', '154151.837500', '154152.297500', '154152.757500', '154153.217500', '154153.677500', '154154.137500', '154154.597500', '154155.057500', '154155.517500', '154155.977500', '154156.437500', '154156.897500', '154157.357500', '154157.817500', '154158.277500', '154158.737500', '154159.197500', '154159.657500', '154200.117500', '154200.577500', '154201.037500', '154201.497500', '154201.957500', '154202.417500', '154202.877500', '154203.337500', '154203.797500', '154204.257500', '154204.717500', '154205.177500', '154205.637500', '154206.097500', '154206.557500', '154207.017500', '154207.477500', '154207.937500', '154208.397500', '154208.857500', '154209.317500', '154209.777500', '154210.237500', '154210.697500', '154211.157500', '154211.617500', '154212.077500', '154212.537500', '154212.997500', '154213.457500', '154213.917500', '154214.377500', '154214.837500', '154215.297500', '154215.757500', '154216.217500', '154216.677500', '154217.137500', '154217.597500', '154218.057500', '154218.517500', '154218.977500', '154219.437500', '154219.897500', '154220.357500', '154220.817500', '154221.277500', '154221.737500', '154222.197500', '154222.657500', '154223.117500', '154223.577500', '154224.037500', '154224.497500', '154224.957500', '154225.417500', '154225.877500', '154226.337500', '154226.797500', '154227.257500', '154227.717500', '154228.177500', '154228.637500', '154229.097500', '154229.557500', '154230.017500', '154230.477500', '154230.937500', '154231.397500', '154231.857500', '154232.317500', '154232.777500', '154233.237500', '154233.697500', '154234.157500', '154234.617500', '154235.077500', '154235.537500', '154235.997500', '154236.457500', '154236.917500', '154237.377500', '154237.837500', '154238.297500', '154238.757500', '154239.217500', '154239.677500', '154240.137500', '154240.597500', '154241.057500', '154241.517500', '154241.977500', '154242.437500', '154242.897500', '154243.357500', '154243.817500', '154244.277500', '154244.737500', '154245.197500', '154245.657500', '154246.117500', '154246.577500', '154247.037500', '154247.497500', '154247.957500', '154248.417500', '154248.877500', '154249.337500', '154249.797500', '154250.257500', '154250.717500', '154251.177500', '154251.637500', '154252.097500', '154252.557500', '154253.017500', '154253.477500', '154253.937500', '154254.397500', '154254.857500', '154255.317500', '154255.777500', '154256.237500', '154256.697500', '154257.157500', '154257.617500', '154258.077500', '154258.537500', '154258.997500', '154259.457500', '154259.917500', '154300.377500', '154300.837500', '154301.297500', '154301.757500', '154302.217500', '154302.677500', '154303.137500', '154303.597500', '154304.057500', '154304.517500', '154304.977500', '154305.437500', '154305.897500', '154306.357500', '154306.817500', '154307.277500', '154307.737500', '154308.197500', '154308.657500', '154309.117500', '154309.577500', '154310.037500', '154310.497500', '154310.957500', '154311.417500', '154311.877500', '154312.337500', '154312.797500', '154313.257500', '154313.717500', '154314.177500', '154314.637500', '154315.097500', '154315.557500', '154316.017500', '154316.477500', '154316.937500', '154317.397500', '154317.857500', '154318.317500', '154318.777500', '154319.237500', '154319.697500', '154320.157500', '154320.617500', '154321.077500', '154321.537500', '154321.997500', '154322.457500', '154322.917500', '154323.377500', '154323.837500', '154324.297500', '154324.757500', '154325.217500', '154325.677500', '154326.137500', '154326.597500', '154327.057500', '154327.517500', '154327.977500', '154328.437500', '154328.897500', '154329.357500', '154329.817500', '154330.277500', '154330.737500', '154331.197500', '154331.657500', '154332.117500', '154332.577500', '154333.037500', '154333.497500', '154333.957500', '154334.417500', '154334.877500', '154335.337500', '154335.797500', '154336.257500', '154336.717500', '154337.177500', '154337.637500', '154338.097500', '154338.557500', '154339.017500', '154339.477500', '154339.937500', '154340.397500', '154340.857500', '154341.317500', '154341.777500', '154342.237500', '154342.697500', '154343.157500', '154343.617500', '154344.077500', '154344.537500', '154344.997500', '154345.457500', '154345.917500', '154346.377500', '154346.837500', '154347.297500', '154347.757500', '154348.217500', '154348.677500', '154349.137500', '154349.597500', '154350.057500', '154350.517500', '154350.977500', '154351.437500', '154351.897500', '154352.357500', '154352.817500', '154353.277500', '154353.737500', '154354.197500', '154354.657500', '154355.117500', '154355.577500', '154356.037500', '154356.497500', '154356.957500', '154357.417500', '154357.877500', '154358.337500', '154358.797500', '154359.257500', '154359.717500', '154400.177500', '154400.637500', '154401.097500', '154401.557500', '154402.017500', '154402.477500', '154402.937500', '154403.397500', '154403.857500', '154404.317500', '154404.777500', '154405.237500', '154405.697500', '154406.157500', '154406.617500', '154407.077500', '154407.537500', '154407.997500', '154408.457500', '154408.917500', '154409.377500', '154409.837500', '154410.297500', '154410.757500', '154411.217500', '154411.677500', '154412.137500', '154412.597500', '154413.057500', '154413.517500', '154413.977500', '154414.437500', '154414.897500', '154415.357500', '154415.817500', '154416.277500', '154416.737500', '154417.197500', '154417.657500', '154418.117500', '154418.577500', '154419.037500', '154419.497500', '154419.957500', '154420.417500', '154420.877500', '154421.337500', '154421.797500', '154422.257500', '154422.717500', '154423.177500', '154423.637500', '154424.097500', '154424.557500', '154425.017500', '154425.477500', '154425.937500', '154426.397500', '154426.857500', '154427.317500', '154427.777500', '154428.237500', '154428.697500', '154429.157500', '154429.617500', '154430.077500', '154430.537500', '154430.997500', '154431.457500', '154431.917500', '154432.377500', '154432.837500', '154433.297500', '154433.757500', '154434.217500', '154434.677500', '154435.137500', '154435.597500', '154436.057500', '154436.517500', '154436.977500', '154437.437500', '154437.897500', '154438.357500', '154438.817500', '154439.277500', '154439.737500', '154440.197500', '154440.657500', '154441.117500', '154441.577500', '154442.037500', '154442.497500', '154442.957500', '154443.417500', '154443.877500', '154444.337500', '154444.797500', '154445.257500', '154445.717500', '154446.177500', '154446.637500', '154447.097500', '154447.557500', '154448.017500', '154448.477500', '154448.937500', '154449.397500', '154449.857500', '154450.317500', '154450.777500', '154451.237500', '154451.697500', '154452.157500', '154452.617500', '154453.077500', '154453.537500', '154453.997500', '154454.457500', '154454.917500', '154455.377500', '154455.837500', '154456.297500', '154456.757500', '154457.217500', '154457.677500', '154458.137500', '154458.597500', '154459.057500', '154459.517500', '154459.977500', '154500.437500', '154500.897500', '154501.357500', '154501.817500', '154502.277500', '154502.737500', '154503.197500', '154503.657500', '154504.117500', '154504.577500', '154505.037500', '154505.497500', '154505.957500', '154506.417500', '154506.877500', '154507.337500', '154507.797500', '154508.257500', '154508.717500', '154509.177500', '154509.637500', '154510.097500', '154510.557500', '154511.017500', '154511.477500', '154511.937500', '154512.397500', '154512.857500', '154513.317500', '154513.777500', '154514.237500', '154514.697500', '154515.157500', '154515.617500', '154516.077500', '154516.537500', '154516.997500', '154517.457500', '154517.917500', '154518.377500', '154518.837500', '154519.297500', '154519.757500', '154520.217500', '154520.677500', '154521.137500', '154521.597500', '154522.057500', '154522.517500', '154522.977500', '154523.437500', '154523.897500', '154524.357500', '154524.817500', '154525.277500', '154525.737500', '154526.197500', '154526.657500', '154527.117500', '154527.577500', '154528.037500', '154528.497500', '154528.957500', '154529.417500', '154529.877500', '154530.337500', '154530.797500', '154531.257500', '154531.717500', '154532.177500', '154532.637500', '154533.097500', '154533.557500', '154534.017500', '154534.477500', '154534.937500', '154535.397500', '154535.857500', '154536.317500', '154536.777500', '154537.237500', '154537.697500', '154538.157500', '154538.617500', '154539.077500', '154539.537500', '154539.997500', '154540.457500', '154540.917500', '154541.377500', '154541.837500', '154542.297500', '154542.757500', '154543.217500', '154543.677500', '154544.137500', '154544.597500', '154545.057500', '154545.517500', '154545.977500', '154546.437500', '154546.897500', '154547.357500', '154547.817500', '154548.277500', '154548.737500', '154549.197500', '154549.657500', '154550.117500', '154550.577500', '154551.037500', '154551.497500', '154551.957500', '154552.417500', '154552.877500', '154553.337500', '154553.797500', '154554.257500', '154554.717500', '154555.177500', '154555.637500', '154556.097500', '154556.557500', '154557.017500', '154557.477500', '154557.937500', '154558.397500', '154558.857500', '154559.317500', '154559.777500', '154600.237500', '154600.697500', '154601.157500', '154601.617500', '154602.077500', '154602.537500', '154602.997500', '154603.457500', '154603.917500', '154604.377500', '154604.837500', '154605.297500', '154605.757500', '154606.217500', '154606.677500', '154607.137500', '154607.597500', '154608.057500', '154608.517500', '154608.977500', '154609.437500', '154609.897500', '154610.357500', '154610.817500', '154611.277500', '154611.737500', '154612.197500', '154612.657500', '154613.117500', '154613.577500', '154614.037500', '154614.497500', '154614.957500', '154615.417500', '154615.877500', '154616.337500', '154616.797500', '154617.257500', '154617.717500', '154618.177500', '154618.637500', '154619.097500', '154619.557500', '154620.017500', '154620.477500', '154620.937500', '154621.397500', '154621.857500', '154622.317500', '154622.777500', '154623.237500', '154623.697500', '154624.157500', '154624.617500', '154625.077500', '154625.537500', '154625.997500', '154626.457500', '154626.917500', '154627.377500', '154627.837500', '154628.297500', '154628.757500', '154629.217500', '154629.677500', '154630.137500', '154630.597500', '154631.057500', '154631.517500', '154631.977500', '154632.437500', '154632.897500', '154633.357500', '154633.817500', '154634.277500', '154634.737500', '154635.197500', '154635.657500', '154636.117500', '154636.577500', '154637.037500', '154637.497500', '154637.957500', '154638.417500', '154638.877500', '154639.337500', '154639.797500', '154640.257500', '154640.717500', '154641.177500', '154641.637500', '154642.097500', '154642.557500', '154643.017500', '154643.477500', '154643.937500', '154644.397500', '154644.857500', '154645.317500', '154645.777500', '154646.237500', '154646.697500', '154647.157500', '154647.617500', '154648.077500', '154648.537500', '154648.997500', '154649.457500', '154649.917500', '154650.377500', '154650.837500', '154651.297500', '154651.757500', '154652.217500', '154652.677500', '154653.137500', '154653.597500', '154654.057500', '154654.517500', '154654.977500', '154655.437500', '154655.897500', '154656.357500', '154656.817500', '154657.277500', '154657.737500', '154658.197500', '154658.657500', '154659.117500', '154659.577500', '154700.037500', '154700.497500', '154700.957500', '154701.417500', '154701.877500', '154702.337500', '154702.797500', '154703.257500'], 'ContentTime': ['154051.884000', '154051.888000', '154051.890000', '154051.893000', '154051.896000', '154051.899000', '154051.901000', '154051.904000', '154051.907000', '154051.909000', '154051.912000', '154051.927000', '154051.929000', '154051.933000', '154051.936000', '154051.939000', '154051.941000', '154051.944000', '154051.946000', '154051.949000', '154051.952000', '154051.954000', '154051.957000', '154051.964000', '154051.966000', '154051.969000', '154051.971000', '154111.850000', '154111.853000', '154111.856000', '154111.859000', '154111.861000', '154111.864000', '154111.866000', '154111.869000', '154111.872000', '154111.880000', '154111.883000', '154111.885000', '154111.888000', '154111.891000', '154111.893000', '154111.896000', '154111.898000', '154111.901000', '154111.903000', '154111.906000', '154111.909000', '154111.911000', '154111.914000', '154111.921000', '154111.924000', '154111.927000', '154111.929000', '154111.932000', '154111.935000', '154111.937000', '154111.940000', '154111.942000', '154111.945000', '154111.948000', '154111.950000', '154111.953000', '154111.955000', '154111.958000', '154111.961000', '154111.963000', '154111.966000', '154111.969000', '154111.971000', '154111.974000', '154131.850000', '154131.853000', '154131.856000', '154131.859000', '154131.861000', '154131.864000', '154131.867000', '154131.870000', '154131.872000', '154131.875000', '154131.878000', '154131.881000', '154131.883000', '154131.886000', '154131.889000', '154131.891000', '154131.894000', '154131.897000', '154131.899000', '154131.902000', '154131.905000', '154131.907000', '154131.910000', '154131.913000', '154131.915000', '154131.918000', '154131.920000', '154131.923000', '154131.932000', '154131.935000', '154131.937000', '154131.940000', '154131.943000', '154131.945000', '154131.948000', '154131.951000', '154131.953000', '154131.956000', '154131.958000', '154131.961000', '154131.964000', '154131.966000', '154131.969000', '154131.972000', '154151.851000', '154151.857000', '154151.859000', '154151.862000', '154151.865000', '154151.867000', '154151.870000', '154151.873000', '154151.875000', '154151.878000', '154151.881000', '154151.883000', '154151.886000', '154151.888000', '154151.891000', '154151.894000', '154151.897000', '154151.900000', '154151.902000', '154151.905000', '154151.908000', '154151.910000', '154151.913000', '154151.916000', '154151.918000', '154151.931000', '154151.934000', '154151.937000', '154151.939000', '154151.942000', '154151.945000', '154151.947000', '154151.950000', '154151.952000', '154151.955000', '154151.958000', '154151.961000', '154151.963000', '154151.966000', '154151.969000', '154151.971000', '154151.974000', '154151.977000', '154211.851000', '154211.854000', '154211.857000', '154211.860000', '154211.863000', '154211.866000', '154211.869000', '154211.872000', '154211.875000', '154211.878000', '154211.881000', '154211.884000', '154211.887000', '154211.890000', '154211.892000', '154211.895000', '154211.898000', '154211.900000', '154211.903000', '154211.905000', '154211.908000', '154211.911000', '154211.914000', '154211.916000', '154211.919000', '154211.922000', '154211.924000', '154211.927000', '154211.930000', '154211.933000', '154211.935000', '154211.938000', '154211.941000', '154211.943000', '154211.946000', '154211.949000', '154211.951000', '154211.954000', '154211.957000', '154211.959000', '154211.962000', '154211.965000', '154211.967000', '154231.851000', '154231.854000', '154231.857000', '154231.860000', '154231.862000', '154231.865000', '154231.867000', '154231.870000', '154231.873000', '154231.875000', '154231.878000', '154231.881000', '154231.883000', '154231.886000', '154231.888000', '154231.891000', '154231.894000', '154231.896000', '154231.899000', '154231.902000', '154231.904000', '154231.908000', '154231.911000', '154231.914000', '154231.917000', '154231.919000', '154231.922000', '154231.925000', '154231.927000', '154231.930000', '154231.937000', '154231.940000', '154231.942000', '154231.945000', '154231.948000', '154231.950000', '154231.953000', '154231.956000', '154231.959000', '154231.961000', '154231.964000', '154231.967000', '154231.969000', '154231.972000', '154251.851000', '154251.854000', '154251.857000', '154251.860000', '154251.863000', '154251.866000', '154251.869000', '154251.871000', '154251.875000', '154251.878000', '154251.881000', '154251.883000', '154251.886000', '154251.888000', '154251.891000', '154251.894000', '154251.896000', '154251.899000', '154251.901000', '154251.904000', '154251.907000', '154251.909000', '154251.912000', '154251.914000', '154251.917000', '154251.920000', '154251.922000', '154251.925000', '154251.928000', '154251.931000', '154251.933000', '154251.936000', '154251.939000', '154251.941000', '154251.944000', '154251.947000', '154251.949000', '154251.952000', '154251.955000', '154251.957000', '154251.960000', '154251.962000', '154251.965000', '154311.851000', '154311.858000', '154311.861000', '154311.863000', '154311.866000', '154311.868000', '154311.871000', '154311.874000', '154311.876000', '154311.879000', '154311.882000', '154311.884000', '154311.887000', '154311.889000', '154311.892000', '154311.895000', '154311.898000', '154311.900000', '154311.903000', '154311.905000', '154311.908000', '154311.911000', '154311.913000', '154311.916000', '154311.919000', '154311.921000', '154311.924000', '154311.926000', '154311.929000', '154311.932000', '154311.934000', '154311.937000', '154311.940000', '154311.942000', '154311.945000', '154311.948000', '154311.950000', '154311.953000', '154311.956000', '154311.959000', '154311.962000', '154311.964000', '154311.967000', '154311.970000', '154331.851000', '154331.854000', '154331.856000', '154331.859000', '154331.861000', '154331.864000', '154331.867000', '154331.876000', '154331.879000', '154331.882000', '154331.884000', '154331.887000', '154331.890000', '154331.892000', '154331.895000', '154331.898000', '154331.901000', '154331.903000', '154331.906000', '154331.909000', '154331.911000', '154331.914000', '154331.917000', '154331.920000', '154331.923000', '154331.926000', '154331.928000', '154331.931000', '154331.934000', '154331.937000', '154331.939000', '154331.942000', '154331.945000', '154331.947000', '154331.950000', '154331.953000', '154331.956000', '154331.959000', '154331.962000', '154331.964000', '154331.967000', '154331.970000', '154331.973000', '154351.850000', '154351.860000', '154351.863000', '154351.865000', '154351.868000', '154351.871000', '154351.873000', '154351.876000', '154351.879000', '154351.881000', '154351.884000', '154351.887000', '154351.890000', '154351.892000', '154351.895000', '154351.898000', '154351.901000', '154351.903000', '154351.906000', '154351.908000', '154351.911000', '154351.914000', '154351.916000', '154351.919000', '154351.922000', '154351.924000', '154351.927000', '154351.929000', '154351.932000', '154351.935000', '154351.937000', '154351.940000', '154351.943000', '154351.945000', '154351.948000', '154351.950000', '154351.953000', '154351.957000', '154351.959000', '154351.962000', '154351.965000', '154351.967000', '154351.970000', '154411.851000', '154411.854000', '154411.857000', '154411.860000', '154411.863000', '154411.866000', '154411.868000', '154411.871000', '154411.874000', '154411.876000', '154411.879000', '154411.882000', '154411.884000', '154411.887000', '154411.889000', '154411.892000', '154411.895000', '154411.897000', '154411.900000', '154411.903000', '154411.905000', '154411.908000', '154411.910000', '154411.913000', '154411.916000', '154411.918000', '154411.921000', '154411.924000', '154411.927000', '154411.930000', '154411.932000', '154411.935000', '154411.938000', '154411.940000', '154411.943000', '154411.946000', '154411.949000', '154411.951000', '154411.954000', '154411.957000', '154411.960000', '154411.963000', '154411.981000', '154411.984000', '154431.851000', '154431.854000', '154431.857000', '154431.859000', '154431.862000', '154431.865000', '154431.867000', '154431.870000', '154431.873000', '154431.875000', '154431.878000', '154431.881000', '154431.883000', '154431.886000', '154431.889000', '154431.892000', '154431.895000', '154431.898000', '154431.900000', '154431.903000', '154431.906000', '154431.909000', '154431.911000', '154431.914000', '154431.917000', '154431.919000', '154431.922000', '154431.925000', '154431.927000', '154431.930000', '154431.933000', '154431.935000', '154431.938000', '154431.941000', '154431.944000', '154431.946000', '154431.949000', '154431.952000', '154431.954000', '154431.957000', '154431.960000', '154431.962000', '154431.966000', '154431.969000', '154451.852000', '154451.866000', '154451.869000', '154451.871000', '154451.874000', '154451.877000', '154451.879000', '154451.882000', '154451.885000', '154451.888000', '154451.890000', '154451.893000', '154451.895000', '154451.898000', '154451.901000', '154451.903000', '154451.906000', '154451.909000', '154451.912000', '154451.914000', '154451.917000', '154451.920000', '154451.922000', '154451.925000', '154451.928000', '154451.930000', '154451.933000', '154451.936000', '154451.938000', '154451.941000', '154451.944000', '154451.946000', '154451.951000', '154451.954000', '154451.956000', '154451.959000', '154451.962000', '154451.966000', '154451.969000', '154451.971000', '154451.974000', '154451.977000', '154451.979000', '154511.851000', '154511.854000', '154511.857000', '154511.860000', '154511.862000', '154511.865000', '154511.868000', '154511.870000', '154511.873000', '154511.875000', '154511.878000', '154511.881000', '154511.884000', '154511.886000', '154511.889000', '154511.892000', '154511.894000', '154511.897000', '154511.900000', '154511.902000', '154511.905000', '154511.908000', '154511.910000', '154511.913000', '154511.915000', '154511.918000', '154511.921000', '154511.923000', '154511.926000', '154511.929000', '154511.931000', '154511.934000', '154511.937000', '154511.939000', '154511.942000', '154511.945000', '154511.947000', '154511.950000', '154511.953000', '154511.956000', '154511.958000', '154511.961000', '154511.964000', '154511.966000', '154531.851000', '154531.853000', '154531.856000', '154531.859000', '154531.861000', '154531.864000', '154531.867000', '154531.869000', '154531.872000', '154531.874000', '154531.877000', '154531.880000', '154531.882000', '154531.885000', '154531.888000', '154531.890000', '154531.893000', '154531.896000', '154531.898000', '154531.901000', '154531.904000', '154531.906000', '154531.909000', '154531.911000', '154531.914000', '154531.917000', '154531.919000', '154531.922000', '154531.925000', '154531.928000', '154531.930000', '154531.939000', '154531.942000', '154531.945000', '154531.948000', '154531.950000', '154531.953000', '154531.955000', '154531.958000', '154531.961000', '154531.963000', '154531.966000', '154531.969000', '154551.851000', '154551.854000', '154551.856000', '154551.859000', '154551.861000', '154551.864000', '154551.867000', '154551.869000', '154551.872000', '154551.875000', '154551.877000', '154551.880000', '154551.883000', '154551.885000', '154551.888000', '154551.891000', '154551.893000', '154551.896000', '154551.899000', '154551.902000', '154551.904000', '154551.907000', '154551.909000', '154551.912000', '154551.915000', '154551.918000', '154551.920000', '154551.923000', '154551.925000', '154551.928000', '154551.931000', '154551.934000', '154551.936000', '154551.939000', '154551.941000', '154551.944000', '154551.947000', '154551.950000', '154551.952000', '154551.955000', '154551.957000', '154551.960000', '154551.963000', '154551.965000', '154611.851000', '154611.864000', '154611.866000', '154611.869000', '154611.872000', '154611.874000', '154611.877000', '154611.880000', '154611.882000', '154611.885000', '154611.887000', '154611.890000', '154611.892000', '154611.895000', '154611.898000', '154611.900000', '154611.903000', '154611.906000', '154611.908000', '154611.911000', '154611.913000', '154611.916000', '154611.919000', '154611.921000', '154611.924000', '154611.926000', '154611.929000', '154611.932000', '154611.936000', '154611.939000', '154611.941000', '154611.944000', '154611.947000', '154611.949000', '154611.952000', '154611.954000', '154611.957000', '154611.960000', '154611.962000', '154611.965000', '154611.968000', '154611.970000', '154611.973000', '154631.852000', '154631.915000', '154631.918000', '154631.920000', '154631.923000', '154631.926000', '154631.928000', '154631.931000', '154631.934000', '154631.936000', '154631.939000', '154631.941000', '154631.944000', '154631.947000', '154631.959000', '154631.961000', '154631.964000', '154631.967000', '154631.969000', '154631.972000', '154631.975000', '154631.977000', '154631.980000', '154631.983000', '154631.985000', '154631.988000', '154631.991000', '154631.993000', '154631.996000', '154632.000000', '154632.002000', '154632.005000', '154632.008000', '154632.010000', '154632.013000', '154632.015000', '154632.018000', '154632.021000', '154632.023000', '154632.026000', '154632.029000', '154632.031000', '154632.034000', '154632.037000', '154651.852000', '154651.854000', '154651.857000', '154651.860000', '154651.862000', '154651.865000', '154651.868000', '154651.870000', '154651.873000', '154651.875000', '154651.878000', '154651.881000', '154651.883000', '154651.886000', '154651.889000', '154651.891000', '154651.894000', '154651.897000', '154651.900000', '154651.902000', '154651.905000', '154651.907000', '154651.910000', '154651.913000', '154651.915000', '154651.918000', '154651.921000', '154651.924000', '154651.926000', '154651.929000', '154651.932000', '154651.934000', '154651.937000', '154651.939000', '154651.942000', '154651.945000', '154651.947000', '154651.950000', '154651.953000', '154651.956000', '154651.958000', '154651.961000', '154651.964000', '154704.847000', '154704.850000', '154704.853000', '154704.856000', '154704.859000', '154704.862000', '154704.864000', '154704.867000', '154704.870000', '154704.874000', '154704.877000', '154704.879000', '154704.882000', '154704.885000', '154704.888000', '154704.891000', '154704.893000', '154704.897000', '154704.899000', '154704.903000', '154704.906000', '154704.910000', '154704.913000', '154704.916000', '154704.918000', '154704.922000', '154704.924000', '154704.927000', '154704.930000'], 'InstanceCreationTime': ['154051.884000', '154051.888000', '154051.890000', '154051.893000', '154051.896000', '154051.899000', '154051.901000', '154051.904000', '154051.907000', '154051.909000', '154051.912000', '154051.927000', '154051.929000', '154051.933000', '154051.936000', '154051.939000', '154051.941000', '154051.944000', '154051.946000', '154051.949000', '154051.952000', '154051.954000', '154051.957000', '154051.964000', '154051.966000', '154051.969000', '154051.971000', '154111.850000', '154111.853000', '154111.856000', '154111.859000', '154111.861000', '154111.864000', '154111.866000', '154111.869000', '154111.872000', '154111.880000', '154111.883000', '154111.885000', '154111.888000', '154111.891000', '154111.893000', '154111.896000', '154111.898000', '154111.901000', '154111.903000', '154111.906000', '154111.909000', '154111.911000', '154111.914000', '154111.921000', '154111.924000', '154111.927000', '154111.929000', '154111.932000', '154111.935000', '154111.937000', '154111.940000', '154111.942000', '154111.945000', '154111.948000', '154111.950000', '154111.953000', '154111.955000', '154111.958000', '154111.961000', '154111.963000', '154111.966000', '154111.969000', '154111.971000', '154111.974000', '154131.850000', '154131.853000', '154131.856000', '154131.859000', '154131.861000', '154131.864000', '154131.867000', '154131.870000', '154131.872000', '154131.875000', '154131.878000', '154131.881000', '154131.883000', '154131.886000', '154131.889000', '154131.891000', '154131.894000', '154131.897000', '154131.899000', '154131.902000', '154131.905000', '154131.907000', '154131.910000', '154131.913000', '154131.915000', '154131.918000', '154131.920000', '154131.923000', '154131.932000', '154131.935000', '154131.937000', '154131.940000', '154131.943000', '154131.945000', '154131.948000', '154131.951000', '154131.953000', '154131.956000', '154131.958000', '154131.961000', '154131.964000', '154131.966000', '154131.969000', '154131.972000', '154151.851000', '154151.857000', '154151.859000', '154151.862000', '154151.865000', '154151.867000', '154151.870000', '154151.873000', '154151.875000', '154151.878000', '154151.881000', '154151.883000', '154151.886000', '154151.888000', '154151.891000', '154151.894000', '154151.897000', '154151.900000', '154151.902000', '154151.905000', '154151.908000', '154151.910000', '154151.913000', '154151.916000', '154151.918000', '154151.931000', '154151.934000', '154151.937000', '154151.939000', '154151.942000', '154151.945000', '154151.947000', '154151.950000', '154151.952000', '154151.955000', '154151.958000', '154151.961000', '154151.963000', '154151.966000', '154151.969000', '154151.971000', '154151.974000', '154151.977000', '154211.851000', '154211.854000', '154211.857000', '154211.860000', '154211.863000', '154211.866000', '154211.869000', '154211.872000', '154211.875000', '154211.878000', '154211.881000', '154211.884000', '154211.887000', '154211.890000', '154211.892000', '154211.895000', '154211.898000', '154211.900000', '154211.903000', '154211.905000', '154211.908000', '154211.911000', '154211.914000', '154211.916000', '154211.919000', '154211.922000', '154211.924000', '154211.927000', '154211.930000', '154211.933000', '154211.935000', '154211.938000', '154211.941000', '154211.943000', '154211.946000', '154211.949000', '154211.951000', '154211.954000', '154211.957000', '154211.959000', '154211.962000', '154211.965000', '154211.967000', '154231.851000', '154231.854000', '154231.857000', '154231.860000', '154231.862000', '154231.865000', '154231.867000', '154231.870000', '154231.873000', '154231.875000', '154231.878000', '154231.881000', '154231.883000', '154231.886000', '154231.888000', '154231.891000', '154231.894000', '154231.896000', '154231.899000', '154231.902000', '154231.904000', '154231.908000', '154231.911000', '154231.914000', '154231.917000', '154231.919000', '154231.922000', '154231.925000', '154231.927000', '154231.930000', '154231.937000', '154231.940000', '154231.942000', '154231.945000', '154231.948000', '154231.950000', '154231.953000', '154231.956000', '154231.959000', '154231.961000', '154231.964000', '154231.967000', '154231.969000', '154231.972000', '154251.851000', '154251.854000', '154251.857000', '154251.860000', '154251.863000', '154251.866000', '154251.869000', '154251.871000', '154251.875000', '154251.878000', '154251.881000', '154251.883000', '154251.886000', '154251.888000', '154251.891000', '154251.894000', '154251.896000', '154251.899000', '154251.901000', '154251.904000', '154251.907000', '154251.909000', '154251.912000', '154251.914000', '154251.917000', '154251.920000', '154251.922000', '154251.925000', '154251.928000', '154251.931000', '154251.933000', '154251.936000', '154251.939000', '154251.941000', '154251.944000', '154251.947000', '154251.949000', '154251.952000', '154251.955000', '154251.957000', '154251.960000', '154251.962000', '154251.965000', '154311.851000', '154311.858000', '154311.861000', '154311.863000', '154311.866000', '154311.868000', '154311.871000', '154311.874000', '154311.876000', '154311.879000', '154311.882000', '154311.884000', '154311.887000', '154311.889000', '154311.892000', '154311.895000', '154311.898000', '154311.900000', '154311.903000', '154311.905000', '154311.908000', '154311.911000', '154311.913000', '154311.916000', '154311.919000', '154311.921000', '154311.924000', '154311.926000', '154311.929000', '154311.932000', '154311.934000', '154311.937000', '154311.940000', '154311.942000', '154311.945000', '154311.948000', '154311.950000', '154311.953000', '154311.956000', '154311.959000', '154311.962000', '154311.964000', '154311.967000', '154311.970000', '154331.851000', '154331.854000', '154331.856000', '154331.859000', '154331.861000', '154331.864000', '154331.867000', '154331.876000', '154331.879000', '154331.882000', '154331.884000', '154331.887000', '154331.890000', '154331.892000', '154331.895000', '154331.898000', '154331.901000', '154331.903000', '154331.906000', '154331.909000', '154331.911000', '154331.914000', '154331.917000', '154331.920000', '154331.923000', '154331.926000', '154331.928000', '154331.931000', '154331.934000', '154331.937000', '154331.939000', '154331.942000', '154331.945000', '154331.947000', '154331.950000', '154331.953000', '154331.956000', '154331.959000', '154331.962000', '154331.964000', '154331.967000', '154331.970000', '154331.973000', '154351.850000', '154351.860000', '154351.863000', '154351.865000', '154351.868000', '154351.871000', '154351.873000', '154351.876000', '154351.879000', '154351.881000', '154351.884000', '154351.887000', '154351.890000', '154351.892000', '154351.895000', '154351.898000', '154351.901000', '154351.903000', '154351.906000', '154351.908000', '154351.911000', '154351.914000', '154351.916000', '154351.919000', '154351.922000', '154351.924000', '154351.927000', '154351.929000', '154351.932000', '154351.935000', '154351.937000', '154351.940000', '154351.943000', '154351.945000', '154351.948000', '154351.950000', '154351.953000', '154351.957000', '154351.959000', '154351.962000', '154351.965000', '154351.967000', '154351.970000', '154411.851000', '154411.854000', '154411.857000', '154411.860000', '154411.863000', '154411.866000', '154411.868000', '154411.871000', '154411.874000', '154411.876000', '154411.879000', '154411.882000', '154411.884000', '154411.887000', '154411.889000', '154411.892000', '154411.895000', '154411.897000', '154411.900000', '154411.903000', '154411.905000', '154411.908000', '154411.910000', '154411.913000', '154411.916000', '154411.918000', '154411.921000', '154411.924000', '154411.927000', '154411.930000', '154411.932000', '154411.935000', '154411.938000', '154411.940000', '154411.943000', '154411.946000', '154411.949000', '154411.951000', '154411.954000', '154411.957000', '154411.960000', '154411.963000', '154411.981000', '154411.984000', '154431.851000', '154431.854000', '154431.857000', '154431.859000', '154431.862000', '154431.865000', '154431.867000', '154431.870000', '154431.873000', '154431.875000', '154431.878000', '154431.881000', '154431.883000', '154431.886000', '154431.889000', '154431.892000', '154431.895000', '154431.898000', '154431.900000', '154431.903000', '154431.906000', '154431.909000', '154431.911000', '154431.914000', '154431.917000', '154431.919000', '154431.922000', '154431.925000', '154431.927000', '154431.930000', '154431.933000', '154431.935000', '154431.938000', '154431.941000', '154431.944000', '154431.946000', '154431.949000', '154431.952000', '154431.954000', '154431.957000', '154431.960000', '154431.962000', '154431.966000', '154431.969000', '154451.852000', '154451.866000', '154451.869000', '154451.871000', '154451.874000', '154451.877000', '154451.879000', '154451.882000', '154451.885000', '154451.888000', '154451.890000', '154451.893000', '154451.895000', '154451.898000', '154451.901000', '154451.903000', '154451.906000', '154451.909000', '154451.912000', '154451.914000', '154451.917000', '154451.920000', '154451.922000', '154451.925000', '154451.928000', '154451.930000', '154451.933000', '154451.936000', '154451.938000', '154451.941000', '154451.944000', '154451.946000', '154451.951000', '154451.954000', '154451.956000', '154451.959000', '154451.962000', '154451.966000', '154451.969000', '154451.971000', '154451.974000', '154451.977000', '154451.979000', '154511.851000', '154511.854000', '154511.857000', '154511.860000', '154511.862000', '154511.865000', '154511.868000', '154511.870000', '154511.873000', '154511.875000', '154511.878000', '154511.881000', '154511.884000', '154511.886000', '154511.889000', '154511.892000', '154511.894000', '154511.897000', '154511.900000', '154511.902000', '154511.905000', '154511.908000', '154511.910000', '154511.913000', '154511.915000', '154511.918000', '154511.921000', '154511.923000', '154511.926000', '154511.929000', '154511.931000', '154511.934000', '154511.937000', '154511.939000', '154511.942000', '154511.945000', '154511.947000', '154511.950000', '154511.953000', '154511.956000', '154511.958000', '154511.961000', '154511.964000', '154511.966000', '154531.851000', '154531.853000', '154531.856000', '154531.859000', '154531.861000', '154531.864000', '154531.867000', '154531.869000', '154531.872000', '154531.874000', '154531.877000', '154531.880000', '154531.882000', '154531.885000', '154531.888000', '154531.890000', '154531.893000', '154531.896000', '154531.898000', '154531.901000', '154531.904000', '154531.906000', '154531.909000', '154531.911000', '154531.914000', '154531.917000', '154531.919000', '154531.922000', '154531.925000', '154531.928000', '154531.930000', '154531.939000', '154531.942000', '154531.945000', '154531.948000', '154531.950000', '154531.953000', '154531.955000', '154531.958000', '154531.961000', '154531.963000', '154531.966000', '154531.969000', '154551.851000', '154551.854000', '154551.856000', '154551.859000', '154551.861000', '154551.864000', '154551.867000', '154551.869000', '154551.872000', '154551.875000', '154551.877000', '154551.880000', '154551.883000', '154551.885000', '154551.888000', '154551.891000', '154551.893000', '154551.896000', '154551.899000', '154551.902000', '154551.904000', '154551.907000', '154551.909000', '154551.912000', '154551.915000', '154551.918000', '154551.920000', '154551.923000', '154551.925000', '154551.928000', '154551.931000', '154551.934000', '154551.936000', '154551.939000', '154551.941000', '154551.944000', '154551.947000', '154551.950000', '154551.952000', '154551.955000', '154551.957000', '154551.960000', '154551.963000', '154551.965000', '154611.851000', '154611.864000', '154611.866000', '154611.869000', '154611.872000', '154611.874000', '154611.877000', '154611.880000', '154611.882000', '154611.885000', '154611.887000', '154611.890000', '154611.892000', '154611.895000', '154611.898000', '154611.900000', '154611.903000', '154611.906000', '154611.908000', '154611.911000', '154611.913000', '154611.916000', '154611.919000', '154611.921000', '154611.924000', '154611.926000', '154611.929000', '154611.932000', '154611.936000', '154611.939000', '154611.941000', '154611.944000', '154611.947000', '154611.949000', '154611.952000', '154611.954000', '154611.957000', '154611.960000', '154611.962000', '154611.965000', '154611.968000', '154611.970000', '154611.973000', '154631.852000', '154631.915000', '154631.918000', '154631.920000', '154631.923000', '154631.926000', '154631.928000', '154631.931000', '154631.934000', '154631.936000', '154631.939000', '154631.941000', '154631.944000', '154631.947000', '154631.959000', '154631.961000', '154631.964000', '154631.967000', '154631.969000', '154631.972000', '154631.975000', '154631.977000', '154631.980000', '154631.983000', '154631.985000', '154631.988000', '154631.991000', '154631.993000', '154631.996000', '154632.000000', '154632.002000', '154632.005000', '154632.008000', '154632.010000', '154632.013000', '154632.015000', '154632.018000', '154632.021000', '154632.023000', '154632.026000', '154632.029000', '154632.031000', '154632.034000', '154632.037000', '154651.852000', '154651.854000', '154651.857000', '154651.860000', '154651.862000', '154651.865000', '154651.868000', '154651.870000', '154651.873000', '154651.875000', '154651.878000', '154651.881000', '154651.883000', '154651.886000', '154651.889000', '154651.891000', '154651.894000', '154651.897000', '154651.900000', '154651.902000', '154651.905000', '154651.907000', '154651.910000', '154651.913000', '154651.915000', '154651.918000', '154651.921000', '154651.924000', '154651.926000', '154651.929000', '154651.932000', '154651.934000', '154651.937000', '154651.939000', '154651.942000', '154651.945000', '154651.947000', '154651.950000', '154651.953000', '154651.956000', '154651.958000', '154651.961000', '154651.964000', '154704.847000', '154704.850000', '154704.853000', '154704.856000', '154704.859000', '154704.862000', '154704.864000', '154704.867000', '154704.870000', '154704.874000', '154704.877000', '154704.879000', '154704.882000', '154704.885000', '154704.888000', '154704.891000', '154704.893000', '154704.897000', '154704.899000', '154704.903000', '154704.906000', '154704.910000', '154704.913000', '154704.916000', '154704.918000', '154704.922000', '154704.924000', '154704.927000', '154704.930000'], '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': [11360, 7699, 13221, 9575, 14249, 11119, 14265, 11072, 7768, 12836, 9016, 14535, 10632, 14024, 10325, 13582, 9984, 13175, 10148, 14145, 10305, 11757, 9253, 7518, 9968, 7045, 12716, 8115, 14181, 11121, 13734, 10543, 12846, 10317, 8631, 12518, 8315, 13484, 10114, 13665, 10504, 13750, 10871, 10830, 11293, 7665, 13111, 8431, 14054, 11473, 13860, 10965, 12588, 9882, 7944, 11606, 8113, 14049, 10258, 13993, 11051, 14500, 11044, 11040, 11447, 7785, 12275, 7042, 13698, 11214, 13202, 10277, 7922, 10370, 7460, 13916, 11642, 12755, 10234, 7384, 14188, 12014, 10528, 13177, 10099, 13731, 10386, 9487, 13865, 11399, 11383, 13428, 9775, 14725, 12243, 15020, 11451, 12408, 11238, 8533, 13494, 9320, 13699, 9731, 13046, 9845, 10179, 10416, 7911, 13881, 10183, 13734, 10270, 13952, 11083, 10256, 12532, 8352, 13492, 9737, 14341, 11546, 10100, 10512, 7485, 13314, 9674, 14238, 11783, 14601, 11354, 14528, 10704, 13919, 10614, 13245, 10728, 10846, 9407, 7399, 10651, 7340, 13563, 10100, 13945, 10509, 14031, 10162, 13483, 10858, 12189, 9583, 7577, 10651, 7570, 13362, 9789, 13779, 10389, 13295, 10084, 13261, 10297, 13130, 11298, 9479, 12335, 7957, 12041, 8234, 12889, 9379, 13622, 10508, 13359, 11072, 13628, 10264, 9046, 10374, 7891, 12508, 8239, 13834, 9563, 14409, 11184, 14066, 10485, 13436, 9799, 12438, 10098, 11509, 11395, 8346, 12551, 8222, 13502, 8762, 13748, 10219, 13787, 11361, 14031, 10100, 12610, 9873, 8859, 10545, 7869, 13151, 9186, 13753, 10111, 13392, 10235, 13326, 10940, 14210, 10474, 12299, 10547, 8169, 12765, 8956, 13248, 8502, 12788, 8768, 13064, 9912, 12923, 10497, 11684, 9805, 9189, 10402, 8512, 12317, 8534, 12456, 7988, 11556, 7997, 11849, 7723, 12963, 8493, 13358, 9215, 13292, 9478, 13292, 9841, 13298, 11167, 13703, 10647, 13202, 9612, 10045, 9647, 8433, 11653, 8274, 12873, 8488, 12674, 9129, 13100, 9958, 13578, 10847, 14501, 10851, 14454, 10293, 10678, 11590, 9114, 13028, 8690, 13300, 9018, 13310, 10389, 13630, 10894, 14310, 10315, 8909, 9341, 7345, 10876, 7338, 12773, 9453, 13381, 11314, 13934, 9853, 13889, 10580, 9595, 10358, 7340, 13336, 10393, 13441, 10845, 8345, 10598, 7638, 13188, 10025, 13177, 11026, 14065, 10007, 7920, 11381, 8461, 13090, 9089, 13403, 9579, 13061, 9912, 13164, 9884, 12644, 10448, 8409, 10813, 7326, 13049, 9707, 13903, 10990, 13627, 10160, 13132, 10325, 13954, 10803, 8416, 11322, 7583, 13282, 10005, 13579, 11165, 12169, 9923, 8784, 11528, 8356, 14036, 10649, 14441, 10535, 8942, 11506, 7997, 14136, 10849, 14219, 10660, 13449, 10622, 13378, 12265, 8693, 12353, 8058, 13180, 9337, 14084, 10959, 14234, 9977, 8109, 11124, 8312, 14077, 10537, 10532, 10030, 8450, 13122, 9570, 13837, 8738, 12304, 8379, 13919, 9921, 13522, 10338, 12892, 10004, 12952, 10606, 12207, 9464, 7612, 11139, 7903, 13277, 10151, 13619, 10555, 13255, 10276, 12668, 10119, 8235, 10007, 7282, 11952, 8256, 13821, 10816, 13807, 10388, 10728, 10591, 8393, 12539, 7714, 13042, 9655, 13806, 11049, 12977, 10373, 9669, 10732, 8405, 13587, 9767, 13851, 10490, 13630, 11259, 14785, 11131, 10189, 10447, 8022, 13206, 9161, 13649, 10072, 13620, 10751, 14279, 11240, 9157, 10950, 7705, 12971, 9379, 13646, 11259, 13606, 10301, 10153, 10480, 9241, 13302, 9177, 13937, 9904, 13418, 10388, 13489, 10768, 11841, 10482, 8186, 11451, 7833, 14030, 10547, 13697, 10515, 13746, 10600, 11624, 11697, 8562, 12697, 8319, 13637, 10850, 13822, 11173, 12880, 9761, 8076, 10710, 7565, 13450, 10250, 13985, 11603, 14122, 10789, 11713, 10683, 8721, 13305, 8922, 13713, 10131, 13587, 10261, 12014, 10815, 8603, 11596, 8132, 13082, 9771, 14329, 11123, 13871, 10493, 12247, 10012, 9629, 11756, 8062, 13146, 8381, 13607, 9968, 13757, 11244, 13891, 10902, 10086, 10518, 7873, 13290, 9782, 13824, 10298, 11085, 9405, 7695, 11362, 8345, 14614, 11563, 14521, 10902, 15298, 10843, 14647, 10200, 10391, 10129, 8075, 12628, 8709, 14140, 10866, 13426, 10167, 12868, 9710, 9867, 10273, 9117, 13335, 9149, 13702, 9087, 14086, 10644, 14182, 11183, 14857, 10536, 11902, 10475, 8744, 13288, 8400, 13020, 8939, 13588, 10683, 13635, 10533, 10860, 10199, 8505, 12529, 8619, 13332, 9154, 13424, 9681, 13455, 10872, 12509, 10621, 8678, 11901, 8205, 13347, 10413, 14448, 11846, 15543, 10516, 9362, 11041, 8212, 13868, 10525, 13960, 10306, 10593, 10490, 8791, 14310, 10575, 14651, 11559, 12678, 10552, 8285, 14587, 10702, 8833, 14534, 11634, 16034, 10942, 14808, 10728, 13360, 12754, 9433, 13132, 9309, 13312, 10245, 13105, 11359, 9573, 9768, 7467, 12323, 9350, 13887, 11463, 9482, 11430, 8156, 14378, 10586, 14338, 12164, 14760, 10903, 10184, 10957, 8308, 13222, 9350, 14533, 10210, 13414, 10231, 13291, 10769, 14108, 10695, 7893, 11593, 8645, 13479, 10750, 11278, 10869, 8118, 12158, 7912, 14011, 10774, 14296, 10762, 13772, 10326, 13065, 10262, 13211, 10325, 12274, 9397, 8594, 9599, 7743, 12892, 8799, 14209, 10432, 13692, 10556, 13653, 11015, 13672, 10978, 13538, 11368, 8474, 12015, 7862, 12529, 9074, 13719, 10794, 14129, 11505, 12035, 11421, 8209, 12228, 7927, 13850, 10379, 13742, 11810, 15507, 11557, 12906, 11718, 8343, 13213, 8551, 13898, 10295, 13620, 11200, 14028, 11378, 13248, 10040, 8192, 10872, 7900, 13727, 9374, 14220, 11991, 14366, 10520, 11792, 9571, 8133, 12177, 9010, 14577, 11161, 13759, 10898, 12313, 10815, 8945, 13443, 8757, 13777, 10694, 14108, 11329, 14471, 11717, 9436, 11056, 8139, 13274, 9641, 14446, 11591, 14616, 10571, 10984, 11067, 9068, 14134, 10189, 14039, 10865, 14196, 10840, 13667, 11950, 8321, 13442, 9022, 13747, 10568, 13401, 10750, 8603, 11180, 7779, 14088, 11903, 13787, 10565, 8645, 14371, 12158, 14756, 10907, 14497, 10692, 14822, 12534, 10391, 11051, 7471, 12474, 8623, 13613, 11054, 9934, 11477, 8265, 12828, 9208, 11218], 'WindowCenter': [3983.0, 3926.0, 3976.0, 3943.0, 3975.0, 3954.0, 3974.0, 3942.0, 3908.0, 3951.0, 3918.0, 3960.0, 3939.0, 3961.0, 3929.0, 3959.0, 3929.0, 3949.0, 3927.0, 3959.0, 3941.0, 3949.0, 3918.0, 3896.0, 3928.0, 3897.0, 3960.0, 3908.0, 3972.0, 3951.0, 3961.0, 3941.0, 3949.0, 3939.0, 3917.0, 3951.0, 3908.0, 3961.0, 3930.0, 3961.0, 3940.0, 3961.0, 3941.0, 3940.0, 3950.0, 3907.0, 3961.0, 3919.0, 3962.0, 3951.0, 3960.0, 3941.0, 3948.0, 3930.0, 3907.0, 3950.0, 3910.0, 3972.0, 3941.0, 3971.0, 3950.0, 3973.0, 3950.0, 3939.0, 3950.0, 3908.0, 3951.0, 3911.0, 3987.0, 3954.0, 3972.0, 3952.0, 3921.0, 3952.0, 3923.0, 3986.0, 3966.0, 3974.0, 3953.0, 3922.0, 3986.0, 3965.0, 3953.0, 3975.0, 3953.0, 3972.0, 3952.0, 3941.0, 3973.0, 3963.0, 3952.0, 3974.0, 3942.0, 3986.0, 3953.0, 3971.0, 3939.0, 3934.0, 3924.0, 3904.0, 3945.0, 3914.0, 3946.0, 3915.0, 3944.0, 3926.0, 3925.0, 3936.0, 3906.0, 3958.0, 3937.0, 3958.0, 3938.0, 3959.0, 3940.0, 3940.0, 3949.0, 3907.0, 3958.0, 3927.0, 3959.0, 3949.0, 3927.0, 3926.0, 3896.0, 3959.0, 3929.0, 3973.0, 3951.0, 3971.0, 3939.0, 3959.0, 3926.0, 3947.0, 3926.0, 3945.0, 3926.0, 3924.0, 3913.0, 3894.0, 3935.0, 3893.0, 3957.0, 3926.0, 3957.0, 3928.0, 3956.0, 3925.0, 3946.0, 3937.0, 3935.0, 3915.0, 3893.0, 3925.0, 3894.0, 3958.0, 3926.0, 3958.0, 3926.0, 3946.0, 3926.0, 3946.0, 3926.0, 3946.0, 3937.0, 3916.0, 3935.0, 3891.0, 3933.0, 3903.0, 3934.0, 3913.0, 3944.0, 3925.0, 3945.0, 3936.0, 3945.0, 3925.0, 3902.0, 3923.0, 3890.0, 3933.0, 3901.0, 3944.0, 3914.0, 3958.0, 3935.0, 3945.0, 3923.0, 3944.0, 3913.0, 3933.0, 3925.0, 3934.0, 3935.0, 3904.0, 3947.0, 3902.0, 3946.0, 3902.0, 3945.0, 3925.0, 3945.0, 3936.0, 3946.0, 3925.0, 3934.0, 3913.0, 3912.0, 3935.0, 3904.0, 3948.0, 3916.0, 3958.0, 3925.0, 3957.0, 3937.0, 3959.0, 3937.0, 3957.0, 3937.0, 3945.0, 3925.0, 3905.0, 3946.0, 3903.0, 3946.0, 3901.0, 3943.0, 3902.0, 3945.0, 3923.0, 3944.0, 3936.0, 3935.0, 3925.0, 3913.0, 3936.0, 3914.0, 3945.0, 3903.0, 3945.0, 3903.0, 3935.0, 3904.0, 3947.0, 3904.0, 3957.0, 3916.0, 3958.0, 3925.0, 3957.0, 3926.0, 3957.0, 3927.0, 3957.0, 3936.0, 3958.0, 3926.0, 3945.0, 3915.0, 3924.0, 3923.0, 3904.0, 3946.0, 3905.0, 3959.0, 3915.0, 3959.0, 3927.0, 3959.0, 3939.0, 3959.0, 3940.0, 3971.0, 3939.0, 3957.0, 3926.0, 3937.0, 3948.0, 3915.0, 3958.0, 3904.0, 3957.0, 3913.0, 3945.0, 3924.0, 3957.0, 3937.0, 3956.0, 3926.0, 3914.0, 3915.0, 3893.0, 3935.0, 3893.0, 3957.0, 3926.0, 3960.0, 3949.0, 3960.0, 3928.0, 3957.0, 3938.0, 3926.0, 3936.0, 3894.0, 3959.0, 3939.0, 3959.0, 3938.0, 3915.0, 3936.0, 3904.0, 3958.0, 3926.0, 3947.0, 3938.0, 3956.0, 3925.0, 3904.0, 3935.0, 3903.0, 3945.0, 3902.0, 3946.0, 3912.0, 3943.0, 3912.0, 3945.0, 3925.0, 3946.0, 3935.0, 3904.0, 3935.0, 3893.0, 3946.0, 3914.0, 3956.0, 3936.0, 3945.0, 3925.0, 3945.0, 3926.0, 3956.0, 3925.0, 3902.0, 3924.0, 3891.0, 3945.0, 3923.0, 3945.0, 3935.0, 3934.0, 3923.0, 3915.0, 3947.0, 3905.0, 3959.0, 3936.0, 3957.0, 3936.0, 3913.0, 3945.0, 3904.0, 3957.0, 3936.0, 3958.0, 3937.0, 3958.0, 3938.0, 3958.0, 3949.0, 3914.0, 3946.0, 3904.0, 3947.0, 3914.0, 3956.0, 3924.0, 3943.0, 3922.0, 3902.0, 3934.0, 3903.0, 3956.0, 3937.0, 3925.0, 3926.0, 3905.0, 3946.0, 3913.0, 3956.0, 3903.0, 3934.0, 3903.0, 3945.0, 3912.0, 3942.0, 3910.0, 3932.0, 3911.0, 3932.0, 3923.0, 3930.0, 3911.0, 3890.0, 3922.0, 3889.0, 3943.0, 3911.0, 3942.0, 3922.0, 3932.0, 3912.0, 3932.0, 3921.0, 3891.0, 3912.0, 3890.0, 3934.0, 3903.0, 3955.0, 3936.0, 3954.0, 3924.0, 3936.0, 3925.0, 3904.0, 3947.0, 3893.0, 3955.0, 3925.0, 3956.0, 3937.0, 3946.0, 3937.0, 3924.0, 3936.0, 3904.0, 3959.0, 3925.0, 3956.0, 3936.0, 3957.0, 3937.0, 3957.0, 3934.0, 3922.0, 3924.0, 3891.0, 3945.0, 3912.0, 3943.0, 3922.0, 3943.0, 3924.0, 3954.0, 3933.0, 3911.0, 3922.0, 3890.0, 3943.0, 3912.0, 3945.0, 3936.0, 3944.0, 3924.0, 3922.0, 3924.0, 3912.0, 3946.0, 3914.0, 3955.0, 3923.0, 3943.0, 3923.0, 3945.0, 3924.0, 3933.0, 3922.0, 3901.0, 3934.0, 3891.0, 3956.0, 3924.0, 3954.0, 3923.0, 3954.0, 3924.0, 3935.0, 3934.0, 3903.0, 3943.0, 3901.0, 3945.0, 3924.0, 3944.0, 3923.0, 3931.0, 3912.0, 3890.0, 3921.0, 3891.0, 3944.0, 3923.0, 3955.0, 3935.0, 3954.0, 3925.0, 3932.0, 3924.0, 3901.0, 3945.0, 3901.0, 3943.0, 3923.0, 3943.0, 3925.0, 3933.0, 3934.0, 3902.0, 3934.0, 3902.0, 3945.0, 3925.0, 3956.0, 3935.0, 3944.0, 3923.0, 3933.0, 3924.0, 3923.0, 3934.0, 3902.0, 3945.0, 3902.0, 3955.0, 3924.0, 3955.0, 3935.0, 3944.0, 3924.0, 3923.0, 3923.0, 3903.0, 3944.0, 3912.0, 3943.0, 3923.0, 3932.0, 3924.0, 3904.0, 3947.0, 3916.0, 3970.0, 3949.0, 3958.0, 3937.0, 3967.0, 3938.0, 3958.0, 3926.0, 3923.0, 3923.0, 3902.0, 3945.0, 3903.0, 3958.0, 3924.0, 3944.0, 3923.0, 3943.0, 3913.0, 3922.0, 3926.0, 3914.0, 3956.0, 3914.0, 3955.0, 3913.0, 3956.0, 3924.0, 3944.0, 3924.0, 3952.0, 3921.0, 3932.0, 3921.0, 3901.0, 3943.0, 3889.0, 3931.0, 3901.0, 3941.0, 3911.0, 3942.0, 3922.0, 3919.0, 3922.0, 3901.0, 3931.0, 3901.0, 3944.0, 3912.0, 3944.0, 3925.0, 3944.0, 3935.0, 3944.0, 3925.0, 3902.0, 3935.0, 3903.0, 3945.0, 3924.0, 3956.0, 3945.0, 3964.0, 3923.0, 3913.0, 3933.0, 3903.0, 3957.0, 3935.0, 3955.0, 3925.0, 3934.0, 3924.0, 3914.0, 3968.0, 3926.0, 3955.0, 3936.0, 3945.0, 3935.0, 3915.0, 3966.0, 3937.0, 3914.0, 3969.0, 3936.0, 3966.0, 3934.0, 3954.0, 3925.0, 3943.0, 3933.0, 3900.0, 3933.0, 3899.0, 3941.0, 3922.0, 3930.0, 3933.0, 3911.0, 3910.0, 3890.0, 3944.0, 3913.0, 3955.0, 3948.0, 3926.0, 3936.0, 3905.0, 3956.0, 3925.0, 3956.0, 3946.0, 3955.0, 3925.0, 3923.0, 3922.0, 3901.0, 3944.0, 3901.0, 3955.0, 3911.0, 3943.0, 3923.0, 3943.0, 3923.0, 3944.0, 3923.0, 3891.0, 3933.0, 3901.0, 3943.0, 3934.0, 3935.0, 3934.0, 3903.0, 3934.0, 3903.0, 3956.0, 3923.0, 3955.0, 3922.0, 3942.0, 3911.0, 3932.0, 3911.0, 3932.0, 3913.0, 3931.0, 3911.0, 3900.0, 3912.0, 3892.0, 3943.0, 3901.0, 3954.0, 3924.0, 3944.0, 3924.0, 3942.0, 3924.0, 3943.0, 3924.0, 3944.0, 3923.0, 3891.0, 3931.0, 3890.0, 3932.0, 3900.0, 3942.0, 3923.0, 3944.0, 3935.0, 3935.0, 3935.0, 3902.0, 3933.0, 3902.0, 3945.0, 3923.0, 3945.0, 3935.0, 3956.0, 3936.0, 3946.0, 3934.0, 3902.0, 3932.0, 3900.0, 3942.0, 3912.0, 3944.0, 3923.0, 3943.0, 3935.0, 3944.0, 3911.0, 3901.0, 3923.0, 3891.0, 3943.0, 3912.0, 3955.0, 3936.0, 3956.0, 3924.0, 3934.0, 3913.0, 3903.0, 3944.0, 3914.0, 3957.0, 3935.0, 3955.0, 3935.0, 3944.0, 3935.0, 3915.0, 3945.0, 3902.0, 3944.0, 3923.0, 3955.0, 3936.0, 3955.0, 3946.0, 3913.0, 3933.0, 3891.0, 3944.0, 3913.0, 3955.0, 3935.0, 3955.0, 3924.0, 3934.0, 3935.0, 3915.0, 3958.0, 3923.0, 3955.0, 3924.0, 3957.0, 3936.0, 3945.0, 3934.0, 3903.0, 3945.0, 3913.0, 3943.0, 3925.0, 3944.0, 3938.0, 3917.0, 3950.0, 3917.0, 3969.0, 3948.0, 3958.0, 3936.0, 3918.0, 3970.0, 3951.0, 3958.0, 3936.0, 3954.0, 3924.0, 3955.0, 3935.0, 3923.0, 3922.0, 3880.0, 3930.0, 3901.0, 3941.0, 3922.0, 3923.0, 3933.0, 3902.0, 3943.0, 3925.0, 3936.0], 'WindowWidth': [8883.0, 8798.0, 8861.0, 8813.0, 8858.0, 8826.0, 8855.0, 8808.0, 8757.0, 8817.0, 8770.0, 8830.0, 8798.0, 8834.0, 8785.0, 8829.0, 8787.0, 8814.0, 8783.0, 8828.0, 8803.0, 8811.0, 8770.0, 8739.0, 8784.0, 8741.0, 8828.0, 8759.0, 8850.0, 8818.0, 8833.0, 8803.0, 8814.0, 8800.0, 8768.0, 8817.0, 8756.0, 8832.0, 8788.0, 8833.0, 8802.0, 8833.0, 8804.0, 8802.0, 8815.0, 8755.0, 8832.0, 8772.0, 8836.0, 8818.0, 8832.0, 8804.0, 8812.0, 8788.0, 8756.0, 8817.0, 8764.0, 8850.0, 8805.0, 8848.0, 8817.0, 8853.0, 8817.0, 8800.0, 8815.0, 8757.0, 8818.0, 8772.0, 8879.0, 8830.0, 8853.0, 8825.0, 8783.0, 8824.0, 8788.0, 8878.0, 8850.0, 8859.0, 8827.0, 8787.0, 8877.0, 8847.0, 8825.0, 8861.0, 8827.0, 8854.0, 8826.0, 8807.0, 8856.0, 8839.0, 8824.0, 8857.0, 8809.0, 8884.0, 8827.0, 8853.0, 8799.0, 8785.0, 8771.0, 8744.0, 8805.0, 8757.0, 8805.0, 8760.0, 8799.0, 8777.0, 8775.0, 8793.0, 8753.0, 8827.0, 8796.0, 8825.0, 8798.0, 8830.0, 8804.0, 8803.0, 8815.0, 8755.0, 8824.0, 8782.0, 8830.0, 8814.0, 8782.0, 8780.0, 8742.0, 8830.0, 8788.0, 8854.0, 8821.0, 8852.0, 8800.0, 8831.0, 8779.0, 8811.0, 8778.0, 8804.0, 8777.0, 8772.0, 8758.0, 8732.0, 8792.0, 8732.0, 8823.0, 8780.0, 8823.0, 8782.0, 8822.0, 8778.0, 8808.0, 8794.0, 8789.0, 8761.0, 8730.0, 8777.0, 8734.0, 8824.0, 8779.0, 8826.0, 8778.0, 8808.0, 8779.0, 8808.0, 8780.0, 8805.0, 8794.0, 8762.0, 8790.0, 8724.0, 8781.0, 8741.0, 8784.0, 8756.0, 8799.0, 8776.0, 8805.0, 8791.0, 8802.0, 8774.0, 8740.0, 8769.0, 8723.0, 8782.0, 8738.0, 8801.0, 8758.0, 8825.0, 8789.0, 8804.0, 8770.0, 8800.0, 8758.0, 8785.0, 8775.0, 8786.0, 8788.0, 8747.0, 8806.0, 8741.0, 8805.0, 8742.0, 8804.0, 8773.0, 8805.0, 8789.0, 8806.0, 8772.0, 8787.0, 8757.0, 8755.0, 8789.0, 8747.0, 8811.0, 8765.0, 8826.0, 8777.0, 8822.0, 8795.0, 8828.0, 8796.0, 8823.0, 8794.0, 8802.0, 8776.0, 8748.0, 8806.0, 8743.0, 8806.0, 8737.0, 8798.0, 8743.0, 8804.0, 8773.0, 8803.0, 8793.0, 8790.0, 8777.0, 8759.0, 8794.0, 8761.0, 8805.0, 8745.0, 8804.0, 8745.0, 8790.0, 8748.0, 8809.0, 8748.0, 8824.0, 8766.0, 8827.0, 8779.0, 8823.0, 8780.0, 8822.0, 8782.0, 8823.0, 8793.0, 8825.0, 8779.0, 8805.0, 8762.0, 8772.0, 8773.0, 8747.0, 8806.0, 8751.0, 8828.0, 8766.0, 8830.0, 8784.0, 8830.0, 8803.0, 8833.0, 8805.0, 8849.0, 8802.0, 8826.0, 8781.0, 8797.0, 8813.0, 8763.0, 8827.0, 8747.0, 8823.0, 8760.0, 8804.0, 8774.0, 8824.0, 8795.0, 8822.0, 8780.0, 8760.0, 8764.0, 8733.0, 8792.0, 8733.0, 8825.0, 8781.0, 8833.0, 8815.0, 8833.0, 8786.0, 8827.0, 8800.0, 8782.0, 8795.0, 8737.0, 8830.0, 8801.0, 8831.0, 8799.0, 8766.0, 8793.0, 8750.0, 8826.0, 8780.0, 8811.0, 8798.0, 8821.0, 8778.0, 8748.0, 8791.0, 8744.0, 8805.0, 8739.0, 8805.0, 8752.0, 8796.0, 8754.0, 8804.0, 8776.0, 8805.0, 8792.0, 8747.0, 8789.0, 8732.0, 8806.0, 8761.0, 8823.0, 8793.0, 8806.0, 8775.0, 8805.0, 8779.0, 8818.0, 8776.0, 8741.0, 8772.0, 8724.0, 8802.0, 8772.0, 8804.0, 8789.0, 8787.0, 8773.0, 8762.0, 8809.0, 8749.0, 8829.0, 8791.0, 8825.0, 8794.0, 8758.0, 8805.0, 8748.0, 8826.0, 8795.0, 8829.0, 8799.0, 8827.0, 8798.0, 8824.0, 8815.0, 8761.0, 8806.0, 8747.0, 8809.0, 8761.0, 8823.0, 8773.0, 8799.0, 8768.0, 8742.0, 8786.0, 8746.0, 8821.0, 8794.0, 8776.0, 8779.0, 8750.0, 8809.0, 8758.0, 8823.0, 8742.0, 8787.0, 8742.0, 8803.0, 8752.0, 8796.0, 8749.0, 8780.0, 8751.0, 8781.0, 8769.0, 8776.0, 8750.0, 8721.0, 8767.0, 8722.0, 8798.0, 8751.0, 8796.0, 8767.0, 8781.0, 8754.0, 8781.0, 8765.0, 8723.0, 8754.0, 8724.0, 8786.0, 8744.0, 8819.0, 8790.0, 8816.0, 8776.0, 8792.0, 8776.0, 8748.0, 8808.0, 8732.0, 8818.0, 8777.0, 8822.0, 8796.0, 8808.0, 8796.0, 8776.0, 8791.0, 8749.0, 8829.0, 8776.0, 8822.0, 8791.0, 8823.0, 8793.0, 8825.0, 8788.0, 8769.0, 8773.0, 8725.0, 8804.0, 8753.0, 8801.0, 8768.0, 8799.0, 8773.0, 8816.0, 8786.0, 8751.0, 8768.0, 8725.0, 8798.0, 8757.0, 8807.0, 8793.0, 8803.0, 8774.0, 8769.0, 8775.0, 8757.0, 8809.0, 8759.0, 8818.0, 8771.0, 8799.0, 8769.0, 8802.0, 8773.0, 8784.0, 8768.0, 8740.0, 8786.0, 8728.0, 8820.0, 8773.0, 8816.0, 8772.0, 8816.0, 8775.0, 8789.0, 8790.0, 8743.0, 8798.0, 8740.0, 8805.0, 8773.0, 8803.0, 8771.0, 8781.0, 8754.0, 8723.0, 8767.0, 8726.0, 8801.0, 8772.0, 8821.0, 8789.0, 8815.0, 8775.0, 8782.0, 8772.0, 8738.0, 8802.0, 8737.0, 8799.0, 8770.0, 8800.0, 8776.0, 8786.0, 8788.0, 8743.0, 8788.0, 8744.0, 8804.0, 8774.0, 8821.0, 8788.0, 8802.0, 8772.0, 8785.0, 8774.0, 8773.0, 8789.0, 8743.0, 8803.0, 8742.0, 8817.0, 8774.0, 8818.0, 8789.0, 8803.0, 8773.0, 8769.0, 8771.0, 8744.0, 8801.0, 8753.0, 8800.0, 8770.0, 8783.0, 8775.0, 8751.0, 8810.0, 8769.0, 8847.0, 8814.0, 8829.0, 8797.0, 8841.0, 8798.0, 8825.0, 8777.0, 8770.0, 8772.0, 8743.0, 8805.0, 8743.0, 8827.0, 8773.0, 8803.0, 8770.0, 8799.0, 8758.0, 8770.0, 8779.0, 8759.0, 8821.0, 8759.0, 8818.0, 8757.0, 8819.0, 8772.0, 8803.0, 8771.0, 8809.0, 8765.0, 8782.0, 8766.0, 8737.0, 8798.0, 8718.0, 8778.0, 8737.0, 8792.0, 8750.0, 8794.0, 8766.0, 8760.0, 8766.0, 8737.0, 8779.0, 8737.0, 8801.0, 8755.0, 8800.0, 8776.0, 8802.0, 8790.0, 8802.0, 8777.0, 8743.0, 8790.0, 8745.0, 8805.0, 8774.0, 8824.0, 8805.0, 8831.0, 8773.0, 8757.0, 8785.0, 8744.0, 8823.0, 8789.0, 8818.0, 8778.0, 8787.0, 8775.0, 8762.0, 8840.0, 8777.0, 8821.0, 8793.0, 8806.0, 8791.0, 8766.0, 8835.0, 8796.0, 8763.0, 8846.0, 8793.0, 8837.0, 8788.0, 8813.0, 8774.0, 8797.0, 8784.0, 8733.0, 8781.0, 8733.0, 8792.0, 8767.0, 8777.0, 8783.0, 8750.0, 8749.0, 8724.0, 8799.0, 8760.0, 8817.0, 8810.0, 8777.0, 8791.0, 8750.0, 8821.0, 8775.0, 8823.0, 8806.0, 8820.0, 8774.0, 8769.0, 8768.0, 8739.0, 8801.0, 8736.0, 8817.0, 8750.0, 8798.0, 8768.0, 8799.0, 8770.0, 8799.0, 8770.0, 8724.0, 8783.0, 8739.0, 8800.0, 8787.0, 8790.0, 8787.0, 8744.0, 8786.0, 8745.0, 8820.0, 8771.0, 8818.0, 8767.0, 8796.0, 8752.0, 8782.0, 8752.0, 8780.0, 8755.0, 8778.0, 8752.0, 8736.0, 8755.0, 8728.0, 8799.0, 8740.0, 8815.0, 8771.0, 8800.0, 8771.0, 8797.0, 8772.0, 8797.0, 8773.0, 8799.0, 8770.0, 8723.0, 8778.0, 8720.0, 8779.0, 8736.0, 8794.0, 8769.0, 8802.0, 8789.0, 8789.0, 8789.0, 8741.0, 8785.0, 8742.0, 8802.0, 8771.0, 8804.0, 8790.0, 8824.0, 8792.0, 8805.0, 8786.0, 8740.0, 8781.0, 8735.0, 8794.0, 8753.0, 8799.0, 8769.0, 8800.0, 8786.0, 8797.0, 8752.0, 8737.0, 8768.0, 8725.0, 8799.0, 8754.0, 8818.0, 8791.0, 8820.0, 8773.0, 8786.0, 8758.0, 8744.0, 8801.0, 8759.0, 8823.0, 8789.0, 8818.0, 8790.0, 8802.0, 8789.0, 8760.0, 8804.0, 8740.0, 8800.0, 8771.0, 8818.0, 8791.0, 8818.0, 8806.0, 8756.0, 8784.0, 8727.0, 8799.0, 8756.0, 8818.0, 8788.0, 8818.0, 8773.0, 8786.0, 8790.0, 8762.0, 8825.0, 8770.0, 8817.0, 8772.0, 8822.0, 8791.0, 8802.0, 8788.0, 8741.0, 8800.0, 8756.0, 8799.0, 8775.0, 8802.0, 8799.0, 8770.0, 8819.0, 8773.0, 8846.0, 8813.0, 8827.0, 8794.0, 8771.0, 8848.0, 8819.0, 8830.0, 8791.0, 8814.0, 8772.0, 8819.0, 8789.0, 8769.0, 8767.0, 8706.0, 8774.0, 8736.0, 8790.0, 8767.0, 8769.0, 8782.0, 8742.0, 8798.0, 8778.0, 8792.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.00030221291866028706</td></tr>
<tr><td colspan=3>aqi</td><td>0.018702877751196174</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.522711734431184</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2507607020838316</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000058584598802</td></tr>
<tr><td colspan=3>efc</td><td>0.5024</td></tr>
<tr><td colspan=3>fber</td><td>3826.8132</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08901674854650443</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.15311004784689</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5334369668420993</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4526534869787295</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8193537509631867</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.328303662584381</td></tr>
<tr><td colspan=3>gcor</td><td>0.00973525</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013938126154243946</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029341012239456177</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7336497320960897</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.3001</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.5178</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.1576</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296910.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1041.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.6097</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2107</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.8164</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3072.6875</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3269.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79634.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>916.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4067.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>875.5453</td></tr>
<tr><td colspan=3>tsnr</td><td>40.62930406630039</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>