ds005256-mriqc/sub-0006_ses-01_task-social_acq-mb8_run-04_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-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0006_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-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-04_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-04_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_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-04_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-04_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_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-04_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-04_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_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-04_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-04_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-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-04_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-04_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-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-04_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-04_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_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-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-01/func/sub-0006_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>db1145b06e12003d718c0bc9dae11b27</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:35:30.610000</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.545</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e6a366f8-9a0a-4dac-97b2-8b4f3916e815||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': ['103530.610000', '103531.070000', '103531.530000', '103531.990000', '103532.450000', '103532.910000', '103533.370000', '103533.830000', '103534.290000', '103534.750000', '103535.210000', '103535.670000', '103536.130000', '103536.590000', '103537.050000', '103537.510000', '103537.970000', '103538.430000', '103538.890000', '103539.350000', '103539.810000', '103540.270000', '103540.730000', '103541.190000', '103541.650000', '103542.110000', '103542.570000', '103543.030000', '103543.490000', '103543.950000', '103544.410000', '103544.870000', '103545.330000', '103545.790000', '103546.250000', '103546.710000', '103547.170000', '103547.630000', '103548.090000', '103548.550000', '103549.010000', '103549.470000', '103549.930000', '103550.390000', '103550.850000', '103551.310000', '103551.770000', '103552.230000', '103552.690000', '103553.150000', '103553.610000', '103554.070000', '103554.530000', '103554.990000', '103555.450000', '103555.910000', '103556.370000', '103556.830000', '103557.290000', '103557.750000', '103558.210000', '103558.670000', '103559.130000', '103559.590000', '103600.050000', '103600.510000', '103600.970000', '103601.430000', '103601.890000', '103602.350000', '103602.810000', '103603.270000', '103603.730000', '103604.190000', '103604.650000', '103605.110000', '103605.570000', '103606.030000', '103606.490000', '103606.950000', '103607.410000', '103607.870000', '103608.330000', '103608.790000', '103609.250000', '103609.710000', '103610.170000', '103610.630000', '103611.090000', '103611.550000', '103612.010000', '103612.470000', '103612.930000', '103613.390000', '103613.850000', '103614.310000', '103614.770000', '103615.230000', '103615.690000', '103616.150000', '103616.610000', '103617.070000', '103617.530000', '103617.990000', '103618.450000', '103618.910000', '103619.370000', '103619.830000', '103620.290000', '103620.750000', '103621.210000', '103621.670000', '103622.130000', '103622.590000', '103623.050000', '103623.510000', '103623.970000', '103624.430000', '103624.890000', '103625.350000', '103625.810000', '103626.270000', '103626.730000', '103627.190000', '103627.650000', '103628.110000', '103628.570000', '103629.030000', '103629.490000', '103629.950000', '103630.410000', '103630.870000', '103631.330000', '103631.790000', '103632.250000', '103632.710000', '103633.170000', '103633.630000', '103634.090000', '103634.550000', '103635.010000', '103635.470000', '103635.930000', '103636.390000', '103636.850000', '103637.310000', '103637.770000', '103638.230000', '103638.690000', '103639.150000', '103639.610000', '103640.070000', '103640.530000', '103640.990000', '103641.450000', '103641.910000', '103642.370000', '103642.830000', '103643.290000', '103643.750000', '103644.210000', '103644.670000', '103645.130000', '103645.590000', '103646.050000', '103646.510000', '103646.970000', '103647.430000', '103647.890000', '103648.350000', '103648.810000', '103649.270000', '103649.730000', '103650.190000', '103650.650000', '103651.110000', '103651.570000', '103652.030000', '103652.490000', '103652.950000', '103653.410000', '103653.870000', '103654.330000', '103654.790000', '103655.250000', '103655.710000', '103656.170000', '103656.630000', '103657.090000', '103657.550000', '103658.010000', '103658.470000', '103658.930000', '103659.390000', '103659.850000', '103700.310000', '103700.770000', '103701.230000', '103701.690000', '103702.150000', '103702.610000', '103703.070000', '103703.530000', '103703.990000', '103704.450000', '103704.910000', '103705.370000', '103705.830000', '103706.290000', '103706.750000', '103707.210000', '103707.670000', '103708.130000', '103708.590000', '103709.050000', '103709.510000', '103709.970000', '103710.430000', '103710.890000', '103711.350000', '103711.810000', '103712.270000', '103712.730000', '103713.190000', '103713.650000', '103714.110000', '103714.570000', '103715.030000', '103715.490000', '103715.950000', '103716.410000', '103716.870000', '103717.330000', '103717.790000', '103718.250000', '103718.710000', '103719.170000', '103719.630000', '103720.090000', '103720.550000', '103721.010000', '103721.470000', '103721.930000', '103722.390000', '103722.850000', '103723.310000', '103723.770000', '103724.230000', '103724.690000', '103725.150000', '103725.610000', '103726.070000', '103726.530000', '103726.990000', '103727.450000', '103727.910000', '103728.370000', '103728.830000', '103729.290000', '103729.750000', '103730.210000', '103730.670000', '103731.130000', '103731.590000', '103732.050000', '103732.510000', '103732.970000', '103733.430000', '103733.890000', '103734.350000', '103734.810000', '103735.270000', '103735.730000', '103736.190000', '103736.650000', '103737.110000', '103737.570000', '103738.030000', '103738.490000', '103738.950000', '103739.410000', '103739.870000', '103740.330000', '103740.790000', '103741.250000', '103741.710000', '103742.170000', '103742.630000', '103743.090000', '103743.550000', '103744.010000', '103744.470000', '103744.930000', '103745.390000', '103745.850000', '103746.310000', '103746.770000', '103747.230000', '103747.690000', '103748.150000', '103748.610000', '103749.070000', '103749.530000', '103749.990000', '103750.450000', '103750.910000', '103751.370000', '103751.830000', '103752.290000', '103752.750000', '103753.210000', '103753.670000', '103754.130000', '103754.590000', '103755.050000', '103755.510000', '103755.970000', '103756.430000', '103756.890000', '103757.350000', '103757.810000', '103758.270000', '103758.730000', '103759.190000', '103759.650000', '103800.110000', '103800.570000', '103801.030000', '103801.490000', '103801.950000', '103802.410000', '103802.870000', '103803.330000', '103803.790000', '103804.250000', '103804.710000', '103805.170000', '103805.630000', '103806.090000', '103806.550000', '103807.010000', '103807.470000', '103807.930000', '103808.390000', '103808.850000', '103809.310000', '103809.770000', '103810.230000', '103810.690000', '103811.150000', '103811.610000', '103812.070000', '103812.530000', '103812.990000', '103813.450000', '103813.910000', '103814.370000', '103814.830000', '103815.290000', '103815.750000', '103816.210000', '103816.670000', '103817.130000', '103817.590000', '103818.050000', '103818.510000', '103818.970000', '103819.430000', '103819.890000', '103820.350000', '103820.810000', '103821.270000', '103821.730000', '103822.190000', '103822.650000', '103823.110000', '103823.570000', '103824.030000', '103824.490000', '103824.950000', '103825.410000', '103825.870000', '103826.330000', '103826.790000', '103827.250000', '103827.710000', '103828.170000', '103828.630000', '103829.090000', '103829.550000', '103830.010000', '103830.470000', '103830.930000', '103831.390000', '103831.850000', '103832.310000', '103832.770000', '103833.230000', '103833.690000', '103834.150000', '103834.610000', '103835.070000', '103835.530000', '103835.990000', '103836.450000', '103836.910000', '103837.370000', '103837.830000', '103838.290000', '103838.750000', '103839.210000', '103839.670000', '103840.130000', '103840.590000', '103841.050000', '103841.510000', '103841.970000', '103842.430000', '103842.890000', '103843.350000', '103843.810000', '103844.270000', '103844.730000', '103845.190000', '103845.650000', '103846.110000', '103846.570000', '103847.030000', '103847.490000', '103847.950000', '103848.410000', '103848.870000', '103849.330000', '103849.790000', '103850.250000', '103850.710000', '103851.170000', '103851.630000', '103852.090000', '103852.550000', '103853.010000', '103853.470000', '103853.930000', '103854.390000', '103854.850000', '103855.310000', '103855.770000', '103856.230000', '103856.690000', '103857.150000', '103857.610000', '103858.070000', '103858.530000', '103858.990000', '103859.450000', '103859.910000', '103900.370000', '103900.830000', '103901.290000', '103901.750000', '103902.210000', '103902.670000', '103903.130000', '103903.590000', '103904.050000', '103904.510000', '103904.970000', '103905.430000', '103905.890000', '103906.350000', '103906.810000', '103907.270000', '103907.730000', '103908.190000', '103908.650000', '103909.110000', '103909.570000', '103910.030000', '103910.490000', '103910.950000', '103911.410000', '103911.870000', '103912.330000', '103912.790000', '103913.250000', '103913.710000', '103914.170000', '103914.630000', '103915.090000', '103915.550000', '103916.010000', '103916.470000', '103916.930000', '103917.390000', '103917.850000', '103918.310000', '103918.770000', '103919.230000', '103919.690000', '103920.150000', '103920.610000', '103921.070000', '103921.530000', '103921.990000', '103922.450000', '103922.910000', '103923.370000', '103923.830000', '103924.290000', '103924.750000', '103925.210000', '103925.670000', '103926.130000', '103926.590000', '103927.050000', '103927.510000', '103927.970000', '103928.430000', '103928.890000', '103929.350000', '103929.810000', '103930.270000', '103930.730000', '103931.190000', '103931.650000', '103932.110000', '103932.570000', '103933.030000', '103933.490000', '103933.950000', '103934.410000', '103934.870000', '103935.330000', '103935.790000', '103936.250000', '103936.710000', '103937.170000', '103937.630000', '103938.090000', '103938.550000', '103939.010000', '103939.470000', '103939.930000', '103940.390000', '103940.850000', '103941.310000', '103941.770000', '103942.230000', '103942.690000', '103943.150000', '103943.610000', '103944.070000', '103944.530000', '103944.990000', '103945.450000', '103945.910000', '103946.370000', '103946.830000', '103947.290000', '103947.750000', '103948.210000', '103948.670000', '103949.130000', '103949.590000', '103950.050000', '103950.510000', '103950.970000', '103951.430000', '103951.890000', '103952.350000', '103952.810000', '103953.270000', '103953.730000', '103954.190000', '103954.650000', '103955.110000', '103955.570000', '103956.030000', '103956.490000', '103956.950000', '103957.410000', '103957.870000', '103958.330000', '103958.790000', '103959.250000', '103959.710000', '104000.170000', '104000.630000', '104001.090000', '104001.550000', '104002.010000', '104002.470000', '104002.930000', '104003.390000', '104003.850000', '104004.310000', '104004.770000', '104005.230000', '104005.690000', '104006.150000', '104006.610000', '104007.070000', '104007.530000', '104007.990000', '104008.450000', '104008.910000', '104009.370000', '104009.830000', '104010.290000', '104010.750000', '104011.210000', '104011.670000', '104012.130000', '104012.590000', '104013.050000', '104013.510000', '104013.970000', '104014.430000', '104014.890000', '104015.350000', '104015.810000', '104016.270000', '104016.730000', '104017.190000', '104017.650000', '104018.110000', '104018.570000', '104019.030000', '104019.490000', '104019.950000', '104020.410000', '104020.870000', '104021.330000', '104021.790000', '104022.250000', '104022.710000', '104023.170000', '104023.630000', '104024.090000', '104024.550000', '104025.010000', '104025.470000', '104025.930000', '104026.390000', '104026.850000', '104027.310000', '104027.770000', '104028.230000', '104028.690000', '104029.150000', '104029.610000', '104030.070000', '104030.530000', '104030.990000', '104031.450000', '104031.910000', '104032.370000', '104032.830000', '104033.290000', '104033.750000', '104034.210000', '104034.670000', '104035.130000', '104035.590000', '104036.050000', '104036.510000', '104036.970000', '104037.430000', '104037.890000', '104038.350000', '104038.810000', '104039.270000', '104039.730000', '104040.190000', '104040.650000', '104041.110000', '104041.570000', '104042.030000', '104042.490000', '104042.950000', '104043.410000', '104043.870000', '104044.330000', '104044.790000', '104045.250000', '104045.710000', '104046.170000', '104046.630000', '104047.090000', '104047.550000', '104048.010000', '104048.470000', '104048.930000', '104049.390000', '104049.850000', '104050.310000', '104050.770000', '104051.230000', '104051.690000', '104052.150000', '104052.610000', '104053.070000', '104053.530000', '104053.990000', '104054.450000', '104054.910000', '104055.370000', '104055.830000', '104056.290000', '104056.750000', '104057.210000', '104057.670000', '104058.130000', '104058.590000', '104059.050000', '104059.510000', '104059.970000', '104100.430000', '104100.890000', '104101.350000', '104101.810000', '104102.270000', '104102.730000', '104103.190000', '104103.650000', '104104.110000', '104104.570000', '104105.030000', '104105.490000', '104105.950000', '104106.410000', '104106.870000', '104107.330000', '104107.790000', '104108.250000', '104108.710000', '104109.170000', '104109.630000', '104110.090000', '104110.550000', '104111.010000', '104111.470000', '104111.930000', '104112.390000', '104112.850000', '104113.310000', '104113.770000', '104114.230000', '104114.690000', '104115.150000', '104115.610000', '104116.070000', '104116.530000', '104116.990000', '104117.450000', '104117.910000', '104118.370000', '104118.830000', '104119.290000', '104119.750000', '104120.210000', '104120.670000', '104121.130000', '104121.590000', '104122.050000', '104122.510000', '104122.970000', '104123.430000', '104123.890000', '104124.350000', '104124.810000', '104125.270000', '104125.730000', '104126.190000', '104126.650000', '104127.110000', '104127.570000', '104128.030000', '104128.490000', '104128.950000', '104129.410000', '104129.870000', '104130.330000', '104130.790000', '104131.250000', '104131.710000', '104132.170000', '104132.630000', '104133.090000', '104133.550000', '104134.010000', '104134.470000', '104134.930000', '104135.390000', '104135.850000', '104136.310000', '104136.770000', '104137.230000', '104137.690000', '104138.150000', '104138.610000', '104139.070000', '104139.530000', '104139.990000', '104140.450000', '104140.910000', '104141.370000', '104141.830000', '104142.290000', '104142.750000', '104143.210000', '104143.670000', '104144.130000', '104144.590000', '104145.050000', '104145.510000', '104145.970000', '104146.430000', '104146.890000', '104147.350000', '104147.810000', '104148.270000', '104148.730000', '104149.190000', '104149.650000', '104150.110000', '104150.570000', '104151.030000', '104151.490000', '104151.950000', '104152.410000', '104152.870000', '104153.330000', '104153.790000', '104154.250000', '104154.710000', '104155.170000', '104155.630000', '104156.090000', '104156.550000', '104157.010000', '104157.470000', '104157.930000', '104158.390000', '104158.850000', '104159.310000', '104159.770000', '104200.230000', '104200.690000', '104201.150000', '104201.610000', '104202.070000', '104202.530000', '104202.990000', '104203.450000', '104203.910000', '104204.370000', '104204.830000', '104205.290000', '104205.750000', '104206.210000', '104206.670000', '104207.130000', '104207.590000', '104208.050000', '104208.510000', '104208.970000', '104209.430000', '104209.890000', '104210.350000', '104210.810000', '104211.270000'], 'ContentTime': ['103552.104000', '103552.107000', '103552.110000', '103552.113000', '103552.116000', '103552.119000', '103552.122000', '103552.124000', '103552.127000', '103552.130000', '103552.133000', '103552.135000', '103552.138000', '103552.141000', '103552.144000', '103552.147000', '103552.149000', '103552.152000', '103552.155000', '103552.158000', '103552.160000', '103552.163000', '103552.166000', '103552.169000', '103552.171000', '103552.174000', '103552.177000', '103552.180000', '103552.182000', '103552.185000', '103552.188000', '103552.191000', '103552.194000', '103552.196000', '103552.199000', '103552.202000', '103552.205000', '103552.207000', '103552.210000', '103552.213000', '103552.216000', '103552.218000', '103552.221000', '103552.224000', '103552.227000', '103612.071000', '103612.074000', '103612.076000', '103612.079000', '103612.082000', '103612.085000', '103612.087000', '103612.090000', '103612.093000', '103612.096000', '103612.108000', '103612.111000', '103612.113000', '103612.116000', '103612.119000', '103612.122000', '103612.125000', '103612.127000', '103612.130000', '103612.133000', '103612.136000', '103612.138000', '103612.141000', '103612.144000', '103612.147000', '103612.150000', '103612.152000', '103612.155000', '103612.158000', '103612.161000', '103612.170000', '103612.172000', '103612.175000', '103612.178000', '103612.181000', '103612.183000', '103612.186000', '103612.189000', '103612.192000', '103612.195000', '103612.197000', '103612.200000', '103612.203000', '103612.206000', '103632.070000', '103632.073000', '103632.076000', '103632.079000', '103632.082000', '103632.085000', '103632.088000', '103632.090000', '103632.093000', '103632.096000', '103632.099000', '103632.101000', '103632.104000', '103632.107000', '103632.110000', '103632.113000', '103632.115000', '103632.118000', '103632.121000', '103632.124000', '103632.126000', '103632.129000', '103632.135000', '103632.138000', '103632.141000', '103632.144000', '103632.147000', '103632.149000', '103632.152000', '103632.155000', '103632.158000', '103632.160000', '103632.163000', '103632.166000', '103632.169000', '103632.171000', '103632.174000', '103632.177000', '103632.180000', '103632.182000', '103632.185000', '103632.188000', '103632.191000', '103652.070000', '103652.073000', '103652.075000', '103652.078000', '103652.081000', '103652.084000', '103652.087000', '103652.089000', '103652.092000', '103652.095000', '103652.098000', '103652.100000', '103652.103000', '103652.106000', '103652.109000', '103652.112000', '103652.114000', '103652.117000', '103652.120000', '103652.123000', '103652.126000', '103652.128000', '103652.131000', '103652.134000', '103652.137000', '103652.140000', '103652.142000', '103652.145000', '103652.148000', '103652.151000', '103652.153000', '103652.156000', '103652.159000', '103652.162000', '103652.165000', '103652.167000', '103652.170000', '103652.173000', '103652.176000', '103652.179000', '103652.181000', '103652.184000', '103652.187000', '103652.197000', '103712.070000', '103712.073000', '103712.076000', '103712.078000', '103712.081000', '103712.094000', '103712.097000', '103712.100000', '103712.103000', '103712.105000', '103712.108000', '103712.111000', '103712.114000', '103712.116000', '103712.119000', '103712.122000', '103712.125000', '103712.128000', '103712.130000', '103712.133000', '103712.136000', '103712.139000', '103712.142000', '103712.147000', '103712.151000', '103712.154000', '103712.156000', '103712.159000', '103712.162000', '103712.165000', '103712.167000', '103712.170000', '103712.173000', '103712.176000', '103712.179000', '103712.181000', '103712.184000', '103712.187000', '103712.190000', '103712.193000', '103712.195000', '103712.198000', '103712.201000', '103732.070000', '103732.073000', '103732.075000', '103732.078000', '103732.081000', '103732.084000', '103732.087000', '103732.089000', '103732.092000', '103732.095000', '103732.098000', '103732.101000', '103732.103000', '103732.106000', '103732.109000', '103732.116000', '103732.119000', '103732.122000', '103732.124000', '103732.127000', '103732.130000', '103732.133000', '103732.136000', '103732.138000', '103732.141000', '103732.144000', '103732.147000', '103732.150000', '103732.152000', '103732.155000', '103732.158000', '103732.161000', '103732.163000', '103732.166000', '103732.169000', '103732.172000', '103732.175000', '103732.177000', '103732.180000', '103732.183000', '103732.186000', '103732.188000', '103732.191000', '103732.194000', '103752.070000', '103752.073000', '103752.076000', '103752.078000', '103752.081000', '103752.103000', '103752.106000', '103752.109000', '103752.113000', '103752.117000', '103752.120000', '103752.122000', '103752.125000', '103752.128000', '103752.131000', '103752.133000', '103752.136000', '103752.139000', '103752.142000', '103752.145000', '103752.147000', '103752.150000', '103752.153000', '103752.156000', '103752.159000', '103752.161000', '103752.164000', '103752.167000', '103752.170000', '103752.172000', '103752.175000', '103752.178000', '103752.181000', '103752.184000', '103752.187000', '103752.189000', '103752.192000', '103752.195000', '103752.198000', '103752.200000', '103752.203000', '103752.206000', '103752.209000', '103812.071000', '103812.074000', '103812.077000', '103812.079000', '103812.082000', '103812.085000', '103812.088000', '103812.090000', '103812.093000', '103812.096000', '103812.099000', '103812.102000', '103812.104000', '103812.107000', '103812.110000', '103812.113000', '103812.116000', '103812.118000', '103812.121000', '103812.124000', '103812.127000', '103812.130000', '103812.133000', '103812.135000', '103812.138000', '103812.141000', '103812.144000', '103812.146000', '103812.149000', '103812.152000', '103812.155000', '103812.158000', '103812.160000', '103812.168000', '103812.171000', '103812.174000', '103812.177000', '103812.179000', '103812.182000', '103812.185000', '103812.188000', '103812.190000', '103812.193000', '103812.196000', '103832.071000', '103832.074000', '103832.076000', '103832.079000', '103832.082000', '103832.085000', '103832.088000', '103832.090000', '103832.093000', '103832.096000', '103832.099000', '103832.102000', '103832.104000', '103832.107000', '103832.110000', '103832.113000', '103832.116000', '103832.118000', '103832.121000', '103832.124000', '103832.127000', '103832.130000', '103832.132000', '103832.135000', '103832.138000', '103832.141000', '103832.144000', '103832.146000', '103832.150000', '103832.152000', '103832.155000', '103832.158000', '103832.161000', '103832.164000', '103832.167000', '103832.170000', '103832.172000', '103832.175000', '103832.178000', '103832.181000', '103832.184000', '103832.186000', '103832.189000', '103852.070000', '103852.073000', '103852.075000', '103852.078000', '103852.081000', '103852.084000', '103852.087000', '103852.090000', '103852.092000', '103852.095000', '103852.098000', '103852.101000', '103852.103000', '103852.106000', '103852.109000', '103852.112000', '103852.114000', '103852.117000', '103852.120000', '103852.123000', '103852.126000', '103852.129000', '103852.131000', '103852.134000', '103852.137000', '103852.140000', '103852.142000', '103852.145000', '103852.148000', '103852.151000', '103852.154000', '103852.156000', '103852.159000', '103852.169000', '103852.172000', '103852.175000', '103852.178000', '103852.180000', '103852.183000', '103852.186000', '103852.189000', '103852.191000', '103852.194000', '103852.197000', '103912.070000', '103912.073000', '103912.076000', '103912.078000', '103912.081000', '103912.084000', '103912.087000', '103912.090000', '103912.092000', '103912.096000', '103912.099000', '103912.102000', '103912.105000', '103912.107000', '103912.110000', '103912.113000', '103912.116000', '103912.119000', '103912.122000', '103912.125000', '103912.127000', '103912.130000', '103912.133000', '103912.136000', '103912.138000', '103912.141000', '103912.144000', '103912.147000', '103912.150000', '103912.153000', '103912.155000', '103912.158000', '103912.161000', '103912.164000', '103912.167000', '103912.170000', '103912.173000', '103912.175000', '103912.178000', '103912.181000', '103912.184000', '103912.187000', '103912.190000', '103932.070000', '103932.088000', '103932.091000', '103932.093000', '103932.096000', '103932.099000', '103932.102000', '103932.105000', '103932.107000', '103932.110000', '103932.113000', '103932.116000', '103932.119000', '103932.121000', '103932.124000', '103932.127000', '103932.130000', '103932.133000', '103932.135000', '103932.138000', '103932.141000', '103932.144000', '103932.147000', '103932.149000', '103932.152000', '103932.155000', '103932.158000', '103932.161000', '103932.163000', '103932.166000', '103932.169000', '103932.172000', '103932.175000', '103932.178000', '103932.180000', '103932.183000', '103932.186000', '103932.189000', '103932.191000', '103932.194000', '103932.197000', '103932.200000', '103932.203000', '103932.205000', '103952.070000', '103952.073000', '103952.076000', '103952.078000', '103952.081000', '103952.084000', '103952.087000', '103952.090000', '103952.092000', '103952.095000', '103952.098000', '103952.101000', '103952.103000', '103952.106000', '103952.109000', '103952.112000', '103952.115000', '103952.118000', '103952.120000', '103952.123000', '103952.126000', '103952.129000', '103952.132000', '103952.134000', '103952.137000', '103952.140000', '103952.143000', '103952.146000', '103952.149000', '103952.151000', '103952.154000', '103952.157000', '103952.160000', '103952.162000', '103952.165000', '103952.168000', '103952.171000', '103952.174000', '103952.178000', '103952.181000', '103952.183000', '103952.186000', '103952.189000', '104012.070000', '104012.073000', '104012.076000', '104012.078000', '104012.081000', '104012.084000', '104012.087000', '104012.089000', '104012.092000', '104012.095000', '104012.098000', '104012.100000', '104012.103000', '104012.106000', '104012.109000', '104012.112000', '104012.115000', '104012.117000', '104012.120000', '104012.123000', '104012.126000', '104012.129000', '104012.131000', '104012.134000', '104012.137000', '104012.140000', '104012.143000', '104012.145000', '104012.148000', '104012.151000', '104012.154000', '104012.157000', '104012.159000', '104012.162000', '104012.165000', '104012.168000', '104012.170000', '104012.173000', '104012.176000', '104012.179000', '104012.182000', '104012.184000', '104012.187000', '104012.190000', '104032.071000', '104032.074000', '104032.077000', '104032.079000', '104032.082000', '104032.085000', '104032.088000', '104032.091000', '104032.093000', '104032.096000', '104032.099000', '104032.102000', '104032.105000', '104032.107000', '104032.110000', '104032.113000', '104032.116000', '104032.119000', '104032.122000', '104032.125000', '104032.127000', '104032.130000', '104032.134000', '104032.137000', '104032.140000', '104032.143000', '104032.146000', '104032.149000', '104032.152000', '104032.154000', '104032.157000', '104032.160000', '104032.163000', '104032.166000', '104032.169000', '104032.171000', '104032.174000', '104032.177000', '104032.180000', '104032.183000', '104032.185000', '104032.188000', '104032.191000', '104052.071000', '104052.074000', '104052.077000', '104052.080000', '104052.083000', '104052.085000', '104052.088000', '104052.091000', '104052.094000', '104052.097000', '104052.100000', '104052.103000', '104052.115000', '104052.118000', '104052.121000', '104052.123000', '104052.126000', '104052.129000', '104052.132000', '104052.135000', '104052.138000', '104052.140000', '104052.144000', '104052.147000', '104052.150000', '104052.152000', '104052.155000', '104052.158000', '104052.161000', '104052.164000', '104052.167000', '104052.169000', '104052.172000', '104052.175000', '104052.178000', '104052.181000', '104052.183000', '104052.186000', '104052.189000', '104052.192000', '104052.195000', '104052.198000', '104052.201000', '104052.204000', '104112.070000', '104112.073000', '104112.076000', '104112.078000', '104112.081000', '104112.084000', '104112.087000', '104112.090000', '104112.092000', '104112.095000', '104112.098000', '104112.101000', '104112.104000', '104112.107000', '104112.110000', '104112.112000', '104112.115000', '104112.118000', '104112.121000', '104112.124000', '104112.127000', '104112.129000', '104112.132000', '104112.135000', '104112.138000', '104112.141000', '104112.144000', '104112.146000', '104112.149000', '104112.152000', '104112.155000', '104112.158000', '104112.161000', '104112.163000', '104112.166000', '104112.169000', '104112.172000', '104112.175000', '104112.178000', '104112.180000', '104112.183000', '104112.186000', '104112.189000', '104132.070000', '104132.073000', '104132.076000', '104132.078000', '104132.081000', '104132.084000', '104132.087000', '104132.090000', '104132.092000', '104132.095000', '104132.098000', '104132.101000', '104132.103000', '104132.106000', '104132.109000', '104132.113000', '104132.116000', '104132.119000', '104132.122000', '104132.125000', '104132.127000', '104132.130000', '104132.133000', '104132.136000', '104132.139000', '104132.142000', '104132.145000', '104132.147000', '104132.150000', '104132.153000', '104132.156000', '104132.159000', '104132.162000', '104132.165000', '104132.167000', '104132.170000', '104132.173000', '104132.176000', '104132.179000', '104132.181000', '104132.184000', '104132.187000', '104132.190000', '104132.193000', '104152.070000', '104152.073000', '104152.076000', '104152.078000', '104152.081000', '104152.084000', '104152.087000', '104152.090000', '104152.092000', '104152.095000', '104152.098000', '104152.101000', '104152.103000', '104152.106000', '104152.109000', '104152.112000', '104152.115000', '104152.117000', '104152.120000', '104152.123000', '104152.126000', '104152.128000', '104152.131000', '104152.134000', '104152.137000', '104152.140000', '104152.143000', '104152.146000', '104152.148000', '104152.151000', '104152.154000', '104152.157000', '104152.160000', '104152.162000', '104152.165000', '104152.168000', '104152.171000', '104152.175000', '104152.178000', '104152.181000', '104152.183000', '104152.186000', '104152.189000', '104212.069000', '104212.072000', '104212.075000', '104212.078000', '104212.081000', '104212.084000', '104212.087000', '104212.090000', '104212.093000', '104212.097000', '104212.100000', '104212.103000', '104212.106000', '104212.109000', '104212.112000', '104212.114000', '104212.117000', '104212.120000', '104212.123000', '104212.126000', '104212.129000', '104212.132000', '104212.135000', '104212.156000', '104212.159000', '104212.162000', '104212.165000', '104212.168000', '104212.171000', '104212.173000', '104212.176000', '104212.179000', '104212.182000', '104212.185000', '104212.187000', '104212.190000', '104212.194000', '104212.197000', '104212.200000', '104212.202000', '104212.205000', '104212.208000', '104212.211000', '104212.214000'], 'InstanceCreationTime': ['103552.104000', '103552.107000', '103552.110000', '103552.113000', '103552.116000', '103552.119000', '103552.122000', '103552.124000', '103552.127000', '103552.130000', '103552.133000', '103552.135000', '103552.138000', '103552.141000', '103552.144000', '103552.147000', '103552.149000', '103552.152000', '103552.155000', '103552.158000', '103552.160000', '103552.163000', '103552.166000', '103552.169000', '103552.171000', '103552.174000', '103552.177000', '103552.180000', '103552.182000', '103552.185000', '103552.188000', '103552.191000', '103552.194000', '103552.196000', '103552.199000', '103552.202000', '103552.205000', '103552.207000', '103552.210000', '103552.213000', '103552.216000', '103552.218000', '103552.221000', '103552.224000', '103552.227000', '103612.071000', '103612.074000', '103612.076000', '103612.079000', '103612.082000', '103612.085000', '103612.087000', '103612.090000', '103612.093000', '103612.096000', '103612.108000', '103612.111000', '103612.113000', '103612.116000', '103612.119000', '103612.122000', '103612.125000', '103612.127000', '103612.130000', '103612.133000', '103612.136000', '103612.138000', '103612.141000', '103612.144000', '103612.147000', '103612.150000', '103612.152000', '103612.155000', '103612.158000', '103612.161000', '103612.170000', '103612.172000', '103612.175000', '103612.178000', '103612.181000', '103612.183000', '103612.186000', '103612.189000', '103612.192000', '103612.195000', '103612.197000', '103612.200000', '103612.203000', '103612.206000', '103632.070000', '103632.073000', '103632.076000', '103632.079000', '103632.082000', '103632.085000', '103632.088000', '103632.090000', '103632.093000', '103632.096000', '103632.099000', '103632.101000', '103632.104000', '103632.107000', '103632.110000', '103632.113000', '103632.115000', '103632.118000', '103632.121000', '103632.124000', '103632.126000', '103632.129000', '103632.135000', '103632.138000', '103632.141000', '103632.144000', '103632.147000', '103632.149000', '103632.152000', '103632.155000', '103632.158000', '103632.160000', '103632.163000', '103632.166000', '103632.169000', '103632.171000', '103632.174000', '103632.177000', '103632.180000', '103632.182000', '103632.185000', '103632.188000', '103632.191000', '103652.070000', '103652.073000', '103652.075000', '103652.078000', '103652.081000', '103652.084000', '103652.087000', '103652.089000', '103652.092000', '103652.095000', '103652.098000', '103652.100000', '103652.103000', '103652.106000', '103652.109000', '103652.112000', '103652.114000', '103652.117000', '103652.120000', '103652.123000', '103652.126000', '103652.128000', '103652.131000', '103652.134000', '103652.137000', '103652.140000', '103652.142000', '103652.145000', '103652.148000', '103652.151000', '103652.153000', '103652.156000', '103652.159000', '103652.162000', '103652.165000', '103652.167000', '103652.170000', '103652.173000', '103652.176000', '103652.179000', '103652.181000', '103652.184000', '103652.187000', '103652.197000', '103712.070000', '103712.073000', '103712.076000', '103712.078000', '103712.081000', '103712.094000', '103712.097000', '103712.100000', '103712.103000', '103712.105000', '103712.108000', '103712.111000', '103712.114000', '103712.116000', '103712.119000', '103712.122000', '103712.125000', '103712.128000', '103712.130000', '103712.133000', '103712.136000', '103712.139000', '103712.142000', '103712.147000', '103712.151000', '103712.154000', '103712.156000', '103712.159000', '103712.162000', '103712.165000', '103712.167000', '103712.170000', '103712.173000', '103712.176000', '103712.179000', '103712.181000', '103712.184000', '103712.187000', '103712.190000', '103712.193000', '103712.195000', '103712.198000', '103712.201000', '103732.070000', '103732.073000', '103732.075000', '103732.078000', '103732.081000', '103732.084000', '103732.087000', '103732.089000', '103732.092000', '103732.095000', '103732.098000', '103732.101000', '103732.103000', '103732.106000', '103732.109000', '103732.116000', '103732.119000', '103732.122000', '103732.124000', '103732.127000', '103732.130000', '103732.133000', '103732.136000', '103732.138000', '103732.141000', '103732.144000', '103732.147000', '103732.150000', '103732.152000', '103732.155000', '103732.158000', '103732.161000', '103732.163000', '103732.166000', '103732.169000', '103732.172000', '103732.175000', '103732.177000', '103732.180000', '103732.183000', '103732.186000', '103732.188000', '103732.191000', '103732.194000', '103752.070000', '103752.073000', '103752.076000', '103752.078000', '103752.081000', '103752.103000', '103752.106000', '103752.109000', '103752.113000', '103752.117000', '103752.120000', '103752.122000', '103752.125000', '103752.128000', '103752.131000', '103752.133000', '103752.136000', '103752.139000', '103752.142000', '103752.145000', '103752.147000', '103752.150000', '103752.153000', '103752.156000', '103752.159000', '103752.161000', '103752.164000', '103752.167000', '103752.170000', '103752.172000', '103752.175000', '103752.178000', '103752.181000', '103752.184000', '103752.187000', '103752.189000', '103752.192000', '103752.195000', '103752.198000', '103752.200000', '103752.203000', '103752.206000', '103752.209000', '103812.071000', '103812.074000', '103812.077000', '103812.079000', '103812.082000', '103812.085000', '103812.088000', '103812.090000', '103812.093000', '103812.096000', '103812.099000', '103812.102000', '103812.104000', '103812.107000', '103812.110000', '103812.113000', '103812.116000', '103812.118000', '103812.121000', '103812.124000', '103812.127000', '103812.130000', '103812.133000', '103812.135000', '103812.138000', '103812.141000', '103812.144000', '103812.146000', '103812.149000', '103812.152000', '103812.155000', '103812.158000', '103812.160000', '103812.168000', '103812.171000', '103812.174000', '103812.177000', '103812.179000', '103812.182000', '103812.185000', '103812.188000', '103812.190000', '103812.193000', '103812.196000', '103832.071000', '103832.074000', '103832.076000', '103832.079000', '103832.082000', '103832.085000', '103832.088000', '103832.090000', '103832.093000', '103832.096000', '103832.099000', '103832.102000', '103832.104000', '103832.107000', '103832.110000', '103832.113000', '103832.116000', '103832.118000', '103832.121000', '103832.124000', '103832.127000', '103832.130000', '103832.132000', '103832.135000', '103832.138000', '103832.141000', '103832.144000', '103832.146000', '103832.150000', '103832.152000', '103832.155000', '103832.158000', '103832.161000', '103832.164000', '103832.167000', '103832.170000', '103832.172000', '103832.175000', '103832.178000', '103832.181000', '103832.184000', '103832.186000', '103832.189000', '103852.070000', '103852.073000', '103852.075000', '103852.078000', '103852.081000', '103852.084000', '103852.087000', '103852.090000', '103852.092000', '103852.095000', '103852.098000', '103852.101000', '103852.103000', '103852.106000', '103852.109000', '103852.112000', '103852.114000', '103852.117000', '103852.120000', '103852.123000', '103852.126000', '103852.129000', '103852.131000', '103852.134000', '103852.137000', '103852.140000', '103852.142000', '103852.145000', '103852.148000', '103852.151000', '103852.154000', '103852.156000', '103852.159000', '103852.169000', '103852.172000', '103852.175000', '103852.178000', '103852.180000', '103852.183000', '103852.186000', '103852.189000', '103852.191000', '103852.194000', '103852.197000', '103912.070000', '103912.073000', '103912.076000', '103912.078000', '103912.081000', '103912.084000', '103912.087000', '103912.090000', '103912.092000', '103912.096000', '103912.099000', '103912.102000', '103912.105000', '103912.107000', '103912.110000', '103912.113000', '103912.116000', '103912.119000', '103912.122000', '103912.125000', '103912.127000', '103912.130000', '103912.133000', '103912.136000', '103912.138000', '103912.141000', '103912.144000', '103912.147000', '103912.150000', '103912.153000', '103912.155000', '103912.158000', '103912.161000', '103912.164000', '103912.167000', '103912.170000', '103912.173000', '103912.175000', '103912.178000', '103912.181000', '103912.184000', '103912.187000', '103912.190000', '103932.070000', '103932.088000', '103932.091000', '103932.093000', '103932.096000', '103932.099000', '103932.102000', '103932.105000', '103932.107000', '103932.110000', '103932.113000', '103932.116000', '103932.119000', '103932.121000', '103932.124000', '103932.127000', '103932.130000', '103932.133000', '103932.135000', '103932.138000', '103932.141000', '103932.144000', '103932.147000', '103932.149000', '103932.152000', '103932.155000', '103932.158000', '103932.161000', '103932.163000', '103932.166000', '103932.169000', '103932.172000', '103932.175000', '103932.178000', '103932.180000', '103932.183000', '103932.186000', '103932.189000', '103932.191000', '103932.194000', '103932.197000', '103932.200000', '103932.203000', '103932.205000', '103952.070000', '103952.073000', '103952.076000', '103952.078000', '103952.081000', '103952.084000', '103952.087000', '103952.090000', '103952.092000', '103952.095000', '103952.098000', '103952.101000', '103952.103000', '103952.106000', '103952.109000', '103952.112000', '103952.115000', '103952.118000', '103952.120000', '103952.123000', '103952.126000', '103952.129000', '103952.132000', '103952.134000', '103952.137000', '103952.140000', '103952.143000', '103952.146000', '103952.149000', '103952.151000', '103952.154000', '103952.157000', '103952.160000', '103952.162000', '103952.165000', '103952.168000', '103952.171000', '103952.174000', '103952.178000', '103952.181000', '103952.183000', '103952.186000', '103952.189000', '104012.070000', '104012.073000', '104012.076000', '104012.078000', '104012.081000', '104012.084000', '104012.087000', '104012.089000', '104012.092000', '104012.095000', '104012.098000', '104012.100000', '104012.103000', '104012.106000', '104012.109000', '104012.112000', '104012.115000', '104012.117000', '104012.120000', '104012.123000', '104012.126000', '104012.129000', '104012.131000', '104012.134000', '104012.137000', '104012.140000', '104012.143000', '104012.145000', '104012.148000', '104012.151000', '104012.154000', '104012.157000', '104012.159000', '104012.162000', '104012.165000', '104012.168000', '104012.170000', '104012.173000', '104012.176000', '104012.179000', '104012.182000', '104012.184000', '104012.187000', '104012.190000', '104032.071000', '104032.074000', '104032.077000', '104032.079000', '104032.082000', '104032.085000', '104032.088000', '104032.091000', '104032.093000', '104032.096000', '104032.099000', '104032.102000', '104032.105000', '104032.107000', '104032.110000', '104032.113000', '104032.116000', '104032.119000', '104032.122000', '104032.125000', '104032.127000', '104032.130000', '104032.134000', '104032.137000', '104032.140000', '104032.143000', '104032.146000', '104032.149000', '104032.152000', '104032.154000', '104032.157000', '104032.160000', '104032.163000', '104032.166000', '104032.169000', '104032.171000', '104032.174000', '104032.177000', '104032.180000', '104032.183000', '104032.185000', '104032.188000', '104032.191000', '104052.071000', '104052.074000', '104052.077000', '104052.080000', '104052.083000', '104052.085000', '104052.088000', '104052.091000', '104052.094000', '104052.097000', '104052.100000', '104052.103000', '104052.115000', '104052.118000', '104052.121000', '104052.123000', '104052.126000', '104052.129000', '104052.132000', '104052.135000', '104052.138000', '104052.140000', '104052.144000', '104052.147000', '104052.150000', '104052.152000', '104052.155000', '104052.158000', '104052.161000', '104052.164000', '104052.167000', '104052.169000', '104052.172000', '104052.175000', '104052.178000', '104052.181000', '104052.183000', '104052.186000', '104052.189000', '104052.192000', '104052.195000', '104052.198000', '104052.201000', '104052.204000', '104112.070000', '104112.073000', '104112.076000', '104112.078000', '104112.081000', '104112.084000', '104112.087000', '104112.090000', '104112.092000', '104112.095000', '104112.098000', '104112.101000', '104112.104000', '104112.107000', '104112.110000', '104112.112000', '104112.115000', '104112.118000', '104112.121000', '104112.124000', '104112.127000', '104112.129000', '104112.132000', '104112.135000', '104112.138000', '104112.141000', '104112.144000', '104112.146000', '104112.149000', '104112.152000', '104112.155000', '104112.158000', '104112.161000', '104112.163000', '104112.166000', '104112.169000', '104112.172000', '104112.175000', '104112.178000', '104112.180000', '104112.183000', '104112.186000', '104112.189000', '104132.070000', '104132.073000', '104132.076000', '104132.078000', '104132.081000', '104132.084000', '104132.087000', '104132.090000', '104132.092000', '104132.095000', '104132.098000', '104132.101000', '104132.103000', '104132.106000', '104132.109000', '104132.113000', '104132.116000', '104132.119000', '104132.122000', '104132.125000', '104132.127000', '104132.130000', '104132.133000', '104132.136000', '104132.139000', '104132.142000', '104132.145000', '104132.147000', '104132.150000', '104132.153000', '104132.156000', '104132.159000', '104132.162000', '104132.165000', '104132.167000', '104132.170000', '104132.173000', '104132.176000', '104132.179000', '104132.181000', '104132.184000', '104132.187000', '104132.190000', '104132.193000', '104152.070000', '104152.073000', '104152.076000', '104152.078000', '104152.081000', '104152.084000', '104152.087000', '104152.090000', '104152.092000', '104152.095000', '104152.098000', '104152.101000', '104152.103000', '104152.106000', '104152.109000', '104152.112000', '104152.115000', '104152.117000', '104152.120000', '104152.123000', '104152.126000', '104152.128000', '104152.131000', '104152.134000', '104152.137000', '104152.140000', '104152.143000', '104152.146000', '104152.148000', '104152.151000', '104152.154000', '104152.157000', '104152.160000', '104152.162000', '104152.165000', '104152.168000', '104152.171000', '104152.175000', '104152.178000', '104152.181000', '104152.183000', '104152.186000', '104152.189000', '104212.069000', '104212.072000', '104212.075000', '104212.078000', '104212.081000', '104212.084000', '104212.087000', '104212.090000', '104212.093000', '104212.097000', '104212.100000', '104212.103000', '104212.106000', '104212.109000', '104212.112000', '104212.114000', '104212.117000', '104212.120000', '104212.123000', '104212.126000', '104212.129000', '104212.132000', '104212.135000', '104212.156000', '104212.159000', '104212.162000', '104212.165000', '104212.168000', '104212.171000', '104212.173000', '104212.176000', '104212.179000', '104212.182000', '104212.185000', '104212.187000', '104212.190000', '104212.194000', '104212.197000', '104212.200000', '104212.202000', '104212.205000', '104212.208000', '104212.211000', '104212.214000'], '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': [8178, 7942, 7759, 7587, 7524, 7458, 7286, 7243, 7233, 7717, 6915, 6600, 6918, 6793, 6700, 6848, 6733, 7257, 6637, 7377, 7167, 6716, 7041, 6712, 6860, 6779, 7109, 6942, 7373, 6794, 7221, 7385, 8933, 7904, 8160, 6828, 7533, 6753, 6920, 6980, 6758, 8198, 6840, 6953, 6888, 7231, 7275, 7163, 7298, 7338, 7310, 6874, 7613, 7382, 7370, 6872, 7074, 6896, 7305, 7140, 6927, 7307, 7528, 9705, 7612, 8897, 7544, 8631, 7035, 8912, 8518, 8159, 6997, 7249, 6952, 6905, 6945, 7035, 7418, 7826, 7114, 6928, 7040, 6951, 6974, 6971, 6930, 7252, 6969, 7200, 7055, 7018, 8680, 8298, 7120, 7017, 7070, 6974, 6963, 7150, 7002, 7163, 7150, 7117, 7389, 7345, 7134, 7276, 7180, 7191, 7098, 7299, 7048, 8363, 7585, 7158, 7165, 8242, 9135, 8904, 7069, 7720, 7213, 7192, 7028, 7081, 7173, 7059, 7220, 7119, 7346, 7064, 7179, 7211, 7270, 7263, 7101, 7120, 7131, 7033, 7573, 6867, 8864, 7465, 7126, 7407, 7408, 10119, 8375, 9770, 8762, 8078, 7155, 7147, 10082, 7325, 8403, 9101, 7261, 10505, 8239, 9435, 9293, 7622, 10087, 7298, 10500, 7931, 7766, 7801, 7024, 7247, 7103, 7025, 7020, 6987, 7370, 7098, 7088, 7269, 7144, 7196, 7131, 7065, 7010, 7004, 7072, 7072, 7366, 6996, 7034, 7120, 8564, 8201, 7276, 7746, 7257, 9889, 7168, 8253, 7360, 7066, 7060, 7229, 7082, 7082, 7286, 7182, 7114, 7071, 7132, 7085, 7287, 7174, 7058, 7130, 7137, 7390, 7170, 7175, 7172, 7029, 7537, 7003, 6985, 6882, 7201, 8463, 10407, 7848, 10314, 9969, 7991, 7263, 6992, 8397, 6978, 7440, 7111, 7088, 7035, 6969, 7003, 7038, 7048, 7080, 7070, 7070, 7462, 9856, 7845, 9391, 7947, 9657, 7780, 9897, 7589, 8320, 7066, 7030, 7184, 7028, 8432, 7140, 9493, 7117, 7028, 7145, 7016, 7018, 7179, 6994, 7223, 7014, 7022, 7081, 7124, 7120, 6961, 6977, 7068, 7719, 7664, 7157, 7776, 6982, 6900, 7121, 6934, 7148, 6975, 7073, 6874, 6668, 6855, 9262, 7345, 7486, 6905, 8084, 7309, 9177, 11047, 7592, 7746, 7434, 7513, 6743, 7205, 8187, 9034, 9910, 8747, 7588, 7799, 8182, 7161, 7547, 7110, 7019, 7259, 7153, 7048, 7002, 7295, 7101, 7749, 7485, 8001, 7840, 7697, 7352, 7814, 7512, 8691, 7408, 8373, 7559, 8145, 7871, 7543, 7611, 7658, 7397, 7961, 7628, 7788, 7571, 6905, 6711, 6605, 6624, 6985, 6503, 6854, 6678, 6668, 6444, 7359, 6681, 7268, 7188, 7343, 7476, 8532, 8009, 9654, 7371, 7274, 9831, 7982, 7049, 10873, 10002, 8252, 9013, 8304, 6798, 10204, 8274, 8570, 8715, 8033, 9819, 7024, 7975, 7522, 7245, 6676, 6675, 6903, 6656, 6701, 6856, 6692, 6941, 7202, 6806, 7299, 6838, 7000, 6704, 6672, 7028, 7146, 6746, 6927, 7996, 6745, 8089, 7743, 7075, 6299, 7232, 7132, 6781, 7400, 7270, 6754, 7371, 7282, 8865, 6857, 7624, 6840, 7186, 6890, 7288, 6724, 6631, 7054, 6928, 6575, 6767, 7173, 6665, 7515, 8728, 6686, 6932, 7937, 6750, 7196, 7878, 6761, 7528, 6967, 7027, 7550, 7240, 7024, 7209, 7050, 7400, 9080, 8143, 7006, 8291, 8105, 6778, 9262, 7513, 7435, 7209, 7221, 9416, 8381, 10593, 11406, 8116, 8411, 8285, 8834, 6931, 6914, 6945, 8980, 6989, 8742, 7692, 7014, 7012, 6994, 6943, 6937, 6982, 7008, 6926, 6997, 7027, 6953, 7025, 7032, 6983, 7029, 6964, 7008, 7009, 6975, 7014, 7011, 7061, 7088, 7045, 7048, 6940, 7079, 7010, 7286, 7837, 7791, 7153, 7075, 6988, 7277, 7098, 7292, 7261, 8976, 8001, 7313, 6980, 7397, 7402, 7070, 7247, 7145, 7708, 7120, 7169, 7161, 7070, 7209, 7099, 7257, 7177, 7050, 7271, 8096, 7689, 7446, 8649, 7230, 7129, 7326, 8768, 8675, 7215, 7044, 7273, 7166, 7097, 7201, 7199, 7202, 7121, 7168, 7292, 7139, 7299, 7215, 7451, 7048, 8328, 8169, 8641, 9369, 7216, 7177, 6746, 7014, 6956, 6958, 7126, 7039, 7216, 7071, 7062, 7213, 7553, 8388, 7137, 8879, 7585, 9482, 9477, 8319, 8393, 7231, 9758, 7487, 7145, 7820, 7148, 8892, 7140, 7263, 7094, 7141, 7101, 7245, 7235, 7161, 7197, 7147, 7259, 7051, 7049, 7103, 7233, 7130, 7157, 7113, 7134, 7834, 7354, 8485, 7176, 7091, 7118, 7113, 7195, 7148, 7194, 7102, 7144, 7202, 7146, 7117, 7145, 7351, 7550, 7337, 7526, 9374, 8161, 9616, 7331, 6803, 6809, 7390, 6697, 10596, 9785, 7732, 6663, 6944, 8001, 8314, 6930, 7732, 7501, 6853, 9431, 8051, 9042, 10439, 9250, 7807, 10170, 9467, 6815, 9926, 8756, 7922, 10654, 7481, 6741, 7593, 7092, 9749, 8214, 6857, 8147, 7121, 6905, 6764, 6794, 6680, 6457, 7774, 7665, 6719, 6625, 6798, 6690, 7083, 6839, 6712, 7475, 6762, 6974, 10915, 11150, 10261, 11830, 12483, 13584, 12482, 14125, 12295, 10347, 13449, 9711, 10954, 9166, 6888, 7409, 6712, 6731, 6789, 6828, 6884, 6617, 7044, 6818, 6844, 6763, 7083, 6747, 8401, 6587, 6584, 6606, 6514, 6472, 6924, 6560, 6505, 6937, 6615, 6654, 6765, 6960, 6798, 6604, 6777, 6817, 6630, 6866, 6516, 7345, 6916, 7741, 6794, 9642, 7622, 6705, 6644, 6813, 7812, 7095, 6601, 6585, 7062, 6784, 7047, 7216, 7111, 6633, 6766, 6816, 6758, 6740, 7127, 6824, 7358, 6803, 9618, 8178, 9356, 9154, 7989, 9092, 7427, 10957, 7303, 10825, 6918, 6909, 7180, 6903, 6781, 7276, 6931, 6703, 6669, 7270, 7375, 7578, 7971, 6652, 6625, 6715, 7605, 7749, 6726, 9953, 8581, 9113, 9261, 8425, 10541, 8329, 9416, 7314, 6917, 6997, 7517, 6420, 6545, 7163, 6409, 7038, 7704, 6334, 7270, 8095, 6611, 6511, 7101, 6836, 6550, 6921, 6721, 7938, 8624, 9043, 9995, 10786, 11912, 10392, 12541, 11920, 11441, 12596, 10073, 11559, 10254, 9293, 11459, 7463, 7697, 6666, 6710, 8751, 7447, 6632, 6664, 6922, 6986, 7234, 7104, 6758, 6424, 7595, 6460, 7123, 7553, 7037, 6642, 7469, 6828, 7522, 8132, 11641, 8876, 12168, 9610, 12839, 10117, 13270], 'WindowCenter': [3910.0, 3883.0, 3870.0, 3867.0, 3853.0, 3855.0, 3851.0, 3840.0, 3849.0, 3854.0, 3857.0, 3833.0, 3857.0, 3843.0, 3843.0, 3829.0, 3843.0, 3855.0, 3841.0, 3851.0, 3852.0, 3843.0, 3853.0, 3843.0, 3857.0, 3843.0, 3854.0, 3853.0, 3852.0, 3844.0, 3852.0, 3852.0, 3886.0, 3865.0, 3862.0, 3841.0, 3850.0, 3829.0, 3840.0, 3838.0, 3828.0, 3848.0, 3828.0, 3827.0, 3828.0, 3854.0, 3852.0, 3840.0, 3853.0, 3852.0, 3852.0, 3843.0, 3866.0, 3853.0, 3869.0, 3861.0, 3871.0, 3868.0, 3868.0, 3856.0, 3855.0, 3869.0, 3868.0, 3899.0, 3867.0, 3887.0, 3855.0, 3874.0, 3843.0, 3874.0, 3874.0, 3864.0, 3841.0, 3840.0, 3839.0, 3840.0, 3840.0, 3841.0, 3839.0, 3850.0, 3840.0, 3840.0, 3839.0, 3838.0, 3840.0, 3838.0, 3839.0, 3839.0, 3840.0, 3839.0, 3839.0, 3840.0, 3859.0, 3861.0, 3838.0, 3837.0, 3837.0, 3837.0, 3838.0, 3837.0, 3838.0, 3839.0, 3839.0, 3839.0, 3853.0, 3854.0, 3843.0, 3841.0, 3840.0, 3839.0, 3841.0, 3851.0, 3840.0, 3860.0, 3850.0, 3839.0, 3839.0, 3862.0, 3871.0, 3872.0, 3838.0, 3847.0, 3838.0, 3826.0, 3837.0, 3825.0, 3825.0, 3825.0, 3837.0, 3838.0, 3836.0, 3825.0, 3837.0, 3837.0, 3851.0, 3852.0, 3852.0, 3868.0, 3867.0, 3867.0, 3880.0, 3859.0, 3887.0, 3866.0, 3857.0, 3864.0, 3866.0, 3895.0, 3875.0, 3882.0, 3873.0, 3850.0, 3838.0, 3837.0, 3867.0, 3836.0, 3845.0, 3855.0, 3824.0, 3865.0, 3834.0, 3843.0, 3842.0, 3820.0, 3840.0, 3808.0, 3837.0, 3805.0, 3795.0, 3804.0, 3793.0, 3793.0, 3794.0, 3794.0, 3795.0, 3796.0, 3805.0, 3810.0, 3812.0, 3821.0, 3820.0, 3826.0, 3827.0, 3826.0, 3836.0, 3836.0, 3837.0, 3851.0, 3840.0, 3839.0, 3839.0, 3841.0, 3862.0, 3862.0, 3839.0, 3838.0, 3836.0, 3867.0, 3825.0, 3845.0, 3824.0, 3825.0, 3826.0, 3835.0, 3825.0, 3825.0, 3836.0, 3838.0, 3850.0, 3839.0, 3850.0, 3850.0, 3863.0, 3853.0, 3852.0, 3852.0, 3851.0, 3853.0, 3853.0, 3868.0, 3866.0, 3866.0, 3890.0, 3868.0, 3865.0, 3853.0, 3864.0, 3874.0, 3906.0, 3874.0, 3894.0, 3883.0, 3861.0, 3839.0, 3839.0, 3860.0, 3840.0, 3852.0, 3840.0, 3838.0, 3837.0, 3837.0, 3839.0, 3853.0, 3866.0, 3866.0, 3855.0, 3854.0, 3854.0, 3885.0, 3863.0, 3874.0, 3862.0, 3882.0, 3850.0, 3883.0, 3852.0, 3849.0, 3837.0, 3826.0, 3826.0, 3825.0, 3847.0, 3825.0, 3855.0, 3826.0, 3824.0, 3825.0, 3836.0, 3835.0, 3837.0, 3836.0, 3849.0, 3839.0, 3838.0, 3839.0, 3839.0, 3839.0, 3841.0, 3839.0, 3841.0, 3850.0, 3850.0, 3839.0, 3849.0, 3840.0, 3838.0, 3838.0, 3866.0, 3853.0, 3851.0, 3853.0, 3851.0, 3852.0, 3850.0, 3890.0, 3858.0, 3858.0, 3857.0, 3869.0, 3841.0, 3894.0, 3896.0, 3871.0, 3868.0, 3844.0, 3842.0, 3832.0, 3831.0, 3853.0, 3850.0, 3859.0, 3838.0, 3827.0, 3815.0, 3825.0, 3805.0, 3828.0, 3815.0, 3815.0, 3815.0, 3815.0, 3816.0, 3818.0, 3830.0, 3833.0, 3844.0, 3860.0, 3871.0, 3856.0, 3857.0, 3845.0, 3845.0, 3833.0, 3854.0, 3833.0, 3854.0, 3843.0, 3843.0, 3842.0, 3831.0, 3831.0, 3831.0, 3830.0, 3840.0, 3842.0, 3842.0, 3857.0, 3846.0, 3844.0, 3845.0, 3830.0, 3843.0, 3845.0, 3842.0, 3829.0, 3828.0, 3816.0, 3830.0, 3832.0, 3846.0, 3845.0, 3847.0, 3858.0, 3880.0, 3870.0, 3891.0, 3847.0, 3847.0, 3877.0, 3856.0, 3860.0, 3899.0, 3876.0, 3856.0, 3865.0, 3854.0, 3821.0, 3862.0, 3841.0, 3840.0, 3839.0, 3828.0, 3847.0, 3806.0, 3826.0, 3816.0, 3816.0, 3807.0, 3818.0, 3819.0, 3818.0, 3819.0, 3819.0, 3819.0, 3831.0, 3830.0, 3821.0, 3831.0, 3820.0, 3830.0, 3820.0, 3820.0, 3829.0, 3848.0, 3838.0, 3836.0, 3847.0, 3824.0, 3841.0, 3842.0, 3831.0, 3822.0, 3831.0, 3832.0, 3836.0, 3858.0, 3861.0, 3847.0, 3858.0, 3847.0, 3867.0, 3834.0, 3842.0, 3821.0, 3821.0, 3832.0, 3831.0, 3821.0, 3823.0, 3832.0, 3831.0, 3821.0, 3835.0, 3846.0, 3837.0, 3851.0, 3857.0, 3838.0, 3851.0, 3860.0, 3851.0, 3852.0, 3873.0, 3853.0, 3875.0, 3867.0, 3867.0, 3865.0, 3867.0, 3869.0, 3866.0, 3853.0, 3852.0, 3860.0, 3850.0, 3844.0, 3862.0, 3849.0, 3827.0, 3881.0, 3850.0, 3849.0, 3848.0, 3836.0, 3856.0, 3858.0, 3878.0, 3889.0, 3845.0, 3845.0, 3845.0, 3843.0, 3809.0, 3808.0, 3808.0, 3829.0, 3809.0, 3830.0, 3821.0, 3821.0, 3810.0, 3810.0, 3809.0, 3810.0, 3810.0, 3822.0, 3823.0, 3824.0, 3823.0, 3823.0, 3825.0, 3822.0, 3823.0, 3824.0, 3824.0, 3825.0, 3825.0, 3837.0, 3838.0, 3838.0, 3839.0, 3838.0, 3839.0, 3838.0, 3837.0, 3838.0, 3839.0, 3849.0, 3849.0, 3849.0, 3838.0, 3838.0, 3837.0, 3838.0, 3838.0, 3837.0, 3838.0, 3858.0, 3849.0, 3837.0, 3836.0, 3837.0, 3836.0, 3837.0, 3850.0, 3838.0, 3848.0, 3839.0, 3851.0, 3851.0, 3851.0, 3850.0, 3840.0, 3851.0, 3840.0, 3840.0, 3851.0, 3848.0, 3850.0, 3837.0, 3857.0, 3835.0, 3838.0, 3836.0, 3846.0, 3845.0, 3835.0, 3825.0, 3836.0, 3837.0, 3837.0, 3849.0, 3851.0, 3851.0, 3840.0, 3840.0, 3851.0, 3840.0, 3852.0, 3852.0, 3851.0, 3839.0, 3861.0, 3862.0, 3886.0, 3884.0, 3853.0, 3840.0, 3828.0, 3851.0, 3851.0, 3850.0, 3853.0, 3853.0, 3852.0, 3841.0, 3840.0, 3850.0, 3849.0, 3859.0, 3838.0, 3858.0, 3836.0, 3855.0, 3855.0, 3833.0, 3832.0, 3810.0, 3840.0, 3809.0, 3808.0, 3807.0, 3796.0, 3815.0, 3794.0, 3795.0, 3795.0, 3795.0, 3794.0, 3806.0, 3805.0, 3795.0, 3806.0, 3807.0, 3808.0, 3809.0, 3820.0, 3822.0, 3822.0, 3823.0, 3823.0, 3824.0, 3824.0, 3835.0, 3836.0, 3845.0, 3824.0, 3823.0, 3822.0, 3823.0, 3824.0, 3825.0, 3836.0, 3836.0, 3838.0, 3849.0, 3839.0, 3840.0, 3854.0, 3851.0, 3848.0, 3850.0, 3864.0, 3883.0, 3861.0, 3871.0, 3838.0, 3840.0, 3841.0, 3850.0, 3839.0, 3880.0, 3881.0, 3848.0, 3837.0, 3836.0, 3859.0, 3862.0, 3839.0, 3850.0, 3851.0, 3837.0, 3870.0, 3859.0, 3868.0, 3876.0, 3854.0, 3832.0, 3851.0, 3840.0, 3797.0, 3838.0, 3816.0, 3816.0, 3836.0, 3794.0, 3782.0, 3803.0, 3792.0, 3822.0, 3801.0, 3780.0, 3801.0, 3780.0, 3792.0, 3796.0, 3810.0, 3809.0, 3795.0, 3815.0, 3815.0, 3817.0, 3815.0, 3819.0, 3814.0, 3828.0, 3817.0, 3829.0, 3841.0, 3832.0, 3829.0, 3882.0, 3883.0, 3874.0, 3885.0, 3883.0, 3893.0, 3870.0, 3879.0, 3856.0, 3832.0, 3864.0, 3820.0, 3828.0, 3805.0, 3774.0, 3785.0, 3763.0, 3775.0, 3776.0, 3777.0, 3789.0, 3789.0, 3790.0, 3790.0, 3792.0, 3791.0, 3801.0, 3792.0, 3823.0, 3821.0, 3810.0, 3810.0, 3798.0, 3798.0, 3808.0, 3808.0, 3813.0, 3822.0, 3821.0, 3823.0, 3824.0, 3823.0, 3824.0, 3824.0, 3824.0, 3825.0, 3824.0, 3824.0, 3813.0, 3834.0, 3824.0, 3834.0, 3813.0, 3855.0, 3832.0, 3812.0, 3811.0, 3813.0, 3821.0, 3822.0, 3813.0, 3824.0, 3825.0, 3841.0, 3826.0, 3823.0, 3836.0, 3825.0, 3827.0, 3852.0, 3853.0, 3842.0, 3851.0, 3840.0, 3839.0, 3828.0, 3869.0, 3848.0, 3858.0, 3856.0, 3846.0, 3845.0, 3824.0, 3865.0, 3822.0, 3863.0, 3811.0, 3810.0, 3811.0, 3824.0, 3823.0, 3836.0, 3838.0, 3827.0, 3826.0, 3851.0, 3851.0, 3862.0, 3858.0, 3854.0, 3853.0, 3842.0, 3851.0, 3862.0, 3841.0, 3883.0, 3874.0, 3884.0, 3884.0, 3874.0, 3880.0, 3847.0, 3856.0, 3836.0, 3824.0, 3824.0, 3835.0, 3814.0, 3827.0, 3837.0, 3827.0, 3837.0, 3849.0, 3828.0, 3848.0, 3858.0, 3848.0, 3836.0, 3847.0, 3847.0, 3850.0, 3858.0, 3852.0, 3871.0, 3883.0, 3883.0, 3894.0, 3903.0, 3904.0, 3883.0, 3901.0, 3889.0, 3876.0, 3874.0, 3842.0, 3849.0, 3838.0, 3826.0, 3846.0, 3793.0, 3804.0, 3782.0, 3783.0, 3827.0, 3806.0, 3795.0, 3797.0, 3822.0, 3823.0, 3820.0, 3834.0, 3823.0, 3811.0, 3832.0, 3810.0, 3822.0, 3834.0, 3837.0, 3838.0, 3851.0, 3842.0, 3862.0, 3862.0, 3891.0, 3869.0, 3889.0, 3868.0, 3887.0, 3865.0, 3884.0], 'WindowWidth': [8786.0, 8736.0, 8710.0, 8699.0, 8674.0, 8676.0, 8665.0, 8648.0, 8659.0, 8670.0, 8684.0, 8644.0, 8681.0, 8654.0, 8655.0, 8633.0, 8652.0, 8674.0, 8652.0, 8665.0, 8664.0, 8654.0, 8669.0, 8655.0, 8681.0, 8656.0, 8672.0, 8668.0, 8667.0, 8660.0, 8664.0, 8666.0, 8715.0, 8686.0, 8678.0, 8647.0, 8658.0, 8628.0, 8643.0, 8640.0, 8626.0, 8651.0, 8625.0, 8624.0, 8625.0, 8673.0, 8666.0, 8647.0, 8663.0, 8664.0, 8667.0, 8650.0, 8685.0, 8665.0, 8697.0, 8691.0, 8707.0, 8697.0, 8699.0, 8678.0, 8675.0, 8699.0, 8696.0, 8739.0, 8692.0, 8717.0, 8671.0, 8693.0, 8655.0, 8695.0, 8694.0, 8682.0, 8646.0, 8643.0, 8641.0, 8644.0, 8644.0, 8647.0, 8643.0, 8658.0, 8646.0, 8647.0, 8643.0, 8640.0, 8644.0, 8639.0, 8642.0, 8645.0, 8645.0, 8642.0, 8642.0, 8646.0, 8669.0, 8673.0, 8639.0, 8638.0, 8638.0, 8638.0, 8640.0, 8639.0, 8639.0, 8643.0, 8644.0, 8643.0, 8667.0, 8670.0, 8653.0, 8644.0, 8644.0, 8643.0, 8649.0, 8664.0, 8645.0, 8670.0, 8660.0, 8644.0, 8645.0, 8678.0, 8688.0, 8692.0, 8639.0, 8651.0, 8638.0, 8621.0, 8636.0, 8617.0, 8618.0, 8618.0, 8638.0, 8641.0, 8634.0, 8619.0, 8635.0, 8638.0, 8665.0, 8666.0, 8666.0, 8702.0, 8699.0, 8696.0, 8719.0, 8687.0, 8720.0, 8691.0, 8680.0, 8687.0, 8692.0, 8726.0, 8699.0, 8704.0, 8695.0, 8659.0, 8639.0, 8637.0, 8676.0, 8632.0, 8643.0, 8657.0, 8613.0, 8667.0, 8625.0, 8634.0, 8632.0, 8599.0, 8625.0, 8578.0, 8615.0, 8570.0, 8554.0, 8566.0, 8551.0, 8551.0, 8554.0, 8554.0, 8557.0, 8560.0, 8572.0, 8586.0, 8591.0, 8602.0, 8601.0, 8616.0, 8622.0, 8618.0, 8634.0, 8634.0, 8636.0, 8661.0, 8642.0, 8641.0, 8641.0, 8648.0, 8675.0, 8675.0, 8639.0, 8635.0, 8631.0, 8671.0, 8615.0, 8640.0, 8612.0, 8616.0, 8619.0, 8630.0, 8614.0, 8619.0, 8635.0, 8641.0, 8660.0, 8643.0, 8661.0, 8662.0, 8684.0, 8671.0, 8666.0, 8667.0, 8666.0, 8670.0, 8673.0, 8701.0, 8693.0, 8692.0, 8733.0, 8700.0, 8691.0, 8672.0, 8687.0, 8699.0, 8746.0, 8699.0, 8724.0, 8709.0, 8677.0, 8644.0, 8641.0, 8671.0, 8646.0, 8667.0, 8646.0, 8641.0, 8638.0, 8637.0, 8641.0, 8667.0, 8692.0, 8692.0, 8674.0, 8672.0, 8669.0, 8713.0, 8682.0, 8696.0, 8676.0, 8703.0, 8658.0, 8706.0, 8664.0, 8653.0, 8635.0, 8619.0, 8619.0, 8616.0, 8648.0, 8618.0, 8656.0, 8619.0, 8615.0, 8617.0, 8634.0, 8631.0, 8638.0, 8636.0, 8656.0, 8644.0, 8644.0, 8645.0, 8645.0, 8645.0, 8648.0, 8645.0, 8648.0, 8662.0, 8661.0, 8643.0, 8657.0, 8645.0, 8639.0, 8641.0, 8694.0, 8671.0, 8664.0, 8672.0, 8666.0, 8673.0, 8670.0, 8723.0, 8676.0, 8679.0, 8678.0, 8696.0, 8640.0, 8736.0, 8721.0, 8702.0, 8692.0, 8653.0, 8647.0, 8633.0, 8628.0, 8658.0, 8649.0, 8656.0, 8629.0, 8611.0, 8591.0, 8605.0, 8579.0, 8615.0, 8594.0, 8593.0, 8593.0, 8595.0, 8597.0, 8603.0, 8623.0, 8632.0, 8649.0, 8679.0, 8696.0, 8669.0, 8672.0, 8652.0, 8651.0, 8633.0, 8662.0, 8632.0, 8661.0, 8644.0, 8644.0, 8641.0, 8625.0, 8626.0, 8625.0, 8625.0, 8637.0, 8643.0, 8644.0, 8672.0, 8661.0, 8658.0, 8659.0, 8630.0, 8653.0, 8663.0, 8653.0, 8629.0, 8624.0, 8603.0, 8621.0, 8628.0, 8654.0, 8651.0, 8655.0, 8674.0, 8706.0, 8693.0, 8721.0, 8659.0, 8658.0, 8696.0, 8667.0, 8681.0, 8732.0, 8694.0, 8668.0, 8678.0, 8659.0, 8613.0, 8667.0, 8637.0, 8634.0, 8630.0, 8613.0, 8637.0, 8582.0, 8609.0, 8595.0, 8594.0, 8588.0, 8605.0, 8606.0, 8605.0, 8606.0, 8607.0, 8608.0, 8628.0, 8625.0, 8615.0, 8626.0, 8611.0, 8623.0, 8611.0, 8611.0, 8621.0, 8658.0, 8646.0, 8636.0, 8645.0, 8611.0, 8637.0, 8641.0, 8625.0, 8613.0, 8624.0, 8628.0, 8639.0, 8671.0, 8683.0, 8658.0, 8674.0, 8654.0, 8683.0, 8632.0, 8638.0, 8612.0, 8610.0, 8625.0, 8626.0, 8611.0, 8617.0, 8629.0, 8623.0, 8611.0, 8638.0, 8654.0, 8641.0, 8665.0, 8665.0, 8642.0, 8664.0, 8674.0, 8665.0, 8669.0, 8698.0, 8673.0, 8704.0, 8699.0, 8697.0, 8689.0, 8693.0, 8700.0, 8690.0, 8668.0, 8662.0, 8671.0, 8656.0, 8653.0, 8672.0, 8649.0, 8622.0, 8703.0, 8661.0, 8656.0, 8653.0, 8635.0, 8659.0, 8663.0, 8691.0, 8708.0, 8642.0, 8639.0, 8643.0, 8635.0, 8586.0, 8581.0, 8582.0, 8609.0, 8584.0, 8613.0, 8604.0, 8605.0, 8588.0, 8588.0, 8585.0, 8589.0, 8588.0, 8609.0, 8611.0, 8612.0, 8613.0, 8612.0, 8617.0, 8610.0, 8613.0, 8614.0, 8615.0, 8619.0, 8618.0, 8637.0, 8642.0, 8641.0, 8645.0, 8641.0, 8647.0, 8642.0, 8638.0, 8642.0, 8645.0, 8659.0, 8656.0, 8657.0, 8640.0, 8639.0, 8637.0, 8639.0, 8640.0, 8637.0, 8639.0, 8665.0, 8657.0, 8636.0, 8634.0, 8637.0, 8634.0, 8640.0, 8660.0, 8642.0, 8654.0, 8646.0, 8666.0, 8662.0, 8664.0, 8662.0, 8647.0, 8662.0, 8647.0, 8647.0, 8660.0, 8653.0, 8657.0, 8637.0, 8663.0, 8632.0, 8641.0, 8636.0, 8646.0, 8643.0, 8629.0, 8618.0, 8635.0, 8639.0, 8639.0, 8658.0, 8665.0, 8665.0, 8647.0, 8648.0, 8662.0, 8648.0, 8666.0, 8666.0, 8664.0, 8646.0, 8674.0, 8680.0, 8719.0, 8712.0, 8668.0, 8647.0, 8625.0, 8665.0, 8662.0, 8661.0, 8671.0, 8670.0, 8668.0, 8648.0, 8645.0, 8659.0, 8655.0, 8670.0, 8638.0, 8664.0, 8632.0, 8655.0, 8653.0, 8621.0, 8617.0, 8586.0, 8625.0, 8582.0, 8578.0, 8575.0, 8559.0, 8584.0, 8556.0, 8556.0, 8556.0, 8557.0, 8555.0, 8573.0, 8572.0, 8558.0, 8575.0, 8579.0, 8583.0, 8586.0, 8602.0, 8607.0, 8608.0, 8612.0, 8613.0, 8616.0, 8615.0, 8630.0, 8633.0, 8641.0, 8613.0, 8610.0, 8609.0, 8611.0, 8616.0, 8619.0, 8635.0, 8636.0, 8641.0, 8657.0, 8645.0, 8648.0, 8676.0, 8664.0, 8655.0, 8658.0, 8687.0, 8709.0, 8678.0, 8688.0, 8640.0, 8645.0, 8649.0, 8661.0, 8644.0, 8695.0, 8702.0, 8654.0, 8640.0, 8636.0, 8670.0, 8679.0, 8641.0, 8659.0, 8663.0, 8638.0, 8685.0, 8671.0, 8680.0, 8688.0, 8656.0, 8620.0, 8644.0, 8625.0, 8566.0, 8619.0, 8588.0, 8585.0, 8611.0, 8555.0, 8538.0, 8563.0, 8548.0, 8588.0, 8559.0, 8529.0, 8557.0, 8531.0, 8547.0, 8563.0, 8591.0, 8589.0, 8563.0, 8590.0, 8589.0, 8599.0, 8596.0, 8608.0, 8593.0, 8621.0, 8603.0, 8622.0, 8641.0, 8634.0, 8622.0, 8693.0, 8698.0, 8686.0, 8702.0, 8694.0, 8706.0, 8670.0, 8680.0, 8643.0, 8603.0, 8648.0, 8581.0, 8589.0, 8556.0, 8514.0, 8530.0, 8500.0, 8519.0, 8522.0, 8525.0, 8545.0, 8545.0, 8548.0, 8549.0, 8554.0, 8553.0, 8564.0, 8553.0, 8595.0, 8608.0, 8591.0, 8591.0, 8570.0, 8569.0, 8582.0, 8582.0, 8597.0, 8606.0, 8606.0, 8609.0, 8612.0, 8611.0, 8613.0, 8613.0, 8614.0, 8615.0, 8613.0, 8614.0, 8599.0, 8626.0, 8611.0, 8625.0, 8597.0, 8653.0, 8621.0, 8592.0, 8590.0, 8593.0, 8602.0, 8606.0, 8596.0, 8615.0, 8616.0, 8648.0, 8618.0, 8610.0, 8632.0, 8616.0, 8623.0, 8667.0, 8671.0, 8652.0, 8662.0, 8644.0, 8641.0, 8625.0, 8680.0, 8652.0, 8662.0, 8659.0, 8644.0, 8642.0, 8611.0, 8665.0, 8605.0, 8659.0, 8589.0, 8587.0, 8589.0, 8611.0, 8612.0, 8632.0, 8637.0, 8623.0, 8617.0, 8661.0, 8660.0, 8678.0, 8666.0, 8674.0, 8669.0, 8651.0, 8661.0, 8677.0, 8649.0, 8707.0, 8697.0, 8709.0, 8713.0, 8697.0, 8698.0, 8648.0, 8657.0, 8632.0, 8615.0, 8615.0, 8632.0, 8604.0, 8625.0, 8639.0, 8628.0, 8638.0, 8654.0, 8627.0, 8655.0, 8671.0, 8661.0, 8642.0, 8659.0, 8660.0, 8667.0, 8678.0, 8671.0, 8691.0, 8712.0, 8711.0, 8726.0, 8737.0, 8740.0, 8707.0, 8727.0, 8708.0, 8683.0, 8676.0, 8627.0, 8633.0, 8614.0, 8596.0, 8621.0, 8549.0, 8564.0, 8534.0, 8536.0, 8602.0, 8572.0, 8556.0, 8562.0, 8610.0, 8610.0, 8601.0, 8631.0, 8613.0, 8593.0, 8621.0, 8590.0, 8607.0, 8628.0, 8640.0, 8641.0, 8665.0, 8652.0, 8679.0, 8680.0, 8714.0, 8682.0, 8708.0, 8678.0, 8701.0, 8669.0, 8693.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.014612747126436778</td></tr>
<tr><td colspan=3>aqi</td><td>0.07905505264367817</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.643922149482165</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2364817310586882</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1959366516110475</td></tr>
<tr><td colspan=3>efc</td><td>0.5087</td></tr>
<tr><td colspan=3>fber</td><td>2677.4026</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.22619961180616155</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>271</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.149425287356323</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7199639541168508</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5833391202265776</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9082305670260165</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.668322175097957</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104146</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01627092808485031</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029327478259801865</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.834557402459184</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>14.6768</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.862</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.4943</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299465.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>1068.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.1607</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0067</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.1611</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3056.4449</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3214.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4054.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.1617</td></tr>
<tr><td colspan=3>tsnr</td><td>21.34732726099901</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>