ds005256-mriqc/sub-0006_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 5e4dfbdf6b [DATALAD RUNCMD] Compute MRIQC for sub-0006
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0006 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0006",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:17:41 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0006_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0006_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0006_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0006_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0006_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0006_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0006_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0006_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0006_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-04/func/sub-0006_ses-04_task-social_acq-mb8_run-02_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>6f5846cb069a4e173907abf68128c2bc</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:22:42.495000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999126, -0.0153387, 0.0388862, 0.0223244, 0.98227, -0.186137]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0970193</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7709, -7286, 590, -72, -96, -28, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>241.165</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2b9ba35d-d52c-4016-9a13-8b2046c69088||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68058180809021, 0.059894680976867676, 0.09542237967252731, 108.20121765136719], [0.04115255922079086, 2.635359287261963, -0.5044735670089722, -82.50225830078125], [0.1043287143111229, 0.49939101934432983, 2.650735855102539, -90.53385925292969], [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': ['102242.495000', '102242.955000', '102243.415000', '102243.875000', '102244.335000', '102244.795000', '102245.255000', '102245.715000', '102246.175000', '102246.635000', '102247.095000', '102247.555000', '102248.015000', '102248.475000', '102248.935000', '102249.395000', '102249.855000', '102250.315000', '102250.775000', '102251.235000', '102251.695000', '102252.155000', '102252.615000', '102253.075000', '102253.535000', '102253.995000', '102254.455000', '102254.915000', '102255.375000', '102255.835000', '102256.295000', '102256.755000', '102257.215000', '102257.675000', '102258.135000', '102258.595000', '102259.055000', '102259.515000', '102259.975000', '102300.435000', '102300.895000', '102301.355000', '102301.815000', '102302.275000', '102302.735000', '102303.195000', '102303.655000', '102304.115000', '102304.575000', '102305.035000', '102305.495000', '102305.955000', '102306.415000', '102306.875000', '102307.335000', '102307.795000', '102308.255000', '102308.715000', '102309.175000', '102309.635000', '102310.095000', '102310.555000', '102311.015000', '102311.475000', '102311.935000', '102312.395000', '102312.855000', '102313.315000', '102313.775000', '102314.235000', '102314.695000', '102315.155000', '102315.615000', '102316.075000', '102316.535000', '102316.995000', '102317.455000', '102317.915000', '102318.375000', '102318.835000', '102319.295000', '102319.755000', '102320.215000', '102320.675000', '102321.135000', '102321.595000', '102322.055000', '102322.515000', '102322.975000', '102323.435000', '102323.895000', '102324.355000', '102324.815000', '102325.275000', '102325.735000', '102326.195000', '102326.655000', '102327.115000', '102327.575000', '102328.035000', '102328.495000', '102328.955000', '102329.415000', '102329.875000', '102330.335000', '102330.795000', '102331.255000', '102331.715000', '102332.175000', '102332.635000', '102333.095000', '102333.555000', '102334.015000', '102334.475000', '102334.935000', '102335.395000', '102335.855000', '102336.315000', '102336.775000', '102337.235000', '102337.695000', '102338.155000', '102338.615000', '102339.075000', '102339.535000', '102339.995000', '102340.455000', '102340.915000', '102341.375000', '102341.835000', '102342.295000', '102342.755000', '102343.215000', '102343.675000', '102344.135000', '102344.595000', '102345.055000', '102345.515000', '102345.975000', '102346.435000', '102346.895000', '102347.355000', '102347.815000', '102348.275000', '102348.735000', '102349.195000', '102349.655000', '102350.115000', '102350.575000', '102351.035000', '102351.495000', '102351.955000', '102352.415000', '102352.875000', '102353.335000', '102353.795000', '102354.255000', '102354.715000', '102355.175000', '102355.635000', '102356.095000', '102356.555000', '102357.015000', '102357.475000', '102357.935000', '102358.395000', '102358.855000', '102359.315000', '102359.775000', '102400.235000', '102400.695000', '102401.155000', '102401.615000', '102402.075000', '102402.535000', '102402.995000', '102403.455000', '102403.915000', '102404.375000', '102404.835000', '102405.295000', '102405.755000', '102406.215000', '102406.675000', '102407.135000', '102407.595000', '102408.055000', '102408.515000', '102408.975000', '102409.435000', '102409.895000', '102410.355000', '102410.815000', '102411.275000', '102411.735000', '102412.195000', '102412.655000', '102413.115000', '102413.575000', '102414.035000', '102414.495000', '102414.955000', '102415.415000', '102415.875000', '102416.335000', '102416.795000', '102417.255000', '102417.715000', '102418.175000', '102418.635000', '102419.095000', '102419.555000', '102420.015000', '102420.475000', '102420.935000', '102421.395000', '102421.855000', '102422.315000', '102422.775000', '102423.235000', '102423.695000', '102424.155000', '102424.615000', '102425.075000', '102425.535000', '102425.995000', '102426.455000', '102426.915000', '102427.375000', '102427.835000', '102428.295000', '102428.755000', '102429.215000', '102429.675000', '102430.135000', '102430.595000', '102431.055000', '102431.515000', '102431.975000', '102432.435000', '102432.895000', '102433.355000', '102433.815000', '102434.275000', '102434.735000', '102435.195000', '102435.655000', '102436.115000', '102436.575000', '102437.035000', '102437.495000', '102437.955000', '102438.415000', '102438.875000', '102439.335000', '102439.795000', '102440.255000', '102440.715000', '102441.175000', '102441.635000', '102442.095000', '102442.555000', '102443.015000', '102443.475000', '102443.935000', '102444.395000', '102444.855000', '102445.315000', '102445.775000', '102446.235000', '102446.695000', '102447.155000', '102447.615000', '102448.075000', '102448.535000', '102448.995000', '102449.455000', '102449.915000', '102450.375000', '102450.835000', '102451.295000', '102451.755000', '102452.215000', '102452.675000', '102453.135000', '102453.595000', '102454.055000', '102454.515000', '102454.975000', '102455.435000', '102455.895000', '102456.355000', '102456.815000', '102457.275000', '102457.735000', '102458.195000', '102458.655000', '102459.115000', '102459.575000', '102500.035000', '102500.495000', '102500.955000', '102501.415000', '102501.875000', '102502.335000', '102502.795000', '102503.255000', '102503.715000', '102504.175000', '102504.635000', '102505.095000', '102505.555000', '102506.015000', '102506.475000', '102506.935000', '102507.395000', '102507.855000', '102508.315000', '102508.775000', '102509.235000', '102509.695000', '102510.155000', '102510.615000', '102511.075000', '102511.535000', '102511.995000', '102512.455000', '102512.915000', '102513.375000', '102513.835000', '102514.295000', '102514.755000', '102515.215000', '102515.675000', '102516.135000', '102516.595000', '102517.055000', '102517.515000', '102517.975000', '102518.435000', '102518.895000', '102519.355000', '102519.815000', '102520.275000', '102520.735000', '102521.195000', '102521.655000', '102522.115000', '102522.575000', '102523.035000', '102523.495000', '102523.955000', '102524.415000', '102524.875000', '102525.335000', '102525.795000', '102526.255000', '102526.715000', '102527.175000', '102527.635000', '102528.095000', '102528.555000', '102529.015000', '102529.475000', '102529.935000', '102530.395000', '102530.855000', '102531.315000', '102531.775000', '102532.235000', '102532.695000', '102533.155000', '102533.615000', '102534.075000', '102534.535000', '102534.995000', '102535.455000', '102535.915000', '102536.375000', '102536.835000', '102537.295000', '102537.755000', '102538.215000', '102538.675000', '102539.135000', '102539.595000', '102540.055000', '102540.515000', '102540.975000', '102541.435000', '102541.895000', '102542.355000', '102542.815000', '102543.275000', '102543.735000', '102544.195000', '102544.655000', '102545.115000', '102545.575000', '102546.035000', '102546.495000', '102546.955000', '102547.415000', '102547.875000', '102548.335000', '102548.795000', '102549.255000', '102549.715000', '102550.175000', '102550.635000', '102551.095000', '102551.555000', '102552.015000', '102552.475000', '102552.935000', '102553.395000', '102553.855000', '102554.315000', '102554.775000', '102555.235000', '102555.695000', '102556.155000', '102556.615000', '102557.075000', '102557.535000', '102557.995000', '102558.455000', '102558.915000', '102559.375000', '102559.835000', '102600.295000', '102600.755000', '102601.215000', '102601.675000', '102602.135000', '102602.595000', '102603.055000', '102603.515000', '102603.975000', '102604.435000', '102604.895000', '102605.355000', '102605.815000', '102606.275000', '102606.735000', '102607.195000', '102607.655000', '102608.115000', '102608.575000', '102609.035000', '102609.495000', '102609.955000', '102610.415000', '102610.875000', '102611.335000', '102611.795000', '102612.255000', '102612.715000', '102613.175000', '102613.635000', '102614.095000', '102614.555000', '102615.015000', '102615.475000', '102615.935000', '102616.395000', '102616.855000', '102617.315000', '102617.775000', '102618.235000', '102618.695000', '102619.155000', '102619.615000', '102620.075000', '102620.535000', '102620.995000', '102621.455000', '102621.915000', '102622.375000', '102622.835000', '102623.295000', '102623.755000', '102624.215000', '102624.675000', '102625.135000', '102625.595000', '102626.055000', '102626.515000', '102626.975000', '102627.435000', '102627.895000', '102628.355000', '102628.815000', '102629.275000', '102629.735000', '102630.195000', '102630.655000', '102631.115000', '102631.575000', '102632.035000', '102632.495000', '102632.955000', '102633.415000', '102633.875000', '102634.335000', '102634.795000', '102635.255000', '102635.715000', '102636.175000', '102636.635000', '102637.095000', '102637.555000', '102638.015000', '102638.475000', '102638.935000', '102639.395000', '102639.855000', '102640.315000', '102640.775000', '102641.235000', '102641.695000', '102642.155000', '102642.615000', '102643.075000', '102643.535000', '102643.995000', '102644.455000', '102644.915000', '102645.375000', '102645.835000', '102646.295000', '102646.755000', '102647.215000', '102647.675000', '102648.135000', '102648.595000', '102649.055000', '102649.515000', '102649.975000', '102650.435000', '102650.895000', '102651.355000', '102651.815000', '102652.275000', '102652.735000', '102653.195000', '102653.655000', '102654.115000', '102654.575000', '102655.035000', '102655.495000', '102655.955000', '102656.415000', '102656.875000', '102657.335000', '102657.795000', '102658.255000', '102658.715000', '102659.175000', '102659.635000', '102700.095000', '102700.555000', '102701.015000', '102701.475000', '102701.935000', '102702.395000', '102702.855000', '102703.315000', '102703.775000', '102704.235000', '102704.695000', '102705.155000', '102705.615000', '102706.075000', '102706.535000', '102706.995000', '102707.455000', '102707.915000', '102708.375000', '102708.835000', '102709.295000', '102709.755000', '102710.215000', '102710.675000', '102711.135000', '102711.595000', '102712.055000', '102712.515000', '102712.975000', '102713.435000', '102713.895000', '102714.355000', '102714.815000', '102715.275000', '102715.735000', '102716.195000', '102716.655000', '102717.115000', '102717.575000', '102718.035000', '102718.495000', '102718.955000', '102719.415000', '102719.875000', '102720.335000', '102720.795000', '102721.255000', '102721.715000', '102722.175000', '102722.635000', '102723.095000', '102723.555000', '102724.015000', '102724.475000', '102724.935000', '102725.395000', '102725.855000', '102726.315000', '102726.775000', '102727.235000', '102727.695000', '102728.155000', '102728.615000', '102729.075000', '102729.535000', '102729.995000', '102730.455000', '102730.915000', '102731.375000', '102731.835000', '102732.295000', '102732.755000', '102733.215000', '102733.675000', '102734.135000', '102734.595000', '102735.055000', '102735.515000', '102735.975000', '102736.435000', '102736.895000', '102737.355000', '102737.815000', '102738.275000', '102738.735000', '102739.195000', '102739.655000', '102740.115000', '102740.575000', '102741.035000', '102741.495000', '102741.955000', '102742.415000', '102742.875000', '102743.335000', '102743.795000', '102744.255000', '102744.715000', '102745.175000', '102745.635000', '102746.095000', '102746.555000', '102747.015000', '102747.475000', '102747.935000', '102748.395000', '102748.855000', '102749.315000', '102749.775000', '102750.235000', '102750.695000', '102751.155000', '102751.615000', '102752.075000', '102752.535000', '102752.995000', '102753.455000', '102753.915000', '102754.375000', '102754.835000', '102755.295000', '102755.755000', '102756.215000', '102756.675000', '102757.135000', '102757.595000', '102758.055000', '102758.515000', '102758.975000', '102759.435000', '102759.895000', '102800.355000', '102800.815000', '102801.275000', '102801.735000', '102802.195000', '102802.655000', '102803.115000', '102803.575000', '102804.035000', '102804.495000', '102804.955000', '102805.415000', '102805.875000', '102806.335000', '102806.795000', '102807.255000', '102807.715000', '102808.175000', '102808.635000', '102809.095000', '102809.555000', '102810.015000', '102810.475000', '102810.935000', '102811.395000', '102811.855000', '102812.315000', '102812.775000', '102813.235000', '102813.695000', '102814.155000', '102814.615000', '102815.075000', '102815.535000', '102815.995000', '102816.455000', '102816.915000', '102817.375000', '102817.835000', '102818.295000', '102818.755000', '102819.215000', '102819.675000', '102820.135000', '102820.595000', '102821.055000', '102821.515000', '102821.975000', '102822.435000', '102822.895000', '102823.355000', '102823.815000', '102824.275000', '102824.735000', '102825.195000', '102825.655000', '102826.115000', '102826.575000', '102827.035000', '102827.495000', '102827.955000', '102828.415000', '102828.875000', '102829.335000', '102829.795000', '102830.255000', '102830.715000', '102831.175000', '102831.635000', '102832.095000', '102832.555000', '102833.015000', '102833.475000', '102833.935000', '102834.395000', '102834.855000', '102835.315000', '102835.775000', '102836.235000', '102836.695000', '102837.155000', '102837.615000', '102838.075000', '102838.535000', '102838.995000', '102839.455000', '102839.915000', '102840.375000', '102840.835000', '102841.295000', '102841.755000', '102842.215000', '102842.675000', '102843.135000', '102843.595000', '102844.055000', '102844.515000', '102844.975000', '102845.435000', '102845.895000', '102846.355000', '102846.815000', '102847.275000', '102847.735000', '102848.195000', '102848.655000', '102849.115000', '102849.575000', '102850.035000', '102850.495000', '102850.955000', '102851.415000', '102851.875000', '102852.335000', '102852.795000', '102853.255000', '102853.715000', '102854.175000', '102854.635000', '102855.095000', '102855.555000', '102856.015000', '102856.475000', '102856.935000', '102857.395000', '102857.855000', '102858.315000', '102858.775000', '102859.235000', '102859.695000', '102900.155000', '102900.615000', '102901.075000', '102901.535000', '102901.995000', '102902.455000', '102902.915000', '102903.375000', '102903.835000', '102904.295000', '102904.755000', '102905.215000', '102905.675000', '102906.135000', '102906.595000', '102907.055000', '102907.515000', '102907.975000', '102908.435000', '102908.895000', '102909.355000', '102909.815000', '102910.275000', '102910.735000', '102911.195000', '102911.655000', '102912.115000', '102912.575000', '102913.035000', '102913.495000', '102913.955000', '102914.415000', '102914.875000', '102915.335000', '102915.795000', '102916.255000', '102916.715000', '102917.175000', '102917.635000', '102918.095000', '102918.555000', '102919.015000', '102919.475000', '102919.935000', '102920.395000', '102920.855000', '102921.315000', '102921.775000', '102922.235000', '102922.695000', '102923.155000'], 'ContentTime': ['102253.404000', '102253.408000', '102253.411000', '102253.414000', '102253.417000', '102253.420000', '102253.423000', '102253.438000', '102253.442000', '102253.446000', '102253.449000', '102253.452000', '102253.454000', '102253.470000', '102253.473000', '102253.478000', '102253.481000', '102253.484000', '102253.487000', '102253.490000', '102253.493000', '102253.496000', '102313.367000', '102313.370000', '102313.373000', '102313.376000', '102313.379000', '102313.382000', '102313.457000', '102313.460000', '102313.463000', '102313.466000', '102313.468000', '102313.471000', '102313.474000', '102313.477000', '102313.480000', '102313.483000', '102313.486000', '102313.489000', '102313.492000', '102313.495000', '102313.498000', '102313.501000', '102313.504000', '102313.507000', '102313.510000', '102313.513000', '102313.516000', '102313.519000', '102313.522000', '102313.525000', '102313.528000', '102313.531000', '102313.534000', '102313.537000', '102313.540000', '102313.543000', '102313.546000', '102313.549000', '102313.552000', '102313.556000', '102313.559000', '102313.562000', '102313.565000', '102313.568000', '102333.367000', '102333.370000', '102333.373000', '102333.376000', '102333.379000', '102333.382000', '102333.385000', '102333.388000', '102333.391000', '102333.394000', '102333.397000', '102333.399000', '102333.402000', '102333.405000', '102333.408000', '102333.411000', '102333.414000', '102333.417000', '102333.420000', '102333.423000', '102333.426000', '102333.429000', '102333.432000', '102333.435000', '102333.438000', '102333.441000', '102333.444000', '102333.446000', '102333.449000', '102333.452000', '102333.455000', '102333.458000', '102333.462000', '102333.465000', '102333.468000', '102333.471000', '102333.474000', '102333.477000', '102333.480000', '102333.483000', '102333.486000', '102333.489000', '102333.492000', '102353.367000', '102353.370000', '102353.373000', '102353.376000', '102353.379000', '102353.382000', '102353.385000', '102353.388000', '102353.391000', '102353.394000', '102353.396000', '102353.399000', '102353.403000', '102353.406000', '102353.409000', '102353.411000', '102353.414000', '102353.417000', '102353.420000', '102353.423000', '102353.426000', '102353.429000', '102353.432000', '102353.435000', '102353.438000', '102353.441000', '102353.444000', '102353.446000', '102353.449000', '102353.452000', '102353.455000', '102353.458000', '102353.461000', '102353.464000', '102353.467000', '102353.470000', '102353.473000', '102353.476000', '102353.479000', '102353.482000', '102353.485000', '102353.488000', '102353.491000', '102353.494000', '102413.366000', '102413.369000', '102413.372000', '102413.375000', '102413.378000', '102413.381000', '102413.383000', '102413.386000', '102413.389000', '102413.392000', '102413.395000', '102413.398000', '102413.401000', '102413.404000', '102413.408000', '102413.411000', '102413.414000', '102413.417000', '102413.420000', '102413.423000', '102413.426000', '102413.429000', '102413.432000', '102413.435000', '102413.438000', '102413.441000', '102413.444000', '102413.447000', '102413.449000', '102413.452000', '102413.455000', '102413.458000', '102413.461000', '102413.464000', '102413.467000', '102413.471000', '102413.475000', '102413.479000', '102413.482000', '102413.484000', '102413.487000', '102413.490000', '102413.493000', '102433.366000', '102433.385000', '102433.388000', '102433.391000', '102433.394000', '102433.397000', '102433.400000', '102433.403000', '102433.405000', '102433.408000', '102433.411000', '102433.414000', '102433.417000', '102433.420000', '102433.423000', '102433.426000', '102433.429000', '102433.432000', '102433.434000', '102433.437000', '102433.440000', '102433.443000', '102433.446000', '102433.449000', '102433.452000', '102433.455000', '102433.458000', '102433.461000', '102433.464000', '102433.467000', '102433.469000', '102433.472000', '102433.475000', '102433.478000', '102433.481000', '102433.484000', '102433.487000', '102433.490000', '102433.493000', '102433.496000', '102433.499000', '102433.501000', '102433.504000', '102433.507000', '102453.367000', '102453.370000', '102453.373000', '102453.376000', '102453.379000', '102453.382000', '102453.385000', '102453.388000', '102453.391000', '102453.394000', '102453.397000', '102453.400000', '102453.402000', '102453.405000', '102453.408000', '102453.411000', '102453.414000', '102453.417000', '102453.420000', '102453.423000', '102453.426000', '102453.429000', '102453.431000', '102453.435000', '102453.438000', '102453.440000', '102453.443000', '102453.446000', '102453.449000', '102453.452000', '102453.455000', '102453.458000', '102453.461000', '102453.464000', '102453.467000', '102453.470000', '102453.473000', '102453.476000', '102453.479000', '102453.481000', '102453.484000', '102453.487000', '102453.490000', '102513.367000', '102513.370000', '102513.373000', '102513.376000', '102513.379000', '102513.382000', '102513.385000', '102513.387000', '102513.390000', '102513.393000', '102513.396000', '102513.399000', '102513.402000', '102513.405000', '102513.408000', '102513.411000', '102513.414000', '102513.417000', '102513.420000', '102513.422000', '102513.425000', '102513.428000', '102513.431000', '102513.434000', '102513.437000', '102513.440000', '102513.443000', '102513.446000', '102513.449000', '102513.452000', '102513.455000', '102513.458000', '102513.461000', '102513.464000', '102513.467000', '102513.470000', '102513.473000', '102513.476000', '102513.478000', '102513.481000', '102513.484000', '102513.487000', '102513.490000', '102513.493000', '102533.367000', '102533.370000', '102533.373000', '102533.376000', '102533.379000', '102533.382000', '102533.385000', '102533.388000', '102533.391000', '102533.394000', '102533.397000', '102533.400000', '102533.403000', '102533.406000', '102533.408000', '102533.411000', '102533.414000', '102533.417000', '102533.420000', '102533.423000', '102533.426000', '102533.429000', '102533.432000', '102533.435000', '102533.437000', '102533.440000', '102533.445000', '102533.448000', '102533.451000', '102533.454000', '102533.457000', '102533.460000', '102533.462000', '102533.465000', '102533.468000', '102533.471000', '102533.474000', '102533.477000', '102533.480000', '102533.483000', '102533.486000', '102533.489000', '102533.492000', '102553.367000', '102553.370000', '102553.373000', '102553.376000', '102553.379000', '102553.382000', '102553.385000', '102553.388000', '102553.391000', '102553.394000', '102553.396000', '102553.399000', '102553.402000', '102553.405000', '102553.408000', '102553.412000', '102553.414000', '102553.417000', '102553.420000', '102553.423000', '102553.426000', '102553.429000', '102553.432000', '102553.435000', '102553.438000', '102553.441000', '102553.444000', '102553.447000', '102553.450000', '102553.453000', '102553.456000', '102553.458000', '102553.461000', '102553.464000', '102553.467000', '102553.470000', '102553.473000', '102553.476000', '102553.479000', '102553.482000', '102553.493000', '102553.496000', '102553.499000', '102553.502000', '102613.366000', '102613.369000', '102613.372000', '102613.375000', '102613.378000', '102613.381000', '102613.384000', '102613.386000', '102613.389000', '102613.392000', '102613.395000', '102613.398000', '102613.401000', '102613.404000', '102613.407000', '102613.410000', '102613.413000', '102613.416000', '102613.419000', '102613.422000', '102613.425000', '102613.428000', '102613.431000', '102613.434000', '102613.436000', '102613.439000', '102613.442000', '102613.445000', '102613.448000', '102613.451000', '102613.454000', '102613.457000', '102613.460000', '102613.463000', '102613.466000', '102613.469000', '102613.472000', '102613.475000', '102613.478000', '102613.481000', '102613.484000', '102613.487000', '102613.490000', '102633.366000', '102633.369000', '102633.372000', '102633.375000', '102633.378000', '102633.381000', '102633.384000', '102633.387000', '102633.389000', '102633.392000', '102633.396000', '102633.398000', '102633.401000', '102633.404000', '102633.407000', '102633.410000', '102633.413000', '102633.416000', '102633.419000', '102633.422000', '102633.425000', '102633.428000', '102633.431000', '102633.434000', '102633.437000', '102633.440000', '102633.442000', '102633.445000', '102633.448000', '102633.451000', '102633.454000', '102633.457000', '102633.460000', '102633.463000', '102633.466000', '102633.469000', '102633.472000', '102633.475000', '102633.478000', '102633.481000', '102633.484000', '102633.487000', '102633.489000', '102633.492000', '102653.366000', '102653.369000', '102653.372000', '102653.375000', '102653.378000', '102653.381000', '102653.384000', '102653.386000', '102653.389000', '102653.392000', '102653.395000', '102653.398000', '102653.401000', '102653.404000', '102653.407000', '102653.410000', '102653.413000', '102653.416000', '102653.419000', '102653.422000', '102653.425000', '102653.428000', '102653.431000', '102653.434000', '102653.437000', '102653.440000', '102653.442000', '102653.445000', '102653.448000', '102653.451000', '102653.454000', '102653.457000', '102653.460000', '102653.463000', '102653.466000', '102653.469000', '102653.472000', '102653.475000', '102653.478000', '102653.481000', '102653.485000', '102653.488000', '102653.491000', '102713.367000', '102713.370000', '102713.373000', '102713.376000', '102713.379000', '102713.382000', '102713.385000', '102713.387000', '102713.391000', '102713.393000', '102713.396000', '102713.399000', '102713.402000', '102713.405000', '102713.408000', '102713.411000', '102713.414000', '102713.417000', '102713.420000', '102713.423000', '102713.426000', '102713.429000', '102713.432000', '102713.435000', '102713.444000', '102713.447000', '102713.450000', '102713.453000', '102713.456000', '102713.459000', '102713.462000', '102713.465000', '102713.468000', '102713.471000', '102713.474000', '102713.477000', '102713.480000', '102713.483000', '102713.486000', '102713.489000', '102713.492000', '102713.495000', '102713.498000', '102713.501000', '102733.367000', '102733.370000', '102733.373000', '102733.376000', '102733.379000', '102733.382000', '102733.385000', '102733.404000', '102733.407000', '102733.410000', '102733.413000', '102733.416000', '102733.418000', '102733.421000', '102733.424000', '102733.427000', '102733.430000', '102733.433000', '102733.436000', '102733.439000', '102733.442000', '102733.445000', '102733.448000', '102733.451000', '102733.454000', '102733.457000', '102733.460000', '102733.462000', '102733.465000', '102733.468000', '102733.471000', '102733.474000', '102733.477000', '102733.480000', '102733.483000', '102733.486000', '102733.489000', '102733.492000', '102733.495000', '102733.498000', '102733.501000', '102733.504000', '102733.506000', '102753.367000', '102753.370000', '102753.373000', '102753.376000', '102753.379000', '102753.382000', '102753.385000', '102753.388000', '102753.391000', '102753.394000', '102753.397000', '102753.400000', '102753.403000', '102753.406000', '102753.409000', '102753.412000', '102753.415000', '102753.418000', '102753.421000', '102753.423000', '102753.426000', '102753.429000', '102753.432000', '102753.435000', '102753.438000', '102753.441000', '102753.444000', '102753.447000', '102753.450000', '102753.453000', '102753.456000', '102753.459000', '102753.462000', '102753.465000', '102753.467000', '102753.471000', '102753.473000', '102753.476000', '102753.479000', '102753.482000', '102753.485000', '102753.488000', '102753.491000', '102753.494000', '102813.367000', '102813.370000', '102813.373000', '102813.376000', '102813.379000', '102813.382000', '102813.385000', '102813.388000', '102813.391000', '102813.394000', '102813.397000', '102813.400000', '102813.402000', '102813.405000', '102813.408000', '102813.411000', '102813.414000', '102813.417000', '102813.420000', '102813.423000', '102813.426000', '102813.429000', '102813.432000', '102813.435000', '102813.438000', '102813.441000', '102813.444000', '102813.447000', '102813.449000', '102813.452000', '102813.455000', '102813.458000', '102813.461000', '102813.464000', '102813.473000', '102813.476000', '102813.479000', '102813.483000', '102813.486000', '102813.489000', '102813.492000', '102813.495000', '102813.498000', '102833.366000', '102833.369000', '102833.372000', '102833.375000', '102833.378000', '102833.381000', '102833.384000', '102833.387000', '102833.390000', '102833.393000', '102833.396000', '102833.399000', '102833.402000', '102833.405000', '102833.408000', '102833.411000', '102833.414000', '102833.417000', '102833.420000', '102833.423000', '102833.426000', '102833.429000', '102833.432000', '102833.435000', '102833.438000', '102833.441000', '102833.444000', '102833.447000', '102833.450000', '102833.453000', '102833.456000', '102833.459000', '102833.462000', '102833.465000', '102833.467000', '102833.470000', '102833.473000', '102833.476000', '102833.479000', '102833.482000', '102833.485000', '102833.488000', '102833.491000', '102853.366000', '102853.369000', '102853.372000', '102853.375000', '102853.378000', '102853.381000', '102853.384000', '102853.387000', '102853.390000', '102853.393000', '102853.396000', '102853.399000', '102853.401000', '102853.404000', '102853.407000', '102853.410000', '102853.413000', '102853.420000', '102853.423000', '102853.426000', '102853.429000', '102853.432000', '102853.435000', '102853.439000', '102853.442000', '102853.445000', '102853.448000', '102853.451000', '102853.454000', '102853.457000', '102853.460000', '102853.463000', '102853.466000', '102853.486000', '102853.489000', '102853.492000', '102853.494000', '102853.497000', '102853.500000', '102853.503000', '102853.506000', '102853.509000', '102853.512000', '102853.515000', '102913.366000', '102913.369000', '102913.372000', '102913.375000', '102913.378000', '102913.381000', '102913.386000', '102913.390000', '102913.393000', '102913.396000', '102913.399000', '102913.402000', '102913.405000', '102913.408000', '102913.411000', '102913.414000', '102913.417000', '102913.420000', '102913.422000', '102913.425000', '102913.428000', '102913.431000', '102913.434000', '102913.437000', '102913.440000', '102913.443000', '102913.446000', '102913.449000', '102913.452000', '102913.455000', '102913.458000', '102913.461000', '102913.464000', '102913.467000', '102913.470000', '102913.473000', '102913.476000', '102913.479000', '102913.482000', '102913.485000', '102913.488000', '102913.491000', '102913.494000', '102924.008000', '102924.012000', '102924.015000', '102924.018000', '102924.021000', '102924.024000', '102924.027000', '102924.030000', '102924.033000', '102924.036000', '102924.040000', '102924.043000', '102924.046000', '102924.049000', '102924.053000', '102924.056000', '102924.059000', '102924.062000', '102924.065000', '102924.068000', '102924.071000', '102924.074000', '102924.077000', '102924.080000'], 'InstanceCreationTime': ['102253.404000', '102253.408000', '102253.411000', '102253.414000', '102253.417000', '102253.420000', '102253.423000', '102253.438000', '102253.442000', '102253.446000', '102253.449000', '102253.452000', '102253.454000', '102253.470000', '102253.473000', '102253.478000', '102253.481000', '102253.484000', '102253.487000', '102253.490000', '102253.493000', '102253.496000', '102313.367000', '102313.370000', '102313.373000', '102313.376000', '102313.379000', '102313.382000', '102313.457000', '102313.460000', '102313.463000', '102313.466000', '102313.468000', '102313.471000', '102313.474000', '102313.477000', '102313.480000', '102313.483000', '102313.486000', '102313.489000', '102313.492000', '102313.495000', '102313.498000', '102313.501000', '102313.504000', '102313.507000', '102313.510000', '102313.513000', '102313.516000', '102313.519000', '102313.522000', '102313.525000', '102313.528000', '102313.531000', '102313.534000', '102313.537000', '102313.540000', '102313.543000', '102313.546000', '102313.549000', '102313.552000', '102313.556000', '102313.559000', '102313.562000', '102313.565000', '102313.568000', '102333.367000', '102333.370000', '102333.373000', '102333.376000', '102333.379000', '102333.382000', '102333.385000', '102333.388000', '102333.391000', '102333.394000', '102333.397000', '102333.399000', '102333.402000', '102333.405000', '102333.408000', '102333.411000', '102333.414000', '102333.417000', '102333.420000', '102333.423000', '102333.426000', '102333.429000', '102333.432000', '102333.435000', '102333.438000', '102333.441000', '102333.444000', '102333.446000', '102333.449000', '102333.452000', '102333.455000', '102333.458000', '102333.462000', '102333.465000', '102333.468000', '102333.471000', '102333.474000', '102333.477000', '102333.480000', '102333.483000', '102333.486000', '102333.489000', '102333.492000', '102353.367000', '102353.370000', '102353.373000', '102353.376000', '102353.379000', '102353.382000', '102353.385000', '102353.388000', '102353.391000', '102353.394000', '102353.396000', '102353.399000', '102353.403000', '102353.406000', '102353.409000', '102353.411000', '102353.414000', '102353.417000', '102353.420000', '102353.423000', '102353.426000', '102353.429000', '102353.432000', '102353.435000', '102353.438000', '102353.441000', '102353.444000', '102353.446000', '102353.449000', '102353.452000', '102353.455000', '102353.458000', '102353.461000', '102353.464000', '102353.467000', '102353.470000', '102353.473000', '102353.476000', '102353.479000', '102353.482000', '102353.485000', '102353.488000', '102353.491000', '102353.494000', '102413.366000', '102413.369000', '102413.372000', '102413.375000', '102413.378000', '102413.381000', '102413.383000', '102413.386000', '102413.389000', '102413.392000', '102413.395000', '102413.398000', '102413.401000', '102413.404000', '102413.408000', '102413.411000', '102413.414000', '102413.417000', '102413.420000', '102413.423000', '102413.426000', '102413.429000', '102413.432000', '102413.435000', '102413.438000', '102413.441000', '102413.444000', '102413.447000', '102413.449000', '102413.452000', '102413.455000', '102413.458000', '102413.461000', '102413.464000', '102413.467000', '102413.471000', '102413.475000', '102413.479000', '102413.482000', '102413.484000', '102413.487000', '102413.490000', '102413.493000', '102433.366000', '102433.385000', '102433.388000', '102433.391000', '102433.394000', '102433.397000', '102433.400000', '102433.403000', '102433.405000', '102433.408000', '102433.411000', '102433.414000', '102433.417000', '102433.420000', '102433.423000', '102433.426000', '102433.429000', '102433.432000', '102433.434000', '102433.437000', '102433.440000', '102433.443000', '102433.446000', '102433.449000', '102433.452000', '102433.455000', '102433.458000', '102433.461000', '102433.464000', '102433.467000', '102433.469000', '102433.472000', '102433.475000', '102433.478000', '102433.481000', '102433.484000', '102433.487000', '102433.490000', '102433.493000', '102433.496000', '102433.499000', '102433.501000', '102433.504000', '102433.507000', '102453.367000', '102453.370000', '102453.373000', '102453.376000', '102453.379000', '102453.382000', '102453.385000', '102453.388000', '102453.391000', '102453.394000', '102453.397000', '102453.400000', '102453.402000', '102453.405000', '102453.408000', '102453.411000', '102453.414000', '102453.417000', '102453.420000', '102453.423000', '102453.426000', '102453.429000', '102453.431000', '102453.435000', '102453.438000', '102453.440000', '102453.443000', '102453.446000', '102453.449000', '102453.452000', '102453.455000', '102453.458000', '102453.461000', '102453.464000', '102453.467000', '102453.470000', '102453.473000', '102453.476000', '102453.479000', '102453.481000', '102453.484000', '102453.487000', '102453.490000', '102513.367000', '102513.370000', '102513.373000', '102513.376000', '102513.379000', '102513.382000', '102513.385000', '102513.387000', '102513.390000', '102513.393000', '102513.396000', '102513.399000', '102513.402000', '102513.405000', '102513.408000', '102513.411000', '102513.414000', '102513.417000', '102513.420000', '102513.422000', '102513.425000', '102513.428000', '102513.431000', '102513.434000', '102513.437000', '102513.440000', '102513.443000', '102513.446000', '102513.449000', '102513.452000', '102513.455000', '102513.458000', '102513.461000', '102513.464000', '102513.467000', '102513.470000', '102513.473000', '102513.476000', '102513.478000', '102513.481000', '102513.484000', '102513.487000', '102513.490000', '102513.493000', '102533.367000', '102533.370000', '102533.373000', '102533.376000', '102533.379000', '102533.382000', '102533.385000', '102533.388000', '102533.391000', '102533.394000', '102533.397000', '102533.400000', '102533.403000', '102533.406000', '102533.408000', '102533.411000', '102533.414000', '102533.417000', '102533.420000', '102533.423000', '102533.426000', '102533.429000', '102533.432000', '102533.435000', '102533.437000', '102533.440000', '102533.445000', '102533.448000', '102533.451000', '102533.454000', '102533.457000', '102533.460000', '102533.462000', '102533.465000', '102533.468000', '102533.471000', '102533.474000', '102533.477000', '102533.480000', '102533.483000', '102533.486000', '102533.489000', '102533.492000', '102553.367000', '102553.370000', '102553.373000', '102553.376000', '102553.379000', '102553.382000', '102553.385000', '102553.388000', '102553.391000', '102553.394000', '102553.396000', '102553.399000', '102553.402000', '102553.405000', '102553.408000', '102553.412000', '102553.414000', '102553.417000', '102553.420000', '102553.423000', '102553.426000', '102553.429000', '102553.432000', '102553.435000', '102553.438000', '102553.441000', '102553.444000', '102553.447000', '102553.450000', '102553.453000', '102553.456000', '102553.458000', '102553.461000', '102553.464000', '102553.467000', '102553.470000', '102553.473000', '102553.476000', '102553.479000', '102553.482000', '102553.493000', '102553.496000', '102553.499000', '102553.502000', '102613.366000', '102613.369000', '102613.372000', '102613.375000', '102613.378000', '102613.381000', '102613.384000', '102613.386000', '102613.389000', '102613.392000', '102613.395000', '102613.398000', '102613.401000', '102613.404000', '102613.407000', '102613.410000', '102613.413000', '102613.416000', '102613.419000', '102613.422000', '102613.425000', '102613.428000', '102613.431000', '102613.434000', '102613.436000', '102613.439000', '102613.442000', '102613.445000', '102613.448000', '102613.451000', '102613.454000', '102613.457000', '102613.460000', '102613.463000', '102613.466000', '102613.469000', '102613.472000', '102613.475000', '102613.478000', '102613.481000', '102613.484000', '102613.487000', '102613.490000', '102633.366000', '102633.369000', '102633.372000', '102633.375000', '102633.378000', '102633.381000', '102633.384000', '102633.387000', '102633.389000', '102633.392000', '102633.396000', '102633.398000', '102633.401000', '102633.404000', '102633.407000', '102633.410000', '102633.413000', '102633.416000', '102633.419000', '102633.422000', '102633.425000', '102633.428000', '102633.431000', '102633.434000', '102633.437000', '102633.440000', '102633.442000', '102633.445000', '102633.448000', '102633.451000', '102633.454000', '102633.457000', '102633.460000', '102633.463000', '102633.466000', '102633.469000', '102633.472000', '102633.475000', '102633.478000', '102633.481000', '102633.484000', '102633.487000', '102633.489000', '102633.492000', '102653.366000', '102653.369000', '102653.372000', '102653.375000', '102653.378000', '102653.381000', '102653.384000', '102653.386000', '102653.389000', '102653.392000', '102653.395000', '102653.398000', '102653.401000', '102653.404000', '102653.407000', '102653.410000', '102653.413000', '102653.416000', '102653.419000', '102653.422000', '102653.425000', '102653.428000', '102653.431000', '102653.434000', '102653.437000', '102653.440000', '102653.442000', '102653.445000', '102653.448000', '102653.451000', '102653.454000', '102653.457000', '102653.460000', '102653.463000', '102653.466000', '102653.469000', '102653.472000', '102653.475000', '102653.478000', '102653.481000', '102653.485000', '102653.488000', '102653.491000', '102713.367000', '102713.370000', '102713.373000', '102713.376000', '102713.379000', '102713.382000', '102713.385000', '102713.387000', '102713.391000', '102713.393000', '102713.396000', '102713.399000', '102713.402000', '102713.405000', '102713.408000', '102713.411000', '102713.414000', '102713.417000', '102713.420000', '102713.423000', '102713.426000', '102713.429000', '102713.432000', '102713.435000', '102713.444000', '102713.447000', '102713.450000', '102713.453000', '102713.456000', '102713.459000', '102713.462000', '102713.465000', '102713.468000', '102713.471000', '102713.474000', '102713.477000', '102713.480000', '102713.483000', '102713.486000', '102713.489000', '102713.492000', '102713.495000', '102713.498000', '102713.501000', '102733.367000', '102733.370000', '102733.373000', '102733.376000', '102733.379000', '102733.382000', '102733.385000', '102733.404000', '102733.407000', '102733.410000', '102733.413000', '102733.416000', '102733.418000', '102733.421000', '102733.424000', '102733.427000', '102733.430000', '102733.433000', '102733.436000', '102733.439000', '102733.442000', '102733.445000', '102733.448000', '102733.451000', '102733.454000', '102733.457000', '102733.460000', '102733.462000', '102733.465000', '102733.468000', '102733.471000', '102733.474000', '102733.477000', '102733.480000', '102733.483000', '102733.486000', '102733.489000', '102733.492000', '102733.495000', '102733.498000', '102733.501000', '102733.504000', '102733.506000', '102753.367000', '102753.370000', '102753.373000', '102753.376000', '102753.379000', '102753.382000', '102753.385000', '102753.388000', '102753.391000', '102753.394000', '102753.397000', '102753.400000', '102753.403000', '102753.406000', '102753.409000', '102753.412000', '102753.415000', '102753.418000', '102753.421000', '102753.423000', '102753.426000', '102753.429000', '102753.432000', '102753.435000', '102753.438000', '102753.441000', '102753.444000', '102753.447000', '102753.450000', '102753.453000', '102753.456000', '102753.459000', '102753.462000', '102753.465000', '102753.467000', '102753.471000', '102753.473000', '102753.476000', '102753.479000', '102753.482000', '102753.485000', '102753.488000', '102753.491000', '102753.494000', '102813.367000', '102813.370000', '102813.373000', '102813.376000', '102813.379000', '102813.382000', '102813.385000', '102813.388000', '102813.391000', '102813.394000', '102813.397000', '102813.400000', '102813.402000', '102813.405000', '102813.408000', '102813.411000', '102813.414000', '102813.417000', '102813.420000', '102813.423000', '102813.426000', '102813.429000', '102813.432000', '102813.435000', '102813.438000', '102813.441000', '102813.444000', '102813.447000', '102813.449000', '102813.452000', '102813.455000', '102813.458000', '102813.461000', '102813.464000', '102813.473000', '102813.476000', '102813.479000', '102813.483000', '102813.486000', '102813.489000', '102813.492000', '102813.495000', '102813.498000', '102833.366000', '102833.369000', '102833.372000', '102833.375000', '102833.378000', '102833.381000', '102833.384000', '102833.387000', '102833.390000', '102833.393000', '102833.396000', '102833.399000', '102833.402000', '102833.405000', '102833.408000', '102833.411000', '102833.414000', '102833.417000', '102833.420000', '102833.423000', '102833.426000', '102833.429000', '102833.432000', '102833.435000', '102833.438000', '102833.441000', '102833.444000', '102833.447000', '102833.450000', '102833.453000', '102833.456000', '102833.459000', '102833.462000', '102833.465000', '102833.467000', '102833.470000', '102833.473000', '102833.476000', '102833.479000', '102833.482000', '102833.485000', '102833.488000', '102833.491000', '102853.366000', '102853.369000', '102853.372000', '102853.375000', '102853.378000', '102853.381000', '102853.384000', '102853.387000', '102853.390000', '102853.393000', '102853.396000', '102853.399000', '102853.401000', '102853.404000', '102853.407000', '102853.410000', '102853.413000', '102853.420000', '102853.423000', '102853.426000', '102853.429000', '102853.432000', '102853.435000', '102853.439000', '102853.442000', '102853.445000', '102853.448000', '102853.451000', '102853.454000', '102853.457000', '102853.460000', '102853.463000', '102853.466000', '102853.486000', '102853.489000', '102853.492000', '102853.494000', '102853.497000', '102853.500000', '102853.503000', '102853.506000', '102853.509000', '102853.512000', '102853.515000', '102913.366000', '102913.369000', '102913.372000', '102913.375000', '102913.378000', '102913.381000', '102913.386000', '102913.390000', '102913.393000', '102913.396000', '102913.399000', '102913.402000', '102913.405000', '102913.408000', '102913.411000', '102913.414000', '102913.417000', '102913.420000', '102913.422000', '102913.425000', '102913.428000', '102913.431000', '102913.434000', '102913.437000', '102913.440000', '102913.443000', '102913.446000', '102913.449000', '102913.452000', '102913.455000', '102913.458000', '102913.461000', '102913.464000', '102913.467000', '102913.470000', '102913.473000', '102913.476000', '102913.479000', '102913.482000', '102913.485000', '102913.488000', '102913.491000', '102913.494000', '102924.008000', '102924.012000', '102924.015000', '102924.018000', '102924.021000', '102924.024000', '102924.027000', '102924.030000', '102924.033000', '102924.036000', '102924.040000', '102924.043000', '102924.046000', '102924.049000', '102924.053000', '102924.056000', '102924.059000', '102924.062000', '102924.065000', '102924.068000', '102924.071000', '102924.074000', '102924.077000', '102924.080000'], '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': [7923, 8357, 8099, 12518, 8877, 7186, 10611, 7896, 7613, 8562, 7398, 8967, 8639, 7404, 7662, 7142, 7111, 7921, 8296, 7538, 8385, 8502, 7224, 6651, 8787, 7539, 11315, 8443, 11456, 11736, 12703, 11253, 13140, 9995, 12490, 10942, 9407, 12252, 10560, 12913, 10770, 7259, 8703, 7328, 7278, 7278, 7159, 6790, 7448, 6955, 7365, 8185, 9761, 9842, 10877, 11921, 13180, 12026, 14720, 11720, 13703, 11123, 12662, 10411, 13176, 11447, 12866, 10454, 10643, 7215, 8479, 7181, 7264, 7078, 6954, 7040, 7209, 7694, 7067, 8109, 7169, 7255, 6791, 7397, 7335, 7476, 7353, 7679, 6797, 7245, 7301, 6508, 7491, 9708, 8089, 8232, 9952, 8437, 11608, 8603, 11267, 9737, 10146, 10616, 9084, 11502, 9345, 12102, 10844, 11477, 12595, 8906, 12267, 11566, 11116, 8092, 7928, 7070, 7790, 7190, 7787, 7382, 7935, 7302, 7295, 6988, 6818, 7229, 6877, 7209, 6862, 7702, 7224, 7894, 6796, 8076, 6914, 7826, 7333, 7110, 6921, 6747, 7461, 6871, 6708, 7160, 6910, 7777, 7398, 6832, 9727, 7188, 6851, 10312, 8109, 11218, 9632, 11510, 9000, 9804, 11806, 9233, 11917, 10071, 12311, 9056, 10593, 8833, 8356, 11754, 10438, 13128, 10285, 6716, 9969, 6662, 6692, 6811, 6864, 6919, 8401, 7479, 6886, 10542, 7666, 11434, 8636, 13013, 11617, 15600, 11469, 13571, 10860, 12845, 10783, 12674, 11853, 9070, 13079, 11359, 10371, 8429, 8375, 7023, 7412, 7098, 7367, 7099, 7094, 6755, 7064, 6800, 7287, 7130, 7590, 6600, 6578, 8007, 7291, 8996, 7269, 8678, 7517, 9614, 8532, 9817, 11936, 8789, 10995, 7274, 8973, 7214, 8443, 7260, 6799, 8050, 7339, 7122, 6528, 6439, 7677, 7202, 6742, 7709, 6821, 9644, 7346, 9595, 7810, 10121, 7440, 9257, 7489, 11010, 8618, 11297, 7175, 6818, 7615, 7006, 9529, 7514, 8857, 7362, 7932, 7721, 6925, 8324, 7394, 8679, 7629, 8784, 7514, 9134, 7425, 9703, 7211, 8563, 7057, 8227, 7027, 8020, 7176, 9360, 7527, 7163, 6810, 6400, 8444, 7251, 8359, 7473, 6798, 6886, 7123, 7260, 7376, 7129, 8806, 9365, 8783, 13124, 9542, 8462, 11060, 9616, 7313, 6801, 6709, 7379, 8309, 6722, 6765, 12727, 9775, 9213, 13757, 10455, 11168, 13296, 11768, 13344, 12806, 12637, 14240, 10919, 10688, 13079, 10256, 12057, 8163, 6510, 7746, 6642, 6881, 7000, 6813, 7386, 6423, 7681, 6652, 7008, 6806, 6811, 6706, 6876, 6652, 7039, 6842, 6738, 7075, 6762, 6753, 7038, 8269, 6949, 8228, 8226, 7880, 12146, 9781, 10622, 12229, 8736, 11686, 8270, 8015, 8966, 7045, 7011, 7305, 7063, 7409, 7343, 6818, 7385, 8050, 7177, 9465, 7380, 8162, 7325, 8126, 7157, 7934, 6687, 7135, 6714, 7351, 8579, 7400, 8719, 7516, 8513, 7488, 7233, 7428, 6757, 7051, 6958, 8465, 7283, 9657, 7727, 7824, 7307, 7057, 9880, 7566, 9024, 9022, 9221, 11120, 9448, 12456, 9623, 11933, 9740, 11123, 10692, 10625, 9999, 8202, 11801, 9677, 12990, 10365, 7286, 10397, 6696, 7095, 7187, 6392, 7118, 11003, 7569, 9309, 10011, 10584, 12328, 10630, 12469, 10785, 13375, 11493, 13316, 10472, 13715, 10901, 12992, 10688, 9210, 9356, 7253, 7341, 7196, 7728, 7324, 7516, 7249, 7786, 7241, 8311, 7295, 8698, 7046, 8079, 6931, 7138, 7266, 7070, 7017, 7164, 7430, 7205, 7313, 7152, 7303, 8449, 7345, 8841, 7499, 9489, 7597, 9713, 7777, 9757, 7958, 7244, 8345, 7051, 8887, 7377, 7166, 8021, 6735, 8481, 7329, 6915, 8134, 7317, 7485, 7903, 7346, 7337, 8251, 7292, 8304, 8908, 7314, 10129, 9413, 7334, 12190, 10193, 10292, 13116, 11537, 14758, 10468, 14515, 11001, 12996, 10676, 12222, 9475, 11983, 7748, 7816, 7234, 7455, 7283, 7778, 7238, 6915, 6945, 7192, 7132, 7030, 7050, 8644, 7254, 7798, 7548, 7404, 8420, 9316, 8724, 11255, 8204, 12895, 9417, 10861, 9011, 9377, 7236, 7662, 7214, 8176, 7128, 7679, 6716, 7524, 6920, 7619, 6987, 7874, 6867, 8170, 7299, 8356, 7373, 8552, 7668, 9088, 7682, 8205, 6919, 7661, 7213, 8004, 6683, 8206, 6948, 8103, 7364, 8136, 7824, 8910, 7926, 8934, 7720, 9875, 8186, 10157, 8877, 10329, 10109, 10898, 8531, 11042, 7684, 10675, 8290, 10851, 8399, 10605, 8378, 11749, 8778, 7720, 7494, 6726, 8684, 7217, 10304, 7935, 11482, 9752, 9489, 8245, 8987, 7106, 9228, 7454, 8718, 7561, 6990, 9254, 7371, 6842, 7035, 7226, 9212, 7308, 7655, 9017, 8908, 11605, 8424, 7148, 11327, 12116, 11956, 11965, 10960, 13035, 11365, 12643, 10971, 11676, 9987, 12710, 9148, 12513, 8886, 11519, 8385, 11036, 7905, 9669, 7390, 8231, 7278, 7754, 6969, 7207, 7447, 6789, 7409, 7042, 7099, 7281, 7059, 6694, 7249, 7320, 8211, 7641, 8613, 7810, 9240, 8088, 9145, 8065, 9783, 8206, 9873, 8233, 7159, 9797, 7864, 8386, 8176, 7749, 11294, 9022, 11622, 8988, 11833, 8455, 11563, 7937, 9570, 7808, 11614, 8168, 10677, 7219, 7018, 6979, 7486, 7547, 7207, 7303, 8549, 7542, 7379, 10088, 7938, 10760, 8992, 11183, 9540, 11587, 10122, 11275, 11456, 9376, 11738, 8058, 10794, 7357, 12456, 7487, 10608, 7824, 8828, 7661, 8625, 7651, 8447, 7472, 7837, 7164, 6981, 7210, 6910, 6878, 7199, 7293, 7386, 8181, 7702, 8042, 7181, 7582, 7279, 6929, 8227, 7024, 8297, 7339, 9479, 7904, 10000, 7665, 7044, 9547, 8068, 8745, 8498, 7902, 11653, 8740, 12403, 10604, 12537, 10147, 13240, 10289, 14593, 10715, 13770, 9939, 12148, 8777, 11438, 7573, 8180, 6947, 7299, 7023, 7965, 7427, 7933, 7484, 6904, 7010, 7071, 8004, 7379, 6964, 9237, 7459, 8837, 7536, 7668, 7860, 8685, 10237, 10882, 10631, 12427, 9952, 14326, 10859, 11870, 8610, 11505, 9824, 7269, 8236, 7012, 6901, 7334, 6444, 7173, 6653, 7560, 7147, 6932, 8328, 7304, 9404, 7909, 8389, 7362, 8084, 6950, 7962, 7175, 7819, 7197, 7917, 7535, 8730, 7864, 8016, 7165, 6819, 7922, 7074, 8849, 7412, 8648, 8828, 10047, 10168, 11427, 8609, 10908, 8576, 10846, 8452, 10927, 9020, 12057, 9076, 11329, 8168, 7115], 'WindowCenter': [4012.0, 4009.0, 3993.0, 4022.0, 4004.0, 3971.0, 4012.0, 3981.0, 3981.0, 4001.0, 3979.0, 4002.0, 4002.0, 3979.0, 3976.0, 3968.0, 3967.0, 3976.0, 3989.0, 3979.0, 3988.0, 3989.0, 3980.0, 3982.0, 4003.0, 3991.0, 4010.0, 3992.0, 4012.0, 4012.0, 4010.0, 4000.0, 4008.0, 3987.0, 4008.0, 3997.0, 3974.0, 3994.0, 3983.0, 3992.0, 3994.0, 3952.0, 3974.0, 3964.0, 3953.0, 3951.0, 3940.0, 3938.0, 3947.0, 3949.0, 3950.0, 3948.0, 3958.0, 3973.0, 3983.0, 3995.0, 3994.0, 3983.0, 3992.0, 3972.0, 3967.0, 3946.0, 3954.0, 3930.0, 3951.0, 3939.0, 3936.0, 3915.0, 3915.0, 3884.0, 3894.0, 3885.0, 3895.0, 3897.0, 3896.0, 3897.0, 3909.0, 3910.0, 3910.0, 3921.0, 3914.0, 3925.0, 3929.0, 3940.0, 3951.0, 3968.0, 3969.0, 3980.0, 3968.0, 3968.0, 3952.0, 3956.0, 3968.0, 3987.0, 3979.0, 3976.0, 3989.0, 3978.0, 4009.0, 3978.0, 3998.0, 3986.0, 3985.0, 3986.0, 3964.0, 3985.0, 3962.0, 3994.0, 3971.0, 3971.0, 3980.0, 3947.0, 3966.0, 3956.0, 3956.0, 3923.0, 3922.0, 3913.0, 3922.0, 3914.0, 3922.0, 3925.0, 3934.0, 3927.0, 3937.0, 3938.0, 3928.0, 3952.0, 3941.0, 3952.0, 3942.0, 3952.0, 3952.0, 3964.0, 3944.0, 3964.0, 3953.0, 3967.0, 3981.0, 3967.0, 3964.0, 3955.0, 3964.0, 3966.0, 3970.0, 3978.0, 3982.0, 3990.0, 3991.0, 3982.0, 4012.0, 3981.0, 3972.0, 4026.0, 3992.0, 4010.0, 4002.0, 4010.0, 3987.0, 3986.0, 4007.0, 3988.0, 4007.0, 3988.0, 4005.0, 3976.0, 3985.0, 3974.0, 3966.0, 3997.0, 3988.0, 4006.0, 3986.0, 3941.0, 3970.0, 3942.0, 3940.0, 3927.0, 3943.0, 3956.0, 3978.0, 3967.0, 3955.0, 3995.0, 3966.0, 3996.0, 3964.0, 3995.0, 3983.0, 3992.0, 3968.0, 3968.0, 3944.0, 3955.0, 3944.0, 3953.0, 3940.0, 3919.0, 3938.0, 3928.0, 3916.0, 3904.0, 3904.0, 3884.0, 3894.0, 3896.0, 3910.0, 3927.0, 3926.0, 3924.0, 3925.0, 3925.0, 3949.0, 3941.0, 3953.0, 3956.0, 3955.0, 3979.0, 3968.0, 3978.0, 3965.0, 3978.0, 3956.0, 3977.0, 3977.0, 3987.0, 3985.0, 3964.0, 3972.0, 3940.0, 3962.0, 3942.0, 3951.0, 3954.0, 3969.0, 3979.0, 3954.0, 3955.0, 3944.0, 3943.0, 3953.0, 3965.0, 3954.0, 3965.0, 3957.0, 3988.0, 3955.0, 3988.0, 3970.0, 3986.0, 3955.0, 3976.0, 3953.0, 3983.0, 3964.0, 3982.0, 3942.0, 3931.0, 3952.0, 3942.0, 3972.0, 3953.0, 3975.0, 3955.0, 3964.0, 3953.0, 3943.0, 3964.0, 3956.0, 3976.0, 3954.0, 3965.0, 3954.0, 3962.0, 3941.0, 3962.0, 3941.0, 3962.0, 3942.0, 3952.0, 3941.0, 3952.0, 3943.0, 3975.0, 3968.0, 3952.0, 3944.0, 3945.0, 3963.0, 3968.0, 3978.0, 3995.0, 3973.0, 3981.0, 3969.0, 3980.0, 3980.0, 3982.0, 4001.0, 4002.0, 3990.0, 4033.0, 4003.0, 3993.0, 4011.0, 4015.0, 3982.0, 3968.0, 3951.0, 3946.0, 3956.0, 3938.0, 3940.0, 3991.0, 3970.0, 3971.0, 4004.0, 3982.0, 3982.0, 3990.0, 3967.0, 3977.0, 3976.0, 3977.0, 3975.0, 3953.0, 3941.0, 3950.0, 3930.0, 3939.0, 3904.0, 3884.0, 3906.0, 3900.0, 3896.0, 3896.0, 3896.0, 3907.0, 3899.0, 3907.0, 3899.0, 3909.0, 3900.0, 3913.0, 3912.0, 3912.0, 3913.0, 3926.0, 3925.0, 3928.0, 3939.0, 3942.0, 3942.0, 3954.0, 3965.0, 3954.0, 3965.0, 3964.0, 3965.0, 3994.0, 3973.0, 3972.0, 3981.0, 3949.0, 3968.0, 3938.0, 3939.0, 3947.0, 3925.0, 3925.0, 3926.0, 3926.0, 3937.0, 3939.0, 3940.0, 3951.0, 3962.0, 3951.0, 3973.0, 3952.0, 3962.0, 3951.0, 3962.0, 3954.0, 3961.0, 3941.0, 3942.0, 3940.0, 3952.0, 3964.0, 3954.0, 3963.0, 3953.0, 3961.0, 3952.0, 3951.0, 3954.0, 3944.0, 3955.0, 3955.0, 3976.0, 3966.0, 3987.0, 3979.0, 3981.0, 3992.0, 3968.0, 4001.0, 3978.0, 3988.0, 3989.0, 3990.0, 4013.0, 4001.0, 4021.0, 4001.0, 4009.0, 3988.0, 3997.0, 3998.0, 3999.0, 3999.0, 3978.0, 4009.0, 4000.0, 4020.0, 3999.0, 3955.0, 3971.0, 3943.0, 3953.0, 3952.0, 3943.0, 3967.0, 4008.0, 3967.0, 3976.0, 3988.0, 3987.0, 4009.0, 3986.0, 3981.0, 3972.0, 3991.0, 3970.0, 3978.0, 3957.0, 3964.0, 3941.0, 3963.0, 3941.0, 3917.0, 3919.0, 3908.0, 3909.0, 3908.0, 3908.0, 3919.0, 3911.0, 3923.0, 3924.0, 3924.0, 3933.0, 3924.0, 3934.0, 3925.0, 3934.0, 3924.0, 3924.0, 3925.0, 3925.0, 3927.0, 3939.0, 3939.0, 3951.0, 3952.0, 3953.0, 3954.0, 3963.0, 3954.0, 3974.0, 3967.0, 3985.0, 3965.0, 3976.0, 3966.0, 3988.0, 3967.0, 3954.0, 3962.0, 3941.0, 3962.0, 3954.0, 3955.0, 3967.0, 3955.0, 3977.0, 3966.0, 3967.0, 3980.0, 3968.0, 3967.0, 3979.0, 3969.0, 3968.0, 3979.0, 3956.0, 3967.0, 3987.0, 3969.0, 4010.0, 3988.0, 3968.0, 4020.0, 4000.0, 3986.0, 4007.0, 3986.0, 4004.0, 3972.0, 3991.0, 3970.0, 3980.0, 3959.0, 3955.0, 3932.0, 3953.0, 3911.0, 3911.0, 3911.0, 3899.0, 3897.0, 3908.0, 3910.0, 3911.0, 3913.0, 3926.0, 3927.0, 3939.0, 3942.0, 3964.0, 3956.0, 3966.0, 3967.0, 3957.0, 3969.0, 3976.0, 3964.0, 3985.0, 3966.0, 3996.0, 3963.0, 3974.0, 3951.0, 3962.0, 3940.0, 3940.0, 3940.0, 3951.0, 3928.0, 3938.0, 3929.0, 3940.0, 3941.0, 3952.0, 3942.0, 3952.0, 3942.0, 3963.0, 3954.0, 3964.0, 3955.0, 3976.0, 3967.0, 3979.0, 3967.0, 3965.0, 3956.0, 3966.0, 3955.0, 3963.0, 3942.0, 3965.0, 3955.0, 3963.0, 3967.0, 3977.0, 3980.0, 3989.0, 3981.0, 3989.0, 3980.0, 3999.0, 3980.0, 3999.0, 3978.0, 3989.0, 3987.0, 3988.0, 3965.0, 3997.0, 3966.0, 3985.0, 3978.0, 3998.0, 3966.0, 3987.0, 3978.0, 3996.0, 3966.0, 3965.0, 3956.0, 3955.0, 3977.0, 3957.0, 4003.0, 3981.0, 4010.0, 3977.0, 3987.0, 3966.0, 3975.0, 3944.0, 3976.0, 3957.0, 3977.0, 3966.0, 3957.0, 3990.0, 3984.0, 3984.0, 3984.0, 3983.0, 4003.0, 3981.0, 3993.0, 4001.0, 3990.0, 4010.0, 3978.0, 3966.0, 3999.0, 4009.0, 3998.0, 3996.0, 3985.0, 3996.0, 3982.0, 3996.0, 3959.0, 3968.0, 3945.0, 3967.0, 3932.0, 3953.0, 3921.0, 3939.0, 3908.0, 3940.0, 3909.0, 3918.0, 3898.0, 3908.0, 3898.0, 3909.0, 3898.0, 3908.0, 3910.0, 3900.0, 3911.0, 3913.0, 3926.0, 3937.0, 3939.0, 3930.0, 3950.0, 3954.0, 3965.0, 3967.0, 3976.0, 3968.0, 3976.0, 3967.0, 3978.0, 3979.0, 4000.0, 3979.0, 3987.0, 3976.0, 3957.0, 3986.0, 3966.0, 3965.0, 3967.0, 3955.0, 3998.0, 3966.0, 3986.0, 3963.0, 3984.0, 3952.0, 3983.0, 3940.0, 3962.0, 3942.0, 3970.0, 3939.0, 3970.0, 3939.0, 3955.0, 3943.0, 3954.0, 3953.0, 3953.0, 3956.0, 3991.0, 3968.0, 3955.0, 3986.0, 3966.0, 3988.0, 3977.0, 3986.0, 3975.0, 3985.0, 3962.0, 3971.0, 3969.0, 3949.0, 3970.0, 3937.0, 3959.0, 3928.0, 3968.0, 3926.0, 3946.0, 3926.0, 3935.0, 3924.0, 3935.0, 3926.0, 3934.0, 3927.0, 3927.0, 3928.0, 3929.0, 3941.0, 3941.0, 3944.0, 3955.0, 3957.0, 3969.0, 3967.0, 3968.0, 3968.0, 3959.0, 3969.0, 3969.0, 3958.0, 3980.0, 3971.0, 3980.0, 3971.0, 3990.0, 3984.0, 4004.0, 3982.0, 3970.0, 4002.0, 3981.0, 3993.0, 3991.0, 3981.0, 4010.0, 3992.0, 4011.0, 4001.0, 4009.0, 3988.0, 4009.0, 3987.0, 4006.0, 3977.0, 3995.0, 3963.0, 3982.0, 3950.0, 3971.0, 3928.0, 3939.0, 3929.0, 3939.0, 3929.0, 3939.0, 3941.0, 3953.0, 3969.0, 3958.0, 3955.0, 3956.0, 3967.0, 3971.0, 3971.0, 3991.0, 3971.0, 3991.0, 3982.0, 3982.0, 3982.0, 3991.0, 4002.0, 4002.0, 4002.0, 4011.0, 3988.0, 4009.0, 3986.0, 3986.0, 3964.0, 3998.0, 3962.0, 3941.0, 3940.0, 3942.0, 3941.0, 3940.0, 3930.0, 3941.0, 3931.0, 3966.0, 3944.0, 3957.0, 3966.0, 3956.0, 3977.0, 3966.0, 3965.0, 3956.0, 3978.0, 3955.0, 3955.0, 3944.0, 3955.0, 3955.0, 3965.0, 3969.0, 3977.0, 3979.0, 3979.0, 3969.0, 3970.0, 3980.0, 3972.0, 3992.0, 3971.0, 3993.0, 3992.0, 4002.0, 4001.0, 3999.0, 3978.0, 4000.0, 3977.0, 3986.0, 3967.0, 3998.0, 3979.0, 4010.0, 3979.0, 3996.0, 3965.0, 3944.0], 'WindowWidth': [8971.0, 8959.0, 8928.0, 8961.0, 8940.0, 8892.0, 8945.0, 8904.0, 8903.0, 8933.0, 8903.0, 8934.0, 8935.0, 8899.0, 8891.0, 8881.0, 8880.0, 8892.0, 8910.0, 8897.0, 8910.0, 8912.0, 8903.0, 8910.0, 8939.0, 8921.0, 8945.0, 8920.0, 8948.0, 8945.0, 8941.0, 8926.0, 8937.0, 8904.0, 8936.0, 8918.0, 8880.0, 8906.0, 8890.0, 8902.0, 8908.0, 8851.0, 8885.0, 8873.0, 8853.0, 8849.0, 8828.0, 8825.0, 8837.0, 8843.0, 8844.0, 8838.0, 8849.0, 8877.0, 8890.0, 8908.0, 8910.0, 8890.0, 8904.0, 8870.0, 8860.0, 8822.0, 8832.0, 8794.0, 8819.0, 8799.0, 8794.0, 8763.0, 8760.0, 8720.0, 8733.0, 8723.0, 8737.0, 8742.0, 8740.0, 8745.0, 8763.0, 8765.0, 8769.0, 8786.0, 8780.0, 8797.0, 8808.0, 8826.0, 8843.0, 8879.0, 8884.0, 8901.0, 8881.0, 8878.0, 8849.0, 8860.0, 8880.0, 8903.0, 8896.0, 8888.0, 8908.0, 8895.0, 8935.0, 8890.0, 8919.0, 8899.0, 8895.0, 8897.0, 8864.0, 8895.0, 8858.0, 8906.0, 8869.0, 8870.0, 8878.0, 8829.0, 8856.0, 8837.0, 8836.0, 8788.0, 8786.0, 8777.0, 8788.0, 8779.0, 8788.0, 8797.0, 8809.0, 8804.0, 8818.0, 8821.0, 8809.0, 8846.0, 8831.0, 8847.0, 8833.0, 8850.0, 8850.0, 8866.0, 8839.0, 8866.0, 8854.0, 8876.0, 8904.0, 8883.0, 8871.0, 8861.0, 8871.0, 8877.0, 8890.0, 8900.0, 8911.0, 8917.0, 8922.0, 8911.0, 8950.0, 8905.0, 8894.0, 8973.0, 8920.0, 8942.0, 8935.0, 8941.0, 8905.0, 8902.0, 8934.0, 8906.0, 8931.0, 8905.0, 8924.0, 8885.0, 8896.0, 8881.0, 8872.0, 8916.0, 8903.0, 8929.0, 8899.0, 8831.0, 8866.0, 8834.0, 8829.0, 8807.0, 8838.0, 8860.0, 8893.0, 8878.0, 8859.0, 8912.0, 8873.0, 8914.0, 8868.0, 8909.0, 8889.0, 8902.0, 8860.0, 8862.0, 8822.0, 8838.0, 8815.0, 8827.0, 8804.0, 8775.0, 8801.0, 8784.0, 8766.0, 8748.0, 8748.0, 8722.0, 8736.0, 8743.0, 8767.0, 8807.0, 8801.0, 8795.0, 8801.0, 8798.0, 8839.0, 8830.0, 8851.0, 8862.0, 8858.0, 8892.0, 8877.0, 8890.0, 8872.0, 8891.0, 8859.0, 8888.0, 8888.0, 8901.0, 8895.0, 8863.0, 8872.0, 8827.0, 8856.0, 8831.0, 8843.0, 8852.0, 8883.0, 8894.0, 8855.0, 8859.0, 8840.0, 8839.0, 8850.0, 8872.0, 8857.0, 8873.0, 8863.0, 8905.0, 8858.0, 8907.0, 8884.0, 8902.0, 8858.0, 8885.0, 8849.0, 8891.0, 8865.0, 8887.0, 8831.0, 8816.0, 8845.0, 8833.0, 8872.0, 8849.0, 8883.0, 8857.0, 8867.0, 8851.0, 8837.0, 8866.0, 8856.0, 8885.0, 8852.0, 8868.0, 8850.0, 8860.0, 8830.0, 8858.0, 8828.0, 8857.0, 8830.0, 8844.0, 8828.0, 8847.0, 8836.0, 8880.0, 8875.0, 8848.0, 8839.0, 8842.0, 8865.0, 8879.0, 8893.0, 8928.0, 8896.0, 8906.0, 8883.0, 8904.0, 8904.0, 8908.0, 8932.0, 8931.0, 8914.0, 8977.0, 8935.0, 8924.0, 8942.0, 8956.0, 8908.0, 8882.0, 8848.0, 8830.0, 8845.0, 8824.0, 8826.0, 8901.0, 8870.0, 8868.0, 8920.0, 8889.0, 8885.0, 8897.0, 8860.0, 8872.0, 8870.0, 8872.0, 8866.0, 8834.0, 8811.0, 8823.0, 8793.0, 8803.0, 8751.0, 8723.0, 8759.0, 8755.0, 8743.0, 8742.0, 8743.0, 8759.0, 8752.0, 8759.0, 8753.0, 8766.0, 8757.0, 8776.0, 8776.0, 8778.0, 8782.0, 8802.0, 8800.0, 8808.0, 8825.0, 8836.0, 8835.0, 8855.0, 8869.0, 8853.0, 8871.0, 8866.0, 8867.0, 8906.0, 8874.0, 8874.0, 8882.0, 8835.0, 8863.0, 8818.0, 8822.0, 8829.0, 8797.0, 8798.0, 8799.0, 8803.0, 8816.0, 8824.0, 8827.0, 8844.0, 8861.0, 8846.0, 8875.0, 8847.0, 8860.0, 8846.0, 8860.0, 8852.0, 8859.0, 8831.0, 8833.0, 8829.0, 8848.0, 8864.0, 8852.0, 8864.0, 8850.0, 8858.0, 8848.0, 8846.0, 8853.0, 8840.0, 8857.0, 8859.0, 8888.0, 8877.0, 8905.0, 8896.0, 8901.0, 8923.0, 8883.0, 8928.0, 8896.0, 8909.0, 8912.0, 8913.0, 8947.0, 8929.0, 8955.0, 8928.0, 8937.0, 8908.0, 8917.0, 8920.0, 8922.0, 8924.0, 8896.0, 8938.0, 8929.0, 8955.0, 8925.0, 8858.0, 8872.0, 8840.0, 8850.0, 8849.0, 8838.0, 8879.0, 8937.0, 8878.0, 8888.0, 8905.0, 8901.0, 8939.0, 8896.0, 8888.0, 8872.0, 8900.0, 8868.0, 8878.0, 8843.0, 8852.0, 8814.0, 8843.0, 8809.0, 8774.0, 8777.0, 8762.0, 8763.0, 8764.0, 8765.0, 8783.0, 8773.0, 8792.0, 8794.0, 8796.0, 8805.0, 8794.0, 8807.0, 8796.0, 8809.0, 8795.0, 8795.0, 8799.0, 8798.0, 8804.0, 8823.0, 8826.0, 8844.0, 8845.0, 8849.0, 8854.0, 8865.0, 8855.0, 8882.0, 8876.0, 8897.0, 8870.0, 8885.0, 8874.0, 8908.0, 8877.0, 8853.0, 8861.0, 8832.0, 8861.0, 8855.0, 8857.0, 8875.0, 8857.0, 8888.0, 8875.0, 8877.0, 8900.0, 8880.0, 8875.0, 8894.0, 8881.0, 8880.0, 8894.0, 8856.0, 8872.0, 8905.0, 8881.0, 8940.0, 8907.0, 8881.0, 8954.0, 8926.0, 8901.0, 8935.0, 8897.0, 8924.0, 8874.0, 8899.0, 8865.0, 8878.0, 8846.0, 8839.0, 8801.0, 8830.0, 8767.0, 8770.0, 8769.0, 8748.0, 8744.0, 8761.0, 8766.0, 8772.0, 8779.0, 8802.0, 8805.0, 8827.0, 8834.0, 8865.0, 8859.0, 8873.0, 8874.0, 8861.0, 8879.0, 8884.0, 8867.0, 8895.0, 8869.0, 8912.0, 8862.0, 8877.0, 8840.0, 8856.0, 8825.0, 8825.0, 8824.0, 8838.0, 8807.0, 8820.0, 8809.0, 8826.0, 8830.0, 8843.0, 8832.0, 8847.0, 8835.0, 8862.0, 8852.0, 8865.0, 8854.0, 8883.0, 8875.0, 8891.0, 8873.0, 8870.0, 8858.0, 8870.0, 8856.0, 8864.0, 8835.0, 8868.0, 8856.0, 8866.0, 8877.0, 8891.0, 8900.0, 8909.0, 8903.0, 8911.0, 8900.0, 8923.0, 8897.0, 8924.0, 8892.0, 8909.0, 8901.0, 8902.0, 8869.0, 8912.0, 8870.0, 8895.0, 8890.0, 8917.0, 8873.0, 8901.0, 8890.0, 8914.0, 8873.0, 8869.0, 8858.0, 8855.0, 8888.0, 8861.0, 8933.0, 8899.0, 8937.0, 8885.0, 8900.0, 8873.0, 8881.0, 8837.0, 8884.0, 8862.0, 8888.0, 8872.0, 8862.0, 8910.0, 8913.0, 8914.0, 8916.0, 8912.0, 8938.0, 8907.0, 8925.0, 8931.0, 8913.0, 8939.0, 8896.0, 8877.0, 8922.0, 8936.0, 8919.0, 8913.0, 8896.0, 8914.0, 8887.0, 8912.0, 8849.0, 8859.0, 8821.0, 8855.0, 8800.0, 8827.0, 8783.0, 8805.0, 8763.0, 8806.0, 8764.0, 8773.0, 8746.0, 8759.0, 8746.0, 8762.0, 8748.0, 8761.0, 8767.0, 8753.0, 8772.0, 8779.0, 8801.0, 8818.0, 8823.0, 8813.0, 8842.0, 8854.0, 8869.0, 8875.0, 8885.0, 8878.0, 8886.0, 8874.0, 8889.0, 8894.0, 8924.0, 8896.0, 8905.0, 8887.0, 8859.0, 8900.0, 8871.0, 8869.0, 8873.0, 8854.0, 8918.0, 8870.0, 8900.0, 8861.0, 8892.0, 8843.0, 8886.0, 8825.0, 8860.0, 8829.0, 8865.0, 8821.0, 8862.0, 8823.0, 8855.0, 8836.0, 8852.0, 8852.0, 8849.0, 8859.0, 8913.0, 8876.0, 8855.0, 8899.0, 8872.0, 8903.0, 8885.0, 8899.0, 8878.0, 8892.0, 8855.0, 8868.0, 8862.0, 8834.0, 8861.0, 8815.0, 8846.0, 8802.0, 8857.0, 8797.0, 8823.0, 8796.0, 8808.0, 8793.0, 8808.0, 8799.0, 8806.0, 8801.0, 8801.0, 8805.0, 8808.0, 8828.0, 8829.0, 8836.0, 8854.0, 8861.0, 8879.0, 8872.0, 8876.0, 8875.0, 8866.0, 8879.0, 8881.0, 8865.0, 8897.0, 8886.0, 8898.0, 8888.0, 8911.0, 8909.0, 8936.0, 8904.0, 8885.0, 8929.0, 8898.0, 8919.0, 8914.0, 8900.0, 8941.0, 8915.0, 8941.0, 8927.0, 8936.0, 8906.0, 8933.0, 8900.0, 8927.0, 8884.0, 8909.0, 8860.0, 8884.0, 8837.0, 8865.0, 8804.0, 8818.0, 8807.0, 8821.0, 8810.0, 8822.0, 8828.0, 8848.0, 8880.0, 8863.0, 8857.0, 8857.0, 8874.0, 8886.0, 8886.0, 8912.0, 8887.0, 8911.0, 8901.0, 8901.0, 8901.0, 8911.0, 8930.0, 8926.0, 8928.0, 8939.0, 8902.0, 8932.0, 8896.0, 8895.0, 8862.0, 8914.0, 8856.0, 8825.0, 8823.0, 8829.0, 8829.0, 8825.0, 8811.0, 8827.0, 8816.0, 8869.0, 8838.0, 8861.0, 8870.0, 8857.0, 8883.0, 8869.0, 8867.0, 8856.0, 8892.0, 8855.0, 8852.0, 8839.0, 8853.0, 8855.0, 8868.0, 8880.0, 8890.0, 8895.0, 8895.0, 8881.0, 8885.0, 8898.0, 8891.0, 8917.0, 8889.0, 8919.0, 8915.0, 8928.0, 8924.0, 8920.0, 8892.0, 8923.0, 8888.0, 8900.0, 8874.0, 8917.0, 8893.0, 8939.0, 8894.0, 8910.0, 8868.0, 8840.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.00715684633027523</td></tr>
<tr><td colspan=3>aqi</td><td>0.03248202087155964</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.40925367323759</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2737817659012611</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1236030855797936</td></tr>
<tr><td colspan=3>efc</td><td>0.4934</td></tr>
<tr><td colspan=3>fber</td><td>5400.1685</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12766747249386945</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>137</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.711009174311927</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.563771001100477</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.494905849607718</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.776262751990556</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4201444017031566</td></tr>
<tr><td colspan=3>gcor</td><td>0.0345358</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0015786861767992377</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03823981061577797</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.8334935944424835</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.2141</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.8109</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.7726</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297067.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>971.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.384</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2842</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.4616</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3140.113</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79477.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.8713</td></tr>
<tr><td colspan=3>tsnr</td><td>32.25421934213955</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>