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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0023_ses-04_task-social_acq-mb8_run-03_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-0023_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-03_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-0023/ses-04/func/sub-0023_ses-04_task-social_acq-mb8_run-03_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>614dd589ad747db2c26ebb40eba18b0e</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:05:15.390000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999655, 0.0241552, -0.0103306, -0.0258277, 0.975576, -0.218139]</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-03_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.10312</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7729, -7265, 507, 10, -120, -56, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.675</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dd2656b1-f7a3-49c4-ba32-a04b7e2af1a6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820008754730225, -0.0692937821149826, -0.012984544970095158, 122.16265106201172], [-0.06480672955513, 2.617398977279663, -0.5894911289215088, -68.40421295166016], [-0.027716223150491714, 0.585249662399292, 2.6348304748535156, -88.13460540771484], [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': ['130515.390000', '130515.850000', '130516.310000', '130516.770000', '130517.230000', '130517.690000', '130518.150000', '130518.610000', '130519.070000', '130519.530000', '130519.990000', '130520.450000', '130520.910000', '130521.370000', '130521.830000', '130522.290000', '130522.750000', '130523.210000', '130523.670000', '130524.130000', '130524.590000', '130525.050000', '130525.510000', '130525.970000', '130526.430000', '130526.890000', '130527.350000', '130527.810000', '130528.270000', '130528.730000', '130529.190000', '130529.650000', '130530.110000', '130530.570000', '130531.030000', '130531.490000', '130531.950000', '130532.410000', '130532.870000', '130533.330000', '130533.790000', '130534.250000', '130534.710000', '130535.170000', '130535.630000', '130536.090000', '130536.550000', '130537.010000', '130537.470000', '130537.930000', '130538.390000', '130538.850000', '130539.310000', '130539.770000', '130540.230000', '130540.690000', '130541.150000', '130541.610000', '130542.070000', '130542.530000', '130542.990000', '130543.450000', '130543.910000', '130544.370000', '130544.830000', '130545.290000', '130545.750000', '130546.210000', '130546.670000', '130547.130000', '130547.590000', '130548.050000', '130548.510000', '130548.970000', '130549.430000', '130549.890000', '130550.350000', '130550.810000', '130551.270000', '130551.730000', '130552.190000', '130552.650000', '130553.110000', '130553.570000', '130554.030000', '130554.490000', '130554.950000', '130555.410000', '130555.870000', '130556.330000', '130556.790000', '130557.250000', '130557.710000', '130558.170000', '130558.630000', '130559.090000', '130559.550000', '130600.010000', '130600.470000', '130600.930000', '130601.390000', '130601.850000', '130602.310000', '130602.770000', '130603.230000', '130603.690000', '130604.150000', '130604.610000', '130605.070000', '130605.530000', '130605.990000', '130606.450000', '130606.910000', '130607.370000', '130607.830000', '130608.290000', '130608.750000', '130609.210000', '130609.670000', '130610.130000', '130610.590000', '130611.050000', '130611.510000', '130611.970000', '130612.430000', '130612.890000', '130613.350000', '130613.810000', '130614.270000', '130614.730000', '130615.190000', '130615.650000', '130616.110000', '130616.570000', '130617.030000', '130617.490000', '130617.950000', '130618.410000', '130618.870000', '130619.330000', '130619.790000', '130620.250000', '130620.710000', '130621.170000', '130621.630000', '130622.090000', '130622.550000', '130623.010000', '130623.470000', '130623.930000', '130624.390000', '130624.850000', '130625.310000', '130625.770000', '130626.230000', '130626.690000', '130627.150000', '130627.610000', '130628.070000', '130628.530000', '130628.990000', '130629.450000', '130629.910000', '130630.370000', '130630.830000', '130631.290000', '130631.750000', '130632.210000', '130632.670000', '130633.130000', '130633.590000', '130634.050000', '130634.510000', '130634.970000', '130635.430000', '130635.890000', '130636.350000', '130636.810000', '130637.270000', '130637.730000', '130638.190000', '130638.650000', '130639.110000', '130639.570000', '130640.030000', '130640.490000', '130640.950000', '130641.410000', '130641.870000', '130642.330000', '130642.790000', '130643.250000', '130643.710000', '130644.170000', '130644.630000', '130645.090000', '130645.550000', '130646.010000', '130646.470000', '130646.930000', '130647.390000', '130647.850000', '130648.310000', '130648.770000', '130649.230000', '130649.690000', '130650.150000', '130650.610000', '130651.070000', '130651.530000', '130651.990000', '130652.450000', '130652.910000', '130653.370000', '130653.830000', '130654.290000', '130654.750000', '130655.210000', '130655.670000', '130656.130000', '130656.590000', '130657.050000', '130657.510000', '130657.970000', '130658.430000', '130658.890000', '130659.350000', '130659.810000', '130700.270000', '130700.730000', '130701.190000', '130701.650000', '130702.110000', '130702.570000', '130703.030000', '130703.490000', '130703.950000', '130704.410000', '130704.870000', '130705.330000', '130705.790000', '130706.250000', '130706.710000', '130707.170000', '130707.630000', '130708.090000', '130708.550000', '130709.010000', '130709.470000', '130709.930000', '130710.390000', '130710.850000', '130711.310000', '130711.770000', '130712.230000', '130712.690000', '130713.150000', '130713.610000', '130714.070000', '130714.530000', '130714.990000', '130715.450000', '130715.910000', '130716.370000', '130716.830000', '130717.290000', '130717.750000', '130718.210000', '130718.670000', '130719.130000', '130719.590000', '130720.050000', '130720.510000', '130720.970000', '130721.430000', '130721.890000', '130722.350000', '130722.810000', '130723.270000', '130723.730000', '130724.190000', '130724.650000', '130725.110000', '130725.570000', '130726.030000', '130726.490000', '130726.950000', '130727.410000', '130727.870000', '130728.330000', '130728.790000', '130729.250000', '130729.710000', '130730.170000', '130730.630000', '130731.090000', '130731.550000', '130732.010000', '130732.470000', '130732.930000', '130733.390000', '130733.850000', '130734.310000', '130734.770000', '130735.230000', '130735.690000', '130736.150000', '130736.610000', '130737.070000', '130737.530000', '130737.990000', '130738.450000', '130738.910000', '130739.370000', '130739.830000', '130740.290000', '130740.750000', '130741.210000', '130741.670000', '130742.130000', '130742.590000', '130743.050000', '130743.510000', '130743.970000', '130744.430000', '130744.890000', '130745.350000', '130745.810000', '130746.270000', '130746.730000', '130747.190000', '130747.650000', '130748.110000', '130748.570000', '130749.030000', '130749.490000', '130749.950000', '130750.410000', '130750.870000', '130751.330000', '130751.790000', '130752.250000', '130752.710000', '130753.170000', '130753.630000', '130754.090000', '130754.550000', '130755.010000', '130755.470000', '130755.930000', '130756.390000', '130756.850000', '130757.310000', '130757.770000', '130758.230000', '130758.690000', '130759.150000', '130759.610000', '130800.070000', '130800.530000', '130800.990000', '130801.450000', '130801.910000', '130802.370000', '130802.830000', '130803.290000', '130803.750000', '130804.210000', '130804.670000', '130805.130000', '130805.590000', '130806.050000', '130806.510000', '130806.970000', '130807.430000', '130807.890000', '130808.350000', '130808.810000', '130809.270000', '130809.730000', '130810.190000', '130810.650000', '130811.110000', '130811.570000', '130812.030000', '130812.490000', '130812.950000', '130813.410000', '130813.870000', '130814.330000', '130814.790000', '130815.250000', '130815.710000', '130816.170000', '130816.630000', '130817.090000', '130817.550000', '130818.010000', '130818.470000', '130818.930000', '130819.390000', '130819.850000', '130820.310000', '130820.770000', '130821.230000', '130821.690000', '130822.150000', '130822.610000', '130823.070000', '130823.530000', '130823.990000', '130824.450000', '130824.910000', '130825.370000', '130825.830000', '130826.290000', '130826.750000', '130827.210000', '130827.670000', '130828.130000', '130828.590000', '130829.050000', '130829.510000', '130829.970000', '130830.430000', '130830.890000', '130831.350000', '130831.810000', '130832.270000', '130832.730000', '130833.190000', '130833.650000', '130834.110000', '130834.570000', '130835.030000', '130835.490000', '130835.950000', '130836.410000', '130836.870000', '130837.330000', '130837.790000', '130838.250000', '130838.710000', '130839.170000', '130839.630000', '130840.090000', '130840.550000', '130841.010000', '130841.470000', '130841.930000', '130842.390000', '130842.850000', '130843.310000', '130843.770000', '130844.230000', '130844.690000', '130845.150000', '130845.610000', '130846.070000', '130846.530000', '130846.990000', '130847.450000', '130847.910000', '130848.370000', '130848.830000', '130849.290000', '130849.750000', '130850.210000', '130850.670000', '130851.130000', '130851.590000', '130852.050000', '130852.510000', '130852.970000', '130853.430000', '130853.890000', '130854.350000', '130854.810000', '130855.270000', '130855.730000', '130856.190000', '130856.650000', '130857.110000', '130857.570000', '130858.030000', '130858.490000', '130858.950000', '130859.410000', '130859.870000', '130900.330000', '130900.790000', '130901.250000', '130901.710000', '130902.170000', '130902.630000', '130903.090000', '130903.550000', '130904.010000', '130904.470000', '130904.930000', '130905.390000', '130905.850000', '130906.310000', '130906.770000', '130907.230000', '130907.690000', '130908.150000', '130908.610000', '130909.070000', '130909.530000', '130909.990000', '130910.450000', '130910.910000', '130911.370000', '130911.830000', '130912.290000', '130912.750000', '130913.210000', '130913.670000', '130914.130000', '130914.590000', '130915.050000', '130915.510000', '130915.970000', '130916.430000', '130916.890000', '130917.350000', '130917.810000', '130918.270000', '130918.730000', '130919.190000', '130919.650000', '130920.110000', '130920.570000', '130921.030000', '130921.490000', '130921.950000', '130922.410000', '130922.870000', '130923.330000', '130923.790000', '130924.250000', '130924.710000', '130925.170000', '130925.630000', '130926.090000', '130926.550000', '130927.010000', '130927.470000', '130927.930000', '130928.390000', '130928.850000', '130929.310000', '130929.770000', '130930.230000', '130930.690000', '130931.150000', '130931.610000', '130932.070000', '130932.530000', '130932.990000', '130933.450000', '130933.910000', '130934.370000', '130934.830000', '130935.290000', '130935.750000', '130936.210000', '130936.670000', '130937.130000', '130937.590000', '130938.050000', '130938.510000', '130938.970000', '130939.430000', '130939.890000', '130940.350000', '130940.810000', '130941.270000', '130941.730000', '130942.190000', '130942.650000', '130943.110000', '130943.570000', '130944.030000', '130944.490000', '130944.950000', '130945.410000', '130945.870000', '130946.330000', '130946.790000', '130947.250000', '130947.710000', '130948.170000', '130948.630000', '130949.090000', '130949.550000', '130950.010000', '130950.470000', '130950.930000', '130951.390000', '130951.850000', '130952.310000', '130952.770000', '130953.230000', '130953.690000', '130954.150000', '130954.610000', '130955.070000', '130955.530000', '130955.990000', '130956.450000', '130956.910000', '130957.370000', '130957.830000', '130958.290000', '130958.750000', '130959.210000', '130959.670000', '131000.130000', '131000.590000', '131001.050000', '131001.510000', '131001.970000', '131002.430000', '131002.890000', '131003.350000', '131003.810000', '131004.270000', '131004.730000', '131005.190000', '131005.650000', '131006.110000', '131006.570000', '131007.030000', '131007.490000', '131007.950000', '131008.410000', '131008.870000', '131009.330000', '131009.790000', '131010.250000', '131010.710000', '131011.170000', '131011.630000', '131012.090000', '131012.550000', '131013.010000', '131013.470000', '131013.930000', '131014.390000', '131014.850000', '131015.310000', '131015.770000', '131016.230000', '131016.690000', '131017.150000', '131017.610000', '131018.070000', '131018.530000', '131018.990000', '131019.450000', '131019.910000', '131020.370000', '131020.830000', '131021.290000', '131021.750000', '131022.210000', '131022.670000', '131023.130000', '131023.590000', '131024.050000', '131024.510000', '131024.970000', '131025.430000', '131025.890000', '131026.350000', '131026.810000', '131027.270000', '131027.730000', '131028.190000', '131028.650000', '131029.110000', '131029.570000', '131030.030000', '131030.490000', '131030.950000', '131031.410000', '131031.870000', '131032.330000', '131032.790000', '131033.250000', '131033.710000', '131034.170000', '131034.630000', '131035.090000', '131035.550000', '131036.010000', '131036.470000', '131036.930000', '131037.390000', '131037.850000', '131038.310000', '131038.770000', '131039.230000', '131039.690000', '131040.150000', '131040.610000', '131041.070000', '131041.530000', '131041.990000', '131042.450000', '131042.910000', '131043.370000', '131043.830000', '131044.290000', '131044.750000', '131045.210000', '131045.670000', '131046.130000', '131046.590000', '131047.050000', '131047.510000', '131047.970000', '131048.430000', '131048.890000', '131049.350000', '131049.810000', '131050.270000', '131050.730000', '131051.190000', '131051.650000', '131052.110000', '131052.570000', '131053.030000', '131053.490000', '131053.950000', '131054.410000', '131054.870000', '131055.330000', '131055.790000', '131056.250000', '131056.710000', '131057.170000', '131057.630000', '131058.090000', '131058.550000', '131059.010000', '131059.470000', '131059.930000', '131100.390000', '131100.850000', '131101.310000', '131101.770000', '131102.230000', '131102.690000', '131103.150000', '131103.610000', '131104.070000', '131104.530000', '131104.990000', '131105.450000', '131105.910000', '131106.370000', '131106.830000', '131107.290000', '131107.750000', '131108.210000', '131108.670000', '131109.130000', '131109.590000', '131110.050000', '131110.510000', '131110.970000', '131111.430000', '131111.890000', '131112.350000', '131112.810000', '131113.270000', '131113.730000', '131114.190000', '131114.650000', '131115.110000', '131115.570000', '131116.030000', '131116.490000', '131116.950000', '131117.410000', '131117.870000', '131118.330000', '131118.790000', '131119.250000', '131119.710000', '131120.170000', '131120.630000', '131121.090000', '131121.550000', '131122.010000', '131122.470000', '131122.930000', '131123.390000', '131123.850000', '131124.310000', '131124.770000', '131125.230000', '131125.690000', '131126.150000', '131126.610000', '131127.070000', '131127.530000', '131127.990000', '131128.450000', '131128.910000', '131129.370000', '131129.830000', '131130.290000', '131130.750000', '131131.210000', '131131.670000', '131132.130000', '131132.590000', '131133.050000', '131133.510000', '131133.970000', '131134.430000', '131134.890000', '131135.350000', '131135.810000', '131136.270000', '131136.730000', '131137.190000', '131137.650000', '131138.110000', '131138.570000', '131139.030000', '131139.490000', '131139.950000', '131140.410000', '131140.870000', '131141.330000', '131141.790000', '131142.250000', '131142.710000', '131143.170000', '131143.630000', '131144.090000', '131144.550000', '131145.010000', '131145.470000', '131145.930000', '131146.390000', '131146.850000', '131147.310000', '131147.770000', '131148.230000', '131148.690000', '131149.150000', '131149.610000', '131150.070000', '131150.530000', '131150.990000', '131151.450000', '131151.910000', '131152.370000', '131152.830000', '131153.290000', '131153.750000', '131154.210000', '131154.670000', '131155.130000', '131155.590000', '131156.050000'], 'ContentTime': ['130532.155000', '130532.159000', '130532.162000', '130532.165000', '130532.168000', '130532.171000', '130532.174000', '130532.176000', '130532.180000', '130532.182000', '130532.185000', '130532.192000', '130532.195000', '130532.198000', '130532.201000', '130532.203000', '130532.207000', '130532.209000', '130532.212000', '130532.215000', '130532.218000', '130532.221000', '130532.224000', '130532.227000', '130532.230000', '130532.233000', '130532.236000', '130532.239000', '130532.242000', '130532.245000', '130532.254000', '130532.257000', '130532.260000', '130532.263000', '130552.108000', '130552.111000', '130552.114000', '130552.117000', '130552.120000', '130552.123000', '130552.130000', '130552.133000', '130552.136000', '130552.138000', '130552.141000', '130552.144000', '130552.147000', '130552.150000', '130552.153000', '130552.156000', '130552.159000', '130552.162000', '130552.165000', '130552.168000', '130552.170000', '130552.173000', '130552.176000', '130552.179000', '130552.182000', '130552.185000', '130552.193000', '130552.196000', '130552.198000', '130552.201000', '130552.204000', '130552.207000', '130552.210000', '130552.213000', '130552.216000', '130552.219000', '130552.222000', '130552.225000', '130552.228000', '130552.231000', '130552.235000', '130552.240000', '130552.243000', '130612.108000', '130612.111000', '130612.114000', '130612.117000', '130612.120000', '130612.123000', '130612.126000', '130612.129000', '130612.142000', '130612.145000', '130612.148000', '130612.150000', '130612.153000', '130612.156000', '130612.159000', '130612.162000', '130612.165000', '130612.168000', '130612.171000', '130612.174000', '130612.177000', '130612.180000', '130612.183000', '130612.186000', '130612.189000', '130612.192000', '130612.195000', '130612.198000', '130612.201000', '130612.203000', '130612.206000', '130612.209000', '130612.212000', '130612.215000', '130612.218000', '130612.221000', '130612.224000', '130612.227000', '130612.230000', '130612.233000', '130612.236000', '130612.239000', '130612.242000', '130612.244000', '130632.107000', '130632.110000', '130632.113000', '130632.116000', '130632.119000', '130632.122000', '130632.125000', '130632.128000', '130632.131000', '130632.134000', '130632.137000', '130632.140000', '130632.143000', '130632.145000', '130632.148000', '130632.151000', '130632.154000', '130632.157000', '130632.160000', '130632.163000', '130632.166000', '130632.169000', '130632.172000', '130632.175000', '130632.178000', '130632.181000', '130632.184000', '130632.187000', '130632.190000', '130632.192000', '130632.195000', '130632.200000', '130632.203000', '130632.206000', '130632.216000', '130632.219000', '130632.222000', '130632.225000', '130632.228000', '130632.230000', '130632.233000', '130632.236000', '130632.239000', '130652.108000', '130652.111000', '130652.114000', '130652.117000', '130652.120000', '130652.123000', '130652.126000', '130652.129000', '130652.132000', '130652.135000', '130652.145000', '130652.148000', '130652.151000', '130652.154000', '130652.157000', '130652.160000', '130652.163000', '130652.166000', '130652.169000', '130652.172000', '130652.175000', '130652.178000', '130652.181000', '130652.184000', '130652.187000', '130652.190000', '130652.192000', '130652.195000', '130652.198000', '130652.201000', '130652.204000', '130652.207000', '130652.210000', '130652.213000', '130652.216000', '130652.219000', '130652.222000', '130652.225000', '130652.228000', '130652.231000', '130652.234000', '130652.236000', '130652.239000', '130652.242000', '130712.108000', '130712.118000', '130712.121000', '130712.124000', '130712.127000', '130712.130000', '130712.133000', '130712.135000', '130712.138000', '130712.141000', '130712.144000', '130712.147000', '130712.150000', '130712.153000', '130712.156000', '130712.159000', '130712.162000', '130712.165000', '130712.168000', '130712.171000', '130712.174000', '130712.177000', '130712.180000', '130712.182000', '130712.185000', '130712.188000', '130712.191000', '130712.194000', '130712.197000', '130712.200000', '130712.203000', '130712.206000', '130712.209000', '130712.212000', '130712.215000', '130712.218000', '130712.221000', '130712.224000', '130712.227000', '130712.230000', '130712.232000', '130712.235000', '130712.238000', '130732.108000', '130732.111000', '130732.121000', '130732.124000', '130732.127000', '130732.130000', '130732.133000', '130732.136000', '130732.139000', '130732.142000', '130732.145000', '130732.148000', '130732.150000', '130732.153000', '130732.156000', '130732.159000', '130732.162000', '130732.165000', '130732.169000', '130732.171000', '130732.174000', '130732.177000', '130732.180000', '130732.183000', '130732.186000', '130732.189000', '130732.192000', '130732.195000', '130732.198000', '130732.201000', '130732.204000', '130732.207000', '130732.210000', '130732.213000', '130732.216000', '130732.219000', '130732.222000', '130732.225000', '130732.228000', '130732.231000', '130732.233000', '130732.236000', '130732.239000', '130732.242000', '130752.108000', '130752.111000', '130752.114000', '130752.117000', '130752.120000', '130752.123000', '130752.126000', '130752.129000', '130752.132000', '130752.135000', '130752.138000', '130752.141000', '130752.144000', '130752.147000', '130752.150000', '130752.152000', '130752.156000', '130752.159000', '130752.162000', '130752.164000', '130752.167000', '130752.170000', '130752.173000', '130752.176000', '130752.179000', '130752.182000', '130752.185000', '130752.188000', '130752.191000', '130752.194000', '130752.197000', '130752.200000', '130752.203000', '130752.206000', '130752.209000', '130752.211000', '130752.215000', '130752.217000', '130752.220000', '130752.223000', '130752.226000', '130752.229000', '130752.232000', '130812.108000', '130812.111000', '130812.114000', '130812.117000', '130812.120000', '130812.123000', '130812.126000', '130812.129000', '130812.132000', '130812.135000', '130812.138000', '130812.141000', '130812.144000', '130812.147000', '130812.150000', '130812.153000', '130812.156000', '130812.159000', '130812.162000', '130812.164000', '130812.167000', '130812.170000', '130812.173000', '130812.176000', '130812.179000', '130812.182000', '130812.185000', '130812.188000', '130812.191000', '130812.194000', '130812.211000', '130812.214000', '130812.217000', '130812.229000', '130812.232000', '130812.235000', '130812.238000', '130812.241000', '130812.244000', '130812.247000', '130812.250000', '130812.253000', '130812.256000', '130812.259000', '130832.108000', '130832.111000', '130832.114000', '130832.117000', '130832.120000', '130832.123000', '130832.126000', '130832.129000', '130832.132000', '130832.135000', '130832.138000', '130832.141000', '130832.144000', '130832.146000', '130832.149000', '130832.158000', '130832.161000', '130832.164000', '130832.167000', '130832.170000', '130832.173000', '130832.176000', '130832.179000', '130832.182000', '130832.185000', '130832.188000', '130832.191000', '130832.194000', '130832.197000', '130832.200000', '130832.203000', '130832.206000', '130832.209000', '130832.212000', '130832.215000', '130832.218000', '130832.221000', '130832.224000', '130832.226000', '130832.230000', '130832.233000', '130832.235000', '130832.238000', '130852.107000', '130852.110000', '130852.113000', '130852.116000', '130852.119000', '130852.122000', '130852.125000', '130852.128000', '130852.131000', '130852.134000', '130852.137000', '130852.140000', '130852.143000', '130852.146000', '130852.149000', '130852.152000', '130852.155000', '130852.158000', '130852.161000', '130852.163000', '130852.167000', '130852.169000', '130852.172000', '130852.175000', '130852.178000', '130852.181000', '130852.192000', '130852.195000', '130852.198000', '130852.201000', '130852.204000', '130852.207000', '130852.210000', '130852.213000', '130852.215000', '130852.218000', '130852.221000', '130852.224000', '130852.227000', '130852.230000', '130852.233000', '130852.236000', '130852.239000', '130912.108000', '130912.111000', '130912.114000', '130912.117000', '130912.120000', '130912.123000', '130912.126000', '130912.129000', '130912.132000', '130912.135000', '130912.138000', '130912.141000', '130912.144000', '130912.147000', '130912.149000', '130912.153000', '130912.155000', '130912.158000', '130912.161000', '130912.164000', '130912.167000', '130912.170000', '130912.173000', '130912.176000', '130912.179000', '130912.182000', '130912.185000', '130912.188000', '130912.191000', '130912.194000', '130912.197000', '130912.200000', '130912.203000', '130912.206000', '130912.208000', '130912.211000', '130912.214000', '130912.217000', '130912.220000', '130912.223000', '130912.226000', '130912.229000', '130912.232000', '130912.235000', '130932.108000', '130932.111000', '130932.114000', '130932.117000', '130932.120000', '130932.123000', '130932.126000', '130932.130000', '130932.133000', '130932.136000', '130932.138000', '130932.142000', '130932.145000', '130932.148000', '130932.151000', '130932.154000', '130932.157000', '130932.160000', '130932.163000', '130932.166000', '130932.169000', '130932.172000', '130932.175000', '130932.178000', '130932.181000', '130932.183000', '130932.186000', '130932.189000', '130932.192000', '130932.195000', '130932.198000', '130932.201000', '130932.204000', '130932.207000', '130932.210000', '130932.213000', '130932.216000', '130932.219000', '130932.222000', '130932.225000', '130932.228000', '130932.231000', '130932.234000', '130952.108000', '130952.111000', '130952.114000', '130952.117000', '130952.120000', '130952.123000', '130952.126000', '130952.129000', '130952.132000', '130952.135000', '130952.138000', '130952.141000', '130952.156000', '130952.159000', '130952.162000', '130952.165000', '130952.168000', '130952.171000', '130952.174000', '130952.177000', '130952.180000', '130952.183000', '130952.186000', '130952.189000', '130952.192000', '130952.195000', '130952.198000', '130952.201000', '130952.204000', '130952.207000', '130952.210000', '130952.213000', '130952.216000', '130952.219000', '130952.222000', '130952.225000', '130952.228000', '130952.230000', '130952.234000', '130952.236000', '130952.239000', '130952.242000', '130952.245000', '130952.248000', '131012.108000', '131012.111000', '131012.114000', '131012.117000', '131012.120000', '131012.123000', '131012.126000', '131012.129000', '131012.132000', '131012.135000', '131012.138000', '131012.141000', '131012.148000', '131012.151000', '131012.155000', '131012.158000', '131012.161000', '131012.164000', '131012.167000', '131012.170000', '131012.173000', '131012.176000', '131012.179000', '131012.181000', '131012.184000', '131012.187000', '131012.190000', '131012.193000', '131012.196000', '131012.199000', '131012.202000', '131012.205000', '131012.208000', '131012.211000', '131012.214000', '131012.217000', '131012.220000', '131012.223000', '131012.226000', '131012.229000', '131012.232000', '131012.235000', '131012.238000', '131032.108000', '131032.111000', '131032.114000', '131032.117000', '131032.120000', '131032.123000', '131032.126000', '131032.129000', '131032.132000', '131032.135000', '131032.138000', '131032.141000', '131032.144000', '131032.147000', '131032.150000', '131032.153000', '131032.156000', '131032.159000', '131032.161000', '131032.164000', '131032.167000', '131032.170000', '131032.173000', '131032.176000', '131032.179000', '131032.182000', '131032.185000', '131032.188000', '131032.191000', '131032.194000', '131032.197000', '131032.200000', '131032.203000', '131032.206000', '131032.209000', '131032.212000', '131032.214000', '131032.218000', '131032.220000', '131032.223000', '131032.226000', '131032.229000', '131032.232000', '131032.235000', '131052.108000', '131052.111000', '131052.114000', '131052.117000', '131052.120000', '131052.130000', '131052.133000', '131052.136000', '131052.156000', '131052.159000', '131052.162000', '131052.166000', '131052.168000', '131052.172000', '131052.175000', '131052.177000', '131052.180000', '131052.184000', '131052.186000', '131052.189000', '131052.192000', '131052.195000', '131052.198000', '131052.201000', '131052.204000', '131052.207000', '131052.210000', '131052.213000', '131052.216000', '131052.219000', '131052.222000', '131052.225000', '131052.228000', '131052.231000', '131052.234000', '131052.237000', '131052.240000', '131052.243000', '131052.246000', '131052.249000', '131052.252000', '131052.255000', '131052.258000', '131112.107000', '131112.110000', '131112.113000', '131112.116000', '131112.119000', '131112.122000', '131112.125000', '131112.128000', '131112.131000', '131112.134000', '131112.137000', '131112.140000', '131112.145000', '131112.148000', '131112.151000', '131112.154000', '131112.157000', '131112.160000', '131112.163000', '131112.165000', '131112.169000', '131112.172000', '131112.191000', '131112.194000', '131112.197000', '131112.200000', '131112.202000', '131112.205000', '131112.208000', '131112.211000', '131112.214000', '131112.217000', '131112.220000', '131112.223000', '131112.226000', '131112.229000', '131112.232000', '131112.235000', '131112.238000', '131112.241000', '131112.244000', '131112.247000', '131112.250000', '131112.253000', '131132.108000', '131132.112000', '131132.116000', '131132.119000', '131132.121000', '131132.124000', '131132.127000', '131132.130000', '131132.133000', '131132.136000', '131132.139000', '131132.142000', '131132.145000', '131132.148000', '131132.151000', '131132.154000', '131132.157000', '131132.160000', '131132.163000', '131132.166000', '131132.172000', '131132.176000', '131132.178000', '131132.181000', '131132.184000', '131132.187000', '131132.190000', '131132.193000', '131132.196000', '131132.199000', '131132.202000', '131132.205000', '131132.208000', '131132.211000', '131132.214000', '131132.217000', '131132.220000', '131132.223000', '131132.226000', '131132.229000', '131132.232000', '131132.235000', '131132.237000', '131152.108000', '131152.111000', '131152.114000', '131152.117000', '131152.120000', '131152.123000', '131152.126000', '131152.129000', '131152.132000', '131152.135000', '131152.138000', '131152.141000', '131152.144000', '131152.147000', '131152.150000', '131152.153000', '131152.156000', '131152.159000', '131152.161000', '131152.165000', '131152.167000', '131152.170000', '131152.173000', '131152.176000', '131152.179000', '131152.182000', '131152.185000', '131152.188000', '131152.191000', '131152.194000', '131152.197000', '131152.200000', '131152.203000', '131152.206000', '131152.209000', '131152.212000', '131152.215000', '131152.218000', '131152.220000', '131152.223000', '131152.226000', '131152.229000', '131152.232000', '131152.235000', '131157.531000', '131157.534000', '131157.538000', '131157.548000', '131157.552000', '131157.555000', '131157.558000', '131157.562000', '131157.565000', '131157.568000', '131157.571000', '131157.575000'], 'InstanceCreationTime': ['130532.155000', '130532.159000', '130532.162000', '130532.165000', '130532.168000', '130532.171000', '130532.174000', '130532.176000', '130532.180000', '130532.182000', '130532.185000', '130532.192000', '130532.195000', '130532.198000', '130532.201000', '130532.203000', '130532.207000', '130532.209000', '130532.212000', '130532.215000', '130532.218000', '130532.221000', '130532.224000', '130532.227000', '130532.230000', '130532.233000', '130532.236000', '130532.239000', '130532.242000', '130532.245000', '130532.254000', '130532.257000', '130532.260000', '130532.263000', '130552.108000', '130552.111000', '130552.114000', '130552.117000', '130552.120000', '130552.123000', '130552.130000', '130552.133000', '130552.136000', '130552.138000', '130552.141000', '130552.144000', '130552.147000', '130552.150000', '130552.153000', '130552.156000', '130552.159000', '130552.162000', '130552.165000', '130552.168000', '130552.170000', '130552.173000', '130552.176000', '130552.179000', '130552.182000', '130552.185000', '130552.193000', '130552.196000', '130552.198000', '130552.201000', '130552.204000', '130552.207000', '130552.210000', '130552.213000', '130552.216000', '130552.219000', '130552.222000', '130552.225000', '130552.228000', '130552.231000', '130552.235000', '130552.240000', '130552.243000', '130612.108000', '130612.111000', '130612.114000', '130612.117000', '130612.120000', '130612.123000', '130612.126000', '130612.129000', '130612.142000', '130612.145000', '130612.148000', '130612.150000', '130612.153000', '130612.156000', '130612.159000', '130612.162000', '130612.165000', '130612.168000', '130612.171000', '130612.174000', '130612.177000', '130612.180000', '130612.183000', '130612.186000', '130612.189000', '130612.192000', '130612.195000', '130612.198000', '130612.201000', '130612.203000', '130612.206000', '130612.209000', '130612.212000', '130612.215000', '130612.218000', '130612.221000', '130612.224000', '130612.227000', '130612.230000', '130612.233000', '130612.236000', '130612.239000', '130612.242000', '130612.244000', '130632.107000', '130632.110000', '130632.113000', '130632.116000', '130632.119000', '130632.122000', '130632.125000', '130632.128000', '130632.131000', '130632.134000', '130632.137000', '130632.140000', '130632.143000', '130632.145000', '130632.148000', '130632.151000', '130632.154000', '130632.157000', '130632.160000', '130632.163000', '130632.166000', '130632.169000', '130632.172000', '130632.175000', '130632.178000', '130632.181000', '130632.184000', '130632.187000', '130632.190000', '130632.192000', '130632.195000', '130632.200000', '130632.203000', '130632.206000', '130632.216000', '130632.219000', '130632.222000', '130632.225000', '130632.228000', '130632.230000', '130632.233000', '130632.236000', '130632.239000', '130652.108000', '130652.111000', '130652.114000', '130652.117000', '130652.120000', '130652.123000', '130652.126000', '130652.129000', '130652.132000', '130652.135000', '130652.145000', '130652.148000', '130652.151000', '130652.154000', '130652.157000', '130652.160000', '130652.163000', '130652.166000', '130652.169000', '130652.172000', '130652.175000', '130652.178000', '130652.181000', '130652.184000', '130652.187000', '130652.190000', '130652.192000', '130652.195000', '130652.198000', '130652.201000', '130652.204000', '130652.207000', '130652.210000', '130652.213000', '130652.216000', '130652.219000', '130652.222000', '130652.225000', '130652.228000', '130652.231000', '130652.234000', '130652.236000', '130652.239000', '130652.242000', '130712.108000', '130712.118000', '130712.121000', '130712.124000', '130712.127000', '130712.130000', '130712.133000', '130712.135000', '130712.138000', '130712.141000', '130712.144000', '130712.147000', '130712.150000', '130712.153000', '130712.156000', '130712.159000', '130712.162000', '130712.165000', '130712.168000', '130712.171000', '130712.174000', '130712.177000', '130712.180000', '130712.182000', '130712.185000', '130712.188000', '130712.191000', '130712.194000', '130712.197000', '130712.200000', '130712.203000', '130712.206000', '130712.209000', '130712.212000', '130712.215000', '130712.218000', '130712.221000', '130712.224000', '130712.227000', '130712.230000', '130712.232000', '130712.235000', '130712.238000', '130732.108000', '130732.111000', '130732.121000', '130732.124000', '130732.127000', '130732.130000', '130732.133000', '130732.136000', '130732.139000', '130732.142000', '130732.145000', '130732.148000', '130732.150000', '130732.153000', '130732.156000', '130732.159000', '130732.162000', '130732.165000', '130732.169000', '130732.171000', '130732.174000', '130732.177000', '130732.180000', '130732.183000', '130732.186000', '130732.189000', '130732.192000', '130732.195000', '130732.198000', '130732.201000', '130732.204000', '130732.207000', '130732.210000', '130732.213000', '130732.216000', '130732.219000', '130732.222000', '130732.225000', '130732.228000', '130732.231000', '130732.233000', '130732.236000', '130732.239000', '130732.242000', '130752.108000', '130752.111000', '130752.114000', '130752.117000', '130752.120000', '130752.123000', '130752.126000', '130752.129000', '130752.132000', '130752.135000', '130752.138000', '130752.141000', '130752.144000', '130752.147000', '130752.150000', '130752.152000', '130752.156000', '130752.159000', '130752.162000', '130752.164000', '130752.167000', '130752.170000', '130752.173000', '130752.176000', '130752.179000', '130752.182000', '130752.185000', '130752.188000', '130752.191000', '130752.194000', '130752.197000', '130752.200000', '130752.203000', '130752.206000', '130752.209000', '130752.211000', '130752.215000', '130752.217000', '130752.220000', '130752.223000', '130752.226000', '130752.229000', '130752.232000', '130812.108000', '130812.111000', '130812.114000', '130812.117000', '130812.120000', '130812.123000', '130812.126000', '130812.129000', '130812.132000', '130812.135000', '130812.138000', '130812.141000', '130812.144000', '130812.147000', '130812.150000', '130812.153000', '130812.156000', '130812.159000', '130812.162000', '130812.164000', '130812.167000', '130812.170000', '130812.173000', '130812.176000', '130812.179000', '130812.182000', '130812.185000', '130812.188000', '130812.191000', '130812.194000', '130812.211000', '130812.214000', '130812.217000', '130812.229000', '130812.232000', '130812.235000', '130812.238000', '130812.241000', '130812.244000', '130812.247000', '130812.250000', '130812.253000', '130812.256000', '130812.259000', '130832.108000', '130832.111000', '130832.114000', '130832.117000', '130832.120000', '130832.123000', '130832.126000', '130832.129000', '130832.132000', '130832.135000', '130832.138000', '130832.141000', '130832.144000', '130832.146000', '130832.149000', '130832.158000', '130832.161000', '130832.164000', '130832.167000', '130832.170000', '130832.173000', '130832.176000', '130832.179000', '130832.182000', '130832.185000', '130832.188000', '130832.191000', '130832.194000', '130832.197000', '130832.200000', '130832.203000', '130832.206000', '130832.209000', '130832.212000', '130832.215000', '130832.218000', '130832.221000', '130832.224000', '130832.226000', '130832.230000', '130832.233000', '130832.235000', '130832.238000', '130852.107000', '130852.110000', '130852.113000', '130852.116000', '130852.119000', '130852.122000', '130852.125000', '130852.128000', '130852.131000', '130852.134000', '130852.137000', '130852.140000', '130852.143000', '130852.146000', '130852.149000', '130852.152000', '130852.155000', '130852.158000', '130852.161000', '130852.163000', '130852.167000', '130852.169000', '130852.172000', '130852.175000', '130852.178000', '130852.181000', '130852.192000', '130852.195000', '130852.198000', '130852.201000', '130852.204000', '130852.207000', '130852.210000', '130852.213000', '130852.215000', '130852.218000', '130852.221000', '130852.224000', '130852.227000', '130852.230000', '130852.233000', '130852.236000', '130852.239000', '130912.108000', '130912.111000', '130912.114000', '130912.117000', '130912.120000', '130912.123000', '130912.126000', '130912.129000', '130912.132000', '130912.135000', '130912.138000', '130912.141000', '130912.144000', '130912.147000', '130912.149000', '130912.153000', '130912.155000', '130912.158000', '130912.161000', '130912.164000', '130912.167000', '130912.170000', '130912.173000', '130912.176000', '130912.179000', '130912.182000', '130912.185000', '130912.188000', '130912.191000', '130912.194000', '130912.197000', '130912.200000', '130912.203000', '130912.206000', '130912.208000', '130912.211000', '130912.214000', '130912.217000', '130912.220000', '130912.223000', '130912.226000', '130912.229000', '130912.232000', '130912.235000', '130932.108000', '130932.111000', '130932.114000', '130932.117000', '130932.120000', '130932.123000', '130932.126000', '130932.130000', '130932.133000', '130932.136000', '130932.138000', '130932.142000', '130932.145000', '130932.148000', '130932.151000', '130932.154000', '130932.157000', '130932.160000', '130932.163000', '130932.166000', '130932.169000', '130932.172000', '130932.175000', '130932.178000', '130932.181000', '130932.183000', '130932.186000', '130932.189000', '130932.192000', '130932.195000', '130932.198000', '130932.201000', '130932.204000', '130932.207000', '130932.210000', '130932.213000', '130932.216000', '130932.219000', '130932.222000', '130932.225000', '130932.228000', '130932.231000', '130932.234000', '130952.108000', '130952.111000', '130952.114000', '130952.117000', '130952.120000', '130952.123000', '130952.126000', '130952.129000', '130952.132000', '130952.135000', '130952.138000', '130952.141000', '130952.156000', '130952.159000', '130952.162000', '130952.165000', '130952.168000', '130952.171000', '130952.174000', '130952.177000', '130952.180000', '130952.183000', '130952.186000', '130952.189000', '130952.192000', '130952.195000', '130952.198000', '130952.201000', '130952.204000', '130952.207000', '130952.210000', '130952.213000', '130952.216000', '130952.219000', '130952.222000', '130952.225000', '130952.228000', '130952.230000', '130952.234000', '130952.236000', '130952.239000', '130952.242000', '130952.245000', '130952.248000', '131012.108000', '131012.111000', '131012.114000', '131012.117000', '131012.120000', '131012.123000', '131012.126000', '131012.129000', '131012.132000', '131012.135000', '131012.138000', '131012.141000', '131012.148000', '131012.151000', '131012.155000', '131012.158000', '131012.161000', '131012.164000', '131012.167000', '131012.170000', '131012.173000', '131012.176000', '131012.179000', '131012.181000', '131012.184000', '131012.187000', '131012.190000', '131012.193000', '131012.196000', '131012.199000', '131012.202000', '131012.205000', '131012.208000', '131012.211000', '131012.214000', '131012.217000', '131012.220000', '131012.223000', '131012.226000', '131012.229000', '131012.232000', '131012.235000', '131012.238000', '131032.108000', '131032.111000', '131032.114000', '131032.117000', '131032.120000', '131032.123000', '131032.126000', '131032.129000', '131032.132000', '131032.135000', '131032.138000', '131032.141000', '131032.144000', '131032.147000', '131032.150000', '131032.153000', '131032.156000', '131032.159000', '131032.161000', '131032.164000', '131032.167000', '131032.170000', '131032.173000', '131032.176000', '131032.179000', '131032.182000', '131032.185000', '131032.188000', '131032.191000', '131032.194000', '131032.197000', '131032.200000', '131032.203000', '131032.206000', '131032.209000', '131032.212000', '131032.214000', '131032.218000', '131032.220000', '131032.223000', '131032.226000', '131032.229000', '131032.232000', '131032.235000', '131052.108000', '131052.111000', '131052.114000', '131052.117000', '131052.120000', '131052.130000', '131052.133000', '131052.136000', '131052.156000', '131052.159000', '131052.162000', '131052.166000', '131052.168000', '131052.172000', '131052.175000', '131052.177000', '131052.180000', '131052.184000', '131052.186000', '131052.189000', '131052.192000', '131052.195000', '131052.198000', '131052.201000', '131052.204000', '131052.207000', '131052.210000', '131052.213000', '131052.216000', '131052.219000', '131052.222000', '131052.225000', '131052.228000', '131052.231000', '131052.234000', '131052.237000', '131052.240000', '131052.243000', '131052.246000', '131052.249000', '131052.252000', '131052.255000', '131052.258000', '131112.107000', '131112.110000', '131112.113000', '131112.116000', '131112.119000', '131112.122000', '131112.125000', '131112.128000', '131112.131000', '131112.134000', '131112.137000', '131112.140000', '131112.145000', '131112.148000', '131112.151000', '131112.154000', '131112.157000', '131112.160000', '131112.163000', '131112.165000', '131112.169000', '131112.172000', '131112.191000', '131112.194000', '131112.197000', '131112.200000', '131112.202000', '131112.205000', '131112.208000', '131112.211000', '131112.214000', '131112.217000', '131112.220000', '131112.223000', '131112.226000', '131112.229000', '131112.232000', '131112.235000', '131112.238000', '131112.241000', '131112.244000', '131112.247000', '131112.250000', '131112.253000', '131132.108000', '131132.112000', '131132.116000', '131132.119000', '131132.121000', '131132.124000', '131132.127000', '131132.130000', '131132.133000', '131132.136000', '131132.139000', '131132.142000', '131132.145000', '131132.148000', '131132.151000', '131132.154000', '131132.157000', '131132.160000', '131132.163000', '131132.166000', '131132.172000', '131132.176000', '131132.178000', '131132.181000', '131132.184000', '131132.187000', '131132.190000', '131132.193000', '131132.196000', '131132.199000', '131132.202000', '131132.205000', '131132.208000', '131132.211000', '131132.214000', '131132.217000', '131132.220000', '131132.223000', '131132.226000', '131132.229000', '131132.232000', '131132.235000', '131132.237000', '131152.108000', '131152.111000', '131152.114000', '131152.117000', '131152.120000', '131152.123000', '131152.126000', '131152.129000', '131152.132000', '131152.135000', '131152.138000', '131152.141000', '131152.144000', '131152.147000', '131152.150000', '131152.153000', '131152.156000', '131152.159000', '131152.161000', '131152.165000', '131152.167000', '131152.170000', '131152.173000', '131152.176000', '131152.179000', '131152.182000', '131152.185000', '131152.188000', '131152.191000', '131152.194000', '131152.197000', '131152.200000', '131152.203000', '131152.206000', '131152.209000', '131152.212000', '131152.215000', '131152.218000', '131152.220000', '131152.223000', '131152.226000', '131152.229000', '131152.232000', '131152.235000', '131157.531000', '131157.534000', '131157.538000', '131157.548000', '131157.552000', '131157.555000', '131157.558000', '131157.562000', '131157.565000', '131157.568000', '131157.571000', '131157.575000'], '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': [12415, 9445, 9854, 9582, 9760, 10136, 9861, 10746, 9692, 9824, 9543, 9822, 10104, 9576, 9850, 9631, 10096, 10665, 9679, 10038, 9638, 10231, 10523, 9354, 10270, 9675, 9920, 10305, 9714, 10098, 9637, 9833, 10559, 10198, 10477, 9741, 10358, 9729, 10144, 10204, 9534, 10428, 9630, 10393, 10478, 10039, 10221, 10010, 10366, 9676, 10172, 10310, 10098, 10029, 10228, 10181, 10109, 10295, 9395, 10622, 9712, 10232, 10028, 9642, 10570, 9392, 10505, 11935, 10490, 10277, 10057, 10113, 9102, 10380, 10290, 9508, 10257, 9818, 9767, 8641, 10227, 9617, 9146, 10239, 9684, 10020, 9391, 10289, 9540, 10220, 11777, 9952, 9705, 9912, 10057, 9594, 10603, 12155, 10128, 12992, 10281, 10538, 9924, 10056, 9550, 10531, 9357, 10368, 11053, 10158, 12150, 9898, 10467, 10217, 9985, 8974, 10205, 10047, 10339, 10068, 10356, 10345, 10193, 11049, 10290, 10025, 9441, 10422, 9293, 10612, 9290, 10540, 10256, 10115, 10171, 10425, 10169, 9494, 10578, 10136, 10996, 10637, 10636, 10482, 9637, 10989, 9149, 10580, 9183, 10588, 9665, 10517, 10101, 10729, 10441, 9450, 10502, 9170, 10477, 9823, 10374, 10438, 9171, 10244, 10130, 9764, 10452, 9576, 10673, 10025, 10374, 11648, 10498, 10245, 9452, 10846, 9373, 10883, 13086, 10434, 11516, 9334, 10612, 10907, 10597, 12635, 10763, 10872, 8728, 10677, 10605, 11033, 10781, 10992, 13184, 10594, 11701, 10636, 10212, 10447, 10080, 8738, 10789, 9065, 10916, 10523, 10966, 10778, 10774, 10529, 9838, 10347, 9551, 10582, 10070, 8842, 10289, 9350, 10673, 9765, 10521, 10248, 10840, 9618, 10400, 10655, 8976, 10663, 9968, 10914, 10380, 10723, 10543, 8770, 10865, 10025, 10833, 10731, 11002, 10434, 9512, 10821, 10180, 11144, 11045, 10883, 11782, 10863, 10711, 9158, 11161, 11880, 10977, 13102, 10809, 10512, 11154, 10013, 8555, 11277, 9142, 11251, 10681, 11074, 10814, 11077, 10117, 10988, 10763, 8787, 11479, 8940, 11312, 10580, 10940, 10732, 10842, 9988, 8654, 11120, 10196, 11502, 10478, 11434, 10048, 9666, 11204, 8685, 10363, 10552, 9106, 11498, 9740, 10841, 10326, 10241, 9893, 10373, 10931, 11148, 9225, 10713, 10941, 9924, 10533, 10418, 11167, 10190, 9367, 11081, 10801, 10407, 11265, 11139, 10734, 10152, 11012, 9627, 11126, 11677, 11299, 13068, 10881, 12945, 11129, 11257, 9793, 11225, 8898, 11267, 8996, 11173, 10817, 11079, 10933, 11196, 11181, 11218, 10595, 10965, 10007, 10638, 11041, 8872, 10677, 9834, 11271, 9560, 10963, 9449, 11065, 10232, 11096, 9705, 11281, 10398, 11078, 10884, 10937, 10455, 10915, 9778, 10572, 10174, 10047, 10046, 8302, 10593, 9731, 11231, 9787, 9985, 10529, 10950, 11232, 11947, 10850, 11589, 10982, 12067, 11293, 12715, 11294, 12746, 10998, 11990, 10954, 10379, 10687, 10731, 10483, 10758, 9094, 11022, 9102, 11124, 9049, 11213, 10623, 10999, 10811, 11188, 10689, 10924, 11197, 11071, 9836, 9206, 10958, 9028, 10897, 9722, 10856, 9506, 11076, 10343, 10944, 9842, 10737, 10283, 8966, 10530, 9600, 10549, 9240, 10887, 10128, 10455, 9951, 9970, 10207, 8626, 10452, 9105, 10431, 9029, 10564, 10099, 9780, 10093, 9022, 10215, 9260, 9881, 9104, 10465, 10600, 10437, 9895, 10347, 10040, 10218, 10249, 10291, 10334, 9195, 9898, 8933, 10319, 8901, 10118, 9933, 9975, 10779, 9940, 9650, 9454, 10630, 9386, 10571, 8741, 10730, 9815, 10411, 10851, 10062, 10993, 8914, 10562, 9999, 10664, 10557, 10755, 11326, 12236, 11696, 9655, 9210, 10423, 11203, 10713, 11542, 10808, 11214, 10451, 10542, 12632, 10158, 10993, 9881, 13508, 11021, 13506, 12564, 13613, 14141, 13970, 13751, 10933, 10260, 10542, 10131, 10438, 10021, 10077, 9920, 9658, 11535, 10461, 12303, 8554, 10710, 10830, 9653, 9429, 9726, 9570, 8957, 10114, 9353, 9850, 11022, 8564, 10101, 11116, 8922, 10148, 9743, 10334, 8490, 10276, 11369, 8534, 10277, 10257, 11536, 10538, 10833, 9806, 10413, 10407, 11139, 13507, 10000, 9835, 11761, 10023, 9854, 9904, 12347, 9037, 10416, 11002, 9113, 10196, 10393, 10166, 10646, 10078, 9501, 10524, 11349, 10452, 10062, 8675, 10997, 12001, 10900, 10164, 8607, 11316, 10950, 11122, 11729, 11119, 11233, 9780, 11392, 11625, 11006, 12436, 10916, 10999, 8535, 10986, 8719, 11122, 11068, 11047, 11377, 10988, 10658, 8160, 11156, 10079, 11027, 10797, 11093, 9725, 10710, 10321, 7974, 10945, 8728, 10572, 10348, 10488, 9513, 10539, 9927, 10411, 9973, 9374, 10114, 8839, 10063, 8722, 10089, 9118, 10384, 8868, 10433, 9956, 10248, 9944, 10020, 10061, 9607, 10110, 9778, 10768, 9902, 11024, 10718, 10295, 11383, 10728, 11127, 11277, 10675, 11626, 10764, 11305, 10171, 11019, 11010, 10243, 11316, 11968, 10077, 13387, 10123, 13434, 10037, 12879, 9664, 10701, 9490, 9862, 8318, 9997, 9352, 10057, 10055, 10044, 10201, 9697, 9036, 9813, 9443, 10164, 10074, 9726, 9993, 9097, 9474, 10174, 9879, 10164, 7929, 10805, 10601, 10655, 9256, 10493, 9935, 9984, 9723, 10157, 10159, 9792, 9720, 9448, 9247, 10640, 11000, 13702, 10405, 12164, 11171, 9704, 11580, 9556, 12078, 9307, 9340, 8956, 9574, 8452, 9160, 8878, 8927, 9721, 9319, 9209, 9571, 9018, 10686, 8892, 9143, 9746, 9058, 8342, 9154, 9730, 9006, 8975, 9042, 8766, 9363, 9638, 8585, 9391, 9373, 9309, 9304, 9677, 9183, 9390, 9530, 8972, 9588, 9642, 9436, 9744, 9486, 9812, 10326, 9295, 10517, 10114, 9439, 9692, 9954, 9706, 9674, 10288, 10181, 10214, 9983, 10091, 9733, 9594, 9062, 9649, 9791, 8860, 10187, 9903, 10002, 9382, 11130, 10737, 11436, 10242, 9656, 9485, 11793, 13359, 10698, 12625, 11627, 12042, 14454, 12872, 14538, 12133, 9761, 8960, 9774, 9714, 9223, 10068, 9337, 10138, 10453, 9817, 9686, 9780, 10484, 14249, 11633, 9676, 8639, 9343, 9156, 9311, 10095, 10416, 10732, 11157, 10074, 10662, 8448, 10471, 10385, 10257, 12269, 11599, 11507, 14089, 12084, 13839, 11227, 9930, 10475, 9881, 10214, 9789, 8920, 8472, 9287, 10137, 8694, 9635, 8954, 9320, 9057, 8756, 8933, 8729, 9145, 9444, 9480, 9094, 8885, 9100, 8656, 9751, 10723, 9382, 10980, 9775, 9213, 9601, 9728, 9678, 8918, 9445, 8995, 9129, 9294], 'WindowCenter': [3922.0, 3884.0, 3882.0, 3869.0, 3879.0, 3867.0, 3867.0, 3875.0, 3866.0, 3865.0, 3854.0, 3867.0, 3865.0, 3866.0, 3865.0, 3865.0, 3877.0, 3877.0, 3867.0, 3879.0, 3879.0, 3905.0, 3893.0, 3882.0, 3892.0, 3881.0, 3882.0, 3881.0, 3882.0, 3895.0, 3893.0, 3894.0, 3895.0, 3894.0, 3905.0, 3895.0, 3908.0, 3896.0, 3907.0, 3908.0, 3909.0, 3909.0, 3899.0, 3909.0, 3909.0, 3907.0, 3907.0, 3897.0, 3909.0, 3899.0, 3910.0, 3911.0, 3909.0, 3909.0, 3909.0, 3908.0, 3907.0, 3908.0, 3897.0, 3908.0, 3898.0, 3909.0, 3909.0, 3898.0, 3908.0, 3898.0, 3908.0, 3918.0, 3907.0, 3905.0, 3896.0, 3908.0, 3886.0, 3908.0, 3910.0, 3909.0, 3909.0, 3908.0, 3910.0, 3900.0, 3924.0, 3924.0, 3913.0, 3925.0, 3924.0, 3923.0, 3909.0, 3923.0, 3912.0, 3922.0, 3934.0, 3925.0, 3913.0, 3911.0, 3911.0, 3911.0, 3922.0, 3932.0, 3910.0, 3931.0, 3909.0, 3908.0, 3907.0, 3897.0, 3897.0, 3909.0, 3898.0, 3906.0, 3921.0, 3909.0, 3919.0, 3897.0, 3920.0, 3910.0, 3908.0, 3898.0, 3909.0, 3898.0, 3908.0, 3897.0, 3909.0, 3908.0, 3896.0, 3908.0, 3895.0, 3894.0, 3883.0, 3894.0, 3883.0, 3906.0, 3896.0, 3906.0, 3894.0, 3895.0, 3895.0, 3906.0, 3906.0, 3896.0, 3919.0, 3919.0, 3919.0, 3919.0, 3918.0, 3920.0, 3908.0, 3919.0, 3897.0, 3907.0, 3898.0, 3906.0, 3897.0, 3908.0, 3907.0, 3919.0, 3921.0, 3910.0, 3909.0, 3898.0, 3919.0, 3922.0, 3922.0, 3921.0, 3913.0, 3939.0, 3936.0, 3923.0, 3920.0, 3910.0, 3923.0, 3921.0, 3922.0, 3935.0, 3923.0, 3922.0, 3910.0, 3922.0, 3910.0, 3920.0, 3931.0, 3921.0, 3933.0, 3900.0, 3909.0, 3908.0, 3907.0, 3932.0, 3917.0, 3906.0, 3885.0, 3907.0, 3907.0, 3906.0, 3906.0, 3905.0, 3914.0, 3893.0, 3902.0, 3891.0, 3880.0, 3891.0, 3892.0, 3869.0, 3891.0, 3881.0, 3902.0, 3892.0, 3904.0, 3917.0, 3916.0, 3907.0, 3907.0, 3906.0, 3895.0, 3907.0, 3910.0, 3899.0, 3921.0, 3909.0, 3921.0, 3909.0, 3919.0, 3909.0, 3933.0, 3909.0, 3920.0, 3920.0, 3900.0, 3920.0, 3920.0, 3932.0, 3935.0, 3932.0, 3922.0, 3899.0, 3917.0, 3909.0, 3919.0, 3921.0, 3920.0, 3920.0, 3909.0, 3931.0, 3934.0, 3932.0, 3930.0, 3921.0, 3931.0, 3919.0, 3906.0, 3898.0, 3917.0, 3918.0, 3906.0, 3915.0, 3904.0, 3903.0, 3904.0, 3894.0, 3883.0, 3905.0, 3894.0, 3905.0, 3906.0, 3917.0, 3916.0, 3918.0, 3905.0, 3904.0, 3903.0, 3883.0, 3903.0, 3880.0, 3901.0, 3904.0, 3902.0, 3901.0, 3904.0, 3892.0, 3882.0, 3903.0, 3903.0, 3915.0, 3905.0, 3917.0, 3906.0, 3894.0, 3918.0, 3896.0, 3908.0, 3909.0, 3900.0, 3930.0, 3907.0, 3914.0, 3906.0, 3921.0, 3910.0, 3920.0, 3920.0, 3930.0, 3908.0, 3922.0, 3933.0, 3921.0, 3920.0, 3919.0, 3931.0, 3919.0, 3899.0, 3931.0, 3923.0, 3909.0, 3919.0, 3921.0, 3921.0, 3906.0, 3906.0, 3894.0, 3906.0, 3918.0, 3917.0, 3927.0, 3905.0, 3917.0, 3904.0, 3902.0, 3879.0, 3888.0, 3855.0, 3886.0, 3855.0, 3887.0, 3887.0, 3888.0, 3889.0, 3900.0, 3900.0, 3902.0, 3903.0, 3904.0, 3891.0, 3902.0, 3915.0, 3893.0, 3905.0, 3904.0, 3917.0, 3905.0, 3917.0, 3907.0, 3929.0, 3921.0, 3944.0, 3911.0, 3933.0, 3935.0, 3934.0, 3921.0, 3922.0, 3921.0, 3934.0, 3920.0, 3933.0, 3920.0, 3935.0, 3923.0, 3912.0, 3933.0, 3922.0, 3942.0, 3921.0, 3919.0, 3920.0, 3947.0, 3944.0, 3933.0, 3930.0, 3930.0, 3919.0, 3930.0, 3930.0, 3931.0, 3919.0, 3929.0, 3907.0, 3917.0, 3903.0, 3893.0, 3903.0, 3904.0, 3903.0, 3904.0, 3882.0, 3902.0, 3869.0, 3900.0, 3881.0, 3902.0, 3889.0, 3902.0, 3890.0, 3898.0, 3887.0, 3889.0, 3888.0, 3888.0, 3888.0, 3879.0, 3903.0, 3892.0, 3903.0, 3892.0, 3904.0, 3892.0, 3916.0, 3904.0, 3917.0, 3907.0, 3918.0, 3919.0, 3910.0, 3919.0, 3908.0, 3919.0, 3907.0, 3930.0, 3919.0, 3918.0, 3907.0, 3906.0, 3905.0, 3885.0, 3904.0, 3895.0, 3919.0, 3909.0, 3932.0, 3919.0, 3920.0, 3920.0, 3909.0, 3920.0, 3908.0, 3921.0, 3908.0, 3919.0, 3920.0, 3919.0, 3906.0, 3919.0, 3908.0, 3918.0, 3918.0, 3907.0, 3917.0, 3895.0, 3906.0, 3895.0, 3917.0, 3896.0, 3932.0, 3919.0, 3918.0, 3930.0, 3919.0, 3933.0, 3922.0, 3919.0, 3906.0, 3918.0, 3897.0, 3929.0, 3920.0, 3929.0, 3930.0, 3920.0, 3929.0, 3908.0, 3930.0, 3920.0, 3931.0, 3934.0, 3947.0, 3947.0, 3946.0, 3935.0, 3924.0, 3923.0, 3935.0, 3948.0, 3910.0, 3921.0, 3933.0, 3919.0, 3921.0, 3934.0, 3946.0, 3936.0, 3931.0, 3919.0, 3955.0, 3921.0, 3928.0, 3918.0, 3930.0, 3930.0, 3917.0, 3918.0, 3892.0, 3892.0, 3877.0, 3864.0, 3862.0, 3864.0, 3864.0, 3865.0, 3864.0, 3876.0, 3865.0, 3886.0, 3842.0, 3874.0, 3872.0, 3848.0, 3850.0, 3851.0, 3852.0, 3841.0, 3864.0, 3864.0, 3864.0, 3874.0, 3841.0, 3862.0, 3874.0, 3839.0, 3864.0, 3850.0, 3851.0, 3853.0, 3864.0, 3873.0, 3852.0, 3875.0, 3865.0, 3861.0, 3836.0, 3852.0, 3852.0, 3866.0, 3878.0, 3893.0, 3917.0, 3895.0, 3878.0, 3876.0, 3853.0, 3851.0, 3864.0, 3885.0, 3855.0, 3874.0, 3875.0, 3855.0, 3877.0, 3876.0, 3875.0, 3887.0, 3864.0, 3862.0, 3875.0, 3888.0, 3887.0, 3877.0, 3851.0, 3872.0, 3881.0, 3872.0, 3864.0, 3852.0, 3887.0, 3887.0, 3898.0, 3902.0, 3902.0, 3900.0, 3890.0, 3902.0, 3901.0, 3890.0, 3899.0, 3887.0, 3877.0, 3855.0, 3876.0, 3855.0, 3886.0, 3886.0, 3887.0, 3887.0, 3886.0, 3888.0, 3868.0, 3900.0, 3891.0, 3902.0, 3891.0, 3902.0, 3890.0, 3891.0, 3890.0, 3859.0, 3902.0, 3868.0, 3890.0, 3891.0, 3890.0, 3879.0, 3889.0, 3889.0, 3890.0, 3891.0, 3881.0, 3892.0, 3893.0, 3905.0, 3883.0, 3904.0, 3881.0, 3903.0, 3881.0, 3904.0, 3893.0, 3904.0, 3904.0, 3904.0, 3908.0, 3907.0, 3916.0, 3907.0, 3918.0, 3907.0, 3938.0, 3922.0, 3920.0, 3930.0, 3917.0, 3933.0, 3930.0, 3932.0, 3943.0, 3930.0, 3930.0, 3907.0, 3930.0, 3932.0, 3920.0, 3930.0, 3930.0, 3908.0, 3941.0, 3905.0, 3914.0, 3892.0, 3913.0, 3881.0, 3902.0, 3905.0, 3903.0, 3869.0, 3889.0, 3878.0, 3888.0, 3877.0, 3877.0, 3876.0, 3876.0, 3866.0, 3876.0, 3874.0, 3887.0, 3876.0, 3889.0, 3889.0, 3889.0, 3890.0, 3890.0, 3891.0, 3916.0, 3885.0, 3931.0, 3916.0, 3918.0, 3907.0, 3917.0, 3905.0, 3907.0, 3894.0, 3905.0, 3906.0, 3919.0, 3906.0, 3918.0, 3907.0, 3915.0, 3913.0, 3934.0, 3903.0, 3925.0, 3913.0, 3892.0, 3913.0, 3889.0, 3900.0, 3879.0, 3891.0, 3878.0, 3888.0, 3868.0, 3877.0, 3878.0, 3877.0, 3888.0, 3875.0, 3876.0, 3876.0, 3876.0, 3885.0, 3875.0, 3875.0, 3874.0, 3876.0, 3865.0, 3877.0, 3876.0, 3876.0, 3877.0, 3876.0, 3866.0, 3876.0, 3877.0, 3865.0, 3876.0, 3876.0, 3877.0, 3890.0, 3889.0, 3904.0, 3891.0, 3901.0, 3893.0, 3904.0, 3902.0, 3891.0, 3891.0, 3902.0, 3916.0, 3914.0, 3893.0, 3913.0, 3913.0, 3902.0, 3890.0, 3900.0, 3891.0, 3903.0, 3914.0, 3915.0, 3930.0, 3905.0, 3918.0, 3908.0, 3906.0, 3908.0, 3931.0, 3919.0, 3895.0, 3917.0, 3917.0, 3918.0, 3908.0, 3930.0, 3929.0, 3928.0, 3918.0, 3906.0, 3906.0, 3928.0, 3938.0, 3917.0, 3926.0, 3914.0, 3925.0, 3924.0, 3913.0, 3936.0, 3911.0, 3877.0, 3865.0, 3874.0, 3863.0, 3864.0, 3874.0, 3876.0, 3889.0, 3898.0, 3888.0, 3875.0, 3878.0, 3877.0, 3910.0, 3886.0, 3874.0, 3865.0, 3876.0, 3875.0, 3877.0, 3887.0, 3889.0, 3887.0, 3899.0, 3888.0, 3887.0, 3867.0, 3886.0, 3875.0, 3875.0, 3886.0, 3886.0, 3886.0, 3898.0, 3887.0, 3895.0, 3860.0, 3849.0, 3858.0, 3847.0, 3845.0, 3846.0, 3835.0, 3836.0, 3860.0, 3870.0, 3861.0, 3873.0, 3864.0, 3875.0, 3861.0, 3861.0, 3862.0, 3850.0, 3874.0, 3872.0, 3873.0, 3863.0, 3862.0, 3863.0, 3876.0, 3877.0, 3886.0, 3876.0, 3885.0, 3877.0, 3878.0, 3890.0, 3888.0, 3889.0, 3879.0, 3906.0, 3894.0, 3893.0, 3893.0], 'WindowWidth': [8777.0, 8713.0, 8703.0, 8679.0, 8690.0, 8672.0, 8671.0, 8683.0, 8669.0, 8667.0, 8649.0, 8670.0, 8667.0, 8668.0, 8666.0, 8666.0, 8686.0, 8684.0, 8673.0, 8692.0, 8692.0, 8737.0, 8719.0, 8700.0, 8713.0, 8696.0, 8699.0, 8696.0, 8698.0, 8721.0, 8718.0, 8720.0, 8722.0, 8720.0, 8736.0, 8723.0, 8743.0, 8725.0, 8743.0, 8746.0, 8747.0, 8748.0, 8734.0, 8749.0, 8747.0, 8742.0, 8741.0, 8727.0, 8747.0, 8733.0, 8751.0, 8754.0, 8746.0, 8750.0, 8748.0, 8744.0, 8742.0, 8743.0, 8730.0, 8746.0, 8732.0, 8747.0, 8749.0, 8731.0, 8745.0, 8731.0, 8746.0, 8760.0, 8743.0, 8738.0, 8727.0, 8744.0, 8714.0, 8747.0, 8752.0, 8748.0, 8749.0, 8745.0, 8751.0, 8739.0, 8777.0, 8777.0, 8760.0, 8781.0, 8776.0, 8771.0, 8750.0, 8773.0, 8757.0, 8771.0, 8791.0, 8778.0, 8759.0, 8753.0, 8753.0, 8756.0, 8771.0, 8784.0, 8753.0, 8783.0, 8749.0, 8747.0, 8742.0, 8730.0, 8729.0, 8746.0, 8731.0, 8741.0, 8767.0, 8748.0, 8761.0, 8728.0, 8766.0, 8752.0, 8746.0, 8733.0, 8751.0, 8733.0, 8744.0, 8730.0, 8749.0, 8747.0, 8726.0, 8744.0, 8724.0, 8720.0, 8704.0, 8718.0, 8703.0, 8739.0, 8726.0, 8737.0, 8722.0, 8723.0, 8723.0, 8740.0, 8740.0, 8726.0, 8763.0, 8762.0, 8762.0, 8762.0, 8761.0, 8764.0, 8747.0, 8760.0, 8730.0, 8743.0, 8732.0, 8740.0, 8729.0, 8744.0, 8745.0, 8761.0, 8767.0, 8752.0, 8747.0, 8731.0, 8761.0, 8773.0, 8770.0, 8768.0, 8760.0, 8807.0, 8795.0, 8772.0, 8766.0, 8750.0, 8773.0, 8770.0, 8773.0, 8794.0, 8775.0, 8771.0, 8752.0, 8769.0, 8753.0, 8763.0, 8783.0, 8768.0, 8792.0, 8739.0, 8748.0, 8746.0, 8741.0, 8785.0, 8757.0, 8741.0, 8709.0, 8741.0, 8743.0, 8739.0, 8739.0, 8737.0, 8748.0, 8717.0, 8730.0, 8710.0, 8695.0, 8711.0, 8715.0, 8681.0, 8711.0, 8698.0, 8728.0, 8716.0, 8734.0, 8757.0, 8754.0, 8742.0, 8743.0, 8740.0, 8723.0, 8742.0, 8751.0, 8735.0, 8768.0, 8751.0, 8767.0, 8750.0, 8763.0, 8749.0, 8787.0, 8751.0, 8765.0, 8766.0, 8738.0, 8765.0, 8769.0, 8785.0, 8796.0, 8784.0, 8772.0, 8736.0, 8758.0, 8752.0, 8762.0, 8769.0, 8766.0, 8766.0, 8752.0, 8784.0, 8794.0, 8787.0, 8782.0, 8769.0, 8784.0, 8762.0, 8744.0, 8734.0, 8760.0, 8761.0, 8740.0, 8754.0, 8732.0, 8734.0, 8733.0, 8720.0, 8706.0, 8736.0, 8721.0, 8737.0, 8740.0, 8756.0, 8755.0, 8760.0, 8739.0, 8733.0, 8734.0, 8707.0, 8730.0, 8698.0, 8726.0, 8735.0, 8730.0, 8727.0, 8734.0, 8716.0, 8703.0, 8732.0, 8733.0, 8753.0, 8737.0, 8757.0, 8740.0, 8724.0, 8759.0, 8729.0, 8746.0, 8749.0, 8742.0, 8780.0, 8746.0, 8752.0, 8740.0, 8769.0, 8757.0, 8764.0, 8765.0, 8785.0, 8750.0, 8774.0, 8790.0, 8772.0, 8766.0, 8762.0, 8783.0, 8765.0, 8738.0, 8782.0, 8775.0, 8749.0, 8762.0, 8770.0, 8769.0, 8740.0, 8739.0, 8721.0, 8739.0, 8760.0, 8757.0, 8772.0, 8738.0, 8757.0, 8738.0, 8729.0, 8694.0, 8700.0, 8655.0, 8695.0, 8656.0, 8699.0, 8701.0, 8704.0, 8707.0, 8723.0, 8724.0, 8727.0, 8731.0, 8735.0, 8713.0, 8728.0, 8749.0, 8721.0, 8737.0, 8736.0, 8757.0, 8742.0, 8759.0, 8746.0, 8778.0, 8770.0, 8806.0, 8758.0, 8791.0, 8795.0, 8792.0, 8770.0, 8771.0, 8771.0, 8792.0, 8767.0, 8790.0, 8768.0, 8796.0, 8777.0, 8762.0, 8792.0, 8773.0, 8802.0, 8772.0, 8765.0, 8769.0, 8817.0, 8808.0, 8790.0, 8781.0, 8781.0, 8764.0, 8782.0, 8781.0, 8786.0, 8764.0, 8781.0, 8746.0, 8757.0, 8734.0, 8720.0, 8732.0, 8736.0, 8736.0, 8734.0, 8705.0, 8729.0, 8682.0, 8725.0, 8700.0, 8729.0, 8709.0, 8730.0, 8711.0, 8719.0, 8702.0, 8707.0, 8703.0, 8706.0, 8707.0, 8695.0, 8734.0, 8720.0, 8734.0, 8718.0, 8736.0, 8720.0, 8754.0, 8739.0, 8758.0, 8748.0, 8761.0, 8765.0, 8754.0, 8763.0, 8748.0, 8763.0, 8746.0, 8780.0, 8766.0, 8763.0, 8747.0, 8742.0, 8741.0, 8712.0, 8737.0, 8728.0, 8765.0, 8754.0, 8788.0, 8766.0, 8768.0, 8770.0, 8753.0, 8768.0, 8751.0, 8772.0, 8753.0, 8766.0, 8768.0, 8764.0, 8746.0, 8764.0, 8751.0, 8761.0, 8761.0, 8745.0, 8760.0, 8727.0, 8742.0, 8727.0, 8760.0, 8733.0, 8788.0, 8767.0, 8764.0, 8781.0, 8768.0, 8793.0, 8777.0, 8765.0, 8746.0, 8761.0, 8735.0, 8780.0, 8769.0, 8780.0, 8782.0, 8771.0, 8781.0, 8751.0, 8784.0, 8772.0, 8788.0, 8794.0, 8817.0, 8814.0, 8812.0, 8797.0, 8782.0, 8777.0, 8797.0, 8821.0, 8755.0, 8773.0, 8788.0, 8765.0, 8766.0, 8793.0, 8815.0, 8798.0, 8785.0, 8768.0, 8827.0, 8774.0, 8779.0, 8765.0, 8785.0, 8786.0, 8764.0, 8765.0, 8719.0, 8715.0, 8687.0, 8666.0, 8659.0, 8663.0, 8668.0, 8668.0, 8668.0, 8686.0, 8669.0, 8698.0, 8632.0, 8678.0, 8672.0, 8634.0, 8639.0, 8644.0, 8643.0, 8629.0, 8664.0, 8665.0, 8661.0, 8679.0, 8629.0, 8659.0, 8677.0, 8622.0, 8665.0, 8638.0, 8641.0, 8648.0, 8663.0, 8672.0, 8646.0, 8680.0, 8665.0, 8651.0, 8606.0, 8637.0, 8641.0, 8666.0, 8685.0, 8714.0, 8758.0, 8727.0, 8689.0, 8682.0, 8645.0, 8640.0, 8660.0, 8692.0, 8652.0, 8678.0, 8682.0, 8656.0, 8687.0, 8684.0, 8679.0, 8702.0, 8663.0, 8660.0, 8682.0, 8705.0, 8702.0, 8686.0, 8643.0, 8670.0, 8682.0, 8672.0, 8663.0, 8648.0, 8698.0, 8700.0, 8719.0, 8729.0, 8730.0, 8723.0, 8710.0, 8729.0, 8729.0, 8710.0, 8722.0, 8701.0, 8687.0, 8655.0, 8684.0, 8657.0, 8695.0, 8697.0, 8702.0, 8700.0, 8700.0, 8704.0, 8677.0, 8725.0, 8713.0, 8728.0, 8712.0, 8728.0, 8712.0, 8713.0, 8711.0, 8669.0, 8728.0, 8680.0, 8709.0, 8713.0, 8709.0, 8694.0, 8707.0, 8708.0, 8710.0, 8713.0, 8699.0, 8717.0, 8720.0, 8739.0, 8707.0, 8735.0, 8703.0, 8733.0, 8704.0, 8737.0, 8720.0, 8736.0, 8735.0, 8736.0, 8749.0, 8746.0, 8758.0, 8746.0, 8759.0, 8743.0, 8807.0, 8773.0, 8768.0, 8778.0, 8757.0, 8789.0, 8780.0, 8789.0, 8804.0, 8780.0, 8779.0, 8746.0, 8782.0, 8788.0, 8767.0, 8781.0, 8783.0, 8750.0, 8801.0, 8739.0, 8752.0, 8717.0, 8749.0, 8700.0, 8730.0, 8741.0, 8735.0, 8685.0, 8708.0, 8693.0, 8705.0, 8692.0, 8688.0, 8687.0, 8685.0, 8675.0, 8686.0, 8682.0, 8701.0, 8687.0, 8710.0, 8713.0, 8711.0, 8714.0, 8713.0, 8715.0, 8757.0, 8717.0, 8786.0, 8758.0, 8766.0, 8748.0, 8759.0, 8742.0, 8744.0, 8726.0, 8740.0, 8743.0, 8768.0, 8742.0, 8766.0, 8752.0, 8758.0, 8752.0, 8782.0, 8738.0, 8771.0, 8751.0, 8720.0, 8752.0, 8711.0, 8726.0, 8697.0, 8718.0, 8694.0, 8709.0, 8681.0, 8692.0, 8696.0, 8692.0, 8710.0, 8688.0, 8689.0, 8687.0, 8690.0, 8702.0, 8687.0, 8687.0, 8684.0, 8688.0, 8674.0, 8691.0, 8690.0, 8692.0, 8694.0, 8691.0, 8677.0, 8688.0, 8690.0, 8674.0, 8689.0, 8690.0, 8695.0, 8713.0, 8714.0, 8743.0, 8718.0, 8732.0, 8723.0, 8739.0, 8734.0, 8716.0, 8717.0, 8733.0, 8760.0, 8754.0, 8724.0, 8750.0, 8752.0, 8737.0, 8715.0, 8729.0, 8719.0, 8738.0, 8754.0, 8755.0, 8785.0, 8742.0, 8764.0, 8752.0, 8746.0, 8752.0, 8789.0, 8768.0, 8730.0, 8763.0, 8762.0, 8764.0, 8753.0, 8784.0, 8782.0, 8780.0, 8764.0, 8748.0, 8745.0, 8777.0, 8797.0, 8762.0, 8774.0, 8754.0, 8772.0, 8771.0, 8750.0, 8790.0, 8745.0, 8692.0, 8673.0, 8681.0, 8667.0, 8669.0, 8683.0, 8689.0, 8712.0, 8722.0, 8709.0, 8686.0, 8692.0, 8688.0, 8741.0, 8700.0, 8682.0, 8676.0, 8690.0, 8686.0, 8690.0, 8703.0, 8710.0, 8707.0, 8722.0, 8707.0, 8702.0, 8676.0, 8699.0, 8685.0, 8684.0, 8700.0, 8701.0, 8698.0, 8723.0, 8706.0, 8713.0, 8654.0, 8636.0, 8649.0, 8632.0, 8627.0, 8629.0, 8614.0, 8618.0, 8657.0, 8671.0, 8660.0, 8678.0, 8669.0, 8687.0, 8660.0, 8661.0, 8665.0, 8646.0, 8682.0, 8677.0, 8680.0, 8666.0, 8665.0, 8668.0, 8692.0, 8692.0, 8703.0, 8687.0, 8698.0, 8691.0, 8697.0, 8715.0, 8708.0, 8709.0, 8697.0, 8745.0, 8726.0, 8722.0, 8721.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.0024696444954128444</td></tr>
<tr><td colspan=3>aqi</td><td>0.06295603199541286</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.93462448022964</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1097056064408732</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9806421903444308</td></tr>
<tr><td colspan=3>efc</td><td>0.5052</td></tr>
<tr><td colspan=3>fber</td><td>4464.1748</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16707590622137855</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>229</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.261467889908257</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6032481709878543</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.437908396421189</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8382435686946366</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.533592547847738</td></tr>
<tr><td colspan=3>gcor</td><td>0.0194364</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014007124118506908</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.042117197066545486</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.980650041679134</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>23.7816</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.73</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.5719</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292323.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>833.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.549</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1874</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.5216</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3034.6834</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84221.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>3967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>805.1401</td></tr>
<tr><td colspan=3>tsnr</td><td>24.891760183032602</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>