ds005256-mriqc/sub-0075_ses-01_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 0320c7e61e [DATALAD RUNCMD] Compute MRIQC for sub-0075
=== 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-0075 --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-0075",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:30:51 +02:00

616 lines
No EOL
105 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-0075_ses-01_task-social_acq-mb8_run-03_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-0075_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0075_suffix-bold_task-social" 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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0075_suffix-bold_task-social" 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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0075_suffix-bold_task-social" 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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0075_suffix-bold_task-social" 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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0075_suffix-bold_task-social" 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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0075_suffix-bold_task-social" 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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0075_suffix-bold_task-social" 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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-03_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-0075/ses-01/func/sub-0075_ses-01_task-social_acq-mb8_run-03_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>107a4084d994850d0efe1bd941fe886b</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>14:47:7.880000</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>[1, 0, 0, 0, 1, 0]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_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.0841477</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7683, -7302, 425, -79, -44, 37, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d6f1a233-dfaa-4bb0-b87f-8afcf2e7743d||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.682926893234253, 0.0, 0.0, 110.0], [0.0, 2.682926893234253, 0.0, -81.07707977294922], [0.0, 0.0, 2.700000047683716, -90.25], [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, 872]</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, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['144707.880000', '144708.340000', '144708.800000', '144709.260000', '144709.720000', '144710.180000', '144710.640000', '144711.100000', '144711.560000', '144712.020000', '144712.480000', '144712.940000', '144713.400000', '144713.860000', '144714.320000', '144714.780000', '144715.240000', '144715.700000', '144716.160000', '144716.620000', '144717.080000', '144717.540000', '144718.000000', '144718.460000', '144718.920000', '144719.380000', '144719.840000', '144720.300000', '144720.760000', '144721.220000', '144721.680000', '144722.140000', '144722.600000', '144723.060000', '144723.520000', '144723.980000', '144724.440000', '144724.900000', '144725.360000', '144725.820000', '144726.280000', '144726.740000', '144727.200000', '144727.660000', '144728.120000', '144728.580000', '144729.040000', '144729.500000', '144729.960000', '144730.420000', '144730.880000', '144731.340000', '144731.800000', '144732.260000', '144732.720000', '144733.180000', '144733.640000', '144734.100000', '144734.560000', '144735.020000', '144735.480000', '144735.940000', '144736.400000', '144736.860000', '144737.320000', '144737.780000', '144738.240000', '144738.700000', '144739.160000', '144739.620000', '144740.080000', '144740.540000', '144741.000000', '144741.460000', '144741.920000', '144742.380000', '144742.840000', '144743.300000', '144743.760000', '144744.220000', '144744.680000', '144745.140000', '144745.600000', '144746.060000', '144746.520000', '144746.980000', '144747.440000', '144747.900000', '144748.360000', '144748.820000', '144749.280000', '144749.740000', '144750.200000', '144750.660000', '144751.120000', '144751.580000', '144752.040000', '144752.500000', '144752.960000', '144753.420000', '144753.880000', '144754.340000', '144754.800000', '144755.260000', '144755.720000', '144756.180000', '144756.640000', '144757.100000', '144757.560000', '144758.020000', '144758.480000', '144758.940000', '144759.400000', '144759.860000', '144800.320000', '144800.780000', '144801.240000', '144801.700000', '144802.160000', '144802.620000', '144803.080000', '144803.540000', '144804.000000', '144804.460000', '144804.920000', '144805.380000', '144805.840000', '144806.300000', '144806.760000', '144807.220000', '144807.680000', '144808.140000', '144808.600000', '144809.060000', '144809.520000', '144809.980000', '144810.440000', '144810.900000', '144811.360000', '144811.820000', '144812.280000', '144812.740000', '144813.200000', '144813.660000', '144814.120000', '144814.580000', '144815.040000', '144815.500000', '144815.960000', '144816.420000', '144816.880000', '144817.340000', '144817.800000', '144818.260000', '144818.720000', '144819.180000', '144819.640000', '144820.100000', '144820.560000', '144821.020000', '144821.480000', '144821.940000', '144822.400000', '144822.860000', '144823.320000', '144823.780000', '144824.240000', '144824.700000', '144825.160000', '144825.620000', '144826.080000', '144826.540000', '144827.000000', '144827.460000', '144827.920000', '144828.380000', '144828.840000', '144829.300000', '144829.760000', '144830.220000', '144830.680000', '144831.140000', '144831.600000', '144832.060000', '144832.520000', '144832.980000', '144833.440000', '144833.900000', '144834.360000', '144834.820000', '144835.280000', '144835.740000', '144836.200000', '144836.660000', '144837.120000', '144837.580000', '144838.040000', '144838.500000', '144838.960000', '144839.420000', '144839.880000', '144840.340000', '144840.800000', '144841.260000', '144841.720000', '144842.180000', '144842.640000', '144843.100000', '144843.560000', '144844.020000', '144844.480000', '144844.940000', '144845.400000', '144845.860000', '144846.320000', '144846.780000', '144847.240000', '144847.700000', '144848.160000', '144848.620000', '144849.080000', '144849.540000', '144850.000000', '144850.460000', '144850.920000', '144851.380000', '144851.840000', '144852.300000', '144852.760000', '144853.220000', '144853.680000', '144854.140000', '144854.600000', '144855.060000', '144855.520000', '144855.980000', '144856.440000', '144856.900000', '144857.360000', '144857.820000', '144858.280000', '144858.740000', '144859.200000', '144859.660000', '144900.120000', '144900.580000', '144901.040000', '144901.500000', '144901.960000', '144902.420000', '144902.880000', '144903.340000', '144903.800000', '144904.260000', '144904.720000', '144905.180000', '144905.640000', '144906.100000', '144906.560000', '144907.020000', '144907.480000', '144907.940000', '144908.400000', '144908.860000', '144909.320000', '144909.780000', '144910.240000', '144910.700000', '144911.160000', '144911.620000', '144912.080000', '144912.540000', '144913.000000', '144913.460000', '144913.920000', '144914.380000', '144914.840000', '144915.300000', '144915.760000', '144916.220000', '144916.680000', '144917.140000', '144917.600000', '144918.060000', '144918.520000', '144918.980000', '144919.440000', '144919.900000', '144920.360000', '144920.820000', '144921.280000', '144921.740000', '144922.200000', '144922.660000', '144923.120000', '144923.580000', '144924.040000', '144924.500000', '144924.960000', '144925.420000', '144925.880000', '144926.340000', '144926.800000', '144927.260000', '144927.720000', '144928.180000', '144928.640000', '144929.100000', '144929.560000', '144930.020000', '144930.480000', '144930.940000', '144931.400000', '144931.860000', '144932.320000', '144932.780000', '144933.240000', '144933.700000', '144934.160000', '144934.620000', '144935.080000', '144935.540000', '144936.000000', '144936.460000', '144936.920000', '144937.380000', '144937.840000', '144938.300000', '144938.760000', '144939.220000', '144939.680000', '144940.140000', '144940.600000', '144941.060000', '144941.520000', '144941.980000', '144942.440000', '144942.900000', '144943.360000', '144943.820000', '144944.280000', '144944.740000', '144945.200000', '144945.660000', '144946.120000', '144946.580000', '144947.040000', '144947.500000', '144947.960000', '144948.420000', '144948.880000', '144949.340000', '144949.800000', '144950.260000', '144950.720000', '144951.180000', '144951.640000', '144952.100000', '144952.560000', '144953.020000', '144953.480000', '144953.940000', '144954.400000', '144954.860000', '144955.320000', '144955.780000', '144956.240000', '144956.700000', '144957.160000', '144957.620000', '144958.080000', '144958.540000', '144959.000000', '144959.460000', '144959.920000', '145000.380000', '145000.840000', '145001.300000', '145001.760000', '145002.220000', '145002.680000', '145003.140000', '145003.600000', '145004.060000', '145004.520000', '145004.980000', '145005.440000', '145005.900000', '145006.360000', '145006.820000', '145007.280000', '145007.740000', '145008.200000', '145008.660000', '145009.120000', '145009.580000', '145010.040000', '145010.500000', '145010.960000', '145011.420000', '145011.880000', '145012.340000', '145012.800000', '145013.260000', '145013.720000', '145014.180000', '145014.640000', '145015.100000', '145015.560000', '145016.020000', '145016.480000', '145016.940000', '145017.400000', '145017.860000', '145018.320000', '145018.780000', '145019.240000', '145019.700000', '145020.160000', '145020.620000', '145021.080000', '145021.540000', '145022.000000', '145022.460000', '145022.920000', '145023.380000', '145023.840000', '145024.300000', '145024.760000', '145025.220000', '145025.680000', '145026.140000', '145026.600000', '145027.060000', '145027.520000', '145027.980000', '145028.440000', '145028.900000', '145029.360000', '145029.820000', '145030.280000', '145030.740000', '145031.200000', '145031.660000', '145032.120000', '145032.580000', '145033.040000', '145033.500000', '145033.960000', '145034.420000', '145034.880000', '145035.340000', '145035.800000', '145036.260000', '145036.720000', '145037.180000', '145037.640000', '145038.100000', '145038.560000', '145039.020000', '145039.480000', '145039.940000', '145040.400000', '145040.860000', '145041.320000', '145041.780000', '145042.240000', '145042.700000', '145043.160000', '145043.620000', '145044.080000', '145044.540000', '145045.000000', '145045.460000', '145045.920000', '145046.380000', '145046.840000', '145047.300000', '145047.760000', '145048.220000', '145048.680000', '145049.140000', '145049.600000', '145050.060000', '145050.520000', '145050.980000', '145051.440000', '145051.900000', '145052.360000', '145052.820000', '145053.280000', '145053.740000', '145054.200000', '145054.660000', '145055.120000', '145055.580000', '145056.040000', '145056.500000', '145056.960000', '145057.420000', '145057.880000', '145058.340000', '145058.800000', '145059.260000', '145059.720000', '145100.180000', '145100.640000', '145101.100000', '145101.560000', '145102.020000', '145102.480000', '145102.940000', '145103.400000', '145103.860000', '145104.320000', '145104.780000', '145105.240000', '145105.700000', '145106.160000', '145106.620000', '145107.080000', '145107.540000', '145108.000000', '145108.460000', '145108.920000', '145109.380000', '145109.840000', '145110.300000', '145110.760000', '145111.220000', '145111.680000', '145112.140000', '145112.600000', '145113.060000', '145113.520000', '145113.980000', '145114.440000', '145114.900000', '145115.360000', '145115.820000', '145116.280000', '145116.740000', '145117.200000', '145117.660000', '145118.120000', '145118.580000', '145119.040000', '145119.500000', '145119.960000', '145120.420000', '145120.880000', '145121.340000', '145121.800000', '145122.260000', '145122.720000', '145123.180000', '145123.640000', '145124.100000', '145124.560000', '145125.020000', '145125.480000', '145125.940000', '145126.400000', '145126.860000', '145127.320000', '145127.780000', '145128.240000', '145128.700000', '145129.160000', '145129.620000', '145130.080000', '145130.540000', '145131.000000', '145131.460000', '145131.920000', '145132.380000', '145132.840000', '145133.300000', '145133.760000', '145134.220000', '145134.680000', '145135.140000', '145135.600000', '145136.060000', '145136.520000', '145136.980000', '145137.440000', '145137.900000', '145138.360000', '145138.820000', '145139.280000', '145139.740000', '145140.200000', '145140.660000', '145141.120000', '145141.580000', '145142.040000', '145142.500000', '145142.960000', '145143.420000', '145143.880000', '145144.340000', '145144.800000', '145145.260000', '145145.720000', '145146.180000', '145146.640000', '145147.100000', '145147.560000', '145148.020000', '145148.480000', '145148.940000', '145149.400000', '145149.860000', '145150.320000', '145150.780000', '145151.240000', '145151.700000', '145152.160000', '145152.620000', '145153.080000', '145153.540000', '145154.000000', '145154.460000', '145154.920000', '145155.380000', '145155.840000', '145156.300000', '145156.760000', '145157.220000', '145157.680000', '145158.140000', '145158.600000', '145159.060000', '145159.520000', '145159.980000', '145200.440000', '145200.900000', '145201.360000', '145201.820000', '145202.280000', '145202.740000', '145203.200000', '145203.660000', '145204.120000', '145204.580000', '145205.040000', '145205.500000', '145205.960000', '145206.420000', '145206.880000', '145207.340000', '145207.800000', '145208.260000', '145208.720000', '145209.180000', '145209.640000', '145210.100000', '145210.560000', '145211.020000', '145211.480000', '145211.940000', '145212.400000', '145212.860000', '145213.320000', '145213.780000', '145214.240000', '145214.700000', '145215.160000', '145215.620000', '145216.080000', '145216.540000', '145217.000000', '145217.460000', '145217.920000', '145218.380000', '145218.840000', '145219.300000', '145219.760000', '145220.220000', '145220.680000', '145221.140000', '145221.600000', '145222.060000', '145222.520000', '145222.980000', '145223.440000', '145223.900000', '145224.360000', '145224.820000', '145225.280000', '145225.740000', '145226.200000', '145226.660000', '145227.120000', '145227.580000', '145228.040000', '145228.500000', '145228.960000', '145229.420000', '145229.880000', '145230.340000', '145230.800000', '145231.260000', '145231.720000', '145232.180000', '145232.640000', '145233.100000', '145233.560000', '145234.020000', '145234.480000', '145234.940000', '145235.400000', '145235.860000', '145236.320000', '145236.780000', '145237.240000', '145237.700000', '145238.160000', '145238.620000', '145239.080000', '145239.540000', '145240.000000', '145240.460000', '145240.920000', '145241.380000', '145241.840000', '145242.300000', '145242.760000', '145243.220000', '145243.680000', '145244.140000', '145244.600000', '145245.060000', '145245.520000', '145245.980000', '145246.440000', '145246.900000', '145247.360000', '145247.820000', '145248.280000', '145248.740000', '145249.200000', '145249.660000', '145250.120000', '145250.580000', '145251.040000', '145251.500000', '145251.960000', '145252.420000', '145252.880000', '145253.340000', '145253.800000', '145254.260000', '145254.720000', '145255.180000', '145255.640000', '145256.100000', '145256.560000', '145257.020000', '145257.480000', '145257.940000', '145258.400000', '145258.860000', '145259.320000', '145259.780000', '145300.240000', '145300.700000', '145301.160000', '145301.620000', '145302.080000', '145302.540000', '145303.000000', '145303.460000', '145303.920000', '145304.380000', '145304.840000', '145305.300000', '145305.760000', '145306.220000', '145306.680000', '145307.140000', '145307.600000', '145308.060000', '145308.520000', '145308.980000', '145309.440000', '145309.900000', '145310.360000', '145310.820000', '145311.280000', '145311.740000', '145312.200000', '145312.660000', '145313.120000', '145313.580000', '145314.040000', '145314.500000', '145314.960000', '145315.420000', '145315.880000', '145316.340000', '145316.800000', '145317.260000', '145317.720000', '145318.180000', '145318.640000', '145319.100000', '145319.560000', '145320.020000', '145320.480000', '145320.940000', '145321.400000', '145321.860000', '145322.320000', '145322.780000', '145323.240000', '145323.700000', '145324.160000', '145324.620000', '145325.080000', '145325.540000', '145326.000000', '145326.460000', '145326.920000', '145327.380000', '145327.840000', '145328.300000', '145328.760000', '145329.220000', '145329.680000', '145330.140000', '145330.600000', '145331.060000', '145331.520000', '145331.980000', '145332.440000', '145332.900000', '145333.360000', '145333.820000', '145334.280000', '145334.740000', '145335.200000', '145335.660000', '145336.120000', '145336.580000', '145337.040000', '145337.500000', '145337.960000', '145338.420000', '145338.880000', '145339.340000', '145339.800000', '145340.260000', '145340.720000', '145341.180000', '145341.640000', '145342.100000', '145342.560000', '145343.020000', '145343.480000', '145343.940000', '145344.400000', '145344.860000', '145345.320000', '145345.780000', '145346.240000', '145346.700000', '145347.160000', '145347.620000', '145348.080000', '145348.540000'], 'ContentTime': ['144728.485000', '144728.488000', '144728.491000', '144728.494000', '144728.497000', '144728.499000', '144728.502000', '144728.505000', '144728.507000', '144728.516000', '144728.518000', '144728.521000', '144728.524000', '144728.526000', '144728.529000', '144728.532000', '144728.535000', '144728.537000', '144728.540000', '144728.542000', '144728.545000', '144728.548000', '144728.551000', '144728.553000', '144728.556000', '144728.558000', '144728.561000', '144728.564000', '144728.567000', '144728.569000', '144728.572000', '144728.575000', '144728.577000', '144728.580000', '144728.583000', '144728.585000', '144728.588000', '144728.590000', '144728.593000', '144728.596000', '144728.599000', '144728.602000', '144728.604000', '144748.445000', '144748.448000', '144748.450000', '144748.453000', '144748.455000', '144748.458000', '144748.461000', '144748.463000', '144748.466000', '144748.468000', '144748.471000', '144748.473000', '144748.476000', '144748.479000', '144748.482000', '144748.484000', '144748.487000', '144748.489000', '144748.492000', '144748.494000', '144748.497000', '144748.500000', '144748.502000', '144748.505000', '144748.507000', '144748.510000', '144748.513000', '144748.515000', '144748.518000', '144748.520000', '144748.523000', '144748.525000', '144748.528000', '144748.531000', '144748.533000', '144748.536000', '144748.538000', '144748.541000', '144748.544000', '144748.546000', '144748.549000', '144748.562000', '144748.564000', '144808.444000', '144808.447000', '144808.450000', '144808.453000', '144808.456000', '144808.458000', '144808.461000', '144808.463000', '144808.466000', '144808.468000', '144808.471000', '144808.474000', '144808.476000', '144808.479000', '144808.481000', '144808.484000', '144808.486000', '144808.489000', '144808.492000', '144808.494000', '144808.497000', '144808.499000', '144808.502000', '144808.505000', '144808.507000', '144808.510000', '144808.512000', '144808.515000', '144808.517000', '144808.520000', '144808.523000', '144808.525000', '144808.528000', '144808.530000', '144808.533000', '144808.536000', '144808.538000', '144808.541000', '144808.543000', '144808.546000', '144808.549000', '144808.551000', '144808.554000', '144808.556000', '144828.445000', '144828.448000', '144828.451000', '144828.453000', '144828.456000', '144828.459000', '144828.461000', '144828.464000', '144828.467000', '144828.469000', '144828.472000', '144828.474000', '144828.477000', '144828.480000', '144828.482000', '144828.492000', '144828.495000', '144828.497000', '144828.500000', '144828.502000', '144828.512000', '144828.515000', '144828.518000', '144828.520000', '144828.523000', '144828.525000', '144828.528000', '144828.531000', '144828.533000', '144828.536000', '144828.539000', '144828.541000', '144828.544000', '144828.546000', '144828.549000', '144828.551000', '144828.554000', '144828.557000', '144828.561000', '144828.564000', '144828.566000', '144828.569000', '144828.571000', '144848.445000', '144848.448000', '144848.451000', '144848.453000', '144848.457000', '144848.459000', '144848.462000', '144848.464000', '144848.467000', '144848.470000', '144848.472000', '144848.475000', '144848.478000', '144848.480000', '144848.483000', '144848.485000', '144848.488000', '144848.490000', '144848.493000', '144848.496000', '144848.498000', '144848.501000', '144848.503000', '144848.506000', '144848.509000', '144848.518000', '144848.520000', '144848.523000', '144848.525000', '144848.528000', '144848.531000', '144848.533000', '144848.536000', '144848.538000', '144848.541000', '144848.544000', '144848.546000', '144848.549000', '144848.552000', '144848.554000', '144848.557000', '144848.559000', '144848.562000', '144848.565000', '144908.446000', '144908.449000', '144908.451000', '144908.454000', '144908.457000', '144908.459000', '144908.462000', '144908.464000', '144908.467000', '144908.470000', '144908.472000', '144908.475000', '144908.478000', '144908.480000', '144908.483000', '144908.485000', '144908.488000', '144908.491000', '144908.493000', '144908.496000', '144908.498000', '144908.501000', '144908.504000', '144908.506000', '144908.509000', '144908.511000', '144908.514000', '144908.517000', '144908.519000', '144908.522000', '144908.525000', '144908.527000', '144908.530000', '144908.532000', '144908.535000', '144908.538000', '144908.540000', '144908.543000', '144908.546000', '144908.548000', '144908.551000', '144908.553000', '144908.556000', '144928.444000', '144928.447000', '144928.450000', '144928.453000', '144928.455000', '144928.458000', '144928.460000', '144928.463000', '144928.466000', '144928.468000', '144928.471000', '144928.474000', '144928.476000', '144928.479000', '144928.481000', '144928.484000', '144928.487000', '144928.489000', '144928.492000', '144928.495000', '144928.497000', '144928.500000', '144928.502000', '144928.505000', '144928.508000', '144928.510000', '144928.513000', '144928.515000', '144928.518000', '144928.521000', '144928.523000', '144928.526000', '144928.529000', '144928.531000', '144928.534000', '144928.536000', '144928.539000', '144928.542000', '144928.544000', '144928.547000', '144928.549000', '144928.552000', '144928.555000', '144928.557000', '144948.445000', '144948.448000', '144948.450000', '144948.453000', '144948.455000', '144948.458000', '144948.461000', '144948.463000', '144948.466000', '144948.469000', '144948.471000', '144948.474000', '144948.476000', '144948.479000', '144948.482000', '144948.484000', '144948.487000', '144948.490000', '144948.492000', '144948.495000', '144948.497000', '144948.500000', '144948.503000', '144948.505000', '144948.508000', '144948.511000', '144948.513000', '144948.516000', '144948.518000', '144948.521000', '144948.524000', '144948.526000', '144948.529000', '144948.532000', '144948.534000', '144948.537000', '144948.540000', '144948.542000', '144948.545000', '144948.548000', '144948.550000', '144948.553000', '144948.556000', '145008.444000', '145008.447000', '145008.450000', '145008.452000', '145008.455000', '145008.458000', '145008.460000', '145008.463000', '145008.466000', '145008.468000', '145008.471000', '145008.473000', '145008.476000', '145008.479000', '145008.481000', '145008.484000', '145008.486000', '145008.489000', '145008.492000', '145008.494000', '145008.497000', '145008.499000', '145008.502000', '145008.505000', '145008.507000', '145008.510000', '145008.513000', '145008.515000', '145008.518000', '145008.520000', '145008.523000', '145008.526000', '145008.528000', '145008.531000', '145008.533000', '145008.536000', '145008.539000', '145008.541000', '145008.544000', '145008.546000', '145008.549000', '145008.552000', '145008.554000', '145008.557000', '145028.445000', '145028.447000', '145028.450000', '145028.453000', '145028.455000', '145028.458000', '145028.461000', '145028.463000', '145028.466000', '145028.468000', '145028.471000', '145028.474000', '145028.476000', '145028.479000', '145028.482000', '145028.484000', '145028.487000', '145028.489000', '145028.492000', '145028.495000', '145028.497000', '145028.500000', '145028.503000', '145028.505000', '145028.508000', '145028.510000', '145028.513000', '145028.515000', '145028.518000', '145028.521000', '145028.523000', '145028.526000', '145028.528000', '145028.531000', '145028.534000', '145028.536000', '145028.539000', '145028.541000', '145028.544000', '145028.547000', '145028.549000', '145028.552000', '145028.555000', '145048.445000', '145048.448000', '145048.451000', '145048.454000', '145048.456000', '145048.459000', '145048.462000', '145048.464000', '145048.467000', '145048.470000', '145048.472000', '145048.475000', '145048.477000', '145048.480000', '145048.483000', '145048.485000', '145048.488000', '145048.491000', '145048.494000', '145048.496000', '145048.499000', '145048.502000', '145048.504000', '145048.507000', '145048.509000', '145048.512000', '145048.515000', '145048.517000', '145048.520000', '145048.523000', '145048.525000', '145048.528000', '145048.530000', '145048.533000', '145048.536000', '145048.538000', '145048.541000', '145048.543000', '145048.546000', '145048.549000', '145048.551000', '145048.554000', '145048.556000', '145048.559000', '145108.446000', '145108.449000', '145108.451000', '145108.454000', '145108.457000', '145108.459000', '145108.462000', '145108.465000', '145108.467000', '145108.470000', '145108.472000', '145108.475000', '145108.478000', '145108.480000', '145108.483000', '145108.486000', '145108.488000', '145108.491000', '145108.500000', '145108.502000', '145108.505000', '145108.508000', '145108.510000', '145108.513000', '145108.515000', '145108.518000', '145108.521000', '145108.529000', '145108.532000', '145108.534000', '145108.537000', '145108.540000', '145108.550000', '145108.553000', '145108.555000', '145108.558000', '145108.560000', '145108.563000', '145108.566000', '145108.568000', '145108.571000', '145108.573000', '145108.576000', '145128.446000', '145128.448000', '145128.451000', '145128.454000', '145128.456000', '145128.459000', '145128.462000', '145128.464000', '145128.467000', '145128.469000', '145128.472000', '145128.475000', '145128.477000', '145128.480000', '145128.483000', '145128.485000', '145128.488000', '145128.490000', '145128.493000', '145128.496000', '145128.498000', '145128.501000', '145128.503000', '145128.506000', '145128.509000', '145128.511000', '145128.514000', '145128.517000', '145128.519000', '145128.522000', '145128.525000', '145128.527000', '145128.530000', '145128.533000', '145128.535000', '145128.538000', '145128.541000', '145128.543000', '145128.546000', '145128.548000', '145128.551000', '145128.554000', '145128.556000', '145128.559000', '145148.445000', '145148.447000', '145148.450000', '145148.453000', '145148.456000', '145148.458000', '145148.461000', '145148.463000', '145148.466000', '145148.469000', '145148.471000', '145148.474000', '145148.477000', '145148.479000', '145148.482000', '145148.484000', '145148.487000', '145148.490000', '145148.492000', '145148.495000', '145148.498000', '145148.500000', '145148.503000', '145148.505000', '145148.508000', '145148.511000', '145148.513000', '145148.516000', '145148.518000', '145148.521000', '145148.524000', '145148.526000', '145148.529000', '145148.532000', '145148.534000', '145148.537000', '145148.539000', '145148.542000', '145148.545000', '145148.547000', '145148.550000', '145148.552000', '145148.555000', '145208.445000', '145208.448000', '145208.450000', '145208.453000', '145208.456000', '145208.458000', '145208.461000', '145208.464000', '145208.466000', '145208.469000', '145208.471000', '145208.474000', '145208.476000', '145208.479000', '145208.482000', '145208.484000', '145208.487000', '145208.490000', '145208.492000', '145208.495000', '145208.498000', '145208.500000', '145208.503000', '145208.506000', '145208.508000', '145208.511000', '145208.514000', '145208.516000', '145208.519000', '145208.522000', '145208.524000', '145208.527000', '145208.529000', '145208.532000', '145208.535000', '145208.537000', '145208.540000', '145208.543000', '145208.545000', '145208.548000', '145208.550000', '145208.553000', '145208.556000', '145208.558000', '145228.444000', '145228.447000', '145228.450000', '145228.453000', '145228.455000', '145228.458000', '145228.460000', '145228.463000', '145228.466000', '145228.468000', '145228.471000', '145228.473000', '145228.476000', '145228.479000', '145228.481000', '145228.484000', '145228.487000', '145228.489000', '145228.492000', '145228.494000', '145228.497000', '145228.500000', '145228.502000', '145228.505000', '145228.507000', '145228.510000', '145228.513000', '145228.515000', '145228.518000', '145228.521000', '145228.523000', '145228.526000', '145228.528000', '145228.531000', '145228.534000', '145228.536000', '145228.539000', '145228.542000', '145228.544000', '145228.547000', '145228.549000', '145228.552000', '145228.555000', '145248.445000', '145248.448000', '145248.450000', '145248.453000', '145248.456000', '145248.458000', '145248.461000', '145248.464000', '145248.466000', '145248.469000', '145248.472000', '145248.474000', '145248.477000', '145248.479000', '145248.482000', '145248.485000', '145248.487000', '145248.490000', '145248.493000', '145248.495000', '145248.498000', '145248.501000', '145248.503000', '145248.506000', '145248.508000', '145248.511000', '145248.514000', '145248.516000', '145248.519000', '145248.522000', '145248.524000', '145248.527000', '145248.530000', '145248.532000', '145248.535000', '145248.538000', '145248.541000', '145248.543000', '145248.546000', '145248.548000', '145248.551000', '145248.554000', '145248.556000', '145308.446000', '145308.449000', '145308.451000', '145308.454000', '145308.457000', '145308.459000', '145308.462000', '145308.465000', '145308.467000', '145308.470000', '145308.472000', '145308.475000', '145308.478000', '145308.480000', '145308.483000', '145308.486000', '145308.488000', '145308.491000', '145308.494000', '145308.496000', '145308.499000', '145308.502000', '145308.505000', '145308.507000', '145308.510000', '145308.513000', '145308.515000', '145308.518000', '145308.521000', '145308.523000', '145308.526000', '145308.529000', '145308.531000', '145308.534000', '145308.536000', '145308.539000', '145308.542000', '145308.544000', '145308.547000', '145308.550000', '145308.552000', '145308.555000', '145308.558000', '145308.562000', '145328.445000', '145328.448000', '145328.451000', '145328.454000', '145328.456000', '145328.459000', '145328.461000', '145328.464000', '145328.467000', '145328.469000', '145328.472000', '145328.475000', '145328.478000', '145328.481000', '145328.484000', '145328.487000', '145328.489000', '145328.492000', '145328.494000', '145328.497000', '145328.500000', '145328.502000', '145328.505000', '145328.507000', '145328.510000', '145328.513000', '145328.515000', '145328.518000', '145328.520000', '145328.523000', '145328.526000', '145328.528000', '145328.531000', '145328.534000', '145328.536000', '145328.539000', '145328.541000', '145328.544000', '145328.547000', '145328.549000', '145328.552000', '145328.554000', '145328.557000', '145328.560000', '145348.445000', '145348.448000', '145348.451000', '145348.454000', '145348.456000', '145348.459000', '145348.462000', '145348.464000', '145348.467000', '145348.469000', '145348.472000', '145348.475000', '145348.477000', '145348.480000', '145348.482000', '145348.485000', '145348.488000', '145348.490000', '145348.493000', '145348.495000', '145348.498000', '145348.501000', '145348.503000', '145348.506000', '145348.509000', '145348.511000', '145348.514000', '145348.516000', '145348.519000', '145348.522000', '145348.524000', '145348.527000', '145348.529000', '145348.532000', '145348.534000', '145348.537000', '145348.540000', '145348.542000', '145348.545000', '145348.548000', '145348.550000', '145348.553000', '145348.556000', '145349.586000', '145349.589000', '145349.591000'], 'InstanceCreationTime': ['144728.485000', '144728.488000', '144728.491000', '144728.494000', '144728.497000', '144728.499000', '144728.502000', '144728.505000', '144728.507000', '144728.516000', '144728.518000', '144728.521000', '144728.524000', '144728.526000', '144728.529000', '144728.532000', '144728.535000', '144728.537000', '144728.540000', '144728.542000', '144728.545000', '144728.548000', '144728.551000', '144728.553000', '144728.556000', '144728.558000', '144728.561000', '144728.564000', '144728.567000', '144728.569000', '144728.572000', '144728.575000', '144728.577000', '144728.580000', '144728.583000', '144728.585000', '144728.588000', '144728.590000', '144728.593000', '144728.596000', '144728.599000', '144728.602000', '144728.604000', '144748.445000', '144748.448000', '144748.450000', '144748.453000', '144748.455000', '144748.458000', '144748.461000', '144748.463000', '144748.466000', '144748.468000', '144748.471000', '144748.473000', '144748.476000', '144748.479000', '144748.482000', '144748.484000', '144748.487000', '144748.489000', '144748.492000', '144748.494000', '144748.497000', '144748.500000', '144748.502000', '144748.505000', '144748.507000', '144748.510000', '144748.513000', '144748.515000', '144748.518000', '144748.520000', '144748.523000', '144748.525000', '144748.528000', '144748.531000', '144748.533000', '144748.536000', '144748.538000', '144748.541000', '144748.544000', '144748.546000', '144748.549000', '144748.562000', '144748.564000', '144808.444000', '144808.447000', '144808.450000', '144808.453000', '144808.456000', '144808.458000', '144808.461000', '144808.463000', '144808.466000', '144808.468000', '144808.471000', '144808.474000', '144808.476000', '144808.479000', '144808.481000', '144808.484000', '144808.486000', '144808.489000', '144808.492000', '144808.494000', '144808.497000', '144808.499000', '144808.502000', '144808.505000', '144808.507000', '144808.510000', '144808.512000', '144808.515000', '144808.517000', '144808.520000', '144808.523000', '144808.525000', '144808.528000', '144808.530000', '144808.533000', '144808.536000', '144808.538000', '144808.541000', '144808.543000', '144808.546000', '144808.549000', '144808.551000', '144808.554000', '144808.556000', '144828.445000', '144828.448000', '144828.451000', '144828.453000', '144828.456000', '144828.459000', '144828.461000', '144828.464000', '144828.467000', '144828.469000', '144828.472000', '144828.474000', '144828.477000', '144828.480000', '144828.482000', '144828.492000', '144828.495000', '144828.497000', '144828.500000', '144828.502000', '144828.512000', '144828.515000', '144828.518000', '144828.520000', '144828.523000', '144828.525000', '144828.528000', '144828.531000', '144828.533000', '144828.536000', '144828.539000', '144828.541000', '144828.544000', '144828.546000', '144828.549000', '144828.551000', '144828.554000', '144828.557000', '144828.561000', '144828.564000', '144828.566000', '144828.569000', '144828.571000', '144848.445000', '144848.448000', '144848.451000', '144848.453000', '144848.457000', '144848.459000', '144848.462000', '144848.464000', '144848.467000', '144848.470000', '144848.472000', '144848.475000', '144848.478000', '144848.480000', '144848.483000', '144848.485000', '144848.488000', '144848.490000', '144848.493000', '144848.496000', '144848.498000', '144848.501000', '144848.503000', '144848.506000', '144848.509000', '144848.518000', '144848.520000', '144848.523000', '144848.525000', '144848.528000', '144848.531000', '144848.533000', '144848.536000', '144848.538000', '144848.541000', '144848.544000', '144848.546000', '144848.549000', '144848.552000', '144848.554000', '144848.557000', '144848.559000', '144848.562000', '144848.565000', '144908.446000', '144908.449000', '144908.451000', '144908.454000', '144908.457000', '144908.459000', '144908.462000', '144908.464000', '144908.467000', '144908.470000', '144908.472000', '144908.475000', '144908.478000', '144908.480000', '144908.483000', '144908.485000', '144908.488000', '144908.491000', '144908.493000', '144908.496000', '144908.498000', '144908.501000', '144908.504000', '144908.506000', '144908.509000', '144908.511000', '144908.514000', '144908.517000', '144908.519000', '144908.522000', '144908.525000', '144908.527000', '144908.530000', '144908.532000', '144908.535000', '144908.538000', '144908.540000', '144908.543000', '144908.546000', '144908.548000', '144908.551000', '144908.553000', '144908.556000', '144928.444000', '144928.447000', '144928.450000', '144928.453000', '144928.455000', '144928.458000', '144928.460000', '144928.463000', '144928.466000', '144928.468000', '144928.471000', '144928.474000', '144928.476000', '144928.479000', '144928.481000', '144928.484000', '144928.487000', '144928.489000', '144928.492000', '144928.495000', '144928.497000', '144928.500000', '144928.502000', '144928.505000', '144928.508000', '144928.510000', '144928.513000', '144928.515000', '144928.518000', '144928.521000', '144928.523000', '144928.526000', '144928.529000', '144928.531000', '144928.534000', '144928.536000', '144928.539000', '144928.542000', '144928.544000', '144928.547000', '144928.549000', '144928.552000', '144928.555000', '144928.557000', '144948.445000', '144948.448000', '144948.450000', '144948.453000', '144948.455000', '144948.458000', '144948.461000', '144948.463000', '144948.466000', '144948.469000', '144948.471000', '144948.474000', '144948.476000', '144948.479000', '144948.482000', '144948.484000', '144948.487000', '144948.490000', '144948.492000', '144948.495000', '144948.497000', '144948.500000', '144948.503000', '144948.505000', '144948.508000', '144948.511000', '144948.513000', '144948.516000', '144948.518000', '144948.521000', '144948.524000', '144948.526000', '144948.529000', '144948.532000', '144948.534000', '144948.537000', '144948.540000', '144948.542000', '144948.545000', '144948.548000', '144948.550000', '144948.553000', '144948.556000', '145008.444000', '145008.447000', '145008.450000', '145008.452000', '145008.455000', '145008.458000', '145008.460000', '145008.463000', '145008.466000', '145008.468000', '145008.471000', '145008.473000', '145008.476000', '145008.479000', '145008.481000', '145008.484000', '145008.486000', '145008.489000', '145008.492000', '145008.494000', '145008.497000', '145008.499000', '145008.502000', '145008.505000', '145008.507000', '145008.510000', '145008.513000', '145008.515000', '145008.518000', '145008.520000', '145008.523000', '145008.526000', '145008.528000', '145008.531000', '145008.533000', '145008.536000', '145008.539000', '145008.541000', '145008.544000', '145008.546000', '145008.549000', '145008.552000', '145008.554000', '145008.557000', '145028.445000', '145028.447000', '145028.450000', '145028.453000', '145028.455000', '145028.458000', '145028.461000', '145028.463000', '145028.466000', '145028.468000', '145028.471000', '145028.474000', '145028.476000', '145028.479000', '145028.482000', '145028.484000', '145028.487000', '145028.489000', '145028.492000', '145028.495000', '145028.497000', '145028.500000', '145028.503000', '145028.505000', '145028.508000', '145028.510000', '145028.513000', '145028.515000', '145028.518000', '145028.521000', '145028.523000', '145028.526000', '145028.528000', '145028.531000', '145028.534000', '145028.536000', '145028.539000', '145028.541000', '145028.544000', '145028.547000', '145028.549000', '145028.552000', '145028.555000', '145048.445000', '145048.448000', '145048.451000', '145048.454000', '145048.456000', '145048.459000', '145048.462000', '145048.464000', '145048.467000', '145048.470000', '145048.472000', '145048.475000', '145048.477000', '145048.480000', '145048.483000', '145048.485000', '145048.488000', '145048.491000', '145048.494000', '145048.496000', '145048.499000', '145048.502000', '145048.504000', '145048.507000', '145048.509000', '145048.512000', '145048.515000', '145048.517000', '145048.520000', '145048.523000', '145048.525000', '145048.528000', '145048.530000', '145048.533000', '145048.536000', '145048.538000', '145048.541000', '145048.543000', '145048.546000', '145048.549000', '145048.551000', '145048.554000', '145048.556000', '145048.559000', '145108.446000', '145108.449000', '145108.451000', '145108.454000', '145108.457000', '145108.459000', '145108.462000', '145108.465000', '145108.467000', '145108.470000', '145108.472000', '145108.475000', '145108.478000', '145108.480000', '145108.483000', '145108.486000', '145108.488000', '145108.491000', '145108.500000', '145108.502000', '145108.505000', '145108.508000', '145108.510000', '145108.513000', '145108.515000', '145108.518000', '145108.521000', '145108.529000', '145108.532000', '145108.534000', '145108.537000', '145108.540000', '145108.550000', '145108.553000', '145108.555000', '145108.558000', '145108.560000', '145108.563000', '145108.566000', '145108.568000', '145108.571000', '145108.573000', '145108.576000', '145128.446000', '145128.448000', '145128.451000', '145128.454000', '145128.456000', '145128.459000', '145128.462000', '145128.464000', '145128.467000', '145128.469000', '145128.472000', '145128.475000', '145128.477000', '145128.480000', '145128.483000', '145128.485000', '145128.488000', '145128.490000', '145128.493000', '145128.496000', '145128.498000', '145128.501000', '145128.503000', '145128.506000', '145128.509000', '145128.511000', '145128.514000', '145128.517000', '145128.519000', '145128.522000', '145128.525000', '145128.527000', '145128.530000', '145128.533000', '145128.535000', '145128.538000', '145128.541000', '145128.543000', '145128.546000', '145128.548000', '145128.551000', '145128.554000', '145128.556000', '145128.559000', '145148.445000', '145148.447000', '145148.450000', '145148.453000', '145148.456000', '145148.458000', '145148.461000', '145148.463000', '145148.466000', '145148.469000', '145148.471000', '145148.474000', '145148.477000', '145148.479000', '145148.482000', '145148.484000', '145148.487000', '145148.490000', '145148.492000', '145148.495000', '145148.498000', '145148.500000', '145148.503000', '145148.505000', '145148.508000', '145148.511000', '145148.513000', '145148.516000', '145148.518000', '145148.521000', '145148.524000', '145148.526000', '145148.529000', '145148.532000', '145148.534000', '145148.537000', '145148.539000', '145148.542000', '145148.545000', '145148.547000', '145148.550000', '145148.552000', '145148.555000', '145208.445000', '145208.448000', '145208.450000', '145208.453000', '145208.456000', '145208.458000', '145208.461000', '145208.464000', '145208.466000', '145208.469000', '145208.471000', '145208.474000', '145208.476000', '145208.479000', '145208.482000', '145208.484000', '145208.487000', '145208.490000', '145208.492000', '145208.495000', '145208.498000', '145208.500000', '145208.503000', '145208.506000', '145208.508000', '145208.511000', '145208.514000', '145208.516000', '145208.519000', '145208.522000', '145208.524000', '145208.527000', '145208.529000', '145208.532000', '145208.535000', '145208.537000', '145208.540000', '145208.543000', '145208.545000', '145208.548000', '145208.550000', '145208.553000', '145208.556000', '145208.558000', '145228.444000', '145228.447000', '145228.450000', '145228.453000', '145228.455000', '145228.458000', '145228.460000', '145228.463000', '145228.466000', '145228.468000', '145228.471000', '145228.473000', '145228.476000', '145228.479000', '145228.481000', '145228.484000', '145228.487000', '145228.489000', '145228.492000', '145228.494000', '145228.497000', '145228.500000', '145228.502000', '145228.505000', '145228.507000', '145228.510000', '145228.513000', '145228.515000', '145228.518000', '145228.521000', '145228.523000', '145228.526000', '145228.528000', '145228.531000', '145228.534000', '145228.536000', '145228.539000', '145228.542000', '145228.544000', '145228.547000', '145228.549000', '145228.552000', '145228.555000', '145248.445000', '145248.448000', '145248.450000', '145248.453000', '145248.456000', '145248.458000', '145248.461000', '145248.464000', '145248.466000', '145248.469000', '145248.472000', '145248.474000', '145248.477000', '145248.479000', '145248.482000', '145248.485000', '145248.487000', '145248.490000', '145248.493000', '145248.495000', '145248.498000', '145248.501000', '145248.503000', '145248.506000', '145248.508000', '145248.511000', '145248.514000', '145248.516000', '145248.519000', '145248.522000', '145248.524000', '145248.527000', '145248.530000', '145248.532000', '145248.535000', '145248.538000', '145248.541000', '145248.543000', '145248.546000', '145248.548000', '145248.551000', '145248.554000', '145248.556000', '145308.446000', '145308.449000', '145308.451000', '145308.454000', '145308.457000', '145308.459000', '145308.462000', '145308.465000', '145308.467000', '145308.470000', '145308.472000', '145308.475000', '145308.478000', '145308.480000', '145308.483000', '145308.486000', '145308.488000', '145308.491000', '145308.494000', '145308.496000', '145308.499000', '145308.502000', '145308.505000', '145308.507000', '145308.510000', '145308.513000', '145308.515000', '145308.518000', '145308.521000', '145308.523000', '145308.526000', '145308.529000', '145308.531000', '145308.534000', '145308.536000', '145308.539000', '145308.542000', '145308.544000', '145308.547000', '145308.550000', '145308.552000', '145308.555000', '145308.558000', '145308.562000', '145328.445000', '145328.448000', '145328.451000', '145328.454000', '145328.456000', '145328.459000', '145328.461000', '145328.464000', '145328.467000', '145328.469000', '145328.472000', '145328.475000', '145328.478000', '145328.481000', '145328.484000', '145328.487000', '145328.489000', '145328.492000', '145328.494000', '145328.497000', '145328.500000', '145328.502000', '145328.505000', '145328.507000', '145328.510000', '145328.513000', '145328.515000', '145328.518000', '145328.520000', '145328.523000', '145328.526000', '145328.528000', '145328.531000', '145328.534000', '145328.536000', '145328.539000', '145328.541000', '145328.544000', '145328.547000', '145328.549000', '145328.552000', '145328.554000', '145328.557000', '145328.560000', '145348.445000', '145348.448000', '145348.451000', '145348.454000', '145348.456000', '145348.459000', '145348.462000', '145348.464000', '145348.467000', '145348.469000', '145348.472000', '145348.475000', '145348.477000', '145348.480000', '145348.482000', '145348.485000', '145348.488000', '145348.490000', '145348.493000', '145348.495000', '145348.498000', '145348.501000', '145348.503000', '145348.506000', '145348.509000', '145348.511000', '145348.514000', '145348.516000', '145348.519000', '145348.522000', '145348.524000', '145348.527000', '145348.529000', '145348.532000', '145348.534000', '145348.537000', '145348.540000', '145348.542000', '145348.545000', '145348.548000', '145348.550000', '145348.553000', '145348.556000', '145349.586000', '145349.589000', '145349.591000'], '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, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [8126, 9887, 7476, 9424, 6965, 9466, 7292, 9523, 7574, 7819, 6961, 7471, 7561, 10701, 8069, 11170, 7428, 11761, 6723, 11513, 7211, 10936, 7479, 9654, 6542, 9602, 6318, 10125, 7422, 8775, 6545, 9432, 6407, 9935, 7731, 8885, 7470, 8218, 7011, 7889, 8181, 5671, 9842, 6876, 12967, 9426, 13408, 8632, 10846, 7324, 9231, 6375, 8960, 5886, 7700, 7740, 6930, 10547, 6652, 9440, 6303, 9291, 5859, 9034, 5929, 9492, 6687, 8862, 5797, 8659, 5797, 8835, 6923, 9237, 6175, 9364, 6492, 10067, 7533, 9776, 6716, 9510, 6356, 9935, 7189, 10883, 6131, 9468, 6594, 9651, 7452, 9047, 6753, 8831, 7173, 11773, 7613, 10938, 7426, 12310, 7075, 12248, 7780, 13474, 8641, 11708, 8638, 10490, 6247, 8807, 6320, 8631, 5796, 8157, 5904, 7850, 5709, 6779, 6870, 6663, 7396, 6902, 6612, 6680, 7369, 6149, 8159, 7164, 7434, 7105, 5904, 7065, 5836, 7458, 6175, 8150, 5537, 7603, 6681, 7793, 7937, 7718, 5789, 7278, 7669, 8030, 7720, 7470, 6830, 8637, 5813, 8996, 6025, 10199, 8075, 9023, 6831, 7996, 7522, 11272, 8124, 6980, 7527, 7473, 7362, 8681, 7847, 6360, 7720, 5566, 7320, 6395, 7464, 8649, 7388, 7021, 6756, 7347, 6470, 10152, 6592, 9536, 7503, 11333, 6792, 9661, 6913, 10114, 7687, 10569, 6315, 8941, 6168, 9280, 7006, 9677, 6288, 8925, 6023, 9632, 6906, 9704, 6821, 9954, 6564, 9367, 6798, 9736, 8261, 10282, 6576, 9807, 6836, 10853, 7775, 9552, 6824, 9863, 6357, 9748, 7036, 7816, 6685, 6184, 6851, 5708, 9535, 7539, 12279, 7864, 5804, 9030, 6771, 13608, 8935, 12833, 8271, 11675, 7290, 9960, 6867, 9750, 5838, 6834, 5644, 6611, 6380, 6581, 5762, 6697, 5749, 6859, 5903, 7684, 5756, 8578, 5761, 9010, 5885, 9581, 6795, 9923, 6598, 11046, 6442, 9873, 7859, 12193, 8085, 5885, 9130, 6535, 13462, 6858, 11482, 7274, 11443, 8485, 14004, 9231, 11987, 6762, 10157, 6801, 9814, 7434, 9671, 6878, 8776, 6411, 8335, 6584, 8065, 7351, 5795, 7642, 5852, 8990, 6320, 10773, 6350, 10546, 6769, 10631, 7725, 12459, 8861, 11774, 7306, 10886, 7433, 13840, 8898, 13068, 8055, 11942, 6729, 9563, 6643, 9367, 7431, 9253, 6347, 8540, 5967, 7950, 5729, 7710, 5713, 7534, 5690, 7118, 5885, 8049, 5806, 8633, 5830, 8851, 5942, 9696, 7094, 10567, 7002, 10213, 6588, 9487, 7004, 9685, 7817, 9203, 7271, 9396, 7025, 8565, 7843, 6757, 8297, 5968, 9263, 6763, 8952, 7399, 8619, 6967, 9080, 6914, 10056, 7428, 8566, 6456, 8217, 6586, 7827, 6681, 6220, 6610, 7088, 6624, 8357, 7339, 6128, 7409, 7168, 7467, 9003, 7688, 8765, 8033, 7618, 7891, 11058, 8353, 12151, 9162, 8590, 7703, 9509, 7605, 11901, 7552, 12613, 6991, 12814, 6576, 11464, 6489, 9321, 6329, 8777, 5961, 7954, 5908, 6640, 9020, 6463, 8738, 6153, 8475, 6213, 9052, 6088, 9158, 6670, 8714, 6170, 9579, 6498, 9455, 7494, 8633, 6721, 8453, 6988, 8358, 7340, 5786, 8125, 5820, 9030, 6010, 10850, 7032, 12486, 6269, 11259, 5935, 11505, 8796, 9943, 8253, 7516, 12143, 6748, 12988, 6635, 12141, 7840, 10664, 6297, 9295, 6198, 9508, 7236, 9183, 6574, 8490, 6193, 8872, 7268, 8242, 7092, 8391, 7076, 10095, 7451, 10529, 7721, 7989, 7061, 8974, 7171, 10584, 7346, 9325, 7117, 8612, 6912, 10147, 7216, 10676, 7174, 9263, 6553, 9703, 6472, 10378, 7278, 9136, 6618, 10042, 6666, 10126, 7122, 8587, 6587, 8098, 6257, 7938, 6881, 7161, 7608, 6529, 7196, 5988, 7756, 6439, 8540, 6164, 8512, 5838, 8896, 5828, 11868, 5563, 10678, 7733, 10182, 6950, 5835, 8882, 5877, 10401, 6631, 12631, 6006, 10086, 5844, 9401, 5784, 9323, 6207, 9929, 5782, 8646, 5723, 8703, 5902, 8521, 5773, 8627, 5741, 8433, 5892, 8911, 6135, 9119, 6059, 9326, 6565, 9972, 7472, 10375, 7141, 10333, 6925, 10137, 7384, 10547, 8537, 10487, 6805, 7735, 7203, 9383, 8049, 5704, 8113, 5931, 8559, 6805, 8644, 5850, 9770, 5951, 10645, 6230, 12312, 8174, 13732, 6832, 11035, 7150, 10379, 7818, 12227, 8269, 9916, 6768, 8303, 6883, 10760, 7369, 6883, 7274, 5883, 7675, 7808, 7502, 9618, 7349, 6446, 6837, 6677, 6971, 8176, 7485, 5729, 7818, 5616, 7621, 5744, 8184, 5946, 9262, 5855, 9105, 5899, 9455, 6924, 10180, 7832, 9339, 6784, 8400, 6747, 9368, 7219, 9891, 8174, 5653, 7276, 5606, 10043, 5715, 7921, 7107, 5879, 9678, 6849, 11807, 6526, 11015, 6737, 10454, 7555, 12285, 6502, 9836, 6217, 9251, 6083, 9290, 6977, 8933, 6437, 8459, 6357, 8777, 7062, 6480, 7073, 6079, 8091, 5809, 9472, 6585, 11019, 7030, 9655, 7368, 9210, 7578, 5769, 9153, 5821, 10235, 5815, 11056, 7104, 14150, 8577, 11817, 6528, 9914, 7439, 7120, 9646, 5844, 13745, 7213, 14223, 9807, 12576, 7458, 10093, 6583, 9320, 6044, 8422, 5984, 8598, 5784, 7803, 5752, 7827, 5797, 8548, 5696, 8805, 5904, 8924, 5900, 9240, 7029, 8865, 6641, 8846, 7220, 9290, 7710, 8380, 7338, 8679, 7653, 11711, 9369, 9037, 10030, 9486, 9525, 11525, 11424, 10916, 11573, 6790, 8711, 6044, 8836, 8241, 9994, 5752, 7901, 5771, 8164, 5960, 9026, 6076, 8594, 6025, 8621, 5967, 11626, 6430, 8868, 6944, 7476, 7690, 6095, 10839, 6950, 13458, 8731, 13109, 7224, 10143, 6935, 10236, 6888, 11846, 7634, 9987, 6512, 9335, 6253, 9460, 6446, 9295, 6967, 8940, 5893, 9004, 6002, 9231, 6455, 8882, 6537, 8350, 6148, 7748, 6400, 7161, 7047, 5698, 8028, 5696, 9376, 6572, 11064, 6371, 10965, 6103, 11029, 6753, 12577, 7277, 13652, 6016, 11141, 7035, 8906, 7695, 6733, 8570, 5951, 10479, 7292, 9667, 7612, 6838, 9780, 6970, 11212, 9684, 11956, 6168, 9796, 5794, 9513, 5874, 9537, 6354, 10078, 5782, 9018, 6060, 9109, 6597, 9863, 7061, 10017, 6311, 9308, 6304, 9347, 6851, 8846, 6333, 8874, 6517, 8776, 6364, 8848, 6011, 8798, 6426, 8911, 6344, 9010, 6036, 9143, 5924, 9273], 'WindowCenter': [3618.0, 3623.0, 3590.0, 3608.0, 3588.0, 3607.0, 3587.0, 3607.0, 3586.0, 3585.0, 3575.0, 3585.0, 3586.0, 3606.0, 3585.0, 3605.0, 3573.0, 3603.0, 3562.0, 3604.0, 3573.0, 3604.0, 3573.0, 3593.0, 3562.0, 3594.0, 3574.0, 3605.0, 3585.0, 3594.0, 3574.0, 3595.0, 3575.0, 3606.0, 3587.0, 3596.0, 3586.0, 3595.0, 3575.0, 3584.0, 3594.0, 3552.0, 3605.0, 3575.0, 3627.0, 3597.0, 3616.0, 3583.0, 3592.0, 3571.0, 3582.0, 3548.0, 3579.0, 3536.0, 3559.0, 3558.0, 3558.0, 3590.0, 3560.0, 3579.0, 3549.0, 3580.0, 3549.0, 3580.0, 3561.0, 3592.0, 3561.0, 3582.0, 3552.0, 3593.0, 3564.0, 3596.0, 3586.0, 3596.0, 3565.0, 3606.0, 3577.0, 3607.0, 3588.0, 3607.0, 3576.0, 3606.0, 3576.0, 3606.0, 3575.0, 3605.0, 3565.0, 3595.0, 3575.0, 3596.0, 3586.0, 3596.0, 3575.0, 3595.0, 3574.0, 3616.0, 3585.0, 3606.0, 3574.0, 3604.0, 3562.0, 3603.0, 3570.0, 3603.0, 3580.0, 3591.0, 3569.0, 3578.0, 3548.0, 3567.0, 3546.0, 3569.0, 3537.0, 3568.0, 3536.0, 3568.0, 3535.0, 3548.0, 3546.0, 3559.0, 3559.0, 3559.0, 3558.0, 3559.0, 3558.0, 3550.0, 3571.0, 3571.0, 3571.0, 3571.0, 3551.0, 3573.0, 3551.0, 3574.0, 3562.0, 3584.0, 3552.0, 3584.0, 3573.0, 3585.0, 3585.0, 3584.0, 3552.0, 3584.0, 3584.0, 3584.0, 3585.0, 3585.0, 3573.0, 3594.0, 3562.0, 3594.0, 3575.0, 3607.0, 3597.0, 3595.0, 3576.0, 3584.0, 3586.0, 3616.0, 3584.0, 3573.0, 3572.0, 3571.0, 3572.0, 3583.0, 3584.0, 3561.0, 3573.0, 3539.0, 3571.0, 3561.0, 3573.0, 3582.0, 3572.0, 3560.0, 3561.0, 3572.0, 3562.0, 3604.0, 3574.0, 3593.0, 3573.0, 3604.0, 3563.0, 3593.0, 3572.0, 3593.0, 3572.0, 3592.0, 3560.0, 3580.0, 3551.0, 3581.0, 3572.0, 3592.0, 3561.0, 3581.0, 3561.0, 3593.0, 3573.0, 3593.0, 3562.0, 3593.0, 3573.0, 3593.0, 3562.0, 3593.0, 3583.0, 3592.0, 3561.0, 3593.0, 3563.0, 3603.0, 3572.0, 3581.0, 3560.0, 3592.0, 3561.0, 3592.0, 3572.0, 3570.0, 3561.0, 3549.0, 3561.0, 3552.0, 3593.0, 3582.0, 3615.0, 3584.0, 3552.0, 3595.0, 3562.0, 3614.0, 3582.0, 3601.0, 3570.0, 3589.0, 3558.0, 3579.0, 3546.0, 3578.0, 3535.0, 3545.0, 3534.0, 3547.0, 3547.0, 3559.0, 3536.0, 3559.0, 3548.0, 3561.0, 3562.0, 3584.0, 3564.0, 3595.0, 3564.0, 3595.0, 3566.0, 3608.0, 3576.0, 3606.0, 3575.0, 3605.0, 3576.0, 3594.0, 3585.0, 3616.0, 3584.0, 3565.0, 3596.0, 3564.0, 3616.0, 3574.0, 3603.0, 3573.0, 3603.0, 3583.0, 3614.0, 3581.0, 3601.0, 3559.0, 3590.0, 3560.0, 3590.0, 3570.0, 3580.0, 3560.0, 3580.0, 3560.0, 3582.0, 3573.0, 3582.0, 3572.0, 3552.0, 3584.0, 3563.0, 3595.0, 3563.0, 3605.0, 3562.0, 3604.0, 3574.0, 3604.0, 3584.0, 3614.0, 3594.0, 3602.0, 3571.0, 3591.0, 3570.0, 3602.0, 3580.0, 3600.0, 3569.0, 3589.0, 3547.0, 3566.0, 3546.0, 3567.0, 3555.0, 3566.0, 3545.0, 3567.0, 3535.0, 3567.0, 3536.0, 3557.0, 3535.0, 3557.0, 3537.0, 3558.0, 3538.0, 3570.0, 3549.0, 3580.0, 3549.0, 3581.0, 3562.0, 3594.0, 3574.0, 3603.0, 3572.0, 3592.0, 3572.0, 3593.0, 3574.0, 3593.0, 3572.0, 3581.0, 3573.0, 3593.0, 3574.0, 3593.0, 3583.0, 3572.0, 3583.0, 3563.0, 3607.0, 3586.0, 3596.0, 3585.0, 3594.0, 3573.0, 3593.0, 3573.0, 3594.0, 3573.0, 3582.0, 3562.0, 3583.0, 3574.0, 3584.0, 3574.0, 3562.0, 3574.0, 3575.0, 3575.0, 3596.0, 3585.0, 3564.0, 3585.0, 3574.0, 3586.0, 3596.0, 3586.0, 3595.0, 3584.0, 3584.0, 3584.0, 3603.0, 3583.0, 3604.0, 3593.0, 3582.0, 3571.0, 3580.0, 3571.0, 3601.0, 3570.0, 3601.0, 3560.0, 3600.0, 3559.0, 3590.0, 3547.0, 3580.0, 3547.0, 3568.0, 3536.0, 3567.0, 3535.0, 3557.0, 3580.0, 3548.0, 3569.0, 3548.0, 3570.0, 3550.0, 3593.0, 3562.0, 3594.0, 3573.0, 3593.0, 3564.0, 3595.0, 3576.0, 3608.0, 3587.0, 3596.0, 3575.0, 3596.0, 3588.0, 3598.0, 3587.0, 3566.0, 3598.0, 3566.0, 3608.0, 3577.0, 3619.0, 3576.0, 3618.0, 3564.0, 3606.0, 3563.0, 3605.0, 3583.0, 3593.0, 3570.0, 3570.0, 3601.0, 3560.0, 3601.0, 3560.0, 3602.0, 3570.0, 3590.0, 3547.0, 3579.0, 3550.0, 3580.0, 3571.0, 3580.0, 3561.0, 3580.0, 3552.0, 3583.0, 3573.0, 3582.0, 3573.0, 3583.0, 3573.0, 3593.0, 3572.0, 3604.0, 3572.0, 3571.0, 3571.0, 3582.0, 3572.0, 3602.0, 3572.0, 3581.0, 3561.0, 3581.0, 3560.0, 3592.0, 3572.0, 3592.0, 3570.0, 3581.0, 3560.0, 3580.0, 3561.0, 3592.0, 3571.0, 3581.0, 3560.0, 3591.0, 3560.0, 3592.0, 3571.0, 3581.0, 3561.0, 3571.0, 3562.0, 3583.0, 3573.0, 3572.0, 3572.0, 3561.0, 3571.0, 3551.0, 3572.0, 3562.0, 3583.0, 3549.0, 3582.0, 3550.0, 3593.0, 3552.0, 3604.0, 3552.0, 3593.0, 3572.0, 3604.0, 3573.0, 3552.0, 3594.0, 3553.0, 3605.0, 3562.0, 3604.0, 3550.0, 3592.0, 3539.0, 3580.0, 3538.0, 3580.0, 3549.0, 3591.0, 3548.0, 3579.0, 3549.0, 3581.0, 3550.0, 3580.0, 3549.0, 3581.0, 3549.0, 3581.0, 3562.0, 3595.0, 3565.0, 3595.0, 3565.0, 3606.0, 3587.0, 3608.0, 3587.0, 3607.0, 3576.0, 3606.0, 3574.0, 3607.0, 3586.0, 3607.0, 3596.0, 3604.0, 3574.0, 3583.0, 3585.0, 3594.0, 3584.0, 3551.0, 3584.0, 3562.0, 3595.0, 3562.0, 3583.0, 3550.0, 3592.0, 3551.0, 3603.0, 3563.0, 3603.0, 3582.0, 3613.0, 3561.0, 3593.0, 3561.0, 3591.0, 3571.0, 3603.0, 3571.0, 3579.0, 3558.0, 3569.0, 3559.0, 3591.0, 3558.0, 3557.0, 3558.0, 3537.0, 3569.0, 3558.0, 3559.0, 3579.0, 3559.0, 3547.0, 3558.0, 3548.0, 3559.0, 3569.0, 3570.0, 3537.0, 3570.0, 3538.0, 3571.0, 3549.0, 3582.0, 3550.0, 3593.0, 3550.0, 3582.0, 3551.0, 3593.0, 3573.0, 3594.0, 3572.0, 3592.0, 3561.0, 3582.0, 3563.0, 3594.0, 3574.0, 3593.0, 3584.0, 3551.0, 3573.0, 3551.0, 3604.0, 3552.0, 3583.0, 3574.0, 3564.0, 3607.0, 3575.0, 3616.0, 3563.0, 3604.0, 3574.0, 3604.0, 3572.0, 3602.0, 3561.0, 3591.0, 3550.0, 3593.0, 3563.0, 3592.0, 3573.0, 3581.0, 3561.0, 3581.0, 3563.0, 3584.0, 3573.0, 3563.0, 3574.0, 3562.0, 3585.0, 3565.0, 3607.0, 3575.0, 3607.0, 3575.0, 3595.0, 3587.0, 3607.0, 3585.0, 3551.0, 3593.0, 3550.0, 3594.0, 3563.0, 3605.0, 3573.0, 3614.0, 3582.0, 3604.0, 3562.0, 3593.0, 3571.0, 3571.0, 3592.0, 3551.0, 3614.0, 3572.0, 3613.0, 3592.0, 3600.0, 3559.0, 3579.0, 3547.0, 3578.0, 3548.0, 3568.0, 3547.0, 3568.0, 3537.0, 3569.0, 3549.0, 3582.0, 3564.0, 3594.0, 3563.0, 3595.0, 3565.0, 3608.0, 3566.0, 3608.0, 3589.0, 3608.0, 3589.0, 3609.0, 3599.0, 3610.0, 3599.0, 3598.0, 3588.0, 3597.0, 3599.0, 3619.0, 3607.0, 3596.0, 3607.0, 3595.0, 3595.0, 3604.0, 3605.0, 3592.0, 3592.0, 3547.0, 3569.0, 3548.0, 3580.0, 3569.0, 3579.0, 3535.0, 3568.0, 3537.0, 3567.0, 3535.0, 3567.0, 3535.0, 3567.0, 3536.0, 3569.0, 3548.0, 3590.0, 3547.0, 3580.0, 3559.0, 3558.0, 3570.0, 3549.0, 3592.0, 3572.0, 3613.0, 3581.0, 3600.0, 3559.0, 3578.0, 3558.0, 3578.0, 3558.0, 3589.0, 3558.0, 3578.0, 3546.0, 3567.0, 3548.0, 3578.0, 3548.0, 3580.0, 3560.0, 3580.0, 3549.0, 3580.0, 3550.0, 3593.0, 3563.0, 3583.0, 3562.0, 3584.0, 3565.0, 3585.0, 3577.0, 3586.0, 3587.0, 3566.0, 3597.0, 3567.0, 3608.0, 3578.0, 3619.0, 3576.0, 3607.0, 3564.0, 3607.0, 3575.0, 3616.0, 3573.0, 3616.0, 3563.0, 3605.0, 3572.0, 3583.0, 3583.0, 3572.0, 3594.0, 3563.0, 3606.0, 3575.0, 3594.0, 3574.0, 3562.0, 3592.0, 3560.0, 3591.0, 3580.0, 3590.0, 3537.0, 3579.0, 3536.0, 3579.0, 3536.0, 3579.0, 3546.0, 3578.0, 3536.0, 3567.0, 3548.0, 3579.0, 3559.0, 3580.0, 3560.0, 3580.0, 3549.0, 3579.0, 3548.0, 3580.0, 3560.0, 3580.0, 3550.0, 3580.0, 3560.0, 3581.0, 3560.0, 3580.0, 3549.0, 3580.0, 3561.0, 3582.0, 3561.0, 3593.0, 3562.0, 3594.0, 3562.0, 3593.0], 'WindowWidth': [8192.0, 8187.0, 8137.0, 8156.0, 8129.0, 8153.0, 8127.0, 8153.0, 8125.0, 8120.0, 8108.0, 8121.0, 8123.0, 8150.0, 8119.0, 8145.0, 8101.0, 8140.0, 8085.0, 8144.0, 8102.0, 8142.0, 8102.0, 8125.0, 8086.0, 8128.0, 8105.0, 8146.0, 8121.0, 8130.0, 8105.0, 8133.0, 8109.0, 8151.0, 8128.0, 8136.0, 8123.0, 8134.0, 8107.0, 8116.0, 8130.0, 8073.0, 8147.0, 8108.0, 8180.0, 8137.0, 8162.0, 8112.0, 8123.0, 8092.0, 8109.0, 8059.0, 8100.0, 8040.0, 8071.0, 8069.0, 8072.0, 8116.0, 8075.0, 8098.0, 8061.0, 8101.0, 8060.0, 8103.0, 8083.0, 8124.0, 8083.0, 8109.0, 8072.0, 8127.0, 8093.0, 8135.0, 8124.0, 8137.0, 8097.0, 8150.0, 8115.0, 8154.0, 8129.0, 8151.0, 8110.0, 8148.0, 8112.0, 8150.0, 8109.0, 8146.0, 8094.0, 8133.0, 8108.0, 8136.0, 8124.0, 8134.0, 8106.0, 8131.0, 8105.0, 8163.0, 8119.0, 8147.0, 8103.0, 8141.0, 8083.0, 8138.0, 8091.0, 8140.0, 8103.0, 8117.0, 8085.0, 8097.0, 8056.0, 8080.0, 8052.0, 8085.0, 8042.0, 8082.0, 8038.0, 8081.0, 8036.0, 8056.0, 8052.0, 8073.0, 8073.0, 8073.0, 8070.0, 8074.0, 8073.0, 8064.0, 8094.0, 8096.0, 8094.0, 8095.0, 8068.0, 8099.0, 8070.0, 8103.0, 8085.0, 8116.0, 8072.0, 8117.0, 8102.0, 8121.0, 8119.0, 8117.0, 8073.0, 8118.0, 8118.0, 8118.0, 8119.0, 8118.0, 8100.0, 8130.0, 8087.0, 8132.0, 8109.0, 8153.0, 8139.0, 8135.0, 8109.0, 8118.0, 8123.0, 8163.0, 8117.0, 8100.0, 8098.0, 8094.0, 8098.0, 8113.0, 8114.0, 8081.0, 8098.0, 8050.0, 8095.0, 8082.0, 8100.0, 8110.0, 8097.0, 8079.0, 8083.0, 8096.0, 8085.0, 8142.0, 8104.0, 8128.0, 8102.0, 8143.0, 8086.0, 8127.0, 8099.0, 8126.0, 8098.0, 8121.0, 8079.0, 8104.0, 8068.0, 8108.0, 8096.0, 8122.0, 8080.0, 8106.0, 8082.0, 8127.0, 8101.0, 8125.0, 8085.0, 8125.0, 8099.0, 8126.0, 8086.0, 8126.0, 8114.0, 8123.0, 8082.0, 8124.0, 8086.0, 8139.0, 8097.0, 8106.0, 8079.0, 8122.0, 8083.0, 8125.0, 8096.0, 8092.0, 8081.0, 8063.0, 8082.0, 8072.0, 8125.0, 8111.0, 8159.0, 8116.0, 8074.0, 8131.0, 8084.0, 8157.0, 8109.0, 8134.0, 8088.0, 8113.0, 8069.0, 8099.0, 8051.0, 8094.0, 8034.0, 8048.0, 8032.0, 8054.0, 8056.0, 8072.0, 8040.0, 8074.0, 8060.0, 8081.0, 8087.0, 8118.0, 8091.0, 8134.0, 8093.0, 8134.0, 8100.0, 8156.0, 8111.0, 8149.0, 8106.0, 8147.0, 8108.0, 8130.0, 8120.0, 8161.0, 8118.0, 8094.0, 8136.0, 8092.0, 8163.0, 8102.0, 8140.0, 8099.0, 8139.0, 8112.0, 8156.0, 8108.0, 8133.0, 8076.0, 8116.0, 8077.0, 8118.0, 8090.0, 8104.0, 8076.0, 8103.0, 8077.0, 8109.0, 8101.0, 8112.0, 8099.0, 8070.0, 8115.0, 8088.0, 8134.0, 8089.0, 8146.0, 8086.0, 8142.0, 8102.0, 8143.0, 8116.0, 8157.0, 8130.0, 8137.0, 8093.0, 8118.0, 8090.0, 8137.0, 8101.0, 8129.0, 8084.0, 8111.0, 8053.0, 8078.0, 8052.0, 8079.0, 8064.0, 8077.0, 8047.0, 8077.0, 8036.0, 8080.0, 8038.0, 8066.0, 8037.0, 8067.0, 8041.0, 8073.0, 8046.0, 8090.0, 8062.0, 8105.0, 8064.0, 8107.0, 8084.0, 8128.0, 8103.0, 8140.0, 8098.0, 8124.0, 8099.0, 8129.0, 8105.0, 8126.0, 8098.0, 8108.0, 8099.0, 8127.0, 8102.0, 8128.0, 8114.0, 8098.0, 8114.0, 8089.0, 8154.0, 8127.0, 8135.0, 8120.0, 8130.0, 8102.0, 8128.0, 8102.0, 8129.0, 8101.0, 8110.0, 8085.0, 8112.0, 8103.0, 8117.0, 8103.0, 8085.0, 8104.0, 8105.0, 8108.0, 8136.0, 8121.0, 8092.0, 8121.0, 8105.0, 8123.0, 8137.0, 8123.0, 8134.0, 8117.0, 8115.0, 8116.0, 8141.0, 8114.0, 8143.0, 8126.0, 8108.0, 8094.0, 8104.0, 8092.0, 8132.0, 8091.0, 8133.0, 8077.0, 8130.0, 8073.0, 8116.0, 8055.0, 8102.0, 8055.0, 8084.0, 8039.0, 8081.0, 8036.0, 8069.0, 8101.0, 8058.0, 8085.0, 8059.0, 8087.0, 8065.0, 8126.0, 8085.0, 8128.0, 8103.0, 8128.0, 8091.0, 8133.0, 8112.0, 8154.0, 8127.0, 8137.0, 8109.0, 8137.0, 8131.0, 8144.0, 8128.0, 8099.0, 8141.0, 8098.0, 8155.0, 8114.0, 8172.0, 8110.0, 8169.0, 8090.0, 8148.0, 8086.0, 8146.0, 8111.0, 8125.0, 8089.0, 8091.0, 8131.0, 8076.0, 8133.0, 8077.0, 8134.0, 8090.0, 8115.0, 8057.0, 8100.0, 8065.0, 8103.0, 8094.0, 8103.0, 8080.0, 8105.0, 8071.0, 8113.0, 8100.0, 8112.0, 8101.0, 8113.0, 8100.0, 8126.0, 8099.0, 8143.0, 8097.0, 8093.0, 8094.0, 8108.0, 8098.0, 8138.0, 8097.0, 8107.0, 8080.0, 8106.0, 8078.0, 8122.0, 8095.0, 8121.0, 8092.0, 8105.0, 8079.0, 8104.0, 8082.0, 8123.0, 8095.0, 8105.0, 8077.0, 8119.0, 8079.0, 8123.0, 8093.0, 8107.0, 8080.0, 8093.0, 8084.0, 8114.0, 8101.0, 8097.0, 8098.0, 8081.0, 8094.0, 8068.0, 8097.0, 8083.0, 8111.0, 8064.0, 8110.0, 8068.0, 8127.0, 8071.0, 8142.0, 8070.0, 8125.0, 8099.0, 8142.0, 8100.0, 8073.0, 8129.0, 8075.0, 8146.0, 8084.0, 8140.0, 8064.0, 8120.0, 8047.0, 8103.0, 8046.0, 8103.0, 8060.0, 8117.0, 8059.0, 8100.0, 8061.0, 8107.0, 8066.0, 8104.0, 8063.0, 8106.0, 8063.0, 8107.0, 8087.0, 8133.0, 8094.0, 8134.0, 8095.0, 8148.0, 8128.0, 8154.0, 8128.0, 8151.0, 8110.0, 8149.0, 8106.0, 8151.0, 8124.0, 8151.0, 8135.0, 8143.0, 8103.0, 8114.0, 8119.0, 8131.0, 8115.0, 8069.0, 8114.0, 8084.0, 8131.0, 8085.0, 8112.0, 8066.0, 8124.0, 8069.0, 8140.0, 8088.0, 8140.0, 8111.0, 8152.0, 8080.0, 8124.0, 8081.0, 8120.0, 8093.0, 8136.0, 8092.0, 8100.0, 8072.0, 8086.0, 8075.0, 8119.0, 8071.0, 8068.0, 8070.0, 8042.0, 8087.0, 8071.0, 8074.0, 8099.0, 8073.0, 8055.0, 8072.0, 8057.0, 8076.0, 8089.0, 8091.0, 8044.0, 8089.0, 8045.0, 8092.0, 8064.0, 8109.0, 8064.0, 8124.0, 8066.0, 8109.0, 8069.0, 8127.0, 8102.0, 8128.0, 8099.0, 8124.0, 8083.0, 8109.0, 8086.0, 8131.0, 8103.0, 8127.0, 8116.0, 8069.0, 8100.0, 8069.0, 8143.0, 8074.0, 8116.0, 8105.0, 8093.0, 8151.0, 8108.0, 8161.0, 8088.0, 8142.0, 8103.0, 8142.0, 8098.0, 8136.0, 8080.0, 8119.0, 8065.0, 8125.0, 8088.0, 8122.0, 8099.0, 8107.0, 8082.0, 8109.0, 8088.0, 8116.0, 8102.0, 8088.0, 8103.0, 8086.0, 8118.0, 8097.0, 8152.0, 8108.0, 8151.0, 8108.0, 8132.0, 8125.0, 8153.0, 8120.0, 8069.0, 8126.0, 8067.0, 8128.0, 8090.0, 8146.0, 8101.0, 8156.0, 8110.0, 8140.0, 8082.0, 8125.0, 8094.0, 8093.0, 8123.0, 8068.0, 8155.0, 8098.0, 8154.0, 8120.0, 8129.0, 8072.0, 8098.0, 8055.0, 8096.0, 8057.0, 8084.0, 8056.0, 8083.0, 8043.0, 8085.0, 8062.0, 8112.0, 8091.0, 8129.0, 8089.0, 8131.0, 8094.0, 8154.0, 8100.0, 8156.0, 8134.0, 8157.0, 8133.0, 8160.0, 8149.0, 8162.0, 8147.0, 8144.0, 8130.0, 8139.0, 8144.0, 8170.0, 8152.0, 8134.0, 8150.0, 8130.0, 8132.0, 8142.0, 8145.0, 8123.0, 8122.0, 8055.0, 8086.0, 8056.0, 8103.0, 8086.0, 8100.0, 8037.0, 8083.0, 8041.0, 8082.0, 8036.0, 8079.0, 8036.0, 8080.0, 8039.0, 8086.0, 8059.0, 8116.0, 8055.0, 8101.0, 8072.0, 8071.0, 8089.0, 8061.0, 8122.0, 8096.0, 8153.0, 8107.0, 8129.0, 8072.0, 8097.0, 8070.0, 8096.0, 8070.0, 8112.0, 8069.0, 8094.0, 8052.0, 8080.0, 8056.0, 8095.0, 8059.0, 8103.0, 8076.0, 8103.0, 8062.0, 8103.0, 8066.0, 8126.0, 8087.0, 8112.0, 8087.0, 8115.0, 8093.0, 8123.0, 8115.0, 8124.0, 8127.0, 8098.0, 8140.0, 8101.0, 8157.0, 8115.0, 8170.0, 8111.0, 8153.0, 8091.0, 8153.0, 8105.0, 8161.0, 8101.0, 8160.0, 8086.0, 8144.0, 8098.0, 8112.0, 8114.0, 8098.0, 8130.0, 8089.0, 8148.0, 8107.0, 8129.0, 8101.0, 8082.0, 8120.0, 8074.0, 8119.0, 8102.0, 8114.0, 8039.0, 8097.0, 8038.0, 8097.0, 8039.0, 8097.0, 8052.0, 8096.0, 8037.0, 8080.0, 8058.0, 8099.0, 8076.0, 8103.0, 8078.0, 8102.0, 8061.0, 8101.0, 8060.0, 8103.0, 8078.0, 8102.0, 8063.0, 8101.0, 8076.0, 8105.0, 8078.0, 8104.0, 8063.0, 8104.0, 8080.0, 8108.0, 8083.0, 8125.0, 8085.0, 8127.0, 8086.0, 8126.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.00024929885057471267</td></tr>
<tr><td colspan=3>aqi</td><td>0.02429812356321839</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.708739057871114</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2319905803337168</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.002447036892981</td></tr>
<tr><td colspan=3>efc</td><td>0.4341</td></tr>
<tr><td colspan=3>fber</td><td>8243.9561</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0742677405396981</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11494252873563218</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5601596690029518</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4746071228189503</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.772442297536188</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.433429586653717</td></tr>
<tr><td colspan=3>gcor</td><td>0.0177941</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01125861331820488</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029684606939554214</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8686763856628548</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>28.6227</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>25.3644</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>118.3823</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>34.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311348.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>549.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>242.9293</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6906</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>394.1089</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2868.6156</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3075.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65196.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3700.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>794.8394</td></tr>
<tr><td colspan=3>tsnr</td><td>42.05766200297512</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>