ds005256-mriqc/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter a81ea98a1d [DATALAD RUNCMD] Compute MRIQC for sub-0105
=== 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-0105 --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-0105",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:26 +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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-02/func/sub-0105_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>905f13e1aea3bf10bc37dd9890cc3b7c</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:46:42.580000</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.99983, 0.0177235, 0.00513767, -0.0174521, 0.998657, -0.048786]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0898361</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>[4220, -7745, -7268, 236, -148, -66, -74, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.639</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c714996d-50da-41a0-90fb-38fcdb976c59||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.6824700832366943, -0.04682260751724243, 0.016187671571969986, 111.13142395019531], [-0.04755097255110741, 2.679323196411133, -0.13145771622657776, -85.54325103759766], [0.013784002512693405, 0.13088929653167725, 2.696749210357666, -80.76679229736328], [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': ['224642.580000', '224643.040000', '224643.500000', '224643.960000', '224644.420000', '224644.880000', '224645.340000', '224645.800000', '224646.260000', '224646.720000', '224647.180000', '224647.640000', '224648.100000', '224648.560000', '224649.020000', '224649.480000', '224649.940000', '224650.400000', '224650.860000', '224651.320000', '224651.780000', '224652.240000', '224652.700000', '224653.160000', '224653.620000', '224654.080000', '224654.540000', '224655.000000', '224655.460000', '224655.920000', '224656.380000', '224656.840000', '224657.300000', '224657.760000', '224658.220000', '224658.680000', '224659.140000', '224659.600000', '224700.060000', '224700.520000', '224700.980000', '224701.440000', '224701.900000', '224702.360000', '224702.820000', '224703.280000', '224703.740000', '224704.200000', '224704.660000', '224705.120000', '224705.580000', '224706.040000', '224706.500000', '224706.960000', '224707.420000', '224707.880000', '224708.340000', '224708.800000', '224709.260000', '224709.720000', '224710.180000', '224710.640000', '224711.100000', '224711.560000', '224712.020000', '224712.480000', '224712.940000', '224713.400000', '224713.860000', '224714.320000', '224714.780000', '224715.240000', '224715.700000', '224716.160000', '224716.620000', '224717.080000', '224717.540000', '224718.000000', '224718.460000', '224718.920000', '224719.380000', '224719.840000', '224720.300000', '224720.760000', '224721.220000', '224721.680000', '224722.140000', '224722.600000', '224723.060000', '224723.520000', '224723.980000', '224724.440000', '224724.900000', '224725.360000', '224725.820000', '224726.280000', '224726.740000', '224727.200000', '224727.660000', '224728.120000', '224728.580000', '224729.040000', '224729.500000', '224729.960000', '224730.420000', '224730.880000', '224731.340000', '224731.800000', '224732.260000', '224732.720000', '224733.180000', '224733.640000', '224734.100000', '224734.560000', '224735.020000', '224735.480000', '224735.940000', '224736.400000', '224736.860000', '224737.320000', '224737.780000', '224738.240000', '224738.700000', '224739.160000', '224739.620000', '224740.080000', '224740.540000', '224741.000000', '224741.460000', '224741.920000', '224742.380000', '224742.840000', '224743.300000', '224743.760000', '224744.220000', '224744.680000', '224745.140000', '224745.600000', '224746.060000', '224746.520000', '224746.980000', '224747.440000', '224747.900000', '224748.360000', '224748.820000', '224749.280000', '224749.740000', '224750.200000', '224750.660000', '224751.120000', '224751.580000', '224752.040000', '224752.500000', '224752.960000', '224753.420000', '224753.880000', '224754.340000', '224754.800000', '224755.260000', '224755.720000', '224756.180000', '224756.640000', '224757.100000', '224757.560000', '224758.020000', '224758.480000', '224758.940000', '224759.400000', '224759.860000', '224800.320000', '224800.780000', '224801.240000', '224801.700000', '224802.160000', '224802.620000', '224803.080000', '224803.540000', '224804.000000', '224804.460000', '224804.920000', '224805.380000', '224805.840000', '224806.300000', '224806.760000', '224807.220000', '224807.680000', '224808.140000', '224808.600000', '224809.060000', '224809.520000', '224809.980000', '224810.440000', '224810.900000', '224811.360000', '224811.820000', '224812.280000', '224812.740000', '224813.200000', '224813.660000', '224814.120000', '224814.580000', '224815.040000', '224815.500000', '224815.960000', '224816.420000', '224816.880000', '224817.340000', '224817.800000', '224818.260000', '224818.720000', '224819.180000', '224819.640000', '224820.100000', '224820.560000', '224821.020000', '224821.480000', '224821.940000', '224822.400000', '224822.860000', '224823.320000', '224823.780000', '224824.240000', '224824.700000', '224825.160000', '224825.620000', '224826.080000', '224826.540000', '224827.000000', '224827.460000', '224827.920000', '224828.380000', '224828.840000', '224829.300000', '224829.760000', '224830.220000', '224830.680000', '224831.140000', '224831.600000', '224832.060000', '224832.520000', '224832.980000', '224833.440000', '224833.900000', '224834.360000', '224834.820000', '224835.280000', '224835.740000', '224836.200000', '224836.660000', '224837.120000', '224837.580000', '224838.040000', '224838.500000', '224838.960000', '224839.420000', '224839.880000', '224840.340000', '224840.800000', '224841.260000', '224841.720000', '224842.180000', '224842.640000', '224843.100000', '224843.560000', '224844.020000', '224844.480000', '224844.940000', '224845.400000', '224845.860000', '224846.320000', '224846.780000', '224847.240000', '224847.700000', '224848.160000', '224848.620000', '224849.080000', '224849.540000', '224850.000000', '224850.460000', '224850.920000', '224851.380000', '224851.840000', '224852.300000', '224852.760000', '224853.220000', '224853.680000', '224854.140000', '224854.600000', '224855.060000', '224855.520000', '224855.980000', '224856.440000', '224856.900000', '224857.360000', '224857.820000', '224858.280000', '224858.740000', '224859.200000', '224859.660000', '224900.120000', '224900.580000', '224901.040000', '224901.500000', '224901.960000', '224902.420000', '224902.880000', '224903.340000', '224903.800000', '224904.260000', '224904.720000', '224905.180000', '224905.640000', '224906.100000', '224906.560000', '224907.020000', '224907.480000', '224907.940000', '224908.400000', '224908.860000', '224909.320000', '224909.780000', '224910.240000', '224910.700000', '224911.160000', '224911.620000', '224912.080000', '224912.540000', '224913.000000', '224913.460000', '224913.920000', '224914.380000', '224914.840000', '224915.300000', '224915.760000', '224916.220000', '224916.680000', '224917.140000', '224917.600000', '224918.060000', '224918.520000', '224918.980000', '224919.440000', '224919.900000', '224920.360000', '224920.820000', '224921.280000', '224921.740000', '224922.200000', '224922.660000', '224923.120000', '224923.580000', '224924.040000', '224924.500000', '224924.960000', '224925.420000', '224925.880000', '224926.340000', '224926.800000', '224927.260000', '224927.720000', '224928.180000', '224928.640000', '224929.100000', '224929.560000', '224930.020000', '224930.480000', '224930.940000', '224931.400000', '224931.860000', '224932.320000', '224932.780000', '224933.240000', '224933.700000', '224934.160000', '224934.620000', '224935.080000', '224935.540000', '224936.000000', '224936.460000', '224936.920000', '224937.380000', '224937.840000', '224938.300000', '224938.760000', '224939.220000', '224939.680000', '224940.140000', '224940.600000', '224941.060000', '224941.520000', '224941.980000', '224942.440000', '224942.900000', '224943.360000', '224943.820000', '224944.280000', '224944.740000', '224945.200000', '224945.660000', '224946.120000', '224946.580000', '224947.040000', '224947.500000', '224947.960000', '224948.420000', '224948.880000', '224949.340000', '224949.800000', '224950.260000', '224950.720000', '224951.180000', '224951.640000', '224952.100000', '224952.560000', '224953.020000', '224953.480000', '224953.940000', '224954.400000', '224954.860000', '224955.320000', '224955.780000', '224956.240000', '224956.700000', '224957.160000', '224957.620000', '224958.080000', '224958.540000', '224959.000000', '224959.460000', '224959.920000', '225000.380000', '225000.840000', '225001.300000', '225001.760000', '225002.220000', '225002.680000', '225003.140000', '225003.600000', '225004.060000', '225004.520000', '225004.980000', '225005.440000', '225005.900000', '225006.360000', '225006.820000', '225007.280000', '225007.740000', '225008.200000', '225008.660000', '225009.120000', '225009.580000', '225010.040000', '225010.500000', '225010.960000', '225011.420000', '225011.880000', '225012.340000', '225012.800000', '225013.260000', '225013.720000', '225014.180000', '225014.640000', '225015.100000', '225015.560000', '225016.020000', '225016.480000', '225016.940000', '225017.400000', '225017.860000', '225018.320000', '225018.780000', '225019.240000', '225019.700000', '225020.160000', '225020.620000', '225021.080000', '225021.540000', '225022.000000', '225022.460000', '225022.920000', '225023.380000', '225023.840000', '225024.300000', '225024.760000', '225025.220000', '225025.680000', '225026.140000', '225026.600000', '225027.060000', '225027.520000', '225027.980000', '225028.440000', '225028.900000', '225029.360000', '225029.820000', '225030.280000', '225030.740000', '225031.200000', '225031.660000', '225032.120000', '225032.580000', '225033.040000', '225033.500000', '225033.960000', '225034.420000', '225034.880000', '225035.340000', '225035.800000', '225036.260000', '225036.720000', '225037.180000', '225037.640000', '225038.100000', '225038.560000', '225039.020000', '225039.480000', '225039.940000', '225040.400000', '225040.860000', '225041.320000', '225041.780000', '225042.240000', '225042.700000', '225043.160000', '225043.620000', '225044.080000', '225044.540000', '225045.000000', '225045.460000', '225045.920000', '225046.380000', '225046.840000', '225047.300000', '225047.760000', '225048.220000', '225048.680000', '225049.140000', '225049.600000', '225050.060000', '225050.520000', '225050.980000', '225051.440000', '225051.900000', '225052.360000', '225052.820000', '225053.280000', '225053.740000', '225054.200000', '225054.660000', '225055.120000', '225055.580000', '225056.040000', '225056.500000', '225056.960000', '225057.420000', '225057.880000', '225058.340000', '225058.800000', '225059.260000', '225059.720000', '225100.180000', '225100.640000', '225101.100000', '225101.560000', '225102.020000', '225102.480000', '225102.940000', '225103.400000', '225103.860000', '225104.320000', '225104.780000', '225105.240000', '225105.700000', '225106.160000', '225106.620000', '225107.080000', '225107.540000', '225108.000000', '225108.460000', '225108.920000', '225109.380000', '225109.840000', '225110.300000', '225110.760000', '225111.220000', '225111.680000', '225112.140000', '225112.600000', '225113.060000', '225113.520000', '225113.980000', '225114.440000', '225114.900000', '225115.360000', '225115.820000', '225116.280000', '225116.740000', '225117.200000', '225117.660000', '225118.120000', '225118.580000', '225119.040000', '225119.500000', '225119.960000', '225120.420000', '225120.880000', '225121.340000', '225121.800000', '225122.260000', '225122.720000', '225123.180000', '225123.640000', '225124.100000', '225124.560000', '225125.020000', '225125.480000', '225125.940000', '225126.400000', '225126.860000', '225127.320000', '225127.780000', '225128.240000', '225128.700000', '225129.160000', '225129.620000', '225130.080000', '225130.540000', '225131.000000', '225131.460000', '225131.920000', '225132.380000', '225132.840000', '225133.300000', '225133.760000', '225134.220000', '225134.680000', '225135.140000', '225135.600000', '225136.060000', '225136.520000', '225136.980000', '225137.440000', '225137.900000', '225138.360000', '225138.820000', '225139.280000', '225139.740000', '225140.200000', '225140.660000', '225141.120000', '225141.580000', '225142.040000', '225142.500000', '225142.960000', '225143.420000', '225143.880000', '225144.340000', '225144.800000', '225145.260000', '225145.720000', '225146.180000', '225146.640000', '225147.100000', '225147.560000', '225148.020000', '225148.480000', '225148.940000', '225149.400000', '225149.860000', '225150.320000', '225150.780000', '225151.240000', '225151.700000', '225152.160000', '225152.620000', '225153.080000', '225153.540000', '225154.000000', '225154.460000', '225154.920000', '225155.380000', '225155.840000', '225156.300000', '225156.760000', '225157.220000', '225157.680000', '225158.140000', '225158.600000', '225159.060000', '225159.520000', '225159.980000', '225200.440000', '225200.900000', '225201.360000', '225201.820000', '225202.280000', '225202.740000', '225203.200000', '225203.660000', '225204.120000', '225204.580000', '225205.040000', '225205.500000', '225205.960000', '225206.420000', '225206.880000', '225207.340000', '225207.800000', '225208.260000', '225208.720000', '225209.180000', '225209.640000', '225210.100000', '225210.560000', '225211.020000', '225211.480000', '225211.940000', '225212.400000', '225212.860000', '225213.320000', '225213.780000', '225214.240000', '225214.700000', '225215.160000', '225215.620000', '225216.080000', '225216.540000', '225217.000000', '225217.460000', '225217.920000', '225218.380000', '225218.840000', '225219.300000', '225219.760000', '225220.220000', '225220.680000', '225221.140000', '225221.600000', '225222.060000', '225222.520000', '225222.980000', '225223.440000', '225223.900000', '225224.360000', '225224.820000', '225225.280000', '225225.740000', '225226.200000', '225226.660000', '225227.120000', '225227.580000', '225228.040000', '225228.500000', '225228.960000', '225229.420000', '225229.880000', '225230.340000', '225230.800000', '225231.260000', '225231.720000', '225232.180000', '225232.640000', '225233.100000', '225233.560000', '225234.020000', '225234.480000', '225234.940000', '225235.400000', '225235.860000', '225236.320000', '225236.780000', '225237.240000', '225237.700000', '225238.160000', '225238.620000', '225239.080000', '225239.540000', '225240.000000', '225240.460000', '225240.920000', '225241.380000', '225241.840000', '225242.300000', '225242.760000', '225243.220000', '225243.680000', '225244.140000', '225244.600000', '225245.060000', '225245.520000', '225245.980000', '225246.440000', '225246.900000', '225247.360000', '225247.820000', '225248.280000', '225248.740000', '225249.200000', '225249.660000', '225250.120000', '225250.580000', '225251.040000', '225251.500000', '225251.960000', '225252.420000', '225252.880000', '225253.340000', '225253.800000', '225254.260000', '225254.720000', '225255.180000', '225255.640000', '225256.100000', '225256.560000', '225257.020000', '225257.480000', '225257.940000', '225258.400000', '225258.860000', '225259.320000', '225259.780000', '225300.240000', '225300.700000', '225301.160000', '225301.620000', '225302.080000', '225302.540000', '225303.000000', '225303.460000', '225303.920000', '225304.380000', '225304.840000', '225305.300000', '225305.760000', '225306.220000', '225306.680000', '225307.140000', '225307.600000', '225308.060000'], 'ContentTime': ['224701.114000', '224701.118000', '224701.121000', '224701.124000', '224701.126000', '224701.129000', '224701.132000', '224701.134000', '224701.137000', '224701.140000', '224701.142000', '224701.156000', '224701.159000', '224701.161000', '224701.164000', '224701.166000', '224701.169000', '224701.172000', '224701.174000', '224701.186000', '224701.189000', '224701.192000', '224701.194000', '224701.197000', '224701.199000', '224701.202000', '224701.205000', '224701.207000', '224701.210000', '224701.212000', '224701.215000', '224701.217000', '224701.220000', '224701.223000', '224701.225000', '224701.228000', '224701.230000', '224701.233000', '224701.235000', '224721.073000', '224721.076000', '224721.079000', '224721.082000', '224721.085000', '224721.087000', '224721.090000', '224721.093000', '224721.095000', '224721.098000', '224721.100000', '224721.112000', '224721.115000', '224721.117000', '224721.120000', '224721.122000', '224721.125000', '224721.128000', '224721.130000', '224721.133000', '224721.135000', '224721.138000', '224721.141000', '224721.143000', '224721.147000', '224721.150000', '224721.152000', '224721.155000', '224721.158000', '224721.160000', '224721.163000', '224721.165000', '224721.168000', '224721.171000', '224721.174000', '224721.176000', '224721.179000', '224721.187000', '224721.189000', '224721.222000', '224721.224000', '224721.227000', '224721.230000', '224741.074000', '224741.077000', '224741.079000', '224741.082000', '224741.085000', '224741.088000', '224741.090000', '224741.093000', '224741.096000', '224741.098000', '224741.101000', '224741.103000', '224741.106000', '224741.109000', '224741.111000', '224741.114000', '224741.117000', '224741.119000', '224741.122000', '224741.124000', '224741.127000', '224741.130000', '224741.132000', '224741.135000', '224741.137000', '224741.140000', '224741.143000', '224741.145000', '224741.148000', '224741.150000', '224741.153000', '224741.156000', '224741.158000', '224741.161000', '224741.163000', '224741.166000', '224741.168000', '224741.171000', '224741.174000', '224741.176000', '224741.179000', '224741.182000', '224741.184000', '224741.187000', '224801.074000', '224801.077000', '224801.080000', '224801.083000', '224801.085000', '224801.088000', '224801.090000', '224801.093000', '224801.096000', '224801.098000', '224801.101000', '224801.104000', '224801.106000', '224801.109000', '224801.111000', '224801.114000', '224801.117000', '224801.119000', '224801.122000', '224801.125000', '224801.127000', '224801.130000', '224801.132000', '224801.135000', '224801.138000', '224801.140000', '224801.143000', '224801.145000', '224801.149000', '224801.152000', '224801.155000', '224801.157000', '224801.160000', '224801.163000', '224801.165000', '224801.168000', '224801.171000', '224801.174000', '224801.177000', '224801.179000', '224801.182000', '224801.185000', '224801.187000', '224821.073000', '224821.076000', '224821.079000', '224821.082000', '224821.084000', '224821.087000', '224821.089000', '224821.092000', '224821.095000', '224821.097000', '224821.100000', '224821.103000', '224821.105000', '224821.108000', '224821.110000', '224821.113000', '224821.116000', '224821.118000', '224821.121000', '224821.123000', '224821.126000', '224821.129000', '224821.131000', '224821.134000', '224821.136000', '224821.139000', '224821.142000', '224821.144000', '224821.147000', '224821.150000', '224821.152000', '224821.155000', '224821.158000', '224821.160000', '224821.163000', '224821.165000', '224821.168000', '224821.171000', '224821.173000', '224821.176000', '224821.178000', '224821.181000', '224821.184000', '224821.186000', '224841.073000', '224841.076000', '224841.079000', '224841.081000', '224841.084000', '224841.087000', '224841.089000', '224841.092000', '224841.094000', '224841.097000', '224841.100000', '224841.102000', '224841.105000', '224841.120000', '224841.123000', '224841.125000', '224841.128000', '224841.130000', '224841.133000', '224841.136000', '224841.138000', '224841.141000', '224841.144000', '224841.146000', '224841.149000', '224841.151000', '224841.154000', '224841.157000', '224841.159000', '224841.167000', '224841.170000', '224841.172000', '224841.175000', '224841.178000', '224841.180000', '224841.183000', '224841.185000', '224841.188000', '224841.208000', '224841.211000', '224841.214000', '224841.216000', '224841.219000', '224901.074000', '224901.076000', '224901.079000', '224901.082000', '224901.084000', '224901.087000', '224901.090000', '224901.092000', '224901.095000', '224901.097000', '224901.100000', '224901.103000', '224901.105000', '224901.108000', '224901.110000', '224901.113000', '224901.116000', '224901.118000', '224901.121000', '224901.124000', '224901.127000', '224901.129000', '224901.132000', '224901.134000', '224901.137000', '224901.140000', '224901.143000', '224901.145000', '224901.148000', '224901.150000', '224901.153000', '224901.156000', '224901.158000', '224901.161000', '224901.163000', '224901.166000', '224901.169000', '224901.171000', '224901.174000', '224901.176000', '224901.179000', '224901.182000', '224901.184000', '224901.187000', '224921.074000', '224921.076000', '224921.079000', '224921.082000', '224921.084000', '224921.087000', '224921.090000', '224921.092000', '224921.095000', '224921.097000', '224921.100000', '224921.103000', '224921.105000', '224921.108000', '224921.110000', '224921.113000', '224921.116000', '224921.119000', '224921.121000', '224921.124000', '224921.126000', '224921.129000', '224921.132000', '224921.134000', '224921.137000', '224921.139000', '224921.142000', '224921.145000', '224921.147000', '224921.150000', '224921.153000', '224921.155000', '224921.158000', '224921.160000', '224921.163000', '224921.166000', '224921.168000', '224921.171000', '224921.173000', '224921.176000', '224921.179000', '224921.181000', '224921.184000', '224941.074000', '224941.077000', '224941.079000', '224941.082000', '224941.084000', '224941.087000', '224941.090000', '224941.092000', '224941.095000', '224941.098000', '224941.100000', '224941.103000', '224941.105000', '224941.108000', '224941.111000', '224941.113000', '224941.116000', '224941.119000', '224941.121000', '224941.124000', '224941.126000', '224941.129000', '224941.132000', '224941.134000', '224941.137000', '224941.140000', '224941.142000', '224941.145000', '224941.148000', '224941.150000', '224941.153000', '224941.155000', '224941.158000', '224941.161000', '224941.163000', '224941.166000', '224941.168000', '224941.171000', '224941.174000', '224941.176000', '224941.179000', '224941.182000', '224941.184000', '224941.187000', '225001.073000', '225001.076000', '225001.079000', '225001.082000', '225001.085000', '225001.087000', '225001.090000', '225001.092000', '225001.095000', '225001.098000', '225001.100000', '225001.103000', '225001.105000', '225001.108000', '225001.111000', '225001.113000', '225001.116000', '225001.118000', '225001.121000', '225001.124000', '225001.126000', '225001.129000', '225001.131000', '225001.134000', '225001.137000', '225001.139000', '225001.142000', '225001.144000', '225001.147000', '225001.150000', '225001.152000', '225001.155000', '225001.157000', '225001.160000', '225001.163000', '225001.165000', '225001.168000', '225001.170000', '225001.173000', '225001.176000', '225001.178000', '225001.181000', '225001.184000', '225021.074000', '225021.077000', '225021.080000', '225021.083000', '225021.085000', '225021.088000', '225021.090000', '225021.093000', '225021.096000', '225021.113000', '225021.116000', '225021.118000', '225021.121000', '225021.124000', '225021.126000', '225021.129000', '225021.132000', '225021.134000', '225021.137000', '225021.139000', '225021.142000', '225021.145000', '225021.147000', '225021.150000', '225021.152000', '225021.155000', '225021.158000', '225021.160000', '225021.163000', '225021.165000', '225021.168000', '225021.171000', '225021.173000', '225021.176000', '225021.178000', '225021.181000', '225021.184000', '225021.186000', '225021.189000', '225021.239000', '225021.242000', '225021.244000', '225021.247000', '225021.249000', '225041.073000', '225041.076000', '225041.079000', '225041.082000', '225041.084000', '225041.087000', '225041.089000', '225041.092000', '225041.095000', '225041.097000', '225041.100000', '225041.102000', '225041.105000', '225041.108000', '225041.110000', '225041.113000', '225041.116000', '225041.118000', '225041.121000', '225041.123000', '225041.126000', '225041.129000', '225041.131000', '225041.134000', '225041.137000', '225041.139000', '225041.142000', '225041.144000', '225041.147000', '225041.150000', '225041.153000', '225041.155000', '225041.158000', '225041.160000', '225041.163000', '225041.166000', '225041.168000', '225041.171000', '225041.174000', '225041.176000', '225041.179000', '225041.182000', '225041.184000', '225101.074000', '225101.077000', '225101.079000', '225101.082000', '225101.085000', '225101.087000', '225101.090000', '225101.093000', '225101.095000', '225101.098000', '225101.100000', '225101.103000', '225101.106000', '225101.108000', '225101.111000', '225101.114000', '225101.116000', '225101.119000', '225101.122000', '225101.124000', '225101.127000', '225101.129000', '225101.132000', '225101.135000', '225101.137000', '225101.140000', '225101.143000', '225101.145000', '225101.148000', '225101.151000', '225101.153000', '225101.156000', '225101.158000', '225101.161000', '225101.164000', '225101.166000', '225101.169000', '225101.172000', '225101.174000', '225101.177000', '225101.180000', '225101.182000', '225101.185000', '225101.187000', '225121.074000', '225121.076000', '225121.079000', '225121.082000', '225121.084000', '225121.087000', '225121.090000', '225121.099000', '225121.102000', '225121.104000', '225121.107000', '225121.109000', '225121.112000', '225121.115000', '225121.117000', '225121.120000', '225121.123000', '225121.125000', '225121.128000', '225121.130000', '225121.133000', '225121.136000', '225121.139000', '225121.141000', '225121.144000', '225121.146000', '225121.149000', '225121.152000', '225121.154000', '225121.157000', '225121.159000', '225121.162000', '225121.165000', '225121.167000', '225121.170000', '225121.173000', '225121.175000', '225121.178000', '225121.180000', '225121.183000', '225121.186000', '225121.188000', '225121.191000', '225141.074000', '225141.079000', '225141.082000', '225141.084000', '225141.087000', '225141.090000', '225141.092000', '225141.095000', '225141.099000', '225141.102000', '225141.105000', '225141.107000', '225141.110000', '225141.112000', '225141.115000', '225141.118000', '225141.120000', '225141.123000', '225141.126000', '225141.128000', '225141.131000', '225141.134000', '225141.136000', '225141.139000', '225141.142000', '225141.144000', '225141.147000', '225141.149000', '225141.152000', '225141.155000', '225141.158000', '225141.160000', '225141.163000', '225141.165000', '225141.180000', '225141.183000', '225141.186000', '225141.188000', '225141.234000', '225141.236000', '225141.239000', '225141.242000', '225141.244000', '225201.073000', '225201.076000', '225201.079000', '225201.082000', '225201.084000', '225201.087000', '225201.090000', '225201.092000', '225201.095000', '225201.097000', '225201.100000', '225201.103000', '225201.105000', '225201.108000', '225201.110000', '225201.113000', '225201.116000', '225201.118000', '225201.121000', '225201.124000', '225201.126000', '225201.129000', '225201.132000', '225201.134000', '225201.137000', '225201.139000', '225201.142000', '225201.145000', '225201.147000', '225201.150000', '225201.152000', '225201.155000', '225201.158000', '225201.160000', '225201.163000', '225201.166000', '225201.168000', '225201.171000', '225201.173000', '225201.176000', '225201.179000', '225201.181000', '225201.184000', '225201.186000', '225221.074000', '225221.077000', '225221.079000', '225221.082000', '225221.084000', '225221.087000', '225221.090000', '225221.092000', '225221.095000', '225221.098000', '225221.100000', '225221.103000', '225221.105000', '225221.108000', '225221.113000', '225221.115000', '225221.118000', '225221.121000', '225221.125000', '225221.128000', '225221.131000', '225221.133000', '225221.136000', '225221.139000', '225221.141000', '225221.144000', '225221.146000', '225221.149000', '225221.152000', '225221.154000', '225221.157000', '225221.160000', '225221.162000', '225221.165000', '225221.167000', '225221.170000', '225221.173000', '225221.176000', '225221.178000', '225221.181000', '225221.183000', '225221.186000', '225221.189000', '225241.094000', '225241.097000', '225241.100000', '225241.103000', '225241.105000', '225241.108000', '225241.111000', '225241.113000', '225241.116000', '225241.118000', '225241.121000', '225241.124000', '225241.126000', '225241.129000', '225241.131000', '225241.134000', '225241.137000', '225241.139000', '225241.142000', '225241.144000', '225241.147000', '225241.150000', '225241.152000', '225241.155000', '225241.157000', '225241.160000', '225241.163000', '225241.166000', '225241.168000', '225241.171000', '225241.173000', '225241.176000', '225241.179000', '225241.181000', '225241.184000', '225241.186000', '225241.189000', '225241.276000', '225241.279000', '225241.282000', '225241.285000', '225241.288000', '225241.291000', '225241.294000', '225301.074000', '225301.076000', '225301.079000', '225301.082000', '225301.084000', '225301.087000', '225301.089000', '225301.092000', '225301.095000', '225301.097000', '225301.100000', '225301.102000', '225301.105000', '225301.108000', '225301.110000', '225301.113000', '225301.116000', '225301.118000', '225301.121000', '225301.123000', '225301.126000', '225301.129000', '225301.132000', '225301.135000', '225301.138000', '225301.141000', '225301.145000', '225301.147000', '225301.150000', '225301.152000', '225301.155000', '225301.158000', '225301.160000', '225301.163000', '225301.166000', '225301.168000', '225301.171000', '225301.174000', '225301.176000', '225301.179000', '225301.182000', '225301.184000', '225301.187000', '225308.935000', '225308.948000', '225308.951000', '225308.954000', '225308.956000', '225308.959000', '225308.962000', '225308.964000', '225308.967000', '225308.970000', '225308.973000', '225308.976000', '225308.979000', '225308.982000', '225308.985000', '225308.988000', '225308.991000', '225308.994000'], 'InstanceCreationTime': ['224701.114000', '224701.118000', '224701.121000', '224701.124000', '224701.126000', '224701.129000', '224701.132000', '224701.134000', '224701.137000', '224701.140000', '224701.142000', '224701.156000', '224701.159000', '224701.161000', '224701.164000', '224701.166000', '224701.169000', '224701.172000', '224701.174000', '224701.186000', '224701.189000', '224701.192000', '224701.194000', '224701.197000', '224701.199000', '224701.202000', '224701.205000', '224701.207000', '224701.210000', '224701.212000', '224701.215000', '224701.217000', '224701.220000', '224701.223000', '224701.225000', '224701.228000', '224701.230000', '224701.233000', '224701.235000', '224721.073000', '224721.076000', '224721.079000', '224721.082000', '224721.085000', '224721.087000', '224721.090000', '224721.093000', '224721.095000', '224721.098000', '224721.100000', '224721.112000', '224721.115000', '224721.117000', '224721.120000', '224721.122000', '224721.125000', '224721.128000', '224721.130000', '224721.133000', '224721.135000', '224721.138000', '224721.141000', '224721.143000', '224721.147000', '224721.150000', '224721.152000', '224721.155000', '224721.158000', '224721.160000', '224721.163000', '224721.165000', '224721.168000', '224721.171000', '224721.174000', '224721.176000', '224721.179000', '224721.187000', '224721.189000', '224721.222000', '224721.224000', '224721.227000', '224721.230000', '224741.074000', '224741.077000', '224741.079000', '224741.082000', '224741.085000', '224741.088000', '224741.090000', '224741.093000', '224741.096000', '224741.098000', '224741.101000', '224741.103000', '224741.106000', '224741.109000', '224741.111000', '224741.114000', '224741.117000', '224741.119000', '224741.122000', '224741.124000', '224741.127000', '224741.130000', '224741.132000', '224741.135000', '224741.137000', '224741.140000', '224741.143000', '224741.145000', '224741.148000', '224741.150000', '224741.153000', '224741.156000', '224741.158000', '224741.161000', '224741.163000', '224741.166000', '224741.168000', '224741.171000', '224741.174000', '224741.176000', '224741.179000', '224741.182000', '224741.184000', '224741.187000', '224801.074000', '224801.077000', '224801.080000', '224801.083000', '224801.085000', '224801.088000', '224801.090000', '224801.093000', '224801.096000', '224801.098000', '224801.101000', '224801.104000', '224801.106000', '224801.109000', '224801.111000', '224801.114000', '224801.117000', '224801.119000', '224801.122000', '224801.125000', '224801.127000', '224801.130000', '224801.132000', '224801.135000', '224801.138000', '224801.140000', '224801.143000', '224801.145000', '224801.149000', '224801.152000', '224801.155000', '224801.157000', '224801.160000', '224801.163000', '224801.165000', '224801.168000', '224801.171000', '224801.174000', '224801.177000', '224801.179000', '224801.182000', '224801.185000', '224801.187000', '224821.073000', '224821.076000', '224821.079000', '224821.082000', '224821.084000', '224821.087000', '224821.089000', '224821.092000', '224821.095000', '224821.097000', '224821.100000', '224821.103000', '224821.105000', '224821.108000', '224821.110000', '224821.113000', '224821.116000', '224821.118000', '224821.121000', '224821.123000', '224821.126000', '224821.129000', '224821.131000', '224821.134000', '224821.136000', '224821.139000', '224821.142000', '224821.144000', '224821.147000', '224821.150000', '224821.152000', '224821.155000', '224821.158000', '224821.160000', '224821.163000', '224821.165000', '224821.168000', '224821.171000', '224821.173000', '224821.176000', '224821.178000', '224821.181000', '224821.184000', '224821.186000', '224841.073000', '224841.076000', '224841.079000', '224841.081000', '224841.084000', '224841.087000', '224841.089000', '224841.092000', '224841.094000', '224841.097000', '224841.100000', '224841.102000', '224841.105000', '224841.120000', '224841.123000', '224841.125000', '224841.128000', '224841.130000', '224841.133000', '224841.136000', '224841.138000', '224841.141000', '224841.144000', '224841.146000', '224841.149000', '224841.151000', '224841.154000', '224841.157000', '224841.159000', '224841.167000', '224841.170000', '224841.172000', '224841.175000', '224841.178000', '224841.180000', '224841.183000', '224841.185000', '224841.188000', '224841.208000', '224841.211000', '224841.214000', '224841.216000', '224841.219000', '224901.074000', '224901.076000', '224901.079000', '224901.082000', '224901.084000', '224901.087000', '224901.090000', '224901.092000', '224901.095000', '224901.097000', '224901.100000', '224901.103000', '224901.105000', '224901.108000', '224901.110000', '224901.113000', '224901.116000', '224901.118000', '224901.121000', '224901.124000', '224901.127000', '224901.129000', '224901.132000', '224901.134000', '224901.137000', '224901.140000', '224901.143000', '224901.145000', '224901.148000', '224901.150000', '224901.153000', '224901.156000', '224901.158000', '224901.161000', '224901.163000', '224901.166000', '224901.169000', '224901.171000', '224901.174000', '224901.176000', '224901.179000', '224901.182000', '224901.184000', '224901.187000', '224921.074000', '224921.076000', '224921.079000', '224921.082000', '224921.084000', '224921.087000', '224921.090000', '224921.092000', '224921.095000', '224921.097000', '224921.100000', '224921.103000', '224921.105000', '224921.108000', '224921.110000', '224921.113000', '224921.116000', '224921.119000', '224921.121000', '224921.124000', '224921.126000', '224921.129000', '224921.132000', '224921.134000', '224921.137000', '224921.139000', '224921.142000', '224921.145000', '224921.147000', '224921.150000', '224921.153000', '224921.155000', '224921.158000', '224921.160000', '224921.163000', '224921.166000', '224921.168000', '224921.171000', '224921.173000', '224921.176000', '224921.179000', '224921.181000', '224921.184000', '224941.074000', '224941.077000', '224941.079000', '224941.082000', '224941.084000', '224941.087000', '224941.090000', '224941.092000', '224941.095000', '224941.098000', '224941.100000', '224941.103000', '224941.105000', '224941.108000', '224941.111000', '224941.113000', '224941.116000', '224941.119000', '224941.121000', '224941.124000', '224941.126000', '224941.129000', '224941.132000', '224941.134000', '224941.137000', '224941.140000', '224941.142000', '224941.145000', '224941.148000', '224941.150000', '224941.153000', '224941.155000', '224941.158000', '224941.161000', '224941.163000', '224941.166000', '224941.168000', '224941.171000', '224941.174000', '224941.176000', '224941.179000', '224941.182000', '224941.184000', '224941.187000', '225001.073000', '225001.076000', '225001.079000', '225001.082000', '225001.085000', '225001.087000', '225001.090000', '225001.092000', '225001.095000', '225001.098000', '225001.100000', '225001.103000', '225001.105000', '225001.108000', '225001.111000', '225001.113000', '225001.116000', '225001.118000', '225001.121000', '225001.124000', '225001.126000', '225001.129000', '225001.131000', '225001.134000', '225001.137000', '225001.139000', '225001.142000', '225001.144000', '225001.147000', '225001.150000', '225001.152000', '225001.155000', '225001.157000', '225001.160000', '225001.163000', '225001.165000', '225001.168000', '225001.170000', '225001.173000', '225001.176000', '225001.178000', '225001.181000', '225001.184000', '225021.074000', '225021.077000', '225021.080000', '225021.083000', '225021.085000', '225021.088000', '225021.090000', '225021.093000', '225021.096000', '225021.113000', '225021.116000', '225021.118000', '225021.121000', '225021.124000', '225021.126000', '225021.129000', '225021.132000', '225021.134000', '225021.137000', '225021.139000', '225021.142000', '225021.145000', '225021.147000', '225021.150000', '225021.152000', '225021.155000', '225021.158000', '225021.160000', '225021.163000', '225021.165000', '225021.168000', '225021.171000', '225021.173000', '225021.176000', '225021.178000', '225021.181000', '225021.184000', '225021.186000', '225021.189000', '225021.239000', '225021.242000', '225021.244000', '225021.247000', '225021.249000', '225041.073000', '225041.076000', '225041.079000', '225041.082000', '225041.084000', '225041.087000', '225041.089000', '225041.092000', '225041.095000', '225041.097000', '225041.100000', '225041.102000', '225041.105000', '225041.108000', '225041.110000', '225041.113000', '225041.116000', '225041.118000', '225041.121000', '225041.123000', '225041.126000', '225041.129000', '225041.131000', '225041.134000', '225041.137000', '225041.139000', '225041.142000', '225041.144000', '225041.147000', '225041.150000', '225041.153000', '225041.155000', '225041.158000', '225041.160000', '225041.163000', '225041.166000', '225041.168000', '225041.171000', '225041.174000', '225041.176000', '225041.179000', '225041.182000', '225041.184000', '225101.074000', '225101.077000', '225101.079000', '225101.082000', '225101.085000', '225101.087000', '225101.090000', '225101.093000', '225101.095000', '225101.098000', '225101.100000', '225101.103000', '225101.106000', '225101.108000', '225101.111000', '225101.114000', '225101.116000', '225101.119000', '225101.122000', '225101.124000', '225101.127000', '225101.129000', '225101.132000', '225101.135000', '225101.137000', '225101.140000', '225101.143000', '225101.145000', '225101.148000', '225101.151000', '225101.153000', '225101.156000', '225101.158000', '225101.161000', '225101.164000', '225101.166000', '225101.169000', '225101.172000', '225101.174000', '225101.177000', '225101.180000', '225101.182000', '225101.185000', '225101.187000', '225121.074000', '225121.076000', '225121.079000', '225121.082000', '225121.084000', '225121.087000', '225121.090000', '225121.099000', '225121.102000', '225121.104000', '225121.107000', '225121.109000', '225121.112000', '225121.115000', '225121.117000', '225121.120000', '225121.123000', '225121.125000', '225121.128000', '225121.130000', '225121.133000', '225121.136000', '225121.139000', '225121.141000', '225121.144000', '225121.146000', '225121.149000', '225121.152000', '225121.154000', '225121.157000', '225121.159000', '225121.162000', '225121.165000', '225121.167000', '225121.170000', '225121.173000', '225121.175000', '225121.178000', '225121.180000', '225121.183000', '225121.186000', '225121.188000', '225121.191000', '225141.074000', '225141.079000', '225141.082000', '225141.084000', '225141.087000', '225141.090000', '225141.092000', '225141.095000', '225141.099000', '225141.102000', '225141.105000', '225141.107000', '225141.110000', '225141.112000', '225141.115000', '225141.118000', '225141.120000', '225141.123000', '225141.126000', '225141.128000', '225141.131000', '225141.134000', '225141.136000', '225141.139000', '225141.142000', '225141.144000', '225141.147000', '225141.149000', '225141.152000', '225141.155000', '225141.158000', '225141.160000', '225141.163000', '225141.165000', '225141.180000', '225141.183000', '225141.186000', '225141.188000', '225141.234000', '225141.236000', '225141.239000', '225141.242000', '225141.244000', '225201.073000', '225201.076000', '225201.079000', '225201.082000', '225201.084000', '225201.087000', '225201.090000', '225201.092000', '225201.095000', '225201.097000', '225201.100000', '225201.103000', '225201.105000', '225201.108000', '225201.110000', '225201.113000', '225201.116000', '225201.118000', '225201.121000', '225201.124000', '225201.126000', '225201.129000', '225201.132000', '225201.134000', '225201.137000', '225201.139000', '225201.142000', '225201.145000', '225201.147000', '225201.150000', '225201.152000', '225201.155000', '225201.158000', '225201.160000', '225201.163000', '225201.166000', '225201.168000', '225201.171000', '225201.173000', '225201.176000', '225201.179000', '225201.181000', '225201.184000', '225201.186000', '225221.074000', '225221.077000', '225221.079000', '225221.082000', '225221.084000', '225221.087000', '225221.090000', '225221.092000', '225221.095000', '225221.098000', '225221.100000', '225221.103000', '225221.105000', '225221.108000', '225221.113000', '225221.115000', '225221.118000', '225221.121000', '225221.125000', '225221.128000', '225221.131000', '225221.133000', '225221.136000', '225221.139000', '225221.141000', '225221.144000', '225221.146000', '225221.149000', '225221.152000', '225221.154000', '225221.157000', '225221.160000', '225221.162000', '225221.165000', '225221.167000', '225221.170000', '225221.173000', '225221.176000', '225221.178000', '225221.181000', '225221.183000', '225221.186000', '225221.189000', '225241.094000', '225241.097000', '225241.100000', '225241.103000', '225241.105000', '225241.108000', '225241.111000', '225241.113000', '225241.116000', '225241.118000', '225241.121000', '225241.124000', '225241.126000', '225241.129000', '225241.131000', '225241.134000', '225241.137000', '225241.139000', '225241.142000', '225241.144000', '225241.147000', '225241.150000', '225241.152000', '225241.155000', '225241.157000', '225241.160000', '225241.163000', '225241.166000', '225241.168000', '225241.171000', '225241.173000', '225241.176000', '225241.179000', '225241.181000', '225241.184000', '225241.186000', '225241.189000', '225241.276000', '225241.279000', '225241.282000', '225241.285000', '225241.288000', '225241.291000', '225241.294000', '225301.074000', '225301.076000', '225301.079000', '225301.082000', '225301.084000', '225301.087000', '225301.089000', '225301.092000', '225301.095000', '225301.097000', '225301.100000', '225301.102000', '225301.105000', '225301.108000', '225301.110000', '225301.113000', '225301.116000', '225301.118000', '225301.121000', '225301.123000', '225301.126000', '225301.129000', '225301.132000', '225301.135000', '225301.138000', '225301.141000', '225301.145000', '225301.147000', '225301.150000', '225301.152000', '225301.155000', '225301.158000', '225301.160000', '225301.163000', '225301.166000', '225301.168000', '225301.171000', '225301.174000', '225301.176000', '225301.179000', '225301.182000', '225301.184000', '225301.187000', '225308.935000', '225308.948000', '225308.951000', '225308.954000', '225308.956000', '225308.959000', '225308.962000', '225308.964000', '225308.967000', '225308.970000', '225308.973000', '225308.976000', '225308.979000', '225308.982000', '225308.985000', '225308.988000', '225308.991000', '225308.994000'], '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': [8745, 11741, 8680, 11322, 9199, 11514, 8292, 10342, 7953, 10237, 7813, 9868, 7895, 10204, 7802, 9013, 6489, 8749, 7539, 8156, 10349, 8566, 9778, 7450, 8389, 5971, 7807, 7525, 7807, 10984, 7833, 9594, 6801, 8753, 7016, 8651, 6723, 8610, 10915, 8026, 9943, 7267, 8988, 6525, 8848, 9728, 8930, 10078, 8070, 11024, 8043, 9995, 7600, 9326, 7761, 9499, 6183, 8700, 8396, 8016, 10426, 8103, 9827, 7623, 9367, 6918, 8627, 10317, 7885, 9448, 7605, 9167, 6738, 8759, 5815, 7916, 6098, 8030, 6888, 8032, 5652, 8334, 5828, 8663, 6411, 9909, 7148, 10157, 7089, 10064, 8081, 10236, 8533, 10266, 7161, 9897, 7104, 9663, 8215, 9876, 7554, 9306, 6385, 9420, 6351, 9482, 6858, 9748, 7689, 9640, 7888, 9817, 7641, 9854, 8134, 9759, 7956, 9386, 7433, 10030, 8166, 10759, 8308, 6841, 8741, 7647, 8929, 12455, 8705, 10511, 8545, 10137, 7675, 10210, 7657, 9937, 7738, 10264, 7987, 8280, 7619, 6277, 9110, 7417, 10253, 7464, 9126, 10210, 8055, 8864, 8940, 6488, 9705, 7766, 10472, 8523, 11069, 8844, 10828, 8155, 10819, 8117, 11065, 7593, 10437, 7856, 10127, 7854, 9730, 7826, 9638, 7721, 9849, 7490, 9285, 7516, 9096, 7872, 9688, 7479, 9139, 7168, 9099, 7238, 9454, 7410, 8945, 8192, 8838, 7422, 8990, 7482, 8526, 5920, 8362, 10915, 8175, 10208, 7738, 9550, 7286, 8683, 6261, 8604, 6024, 8808, 5973, 8653, 6116, 8573, 8613, 8599, 11152, 8508, 11553, 8224, 9900, 7839, 9970, 7350, 9786, 8142, 9708, 6185, 9360, 6645, 8868, 11067, 8342, 11993, 8290, 10045, 7936, 9570, 7278, 9691, 7861, 9731, 6346, 9257, 7040, 8811, 12290, 8970, 10468, 7621, 9880, 7617, 9729, 6388, 9430, 6528, 9057, 6710, 8717, 10803, 8501, 10494, 8831, 10251, 7691, 9636, 7495, 8935, 6249, 9266, 7038, 8860, 8384, 9013, 7327, 8426, 9635, 8430, 11639, 8478, 11425, 8489, 11042, 8051, 10896, 7882, 10281, 8227, 10745, 7932, 10721, 7620, 10141, 7657, 10174, 8220, 10263, 8108, 10237, 7890, 9635, 8090, 9860, 7840, 10140, 7817, 9657, 7356, 9720, 7423, 9439, 7669, 9728, 7623, 10005, 7574, 9814, 7796, 9965, 7879, 9400, 7854, 6689, 8430, 7055, 9088, 10894, 8929, 11626, 8339, 11055, 8063, 11127, 8352, 8461, 8825, 6498, 8915, 7630, 9131, 11918, 9041, 11275, 8543, 10231, 7363, 9442, 7440, 9990, 6986, 9167, 6830, 9646, 7297, 9817, 7752, 10217, 7855, 9945, 7830, 9965, 7458, 10052, 8217, 10329, 7581, 10079, 7746, 9934, 7926, 11253, 8848, 6973, 9570, 7654, 10723, 8057, 10903, 7999, 10867, 8223, 11343, 8326, 10335, 8021, 9626, 7832, 9556, 7584, 9452, 7599, 8712, 6971, 8611, 6142, 8650, 6230, 8948, 6216, 8846, 5960, 8456, 6320, 8890, 6653, 9045, 7705, 8790, 11878, 8570, 10161, 8043, 10200, 7508, 9612, 6582, 9243, 11332, 9054, 11147, 8417, 10102, 7154, 9322, 6999, 9268, 6502, 9159, 6275, 8767, 6296, 8273, 12003, 8284, 10393, 8077, 9864, 7001, 8811, 6782, 9205, 6894, 9436, 6335, 8594, 6721, 8567, 9992, 8023, 10925, 8122, 10723, 7361, 9926, 7157, 9547, 7137, 10019, 7714, 9482, 7180, 9091, 11807, 8963, 11151, 8047, 9833, 7041, 9553, 8132, 9778, 8012, 9614, 7515, 8826, 6863, 8965, 6313, 8940, 6914, 9438, 6972, 8801, 10757, 8129, 10474, 8778, 10694, 7585, 10034, 8082, 9671, 6358, 9655, 7504, 9387, 7342, 8685, 8643, 8118, 11738, 8176, 11606, 8139, 11250, 7716, 10322, 7734, 9542, 7579, 9757, 7341, 9439, 7147, 9402, 7022, 9768, 7613, 10026, 7829, 9768, 7436, 9626, 8174, 9951, 6694, 9748, 6133, 9282, 6656, 8743, 8454, 8760, 7419, 9118, 5836, 8687, 6068, 8819, 8980, 8871, 11652, 8088, 11394, 7770, 9968, 7257, 9500, 7294, 9371, 7413, 8921, 5975, 8567, 6878, 8949, 7881, 8643, 10699, 7808, 10269, 7899, 9861, 7588, 9633, 6916, 9183, 7660, 9071, 6890, 9600, 7314, 9165, 9966, 8386, 10451, 8199, 10434, 7997, 10095, 7192, 9677, 7139, 9091, 6411, 9280, 6787, 9581, 7742, 9051, 11278, 8268, 10301, 7992, 10529, 7780, 9800, 7166, 9096, 5981, 9038, 6766, 9364, 6810, 8450, 7626, 8239, 10895, 7819, 9666, 7637, 9700, 7015, 9219, 7454, 8768, 7540, 9122, 7780, 9374, 7009, 9453, 6070, 8751, 9147, 8295, 11111, 8433, 9970, 7270, 9272, 6944, 8913, 7890, 8999, 6862, 8984, 5991, 8953, 5919, 8543, 7591, 9123, 7759, 9066, 9155, 8595, 10644, 8220, 9867, 7618, 10627, 7771, 10122, 7055, 9260, 7350, 8933, 6622, 9255, 6590, 9149, 6210, 8314, 7658, 8492, 10486, 8387, 9904, 8428, 7167, 8719, 8062, 8554, 10446, 8686, 8674, 9067, 7995, 8991, 10892, 8299, 10988, 8305, 10355, 7641, 9900, 7657, 7367, 8020, 6350, 9808, 7542, 10233, 8835, 6723, 9868, 7495, 10743, 8186, 10104, 7298, 9827, 8064, 8722, 8158, 10878, 7891, 10346, 7829, 10396, 8673, 8972, 11375, 8678, 11418, 8241, 10907, 7953, 7347, 7866, 5847, 8113, 6937, 8711, 7576, 9006, 7429, 9158, 9201, 8701, 11002, 8489, 10184, 7780, 9469, 8462, 9220, 7270, 9007, 7901, 8296, 9016, 7966, 10419, 7687, 9713, 7421, 9148, 7912, 8893, 5874, 8322, 11181, 7772, 9562, 7799, 8902, 6282, 8433, 10337, 7937, 10308, 7518, 9266, 7046, 8952, 6835, 8598, 5715, 7978, 5986, 8313, 5793, 8341, 5730, 8339, 5761, 8683, 6286, 8911, 6549, 9840, 6272, 9235, 7575, 9568, 12547, 9093, 11691, 8969, 10660, 8308, 10602, 7891, 11175, 7903, 10964, 7445, 10487, 8033, 10391, 7317, 10167, 6750, 9592, 6518, 9285, 6291, 9560, 7287, 9249, 7233, 8832, 9120, 8809, 9903, 8888, 7375, 9397, 6199, 9353, 6971, 8998, 9422, 9040, 9625, 8497, 9472, 8193, 11527, 8274, 11935, 8579, 10956, 8048, 9891, 7114, 9485, 6642, 9174, 6393, 9497], 'WindowCenter': [3878.0, 3882.0, 3847.0, 3867.0, 3844.0, 3854.0, 3821.0, 3842.0, 3821.0, 3841.0, 3809.0, 3828.0, 3817.0, 3839.0, 3807.0, 3829.0, 3799.0, 3830.0, 3818.0, 3818.0, 3839.0, 3818.0, 3828.0, 3807.0, 3818.0, 3787.0, 3820.0, 3818.0, 3819.0, 3851.0, 3820.0, 3842.0, 3811.0, 3832.0, 3812.0, 3844.0, 3811.0, 3834.0, 3854.0, 3822.0, 3843.0, 3809.0, 3831.0, 3799.0, 3831.0, 3841.0, 3830.0, 3841.0, 3820.0, 3852.0, 3820.0, 3842.0, 3820.0, 3841.0, 3820.0, 3842.0, 3789.0, 3832.0, 3831.0, 3820.0, 3852.0, 3819.0, 3841.0, 3807.0, 3829.0, 3797.0, 3819.0, 3856.0, 3833.0, 3840.0, 3819.0, 3841.0, 3810.0, 3831.0, 3789.0, 3831.0, 3800.0, 3832.0, 3823.0, 3835.0, 3804.0, 3846.0, 3804.0, 3847.0, 3815.0, 3872.0, 3838.0, 3869.0, 3827.0, 3857.0, 3836.0, 3869.0, 3834.0, 3855.0, 3812.0, 3842.0, 3809.0, 3829.0, 3817.0, 3828.0, 3806.0, 3828.0, 3786.0, 3828.0, 3797.0, 3828.0, 3797.0, 3840.0, 3819.0, 3840.0, 3818.0, 3839.0, 3818.0, 3842.0, 3818.0, 3828.0, 3818.0, 3828.0, 3808.0, 3839.0, 3819.0, 3851.0, 3831.0, 3810.0, 3831.0, 3820.0, 3831.0, 3862.0, 3830.0, 3840.0, 3830.0, 3840.0, 3819.0, 3839.0, 3807.0, 3839.0, 3821.0, 3852.0, 3817.0, 3817.0, 3807.0, 3801.0, 3856.0, 3823.0, 3869.0, 3823.0, 3845.0, 3839.0, 3820.0, 3831.0, 3831.0, 3800.0, 3842.0, 3820.0, 3840.0, 3817.0, 3837.0, 3815.0, 3838.0, 3791.0, 3812.0, 3778.0, 3810.0, 3777.0, 3809.0, 3776.0, 3797.0, 3787.0, 3798.0, 3777.0, 3798.0, 3778.0, 3809.0, 3779.0, 3800.0, 3779.0, 3801.0, 3802.0, 3812.0, 3793.0, 3826.0, 3794.0, 3815.0, 3794.0, 3825.0, 3795.0, 3815.0, 3816.0, 3816.0, 3796.0, 3817.0, 3807.0, 3818.0, 3787.0, 3819.0, 3839.0, 3820.0, 3842.0, 3820.0, 3841.0, 3810.0, 3830.0, 3799.0, 3831.0, 3789.0, 3844.0, 3802.0, 3845.0, 3803.0, 3845.0, 3833.0, 3834.0, 3865.0, 3834.0, 3865.0, 3834.0, 3843.0, 3822.0, 3843.0, 3821.0, 3843.0, 3821.0, 3842.0, 3789.0, 3831.0, 3798.0, 3830.0, 3851.0, 3820.0, 3851.0, 3820.0, 3841.0, 3821.0, 3842.0, 3810.0, 3842.0, 3821.0, 3843.0, 3800.0, 3832.0, 3810.0, 3831.0, 3851.0, 3831.0, 3842.0, 3820.0, 3841.0, 3821.0, 3841.0, 3799.0, 3830.0, 3799.0, 3832.0, 3799.0, 3830.0, 3850.0, 3818.0, 3839.0, 3829.0, 3840.0, 3808.0, 3829.0, 3808.0, 3829.0, 3785.0, 3829.0, 3796.0, 3829.0, 3818.0, 3829.0, 3807.0, 3818.0, 3828.0, 3819.0, 3850.0, 3819.0, 3851.0, 3831.0, 3851.0, 3820.0, 3850.0, 3819.0, 3839.0, 3819.0, 3850.0, 3820.0, 3864.0, 3822.0, 3840.0, 3820.0, 3840.0, 3831.0, 3840.0, 3819.0, 3839.0, 3818.0, 3828.0, 3818.0, 3828.0, 3818.0, 3839.0, 3822.0, 3840.0, 3822.0, 3840.0, 3809.0, 3829.0, 3820.0, 3841.0, 3821.0, 3841.0, 3820.0, 3841.0, 3821.0, 3841.0, 3821.0, 3842.0, 3832.0, 3812.0, 3834.0, 3822.0, 3844.0, 3853.0, 3843.0, 3863.0, 3831.0, 3851.0, 3820.0, 3851.0, 3820.0, 3831.0, 3831.0, 3799.0, 3831.0, 3820.0, 3841.0, 3850.0, 3830.0, 3864.0, 3830.0, 3840.0, 3808.0, 3828.0, 3809.0, 3839.0, 3808.0, 3829.0, 3810.0, 3841.0, 3821.0, 3853.0, 3821.0, 3853.0, 3833.0, 3854.0, 3822.0, 3841.0, 3809.0, 3840.0, 3819.0, 3840.0, 3808.0, 3839.0, 3808.0, 3840.0, 3833.0, 3851.0, 3842.0, 3811.0, 3842.0, 3821.0, 3865.0, 3833.0, 3853.0, 3820.0, 3840.0, 3817.0, 3839.0, 3816.0, 3826.0, 3816.0, 3826.0, 3805.0, 3826.0, 3805.0, 3827.0, 3807.0, 3828.0, 3810.0, 3829.0, 3799.0, 3830.0, 3788.0, 3831.0, 3799.0, 3841.0, 3801.0, 3832.0, 3811.0, 3843.0, 3812.0, 3844.0, 3822.0, 3833.0, 3865.0, 3832.0, 3842.0, 3819.0, 3840.0, 3807.0, 3829.0, 3797.0, 3828.0, 3837.0, 3815.0, 3836.0, 3805.0, 3826.0, 3794.0, 3815.0, 3795.0, 3827.0, 3785.0, 3828.0, 3786.0, 3829.0, 3797.0, 3819.0, 3849.0, 3818.0, 3839.0, 3818.0, 3839.0, 3808.0, 3829.0, 3798.0, 3829.0, 3797.0, 3830.0, 3787.0, 3818.0, 3796.0, 3829.0, 3838.0, 3818.0, 3850.0, 3820.0, 3851.0, 3822.0, 3854.0, 3822.0, 3843.0, 3822.0, 3843.0, 3820.0, 3842.0, 3809.0, 3830.0, 3849.0, 3828.0, 3839.0, 3817.0, 3827.0, 3795.0, 3826.0, 3816.0, 3826.0, 3817.0, 3828.0, 3808.0, 3829.0, 3808.0, 3830.0, 3798.0, 3830.0, 3809.0, 3831.0, 3809.0, 3830.0, 3851.0, 3819.0, 3839.0, 3818.0, 3839.0, 3806.0, 3827.0, 3805.0, 3826.0, 3784.0, 3826.0, 3794.0, 3828.0, 3794.0, 3816.0, 3816.0, 3817.0, 3848.0, 3818.0, 3850.0, 3818.0, 3849.0, 3819.0, 3839.0, 3818.0, 3839.0, 3808.0, 3839.0, 3809.0, 3829.0, 3809.0, 3841.0, 3810.0, 3840.0, 3819.0, 3841.0, 3820.0, 3840.0, 3808.0, 3829.0, 3817.0, 3828.0, 3795.0, 3827.0, 3784.0, 3826.0, 3794.0, 3816.0, 3815.0, 3816.0, 3807.0, 3828.0, 3787.0, 3829.0, 3787.0, 3830.0, 3829.0, 3830.0, 3851.0, 3820.0, 3850.0, 3819.0, 3841.0, 3809.0, 3840.0, 3809.0, 3830.0, 3808.0, 3830.0, 3788.0, 3830.0, 3797.0, 3829.0, 3818.0, 3829.0, 3839.0, 3819.0, 3839.0, 3819.0, 3840.0, 3820.0, 3841.0, 3809.0, 3830.0, 3820.0, 3830.0, 3808.0, 3841.0, 3808.0, 3829.0, 3839.0, 3817.0, 3838.0, 3817.0, 3838.0, 3818.0, 3838.0, 3807.0, 3828.0, 3808.0, 3828.0, 3797.0, 3841.0, 3798.0, 3840.0, 3807.0, 3828.0, 3838.0, 3817.0, 3838.0, 3805.0, 3838.0, 3805.0, 3826.0, 3794.0, 3815.0, 3785.0, 3826.0, 3795.0, 3827.0, 3796.0, 3817.0, 3807.0, 3817.0, 3837.0, 3807.0, 3828.0, 3819.0, 3839.0, 3806.0, 3828.0, 3807.0, 3828.0, 3819.0, 3829.0, 3819.0, 3841.0, 3809.0, 3840.0, 3799.0, 3830.0, 3829.0, 3818.0, 3849.0, 3819.0, 3839.0, 3807.0, 3828.0, 3807.0, 3828.0, 3818.0, 3829.0, 3798.0, 3830.0, 3799.0, 3841.0, 3790.0, 3831.0, 3819.0, 3841.0, 3820.0, 3830.0, 3829.0, 3829.0, 3839.0, 3818.0, 3839.0, 3818.0, 3839.0, 3818.0, 3839.0, 3807.0, 3828.0, 3807.0, 3829.0, 3796.0, 3828.0, 3797.0, 3840.0, 3787.0, 3819.0, 3818.0, 3829.0, 3850.0, 3819.0, 3840.0, 3819.0, 3809.0, 3830.0, 3819.0, 3830.0, 3839.0, 3818.0, 3829.0, 3829.0, 3818.0, 3829.0, 3850.0, 3818.0, 3839.0, 3817.0, 3838.0, 3818.0, 3837.0, 3807.0, 3808.0, 3831.0, 3811.0, 3854.0, 3833.0, 3854.0, 3843.0, 3824.0, 3855.0, 3823.0, 3853.0, 3832.0, 3852.0, 3807.0, 3826.0, 3805.0, 3829.0, 3832.0, 3851.0, 3820.0, 3839.0, 3807.0, 3838.0, 3813.0, 3815.0, 3834.0, 3814.0, 3833.0, 3802.0, 3823.0, 3802.0, 3792.0, 3802.0, 3759.0, 3791.0, 3782.0, 3803.0, 3792.0, 3814.0, 3792.0, 3813.0, 3801.0, 3800.0, 3810.0, 3799.0, 3809.0, 3777.0, 3798.0, 3788.0, 3799.0, 3778.0, 3800.0, 3789.0, 3800.0, 3800.0, 3790.0, 3822.0, 3792.0, 3825.0, 3794.0, 3815.0, 3804.0, 3816.0, 3774.0, 3816.0, 3837.0, 3806.0, 3827.0, 3806.0, 3816.0, 3784.0, 3817.0, 3838.0, 3806.0, 3838.0, 3806.0, 3827.0, 3807.0, 3828.0, 3797.0, 3828.0, 3776.0, 3820.0, 3788.0, 3831.0, 3790.0, 3833.0, 3803.0, 3845.0, 3802.0, 3845.0, 3813.0, 3847.0, 3815.0, 3858.0, 3816.0, 3858.0, 3835.0, 3858.0, 3866.0, 3845.0, 3864.0, 3832.0, 3853.0, 3820.0, 3841.0, 3819.0, 3839.0, 3807.0, 3838.0, 3806.0, 3837.0, 3805.0, 3826.0, 3806.0, 3837.0, 3795.0, 3827.0, 3785.0, 3827.0, 3785.0, 3839.0, 3807.0, 3828.0, 3807.0, 3828.0, 3828.0, 3828.0, 3838.0, 3829.0, 3808.0, 3828.0, 3787.0, 3829.0, 3796.0, 3828.0, 3827.0, 3829.0, 3839.0, 3829.0, 3839.0, 3818.0, 3850.0, 3819.0, 3850.0, 3830.0, 3850.0, 3819.0, 3840.0, 3807.0, 3828.0, 3796.0, 3827.0, 3785.0, 3828.0], 'WindowWidth': [8698.0, 8691.0, 8636.0, 8659.0, 8625.0, 8637.0, 8588.0, 8618.0, 8587.0, 8616.0, 8567.0, 8593.0, 8575.0, 8607.0, 8562.0, 8594.0, 8555.0, 8598.0, 8580.0, 8579.0, 8607.0, 8579.0, 8593.0, 8563.0, 8578.0, 8537.0, 8585.0, 8580.0, 8582.0, 8627.0, 8586.0, 8617.0, 8577.0, 8604.0, 8578.0, 8623.0, 8576.0, 8610.0, 8635.0, 8590.0, 8619.0, 8570.0, 8601.0, 8554.0, 8600.0, 8612.0, 8597.0, 8612.0, 8584.0, 8630.0, 8586.0, 8617.0, 8586.0, 8616.0, 8585.0, 8616.0, 8542.0, 8603.0, 8600.0, 8586.0, 8631.0, 8583.0, 8613.0, 8563.0, 8595.0, 8549.0, 8580.0, 8644.0, 8608.0, 8609.0, 8582.0, 8613.0, 8572.0, 8602.0, 8545.0, 8603.0, 8560.0, 8606.0, 8594.0, 8616.0, 8575.0, 8633.0, 8573.0, 8633.0, 8590.0, 8675.0, 8623.0, 8665.0, 8607.0, 8645.0, 8617.0, 8665.0, 8610.0, 8639.0, 8577.0, 8618.0, 8567.0, 8595.0, 8575.0, 8591.0, 8560.0, 8590.0, 8533.0, 8592.0, 8549.0, 8593.0, 8551.0, 8611.0, 8582.0, 8610.0, 8580.0, 8609.0, 8580.0, 8617.0, 8578.0, 8593.0, 8580.0, 8593.0, 8566.0, 8610.0, 8582.0, 8627.0, 8600.0, 8574.0, 8603.0, 8585.0, 8601.0, 8642.0, 8598.0, 8612.0, 8597.0, 8613.0, 8583.0, 8610.0, 8564.0, 8608.0, 8588.0, 8632.0, 8574.0, 8574.0, 8561.0, 8563.0, 8644.0, 8596.0, 8668.0, 8593.0, 8626.0, 8608.0, 8584.0, 8600.0, 8602.0, 8560.0, 8616.0, 8584.0, 8612.0, 8575.0, 8603.0, 8568.0, 8605.0, 8529.0, 8557.0, 8507.0, 8551.0, 8505.0, 8548.0, 8502.0, 8530.0, 8518.0, 8533.0, 8504.0, 8533.0, 8508.0, 8550.0, 8510.0, 8539.0, 8512.0, 8542.0, 8545.0, 8560.0, 8537.0, 8585.0, 8541.0, 8568.0, 8540.0, 8582.0, 8542.0, 8569.0, 8570.0, 8572.0, 8545.0, 8575.0, 8563.0, 8580.0, 8537.0, 8581.0, 8608.0, 8584.0, 8618.0, 8583.0, 8613.0, 8570.0, 8596.0, 8557.0, 8602.0, 8544.0, 8622.0, 8565.0, 8626.0, 8568.0, 8625.0, 8607.0, 8611.0, 8651.0, 8611.0, 8652.0, 8608.0, 8622.0, 8592.0, 8619.0, 8587.0, 8619.0, 8586.0, 8615.0, 8541.0, 8599.0, 8554.0, 8598.0, 8625.0, 8585.0, 8627.0, 8584.0, 8613.0, 8587.0, 8617.0, 8573.0, 8618.0, 8587.0, 8619.0, 8559.0, 8604.0, 8571.0, 8599.0, 8626.0, 8601.0, 8617.0, 8583.0, 8614.0, 8590.0, 8612.0, 8556.0, 8599.0, 8556.0, 8604.0, 8557.0, 8597.0, 8623.0, 8579.0, 8607.0, 8592.0, 8610.0, 8564.0, 8594.0, 8565.0, 8595.0, 8533.0, 8594.0, 8548.0, 8593.0, 8577.0, 8593.0, 8563.0, 8579.0, 8592.0, 8581.0, 8624.0, 8583.0, 8628.0, 8600.0, 8628.0, 8585.0, 8626.0, 8582.0, 8608.0, 8582.0, 8626.0, 8586.0, 8653.0, 8591.0, 8612.0, 8584.0, 8613.0, 8600.0, 8610.0, 8580.0, 8609.0, 8580.0, 8594.0, 8579.0, 8592.0, 8578.0, 8610.0, 8592.0, 8610.0, 8592.0, 8612.0, 8569.0, 8597.0, 8584.0, 8615.0, 8590.0, 8616.0, 8586.0, 8615.0, 8589.0, 8615.0, 8588.0, 8618.0, 8606.0, 8581.0, 8611.0, 8594.0, 8624.0, 8634.0, 8620.0, 8646.0, 8602.0, 8628.0, 8586.0, 8626.0, 8586.0, 8601.0, 8602.0, 8558.0, 8600.0, 8585.0, 8615.0, 8626.0, 8599.0, 8651.0, 8597.0, 8612.0, 8567.0, 8593.0, 8571.0, 8610.0, 8566.0, 8597.0, 8573.0, 8614.0, 8589.0, 8633.0, 8590.0, 8634.0, 8608.0, 8637.0, 8592.0, 8615.0, 8570.0, 8613.0, 8580.0, 8611.0, 8565.0, 8608.0, 8565.0, 8610.0, 8608.0, 8630.0, 8617.0, 8576.0, 8617.0, 8588.0, 8653.0, 8608.0, 8635.0, 8586.0, 8610.0, 8576.0, 8608.0, 8570.0, 8585.0, 8573.0, 8587.0, 8558.0, 8586.0, 8558.0, 8590.0, 8564.0, 8593.0, 8573.0, 8597.0, 8557.0, 8598.0, 8541.0, 8600.0, 8557.0, 8615.0, 8564.0, 8607.0, 8577.0, 8623.0, 8578.0, 8623.0, 8592.0, 8608.0, 8652.0, 8603.0, 8618.0, 8582.0, 8611.0, 8563.0, 8593.0, 8551.0, 8590.0, 8600.0, 8570.0, 8600.0, 8556.0, 8585.0, 8539.0, 8569.0, 8543.0, 8588.0, 8530.0, 8593.0, 8534.0, 8595.0, 8552.0, 8583.0, 8621.0, 8578.0, 8609.0, 8579.0, 8608.0, 8566.0, 8597.0, 8554.0, 8596.0, 8549.0, 8599.0, 8536.0, 8579.0, 8549.0, 8594.0, 8606.0, 8579.0, 8625.0, 8585.0, 8628.0, 8591.0, 8638.0, 8594.0, 8621.0, 8593.0, 8620.0, 8586.0, 8617.0, 8570.0, 8599.0, 8622.0, 8592.0, 8607.0, 8574.0, 8588.0, 8543.0, 8587.0, 8572.0, 8587.0, 8575.0, 8593.0, 8566.0, 8595.0, 8568.0, 8601.0, 8555.0, 8600.0, 8569.0, 8601.0, 8569.0, 8597.0, 8627.0, 8584.0, 8610.0, 8578.0, 8609.0, 8560.0, 8588.0, 8557.0, 8587.0, 8527.0, 8585.0, 8541.0, 8592.0, 8543.0, 8573.0, 8574.0, 8576.0, 8618.0, 8579.0, 8625.0, 8580.0, 8623.0, 8582.0, 8608.0, 8581.0, 8608.0, 8566.0, 8610.0, 8570.0, 8598.0, 8571.0, 8615.0, 8573.0, 8612.0, 8584.0, 8614.0, 8584.0, 8613.0, 8567.0, 8597.0, 8576.0, 8591.0, 8544.0, 8591.0, 8529.0, 8587.0, 8543.0, 8573.0, 8572.0, 8574.0, 8563.0, 8593.0, 8538.0, 8597.0, 8540.0, 8600.0, 8595.0, 8597.0, 8627.0, 8584.0, 8626.0, 8583.0, 8615.0, 8569.0, 8612.0, 8568.0, 8597.0, 8567.0, 8597.0, 8541.0, 8598.0, 8551.0, 8595.0, 8580.0, 8596.0, 8609.0, 8583.0, 8611.0, 8582.0, 8612.0, 8587.0, 8614.0, 8572.0, 8598.0, 8588.0, 8599.0, 8567.0, 8614.0, 8567.0, 8595.0, 8607.0, 8577.0, 8607.0, 8577.0, 8607.0, 8578.0, 8607.0, 8565.0, 8593.0, 8566.0, 8593.0, 8553.0, 8617.0, 8553.0, 8613.0, 8565.0, 8593.0, 8605.0, 8577.0, 8606.0, 8558.0, 8604.0, 8555.0, 8584.0, 8543.0, 8572.0, 8533.0, 8588.0, 8543.0, 8589.0, 8546.0, 8577.0, 8563.0, 8576.0, 8604.0, 8564.0, 8594.0, 8583.0, 8610.0, 8562.0, 8592.0, 8565.0, 8594.0, 8582.0, 8596.0, 8584.0, 8616.0, 8571.0, 8614.0, 8558.0, 8600.0, 8596.0, 8580.0, 8623.0, 8581.0, 8609.0, 8564.0, 8592.0, 8565.0, 8592.0, 8578.0, 8595.0, 8555.0, 8600.0, 8558.0, 8617.0, 8548.0, 8602.0, 8583.0, 8616.0, 8586.0, 8598.0, 8596.0, 8595.0, 8611.0, 8580.0, 8610.0, 8580.0, 8609.0, 8578.0, 8607.0, 8565.0, 8592.0, 8564.0, 8596.0, 8548.0, 8595.0, 8551.0, 8611.0, 8539.0, 8584.0, 8582.0, 8596.0, 8626.0, 8584.0, 8612.0, 8583.0, 8571.0, 8599.0, 8583.0, 8599.0, 8609.0, 8580.0, 8595.0, 8594.0, 8579.0, 8594.0, 8624.0, 8579.0, 8610.0, 8577.0, 8606.0, 8579.0, 8604.0, 8564.0, 8566.0, 8602.0, 8578.0, 8638.0, 8609.0, 8636.0, 8622.0, 8598.0, 8641.0, 8597.0, 8634.0, 8604.0, 8632.0, 8563.0, 8583.0, 8557.0, 8594.0, 8604.0, 8628.0, 8585.0, 8610.0, 8561.0, 8604.0, 8564.0, 8568.0, 8590.0, 8566.0, 8589.0, 8546.0, 8575.0, 8547.0, 8534.0, 8548.0, 8487.0, 8531.0, 8519.0, 8549.0, 8533.0, 8565.0, 8532.0, 8561.0, 8542.0, 8539.0, 8552.0, 8535.0, 8551.0, 8505.0, 8534.0, 8519.0, 8536.0, 8508.0, 8541.0, 8524.0, 8540.0, 8542.0, 8529.0, 8572.0, 8534.0, 8584.0, 8540.0, 8567.0, 8553.0, 8571.0, 8513.0, 8572.0, 8602.0, 8559.0, 8587.0, 8557.0, 8573.0, 8528.0, 8576.0, 8602.0, 8558.0, 8603.0, 8560.0, 8588.0, 8563.0, 8592.0, 8550.0, 8592.0, 8523.0, 8585.0, 8540.0, 8600.0, 8545.0, 8608.0, 8570.0, 8627.0, 8568.0, 8628.0, 8582.0, 8633.0, 8589.0, 8649.0, 8592.0, 8650.0, 8614.0, 8648.0, 8654.0, 8624.0, 8650.0, 8603.0, 8633.0, 8585.0, 8614.0, 8579.0, 8607.0, 8561.0, 8604.0, 8560.0, 8602.0, 8557.0, 8586.0, 8558.0, 8602.0, 8542.0, 8587.0, 8531.0, 8588.0, 8532.0, 8609.0, 8561.0, 8593.0, 8563.0, 8591.0, 8591.0, 8592.0, 8605.0, 8594.0, 8565.0, 8593.0, 8536.0, 8596.0, 8548.0, 8592.0, 8590.0, 8594.0, 8608.0, 8595.0, 8609.0, 8580.0, 8623.0, 8581.0, 8623.0, 8596.0, 8625.0, 8581.0, 8611.0, 8564.0, 8591.0, 8547.0, 8590.0, 8531.0, 8592.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.0008006921241050121</td></tr>
<tr><td colspan=3>aqi</td><td>0.02294448627684964</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.614112288924744</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2160368041577063</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0159908919474305</td></tr>
<tr><td colspan=3>efc</td><td>0.4953</td></tr>
<tr><td colspan=3>fber</td><td>4906.8877</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09456400703073077</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.77326968973747</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5196802443402144</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.442474305403238</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8108220238938713</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.305744403723533</td></tr>
<tr><td colspan=3>gcor</td><td>0.0152892</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005713237915188074</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.042120784521102905</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>838</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.146686128499796</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>23.3664</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.2734</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.3616</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293544.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.9806</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6826</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.7539</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3011.8163</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3178.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83000.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3877.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>766.3905</td></tr>
<tr><td colspan=3>tsnr</td><td>38.58609208627604</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>