ds005256-mriqc/sub-0112_ses-04_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter c7ac1b6c06 [DATALAD RUNCMD] Compute MRIQC for sub-0112
=== 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-0112 --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-0112",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:42:43 +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-0112_ses-04_task-social_acq-mb8_run-05_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-0112_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-05_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-0112/ses-04/func/sub-0112_ses-04_task-social_acq-mb8_run-05_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>43370146a48fd5e28363866084cf5786</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:52:32.022500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.98619, 0.0348599, 0.161905, -0.0272024, 0.998415, -0.0492754]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0848804</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7775, -7270, 266, -140, -195, -117, -27]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>231.334</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ea4b486f-bc0e-4735-ae31-3254039b46f3||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.64587664604187, -0.07298191636800766, 0.4410896599292755, 105.53876495361328], [-0.09352658689022064, 2.67867374420166, -0.11931481957435608, -97.99906921386719], [0.43438056111335754, 0.13220219314098358, 2.661052942276001, -95.19564819335938], [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': ['145232.022500', '145232.482500', '145232.942500', '145233.402500', '145233.862500', '145234.322500', '145234.782500', '145235.242500', '145235.702500', '145236.162500', '145236.622500', '145237.082500', '145237.542500', '145238.002500', '145238.462500', '145238.922500', '145239.382500', '145239.842500', '145240.302500', '145240.762500', '145241.222500', '145241.682500', '145242.142500', '145242.602500', '145243.062500', '145243.522500', '145243.982500', '145244.442500', '145244.902500', '145245.362500', '145245.822500', '145246.282500', '145246.742500', '145247.202500', '145247.662500', '145248.122500', '145248.582500', '145249.042500', '145249.502500', '145249.962500', '145250.422500', '145250.882500', '145251.342500', '145251.802500', '145252.262500', '145252.722500', '145253.182500', '145253.642500', '145254.102500', '145254.562500', '145255.022500', '145255.482500', '145255.942500', '145256.402500', '145256.862500', '145257.322500', '145257.782500', '145258.242500', '145258.702500', '145259.162500', '145259.622500', '145300.082500', '145300.542500', '145301.002500', '145301.462500', '145301.922500', '145302.382500', '145302.842500', '145303.302500', '145303.762500', '145304.222500', '145304.682500', '145305.142500', '145305.602500', '145306.062500', '145306.522500', '145306.982500', '145307.442500', '145307.902500', '145308.362500', '145308.822500', '145309.282500', '145309.742500', '145310.202500', '145310.662500', '145311.122500', '145311.582500', '145312.042500', '145312.502500', '145312.962500', '145313.422500', '145313.882500', '145314.342500', '145314.802500', '145315.262500', '145315.722500', '145316.182500', '145316.642500', '145317.102500', '145317.562500', '145318.022500', '145318.482500', '145318.942500', '145319.402500', '145319.862500', '145320.322500', '145320.782500', '145321.242500', '145321.702500', '145322.162500', '145322.622500', '145323.082500', '145323.542500', '145324.002500', '145324.462500', '145324.922500', '145325.382500', '145325.842500', '145326.302500', '145326.762500', '145327.222500', '145327.682500', '145328.142500', '145328.602500', '145329.062500', '145329.522500', '145329.982500', '145330.442500', '145330.902500', '145331.362500', '145331.822500', '145332.282500', '145332.742500', '145333.202500', '145333.662500', '145334.122500', '145334.582500', '145335.042500', '145335.502500', '145335.962500', '145336.422500', '145336.882500', '145337.342500', '145337.802500', '145338.262500', '145338.722500', '145339.182500', '145339.642500', '145340.102500', '145340.562500', '145341.022500', '145341.482500', '145341.942500', '145342.402500', '145342.862500', '145343.322500', '145343.782500', '145344.242500', '145344.702500', '145345.162500', '145345.622500', '145346.082500', '145346.542500', '145347.002500', '145347.462500', '145347.922500', '145348.382500', '145348.842500', '145349.302500', '145349.762500', '145350.222500', '145350.682500', '145351.142500', '145351.602500', '145352.062500', '145352.522500', '145352.982500', '145353.442500', '145353.902500', '145354.362500', '145354.822500', '145355.282500', '145355.742500', '145356.202500', '145356.662500', '145357.122500', '145357.582500', '145358.042500', '145358.502500', '145358.962500', '145359.422500', '145359.882500', '145400.342500', '145400.802500', '145401.262500', '145401.722500', '145402.182500', '145402.642500', '145403.102500', '145403.562500', '145404.022500', '145404.482500', '145404.942500', '145405.402500', '145405.862500', '145406.322500', '145406.782500', '145407.242500', '145407.702500', '145408.162500', '145408.622500', '145409.082500', '145409.542500', '145410.002500', '145410.462500', '145410.922500', '145411.382500', '145411.842500', '145412.302500', '145412.762500', '145413.222500', '145413.682500', '145414.142500', '145414.602500', '145415.062500', '145415.522500', '145415.982500', '145416.442500', '145416.902500', '145417.362500', '145417.822500', '145418.282500', '145418.742500', '145419.202500', '145419.662500', '145420.122500', '145420.582500', '145421.042500', '145421.502500', '145421.962500', '145422.422500', '145422.882500', '145423.342500', '145423.802500', '145424.262500', '145424.722500', '145425.182500', '145425.642500', '145426.102500', '145426.562500', '145427.022500', '145427.482500', '145427.942500', '145428.402500', '145428.862500', '145429.322500', '145429.782500', '145430.242500', '145430.702500', '145431.162500', '145431.622500', '145432.082500', '145432.542500', '145433.002500', '145433.462500', '145433.922500', '145434.382500', '145434.842500', '145435.302500', '145435.762500', '145436.222500', '145436.682500', '145437.142500', '145437.602500', '145438.062500', '145438.522500', '145438.982500', '145439.442500', '145439.902500', '145440.362500', '145440.822500', '145441.282500', '145441.742500', '145442.202500', '145442.662500', '145443.122500', '145443.582500', '145444.042500', '145444.502500', '145444.962500', '145445.422500', '145445.882500', '145446.342500', '145446.802500', '145447.262500', '145447.722500', '145448.182500', '145448.642500', '145449.102500', '145449.562500', '145450.022500', '145450.482500', '145450.942500', '145451.402500', '145451.862500', '145452.322500', '145452.782500', '145453.242500', '145453.702500', '145454.162500', '145454.622500', '145455.082500', '145455.542500', '145456.002500', '145456.462500', '145456.922500', '145457.382500', '145457.842500', '145458.302500', '145458.762500', '145459.222500', '145459.682500', '145500.142500', '145500.602500', '145501.062500', '145501.522500', '145501.982500', '145502.442500', '145502.902500', '145503.362500', '145503.822500', '145504.282500', '145504.742500', '145505.202500', '145505.662500', '145506.122500', '145506.582500', '145507.042500', '145507.502500', '145507.962500', '145508.422500', '145508.882500', '145509.342500', '145509.802500', '145510.262500', '145510.722500', '145511.182500', '145511.642500', '145512.102500', '145512.562500', '145513.022500', '145513.482500', '145513.942500', '145514.402500', '145514.862500', '145515.322500', '145515.782500', '145516.242500', '145516.702500', '145517.162500', '145517.622500', '145518.082500', '145518.542500', '145519.002500', '145519.462500', '145519.922500', '145520.382500', '145520.842500', '145521.302500', '145521.762500', '145522.222500', '145522.682500', '145523.142500', '145523.602500', '145524.062500', '145524.522500', '145524.982500', '145525.442500', '145525.902500', '145526.362500', '145526.822500', '145527.282500', '145527.742500', '145528.202500', '145528.662500', '145529.122500', '145529.582500', '145530.042500', '145530.502500', '145530.962500', '145531.422500', '145531.882500', '145532.342500', '145532.802500', '145533.262500', '145533.722500', '145534.182500', '145534.642500', '145535.102500', '145535.562500', '145536.022500', '145536.482500', '145536.942500', '145537.402500', '145537.862500', '145538.322500', '145538.782500', '145539.242500', '145539.702500', '145540.162500', '145540.622500', '145541.082500', '145541.542500', '145542.002500', '145542.462500', '145542.922500', '145543.382500', '145543.842500', '145544.302500', '145544.762500', '145545.222500', '145545.682500', '145546.142500', '145546.602500', '145547.062500', '145547.522500', '145547.982500', '145548.442500', '145548.902500', '145549.362500', '145549.822500', '145550.282500', '145550.742500', '145551.202500', '145551.662500', '145552.122500', '145552.582500', '145553.042500', '145553.502500', '145553.962500', '145554.422500', '145554.882500', '145555.342500', '145555.802500', '145556.262500', '145556.722500', '145557.182500', '145557.642500', '145558.102500', '145558.562500', '145559.022500', '145559.482500', '145559.942500', '145600.402500', '145600.862500', '145601.322500', '145601.782500', '145602.242500', '145602.702500', '145603.162500', '145603.622500', '145604.082500', '145604.542500', '145605.002500', '145605.462500', '145605.922500', '145606.382500', '145606.842500', '145607.302500', '145607.762500', '145608.222500', '145608.682500', '145609.142500', '145609.602500', '145610.062500', '145610.522500', '145610.982500', '145611.442500', '145611.902500', '145612.362500', '145612.822500', '145613.282500', '145613.742500', '145614.202500', '145614.662500', '145615.122500', '145615.582500', '145616.042500', '145616.502500', '145616.962500', '145617.422500', '145617.882500', '145618.342500', '145618.802500', '145619.262500', '145619.722500', '145620.182500', '145620.642500', '145621.102500', '145621.562500', '145622.022500', '145622.482500', '145622.942500', '145623.402500', '145623.862500', '145624.322500', '145624.782500', '145625.242500', '145625.702500', '145626.162500', '145626.622500', '145627.082500', '145627.542500', '145628.002500', '145628.462500', '145628.922500', '145629.382500', '145629.842500', '145630.302500', '145630.762500', '145631.222500', '145631.682500', '145632.142500', '145632.602500', '145633.062500', '145633.522500', '145633.982500', '145634.442500', '145634.902500', '145635.362500', '145635.822500', '145636.282500', '145636.742500', '145637.202500', '145637.662500', '145638.122500', '145638.582500', '145639.042500', '145639.502500', '145639.962500', '145640.422500', '145640.882500', '145641.342500', '145641.802500', '145642.262500', '145642.722500', '145643.182500', '145643.642500', '145644.102500', '145644.562500', '145645.022500', '145645.482500', '145645.942500', '145646.402500', '145646.862500', '145647.322500', '145647.782500', '145648.242500', '145648.702500', '145649.162500', '145649.622500', '145650.082500', '145650.542500', '145651.002500', '145651.462500', '145651.922500', '145652.382500', '145652.842500', '145653.302500', '145653.762500', '145654.222500', '145654.682500', '145655.142500', '145655.602500', '145656.062500', '145656.522500', '145656.982500', '145657.442500', '145657.902500', '145658.362500', '145658.822500', '145659.282500', '145659.742500', '145700.202500', '145700.662500', '145701.122500', '145701.582500', '145702.042500', '145702.502500', '145702.962500', '145703.422500', '145703.882500', '145704.342500', '145704.802500', '145705.262500', '145705.722500', '145706.182500', '145706.642500', '145707.102500', '145707.562500', '145708.022500', '145708.482500', '145708.942500', '145709.402500', '145709.862500', '145710.322500', '145710.782500', '145711.242500', '145711.702500', '145712.162500', '145712.622500', '145713.082500', '145713.542500', '145714.002500', '145714.462500', '145714.922500', '145715.382500', '145715.842500', '145716.302500', '145716.762500', '145717.222500', '145717.682500', '145718.142500', '145718.602500', '145719.062500', '145719.522500', '145719.982500', '145720.442500', '145720.902500', '145721.362500', '145721.822500', '145722.282500', '145722.742500', '145723.202500', '145723.662500', '145724.122500', '145724.582500', '145725.042500', '145725.502500', '145725.962500', '145726.422500', '145726.882500', '145727.342500', '145727.802500', '145728.262500', '145728.722500', '145729.182500', '145729.642500', '145730.102500', '145730.562500', '145731.022500', '145731.482500', '145731.942500', '145732.402500', '145732.862500', '145733.322500', '145733.782500', '145734.242500', '145734.702500', '145735.162500', '145735.622500', '145736.082500', '145736.542500', '145737.002500', '145737.462500', '145737.922500', '145738.382500', '145738.842500', '145739.302500', '145739.762500', '145740.222500', '145740.682500', '145741.142500', '145741.602500', '145742.062500', '145742.522500', '145742.982500', '145743.442500', '145743.902500', '145744.362500', '145744.822500', '145745.282500', '145745.742500', '145746.202500', '145746.662500', '145747.122500', '145747.582500', '145748.042500', '145748.502500', '145748.962500', '145749.422500', '145749.882500', '145750.342500', '145750.802500', '145751.262500', '145751.722500', '145752.182500', '145752.642500', '145753.102500', '145753.562500', '145754.022500', '145754.482500', '145754.942500', '145755.402500', '145755.862500', '145756.322500', '145756.782500', '145757.242500', '145757.702500', '145758.162500', '145758.622500', '145759.082500', '145759.542500', '145800.002500', '145800.462500', '145800.922500', '145801.382500', '145801.842500', '145802.302500', '145802.762500', '145803.222500', '145803.682500', '145804.142500', '145804.602500', '145805.062500', '145805.522500', '145805.982500', '145806.442500', '145806.902500', '145807.362500', '145807.822500', '145808.282500', '145808.742500', '145809.202500', '145809.662500', '145810.122500', '145810.582500', '145811.042500', '145811.502500', '145811.962500', '145812.422500', '145812.882500', '145813.342500', '145813.802500', '145814.262500', '145814.722500', '145815.182500', '145815.642500', '145816.102500', '145816.562500', '145817.022500', '145817.482500', '145817.942500', '145818.402500', '145818.862500', '145819.322500', '145819.782500', '145820.242500', '145820.702500', '145821.162500', '145821.622500', '145822.082500', '145822.542500', '145823.002500', '145823.462500', '145823.922500', '145824.382500', '145824.842500', '145825.302500', '145825.762500', '145826.222500', '145826.682500', '145827.142500', '145827.602500', '145828.062500', '145828.522500', '145828.982500', '145829.442500', '145829.902500', '145830.362500', '145830.822500', '145831.282500', '145831.742500', '145832.202500', '145832.662500', '145833.122500', '145833.582500', '145834.042500', '145834.502500', '145834.962500', '145835.422500', '145835.882500', '145836.342500', '145836.802500', '145837.262500', '145837.722500', '145838.182500', '145838.642500', '145839.102500', '145839.562500', '145840.022500', '145840.482500', '145840.942500', '145841.402500', '145841.862500', '145842.322500', '145842.782500', '145843.242500', '145843.702500', '145844.162500', '145844.622500', '145845.082500', '145845.542500', '145846.002500', '145846.462500', '145846.922500', '145847.382500', '145847.842500', '145848.302500', '145848.762500', '145849.222500', '145849.682500', '145850.142500', '145850.602500', '145851.062500', '145851.522500', '145851.982500', '145852.442500', '145852.902500', '145853.362500', '145853.822500', '145854.282500', '145854.742500', '145855.202500', '145855.662500', '145856.122500', '145856.582500', '145857.042500', '145857.502500', '145857.962500', '145858.422500', '145858.882500', '145859.342500', '145859.802500', '145900.262500', '145900.722500', '145901.182500', '145901.642500', '145902.102500', '145902.562500', '145903.022500', '145903.482500', '145903.942500', '145904.402500', '145904.862500', '145905.322500', '145905.782500', '145906.242500', '145906.702500', '145907.162500', '145907.622500', '145908.082500', '145908.542500', '145909.002500', '145909.462500', '145909.922500', '145910.382500', '145910.842500', '145911.302500', '145911.762500', '145912.222500', '145912.682500'], 'ContentTime': ['145248.695000', '145248.698000', '145248.701000', '145248.711000', '145248.714000', '145248.716000', '145248.719000', '145248.721000', '145248.724000', '145248.726000', '145248.729000', '145248.731000', '145248.734000', '145248.737000', '145248.739000', '145248.742000', '145248.744000', '145248.747000', '145248.749000', '145248.752000', '145248.754000', '145248.757000', '145248.759000', '145248.762000', '145248.765000', '145248.775000', '145248.777000', '145248.780000', '145248.783000', '145248.808000', '145248.811000', '145248.813000', '145248.816000', '145248.819000', '145308.663000', '145308.665000', '145308.671000', '145308.674000', '145308.676000', '145308.679000', '145308.681000', '145308.684000', '145308.687000', '145308.689000', '145308.692000', '145308.694000', '145308.697000', '145308.699000', '145308.702000', '145308.705000', '145308.707000', '145308.710000', '145308.712000', '145308.715000', '145308.718000', '145308.720000', '145308.723000', '145308.725000', '145308.728000', '145308.731000', '145308.733000', '145308.736000', '145308.738000', '145308.741000', '145308.743000', '145308.746000', '145308.748000', '145308.751000', '145308.753000', '145308.756000', '145308.759000', '145308.761000', '145308.764000', '145308.766000', '145308.769000', '145308.771000', '145308.774000', '145308.777000', '145328.663000', '145328.665000', '145328.668000', '145328.671000', '145328.673000', '145328.676000', '145328.678000', '145328.686000', '145328.688000', '145328.691000', '145328.694000', '145328.696000', '145328.699000', '145328.701000', '145328.704000', '145328.706000', '145328.709000', '145328.712000', '145328.714000', '145328.717000', '145328.719000', '145328.722000', '145328.724000', '145328.727000', '145328.730000', '145328.732000', '145328.735000', '145328.738000', '145328.740000', '145328.743000', '145328.745000', '145328.748000', '145328.750000', '145328.753000', '145328.755000', '145328.758000', '145328.761000', '145328.763000', '145328.766000', '145328.768000', '145328.771000', '145328.773000', '145328.776000', '145348.662000', '145348.665000', '145348.668000', '145348.670000', '145348.673000', '145348.676000', '145348.678000', '145348.681000', '145348.690000', '145348.692000', '145348.695000', '145348.698000', '145348.700000', '145348.703000', '145348.705000', '145348.708000', '145348.711000', '145348.713000', '145348.716000', '145348.718000', '145348.721000', '145348.724000', '145348.726000', '145348.729000', '145348.731000', '145348.734000', '145348.737000', '145348.739000', '145348.742000', '145348.744000', '145348.747000', '145348.749000', '145348.752000', '145348.755000', '145348.757000', '145348.760000', '145348.762000', '145348.765000', '145348.767000', '145348.770000', '145348.772000', '145348.775000', '145348.778000', '145348.780000', '145408.662000', '145408.665000', '145408.668000', '145408.670000', '145408.673000', '145408.676000', '145408.678000', '145408.681000', '145408.683000', '145408.686000', '145408.688000', '145408.691000', '145408.694000', '145408.705000', '145408.708000', '145408.710000', '145408.713000', '145408.716000', '145408.718000', '145408.721000', '145408.723000', '145408.726000', '145408.729000', '145408.731000', '145408.734000', '145408.736000', '145408.739000', '145408.742000', '145408.744000', '145408.747000', '145408.750000', '145408.752000', '145408.755000', '145408.757000', '145408.760000', '145408.763000', '145408.765000', '145408.768000', '145408.770000', '145408.773000', '145408.775000', '145408.778000', '145408.781000', '145428.663000', '145428.665000', '145428.668000', '145428.671000', '145428.673000', '145428.676000', '145428.678000', '145428.681000', '145428.683000', '145428.686000', '145428.689000', '145428.691000', '145428.694000', '145428.696000', '145428.699000', '145428.701000', '145428.704000', '145428.707000', '145428.710000', '145428.712000', '145428.715000', '145428.717000', '145428.720000', '145428.722000', '145428.725000', '145428.728000', '145428.730000', '145428.733000', '145428.735000', '145428.738000', '145428.741000', '145428.743000', '145428.746000', '145428.748000', '145428.751000', '145428.754000', '145428.756000', '145428.759000', '145428.761000', '145428.764000', '145428.766000', '145428.769000', '145428.772000', '145428.774000', '145448.664000', '145448.666000', '145448.669000', '145448.672000', '145448.674000', '145448.677000', '145448.680000', '145448.682000', '145448.685000', '145448.687000', '145448.690000', '145448.693000', '145448.695000', '145448.698000', '145448.700000', '145448.703000', '145448.706000', '145448.708000', '145448.711000', '145448.713000', '145448.716000', '145448.719000', '145448.721000', '145448.724000', '145448.727000', '145448.730000', '145448.732000', '145448.735000', '145448.737000', '145448.740000', '145448.743000', '145448.745000', '145448.748000', '145448.750000', '145448.753000', '145448.755000', '145448.758000', '145448.761000', '145448.763000', '145448.766000', '145448.768000', '145448.771000', '145448.773000', '145508.664000', '145508.666000', '145508.669000', '145508.672000', '145508.674000', '145508.677000', '145508.679000', '145508.682000', '145508.684000', '145508.687000', '145508.690000', '145508.692000', '145508.695000', '145508.697000', '145508.700000', '145508.702000', '145508.705000', '145508.708000', '145508.710000', '145508.713000', '145508.715000', '145508.718000', '145508.721000', '145508.723000', '145508.726000', '145508.729000', '145508.731000', '145508.734000', '145508.737000', '145508.739000', '145508.742000', '145508.745000', '145508.747000', '145508.750000', '145508.752000', '145508.755000', '145508.757000', '145508.760000', '145508.763000', '145508.765000', '145508.768000', '145508.770000', '145508.773000', '145508.775000', '145528.663000', '145528.665000', '145528.668000', '145528.671000', '145528.673000', '145528.676000', '145528.678000', '145528.681000', '145528.684000', '145528.686000', '145528.689000', '145528.692000', '145528.694000', '145528.697000', '145528.700000', '145528.702000', '145528.705000', '145528.708000', '145528.710000', '145528.713000', '145528.715000', '145528.718000', '145528.720000', '145528.723000', '145528.726000', '145528.729000', '145528.731000', '145528.734000', '145528.737000', '145528.739000', '145528.742000', '145528.745000', '145528.747000', '145528.750000', '145528.753000', '145528.756000', '145528.759000', '145528.761000', '145528.764000', '145528.766000', '145528.769000', '145528.772000', '145528.774000', '145548.662000', '145548.665000', '145548.668000', '145548.670000', '145548.673000', '145548.676000', '145548.678000', '145548.681000', '145548.683000', '145548.686000', '145548.688000', '145548.691000', '145548.694000', '145548.697000', '145548.700000', '145548.703000', '145548.705000', '145548.708000', '145548.710000', '145548.713000', '145548.716000', '145548.718000', '145548.721000', '145548.723000', '145548.726000', '145548.728000', '145548.731000', '145548.734000', '145548.747000', '145548.750000', '145548.752000', '145548.755000', '145548.757000', '145548.760000', '145548.763000', '145548.765000', '145548.768000', '145548.770000', '145548.773000', '145548.775000', '145548.778000', '145548.781000', '145548.783000', '145608.663000', '145608.665000', '145608.668000', '145608.671000', '145608.673000', '145608.676000', '145608.678000', '145608.681000', '145608.683000', '145608.686000', '145608.689000', '145608.691000', '145608.694000', '145608.696000', '145608.699000', '145608.702000', '145608.704000', '145608.707000', '145608.709000', '145608.712000', '145608.715000', '145608.717000', '145608.720000', '145608.722000', '145608.725000', '145608.728000', '145608.730000', '145608.733000', '145608.735000', '145608.738000', '145608.740000', '145608.743000', '145608.746000', '145608.748000', '145608.751000', '145608.753000', '145608.756000', '145608.759000', '145608.761000', '145608.764000', '145608.766000', '145608.769000', '145608.772000', '145608.774000', '145628.662000', '145628.666000', '145628.668000', '145628.671000', '145628.674000', '145628.676000', '145628.679000', '145628.682000', '145628.684000', '145628.687000', '145628.689000', '145628.692000', '145628.695000', '145628.697000', '145628.700000', '145628.703000', '145628.706000', '145628.708000', '145628.711000', '145628.714000', '145628.716000', '145628.719000', '145628.722000', '145628.724000', '145628.727000', '145628.729000', '145628.732000', '145628.735000', '145628.738000', '145628.741000', '145628.743000', '145628.746000', '145628.749000', '145628.751000', '145628.754000', '145628.756000', '145628.759000', '145628.762000', '145628.764000', '145628.767000', '145628.770000', '145628.772000', '145628.783000', '145648.682000', '145648.685000', '145648.688000', '145648.690000', '145648.693000', '145648.696000', '145648.698000', '145648.701000', '145648.703000', '145648.706000', '145648.709000', '145648.711000', '145648.714000', '145648.717000', '145648.719000', '145648.722000', '145648.725000', '145648.727000', '145648.730000', '145648.732000', '145648.735000', '145648.738000', '145648.740000', '145648.743000', '145648.745000', '145648.748000', '145648.751000', '145648.753000', '145648.768000', '145648.771000', '145648.773000', '145648.776000', '145648.778000', '145648.781000', '145648.784000', '145648.786000', '145648.789000', '145648.791000', '145648.794000', '145648.797000', '145648.892000', '145648.894000', '145648.897000', '145648.900000', '145708.664000', '145708.666000', '145708.669000', '145708.672000', '145708.674000', '145708.677000', '145708.679000', '145708.682000', '145708.685000', '145708.687000', '145708.690000', '145708.692000', '145708.695000', '145708.705000', '145708.708000', '145708.711000', '145708.713000', '145708.716000', '145708.719000', '145708.721000', '145708.724000', '145708.727000', '145708.729000', '145708.732000', '145708.736000', '145708.739000', '145708.741000', '145708.744000', '145708.747000', '145708.749000', '145708.752000', '145708.755000', '145708.757000', '145708.760000', '145708.762000', '145708.765000', '145708.767000', '145708.770000', '145708.773000', '145708.775000', '145708.778000', '145708.780000', '145708.783000', '145728.664000', '145728.666000', '145728.669000', '145728.672000', '145728.674000', '145728.677000', '145728.680000', '145728.682000', '145728.685000', '145728.688000', '145728.716000', '145728.719000', '145728.721000', '145728.724000', '145728.726000', '145728.729000', '145728.732000', '145728.735000', '145728.737000', '145728.740000', '145728.743000', '145728.745000', '145728.748000', '145728.751000', '145728.753000', '145728.756000', '145728.759000', '145728.761000', '145728.764000', '145728.767000', '145728.769000', '145728.772000', '145728.775000', '145728.777000', '145728.780000', '145728.782000', '145728.785000', '145728.788000', '145728.790000', '145728.793000', '145728.796000', '145728.798000', '145728.853000', '145728.855000', '145748.663000', '145748.666000', '145748.668000', '145748.671000', '145748.674000', '145748.676000', '145748.679000', '145748.681000', '145748.684000', '145748.687000', '145748.689000', '145748.692000', '145748.695000', '145748.698000', '145748.701000', '145748.704000', '145748.706000', '145748.709000', '145748.712000', '145748.715000', '145748.717000', '145748.720000', '145748.722000', '145748.725000', '145748.728000', '145748.731000', '145748.734000', '145748.736000', '145748.739000', '145748.742000', '145748.744000', '145748.747000', '145748.750000', '145748.753000', '145748.755000', '145748.758000', '145748.761000', '145748.764000', '145748.766000', '145748.769000', '145748.772000', '145748.774000', '145748.777000', '145808.663000', '145808.665000', '145808.668000', '145808.671000', '145808.673000', '145808.676000', '145808.678000', '145808.681000', '145808.684000', '145808.686000', '145808.689000', '145808.691000', '145808.694000', '145808.697000', '145808.699000', '145808.702000', '145808.704000', '145808.707000', '145808.710000', '145808.712000', '145808.715000', '145808.718000', '145808.720000', '145808.723000', '145808.725000', '145808.728000', '145808.731000', '145808.733000', '145808.736000', '145808.738000', '145808.741000', '145808.744000', '145808.746000', '145808.749000', '145808.752000', '145808.754000', '145808.757000', '145808.761000', '145808.764000', '145808.766000', '145808.769000', '145808.771000', '145808.774000', '145808.776000', '145828.662000', '145828.665000', '145828.668000', '145828.670000', '145828.673000', '145828.676000', '145828.678000', '145828.681000', '145828.683000', '145828.686000', '145828.688000', '145828.691000', '145828.694000', '145828.696000', '145828.699000', '145828.701000', '145828.704000', '145828.706000', '145828.709000', '145828.712000', '145828.715000', '145828.717000', '145828.720000', '145828.723000', '145828.725000', '145828.728000', '145828.731000', '145828.733000', '145828.736000', '145828.738000', '145828.741000', '145828.744000', '145828.746000', '145828.749000', '145828.751000', '145828.754000', '145828.757000', '145828.759000', '145828.762000', '145828.764000', '145828.767000', '145828.769000', '145828.772000', '145848.662000', '145848.665000', '145848.668000', '145848.671000', '145848.673000', '145848.676000', '145848.678000', '145848.681000', '145848.683000', '145848.686000', '145848.688000', '145848.691000', '145848.694000', '145848.696000', '145848.699000', '145848.702000', '145848.704000', '145848.707000', '145848.709000', '145848.712000', '145848.714000', '145848.731000', '145848.733000', '145848.736000', '145848.738000', '145848.741000', '145848.744000', '145848.746000', '145848.749000', '145848.751000', '145848.754000', '145848.757000', '145848.759000', '145848.762000', '145848.764000', '145848.767000', '145848.770000', '145848.772000', '145848.775000', '145848.777000', '145848.780000', '145848.782000', '145848.785000', '145848.788000', '145908.663000', '145908.665000', '145908.668000', '145908.671000', '145908.673000', '145908.676000', '145908.678000', '145908.681000', '145908.683000', '145908.686000', '145908.689000', '145908.691000', '145908.694000', '145908.696000', '145908.699000', '145908.702000', '145908.704000', '145908.707000', '145908.710000', '145908.712000', '145908.715000', '145908.718000', '145908.720000', '145908.723000', '145908.726000', '145908.728000', '145908.731000', '145908.733000', '145908.736000', '145908.739000', '145908.741000', '145908.744000', '145908.747000', '145908.749000', '145908.752000', '145908.754000', '145908.757000', '145908.760000', '145908.762000', '145908.765000', '145908.767000', '145908.770000', '145908.773000', '145913.828000', '145913.832000', '145913.835000', '145913.837000', '145913.840000', '145913.843000', '145913.845000', '145913.848000', '145913.851000', '145913.854000', '145913.857000', '145913.860000'], 'InstanceCreationTime': ['145248.695000', '145248.698000', '145248.701000', '145248.711000', '145248.714000', '145248.716000', '145248.719000', '145248.721000', '145248.724000', '145248.726000', '145248.729000', '145248.731000', '145248.734000', '145248.737000', '145248.739000', '145248.742000', '145248.744000', '145248.747000', '145248.749000', '145248.752000', '145248.754000', '145248.757000', '145248.759000', '145248.762000', '145248.765000', '145248.775000', '145248.777000', '145248.780000', '145248.783000', '145248.808000', '145248.811000', '145248.813000', '145248.816000', '145248.819000', '145308.663000', '145308.665000', '145308.671000', '145308.674000', '145308.676000', '145308.679000', '145308.681000', '145308.684000', '145308.687000', '145308.689000', '145308.692000', '145308.694000', '145308.697000', '145308.699000', '145308.702000', '145308.705000', '145308.707000', '145308.710000', '145308.712000', '145308.715000', '145308.718000', '145308.720000', '145308.723000', '145308.725000', '145308.728000', '145308.731000', '145308.733000', '145308.736000', '145308.738000', '145308.741000', '145308.743000', '145308.746000', '145308.748000', '145308.751000', '145308.753000', '145308.756000', '145308.759000', '145308.761000', '145308.764000', '145308.766000', '145308.769000', '145308.771000', '145308.774000', '145308.777000', '145328.663000', '145328.665000', '145328.668000', '145328.671000', '145328.673000', '145328.676000', '145328.678000', '145328.686000', '145328.688000', '145328.691000', '145328.694000', '145328.696000', '145328.699000', '145328.701000', '145328.704000', '145328.706000', '145328.709000', '145328.712000', '145328.714000', '145328.717000', '145328.719000', '145328.722000', '145328.724000', '145328.727000', '145328.730000', '145328.732000', '145328.735000', '145328.738000', '145328.740000', '145328.743000', '145328.745000', '145328.748000', '145328.750000', '145328.753000', '145328.755000', '145328.758000', '145328.761000', '145328.763000', '145328.766000', '145328.768000', '145328.771000', '145328.773000', '145328.776000', '145348.662000', '145348.665000', '145348.668000', '145348.670000', '145348.673000', '145348.676000', '145348.678000', '145348.681000', '145348.690000', '145348.692000', '145348.695000', '145348.698000', '145348.700000', '145348.703000', '145348.705000', '145348.708000', '145348.711000', '145348.713000', '145348.716000', '145348.718000', '145348.721000', '145348.724000', '145348.726000', '145348.729000', '145348.731000', '145348.734000', '145348.737000', '145348.739000', '145348.742000', '145348.744000', '145348.747000', '145348.749000', '145348.752000', '145348.755000', '145348.757000', '145348.760000', '145348.762000', '145348.765000', '145348.767000', '145348.770000', '145348.772000', '145348.775000', '145348.778000', '145348.780000', '145408.662000', '145408.665000', '145408.668000', '145408.670000', '145408.673000', '145408.676000', '145408.678000', '145408.681000', '145408.683000', '145408.686000', '145408.688000', '145408.691000', '145408.694000', '145408.705000', '145408.708000', '145408.710000', '145408.713000', '145408.716000', '145408.718000', '145408.721000', '145408.723000', '145408.726000', '145408.729000', '145408.731000', '145408.734000', '145408.736000', '145408.739000', '145408.742000', '145408.744000', '145408.747000', '145408.750000', '145408.752000', '145408.755000', '145408.757000', '145408.760000', '145408.763000', '145408.765000', '145408.768000', '145408.770000', '145408.773000', '145408.775000', '145408.778000', '145408.781000', '145428.663000', '145428.665000', '145428.668000', '145428.671000', '145428.673000', '145428.676000', '145428.678000', '145428.681000', '145428.683000', '145428.686000', '145428.689000', '145428.691000', '145428.694000', '145428.696000', '145428.699000', '145428.701000', '145428.704000', '145428.707000', '145428.710000', '145428.712000', '145428.715000', '145428.717000', '145428.720000', '145428.722000', '145428.725000', '145428.728000', '145428.730000', '145428.733000', '145428.735000', '145428.738000', '145428.741000', '145428.743000', '145428.746000', '145428.748000', '145428.751000', '145428.754000', '145428.756000', '145428.759000', '145428.761000', '145428.764000', '145428.766000', '145428.769000', '145428.772000', '145428.774000', '145448.664000', '145448.666000', '145448.669000', '145448.672000', '145448.674000', '145448.677000', '145448.680000', '145448.682000', '145448.685000', '145448.687000', '145448.690000', '145448.693000', '145448.695000', '145448.698000', '145448.700000', '145448.703000', '145448.706000', '145448.708000', '145448.711000', '145448.713000', '145448.716000', '145448.719000', '145448.721000', '145448.724000', '145448.727000', '145448.730000', '145448.732000', '145448.735000', '145448.737000', '145448.740000', '145448.743000', '145448.745000', '145448.748000', '145448.750000', '145448.753000', '145448.755000', '145448.758000', '145448.761000', '145448.763000', '145448.766000', '145448.768000', '145448.771000', '145448.773000', '145508.664000', '145508.666000', '145508.669000', '145508.672000', '145508.674000', '145508.677000', '145508.679000', '145508.682000', '145508.684000', '145508.687000', '145508.690000', '145508.692000', '145508.695000', '145508.697000', '145508.700000', '145508.702000', '145508.705000', '145508.708000', '145508.710000', '145508.713000', '145508.715000', '145508.718000', '145508.721000', '145508.723000', '145508.726000', '145508.729000', '145508.731000', '145508.734000', '145508.737000', '145508.739000', '145508.742000', '145508.745000', '145508.747000', '145508.750000', '145508.752000', '145508.755000', '145508.757000', '145508.760000', '145508.763000', '145508.765000', '145508.768000', '145508.770000', '145508.773000', '145508.775000', '145528.663000', '145528.665000', '145528.668000', '145528.671000', '145528.673000', '145528.676000', '145528.678000', '145528.681000', '145528.684000', '145528.686000', '145528.689000', '145528.692000', '145528.694000', '145528.697000', '145528.700000', '145528.702000', '145528.705000', '145528.708000', '145528.710000', '145528.713000', '145528.715000', '145528.718000', '145528.720000', '145528.723000', '145528.726000', '145528.729000', '145528.731000', '145528.734000', '145528.737000', '145528.739000', '145528.742000', '145528.745000', '145528.747000', '145528.750000', '145528.753000', '145528.756000', '145528.759000', '145528.761000', '145528.764000', '145528.766000', '145528.769000', '145528.772000', '145528.774000', '145548.662000', '145548.665000', '145548.668000', '145548.670000', '145548.673000', '145548.676000', '145548.678000', '145548.681000', '145548.683000', '145548.686000', '145548.688000', '145548.691000', '145548.694000', '145548.697000', '145548.700000', '145548.703000', '145548.705000', '145548.708000', '145548.710000', '145548.713000', '145548.716000', '145548.718000', '145548.721000', '145548.723000', '145548.726000', '145548.728000', '145548.731000', '145548.734000', '145548.747000', '145548.750000', '145548.752000', '145548.755000', '145548.757000', '145548.760000', '145548.763000', '145548.765000', '145548.768000', '145548.770000', '145548.773000', '145548.775000', '145548.778000', '145548.781000', '145548.783000', '145608.663000', '145608.665000', '145608.668000', '145608.671000', '145608.673000', '145608.676000', '145608.678000', '145608.681000', '145608.683000', '145608.686000', '145608.689000', '145608.691000', '145608.694000', '145608.696000', '145608.699000', '145608.702000', '145608.704000', '145608.707000', '145608.709000', '145608.712000', '145608.715000', '145608.717000', '145608.720000', '145608.722000', '145608.725000', '145608.728000', '145608.730000', '145608.733000', '145608.735000', '145608.738000', '145608.740000', '145608.743000', '145608.746000', '145608.748000', '145608.751000', '145608.753000', '145608.756000', '145608.759000', '145608.761000', '145608.764000', '145608.766000', '145608.769000', '145608.772000', '145608.774000', '145628.662000', '145628.666000', '145628.668000', '145628.671000', '145628.674000', '145628.676000', '145628.679000', '145628.682000', '145628.684000', '145628.687000', '145628.689000', '145628.692000', '145628.695000', '145628.697000', '145628.700000', '145628.703000', '145628.706000', '145628.708000', '145628.711000', '145628.714000', '145628.716000', '145628.719000', '145628.722000', '145628.724000', '145628.727000', '145628.729000', '145628.732000', '145628.735000', '145628.738000', '145628.741000', '145628.743000', '145628.746000', '145628.749000', '145628.751000', '145628.754000', '145628.756000', '145628.759000', '145628.762000', '145628.764000', '145628.767000', '145628.770000', '145628.772000', '145628.783000', '145648.682000', '145648.685000', '145648.688000', '145648.690000', '145648.693000', '145648.696000', '145648.698000', '145648.701000', '145648.703000', '145648.706000', '145648.709000', '145648.711000', '145648.714000', '145648.717000', '145648.719000', '145648.722000', '145648.725000', '145648.727000', '145648.730000', '145648.732000', '145648.735000', '145648.738000', '145648.740000', '145648.743000', '145648.745000', '145648.748000', '145648.751000', '145648.753000', '145648.768000', '145648.771000', '145648.773000', '145648.776000', '145648.778000', '145648.781000', '145648.784000', '145648.786000', '145648.789000', '145648.791000', '145648.794000', '145648.797000', '145648.892000', '145648.894000', '145648.897000', '145648.900000', '145708.664000', '145708.666000', '145708.669000', '145708.672000', '145708.674000', '145708.677000', '145708.679000', '145708.682000', '145708.685000', '145708.687000', '145708.690000', '145708.692000', '145708.695000', '145708.705000', '145708.708000', '145708.711000', '145708.713000', '145708.716000', '145708.719000', '145708.721000', '145708.724000', '145708.727000', '145708.729000', '145708.732000', '145708.736000', '145708.739000', '145708.741000', '145708.744000', '145708.747000', '145708.749000', '145708.752000', '145708.755000', '145708.757000', '145708.760000', '145708.762000', '145708.765000', '145708.767000', '145708.770000', '145708.773000', '145708.775000', '145708.778000', '145708.780000', '145708.783000', '145728.664000', '145728.666000', '145728.669000', '145728.672000', '145728.674000', '145728.677000', '145728.680000', '145728.682000', '145728.685000', '145728.688000', '145728.716000', '145728.719000', '145728.721000', '145728.724000', '145728.726000', '145728.729000', '145728.732000', '145728.735000', '145728.737000', '145728.740000', '145728.743000', '145728.745000', '145728.748000', '145728.751000', '145728.753000', '145728.756000', '145728.759000', '145728.761000', '145728.764000', '145728.767000', '145728.769000', '145728.772000', '145728.775000', '145728.777000', '145728.780000', '145728.782000', '145728.785000', '145728.788000', '145728.790000', '145728.793000', '145728.796000', '145728.798000', '145728.853000', '145728.855000', '145748.663000', '145748.666000', '145748.668000', '145748.671000', '145748.674000', '145748.676000', '145748.679000', '145748.681000', '145748.684000', '145748.687000', '145748.689000', '145748.692000', '145748.695000', '145748.698000', '145748.701000', '145748.704000', '145748.706000', '145748.709000', '145748.712000', '145748.715000', '145748.717000', '145748.720000', '145748.722000', '145748.725000', '145748.728000', '145748.731000', '145748.734000', '145748.736000', '145748.739000', '145748.742000', '145748.744000', '145748.747000', '145748.750000', '145748.753000', '145748.755000', '145748.758000', '145748.761000', '145748.764000', '145748.766000', '145748.769000', '145748.772000', '145748.774000', '145748.777000', '145808.663000', '145808.665000', '145808.668000', '145808.671000', '145808.673000', '145808.676000', '145808.678000', '145808.681000', '145808.684000', '145808.686000', '145808.689000', '145808.691000', '145808.694000', '145808.697000', '145808.699000', '145808.702000', '145808.704000', '145808.707000', '145808.710000', '145808.712000', '145808.715000', '145808.718000', '145808.720000', '145808.723000', '145808.725000', '145808.728000', '145808.731000', '145808.733000', '145808.736000', '145808.738000', '145808.741000', '145808.744000', '145808.746000', '145808.749000', '145808.752000', '145808.754000', '145808.757000', '145808.761000', '145808.764000', '145808.766000', '145808.769000', '145808.771000', '145808.774000', '145808.776000', '145828.662000', '145828.665000', '145828.668000', '145828.670000', '145828.673000', '145828.676000', '145828.678000', '145828.681000', '145828.683000', '145828.686000', '145828.688000', '145828.691000', '145828.694000', '145828.696000', '145828.699000', '145828.701000', '145828.704000', '145828.706000', '145828.709000', '145828.712000', '145828.715000', '145828.717000', '145828.720000', '145828.723000', '145828.725000', '145828.728000', '145828.731000', '145828.733000', '145828.736000', '145828.738000', '145828.741000', '145828.744000', '145828.746000', '145828.749000', '145828.751000', '145828.754000', '145828.757000', '145828.759000', '145828.762000', '145828.764000', '145828.767000', '145828.769000', '145828.772000', '145848.662000', '145848.665000', '145848.668000', '145848.671000', '145848.673000', '145848.676000', '145848.678000', '145848.681000', '145848.683000', '145848.686000', '145848.688000', '145848.691000', '145848.694000', '145848.696000', '145848.699000', '145848.702000', '145848.704000', '145848.707000', '145848.709000', '145848.712000', '145848.714000', '145848.731000', '145848.733000', '145848.736000', '145848.738000', '145848.741000', '145848.744000', '145848.746000', '145848.749000', '145848.751000', '145848.754000', '145848.757000', '145848.759000', '145848.762000', '145848.764000', '145848.767000', '145848.770000', '145848.772000', '145848.775000', '145848.777000', '145848.780000', '145848.782000', '145848.785000', '145848.788000', '145908.663000', '145908.665000', '145908.668000', '145908.671000', '145908.673000', '145908.676000', '145908.678000', '145908.681000', '145908.683000', '145908.686000', '145908.689000', '145908.691000', '145908.694000', '145908.696000', '145908.699000', '145908.702000', '145908.704000', '145908.707000', '145908.710000', '145908.712000', '145908.715000', '145908.718000', '145908.720000', '145908.723000', '145908.726000', '145908.728000', '145908.731000', '145908.733000', '145908.736000', '145908.739000', '145908.741000', '145908.744000', '145908.747000', '145908.749000', '145908.752000', '145908.754000', '145908.757000', '145908.760000', '145908.762000', '145908.765000', '145908.767000', '145908.770000', '145908.773000', '145913.828000', '145913.832000', '145913.835000', '145913.837000', '145913.840000', '145913.843000', '145913.845000', '145913.848000', '145913.851000', '145913.854000', '145913.857000', '145913.860000'], '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': [11954, 9946, 12063, 10350, 12594, 8763, 12654, 8907, 11437, 9794, 11759, 9570, 9702, 8641, 7775, 7197, 6775, 6824, 8327, 7052, 7230, 6881, 11766, 8354, 7427, 7118, 12665, 7943, 13566, 10767, 12276, 11296, 10382, 7796, 10208, 8500, 10840, 8585, 9896, 7098, 7866, 7145, 8033, 7939, 8048, 6999, 8155, 7028, 9851, 11281, 8286, 12525, 11334, 10775, 7525, 9383, 8026, 8453, 7674, 11048, 7555, 9951, 7461, 7075, 7595, 9439, 7425, 13168, 9006, 8480, 6681, 11624, 7331, 10420, 7154, 9432, 7026, 7205, 6826, 7214, 7174, 7442, 6812, 7036, 7028, 6661, 7369, 7070, 6776, 7148, 7020, 9757, 7123, 8174, 7376, 10788, 9632, 12230, 9569, 13365, 9761, 12237, 9764, 11785, 9522, 12993, 9665, 9834, 6937, 6927, 6850, 7314, 7261, 7373, 7373, 7388, 8751, 7302, 7375, 7343, 12011, 10720, 12279, 7339, 8237, 7197, 8737, 8282, 11647, 7437, 8435, 7285, 7334, 7343, 8502, 9444, 8885, 7308, 7203, 7029, 6912, 7397, 6975, 7404, 11842, 9020, 9317, 10300, 8733, 11198, 9546, 13886, 10000, 10360, 9267, 7328, 7758, 7380, 8038, 9450, 7195, 7696, 7629, 7567, 7535, 7350, 8240, 8444, 10824, 8324, 8940, 7489, 7249, 7437, 12214, 11690, 9601, 7028, 6862, 7390, 7750, 9426, 8763, 11342, 8610, 8439, 8509, 6809, 12175, 9468, 8554, 7466, 6938, 11555, 12224, 9877, 7167, 12304, 6821, 6673, 7406, 7063, 7143, 7147, 7020, 6943, 6822, 7217, 6926, 6748, 9340, 12369, 9386, 10322, 7524, 11429, 8174, 12655, 9558, 12563, 13602, 9348, 13309, 9940, 12685, 8351, 6918, 8542, 7067, 13235, 11798, 12752, 7410, 11015, 7054, 11650, 9470, 12706, 10842, 13610, 10455, 9359, 7258, 6656, 7105, 6792, 7101, 7022, 6910, 6991, 6759, 7363, 6838, 6874, 7728, 6737, 10285, 8364, 11799, 8301, 6823, 6705, 7210, 6723, 9855, 9585, 6886, 7225, 6808, 6808, 7139, 6867, 8048, 8893, 11827, 8299, 12596, 11078, 12310, 9882, 13203, 10266, 7871, 7569, 12624, 7401, 7591, 11937, 7207, 9470, 7573, 10641, 8927, 11881, 9508, 12338, 7428, 11456, 10014, 9501, 7618, 8522, 7226, 8351, 6920, 6926, 6851, 7027, 6634, 7452, 6758, 7299, 7097, 6997, 6726, 6827, 10733, 11092, 6922, 7164, 11082, 6936, 11637, 10599, 12226, 10333, 10501, 7300, 6821, 6926, 6639, 12035, 9309, 9926, 6573, 8600, 7134, 7505, 7359, 7349, 6968, 6773, 7386, 6905, 7255, 7093, 8034, 8008, 11711, 11112, 8855, 6822, 12197, 7280, 10511, 9335, 10858, 10273, 7942, 7327, 7115, 7062, 7143, 6740, 9729, 6780, 7196, 6988, 6948, 12254, 6977, 11950, 9717, 11303, 7474, 10570, 7191, 8836, 7216, 7899, 9000, 9947, 7302, 7018, 7237, 7531, 7646, 9901, 6951, 6868, 6910, 6957, 10945, 7089, 11828, 10808, 10113, 8931, 8111, 7147, 7344, 6848, 7798, 7048, 7032, 7161, 6724, 7632, 8900, 7029, 7134, 7080, 7217, 6818, 7614, 7011, 11621, 7369, 6718, 7347, 7378, 7361, 11055, 10513, 11619, 8689, 10440, 7785, 10710, 10290, 10588, 12027, 12326, 7937, 7571, 7155, 6629, 9612, 8935, 7055, 6932, 6720, 6744, 7013, 6771, 6899, 7746, 9365, 10638, 6707, 6725, 9953, 6713, 12909, 10775, 10813, 10328, 8070, 6770, 7406, 6632, 8874, 7115, 8467, 6880, 9664, 9352, 8112, 7154, 7273, 6881, 10360, 7622, 10065, 10334, 9500, 7704, 6977, 8614, 7170, 10471, 7394, 9233, 8269, 8736, 7175, 8799, 6791, 6955, 7562, 7117, 11704, 7960, 9870, 8602, 8213, 7416, 8150, 7181, 9618, 7340, 9082, 8950, 8964, 7244, 7158, 7172, 7349, 7267, 7292, 8866, 7129, 9331, 7977, 9082, 7610, 8658, 7246, 9663, 9211, 10357, 8726, 9401, 7222, 7033, 6839, 7828, 7180, 10630, 8625, 8409, 7081, 7408, 7102, 7536, 7074, 9435, 9890, 7691, 7678, 7291, 10316, 12120, 9600, 7323, 6940, 6929, 7216, 11224, 12941, 8363, 13296, 10343, 13260, 10550, 13545, 10858, 9583, 12466, 7264, 7010, 7462, 7187, 9894, 7004, 11544, 7207, 8292, 8258, 11960, 13155, 8379, 12532, 7214, 10014, 7484, 8956, 11156, 7213, 11214, 7381, 7156, 7076, 8834, 9191, 6839, 12679, 9499, 8358, 7253, 10504, 8373, 8507, 6851, 7288, 6581, 7078, 7002, 6838, 7144, 7350, 6970, 9476, 8746, 7103, 7089, 7016, 7068, 10396, 10482, 8061, 8039, 7171, 7382, 6977, 7339, 7766, 7235, 7032, 6969, 6919, 7092, 7153, 6710, 6969, 6944, 6909, 9223, 11833, 12011, 9981, 11253, 11708, 8664, 13609, 11955, 12875, 10525, 9478, 7327, 8514, 6990, 7250, 6937, 6751, 6814, 6737, 7134, 7194, 7331, 7805, 6817, 8709, 7306, 10451, 7108, 12768, 9748, 12763, 10158, 12721, 9070, 11009, 8389, 12144, 11076, 11781, 6808, 7085, 6954, 7157, 6839, 6978, 6719, 7180, 7034, 7170, 7004, 7131, 11967, 9821, 9859, 7130, 10991, 7118, 10613, 9066, 8358, 6851, 7089, 6822, 7123, 8930, 6888, 7177, 6857, 8598, 7109, 8547, 7089, 8711, 7447, 7232, 7182, 7332, 7533, 8715, 7625, 7009, 6911, 7397, 7276, 7729, 6805, 9529, 7511, 7252, 7139, 7718, 9269, 11343, 12155, 8668, 8797, 7913, 7009, 7447, 8667, 8214, 12511, 6786, 7434, 6850, 6958, 6819, 9886, 8933, 12236, 6783, 7052, 6789, 6989, 6877, 8482, 6778, 8243, 6640, 6909, 6703, 6628, 6614, 10131, 6982, 7854, 7101, 6861, 7055, 8690, 8152, 11273, 7485, 10853, 7155, 10538, 7513, 13138, 11245, 11440, 8330, 9448, 6991, 11335, 8352, 10092, 6817, 9341, 6751, 8381, 6803, 9095, 6717, 6791, 6795, 6908, 6911, 6922, 6897, 9760, 11250, 9036, 7989, 7367, 7252, 7034, 8403, 8261, 11168, 9011, 10621, 7126, 7300, 6877, 7783, 6967, 10284, 8202, 11152, 7034, 10492, 7138, 10993, 9333, 11762, 9356, 9802, 7109, 9214, 7112, 10783, 8686, 9894, 8058, 7559, 6995, 7450, 7066, 10591, 7336, 10643, 8749, 7062, 7267, 7201, 7056, 7472, 7168, 7647, 8455, 9085, 8824, 8179, 9944, 7288, 7228, 7535, 7934, 7522, 11592, 9204, 11834, 7872, 12293, 9269, 12636, 10062, 12733, 12544, 8781, 7259, 11128, 8890, 12508, 9827, 11976, 12297, 7178, 6630, 6977, 6919, 6789, 6709, 6931], 'WindowCenter': [4475.0, 4441.0, 4446.0, 4414.0, 4420.0, 4379.0, 4416.0, 4377.0, 4406.0, 4387.0, 4408.0, 4413.0, 4497.0, 4422.0, 4415.0, 4379.0, 4319.0, 4302.0, 4375.0, 4370.0, 4394.0, 4340.0, 4469.0, 4419.0, 4395.0, 4384.0, 4452.0, 4406.0, 4466.0, 4461.0, 4482.0, 4460.0, 4446.0, 4408.0, 4423.0, 4403.0, 4432.0, 4403.0, 4422.0, 4384.0, 4393.0, 4411.0, 4409.0, 4395.0, 4383.0, 4359.0, 4367.0, 4404.0, 4440.0, 4421.0, 4406.0, 4432.0, 4412.0, 4404.0, 4372.0, 4394.0, 4343.0, 4340.0, 4410.0, 4435.0, 4374.0, 4400.0, 4358.0, 4361.0, 4370.0, 4390.0, 4359.0, 4429.0, 4381.0, 4366.0, 4328.0, 4380.0, 4333.0, 4383.0, 4347.0, 4388.0, 4351.0, 4374.0, 4350.0, 4359.0, 4387.0, 4367.0, 4343.0, 4344.0, 4334.0, 4391.0, 4353.0, 4353.0, 4370.0, 4385.0, 4410.0, 4446.0, 4398.0, 4403.0, 4383.0, 4431.0, 4425.0, 4454.0, 4438.0, 4465.0, 4438.0, 4456.0, 4437.0, 4454.0, 4436.0, 4449.0, 4426.0, 4395.0, 4348.0, 4347.0, 4352.0, 4370.0, 4384.0, 4413.0, 4385.0, 4382.0, 4393.0, 4382.0, 4420.0, 4408.0, 4468.0, 4444.0, 4455.0, 4384.0, 4403.0, 4373.0, 4413.0, 4405.0, 4470.0, 4410.0, 4416.0, 4394.0, 4392.0, 4396.0, 4425.0, 4450.0, 4440.0, 4410.0, 4397.0, 4384.0, 4398.0, 4394.0, 4385.0, 4396.0, 4456.0, 4427.0, 4425.0, 4436.0, 4415.0, 4445.0, 4424.0, 4451.0, 4423.0, 4421.0, 4412.0, 4382.0, 4392.0, 4395.0, 4401.0, 4424.0, 4384.0, 4393.0, 4417.0, 4418.0, 4408.0, 4395.0, 4416.0, 4416.0, 4469.0, 4431.0, 4429.0, 4414.0, 4450.0, 4412.0, 4432.0, 4449.0, 4455.0, 4399.0, 4387.0, 4406.0, 4419.0, 4437.0, 4414.0, 4456.0, 4425.0, 4389.0, 4385.0, 4358.0, 4440.0, 4421.0, 4400.0, 4380.0, 4370.0, 4429.0, 4427.0, 4395.0, 4355.0, 4429.0, 4357.0, 4356.0, 4379.0, 4370.0, 4382.0, 4382.0, 4385.0, 4384.0, 4373.0, 4383.0, 4383.0, 4373.0, 4422.0, 4452.0, 4423.0, 4421.0, 4392.0, 4441.0, 4403.0, 4450.0, 4422.0, 4440.0, 4451.0, 4408.0, 4450.0, 4422.0, 4438.0, 4390.0, 4366.0, 4388.0, 4367.0, 4440.0, 4427.0, 4425.0, 4366.0, 4415.0, 4357.0, 4414.0, 4398.0, 4424.0, 4418.0, 4425.0, 4405.0, 4385.0, 4356.0, 4342.0, 4352.0, 4342.0, 4353.0, 4353.0, 4367.0, 4367.0, 4356.0, 4378.0, 4370.0, 4370.0, 4379.0, 4371.0, 4419.0, 4401.0, 4441.0, 4399.0, 4369.0, 4370.0, 4378.0, 4374.0, 4421.0, 4436.0, 4395.0, 4408.0, 4384.0, 4383.0, 4393.0, 4385.0, 4415.0, 4427.0, 4466.0, 4428.0, 4386.0, 4379.0, 4402.0, 4425.0, 4493.0, 4490.0, 4446.0, 4408.0, 4453.0, 4348.0, 4360.0, 4387.0, 4335.0, 4362.0, 4333.0, 4372.0, 4353.0, 4383.0, 4363.0, 4382.0, 4323.0, 4372.0, 4350.0, 4339.0, 4319.0, 4342.0, 4309.0, 4330.0, 4311.0, 4339.0, 4329.0, 4323.0, 4312.0, 4322.0, 4314.0, 4337.0, 4326.0, 4324.0, 4312.0, 4327.0, 4374.0, 4376.0, 4321.0, 4324.0, 4371.0, 4314.0, 4372.0, 4363.0, 4372.0, 4361.0, 4360.0, 4308.0, 4301.0, 4298.0, 4301.0, 4368.0, 4340.0, 4348.0, 4302.0, 4341.0, 4313.0, 4324.0, 4321.0, 4322.0, 4314.0, 4311.0, 4322.0, 4323.0, 4323.0, 4315.0, 4356.0, 4356.0, 4394.0, 4376.0, 4340.0, 4312.0, 4369.0, 4321.0, 4373.0, 4364.0, 4372.0, 4374.0, 4343.0, 4323.0, 4311.0, 4313.0, 4325.0, 4323.0, 4366.0, 4313.0, 4324.0, 4322.0, 4325.0, 4383.0, 4323.0, 4383.0, 4363.0, 4384.0, 4336.0, 4372.0, 4325.0, 4352.0, 4322.0, 4334.0, 4365.0, 4375.0, 4336.0, 4321.0, 4325.0, 4335.0, 4336.0, 4363.0, 4323.0, 4315.0, 4311.0, 4322.0, 4371.0, 4341.0, 4385.0, 4360.0, 4305.0, 4382.0, 4388.0, 4356.0, 4325.0, 4317.0, 4350.0, 4356.0, 4369.0, 4371.0, 4371.0, 4393.0, 4410.0, 4381.0, 4370.0, 4401.0, 4437.0, 4412.0, 4423.0, 4364.0, 4423.0, 4349.0, 4324.0, 4335.0, 4336.0, 4337.0, 4400.0, 4387.0, 4385.0, 4357.0, 4373.0, 4336.0, 4376.0, 4363.0, 4376.0, 4385.0, 4399.0, 4348.0, 4349.0, 4315.0, 4300.0, 4364.0, 4356.0, 4338.0, 4325.0, 4315.0, 4314.0, 4312.0, 4316.0, 4323.0, 4337.0, 4354.0, 4377.0, 4315.0, 4315.0, 4364.0, 4316.0, 4383.0, 4390.0, 4308.0, 4313.0, 4310.0, 4319.0, 4329.0, 4337.0, 4390.0, 4361.0, 4377.0, 4362.0, 4401.0, 4378.0, 4394.0, 4363.0, 4348.0, 4335.0, 4370.0, 4248.0, 4279.0, 4305.0, 4322.0, 4291.0, 4283.0, 4311.0, 4285.0, 4334.0, 4296.0, 4336.0, 4318.0, 4327.0, 4296.0, 4327.0, 4286.0, 4297.0, 4305.0, 4298.0, 4355.0, 4333.0, 4359.0, 4329.0, 4327.0, 4307.0, 4318.0, 4298.0, 4349.0, 4308.0, 4339.0, 4338.0, 4340.0, 4308.0, 4309.0, 4323.0, 4322.0, 4319.0, 4323.0, 4340.0, 4325.0, 4363.0, 4344.0, 4351.0, 4332.0, 4341.0, 4323.0, 4362.0, 4351.0, 4361.0, 4380.0, 4390.0, 4238.0, 4241.0, 4300.0, 4323.0, 4311.0, 4360.0, 4332.0, 4319.0, 4301.0, 4308.0, 4301.0, 4321.0, 4314.0, 4342.0, 4430.0, 4584.0, 4558.0, 4503.0, 4500.0, 4493.0, 4436.0, 4407.0, 4394.0, 4385.0, 4395.0, 4443.0, 4455.0, 4404.0, 4452.0, 4423.0, 4450.0, 4433.0, 4451.0, 4432.0, 4422.0, 4441.0, 4381.0, 4396.0, 4392.0, 4382.0, 4420.0, 4372.0, 4430.0, 4380.0, 4399.0, 4401.0, 4440.0, 4440.0, 4389.0, 4429.0, 4368.0, 4408.0, 4381.0, 4410.0, 4431.0, 4380.0, 4428.0, 4379.0, 4368.0, 4371.0, 4398.0, 4409.0, 4360.0, 4439.0, 4409.0, 4389.0, 4381.0, 4419.0, 4390.0, 4398.0, 4360.0, 4379.0, 4358.0, 4367.0, 4370.0, 4369.0, 4381.0, 4380.0, 4385.0, 4423.0, 4400.0, 4370.0, 4372.0, 4369.0, 4381.0, 4420.0, 4432.0, 4390.0, 4391.0, 4368.0, 4379.0, 4368.0, 4382.0, 4391.0, 4381.0, 4371.0, 4382.0, 4380.0, 4383.0, 4381.0, 4384.0, 4383.0, 4384.0, 4384.0, 4425.0, 4444.0, 4454.0, 4423.0, 4442.0, 4439.0, 4403.0, 4449.0, 4442.0, 4437.0, 4419.0, 4396.0, 4370.0, 4388.0, 4369.0, 4380.0, 4382.0, 4371.0, 4372.0, 4369.0, 4394.0, 4384.0, 4394.0, 4403.0, 4383.0, 4413.0, 4393.0, 4430.0, 4384.0, 4451.0, 4423.0, 4442.0, 4422.0, 4438.0, 4400.0, 4418.0, 4389.0, 4428.0, 4418.0, 4427.0, 4357.0, 4357.0, 4357.0, 4367.0, 4357.0, 4366.0, 4358.0, 4369.0, 4369.0, 4370.0, 4369.0, 4371.0, 4428.0, 4408.0, 4404.0, 4368.0, 4417.0, 4368.0, 4417.0, 4397.0, 4376.0, 4357.0, 4367.0, 4358.0, 4368.0, 4397.0, 4368.0, 4366.0, 4360.0, 4396.0, 4369.0, 4398.0, 4383.0, 4400.0, 4393.0, 4378.0, 4370.0, 4394.0, 4391.0, 4316.0, 4448.0, 4393.0, 4381.0, 4379.0, 4381.0, 4390.0, 4373.0, 4422.0, 4382.0, 4380.0, 4370.0, 4380.0, 4411.0, 4431.0, 4440.0, 4398.0, 4400.0, 4389.0, 4369.0, 4369.0, 4400.0, 4388.0, 4436.0, 4359.0, 4369.0, 4359.0, 4369.0, 4360.0, 4421.0, 4399.0, 4429.0, 4357.0, 4367.0, 4358.0, 4369.0, 4371.0, 4400.0, 4373.0, 4401.0, 4371.0, 4369.0, 4372.0, 4370.0, 4371.0, 4431.0, 4382.0, 4392.0, 4382.0, 4371.0, 4382.0, 4413.0, 4404.0, 4431.0, 4392.0, 4442.0, 4382.0, 4431.0, 4382.0, 4452.0, 4443.0, 4429.0, 4391.0, 4408.0, 4370.0, 4430.0, 4404.0, 4379.0, 4296.0, 4266.0, 4185.0, 4229.0, 4261.0, 4312.0, 4287.0, 4287.0, 4300.0, 4299.0, 4300.0, 4310.0, 4342.0, 4377.0, 4388.0, 4342.0, 4333.0, 4324.0, 4312.0, 4299.0, 4344.0, 4343.0, 4360.0, 4341.0, 4361.0, 4302.0, 4310.0, 4290.0, 4320.0, 4313.0, 4349.0, 4331.0, 4370.0, 4311.0, 4359.0, 4312.0, 4361.0, 4353.0, 4369.0, 4340.0, 4348.0, 4299.0, 4351.0, 4313.0, 4358.0, 4332.0, 4349.0, 4319.0, 4306.0, 4300.0, 4308.0, 4300.0, 4359.0, 4311.0, 4360.0, 4333.0, 4311.0, 4311.0, 4309.0, 4312.0, 4312.0, 4305.0, 4564.0, 4597.0, 4495.0, 4449.0, 4401.0, 4403.0, 4352.0, 4351.0, 4364.0, 4361.0, 4360.0, 4412.0, 4380.0, 4398.0, 4351.0, 4398.0, 4370.0, 4401.0, 4394.0, 4397.0, 4399.0, 4346.0, 4327.0, 4374.0, 4357.0, 4384.0, 4366.0, 4389.0, 4387.0, 4337.0, 4316.0, 4324.0, 4327.0, 4317.0, 4328.0, 4327.0], 'WindowWidth': [9824.0, 9768.0, 9765.0, 9715.0, 9716.0, 9660.0, 9704.0, 9651.0, 9690.0, 9663.0, 9694.0, 9717.0, 9880.0, 9743.0, 9740.0, 9675.0, 9569.0, 9531.0, 9654.0, 9657.0, 9698.0, 9596.0, 9809.0, 9736.0, 9702.0, 9679.0, 9768.0, 9715.0, 9796.0, 9797.0, 9829.0, 9796.0, 9770.0, 9722.0, 9731.0, 9703.0, 9742.0, 9705.0, 9729.0, 9682.0, 9691.0, 9734.0, 9721.0, 9696.0, 9672.0, 9631.0, 9637.0, 9723.0, 9762.0, 9721.0, 9711.0, 9738.0, 9703.0, 9691.0, 9656.0, 9677.0, 9591.0, 9587.0, 9728.0, 9747.0, 9656.0, 9687.0, 9626.0, 9638.0, 9648.0, 9672.0, 9633.0, 9723.0, 9659.0, 9631.0, 9582.0, 9636.0, 9579.0, 9647.0, 9608.0, 9668.0, 9619.0, 9661.0, 9619.0, 9634.0, 9686.0, 9644.0, 9606.0, 9607.0, 9587.0, 9705.0, 9616.0, 9627.0, 9659.0, 9688.0, 9733.0, 9773.0, 9711.0, 9708.0, 9680.0, 9742.0, 9738.0, 9777.0, 9762.0, 9795.0, 9762.0, 9783.0, 9760.0, 9779.0, 9757.0, 9762.0, 9741.0, 9674.0, 9616.0, 9614.0, 9627.0, 9649.0, 9677.0, 9737.0, 9682.0, 9675.0, 9683.0, 9673.0, 9748.0, 9725.0, 9803.0, 9767.0, 9780.0, 9682.0, 9705.0, 9667.0, 9720.0, 9713.0, 9814.0, 9729.0, 9728.0, 9699.0, 9692.0, 9706.0, 9742.0, 9783.0, 9774.0, 9730.0, 9705.0, 9683.0, 9710.0, 9700.0, 9687.0, 9705.0, 9784.0, 9748.0, 9740.0, 9754.0, 9728.0, 9764.0, 9734.0, 9770.0, 9732.0, 9728.0, 9716.0, 9679.0, 9693.0, 9701.0, 9704.0, 9738.0, 9686.0, 9694.0, 9738.0, 9743.0, 9723.0, 9705.0, 9732.0, 9732.0, 9811.0, 9761.0, 9751.0, 9741.0, 9804.0, 9736.0, 9736.0, 9772.0, 9792.0, 9716.0, 9696.0, 9719.0, 9742.0, 9762.0, 9725.0, 9782.0, 9740.0, 9677.0, 9666.0, 9633.0, 9749.0, 9728.0, 9695.0, 9668.0, 9655.0, 9731.0, 9723.0, 9677.0, 9625.0, 9728.0, 9633.0, 9631.0, 9666.0, 9657.0, 9677.0, 9678.0, 9684.0, 9684.0, 9665.0, 9678.0, 9677.0, 9666.0, 9731.0, 9769.0, 9730.0, 9725.0, 9687.0, 9752.0, 9705.0, 9764.0, 9728.0, 9749.0, 9764.0, 9703.0, 9764.0, 9725.0, 9740.0, 9678.0, 9641.0, 9674.0, 9646.0, 9743.0, 9724.0, 9718.0, 9642.0, 9705.0, 9630.0, 9702.0, 9683.0, 9714.0, 9710.0, 9719.0, 9690.0, 9662.0, 9625.0, 9603.0, 9617.0, 9604.0, 9618.0, 9622.0, 9645.0, 9647.0, 9631.0, 9664.0, 9655.0, 9657.0, 9666.0, 9659.0, 9721.0, 9699.0, 9750.0, 9694.0, 9654.0, 9657.0, 9666.0, 9666.0, 9727.0, 9757.0, 9699.0, 9719.0, 9685.0, 9682.0, 9696.0, 9688.0, 9728.0, 9746.0, 9797.0, 9751.0, 9644.0, 9637.0, 9676.0, 9733.0, 9847.0, 9859.0, 9792.0, 9723.0, 9771.0, 9604.0, 9622.0, 9649.0, 9578.0, 9611.0, 9575.0, 9623.0, 9599.0, 9639.0, 9611.0, 9636.0, 9558.0, 9622.0, 9589.0, 9571.0, 9547.0, 9579.0, 9532.0, 9561.0, 9538.0, 9592.0, 9580.0, 9562.0, 9546.0, 9559.0, 9549.0, 9586.0, 9568.0, 9561.0, 9546.0, 9572.0, 9628.0, 9632.0, 9555.0, 9562.0, 9620.0, 9547.0, 9623.0, 9611.0, 9622.0, 9604.0, 9601.0, 9530.0, 9524.0, 9516.0, 9523.0, 9608.0, 9573.0, 9581.0, 9526.0, 9583.0, 9545.0, 9559.0, 9555.0, 9556.0, 9547.0, 9539.0, 9558.0, 9560.0, 9560.0, 9549.0, 9614.0, 9612.0, 9659.0, 9630.0, 9576.0, 9541.0, 9615.0, 9552.0, 9628.0, 9620.0, 9625.0, 9629.0, 9588.0, 9559.0, 9541.0, 9546.0, 9565.0, 9563.0, 9620.0, 9548.0, 9562.0, 9557.0, 9563.0, 9643.0, 9561.0, 9639.0, 9612.0, 9647.0, 9584.0, 9623.0, 9567.0, 9597.0, 9558.0, 9575.0, 9620.0, 9633.0, 9581.0, 9557.0, 9565.0, 9577.0, 9580.0, 9612.0, 9559.0, 9550.0, 9541.0, 9557.0, 9620.0, 9597.0, 9648.0, 9599.0, 9496.0, 9657.0, 9677.0, 9629.0, 9564.0, 9559.0, 9610.0, 9630.0, 9654.0, 9662.0, 9663.0, 9694.0, 9710.0, 9675.0, 9656.0, 9718.0, 9780.0, 9740.0, 9751.0, 9642.0, 9716.0, 9605.0, 9564.0, 9580.0, 9579.0, 9584.0, 9675.0, 9652.0, 9645.0, 9610.0, 9626.0, 9579.0, 9633.0, 9612.0, 9633.0, 9646.0, 9670.0, 9600.0, 9603.0, 9548.0, 9520.0, 9616.0, 9606.0, 9588.0, 9566.0, 9551.0, 9547.0, 9545.0, 9553.0, 9562.0, 9584.0, 9602.0, 9634.0, 9552.0, 9552.0, 9613.0, 9551.0, 9638.0, 9661.0, 9503.0, 9516.0, 9530.0, 9562.0, 9574.0, 9598.0, 9675.0, 9640.0, 9653.0, 9640.0, 9690.0, 9651.0, 9687.0, 9644.0, 9611.0, 9588.0, 9622.0, 9413.0, 9451.0, 9501.0, 9537.0, 9494.0, 9488.0, 9523.0, 9494.0, 9557.0, 9512.0, 9565.0, 9545.0, 9553.0, 9512.0, 9555.0, 9499.0, 9516.0, 9523.0, 9518.0, 9592.0, 9576.0, 9606.0, 9563.0, 9556.0, 9533.0, 9547.0, 9520.0, 9588.0, 9534.0, 9577.0, 9575.0, 9581.0, 9535.0, 9539.0, 9568.0, 9563.0, 9554.0, 9566.0, 9583.0, 9570.0, 9619.0, 9593.0, 9598.0, 9577.0, 9586.0, 9562.0, 9614.0, 9598.0, 9611.0, 9656.0, 9676.0, 9399.0, 9408.0, 9528.0, 9561.0, 9545.0, 9605.0, 9568.0, 9547.0, 9528.0, 9534.0, 9528.0, 9556.0, 9551.0, 9583.0, 9750.0, 10067.0, 10017.0, 9911.0, 9876.0, 9849.0, 9757.0, 9718.0, 9699.0, 9687.0, 9701.0, 9760.0, 9778.0, 9708.0, 9768.0, 9731.0, 9763.0, 9745.0, 9766.0, 9740.0, 9728.0, 9749.0, 9672.0, 9706.0, 9692.0, 9675.0, 9723.0, 9663.0, 9736.0, 9671.0, 9694.0, 9698.0, 9748.0, 9748.0, 9680.0, 9730.0, 9650.0, 9702.0, 9671.0, 9709.0, 9737.0, 9668.0, 9728.0, 9666.0, 9651.0, 9657.0, 9689.0, 9706.0, 9640.0, 9745.0, 9705.0, 9679.0, 9672.0, 9718.0, 9679.0, 9689.0, 9643.0, 9666.0, 9639.0, 9649.0, 9656.0, 9656.0, 9674.0, 9672.0, 9687.0, 9733.0, 9697.0, 9657.0, 9660.0, 9655.0, 9673.0, 9723.0, 9740.0, 9681.0, 9684.0, 9651.0, 9667.0, 9652.0, 9675.0, 9686.0, 9673.0, 9660.0, 9677.0, 9671.0, 9680.0, 9677.0, 9683.0, 9682.0, 9682.0, 9682.0, 9739.0, 9763.0, 9775.0, 9730.0, 9756.0, 9748.0, 9703.0, 9761.0, 9753.0, 9742.0, 9717.0, 9682.0, 9653.0, 9672.0, 9652.0, 9668.0, 9674.0, 9659.0, 9664.0, 9656.0, 9698.0, 9684.0, 9699.0, 9709.0, 9682.0, 9719.0, 9694.0, 9740.0, 9681.0, 9769.0, 9732.0, 9755.0, 9726.0, 9744.0, 9693.0, 9714.0, 9679.0, 9729.0, 9715.0, 9725.0, 9631.0, 9632.0, 9631.0, 9648.0, 9634.0, 9646.0, 9636.0, 9652.0, 9651.0, 9654.0, 9651.0, 9657.0, 9731.0, 9702.0, 9692.0, 9649.0, 9712.0, 9649.0, 9713.0, 9685.0, 9655.0, 9632.0, 9646.0, 9635.0, 9652.0, 9688.0, 9650.0, 9646.0, 9641.0, 9684.0, 9653.0, 9691.0, 9679.0, 9698.0, 9693.0, 9666.0, 9657.0, 9698.0, 9687.0, 9533.0, 9804.0, 9698.0, 9674.0, 9666.0, 9673.0, 9683.0, 9666.0, 9729.0, 9677.0, 9670.0, 9657.0, 9670.0, 9713.0, 9738.0, 9749.0, 9691.0, 9695.0, 9678.0, 9653.0, 9652.0, 9695.0, 9678.0, 9738.0, 9639.0, 9652.0, 9639.0, 9651.0, 9643.0, 9724.0, 9693.0, 9730.0, 9634.0, 9648.0, 9638.0, 9653.0, 9658.0, 9696.0, 9666.0, 9700.0, 9660.0, 9655.0, 9662.0, 9659.0, 9663.0, 9739.0, 9676.0, 9688.0, 9677.0, 9660.0, 9679.0, 9719.0, 9709.0, 9739.0, 9692.0, 9757.0, 9679.0, 9740.0, 9679.0, 9770.0, 9760.0, 9734.0, 9686.0, 9704.0, 9658.0, 9736.0, 9710.0, 9644.0, 9516.0, 9430.0, 9299.0, 9368.0, 9453.0, 9526.0, 9502.0, 9506.0, 9526.0, 9525.0, 9526.0, 9542.0, 9607.0, 9645.0, 9659.0, 9588.0, 9577.0, 9568.0, 9544.0, 9523.0, 9595.0, 9589.0, 9605.0, 9582.0, 9608.0, 9532.0, 9539.0, 9514.0, 9554.0, 9549.0, 9590.0, 9570.0, 9620.0, 9544.0, 9603.0, 9546.0, 9611.0, 9600.0, 9617.0, 9579.0, 9585.0, 9523.0, 9599.0, 9551.0, 9602.0, 9571.0, 9589.0, 9548.0, 9529.0, 9524.0, 9533.0, 9527.0, 9605.0, 9544.0, 9605.0, 9572.0, 9545.0, 9543.0, 9539.0, 9547.0, 9547.0, 9533.0, 10030.0, 10083.0, 9879.0, 9786.0, 9703.0, 9690.0, 9618.0, 9614.0, 9633.0, 9626.0, 9626.0, 9696.0, 9649.0, 9670.0, 9609.0, 9667.0, 9633.0, 9674.0, 9674.0, 9667.0, 9668.0, 9593.0, 9568.0, 9628.0, 9607.0, 9641.0, 9620.0, 9656.0, 9651.0, 9586.0, 9552.0, 9563.0, 9571.0, 9559.0, 9574.0, 9572.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.018678130733944955</td></tr>
<tr><td colspan=3>aqi</td><td>0.08823624243119267</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.45016662557979</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2148585663145803</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1790727112399548</td></tr>
<tr><td colspan=3>efc</td><td>0.4606</td></tr>
<tr><td colspan=3>fber</td><td>4101.2729</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3169679701509723</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>232</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.605504587155963</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.725540095417706</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7791364791947686</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.87035029520188</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5271335118564684</td></tr>
<tr><td colspan=3>gcor</td><td>0.0409569</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0021706167608499527</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0198142621666193</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8833930427632426</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.5203</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.3514</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.1637</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306601.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>757.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.3058</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9847</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.9346</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3615.1112</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4668.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.9817</td></tr>
<tr><td colspan=3>tsnr</td><td>20.13089524989482</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>