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

616 lines
No EOL
106 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-0055_ses-04_task-social_acq-mb8_run-04_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-0055_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-04_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-0055/ses-04/func/sub-0055_ses-04_task-social_acq-mb8_run-04_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>742332a4a2584161e10bbcf3e3034012</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:44:22.620000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999783, 0.0174232, 0.0114601, -0.0165786, 0.997405, -0.0700651]</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-04_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.10038</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7708, -7238, 522, -14, -118, -29, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.274</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c834acf3-de7c-4070-848f-8ead12ab4e46||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.6823434829711914, -0.04447918012738228, 0.034158047288656235, 114.17583465576172], [-0.046745091676712036, 2.6759636402130127, -0.18862159550189972, -83.30810546875], [0.03074665181338787, 0.18797948956489563, 2.6931867599487305, -72.12518310546875], [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': ['144422.620000', '144423.080000', '144423.540000', '144424.000000', '144424.460000', '144424.920000', '144425.380000', '144425.840000', '144426.300000', '144426.760000', '144427.220000', '144427.680000', '144428.140000', '144428.600000', '144429.060000', '144429.520000', '144429.980000', '144430.440000', '144430.900000', '144431.360000', '144431.820000', '144432.280000', '144432.740000', '144433.200000', '144433.660000', '144434.120000', '144434.580000', '144435.040000', '144435.500000', '144435.960000', '144436.420000', '144436.880000', '144437.340000', '144437.800000', '144438.260000', '144438.720000', '144439.180000', '144439.640000', '144440.100000', '144440.560000', '144441.020000', '144441.480000', '144441.940000', '144442.400000', '144442.860000', '144443.320000', '144443.780000', '144444.240000', '144444.700000', '144445.160000', '144445.620000', '144446.080000', '144446.540000', '144447.000000', '144447.460000', '144447.920000', '144448.380000', '144448.840000', '144449.300000', '144449.760000', '144450.220000', '144450.680000', '144451.140000', '144451.600000', '144452.060000', '144452.520000', '144452.980000', '144453.440000', '144453.900000', '144454.360000', '144454.820000', '144455.280000', '144455.740000', '144456.200000', '144456.660000', '144457.120000', '144457.580000', '144458.040000', '144458.500000', '144458.960000', '144459.420000', '144459.880000', '144500.340000', '144500.800000', '144501.260000', '144501.720000', '144502.180000', '144502.640000', '144503.100000', '144503.560000', '144504.020000', '144504.480000', '144504.940000', '144505.400000', '144505.860000', '144506.320000', '144506.780000', '144507.240000', '144507.700000', '144508.160000', '144508.620000', '144509.080000', '144509.540000', '144510.000000', '144510.460000', '144510.920000', '144511.380000', '144511.840000', '144512.300000', '144512.760000', '144513.220000', '144513.680000', '144514.140000', '144514.600000', '144515.060000', '144515.520000', '144515.980000', '144516.440000', '144516.900000', '144517.360000', '144517.820000', '144518.280000', '144518.740000', '144519.200000', '144519.660000', '144520.120000', '144520.580000', '144521.040000', '144521.500000', '144521.960000', '144522.420000', '144522.880000', '144523.340000', '144523.800000', '144524.260000', '144524.720000', '144525.180000', '144525.640000', '144526.100000', '144526.560000', '144527.020000', '144527.480000', '144527.940000', '144528.400000', '144528.860000', '144529.320000', '144529.780000', '144530.240000', '144530.700000', '144531.160000', '144531.620000', '144532.080000', '144532.540000', '144533.000000', '144533.460000', '144533.920000', '144534.380000', '144534.840000', '144535.300000', '144535.760000', '144536.220000', '144536.680000', '144537.140000', '144537.600000', '144538.060000', '144538.520000', '144538.980000', '144539.440000', '144539.900000', '144540.360000', '144540.820000', '144541.280000', '144541.740000', '144542.200000', '144542.660000', '144543.120000', '144543.580000', '144544.040000', '144544.500000', '144544.960000', '144545.420000', '144545.880000', '144546.340000', '144546.800000', '144547.260000', '144547.720000', '144548.180000', '144548.640000', '144549.100000', '144549.560000', '144550.020000', '144550.480000', '144550.940000', '144551.400000', '144551.860000', '144552.320000', '144552.780000', '144553.240000', '144553.700000', '144554.160000', '144554.620000', '144555.080000', '144555.540000', '144556.000000', '144556.460000', '144556.920000', '144557.380000', '144557.840000', '144558.300000', '144558.760000', '144559.220000', '144559.680000', '144600.140000', '144600.600000', '144601.060000', '144601.520000', '144601.980000', '144602.440000', '144602.900000', '144603.360000', '144603.820000', '144604.280000', '144604.740000', '144605.200000', '144605.660000', '144606.120000', '144606.580000', '144607.040000', '144607.500000', '144607.960000', '144608.420000', '144608.880000', '144609.340000', '144609.800000', '144610.260000', '144610.720000', '144611.180000', '144611.640000', '144612.100000', '144612.560000', '144613.020000', '144613.480000', '144613.940000', '144614.400000', '144614.860000', '144615.320000', '144615.780000', '144616.240000', '144616.700000', '144617.160000', '144617.620000', '144618.080000', '144618.540000', '144619.000000', '144619.460000', '144619.920000', '144620.380000', '144620.840000', '144621.300000', '144621.760000', '144622.220000', '144622.680000', '144623.140000', '144623.600000', '144624.060000', '144624.520000', '144624.980000', '144625.440000', '144625.900000', '144626.360000', '144626.820000', '144627.280000', '144627.740000', '144628.200000', '144628.660000', '144629.120000', '144629.580000', '144630.040000', '144630.500000', '144630.960000', '144631.420000', '144631.880000', '144632.340000', '144632.800000', '144633.260000', '144633.720000', '144634.180000', '144634.640000', '144635.100000', '144635.560000', '144636.020000', '144636.480000', '144636.940000', '144637.400000', '144637.860000', '144638.320000', '144638.780000', '144639.240000', '144639.700000', '144640.160000', '144640.620000', '144641.080000', '144641.540000', '144642.000000', '144642.460000', '144642.920000', '144643.380000', '144643.840000', '144644.300000', '144644.760000', '144645.220000', '144645.680000', '144646.140000', '144646.600000', '144647.060000', '144647.520000', '144647.980000', '144648.440000', '144648.900000', '144649.360000', '144649.820000', '144650.280000', '144650.740000', '144651.200000', '144651.660000', '144652.120000', '144652.580000', '144653.040000', '144653.500000', '144653.960000', '144654.420000', '144654.880000', '144655.340000', '144655.800000', '144656.260000', '144656.720000', '144657.180000', '144657.640000', '144658.100000', '144658.560000', '144659.020000', '144659.480000', '144659.940000', '144700.400000', '144700.860000', '144701.320000', '144701.780000', '144702.240000', '144702.700000', '144703.160000', '144703.620000', '144704.080000', '144704.540000', '144705.000000', '144705.460000', '144705.920000', '144706.380000', '144706.840000', '144707.300000', '144707.760000', '144708.220000', '144708.680000', '144709.140000', '144709.600000', '144710.060000', '144710.520000', '144710.980000', '144711.440000', '144711.900000', '144712.360000', '144712.820000', '144713.280000', '144713.740000', '144714.200000', '144714.660000', '144715.120000', '144715.580000', '144716.040000', '144716.500000', '144716.960000', '144717.420000', '144717.880000', '144718.340000', '144718.800000', '144719.260000', '144719.720000', '144720.180000', '144720.640000', '144721.100000', '144721.560000', '144722.020000', '144722.480000', '144722.940000', '144723.400000', '144723.860000', '144724.320000', '144724.780000', '144725.240000', '144725.700000', '144726.160000', '144726.620000', '144727.080000', '144727.540000', '144728.000000', '144728.460000', '144728.920000', '144729.380000', '144729.840000', '144730.300000', '144730.760000', '144731.220000', '144731.680000', '144732.140000', '144732.600000', '144733.060000', '144733.520000', '144733.980000', '144734.440000', '144734.900000', '144735.360000', '144735.820000', '144736.280000', '144736.740000', '144737.200000', '144737.660000', '144738.120000', '144738.580000', '144739.040000', '144739.500000', '144739.960000', '144740.420000', '144740.880000', '144741.340000', '144741.800000', '144742.260000', '144742.720000', '144743.180000', '144743.640000', '144744.100000', '144744.560000', '144745.020000', '144745.480000', '144745.940000', '144746.400000', '144746.860000', '144747.320000', '144747.780000', '144748.240000', '144748.700000', '144749.160000', '144749.620000', '144750.080000', '144750.540000', '144751.000000', '144751.460000', '144751.920000', '144752.380000', '144752.840000', '144753.300000', '144753.760000', '144754.220000', '144754.680000', '144755.140000', '144755.600000', '144756.060000', '144756.520000', '144756.980000', '144757.440000', '144757.900000', '144758.360000', '144758.820000', '144759.280000', '144759.740000', '144800.200000', '144800.660000', '144801.120000', '144801.580000', '144802.040000', '144802.500000', '144802.960000', '144803.420000', '144803.880000', '144804.340000', '144804.800000', '144805.260000', '144805.720000', '144806.180000', '144806.640000', '144807.100000', '144807.560000', '144808.020000', '144808.480000', '144808.940000', '144809.400000', '144809.860000', '144810.320000', '144810.780000', '144811.240000', '144811.700000', '144812.160000', '144812.620000', '144813.080000', '144813.540000', '144814.000000', '144814.460000', '144814.920000', '144815.380000', '144815.840000', '144816.300000', '144816.760000', '144817.220000', '144817.680000', '144818.140000', '144818.600000', '144819.060000', '144819.520000', '144819.980000', '144820.440000', '144820.900000', '144821.360000', '144821.820000', '144822.280000', '144822.740000', '144823.200000', '144823.660000', '144824.120000', '144824.580000', '144825.040000', '144825.500000', '144825.960000', '144826.420000', '144826.880000', '144827.340000', '144827.800000', '144828.260000', '144828.720000', '144829.180000', '144829.640000', '144830.100000', '144830.560000', '144831.020000', '144831.480000', '144831.940000', '144832.400000', '144832.860000', '144833.320000', '144833.780000', '144834.240000', '144834.700000', '144835.160000', '144835.620000', '144836.080000', '144836.540000', '144837.000000', '144837.460000', '144837.920000', '144838.380000', '144838.840000', '144839.300000', '144839.760000', '144840.220000', '144840.680000', '144841.140000', '144841.600000', '144842.060000', '144842.520000', '144842.980000', '144843.440000', '144843.900000', '144844.360000', '144844.820000', '144845.280000', '144845.740000', '144846.200000', '144846.660000', '144847.120000', '144847.580000', '144848.040000', '144848.500000', '144848.960000', '144849.420000', '144849.880000', '144850.340000', '144850.800000', '144851.260000', '144851.720000', '144852.180000', '144852.640000', '144853.100000', '144853.560000', '144854.020000', '144854.480000', '144854.940000', '144855.400000', '144855.860000', '144856.320000', '144856.780000', '144857.240000', '144857.700000', '144858.160000', '144858.620000', '144859.080000', '144859.540000', '144900.000000', '144900.460000', '144900.920000', '144901.380000', '144901.840000', '144902.300000', '144902.760000', '144903.220000', '144903.680000', '144904.140000', '144904.600000', '144905.060000', '144905.520000', '144905.980000', '144906.440000', '144906.900000', '144907.360000', '144907.820000', '144908.280000', '144908.740000', '144909.200000', '144909.660000', '144910.120000', '144910.580000', '144911.040000', '144911.500000', '144911.960000', '144912.420000', '144912.880000', '144913.340000', '144913.800000', '144914.260000', '144914.720000', '144915.180000', '144915.640000', '144916.100000', '144916.560000', '144917.020000', '144917.480000', '144917.940000', '144918.400000', '144918.860000', '144919.320000', '144919.780000', '144920.240000', '144920.700000', '144921.160000', '144921.620000', '144922.080000', '144922.540000', '144923.000000', '144923.460000', '144923.920000', '144924.380000', '144924.840000', '144925.300000', '144925.760000', '144926.220000', '144926.680000', '144927.140000', '144927.600000', '144928.060000', '144928.520000', '144928.980000', '144929.440000', '144929.900000', '144930.360000', '144930.820000', '144931.280000', '144931.740000', '144932.200000', '144932.660000', '144933.120000', '144933.580000', '144934.040000', '144934.500000', '144934.960000', '144935.420000', '144935.880000', '144936.340000', '144936.800000', '144937.260000', '144937.720000', '144938.180000', '144938.640000', '144939.100000', '144939.560000', '144940.020000', '144940.480000', '144940.940000', '144941.400000', '144941.860000', '144942.320000', '144942.780000', '144943.240000', '144943.700000', '144944.160000', '144944.620000', '144945.080000', '144945.540000', '144946.000000', '144946.460000', '144946.920000', '144947.380000', '144947.840000', '144948.300000', '144948.760000', '144949.220000', '144949.680000', '144950.140000', '144950.600000', '144951.060000', '144951.520000', '144951.980000', '144952.440000', '144952.900000', '144953.360000', '144953.820000', '144954.280000', '144954.740000', '144955.200000', '144955.660000', '144956.120000', '144956.580000', '144957.040000', '144957.500000', '144957.960000', '144958.420000', '144958.880000', '144959.340000', '144959.800000', '145000.260000', '145000.720000', '145001.180000', '145001.640000', '145002.100000', '145002.560000', '145003.020000', '145003.480000', '145003.940000', '145004.400000', '145004.860000', '145005.320000', '145005.780000', '145006.240000', '145006.700000', '145007.160000', '145007.620000', '145008.080000', '145008.540000', '145009.000000', '145009.460000', '145009.920000', '145010.380000', '145010.840000', '145011.300000', '145011.760000', '145012.220000', '145012.680000', '145013.140000', '145013.600000', '145014.060000', '145014.520000', '145014.980000', '145015.440000', '145015.900000', '145016.360000', '145016.820000', '145017.280000', '145017.740000', '145018.200000', '145018.660000', '145019.120000', '145019.580000', '145020.040000', '145020.500000', '145020.960000', '145021.420000', '145021.880000', '145022.340000', '145022.800000', '145023.260000', '145023.720000', '145024.180000', '145024.640000', '145025.100000', '145025.560000', '145026.020000', '145026.480000', '145026.940000', '145027.400000', '145027.860000', '145028.320000', '145028.780000', '145029.240000', '145029.700000', '145030.160000', '145030.620000', '145031.080000', '145031.540000', '145032.000000', '145032.460000', '145032.920000', '145033.380000', '145033.840000', '145034.300000', '145034.760000', '145035.220000', '145035.680000', '145036.140000', '145036.600000', '145037.060000', '145037.520000', '145037.980000', '145038.440000', '145038.900000', '145039.360000', '145039.820000', '145040.280000', '145040.740000', '145041.200000', '145041.660000', '145042.120000', '145042.580000', '145043.040000', '145043.500000', '145043.960000', '145044.420000', '145044.880000', '145045.340000', '145045.800000', '145046.260000', '145046.720000', '145047.180000', '145047.640000', '145048.100000', '145048.560000', '145049.020000', '145049.480000', '145049.940000', '145050.400000', '145050.860000', '145051.320000', '145051.780000', '145052.240000', '145052.700000', '145053.160000', '145053.620000', '145054.080000', '145054.540000', '145055.000000', '145055.460000', '145055.920000', '145056.380000', '145056.840000', '145057.300000', '145057.760000', '145058.220000', '145058.680000', '145059.140000', '145059.600000', '145100.060000', '145100.520000', '145100.980000', '145101.440000', '145101.900000', '145102.360000', '145102.820000', '145103.280000'], 'ContentTime': ['144438.492000', '144438.495000', '144438.499000', '144438.502000', '144438.504000', '144438.507000', '144438.510000', '144438.513000', '144438.515000', '144438.518000', '144438.521000', '144438.523000', '144438.526000', '144438.529000', '144438.532000', '144438.544000', '144438.547000', '144438.550000', '144438.553000', '144438.556000', '144438.558000', '144438.561000', '144438.564000', '144438.567000', '144438.570000', '144438.573000', '144438.575000', '144438.578000', '144438.581000', '144438.584000', '144438.586000', '144438.589000', '144438.591000', '144458.442000', '144458.451000', '144458.454000', '144458.456000', '144458.459000', '144458.461000', '144458.464000', '144458.466000', '144458.469000', '144458.471000', '144458.474000', '144458.476000', '144458.479000', '144458.481000', '144458.484000', '144458.487000', '144458.490000', '144458.492000', '144458.495000', '144458.497000', '144458.504000', '144458.506000', '144458.509000', '144458.511000', '144458.514000', '144458.516000', '144458.519000', '144458.522000', '144458.524000', '144458.527000', '144458.529000', '144458.532000', '144458.534000', '144458.537000', '144458.539000', '144458.542000', '144458.544000', '144458.547000', '144458.550000', '144458.552000', '144458.555000', '144458.557000', '144458.560000', '144518.443000', '144518.446000', '144518.449000', '144518.457000', '144518.459000', '144518.462000', '144518.464000', '144518.467000', '144518.470000', '144518.472000', '144518.475000', '144518.478000', '144518.480000', '144518.483000', '144518.486000', '144518.488000', '144518.491000', '144518.493000', '144518.496000', '144518.498000', '144518.501000', '144518.503000', '144518.506000', '144518.508000', '144518.511000', '144518.513000', '144518.516000', '144518.519000', '144518.521000', '144518.524000', '144518.526000', '144518.529000', '144518.531000', '144518.534000', '144518.537000', '144518.539000', '144518.542000', '144518.544000', '144518.547000', '144518.549000', '144518.552000', '144518.555000', '144518.557000', '144518.560000', '144538.444000', '144538.446000', '144538.449000', '144538.451000', '144538.454000', '144538.457000', '144538.459000', '144538.462000', '144538.464000', '144538.467000', '144538.470000', '144538.472000', '144538.475000', '144538.477000', '144538.480000', '144538.482000', '144538.485000', '144538.488000', '144538.490000', '144538.493000', '144538.495000', '144538.498000', '144538.501000', '144538.503000', '144538.506000', '144538.508000', '144538.511000', '144538.513000', '144538.516000', '144538.518000', '144538.521000', '144538.523000', '144538.526000', '144538.529000', '144538.536000', '144538.539000', '144538.542000', '144538.544000', '144538.547000', '144538.549000', '144538.552000', '144538.554000', '144538.557000', '144558.444000', '144558.446000', '144558.449000', '144558.451000', '144558.454000', '144558.457000', '144558.459000', '144558.462000', '144558.464000', '144558.467000', '144558.469000', '144558.472000', '144558.475000', '144558.477000', '144558.480000', '144558.482000', '144558.485000', '144558.487000', '144558.490000', '144558.492000', '144558.495000', '144558.498000', '144558.500000', '144558.503000', '144558.505000', '144558.508000', '144558.511000', '144558.513000', '144558.516000', '144558.518000', '144558.521000', '144558.523000', '144558.526000', '144558.529000', '144558.531000', '144558.534000', '144558.536000', '144558.539000', '144558.541000', '144558.544000', '144558.547000', '144558.549000', '144558.552000', '144558.555000', '144618.442000', '144618.445000', '144618.448000', '144618.450000', '144618.453000', '144618.456000', '144618.458000', '144618.461000', '144618.463000', '144618.466000', '144618.469000', '144618.471000', '144618.474000', '144618.476000', '144618.479000', '144618.481000', '144618.484000', '144618.487000', '144618.489000', '144618.492000', '144618.494000', '144618.497000', '144618.500000', '144618.503000', '144618.505000', '144618.508000', '144618.510000', '144618.513000', '144618.516000', '144618.518000', '144618.521000', '144618.523000', '144618.526000', '144618.529000', '144618.531000', '144618.534000', '144618.536000', '144618.539000', '144618.541000', '144618.544000', '144618.547000', '144618.549000', '144618.552000', '144638.442000', '144638.445000', '144638.448000', '144638.450000', '144638.464000', '144638.467000', '144638.470000', '144638.472000', '144638.475000', '144638.477000', '144638.480000', '144638.482000', '144638.485000', '144638.488000', '144638.490000', '144638.493000', '144638.495000', '144638.498000', '144638.501000', '144638.503000', '144638.506000', '144638.508000', '144638.511000', '144638.513000', '144638.516000', '144638.518000', '144638.521000', '144638.523000', '144638.526000', '144638.529000', '144638.531000', '144638.534000', '144638.537000', '144638.539000', '144638.542000', '144638.544000', '144638.547000', '144638.549000', '144638.552000', '144638.555000', '144638.557000', '144638.560000', '144638.562000', '144638.565000', '144658.443000', '144658.446000', '144658.448000', '144658.451000', '144658.453000', '144658.456000', '144658.459000', '144658.461000', '144658.464000', '144658.466000', '144658.469000', '144658.471000', '144658.474000', '144658.476000', '144658.479000', '144658.482000', '144658.484000', '144658.487000', '144658.489000', '144658.492000', '144658.494000', '144658.497000', '144658.500000', '144658.502000', '144658.505000', '144658.507000', '144658.510000', '144658.513000', '144658.515000', '144658.518000', '144658.521000', '144658.523000', '144658.526000', '144658.528000', '144658.531000', '144658.534000', '144658.536000', '144658.539000', '144658.541000', '144658.544000', '144658.546000', '144658.549000', '144658.552000', '144718.443000', '144718.445000', '144718.448000', '144718.451000', '144718.453000', '144718.456000', '144718.458000', '144718.461000', '144718.463000', '144718.466000', '144718.469000', '144718.471000', '144718.474000', '144718.476000', '144718.479000', '144718.481000', '144718.484000', '144718.487000', '144718.489000', '144718.492000', '144718.494000', '144718.497000', '144718.499000', '144718.502000', '144718.505000', '144718.507000', '144718.510000', '144718.513000', '144718.516000', '144718.519000', '144718.521000', '144718.524000', '144718.527000', '144718.529000', '144718.532000', '144718.534000', '144718.537000', '144718.539000', '144718.542000', '144718.545000', '144718.547000', '144718.550000', '144718.552000', '144718.555000', '144738.443000', '144738.446000', '144738.449000', '144738.452000', '144738.454000', '144738.457000', '144738.459000', '144738.462000', '144738.465000', '144738.467000', '144738.470000', '144738.472000', '144738.475000', '144738.477000', '144738.480000', '144738.483000', '144738.485000', '144738.488000', '144738.490000', '144738.493000', '144738.496000', '144738.498000', '144738.501000', '144738.503000', '144738.506000', '144738.509000', '144738.511000', '144738.514000', '144738.516000', '144738.519000', '144738.521000', '144738.524000', '144738.527000', '144738.529000', '144738.532000', '144738.534000', '144738.537000', '144738.539000', '144738.542000', '144738.544000', '144738.547000', '144738.550000', '144738.552000', '144758.443000', '144758.446000', '144758.449000', '144758.452000', '144758.454000', '144758.457000', '144758.459000', '144758.462000', '144758.464000', '144758.467000', '144758.469000', '144758.472000', '144758.475000', '144758.477000', '144758.480000', '144758.492000', '144758.494000', '144758.497000', '144758.499000', '144758.502000', '144758.505000', '144758.507000', '144758.510000', '144758.512000', '144758.515000', '144758.518000', '144758.520000', '144758.523000', '144758.525000', '144758.528000', '144758.531000', '144758.533000', '144758.536000', '144758.538000', '144758.541000', '144758.543000', '144758.546000', '144758.549000', '144758.551000', '144758.554000', '144758.556000', '144758.559000', '144758.561000', '144758.564000', '144818.443000', '144818.446000', '144818.449000', '144818.451000', '144818.454000', '144818.456000', '144818.459000', '144818.462000', '144818.464000', '144818.467000', '144818.469000', '144818.472000', '144818.474000', '144818.477000', '144818.480000', '144818.488000', '144818.491000', '144818.493000', '144818.496000', '144818.499000', '144818.501000', '144818.504000', '144818.506000', '144818.509000', '144818.511000', '144818.514000', '144818.517000', '144818.519000', '144818.522000', '144818.524000', '144818.527000', '144818.530000', '144818.532000', '144818.535000', '144818.538000', '144818.540000', '144818.543000', '144818.546000', '144818.548000', '144818.551000', '144818.553000', '144818.556000', '144818.559000', '144838.442000', '144838.445000', '144838.448000', '144838.450000', '144838.453000', '144838.461000', '144838.463000', '144838.466000', '144838.468000', '144838.471000', '144838.474000', '144838.476000', '144838.479000', '144838.481000', '144838.484000', '144838.486000', '144838.489000', '144838.492000', '144838.494000', '144838.497000', '144838.499000', '144838.502000', '144838.504000', '144838.507000', '144838.510000', '144838.512000', '144838.515000', '144838.518000', '144838.520000', '144838.523000', '144838.525000', '144838.528000', '144838.530000', '144838.533000', '144838.535000', '144838.538000', '144838.541000', '144838.543000', '144838.546000', '144838.548000', '144838.551000', '144838.553000', '144838.556000', '144838.559000', '144858.443000', '144858.445000', '144858.448000', '144858.450000', '144858.453000', '144858.456000', '144858.458000', '144858.461000', '144858.463000', '144858.466000', '144858.469000', '144858.471000', '144858.474000', '144858.476000', '144858.479000', '144858.481000', '144858.484000', '144858.487000', '144858.489000', '144858.492000', '144858.494000', '144858.497000', '144858.499000', '144858.502000', '144858.504000', '144858.507000', '144858.510000', '144858.512000', '144858.515000', '144858.517000', '144858.520000', '144858.522000', '144858.525000', '144858.528000', '144858.530000', '144858.533000', '144858.535000', '144858.538000', '144858.540000', '144858.543000', '144858.546000', '144858.548000', '144858.551000', '144918.442000', '144918.445000', '144918.448000', '144918.450000', '144918.453000', '144918.456000', '144918.458000', '144918.461000', '144918.463000', '144918.466000', '144918.468000', '144918.471000', '144918.474000', '144918.478000', '144918.481000', '144918.484000', '144918.487000', '144918.490000', '144918.492000', '144918.495000', '144918.497000', '144918.500000', '144918.503000', '144918.505000', '144918.508000', '144918.510000', '144918.513000', '144918.516000', '144918.518000', '144918.521000', '144918.523000', '144918.526000', '144918.529000', '144918.531000', '144918.534000', '144918.536000', '144918.539000', '144918.542000', '144918.544000', '144918.547000', '144918.550000', '144918.552000', '144918.555000', '144938.443000', '144938.445000', '144938.448000', '144938.451000', '144938.453000', '144938.456000', '144938.458000', '144938.461000', '144938.463000', '144938.466000', '144938.469000', '144938.482000', '144938.485000', '144938.488000', '144938.490000', '144938.493000', '144938.495000', '144938.498000', '144938.501000', '144938.503000', '144938.506000', '144938.508000', '144938.511000', '144938.513000', '144938.516000', '144938.519000', '144938.521000', '144938.524000', '144938.526000', '144938.529000', '144938.532000', '144938.534000', '144938.537000', '144938.539000', '144938.542000', '144938.544000', '144938.547000', '144938.550000', '144938.552000', '144938.555000', '144938.557000', '144938.560000', '144938.562000', '144938.565000', '144958.443000', '144958.446000', '144958.449000', '144958.451000', '144958.454000', '144958.457000', '144958.459000', '144958.462000', '144958.464000', '144958.467000', '144958.470000', '144958.472000', '144958.475000', '144958.477000', '144958.480000', '144958.482000', '144958.485000', '144958.488000', '144958.490000', '144958.493000', '144958.495000', '144958.498000', '144958.501000', '144958.503000', '144958.506000', '144958.508000', '144958.511000', '144958.513000', '144958.516000', '144958.519000', '144958.521000', '144958.524000', '144958.526000', '144958.529000', '144958.531000', '144958.534000', '144958.537000', '144958.539000', '144958.542000', '144958.544000', '144958.547000', '144958.549000', '144958.552000', '144958.555000', '145018.445000', '145018.448000', '145018.451000', '145018.453000', '145018.456000', '145018.458000', '145018.461000', '145018.463000', '145018.466000', '145018.469000', '145018.471000', '145018.474000', '145018.476000', '145018.479000', '145018.481000', '145018.484000', '145018.487000', '145018.489000', '145018.492000', '145018.494000', '145018.497000', '145018.499000', '145018.502000', '145018.505000', '145018.507000', '145018.510000', '145018.513000', '145018.515000', '145018.518000', '145018.520000', '145018.523000', '145018.525000', '145018.528000', '145018.531000', '145018.533000', '145018.536000', '145018.538000', '145018.541000', '145018.544000', '145018.546000', '145018.549000', '145018.551000', '145018.554000', '145038.444000', '145038.446000', '145038.449000', '145038.451000', '145038.454000', '145038.457000', '145038.459000', '145038.462000', '145038.465000', '145038.467000', '145038.470000', '145038.473000', '145038.475000', '145038.478000', '145038.480000', '145038.483000', '145038.485000', '145038.488000', '145038.491000', '145038.493000', '145038.496000', '145038.498000', '145038.501000', '145038.503000', '145038.506000', '145038.509000', '145038.511000', '145038.514000', '145038.518000', '145038.520000', '145038.523000', '145038.525000', '145038.528000', '145038.531000', '145038.533000', '145038.536000', '145038.538000', '145038.541000', '145038.543000', '145038.546000', '145038.549000', '145038.551000', '145038.554000', '145058.443000', '145058.446000', '145058.448000', '145058.451000', '145058.453000', '145058.456000', '145058.458000', '145058.475000', '145058.478000', '145058.480000', '145058.483000', '145058.486000', '145058.488000', '145058.491000', '145058.493000', '145058.496000', '145058.498000', '145058.501000', '145058.504000', '145058.506000', '145058.509000', '145058.511000', '145058.514000', '145058.516000', '145058.519000', '145058.522000', '145058.524000', '145058.527000', '145058.529000', '145058.532000', '145058.535000', '145058.537000', '145058.540000', '145058.542000', '145058.545000', '145058.548000', '145058.550000', '145058.553000', '145058.555000', '145058.558000', '145058.561000', '145058.563000', '145058.566000', '145058.568000', '145104.218000', '145104.221000', '145104.224000', '145104.226000', '145104.229000', '145104.232000', '145104.235000', '145104.237000', '145104.240000', '145104.243000', '145104.246000', '145104.249000', '145104.253000'], 'InstanceCreationTime': ['144438.492000', '144438.495000', '144438.499000', '144438.502000', '144438.504000', '144438.507000', '144438.510000', '144438.513000', '144438.515000', '144438.518000', '144438.521000', '144438.523000', '144438.526000', '144438.529000', '144438.532000', '144438.544000', '144438.547000', '144438.550000', '144438.553000', '144438.556000', '144438.558000', '144438.561000', '144438.564000', '144438.567000', '144438.570000', '144438.573000', '144438.575000', '144438.578000', '144438.581000', '144438.584000', '144438.586000', '144438.589000', '144438.591000', '144458.442000', '144458.451000', '144458.454000', '144458.456000', '144458.459000', '144458.461000', '144458.464000', '144458.466000', '144458.469000', '144458.471000', '144458.474000', '144458.476000', '144458.479000', '144458.481000', '144458.484000', '144458.487000', '144458.490000', '144458.492000', '144458.495000', '144458.497000', '144458.504000', '144458.506000', '144458.509000', '144458.511000', '144458.514000', '144458.516000', '144458.519000', '144458.522000', '144458.524000', '144458.527000', '144458.529000', '144458.532000', '144458.534000', '144458.537000', '144458.539000', '144458.542000', '144458.544000', '144458.547000', '144458.550000', '144458.552000', '144458.555000', '144458.557000', '144458.560000', '144518.443000', '144518.446000', '144518.449000', '144518.457000', '144518.459000', '144518.462000', '144518.464000', '144518.467000', '144518.470000', '144518.472000', '144518.475000', '144518.478000', '144518.480000', '144518.483000', '144518.486000', '144518.488000', '144518.491000', '144518.493000', '144518.496000', '144518.498000', '144518.501000', '144518.503000', '144518.506000', '144518.508000', '144518.511000', '144518.513000', '144518.516000', '144518.519000', '144518.521000', '144518.524000', '144518.526000', '144518.529000', '144518.531000', '144518.534000', '144518.537000', '144518.539000', '144518.542000', '144518.544000', '144518.547000', '144518.549000', '144518.552000', '144518.555000', '144518.557000', '144518.560000', '144538.444000', '144538.446000', '144538.449000', '144538.451000', '144538.454000', '144538.457000', '144538.459000', '144538.462000', '144538.464000', '144538.467000', '144538.470000', '144538.472000', '144538.475000', '144538.477000', '144538.480000', '144538.482000', '144538.485000', '144538.488000', '144538.490000', '144538.493000', '144538.495000', '144538.498000', '144538.501000', '144538.503000', '144538.506000', '144538.508000', '144538.511000', '144538.513000', '144538.516000', '144538.518000', '144538.521000', '144538.523000', '144538.526000', '144538.529000', '144538.536000', '144538.539000', '144538.542000', '144538.544000', '144538.547000', '144538.549000', '144538.552000', '144538.554000', '144538.557000', '144558.444000', '144558.446000', '144558.449000', '144558.451000', '144558.454000', '144558.457000', '144558.459000', '144558.462000', '144558.464000', '144558.467000', '144558.469000', '144558.472000', '144558.475000', '144558.477000', '144558.480000', '144558.482000', '144558.485000', '144558.487000', '144558.490000', '144558.492000', '144558.495000', '144558.498000', '144558.500000', '144558.503000', '144558.505000', '144558.508000', '144558.511000', '144558.513000', '144558.516000', '144558.518000', '144558.521000', '144558.523000', '144558.526000', '144558.529000', '144558.531000', '144558.534000', '144558.536000', '144558.539000', '144558.541000', '144558.544000', '144558.547000', '144558.549000', '144558.552000', '144558.555000', '144618.442000', '144618.445000', '144618.448000', '144618.450000', '144618.453000', '144618.456000', '144618.458000', '144618.461000', '144618.463000', '144618.466000', '144618.469000', '144618.471000', '144618.474000', '144618.476000', '144618.479000', '144618.481000', '144618.484000', '144618.487000', '144618.489000', '144618.492000', '144618.494000', '144618.497000', '144618.500000', '144618.503000', '144618.505000', '144618.508000', '144618.510000', '144618.513000', '144618.516000', '144618.518000', '144618.521000', '144618.523000', '144618.526000', '144618.529000', '144618.531000', '144618.534000', '144618.536000', '144618.539000', '144618.541000', '144618.544000', '144618.547000', '144618.549000', '144618.552000', '144638.442000', '144638.445000', '144638.448000', '144638.450000', '144638.464000', '144638.467000', '144638.470000', '144638.472000', '144638.475000', '144638.477000', '144638.480000', '144638.482000', '144638.485000', '144638.488000', '144638.490000', '144638.493000', '144638.495000', '144638.498000', '144638.501000', '144638.503000', '144638.506000', '144638.508000', '144638.511000', '144638.513000', '144638.516000', '144638.518000', '144638.521000', '144638.523000', '144638.526000', '144638.529000', '144638.531000', '144638.534000', '144638.537000', '144638.539000', '144638.542000', '144638.544000', '144638.547000', '144638.549000', '144638.552000', '144638.555000', '144638.557000', '144638.560000', '144638.562000', '144638.565000', '144658.443000', '144658.446000', '144658.448000', '144658.451000', '144658.453000', '144658.456000', '144658.459000', '144658.461000', '144658.464000', '144658.466000', '144658.469000', '144658.471000', '144658.474000', '144658.476000', '144658.479000', '144658.482000', '144658.484000', '144658.487000', '144658.489000', '144658.492000', '144658.494000', '144658.497000', '144658.500000', '144658.502000', '144658.505000', '144658.507000', '144658.510000', '144658.513000', '144658.515000', '144658.518000', '144658.521000', '144658.523000', '144658.526000', '144658.528000', '144658.531000', '144658.534000', '144658.536000', '144658.539000', '144658.541000', '144658.544000', '144658.546000', '144658.549000', '144658.552000', '144718.443000', '144718.445000', '144718.448000', '144718.451000', '144718.453000', '144718.456000', '144718.458000', '144718.461000', '144718.463000', '144718.466000', '144718.469000', '144718.471000', '144718.474000', '144718.476000', '144718.479000', '144718.481000', '144718.484000', '144718.487000', '144718.489000', '144718.492000', '144718.494000', '144718.497000', '144718.499000', '144718.502000', '144718.505000', '144718.507000', '144718.510000', '144718.513000', '144718.516000', '144718.519000', '144718.521000', '144718.524000', '144718.527000', '144718.529000', '144718.532000', '144718.534000', '144718.537000', '144718.539000', '144718.542000', '144718.545000', '144718.547000', '144718.550000', '144718.552000', '144718.555000', '144738.443000', '144738.446000', '144738.449000', '144738.452000', '144738.454000', '144738.457000', '144738.459000', '144738.462000', '144738.465000', '144738.467000', '144738.470000', '144738.472000', '144738.475000', '144738.477000', '144738.480000', '144738.483000', '144738.485000', '144738.488000', '144738.490000', '144738.493000', '144738.496000', '144738.498000', '144738.501000', '144738.503000', '144738.506000', '144738.509000', '144738.511000', '144738.514000', '144738.516000', '144738.519000', '144738.521000', '144738.524000', '144738.527000', '144738.529000', '144738.532000', '144738.534000', '144738.537000', '144738.539000', '144738.542000', '144738.544000', '144738.547000', '144738.550000', '144738.552000', '144758.443000', '144758.446000', '144758.449000', '144758.452000', '144758.454000', '144758.457000', '144758.459000', '144758.462000', '144758.464000', '144758.467000', '144758.469000', '144758.472000', '144758.475000', '144758.477000', '144758.480000', '144758.492000', '144758.494000', '144758.497000', '144758.499000', '144758.502000', '144758.505000', '144758.507000', '144758.510000', '144758.512000', '144758.515000', '144758.518000', '144758.520000', '144758.523000', '144758.525000', '144758.528000', '144758.531000', '144758.533000', '144758.536000', '144758.538000', '144758.541000', '144758.543000', '144758.546000', '144758.549000', '144758.551000', '144758.554000', '144758.556000', '144758.559000', '144758.561000', '144758.564000', '144818.443000', '144818.446000', '144818.449000', '144818.451000', '144818.454000', '144818.456000', '144818.459000', '144818.462000', '144818.464000', '144818.467000', '144818.469000', '144818.472000', '144818.474000', '144818.477000', '144818.480000', '144818.488000', '144818.491000', '144818.493000', '144818.496000', '144818.499000', '144818.501000', '144818.504000', '144818.506000', '144818.509000', '144818.511000', '144818.514000', '144818.517000', '144818.519000', '144818.522000', '144818.524000', '144818.527000', '144818.530000', '144818.532000', '144818.535000', '144818.538000', '144818.540000', '144818.543000', '144818.546000', '144818.548000', '144818.551000', '144818.553000', '144818.556000', '144818.559000', '144838.442000', '144838.445000', '144838.448000', '144838.450000', '144838.453000', '144838.461000', '144838.463000', '144838.466000', '144838.468000', '144838.471000', '144838.474000', '144838.476000', '144838.479000', '144838.481000', '144838.484000', '144838.486000', '144838.489000', '144838.492000', '144838.494000', '144838.497000', '144838.499000', '144838.502000', '144838.504000', '144838.507000', '144838.510000', '144838.512000', '144838.515000', '144838.518000', '144838.520000', '144838.523000', '144838.525000', '144838.528000', '144838.530000', '144838.533000', '144838.535000', '144838.538000', '144838.541000', '144838.543000', '144838.546000', '144838.548000', '144838.551000', '144838.553000', '144838.556000', '144838.559000', '144858.443000', '144858.445000', '144858.448000', '144858.450000', '144858.453000', '144858.456000', '144858.458000', '144858.461000', '144858.463000', '144858.466000', '144858.469000', '144858.471000', '144858.474000', '144858.476000', '144858.479000', '144858.481000', '144858.484000', '144858.487000', '144858.489000', '144858.492000', '144858.494000', '144858.497000', '144858.499000', '144858.502000', '144858.504000', '144858.507000', '144858.510000', '144858.512000', '144858.515000', '144858.517000', '144858.520000', '144858.522000', '144858.525000', '144858.528000', '144858.530000', '144858.533000', '144858.535000', '144858.538000', '144858.540000', '144858.543000', '144858.546000', '144858.548000', '144858.551000', '144918.442000', '144918.445000', '144918.448000', '144918.450000', '144918.453000', '144918.456000', '144918.458000', '144918.461000', '144918.463000', '144918.466000', '144918.468000', '144918.471000', '144918.474000', '144918.478000', '144918.481000', '144918.484000', '144918.487000', '144918.490000', '144918.492000', '144918.495000', '144918.497000', '144918.500000', '144918.503000', '144918.505000', '144918.508000', '144918.510000', '144918.513000', '144918.516000', '144918.518000', '144918.521000', '144918.523000', '144918.526000', '144918.529000', '144918.531000', '144918.534000', '144918.536000', '144918.539000', '144918.542000', '144918.544000', '144918.547000', '144918.550000', '144918.552000', '144918.555000', '144938.443000', '144938.445000', '144938.448000', '144938.451000', '144938.453000', '144938.456000', '144938.458000', '144938.461000', '144938.463000', '144938.466000', '144938.469000', '144938.482000', '144938.485000', '144938.488000', '144938.490000', '144938.493000', '144938.495000', '144938.498000', '144938.501000', '144938.503000', '144938.506000', '144938.508000', '144938.511000', '144938.513000', '144938.516000', '144938.519000', '144938.521000', '144938.524000', '144938.526000', '144938.529000', '144938.532000', '144938.534000', '144938.537000', '144938.539000', '144938.542000', '144938.544000', '144938.547000', '144938.550000', '144938.552000', '144938.555000', '144938.557000', '144938.560000', '144938.562000', '144938.565000', '144958.443000', '144958.446000', '144958.449000', '144958.451000', '144958.454000', '144958.457000', '144958.459000', '144958.462000', '144958.464000', '144958.467000', '144958.470000', '144958.472000', '144958.475000', '144958.477000', '144958.480000', '144958.482000', '144958.485000', '144958.488000', '144958.490000', '144958.493000', '144958.495000', '144958.498000', '144958.501000', '144958.503000', '144958.506000', '144958.508000', '144958.511000', '144958.513000', '144958.516000', '144958.519000', '144958.521000', '144958.524000', '144958.526000', '144958.529000', '144958.531000', '144958.534000', '144958.537000', '144958.539000', '144958.542000', '144958.544000', '144958.547000', '144958.549000', '144958.552000', '144958.555000', '145018.445000', '145018.448000', '145018.451000', '145018.453000', '145018.456000', '145018.458000', '145018.461000', '145018.463000', '145018.466000', '145018.469000', '145018.471000', '145018.474000', '145018.476000', '145018.479000', '145018.481000', '145018.484000', '145018.487000', '145018.489000', '145018.492000', '145018.494000', '145018.497000', '145018.499000', '145018.502000', '145018.505000', '145018.507000', '145018.510000', '145018.513000', '145018.515000', '145018.518000', '145018.520000', '145018.523000', '145018.525000', '145018.528000', '145018.531000', '145018.533000', '145018.536000', '145018.538000', '145018.541000', '145018.544000', '145018.546000', '145018.549000', '145018.551000', '145018.554000', '145038.444000', '145038.446000', '145038.449000', '145038.451000', '145038.454000', '145038.457000', '145038.459000', '145038.462000', '145038.465000', '145038.467000', '145038.470000', '145038.473000', '145038.475000', '145038.478000', '145038.480000', '145038.483000', '145038.485000', '145038.488000', '145038.491000', '145038.493000', '145038.496000', '145038.498000', '145038.501000', '145038.503000', '145038.506000', '145038.509000', '145038.511000', '145038.514000', '145038.518000', '145038.520000', '145038.523000', '145038.525000', '145038.528000', '145038.531000', '145038.533000', '145038.536000', '145038.538000', '145038.541000', '145038.543000', '145038.546000', '145038.549000', '145038.551000', '145038.554000', '145058.443000', '145058.446000', '145058.448000', '145058.451000', '145058.453000', '145058.456000', '145058.458000', '145058.475000', '145058.478000', '145058.480000', '145058.483000', '145058.486000', '145058.488000', '145058.491000', '145058.493000', '145058.496000', '145058.498000', '145058.501000', '145058.504000', '145058.506000', '145058.509000', '145058.511000', '145058.514000', '145058.516000', '145058.519000', '145058.522000', '145058.524000', '145058.527000', '145058.529000', '145058.532000', '145058.535000', '145058.537000', '145058.540000', '145058.542000', '145058.545000', '145058.548000', '145058.550000', '145058.553000', '145058.555000', '145058.558000', '145058.561000', '145058.563000', '145058.566000', '145058.568000', '145104.218000', '145104.221000', '145104.224000', '145104.226000', '145104.229000', '145104.232000', '145104.235000', '145104.237000', '145104.240000', '145104.243000', '145104.246000', '145104.249000', '145104.253000'], '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': [10008, 13238, 9927, 9375, 9895, 9467, 12484, 9345, 15329, 9247, 14089, 8994, 14845, 10501, 16226, 9503, 9003, 11425, 9176, 12082, 19098, 12066, 18554, 9506, 14684, 10645, 14331, 10211, 13844, 9560, 12967, 9990, 10286, 10137, 8944, 9521, 9987, 9060, 11811, 15046, 8837, 9574, 8083, 11191, 11679, 9158, 9361, 12980, 9374, 13835, 9793, 18276, 19897, 16920, 18032, 13297, 13863, 10095, 12924, 9682, 12827, 12902, 11555, 12648, 9937, 13093, 9739, 14226, 10040, 13259, 9656, 12494, 10008, 11920, 9658, 11377, 9254, 11268, 9386, 11399, 9602, 12054, 9133, 9518, 10550, 9976, 11070, 9928, 12455, 9944, 10081, 9425, 15659, 9450, 18052, 13711, 16073, 9270, 13607, 9260, 11964, 9854, 8831, 10711, 9086, 11836, 8827, 12030, 8853, 12460, 8917, 14790, 9336, 11966, 9786, 9141, 14266, 8905, 10879, 9110, 9132, 11432, 9133, 12540, 10890, 9355, 12977, 9350, 18835, 17088, 19094, 12036, 10760, 9463, 12860, 9936, 12139, 8804, 11710, 9443, 12524, 9248, 14246, 9581, 12058, 9622, 11062, 9532, 13738, 9564, 13663, 9502, 13032, 9974, 12984, 9543, 13459, 9200, 11088, 9861, 9054, 10253, 9220, 11213, 9433, 10926, 8974, 9916, 14637, 9851, 17621, 10036, 14622, 9695, 14332, 9062, 13040, 9429, 11878, 8786, 9417, 9580, 14335, 9292, 12537, 9570, 11655, 8737, 11602, 9054, 12085, 9118, 11066, 8621, 8884, 11068, 9198, 13197, 9458, 13480, 9843, 12185, 9820, 18726, 15393, 18457, 15757, 10031, 12090, 9762, 16304, 19405, 17558, 18303, 10134, 15572, 10825, 13732, 10964, 15117, 10256, 14025, 10340, 11790, 11440, 9219, 11750, 9412, 9958, 13104, 10180, 12291, 10876, 16618, 9778, 11740, 9633, 14711, 10548, 17591, 10448, 15068, 10263, 14578, 10805, 16009, 9542, 10976, 11403, 10762, 10294, 9567, 9922, 14809, 9931, 13121, 9819, 12692, 9923, 12398, 9117, 9831, 10144, 9576, 10739, 9183, 11609, 9029, 11915, 9486, 10588, 9269, 10704, 9561, 11076, 9553, 13368, 9535, 15875, 9693, 17284, 13223, 17386, 9723, 14591, 10732, 15822, 12491, 17436, 9617, 14393, 10223, 14131, 11023, 15178, 9847, 13683, 9607, 13483, 9419, 13154, 9477, 12847, 9871, 12727, 9843, 12373, 9801, 11752, 9825, 9680, 10442, 10332, 12503, 10037, 13194, 9995, 16032, 10100, 12169, 9990, 10975, 18974, 10408, 10773, 10194, 9252, 13211, 9701, 11387, 9809, 9676, 12339, 9537, 9820, 10748, 9530, 14402, 18929, 14597, 17020, 12886, 16192, 9593, 11762, 9246, 13730, 9644, 14690, 9600, 9320, 13303, 9763, 13490, 10291, 19037, 15846, 17930, 13034, 16435, 10175, 12299, 9602, 12120, 12654, 10966, 12221, 9657, 12656, 9948, 14421, 10190, 12877, 10005, 11756, 9683, 11525, 10029, 11731, 9767, 12066, 9950, 13047, 10249, 13180, 9905, 12323, 9907, 11978, 10428, 13033, 9856, 12586, 10096, 12070, 9517, 13001, 9574, 12442, 9299, 11848, 8966, 11050, 8877, 10384, 8441, 9160, 10267, 9371, 8784, 9206, 9118, 11573, 9249, 12348, 9195, 13425, 9008, 14102, 9428, 12477, 10582, 9931, 11730, 8957, 18226, 9712, 14407, 9876, 13623, 9050, 13251, 8710, 12483, 8686, 10821, 8877, 8679, 10946, 8700, 11979, 9262, 11037, 9187, 10794, 14505, 14430, 16957, 13390, 13579, 10140, 17564, 12309, 18296, 14184, 9775, 12305, 9290, 15678, 10860, 9673, 10947, 9515, 13767, 9909, 18437, 14443, 18714, 11948, 15930, 9790, 18390, 13085, 17539, 15227, 12424, 18709, 13001, 8729, 12805, 9654, 18450, 9639, 16048, 10012, 13723, 9311, 13508, 9090, 11644, 11420, 14523, 10751, 9666, 12010, 9980, 9686, 13167, 9888, 19200, 12936, 17330, 12069, 13973, 11212, 10020, 13726, 9531, 13881, 9853, 13035, 9623, 11888, 9949, 9756, 10855, 10083, 11544, 10409, 9482, 10360, 9888, 11649, 9977, 12717, 9804, 11361, 9434, 9818, 9577, 8902, 9716, 8752, 10604, 8818, 11192, 8652, 10952, 8701, 10964, 9035, 11528, 9223, 11352, 8789, 11005, 9185, 9844, 9290, 9901, 9506, 8947, 10559, 9381, 12018, 15012, 11518, 18611, 12887, 18155, 13736, 17946, 15518, 19324, 11325, 17980, 14661, 19296, 14803, 17020, 10273, 14080, 10081, 14902, 10658, 10542, 9824, 9528, 12667, 9649, 14078, 10014, 14207, 10179, 16852, 10371, 19361, 9563, 14192, 9794, 13830, 9381, 13597, 9337, 12794, 9153, 12176, 8857, 12500, 9191, 11780, 9132, 14198, 10054, 13885, 9676, 13766, 9534, 13625, 10108, 13568, 9669, 12083, 9369, 11557, 9490, 9955, 9422, 10171, 13563, 10233, 14089, 9715, 12720, 9308, 12398, 8923, 11335, 8972, 10242, 8496, 9522, 8275, 9678, 8568, 10145, 9473, 10319, 8463, 10049, 16109, 9485, 15839, 9995, 14317, 8968, 12956, 9561, 16031, 9748, 15303, 9679, 15247, 10903, 19166, 10361, 12430, 10641, 10409, 12799, 9696, 13071, 9702, 14227, 9961, 15153, 10174, 10683, 9965, 9184, 12780, 9161, 13401, 9379, 13298, 9950, 17781, 10048, 15074, 9500, 9872, 12286, 9285, 13589, 9415, 12133, 9648, 9930, 10701, 9193, 12156, 9056, 13364, 9476, 15358, 9908, 13866, 10334, 11159, 9757, 9244, 10211, 12380, 9603, 11757, 9367, 9358, 9840, 9714, 11401, 9935, 12057, 9218, 12187, 9317, 12362, 9706, 11478, 9036, 10529, 10934, 9635, 14963, 9085, 12354, 9188, 11539, 8344, 9957, 8480, 12168, 7764, 8841, 10486, 8835, 13644, 9307, 14890, 9296, 13490, 17784, 16239, 18629, 13838, 17582, 13282, 18993, 12272, 18722, 13515, 18466, 11668, 16089, 12845, 13830, 9964, 12423, 9710, 15229, 10026, 13107, 9740, 14655, 10230, 14922, 10063, 10842, 9824, 9836, 11704, 9976, 12324, 9883, 11992, 18396, 11185, 16729, 9575, 14358, 9750, 13583, 9668, 12949, 9474, 12482, 9397, 11578, 9335, 9644, 8944, 9558, 12764, 9321, 13223, 9644, 12467, 9206, 12323, 9099, 12217, 8742, 12161, 8961, 11649, 8823, 11612, 9015, 11751, 8499, 10256, 10409, 10445, 17348, 11085, 13231, 9423, 12822, 10027, 15382, 10450, 13239, 9670, 11492, 9892, 9248, 11883, 9242, 13505, 9506, 13433, 9452, 12856, 9222, 12102, 9015, 12980, 9286, 12930, 9247, 12044, 9131, 9386, 10066, 9284, 11148, 9335, 13391, 9336, 12802, 9391, 12308, 9278, 11760, 9574, 12365, 9582, 12418, 9479, 11797, 9220, 12333, 15954, 9879, 17407, 9545, 17196, 11256, 12843, 8955, 9140, 11887, 11022], 'WindowCenter': [4511.0, 4508.0, 4465.0, 4448.0, 4433.0, 4433.0, 4450.0, 4420.0, 4470.0, 4419.0, 4459.0, 4374.0, 4418.0, 4412.0, 4456.0, 4403.0, 4392.0, 4424.0, 4405.0, 4424.0, 4465.0, 4423.0, 4452.0, 4389.0, 4443.0, 4400.0, 4431.0, 4402.0, 4430.0, 4402.0, 4445.0, 4426.0, 4440.0, 4411.0, 4377.0, 4386.0, 4386.0, 4418.0, 4450.0, 4460.0, 4408.0, 4417.0, 4383.0, 4424.0, 4424.0, 4404.0, 4416.0, 4458.0, 4418.0, 4448.0, 4416.0, 4470.0, 4455.0, 4440.0, 4440.0, 4405.0, 4403.0, 4371.0, 4403.0, 4371.0, 4415.0, 4402.0, 4381.0, 4389.0, 4369.0, 4387.0, 4359.0, 4398.0, 4369.0, 4389.0, 4370.0, 4390.0, 4371.0, 4390.0, 4371.0, 4392.0, 4374.0, 4392.0, 4386.0, 4404.0, 4400.0, 4433.0, 4414.0, 4415.0, 4424.0, 4426.0, 4438.0, 4441.0, 4450.0, 4430.0, 4427.0, 4418.0, 4458.0, 4418.0, 4470.0, 4448.0, 4455.0, 4404.0, 4447.0, 4405.0, 4435.0, 4415.0, 4405.0, 4427.0, 4418.0, 4449.0, 4419.0, 4437.0, 4418.0, 4449.0, 4408.0, 4458.0, 4418.0, 4437.0, 4427.0, 4419.0, 4460.0, 4419.0, 4428.0, 4407.0, 4418.0, 4438.0, 4421.0, 4465.0, 4453.0, 4432.0, 4463.0, 4434.0, 4498.0, 4484.0, 4481.0, 4436.0, 4415.0, 4404.0, 4434.0, 4403.0, 4433.0, 4393.0, 4435.0, 4416.0, 4434.0, 4404.0, 4442.0, 4415.0, 4449.0, 4417.0, 4437.0, 4417.0, 4445.0, 4405.0, 4459.0, 4415.0, 4434.0, 4415.0, 4433.0, 4403.0, 4445.0, 4416.0, 4423.0, 4415.0, 4415.0, 4427.0, 4418.0, 4451.0, 4419.0, 4428.0, 4409.0, 4429.0, 4458.0, 4428.0, 4480.0, 4416.0, 4444.0, 4404.0, 4443.0, 4418.0, 4447.0, 4417.0, 4448.0, 4422.0, 4421.0, 4431.0, 4474.0, 4434.0, 4452.0, 4419.0, 4438.0, 4409.0, 4439.0, 4420.0, 4448.0, 4420.0, 4442.0, 4423.0, 4433.0, 4453.0, 4433.0, 4464.0, 4446.0, 4475.0, 4446.0, 4454.0, 4445.0, 4498.0, 4475.0, 4481.0, 4458.0, 4418.0, 4436.0, 4416.0, 4469.0, 4469.0, 4457.0, 4455.0, 4401.0, 4441.0, 4399.0, 4417.0, 4400.0, 4429.0, 4399.0, 4427.0, 4398.0, 4407.0, 4410.0, 4389.0, 4422.0, 4404.0, 4414.0, 4446.0, 4416.0, 4435.0, 4411.0, 4442.0, 4388.0, 4396.0, 4387.0, 4427.0, 4397.0, 4439.0, 4386.0, 4427.0, 4400.0, 4427.0, 4398.0, 4425.0, 4374.0, 4384.0, 4407.0, 4396.0, 4385.0, 4374.0, 4385.0, 4415.0, 4387.0, 4419.0, 4387.0, 4405.0, 4386.0, 4406.0, 4375.0, 4397.0, 4397.0, 4387.0, 4397.0, 4401.0, 4421.0, 4404.0, 4434.0, 4416.0, 4428.0, 4431.0, 4429.0, 4430.0, 4438.0, 4432.0, 4462.0, 4421.0, 4472.0, 4432.0, 4473.0, 4453.0, 4470.0, 4417.0, 4458.0, 4439.0, 4456.0, 4437.0, 4455.0, 4404.0, 4444.0, 4428.0, 4445.0, 4414.0, 4443.0, 4403.0, 4421.0, 4405.0, 4431.0, 4391.0, 4436.0, 4404.0, 4432.0, 4414.0, 4432.0, 4404.0, 4433.0, 4414.0, 4424.0, 4428.0, 4417.0, 4427.0, 4417.0, 4437.0, 4419.0, 4461.0, 4418.0, 4468.0, 4414.0, 4423.0, 4402.0, 4425.0, 4464.0, 4400.0, 4410.0, 4399.0, 4401.0, 4446.0, 4416.0, 4436.0, 4431.0, 4435.0, 4462.0, 4432.0, 4431.0, 4442.0, 4434.0, 4477.0, 4484.0, 4472.0, 4470.0, 4437.0, 4457.0, 4405.0, 4423.0, 4405.0, 4434.0, 4405.0, 4445.0, 4403.0, 4404.0, 4444.0, 4414.0, 4444.0, 4416.0, 4469.0, 4455.0, 4454.0, 4419.0, 4439.0, 4385.0, 4395.0, 4374.0, 4405.0, 4404.0, 4395.0, 4404.0, 4374.0, 4403.0, 4385.0, 4414.0, 4386.0, 4405.0, 4387.0, 4405.0, 4388.0, 4408.0, 4400.0, 4409.0, 4401.0, 4420.0, 4415.0, 4444.0, 4413.0, 4434.0, 4415.0, 4432.0, 4416.0, 4435.0, 4427.0, 4435.0, 4414.0, 4423.0, 4425.0, 4436.0, 4403.0, 4432.0, 4401.0, 4421.0, 4401.0, 4434.0, 4404.0, 4423.0, 4403.0, 4415.0, 4393.0, 4415.0, 4414.0, 4403.0, 4394.0, 4405.0, 4406.0, 4450.0, 4433.0, 4450.0, 4435.0, 4463.0, 4434.0, 4475.0, 4434.0, 4452.0, 4429.0, 4420.0, 4438.0, 4409.0, 4481.0, 4420.0, 4459.0, 4417.0, 4447.0, 4407.0, 4446.0, 4408.0, 4448.0, 4419.0, 4441.0, 4435.0, 4435.0, 4455.0, 4437.0, 4467.0, 4435.0, 4456.0, 4436.0, 4443.0, 4474.0, 4463.0, 4485.0, 4451.0, 4448.0, 4417.0, 4468.0, 4426.0, 4467.0, 4448.0, 4405.0, 4436.0, 4407.0, 4456.0, 4425.0, 4406.0, 4427.0, 4416.0, 4447.0, 4418.0, 4469.0, 4446.0, 4455.0, 4411.0, 4439.0, 4402.0, 4451.0, 4433.0, 4453.0, 4428.0, 4406.0, 4449.0, 4405.0, 4368.0, 4433.0, 4403.0, 4465.0, 4402.0, 4442.0, 4402.0, 4434.0, 4392.0, 4419.0, 4390.0, 4407.0, 4408.0, 4429.0, 4366.0, 4357.0, 4390.0, 4371.0, 4360.0, 4393.0, 4361.0, 4422.0, 4391.0, 4409.0, 4378.0, 4386.0, 4366.0, 4355.0, 4385.0, 4355.0, 4385.0, 4357.0, 4388.0, 4360.0, 4378.0, 4369.0, 4371.0, 4381.0, 4396.0, 4409.0, 4398.0, 4389.0, 4399.0, 4400.0, 4424.0, 4415.0, 4422.0, 4415.0, 4423.0, 4404.0, 4417.0, 4416.0, 4393.0, 4405.0, 4394.0, 4414.0, 4404.0, 4439.0, 4409.0, 4426.0, 4407.0, 4426.0, 4419.0, 4436.0, 4430.0, 4440.0, 4409.0, 4442.0, 4435.0, 4433.0, 4435.0, 4445.0, 4446.0, 4438.0, 4457.0, 4437.0, 4469.0, 4476.0, 4458.0, 4498.0, 4454.0, 4485.0, 4462.0, 4472.0, 4461.0, 4480.0, 4441.0, 4483.0, 4462.0, 4481.0, 4460.0, 4455.0, 4404.0, 4432.0, 4402.0, 4442.0, 4417.0, 4403.0, 4402.0, 4403.0, 4422.0, 4404.0, 4445.0, 4405.0, 4434.0, 4416.0, 4455.0, 4403.0, 4466.0, 4406.0, 4431.0, 4403.0, 4430.0, 4389.0, 4419.0, 4387.0, 4405.0, 4388.0, 4408.0, 4378.0, 4419.0, 4389.0, 4419.0, 4402.0, 4430.0, 4404.0, 4433.0, 4403.0, 4433.0, 4404.0, 4444.0, 4401.0, 4420.0, 4390.0, 4407.0, 4391.0, 4410.0, 4389.0, 4390.0, 4378.0, 4400.0, 4419.0, 4402.0, 4445.0, 4404.0, 4434.0, 4405.0, 4435.0, 4405.0, 4438.0, 4408.0, 4415.0, 4405.0, 4416.0, 4397.0, 4419.0, 4409.0, 4428.0, 4417.0, 4431.0, 4410.0, 4432.0, 4473.0, 4420.0, 4474.0, 4433.0, 4458.0, 4407.0, 4436.0, 4407.0, 4469.0, 4407.0, 4456.0, 4406.0, 4446.0, 4415.0, 4467.0, 4403.0, 4423.0, 4412.0, 4412.0, 4432.0, 4402.0, 4432.0, 4402.0, 4431.0, 4403.0, 4445.0, 4411.0, 4412.0, 4415.0, 4405.0, 4434.0, 4404.0, 4433.0, 4405.0, 4446.0, 4405.0, 4467.0, 4404.0, 4441.0, 4403.0, 4402.0, 4434.0, 4393.0, 4432.0, 4404.0, 4436.0, 4403.0, 4403.0, 4412.0, 4391.0, 4436.0, 4407.0, 4434.0, 4403.0, 4443.0, 4403.0, 4447.0, 4413.0, 4412.0, 4403.0, 4390.0, 4401.0, 4434.0, 4403.0, 4409.0, 4391.0, 4391.0, 4404.0, 4404.0, 4437.0, 4417.0, 4436.0, 4406.0, 4436.0, 4418.0, 4450.0, 4418.0, 4438.0, 4407.0, 4429.0, 4426.0, 4431.0, 4460.0, 4408.0, 4436.0, 4405.0, 4424.0, 4406.0, 4415.0, 4407.0, 4451.0, 4413.0, 4433.0, 4457.0, 4449.0, 4490.0, 4450.0, 4502.0, 4439.0, 4481.0, 4490.0, 4489.0, 4486.0, 4451.0, 4470.0, 4439.0, 4467.0, 4426.0, 4465.0, 4433.0, 4453.0, 4397.0, 4440.0, 4420.0, 4417.0, 4387.0, 4406.0, 4376.0, 4429.0, 4374.0, 4403.0, 4374.0, 4426.0, 4386.0, 4424.0, 4386.0, 4396.0, 4400.0, 4388.0, 4395.0, 4374.0, 4404.0, 4372.0, 4408.0, 4449.0, 4383.0, 4413.0, 4372.0, 4401.0, 4374.0, 4415.0, 4373.0, 4405.0, 4387.0, 4417.0, 4390.0, 4422.0, 4390.0, 4401.0, 4389.0, 4389.0, 4419.0, 4401.0, 4430.0, 4390.0, 4422.0, 4404.0, 4422.0, 4404.0, 4434.0, 4394.0, 4438.0, 4407.0, 4426.0, 4409.0, 4427.0, 4395.0, 4427.0, 4394.0, 4412.0, 4414.0, 4413.0, 4454.0, 4414.0, 4432.0, 4390.0, 4434.0, 4401.0, 4441.0, 4401.0, 4419.0, 4389.0, 4423.0, 4401.0, 4389.0, 4422.0, 4391.0, 4433.0, 4404.0, 4444.0, 4403.0, 4433.0, 4391.0, 4419.0, 4404.0, 4433.0, 4403.0, 4433.0, 4404.0, 4435.0, 4405.0, 4416.0, 4415.0, 4405.0, 4422.0, 4405.0, 4444.0, 4404.0, 4434.0, 4418.0, 4449.0, 4420.0, 4450.0, 4432.0, 4449.0, 4434.0, 4451.0, 4432.0, 4452.0, 4419.0, 4450.0, 4472.0, 4420.0, 4469.0, 4406.0, 4456.0, 4440.0, 4436.0, 4404.0, 4406.0, 4424.0, 4441.0], 'WindowWidth': [9934.0, 9904.0, 9836.0, 9800.0, 9770.0, 9766.0, 9786.0, 9743.0, 9817.0, 9744.0, 9799.0, 9657.0, 9724.0, 9722.0, 9787.0, 9711.0, 9694.0, 9739.0, 9720.0, 9740.0, 9805.0, 9738.0, 9782.0, 9686.0, 9768.0, 9703.0, 9748.0, 9710.0, 9743.0, 9711.0, 9773.0, 9752.0, 9778.0, 9720.0, 9667.0, 9676.0, 9676.0, 9741.0, 9790.0, 9808.0, 9728.0, 9740.0, 9685.0, 9743.0, 9741.0, 9718.0, 9737.0, 9798.0, 9741.0, 9787.0, 9734.0, 9826.0, 9801.0, 9763.0, 9768.0, 9703.0, 9697.0, 9650.0, 9694.0, 9650.0, 9717.0, 9692.0, 9662.0, 9672.0, 9644.0, 9665.0, 9630.0, 9686.0, 9647.0, 9672.0, 9650.0, 9674.0, 9652.0, 9676.0, 9653.0, 9681.0, 9661.0, 9683.0, 9680.0, 9703.0, 9704.0, 9757.0, 9730.0, 9734.0, 9744.0, 9750.0, 9769.0, 9777.0, 9787.0, 9760.0, 9752.0, 9739.0, 9796.0, 9739.0, 9825.0, 9781.0, 9787.0, 9714.0, 9780.0, 9720.0, 9759.0, 9731.0, 9718.0, 9752.0, 9741.0, 9785.0, 9746.0, 9767.0, 9740.0, 9784.0, 9728.0, 9798.0, 9740.0, 9766.0, 9752.0, 9743.0, 9806.0, 9745.0, 9755.0, 9726.0, 9742.0, 9769.0, 9748.0, 9819.0, 9799.0, 9770.0, 9812.0, 9773.0, 9887.0, 9849.0, 9839.0, 9762.0, 9730.0, 9714.0, 9754.0, 9713.0, 9751.0, 9698.0, 9759.0, 9735.0, 9755.0, 9716.0, 9765.0, 9734.0, 9788.0, 9740.0, 9767.0, 9738.0, 9774.0, 9717.0, 9803.0, 9736.0, 9759.0, 9732.0, 9753.0, 9713.0, 9775.0, 9737.0, 9742.0, 9734.0, 9734.0, 9752.0, 9742.0, 9790.0, 9746.0, 9754.0, 9729.0, 9758.0, 9796.0, 9752.0, 9838.0, 9733.0, 9773.0, 9715.0, 9766.0, 9741.0, 9779.0, 9737.0, 9782.0, 9754.0, 9749.0, 9763.0, 9829.0, 9772.0, 9793.0, 9742.0, 9766.0, 9731.0, 9770.0, 9747.0, 9780.0, 9747.0, 9779.0, 9756.0, 9767.0, 9795.0, 9767.0, 9812.0, 9790.0, 9828.0, 9790.0, 9797.0, 9787.0, 9879.0, 9831.0, 9835.0, 9795.0, 9738.0, 9764.0, 9734.0, 9812.0, 9826.0, 9797.0, 9791.0, 9706.0, 9762.0, 9697.0, 9723.0, 9704.0, 9745.0, 9701.0, 9737.0, 9697.0, 9705.0, 9713.0, 9686.0, 9735.0, 9713.0, 9727.0, 9774.0, 9735.0, 9762.0, 9721.0, 9764.0, 9681.0, 9689.0, 9679.0, 9735.0, 9695.0, 9759.0, 9679.0, 9736.0, 9704.0, 9736.0, 9697.0, 9731.0, 9659.0, 9671.0, 9707.0, 9695.0, 9676.0, 9657.0, 9673.0, 9716.0, 9679.0, 9732.0, 9682.0, 9703.0, 9677.0, 9704.0, 9662.0, 9696.0, 9696.0, 9682.0, 9696.0, 9707.0, 9733.0, 9716.0, 9757.0, 9735.0, 9755.0, 9763.0, 9756.0, 9759.0, 9768.0, 9767.0, 9807.0, 9748.0, 9822.0, 9765.0, 9830.0, 9796.0, 9817.0, 9735.0, 9796.0, 9769.0, 9794.0, 9766.0, 9791.0, 9714.0, 9773.0, 9754.0, 9773.0, 9728.0, 9766.0, 9708.0, 9731.0, 9716.0, 9744.0, 9693.0, 9758.0, 9714.0, 9748.0, 9730.0, 9749.0, 9714.0, 9754.0, 9729.0, 9741.0, 9754.0, 9738.0, 9751.0, 9737.0, 9765.0, 9742.0, 9805.0, 9741.0, 9814.0, 9727.0, 9741.0, 9708.0, 9743.0, 9805.0, 9703.0, 9716.0, 9701.0, 9707.0, 9777.0, 9737.0, 9763.0, 9763.0, 9773.0, 9808.0, 9767.0, 9765.0, 9780.0, 9771.0, 9838.0, 9846.0, 9817.0, 9821.0, 9764.0, 9793.0, 9715.0, 9739.0, 9716.0, 9752.0, 9720.0, 9773.0, 9713.0, 9715.0, 9768.0, 9729.0, 9773.0, 9735.0, 9828.0, 9787.0, 9794.0, 9728.0, 9757.0, 9676.0, 9687.0, 9660.0, 9703.0, 9699.0, 9689.0, 9698.0, 9660.0, 9699.0, 9676.0, 9716.0, 9680.0, 9706.0, 9682.0, 9704.0, 9686.0, 9713.0, 9705.0, 9717.0, 9709.0, 9733.0, 9734.0, 9773.0, 9729.0, 9758.0, 9731.0, 9753.0, 9737.0, 9761.0, 9750.0, 9759.0, 9730.0, 9739.0, 9748.0, 9763.0, 9714.0, 9751.0, 9707.0, 9731.0, 9707.0, 9754.0, 9715.0, 9738.0, 9712.0, 9732.0, 9698.0, 9733.0, 9729.0, 9711.0, 9702.0, 9719.0, 9722.0, 9786.0, 9769.0, 9787.0, 9777.0, 9810.0, 9770.0, 9832.0, 9775.0, 9794.0, 9756.0, 9745.0, 9764.0, 9727.0, 9836.0, 9745.0, 9798.0, 9737.0, 9777.0, 9725.0, 9774.0, 9727.0, 9780.0, 9745.0, 9775.0, 9777.0, 9775.0, 9800.0, 9782.0, 9820.0, 9775.0, 9804.0, 9778.0, 9782.0, 9825.0, 9807.0, 9844.0, 9787.0, 9776.0, 9735.0, 9810.0, 9745.0, 9808.0, 9778.0, 9715.0, 9758.0, 9722.0, 9790.0, 9745.0, 9721.0, 9750.0, 9734.0, 9779.0, 9739.0, 9822.0, 9774.0, 9794.0, 9718.0, 9758.0, 9707.0, 9782.0, 9754.0, 9784.0, 9739.0, 9701.0, 9771.0, 9697.0, 9653.0, 9753.0, 9710.0, 9805.0, 9709.0, 9764.0, 9710.0, 9757.0, 9695.0, 9728.0, 9689.0, 9706.0, 9711.0, 9747.0, 9633.0, 9622.0, 9674.0, 9649.0, 9632.0, 9683.0, 9635.0, 9728.0, 9676.0, 9701.0, 9655.0, 9660.0, 9634.0, 9616.0, 9656.0, 9619.0, 9659.0, 9623.0, 9667.0, 9633.0, 9654.0, 9644.0, 9648.0, 9663.0, 9692.0, 9715.0, 9697.0, 9686.0, 9699.0, 9701.0, 9741.0, 9730.0, 9736.0, 9729.0, 9737.0, 9712.0, 9736.0, 9733.0, 9697.0, 9715.0, 9699.0, 9725.0, 9712.0, 9769.0, 9730.0, 9744.0, 9721.0, 9746.0, 9740.0, 9761.0, 9761.0, 9771.0, 9728.0, 9777.0, 9774.0, 9766.0, 9773.0, 9785.0, 9787.0, 9783.0, 9806.0, 9777.0, 9825.0, 9833.0, 9808.0, 9870.0, 9794.0, 9846.0, 9805.0, 9825.0, 9804.0, 9834.0, 9775.0, 9838.0, 9803.0, 9839.0, 9799.0, 9785.0, 9712.0, 9747.0, 9705.0, 9762.0, 9735.0, 9707.0, 9705.0, 9708.0, 9732.0, 9711.0, 9771.0, 9714.0, 9756.0, 9731.0, 9788.0, 9709.0, 9805.0, 9722.0, 9747.0, 9712.0, 9742.0, 9687.0, 9728.0, 9682.0, 9704.0, 9683.0, 9710.0, 9671.0, 9728.0, 9685.0, 9727.0, 9713.0, 9745.0, 9716.0, 9753.0, 9714.0, 9756.0, 9719.0, 9772.0, 9707.0, 9731.0, 9688.0, 9708.0, 9691.0, 9717.0, 9686.0, 9689.0, 9668.0, 9703.0, 9728.0, 9707.0, 9773.0, 9717.0, 9755.0, 9718.0, 9759.0, 9718.0, 9765.0, 9729.0, 9731.0, 9718.0, 9734.0, 9709.0, 9741.0, 9731.0, 9752.0, 9738.0, 9762.0, 9733.0, 9763.0, 9827.0, 9744.0, 9832.0, 9769.0, 9796.0, 9723.0, 9760.0, 9722.0, 9814.0, 9722.0, 9791.0, 9720.0, 9776.0, 9731.0, 9811.0, 9711.0, 9738.0, 9721.0, 9720.0, 9751.0, 9708.0, 9747.0, 9709.0, 9747.0, 9712.0, 9774.0, 9722.0, 9724.0, 9732.0, 9718.0, 9757.0, 9715.0, 9752.0, 9718.0, 9776.0, 9717.0, 9809.0, 9715.0, 9763.0, 9709.0, 9708.0, 9754.0, 9697.0, 9749.0, 9716.0, 9764.0, 9713.0, 9711.0, 9721.0, 9694.0, 9761.0, 9723.0, 9758.0, 9712.0, 9768.0, 9710.0, 9781.0, 9726.0, 9722.0, 9710.0, 9689.0, 9705.0, 9757.0, 9713.0, 9716.0, 9695.0, 9693.0, 9714.0, 9716.0, 9766.0, 9738.0, 9759.0, 9721.0, 9760.0, 9741.0, 9785.0, 9740.0, 9766.0, 9722.0, 9754.0, 9748.0, 9760.0, 9802.0, 9725.0, 9761.0, 9718.0, 9742.0, 9722.0, 9730.0, 9724.0, 9789.0, 9742.0, 9770.0, 9807.0, 9800.0, 9856.0, 9802.0, 9876.0, 9784.0, 9847.0, 9870.0, 9857.0, 9850.0, 9788.0, 9826.0, 9770.0, 9816.0, 9746.0, 9805.0, 9752.0, 9784.0, 9694.0, 9760.0, 9728.0, 9722.0, 9679.0, 9703.0, 9662.0, 9744.0, 9660.0, 9697.0, 9659.0, 9731.0, 9677.0, 9731.0, 9676.0, 9692.0, 9702.0, 9686.0, 9687.0, 9658.0, 9698.0, 9653.0, 9714.0, 9774.0, 9669.0, 9712.0, 9651.0, 9693.0, 9660.0, 9715.0, 9659.0, 9701.0, 9682.0, 9721.0, 9690.0, 9738.0, 9692.0, 9706.0, 9685.0, 9688.0, 9727.0, 9705.0, 9745.0, 9689.0, 9737.0, 9716.0, 9737.0, 9715.0, 9756.0, 9702.0, 9766.0, 9725.0, 9747.0, 9729.0, 9750.0, 9705.0, 9750.0, 9700.0, 9722.0, 9727.0, 9724.0, 9786.0, 9729.0, 9749.0, 9690.0, 9756.0, 9705.0, 9762.0, 9705.0, 9728.0, 9686.0, 9738.0, 9706.0, 9687.0, 9735.0, 9694.0, 9751.0, 9715.0, 9773.0, 9713.0, 9753.0, 9691.0, 9727.0, 9716.0, 9752.0, 9712.0, 9751.0, 9717.0, 9757.0, 9718.0, 9735.0, 9731.0, 9717.0, 9736.0, 9718.0, 9771.0, 9716.0, 9756.0, 9741.0, 9783.0, 9747.0, 9789.0, 9767.0, 9784.0, 9771.0, 9789.0, 9765.0, 9792.0, 9745.0, 9786.0, 9819.0, 9744.0, 9811.0, 9718.0, 9790.0, 9773.0, 9760.0, 9714.0, 9719.0, 9741.0, 9774.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.0006622439585730726</td></tr>
<tr><td colspan=3>aqi</td><td>0.024827729574223245</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.52080129377882</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3322760718548408</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0010541702995388</td></tr>
<tr><td colspan=3>efc</td><td>0.5356</td></tr>
<tr><td colspan=3>fber</td><td>3580.2991</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1034946442576776</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.063291139240507</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.426270761764938</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3020828542049765</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6485850277619027</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3281444033279346</td></tr>
<tr><td colspan=3>gcor</td><td>0.0333166</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02477896213531494</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04625198617577553</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.261310888283811</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>20.7226</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.8895</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.6362</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283022.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1149.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>450.6168</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3967</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.5911</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3529.7049</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93522.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1590.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>853.254</td></tr>
<tr><td colspan=3>tsnr</td><td>37.41964638011996</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>