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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0041_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0041_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-01/func/sub-0041_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>197b5070d43e403457e9a7fbe4bbaec5</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>15:08:48.285000</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.99926, 0.00917845, -0.0373557, -0.00872036, 0.999885, 0.0124075]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0966581</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4125, -7774, -7240, 523, -99, -317, -68, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>245.036</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b55ca720-960c-4964-af0c-59465d722cab||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.680941104888916, -0.023396095260977745, -0.10115636885166168, 116.30883026123047], [-0.02462512068450451, 2.6826183795928955, 0.032595813274383545, -85.7464828491211], [-0.10022270679473877, -0.03328831493854523, 2.6979074478149414, -61.10007858276367], [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': ['150848.285000', '150848.745000', '150849.205000', '150849.665000', '150850.125000', '150850.585000', '150851.045000', '150851.505000', '150851.965000', '150852.425000', '150852.885000', '150853.345000', '150853.805000', '150854.265000', '150854.725000', '150855.185000', '150855.645000', '150856.105000', '150856.565000', '150857.025000', '150857.485000', '150857.945000', '150858.405000', '150858.865000', '150859.325000', '150859.785000', '150900.245000', '150900.705000', '150901.165000', '150901.625000', '150902.085000', '150902.545000', '150903.005000', '150903.465000', '150903.925000', '150904.385000', '150904.845000', '150905.305000', '150905.765000', '150906.225000', '150906.685000', '150907.145000', '150907.605000', '150908.065000', '150908.525000', '150908.985000', '150909.445000', '150909.905000', '150910.365000', '150910.825000', '150911.285000', '150911.745000', '150912.205000', '150912.665000', '150913.125000', '150913.585000', '150914.045000', '150914.505000', '150914.965000', '150915.425000', '150915.885000', '150916.345000', '150916.805000', '150917.265000', '150917.725000', '150918.185000', '150918.645000', '150919.105000', '150919.565000', '150920.025000', '150920.485000', '150920.945000', '150921.405000', '150921.865000', '150922.325000', '150922.785000', '150923.245000', '150923.705000', '150924.165000', '150924.625000', '150925.085000', '150925.545000', '150926.005000', '150926.465000', '150926.925000', '150927.385000', '150927.845000', '150928.305000', '150928.765000', '150929.225000', '150929.685000', '150930.145000', '150930.605000', '150931.065000', '150931.525000', '150931.985000', '150932.445000', '150932.905000', '150933.365000', '150933.825000', '150934.285000', '150934.745000', '150935.205000', '150935.665000', '150936.125000', '150936.585000', '150937.045000', '150937.505000', '150937.965000', '150938.425000', '150938.885000', '150939.345000', '150939.805000', '150940.265000', '150940.725000', '150941.185000', '150941.645000', '150942.105000', '150942.565000', '150943.025000', '150943.485000', '150943.945000', '150944.405000', '150944.865000', '150945.325000', '150945.785000', '150946.245000', '150946.705000', '150947.165000', '150947.625000', '150948.085000', '150948.545000', '150949.005000', '150949.465000', '150949.925000', '150950.385000', '150950.845000', '150951.305000', '150951.765000', '150952.225000', '150952.685000', '150953.145000', '150953.605000', '150954.065000', '150954.525000', '150954.985000', '150955.445000', '150955.905000', '150956.365000', '150956.825000', '150957.285000', '150957.745000', '150958.205000', '150958.665000', '150959.125000', '150959.585000', '151000.045000', '151000.505000', '151000.965000', '151001.425000', '151001.885000', '151002.345000', '151002.805000', '151003.265000', '151003.725000', '151004.185000', '151004.645000', '151005.105000', '151005.565000', '151006.025000', '151006.485000', '151006.945000', '151007.405000', '151007.865000', '151008.325000', '151008.785000', '151009.245000', '151009.705000', '151010.165000', '151010.625000', '151011.085000', '151011.545000', '151012.005000', '151012.465000', '151012.925000', '151013.385000', '151013.845000', '151014.305000', '151014.765000', '151015.225000', '151015.685000', '151016.145000', '151016.605000', '151017.065000', '151017.525000', '151017.985000', '151018.445000', '151018.905000', '151019.365000', '151019.825000', '151020.285000', '151020.745000', '151021.205000', '151021.665000', '151022.125000', '151022.585000', '151023.045000', '151023.505000', '151023.965000', '151024.425000', '151024.885000', '151025.345000', '151025.805000', '151026.265000', '151026.725000', '151027.185000', '151027.645000', '151028.105000', '151028.565000', '151029.025000', '151029.485000', '151029.945000', '151030.405000', '151030.865000', '151031.325000', '151031.785000', '151032.245000', '151032.705000', '151033.165000', '151033.625000', '151034.085000', '151034.545000', '151035.005000', '151035.465000', '151035.925000', '151036.385000', '151036.845000', '151037.305000', '151037.765000', '151038.225000', '151038.685000', '151039.145000', '151039.605000', '151040.065000', '151040.525000', '151040.985000', '151041.445000', '151041.905000', '151042.365000', '151042.825000', '151043.285000', '151043.745000', '151044.205000', '151044.665000', '151045.125000', '151045.585000', '151046.045000', '151046.505000', '151046.965000', '151047.425000', '151047.885000', '151048.345000', '151048.805000', '151049.265000', '151049.725000', '151050.185000', '151050.645000', '151051.105000', '151051.565000', '151052.025000', '151052.485000', '151052.945000', '151053.405000', '151053.865000', '151054.325000', '151054.785000', '151055.245000', '151055.705000', '151056.165000', '151056.625000', '151057.085000', '151057.545000', '151058.005000', '151058.465000', '151058.925000', '151059.385000', '151059.845000', '151100.305000', '151100.765000', '151101.225000', '151101.685000', '151102.145000', '151102.605000', '151103.065000', '151103.525000', '151103.985000', '151104.445000', '151104.905000', '151105.365000', '151105.825000', '151106.285000', '151106.745000', '151107.205000', '151107.665000', '151108.125000', '151108.585000', '151109.045000', '151109.505000', '151109.965000', '151110.425000', '151110.885000', '151111.345000', '151111.805000', '151112.265000', '151112.725000', '151113.185000', '151113.645000', '151114.105000', '151114.565000', '151115.025000', '151115.485000', '151115.945000', '151116.405000', '151116.865000', '151117.325000', '151117.785000', '151118.245000', '151118.705000', '151119.165000', '151119.625000', '151120.085000', '151120.545000', '151121.005000', '151121.465000', '151121.925000', '151122.385000', '151122.845000', '151123.305000', '151123.765000', '151124.225000', '151124.685000', '151125.145000', '151125.605000', '151126.065000', '151126.525000', '151126.985000', '151127.445000', '151127.905000', '151128.365000', '151128.825000', '151129.285000', '151129.745000', '151130.205000', '151130.665000', '151131.125000', '151131.585000', '151132.045000', '151132.505000', '151132.965000', '151133.425000', '151133.885000', '151134.345000', '151134.805000', '151135.265000', '151135.725000', '151136.185000', '151136.645000', '151137.105000', '151137.565000', '151138.025000', '151138.485000', '151138.945000', '151139.405000', '151139.865000', '151140.325000', '151140.785000', '151141.245000', '151141.705000', '151142.165000', '151142.625000', '151143.085000', '151143.545000', '151144.005000', '151144.465000', '151144.925000', '151145.385000', '151145.845000', '151146.305000', '151146.765000', '151147.225000', '151147.685000', '151148.145000', '151148.605000', '151149.065000', '151149.525000', '151149.985000', '151150.445000', '151150.905000', '151151.365000', '151151.825000', '151152.285000', '151152.745000', '151153.205000', '151153.665000', '151154.125000', '151154.585000', '151155.045000', '151155.505000', '151155.965000', '151156.425000', '151156.885000', '151157.345000', '151157.805000', '151158.265000', '151158.725000', '151159.185000', '151159.645000', '151200.105000', '151200.565000', '151201.025000', '151201.485000', '151201.945000', '151202.405000', '151202.865000', '151203.325000', '151203.785000', '151204.245000', '151204.705000', '151205.165000', '151205.625000', '151206.085000', '151206.545000', '151207.005000', '151207.465000', '151207.925000', '151208.385000', '151208.845000', '151209.305000', '151209.765000', '151210.225000', '151210.685000', '151211.145000', '151211.605000', '151212.065000', '151212.525000', '151212.985000', '151213.445000', '151213.905000', '151214.365000', '151214.825000', '151215.285000', '151215.745000', '151216.205000', '151216.665000', '151217.125000', '151217.585000', '151218.045000', '151218.505000', '151218.965000', '151219.425000', '151219.885000', '151220.345000', '151220.805000', '151221.265000', '151221.725000', '151222.185000', '151222.645000', '151223.105000', '151223.565000', '151224.025000', '151224.485000', '151224.945000', '151225.405000', '151225.865000', '151226.325000', '151226.785000', '151227.245000', '151227.705000', '151228.165000', '151228.625000', '151229.085000', '151229.545000', '151230.005000', '151230.465000', '151230.925000', '151231.385000', '151231.845000', '151232.305000', '151232.765000', '151233.225000', '151233.685000', '151234.145000', '151234.605000', '151235.065000', '151235.525000', '151235.985000', '151236.445000', '151236.905000', '151237.365000', '151237.825000', '151238.285000', '151238.745000', '151239.205000', '151239.665000', '151240.125000', '151240.585000', '151241.045000', '151241.505000', '151241.965000', '151242.425000', '151242.885000', '151243.345000', '151243.805000', '151244.265000', '151244.725000', '151245.185000', '151245.645000', '151246.105000', '151246.565000', '151247.025000', '151247.485000', '151247.945000', '151248.405000', '151248.865000', '151249.325000', '151249.785000', '151250.245000', '151250.705000', '151251.165000', '151251.625000', '151252.085000', '151252.545000', '151253.005000', '151253.465000', '151253.925000', '151254.385000', '151254.845000', '151255.305000', '151255.765000', '151256.225000', '151256.685000', '151257.145000', '151257.605000', '151258.065000', '151258.525000', '151258.985000', '151259.445000', '151259.905000', '151300.365000', '151300.825000', '151301.285000', '151301.745000', '151302.205000', '151302.665000', '151303.125000', '151303.585000', '151304.045000', '151304.505000', '151304.965000', '151305.425000', '151305.885000', '151306.345000', '151306.805000', '151307.265000', '151307.725000', '151308.185000', '151308.645000', '151309.105000', '151309.565000', '151310.025000', '151310.485000', '151310.945000', '151311.405000', '151311.865000', '151312.325000', '151312.785000', '151313.245000', '151313.705000', '151314.165000', '151314.625000', '151315.085000', '151315.545000', '151316.005000', '151316.465000', '151316.925000', '151317.385000', '151317.845000', '151318.305000', '151318.765000', '151319.225000', '151319.685000', '151320.145000', '151320.605000', '151321.065000', '151321.525000', '151321.985000', '151322.445000', '151322.905000', '151323.365000', '151323.825000', '151324.285000', '151324.745000', '151325.205000', '151325.665000', '151326.125000', '151326.585000', '151327.045000', '151327.505000', '151327.965000', '151328.425000', '151328.885000', '151329.345000', '151329.805000', '151330.265000', '151330.725000', '151331.185000', '151331.645000', '151332.105000', '151332.565000', '151333.025000', '151333.485000', '151333.945000', '151334.405000', '151334.865000', '151335.325000', '151335.785000', '151336.245000', '151336.705000', '151337.165000', '151337.625000', '151338.085000', '151338.545000', '151339.005000', '151339.465000', '151339.925000', '151340.385000', '151340.845000', '151341.305000', '151341.765000', '151342.225000', '151342.685000', '151343.145000', '151343.605000', '151344.065000', '151344.525000', '151344.985000', '151345.445000', '151345.905000', '151346.365000', '151346.825000', '151347.285000', '151347.745000', '151348.205000', '151348.665000', '151349.125000', '151349.585000', '151350.045000', '151350.505000', '151350.965000', '151351.425000', '151351.885000', '151352.345000', '151352.805000', '151353.265000', '151353.725000', '151354.185000', '151354.645000', '151355.105000', '151355.565000', '151356.025000', '151356.485000', '151356.945000', '151357.405000', '151357.865000', '151358.325000', '151358.785000', '151359.245000', '151359.705000', '151400.165000', '151400.625000', '151401.085000', '151401.545000', '151402.005000', '151402.465000', '151402.925000', '151403.385000', '151403.845000', '151404.305000', '151404.765000', '151405.225000', '151405.685000', '151406.145000', '151406.605000', '151407.065000', '151407.525000', '151407.985000', '151408.445000', '151408.905000', '151409.365000', '151409.825000', '151410.285000', '151410.745000', '151411.205000', '151411.665000', '151412.125000', '151412.585000', '151413.045000', '151413.505000', '151413.965000', '151414.425000', '151414.885000', '151415.345000', '151415.805000', '151416.265000', '151416.725000', '151417.185000', '151417.645000', '151418.105000', '151418.565000', '151419.025000', '151419.485000', '151419.945000', '151420.405000', '151420.865000', '151421.325000', '151421.785000', '151422.245000', '151422.705000', '151423.165000', '151423.625000', '151424.085000', '151424.545000', '151425.005000', '151425.465000', '151425.925000', '151426.385000', '151426.845000', '151427.305000', '151427.765000', '151428.225000', '151428.685000', '151429.145000', '151429.605000', '151430.065000', '151430.525000', '151430.985000', '151431.445000', '151431.905000', '151432.365000', '151432.825000', '151433.285000', '151433.745000', '151434.205000', '151434.665000', '151435.125000', '151435.585000', '151436.045000', '151436.505000', '151436.965000', '151437.425000', '151437.885000', '151438.345000', '151438.805000', '151439.265000', '151439.725000', '151440.185000', '151440.645000', '151441.105000', '151441.565000', '151442.025000', '151442.485000', '151442.945000', '151443.405000', '151443.865000', '151444.325000', '151444.785000', '151445.245000', '151445.705000', '151446.165000', '151446.625000', '151447.085000', '151447.545000', '151448.005000', '151448.465000', '151448.925000', '151449.385000', '151449.845000', '151450.305000', '151450.765000', '151451.225000', '151451.685000', '151452.145000', '151452.605000', '151453.065000', '151453.525000', '151453.985000', '151454.445000', '151454.905000', '151455.365000', '151455.825000', '151456.285000', '151456.745000', '151457.205000', '151457.665000', '151458.125000', '151458.585000', '151459.045000', '151459.505000', '151459.965000', '151500.425000', '151500.885000', '151501.345000', '151501.805000', '151502.265000', '151502.725000', '151503.185000', '151503.645000', '151504.105000', '151504.565000', '151505.025000', '151505.485000', '151505.945000', '151506.405000', '151506.865000', '151507.325000', '151507.785000', '151508.245000', '151508.705000', '151509.165000', '151509.625000', '151510.085000', '151510.545000', '151511.005000', '151511.465000', '151511.925000', '151512.385000', '151512.845000', '151513.305000', '151513.765000', '151514.225000', '151514.685000', '151515.145000', '151515.605000', '151516.065000', '151516.525000', '151516.985000', '151517.445000', '151517.905000', '151518.365000', '151518.825000', '151519.285000', '151519.745000', '151520.205000', '151520.665000', '151521.125000', '151521.585000', '151522.045000', '151522.505000', '151522.965000', '151523.425000', '151523.885000', '151524.345000', '151524.805000', '151525.265000', '151525.725000', '151526.185000', '151526.645000', '151527.105000', '151527.565000', '151528.025000', '151528.485000', '151528.945000'], 'ContentTime': ['150915.184000', '150915.187000', '150915.191000', '150915.193000', '150915.196000', '150915.199000', '150915.202000', '150915.205000', '150915.208000', '150915.210000', '150915.213000', '150915.216000', '150915.219000', '150915.222000', '150915.225000', '150915.228000', '150915.230000', '150915.238000', '150915.241000', '150915.243000', '150915.246000', '150915.249000', '150915.252000', '150915.255000', '150915.257000', '150915.260000', '150915.263000', '150915.266000', '150915.269000', '150915.271000', '150915.274000', '150915.277000', '150915.280000', '150915.283000', '150915.286000', '150915.288000', '150915.291000', '150915.294000', '150915.297000', '150915.300000', '150915.302000', '150915.305000', '150915.308000', '150915.311000', '150915.314000', '150915.317000', '150915.320000', '150915.322000', '150915.325000', '150915.328000', '150915.331000', '150915.334000', '150915.336000', '150915.339000', '150915.342000', '150915.345000', '150935.123000', '150935.126000', '150935.129000', '150935.132000', '150935.134000', '150935.137000', '150935.140000', '150935.143000', '150935.146000', '150935.148000', '150935.151000', '150935.156000', '150935.176000', '150935.178000', '150935.181000', '150935.187000', '150935.190000', '150935.193000', '150935.195000', '150935.198000', '150935.201000', '150935.204000', '150935.207000', '150935.210000', '150935.212000', '150935.215000', '150935.218000', '150935.221000', '150935.223000', '150935.226000', '150935.229000', '150935.232000', '150935.235000', '150935.238000', '150935.240000', '150935.243000', '150935.246000', '150935.249000', '150935.252000', '150935.255000', '150935.258000', '150935.260000', '150935.263000', '150935.266000', '150955.123000', '150955.126000', '150955.129000', '150955.132000', '150955.134000', '150955.137000', '150955.140000', '150955.143000', '150955.146000', '150955.149000', '150955.151000', '150955.154000', '150955.157000', '150955.160000', '150955.163000', '150955.166000', '150955.169000', '150955.172000', '150955.175000', '150955.177000', '150955.180000', '150955.183000', '150955.186000', '150955.189000', '150955.191000', '150955.194000', '150955.197000', '150955.200000', '150955.203000', '150955.206000', '150955.208000', '150955.211000', '150955.214000', '150955.217000', '150955.220000', '150955.223000', '150955.226000', '150955.229000', '150955.232000', '150955.235000', '150955.238000', '150955.241000', '150955.244000', '151015.123000', '151015.126000', '151015.129000', '151015.132000', '151015.134000', '151015.137000', '151015.140000', '151015.143000', '151015.146000', '151015.149000', '151015.151000', '151015.154000', '151015.157000', '151015.160000', '151015.163000', '151015.166000', '151015.169000', '151015.171000', '151015.174000', '151015.177000', '151015.180000', '151015.183000', '151015.186000', '151015.188000', '151015.191000', '151015.194000', '151015.197000', '151015.200000', '151015.203000', '151015.212000', '151015.215000', '151015.217000', '151015.220000', '151015.223000', '151015.226000', '151015.229000', '151015.232000', '151015.234000', '151015.237000', '151015.240000', '151015.243000', '151015.246000', '151015.249000', '151015.252000', '151035.123000', '151035.126000', '151035.129000', '151035.132000', '151035.135000', '151035.137000', '151035.140000', '151035.143000', '151035.146000', '151035.149000', '151035.152000', '151035.154000', '151035.158000', '151035.292000', '151035.295000', '151035.297000', '151035.300000', '151035.303000', '151035.306000', '151035.309000', '151035.312000', '151035.314000', '151035.317000', '151035.320000', '151035.323000', '151035.326000', '151035.329000', '151035.332000', '151035.335000', '151035.337000', '151035.340000', '151035.343000', '151035.346000', '151035.349000', '151035.352000', '151035.354000', '151035.357000', '151035.360000', '151035.363000', '151035.375000', '151035.378000', '151035.381000', '151035.384000', '151055.123000', '151055.126000', '151055.129000', '151055.132000', '151055.135000', '151055.138000', '151055.141000', '151055.143000', '151055.146000', '151055.149000', '151055.152000', '151055.155000', '151055.158000', '151055.181000', '151055.184000', '151055.186000', '151055.189000', '151055.192000', '151055.195000', '151055.198000', '151055.201000', '151055.204000', '151055.206000', '151055.209000', '151055.212000', '151055.215000', '151055.218000', '151055.221000', '151055.223000', '151055.226000', '151055.229000', '151055.232000', '151055.235000', '151055.238000', '151055.241000', '151055.244000', '151055.247000', '151055.250000', '151055.253000', '151055.256000', '151055.259000', '151055.262000', '151055.265000', '151055.268000', '151115.123000', '151115.126000', '151115.129000', '151115.132000', '151115.135000', '151115.137000', '151115.140000', '151115.143000', '151115.146000', '151115.149000', '151115.152000', '151115.155000', '151115.157000', '151115.204000', '151115.207000', '151115.210000', '151115.212000', '151115.216000', '151115.219000', '151115.221000', '151115.224000', '151115.227000', '151115.230000', '151115.233000', '151115.236000', '151115.239000', '151115.241000', '151115.244000', '151115.247000', '151115.250000', '151115.253000', '151115.256000', '151115.258000', '151115.261000', '151115.264000', '151115.267000', '151115.270000', '151115.273000', '151115.276000', '151115.278000', '151115.281000', '151115.284000', '151115.287000', '151135.123000', '151135.126000', '151135.128000', '151135.131000', '151135.134000', '151135.137000', '151135.140000', '151135.143000', '151135.146000', '151135.149000', '151135.151000', '151135.154000', '151135.157000', '151135.160000', '151135.163000', '151135.166000', '151135.169000', '151135.171000', '151135.174000', '151135.177000', '151135.180000', '151135.183000', '151135.186000', '151135.188000', '151135.191000', '151135.194000', '151135.197000', '151135.200000', '151135.203000', '151135.206000', '151135.208000', '151135.211000', '151135.214000', '151135.217000', '151135.220000', '151135.223000', '151135.226000', '151135.228000', '151135.231000', '151135.234000', '151135.237000', '151135.240000', '151135.243000', '151135.245000', '151155.123000', '151155.126000', '151155.129000', '151155.132000', '151155.134000', '151155.137000', '151155.140000', '151155.143000', '151155.147000', '151155.150000', '151155.153000', '151155.156000', '151155.191000', '151155.194000', '151155.196000', '151155.200000', '151155.203000', '151155.205000', '151155.208000', '151155.211000', '151155.214000', '151155.217000', '151155.220000', '151155.223000', '151155.226000', '151155.229000', '151155.231000', '151155.234000', '151155.237000', '151155.240000', '151155.243000', '151155.246000', '151155.249000', '151155.251000', '151155.255000', '151155.258000', '151155.261000', '151155.264000', '151155.267000', '151155.270000', '151155.273000', '151155.275000', '151155.278000', '151215.123000', '151215.126000', '151215.129000', '151215.132000', '151215.135000', '151215.137000', '151215.153000', '151215.156000', '151215.193000', '151215.196000', '151215.199000', '151215.202000', '151215.205000', '151215.208000', '151215.210000', '151215.213000', '151215.216000', '151215.219000', '151215.222000', '151215.225000', '151215.228000', '151215.230000', '151215.233000', '151215.236000', '151215.239000', '151215.242000', '151215.245000', '151215.248000', '151215.250000', '151215.253000', '151215.256000', '151215.259000', '151215.262000', '151215.265000', '151215.267000', '151215.270000', '151215.273000', '151215.276000', '151215.279000', '151215.282000', '151215.285000', '151215.287000', '151215.290000', '151215.293000', '151235.123000', '151235.126000', '151235.129000', '151235.132000', '151235.135000', '151235.138000', '151235.140000', '151235.143000', '151235.146000', '151235.149000', '151235.152000', '151235.155000', '151235.157000', '151235.183000', '151235.186000', '151235.189000', '151235.192000', '151235.195000', '151235.197000', '151235.200000', '151235.203000', '151235.206000', '151235.209000', '151235.211000', '151235.214000', '151235.217000', '151235.220000', '151235.223000', '151235.226000', '151235.229000', '151235.232000', '151235.234000', '151235.237000', '151235.240000', '151235.243000', '151235.246000', '151235.249000', '151235.252000', '151235.254000', '151235.257000', '151235.260000', '151235.263000', '151235.266000', '151255.123000', '151255.126000', '151255.129000', '151255.132000', '151255.135000', '151255.137000', '151255.141000', '151255.144000', '151255.147000', '151255.149000', '151255.152000', '151255.155000', '151255.158000', '151255.211000', '151255.214000', '151255.217000', '151255.220000', '151255.223000', '151255.226000', '151255.229000', '151255.231000', '151255.234000', '151255.237000', '151255.240000', '151255.243000', '151255.246000', '151255.249000', '151255.251000', '151255.254000', '151255.257000', '151255.260000', '151255.263000', '151255.266000', '151255.269000', '151255.272000', '151255.276000', '151255.278000', '151255.281000', '151255.284000', '151255.287000', '151255.290000', '151255.293000', '151255.296000', '151255.299000', '151315.123000', '151315.126000', '151315.129000', '151315.131000', '151315.135000', '151315.137000', '151315.140000', '151315.143000', '151315.146000', '151315.149000', '151315.151000', '151315.154000', '151315.157000', '151315.198000', '151315.201000', '151315.204000', '151315.207000', '151315.210000', '151315.213000', '151315.216000', '151315.219000', '151315.221000', '151315.224000', '151315.227000', '151315.230000', '151315.233000', '151315.236000', '151315.239000', '151315.242000', '151315.245000', '151315.248000', '151315.251000', '151315.254000', '151315.256000', '151315.259000', '151315.262000', '151315.265000', '151315.268000', '151315.271000', '151315.274000', '151315.276000', '151315.279000', '151315.282000', '151335.123000', '151335.126000', '151335.129000', '151335.132000', '151335.135000', '151335.138000', '151335.140000', '151335.143000', '151335.146000', '151335.149000', '151335.152000', '151335.155000', '151335.183000', '151335.186000', '151335.189000', '151335.192000', '151335.195000', '151335.198000', '151335.201000', '151335.203000', '151335.206000', '151335.209000', '151335.212000', '151335.215000', '151335.218000', '151335.221000', '151335.223000', '151335.226000', '151335.229000', '151335.232000', '151335.235000', '151335.252000', '151335.255000', '151335.258000', '151335.260000', '151335.263000', '151335.266000', '151335.269000', '151335.272000', '151335.275000', '151335.277000', '151335.280000', '151335.283000', '151335.286000', '151355.123000', '151355.126000', '151355.129000', '151355.132000', '151355.135000', '151355.137000', '151355.140000', '151355.143000', '151355.146000', '151355.149000', '151355.151000', '151355.154000', '151355.157000', '151355.217000', '151355.220000', '151355.223000', '151355.225000', '151355.228000', '151355.231000', '151355.234000', '151355.237000', '151355.240000', '151355.242000', '151355.245000', '151355.248000', '151355.251000', '151355.254000', '151355.257000', '151355.259000', '151355.262000', '151355.265000', '151355.269000', '151355.271000', '151355.274000', '151355.277000', '151355.280000', '151355.283000', '151355.287000', '151355.290000', '151355.293000', '151355.296000', '151355.299000', '151355.302000', '151415.123000', '151415.126000', '151415.129000', '151415.132000', '151415.135000', '151415.137000', '151415.140000', '151415.143000', '151415.146000', '151415.149000', '151415.152000', '151415.155000', '151415.158000', '151415.222000', '151415.225000', '151415.228000', '151415.231000', '151415.234000', '151415.237000', '151415.240000', '151415.243000', '151415.245000', '151415.248000', '151415.251000', '151415.254000', '151415.257000', '151415.260000', '151415.262000', '151415.265000', '151415.268000', '151415.271000', '151415.274000', '151415.277000', '151415.280000', '151415.282000', '151415.285000', '151415.288000', '151415.291000', '151415.294000', '151415.297000', '151415.300000', '151415.302000', '151415.305000', '151415.308000', '151435.123000', '151435.126000', '151435.129000', '151435.132000', '151435.135000', '151435.138000', '151435.141000', '151435.144000', '151435.146000', '151435.149000', '151435.152000', '151435.155000', '151435.158000', '151435.235000', '151435.238000', '151435.241000', '151435.244000', '151435.247000', '151435.250000', '151435.253000', '151435.255000', '151435.258000', '151435.261000', '151435.264000', '151435.267000', '151435.270000', '151435.273000', '151435.275000', '151435.278000', '151435.281000', '151435.284000', '151435.287000', '151435.290000', '151435.293000', '151435.296000', '151435.299000', '151435.302000', '151435.305000', '151435.308000', '151435.311000', '151435.314000', '151435.316000', '151435.319000', '151455.123000', '151455.126000', '151455.129000', '151455.132000', '151455.135000', '151455.137000', '151455.140000', '151455.143000', '151455.146000', '151455.149000', '151455.152000', '151455.155000', '151455.158000', '151455.198000', '151455.201000', '151455.204000', '151455.207000', '151455.209000', '151455.212000', '151455.215000', '151455.218000', '151455.221000', '151455.224000', '151455.227000', '151455.229000', '151455.232000', '151455.235000', '151455.239000', '151455.242000', '151455.245000', '151455.248000', '151455.251000', '151455.254000', '151455.257000', '151455.259000', '151455.262000', '151455.265000', '151455.268000', '151455.271000', '151455.274000', '151455.276000', '151455.279000', '151455.282000', '151455.285000', '151515.123000', '151515.126000', '151515.129000', '151515.132000', '151515.135000', '151515.138000', '151515.140000', '151515.143000', '151515.146000', '151515.149000', '151515.152000', '151515.155000', '151515.158000', '151515.208000', '151515.211000', '151515.214000', '151515.216000', '151515.219000', '151515.222000', '151515.225000', '151515.228000', '151515.231000', '151515.233000', '151515.236000', '151515.239000', '151515.242000', '151515.245000', '151515.248000', '151515.250000', '151515.253000', '151515.256000', '151515.259000', '151515.262000', '151515.265000', '151515.268000', '151515.270000', '151515.273000', '151515.276000', '151515.279000', '151515.282000', '151515.285000', '151515.288000', '151515.290000', '151530.087000', '151530.090000', '151530.093000', '151530.096000', '151530.105000', '151530.108000', '151530.111000', '151530.114000', '151530.117000', '151530.120000', '151530.123000', '151530.126000', '151530.129000', '151530.132000', '151530.135000', '151530.138000', '151530.141000', '151530.144000', '151530.147000', '151530.149000', '151530.152000', '151530.155000', '151530.158000', '151530.161000', '151530.164000', '151530.167000', '151530.170000', '151530.173000', '151530.176000', '151530.179000', '151530.182000', '151530.184000', '151530.188000'], 'InstanceCreationTime': ['150915.184000', '150915.187000', '150915.191000', '150915.193000', '150915.196000', '150915.199000', '150915.202000', '150915.205000', '150915.208000', '150915.210000', '150915.213000', '150915.216000', '150915.219000', '150915.222000', '150915.225000', '150915.228000', '150915.230000', '150915.238000', '150915.241000', '150915.243000', '150915.246000', '150915.249000', '150915.252000', '150915.255000', '150915.257000', '150915.260000', '150915.263000', '150915.266000', '150915.269000', '150915.271000', '150915.274000', '150915.277000', '150915.280000', '150915.283000', '150915.286000', '150915.288000', '150915.291000', '150915.294000', '150915.297000', '150915.300000', '150915.302000', '150915.305000', '150915.308000', '150915.311000', '150915.314000', '150915.317000', '150915.320000', '150915.322000', '150915.325000', '150915.328000', '150915.331000', '150915.334000', '150915.336000', '150915.339000', '150915.342000', '150915.345000', '150935.123000', '150935.126000', '150935.129000', '150935.132000', '150935.134000', '150935.137000', '150935.140000', '150935.143000', '150935.146000', '150935.148000', '150935.151000', '150935.156000', '150935.176000', '150935.178000', '150935.181000', '150935.187000', '150935.190000', '150935.193000', '150935.195000', '150935.198000', '150935.201000', '150935.204000', '150935.207000', '150935.210000', '150935.212000', '150935.215000', '150935.218000', '150935.221000', '150935.223000', '150935.226000', '150935.229000', '150935.232000', '150935.235000', '150935.238000', '150935.240000', '150935.243000', '150935.246000', '150935.249000', '150935.252000', '150935.255000', '150935.258000', '150935.260000', '150935.263000', '150935.266000', '150955.123000', '150955.126000', '150955.129000', '150955.132000', '150955.134000', '150955.137000', '150955.140000', '150955.143000', '150955.146000', '150955.149000', '150955.151000', '150955.154000', '150955.157000', '150955.160000', '150955.163000', '150955.166000', '150955.169000', '150955.172000', '150955.175000', '150955.177000', '150955.180000', '150955.183000', '150955.186000', '150955.189000', '150955.191000', '150955.194000', '150955.197000', '150955.200000', '150955.203000', '150955.206000', '150955.208000', '150955.211000', '150955.214000', '150955.217000', '150955.220000', '150955.223000', '150955.226000', '150955.229000', '150955.232000', '150955.235000', '150955.238000', '150955.241000', '150955.244000', '151015.123000', '151015.126000', '151015.129000', '151015.132000', '151015.134000', '151015.137000', '151015.140000', '151015.143000', '151015.146000', '151015.149000', '151015.151000', '151015.154000', '151015.157000', '151015.160000', '151015.163000', '151015.166000', '151015.169000', '151015.171000', '151015.174000', '151015.177000', '151015.180000', '151015.183000', '151015.186000', '151015.188000', '151015.191000', '151015.194000', '151015.197000', '151015.200000', '151015.203000', '151015.212000', '151015.215000', '151015.217000', '151015.220000', '151015.223000', '151015.226000', '151015.229000', '151015.232000', '151015.234000', '151015.237000', '151015.240000', '151015.243000', '151015.246000', '151015.249000', '151015.252000', '151035.123000', '151035.126000', '151035.129000', '151035.132000', '151035.135000', '151035.137000', '151035.140000', '151035.143000', '151035.146000', '151035.149000', '151035.152000', '151035.154000', '151035.158000', '151035.292000', '151035.295000', '151035.297000', '151035.300000', '151035.303000', '151035.306000', '151035.309000', '151035.312000', '151035.314000', '151035.317000', '151035.320000', '151035.323000', '151035.326000', '151035.329000', '151035.332000', '151035.335000', '151035.337000', '151035.340000', '151035.343000', '151035.346000', '151035.349000', '151035.352000', '151035.354000', '151035.357000', '151035.360000', '151035.363000', '151035.375000', '151035.378000', '151035.381000', '151035.384000', '151055.123000', '151055.126000', '151055.129000', '151055.132000', '151055.135000', '151055.138000', '151055.141000', '151055.143000', '151055.146000', '151055.149000', '151055.152000', '151055.155000', '151055.158000', '151055.181000', '151055.184000', '151055.186000', '151055.189000', '151055.192000', '151055.195000', '151055.198000', '151055.201000', '151055.204000', '151055.206000', '151055.209000', '151055.212000', '151055.215000', '151055.218000', '151055.221000', '151055.223000', '151055.226000', '151055.229000', '151055.232000', '151055.235000', '151055.238000', '151055.241000', '151055.244000', '151055.247000', '151055.250000', '151055.253000', '151055.256000', '151055.259000', '151055.262000', '151055.265000', '151055.268000', '151115.123000', '151115.126000', '151115.129000', '151115.132000', '151115.135000', '151115.137000', '151115.140000', '151115.143000', '151115.146000', '151115.149000', '151115.152000', '151115.155000', '151115.157000', '151115.204000', '151115.207000', '151115.210000', '151115.212000', '151115.216000', '151115.219000', '151115.221000', '151115.224000', '151115.227000', '151115.230000', '151115.233000', '151115.236000', '151115.239000', '151115.241000', '151115.244000', '151115.247000', '151115.250000', '151115.253000', '151115.256000', '151115.258000', '151115.261000', '151115.264000', '151115.267000', '151115.270000', '151115.273000', '151115.276000', '151115.278000', '151115.281000', '151115.284000', '151115.287000', '151135.123000', '151135.126000', '151135.128000', '151135.131000', '151135.134000', '151135.137000', '151135.140000', '151135.143000', '151135.146000', '151135.149000', '151135.151000', '151135.154000', '151135.157000', '151135.160000', '151135.163000', '151135.166000', '151135.169000', '151135.171000', '151135.174000', '151135.177000', '151135.180000', '151135.183000', '151135.186000', '151135.188000', '151135.191000', '151135.194000', '151135.197000', '151135.200000', '151135.203000', '151135.206000', '151135.208000', '151135.211000', '151135.214000', '151135.217000', '151135.220000', '151135.223000', '151135.226000', '151135.228000', '151135.231000', '151135.234000', '151135.237000', '151135.240000', '151135.243000', '151135.245000', '151155.123000', '151155.126000', '151155.129000', '151155.132000', '151155.134000', '151155.137000', '151155.140000', '151155.143000', '151155.147000', '151155.150000', '151155.153000', '151155.156000', '151155.191000', '151155.194000', '151155.196000', '151155.200000', '151155.203000', '151155.205000', '151155.208000', '151155.211000', '151155.214000', '151155.217000', '151155.220000', '151155.223000', '151155.226000', '151155.229000', '151155.231000', '151155.234000', '151155.237000', '151155.240000', '151155.243000', '151155.246000', '151155.249000', '151155.251000', '151155.255000', '151155.258000', '151155.261000', '151155.264000', '151155.267000', '151155.270000', '151155.273000', '151155.275000', '151155.278000', '151215.123000', '151215.126000', '151215.129000', '151215.132000', '151215.135000', '151215.137000', '151215.153000', '151215.156000', '151215.193000', '151215.196000', '151215.199000', '151215.202000', '151215.205000', '151215.208000', '151215.210000', '151215.213000', '151215.216000', '151215.219000', '151215.222000', '151215.225000', '151215.228000', '151215.230000', '151215.233000', '151215.236000', '151215.239000', '151215.242000', '151215.245000', '151215.248000', '151215.250000', '151215.253000', '151215.256000', '151215.259000', '151215.262000', '151215.265000', '151215.267000', '151215.270000', '151215.273000', '151215.276000', '151215.279000', '151215.282000', '151215.285000', '151215.287000', '151215.290000', '151215.293000', '151235.123000', '151235.126000', '151235.129000', '151235.132000', '151235.135000', '151235.138000', '151235.140000', '151235.143000', '151235.146000', '151235.149000', '151235.152000', '151235.155000', '151235.157000', '151235.183000', '151235.186000', '151235.189000', '151235.192000', '151235.195000', '151235.197000', '151235.200000', '151235.203000', '151235.206000', '151235.209000', '151235.211000', '151235.214000', '151235.217000', '151235.220000', '151235.223000', '151235.226000', '151235.229000', '151235.232000', '151235.234000', '151235.237000', '151235.240000', '151235.243000', '151235.246000', '151235.249000', '151235.252000', '151235.254000', '151235.257000', '151235.260000', '151235.263000', '151235.266000', '151255.123000', '151255.126000', '151255.129000', '151255.132000', '151255.135000', '151255.137000', '151255.141000', '151255.144000', '151255.147000', '151255.149000', '151255.152000', '151255.155000', '151255.158000', '151255.211000', '151255.214000', '151255.217000', '151255.220000', '151255.223000', '151255.226000', '151255.229000', '151255.231000', '151255.234000', '151255.237000', '151255.240000', '151255.243000', '151255.246000', '151255.249000', '151255.251000', '151255.254000', '151255.257000', '151255.260000', '151255.263000', '151255.266000', '151255.269000', '151255.272000', '151255.276000', '151255.278000', '151255.281000', '151255.284000', '151255.287000', '151255.290000', '151255.293000', '151255.296000', '151255.299000', '151315.123000', '151315.126000', '151315.129000', '151315.131000', '151315.135000', '151315.137000', '151315.140000', '151315.143000', '151315.146000', '151315.149000', '151315.151000', '151315.154000', '151315.157000', '151315.198000', '151315.201000', '151315.204000', '151315.207000', '151315.210000', '151315.213000', '151315.216000', '151315.219000', '151315.221000', '151315.224000', '151315.227000', '151315.230000', '151315.233000', '151315.236000', '151315.239000', '151315.242000', '151315.245000', '151315.248000', '151315.251000', '151315.254000', '151315.256000', '151315.259000', '151315.262000', '151315.265000', '151315.268000', '151315.271000', '151315.274000', '151315.276000', '151315.279000', '151315.282000', '151335.123000', '151335.126000', '151335.129000', '151335.132000', '151335.135000', '151335.138000', '151335.140000', '151335.143000', '151335.146000', '151335.149000', '151335.152000', '151335.155000', '151335.183000', '151335.186000', '151335.189000', '151335.192000', '151335.195000', '151335.198000', '151335.201000', '151335.203000', '151335.206000', '151335.209000', '151335.212000', '151335.215000', '151335.218000', '151335.221000', '151335.223000', '151335.226000', '151335.229000', '151335.232000', '151335.235000', '151335.252000', '151335.255000', '151335.258000', '151335.260000', '151335.263000', '151335.266000', '151335.269000', '151335.272000', '151335.275000', '151335.277000', '151335.280000', '151335.283000', '151335.286000', '151355.123000', '151355.126000', '151355.129000', '151355.132000', '151355.135000', '151355.137000', '151355.140000', '151355.143000', '151355.146000', '151355.149000', '151355.151000', '151355.154000', '151355.157000', '151355.217000', '151355.220000', '151355.223000', '151355.225000', '151355.228000', '151355.231000', '151355.234000', '151355.237000', '151355.240000', '151355.242000', '151355.245000', '151355.248000', '151355.251000', '151355.254000', '151355.257000', '151355.259000', '151355.262000', '151355.265000', '151355.269000', '151355.271000', '151355.274000', '151355.277000', '151355.280000', '151355.283000', '151355.287000', '151355.290000', '151355.293000', '151355.296000', '151355.299000', '151355.302000', '151415.123000', '151415.126000', '151415.129000', '151415.132000', '151415.135000', '151415.137000', '151415.140000', '151415.143000', '151415.146000', '151415.149000', '151415.152000', '151415.155000', '151415.158000', '151415.222000', '151415.225000', '151415.228000', '151415.231000', '151415.234000', '151415.237000', '151415.240000', '151415.243000', '151415.245000', '151415.248000', '151415.251000', '151415.254000', '151415.257000', '151415.260000', '151415.262000', '151415.265000', '151415.268000', '151415.271000', '151415.274000', '151415.277000', '151415.280000', '151415.282000', '151415.285000', '151415.288000', '151415.291000', '151415.294000', '151415.297000', '151415.300000', '151415.302000', '151415.305000', '151415.308000', '151435.123000', '151435.126000', '151435.129000', '151435.132000', '151435.135000', '151435.138000', '151435.141000', '151435.144000', '151435.146000', '151435.149000', '151435.152000', '151435.155000', '151435.158000', '151435.235000', '151435.238000', '151435.241000', '151435.244000', '151435.247000', '151435.250000', '151435.253000', '151435.255000', '151435.258000', '151435.261000', '151435.264000', '151435.267000', '151435.270000', '151435.273000', '151435.275000', '151435.278000', '151435.281000', '151435.284000', '151435.287000', '151435.290000', '151435.293000', '151435.296000', '151435.299000', '151435.302000', '151435.305000', '151435.308000', '151435.311000', '151435.314000', '151435.316000', '151435.319000', '151455.123000', '151455.126000', '151455.129000', '151455.132000', '151455.135000', '151455.137000', '151455.140000', '151455.143000', '151455.146000', '151455.149000', '151455.152000', '151455.155000', '151455.158000', '151455.198000', '151455.201000', '151455.204000', '151455.207000', '151455.209000', '151455.212000', '151455.215000', '151455.218000', '151455.221000', '151455.224000', '151455.227000', '151455.229000', '151455.232000', '151455.235000', '151455.239000', '151455.242000', '151455.245000', '151455.248000', '151455.251000', '151455.254000', '151455.257000', '151455.259000', '151455.262000', '151455.265000', '151455.268000', '151455.271000', '151455.274000', '151455.276000', '151455.279000', '151455.282000', '151455.285000', '151515.123000', '151515.126000', '151515.129000', '151515.132000', '151515.135000', '151515.138000', '151515.140000', '151515.143000', '151515.146000', '151515.149000', '151515.152000', '151515.155000', '151515.158000', '151515.208000', '151515.211000', '151515.214000', '151515.216000', '151515.219000', '151515.222000', '151515.225000', '151515.228000', '151515.231000', '151515.233000', '151515.236000', '151515.239000', '151515.242000', '151515.245000', '151515.248000', '151515.250000', '151515.253000', '151515.256000', '151515.259000', '151515.262000', '151515.265000', '151515.268000', '151515.270000', '151515.273000', '151515.276000', '151515.279000', '151515.282000', '151515.285000', '151515.288000', '151515.290000', '151530.087000', '151530.090000', '151530.093000', '151530.096000', '151530.105000', '151530.108000', '151530.111000', '151530.114000', '151530.117000', '151530.120000', '151530.123000', '151530.126000', '151530.129000', '151530.132000', '151530.135000', '151530.138000', '151530.141000', '151530.144000', '151530.147000', '151530.149000', '151530.152000', '151530.155000', '151530.158000', '151530.161000', '151530.164000', '151530.167000', '151530.170000', '151530.173000', '151530.176000', '151530.179000', '151530.182000', '151530.184000', '151530.188000'], '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': [8694, 8383, 10704, 8790, 8036, 11036, 8989, 8224, 8844, 8792, 7929, 7991, 8658, 8946, 8408, 8624, 8678, 8779, 8293, 10042, 8803, 8373, 10476, 8796, 8176, 8188, 8704, 8793, 8189, 8607, 8381, 8472, 8424, 9996, 9162, 8548, 8989, 9268, 8113, 8916, 8726, 10526, 9066, 8289, 10744, 8865, 10164, 8681, 9170, 10615, 8517, 8482, 9424, 9035, 8232, 10512, 8845, 8053, 10689, 9119, 7884, 10149, 8893, 7849, 11641, 8925, 8204, 9980, 8802, 8686, 8339, 8644, 8893, 8401, 8314, 8849, 9083, 7978, 10118, 8918, 8109, 10234, 9254, 7848, 10261, 9001, 8088, 10622, 8935, 7868, 10656, 8818, 7977, 10230, 8999, 7710, 7717, 8694, 7670, 8776, 8602, 8116, 8762, 8247, 7561, 8464, 8278, 7664, 8808, 9753, 8366, 8610, 10526, 8053, 8785, 9504, 8866, 8364, 10251, 8694, 8401, 9094, 8472, 8031, 7786, 8856, 8917, 9007, 8496, 10448, 9367, 8237, 7821, 8856, 8936, 9014, 8564, 10610, 8954, 9633, 12813, 9110, 10199, 8409, 8726, 9453, 9097, 8635, 10631, 9470, 8620, 8877, 9105, 8593, 8792, 8635, 11588, 8298, 8928, 11554, 8927, 8495, 12561, 8527, 8120, 9817, 9055, 7899, 11006, 9285, 7771, 8777, 8544, 7603, 8638, 8213, 9276, 9097, 8168, 10878, 8959, 9535, 10248, 8986, 10062, 8571, 8691, 9661, 8861, 8382, 9005, 8673, 8512, 9834, 9087, 8238, 8110, 8806, 8604, 8750, 8734, 8976, 8671, 8308, 10550, 9433, 8091, 10768, 8619, 8981, 8888, 8721, 8680, 8735, 8328, 10150, 9144, 8259, 7668, 8454, 7919, 9129, 8697, 9138, 8804, 8844, 8622, 9075, 9962, 8721, 8902, 9209, 9218, 8503, 11338, 8986, 8766, 11334, 9618, 10457, 9773, 9269, 10208, 9074, 8595, 10627, 9091, 8191, 10859, 9415, 9136, 10769, 9156, 10147, 9086, 8445, 9748, 9041, 7883, 8399, 8902, 8041, 8691, 8393, 8861, 9343, 7898, 9596, 9040, 9113, 9075, 8583, 9478, 8724, 8327, 9899, 9382, 7816, 10024, 8898, 8454, 8901, 8613, 9260, 8606, 8279, 9555, 9064, 7888, 8246, 8692, 9144, 9315, 8766, 11840, 9319, 9508, 9075, 8709, 9333, 9139, 8733, 10444, 9518, 8516, 10333, 9405, 8603, 10155, 9269, 10206, 8689, 8975, 9929, 9412, 8474, 10737, 9305, 7906, 8966, 8898, 8766, 8961, 8535, 8246, 9025, 8112, 9019, 8639, 10182, 9434, 8414, 10940, 9226, 9879, 9130, 9008, 9315, 9148, 8520, 10086, 9374, 8194, 11351, 8836, 8052, 9170, 8817, 8130, 8841, 8246, 8687, 9269, 8095, 8631, 8836, 8090, 9290, 8727, 9560, 8899, 8467, 10440, 9664, 9536, 10683, 9132, 9880, 9370, 8932, 9032, 9003, 8737, 10242, 9488, 8714, 10830, 9266, 8388, 11607, 9607, 9799, 8942, 9352, 8763, 9346, 8616, 9366, 9215, 8256, 10203, 9371, 7977, 8587, 9072, 8301, 9364, 8818, 10428, 9230, 8443, 10105, 9171, 10742, 8547, 8908, 9728, 9382, 8785, 10825, 8968, 8310, 11416, 9670, 9210, 8403, 9032, 8456, 9392, 8729, 9309, 9121, 8618, 9522, 9400, 8193, 11014, 9417, 8928, 8911, 9113, 8759, 8783, 8906, 9764, 9556, 8927, 10518, 9348, 8600, 10918, 9756, 8535, 11754, 9276, 9709, 9310, 9079, 9985, 8842, 8855, 9656, 9504, 8482, 8716, 8802, 8889, 9536, 8871, 10308, 8906, 8846, 9680, 9402, 9357, 8639, 9005, 9707, 9477, 8723, 11185, 9217, 9149, 9105, 9454, 9273, 8980, 8931, 10227, 9824, 8643, 11599, 9566, 9340, 9102, 9099, 11418, 8976, 9064, 9686, 9425, 8514, 11535, 9298, 8240, 9290, 9188, 7761, 9195, 9016, 8484, 9656, 8872, 10769, 9244, 8651, 8817, 9492, 9361, 8270, 9468, 9296, 9269, 9043, 9891, 9187, 8920, 10262, 9551, 8662, 11223, 9580, 8687, 9936, 9425, 8902, 9365, 9286, 8697, 9161, 8930, 9465, 9586, 8641, 10119, 9255, 8382, 9423, 9211, 10162, 9502, 8661, 11346, 9923, 9461, 9596, 9379, 9366, 9253, 9417, 9863, 9087, 9048, 11063, 9628, 8438, 8512, 9535, 8555, 9559, 9440, 9202, 9262, 9081, 9824, 9757, 9051, 11036, 9453, 9070, 11127, 9571, 8953, 11414, 9376, 8464, 11824, 9656, 9381, 10286, 9204, 8793, 9650, 8910, 9065, 9468, 8887, 10133, 9743, 8680, 8686, 9228, 8409, 9649, 9049, 10492, 9417, 8681, 8930, 9488, 9335, 9413, 8926, 11007, 9953, 9088, 9529, 9495, 9339, 9023, 9123, 10268, 9618, 8710, 11622, 9764, 9995, 9176, 9028, 10546, 9418, 9030, 10117, 9839, 10057, 8855, 9312, 10869, 9974, 8803, 12616, 9612, 10127, 9149, 9384, 10568, 9253, 8975, 9796, 9923, 8626, 11170, 9617, 9058, 9358, 9530, 9326, 8985, 8837, 9575, 9491, 8309, 8569, 9217, 8757, 9268, 8987, 9354, 8969, 9460, 10165, 9963, 10257, 12551, 9469, 10713, 8893, 9647, 10949, 9462, 9031, 11457, 10043, 8753, 9684, 8687, 9969, 9106, 9533, 9296, 9348, 10695, 9685, 9264, 11455, 10053, 8863, 12246, 9716, 9917, 9266, 9304, 8644, 9444, 8522, 9946, 9560, 8975, 9412, 9423, 9197, 9285, 9113, 9783, 9149, 10508, 9523, 8617, 10745, 9467, 8558, 10124, 9589, 8390, 9304, 9063, 9218, 9767, 8952, 10704, 9513, 8583, 9115, 9384, 9567, 9561, 8938, 10338, 10161, 9171, 11801, 9144, 9167, 9254, 9697, 9235, 9240, 9303, 10456, 10027, 8924, 9192, 9366, 8702, 9677, 9365, 9763, 9339, 9121, 10919, 10098, 9100, 9967, 9684, 9442, 9548, 9322, 9993, 9430, 9123, 10792, 9646, 8606, 8758, 9593, 9185, 9911, 8638, 10191, 9944, 9889, 9351, 9387, 9636, 9222, 9109, 10603, 10022, 8794, 10380, 9518, 9588, 9645, 9577, 10835, 9321, 8907, 9733, 9125, 9717, 9258, 10524, 9803, 9196, 10737, 9528, 9169, 11003, 9805, 9070, 10943, 9708, 8695, 10945, 10079, 8509, 9280, 9625, 8771, 9435, 9667, 8306, 9406, 9582, 9239, 9802, 8921, 9592, 9699, 9267, 9735, 9974, 8694, 9650, 9317, 9839, 9296, 10819, 9729, 9123, 10621, 9896, 8707, 11764, 9840, 8758, 8867, 9799, 8556, 8849, 9810, 8823, 9317, 9148, 9857, 9653, 9238, 11026, 10128, 8809, 10078, 9982, 9315, 9679, 9358, 10420, 9627, 9263, 11102, 10050, 9031, 11177, 9961, 9077, 9912, 9652, 8640, 9070, 9454, 10296, 10233, 9326], 'WindowCenter': [4091.0, 4077.0, 4082.0, 4059.0, 4059.0, 4077.0, 4056.0, 4047.0, 4054.0, 4056.0, 4045.0, 4044.0, 4056.0, 4056.0, 4044.0, 4057.0, 4056.0, 4045.0, 4056.0, 4065.0, 4055.0, 4046.0, 4064.0, 4045.0, 4046.0, 4044.0, 4056.0, 4057.0, 4056.0, 4058.0, 4056.0, 4058.0, 4070.0, 4079.0, 4081.0, 4070.0, 4057.0, 4069.0, 4059.0, 4068.0, 4058.0, 4066.0, 4057.0, 4058.0, 4065.0, 4056.0, 4067.0, 4044.0, 4056.0, 4065.0, 4042.0, 4055.0, 4054.0, 4043.0, 4045.0, 4063.0, 4042.0, 4044.0, 4062.0, 4043.0, 4044.0, 4051.0, 4042.0, 4043.0, 4061.0, 4042.0, 4043.0, 4050.0, 4042.0, 4042.0, 4031.0, 4042.0, 4042.0, 4031.0, 4043.0, 4042.0, 4042.0, 4043.0, 4051.0, 4042.0, 4032.0, 4052.0, 4052.0, 4043.0, 4051.0, 4042.0, 4032.0, 4051.0, 4041.0, 4032.0, 4050.0, 4041.0, 4032.0, 4051.0, 4053.0, 4033.0, 4031.0, 4054.0, 4034.0, 4054.0, 4056.0, 4044.0, 4057.0, 4058.0, 4045.0, 4058.0, 4059.0, 4046.0, 4069.0, 4069.0, 4045.0, 4057.0, 4077.0, 4045.0, 4057.0, 4066.0, 4055.0, 4056.0, 4065.0, 4055.0, 4057.0, 4054.0, 4056.0, 4057.0, 4046.0, 4068.0, 4067.0, 4066.0, 4068.0, 4077.0, 4067.0, 4058.0, 4045.0, 4067.0, 4057.0, 4055.0, 4057.0, 4065.0, 4055.0, 4067.0, 4074.0, 4054.0, 4065.0, 4031.0, 4043.0, 4053.0, 4042.0, 4044.0, 4063.0, 4053.0, 4043.0, 4041.0, 4054.0, 4044.0, 4042.0, 4043.0, 4074.0, 4031.0, 4043.0, 4063.0, 4040.0, 4041.0, 4061.0, 4028.0, 4030.0, 4039.0, 4039.0, 4030.0, 4048.0, 4039.0, 4019.0, 4029.0, 4041.0, 4019.0, 4042.0, 4043.0, 4053.0, 4054.0, 4045.0, 4062.0, 4043.0, 4054.0, 4051.0, 4042.0, 4053.0, 4029.0, 4042.0, 4051.0, 4041.0, 4042.0, 4041.0, 4042.0, 4054.0, 4064.0, 4055.0, 4056.0, 4043.0, 4056.0, 4056.0, 4056.0, 4057.0, 4055.0, 4055.0, 4055.0, 4065.0, 4055.0, 4044.0, 4064.0, 4055.0, 4056.0, 4055.0, 4056.0, 4043.0, 4054.0, 4057.0, 4066.0, 4067.0, 4057.0, 4045.0, 4058.0, 4058.0, 4067.0, 4069.0, 4067.0, 4068.0, 4070.0, 4057.0, 4068.0, 4079.0, 4056.0, 4068.0, 4068.0, 4066.0, 4057.0, 4076.0, 4055.0, 4057.0, 4075.0, 4065.0, 4077.0, 4053.0, 4054.0, 4065.0, 4042.0, 4044.0, 4063.0, 4042.0, 4043.0, 4061.0, 4051.0, 4053.0, 4050.0, 4041.0, 4051.0, 4040.0, 4031.0, 4041.0, 4041.0, 4031.0, 4029.0, 4042.0, 4031.0, 4041.0, 4043.0, 4042.0, 4053.0, 4044.0, 4052.0, 4053.0, 4043.0, 4041.0, 4043.0, 4052.0, 4041.0, 4043.0, 4051.0, 4053.0, 4032.0, 4051.0, 4053.0, 4043.0, 4042.0, 4054.0, 4052.0, 4043.0, 4045.0, 4053.0, 4055.0, 4045.0, 4043.0, 4056.0, 4055.0, 4056.0, 4058.0, 4076.0, 4056.0, 4057.0, 4055.0, 4056.0, 4054.0, 4056.0, 4058.0, 4066.0, 4067.0, 4058.0, 4065.0, 4056.0, 4057.0, 4064.0, 4056.0, 4066.0, 4043.0, 4055.0, 4054.0, 4054.0, 4044.0, 4062.0, 4054.0, 4044.0, 4054.0, 4056.0, 4044.0, 4055.0, 4057.0, 4045.0, 4067.0, 4046.0, 4056.0, 4058.0, 4066.0, 4056.0, 4057.0, 4063.0, 4055.0, 4066.0, 4054.0, 4055.0, 4053.0, 4053.0, 4045.0, 4063.0, 4054.0, 4044.0, 4063.0, 4055.0, 4045.0, 4054.0, 4056.0, 4044.0, 4056.0, 4057.0, 4056.0, 4068.0, 4047.0, 4055.0, 4057.0, 4046.0, 4056.0, 4058.0, 4056.0, 4056.0, 4047.0, 4065.0, 4066.0, 4067.0, 4064.0, 4054.0, 4066.0, 4054.0, 4056.0, 4055.0, 4055.0, 4057.0, 4065.0, 4066.0, 4056.0, 4065.0, 4055.0, 4046.0, 4075.0, 4055.0, 4065.0, 4042.0, 4055.0, 4044.0, 4054.0, 4056.0, 4054.0, 4056.0, 4057.0, 4065.0, 4066.0, 4046.0, 4055.0, 4068.0, 4056.0, 4067.0, 4058.0, 4066.0, 4067.0, 4058.0, 4066.0, 4057.0, 4077.0, 4044.0, 4056.0, 4055.0, 4054.0, 4044.0, 4064.0, 4043.0, 4044.0, 4063.0, 4054.0, 4054.0, 4031.0, 4054.0, 4044.0, 4054.0, 4055.0, 4054.0, 4054.0, 4056.0, 4055.0, 4056.0, 4046.0, 4064.0, 4056.0, 4057.0, 4055.0, 4056.0, 4045.0, 4044.0, 4056.0, 4065.0, 4055.0, 4056.0, 4064.0, 4055.0, 4057.0, 4065.0, 4067.0, 4058.0, 4075.0, 4056.0, 4067.0, 4054.0, 4056.0, 4066.0, 4043.0, 4055.0, 4054.0, 4054.0, 4045.0, 4057.0, 4069.0, 4059.0, 4067.0, 4068.0, 4066.0, 4057.0, 4058.0, 4066.0, 4068.0, 4068.0, 4056.0, 4068.0, 4067.0, 4067.0, 4057.0, 4076.0, 4056.0, 4057.0, 4044.0, 4055.0, 4055.0, 4055.0, 4056.0, 4065.0, 4065.0, 4056.0, 4064.0, 4066.0, 4056.0, 4054.0, 4054.0, 4075.0, 4043.0, 4056.0, 4053.0, 4053.0, 4044.0, 4063.0, 4054.0, 4043.0, 4053.0, 4055.0, 4033.0, 4054.0, 4056.0, 4044.0, 4065.0, 4056.0, 4065.0, 4056.0, 4058.0, 4055.0, 4067.0, 4067.0, 4045.0, 4067.0, 4056.0, 4054.0, 4055.0, 4054.0, 4054.0, 4055.0, 4064.0, 4054.0, 4045.0, 4063.0, 4055.0, 4056.0, 4053.0, 4055.0, 4055.0, 4054.0, 4056.0, 4044.0, 4055.0, 4057.0, 4056.0, 4067.0, 4057.0, 4065.0, 4067.0, 4047.0, 4057.0, 4068.0, 4066.0, 4067.0, 4058.0, 4076.0, 4067.0, 4068.0, 4065.0, 4067.0, 4068.0, 4056.0, 4067.0, 4066.0, 4056.0, 4057.0, 4076.0, 4066.0, 4046.0, 4044.0, 4066.0, 4046.0, 4055.0, 4067.0, 4056.0, 4055.0, 4057.0, 4066.0, 4055.0, 4056.0, 4065.0, 4055.0, 4056.0, 4065.0, 4055.0, 4055.0, 4064.0, 4054.0, 4045.0, 4062.0, 4053.0, 4054.0, 4051.0, 4053.0, 4043.0, 4053.0, 4055.0, 4043.0, 4065.0, 4056.0, 4064.0, 4067.0, 4057.0, 4056.0, 4068.0, 4057.0, 4067.0, 4058.0, 4067.0, 4068.0, 4058.0, 4057.0, 4069.0, 4056.0, 4067.0, 4069.0, 4077.0, 4068.0, 4058.0, 4055.0, 4067.0, 4068.0, 4055.0, 4067.0, 4065.0, 4066.0, 4057.0, 4075.0, 4068.0, 4067.0, 4056.0, 4056.0, 4066.0, 4055.0, 4056.0, 4064.0, 4065.0, 4066.0, 4054.0, 4056.0, 4064.0, 4064.0, 4055.0, 4073.0, 4054.0, 4064.0, 4041.0, 4053.0, 4063.0, 4052.0, 4043.0, 4052.0, 4052.0, 4043.0, 4061.0, 4052.0, 4043.0, 4040.0, 4052.0, 4042.0, 4041.0, 4042.0, 4040.0, 4051.0, 4031.0, 4041.0, 4053.0, 4054.0, 4067.0, 4067.0, 4070.0, 4071.0, 4084.0, 4081.0, 4081.0, 4081.0, 4088.0, 4057.0, 4067.0, 4043.0, 4054.0, 4064.0, 4053.0, 4044.0, 4063.0, 4052.0, 4042.0, 4054.0, 4055.0, 4078.0, 4069.0, 4080.0, 4082.0, 4084.0, 4081.0, 4068.0, 4069.0, 4076.0, 4056.0, 4057.0, 4063.0, 4054.0, 4054.0, 4042.0, 4053.0, 4042.0, 4066.0, 4055.0, 4068.0, 4069.0, 4055.0, 4056.0, 4056.0, 4054.0, 4056.0, 4044.0, 4053.0, 4055.0, 4064.0, 4054.0, 4044.0, 4052.0, 4053.0, 4044.0, 4052.0, 4054.0, 4044.0, 4054.0, 4056.0, 4054.0, 4066.0, 4058.0, 4065.0, 4067.0, 4057.0, 4056.0, 4068.0, 4067.0, 4067.0, 4069.0, 4068.0, 4079.0, 4069.0, 4088.0, 4069.0, 4070.0, 4067.0, 4069.0, 4069.0, 4069.0, 4069.0, 4067.0, 4067.0, 4058.0, 4056.0, 4068.0, 4058.0, 4066.0, 4068.0, 4067.0, 4057.0, 4069.0, 4067.0, 4067.0, 4058.0, 4065.0, 4067.0, 4056.0, 4054.0, 4056.0, 4065.0, 4055.0, 4056.0, 4064.0, 4066.0, 4056.0, 4045.0, 4067.0, 4056.0, 4066.0, 4057.0, 4064.0, 4066.0, 4066.0, 4054.0, 4056.0, 4055.0, 4055.0, 4056.0, 4064.0, 4065.0, 4056.0, 4065.0, 4066.0, 4056.0, 4054.0, 4055.0, 4064.0, 4055.0, 4054.0, 4066.0, 4067.0, 4068.0, 4070.0, 4079.0, 4066.0, 4056.0, 4065.0, 4053.0, 4055.0, 4064.0, 4053.0, 4044.0, 4062.0, 4053.0, 4044.0, 4052.0, 4053.0, 4043.0, 4041.0, 4054.0, 4044.0, 4053.0, 4065.0, 4044.0, 4056.0, 4069.0, 4068.0, 4079.0, 4070.0, 4082.0, 4083.0, 4069.0, 4069.0, 4069.0, 4056.0, 4068.0, 4056.0, 4054.0, 4067.0, 4066.0, 4055.0, 4055.0, 4063.0, 4054.0, 4055.0, 4073.0, 4065.0, 4055.0, 4042.0, 4066.0, 4056.0, 4054.0, 4067.0, 4056.0, 4055.0, 4067.0, 4066.0, 4056.0, 4057.0, 4065.0, 4066.0, 4057.0, 4054.0, 4066.0, 4055.0, 4054.0, 4067.0, 4066.0, 4055.0, 4056.0, 4064.0, 4054.0, 4055.0, 4064.0, 4066.0, 4056.0, 4054.0, 4066.0, 4056.0, 4055.0, 4068.0, 4066.0, 4066.0, 4068.0], 'WindowWidth': [9128.0, 9099.0, 9098.0, 9060.0, 9059.0, 9078.0, 9050.0, 9038.0, 9044.0, 9049.0, 9035.0, 9031.0, 9050.0, 9050.0, 9031.0, 9051.0, 9048.0, 9032.0, 9050.0, 9059.0, 9044.0, 9035.0, 9057.0, 9032.0, 9036.0, 9029.0, 9050.0, 9052.0, 9049.0, 9056.0, 9051.0, 9059.0, 9075.0, 9087.0, 9090.0, 9074.0, 9054.0, 9072.0, 9059.0, 9068.0, 9056.0, 9065.0, 9052.0, 9055.0, 9059.0, 9050.0, 9066.0, 9030.0, 9049.0, 9061.0, 9024.0, 9046.0, 9042.0, 9028.0, 9031.0, 9052.0, 9026.0, 9030.0, 9052.0, 9027.0, 9029.0, 9036.0, 9024.0, 9029.0, 9048.0, 9025.0, 9027.0, 9032.0, 9024.0, 9026.0, 9007.0, 9025.0, 9024.0, 9006.0, 9027.0, 9024.0, 9025.0, 9027.0, 9035.0, 9022.0, 9012.0, 9036.0, 9038.0, 9028.0, 9035.0, 9022.0, 9011.0, 9034.0, 9022.0, 9010.0, 9030.0, 9022.0, 9011.0, 9034.0, 9040.0, 9014.0, 9008.0, 9044.0, 9018.0, 9045.0, 9051.0, 9033.0, 9054.0, 9059.0, 9036.0, 9058.0, 9059.0, 9038.0, 9073.0, 9072.0, 9035.0, 9053.0, 9080.0, 9033.0, 9054.0, 9062.0, 9046.0, 9050.0, 9059.0, 9048.0, 9052.0, 9045.0, 9052.0, 9055.0, 9036.0, 9071.0, 9067.0, 9064.0, 9070.0, 9079.0, 9068.0, 9057.0, 9034.0, 9068.0, 9053.0, 9048.0, 9053.0, 9063.0, 9046.0, 9066.0, 9071.0, 9044.0, 9060.0, 9009.0, 9026.0, 9041.0, 9025.0, 9029.0, 9054.0, 9040.0, 9028.0, 9021.0, 9042.0, 9030.0, 9024.0, 9028.0, 9071.0, 9009.0, 9025.0, 9053.0, 9018.0, 9021.0, 9047.0, 8999.0, 9005.0, 9013.0, 9015.0, 9003.0, 9025.0, 9015.0, 8990.0, 9002.0, 9021.0, 8990.0, 9023.0, 9029.0, 9040.0, 9045.0, 9033.0, 9051.0, 9026.0, 9044.0, 9035.0, 9025.0, 9040.0, 9002.0, 9025.0, 9034.0, 9020.0, 9025.0, 9020.0, 9025.0, 9044.0, 9055.0, 9049.0, 9050.0, 9029.0, 9051.0, 9051.0, 9050.0, 9053.0, 9046.0, 9047.0, 9047.0, 9058.0, 9048.0, 9033.0, 9056.0, 9048.0, 9050.0, 9046.0, 9051.0, 9030.0, 9045.0, 9053.0, 9063.0, 9067.0, 9054.0, 9034.0, 9056.0, 9057.0, 9069.0, 9072.0, 9066.0, 9069.0, 9074.0, 9054.0, 9071.0, 9086.0, 9050.0, 9068.0, 9069.0, 9065.0, 9052.0, 9078.0, 9048.0, 9051.0, 9073.0, 9061.0, 9079.0, 9042.0, 9044.0, 9060.0, 9024.0, 9030.0, 9053.0, 9024.0, 9026.0, 9048.0, 9034.0, 9039.0, 9031.0, 9020.0, 9034.0, 9016.0, 9008.0, 9020.0, 9019.0, 9007.0, 9002.0, 9022.0, 9009.0, 9022.0, 9027.0, 9024.0, 9042.0, 9030.0, 9036.0, 9039.0, 9028.0, 9021.0, 9027.0, 9036.0, 9022.0, 9025.0, 9034.0, 9038.0, 9012.0, 9033.0, 9041.0, 9026.0, 9023.0, 9043.0, 9038.0, 9027.0, 9032.0, 9040.0, 9045.0, 9034.0, 9028.0, 9048.0, 9046.0, 9051.0, 9057.0, 9077.0, 9050.0, 9051.0, 9048.0, 9051.0, 9044.0, 9049.0, 9055.0, 9065.0, 9067.0, 9055.0, 9061.0, 9049.0, 9052.0, 9057.0, 9047.0, 9062.0, 9026.0, 9045.0, 9041.0, 9042.0, 9030.0, 9051.0, 9044.0, 9031.0, 9043.0, 9048.0, 9030.0, 9048.0, 9051.0, 9035.0, 9067.0, 9039.0, 9049.0, 9054.0, 9063.0, 9050.0, 9053.0, 9055.0, 9047.0, 9063.0, 9041.0, 9045.0, 9041.0, 9039.0, 9031.0, 9054.0, 9042.0, 9029.0, 9051.0, 9044.0, 9032.0, 9043.0, 9048.0, 9031.0, 9049.0, 9053.0, 9048.0, 9068.0, 9040.0, 9045.0, 9052.0, 9037.0, 9049.0, 9054.0, 9049.0, 9048.0, 9038.0, 9059.0, 9062.0, 9065.0, 9056.0, 9045.0, 9062.0, 9044.0, 9050.0, 9045.0, 9047.0, 9051.0, 9060.0, 9061.0, 9050.0, 9058.0, 9046.0, 9035.0, 9070.0, 9045.0, 9060.0, 9024.0, 9045.0, 9029.0, 9043.0, 9049.0, 9043.0, 9048.0, 9051.0, 9058.0, 9063.0, 9037.0, 9047.0, 9068.0, 9050.0, 9066.0, 9053.0, 9064.0, 9065.0, 9055.0, 9060.0, 9051.0, 9079.0, 9030.0, 9048.0, 9046.0, 9042.0, 9030.0, 9054.0, 9027.0, 9030.0, 9053.0, 9040.0, 9042.0, 9008.0, 9043.0, 9029.0, 9043.0, 9046.0, 9042.0, 9043.0, 9048.0, 9045.0, 9049.0, 9037.0, 9057.0, 9048.0, 9050.0, 9044.0, 9047.0, 9032.0, 9029.0, 9048.0, 9059.0, 9045.0, 9048.0, 9055.0, 9047.0, 9051.0, 9060.0, 9064.0, 9054.0, 9072.0, 9050.0, 9065.0, 9043.0, 9048.0, 9061.0, 9026.0, 9045.0, 9042.0, 9043.0, 9031.0, 9053.0, 9070.0, 9057.0, 9065.0, 9069.0, 9063.0, 9052.0, 9054.0, 9063.0, 9067.0, 9069.0, 9049.0, 9067.0, 9066.0, 9063.0, 9052.0, 9077.0, 9048.0, 9052.0, 9028.0, 9046.0, 9045.0, 9045.0, 9049.0, 9060.0, 9058.0, 9047.0, 9055.0, 9060.0, 9050.0, 9042.0, 9044.0, 9072.0, 9027.0, 9049.0, 9040.0, 9040.0, 9029.0, 9052.0, 9041.0, 9027.0, 9039.0, 9044.0, 9014.0, 9043.0, 9048.0, 9029.0, 9060.0, 9050.0, 9058.0, 9049.0, 9054.0, 9046.0, 9064.0, 9066.0, 9031.0, 9063.0, 9050.0, 9043.0, 9046.0, 9043.0, 9041.0, 9046.0, 9055.0, 9043.0, 9033.0, 9052.0, 9044.0, 9048.0, 9038.0, 9043.0, 9045.0, 9040.0, 9047.0, 9030.0, 9046.0, 9052.0, 9047.0, 9064.0, 9052.0, 9059.0, 9065.0, 9039.0, 9050.0, 9068.0, 9062.0, 9064.0, 9054.0, 9076.0, 9066.0, 9069.0, 9059.0, 9065.0, 9069.0, 9048.0, 9065.0, 9062.0, 9050.0, 9050.0, 9074.0, 9063.0, 9036.0, 9029.0, 9062.0, 9035.0, 9046.0, 9065.0, 9050.0, 9046.0, 9050.0, 9062.0, 9047.0, 9050.0, 9058.0, 9044.0, 9047.0, 9058.0, 9045.0, 9046.0, 9056.0, 9042.0, 9031.0, 9050.0, 9040.0, 9040.0, 9032.0, 9040.0, 9025.0, 9039.0, 9045.0, 9026.0, 9060.0, 9049.0, 9057.0, 9063.0, 9051.0, 9049.0, 9069.0, 9053.0, 9065.0, 9053.0, 9065.0, 9069.0, 9056.0, 9051.0, 9070.0, 9050.0, 9066.0, 9072.0, 9080.0, 9069.0, 9057.0, 9045.0, 9066.0, 9069.0, 9047.0, 9065.0, 9061.0, 9061.0, 9052.0, 9073.0, 9069.0, 9066.0, 9048.0, 9049.0, 9061.0, 9046.0, 9049.0, 9055.0, 9058.0, 9063.0, 9043.0, 9047.0, 9056.0, 9056.0, 9045.0, 9068.0, 9041.0, 9057.0, 9021.0, 9038.0, 9051.0, 9036.0, 9025.0, 9035.0, 9036.0, 9025.0, 9047.0, 9037.0, 9027.0, 9018.0, 9035.0, 9023.0, 9018.0, 9021.0, 9017.0, 9032.0, 9007.0, 9019.0, 9039.0, 9043.0, 9065.0, 9067.0, 9075.0, 9078.0, 9100.0, 9090.0, 9089.0, 9091.0, 9094.0, 9049.0, 9065.0, 9025.0, 9042.0, 9055.0, 9037.0, 9027.0, 9050.0, 9035.0, 9022.0, 9043.0, 9046.0, 9082.0, 9072.0, 9087.0, 9093.0, 9098.0, 9091.0, 9065.0, 9068.0, 9074.0, 9045.0, 9048.0, 9052.0, 9040.0, 9040.0, 9021.0, 9038.0, 9023.0, 9061.0, 9046.0, 9068.0, 9069.0, 9043.0, 9045.0, 9045.0, 9040.0, 9045.0, 9026.0, 9036.0, 9044.0, 9054.0, 9038.0, 9027.0, 9034.0, 9037.0, 9028.0, 9035.0, 9041.0, 9028.0, 9041.0, 9049.0, 9042.0, 9060.0, 9053.0, 9058.0, 9063.0, 9051.0, 9047.0, 9067.0, 9063.0, 9065.0, 9070.0, 9067.0, 9081.0, 9071.0, 9094.0, 9070.0, 9072.0, 9063.0, 9068.0, 9070.0, 9071.0, 9069.0, 9063.0, 9064.0, 9054.0, 9049.0, 9066.0, 9054.0, 9062.0, 9066.0, 9065.0, 9051.0, 9069.0, 9062.0, 9064.0, 9055.0, 9058.0, 9064.0, 9048.0, 9041.0, 9047.0, 9058.0, 9044.0, 9047.0, 9053.0, 9059.0, 9049.0, 9030.0, 9064.0, 9047.0, 9059.0, 9049.0, 9056.0, 9061.0, 9061.0, 9041.0, 9045.0, 9043.0, 9043.0, 9047.0, 9055.0, 9058.0, 9048.0, 9057.0, 9061.0, 9048.0, 9041.0, 9045.0, 9056.0, 9043.0, 9041.0, 9063.0, 9063.0, 9068.0, 9075.0, 9085.0, 9061.0, 9048.0, 9056.0, 9038.0, 9044.0, 9054.0, 9038.0, 9027.0, 9049.0, 9038.0, 9027.0, 9034.0, 9037.0, 9024.0, 9017.0, 9039.0, 9029.0, 9039.0, 9058.0, 9030.0, 9048.0, 9069.0, 9068.0, 9086.0, 9075.0, 9095.0, 9097.0, 9069.0, 9070.0, 9070.0, 9047.0, 9065.0, 9048.0, 9042.0, 9063.0, 9059.0, 9043.0, 9044.0, 9052.0, 9040.0, 9044.0, 9065.0, 9058.0, 9045.0, 9023.0, 9059.0, 9046.0, 9042.0, 9063.0, 9048.0, 9043.0, 9064.0, 9060.0, 9046.0, 9049.0, 9057.0, 9060.0, 9050.0, 9041.0, 9059.0, 9044.0, 9042.0, 9063.0, 9060.0, 9044.0, 9046.0, 9055.0, 9040.0, 9045.0, 9055.0, 9059.0, 9049.0, 9042.0, 9061.0, 9049.0, 9045.0, 9066.0, 9061.0, 9061.0, 9067.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.0001477241379310345</td></tr>
<tr><td colspan=3>aqi</td><td>0.020320745057471265</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.50517149591487</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.179796328596088</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9901088606904487</td></tr>
<tr><td colspan=3>efc</td><td>0.4838</td></tr>
<tr><td colspan=3>fber</td><td>4730.1958</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08723997810833911</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4942528735632183</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6089830538690197</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5583403026407776</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8608755681550475</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4077332908112337</td></tr>
<tr><td colspan=3>gcor</td><td>0.00912866</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02324627712368965</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022685619071125984</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.777235524750958</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>27.24</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5837</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.4971</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299111.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>875.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.0759</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3351</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.4381</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3250.9617</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77433.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>947.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.3906</td></tr>
<tr><td colspan=3>tsnr</td><td>43.677715555764735</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>