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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0006_ses-01_task-social_acq-mb8_run-06_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-0006_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-06_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-0006/ses-01/func/sub-0006_ses-01_task-social_acq-mb8_run-06_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>993a9bf5cc12275fe51f392078b87138</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>10:49:22.802500</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_VE11C_LATEST_20160120</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.997447, 0.024286, 0.0671486, -0.0151468, 0.990946, -0.133405]</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-06_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.0992963</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7675, -7264, 550, 2, 0, -88, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.545</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bc3219e1-0e6f-4d3d-927a-81db11a5d1b1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6760783195495605, -0.040637675672769547, 0.1884072870016098, 113.90576934814453], [-0.06515747308731079, 2.658635139465332, -0.35652849078178406, -80.09992980957031], [0.1801547259092331, 0.3579164147377014, 2.669717311859131, -76.44572448730469], [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': ['104922.802500', '104923.262500', '104923.722500', '104924.182500', '104924.642500', '104925.102500', '104925.562500', '104926.022500', '104926.482500', '104926.942500', '104927.402500', '104927.862500', '104928.322500', '104928.782500', '104929.242500', '104929.702500', '104930.162500', '104930.622500', '104931.082500', '104931.542500', '104932.002500', '104932.462500', '104932.922500', '104933.382500', '104933.842500', '104934.302500', '104934.762500', '104935.222500', '104935.682500', '104936.142500', '104936.602500', '104937.062500', '104937.522500', '104937.982500', '104938.442500', '104938.902500', '104939.362500', '104939.822500', '104940.282500', '104940.742500', '104941.202500', '104941.662500', '104942.122500', '104942.582500', '104943.042500', '104943.502500', '104943.962500', '104944.422500', '104944.882500', '104945.342500', '104945.802500', '104946.262500', '104946.722500', '104947.182500', '104947.642500', '104948.102500', '104948.562500', '104949.022500', '104949.482500', '104949.942500', '104950.402500', '104950.862500', '104951.322500', '104951.782500', '104952.242500', '104952.702500', '104953.162500', '104953.622500', '104954.082500', '104954.542500', '104955.002500', '104955.462500', '104955.922500', '104956.382500', '104956.842500', '104957.302500', '104957.762500', '104958.222500', '104958.682500', '104959.142500', '104959.602500', '105000.062500', '105000.522500', '105000.982500', '105001.442500', '105001.902500', '105002.362500', '105002.822500', '105003.282500', '105003.742500', '105004.202500', '105004.662500', '105005.122500', '105005.582500', '105006.042500', '105006.502500', '105006.962500', '105007.422500', '105007.882500', '105008.342500', '105008.802500', '105009.262500', '105009.722500', '105010.182500', '105010.642500', '105011.102500', '105011.562500', '105012.022500', '105012.482500', '105012.942500', '105013.402500', '105013.862500', '105014.322500', '105014.782500', '105015.242500', '105015.702500', '105016.162500', '105016.622500', '105017.082500', '105017.542500', '105018.002500', '105018.462500', '105018.922500', '105019.382500', '105019.842500', '105020.302500', '105020.762500', '105021.222500', '105021.682500', '105022.142500', '105022.602500', '105023.062500', '105023.522500', '105023.982500', '105024.442500', '105024.902500', '105025.362500', '105025.822500', '105026.282500', '105026.742500', '105027.202500', '105027.662500', '105028.122500', '105028.582500', '105029.042500', '105029.502500', '105029.962500', '105030.422500', '105030.882500', '105031.342500', '105031.802500', '105032.262500', '105032.722500', '105033.182500', '105033.642500', '105034.102500', '105034.562500', '105035.022500', '105035.482500', '105035.942500', '105036.402500', '105036.862500', '105037.322500', '105037.782500', '105038.242500', '105038.702500', '105039.162500', '105039.622500', '105040.082500', '105040.542500', '105041.002500', '105041.462500', '105041.922500', '105042.382500', '105042.842500', '105043.302500', '105043.762500', '105044.222500', '105044.682500', '105045.142500', '105045.602500', '105046.062500', '105046.522500', '105046.982500', '105047.442500', '105047.902500', '105048.362500', '105048.822500', '105049.282500', '105049.742500', '105050.202500', '105050.662500', '105051.122500', '105051.582500', '105052.042500', '105052.502500', '105052.962500', '105053.422500', '105053.882500', '105054.342500', '105054.802500', '105055.262500', '105055.722500', '105056.182500', '105056.642500', '105057.102500', '105057.562500', '105058.022500', '105058.482500', '105058.942500', '105059.402500', '105059.862500', '105100.322500', '105100.782500', '105101.242500', '105101.702500', '105102.162500', '105102.622500', '105103.082500', '105103.542500', '105104.002500', '105104.462500', '105104.922500', '105105.382500', '105105.842500', '105106.302500', '105106.762500', '105107.222500', '105107.682500', '105108.142500', '105108.602500', '105109.062500', '105109.522500', '105109.982500', '105110.442500', '105110.902500', '105111.362500', '105111.822500', '105112.282500', '105112.742500', '105113.202500', '105113.662500', '105114.122500', '105114.582500', '105115.042500', '105115.502500', '105115.962500', '105116.422500', '105116.882500', '105117.342500', '105117.802500', '105118.262500', '105118.722500', '105119.182500', '105119.642500', '105120.102500', '105120.562500', '105121.022500', '105121.482500', '105121.942500', '105122.402500', '105122.862500', '105123.322500', '105123.782500', '105124.242500', '105124.702500', '105125.162500', '105125.622500', '105126.082500', '105126.542500', '105127.002500', '105127.462500', '105127.922500', '105128.382500', '105128.842500', '105129.302500', '105129.762500', '105130.222500', '105130.682500', '105131.142500', '105131.602500', '105132.062500', '105132.522500', '105132.982500', '105133.442500', '105133.902500', '105134.362500', '105134.822500', '105135.282500', '105135.742500', '105136.202500', '105136.662500', '105137.122500', '105137.582500', '105138.042500', '105138.502500', '105138.962500', '105139.422500', '105139.882500', '105140.342500', '105140.802500', '105141.262500', '105141.722500', '105142.182500', '105142.642500', '105143.102500', '105143.562500', '105144.022500', '105144.482500', '105144.942500', '105145.402500', '105145.862500', '105146.322500', '105146.782500', '105147.242500', '105147.702500', '105148.162500', '105148.622500', '105149.082500', '105149.542500', '105150.002500', '105150.462500', '105150.922500', '105151.382500', '105151.842500', '105152.302500', '105152.762500', '105153.222500', '105153.682500', '105154.142500', '105154.602500', '105155.062500', '105155.522500', '105155.982500', '105156.442500', '105156.902500', '105157.362500', '105157.822500', '105158.282500', '105158.742500', '105159.202500', '105159.662500', '105200.122500', '105200.582500', '105201.042500', '105201.502500', '105201.962500', '105202.422500', '105202.882500', '105203.342500', '105203.802500', '105204.262500', '105204.722500', '105205.182500', '105205.642500', '105206.102500', '105206.562500', '105207.022500', '105207.482500', '105207.942500', '105208.402500', '105208.862500', '105209.322500', '105209.782500', '105210.242500', '105210.702500', '105211.162500', '105211.622500', '105212.082500', '105212.542500', '105213.002500', '105213.462500', '105213.922500', '105214.382500', '105214.842500', '105215.302500', '105215.762500', '105216.222500', '105216.682500', '105217.142500', '105217.602500', '105218.062500', '105218.522500', '105218.982500', '105219.442500', '105219.902500', '105220.362500', '105220.822500', '105221.282500', '105221.742500', '105222.202500', '105222.662500', '105223.122500', '105223.582500', '105224.042500', '105224.502500', '105224.962500', '105225.422500', '105225.882500', '105226.342500', '105226.802500', '105227.262500', '105227.722500', '105228.182500', '105228.642500', '105229.102500', '105229.562500', '105230.022500', '105230.482500', '105230.942500', '105231.402500', '105231.862500', '105232.322500', '105232.782500', '105233.242500', '105233.702500', '105234.162500', '105234.622500', '105235.082500', '105235.542500', '105236.002500', '105236.462500', '105236.922500', '105237.382500', '105237.842500', '105238.302500', '105238.762500', '105239.222500', '105239.682500', '105240.142500', '105240.602500', '105241.062500', '105241.522500', '105241.982500', '105242.442500', '105242.902500', '105243.362500', '105243.822500', '105244.282500', '105244.742500', '105245.202500', '105245.662500', '105246.122500', '105246.582500', '105247.042500', '105247.502500', '105247.962500', '105248.422500', '105248.882500', '105249.342500', '105249.802500', '105250.262500', '105250.722500', '105251.182500', '105251.642500', '105252.102500', '105252.562500', '105253.022500', '105253.482500', '105253.942500', '105254.402500', '105254.862500', '105255.322500', '105255.782500', '105256.242500', '105256.702500', '105257.162500', '105257.622500', '105258.082500', '105258.542500', '105259.002500', '105259.462500', '105259.922500', '105300.382500', '105300.842500', '105301.302500', '105301.762500', '105302.222500', '105302.682500', '105303.142500', '105303.602500', '105304.062500', '105304.522500', '105304.982500', '105305.442500', '105305.902500', '105306.362500', '105306.822500', '105307.282500', '105307.742500', '105308.202500', '105308.662500', '105309.122500', '105309.582500', '105310.042500', '105310.502500', '105310.962500', '105311.422500', '105311.882500', '105312.342500', '105312.802500', '105313.262500', '105313.722500', '105314.182500', '105314.642500', '105315.102500', '105315.562500', '105316.022500', '105316.482500', '105316.942500', '105317.402500', '105317.862500', '105318.322500', '105318.782500', '105319.242500', '105319.702500', '105320.162500', '105320.622500', '105321.082500', '105321.542500', '105322.002500', '105322.462500', '105322.922500', '105323.382500', '105323.842500', '105324.302500', '105324.762500', '105325.222500', '105325.682500', '105326.142500', '105326.602500', '105327.062500', '105327.522500', '105327.982500', '105328.442500', '105328.902500', '105329.362500', '105329.822500', '105330.282500', '105330.742500', '105331.202500', '105331.662500', '105332.122500', '105332.582500', '105333.042500', '105333.502500', '105333.962500', '105334.422500', '105334.882500', '105335.342500', '105335.802500', '105336.262500', '105336.722500', '105337.182500', '105337.642500', '105338.102500', '105338.562500', '105339.022500', '105339.482500', '105339.942500', '105340.402500', '105340.862500', '105341.322500', '105341.782500', '105342.242500', '105342.702500', '105343.162500', '105343.622500', '105344.082500', '105344.542500', '105345.002500', '105345.462500', '105345.922500', '105346.382500', '105346.842500', '105347.302500', '105347.762500', '105348.222500', '105348.682500', '105349.142500', '105349.602500', '105350.062500', '105350.522500', '105350.982500', '105351.442500', '105351.902500', '105352.362500', '105352.822500', '105353.282500', '105353.742500', '105354.202500', '105354.662500', '105355.122500', '105355.582500', '105356.042500', '105356.502500', '105356.962500', '105357.422500', '105357.882500', '105358.342500', '105358.802500', '105359.262500', '105359.722500', '105400.182500', '105400.642500', '105401.102500', '105401.562500', '105402.022500', '105402.482500', '105402.942500', '105403.402500', '105403.862500', '105404.322500', '105404.782500', '105405.242500', '105405.702500', '105406.162500', '105406.622500', '105407.082500', '105407.542500', '105408.002500', '105408.462500', '105408.922500', '105409.382500', '105409.842500', '105410.302500', '105410.762500', '105411.222500', '105411.682500', '105412.142500', '105412.602500', '105413.062500', '105413.522500', '105413.982500', '105414.442500', '105414.902500', '105415.362500', '105415.822500', '105416.282500', '105416.742500', '105417.202500', '105417.662500', '105418.122500', '105418.582500', '105419.042500', '105419.502500', '105419.962500', '105420.422500', '105420.882500', '105421.342500', '105421.802500', '105422.262500', '105422.722500', '105423.182500', '105423.642500', '105424.102500', '105424.562500', '105425.022500', '105425.482500', '105425.942500', '105426.402500', '105426.862500', '105427.322500', '105427.782500', '105428.242500', '105428.702500', '105429.162500', '105429.622500', '105430.082500', '105430.542500', '105431.002500', '105431.462500', '105431.922500', '105432.382500', '105432.842500', '105433.302500', '105433.762500', '105434.222500', '105434.682500', '105435.142500', '105435.602500', '105436.062500', '105436.522500', '105436.982500', '105437.442500', '105437.902500', '105438.362500', '105438.822500', '105439.282500', '105439.742500', '105440.202500', '105440.662500', '105441.122500', '105441.582500', '105442.042500', '105442.502500', '105442.962500', '105443.422500', '105443.882500', '105444.342500', '105444.802500', '105445.262500', '105445.722500', '105446.182500', '105446.642500', '105447.102500', '105447.562500', '105448.022500', '105448.482500', '105448.942500', '105449.402500', '105449.862500', '105450.322500', '105450.782500', '105451.242500', '105451.702500', '105452.162500', '105452.622500', '105453.082500', '105453.542500', '105454.002500', '105454.462500', '105454.922500', '105455.382500', '105455.842500', '105456.302500', '105456.762500', '105457.222500', '105457.682500', '105458.142500', '105458.602500', '105459.062500', '105459.522500', '105459.982500', '105500.442500', '105500.902500', '105501.362500', '105501.822500', '105502.282500', '105502.742500', '105503.202500', '105503.662500', '105504.122500', '105504.582500', '105505.042500', '105505.502500', '105505.962500', '105506.422500', '105506.882500', '105507.342500', '105507.802500', '105508.262500', '105508.722500', '105509.182500', '105509.642500', '105510.102500', '105510.562500', '105511.022500', '105511.482500', '105511.942500', '105512.402500', '105512.862500', '105513.322500', '105513.782500', '105514.242500', '105514.702500', '105515.162500', '105515.622500', '105516.082500', '105516.542500', '105517.002500', '105517.462500', '105517.922500', '105518.382500', '105518.842500', '105519.302500', '105519.762500', '105520.222500', '105520.682500', '105521.142500', '105521.602500', '105522.062500', '105522.522500', '105522.982500', '105523.442500', '105523.902500', '105524.362500', '105524.822500', '105525.282500', '105525.742500', '105526.202500', '105526.662500', '105527.122500', '105527.582500', '105528.042500', '105528.502500', '105528.962500', '105529.422500', '105529.882500', '105530.342500', '105530.802500', '105531.262500', '105531.722500', '105532.182500', '105532.642500', '105533.102500', '105533.562500', '105534.022500', '105534.482500', '105534.942500', '105535.402500', '105535.862500', '105536.322500', '105536.782500', '105537.242500', '105537.702500', '105538.162500', '105538.622500', '105539.082500', '105539.542500', '105540.002500', '105540.462500', '105540.922500', '105541.382500', '105541.842500', '105542.302500', '105542.762500', '105543.222500', '105543.682500', '105544.142500', '105544.602500', '105545.062500', '105545.522500', '105545.982500', '105546.442500', '105546.902500', '105547.362500', '105547.822500', '105548.282500', '105548.742500', '105549.202500', '105549.662500', '105550.122500', '105550.582500', '105551.042500', '105551.502500', '105551.962500', '105552.422500', '105552.882500', '105553.342500', '105553.802500', '105554.262500', '105554.722500', '105555.182500', '105555.642500', '105556.102500', '105556.562500', '105557.022500', '105557.482500', '105557.942500', '105558.402500', '105558.862500', '105559.322500', '105559.782500', '105600.242500', '105600.702500', '105601.162500', '105601.622500', '105602.082500', '105602.542500', '105603.002500', '105603.462500'], 'ContentTime': ['104952.036000', '104952.039000', '104952.042000', '104952.045000', '104952.048000', '104952.051000', '104952.054000', '104952.057000', '104952.059000', '104952.062000', '104952.065000', '104952.068000', '104952.071000', '104952.074000', '104952.076000', '104952.079000', '104952.082000', '104952.085000', '104952.088000', '104952.091000', '104952.099000', '104952.103000', '104952.106000', '104952.108000', '104952.111000', '104952.114000', '104952.117000', '104952.120000', '104952.123000', '104952.126000', '104952.128000', '104952.131000', '104952.134000', '104952.137000', '104952.140000', '104952.142000', '104952.145000', '104952.148000', '104952.151000', '104952.154000', '104952.157000', '104952.164000', '104952.167000', '104952.169000', '104952.172000', '104952.175000', '104952.178000', '104952.181000', '104952.184000', '104952.187000', '104952.189000', '104952.192000', '104952.195000', '104952.198000', '104952.201000', '104952.203000', '104952.206000', '104952.209000', '104952.212000', '104952.215000', '104952.217000', '105011.998000', '105012.002000', '105012.005000', '105012.007000', '105012.010000', '105012.013000', '105012.016000', '105012.019000', '105012.021000', '105012.024000', '105012.027000', '105012.030000', '105012.033000', '105012.035000', '105012.038000', '105012.041000', '105012.044000', '105012.046000', '105012.049000', '105012.052000', '105012.055000', '105012.057000', '105012.060000', '105012.063000', '105012.066000', '105012.069000', '105012.071000', '105012.074000', '105012.077000', '105012.080000', '105012.083000', '105012.085000', '105012.088000', '105012.091000', '105012.094000', '105012.096000', '105012.099000', '105012.102000', '105012.105000', '105012.108000', '105012.110000', '105012.113000', '105012.116000', '105012.119000', '105031.997000', '105032.001000', '105032.004000', '105032.010000', '105032.013000', '105032.016000', '105032.019000', '105032.022000', '105032.024000', '105032.027000', '105032.030000', '105032.033000', '105032.036000', '105032.038000', '105032.041000', '105032.045000', '105032.048000', '105032.050000', '105032.053000', '105032.056000', '105032.059000', '105032.062000', '105032.065000', '105032.067000', '105032.070000', '105032.073000', '105032.076000', '105032.085000', '105032.087000', '105032.090000', '105032.093000', '105032.096000', '105032.099000', '105032.102000', '105032.104000', '105032.119000', '105032.122000', '105032.125000', '105032.128000', '105032.131000', '105032.133000', '105032.136000', '105032.139000', '105051.997000', '105052.001000', '105052.003000', '105052.006000', '105052.009000', '105052.012000', '105052.015000', '105052.018000', '105052.021000', '105052.024000', '105052.026000', '105052.029000', '105052.032000', '105052.035000', '105052.037000', '105052.040000', '105052.043000', '105052.046000', '105052.049000', '105052.052000', '105052.055000', '105052.057000', '105052.060000', '105052.063000', '105052.066000', '105052.069000', '105052.072000', '105052.074000', '105052.077000', '105052.080000', '105052.083000', '105052.086000', '105052.088000', '105052.091000', '105052.094000', '105052.097000', '105052.100000', '105052.102000', '105052.105000', '105052.108000', '105052.111000', '105052.113000', '105052.116000', '105052.119000', '105111.997000', '105112.001000', '105112.004000', '105112.006000', '105112.009000', '105112.012000', '105112.015000', '105112.018000', '105112.020000', '105112.023000', '105112.026000', '105112.029000', '105112.032000', '105112.034000', '105112.037000', '105112.040000', '105112.043000', '105112.046000', '105112.049000', '105112.052000', '105112.054000', '105112.057000', '105112.060000', '105112.063000', '105112.066000', '105112.069000', '105112.072000', '105112.074000', '105112.077000', '105112.080000', '105112.083000', '105112.086000', '105112.088000', '105112.091000', '105112.094000', '105112.097000', '105112.100000', '105112.102000', '105112.105000', '105112.108000', '105112.111000', '105112.114000', '105112.116000', '105131.997000', '105132.001000', '105132.004000', '105132.006000', '105132.009000', '105132.012000', '105132.015000', '105132.018000', '105132.020000', '105132.023000', '105132.026000', '105132.029000', '105132.032000', '105132.035000', '105132.038000', '105132.041000', '105132.044000', '105132.046000', '105132.049000', '105132.052000', '105132.055000', '105132.058000', '105132.061000', '105132.064000', '105132.066000', '105132.069000', '105132.072000', '105132.075000', '105132.078000', '105132.080000', '105132.083000', '105132.086000', '105132.089000', '105132.092000', '105132.095000', '105132.098000', '105132.101000', '105132.103000', '105132.106000', '105132.109000', '105132.112000', '105132.115000', '105132.117000', '105132.120000', '105151.997000', '105152.001000', '105152.004000', '105152.007000', '105152.009000', '105152.012000', '105152.015000', '105152.018000', '105152.021000', '105152.023000', '105152.026000', '105152.029000', '105152.032000', '105152.035000', '105152.037000', '105152.040000', '105152.043000', '105152.046000', '105152.049000', '105152.052000', '105152.054000', '105152.057000', '105152.060000', '105152.063000', '105152.066000', '105152.069000', '105152.071000', '105152.074000', '105152.077000', '105152.080000', '105152.084000', '105152.087000', '105152.090000', '105152.093000', '105152.096000', '105152.099000', '105152.101000', '105152.104000', '105152.107000', '105152.110000', '105152.113000', '105152.116000', '105152.119000', '105211.998000', '105212.002000', '105212.005000', '105212.008000', '105212.010000', '105212.013000', '105212.016000', '105212.019000', '105212.022000', '105212.024000', '105212.027000', '105212.030000', '105212.033000', '105212.035000', '105212.038000', '105212.041000', '105212.044000', '105212.047000', '105212.051000', '105212.054000', '105212.056000', '105212.059000', '105212.062000', '105212.065000', '105212.067000', '105212.070000', '105212.073000', '105212.076000', '105212.079000', '105212.081000', '105212.084000', '105212.087000', '105212.101000', '105212.104000', '105212.106000', '105212.109000', '105212.112000', '105212.115000', '105212.124000', '105212.127000', '105212.129000', '105212.132000', '105212.135000', '105212.138000', '105231.998000', '105232.002000', '105232.005000', '105232.008000', '105232.011000', '105232.013000', '105232.016000', '105232.019000', '105232.022000', '105232.025000', '105232.027000', '105232.030000', '105232.033000', '105232.036000', '105232.039000', '105232.042000', '105232.045000', '105232.047000', '105232.050000', '105232.053000', '105232.056000', '105232.059000', '105232.061000', '105232.064000', '105232.067000', '105232.070000', '105232.072000', '105232.075000', '105232.078000', '105232.081000', '105232.084000', '105232.086000', '105232.089000', '105232.092000', '105232.095000', '105232.098000', '105232.101000', '105232.103000', '105232.106000', '105232.109000', '105232.112000', '105232.115000', '105232.117000', '105251.997000', '105252.001000', '105252.004000', '105252.007000', '105252.009000', '105252.012000', '105252.015000', '105252.018000', '105252.021000', '105252.024000', '105252.027000', '105252.029000', '105252.032000', '105252.035000', '105252.038000', '105252.041000', '105252.044000', '105252.047000', '105252.050000', '105252.052000', '105252.055000', '105252.058000', '105252.061000', '105252.064000', '105252.067000', '105252.077000', '105252.080000', '105252.083000', '105252.086000', '105252.089000', '105252.092000', '105252.094000', '105252.097000', '105252.100000', '105252.103000', '105252.106000', '105252.109000', '105252.111000', '105252.114000', '105252.117000', '105252.120000', '105252.123000', '105252.126000', '105252.128000', '105311.997000', '105312.001000', '105312.004000', '105312.007000', '105312.010000', '105312.012000', '105312.015000', '105312.018000', '105312.021000', '105312.024000', '105312.026000', '105312.029000', '105312.032000', '105312.035000', '105312.038000', '105312.041000', '105312.044000', '105312.046000', '105312.049000', '105312.052000', '105312.055000', '105312.057000', '105312.060000', '105312.063000', '105312.066000', '105312.069000', '105312.071000', '105312.074000', '105312.077000', '105312.086000', '105312.089000', '105312.092000', '105312.094000', '105312.097000', '105312.100000', '105312.103000', '105312.106000', '105312.108000', '105312.111000', '105312.114000', '105312.117000', '105312.120000', '105312.124000', '105331.997000', '105332.001000', '105332.004000', '105332.006000', '105332.009000', '105332.012000', '105332.015000', '105332.018000', '105332.020000', '105332.023000', '105332.026000', '105332.029000', '105332.031000', '105332.034000', '105332.037000', '105332.040000', '105332.043000', '105332.046000', '105332.048000', '105332.051000', '105332.054000', '105332.057000', '105332.060000', '105332.062000', '105332.065000', '105332.068000', '105332.071000', '105332.074000', '105332.076000', '105332.079000', '105332.082000', '105332.085000', '105332.088000', '105332.091000', '105332.094000', '105332.096000', '105332.099000', '105332.102000', '105332.105000', '105332.108000', '105332.110000', '105332.113000', '105332.116000', '105332.119000', '105351.997000', '105352.001000', '105352.004000', '105352.007000', '105352.010000', '105352.012000', '105352.015000', '105352.018000', '105352.021000', '105352.023000', '105352.026000', '105352.029000', '105352.042000', '105352.045000', '105352.048000', '105352.051000', '105352.053000', '105352.056000', '105352.059000', '105352.062000', '105352.064000', '105352.067000', '105352.070000', '105352.073000', '105352.076000', '105352.078000', '105352.081000', '105352.084000', '105352.087000', '105352.090000', '105352.093000', '105352.095000', '105352.098000', '105352.101000', '105352.104000', '105352.106000', '105352.109000', '105352.112000', '105352.115000', '105352.118000', '105352.121000', '105352.124000', '105352.127000', '105411.997000', '105412.001000', '105412.004000', '105412.006000', '105412.009000', '105412.012000', '105412.015000', '105412.018000', '105412.021000', '105412.023000', '105412.026000', '105412.029000', '105412.032000', '105412.035000', '105412.038000', '105412.040000', '105412.043000', '105412.046000', '105412.049000', '105412.052000', '105412.055000', '105412.058000', '105412.061000', '105412.064000', '105412.067000', '105412.069000', '105412.072000', '105412.075000', '105412.078000', '105412.081000', '105412.083000', '105412.086000', '105412.089000', '105412.092000', '105412.095000', '105412.098000', '105412.100000', '105412.103000', '105412.106000', '105412.109000', '105412.112000', '105412.114000', '105412.117000', '105412.120000', '105431.998000', '105432.002000', '105432.005000', '105432.008000', '105432.010000', '105432.013000', '105432.016000', '105432.019000', '105432.022000', '105432.024000', '105432.027000', '105432.030000', '105432.033000', '105432.036000', '105432.039000', '105432.041000', '105432.044000', '105432.047000', '105432.050000', '105432.053000', '105432.056000', '105432.058000', '105432.061000', '105432.064000', '105432.067000', '105432.070000', '105432.072000', '105432.075000', '105432.078000', '105432.081000', '105432.084000', '105432.087000', '105432.089000', '105432.092000', '105432.095000', '105432.098000', '105432.101000', '105432.103000', '105432.106000', '105432.109000', '105432.112000', '105432.115000', '105432.118000', '105451.998000', '105452.002000', '105452.005000', '105452.008000', '105452.011000', '105452.013000', '105452.016000', '105452.019000', '105452.022000', '105452.025000', '105452.027000', '105452.030000', '105452.033000', '105452.036000', '105452.039000', '105452.041000', '105452.044000', '105452.047000', '105452.050000', '105452.053000', '105452.055000', '105452.058000', '105452.061000', '105452.064000', '105452.067000', '105452.069000', '105452.072000', '105452.075000', '105452.078000', '105452.081000', '105452.083000', '105452.086000', '105452.089000', '105452.092000', '105452.095000', '105452.098000', '105452.100000', '105452.106000', '105452.109000', '105452.112000', '105452.115000', '105452.118000', '105452.121000', '105511.997000', '105512.001000', '105512.004000', '105512.007000', '105512.009000', '105512.012000', '105512.015000', '105512.018000', '105512.020000', '105512.023000', '105512.026000', '105512.029000', '105512.032000', '105512.034000', '105512.037000', '105512.040000', '105512.043000', '105512.046000', '105512.048000', '105512.051000', '105512.054000', '105512.057000', '105512.060000', '105512.062000', '105512.079000', '105512.084000', '105512.087000', '105512.090000', '105512.093000', '105512.095000', '105512.098000', '105512.101000', '105512.104000', '105512.107000', '105512.110000', '105512.112000', '105512.115000', '105512.118000', '105512.121000', '105512.124000', '105512.127000', '105512.129000', '105512.132000', '105512.135000', '105531.997000', '105532.001000', '105532.004000', '105532.007000', '105532.009000', '105532.012000', '105532.015000', '105532.018000', '105532.021000', '105532.024000', '105532.026000', '105532.030000', '105532.035000', '105532.038000', '105532.041000', '105532.044000', '105532.047000', '105532.050000', '105532.052000', '105532.055000', '105532.058000', '105532.061000', '105532.063000', '105532.066000', '105532.069000', '105532.072000', '105532.075000', '105532.077000', '105532.080000', '105532.083000', '105532.086000', '105532.089000', '105532.091000', '105532.094000', '105532.097000', '105532.100000', '105532.102000', '105532.105000', '105532.108000', '105532.111000', '105532.114000', '105532.116000', '105532.119000', '105551.997000', '105552.001000', '105552.004000', '105552.007000', '105552.009000', '105552.012000', '105552.015000', '105552.018000', '105552.021000', '105552.024000', '105552.027000', '105552.029000', '105552.032000', '105552.035000', '105552.038000', '105552.041000', '105552.043000', '105552.046000', '105552.049000', '105552.052000', '105552.055000', '105552.058000', '105552.061000', '105552.063000', '105552.066000', '105552.069000', '105552.072000', '105552.075000', '105552.077000', '105552.080000', '105552.083000', '105552.086000', '105552.089000', '105552.092000', '105552.094000', '105552.097000', '105552.100000', '105552.103000', '105552.106000', '105552.109000', '105552.112000', '105552.115000', '105552.118000', '105552.121000', '105604.727000', '105604.730000', '105604.733000', '105604.736000', '105604.739000', '105604.742000', '105604.744000', '105604.747000', '105604.750000', '105604.753000', '105604.756000', '105604.759000', '105604.761000', '105604.764000', '105604.767000', '105604.827000', '105604.830000', '105604.833000', '105604.836000', '105604.839000', '105604.841000', '105604.844000', '105604.847000', '105604.850000', '105604.853000', '105604.855000', '105604.858000', '105604.861000'], 'InstanceCreationTime': ['104952.036000', '104952.039000', '104952.042000', '104952.045000', '104952.048000', '104952.051000', '104952.054000', '104952.057000', '104952.059000', '104952.062000', '104952.065000', '104952.068000', '104952.071000', '104952.074000', '104952.076000', '104952.079000', '104952.082000', '104952.085000', '104952.088000', '104952.091000', '104952.099000', '104952.103000', '104952.106000', '104952.108000', '104952.111000', '104952.114000', '104952.117000', '104952.120000', '104952.123000', '104952.126000', '104952.128000', '104952.131000', '104952.134000', '104952.137000', '104952.140000', '104952.142000', '104952.145000', '104952.148000', '104952.151000', '104952.154000', '104952.157000', '104952.164000', '104952.167000', '104952.169000', '104952.172000', '104952.175000', '104952.178000', '104952.181000', '104952.184000', '104952.187000', '104952.189000', '104952.192000', '104952.195000', '104952.198000', '104952.201000', '104952.203000', '104952.206000', '104952.209000', '104952.212000', '104952.215000', '104952.217000', '105011.998000', '105012.002000', '105012.005000', '105012.007000', '105012.010000', '105012.013000', '105012.016000', '105012.019000', '105012.021000', '105012.024000', '105012.027000', '105012.030000', '105012.033000', '105012.035000', '105012.038000', '105012.041000', '105012.044000', '105012.046000', '105012.049000', '105012.052000', '105012.055000', '105012.057000', '105012.060000', '105012.063000', '105012.066000', '105012.069000', '105012.071000', '105012.074000', '105012.077000', '105012.080000', '105012.083000', '105012.085000', '105012.088000', '105012.091000', '105012.094000', '105012.096000', '105012.099000', '105012.102000', '105012.105000', '105012.108000', '105012.110000', '105012.113000', '105012.116000', '105012.119000', '105031.997000', '105032.001000', '105032.004000', '105032.010000', '105032.013000', '105032.016000', '105032.019000', '105032.022000', '105032.024000', '105032.027000', '105032.030000', '105032.033000', '105032.036000', '105032.038000', '105032.041000', '105032.045000', '105032.048000', '105032.050000', '105032.053000', '105032.056000', '105032.059000', '105032.062000', '105032.065000', '105032.067000', '105032.070000', '105032.073000', '105032.076000', '105032.085000', '105032.087000', '105032.090000', '105032.093000', '105032.096000', '105032.099000', '105032.102000', '105032.104000', '105032.119000', '105032.122000', '105032.125000', '105032.128000', '105032.131000', '105032.133000', '105032.136000', '105032.139000', '105051.997000', '105052.001000', '105052.003000', '105052.006000', '105052.009000', '105052.012000', '105052.015000', '105052.018000', '105052.021000', '105052.024000', '105052.026000', '105052.029000', '105052.032000', '105052.035000', '105052.037000', '105052.040000', '105052.043000', '105052.046000', '105052.049000', '105052.052000', '105052.055000', '105052.057000', '105052.060000', '105052.063000', '105052.066000', '105052.069000', '105052.072000', '105052.074000', '105052.077000', '105052.080000', '105052.083000', '105052.086000', '105052.088000', '105052.091000', '105052.094000', '105052.097000', '105052.100000', '105052.102000', '105052.105000', '105052.108000', '105052.111000', '105052.113000', '105052.116000', '105052.119000', '105111.997000', '105112.001000', '105112.004000', '105112.006000', '105112.009000', '105112.012000', '105112.015000', '105112.018000', '105112.020000', '105112.023000', '105112.026000', '105112.029000', '105112.032000', '105112.034000', '105112.037000', '105112.040000', '105112.043000', '105112.046000', '105112.049000', '105112.052000', '105112.054000', '105112.057000', '105112.060000', '105112.063000', '105112.066000', '105112.069000', '105112.072000', '105112.074000', '105112.077000', '105112.080000', '105112.083000', '105112.086000', '105112.088000', '105112.091000', '105112.094000', '105112.097000', '105112.100000', '105112.102000', '105112.105000', '105112.108000', '105112.111000', '105112.114000', '105112.116000', '105131.997000', '105132.001000', '105132.004000', '105132.006000', '105132.009000', '105132.012000', '105132.015000', '105132.018000', '105132.020000', '105132.023000', '105132.026000', '105132.029000', '105132.032000', '105132.035000', '105132.038000', '105132.041000', '105132.044000', '105132.046000', '105132.049000', '105132.052000', '105132.055000', '105132.058000', '105132.061000', '105132.064000', '105132.066000', '105132.069000', '105132.072000', '105132.075000', '105132.078000', '105132.080000', '105132.083000', '105132.086000', '105132.089000', '105132.092000', '105132.095000', '105132.098000', '105132.101000', '105132.103000', '105132.106000', '105132.109000', '105132.112000', '105132.115000', '105132.117000', '105132.120000', '105151.997000', '105152.001000', '105152.004000', '105152.007000', '105152.009000', '105152.012000', '105152.015000', '105152.018000', '105152.021000', '105152.023000', '105152.026000', '105152.029000', '105152.032000', '105152.035000', '105152.037000', '105152.040000', '105152.043000', '105152.046000', '105152.049000', '105152.052000', '105152.054000', '105152.057000', '105152.060000', '105152.063000', '105152.066000', '105152.069000', '105152.071000', '105152.074000', '105152.077000', '105152.080000', '105152.084000', '105152.087000', '105152.090000', '105152.093000', '105152.096000', '105152.099000', '105152.101000', '105152.104000', '105152.107000', '105152.110000', '105152.113000', '105152.116000', '105152.119000', '105211.998000', '105212.002000', '105212.005000', '105212.008000', '105212.010000', '105212.013000', '105212.016000', '105212.019000', '105212.022000', '105212.024000', '105212.027000', '105212.030000', '105212.033000', '105212.035000', '105212.038000', '105212.041000', '105212.044000', '105212.047000', '105212.051000', '105212.054000', '105212.056000', '105212.059000', '105212.062000', '105212.065000', '105212.067000', '105212.070000', '105212.073000', '105212.076000', '105212.079000', '105212.081000', '105212.084000', '105212.087000', '105212.101000', '105212.104000', '105212.106000', '105212.109000', '105212.112000', '105212.115000', '105212.124000', '105212.127000', '105212.129000', '105212.132000', '105212.135000', '105212.138000', '105231.998000', '105232.002000', '105232.005000', '105232.008000', '105232.011000', '105232.013000', '105232.016000', '105232.019000', '105232.022000', '105232.025000', '105232.027000', '105232.030000', '105232.033000', '105232.036000', '105232.039000', '105232.042000', '105232.045000', '105232.047000', '105232.050000', '105232.053000', '105232.056000', '105232.059000', '105232.061000', '105232.064000', '105232.067000', '105232.070000', '105232.072000', '105232.075000', '105232.078000', '105232.081000', '105232.084000', '105232.086000', '105232.089000', '105232.092000', '105232.095000', '105232.098000', '105232.101000', '105232.103000', '105232.106000', '105232.109000', '105232.112000', '105232.115000', '105232.117000', '105251.997000', '105252.001000', '105252.004000', '105252.007000', '105252.009000', '105252.012000', '105252.015000', '105252.018000', '105252.021000', '105252.024000', '105252.027000', '105252.029000', '105252.032000', '105252.035000', '105252.038000', '105252.041000', '105252.044000', '105252.047000', '105252.050000', '105252.052000', '105252.055000', '105252.058000', '105252.061000', '105252.064000', '105252.067000', '105252.077000', '105252.080000', '105252.083000', '105252.086000', '105252.089000', '105252.092000', '105252.094000', '105252.097000', '105252.100000', '105252.103000', '105252.106000', '105252.109000', '105252.111000', '105252.114000', '105252.117000', '105252.120000', '105252.123000', '105252.126000', '105252.128000', '105311.997000', '105312.001000', '105312.004000', '105312.007000', '105312.010000', '105312.012000', '105312.015000', '105312.018000', '105312.021000', '105312.024000', '105312.026000', '105312.029000', '105312.032000', '105312.035000', '105312.038000', '105312.041000', '105312.044000', '105312.046000', '105312.049000', '105312.052000', '105312.055000', '105312.057000', '105312.060000', '105312.063000', '105312.066000', '105312.069000', '105312.071000', '105312.074000', '105312.077000', '105312.086000', '105312.089000', '105312.092000', '105312.094000', '105312.097000', '105312.100000', '105312.103000', '105312.106000', '105312.108000', '105312.111000', '105312.114000', '105312.117000', '105312.120000', '105312.124000', '105331.997000', '105332.001000', '105332.004000', '105332.006000', '105332.009000', '105332.012000', '105332.015000', '105332.018000', '105332.020000', '105332.023000', '105332.026000', '105332.029000', '105332.031000', '105332.034000', '105332.037000', '105332.040000', '105332.043000', '105332.046000', '105332.048000', '105332.051000', '105332.054000', '105332.057000', '105332.060000', '105332.062000', '105332.065000', '105332.068000', '105332.071000', '105332.074000', '105332.076000', '105332.079000', '105332.082000', '105332.085000', '105332.088000', '105332.091000', '105332.094000', '105332.096000', '105332.099000', '105332.102000', '105332.105000', '105332.108000', '105332.110000', '105332.113000', '105332.116000', '105332.119000', '105351.997000', '105352.001000', '105352.004000', '105352.007000', '105352.010000', '105352.012000', '105352.015000', '105352.018000', '105352.021000', '105352.023000', '105352.026000', '105352.029000', '105352.042000', '105352.045000', '105352.048000', '105352.051000', '105352.053000', '105352.056000', '105352.059000', '105352.062000', '105352.064000', '105352.067000', '105352.070000', '105352.073000', '105352.076000', '105352.078000', '105352.081000', '105352.084000', '105352.087000', '105352.090000', '105352.093000', '105352.095000', '105352.098000', '105352.101000', '105352.104000', '105352.106000', '105352.109000', '105352.112000', '105352.115000', '105352.118000', '105352.121000', '105352.124000', '105352.127000', '105411.997000', '105412.001000', '105412.004000', '105412.006000', '105412.009000', '105412.012000', '105412.015000', '105412.018000', '105412.021000', '105412.023000', '105412.026000', '105412.029000', '105412.032000', '105412.035000', '105412.038000', '105412.040000', '105412.043000', '105412.046000', '105412.049000', '105412.052000', '105412.055000', '105412.058000', '105412.061000', '105412.064000', '105412.067000', '105412.069000', '105412.072000', '105412.075000', '105412.078000', '105412.081000', '105412.083000', '105412.086000', '105412.089000', '105412.092000', '105412.095000', '105412.098000', '105412.100000', '105412.103000', '105412.106000', '105412.109000', '105412.112000', '105412.114000', '105412.117000', '105412.120000', '105431.998000', '105432.002000', '105432.005000', '105432.008000', '105432.010000', '105432.013000', '105432.016000', '105432.019000', '105432.022000', '105432.024000', '105432.027000', '105432.030000', '105432.033000', '105432.036000', '105432.039000', '105432.041000', '105432.044000', '105432.047000', '105432.050000', '105432.053000', '105432.056000', '105432.058000', '105432.061000', '105432.064000', '105432.067000', '105432.070000', '105432.072000', '105432.075000', '105432.078000', '105432.081000', '105432.084000', '105432.087000', '105432.089000', '105432.092000', '105432.095000', '105432.098000', '105432.101000', '105432.103000', '105432.106000', '105432.109000', '105432.112000', '105432.115000', '105432.118000', '105451.998000', '105452.002000', '105452.005000', '105452.008000', '105452.011000', '105452.013000', '105452.016000', '105452.019000', '105452.022000', '105452.025000', '105452.027000', '105452.030000', '105452.033000', '105452.036000', '105452.039000', '105452.041000', '105452.044000', '105452.047000', '105452.050000', '105452.053000', '105452.055000', '105452.058000', '105452.061000', '105452.064000', '105452.067000', '105452.069000', '105452.072000', '105452.075000', '105452.078000', '105452.081000', '105452.083000', '105452.086000', '105452.089000', '105452.092000', '105452.095000', '105452.098000', '105452.100000', '105452.106000', '105452.109000', '105452.112000', '105452.115000', '105452.118000', '105452.121000', '105511.997000', '105512.001000', '105512.004000', '105512.007000', '105512.009000', '105512.012000', '105512.015000', '105512.018000', '105512.020000', '105512.023000', '105512.026000', '105512.029000', '105512.032000', '105512.034000', '105512.037000', '105512.040000', '105512.043000', '105512.046000', '105512.048000', '105512.051000', '105512.054000', '105512.057000', '105512.060000', '105512.062000', '105512.079000', '105512.084000', '105512.087000', '105512.090000', '105512.093000', '105512.095000', '105512.098000', '105512.101000', '105512.104000', '105512.107000', '105512.110000', '105512.112000', '105512.115000', '105512.118000', '105512.121000', '105512.124000', '105512.127000', '105512.129000', '105512.132000', '105512.135000', '105531.997000', '105532.001000', '105532.004000', '105532.007000', '105532.009000', '105532.012000', '105532.015000', '105532.018000', '105532.021000', '105532.024000', '105532.026000', '105532.030000', '105532.035000', '105532.038000', '105532.041000', '105532.044000', '105532.047000', '105532.050000', '105532.052000', '105532.055000', '105532.058000', '105532.061000', '105532.063000', '105532.066000', '105532.069000', '105532.072000', '105532.075000', '105532.077000', '105532.080000', '105532.083000', '105532.086000', '105532.089000', '105532.091000', '105532.094000', '105532.097000', '105532.100000', '105532.102000', '105532.105000', '105532.108000', '105532.111000', '105532.114000', '105532.116000', '105532.119000', '105551.997000', '105552.001000', '105552.004000', '105552.007000', '105552.009000', '105552.012000', '105552.015000', '105552.018000', '105552.021000', '105552.024000', '105552.027000', '105552.029000', '105552.032000', '105552.035000', '105552.038000', '105552.041000', '105552.043000', '105552.046000', '105552.049000', '105552.052000', '105552.055000', '105552.058000', '105552.061000', '105552.063000', '105552.066000', '105552.069000', '105552.072000', '105552.075000', '105552.077000', '105552.080000', '105552.083000', '105552.086000', '105552.089000', '105552.092000', '105552.094000', '105552.097000', '105552.100000', '105552.103000', '105552.106000', '105552.109000', '105552.112000', '105552.115000', '105552.118000', '105552.121000', '105604.727000', '105604.730000', '105604.733000', '105604.736000', '105604.739000', '105604.742000', '105604.744000', '105604.747000', '105604.750000', '105604.753000', '105604.756000', '105604.759000', '105604.761000', '105604.764000', '105604.767000', '105604.827000', '105604.830000', '105604.833000', '105604.836000', '105604.839000', '105604.841000', '105604.844000', '105604.847000', '105604.850000', '105604.853000', '105604.855000', '105604.858000', '105604.861000'], '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': [7996, 7887, 7631, 7573, 7399, 7221, 8662, 7562, 9416, 7889, 9113, 7360, 10341, 9302, 9836, 9876, 9025, 7633, 8253, 7136, 7441, 8486, 7730, 7300, 7694, 7966, 7262, 8935, 8024, 7261, 9698, 10114, 8687, 8906, 7442, 7992, 10054, 9705, 12283, 13580, 11923, 9403, 7290, 8145, 6948, 7641, 9277, 8417, 7538, 9663, 7621, 7728, 10608, 7341, 7564, 8675, 7344, 7544, 7891, 6726, 7556, 7778, 7203, 7583, 8491, 7385, 7446, 9743, 7188, 7330, 9610, 7365, 7692, 8496, 7443, 7636, 7081, 6731, 7326, 6760, 7124, 6731, 6742, 6814, 8479, 7069, 7084, 7537, 9184, 8391, 7659, 10769, 8106, 7717, 8320, 7574, 8192, 11692, 7786, 12086, 6667, 8129, 9580, 6658, 6685, 9532, 12201, 12558, 14899, 13937, 13734, 15975, 12936, 13091, 14800, 12347, 14279, 13223, 11720, 13838, 8949, 11121, 8346, 6851, 7687, 7517, 6738, 6907, 6869, 7240, 6590, 6543, 6445, 8244, 6892, 6653, 7580, 7333, 6784, 7948, 6847, 6732, 7162, 6776, 7467, 7083, 6894, 7115, 7482, 7621, 7020, 6784, 7924, 7324, 7223, 6993, 7105, 7009, 6729, 8634, 6781, 7727, 8050, 7164, 11060, 9303, 8784, 12184, 9944, 7310, 11851, 9972, 7335, 12204, 8366, 7096, 9716, 9095, 7551, 6708, 6958, 6834, 6702, 7933, 6751, 6841, 7126, 7975, 6826, 6528, 6827, 7538, 6648, 10152, 8807, 9123, 13105, 10742, 13567, 12933, 11655, 13163, 11026, 13584, 11448, 12493, 10727, 8565, 11793, 8762, 6936, 6640, 7322, 6904, 6721, 7371, 6980, 6722, 7275, 7142, 7705, 7043, 8519, 7249, 11027, 7730, 11093, 8439, 8038, 7044, 6983, 6788, 7143, 7050, 6923, 7113, 7095, 6957, 6982, 6893, 7995, 6682, 6923, 6734, 6718, 8272, 7179, 6665, 6830, 7669, 6374, 8514, 7065, 6710, 7637, 6925, 6464, 9499, 7149, 6733, 8226, 6837, 6885, 9234, 6955, 6997, 6530, 7041, 9393, 8697, 6812, 7534, 6620, 7054, 8640, 8050, 6726, 6950, 7910, 12902, 11564, 11908, 13061, 12199, 11700, 9980, 10343, 10028, 7894, 7825, 11710, 9266, 8886, 12204, 9080, 10873, 12889, 10970, 12646, 9271, 7526, 8321, 6778, 7302, 6715, 7331, 8835, 7072, 7306, 7576, 7069, 7640, 7080, 7326, 7074, 7146, 6622, 7045, 6732, 7011, 6999, 6944, 7812, 6649, 7127, 7843, 6633, 6746, 6712, 7817, 6839, 9907, 7751, 12178, 9349, 11706, 9500, 9694, 7979, 6672, 9874, 7627, 6848, 6881, 7120, 6635, 6748, 6603, 6711, 7545, 6756, 6841, 6591, 8285, 7453, 6731, 9792, 7357, 6914, 7530, 6698, 6659, 6917, 6666, 8335, 6827, 7214, 7365, 6684, 11131, 6611, 10614, 7055, 7179, 6833, 6649, 8650, 7076, 6654, 6692, 6703, 6614, 6958, 7262, 6777, 6653, 7201, 6574, 6821, 7147, 6642, 7982, 7086, 8237, 8364, 7019, 9559, 7773, 7003, 7171, 6858, 7147, 6878, 9790, 7690, 6770, 8851, 7266, 6760, 7137, 7582, 8035, 6748, 7575, 9126, 8561, 9356, 8812, 8729, 8259, 8218, 7967, 7438, 6942, 6760, 6942, 7090, 6761, 7047, 7966, 6772, 7527, 7461, 7075, 7758, 7627, 6996, 7450, 6713, 7678, 6759, 8705, 6859, 9117, 6958, 9419, 6884, 9766, 7073, 8263, 6973, 7026, 6901, 6814, 6885, 6817, 8015, 6898, 7360, 8219, 8538, 7962, 7064, 7328, 6919, 7267, 7543, 9431, 9085, 8299, 8646, 12010, 10300, 9315, 10715, 12834, 11269, 10933, 14575, 12290, 12061, 11327, 11616, 8996, 9119, 13449, 11052, 9958, 11190, 10576, 8644, 10409, 11876, 8892, 10812, 12685, 10275, 8058, 11008, 6893, 6563, 7395, 7225, 6477, 7776, 7256, 6517, 8018, 7722, 7046, 7037, 9149, 6879, 6529, 7283, 7409, 7323, 6510, 8052, 6900, 6489, 9845, 6879, 6695, 10191, 7292, 6708, 11987, 9013, 7284, 6771, 7997, 6882, 6524, 9257, 7987, 7342, 6507, 8157, 7185, 6598, 10033, 7335, 6626, 12172, 9705, 7282, 7635, 7682, 7675, 7206, 8890, 7073, 11431, 9406, 8809, 12338, 8168, 6560, 11411, 6915, 9672, 7014, 6436, 10422, 7167, 6598, 6728, 7699, 6805, 6986, 8617, 6717, 7210, 7441, 7339, 6990, 10293, 8355, 7692, 12059, 9931, 9025, 13023, 10464, 9263, 13158, 10831, 13415, 11151, 10259, 12466, 9381, 13250, 9746, 6890, 10316, 6668, 6622, 6813, 6882, 6364, 7010, 6624, 8551, 8203, 6918, 7155, 8964, 8432, 11982, 9473, 8787, 11580, 9551, 11611, 14331, 12743, 12987, 13609, 11662, 11827, 13513, 10309, 12513, 10077, 8353, 13774, 8937, 7706, 8880, 6694, 7315, 6868, 6570, 6849, 6876, 6747, 7025, 7123, 7005, 6725, 6728, 6905, 8481, 7180, 7034, 9295, 7067, 6760, 8069, 6971, 6651, 7196, 7061, 7557, 6792, 8659, 6594, 7389, 7242, 8837, 7193, 6830, 10607, 8183, 7238, 11931, 9139, 10867, 12702, 10846, 14229, 11377, 11570, 10410, 7415, 13290, 6835, 6974, 7895, 6677, 7074, 6646, 7195, 8191, 7046, 10518, 7133, 6805, 10092, 6776, 6699, 6831, 8348, 7089, 7738, 7877, 9066, 6581, 9519, 8599, 9480, 10477, 10736, 13871, 12267, 14467, 11544, 12722, 10982, 9544, 14232, 11128, 8749, 7446, 6866, 6921, 6801, 7932, 10873, 12254, 11148, 12931, 13637, 12321, 13458, 13242, 10347, 8445, 8646, 13973, 11008, 11923, 12977, 13575, 11120, 12087, 13432, 11374, 12992, 14129, 10333, 6987, 7537, 7049, 7225, 7143, 6936, 7129, 6651, 6711, 6677, 6879, 8491, 7561, 6898, 6820, 6921, 9611, 7817, 6748, 6718, 6833, 9109, 8247, 6921, 7048, 6757, 6778, 7620, 6809, 7547, 8750, 7007, 7271, 6740, 7971, 10018, 6635, 7899, 8400, 7172, 7352, 7571, 7739, 6852, 7702, 7184, 8449, 10111, 8565, 7828, 10706, 9046, 8929, 12110, 11617, 12148, 13225, 9356, 10997, 9035, 8729, 7741, 8496, 13897, 12773, 12841, 14101, 12382, 13230, 13192, 11282, 14321, 11929, 9298, 13093, 9024, 7080, 10681, 7445, 6708, 6681, 6946, 6606, 6948, 6962, 6439, 6982, 8084, 6615, 7207, 6539, 7442, 7971, 8662, 6780, 7181, 7273, 8024, 9841, 10691, 10396, 11583, 12795, 9913, 7246, 7343, 7301, 6731, 6940, 11724, 8195, 8211, 13540, 10987, 9239, 13383, 10921, 12455, 10936, 8628, 12601, 8409, 7533, 6369, 6744, 6785, 6790, 6881, 6946], 'WindowCenter': [3938.0, 3923.0, 3909.0, 3907.0, 3885.0, 3881.0, 3902.0, 3880.0, 3902.0, 3890.0, 3901.0, 3880.0, 3921.0, 3901.0, 3912.0, 3909.0, 3887.0, 3878.0, 3886.0, 3866.0, 3879.0, 3899.0, 3879.0, 3877.0, 3877.0, 3878.0, 3867.0, 3898.0, 3877.0, 3877.0, 3910.0, 3909.0, 3874.0, 3718.0, 3719.0, 3814.0, 3813.0, 3831.0, 3851.0, 3863.0, 3854.0, 3832.0, 3812.0, 3836.0, 3813.0, 3811.0, 3831.0, 3820.0, 3810.0, 3830.0, 3810.0, 3812.0, 3853.0, 3811.0, 3811.0, 3831.0, 3811.0, 3812.0, 3823.0, 3800.0, 3821.0, 3823.0, 3812.0, 3840.0, 3835.0, 3814.0, 3814.0, 3844.0, 3814.0, 3813.0, 3844.0, 3814.0, 3824.0, 3836.0, 3814.0, 3825.0, 3815.0, 3818.0, 3827.0, 3802.0, 3814.0, 3827.0, 3831.0, 3830.0, 3851.0, 3829.0, 3829.0, 3840.0, 3860.0, 3850.0, 3840.0, 3883.0, 3851.0, 3854.0, 3852.0, 3842.0, 3852.0, 3877.0, 3833.0, 3854.0, 3824.0, 3857.0, 3877.0, 3838.0, 3849.0, 3882.0, 3900.0, 3911.0, 3919.0, 3907.0, 3921.0, 3920.0, 3896.0, 3894.0, 3903.0, 3882.0, 3893.0, 3881.0, 3858.0, 3866.0, 3824.0, 3843.0, 3799.0, 3793.0, 3803.0, 3804.0, 3794.0, 3803.0, 3792.0, 3805.0, 3795.0, 3797.0, 3808.0, 3841.0, 3821.0, 3822.0, 3847.0, 3826.0, 3816.0, 3849.0, 3818.0, 3815.0, 3814.0, 3815.0, 3826.0, 3815.0, 3816.0, 3815.0, 3843.0, 3853.0, 3829.0, 3814.0, 3837.0, 3839.0, 3825.0, 3794.0, 3826.0, 3841.0, 3828.0, 3859.0, 3829.0, 3839.0, 3838.0, 3831.0, 3880.0, 3858.0, 3847.0, 3890.0, 3857.0, 3829.0, 3890.0, 3870.0, 3828.0, 3878.0, 3835.0, 3816.0, 3856.0, 3847.0, 3827.0, 3818.0, 3841.0, 3830.0, 3827.0, 3851.0, 3830.0, 3830.0, 3831.0, 3851.0, 3832.0, 3832.0, 3844.0, 3853.0, 3843.0, 3886.0, 3876.0, 3876.0, 3920.0, 3897.0, 3918.0, 3909.0, 3897.0, 3893.0, 3871.0, 3888.0, 3866.0, 3865.0, 3868.0, 3834.0, 3864.0, 3820.0, 3799.0, 3786.0, 3798.0, 3798.0, 3799.0, 3811.0, 3801.0, 3801.0, 3813.0, 3811.0, 3812.0, 3812.0, 3832.0, 3811.0, 3855.0, 3810.0, 3851.0, 3823.0, 3809.0, 3798.0, 3800.0, 3802.0, 3815.0, 3811.0, 3801.0, 3801.0, 3811.0, 3813.0, 3814.0, 3827.0, 3853.0, 3844.0, 3812.0, 3827.0, 3811.0, 3833.0, 3753.0, 3772.0, 3815.0, 3823.0, 3801.0, 3831.0, 3811.0, 3814.0, 3823.0, 3812.0, 3802.0, 3844.0, 3812.0, 3814.0, 3835.0, 3825.0, 3826.0, 3857.0, 3823.0, 3820.0, 3810.0, 3832.0, 3876.0, 3880.0, 3846.0, 3869.0, 3847.0, 3847.0, 3868.0, 3870.0, 3850.0, 3850.0, 3873.0, 3912.0, 3901.0, 3900.0, 3899.0, 3888.0, 3888.0, 3853.0, 3852.0, 3850.0, 3818.0, 3818.0, 3859.0, 3839.0, 3827.0, 3858.0, 3827.0, 3860.0, 3851.0, 3862.0, 3865.0, 3824.0, 3801.0, 3812.0, 3794.0, 3803.0, 3793.0, 3804.0, 3825.0, 3805.0, 3816.0, 3815.0, 3806.0, 3817.0, 3818.0, 3820.0, 3819.0, 3819.0, 3820.0, 3820.0, 3822.0, 3835.0, 3837.0, 3835.0, 3858.0, 3849.0, 3850.0, 3872.0, 3852.0, 3864.0, 3854.0, 3874.0, 3864.0, 3905.0, 3874.0, 3914.0, 3882.0, 3902.0, 3882.0, 3879.0, 3860.0, 3852.0, 3891.0, 3847.0, 3837.0, 3850.0, 3850.0, 3848.0, 3839.0, 3839.0, 3838.0, 3859.0, 3838.0, 3837.0, 3838.0, 3868.0, 3848.0, 3850.0, 3891.0, 3861.0, 3852.0, 3861.0, 3849.0, 3850.0, 3851.0, 3852.0, 3872.0, 3851.0, 3862.0, 3860.0, 3839.0, 3900.0, 3838.0, 3889.0, 3848.0, 3847.0, 3837.0, 3837.0, 3868.0, 3847.0, 3836.0, 3836.0, 3836.0, 3838.0, 3862.0, 3863.0, 3851.0, 3863.0, 3873.0, 3864.0, 3865.0, 3865.0, 3865.0, 3875.0, 3880.0, 3893.0, 3880.0, 3858.0, 3888.0, 3867.0, 3870.0, 3869.0, 3873.0, 3871.0, 3856.0, 3882.0, 3897.0, 3871.0, 3890.0, 3868.0, 3857.0, 3869.0, 3879.0, 3880.0, 3859.0, 3880.0, 3900.0, 3889.0, 3899.0, 3888.0, 3877.0, 3875.0, 3864.0, 3864.0, 3854.0, 3857.0, 3843.0, 3852.0, 3842.0, 3843.0, 3852.0, 3862.0, 3844.0, 3865.0, 3866.0, 3867.0, 3880.0, 3881.0, 3883.0, 3880.0, 3871.0, 3879.0, 3859.0, 3890.0, 3859.0, 3889.0, 3869.0, 3888.0, 3857.0, 3898.0, 3855.0, 3876.0, 3856.0, 3854.0, 3854.0, 3856.0, 3857.0, 3844.0, 3876.0, 3857.0, 3868.0, 3875.0, 3802.0, 3604.0, 3858.0, 3780.0, 3818.0, 3662.0, 3903.0, 3879.0, 3876.0, 3865.0, 3864.0, 3895.0, 3873.0, 3864.0, 3872.0, 3893.0, 3881.0, 3871.0, 3902.0, 3879.0, 3869.0, 3855.0, 3854.0, 3822.0, 3821.0, 3863.0, 3839.0, 3829.0, 3839.0, 3826.0, 3807.0, 3826.0, 3838.0, 3805.0, 3838.0, 3847.0, 3826.0, 3795.0, 3837.0, 3784.0, 3786.0, 3796.0, 3797.0, 3788.0, 3798.0, 3798.0, 3789.0, 3810.0, 3810.0, 3801.0, 3800.0, 3833.0, 3802.0, 3792.0, 3813.0, 3812.0, 3814.0, 3793.0, 3823.0, 3804.0, 3805.0, 3846.0, 3803.0, 3805.0, 3857.0, 3814.0, 3805.0, 3868.0, 3848.0, 3817.0, 3806.0, 3826.0, 3817.0, 3808.0, 3860.0, 3839.0, 3829.0, 3808.0, 3839.0, 3830.0, 3831.0, 3872.0, 3841.0, 3831.0, 3893.0, 3863.0, 3831.0, 3841.0, 3841.0, 3840.0, 3830.0, 3850.0, 3830.0, 3882.0, 3861.0, 3851.0, 3893.0, 3851.0, 3819.0, 3882.0, 3828.0, 3860.0, 3817.0, 3808.0, 3870.0, 3818.0, 3831.0, 3832.0, 3852.0, 3833.0, 3844.0, 3865.0, 3847.0, 3860.0, 3858.0, 3859.0, 3846.0, 3887.0, 3867.0, 3858.0, 3899.0, 3875.0, 3867.0, 3908.0, 3887.0, 3865.0, 3907.0, 3876.0, 3894.0, 3873.0, 3860.0, 3880.0, 3837.0, 3879.0, 3847.0, 3816.0, 3859.0, 3818.0, 3818.0, 3805.0, 3814.0, 3805.0, 3817.0, 3819.0, 3853.0, 3853.0, 3833.0, 3833.0, 3864.0, 3853.0, 3884.0, 3864.0, 3853.0, 3884.0, 3862.0, 3883.0, 3904.0, 3894.0, 3893.0, 3892.0, 3870.0, 3869.0, 3879.0, 3846.0, 3856.0, 3832.0, 3812.0, 3862.0, 3810.0, 3799.0, 3809.0, 3778.0, 3788.0, 3775.0, 3779.0, 3777.0, 3791.0, 3789.0, 3791.0, 3800.0, 3802.0, 3793.0, 3805.0, 3818.0, 3835.0, 3806.0, 3806.0, 3838.0, 3805.0, 3805.0, 3828.0, 3819.0, 3818.0, 3817.0, 3829.0, 3843.0, 3820.0, 3850.0, 3821.0, 3846.0, 3847.0, 3867.0, 3847.0, 3848.0, 3888.0, 3855.0, 3846.0, 3895.0, 3865.0, 3886.0, 3897.0, 3875.0, 3906.0, 3885.0, 3873.0, 3861.0, 3819.0, 3892.0, 3807.0, 3807.0, 3827.0, 3818.0, 3819.0, 3820.0, 3820.0, 3840.0, 3820.0, 3872.0, 3834.0, 3823.0, 3875.0, 3818.0, 3819.0, 3834.0, 3853.0, 3847.0, 3859.0, 3869.0, 3879.0, 3851.0, 3890.0, 3881.0, 3879.0, 3888.0, 3888.0, 3919.0, 3898.0, 3906.0, 3885.0, 3893.0, 3871.0, 3860.0, 3891.0, 3882.0, 3850.0, 3803.0, 3773.0, 3785.0, 3774.0, 3808.0, 3811.0, 3866.0, 3855.0, 3865.0, 3876.0, 3863.0, 3876.0, 3863.0, 3829.0, 3808.0, 3818.0, 3872.0, 3838.0, 3851.0, 3848.0, 3847.0, 3834.0, 3836.0, 3811.0, 3821.0, 3872.0, 3854.0, 3811.0, 3768.0, 3779.0, 3779.0, 3791.0, 3781.0, 3793.0, 3794.0, 3798.0, 3797.0, 3798.0, 3799.0, 3830.0, 3820.0, 3808.0, 3799.0, 3810.0, 3841.0, 3821.0, 3800.0, 3800.0, 3800.0, 3841.0, 3831.0, 3812.0, 3825.0, 3814.0, 3814.0, 3835.0, 3826.0, 3837.0, 3859.0, 3828.0, 3839.0, 3830.0, 3850.0, 3882.0, 3845.0, 3865.0, 3864.0, 3843.0, 3842.0, 3841.0, 3852.0, 3846.0, 3869.0, 3859.0, 3878.0, 3898.0, 3875.0, 3868.0, 3897.0, 3887.0, 3884.0, 3910.0, 3910.0, 3921.0, 3922.0, 3878.0, 3900.0, 3866.0, 3879.0, 3859.0, 3867.0, 3920.0, 3909.0, 3909.0, 3919.0, 3896.0, 3896.0, 3895.0, 3873.0, 3902.0, 3870.0, 3849.0, 3880.0, 3838.0, 3806.0, 3858.0, 3816.0, 3806.0, 3806.0, 3815.0, 3807.0, 3819.0, 3819.0, 3821.0, 3832.0, 3854.0, 3822.0, 3831.0, 3796.0, 3817.0, 3817.0, 3840.0, 3821.0, 3835.0, 3861.0, 3856.0, 3876.0, 3890.0, 3876.0, 3886.0, 3895.0, 3863.0, 3832.0, 3833.0, 3832.0, 3824.0, 3823.0, 3886.0, 3843.0, 3841.0, 3894.0, 3860.0, 3840.0, 3880.0, 3859.0, 3869.0, 3846.0, 3826.0, 3866.0, 3829.0, 3833.0, 3798.0, 3800.0, 3798.0, 3798.0, 3814.0, 3814.0], 'WindowWidth': [8844.0, 8812.0, 8785.0, 8779.0, 8742.0, 8732.0, 8757.0, 8725.0, 8755.0, 8739.0, 8756.0, 8724.0, 8781.0, 8753.0, 8769.0, 8760.0, 8725.0, 8713.0, 8724.0, 8697.0, 8723.0, 8748.0, 8720.0, 8715.0, 8714.0, 8715.0, 8700.0, 8742.0, 8713.0, 8715.0, 8761.0, 8756.0, 8703.0, 8392.0, 8411.0, 8592.0, 8574.0, 8611.0, 8631.0, 8651.0, 8640.0, 8609.0, 8581.0, 8624.0, 8591.0, 8582.0, 8607.0, 8591.0, 8578.0, 8606.0, 8579.0, 8585.0, 8641.0, 8584.0, 8583.0, 8610.0, 8585.0, 8587.0, 8600.0, 8569.0, 8597.0, 8603.0, 8589.0, 8637.0, 8622.0, 8592.0, 8591.0, 8631.0, 8591.0, 8590.0, 8630.0, 8592.0, 8604.0, 8623.0, 8593.0, 8611.0, 8597.0, 8607.0, 8616.0, 8574.0, 8592.0, 8617.0, 8629.0, 8626.0, 8654.0, 8623.0, 8622.0, 8636.0, 8662.0, 8650.0, 8636.0, 8700.0, 8655.0, 8662.0, 8655.0, 8644.0, 8655.0, 8681.0, 8623.0, 8635.0, 8622.0, 8669.0, 8694.0, 8647.0, 8661.0, 8707.0, 8728.0, 8742.0, 8753.0, 8732.0, 8758.0, 8754.0, 8716.0, 8709.0, 8719.0, 8688.0, 8705.0, 8685.0, 8646.0, 8656.0, 8596.0, 8618.0, 8556.0, 8554.0, 8570.0, 8575.0, 8559.0, 8569.0, 8554.0, 8574.0, 8563.0, 8569.0, 8586.0, 8633.0, 8607.0, 8611.0, 8650.0, 8618.0, 8602.0, 8651.0, 8607.0, 8597.0, 8596.0, 8598.0, 8614.0, 8598.0, 8600.0, 8599.0, 8651.0, 8663.0, 8625.0, 8596.0, 8630.0, 8639.0, 8611.0, 8551.0, 8616.0, 8644.0, 8619.0, 8664.0, 8624.0, 8635.0, 8633.0, 8628.0, 8688.0, 8658.0, 8644.0, 8703.0, 8656.0, 8621.0, 8705.0, 8677.0, 8617.0, 8684.0, 8625.0, 8599.0, 8652.0, 8641.0, 8615.0, 8605.0, 8644.0, 8628.0, 8620.0, 8656.0, 8626.0, 8626.0, 8629.0, 8654.0, 8629.0, 8632.0, 8652.0, 8660.0, 8650.0, 8707.0, 8699.0, 8696.0, 8760.0, 8724.0, 8755.0, 8744.0, 8727.0, 8713.0, 8677.0, 8697.0, 8662.0, 8661.0, 8672.0, 8618.0, 8656.0, 8595.0, 8564.0, 8542.0, 8560.0, 8561.0, 8564.0, 8584.0, 8572.0, 8572.0, 8591.0, 8586.0, 8588.0, 8587.0, 8613.0, 8585.0, 8648.0, 8584.0, 8637.0, 8601.0, 8578.0, 8562.0, 8566.0, 8575.0, 8599.0, 8586.0, 8572.0, 8570.0, 8585.0, 8590.0, 8595.0, 8615.0, 8664.0, 8653.0, 8589.0, 8618.0, 8586.0, 8619.0, 8474.0, 8518.0, 8597.0, 8601.0, 8568.0, 8609.0, 8584.0, 8592.0, 8602.0, 8587.0, 8573.0, 8629.0, 8585.0, 8591.0, 8622.0, 8614.0, 8616.0, 8661.0, 8612.0, 8606.0, 8595.0, 8629.0, 8691.0, 8705.0, 8656.0, 8692.0, 8659.0, 8659.0, 8687.0, 8691.0, 8667.0, 8666.0, 8704.0, 8745.0, 8731.0, 8729.0, 8722.0, 8706.0, 8704.0, 8649.0, 8646.0, 8640.0, 8595.0, 8596.0, 8650.0, 8622.0, 8602.0, 8645.0, 8602.0, 8653.0, 8626.0, 8661.0, 8653.0, 8595.0, 8563.0, 8578.0, 8557.0, 8570.0, 8556.0, 8572.0, 8601.0, 8576.0, 8592.0, 8591.0, 8580.0, 8594.0, 8598.0, 8603.0, 8603.0, 8604.0, 8606.0, 8609.0, 8617.0, 8637.0, 8642.0, 8640.0, 8674.0, 8664.0, 8666.0, 8701.0, 8675.0, 8694.0, 8681.0, 8707.0, 8694.0, 8747.0, 8704.0, 8756.0, 8712.0, 8735.0, 8708.0, 8702.0, 8680.0, 8671.0, 8719.0, 8657.0, 8645.0, 8665.0, 8667.0, 8662.0, 8650.0, 8651.0, 8648.0, 8676.0, 8646.0, 8645.0, 8646.0, 8687.0, 8660.0, 8667.0, 8722.0, 8681.0, 8671.0, 8680.0, 8665.0, 8667.0, 8669.0, 8671.0, 8698.0, 8670.0, 8684.0, 8678.0, 8649.0, 8731.0, 8646.0, 8715.0, 8658.0, 8658.0, 8643.0, 8643.0, 8684.0, 8656.0, 8642.0, 8640.0, 8642.0, 8649.0, 8688.0, 8690.0, 8672.0, 8693.0, 8705.0, 8695.0, 8697.0, 8698.0, 8696.0, 8709.0, 8722.0, 8740.0, 8716.0, 8682.0, 8719.0, 8693.0, 8703.0, 8701.0, 8712.0, 8710.0, 8681.0, 8707.0, 8757.0, 8708.0, 8731.0, 8701.0, 8686.0, 8702.0, 8719.0, 8719.0, 8691.0, 8719.0, 8745.0, 8728.0, 8742.0, 8726.0, 8708.0, 8703.0, 8687.0, 8686.0, 8672.0, 8681.0, 8656.0, 8666.0, 8654.0, 8655.0, 8666.0, 8679.0, 8658.0, 8690.0, 8694.0, 8699.0, 8721.0, 8723.0, 8728.0, 8722.0, 8711.0, 8718.0, 8690.0, 8731.0, 8689.0, 8728.0, 8702.0, 8724.0, 8683.0, 8735.0, 8677.0, 8704.0, 8677.0, 8674.0, 8675.0, 8679.0, 8682.0, 8663.0, 8705.0, 8683.0, 8698.0, 8700.0, 8558.0, 8179.0, 8691.0, 8530.0, 8604.0, 8290.0, 8769.0, 8706.0, 8695.0, 8678.0, 8674.0, 8718.0, 8687.0, 8674.0, 8684.0, 8711.0, 8693.0, 8676.0, 8721.0, 8687.0, 8671.0, 8646.0, 8640.0, 8594.0, 8593.0, 8654.0, 8615.0, 8599.0, 8613.0, 8592.0, 8567.0, 8591.0, 8608.0, 8563.0, 8608.0, 8621.0, 8593.0, 8550.0, 8607.0, 8535.0, 8539.0, 8552.0, 8556.0, 8545.0, 8558.0, 8559.0, 8549.0, 8577.0, 8579.0, 8566.0, 8565.0, 8610.0, 8570.0, 8558.0, 8587.0, 8585.0, 8589.0, 8561.0, 8602.0, 8578.0, 8579.0, 8635.0, 8576.0, 8579.0, 8649.0, 8592.0, 8581.0, 8666.0, 8640.0, 8598.0, 8583.0, 8611.0, 8601.0, 8593.0, 8662.0, 8631.0, 8618.0, 8589.0, 8632.0, 8622.0, 8625.0, 8681.0, 8640.0, 8628.0, 8711.0, 8669.0, 8626.0, 8639.0, 8639.0, 8637.0, 8624.0, 8650.0, 8622.0, 8693.0, 8664.0, 8652.0, 8710.0, 8652.0, 8607.0, 8693.0, 8618.0, 8660.0, 8600.0, 8590.0, 8676.0, 8604.0, 8626.0, 8629.0, 8659.0, 8632.0, 8649.0, 8677.0, 8658.0, 8678.0, 8673.0, 8676.0, 8654.0, 8709.0, 8683.0, 8670.0, 8724.0, 8691.0, 8681.0, 8737.0, 8706.0, 8674.0, 8733.0, 8688.0, 8710.0, 8678.0, 8657.0, 8682.0, 8622.0, 8679.0, 8633.0, 8595.0, 8655.0, 8603.0, 8602.0, 8582.0, 8590.0, 8580.0, 8598.0, 8608.0, 8655.0, 8658.0, 8631.0, 8630.0, 8671.0, 8654.0, 8698.0, 8670.0, 8654.0, 8699.0, 8664.0, 8693.0, 8723.0, 8710.0, 8705.0, 8701.0, 8669.0, 8665.0, 8678.0, 8629.0, 8641.0, 8606.0, 8577.0, 8644.0, 8571.0, 8555.0, 8568.0, 8526.0, 8540.0, 8522.0, 8528.0, 8527.0, 8550.0, 8548.0, 8551.0, 8563.0, 8569.0, 8557.0, 8576.0, 8597.0, 8618.0, 8579.0, 8578.0, 8622.0, 8577.0, 8577.0, 8609.0, 8602.0, 8602.0, 8599.0, 8620.0, 8641.0, 8608.0, 8646.0, 8613.0, 8654.0, 8654.0, 8679.0, 8654.0, 8660.0, 8710.0, 8662.0, 8648.0, 8715.0, 8675.0, 8701.0, 8717.0, 8687.0, 8729.0, 8700.0, 8680.0, 8659.0, 8602.0, 8701.0, 8582.0, 8581.0, 8610.0, 8600.0, 8604.0, 8607.0, 8607.0, 8633.0, 8606.0, 8678.0, 8633.0, 8616.0, 8687.0, 8603.0, 8606.0, 8633.0, 8655.0, 8655.0, 8673.0, 8690.0, 8702.0, 8671.0, 8718.0, 8709.0, 8700.0, 8712.0, 8709.0, 8754.0, 8723.0, 8734.0, 8699.0, 8706.0, 8673.0, 8659.0, 8703.0, 8693.0, 8649.0, 8571.0, 8518.0, 8535.0, 8518.0, 8570.0, 8556.0, 8655.0, 8643.0, 8658.0, 8672.0, 8651.0, 8670.0, 8648.0, 8598.0, 8569.0, 8583.0, 8660.0, 8610.0, 8630.0, 8623.0, 8620.0, 8598.0, 8601.0, 8548.0, 8581.0, 8667.0, 8628.0, 8564.0, 8505.0, 8520.0, 8521.0, 8540.0, 8529.0, 8548.0, 8553.0, 8562.0, 8562.0, 8564.0, 8568.0, 8608.0, 8596.0, 8580.0, 8568.0, 8584.0, 8624.0, 8597.0, 8570.0, 8570.0, 8572.0, 8626.0, 8613.0, 8591.0, 8614.0, 8597.0, 8597.0, 8628.0, 8618.0, 8632.0, 8664.0, 8623.0, 8638.0, 8629.0, 8656.0, 8700.0, 8661.0, 8684.0, 8680.0, 8651.0, 8646.0, 8641.0, 8659.0, 8659.0, 8696.0, 8681.0, 8703.0, 8731.0, 8697.0, 8696.0, 8733.0, 8722.0, 8720.0, 8745.0, 8749.0, 8765.0, 8765.0, 8698.0, 8730.0, 8680.0, 8703.0, 8679.0, 8684.0, 8759.0, 8743.0, 8741.0, 8756.0, 8721.0, 8719.0, 8716.0, 8681.0, 8718.0, 8673.0, 8642.0, 8685.0, 8626.0, 8582.0, 8653.0, 8596.0, 8582.0, 8585.0, 8596.0, 8586.0, 8604.0, 8606.0, 8613.0, 8629.0, 8662.0, 8615.0, 8624.0, 8564.0, 8593.0, 8593.0, 8626.0, 8606.0, 8633.0, 8679.0, 8662.0, 8691.0, 8713.0, 8690.0, 8701.0, 8711.0, 8668.0, 8627.0, 8628.0, 8626.0, 8617.0, 8612.0, 8701.0, 8639.0, 8632.0, 8705.0, 8657.0, 8627.0, 8682.0, 8651.0, 8664.0, 8630.0, 8601.0, 8656.0, 8611.0, 8621.0, 8567.0, 8573.0, 8562.0, 8563.0, 8595.0, 8596.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.011626938073394495</td></tr>
<tr><td colspan=3>aqi</td><td>0.18096761502293582</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.20948039957522</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9086968638002301</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9156324440528134</td></tr>
<tr><td colspan=3>efc</td><td>0.5162</td></tr>
<tr><td colspan=3>fber</td><td>2366.3706</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3884720121850479</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>270</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>30.96330275229358</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.117578555245729</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.860558749980783</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.250599195226949</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.241577720529455</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124047</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016082584857940674</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029871461912989616</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.1001631138462376</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>13.172</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.8325</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>233.4147</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299621.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>1061.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.1303</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1024</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>446.6321</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3043.0701</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3198.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76923.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1188.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3961.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>779.9639</td></tr>
<tr><td colspan=3>tsnr</td><td>13.457839507318567</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>