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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-02/func/sub-0106_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>bb197626c82f520ad907eba65e3ca978</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>22:05:1.995000</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.995658, 0.0787379, 0.0496476, -0.085358, 0.985059, 0.149572]</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.102824</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>[4241, -7792, -7202, 325, -87, 35, -57, 54]</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>242.033</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>62fc3bfd-2684-467e-a3fe-ae2f61c10d2f||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.671278476715088, -0.22900934517383575, 0.10024775564670563, 119.79945373535156], [-0.21124808490276337, 2.6428425312042236, 0.41353335976600647, -86.91341400146484], [0.1332007497549057, -0.40129098296165466, 2.666259527206421, -36.018310546875], [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': ['220501.995000', '220502.455000', '220502.915000', '220503.375000', '220503.835000', '220504.295000', '220504.755000', '220505.215000', '220505.675000', '220506.135000', '220506.595000', '220507.055000', '220507.515000', '220507.975000', '220508.435000', '220508.895000', '220509.355000', '220509.815000', '220510.275000', '220510.735000', '220511.195000', '220511.655000', '220512.115000', '220512.575000', '220513.035000', '220513.495000', '220513.955000', '220514.415000', '220514.875000', '220515.335000', '220515.795000', '220516.255000', '220516.715000', '220517.175000', '220517.635000', '220518.095000', '220518.555000', '220519.015000', '220519.475000', '220519.935000', '220520.395000', '220520.855000', '220521.315000', '220521.775000', '220522.235000', '220522.695000', '220523.155000', '220523.615000', '220524.075000', '220524.535000', '220524.995000', '220525.455000', '220525.915000', '220526.375000', '220526.835000', '220527.295000', '220527.755000', '220528.215000', '220528.675000', '220529.135000', '220529.595000', '220530.055000', '220530.515000', '220530.975000', '220531.435000', '220531.895000', '220532.355000', '220532.815000', '220533.275000', '220533.735000', '220534.195000', '220534.655000', '220535.115000', '220535.575000', '220536.035000', '220536.495000', '220536.955000', '220537.415000', '220537.875000', '220538.335000', '220538.795000', '220539.255000', '220539.715000', '220540.175000', '220540.635000', '220541.095000', '220541.555000', '220542.015000', '220542.475000', '220542.935000', '220543.395000', '220543.855000', '220544.315000', '220544.775000', '220545.235000', '220545.695000', '220546.155000', '220546.615000', '220547.075000', '220547.535000', '220547.995000', '220548.455000', '220548.915000', '220549.375000', '220549.835000', '220550.295000', '220550.755000', '220551.215000', '220551.675000', '220552.135000', '220552.595000', '220553.055000', '220553.515000', '220553.975000', '220554.435000', '220554.895000', '220555.355000', '220555.815000', '220556.275000', '220556.735000', '220557.195000', '220557.655000', '220558.115000', '220558.575000', '220559.035000', '220559.495000', '220559.955000', '220600.415000', '220600.875000', '220601.335000', '220601.795000', '220602.255000', '220602.715000', '220603.175000', '220603.635000', '220604.095000', '220604.555000', '220605.015000', '220605.475000', '220605.935000', '220606.395000', '220606.855000', '220607.315000', '220607.775000', '220608.235000', '220608.695000', '220609.155000', '220609.615000', '220610.075000', '220610.535000', '220610.995000', '220611.455000', '220611.915000', '220612.375000', '220612.835000', '220613.295000', '220613.755000', '220614.215000', '220614.675000', '220615.135000', '220615.595000', '220616.055000', '220616.515000', '220616.975000', '220617.435000', '220617.895000', '220618.355000', '220618.815000', '220619.275000', '220619.735000', '220620.195000', '220620.655000', '220621.115000', '220621.575000', '220622.035000', '220622.495000', '220622.955000', '220623.415000', '220623.875000', '220624.335000', '220624.795000', '220625.255000', '220625.715000', '220626.175000', '220626.635000', '220627.095000', '220627.555000', '220628.015000', '220628.475000', '220628.935000', '220629.395000', '220629.855000', '220630.315000', '220630.775000', '220631.235000', '220631.695000', '220632.155000', '220632.615000', '220633.075000', '220633.535000', '220633.995000', '220634.455000', '220634.915000', '220635.375000', '220635.835000', '220636.295000', '220636.755000', '220637.215000', '220637.675000', '220638.135000', '220638.595000', '220639.055000', '220639.515000', '220639.975000', '220640.435000', '220640.895000', '220641.355000', '220641.815000', '220642.275000', '220642.735000', '220643.195000', '220643.655000', '220644.115000', '220644.575000', '220645.035000', '220645.495000', '220645.955000', '220646.415000', '220646.875000', '220647.335000', '220647.795000', '220648.255000', '220648.715000', '220649.175000', '220649.635000', '220650.095000', '220650.555000', '220651.015000', '220651.475000', '220651.935000', '220652.395000', '220652.855000', '220653.315000', '220653.775000', '220654.235000', '220654.695000', '220655.155000', '220655.615000', '220656.075000', '220656.535000', '220656.995000', '220657.455000', '220657.915000', '220658.375000', '220658.835000', '220659.295000', '220659.755000', '220700.215000', '220700.675000', '220701.135000', '220701.595000', '220702.055000', '220702.515000', '220702.975000', '220703.435000', '220703.895000', '220704.355000', '220704.815000', '220705.275000', '220705.735000', '220706.195000', '220706.655000', '220707.115000', '220707.575000', '220708.035000', '220708.495000', '220708.955000', '220709.415000', '220709.875000', '220710.335000', '220710.795000', '220711.255000', '220711.715000', '220712.175000', '220712.635000', '220713.095000', '220713.555000', '220714.015000', '220714.475000', '220714.935000', '220715.395000', '220715.855000', '220716.315000', '220716.775000', '220717.235000', '220717.695000', '220718.155000', '220718.615000', '220719.075000', '220719.535000', '220719.995000', '220720.455000', '220720.915000', '220721.375000', '220721.835000', '220722.295000', '220722.755000', '220723.215000', '220723.675000', '220724.135000', '220724.595000', '220725.055000', '220725.515000', '220725.975000', '220726.435000', '220726.895000', '220727.355000', '220727.815000', '220728.275000', '220728.735000', '220729.195000', '220729.655000', '220730.115000', '220730.575000', '220731.035000', '220731.495000', '220731.955000', '220732.415000', '220732.875000', '220733.335000', '220733.795000', '220734.255000', '220734.715000', '220735.175000', '220735.635000', '220736.095000', '220736.555000', '220737.015000', '220737.475000', '220737.935000', '220738.395000', '220738.855000', '220739.315000', '220739.775000', '220740.235000', '220740.695000', '220741.155000', '220741.615000', '220742.075000', '220742.535000', '220742.995000', '220743.455000', '220743.915000', '220744.375000', '220744.835000', '220745.295000', '220745.755000', '220746.215000', '220746.675000', '220747.135000', '220747.595000', '220748.055000', '220748.515000', '220748.975000', '220749.435000', '220749.895000', '220750.355000', '220750.815000', '220751.275000', '220751.735000', '220752.195000', '220752.655000', '220753.115000', '220753.575000', '220754.035000', '220754.495000', '220754.955000', '220755.415000', '220755.875000', '220756.335000', '220756.795000', '220757.255000', '220757.715000', '220758.175000', '220758.635000', '220759.095000', '220759.555000', '220800.015000', '220800.475000', '220800.935000', '220801.395000', '220801.855000', '220802.315000', '220802.775000', '220803.235000', '220803.695000', '220804.155000', '220804.615000', '220805.075000', '220805.535000', '220805.995000', '220806.455000', '220806.915000', '220807.375000', '220807.835000', '220808.295000', '220808.755000', '220809.215000', '220809.675000', '220810.135000', '220810.595000', '220811.055000', '220811.515000', '220811.975000', '220812.435000', '220812.895000', '220813.355000', '220813.815000', '220814.275000', '220814.735000', '220815.195000', '220815.655000', '220816.115000', '220816.575000', '220817.035000', '220817.495000', '220817.955000', '220818.415000', '220818.875000', '220819.335000', '220819.795000', '220820.255000', '220820.715000', '220821.175000', '220821.635000', '220822.095000', '220822.555000', '220823.015000', '220823.475000', '220823.935000', '220824.395000', '220824.855000', '220825.315000', '220825.775000', '220826.235000', '220826.695000', '220827.155000', '220827.615000', '220828.075000', '220828.535000', '220828.995000', '220829.455000', '220829.915000', '220830.375000', '220830.835000', '220831.295000', '220831.755000', '220832.215000', '220832.675000', '220833.135000', '220833.595000', '220834.055000', '220834.515000', '220834.975000', '220835.435000', '220835.895000', '220836.355000', '220836.815000', '220837.275000', '220837.735000', '220838.195000', '220838.655000', '220839.115000', '220839.575000', '220840.035000', '220840.495000', '220840.955000', '220841.415000', '220841.875000', '220842.335000', '220842.795000', '220843.255000', '220843.715000', '220844.175000', '220844.635000', '220845.095000', '220845.555000', '220846.015000', '220846.475000', '220846.935000', '220847.395000', '220847.855000', '220848.315000', '220848.775000', '220849.235000', '220849.695000', '220850.155000', '220850.615000', '220851.075000', '220851.535000', '220851.995000', '220852.455000', '220852.915000', '220853.375000', '220853.835000', '220854.295000', '220854.755000', '220855.215000', '220855.675000', '220856.135000', '220856.595000', '220857.055000', '220857.515000', '220857.975000', '220858.435000', '220858.895000', '220859.355000', '220859.815000', '220900.275000', '220900.735000', '220901.195000', '220901.655000', '220902.115000', '220902.575000', '220903.035000', '220903.495000', '220903.955000', '220904.415000', '220904.875000', '220905.335000', '220905.795000', '220906.255000', '220906.715000', '220907.175000', '220907.635000', '220908.095000', '220908.555000', '220909.015000', '220909.475000', '220909.935000', '220910.395000', '220910.855000', '220911.315000', '220911.775000', '220912.235000', '220912.695000', '220913.155000', '220913.615000', '220914.075000', '220914.535000', '220914.995000', '220915.455000', '220915.915000', '220916.375000', '220916.835000', '220917.295000', '220917.755000', '220918.215000', '220918.675000', '220919.135000', '220919.595000', '220920.055000', '220920.515000', '220920.975000', '220921.435000', '220921.895000', '220922.355000', '220922.815000', '220923.275000', '220923.735000', '220924.195000', '220924.655000', '220925.115000', '220925.575000', '220926.035000', '220926.495000', '220926.955000', '220927.415000', '220927.875000', '220928.335000', '220928.795000', '220929.255000', '220929.715000', '220930.175000', '220930.635000', '220931.095000', '220931.555000', '220932.015000', '220932.475000', '220932.935000', '220933.395000', '220933.855000', '220934.315000', '220934.775000', '220935.235000', '220935.695000', '220936.155000', '220936.615000', '220937.075000', '220937.535000', '220937.995000', '220938.455000', '220938.915000', '220939.375000', '220939.835000', '220940.295000', '220940.755000', '220941.215000', '220941.675000', '220942.135000', '220942.595000', '220943.055000', '220943.515000', '220943.975000', '220944.435000', '220944.895000', '220945.355000', '220945.815000', '220946.275000', '220946.735000', '220947.195000', '220947.655000', '220948.115000', '220948.575000', '220949.035000', '220949.495000', '220949.955000', '220950.415000', '220950.875000', '220951.335000', '220951.795000', '220952.255000', '220952.715000', '220953.175000', '220953.635000', '220954.095000', '220954.555000', '220955.015000', '220955.475000', '220955.935000', '220956.395000', '220956.855000', '220957.315000', '220957.775000', '220958.235000', '220958.695000', '220959.155000', '220959.615000', '221000.075000', '221000.535000', '221000.995000', '221001.455000', '221001.915000', '221002.375000', '221002.835000', '221003.295000', '221003.755000', '221004.215000', '221004.675000', '221005.135000', '221005.595000', '221006.055000', '221006.515000', '221006.975000', '221007.435000', '221007.895000', '221008.355000', '221008.815000', '221009.275000', '221009.735000', '221010.195000', '221010.655000', '221011.115000', '221011.575000', '221012.035000', '221012.495000', '221012.955000', '221013.415000', '221013.875000', '221014.335000', '221014.795000', '221015.255000', '221015.715000', '221016.175000', '221016.635000', '221017.095000', '221017.555000', '221018.015000', '221018.475000', '221018.935000', '221019.395000', '221019.855000', '221020.315000', '221020.775000', '221021.235000', '221021.695000', '221022.155000', '221022.615000', '221023.075000', '221023.535000', '221023.995000', '221024.455000', '221024.915000', '221025.375000', '221025.835000', '221026.295000', '221026.755000', '221027.215000', '221027.675000', '221028.135000', '221028.595000', '221029.055000', '221029.515000', '221029.975000', '221030.435000', '221030.895000', '221031.355000', '221031.815000', '221032.275000', '221032.735000', '221033.195000', '221033.655000', '221034.115000', '221034.575000', '221035.035000', '221035.495000', '221035.955000', '221036.415000', '221036.875000', '221037.335000', '221037.795000', '221038.255000', '221038.715000', '221039.175000', '221039.635000', '221040.095000', '221040.555000', '221041.015000', '221041.475000', '221041.935000', '221042.395000', '221042.855000', '221043.315000', '221043.775000', '221044.235000', '221044.695000', '221045.155000', '221045.615000', '221046.075000', '221046.535000', '221046.995000', '221047.455000', '221047.915000', '221048.375000', '221048.835000', '221049.295000', '221049.755000', '221050.215000', '221050.675000', '221051.135000', '221051.595000', '221052.055000', '221052.515000', '221052.975000', '221053.435000', '221053.895000', '221054.355000', '221054.815000', '221055.275000', '221055.735000', '221056.195000', '221056.655000', '221057.115000', '221057.575000', '221058.035000', '221058.495000', '221058.955000', '221059.415000', '221059.875000', '221100.335000', '221100.795000', '221101.255000', '221101.715000', '221102.175000', '221102.635000', '221103.095000', '221103.555000', '221104.015000', '221104.475000', '221104.935000', '221105.395000', '221105.855000', '221106.315000', '221106.775000', '221107.235000', '221107.695000', '221108.155000', '221108.615000', '221109.075000', '221109.535000', '221109.995000', '221110.455000', '221110.915000', '221111.375000', '221111.835000', '221112.295000', '221112.755000', '221113.215000', '221113.675000', '221114.135000', '221114.595000', '221115.055000', '221115.515000', '221115.975000', '221116.435000', '221116.895000', '221117.355000', '221117.815000', '221118.275000', '221118.735000', '221119.195000', '221119.655000', '221120.115000', '221120.575000', '221121.035000', '221121.495000', '221121.955000', '221122.415000', '221122.875000', '221123.335000', '221123.795000', '221124.255000', '221124.715000', '221125.175000', '221125.635000', '221126.095000', '221126.555000', '221127.015000', '221127.475000'], 'ContentTime': ['220513.823000', '220513.826000', '220513.829000', '220513.832000', '220513.835000', '220513.837000', '220513.840000', '220513.842000', '220513.845000', '220513.847000', '220513.850000', '220513.852000', '220513.855000', '220513.858000', '220513.860000', '220513.863000', '220513.865000', '220513.873000', '220513.876000', '220513.878000', '220513.887000', '220513.890000', '220513.892000', '220513.895000', '220533.793000', '220533.796000', '220533.799000', '220533.802000', '220533.804000', '220533.807000', '220533.809000', '220533.812000', '220533.814000', '220533.817000', '220533.819000', '220533.822000', '220533.825000', '220533.827000', '220533.830000', '220533.832000', '220533.835000', '220533.837000', '220533.840000', '220533.842000', '220533.846000', '220533.849000', '220533.852000', '220533.854000', '220533.857000', '220533.859000', '220533.862000', '220533.865000', '220533.867000', '220533.870000', '220533.872000', '220533.875000', '220533.877000', '220533.880000', '220533.882000', '220533.885000', '220533.888000', '220533.890000', '220533.893000', '220533.895000', '220533.898000', '220533.901000', '220533.903000', '220553.795000', '220553.797000', '220553.800000', '220553.803000', '220553.805000', '220553.808000', '220553.810000', '220553.813000', '220553.815000', '220553.818000', '220553.821000', '220553.823000', '220553.826000', '220553.828000', '220553.831000', '220553.833000', '220553.836000', '220553.839000', '220553.841000', '220553.844000', '220553.846000', '220553.849000', '220553.851000', '220553.854000', '220553.857000', '220553.865000', '220553.868000', '220553.870000', '220553.873000', '220553.876000', '220553.878000', '220553.881000', '220553.883000', '220553.886000', '220553.888000', '220553.891000', '220553.893000', '220553.896000', '220553.899000', '220553.901000', '220553.904000', '220553.906000', '220553.909000', '220553.911000', '220613.793000', '220613.796000', '220613.799000', '220613.802000', '220613.804000', '220613.807000', '220613.809000', '220613.812000', '220613.814000', '220613.817000', '220613.820000', '220613.822000', '220613.825000', '220613.827000', '220613.830000', '220613.833000', '220613.835000', '220613.838000', '220613.840000', '220613.843000', '220613.846000', '220613.848000', '220613.851000', '220613.853000', '220613.856000', '220613.859000', '220613.861000', '220613.864000', '220613.866000', '220613.869000', '220613.872000', '220613.874000', '220613.877000', '220613.880000', '220613.882000', '220613.885000', '220613.887000', '220613.890000', '220613.893000', '220613.895000', '220613.898000', '220613.900000', '220613.903000', '220633.794000', '220633.807000', '220633.810000', '220633.812000', '220633.815000', '220633.817000', '220633.820000', '220633.822000', '220633.825000', '220633.827000', '220633.830000', '220633.832000', '220633.835000', '220633.838000', '220633.840000', '220633.843000', '220633.845000', '220633.848000', '220633.851000', '220633.853000', '220633.856000', '220633.858000', '220633.861000', '220633.863000', '220633.866000', '220633.869000', '220633.871000', '220633.874000', '220633.876000', '220633.879000', '220633.882000', '220633.884000', '220633.887000', '220633.890000', '220633.892000', '220633.895000', '220633.897000', '220633.900000', '220633.902000', '220633.905000', '220633.907000', '220633.910000', '220633.913000', '220633.915000', '220653.793000', '220653.796000', '220653.799000', '220653.802000', '220653.804000', '220653.807000', '220653.809000', '220653.812000', '220653.815000', '220653.817000', '220653.820000', '220653.822000', '220653.825000', '220653.827000', '220653.830000', '220653.833000', '220653.835000', '220653.838000', '220653.840000', '220653.843000', '220653.845000', '220653.848000', '220653.851000', '220653.853000', '220653.856000', '220653.859000', '220653.862000', '220653.864000', '220653.867000', '220653.870000', '220653.872000', '220653.875000', '220653.877000', '220653.880000', '220653.883000', '220653.886000', '220653.889000', '220653.891000', '220653.894000', '220653.897000', '220653.899000', '220653.902000', '220653.904000', '220713.793000', '220713.796000', '220713.799000', '220713.802000', '220713.804000', '220713.807000', '220713.809000', '220713.812000', '220713.814000', '220713.817000', '220713.819000', '220713.822000', '220713.825000', '220713.827000', '220713.830000', '220713.832000', '220713.835000', '220713.837000', '220713.840000', '220713.842000', '220713.845000', '220713.848000', '220713.850000', '220713.853000', '220713.855000', '220713.858000', '220713.860000', '220713.863000', '220713.865000', '220713.868000', '220713.871000', '220713.873000', '220713.876000', '220713.878000', '220713.881000', '220713.883000', '220713.886000', '220713.888000', '220713.891000', '220713.894000', '220713.896000', '220713.899000', '220713.901000', '220713.904000', '220733.793000', '220733.796000', '220733.799000', '220733.801000', '220733.804000', '220733.807000', '220733.809000', '220733.812000', '220733.814000', '220733.817000', '220733.819000', '220733.822000', '220733.825000', '220733.827000', '220733.830000', '220733.832000', '220733.835000', '220733.837000', '220733.840000', '220733.842000', '220733.845000', '220733.848000', '220733.850000', '220733.853000', '220733.855000', '220733.858000', '220733.860000', '220733.863000', '220733.866000', '220733.868000', '220733.871000', '220733.873000', '220733.876000', '220733.878000', '220733.881000', '220733.884000', '220733.886000', '220733.889000', '220733.891000', '220733.894000', '220733.897000', '220733.899000', '220733.902000', '220753.794000', '220753.797000', '220753.799000', '220753.843000', '220753.845000', '220753.848000', '220753.850000', '220753.853000', '220753.855000', '220753.858000', '220753.860000', '220753.863000', '220753.866000', '220753.868000', '220753.871000', '220753.873000', '220753.876000', '220753.878000', '220753.881000', '220753.884000', '220753.887000', '220753.890000', '220753.892000', '220753.895000', '220753.897000', '220753.900000', '220753.903000', '220753.905000', '220753.908000', '220753.910000', '220753.913000', '220753.915000', '220753.918000', '220753.920000', '220753.923000', '220753.926000', '220753.928000', '220753.931000', '220753.933000', '220753.936000', '220753.948000', '220753.951000', '220753.953000', '220753.956000', '220813.794000', '220813.797000', '220813.800000', '220813.803000', '220813.805000', '220813.808000', '220813.810000', '220813.813000', '220813.815000', '220813.818000', '220813.821000', '220813.823000', '220813.826000', '220813.828000', '220813.831000', '220813.834000', '220813.836000', '220813.839000', '220813.842000', '220813.844000', '220813.847000', '220813.849000', '220813.852000', '220813.855000', '220813.857000', '220813.860000', '220813.862000', '220813.865000', '220813.867000', '220813.870000', '220813.873000', '220813.875000', '220813.878000', '220813.880000', '220813.883000', '220813.885000', '220813.888000', '220813.890000', '220813.893000', '220813.896000', '220813.898000', '220813.901000', '220813.903000', '220833.793000', '220833.796000', '220833.799000', '220833.839000', '220833.841000', '220833.844000', '220833.846000', '220833.849000', '220833.852000', '220833.854000', '220833.857000', '220833.859000', '220833.862000', '220833.865000', '220833.867000', '220833.870000', '220833.872000', '220833.875000', '220833.877000', '220833.880000', '220833.883000', '220833.885000', '220833.888000', '220833.890000', '220833.893000', '220833.896000', '220833.898000', '220833.901000', '220833.903000', '220833.906000', '220833.909000', '220833.911000', '220833.914000', '220833.916000', '220833.919000', '220833.921000', '220833.924000', '220833.926000', '220833.929000', '220833.932000', '220833.934000', '220833.937000', '220833.939000', '220833.942000', '220853.793000', '220853.796000', '220853.799000', '220853.802000', '220853.804000', '220853.807000', '220853.809000', '220853.812000', '220853.815000', '220853.817000', '220853.820000', '220853.822000', '220853.825000', '220853.827000', '220853.830000', '220853.833000', '220853.835000', '220853.838000', '220853.840000', '220853.843000', '220853.845000', '220853.848000', '220853.851000', '220853.853000', '220853.856000', '220853.858000', '220853.861000', '220853.863000', '220853.866000', '220853.868000', '220853.871000', '220853.874000', '220853.876000', '220853.879000', '220853.881000', '220853.884000', '220853.886000', '220853.889000', '220853.892000', '220853.894000', '220853.897000', '220853.899000', '220853.902000', '220913.794000', '220913.796000', '220913.799000', '220913.842000', '220913.845000', '220913.847000', '220913.850000', '220913.853000', '220913.855000', '220913.858000', '220913.860000', '220913.863000', '220913.866000', '220913.868000', '220913.871000', '220913.873000', '220913.876000', '220913.878000', '220913.881000', '220913.883000', '220913.886000', '220913.889000', '220913.891000', '220913.894000', '220913.896000', '220913.899000', '220913.902000', '220913.904000', '220913.907000', '220913.909000', '220913.912000', '220913.914000', '220913.917000', '220913.920000', '220913.922000', '220913.925000', '220913.927000', '220913.930000', '220913.932000', '220913.935000', '220913.938000', '220913.940000', '220913.943000', '220913.945000', '220933.794000', '220933.797000', '220933.799000', '220933.802000', '220933.804000', '220933.807000', '220933.810000', '220933.812000', '220933.815000', '220933.817000', '220933.820000', '220933.823000', '220933.825000', '220933.828000', '220933.831000', '220933.833000', '220933.836000', '220933.838000', '220933.841000', '220933.843000', '220933.846000', '220933.864000', '220933.867000', '220933.869000', '220933.872000', '220933.875000', '220933.877000', '220933.880000', '220933.882000', '220933.885000', '220933.887000', '220933.890000', '220933.892000', '220933.895000', '220933.898000', '220933.900000', '220933.903000', '220933.906000', '220933.908000', '220933.911000', '220933.913000', '220933.916000', '220933.918000', '220953.793000', '220953.796000', '220953.799000', '220953.802000', '220953.804000', '220953.807000', '220953.809000', '220953.812000', '220953.814000', '220953.817000', '220953.820000', '220953.822000', '220953.825000', '220953.827000', '220953.830000', '220953.832000', '220953.835000', '220953.838000', '220953.840000', '220953.843000', '220953.845000', '220953.848000', '220953.851000', '220953.853000', '220953.856000', '220953.858000', '220953.861000', '220953.863000', '220953.866000', '220953.869000', '220953.871000', '220953.874000', '220953.876000', '220953.879000', '220953.882000', '220953.884000', '220953.887000', '220953.889000', '220953.892000', '220953.895000', '220953.897000', '220953.900000', '220953.902000', '220953.905000', '221013.795000', '221013.797000', '221013.815000', '221013.817000', '221013.820000', '221013.823000', '221013.825000', '221013.828000', '221013.830000', '221013.833000', '221013.836000', '221013.838000', '221013.841000', '221013.843000', '221013.846000', '221013.848000', '221013.851000', '221013.853000', '221013.856000', '221013.859000', '221013.861000', '221013.864000', '221013.866000', '221013.869000', '221013.872000', '221013.874000', '221013.877000', '221013.879000', '221013.882000', '221013.884000', '221013.887000', '221013.890000', '221013.892000', '221013.895000', '221013.897000', '221013.900000', '221013.902000', '221013.905000', '221013.908000', '221013.910000', '221013.913000', '221013.915000', '221013.918000', '221033.794000', '221033.797000', '221033.800000', '221033.803000', '221033.805000', '221033.808000', '221033.811000', '221033.813000', '221033.816000', '221033.818000', '221033.821000', '221033.824000', '221033.826000', '221033.829000', '221033.832000', '221033.834000', '221033.837000', '221033.839000', '221033.842000', '221033.845000', '221033.847000', '221033.850000', '221033.852000', '221033.855000', '221033.857000', '221033.860000', '221033.862000', '221033.865000', '221033.868000', '221033.870000', '221033.873000', '221033.875000', '221033.878000', '221033.882000', '221033.885000', '221033.888000', '221033.890000', '221033.893000', '221033.895000', '221033.898000', '221033.901000', '221033.903000', '221033.906000', '221033.908000', '221053.794000', '221053.796000', '221053.799000', '221053.840000', '221053.842000', '221053.845000', '221053.847000', '221053.850000', '221053.853000', '221053.855000', '221053.858000', '221053.860000', '221053.863000', '221053.865000', '221053.868000', '221053.870000', '221053.873000', '221053.876000', '221053.878000', '221053.881000', '221053.883000', '221053.886000', '221053.889000', '221053.891000', '221053.894000', '221053.896000', '221053.899000', '221053.901000', '221053.904000', '221053.907000', '221053.909000', '221053.954000', '221053.956000', '221053.959000', '221053.961000', '221053.964000', '221053.966000', '221053.969000', '221053.972000', '221053.974000', '221053.977000', '221053.979000', '221053.982000', '221113.794000', '221113.796000', '221113.799000', '221113.835000', '221113.838000', '221113.841000', '221113.843000', '221113.846000', '221113.848000', '221113.851000', '221113.853000', '221113.856000', '221113.859000', '221113.861000', '221113.864000', '221113.866000', '221113.869000', '221113.871000', '221113.874000', '221113.877000', '221113.879000', '221113.882000', '221113.885000', '221113.887000', '221113.890000', '221113.892000', '221113.895000', '221113.897000', '221113.900000', '221113.903000', '221113.905000', '221113.908000', '221113.910000', '221113.913000', '221113.916000', '221113.918000', '221113.921000', '221113.923000', '221113.926000', '221113.928000', '221113.931000', '221113.933000', '221113.936000', '221113.939000', '221128.504000', '221128.507000', '221128.510000', '221128.512000', '221128.515000', '221128.518000', '221128.522000', '221128.527000', '221128.530000', '221128.532000', '221128.535000', '221128.538000', '221128.541000', '221128.545000', '221128.548000', '221128.552000', '221128.554000', '221128.557000', '221128.560000', '221128.564000', '221128.567000', '221128.570000', '221128.573000', '221128.575000', '221128.578000', '221128.581000', '221128.584000', '221128.586000', '221128.589000', '221128.592000', '221128.595000', '221128.599000'], 'InstanceCreationTime': ['220513.823000', '220513.826000', '220513.829000', '220513.832000', '220513.835000', '220513.837000', '220513.840000', '220513.842000', '220513.845000', '220513.847000', '220513.850000', '220513.852000', '220513.855000', '220513.858000', '220513.860000', '220513.863000', '220513.865000', '220513.873000', '220513.876000', '220513.878000', '220513.887000', '220513.890000', '220513.892000', '220513.895000', '220533.793000', '220533.796000', '220533.799000', '220533.802000', '220533.804000', '220533.807000', '220533.809000', '220533.812000', '220533.814000', '220533.817000', '220533.819000', '220533.822000', '220533.825000', '220533.827000', '220533.830000', '220533.832000', '220533.835000', '220533.837000', '220533.840000', '220533.842000', '220533.846000', '220533.849000', '220533.852000', '220533.854000', '220533.857000', '220533.859000', '220533.862000', '220533.865000', '220533.867000', '220533.870000', '220533.872000', '220533.875000', '220533.877000', '220533.880000', '220533.882000', '220533.885000', '220533.888000', '220533.890000', '220533.893000', '220533.895000', '220533.898000', '220533.901000', '220533.903000', '220553.795000', '220553.797000', '220553.800000', '220553.803000', '220553.805000', '220553.808000', '220553.810000', '220553.813000', '220553.815000', '220553.818000', '220553.821000', '220553.823000', '220553.826000', '220553.828000', '220553.831000', '220553.833000', '220553.836000', '220553.839000', '220553.841000', '220553.844000', '220553.846000', '220553.849000', '220553.851000', '220553.854000', '220553.857000', '220553.865000', '220553.868000', '220553.870000', '220553.873000', '220553.876000', '220553.878000', '220553.881000', '220553.883000', '220553.886000', '220553.888000', '220553.891000', '220553.893000', '220553.896000', '220553.899000', '220553.901000', '220553.904000', '220553.906000', '220553.909000', '220553.911000', '220613.793000', '220613.796000', '220613.799000', '220613.802000', '220613.804000', '220613.807000', '220613.809000', '220613.812000', '220613.814000', '220613.817000', '220613.820000', '220613.822000', '220613.825000', '220613.827000', '220613.830000', '220613.833000', '220613.835000', '220613.838000', '220613.840000', '220613.843000', '220613.846000', '220613.848000', '220613.851000', '220613.853000', '220613.856000', '220613.859000', '220613.861000', '220613.864000', '220613.866000', '220613.869000', '220613.872000', '220613.874000', '220613.877000', '220613.880000', '220613.882000', '220613.885000', '220613.887000', '220613.890000', '220613.893000', '220613.895000', '220613.898000', '220613.900000', '220613.903000', '220633.794000', '220633.807000', '220633.810000', '220633.812000', '220633.815000', '220633.817000', '220633.820000', '220633.822000', '220633.825000', '220633.827000', '220633.830000', '220633.832000', '220633.835000', '220633.838000', '220633.840000', '220633.843000', '220633.845000', '220633.848000', '220633.851000', '220633.853000', '220633.856000', '220633.858000', '220633.861000', '220633.863000', '220633.866000', '220633.869000', '220633.871000', '220633.874000', '220633.876000', '220633.879000', '220633.882000', '220633.884000', '220633.887000', '220633.890000', '220633.892000', '220633.895000', '220633.897000', '220633.900000', '220633.902000', '220633.905000', '220633.907000', '220633.910000', '220633.913000', '220633.915000', '220653.793000', '220653.796000', '220653.799000', '220653.802000', '220653.804000', '220653.807000', '220653.809000', '220653.812000', '220653.815000', '220653.817000', '220653.820000', '220653.822000', '220653.825000', '220653.827000', '220653.830000', '220653.833000', '220653.835000', '220653.838000', '220653.840000', '220653.843000', '220653.845000', '220653.848000', '220653.851000', '220653.853000', '220653.856000', '220653.859000', '220653.862000', '220653.864000', '220653.867000', '220653.870000', '220653.872000', '220653.875000', '220653.877000', '220653.880000', '220653.883000', '220653.886000', '220653.889000', '220653.891000', '220653.894000', '220653.897000', '220653.899000', '220653.902000', '220653.904000', '220713.793000', '220713.796000', '220713.799000', '220713.802000', '220713.804000', '220713.807000', '220713.809000', '220713.812000', '220713.814000', '220713.817000', '220713.819000', '220713.822000', '220713.825000', '220713.827000', '220713.830000', '220713.832000', '220713.835000', '220713.837000', '220713.840000', '220713.842000', '220713.845000', '220713.848000', '220713.850000', '220713.853000', '220713.855000', '220713.858000', '220713.860000', '220713.863000', '220713.865000', '220713.868000', '220713.871000', '220713.873000', '220713.876000', '220713.878000', '220713.881000', '220713.883000', '220713.886000', '220713.888000', '220713.891000', '220713.894000', '220713.896000', '220713.899000', '220713.901000', '220713.904000', '220733.793000', '220733.796000', '220733.799000', '220733.801000', '220733.804000', '220733.807000', '220733.809000', '220733.812000', '220733.814000', '220733.817000', '220733.819000', '220733.822000', '220733.825000', '220733.827000', '220733.830000', '220733.832000', '220733.835000', '220733.837000', '220733.840000', '220733.842000', '220733.845000', '220733.848000', '220733.850000', '220733.853000', '220733.855000', '220733.858000', '220733.860000', '220733.863000', '220733.866000', '220733.868000', '220733.871000', '220733.873000', '220733.876000', '220733.878000', '220733.881000', '220733.884000', '220733.886000', '220733.889000', '220733.891000', '220733.894000', '220733.897000', '220733.899000', '220733.902000', '220753.794000', '220753.797000', '220753.799000', '220753.843000', '220753.845000', '220753.848000', '220753.850000', '220753.853000', '220753.855000', '220753.858000', '220753.860000', '220753.863000', '220753.866000', '220753.868000', '220753.871000', '220753.873000', '220753.876000', '220753.878000', '220753.881000', '220753.884000', '220753.887000', '220753.890000', '220753.892000', '220753.895000', '220753.897000', '220753.900000', '220753.903000', '220753.905000', '220753.908000', '220753.910000', '220753.913000', '220753.915000', '220753.918000', '220753.920000', '220753.923000', '220753.926000', '220753.928000', '220753.931000', '220753.933000', '220753.936000', '220753.948000', '220753.951000', '220753.953000', '220753.956000', '220813.794000', '220813.797000', '220813.800000', '220813.803000', '220813.805000', '220813.808000', '220813.810000', '220813.813000', '220813.815000', '220813.818000', '220813.821000', '220813.823000', '220813.826000', '220813.828000', '220813.831000', '220813.834000', '220813.836000', '220813.839000', '220813.842000', '220813.844000', '220813.847000', '220813.849000', '220813.852000', '220813.855000', '220813.857000', '220813.860000', '220813.862000', '220813.865000', '220813.867000', '220813.870000', '220813.873000', '220813.875000', '220813.878000', '220813.880000', '220813.883000', '220813.885000', '220813.888000', '220813.890000', '220813.893000', '220813.896000', '220813.898000', '220813.901000', '220813.903000', '220833.793000', '220833.796000', '220833.799000', '220833.839000', '220833.841000', '220833.844000', '220833.846000', '220833.849000', '220833.852000', '220833.854000', '220833.857000', '220833.859000', '220833.862000', '220833.865000', '220833.867000', '220833.870000', '220833.872000', '220833.875000', '220833.877000', '220833.880000', '220833.883000', '220833.885000', '220833.888000', '220833.890000', '220833.893000', '220833.896000', '220833.898000', '220833.901000', '220833.903000', '220833.906000', '220833.909000', '220833.911000', '220833.914000', '220833.916000', '220833.919000', '220833.921000', '220833.924000', '220833.926000', '220833.929000', '220833.932000', '220833.934000', '220833.937000', '220833.939000', '220833.942000', '220853.793000', '220853.796000', '220853.799000', '220853.802000', '220853.804000', '220853.807000', '220853.809000', '220853.812000', '220853.815000', '220853.817000', '220853.820000', '220853.822000', '220853.825000', '220853.827000', '220853.830000', '220853.833000', '220853.835000', '220853.838000', '220853.840000', '220853.843000', '220853.845000', '220853.848000', '220853.851000', '220853.853000', '220853.856000', '220853.858000', '220853.861000', '220853.863000', '220853.866000', '220853.868000', '220853.871000', '220853.874000', '220853.876000', '220853.879000', '220853.881000', '220853.884000', '220853.886000', '220853.889000', '220853.892000', '220853.894000', '220853.897000', '220853.899000', '220853.902000', '220913.794000', '220913.796000', '220913.799000', '220913.842000', '220913.845000', '220913.847000', '220913.850000', '220913.853000', '220913.855000', '220913.858000', '220913.860000', '220913.863000', '220913.866000', '220913.868000', '220913.871000', '220913.873000', '220913.876000', '220913.878000', '220913.881000', '220913.883000', '220913.886000', '220913.889000', '220913.891000', '220913.894000', '220913.896000', '220913.899000', '220913.902000', '220913.904000', '220913.907000', '220913.909000', '220913.912000', '220913.914000', '220913.917000', '220913.920000', '220913.922000', '220913.925000', '220913.927000', '220913.930000', '220913.932000', '220913.935000', '220913.938000', '220913.940000', '220913.943000', '220913.945000', '220933.794000', '220933.797000', '220933.799000', '220933.802000', '220933.804000', '220933.807000', '220933.810000', '220933.812000', '220933.815000', '220933.817000', '220933.820000', '220933.823000', '220933.825000', '220933.828000', '220933.831000', '220933.833000', '220933.836000', '220933.838000', '220933.841000', '220933.843000', '220933.846000', '220933.864000', '220933.867000', '220933.869000', '220933.872000', '220933.875000', '220933.877000', '220933.880000', '220933.882000', '220933.885000', '220933.887000', '220933.890000', '220933.892000', '220933.895000', '220933.898000', '220933.900000', '220933.903000', '220933.906000', '220933.908000', '220933.911000', '220933.913000', '220933.916000', '220933.918000', '220953.793000', '220953.796000', '220953.799000', '220953.802000', '220953.804000', '220953.807000', '220953.809000', '220953.812000', '220953.814000', '220953.817000', '220953.820000', '220953.822000', '220953.825000', '220953.827000', '220953.830000', '220953.832000', '220953.835000', '220953.838000', '220953.840000', '220953.843000', '220953.845000', '220953.848000', '220953.851000', '220953.853000', '220953.856000', '220953.858000', '220953.861000', '220953.863000', '220953.866000', '220953.869000', '220953.871000', '220953.874000', '220953.876000', '220953.879000', '220953.882000', '220953.884000', '220953.887000', '220953.889000', '220953.892000', '220953.895000', '220953.897000', '220953.900000', '220953.902000', '220953.905000', '221013.795000', '221013.797000', '221013.815000', '221013.817000', '221013.820000', '221013.823000', '221013.825000', '221013.828000', '221013.830000', '221013.833000', '221013.836000', '221013.838000', '221013.841000', '221013.843000', '221013.846000', '221013.848000', '221013.851000', '221013.853000', '221013.856000', '221013.859000', '221013.861000', '221013.864000', '221013.866000', '221013.869000', '221013.872000', '221013.874000', '221013.877000', '221013.879000', '221013.882000', '221013.884000', '221013.887000', '221013.890000', '221013.892000', '221013.895000', '221013.897000', '221013.900000', '221013.902000', '221013.905000', '221013.908000', '221013.910000', '221013.913000', '221013.915000', '221013.918000', '221033.794000', '221033.797000', '221033.800000', '221033.803000', '221033.805000', '221033.808000', '221033.811000', '221033.813000', '221033.816000', '221033.818000', '221033.821000', '221033.824000', '221033.826000', '221033.829000', '221033.832000', '221033.834000', '221033.837000', '221033.839000', '221033.842000', '221033.845000', '221033.847000', '221033.850000', '221033.852000', '221033.855000', '221033.857000', '221033.860000', '221033.862000', '221033.865000', '221033.868000', '221033.870000', '221033.873000', '221033.875000', '221033.878000', '221033.882000', '221033.885000', '221033.888000', '221033.890000', '221033.893000', '221033.895000', '221033.898000', '221033.901000', '221033.903000', '221033.906000', '221033.908000', '221053.794000', '221053.796000', '221053.799000', '221053.840000', '221053.842000', '221053.845000', '221053.847000', '221053.850000', '221053.853000', '221053.855000', '221053.858000', '221053.860000', '221053.863000', '221053.865000', '221053.868000', '221053.870000', '221053.873000', '221053.876000', '221053.878000', '221053.881000', '221053.883000', '221053.886000', '221053.889000', '221053.891000', '221053.894000', '221053.896000', '221053.899000', '221053.901000', '221053.904000', '221053.907000', '221053.909000', '221053.954000', '221053.956000', '221053.959000', '221053.961000', '221053.964000', '221053.966000', '221053.969000', '221053.972000', '221053.974000', '221053.977000', '221053.979000', '221053.982000', '221113.794000', '221113.796000', '221113.799000', '221113.835000', '221113.838000', '221113.841000', '221113.843000', '221113.846000', '221113.848000', '221113.851000', '221113.853000', '221113.856000', '221113.859000', '221113.861000', '221113.864000', '221113.866000', '221113.869000', '221113.871000', '221113.874000', '221113.877000', '221113.879000', '221113.882000', '221113.885000', '221113.887000', '221113.890000', '221113.892000', '221113.895000', '221113.897000', '221113.900000', '221113.903000', '221113.905000', '221113.908000', '221113.910000', '221113.913000', '221113.916000', '221113.918000', '221113.921000', '221113.923000', '221113.926000', '221113.928000', '221113.931000', '221113.933000', '221113.936000', '221113.939000', '221128.504000', '221128.507000', '221128.510000', '221128.512000', '221128.515000', '221128.518000', '221128.522000', '221128.527000', '221128.530000', '221128.532000', '221128.535000', '221128.538000', '221128.541000', '221128.545000', '221128.548000', '221128.552000', '221128.554000', '221128.557000', '221128.560000', '221128.564000', '221128.567000', '221128.570000', '221128.573000', '221128.575000', '221128.578000', '221128.581000', '221128.584000', '221128.586000', '221128.589000', '221128.592000', '221128.595000', '221128.599000'], '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': [10920, 13823, 10570, 13708, 10592, 10655, 11954, 10582, 10113, 10541, 9753, 10477, 10592, 12061, 10380, 10583, 10556, 10608, 10392, 10642, 10073, 10582, 10795, 11685, 10674, 10743, 10333, 10577, 10150, 10630, 10919, 12700, 10600, 10024, 10872, 11356, 10727, 10937, 10866, 10801, 10127, 10864, 10826, 10658, 10428, 11078, 10828, 10240, 10839, 11046, 10472, 10693, 11181, 10545, 10312, 10340, 10970, 10149, 10560, 10265, 10876, 10808, 12137, 10987, 11076, 11011, 11105, 10658, 10581, 9206, 10231, 9985, 9733, 9060, 9907, 11935, 10276, 10388, 10256, 13192, 10118, 10913, 10645, 11377, 11565, 10572, 10666, 10451, 10330, 15127, 11922, 11170, 10824, 10022, 12406, 10422, 9585, 9932, 10125, 13521, 10474, 10322, 10260, 10555, 10423, 10524, 10060, 11171, 10310, 10287, 10720, 10420, 10717, 10431, 10490, 10496, 10814, 10462, 10703, 10890, 10527, 10236, 10299, 10538, 10722, 10506, 10914, 10726, 10846, 10293, 10451, 10303, 11160, 10526, 10774, 10877, 10509, 12859, 10112, 10274, 10911, 10365, 10638, 9986, 10178, 10478, 10488, 10247, 11154, 10672, 10357, 10829, 10503, 9979, 10656, 10345, 10564, 10897, 10324, 11030, 10452, 10430, 12349, 10354, 10259, 10535, 10539, 10611, 10721, 10276, 12210, 10393, 10031, 10629, 10224, 10090, 10536, 10144, 13646, 10190, 10414, 10376, 10172, 10684, 10020, 10012, 10888, 10186, 10435, 10337, 10090, 12248, 10077, 10068, 10260, 10318, 10775, 10079, 9782, 10282, 10441, 10938, 10108, 10389, 10899, 10321, 11056, 10328, 10400, 10346, 10105, 11106, 10134, 10583, 10466, 10191, 10990, 10340, 10766, 10203, 10405, 10137, 10305, 9908, 10354, 10288, 10322, 10731, 12845, 10228, 10173, 10347, 10255, 10647, 9959, 10036, 10365, 10402, 10736, 9921, 10405, 10269, 9993, 11482, 10056, 10606, 10356, 10031, 12529, 9903, 10430, 10181, 10121, 10437, 9966, 10649, 10015, 10185, 10582, 10071, 10522, 10258, 10089, 10000, 10379, 10730, 9983, 10163, 10389, 10289, 10224, 10307, 10148, 10083, 10527, 10816, 10002, 10838, 10282, 10680, 10310, 10147, 10259, 13105, 10393, 10789, 10018, 9985, 13281, 10298, 10801, 9924, 10297, 12319, 10761, 9761, 10029, 10348, 10317, 10419, 10826, 10570, 10155, 9926, 10508, 10564, 10272, 10347, 10746, 10442, 10686, 9931, 10184, 10074, 10563, 11454, 10884, 10369, 10089, 10591, 10358, 10196, 10615, 10751, 10362, 10743, 10100, 10596, 10161, 10357, 11560, 10546, 11425, 10618, 10201, 9663, 10383, 10429, 10323, 10499, 11221, 10858, 10268, 9936, 10591, 10830, 10334, 9922, 10253, 10773, 10816, 10398, 10133, 10043, 10874, 11424, 10760, 10571, 10655, 10469, 11059, 10394, 10341, 10778, 10444, 11035, 10507, 10421, 10479, 10643, 11234, 10511, 10419, 9822, 10987, 10245, 10729, 10708, 10527, 10407, 12440, 10456, 10803, 10437, 10297, 9732, 10827, 10733, 10289, 10398, 9921, 10602, 11135, 10644, 9883, 10577, 10761, 10719, 10512, 10739, 10683, 10532, 9931, 10725, 10966, 10541, 10608, 10512, 10948, 10877, 10604, 10080, 9729, 10608, 11224, 11219, 10543, 10339, 10412, 10484, 10628, 10558, 10599, 10497, 11037, 10712, 10456, 10651, 10347, 10459, 10765, 10808, 10839, 10501, 10982, 10900, 10929, 11268, 10578, 9997, 10865, 9900, 10864, 10596, 11646, 11356, 10884, 10434, 10502, 11712, 10834, 10935, 10602, 10495, 10663, 10997, 10298, 10821, 10778, 11896, 11033, 10117, 10676, 10716, 9638, 10989, 11066, 10773, 10519, 9999, 10845, 11299, 10807, 11277, 10891, 10537, 10097, 10818, 11335, 10921, 10590, 10332, 10708, 10491, 10639, 10601, 10635, 10961, 10788, 10312, 10693, 10435, 9820, 10872, 11235, 11027, 10371, 10480, 10638, 10611, 10971, 10768, 10006, 10752, 10703, 10955, 10980, 10960, 11010, 12118, 10546, 10889, 10917, 10837, 10769, 10928, 11200, 10625, 11033, 10711, 10750, 10886, 10509, 10755, 10413, 10807, 10758, 10613, 11115, 10735, 11245, 10320, 10684, 10732, 10242, 10778, 10827, 11070, 10667, 10911, 10358, 10858, 10525, 10940, 10536, 11044, 10655, 10676, 10855, 10495, 10886, 10768, 11620, 10793, 10567, 10934, 10368, 10801, 10417, 11036, 10617, 10784, 10753, 10423, 10933, 10285, 10813, 10873, 10575, 10707, 10436, 10559, 10843, 10738, 10827, 10411, 11016, 10528, 10259, 10530, 10613, 11097, 11049, 10213, 10812, 10344, 10793, 10860, 10851, 10994, 10938, 10861, 10500, 10505, 10664, 11038, 10959, 10424, 10473, 10573, 10031, 11225, 10583, 10892, 11184, 11156, 10861, 10402, 10950, 10841, 10440, 11128, 10699, 10939, 10374, 10721, 11117, 12569, 11026, 9958, 10727, 10190, 9551, 10809, 10341, 10676, 10331, 10683, 10277, 10921, 10533, 11057, 10520, 10580, 10826, 10435, 10763, 11179, 12603, 11169, 9798, 10772, 10554, 10632, 10821, 12089, 11511, 10408, 10494, 10411, 10690, 11001, 9995, 11145, 10351, 10688, 10354, 10381, 10600, 11653, 10793, 10765, 11121, 10372, 10602, 10299, 10284, 10692, 10486, 11141, 10345, 10654, 10318, 9810, 10844, 10269, 10930, 10810, 11129, 10864, 10175, 10898, 10271, 10070, 10591, 10900, 10707, 10317, 10259, 10698, 10665, 11192, 10914, 10360, 10217, 10695, 10552, 11348, 10960, 12844, 10941, 13456, 11655, 10851, 13467, 11273, 15020, 11370, 11265, 11662, 11414, 10602, 11037, 11060, 11108, 11008, 9206, 11335, 10719, 11095, 10970, 9569, 10891, 10769, 10990, 10711, 11187, 10699, 10459, 11106, 10080, 11174, 10784, 10359, 10995, 10285, 10157, 10497, 10334, 11046, 10330, 11034, 11344, 11035, 11553, 10885, 9663, 10962, 11141, 11414, 10965, 12431, 11295, 10429, 9506, 10643, 10708, 11089, 10975, 9642, 11130, 10703, 11140, 10601, 9306, 10958, 10270, 11104, 10315, 11366, 10718, 10313, 10943, 10403, 10800, 10512, 10527, 11204, 10352, 10603, 11234, 10565, 11043, 10512, 11247, 11248, 13024, 10816, 9819, 10917, 10009, 9544, 10994, 10364, 10990, 10320, 10424, 11050, 10101, 11553, 10732, 10288, 11013, 10971, 11315, 10556, 11978, 11108, 10255, 11405, 10520, 10419, 10926, 10461, 11307, 10577, 10497, 11081, 10152, 11291, 10160, 9355, 11243, 10623, 11221, 11386, 11119, 11027, 9906, 11144, 10816, 11385, 10483, 10787, 11180, 10705, 9585, 10586, 10643], 'WindowCenter': [4647.0, 4671.0, 4619.0, 4634.0, 4590.0, 4588.0, 4596.0, 4585.0, 4564.0, 4574.0, 4564.0, 4564.0, 4571.0, 4572.0, 4573.0, 4563.0, 4582.0, 4583.0, 4573.0, 4585.0, 4586.0, 4599.0, 4586.0, 4594.0, 4586.0, 4574.0, 4575.0, 4586.0, 4576.0, 4584.0, 4596.0, 4605.0, 4587.0, 4565.0, 4585.0, 4595.0, 4599.0, 4597.0, 4587.0, 4585.0, 4586.0, 4586.0, 4574.0, 4586.0, 4598.0, 4598.0, 4586.0, 4575.0, 4584.0, 4583.0, 4584.0, 4584.0, 4586.0, 4587.0, 4563.0, 4572.0, 4573.0, 4583.0, 4586.0, 4585.0, 4597.0, 4587.0, 4605.0, 4597.0, 4596.0, 4596.0, 4607.0, 4601.0, 4637.0, 4603.0, 4602.0, 4592.0, 4590.0, 4579.0, 4612.0, 4610.0, 4590.0, 4587.0, 4598.0, 4631.0, 4590.0, 4598.0, 4611.0, 4599.0, 4622.0, 4588.0, 4584.0, 4575.0, 4574.0, 4603.0, 4572.0, 4571.0, 4548.0, 4537.0, 4567.0, 4546.0, 4546.0, 4536.0, 4536.0, 4562.0, 4545.0, 4545.0, 4544.0, 4546.0, 4556.0, 4569.0, 4558.0, 4569.0, 4556.0, 4559.0, 4558.0, 4570.0, 4560.0, 4572.0, 4572.0, 4573.0, 4582.0, 4582.0, 4571.0, 4581.0, 4573.0, 4575.0, 4585.0, 4573.0, 4573.0, 4582.0, 4582.0, 4582.0, 4572.0, 4584.0, 4584.0, 4563.0, 4583.0, 4582.0, 4582.0, 4583.0, 4572.0, 4605.0, 4576.0, 4584.0, 4585.0, 4585.0, 4585.0, 4585.0, 4585.0, 4596.0, 4596.0, 4576.0, 4586.0, 4596.0, 4576.0, 4585.0, 4597.0, 4588.0, 4586.0, 4585.0, 4586.0, 4573.0, 4585.0, 4584.0, 4597.0, 4588.0, 4596.0, 4576.0, 4576.0, 4575.0, 4572.0, 4584.0, 4586.0, 4586.0, 4594.0, 4574.0, 4563.0, 4563.0, 4573.0, 4562.0, 4575.0, 4563.0, 4600.0, 4571.0, 4559.0, 4569.0, 4572.0, 4584.0, 4583.0, 4562.0, 4574.0, 4563.0, 4572.0, 4575.0, 4563.0, 4605.0, 4564.0, 4563.0, 4563.0, 4574.0, 4570.0, 4563.0, 4575.0, 4576.0, 4575.0, 4574.0, 4574.0, 4574.0, 4594.0, 4575.0, 4585.0, 4588.0, 4610.0, 4587.0, 4588.0, 4594.0, 4584.0, 4573.0, 4574.0, 4573.0, 4574.0, 4586.0, 4574.0, 4575.0, 4575.0, 4583.0, 4574.0, 4584.0, 4575.0, 4574.0, 4599.0, 4597.0, 4594.0, 4577.0, 4562.0, 4570.0, 4573.0, 4575.0, 4566.0, 4563.0, 4563.0, 4582.0, 4571.0, 4572.0, 4574.0, 4575.0, 4564.0, 4584.0, 4572.0, 4562.0, 4562.0, 4576.0, 4607.0, 4574.0, 4573.0, 4573.0, 4563.0, 4572.0, 4574.0, 4586.0, 4565.0, 4574.0, 4573.0, 4563.0, 4574.0, 4575.0, 4589.0, 4574.0, 4575.0, 4584.0, 4564.0, 4584.0, 4585.0, 4598.0, 4597.0, 4587.0, 4585.0, 4586.0, 4586.0, 4585.0, 4598.0, 4607.0, 4586.0, 4598.0, 4576.0, 4575.0, 4576.0, 4618.0, 4589.0, 4585.0, 4576.0, 4574.0, 4594.0, 4574.0, 4583.0, 4575.0, 4588.0, 4594.0, 4585.0, 4564.0, 4564.0, 4584.0, 4586.0, 4597.0, 4587.0, 4597.0, 4575.0, 4574.0, 4596.0, 4586.0, 4587.0, 4596.0, 4586.0, 4597.0, 4585.0, 4577.0, 4574.0, 4588.0, 4588.0, 4597.0, 4587.0, 4576.0, 4585.0, 4586.0, 4585.0, 4586.0, 4597.0, 4596.0, 4587.0, 4594.0, 4575.0, 4585.0, 4574.0, 4576.0, 4595.0, 4587.0, 4596.0, 4573.0, 4574.0, 4575.0, 4586.0, 4585.0, 4586.0, 4588.0, 4597.0, 4587.0, 4576.0, 4585.0, 4575.0, 4574.0, 4576.0, 4587.0, 4586.0, 4582.0, 4584.0, 4586.0, 4575.0, 4575.0, 4587.0, 4608.0, 4587.0, 4586.0, 4575.0, 4595.0, 4585.0, 4587.0, 4586.0, 4595.0, 4575.0, 4574.0, 4574.0, 4575.0, 4597.0, 4576.0, 4595.0, 4575.0, 4575.0, 4584.0, 4596.0, 4572.0, 4597.0, 4597.0, 4586.0, 4583.0, 4595.0, 4585.0, 4574.0, 4584.0, 4585.0, 4587.0, 4596.0, 4585.0, 4575.0, 4586.0, 4584.0, 4597.0, 4606.0, 4586.0, 4585.0, 4575.0, 4585.0, 4584.0, 4585.0, 4586.0, 4586.0, 4596.0, 4576.0, 4585.0, 4584.0, 4575.0, 4596.0, 4586.0, 4596.0, 4594.0, 4574.0, 4585.0, 4575.0, 4586.0, 4596.0, 4596.0, 4576.0, 4584.0, 4574.0, 4573.0, 4584.0, 4575.0, 4575.0, 4585.0, 4572.0, 4574.0, 4572.0, 4596.0, 4576.0, 4576.0, 4586.0, 4586.0, 4596.0, 4595.0, 4596.0, 4607.0, 4587.0, 4597.0, 4597.0, 4576.0, 4595.0, 4575.0, 4586.0, 4586.0, 4596.0, 4587.0, 4595.0, 4575.0, 4595.0, 4597.0, 4585.0, 4586.0, 4575.0, 4574.0, 4585.0, 4583.0, 4583.0, 4583.0, 4585.0, 4595.0, 4586.0, 4584.0, 4574.0, 4574.0, 4575.0, 4574.0, 4584.0, 4573.0, 4571.0, 4573.0, 4585.0, 4582.0, 4574.0, 4584.0, 4573.0, 4584.0, 4573.0, 4586.0, 4606.0, 4587.0, 4587.0, 4597.0, 4607.0, 4587.0, 4587.0, 4587.0, 4586.0, 4596.0, 4595.0, 4585.0, 4586.0, 4586.0, 4587.0, 4597.0, 4586.0, 4586.0, 4575.0, 4585.0, 4586.0, 4587.0, 4588.0, 4584.0, 4586.0, 4596.0, 4575.0, 4596.0, 4585.0, 4585.0, 4574.0, 4584.0, 4583.0, 4573.0, 4573.0, 4585.0, 4594.0, 4585.0, 4583.0, 4574.0, 4583.0, 4575.0, 4594.0, 4585.0, 4574.0, 4594.0, 4571.0, 4573.0, 4584.0, 4584.0, 4585.0, 4596.0, 4586.0, 4596.0, 4585.0, 4597.0, 4586.0, 4597.0, 4594.0, 4584.0, 4575.0, 4584.0, 4575.0, 4586.0, 4586.0, 4597.0, 4586.0, 4586.0, 4596.0, 4584.0, 4597.0, 4586.0, 4588.0, 4595.0, 4584.0, 4575.0, 4573.0, 4574.0, 4573.0, 4585.0, 4575.0, 4583.0, 4584.0, 4594.0, 4584.0, 4584.0, 4585.0, 4577.0, 4583.0, 4586.0, 4585.0, 4585.0, 4586.0, 4585.0, 4585.0, 4584.0, 4574.0, 4572.0, 4572.0, 4573.0, 4573.0, 4585.0, 4595.0, 4585.0, 4596.0, 4574.0, 4584.0, 4585.0, 4596.0, 4585.0, 4585.0, 4596.0, 4573.0, 4572.0, 4572.0, 4571.0, 4575.0, 4584.0, 4595.0, 4583.0, 4574.0, 4585.0, 4584.0, 4606.0, 4575.0, 4586.0, 4585.0, 4584.0, 4574.0, 4573.0, 4585.0, 4583.0, 4584.0, 4593.0, 4572.0, 4573.0, 4573.0, 4584.0, 4584.0, 4594.0, 4591.0, 4563.0, 4583.0, 4585.0, 4575.0, 4596.0, 4587.0, 4597.0, 4588.0, 4586.0, 4596.0, 4587.0, 4585.0, 4585.0, 4575.0, 4585.0, 4585.0, 4585.0, 4598.0, 4606.0, 4606.0, 4586.0, 4586.0, 4586.0, 4574.0, 4596.0, 4596.0, 4594.0, 4595.0, 4573.0, 4582.0, 4572.0, 4572.0, 4572.0, 4563.0, 4573.0, 4562.0, 4572.0, 4573.0, 4562.0, 4573.0, 4582.0, 4583.0, 4582.0, 4573.0, 4570.0, 4582.0, 4573.0, 4572.0, 4583.0, 4584.0, 4592.0, 4584.0, 4584.0, 4576.0, 4574.0, 4584.0, 4584.0, 4595.0, 4598.0, 4587.0, 4586.0, 4576.0, 4586.0, 4586.0, 4577.0, 4598.0, 4626.0, 4624.0, 4602.0, 4600.0, 4599.0, 4613.0, 4634.0, 4613.0, 4611.0, 4601.0, 4601.0, 4600.0, 4612.0, 4610.0, 4608.0, 4588.0, 4604.0, 4573.0, 4560.0, 4569.0, 4559.0, 4585.0, 4546.0, 4546.0, 4543.0, 4543.0, 4544.0, 4544.0, 4544.0, 4544.0, 4544.0, 4535.0, 4568.0, 4546.0, 4567.0, 4558.0, 4547.0, 4559.0, 4559.0, 4581.0, 4571.0, 4570.0, 4561.0, 4580.0, 4582.0, 4562.0, 4592.0, 4586.0, 4588.0, 4597.0, 4585.0, 4576.0, 4584.0, 4586.0, 4606.0, 4587.0, 4599.0, 4608.0, 4598.0, 4594.0, 4586.0, 4575.0, 4595.0, 4582.0, 4596.0, 4586.0, 4596.0, 4585.0, 4574.0, 4575.0, 4595.0, 4575.0, 4595.0, 4584.0, 4587.0, 4596.0, 4575.0, 4592.0, 4571.0, 4573.0, 4584.0, 4585.0, 4585.0, 4576.0, 4594.0, 4574.0, 4584.0, 4595.0, 4595.0, 4585.0, 4587.0, 4609.0, 4598.0, 4587.0, 4587.0, 4608.0, 4599.0, 4598.0, 4587.0, 4596.0, 4598.0, 4606.0, 4585.0, 4585.0, 4585.0, 4586.0, 4600.0, 4607.0, 4577.0, 4587.0, 4576.0, 4595.0, 4585.0, 4585.0, 4607.0, 4596.0, 4587.0, 4583.0, 4594.0, 4594.0, 4584.0, 4594.0, 4596.0, 4585.0, 4586.0, 4574.0, 4574.0, 4584.0, 4574.0, 4595.0, 4585.0, 4586.0, 4597.0, 4576.0, 4584.0, 4575.0, 4565.0, 4585.0, 4597.0, 4596.0, 4595.0, 4595.0, 4574.0, 4574.0, 4584.0, 4574.0, 4595.0, 4596.0, 4595.0, 4596.0, 4595.0, 4576.0, 4586.0, 4586.0], 'WindowWidth': [10186.0, 10214.0, 10127.0, 10144.0, 10069.0, 10066.0, 10075.0, 10058.0, 10021.0, 10042.0, 10021.0, 10021.0, 10032.0, 10028.0, 10036.0, 10017.0, 10049.0, 10052.0, 10032.0, 10057.0, 10062.0, 10082.0, 10054.0, 10070.0, 10058.0, 10033.0, 10042.0, 10060.0, 10042.0, 10058.0, 10073.0, 10086.0, 10062.0, 10023.0, 10051.0, 10072.0, 10082.0, 10078.0, 10063.0, 10058.0, 10058.0, 10058.0, 10033.0, 10060.0, 10080.0, 10081.0, 10061.0, 10042.0, 10053.0, 10052.0, 10054.0, 10054.0, 10057.0, 10062.0, 10018.0, 10036.0, 10029.0, 10053.0, 10053.0, 10058.0, 10079.0, 10060.0, 10089.0, 10080.0, 10076.0, 10075.0, 10090.0, 10087.0, 10153.0, 10098.0, 10096.0, 10075.0, 10070.0, 10051.0, 10109.0, 10095.0, 10067.0, 10065.0, 10080.0, 10131.0, 10066.0, 10081.0, 10104.0, 10078.0, 10121.0, 10061.0, 10054.0, 10041.0, 10038.0, 10077.0, 10033.0, 10027.0, 9987.0, 9969.0, 10016.0, 9980.0, 9986.0, 9966.0, 9965.0, 9999.0, 9977.0, 9985.0, 9984.0, 9981.0, 10000.0, 10024.0, 10004.0, 10018.0, 10000.0, 10005.0, 10003.0, 10028.0, 10008.0, 10030.0, 10031.0, 10029.0, 10049.0, 10047.0, 10025.0, 10046.0, 10030.0, 10039.0, 10058.0, 10031.0, 10031.0, 10049.0, 10048.0, 10050.0, 10029.0, 10056.0, 10056.0, 10018.0, 10051.0, 10049.0, 10047.0, 10051.0, 10029.0, 10081.0, 10041.0, 10055.0, 10057.0, 10058.0, 10058.0, 10058.0, 10060.0, 10076.0, 10074.0, 10043.0, 10057.0, 10075.0, 10040.0, 10051.0, 10078.0, 10063.0, 10062.0, 10058.0, 10059.0, 10033.0, 10058.0, 10048.0, 10077.0, 10061.0, 10068.0, 10042.0, 10042.0, 10038.0, 10032.0, 10055.0, 10057.0, 10062.0, 10069.0, 10041.0, 10017.0, 10016.0, 10036.0, 10015.0, 10038.0, 10017.0, 10071.0, 10032.0, 10005.0, 10027.0, 10034.0, 10057.0, 10053.0, 10016.0, 10033.0, 10018.0, 10029.0, 10041.0, 10017.0, 10086.0, 10021.0, 10017.0, 10018.0, 10035.0, 10025.0, 10019.0, 10038.0, 10043.0, 10038.0, 10036.0, 10035.0, 10034.0, 10069.0, 10039.0, 10050.0, 10066.0, 10104.0, 10061.0, 10064.0, 10070.0, 10055.0, 10032.0, 10037.0, 10032.0, 10035.0, 10061.0, 10034.0, 10038.0, 10037.0, 10053.0, 10035.0, 10053.0, 10038.0, 10035.0, 10083.0, 10077.0, 10060.0, 10047.0, 10015.0, 10030.0, 10037.0, 10038.0, 10026.0, 10018.0, 10017.0, 10049.0, 10026.0, 10035.0, 10034.0, 10040.0, 10020.0, 10053.0, 10036.0, 10013.0, 10015.0, 10045.0, 10085.0, 10042.0, 10030.0, 10039.0, 10018.0, 10028.0, 10036.0, 10056.0, 10024.0, 10035.0, 10033.0, 10019.0, 10032.0, 10039.0, 10068.0, 10043.0, 10037.0, 10053.0, 10020.0, 10055.0, 10058.0, 10081.0, 10080.0, 10064.0, 10057.0, 10061.0, 10055.0, 10051.0, 10081.0, 10095.0, 10063.0, 10080.0, 10039.0, 10039.0, 10041.0, 10109.0, 10068.0, 10058.0, 10047.0, 10041.0, 10061.0, 10040.0, 10052.0, 10038.0, 10064.0, 10070.0, 10052.0, 10019.0, 10020.0, 10054.0, 10054.0, 10079.0, 10056.0, 10078.0, 10036.0, 10036.0, 10074.0, 10053.0, 10058.0, 10075.0, 10057.0, 10077.0, 10051.0, 10041.0, 10036.0, 10062.0, 10061.0, 10078.0, 10057.0, 10040.0, 10058.0, 10052.0, 10058.0, 10063.0, 10076.0, 10077.0, 10062.0, 10070.0, 10036.0, 10057.0, 10035.0, 10040.0, 10072.0, 10056.0, 10074.0, 10034.0, 10035.0, 10043.0, 10059.0, 10051.0, 10055.0, 10063.0, 10073.0, 10057.0, 10040.0, 10058.0, 10037.0, 10034.0, 10040.0, 10064.0, 10061.0, 10046.0, 10050.0, 10060.0, 10037.0, 10040.0, 10059.0, 10096.0, 10058.0, 10055.0, 10040.0, 10072.0, 10050.0, 10063.0, 10060.0, 10073.0, 10037.0, 10033.0, 10034.0, 10036.0, 10077.0, 10041.0, 10072.0, 10040.0, 10036.0, 10057.0, 10073.0, 10032.0, 10076.0, 10080.0, 10062.0, 10054.0, 10064.0, 10058.0, 10034.0, 10056.0, 10059.0, 10067.0, 10075.0, 10049.0, 10038.0, 10061.0, 10056.0, 10076.0, 10090.0, 10056.0, 10059.0, 10038.0, 10050.0, 10055.0, 10052.0, 10054.0, 10057.0, 10074.0, 10040.0, 10051.0, 10048.0, 10039.0, 10074.0, 10061.0, 10074.0, 10070.0, 10036.0, 10057.0, 10045.0, 10054.0, 10075.0, 10075.0, 10040.0, 10056.0, 10036.0, 10033.0, 10057.0, 10037.0, 10040.0, 10058.0, 10030.0, 10034.0, 10032.0, 10075.0, 10041.0, 10042.0, 10056.0, 10053.0, 10074.0, 10073.0, 10076.0, 10093.0, 10057.0, 10073.0, 10077.0, 10042.0, 10073.0, 10039.0, 10055.0, 10056.0, 10068.0, 10057.0, 10071.0, 10039.0, 10073.0, 10071.0, 10053.0, 10052.0, 10039.0, 10035.0, 10057.0, 10054.0, 10053.0, 10048.0, 10053.0, 10065.0, 10055.0, 10055.0, 10034.0, 10035.0, 10045.0, 10036.0, 10048.0, 10032.0, 10026.0, 10039.0, 10051.0, 10046.0, 10037.0, 10047.0, 10034.0, 10055.0, 10034.0, 10055.0, 10090.0, 10059.0, 10058.0, 10080.0, 10094.0, 10060.0, 10059.0, 10058.0, 10056.0, 10075.0, 10073.0, 10060.0, 10055.0, 10057.0, 10060.0, 10080.0, 10055.0, 10056.0, 10039.0, 10053.0, 10057.0, 10058.0, 10060.0, 10050.0, 10061.0, 10075.0, 10038.0, 10074.0, 10052.0, 10052.0, 10035.0, 10049.0, 10052.0, 10031.0, 10033.0, 10052.0, 10068.0, 10049.0, 10046.0, 10034.0, 10046.0, 10037.0, 10067.0, 10051.0, 10035.0, 10070.0, 10029.0, 10032.0, 10048.0, 10049.0, 10052.0, 10075.0, 10056.0, 10078.0, 10054.0, 10078.0, 10056.0, 10079.0, 10074.0, 10051.0, 10037.0, 10050.0, 10038.0, 10054.0, 10054.0, 10071.0, 10057.0, 10057.0, 10075.0, 10051.0, 10077.0, 10054.0, 10060.0, 10073.0, 10050.0, 10037.0, 10033.0, 10034.0, 10032.0, 10051.0, 10037.0, 10049.0, 10056.0, 10069.0, 10049.0, 10056.0, 10055.0, 10045.0, 10050.0, 10056.0, 10052.0, 10053.0, 10053.0, 10054.0, 10053.0, 10056.0, 10035.0, 10029.0, 10029.0, 10032.0, 10033.0, 10051.0, 10072.0, 10054.0, 10075.0, 10037.0, 10050.0, 10059.0, 10073.0, 10052.0, 10052.0, 10073.0, 10034.0, 10030.0, 10030.0, 10028.0, 10038.0, 10050.0, 10070.0, 10054.0, 10034.0, 10051.0, 10058.0, 10088.0, 10039.0, 10055.0, 10051.0, 10048.0, 10033.0, 10032.0, 10058.0, 10054.0, 10055.0, 10066.0, 10030.0, 10032.0, 10032.0, 10050.0, 10049.0, 10062.0, 10063.0, 10017.0, 10045.0, 10053.0, 10040.0, 10077.0, 10059.0, 10081.0, 10062.0, 10058.0, 10076.0, 10058.0, 10052.0, 10053.0, 10038.0, 10050.0, 10052.0, 10054.0, 10076.0, 10090.0, 10089.0, 10056.0, 10058.0, 10052.0, 10034.0, 10075.0, 10074.0, 10063.0, 10071.0, 10031.0, 10050.0, 10027.0, 10028.0, 10027.0, 10019.0, 10030.0, 10014.0, 10029.0, 10030.0, 10016.0, 10030.0, 10042.0, 10053.0, 10047.0, 10032.0, 10031.0, 10048.0, 10037.0, 10027.0, 10052.0, 10048.0, 10067.0, 10056.0, 10056.0, 10039.0, 10034.0, 10048.0, 10056.0, 10073.0, 10080.0, 10058.0, 10056.0, 10040.0, 10055.0, 10056.0, 10046.0, 10083.0, 10132.0, 10130.0, 10091.0, 10084.0, 10080.0, 10107.0, 10146.0, 10105.0, 10105.0, 10084.0, 10087.0, 10082.0, 10110.0, 10100.0, 10088.0, 10067.0, 10082.0, 10029.0, 10004.0, 10018.0, 10001.0, 10040.0, 9979.0, 9979.0, 9972.0, 9972.0, 9974.0, 9976.0, 9975.0, 9975.0, 9976.0, 9968.0, 10022.0, 9983.0, 10019.0, 10000.0, 9987.0, 10004.0, 10004.0, 10048.0, 10026.0, 10024.0, 10011.0, 10043.0, 10048.0, 10015.0, 10064.0, 10056.0, 10063.0, 10078.0, 10058.0, 10041.0, 10052.0, 10054.0, 10090.0, 10057.0, 10081.0, 10097.0, 10079.0, 10066.0, 10056.0, 10045.0, 10072.0, 10043.0, 10072.0, 10057.0, 10069.0, 10053.0, 10036.0, 10044.0, 10071.0, 10038.0, 10071.0, 10048.0, 10064.0, 10074.0, 10037.0, 10064.0, 10028.0, 10040.0, 10048.0, 10056.0, 10054.0, 10042.0, 10071.0, 10036.0, 10054.0, 10070.0, 10072.0, 10052.0, 10059.0, 10100.0, 10076.0, 10060.0, 10060.0, 10095.0, 10083.0, 10075.0, 10058.0, 10073.0, 10073.0, 10082.0, 10051.0, 10057.0, 10053.0, 10063.0, 10087.0, 10094.0, 10045.0, 10058.0, 10040.0, 10071.0, 10053.0, 10056.0, 10092.0, 10076.0, 10064.0, 10047.0, 10069.0, 10068.0, 10054.0, 10067.0, 10072.0, 10057.0, 10053.0, 10035.0, 10034.0, 10048.0, 10034.0, 10071.0, 10051.0, 10061.0, 10076.0, 10039.0, 10049.0, 10037.0, 10024.0, 10051.0, 10077.0, 10075.0, 10070.0, 10072.0, 10033.0, 10040.0, 10049.0, 10034.0, 10072.0, 10075.0, 10072.0, 10072.0, 10071.0, 10048.0, 10055.0, 10053.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.0034632215568862275</td></tr>
<tr><td colspan=3>aqi</td><td>0.022279315688622757</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.05146598586329</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2304193877458018</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0458123612589934</td></tr>
<tr><td colspan=3>efc</td><td>0.4636</td></tr>
<tr><td colspan=3>fber</td><td>6700.7554</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06370103480683116</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0778443113772456</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.36946178863051</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2758130366494798</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6512686640615564</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.181303665180495</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115282</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01667414978146553</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027070222422480583</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.101450758537533</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>38.889</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.8431</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.8512</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302467.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>809.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.7402</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5193</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>611.3635</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3829.9071</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4015.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74077.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1512.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4997.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>978.9153</td></tr>
<tr><td colspan=3>tsnr</td><td>40.969393325503916</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>