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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0114_ses-01_task-social_acq-mb8_run-01_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-0114_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-01_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-0114/ses-01/func/sub-0114_ses-01_task-social_acq-mb8_run-01_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>52d00f4798c87c1576ebc79457269a68</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>12:53:33.585000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996957, -0.0779288, 0.00213803, 0.0765366, 0.983623, 0.163178]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0941655</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7769, -7207, 324, -169, 7, 104, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fddde56a-523b-49c5-8aa4-85fa9baa4a25||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6747617721557617, 0.2053421139717102, 0.040012016892433167, 102.51851654052734], [0.2090771645307541, 2.6389899253845215, 0.43879762291908264, -118.26708221435547], [0.005736176390200853, -0.4377943277359009, 2.663804769515991, -40.40339660644531], [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': ['125333.585000', '125334.045000', '125334.505000', '125334.965000', '125335.425000', '125335.885000', '125336.345000', '125336.805000', '125337.265000', '125337.725000', '125338.185000', '125338.645000', '125339.105000', '125339.565000', '125340.025000', '125340.485000', '125340.945000', '125341.405000', '125341.865000', '125342.325000', '125342.785000', '125343.245000', '125343.705000', '125344.165000', '125344.625000', '125345.085000', '125345.545000', '125346.005000', '125346.465000', '125346.925000', '125347.385000', '125347.845000', '125348.305000', '125348.765000', '125349.225000', '125349.685000', '125350.145000', '125350.605000', '125351.065000', '125351.525000', '125351.985000', '125352.445000', '125352.905000', '125353.365000', '125353.825000', '125354.285000', '125354.745000', '125355.205000', '125355.665000', '125356.125000', '125356.585000', '125357.045000', '125357.505000', '125357.965000', '125358.425000', '125358.885000', '125359.345000', '125359.805000', '125400.265000', '125400.725000', '125401.185000', '125401.645000', '125402.105000', '125402.565000', '125403.025000', '125403.485000', '125403.945000', '125404.405000', '125404.865000', '125405.325000', '125405.785000', '125406.245000', '125406.705000', '125407.165000', '125407.625000', '125408.085000', '125408.545000', '125409.005000', '125409.465000', '125409.925000', '125410.385000', '125410.845000', '125411.305000', '125411.765000', '125412.225000', '125412.685000', '125413.145000', '125413.605000', '125414.065000', '125414.525000', '125414.985000', '125415.445000', '125415.905000', '125416.365000', '125416.825000', '125417.285000', '125417.745000', '125418.205000', '125418.665000', '125419.125000', '125419.585000', '125420.045000', '125420.505000', '125420.965000', '125421.425000', '125421.885000', '125422.345000', '125422.805000', '125423.265000', '125423.725000', '125424.185000', '125424.645000', '125425.105000', '125425.565000', '125426.025000', '125426.485000', '125426.945000', '125427.405000', '125427.865000', '125428.325000', '125428.785000', '125429.245000', '125429.705000', '125430.165000', '125430.625000', '125431.085000', '125431.545000', '125432.005000', '125432.465000', '125432.925000', '125433.385000', '125433.845000', '125434.305000', '125434.765000', '125435.225000', '125435.685000', '125436.145000', '125436.605000', '125437.065000', '125437.525000', '125437.985000', '125438.445000', '125438.905000', '125439.365000', '125439.825000', '125440.285000', '125440.745000', '125441.205000', '125441.665000', '125442.125000', '125442.585000', '125443.045000', '125443.505000', '125443.965000', '125444.425000', '125444.885000', '125445.345000', '125445.805000', '125446.265000', '125446.725000', '125447.185000', '125447.645000', '125448.105000', '125448.565000', '125449.025000', '125449.485000', '125449.945000', '125450.405000', '125450.865000', '125451.325000', '125451.785000', '125452.245000', '125452.705000', '125453.165000', '125453.625000', '125454.085000', '125454.545000', '125455.005000', '125455.465000', '125455.925000', '125456.385000', '125456.845000', '125457.305000', '125457.765000', '125458.225000', '125458.685000', '125459.145000', '125459.605000', '125500.065000', '125500.525000', '125500.985000', '125501.445000', '125501.905000', '125502.365000', '125502.825000', '125503.285000', '125503.745000', '125504.205000', '125504.665000', '125505.125000', '125505.585000', '125506.045000', '125506.505000', '125506.965000', '125507.425000', '125507.885000', '125508.345000', '125508.805000', '125509.265000', '125509.725000', '125510.185000', '125510.645000', '125511.105000', '125511.565000', '125512.025000', '125512.485000', '125512.945000', '125513.405000', '125513.865000', '125514.325000', '125514.785000', '125515.245000', '125515.705000', '125516.165000', '125516.625000', '125517.085000', '125517.545000', '125518.005000', '125518.465000', '125518.925000', '125519.385000', '125519.845000', '125520.305000', '125520.765000', '125521.225000', '125521.685000', '125522.145000', '125522.605000', '125523.065000', '125523.525000', '125523.985000', '125524.445000', '125524.905000', '125525.365000', '125525.825000', '125526.285000', '125526.745000', '125527.205000', '125527.665000', '125528.125000', '125528.585000', '125529.045000', '125529.505000', '125529.965000', '125530.425000', '125530.885000', '125531.345000', '125531.805000', '125532.265000', '125532.725000', '125533.185000', '125533.645000', '125534.105000', '125534.565000', '125535.025000', '125535.485000', '125535.945000', '125536.405000', '125536.865000', '125537.325000', '125537.785000', '125538.245000', '125538.705000', '125539.165000', '125539.625000', '125540.085000', '125540.545000', '125541.005000', '125541.465000', '125541.925000', '125542.385000', '125542.845000', '125543.305000', '125543.765000', '125544.225000', '125544.685000', '125545.145000', '125545.605000', '125546.065000', '125546.525000', '125546.985000', '125547.445000', '125547.905000', '125548.365000', '125548.825000', '125549.285000', '125549.745000', '125550.205000', '125550.665000', '125551.125000', '125551.585000', '125552.045000', '125552.505000', '125552.965000', '125553.425000', '125553.885000', '125554.345000', '125554.805000', '125555.265000', '125555.725000', '125556.185000', '125556.645000', '125557.105000', '125557.565000', '125558.025000', '125558.485000', '125558.945000', '125559.405000', '125559.865000', '125600.325000', '125600.785000', '125601.245000', '125601.705000', '125602.165000', '125602.625000', '125603.085000', '125603.545000', '125604.005000', '125604.465000', '125604.925000', '125605.385000', '125605.845000', '125606.305000', '125606.765000', '125607.225000', '125607.685000', '125608.145000', '125608.605000', '125609.065000', '125609.525000', '125609.985000', '125610.445000', '125610.905000', '125611.365000', '125611.825000', '125612.285000', '125612.745000', '125613.205000', '125613.665000', '125614.125000', '125614.585000', '125615.045000', '125615.505000', '125615.965000', '125616.425000', '125616.885000', '125617.345000', '125617.805000', '125618.265000', '125618.725000', '125619.185000', '125619.645000', '125620.105000', '125620.565000', '125621.025000', '125621.485000', '125621.945000', '125622.405000', '125622.865000', '125623.325000', '125623.785000', '125624.245000', '125624.705000', '125625.165000', '125625.625000', '125626.085000', '125626.545000', '125627.005000', '125627.465000', '125627.925000', '125628.385000', '125628.845000', '125629.305000', '125629.765000', '125630.225000', '125630.685000', '125631.145000', '125631.605000', '125632.065000', '125632.525000', '125632.985000', '125633.445000', '125633.905000', '125634.365000', '125634.825000', '125635.285000', '125635.745000', '125636.205000', '125636.665000', '125637.125000', '125637.585000', '125638.045000', '125638.505000', '125638.965000', '125639.425000', '125639.885000', '125640.345000', '125640.805000', '125641.265000', '125641.725000', '125642.185000', '125642.645000', '125643.105000', '125643.565000', '125644.025000', '125644.485000', '125644.945000', '125645.405000', '125645.865000', '125646.325000', '125646.785000', '125647.245000', '125647.705000', '125648.165000', '125648.625000', '125649.085000', '125649.545000', '125650.005000', '125650.465000', '125650.925000', '125651.385000', '125651.845000', '125652.305000', '125652.765000', '125653.225000', '125653.685000', '125654.145000', '125654.605000', '125655.065000', '125655.525000', '125655.985000', '125656.445000', '125656.905000', '125657.365000', '125657.825000', '125658.285000', '125658.745000', '125659.205000', '125659.665000', '125700.125000', '125700.585000', '125701.045000', '125701.505000', '125701.965000', '125702.425000', '125702.885000', '125703.345000', '125703.805000', '125704.265000', '125704.725000', '125705.185000', '125705.645000', '125706.105000', '125706.565000', '125707.025000', '125707.485000', '125707.945000', '125708.405000', '125708.865000', '125709.325000', '125709.785000', '125710.245000', '125710.705000', '125711.165000', '125711.625000', '125712.085000', '125712.545000', '125713.005000', '125713.465000', '125713.925000', '125714.385000', '125714.845000', '125715.305000', '125715.765000', '125716.225000', '125716.685000', '125717.145000', '125717.605000', '125718.065000', '125718.525000', '125718.985000', '125719.445000', '125719.905000', '125720.365000', '125720.825000', '125721.285000', '125721.745000', '125722.205000', '125722.665000', '125723.125000', '125723.585000', '125724.045000', '125724.505000', '125724.965000', '125725.425000', '125725.885000', '125726.345000', '125726.805000', '125727.265000', '125727.725000', '125728.185000', '125728.645000', '125729.105000', '125729.565000', '125730.025000', '125730.485000', '125730.945000', '125731.405000', '125731.865000', '125732.325000', '125732.785000', '125733.245000', '125733.705000', '125734.165000', '125734.625000', '125735.085000', '125735.545000', '125736.005000', '125736.465000', '125736.925000', '125737.385000', '125737.845000', '125738.305000', '125738.765000', '125739.225000', '125739.685000', '125740.145000', '125740.605000', '125741.065000', '125741.525000', '125741.985000', '125742.445000', '125742.905000', '125743.365000', '125743.825000', '125744.285000', '125744.745000', '125745.205000', '125745.665000', '125746.125000', '125746.585000', '125747.045000', '125747.505000', '125747.965000', '125748.425000', '125748.885000', '125749.345000', '125749.805000', '125750.265000', '125750.725000', '125751.185000', '125751.645000', '125752.105000', '125752.565000', '125753.025000', '125753.485000', '125753.945000', '125754.405000', '125754.865000', '125755.325000', '125755.785000', '125756.245000', '125756.705000', '125757.165000', '125757.625000', '125758.085000', '125758.545000', '125759.005000', '125759.465000', '125759.925000', '125800.385000', '125800.845000', '125801.305000', '125801.765000', '125802.225000', '125802.685000', '125803.145000', '125803.605000', '125804.065000', '125804.525000', '125804.985000', '125805.445000', '125805.905000', '125806.365000', '125806.825000', '125807.285000', '125807.745000', '125808.205000', '125808.665000', '125809.125000', '125809.585000', '125810.045000', '125810.505000', '125810.965000', '125811.425000', '125811.885000', '125812.345000', '125812.805000', '125813.265000', '125813.725000', '125814.185000', '125814.645000', '125815.105000', '125815.565000', '125816.025000', '125816.485000', '125816.945000', '125817.405000', '125817.865000', '125818.325000', '125818.785000', '125819.245000', '125819.705000', '125820.165000', '125820.625000', '125821.085000', '125821.545000', '125822.005000', '125822.465000', '125822.925000', '125823.385000', '125823.845000', '125824.305000', '125824.765000', '125825.225000', '125825.685000', '125826.145000', '125826.605000', '125827.065000', '125827.525000', '125827.985000', '125828.445000', '125828.905000', '125829.365000', '125829.825000', '125830.285000', '125830.745000', '125831.205000', '125831.665000', '125832.125000', '125832.585000', '125833.045000', '125833.505000', '125833.965000', '125834.425000', '125834.885000', '125835.345000', '125835.805000', '125836.265000', '125836.725000', '125837.185000', '125837.645000', '125838.105000', '125838.565000', '125839.025000', '125839.485000', '125839.945000', '125840.405000', '125840.865000', '125841.325000', '125841.785000', '125842.245000', '125842.705000', '125843.165000', '125843.625000', '125844.085000', '125844.545000', '125845.005000', '125845.465000', '125845.925000', '125846.385000', '125846.845000', '125847.305000', '125847.765000', '125848.225000', '125848.685000', '125849.145000', '125849.605000', '125850.065000', '125850.525000', '125850.985000', '125851.445000', '125851.905000', '125852.365000', '125852.825000', '125853.285000', '125853.745000', '125854.205000', '125854.665000', '125855.125000', '125855.585000', '125856.045000', '125856.505000', '125856.965000', '125857.425000', '125857.885000', '125858.345000', '125858.805000', '125859.265000', '125859.725000', '125900.185000', '125900.645000', '125901.105000', '125901.565000', '125902.025000', '125902.485000', '125902.945000', '125903.405000', '125903.865000', '125904.325000', '125904.785000', '125905.245000', '125905.705000', '125906.165000', '125906.625000', '125907.085000', '125907.545000', '125908.005000', '125908.465000', '125908.925000', '125909.385000', '125909.845000', '125910.305000', '125910.765000', '125911.225000', '125911.685000', '125912.145000', '125912.605000', '125913.065000', '125913.525000', '125913.985000', '125914.445000', '125914.905000', '125915.365000', '125915.825000', '125916.285000', '125916.745000', '125917.205000', '125917.665000', '125918.125000', '125918.585000', '125919.045000', '125919.505000', '125919.965000', '125920.425000', '125920.885000', '125921.345000', '125921.805000', '125922.265000', '125922.725000', '125923.185000', '125923.645000', '125924.105000', '125924.565000', '125925.025000', '125925.485000', '125925.945000', '125926.405000', '125926.865000', '125927.325000', '125927.785000', '125928.245000', '125928.705000', '125929.165000', '125929.625000', '125930.085000', '125930.545000', '125931.005000', '125931.465000', '125931.925000', '125932.385000', '125932.845000', '125933.305000', '125933.765000', '125934.225000', '125934.685000', '125935.145000', '125935.605000', '125936.065000', '125936.525000', '125936.985000', '125937.445000', '125937.905000', '125938.365000', '125938.825000', '125939.285000', '125939.745000', '125940.205000', '125940.665000', '125941.125000', '125941.585000', '125942.045000', '125942.505000', '125942.965000', '125943.425000', '125943.885000', '125944.345000', '125944.805000', '125945.265000', '125945.725000', '125946.185000', '125946.645000', '125947.105000', '125947.565000', '125948.025000', '125948.485000', '125948.945000', '125949.405000', '125949.865000', '125950.325000', '125950.785000', '125951.245000', '125951.705000', '125952.165000', '125952.625000', '125953.085000', '125953.545000', '125954.005000', '125954.465000', '125954.925000', '125955.385000', '125955.845000', '125956.305000', '125956.765000', '125957.225000', '125957.685000', '125958.145000', '125958.605000', '125959.065000', '125959.525000', '125959.985000', '130000.445000', '130000.905000', '130001.365000', '130001.825000', '130002.285000', '130002.745000', '130003.205000', '130003.665000', '130004.125000', '130004.585000', '130005.045000', '130005.505000', '130005.965000', '130006.425000', '130006.885000', '130007.345000', '130007.805000', '130008.265000', '130008.725000', '130009.185000', '130009.645000', '130010.105000', '130010.565000', '130011.025000', '130011.485000', '130011.945000', '130012.405000', '130012.865000', '130013.325000', '130013.785000', '130014.245000'], 'ContentTime': ['125351.839000', '125351.842000', '125351.845000', '125351.847000', '125351.857000', '125351.860000', '125351.876000', '125351.879000', '125351.881000', '125351.884000', '125351.887000', '125351.889000', '125351.892000', '125351.894000', '125351.897000', '125351.900000', '125351.902000', '125351.905000', '125351.907000', '125351.910000', '125351.913000', '125351.915000', '125351.918000', '125351.920000', '125351.925000', '125351.928000', '125351.931000', '125351.933000', '125351.936000', '125351.938000', '125351.941000', '125351.944000', '125351.946000', '125351.949000', '125351.952000', '125351.954000', '125351.957000', '125411.798000', '125411.801000', '125411.804000', '125411.807000', '125411.809000', '125411.812000', '125411.814000', '125411.817000', '125411.820000', '125411.822000', '125411.825000', '125411.827000', '125411.830000', '125411.833000', '125411.835000', '125411.838000', '125411.840000', '125411.843000', '125411.846000', '125411.848000', '125411.851000', '125411.853000', '125411.856000', '125411.858000', '125411.861000', '125411.864000', '125411.866000', '125411.869000', '125411.871000', '125411.874000', '125411.876000', '125411.879000', '125411.881000', '125411.884000', '125411.887000', '125411.889000', '125411.892000', '125411.894000', '125411.897000', '125411.900000', '125411.902000', '125411.905000', '125411.907000', '125411.910000', '125431.798000', '125431.801000', '125431.804000', '125431.807000', '125431.809000', '125431.812000', '125431.814000', '125431.824000', '125431.826000', '125431.829000', '125431.832000', '125431.834000', '125431.837000', '125431.839000', '125431.842000', '125431.845000', '125431.847000', '125431.850000', '125431.853000', '125431.855000', '125431.858000', '125431.860000', '125431.863000', '125431.866000', '125431.868000', '125431.871000', '125431.873000', '125431.876000', '125431.878000', '125431.881000', '125431.884000', '125431.898000', '125431.901000', '125431.903000', '125431.906000', '125431.909000', '125431.911000', '125431.914000', '125431.917000', '125431.919000', '125431.922000', '125431.924000', '125431.927000', '125431.937000', '125451.797000', '125451.800000', '125451.803000', '125451.805000', '125451.808000', '125451.811000', '125451.813000', '125451.816000', '125451.819000', '125451.821000', '125451.824000', '125451.826000', '125451.829000', '125451.832000', '125451.834000', '125451.837000', '125451.840000', '125451.842000', '125451.845000', '125451.847000', '125451.850000', '125451.853000', '125451.855000', '125451.858000', '125451.865000', '125451.868000', '125451.870000', '125451.873000', '125451.876000', '125451.878000', '125451.881000', '125451.884000', '125451.886000', '125451.889000', '125451.891000', '125451.894000', '125451.897000', '125451.899000', '125451.902000', '125451.904000', '125451.907000', '125451.910000', '125451.913000', '125511.798000', '125511.802000', '125511.804000', '125511.807000', '125511.809000', '125511.812000', '125511.815000', '125511.817000', '125511.820000', '125511.822000', '125511.825000', '125511.828000', '125511.830000', '125511.833000', '125511.836000', '125511.838000', '125511.841000', '125511.843000', '125511.846000', '125511.849000', '125511.851000', '125511.854000', '125511.857000', '125511.859000', '125511.862000', '125511.865000', '125511.867000', '125511.870000', '125511.872000', '125511.875000', '125511.878000', '125511.880000', '125511.883000', '125511.886000', '125511.888000', '125511.891000', '125511.893000', '125511.896000', '125511.899000', '125511.901000', '125511.904000', '125511.906000', '125511.909000', '125511.912000', '125531.798000', '125531.800000', '125531.803000', '125531.806000', '125531.809000', '125531.811000', '125531.814000', '125531.817000', '125531.820000', '125531.822000', '125531.825000', '125531.827000', '125531.830000', '125531.833000', '125531.835000', '125531.838000', '125531.841000', '125531.843000', '125531.846000', '125531.849000', '125531.851000', '125531.854000', '125531.856000', '125531.859000', '125531.862000', '125531.864000', '125531.867000', '125531.870000', '125531.872000', '125531.875000', '125531.877000', '125531.880000', '125531.883000', '125531.885000', '125531.888000', '125531.891000', '125531.893000', '125531.896000', '125531.898000', '125531.901000', '125531.904000', '125531.906000', '125531.909000', '125551.798000', '125551.801000', '125551.804000', '125551.806000', '125551.809000', '125551.812000', '125551.814000', '125551.817000', '125551.820000', '125551.822000', '125551.825000', '125551.827000', '125551.830000', '125551.833000', '125551.835000', '125551.838000', '125551.841000', '125551.843000', '125551.846000', '125551.848000', '125551.851000', '125551.854000', '125551.856000', '125551.859000', '125551.862000', '125551.864000', '125551.867000', '125551.870000', '125551.872000', '125551.875000', '125551.877000', '125551.880000', '125551.883000', '125551.885000', '125551.888000', '125551.890000', '125551.903000', '125551.905000', '125551.908000', '125551.910000', '125551.913000', '125551.916000', '125551.918000', '125551.921000', '125611.799000', '125611.801000', '125611.804000', '125611.807000', '125611.809000', '125611.812000', '125611.815000', '125611.817000', '125611.820000', '125611.822000', '125611.825000', '125611.828000', '125611.831000', '125611.833000', '125611.836000', '125611.838000', '125611.841000', '125611.844000', '125611.846000', '125611.849000', '125611.851000', '125611.854000', '125611.857000', '125611.859000', '125611.862000', '125611.864000', '125611.889000', '125611.891000', '125611.894000', '125611.896000', '125611.899000', '125611.902000', '125611.904000', '125611.907000', '125611.910000', '125611.912000', '125611.915000', '125611.917000', '125611.920000', '125611.923000', '125611.925000', '125611.928000', '125611.930000', '125631.799000', '125631.802000', '125631.805000', '125631.808000', '125631.811000', '125631.813000', '125631.816000', '125631.819000', '125631.821000', '125631.824000', '125631.826000', '125631.829000', '125631.832000', '125631.835000', '125631.839000', '125631.842000', '125631.845000', '125631.847000', '125631.850000', '125631.853000', '125631.855000', '125631.858000', '125631.860000', '125631.863000', '125631.866000', '125631.868000', '125631.871000', '125631.874000', '125631.876000', '125631.879000', '125631.881000', '125631.884000', '125631.887000', '125631.889000', '125631.892000', '125631.895000', '125631.898000', '125631.900000', '125631.903000', '125631.906000', '125631.909000', '125631.911000', '125631.914000', '125651.798000', '125651.801000', '125651.804000', '125651.807000', '125651.809000', '125651.812000', '125651.815000', '125651.817000', '125651.820000', '125651.823000', '125651.825000', '125651.828000', '125651.831000', '125651.833000', '125651.836000', '125651.839000', '125651.841000', '125651.844000', '125651.846000', '125651.849000', '125651.852000', '125651.854000', '125651.857000', '125651.860000', '125651.862000', '125651.865000', '125651.875000', '125651.877000', '125651.880000', '125651.882000', '125651.885000', '125651.888000', '125651.890000', '125651.893000', '125651.896000', '125651.898000', '125651.901000', '125651.903000', '125651.906000', '125651.909000', '125651.911000', '125651.914000', '125651.917000', '125651.919000', '125711.798000', '125711.800000', '125711.803000', '125711.805000', '125711.808000', '125711.811000', '125711.814000', '125711.817000', '125711.820000', '125711.823000', '125711.826000', '125711.828000', '125711.831000', '125711.833000', '125711.836000', '125711.839000', '125711.841000', '125711.844000', '125711.847000', '125711.849000', '125711.852000', '125711.854000', '125711.857000', '125711.860000', '125711.862000', '125711.865000', '125711.868000', '125711.870000', '125711.873000', '125711.875000', '125711.878000', '125711.881000', '125711.883000', '125711.886000', '125711.888000', '125711.891000', '125711.893000', '125711.896000', '125711.899000', '125711.901000', '125711.904000', '125711.907000', '125711.909000', '125731.798000', '125731.801000', '125731.803000', '125731.806000', '125731.808000', '125731.811000', '125731.814000', '125731.816000', '125731.819000', '125731.822000', '125731.824000', '125731.827000', '125731.830000', '125731.832000', '125731.835000', '125731.838000', '125731.840000', '125731.843000', '125731.846000', '125731.848000', '125731.851000', '125731.854000', '125731.856000', '125731.859000', '125731.861000', '125731.864000', '125731.867000', '125731.869000', '125731.872000', '125731.875000', '125731.877000', '125731.880000', '125731.883000', '125731.885000', '125731.888000', '125731.890000', '125731.893000', '125731.896000', '125731.898000', '125731.907000', '125731.909000', '125731.912000', '125731.914000', '125731.917000', '125751.797000', '125751.800000', '125751.803000', '125751.806000', '125751.808000', '125751.811000', '125751.814000', '125751.816000', '125751.852000', '125751.855000', '125751.857000', '125751.860000', '125751.862000', '125751.865000', '125751.868000', '125751.870000', '125751.873000', '125751.877000', '125751.880000', '125751.882000', '125751.885000', '125751.888000', '125751.890000', '125751.893000', '125751.895000', '125751.898000', '125751.901000', '125751.903000', '125751.906000', '125751.909000', '125751.911000', '125751.914000', '125751.916000', '125751.919000', '125751.922000', '125751.924000', '125751.927000', '125751.930000', '125751.933000', '125751.935000', '125751.938000', '125751.941000', '125751.943000', '125811.798000', '125811.801000', '125811.804000', '125811.806000', '125811.809000', '125811.812000', '125811.814000', '125811.817000', '125811.820000', '125811.822000', '125811.825000', '125811.828000', '125811.830000', '125811.833000', '125811.836000', '125811.838000', '125811.841000', '125811.843000', '125811.846000', '125811.849000', '125811.851000', '125811.854000', '125811.857000', '125811.859000', '125811.862000', '125811.865000', '125811.867000', '125811.870000', '125811.872000', '125811.875000', '125811.878000', '125811.880000', '125811.883000', '125811.886000', '125811.888000', '125811.891000', '125811.894000', '125811.896000', '125811.899000', '125811.901000', '125811.904000', '125811.907000', '125811.909000', '125811.912000', '125831.799000', '125831.801000', '125831.804000', '125831.807000', '125831.809000', '125831.812000', '125831.815000', '125831.818000', '125831.820000', '125831.823000', '125831.826000', '125831.828000', '125831.831000', '125831.833000', '125831.836000', '125831.839000', '125831.842000', '125831.844000', '125831.847000', '125831.850000', '125831.853000', '125831.855000', '125831.859000', '125831.871000', '125831.874000', '125831.877000', '125831.879000', '125831.882000', '125831.885000', '125831.887000', '125831.890000', '125831.892000', '125831.895000', '125831.898000', '125831.900000', '125831.903000', '125831.906000', '125831.909000', '125831.911000', '125831.914000', '125831.917000', '125831.919000', '125831.922000', '125851.799000', '125851.801000', '125851.804000', '125851.807000', '125851.810000', '125851.812000', '125851.815000', '125851.818000', '125851.821000', '125851.823000', '125851.826000', '125851.829000', '125851.832000', '125851.834000', '125851.837000', '125851.840000', '125851.842000', '125851.845000', '125851.848000', '125851.850000', '125851.853000', '125851.855000', '125851.858000', '125851.861000', '125851.863000', '125851.866000', '125851.869000', '125851.871000', '125851.874000', '125851.876000', '125851.879000', '125851.882000', '125851.884000', '125851.887000', '125851.890000', '125851.892000', '125851.895000', '125851.898000', '125851.900000', '125851.903000', '125851.905000', '125851.908000', '125851.911000', '125851.913000', '125911.798000', '125911.801000', '125911.804000', '125911.807000', '125911.809000', '125911.812000', '125911.815000', '125911.817000', '125911.820000', '125911.822000', '125911.825000', '125911.827000', '125911.830000', '125911.833000', '125911.836000', '125911.838000', '125911.841000', '125911.844000', '125911.846000', '125911.858000', '125911.861000', '125911.863000', '125911.866000', '125911.868000', '125911.871000', '125911.874000', '125911.876000', '125911.879000', '125911.881000', '125911.884000', '125911.887000', '125911.889000', '125911.892000', '125911.895000', '125911.897000', '125911.900000', '125911.903000', '125911.906000', '125911.909000', '125911.912000', '125911.916000', '125911.919000', '125911.921000', '125931.797000', '125931.800000', '125931.803000', '125931.806000', '125931.809000', '125931.811000', '125931.814000', '125931.817000', '125931.819000', '125931.822000', '125931.825000', '125931.827000', '125931.830000', '125931.833000', '125931.835000', '125931.838000', '125931.841000', '125931.843000', '125931.854000', '125931.857000', '125931.859000', '125931.862000', '125931.865000', '125931.867000', '125931.870000', '125931.872000', '125931.875000', '125931.878000', '125931.880000', '125931.883000', '125931.885000', '125931.888000', '125931.891000', '125931.893000', '125931.896000', '125931.899000', '125931.901000', '125931.904000', '125931.906000', '125931.909000', '125931.911000', '125931.914000', '125931.917000', '125931.919000', '125951.797000', '125951.800000', '125951.803000', '125951.806000', '125951.809000', '125951.811000', '125951.814000', '125951.816000', '125951.820000', '125951.823000', '125951.826000', '125951.828000', '125951.831000', '125951.834000', '125951.836000', '125951.839000', '125951.842000', '125951.844000', '125951.847000', '125951.849000', '125951.852000', '125951.855000', '125951.857000', '125951.860000', '125951.863000', '125951.865000', '125951.868000', '125951.870000', '125951.873000', '125951.876000', '125951.878000', '125951.881000', '125951.884000', '125951.886000', '125951.889000', '125951.892000', '125951.895000', '125951.897000', '125951.900000', '125951.903000', '125951.905000', '125951.908000', '125951.910000', '130011.797000', '130011.801000', '130011.803000', '130011.806000', '130011.808000', '130011.811000', '130011.814000', '130011.816000', '130011.819000', '130011.821000', '130011.824000', '130011.827000', '130011.829000', '130011.832000', '130011.835000', '130011.837000', '130011.840000', '130011.843000', '130011.845000', '130011.848000', '130011.850000', '130011.853000', '130011.856000', '130011.858000', '130011.861000', '130011.863000', '130011.866000', '130011.869000', '130011.871000', '130011.874000', '130011.876000', '130011.879000', '130011.882000', '130011.884000', '130011.887000', '130011.890000', '130011.892000', '130011.895000', '130011.897000', '130011.900000', '130011.903000', '130011.905000', '130011.908000', '130011.910000', '130015.344000', '130015.348000', '130015.350000', '130015.353000', '130015.356000', '130015.358000', '130015.361000', '130015.364000'], 'InstanceCreationTime': ['125351.839000', '125351.842000', '125351.845000', '125351.847000', '125351.857000', '125351.860000', '125351.876000', '125351.879000', '125351.881000', '125351.884000', '125351.887000', '125351.889000', '125351.892000', '125351.894000', '125351.897000', '125351.900000', '125351.902000', '125351.905000', '125351.907000', '125351.910000', '125351.913000', '125351.915000', '125351.918000', '125351.920000', '125351.925000', '125351.928000', '125351.931000', '125351.933000', '125351.936000', '125351.938000', '125351.941000', '125351.944000', '125351.946000', '125351.949000', '125351.952000', '125351.954000', '125351.957000', '125411.798000', '125411.801000', '125411.804000', '125411.807000', '125411.809000', '125411.812000', '125411.814000', '125411.817000', '125411.820000', '125411.822000', '125411.825000', '125411.827000', '125411.830000', '125411.833000', '125411.835000', '125411.838000', '125411.840000', '125411.843000', '125411.846000', '125411.848000', '125411.851000', '125411.853000', '125411.856000', '125411.858000', '125411.861000', '125411.864000', '125411.866000', '125411.869000', '125411.871000', '125411.874000', '125411.876000', '125411.879000', '125411.881000', '125411.884000', '125411.887000', '125411.889000', '125411.892000', '125411.894000', '125411.897000', '125411.900000', '125411.902000', '125411.905000', '125411.907000', '125411.910000', '125431.798000', '125431.801000', '125431.804000', '125431.807000', '125431.809000', '125431.812000', '125431.814000', '125431.824000', '125431.826000', '125431.829000', '125431.832000', '125431.834000', '125431.837000', '125431.839000', '125431.842000', '125431.845000', '125431.847000', '125431.850000', '125431.853000', '125431.855000', '125431.858000', '125431.860000', '125431.863000', '125431.866000', '125431.868000', '125431.871000', '125431.873000', '125431.876000', '125431.878000', '125431.881000', '125431.884000', '125431.898000', '125431.901000', '125431.903000', '125431.906000', '125431.909000', '125431.911000', '125431.914000', '125431.917000', '125431.919000', '125431.922000', '125431.924000', '125431.927000', '125431.937000', '125451.797000', '125451.800000', '125451.803000', '125451.805000', '125451.808000', '125451.811000', '125451.813000', '125451.816000', '125451.819000', '125451.821000', '125451.824000', '125451.826000', '125451.829000', '125451.832000', '125451.834000', '125451.837000', '125451.840000', '125451.842000', '125451.845000', '125451.847000', '125451.850000', '125451.853000', '125451.855000', '125451.858000', '125451.865000', '125451.868000', '125451.870000', '125451.873000', '125451.876000', '125451.878000', '125451.881000', '125451.884000', '125451.886000', '125451.889000', '125451.891000', '125451.894000', '125451.897000', '125451.899000', '125451.902000', '125451.904000', '125451.907000', '125451.910000', '125451.913000', '125511.798000', '125511.802000', '125511.804000', '125511.807000', '125511.809000', '125511.812000', '125511.815000', '125511.817000', '125511.820000', '125511.822000', '125511.825000', '125511.828000', '125511.830000', '125511.833000', '125511.836000', '125511.838000', '125511.841000', '125511.843000', '125511.846000', '125511.849000', '125511.851000', '125511.854000', '125511.857000', '125511.859000', '125511.862000', '125511.865000', '125511.867000', '125511.870000', '125511.872000', '125511.875000', '125511.878000', '125511.880000', '125511.883000', '125511.886000', '125511.888000', '125511.891000', '125511.893000', '125511.896000', '125511.899000', '125511.901000', '125511.904000', '125511.906000', '125511.909000', '125511.912000', '125531.798000', '125531.800000', '125531.803000', '125531.806000', '125531.809000', '125531.811000', '125531.814000', '125531.817000', '125531.820000', '125531.822000', '125531.825000', '125531.827000', '125531.830000', '125531.833000', '125531.835000', '125531.838000', '125531.841000', '125531.843000', '125531.846000', '125531.849000', '125531.851000', '125531.854000', '125531.856000', '125531.859000', '125531.862000', '125531.864000', '125531.867000', '125531.870000', '125531.872000', '125531.875000', '125531.877000', '125531.880000', '125531.883000', '125531.885000', '125531.888000', '125531.891000', '125531.893000', '125531.896000', '125531.898000', '125531.901000', '125531.904000', '125531.906000', '125531.909000', '125551.798000', '125551.801000', '125551.804000', '125551.806000', '125551.809000', '125551.812000', '125551.814000', '125551.817000', '125551.820000', '125551.822000', '125551.825000', '125551.827000', '125551.830000', '125551.833000', '125551.835000', '125551.838000', '125551.841000', '125551.843000', '125551.846000', '125551.848000', '125551.851000', '125551.854000', '125551.856000', '125551.859000', '125551.862000', '125551.864000', '125551.867000', '125551.870000', '125551.872000', '125551.875000', '125551.877000', '125551.880000', '125551.883000', '125551.885000', '125551.888000', '125551.890000', '125551.903000', '125551.905000', '125551.908000', '125551.910000', '125551.913000', '125551.916000', '125551.918000', '125551.921000', '125611.799000', '125611.801000', '125611.804000', '125611.807000', '125611.809000', '125611.812000', '125611.815000', '125611.817000', '125611.820000', '125611.822000', '125611.825000', '125611.828000', '125611.831000', '125611.833000', '125611.836000', '125611.838000', '125611.841000', '125611.844000', '125611.846000', '125611.849000', '125611.851000', '125611.854000', '125611.857000', '125611.859000', '125611.862000', '125611.864000', '125611.889000', '125611.891000', '125611.894000', '125611.896000', '125611.899000', '125611.902000', '125611.904000', '125611.907000', '125611.910000', '125611.912000', '125611.915000', '125611.917000', '125611.920000', '125611.923000', '125611.925000', '125611.928000', '125611.930000', '125631.799000', '125631.802000', '125631.805000', '125631.808000', '125631.811000', '125631.813000', '125631.816000', '125631.819000', '125631.821000', '125631.824000', '125631.826000', '125631.829000', '125631.832000', '125631.835000', '125631.839000', '125631.842000', '125631.845000', '125631.847000', '125631.850000', '125631.853000', '125631.855000', '125631.858000', '125631.860000', '125631.863000', '125631.866000', '125631.868000', '125631.871000', '125631.874000', '125631.876000', '125631.879000', '125631.881000', '125631.884000', '125631.887000', '125631.889000', '125631.892000', '125631.895000', '125631.898000', '125631.900000', '125631.903000', '125631.906000', '125631.909000', '125631.911000', '125631.914000', '125651.798000', '125651.801000', '125651.804000', '125651.807000', '125651.809000', '125651.812000', '125651.815000', '125651.817000', '125651.820000', '125651.823000', '125651.825000', '125651.828000', '125651.831000', '125651.833000', '125651.836000', '125651.839000', '125651.841000', '125651.844000', '125651.846000', '125651.849000', '125651.852000', '125651.854000', '125651.857000', '125651.860000', '125651.862000', '125651.865000', '125651.875000', '125651.877000', '125651.880000', '125651.882000', '125651.885000', '125651.888000', '125651.890000', '125651.893000', '125651.896000', '125651.898000', '125651.901000', '125651.903000', '125651.906000', '125651.909000', '125651.911000', '125651.914000', '125651.917000', '125651.919000', '125711.798000', '125711.800000', '125711.803000', '125711.805000', '125711.808000', '125711.811000', '125711.814000', '125711.817000', '125711.820000', '125711.823000', '125711.826000', '125711.828000', '125711.831000', '125711.833000', '125711.836000', '125711.839000', '125711.841000', '125711.844000', '125711.847000', '125711.849000', '125711.852000', '125711.854000', '125711.857000', '125711.860000', '125711.862000', '125711.865000', '125711.868000', '125711.870000', '125711.873000', '125711.875000', '125711.878000', '125711.881000', '125711.883000', '125711.886000', '125711.888000', '125711.891000', '125711.893000', '125711.896000', '125711.899000', '125711.901000', '125711.904000', '125711.907000', '125711.909000', '125731.798000', '125731.801000', '125731.803000', '125731.806000', '125731.808000', '125731.811000', '125731.814000', '125731.816000', '125731.819000', '125731.822000', '125731.824000', '125731.827000', '125731.830000', '125731.832000', '125731.835000', '125731.838000', '125731.840000', '125731.843000', '125731.846000', '125731.848000', '125731.851000', '125731.854000', '125731.856000', '125731.859000', '125731.861000', '125731.864000', '125731.867000', '125731.869000', '125731.872000', '125731.875000', '125731.877000', '125731.880000', '125731.883000', '125731.885000', '125731.888000', '125731.890000', '125731.893000', '125731.896000', '125731.898000', '125731.907000', '125731.909000', '125731.912000', '125731.914000', '125731.917000', '125751.797000', '125751.800000', '125751.803000', '125751.806000', '125751.808000', '125751.811000', '125751.814000', '125751.816000', '125751.852000', '125751.855000', '125751.857000', '125751.860000', '125751.862000', '125751.865000', '125751.868000', '125751.870000', '125751.873000', '125751.877000', '125751.880000', '125751.882000', '125751.885000', '125751.888000', '125751.890000', '125751.893000', '125751.895000', '125751.898000', '125751.901000', '125751.903000', '125751.906000', '125751.909000', '125751.911000', '125751.914000', '125751.916000', '125751.919000', '125751.922000', '125751.924000', '125751.927000', '125751.930000', '125751.933000', '125751.935000', '125751.938000', '125751.941000', '125751.943000', '125811.798000', '125811.801000', '125811.804000', '125811.806000', '125811.809000', '125811.812000', '125811.814000', '125811.817000', '125811.820000', '125811.822000', '125811.825000', '125811.828000', '125811.830000', '125811.833000', '125811.836000', '125811.838000', '125811.841000', '125811.843000', '125811.846000', '125811.849000', '125811.851000', '125811.854000', '125811.857000', '125811.859000', '125811.862000', '125811.865000', '125811.867000', '125811.870000', '125811.872000', '125811.875000', '125811.878000', '125811.880000', '125811.883000', '125811.886000', '125811.888000', '125811.891000', '125811.894000', '125811.896000', '125811.899000', '125811.901000', '125811.904000', '125811.907000', '125811.909000', '125811.912000', '125831.799000', '125831.801000', '125831.804000', '125831.807000', '125831.809000', '125831.812000', '125831.815000', '125831.818000', '125831.820000', '125831.823000', '125831.826000', '125831.828000', '125831.831000', '125831.833000', '125831.836000', '125831.839000', '125831.842000', '125831.844000', '125831.847000', '125831.850000', '125831.853000', '125831.855000', '125831.859000', '125831.871000', '125831.874000', '125831.877000', '125831.879000', '125831.882000', '125831.885000', '125831.887000', '125831.890000', '125831.892000', '125831.895000', '125831.898000', '125831.900000', '125831.903000', '125831.906000', '125831.909000', '125831.911000', '125831.914000', '125831.917000', '125831.919000', '125831.922000', '125851.799000', '125851.801000', '125851.804000', '125851.807000', '125851.810000', '125851.812000', '125851.815000', '125851.818000', '125851.821000', '125851.823000', '125851.826000', '125851.829000', '125851.832000', '125851.834000', '125851.837000', '125851.840000', '125851.842000', '125851.845000', '125851.848000', '125851.850000', '125851.853000', '125851.855000', '125851.858000', '125851.861000', '125851.863000', '125851.866000', '125851.869000', '125851.871000', '125851.874000', '125851.876000', '125851.879000', '125851.882000', '125851.884000', '125851.887000', '125851.890000', '125851.892000', '125851.895000', '125851.898000', '125851.900000', '125851.903000', '125851.905000', '125851.908000', '125851.911000', '125851.913000', '125911.798000', '125911.801000', '125911.804000', '125911.807000', '125911.809000', '125911.812000', '125911.815000', '125911.817000', '125911.820000', '125911.822000', '125911.825000', '125911.827000', '125911.830000', '125911.833000', '125911.836000', '125911.838000', '125911.841000', '125911.844000', '125911.846000', '125911.858000', '125911.861000', '125911.863000', '125911.866000', '125911.868000', '125911.871000', '125911.874000', '125911.876000', '125911.879000', '125911.881000', '125911.884000', '125911.887000', '125911.889000', '125911.892000', '125911.895000', '125911.897000', '125911.900000', '125911.903000', '125911.906000', '125911.909000', '125911.912000', '125911.916000', '125911.919000', '125911.921000', '125931.797000', '125931.800000', '125931.803000', '125931.806000', '125931.809000', '125931.811000', '125931.814000', '125931.817000', '125931.819000', '125931.822000', '125931.825000', '125931.827000', '125931.830000', '125931.833000', '125931.835000', '125931.838000', '125931.841000', '125931.843000', '125931.854000', '125931.857000', '125931.859000', '125931.862000', '125931.865000', '125931.867000', '125931.870000', '125931.872000', '125931.875000', '125931.878000', '125931.880000', '125931.883000', '125931.885000', '125931.888000', '125931.891000', '125931.893000', '125931.896000', '125931.899000', '125931.901000', '125931.904000', '125931.906000', '125931.909000', '125931.911000', '125931.914000', '125931.917000', '125931.919000', '125951.797000', '125951.800000', '125951.803000', '125951.806000', '125951.809000', '125951.811000', '125951.814000', '125951.816000', '125951.820000', '125951.823000', '125951.826000', '125951.828000', '125951.831000', '125951.834000', '125951.836000', '125951.839000', '125951.842000', '125951.844000', '125951.847000', '125951.849000', '125951.852000', '125951.855000', '125951.857000', '125951.860000', '125951.863000', '125951.865000', '125951.868000', '125951.870000', '125951.873000', '125951.876000', '125951.878000', '125951.881000', '125951.884000', '125951.886000', '125951.889000', '125951.892000', '125951.895000', '125951.897000', '125951.900000', '125951.903000', '125951.905000', '125951.908000', '125951.910000', '130011.797000', '130011.801000', '130011.803000', '130011.806000', '130011.808000', '130011.811000', '130011.814000', '130011.816000', '130011.819000', '130011.821000', '130011.824000', '130011.827000', '130011.829000', '130011.832000', '130011.835000', '130011.837000', '130011.840000', '130011.843000', '130011.845000', '130011.848000', '130011.850000', '130011.853000', '130011.856000', '130011.858000', '130011.861000', '130011.863000', '130011.866000', '130011.869000', '130011.871000', '130011.874000', '130011.876000', '130011.879000', '130011.882000', '130011.884000', '130011.887000', '130011.890000', '130011.892000', '130011.895000', '130011.897000', '130011.900000', '130011.903000', '130011.905000', '130011.908000', '130011.910000', '130015.344000', '130015.348000', '130015.350000', '130015.353000', '130015.356000', '130015.358000', '130015.361000', '130015.364000'], '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': [8758, 13923, 8983, 14324, 8220, 12955, 8042, 14380, 10493, 16128, 10894, 12218, 8713, 11036, 9673, 10099, 12983, 9214, 11851, 8243, 12255, 8337, 14566, 9460, 14001, 9923, 13904, 10496, 14359, 11355, 13891, 10589, 14500, 10132, 15095, 10778, 15459, 10997, 11180, 10493, 9936, 11745, 11752, 13836, 9243, 13090, 7960, 12997, 8110, 14335, 11315, 15687, 12962, 11398, 10687, 7731, 11966, 7856, 14805, 10156, 14183, 10409, 13943, 10158, 14735, 11554, 13769, 11541, 11477, 11069, 11004, 12987, 11690, 14343, 10926, 14109, 8937, 10036, 9345, 11110, 11109, 15509, 10625, 14150, 10665, 13600, 11300, 16096, 12500, 13294, 11390, 12089, 11791, 14331, 11773, 13026, 11833, 10158, 11972, 11370, 11688, 9338, 12967, 8689, 13803, 8258, 12695, 8038, 12967, 9366, 14414, 10945, 14051, 9781, 13757, 10098, 10346, 13019, 8928, 12932, 7750, 12971, 8198, 13335, 8330, 13876, 9586, 13336, 9941, 13850, 11093, 14066, 10367, 11849, 10643, 9065, 13631, 9912, 15455, 10256, 14025, 9458, 12986, 9890, 11384, 11572, 9160, 12892, 9315, 13342, 8739, 15515, 12319, 14402, 10286, 9512, 10485, 8258, 12128, 8605, 13640, 9260, 13254, 8509, 13204, 8415, 13806, 8842, 14406, 8904, 13988, 9521, 13537, 10787, 14305, 12354, 14246, 11594, 8529, 11160, 8480, 12669, 9090, 14897, 12495, 10846, 10287, 9102, 12066, 9287, 13051, 8429, 14577, 8795, 13706, 9059, 14162, 10252, 14225, 10673, 13403, 10068, 14062, 10484, 12018, 12182, 11092, 14336, 9495, 11525, 9135, 9356, 10342, 15831, 10296, 13901, 9940, 13875, 10241, 13774, 10469, 14141, 11520, 14717, 11267, 12759, 11937, 12707, 13376, 9646, 14429, 9445, 14072, 9476, 14275, 10836, 13749, 11658, 16104, 11385, 9392, 10799, 8311, 12144, 8409, 14858, 10952, 14243, 10273, 11113, 11396, 8005, 14460, 11124, 8330, 14663, 13090, 10646, 12755, 8830, 13802, 9295, 15223, 10809, 14030, 10029, 13818, 10407, 13857, 10791, 14805, 12354, 11476, 11478, 7581, 11520, 7396, 13180, 9827, 14281, 11054, 14944, 11164, 12345, 11118, 9810, 12553, 10301, 14310, 8703, 13921, 8837, 14097, 9560, 14593, 10656, 14960, 12305, 15212, 11377, 8182, 11507, 7681, 12688, 8538, 14411, 9424, 14727, 10352, 14092, 11362, 14397, 10499, 14190, 10598, 14784, 10738, 13883, 11877, 13068, 10781, 10104, 11553, 8910, 14396, 10550, 15182, 7960, 12434, 8114, 13475, 10312, 14687, 11564, 14720, 10772, 12030, 10860, 9644, 13233, 9437, 13994, 8532, 13746, 9186, 14638, 12633, 15513, 10864, 11345, 10620, 7983, 12439, 8651, 14944, 9087, 13803, 9324, 13833, 10154, 14836, 11185, 11676, 11481, 8541, 12643, 9037, 13902, 10294, 14554, 9263, 13350, 7749, 13463, 9570, 14569, 10320, 14757, 10233, 14131, 10115, 13899, 10860, 13838, 12574, 8645, 11892, 8221, 13094, 9008, 15349, 9447, 14037, 10178, 14702, 10795, 15742, 12500, 10837, 10989, 8200, 12661, 8390, 15161, 9382, 14212, 10072, 13764, 10496, 13671, 12692, 10913, 12206, 8461, 12472, 7696, 14111, 9820, 14535, 10303, 14543, 10155, 15842, 10957, 12972, 13131, 9653, 14753, 8499, 12568, 9605, 10730, 11144, 9813, 13294, 8528, 13697, 10116, 14760, 12430, 14439, 10958, 13118, 11072, 12218, 12331, 12681, 12624, 8794, 12552, 8285, 13506, 9211, 16235, 10537, 12736, 9108, 12416, 9771, 13305, 12061, 9787, 11579, 7959, 12621, 8234, 14707, 10331, 14192, 10002, 13504, 10199, 14386, 10803, 15400, 12653, 10754, 11441, 7710, 12385, 7956, 14400, 10861, 14399, 10845, 14681, 10294, 11962, 12130, 11047, 13431, 8256, 13580, 9375, 14237, 11459, 14278, 11758, 9453, 12061, 8645, 13396, 9110, 16118, 11248, 13367, 9757, 9495, 10836, 8274, 14409, 9416, 14496, 9847, 13848, 10659, 13965, 11714, 8602, 12509, 8397, 13852, 9427, 15625, 11773, 15181, 10261, 7702, 12103, 8365, 12653, 9664, 14417, 9329, 13976, 10319, 14499, 11261, 12790, 12435, 10381, 14502, 10086, 15674, 11480, 14334, 11451, 14991, 11076, 12199, 11941, 9077, 12522, 8411, 13379, 8718, 16089, 10983, 14296, 9724, 10259, 11631, 8773, 15278, 11187, 13117, 10135, 8613, 11721, 8140, 14262, 10743, 14959, 10937, 12648, 12350, 11367, 14599, 9032, 12716, 9894, 14704, 11085, 12188, 12615, 11723, 12805, 8744, 12739, 8207, 13977, 10121, 15679, 12377, 15305, 10615, 11329, 11136, 9484, 14380, 11281, 15038, 10758, 12526, 8559, 12608, 9566, 14386, 11408, 13630, 11060, 10968, 11189, 8507, 13840, 9101, 13323, 8388, 13068, 8154, 14145, 10730, 14458, 10034, 13719, 9901, 13888, 11357, 12342, 12113, 8510, 11772, 7996, 12688, 8406, 15582, 11445, 13988, 9802, 12255, 9942, 11121, 11012, 12073, 13041, 9107, 12961, 8523, 13385, 8985, 14101, 9419, 15520, 11355, 13781, 9626, 13554, 10464, 14932, 12610, 9993, 12717, 8140, 12879, 8421, 14624, 10506, 15269, 11512, 8027, 11644, 8276, 13215, 8963, 13309, 9596, 14623, 9013, 14786, 8987, 14750, 9560, 15583, 12660, 15519, 12633, 15260, 12157, 14424, 11890, 13696, 10642, 14292, 11220, 10166, 11563, 8856, 13312, 8466, 14448, 8293, 14064, 8447, 14329, 11074, 13478, 13471, 8334, 12702, 9218, 8483, 11742, 8662, 13895, 9159, 14132, 10356, 14183, 10744, 10952, 12953, 9006, 13793, 10530, 14714, 11299, 9750, 12786, 9512, 15172, 10185, 14428, 9883, 9437, 12616, 9080, 11693, 12593, 9892, 14535, 13012, 9146, 13426, 9222, 14818, 10590, 15004, 10655, 14487, 10089, 13877, 10862, 11669, 11264, 7867, 12408, 9179, 14159, 12226, 7915, 13052, 9413, 14291, 10468, 12258, 13408, 9751, 13962, 8476, 13380, 9009, 14363, 11746, 14581, 10964, 11985, 11887, 8762, 14780, 9887, 14959, 10284, 14681, 10570, 14364, 11832, 10359, 11521, 8019, 12681, 8368, 14868, 9610, 14405, 9627, 13808, 10384, 12891, 12378, 8165, 12216, 7780, 13473, 9250, 14807, 11167, 10093, 11414, 8424, 14881, 11604, 12220, 11244, 8169, 12278, 9863, 14912, 12870, 13025, 10683, 10179, 12453, 11159, 14187, 9786, 13729, 9778, 7608, 12155, 8081, 15422, 11682, 15184, 10605, 9883, 12931, 9483, 14600, 10237, 14343, 11143, 14982, 12551, 13803, 10584, 10915, 11325, 11914, 13741, 12941, 13201, 9347, 9449, 7943, 8416, 10847, 7863, 12610, 12313, 11521, 11736, 11976, 8172, 16118, 12174, 9500, 15167, 12180, 16380, 12854, 12373, 12961], 'WindowCenter': [4475.0, 4499.0, 4444.0, 4485.0, 4420.0, 4459.0, 4419.0, 4468.0, 4435.0, 4481.0, 4449.0, 4459.0, 4417.0, 4438.0, 4425.0, 4424.0, 4472.0, 4429.0, 4448.0, 4421.0, 4459.0, 4421.0, 4470.0, 4428.0, 4468.0, 4428.0, 4456.0, 4438.0, 4469.0, 4450.0, 4458.0, 4438.0, 4457.0, 4436.0, 4454.0, 4435.0, 4454.0, 4437.0, 4435.0, 4436.0, 4426.0, 4448.0, 4445.0, 4457.0, 4415.0, 4446.0, 4406.0, 4455.0, 4406.0, 4466.0, 4437.0, 4467.0, 4470.0, 4447.0, 4437.0, 4406.0, 4447.0, 4418.0, 4467.0, 4439.0, 4457.0, 4436.0, 4456.0, 4438.0, 4469.0, 4449.0, 4458.0, 4449.0, 4434.0, 4436.0, 4423.0, 4446.0, 4435.0, 4468.0, 4449.0, 4468.0, 4413.0, 4426.0, 4426.0, 4435.0, 4448.0, 4465.0, 4438.0, 4455.0, 4437.0, 4454.0, 4448.0, 4467.0, 4446.0, 4442.0, 4422.0, 4407.0, 4419.0, 4428.0, 4418.0, 4429.0, 4418.0, 4397.0, 4418.0, 4404.0, 4406.0, 4384.0, 4428.0, 4387.0, 4440.0, 4377.0, 4417.0, 4377.0, 4440.0, 4411.0, 4450.0, 4409.0, 4440.0, 4412.0, 4442.0, 4420.0, 4424.0, 4454.0, 4414.0, 4445.0, 4394.0, 4443.0, 4404.0, 4456.0, 4415.0, 4456.0, 4425.0, 4453.0, 4437.0, 4456.0, 4460.0, 4454.0, 4451.0, 4458.0, 4450.0, 4428.0, 4469.0, 4440.0, 4483.0, 4440.0, 4468.0, 4427.0, 4457.0, 4439.0, 4447.0, 4460.0, 4430.0, 4470.0, 4429.0, 4470.0, 4430.0, 4481.0, 4461.0, 4470.0, 4438.0, 4424.0, 4435.0, 4416.0, 4458.0, 4416.0, 4470.0, 4428.0, 4457.0, 4416.0, 4459.0, 4405.0, 4456.0, 4414.0, 4455.0, 4415.0, 4454.0, 4414.0, 4444.0, 4435.0, 4454.0, 4446.0, 4457.0, 4445.0, 4414.0, 4433.0, 4416.0, 4445.0, 4426.0, 4468.0, 4460.0, 4447.0, 4439.0, 4429.0, 4458.0, 4426.0, 4459.0, 4418.0, 4482.0, 4429.0, 4469.0, 4417.0, 4468.0, 4440.0, 4469.0, 4439.0, 4468.0, 4438.0, 4465.0, 4450.0, 4460.0, 4458.0, 4437.0, 4467.0, 4415.0, 4446.0, 4428.0, 4427.0, 4439.0, 4467.0, 4439.0, 4467.0, 4451.0, 4469.0, 4451.0, 4484.0, 4463.0, 4469.0, 4450.0, 4454.0, 4435.0, 4431.0, 4423.0, 4429.0, 4430.0, 4399.0, 4430.0, 4386.0, 4415.0, 4385.0, 4414.0, 4393.0, 4425.0, 4406.0, 4437.0, 4418.0, 4384.0, 4405.0, 4376.0, 4416.0, 4388.0, 4437.0, 4423.0, 4439.0, 4425.0, 4421.0, 4432.0, 4404.0, 4455.0, 4434.0, 4420.0, 4469.0, 4460.0, 4437.0, 4445.0, 4414.0, 4456.0, 4415.0, 4453.0, 4423.0, 4444.0, 4413.0, 4443.0, 4425.0, 4456.0, 4448.0, 4467.0, 4434.0, 4420.0, 4435.0, 4390.0, 4434.0, 4394.0, 4456.0, 4438.0, 4468.0, 4460.0, 4479.0, 4449.0, 4457.0, 4448.0, 4426.0, 4443.0, 4437.0, 4468.0, 4417.0, 4456.0, 4416.0, 4457.0, 4426.0, 4467.0, 4451.0, 4481.0, 4457.0, 4467.0, 4448.0, 4403.0, 4434.0, 4395.0, 4457.0, 4415.0, 4467.0, 4428.0, 4467.0, 4438.0, 4468.0, 4448.0, 4467.0, 4437.0, 4453.0, 4436.0, 4454.0, 4437.0, 4456.0, 4449.0, 4444.0, 4434.0, 4423.0, 4434.0, 4414.0, 4457.0, 4452.0, 4480.0, 4405.0, 4445.0, 4405.0, 4454.0, 4438.0, 4468.0, 4448.0, 4467.0, 4438.0, 4443.0, 4437.0, 4437.0, 4469.0, 4429.0, 4469.0, 4428.0, 4469.0, 4429.0, 4468.0, 4461.0, 4470.0, 4449.0, 4448.0, 4436.0, 4407.0, 4469.0, 4432.0, 4482.0, 4433.0, 4524.0, 4469.0, 4480.0, 4451.0, 4479.0, 4449.0, 4434.0, 4446.0, 4428.0, 4485.0, 4470.0, 4484.0, 4440.0, 4471.0, 4428.0, 4457.0, 4395.0, 4443.0, 4428.0, 4455.0, 4439.0, 4467.0, 4438.0, 4456.0, 4438.0, 4466.0, 4449.0, 4469.0, 4458.0, 4416.0, 4446.0, 4417.0, 4458.0, 4429.0, 4468.0, 4427.0, 4467.0, 4425.0, 4468.0, 4451.0, 4481.0, 4460.0, 4449.0, 4448.0, 4406.0, 4459.0, 4431.0, 4480.0, 4430.0, 4469.0, 4440.0, 4469.0, 4451.0, 4470.0, 4472.0, 4449.0, 4447.0, 4418.0, 4458.0, 4409.0, 4471.0, 4442.0, 4469.0, 4440.0, 4469.0, 4441.0, 4481.0, 4451.0, 4459.0, 4461.0, 4430.0, 4471.0, 4429.0, 4459.0, 4440.0, 4448.0, 4447.0, 4439.0, 4471.0, 4431.0, 4470.0, 4453.0, 4468.0, 4472.0, 4468.0, 4439.0, 4447.0, 4438.0, 4448.0, 4459.0, 4446.0, 4447.0, 4405.0, 4446.0, 4403.0, 4455.0, 4414.0, 4479.0, 4438.0, 4456.0, 4426.0, 4456.0, 4438.0, 4457.0, 4462.0, 4439.0, 4461.0, 4420.0, 4460.0, 4433.0, 4471.0, 4441.0, 4457.0, 4429.0, 4456.0, 4426.0, 4457.0, 4450.0, 4468.0, 4459.0, 4435.0, 4435.0, 4393.0, 4432.0, 4395.0, 4456.0, 4437.0, 4457.0, 4436.0, 4465.0, 4438.0, 4448.0, 4448.0, 4448.0, 4456.0, 4404.0, 4444.0, 4414.0, 4467.0, 4448.0, 4467.0, 4447.0, 4427.0, 4446.0, 4416.0, 4455.0, 4415.0, 4463.0, 4437.0, 4457.0, 4427.0, 4426.0, 4437.0, 4418.0, 4470.0, 4429.0, 4471.0, 4439.0, 4458.0, 4437.0, 4458.0, 4449.0, 4415.0, 4446.0, 4404.0, 4456.0, 4417.0, 4468.0, 4450.0, 4470.0, 4427.0, 4396.0, 4445.0, 4418.0, 4458.0, 4439.0, 4470.0, 4428.0, 4467.0, 4452.0, 4471.0, 4451.0, 4459.0, 4459.0, 4426.0, 4458.0, 4425.0, 4456.0, 4423.0, 4431.0, 4422.0, 4428.0, 4410.0, 4417.0, 4409.0, 4388.0, 4417.0, 4374.0, 4413.0, 4386.0, 4450.0, 4419.0, 4439.0, 4410.0, 4423.0, 4421.0, 4400.0, 4464.0, 4434.0, 4455.0, 4434.0, 4414.0, 4445.0, 4406.0, 4467.0, 4437.0, 4467.0, 4450.0, 4456.0, 4463.0, 4450.0, 4471.0, 4430.0, 4459.0, 4428.0, 4455.0, 4448.0, 4447.0, 4459.0, 4447.0, 4457.0, 4416.0, 4456.0, 4416.0, 4458.0, 4439.0, 4481.0, 4460.0, 4468.0, 4426.0, 4407.0, 4422.0, 4414.0, 4456.0, 4436.0, 4468.0, 4438.0, 4457.0, 4417.0, 4445.0, 4425.0, 4467.0, 4459.0, 4468.0, 4448.0, 4446.0, 4447.0, 4418.0, 4469.0, 4418.0, 4458.0, 4406.0, 4456.0, 4408.0, 4469.0, 4448.0, 4470.0, 4440.0, 4469.0, 4437.0, 4468.0, 4449.0, 4458.0, 4458.0, 4416.0, 4447.0, 4406.0, 4459.0, 4419.0, 4480.0, 4448.0, 4468.0, 4438.0, 4456.0, 4436.0, 4445.0, 4447.0, 4458.0, 4470.0, 4427.0, 4459.0, 4418.0, 4459.0, 4428.0, 4467.0, 4427.0, 4468.0, 4449.0, 4456.0, 4414.0, 4445.0, 4436.0, 4456.0, 4458.0, 4428.0, 4458.0, 4407.0, 4446.0, 4429.0, 4482.0, 4452.0, 4480.0, 4449.0, 4409.0, 4436.0, 4406.0, 4454.0, 4415.0, 4445.0, 4440.0, 4469.0, 4429.0, 4481.0, 4428.0, 4468.0, 4427.0, 4466.0, 4445.0, 4454.0, 4434.0, 4440.0, 4419.0, 4417.0, 4407.0, 4415.0, 4383.0, 4413.0, 4393.0, 4382.0, 4392.0, 4371.0, 4412.0, 4362.0, 4424.0, 4360.0, 4412.0, 4375.0, 4426.0, 4417.0, 4428.0, 4428.0, 4391.0, 4441.0, 4412.0, 4401.0, 4431.0, 4402.0, 4454.0, 4414.0, 4456.0, 4426.0, 4456.0, 4435.0, 4436.0, 4445.0, 4414.0, 4455.0, 4435.0, 4455.0, 4438.0, 4427.0, 4458.0, 4425.0, 4468.0, 4438.0, 4467.0, 4427.0, 4428.0, 4457.0, 4429.0, 4462.0, 4483.0, 4452.0, 4481.0, 4472.0, 4441.0, 4469.0, 4428.0, 4479.0, 4451.0, 4469.0, 4439.0, 4456.0, 4437.0, 4468.0, 4449.0, 4448.0, 4448.0, 4408.0, 4458.0, 4439.0, 4471.0, 4473.0, 4421.0, 4483.0, 4455.0, 4480.0, 4466.0, 4474.0, 4485.0, 4443.0, 4511.0, 4458.0, 4482.0, 4444.0, 4482.0, 4461.0, 4468.0, 4438.0, 4447.0, 4448.0, 4417.0, 4468.0, 4427.0, 4466.0, 4426.0, 4455.0, 4425.0, 4454.0, 4448.0, 4422.0, 4435.0, 4394.0, 4444.0, 4404.0, 4455.0, 4416.0, 4454.0, 4425.0, 4455.0, 4436.0, 4457.0, 4457.0, 4405.0, 4445.0, 4406.0, 4455.0, 4429.0, 4468.0, 4447.0, 4438.0, 4447.0, 4429.0, 4481.0, 4464.0, 4461.0, 4461.0, 4430.0, 4461.0, 4441.0, 4482.0, 4471.0, 4469.0, 4438.0, 4438.0, 4459.0, 4449.0, 4471.0, 4439.0, 4457.0, 4437.0, 4408.0, 4459.0, 4418.0, 4480.0, 4460.0, 4480.0, 4449.0, 4439.0, 4458.0, 4429.0, 4470.0, 4439.0, 4456.0, 4438.0, 4456.0, 4449.0, 4446.0, 4423.0, 4424.0, 4424.0, 4432.0, 4456.0, 4456.0, 4458.0, 4415.0, 4413.0, 4393.0, 4404.0, 4447.0, 4394.0, 4434.0, 4430.0, 4432.0, 4434.0, 4446.0, 4417.0, 4478.0, 4461.0, 4427.0, 4468.0, 4447.0, 4456.0, 4434.0, 4420.0, 4420.0], 'WindowWidth': [9874.0, 9890.0, 9810.0, 9863.0, 9767.0, 9818.0, 9763.0, 9830.0, 9778.0, 9857.0, 9805.0, 9820.0, 9759.0, 9787.0, 9764.0, 9761.0, 9840.0, 9777.0, 9800.0, 9770.0, 9819.0, 9769.0, 9834.0, 9773.0, 9827.0, 9774.0, 9809.0, 9787.0, 9831.0, 9806.0, 9813.0, 9787.0, 9810.0, 9781.0, 9803.0, 9777.0, 9801.0, 9783.0, 9778.0, 9779.0, 9765.0, 9798.0, 9791.0, 9810.0, 9750.0, 9794.0, 9739.0, 9804.0, 9741.0, 9822.0, 9784.0, 9828.0, 9835.0, 9796.0, 9785.0, 9742.0, 9797.0, 9761.0, 9826.0, 9792.0, 9812.0, 9780.0, 9810.0, 9788.0, 9830.0, 9804.0, 9815.0, 9802.0, 9776.0, 9780.0, 9758.0, 9793.0, 9777.0, 9831.0, 9805.0, 9830.0, 9747.0, 9764.0, 9768.0, 9778.0, 9804.0, 9821.0, 9787.0, 9806.0, 9785.0, 9802.0, 9803.0, 9830.0, 9797.0, 9783.0, 9753.0, 9725.0, 9744.0, 9757.0, 9741.0, 9758.0, 9744.0, 9712.0, 9741.0, 9718.0, 9722.0, 9691.0, 9755.0, 9698.0, 9776.0, 9684.0, 9740.0, 9688.0, 9777.0, 9740.0, 9793.0, 9733.0, 9778.0, 9741.0, 9783.0, 9751.0, 9762.0, 9805.0, 9748.0, 9791.0, 9723.0, 9787.0, 9735.0, 9807.0, 9754.0, 9809.0, 9767.0, 9799.0, 9784.0, 9809.0, 9823.0, 9802.0, 9809.0, 9816.0, 9807.0, 9775.0, 9834.0, 9792.0, 9861.0, 9792.0, 9828.0, 9771.0, 9810.0, 9787.0, 9800.0, 9820.0, 9779.0, 9834.0, 9775.0, 9834.0, 9781.0, 9855.0, 9826.0, 9838.0, 9788.0, 9763.0, 9779.0, 9755.0, 9813.0, 9756.0, 9833.0, 9773.0, 9814.0, 9756.0, 9813.0, 9738.0, 9808.0, 9749.0, 9805.0, 9749.0, 9801.0, 9747.0, 9788.0, 9779.0, 9803.0, 9798.0, 9813.0, 9794.0, 9749.0, 9774.0, 9752.0, 9791.0, 9769.0, 9828.0, 9823.0, 9801.0, 9791.0, 9777.0, 9814.0, 9770.0, 9816.0, 9761.0, 9854.0, 9777.0, 9831.0, 9756.0, 9828.0, 9793.0, 9829.0, 9789.0, 9830.0, 9788.0, 9821.0, 9807.0, 9821.0, 9813.0, 9781.0, 9826.0, 9750.0, 9796.0, 9775.0, 9772.0, 9787.0, 9823.0, 9789.0, 9826.0, 9813.0, 9831.0, 9812.0, 9861.0, 9830.0, 9833.0, 9807.0, 9802.0, 9779.0, 9768.0, 9757.0, 9758.0, 9762.0, 9718.0, 9764.0, 9694.0, 9738.0, 9693.0, 9729.0, 9700.0, 9749.0, 9725.0, 9769.0, 9743.0, 9691.0, 9720.0, 9683.0, 9737.0, 9703.0, 9767.0, 9758.0, 9775.0, 9765.0, 9751.0, 9768.0, 9736.0, 9804.0, 9776.0, 9765.0, 9831.0, 9820.0, 9783.0, 9791.0, 9748.0, 9804.0, 9748.0, 9800.0, 9758.0, 9786.0, 9743.0, 9785.0, 9762.0, 9809.0, 9802.0, 9825.0, 9773.0, 9748.0, 9776.0, 9710.0, 9773.0, 9721.0, 9806.0, 9787.0, 9827.0, 9821.0, 9844.0, 9804.0, 9812.0, 9797.0, 9767.0, 9783.0, 9785.0, 9832.0, 9757.0, 9808.0, 9753.0, 9810.0, 9768.0, 9825.0, 9811.0, 9853.0, 9814.0, 9827.0, 9799.0, 9731.0, 9775.0, 9724.0, 9809.0, 9749.0, 9824.0, 9774.0, 9825.0, 9787.0, 9826.0, 9801.0, 9822.0, 9781.0, 9797.0, 9778.0, 9803.0, 9782.0, 9810.0, 9803.0, 9791.0, 9775.0, 9758.0, 9773.0, 9749.0, 9810.0, 9812.0, 9850.0, 9738.0, 9791.0, 9738.0, 9803.0, 9787.0, 9827.0, 9801.0, 9824.0, 9786.0, 9786.0, 9784.0, 9786.0, 9832.0, 9776.0, 9830.0, 9775.0, 9828.0, 9777.0, 9828.0, 9822.0, 9837.0, 9803.0, 9800.0, 9781.0, 9743.0, 9832.0, 9786.0, 9854.0, 9786.0, 9936.0, 9849.0, 9850.0, 9809.0, 9846.0, 9801.0, 9772.0, 9793.0, 9776.0, 9867.0, 9856.0, 9859.0, 9793.0, 9838.0, 9773.0, 9811.0, 9725.0, 9785.0, 9774.0, 9806.0, 9790.0, 9826.0, 9787.0, 9808.0, 9786.0, 9824.0, 9802.0, 9831.0, 9814.0, 9753.0, 9794.0, 9755.0, 9813.0, 9774.0, 9828.0, 9772.0, 9824.0, 9764.0, 9827.0, 9807.0, 9851.0, 9819.0, 9801.0, 9799.0, 9739.0, 9817.0, 9781.0, 9849.0, 9779.0, 9830.0, 9791.0, 9829.0, 9807.0, 9834.0, 9839.0, 9803.0, 9796.0, 9757.0, 9813.0, 9749.0, 9835.0, 9797.0, 9832.0, 9792.0, 9828.0, 9794.0, 9849.0, 9809.0, 9816.0, 9822.0, 9776.0, 9839.0, 9776.0, 9817.0, 9790.0, 9801.0, 9797.0, 9788.0, 9837.0, 9781.0, 9834.0, 9814.0, 9827.0, 9840.0, 9830.0, 9788.0, 9796.0, 9783.0, 9799.0, 9815.0, 9794.0, 9795.0, 9736.0, 9792.0, 9733.0, 9806.0, 9748.0, 9848.0, 9786.0, 9808.0, 9769.0, 9807.0, 9785.0, 9812.0, 9824.0, 9790.0, 9820.0, 9766.0, 9817.0, 9787.0, 9835.0, 9793.0, 9811.0, 9773.0, 9805.0, 9767.0, 9810.0, 9805.0, 9827.0, 9817.0, 9775.0, 9776.0, 9717.0, 9769.0, 9722.0, 9807.0, 9784.0, 9809.0, 9780.0, 9820.0, 9786.0, 9799.0, 9799.0, 9798.0, 9809.0, 9733.0, 9787.0, 9749.0, 9822.0, 9800.0, 9825.0, 9796.0, 9768.0, 9793.0, 9751.0, 9805.0, 9750.0, 9817.0, 9784.0, 9809.0, 9770.0, 9768.0, 9784.0, 9760.0, 9832.0, 9775.0, 9835.0, 9791.0, 9811.0, 9785.0, 9812.0, 9801.0, 9751.0, 9792.0, 9734.0, 9807.0, 9754.0, 9831.0, 9806.0, 9834.0, 9768.0, 9725.0, 9789.0, 9758.0, 9812.0, 9791.0, 9832.0, 9776.0, 9824.0, 9812.0, 9835.0, 9810.0, 9818.0, 9817.0, 9766.0, 9813.0, 9761.0, 9810.0, 9757.0, 9766.0, 9751.0, 9759.0, 9734.0, 9739.0, 9730.0, 9699.0, 9738.0, 9676.0, 9724.0, 9696.0, 9789.0, 9747.0, 9774.0, 9737.0, 9756.0, 9752.0, 9723.0, 9816.0, 9775.0, 9805.0, 9776.0, 9749.0, 9790.0, 9742.0, 9822.0, 9785.0, 9824.0, 9804.0, 9808.0, 9829.0, 9804.0, 9839.0, 9782.0, 9818.0, 9771.0, 9804.0, 9798.0, 9796.0, 9817.0, 9798.0, 9812.0, 9754.0, 9809.0, 9754.0, 9812.0, 9789.0, 9850.0, 9818.0, 9827.0, 9765.0, 9726.0, 9753.0, 9744.0, 9809.0, 9779.0, 9832.0, 9785.0, 9812.0, 9758.0, 9790.0, 9767.0, 9823.0, 9818.0, 9829.0, 9800.0, 9795.0, 9797.0, 9760.0, 9831.0, 9758.0, 9814.0, 9740.0, 9807.0, 9745.0, 9829.0, 9803.0, 9832.0, 9792.0, 9828.0, 9786.0, 9826.0, 9804.0, 9815.0, 9814.0, 9756.0, 9797.0, 9742.0, 9815.0, 9764.0, 9850.0, 9803.0, 9831.0, 9787.0, 9810.0, 9783.0, 9793.0, 9799.0, 9815.0, 9834.0, 9769.0, 9817.0, 9760.0, 9817.0, 9773.0, 9826.0, 9770.0, 9833.0, 9802.0, 9809.0, 9745.0, 9789.0, 9781.0, 9808.0, 9813.0, 9772.0, 9814.0, 9744.0, 9794.0, 9779.0, 9855.0, 9812.0, 9848.0, 9803.0, 9749.0, 9777.0, 9739.0, 9802.0, 9752.0, 9789.0, 9795.0, 9833.0, 9776.0, 9851.0, 9774.0, 9828.0, 9771.0, 9824.0, 9794.0, 9804.0, 9773.0, 9780.0, 9746.0, 9742.0, 9724.0, 9731.0, 9687.0, 9725.0, 9701.0, 9683.0, 9695.0, 9669.0, 9725.0, 9656.0, 9743.0, 9651.0, 9726.0, 9677.0, 9750.0, 9742.0, 9756.0, 9759.0, 9712.0, 9780.0, 9741.0, 9724.0, 9766.0, 9729.0, 9802.0, 9748.0, 9805.0, 9766.0, 9807.0, 9779.0, 9777.0, 9793.0, 9747.0, 9807.0, 9779.0, 9804.0, 9786.0, 9768.0, 9811.0, 9764.0, 9830.0, 9786.0, 9826.0, 9771.0, 9771.0, 9812.0, 9776.0, 9826.0, 9858.0, 9813.0, 9852.0, 9839.0, 9795.0, 9829.0, 9775.0, 9843.0, 9810.0, 9832.0, 9790.0, 9807.0, 9784.0, 9828.0, 9802.0, 9802.0, 9801.0, 9745.0, 9815.0, 9792.0, 9838.0, 9842.0, 9772.0, 9855.0, 9822.0, 9848.0, 9838.0, 9846.0, 9864.0, 9804.0, 9912.0, 9834.0, 9856.0, 9809.0, 9854.0, 9826.0, 9831.0, 9787.0, 9796.0, 9798.0, 9759.0, 9832.0, 9770.0, 9825.0, 9767.0, 9805.0, 9764.0, 9802.0, 9801.0, 9758.0, 9776.0, 9719.0, 9788.0, 9736.0, 9806.0, 9753.0, 9802.0, 9764.0, 9805.0, 9783.0, 9810.0, 9811.0, 9737.0, 9790.0, 9739.0, 9806.0, 9775.0, 9825.0, 9799.0, 9787.0, 9797.0, 9778.0, 9850.0, 9832.0, 9824.0, 9824.0, 9783.0, 9822.0, 9798.0, 9855.0, 9839.0, 9832.0, 9788.0, 9787.0, 9815.0, 9805.0, 9837.0, 9789.0, 9808.0, 9783.0, 9746.0, 9815.0, 9762.0, 9845.0, 9821.0, 9847.0, 9803.0, 9790.0, 9817.0, 9776.0, 9834.0, 9787.0, 9807.0, 9784.0, 9807.0, 9803.0, 9795.0, 9755.0, 9758.0, 9759.0, 9769.0, 9808.0, 9809.0, 9818.0, 9749.0, 9743.0, 9715.0, 9733.0, 9798.0, 9721.0, 9774.0, 9762.0, 9767.0, 9774.0, 9794.0, 9760.0, 9843.0, 9824.0, 9772.0, 9831.0, 9798.0, 9810.0, 9775.0, 9747.0, 9747.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.0009684482758620689</td></tr>
<tr><td colspan=3>aqi</td><td>0.021106270344827587</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.0606712631185</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2913691591139238</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0213117869620254</td></tr>
<tr><td colspan=3>efc</td><td>0.4882</td></tr>
<tr><td colspan=3>fber</td><td>5982.6323</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1046823082068029</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.620689655172415</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.412014653257008</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.292410581708309</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.606451937857343</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.337181440205372</td></tr>
<tr><td colspan=3>gcor</td><td>0.0261154</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019720321521162987</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03351212292909622</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1742911593443655</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>25.7512</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.154</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.4134</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294370.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>828.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.2615</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3654</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.7623</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3635.36</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3799.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82174.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1446.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4699.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.0891</td></tr>
<tr><td colspan=3>tsnr</td><td>44.533370145596564</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>