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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0077_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-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077/ses-02/func/sub-0077_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>d9221f8991362ef56d411230d04618a0</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:06:15.675000</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.999766, -0.02119, 0.00431713, 0.0211166, 0.999643, 0.0163878]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0852717</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>[4144, -7726, -7291, 827, -21, -157, -97, 27]</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>238.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1bcc63f8-949d-445b-9bee-bf26d6272b5f||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.6822993755340576, 0.05665440112352371, 0.01258968748152256, 112.70344543457031], [0.056851278990507126, 2.6819682121276855, 0.043990664184093475, -99.23693084716797], [0.011582547798752785, -0.043967362493276596, 2.6996123790740967, -78.84504699707031], [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': ['220615.675000', '220616.135000', '220616.595000', '220617.055000', '220617.515000', '220617.975000', '220618.435000', '220618.895000', '220619.355000', '220619.815000', '220620.275000', '220620.735000', '220621.195000', '220621.655000', '220622.115000', '220622.575000', '220623.035000', '220623.495000', '220623.955000', '220624.415000', '220624.875000', '220625.335000', '220625.795000', '220626.255000', '220626.715000', '220627.175000', '220627.635000', '220628.095000', '220628.555000', '220629.015000', '220629.475000', '220629.935000', '220630.395000', '220630.855000', '220631.315000', '220631.775000', '220632.235000', '220632.695000', '220633.155000', '220633.615000', '220634.075000', '220634.535000', '220634.995000', '220635.455000', '220635.915000', '220636.375000', '220636.835000', '220637.295000', '220637.755000', '220638.215000', '220638.675000', '220639.135000', '220639.595000', '220640.055000', '220640.515000', '220640.975000', '220641.435000', '220641.895000', '220642.355000', '220642.815000', '220643.275000', '220643.735000', '220644.195000', '220644.655000', '220645.115000', '220645.575000', '220646.035000', '220646.495000', '220646.955000', '220647.415000', '220647.875000', '220648.335000', '220648.795000', '220649.255000', '220649.715000', '220650.175000', '220650.635000', '220651.095000', '220651.555000', '220652.015000', '220652.475000', '220652.935000', '220653.395000', '220653.855000', '220654.315000', '220654.775000', '220655.235000', '220655.695000', '220656.155000', '220656.615000', '220657.075000', '220657.535000', '220657.995000', '220658.455000', '220658.915000', '220659.375000', '220659.835000', '220700.295000', '220700.755000', '220701.215000', '220701.675000', '220702.135000', '220702.595000', '220703.055000', '220703.515000', '220703.975000', '220704.435000', '220704.895000', '220705.355000', '220705.815000', '220706.275000', '220706.735000', '220707.195000', '220707.655000', '220708.115000', '220708.575000', '220709.035000', '220709.495000', '220709.955000', '220710.415000', '220710.875000', '220711.335000', '220711.795000', '220712.255000', '220712.715000', '220713.175000', '220713.635000', '220714.095000', '220714.555000', '220715.015000', '220715.475000', '220715.935000', '220716.395000', '220716.855000', '220717.315000', '220717.775000', '220718.235000', '220718.695000', '220719.155000', '220719.615000', '220720.075000', '220720.535000', '220720.995000', '220721.455000', '220721.915000', '220722.375000', '220722.835000', '220723.295000', '220723.755000', '220724.215000', '220724.675000', '220725.135000', '220725.595000', '220726.055000', '220726.515000', '220726.975000', '220727.435000', '220727.895000', '220728.355000', '220728.815000', '220729.275000', '220729.735000', '220730.195000', '220730.655000', '220731.115000', '220731.575000', '220732.035000', '220732.495000', '220732.955000', '220733.415000', '220733.875000', '220734.335000', '220734.795000', '220735.255000', '220735.715000', '220736.175000', '220736.635000', '220737.095000', '220737.555000', '220738.015000', '220738.475000', '220738.935000', '220739.395000', '220739.855000', '220740.315000', '220740.775000', '220741.235000', '220741.695000', '220742.155000', '220742.615000', '220743.075000', '220743.535000', '220743.995000', '220744.455000', '220744.915000', '220745.375000', '220745.835000', '220746.295000', '220746.755000', '220747.215000', '220747.675000', '220748.135000', '220748.595000', '220749.055000', '220749.515000', '220749.975000', '220750.435000', '220750.895000', '220751.355000', '220751.815000', '220752.275000', '220752.735000', '220753.195000', '220753.655000', '220754.115000', '220754.575000', '220755.035000', '220755.495000', '220755.955000', '220756.415000', '220756.875000', '220757.335000', '220757.795000', '220758.255000', '220758.715000', '220759.175000', '220759.635000', '220800.095000', '220800.555000', '220801.015000', '220801.475000', '220801.935000', '220802.395000', '220802.855000', '220803.315000', '220803.775000', '220804.235000', '220804.695000', '220805.155000', '220805.615000', '220806.075000', '220806.535000', '220806.995000', '220807.455000', '220807.915000', '220808.375000', '220808.835000', '220809.295000', '220809.755000', '220810.215000', '220810.675000', '220811.135000', '220811.595000', '220812.055000', '220812.515000', '220812.975000', '220813.435000', '220813.895000', '220814.355000', '220814.815000', '220815.275000', '220815.735000', '220816.195000', '220816.655000', '220817.115000', '220817.575000', '220818.035000', '220818.495000', '220818.955000', '220819.415000', '220819.875000', '220820.335000', '220820.795000', '220821.255000', '220821.715000', '220822.175000', '220822.635000', '220823.095000', '220823.555000', '220824.015000', '220824.475000', '220824.935000', '220825.395000', '220825.855000', '220826.315000', '220826.775000', '220827.235000', '220827.695000', '220828.155000', '220828.615000', '220829.075000', '220829.535000', '220829.995000', '220830.455000', '220830.915000', '220831.375000', '220831.835000', '220832.295000', '220832.755000', '220833.215000', '220833.675000', '220834.135000', '220834.595000', '220835.055000', '220835.515000', '220835.975000', '220836.435000', '220836.895000', '220837.355000', '220837.815000', '220838.275000', '220838.735000', '220839.195000', '220839.655000', '220840.115000', '220840.575000', '220841.035000', '220841.495000', '220841.955000', '220842.415000', '220842.875000', '220843.335000', '220843.795000', '220844.255000', '220844.715000', '220845.175000', '220845.635000', '220846.095000', '220846.555000', '220847.015000', '220847.475000', '220847.935000', '220848.395000', '220848.855000', '220849.315000', '220849.775000', '220850.235000', '220850.695000', '220851.155000', '220851.615000', '220852.075000', '220852.535000', '220852.995000', '220853.455000', '220853.915000', '220854.375000', '220854.835000', '220855.295000', '220855.755000', '220856.215000', '220856.675000', '220857.135000', '220857.595000', '220858.055000', '220858.515000', '220858.975000', '220859.435000', '220859.895000', '220900.355000', '220900.815000', '220901.275000', '220901.735000', '220902.195000', '220902.655000', '220903.115000', '220903.575000', '220904.035000', '220904.495000', '220904.955000', '220905.415000', '220905.875000', '220906.335000', '220906.795000', '220907.255000', '220907.715000', '220908.175000', '220908.635000', '220909.095000', '220909.555000', '220910.015000', '220910.475000', '220910.935000', '220911.395000', '220911.855000', '220912.315000', '220912.775000', '220913.235000', '220913.695000', '220914.155000', '220914.615000', '220915.075000', '220915.535000', '220915.995000', '220916.455000', '220916.915000', '220917.375000', '220917.835000', '220918.295000', '220918.755000', '220919.215000', '220919.675000', '220920.135000', '220920.595000', '220921.055000', '220921.515000', '220921.975000', '220922.435000', '220922.895000', '220923.355000', '220923.815000', '220924.275000', '220924.735000', '220925.195000', '220925.655000', '220926.115000', '220926.575000', '220927.035000', '220927.495000', '220927.955000', '220928.415000', '220928.875000', '220929.335000', '220929.795000', '220930.255000', '220930.715000', '220931.175000', '220931.635000', '220932.095000', '220932.555000', '220933.015000', '220933.475000', '220933.935000', '220934.395000', '220934.855000', '220935.315000', '220935.775000', '220936.235000', '220936.695000', '220937.155000', '220937.615000', '220938.075000', '220938.535000', '220938.995000', '220939.455000', '220939.915000', '220940.375000', '220940.835000', '220941.295000', '220941.755000', '220942.215000', '220942.675000', '220943.135000', '220943.595000', '220944.055000', '220944.515000', '220944.975000', '220945.435000', '220945.895000', '220946.355000', '220946.815000', '220947.275000', '220947.735000', '220948.195000', '220948.655000', '220949.115000', '220949.575000', '220950.035000', '220950.495000', '220950.955000', '220951.415000', '220951.875000', '220952.335000', '220952.795000', '220953.255000', '220953.715000', '220954.175000', '220954.635000', '220955.095000', '220955.555000', '220956.015000', '220956.475000', '220956.935000', '220957.395000', '220957.855000', '220958.315000', '220958.775000', '220959.235000', '220959.695000', '221000.155000', '221000.615000', '221001.075000', '221001.535000', '221001.995000', '221002.455000', '221002.915000', '221003.375000', '221003.835000', '221004.295000', '221004.755000', '221005.215000', '221005.675000', '221006.135000', '221006.595000', '221007.055000', '221007.515000', '221007.975000', '221008.435000', '221008.895000', '221009.355000', '221009.815000', '221010.275000', '221010.735000', '221011.195000', '221011.655000', '221012.115000', '221012.575000', '221013.035000', '221013.495000', '221013.955000', '221014.415000', '221014.875000', '221015.335000', '221015.795000', '221016.255000', '221016.715000', '221017.175000', '221017.635000', '221018.095000', '221018.555000', '221019.015000', '221019.475000', '221019.935000', '221020.395000', '221020.855000', '221021.315000', '221021.775000', '221022.235000', '221022.695000', '221023.155000', '221023.615000', '221024.075000', '221024.535000', '221024.995000', '221025.455000', '221025.915000', '221026.375000', '221026.835000', '221027.295000', '221027.755000', '221028.215000', '221028.675000', '221029.135000', '221029.595000', '221030.055000', '221030.515000', '221030.975000', '221031.435000', '221031.895000', '221032.355000', '221032.815000', '221033.275000', '221033.735000', '221034.195000', '221034.655000', '221035.115000', '221035.575000', '221036.035000', '221036.495000', '221036.955000', '221037.415000', '221037.875000', '221038.335000', '221038.795000', '221039.255000', '221039.715000', '221040.175000', '221040.635000', '221041.095000', '221041.555000', '221042.015000', '221042.475000', '221042.935000', '221043.395000', '221043.855000', '221044.315000', '221044.775000', '221045.235000', '221045.695000', '221046.155000', '221046.615000', '221047.075000', '221047.535000', '221047.995000', '221048.455000', '221048.915000', '221049.375000', '221049.835000', '221050.295000', '221050.755000', '221051.215000', '221051.675000', '221052.135000', '221052.595000', '221053.055000', '221053.515000', '221053.975000', '221054.435000', '221054.895000', '221055.355000', '221055.815000', '221056.275000', '221056.735000', '221057.195000', '221057.655000', '221058.115000', '221058.575000', '221059.035000', '221059.495000', '221059.955000', '221100.415000', '221100.875000', '221101.335000', '221101.795000', '221102.255000', '221102.715000', '221103.175000', '221103.635000', '221104.095000', '221104.555000', '221105.015000', '221105.475000', '221105.935000', '221106.395000', '221106.855000', '221107.315000', '221107.775000', '221108.235000', '221108.695000', '221109.155000', '221109.615000', '221110.075000', '221110.535000', '221110.995000', '221111.455000', '221111.915000', '221112.375000', '221112.835000', '221113.295000', '221113.755000', '221114.215000', '221114.675000', '221115.135000', '221115.595000', '221116.055000', '221116.515000', '221116.975000', '221117.435000', '221117.895000', '221118.355000', '221118.815000', '221119.275000', '221119.735000', '221120.195000', '221120.655000', '221121.115000', '221121.575000', '221122.035000', '221122.495000', '221122.955000', '221123.415000', '221123.875000', '221124.335000', '221124.795000', '221125.255000', '221125.715000', '221126.175000', '221126.635000', '221127.095000', '221127.555000', '221128.015000', '221128.475000', '221128.935000', '221129.395000', '221129.855000', '221130.315000', '221130.775000', '221131.235000', '221131.695000', '221132.155000', '221132.615000', '221133.075000', '221133.535000', '221133.995000', '221134.455000', '221134.915000', '221135.375000', '221135.835000', '221136.295000', '221136.755000', '221137.215000', '221137.675000', '221138.135000', '221138.595000', '221139.055000', '221139.515000', '221139.975000', '221140.435000', '221140.895000', '221141.355000', '221141.815000', '221142.275000', '221142.735000', '221143.195000', '221143.655000', '221144.115000', '221144.575000', '221145.035000', '221145.495000', '221145.955000', '221146.415000', '221146.875000', '221147.335000', '221147.795000', '221148.255000', '221148.715000', '221149.175000', '221149.635000', '221150.095000', '221150.555000', '221151.015000', '221151.475000', '221151.935000', '221152.395000', '221152.855000', '221153.315000', '221153.775000', '221154.235000', '221154.695000', '221155.155000', '221155.615000', '221156.075000', '221156.535000', '221156.995000', '221157.455000', '221157.915000', '221158.375000', '221158.835000', '221159.295000', '221159.755000', '221200.215000', '221200.675000', '221201.135000', '221201.595000', '221202.055000', '221202.515000', '221202.975000', '221203.435000', '221203.895000', '221204.355000', '221204.815000', '221205.275000', '221205.735000', '221206.195000', '221206.655000', '221207.115000', '221207.575000', '221208.035000', '221208.495000', '221208.955000', '221209.415000', '221209.875000', '221210.335000', '221210.795000', '221211.255000', '221211.715000', '221212.175000', '221212.635000', '221213.095000', '221213.555000', '221214.015000', '221214.475000', '221214.935000', '221215.395000', '221215.855000', '221216.315000', '221216.775000', '221217.235000', '221217.695000', '221218.155000', '221218.615000', '221219.075000', '221219.535000', '221219.995000', '221220.455000', '221220.915000', '221221.375000', '221221.835000', '221222.295000', '221222.755000', '221223.215000', '221223.675000', '221224.135000', '221224.595000', '221225.055000', '221225.515000', '221225.975000', '221226.435000', '221226.895000', '221227.355000', '221227.815000', '221228.275000', '221228.735000', '221229.195000', '221229.655000', '221230.115000', '221230.575000', '221231.035000', '221231.495000', '221231.955000', '221232.415000', '221232.875000', '221233.335000', '221233.795000', '221234.255000', '221234.715000', '221235.175000', '221235.635000', '221236.095000', '221236.555000', '221237.015000', '221237.475000', '221237.935000', '221238.395000', '221238.855000', '221239.315000', '221239.775000', '221240.235000', '221240.695000', '221241.155000'], 'ContentTime': ['220636.503000', '220636.507000', '220636.509000', '220636.512000', '220636.515000', '220636.517000', '220636.520000', '220636.523000', '220636.525000', '220636.528000', '220636.531000', '220636.533000', '220636.536000', '220636.539000', '220636.541000', '220636.544000', '220636.547000', '220636.553000', '220636.556000', '220636.559000', '220636.562000', '220636.564000', '220636.567000', '220636.570000', '220636.572000', '220636.575000', '220636.578000', '220636.581000', '220636.583000', '220636.586000', '220636.589000', '220636.592000', '220636.594000', '220636.597000', '220636.600000', '220636.602000', '220636.605000', '220636.607000', '220636.610000', '220636.613000', '220636.615000', '220636.618000', '220636.620000', '220656.476000', '220656.479000', '220656.482000', '220656.484000', '220656.487000', '220656.489000', '220656.492000', '220656.495000', '220656.497000', '220656.500000', '220656.502000', '220656.505000', '220656.507000', '220656.510000', '220656.513000', '220656.515000', '220656.518000', '220656.520000', '220656.523000', '220656.526000', '220656.528000', '220656.531000', '220656.533000', '220656.536000', '220656.538000', '220656.541000', '220656.543000', '220656.546000', '220656.549000', '220656.551000', '220656.554000', '220656.556000', '220656.559000', '220656.561000', '220656.564000', '220656.567000', '220656.569000', '220656.572000', '220656.574000', '220656.577000', '220656.580000', '220656.582000', '220656.585000', '220656.587000', '220716.477000', '220716.480000', '220716.483000', '220716.485000', '220716.497000', '220716.500000', '220716.502000', '220716.505000', '220716.508000', '220716.510000', '220716.513000', '220716.515000', '220716.518000', '220716.521000', '220716.523000', '220716.526000', '220716.528000', '220716.531000', '220716.533000', '220716.536000', '220716.539000', '220716.541000', '220716.544000', '220716.546000', '220716.549000', '220716.551000', '220716.554000', '220716.557000', '220716.559000', '220716.562000', '220716.564000', '220716.567000', '220716.569000', '220716.572000', '220716.575000', '220716.577000', '220716.588000', '220716.591000', '220716.593000', '220716.596000', '220716.599000', '220716.601000', '220716.604000', '220736.478000', '220736.480000', '220736.483000', '220736.485000', '220736.488000', '220736.491000', '220736.493000', '220736.496000', '220736.499000', '220736.501000', '220736.504000', '220736.506000', '220736.509000', '220736.512000', '220736.514000', '220736.521000', '220736.524000', '220736.526000', '220736.529000', '220736.532000', '220736.534000', '220736.537000', '220736.539000', '220736.542000', '220736.544000', '220736.547000', '220736.550000', '220736.552000', '220736.555000', '220736.557000', '220736.560000', '220736.563000', '220736.565000', '220736.568000', '220736.570000', '220736.573000', '220736.576000', '220736.578000', '220736.581000', '220736.584000', '220736.586000', '220736.589000', '220736.591000', '220736.594000', '220756.478000', '220756.480000', '220756.483000', '220756.486000', '220756.488000', '220756.491000', '220756.493000', '220756.496000', '220756.499000', '220756.501000', '220756.504000', '220756.506000', '220756.509000', '220756.512000', '220756.514000', '220756.517000', '220756.519000', '220756.522000', '220756.525000', '220756.527000', '220756.530000', '220756.532000', '220756.535000', '220756.538000', '220756.540000', '220756.543000', '220756.545000', '220756.548000', '220756.550000', '220756.553000', '220756.556000', '220756.558000', '220756.561000', '220756.563000', '220756.566000', '220756.569000', '220756.571000', '220756.574000', '220756.576000', '220756.579000', '220756.582000', '220756.584000', '220756.587000', '220816.478000', '220816.481000', '220816.483000', '220816.486000', '220816.488000', '220816.491000', '220816.494000', '220816.496000', '220816.499000', '220816.501000', '220816.504000', '220816.507000', '220816.509000', '220816.512000', '220816.514000', '220816.517000', '220816.519000', '220816.522000', '220816.525000', '220816.527000', '220816.530000', '220816.532000', '220816.535000', '220816.537000', '220816.540000', '220816.543000', '220816.545000', '220816.548000', '220816.550000', '220816.553000', '220816.556000', '220816.558000', '220816.561000', '220816.564000', '220816.566000', '220816.569000', '220816.571000', '220816.574000', '220816.577000', '220816.579000', '220816.582000', '220816.584000', '220816.587000', '220816.590000', '220836.477000', '220836.480000', '220836.483000', '220836.485000', '220836.488000', '220836.491000', '220836.493000', '220836.496000', '220836.498000', '220836.501000', '220836.504000', '220836.506000', '220836.509000', '220836.511000', '220836.514000', '220836.517000', '220836.519000', '220836.522000', '220836.524000', '220836.527000', '220836.530000', '220836.532000', '220836.535000', '220836.537000', '220836.540000', '220836.543000', '220836.545000', '220836.548000', '220836.551000', '220836.553000', '220836.556000', '220836.558000', '220836.561000', '220836.564000', '220836.566000', '220836.569000', '220836.571000', '220836.574000', '220836.577000', '220836.579000', '220836.582000', '220836.584000', '220836.587000', '220856.477000', '220856.480000', '220856.483000', '220856.486000', '220856.488000', '220856.495000', '220856.497000', '220856.500000', '220856.503000', '220856.505000', '220856.508000', '220856.510000', '220856.513000', '220856.515000', '220856.518000', '220856.521000', '220856.523000', '220856.526000', '220856.528000', '220856.531000', '220856.533000', '220856.536000', '220856.539000', '220856.541000', '220856.544000', '220856.546000', '220856.549000', '220856.552000', '220856.554000', '220856.557000', '220856.559000', '220856.562000', '220856.564000', '220856.567000', '220856.570000', '220856.583000', '220856.585000', '220856.588000', '220856.591000', '220856.593000', '220856.596000', '220856.598000', '220856.601000', '220856.603000', '220916.477000', '220916.479000', '220916.482000', '220916.485000', '220916.487000', '220916.490000', '220916.492000', '220916.495000', '220916.498000', '220916.500000', '220916.503000', '220916.506000', '220916.508000', '220916.511000', '220916.513000', '220916.516000', '220916.519000', '220916.521000', '220916.524000', '220916.526000', '220916.529000', '220916.532000', '220916.534000', '220916.537000', '220916.540000', '220916.542000', '220916.545000', '220916.547000', '220916.550000', '220916.553000', '220916.555000', '220916.558000', '220916.560000', '220916.563000', '220916.566000', '220916.568000', '220916.571000', '220916.573000', '220916.576000', '220916.579000', '220916.581000', '220916.584000', '220916.587000', '220936.478000', '220936.480000', '220936.483000', '220936.486000', '220936.488000', '220936.491000', '220936.494000', '220936.496000', '220936.499000', '220936.501000', '220936.504000', '220936.506000', '220936.509000', '220936.512000', '220936.514000', '220936.517000', '220936.519000', '220936.522000', '220936.524000', '220936.527000', '220936.530000', '220936.532000', '220936.535000', '220936.538000', '220936.540000', '220936.543000', '220936.545000', '220936.548000', '220936.550000', '220936.553000', '220936.556000', '220936.558000', '220936.561000', '220936.563000', '220936.566000', '220936.569000', '220936.571000', '220936.574000', '220936.576000', '220936.579000', '220936.581000', '220936.584000', '220936.587000', '220936.589000', '220956.478000', '220956.480000', '220956.483000', '220956.486000', '220956.488000', '220956.491000', '220956.494000', '220956.496000', '220956.499000', '220956.501000', '220956.504000', '220956.507000', '220956.509000', '220956.512000', '220956.514000', '220956.517000', '220956.528000', '220956.531000', '220956.533000', '220956.536000', '220956.539000', '220956.541000', '220956.544000', '220956.546000', '220956.549000', '220956.552000', '220956.554000', '220956.557000', '220956.559000', '220956.562000', '220956.565000', '220956.567000', '220956.570000', '220956.573000', '220956.575000', '220956.578000', '220956.580000', '220956.583000', '220956.586000', '220956.588000', '220956.591000', '220956.593000', '220956.596000', '221016.477000', '221016.480000', '221016.483000', '221016.485000', '221016.488000', '221016.491000', '221016.493000', '221016.496000', '221016.500000', '221016.503000', '221016.505000', '221016.508000', '221016.511000', '221016.513000', '221016.516000', '221016.518000', '221016.521000', '221016.523000', '221016.526000', '221016.529000', '221016.531000', '221016.534000', '221016.536000', '221016.539000', '221016.542000', '221016.544000', '221016.547000', '221016.549000', '221016.552000', '221016.555000', '221016.557000', '221016.560000', '221016.562000', '221016.565000', '221016.568000', '221016.570000', '221016.573000', '221016.575000', '221016.578000', '221016.581000', '221016.583000', '221016.586000', '221016.588000', '221016.591000', '221036.478000', '221036.480000', '221036.483000', '221036.486000', '221036.488000', '221036.491000', '221036.493000', '221036.496000', '221036.499000', '221036.501000', '221036.504000', '221036.506000', '221036.509000', '221036.512000', '221036.514000', '221036.517000', '221036.527000', '221036.530000', '221036.532000', '221036.535000', '221036.537000', '221036.540000', '221036.543000', '221036.545000', '221036.548000', '221036.550000', '221036.553000', '221036.556000', '221036.558000', '221036.561000', '221036.564000', '221036.566000', '221036.569000', '221036.571000', '221036.574000', '221036.577000', '221036.580000', '221036.582000', '221036.585000', '221036.587000', '221036.590000', '221036.593000', '221036.595000', '221056.478000', '221056.481000', '221056.483000', '221056.486000', '221056.489000', '221056.491000', '221056.494000', '221056.496000', '221056.499000', '221056.502000', '221056.504000', '221056.507000', '221056.509000', '221056.512000', '221056.514000', '221056.517000', '221056.520000', '221056.522000', '221056.525000', '221056.527000', '221056.530000', '221056.533000', '221056.535000', '221056.538000', '221056.540000', '221056.543000', '221056.545000', '221056.548000', '221056.551000', '221056.553000', '221056.556000', '221056.558000', '221056.561000', '221056.564000', '221056.566000', '221056.569000', '221056.571000', '221056.574000', '221056.577000', '221056.579000', '221056.582000', '221056.584000', '221056.587000', '221116.477000', '221116.480000', '221116.483000', '221116.486000', '221116.488000', '221116.491000', '221116.493000', '221116.496000', '221116.498000', '221116.501000', '221116.504000', '221116.506000', '221116.509000', '221116.511000', '221116.514000', '221116.517000', '221116.519000', '221116.522000', '221116.525000', '221116.527000', '221116.530000', '221116.532000', '221116.535000', '221116.538000', '221116.540000', '221116.543000', '221116.545000', '221116.548000', '221116.550000', '221116.553000', '221116.556000', '221116.558000', '221116.561000', '221116.563000', '221116.566000', '221116.569000', '221116.571000', '221116.574000', '221116.576000', '221116.579000', '221116.582000', '221116.584000', '221116.587000', '221116.590000', '221136.477000', '221136.480000', '221136.482000', '221136.485000', '221136.487000', '221136.490000', '221136.493000', '221136.495000', '221136.498000', '221136.500000', '221136.503000', '221136.506000', '221136.508000', '221136.511000', '221136.513000', '221136.516000', '221136.519000', '221136.521000', '221136.524000', '221136.527000', '221136.529000', '221136.532000', '221136.534000', '221136.538000', '221136.540000', '221136.543000', '221136.546000', '221136.548000', '221136.551000', '221136.553000', '221136.556000', '221136.559000', '221136.561000', '221136.564000', '221136.566000', '221136.569000', '221136.572000', '221136.574000', '221136.577000', '221136.579000', '221136.582000', '221136.585000', '221136.587000', '221156.478000', '221156.480000', '221156.483000', '221156.486000', '221156.488000', '221156.491000', '221156.493000', '221156.496000', '221156.499000', '221156.501000', '221156.506000', '221156.508000', '221156.511000', '221156.513000', '221156.516000', '221156.519000', '221156.521000', '221156.524000', '221156.526000', '221156.529000', '221156.532000', '221156.534000', '221156.537000', '221156.539000', '221156.542000', '221156.545000', '221156.547000', '221156.550000', '221156.562000', '221156.565000', '221156.568000', '221156.570000', '221156.573000', '221156.575000', '221156.578000', '221156.581000', '221156.583000', '221156.586000', '221156.588000', '221156.591000', '221156.594000', '221156.596000', '221156.599000', '221156.602000', '221216.477000', '221216.480000', '221216.483000', '221216.486000', '221216.488000', '221216.491000', '221216.493000', '221216.496000', '221216.498000', '221216.501000', '221216.504000', '221216.506000', '221216.509000', '221216.511000', '221216.514000', '221216.517000', '221216.519000', '221216.522000', '221216.524000', '221216.527000', '221216.530000', '221216.532000', '221216.535000', '221216.537000', '221216.540000', '221216.543000', '221216.545000', '221216.548000', '221216.550000', '221216.553000', '221216.556000', '221216.558000', '221216.561000', '221216.563000', '221216.566000', '221216.569000', '221216.571000', '221216.574000', '221216.576000', '221216.579000', '221216.581000', '221216.584000', '221216.587000', '221236.477000', '221236.480000', '221236.483000', '221236.485000', '221236.488000', '221236.491000', '221236.493000', '221236.496000', '221236.498000', '221236.501000', '221236.503000', '221236.506000', '221236.509000', '221236.511000', '221236.514000', '221236.516000', '221236.519000', '221236.522000', '221236.524000', '221236.527000', '221236.530000', '221236.532000', '221236.535000', '221236.537000', '221236.540000', '221236.543000', '221236.545000', '221236.548000', '221236.550000', '221236.553000', '221236.556000', '221236.558000', '221236.561000', '221236.563000', '221236.566000', '221236.568000', '221236.571000', '221236.574000', '221236.576000', '221236.579000', '221236.582000', '221236.584000', '221236.587000', '221236.589000', '221242.262000', '221242.265000', '221242.268000', '221242.271000', '221242.273000', '221242.276000', '221242.279000', '221242.282000', '221242.284000', '221242.287000', '221242.290000', '221242.293000', '221242.296000'], 'InstanceCreationTime': ['220636.503000', '220636.507000', '220636.509000', '220636.512000', '220636.515000', '220636.517000', '220636.520000', '220636.523000', '220636.525000', '220636.528000', '220636.531000', '220636.533000', '220636.536000', '220636.539000', '220636.541000', '220636.544000', '220636.547000', '220636.553000', '220636.556000', '220636.559000', '220636.562000', '220636.564000', '220636.567000', '220636.570000', '220636.572000', '220636.575000', '220636.578000', '220636.581000', '220636.583000', '220636.586000', '220636.589000', '220636.592000', '220636.594000', '220636.597000', '220636.600000', '220636.602000', '220636.605000', '220636.607000', '220636.610000', '220636.613000', '220636.615000', '220636.618000', '220636.620000', '220656.476000', '220656.479000', '220656.482000', '220656.484000', '220656.487000', '220656.489000', '220656.492000', '220656.495000', '220656.497000', '220656.500000', '220656.502000', '220656.505000', '220656.507000', '220656.510000', '220656.513000', '220656.515000', '220656.518000', '220656.520000', '220656.523000', '220656.526000', '220656.528000', '220656.531000', '220656.533000', '220656.536000', '220656.538000', '220656.541000', '220656.543000', '220656.546000', '220656.549000', '220656.551000', '220656.554000', '220656.556000', '220656.559000', '220656.561000', '220656.564000', '220656.567000', '220656.569000', '220656.572000', '220656.574000', '220656.577000', '220656.580000', '220656.582000', '220656.585000', '220656.587000', '220716.477000', '220716.480000', '220716.483000', '220716.485000', '220716.497000', '220716.500000', '220716.502000', '220716.505000', '220716.508000', '220716.510000', '220716.513000', '220716.515000', '220716.518000', '220716.521000', '220716.523000', '220716.526000', '220716.528000', '220716.531000', '220716.533000', '220716.536000', '220716.539000', '220716.541000', '220716.544000', '220716.546000', '220716.549000', '220716.551000', '220716.554000', '220716.557000', '220716.559000', '220716.562000', '220716.564000', '220716.567000', '220716.569000', '220716.572000', '220716.575000', '220716.577000', '220716.588000', '220716.591000', '220716.593000', '220716.596000', '220716.599000', '220716.601000', '220716.604000', '220736.478000', '220736.480000', '220736.483000', '220736.485000', '220736.488000', '220736.491000', '220736.493000', '220736.496000', '220736.499000', '220736.501000', '220736.504000', '220736.506000', '220736.509000', '220736.512000', '220736.514000', '220736.521000', '220736.524000', '220736.526000', '220736.529000', '220736.532000', '220736.534000', '220736.537000', '220736.539000', '220736.542000', '220736.544000', '220736.547000', '220736.550000', '220736.552000', '220736.555000', '220736.557000', '220736.560000', '220736.563000', '220736.565000', '220736.568000', '220736.570000', '220736.573000', '220736.576000', '220736.578000', '220736.581000', '220736.584000', '220736.586000', '220736.589000', '220736.591000', '220736.594000', '220756.478000', '220756.480000', '220756.483000', '220756.486000', '220756.488000', '220756.491000', '220756.493000', '220756.496000', '220756.499000', '220756.501000', '220756.504000', '220756.506000', '220756.509000', '220756.512000', '220756.514000', '220756.517000', '220756.519000', '220756.522000', '220756.525000', '220756.527000', '220756.530000', '220756.532000', '220756.535000', '220756.538000', '220756.540000', '220756.543000', '220756.545000', '220756.548000', '220756.550000', '220756.553000', '220756.556000', '220756.558000', '220756.561000', '220756.563000', '220756.566000', '220756.569000', '220756.571000', '220756.574000', '220756.576000', '220756.579000', '220756.582000', '220756.584000', '220756.587000', '220816.478000', '220816.481000', '220816.483000', '220816.486000', '220816.488000', '220816.491000', '220816.494000', '220816.496000', '220816.499000', '220816.501000', '220816.504000', '220816.507000', '220816.509000', '220816.512000', '220816.514000', '220816.517000', '220816.519000', '220816.522000', '220816.525000', '220816.527000', '220816.530000', '220816.532000', '220816.535000', '220816.537000', '220816.540000', '220816.543000', '220816.545000', '220816.548000', '220816.550000', '220816.553000', '220816.556000', '220816.558000', '220816.561000', '220816.564000', '220816.566000', '220816.569000', '220816.571000', '220816.574000', '220816.577000', '220816.579000', '220816.582000', '220816.584000', '220816.587000', '220816.590000', '220836.477000', '220836.480000', '220836.483000', '220836.485000', '220836.488000', '220836.491000', '220836.493000', '220836.496000', '220836.498000', '220836.501000', '220836.504000', '220836.506000', '220836.509000', '220836.511000', '220836.514000', '220836.517000', '220836.519000', '220836.522000', '220836.524000', '220836.527000', '220836.530000', '220836.532000', '220836.535000', '220836.537000', '220836.540000', '220836.543000', '220836.545000', '220836.548000', '220836.551000', '220836.553000', '220836.556000', '220836.558000', '220836.561000', '220836.564000', '220836.566000', '220836.569000', '220836.571000', '220836.574000', '220836.577000', '220836.579000', '220836.582000', '220836.584000', '220836.587000', '220856.477000', '220856.480000', '220856.483000', '220856.486000', '220856.488000', '220856.495000', '220856.497000', '220856.500000', '220856.503000', '220856.505000', '220856.508000', '220856.510000', '220856.513000', '220856.515000', '220856.518000', '220856.521000', '220856.523000', '220856.526000', '220856.528000', '220856.531000', '220856.533000', '220856.536000', '220856.539000', '220856.541000', '220856.544000', '220856.546000', '220856.549000', '220856.552000', '220856.554000', '220856.557000', '220856.559000', '220856.562000', '220856.564000', '220856.567000', '220856.570000', '220856.583000', '220856.585000', '220856.588000', '220856.591000', '220856.593000', '220856.596000', '220856.598000', '220856.601000', '220856.603000', '220916.477000', '220916.479000', '220916.482000', '220916.485000', '220916.487000', '220916.490000', '220916.492000', '220916.495000', '220916.498000', '220916.500000', '220916.503000', '220916.506000', '220916.508000', '220916.511000', '220916.513000', '220916.516000', '220916.519000', '220916.521000', '220916.524000', '220916.526000', '220916.529000', '220916.532000', '220916.534000', '220916.537000', '220916.540000', '220916.542000', '220916.545000', '220916.547000', '220916.550000', '220916.553000', '220916.555000', '220916.558000', '220916.560000', '220916.563000', '220916.566000', '220916.568000', '220916.571000', '220916.573000', '220916.576000', '220916.579000', '220916.581000', '220916.584000', '220916.587000', '220936.478000', '220936.480000', '220936.483000', '220936.486000', '220936.488000', '220936.491000', '220936.494000', '220936.496000', '220936.499000', '220936.501000', '220936.504000', '220936.506000', '220936.509000', '220936.512000', '220936.514000', '220936.517000', '220936.519000', '220936.522000', '220936.524000', '220936.527000', '220936.530000', '220936.532000', '220936.535000', '220936.538000', '220936.540000', '220936.543000', '220936.545000', '220936.548000', '220936.550000', '220936.553000', '220936.556000', '220936.558000', '220936.561000', '220936.563000', '220936.566000', '220936.569000', '220936.571000', '220936.574000', '220936.576000', '220936.579000', '220936.581000', '220936.584000', '220936.587000', '220936.589000', '220956.478000', '220956.480000', '220956.483000', '220956.486000', '220956.488000', '220956.491000', '220956.494000', '220956.496000', '220956.499000', '220956.501000', '220956.504000', '220956.507000', '220956.509000', '220956.512000', '220956.514000', '220956.517000', '220956.528000', '220956.531000', '220956.533000', '220956.536000', '220956.539000', '220956.541000', '220956.544000', '220956.546000', '220956.549000', '220956.552000', '220956.554000', '220956.557000', '220956.559000', '220956.562000', '220956.565000', '220956.567000', '220956.570000', '220956.573000', '220956.575000', '220956.578000', '220956.580000', '220956.583000', '220956.586000', '220956.588000', '220956.591000', '220956.593000', '220956.596000', '221016.477000', '221016.480000', '221016.483000', '221016.485000', '221016.488000', '221016.491000', '221016.493000', '221016.496000', '221016.500000', '221016.503000', '221016.505000', '221016.508000', '221016.511000', '221016.513000', '221016.516000', '221016.518000', '221016.521000', '221016.523000', '221016.526000', '221016.529000', '221016.531000', '221016.534000', '221016.536000', '221016.539000', '221016.542000', '221016.544000', '221016.547000', '221016.549000', '221016.552000', '221016.555000', '221016.557000', '221016.560000', '221016.562000', '221016.565000', '221016.568000', '221016.570000', '221016.573000', '221016.575000', '221016.578000', '221016.581000', '221016.583000', '221016.586000', '221016.588000', '221016.591000', '221036.478000', '221036.480000', '221036.483000', '221036.486000', '221036.488000', '221036.491000', '221036.493000', '221036.496000', '221036.499000', '221036.501000', '221036.504000', '221036.506000', '221036.509000', '221036.512000', '221036.514000', '221036.517000', '221036.527000', '221036.530000', '221036.532000', '221036.535000', '221036.537000', '221036.540000', '221036.543000', '221036.545000', '221036.548000', '221036.550000', '221036.553000', '221036.556000', '221036.558000', '221036.561000', '221036.564000', '221036.566000', '221036.569000', '221036.571000', '221036.574000', '221036.577000', '221036.580000', '221036.582000', '221036.585000', '221036.587000', '221036.590000', '221036.593000', '221036.595000', '221056.478000', '221056.481000', '221056.483000', '221056.486000', '221056.489000', '221056.491000', '221056.494000', '221056.496000', '221056.499000', '221056.502000', '221056.504000', '221056.507000', '221056.509000', '221056.512000', '221056.514000', '221056.517000', '221056.520000', '221056.522000', '221056.525000', '221056.527000', '221056.530000', '221056.533000', '221056.535000', '221056.538000', '221056.540000', '221056.543000', '221056.545000', '221056.548000', '221056.551000', '221056.553000', '221056.556000', '221056.558000', '221056.561000', '221056.564000', '221056.566000', '221056.569000', '221056.571000', '221056.574000', '221056.577000', '221056.579000', '221056.582000', '221056.584000', '221056.587000', '221116.477000', '221116.480000', '221116.483000', '221116.486000', '221116.488000', '221116.491000', '221116.493000', '221116.496000', '221116.498000', '221116.501000', '221116.504000', '221116.506000', '221116.509000', '221116.511000', '221116.514000', '221116.517000', '221116.519000', '221116.522000', '221116.525000', '221116.527000', '221116.530000', '221116.532000', '221116.535000', '221116.538000', '221116.540000', '221116.543000', '221116.545000', '221116.548000', '221116.550000', '221116.553000', '221116.556000', '221116.558000', '221116.561000', '221116.563000', '221116.566000', '221116.569000', '221116.571000', '221116.574000', '221116.576000', '221116.579000', '221116.582000', '221116.584000', '221116.587000', '221116.590000', '221136.477000', '221136.480000', '221136.482000', '221136.485000', '221136.487000', '221136.490000', '221136.493000', '221136.495000', '221136.498000', '221136.500000', '221136.503000', '221136.506000', '221136.508000', '221136.511000', '221136.513000', '221136.516000', '221136.519000', '221136.521000', '221136.524000', '221136.527000', '221136.529000', '221136.532000', '221136.534000', '221136.538000', '221136.540000', '221136.543000', '221136.546000', '221136.548000', '221136.551000', '221136.553000', '221136.556000', '221136.559000', '221136.561000', '221136.564000', '221136.566000', '221136.569000', '221136.572000', '221136.574000', '221136.577000', '221136.579000', '221136.582000', '221136.585000', '221136.587000', '221156.478000', '221156.480000', '221156.483000', '221156.486000', '221156.488000', '221156.491000', '221156.493000', '221156.496000', '221156.499000', '221156.501000', '221156.506000', '221156.508000', '221156.511000', '221156.513000', '221156.516000', '221156.519000', '221156.521000', '221156.524000', '221156.526000', '221156.529000', '221156.532000', '221156.534000', '221156.537000', '221156.539000', '221156.542000', '221156.545000', '221156.547000', '221156.550000', '221156.562000', '221156.565000', '221156.568000', '221156.570000', '221156.573000', '221156.575000', '221156.578000', '221156.581000', '221156.583000', '221156.586000', '221156.588000', '221156.591000', '221156.594000', '221156.596000', '221156.599000', '221156.602000', '221216.477000', '221216.480000', '221216.483000', '221216.486000', '221216.488000', '221216.491000', '221216.493000', '221216.496000', '221216.498000', '221216.501000', '221216.504000', '221216.506000', '221216.509000', '221216.511000', '221216.514000', '221216.517000', '221216.519000', '221216.522000', '221216.524000', '221216.527000', '221216.530000', '221216.532000', '221216.535000', '221216.537000', '221216.540000', '221216.543000', '221216.545000', '221216.548000', '221216.550000', '221216.553000', '221216.556000', '221216.558000', '221216.561000', '221216.563000', '221216.566000', '221216.569000', '221216.571000', '221216.574000', '221216.576000', '221216.579000', '221216.581000', '221216.584000', '221216.587000', '221236.477000', '221236.480000', '221236.483000', '221236.485000', '221236.488000', '221236.491000', '221236.493000', '221236.496000', '221236.498000', '221236.501000', '221236.503000', '221236.506000', '221236.509000', '221236.511000', '221236.514000', '221236.516000', '221236.519000', '221236.522000', '221236.524000', '221236.527000', '221236.530000', '221236.532000', '221236.535000', '221236.537000', '221236.540000', '221236.543000', '221236.545000', '221236.548000', '221236.550000', '221236.553000', '221236.556000', '221236.558000', '221236.561000', '221236.563000', '221236.566000', '221236.568000', '221236.571000', '221236.574000', '221236.576000', '221236.579000', '221236.582000', '221236.584000', '221236.587000', '221236.589000', '221242.262000', '221242.265000', '221242.268000', '221242.271000', '221242.273000', '221242.276000', '221242.279000', '221242.282000', '221242.284000', '221242.287000', '221242.290000', '221242.293000', '221242.296000'], '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': [12444, 14809, 13486, 10259, 13133, 10766, 14488, 12168, 15937, 11483, 15073, 10869, 14632, 12729, 11142, 13244, 9591, 12996, 10114, 14228, 10670, 13879, 11579, 13102, 12311, 14887, 12330, 14575, 11570, 14790, 13424, 10312, 13151, 10702, 13143, 12299, 15327, 11807, 14406, 12131, 13180, 13117, 9391, 12479, 11181, 13705, 12330, 15894, 11158, 14737, 10935, 15400, 12091, 11919, 12615, 10009, 12101, 9997, 13471, 11362, 13368, 11807, 14085, 11573, 14802, 11432, 14873, 11225, 15045, 12642, 11917, 13624, 10106, 12565, 10112, 14255, 12177, 14878, 12097, 14812, 12567, 14131, 13497, 10007, 12108, 9412, 13457, 12866, 16818, 11282, 14784, 10744, 15369, 11109, 15103, 11172, 10155, 12021, 9017, 12977, 10735, 14386, 11942, 13400, 11679, 13651, 11251, 16376, 11057, 14281, 11143, 11458, 11963, 12826, 13330, 10910, 13149, 9011, 12573, 12249, 15072, 11846, 13368, 13443, 12020, 12284, 13490, 12698, 9679, 12602, 11277, 12693, 11831, 15244, 11803, 13212, 12232, 10789, 12563, 11793, 15689, 11630, 14429, 12420, 12870, 13312, 9541, 12758, 11278, 13231, 12731, 15208, 10893, 13974, 11802, 14664, 12130, 14797, 12117, 10540, 12201, 11264, 12566, 12061, 13600, 9623, 12860, 10062, 12649, 10770, 12862, 9813, 12612, 9842, 12404, 10279, 13406, 9794, 13620, 9396, 12384, 9277, 12864, 9739, 13692, 10479, 12855, 10353, 12444, 10218, 12796, 11685, 13401, 11923, 12890, 11244, 13889, 11761, 14963, 11625, 14337, 12037, 13546, 12123, 14580, 12364, 11250, 12334, 9349, 12373, 10431, 13526, 12348, 14272, 11843, 14210, 10727, 14394, 11324, 15534, 11618, 13056, 12735, 10953, 12896, 15058, 13161, 13743, 13154, 10661, 12288, 11087, 12930, 11601, 13283, 10446, 12666, 10533, 12751, 9860, 13789, 10698, 12606, 11215, 12472, 11026, 13385, 12533, 12999, 12223, 12712, 11896, 13111, 12609, 13303, 12329, 13013, 11944, 12969, 12748, 13406, 12647, 14541, 11372, 13849, 12237, 14836, 12819, 12323, 12864, 10637, 11893, 11408, 12756, 12335, 12549, 9310, 12048, 9268, 12243, 10028, 13496, 9902, 12304, 10204, 12421, 11015, 13390, 12444, 12585, 12393, 12997, 13221, 13485, 12667, 15087, 12002, 15070, 11378, 16444, 12211, 15001, 11813, 14616, 11290, 15205, 13196, 13575, 13415, 10379, 12790, 11331, 13024, 12622, 13743, 12155, 12839, 12007, 16761, 11983, 15515, 12387, 11698, 12864, 10194, 12549, 11929, 13044, 9702, 12734, 11128, 12297, 10234, 13511, 10082, 13267, 11884, 12554, 11714, 12872, 12939, 17234, 12238, 14195, 12812, 11462, 12855, 13901, 13304, 11105, 13077, 11803, 13167, 11436, 16245, 11696, 12459, 12585, 11071, 12210, 12558, 12637, 10740, 12577, 11539, 15861, 10693, 16686, 11808, 14469, 10568, 13033, 12555, 14225, 13192, 11441, 13006, 8921, 12772, 9455, 14282, 11437, 13328, 11501, 13133, 11690, 13891, 12150, 17398, 11752, 16789, 10726, 13199, 11650, 13868, 11521, 14955, 10620, 14076, 12469, 14082, 13825, 11403, 14212, 9213, 12603, 10116, 13272, 11663, 13864, 11857, 12910, 11414, 13215, 12046, 17003, 11146, 14595, 10450, 15422, 11054, 14590, 11256, 11158, 13050, 11964, 13629, 10718, 13997, 10098, 13135, 12321, 13857, 12388, 16654, 12189, 14623, 12127, 15111, 13539, 10462, 13001, 10927, 12703, 11923, 13279, 11293, 12471, 12096, 14880, 12169, 15511, 10916, 13488, 12888, 12252, 13264, 9236, 12703, 10911, 13133, 13105, 16882, 12089, 14635, 11684, 14917, 13323, 11459, 13273, 10308, 12950, 12835, 14179, 12462, 13321, 12032, 15964, 11452, 15250, 11292, 13681, 12662, 14188, 13155, 11564, 13004, 9361, 12644, 10196, 14297, 12300, 13285, 11714, 17152, 11159, 16107, 10949, 13213, 12304, 11177, 12372, 11215, 13331, 11776, 15500, 10602, 16112, 12049, 13582, 12433, 10292, 12778, 10320, 13788, 11842, 13202, 11991, 15494, 11202, 14882, 12411, 9287, 12757, 11628, 13693, 12210, 15729, 10832, 14282, 12450, 13892, 13343, 9477, 13069, 11153, 13580, 12567, 16091, 11111, 14692, 10929, 14325, 12800, 10867, 12962, 9895, 13385, 11991, 16396, 11710, 13133, 12540, 11590, 13299, 12106, 13995, 11479, 15715, 11190, 14682, 12889, 9421, 13438, 11424, 17171, 11639, 15383, 11566, 10240, 12972, 11625, 14057, 11480, 14479, 11798, 12156, 13404, 12042, 17211, 11764, 15651, 11781, 14257, 13131, 9001, 13618, 11701, 17172, 11685, 14994, 11473, 11813, 13019, 12179, 13834, 10959, 13257, 11840, 17099, 11266, 15546, 10753, 13351, 12787, 13382, 13340, 10324, 13273, 8788, 12903, 9423, 13558, 10231, 13904, 11480, 13430, 11776, 14190, 12127, 14928, 11724, 15354, 10892, 15540, 11695, 14370, 12536, 9997, 12470, 9175, 13254, 11852, 13485, 11847, 16356, 10913, 15577, 11644, 15830, 11710, 10744, 12271, 10402, 11996, 11471, 12664, 12047, 13046, 9453, 12733, 10133, 13477, 11565, 14195, 12317, 15522, 11571, 15288, 10921, 15875, 12698, 12122, 13214, 10929, 12727, 11392, 12691, 13275, 13712, 9869, 12707, 8874, 13607, 12387, 14672, 12364, 15964, 11976, 15232, 10974, 15659, 11676, 11024, 12339, 11878, 12633, 12643, 13020, 9535, 12736, 10831, 12979, 12444, 13997, 11521, 15221, 10818, 15304, 10931, 15488, 11499, 14367, 11546, 14885, 12435, 15411, 12685, 11350, 13080, 10048, 12612, 9866, 14231, 11335, 14062, 12110, 13639, 12047, 13911, 12436, 13392, 11441, 15922, 9911, 16791, 10864, 15130, 11496, 12622, 12392, 12179, 12616, 13396, 14253, 10564, 13498, 9521, 12398, 9581, 14125, 11731, 13343, 11443, 13240, 11893, 13433, 11880, 14843, 10873, 14452, 12247, 14967, 13066, 13971, 13757, 9971, 12554, 9828, 13130, 10250, 13685, 11218, 12732, 11682, 13080, 12325, 17075, 11625, 14517, 11767, 13732, 12536, 11943, 13354, 10050, 12945, 9498, 12776, 12285, 17073, 11606, 14013, 12229, 11118, 12732, 11533, 13344, 10642, 13601, 12107, 15591, 11574, 15343, 13211, 11352, 13090, 9389, 12895, 10897, 12971, 12563, 12915, 10227, 12282, 9113, 12629, 11409, 13934, 12647, 16048, 12250, 15018, 11413, 15978, 12278, 13592, 12842, 9288, 12939, 9866, 12948, 12623, 14217, 12418, 16062, 11835, 16505, 11508, 15867, 10835, 13729, 12181, 15979, 10995, 15853, 11574, 12308, 11808], 'WindowCenter': [3746.0, 3742.0, 3728.0, 3717.0, 3726.0, 3705.0, 3726.0, 3714.0, 3725.0, 3715.0, 3723.0, 3703.0, 3712.0, 3713.0, 3702.0, 3713.0, 3691.0, 3713.0, 3703.0, 3714.0, 3704.0, 3713.0, 3715.0, 3715.0, 3716.0, 3725.0, 3716.0, 3725.0, 3716.0, 3725.0, 3727.0, 3705.0, 3715.0, 3704.0, 3716.0, 3716.0, 3726.0, 3716.0, 3725.0, 3716.0, 3713.0, 3715.0, 3694.0, 3714.0, 3704.0, 3714.0, 3714.0, 3724.0, 3704.0, 3712.0, 3703.0, 3713.0, 3702.0, 3702.0, 3713.0, 3691.0, 3703.0, 3690.0, 3713.0, 3702.0, 3713.0, 3702.0, 3712.0, 3703.0, 3713.0, 3704.0, 3712.0, 3702.0, 3723.0, 3713.0, 3713.0, 3714.0, 3702.0, 3714.0, 3704.0, 3725.0, 3716.0, 3726.0, 3716.0, 3725.0, 3716.0, 3725.0, 3715.0, 3705.0, 3714.0, 3692.0, 3714.0, 3714.0, 3725.0, 3704.0, 3723.0, 3703.0, 3712.0, 3703.0, 3712.0, 3702.0, 3702.0, 3702.0, 3680.0, 3712.0, 3702.0, 3712.0, 3701.0, 3701.0, 3702.0, 3710.0, 3702.0, 3722.0, 3702.0, 3711.0, 3702.0, 3701.0, 3702.0, 3701.0, 3702.0, 3690.0, 3701.0, 3680.0, 3700.0, 3713.0, 3723.0, 3703.0, 3713.0, 3713.0, 3701.0, 3702.0, 3712.0, 3712.0, 3692.0, 3712.0, 3702.0, 3701.0, 3703.0, 3723.0, 3702.0, 3713.0, 3702.0, 3715.0, 3715.0, 3714.0, 3724.0, 3703.0, 3722.0, 3714.0, 3714.0, 3714.0, 3693.0, 3713.0, 3703.0, 3712.0, 3714.0, 3724.0, 3703.0, 3723.0, 3712.0, 3712.0, 3703.0, 3712.0, 3701.0, 3702.0, 3702.0, 3690.0, 3702.0, 3701.0, 3711.0, 3690.0, 3700.0, 3689.0, 3701.0, 3689.0, 3700.0, 3690.0, 3699.0, 3689.0, 3700.0, 3688.0, 3700.0, 3689.0, 3700.0, 3679.0, 3700.0, 3679.0, 3700.0, 3690.0, 3711.0, 3690.0, 3700.0, 3691.0, 3700.0, 3691.0, 3701.0, 3702.0, 3711.0, 3702.0, 3700.0, 3702.0, 3712.0, 3703.0, 3712.0, 3702.0, 3712.0, 3714.0, 3712.0, 3703.0, 3712.0, 3713.0, 3701.0, 3712.0, 3692.0, 3713.0, 3703.0, 3712.0, 3714.0, 3713.0, 3714.0, 3723.0, 3704.0, 3723.0, 3704.0, 3724.0, 3702.0, 3712.0, 3714.0, 3703.0, 3714.0, 3724.0, 3714.0, 3713.0, 3714.0, 3703.0, 3714.0, 3702.0, 3715.0, 3703.0, 3714.0, 3704.0, 3714.0, 3704.0, 3714.0, 3692.0, 3713.0, 3703.0, 3713.0, 3714.0, 3712.0, 3703.0, 3713.0, 3712.0, 3712.0, 3714.0, 3711.0, 3713.0, 3713.0, 3713.0, 3712.0, 3714.0, 3712.0, 3713.0, 3713.0, 3714.0, 3713.0, 3714.0, 3724.0, 3715.0, 3724.0, 3715.0, 3724.0, 3715.0, 3714.0, 3715.0, 3704.0, 3715.0, 3712.0, 3714.0, 3713.0, 3713.0, 3693.0, 3714.0, 3692.0, 3712.0, 3703.0, 3714.0, 3703.0, 3714.0, 3703.0, 3713.0, 3704.0, 3714.0, 3714.0, 3714.0, 3714.0, 3712.0, 3725.0, 3714.0, 3726.0, 3725.0, 3726.0, 3724.0, 3715.0, 3725.0, 3714.0, 3723.0, 3714.0, 3724.0, 3714.0, 3724.0, 3725.0, 3724.0, 3725.0, 3715.0, 3724.0, 3714.0, 3725.0, 3714.0, 3724.0, 3714.0, 3714.0, 3715.0, 3735.0, 3715.0, 3725.0, 3715.0, 3715.0, 3725.0, 3704.0, 3715.0, 3714.0, 3714.0, 3702.0, 3714.0, 3714.0, 3713.0, 3703.0, 3714.0, 3703.0, 3713.0, 3714.0, 3713.0, 3714.0, 3713.0, 3715.0, 3734.0, 3714.0, 3725.0, 3725.0, 3714.0, 3715.0, 3725.0, 3725.0, 3714.0, 3725.0, 3715.0, 3723.0, 3716.0, 3735.0, 3715.0, 3713.0, 3714.0, 3713.0, 3714.0, 3713.0, 3714.0, 3703.0, 3714.0, 3714.0, 3723.0, 3704.0, 3724.0, 3714.0, 3723.0, 3701.0, 3712.0, 3712.0, 3711.0, 3713.0, 3700.0, 3711.0, 3679.0, 3699.0, 3679.0, 3709.0, 3700.0, 3710.0, 3700.0, 3698.0, 3700.0, 3711.0, 3701.0, 3721.0, 3701.0, 3721.0, 3690.0, 3699.0, 3700.0, 3700.0, 3690.0, 3710.0, 3690.0, 3711.0, 3700.0, 3711.0, 3713.0, 3701.0, 3712.0, 3691.0, 3712.0, 3691.0, 3712.0, 3701.0, 3712.0, 3713.0, 3711.0, 3702.0, 3712.0, 3702.0, 3722.0, 3701.0, 3711.0, 3691.0, 3711.0, 3701.0, 3712.0, 3701.0, 3701.0, 3712.0, 3700.0, 3713.0, 3703.0, 3713.0, 3702.0, 3714.0, 3714.0, 3714.0, 3715.0, 3735.0, 3715.0, 3725.0, 3715.0, 3726.0, 3726.0, 3703.0, 3715.0, 3702.0, 3715.0, 3703.0, 3713.0, 3714.0, 3712.0, 3713.0, 3724.0, 3715.0, 3723.0, 3703.0, 3712.0, 3714.0, 3713.0, 3713.0, 3693.0, 3713.0, 3701.0, 3713.0, 3713.0, 3724.0, 3714.0, 3722.0, 3712.0, 3722.0, 3714.0, 3713.0, 3712.0, 3701.0, 3713.0, 3714.0, 3713.0, 3713.0, 3712.0, 3713.0, 3723.0, 3702.0, 3722.0, 3702.0, 3711.0, 3712.0, 3712.0, 3713.0, 3702.0, 3712.0, 3691.0, 3711.0, 3690.0, 3712.0, 3701.0, 3710.0, 3701.0, 3720.0, 3701.0, 3721.0, 3701.0, 3712.0, 3701.0, 3700.0, 3712.0, 3701.0, 3711.0, 3713.0, 3721.0, 3701.0, 3722.0, 3702.0, 3711.0, 3712.0, 3690.0, 3712.0, 3690.0, 3712.0, 3713.0, 3712.0, 3702.0, 3721.0, 3702.0, 3723.0, 3712.0, 3691.0, 3712.0, 3701.0, 3713.0, 3712.0, 3723.0, 3702.0, 3723.0, 3712.0, 3711.0, 3712.0, 3692.0, 3712.0, 3701.0, 3711.0, 3712.0, 3722.0, 3701.0, 3710.0, 3700.0, 3710.0, 3700.0, 3700.0, 3710.0, 3689.0, 3699.0, 3702.0, 3721.0, 3700.0, 3710.0, 3700.0, 3700.0, 3711.0, 3700.0, 3710.0, 3700.0, 3709.0, 3700.0, 3710.0, 3700.0, 3690.0, 3710.0, 3700.0, 3723.0, 3702.0, 3722.0, 3700.0, 3689.0, 3711.0, 3701.0, 3712.0, 3701.0, 3723.0, 3701.0, 3701.0, 3712.0, 3712.0, 3734.0, 3713.0, 3722.0, 3702.0, 3711.0, 3712.0, 3691.0, 3711.0, 3700.0, 3722.0, 3702.0, 3722.0, 3700.0, 3700.0, 3711.0, 3700.0, 3710.0, 3700.0, 3700.0, 3700.0, 3722.0, 3702.0, 3722.0, 3701.0, 3710.0, 3711.0, 3711.0, 3711.0, 3691.0, 3700.0, 3679.0, 3700.0, 3679.0, 3700.0, 3690.0, 3711.0, 3700.0, 3699.0, 3700.0, 3711.0, 3702.0, 3711.0, 3702.0, 3710.0, 3701.0, 3710.0, 3701.0, 3711.0, 3701.0, 3689.0, 3701.0, 3691.0, 3712.0, 3701.0, 3710.0, 3702.0, 3722.0, 3702.0, 3710.0, 3701.0, 3711.0, 3700.0, 3700.0, 3701.0, 3700.0, 3700.0, 3688.0, 3701.0, 3700.0, 3699.0, 3690.0, 3699.0, 3690.0, 3699.0, 3700.0, 3700.0, 3701.0, 3711.0, 3701.0, 3710.0, 3701.0, 3722.0, 3712.0, 3702.0, 3711.0, 3701.0, 3711.0, 3700.0, 3712.0, 3700.0, 3711.0, 3690.0, 3700.0, 3679.0, 3711.0, 3701.0, 3712.0, 3712.0, 3722.0, 3700.0, 3711.0, 3702.0, 3722.0, 3701.0, 3700.0, 3702.0, 3700.0, 3702.0, 3700.0, 3700.0, 3690.0, 3700.0, 3701.0, 3700.0, 3700.0, 3711.0, 3701.0, 3722.0, 3701.0, 3710.0, 3701.0, 3710.0, 3701.0, 3710.0, 3701.0, 3710.0, 3701.0, 3711.0, 3711.0, 3701.0, 3712.0, 3701.0, 3712.0, 3691.0, 3713.0, 3702.0, 3711.0, 3713.0, 3711.0, 3702.0, 3712.0, 3700.0, 3699.0, 3700.0, 3709.0, 3689.0, 3710.0, 3691.0, 3710.0, 3701.0, 3700.0, 3701.0, 3699.0, 3701.0, 3711.0, 3712.0, 3689.0, 3711.0, 3691.0, 3701.0, 3691.0, 3711.0, 3703.0, 3711.0, 3702.0, 3699.0, 3702.0, 3710.0, 3702.0, 3721.0, 3702.0, 3722.0, 3712.0, 3711.0, 3713.0, 3711.0, 3711.0, 3691.0, 3711.0, 3691.0, 3713.0, 3691.0, 3710.0, 3702.0, 3711.0, 3701.0, 3710.0, 3712.0, 3722.0, 3702.0, 3723.0, 3713.0, 3712.0, 3713.0, 3701.0, 3712.0, 3690.0, 3712.0, 3691.0, 3701.0, 3711.0, 3722.0, 3703.0, 3724.0, 3713.0, 3701.0, 3714.0, 3702.0, 3712.0, 3702.0, 3723.0, 3714.0, 3724.0, 3715.0, 3724.0, 3713.0, 3703.0, 3713.0, 3691.0, 3712.0, 3701.0, 3713.0, 3701.0, 3701.0, 3690.0, 3701.0, 3690.0, 3711.0, 3702.0, 3712.0, 3712.0, 3723.0, 3714.0, 3723.0, 3703.0, 3722.0, 3702.0, 3711.0, 3712.0, 3692.0, 3712.0, 3703.0, 3714.0, 3713.0, 3724.0, 3714.0, 3724.0, 3714.0, 3723.0, 3703.0, 3723.0, 3702.0, 3712.0, 3714.0, 3722.0, 3702.0, 3723.0, 3701.0, 3711.0, 3701.0], 'WindowWidth': [8423.0, 8406.0, 8383.0, 8362.0, 8373.0, 8342.0, 8371.0, 8352.0, 8368.0, 8353.0, 8360.0, 8334.0, 8346.0, 8349.0, 8330.0, 8348.0, 8316.0, 8349.0, 8333.0, 8351.0, 8338.0, 8350.0, 8354.0, 8354.0, 8358.0, 8371.0, 8358.0, 8366.0, 8359.0, 8369.0, 8375.0, 8343.0, 8356.0, 8340.0, 8359.0, 8359.0, 8372.0, 8357.0, 8367.0, 8359.0, 8349.0, 8355.0, 8326.0, 8350.0, 8336.0, 8351.0, 8352.0, 8364.0, 8337.0, 8344.0, 8335.0, 8348.0, 8334.0, 8332.0, 8349.0, 8314.0, 8336.0, 8314.0, 8348.0, 8333.0, 8346.0, 8333.0, 8347.0, 8335.0, 8348.0, 8338.0, 8344.0, 8334.0, 8361.0, 8350.0, 8348.0, 8354.0, 8333.0, 8353.0, 8337.0, 8368.0, 8358.0, 8371.0, 8358.0, 8368.0, 8359.0, 8367.0, 8356.0, 8343.0, 8353.0, 8320.0, 8353.0, 8351.0, 8369.0, 8340.0, 8361.0, 8336.0, 8345.0, 8335.0, 8345.0, 8332.0, 8331.0, 8332.0, 8301.0, 8347.0, 8331.0, 8345.0, 8329.0, 8328.0, 8331.0, 8340.0, 8332.0, 8359.0, 8332.0, 8343.0, 8332.0, 8328.0, 8333.0, 8326.0, 8332.0, 8312.0, 8329.0, 8301.0, 8326.0, 8348.0, 8362.0, 8336.0, 8348.0, 8351.0, 8329.0, 8335.0, 8343.0, 8347.0, 8318.0, 8347.0, 8333.0, 8330.0, 8337.0, 8362.0, 8332.0, 8347.0, 8333.0, 8356.0, 8356.0, 8351.0, 8366.0, 8336.0, 8359.0, 8354.0, 8349.0, 8353.0, 8323.0, 8347.0, 8334.0, 8348.0, 8352.0, 8365.0, 8338.0, 8361.0, 8348.0, 8345.0, 8336.0, 8346.0, 8331.0, 8331.0, 8332.0, 8311.0, 8334.0, 8327.0, 8343.0, 8314.0, 8327.0, 8308.0, 8331.0, 8310.0, 8327.0, 8311.0, 8325.0, 8309.0, 8326.0, 8306.0, 8329.0, 8308.0, 8326.0, 8298.0, 8324.0, 8296.0, 8328.0, 8312.0, 8342.0, 8313.0, 8326.0, 8318.0, 8326.0, 8316.0, 8330.0, 8332.0, 8343.0, 8333.0, 8328.0, 8334.0, 8346.0, 8337.0, 8346.0, 8334.0, 8346.0, 8351.0, 8344.0, 8336.0, 8346.0, 8350.0, 8329.0, 8347.0, 8321.0, 8348.0, 8335.0, 8347.0, 8351.0, 8350.0, 8351.0, 8363.0, 8339.0, 8361.0, 8340.0, 8364.0, 8335.0, 8346.0, 8353.0, 8334.0, 8355.0, 8363.0, 8355.0, 8348.0, 8352.0, 8335.0, 8353.0, 8334.0, 8357.0, 8337.0, 8355.0, 8340.0, 8353.0, 8340.0, 8352.0, 8320.0, 8352.0, 8335.0, 8348.0, 8352.0, 8346.0, 8336.0, 8350.0, 8348.0, 8347.0, 8352.0, 8345.0, 8351.0, 8349.0, 8351.0, 8347.0, 8351.0, 8346.0, 8352.0, 8348.0, 8354.0, 8351.0, 8355.0, 8366.0, 8357.0, 8366.0, 8356.0, 8366.0, 8357.0, 8350.0, 8355.0, 8339.0, 8357.0, 8348.0, 8357.0, 8348.0, 8351.0, 8324.0, 8352.0, 8322.0, 8349.0, 8336.0, 8354.0, 8337.0, 8352.0, 8337.0, 8352.0, 8339.0, 8354.0, 8355.0, 8352.0, 8354.0, 8348.0, 8369.0, 8354.0, 8371.0, 8369.0, 8374.0, 8367.0, 8357.0, 8370.0, 8355.0, 8362.0, 8354.0, 8365.0, 8354.0, 8364.0, 8370.0, 8366.0, 8370.0, 8357.0, 8368.0, 8354.0, 8371.0, 8354.0, 8366.0, 8353.0, 8354.0, 8356.0, 8382.0, 8358.0, 8369.0, 8356.0, 8354.0, 8371.0, 8341.0, 8357.0, 8352.0, 8355.0, 8335.0, 8353.0, 8354.0, 8350.0, 8338.0, 8356.0, 8336.0, 8349.0, 8350.0, 8351.0, 8354.0, 8350.0, 8355.0, 8383.0, 8355.0, 8368.0, 8369.0, 8353.0, 8359.0, 8367.0, 8371.0, 8352.0, 8369.0, 8358.0, 8366.0, 8359.0, 8384.0, 8356.0, 8351.0, 8355.0, 8350.0, 8355.0, 8348.0, 8352.0, 8336.0, 8352.0, 8352.0, 8364.0, 8340.0, 8367.0, 8351.0, 8363.0, 8333.0, 8346.0, 8347.0, 8344.0, 8350.0, 8327.0, 8343.0, 8296.0, 8324.0, 8296.0, 8340.0, 8326.0, 8341.0, 8326.0, 8322.0, 8327.0, 8342.0, 8329.0, 8358.0, 8329.0, 8354.0, 8313.0, 8323.0, 8327.0, 8325.0, 8312.0, 8339.0, 8314.0, 8341.0, 8329.0, 8342.0, 8348.0, 8327.0, 8346.0, 8317.0, 8345.0, 8317.0, 8347.0, 8331.0, 8346.0, 8349.0, 8342.0, 8333.0, 8344.0, 8333.0, 8360.0, 8330.0, 8341.0, 8316.0, 8342.0, 8330.0, 8344.0, 8331.0, 8328.0, 8348.0, 8327.0, 8352.0, 8335.0, 8350.0, 8334.0, 8351.0, 8353.0, 8354.0, 8356.0, 8384.0, 8357.0, 8367.0, 8357.0, 8371.0, 8372.0, 8337.0, 8355.0, 8333.0, 8358.0, 8336.0, 8351.0, 8353.0, 8347.0, 8350.0, 8368.0, 8356.0, 8364.0, 8338.0, 8345.0, 8353.0, 8347.0, 8351.0, 8323.0, 8348.0, 8331.0, 8350.0, 8351.0, 8367.0, 8352.0, 8359.0, 8349.0, 8361.0, 8353.0, 8350.0, 8348.0, 8332.0, 8352.0, 8351.0, 8351.0, 8350.0, 8347.0, 8349.0, 8363.0, 8335.0, 8361.0, 8334.0, 8342.0, 8346.0, 8345.0, 8350.0, 8332.0, 8346.0, 8315.0, 8344.0, 8313.0, 8346.0, 8331.0, 8340.0, 8330.0, 8355.0, 8330.0, 8357.0, 8332.0, 8345.0, 8333.0, 8327.0, 8348.0, 8329.0, 8345.0, 8349.0, 8357.0, 8333.0, 8359.0, 8334.0, 8344.0, 8347.0, 8313.0, 8347.0, 8313.0, 8347.0, 8348.0, 8345.0, 8333.0, 8357.0, 8333.0, 8361.0, 8346.0, 8318.0, 8347.0, 8332.0, 8349.0, 8348.0, 8365.0, 8334.0, 8360.0, 8349.0, 8344.0, 8347.0, 8320.0, 8346.0, 8329.0, 8345.0, 8347.0, 8359.0, 8331.0, 8339.0, 8328.0, 8341.0, 8330.0, 8327.0, 8340.0, 8310.0, 8325.0, 8332.0, 8358.0, 8328.0, 8339.0, 8327.0, 8326.0, 8345.0, 8328.0, 8343.0, 8329.0, 8337.0, 8327.0, 8341.0, 8327.0, 8312.0, 8340.0, 8328.0, 8362.0, 8335.0, 8359.0, 8329.0, 8310.0, 8343.0, 8328.0, 8348.0, 8333.0, 8362.0, 8329.0, 8329.0, 8348.0, 8345.0, 8380.0, 8349.0, 8358.0, 8334.0, 8344.0, 8346.0, 8317.0, 8343.0, 8328.0, 8360.0, 8333.0, 8359.0, 8328.0, 8325.0, 8343.0, 8326.0, 8342.0, 8327.0, 8326.0, 8327.0, 8359.0, 8333.0, 8359.0, 8331.0, 8339.0, 8344.0, 8340.0, 8345.0, 8314.0, 8326.0, 8297.0, 8327.0, 8297.0, 8328.0, 8312.0, 8341.0, 8327.0, 8324.0, 8328.0, 8344.0, 8332.0, 8342.0, 8332.0, 8339.0, 8329.0, 8339.0, 8329.0, 8341.0, 8330.0, 8312.0, 8331.0, 8314.0, 8346.0, 8328.0, 8341.0, 8332.0, 8359.0, 8333.0, 8340.0, 8332.0, 8344.0, 8328.0, 8325.0, 8329.0, 8327.0, 8328.0, 8306.0, 8329.0, 8322.0, 8324.0, 8312.0, 8323.0, 8314.0, 8324.0, 8325.0, 8327.0, 8327.0, 8342.0, 8329.0, 8339.0, 8331.0, 8359.0, 8347.0, 8330.0, 8344.0, 8328.0, 8343.0, 8324.0, 8347.0, 8326.0, 8341.0, 8312.0, 8327.0, 8296.0, 8343.0, 8330.0, 8345.0, 8346.0, 8359.0, 8329.0, 8343.0, 8333.0, 8358.0, 8330.0, 8327.0, 8332.0, 8325.0, 8332.0, 8325.0, 8328.0, 8312.0, 8327.0, 8327.0, 8327.0, 8328.0, 8345.0, 8329.0, 8357.0, 8329.0, 8339.0, 8330.0, 8341.0, 8329.0, 8341.0, 8331.0, 8339.0, 8330.0, 8342.0, 8344.0, 8330.0, 8346.0, 8330.0, 8346.0, 8316.0, 8348.0, 8333.0, 8343.0, 8348.0, 8343.0, 8333.0, 8346.0, 8327.0, 8324.0, 8328.0, 8338.0, 8311.0, 8340.0, 8315.0, 8340.0, 8328.0, 8326.0, 8330.0, 8322.0, 8332.0, 8340.0, 8346.0, 8311.0, 8343.0, 8315.0, 8332.0, 8316.0, 8345.0, 8334.0, 8344.0, 8333.0, 8324.0, 8331.0, 8340.0, 8331.0, 8356.0, 8333.0, 8358.0, 8347.0, 8344.0, 8348.0, 8342.0, 8345.0, 8315.0, 8345.0, 8316.0, 8350.0, 8316.0, 8341.0, 8332.0, 8341.0, 8330.0, 8340.0, 8345.0, 8361.0, 8334.0, 8363.0, 8350.0, 8344.0, 8351.0, 8329.0, 8346.0, 8314.0, 8346.0, 8316.0, 8328.0, 8344.0, 8363.0, 8335.0, 8363.0, 8350.0, 8330.0, 8352.0, 8332.0, 8348.0, 8333.0, 8363.0, 8353.0, 8365.0, 8355.0, 8365.0, 8352.0, 8336.0, 8349.0, 8318.0, 8349.0, 8329.0, 8350.0, 8327.0, 8330.0, 8312.0, 8329.0, 8314.0, 8344.0, 8332.0, 8347.0, 8347.0, 8363.0, 8351.0, 8361.0, 8335.0, 8360.0, 8334.0, 8343.0, 8346.0, 8319.0, 8348.0, 8334.0, 8354.0, 8351.0, 8368.0, 8355.0, 8366.0, 8353.0, 8363.0, 8338.0, 8362.0, 8332.0, 8345.0, 8350.0, 8359.0, 8334.0, 8361.0, 8331.0, 8341.0, 8329.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.0002051851851851852</td></tr>
<tr><td colspan=3>aqi</td><td>0.018865528195937876</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.34894464590906</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2533211986363633</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9990848419258372</td></tr>
<tr><td colspan=3>efc</td><td>0.4425</td></tr>
<tr><td colspan=3>fber</td><td>8133.2183</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07433601204100088</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.23894862604540024</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5489381527902215</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.434479305593854</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8790907495389453</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3332444032378654</td></tr>
<tr><td colspan=3>gcor</td><td>0.0071411</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02009272389113903</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02263016253709793</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>837</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.790854681604591</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>67.5068</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>25.4345</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.836</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>35.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308393.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>612.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>275.1696</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3476</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>430.5088</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2933.1414</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3148.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>865.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>830.4135</td></tr>
<tr><td colspan=3>tsnr</td><td>47.28351223212667</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>