ds005256-mriqc/sub-0101_ses-01_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 8040380ef1 [DATALAD RUNCMD] Compute MRIQC for sub-0101
=== 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-0101 --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-0101",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:12:56 +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-0101_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0101_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0101/ses-01/func/sub-0101_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6c2a972a30891b67ccb9133a4d3ea646</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>13:02:30.632500</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.998133, 0.0505016, 0.0343564, -0.0442777, 0.985706, -0.162552]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.130922</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7753, -7244, 56, -187, -71, -74, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.564</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>464fb906-426f-411c-873a-e9abbaff2b07||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.67791748046875, -0.11879376322031021, 0.1136009618639946, 115.83614349365234], [-0.13549205660820007, 2.6445770263671875, -0.4339645802974701, -75.71792602539062], [0.09217563271522522, 0.4361160695552826, 2.6624743938446045, -98.6727523803711], [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': ['130230.632500', '130231.092500', '130231.552500', '130232.012500', '130232.472500', '130232.932500', '130233.392500', '130233.852500', '130234.312500', '130234.772500', '130235.232500', '130235.692500', '130236.152500', '130236.612500', '130237.072500', '130237.532500', '130237.992500', '130238.452500', '130238.912500', '130239.372500', '130239.832500', '130240.292500', '130240.752500', '130241.212500', '130241.672500', '130242.132500', '130242.592500', '130243.052500', '130243.512500', '130243.972500', '130244.432500', '130244.892500', '130245.352500', '130245.812500', '130246.272500', '130246.732500', '130247.192500', '130247.652500', '130248.112500', '130248.572500', '130249.032500', '130249.492500', '130249.952500', '130250.412500', '130250.872500', '130251.332500', '130251.792500', '130252.252500', '130252.712500', '130253.172500', '130253.632500', '130254.092500', '130254.552500', '130255.012500', '130255.472500', '130255.932500', '130256.392500', '130256.852500', '130257.312500', '130257.772500', '130258.232500', '130258.692500', '130259.152500', '130259.612500', '130300.072500', '130300.532500', '130300.992500', '130301.452500', '130301.912500', '130302.372500', '130302.832500', '130303.292500', '130303.752500', '130304.212500', '130304.672500', '130305.132500', '130305.592500', '130306.052500', '130306.512500', '130306.972500', '130307.432500', '130307.892500', '130308.352500', '130308.812500', '130309.272500', '130309.732500', '130310.192500', '130310.652500', '130311.112500', '130311.572500', '130312.032500', '130312.492500', '130312.952500', '130313.412500', '130313.872500', '130314.332500', '130314.792500', '130315.252500', '130315.712500', '130316.172500', '130316.632500', '130317.092500', '130317.552500', '130318.012500', '130318.472500', '130318.932500', '130319.392500', '130319.852500', '130320.312500', '130320.772500', '130321.232500', '130321.692500', '130322.152500', '130322.612500', '130323.072500', '130323.532500', '130323.992500', '130324.452500', '130324.912500', '130325.372500', '130325.832500', '130326.292500', '130326.752500', '130327.212500', '130327.672500', '130328.132500', '130328.592500', '130329.052500', '130329.512500', '130329.972500', '130330.432500', '130330.892500', '130331.352500', '130331.812500', '130332.272500', '130332.732500', '130333.192500', '130333.652500', '130334.112500', '130334.572500', '130335.032500', '130335.492500', '130335.952500', '130336.412500', '130336.872500', '130337.332500', '130337.792500', '130338.252500', '130338.712500', '130339.172500', '130339.632500', '130340.092500', '130340.552500', '130341.012500', '130341.472500', '130341.932500', '130342.392500', '130342.852500', '130343.312500', '130343.772500', '130344.232500', '130344.692500', '130345.152500', '130345.612500', '130346.072500', '130346.532500', '130346.992500', '130347.452500', '130347.912500', '130348.372500', '130348.832500', '130349.292500', '130349.752500', '130350.212500', '130350.672500', '130351.132500', '130351.592500', '130352.052500', '130352.512500', '130352.972500', '130353.432500', '130353.892500', '130354.352500', '130354.812500', '130355.272500', '130355.732500', '130356.192500', '130356.652500', '130357.112500', '130357.572500', '130358.032500', '130358.492500', '130358.952500', '130359.412500', '130359.872500', '130400.332500', '130400.792500', '130401.252500', '130401.712500', '130402.172500', '130402.632500', '130403.092500', '130403.552500', '130404.012500', '130404.472500', '130404.932500', '130405.392500', '130405.852500', '130406.312500', '130406.772500', '130407.232500', '130407.692500', '130408.152500', '130408.612500', '130409.072500', '130409.532500', '130409.992500', '130410.452500', '130410.912500', '130411.372500', '130411.832500', '130412.292500', '130412.752500', '130413.212500', '130413.672500', '130414.132500', '130414.592500', '130415.052500', '130415.512500', '130415.972500', '130416.432500', '130416.892500', '130417.352500', '130417.812500', '130418.272500', '130418.732500', '130419.192500', '130419.652500', '130420.112500', '130420.572500', '130421.032500', '130421.492500', '130421.952500', '130422.412500', '130422.872500', '130423.332500', '130423.792500', '130424.252500', '130424.712500', '130425.172500', '130425.632500', '130426.092500', '130426.552500', '130427.012500', '130427.472500', '130427.932500', '130428.392500', '130428.852500', '130429.312500', '130429.772500', '130430.232500', '130430.692500', '130431.152500', '130431.612500', '130432.072500', '130432.532500', '130432.992500', '130433.452500', '130433.912500', '130434.372500', '130434.832500', '130435.292500', '130435.752500', '130436.212500', '130436.672500', '130437.132500', '130437.592500', '130438.052500', '130438.512500', '130438.972500', '130439.432500', '130439.892500', '130440.352500', '130440.812500', '130441.272500', '130441.732500', '130442.192500', '130442.652500', '130443.112500', '130443.572500', '130444.032500', '130444.492500', '130444.952500', '130445.412500', '130445.872500', '130446.332500', '130446.792500', '130447.252500', '130447.712500', '130448.172500', '130448.632500', '130449.092500', '130449.552500', '130450.012500', '130450.472500', '130450.932500', '130451.392500', '130451.852500', '130452.312500', '130452.772500', '130453.232500', '130453.692500', '130454.152500', '130454.612500', '130455.072500', '130455.532500', '130455.992500', '130456.452500', '130456.912500', '130457.372500', '130457.832500', '130458.292500', '130458.752500', '130459.212500', '130459.672500', '130500.132500', '130500.592500', '130501.052500', '130501.512500', '130501.972500', '130502.432500', '130502.892500', '130503.352500', '130503.812500', '130504.272500', '130504.732500', '130505.192500', '130505.652500', '130506.112500', '130506.572500', '130507.032500', '130507.492500', '130507.952500', '130508.412500', '130508.872500', '130509.332500', '130509.792500', '130510.252500', '130510.712500', '130511.172500', '130511.632500', '130512.092500', '130512.552500', '130513.012500', '130513.472500', '130513.932500', '130514.392500', '130514.852500', '130515.312500', '130515.772500', '130516.232500', '130516.692500', '130517.152500', '130517.612500', '130518.072500', '130518.532500', '130518.992500', '130519.452500', '130519.912500', '130520.372500', '130520.832500', '130521.292500', '130521.752500', '130522.212500', '130522.672500', '130523.132500', '130523.592500', '130524.052500', '130524.512500', '130524.972500', '130525.432500', '130525.892500', '130526.352500', '130526.812500', '130527.272500', '130527.732500', '130528.192500', '130528.652500', '130529.112500', '130529.572500', '130530.032500', '130530.492500', '130530.952500', '130531.412500', '130531.872500', '130532.332500', '130532.792500', '130533.252500', '130533.712500', '130534.172500', '130534.632500', '130535.092500', '130535.552500', '130536.012500', '130536.472500', '130536.932500', '130537.392500', '130537.852500', '130538.312500', '130538.772500', '130539.232500', '130539.692500', '130540.152500', '130540.612500', '130541.072500', '130541.532500', '130541.992500', '130542.452500', '130542.912500', '130543.372500', '130543.832500', '130544.292500', '130544.752500', '130545.212500', '130545.672500', '130546.132500', '130546.592500', '130547.052500', '130547.512500', '130547.972500', '130548.432500', '130548.892500', '130549.352500', '130549.812500', '130550.272500', '130550.732500', '130551.192500', '130551.652500', '130552.112500', '130552.572500', '130553.032500', '130553.492500', '130553.952500', '130554.412500', '130554.872500', '130555.332500', '130555.792500', '130556.252500', '130556.712500', '130557.172500', '130557.632500', '130558.092500', '130558.552500', '130559.012500', '130559.472500', '130559.932500', '130600.392500', '130600.852500', '130601.312500', '130601.772500', '130602.232500', '130602.692500', '130603.152500', '130603.612500', '130604.072500', '130604.532500', '130604.992500', '130605.452500', '130605.912500', '130606.372500', '130606.832500', '130607.292500', '130607.752500', '130608.212500', '130608.672500', '130609.132500', '130609.592500', '130610.052500', '130610.512500', '130610.972500', '130611.432500', '130611.892500', '130612.352500', '130612.812500', '130613.272500', '130613.732500', '130614.192500', '130614.652500', '130615.112500', '130615.572500', '130616.032500', '130616.492500', '130616.952500', '130617.412500', '130617.872500', '130618.332500', '130618.792500', '130619.252500', '130619.712500', '130620.172500', '130620.632500', '130621.092500', '130621.552500', '130622.012500', '130622.472500', '130622.932500', '130623.392500', '130623.852500', '130624.312500', '130624.772500', '130625.232500', '130625.692500', '130626.152500', '130626.612500', '130627.072500', '130627.532500', '130627.992500', '130628.452500', '130628.912500', '130629.372500', '130629.832500', '130630.292500', '130630.752500', '130631.212500', '130631.672500', '130632.132500', '130632.592500', '130633.052500', '130633.512500', '130633.972500', '130634.432500', '130634.892500', '130635.352500', '130635.812500', '130636.272500', '130636.732500', '130637.192500', '130637.652500', '130638.112500', '130638.572500', '130639.032500', '130639.492500', '130639.952500', '130640.412500', '130640.872500', '130641.332500', '130641.792500', '130642.252500', '130642.712500', '130643.172500', '130643.632500', '130644.092500', '130644.552500', '130645.012500', '130645.472500', '130645.932500', '130646.392500', '130646.852500', '130647.312500', '130647.772500', '130648.232500', '130648.692500', '130649.152500', '130649.612500', '130650.072500', '130650.532500', '130650.992500', '130651.452500', '130651.912500', '130652.372500', '130652.832500', '130653.292500', '130653.752500', '130654.212500', '130654.672500', '130655.132500', '130655.592500', '130656.052500', '130656.512500', '130656.972500', '130657.432500', '130657.892500', '130658.352500', '130658.812500', '130659.272500', '130659.732500', '130700.192500', '130700.652500', '130701.112500', '130701.572500', '130702.032500', '130702.492500', '130702.952500', '130703.412500', '130703.872500', '130704.332500', '130704.792500', '130705.252500', '130705.712500', '130706.172500', '130706.632500', '130707.092500', '130707.552500', '130708.012500', '130708.472500', '130708.932500', '130709.392500', '130709.852500', '130710.312500', '130710.772500', '130711.232500', '130711.692500', '130712.152500', '130712.612500', '130713.072500', '130713.532500', '130713.992500', '130714.452500', '130714.912500', '130715.372500', '130715.832500', '130716.292500', '130716.752500', '130717.212500', '130717.672500', '130718.132500', '130718.592500', '130719.052500', '130719.512500', '130719.972500', '130720.432500', '130720.892500', '130721.352500', '130721.812500', '130722.272500', '130722.732500', '130723.192500', '130723.652500', '130724.112500', '130724.572500', '130725.032500', '130725.492500', '130725.952500', '130726.412500', '130726.872500', '130727.332500', '130727.792500', '130728.252500', '130728.712500', '130729.172500', '130729.632500', '130730.092500', '130730.552500', '130731.012500', '130731.472500', '130731.932500', '130732.392500', '130732.852500', '130733.312500', '130733.772500', '130734.232500', '130734.692500', '130735.152500', '130735.612500', '130736.072500', '130736.532500', '130736.992500', '130737.452500', '130737.912500', '130738.372500', '130738.832500', '130739.292500', '130739.752500', '130740.212500', '130740.672500', '130741.132500', '130741.592500', '130742.052500', '130742.512500', '130742.972500', '130743.432500', '130743.892500', '130744.352500', '130744.812500', '130745.272500', '130745.732500', '130746.192500', '130746.652500', '130747.112500', '130747.572500', '130748.032500', '130748.492500', '130748.952500', '130749.412500', '130749.872500', '130750.332500', '130750.792500', '130751.252500', '130751.712500', '130752.172500', '130752.632500', '130753.092500', '130753.552500', '130754.012500', '130754.472500', '130754.932500', '130755.392500', '130755.852500', '130756.312500', '130756.772500', '130757.232500', '130757.692500', '130758.152500', '130758.612500', '130759.072500', '130759.532500', '130759.992500', '130800.452500', '130800.912500', '130801.372500', '130801.832500', '130802.292500', '130802.752500', '130803.212500', '130803.672500', '130804.132500', '130804.592500', '130805.052500', '130805.512500', '130805.972500', '130806.432500', '130806.892500', '130807.352500', '130807.812500', '130808.272500', '130808.732500', '130809.192500', '130809.652500', '130810.112500', '130810.572500', '130811.032500', '130811.492500', '130811.952500', '130812.412500', '130812.872500', '130813.332500', '130813.792500', '130814.252500', '130814.712500', '130815.172500', '130815.632500', '130816.092500', '130816.552500', '130817.012500', '130817.472500', '130817.932500', '130818.392500', '130818.852500', '130819.312500', '130819.772500', '130820.232500', '130820.692500', '130821.152500', '130821.612500', '130822.072500', '130822.532500', '130822.992500', '130823.452500', '130823.912500', '130824.372500', '130824.832500', '130825.292500', '130825.752500', '130826.212500', '130826.672500', '130827.132500', '130827.592500', '130828.052500', '130828.512500', '130828.972500', '130829.432500', '130829.892500', '130830.352500', '130830.812500', '130831.272500', '130831.732500', '130832.192500', '130832.652500', '130833.112500', '130833.572500', '130834.032500', '130834.492500', '130834.952500', '130835.412500', '130835.872500', '130836.332500', '130836.792500', '130837.252500', '130837.712500', '130838.172500', '130838.632500', '130839.092500', '130839.552500', '130840.012500', '130840.472500', '130840.932500', '130841.392500', '130841.852500', '130842.312500', '130842.772500', '130843.232500', '130843.692500', '130844.152500', '130844.612500', '130845.072500', '130845.532500', '130845.992500', '130846.452500', '130846.912500', '130847.372500', '130847.832500', '130848.292500', '130848.752500', '130849.212500', '130849.672500', '130850.132500', '130850.592500', '130851.052500', '130851.512500', '130851.972500', '130852.432500', '130852.892500', '130853.352500', '130853.812500', '130854.272500', '130854.732500', '130855.192500', '130855.652500', '130856.112500', '130856.572500', '130857.032500', '130857.492500', '130857.952500', '130858.412500', '130858.872500', '130859.332500', '130859.792500', '130900.252500', '130900.712500', '130901.172500', '130901.632500', '130902.092500', '130902.552500', '130903.012500', '130903.472500', '130903.932500', '130904.392500', '130904.852500', '130905.312500', '130905.772500', '130906.232500', '130906.692500', '130907.152500', '130907.612500', '130908.072500', '130908.532500', '130908.992500', '130909.452500', '130909.912500', '130910.372500', '130910.832500', '130911.292500'], 'ContentTime': ['130257.337000', '130257.340000', '130257.343000', '130257.345000', '130257.348000', '130257.350000', '130257.353000', '130257.356000', '130257.358000', '130257.361000', '130257.363000', '130257.366000', '130257.368000', '130257.371000', '130257.374000', '130257.376000', '130257.379000', '130257.381000', '130257.384000', '130257.386000', '130257.389000', '130257.391000', '130257.394000', '130257.396000', '130257.399000', '130257.402000', '130257.414000', '130257.417000', '130257.419000', '130257.422000', '130257.424000', '130257.427000', '130257.429000', '130257.438000', '130257.441000', '130257.443000', '130257.446000', '130257.448000', '130257.451000', '130257.454000', '130257.456000', '130257.459000', '130257.462000', '130257.464000', '130257.467000', '130257.469000', '130257.472000', '130257.475000', '130257.477000', '130257.480000', '130257.482000', '130257.485000', '130257.487000', '130257.490000', '130257.497000', '130257.499000', '130317.310000', '130317.313000', '130317.316000', '130317.318000', '130317.321000', '130317.323000', '130317.326000', '130317.329000', '130317.331000', '130317.334000', '130317.336000', '130317.339000', '130317.342000', '130317.344000', '130317.347000', '130317.350000', '130317.353000', '130317.356000', '130317.359000', '130317.362000', '130317.364000', '130317.367000', '130317.369000', '130317.372000', '130317.374000', '130317.380000', '130317.383000', '130317.386000', '130317.388000', '130317.391000', '130317.393000', '130317.396000', '130317.399000', '130317.401000', '130317.404000', '130317.406000', '130317.409000', '130317.411000', '130317.414000', '130317.417000', '130317.419000', '130317.422000', '130317.424000', '130337.310000', '130337.313000', '130337.316000', '130337.319000', '130337.321000', '130337.324000', '130337.326000', '130337.329000', '130337.331000', '130337.334000', '130337.336000', '130337.339000', '130337.342000', '130337.344000', '130337.347000', '130337.349000', '130337.352000', '130337.355000', '130337.357000', '130337.360000', '130337.362000', '130337.365000', '130337.371000', '130337.373000', '130337.376000', '130337.378000', '130337.381000', '130337.384000', '130337.386000', '130337.389000', '130337.391000', '130337.394000', '130337.396000', '130337.399000', '130337.402000', '130337.404000', '130337.407000', '130337.409000', '130337.412000', '130337.414000', '130337.417000', '130337.420000', '130337.422000', '130337.425000', '130357.310000', '130357.313000', '130357.316000', '130357.318000', '130357.321000', '130357.324000', '130357.326000', '130357.329000', '130357.331000', '130357.334000', '130357.336000', '130357.339000', '130357.341000', '130357.344000', '130357.347000', '130357.349000', '130357.352000', '130357.354000', '130357.357000', '130357.359000', '130357.362000', '130357.365000', '130357.367000', '130357.370000', '130357.376000', '130357.378000', '130357.381000', '130357.384000', '130357.386000', '130357.389000', '130357.391000', '130357.394000', '130357.396000', '130357.399000', '130357.402000', '130357.404000', '130357.411000', '130357.414000', '130357.416000', '130357.419000', '130357.422000', '130357.424000', '130357.427000', '130417.310000', '130417.313000', '130417.320000', '130417.322000', '130417.325000', '130417.328000', '130417.330000', '130417.333000', '130417.335000', '130417.338000', '130417.340000', '130417.343000', '130417.346000', '130417.348000', '130417.351000', '130417.353000', '130417.356000', '130417.358000', '130417.361000', '130417.364000', '130417.366000', '130417.369000', '130417.371000', '130417.374000', '130417.376000', '130417.392000', '130417.395000', '130417.397000', '130417.400000', '130417.402000', '130417.405000', '130417.408000', '130417.410000', '130417.413000', '130417.415000', '130417.418000', '130417.420000', '130417.423000', '130417.426000', '130417.428000', '130417.431000', '130417.433000', '130417.436000', '130417.438000', '130437.310000', '130437.313000', '130437.316000', '130437.318000', '130437.321000', '130437.324000', '130437.326000', '130437.329000', '130437.331000', '130437.334000', '130437.336000', '130437.339000', '130437.342000', '130437.344000', '130437.347000', '130437.349000', '130437.352000', '130437.355000', '130437.357000', '130437.360000', '130437.363000', '130437.365000', '130437.368000', '130437.370000', '130437.373000', '130437.376000', '130437.379000', '130437.382000', '130437.384000', '130437.387000', '130437.390000', '130437.392000', '130437.395000', '130437.397000', '130437.400000', '130437.403000', '130437.405000', '130437.408000', '130437.410000', '130437.413000', '130437.416000', '130437.418000', '130437.421000', '130457.311000', '130457.314000', '130457.317000', '130457.319000', '130457.322000', '130457.325000', '130457.327000', '130457.330000', '130457.332000', '130457.335000', '130457.337000', '130457.340000', '130457.343000', '130457.345000', '130457.348000', '130457.350000', '130457.353000', '130457.356000', '130457.358000', '130457.361000', '130457.363000', '130457.366000', '130457.369000', '130457.371000', '130457.374000', '130457.377000', '130457.379000', '130457.382000', '130457.384000', '130457.387000', '130457.390000', '130457.393000', '130457.395000', '130457.398000', '130457.400000', '130457.403000', '130457.406000', '130457.408000', '130457.411000', '130457.413000', '130457.416000', '130457.418000', '130457.421000', '130457.424000', '130517.311000', '130517.314000', '130517.317000', '130517.319000', '130517.322000', '130517.324000', '130517.327000', '130517.330000', '130517.332000', '130517.335000', '130517.337000', '130517.340000', '130517.343000', '130517.345000', '130517.348000', '130517.350000', '130517.353000', '130517.355000', '130517.358000', '130517.360000', '130517.363000', '130517.366000', '130517.368000', '130517.371000', '130517.373000', '130517.376000', '130517.379000', '130517.381000', '130517.384000', '130517.386000', '130517.389000', '130517.392000', '130517.394000', '130517.397000', '130517.400000', '130517.402000', '130517.405000', '130517.407000', '130517.410000', '130517.413000', '130517.415000', '130517.418000', '130517.420000', '130537.310000', '130537.314000', '130537.316000', '130537.319000', '130537.321000', '130537.324000', '130537.327000', '130537.329000', '130537.332000', '130537.335000', '130537.337000', '130537.340000', '130537.342000', '130537.346000', '130537.348000', '130537.351000', '130537.353000', '130537.356000', '130537.359000', '130537.362000', '130537.364000', '130537.367000', '130537.370000', '130537.372000', '130537.375000', '130537.377000', '130537.380000', '130537.383000', '130537.385000', '130537.388000', '130537.391000', '130537.393000', '130537.396000', '130537.399000', '130537.401000', '130537.404000', '130537.410000', '130537.412000', '130537.415000', '130537.418000', '130537.420000', '130537.423000', '130537.425000', '130537.428000', '130557.310000', '130557.333000', '130557.336000', '130557.339000', '130557.341000', '130557.344000', '130557.356000', '130557.358000', '130557.361000', '130557.364000', '130557.366000', '130557.369000', '130557.371000', '130557.374000', '130557.377000', '130557.379000', '130557.382000', '130557.385000', '130557.387000', '130557.390000', '130557.392000', '130557.395000', '130557.398000', '130557.400000', '130557.403000', '130557.405000', '130557.408000', '130557.410000', '130557.413000', '130557.416000', '130557.418000', '130557.421000', '130557.423000', '130557.426000', '130557.428000', '130557.431000', '130557.434000', '130557.436000', '130557.440000', '130557.443000', '130557.445000', '130557.448000', '130557.451000', '130617.310000', '130617.313000', '130617.316000', '130617.318000', '130617.321000', '130617.324000', '130617.326000', '130617.329000', '130617.331000', '130617.334000', '130617.336000', '130617.339000', '130617.342000', '130617.344000', '130617.347000', '130617.349000', '130617.352000', '130617.355000', '130617.357000', '130617.360000', '130617.363000', '130617.365000', '130617.368000', '130617.370000', '130617.373000', '130617.375000', '130617.378000', '130617.381000', '130617.383000', '130617.386000', '130617.388000', '130617.391000', '130617.394000', '130617.396000', '130617.399000', '130617.401000', '130617.404000', '130617.407000', '130617.409000', '130617.412000', '130617.414000', '130617.417000', '130617.419000', '130617.422000', '130637.310000', '130637.313000', '130637.316000', '130637.319000', '130637.321000', '130637.324000', '130637.327000', '130637.329000', '130637.332000', '130637.334000', '130637.337000', '130637.340000', '130637.342000', '130637.345000', '130637.347000', '130637.350000', '130637.353000', '130637.355000', '130637.358000', '130637.360000', '130637.363000', '130637.366000', '130637.368000', '130637.371000', '130637.373000', '130637.376000', '130637.379000', '130637.382000', '130637.384000', '130637.387000', '130637.390000', '130637.392000', '130637.395000', '130637.397000', '130637.400000', '130637.403000', '130637.405000', '130637.408000', '130637.411000', '130637.413000', '130637.416000', '130637.419000', '130637.422000', '130657.311000', '130657.314000', '130657.316000', '130657.319000', '130657.322000', '130657.324000', '130657.327000', '130657.329000', '130657.332000', '130657.335000', '130657.337000', '130657.340000', '130657.342000', '130657.345000', '130657.348000', '130657.351000', '130657.353000', '130657.356000', '130657.358000', '130657.361000', '130657.364000', '130657.366000', '130657.369000', '130657.372000', '130657.374000', '130657.377000', '130657.379000', '130657.382000', '130657.385000', '130657.387000', '130657.390000', '130657.393000', '130657.395000', '130657.398000', '130657.400000', '130657.403000', '130657.406000', '130657.408000', '130657.411000', '130657.413000', '130657.416000', '130657.419000', '130657.421000', '130657.424000', '130717.311000', '130717.314000', '130717.317000', '130717.319000', '130717.322000', '130717.325000', '130717.327000', '130717.330000', '130717.332000', '130717.335000', '130717.337000', '130717.340000', '130717.343000', '130717.345000', '130717.348000', '130717.350000', '130717.353000', '130717.355000', '130717.358000', '130717.361000', '130717.363000', '130717.366000', '130717.368000', '130717.371000', '130717.373000', '130717.376000', '130717.379000', '130717.381000', '130717.384000', '130717.386000', '130717.389000', '130717.405000', '130717.408000', '130717.410000', '130717.413000', '130717.415000', '130717.418000', '130717.421000', '130717.423000', '130717.426000', '130717.428000', '130717.431000', '130717.433000', '130737.311000', '130737.314000', '130737.317000', '130737.319000', '130737.322000', '130737.325000', '130737.327000', '130737.330000', '130737.332000', '130737.335000', '130737.338000', '130737.340000', '130737.343000', '130737.345000', '130737.348000', '130737.351000', '130737.353000', '130737.356000', '130737.358000', '130737.361000', '130737.364000', '130737.366000', '130737.369000', '130737.371000', '130737.374000', '130737.376000', '130737.379000', '130737.382000', '130737.384000', '130737.387000', '130737.389000', '130737.392000', '130737.395000', '130737.397000', '130737.400000', '130737.402000', '130737.405000', '130737.407000', '130737.410000', '130737.413000', '130737.415000', '130737.418000', '130737.424000', '130737.427000', '130757.311000', '130757.313000', '130757.316000', '130757.319000', '130757.321000', '130757.324000', '130757.326000', '130757.329000', '130757.332000', '130757.334000', '130757.337000', '130757.339000', '130757.342000', '130757.345000', '130757.347000', '130757.350000', '130757.352000', '130757.355000', '130757.358000', '130757.360000', '130757.363000', '130757.365000', '130757.368000', '130757.370000', '130757.373000', '130757.376000', '130757.378000', '130757.381000', '130757.384000', '130757.386000', '130757.389000', '130757.391000', '130757.394000', '130757.397000', '130757.399000', '130757.402000', '130757.404000', '130757.407000', '130757.409000', '130757.412000', '130757.422000', '130757.424000', '130757.427000', '130817.311000', '130817.314000', '130817.316000', '130817.319000', '130817.321000', '130817.324000', '130817.327000', '130817.329000', '130817.332000', '130817.334000', '130817.337000', '130817.340000', '130817.342000', '130817.345000', '130817.348000', '130817.350000', '130817.353000', '130817.356000', '130817.358000', '130817.361000', '130817.364000', '130817.366000', '130817.369000', '130817.372000', '130817.374000', '130817.377000', '130817.379000', '130817.382000', '130817.385000', '130817.387000', '130817.390000', '130817.393000', '130817.395000', '130817.398000', '130817.400000', '130817.403000', '130817.406000', '130817.408000', '130817.411000', '130817.413000', '130817.416000', '130817.419000', '130817.421000', '130817.424000', '130837.311000', '130837.313000', '130837.316000', '130837.319000', '130837.321000', '130837.324000', '130837.327000', '130837.330000', '130837.332000', '130837.335000', '130837.337000', '130837.340000', '130837.342000', '130837.345000', '130837.348000', '130837.350000', '130837.353000', '130837.355000', '130837.358000', '130837.361000', '130837.363000', '130837.366000', '130837.368000', '130837.371000', '130837.374000', '130837.376000', '130837.379000', '130837.382000', '130837.384000', '130837.387000', '130837.389000', '130837.392000', '130837.395000', '130837.397000', '130837.400000', '130837.402000', '130837.405000', '130837.407000', '130837.410000', '130837.413000', '130837.415000', '130837.418000', '130837.421000', '130857.310000', '130857.313000', '130857.316000', '130857.318000', '130857.321000', '130857.324000', '130857.326000', '130857.329000', '130857.332000', '130857.334000', '130857.337000', '130857.339000', '130857.342000', '130857.356000', '130857.359000', '130857.361000', '130857.372000', '130857.374000', '130857.377000', '130857.379000', '130857.382000', '130857.385000', '130857.387000', '130857.390000', '130857.392000', '130857.395000', '130857.398000', '130857.401000', '130857.403000', '130857.406000', '130857.408000', '130857.411000', '130857.414000', '130857.416000', '130857.419000', '130857.421000', '130857.424000', '130857.427000', '130857.429000', '130857.432000', '130857.435000', '130857.437000', '130857.440000', '130857.442000', '130912.451000', '130912.454000', '130912.457000', '130912.460000', '130912.463000', '130912.466000', '130912.469000', '130912.471000', '130912.475000', '130912.478000', '130912.481000', '130912.483000', '130912.486000', '130912.489000', '130912.492000', '130912.494000', '130912.497000', '130912.500000', '130912.502000', '130912.505000', '130912.508000', '130912.510000', '130912.513000', '130912.516000', '130912.519000', '130912.521000', '130912.524000', '130912.527000', '130912.530000', '130912.532000', '130912.535000', '130912.538000', '130912.541000'], 'InstanceCreationTime': ['130257.337000', '130257.340000', '130257.343000', '130257.345000', '130257.348000', '130257.350000', '130257.353000', '130257.356000', '130257.358000', '130257.361000', '130257.363000', '130257.366000', '130257.368000', '130257.371000', '130257.374000', '130257.376000', '130257.379000', '130257.381000', '130257.384000', '130257.386000', '130257.389000', '130257.391000', '130257.394000', '130257.396000', '130257.399000', '130257.402000', '130257.414000', '130257.417000', '130257.419000', '130257.422000', '130257.424000', '130257.427000', '130257.429000', '130257.438000', '130257.441000', '130257.443000', '130257.446000', '130257.448000', '130257.451000', '130257.454000', '130257.456000', '130257.459000', '130257.462000', '130257.464000', '130257.467000', '130257.469000', '130257.472000', '130257.475000', '130257.477000', '130257.480000', '130257.482000', '130257.485000', '130257.487000', '130257.490000', '130257.497000', '130257.499000', '130317.310000', '130317.313000', '130317.316000', '130317.318000', '130317.321000', '130317.323000', '130317.326000', '130317.329000', '130317.331000', '130317.334000', '130317.336000', '130317.339000', '130317.342000', '130317.344000', '130317.347000', '130317.350000', '130317.353000', '130317.356000', '130317.359000', '130317.362000', '130317.364000', '130317.367000', '130317.369000', '130317.372000', '130317.374000', '130317.380000', '130317.383000', '130317.386000', '130317.388000', '130317.391000', '130317.393000', '130317.396000', '130317.399000', '130317.401000', '130317.404000', '130317.406000', '130317.409000', '130317.411000', '130317.414000', '130317.417000', '130317.419000', '130317.422000', '130317.424000', '130337.310000', '130337.313000', '130337.316000', '130337.319000', '130337.321000', '130337.324000', '130337.326000', '130337.329000', '130337.331000', '130337.334000', '130337.336000', '130337.339000', '130337.342000', '130337.344000', '130337.347000', '130337.349000', '130337.352000', '130337.355000', '130337.357000', '130337.360000', '130337.362000', '130337.365000', '130337.371000', '130337.373000', '130337.376000', '130337.378000', '130337.381000', '130337.384000', '130337.386000', '130337.389000', '130337.391000', '130337.394000', '130337.396000', '130337.399000', '130337.402000', '130337.404000', '130337.407000', '130337.409000', '130337.412000', '130337.414000', '130337.417000', '130337.420000', '130337.422000', '130337.425000', '130357.310000', '130357.313000', '130357.316000', '130357.318000', '130357.321000', '130357.324000', '130357.326000', '130357.329000', '130357.331000', '130357.334000', '130357.336000', '130357.339000', '130357.341000', '130357.344000', '130357.347000', '130357.349000', '130357.352000', '130357.354000', '130357.357000', '130357.359000', '130357.362000', '130357.365000', '130357.367000', '130357.370000', '130357.376000', '130357.378000', '130357.381000', '130357.384000', '130357.386000', '130357.389000', '130357.391000', '130357.394000', '130357.396000', '130357.399000', '130357.402000', '130357.404000', '130357.411000', '130357.414000', '130357.416000', '130357.419000', '130357.422000', '130357.424000', '130357.427000', '130417.310000', '130417.313000', '130417.320000', '130417.322000', '130417.325000', '130417.328000', '130417.330000', '130417.333000', '130417.335000', '130417.338000', '130417.340000', '130417.343000', '130417.346000', '130417.348000', '130417.351000', '130417.353000', '130417.356000', '130417.358000', '130417.361000', '130417.364000', '130417.366000', '130417.369000', '130417.371000', '130417.374000', '130417.376000', '130417.392000', '130417.395000', '130417.397000', '130417.400000', '130417.402000', '130417.405000', '130417.408000', '130417.410000', '130417.413000', '130417.415000', '130417.418000', '130417.420000', '130417.423000', '130417.426000', '130417.428000', '130417.431000', '130417.433000', '130417.436000', '130417.438000', '130437.310000', '130437.313000', '130437.316000', '130437.318000', '130437.321000', '130437.324000', '130437.326000', '130437.329000', '130437.331000', '130437.334000', '130437.336000', '130437.339000', '130437.342000', '130437.344000', '130437.347000', '130437.349000', '130437.352000', '130437.355000', '130437.357000', '130437.360000', '130437.363000', '130437.365000', '130437.368000', '130437.370000', '130437.373000', '130437.376000', '130437.379000', '130437.382000', '130437.384000', '130437.387000', '130437.390000', '130437.392000', '130437.395000', '130437.397000', '130437.400000', '130437.403000', '130437.405000', '130437.408000', '130437.410000', '130437.413000', '130437.416000', '130437.418000', '130437.421000', '130457.311000', '130457.314000', '130457.317000', '130457.319000', '130457.322000', '130457.325000', '130457.327000', '130457.330000', '130457.332000', '130457.335000', '130457.337000', '130457.340000', '130457.343000', '130457.345000', '130457.348000', '130457.350000', '130457.353000', '130457.356000', '130457.358000', '130457.361000', '130457.363000', '130457.366000', '130457.369000', '130457.371000', '130457.374000', '130457.377000', '130457.379000', '130457.382000', '130457.384000', '130457.387000', '130457.390000', '130457.393000', '130457.395000', '130457.398000', '130457.400000', '130457.403000', '130457.406000', '130457.408000', '130457.411000', '130457.413000', '130457.416000', '130457.418000', '130457.421000', '130457.424000', '130517.311000', '130517.314000', '130517.317000', '130517.319000', '130517.322000', '130517.324000', '130517.327000', '130517.330000', '130517.332000', '130517.335000', '130517.337000', '130517.340000', '130517.343000', '130517.345000', '130517.348000', '130517.350000', '130517.353000', '130517.355000', '130517.358000', '130517.360000', '130517.363000', '130517.366000', '130517.368000', '130517.371000', '130517.373000', '130517.376000', '130517.379000', '130517.381000', '130517.384000', '130517.386000', '130517.389000', '130517.392000', '130517.394000', '130517.397000', '130517.400000', '130517.402000', '130517.405000', '130517.407000', '130517.410000', '130517.413000', '130517.415000', '130517.418000', '130517.420000', '130537.310000', '130537.314000', '130537.316000', '130537.319000', '130537.321000', '130537.324000', '130537.327000', '130537.329000', '130537.332000', '130537.335000', '130537.337000', '130537.340000', '130537.342000', '130537.346000', '130537.348000', '130537.351000', '130537.353000', '130537.356000', '130537.359000', '130537.362000', '130537.364000', '130537.367000', '130537.370000', '130537.372000', '130537.375000', '130537.377000', '130537.380000', '130537.383000', '130537.385000', '130537.388000', '130537.391000', '130537.393000', '130537.396000', '130537.399000', '130537.401000', '130537.404000', '130537.410000', '130537.412000', '130537.415000', '130537.418000', '130537.420000', '130537.423000', '130537.425000', '130537.428000', '130557.310000', '130557.333000', '130557.336000', '130557.339000', '130557.341000', '130557.344000', '130557.356000', '130557.358000', '130557.361000', '130557.364000', '130557.366000', '130557.369000', '130557.371000', '130557.374000', '130557.377000', '130557.379000', '130557.382000', '130557.385000', '130557.387000', '130557.390000', '130557.392000', '130557.395000', '130557.398000', '130557.400000', '130557.403000', '130557.405000', '130557.408000', '130557.410000', '130557.413000', '130557.416000', '130557.418000', '130557.421000', '130557.423000', '130557.426000', '130557.428000', '130557.431000', '130557.434000', '130557.436000', '130557.440000', '130557.443000', '130557.445000', '130557.448000', '130557.451000', '130617.310000', '130617.313000', '130617.316000', '130617.318000', '130617.321000', '130617.324000', '130617.326000', '130617.329000', '130617.331000', '130617.334000', '130617.336000', '130617.339000', '130617.342000', '130617.344000', '130617.347000', '130617.349000', '130617.352000', '130617.355000', '130617.357000', '130617.360000', '130617.363000', '130617.365000', '130617.368000', '130617.370000', '130617.373000', '130617.375000', '130617.378000', '130617.381000', '130617.383000', '130617.386000', '130617.388000', '130617.391000', '130617.394000', '130617.396000', '130617.399000', '130617.401000', '130617.404000', '130617.407000', '130617.409000', '130617.412000', '130617.414000', '130617.417000', '130617.419000', '130617.422000', '130637.310000', '130637.313000', '130637.316000', '130637.319000', '130637.321000', '130637.324000', '130637.327000', '130637.329000', '130637.332000', '130637.334000', '130637.337000', '130637.340000', '130637.342000', '130637.345000', '130637.347000', '130637.350000', '130637.353000', '130637.355000', '130637.358000', '130637.360000', '130637.363000', '130637.366000', '130637.368000', '130637.371000', '130637.373000', '130637.376000', '130637.379000', '130637.382000', '130637.384000', '130637.387000', '130637.390000', '130637.392000', '130637.395000', '130637.397000', '130637.400000', '130637.403000', '130637.405000', '130637.408000', '130637.411000', '130637.413000', '130637.416000', '130637.419000', '130637.422000', '130657.311000', '130657.314000', '130657.316000', '130657.319000', '130657.322000', '130657.324000', '130657.327000', '130657.329000', '130657.332000', '130657.335000', '130657.337000', '130657.340000', '130657.342000', '130657.345000', '130657.348000', '130657.351000', '130657.353000', '130657.356000', '130657.358000', '130657.361000', '130657.364000', '130657.366000', '130657.369000', '130657.372000', '130657.374000', '130657.377000', '130657.379000', '130657.382000', '130657.385000', '130657.387000', '130657.390000', '130657.393000', '130657.395000', '130657.398000', '130657.400000', '130657.403000', '130657.406000', '130657.408000', '130657.411000', '130657.413000', '130657.416000', '130657.419000', '130657.421000', '130657.424000', '130717.311000', '130717.314000', '130717.317000', '130717.319000', '130717.322000', '130717.325000', '130717.327000', '130717.330000', '130717.332000', '130717.335000', '130717.337000', '130717.340000', '130717.343000', '130717.345000', '130717.348000', '130717.350000', '130717.353000', '130717.355000', '130717.358000', '130717.361000', '130717.363000', '130717.366000', '130717.368000', '130717.371000', '130717.373000', '130717.376000', '130717.379000', '130717.381000', '130717.384000', '130717.386000', '130717.389000', '130717.405000', '130717.408000', '130717.410000', '130717.413000', '130717.415000', '130717.418000', '130717.421000', '130717.423000', '130717.426000', '130717.428000', '130717.431000', '130717.433000', '130737.311000', '130737.314000', '130737.317000', '130737.319000', '130737.322000', '130737.325000', '130737.327000', '130737.330000', '130737.332000', '130737.335000', '130737.338000', '130737.340000', '130737.343000', '130737.345000', '130737.348000', '130737.351000', '130737.353000', '130737.356000', '130737.358000', '130737.361000', '130737.364000', '130737.366000', '130737.369000', '130737.371000', '130737.374000', '130737.376000', '130737.379000', '130737.382000', '130737.384000', '130737.387000', '130737.389000', '130737.392000', '130737.395000', '130737.397000', '130737.400000', '130737.402000', '130737.405000', '130737.407000', '130737.410000', '130737.413000', '130737.415000', '130737.418000', '130737.424000', '130737.427000', '130757.311000', '130757.313000', '130757.316000', '130757.319000', '130757.321000', '130757.324000', '130757.326000', '130757.329000', '130757.332000', '130757.334000', '130757.337000', '130757.339000', '130757.342000', '130757.345000', '130757.347000', '130757.350000', '130757.352000', '130757.355000', '130757.358000', '130757.360000', '130757.363000', '130757.365000', '130757.368000', '130757.370000', '130757.373000', '130757.376000', '130757.378000', '130757.381000', '130757.384000', '130757.386000', '130757.389000', '130757.391000', '130757.394000', '130757.397000', '130757.399000', '130757.402000', '130757.404000', '130757.407000', '130757.409000', '130757.412000', '130757.422000', '130757.424000', '130757.427000', '130817.311000', '130817.314000', '130817.316000', '130817.319000', '130817.321000', '130817.324000', '130817.327000', '130817.329000', '130817.332000', '130817.334000', '130817.337000', '130817.340000', '130817.342000', '130817.345000', '130817.348000', '130817.350000', '130817.353000', '130817.356000', '130817.358000', '130817.361000', '130817.364000', '130817.366000', '130817.369000', '130817.372000', '130817.374000', '130817.377000', '130817.379000', '130817.382000', '130817.385000', '130817.387000', '130817.390000', '130817.393000', '130817.395000', '130817.398000', '130817.400000', '130817.403000', '130817.406000', '130817.408000', '130817.411000', '130817.413000', '130817.416000', '130817.419000', '130817.421000', '130817.424000', '130837.311000', '130837.313000', '130837.316000', '130837.319000', '130837.321000', '130837.324000', '130837.327000', '130837.330000', '130837.332000', '130837.335000', '130837.337000', '130837.340000', '130837.342000', '130837.345000', '130837.348000', '130837.350000', '130837.353000', '130837.355000', '130837.358000', '130837.361000', '130837.363000', '130837.366000', '130837.368000', '130837.371000', '130837.374000', '130837.376000', '130837.379000', '130837.382000', '130837.384000', '130837.387000', '130837.389000', '130837.392000', '130837.395000', '130837.397000', '130837.400000', '130837.402000', '130837.405000', '130837.407000', '130837.410000', '130837.413000', '130837.415000', '130837.418000', '130837.421000', '130857.310000', '130857.313000', '130857.316000', '130857.318000', '130857.321000', '130857.324000', '130857.326000', '130857.329000', '130857.332000', '130857.334000', '130857.337000', '130857.339000', '130857.342000', '130857.356000', '130857.359000', '130857.361000', '130857.372000', '130857.374000', '130857.377000', '130857.379000', '130857.382000', '130857.385000', '130857.387000', '130857.390000', '130857.392000', '130857.395000', '130857.398000', '130857.401000', '130857.403000', '130857.406000', '130857.408000', '130857.411000', '130857.414000', '130857.416000', '130857.419000', '130857.421000', '130857.424000', '130857.427000', '130857.429000', '130857.432000', '130857.435000', '130857.437000', '130857.440000', '130857.442000', '130912.451000', '130912.454000', '130912.457000', '130912.460000', '130912.463000', '130912.466000', '130912.469000', '130912.471000', '130912.475000', '130912.478000', '130912.481000', '130912.483000', '130912.486000', '130912.489000', '130912.492000', '130912.494000', '130912.497000', '130912.500000', '130912.502000', '130912.505000', '130912.508000', '130912.510000', '130912.513000', '130912.516000', '130912.519000', '130912.521000', '130912.524000', '130912.527000', '130912.530000', '130912.532000', '130912.535000', '130912.538000', '130912.541000'], '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': [10008, 8837, 8554, 8977, 8778, 9242, 12046, 10893, 8604, 9021, 8843, 10579, 9546, 8463, 10655, 8817, 9457, 8847, 10462, 8543, 9276, 9798, 13350, 8459, 9785, 9040, 9474, 7828, 8957, 10612, 8861, 8317, 9143, 8730, 11212, 8702, 9129, 8632, 9001, 8630, 9279, 8637, 11528, 8626, 8287, 8269, 9301, 9204, 8840, 9032, 9076, 9254, 8476, 9105, 8777, 14091, 9902, 9412, 8581, 8900, 8593, 9807, 9668, 9089, 8231, 8984, 8447, 10783, 8117, 9334, 8744, 9982, 8186, 9358, 8277, 8702, 8600, 8683, 8616, 11153, 8817, 8456, 8365, 8417, 8436, 8376, 8281, 9041, 8939, 7811, 8660, 14022, 10243, 8066, 9775, 9237, 10133, 9898, 10153, 9856, 9457, 7921, 8982, 8553, 11529, 8275, 9578, 8368, 8775, 8209, 9087, 9274, 11825, 8705, 9569, 8386, 9745, 8602, 9621, 8475, 8721, 8371, 8494, 8562, 8637, 9112, 7957, 8929, 8953, 12749, 8361, 9756, 8600, 9090, 8654, 9422, 8501, 8081, 8058, 8249, 8626, 8092, 10773, 8942, 8459, 10218, 14788, 11244, 9232, 9899, 8819, 10438, 8634, 8283, 7884, 8638, 9185, 7750, 8940, 8356, 9376, 8580, 8555, 8676, 9996, 8082, 8754, 8116, 8770, 7899, 9086, 8011, 10085, 8685, 9034, 8934, 13115, 12345, 10532, 9357, 11236, 8899, 8987, 14504, 14596, 10293, 8255, 9066, 9186, 8140, 8678, 12603, 8999, 8224, 8802, 8386, 10581, 8518, 10128, 8419, 8960, 8629, 8605, 12393, 14999, 11286, 8254, 9712, 8839, 9417, 8124, 9292, 8628, 9023, 7975, 9933, 8656, 9221, 8277, 9472, 9268, 11434, 9149, 8548, 9139, 11460, 8920, 9075, 8186, 8852, 8498, 8521, 8634, 10033, 8023, 8815, 11267, 11604, 13193, 9526, 11801, 8749, 16227, 10075, 13659, 9545, 8693, 8582, 8733, 8492, 8763, 9315, 8980, 9262, 8660, 10002, 10289, 10783, 9689, 8683, 9887, 8763, 9695, 9298, 10226, 10302, 12890, 11824, 11382, 9179, 10601, 9529, 9925, 9526, 9397, 9001, 8981, 9159, 8084, 9238, 8378, 8882, 8011, 8629, 8823, 8568, 9330, 8506, 9357, 8265, 9591, 8685, 10844, 8487, 9651, 10499, 10763, 9040, 9503, 9942, 9170, 9950, 14379, 10181, 9851, 8944, 9614, 8581, 9197, 14843, 11575, 9425, 9214, 9344, 8324, 8504, 10063, 8764, 9447, 9105, 9228, 8333, 9355, 9047, 9298, 8221, 8699, 15039, 12610, 9250, 7963, 8814, 8692, 8975, 8794, 9079, 8569, 8466, 9590, 8719, 8089, 8830, 8860, 9236, 8107, 9693, 8838, 9070, 8541, 8774, 14590, 12732, 10532, 10195, 14556, 9466, 8621, 10458, 8625, 8880, 10033, 8770, 9852, 8247, 8664, 7871, 9198, 8655, 9197, 8624, 9445, 8826, 11153, 8958, 9436, 11734, 14061, 10578, 9113, 8767, 9547, 8372, 8551, 8651, 8535, 9385, 8240, 9027, 8463, 9703, 8544, 10155, 9217, 10033, 8952, 9414, 8969, 9840, 8730, 9398, 8467, 8482, 8938, 9466, 8256, 9124, 8661, 9295, 8103, 8977, 8691, 8893, 8698, 9608, 12781, 8723, 9297, 8379, 8727, 8626, 9177, 10401, 11275, 8346, 8569, 8687, 8668, 8568, 8444, 10554, 8973, 9940, 8816, 9118, 8869, 9894, 11862, 13005, 9267, 9997, 8966, 9801, 8749, 9568, 8781, 11029, 10263, 12726, 14333, 10598, 8575, 9768, 8561, 9286, 8423, 8677, 8531, 9072, 8223, 9370, 8198, 8653, 8294, 9493, 8474, 9393, 8772, 8465, 11921, 14394, 10435, 8349, 8445, 8984, 8967, 8680, 8390, 11172, 8433, 9695, 8667, 8890, 8762, 8405, 10493, 13350, 9471, 7963, 8816, 8750, 9023, 8111, 8528, 8546, 9207, 8119, 9347, 8420, 9316, 8347, 9080, 13193, 13343, 10311, 9506, 10782, 9151, 9831, 8963, 9387, 9792, 9221, 10688, 8895, 9822, 8319, 10507, 8297, 9706, 8274, 9234, 8596, 9313, 8778, 9669, 8388, 9383, 9690, 9242, 8367, 8417, 10583, 9060, 9575, 8004, 9213, 8448, 9956, 8570, 8990, 8977, 9572, 12014, 13964, 10074, 8312, 8418, 13250, 10716, 8380, 9066, 8749, 9257, 8109, 9474, 8101, 9163, 8438, 9179, 8573, 12902, 9141, 9109, 8685, 8299, 8534, 8110, 10048, 8064, 9267, 8360, 9782, 12184, 11074, 9028, 9996, 9179, 8533, 8791, 8051, 8446, 8094, 9466, 8121, 10015, 8200, 11854, 9549, 10108, 9153, 8956, 9330, 8496, 8322, 13511, 12952, 8972, 9158, 7733, 9283, 8139, 8955, 8264, 8912, 8148, 9452, 8072, 11765, 8846, 9946, 9148, 9788, 8749, 10757, 11901, 13461, 9330, 10009, 8675, 10718, 10010, 13125, 14915, 10871, 8454, 9540, 8670, 8748, 9598, 8167, 9129, 8375, 9459, 8048, 9391, 8758, 8084, 7912, 10240, 9127, 8092, 8230, 9069, 9317, 7646, 7915, 8032, 8187, 7501, 8627, 8077, 8829, 8786, 7668, 8957, 7736, 10949, 9217, 7868, 9864, 8986, 10858, 10168, 10091, 9566, 8446, 9046, 8277, 10018, 10350, 8968, 8589, 8885, 9186, 10174, 8127, 8529, 8760, 8832, 8530, 8044, 14751, 10101, 9708, 8708, 9301, 8810, 9532, 8276, 10466, 8292, 9902, 8184, 10343, 8375, 8712, 10221, 9052, 9776, 9332, 11015, 8591, 11799, 15499, 11398, 8712, 9510, 8700, 9125, 8754, 9062, 12226, 8693, 9864, 8483, 8777, 8408, 9565, 9312, 8781, 8214, 9695, 8278, 8936, 8400, 9610, 8497, 9364, 8638, 11776, 15314, 11793, 8954, 9859, 8732, 9061, 8363, 8823, 10469, 8650, 8418, 7749, 9396, 8542, 8006, 9058, 8622, 8898, 8155, 9007, 11590, 8755, 8103, 10001, 7985, 9306, 8436, 9876, 8649, 9150, 9051, 9223, 9300, 15569, 12150, 9848, 9044, 9250, 8928, 9240, 11651, 15433, 10709, 9926, 8824, 8991, 8421, 9375, 8669, 9926, 8770, 9918, 12931, 9894, 8259, 8634, 10623, 8751, 9656, 8411, 8964, 8697, 9536, 8559, 8273, 8334, 9658, 14526, 12316, 8988, 9855, 9089, 9871, 8558, 9286, 9354, 8765, 9726, 8783, 10942, 8487, 9745, 9100, 8457, 9049, 9512, 8200, 12143, 9132, 8040, 9105, 8097, 8847, 8039, 8523, 8199, 9146, 8138, 9448, 8473, 9224, 8558, 9927, 14766, 10997, 8587, 8965, 10362, 9894, 8833, 9351, 8488, 8786, 9705, 8048, 10392, 8409, 9751, 8055, 9637, 8641, 7909, 8876, 7901, 8821, 7954, 8997, 8961, 8679, 8532, 8630, 9643, 8387, 9362, 8479, 9847, 8567, 9014, 10336, 11374, 8163, 9622], 'WindowCenter': [4723.0, 4670.0, 4649.0, 4646.0, 4633.0, 4641.0, 4668.0, 4645.0, 4604.0, 4615.0, 4614.0, 4633.0, 4623.0, 4590.0, 4628.0, 4599.0, 4609.0, 4599.0, 4627.0, 4600.0, 4610.0, 4622.0, 4671.0, 4590.0, 4620.0, 4598.0, 4618.0, 4581.0, 4613.0, 4631.0, 4599.0, 4589.0, 4611.0, 4613.0, 4640.0, 4602.0, 4611.0, 4598.0, 4596.0, 4602.0, 4621.0, 4611.0, 4651.0, 4601.0, 4589.0, 4601.0, 4622.0, 4609.0, 4612.0, 4610.0, 4599.0, 4597.0, 4585.0, 4610.0, 4599.0, 4668.0, 4609.0, 4599.0, 4586.0, 4599.0, 4598.0, 4620.0, 4610.0, 4611.0, 4575.0, 4600.0, 4591.0, 4642.0, 4578.0, 4607.0, 4601.0, 4618.0, 4590.0, 4610.0, 4590.0, 4586.0, 4600.0, 4601.0, 4601.0, 4640.0, 4597.0, 4605.0, 4601.0, 4601.0, 4601.0, 4601.0, 4601.0, 4597.0, 4611.0, 4591.0, 4601.0, 4670.0, 4620.0, 4579.0, 4617.0, 4607.0, 4618.0, 4619.0, 4620.0, 4608.0, 4606.0, 4575.0, 4600.0, 4598.0, 4637.0, 4588.0, 4608.0, 4588.0, 4598.0, 4600.0, 4597.0, 4610.0, 4637.0, 4598.0, 4609.0, 4590.0, 4619.0, 4602.0, 4619.0, 4587.0, 4598.0, 4601.0, 4601.0, 4601.0, 4598.0, 4596.0, 4589.0, 4608.0, 4599.0, 4659.0, 4588.0, 4608.0, 4599.0, 4600.0, 4602.0, 4613.0, 4599.0, 4573.0, 4573.0, 4585.0, 4597.0, 4589.0, 4626.0, 4597.0, 4587.0, 4619.0, 4670.0, 4641.0, 4611.0, 4620.0, 4611.0, 4629.0, 4600.0, 4589.0, 4588.0, 4599.0, 4612.0, 4582.0, 4612.0, 4589.0, 4609.0, 4600.0, 4598.0, 4602.0, 4622.0, 4593.0, 4602.0, 4590.0, 4612.0, 4604.0, 4616.0, 4605.0, 4632.0, 4602.0, 4600.0, 4601.0, 4661.0, 4662.0, 4633.0, 4610.0, 4627.0, 4597.0, 4613.0, 4670.0, 4682.0, 4632.0, 4588.0, 4600.0, 4608.0, 4577.0, 4600.0, 4649.0, 4597.0, 4589.0, 4609.0, 4589.0, 4617.0, 4589.0, 4617.0, 4586.0, 4597.0, 4589.0, 4599.0, 4651.0, 4683.0, 4640.0, 4588.0, 4608.0, 4584.0, 4595.0, 4577.0, 4598.0, 4587.0, 4596.0, 4578.0, 4618.0, 4590.0, 4609.0, 4589.0, 4624.0, 4612.0, 4640.0, 4598.0, 4601.0, 4610.0, 4640.0, 4600.0, 4610.0, 4587.0, 4594.0, 4598.0, 4600.0, 4597.0, 4618.0, 4587.0, 4612.0, 4652.0, 4664.0, 4673.0, 4609.0, 4635.0, 4588.0, 4663.0, 4607.0, 4642.0, 4595.0, 4587.0, 4584.0, 4585.0, 4585.0, 4584.0, 4594.0, 4585.0, 4592.0, 4575.0, 4602.0, 4604.0, 4604.0, 4595.0, 4575.0, 4604.0, 4573.0, 4594.0, 4594.0, 4604.0, 4604.0, 4634.0, 4623.0, 4625.0, 4583.0, 4603.0, 4581.0, 4590.0, 4595.0, 4582.0, 4584.0, 4584.0, 4594.0, 4565.0, 4592.0, 4574.0, 4594.0, 4576.0, 4586.0, 4596.0, 4597.0, 4609.0, 4596.0, 4608.0, 4587.0, 4609.0, 4601.0, 4640.0, 4602.0, 4621.0, 4633.0, 4639.0, 4599.0, 4607.0, 4605.0, 4598.0, 4620.0, 4669.0, 4617.0, 4619.0, 4597.0, 4606.0, 4588.0, 4607.0, 4666.0, 4626.0, 4606.0, 4594.0, 4595.0, 4585.0, 4599.0, 4606.0, 4598.0, 4607.0, 4597.0, 4607.0, 4588.0, 4609.0, 4596.0, 4607.0, 4589.0, 4599.0, 4671.0, 4646.0, 4599.0, 4578.0, 4595.0, 4586.0, 4596.0, 4584.0, 4595.0, 4598.0, 4588.0, 4609.0, 4600.0, 4589.0, 4608.0, 4598.0, 4599.0, 4577.0, 4608.0, 4597.0, 4597.0, 4600.0, 4601.0, 4681.0, 4659.0, 4629.0, 4617.0, 4658.0, 4607.0, 4584.0, 4605.0, 4585.0, 4595.0, 4606.0, 4586.0, 4618.0, 4586.0, 4585.0, 4578.0, 4606.0, 4598.0, 4605.0, 4587.0, 4609.0, 4599.0, 4639.0, 4610.0, 4610.0, 4652.0, 4668.0, 4615.0, 4597.0, 4586.0, 4591.0, 4572.0, 4584.0, 4583.0, 4587.0, 4596.0, 4586.0, 4598.0, 4589.0, 4607.0, 4597.0, 4615.0, 4607.0, 4618.0, 4597.0, 4596.0, 4585.0, 4606.0, 4585.0, 4595.0, 4575.0, 4588.0, 4597.0, 4606.0, 4588.0, 4610.0, 4596.0, 4594.0, 4574.0, 4595.0, 4584.0, 4596.0, 4597.0, 4610.0, 4659.0, 4599.0, 4609.0, 4584.0, 4584.0, 4585.0, 4607.0, 4629.0, 4640.0, 4600.0, 4600.0, 4600.0, 4598.0, 4599.0, 4590.0, 4628.0, 4597.0, 4617.0, 4596.0, 4596.0, 4598.0, 4618.0, 4639.0, 4646.0, 4595.0, 4605.0, 4583.0, 4604.0, 4584.0, 4606.0, 4585.0, 4626.0, 4616.0, 4648.0, 4669.0, 4614.0, 4584.0, 4602.0, 4570.0, 4581.0, 4573.0, 4584.0, 4582.0, 4596.0, 4586.0, 4609.0, 4588.0, 4584.0, 4586.0, 4606.0, 4587.0, 4606.0, 4596.0, 4589.0, 4650.0, 4669.0, 4628.0, 4586.0, 4574.0, 4584.0, 4582.0, 4585.0, 4587.0, 4625.0, 4585.0, 4606.0, 4599.0, 4598.0, 4598.0, 4587.0, 4628.0, 4658.0, 4607.0, 4577.0, 4596.0, 4598.0, 4594.0, 4576.0, 4588.0, 4596.0, 4608.0, 4590.0, 4610.0, 4587.0, 4608.0, 4588.0, 4598.0, 4660.0, 4659.0, 4618.0, 4607.0, 4624.0, 4593.0, 4604.0, 4584.0, 4595.0, 4617.0, 4608.0, 4615.0, 4596.0, 4606.0, 4586.0, 4616.0, 4586.0, 4608.0, 4586.0, 4593.0, 4586.0, 4596.0, 4597.0, 4607.0, 4588.0, 4608.0, 4607.0, 4596.0, 4586.0, 4575.0, 4616.0, 4611.0, 4608.0, 4577.0, 4608.0, 4585.0, 4605.0, 4597.0, 4595.0, 4597.0, 4606.0, 4647.0, 4656.0, 4607.0, 4585.0, 4586.0, 4647.0, 4614.0, 4587.0, 4596.0, 4582.0, 4595.0, 4577.0, 4605.0, 4576.0, 4593.0, 4586.0, 4606.0, 4586.0, 4647.0, 4598.0, 4595.0, 4587.0, 4587.0, 4585.0, 4578.0, 4617.0, 4576.0, 4607.0, 4587.0, 4617.0, 4646.0, 4625.0, 4584.0, 4605.0, 4593.0, 4584.0, 4586.0, 4575.0, 4575.0, 4560.0, 4593.0, 4577.0, 4615.0, 4587.0, 4638.0, 4607.0, 4617.0, 4597.0, 4596.0, 4593.0, 4585.0, 4587.0, 4647.0, 4647.0, 4596.0, 4596.0, 4564.0, 4595.0, 4577.0, 4600.0, 4589.0, 4597.0, 4578.0, 4611.0, 4589.0, 4639.0, 4597.0, 4619.0, 4608.0, 4617.0, 4598.0, 4630.0, 4640.0, 4649.0, 4599.0, 4604.0, 4586.0, 4617.0, 4609.0, 4648.0, 4667.0, 4615.0, 4575.0, 4593.0, 4572.0, 4588.0, 4594.0, 4589.0, 4595.0, 4587.0, 4608.0, 4577.0, 4594.0, 4587.0, 4589.0, 4577.0, 4620.0, 4597.0, 4577.0, 4601.0, 4610.0, 4596.0, 4578.0, 4579.0, 4577.0, 4574.0, 4551.0, 4571.0, 4578.0, 4597.0, 4597.0, 4577.0, 4596.0, 4578.0, 4627.0, 4609.0, 4589.0, 4619.0, 4598.0, 4630.0, 4619.0, 4620.0, 4607.0, 4586.0, 4597.0, 4589.0, 4621.0, 4619.0, 4597.0, 4588.0, 4598.0, 4609.0, 4620.0, 4580.0, 4596.0, 4586.0, 4595.0, 4596.0, 4587.0, 4679.0, 4618.0, 4608.0, 4597.0, 4594.0, 4596.0, 4609.0, 4589.0, 4629.0, 4590.0, 4617.0, 4590.0, 4618.0, 4588.0, 4598.0, 4615.0, 4595.0, 4604.0, 4593.0, 4626.0, 4588.0, 4638.0, 4668.0, 4638.0, 4586.0, 4603.0, 4583.0, 4607.0, 4598.0, 4611.0, 4647.0, 4598.0, 4619.0, 4588.0, 4583.0, 4586.0, 4606.0, 4607.0, 4585.0, 4587.0, 4606.0, 4585.0, 4593.0, 4575.0, 4605.0, 4585.0, 4597.0, 4586.0, 4637.0, 4668.0, 4637.0, 4584.0, 4603.0, 4589.0, 4597.0, 4585.0, 4597.0, 4616.0, 4585.0, 4586.0, 4576.0, 4606.0, 4596.0, 4576.0, 4595.0, 4585.0, 4597.0, 4586.0, 4599.0, 4638.0, 4587.0, 4576.0, 4618.0, 4587.0, 4606.0, 4590.0, 4617.0, 4587.0, 4595.0, 4597.0, 4608.0, 4609.0, 4678.0, 4636.0, 4606.0, 4594.0, 4592.0, 4594.0, 4596.0, 4628.0, 4666.0, 4617.0, 4604.0, 4584.0, 4583.0, 4571.0, 4596.0, 4586.0, 4605.0, 4586.0, 4617.0, 4647.0, 4605.0, 4585.0, 4584.0, 4615.0, 4585.0, 4604.0, 4576.0, 4593.0, 4595.0, 4609.0, 4587.0, 4587.0, 4588.0, 4607.0, 4655.0, 4635.0, 4585.0, 4602.0, 4584.0, 4605.0, 4586.0, 4609.0, 4595.0, 4586.0, 4607.0, 4586.0, 4625.0, 4585.0, 4607.0, 4597.0, 4585.0, 4596.0, 4618.0, 4601.0, 4650.0, 4608.0, 4586.0, 4610.0, 4577.0, 4593.0, 4577.0, 4585.0, 4586.0, 4607.0, 4577.0, 4608.0, 4588.0, 4611.0, 4599.0, 4616.0, 4667.0, 4626.0, 4584.0, 4597.0, 4617.0, 4607.0, 4596.0, 4596.0, 4587.0, 4586.0, 4596.0, 4573.0, 4603.0, 4576.0, 4607.0, 4575.0, 4608.0, 4598.0, 4589.0, 4609.0, 4588.0, 4597.0, 4576.0, 4597.0, 4598.0, 4596.0, 4599.0, 4599.0, 4609.0, 4588.0, 4608.0, 4587.0, 4606.0, 4588.0, 4598.0, 4618.0, 4637.0, 4588.0, 4606.0], 'WindowWidth': [10372.0, 10269.0, 10220.0, 10206.0, 10180.0, 10182.0, 10213.0, 10175.0, 10117.0, 10131.0, 10130.0, 10152.0, 10138.0, 10090.0, 10139.0, 10098.0, 10112.0, 10099.0, 10136.0, 10101.0, 10115.0, 10135.0, 10202.0, 10089.0, 10130.0, 10098.0, 10125.0, 10078.0, 10125.0, 10144.0, 10099.0, 10083.0, 10119.0, 10126.0, 10158.0, 10108.0, 10118.0, 10098.0, 10091.0, 10110.0, 10133.0, 10123.0, 10175.0, 10104.0, 10087.0, 10105.0, 10138.0, 10116.0, 10122.0, 10115.0, 10100.0, 10095.0, 10077.0, 10116.0, 10103.0, 10195.0, 10111.0, 10098.0, 10079.0, 10101.0, 10098.0, 10130.0, 10116.0, 10119.0, 10062.0, 10099.0, 10091.0, 10163.0, 10070.0, 10108.0, 10108.0, 10129.0, 10090.0, 10116.0, 10087.0, 10077.0, 10101.0, 10107.0, 10104.0, 10158.0, 10095.0, 10117.0, 10106.0, 10108.0, 10105.0, 10106.0, 10104.0, 10097.0, 10120.0, 10094.0, 10107.0, 10198.0, 10129.0, 10073.0, 10120.0, 10111.0, 10125.0, 10127.0, 10127.0, 10109.0, 10102.0, 10060.0, 10101.0, 10097.0, 10151.0, 10082.0, 10110.0, 10081.0, 10097.0, 10105.0, 10096.0, 10116.0, 10150.0, 10096.0, 10111.0, 10088.0, 10128.0, 10109.0, 10128.0, 10083.0, 10098.0, 10108.0, 10105.0, 10105.0, 10099.0, 10092.0, 10086.0, 10114.0, 10102.0, 10183.0, 10083.0, 10111.0, 10098.0, 10103.0, 10107.0, 10123.0, 10101.0, 10059.0, 10057.0, 10074.0, 10095.0, 10085.0, 10134.0, 10095.0, 10084.0, 10126.0, 10197.0, 10155.0, 10119.0, 10131.0, 10123.0, 10141.0, 10102.0, 10086.0, 10085.0, 10099.0, 10121.0, 10081.0, 10121.0, 10089.0, 10113.0, 10100.0, 10097.0, 10106.0, 10134.0, 10098.0, 10106.0, 10090.0, 10122.0, 10116.0, 10131.0, 10116.0, 10147.0, 10104.0, 10100.0, 10102.0, 10187.0, 10188.0, 10146.0, 10115.0, 10134.0, 10092.0, 10124.0, 10196.0, 10216.0, 10146.0, 10084.0, 10099.0, 10109.0, 10064.0, 10098.0, 10166.0, 10093.0, 10084.0, 10114.0, 10085.0, 10120.0, 10083.0, 10119.0, 10076.0, 10095.0, 10086.0, 10099.0, 10169.0, 10218.0, 10155.0, 10083.0, 10107.0, 10071.0, 10086.0, 10065.0, 10094.0, 10079.0, 10090.0, 10068.0, 10122.0, 10086.0, 10113.0, 10085.0, 10141.0, 10121.0, 10156.0, 10094.0, 10103.0, 10117.0, 10157.0, 10103.0, 10116.0, 10081.0, 10086.0, 10095.0, 10101.0, 10096.0, 10123.0, 10082.0, 10120.0, 10178.0, 10198.0, 10204.0, 10110.0, 10141.0, 10077.0, 10178.0, 10102.0, 10148.0, 10085.0, 10074.0, 10068.0, 10073.0, 10073.0, 10071.0, 10086.0, 10071.0, 10079.0, 10058.0, 10091.0, 10094.0, 10095.0, 10084.0, 10059.0, 10097.0, 10052.0, 10082.0, 10083.0, 10096.0, 10096.0, 10138.0, 10123.0, 10127.0, 10068.0, 10092.0, 10059.0, 10072.0, 10085.0, 10065.0, 10068.0, 10070.0, 10084.0, 10046.0, 10082.0, 10059.0, 10087.0, 10066.0, 10079.0, 10092.0, 10094.0, 10111.0, 10093.0, 10109.0, 10082.0, 10114.0, 10105.0, 10161.0, 10109.0, 10134.0, 10150.0, 10156.0, 10099.0, 10106.0, 10104.0, 10096.0, 10128.0, 10193.0, 10120.0, 10126.0, 10096.0, 10107.0, 10081.0, 10108.0, 10188.0, 10129.0, 10104.0, 10087.0, 10089.0, 10078.0, 10097.0, 10107.0, 10095.0, 10107.0, 10095.0, 10108.0, 10083.0, 10112.0, 10092.0, 10108.0, 10086.0, 10100.0, 10196.0, 10160.0, 10097.0, 10068.0, 10089.0, 10075.0, 10090.0, 10074.0, 10089.0, 10097.0, 10084.0, 10114.0, 10104.0, 10088.0, 10111.0, 10094.0, 10095.0, 10066.0, 10109.0, 10094.0, 10097.0, 10102.0, 10106.0, 10213.0, 10182.0, 10140.0, 10122.0, 10177.0, 10102.0, 10069.0, 10099.0, 10074.0, 10089.0, 10106.0, 10078.0, 10122.0, 10079.0, 10075.0, 10068.0, 10105.0, 10095.0, 10105.0, 10082.0, 10113.0, 10100.0, 10157.0, 10116.0, 10115.0, 10175.0, 10194.0, 10118.0, 10092.0, 10075.0, 10077.0, 10055.0, 10070.0, 10070.0, 10078.0, 10091.0, 10078.0, 10096.0, 10086.0, 10110.0, 10096.0, 10118.0, 10109.0, 10123.0, 10094.0, 10091.0, 10074.0, 10102.0, 10074.0, 10085.0, 10062.0, 10083.0, 10094.0, 10106.0, 10085.0, 10114.0, 10093.0, 10086.0, 10057.0, 10089.0, 10075.0, 10092.0, 10095.0, 10116.0, 10182.0, 10100.0, 10112.0, 10075.0, 10074.0, 10077.0, 10109.0, 10142.0, 10156.0, 10102.0, 10103.0, 10101.0, 10096.0, 10099.0, 10086.0, 10137.0, 10093.0, 10120.0, 10091.0, 10092.0, 10097.0, 10122.0, 10151.0, 10160.0, 10088.0, 10099.0, 10067.0, 10098.0, 10070.0, 10102.0, 10076.0, 10134.0, 10119.0, 10162.0, 10192.0, 10114.0, 10072.0, 10091.0, 10048.0, 10063.0, 10055.0, 10071.0, 10068.0, 10089.0, 10079.0, 10112.0, 10084.0, 10076.0, 10078.0, 10104.0, 10079.0, 10107.0, 10096.0, 10088.0, 10169.0, 10195.0, 10137.0, 10080.0, 10058.0, 10069.0, 10066.0, 10074.0, 10080.0, 10129.0, 10075.0, 10106.0, 10100.0, 10099.0, 10095.0, 10081.0, 10137.0, 10177.0, 10107.0, 10069.0, 10090.0, 10098.0, 10085.0, 10065.0, 10082.0, 10095.0, 10115.0, 10089.0, 10116.0, 10083.0, 10110.0, 10082.0, 10097.0, 10185.0, 10181.0, 10122.0, 10108.0, 10127.0, 10082.0, 10098.0, 10073.0, 10088.0, 10119.0, 10110.0, 10116.0, 10091.0, 10105.0, 10078.0, 10118.0, 10079.0, 10109.0, 10077.0, 10084.0, 10075.0, 10091.0, 10095.0, 10109.0, 10085.0, 10111.0, 10108.0, 10091.0, 10077.0, 10062.0, 10122.0, 10117.0, 10110.0, 10068.0, 10112.0, 10075.0, 10104.0, 10095.0, 10092.0, 10096.0, 10105.0, 10160.0, 10174.0, 10105.0, 10075.0, 10079.0, 10164.0, 10115.0, 10081.0, 10090.0, 10069.0, 10089.0, 10066.0, 10100.0, 10063.0, 10083.0, 10078.0, 10105.0, 10080.0, 10164.0, 10095.0, 10088.0, 10078.0, 10080.0, 10077.0, 10070.0, 10121.0, 10064.0, 10110.0, 10083.0, 10121.0, 10158.0, 10131.0, 10073.0, 10097.0, 10082.0, 10071.0, 10080.0, 10061.0, 10059.0, 10036.0, 10082.0, 10067.0, 10116.0, 10080.0, 10150.0, 10108.0, 10121.0, 10094.0, 10090.0, 10083.0, 10074.0, 10080.0, 10160.0, 10161.0, 10090.0, 10090.0, 10043.0, 10086.0, 10066.0, 10101.0, 10087.0, 10093.0, 10068.0, 10113.0, 10085.0, 10151.0, 10093.0, 10125.0, 10108.0, 10121.0, 10096.0, 10139.0, 10151.0, 10162.0, 10092.0, 10097.0, 10075.0, 10118.0, 10107.0, 10161.0, 10186.0, 10113.0, 10057.0, 10078.0, 10051.0, 10080.0, 10083.0, 10085.0, 10086.0, 10079.0, 10109.0, 10063.0, 10085.0, 10078.0, 10090.0, 10062.0, 10125.0, 10091.0, 10068.0, 10106.0, 10117.0, 10090.0, 10072.0, 10071.0, 10066.0, 10055.0, 10022.0, 10049.0, 10068.0, 10091.0, 10095.0, 10068.0, 10092.0, 10071.0, 10137.0, 10113.0, 10086.0, 10126.0, 10097.0, 10143.0, 10126.0, 10130.0, 10109.0, 10078.0, 10094.0, 10085.0, 10129.0, 10125.0, 10095.0, 10082.0, 10097.0, 10111.0, 10128.0, 10073.0, 10093.0, 10078.0, 10088.0, 10093.0, 10081.0, 10211.0, 10123.0, 10110.0, 10093.0, 10087.0, 10090.0, 10111.0, 10086.0, 10141.0, 10088.0, 10123.0, 10088.0, 10124.0, 10084.0, 10097.0, 10117.0, 10088.0, 10098.0, 10084.0, 10132.0, 10083.0, 10150.0, 10190.0, 10149.0, 10077.0, 10095.0, 10068.0, 10111.0, 10096.0, 10120.0, 10163.0, 10096.0, 10124.0, 10081.0, 10073.0, 10079.0, 10105.0, 10108.0, 10076.0, 10080.0, 10105.0, 10075.0, 10085.0, 10060.0, 10101.0, 10076.0, 10093.0, 10079.0, 10148.0, 10193.0, 10147.0, 10071.0, 10094.0, 10084.0, 10095.0, 10075.0, 10092.0, 10118.0, 10075.0, 10079.0, 10069.0, 10109.0, 10093.0, 10064.0, 10088.0, 10073.0, 10092.0, 10081.0, 10099.0, 10152.0, 10081.0, 10066.0, 10121.0, 10081.0, 10107.0, 10089.0, 10121.0, 10080.0, 10090.0, 10093.0, 10111.0, 10111.0, 10208.0, 10145.0, 10106.0, 10084.0, 10081.0, 10085.0, 10091.0, 10135.0, 10188.0, 10119.0, 10101.0, 10071.0, 10066.0, 10050.0, 10089.0, 10077.0, 10101.0, 10078.0, 10121.0, 10161.0, 10103.0, 10074.0, 10070.0, 10115.0, 10073.0, 10099.0, 10064.0, 10084.0, 10090.0, 10110.0, 10080.0, 10080.0, 10085.0, 10105.0, 10170.0, 10141.0, 10073.0, 10094.0, 10073.0, 10101.0, 10077.0, 10111.0, 10092.0, 10078.0, 10106.0, 10077.0, 10129.0, 10075.0, 10107.0, 10092.0, 10074.0, 10089.0, 10126.0, 10107.0, 10168.0, 10110.0, 10081.0, 10114.0, 10065.0, 10082.0, 10066.0, 10075.0, 10078.0, 10106.0, 10068.0, 10110.0, 10086.0, 10119.0, 10100.0, 10118.0, 10188.0, 10129.0, 10073.0, 10090.0, 10120.0, 10106.0, 10090.0, 10091.0, 10078.0, 10075.0, 10089.0, 10057.0, 10098.0, 10062.0, 10105.0, 10066.0, 10112.0, 10097.0, 10088.0, 10115.0, 10086.0, 10095.0, 10063.0, 10093.0, 10096.0, 10094.0, 10100.0, 10098.0, 10114.0, 10085.0, 10111.0, 10080.0, 10104.0, 10082.0, 10097.0, 10126.0, 10152.0, 10084.0, 10107.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.00018761849710982657</td></tr>
<tr><td colspan=3>aqi</td><td>0.01844705387283237</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.76537117694447</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1427935628819446</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9946405535879624</td></tr>
<tr><td colspan=3>efc</td><td>0.5442</td></tr>
<tr><td colspan=3>fber</td><td>2181.7622</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0968748070407134</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.780346820809249</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.466535573330126</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3735011252295055</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.719787116973404</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3063184777874683</td></tr>
<tr><td colspan=3>gcor</td><td>0.00620812</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01039845123887062</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06247503310441971</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>865</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.261806407095323</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>20.4811</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>90.3633</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>293.2227</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>83.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285551.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1302.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>495.9607</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8591</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.4911</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3761.5524</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3871.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90993.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4931.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.2953</td></tr>
<tr><td colspan=3>tsnr</td><td>38.9760802090168</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>