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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0038_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0038_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-04/func/sub-0038_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2b5639c601d5199ea10d78684193e818</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:44.147500</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.998038, 0.0274333, 0.056277, -0.0315389, 0.996803, 0.0734117]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.079509</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7225, 567, -77, -153, -72, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.481</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fb0d2408-6d42-41b3-a290-37a9e1881eb9||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.677663564682007, -0.08461656421422958, 0.14602459967136383, 116.06807708740234], [-0.07360165566205978, 2.674349308013916, 0.2026149481534958, -96.18214416503906], [0.1509871780872345, -0.19695815443992615, 2.6884241104125977, -59.43611145019531], [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': ['130244.147500', '130244.607500', '130245.067500', '130245.527500', '130245.987500', '130246.447500', '130246.907500', '130247.367500', '130247.827500', '130248.287500', '130248.747500', '130249.207500', '130249.667500', '130250.127500', '130250.587500', '130251.047500', '130251.507500', '130251.967500', '130252.427500', '130252.887500', '130253.347500', '130253.807500', '130254.267500', '130254.727500', '130255.187500', '130255.647500', '130256.107500', '130256.567500', '130257.027500', '130257.487500', '130257.947500', '130258.407500', '130258.867500', '130259.327500', '130259.787500', '130300.247500', '130300.707500', '130301.167500', '130301.627500', '130302.087500', '130302.547500', '130303.007500', '130303.467500', '130303.927500', '130304.387500', '130304.847500', '130305.307500', '130305.767500', '130306.227500', '130306.687500', '130307.147500', '130307.607500', '130308.067500', '130308.527500', '130308.987500', '130309.447500', '130309.907500', '130310.367500', '130310.827500', '130311.287500', '130311.747500', '130312.207500', '130312.667500', '130313.127500', '130313.587500', '130314.047500', '130314.507500', '130314.967500', '130315.427500', '130315.887500', '130316.347500', '130316.807500', '130317.267500', '130317.727500', '130318.187500', '130318.647500', '130319.107500', '130319.567500', '130320.027500', '130320.487500', '130320.947500', '130321.407500', '130321.867500', '130322.327500', '130322.787500', '130323.247500', '130323.707500', '130324.167500', '130324.627500', '130325.087500', '130325.547500', '130326.007500', '130326.467500', '130326.927500', '130327.387500', '130327.847500', '130328.307500', '130328.767500', '130329.227500', '130329.687500', '130330.147500', '130330.607500', '130331.067500', '130331.527500', '130331.987500', '130332.447500', '130332.907500', '130333.367500', '130333.827500', '130334.287500', '130334.747500', '130335.207500', '130335.667500', '130336.127500', '130336.587500', '130337.047500', '130337.507500', '130337.967500', '130338.427500', '130338.887500', '130339.347500', '130339.807500', '130340.267500', '130340.727500', '130341.187500', '130341.647500', '130342.107500', '130342.567500', '130343.027500', '130343.487500', '130343.947500', '130344.407500', '130344.867500', '130345.327500', '130345.787500', '130346.247500', '130346.707500', '130347.167500', '130347.627500', '130348.087500', '130348.547500', '130349.007500', '130349.467500', '130349.927500', '130350.387500', '130350.847500', '130351.307500', '130351.767500', '130352.227500', '130352.687500', '130353.147500', '130353.607500', '130354.067500', '130354.527500', '130354.987500', '130355.447500', '130355.907500', '130356.367500', '130356.827500', '130357.287500', '130357.747500', '130358.207500', '130358.667500', '130359.127500', '130359.587500', '130400.047500', '130400.507500', '130400.967500', '130401.427500', '130401.887500', '130402.347500', '130402.807500', '130403.267500', '130403.727500', '130404.187500', '130404.647500', '130405.107500', '130405.567500', '130406.027500', '130406.487500', '130406.947500', '130407.407500', '130407.867500', '130408.327500', '130408.787500', '130409.247500', '130409.707500', '130410.167500', '130410.627500', '130411.087500', '130411.547500', '130412.007500', '130412.467500', '130412.927500', '130413.387500', '130413.847500', '130414.307500', '130414.767500', '130415.227500', '130415.687500', '130416.147500', '130416.607500', '130417.067500', '130417.527500', '130417.987500', '130418.447500', '130418.907500', '130419.367500', '130419.827500', '130420.287500', '130420.747500', '130421.207500', '130421.667500', '130422.127500', '130422.587500', '130423.047500', '130423.507500', '130423.967500', '130424.427500', '130424.887500', '130425.347500', '130425.807500', '130426.267500', '130426.727500', '130427.187500', '130427.647500', '130428.107500', '130428.567500', '130429.027500', '130429.487500', '130429.947500', '130430.407500', '130430.867500', '130431.327500', '130431.787500', '130432.247500', '130432.707500', '130433.167500', '130433.627500', '130434.087500', '130434.547500', '130435.007500', '130435.467500', '130435.927500', '130436.387500', '130436.847500', '130437.307500', '130437.767500', '130438.227500', '130438.687500', '130439.147500', '130439.607500', '130440.067500', '130440.527500', '130440.987500', '130441.447500', '130441.907500', '130442.367500', '130442.827500', '130443.287500', '130443.747500', '130444.207500', '130444.667500', '130445.127500', '130445.587500', '130446.047500', '130446.507500', '130446.967500', '130447.427500', '130447.887500', '130448.347500', '130448.807500', '130449.267500', '130449.727500', '130450.187500', '130450.647500', '130451.107500', '130451.567500', '130452.027500', '130452.487500', '130452.947500', '130453.407500', '130453.867500', '130454.327500', '130454.787500', '130455.247500', '130455.707500', '130456.167500', '130456.627500', '130457.087500', '130457.547500', '130458.007500', '130458.467500', '130458.927500', '130459.387500', '130459.847500', '130500.307500', '130500.767500', '130501.227500', '130501.687500', '130502.147500', '130502.607500', '130503.067500', '130503.527500', '130503.987500', '130504.447500', '130504.907500', '130505.367500', '130505.827500', '130506.287500', '130506.747500', '130507.207500', '130507.667500', '130508.127500', '130508.587500', '130509.047500', '130509.507500', '130509.967500', '130510.427500', '130510.887500', '130511.347500', '130511.807500', '130512.267500', '130512.727500', '130513.187500', '130513.647500', '130514.107500', '130514.567500', '130515.027500', '130515.487500', '130515.947500', '130516.407500', '130516.867500', '130517.327500', '130517.787500', '130518.247500', '130518.707500', '130519.167500', '130519.627500', '130520.087500', '130520.547500', '130521.007500', '130521.467500', '130521.927500', '130522.387500', '130522.847500', '130523.307500', '130523.767500', '130524.227500', '130524.687500', '130525.147500', '130525.607500', '130526.067500', '130526.527500', '130526.987500', '130527.447500', '130527.907500', '130528.367500', '130528.827500', '130529.287500', '130529.747500', '130530.207500', '130530.667500', '130531.127500', '130531.587500', '130532.047500', '130532.507500', '130532.967500', '130533.427500', '130533.887500', '130534.347500', '130534.807500', '130535.267500', '130535.727500', '130536.187500', '130536.647500', '130537.107500', '130537.567500', '130538.027500', '130538.487500', '130538.947500', '130539.407500', '130539.867500', '130540.327500', '130540.787500', '130541.247500', '130541.707500', '130542.167500', '130542.627500', '130543.087500', '130543.547500', '130544.007500', '130544.467500', '130544.927500', '130545.387500', '130545.847500', '130546.307500', '130546.767500', '130547.227500', '130547.687500', '130548.147500', '130548.607500', '130549.067500', '130549.527500', '130549.987500', '130550.447500', '130550.907500', '130551.367500', '130551.827500', '130552.287500', '130552.747500', '130553.207500', '130553.667500', '130554.127500', '130554.587500', '130555.047500', '130555.507500', '130555.967500', '130556.427500', '130556.887500', '130557.347500', '130557.807500', '130558.267500', '130558.727500', '130559.187500', '130559.647500', '130600.107500', '130600.567500', '130601.027500', '130601.487500', '130601.947500', '130602.407500', '130602.867500', '130603.327500', '130603.787500', '130604.247500', '130604.707500', '130605.167500', '130605.627500', '130606.087500', '130606.547500', '130607.007500', '130607.467500', '130607.927500', '130608.387500', '130608.847500', '130609.307500', '130609.767500', '130610.227500', '130610.687500', '130611.147500', '130611.607500', '130612.067500', '130612.527500', '130612.987500', '130613.447500', '130613.907500', '130614.367500', '130614.827500', '130615.287500', '130615.747500', '130616.207500', '130616.667500', '130617.127500', '130617.587500', '130618.047500', '130618.507500', '130618.967500', '130619.427500', '130619.887500', '130620.347500', '130620.807500', '130621.267500', '130621.727500', '130622.187500', '130622.647500', '130623.107500', '130623.567500', '130624.027500', '130624.487500', '130624.947500', '130625.407500', '130625.867500', '130626.327500', '130626.787500', '130627.247500', '130627.707500', '130628.167500', '130628.627500', '130629.087500', '130629.547500', '130630.007500', '130630.467500', '130630.927500', '130631.387500', '130631.847500', '130632.307500', '130632.767500', '130633.227500', '130633.687500', '130634.147500', '130634.607500', '130635.067500', '130635.527500', '130635.987500', '130636.447500', '130636.907500', '130637.367500', '130637.827500', '130638.287500', '130638.747500', '130639.207500', '130639.667500', '130640.127500', '130640.587500', '130641.047500', '130641.507500', '130641.967500', '130642.427500', '130642.887500', '130643.347500', '130643.807500', '130644.267500', '130644.727500', '130645.187500', '130645.647500', '130646.107500', '130646.567500', '130647.027500', '130647.487500', '130647.947500', '130648.407500', '130648.867500', '130649.327500', '130649.787500', '130650.247500', '130650.707500', '130651.167500', '130651.627500', '130652.087500', '130652.547500', '130653.007500', '130653.467500', '130653.927500', '130654.387500', '130654.847500', '130655.307500', '130655.767500', '130656.227500', '130656.687500', '130657.147500', '130657.607500', '130658.067500', '130658.527500', '130658.987500', '130659.447500', '130659.907500', '130700.367500', '130700.827500', '130701.287500', '130701.747500', '130702.207500', '130702.667500', '130703.127500', '130703.587500', '130704.047500', '130704.507500', '130704.967500', '130705.427500', '130705.887500', '130706.347500', '130706.807500', '130707.267500', '130707.727500', '130708.187500', '130708.647500', '130709.107500', '130709.567500', '130710.027500', '130710.487500', '130710.947500', '130711.407500', '130711.867500', '130712.327500', '130712.787500', '130713.247500', '130713.707500', '130714.167500', '130714.627500', '130715.087500', '130715.547500', '130716.007500', '130716.467500', '130716.927500', '130717.387500', '130717.847500', '130718.307500', '130718.767500', '130719.227500', '130719.687500', '130720.147500', '130720.607500', '130721.067500', '130721.527500', '130721.987500', '130722.447500', '130722.907500', '130723.367500', '130723.827500', '130724.287500', '130724.747500', '130725.207500', '130725.667500', '130726.127500', '130726.587500', '130727.047500', '130727.507500', '130727.967500', '130728.427500', '130728.887500', '130729.347500', '130729.807500', '130730.267500', '130730.727500', '130731.187500', '130731.647500', '130732.107500', '130732.567500', '130733.027500', '130733.487500', '130733.947500', '130734.407500', '130734.867500', '130735.327500', '130735.787500', '130736.247500', '130736.707500', '130737.167500', '130737.627500', '130738.087500', '130738.547500', '130739.007500', '130739.467500', '130739.927500', '130740.387500', '130740.847500', '130741.307500', '130741.767500', '130742.227500', '130742.687500', '130743.147500', '130743.607500', '130744.067500', '130744.527500', '130744.987500', '130745.447500', '130745.907500', '130746.367500', '130746.827500', '130747.287500', '130747.747500', '130748.207500', '130748.667500', '130749.127500', '130749.587500', '130750.047500', '130750.507500', '130750.967500', '130751.427500', '130751.887500', '130752.347500', '130752.807500', '130753.267500', '130753.727500', '130754.187500', '130754.647500', '130755.107500', '130755.567500', '130756.027500', '130756.487500', '130756.947500', '130757.407500', '130757.867500', '130758.327500', '130758.787500', '130759.247500', '130759.707500', '130800.167500', '130800.627500', '130801.087500', '130801.547500', '130802.007500', '130802.467500', '130802.927500', '130803.387500', '130803.847500', '130804.307500', '130804.767500', '130805.227500', '130805.687500', '130806.147500', '130806.607500', '130807.067500', '130807.527500', '130807.987500', '130808.447500', '130808.907500', '130809.367500', '130809.827500', '130810.287500', '130810.747500', '130811.207500', '130811.667500', '130812.127500', '130812.587500', '130813.047500', '130813.507500', '130813.967500', '130814.427500', '130814.887500', '130815.347500', '130815.807500', '130816.267500', '130816.727500', '130817.187500', '130817.647500', '130818.107500', '130818.567500', '130819.027500', '130819.487500', '130819.947500', '130820.407500', '130820.867500', '130821.327500', '130821.787500', '130822.247500', '130822.707500', '130823.167500', '130823.627500', '130824.087500', '130824.547500', '130825.007500', '130825.467500', '130825.927500', '130826.387500', '130826.847500', '130827.307500', '130827.767500', '130828.227500', '130828.687500', '130829.147500', '130829.607500', '130830.067500', '130830.527500', '130830.987500', '130831.447500', '130831.907500', '130832.367500', '130832.827500', '130833.287500', '130833.747500', '130834.207500', '130834.667500', '130835.127500', '130835.587500', '130836.047500', '130836.507500', '130836.967500', '130837.427500', '130837.887500', '130838.347500', '130838.807500', '130839.267500', '130839.727500', '130840.187500', '130840.647500', '130841.107500', '130841.567500', '130842.027500', '130842.487500', '130842.947500', '130843.407500', '130843.867500', '130844.327500', '130844.787500', '130845.247500', '130845.707500', '130846.167500', '130846.627500', '130847.087500', '130847.547500', '130848.007500', '130848.467500', '130848.927500', '130849.387500', '130849.847500', '130850.307500', '130850.767500', '130851.227500', '130851.687500', '130852.147500', '130852.607500', '130853.067500', '130853.527500', '130853.987500', '130854.447500', '130854.907500', '130855.367500', '130855.827500', '130856.287500', '130856.747500', '130857.207500', '130857.667500', '130858.127500', '130858.587500', '130859.047500', '130859.507500', '130859.967500', '130900.427500', '130900.887500', '130901.347500', '130901.807500', '130902.267500', '130902.727500', '130903.187500', '130903.647500', '130904.107500', '130904.567500', '130905.027500', '130905.487500', '130905.947500', '130906.407500', '130906.867500', '130907.327500', '130907.787500', '130908.247500', '130908.707500', '130909.167500', '130909.627500', '130910.087500', '130910.547500', '130911.007500', '130911.467500', '130911.927500', '130912.387500', '130912.847500', '130913.307500', '130913.767500', '130914.227500', '130914.687500', '130915.147500', '130915.607500', '130916.067500', '130916.527500', '130916.987500', '130917.447500', '130917.907500', '130918.367500', '130918.827500', '130919.287500', '130919.747500', '130920.207500', '130920.667500', '130921.127500', '130921.587500', '130922.047500', '130922.507500', '130922.967500', '130923.427500', '130923.887500', '130924.347500', '130924.807500'], 'ContentTime': ['130301.728000', '130301.731000', '130301.734000', '130301.737000', '130301.739000', '130301.742000', '130301.744000', '130301.747000', '130301.750000', '130301.752000', '130301.755000', '130301.757000', '130301.760000', '130301.762000', '130301.765000', '130301.767000', '130301.770000', '130301.773000', '130301.776000', '130301.779000', '130301.785000', '130301.788000', '130301.791000', '130301.793000', '130301.796000', '130301.798000', '130301.801000', '130301.808000', '130301.811000', '130301.813000', '130301.816000', '130301.818000', '130301.821000', '130301.824000', '130301.826000', '130321.695000', '130321.698000', '130321.701000', '130321.703000', '130321.706000', '130321.709000', '130321.711000', '130321.714000', '130321.716000', '130321.719000', '130321.721000', '130321.724000', '130321.726000', '130321.729000', '130321.731000', '130321.734000', '130321.736000', '130321.739000', '130321.741000', '130321.744000', '130321.747000', '130321.749000', '130321.752000', '130321.754000', '130321.757000', '130321.759000', '130321.762000', '130321.764000', '130321.767000', '130321.769000', '130321.772000', '130321.775000', '130321.777000', '130321.780000', '130321.782000', '130321.785000', '130321.787000', '130321.790000', '130321.793000', '130321.795000', '130321.798000', '130321.801000', '130321.803000', '130321.806000', '130341.696000', '130341.699000', '130341.702000', '130341.705000', '130341.707000', '130341.710000', '130341.712000', '130341.715000', '130341.717000', '130341.720000', '130341.723000', '130341.725000', '130341.728000', '130341.730000', '130341.733000', '130341.735000', '130341.738000', '130341.740000', '130341.743000', '130341.746000', '130341.748000', '130341.751000', '130341.753000', '130341.756000', '130341.758000', '130341.761000', '130341.763000', '130341.766000', '130341.769000', '130341.771000', '130341.774000', '130341.776000', '130341.779000', '130341.782000', '130341.784000', '130341.787000', '130341.789000', '130341.792000', '130341.794000', '130341.797000', '130341.800000', '130341.802000', '130341.805000', '130401.696000', '130401.699000', '130401.702000', '130401.704000', '130401.707000', '130401.710000', '130401.712000', '130401.715000', '130401.717000', '130401.720000', '130401.722000', '130401.725000', '130401.727000', '130401.730000', '130401.733000', '130401.735000', '130401.738000', '130401.740000', '130401.743000', '130401.746000', '130401.748000', '130401.751000', '130401.753000', '130401.756000', '130401.758000', '130401.761000', '130401.763000', '130401.766000', '130401.769000', '130401.771000', '130401.774000', '130401.776000', '130401.779000', '130401.782000', '130401.784000', '130401.787000', '130401.790000', '130401.792000', '130401.795000', '130401.797000', '130401.800000', '130401.802000', '130401.805000', '130401.808000', '130421.697000', '130421.699000', '130421.702000', '130421.705000', '130421.707000', '130421.710000', '130421.712000', '130421.715000', '130421.717000', '130421.720000', '130421.722000', '130421.725000', '130421.728000', '130421.730000', '130421.733000', '130421.735000', '130421.738000', '130421.740000', '130421.743000', '130421.746000', '130421.748000', '130421.751000', '130421.753000', '130421.756000', '130421.758000', '130421.761000', '130421.764000', '130421.766000', '130421.769000', '130421.771000', '130421.774000', '130421.786000', '130421.789000', '130421.791000', '130421.794000', '130421.796000', '130421.799000', '130421.802000', '130421.804000', '130421.807000', '130421.809000', '130421.812000', '130421.820000', '130441.697000', '130441.699000', '130441.702000', '130441.705000', '130441.707000', '130441.710000', '130441.712000', '130441.715000', '130441.717000', '130441.720000', '130441.722000', '130441.725000', '130441.728000', '130441.730000', '130441.733000', '130441.735000', '130441.738000', '130441.740000', '130441.743000', '130441.746000', '130441.748000', '130441.751000', '130441.753000', '130441.756000', '130441.758000', '130441.761000', '130441.764000', '130441.766000', '130441.769000', '130441.771000', '130441.774000', '130441.776000', '130441.779000', '130441.782000', '130441.784000', '130441.787000', '130441.789000', '130441.792000', '130441.794000', '130441.797000', '130441.800000', '130441.802000', '130441.805000', '130441.807000', '130501.697000', '130501.699000', '130501.702000', '130501.705000', '130501.707000', '130501.710000', '130501.712000', '130501.715000', '130501.717000', '130501.720000', '130501.722000', '130501.725000', '130501.728000', '130501.730000', '130501.733000', '130501.735000', '130501.738000', '130501.740000', '130501.743000', '130501.746000', '130501.748000', '130501.751000', '130501.753000', '130501.756000', '130501.758000', '130501.761000', '130501.763000', '130501.766000', '130501.768000', '130501.771000', '130501.774000', '130501.776000', '130501.779000', '130501.781000', '130501.784000', '130501.786000', '130501.789000', '130501.792000', '130501.794000', '130501.797000', '130501.799000', '130501.802000', '130501.805000', '130521.695000', '130521.698000', '130521.701000', '130521.703000', '130521.706000', '130521.709000', '130521.711000', '130521.714000', '130521.716000', '130521.719000', '130521.721000', '130521.724000', '130521.727000', '130521.729000', '130521.732000', '130521.734000', '130521.737000', '130521.740000', '130521.742000', '130521.745000', '130521.747000', '130521.750000', '130521.752000', '130521.755000', '130521.757000', '130521.760000', '130521.763000', '130521.765000', '130521.768000', '130521.770000', '130521.773000', '130521.775000', '130521.778000', '130521.781000', '130521.783000', '130521.786000', '130521.788000', '130521.791000', '130521.793000', '130521.796000', '130521.798000', '130521.801000', '130521.804000', '130521.806000', '130541.696000', '130541.699000', '130541.701000', '130541.704000', '130541.706000', '130541.709000', '130541.711000', '130541.714000', '130541.717000', '130541.719000', '130541.722000', '130541.724000', '130541.727000', '130541.730000', '130541.732000', '130541.735000', '130541.737000', '130541.740000', '130541.742000', '130541.745000', '130541.748000', '130541.750000', '130541.753000', '130541.755000', '130541.758000', '130541.760000', '130541.763000', '130541.765000', '130541.768000', '130541.771000', '130541.773000', '130541.776000', '130541.778000', '130541.781000', '130541.784000', '130541.786000', '130541.789000', '130541.791000', '130541.794000', '130541.797000', '130541.799000', '130541.802000', '130541.805000', '130601.696000', '130601.699000', '130601.702000', '130601.704000', '130601.707000', '130601.709000', '130601.712000', '130601.715000', '130601.717000', '130601.720000', '130601.722000', '130601.725000', '130601.727000', '130601.739000', '130601.742000', '130601.744000', '130601.747000', '130601.749000', '130601.752000', '130601.755000', '130601.757000', '130601.760000', '130601.762000', '130601.765000', '130601.768000', '130601.770000', '130601.773000', '130601.775000', '130601.778000', '130601.780000', '130601.783000', '130601.786000', '130601.788000', '130601.791000', '130601.793000', '130601.796000', '130601.798000', '130601.801000', '130601.804000', '130601.806000', '130601.809000', '130601.811000', '130601.814000', '130601.817000', '130621.697000', '130621.699000', '130621.702000', '130621.705000', '130621.707000', '130621.710000', '130621.712000', '130621.715000', '130621.717000', '130621.720000', '130621.722000', '130621.725000', '130621.728000', '130621.730000', '130621.733000', '130621.735000', '130621.738000', '130621.740000', '130621.743000', '130621.746000', '130621.748000', '130621.751000', '130621.753000', '130621.756000', '130621.758000', '130621.761000', '130621.764000', '130621.766000', '130621.769000', '130621.771000', '130621.774000', '130621.777000', '130621.779000', '130621.782000', '130621.784000', '130621.787000', '130621.790000', '130621.792000', '130621.795000', '130621.797000', '130621.800000', '130621.802000', '130621.805000', '130641.697000', '130641.699000', '130641.702000', '130641.705000', '130641.707000', '130641.710000', '130641.713000', '130641.716000', '130641.719000', '130641.721000', '130641.724000', '130641.727000', '130641.729000', '130641.732000', '130641.734000', '130641.737000', '130641.740000', '130641.742000', '130641.745000', '130641.747000', '130641.750000', '130641.753000', '130641.755000', '130641.758000', '130641.760000', '130641.763000', '130641.766000', '130641.768000', '130641.771000', '130641.774000', '130641.776000', '130641.779000', '130641.781000', '130641.784000', '130641.786000', '130641.789000', '130641.791000', '130641.794000', '130641.797000', '130641.799000', '130641.802000', '130641.805000', '130641.807000', '130641.810000', '130701.696000', '130701.699000', '130701.702000', '130701.704000', '130701.707000', '130701.710000', '130701.712000', '130701.715000', '130701.717000', '130701.720000', '130701.722000', '130701.725000', '130701.727000', '130701.730000', '130701.733000', '130701.735000', '130701.738000', '130701.740000', '130701.743000', '130701.746000', '130701.748000', '130701.751000', '130701.753000', '130701.756000', '130701.759000', '130701.761000', '130701.764000', '130701.766000', '130701.769000', '130701.772000', '130701.774000', '130701.777000', '130701.779000', '130701.782000', '130701.784000', '130701.787000', '130701.789000', '130701.792000', '130701.795000', '130701.797000', '130701.800000', '130701.802000', '130701.805000', '130721.697000', '130721.700000', '130721.702000', '130721.705000', '130721.707000', '130721.710000', '130721.712000', '130721.715000', '130721.717000', '130721.720000', '130721.723000', '130721.725000', '130721.728000', '130721.730000', '130721.733000', '130721.735000', '130721.738000', '130721.741000', '130721.743000', '130721.746000', '130721.749000', '130721.751000', '130721.754000', '130721.756000', '130721.759000', '130721.762000', '130721.764000', '130721.767000', '130721.769000', '130721.772000', '130721.775000', '130721.777000', '130721.780000', '130721.782000', '130721.785000', '130721.787000', '130721.790000', '130721.793000', '130721.816000', '130721.819000', '130721.821000', '130721.824000', '130721.827000', '130721.829000', '130741.695000', '130741.698000', '130741.701000', '130741.703000', '130741.706000', '130741.709000', '130741.711000', '130741.714000', '130741.716000', '130741.719000', '130741.722000', '130741.724000', '130741.727000', '130741.729000', '130741.732000', '130741.734000', '130741.737000', '130741.740000', '130741.742000', '130741.745000', '130741.748000', '130741.750000', '130741.753000', '130741.755000', '130741.758000', '130741.761000', '130741.763000', '130741.766000', '130741.768000', '130741.771000', '130741.773000', '130741.776000', '130741.779000', '130741.781000', '130741.784000', '130741.786000', '130741.789000', '130741.792000', '130741.794000', '130741.797000', '130741.799000', '130741.802000', '130741.805000', '130801.696000', '130801.699000', '130801.701000', '130801.704000', '130801.707000', '130801.710000', '130801.712000', '130801.715000', '130801.717000', '130801.720000', '130801.722000', '130801.725000', '130801.728000', '130801.730000', '130801.733000', '130801.735000', '130801.738000', '130801.741000', '130801.743000', '130801.746000', '130801.748000', '130801.752000', '130801.754000', '130801.757000', '130801.760000', '130801.762000', '130801.765000', '130801.767000', '130801.770000', '130801.773000', '130801.775000', '130801.778000', '130801.780000', '130801.783000', '130801.785000', '130801.788000', '130801.791000', '130801.793000', '130801.796000', '130801.798000', '130801.801000', '130801.804000', '130801.806000', '130821.697000', '130821.699000', '130821.702000', '130821.705000', '130821.707000', '130821.710000', '130821.712000', '130821.715000', '130821.718000', '130821.720000', '130821.723000', '130821.725000', '130821.728000', '130821.730000', '130821.733000', '130821.736000', '130821.738000', '130821.741000', '130821.743000', '130821.746000', '130821.749000', '130821.751000', '130821.754000', '130821.756000', '130821.759000', '130821.761000', '130821.764000', '130821.767000', '130821.769000', '130821.772000', '130821.774000', '130821.777000', '130821.780000', '130821.782000', '130821.785000', '130821.787000', '130821.790000', '130821.792000', '130821.795000', '130821.798000', '130821.800000', '130821.803000', '130821.805000', '130821.808000', '130841.697000', '130841.700000', '130841.702000', '130841.705000', '130841.707000', '130841.710000', '130841.713000', '130841.715000', '130841.718000', '130841.720000', '130841.723000', '130841.727000', '130841.730000', '130841.732000', '130841.735000', '130841.737000', '130841.740000', '130841.743000', '130841.746000', '130841.748000', '130841.751000', '130841.753000', '130841.756000', '130841.758000', '130841.761000', '130841.764000', '130841.766000', '130841.769000', '130841.771000', '130841.774000', '130841.776000', '130841.779000', '130841.781000', '130841.784000', '130841.787000', '130841.791000', '130841.793000', '130841.796000', '130841.798000', '130841.801000', '130841.804000', '130841.806000', '130841.809000', '130901.697000', '130901.700000', '130901.702000', '130901.705000', '130901.707000', '130901.710000', '130901.729000', '130901.731000', '130901.734000', '130901.736000', '130901.739000', '130901.742000', '130901.744000', '130901.747000', '130901.749000', '130901.752000', '130901.755000', '130901.757000', '130901.760000', '130901.762000', '130901.765000', '130901.767000', '130901.770000', '130901.773000', '130901.775000', '130901.778000', '130901.780000', '130901.783000', '130901.785000', '130901.788000', '130901.791000', '130901.793000', '130901.796000', '130901.799000', '130901.801000', '130901.804000', '130901.806000', '130901.809000', '130901.812000', '130901.814000', '130901.817000', '130901.819000', '130901.822000', '130901.824000', '130921.697000', '130921.700000', '130921.702000', '130921.705000', '130921.707000', '130921.710000', '130921.713000', '130921.715000', '130921.718000', '130921.720000', '130921.723000', '130921.725000', '130921.728000', '130921.730000', '130921.733000', '130921.736000', '130921.738000', '130921.741000', '130921.743000', '130921.746000', '130921.749000', '130921.752000', '130921.755000', '130921.758000', '130921.760000', '130921.763000', '130921.765000', '130921.768000', '130921.770000', '130921.773000', '130921.776000', '130921.778000', '130921.781000', '130921.783000', '130921.786000', '130921.788000', '130921.792000', '130921.795000', '130921.798000', '130921.800000', '130921.803000', '130921.806000', '130921.808000', '130926.330000', '130926.333000', '130926.336000', '130926.338000', '130926.341000', '130926.344000', '130926.347000', '130926.349000', '130926.352000', '130926.354000', '130926.357000'], 'InstanceCreationTime': ['130301.728000', '130301.731000', '130301.734000', '130301.737000', '130301.739000', '130301.742000', '130301.744000', '130301.747000', '130301.750000', '130301.752000', '130301.755000', '130301.757000', '130301.760000', '130301.762000', '130301.765000', '130301.767000', '130301.770000', '130301.773000', '130301.776000', '130301.779000', '130301.785000', '130301.788000', '130301.791000', '130301.793000', '130301.796000', '130301.798000', '130301.801000', '130301.808000', '130301.811000', '130301.813000', '130301.816000', '130301.818000', '130301.821000', '130301.824000', '130301.826000', '130321.695000', '130321.698000', '130321.701000', '130321.703000', '130321.706000', '130321.709000', '130321.711000', '130321.714000', '130321.716000', '130321.719000', '130321.721000', '130321.724000', '130321.726000', '130321.729000', '130321.731000', '130321.734000', '130321.736000', '130321.739000', '130321.741000', '130321.744000', '130321.747000', '130321.749000', '130321.752000', '130321.754000', '130321.757000', '130321.759000', '130321.762000', '130321.764000', '130321.767000', '130321.769000', '130321.772000', '130321.775000', '130321.777000', '130321.780000', '130321.782000', '130321.785000', '130321.787000', '130321.790000', '130321.793000', '130321.795000', '130321.798000', '130321.801000', '130321.803000', '130321.806000', '130341.696000', '130341.699000', '130341.702000', '130341.705000', '130341.707000', '130341.710000', '130341.712000', '130341.715000', '130341.717000', '130341.720000', '130341.723000', '130341.725000', '130341.728000', '130341.730000', '130341.733000', '130341.735000', '130341.738000', '130341.740000', '130341.743000', '130341.746000', '130341.748000', '130341.751000', '130341.753000', '130341.756000', '130341.758000', '130341.761000', '130341.763000', '130341.766000', '130341.769000', '130341.771000', '130341.774000', '130341.776000', '130341.779000', '130341.782000', '130341.784000', '130341.787000', '130341.789000', '130341.792000', '130341.794000', '130341.797000', '130341.800000', '130341.802000', '130341.805000', '130401.696000', '130401.699000', '130401.702000', '130401.704000', '130401.707000', '130401.710000', '130401.712000', '130401.715000', '130401.717000', '130401.720000', '130401.722000', '130401.725000', '130401.727000', '130401.730000', '130401.733000', '130401.735000', '130401.738000', '130401.740000', '130401.743000', '130401.746000', '130401.748000', '130401.751000', '130401.753000', '130401.756000', '130401.758000', '130401.761000', '130401.763000', '130401.766000', '130401.769000', '130401.771000', '130401.774000', '130401.776000', '130401.779000', '130401.782000', '130401.784000', '130401.787000', '130401.790000', '130401.792000', '130401.795000', '130401.797000', '130401.800000', '130401.802000', '130401.805000', '130401.808000', '130421.697000', '130421.699000', '130421.702000', '130421.705000', '130421.707000', '130421.710000', '130421.712000', '130421.715000', '130421.717000', '130421.720000', '130421.722000', '130421.725000', '130421.728000', '130421.730000', '130421.733000', '130421.735000', '130421.738000', '130421.740000', '130421.743000', '130421.746000', '130421.748000', '130421.751000', '130421.753000', '130421.756000', '130421.758000', '130421.761000', '130421.764000', '130421.766000', '130421.769000', '130421.771000', '130421.774000', '130421.786000', '130421.789000', '130421.791000', '130421.794000', '130421.796000', '130421.799000', '130421.802000', '130421.804000', '130421.807000', '130421.809000', '130421.812000', '130421.820000', '130441.697000', '130441.699000', '130441.702000', '130441.705000', '130441.707000', '130441.710000', '130441.712000', '130441.715000', '130441.717000', '130441.720000', '130441.722000', '130441.725000', '130441.728000', '130441.730000', '130441.733000', '130441.735000', '130441.738000', '130441.740000', '130441.743000', '130441.746000', '130441.748000', '130441.751000', '130441.753000', '130441.756000', '130441.758000', '130441.761000', '130441.764000', '130441.766000', '130441.769000', '130441.771000', '130441.774000', '130441.776000', '130441.779000', '130441.782000', '130441.784000', '130441.787000', '130441.789000', '130441.792000', '130441.794000', '130441.797000', '130441.800000', '130441.802000', '130441.805000', '130441.807000', '130501.697000', '130501.699000', '130501.702000', '130501.705000', '130501.707000', '130501.710000', '130501.712000', '130501.715000', '130501.717000', '130501.720000', '130501.722000', '130501.725000', '130501.728000', '130501.730000', '130501.733000', '130501.735000', '130501.738000', '130501.740000', '130501.743000', '130501.746000', '130501.748000', '130501.751000', '130501.753000', '130501.756000', '130501.758000', '130501.761000', '130501.763000', '130501.766000', '130501.768000', '130501.771000', '130501.774000', '130501.776000', '130501.779000', '130501.781000', '130501.784000', '130501.786000', '130501.789000', '130501.792000', '130501.794000', '130501.797000', '130501.799000', '130501.802000', '130501.805000', '130521.695000', '130521.698000', '130521.701000', '130521.703000', '130521.706000', '130521.709000', '130521.711000', '130521.714000', '130521.716000', '130521.719000', '130521.721000', '130521.724000', '130521.727000', '130521.729000', '130521.732000', '130521.734000', '130521.737000', '130521.740000', '130521.742000', '130521.745000', '130521.747000', '130521.750000', '130521.752000', '130521.755000', '130521.757000', '130521.760000', '130521.763000', '130521.765000', '130521.768000', '130521.770000', '130521.773000', '130521.775000', '130521.778000', '130521.781000', '130521.783000', '130521.786000', '130521.788000', '130521.791000', '130521.793000', '130521.796000', '130521.798000', '130521.801000', '130521.804000', '130521.806000', '130541.696000', '130541.699000', '130541.701000', '130541.704000', '130541.706000', '130541.709000', '130541.711000', '130541.714000', '130541.717000', '130541.719000', '130541.722000', '130541.724000', '130541.727000', '130541.730000', '130541.732000', '130541.735000', '130541.737000', '130541.740000', '130541.742000', '130541.745000', '130541.748000', '130541.750000', '130541.753000', '130541.755000', '130541.758000', '130541.760000', '130541.763000', '130541.765000', '130541.768000', '130541.771000', '130541.773000', '130541.776000', '130541.778000', '130541.781000', '130541.784000', '130541.786000', '130541.789000', '130541.791000', '130541.794000', '130541.797000', '130541.799000', '130541.802000', '130541.805000', '130601.696000', '130601.699000', '130601.702000', '130601.704000', '130601.707000', '130601.709000', '130601.712000', '130601.715000', '130601.717000', '130601.720000', '130601.722000', '130601.725000', '130601.727000', '130601.739000', '130601.742000', '130601.744000', '130601.747000', '130601.749000', '130601.752000', '130601.755000', '130601.757000', '130601.760000', '130601.762000', '130601.765000', '130601.768000', '130601.770000', '130601.773000', '130601.775000', '130601.778000', '130601.780000', '130601.783000', '130601.786000', '130601.788000', '130601.791000', '130601.793000', '130601.796000', '130601.798000', '130601.801000', '130601.804000', '130601.806000', '130601.809000', '130601.811000', '130601.814000', '130601.817000', '130621.697000', '130621.699000', '130621.702000', '130621.705000', '130621.707000', '130621.710000', '130621.712000', '130621.715000', '130621.717000', '130621.720000', '130621.722000', '130621.725000', '130621.728000', '130621.730000', '130621.733000', '130621.735000', '130621.738000', '130621.740000', '130621.743000', '130621.746000', '130621.748000', '130621.751000', '130621.753000', '130621.756000', '130621.758000', '130621.761000', '130621.764000', '130621.766000', '130621.769000', '130621.771000', '130621.774000', '130621.777000', '130621.779000', '130621.782000', '130621.784000', '130621.787000', '130621.790000', '130621.792000', '130621.795000', '130621.797000', '130621.800000', '130621.802000', '130621.805000', '130641.697000', '130641.699000', '130641.702000', '130641.705000', '130641.707000', '130641.710000', '130641.713000', '130641.716000', '130641.719000', '130641.721000', '130641.724000', '130641.727000', '130641.729000', '130641.732000', '130641.734000', '130641.737000', '130641.740000', '130641.742000', '130641.745000', '130641.747000', '130641.750000', '130641.753000', '130641.755000', '130641.758000', '130641.760000', '130641.763000', '130641.766000', '130641.768000', '130641.771000', '130641.774000', '130641.776000', '130641.779000', '130641.781000', '130641.784000', '130641.786000', '130641.789000', '130641.791000', '130641.794000', '130641.797000', '130641.799000', '130641.802000', '130641.805000', '130641.807000', '130641.810000', '130701.696000', '130701.699000', '130701.702000', '130701.704000', '130701.707000', '130701.710000', '130701.712000', '130701.715000', '130701.717000', '130701.720000', '130701.722000', '130701.725000', '130701.727000', '130701.730000', '130701.733000', '130701.735000', '130701.738000', '130701.740000', '130701.743000', '130701.746000', '130701.748000', '130701.751000', '130701.753000', '130701.756000', '130701.759000', '130701.761000', '130701.764000', '130701.766000', '130701.769000', '130701.772000', '130701.774000', '130701.777000', '130701.779000', '130701.782000', '130701.784000', '130701.787000', '130701.789000', '130701.792000', '130701.795000', '130701.797000', '130701.800000', '130701.802000', '130701.805000', '130721.697000', '130721.700000', '130721.702000', '130721.705000', '130721.707000', '130721.710000', '130721.712000', '130721.715000', '130721.717000', '130721.720000', '130721.723000', '130721.725000', '130721.728000', '130721.730000', '130721.733000', '130721.735000', '130721.738000', '130721.741000', '130721.743000', '130721.746000', '130721.749000', '130721.751000', '130721.754000', '130721.756000', '130721.759000', '130721.762000', '130721.764000', '130721.767000', '130721.769000', '130721.772000', '130721.775000', '130721.777000', '130721.780000', '130721.782000', '130721.785000', '130721.787000', '130721.790000', '130721.793000', '130721.816000', '130721.819000', '130721.821000', '130721.824000', '130721.827000', '130721.829000', '130741.695000', '130741.698000', '130741.701000', '130741.703000', '130741.706000', '130741.709000', '130741.711000', '130741.714000', '130741.716000', '130741.719000', '130741.722000', '130741.724000', '130741.727000', '130741.729000', '130741.732000', '130741.734000', '130741.737000', '130741.740000', '130741.742000', '130741.745000', '130741.748000', '130741.750000', '130741.753000', '130741.755000', '130741.758000', '130741.761000', '130741.763000', '130741.766000', '130741.768000', '130741.771000', '130741.773000', '130741.776000', '130741.779000', '130741.781000', '130741.784000', '130741.786000', '130741.789000', '130741.792000', '130741.794000', '130741.797000', '130741.799000', '130741.802000', '130741.805000', '130801.696000', '130801.699000', '130801.701000', '130801.704000', '130801.707000', '130801.710000', '130801.712000', '130801.715000', '130801.717000', '130801.720000', '130801.722000', '130801.725000', '130801.728000', '130801.730000', '130801.733000', '130801.735000', '130801.738000', '130801.741000', '130801.743000', '130801.746000', '130801.748000', '130801.752000', '130801.754000', '130801.757000', '130801.760000', '130801.762000', '130801.765000', '130801.767000', '130801.770000', '130801.773000', '130801.775000', '130801.778000', '130801.780000', '130801.783000', '130801.785000', '130801.788000', '130801.791000', '130801.793000', '130801.796000', '130801.798000', '130801.801000', '130801.804000', '130801.806000', '130821.697000', '130821.699000', '130821.702000', '130821.705000', '130821.707000', '130821.710000', '130821.712000', '130821.715000', '130821.718000', '130821.720000', '130821.723000', '130821.725000', '130821.728000', '130821.730000', '130821.733000', '130821.736000', '130821.738000', '130821.741000', '130821.743000', '130821.746000', '130821.749000', '130821.751000', '130821.754000', '130821.756000', '130821.759000', '130821.761000', '130821.764000', '130821.767000', '130821.769000', '130821.772000', '130821.774000', '130821.777000', '130821.780000', '130821.782000', '130821.785000', '130821.787000', '130821.790000', '130821.792000', '130821.795000', '130821.798000', '130821.800000', '130821.803000', '130821.805000', '130821.808000', '130841.697000', '130841.700000', '130841.702000', '130841.705000', '130841.707000', '130841.710000', '130841.713000', '130841.715000', '130841.718000', '130841.720000', '130841.723000', '130841.727000', '130841.730000', '130841.732000', '130841.735000', '130841.737000', '130841.740000', '130841.743000', '130841.746000', '130841.748000', '130841.751000', '130841.753000', '130841.756000', '130841.758000', '130841.761000', '130841.764000', '130841.766000', '130841.769000', '130841.771000', '130841.774000', '130841.776000', '130841.779000', '130841.781000', '130841.784000', '130841.787000', '130841.791000', '130841.793000', '130841.796000', '130841.798000', '130841.801000', '130841.804000', '130841.806000', '130841.809000', '130901.697000', '130901.700000', '130901.702000', '130901.705000', '130901.707000', '130901.710000', '130901.729000', '130901.731000', '130901.734000', '130901.736000', '130901.739000', '130901.742000', '130901.744000', '130901.747000', '130901.749000', '130901.752000', '130901.755000', '130901.757000', '130901.760000', '130901.762000', '130901.765000', '130901.767000', '130901.770000', '130901.773000', '130901.775000', '130901.778000', '130901.780000', '130901.783000', '130901.785000', '130901.788000', '130901.791000', '130901.793000', '130901.796000', '130901.799000', '130901.801000', '130901.804000', '130901.806000', '130901.809000', '130901.812000', '130901.814000', '130901.817000', '130901.819000', '130901.822000', '130901.824000', '130921.697000', '130921.700000', '130921.702000', '130921.705000', '130921.707000', '130921.710000', '130921.713000', '130921.715000', '130921.718000', '130921.720000', '130921.723000', '130921.725000', '130921.728000', '130921.730000', '130921.733000', '130921.736000', '130921.738000', '130921.741000', '130921.743000', '130921.746000', '130921.749000', '130921.752000', '130921.755000', '130921.758000', '130921.760000', '130921.763000', '130921.765000', '130921.768000', '130921.770000', '130921.773000', '130921.776000', '130921.778000', '130921.781000', '130921.783000', '130921.786000', '130921.788000', '130921.792000', '130921.795000', '130921.798000', '130921.800000', '130921.803000', '130921.806000', '130921.808000', '130926.330000', '130926.333000', '130926.336000', '130926.338000', '130926.341000', '130926.344000', '130926.347000', '130926.349000', '130926.352000', '130926.354000', '130926.357000'], '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': [7543, 7951, 7424, 8378, 7642, 7819, 7648, 7795, 7494, 7926, 7830, 7676, 7907, 7499, 7915, 7911, 7802, 7662, 7650, 8328, 7826, 9002, 7762, 9049, 7770, 8929, 7901, 8460, 7950, 8066, 8015, 8739, 8099, 7630, 8260, 7259, 8166, 7302, 8138, 7229, 8030, 12078, 8299, 10484, 9748, 7739, 8391, 7655, 8395, 10716, 8066, 9210, 8056, 8214, 8455, 8062, 7884, 8156, 8300, 8154, 7949, 8748, 7992, 8955, 7949, 10058, 7903, 10272, 7832, 10417, 7773, 8118, 7562, 8796, 8154, 8289, 8071, 8689, 7797, 9799, 7907, 11292, 8073, 10580, 8425, 9589, 7691, 8031, 8229, 8011, 8397, 7994, 8205, 8499, 8487, 6891, 8401, 10101, 8305, 11446, 8012, 11090, 8647, 10051, 8057, 9834, 8089, 9567, 8170, 9859, 8591, 7400, 8537, 8153, 8423, 7943, 8185, 12502, 8458, 11348, 9330, 10813, 8091, 10276, 8201, 8395, 7999, 8053, 7912, 7814, 8038, 8563, 8249, 9127, 8249, 6765, 8130, 7884, 8062, 7813, 8231, 7447, 8319, 7509, 8156, 11424, 8386, 9957, 8306, 9701, 8585, 7266, 8372, 8048, 10765, 8555, 7058, 8603, 8370, 9121, 11935, 8673, 9643, 8239, 8416, 7660, 8666, 12442, 8651, 11110, 8765, 11926, 10381, 10244, 10338, 11660, 8898, 13846, 9548, 11762, 8276, 11817, 8188, 9480, 8477, 10679, 8575, 9068, 8467, 7436, 8625, 8214, 8516, 7377, 8443, 7548, 8195, 8011, 8207, 8737, 8254, 8314, 9625, 8732, 8951, 8479, 7393, 8670, 7680, 8571, 7406, 8518, 12705, 8799, 11583, 8607, 11822, 8912, 7224, 8929, 8200, 8578, 8680, 8640, 8387, 9849, 8390, 11974, 8919, 7844, 9046, 8122, 9134, 12631, 8895, 11539, 9006, 10911, 8713, 10833, 9019, 10960, 8930, 7586, 8958, 8333, 9159, 8393, 12052, 9414, 12908, 9668, 13370, 10702, 10525, 8675, 11999, 8694, 11529, 9108, 10793, 8314, 8437, 8622, 8310, 8498, 8061, 8722, 7460, 8718, 7593, 8477, 8063, 8478, 7728, 8337, 8045, 8418, 8091, 8404, 8127, 8305, 8137, 8118, 8198, 9735, 8324, 9188, 8903, 10517, 8743, 10863, 8469, 11125, 8703, 9537, 8907, 8042, 8475, 7594, 8594, 8267, 8650, 8223, 10100, 8687, 7518, 8677, 8074, 10336, 8437, 12255, 8758, 11633, 8546, 12837, 8387, 10900, 8800, 8740, 8441, 9074, 8655, 10178, 9135, 8366, 8773, 8942, 10145, 8911, 11721, 9038, 8980, 8570, 8126, 9949, 8391, 10162, 9765, 13218, 11234, 8596, 8620, 8615, 8317, 8429, 8261, 8350, 9228, 8418, 9614, 8795, 8089, 8356, 8792, 7980, 8511, 9142, 8499, 7494, 8637, 7873, 8651, 7582, 8705, 8354, 8345, 11728, 8539, 11147, 8654, 7619, 8811, 7863, 8621, 8842, 8795, 8498, 10003, 8612, 10171, 8854, 9807, 8964, 8526, 8834, 12601, 9939, 9127, 9002, 7786, 9024, 10167, 9451, 9550, 13777, 9550, 8195, 8580, 12392, 8881, 10090, 8741, 8964, 7837, 8566, 7963, 8541, 8264, 9248, 8390, 9436, 9363, 7728, 12776, 11231, 8209, 12941, 9068, 13524, 9466, 12895, 8444, 11948, 7654, 9601, 8034, 8255, 8087, 8755, 8259, 7633, 8421, 8532, 8136, 8606, 9912, 8710, 10926, 8436, 10981, 8433, 11146, 8399, 10934, 8414, 9515, 8455, 9522, 8381, 9399, 8451, 9846, 8659, 7929, 8928, 8149, 8606, 8435, 10021, 8770, 7493, 8556, 12024, 8404, 11661, 8977, 10628, 8088, 9265, 8338, 9976, 8342, 8540, 8275, 9172, 8717, 8795, 8709, 10718, 9144, 7358, 8816, 8021, 8694, 8589, 9790, 8447, 10136, 8488, 11002, 8772, 11296, 8487, 11073, 8812, 11184, 8771, 7569, 8744, 8151, 8669, 8743, 9401, 8334, 9868, 8815, 7505, 8719, 8808, 9168, 8461, 11111, 8745, 12120, 8781, 7750, 8762, 8798, 9422, 8538, 11610, 8740, 10567, 9366, 8168, 8959, 8343, 9040, 8716, 11081, 8688, 10973, 8574, 11399, 9394, 7846, 8749, 9105, 9193, 8995, 11787, 9030, 11728, 8946, 12026, 9343, 9329, 9000, 7846, 9093, 8340, 9109, 9066, 8687, 8675, 9950, 8752, 9991, 8605, 10470, 8580, 10970, 8507, 11365, 8750, 11357, 9000, 11074, 9210, 7799, 8950, 8193, 9044, 8770, 8850, 8566, 9834, 8591, 11504, 8810, 7711, 9013, 8124, 8808, 8653, 10876, 8658, 11049, 8680, 10397, 8746, 10075, 8913, 8625, 8724, 8222, 8762, 10176, 8686, 10607, 8712, 7580, 9107, 8242, 8865, 8571, 9566, 9225, 11003, 8602, 7574, 9530, 8734, 9552, 9443, 10735, 9291, 10307, 10313, 9440, 10087, 9318, 10328, 9060, 8337, 10076, 8965, 13923, 10422, 8006, 9000, 9245, 10214, 9188, 10885, 9194, 9098, 8559, 9309, 8407, 9374, 8639, 9143, 9199, 9171, 9442, 10703, 9149, 10432, 8970, 9502, 9263, 10327, 9081, 10723, 8763, 10418, 8817, 10111, 8874, 10361, 8465, 8359, 8770, 8421, 8251, 7983, 9865, 7820, 11162, 8805, 9599, 8700, 9856, 9059, 8761, 9019, 9084, 8823, 8965, 8829, 9223, 8916, 9013, 9076, 9174, 8708, 9279, 9198, 9833, 8802, 9506, 8416, 9490, 9141, 9813, 11142, 9541, 10635, 9449, 10722, 9474, 10956, 9755, 11396, 9589, 8230, 9182, 8539, 9409, 9735, 10418, 9043, 11113, 9123, 11008, 9447, 8597, 9413, 8293, 9284, 9167, 9925, 9070, 10180, 9114, 10643, 9174, 11213, 9383, 7826, 9277, 8210, 9380, 8998, 9114, 9385, 9486, 9153, 10537, 9186, 9712, 9536, 8731, 9546, 9677, 8678, 9573, 8293, 9597, 9631, 9400, 11691, 9514, 9318, 8820, 9312, 9808, 9270, 13323, 10239, 11853, 9078, 11042, 9263, 11868, 9709, 9127, 9832, 9390, 9122, 9310, 9516, 9572, 10468, 9231, 9764, 9483, 9403, 8867, 9306, 10882, 9212, 10912, 9138, 10699, 9129, 10379, 8980, 10814, 9288, 10525, 9240, 10209, 9591, 9209, 9378, 8945, 8914, 9303, 9146, 9088, 8950, 9048, 9158, 9310, 9349, 9270, 9047, 8940, 9246, 8979, 8679, 9318, 9783, 9560, 7965, 9529, 8732, 9121, 8825, 9483, 9012, 9332, 9289, 10029, 9287, 10792, 9421, 9622, 9322, 9404, 8902, 9364, 8447, 9018, 8547, 9338, 8694, 9270, 9481, 9226, 8887, 9823, 8990, 10020, 8924, 9133, 8341, 9444, 9013, 9627, 9686, 9619, 8335, 9911, 8336, 9853, 8091, 9634, 8336, 9700, 8260, 9609, 8165, 9770, 8784, 9739, 8581, 9784, 8549], 'WindowCenter': [4000.0, 3996.0, 3983.0, 3992.0, 3981.0, 3970.0, 3979.0, 3969.0, 3969.0, 3980.0, 3979.0, 3979.0, 3981.0, 3970.0, 3992.0, 3991.0, 3982.0, 3982.0, 3994.0, 3992.0, 3995.0, 4004.0, 3996.0, 4004.0, 3996.0, 4016.0, 4007.0, 4005.0, 4006.0, 3995.0, 4006.0, 4016.0, 4008.0, 4007.0, 4019.0, 3998.0, 4019.0, 3998.0, 4009.0, 3998.0, 4008.0, 4037.0, 4008.0, 4028.0, 4018.0, 3996.0, 4007.0, 3994.0, 4006.0, 4026.0, 4007.0, 4017.0, 4008.0, 4007.0, 4018.0, 4008.0, 4009.0, 4009.0, 4019.0, 4009.0, 4009.0, 4020.0, 4022.0, 4031.0, 4023.0, 4041.0, 4022.0, 4041.0, 4011.0, 4041.0, 3999.0, 3998.0, 3998.0, 4008.0, 4008.0, 4007.0, 4008.0, 4007.0, 4008.0, 4028.0, 4009.0, 4038.0, 4008.0, 4027.0, 4007.0, 4017.0, 3995.0, 3995.0, 4005.0, 3995.0, 4019.0, 3996.0, 4008.0, 4006.0, 4018.0, 3986.0, 4019.0, 4029.0, 4020.0, 4039.0, 4010.0, 4038.0, 4019.0, 4017.0, 3996.0, 4016.0, 3996.0, 4016.0, 4008.0, 4017.0, 4008.0, 3996.0, 4008.0, 3996.0, 4008.0, 3996.0, 4007.0, 4036.0, 3995.0, 4024.0, 4005.0, 4013.0, 3983.0, 4002.0, 3994.0, 3993.0, 3983.0, 3982.0, 3994.0, 3983.0, 3996.0, 4005.0, 4006.0, 4017.0, 4008.0, 3987.0, 4009.0, 4008.0, 4009.0, 3998.0, 4008.0, 3987.0, 4009.0, 3987.0, 4008.0, 4038.0, 4008.0, 4027.0, 4007.0, 4017.0, 4018.0, 4010.0, 4020.0, 4009.0, 4039.0, 4021.0, 3987.0, 4020.0, 4008.0, 4031.0, 4050.0, 4020.0, 4030.0, 4008.0, 4008.0, 3997.0, 4007.0, 4036.0, 4006.0, 4024.0, 3995.0, 4024.0, 4015.0, 4013.0, 4015.0, 4023.0, 3992.0, 4034.0, 4003.0, 4010.0, 3981.0, 4009.0, 3979.0, 3988.0, 3980.0, 4010.0, 3992.0, 3990.0, 3991.0, 3970.0, 3992.0, 3981.0, 3992.0, 3971.0, 3992.0, 3982.0, 3994.0, 3994.0, 3994.0, 4006.0, 3995.0, 4008.0, 4027.0, 4019.0, 4017.0, 4008.0, 3997.0, 4018.0, 3998.0, 4019.0, 3987.0, 4018.0, 4049.0, 4009.0, 4027.0, 4007.0, 4036.0, 4007.0, 3997.0, 4019.0, 4008.0, 4019.0, 4020.0, 4019.0, 4022.0, 4043.0, 4023.0, 4040.0, 4021.0, 4008.0, 4019.0, 4008.0, 4020.0, 4039.0, 4019.0, 4028.0, 4008.0, 4026.0, 4007.0, 4026.0, 4018.0, 4027.0, 4008.0, 3996.0, 4007.0, 4007.0, 4017.0, 4009.0, 4038.0, 4018.0, 4036.0, 4006.0, 4025.0, 4015.0, 4001.0, 3982.0, 4011.0, 3981.0, 4011.0, 3991.0, 3999.0, 3980.0, 3968.0, 3979.0, 3980.0, 3991.0, 3981.0, 3993.0, 3983.0, 4006.0, 3996.0, 4008.0, 4008.0, 4008.0, 3998.0, 4010.0, 4009.0, 4009.0, 3998.0, 4008.0, 3997.0, 4008.0, 4009.0, 4010.0, 4009.0, 4018.0, 4010.0, 4018.0, 4020.0, 4028.0, 4020.0, 4040.0, 4011.0, 4040.0, 4021.0, 4030.0, 4021.0, 4010.0, 4010.0, 4000.0, 4020.0, 4010.0, 4021.0, 4022.0, 4031.0, 4022.0, 4000.0, 4021.0, 4010.0, 4031.0, 4010.0, 4040.0, 4009.0, 4028.0, 4008.0, 4039.0, 3996.0, 4015.0, 4005.0, 3993.0, 3996.0, 4018.0, 4008.0, 4016.0, 4006.0, 3995.0, 4006.0, 4018.0, 4028.0, 4020.0, 4039.0, 4020.0, 4008.0, 4008.0, 3997.0, 4017.0, 3997.0, 4016.0, 4017.0, 4036.0, 4016.0, 3982.0, 3982.0, 3980.0, 3981.0, 3980.0, 3980.0, 3980.0, 3989.0, 3980.0, 4001.0, 3992.0, 3982.0, 3993.0, 3994.0, 3994.0, 4007.0, 4016.0, 4007.0, 3986.0, 4008.0, 4008.0, 4020.0, 3998.0, 4020.0, 4009.0, 4021.0, 4039.0, 4008.0, 4038.0, 4019.0, 3997.0, 4018.0, 4009.0, 4020.0, 4032.0, 4033.0, 4035.0, 4043.0, 4034.0, 4043.0, 4034.0, 4043.0, 4034.0, 4022.0, 4033.0, 4064.0, 4033.0, 4020.0, 4020.0, 3999.0, 4020.0, 4029.0, 4033.0, 4030.0, 4050.0, 4020.0, 4009.0, 4009.0, 4037.0, 4006.0, 4014.0, 3993.0, 4005.0, 3985.0, 4008.0, 3999.0, 4009.0, 4010.0, 4019.0, 4011.0, 4019.0, 4019.0, 3998.0, 4050.0, 4030.0, 3997.0, 4028.0, 3995.0, 4025.0, 3992.0, 4011.0, 3968.0, 3987.0, 3956.0, 3976.0, 3956.0, 3955.0, 3957.0, 3980.0, 3981.0, 3970.0, 3981.0, 3992.0, 3982.0, 4006.0, 4016.0, 4008.0, 4040.0, 4010.0, 4028.0, 4009.0, 4028.0, 4009.0, 4028.0, 3997.0, 4017.0, 3997.0, 4017.0, 4008.0, 4018.0, 4009.0, 4018.0, 4010.0, 3998.0, 4020.0, 4009.0, 4020.0, 4021.0, 4031.0, 4022.0, 4001.0, 4022.0, 4052.0, 4023.0, 4041.0, 4021.0, 4029.0, 3999.0, 4007.0, 3998.0, 4016.0, 3996.0, 3996.0, 3997.0, 4006.0, 4009.0, 4008.0, 4011.0, 4031.0, 4021.0, 4001.0, 4021.0, 4011.0, 4022.0, 4023.0, 4032.0, 4022.0, 4031.0, 4023.0, 4042.0, 4023.0, 4041.0, 4021.0, 4040.0, 4021.0, 4039.0, 4010.0, 3998.0, 4009.0, 4009.0, 4021.0, 4022.0, 4032.0, 4023.0, 4032.0, 4033.0, 4013.0, 4024.0, 4033.0, 4033.0, 4024.0, 4054.0, 4035.0, 4052.0, 4022.0, 4000.0, 4020.0, 4020.0, 4020.0, 4010.0, 4040.0, 4022.0, 4042.0, 4033.0, 4011.0, 4022.0, 4009.0, 4020.0, 4021.0, 4041.0, 4010.0, 4029.0, 4010.0, 4040.0, 4021.0, 4010.0, 4010.0, 4020.0, 4020.0, 4021.0, 4040.0, 4021.0, 4040.0, 4019.0, 4039.0, 4019.0, 4018.0, 4008.0, 3996.0, 4007.0, 3996.0, 4007.0, 4007.0, 4008.0, 4009.0, 4029.0, 4022.0, 4031.0, 4022.0, 4030.0, 4021.0, 4030.0, 4011.0, 4040.0, 4010.0, 4039.0, 4020.0, 4028.0, 4008.0, 3987.0, 4008.0, 3998.0, 4020.0, 4010.0, 4021.0, 4021.0, 4031.0, 4022.0, 4041.0, 4022.0, 4000.0, 4021.0, 4010.0, 4021.0, 4021.0, 4041.0, 4010.0, 4040.0, 4009.0, 4017.0, 4006.0, 4017.0, 4007.0, 4007.0, 4007.0, 3996.0, 4009.0, 4029.0, 4021.0, 4030.0, 4021.0, 4012.0, 4022.0, 4022.0, 4033.0, 4023.0, 4045.0, 4047.0, 4044.0, 4024.0, 4013.0, 4032.0, 4021.0, 4031.0, 4031.0, 4043.0, 4020.0, 4031.0, 4019.0, 4019.0, 4019.0, 4021.0, 4018.0, 4007.0, 3997.0, 4020.0, 4008.0, 4037.0, 4018.0, 3984.0, 3995.0, 4005.0, 4017.0, 4005.0, 4018.0, 4006.0, 3995.0, 3992.0, 4005.0, 3983.0, 4005.0, 3993.0, 3994.0, 3993.0, 3995.0, 4003.0, 4015.0, 3992.0, 4014.0, 3993.0, 4002.0, 4004.0, 4001.0, 3993.0, 4001.0, 3993.0, 4001.0, 3981.0, 3989.0, 3981.0, 3990.0, 3981.0, 3980.0, 3981.0, 3982.0, 3982.0, 3982.0, 4003.0, 3972.0, 4013.0, 3981.0, 3989.0, 3980.0, 3989.0, 3980.0, 3980.0, 3980.0, 3979.0, 3980.0, 3979.0, 3981.0, 3990.0, 3981.0, 3991.0, 3992.0, 3993.0, 3993.0, 4005.0, 4016.0, 4029.0, 4018.0, 4030.0, 4009.0, 4031.0, 4020.0, 4032.0, 4042.0, 4032.0, 4041.0, 4033.0, 4041.0, 4032.0, 4041.0, 4033.0, 4052.0, 4034.0, 4023.0, 4034.0, 4024.0, 4034.0, 4045.0, 4045.0, 4035.0, 4054.0, 4034.0, 4055.0, 4034.0, 4022.0, 4033.0, 4012.0, 4033.0, 4032.0, 4033.0, 4022.0, 4031.0, 4021.0, 4031.0, 4022.0, 4042.0, 4033.0, 4012.0, 4033.0, 4024.0, 4033.0, 4022.0, 4022.0, 4032.0, 4032.0, 4034.0, 4043.0, 4035.0, 4043.0, 4045.0, 4035.0, 4034.0, 4032.0, 4010.0, 4032.0, 4010.0, 4034.0, 4034.0, 4049.0, 4057.0, 4034.0, 4034.0, 4022.0, 4022.0, 4031.0, 4021.0, 4050.0, 4019.0, 4027.0, 3997.0, 4015.0, 4006.0, 4027.0, 4019.0, 4018.0, 4018.0, 4018.0, 4006.0, 4007.0, 4006.0, 4018.0, 4018.0, 4007.0, 4018.0, 4007.0, 4006.0, 3994.0, 4004.0, 4013.0, 3993.0, 4002.0, 3993.0, 4002.0, 4003.0, 4002.0, 3994.0, 4013.0, 4004.0, 4013.0, 4004.0, 4013.0, 4004.0, 3994.0, 3993.0, 3993.0, 3995.0, 4006.0, 4007.0, 4008.0, 4009.0, 4009.0, 4020.0, 4019.0, 4020.0, 4020.0, 4020.0, 4008.0, 4006.0, 4006.0, 3995.0, 4008.0, 4018.0, 4020.0, 4000.0, 4021.0, 4011.0, 4022.0, 4021.0, 4021.0, 4009.0, 4009.0, 4021.0, 4020.0, 4009.0, 4031.0, 4009.0, 4020.0, 4020.0, 4007.0, 3995.0, 4007.0, 3996.0, 4006.0, 3996.0, 4007.0, 4008.0, 4019.0, 4033.0, 4033.0, 4035.0, 4044.0, 4035.0, 4046.0, 4024.0, 4025.0, 4012.0, 4022.0, 4010.0, 4021.0, 4021.0, 4021.0, 4011.0, 4033.0, 4010.0, 4032.0, 4011.0, 4020.0, 4009.0, 4019.0, 3998.0, 4020.0, 4009.0, 4031.0, 4010.0, 4031.0, 4010.0, 4030.0, 4010.0], 'WindowWidth': [8947.0, 8934.0, 8910.0, 8921.0, 8902.0, 8887.0, 8897.0, 8884.0, 8882.0, 8899.0, 8897.0, 8898.0, 8902.0, 8887.0, 8918.0, 8918.0, 8908.0, 8907.0, 8926.0, 8921.0, 8929.0, 8939.0, 8931.0, 8940.0, 8931.0, 8961.0, 8951.0, 8943.0, 8946.0, 8929.0, 8948.0, 8960.0, 8954.0, 8951.0, 8970.0, 8939.0, 8969.0, 8940.0, 8957.0, 8938.0, 8952.0, 8990.0, 8950.0, 8977.0, 8964.0, 8931.0, 8947.0, 8926.0, 8945.0, 8971.0, 8948.0, 8961.0, 8952.0, 8950.0, 8967.0, 8953.0, 8957.0, 8955.0, 8970.0, 8954.0, 8957.0, 8972.0, 8979.0, 8989.0, 8981.0, 9001.0, 8977.0, 9001.0, 8963.0, 9001.0, 8940.0, 8938.0, 8937.0, 8952.0, 8950.0, 8949.0, 8951.0, 8947.0, 8954.0, 8977.0, 8955.0, 8989.0, 8950.0, 8972.0, 8947.0, 8961.0, 8928.0, 8927.0, 8942.0, 8929.0, 8968.0, 8933.0, 8951.0, 8945.0, 8964.0, 8921.0, 8969.0, 8981.0, 8971.0, 8992.0, 8957.0, 8991.0, 8967.0, 8959.0, 8932.0, 8956.0, 8933.0, 8957.0, 8950.0, 8960.0, 8951.0, 8931.0, 8950.0, 8932.0, 8950.0, 8931.0, 8945.0, 8982.0, 8927.0, 8964.0, 8941.0, 8947.0, 8909.0, 8932.0, 8924.0, 8919.0, 8907.0, 8905.0, 8924.0, 8907.0, 8930.0, 8941.0, 8947.0, 8959.0, 8949.0, 8922.0, 8953.0, 8952.0, 8953.0, 8936.0, 8951.0, 8921.0, 8953.0, 8921.0, 8950.0, 8989.0, 8949.0, 8973.0, 8948.0, 8960.0, 8963.0, 8957.0, 8972.0, 8955.0, 8995.0, 8973.0, 8923.0, 8971.0, 8951.0, 8988.0, 9012.0, 8970.0, 8983.0, 8951.0, 8952.0, 8933.0, 8946.0, 8983.0, 8942.0, 8963.0, 8925.0, 8962.0, 8955.0, 8948.0, 8953.0, 8960.0, 8918.0, 8977.0, 8934.0, 8936.0, 8902.0, 8933.0, 8895.0, 8903.0, 8899.0, 8938.0, 8916.0, 8912.0, 8915.0, 8886.0, 8918.0, 8901.0, 8918.0, 8887.0, 8919.0, 8905.0, 8925.0, 8924.0, 8926.0, 8943.0, 8928.0, 8950.0, 8975.0, 8967.0, 8961.0, 8952.0, 8933.0, 8963.0, 8936.0, 8967.0, 8920.0, 8965.0, 9006.0, 8951.0, 8974.0, 8947.0, 8984.0, 8947.0, 8936.0, 8965.0, 8952.0, 8967.0, 8968.0, 8966.0, 8977.0, 9006.0, 8979.0, 8997.0, 8973.0, 8950.0, 8967.0, 8949.0, 8970.0, 8992.0, 8964.0, 8974.0, 8949.0, 8969.0, 8946.0, 8969.0, 8962.0, 8972.0, 8948.0, 8932.0, 8948.0, 8945.0, 8962.0, 8951.0, 8989.0, 8963.0, 8981.0, 8943.0, 8965.0, 8952.0, 8926.0, 8901.0, 8937.0, 8898.0, 8938.0, 8911.0, 8919.0, 8895.0, 8876.0, 8896.0, 8896.0, 8913.0, 8900.0, 8922.0, 8908.0, 8942.0, 8931.0, 8950.0, 8949.0, 8951.0, 8936.0, 8955.0, 8951.0, 8953.0, 8935.0, 8951.0, 8934.0, 8950.0, 8952.0, 8958.0, 8955.0, 8964.0, 8954.0, 8961.0, 8969.0, 8976.0, 8970.0, 8993.0, 8959.0, 8994.0, 8972.0, 8980.0, 8971.0, 8955.0, 8956.0, 8941.0, 8970.0, 8956.0, 8973.0, 8975.0, 8985.0, 8976.0, 8944.0, 8972.0, 8957.0, 8985.0, 8956.0, 8992.0, 8951.0, 8975.0, 8948.0, 8990.0, 8928.0, 8952.0, 8938.0, 8921.0, 8930.0, 8963.0, 8951.0, 8956.0, 8941.0, 8928.0, 8942.0, 8963.0, 8975.0, 8969.0, 8992.0, 8971.0, 8947.0, 8948.0, 8932.0, 8958.0, 8932.0, 8954.0, 8958.0, 8981.0, 8953.0, 8903.0, 8901.0, 8895.0, 8898.0, 8896.0, 8895.0, 8896.0, 8907.0, 8897.0, 8927.0, 8916.0, 8903.0, 8918.0, 8922.0, 8924.0, 8946.0, 8956.0, 8948.0, 8919.0, 8949.0, 8948.0, 8967.0, 8936.0, 8967.0, 8954.0, 8973.0, 8991.0, 8950.0, 8990.0, 8966.0, 8934.0, 8966.0, 8955.0, 8970.0, 8989.0, 8991.0, 8997.0, 9005.0, 8995.0, 9005.0, 8996.0, 9003.0, 8993.0, 8974.0, 8992.0, 9035.0, 8992.0, 8969.0, 8968.0, 8937.0, 8968.0, 8978.0, 8991.0, 8983.0, 9008.0, 8967.0, 8951.0, 8953.0, 8985.0, 8940.0, 8948.0, 8919.0, 8939.0, 8913.0, 8950.0, 8940.0, 8956.0, 8956.0, 8968.0, 8960.0, 8968.0, 8968.0, 8938.0, 9009.0, 8983.0, 8929.0, 8974.0, 8926.0, 8964.0, 8916.0, 8937.0, 8875.0, 8897.0, 8855.0, 8881.0, 8853.0, 8851.0, 8857.0, 8894.0, 8900.0, 8882.0, 8897.0, 8914.0, 8904.0, 8943.0, 8954.0, 8949.0, 8994.0, 8955.0, 8974.0, 8952.0, 8973.0, 8950.0, 8973.0, 8932.0, 8956.0, 8932.0, 8956.0, 8947.0, 8960.0, 8953.0, 8962.0, 8953.0, 8935.0, 8967.0, 8952.0, 8966.0, 8972.0, 8985.0, 8976.0, 8945.0, 8976.0, 9014.0, 8978.0, 8998.0, 8971.0, 8977.0, 8937.0, 8944.0, 8934.0, 8954.0, 8929.0, 8926.0, 8931.0, 8941.0, 8950.0, 8948.0, 8956.0, 8983.0, 8972.0, 8944.0, 8972.0, 8960.0, 8975.0, 8977.0, 8987.0, 8974.0, 8985.0, 8977.0, 8999.0, 8977.0, 8997.0, 8970.0, 8993.0, 8970.0, 8991.0, 8955.0, 8935.0, 8952.0, 8953.0, 8971.0, 8975.0, 8986.0, 8977.0, 8988.0, 8993.0, 8967.0, 8981.0, 8992.0, 8991.0, 8982.0, 9023.0, 8999.0, 9016.0, 8977.0, 8943.0, 8969.0, 8969.0, 8966.0, 8955.0, 8994.0, 8974.0, 9000.0, 8990.0, 8958.0, 8974.0, 8953.0, 8968.0, 8970.0, 8997.0, 8956.0, 8976.0, 8953.0, 8995.0, 8970.0, 8954.0, 8955.0, 8968.0, 8970.0, 8973.0, 8996.0, 8972.0, 8993.0, 8966.0, 8990.0, 8964.0, 8962.0, 8948.0, 8930.0, 8945.0, 8928.0, 8943.0, 8945.0, 8948.0, 8951.0, 8978.0, 8973.0, 8982.0, 8975.0, 8981.0, 8971.0, 8980.0, 8957.0, 8994.0, 8956.0, 8992.0, 8968.0, 8975.0, 8945.0, 8916.0, 8948.0, 8934.0, 8968.0, 8954.0, 8970.0, 8970.0, 8982.0, 8973.0, 8999.0, 8974.0, 8942.0, 8971.0, 8955.0, 8969.0, 8970.0, 8999.0, 8955.0, 8993.0, 8951.0, 8958.0, 8943.0, 8955.0, 8942.0, 8943.0, 8945.0, 8929.0, 8953.0, 8979.0, 8970.0, 8979.0, 8972.0, 8961.0, 8975.0, 8974.0, 8991.0, 8977.0, 9010.0, 9019.0, 9005.0, 8981.0, 8966.0, 8988.0, 8970.0, 8985.0, 8983.0, 9004.0, 8966.0, 8983.0, 8964.0, 8964.0, 8964.0, 8971.0, 8960.0, 8945.0, 8930.0, 8967.0, 8947.0, 8986.0, 8961.0, 8909.0, 8923.0, 8937.0, 8957.0, 8939.0, 8960.0, 8940.0, 8926.0, 8916.0, 8937.0, 8904.0, 8940.0, 8919.0, 8921.0, 8919.0, 8922.0, 8931.0, 8950.0, 8915.0, 8949.0, 8919.0, 8929.0, 8933.0, 8924.0, 8918.0, 8924.0, 8918.0, 8922.0, 8898.0, 8904.0, 8896.0, 8906.0, 8897.0, 8895.0, 8896.0, 8904.0, 8902.0, 8908.0, 8931.0, 8890.0, 8943.0, 8899.0, 8906.0, 8896.0, 8906.0, 8895.0, 8895.0, 8893.0, 8891.0, 8893.0, 8891.0, 8896.0, 8907.0, 8897.0, 8911.0, 8912.0, 8916.0, 8918.0, 8939.0, 8956.0, 8977.0, 8963.0, 8979.0, 8951.0, 8983.0, 8969.0, 8988.0, 8999.0, 8987.0, 8997.0, 8991.0, 8996.0, 8987.0, 8997.0, 8988.0, 9014.0, 8993.0, 8977.0, 8995.0, 8979.0, 8995.0, 9009.0, 9009.0, 8997.0, 9020.0, 8992.0, 9022.0, 8996.0, 8973.0, 8990.0, 8960.0, 8990.0, 8987.0, 8991.0, 8972.0, 8986.0, 8971.0, 8983.0, 8975.0, 8999.0, 8990.0, 8960.0, 8992.0, 8981.0, 8992.0, 8975.0, 8974.0, 8988.0, 8987.0, 8994.0, 9005.0, 8996.0, 9004.0, 9010.0, 8998.0, 8992.0, 8986.0, 8956.0, 8987.0, 8957.0, 8993.0, 8994.0, 9023.0, 9031.0, 8995.0, 8993.0, 8975.0, 8974.0, 8983.0, 8971.0, 9008.0, 8963.0, 8969.0, 8929.0, 8950.0, 8940.0, 8971.0, 8965.0, 8962.0, 8962.0, 8961.0, 8942.0, 8945.0, 8940.0, 8961.0, 8960.0, 8942.0, 8960.0, 8943.0, 8942.0, 8922.0, 8934.0, 8946.0, 8917.0, 8927.0, 8916.0, 8926.0, 8932.0, 8928.0, 8921.0, 8944.0, 8935.0, 8943.0, 8934.0, 8945.0, 8935.0, 8919.0, 8914.0, 8917.0, 8922.0, 8941.0, 8944.0, 8945.0, 8949.0, 8951.0, 8967.0, 8963.0, 8966.0, 8969.0, 8970.0, 8947.0, 8942.0, 8941.0, 8922.0, 8945.0, 8959.0, 8965.0, 8939.0, 8970.0, 8954.0, 8974.0, 8969.0, 8970.0, 8950.0, 8950.0, 8969.0, 8966.0, 8951.0, 8980.0, 8949.0, 8968.0, 8965.0, 8944.0, 8925.0, 8942.0, 8928.0, 8940.0, 8927.0, 8944.0, 8949.0, 8965.0, 8989.0, 8990.0, 8996.0, 9007.0, 8996.0, 9011.0, 8977.0, 8981.0, 8957.0, 8972.0, 8954.0, 8969.0, 8972.0, 8971.0, 8957.0, 8989.0, 8955.0, 8985.0, 8959.0, 8967.0, 8949.0, 8965.0, 8935.0, 8966.0, 8951.0, 8981.0, 8954.0, 8984.0, 8953.0, 8981.0, 8953.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.00213802752293578</td></tr>
<tr><td colspan=3>aqi</td><td>0.04747244323394495</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.60463750960962</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1642962941331798</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.970871880895522</td></tr>
<tr><td colspan=3>efc</td><td>0.4502</td></tr>
<tr><td colspan=3>fber</td><td>7231.6304</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10756424591202766</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.536697247706422</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.443278234848289</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3297466717272384</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.738095480173262</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2619925526443665</td></tr>
<tr><td colspan=3>gcor</td><td>0.0141308</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016758209094405174</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029948418959975243</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.923468550891388</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>34.3262</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4838</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.0244</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308564.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.4769</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1775</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.6667</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3282.1682</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3498.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67980.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.5515</td></tr>
<tr><td colspan=3>tsnr</td><td>32.09362739761127</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>